diff --git a/README.md b/README.md
index ee0b9be..4f62ff1 100644
--- a/README.md
+++ b/README.md
@@ -50,20 +50,21 @@ The predefined lexicon identifiers follow the convention {NAME}_{VERSION} - for
See below for the available predefined lexicon identifier.
-| Sentiment Dictionary | Associated Institution
(Principal Investigator) | Description | Genre | Domain | Predefined Identifiers (preprocessed) |
-|------------------------|---------------------|---------------|------|-----|------------------------|
-|**AFINN**
(Nielsen, 2011)| DTU Informatics
(Technical University of Denmark) | General purpose lexicon with sentiment ratings for common emotion words. |Social Media|General| `AFINN_v2009`, `AFINN_v2011`, `AFINN_v2015` |
-|**Aigents+**
(Raheman et al., 2022)| Autonio Foundation | Lexicon optimised for social media posts related to cryptocurrencies. |Social Media|Cryptocurrency| `Aigents+_v2022`|
-|**ANEW**
(Bradley and Lang, 1999)| NIMH Center for Emotion and Attention
(University of Florida) | Provides normative emotional ratings across pleasure, arousal, and dominance dimensions.|General|Psychology|`ANEW_v1999_simple`, `ANEW_v1999_weighted`|
-|**Dictionary of Affect in Language (DAL)**
(Whissell, 1989; Whissell, 2009)| Laurentian University | Lexicon designed to quantify pleasantness, activation, and imagery dimensions across diverse everyday English words. | General | General | `DAL_v2009_norm`, `DAL_v2009_boosted`|
-|**Discrete Emotions Dictionary (DED)**
(Fioroni et al., 2022)| Gallup | Lexicon focused on precisely distinguishing four key discrete emotions in political communication | News | Political Science | `DED_v2022` |
-|**General Inquirer**
(Stone et al., 1962)| Harvard University | Lexicon capturing broad psycholinguistic dimensions across semantics, values and motivations. |General|Psychology, Political Science| `HarvardGI_v2000`|
-|**Henry**
(Henry, 2006) | University of Miami | Leixcon designed for analysing tone in earnings press releases. |Corporate Communication (Earnings Press Releases)|Finance| `Henry_v2006`|
-|**MASTER**
(Loughran and McDonland, 2011; Bodnaruk, Loughran and McDonald, 2015)| University of Notre Dame | Financial lexicons covering expressions common in business writing. |Regulatory Filings (10-K)|Finance| `MASTER_v2022`|
-|**OpinionLexicon**
(Hu and Liu, 2004)| University of Illinois Chicago | Opinion words tailored for sentiment analysis of product reviews.|Product Reviews|Consumer Products|`OpinionLexicon_v2004`|
-|**SentiWordNet**
(Esuli and Sebastiani, 2006; Baccianella, Esuli and Sebastiani, 2010)| Institute of Information Science and Technologies
(Consiglio Nazionale delle Ricerche) | Lexicon associating WordNet synsets with positive, negative, and objective scores. |General|General| `SentiWordNet_v2010_simple`, `SentiWordNet_v2010_nuanced` |
-|**VADER**
(Hutto and Gilbert, 2014)| Georgia Institute of Technology | General purpose lexicon optimised for social media and microblogs. |Social Media|General| `VADER_v2014`|
-|**WordNet-Affect**
(Strapparava and Valitutti, 2004; Valitutti, Strapparava and Stock, 2004; Strapparava, Valitutti and Stock, 2006)| Institute for Scientific and Technological Research
(Fondazione Bruno Kessler) | Hierarchically organised affective labels providing a granular emotional dimension. |General|Psychology| `WordNet-Affect_v2006`|
+| Sentiment Dictionary | Description | Genre | Domain | Predefined Identifiers (preprocessed) |
+|------------------------|---------------|------|-----|------------------------|
+|**AFINN**
(Nielsen, 2011)| General purpose lexicon with sentiment ratings for common emotion words. |Social Media|General| `AFINN_v2009`, `AFINN_v2011`, `AFINN_v2015` |
+|**Aigents+**
(Raheman et al., 2022)| Lexicon optimised for social media posts related to cryptocurrencies. |Social Media|Cryptocurrency| `Aigents+_v2022`|
+|**ANEW**
(Bradley and Lang, 1999)| Provides normative emotional ratings across pleasure, arousal, and dominance dimensions.|General|Psychology|`ANEW_v1999_simple`, `ANEW_v1999_weighted`|
+|**Dictionary of Affect in Language (DAL)**
(Whissell, 1989; Whissell, 2009)| Lexicon designed to quantify pleasantness, activation, and imagery dimensions across diverse everyday English words. | General | General | `DAL_v2009_boosted`, `DAL_v2009_norm` |
+|**Discrete Emotions Dictionary (DED)**
(Fioroni et al., 2022)| Lexicon focused on precisely distinguishing four key discrete emotions in political communication | News | Political Science | `DED_v2022` |
+|**General Inquirer**
(Stone et al., 1962)| Lexicon capturing broad psycholinguistic dimensions across semantics, values and motivations. |General|Psychology, Political Science| `HarvardGI_v2000`|
+|**Henry**
(Henry, 2006) | Leixcon designed for analysing tone in earnings press releases. |Corporate Communication (Earnings Press Releases)|Finance| `Henry_v2006`|
+|**MASTER**
(Loughran and McDonland, 2011; Bodnaruk, Loughran and McDonald, 2015)| Financial lexicons covering expressions common in business writing. |Regulatory Filings (10-K)|Finance| `MASTER_v2022`|
+|**Norms of Valence, Arousal and Dominance (NoVAD)**
(Warriner, Kuperman and Brysbaert, 2013; Warriner and Kuperman, 2014)| A lexicon of 14,000 common English lemmas across valence, arousal, and dominance dimensions. | General | Psychology | `NoVAD_v2013_adjusted`, `NoVAD_v2013_bidimensional`|
+|**OpinionLexicon**
(Hu and Liu, 2004)| Opinion words tailored for sentiment analysis of product reviews.|Product Reviews|Consumer Products|`OpinionLexicon_v2004`|
+|**SentiWordNet**
(Esuli and Sebastiani, 2006; Baccianella, Esuli and Sebastiani, 2010)| Lexicon associating WordNet synsets with positive, negative, and objective scores. |General|General| `SentiWordNet_v2010_logtransform`, `SentiWordNet_v2010_simple`|
+|**VADER**
(Hutto and Gilbert, 2014)| General purpose lexicon optimised for social media and microblogs. |Social Media|General| `VADER_v2014`|
+|**WordNet-Affect**
(Strapparava and Valitutti, 2004; Valitutti, Strapparava and Stock, 2004; Strapparava, Valitutti and Stock, 2006)| Hierarchically organised affective labels providing a granular emotional dimension. |General|Psychology| `WordNet-Affect_v2006`|
Refer [documentation](docs_link) for details on usage.
diff --git a/doc/licenses.txt b/doc/licenses.txt
index 9f37bb8..8f2e85e 100644
--- a/doc/licenses.txt
+++ b/doc/licenses.txt
@@ -18,7 +18,8 @@ https://github.com/aigents/aigents-java
#ANEW
-?
+Publicly Avaliable
+(Report)
#DED (Discrete Emotions Dictionary)
@@ -27,10 +28,13 @@ https://osf.io/cbm9e/
https://github.com/CenterForOpenScience/cos.io/blob/master/TERMS_OF_USE.md
+Publicly Avaliable
+(Open Science Framework)
-#Dictionary of Affect
-?
+#DAL (Dictionary of Affect in Language)
+
+Publicly Avaliable
#General Inquirer
@@ -44,7 +48,8 @@ https://inquirer.sites.fas.harvard.edu/spreadsheet_guide.htm
#Henry
-Unspecified
+Publicly avaliable
+(SSRN)
#MASTER
@@ -54,11 +59,6 @@ For commercial licenses, please contact us at loughranmcdonald@gmail.com.
https://sraf.nd.edu/loughranmcdonald-master-dictionary/
-#MPQA
-
-?
-
-
#News PMI
?
@@ -87,6 +87,7 @@ https://github.com/consose/SentiBigNomics
#SenticNet
+MIT License
https://sentic.net/downloads/
@@ -120,9 +121,6 @@ You are free to share and adapt the lexicon, as long as you give attribution to
https://wndomains.fbk.eu/download.html
-
-
-
#EmoLex
Custom License
@@ -170,4 +168,33 @@ https://arxiv.org/abs/1406.0032
#SentiStrength
-http://sentistrength.wlv.ac.uk/
\ No newline at end of file
+http://sentistrength.wlv.ac.uk/
+
+
+#MPQA
+
+The annotations in this data collection are copyrighted by the MITRE Corporation.
+User acknowledges and agrees that:
+(i) as between User and MITRE, MITRE owns all the right, title and interest in the Annotated Content, unless expressly stated otherwise;
+(ii) nothing in this Agreement shall confer in User any right of ownership in the Annotated Content; and
+(iii) User is granted a non-exclusive, royalty free, worldwide licence (with no right to sublicense) to use the Annotated Content solely for academic and research purposes.
+This Agreement is governed by the law of the Commonwealth of Massachusetts and User agrees to submit to the exclusive jurisdiction of the Massachusetts courts.
+
+
+#+/-Effect Lexicon
+
+GNU General Public License
+
+
+#Warriner
+
+Publicly avaliable
+(Springer)
+https://www.springernature.com/gp/authors/research-data-policy/data-availability-statements
+
+
+#HSSWE
+
+https://github.com/NUSTM/HSSWE/tree/master
+https://aclanthology.org/D17-1052/
+CC BY 4.0 DEED
\ No newline at end of file
diff --git a/sentibank/archive.py b/sentibank/archive.py
index 154db0b..1d8c211 100644
--- a/sentibank/archive.py
+++ b/sentibank/archive.py
@@ -102,9 +102,9 @@ def dict(self, idx: str):
with open(file_path, "rb") as handle:
self.lex_dict = pickle.load(handle)
- elif idx == "SentiWordNet_v2010_nuanced":
+ elif idx == "SentiWordNet_v2010_logtransform":
file_path = os.path.join(
- self.script_dir, "dict_arXiv", "SentiWordNet", "SentiWordNet_v2010_nuanced.pickle"
+ self.script_dir, "dict_arXiv", "SentiWordNet", "SentiWordNet_v2010_logtransform.pickle"
)
with open(file_path, "rb") as handle:
self.lex_dict = pickle.load(handle)
@@ -157,6 +157,20 @@ def dict(self, idx: str):
)
with open(file_path, "rb") as handle:
self.lex_dict = pickle.load(handle)
+
+ elif idx == "NoVAD_v2013_bidimensional":
+ file_path = os.path.join(
+ self.script_dir, "dict_arXiv", "NoVAD", "NoVAD_v2013_bidimensional.pickle"
+ )
+ with open(file_path, "rb") as handle:
+ self.lex_dict = pickle.load(handle)
+
+ elif idx == "NoVAD_v2013_adjusted":
+ file_path = os.path.join(
+ self.script_dir, "dict_arXiv", "NoVAD", "NoVAD_v2013_adjusted.pickle"
+ )
+ with open(file_path, "rb") as handle:
+ self.lex_dict = pickle.load(handle)
else:
raise ValueError
@@ -261,7 +275,13 @@ def origin(self, idx: str):
self.script_dir, "dict_arXiv", "DAL", "DAL_v2009.csv"
)
self.origin_df = pd.read_csv(file_path)
-
+
+ elif idx == "NoVAD_v2013":
+ file_path = os.path.join(
+ self.script_dir, "dict_arXiv", "NoVAD", "NoVAD_v2013.csv"
+ )
+ self.origin_df = pd.read_csv(file_path)
+
else:
raise ValueError
diff --git a/sentibank/dict_arXiv/NoVAD/NoVAD_v2013.csv b/sentibank/dict_arXiv/NoVAD/NoVAD_v2013.csv
new file mode 100644
index 0000000..aa1cfeb
--- /dev/null
+++ b/sentibank/dict_arXiv/NoVAD/NoVAD_v2013.csv
@@ -0,0 +1,13916 @@
+Word,V.Mean.Sum,V.SD.Sum,V.Rat.Sum,A.Mean.Sum,A.SD.Sum,A.Rat.Sum,D.Mean.Sum,D.SD.Sum,D.Rat.Sum,V.Mean.M,V.SD.M,V.Rat.M,V.Mean.F,V.SD.F,V.Rat.F,A.Mean.M,A.SD.M,A.Rat.M,A.Mean.F,A.SD.F,A.Rat.F,D.Mean.M,D.SD.M,D.Rat.M,D.Mean.F,D.SD.F,D.Rat.F,V.Mean.Y,V.SD.Y,V.Rat.Y,V.Mean.O,V.SD.O,V.Rat.O,A.Mean.Y,A.SD.Y,A.Rat.Y,A.Mean.O,A.SD.O,A.Rat.O,D.Mean.Y,D.SD.Y,D.Rat.Y,D.Mean.O,D.SD.O,D.Rat.O,V.Mean.L,V.SD.L,V.Rat.L,V.Mean.H,V.SD.H,V.Rat.H,A.Mean.L,A.SD.L,A.Rat.L,A.Mean.H,A.SD.H,A.Rat.H,D.Mean.L,D.SD.L,D.Rat.L,D.Mean.H,D.SD.H,D.Rat.H
+aardvark,6.26,2.21,19,2.41,1.4,22,4.27,1.75,15,6.18,1.66,11,6.0,2.94,7,3.0,1.41,8,2.07,1.33,14,4.0,1.58,5,4.4,1.9,10,6.12,2.03,8,6.36,2.42,11,2.56,1.74,9,2.31,1.18,13,3.62,2.0,8,5.0,1.15,7,6.5,2.5,12,5.86,1.68,7,2.27,1.56,11,2.55,1.29,11,4.12,1.64,8,4.43,1.99,7
+abalone,5.3,1.59,20,2.65,1.9,20,4.95,1.79,22,5.71,1.38,7,5.08,1.71,13,2.56,1.94,9,2.73,1.95,11,5.33,2.73,6,4.81,1.38,16,5.0,1.49,10,5.78,1.72,9,2.75,1.91,8,2.58,1.98,12,5.13,1.77,15,4.57,1.9,7,4.73,1.56,11,6.0,1.41,9,2.83,1.95,12,2.38,1.92,8,5.55,2.21,11,4.36,1.03,11
+abandon,2.84,1.54,19,3.73,2.43,22,3.32,2.5,22,2.45,1.29,11,3.57,1.81,7,4.5,2.83,8,3.29,2.16,14,4.0,3.1,6,3.06,2.29,16,2.75,1.28,8,2.91,1.76,11,3.78,2.28,9,3.69,2.63,13,3.7,2.58,10,3.0,2.49,12,2.92,1.88,12,2.71,0.76,7,3.64,2.8,11,3.82,2.14,11,2.77,2.09,13,4.11,2.93,9
+abandonment,2.63,1.74,19,4.95,2.64,21,2.64,1.81,28,2.17,1.6,6,2.85,1.82,13,4.3,2.5,10,5.55,2.73,11,3.09,2.17,11,2.35,1.54,17,3.27,1.95,11,1.75,0.89,8,4.55,2.66,11,5.4,2.67,10,2.78,1.83,18,2.4,1.84,10,2.92,1.61,13,2.0,2.0,6,4.79,2.72,14,5.29,2.63,7,2.31,1.45,16,3.08,2.19,12
+abbey,5.85,1.69,20,2.2,1.7,20,5.0,2.02,25,4.75,1.71,4,6.12,1.63,16,4.0,1.83,4,1.75,1.39,16,5.56,2.24,9,4.69,1.89,16,5.88,1.55,8,5.83,1.85,12,2.44,1.67,9,2.0,1.79,11,4.93,1.98,14,5.09,2.17,11,5.36,1.21,11,6.44,2.07,9,1.78,1.39,9,2.55,1.92,11,4.83,2.18,18,5.43,1.62,7
+abdomen,5.43,1.75,21,3.68,2.23,22,5.15,1.94,27,5.3,1.64,10,5.55,1.92,11,3.0,2.0,7,4.0,2.33,15,4.76,2.17,17,5.8,1.32,10,5.64,2.16,11,5.2,1.23,10,3.4,3.36,5,3.76,1.92,17,5.07,2.2,14,5.23,1.69,13,5.69,2.02,13,5.0,1.2,8,3.1,2.73,10,4.17,1.7,12,5.93,1.9,14,4.31,1.65,13
+abdominal,4.48,1.59,23,3.5,1.82,22,5.32,2.11,19,4.36,2.25,11,4.58,0.67,12,2.6,2.07,5,3.88,1.71,16,5.83,2.04,6,5.08,2.18,13,4.8,1.66,15,3.88,1.36,8,3.75,1.91,12,3.33,1.8,9,5.0,1.0,9,5.6,2.8,10,4.92,1.51,12,4.0,1.61,11,3.17,1.99,12,3.9,1.6,10,6.5,1.52,6,4.77,2.17,13
+abduct,2.42,1.61,19,5.9,2.57,20,2.75,2.13,24,2.38,1.71,13,2.5,1.52,6,5.0,2.74,5,6.2,2.54,15,3.08,1.66,13,2.36,2.62,11,3.33,1.87,9,1.6,0.7,10,6.0,2.65,7,5.85,2.64,13,3.0,2.45,11,2.54,1.9,13,2.22,1.92,9,2.6,1.35,10,5.4,2.67,10,6.4,2.5,10,2.89,2.52,9,2.67,1.95,15
+abduction,2.05,1.31,19,5.33,2.2,21,3.02,2.42,48,2.67,1.97,6,1.77,0.83,13,5.25,2.43,8,5.38,2.14,13,3.47,2.4,17,2.77,2.43,31,2.5,1.51,10,1.56,0.88,9,5.78,1.3,9,5.0,2.7,12,2.58,1.96,26,3.55,2.82,22,1.75,0.89,8,2.27,1.56,11,5.7,1.49,10,5.0,2.72,11,3.03,2.39,30,3.0,2.54,18
+abide,5.52,1.75,21,3.26,2.22,23,5.33,2.83,18,5.0,1.87,9,5.92,1.62,12,4.45,2.3,11,2.17,1.53,12,5.6,2.55,10,5.0,3.3,8,4.29,2.06,7,6.23,1.24,13,4.09,2.3,11,2.5,1.93,12,5.29,3.3,7,5.36,2.66,11,5.38,2.1,13,5.75,1.04,8,2.82,2.04,11,3.67,2.39,12,3.44,2.24,9,7.22,1.99,9
+abiding,5.57,1.75,23,3.59,2.26,22,6.6,2.3,20,5.5,1.31,8,5.6,1.99,15,3.8,2.04,10,3.42,2.5,12,7.71,1.5,7,6.0,2.48,13,5.83,1.95,12,5.27,1.56,11,3.45,2.02,11,3.73,2.57,11,6.2,2.4,15,7.8,1.64,5,5.55,1.97,11,5.58,1.62,12,3.6,2.37,10,3.58,2.27,12,6.3,2.16,10,6.9,2.51,10
+ability,7.0,1.59,20,4.85,2.74,20,6.55,2.48,22,7.2,1.3,5,6.93,1.71,15,5.62,3.16,8,4.33,2.42,12,6.25,2.45,12,6.9,2.6,10,7.0,1.66,9,7.0,1.61,11,4.78,2.86,9,4.91,2.77,11,4.71,1.98,7,7.4,2.26,15,6.3,1.77,10,7.7,1.06,10,4.54,2.67,13,5.43,2.99,7,7.0,2.59,12,6.0,2.36,10
+abject,4.0,1.29,19,3.94,2.41,17,4.35,2.6,17,4.45,0.93,11,3.38,1.51,8,4.75,2.87,4,3.69,2.32,13,3.75,2.6,8,4.89,2.62,9,4.12,1.36,8,3.91,1.3,11,3.83,2.23,6,4.0,2.61,11,4.0,2.37,6,4.55,2.81,11,4.15,1.14,13,3.67,1.63,6,3.18,2.14,11,5.33,2.42,6,4.57,2.99,7,4.2,2.44,10
+ablaze,5.15,1.79,20,6.75,2.12,20,4.58,2.39,36,5.12,2.3,8,5.17,1.47,12,6.8,1.92,5,6.73,2.25,15,4.18,1.94,11,4.76,2.59,25,4.92,1.93,12,5.5,1.6,8,6.58,2.23,12,7.0,2.07,8,5.3,2.25,20,3.69,2.33,16,5.18,1.94,11,5.11,1.69,9,6.82,1.99,11,6.67,2.4,9,4.36,2.57,22,4.93,2.13,14
+able,6.64,1.79,22,3.38,2.25,21,6.17,2.62,18,6.67,2.07,6,6.53,1.77,15,2.71,1.89,7,3.71,2.4,14,5.33,2.96,9,7.38,1.85,8,6.29,1.86,14,7.14,1.68,7,2.78,1.64,9,3.83,2.59,12,6.7,2.79,10,5.5,2.39,8,6.71,1.82,14,6.5,1.85,8,3.67,2.8,6,3.27,2.09,15,7.3,1.95,10,4.75,2.76,8
+abnormal,3.53,1.22,19,4.48,2.29,21,4.7,2.44,23,4.33,1.15,3,3.38,1.2,16,4.88,2.3,8,4.23,2.35,13,5.44,2.4,9,4.21,2.42,14,3.11,1.27,9,3.9,1.1,10,4.56,2.19,9,4.42,2.47,12,5.4,2.56,15,3.38,1.6,8,3.43,1.13,7,3.58,1.31,12,5.4,1.84,10,3.64,2.42,11,4.85,3.0,13,4.5,1.58,10
+abnormality,3.05,1.81,19,5.0,2.62,22,3.96,2.5,23,2.55,1.51,11,4.14,1.86,7,6.5,2.39,8,4.14,2.41,14,4.86,3.39,7,3.56,2.0,16,3.5,2.0,8,2.73,1.68,11,5.44,2.96,9,4.69,2.43,13,4.82,2.64,11,3.17,2.17,12,2.92,2.07,12,3.29,1.38,7,4.0,2.86,11,6.0,2.0,11,3.77,2.42,13,4.2,2.7,10
+abode,5.28,1.27,18,2.9,1.89,21,5.05,2.44,20,6.0,0.0,3,5.13,1.36,15,2.67,1.51,6,3.0,2.07,15,5.0,1.9,6,5.07,2.7,14,5.4,0.52,10,5.12,1.89,8,3.29,2.36,7,2.71,1.68,14,4.9,2.51,10,5.2,2.49,10,5.29,1.11,7,5.27,1.42,11,2.56,2.07,9,3.17,1.8,12,4.62,3.16,8,5.33,1.92,12
+abolish,3.84,1.54,19,4.18,2.07,17,4.65,2.42,17,4.18,1.54,11,3.38,1.51,8,5.0,2.83,4,3.92,1.85,13,4.12,2.23,8,5.11,2.62,9,3.88,2.03,8,3.82,1.17,11,4.57,1.99,7,3.9,2.18,10,4.0,1.67,6,5.0,2.76,11,4.08,1.55,13,3.33,1.51,6,3.6,2.07,10,5.0,1.91,7,5.57,3.21,7,4.0,1.56,10
+abominable,4.05,1.23,20,5.45,2.44,22,4.62,1.83,21,3.78,0.97,9,4.27,1.42,11,6.0,2.21,10,5.0,2.63,12,4.75,1.67,8,4.54,1.98,13,4.14,0.86,14,3.83,1.94,6,5.0,2.56,8,5.71,2.43,14,5.5,2.07,8,4.08,1.5,13,4.2,0.92,10,3.9,1.52,10,4.75,2.53,12,6.3,2.16,10,4.67,1.83,12,4.56,1.94,9
+abomination,2.5,1.65,18,5.9,2.59,20,3.8,1.38,25,3.0,1.87,5,2.31,1.6,13,6.64,2.5,11,5.0,2.55,9,4.19,1.05,16,3.11,1.69,9,2.71,2.06,7,2.36,1.43,11,4.56,3.0,9,7.0,1.61,11,3.85,1.42,20,3.6,1.34,5,2.78,1.92,9,2.22,1.39,9,5.64,3.17,11,6.22,1.79,9,4.0,1.25,19,3.17,1.72,6
+abort,3.1,1.37,20,5.8,2.44,20,3.38,2.21,26,2.91,1.14,11,3.33,1.66,9,5.71,2.06,7,5.85,2.7,13,3.92,2.53,13,2.85,1.77,13,3.27,1.56,11,2.89,1.17,9,6.36,2.25,11,5.11,2.62,9,3.12,2.06,17,3.89,2.52,9,3.3,1.42,10,2.9,1.37,10,6.0,2.56,12,5.5,2.39,8,3.25,1.84,16,3.6,2.8,10
+abortion,2.58,1.84,19,5.43,2.38,47,4.73,2.95,44,2.8,2.05,5,2.5,1.83,14,4.93,2.16,14,5.64,2.47,33,4.27,2.93,22,5.18,2.97,22,2.8,1.81,10,2.33,1.94,9,5.61,2.44,23,5.25,2.36,24,4.59,2.95,29,5.0,3.05,15,2.91,1.92,11,2.12,1.73,8,5.12,2.39,25,5.77,2.39,22,4.16,3.1,25,5.47,2.63,19
+abracadabra,5.11,2.52,18,5.27,2.64,22,4.96,1.97,24,3.5,2.81,6,5.92,2.02,12,5.75,2.53,12,4.7,2.79,10,4.62,2.2,8,5.12,1.89,16,5.89,2.32,9,4.33,2.6,9,5.89,2.26,9,4.85,2.88,13,5.47,1.59,17,3.5,2.51,6,5.86,2.61,7,4.64,2.46,11,6.33,2.18,9,4.54,2.76,13,4.94,2.05,16,5.0,1.93,8
+abrasive,4.26,1.69,19,6.1,1.89,21,4.94,2.32,34,3.89,1.36,9,4.6,1.96,10,5.62,1.6,8,6.38,2.06,13,5.14,2.44,14,4.8,2.28,20,3.67,1.12,9,4.8,1.99,10,6.0,2.2,13,6.25,1.39,8,5.14,2.44,22,4.58,2.15,12,4.3,1.34,10,4.22,2.11,9,6.0,2.11,14,6.29,1.5,7,5.88,2.34,17,4.0,1.94,17
+abreast,4.62,1.94,21,4.61,2.33,23,5.19,1.99,21,4.2,2.17,5,4.75,1.91,16,4.92,2.61,12,4.27,2.05,11,5.18,1.94,11,4.78,1.79,9,3.83,2.08,12,5.67,1.12,9,5.0,2.22,16,3.71,2.5,7,5.36,1.43,11,5.0,2.54,10,4.85,2.23,13,4.25,1.39,8,4.89,2.33,19,3.25,2.06,4,5.07,1.69,14,5.43,2.64,7
+abrupt,3.28,1.64,18,5.23,2.0,22,3.75,1.8,24,3.4,1.52,5,3.23,1.74,13,6.0,1.71,12,4.3,2.0,10,3.38,1.06,8,3.94,2.08,16,3.8,1.69,10,2.62,1.41,8,6.11,1.54,9,4.62,2.1,13,3.71,1.65,17,3.67,2.42,6,2.88,1.81,8,3.6,1.51,10,4.22,1.3,9,5.92,2.14,13,4.06,1.81,16,3.12,1.73,8
+abscess,2.79,1.58,19,4.0,2.38,20,3.95,2.31,20,2.67,1.53,3,2.53,1.25,15,3.4,2.27,10,4.6,2.46,10,4.7,1.95,10,3.2,2.49,10,2.83,1.47,6,2.42,1.16,12,3.57,2.64,7,4.23,2.31,13,4.25,2.25,8,3.75,2.42,12,2.67,1.78,12,3.0,1.29,7,4.1,2.69,10,3.9,2.18,10,3.56,1.81,9,4.27,2.69,11
+absence,3.86,2.08,21,4.3,2.13,20,4.24,2.32,21,4.5,1.87,6,3.6,2.16,15,4.38,2.26,8,4.25,2.14,12,4.55,2.3,11,3.9,2.42,10,4.0,2.28,6,3.8,2.08,15,4.6,2.46,10,4.0,1.83,10,4.29,2.76,14,4.14,1.21,7,4.57,1.99,7,3.5,2.1,14,4.43,2.34,14,4.0,1.67,6,3.17,2.29,12,5.67,1.5,9
+absent,4.1,1.55,21,3.72,2.48,25,4.21,2.37,19,3.89,1.27,9,4.25,1.76,12,2.83,2.04,6,4.06,2.65,18,3.29,2.06,7,4.75,2.45,12,4.31,1.45,16,3.4,1.82,5,3.14,2.6,14,4.6,2.27,10,4.22,2.59,9,4.2,2.3,10,3.67,1.56,12,4.67,1.41,9,4.31,2.52,16,2.67,2.12,9,4.27,2.72,11,4.12,1.96,8
+absinthe,3.53,1.98,19,3.7,2.34,20,3.95,1.82,20,4.33,2.08,3,3.38,2.0,16,4.67,2.66,6,3.29,2.16,14,4.33,1.51,6,3.79,1.97,14,3.8,2.15,10,3.22,1.86,9,2.86,2.04,7,4.15,2.44,13,4.4,1.96,10,3.5,1.65,10,3.0,2.0,8,3.91,1.97,11,3.22,2.05,9,4.09,2.59,11,3.75,2.43,8,4.08,1.38,12
+absolute,5.43,1.4,21,3.48,2.27,23,5.58,2.66,26,5.45,1.63,11,5.4,1.17,10,4.09,2.63,11,2.92,1.83,12,6.18,3.19,11,4.93,2.13,14,5.3,1.7,10,5.55,1.13,11,4.36,2.77,11,2.67,1.37,12,6.0,2.32,17,4.38,3.16,8,5.85,1.63,13,4.75,0.46,8,3.53,2.33,15,3.38,2.33,8,6.18,2.24,17,4.44,3.13,9
+absolution,6.58,1.68,19,3.38,2.11,21,5.75,2.33,24,5.33,0.58,3,6.81,1.72,16,3.57,2.07,7,3.46,2.18,13,6.29,1.38,7,5.53,2.62,17,6.29,1.6,7,6.75,1.76,12,4.57,1.81,7,2.92,2.06,13,5.93,1.94,14,5.5,2.88,10,6.0,1.5,9,7.1,1.73,10,3.0,1.95,11,3.8,2.3,10,5.65,2.62,17,6.0,1.53,7
+absolve,4.58,1.54,19,3.53,1.94,17,4.82,2.46,17,5.0,1.61,11,4.0,1.31,8,3.75,2.75,4,3.46,1.76,13,4.38,2.26,8,5.22,2.68,9,5.0,1.85,8,4.27,1.27,11,3.0,1.63,7,3.9,2.13,10,4.5,1.87,6,5.0,2.79,11,4.69,1.7,13,4.33,1.21,6,3.1,2.02,10,4.14,1.77,7,5.43,2.64,7,4.4,2.37,10
+absorb,5.5,1.6,22,4.27,1.91,22,5.62,1.66,24,5.0,1.85,8,5.79,1.42,14,5.08,1.98,12,3.3,1.34,10,6.25,1.39,8,5.31,1.74,16,5.82,1.08,11,5.18,1.99,11,5.11,1.9,9,3.69,1.75,13,5.53,1.62,17,6.0,2.0,6,5.3,1.16,10,5.67,1.92,12,3.67,1.87,9,4.69,1.89,13,5.75,1.77,16,5.38,1.51,8
+abstain,4.4,0.94,20,3.1,1.81,21,6.08,2.25,25,4.0,1.0,3,4.47,0.94,17,3.43,2.3,7,3.0,1.63,13,5.75,2.66,8,6.24,2.11,17,4.29,0.95,7,4.46,0.97,13,3.43,1.51,7,3.0,2.04,13,5.86,2.28,14,6.36,2.29,11,4.78,0.97,9,4.09,0.83,11,3.09,1.7,11,3.1,2.02,10,5.94,2.48,18,6.43,1.62,7
+abstinence,3.43,1.63,21,3.15,2.37,20,5.64,2.85,22,4.0,1.79,6,3.2,1.57,15,3.12,2.17,8,3.17,2.59,12,5.5,3.21,12,5.8,2.53,10,3.0,2.18,9,3.75,1.06,12,3.11,2.03,9,3.18,2.71,11,4.57,2.82,7,6.13,2.83,15,3.1,1.85,10,3.73,1.42,11,3.23,2.2,13,3.0,2.83,7,6.0,3.1,12,5.2,2.62,10
+abstract,5.25,1.59,20,3.96,2.9,24,5.53,2.59,19,5.43,0.98,7,5.15,1.86,13,5.33,2.88,6,3.5,2.83,18,5.55,2.62,11,5.5,2.73,8,5.25,1.48,12,5.25,1.83,8,4.8,3.12,10,3.36,2.68,14,5.77,2.83,13,5.0,2.1,6,5.36,1.6,14,5.0,1.67,6,5.25,2.65,16,1.38,1.06,8,6.0,2.37,11,4.88,2.9,8
+absurd,4.45,1.92,40,4.02,2.06,43,5.06,2.39,18,4.57,1.74,14,4.36,2.08,25,4.3,2.03,20,3.78,2.11,23,4.7,2.54,10,5.5,2.27,8,4.56,1.46,16,4.35,2.25,23,3.42,2.32,19,4.5,1.74,24,4.86,2.48,7,5.18,2.44,11,4.08,1.89,24,5.0,1.9,16,4.11,2.08,27,3.88,2.09,16,4.67,2.06,9,5.44,2.74,9
+absurdity,4.06,2.18,18,4.7,2.36,23,5.37,2.29,19,3.78,1.64,9,4.33,2.69,9,4.29,2.69,7,5.07,2.22,15,6.5,2.07,10,4.11,1.9,9,4.38,2.97,8,3.8,1.4,10,4.5,3.03,10,5.08,1.68,12,5.5,1.6,8,5.0,2.75,10,4.45,2.58,11,3.43,1.27,7,4.55,2.46,20,5.67,1.53,3,5.62,1.51,8,5.18,2.79,11
+abundance,6.67,1.5,18,4.72,2.7,18,5.66,2.19,62,6.67,1.53,3,6.67,1.54,15,4.33,2.5,6,4.92,2.87,12,5.45,2.3,22,5.85,2.13,39,6.22,1.48,9,7.11,1.45,9,4.6,2.72,10,4.88,2.85,8,5.57,2.33,37,5.92,1.98,24,6.86,1.07,7,6.55,1.75,11,4.11,3.02,9,5.33,2.35,9,5.82,2.35,39,5.39,1.92,23
+abundant,7.55,1.39,20,4.21,2.7,19,5.81,1.88,26,7.64,1.5,11,7.44,1.33,9,4.0,2.45,7,4.33,2.93,12,5.77,1.64,13,5.85,2.15,13,7.0,1.61,11,8.22,0.67,9,4.7,2.95,10,3.67,2.45,9,6.0,2.0,17,5.44,1.67,9,7.6,1.78,10,7.5,0.97,10,4.92,2.91,12,3.0,1.91,7,5.44,1.63,16,6.4,2.17,10
+abuse,1.53,1.07,19,6.21,2.17,42,2.9,2.17,20,1.67,1.03,6,1.46,1.13,13,5.6,2.47,15,6.56,1.95,27,2.8,1.87,10,3.0,2.54,10,1.3,0.67,10,1.78,1.39,9,5.67,2.47,15,6.52,1.97,27,3.38,2.2,8,2.58,2.19,12,1.25,0.46,8,1.73,1.35,11,5.91,2.31,22,6.55,2.01,20,3.89,2.32,9,2.09,1.76,11
+abusive,2.05,1.7,20,5.27,2.43,22,3.58,2.5,19,2.0,1.32,9,2.09,2.02,11,4.0,2.55,5,5.56,2.39,16,3.17,2.64,6,3.77,2.52,13,1.64,1.15,14,3.0,2.45,6,4.83,2.92,12,5.67,1.73,9,4.33,2.29,9,2.9,2.6,10,1.9,1.29,10,2.2,2.1,10,4.33,2.67,12,6.4,1.58,10,3.67,3.08,6,3.54,2.33,13
+abysmal,3.45,1.39,20,3.91,1.98,23,3.76,1.64,21,2.67,1.12,9,4.09,1.3,11,4.0,2.19,11,3.83,1.85,12,3.5,0.93,8,3.92,1.98,13,3.36,1.08,14,3.67,2.07,6,3.56,2.46,9,4.14,1.66,14,4.62,1.6,8,3.23,1.48,13,4.0,0.94,10,2.9,1.6,10,3.62,1.76,13,4.3,2.26,10,4.0,1.81,12,3.44,1.42,9
+abyss,3.9,1.51,21,4.85,2.41,20,4.0,2.68,21,4.33,1.51,6,3.73,1.53,15,5.12,2.8,8,4.67,2.23,12,3.91,2.88,11,4.1,2.6,10,3.83,1.72,6,3.93,1.49,15,4.8,2.82,10,4.9,2.08,10,4.43,2.79,14,3.14,2.41,7,3.86,1.77,7,3.93,1.44,14,4.57,2.82,14,5.5,0.84,6,3.42,2.57,12,4.78,2.77,9
+academic,6.61,1.54,18,3.32,2.23,22,6.21,2.13,28,6.17,1.17,6,6.83,1.7,12,2.91,2.07,11,3.73,2.41,11,6.18,2.14,11,6.24,2.19,17,6.45,1.51,11,6.86,1.68,7,3.09,1.87,11,3.55,2.62,11,5.67,2.22,18,7.2,1.62,10,6.23,1.54,13,7.6,1.14,5,3.5,2.44,14,3.0,1.93,8,6.19,2.43,16,6.25,1.76,12
+academy,5.32,1.89,19,3.77,2.16,22,5.38,1.71,24,4.83,2.04,6,5.54,1.85,13,4.33,2.46,12,3.1,1.6,10,5.25,1.91,8,5.44,1.67,16,5.3,1.7,10,5.33,2.18,9,4.89,2.2,9,3.0,1.83,13,5.24,1.92,17,5.83,1.17,6,5.25,1.75,8,5.36,2.06,11,3.67,2.55,9,3.85,1.95,13,5.38,1.86,16,5.38,1.51,8
+accelerant,4.59,1.59,22,4.81,2.14,26,6.04,2.01,24,4.11,1.76,9,4.92,1.44,13,4.7,1.95,10,4.88,2.31,16,6.78,1.86,9,5.6,2.03,15,4.25,2.49,8,4.79,0.8,14,4.85,1.99,13,4.77,2.35,13,5.67,2.35,12,6.42,1.62,12,5.0,1.48,12,4.1,1.66,10,5.27,2.34,15,4.18,1.72,11,6.23,2.09,13,5.82,1.99,11
+accelerate,6.1,1.48,21,6.04,1.77,23,6.15,2.07,26,6.0,1.34,11,6.2,1.69,10,6.27,1.95,11,5.83,1.64,12,6.27,1.9,11,6.29,2.16,14,6.7,1.64,10,5.55,1.13,11,6.36,2.01,11,5.75,1.54,12,5.76,2.02,17,7.38,1.6,8,6.62,1.66,13,5.25,0.46,8,6.07,1.67,15,6.0,2.07,8,6.0,2.32,17,6.44,1.59,9
+accelerated,6.21,1.55,19,4.75,2.67,24,6.29,1.92,28,6.0,0.76,8,6.36,1.96,11,3.89,2.15,9,5.27,2.89,15,6.07,1.77,14,6.5,2.1,14,6.44,1.81,9,6.0,1.33,10,4.25,2.67,12,5.25,2.7,12,6.07,2.34,14,6.5,1.45,14,6.2,1.87,10,6.22,1.2,9,5.33,2.9,12,4.17,2.41,12,6.5,1.98,12,6.12,1.93,16
+acceleration,6.19,1.54,21,6.73,2.1,22,5.76,2.05,21,6.56,1.81,9,5.92,1.31,12,5.67,2.8,6,7.0,1.69,15,6.0,2.1,6,5.67,2.09,15,6.22,1.64,9,6.17,1.53,12,7.6,1.67,5,6.47,2.18,17,5.1,1.85,10,6.36,2.11,11,6.5,1.93,12,5.78,0.67,9,7.44,1.33,9,6.23,2.42,13,5.58,1.83,12,6.0,2.4,9
+accelerator,5.63,1.16,19,5.0,2.45,18,6.65,1.84,17,6.0,1.0,11,5.12,1.25,8,6.0,2.71,4,4.71,2.4,14,6.25,2.12,8,7.0,1.58,9,5.88,0.83,8,5.45,1.37,11,5.86,1.95,7,4.45,2.66,11,6.17,2.4,6,6.91,1.51,11,5.38,1.12,13,6.17,1.17,6,4.18,2.68,11,6.29,1.38,7,7.14,1.21,7,6.3,2.16,10
+accent,6.48,1.54,21,4.95,2.67,20,5.36,2.47,36,6.5,2.0,8,6.46,1.27,13,4.4,2.19,5,5.13,2.85,15,4.91,2.34,11,5.56,2.55,25,6.69,1.75,13,6.12,1.13,8,5.17,2.76,12,4.62,2.67,8,5.35,2.74,20,5.38,2.19,16,6.45,1.57,11,6.5,1.58,10,5.55,2.73,11,4.22,2.54,9,5.45,2.74,22,5.21,2.08,14
+accept,6.39,1.65,18,2.8,2.26,20,5.94,2.13,18,5.62,1.85,8,7.0,1.25,10,2.71,1.98,7,2.85,2.48,13,5.27,2.24,11,7.0,1.53,7,5.91,1.7,11,7.14,1.35,7,2.11,1.96,9,3.36,2.42,11,6.45,2.07,11,5.14,2.12,7,6.33,1.72,12,6.5,1.64,6,2.42,1.98,12,3.38,2.67,8,5.33,2.6,9,6.56,1.42,9
+acceptable,6.59,1.53,22,3.65,2.33,23,6.58,1.92,19,6.88,1.64,8,6.23,1.36,13,4.0,2.33,8,3.43,2.47,14,6.86,1.68,7,6.36,2.2,11,7.0,1.85,8,6.15,1.14,13,3.33,2.92,9,3.86,1.96,14,6.14,2.48,7,6.83,1.59,12,6.64,1.57,11,6.55,1.57,11,3.22,3.07,9,3.93,1.77,14,6.94,1.39,16,4.67,3.51,3
+acceptance,6.84,1.31,38,4.3,2.82,46,6.49,2.43,47,6.92,1.28,24,6.71,1.38,14,4.67,2.78,21,4.0,2.87,25,6.52,2.16,21,6.46,2.67,26,6.88,1.45,17,6.81,1.21,21,4.52,2.82,27,4.0,2.87,19,6.39,2.47,28,6.63,2.43,19,6.68,1.29,22,7.06,1.34,16,4.57,3.05,30,3.81,2.34,16,5.96,2.86,27,7.2,1.47,20
+access,6.68,1.39,22,5.3,2.32,20,6.89,2.18,19,6.46,1.45,13,7.0,1.32,9,5.71,1.89,7,5.08,2.56,13,6.71,1.7,7,7.0,2.49,12,6.67,1.56,12,6.7,1.25,10,5.33,2.4,9,5.27,2.37,11,6.3,2.31,10,7.56,1.94,9,6.92,1.44,12,6.4,1.35,10,6.71,1.6,7,4.54,2.33,13,7.0,2.52,7,6.83,2.08,12
+accessible,6.68,1.38,19,3.2,2.42,25,6.58,2.24,19,6.12,0.99,8,7.09,1.51,11,3.17,2.56,6,3.33,2.45,18,5.71,2.69,7,7.08,1.88,12,6.43,1.34,14,7.4,1.34,5,2.79,2.58,14,4.0,2.11,10,5.33,2.4,9,7.7,1.42,10,6.82,1.25,11,6.5,1.6,8,3.44,2.45,16,2.78,2.44,9,6.36,2.73,11,6.88,1.46,8
+accessory,5.35,1.9,20,4.22,2.69,18,5.83,2.43,24,5.8,0.84,5,5.2,2.14,15,4.4,2.07,5,4.15,2.97,13,5.31,2.59,13,6.45,2.16,11,5.2,1.99,10,5.5,1.9,10,4.86,2.61,7,3.82,2.79,11,5.31,2.63,16,6.88,1.64,8,5.36,2.06,14,5.33,1.63,6,4.75,2.7,12,3.17,2.56,6,6.27,2.46,15,5.11,2.32,9
+accident,2.55,1.25,42,4.93,2.56,43,3.0,2.11,48,2.55,1.22,22,2.55,1.32,20,4.2,2.51,15,5.32,2.54,28,4.22,2.71,18,2.27,1.2,30,2.52,1.29,21,2.57,1.25,21,4.94,2.58,18,4.92,2.6,25,3.33,2.35,33,2.27,1.22,15,2.36,1.29,25,2.82,1.19,17,5.08,2.7,24,4.74,2.42,19,2.85,2.31,26,3.18,1.89,22
+accidental,3.46,1.25,24,4.0,2.47,20,3.41,2.59,22,3.38,1.19,8,3.5,1.32,16,5.38,2.13,8,3.08,2.31,12,3.5,2.78,12,3.3,2.5,10,3.2,1.14,10,3.64,1.34,14,5.33,2.35,9,2.91,2.07,11,4.43,2.07,7,2.93,2.74,15,3.42,1.44,12,3.5,1.09,12,4.31,2.69,13,3.43,2.07,7,3.08,2.5,12,3.8,2.78,10
+acclaim,6.1,1.61,21,3.95,2.01,22,5.77,1.88,22,6.0,1.8,9,6.17,1.53,12,3.5,2.51,6,4.13,1.92,15,6.33,2.07,6,5.56,1.82,16,5.67,1.66,9,6.42,1.56,12,5.2,2.68,5,3.59,1.7,17,5.55,2.07,11,6.0,1.73,11,6.25,1.71,12,5.89,1.54,9,3.89,1.54,9,4.0,2.35,13,5.67,2.02,12,5.9,1.79,10
+accommodate,6.35,1.73,20,3.0,1.61,18,6.27,1.96,22,6.4,1.82,5,6.33,1.76,15,2.83,1.17,6,3.08,1.83,12,5.4,2.07,10,7.0,1.6,12,6.6,1.43,10,6.1,2.02,10,2.5,1.08,10,3.62,2.0,8,6.55,1.86,11,6.0,2.1,11,6.08,1.44,12,6.75,2.12,8,2.33,1.5,9,3.67,1.5,9,6.55,1.92,11,6.0,2.05,11
+accommodation,6.76,1.7,21,4.72,2.07,25,6.0,2.29,22,6.88,1.36,8,6.69,1.93,13,4.92,2.25,13,4.5,1.93,12,6.31,2.39,13,5.56,2.19,9,7.25,1.67,8,6.33,1.72,12,5.5,1.34,14,3.73,2.45,11,6.58,2.23,12,5.3,2.26,10,6.8,1.81,10,6.73,1.68,11,4.35,2.23,17,5.5,1.51,8,5.4,2.72,10,6.5,1.83,12
+accompany,5.47,1.22,19,3.85,1.84,20,5.63,2.36,19,5.0,1.0,3,5.56,1.26,16,4.67,1.51,6,3.5,1.91,14,5.0,2.19,6,5.92,2.47,13,5.7,0.95,10,5.22,1.48,9,3.86,2.12,7,3.85,1.77,13,5.11,2.37,9,6.1,2.38,10,5.38,0.92,8,5.55,1.44,11,3.78,1.99,9,3.91,1.81,11,6.43,2.99,7,5.17,1.9,12
+accomplice,4.6,1.39,20,4.5,2.61,20,5.2,2.5,25,5.33,1.53,3,4.47,1.37,17,5.14,2.67,7,4.33,2.64,12,5.62,1.85,8,5.0,2.78,17,5.0,1.53,7,4.38,1.33,13,5.0,2.61,6,4.46,2.7,13,4.86,2.66,14,5.64,2.34,11,4.56,1.33,9,4.64,1.5,11,5.1,2.73,10,3.9,2.47,10,4.78,2.76,18,6.29,1.25,7
+accomplish,7.45,1.15,20,5.16,2.81,19,7.27,1.52,22,7.43,1.27,7,7.46,1.13,13,4.89,2.62,9,5.4,3.1,10,7.33,1.86,6,7.25,1.44,16,7.5,1.43,10,7.44,0.88,9,4.0,3.42,8,6.0,2.05,11,6.8,1.57,15,8.29,0.76,7,7.27,1.1,11,7.67,1.22,9,4.75,2.96,12,5.86,2.61,7,6.73,1.9,11,7.82,0.75,11
+accomplishment,8.05,0.86,21,4.96,2.3,25,6.5,2.44,22,7.88,1.13,8,8.15,0.69,13,5.38,2.33,13,4.5,2.28,12,6.46,2.47,13,6.56,2.55,9,8.25,0.89,8,7.83,0.83,12,5.64,1.86,14,4.09,2.59,11,7.0,2.22,12,5.9,2.69,10,8.5,0.53,10,7.64,0.92,11,4.76,2.51,17,5.38,1.85,8,6.6,2.84,10,6.42,2.19,12
+accord,6.38,1.56,21,2.85,1.9,20,5.64,2.89,22,6.17,1.6,6,6.47,1.6,15,3.25,2.12,8,2.58,1.78,12,5.42,3.29,12,5.9,2.47,10,6.33,1.73,9,6.42,1.51,12,3.22,1.92,9,2.55,1.92,11,3.14,2.48,7,6.8,2.31,15,6.2,1.62,10,6.55,1.57,11,2.92,2.06,13,2.71,1.7,7,6.0,3.33,12,5.2,2.35,10
+accordion,5.26,2.08,19,2.94,2.21,18,5.21,2.11,24,6.0,1.87,5,5.0,2.15,14,3.2,1.92,5,2.85,2.38,13,4.31,1.89,13,6.27,1.9,11,5.2,2.15,10,5.33,2.12,9,3.14,2.19,7,2.82,2.32,11,4.62,2.06,16,6.38,1.77,8,4.85,2.23,13,6.17,1.47,6,2.92,2.02,12,3.0,2.76,6,5.27,2.25,15,5.11,1.96,9
+account,5.39,1.61,18,3.76,2.49,21,5.06,2.21,18,4.75,1.39,8,5.9,1.66,10,3.57,2.82,7,3.86,2.41,14,5.0,2.05,11,5.14,2.61,7,5.18,1.72,11,5.71,1.5,7,2.67,2.4,9,4.58,2.31,12,6.0,1.73,11,3.57,2.15,7,5.17,0.72,12,5.83,2.71,6,3.0,2.41,12,4.78,2.33,9,5.11,2.62,9,5.0,1.87,9
+accountability,4.89,1.94,19,3.7,2.27,20,6.55,2.46,20,5.67,0.58,3,4.67,2.13,15,2.7,1.42,10,4.7,2.58,10,6.7,2.36,10,6.4,2.67,10,3.0,1.55,6,5.75,1.48,12,2.71,1.25,7,4.23,2.55,13,5.62,2.92,8,7.17,1.99,12,5.5,1.83,12,3.86,1.77,7,3.0,2.11,10,4.4,2.32,10,6.89,2.8,9,6.27,2.24,11
+accountable,5.7,1.69,20,4.2,1.96,20,5.57,2.29,21,5.5,1.52,6,5.79,1.81,14,4.38,1.51,8,4.08,2.27,12,5.45,2.11,11,5.7,2.58,10,5.67,1.63,6,5.71,1.77,14,4.8,2.04,10,3.6,1.78,10,5.71,2.64,14,5.29,1.5,7,6.0,1.0,7,5.54,1.98,13,4.36,2.02,14,3.83,1.94,6,5.5,2.24,12,5.67,2.5,9
+accountant,5.19,1.69,21,3.81,2.18,21,5.72,2.05,25,5.5,1.09,12,4.78,2.28,9,4.29,2.43,7,3.57,2.1,14,6.0,1.89,10,5.53,2.2,15,6.0,2.0,4,5.0,1.62,17,3.6,2.59,10,4.0,1.84,11,6.29,2.14,7,5.5,2.04,18,5.42,1.93,12,4.89,1.36,9,3.69,1.49,13,4.0,3.12,8,5.11,2.09,9,6.06,2.02,16
+accounting,4.42,2.09,19,3.68,2.4,22,4.48,2.21,23,4.73,1.62,11,4.43,2.57,7,4.75,3.2,8,3.07,1.64,14,4.0,2.0,7,4.69,2.33,16,3.88,2.23,8,4.82,1.99,11,3.44,2.79,9,3.85,2.19,13,4.27,1.49,11,4.67,2.77,12,4.17,2.44,12,4.86,1.35,7,3.09,2.43,11,4.27,2.33,11,4.46,2.4,13,4.5,2.07,10
+accumulate,6.33,2.0,18,2.73,2.27,22,6.15,1.83,27,6.0,2.45,6,6.5,1.83,12,3.0,2.37,11,2.45,2.25,11,6.82,1.6,11,5.69,1.89,16,6.1,2.33,10,6.62,1.6,8,2.09,1.04,11,3.36,2.98,11,5.47,1.74,17,7.3,1.42,10,6.25,2.18,12,6.5,1.76,6,2.5,2.14,14,3.12,2.59,8,6.44,1.93,16,5.73,1.68,11
+accuracy,6.32,1.7,19,3.33,2.18,21,6.74,1.76,23,6.27,1.85,11,6.14,1.57,7,3.86,1.86,7,3.07,2.34,14,6.43,2.44,7,6.88,1.45,16,5.88,1.36,8,6.64,1.91,11,3.67,2.78,9,3.08,1.68,12,6.27,2.0,11,7.17,1.47,12,6.42,1.78,12,6.14,1.68,7,3.55,2.25,11,3.1,2.18,10,6.62,1.98,13,6.9,1.52,10
+accurate,7.42,1.57,19,4.35,2.25,23,6.47,1.93,19,6.89,1.27,9,7.9,1.73,10,4.86,2.34,7,4.13,2.33,15,6.6,2.17,10,6.33,1.73,9,8.22,1.09,9,6.7,1.64,10,5.1,2.51,10,3.75,2.01,12,6.0,2.0,8,6.7,1.95,10,7.33,1.78,12,7.57,1.27,7,4.7,2.18,20,2.0,1.0,3,6.38,1.92,8,6.55,2.02,11
+accursed,3.21,1.36,19,5.33,2.13,21,4.13,2.3,23,3.0,0.0,3,3.25,1.48,16,5.62,1.92,8,5.15,2.3,13,4.44,2.92,9,3.93,1.9,14,3.44,1.33,9,3.0,1.41,10,5.89,0.93,9,4.92,2.68,12,4.27,2.58,15,3.88,1.81,8,2.86,1.21,7,3.42,1.44,12,5.4,2.01,10,5.27,2.33,11,4.08,2.81,13,4.2,1.55,10
+accusation,3.38,1.75,21,5.48,2.23,23,3.62,1.92,26,3.45,1.97,11,3.3,1.57,10,5.09,2.21,11,5.83,2.29,12,3.36,1.29,11,3.71,2.37,14,3.2,1.69,10,3.55,1.86,11,5.27,2.45,11,5.67,2.1,12,3.59,1.66,17,3.5,2.56,8,3.23,2.01,13,3.62,1.3,8,5.33,2.35,15,5.75,2.12,8,4.06,2.11,17,2.78,1.2,9
+accuse,2.68,1.63,19,5.32,2.08,22,4.0,2.32,24,2.83,1.72,6,2.62,1.66,13,5.42,2.31,12,5.2,1.87,10,3.88,2.42,8,4.06,2.35,16,3.4,1.65,10,1.89,1.27,9,5.67,2.0,9,5.08,2.18,13,4.18,2.3,17,3.5,2.74,6,2.5,1.93,8,2.82,1.47,11,4.33,2.4,9,6.0,1.58,13,4.12,2.25,16,3.75,2.6,8
+ace,6.37,1.34,19,4.64,2.38,22,6.61,1.84,38,8.0,1.0,3,6.06,1.18,16,5.08,2.23,12,4.1,2.56,10,6.62,2.02,13,6.6,1.78,25,6.78,1.39,9,6.0,1.25,10,5.0,1.73,9,4.38,2.79,13,7.06,1.76,18,6.2,1.85,20,5.71,1.38,7,6.75,1.22,12,5.33,1.94,9,4.15,2.61,13,6.82,1.67,17,6.43,1.99,21
+acetylene,4.11,1.63,19,3.67,2.06,21,4.7,1.84,23,4.33,1.15,3,4.06,1.73,16,4.25,2.19,8,3.31,1.97,13,4.89,1.69,9,4.57,1.99,14,3.78,1.92,9,4.4,1.35,10,3.89,1.96,9,3.5,2.2,12,4.93,1.87,15,4.25,1.83,8,4.57,1.27,7,3.83,1.8,12,3.6,1.71,10,3.73,2.41,11,4.85,2.23,13,4.5,1.27,10
+ache,3.27,2.01,40,4.3,2.26,47,4.0,2.72,18,3.29,1.83,17,3.32,2.21,22,3.27,2.15,11,4.56,2.29,34,3.7,2.31,10,4.38,3.29,8,3.21,2.01,14,3.31,2.05,26,3.92,2.38,26,4.68,2.16,19,3.71,2.81,7,4.18,2.79,11,3.37,1.98,19,3.19,2.09,21,4.21,2.33,28,4.42,2.22,19,3.78,2.33,9,4.22,3.19,9
+achieve,7.75,1.16,20,4.7,2.96,23,6.61,2.44,28,7.25,0.89,8,8.08,1.24,12,3.67,2.4,9,5.36,3.18,14,7.07,1.98,14,6.14,2.82,14,8.0,1.22,9,7.55,1.13,11,5.0,2.76,12,4.36,3.26,11,6.07,2.89,14,7.14,1.83,14,7.6,1.26,10,7.9,1.1,10,4.82,2.82,11,4.58,3.2,12,6.92,2.07,12,6.38,2.73,16
+achievement,7.28,2.15,40,5.57,2.17,23,7.17,1.72,53,8.0,1.58,13,6.85,2.33,26,5.45,2.16,11,5.67,2.27,12,6.94,2.07,18,7.29,1.53,35,7.67,1.76,15,6.96,2.37,24,6.27,2.24,11,4.92,1.98,12,6.86,1.99,28,7.52,1.29,25,6.6,2.52,20,7.95,1.47,20,5.91,2.43,11,5.25,1.96,12,7.26,1.91,31,7.05,1.43,22
+achy,3.15,1.46,20,4.48,1.89,21,4.62,2.5,34,3.2,1.48,10,3.1,1.52,10,4.25,1.58,8,4.62,2.1,13,4.79,2.58,14,4.5,2.5,20,3.56,1.67,9,2.82,1.25,11,4.38,1.66,13,4.62,2.33,8,4.86,2.47,22,4.17,2.59,12,3.5,1.72,10,2.8,1.14,10,4.57,2.06,14,4.29,1.6,7,5.24,2.31,17,4.0,2.6,17
+acid,3.26,2.02,19,4.77,2.37,22,4.26,2.43,23,3.0,1.79,6,3.38,2.18,13,4.83,2.08,12,4.7,2.79,10,4.14,2.27,7,4.31,2.57,16,3.0,1.49,10,3.56,2.55,9,5.33,2.24,9,4.38,2.47,13,4.81,2.48,16,2.67,1.86,6,2.12,1.36,8,4.09,2.07,11,4.89,2.57,9,4.69,2.32,13,4.69,2.63,16,3.29,1.7,7
+acknowledge,6.43,1.86,21,3.26,2.18,23,6.11,2.42,18,6.22,1.64,9,6.58,2.07,12,4.09,2.34,11,2.5,1.78,12,5.8,2.7,10,6.5,2.14,8,6.29,2.43,7,6.38,1.61,13,3.73,2.24,11,2.83,2.12,12,6.57,2.94,7,5.82,2.14,11,6.69,2.06,13,6.0,1.51,8,3.18,2.23,11,3.33,2.23,12,5.67,2.45,9,6.56,2.46,9
+acknowledgement,6.53,1.5,19,3.3,2.3,23,6.71,1.82,28,6.25,0.89,8,6.73,1.85,11,3.0,2.35,9,3.5,2.35,14,7.21,1.72,14,6.21,1.85,14,6.78,1.79,9,6.3,1.25,10,3.58,2.54,12,3.0,2.1,11,6.29,2.2,14,7.14,1.29,14,6.6,1.71,10,6.44,1.33,9,3.36,2.38,11,3.25,2.34,12,6.75,1.48,12,6.69,2.09,16
+acne,2.18,1.47,17,4.47,2.5,19,3.44,1.96,25,1.8,0.84,5,2.33,1.67,12,4.7,2.58,10,4.22,2.54,9,3.81,2.01,16,2.78,1.79,9,2.71,1.7,7,1.8,1.23,10,3.5,2.14,8,5.18,2.6,11,3.45,2.09,20,3.4,1.52,5,2.22,1.39,9,2.12,1.64,8,3.9,2.42,10,5.11,2.57,9,3.53,1.78,19,3.17,2.64,6
+acorn,5.85,1.76,20,4.42,2.32,24,4.77,2.31,22,5.38,0.74,8,6.17,2.17,12,4.69,2.32,13,4.09,2.39,11,5.0,2.31,13,4.44,2.4,9,6.29,1.7,7,5.92,1.51,12,5.29,1.94,14,3.2,2.35,10,5.67,1.83,12,3.7,2.45,10,5.3,1.95,10,6.4,1.43,10,3.88,2.39,17,5.71,1.6,7,4.3,2.67,10,5.17,1.99,12
+acoustic,7.1,1.62,20,4.0,2.43,22,5.79,1.58,19,7.44,1.67,9,6.82,1.6,11,4.0,3.46,5,4.12,2.19,16,5.83,1.47,6,5.77,1.69,13,6.86,1.7,14,7.67,1.37,6,3.5,1.93,12,4.89,2.93,9,5.22,1.2,9,6.3,1.77,10,6.9,1.85,10,7.3,1.42,10,3.17,1.7,12,5.0,2.87,10,6.33,1.63,6,5.54,1.56,13
+acoustics,6.33,1.2,21,3.19,1.83,21,5.86,1.67,22,6.11,1.05,9,6.5,1.31,12,2.0,0.89,6,3.64,1.98,14,6.17,1.83,6,5.75,1.65,16,6.33,1.22,9,6.33,1.23,12,3.6,2.07,5,3.06,1.81,16,6.55,1.63,11,5.18,1.47,11,6.83,1.19,12,5.67,0.87,9,3.12,1.36,8,3.23,2.13,13,6.33,1.61,12,5.3,1.64,10
+acquaintance,5.58,1.35,24,3.24,1.64,21,5.29,1.85,21,5.55,1.37,11,5.62,1.39,13,2.0,1.1,6,3.71,1.64,14,4.67,2.07,6,5.53,1.77,15,5.8,1.55,10,5.43,1.22,14,3.4,1.82,5,3.19,1.64,16,5.0,2.16,10,5.55,1.57,11,5.71,1.59,14,5.4,0.97,10,3.5,0.93,8,3.08,1.98,13,5.33,2.15,12,5.22,1.48,9
+acquire,5.5,1.76,20,4.86,2.01,22,7.0,1.89,19,4.78,2.05,9,6.09,1.3,11,5.0,2.55,5,4.75,1.95,16,7.67,1.51,6,6.69,2.02,13,5.21,1.72,14,6.17,1.83,6,4.25,2.14,12,5.56,1.74,9,6.0,2.0,9,7.9,1.29,10,5.3,1.49,10,5.7,2.06,10,4.33,2.19,12,5.5,1.65,10,7.83,1.6,6,6.62,1.94,13
+acquisition,5.0,1.95,20,4.36,2.44,22,5.93,2.34,27,5.14,2.54,7,4.92,1.66,13,4.5,2.84,10,4.25,2.18,12,6.07,2.28,15,5.91,2.55,11,4.73,1.74,11,5.33,2.24,9,5.0,2.0,9,3.92,2.69,13,6.18,2.58,17,5.67,1.94,9,5.15,2.3,13,4.71,1.11,7,4.38,2.55,16,4.33,2.34,6,5.5,2.54,12,6.27,2.19,15
+acquit,5.6,1.6,20,4.56,2.71,18,5.45,1.57,22,6.2,1.64,5,5.4,1.59,15,5.33,2.34,6,4.17,2.89,12,5.4,0.84,10,5.5,2.02,12,6.0,1.63,10,5.2,1.55,10,5.4,2.63,10,3.5,2.56,8,5.18,1.08,11,5.73,1.95,11,5.17,1.75,12,6.25,1.16,8,3.44,2.7,9,5.67,2.35,9,4.64,1.5,11,6.27,1.19,11
+acquittal,6.19,1.72,21,4.95,2.31,20,5.03,2.36,35,6.62,1.51,8,5.92,1.85,13,6.2,1.92,5,4.53,2.33,15,5.5,1.72,10,4.84,2.58,25,5.92,1.98,13,6.62,1.19,8,5.08,2.39,12,4.75,2.31,8,4.85,2.08,20,5.27,2.74,15,5.55,1.21,11,6.9,1.97,10,4.91,2.47,11,5.0,2.24,9,5.1,2.51,21,4.93,2.2,14
+acre,5.53,1.71,19,2.73,1.7,22,4.94,2.29,16,5.45,1.86,11,5.14,0.9,7,3.88,1.81,8,2.07,1.27,14,5.0,2.97,6,4.9,1.97,10,5.75,2.43,8,5.36,1.03,11,2.44,2.13,9,2.92,1.38,13,4.75,2.25,8,5.12,2.47,8,5.17,1.8,12,6.14,1.46,7,2.82,1.83,11,2.64,1.63,11,3.78,1.99,9,6.43,1.81,7
+acreage,5.25,1.74,20,3.74,2.0,23,5.52,1.94,21,5.0,1.87,5,5.33,1.76,15,4.58,2.15,12,2.82,1.4,11,5.45,1.92,11,5.67,2.18,9,4.55,2.02,11,6.11,0.78,9,3.56,1.21,16,4.14,3.29,7,5.27,1.79,11,5.8,2.15,10,5.46,1.94,13,4.86,1.35,7,3.74,2.18,19,3.75,0.96,4,5.36,1.91,14,5.86,2.12,7
+acrobat,6.0,1.3,20,4.9,2.14,21,5.42,2.24,24,5.67,1.15,3,6.06,1.34,17,5.43,1.9,7,4.62,2.36,13,5.12,1.64,8,5.56,2.53,16,5.43,1.13,7,6.31,1.32,13,4.86,2.41,7,4.92,2.18,13,5.14,2.07,14,5.8,2.53,10,5.89,1.05,9,6.09,1.51,11,5.27,2.28,11,4.5,2.01,10,5.18,2.53,17,6.0,1.29,7
+acrylic,5.52,1.81,25,3.73,2.31,26,5.42,2.15,24,5.55,2.07,11,5.5,1.65,14,3.1,2.23,10,4.12,2.33,16,4.89,2.09,9,5.73,2.19,15,5.89,1.54,9,5.31,1.96,16,3.92,2.33,13,3.54,2.37,13,4.75,2.3,12,6.08,1.83,12,5.29,1.64,14,5.82,2.04,11,3.0,2.45,15,4.73,1.74,11,5.92,2.4,13,4.82,1.72,11
+act,5.64,1.71,22,4.19,2.29,21,6.11,2.03,18,6.17,2.64,6,5.4,1.3,15,3.86,2.27,7,4.36,2.37,14,6.44,2.4,9,5.88,1.73,8,5.5,1.83,14,5.86,1.68,7,4.11,2.67,9,4.25,2.09,12,6.2,2.35,10,6.0,1.69,8,6.0,1.47,14,5.0,2.0,8,4.67,3.39,6,4.0,1.81,15,5.7,2.21,10,6.62,1.77,8
+action,6.0,1.64,18,6.19,2.56,21,6.17,2.01,18,6.0,1.69,8,6.0,1.7,10,5.71,2.69,7,6.43,2.56,14,5.82,1.66,11,6.71,2.5,7,5.82,1.83,11,6.29,1.38,7,6.56,2.92,9,5.92,2.35,12,5.64,1.96,11,7.0,1.91,7,5.5,1.62,12,7.0,1.26,6,5.92,2.97,12,6.56,2.01,9,7.22,1.72,9,5.11,1.76,9
+action figure,6.18,1.85,17,4.65,2.39,20,6.71,2.24,24,6.8,1.3,5,5.92,2.02,12,5.55,2.38,11,3.56,2.01,9,6.73,2.37,15,6.67,2.12,9,6.5,2.35,6,6.0,1.61,11,3.89,2.37,9,5.27,2.33,11,6.84,2.27,19,6.2,2.28,5,6.62,1.69,8,5.78,1.99,9,5.09,2.47,11,4.11,2.32,9,6.39,2.38,18,7.67,1.51,6
+activate,5.7,1.77,40,3.78,2.54,23,6.28,2.13,25,5.82,1.67,17,5.45,1.77,22,3.82,2.4,11,3.75,2.77,12,6.4,1.78,10,6.2,2.4,15,5.43,2.17,14,5.85,1.54,26,3.91,2.63,11,3.67,2.57,12,6.0,2.16,7,6.39,2.17,18,5.74,1.94,19,5.67,1.65,21,4.45,2.84,11,3.17,2.17,12,5.0,2.06,9,7.0,1.86,16
+activation,6.14,1.53,21,3.52,2.33,23,6.88,1.62,17,6.56,1.59,9,5.83,1.47,12,4.18,2.27,11,2.92,2.31,12,7.3,1.64,10,6.29,1.5,7,6.29,1.6,7,6.15,1.57,13,4.0,2.1,11,3.08,2.54,12,7.83,1.83,6,6.36,1.29,11,6.15,1.63,13,6.12,1.46,8,3.18,2.32,11,3.83,2.41,12,6.5,1.69,8,7.22,1.56,9
+active,6.47,1.35,19,5.62,2.09,21,6.32,2.21,22,8.0,1.0,3,6.19,1.22,16,4.88,2.47,8,6.08,1.75,13,6.22,1.86,9,6.38,2.5,13,6.89,1.27,9,6.1,1.37,10,5.56,2.46,9,5.67,1.87,12,6.07,2.52,15,6.86,1.35,7,6.57,1.27,7,6.42,1.44,12,6.0,1.94,10,5.27,2.24,11,7.08,2.39,12,5.4,1.65,10
+activist,6.24,1.84,21,5.26,2.33,19,5.86,1.9,21,5.8,1.79,5,6.4,1.96,15,4.88,2.23,8,5.55,2.46,11,5.3,2.11,10,6.36,1.63,11,6.08,1.93,12,6.44,1.81,9,5.2,2.57,10,5.33,2.18,9,5.33,2.06,12,6.56,1.51,9,5.82,1.99,11,6.7,1.64,10,5.0,2.14,8,5.45,2.54,11,5.33,2.24,9,6.25,1.6,12
+activity,6.21,1.75,19,4.86,2.48,21,6.45,1.67,20,6.0,1.0,3,6.25,1.88,16,5.5,2.66,6,4.6,2.44,15,6.67,1.51,6,6.36,1.78,14,6.2,1.93,10,6.22,1.64,9,3.86,2.54,7,5.36,2.37,14,6.8,1.48,10,6.1,1.85,10,6.25,1.91,8,6.18,1.72,11,4.89,3.3,9,4.83,1.8,12,6.88,2.17,8,6.17,1.27,12
+actor,6.15,1.27,20,4.35,2.28,20,5.64,1.99,22,6.14,1.35,7,6.15,1.28,13,4.0,1.94,9,4.64,2.58,11,5.0,3.1,6,5.88,1.45,16,6.0,1.25,10,6.33,1.41,9,3.75,2.31,8,4.75,2.26,12,5.8,2.08,15,5.29,1.89,7,6.45,1.37,11,5.78,1.09,9,4.5,2.43,12,4.12,2.17,8,5.64,2.29,11,5.64,1.75,11
+actress,5.42,1.22,19,5.43,2.18,21,4.65,2.4,23,5.33,0.58,3,5.44,1.31,16,6.12,1.89,8,5.0,2.31,13,4.56,2.6,9,4.71,2.37,14,5.67,1.12,9,5.2,1.32,10,5.67,2.29,9,5.25,2.18,12,4.73,2.63,15,4.5,2.07,8,5.57,0.79,7,5.33,1.44,12,5.6,2.17,10,5.27,2.28,11,4.69,2.9,13,4.6,1.71,10
+actual,6.22,1.48,18,2.75,1.94,20,5.54,1.89,24,6.2,1.3,5,6.23,1.59,13,2.73,1.85,11,2.78,2.17,9,5.67,1.76,15,5.33,2.18,9,6.71,1.38,7,5.91,1.51,11,2.22,1.56,9,3.18,2.18,11,5.47,2.04,19,5.8,1.3,5,6.0,1.58,9,6.44,1.42,9,2.36,1.5,11,3.22,2.39,9,5.33,1.71,18,6.17,2.4,6
+actuality,5.4,1.47,20,5.55,2.28,20,5.24,2.07,25,6.09,1.04,11,4.56,1.51,9,6.71,1.25,7,4.92,2.5,13,5.08,1.98,13,5.42,2.23,12,5.09,1.7,11,5.78,1.09,9,5.64,2.77,11,5.44,1.67,9,5.47,2.1,17,4.75,2.05,8,5.0,1.7,10,5.8,1.14,10,5.75,2.56,12,5.25,1.91,8,5.0,1.9,16,5.67,2.4,9
+acupuncture,4.81,2.23,21,4.9,2.63,20,4.77,2.62,22,5.17,2.64,6,4.67,2.13,15,4.88,2.42,8,4.92,2.87,12,5.25,2.7,12,4.2,2.53,10,4.56,2.74,9,5.0,1.86,12,5.0,1.8,9,4.82,3.25,11,4.0,2.71,7,5.13,2.59,15,5.2,2.44,10,4.45,2.07,11,4.54,2.54,13,5.57,2.88,7,4.5,2.91,12,5.1,2.33,10
+acute,5.1,1.94,20,5.09,1.95,22,5.11,2.33,19,5.44,1.67,9,4.82,2.18,11,4.4,2.61,5,5.25,1.81,16,5.17,2.86,6,5.08,2.18,13,5.64,1.69,14,3.83,2.04,6,4.42,2.11,12,5.89,1.54,9,5.0,1.87,9,5.2,2.78,10,5.4,2.07,10,4.8,1.87,10,4.58,2.23,12,5.7,1.42,10,6.0,2.83,6,4.69,2.06,13
+ad,4.11,1.45,19,3.33,2.17,18,5.18,2.16,17,4.55,1.29,11,3.5,1.51,8,4.0,2.58,4,3.14,2.11,14,4.25,2.12,8,6.0,1.94,9,4.62,1.51,8,3.73,1.35,11,3.57,1.9,7,3.18,2.4,11,4.83,2.32,6,5.36,2.16,11,4.15,1.57,13,4.0,1.26,6,2.27,1.56,11,5.0,2.0,7,5.0,2.45,7,5.3,2.06,10
+adage,5.55,0.83,20,3.38,1.88,21,5.13,2.07,23,5.67,1.15,3,5.53,0.8,17,3.14,1.95,7,3.38,1.94,13,4.75,1.58,8,5.33,2.32,15,5.43,0.79,7,5.62,0.87,13,3.14,1.57,7,3.38,2.1,13,4.69,1.89,13,5.7,2.26,10,5.44,0.73,9,5.64,0.92,11,3.18,1.72,11,3.6,2.12,10,4.94,2.3,17,5.67,1.21,6
+adamant,5.45,1.92,22,5.74,2.4,19,6.38,2.38,21,5.6,2.3,5,5.44,1.93,16,6.88,2.42,8,4.91,2.12,11,6.2,2.49,10,6.55,2.38,11,4.83,1.95,12,6.2,1.69,10,6.3,2.11,10,5.11,2.67,9,6.58,2.35,12,6.11,2.52,9,5.45,1.75,11,5.45,2.16,11,5.0,2.51,8,6.27,2.28,11,7.22,1.64,9,5.75,2.7,12
+adapt,5.84,1.3,19,3.9,2.36,20,5.75,2.43,20,5.67,1.15,3,5.88,1.36,16,4.17,2.04,6,3.79,2.55,14,6.33,2.07,6,5.5,2.59,14,5.2,1.03,10,6.56,1.24,9,3.86,2.41,7,3.92,2.43,13,5.1,2.28,10,6.4,2.5,10,5.62,0.92,8,6.0,1.55,11,3.33,2.35,9,4.36,2.38,11,5.5,2.78,8,5.92,2.27,12
+adaptation,5.82,1.84,22,3.55,1.92,22,6.04,2.25,23,6.08,1.66,13,6.0,1.41,8,3.25,1.28,8,3.71,2.23,14,6.14,2.85,7,6.0,2.03,16,5.67,2.65,9,5.92,1.12,13,2.78,1.86,9,4.08,1.85,13,6.0,2.14,11,6.08,2.43,12,5.36,2.1,14,6.62,0.92,8,3.36,2.11,11,3.73,1.79,11,6.15,2.44,13,5.9,2.08,10
+add,6.23,1.77,22,4.0,2.38,20,6.79,2.07,19,6.08,1.93,13,6.44,1.59,9,5.0,2.08,7,3.46,2.44,13,6.29,2.21,7,7.08,2.02,12,6.42,2.07,12,6.0,1.41,10,4.56,2.24,9,3.55,2.5,11,6.3,2.36,10,7.33,1.66,9,6.42,1.78,12,6.0,1.83,10,4.71,1.8,7,3.62,2.63,13,6.86,2.12,7,6.75,2.14,12
+adder,4.45,1.47,20,3.24,2.36,17,4.41,1.37,22,4.6,0.89,5,4.4,1.64,15,3.0,2.35,5,3.33,2.46,12,4.6,1.07,10,4.25,1.6,12,5.0,0.82,10,3.9,1.79,10,2.89,2.09,9,3.62,2.72,8,4.64,1.12,11,4.18,1.6,11,4.25,1.48,12,4.75,1.49,8,2.11,1.96,9,4.5,2.2,8,4.55,1.04,11,4.27,1.68,11
+addict,2.86,1.93,21,5.33,2.44,45,2.74,2.2,38,3.33,2.6,9,2.5,1.24,12,4.64,2.73,11,5.64,2.33,33,2.74,2.23,19,2.67,2.28,18,4.71,2.21,7,1.92,0.86,13,5.38,2.83,26,5.39,1.82,18,3.76,2.77,17,1.9,1.09,21,3.38,2.26,13,2.0,0.76,8,5.59,2.44,27,4.94,2.46,18,2.14,1.74,21,3.47,2.53,17
+addicted,2.89,2.11,19,4.77,2.33,22,2.84,1.89,19,3.33,1.58,9,2.5,2.51,10,4.33,2.23,12,5.3,2.45,10,3.5,1.22,6,2.54,2.11,13,3.67,2.69,9,2.2,1.14,10,4.89,2.62,9,4.69,2.21,13,3.5,2.17,10,2.11,1.27,9,3.17,2.52,12,2.43,1.13,7,4.11,2.09,9,5.23,2.45,13,2.25,1.83,8,3.27,1.9,11
+addiction,3.52,1.81,21,4.48,2.87,23,3.84,2.63,19,4.38,2.07,8,3.0,1.47,13,5.67,2.5,6,4.06,2.95,17,3.91,2.98,11,3.75,2.25,8,3.92,1.98,12,3.0,1.5,9,4.9,2.73,10,4.15,3.05,13,4.08,2.84,13,3.33,2.25,6,3.29,1.77,14,4.0,1.91,7,4.53,2.67,15,4.38,3.42,8,3.36,2.42,11,4.5,2.93,8
+addictive,3.52,1.72,21,4.82,2.7,22,4.4,2.82,20,4.38,2.07,8,3.0,1.29,13,5.5,2.88,6,4.56,2.68,16,4.27,2.57,11,4.56,3.24,9,3.75,1.96,12,3.22,1.39,9,5.56,2.6,9,4.31,2.75,13,4.69,2.69,13,3.86,3.18,7,3.21,1.58,14,4.14,1.95,7,4.81,2.54,16,4.83,3.37,6,4.42,2.68,12,4.38,3.2,8
+additional,6.15,1.76,20,3.61,2.17,18,4.95,1.99,22,6.0,1.58,5,6.2,1.86,15,4.17,2.23,6,3.33,2.19,12,5.5,1.43,10,4.5,2.32,12,6.4,1.65,10,5.9,1.91,10,3.9,2.42,10,3.25,1.91,8,5.09,2.12,11,4.82,1.94,11,5.5,1.83,12,7.12,1.13,8,2.89,2.26,9,4.33,1.94,9,4.82,2.4,11,5.09,1.58,11
+address,6.11,1.64,18,3.05,2.06,20,4.89,2.05,18,5.75,2.05,8,6.4,1.26,10,3.29,2.21,7,2.92,2.06,13,4.55,2.02,11,5.43,2.15,7,5.91,1.81,11,6.43,1.4,7,3.11,2.09,9,3.0,2.14,11,5.45,2.11,11,4.0,1.73,7,5.92,1.73,12,6.5,1.52,6,3.0,2.13,12,3.12,2.1,8,5.0,2.4,9,4.78,1.79,9
+adept,6.14,1.56,21,4.17,2.35,23,6.5,1.66,26,5.55,1.13,11,6.8,1.75,10,3.82,2.32,11,4.5,2.43,12,7.27,1.49,11,6.07,1.54,14,5.9,1.73,10,6.36,1.43,11,4.27,2.72,11,4.08,2.07,12,6.24,1.6,17,7.38,1.41,8,6.15,1.63,13,6.12,1.55,8,3.67,2.16,15,5.12,2.53,8,6.29,1.69,17,6.89,1.62,9
+adequate,4.7,1.56,20,3.64,2.13,22,6.89,1.57,18,4.33,1.73,9,5.0,1.41,11,2.6,1.82,5,4.06,2.17,16,7.0,1.67,6,6.83,1.59,12,4.71,1.33,14,4.67,2.16,6,4.08,2.5,12,3.22,1.56,9,6.33,1.73,9,7.44,1.24,9,5.0,0.94,10,4.4,2.01,10,3.83,2.59,12,3.4,1.51,10,7.5,1.52,6,6.58,1.56,12
+adhere,5.17,2.12,18,3.52,2.18,21,3.9,1.86,20,6.0,1.0,3,5.0,2.27,15,3.83,2.99,6,3.4,1.88,15,4.0,1.26,6,3.86,2.11,14,4.9,0.88,10,5.5,3.12,8,3.0,1.73,7,3.79,2.39,14,3.3,1.77,10,4.5,1.84,10,5.5,2.27,8,4.9,2.08,10,3.56,2.55,9,3.5,1.98,12,3.38,2.45,8,4.25,1.36,12
+adhesive,5.84,1.5,19,3.2,1.99,20,4.88,2.36,24,5.92,1.75,13,5.67,0.82,6,3.2,1.3,5,3.2,2.21,15,4.54,2.3,13,5.27,2.49,11,6.33,1.8,9,5.4,1.07,10,3.86,2.41,7,2.85,1.72,13,4.45,2.42,11,5.23,2.35,13,6.11,1.05,9,5.6,1.84,10,2.4,1.17,10,4.0,2.36,10,4.44,2.35,9,5.13,2.42,15
+Adidas,5.77,1.38,22,4.18,2.74,22,6.3,2.56,20,6.25,1.49,8,5.5,1.29,14,3.8,2.7,10,4.5,2.84,12,6.43,2.76,7,6.23,2.55,13,5.73,1.68,11,5.82,1.08,11,3.55,2.3,11,4.82,3.09,11,6.27,2.55,15,6.4,2.88,5,5.4,1.17,10,6.08,1.51,12,5.2,2.44,10,3.33,2.77,12,6.1,2.08,10,6.5,3.06,10
+adjacent,5.15,1.27,20,2.78,1.96,18,4.27,1.7,22,5.2,0.45,5,5.13,1.46,15,3.83,2.64,6,2.25,1.36,12,4.7,1.57,10,3.92,1.78,12,5.2,0.79,10,5.1,1.66,10,2.9,2.38,10,2.62,1.41,8,4.36,1.91,11,4.18,1.54,11,4.75,1.06,12,5.75,1.39,8,2.44,2.24,9,3.11,1.69,9,4.45,1.75,11,4.09,1.7,11
+adjective,5.95,1.28,21,3.64,2.1,25,6.11,2.18,19,5.89,1.05,9,6.0,1.48,12,4.0,1.55,6,3.44,2.31,18,5.0,2.31,7,6.75,1.91,12,6.12,1.2,16,5.4,1.52,5,3.43,2.24,14,3.8,2.04,10,6.11,2.67,9,6.1,1.79,10,5.75,1.14,12,6.22,1.48,9,3.94,2.17,16,3.11,1.96,9,6.09,2.59,11,6.12,1.64,8
+adjoining,5.06,1.26,18,3.52,2.04,21,4.65,1.92,23,5.0,0.82,10,4.71,1.38,7,3.14,1.68,7,3.71,2.23,14,4.71,2.21,7,4.62,1.86,16,5.43,1.27,7,4.82,1.25,11,3.12,2.36,8,3.77,1.88,13,4.55,1.97,11,4.75,1.96,12,5.17,1.53,12,4.83,0.41,6,3.0,2.24,11,4.1,1.73,10,4.23,2.24,13,5.2,1.32,10
+adjourn,5.5,1.62,18,3.15,1.93,20,5.75,2.36,20,5.5,0.71,2,5.6,1.72,15,3.1,1.97,10,3.2,1.99,10,6.0,2.31,10,5.5,2.51,10,4.33,1.21,6,6.27,1.42,11,2.71,2.06,7,3.38,1.89,13,5.75,2.43,8,5.75,2.42,12,6.0,1.67,11,4.71,1.25,7,3.3,2.31,10,3.0,1.56,10,5.67,2.35,9,5.82,2.48,11
+adjust,5.76,1.67,21,3.0,2.07,23,6.0,1.88,18,6.56,1.81,9,5.17,1.34,12,3.09,2.02,11,2.92,2.19,12,6.5,2.01,10,5.38,1.6,8,5.86,2.41,7,5.77,1.3,13,3.36,2.2,11,2.67,1.97,12,5.71,2.43,7,6.18,1.54,11,5.62,1.85,13,6.0,1.41,8,2.91,1.97,11,3.08,2.23,12,5.11,1.62,9,6.89,1.76,9
+adjuster,4.25,1.41,20,3.5,1.74,22,5.84,1.77,19,4.22,1.92,9,4.27,0.9,11,3.2,2.17,5,3.69,1.66,16,6.67,1.63,6,5.46,1.76,13,4.5,1.34,14,3.67,1.51,6,3.67,1.78,12,3.44,1.81,9,5.33,0.87,9,6.3,2.26,10,4.7,0.82,10,3.8,1.75,10,2.83,1.59,12,4.3,1.64,10,6.83,1.6,6,5.38,1.71,13
+adjustment,5.53,1.22,19,4.59,2.36,22,4.53,1.93,19,5.33,0.71,9,5.7,1.57,10,4.71,2.69,7,4.64,2.34,14,4.7,2.0,10,4.33,1.94,9,6.11,1.36,9,5.0,0.82,10,5.0,2.71,10,4.36,2.16,11,3.88,0.99,8,4.8,2.35,10,5.58,1.44,12,5.43,0.79,7,4.53,2.39,19,5.0,2.65,3,4.38,1.3,8,4.64,2.34,11
+admin,4.37,1.71,19,3.64,2.5,22,5.83,2.48,24,3.67,1.51,6,4.69,1.75,13,4.25,2.86,12,2.9,1.85,10,5.5,3.34,8,6.0,2.03,16,5.1,1.1,10,3.56,1.94,9,5.22,2.82,9,2.54,1.56,13,5.76,2.66,17,6.17,2.32,6,5.0,1.07,8,3.91,1.97,11,3.33,2.45,9,3.85,2.61,13,5.88,2.5,16,5.75,2.6,8
+administer,4.4,1.79,20,3.86,2.23,22,6.33,2.25,18,4.44,2.3,9,4.36,1.36,11,3.6,2.97,5,4.12,2.0,16,5.5,3.21,6,6.75,1.6,12,4.79,1.58,14,3.5,2.07,6,4.0,2.22,12,4.0,2.29,9,6.62,1.41,8,6.1,2.81,10,4.6,1.43,10,4.2,2.15,10,3.25,2.42,12,4.6,1.84,10,5.2,3.19,5,6.77,1.74,13
+administration,4.45,1.36,20,3.23,2.0,22,4.77,2.23,26,4.3,1.7,10,4.6,0.97,10,3.57,2.23,7,3.07,1.94,15,4.75,2.59,16,4.8,1.62,10,4.9,1.45,10,4.0,1.15,10,3.8,2.95,5,3.06,1.71,17,4.79,2.64,14,4.75,1.76,12,4.67,1.44,12,4.12,1.25,8,3.0,2.36,10,3.42,1.73,12,4.77,2.74,13,4.77,1.69,13
+administrative,4.79,1.62,19,3.21,2.2,19,5.9,2.17,20,5.33,0.58,3,4.8,1.74,15,2.78,1.64,9,3.6,2.63,10,5.3,1.95,10,6.5,2.32,10,4.67,1.75,6,5.0,1.6,12,3.14,2.12,7,3.25,2.34,12,6.12,2.23,8,5.75,2.22,12,5.17,1.7,12,4.14,1.35,7,3.2,2.35,10,3.22,2.17,9,5.44,2.3,9,6.27,2.1,11
+administrator,5.32,1.59,22,4.74,2.35,19,5.48,2.6,21,5.8,1.1,5,5.19,1.76,16,6.12,2.3,8,3.73,1.9,11,5.7,2.45,10,5.27,2.83,11,5.08,1.31,12,5.6,1.9,10,5.2,2.44,10,4.22,2.28,9,5.17,2.62,12,5.89,2.67,9,5.0,1.34,11,5.64,1.8,11,4.38,2.67,8,5.0,2.19,11,4.89,2.8,9,5.92,2.47,12
+admirable,7.0,1.97,21,4.57,2.63,23,5.81,2.66,21,6.2,2.59,5,7.25,1.77,16,4.92,2.19,12,4.18,3.09,11,4.73,2.83,11,6.78,1.92,9,7.25,2.49,12,6.67,1.0,9,4.88,2.96,16,3.86,1.57,7,5.36,2.06,11,6.3,3.23,10,7.0,1.91,13,7.0,2.2,8,4.37,2.5,19,5.5,3.42,4,5.5,2.38,14,6.43,3.26,7
+admiral,4.8,1.32,20,4.05,2.44,21,5.68,2.76,25,4.33,2.08,3,4.88,1.22,17,5.29,3.15,7,3.46,1.9,13,4.62,2.62,8,6.18,2.77,17,5.29,1.6,7,4.54,1.13,13,5.0,2.45,7,3.62,2.47,13,4.71,2.58,14,6.91,2.59,11,4.89,1.17,9,4.73,1.49,11,4.45,2.25,11,3.6,2.67,10,5.61,2.85,18,5.86,2.73,7
+admiralty,6.16,2.12,19,4.27,2.33,22,6.08,1.79,24,5.67,2.5,6,6.38,1.98,13,5.08,2.35,12,3.3,2.0,10,5.25,1.98,8,6.5,1.59,16,6.5,1.27,10,5.78,2.82,9,4.56,2.19,9,4.08,2.5,13,5.94,1.85,17,6.5,1.87,6,6.5,2.07,8,5.91,2.21,11,4.89,2.47,9,3.85,2.23,13,5.94,1.91,16,6.38,1.6,8
+admiration,7.58,1.98,19,5.52,2.19,23,6.11,1.79,19,7.33,1.22,9,7.8,2.53,10,6.0,2.31,7,5.53,2.07,15,6.2,2.3,10,6.0,1.12,9,8.33,1.12,9,6.9,2.38,10,5.4,2.22,10,5.92,2.07,12,5.38,2.0,8,6.5,1.51,10,7.33,2.31,12,8.0,1.29,7,5.6,2.28,20,5.0,1.73,3,6.0,2.07,8,6.18,1.66,11
+admire,7.35,1.27,20,5.0,2.27,22,7.33,1.65,21,7.33,0.71,9,7.36,1.63,11,5.2,2.44,10,4.83,2.21,12,6.38,1.51,8,7.92,1.5,13,7.21,1.31,14,7.67,1.21,6,5.62,2.2,8,4.64,2.31,14,6.62,1.41,8,7.77,1.69,13,7.1,1.45,10,7.6,1.07,10,5.17,1.95,12,4.8,2.7,10,7.42,1.62,12,7.22,1.79,9
+admired,7.25,1.37,20,5.95,2.16,21,6.94,2.07,978,7.8,0.84,5,7.07,1.49,15,5.83,2.71,6,6.0,2.0,15,6.76,2.12,431,7.09,2.01,542,7.1,0.99,10,7.4,1.71,10,6.14,1.46,7,5.86,2.48,14,6.9,2.09,537,7.01,2.04,437,7.0,1.65,12,7.62,0.74,8,6.44,1.59,9,5.58,2.5,12,6.92,2.21,533,6.96,1.9,445
+admirer,7.05,1.43,21,6.0,2.25,22,6.27,1.55,22,6.89,1.05,9,7.17,1.7,12,5.5,2.51,6,6.2,2.27,15,5.67,2.07,6,6.5,1.32,16,6.56,1.51,9,7.42,1.31,12,5.6,2.7,5,6.12,2.18,17,6.27,1.01,11,6.27,2.0,11,7.33,1.61,12,6.67,1.12,9,5.89,2.09,9,6.08,2.43,13,6.67,1.07,12,5.8,1.93,10
+admissible,5.16,1.61,19,2.9,1.71,20,6.21,1.9,19,5.0,0.0,3,5.13,1.81,15,2.8,1.81,10,3.0,1.7,10,6.56,1.24,9,5.9,2.38,10,5.5,2.26,6,4.92,1.31,12,2.29,1.25,7,3.23,1.88,13,5.29,2.29,7,6.75,1.48,12,5.33,1.15,12,4.86,2.27,7,2.9,1.73,10,2.9,1.79,10,6.0,2.39,8,6.36,1.57,11
+admission,5.91,1.34,22,3.69,2.02,26,5.54,2.52,24,6.33,1.58,9,5.62,1.12,13,3.1,1.91,10,4.06,2.05,16,5.78,2.73,9,5.4,2.47,15,6.0,1.07,8,5.86,1.51,14,4.23,2.13,13,3.15,1.82,13,5.42,3.03,12,5.67,2.02,12,5.42,1.0,12,6.5,1.51,10,3.53,2.26,15,3.91,1.7,11,6.15,2.48,13,4.82,2.48,11
+admit,5.56,1.79,18,3.35,2.43,20,4.56,2.12,18,4.75,1.39,8,6.2,1.87,10,3.0,2.0,7,3.54,2.7,13,4.0,1.61,11,5.43,2.64,7,5.0,1.34,11,6.43,2.15,7,2.56,2.46,9,4.0,2.32,11,4.09,2.02,11,5.29,2.21,7,5.33,1.37,12,6.0,2.53,6,2.83,2.37,12,4.12,2.47,8,4.89,2.32,9,4.22,1.99,9
+admittance,6.29,1.23,21,3.6,1.5,20,5.96,2.42,24,6.33,1.07,12,6.22,1.48,9,3.57,0.79,7,3.62,1.8,13,6.0,2.4,10,5.93,2.53,14,6.25,1.89,4,6.29,1.1,17,4.0,1.5,9,3.27,1.49,11,5.43,2.99,7,6.18,2.21,17,6.67,1.3,12,5.78,0.97,9,3.85,1.77,13,3.14,0.69,7,5.75,3.06,8,6.06,2.14,16
+ado,4.82,0.96,22,3.33,2.24,21,4.48,1.36,21,4.86,1.1,14,4.75,0.71,8,4.55,2.16,11,2.11,1.54,9,4.17,0.98,6,4.6,1.5,15,4.7,1.34,10,4.92,0.51,12,3.55,2.58,11,3.1,1.91,10,4.25,1.14,12,4.78,1.64,9,4.5,0.8,12,5.2,1.03,10,3.46,2.3,13,3.12,2.3,8,4.64,1.36,11,4.3,1.42,10
+adobe,5.25,1.83,20,3.89,2.32,18,5.55,1.79,22,5.6,1.34,5,5.13,2.0,15,4.33,2.16,6,3.67,2.46,12,5.5,1.51,10,5.58,2.07,12,5.6,1.07,10,4.9,2.38,10,3.9,1.97,10,3.88,2.85,8,4.91,2.07,11,6.18,1.25,11,4.92,1.78,12,5.75,1.91,8,3.78,2.73,9,4.0,2.0,9,4.91,2.07,11,6.18,1.25,11
+adolescence,6.0,1.65,20,5.1,2.53,21,4.44,2.34,34,6.0,1.63,10,6.0,1.76,10,4.25,3.01,8,5.62,2.14,13,4.86,2.77,14,4.15,2.01,20,6.33,2.0,9,5.73,1.35,11,5.77,2.39,13,4.0,2.51,8,4.77,2.65,22,3.83,1.53,12,5.6,1.71,10,6.4,1.58,10,4.93,2.7,14,5.43,2.3,7,4.71,2.31,17,4.18,2.4,17
+adolescent,5.38,1.91,21,4.2,2.67,20,4.0,2.56,19,5.5,2.26,6,5.33,1.84,15,4.25,2.82,8,4.17,2.69,12,4.75,2.6,12,2.71,2.06,7,4.89,2.67,9,5.75,1.06,12,4.33,2.74,9,4.09,2.74,11,3.57,2.7,7,4.25,2.56,12,5.8,2.1,10,5.0,1.73,11,4.15,2.58,13,4.29,3.04,7,3.6,2.8,10,4.44,2.35,9
+adopt,6.9,1.61,21,4.71,2.18,24,5.45,2.42,22,6.5,2.0,8,7.15,1.34,13,4.62,2.6,13,4.82,1.66,11,5.38,2.57,13,5.56,2.35,9,7.12,0.83,8,6.83,2.04,12,4.79,1.85,14,4.6,2.67,10,5.33,2.53,12,5.6,2.41,10,6.5,2.17,10,7.27,0.79,11,4.71,2.26,17,4.71,2.14,7,5.5,3.21,10,5.42,1.68,12
+adoption,6.68,1.92,19,4.82,2.44,22,5.62,2.5,21,6.56,1.33,9,6.8,2.39,10,4.12,1.81,8,5.21,2.72,14,4.6,2.59,10,6.55,2.11,11,6.57,1.27,7,6.75,2.26,12,4.8,2.2,10,4.83,2.72,12,6.5,2.15,12,4.44,2.55,9,6.3,2.26,10,7.11,1.45,9,4.5,2.73,8,5.0,2.35,14,6.08,2.75,13,4.88,1.96,8
+adoptive,5.67,1.39,21,4.4,2.14,25,5.59,2.36,22,5.38,1.69,8,5.85,1.21,13,4.69,2.43,13,4.08,1.83,12,5.69,2.53,13,5.44,2.24,9,5.88,1.13,8,5.58,1.62,12,5.36,1.65,14,3.18,2.14,11,5.5,2.28,12,5.7,2.58,10,5.3,1.83,10,6.0,0.77,11,4.18,2.24,17,4.88,1.96,8,5.5,2.68,10,5.67,2.19,12
+adorable,7.4,1.6,20,4.66,2.79,38,6.83,1.92,42,7.4,0.55,5,7.4,1.84,15,3.77,2.05,13,5.12,3.05,25,7.0,1.77,24,6.61,2.15,18,7.5,0.85,10,7.3,2.16,10,4.2,2.59,20,5.17,3.0,18,6.96,1.84,25,6.65,2.09,17,7.25,1.66,12,7.62,1.6,8,4.36,2.83,25,5.23,2.74,13,6.73,2.35,22,6.95,1.36,20
+adoration,6.47,2.06,19,4.36,2.28,22,6.54,1.93,24,5.33,2.5,6,7.0,1.68,13,4.83,2.33,12,3.8,2.2,10,5.75,1.91,8,6.94,1.88,16,5.8,1.4,10,7.22,2.49,9,4.78,2.39,9,4.08,2.25,13,6.35,1.77,17,7.33,2.42,6,6.75,2.19,8,6.27,2.05,11,3.89,1.9,9,4.69,2.53,13,6.81,1.87,16,6.0,2.07,8
+adore,7.37,1.38,19,5.96,2.33,23,6.26,1.73,19,7.0,1.12,9,7.7,1.57,10,6.0,2.58,7,6.13,2.23,15,5.8,2.3,10,6.78,0.44,9,7.56,1.59,9,7.2,1.23,10,5.6,2.59,10,6.5,2.02,12,5.25,2.12,8,6.9,0.88,10,7.42,1.44,12,7.29,1.38,7,5.85,2.35,20,6.67,2.52,3,5.5,2.27,8,6.82,0.98,11
+adoring,7.38,1.32,21,4.86,2.65,21,6.29,1.9,21,6.78,1.56,9,7.83,0.94,12,3.17,2.04,6,5.71,2.61,14,6.83,1.17,6,6.07,2.12,15,7.0,1.58,9,7.67,1.07,12,4.4,2.41,5,5.0,2.78,16,6.1,1.66,10,6.45,2.16,11,7.33,1.56,12,7.44,1.01,9,5.25,2.76,8,4.62,2.66,13,6.75,1.48,12,5.67,2.29,9
+adrenalin,6.33,1.91,21,5.05,3.03,22,4.85,2.19,26,6.0,2.05,10,6.64,1.8,11,4.29,3.15,7,5.4,3.02,15,4.38,2.06,16,5.6,2.27,10,6.82,1.78,11,5.8,1.99,10,3.8,3.9,5,5.41,2.76,17,4.64,2.27,14,5.08,2.15,12,5.92,2.22,13,7.0,1.07,8,4.3,3.23,10,5.67,2.84,12,5.0,2.45,14,4.67,1.92,12
+adrenaline,6.61,2.03,18,5.95,2.58,20,5.72,2.44,25,7.4,1.52,5,6.31,2.18,13,6.45,2.46,11,5.33,2.74,9,5.62,2.36,16,5.89,2.71,9,6.71,2.14,7,6.55,2.07,11,5.33,2.74,9,6.45,2.46,11,5.6,2.54,20,6.2,2.17,5,6.22,2.49,9,7.0,1.5,9,6.45,2.46,11,5.33,2.74,9,5.26,2.51,19,7.17,1.6,6
+adrift,4.36,1.6,25,3.19,1.78,21,4.09,2.41,22,4.75,1.57,16,3.67,1.5,9,3.55,1.97,11,2.89,1.62,9,3.83,2.32,6,4.19,2.51,16,4.55,1.63,11,4.21,1.63,14,3.18,1.66,11,3.2,1.99,10,4.0,2.31,13,4.22,2.68,9,4.79,1.63,14,3.82,1.47,11,2.62,1.61,13,4.12,1.73,8,3.33,2.39,12,5.0,2.21,10
+adult,5.9,2.1,42,4.36,2.5,22,6.46,2.07,48,5.94,2.14,17,5.88,2.13,25,4.3,2.31,10,4.42,2.75,12,6.35,2.45,17,6.57,1.89,30,5.41,2.21,29,7.0,1.35,13,4.18,2.71,11,4.55,2.38,11,6.47,2.17,32,6.53,1.96,15,5.7,2.32,23,6.16,1.83,19,4.9,2.42,10,3.92,2.57,12,6.43,2.22,28,6.5,1.91,20
+adulterer,2.77,1.97,22,5.68,2.85,22,3.2,2.55,20,2.86,1.86,7,2.73,2.09,15,5.2,3.26,10,6.08,2.54,12,5.14,2.85,7,2.15,1.68,13,3.0,2.37,11,2.55,1.57,11,4.55,2.5,11,6.82,2.82,11,3.4,2.72,15,2.6,2.07,5,2.6,1.17,10,2.92,2.5,12,6.8,1.87,10,4.75,3.25,12,3.5,2.99,10,2.9,2.13,10
+adultery,2.81,2.06,21,6.42,2.48,19,3.33,2.46,21,2.83,2.4,6,2.8,2.01,15,6.38,3.07,8,6.45,2.11,11,3.45,2.46,11,3.2,2.57,10,2.67,2.34,6,2.87,2.03,15,6.22,3.07,9,6.6,1.96,10,2.79,2.29,14,4.43,2.57,7,2.43,2.15,7,3.0,2.08,14,6.29,2.79,14,6.8,1.48,5,3.0,2.7,12,3.78,2.17,9
+adulthood,5.05,2.09,21,4.28,2.53,25,6.11,2.54,19,5.56,2.55,9,4.67,1.67,12,4.0,2.37,6,4.39,2.7,18,5.86,2.73,7,6.25,2.53,12,4.81,2.32,16,5.8,0.84,5,4.57,2.68,14,3.9,2.51,10,6.0,2.92,9,6.2,2.3,10,5.5,2.5,12,4.44,1.24,9,4.44,2.56,16,4.0,2.6,9,6.36,2.87,11,5.75,2.12,8
+advance,6.11,2.0,18,4.62,2.54,21,6.12,2.05,24,5.4,2.97,5,6.38,1.56,13,5.0,2.49,12,4.11,2.67,9,4.62,2.39,8,6.88,1.41,16,6.4,1.71,10,5.75,2.38,8,5.33,2.24,9,4.08,2.71,12,6.12,2.06,17,6.33,2.34,6,5.88,1.64,8,6.3,2.31,10,4.62,2.67,8,4.62,2.57,13,6.12,2.06,16,6.12,2.17,8
+advanced,6.14,1.42,21,3.83,2.06,23,6.96,1.46,26,6.09,1.3,11,6.2,1.62,10,4.45,2.34,11,3.25,1.66,12,6.91,1.38,11,7.0,1.62,14,6.6,1.65,10,5.73,1.1,11,4.27,2.65,11,3.42,1.31,12,6.94,1.48,17,7.0,1.6,8,6.62,1.56,13,5.38,0.74,8,4.07,1.87,15,3.38,2.45,8,7.12,1.58,17,6.67,1.22,9
+advancement,7.47,1.54,19,5.81,2.04,21,6.38,2.01,21,7.29,2.36,7,7.58,0.9,12,6.17,2.14,6,5.5,2.03,14,7.5,1.38,6,5.93,2.09,15,6.62,1.92,8,8.09,0.83,11,5.2,2.59,5,6.0,1.9,16,5.6,2.07,10,7.09,1.76,11,8.0,0.89,11,6.75,1.98,8,6.12,1.96,8,5.62,2.14,13,6.25,2.01,12,6.56,2.13,9
+advantage,6.71,1.62,21,3.95,2.36,22,7.19,1.94,36,7.44,1.33,9,6.17,1.64,12,4.5,2.32,12,3.3,2.36,10,6.58,2.61,12,7.5,1.47,24,6.14,2.27,7,7.08,1.19,13,5.11,2.2,9,3.15,2.19,13,6.71,2.14,17,7.63,1.67,19,6.69,1.84,13,6.75,1.28,8,3.78,2.77,9,4.08,2.14,13,7.13,2.39,15,7.24,1.61,21
+advantageous,6.79,1.4,19,5.7,2.08,20,6.22,2.28,23,7.67,1.53,3,6.62,1.36,16,5.71,2.36,7,5.69,2.02,13,6.11,2.03,9,6.29,2.49,14,7.0,1.5,9,6.6,1.35,10,5.5,1.93,8,5.83,2.25,12,6.07,2.76,15,6.5,0.93,8,7.14,0.9,7,6.58,1.62,12,6.56,0.88,9,5.0,2.53,11,6.54,2.44,13,5.8,2.1,10
+adventure,7.4,1.78,42,6.36,2.4,42,6.36,2.05,44,7.35,1.69,20,7.45,1.9,22,6.58,2.34,19,6.17,2.48,23,6.26,2.24,23,6.5,1.91,20,7.56,1.46,16,7.31,1.98,26,5.81,2.79,16,6.69,2.11,26,6.67,2.08,27,5.88,1.96,17,7.22,1.56,18,7.54,1.96,24,5.92,2.62,24,6.94,1.98,18,6.17,2.15,35,7.11,1.45,9
+adventurer,7.0,1.76,21,5.27,2.9,22,5.83,2.62,18,7.78,1.39,9,6.42,1.83,12,5.18,2.86,11,5.36,3.07,11,5.4,2.67,10,6.38,2.62,8,6.71,2.56,7,7.08,1.32,13,5.82,2.86,11,4.73,2.97,11,5.29,3.2,7,6.18,2.27,11,6.85,2.12,13,7.25,1.04,8,5.4,2.99,10,5.17,2.95,12,5.11,2.98,9,6.56,2.13,9
+adventurous,7.37,1.01,19,6.67,2.06,18,5.71,2.76,17,7.18,0.98,11,7.62,1.06,8,8.0,1.15,4,6.29,2.13,14,4.88,3.09,8,6.44,2.35,9,7.88,0.64,8,7.0,1.1,11,6.0,2.71,7,7.09,1.51,11,5.0,2.97,6,6.09,2.7,11,7.31,0.85,13,7.5,1.38,6,6.55,1.81,11,6.86,2.54,7,6.86,2.34,7,4.9,2.85,10
+adversary,4.55,2.11,20,4.41,2.04,22,5.0,2.3,21,5.38,1.92,8,4.0,2.13,12,4.17,2.14,6,4.47,2.13,15,5.0,3.35,6,5.0,1.89,15,5.22,1.99,9,4.0,2.14,11,4.2,2.05,5,4.47,2.1,17,5.1,2.13,10,4.91,2.55,11,4.73,2.76,11,4.33,1.0,9,4.33,2.29,9,4.46,1.94,13,4.58,2.31,12,5.56,2.3,9
+adverse,3.68,1.0,19,3.89,2.22,18,3.35,1.87,17,3.64,1.03,11,3.75,1.04,8,4.5,2.89,4,3.71,2.09,14,2.5,0.93,8,4.11,2.2,9,3.88,0.99,8,3.55,1.04,11,4.0,2.31,7,3.82,2.27,11,3.0,0.63,6,3.55,2.3,11,3.54,0.97,13,4.0,1.1,6,3.18,1.99,11,5.0,2.24,7,3.14,2.41,7,3.5,1.51,10
+adversity,4.26,2.47,19,3.82,2.61,22,4.63,1.95,19,5.5,2.07,6,3.69,2.5,13,3.73,2.2,11,3.91,3.08,11,4.0,2.73,8,5.09,1.04,11,5.27,2.53,11,2.88,1.64,8,4.0,2.37,11,3.64,2.94,11,4.31,1.7,13,5.33,2.42,6,5.0,2.42,13,2.67,1.86,6,3.0,2.63,14,5.25,1.98,8,3.89,1.96,9,5.3,1.77,10
+advertise,5.16,1.68,19,4.29,2.31,21,5.74,1.54,23,4.4,1.34,5,5.46,1.81,13,4.17,2.14,6,4.33,2.44,15,5.6,0.97,10,5.85,1.91,13,4.0,1.41,7,5.91,1.51,11,5.0,2.83,7,3.93,2.02,14,5.27,1.74,11,6.17,1.27,12,5.33,1.56,12,4.86,1.95,7,3.73,2.2,11,4.9,2.38,10,5.36,1.28,14,6.33,1.8,9
+advertisement,4.3,1.49,20,4.14,2.46,22,5.84,2.22,19,3.67,1.5,9,4.82,1.33,11,3.2,2.68,5,4.56,2.39,16,5.5,3.08,6,6.0,1.83,13,4.14,1.41,14,4.67,1.75,6,4.42,2.78,12,4.0,2.12,9,6.0,1.94,9,5.7,2.54,10,4.5,1.18,10,4.1,1.79,10,3.5,2.54,12,4.9,2.23,10,6.33,2.16,6,5.62,2.29,13
+advertising,4.68,2.19,19,3.25,2.02,20,5.0,2.47,20,5.33,2.08,3,4.67,2.29,15,3.6,1.9,10,2.9,2.18,10,5.3,2.5,10,4.7,2.54,10,4.83,2.4,6,4.75,2.22,12,3.86,2.48,7,2.92,1.75,13,4.12,2.17,8,5.58,2.57,12,4.75,2.05,12,4.57,2.57,7,3.1,2.28,10,3.4,1.84,10,3.89,2.32,9,5.91,2.3,11
+advice,5.78,1.99,18,3.05,2.38,21,5.83,1.38,18,4.62,1.69,8,6.7,1.77,10,2.86,2.48,7,3.14,2.41,14,5.64,1.03,11,6.14,1.86,7,5.0,1.61,11,7.0,2.0,7,2.11,2.26,9,3.75,2.3,12,6.0,1.55,11,5.57,1.13,7,5.25,1.96,12,6.83,1.72,6,2.33,2.23,12,4.0,2.35,9,6.0,1.32,9,5.67,1.5,9
+advisable,5.62,1.66,21,4.36,2.19,22,5.86,2.2,21,5.6,2.61,5,5.62,1.36,16,4.82,1.66,11,3.91,2.63,11,5.36,2.54,11,6.56,1.74,9,5.67,2.1,12,5.56,0.88,9,4.73,2.15,15,3.57,2.23,7,6.09,2.12,11,5.6,2.37,10,5.69,1.49,13,5.5,2.0,8,4.39,2.35,18,4.25,1.5,4,6.29,1.98,14,5.0,2.52,7
+advise,5.44,1.39,25,3.38,2.27,21,6.41,1.59,22,5.38,1.63,16,5.56,0.88,9,3.45,2.5,11,3.56,2.07,9,5.67,1.86,6,6.69,1.45,16,5.09,1.45,11,5.71,1.33,14,2.82,1.72,11,4.0,2.71,10,6.23,1.59,13,6.67,1.66,9,5.36,1.5,14,5.55,1.29,11,3.38,2.6,13,3.38,1.77,8,6.08,1.68,12,6.8,1.48,10
+advisement,4.55,1.53,22,4.04,2.36,26,5.92,2.3,24,5.0,1.5,9,4.23,1.54,13,2.9,1.97,10,4.75,2.35,16,6.44,2.35,9,5.6,2.29,15,4.75,1.58,8,4.43,1.55,14,4.0,2.24,13,4.08,2.56,13,5.83,2.55,12,6.0,2.13,12,4.67,1.23,12,4.4,1.9,10,3.53,2.36,15,4.73,2.28,11,5.92,2.69,13,5.91,1.87,11
+adviser,5.68,2.11,19,3.36,1.71,22,6.18,2.11,22,6.0,2.06,9,5.4,2.22,10,3.75,1.67,8,3.14,1.75,14,6.27,1.85,11,6.09,2.43,11,5.29,1.98,7,5.92,2.23,12,3.7,1.64,10,3.08,1.78,12,6.0,2.27,13,6.44,1.94,9,5.8,1.62,10,5.56,2.65,9,3.38,2.2,8,3.36,1.45,14,6.36,2.13,14,5.88,2.17,8
+advisor,4.74,1.45,19,3.19,1.63,21,5.7,1.59,20,5.0,1.0,3,4.69,1.54,16,2.67,1.37,6,3.4,1.72,15,5.33,1.37,6,5.86,1.7,14,4.9,1.29,10,4.56,1.67,9,3.43,1.51,7,3.07,1.73,14,6.0,1.41,10,5.4,1.78,10,4.88,0.99,8,4.64,1.75,11,3.0,1.87,9,3.33,1.5,12,5.5,1.77,8,5.83,1.53,12
+advisory,4.95,1.5,21,4.05,2.19,22,4.19,1.74,26,5.45,1.04,11,4.4,1.78,10,4.36,2.34,11,3.73,2.1,11,4.36,1.96,11,4.0,1.66,14,4.3,1.7,10,5.55,1.04,11,4.45,2.54,11,3.64,1.8,11,3.82,1.7,17,4.88,1.81,8,4.69,1.75,13,5.38,0.92,8,4.4,2.16,15,3.29,2.21,7,4.35,1.77,17,3.89,1.76,9
+advocate,5.25,1.48,20,4.59,2.06,22,7.26,1.24,19,5.56,1.59,9,5.0,1.41,11,4.2,2.59,5,4.69,2.02,16,8.0,1.26,6,6.92,1.12,13,5.71,1.14,14,4.17,1.72,6,4.0,2.22,12,5.33,1.8,9,6.67,1.12,9,7.8,1.14,10,5.5,1.65,10,5.0,1.33,10,3.92,2.19,12,5.4,1.65,10,7.5,1.52,6,7.15,1.14,13
+aerial,6.04,1.4,23,3.67,2.2,21,5.17,2.28,24,6.33,1.75,6,5.94,1.3,17,5.25,1.5,4,3.29,2.2,17,5.22,2.95,9,5.13,1.88,15,6.11,1.05,9,6.0,1.62,14,4.0,2.4,10,3.36,2.06,11,4.71,2.2,14,5.8,2.35,10,6.23,1.3,13,5.8,1.55,10,2.5,2.27,10,4.73,1.56,11,5.35,2.42,17,4.71,1.98,7
+aerobics,6.0,1.11,19,5.1,2.17,21,5.7,2.4,23,6.0,1.73,3,6.0,1.03,16,5.62,1.92,8,4.77,2.31,13,5.11,2.85,9,6.07,2.09,14,6.11,1.27,9,5.9,0.99,10,5.44,1.67,9,4.83,2.52,12,5.53,2.88,15,6.0,1.2,8,5.57,1.13,7,6.25,1.06,12,5.5,1.58,10,4.73,2.61,11,5.23,2.86,13,6.3,1.57,10
+aerodynamic,6.16,1.38,19,4.33,2.24,21,5.1,2.34,20,6.0,1.0,3,6.19,1.47,16,5.17,2.64,6,4.0,2.07,15,6.0,2.37,6,4.71,2.3,14,6.1,1.37,10,6.22,1.48,9,3.29,1.8,7,4.86,2.32,14,5.3,2.54,10,4.9,2.23,10,6.0,1.41,8,6.27,1.42,11,4.0,2.24,9,4.58,2.31,12,5.0,2.98,8,5.17,1.95,12
+aerospace,5.79,1.69,19,4.52,2.29,21,5.17,2.25,23,6.4,1.52,5,5.62,1.8,13,5.33,2.73,6,4.2,2.11,15,5.2,1.87,10,5.15,2.58,13,6.0,2.31,7,5.73,1.35,11,4.43,3.26,7,4.57,1.79,14,4.64,1.29,11,5.67,2.84,12,6.25,1.82,12,5.0,1.15,7,4.45,2.66,11,4.6,1.96,10,5.07,2.16,14,5.33,2.5,9
+aesthetic,5.43,1.54,21,2.88,2.21,24,5.5,2.16,16,5.38,2.0,8,5.46,1.27,13,4.5,1.38,6,2.33,2.2,18,5.89,1.9,9,5.0,2.52,7,5.58,1.68,12,5.22,1.39,9,3.4,2.32,10,2.5,2.14,14,5.2,2.39,10,6.0,1.79,6,5.57,1.45,14,5.14,1.77,7,3.19,2.34,16,2.25,1.91,8,6.25,2.31,8,4.75,1.83,8
+affair,3.1,2.53,21,5.4,2.46,20,5.89,2.87,19,4.0,2.8,13,1.62,0.92,8,5.57,1.72,7,5.31,2.84,13,6.43,2.15,7,5.58,3.26,12,3.17,2.86,12,3.0,2.18,9,5.56,2.74,9,5.27,2.33,11,5.9,2.69,10,5.89,3.22,9,2.67,2.81,12,3.67,2.12,9,5.71,2.14,7,5.23,2.68,13,6.14,3.18,7,5.75,2.8,12
+affect,5.65,1.23,20,3.61,2.23,23,6.39,1.5,28,5.62,1.3,8,5.67,1.23,12,3.38,2.67,8,3.73,2.05,15,6.36,1.6,14,6.43,1.45,14,5.44,1.01,9,5.82,1.4,11,2.92,2.02,12,4.36,2.29,11,6.14,1.35,14,6.64,1.65,14,5.4,1.35,10,5.9,1.1,10,3.58,2.27,12,3.64,2.29,11,6.25,1.42,12,6.5,1.59,16
+affection,7.89,1.05,19,5.64,2.63,22,6.6,1.83,25,8.0,0.89,6,7.85,1.14,13,6.42,1.83,12,4.7,3.2,10,6.75,1.28,8,6.53,2.07,17,7.5,0.85,10,8.33,1.12,9,7.0,1.41,9,4.69,2.9,13,6.5,1.95,14,6.73,1.74,11,8.0,1.07,8,7.82,1.08,11,5.11,2.62,9,6.0,2.68,13,6.89,1.88,18,5.86,1.57,7
+affectionate,7.23,1.77,22,4.77,2.65,22,6.9,1.94,20,6.88,1.25,8,7.43,2.03,14,4.8,2.97,10,4.75,2.49,12,6.71,2.56,7,7.0,1.63,13,7.18,1.78,11,7.27,1.85,11,5.27,2.37,11,4.27,2.94,11,6.47,2.03,15,8.2,0.84,5,6.7,1.49,10,7.67,1.92,12,5.0,2.58,10,4.58,2.81,12,6.9,1.29,10,6.9,2.51,10
+affidavit,4.38,1.2,21,3.73,2.43,22,4.04,2.24,26,4.2,1.32,10,4.55,1.13,11,3.29,2.63,7,3.93,2.4,15,4.0,2.4,17,4.11,2.03,9,4.45,1.44,11,4.3,0.95,10,2.6,2.19,5,4.06,2.46,17,4.07,2.2,14,4.0,2.37,12,4.62,1.45,13,4.0,0.53,8,3.4,2.91,10,4.0,2.04,12,3.79,2.39,14,4.33,2.1,12
+affiliation,5.32,0.99,22,3.9,1.97,21,5.3,2.14,23,4.4,0.55,5,5.59,0.94,17,4.12,1.64,8,3.77,2.2,13,5.67,2.4,9,5.07,2.02,14,5.5,1.08,10,5.17,0.94,12,4.33,1.87,9,3.58,2.07,12,5.6,2.38,15,4.75,1.58,8,5.33,1.12,9,5.31,0.95,13,4.6,1.84,10,3.27,1.95,11,5.46,2.63,13,5.1,1.37,10
+affinity,5.86,1.32,22,4.29,2.33,21,6.55,1.9,22,5.93,1.38,14,5.75,1.28,8,4.36,2.34,11,4.33,2.55,9,4.67,2.07,6,7.25,1.29,16,6.6,1.43,10,5.25,0.87,12,4.18,2.56,11,4.4,2.17,10,5.92,2.1,13,7.44,1.13,9,5.75,1.48,12,6.0,1.15,10,4.0,2.27,13,4.75,2.49,8,6.33,1.78,12,6.8,2.1,10
+affirmation,5.95,2.37,20,3.95,1.67,20,6.53,2.26,34,5.2,2.49,10,6.7,2.11,10,4.57,1.72,7,3.62,1.61,13,7.0,2.11,14,6.2,2.35,20,4.67,2.6,9,7.0,1.61,11,4.69,1.25,13,2.57,1.51,7,6.36,2.52,22,6.83,1.75,12,5.4,3.06,10,6.5,1.35,10,4.0,1.78,13,3.86,1.57,7,6.71,1.93,17,6.35,2.6,17
+affirmative,5.94,2.04,18,3.64,2.13,22,6.78,1.88,23,6.6,1.51,10,5.43,2.44,7,3.75,1.91,8,3.57,2.31,14,6.57,2.7,7,6.88,1.5,16,5.62,1.77,8,6.2,2.3,10,2.56,2.24,9,4.38,1.76,13,6.55,2.11,11,7.0,1.71,12,5.83,2.44,12,6.17,0.98,6,3.27,2.15,11,4.0,2.14,11,7.08,2.18,13,6.4,1.43,10
+affliction,3.76,1.92,21,5.1,2.25,20,4.17,2.38,36,4.0,2.2,8,3.62,1.8,13,4.8,2.17,5,5.2,2.34,15,4.09,1.97,11,4.2,2.58,25,3.85,1.99,13,3.62,1.92,8,5.0,2.3,12,5.25,2.31,8,4.7,2.47,20,3.5,2.16,16,4.27,1.95,11,3.2,1.81,10,5.64,2.16,11,4.44,2.3,9,4.05,2.61,22,4.36,2.06,14
+afford,6.56,2.09,18,4.33,2.82,21,6.44,2.04,18,5.75,2.12,8,7.2,1.93,10,3.57,2.76,7,4.71,2.87,14,6.18,2.23,11,6.86,1.77,7,6.0,2.14,11,7.43,1.81,7,2.89,2.98,9,5.42,2.23,12,6.45,2.34,11,6.43,1.62,7,7.0,1.71,12,5.67,2.66,6,2.92,2.47,12,6.22,2.11,9,6.89,2.09,9,6.0,2.0,9
+affordable,7.52,1.44,21,4.11,2.28,19,6.16,2.58,25,7.33,1.44,12,7.78,1.48,9,3.5,2.59,6,4.38,2.18,13,6.2,2.35,10,6.13,2.8,15,9.0,0.0,4,7.18,1.38,17,4.89,2.2,9,3.4,2.22,10,6.29,3.15,7,6.11,2.42,18,7.83,1.34,12,7.11,1.54,9,4.08,2.07,12,4.14,2.79,7,6.22,3.07,9,6.12,2.36,16
+affront,4.53,1.17,19,4.5,2.46,20,5.04,1.9,24,4.69,1.25,13,4.17,0.98,6,4.6,2.51,5,4.47,2.53,15,4.85,2.12,13,5.27,1.68,11,5.11,1.27,9,4.0,0.82,10,5.43,2.57,7,4.0,2.35,13,4.82,1.89,11,5.23,1.96,13,4.33,1.32,9,4.7,1.06,10,3.7,2.26,10,5.3,2.5,10,5.33,2.18,9,4.87,1.77,15
+afire,6.05,1.36,20,5.41,2.48,22,4.38,2.2,21,6.38,1.19,8,5.83,1.47,12,4.17,2.64,6,5.87,2.42,15,3.67,1.75,6,4.67,2.35,15,5.78,1.3,9,6.27,1.42,11,4.6,2.07,5,5.65,2.6,17,5.1,1.6,10,3.73,2.53,11,6.09,1.38,11,6.0,1.41,9,5.33,2.6,9,5.46,2.5,13,4.0,2.26,12,4.89,2.15,9
+afloat,5.57,1.33,21,4.13,2.24,23,4.96,1.95,26,5.45,1.29,11,5.7,1.42,10,4.36,2.46,11,3.92,2.11,12,4.27,1.42,11,5.57,2.21,14,6.0,1.63,10,5.18,0.87,11,4.45,2.42,11,3.83,2.12,12,4.88,1.8,17,5.25,2.43,8,5.85,1.63,13,5.12,0.35,8,4.13,2.23,15,4.12,2.42,8,5.0,1.97,17,4.89,2.03,9
+aforementioned,5.21,1.96,19,3.5,2.24,22,4.96,2.25,23,5.09,1.7,11,5.0,2.31,7,3.62,2.39,8,3.43,2.24,14,4.29,2.43,7,5.25,2.18,16,5.5,1.51,8,5.0,2.28,11,2.33,1.8,9,4.31,2.21,13,4.82,2.14,11,5.08,2.43,12,5.42,2.19,12,4.86,1.57,7,2.91,2.34,11,4.09,2.07,11,4.77,2.35,13,5.2,2.2,10
+afraid,2.25,1.16,20,5.12,2.57,42,2.71,1.9,24,1.67,1.15,3,2.35,1.17,17,4.75,2.93,16,5.28,2.37,25,2.75,1.58,8,2.69,2.09,16,2.0,1.29,7,2.38,1.12,13,4.29,2.74,21,5.9,2.17,20,2.94,2.14,17,1.83,0.75,6,2.67,1.0,9,1.91,1.22,11,4.39,2.76,23,6.0,2.05,19,3.0,2.19,16,2.12,0.99,8
+african,6.42,1.74,19,4.11,2.28,19,5.8,1.94,20,5.67,3.06,3,6.53,1.55,15,4.6,2.01,10,3.56,2.55,9,5.5,1.84,10,6.1,2.08,10,6.5,1.52,6,6.33,1.97,12,4.29,2.63,7,4.0,2.17,12,6.38,2.0,8,5.42,1.88,12,6.83,1.59,12,5.71,1.89,7,4.4,2.59,10,3.78,1.99,9,5.56,1.74,9,6.0,2.14,11
+afterlife,5.53,2.52,19,4.32,2.9,22,5.86,2.92,22,6.36,2.38,11,4.86,2.12,7,5.62,2.77,8,3.57,2.79,14,5.5,3.15,6,6.0,2.92,16,4.62,2.56,8,6.18,2.4,11,3.44,2.24,9,4.92,3.23,13,4.6,2.76,10,6.92,2.71,12,5.08,2.84,12,6.29,1.8,7,3.64,3.17,11,5.0,2.57,11,6.15,2.79,13,5.44,3.21,9
+aftermath,4.29,1.82,21,5.38,2.46,21,4.23,1.48,26,4.55,1.75,11,4.0,1.94,10,5.18,2.82,11,5.6,2.12,10,4.64,1.43,11,3.86,1.51,14,4.2,1.75,10,4.36,1.96,11,4.9,2.81,10,5.82,2.14,11,4.47,1.42,17,3.62,1.6,8,4.38,2.06,13,4.12,1.46,8,5.71,2.52,14,4.71,2.36,7,4.12,1.32,17,4.44,1.81,9
+afternoon,6.68,1.43,22,3.48,2.09,21,5.71,1.53,17,6.5,1.52,6,6.73,1.49,15,3.29,2.75,7,3.57,1.79,14,5.67,1.58,9,5.75,1.58,8,6.64,1.39,14,6.71,1.7,7,3.33,1.94,9,3.58,2.27,12,6.0,1.94,9,5.38,0.92,8,6.86,1.56,14,6.38,1.19,8,4.0,2.53,6,3.27,1.94,15,6.11,1.9,9,5.25,0.89,8
+aftershave,5.55,1.57,20,3.5,2.44,22,5.81,2.5,27,6.0,1.83,7,5.31,1.44,13,3.6,2.55,10,3.42,2.47,12,6.27,2.02,15,5.45,3.05,11,5.27,1.42,11,5.89,1.76,9,4.44,2.35,9,2.85,2.38,13,5.76,2.95,17,6.22,1.3,9,6.0,1.53,13,4.71,1.38,7,3.56,2.66,16,3.33,1.97,6,5.92,2.39,12,5.73,2.66,15
+age,5.78,1.93,18,3.71,2.59,21,4.67,2.4,18,5.88,1.55,8,5.7,2.26,10,5.0,3.42,7,3.07,1.9,14,4.27,2.37,11,5.29,2.5,7,6.0,1.67,11,5.43,2.37,7,2.56,2.6,9,4.58,2.31,12,4.27,2.53,11,5.29,2.21,7,5.33,1.87,12,6.67,1.86,6,2.17,1.59,12,5.78,2.22,9,4.33,2.83,9,5.0,2.0,9
+agency,5.14,1.46,21,3.17,1.97,23,4.89,2.37,18,6.0,1.58,9,4.5,1.0,12,3.82,2.14,11,2.58,1.68,12,4.2,2.44,10,5.75,2.12,8,5.43,2.44,7,5.0,0.71,13,3.64,2.11,11,2.75,1.82,12,4.71,2.5,7,5.0,2.41,11,5.15,1.82,13,5.12,0.64,8,3.18,1.83,11,3.17,2.17,12,4.33,2.5,9,5.44,2.24,9
+agenda,5.05,2.01,21,3.62,2.26,24,5.36,2.52,22,5.12,1.89,8,5.0,2.16,13,3.54,2.37,13,3.73,2.24,11,5.62,2.36,13,5.0,2.83,9,6.12,2.17,8,4.67,1.37,12,4.15,1.77,13,3.0,2.68,11,5.5,2.61,12,5.2,2.53,10,5.3,2.54,10,4.82,1.47,11,3.59,2.6,17,3.71,1.25,7,5.5,2.76,10,5.25,2.42,12
+agent,5.23,1.95,22,3.43,2.13,21,5.65,2.37,17,4.83,2.79,6,5.47,1.64,15,2.57,2.07,7,3.86,2.11,14,6.11,1.9,9,5.12,2.85,8,5.21,2.22,14,5.43,1.51,7,3.22,2.28,9,3.58,2.11,12,6.44,2.24,9,4.75,2.31,8,5.36,1.91,14,5.0,2.14,8,3.17,2.4,6,3.53,2.1,15,5.56,3.17,9,5.75,1.16,8
+aggravate,2.55,1.19,20,5.9,2.19,21,4.85,2.56,33,2.3,1.16,10,2.8,1.23,10,5.5,2.73,8,6.15,1.86,13,4.21,2.36,14,5.32,2.67,19,2.44,1.13,9,2.64,1.29,11,6.46,1.56,13,5.0,2.83,8,4.52,2.6,21,5.42,2.5,12,2.4,1.17,10,2.7,1.25,10,5.79,2.49,14,6.14,1.57,7,5.12,2.2,17,4.56,2.94,16
+aggravation,2.48,1.12,21,5.35,2.81,20,4.45,2.56,22,2.83,1.33,6,2.33,1.05,15,6.38,2.77,8,4.67,2.74,12,4.17,2.86,12,4.8,2.25,10,2.33,1.41,9,2.58,0.9,12,5.89,2.57,9,4.91,3.05,11,5.43,2.37,7,4.0,2.59,15,2.6,1.35,10,2.36,0.92,11,4.92,2.43,13,6.14,3.48,7,4.25,2.63,12,4.7,2.58,10
+aggression,3.18,2.02,22,5.69,2.49,26,4.65,2.31,23,2.67,1.66,9,3.54,2.22,13,6.1,2.23,10,5.44,2.68,16,3.89,1.45,9,5.14,2.66,14,3.38,2.45,8,3.07,1.82,14,5.92,2.33,13,5.46,2.73,13,4.0,2.41,12,5.36,2.06,11,3.25,2.38,12,3.1,1.6,10,5.73,2.52,15,5.64,2.58,11,4.54,2.22,13,4.8,2.53,10
+aggressive,3.08,1.5,37,5.87,2.53,23,5.49,2.59,35,3.0,0.78,14,3.13,1.82,23,7.71,1.11,7,5.13,2.64,15,6.46,2.47,13,4.9,2.61,21,3.0,1.34,21,3.19,1.72,16,6.1,2.64,10,5.83,2.59,12,4.93,2.12,15,5.9,2.88,20,3.32,1.6,19,2.83,1.38,18,5.95,2.52,20,5.33,3.06,3,5.88,2.51,25,4.5,2.68,10
+aggressiveness,3.58,2.12,19,6.43,2.11,23,5.21,2.3,19,3.78,1.39,9,3.4,2.67,10,7.86,1.07,7,5.87,2.23,15,6.3,2.11,10,4.0,1.94,9,3.56,2.46,9,3.6,1.9,10,6.2,2.35,10,6.75,2.01,12,5.25,2.12,8,4.9,2.47,10,4.17,2.41,12,2.57,0.98,7,6.45,1.9,20,6.33,3.79,3,5.88,2.17,8,4.73,2.37,11
+aggressor,2.8,1.01,20,6.55,1.57,20,4.57,2.73,21,2.71,0.76,7,2.85,1.14,13,6.89,1.36,9,6.27,1.74,11,5.6,3.58,5,4.25,2.46,16,2.9,1.2,10,2.67,0.87,9,6.25,2.12,8,6.75,1.14,12,5.14,2.51,14,3.43,2.99,7,2.55,1.04,11,3.11,0.93,9,6.67,1.78,12,6.38,1.3,8,4.36,2.77,11,4.8,2.82,10
+agile,5.95,2.2,19,4.95,2.01,22,6.09,2.11,22,6.44,1.81,9,5.5,2.51,10,5.38,2.67,8,4.71,1.59,14,6.18,2.14,11,6.0,2.19,11,5.71,1.6,7,6.08,2.54,12,5.0,2.21,10,4.92,1.93,12,5.69,2.32,13,6.67,1.73,9,5.6,1.96,10,6.33,2.5,9,5.0,2.27,8,4.93,1.94,14,5.93,2.46,14,6.38,1.41,8
+agility,6.55,1.19,20,4.21,2.29,42,6.41,2.02,44,7.0,1.1,11,6.0,1.12,9,4.75,2.59,16,3.88,2.07,26,6.48,2.29,23,6.4,1.73,20,6.36,1.12,11,6.78,1.3,9,4.11,2.45,19,4.3,2.2,23,6.07,2.18,27,6.94,1.64,17,6.3,1.42,10,6.8,0.92,10,3.84,2.49,25,4.76,1.89,17,6.29,2.15,35,6.89,1.36,9
+aging,3.0,1.41,18,3.8,2.88,20,3.06,2.54,16,2.0,1.0,3,3.21,1.48,14,3.7,2.58,10,3.9,3.28,10,2.71,2.06,7,3.33,2.96,9,3.33,1.21,6,2.82,1.6,11,4.14,3.39,7,3.62,2.69,13,2.4,2.61,5,3.36,2.58,11,2.73,1.62,11,3.43,0.98,7,5.1,2.92,10,2.5,2.27,10,2.75,2.43,8,3.38,2.77,8
+agitate,3.36,1.68,22,5.82,2.52,22,4.55,2.39,20,4.14,2.12,7,3.0,1.36,15,5.4,2.67,10,6.17,2.44,12,5.14,2.85,7,4.23,2.17,13,3.0,1.76,12,3.8,1.55,10,5.45,2.58,11,6.18,2.52,11,4.47,2.42,15,4.8,2.59,5,2.91,0.94,11,3.82,2.14,11,6.7,1.77,10,5.08,2.87,12,4.2,1.99,10,4.9,2.81,10
+agitation,2.84,1.42,19,4.75,2.38,20,3.29,1.76,24,3.08,1.44,13,2.33,1.37,6,4.6,2.3,5,4.8,2.48,15,3.69,1.25,13,2.82,2.18,11,3.33,1.87,9,2.4,0.7,10,5.29,2.5,7,4.46,2.37,13,3.82,2.09,11,2.85,1.34,13,3.0,1.73,9,2.7,1.16,10,4.2,2.2,10,5.3,2.54,10,3.67,2.29,9,3.07,1.39,15
+aglow,5.84,1.5,19,4.83,2.73,18,5.59,2.09,17,5.55,0.93,11,6.25,2.05,8,5.0,3.56,4,4.79,2.61,14,5.38,2.39,8,5.78,1.92,9,5.75,1.58,8,5.91,1.51,11,4.29,2.56,7,5.18,2.89,11,4.17,2.04,6,6.36,1.75,11,5.38,1.39,13,6.83,1.33,6,5.27,2.94,11,4.14,2.41,7,5.57,1.81,7,5.6,2.37,10
+agonizing,2.68,1.49,19,6.71,1.95,21,4.04,2.01,23,2.8,0.45,5,2.62,1.8,13,6.83,1.94,6,6.67,2.02,15,4.3,2.36,10,3.85,1.77,13,2.43,0.79,7,2.82,1.89,11,6.14,1.68,7,7.0,2.08,14,4.18,2.23,11,3.92,1.88,12,2.75,1.54,12,2.57,1.51,7,6.18,2.27,11,7.3,1.42,10,4.0,2.18,14,4.11,1.83,9
+agony,2.46,1.64,41,5.78,2.78,18,4.0,2.81,18,2.72,1.74,18,2.26,1.57,23,5.5,2.95,6,5.92,2.81,12,3.6,2.63,10,4.5,3.12,8,2.53,1.63,30,2.27,1.74,11,6.0,2.75,10,5.5,2.98,8,4.14,2.85,7,3.91,2.91,11,2.36,1.68,22,2.58,1.64,19,4.56,3.13,9,7.0,1.8,9,4.22,2.54,9,3.78,3.19,9
+agree,7.17,1.58,18,3.62,2.09,21,6.94,1.3,18,6.88,0.99,8,7.4,1.96,10,3.71,2.06,7,3.57,2.17,14,6.55,1.13,11,7.57,1.4,7,7.09,1.14,11,7.29,2.21,7,2.89,2.09,9,4.17,1.99,12,7.36,1.12,11,6.29,1.38,7,6.75,1.6,12,8.0,1.26,6,2.58,1.93,12,5.0,1.41,9,6.78,1.56,9,7.11,1.05,9
+agreeable,6.9,1.94,20,3.55,2.21,20,6.97,1.74,33,7.6,1.43,10,6.2,2.2,10,4.25,2.31,8,3.08,2.11,12,6.62,1.71,13,7.2,1.77,20,6.67,1.94,9,7.09,2.02,11,3.83,1.85,12,3.12,2.75,8,6.95,1.86,21,7.0,1.6,12,6.8,1.99,10,7.0,2.0,10,3.29,2.27,14,4.17,2.14,6,6.5,1.59,16,7.41,1.8,17
+agreement,6.75,2.51,20,4.05,2.22,19,6.48,1.81,44,6.78,2.68,9,6.73,2.49,11,4.6,2.97,5,3.86,1.99,14,6.5,1.97,16,6.46,1.75,28,6.0,2.71,7,7.33,2.42,12,3.0,1.67,6,4.54,2.33,13,5.9,1.84,21,7.0,1.65,23,6.54,2.9,13,7.14,1.68,7,4.0,2.73,8,4.09,1.92,11,6.42,1.81,26,6.56,1.85,18
+agricultural,5.5,2.41,18,3.55,2.18,22,5.74,1.66,23,5.6,3.13,5,5.46,2.22,13,4.17,2.44,12,2.8,1.62,10,5.75,1.58,8,5.73,1.75,15,5.22,2.39,9,5.78,2.54,9,4.33,2.35,9,3.0,1.96,13,5.71,1.86,17,6.0,1.0,5,5.0,2.33,8,5.9,2.51,10,3.0,1.66,9,3.92,2.47,13,5.67,1.88,15,5.88,1.25,8
+agriculture,6.1,0.91,20,3.05,2.4,21,6.0,1.87,25,6.33,0.58,3,6.06,0.97,17,3.0,2.58,7,3.23,2.42,13,6.12,1.55,8,5.94,2.05,17,6.0,0.82,7,6.15,0.99,13,3.43,2.3,7,3.0,2.55,13,6.43,1.65,14,5.45,2.07,11,6.0,1.12,9,6.18,0.75,11,3.36,2.77,11,2.7,2.0,10,6.0,2.06,18,6.0,1.41,7
+ahoy,5.58,1.64,19,3.95,2.2,21,5.45,1.88,20,6.0,1.73,3,5.5,1.67,16,3.33,1.37,6,4.2,2.46,15,5.5,1.87,6,5.43,1.95,14,5.1,1.66,10,6.11,1.54,9,3.14,1.95,7,4.36,2.27,14,5.7,1.64,10,5.2,2.15,10,5.75,1.16,8,5.45,1.97,11,3.78,2.59,9,4.08,1.98,12,5.62,2.5,8,5.33,1.44,12
+aid,6.29,2.05,21,4.55,2.35,20,5.95,2.27,21,5.67,1.75,6,6.53,2.17,15,5.5,1.93,8,3.92,2.47,12,6.36,1.86,11,5.5,2.68,10,4.83,2.14,6,6.87,1.77,15,5.5,2.22,10,3.6,2.17,10,5.43,2.53,14,7.0,1.15,7,6.29,1.98,7,6.29,2.16,14,4.64,2.65,14,4.33,1.63,6,5.92,2.43,12,6.0,2.18,9
+aide,5.6,1.19,20,4.0,1.66,22,7.05,1.47,19,5.22,1.09,9,5.91,1.22,11,3.0,1.22,5,4.38,1.71,16,7.67,1.21,6,6.77,1.54,13,5.57,0.94,14,5.67,1.75,6,4.08,1.56,12,4.0,1.94,9,6.22,1.56,9,7.8,0.92,10,5.4,0.97,10,5.8,1.4,10,3.83,2.12,12,4.2,0.92,10,8.0,1.55,6,6.62,1.26,13
+aids,3.52,2.2,21,3.75,2.74,24,4.88,2.71,17,3.25,2.49,8,3.69,2.1,13,5.83,2.4,6,3.06,2.53,18,5.22,2.77,9,4.5,2.78,8,3.42,1.83,12,3.67,2.74,9,4.7,2.79,10,3.07,2.59,14,5.4,2.67,10,4.14,2.79,7,3.5,2.07,14,3.57,2.64,7,4.44,2.66,16,2.38,2.5,8,5.33,2.74,9,4.38,2.77,8
+AIDS,1.33,0.8,21,5.0,2.6,20,3.55,2.77,22,1.0,0.0,6,1.47,0.92,15,6.0,2.39,8,4.33,2.61,12,3.33,2.77,12,3.8,2.9,10,1.0,0.0,9,1.58,1.0,12,6.11,1.9,9,4.09,2.81,11,3.57,2.15,7,3.53,3.09,15,1.3,0.67,10,1.36,0.92,11,4.85,2.51,13,5.29,2.93,7,3.75,2.93,12,3.3,2.71,10
+ailing,2.95,1.43,22,4.52,2.48,21,4.15,1.42,20,3.12,0.83,8,2.86,1.7,14,4.6,2.63,10,4.45,2.46,11,4.71,1.7,7,3.85,1.21,13,3.18,1.66,11,2.73,1.19,11,4.0,2.1,11,5.1,2.85,10,4.2,1.57,15,4.0,1.0,5,3.4,1.51,10,2.58,1.31,12,4.8,2.44,10,4.27,2.61,11,3.9,0.88,10,4.4,1.84,10
+ailment,3.0,1.37,18,3.68,2.25,22,3.14,2.12,22,3.0,1.25,10,3.14,1.68,7,4.75,2.66,8,3.07,1.82,14,3.43,2.37,7,3.0,2.07,15,3.12,1.46,8,2.9,1.37,10,3.56,2.07,9,3.77,2.45,13,3.36,1.96,11,2.91,2.34,11,2.83,1.53,12,3.33,1.03,6,3.36,2.62,11,4.0,1.9,11,3.17,2.33,12,3.1,1.97,10
+aim,5.95,1.76,22,4.0,2.37,21,6.5,2.35,22,5.79,1.81,14,6.25,1.75,8,4.91,2.51,11,2.78,1.79,9,4.83,3.19,6,7.12,1.67,16,5.2,1.48,10,6.58,1.78,12,2.55,1.92,11,5.6,1.71,10,6.0,2.58,13,7.22,1.86,9,5.58,1.78,12,6.4,1.71,10,3.92,2.36,13,4.12,2.53,8,6.92,2.23,12,6.0,2.49,10
+air,6.71,1.85,21,3.25,2.55,20,5.72,2.8,47,6.75,2.01,12,6.67,1.73,9,2.8,2.1,10,3.7,2.98,10,5.23,2.88,22,6.16,2.72,25,7.0,1.63,4,6.65,1.93,17,1.86,1.07,7,4.0,2.83,13,5.43,2.57,28,6.16,3.13,19,7.17,1.75,12,6.11,1.9,9,3.6,2.88,10,2.9,2.28,10,6.11,2.66,28,5.16,2.99,19
+airbag,5.4,1.93,20,3.64,1.97,22,4.81,2.32,21,5.0,2.0,9,5.73,1.9,11,4.1,2.28,10,3.25,1.66,12,4.25,1.83,8,5.15,2.58,13,5.86,1.96,14,4.33,1.51,6,3.5,1.93,8,3.71,2.05,14,6.0,1.93,8,4.08,2.29,13,6.3,1.95,10,4.5,1.51,10,3.67,1.78,12,3.6,2.27,10,4.42,2.57,12,5.33,1.94,9
+airborne,5.25,1.86,20,3.52,1.91,21,4.48,2.24,25,4.75,3.2,4,5.38,1.5,16,3.25,0.96,4,3.59,2.09,17,5.0,2.06,9,4.19,2.34,16,6.0,1.31,8,4.75,2.05,12,3.9,2.18,10,3.18,1.66,11,4.86,1.75,14,4.0,2.76,11,5.09,1.87,11,5.44,1.94,9,3.7,2.36,10,3.36,1.5,11,4.44,2.18,18,4.57,2.57,7
+aircraft,6.3,1.42,20,4.86,2.46,22,5.71,2.45,21,6.33,1.32,9,6.27,1.56,11,5.7,2.45,10,4.17,2.33,12,5.0,2.27,8,6.15,2.54,13,6.43,1.4,14,6.0,1.55,6,4.75,2.87,8,4.93,2.3,14,5.75,2.05,8,5.69,2.75,13,6.4,1.58,10,6.2,1.32,10,4.0,2.26,12,5.9,2.38,10,6.0,2.92,12,5.33,1.73,9
+aircraft carrier,5.25,1.8,20,4.64,2.59,22,5.85,2.32,27,6.29,1.5,7,4.69,1.75,13,4.8,2.49,10,4.5,2.78,12,6.33,1.95,15,5.27,2.8,11,4.55,1.57,11,6.11,1.76,9,4.89,2.32,9,4.46,2.85,13,5.82,2.51,17,6.0,2.18,9,5.46,1.9,13,4.86,1.68,7,4.38,2.63,16,5.33,2.58,6,5.83,2.62,12,5.87,2.13,15
+airfield,5.74,1.48,19,4.38,2.22,21,4.82,2.02,22,6.2,0.84,5,5.69,1.65,13,5.0,2.61,6,4.13,2.1,15,4.7,1.83,10,4.92,2.23,12,5.86,1.77,7,5.82,1.33,11,4.29,2.75,7,4.43,2.03,14,5.36,1.75,11,4.27,2.2,11,5.83,1.53,12,5.57,1.51,7,4.27,2.41,11,4.5,2.12,10,4.64,1.65,14,5.12,2.64,8
+airhead,4.1,2.0,21,4.3,2.32,20,4.19,2.64,21,4.0,2.37,6,4.13,1.92,15,4.12,2.42,8,4.42,2.35,12,3.83,2.62,12,4.67,2.74,9,4.44,2.35,9,3.83,1.75,12,4.78,2.22,9,3.91,2.43,11,4.57,1.99,7,4.0,2.96,14,4.7,2.54,10,3.55,1.21,11,4.38,2.29,13,4.14,2.54,7,4.25,3.19,12,4.11,1.83,9
+airline,5.36,1.87,22,4.12,2.57,26,4.92,2.28,24,5.33,2.29,9,5.38,1.61,13,3.1,2.33,10,4.75,2.57,16,4.67,2.69,9,5.07,2.09,15,5.25,1.39,8,5.43,2.14,14,5.0,2.65,13,3.23,2.24,13,4.92,2.35,12,4.92,2.31,12,5.58,1.31,12,5.1,2.42,10,3.87,2.64,15,4.45,2.54,11,5.08,2.6,13,4.73,1.95,11
+airliner,6.05,1.72,19,4.0,2.51,22,4.25,2.44,28,5.83,1.72,6,6.15,1.77,13,4.18,2.56,11,3.82,2.56,11,3.73,3.04,11,4.59,2.0,17,5.91,1.76,11,6.25,1.75,8,3.73,2.37,11,4.27,2.72,11,4.17,2.28,18,4.4,2.84,10,5.92,1.61,13,6.33,2.07,6,4.07,2.64,14,3.88,2.42,8,3.81,2.4,16,4.83,2.48,12
+airlock,4.85,1.09,20,4.23,2.29,22,5.0,2.29,19,5.0,1.22,9,4.73,1.01,11,3.6,2.97,5,4.56,2.1,16,4.67,2.88,6,5.15,2.08,13,4.86,1.1,14,4.83,1.17,6,4.08,2.02,12,4.67,2.69,9,4.33,1.87,9,5.6,2.55,10,5.1,0.88,10,4.6,1.26,10,3.42,2.07,12,5.2,2.25,10,4.33,2.94,6,5.31,1.97,13
+airplane,5.25,1.62,20,5.62,2.42,21,4.12,2.57,25,5.33,0.58,3,5.24,1.75,17,7.14,1.35,7,4.85,2.61,13,5.0,2.88,8,3.71,2.39,17,5.43,1.27,7,5.15,1.82,13,6.43,3.05,7,5.23,2.13,13,4.43,2.98,14,3.73,2.0,11,4.67,1.73,9,5.73,1.42,11,6.0,2.32,11,5.2,2.57,10,4.22,2.96,18,3.86,1.21,7
+airport,6.0,2.14,21,5.5,2.78,20,5.79,2.84,19,6.69,1.65,13,4.88,2.47,8,6.0,1.53,7,5.23,3.3,13,7.14,2.04,7,5.0,3.02,12,5.33,2.06,12,6.89,2.03,9,5.78,2.44,9,5.27,3.13,11,6.4,2.63,10,5.11,3.06,9,5.33,2.23,12,6.89,1.76,9,5.86,2.27,7,5.31,3.09,13,5.86,3.08,7,5.75,2.83,12
+airship,5.63,1.34,19,4.88,2.47,24,4.43,2.15,28,6.12,1.46,8,5.27,1.19,11,5.0,1.94,9,4.8,2.81,15,3.79,2.22,14,5.07,1.94,14,5.56,1.42,9,5.7,1.34,10,4.75,2.18,12,5.0,2.83,12,4.29,2.13,14,4.57,2.24,14,5.9,1.45,10,5.33,1.22,9,4.75,2.18,12,5.0,2.83,12,4.33,1.37,12,4.5,2.63,16
+airspace,5.5,1.29,18,4.4,2.16,20,4.91,1.53,23,5.2,1.48,5,5.58,1.31,12,4.17,2.04,6,4.5,2.28,14,4.5,1.65,10,5.23,1.42,13,4.83,1.47,6,5.82,1.17,11,4.0,2.68,6,4.57,1.99,14,5.64,0.92,11,4.25,1.71,12,5.55,1.29,11,5.43,1.4,7,4.7,2.26,10,4.1,2.13,10,4.71,1.44,14,5.22,1.72,9
+airspeed,4.95,1.51,19,4.33,2.79,18,5.24,2.14,17,5.55,1.04,11,4.12,1.73,8,5.5,3.32,4,4.0,2.66,14,4.38,1.92,8,6.0,2.12,9,5.0,1.6,8,4.91,1.51,11,5.43,2.82,7,3.64,2.66,11,3.83,1.6,6,6.0,2.05,11,5.0,1.53,13,4.83,1.6,6,3.18,2.64,11,6.14,2.04,7,5.71,2.56,7,4.9,1.85,10
+airstrip,4.76,1.48,21,3.83,2.68,24,5.1,2.53,20,5.25,1.04,8,4.46,1.66,13,5.83,2.04,6,3.17,2.57,18,6.27,1.95,11,3.67,2.5,9,5.0,1.71,12,4.44,1.13,9,4.8,2.78,10,3.14,2.48,14,5.69,2.63,13,4.0,2.08,7,5.0,1.62,14,4.29,1.11,7,4.5,2.53,16,2.5,2.62,8,5.58,2.27,12,4.38,2.88,8
+airtight,5.1,1.86,20,3.3,2.01,23,4.76,2.41,21,4.6,2.07,5,5.27,1.83,15,4.33,1.78,12,2.18,1.66,11,4.0,2.28,11,5.67,2.5,9,4.73,2.33,11,5.56,1.01,9,3.25,1.95,16,3.43,2.3,7,4.64,2.11,11,4.9,2.81,10,5.38,2.02,13,4.57,1.51,7,3.26,2.08,19,3.5,1.91,4,4.79,2.39,14,4.71,2.63,7
+airway,4.95,1.81,19,4.0,1.97,21,3.95,2.09,20,5.0,1.0,3,4.94,1.95,16,4.33,2.42,6,3.87,1.85,15,4.0,1.26,6,3.93,2.4,14,5.0,2.11,10,4.89,1.54,9,3.57,2.15,7,4.21,1.93,14,4.0,2.4,10,3.9,1.85,10,4.5,2.2,8,5.27,1.49,11,4.11,1.96,9,3.92,2.07,12,4.25,2.87,8,3.75,1.48,12
+aisle,5.17,1.65,18,2.5,1.44,22,4.87,2.12,23,5.2,1.69,10,4.71,1.38,7,3.12,1.55,8,2.14,1.29,14,4.57,2.3,7,5.0,2.1,16,5.38,1.92,8,5.0,1.49,10,1.78,1.09,9,3.0,1.47,13,4.73,1.9,11,5.0,2.37,12,5.0,1.86,12,5.5,1.22,6,2.36,1.75,11,2.64,1.12,11,5.0,2.42,13,4.7,1.77,10
+ajar,5.0,1.55,21,3.26,2.32,23,5.28,1.9,18,5.22,1.99,9,4.83,1.19,12,3.82,2.32,11,2.75,2.3,12,5.2,1.93,10,5.38,2.0,8,4.86,2.41,7,5.08,1.04,13,3.64,2.42,11,2.92,2.27,12,5.29,2.14,7,5.27,1.85,11,4.77,1.83,13,5.38,0.92,8,3.09,2.12,11,3.42,2.57,12,4.89,1.36,9,5.67,2.35,9
+aka,4.63,1.46,19,3.39,2.33,18,4.4,2.13,15,5.09,0.83,11,4.0,1.93,8,4.75,2.63,4,3.0,2.18,14,3.43,1.51,7,5.25,2.31,8,5.0,1.07,8,4.36,1.69,11,3.57,2.51,7,3.27,2.33,11,4.0,2.12,5,4.6,2.22,10,4.77,1.59,13,4.33,1.21,6,2.64,1.91,11,4.57,2.57,7,3.83,1.83,6,4.78,2.33,9
+alabaster,5.5,1.43,20,3.95,2.06,21,5.35,2.5,34,6.0,1.56,10,5.0,1.15,10,4.0,1.85,8,3.92,2.25,13,5.0,2.54,14,5.6,2.5,20,4.56,0.73,9,6.27,1.42,11,4.38,1.94,13,3.25,2.19,8,5.45,2.48,22,5.17,2.62,12,5.0,1.41,10,6.0,1.33,10,4.29,2.13,14,3.29,1.89,7,5.65,2.15,17,5.06,2.84,17
+alarm,3.86,1.98,21,6.85,2.39,20,6.58,2.73,19,4.46,1.71,13,2.88,2.1,8,7.43,1.72,7,6.54,2.7,13,7.57,1.4,7,6.0,3.19,12,3.83,2.04,12,3.89,2.03,9,7.0,2.74,9,6.73,2.2,11,7.3,1.7,10,5.78,3.49,9,3.33,1.92,12,4.56,1.94,9,7.43,1.72,7,6.54,2.7,13,6.43,2.94,7,6.67,2.74,12
+alarm clock,3.47,1.47,19,5.36,2.77,22,4.82,2.2,22,3.89,1.54,9,3.1,1.37,10,5.62,2.26,8,5.21,3.09,14,4.82,2.4,11,4.82,2.09,11,3.71,1.11,7,3.33,1.67,12,5.7,2.31,10,5.08,3.18,12,4.85,2.27,13,4.78,2.22,9,3.2,1.32,10,3.78,1.64,9,5.38,3.25,8,5.36,2.59,14,4.86,2.38,14,4.75,1.98,8
+alarming,3.52,2.04,21,6.5,2.09,20,4.05,2.2,21,4.5,1.87,6,3.13,2.03,15,6.88,1.13,8,6.25,2.56,12,4.36,2.42,11,3.7,2.0,10,3.83,2.14,6,3.4,2.06,15,7.1,1.37,10,5.9,2.56,10,4.64,2.44,14,2.86,0.9,7,3.57,2.37,7,3.5,1.95,14,6.43,2.31,14,6.67,1.63,6,3.92,2.19,12,4.22,2.33,9
+albatross,5.68,2.31,19,3.09,1.6,22,4.91,1.95,23,6.0,2.28,11,5.0,2.52,7,3.25,1.58,8,3.0,1.66,14,4.0,2.0,7,5.31,1.85,16,5.75,2.05,8,5.64,2.58,11,2.44,1.67,9,3.54,1.45,13,5.45,1.63,11,4.42,2.15,12,5.5,2.5,12,6.0,2.08,7,2.64,1.57,11,3.55,1.57,11,5.15,2.15,13,4.6,1.71,10
+albino,4.9,1.51,21,3.09,1.6,22,4.05,1.83,21,5.0,1.5,9,4.83,1.59,12,2.83,1.6,6,3.2,1.7,15,3.5,1.97,6,4.27,1.79,15,5.22,1.72,9,4.67,1.37,12,2.2,1.1,5,3.35,1.66,17,4.8,1.75,10,3.36,1.69,11,5.0,1.95,12,4.78,0.67,9,3.56,1.67,9,2.77,1.54,13,4.42,1.93,12,3.56,1.67,9
+album,6.19,1.78,21,5.63,2.63,19,5.86,2.1,21,5.2,1.64,5,6.53,1.81,15,6.5,2.0,8,5.0,2.93,11,5.5,2.32,10,6.18,1.94,11,5.45,1.44,11,7.0,1.83,10,5.5,2.37,10,5.78,3.03,9,5.5,2.39,12,6.33,1.66,9,5.8,1.69,10,6.55,1.86,11,4.25,2.38,8,6.64,2.42,11,5.11,2.32,9,6.42,1.83,12
+alcohol,4.11,2.08,19,5.17,1.86,18,4.0,2.5,17,4.82,2.18,11,3.12,1.55,8,5.5,1.91,4,5.07,1.9,14,4.75,3.01,8,3.33,1.87,9,4.88,2.7,8,3.55,1.37,11,4.57,1.72,7,5.55,1.92,11,5.5,2.81,6,3.18,1.99,11,4.46,2.22,13,3.33,1.63,6,5.09,1.64,11,5.29,2.29,7,3.0,2.08,7,4.7,2.63,10
+alcoholic,2.49,1.54,39,5.48,2.69,23,3.27,2.45,22,3.0,1.79,16,2.13,1.25,23,5.36,2.8,11,5.58,2.71,12,4.18,2.6,11,2.36,2.01,11,2.16,1.54,19,2.8,1.51,20,6.09,2.59,11,4.92,2.78,12,2.92,2.29,13,3.78,2.73,9,2.68,1.7,25,2.14,1.17,14,5.91,2.47,11,5.08,2.94,12,3.5,2.59,14,2.88,2.3,8
+alcoholism,2.0,1.61,21,5.0,2.45,24,3.0,2.53,22,2.62,2.0,8,1.62,1.26,13,5.31,2.84,13,4.64,1.96,11,2.85,2.58,13,3.22,2.59,9,2.75,2.19,8,1.58,1.0,12,5.29,2.16,14,4.6,2.88,10,3.0,2.26,12,3.0,2.94,10,2.1,1.91,10,1.91,1.38,11,4.76,2.61,17,5.57,2.07,7,3.4,3.2,10,2.67,1.87,12
+alcove,5.5,1.91,20,3.32,2.39,25,5.33,2.28,18,4.78,1.64,9,6.09,1.97,11,3.33,2.88,6,3.22,2.34,18,5.33,1.03,6,5.33,2.74,12,5.19,1.87,16,6.75,1.71,4,3.71,2.79,14,2.6,1.71,10,6.62,1.6,8,4.3,2.26,10,5.08,2.15,12,6.12,1.36,8,3.5,2.48,16,3.0,2.35,9,5.1,2.81,10,5.62,1.51,8
+alderman,4.44,2.12,18,3.05,1.89,22,5.04,1.36,23,3.8,1.64,5,4.69,2.29,13,3.17,1.9,12,2.9,1.97,10,5.12,0.83,8,5.0,1.6,15,5.0,1.8,9,3.89,2.37,9,3.33,1.8,9,2.85,1.99,13,5.12,1.5,17,4.8,1.1,5,4.86,1.95,7,4.18,2.27,11,3.11,1.9,9,3.0,1.96,13,5.33,1.5,15,4.5,0.93,8
+ale,5.95,1.31,19,4.1,2.1,21,5.17,2.08,23,5.67,2.08,3,6.0,1.21,16,4.88,1.81,8,3.62,2.18,13,4.56,1.94,9,5.57,2.14,14,6.0,1.12,9,5.9,1.52,10,4.0,2.29,9,4.17,2.04,12,5.6,2.2,15,4.38,1.69,8,6.0,1.15,7,5.92,1.44,12,3.8,2.15,10,4.36,2.11,11,5.15,2.54,13,5.2,1.4,10
+alert,5.38,1.72,40,5.14,2.41,43,6.58,2.07,40,5.06,1.57,16,5.58,1.82,24,5.67,1.97,12,4.9,2.59,30,6.42,2.19,24,6.81,1.94,16,4.95,2.01,20,5.8,1.28,20,6.0,1.48,12,4.81,2.63,31,6.44,2.12,25,6.8,2.04,15,5.54,1.73,26,5.07,1.73,14,5.15,2.56,20,5.13,2.32,23,6.4,2.33,20,6.75,1.83,20
+alfalfa,4.79,1.9,19,3.67,1.91,21,5.73,1.83,22,5.33,0.87,9,4.3,2.45,10,3.75,2.25,8,3.62,1.76,13,5.27,2.1,11,6.18,1.47,11,5.0,0.58,7,4.67,2.39,12,4.11,1.9,9,3.33,1.92,12,6.23,1.54,13,5.0,2.06,9,5.2,2.15,10,4.33,1.58,9,4.12,2.3,8,3.38,1.66,13,5.71,1.73,14,5.75,2.12,8
+algebra,5.4,2.28,20,4.6,2.66,20,4.54,2.44,35,6.14,2.61,7,5.0,2.08,13,5.8,2.59,5,4.2,2.65,15,3.5,2.12,10,4.96,2.47,25,5.54,2.7,13,5.14,1.35,7,4.83,2.76,12,4.25,2.66,8,5.05,2.41,19,3.94,2.41,16,6.1,2.08,10,4.7,2.36,10,4.82,2.68,11,4.33,2.78,9,4.43,2.68,21,4.71,2.13,14
+algorithm,5.3,1.59,20,3.7,1.87,20,4.04,2.13,25,4.67,1.15,3,5.41,1.66,17,4.67,2.16,6,3.38,1.66,13,3.5,1.85,8,4.29,2.26,17,4.86,1.46,7,5.54,1.66,13,4.43,1.9,7,3.42,1.83,12,4.14,2.07,14,3.91,2.3,11,5.0,1.41,9,5.55,1.75,11,4.0,1.67,11,3.33,2.12,9,3.67,2.14,18,5.0,1.91,7
+alias,5.0,1.03,20,4.71,2.05,21,5.94,2.37,33,5.2,1.03,10,4.8,1.03,10,4.5,1.69,8,4.85,2.3,13,6.21,2.67,14,5.74,2.18,19,4.78,1.2,9,5.18,0.87,11,5.15,1.86,13,4.0,2.27,8,5.64,2.63,22,6.55,1.69,11,4.7,1.16,10,5.3,0.82,10,4.57,2.21,14,5.0,1.83,7,6.0,2.1,16,5.88,2.67,17
+alibi,4.16,1.89,19,4.5,1.88,20,5.17,2.3,24,4.08,2.22,13,4.33,1.03,6,5.0,1.58,5,4.33,1.99,15,4.92,2.1,13,5.45,2.58,11,3.89,2.71,9,4.4,0.7,10,5.0,1.91,7,4.23,1.88,13,5.18,2.44,11,5.15,2.27,13,3.33,1.5,9,4.9,1.97,10,3.7,1.57,10,5.3,1.89,10,6.56,2.3,9,4.33,1.91,15
+alien,4.45,1.82,20,4.86,2.21,22,3.56,2.66,18,4.91,1.64,11,3.89,1.96,9,4.0,1.41,8,5.36,2.47,14,3.5,2.51,10,3.62,3.02,8,4.5,2.52,4,4.44,1.71,16,4.4,1.58,10,5.25,2.63,12,4.86,3.02,7,2.73,2.15,11,4.42,2.11,12,4.5,1.41,8,4.88,2.23,8,4.86,2.28,14,4.67,2.35,9,2.44,2.6,9
+alienate,2.79,1.62,19,4.27,1.88,22,3.71,1.68,24,2.83,1.6,6,2.77,1.69,13,4.5,1.93,12,4.0,1.89,10,3.75,1.49,8,3.69,1.82,16,3.2,1.75,10,2.33,1.41,9,4.78,2.05,9,3.92,1.75,13,4.0,1.77,17,2.83,1.33,6,3.0,2.0,8,2.64,1.36,11,3.89,1.36,9,4.54,2.18,13,3.69,1.25,16,3.75,2.43,8
+alienation,2.53,1.17,19,5.14,1.88,22,3.33,1.69,24,2.83,1.47,6,2.38,1.04,13,4.75,1.96,12,5.6,1.78,10,3.38,1.51,8,3.31,1.82,16,2.9,1.2,10,2.11,1.05,9,5.56,2.3,9,4.85,1.57,13,3.76,1.64,17,2.0,1.26,6,2.75,0.89,8,2.36,1.36,11,5.67,1.87,9,4.77,1.88,13,3.19,1.33,16,3.62,2.33,8
+alight,5.67,1.43,21,3.86,2.03,21,5.88,2.25,24,5.75,1.36,12,5.56,1.59,9,4.14,2.34,7,3.71,1.94,14,5.5,2.55,10,6.14,2.07,14,5.75,2.5,4,5.65,1.17,17,4.5,2.27,10,3.27,1.68,11,5.29,3.15,7,6.12,1.83,17,5.83,1.34,12,5.44,1.59,9,3.92,1.98,13,3.75,2.25,8,4.88,2.53,8,6.38,2.0,16
+align,5.95,1.75,19,3.32,1.91,22,5.95,1.81,22,6.18,1.47,11,5.14,1.77,7,3.5,2.14,8,3.21,1.85,14,6.29,2.56,7,5.8,1.42,15,6.12,1.81,8,5.82,1.78,11,3.22,1.99,9,3.38,1.94,13,6.3,1.49,10,5.67,2.06,12,6.08,2.07,12,5.71,1.11,7,2.91,2.12,11,3.73,1.68,11,5.42,1.98,12,6.6,1.43,10
+alignment,6.0,1.48,21,3.92,2.34,24,6.32,2.23,22,6.62,1.3,8,5.62,1.5,13,4.17,2.62,12,3.67,2.1,12,6.46,2.37,13,6.11,2.15,9,6.88,1.73,8,5.42,1.08,12,5.21,1.89,14,2.1,1.6,10,6.83,1.85,12,5.7,2.58,10,6.1,1.85,10,5.91,1.14,11,3.81,2.56,16,4.12,1.96,8,6.7,2.26,10,6.0,2.26,12
+alimony,3.86,1.74,21,3.09,2.45,23,4.32,2.48,38,3.42,1.24,12,4.44,2.19,9,3.18,2.52,11,3.0,2.49,12,4.31,2.69,13,4.32,2.43,25,6.0,2.0,4,3.35,1.27,17,3.45,2.54,11,2.75,2.42,12,4.33,2.28,18,4.3,2.72,20,4.33,1.97,12,3.22,1.2,9,3.0,2.37,11,3.17,2.62,12,4.06,2.84,17,4.52,2.2,21
+alive,6.57,2.33,23,5.93,2.88,41,6.77,2.26,44,6.62,2.77,8,6.53,2.17,15,6.06,3.13,16,5.84,2.76,25,6.57,2.41,23,7.0,2.18,20,6.42,2.43,12,6.73,2.33,11,4.91,3.01,23,7.22,2.13,18,6.44,2.59,27,7.29,1.53,17,6.27,2.1,11,6.83,2.59,12,5.97,3.09,30,5.82,2.32,11,6.46,2.33,35,8.0,1.5,9
+allegation,3.26,1.24,19,5.9,1.3,21,3.96,2.5,23,4.67,1.53,3,3.0,1.03,16,5.88,1.55,8,5.92,1.19,13,4.11,2.42,9,3.86,2.63,14,3.11,1.17,9,3.4,1.35,10,5.78,0.83,9,6.0,1.6,12,4.2,2.83,15,3.5,1.77,8,3.29,1.5,7,3.25,1.14,12,6.0,1.41,10,5.82,1.25,11,4.08,3.17,13,3.8,1.32,10
+alleged,3.62,1.86,21,5.09,2.11,23,4.27,1.64,26,4.09,1.97,11,3.1,1.66,10,6.0,1.84,11,4.25,2.05,12,4.55,1.69,11,3.93,1.59,14,3.4,2.07,10,3.82,1.72,11,5.45,2.21,11,4.75,2.05,12,4.41,1.7,17,3.75,1.49,8,3.31,2.02,13,4.12,1.55,8,5.07,2.15,15,5.12,2.17,8,4.06,1.64,17,4.67,1.66,9
+allegiance,5.8,1.67,20,5.17,2.21,23,7.05,1.32,21,5.89,1.62,9,5.73,1.79,11,5.36,2.42,11,5.0,2.09,12,6.88,0.99,8,7.15,1.52,13,5.71,1.59,14,6.0,2.0,6,5.11,2.62,9,5.21,2.01,14,6.88,1.36,8,7.15,1.34,13,5.7,1.95,10,5.9,1.45,10,4.92,2.1,13,5.5,2.42,10,7.5,1.17,12,6.44,1.33,9
+allegro,5.0,1.65,20,3.89,2.95,18,5.36,2.01,22,5.2,1.64,5,4.93,1.71,15,5.17,3.19,6,3.25,2.73,12,5.2,1.4,10,5.5,2.47,12,5.4,1.17,10,4.6,2.01,10,4.6,3.17,10,3.0,2.56,8,5.45,2.34,11,5.27,1.74,11,4.5,1.51,12,5.75,1.67,8,2.56,2.74,9,5.22,2.64,9,4.91,2.02,11,5.82,1.99,11
+allergic,3.0,1.86,20,5.4,2.44,20,3.81,2.43,26,2.91,1.7,11,3.11,2.15,9,6.29,2.29,7,4.92,2.47,13,4.23,2.55,13,3.38,2.33,13,2.55,1.21,11,3.56,2.4,9,5.09,2.84,11,5.78,1.92,9,4.53,2.62,17,2.44,1.24,9,2.8,2.2,10,3.2,1.55,10,5.5,2.91,12,5.25,1.67,8,4.25,2.59,16,3.1,2.08,10
+allergy,2.9,1.55,41,3.9,2.17,21,3.5,2.19,24,2.4,1.07,10,3.07,1.69,29,3.17,1.6,6,4.2,2.34,15,3.67,2.45,9,3.4,2.1,15,2.42,1.12,19,3.38,1.77,21,3.57,2.57,7,4.07,2.02,14,2.86,1.46,7,3.76,2.41,17,2.48,1.08,23,3.44,1.89,18,3.67,2.29,9,4.08,2.15,12,2.56,1.42,9,4.07,2.4,15
+alleviate,6.25,1.41,20,3.45,2.32,22,5.84,1.64,19,6.89,1.27,9,5.73,1.35,11,2.6,2.51,5,3.56,2.28,16,5.5,2.07,6,6.0,1.47,13,6.43,1.4,14,5.83,1.47,6,3.58,2.43,12,3.0,2.24,9,5.22,1.48,9,6.4,1.65,10,5.8,1.55,10,6.7,1.16,10,3.42,2.61,12,3.5,2.07,10,6.33,1.86,6,5.62,1.56,13
+alley,4.17,1.63,41,4.08,2.28,38,4.63,1.83,19,5.0,1.25,19,3.65,1.53,20,4.77,2.52,13,3.72,2.11,25,5.0,1.56,10,4.22,2.11,9,4.0,1.59,16,4.38,1.64,24,4.5,2.26,20,3.61,2.28,18,4.75,1.28,8,4.4,2.27,10,3.96,1.82,23,4.44,1.34,18,4.48,2.29,25,3.31,2.14,13,4.62,1.19,8,4.64,2.25,11
+alleyway,3.46,1.72,24,3.7,2.69,23,5.2,1.94,20,4.4,1.78,10,2.79,1.37,14,5.5,1.87,6,3.06,2.68,17,6.0,1.79,11,4.22,1.72,9,3.23,1.48,13,3.73,2.0,11,5.11,2.76,9,2.79,2.29,14,5.69,2.18,13,4.29,0.95,7,3.44,1.82,16,3.5,1.6,8,4.2,2.62,15,2.75,2.71,8,5.5,2.07,12,4.75,1.75,8
+alliance,6.14,1.77,21,4.4,2.74,20,5.78,2.19,36,5.75,1.83,8,6.38,1.76,13,4.6,2.3,5,4.33,2.94,15,5.55,2.07,11,5.88,2.28,25,6.15,1.91,13,6.12,1.64,8,4.58,2.47,12,4.12,3.27,8,5.55,2.46,20,6.06,1.84,16,5.45,1.57,11,6.9,1.73,10,5.09,2.98,11,3.56,2.3,9,5.86,2.47,22,5.64,1.74,14
+allied,5.95,1.36,20,3.38,1.94,21,5.4,2.52,25,6.67,1.53,3,5.82,1.33,17,3.29,2.06,7,3.31,1.97,13,6.0,2.33,8,5.12,2.62,17,6.0,1.15,7,5.92,1.5,13,4.14,2.41,7,2.85,1.57,13,5.71,2.46,14,5.0,2.65,11,5.44,1.13,9,6.36,1.43,11,4.0,2.24,11,2.7,1.34,10,5.11,2.81,18,6.14,1.46,7
+alligator,4.23,1.88,22,5.36,2.3,22,4.1,2.49,20,3.75,1.58,8,4.5,2.03,14,5.5,2.27,10,5.25,2.42,12,4.29,2.75,7,4.0,2.45,13,4.27,2.0,11,4.18,1.83,11,5.0,2.1,11,5.73,2.53,11,4.4,2.56,15,3.2,2.28,5,5.0,1.63,10,3.58,1.88,12,6.1,2.13,10,4.75,2.34,12,3.6,2.41,10,4.6,2.59,10
+allow,6.39,1.75,18,2.95,1.75,21,6.11,2.54,18,5.38,1.6,8,7.2,1.48,10,2.86,1.68,7,3.0,1.84,14,5.82,2.56,11,6.57,2.64,7,5.82,1.6,11,7.29,1.7,7,2.11,1.36,9,3.58,1.78,12,7.0,2.41,11,4.71,2.21,7,6.42,1.51,12,6.33,2.34,6,2.33,1.72,12,3.78,1.48,9,6.78,2.17,9,5.44,2.83,9
+allowance,6.74,1.37,19,4.05,2.11,21,5.7,2.2,23,7.33,2.08,3,6.62,1.26,16,4.0,1.93,8,4.08,2.29,13,5.67,2.55,9,5.71,2.05,14,6.89,1.62,9,6.6,1.17,10,4.67,2.4,9,3.58,1.83,12,5.47,2.26,15,6.12,2.17,8,6.43,1.51,7,6.92,1.31,12,4.5,2.32,10,3.64,1.91,11,5.54,2.79,13,5.9,1.2,10
+alloy,5.2,1.85,20,3.32,2.06,22,5.9,1.64,21,5.78,1.48,9,4.73,2.05,11,3.4,2.37,10,3.25,1.86,12,5.25,1.04,8,6.31,1.84,13,5.5,1.45,14,4.5,2.59,6,2.88,2.1,8,3.57,2.06,14,6.12,1.55,8,5.77,1.74,13,5.4,1.65,10,5.0,2.11,10,3.58,1.83,12,3.0,2.36,10,6.0,1.41,12,5.78,1.99,9
+allure,6.9,0.97,20,4.25,2.55,20,5.77,1.66,22,6.57,0.98,7,7.08,0.95,13,4.78,2.73,9,3.82,2.44,11,5.33,2.16,6,5.94,1.48,16,6.8,0.92,10,7.0,1.12,9,4.38,3.16,8,4.17,2.21,12,5.6,1.68,15,6.14,1.68,7,6.82,1.08,11,7.0,0.87,9,4.58,2.91,12,3.75,1.98,8,5.36,1.8,11,6.18,1.47,11
+alluring,6.74,1.41,19,4.35,2.46,20,5.86,2.14,22,6.0,1.41,5,6.92,1.38,13,4.83,2.79,6,4.14,2.38,14,5.9,1.52,10,5.83,2.62,12,6.14,1.46,7,7.0,1.34,11,4.5,2.51,6,4.29,2.52,14,5.2,1.87,10,6.42,2.27,12,6.83,1.4,12,6.57,1.51,7,3.9,2.73,10,4.8,2.2,10,5.85,2.12,13,5.89,2.32,9
+ally,6.05,2.4,22,4.8,2.44,20,6.84,2.12,19,5.85,2.23,13,6.33,2.74,9,5.14,1.86,7,4.62,2.75,13,6.29,2.69,7,7.17,1.75,12,5.33,2.53,12,6.9,2.02,10,4.22,2.22,9,5.27,2.61,11,6.1,2.47,10,7.67,1.32,9,6.08,2.71,12,6.0,2.11,10,6.0,2.31,7,4.15,2.34,13,6.86,2.19,7,6.83,2.17,12
+almanac,5.55,1.19,20,3.24,2.05,21,5.88,2.01,25,4.67,0.58,3,5.71,1.21,17,3.71,2.29,7,2.92,2.02,13,5.12,2.3,8,6.24,1.82,17,4.86,0.38,7,5.92,1.32,13,3.57,1.99,7,3.0,2.2,13,6.0,2.08,14,5.73,2.0,11,5.22,0.44,9,5.82,1.54,11,3.18,2.18,11,3.3,2.0,10,6.11,2.17,18,5.29,1.5,7
+almighty,6.15,2.16,20,4.59,2.61,22,5.81,2.82,27,6.14,2.48,7,6.15,2.08,13,6.1,2.18,10,3.33,2.31,12,5.6,2.92,15,6.09,2.91,11,5.27,1.95,11,7.22,1.99,9,5.33,2.12,9,4.08,2.87,13,5.76,2.97,17,5.89,2.85,9,6.62,2.02,13,5.29,2.29,7,4.88,2.53,16,3.83,2.93,6,6.58,2.47,12,5.2,3.0,15
+almond,6.05,1.85,20,2.89,2.13,19,6.46,1.82,26,5.82,1.89,11,6.33,1.87,9,3.71,2.29,7,2.42,1.98,12,6.23,1.83,13,6.69,1.84,13,6.27,1.79,11,5.78,1.99,9,3.2,2.7,10,2.56,1.33,9,6.59,1.8,17,6.22,1.92,9,6.7,1.57,10,5.4,1.96,10,2.92,2.39,12,2.86,1.77,7,6.06,1.88,16,7.1,1.6,10
+aloha,7.1,1.26,21,3.82,2.13,22,6.33,1.68,21,6.89,1.17,9,7.25,1.36,12,3.83,1.83,6,3.73,2.34,15,5.83,2.14,6,6.53,1.51,15,6.67,0.87,9,7.42,1.44,12,4.8,2.28,5,3.53,2.07,17,6.7,1.64,10,6.0,1.73,11,7.42,1.0,12,6.67,1.5,9,3.89,2.03,9,3.77,2.28,13,6.67,1.78,12,5.89,1.54,9
+alone,3.85,2.23,20,4.0,2.72,41,4.5,2.59,20,2.67,2.08,3,4.06,2.25,17,3.68,2.5,19,4.43,2.91,21,5.1,2.6,10,3.9,2.56,10,3.29,2.29,7,4.15,2.23,13,4.62,2.8,21,3.35,2.54,20,4.0,3.02,8,4.83,2.33,12,4.33,1.87,9,3.45,2.5,11,3.56,2.81,27,4.86,2.41,14,4.89,3.02,9,4.18,2.27,11
+aloof,4.59,2.16,41,3.09,1.99,43,4.63,2.29,38,5.5,2.22,16,4.0,1.94,25,3.12,2.06,17,3.08,1.98,26,4.68,2.08,19,4.33,2.38,18,5.07,2.02,28,3.54,2.15,13,2.36,1.55,14,3.45,2.1,29,3.88,1.65,17,5.24,2.59,21,5.22,2.15,23,3.78,1.93,18,2.81,2.04,26,3.53,1.87,17,4.62,2.06,21,4.65,2.62,17
+alpha,5.5,2.24,20,3.67,2.63,21,6.32,2.48,25,5.5,2.65,4,5.5,2.22,16,3.25,2.06,4,3.76,2.8,17,6.44,2.55,9,6.25,2.52,16,5.38,2.0,8,5.58,2.47,12,3.2,2.57,10,4.09,2.74,11,7.14,1.99,14,5.27,2.72,11,5.18,1.78,11,5.89,2.76,9,4.3,3.23,10,3.09,1.92,11,6.33,2.33,18,6.29,3.04,7
+alphabet,5.95,1.94,21,3.15,2.25,20,5.79,2.62,19,6.17,1.72,6,5.87,2.07,15,2.88,2.03,8,3.33,2.46,12,6.33,2.42,12,4.86,2.85,7,6.0,1.73,9,5.92,2.15,12,2.78,1.92,9,3.45,2.54,11,5.57,2.44,7,5.92,2.81,12,5.9,2.38,10,6.0,1.55,11,2.85,2.12,13,3.71,2.56,7,6.0,3.06,10,5.56,2.19,9
+alphabetical,6.32,1.42,19,3.0,1.7,21,6.14,2.21,22,6.2,1.64,5,6.46,1.39,13,2.67,1.37,6,3.13,1.85,15,5.7,2.67,10,6.5,1.78,12,6.14,1.68,7,6.55,1.29,11,3.14,2.27,7,2.93,1.44,14,5.9,2.28,10,6.33,2.23,12,6.5,1.38,12,6.0,1.53,7,2.82,1.4,11,3.2,2.04,10,6.0,2.35,14,6.38,2.07,8
+alpine,5.84,0.76,19,3.52,1.89,21,5.74,2.4,23,5.67,0.58,3,5.88,0.81,16,4.25,1.49,8,3.08,2.02,13,5.78,2.64,9,5.71,2.33,14,5.67,0.71,9,6.0,0.82,10,4.22,1.92,9,3.0,1.76,12,5.87,2.9,15,5.5,1.07,8,6.14,1.07,7,5.67,0.49,12,4.1,2.08,10,3.0,1.61,11,6.54,2.79,13,4.7,1.25,10
+altar,5.59,2.15,22,4.05,2.62,21,5.68,2.8,22,5.43,2.31,14,5.88,1.96,8,4.18,2.75,11,4.22,2.54,9,5.17,2.56,6,5.88,2.94,16,4.9,2.33,10,6.17,1.9,12,3.27,2.24,11,4.9,2.85,10,5.08,2.5,13,6.56,3.13,9,5.0,1.91,12,6.3,2.31,10,3.62,2.75,13,4.75,2.38,8,6.0,2.7,12,5.3,3.02,10
+altar boy,4.76,1.41,21,3.11,2.13,19,4.62,2.6,21,4.17,0.98,6,5.0,1.51,15,3.29,2.21,7,3.0,2.17,12,4.75,2.83,12,4.44,2.4,9,4.56,1.33,9,4.92,1.51,12,3.11,1.96,9,3.1,2.38,10,4.0,2.38,7,4.93,2.73,14,5.2,1.23,10,4.36,1.5,11,2.85,1.95,13,3.67,2.58,6,4.45,2.98,11,4.8,2.25,10
+alter,4.57,1.29,21,4.17,2.19,23,5.57,2.38,21,4.4,1.95,5,4.62,1.09,16,4.17,1.8,12,4.18,2.64,11,4.91,2.47,11,6.0,2.06,9,4.08,1.38,12,5.22,0.83,9,4.31,2.3,16,3.86,2.04,7,4.73,1.85,11,6.5,2.64,10,4.85,1.07,13,4.12,1.55,8,4.42,2.22,19,3.0,1.83,4,5.57,2.21,14,5.57,2.88,7
+alteration,5.05,1.84,19,4.05,2.35,20,6.15,2.01,20,4.67,0.58,3,5.07,2.05,15,3.8,2.53,10,4.3,2.26,10,5.7,1.42,10,6.6,2.46,10,5.33,2.58,6,4.83,1.53,12,3.57,2.57,7,4.31,2.29,13,5.38,2.45,8,6.67,1.56,12,5.25,1.54,12,4.71,2.36,7,4.3,2.98,10,3.8,1.62,10,5.78,2.68,9,6.45,1.29,11
+altercation,3.61,1.64,23,5.62,2.75,21,4.4,2.6,20,3.38,1.19,8,3.73,1.87,15,5.4,2.91,10,5.82,2.71,11,5.86,3.08,7,3.62,2.02,13,3.67,1.78,12,3.55,1.57,11,5.0,2.67,10,6.18,2.82,11,4.6,2.85,15,3.8,1.79,5,3.91,1.58,11,3.33,1.72,12,7.22,2.11,9,4.42,2.61,12,4.1,2.69,10,4.7,2.63,10
+alternate,5.15,0.81,20,3.48,1.89,21,5.2,2.31,25,5.0,0.0,3,5.18,0.88,17,3.29,2.43,7,3.62,1.71,13,5.25,1.98,8,5.18,2.51,17,4.86,0.38,7,5.31,0.95,13,4.29,1.89,7,3.08,1.89,13,5.14,2.35,14,5.27,2.37,11,5.22,1.09,9,5.09,0.54,11,4.18,1.83,11,2.7,1.7,10,4.94,2.51,18,5.86,1.68,7
+alternating,5.37,1.54,19,4.27,2.14,22,5.53,2.12,19,5.33,1.32,9,5.4,1.78,10,4.14,2.54,7,4.5,1.99,14,5.4,2.46,10,5.67,1.8,9,5.78,1.79,9,5.0,1.25,10,5.11,2.67,9,3.83,1.53,12,5.25,1.49,8,5.5,2.55,10,5.5,1.73,12,5.14,1.21,7,4.32,2.29,19,4.0,1.0,3,5.5,1.77,8,5.55,2.42,11
+alternative,5.33,1.43,21,3.61,2.74,23,6.33,2.2,18,5.22,1.72,9,5.42,1.24,12,4.36,2.38,11,2.92,2.97,12,6.7,2.21,10,5.88,2.23,8,4.86,2.41,7,5.62,0.51,13,5.18,2.68,11,2.17,1.95,12,6.43,2.64,7,6.27,2.0,11,5.15,1.77,13,5.62,0.52,8,2.91,2.88,11,4.25,2.56,12,5.44,2.24,9,7.22,1.86,9
+altimeter,4.5,0.96,22,3.61,2.1,23,5.0,2.16,19,4.88,0.35,8,4.38,1.12,13,3.25,2.19,8,3.71,2.16,14,4.71,2.69,7,5.09,1.97,11,4.75,0.46,8,4.46,1.13,13,3.67,2.29,9,3.57,2.06,14,4.0,1.63,7,5.58,2.27,12,4.55,1.21,11,4.45,0.69,11,2.78,2.17,9,4.14,1.96,14,4.81,2.23,16,6.0,1.73,3
+altitude,5.27,1.72,22,4.15,2.52,26,5.46,2.28,24,5.44,1.67,9,5.15,1.82,13,4.0,3.13,10,4.25,2.18,16,5.89,2.67,9,5.2,2.08,15,6.5,1.6,8,4.57,1.4,14,4.0,2.58,13,4.31,2.56,13,5.25,2.8,12,5.67,1.72,12,4.83,1.9,12,5.8,1.4,10,3.93,2.91,15,4.45,1.97,11,5.15,2.61,13,5.82,1.89,11
+aluminum,5.1,1.68,20,4.05,2.24,20,6.0,1.67,21,5.83,1.33,6,4.79,1.76,14,5.62,1.6,8,3.0,2.0,12,6.09,1.51,11,5.9,1.91,10,5.5,1.76,6,4.93,1.69,14,4.5,2.42,10,3.6,2.07,10,6.07,1.73,14,5.86,1.68,7,5.29,2.21,7,5.0,1.41,13,4.36,2.37,14,3.33,1.86,6,6.0,1.95,12,6.0,1.32,9
+alumnus,4.95,1.5,21,3.23,2.0,22,6.1,1.67,21,5.11,1.17,9,4.83,1.75,12,3.0,2.45,6,3.2,1.9,15,5.67,2.5,6,6.27,1.28,15,4.78,1.3,9,5.08,1.68,12,4.4,2.41,5,2.88,1.8,17,6.4,1.51,10,5.82,1.83,11,4.67,1.83,12,5.33,0.87,9,3.56,2.01,9,3.0,2.04,13,5.75,1.91,12,6.56,1.24,9
+alzheimers,2.26,1.82,19,4.5,2.35,22,2.0,1.68,23,1.82,1.25,11,2.14,1.21,7,4.25,2.19,8,4.64,2.5,14,2.43,1.51,7,1.81,1.76,16,2.62,2.45,8,2.0,1.26,11,3.33,1.66,9,5.31,2.46,13,2.09,1.3,11,1.92,2.02,12,2.5,2.2,12,1.86,0.9,7,3.82,2.27,11,5.18,2.32,11,2.23,2.05,13,1.7,1.06,10
+amaretto,6.0,1.9,21,4.04,2.4,23,5.19,2.25,21,5.8,2.77,5,6.06,1.65,16,5.0,1.86,12,3.0,2.57,11,4.55,1.75,11,5.56,2.51,9,6.08,2.19,12,5.89,1.54,9,4.19,2.4,16,3.71,2.56,7,5.18,1.83,11,5.2,2.74,10,6.0,1.68,13,6.0,2.33,8,4.11,2.62,19,3.75,0.96,4,4.86,1.99,14,5.86,2.73,7
+amateur,4.58,1.17,19,3.55,2.09,20,5.25,2.34,20,4.33,1.15,3,4.8,1.01,15,3.4,2.32,10,3.7,1.95,10,5.7,1.95,10,4.8,2.7,10,4.5,1.05,6,4.83,1.03,12,3.43,2.37,7,3.62,2.02,13,4.5,2.51,8,5.75,2.18,12,4.75,1.36,12,4.29,0.76,7,3.8,2.25,10,3.3,2.0,10,4.44,2.35,9,5.91,2.21,11
+amaze,7.24,2.0,21,5.0,2.25,20,5.83,2.37,23,7.42,1.51,12,7.0,2.6,9,6.33,1.21,6,4.43,2.38,14,5.5,2.51,8,6.0,2.36,15,7.75,0.96,4,7.12,2.18,17,5.2,2.15,10,4.8,2.44,10,6.14,2.97,7,5.69,2.15,16,7.33,2.35,12,7.11,1.54,9,4.69,2.25,13,5.57,2.3,7,5.56,3.0,9,6.0,1.96,14
+amazed,7.55,0.89,20,5.95,2.68,22,6.11,2.26,27,8.14,0.69,7,7.23,0.83,13,5.8,2.39,10,6.08,3.0,12,5.53,2.2,15,6.91,2.3,11,7.36,0.81,11,7.78,0.97,9,5.67,2.74,9,6.15,2.73,13,6.59,2.35,17,5.22,2.05,9,7.62,0.77,13,7.43,1.13,7,5.81,2.86,16,6.33,2.34,6,6.5,1.73,12,5.8,2.62,15
+amazement,7.29,1.9,24,6.3,2.51,23,6.43,1.99,21,6.57,2.57,7,7.59,1.54,17,7.0,1.54,12,5.55,3.17,11,6.36,2.46,11,6.44,1.51,9,7.15,2.19,13,7.45,1.57,11,6.31,2.63,16,6.29,2.43,7,5.73,2.05,11,7.2,1.69,10,7.53,1.6,15,6.89,2.37,9,6.58,2.32,19,5.0,3.37,4,6.07,2.13,14,7.14,1.57,7
+amazing,7.72,1.32,18,6.05,2.52,21,6.83,2.09,18,7.38,1.6,8,8.0,1.05,10,5.57,2.51,7,6.29,2.58,14,7.09,1.7,11,6.43,2.7,7,7.55,1.44,11,8.0,1.15,7,6.22,2.44,9,5.92,2.68,12,7.45,1.63,11,5.86,2.48,7,7.58,1.38,12,8.0,1.26,6,6.0,2.22,12,6.11,3.02,9,6.78,2.68,9,6.89,1.45,9
+ambassador,5.5,1.54,22,3.91,2.16,22,6.2,2.19,20,6.0,1.6,8,5.21,1.48,14,4.2,2.25,10,3.67,2.15,12,6.57,2.3,7,6.0,2.2,13,5.73,2.0,11,5.27,0.9,11,4.09,2.02,11,3.73,2.37,11,6.07,2.15,15,6.6,2.51,5,4.8,1.32,10,6.08,1.51,12,3.7,1.7,10,4.08,2.54,12,5.9,1.85,10,6.5,2.55,10
+amber,6.15,1.79,20,3.36,1.84,22,6.21,1.58,19,6.67,1.5,9,5.73,1.95,11,2.0,1.0,5,3.88,1.86,16,6.67,1.86,6,6.0,1.47,13,6.21,1.48,14,6.0,2.53,6,3.08,1.44,12,3.89,2.32,9,5.44,1.01,9,6.9,1.73,10,6.4,1.58,10,5.9,2.02,10,2.92,1.78,12,3.9,1.85,10,7.0,1.9,6,5.85,1.34,13
+ambience,6.35,1.87,20,3.85,2.87,20,5.57,2.27,21,6.5,1.76,6,6.29,1.98,14,4.0,3.21,8,3.75,2.77,12,5.83,2.48,12,5.22,2.05,9,5.78,1.99,9,6.82,1.72,11,4.22,3.07,9,3.55,2.81,11,4.71,1.89,7,6.0,2.39,14,6.22,2.17,9,6.45,1.69,11,3.85,2.73,13,3.86,3.34,7,5.33,2.84,12,5.89,1.27,9
+ambient,6.33,1.8,21,3.2,2.53,20,4.86,2.41,21,7.0,1.67,6,6.07,1.83,15,2.88,2.75,8,3.42,2.47,12,4.33,2.5,12,5.56,2.24,9,6.67,1.87,9,6.08,1.78,12,2.78,1.92,9,3.55,2.98,11,4.14,1.86,7,5.21,2.64,14,6.3,2.11,10,6.36,1.57,11,2.92,1.98,13,3.71,3.45,7,4.82,2.79,11,4.9,2.08,10
+ambiguous,5.16,1.64,19,4.0,2.61,21,5.12,2.14,26,5.0,1.8,9,5.3,1.57,10,2.71,2.21,7,4.64,2.62,14,5.47,2.35,17,4.44,1.59,9,5.2,1.81,10,5.11,1.54,9,2.8,2.49,5,4.38,2.6,16,4.93,2.67,14,5.33,1.37,12,5.27,1.68,11,5.0,1.69,8,3.9,3.11,10,4.09,2.21,11,5.21,2.36,14,5.0,1.95,12
+ambition,7.28,1.62,40,4.86,2.38,44,6.36,2.04,25,7.56,1.33,9,7.21,1.76,29,4.73,2.76,15,4.93,2.2,29,6.38,1.92,8,6.35,2.15,17,6.89,1.88,18,7.62,1.36,21,5.1,2.61,20,4.67,2.2,24,6.36,1.98,14,6.36,2.2,11,7.23,1.48,22,7.33,1.81,18,5.0,2.4,27,4.65,2.4,17,6.33,2.28,18,6.43,1.4,7
+ambitious,6.33,1.74,21,5.76,1.81,21,5.88,2.28,25,6.33,1.92,12,6.33,1.58,9,6.0,2.08,7,5.64,1.74,14,5.7,2.31,10,6.0,2.33,15,6.5,2.38,4,6.29,1.65,17,6.7,1.89,10,4.91,1.3,11,6.86,1.77,7,5.5,2.38,18,6.67,1.92,12,5.89,1.45,9,5.46,1.81,13,6.25,1.83,8,5.67,2.24,9,6.0,2.37,16
+ambrosia,5.95,1.94,21,4.05,2.31,20,5.67,2.42,21,5.67,1.37,6,6.07,2.15,15,4.62,2.67,8,3.67,2.06,12,5.64,2.11,11,5.7,2.83,10,5.17,2.04,6,6.27,1.87,15,5.0,2.21,10,3.1,2.08,10,5.79,2.86,14,5.43,1.27,7,5.57,2.07,7,6.14,1.92,14,4.43,2.5,14,3.17,1.6,6,5.75,2.63,12,5.56,2.24,9
+ambulance,3.71,2.11,41,5.33,2.94,21,3.29,2.14,42,4.29,2.31,17,3.29,1.9,24,5.43,3.21,7,5.54,2.88,13,3.29,2.17,21,3.29,2.17,21,3.5,2.06,22,3.95,2.2,19,5.86,2.27,7,5.31,3.28,13,3.11,2.27,18,3.42,2.08,24,3.73,2.31,26,3.67,1.8,15,5.73,2.61,11,4.9,3.35,10,3.29,2.1,21,3.29,2.24,21
+ambush,3.17,1.89,18,5.58,2.81,19,3.96,2.35,25,2.2,0.84,5,3.54,2.07,13,6.09,3.02,11,4.88,2.53,8,4.69,2.33,16,2.67,1.87,9,3.86,2.04,7,2.73,1.74,11,4.44,3.09,9,6.6,2.22,10,3.9,2.45,20,4.2,2.17,5,3.22,1.48,9,3.11,2.32,9,6.0,3.0,11,5.0,2.62,8,4.21,2.15,19,3.17,2.99,6
+amend,5.85,1.87,20,3.06,2.1,18,4.96,2.42,24,5.8,1.3,5,5.87,2.07,15,2.8,2.05,5,3.15,2.19,13,4.0,2.12,13,6.09,2.34,11,6.1,1.97,10,5.6,1.84,10,3.71,2.29,7,2.64,1.96,11,4.0,2.03,16,6.88,2.03,8,5.86,1.88,14,5.83,2.04,6,3.08,2.15,12,3.0,2.19,6,5.07,2.63,15,4.78,2.17,9
+amendment,5.6,1.19,20,3.5,1.92,18,4.77,1.54,22,5.4,0.89,5,5.67,1.29,15,4.0,2.0,6,3.25,1.91,12,5.1,1.29,10,4.5,1.73,12,5.7,1.25,10,5.5,1.18,10,3.4,1.96,10,3.62,2.0,8,4.18,1.78,11,5.36,1.03,11,5.5,1.24,12,5.75,1.16,8,2.44,1.74,9,4.56,1.51,9,4.55,1.69,11,5.0,1.41,11
+amends,6.68,1.8,19,3.95,2.21,20,5.96,2.18,23,6.62,1.94,13,6.83,1.6,6,4.4,2.61,5,3.8,2.14,15,6.0,2.13,12,5.91,2.34,11,6.11,2.2,9,7.2,1.23,10,4.57,2.23,7,3.62,2.22,13,5.5,1.96,10,6.31,2.36,13,7.0,1.66,9,6.4,1.96,10,3.7,2.21,10,4.2,2.3,10,6.5,1.93,8,5.67,2.32,15
+amiable,6.7,1.42,20,2.85,1.63,20,6.14,2.08,22,6.71,1.7,7,6.69,1.32,13,2.56,1.51,9,3.09,1.76,11,6.17,2.71,6,6.12,1.89,16,7.0,1.33,10,6.56,1.51,9,2.5,1.6,8,3.08,1.68,12,5.87,1.92,15,6.71,2.43,7,6.45,1.44,11,7.0,1.41,9,2.75,1.71,12,3.0,1.6,8,5.27,2.45,11,7.0,1.18,11
+amino,4.45,1.88,20,3.83,1.97,24,5.73,2.29,22,4.5,1.77,8,4.42,2.02,12,4.0,2.2,13,3.64,1.75,11,6.0,2.38,13,5.33,2.24,9,4.88,2.03,8,4.36,1.75,11,4.21,1.72,14,3.3,2.26,10,6.25,2.05,12,5.1,2.51,10,4.2,2.15,10,4.7,1.64,10,3.53,2.07,17,4.57,1.62,7,5.9,3.03,10,5.58,1.56,12
+ammo,4.18,2.24,22,5.53,2.34,19,5.52,2.42,21,4.8,1.1,5,4.0,2.56,16,5.88,2.03,8,5.27,2.61,11,6.6,1.9,10,4.55,2.5,11,4.17,2.08,12,4.2,2.53,10,5.6,1.51,10,5.44,3.13,9,5.75,2.6,12,5.22,2.28,9,4.0,2.32,11,4.36,2.25,11,4.75,2.71,8,6.09,1.97,11,6.56,1.74,9,4.75,2.63,12
+ammonia,3.74,1.69,19,3.0,2.02,22,3.83,2.19,23,3.27,1.35,11,4.0,1.83,7,3.88,2.17,8,2.5,1.83,14,4.29,2.21,7,3.62,2.22,16,4.0,1.77,8,3.55,1.69,11,2.33,2.29,9,3.46,1.76,13,4.18,2.14,11,3.5,2.28,12,3.75,2.01,12,3.71,1.11,7,2.73,1.85,11,3.27,2.24,11,4.15,2.41,13,3.4,1.9,10
+ammonium,4.06,1.63,18,4.37,2.61,19,4.84,1.6,25,4.2,2.17,5,4.0,1.47,13,5.09,2.7,11,3.38,2.26,8,4.88,1.26,16,4.78,2.17,9,4.14,1.46,7,4.0,1.79,11,3.25,2.6,8,5.18,2.4,11,4.8,1.79,20,5.0,0.0,5,4.67,1.5,9,3.44,1.59,9,3.9,3.0,10,4.89,2.15,9,4.95,1.43,19,4.5,2.17,6
+ammunition,4.59,2.5,22,5.7,2.27,23,5.95,2.61,19,5.0,2.78,8,4.0,2.08,13,5.5,2.51,8,5.79,2.29,14,7.14,1.86,7,5.45,2.84,11,3.38,2.5,8,5.0,2.12,13,4.89,2.32,9,6.21,2.15,14,6.29,2.29,7,5.75,2.86,12,5.0,2.14,11,4.18,2.86,11,4.89,2.89,9,6.21,1.67,14,6.12,2.6,16,5.0,3.0,3
+amnesia,3.43,1.69,21,5.04,2.48,23,3.08,2.0,26,3.64,1.96,11,3.2,1.4,10,5.18,2.82,11,4.92,2.23,12,3.36,2.34,11,2.86,1.83,14,3.5,1.35,10,3.36,2.01,11,5.55,2.7,11,4.58,2.27,12,3.53,2.18,17,2.12,1.36,8,3.31,1.89,13,3.62,1.41,8,5.27,2.49,15,4.62,2.56,8,3.18,1.98,17,2.89,2.15,9
+amnesty,5.38,2.22,21,3.86,2.33,21,6.0,2.32,24,6.08,2.47,12,4.44,1.51,9,5.0,2.58,7,3.29,2.05,14,5.6,2.37,10,6.29,2.33,14,5.0,0.0,4,5.47,2.48,17,3.7,2.87,10,4.0,1.84,11,6.0,1.83,7,6.0,2.55,17,5.25,2.42,12,5.56,2.07,9,3.69,2.29,13,4.12,2.53,8,6.67,2.0,9,5.6,2.47,15
+amorous,5.95,1.88,21,4.21,3.05,24,6.0,2.08,20,6.12,1.96,8,5.85,1.91,13,4.67,2.88,6,4.06,3.17,18,6.36,1.75,11,5.56,2.46,9,5.67,1.44,12,6.33,2.4,9,5.0,3.2,10,3.64,2.92,14,6.08,2.14,13,5.86,2.12,7,6.14,1.23,14,5.57,2.88,7,4.75,3.09,16,3.12,2.85,8,6.42,1.83,12,5.38,2.39,8
+amount,5.42,0.61,19,3.53,1.98,19,5.39,2.13,23,5.33,0.58,3,5.44,0.63,16,4.25,2.05,8,3.0,1.84,11,5.33,2.69,9,5.43,1.79,14,5.67,0.71,9,5.2,0.42,10,3.62,1.77,8,3.45,2.21,11,5.07,2.46,15,6.0,1.2,8,5.43,0.79,7,5.42,0.51,12,4.38,1.77,8,2.91,1.97,11,5.0,2.45,13,5.9,1.6,10
+amour,6.43,1.89,21,5.43,2.57,23,5.91,2.35,22,6.38,1.6,8,6.46,2.11,13,5.25,2.9,12,5.64,2.29,11,6.46,1.9,13,5.11,2.8,9,6.88,2.03,8,6.17,1.9,12,6.21,2.12,14,4.22,2.86,9,6.0,1.86,12,5.8,2.94,10,5.9,1.45,10,6.91,2.17,11,5.25,2.7,16,5.86,2.41,7,6.0,2.62,10,5.83,2.21,12
+amp,5.79,1.44,19,5.05,2.36,21,5.13,2.24,23,4.8,1.1,5,6.15,1.46,13,6.0,1.67,6,4.67,2.53,15,5.4,1.84,10,4.92,2.56,13,5.71,1.89,7,5.82,1.25,11,5.43,2.88,7,4.86,2.14,14,5.55,1.69,11,4.75,2.67,12,6.25,1.36,12,5.0,1.29,7,5.55,2.5,11,4.5,2.17,10,5.0,2.04,14,5.33,2.65,9
+amphibian,5.4,1.88,20,3.35,2.15,17,5.42,2.22,24,6.2,1.3,5,5.13,2.0,15,3.0,1.87,5,3.5,2.32,12,5.08,2.78,13,5.82,1.33,11,5.6,1.96,10,5.2,1.87,10,4.0,2.68,6,3.0,1.84,11,5.38,2.58,16,5.5,1.41,8,4.93,1.86,14,6.5,1.52,6,3.45,2.3,11,3.17,2.04,6,5.4,2.35,15,5.44,2.13,9
+amphibious,5.75,1.71,20,5.7,1.75,20,4.85,1.91,26,6.0,1.48,11,5.44,2.01,9,6.43,1.51,7,5.31,1.8,13,4.77,1.74,13,4.92,2.14,13,6.36,1.57,11,5.0,1.66,9,5.73,1.85,11,5.67,1.73,9,4.71,1.83,17,5.11,2.15,9,6.0,1.49,10,5.5,1.96,10,5.5,1.45,12,6.0,2.2,8,4.44,1.55,16,5.5,2.32,10
+ample,5.89,2.21,19,3.28,2.14,18,6.04,2.18,24,5.8,2.86,5,5.93,2.06,14,3.8,1.64,5,3.08,2.33,13,5.69,2.46,13,6.45,1.81,11,6.7,1.7,10,5.0,2.45,9,4.29,2.36,7,2.64,1.8,11,5.56,2.25,16,7.0,1.77,8,5.31,2.21,13,7.17,1.72,6,3.67,2.27,12,2.5,1.76,6,6.47,2.56,15,5.33,1.12,9
+amputate,2.1,1.45,20,5.43,2.37,23,3.0,2.37,28,2.38,1.3,8,1.92,1.56,12,5.0,2.29,9,5.71,2.46,14,2.86,2.44,14,3.14,2.38,14,1.89,1.45,9,2.27,1.49,11,4.83,2.44,12,6.09,2.21,11,2.29,1.9,14,3.71,2.64,14,2.1,1.66,10,2.1,1.29,10,4.82,2.27,11,6.0,2.41,12,3.5,2.68,12,2.62,2.13,16
+amputation,1.84,1.26,19,4.86,2.76,21,2.85,1.98,20,2.33,1.53,3,1.75,1.24,16,4.83,3.19,6,4.87,2.7,15,2.5,1.38,6,3.0,2.22,14,2.1,1.45,10,1.56,1.01,9,5.0,3.11,7,4.79,2.69,14,3.3,2.41,10,2.4,1.43,10,1.75,1.16,8,1.91,1.38,11,4.67,3.46,9,5.0,2.26,12,3.12,2.7,8,2.67,1.44,12
+amuck,4.0,2.08,19,4.41,2.26,22,3.74,2.03,23,4.0,2.0,11,4.43,2.15,7,5.0,2.07,8,4.07,2.37,14,2.57,1.27,7,4.25,2.11,16,3.62,2.0,8,4.27,2.2,11,3.33,2.29,9,5.15,1.99,13,3.64,1.86,11,3.83,2.25,12,3.33,2.19,12,5.14,1.35,7,3.82,2.48,11,5.0,1.95,11,4.08,2.36,13,3.3,1.49,10
+amulet,5.75,1.8,20,3.95,2.29,21,5.79,1.91,24,6.67,2.08,3,5.59,1.77,17,3.29,2.36,7,4.23,2.35,13,6.12,1.55,8,5.62,2.09,16,6.14,1.46,7,5.54,1.98,13,3.43,2.7,7,4.15,2.19,13,5.54,2.07,13,6.09,1.76,11,5.11,1.9,9,6.27,1.62,11,4.18,2.52,11,3.7,2.11,10,5.59,2.12,17,6.29,1.25,7
+amuse,7.1,1.37,20,5.17,1.99,23,6.8,1.64,20,6.89,1.45,9,7.27,1.35,11,5.45,1.92,11,4.92,2.11,12,6.43,1.51,7,7.0,1.73,13,7.0,1.24,14,7.33,1.75,6,4.89,2.26,9,5.36,1.86,14,7.14,1.21,7,6.62,1.85,13,6.9,1.45,10,7.3,1.34,10,5.08,1.66,13,5.3,2.45,10,7.18,1.17,11,6.33,2.06,9
+amused,7.05,1.28,21,4.27,2.76,22,5.93,2.06,27,6.3,1.16,10,7.73,1.01,11,3.14,2.12,7,4.8,2.93,15,5.71,2.2,17,6.3,1.83,10,6.82,1.25,11,7.3,1.34,10,3.2,3.03,5,4.59,2.69,17,5.43,2.34,14,6.46,1.61,13,6.85,1.46,13,7.38,0.92,8,4.3,3.4,10,4.25,2.26,12,6.43,2.24,14,5.38,1.76,13
+amusement,7.0,1.56,19,4.82,2.7,22,6.59,2.17,27,6.71,2.29,7,7.17,1.03,12,5.2,2.57,10,4.5,2.88,12,6.53,2.13,15,6.73,2.41,11,6.36,1.75,11,7.88,0.64,8,5.22,2.11,9,4.54,3.1,13,6.82,2.27,17,6.22,2.17,9,6.83,1.85,12,7.29,0.95,7,4.5,2.85,16,5.67,2.25,6,6.33,2.46,12,6.8,1.97,15
+amusing,7.6,1.31,20,5.18,2.11,22,6.79,1.58,19,7.56,1.51,9,7.64,1.21,11,4.2,2.95,5,5.44,1.86,16,7.33,1.63,6,6.54,1.56,13,7.43,1.22,14,8.0,1.55,6,4.42,2.02,12,6.11,2.03,9,6.11,1.27,9,7.4,1.65,10,7.6,1.07,10,7.6,1.58,10,4.58,2.11,12,5.9,1.97,10,7.5,1.64,6,6.46,1.51,13
+anaconda,4.43,2.66,21,6.0,2.13,20,4.08,2.63,36,3.38,2.2,8,5.08,2.78,13,6.4,2.07,5,5.87,2.2,15,3.91,2.21,11,4.16,2.84,25,4.08,2.6,13,5.0,2.83,8,6.42,1.83,12,5.38,2.5,8,4.7,2.34,20,3.31,2.85,16,4.64,2.38,11,4.2,3.05,10,6.18,2.14,11,5.78,2.22,9,4.41,2.65,22,3.57,2.62,14
+anagram,4.37,1.89,19,3.86,1.96,21,4.83,1.9,24,3.83,1.6,6,4.62,2.02,13,4.25,2.22,12,3.33,1.5,9,4.62,1.77,8,4.94,2.02,16,4.4,1.58,10,4.33,2.29,9,4.11,1.76,9,3.67,2.15,12,4.71,1.79,17,5.17,2.48,6,4.25,1.39,8,4.45,2.25,11,3.75,1.67,8,3.92,2.18,13,4.94,1.98,16,4.62,1.85,8
+anal,4.0,2.51,21,4.29,2.77,24,4.45,2.56,20,5.38,2.97,8,3.15,1.82,13,5.83,2.04,6,3.78,2.84,18,5.0,3.07,11,3.78,1.72,9,4.0,2.8,12,4.0,2.24,9,5.2,2.57,10,3.64,2.82,14,4.31,3.2,13,4.71,0.49,7,4.36,2.59,14,3.29,2.36,7,4.38,2.99,16,4.12,2.47,8,3.92,2.43,12,5.25,2.71,8
+analogy,5.24,2.07,21,3.95,2.27,19,5.33,2.12,36,5.5,2.56,8,5.08,1.8,13,3.6,1.67,5,4.07,2.5,14,4.55,2.62,11,5.68,1.82,25,5.54,2.33,13,4.75,1.58,8,4.0,2.34,12,3.86,2.34,7,5.3,2.32,20,5.38,1.93,16,4.82,2.18,11,5.7,1.95,10,4.09,2.59,11,3.75,1.91,8,5.27,2.16,22,5.43,2.14,14
+analysis,5.25,1.59,20,3.74,1.94,19,5.95,2.27,21,5.33,0.82,6,5.21,1.85,14,3.71,1.25,7,3.75,2.3,12,5.91,1.97,11,6.0,2.67,10,5.2,0.45,5,5.27,1.83,15,3.6,1.43,10,3.89,2.47,9,5.86,2.74,14,6.14,0.9,7,4.43,1.13,7,5.69,1.65,13,3.71,2.09,14,3.8,1.64,5,5.17,2.44,12,7.0,1.58,9
+analyst,5.0,0.79,20,3.24,2.12,21,4.76,2.31,25,5.0,1.0,3,5.0,0.79,17,3.57,2.99,7,3.08,1.71,13,5.12,1.89,8,4.59,2.53,17,5.14,0.69,7,4.92,0.86,13,3.86,2.19,7,2.92,2.18,13,5.29,2.27,14,4.09,2.3,11,5.0,0.71,9,5.0,0.89,11,3.36,1.86,11,3.1,2.47,10,4.39,2.52,18,5.71,1.38,7
+analytical,6.0,1.91,19,4.13,1.91,23,6.43,1.77,28,6.0,1.69,8,6.0,2.14,11,4.22,2.11,9,4.07,1.86,14,6.36,2.02,14,6.5,1.56,14,5.67,2.0,9,6.3,1.89,10,3.83,2.17,12,4.45,1.63,11,6.0,2.08,14,6.86,1.35,14,5.6,2.12,10,6.44,1.67,9,4.36,2.01,11,3.92,1.88,12,5.75,1.96,12,6.94,1.48,16
+analyze,5.65,1.39,20,4.1,2.17,21,5.96,2.49,25,6.0,1.0,3,5.59,1.46,17,5.43,2.57,7,3.46,1.71,13,6.25,2.25,8,5.82,2.65,17,5.57,0.79,7,5.69,1.65,13,5.0,2.24,7,3.69,2.14,13,6.21,2.29,14,5.64,2.8,11,5.22,1.39,9,6.0,1.34,11,4.45,2.11,11,3.7,2.26,10,5.78,2.65,18,6.43,2.15,7
+analyzer,4.62,1.56,21,3.48,2.37,23,5.88,2.23,17,4.44,1.74,9,4.75,1.48,12,4.55,2.46,11,2.5,1.88,12,6.11,2.37,9,5.62,2.2,8,4.57,1.99,7,4.54,1.39,13,4.55,2.58,11,2.5,1.73,12,5.29,2.75,7,6.3,1.83,10,4.69,1.6,13,4.5,1.6,8,3.18,2.27,11,3.75,2.53,12,4.78,2.05,9,7.12,1.81,8
+anaphylactic,4.0,1.89,19,5.57,2.77,21,4.17,2.01,23,4.4,0.89,5,3.92,2.22,13,5.67,2.42,6,5.53,2.97,15,5.1,2.08,10,3.46,1.71,13,3.86,1.68,7,4.18,2.14,11,5.0,3.0,7,5.86,2.71,14,5.36,1.29,11,3.08,1.98,12,4.17,1.19,12,3.71,2.81,7,4.64,2.94,11,6.6,2.27,10,4.57,2.1,14,3.56,1.81,9
+anarchist,2.76,1.87,21,4.16,1.97,25,4.57,2.11,21,3.25,2.43,8,2.46,1.45,13,4.38,2.18,13,3.92,1.78,12,5.38,1.98,13,3.25,1.67,8,3.62,2.5,8,2.17,1.19,12,4.57,1.74,14,3.64,2.2,11,5.25,2.05,12,3.67,1.94,9,2.4,1.9,10,3.09,1.87,11,3.94,2.08,17,4.62,1.77,8,4.78,2.05,9,4.42,2.23,12
+anarchy,3.68,2.0,19,4.86,2.64,22,3.1,2.34,20,3.91,2.02,11,3.43,2.23,7,5.12,3.0,8,4.71,2.52,14,3.4,2.3,5,3.0,2.42,15,4.12,1.36,8,3.36,2.38,11,4.33,3.08,9,5.23,2.35,13,4.56,2.46,9,1.91,1.45,11,3.25,1.91,12,4.43,2.07,7,4.18,2.79,11,5.55,2.42,11,2.92,2.39,12,3.38,2.39,8
+anatomy,6.29,1.01,21,4.43,2.4,21,5.95,2.06,22,6.67,1.12,9,6.0,0.85,12,3.5,2.35,6,4.64,2.41,14,6.33,2.16,6,5.81,2.07,16,6.56,1.01,9,6.08,1.0,12,5.4,2.61,5,4.12,2.33,16,5.82,2.56,11,6.09,1.51,11,6.42,0.9,12,6.11,1.17,9,4.12,2.23,8,4.62,2.57,13,5.42,2.07,12,6.6,1.96,10
+ancestor,6.37,1.16,19,3.73,2.41,22,4.81,2.65,27,6.57,1.51,7,6.25,0.97,12,4.0,2.31,10,3.5,2.58,12,5.47,2.42,15,4.18,2.86,11,5.9,0.88,10,6.89,1.27,9,3.0,1.5,9,4.23,2.83,13,4.94,2.93,17,4.89,2.15,9,6.85,1.07,13,5.33,0.52,6,3.31,2.3,16,4.83,2.56,6,4.83,2.72,12,4.8,2.68,15
+ancestral,6.6,1.6,20,3.6,2.37,20,5.05,2.18,21,6.14,1.57,7,6.85,1.63,13,3.56,2.3,9,3.64,2.54,11,4.67,2.07,6,5.2,2.27,15,6.8,1.69,10,6.56,1.59,9,3.5,1.93,8,3.67,2.71,12,4.36,2.13,14,6.43,1.62,7,6.82,1.54,11,6.33,1.73,9,3.5,2.11,12,3.75,2.87,8,4.45,2.3,11,5.7,1.95,10
+ancestry,6.29,1.82,21,3.71,2.24,21,4.16,2.76,25,6.5,1.68,12,6.0,2.06,9,3.86,2.54,7,3.64,2.17,14,4.8,2.66,10,3.73,2.84,15,5.25,2.87,4,6.53,1.5,17,3.3,2.06,10,4.09,2.43,11,3.0,1.53,7,4.61,3.03,18,6.42,1.56,12,6.11,2.2,9,4.0,2.04,13,3.25,2.6,8,4.11,2.89,9,4.19,2.79,16
+anchor,5.16,2.17,19,3.32,2.08,22,5.29,1.81,24,4.0,2.37,6,5.69,1.93,13,4.08,2.19,12,2.4,1.58,10,5.5,2.2,8,5.19,1.64,16,5.1,2.18,10,5.22,2.28,9,4.33,2.18,9,2.62,1.76,13,5.35,1.77,17,5.17,2.23,6,4.62,2.13,8,5.55,2.21,11,3.78,2.49,9,3.0,1.78,13,5.94,1.48,16,4.0,1.77,8
+anchorage,5.09,1.72,22,3.82,2.26,22,5.8,2.38,20,5.25,1.16,8,5.0,2.0,14,4.8,2.3,10,3.0,1.95,12,6.71,2.69,7,5.31,2.14,13,5.0,1.95,11,5.18,1.54,11,4.27,2.15,11,3.36,2.38,11,5.53,2.47,15,6.6,2.07,5,5.0,1.25,10,5.17,2.08,12,4.2,1.93,10,3.5,2.54,12,5.6,1.65,10,6.0,3.02,10
+ancient,7.24,1.18,21,3.48,1.97,21,4.86,2.17,21,7.22,1.39,9,7.25,1.06,12,3.33,2.07,6,3.57,2.06,14,5.33,2.25,6,4.67,2.19,15,7.0,1.32,9,7.42,1.08,12,3.0,1.87,5,3.62,2.03,16,4.6,2.41,10,5.09,2.02,11,7.33,1.37,12,7.11,0.93,9,4.5,2.07,8,2.85,1.68,13,5.0,2.17,12,4.67,2.29,9
+android,5.62,2.33,21,3.5,2.41,24,5.75,2.45,20,6.25,2.55,8,5.23,2.2,13,4.17,2.99,6,3.28,2.24,18,6.0,2.28,11,5.44,2.74,9,5.42,2.54,12,5.89,2.15,9,4.6,2.76,10,2.71,1.86,14,5.92,2.4,13,5.43,2.7,7,5.43,2.34,14,6.0,2.45,7,3.94,2.59,16,2.62,1.85,8,5.42,2.35,12,6.25,2.66,8
+anecdote,5.62,1.36,21,4.65,2.55,23,6.0,1.41,19,4.71,0.49,7,5.85,1.21,13,5.12,2.42,8,4.36,2.76,14,6.0,1.0,7,5.91,1.7,11,4.86,0.9,7,5.77,1.17,13,4.67,2.87,9,4.64,2.44,14,5.71,1.5,7,6.17,1.4,12,5.55,1.37,11,5.7,1.42,10,3.33,3.0,9,5.5,1.87,14,6.0,1.51,16,6.0,1.0,3
+anemia,3.05,2.04,21,4.09,2.39,23,3.55,2.01,20,3.6,2.41,5,2.88,1.96,16,4.75,1.96,12,3.36,2.69,11,3.4,1.71,10,3.11,1.54,9,2.42,2.02,12,3.89,1.83,9,4.44,2.45,16,3.29,2.21,7,3.73,1.35,11,3.33,2.69,9,3.08,2.33,13,3.0,1.6,8,4.26,2.47,19,3.25,2.06,4,3.15,1.72,13,4.29,2.43,7
+anemic,3.45,1.19,20,3.45,1.79,20,3.14,1.62,21,3.57,1.51,7,3.38,1.04,13,3.33,1.66,9,3.55,1.97,11,3.17,1.83,6,3.13,1.6,15,3.5,1.43,10,3.33,1.0,9,2.88,1.64,8,3.83,1.85,12,3.4,1.59,15,2.5,1.64,6,3.82,0.98,11,3.0,1.32,9,3.17,1.7,12,3.88,1.96,8,3.8,1.55,10,2.55,1.51,11
+anesthesia,4.84,2.06,19,3.64,2.06,22,2.95,2.24,22,4.64,2.42,11,5.57,0.98,7,3.88,2.1,8,3.5,2.1,14,2.0,1.0,7,3.4,2.53,15,3.88,2.1,8,5.55,1.81,11,3.78,2.64,9,3.54,1.66,13,2.1,1.37,10,3.67,2.61,12,4.67,2.02,12,5.14,2.27,7,3.09,2.12,11,4.18,1.94,11,3.25,2.49,12,2.6,1.96,10
+anesthesiologist,4.95,2.11,20,3.56,2.25,18,3.68,2.42,22,3.8,1.3,5,5.33,2.23,15,4.0,2.37,6,3.33,2.27,12,3.0,1.56,10,4.25,2.9,12,5.2,2.15,10,4.7,2.16,10,3.5,2.07,10,3.62,2.62,8,3.64,2.46,11,3.73,2.49,11,4.25,2.05,12,6.0,1.85,8,2.78,1.86,9,4.33,2.45,9,3.73,2.57,11,3.64,2.38,11
+anesthetic,5.48,2.27,21,3.23,1.82,22,4.72,2.19,18,5.2,2.17,5,5.56,2.37,16,3.73,1.62,11,2.73,1.95,11,5.0,1.87,9,4.12,2.53,8,4.92,2.31,12,6.22,2.11,9,3.33,1.99,15,3.0,1.53,7,4.6,2.46,10,4.88,1.96,8,5.69,2.59,13,5.12,1.73,8,3.22,1.83,18,3.25,2.06,4,4.33,2.23,12,5.5,2.07,6
+aneurysm,2.5,1.79,20,5.38,2.33,21,2.7,1.94,27,3.14,2.27,7,2.15,1.46,13,5.2,1.81,10,5.55,2.81,11,3.27,2.15,15,1.91,1.45,11,2.82,2.09,11,2.11,1.36,9,5.25,2.05,8,5.46,2.57,13,2.76,2.08,17,2.56,1.88,9,2.54,1.98,13,2.43,1.51,7,5.0,2.39,16,6.6,1.82,5,3.5,2.07,12,2.07,1.62,15
+angel,7.71,1.85,41,4.24,2.85,42,5.9,2.13,20,7.84,1.74,19,7.59,1.97,22,5.27,2.99,15,3.67,2.66,27,5.5,1.97,6,6.07,2.23,14,7.26,2.49,19,8.05,0.92,21,4.47,3.16,15,4.11,2.72,27,6.5,2.22,10,5.3,1.95,10,7.75,2.07,20,7.67,1.65,21,4.36,2.85,22,4.1,2.92,20,6.75,2.43,8,5.33,1.78,12
+angelic,6.68,2.52,19,4.27,2.45,22,6.32,1.45,19,6.22,2.49,9,7.1,2.6,10,4.43,2.88,7,4.29,2.4,14,5.9,1.66,10,6.78,1.09,9,7.22,1.92,9,6.2,2.97,10,5.1,2.92,10,3.64,1.91,11,5.25,1.04,8,7.0,1.25,10,7.08,2.35,12,6.0,2.83,7,4.05,2.57,19,5.67,0.58,3,5.62,1.41,8,6.82,1.33,11
+anger,2.5,1.36,20,5.93,2.77,43,5.14,2.8,42,1.67,0.58,3,2.65,1.41,17,5.65,2.8,20,6.17,2.79,23,4.65,2.55,17,5.48,2.96,25,2.43,1.4,7,2.54,1.39,13,5.58,2.97,19,6.21,2.64,24,5.35,2.59,26,4.81,3.17,16,2.78,1.56,9,2.27,1.19,11,5.47,2.94,30,7.0,2.04,13,5.04,2.85,24,5.28,2.8,18
+angina,2.85,1.69,20,4.72,2.89,18,4.0,2.34,24,2.8,1.64,5,2.87,1.77,15,4.6,2.51,5,4.77,3.11,13,4.23,2.31,13,3.73,2.45,11,3.5,1.84,10,2.2,1.32,10,5.14,2.67,7,4.45,3.11,11,4.44,1.93,16,3.12,2.95,8,2.71,1.54,14,3.17,2.14,6,5.17,2.89,12,3.83,2.93,6,4.53,2.47,15,3.11,1.9,9
+angiogram,4.19,1.83,21,3.61,2.68,23,4.28,2.44,18,4.78,2.17,9,3.75,1.48,12,3.73,2.41,11,3.5,3.0,12,4.6,2.37,10,3.88,2.64,8,4.43,1.51,7,4.0,2.08,13,4.0,2.86,11,3.25,2.56,12,4.0,2.83,7,4.45,2.3,11,3.85,1.72,13,4.75,1.98,8,3.27,2.37,11,3.92,3.0,12,4.44,2.4,9,4.11,2.62,9
+angle,4.55,1.28,20,3.22,2.24,18,5.27,1.83,22,4.8,1.1,5,4.47,1.36,15,3.5,2.43,6,3.08,2.23,12,5.4,0.84,10,5.17,2.41,12,4.9,1.1,10,4.2,1.4,10,3.2,2.74,10,3.25,1.58,8,4.91,1.76,11,5.64,1.91,11,4.17,1.34,12,5.12,0.99,8,2.89,2.32,9,3.56,2.24,9,5.36,2.11,11,5.18,1.6,11
+angora,5.63,2.24,19,2.95,1.56,22,5.0,2.02,21,5.18,2.09,11,5.86,2.34,7,3.38,1.41,8,2.71,1.64,14,3.67,1.75,6,5.53,1.92,15,5.5,2.62,8,5.73,2.05,11,2.56,1.59,9,3.23,1.54,13,4.44,1.81,9,5.42,2.15,12,5.75,2.77,12,5.43,0.98,7,2.45,1.63,11,3.45,1.37,11,4.77,2.42,13,5.38,1.19,8
+angry,2.53,1.74,19,6.2,2.57,20,4.11,2.49,44,3.67,1.15,3,2.31,1.78,16,5.7,2.91,10,6.7,2.21,10,3.86,2.62,22,4.36,2.38,22,2.8,2.04,10,2.22,1.39,9,5.43,2.99,7,6.62,2.33,13,3.97,2.44,29,4.4,2.64,15,2.5,1.77,8,2.55,1.81,11,6.0,2.71,10,6.4,2.55,10,4.08,2.77,25,4.16,2.14,19
+angst,3.5,1.7,20,5.76,2.55,21,3.62,2.31,34,3.7,2.06,10,3.3,1.34,10,5.12,2.3,8,6.15,2.7,13,3.43,1.91,14,3.75,2.59,20,3.22,1.64,9,3.73,1.79,11,5.92,2.33,13,5.5,3.02,8,3.55,2.3,22,3.75,2.42,12,3.0,1.7,10,4.0,1.63,10,5.86,2.44,14,5.57,2.94,7,3.76,2.39,17,3.47,2.29,17
+anguish,3.14,1.77,21,5.41,2.72,22,4.27,1.87,26,3.0,2.0,11,3.3,1.57,10,5.36,2.8,11,5.45,2.77,11,4.55,1.75,11,4.07,2.06,14,3.1,1.37,10,3.18,2.14,11,5.27,2.76,11,5.55,2.81,11,4.76,1.86,17,3.25,1.67,8,3.23,2.01,13,3.0,1.41,8,5.6,2.67,15,5.0,3.0,7,4.47,1.91,17,3.89,1.83,9
+anguished,2.78,1.46,41,4.79,2.54,43,2.88,1.65,24,2.84,1.34,19,2.73,1.58,22,4.33,2.29,15,5.04,2.67,28,3.0,1.77,8,2.81,1.64,16,2.89,1.52,19,2.76,1.41,21,4.67,2.45,18,4.88,2.65,25,3.0,1.73,17,2.33,1.51,6,2.65,1.6,20,2.9,1.34,21,4.54,2.81,24,5.11,2.18,19,2.88,1.71,16,2.88,1.64,8
+animal,7.06,1.95,18,4.3,2.7,20,5.72,2.32,18,6.25,2.49,8,7.7,1.16,10,4.43,2.64,7,4.23,2.83,13,5.64,2.29,11,5.86,2.54,7,6.55,2.21,11,7.86,1.21,7,5.0,3.12,9,3.73,2.28,11,5.91,2.26,11,5.43,2.57,7,6.67,2.27,12,7.83,0.75,6,3.92,2.71,12,4.88,2.75,8,6.11,2.85,9,5.33,1.73,9
+animated,6.65,1.79,20,5.77,2.29,22,6.71,1.82,21,6.67,1.41,9,6.64,2.11,11,6.4,2.22,10,5.25,2.3,12,5.5,1.31,8,7.46,1.71,13,6.64,1.15,14,6.67,2.94,6,5.5,2.62,8,5.93,2.16,14,6.25,1.83,8,7.0,1.83,13,6.5,1.35,10,6.8,2.2,10,5.5,2.15,12,6.1,2.51,10,7.08,1.78,12,6.22,1.86,9
+animation,6.42,1.12,19,5.52,2.84,21,5.16,1.98,19,6.33,0.58,3,6.44,1.21,16,5.67,2.94,6,5.47,2.9,15,5.17,1.17,6,5.15,2.3,13,6.3,1.42,10,6.56,0.73,9,5.43,2.76,7,5.57,2.98,14,4.9,2.23,10,5.44,1.74,9,6.38,0.74,8,6.45,1.37,11,5.22,3.15,9,5.75,2.7,12,5.71,2.06,7,4.83,1.95,12
+animosity,3.4,1.88,20,5.83,2.28,18,5.04,2.44,24,3.0,1.58,5,3.53,2.0,15,6.2,1.64,5,5.69,2.53,13,4.77,2.24,13,5.36,2.73,11,3.5,2.01,10,3.3,1.83,10,6.43,1.51,7,5.45,2.66,11,5.19,2.26,16,4.75,2.92,8,3.5,2.07,14,3.17,1.47,6,5.92,2.57,12,5.67,1.75,6,5.13,2.7,15,4.89,2.09,9
+ankle,5.4,1.9,20,3.11,1.94,18,5.58,2.36,57,5.4,1.14,5,5.4,2.13,15,3.5,1.76,6,2.92,2.07,12,5.77,2.55,26,5.42,2.22,31,5.6,1.43,10,5.2,2.35,10,3.2,1.81,10,3.0,2.2,8,5.54,2.52,37,5.65,2.08,20,5.33,2.1,12,5.5,1.69,8,2.11,1.83,9,4.11,1.54,9,5.72,2.49,32,5.4,2.22,25
+anklet,4.75,1.37,20,3.57,1.97,23,5.08,2.0,26,4.73,1.19,11,4.78,1.64,9,3.73,2.0,11,3.42,2.02,12,4.91,2.02,11,5.29,2.09,14,4.78,1.92,9,4.73,0.79,11,4.27,2.15,11,2.92,1.62,12,4.76,2.19,17,5.88,1.46,8,4.83,1.7,12,4.62,0.74,8,3.33,1.68,15,4.0,2.51,8,4.88,2.29,17,5.44,1.33,9
+annals,4.8,0.83,20,2.6,2.21,20,4.95,1.17,22,5.0,0.0,7,4.69,1.03,13,3.0,2.78,9,2.27,1.68,11,4.33,1.21,6,5.19,1.11,16,4.8,1.03,10,4.78,0.67,9,2.25,1.75,8,2.83,2.52,12,5.07,0.8,15,4.71,1.8,7,4.45,0.93,11,5.22,0.44,9,2.17,1.59,12,3.25,2.92,8,4.91,1.22,11,5.0,1.18,11
+annex,4.41,1.05,22,4.0,2.49,23,5.26,1.63,19,4.75,0.71,8,4.38,1.04,13,4.75,2.66,8,3.5,2.44,14,5.43,2.07,7,5.18,1.47,11,4.12,0.83,8,4.77,0.93,13,3.89,2.89,9,4.07,2.3,14,4.43,2.07,7,5.75,1.14,12,4.45,1.13,11,4.36,1.03,11,2.44,2.79,9,5.0,1.71,14,5.38,1.5,16,4.67,2.52,3
+annihilate,3.15,1.73,20,6.44,2.53,18,4.62,2.79,24,2.8,2.05,5,3.27,1.67,15,6.2,3.11,5,6.54,2.4,13,5.31,3.04,13,3.82,2.36,11,3.3,1.49,10,3.0,2.0,10,6.86,2.79,7,6.18,2.44,11,5.31,2.82,16,3.25,2.31,8,3.0,1.8,14,3.5,1.64,6,7.08,2.31,12,5.17,2.64,6,4.2,2.86,15,5.33,2.69,9
+annihilation,2.58,1.87,19,5.52,2.54,21,3.2,2.48,20,4.67,2.31,3,2.19,1.56,16,6.17,2.86,6,5.27,2.46,15,4.17,2.79,6,2.79,2.33,14,2.7,1.95,10,2.44,1.88,9,4.71,3.2,7,5.93,2.16,14,3.8,2.82,10,2.6,2.07,10,3.62,2.13,8,1.82,1.25,11,4.67,2.96,9,6.17,2.08,12,3.12,2.8,8,3.25,2.38,12
+anniversary,6.95,2.03,22,4.0,2.68,21,6.86,2.05,22,6.86,1.92,14,7.12,2.36,8,4.18,2.86,11,4.11,2.57,9,6.5,2.59,6,7.0,1.9,16,7.0,1.7,10,6.92,2.35,12,3.0,1.9,11,5.1,3.07,10,7.0,2.16,13,6.67,2.0,9,6.0,2.17,12,8.1,1.1,10,2.92,2.47,13,5.75,2.12,8,7.08,1.93,12,6.6,2.27,10
+announce,5.52,1.33,21,3.65,2.66,20,5.48,2.5,21,5.67,1.63,6,5.47,1.25,15,3.5,2.98,8,3.75,2.56,12,5.25,2.56,12,5.78,2.54,9,6.11,1.69,9,5.08,0.79,12,3.89,3.02,9,3.45,2.46,11,3.86,2.34,7,6.29,2.23,14,5.4,1.51,10,5.64,1.21,11,3.62,2.81,13,3.71,2.56,7,5.75,2.8,12,5.11,2.15,9
+announcement,5.81,1.4,21,4.3,2.81,20,5.05,2.72,22,5.67,1.97,6,5.87,1.19,15,3.88,2.64,8,4.58,3.0,12,4.75,2.63,12,5.4,2.91,10,6.11,2.03,9,5.58,0.67,12,4.11,2.26,9,4.45,3.3,11,5.57,2.64,7,4.8,2.81,15,5.7,1.42,10,5.91,1.45,11,4.08,2.47,13,4.71,3.55,7,4.33,2.81,12,5.9,2.47,10
+announcer,5.84,1.5,19,4.5,2.7,22,4.07,1.71,27,6.33,1.75,6,5.62,1.39,13,4.55,2.5,11,4.45,3.01,11,3.36,2.06,11,4.56,1.26,16,6.0,1.61,11,5.62,1.41,8,4.27,2.76,11,4.73,2.76,11,4.06,1.56,17,4.1,2.02,10,6.08,1.71,13,5.33,0.82,6,4.79,2.97,14,4.0,2.27,8,3.8,1.97,15,4.42,1.31,12
+annoy,2.49,1.42,41,5.04,2.4,23,4.64,2.28,44,2.68,1.7,19,2.32,1.13,22,5.86,2.12,7,4.87,2.47,15,4.1,2.1,20,5.08,2.38,24,2.68,1.73,19,2.33,1.11,21,5.0,2.67,10,5.33,2.19,12,4.48,2.21,23,4.81,2.4,21,2.4,1.67,20,2.57,1.16,21,5.1,2.36,20,4.67,3.21,3,4.43,2.15,23,4.86,2.46,21
+annoyance,2.95,1.23,20,4.1,2.59,20,3.45,1.87,22,2.86,0.9,7,3.0,1.41,13,3.78,2.49,9,4.36,2.77,11,2.17,1.83,6,3.94,1.69,16,2.9,1.37,10,2.89,1.17,9,3.88,2.8,8,4.25,2.56,12,3.93,1.83,15,2.43,1.62,7,2.91,1.3,11,3.0,1.22,9,4.33,2.74,12,3.75,2.49,8,3.55,1.81,11,3.36,2.01,11
+annoyed,2.8,1.2,20,5.29,2.53,21,4.08,2.64,25,2.0,1.0,3,2.94,1.2,17,5.43,3.21,7,5.15,2.34,13,5.0,2.73,8,3.65,2.57,17,2.43,0.98,7,3.0,1.29,13,5.86,2.19,7,4.92,2.81,13,4.5,2.68,14,3.55,2.62,11,2.89,1.27,9,2.73,1.19,11,5.73,2.37,11,4.8,2.74,10,3.72,2.61,18,5.0,2.71,7
+annoying,3.0,1.71,18,5.55,2.04,20,3.28,1.28,25,2.6,0.55,5,3.15,1.99,13,5.36,2.66,11,5.78,0.97,9,3.25,1.24,16,3.33,1.41,9,2.57,1.51,7,3.27,1.85,11,4.89,1.83,9,6.09,2.12,11,3.25,1.25,20,3.4,1.52,5,2.67,1.66,9,3.33,1.8,9,5.27,1.74,11,5.89,2.42,9,3.0,1.29,19,4.17,0.75,6
+annual,5.19,1.97,21,3.7,1.84,23,4.9,1.83,20,4.2,2.49,5,5.5,1.75,16,4.58,1.62,12,2.73,1.62,11,4.4,1.96,10,5.0,1.12,9,4.83,2.17,12,5.67,1.66,9,3.62,1.75,16,3.86,2.19,7,5.1,0.88,10,4.7,2.5,10,5.62,1.94,13,4.5,1.93,8,3.84,1.86,19,3.0,1.83,4,4.64,1.39,14,5.5,2.66,6
+annul,3.83,2.15,23,4.23,2.31,22,4.9,1.86,20,4.0,2.14,8,3.73,2.22,15,3.8,2.04,10,4.58,2.54,12,5.43,2.7,7,4.62,1.26,13,4.33,2.5,12,3.27,1.62,11,3.55,2.46,11,4.91,2.02,11,5.0,2.14,15,4.6,0.55,5,3.27,1.68,11,4.33,2.46,12,5.1,1.97,10,3.5,2.39,12,4.8,1.32,10,5.0,2.36,10
+annulment,4.05,1.99,20,4.14,2.34,22,4.15,2.16,27,4.71,2.43,7,3.69,1.7,13,4.9,2.08,10,3.5,2.43,12,3.2,1.52,15,5.27,2.41,11,4.18,1.89,11,3.89,2.2,9,3.67,1.73,9,4.46,2.7,13,4.29,2.49,17,3.67,1.41,9,4.85,1.95,13,2.57,0.98,7,3.5,2.25,16,5.83,1.72,6,4.67,2.81,12,3.73,1.44,15
+anointed,4.79,2.27,19,3.32,2.08,22,5.18,2.21,28,4.0,2.0,6,5.15,2.38,13,3.27,2.1,11,3.36,2.16,11,4.82,2.79,11,5.41,1.8,17,4.64,2.06,11,5.0,2.67,8,3.55,2.3,11,3.09,1.92,11,5.11,2.22,18,5.3,2.31,10,4.62,1.98,13,5.17,2.99,6,3.0,2.45,14,3.88,1.13,8,4.81,2.43,16,5.67,1.87,12
+anomaly,4.84,1.74,19,4.25,2.45,20,4.26,1.57,23,5.15,1.91,13,4.17,1.17,6,4.0,2.83,5,4.33,2.41,15,4.08,1.5,13,4.5,1.72,10,5.0,2.18,9,4.7,1.34,10,4.86,2.97,7,3.92,2.18,13,4.5,1.65,10,4.08,1.55,13,4.11,1.45,9,5.5,1.78,10,3.6,2.27,10,4.9,2.56,10,4.67,1.58,9,4.0,1.57,14
+anonymity,4.81,2.02,21,3.29,1.82,21,5.88,2.44,25,4.67,2.06,12,5.0,2.06,9,3.86,2.04,7,3.0,1.71,14,6.5,2.64,10,5.47,2.29,15,5.0,3.16,4,4.76,1.79,17,3.8,2.1,10,2.82,1.47,11,4.71,2.69,7,6.33,2.25,18,5.08,2.07,12,4.44,2.01,9,3.31,2.06,13,3.25,1.49,8,4.56,2.51,9,6.62,2.13,16
+anonymous,5.75,1.65,20,4.13,2.2,23,5.48,2.52,21,6.33,2.06,9,5.27,1.1,11,4.36,2.5,11,3.92,1.98,12,5.25,2.12,8,5.62,2.81,13,5.71,1.77,14,5.83,1.47,6,4.44,2.96,9,3.93,1.64,14,6.12,2.53,8,5.08,2.53,13,5.4,1.58,10,6.1,1.73,10,4.08,2.06,13,4.2,2.49,10,6.33,2.61,12,4.33,2.0,9
+anorexic,2.71,2.08,21,4.24,2.39,21,3.43,2.48,21,3.11,2.52,9,2.42,1.73,12,3.0,2.1,6,4.57,2.38,14,2.2,1.1,5,3.81,2.69,16,3.33,2.78,9,2.25,1.29,12,5.2,2.49,5,3.94,2.35,16,3.2,2.3,10,3.64,2.73,11,2.75,2.26,12,2.67,1.94,9,3.75,2.31,8,4.54,2.47,13,2.25,1.54,12,5.0,2.69,9
+answer,6.1,1.41,39,4.0,2.89,43,5.95,2.04,19,6.42,1.44,12,5.85,1.29,26,4.12,2.78,17,3.92,3.02,26,6.0,2.4,10,5.89,1.69,9,6.57,1.55,14,5.71,1.12,24,4.52,2.66,21,3.5,3.08,22,5.62,2.33,8,6.0,1.89,10,5.95,1.36,20,6.26,1.48,19,3.75,2.61,24,4.32,3.27,19,5.75,2.43,8,6.09,1.81,11
+ant,3.9,1.14,21,3.27,2.39,22,5.3,2.37,27,4.1,0.88,10,3.73,1.35,11,2.29,1.7,7,3.73,2.58,15,5.35,2.71,17,5.2,1.75,10,3.55,1.21,11,4.3,0.95,10,2.8,2.68,5,3.41,2.37,17,5.5,2.98,14,5.08,1.55,13,3.69,1.18,13,4.25,1.04,8,2.6,2.55,10,3.83,2.21,12,5.71,2.64,14,4.85,2.03,13
+antagonistic,4.32,1.57,19,4.11,2.52,18,4.41,2.43,17,5.0,1.61,11,3.38,0.92,8,5.5,3.32,4,3.71,2.23,14,4.25,2.66,8,4.56,2.35,9,4.88,1.36,8,3.91,1.64,11,4.0,2.16,7,4.18,2.82,11,5.33,2.07,6,3.91,2.55,11,4.38,1.76,13,4.17,1.17,6,3.55,2.11,11,5.0,3.0,7,4.43,2.23,7,4.4,2.67,10
+antagonize,3.15,1.35,20,4.95,2.11,20,4.0,2.65,22,2.57,0.98,7,3.46,1.45,13,5.33,2.18,9,4.64,2.11,11,5.0,3.41,6,3.62,2.33,16,3.4,1.07,10,2.89,1.69,9,4.12,2.42,8,5.5,1.78,12,4.87,2.67,15,2.14,1.46,7,3.27,1.68,11,3.0,0.87,9,4.75,2.26,12,5.25,1.98,8,4.82,2.82,11,3.18,2.32,11
+antelope,5.68,1.46,22,4.46,2.72,26,5.57,2.41,23,5.67,1.0,9,5.69,1.75,13,2.8,2.57,10,5.5,2.31,16,5.11,2.76,9,5.86,2.21,14,5.5,1.51,8,5.79,1.48,14,4.62,2.75,13,4.31,2.78,13,4.91,2.95,11,6.17,1.7,12,5.75,1.54,12,5.6,1.43,10,3.87,2.8,15,5.27,2.49,11,5.83,2.79,12,5.27,2.0,11
+antenna,5.43,1.25,21,3.15,2.11,20,5.67,2.1,24,5.67,1.15,12,5.11,1.36,9,3.57,2.57,7,2.92,1.89,13,5.22,2.05,9,5.93,2.15,15,5.75,1.5,4,5.35,1.22,17,3.11,2.32,9,3.18,2.04,11,4.43,2.44,7,6.18,1.78,17,5.25,1.14,12,5.67,1.41,9,3.5,2.2,12,2.62,2.0,8,4.78,2.05,9,6.2,2.01,15
+anterior,4.89,1.82,19,3.36,2.34,22,4.64,1.52,28,4.67,1.03,6,5.0,2.12,13,3.64,2.73,11,3.09,1.97,11,4.73,1.9,11,4.59,1.28,17,4.73,1.95,11,5.12,1.73,8,3.73,2.57,11,3.0,2.14,11,4.56,1.5,18,4.8,1.62,10,4.92,2.22,13,4.83,0.41,6,3.29,2.52,14,3.5,2.14,8,4.62,1.82,16,4.67,1.07,12
+anthem,5.95,1.43,20,4.48,2.27,21,6.29,2.36,34,6.4,1.35,10,5.5,1.43,10,5.25,2.25,8,4.0,2.24,13,6.57,2.34,14,6.1,2.4,20,5.56,1.67,9,6.27,1.19,11,5.15,2.12,13,3.38,2.2,8,6.55,2.39,22,5.83,2.33,12,5.2,1.32,10,6.7,1.16,10,4.79,2.39,14,3.86,2.04,7,6.18,2.51,17,6.41,2.27,17
+anthill,4.32,1.86,22,4.63,2.17,19,4.76,2.34,21,4.2,1.64,5,4.44,2.0,16,4.38,1.92,8,4.82,2.4,11,4.7,2.21,10,4.82,2.56,11,4.17,1.95,12,4.5,1.84,10,5.3,1.89,10,3.89,2.32,9,4.83,2.79,12,4.67,1.73,9,3.55,2.11,11,5.09,1.22,11,3.75,2.49,8,5.27,1.74,11,4.89,2.09,9,4.67,2.61,12
+anthrax,2.32,0.89,19,4.72,2.47,18,2.71,1.76,17,2.55,0.93,11,2.0,0.76,8,5.5,3.11,4,4.5,2.35,14,2.88,1.81,8,2.56,1.81,9,2.62,1.06,8,2.09,0.7,11,5.0,2.45,7,4.55,2.58,11,3.5,2.07,6,2.27,1.49,11,2.38,0.96,13,2.17,0.75,6,4.27,2.53,11,5.43,2.37,7,3.29,2.29,7,2.3,1.25,10
+anthropological,5.53,1.9,19,3.82,2.42,22,5.14,1.88,28,6.67,1.86,6,5.0,1.73,13,4.0,2.53,11,3.64,2.42,11,5.45,2.38,11,4.94,1.52,17,5.64,1.75,11,5.38,2.2,8,4.45,2.7,11,3.18,2.04,11,4.72,1.87,18,5.9,1.73,10,5.38,2.06,13,5.83,1.6,6,4.0,2.6,14,3.5,2.2,8,5.06,2.05,16,5.25,1.71,12
+anthropologist,5.7,1.22,20,3.27,2.33,22,5.19,2.63,27,6.57,1.51,7,5.23,0.73,13,3.4,2.22,10,3.17,2.52,12,5.4,2.41,15,5.0,3.1,11,5.27,0.9,11,6.22,1.39,9,3.33,1.73,9,3.23,2.74,13,5.12,3.12,17,5.44,1.67,9,5.62,1.33,13,5.86,1.07,7,3.0,2.56,16,4.0,1.55,6,4.5,2.68,12,5.73,2.55,15
+anthropology,5.3,1.87,20,2.91,2.15,23,6.0,1.81,20,5.56,1.94,9,5.09,1.87,11,2.27,1.79,11,3.5,2.35,12,5.29,1.98,7,6.38,1.66,13,5.29,1.59,14,5.33,2.58,6,2.56,1.88,9,3.14,2.35,14,5.71,1.8,7,6.15,1.86,13,5.1,1.37,10,5.5,2.32,10,2.85,2.44,13,3.0,1.83,10,6.33,1.72,12,5.5,1.93,8
+anti,4.47,1.98,19,4.23,2.52,22,5.05,2.54,22,5.11,1.27,9,3.9,2.38,10,4.5,2.27,8,4.07,2.73,14,4.55,2.16,11,5.55,2.88,11,5.43,1.13,7,3.92,2.19,12,4.2,1.75,10,4.25,3.11,12,5.23,2.92,13,4.78,1.99,9,4.4,2.17,10,4.56,1.88,9,4.38,2.72,8,4.14,2.51,14,5.86,2.38,14,3.62,2.26,8
+antiaircraft,4.85,2.13,20,4.6,2.27,25,4.73,2.19,22,6.29,1.89,7,4.08,1.89,13,4.77,2.55,13,4.42,2.02,12,5.31,2.29,13,3.89,1.83,9,6.57,2.37,7,4.08,1.24,12,5.07,1.49,14,4.0,2.97,11,4.75,2.3,12,4.7,2.16,10,5.33,2.29,9,4.45,2.02,11,3.82,2.27,17,6.25,1.16,8,5.4,2.63,10,4.17,1.64,12
+antibiotic,5.88,1.94,24,4.05,2.16,21,5.72,2.37,25,6.29,1.86,14,5.3,2.0,10,4.43,1.51,7,3.86,2.44,14,5.8,1.99,10,5.67,2.66,15,5.6,1.95,5,5.95,1.99,19,3.9,1.79,10,4.18,2.52,11,4.86,2.12,7,6.06,2.44,18,6.14,1.7,14,5.5,2.27,10,3.77,1.92,13,4.5,2.56,8,5.56,2.55,9,5.81,2.34,16
+antibiotics,5.05,1.73,20,4.05,2.32,22,5.11,2.41,27,4.43,2.23,7,5.38,1.39,13,3.6,1.84,10,4.42,2.68,12,5.27,2.63,15,4.73,2.2,11,4.64,1.43,11,5.56,2.01,9,3.67,1.73,9,4.31,2.69,13,5.29,2.42,17,4.56,2.51,9,5.31,1.75,13,4.57,1.72,7,3.94,2.26,16,4.33,2.66,6,6.0,2.59,12,4.4,2.06,15
+antichrist,2.36,1.79,22,5.58,2.4,26,4.39,2.66,23,1.44,1.33,9,3.0,1.83,13,5.6,2.32,10,5.56,2.53,16,3.11,2.57,9,5.21,2.46,14,1.62,1.19,8,2.79,1.97,14,5.31,2.29,13,5.85,2.58,13,3.75,2.73,12,5.09,2.51,11,3.0,1.76,12,1.6,1.58,10,5.6,2.75,15,5.55,1.97,11,4.38,2.93,13,4.4,2.41,10
+anticipate,6.0,1.26,20,5.7,2.0,20,5.36,1.81,22,6.29,0.76,7,5.85,1.46,13,6.0,1.12,9,5.45,2.54,11,6.33,2.34,6,5.0,1.51,16,6.1,1.52,10,5.89,1.05,9,5.5,2.14,8,5.83,1.99,12,6.0,1.69,15,4.0,1.29,7,6.09,1.45,11,5.89,1.05,9,5.67,2.23,12,5.75,1.75,8,5.91,2.02,11,4.82,1.47,11
+anticipation,5.26,1.66,19,5.39,2.55,18,5.53,2.24,17,5.36,1.21,11,5.12,2.23,8,5.25,3.1,4,5.43,2.5,14,5.0,2.07,8,6.0,2.4,9,5.75,1.67,8,4.91,1.64,11,5.71,2.06,7,5.18,2.89,11,5.33,2.42,6,5.64,2.25,11,4.77,1.69,13,6.33,1.03,6,4.91,2.81,11,6.14,2.04,7,5.71,2.56,7,5.4,2.12,10
+antics,3.95,1.43,19,5.1,2.17,21,5.24,2.3,21,5.0,1.0,3,3.75,1.44,16,4.62,2.39,8,5.38,2.06,13,4.44,2.07,9,5.83,2.37,12,3.33,1.5,9,4.5,1.18,10,5.56,2.35,9,4.75,2.05,12,5.69,2.36,13,4.5,2.14,8,3.57,1.9,7,4.17,1.11,12,5.9,1.79,10,4.36,2.29,11,5.42,2.81,12,5.0,1.5,9
+antidote,6.55,2.31,20,3.24,2.05,21,6.08,2.38,25,6.0,3.56,4,6.69,2.02,16,3.5,1.73,4,3.18,2.16,17,5.33,2.74,9,6.5,2.13,16,6.75,1.75,8,6.42,2.68,12,2.4,1.51,10,4.0,2.24,11,5.93,2.46,14,6.27,2.37,11,6.82,2.04,11,6.22,2.68,9,2.6,2.01,10,3.82,1.99,11,6.56,2.48,18,4.86,1.68,7
+antigravity,5.74,1.76,19,5.1,2.65,20,3.77,2.09,22,6.71,1.25,7,5.17,1.8,12,7.22,1.56,9,3.36,2.01,11,3.0,1.79,6,4.06,2.17,16,5.56,1.24,9,5.78,2.28,9,6.12,2.47,8,4.42,2.64,12,3.6,1.8,15,4.14,2.73,7,5.4,1.96,10,6.11,1.54,9,5.5,2.61,12,4.5,2.78,8,3.09,1.92,11,4.45,2.11,11
+antiquated,5.0,1.61,21,4.95,2.74,20,4.69,2.11,36,5.25,1.83,8,4.85,1.52,13,6.2,1.79,5,4.53,2.92,15,4.55,2.16,11,4.76,2.13,25,5.15,1.63,13,4.75,1.67,8,5.0,2.83,12,4.88,2.8,8,4.7,2.34,20,4.69,1.85,16,5.0,1.67,11,5.0,1.63,10,5.64,2.84,11,4.11,2.52,9,4.64,2.26,22,4.79,1.93,14
+antique,6.5,1.93,20,4.0,2.35,25,5.79,2.44,19,6.67,2.12,9,6.36,1.86,11,3.33,2.25,6,4.17,2.46,18,4.14,2.61,7,6.75,1.82,12,6.47,2.1,15,6.6,1.52,5,3.5,2.74,14,4.6,1.71,10,5.11,2.8,9,6.4,2.01,10,6.58,1.83,12,6.38,2.2,8,4.62,2.19,16,2.89,2.32,9,5.82,2.82,11,5.75,1.98,8
+antiques,6.63,2.29,19,3.68,2.71,22,5.17,1.72,18,5.56,2.6,9,7.6,1.51,10,2.43,1.62,7,4.43,3.01,14,5.4,1.84,10,4.88,1.64,8,6.78,2.54,9,6.5,2.17,10,3.5,3.17,10,4.0,2.45,11,5.38,0.92,8,4.56,1.81,9,7.08,2.11,12,5.86,2.54,7,3.8,2.82,20,2.5,0.71,2,5.88,1.55,8,4.6,1.71,10
+antiseptic,4.57,1.69,21,3.15,2.03,20,4.77,2.49,22,4.17,1.72,6,4.73,1.71,15,3.12,2.23,8,3.17,1.99,12,5.25,2.45,12,4.2,2.53,10,4.89,2.26,9,4.33,1.15,12,3.56,2.07,9,2.82,2.04,11,4.43,1.13,7,4.93,2.94,15,4.4,2.01,10,4.73,1.42,11,2.92,2.02,13,3.57,2.15,7,4.83,3.04,12,4.7,1.77,10
+antisocial,3.21,1.62,19,5.32,2.12,22,5.33,2.18,21,3.33,1.5,9,3.1,1.79,10,5.8,2.35,10,4.92,1.93,12,4.75,1.04,8,5.69,2.63,13,3.46,1.61,13,2.67,1.63,6,5.38,2.33,8,5.29,2.09,14,5.75,2.38,8,5.08,2.1,13,3.56,1.59,9,2.9,1.66,10,5.08,2.11,12,5.6,2.22,10,5.83,2.59,12,4.67,1.32,9
+antsy,4.36,1.76,22,5.23,2.72,22,3.85,1.84,20,5.25,1.49,8,3.86,1.75,14,4.7,2.71,10,5.67,2.77,12,4.86,2.34,7,3.31,1.32,13,4.18,2.09,11,4.55,1.44,11,4.91,2.43,11,5.55,3.08,11,4.27,1.87,15,2.6,1.14,5,4.2,1.62,10,4.5,1.93,12,5.5,2.22,10,5.0,3.16,12,3.8,1.03,10,3.9,2.47,10
+anus,2.9,1.62,20,4.39,2.33,18,4.96,2.31,23,2.0,0.71,5,3.2,1.74,15,4.0,2.24,5,4.54,2.44,13,4.31,2.56,13,5.8,1.69,10,2.5,1.43,10,3.3,1.77,10,4.71,2.21,7,4.18,2.48,11,4.81,2.34,16,5.29,2.36,7,2.79,1.81,14,3.17,1.17,6,5.08,1.98,12,3.0,2.53,6,5.36,2.17,14,4.33,2.5,9
+anvil,5.05,0.94,20,4.4,2.11,20,5.38,1.92,26,5.18,0.87,11,4.89,1.05,9,4.86,2.27,7,4.15,2.08,13,5.0,1.87,13,5.77,1.96,13,5.0,1.0,11,5.11,0.93,9,4.91,2.02,11,3.78,2.17,9,5.41,2.15,17,5.33,1.5,9,5.3,1.16,10,4.8,0.63,10,4.83,2.33,12,3.75,1.67,8,5.31,2.06,16,5.5,1.78,10
+anxiety,2.38,1.66,21,4.78,2.89,23,3.39,1.94,18,3.0,2.24,9,1.92,0.9,12,4.45,2.88,11,5.08,3.0,12,2.5,1.27,10,4.5,2.14,8,2.71,1.38,7,2.23,1.88,13,5.82,3.06,11,3.83,2.48,12,2.86,1.35,7,3.73,2.24,11,2.15,1.28,13,2.75,2.19,8,4.45,2.98,11,5.08,2.91,12,3.22,1.2,9,3.56,2.55,9
+anxious,3.8,1.42,40,6.2,2.36,44,4.15,2.52,20,4.2,1.44,20,3.4,1.31,20,5.67,2.29,15,6.48,2.38,29,4.3,2.26,10,4.0,2.87,10,3.89,1.56,19,3.71,1.31,21,6.05,2.26,20,6.33,2.48,24,3.75,2.82,8,4.42,2.39,12,3.73,1.49,22,3.89,1.37,18,6.37,2.26,27,5.94,2.56,17,4.11,3.06,9,4.18,2.14,11
+anytime,5.81,1.6,21,4.6,2.46,20,5.32,2.3,22,6.0,1.67,6,5.73,1.62,15,5.12,2.42,8,4.25,2.53,12,5.25,2.18,12,5.4,2.55,10,6.0,2.0,9,5.67,1.3,12,4.56,2.24,9,4.64,2.73,11,4.57,1.72,7,5.67,2.5,15,5.8,1.75,10,5.82,1.54,11,4.23,2.42,13,5.29,2.56,7,4.67,2.57,12,6.1,1.73,10
+aorta,4.35,1.57,20,3.64,1.59,22,4.37,2.54,19,4.0,1.87,9,4.64,1.29,11,2.8,1.64,5,4.0,1.51,16,3.5,3.08,6,4.77,2.28,13,4.64,1.22,14,3.67,2.16,6,3.5,1.62,12,4.0,1.58,9,4.89,1.62,9,3.9,3.18,10,5.0,1.15,10,3.7,1.7,10,3.0,1.71,12,4.4,1.07,10,5.0,3.41,6,4.08,2.14,13
+aortic,4.25,1.37,20,3.5,2.56,16,4.58,2.65,24,3.6,0.89,5,4.47,1.46,15,6.0,2.65,3,2.92,2.25,13,4.62,2.9,13,4.55,2.46,11,4.5,1.27,10,4.0,1.49,10,4.5,2.88,6,2.9,2.28,10,4.75,2.62,16,4.25,2.87,8,4.14,1.35,14,4.5,1.52,6,3.42,2.23,12,3.75,3.77,4,4.8,2.57,15,4.22,2.91,9
+apache,5.2,1.51,20,3.7,2.13,20,4.95,2.21,22,5.29,0.49,7,5.15,1.86,13,4.0,2.4,9,3.45,1.97,11,5.67,3.39,6,4.69,1.66,16,5.3,0.67,10,5.11,2.2,9,3.25,2.25,8,4.0,2.09,12,5.0,2.27,15,4.86,2.27,7,5.45,1.44,11,4.89,1.62,9,3.83,2.21,12,3.5,2.14,8,4.91,2.43,11,5.0,2.1,11
+apartment,5.72,2.35,18,3.8,2.76,20,5.33,2.28,18,4.62,0.92,8,6.6,2.8,10,3.71,3.04,7,3.85,2.73,13,5.36,2.46,11,5.29,2.14,7,4.73,1.95,11,7.29,2.14,7,4.56,3.61,9,3.18,1.78,11,6.0,2.68,11,4.29,0.76,7,5.0,2.22,12,7.17,2.04,6,4.0,2.92,12,3.5,2.67,8,6.11,2.03,9,4.56,2.35,9
+apartments,5.0,1.73,19,3.28,1.99,18,5.18,1.98,17,4.82,2.09,11,5.25,1.16,8,4.25,2.22,4,3.0,1.92,14,4.75,1.67,8,5.56,2.24,9,5.0,1.93,8,5.0,1.67,11,4.0,2.08,7,2.82,1.89,11,4.17,1.94,6,5.73,1.85,11,5.38,1.61,13,4.17,1.83,6,2.73,2.1,11,4.14,1.57,7,5.57,2.15,7,4.9,1.91,10
+apathy,3.68,1.7,19,3.8,2.21,20,5.15,2.48,20,4.0,1.0,3,3.62,1.82,16,4.5,2.66,6,3.5,2.03,14,5.17,2.71,6,5.14,2.48,14,4.1,1.6,10,3.22,1.79,9,3.5,2.26,6,3.93,2.27,14,4.8,2.39,10,5.5,2.64,10,4.38,1.3,8,3.18,1.83,11,4.38,2.83,8,3.42,1.73,12,5.12,2.9,8,5.17,2.29,12
+ape,5.21,1.72,19,4.25,2.73,20,5.38,2.28,24,5.23,1.79,13,5.17,1.72,6,5.2,2.59,5,3.93,2.79,15,5.54,2.26,13,5.18,2.4,11,5.78,1.72,9,4.7,1.64,10,6.14,2.85,7,3.23,2.13,13,5.36,2.2,11,5.38,2.43,13,5.78,1.86,9,4.7,1.49,10,3.7,2.75,10,4.8,2.74,10,6.0,2.69,9,5.0,2.0,15
+apex,5.52,1.59,23,3.48,2.29,21,5.17,2.01,24,5.67,1.51,6,5.47,1.66,17,4.0,0.82,4,3.35,2.52,17,5.11,1.83,9,5.2,2.18,15,5.0,1.8,9,5.86,1.41,14,3.1,1.97,10,3.82,2.6,11,5.21,1.85,14,5.1,2.33,10,5.85,1.14,13,5.1,2.02,10,3.1,2.56,10,3.82,2.09,11,4.82,1.67,17,6.0,2.65,7
+aphrodisiac,6.43,1.99,21,5.96,2.46,23,5.04,2.34,26,6.27,1.42,11,6.6,2.55,10,6.82,2.09,11,5.17,2.59,12,4.45,2.25,11,5.57,2.44,14,7.4,1.65,10,5.55,1.92,11,6.09,2.17,11,5.83,2.79,12,5.06,2.54,17,5.12,2.17,8,6.38,2.36,13,6.5,1.31,8,5.87,2.67,15,6.12,2.17,8,5.41,2.21,17,4.33,2.55,9
+apocalypse,3.24,2.34,21,5.04,2.9,24,2.65,1.95,20,3.12,2.64,8,3.31,2.25,13,5.83,2.71,6,4.78,2.98,18,3.18,2.27,11,2.0,1.32,9,3.67,2.71,12,2.67,1.73,9,5.3,3.02,10,4.86,2.91,14,3.0,2.12,13,2.0,1.53,7,3.36,2.62,14,3.0,1.83,7,5.06,3.0,16,5.0,2.88,8,2.58,1.88,12,2.75,2.19,8
+apologetic,6.65,2.35,20,4.0,2.65,21,5.0,2.06,24,7.25,2.87,4,6.5,2.28,16,4.25,2.22,4,3.94,2.79,17,5.89,1.45,9,4.47,2.23,15,6.75,1.83,8,6.58,2.71,12,4.2,2.82,10,3.82,2.6,11,4.43,2.17,14,5.8,1.69,10,7.55,1.13,11,5.56,3.0,9,4.3,3.02,10,3.73,2.37,11,5.24,2.14,17,4.43,1.9,7
+apologize,4.94,2.13,18,3.52,2.23,21,4.22,1.96,18,4.25,1.83,8,5.5,2.27,10,3.14,2.41,7,3.71,2.2,14,4.09,2.17,11,4.43,1.72,7,4.73,1.79,11,5.29,2.69,7,2.56,1.51,9,4.25,2.45,12,3.91,2.07,11,4.71,1.8,7,4.67,2.06,12,5.5,2.35,6,2.75,1.91,12,4.56,2.3,9,4.56,2.3,9,3.89,1.62,9
+apology,6.24,1.87,21,4.0,2.14,22,5.1,1.95,21,5.78,2.28,9,6.58,1.51,12,2.17,0.98,6,4.8,2.08,15,4.83,2.56,6,5.2,1.74,15,5.89,2.09,9,6.5,1.73,12,3.4,2.19,5,4.18,2.16,17,5.1,2.28,10,5.09,1.7,11,6.42,2.23,12,6.0,1.32,9,4.0,1.58,9,4.0,2.52,13,5.08,2.11,12,5.11,1.83,9
+apostle,5.5,2.21,20,4.38,2.28,24,4.71,2.26,21,5.62,2.13,8,5.42,2.35,12,4.69,2.63,13,4.0,1.84,11,4.08,1.62,12,5.56,2.79,9,5.5,2.0,8,5.64,2.5,11,4.86,1.88,14,3.7,2.71,10,4.83,1.7,12,4.56,2.96,9,5.11,2.37,9,5.82,2.14,11,4.0,2.18,17,5.29,2.43,7,4.89,2.52,9,4.58,2.15,12
+apothecary,5.48,1.47,23,4.23,2.41,22,5.35,2.11,20,5.38,1.77,8,5.53,1.36,15,4.0,2.31,10,4.42,2.57,12,5.71,2.43,7,5.15,1.99,13,5.67,1.72,12,5.27,1.19,11,4.36,2.25,11,4.09,2.66,11,5.13,2.1,15,6.0,2.24,5,5.18,1.89,11,5.75,0.97,12,5.1,2.18,10,3.5,2.43,12,4.3,1.95,10,6.4,1.78,10
+appalled,3.62,1.5,21,4.91,2.81,22,4.11,2.02,28,3.25,1.58,8,3.85,1.46,13,5.27,2.83,11,4.55,2.88,11,4.64,2.5,11,3.76,1.64,17,3.75,1.48,12,3.44,1.59,9,3.82,2.64,11,6.0,2.65,11,4.56,2.25,18,3.3,1.25,10,3.6,1.5,15,3.67,1.63,6,5.29,2.89,14,4.25,2.71,8,4.0,2.34,16,4.25,1.6,12
+appalling,2.95,1.99,19,5.5,2.54,20,4.55,2.33,20,3.0,2.0,3,2.93,2.12,15,5.6,2.32,10,5.4,2.88,10,4.5,1.84,10,4.6,2.84,10,3.83,2.79,6,2.5,1.51,12,5.71,2.81,7,5.38,2.5,13,3.75,2.05,8,5.08,2.43,12,2.17,1.19,12,4.29,2.43,7,5.3,2.87,10,5.7,2.31,10,4.78,2.39,9,4.36,2.38,11
+apparatus,5.5,1.65,22,4.0,2.37,21,5.14,2.08,22,5.79,1.72,14,5.0,1.51,8,4.55,2.34,11,3.56,2.46,9,4.67,1.86,6,5.31,2.18,16,5.5,2.01,10,5.5,1.38,12,3.82,2.4,11,4.2,2.44,10,5.23,1.64,13,5.0,2.69,9,5.17,1.27,12,5.9,2.02,10,3.62,2.33,13,4.62,2.45,8,5.08,2.35,12,5.2,1.81,10
+apparel,5.38,2.2,21,4.3,2.22,23,6.19,1.72,21,5.4,2.3,5,5.38,2.25,16,5.42,1.88,12,3.09,1.97,11,6.64,1.69,11,5.33,1.32,9,4.67,2.46,12,6.33,1.41,9,4.69,2.47,16,3.43,1.27,7,5.55,1.37,11,6.9,1.85,10,5.92,2.36,13,4.5,1.69,8,4.37,2.31,19,4.0,2.0,4,5.79,1.67,14,7.0,1.63,7
+apparent,4.96,1.46,23,3.19,2.06,21,6.4,1.73,20,5.62,1.51,8,4.6,1.35,15,4.0,2.31,10,2.45,1.57,11,6.43,2.51,7,6.38,1.26,13,4.92,1.83,12,5.0,1.0,11,2.9,2.02,10,3.45,2.16,11,6.27,1.79,15,6.8,1.64,5,4.55,1.21,11,5.33,1.61,12,3.22,2.05,9,3.17,2.17,12,5.9,1.29,10,6.9,2.02,10
+apparition,4.85,1.5,20,4.82,2.13,22,4.38,2.48,21,4.56,1.42,9,5.09,1.58,11,5.2,2.39,10,4.5,1.93,12,4.5,2.45,8,4.31,2.59,13,5.0,1.71,14,4.5,0.84,6,4.62,2.56,8,4.93,1.94,14,5.12,2.36,8,3.92,2.53,13,4.9,2.02,10,4.8,0.79,10,4.75,2.09,12,4.9,2.28,10,4.25,2.77,12,4.56,2.19,9
+appeal,6.3,2.15,20,3.57,2.13,21,5.36,2.56,25,6.75,3.2,4,6.19,1.94,16,5.75,2.22,4,3.06,1.82,17,5.0,2.5,9,5.56,2.66,16,6.88,2.03,8,5.92,2.23,12,3.8,2.49,10,3.36,1.86,11,5.5,2.38,14,5.18,2.89,11,7.09,1.64,11,5.33,2.4,9,2.5,1.43,10,4.55,2.25,11,5.22,2.65,18,5.71,2.5,7
+appear,5.25,0.64,20,3.24,2.21,21,5.36,2.41,25,5.0,0.0,3,5.29,0.69,17,4.57,3.21,7,2.54,1.2,13,6.0,1.41,8,5.06,2.75,17,5.43,0.53,7,5.15,0.69,13,4.57,2.76,7,2.54,1.66,13,5.07,2.43,14,5.73,2.45,11,5.0,0.71,9,5.45,0.52,11,3.73,2.41,11,2.7,1.95,10,5.28,2.74,18,5.57,1.4,7
+appearance,6.14,1.9,21,4.57,2.45,23,5.9,2.59,21,6.6,2.7,5,6.0,1.67,16,5.08,2.47,12,4.0,2.41,11,6.0,2.45,11,5.44,2.79,9,5.83,2.21,12,6.56,1.42,9,4.06,2.41,16,5.71,2.29,7,5.55,2.11,11,6.3,3.09,10,6.15,1.82,13,6.12,2.17,8,4.79,2.46,19,3.5,2.38,4,5.64,2.31,14,6.43,3.21,7
+appease,5.95,1.15,20,3.55,2.28,22,5.59,2.08,27,6.57,1.13,7,5.62,1.04,13,4.4,2.5,10,2.83,1.9,12,5.27,2.22,15,6.27,1.74,11,5.82,1.08,11,6.11,1.27,9,3.33,2.29,9,3.69,2.36,13,5.82,2.13,17,5.44,2.01,9,6.31,1.03,13,5.29,1.11,7,3.12,2.25,16,4.67,2.16,6,5.42,2.15,12,5.73,2.09,15
+appendage,4.23,1.34,22,4.35,2.4,23,5.32,1.67,19,4.62,0.74,8,4.23,1.36,13,4.62,2.56,8,4.0,2.35,14,5.29,1.89,7,5.27,1.68,11,4.0,1.07,8,4.62,1.19,13,4.67,2.4,9,4.14,2.48,14,5.43,1.51,7,5.25,1.82,12,4.55,1.37,11,3.91,1.3,11,3.78,2.59,9,4.71,2.3,14,5.19,1.76,16,6.0,1.0,3
+appendectomy,2.95,2.15,19,6.14,2.46,21,3.59,2.13,22,2.56,1.74,9,3.3,2.5,10,6.43,2.7,7,6.0,2.42,14,3.18,2.48,11,4.0,1.73,11,3.57,1.62,7,2.58,2.39,12,5.8,2.57,10,6.45,2.42,11,3.85,1.95,13,3.22,2.44,9,3.7,2.41,10,2.11,1.54,9,6.12,2.95,8,6.15,2.23,13,3.71,2.37,14,3.38,1.77,8
+appendicitis,1.86,1.35,21,5.12,2.6,25,2.71,2.17,21,1.38,0.52,8,2.15,1.63,13,5.0,2.94,13,5.25,2.3,12,3.33,2.5,12,1.89,1.36,9,2.0,1.77,8,1.75,1.14,12,5.5,2.21,14,4.64,3.07,11,3.64,2.46,11,1.7,1.25,10,1.6,1.07,10,2.09,1.58,11,4.65,2.8,17,6.12,1.89,8,2.44,1.88,9,2.92,2.43,12
+appendix,4.81,1.97,21,2.92,1.89,24,4.25,2.38,20,5.25,2.43,8,4.54,1.66,13,3.5,1.76,6,2.72,1.93,18,4.91,2.21,11,3.44,2.46,9,5.5,2.07,12,3.89,1.45,9,3.1,2.08,10,2.79,1.81,14,5.0,2.35,13,2.86,1.86,7,4.93,1.86,14,4.57,2.3,7,3.25,1.98,16,2.25,1.58,8,3.92,2.57,12,4.75,2.12,8
+appetite,6.23,1.54,22,5.37,2.39,19,5.57,2.5,21,5.8,0.84,5,6.38,1.75,16,6.62,1.92,8,4.45,2.34,11,6.3,1.7,10,4.91,2.98,11,5.92,1.51,12,6.6,1.58,10,5.2,1.4,10,5.56,3.24,9,5.33,2.77,12,5.89,2.2,9,6.36,1.69,11,6.09,1.45,11,4.12,2.1,8,6.27,2.24,11,6.22,2.28,9,5.08,2.64,12
+appetizer,7.29,1.76,21,4.52,2.37,25,6.36,2.22,22,7.25,2.25,8,7.31,1.49,13,5.08,2.63,13,3.92,1.98,12,6.62,2.22,13,6.0,2.29,9,7.38,2.39,8,7.5,1.0,12,5.29,1.86,14,3.55,2.66,11,6.58,2.02,12,6.1,2.51,10,6.9,2.38,10,7.64,0.92,11,4.59,2.67,17,4.38,1.69,8,6.7,2.63,10,6.08,1.88,12
+appetizing,7.0,1.45,19,4.82,3.0,22,6.18,2.46,22,6.91,1.51,11,6.86,1.35,7,5.75,3.41,8,4.29,2.73,14,5.57,3.15,7,6.47,2.13,15,7.0,1.51,8,7.0,1.48,11,4.78,3.11,9,4.85,3.05,13,6.3,2.16,10,6.08,2.78,12,6.92,1.78,12,7.14,0.69,7,4.0,3.29,11,5.64,2.58,11,5.58,2.5,12,6.9,2.33,10
+applaud,6.7,1.17,20,5.05,1.75,19,5.91,2.02,22,7.14,0.9,7,6.46,1.27,13,5.0,1.41,9,5.1,2.08,10,5.5,3.27,6,6.06,1.44,16,6.7,1.25,10,6.78,1.2,9,4.75,1.98,8,5.27,1.62,11,5.4,2.16,15,7.0,1.15,7,6.64,1.21,11,6.78,1.2,9,5.17,1.75,12,4.86,1.86,7,5.27,2.41,11,6.55,1.37,11
+applause,7.12,1.35,41,5.38,1.83,21,6.56,2.0,48,7.28,1.27,18,7.0,1.41,23,5.38,1.6,8,5.38,2.02,13,6.27,2.05,22,6.81,1.96,26,7.0,1.56,20,7.3,1.13,20,5.56,1.67,9,5.25,2.01,12,6.25,2.08,28,7.0,1.84,20,7.0,1.22,24,7.29,1.53,17,5.6,1.65,10,5.18,2.04,11,6.64,2.28,28,6.45,1.57,20
+apple,6.62,1.72,21,3.52,2.06,21,6.44,2.1,25,6.33,1.72,12,7.0,1.73,9,3.86,3.08,7,3.36,1.45,14,6.5,2.59,10,6.4,1.8,15,7.25,1.71,4,6.47,1.74,17,4.4,2.27,10,2.73,1.56,11,7.0,2.24,7,6.22,2.07,18,7.08,1.38,12,6.0,2.0,9,3.69,1.6,13,3.25,2.76,8,6.11,1.96,9,6.62,2.22,16
+apple juice,7.3,1.43,23,3.2,2.21,20,6.0,2.44,34,7.67,1.37,12,6.91,1.45,11,3.75,2.12,8,2.83,2.29,12,6.36,2.31,14,5.75,2.55,20,7.1,1.66,10,7.46,1.27,13,3.17,2.08,12,3.25,2.55,8,6.14,2.61,22,5.75,2.18,12,6.83,1.64,12,7.82,0.98,11,3.0,2.08,13,3.57,2.57,7,6.24,2.11,17,5.76,2.77,17
+applejack,5.79,1.96,19,3.8,2.31,20,5.74,1.76,23,5.6,1.95,5,5.92,2.1,13,3.83,1.83,6,3.79,2.55,14,5.6,1.65,10,5.85,1.91,13,6.43,1.99,7,5.45,2.02,11,3.86,2.85,7,3.77,2.09,13,5.55,1.69,11,5.92,1.88,12,6.42,1.68,12,4.71,2.06,7,3.55,2.25,11,4.11,2.47,9,5.71,1.73,14,5.78,1.92,9
+applesauce,6.9,1.86,20,2.78,2.0,23,6.39,2.25,18,6.75,1.67,8,7.0,2.04,12,3.55,2.21,11,2.08,1.56,12,6.6,2.17,10,6.12,2.47,8,6.57,2.44,7,7.0,1.6,12,3.36,2.38,11,2.25,1.48,12,7.0,2.65,7,6.0,2.0,11,7.08,2.19,12,6.62,1.3,8,2.09,1.3,11,3.42,2.35,12,6.0,2.4,9,6.78,2.17,9
+appliance,5.15,1.29,40,2.84,1.88,45,5.0,2.3,44,5.24,0.97,17,5.18,1.47,22,3.76,1.86,17,2.33,1.71,27,4.94,2.41,18,5.04,2.27,26,4.93,1.07,14,5.27,1.4,26,3.29,1.87,21,2.46,1.84,24,4.84,2.41,25,5.21,2.2,19,5.11,1.56,19,5.19,1.03,21,3.0,1.98,29,2.56,1.71,16,4.72,2.51,25,5.37,2.01,19
+applicant,4.91,1.19,22,3.96,2.24,25,5.08,2.5,24,4.89,1.05,9,4.92,1.32,13,3.1,2.18,10,4.53,2.17,15,5.89,2.26,9,4.6,2.59,15,5.12,0.64,8,4.79,1.42,14,4.25,2.45,12,3.69,2.1,13,5.08,2.5,12,5.08,2.61,12,4.83,1.34,12,5.0,1.05,10,4.0,2.36,15,3.9,2.18,10,5.38,2.75,13,4.73,2.24,11
+application,5.05,1.43,20,4.52,1.95,23,4.3,2.36,20,5.6,2.61,5,4.87,0.83,15,5.5,1.62,12,3.45,1.75,11,3.55,2.07,11,4.75,2.19,8,5.09,1.81,11,5.0,0.87,9,4.94,1.98,16,3.57,1.62,7,4.27,1.95,11,4.33,2.92,9,5.08,1.04,13,5.0,2.08,7,4.68,1.97,19,3.75,1.89,4,3.93,2.09,14,5.17,2.93,6
+apply,5.16,1.38,19,3.24,1.67,21,6.2,1.96,20,5.67,1.53,3,5.06,1.39,16,3.67,1.97,6,3.07,1.58,15,6.83,1.72,6,5.93,2.06,14,5.4,1.17,10,4.89,1.62,9,2.86,1.07,7,3.43,1.91,14,6.3,1.64,10,6.1,2.33,10,5.5,1.07,8,4.91,1.58,11,2.89,1.83,9,3.5,1.57,12,6.0,2.45,8,6.33,1.67,12
+appoint,5.95,1.61,19,4.25,2.07,20,5.65,2.1,23,6.23,1.64,13,5.33,1.51,6,4.8,1.64,5,4.07,2.22,15,6.0,1.86,12,5.27,2.37,11,5.89,1.96,9,6.0,1.33,10,5.71,2.06,7,3.46,1.66,13,5.36,2.34,11,5.92,1.93,12,6.0,1.41,9,5.9,1.85,10,4.2,2.04,10,4.3,2.21,10,6.78,2.17,9,4.93,1.77,14
+appointment,4.43,1.69,21,4.8,2.5,20,6.68,2.26,19,4.46,2.11,13,4.38,0.74,8,4.86,2.19,7,4.77,2.74,13,7.0,2.24,7,6.5,2.35,12,4.42,1.88,12,4.44,1.51,9,4.56,2.35,9,5.0,2.72,11,7.0,1.94,10,6.33,2.65,9,4.67,1.67,12,4.11,1.76,9,5.29,2.06,7,4.54,2.76,13,7.86,1.21,7,6.0,2.49,12
+appraisal,5.09,2.0,23,4.09,2.09,22,5.65,2.11,20,5.38,1.92,8,4.93,2.09,15,5.0,2.0,10,3.33,1.92,12,5.57,2.82,7,5.69,1.75,13,5.25,2.09,12,4.91,1.97,11,4.36,2.25,11,3.82,1.99,11,5.73,2.05,15,5.4,2.51,5,4.73,2.28,11,5.42,1.73,12,4.5,2.17,10,3.75,2.05,12,5.2,1.93,10,6.1,2.28,10
+appreciate,7.33,1.53,18,3.1,2.25,20,7.0,1.46,18,6.12,1.36,8,8.3,0.82,10,3.86,2.91,7,2.69,1.8,13,6.55,1.37,11,7.71,1.38,7,6.64,1.5,11,8.43,0.79,7,2.56,2.55,9,3.55,1.97,11,7.0,1.55,11,7.0,1.41,7,7.0,1.6,12,8.0,1.26,6,2.08,1.38,12,4.62,2.5,8,7.11,1.54,9,6.89,1.45,9
+appreciation,7.3,1.45,20,4.68,2.44,22,6.63,1.67,19,7.11,1.96,9,7.45,0.93,11,3.6,3.21,5,4.88,2.19,16,6.67,2.5,6,6.62,1.26,13,7.0,1.57,14,8.0,0.89,6,4.42,2.43,12,4.78,2.59,9,5.67,1.73,9,7.5,1.08,10,7.1,0.88,10,7.5,1.9,10,5.0,2.7,12,4.3,2.16,10,7.17,1.47,6,6.38,1.76,13
+appreciative,7.14,1.8,21,4.35,2.27,23,6.9,2.0,21,5.8,1.92,5,7.56,1.59,16,4.5,2.15,12,4.18,2.48,11,7.45,2.11,11,6.11,1.76,9,7.33,2.15,12,6.89,1.27,9,4.5,2.39,16,4.0,2.08,7,6.09,2.17,11,7.8,1.4,10,7.46,1.71,13,6.62,1.92,8,4.37,2.29,19,4.25,2.5,4,6.29,2.13,14,8.14,0.9,7
+apprehend,4.14,1.85,21,5.13,2.28,23,4.48,2.27,21,4.0,1.84,11,4.3,1.95,10,5.27,2.45,11,5.0,2.22,12,4.0,1.91,7,4.54,2.47,13,4.7,1.95,10,3.64,1.69,11,5.45,2.42,11,4.83,2.21,12,3.57,1.83,14,6.17,2.23,6,3.85,2.08,13,4.62,1.41,8,5.4,2.26,15,4.62,2.39,8,4.0,2.32,14,5.43,1.99,7
+apprehension,4.15,1.66,20,4.23,2.58,22,5.07,2.35,27,5.14,1.86,7,3.62,1.33,13,4.4,2.22,10,4.08,2.94,12,4.67,2.09,15,5.64,2.77,11,4.27,1.1,11,4.0,2.24,9,4.67,2.29,9,3.92,2.81,13,5.76,2.54,17,3.78,1.48,9,4.46,1.76,13,3.57,1.4,7,4.0,2.45,16,4.83,3.06,6,5.58,2.35,12,4.67,2.35,15
+apprehensive,3.32,1.49,19,4.77,2.64,22,4.64,2.74,22,3.89,1.54,9,2.8,1.32,10,5.38,2.45,8,4.43,2.77,14,5.0,2.65,11,4.27,2.9,11,4.0,1.0,7,2.92,1.62,12,4.5,2.27,10,5.0,2.98,12,4.38,2.84,13,5.0,2.69,9,3.5,1.35,10,3.11,1.69,9,4.88,2.8,8,4.71,2.64,14,5.36,2.65,14,3.38,2.56,8
+apprentice,5.95,1.32,21,3.59,1.71,22,5.05,2.44,21,5.89,1.17,9,6.0,1.48,12,3.17,1.47,6,3.53,1.64,15,5.33,3.08,6,4.93,2.25,15,5.44,1.33,9,6.33,1.23,12,4.4,1.52,5,3.35,1.73,17,5.9,1.97,10,4.27,2.65,11,6.0,1.28,12,5.89,1.45,9,4.22,2.11,9,3.15,1.28,13,5.0,2.45,12,5.11,2.57,9
+approach,5.45,1.15,20,4.48,1.91,21,6.03,2.08,34,5.5,1.18,10,5.4,1.17,10,4.88,1.96,8,4.23,1.92,13,6.57,2.06,14,5.65,2.06,20,4.78,0.97,9,6.0,1.0,11,5.08,1.66,13,3.5,2.0,8,6.14,2.21,22,5.83,1.9,12,4.8,0.92,10,6.1,0.99,10,4.36,1.98,14,4.71,1.89,7,5.82,2.35,17,6.24,1.82,17
+appropriate,6.1,1.94,20,4.04,2.06,23,5.0,2.51,21,5.6,2.61,5,6.27,1.75,15,5.17,1.7,12,2.82,1.72,11,4.91,2.63,11,4.67,2.24,9,6.36,2.38,11,5.78,1.3,9,4.06,2.11,16,4.0,2.08,7,3.91,1.97,11,6.2,2.57,10,6.08,1.93,12,6.12,2.1,8,4.16,2.12,19,3.5,1.91,4,4.71,2.2,14,5.57,3.15,7
+approval,6.75,1.68,20,3.52,2.77,21,6.63,2.19,27,6.5,2.07,10,7.0,1.25,10,2.71,2.43,7,3.93,2.92,14,6.59,2.27,17,6.7,2.16,10,6.3,1.89,10,7.2,1.4,10,3.4,3.36,5,3.56,2.68,16,6.71,2.27,14,6.54,2.18,13,6.5,1.93,12,7.12,1.25,8,3.33,3.35,9,3.67,2.39,12,7.36,1.98,14,5.85,2.19,13
+approve,7.0,1.92,20,4.09,2.29,22,7.26,1.41,19,6.78,2.64,9,7.18,1.17,11,3.0,2.55,5,4.38,2.25,16,7.83,0.75,6,7.0,1.58,13,6.64,2.1,14,7.83,1.17,6,4.25,2.09,12,3.78,2.73,9,6.67,1.41,9,7.8,1.23,10,6.5,1.96,10,7.5,1.84,10,4.5,2.28,12,3.6,2.32,10,7.67,1.51,6,7.08,1.38,13
+approximate,5.26,1.29,23,3.82,2.2,22,4.95,2.32,19,5.5,0.53,8,5.13,1.55,15,3.2,1.32,10,4.33,2.67,12,5.57,2.64,7,4.58,2.15,12,5.5,1.17,12,5.0,1.41,11,4.0,1.9,11,3.64,2.54,11,4.87,2.47,15,5.25,1.89,4,5.09,1.7,11,5.42,0.79,12,4.8,2.1,10,3.0,2.0,12,5.0,2.31,10,4.89,2.47,9
+apricot,5.95,2.19,20,4.29,2.12,21,5.94,2.54,32,6.6,1.9,10,5.3,2.36,10,4.38,1.77,8,4.23,2.39,13,6.23,2.86,13,5.74,2.35,19,5.22,2.59,9,6.55,1.69,11,4.69,1.84,13,3.62,2.5,8,6.29,2.63,21,5.27,2.33,11,5.5,2.64,10,6.4,1.65,10,4.64,2.34,14,3.57,1.51,7,6.07,2.43,15,5.82,2.7,17
+apron,5.8,1.54,20,2.9,1.65,20,5.28,1.49,18,6.0,1.63,7,5.69,1.55,13,3.44,1.81,9,2.45,1.44,11,6.2,1.92,5,4.92,1.19,13,6.1,1.73,10,5.67,1.32,9,3.12,1.73,8,2.75,1.66,12,5.38,1.71,13,5.0,0.71,5,6.18,1.83,11,5.33,1.0,9,2.67,1.61,12,3.25,1.75,8,5.67,1.58,9,4.89,1.36,9
+apt,5.64,1.53,22,4.05,2.32,19,5.95,2.11,21,4.2,1.64,5,6.12,1.26,16,4.38,2.0,8,3.82,2.6,11,5.7,2.26,10,6.18,2.04,11,5.33,1.72,12,6.0,1.25,10,4.2,2.25,10,3.89,2.52,9,5.58,2.5,12,6.44,1.42,9,5.27,1.42,11,6.0,1.61,11,3.5,2.62,8,4.45,2.11,11,6.0,2.18,9,5.92,2.15,12
+aptitude,5.95,1.54,19,4.55,2.42,20,5.45,2.19,20,6.33,0.58,3,5.88,1.67,16,4.5,2.35,6,4.57,2.53,14,5.67,1.63,6,5.36,2.44,14,5.3,1.34,10,6.67,1.5,9,4.83,2.32,6,4.43,2.53,14,4.9,2.51,10,6.0,1.76,10,5.88,1.25,8,6.0,1.79,11,3.75,2.96,8,5.08,1.93,12,5.25,2.19,8,5.58,2.27,12
+aqua,6.5,1.28,20,3.6,2.37,20,4.82,2.02,22,6.71,1.5,7,6.38,1.19,13,3.89,2.09,9,3.36,2.66,11,3.17,1.6,6,5.44,1.82,16,6.2,1.23,10,7.0,1.22,9,4.0,2.78,8,3.33,2.15,12,4.27,2.12,15,6.0,1.15,7,6.91,1.3,11,6.0,1.12,9,3.83,2.52,12,3.25,2.25,8,4.64,2.58,11,5.0,1.34,11
+aquamarine,6.4,1.9,20,3.9,2.85,20,4.95,2.65,22,4.5,1.76,6,7.21,1.31,14,3.62,2.97,8,4.08,2.87,12,5.0,2.83,12,4.9,2.56,10,5.89,2.42,9,6.82,1.33,11,4.67,3.12,9,3.27,2.57,11,5.0,3.06,7,4.93,2.55,15,6.67,2.5,9,6.18,1.33,11,3.77,2.71,13,4.14,3.29,7,5.25,2.93,12,4.6,2.37,10
+aquarium,6.43,1.78,21,4.3,2.54,20,6.14,2.17,21,6.5,0.84,6,6.4,2.06,15,6.0,1.77,8,3.17,2.37,12,6.27,2.37,11,6.0,2.05,10,6.33,1.03,6,6.47,2.03,15,4.8,2.7,10,3.8,2.39,10,5.5,2.28,14,7.43,1.27,7,6.29,2.63,7,6.5,1.29,14,4.64,2.9,14,3.5,1.22,6,5.83,2.48,12,6.56,1.74,9
+aquatic,6.8,1.4,20,3.58,2.75,24,4.53,2.45,17,6.25,1.04,8,7.17,1.53,12,5.33,2.58,6,3.0,2.61,18,3.89,2.15,9,5.25,2.71,8,6.73,1.56,11,6.89,1.27,9,5.0,2.67,10,2.57,2.41,14,3.9,2.73,10,5.43,1.81,7,6.85,1.57,13,6.71,1.11,7,4.75,2.67,16,1.25,0.46,8,4.22,2.39,9,4.88,2.64,8
+arbitrary,4.15,1.81,20,4.55,2.76,20,4.77,1.86,26,4.0,2.05,11,4.33,1.58,9,5.14,2.79,7,4.23,2.8,13,4.15,1.57,13,5.38,1.98,13,4.27,1.95,11,4.0,1.73,9,4.0,2.83,11,5.22,2.68,9,4.88,1.83,17,4.56,2.01,9,3.5,1.9,10,4.8,1.55,10,4.5,3.12,12,4.62,2.33,8,4.81,1.8,16,4.7,2.06,10
+arbitration,4.09,2.0,22,4.41,2.28,22,4.19,2.23,21,4.91,2.21,11,3.27,1.42,11,4.75,2.12,8,4.21,2.42,14,3.91,2.12,11,4.5,2.42,10,4.88,1.89,8,3.64,1.98,14,4.3,2.21,10,4.5,2.43,12,4.33,2.27,12,4.0,2.29,9,3.67,2.06,12,4.6,1.9,10,4.88,2.3,8,4.14,2.32,14,4.5,2.38,14,3.57,1.9,7
+arcade,6.45,1.96,20,6.1,2.47,20,6.81,1.79,26,6.64,1.86,11,6.22,2.17,9,7.0,2.24,7,5.62,2.53,13,7.23,1.42,13,6.38,2.06,13,6.55,1.86,11,6.33,2.18,9,5.27,2.61,11,7.11,1.96,9,6.59,1.73,17,7.22,1.92,9,7.2,1.81,10,5.7,1.89,10,6.0,2.83,12,6.25,1.98,8,7.06,1.57,16,6.4,2.12,10
+arcane,5.25,1.86,20,3.61,1.92,23,5.55,1.85,20,6.11,2.15,9,4.55,1.29,11,4.09,2.17,11,3.17,1.64,12,4.71,0.95,7,6.0,2.08,13,5.64,1.34,14,4.33,2.66,6,3.78,1.48,9,3.5,2.21,14,5.57,1.99,7,5.54,1.85,13,5.1,1.1,10,5.4,2.46,10,3.69,1.84,13,3.5,2.12,10,5.5,1.78,12,5.62,2.07,8
+arch,5.8,1.77,20,3.15,1.93,20,5.45,1.97,22,6.29,1.6,7,5.54,1.85,13,3.78,2.11,9,2.64,1.69,11,5.5,2.74,6,5.44,1.71,16,6.1,1.66,10,5.22,1.79,9,2.88,1.64,8,3.33,2.15,12,5.6,2.16,15,5.14,1.57,7,5.64,2.11,11,6.0,1.32,9,2.92,1.98,12,3.5,1.93,8,5.45,2.54,11,5.45,1.29,11
+archaeological,6.05,1.22,19,4.52,2.14,21,5.18,2.38,22,6.67,1.53,3,5.94,1.18,16,4.12,2.17,8,4.77,2.17,13,4.33,2.4,9,5.77,2.28,13,5.67,1.12,9,6.4,1.26,10,5.22,1.39,9,4.0,2.49,12,5.21,2.81,14,5.12,1.55,8,6.0,1.41,7,6.08,1.16,12,4.8,1.75,10,4.27,2.49,11,5.54,2.88,13,4.67,1.41,9
+archaeologist,5.42,1.57,19,4.14,2.22,21,5.17,1.85,23,5.4,0.55,5,5.46,1.9,13,3.83,2.32,6,4.27,2.25,15,5.4,1.43,10,5.0,2.16,13,5.14,1.07,7,5.64,1.91,11,4.0,2.0,7,4.21,2.39,14,4.91,2.02,11,5.42,1.73,12,5.67,1.15,12,5.0,2.16,7,4.64,2.11,11,3.6,2.32,10,4.86,1.79,14,5.67,1.94,9
+archaeology,6.1,1.62,20,3.86,2.56,21,5.26,2.38,27,6.57,1.51,7,5.85,1.68,13,3.5,2.59,10,4.18,2.6,11,6.07,2.12,15,4.27,2.49,11,6.0,1.41,11,6.22,1.92,9,3.0,1.58,9,4.5,3.0,12,5.47,2.72,17,5.0,1.8,9,5.85,1.57,13,6.57,1.72,7,3.38,2.31,16,5.4,2.97,5,5.92,2.68,12,4.73,2.05,15
+archaic,4.5,1.74,22,4.38,2.11,21,4.62,2.06,21,4.43,2.1,14,4.62,0.92,8,4.27,2.24,11,4.56,2.19,9,4.17,1.47,6,4.8,2.27,15,4.2,2.04,10,4.75,1.48,12,4.36,2.25,11,4.4,2.07,10,4.31,1.6,13,5.12,2.7,8,3.75,1.6,12,5.4,1.51,10,4.38,2.29,13,4.38,1.92,8,4.83,1.7,12,4.33,2.55,9
+archangel,7.27,1.78,22,4.19,2.28,26,4.79,2.28,24,7.67,1.94,9,7.0,1.68,13,4.0,2.79,10,4.31,1.99,16,5.0,2.55,9,4.67,2.19,15,7.38,1.3,8,7.21,2.04,14,4.62,2.33,13,3.77,2.24,13,5.0,2.17,12,4.58,2.47,12,7.42,1.68,12,7.1,1.97,10,4.13,2.61,15,4.27,1.85,11,5.08,2.33,13,4.45,2.3,11
+archbishop,4.71,1.63,24,3.78,1.98,23,4.73,1.64,26,4.77,1.64,13,4.64,1.69,11,4.55,1.63,11,3.08,2.07,12,4.64,1.75,11,4.86,1.66,14,5.18,1.66,11,4.31,1.55,13,4.55,1.97,11,3.08,1.78,12,4.88,1.76,17,4.5,1.51,8,4.47,1.55,15,5.11,1.76,9,4.0,2.1,15,3.38,1.77,8,4.76,1.79,17,4.67,1.41,9
+archdiocese,3.95,2.32,19,3.41,2.67,22,4.04,2.12,28,3.0,1.55,6,4.38,2.53,13,4.18,2.89,11,2.64,2.29,11,3.45,2.25,11,4.41,2.0,17,3.91,2.17,11,4.0,2.67,8,3.27,2.83,11,3.55,2.62,11,4.17,1.95,18,3.8,2.49,10,4.08,1.89,13,3.67,3.27,6,2.79,2.75,14,4.5,2.27,8,3.38,2.03,16,4.92,1.98,12
+archduke,4.15,1.53,20,3.56,2.04,18,5.73,2.49,22,4.0,1.41,5,4.2,1.61,15,4.33,1.75,6,3.17,2.12,12,5.8,1.75,10,5.67,3.06,12,4.7,1.25,10,3.6,1.65,10,4.1,2.08,10,2.88,1.89,8,6.09,2.51,11,5.36,2.54,11,3.92,1.51,12,4.5,1.6,8,2.67,1.66,9,4.44,2.07,9,4.91,2.66,11,6.55,2.11,11
+archery,5.25,2.05,20,4.39,2.57,18,5.73,1.88,22,5.8,1.48,5,5.07,2.22,15,6.0,1.79,6,3.58,2.57,12,5.7,1.57,10,5.75,2.18,12,5.7,1.25,10,4.8,2.62,10,5.3,2.36,10,3.25,2.49,8,5.55,2.07,11,5.91,1.76,11,4.83,2.44,12,5.88,1.13,8,4.22,2.99,9,4.56,2.24,9,5.55,2.02,11,5.91,1.81,11
+architect,6.21,1.84,19,3.25,2.12,20,6.05,2.27,19,7.0,2.0,3,5.93,1.83,15,3.3,2.11,10,3.2,2.25,10,6.2,2.04,10,5.89,2.62,9,5.67,1.97,6,6.33,1.83,12,3.29,2.29,7,3.23,2.13,13,5.75,2.6,8,6.27,2.1,11,7.0,1.76,12,4.86,1.07,7,3.3,2.11,10,3.2,2.25,10,5.78,2.44,9,6.3,2.21,10
+architectural,6.32,2.06,19,4.05,2.77,21,5.18,1.91,28,5.0,0.89,6,6.92,2.18,13,4.7,2.54,10,3.45,2.94,11,5.36,2.58,11,5.06,1.39,17,6.45,2.38,11,6.12,1.64,8,3.6,2.63,10,4.45,2.94,11,4.61,1.79,18,6.2,1.75,10,6.31,2.1,13,6.33,2.16,6,4.21,3.12,14,3.71,2.06,7,4.81,2.01,16,5.67,1.72,12
+architecture,6.05,1.36,20,4.39,2.59,23,5.67,1.97,18,6.0,1.41,8,6.18,1.4,11,4.38,3.02,8,4.5,2.5,14,4.33,2.25,6,6.27,1.56,11,6.57,1.72,7,5.83,1.11,12,4.33,3.35,9,4.43,2.1,14,4.14,1.95,7,6.64,1.29,11,5.67,1.41,9,6.36,1.29,11,4.0,3.16,9,4.64,2.24,14,5.4,2.06,15,7.0,0.0,3
+archive,4.81,1.03,21,4.18,2.13,22,5.24,2.02,21,4.6,1.82,5,4.88,0.72,16,4.5,2.07,12,3.8,2.25,10,5.45,2.16,11,4.67,1.73,9,4.5,1.09,12,5.22,0.83,9,4.44,1.67,16,3.5,3.15,6,5.45,1.75,11,5.0,2.36,10,5.0,0.91,13,4.5,1.2,8,4.33,2.22,18,3.5,1.73,4,4.79,2.22,14,6.14,1.21,7
+arctic,4.45,2.01,20,3.88,2.64,25,5.0,2.24,19,5.56,1.74,9,3.55,1.81,11,2.33,1.75,6,4.39,2.79,18,5.0,1.91,7,5.0,2.49,12,4.38,2.13,16,4.75,1.71,4,3.43,2.74,14,4.5,2.64,10,5.56,2.24,9,4.5,2.22,10,5.09,2.26,11,3.67,1.41,9,3.88,2.63,16,3.89,2.8,9,5.27,2.41,11,4.62,2.07,8
+ardent,4.95,1.56,21,4.62,2.34,24,5.32,2.12,22,5.12,0.99,8,4.85,1.86,13,5.15,2.3,13,4.0,2.32,11,5.15,1.95,13,5.56,2.46,9,5.0,1.93,8,5.17,1.11,12,5.64,1.55,14,3.2,2.57,10,4.92,1.56,12,5.8,2.66,10,4.8,1.32,10,5.09,1.81,11,4.41,2.6,17,5.14,1.57,7,4.8,2.57,10,5.75,1.66,12
+area,5.56,1.29,18,2.19,1.6,21,5.06,1.76,18,5.38,1.06,8,5.7,1.49,10,3.0,2.0,7,1.79,1.25,14,5.0,1.61,11,5.14,2.12,7,5.64,1.12,11,5.43,1.62,7,1.89,1.36,9,2.42,1.78,12,5.18,2.23,11,4.86,0.69,7,5.17,1.03,12,6.33,1.51,6,2.0,1.54,12,2.44,1.74,9,5.11,2.15,9,5.0,1.41,9
+arena,5.75,1.45,20,4.23,2.58,22,6.04,2.31,27,7.0,1.29,7,5.08,1.04,13,4.8,2.49,10,3.75,2.67,12,6.47,2.03,15,5.64,2.69,11,5.55,0.93,11,6.0,1.94,9,5.44,1.94,9,3.38,2.69,13,6.47,2.4,17,5.44,2.13,9,6.08,1.19,13,5.14,1.77,7,4.06,2.79,16,4.67,2.07,6,6.0,2.37,12,6.07,2.34,15
+argue,3.15,1.53,20,6.67,2.61,18,4.77,2.49,26,2.91,1.22,11,3.44,1.88,9,6.83,2.4,6,6.58,2.81,12,5.54,2.3,13,4.0,2.52,13,3.18,1.6,11,3.11,1.54,9,7.1,2.69,10,6.12,2.59,8,5.29,2.23,17,3.78,2.77,9,3.1,1.79,10,3.2,1.32,10,7.08,2.71,12,5.83,2.4,6,5.75,2.08,16,3.2,2.35,10
+argument,2.62,1.53,21,5.22,2.68,23,5.65,2.64,17,3.22,1.92,9,2.17,1.03,12,4.55,2.77,11,5.83,2.55,12,5.56,2.6,9,5.75,2.87,8,3.29,1.89,7,2.23,1.3,13,5.36,2.87,11,5.08,2.61,12,4.57,3.21,7,6.4,2.01,10,2.62,1.66,13,2.62,1.41,8,6.18,2.48,11,4.33,2.64,12,5.0,2.78,8,6.22,2.54,9
+argumentative,3.2,1.79,20,5.61,2.13,23,4.0,2.39,21,4.2,2.59,5,2.87,1.41,15,6.25,1.66,12,4.91,2.43,11,4.09,2.74,11,3.44,1.59,9,2.73,1.56,11,3.78,1.99,9,5.62,1.93,16,5.57,2.7,7,3.45,1.63,11,4.6,2.99,10,2.92,1.75,13,3.71,1.89,7,6.0,2.05,19,3.75,1.5,4,2.93,1.54,14,6.14,2.41,7
+arise,6.17,1.25,18,4.76,2.3,21,5.87,1.46,23,6.6,1.14,5,6.0,1.35,12,4.5,2.81,6,4.87,2.17,15,5.6,1.07,10,6.08,1.71,13,5.86,1.46,7,6.4,1.17,10,5.14,2.54,7,4.57,2.24,14,5.45,1.37,11,6.25,1.48,12,6.33,0.89,12,5.83,1.83,6,4.64,2.25,11,4.9,2.47,10,5.43,1.16,14,6.56,1.67,9
+aristocracy,5.21,2.07,19,4.15,2.39,20,5.08,2.47,24,5.38,2.36,13,4.83,1.33,6,3.4,2.51,5,4.4,2.38,15,4.69,2.59,13,5.55,2.34,11,5.22,2.64,9,5.2,1.55,10,4.0,2.31,7,4.23,2.52,13,4.55,2.5,11,5.54,2.44,13,5.33,1.87,9,5.1,2.33,10,4.2,2.44,10,4.1,2.47,10,5.11,3.1,9,5.07,2.12,15
+aristocrat,4.28,1.41,18,3.6,2.01,20,4.94,2.82,16,5.0,1.0,3,4.07,1.49,14,3.2,1.87,10,4.0,2.16,10,5.86,2.54,7,4.22,2.95,9,4.5,1.38,6,4.09,1.51,11,3.29,1.98,7,3.77,2.09,13,4.0,2.92,5,5.36,2.8,11,4.64,1.63,11,3.71,0.76,7,4.1,2.13,10,3.1,1.85,10,4.12,2.75,8,5.75,2.82,8
+aristocratic,5.79,2.04,19,3.18,2.08,22,4.43,2.11,23,5.36,2.16,11,6.14,1.86,7,2.25,1.16,8,3.71,2.33,14,4.86,2.48,7,4.25,1.98,16,5.88,1.73,8,5.73,2.33,11,2.44,1.81,9,3.69,2.18,13,3.82,1.89,11,5.0,2.22,12,6.25,1.96,12,5.0,2.08,7,2.45,1.51,11,3.91,2.39,11,4.54,2.37,13,4.3,1.83,10
+arithmetic,4.95,1.79,22,4.0,2.38,26,5.54,2.57,24,5.33,2.18,9,4.69,1.49,13,2.9,2.33,10,4.69,2.21,16,5.56,2.65,9,5.53,2.61,15,4.88,1.81,8,5.0,1.84,14,4.38,2.57,13,3.62,2.22,13,4.92,2.64,12,6.17,2.44,12,4.58,1.38,12,5.4,2.17,10,3.53,2.59,15,4.64,2.01,11,5.62,2.69,13,5.45,2.54,11
+ark,6.15,1.31,20,3.52,2.18,21,5.88,2.44,24,5.33,0.58,3,6.29,1.36,17,3.43,2.51,7,3.69,2.14,13,6.62,2.45,8,5.5,2.42,16,6.0,1.53,7,6.23,1.24,13,4.71,2.75,7,3.0,1.68,13,5.31,2.75,13,6.55,1.92,11,6.0,1.12,9,6.27,1.49,11,4.09,1.97,11,2.9,2.33,10,5.83,2.75,18,6.0,1.26,6
+arm,5.44,1.7,41,3.44,2.05,45,6.02,1.98,44,5.0,2.14,18,5.78,1.2,23,4.25,2.11,16,2.96,1.93,28,5.48,2.23,23,6.6,1.54,20,5.6,1.65,30,5.0,1.84,11,2.89,2.17,18,3.81,1.92,27,5.37,2.0,27,7.06,1.48,17,5.36,1.71,22,5.53,1.74,19,2.7,2.2,20,4.04,1.74,25,5.89,1.97,35,6.56,2.07,9
+armada,4.6,1.76,20,3.29,2.24,21,5.6,2.4,25,4.0,2.65,3,4.71,1.65,17,3.29,2.98,7,3.46,1.85,13,5.75,2.19,8,5.53,2.55,17,4.0,1.83,7,4.92,1.71,13,4.14,2.54,7,3.0,2.04,13,5.43,2.24,14,5.82,2.68,11,4.89,0.93,9,4.36,2.25,11,3.64,2.58,11,2.9,1.85,10,5.5,2.75,18,5.86,1.21,7
+armament,5.05,2.07,19,4.65,2.53,23,5.37,1.8,19,4.78,1.72,9,5.3,2.41,10,5.43,2.51,7,4.47,2.56,15,6.2,1.81,10,4.44,1.33,9,5.33,1.94,9,4.8,2.25,10,4.9,2.81,10,4.67,2.39,12,5.88,1.13,8,5.1,2.23,10,5.08,1.98,12,5.0,2.38,7,4.4,2.58,20,6.33,1.53,3,5.5,1.2,8,5.27,2.2,11
+armchair,5.67,1.77,21,2.75,1.98,24,5.79,2.37,19,5.44,2.19,9,5.83,1.47,12,2.5,1.76,6,2.83,2.09,18,4.71,2.63,7,6.42,2.07,12,5.44,1.82,16,6.4,1.52,5,3.0,2.25,14,2.4,1.58,10,5.33,2.78,9,6.2,1.99,10,5.67,1.92,12,5.67,1.66,9,2.87,2.13,15,2.56,1.81,9,5.73,2.8,11,5.88,1.81,8
+armed,4.11,1.97,19,6.3,1.92,23,5.68,2.71,19,4.44,1.88,9,3.8,2.1,10,7.57,0.79,7,5.87,2.03,15,5.9,2.38,10,5.44,3.17,9,4.11,2.15,9,4.1,1.91,10,6.6,2.12,10,6.25,1.76,12,5.25,2.19,8,6.0,3.27,10,4.0,2.0,12,4.29,2.06,7,6.3,2.0,20,6.33,1.53,3,5.25,3.06,8,6.0,2.53,11
+armor,6.1,1.51,21,3.29,2.44,24,6.3,2.03,20,6.62,1.69,8,5.77,1.36,13,4.5,2.66,6,2.89,2.3,18,6.64,1.69,11,5.89,2.42,9,6.58,1.62,12,5.44,1.13,9,4.2,2.74,10,2.64,2.06,14,6.46,2.22,13,6.0,1.73,7,6.14,1.56,14,6.0,1.53,7,3.5,2.39,16,2.88,2.64,8,6.33,1.67,12,6.25,2.6,8
+armored,5.67,1.59,21,3.52,2.14,21,5.7,2.3,27,5.3,1.64,10,6.0,1.55,11,3.0,1.91,7,3.79,2.26,14,5.76,2.05,17,5.6,2.8,10,6.0,1.48,11,5.3,1.7,10,2.2,1.79,5,3.94,2.11,16,6.29,2.02,14,5.08,2.5,13,5.46,1.45,13,6.0,1.85,8,3.2,2.7,10,3.82,1.54,11,5.86,2.85,14,5.54,1.61,13
+armory,5.25,1.33,20,4.48,2.32,21,5.74,2.56,34,5.0,0.47,10,5.5,1.84,10,4.62,2.33,8,4.38,2.4,13,5.86,2.54,14,5.65,2.64,20,5.33,1.5,9,5.18,1.25,11,5.08,1.8,13,3.5,2.83,8,5.36,2.65,22,6.42,2.35,12,5.2,1.48,10,5.3,1.25,10,4.36,2.44,14,4.71,2.21,7,5.71,2.37,17,5.76,2.82,17
+armpit,4.1,1.59,20,3.57,1.78,21,5.24,1.88,25,4.42,1.73,12,3.62,1.3,8,4.71,1.7,7,3.0,1.57,14,4.8,1.93,10,5.53,1.85,15,4.33,1.15,3,4.06,1.68,17,3.0,1.49,10,4.09,1.92,11,4.86,1.68,7,5.39,1.97,18,4.27,1.27,11,3.89,1.96,9,3.23,1.48,13,4.12,2.17,8,5.33,1.87,9,5.19,1.94,16
+army,4.65,2.03,20,4.49,2.63,43,4.65,2.67,37,5.4,1.52,5,4.4,2.16,15,4.3,2.75,10,4.56,2.68,32,4.47,2.67,17,4.8,2.73,20,5.4,1.26,10,3.9,2.42,10,5.13,2.75,15,4.14,2.55,28,4.53,2.8,15,4.73,2.64,22,4.42,2.11,12,5.0,2.0,8,3.95,2.68,19,4.92,2.57,24,4.36,2.95,14,4.83,2.53,23
+aroma,7.65,1.35,20,4.35,2.19,23,6.06,2.31,18,7.75,1.39,8,7.58,1.38,12,4.64,2.11,11,4.08,2.31,12,5.2,2.39,10,7.12,1.81,8,7.0,1.73,7,8.08,1.0,12,4.0,2.49,11,4.67,1.92,12,5.86,2.61,7,6.18,2.23,11,7.67,1.56,12,7.62,1.06,8,3.91,2.39,11,4.75,2.01,12,5.67,2.65,9,6.44,2.01,9
+arouse,6.67,2.08,21,6.21,2.5,24,6.1,2.43,20,7.0,1.07,8,6.46,2.54,13,6.67,1.63,6,6.06,2.75,18,6.73,2.0,11,5.33,2.78,9,6.5,2.11,12,6.89,2.15,9,6.4,2.41,10,6.07,2.64,14,6.0,2.45,13,6.29,2.56,7,6.64,2.44,14,6.71,1.25,7,6.56,2.53,16,5.5,2.45,8,6.42,2.19,12,5.62,2.83,8
+aroused,5.95,1.85,20,7.3,2.47,20,5.58,2.4,53,6.67,2.08,3,5.82,1.85,17,6.67,2.58,6,7.57,2.47,14,5.84,2.29,32,5.25,2.61,20,6.57,1.72,7,5.62,1.89,13,7.57,2.57,7,7.15,2.51,13,5.42,2.66,31,5.9,2.02,21,5.67,1.5,9,6.18,2.14,11,7.33,3.04,9,7.27,2.05,11,5.92,2.65,26,5.26,2.12,27
+arraignment,3.91,1.74,22,4.6,1.96,25,5.33,2.62,24,3.78,2.17,9,4.0,1.47,13,4.9,1.79,10,4.4,2.1,15,6.11,2.2,9,4.87,2.8,15,4.12,2.03,8,3.79,1.63,14,4.54,2.18,13,4.67,1.78,12,6.0,2.34,12,4.67,2.81,12,3.83,1.59,12,4.0,2.0,10,5.2,1.61,15,3.7,2.16,10,5.77,2.71,13,4.82,2.52,11
+arrange,5.15,0.93,20,3.57,2.11,21,6.71,1.83,34,5.5,0.71,10,4.8,1.03,10,4.5,2.62,8,3.0,1.58,13,6.21,2.01,14,7.05,1.67,20,4.89,0.6,9,5.36,1.12,11,4.23,2.09,13,2.5,1.77,8,6.86,1.88,22,6.42,1.78,12,4.8,0.63,10,5.5,1.08,10,3.43,2.21,14,3.86,2.04,7,6.35,1.84,17,7.06,1.82,17
+arrangement,5.71,1.45,21,3.0,1.89,20,5.5,2.67,22,6.5,1.38,6,5.4,1.4,15,2.62,1.6,8,3.25,2.09,12,5.5,2.97,12,5.5,2.42,10,6.11,1.76,9,5.42,1.16,12,3.22,1.86,9,2.82,1.99,11,4.14,2.12,7,6.13,2.72,15,6.0,1.89,10,5.45,0.93,11,3.38,1.98,13,2.29,1.6,7,5.33,3.17,12,5.7,2.06,10
+array,5.9,1.48,21,3.71,2.0,21,5.62,1.43,21,5.67,1.58,9,6.08,1.44,12,3.5,2.74,6,3.79,1.81,14,5.5,1.38,6,5.67,1.5,15,5.56,1.74,9,6.17,1.27,12,3.8,1.64,5,3.69,2.15,16,5.2,0.92,10,6.0,1.73,11,5.83,1.8,12,6.0,1.0,9,3.62,1.6,8,3.77,2.28,13,5.25,1.22,12,6.11,1.62,9
+arrest,2.33,1.37,18,6.86,2.24,21,3.11,2.05,18,3.0,1.69,8,1.8,0.79,10,5.71,3.09,7,7.43,1.5,14,2.64,1.57,11,3.86,2.61,7,2.91,1.45,11,1.43,0.53,7,7.11,2.52,9,6.67,2.1,12,2.91,2.39,11,3.43,1.51,7,2.58,1.51,12,1.83,0.98,6,6.92,2.27,12,6.78,2.33,9,2.89,1.96,9,3.33,2.24,9
+arrhythmia,3.86,2.32,22,4.95,2.46,22,4.25,1.68,20,4.0,1.69,8,3.79,2.67,14,4.9,2.69,10,5.0,2.37,12,5.14,1.95,7,3.77,1.36,13,4.0,2.37,11,3.73,2.37,11,4.0,2.0,11,5.91,2.59,11,4.4,1.88,15,3.8,0.84,5,4.1,2.02,10,3.67,2.61,12,5.5,1.9,10,4.5,2.84,12,4.1,1.45,10,4.4,1.96,10
+arrival,6.67,1.28,21,3.6,2.42,25,6.53,1.87,19,6.33,1.0,9,6.92,1.44,12,3.17,2.04,6,3.72,2.63,18,5.14,1.57,7,7.33,1.56,12,6.56,1.21,16,7.0,1.58,5,3.79,2.83,14,3.3,1.95,10,6.44,2.13,9,6.6,1.71,10,6.75,1.36,12,6.56,1.24,9,4.0,2.68,16,2.89,1.76,9,6.09,2.21,11,7.12,1.13,8
+arrive,6.41,1.84,22,5.0,2.75,20,6.84,1.95,19,6.31,1.89,13,6.56,1.88,9,5.86,2.54,7,4.54,2.85,13,6.71,1.7,7,6.92,2.15,12,6.17,2.25,12,6.7,1.25,10,4.78,2.59,9,5.18,2.99,11,6.5,2.27,10,7.22,1.56,9,6.83,1.8,12,5.9,1.85,10,6.14,2.12,7,4.38,2.93,13,6.71,2.56,7,6.92,1.62,12
+arrogance,2.55,1.23,20,4.65,2.35,20,5.0,2.11,18,2.43,1.4,7,2.62,1.19,13,4.33,2.45,9,4.91,2.34,11,5.0,3.16,5,5.0,1.73,13,2.7,1.49,10,2.22,0.83,9,4.12,2.3,8,5.0,2.41,12,4.69,2.25,13,5.8,1.64,5,2.45,1.44,11,2.67,1.0,9,4.58,2.35,12,4.75,2.49,8,5.0,2.24,9,5.0,2.12,9
+arrogant,2.52,1.29,21,5.15,2.13,20,4.64,2.54,22,2.58,1.0,12,2.44,1.67,9,4.7,2.16,10,5.6,2.12,10,5.1,2.42,10,4.25,2.67,12,2.5,2.38,4,2.53,1.01,17,4.14,2.48,7,5.69,1.8,13,4.82,2.64,11,4.45,2.54,11,2.58,1.56,12,2.44,0.88,9,5.1,2.28,10,5.2,2.1,10,5.55,2.7,11,3.73,2.1,11
+arrow,5.24,1.81,21,3.91,2.59,23,5.53,2.21,17,5.33,1.66,9,5.17,1.99,12,4.09,2.43,11,3.75,2.83,12,6.11,2.32,9,4.88,2.03,8,5.86,2.19,7,4.92,1.66,13,4.18,2.68,11,3.67,2.61,12,6.0,2.65,7,5.2,1.93,10,5.46,2.18,13,4.88,0.99,8,4.45,2.77,11,3.42,2.43,12,6.0,1.31,8,5.11,2.8,9
+arsenal,4.45,2.2,22,5.48,2.24,25,5.25,2.47,24,5.44,1.88,9,3.77,2.2,13,6.0,2.31,10,5.13,2.2,15,5.22,2.17,9,5.27,2.71,15,4.12,1.89,8,4.64,2.41,14,5.17,2.33,12,5.77,2.2,13,4.83,2.04,12,5.67,2.87,12,4.08,2.39,12,4.9,1.97,10,5.36,2.47,14,5.64,2.01,11,5.46,2.44,13,5.0,2.61,11
+arsenic,3.0,1.82,21,4.7,1.84,23,3.46,1.79,26,3.09,1.92,11,2.9,1.79,10,4.64,2.29,11,4.75,1.42,12,3.27,1.27,11,3.64,2.21,14,3.6,1.84,10,2.45,1.69,11,4.82,2.36,11,4.58,1.31,12,3.76,1.89,17,2.88,1.64,8,3.0,2.0,13,3.0,1.6,8,4.93,1.94,15,4.25,1.67,8,3.35,2.0,17,3.67,1.41,9
+arson,2.26,1.52,19,5.41,2.5,22,3.78,2.7,23,2.27,1.56,11,2.43,1.62,7,5.62,2.62,8,5.29,2.52,14,4.57,2.51,7,3.44,2.78,16,2.88,1.64,8,1.82,1.33,11,4.67,2.6,9,5.92,2.4,13,3.73,2.2,11,3.83,3.19,12,2.25,1.76,12,2.29,1.11,7,4.82,2.48,11,6.0,2.49,11,4.08,3.07,13,3.4,2.22,10
+arsonist,2.5,1.88,20,6.95,2.09,19,3.42,2.32,26,2.36,1.75,11,2.67,2.12,9,7.0,1.63,7,6.92,2.39,12,4.15,2.7,13,2.69,1.65,13,2.45,2.21,11,2.56,1.51,9,7.0,1.76,10,6.89,2.52,9,3.94,2.51,17,2.44,1.59,9,2.1,1.66,10,2.9,2.08,10,7.33,1.44,12,6.29,2.93,7,3.5,2.28,16,3.3,2.5,10
+art,6.85,1.89,39,4.48,2.48,23,6.02,2.14,55,6.31,1.89,13,7.08,1.89,25,3.86,2.12,7,4.93,2.63,15,6.54,2.08,26,5.57,2.15,28,5.94,2.08,16,7.45,1.5,22,4.3,2.95,10,4.83,2.12,12,5.94,2.27,35,6.21,1.96,19,6.61,2.02,23,7.19,1.68,16,4.25,2.57,20,6.0,1.0,3,6.25,2.32,28,5.78,1.95,27
+arterial,3.95,1.66,21,3.39,2.41,23,4.12,2.23,17,4.0,2.0,9,3.92,1.44,12,3.82,2.36,11,3.0,2.49,12,4.56,2.07,9,3.62,2.45,8,4.14,1.95,7,3.77,1.59,13,4.18,2.79,11,2.67,1.83,12,4.14,2.73,7,4.1,1.97,10,3.54,1.9,13,4.62,0.92,8,3.45,2.46,11,3.33,2.46,12,3.0,1.51,8,5.11,2.37,9
+artery,4.29,2.28,21,4.09,2.35,23,4.78,2.29,18,4.78,3.11,9,3.92,1.44,12,4.82,2.23,11,3.42,2.35,12,4.9,2.38,10,4.62,2.33,8,5.57,2.57,7,3.54,1.94,13,4.64,2.58,11,3.58,2.11,12,4.43,2.82,7,5.0,2.0,11,4.23,2.65,13,4.38,1.69,8,4.36,2.69,11,3.83,2.08,12,3.78,1.64,9,5.78,2.49,9
+arthritis,2.32,1.06,19,4.27,1.88,22,2.63,1.71,19,2.0,0.76,8,2.55,1.21,11,3.6,2.07,5,4.62,1.78,16,1.33,0.52,6,3.23,1.74,13,2.46,0.78,13,2.0,1.55,6,4.33,1.72,12,4.44,2.13,9,3.56,2.01,9,1.8,0.79,10,2.6,0.7,10,2.0,1.32,9,3.83,2.12,12,4.8,1.48,10,2.33,2.16,6,2.77,1.54,13
+artichoke,5.3,1.75,20,3.5,2.48,22,5.48,2.41,27,5.29,2.06,7,5.31,1.65,13,3.6,2.41,10,3.42,2.64,12,5.87,2.13,15,5.09,2.84,11,4.82,1.6,11,5.89,1.83,9,4.22,1.79,9,3.0,2.83,13,5.47,2.9,17,5.67,1.32,9,5.54,1.98,13,4.86,1.21,7,3.0,1.97,16,4.83,3.37,6,5.33,2.35,12,5.6,2.53,15
+article,5.68,1.42,19,3.5,1.71,22,5.68,1.63,19,5.78,1.86,9,5.6,0.97,10,2.0,1.0,5,4.06,1.61,16,5.67,1.97,6,5.69,1.55,13,6.07,1.21,14,4.6,1.52,5,3.67,1.97,12,3.44,1.42,9,5.11,1.17,9,6.2,1.87,10,6.11,1.45,9,5.3,1.34,10,2.92,1.56,12,4.2,1.69,10,6.0,2.0,6,5.54,1.51,13
+articulate,6.55,1.53,22,4.27,2.59,22,6.89,1.85,19,6.25,1.49,8,6.54,1.51,13,4.75,2.76,8,3.92,2.63,13,6.57,1.99,7,7.36,1.63,11,6.62,1.19,8,6.31,1.65,13,4.56,2.83,9,4.08,2.5,13,6.86,1.46,7,6.92,2.11,12,6.0,1.55,11,7.09,1.38,11,3.11,2.37,9,5.08,2.5,13,7.0,2.0,16,6.33,0.58,3
+artifact,6.2,1.61,20,4.95,2.28,20,5.73,1.82,26,6.55,1.21,11,5.78,1.99,9,5.86,2.67,7,4.46,1.98,13,5.54,1.71,13,5.92,1.98,13,6.36,2.06,11,6.0,0.87,9,5.64,2.2,11,4.11,2.2,9,5.88,1.93,17,5.44,1.67,9,5.6,1.84,10,6.8,1.14,10,4.92,2.35,12,5.0,2.33,8,5.75,2.02,16,5.7,1.57,10
+artificial,3.86,1.68,21,4.17,1.71,24,4.55,2.28,22,4.25,1.83,8,3.62,1.61,13,4.31,1.84,13,4.0,1.61,11,5.46,2.37,13,3.22,1.39,9,3.62,1.69,8,4.25,1.54,12,4.93,1.14,14,3.1,1.85,10,4.67,2.35,12,4.4,2.32,10,3.5,1.9,10,4.18,1.47,11,3.94,1.75,17,4.71,1.6,7,4.4,2.67,10,4.67,2.02,12
+artillery,4.1,1.77,20,4.56,2.59,18,4.64,2.48,22,4.4,1.67,5,4.0,1.85,15,4.83,2.93,6,4.42,2.54,12,4.1,1.73,10,5.08,2.97,12,4.5,1.65,10,3.7,1.89,10,5.0,2.83,10,4.0,2.33,8,5.27,2.49,11,4.0,2.41,11,3.83,2.17,12,4.5,0.93,8,3.0,2.78,9,6.11,1.05,9,4.64,2.5,11,4.64,2.58,11
+artist,6.76,2.47,21,4.1,2.65,20,6.95,2.17,19,5.85,2.64,13,8.25,1.16,8,5.14,2.79,7,3.54,2.5,13,7.0,2.08,7,6.92,2.31,12,6.58,2.97,12,7.0,1.73,9,4.11,2.57,9,4.09,2.84,11,6.7,2.36,10,7.22,2.05,9,7.0,2.34,12,6.44,2.74,9,5.71,1.5,7,3.23,2.77,13,7.57,1.62,7,6.58,2.43,12
+artiste,6.33,1.85,21,3.0,2.23,24,5.35,2.03,20,5.5,2.33,8,6.85,1.34,13,4.17,1.83,6,2.61,2.25,18,5.91,2.17,11,4.67,1.73,9,5.92,2.02,12,6.89,1.54,9,3.6,2.72,10,2.57,1.79,14,5.54,2.4,13,5.0,1.15,7,6.5,1.61,14,6.0,2.38,7,3.25,1.95,16,2.5,2.78,8,5.5,1.93,12,5.12,2.3,8
+artistic,7.0,1.17,20,5.0,2.74,18,6.86,2.15,21,6.8,1.64,5,7.07,1.03,15,5.0,2.83,6,5.0,2.83,12,6.6,1.58,10,7.09,2.63,11,7.0,1.15,10,7.0,1.25,10,5.1,2.73,10,4.88,2.95,8,7.82,1.17,11,5.8,2.53,10,6.67,1.07,12,7.5,1.2,8,5.0,3.32,9,5.0,2.24,9,7.36,1.36,11,6.3,2.75,10
+artistry,6.91,1.77,22,4.71,2.57,21,7.43,1.75,21,7.21,1.89,14,6.38,1.51,8,4.0,2.0,11,5.56,3.17,9,5.4,2.41,5,8.06,0.85,16,6.7,2.11,10,7.08,1.51,12,4.18,2.75,11,5.3,2.36,10,6.83,2.04,12,8.22,0.83,9,7.17,1.59,12,6.6,2.01,10,4.62,2.6,13,4.88,2.7,8,7.09,1.81,11,7.8,1.69,10
+artwork,6.76,1.55,21,4.18,2.91,22,6.33,1.65,21,6.44,1.13,9,7.0,1.81,12,2.83,3.13,6,4.73,2.84,15,5.5,1.64,6,6.67,1.59,15,6.33,1.73,9,7.08,1.38,12,5.2,3.03,5,3.88,2.89,17,6.73,1.1,11,5.9,2.08,10,6.75,1.76,12,6.78,1.3,9,4.56,3.24,9,3.92,2.75,13,6.75,1.42,12,5.78,1.86,9
+arty,6.55,2.11,22,5.53,2.55,19,5.48,2.32,21,5.8,2.39,5,6.81,2.1,16,4.62,3.02,8,6.18,2.04,11,5.5,2.32,10,5.45,2.42,11,6.17,2.55,12,7.0,1.41,10,4.2,2.1,10,7.0,2.24,9,4.67,2.15,12,6.56,2.19,9,6.64,2.25,11,6.45,2.07,11,4.0,1.51,8,6.64,2.62,11,5.44,2.4,9,5.5,2.35,12
+asbestos,2.24,1.34,21,4.38,2.53,24,3.05,2.3,22,2.38,1.19,8,2.15,1.46,13,4.67,2.74,12,4.08,2.39,12,3.46,2.67,13,2.44,1.59,9,2.75,1.58,8,2.0,1.13,12,4.54,1.81,13,4.18,3.28,11,3.67,2.53,12,2.3,1.83,10,2.3,1.57,10,2.18,1.17,11,4.0,2.4,17,5.29,2.81,7,2.7,2.63,10,3.33,2.06,12
+ascend,6.19,1.5,21,4.13,2.53,23,5.58,2.06,26,6.0,1.41,11,6.4,1.65,10,4.36,2.66,11,3.92,2.5,12,6.0,2.28,11,5.29,1.98,14,6.6,1.78,10,5.82,1.17,11,5.0,2.83,11,3.33,2.02,12,5.35,2.26,17,6.12,1.73,8,6.62,1.71,13,5.5,0.76,8,4.13,2.5,15,4.12,2.75,8,5.47,2.07,17,5.78,2.17,9
+ascendant,5.29,1.59,21,3.23,2.0,22,5.78,1.9,18,5.22,1.99,9,5.33,1.3,12,3.27,1.85,11,3.18,2.23,11,5.7,1.89,10,5.88,2.03,8,4.43,2.15,7,5.77,1.09,13,3.36,2.01,11,3.09,2.07,11,5.43,2.23,7,6.0,1.73,11,5.0,1.73,13,5.75,1.28,8,3.4,2.01,10,3.08,2.07,12,5.56,1.94,9,6.0,1.94,9
+ascending,5.14,1.73,22,3.73,2.23,22,5.55,2.21,20,5.38,0.92,8,5.0,2.08,14,3.9,2.28,10,3.58,2.27,12,6.29,2.75,7,5.15,1.86,13,5.27,1.62,11,5.0,1.9,11,3.36,1.75,11,4.09,2.66,11,5.4,2.47,15,6.0,1.22,5,4.2,1.75,10,5.92,1.31,12,3.8,2.15,10,3.67,2.39,12,5.3,1.95,10,5.8,2.53,10
+ascension,5.77,1.57,22,5.36,2.26,22,5.45,2.01,20,5.88,2.03,8,5.71,1.33,14,5.1,1.97,10,5.58,2.54,12,6.71,1.7,7,4.77,1.88,13,5.64,1.57,11,5.91,1.64,11,4.82,2.04,11,5.91,2.43,11,5.67,1.95,15,4.8,2.28,5,5.1,1.52,10,6.33,1.44,12,5.9,1.97,10,4.92,2.47,12,5.5,0.97,10,5.4,2.76,10
+ascertain,5.3,1.49,20,3.17,1.99,23,6.29,1.65,28,5.62,0.92,8,5.08,1.78,12,2.89,1.69,9,3.36,2.21,14,5.86,1.66,14,6.71,1.59,14,5.22,2.17,9,5.36,0.67,11,3.0,1.6,12,3.36,2.42,11,5.79,1.85,14,6.79,1.31,14,5.1,1.85,10,5.5,1.08,10,3.45,2.02,11,2.92,2.02,12,5.92,1.68,12,6.56,1.63,16
+ashamed,2.52,2.23,21,5.65,2.39,20,4.63,2.69,19,3.23,2.55,13,1.38,0.74,8,4.43,1.9,7,6.31,2.43,13,5.71,2.69,7,4.0,2.59,12,2.75,2.56,12,2.22,1.79,9,4.33,2.45,9,6.73,1.79,11,4.8,2.25,10,4.44,3.24,9,2.0,1.6,12,3.22,2.82,9,4.71,1.6,7,6.15,2.64,13,4.14,2.48,7,4.92,2.87,12
+ashtray,3.52,1.66,21,3.48,2.27,23,5.56,2.38,18,3.33,1.73,9,3.67,1.67,12,4.0,2.32,11,3.0,2.22,12,5.3,2.54,10,5.88,2.3,8,4.43,1.9,7,3.08,1.44,13,4.45,2.21,11,2.58,2.02,12,5.71,2.69,7,5.45,2.3,11,3.77,1.96,13,3.12,0.99,8,3.18,2.18,11,3.75,2.42,12,4.89,2.09,9,6.22,2.59,9
+asinine,5.05,2.25,21,4.63,2.48,19,4.81,2.34,36,5.38,2.67,8,4.85,2.03,13,4.4,2.3,5,4.71,2.61,14,4.64,2.25,11,4.88,2.42,25,5.38,2.36,13,4.5,2.07,8,4.36,2.38,11,5.0,2.73,8,5.2,1.96,20,4.31,2.73,16,5.09,2.02,11,5.0,2.58,10,5.55,2.07,11,3.38,2.56,8,4.27,2.37,22,5.64,2.1,14
+ask,5.95,1.4,22,3.48,2.16,21,6.29,1.83,17,6.33,1.51,6,5.87,1.41,15,3.14,2.34,7,3.64,2.13,14,6.0,1.87,9,6.62,1.85,8,5.86,1.41,14,6.29,1.5,7,2.44,1.59,9,4.25,2.26,12,6.78,1.72,9,5.75,1.91,8,5.86,1.35,14,6.12,1.55,8,3.33,2.73,6,3.53,2.0,15,6.67,2.0,9,5.88,1.64,8
+asleep,6.5,1.89,18,2.0,2.43,21,4.33,2.7,18,6.25,2.25,8,6.7,1.64,10,2.71,2.98,7,1.64,2.13,14,3.09,1.51,11,6.29,3.09,7,6.64,2.01,11,6.29,1.8,7,1.89,2.67,9,2.08,2.35,12,4.64,2.84,11,3.86,2.61,7,6.25,2.05,12,7.0,1.55,6,1.75,2.3,12,2.33,2.69,9,4.0,2.87,9,4.67,2.65,9
+asparagus,5.43,2.27,21,2.73,1.98,22,5.67,1.78,27,5.1,2.38,10,5.73,2.24,11,2.57,1.99,7,2.8,2.04,15,5.88,2.18,17,5.3,0.67,10,5.09,2.26,11,5.8,2.35,10,3.4,3.05,5,2.53,1.62,17,5.86,2.18,14,5.46,1.27,13,4.77,2.49,13,6.5,1.41,8,2.1,1.6,10,3.25,2.18,12,6.07,1.69,14,5.23,1.83,13
+aspect,4.89,1.15,19,3.39,2.06,18,4.76,2.46,17,5.27,0.65,11,4.38,1.51,8,4.5,2.52,4,3.07,1.9,14,3.0,1.85,8,6.33,1.8,9,5.12,0.83,8,4.73,1.35,11,3.29,2.14,7,3.45,2.11,11,4.17,2.79,6,5.09,2.34,11,4.77,1.3,13,5.17,0.75,6,3.0,1.95,11,4.0,2.24,7,5.0,2.16,7,4.6,2.76,10
+aspen,6.57,1.66,21,4.11,2.35,19,5.5,1.95,36,6.5,1.77,8,6.62,1.66,13,3.2,1.3,5,4.43,2.59,14,5.09,2.3,11,5.68,1.8,25,6.77,1.96,13,6.25,1.04,8,4.36,2.29,11,3.75,2.55,8,5.55,1.99,20,5.44,1.97,16,6.0,1.67,11,7.2,1.48,10,4.64,2.8,11,3.38,1.41,8,5.68,2.1,22,5.21,1.72,14
+asphalt,4.46,1.67,24,3.2,1.88,20,4.62,2.33,21,4.5,1.69,8,4.44,1.71,16,2.88,2.17,8,3.42,1.73,12,4.09,2.51,11,5.2,2.1,10,4.57,1.81,7,4.41,1.66,17,3.1,1.97,10,3.3,1.89,10,4.36,2.56,14,5.14,1.86,7,4.22,1.72,9,4.6,1.68,15,3.07,2.02,14,3.5,1.64,6,4.0,2.45,12,5.44,2.01,9
+asphyxia,2.19,1.47,21,6.14,2.37,21,2.4,1.47,25,2.33,1.44,12,2.0,1.58,9,6.71,2.29,7,5.86,2.44,14,3.3,1.49,10,1.8,1.15,15,2.5,1.91,4,2.12,1.41,17,5.9,2.28,10,6.36,2.54,11,1.43,0.79,7,2.78,1.52,18,2.5,1.68,12,1.78,1.09,9,5.92,2.18,13,6.5,2.78,8,1.78,0.83,9,2.75,1.65,16
+asphyxiation,1.53,0.84,19,6.91,1.9,22,2.54,2.0,24,1.67,1.03,6,1.46,0.78,13,6.83,2.29,12,7.0,1.41,10,3.25,2.87,8,2.19,1.38,16,1.8,0.92,10,1.22,0.67,9,7.56,1.33,9,6.46,2.15,13,2.82,2.21,17,1.5,0.84,6,1.38,0.74,8,1.64,0.92,11,6.33,2.5,9,7.31,1.32,13,2.81,2.23,16,2.0,1.41,8
+aspiration,6.26,2.26,19,5.0,2.41,21,5.94,2.2,34,7.11,1.9,9,5.5,2.37,10,5.62,2.33,8,4.62,2.47,13,5.64,1.98,14,6.15,2.37,20,6.56,1.88,9,6.0,2.62,10,5.54,2.11,13,4.12,2.75,8,5.68,2.17,22,6.42,2.27,12,5.9,1.73,10,6.67,2.78,9,4.93,2.46,14,5.14,2.48,7,5.65,1.73,17,6.24,2.61,17
+aspire,6.43,1.78,21,3.68,2.51,22,6.85,1.81,27,5.4,1.65,10,7.36,1.36,11,2.57,2.15,7,4.2,2.57,15,7.06,1.85,17,6.5,1.78,10,6.45,1.97,11,6.4,1.65,10,3.2,3.19,5,3.82,2.38,17,7.07,1.77,14,6.62,1.89,13,6.15,2.08,13,6.88,1.13,8,3.6,3.1,10,3.75,2.05,12,6.79,2.04,14,6.92,1.61,13
+aspirin,5.3,1.34,20,3.35,2.13,20,5.12,2.4,25,5.67,0.58,3,5.24,1.44,17,3.5,2.51,6,3.23,2.13,13,4.62,2.26,8,5.35,2.5,17,5.0,1.15,7,5.46,1.45,13,3.86,2.04,7,3.0,2.3,12,4.64,2.24,14,5.73,2.57,11,5.11,1.05,9,5.45,1.57,11,3.36,1.69,11,3.33,2.69,9,4.89,2.56,18,5.71,1.98,7
+aspiring,6.89,1.79,19,4.41,2.89,22,6.85,1.7,27,6.17,1.72,6,7.23,1.79,13,4.64,2.84,11,4.18,3.06,11,7.27,1.42,11,6.56,1.86,16,7.0,2.14,11,6.75,1.28,8,3.91,2.47,11,4.91,3.3,11,6.67,2.0,18,7.22,0.83,9,6.77,2.05,13,7.17,1.17,6,4.43,3.01,14,4.38,2.88,8,6.73,1.94,15,7.0,1.41,12
+ass,5.45,2.26,22,5.43,2.29,21,3.61,2.3,18,7.0,2.45,6,5.13,1.73,15,5.14,2.97,7,5.57,1.99,14,3.78,2.28,9,3.38,2.62,8,6.43,1.65,14,4.14,2.12,7,5.89,1.36,9,5.08,2.81,12,4.0,2.87,10,3.12,1.36,8,5.57,2.41,14,5.25,2.12,8,6.33,1.21,6,5.07,2.55,15,4.3,2.67,10,2.75,1.49,8
+assailant,3.24,1.48,21,5.7,2.46,23,3.0,2.21,21,3.8,2.39,5,3.06,1.12,16,6.33,1.97,12,5.0,2.83,11,2.73,2.15,11,2.78,1.79,9,3.25,1.36,12,3.22,1.72,9,5.81,2.2,16,5.43,3.15,7,3.55,2.02,11,2.4,2.37,10,3.0,1.63,13,3.62,1.19,8,5.79,2.7,19,5.25,0.5,4,2.64,2.02,14,3.71,2.56,7
+assassin,2.11,1.32,18,5.82,2.87,44,3.36,2.61,22,2.62,1.69,8,1.7,0.82,10,5.76,2.77,17,5.85,2.98,27,4.7,2.63,10,2.25,2.09,12,3.33,1.37,6,1.5,0.8,12,4.79,2.97,14,6.3,2.74,30,3.18,2.6,11,3.55,2.73,11,2.3,1.25,10,1.88,1.46,8,5.42,3.3,26,6.39,2.06,18,3.55,2.98,11,3.18,2.32,11
+assassinate,3.27,2.1,22,6.38,2.33,21,3.23,2.25,22,3.21,1.81,14,3.38,2.67,8,6.27,2.83,11,6.33,1.8,9,3.5,2.35,6,3.12,2.28,16,3.9,1.85,10,2.75,2.22,12,6.09,2.43,11,6.7,2.31,10,3.38,1.98,13,3.0,2.69,9,3.25,1.91,12,3.3,2.41,10,6.08,2.84,13,6.88,1.13,8,3.17,2.08,12,3.3,2.54,10
+assassination,1.83,0.86,18,6.2,2.75,20,4.0,2.75,20,1.67,0.58,3,1.86,0.95,14,6.4,2.59,10,6.0,3.02,10,4.4,2.88,10,3.6,2.72,10,2.17,0.98,6,1.64,0.81,11,5.86,3.24,7,6.38,2.57,13,4.62,2.92,8,3.58,2.68,12,1.55,0.82,11,2.29,0.76,7,6.2,2.86,10,6.2,2.78,10,3.67,3.08,9,4.27,2.57,11
+assault,2.05,1.45,39,6.8,2.11,916,3.49,2.71,43,2.53,1.77,15,1.75,1.15,24,6.7,2.15,342,6.86,2.09,567,4.53,2.9,17,2.81,2.4,26,2.39,1.85,18,1.76,0.94,21,6.46,2.2,415,7.08,1.99,497,4.07,2.89,27,2.5,2.1,16,2.09,1.57,22,2.0,1.32,17,6.67,2.23,509,6.96,1.95,407,3.33,2.88,24,3.68,2.54,19
+assemble,5.14,1.82,21,3.52,2.39,23,6.28,2.32,18,4.89,2.2,9,5.33,1.56,12,4.09,2.81,11,3.0,1.91,12,6.8,2.3,10,5.62,2.33,8,4.14,2.04,7,5.69,1.6,13,4.36,2.73,11,2.75,1.82,12,6.14,3.18,7,6.36,1.75,11,4.85,1.82,13,5.62,1.85,8,3.0,2.19,11,4.0,2.56,12,5.56,2.74,9,7.0,1.66,9
+assembly,5.47,1.43,19,3.95,2.72,22,4.82,1.79,28,5.5,0.84,6,5.46,1.66,13,4.0,2.57,11,3.91,2.98,11,5.09,2.43,11,4.65,1.27,17,5.27,1.42,11,5.75,1.49,8,3.64,2.66,11,4.27,2.87,11,4.94,1.8,18,4.6,1.84,10,5.38,1.45,13,5.67,1.51,6,3.64,2.82,14,4.5,2.62,8,4.94,2.24,16,4.67,0.98,12
+assemblyman,5.0,1.55,21,3.12,2.33,25,5.21,2.02,19,5.33,1.8,9,4.75,1.36,12,3.0,2.28,6,3.06,2.44,18,4.71,1.8,7,5.5,2.15,12,5.19,1.56,16,4.4,1.52,5,2.5,2.18,14,3.8,2.49,10,5.11,2.03,9,5.3,2.11,10,5.08,1.93,12,4.89,0.93,9,3.62,2.31,16,2.22,2.22,9,5.73,2.28,11,4.5,1.41,8
+assert,5.68,1.49,19,4.64,2.13,22,5.93,2.28,28,5.38,0.92,8,5.91,1.81,11,4.78,2.11,9,4.54,2.22,13,5.57,2.28,14,6.29,2.3,14,5.44,1.67,9,5.9,1.37,10,4.82,2.18,11,4.45,2.16,11,5.29,2.46,14,6.57,1.95,14,5.7,1.64,10,5.67,1.41,9,4.5,1.9,10,4.75,2.38,12,5.83,1.9,12,6.0,2.58,16
+assertive,5.37,1.83,19,5.55,2.39,20,6.04,2.58,24,5.38,2.02,13,5.33,1.51,6,5.6,1.34,5,5.53,2.7,15,6.15,2.41,13,5.91,2.88,11,5.67,2.24,9,5.1,1.45,10,6.57,1.99,7,5.0,2.48,13,5.27,2.45,11,6.69,2.59,13,5.0,1.73,9,5.7,1.95,10,5.0,2.62,10,6.1,2.13,10,7.11,2.26,9,5.4,2.61,15
+assess,5.84,1.86,19,3.45,2.2,22,5.21,1.91,28,5.67,1.37,6,5.92,2.1,13,2.82,1.94,11,4.09,2.34,11,5.09,2.39,11,5.29,1.61,17,6.18,2.04,11,5.38,1.6,8,3.27,2.1,11,3.64,2.38,11,5.06,1.89,18,5.5,2.01,10,5.69,1.75,13,6.17,2.23,6,3.57,2.38,14,3.25,1.98,8,5.19,2.17,16,5.25,1.6,12
+assessment,5.22,1.9,18,2.75,1.83,20,5.44,2.22,25,5.6,1.14,5,5.08,2.14,13,3.09,2.02,11,2.33,1.58,9,5.69,2.15,16,5.0,2.4,9,5.43,1.72,7,5.09,2.07,11,1.89,1.27,9,3.45,1.97,11,5.3,2.3,20,6.0,2.0,5,4.56,1.51,9,5.89,2.09,9,2.45,1.21,11,3.11,2.42,9,5.58,1.98,19,5.0,3.03,6
+asset,7.25,1.21,20,4.43,2.84,21,6.0,2.29,25,6.0,1.0,3,7.47,1.12,17,5.57,2.76,7,4.08,2.78,13,5.38,2.33,8,6.29,2.28,17,7.0,1.29,7,7.38,1.19,13,5.14,2.54,7,4.31,2.98,13,6.57,1.6,14,5.27,2.87,11,7.0,1.41,9,7.45,1.04,11,4.55,2.98,11,4.3,2.83,10,6.17,2.64,18,5.57,0.98,7
+asshole,2.11,1.88,18,6.38,2.77,21,2.89,1.91,18,3.0,2.56,8,1.4,0.52,10,5.71,2.63,7,6.71,2.87,14,2.91,1.92,11,2.86,2.04,7,2.45,2.34,11,1.57,0.53,7,6.56,3.05,9,6.25,2.67,12,2.45,1.92,11,3.57,1.81,7,2.25,2.26,12,1.83,0.75,6,5.83,2.92,12,7.11,2.52,9,3.56,2.01,9,2.22,1.64,9
+assign,4.75,1.62,20,3.71,1.49,21,5.74,2.43,34,4.4,1.84,10,5.1,1.37,10,3.5,1.2,8,3.85,1.68,13,5.93,2.7,14,5.6,2.28,20,4.11,1.36,9,5.27,1.68,11,4.15,1.41,13,3.0,1.41,8,5.59,2.72,22,6.0,1.86,12,4.1,1.2,10,5.4,1.78,10,3.86,1.35,14,3.43,1.81,7,5.18,2.46,17,6.29,2.34,17
+assignment,5.39,1.56,23,4.45,2.42,22,6.0,2.49,20,5.5,1.31,8,5.33,1.72,15,4.1,2.42,10,4.75,2.49,12,6.43,2.7,7,5.77,2.45,13,5.5,1.73,12,5.27,1.42,11,4.0,1.95,11,4.91,2.84,11,5.67,2.64,15,7.0,1.87,5,4.91,1.64,11,5.83,1.4,12,5.4,2.17,10,3.67,2.42,12,5.6,2.32,10,6.4,2.72,10
+assimilate,4.63,1.86,19,4.15,1.95,20,5.15,2.46,20,5.0,2.0,3,4.73,1.83,15,4.4,2.22,10,3.9,1.73,10,5.5,1.9,10,4.8,2.97,10,4.5,2.59,6,4.92,1.38,12,4.43,2.15,7,4.0,1.91,13,4.38,3.07,8,5.67,1.92,12,4.33,1.61,12,5.14,2.27,7,3.8,1.99,10,4.5,1.96,10,4.22,2.64,9,5.91,2.12,11
+assist,5.95,1.53,22,3.76,2.26,21,6.41,2.17,22,5.64,1.78,14,6.5,0.76,8,3.91,2.43,11,3.44,2.24,9,6.5,1.38,6,6.38,2.45,16,5.3,2.0,10,6.5,0.67,12,2.64,1.75,11,5.0,2.16,10,6.54,1.66,13,6.22,2.86,9,6.25,1.42,12,5.6,1.65,10,4.08,2.43,13,3.25,1.98,8,7.5,1.24,12,5.1,2.38,10
+assistance,5.82,1.79,22,3.82,2.22,22,6.45,2.42,20,6.88,1.36,8,5.21,1.76,14,3.1,2.08,10,4.42,2.23,12,7.29,1.8,7,6.0,2.65,13,5.82,2.14,11,5.82,1.47,11,3.91,1.87,11,3.73,2.61,11,5.93,2.43,15,8.0,1.73,5,5.5,1.96,10,6.08,1.68,12,4.2,2.53,10,3.5,1.98,12,6.4,2.17,10,6.5,2.76,10
+assistant,5.91,1.44,22,4.8,2.67,20,6.37,2.06,19,5.92,1.66,13,5.89,1.17,9,5.86,2.27,7,4.23,2.77,13,6.29,2.43,7,6.42,1.93,12,6.17,1.7,12,5.6,1.07,10,5.11,2.47,9,4.55,2.91,11,6.2,2.2,10,6.56,2.01,9,6.17,1.59,12,5.6,1.26,10,6.57,1.72,7,3.85,2.64,13,6.57,2.3,7,6.25,2.01,12
+associate,5.2,1.74,20,3.11,1.94,18,4.88,2.15,24,5.0,1.41,5,5.27,1.87,15,4.4,1.95,5,2.62,1.76,13,4.85,2.41,13,4.91,1.92,11,5.5,1.9,10,4.9,1.6,10,4.14,1.86,7,2.45,1.75,11,4.12,2.13,16,6.38,1.3,8,4.93,1.69,14,5.83,1.83,6,3.33,1.83,12,2.67,2.25,6,4.67,2.13,15,5.22,2.28,9
+association,5.5,1.91,20,3.67,1.5,18,6.14,1.78,22,5.4,1.14,5,5.53,2.13,15,3.17,1.47,6,3.92,1.51,12,5.4,1.26,10,6.75,1.96,12,5.9,1.1,10,5.1,2.47,10,3.2,1.48,10,4.25,1.39,8,5.91,1.97,11,6.36,1.63,11,4.92,2.02,12,6.38,1.41,8,3.33,1.73,9,4.0,1.22,9,5.82,1.94,11,6.45,1.63,11
+assorted,5.82,1.14,22,3.52,2.16,21,5.41,2.13,22,5.64,1.22,14,6.12,0.99,8,4.0,2.53,11,3.22,1.56,9,4.83,2.32,6,5.62,2.09,16,5.6,1.26,10,6.0,1.04,12,2.64,1.57,11,4.5,2.37,10,5.46,1.85,13,5.33,2.6,9,5.92,1.24,12,5.7,1.06,10,3.31,2.36,13,3.88,1.89,8,4.58,2.39,12,6.4,1.26,10
+assortment,5.64,1.14,22,3.88,2.2,26,5.79,2.34,24,5.56,1.33,9,5.69,1.03,13,2.8,1.93,10,4.56,2.13,16,5.78,2.39,9,5.8,2.4,15,5.5,1.07,8,5.71,1.2,14,4.23,2.13,13,3.54,2.3,13,5.25,2.6,12,6.33,2.02,12,5.58,1.0,12,5.7,1.34,10,3.8,2.27,15,4.0,2.19,11,6.46,2.03,13,5.0,2.53,11
+assume,4.41,1.84,22,4.2,2.4,20,6.21,2.62,19,5.0,1.83,13,3.56,1.59,9,5.0,2.16,7,3.77,2.49,13,5.86,2.61,7,6.42,2.71,12,4.58,1.73,12,4.2,2.04,10,4.56,2.3,9,3.91,2.55,11,6.3,2.95,10,6.11,2.37,9,4.25,1.48,12,4.6,2.27,10,4.57,2.64,7,4.0,2.35,13,7.0,2.89,7,5.75,2.45,12
+assumption,4.3,1.22,20,4.14,2.06,21,5.03,2.46,34,4.8,0.79,10,3.8,1.4,10,4.12,1.89,8,4.15,2.23,13,5.57,2.5,14,4.65,2.41,20,3.89,1.45,9,4.64,0.92,11,4.38,1.76,13,3.75,2.55,8,4.73,2.69,22,5.58,1.93,12,3.9,1.45,10,4.7,0.82,10,4.43,2.1,14,3.57,1.99,7,4.88,2.42,17,5.18,2.56,17
+assurance,5.95,2.12,19,2.81,2.25,21,6.07,2.16,28,5.17,2.86,6,6.31,1.7,13,2.73,2.05,11,2.9,2.56,10,5.73,2.61,11,6.29,1.86,17,6.09,2.43,11,5.75,1.75,8,2.45,1.92,11,3.2,2.62,10,5.83,2.26,18,6.5,2.01,10,6.15,2.23,13,5.5,1.97,6,2.92,2.63,13,2.62,1.6,8,6.0,2.22,16,6.17,2.17,12
+assure,6.33,1.68,21,3.1,2.14,21,6.52,1.81,25,6.33,1.23,12,6.33,2.24,9,4.0,3.16,7,2.64,1.34,14,5.9,2.08,10,6.93,1.53,15,7.75,1.89,4,6.0,1.5,17,3.5,2.76,10,2.73,1.42,11,6.29,2.06,7,6.61,1.75,18,6.42,1.98,12,6.22,1.3,9,3.15,1.95,13,3.0,2.56,8,6.33,1.87,9,6.62,1.82,16
+asterisk,5.38,1.66,21,2.78,2.04,23,5.72,2.95,18,5.56,1.94,9,5.25,1.48,12,2.73,1.62,11,2.83,2.44,12,5.5,3.21,10,6.0,2.78,8,4.86,2.41,7,5.77,1.09,13,2.82,2.18,11,2.75,2.01,12,5.0,3.61,7,6.18,2.52,11,5.0,1.78,13,6.0,1.31,8,3.09,2.26,11,2.5,1.88,12,6.0,2.96,9,5.44,3.09,9
+asteroid,4.95,2.15,22,5.6,2.33,20,3.68,2.5,22,5.71,1.98,14,3.62,1.85,8,6.0,2.79,11,5.12,1.73,8,3.83,3.37,6,3.62,2.22,16,5.4,2.59,10,4.58,1.73,12,5.55,2.46,11,5.67,2.29,9,3.46,2.26,13,4.0,2.92,9,4.92,2.27,12,5.0,2.11,10,5.69,2.59,13,5.43,1.9,7,2.83,2.29,12,4.7,2.45,10
+asthma,2.45,1.3,22,4.5,2.45,26,3.54,2.15,24,2.22,1.48,9,2.62,1.19,13,4.0,2.45,10,4.81,2.48,16,3.11,1.9,9,3.8,2.31,15,2.62,1.41,8,2.36,1.28,14,4.77,2.05,13,4.23,2.86,13,3.17,1.53,12,3.92,2.64,12,2.25,1.36,12,2.7,1.25,10,4.07,2.34,15,5.09,2.59,11,3.46,2.33,13,3.64,2.01,11
+asthmatic,3.33,1.62,21,3.38,2.79,24,3.84,2.03,19,3.75,2.25,8,3.08,1.12,13,5.83,2.93,6,2.56,2.28,18,3.64,2.2,11,4.12,1.89,8,3.75,1.76,12,2.78,1.3,9,4.3,3.16,10,2.71,2.4,14,4.0,2.3,12,3.57,1.62,7,3.71,1.59,14,2.57,1.51,7,4.25,2.93,16,1.62,1.41,8,3.75,1.66,12,4.0,2.71,7
+astonish,5.55,1.71,22,5.38,1.98,26,6.0,1.91,23,6.0,2.06,9,5.23,1.42,13,5.4,2.27,10,5.38,1.86,16,5.44,1.94,9,6.36,1.86,14,5.38,1.6,8,5.64,1.82,14,4.92,1.71,13,5.85,2.19,13,5.73,1.85,11,6.25,2.01,12,5.33,1.61,12,5.8,1.87,10,5.2,2.11,15,5.64,1.86,11,6.0,1.96,13,6.0,1.94,10
+astonished,6.42,1.47,40,5.73,2.27,22,4.87,2.04,45,6.0,1.5,9,6.55,1.5,29,6.38,1.51,8,5.36,2.59,14,5.6,2.5,15,4.5,1.7,30,6.06,1.43,18,6.71,1.49,21,5.7,1.34,10,5.75,2.9,12,4.91,2.04,23,4.82,2.08,22,6.68,1.39,22,6.11,1.53,18,5.62,2.26,8,5.79,2.36,14,5.03,2.23,29,4.56,1.67,16
+astonishing,6.53,1.87,19,5.77,2.16,22,5.23,2.27,22,6.78,1.79,9,6.3,2.0,10,6.25,1.49,8,5.5,2.47,14,5.45,2.62,11,5.0,1.95,11,6.0,1.73,7,6.83,1.95,12,5.9,1.45,10,5.67,2.67,12,4.38,2.22,13,6.44,1.81,9,6.1,2.08,10,7.0,1.58,9,5.5,2.78,8,5.93,1.82,14,5.5,2.28,14,4.75,2.31,8
+astound,6.3,1.63,20,5.05,2.4,21,5.56,2.2,25,6.33,0.58,3,6.29,1.76,17,6.14,2.61,7,4.62,2.22,13,4.25,2.25,8,6.18,1.94,17,6.43,1.4,7,6.23,1.79,13,5.14,2.61,7,5.15,2.41,13,5.5,2.44,14,5.64,1.96,11,5.11,1.05,9,7.27,1.35,11,5.18,2.32,11,4.9,2.6,10,5.94,2.29,18,4.57,1.72,7
+astral,5.32,1.73,22,5.13,2.63,23,5.26,1.63,19,5.38,2.26,8,5.31,1.49,13,6.25,2.76,8,4.71,2.43,14,4.57,1.62,7,5.73,1.62,11,4.12,1.55,8,6.08,1.5,13,5.33,3.04,9,5.0,2.45,14,4.29,1.6,7,5.83,1.4,12,5.45,1.29,11,5.18,2.14,11,5.33,3.04,9,5.0,2.45,14,5.12,1.63,16,6.0,1.73,3
+astrology,4.79,2.68,19,4.18,2.48,22,4.67,2.16,24,4.17,2.99,6,5.08,2.6,13,4.17,2.62,12,4.2,2.44,10,4.5,2.45,8,4.75,2.08,16,5.4,2.84,10,4.11,2.47,9,3.56,2.13,9,4.62,2.69,13,4.35,2.23,17,5.5,2.07,6,6.12,2.53,8,3.82,2.44,11,4.89,2.76,9,3.69,2.25,13,4.94,2.02,16,4.12,2.47,8
+astronaut,6.73,1.84,37,4.4,2.09,20,5.32,2.48,25,7.57,1.28,14,6.22,1.95,23,5.17,2.99,6,4.07,1.59,14,4.5,2.55,10,5.87,2.36,15,6.8,1.79,20,6.65,1.93,17,3.57,1.9,7,4.85,2.12,13,4.86,3.24,7,5.5,2.2,18,6.5,1.82,18,6.95,1.87,19,4.12,2.36,8,4.58,1.98,12,4.56,2.6,9,5.75,2.38,16
+astronomer,5.59,1.59,22,5.42,2.27,19,5.33,2.27,21,4.6,1.82,5,5.88,1.5,16,6.12,2.3,8,4.91,2.21,11,4.6,2.59,10,6.0,1.79,11,5.58,1.88,12,5.6,1.26,10,5.1,2.56,10,5.78,1.99,9,5.17,2.37,12,5.56,2.24,9,5.36,1.8,11,5.82,1.4,11,4.62,2.13,8,6.0,2.28,11,5.33,2.69,9,5.33,2.02,12
+astronomical,6.37,1.74,19,5.0,2.14,21,5.14,2.46,22,6.44,1.67,9,6.3,1.89,10,4.86,1.35,7,5.07,2.5,14,4.73,2.76,11,5.55,2.16,11,6.0,1.53,7,6.58,1.88,12,5.44,1.24,9,4.67,2.64,12,4.54,2.5,13,6.0,2.24,9,6.3,2.06,10,6.44,1.42,9,5.0,2.24,7,5.0,2.18,14,5.29,2.46,14,4.88,2.59,8
+astronomy,6.0,1.81,20,4.33,2.82,21,5.21,2.41,24,5.75,2.63,4,6.06,1.65,16,5.0,4.08,4,4.18,2.58,17,6.0,2.73,8,4.81,2.23,16,6.0,1.31,8,6.0,2.13,12,4.1,3.07,10,4.55,2.7,11,5.31,2.5,13,5.09,2.43,11,5.73,1.74,11,6.33,1.94,9,3.9,2.88,10,4.73,2.83,11,5.53,2.62,17,4.43,1.72,7
+astute,6.22,1.35,18,3.16,2.24,19,6.0,1.94,25,6.6,1.14,5,6.08,1.44,13,3.2,2.39,10,3.11,2.2,9,5.88,2.09,16,6.22,1.72,9,5.71,0.95,7,6.55,1.51,11,2.25,1.91,8,3.82,2.32,11,5.85,2.03,20,6.6,1.52,5,5.89,1.36,9,6.56,1.33,9,2.82,1.89,11,3.62,2.72,8,5.79,2.04,19,6.67,1.51,6
+asylum,3.24,2.34,21,5.55,2.28,20,3.52,2.42,21,3.5,2.43,6,3.13,2.39,15,5.25,2.6,8,5.75,2.14,12,3.73,2.57,11,3.3,2.36,10,3.0,2.53,6,3.33,2.35,15,5.9,2.56,10,5.2,2.04,10,3.64,2.59,14,3.29,2.21,7,2.71,2.43,7,3.5,2.35,14,5.86,2.48,14,4.83,1.72,6,3.08,2.54,12,4.11,2.26,9
+atheist,4.64,2.5,22,4.76,2.84,21,5.41,2.5,22,4.64,2.62,14,4.62,2.45,8,5.09,3.21,11,4.11,2.47,9,4.83,1.94,6,5.62,2.7,16,5.6,2.91,10,3.83,1.85,12,4.91,3.33,11,4.6,2.37,10,5.38,1.98,13,5.44,3.24,9,4.5,2.97,12,4.8,1.93,10,4.77,2.92,13,4.75,2.92,8,4.92,2.5,12,6.0,2.49,10
+athlete,6.21,2.04,19,4.75,2.75,20,5.96,1.63,24,6.38,2.02,13,5.83,2.23,6,6.0,2.74,5,4.33,2.72,15,5.77,1.54,13,6.18,1.78,11,6.67,1.8,9,5.8,2.25,10,7.0,2.65,7,3.54,1.98,13,6.0,1.41,11,5.92,1.85,13,6.11,2.09,9,6.3,2.11,10,5.3,2.91,10,4.2,2.62,10,6.44,1.59,9,5.67,1.63,15
+athletic,6.76,1.73,21,5.0,2.45,22,6.11,2.14,18,7.33,1.32,9,6.33,1.92,12,6.0,2.49,10,4.17,2.17,12,6.8,2.2,10,5.25,1.83,8,6.57,2.64,7,6.85,1.21,13,5.27,2.65,11,4.73,2.33,11,6.57,2.76,7,5.82,1.72,11,6.92,2.1,13,6.5,0.93,8,4.8,2.53,10,5.17,2.48,12,5.67,2.0,9,6.56,2.3,9
+athletics,6.14,2.03,21,4.93,2.76,44,6.15,2.2,48,6.33,2.45,9,6.0,1.76,12,5.81,2.56,21,4.13,2.74,23,6.54,2.04,26,5.68,2.34,22,6.43,2.51,7,5.92,1.89,13,4.23,2.56,22,5.64,2.82,22,6.38,2.23,29,5.79,2.18,19,6.38,2.02,13,5.75,2.12,8,4.79,2.95,24,5.1,2.57,20,6.31,2.38,26,5.95,2.01,22
+atlas,5.95,1.28,20,2.5,1.74,22,5.7,2.11,27,6.0,1.56,10,5.9,0.99,10,2.29,1.7,7,2.6,1.8,15,5.82,2.43,17,5.5,1.51,10,6.0,1.05,10,5.9,1.52,10,2.0,2.24,5,2.65,1.62,17,5.79,2.55,14,5.62,1.61,13,5.58,1.16,12,6.5,1.31,8,1.7,1.34,10,3.17,1.8,12,6.21,1.97,14,5.15,2.19,13
+atmosphere,6.05,1.5,22,4.0,2.28,21,4.86,2.47,22,6.43,1.7,14,5.38,0.74,8,4.73,2.49,11,3.33,1.87,9,4.67,2.16,6,4.94,2.64,16,6.2,1.87,10,5.92,1.16,12,3.82,2.32,11,4.2,2.35,10,4.77,2.17,13,5.0,3.0,9,5.92,1.73,12,6.2,1.23,10,3.69,2.36,13,4.5,2.2,8,3.83,2.17,12,6.1,2.33,10
+atmospheric,5.72,1.36,18,4.09,2.21,23,5.11,2.31,28,5.75,0.71,8,5.7,1.77,10,3.33,2.4,9,4.57,2.03,14,4.5,2.31,14,5.71,2.23,14,6.0,2.0,8,5.5,0.53,10,3.82,1.99,11,4.33,2.46,12,5.86,1.96,14,4.36,2.47,14,5.67,1.8,9,5.78,0.83,9,4.91,1.97,11,3.33,2.23,12,5.17,1.8,12,5.06,2.69,16
+atoll,5.14,1.49,22,3.55,1.82,20,4.7,1.63,20,5.8,0.84,5,4.94,1.6,17,3.2,1.79,5,3.67,1.88,15,4.67,0.82,6,4.71,1.9,14,5.27,0.9,11,5.0,1.95,11,2.86,1.77,7,3.92,1.8,13,4.8,2.1,10,4.6,1.07,10,5.4,1.17,10,4.92,1.73,12,3.89,1.96,9,3.27,1.74,11,4.75,2.49,8,4.67,0.78,12
+atom,5.74,1.1,19,4.29,2.37,21,5.39,2.46,23,5.33,0.58,3,5.81,1.17,16,3.62,2.13,8,4.69,2.5,13,5.11,2.85,9,5.57,2.28,14,6.33,1.22,9,5.2,0.63,10,5.22,2.49,9,3.58,2.11,12,5.53,2.8,15,5.12,1.81,8,6.0,1.15,7,5.58,1.08,12,4.8,2.25,10,3.82,2.48,11,5.54,2.67,13,5.2,2.3,10
+atomic,4.26,2.13,19,5.85,2.54,20,3.96,2.46,24,4.38,2.53,13,4.0,0.89,6,6.8,1.64,5,5.53,2.75,15,3.85,2.15,13,4.09,2.88,11,4.33,2.35,9,4.2,2.04,10,7.57,1.4,7,4.92,2.56,13,4.0,2.68,11,3.92,2.36,13,4.44,1.94,9,4.1,2.38,10,6.2,2.49,10,5.5,2.68,10,5.0,2.78,9,3.33,2.09,15
+atone,5.6,1.93,20,4.0,2.29,22,5.65,2.64,26,6.0,1.83,7,5.38,2.02,13,5.3,1.89,10,2.92,2.07,12,5.47,2.29,15,6.3,3.02,10,4.82,1.6,11,6.56,1.94,9,4.56,1.59,9,3.62,2.66,13,5.88,3.14,16,5.67,1.22,9,5.85,1.86,13,5.14,2.12,7,4.06,2.21,16,3.83,2.71,6,5.0,3.02,12,6.21,2.22,14
+atrium,5.95,1.13,19,3.57,1.96,21,5.22,2.15,23,5.67,1.15,3,6.0,1.15,16,3.75,1.75,8,3.46,2.15,13,5.11,2.71,9,5.29,1.82,14,6.22,0.97,9,5.7,1.25,10,4.11,2.2,9,3.17,1.75,12,5.27,2.49,15,5.12,1.46,8,6.29,0.95,7,5.75,1.22,12,3.9,1.97,10,3.27,2.0,11,5.31,2.56,13,5.1,1.6,10
+atrocious,3.14,1.31,21,4.12,2.85,24,4.35,2.35,20,3.0,1.2,8,3.23,1.42,13,5.67,2.42,6,3.61,2.85,18,4.64,2.54,11,4.0,2.18,9,3.33,1.23,12,2.89,1.45,9,4.6,3.2,10,3.79,2.64,14,4.77,2.42,13,3.57,2.15,7,3.5,1.22,14,2.43,1.27,7,4.06,2.69,16,4.25,3.33,8,4.33,2.23,12,4.38,2.67,8
+atrocity,2.95,1.86,21,5.0,2.65,23,2.96,1.99,26,2.82,2.04,11,3.1,1.73,10,4.82,2.71,11,5.17,2.69,12,3.36,2.38,11,2.5,1.61,14,3.0,1.7,10,2.91,2.07,11,5.27,2.69,11,4.75,2.7,12,3.12,2.18,17,2.38,1.51,8,3.0,2.04,13,2.88,1.64,8,5.4,2.59,15,4.25,2.76,8,2.94,2.16,17,3.0,1.73,9
+atrophy,3.16,1.83,19,3.86,2.12,22,4.0,2.62,22,3.89,1.96,9,2.5,1.51,10,4.25,2.12,8,3.64,2.17,14,4.27,2.72,11,3.73,2.61,11,4.14,0.9,7,2.58,2.02,12,4.2,1.75,10,3.58,2.43,12,4.08,2.56,13,3.89,2.85,9,3.8,1.87,10,2.44,1.59,9,4.25,2.6,8,3.64,1.86,14,3.93,2.59,14,4.12,2.85,8
+attach,5.26,1.24,19,3.81,1.91,21,4.7,1.87,20,5.0,1.0,3,5.31,1.3,16,3.83,1.6,6,3.8,2.08,15,5.33,1.51,6,4.43,1.99,14,4.9,0.88,10,5.67,1.5,9,3.29,2.43,7,4.07,1.64,14,5.1,1.29,10,4.3,2.31,10,5.12,0.64,8,5.36,1.57,11,3.33,2.24,9,4.17,1.64,12,4.38,2.2,8,4.92,1.68,12
+attachment,6.0,1.38,21,2.96,2.42,24,6.32,2.29,19,6.12,1.25,8,5.92,1.5,13,4.17,2.71,6,2.56,2.25,18,6.45,2.07,11,6.12,2.7,8,6.33,1.23,12,5.56,1.51,9,3.5,2.88,10,2.57,2.06,14,6.25,2.67,12,6.43,1.62,7,6.14,1.29,14,5.71,1.6,7,3.56,2.68,16,1.75,1.16,8,6.67,2.15,12,5.71,2.56,7
+attack,2.0,0.97,18,7.05,2.11,21,3.39,2.57,18,2.75,0.89,8,1.4,0.52,10,6.29,2.06,7,7.43,2.1,14,3.45,2.81,11,3.29,2.36,7,2.36,1.03,11,1.43,0.53,7,7.33,1.8,9,6.83,2.37,12,2.0,1.48,11,5.57,2.44,7,2.33,0.89,12,1.33,0.82,6,6.5,2.43,12,7.78,1.39,9,4.22,2.68,9,2.56,2.3,9
+attacker,2.23,1.57,22,7.27,1.93,22,4.26,2.98,19,2.88,2.23,8,1.92,0.95,13,7.0,2.07,8,7.38,1.98,13,5.29,3.2,7,3.55,2.91,11,1.38,0.74,8,2.85,1.72,13,7.67,1.94,9,7.0,1.96,13,5.43,2.82,7,3.58,2.97,12,2.18,1.47,11,2.27,1.74,11,7.0,2.4,9,7.46,1.61,13,4.38,2.78,16,3.67,4.62,3
+attain,5.85,2.03,20,3.11,2.19,18,7.08,2.19,24,5.2,2.59,5,6.07,1.87,15,4.2,1.92,5,2.69,2.21,13,6.15,2.54,13,8.18,0.87,11,6.6,1.84,10,5.1,2.02,10,4.57,2.07,7,2.18,1.78,11,6.38,2.36,16,8.5,0.53,8,5.5,2.03,14,6.67,1.97,6,3.25,2.26,12,2.83,2.23,6,7.2,2.18,15,6.89,2.32,9
+attempt,6.0,1.55,21,4.94,2.29,18,5.67,2.01,36,6.5,1.41,8,5.69,1.6,13,4.4,2.07,5,5.15,2.41,13,5.27,2.15,11,5.84,1.97,25,6.15,1.86,13,5.75,0.89,8,4.55,2.5,11,5.57,1.9,7,5.35,2.32,20,6.06,1.53,16,5.73,1.85,11,6.3,1.16,10,6.2,1.55,10,3.38,2.13,8,5.55,2.13,22,5.86,1.88,14
+attempted,5.35,1.5,23,3.64,2.32,22,6.52,2.15,27,4.89,1.83,9,5.64,1.22,14,3.6,1.84,10,3.67,2.74,12,6.13,2.23,15,7.09,2.12,11,5.0,1.6,12,5.73,1.35,11,4.0,1.32,9,3.38,2.84,13,7.29,1.96,17,5.11,1.96,9,5.4,1.68,15,5.25,1.16,8,3.31,2.12,16,4.5,2.81,6,6.67,2.53,12,6.4,1.88,15
+attend,5.4,1.19,20,3.5,2.3,22,6.7,1.79,27,6.0,1.53,7,5.08,0.86,13,4.5,2.22,10,2.67,2.1,12,6.6,1.8,15,7.18,1.47,11,5.27,1.01,11,5.56,1.42,9,3.89,2.2,9,3.23,2.42,13,6.94,1.71,17,6.67,1.66,9,5.77,1.24,13,4.71,0.76,7,3.25,2.52,16,4.17,1.6,6,6.25,2.05,12,7.07,1.53,15
+attendance,5.95,1.43,19,4.24,2.07,21,5.59,2.13,22,6.33,1.32,9,5.6,1.51,10,4.38,1.69,8,4.15,2.34,13,6.36,1.5,11,4.82,2.44,11,6.29,1.5,7,5.75,1.42,12,4.89,1.9,9,3.75,2.14,12,5.23,2.35,13,6.11,1.76,9,5.9,1.6,10,6.0,1.32,9,4.25,2.38,8,4.23,1.96,13,5.79,2.26,14,5.25,1.98,8
+attendant,5.63,0.96,19,3.14,1.56,21,5.09,2.5,23,6.0,1.0,3,5.56,0.96,16,3.88,1.13,8,2.69,1.65,13,5.78,2.22,9,4.64,2.65,14,5.89,1.05,9,5.4,0.84,10,3.44,1.67,9,2.92,1.51,12,5.6,2.69,15,4.12,1.89,8,5.86,0.69,7,5.5,1.09,12,3.3,1.49,10,3.0,1.67,11,5.62,2.96,13,4.4,1.65,10
+attention,6.68,1.49,22,4.05,2.48,21,6.47,1.81,17,6.67,1.51,6,6.67,1.59,15,2.86,2.54,7,4.64,2.31,14,6.22,1.92,9,6.75,1.75,8,6.57,1.45,14,6.86,1.77,7,4.44,2.65,9,3.75,2.42,12,6.56,2.13,9,6.38,1.51,8,6.79,1.72,14,6.5,1.07,8,4.67,2.94,6,3.8,2.34,15,6.89,2.26,9,6.0,1.07,8
+attentive,6.43,1.69,21,4.37,2.22,19,6.62,1.99,21,5.83,0.98,6,6.67,1.88,15,5.5,1.69,8,3.55,2.25,11,6.91,1.7,11,6.3,2.31,10,6.17,0.98,6,6.53,1.92,15,5.67,2.24,9,3.2,1.48,10,6.57,1.79,14,6.71,2.5,7,5.86,1.95,7,6.71,1.54,14,4.23,2.31,13,4.67,2.16,6,6.25,2.09,12,7.11,1.83,9
+attest,5.1,1.59,20,3.68,2.51,22,6.26,1.51,27,4.78,1.86,9,5.36,1.36,11,2.29,1.7,7,4.33,2.61,15,6.53,1.42,17,5.8,1.62,10,5.6,1.35,10,4.6,1.71,10,4.4,3.29,5,3.47,2.32,17,6.57,1.55,14,5.92,1.44,13,4.83,1.9,12,5.5,0.93,8,3.9,3.14,10,3.5,1.98,12,6.57,1.65,14,5.92,1.32,13
+attic,4.95,1.77,21,3.45,2.35,20,5.36,2.38,22,4.83,2.04,6,5.0,1.73,15,3.0,1.85,8,3.75,2.67,12,5.33,2.19,12,5.4,2.72,10,5.22,2.05,9,4.75,1.6,12,4.33,2.74,9,2.73,1.79,11,4.86,2.54,7,5.6,2.35,15,4.8,1.81,10,5.09,1.81,11,3.46,2.57,13,3.43,2.07,7,4.75,2.67,12,6.1,1.85,10
+attire,6.16,1.12,19,3.95,1.83,21,5.78,2.32,23,6.67,0.58,3,6.06,1.18,16,4.0,1.85,8,3.92,1.89,13,5.67,2.78,9,5.86,2.07,14,6.22,1.09,9,6.1,1.2,10,3.78,1.79,9,4.08,1.93,12,6.07,2.6,15,5.25,1.67,8,6.71,1.11,7,5.83,1.03,12,4.7,1.49,10,3.27,1.9,11,6.08,2.84,13,5.4,1.43,10
+attitude,4.72,2.08,18,4.76,2.05,21,5.88,2.21,24,3.6,1.52,5,5.15,2.15,13,4.82,2.04,11,4.7,2.16,10,5.12,1.89,8,6.25,2.32,16,4.5,2.07,10,5.0,2.2,8,5.0,2.0,8,4.62,2.14,13,5.29,2.17,17,7.67,1.51,6,4.75,2.19,8,4.7,2.11,10,4.78,1.99,9,4.75,2.18,12,5.69,2.09,16,6.25,2.55,8
+attorney,3.67,1.74,21,4.8,2.82,20,5.53,2.89,19,3.67,2.06,12,3.67,1.32,9,5.0,3.21,7,4.69,2.72,13,6.14,2.97,7,5.17,2.92,12,3.5,1.93,12,3.89,1.54,9,5.0,2.96,9,4.64,2.84,11,6.6,2.55,10,4.33,2.92,9,3.42,1.62,12,4.0,1.94,9,5.57,2.57,7,4.38,2.96,13,5.0,3.0,7,5.83,2.92,12
+attract,6.38,2.11,21,5.35,2.81,23,5.6,2.35,20,5.4,3.51,5,6.69,1.49,16,5.67,2.81,12,5.0,2.9,11,4.73,2.33,11,6.38,1.92,8,6.5,2.2,12,6.22,2.11,9,5.0,2.97,16,6.14,2.41,7,5.64,2.06,11,5.56,2.79,9,6.77,1.64,13,5.75,2.71,8,5.58,2.91,19,4.25,2.22,4,5.21,2.33,14,6.5,2.35,6
+attraction,7.0,1.52,20,5.4,2.62,20,4.62,2.02,24,7.5,0.84,6,6.79,1.72,14,5.27,2.76,11,5.56,2.6,9,4.88,2.16,16,4.12,1.73,8,6.71,1.7,7,7.15,1.46,13,5.33,2.74,9,5.45,2.66,11,4.75,2.12,20,4.0,1.41,4,7.1,1.73,10,6.9,1.37,10,5.36,2.73,11,5.44,2.65,9,4.56,2.15,18,4.83,1.72,6
+attractive,7.19,1.91,21,4.91,2.94,22,6.81,1.86,27,6.5,2.42,10,7.82,1.08,11,4.57,3.46,7,5.07,2.79,15,6.76,2.11,17,6.9,1.45,10,7.09,1.97,11,7.3,1.95,10,3.8,3.83,5,5.24,2.68,17,7.14,1.79,14,6.46,1.94,13,7.08,1.89,13,7.38,2.07,8,4.8,3.36,10,5.0,2.7,12,7.14,1.46,14,6.46,2.22,13
+attribute,5.67,1.62,21,4.12,2.28,25,6.0,2.26,19,5.22,1.48,9,6.0,1.71,12,3.67,2.16,6,4.22,2.41,18,4.86,2.48,7,6.67,1.92,12,5.56,1.36,16,6.0,2.45,5,3.86,2.6,14,4.4,1.96,10,5.89,2.67,9,6.1,1.97,10,5.58,1.98,12,5.78,1.09,9,4.5,2.28,16,3.44,2.24,9,5.55,2.66,11,6.62,1.51,8
+auburn,5.89,1.2,19,3.62,1.8,21,5.61,2.15,23,6.33,1.53,3,5.81,1.17,16,3.75,1.91,8,3.54,1.81,13,5.78,2.82,9,5.5,1.7,14,5.56,1.13,9,6.2,1.23,10,3.67,1.8,9,3.58,1.88,12,5.67,2.53,15,5.5,1.31,8,5.57,1.13,7,6.08,1.24,12,4.3,1.34,10,3.0,2.0,11,5.85,2.54,13,5.3,1.57,10
+auction,5.43,1.75,21,4.5,2.52,20,5.33,2.15,21,6.0,0.89,6,5.2,1.97,15,3.75,1.58,8,5.0,2.95,12,5.09,2.51,11,5.6,1.78,10,5.0,1.79,6,5.6,1.76,15,4.1,2.18,10,4.9,2.88,10,5.43,2.17,14,5.14,2.27,7,5.86,2.12,7,5.21,1.58,14,4.5,2.93,14,4.5,1.38,6,4.92,2.31,12,5.89,1.9,9
+auctioneer,5.09,1.31,22,4.0,2.39,23,5.37,2.31,19,5.38,1.51,8,5.08,1.12,13,4.38,2.26,8,3.71,2.58,14,4.29,3.3,7,5.91,1.3,11,5.38,1.92,8,5.08,0.64,13,3.44,2.4,9,4.36,2.41,14,3.57,1.62,7,6.42,2.02,12,5.36,1.43,11,4.82,1.17,11,2.0,1.58,9,5.29,1.9,14,5.25,2.49,16,6.0,1.0,3
+audacious,5.11,1.41,19,4.28,2.35,18,5.41,2.24,17,5.09,1.22,11,5.12,1.73,8,5.5,3.0,4,3.93,2.13,14,4.88,3.0,8,5.89,1.27,9,5.75,1.16,8,4.64,1.43,11,5.0,1.29,7,3.82,2.79,11,4.5,2.43,6,5.91,2.07,11,4.92,1.26,13,5.5,1.76,6,3.55,2.5,11,5.43,1.62,7,6.29,1.98,7,4.8,2.3,10
+audacity,5.2,1.36,20,4.1,2.2,20,5.33,2.63,24,4.33,0.58,3,5.35,1.41,17,4.43,2.23,7,3.92,2.25,13,4.62,2.83,8,5.69,2.55,16,4.57,0.53,7,5.54,1.56,13,5.0,2.08,7,3.62,2.18,13,5.08,2.75,13,5.64,2.58,11,4.67,0.87,9,5.64,1.57,11,4.4,2.41,10,3.8,2.04,10,5.44,2.71,18,5.0,2.61,6
+audible,6.05,1.6,21,4.45,2.54,22,6.26,1.63,19,6.0,1.53,7,6.0,1.73,13,5.5,2.14,8,3.62,2.57,13,5.71,1.89,7,6.82,1.25,11,6.14,1.86,7,5.92,1.55,13,4.56,2.83,9,4.38,2.43,13,6.0,1.83,7,6.42,1.56,12,6.45,1.92,11,5.6,1.07,10,3.67,2.78,9,5.0,2.31,13,6.25,1.77,16,6.33,0.58,3
+audience,5.89,2.03,18,4.91,2.45,22,5.14,2.49,22,6.38,1.6,8,5.5,2.32,10,5.25,2.92,8,4.71,2.23,14,4.73,2.69,11,5.55,2.34,11,6.0,1.67,6,5.83,2.25,12,5.0,2.67,10,4.83,2.37,12,4.77,2.74,13,5.67,2.12,9,5.9,2.47,10,5.88,1.46,8,4.62,2.97,8,5.07,2.2,14,5.93,2.34,14,3.75,2.25,8
+audio,6.56,1.34,18,4.29,2.08,21,5.96,2.14,23,8.0,1.41,2,6.38,1.26,16,4.62,1.92,8,4.08,2.22,13,5.22,2.59,9,6.43,1.74,14,7.0,1.58,9,6.11,0.93,9,4.33,2.24,9,4.25,2.05,12,5.8,2.46,15,6.25,1.49,8,6.71,1.11,7,6.45,1.51,11,4.6,2.27,10,4.0,1.95,11,6.08,2.5,13,5.8,1.69,10
+audit,2.82,1.3,22,5.78,2.61,23,3.68,2.24,19,3.38,1.19,8,2.62,1.26,13,5.62,2.56,8,5.79,2.81,14,2.57,1.72,7,4.09,2.26,11,2.88,1.25,8,2.92,1.32,13,5.44,3.09,9,6.0,2.35,14,3.29,1.98,7,3.92,2.43,12,3.0,1.41,11,2.64,1.21,11,4.33,3.35,9,6.71,1.49,14,3.75,2.14,16,3.33,3.21,3
+audition,5.2,1.4,20,4.24,2.45,21,6.0,2.35,25,6.0,1.0,3,5.06,1.43,17,3.29,2.06,7,4.92,2.53,13,6.25,2.25,8,5.88,2.45,17,5.29,1.6,7,5.15,1.34,13,4.14,2.48,7,4.46,2.54,13,6.43,1.83,14,5.45,2.88,11,5.11,1.45,9,5.27,1.42,11,4.27,2.49,11,4.2,2.53,10,5.94,2.44,18,6.14,2.27,7
+auditor,3.26,1.79,19,3.7,2.41,20,5.2,3.02,20,4.0,1.73,3,3.27,1.79,15,4.2,2.57,10,3.2,2.25,10,5.8,2.9,10,4.6,3.17,10,4.0,2.0,6,3.08,1.62,12,3.86,2.61,7,3.62,2.4,13,4.75,3.37,8,5.5,2.88,12,3.08,1.62,12,3.57,2.15,7,4.0,2.75,10,3.4,2.12,10,4.11,2.67,9,6.09,3.11,11
+auditorium,6.05,1.54,19,4.45,2.02,22,5.05,1.58,19,6.0,1.41,9,6.1,1.73,10,5.14,1.57,7,4.21,2.22,14,4.9,1.37,10,5.22,1.86,9,6.11,1.83,9,6.0,1.33,10,4.9,2.38,10,4.18,1.72,11,4.88,1.55,8,5.3,1.7,10,5.83,1.53,12,6.43,1.62,7,4.6,2.04,20,3.0,1.41,2,4.88,1.46,8,5.18,1.72,11
+auditory,5.05,1.58,19,4.5,2.06,22,6.11,2.13,19,5.11,2.09,9,5.0,1.05,10,4.8,2.86,5,4.62,1.71,16,5.67,2.5,6,6.31,2.02,13,5.0,1.78,13,5.17,1.17,6,3.92,1.62,12,5.67,2.0,9,5.0,1.87,9,7.1,1.91,10,5.33,1.87,9,4.8,1.32,10,3.25,1.86,12,6.0,1.05,10,7.17,1.6,6,5.62,2.22,13
+aunt,6.56,2.09,18,2.71,2.41,21,4.28,2.19,18,5.25,2.12,8,7.6,1.43,10,1.86,1.57,7,3.14,2.68,14,3.82,2.04,11,5.0,2.38,7,6.0,2.24,11,7.43,1.62,7,2.33,2.29,9,3.0,2.56,12,4.27,2.61,11,4.29,1.5,7,6.25,2.26,12,7.17,1.72,6,2.67,2.27,12,2.78,2.73,9,4.22,2.39,9,4.33,2.12,9
+auntie,6.24,1.48,21,3.58,2.7,24,5.79,1.99,19,6.0,1.51,8,6.38,1.5,13,4.0,1.55,6,3.44,3.01,18,5.91,2.26,11,5.62,1.69,8,5.75,1.36,12,6.89,1.45,9,4.6,3.13,10,2.86,2.18,14,6.33,2.02,12,4.86,1.68,7,6.29,1.44,14,6.14,1.68,7,4.12,2.55,16,2.5,2.83,8,5.75,2.22,12,5.86,1.68,7
+aura,6.45,1.85,20,4.7,2.72,20,5.65,1.94,26,6.55,1.97,11,6.33,1.8,9,5.14,2.12,7,4.46,3.04,13,5.46,2.07,13,5.85,1.86,13,6.36,2.16,11,6.56,1.51,9,4.0,2.68,11,5.56,2.65,9,5.88,1.93,17,5.22,1.99,9,6.8,1.99,10,6.1,1.73,10,4.42,2.75,12,5.12,2.8,8,5.81,1.91,16,5.4,2.07,10
+auspicious,4.76,1.73,21,3.39,2.33,23,5.5,2.23,18,4.89,1.76,9,4.67,1.78,12,3.55,2.25,11,3.25,2.49,12,5.1,2.08,10,6.0,2.45,8,4.43,1.51,7,5.08,1.85,13,4.27,2.45,11,2.58,1.98,12,4.57,2.3,7,6.09,2.07,11,4.46,1.51,13,5.25,2.05,8,3.0,2.32,11,3.75,2.38,12,4.89,2.09,9,6.11,2.32,9
+authentic,6.91,1.63,22,4.55,2.5,22,6.58,2.09,19,6.12,1.89,8,7.23,1.3,13,5.12,2.1,8,4.21,2.72,14,6.43,2.76,7,6.73,1.79,11,6.75,1.83,8,6.85,1.52,13,4.22,2.99,9,4.77,2.2,13,6.43,2.23,7,6.67,2.1,12,6.55,1.81,11,7.27,1.42,11,4.0,2.96,9,4.92,2.18,13,6.44,2.19,16,7.33,1.53,3
+authenticate,5.1,1.81,21,4.36,2.38,22,5.78,1.99,18,5.2,2.59,5,5.06,1.61,16,5.64,2.11,11,3.09,1.97,11,5.44,2.01,9,5.88,2.03,8,5.25,2.14,12,4.89,1.36,9,4.2,2.27,15,4.71,2.75,7,5.4,1.58,10,6.25,2.43,8,5.0,1.68,13,5.25,2.12,8,4.56,2.48,18,3.5,1.91,4,5.42,1.44,12,6.5,2.81,6
+authenticity,6.81,1.63,21,4.42,2.36,24,6.23,2.58,22,6.88,1.55,8,6.77,1.74,13,4.54,2.18,13,4.27,2.65,11,6.08,2.56,13,6.44,2.74,9,7.25,1.39,8,6.42,1.78,12,5.43,1.55,14,3.0,2.62,10,6.75,2.34,12,5.6,2.84,10,7.0,1.94,10,6.64,1.36,11,3.88,2.37,17,5.71,1.89,7,5.8,3.01,10,6.58,2.23,12
+author,6.33,1.39,21,2.73,1.91,22,6.38,1.88,26,6.0,1.15,10,6.64,1.57,11,2.57,2.3,7,2.8,1.78,15,6.44,2.16,16,6.3,1.42,10,6.55,1.21,11,6.1,1.6,10,2.0,1.73,5,2.94,1.95,17,5.86,1.99,14,7.0,1.6,12,6.08,1.38,13,6.75,1.39,8,2.3,1.83,10,3.08,1.98,12,6.07,2.16,14,6.75,1.48,12
+authority,4.76,1.87,21,5.35,2.33,23,5.19,2.47,26,4.91,1.76,11,4.6,2.07,10,6.45,2.11,11,4.33,2.1,12,3.82,1.78,11,6.0,2.42,14,4.3,1.95,10,5.18,1.78,11,6.09,2.55,11,4.67,1.97,12,4.88,2.34,17,5.38,2.62,8,4.62,2.22,13,5.0,1.2,8,5.67,2.35,15,4.75,2.31,8,5.71,2.34,17,4.22,2.54,9
+authorization,5.86,1.74,21,4.32,2.36,25,4.77,2.91,22,6.5,1.69,8,5.46,1.71,13,4.46,2.82,13,4.17,1.85,12,5.92,2.9,13,3.11,2.09,9,6.75,1.91,8,5.25,1.48,12,4.43,1.83,14,4.18,2.99,11,5.67,2.84,12,3.7,2.75,10,6.0,2.05,10,5.73,1.49,11,4.06,2.49,17,4.88,2.1,8,5.1,2.96,10,4.5,2.97,12
+authorize,5.37,1.01,19,4.67,2.44,24,6.54,1.88,28,5.38,1.06,8,5.36,1.03,11,5.33,2.6,9,4.27,2.34,15,6.07,2.16,14,7.0,1.47,14,5.25,1.16,8,5.45,0.93,11,4.42,2.31,12,4.92,2.64,12,6.36,1.86,14,6.71,1.94,14,5.67,1.12,9,5.1,0.88,10,4.33,2.64,12,5.0,2.3,12,6.67,1.67,12,6.44,2.06,16
+autism,3.2,1.91,20,4.1,2.61,21,3.12,2.3,25,2.75,1.71,4,3.31,1.99,16,3.75,2.5,4,4.18,2.7,17,4.33,2.87,9,2.44,1.63,16,2.75,1.75,8,3.5,2.02,12,4.5,2.22,10,3.73,2.97,11,3.21,2.22,14,3.0,2.49,11,2.82,1.47,11,3.67,2.35,9,3.0,1.94,10,5.09,2.81,11,3.56,2.33,18,2.0,1.91,7
+autistic,3.62,1.8,21,4.24,2.57,21,2.43,1.43,21,3.22,1.48,9,3.92,2.02,12,3.67,2.42,6,4.43,2.77,14,2.67,2.25,6,2.33,1.05,15,3.89,1.36,9,3.42,2.11,12,5.6,2.79,5,3.81,2.43,16,2.9,1.85,10,2.0,0.77,11,3.75,2.05,12,3.44,1.51,9,3.62,2.13,8,4.62,2.81,13,2.83,1.7,12,1.89,0.78,9
+auto,5.0,1.93,22,4.95,2.7,22,5.7,2.52,20,5.38,1.77,8,4.79,2.04,14,5.3,2.79,10,4.67,2.71,12,5.57,2.99,7,5.77,2.35,13,4.58,1.98,12,5.5,1.84,10,4.45,2.5,11,5.45,2.91,11,5.2,2.48,15,7.2,2.17,5,4.82,1.6,11,5.18,2.27,11,6.1,2.38,10,4.0,2.66,12,5.8,1.87,10,5.6,3.13,10
+autobiographical,4.82,1.4,22,3.74,2.51,23,5.89,2.28,19,5.0,1.07,8,4.92,1.44,13,3.62,2.72,8,3.64,2.5,14,5.0,3.0,7,6.55,1.69,11,5.12,0.99,8,4.85,1.46,13,3.44,3.0,9,3.93,2.23,14,4.86,1.57,7,6.5,2.47,12,4.73,1.49,11,4.91,1.38,11,2.56,2.35,9,4.5,2.38,14,5.88,2.47,16,6.0,1.0,3
+autobiography,5.79,2.27,19,2.85,1.6,20,6.5,2.37,20,7.0,1.73,3,5.8,2.21,15,2.6,1.43,10,3.1,1.79,10,6.8,2.53,10,6.2,2.3,10,5.83,2.23,6,6.08,2.19,12,2.0,1.15,7,3.31,1.65,13,6.12,2.53,8,6.75,2.34,12,5.58,2.39,12,6.14,2.19,7,2.7,1.57,10,3.0,1.7,10,7.0,2.78,9,6.09,2.02,11
+autograph,6.21,1.36,19,3.55,2.26,20,6.1,2.02,20,6.46,1.51,13,5.67,0.82,6,4.0,2.83,5,3.4,2.13,15,5.56,2.01,9,6.55,2.02,11,6.67,1.58,9,5.8,1.03,10,4.71,2.63,7,2.92,1.85,13,5.78,2.17,9,6.36,1.96,11,6.11,1.27,9,6.3,1.49,10,3.5,2.37,10,3.6,2.27,10,6.71,2.5,7,5.77,1.74,13
+autographed,6.14,1.75,22,4.65,2.29,23,6.42,1.87,19,5.75,2.12,8,6.15,1.41,13,4.38,2.45,8,4.79,2.36,14,6.29,2.36,7,6.64,1.63,11,6.12,2.36,8,5.92,1.19,13,4.67,2.6,9,4.64,2.17,14,5.57,1.62,7,6.92,1.88,12,5.91,2.07,11,6.36,1.43,11,4.22,2.68,9,4.93,2.06,14,6.44,1.86,16,6.33,2.31,3
+automated,4.74,1.56,19,4.05,2.42,22,4.5,2.25,24,4.33,1.75,6,4.92,1.5,13,4.58,2.64,12,3.4,2.07,10,4.25,2.12,8,4.62,2.36,16,4.7,0.82,10,4.78,2.17,9,5.0,2.35,9,3.38,2.33,13,4.06,2.3,17,5.67,1.97,6,4.5,1.07,8,4.91,1.87,11,3.78,2.28,9,4.23,2.59,13,4.81,2.04,16,3.88,2.64,8
+automatic,6.05,1.84,22,3.7,2.45,20,5.27,2.23,22,5.93,2.2,14,6.25,1.04,8,4.5,2.42,10,3.11,2.37,9,5.83,1.17,6,5.06,2.52,16,5.7,2.36,10,6.33,1.3,12,3.73,2.33,11,3.67,2.74,9,6.15,1.34,13,4.0,2.69,9,6.17,1.75,12,5.9,2.02,10,4.0,2.74,13,3.14,1.86,7,4.58,2.31,12,6.1,1.91,10
+automobile,5.45,1.47,20,3.91,1.82,22,6.0,2.6,19,5.44,1.59,9,5.45,1.44,11,3.6,2.97,5,4.06,1.48,16,6.5,2.81,6,5.77,2.59,13,5.36,1.28,14,5.67,1.97,6,3.42,1.51,12,4.67,2.12,9,5.33,2.29,9,6.6,2.84,10,5.1,1.37,10,5.8,1.55,10,3.25,1.42,12,4.7,2.0,10,6.0,3.22,6,6.0,2.42,13
+automotive,5.37,2.27,19,4.5,1.54,20,5.38,2.13,34,6.2,2.3,10,4.44,1.94,9,4.88,0.64,8,4.25,1.91,12,5.43,2.31,14,5.35,2.06,20,5.0,2.55,9,5.7,2.06,10,4.85,1.46,13,3.86,1.57,7,5.18,2.34,22,5.75,1.71,12,4.9,2.42,10,5.89,2.09,9,4.71,1.64,14,4.0,1.26,6,5.76,1.82,17,5.0,2.4,17
+autonomy,5.05,1.66,21,4.09,2.23,23,6.19,1.94,26,5.55,1.13,11,4.5,2.01,10,4.64,2.06,11,3.58,2.35,12,6.45,1.92,11,6.0,2.08,14,4.7,1.42,10,5.36,1.86,11,4.73,2.53,11,3.5,1.83,12,6.59,1.66,17,5.38,2.45,8,4.92,2.1,13,5.25,0.46,8,4.2,2.08,15,3.88,2.64,8,6.41,2.03,17,5.78,1.79,9
+autopilot,5.65,1.46,17,4.11,2.35,19,3.72,2.39,25,6.25,0.96,4,5.46,1.56,13,3.9,2.85,10,4.33,1.8,9,3.19,2.17,16,4.67,2.6,9,5.0,1.41,6,6.0,1.41,11,3.11,1.96,9,5.0,2.4,10,3.6,2.48,20,4.2,2.17,5,5.0,1.41,8,6.22,1.3,9,3.55,2.25,11,4.88,2.42,8,3.84,2.5,19,3.33,2.16,6
+autopsy,2.62,1.5,21,4.36,2.87,22,3.22,2.26,18,2.78,1.79,9,2.5,1.31,12,5.0,2.75,10,3.83,2.98,12,2.9,1.91,10,3.62,2.72,8,3.0,1.73,7,2.54,1.39,13,5.5,2.95,10,3.42,2.54,12,2.86,2.12,7,3.45,2.42,11,2.54,1.71,13,2.75,1.16,8,4.18,2.96,11,4.55,2.91,11,3.33,2.69,9,3.11,1.9,9
+autumn,7.12,1.98,42,3.21,2.34,43,5.17,2.53,23,6.81,1.47,16,7.31,2.24,26,2.9,1.97,10,3.28,2.49,32,4.44,2.35,9,5.64,2.62,14,7.05,1.54,20,7.43,2.09,21,2.87,1.81,15,3.39,2.59,28,4.93,2.87,15,5.62,1.85,8,6.83,1.86,24,7.5,2.12,18,3.32,2.67,19,3.12,2.09,24,5.54,2.99,13,4.7,1.83,10
+auxiliary,5.26,1.63,19,3.61,2.19,23,5.81,2.29,21,5.56,1.24,9,5.0,1.94,10,3.91,2.66,11,3.33,1.72,12,5.88,1.55,8,5.77,2.71,13,5.54,1.39,13,4.67,2.07,6,3.67,2.78,9,3.57,1.83,14,6.12,2.23,8,5.62,2.4,13,5.78,1.56,9,4.8,1.62,10,3.54,1.98,13,3.7,2.54,10,6.08,2.07,12,5.44,2.65,9
+avail,5.42,1.57,19,3.77,1.93,22,6.0,1.6,22,5.67,0.87,9,5.2,2.04,10,4.75,1.75,8,3.21,1.85,14,6.45,1.51,11,5.55,1.63,11,5.57,0.98,7,5.33,1.87,12,4.1,1.97,10,3.5,1.93,12,5.62,1.56,13,6.56,1.59,9,5.5,2.12,10,5.33,0.71,9,3.75,2.66,8,3.79,1.48,14,6.07,1.38,14,5.88,2.03,8
+availability,5.68,1.73,19,4.38,2.67,21,5.5,1.96,20,5.0,1.0,3,5.81,1.83,16,4.67,2.94,6,4.27,2.66,15,5.67,1.63,6,5.43,2.14,14,5.4,1.84,10,6.0,1.66,9,3.29,1.89,7,4.93,2.89,14,5.5,1.84,10,5.5,2.17,10,5.62,2.0,8,5.73,1.62,11,4.56,3.0,9,4.25,2.53,12,5.25,2.76,8,5.67,1.3,12
+available,6.86,1.28,21,4.04,2.48,24,6.59,2.3,22,6.62,1.41,8,7.0,1.22,13,4.31,2.75,13,3.73,2.2,11,7.15,1.99,13,5.78,2.59,9,7.38,1.6,8,6.42,0.9,12,4.86,2.14,14,2.9,2.56,10,7.58,1.62,12,5.4,2.5,10,7.2,1.32,10,6.55,1.21,11,4.35,2.78,17,3.29,1.38,7,6.4,2.63,10,6.75,2.09,12
+avalanche,4.0,2.73,19,6.55,2.46,20,3.24,2.3,46,4.56,2.35,9,3.5,3.06,10,5.86,2.85,7,6.92,2.25,13,2.5,1.82,24,3.86,2.43,21,5.0,2.24,7,3.42,2.91,12,6.55,2.11,11,6.56,2.96,9,3.46,2.06,24,3.0,2.56,22,4.1,2.81,10,3.89,2.8,9,6.75,2.38,12,6.25,2.71,8,3.12,1.99,25,3.38,2.67,21
+avenge,4.05,2.06,22,6.35,2.13,26,5.92,2.43,24,4.22,2.33,9,3.92,1.93,13,6.4,2.37,10,6.31,2.06,16,4.89,3.02,9,6.53,1.85,15,4.0,2.14,8,4.07,2.09,14,6.08,2.29,13,6.62,2.02,13,5.42,2.75,12,6.42,2.07,12,4.17,1.95,12,3.9,2.28,10,6.07,2.05,15,6.73,2.28,11,6.23,2.52,13,5.55,2.38,11
+avenging,4.89,2.13,19,6.1,1.97,21,6.55,1.99,22,5.56,2.13,9,4.3,2.06,10,6.5,1.31,8,5.85,2.3,13,6.55,1.86,11,6.55,2.21,11,5.86,1.86,7,4.33,2.15,12,5.44,0.73,9,6.58,2.47,12,6.31,2.25,13,6.89,1.62,9,4.6,2.12,10,5.22,2.22,9,6.25,2.12,8,6.0,1.96,13,7.14,1.79,14,5.5,2.0,8
+avenue,5.74,1.53,42,3.3,2.24,43,5.18,1.68,22,5.7,1.34,10,5.77,1.63,31,3.31,2.5,16,3.3,2.13,27,5.36,1.69,11,5.0,1.73,11,5.9,1.55,20,5.59,1.53,22,3.52,2.42,21,3.09,2.09,22,5.23,1.74,13,5.11,1.69,9,5.8,1.74,20,5.68,1.36,22,2.8,1.91,25,4.0,2.52,18,5.29,1.94,14,5.0,1.2,8
+average,4.89,0.88,19,3.29,1.79,17,5.59,2.18,17,5.27,0.79,11,4.38,0.74,8,3.5,1.91,4,3.23,1.83,13,5.38,2.2,8,5.78,2.28,9,5.38,0.92,8,4.55,0.69,11,3.29,1.8,7,3.3,1.89,10,4.83,2.79,6,6.0,1.79,11,5.15,0.8,13,4.33,0.82,6,2.5,1.58,10,4.43,1.51,7,6.43,1.81,7,5.0,2.31,10
+aversion,4.0,1.26,20,5.14,2.46,22,4.81,2.06,21,3.78,0.83,9,4.18,1.54,11,5.5,2.55,10,4.83,2.44,12,4.62,1.3,8,4.92,2.47,13,4.43,0.94,14,3.0,1.41,6,5.0,2.56,8,5.21,2.49,14,4.75,2.25,8,4.85,2.03,13,4.7,0.82,10,3.3,1.25,10,4.42,2.43,12,6.0,2.31,10,5.17,2.44,12,4.33,1.41,9
+avert,5.16,1.92,19,3.62,1.94,21,5.22,2.24,23,4.73,2.0,11,5.29,1.25,7,3.75,2.05,8,3.54,1.94,13,4.57,2.57,7,5.5,2.1,16,4.88,2.7,8,5.36,1.21,11,3.5,2.27,8,3.69,1.8,13,4.82,2.23,11,5.58,2.27,12,4.92,2.19,12,5.57,1.4,7,3.2,1.81,10,4.0,2.05,11,4.77,2.2,13,5.8,2.25,10
+aviation,5.9,1.67,21,4.05,2.59,22,5.62,1.68,26,6.36,1.43,11,5.4,1.84,10,4.3,2.83,10,3.83,2.48,12,5.64,1.69,11,5.57,1.79,14,5.8,2.15,10,6.0,1.18,11,4.9,2.77,10,3.33,2.31,12,5.41,1.62,17,6.0,1.93,8,6.23,2.05,13,5.38,0.52,8,4.21,2.81,14,3.75,2.31,8,5.94,1.82,17,5.0,1.22,9
+aviator,6.39,1.5,18,4.67,2.46,21,6.13,1.66,23,6.5,1.29,4,6.31,1.65,13,5.5,2.88,6,4.33,2.29,15,6.5,1.72,10,5.85,1.63,13,5.86,1.57,7,6.7,1.49,10,4.0,2.71,7,5.0,2.35,14,6.0,1.67,11,6.25,1.71,12,6.45,1.29,11,6.29,1.89,7,4.55,2.77,11,4.8,2.2,10,6.14,1.61,14,6.11,1.83,9
+avid,5.74,2.31,19,4.32,2.01,22,5.71,1.92,24,4.83,3.13,6,6.15,1.82,13,4.75,2.01,12,3.8,1.99,10,4.62,1.92,8,6.25,1.73,16,5.4,2.22,10,6.11,2.47,9,4.78,1.86,9,4.0,2.12,13,5.88,1.87,17,5.33,2.34,6,5.25,2.6,8,6.09,2.12,11,3.89,1.27,9,4.62,2.4,13,5.81,1.87,16,5.5,2.14,8
+avocado,6.32,2.14,19,4.05,2.3,22,5.22,2.5,23,6.55,1.97,11,5.57,2.3,7,3.75,1.83,8,4.21,2.58,14,5.29,2.98,7,5.19,2.37,16,6.38,2.26,8,6.27,2.15,11,4.44,2.92,9,3.77,1.83,13,5.45,2.25,11,5.0,2.8,12,6.17,2.66,12,6.57,0.79,7,3.27,2.05,11,4.82,2.36,11,4.38,2.33,13,6.3,2.41,10
+avoid,4.1,1.45,21,3.92,2.06,24,4.81,2.79,21,4.38,1.69,8,3.92,1.32,13,4.38,2.29,13,3.36,1.69,11,4.92,3.01,13,4.62,2.56,8,4.12,1.36,8,4.25,1.48,12,4.36,1.74,14,3.3,2.41,10,5.67,2.61,12,3.67,2.74,9,3.5,1.27,10,4.64,1.43,11,3.59,2.35,17,4.71,0.76,7,3.67,2.5,9,5.67,2.77,12
+avoidance,3.35,1.39,20,4.95,2.39,20,4.88,2.47,26,3.55,1.37,11,3.11,1.45,9,4.71,2.14,7,5.08,2.6,13,4.46,2.44,13,5.31,2.53,13,3.27,1.35,11,3.44,1.51,9,5.82,2.4,11,3.89,2.03,9,5.35,2.42,17,4.0,2.45,9,3.6,1.17,10,3.1,1.6,10,5.42,2.31,12,4.25,2.49,8,4.81,2.51,16,5.0,2.54,10
+await,5.33,1.33,18,2.91,1.9,22,4.71,1.88,28,4.83,0.75,6,5.58,1.51,12,3.36,1.86,11,2.45,1.92,11,5.09,1.7,11,4.47,2.0,17,5.3,1.16,10,5.38,1.6,8,3.0,1.9,11,2.82,1.99,11,4.72,1.81,18,4.7,2.11,10,5.42,1.31,12,5.17,1.47,6,3.0,2.22,14,2.75,1.28,8,4.75,2.02,16,4.67,1.78,12
+awake,6.76,1.48,21,5.5,2.67,20,6.68,2.43,19,7.08,1.44,13,6.25,1.49,8,6.14,1.07,7,5.15,3.21,13,6.43,2.51,7,6.83,2.48,12,7.17,1.59,12,6.22,1.2,9,5.89,2.37,9,5.18,2.96,11,6.2,2.62,10,7.22,2.22,9,6.83,1.59,12,6.67,1.41,9,6.0,1.15,7,5.23,3.22,13,6.43,3.15,7,6.83,2.04,12
+awaken,6.05,1.83,21,4.29,2.2,24,6.09,2.18,22,6.25,1.98,8,5.92,1.8,13,4.46,2.47,13,4.09,1.92,11,6.31,2.32,13,5.78,2.05,9,5.62,2.39,8,6.5,1.31,12,4.93,1.73,14,3.4,2.55,10,6.92,1.98,12,5.1,2.08,10,5.9,2.47,10,6.18,1.08,11,4.06,2.46,17,4.86,1.35,7,5.8,2.7,10,6.33,1.72,12
+awakening,6.41,1.44,22,4.67,2.5,24,6.54,2.15,24,6.44,1.42,9,6.38,1.5,13,4.0,2.98,8,5.0,2.25,16,6.44,1.88,9,6.6,2.35,15,5.75,1.39,8,6.79,1.37,14,4.17,2.12,12,5.17,2.82,12,5.42,2.35,12,7.67,1.15,12,6.0,1.28,12,6.9,1.52,10,4.4,2.5,15,5.11,2.57,9,6.23,2.68,13,6.91,1.3,11
+award,7.86,1.15,21,5.85,2.89,20,6.9,1.92,21,7.17,1.33,6,8.13,0.99,15,6.12,2.59,8,5.67,3.17,12,7.09,1.64,11,6.7,2.26,10,8.0,0.89,6,7.8,1.26,15,6.6,2.67,10,5.1,3.03,10,6.43,2.17,14,7.86,0.69,7,7.71,1.11,7,7.93,1.21,14,5.86,3.03,14,5.83,2.79,6,6.83,1.99,12,7.0,1.94,9
+aware,6.86,1.49,22,4.7,2.56,20,7.05,2.41,19,7.23,1.36,13,6.33,1.58,9,5.29,2.21,7,4.38,2.75,13,6.29,2.69,7,7.5,2.24,12,6.92,1.68,12,6.8,1.32,10,5.22,2.17,9,4.27,2.87,11,6.0,2.58,10,8.22,1.64,9,6.75,1.54,12,7.0,1.49,10,5.86,1.68,7,4.08,2.78,13,7.14,2.34,7,7.0,2.56,12
+awareness,6.45,1.61,20,3.73,2.55,22,7.22,1.93,27,7.0,1.0,7,6.15,1.82,13,3.4,2.41,10,4.0,2.73,12,7.53,1.81,15,7.09,1.97,11,5.91,1.76,11,7.11,1.17,9,4.0,2.24,9,3.54,2.82,13,7.06,1.98,17,7.89,1.54,9,7.0,1.0,13,5.43,2.07,7,3.5,2.5,16,4.33,2.8,6,6.75,2.34,12,7.6,1.5,15
+awe,6.85,1.79,20,3.83,2.85,23,5.85,1.79,20,6.75,1.83,8,6.92,1.83,12,4.0,2.53,6,3.76,3.03,17,5.45,1.86,11,6.33,1.66,9,7.0,1.67,11,6.67,2.0,9,4.1,3.31,10,3.62,2.57,13,5.54,2.03,13,6.43,1.13,7,6.54,1.98,13,7.43,1.27,7,3.69,2.8,16,4.14,3.18,7,5.75,1.42,12,6.0,2.33,8
+awed,6.05,2.01,42,4.21,2.26,42,6.0,2.39,41,6.12,1.86,16,6.0,2.14,26,3.55,2.25,11,4.47,2.29,30,5.83,2.04,24,6.24,2.86,17,6.45,1.93,20,5.9,1.81,21,4.42,2.23,12,4.13,2.3,30,5.88,2.47,25,6.19,2.32,16,6.08,2.26,24,6.0,1.68,18,4.05,2.26,20,4.36,2.3,22,5.95,2.5,21,6.05,2.33,20
+awesome,7.86,1.85,21,6.05,3.09,20,7.11,1.79,19,7.46,2.22,13,8.5,0.76,8,6.43,2.57,7,5.85,3.41,13,6.86,1.86,7,7.25,1.82,12,8.0,1.86,12,7.67,1.94,9,6.11,3.06,9,6.0,3.26,11,6.8,1.75,10,7.44,1.88,9,8.08,1.78,12,7.56,2.01,9,6.43,2.57,7,5.85,3.41,13,7.43,1.72,7,6.92,1.88,12
+awful,2.28,1.96,18,4.86,2.87,21,3.06,1.66,18,2.0,1.31,8,2.5,2.42,10,4.71,3.35,7,4.93,2.73,14,3.27,1.68,11,2.71,1.7,7,2.0,1.18,11,2.71,2.87,7,4.67,3.35,9,5.0,2.59,12,2.64,1.63,11,3.71,1.6,7,2.5,2.32,12,1.83,0.98,6,3.92,2.94,12,6.11,2.37,9,3.44,2.01,9,2.67,1.22,9
+awkward,2.95,1.22,19,4.55,2.35,20,4.25,2.22,20,3.0,1.73,3,2.8,1.08,15,4.2,2.35,10,4.9,2.42,10,5.0,2.0,10,3.5,2.27,10,3.0,1.26,6,2.75,1.14,12,4.14,3.08,7,4.77,1.96,13,3.62,2.97,8,4.67,1.56,12,2.75,1.29,12,3.29,1.11,7,4.8,2.82,10,4.3,1.89,10,4.11,2.67,9,4.36,1.91,11
+awkwardness,3.86,1.88,22,4.65,2.61,26,4.13,2.2,23,3.78,1.99,9,3.92,1.89,13,3.2,2.35,10,5.56,2.39,16,4.33,2.29,9,4.0,2.22,14,4.75,2.49,8,3.36,1.28,14,4.92,2.87,13,4.38,2.4,13,3.91,2.17,11,4.33,2.31,12,3.75,2.05,12,4.0,1.76,10,4.53,2.88,15,4.82,2.32,11,4.08,2.35,12,4.18,2.14,11
+awning,5.79,0.98,19,2.9,2.07,20,5.29,1.97,24,6.0,1.08,13,5.33,0.52,6,4.2,2.59,5,2.47,1.77,15,5.31,1.7,13,5.27,2.33,11,5.89,1.27,9,5.7,0.67,10,3.29,2.63,7,2.69,1.8,13,5.45,2.21,11,5.15,1.82,13,5.67,0.71,9,5.9,1.2,10,2.7,2.16,10,3.1,2.08,10,5.44,2.13,9,5.2,1.93,15
+axe,3.48,1.5,23,5.64,2.61,22,5.55,2.09,20,4.0,1.93,8,3.2,1.21,15,5.6,2.8,10,5.67,2.57,12,5.86,2.41,7,5.38,1.98,13,3.5,1.68,12,3.45,1.37,11,5.45,2.77,11,5.82,2.56,11,5.6,2.1,15,5.4,2.3,5,4.0,1.34,11,3.0,1.54,12,6.9,2.08,10,4.58,2.61,12,5.0,1.76,10,6.1,2.33,10
+axis,4.19,1.54,21,3.92,2.02,25,5.59,2.36,22,4.5,1.51,8,4.0,1.58,13,4.69,2.14,13,3.08,1.56,12,6.54,2.26,13,4.22,1.86,9,4.88,1.25,8,4.0,1.41,12,4.71,1.98,14,2.91,1.64,11,6.5,2.02,12,4.5,2.37,10,3.8,1.48,10,4.55,1.57,11,3.76,2.08,17,4.25,1.98,8,5.6,2.99,10,5.58,1.83,12
+axle,4.67,1.11,21,2.45,2.2,22,5.3,1.89,20,4.75,1.39,8,4.62,0.96,13,3.4,2.88,5,2.18,1.98,17,5.55,1.97,11,5.0,1.87,9,4.75,0.97,12,4.56,1.33,9,2.89,2.42,9,2.15,2.08,13,5.15,2.3,13,5.57,0.79,7,4.79,0.97,14,4.43,1.4,7,2.57,2.17,14,2.25,2.38,8,5.58,1.73,12,4.88,2.17,8
+babble,4.55,1.67,20,4.0,2.28,24,4.74,2.55,27,4.75,1.16,8,4.42,1.98,12,3.44,2.24,9,4.33,2.32,15,4.86,2.74,14,4.62,2.43,13,4.67,1.94,9,4.45,1.51,11,3.92,2.07,12,4.08,2.57,12,4.38,2.72,13,5.07,2.43,14,4.5,2.01,10,4.6,1.35,10,4.75,2.14,12,3.25,2.26,12,4.09,2.66,11,5.19,2.46,16
+babe,6.86,1.93,21,4.25,3.08,20,6.79,2.64,19,6.77,1.92,13,7.0,2.07,8,4.29,3.25,7,4.23,3.11,13,6.43,2.07,7,7.0,2.98,12,7.17,1.9,12,6.44,2.01,9,4.11,3.22,9,4.36,3.11,11,7.3,2.16,10,6.22,3.11,9,6.92,1.88,12,6.78,2.11,9,5.0,3.56,7,3.85,2.85,13,7.86,1.95,7,6.17,2.86,12
+baboon,5.55,1.61,20,5.11,2.11,19,4.96,2.07,26,6.0,1.26,11,5.0,1.87,9,5.83,1.72,6,4.77,2.24,13,4.62,1.89,13,5.31,2.25,13,5.45,1.97,11,5.67,1.12,9,5.73,1.9,11,4.25,2.19,8,5.18,2.13,17,4.56,2.01,9,5.4,2.17,10,5.7,0.82,10,5.08,1.83,12,5.14,2.67,7,4.75,2.05,16,5.3,2.16,10
+baby,6.67,2.36,43,4.97,2.65,38,4.94,2.87,49,6.55,2.34,22,6.81,2.42,21,5.67,2.55,9,4.76,2.68,29,4.6,2.78,25,5.22,3.01,23,5.91,2.56,22,7.48,1.86,21,5.0,2.83,14,4.96,2.6,24,5.04,2.96,25,4.83,2.82,24,5.96,2.57,26,7.76,1.48,17,4.95,2.82,21,5.0,2.5,17,5.12,2.89,26,4.74,2.9,23
+babysit,4.74,1.45,19,3.67,1.98,21,5.74,2.2,23,3.8,0.84,5,5.15,1.52,13,3.33,1.86,6,3.8,2.08,15,5.5,2.32,10,5.92,2.18,13,4.43,1.72,7,5.0,1.34,11,4.0,2.08,7,3.5,1.99,14,5.36,2.34,11,6.08,2.11,12,5.0,1.71,12,4.29,0.76,7,3.36,2.06,11,4.0,1.94,10,5.57,2.21,14,6.0,2.29,9
+babysitter,6.55,1.85,20,3.48,1.78,21,5.68,2.37,34,7.1,1.52,10,6.0,2.05,10,3.75,1.39,8,3.31,2.02,13,6.21,2.72,14,5.3,2.08,20,6.33,2.06,9,6.73,1.74,11,3.85,1.72,13,2.88,1.81,8,6.05,2.42,22,5.0,2.22,12,6.1,2.18,10,7.0,1.41,10,3.21,1.53,14,4.0,2.24,7,6.35,2.0,17,5.0,2.57,17
+Bacardi,5.68,2.52,19,4.36,2.46,22,5.79,2.26,24,3.83,2.23,6,6.54,2.22,13,4.75,2.49,12,3.9,2.47,10,4.38,2.5,8,6.5,1.83,16,6.3,1.64,10,5.0,3.2,9,4.44,2.13,9,4.31,2.75,13,5.59,2.21,17,6.5,2.66,6,6.5,2.45,8,5.09,2.51,11,4.67,1.94,9,4.15,2.82,13,5.75,2.41,16,5.88,2.1,8
+bachelor,5.58,1.43,19,4.14,1.96,21,5.13,2.7,23,7.0,1.0,3,5.31,1.35,16,4.12,1.13,8,4.15,2.38,13,6.11,2.09,9,4.5,2.93,14,5.78,1.72,9,5.4,1.17,10,4.89,2.26,9,3.58,1.56,12,5.93,2.76,15,3.62,1.92,8,5.29,1.38,7,5.75,1.48,12,5.1,2.02,10,3.27,1.49,11,5.08,3.35,13,5.2,1.69,10
+bachelorette,5.52,2.32,21,4.09,2.51,22,4.89,2.47,27,6.2,1.99,10,4.91,2.51,11,5.43,3.21,7,3.47,1.92,15,4.76,2.77,17,5.1,1.97,10,4.82,2.14,11,6.3,2.36,10,2.4,2.07,5,4.59,2.45,17,4.5,2.65,14,5.31,2.29,13,5.77,2.31,13,5.12,2.42,8,2.8,2.1,10,5.17,2.37,12,4.79,2.58,14,5.0,2.45,13
+back,4.76,1.76,21,2.59,1.79,22,5.22,2.32,18,5.33,1.94,9,4.33,1.56,12,3.18,1.94,11,2.0,1.48,11,5.0,2.21,10,5.5,2.56,8,4.29,2.29,7,5.08,1.5,13,2.73,1.56,11,2.45,2.07,11,4.71,3.04,7,5.55,1.81,11,4.54,2.11,13,5.12,0.99,8,2.45,1.51,11,2.73,2.1,11,5.0,2.55,9,5.44,2.19,9
+backboard,4.7,1.89,20,3.41,1.82,22,5.47,1.98,19,4.56,2.51,9,4.82,1.33,11,2.6,2.07,5,3.75,1.73,16,5.83,1.72,6,5.31,2.14,13,4.79,1.89,14,4.5,2.07,6,3.67,1.78,12,3.22,1.99,9,4.44,1.74,9,6.4,1.78,10,4.7,1.89,10,4.7,2.0,10,3.0,1.86,12,3.9,1.73,10,5.17,2.64,6,5.62,1.71,13
+backbone,5.16,1.71,19,4.05,2.58,21,6.4,1.98,20,5.67,0.58,3,5.06,1.84,16,4.33,2.73,6,3.93,2.6,15,5.83,1.47,6,6.64,2.17,14,5.4,0.7,10,4.89,2.42,9,3.43,2.07,7,4.36,2.82,14,6.4,1.84,10,6.4,2.22,10,5.12,1.46,8,5.18,1.94,11,4.44,3.24,9,3.75,2.05,12,7.25,2.25,8,5.83,1.64,12
+backdoor,4.86,1.53,21,3.85,2.24,26,5.43,2.06,23,5.33,1.87,9,4.5,1.17,12,2.9,2.13,10,4.44,2.16,16,6.0,1.8,9,5.07,2.2,14,4.86,1.77,7,4.86,1.46,14,4.23,2.49,13,3.46,1.98,13,4.75,2.09,12,6.18,1.83,11,4.82,0.98,11,4.9,2.02,10,3.47,2.47,15,4.36,1.86,11,5.38,2.14,13,5.5,2.07,10
+backdrop,5.45,1.39,20,2.7,1.84,20,5.27,1.39,22,5.43,0.79,7,5.46,1.66,13,2.78,1.79,9,2.64,1.96,11,5.5,1.87,6,5.19,1.22,16,5.7,1.34,10,5.22,1.56,9,2.88,1.89,8,2.58,1.88,12,5.33,1.35,15,5.14,1.57,7,5.45,1.81,11,5.44,0.73,9,2.67,1.83,12,2.75,1.98,8,5.36,1.69,11,5.18,1.08,11
+backer,4.73,1.61,22,3.53,1.71,19,5.62,2.2,21,5.6,1.52,5,4.44,1.63,16,3.38,1.77,8,3.64,1.75,11,5.2,2.2,10,6.0,2.24,11,4.42,1.83,12,5.1,1.29,10,3.3,1.7,10,3.78,1.79,9,5.33,2.42,12,6.0,1.94,9,4.45,1.92,11,5.0,1.26,11,2.88,2.03,8,4.0,1.34,11,5.56,1.94,9,5.67,2.46,12
+backfire,3.0,1.98,22,4.79,2.42,19,3.5,2.46,20,3.0,1.0,5,3.12,2.22,16,5.62,1.51,8,4.18,2.82,11,2.67,1.12,9,4.18,3.06,11,2.75,1.14,12,3.3,2.71,10,5.1,2.18,10,4.44,2.74,9,3.45,2.88,11,3.56,2.01,9,2.0,1.18,11,4.0,2.14,11,4.38,2.39,8,5.09,2.51,11,2.67,1.41,9,4.18,2.96,11
+backgammon,5.6,1.76,20,2.06,1.39,18,4.83,2.01,24,6.2,1.64,5,5.4,1.8,15,2.0,1.0,5,2.08,1.55,13,4.23,1.92,13,5.55,1.97,11,5.6,2.07,10,5.6,1.51,10,2.29,1.8,7,1.91,1.14,11,4.62,1.75,16,5.25,2.55,8,5.29,1.94,14,6.33,1.03,6,2.25,1.6,12,1.67,0.82,6,5.4,2.06,15,3.89,1.62,9
+background,5.05,0.78,19,3.67,1.77,21,5.57,2.0,23,4.8,1.1,5,5.15,0.69,13,3.83,2.04,6,3.6,1.72,15,5.2,2.3,10,5.85,1.77,13,4.86,0.9,7,5.18,0.75,11,3.86,2.04,7,3.57,1.7,14,5.73,2.05,11,5.42,2.02,12,5.0,0.85,12,5.14,0.69,7,3.82,2.09,11,3.5,1.43,10,5.43,1.99,14,5.78,2.11,9
+backhand,3.5,1.77,22,4.61,2.03,18,4.9,2.55,21,3.0,1.58,5,3.69,1.89,16,5.43,1.81,7,4.09,2.07,11,5.4,2.67,10,4.45,2.46,11,3.08,1.44,12,4.0,2.05,10,5.0,1.49,10,4.12,2.59,8,5.25,2.77,12,4.44,2.3,9,2.55,1.44,11,4.45,1.57,11,4.0,2.07,8,5.1,1.97,10,5.67,2.69,9,4.33,2.39,12
+backpack,6.05,1.87,19,3.68,2.38,22,6.5,1.84,24,5.5,2.43,6,6.31,1.6,13,4.25,2.8,12,3.0,1.63,10,6.5,1.6,8,6.5,2.0,16,6.3,1.25,10,5.78,2.44,9,4.11,2.93,9,3.38,1.98,13,6.41,1.94,17,7.0,1.67,6,6.75,1.67,8,5.55,1.92,11,3.22,1.64,9,4.0,2.8,13,6.75,1.98,16,6.0,1.51,8
+backroom,4.6,1.54,20,3.5,2.28,18,5.08,2.21,24,4.8,2.17,5,4.53,1.36,15,5.2,1.48,5,2.85,2.23,13,5.23,2.39,13,4.91,2.07,11,4.9,1.52,10,4.3,1.57,10,5.0,1.83,7,2.55,2.07,11,5.25,2.08,16,4.75,2.55,8,4.36,1.45,14,5.17,1.72,6,3.25,2.09,12,4.0,2.76,6,4.8,2.54,15,5.56,1.51,9
+backseat,4.84,1.77,19,3.32,2.08,22,3.9,2.26,21,4.64,1.36,11,4.86,2.34,7,3.12,0.99,8,3.43,2.53,14,3.2,2.95,5,4.12,2.06,16,4.88,1.81,8,4.82,1.83,11,3.33,2.4,9,3.31,1.93,13,3.0,1.58,9,4.58,2.5,12,4.75,2.09,12,5.0,1.15,7,2.55,1.75,11,4.09,2.17,11,3.58,2.54,12,4.33,1.87,9
+backside,4.58,2.19,19,3.68,2.19,22,5.22,1.48,23,4.67,2.58,6,4.54,2.11,13,4.0,2.49,12,3.3,1.83,10,4.86,1.35,7,5.38,1.54,16,4.6,2.37,10,4.56,2.13,9,4.0,1.94,9,3.46,2.4,13,5.25,1.69,16,5.17,0.98,6,4.25,1.67,8,4.82,2.56,11,3.0,1.58,9,4.15,2.48,13,5.27,1.62,15,5.12,1.25,8
+backtrack,4.26,1.66,19,3.15,1.73,20,5.3,1.92,20,4.33,0.58,3,4.25,1.81,16,3.0,1.67,6,3.21,1.81,14,5.17,2.32,6,5.36,1.82,14,4.4,1.51,10,4.11,1.9,9,3.14,1.86,7,3.15,1.72,13,5.4,2.01,10,5.2,1.93,10,4.25,1.04,8,4.27,2.05,11,3.0,2.0,9,3.27,1.56,11,5.12,1.73,8,5.42,2.11,12
+backup,5.85,1.35,20,3.45,2.3,22,5.85,2.27,27,6.43,1.27,7,5.54,1.33,13,4.4,2.5,10,2.67,1.87,12,5.87,2.17,15,5.91,2.59,11,5.82,1.4,11,5.89,1.36,9,4.11,1.83,9,3.0,2.55,13,5.65,2.55,17,6.33,1.8,9,5.92,1.26,13,5.71,1.6,7,3.75,2.44,16,2.67,1.86,6,5.67,2.35,12,6.0,2.27,15
+backwater,4.33,1.93,21,3.84,2.37,25,5.0,2.24,19,4.78,2.28,9,4.0,1.65,12,4.17,2.99,6,3.67,2.28,18,4.0,2.45,7,5.58,1.98,12,4.44,2.03,16,4.0,1.73,5,3.86,2.57,14,3.7,2.31,10,4.89,2.76,9,5.1,1.79,10,4.17,2.44,12,4.56,1.01,9,4.19,2.59,16,3.22,1.92,9,4.64,2.58,11,5.5,1.69,8
+backwoods,5.0,2.08,20,2.57,2.01,21,5.21,2.6,24,3.25,2.06,4,5.44,1.9,16,3.25,2.87,4,2.41,1.84,17,6.33,2.55,9,4.53,2.47,15,5.25,1.98,8,4.83,2.21,12,2.3,2.0,10,2.82,2.09,11,5.0,3.09,14,5.5,1.84,10,5.0,1.9,11,5.0,2.4,9,1.8,1.14,10,3.27,2.41,11,5.88,2.52,17,3.57,2.15,7
+backyard,6.1,2.0,20,3.88,2.55,26,6.79,1.89,24,6.88,2.59,8,5.58,1.38,12,3.0,2.45,10,4.44,2.53,16,7.56,1.24,9,6.33,2.09,15,5.5,2.26,6,6.36,1.91,14,5.08,2.69,13,2.69,1.8,13,6.25,2.22,12,7.33,1.37,12,6.55,1.44,11,5.56,2.51,9,3.53,2.92,15,4.36,1.96,11,6.77,2.01,13,6.82,1.83,11
+bacon,7.52,1.5,21,4.16,2.84,25,6.11,2.0,19,7.67,1.5,9,7.42,1.56,12,5.0,3.41,6,3.83,2.75,18,6.29,1.7,7,6.0,2.22,12,7.38,1.67,16,8.0,0.71,5,4.29,3.29,14,3.9,2.38,10,7.22,1.56,9,5.1,1.85,10,8.0,1.04,12,6.89,1.83,9,5.0,2.68,16,2.67,2.6,9,6.36,2.2,11,5.75,1.75,8
+bacteria,3.3,1.56,20,4.24,2.53,21,3.44,2.48,25,4.67,1.53,3,3.06,1.48,17,4.29,3.2,7,4.23,2.35,13,4.12,2.59,8,3.12,2.45,17,4.0,1.41,7,2.92,1.55,13,5.57,1.81,7,3.54,2.73,13,4.0,2.72,14,2.73,2.05,11,2.89,1.54,9,3.64,1.57,11,4.64,2.5,11,3.8,2.62,10,3.06,2.65,18,4.43,1.81,7
+bacterial,3.68,2.12,22,5.0,2.65,22,3.6,2.14,20,3.88,1.89,8,3.57,2.31,14,4.9,2.6,10,5.08,2.81,12,4.71,2.75,7,3.0,1.53,13,4.09,2.43,11,3.27,1.79,11,4.55,2.46,11,5.45,2.88,11,3.8,2.31,15,3.0,1.58,5,3.5,1.96,10,3.83,2.33,12,5.5,2.59,10,4.58,2.75,12,3.4,1.71,10,3.8,2.57,10
+bad,3.24,1.92,21,4.86,2.69,21,3.56,2.18,18,3.67,2.66,6,3.14,1.66,14,4.43,2.99,7,5.07,2.62,14,3.67,1.94,9,3.62,2.62,8,3.46,2.11,13,3.0,1.73,7,4.33,2.96,9,5.25,2.53,12,4.2,2.49,10,2.75,1.49,8,3.46,1.94,13,2.88,1.96,8,5.0,3.16,6,4.8,2.6,15,3.6,2.22,10,3.5,2.27,8
+badass,6.14,2.25,22,6.68,2.19,19,6.0,2.37,21,6.0,2.12,5,6.19,2.43,16,6.5,2.39,8,6.82,2.14,11,6.2,1.81,10,5.82,2.86,11,6.25,1.86,12,6.0,2.75,10,7.8,1.23,10,5.44,2.4,9,5.5,2.35,12,6.67,2.35,9,6.27,2.69,11,6.0,1.84,11,6.5,2.51,8,6.82,2.04,11,7.0,2.0,9,5.25,2.42,12
+badge,5.24,2.05,21,4.4,2.41,20,5.75,2.53,36,5.12,1.81,8,5.31,2.25,13,4.6,2.3,5,4.33,2.53,15,5.27,2.57,11,5.96,2.54,25,5.31,2.06,13,5.12,2.17,8,4.67,2.53,12,4.0,2.33,8,5.95,2.58,20,5.5,2.53,16,4.64,2.11,11,5.9,1.85,10,5.0,2.37,11,3.67,2.4,9,5.86,2.77,22,5.57,2.21,14
+badger,4.63,2.24,19,4.35,2.12,23,4.58,1.39,19,4.89,2.15,9,4.4,2.41,10,4.14,1.95,7,4.6,2.23,15,4.5,0.97,10,4.67,1.8,9,5.22,2.77,9,4.1,1.6,10,4.5,2.64,10,4.42,1.68,12,4.62,1.6,8,4.4,1.26,10,4.92,2.35,12,4.14,2.12,7,4.4,2.28,20,4.0,0.0,3,4.38,1.06,8,4.73,1.62,11
+badness,3.55,2.01,20,4.38,2.94,21,4.08,2.48,25,2.5,1.0,4,3.81,2.14,16,3.75,3.1,4,4.53,2.98,17,5.22,2.49,9,3.44,2.31,16,3.25,1.39,8,3.75,2.38,12,5.0,2.87,10,3.82,3.03,11,4.36,2.24,14,3.73,2.83,11,3.55,1.81,11,3.56,2.35,9,4.4,2.88,10,4.36,3.14,11,4.39,2.55,18,3.29,2.29,7
+bag,5.05,1.29,22,3.43,2.2,21,5.62,1.78,16,4.67,1.97,6,5.2,1.01,15,2.86,2.73,7,3.71,1.94,14,5.88,2.1,8,5.38,1.51,8,4.93,1.54,14,5.29,0.76,7,3.89,2.71,9,3.08,1.78,12,6.0,2.06,9,5.14,1.35,7,4.93,1.49,14,5.25,0.89,8,4.33,2.94,6,3.07,1.83,15,6.0,2.06,9,5.14,1.35,7
+bagel,6.32,1.16,19,3.6,1.82,20,5.17,2.12,23,5.67,2.52,3,6.44,0.81,16,3.86,1.57,7,3.46,1.98,13,5.78,2.11,9,4.79,2.12,14,6.67,0.71,9,6.0,1.41,10,3.5,2.2,8,3.67,1.61,12,5.27,2.31,15,5.0,1.85,8,6.57,0.98,7,6.17,1.27,12,4.0,2.26,10,3.2,1.23,10,5.15,2.61,13,5.2,1.4,10
+baggage,4.5,1.63,22,4.0,2.53,21,5.95,2.3,22,4.5,1.95,14,4.5,0.93,8,3.91,2.63,11,4.33,2.6,9,6.0,3.1,6,5.94,2.05,16,4.3,2.16,10,4.67,1.07,12,3.55,2.81,11,4.5,2.22,10,5.85,2.58,13,6.11,1.96,9,4.33,1.92,12,4.7,1.25,10,4.0,2.61,13,4.0,2.56,8,6.25,2.22,12,5.6,2.46,10
+baggie,5.43,2.09,21,3.55,2.65,20,5.33,2.15,36,5.12,2.8,8,5.62,1.61,13,4.2,3.11,5,3.33,2.55,15,4.64,2.16,11,5.64,2.12,25,5.69,2.43,13,5.0,1.41,8,3.42,2.31,12,3.75,3.24,8,5.2,2.21,20,5.5,2.13,16,5.27,2.0,11,5.6,2.27,10,3.36,2.25,11,3.78,3.19,9,5.23,2.31,22,5.5,1.95,14
+baggy,4.45,1.19,20,4.05,2.26,22,5.21,2.27,28,4.5,1.2,8,4.42,1.24,12,3.89,2.47,9,4.15,2.19,13,5.14,2.28,14,5.29,2.33,14,4.11,1.05,9,4.73,1.27,11,4.42,2.11,12,3.6,2.46,10,4.79,2.58,14,5.64,1.91,14,4.9,1.2,10,4.0,1.05,10,4.4,2.22,10,3.75,2.34,12,5.08,1.98,12,5.31,2.52,16
+bagman,4.7,1.17,20,2.7,2.13,20,3.86,1.61,22,4.71,0.76,7,4.69,1.38,13,3.22,2.64,9,2.27,1.62,11,3.5,2.35,6,4.0,1.32,16,4.9,1.37,10,4.44,1.01,9,2.0,1.31,8,3.17,2.48,12,4.2,1.57,15,3.14,1.57,7,4.82,1.47,11,4.56,0.73,9,2.92,2.43,12,2.38,1.69,8,3.82,1.72,11,3.91,1.58,11
+bail,3.79,2.02,19,3.91,2.27,22,4.0,2.04,23,4.18,2.14,11,3.29,1.98,7,4.62,2.5,8,3.5,2.1,14,3.71,1.89,7,4.12,2.16,16,3.62,1.51,8,3.91,2.39,11,4.0,2.24,9,3.85,2.38,13,4.36,1.86,11,3.67,2.23,12,3.5,2.07,12,4.29,1.98,7,3.45,2.46,11,4.36,2.06,11,4.54,2.4,13,3.3,1.25,10
+bailiff,3.95,1.54,20,4.33,2.29,21,4.86,1.8,21,4.0,1.12,9,3.91,1.87,11,4.78,2.73,9,4.0,1.95,12,4.38,1.3,8,5.15,2.03,13,4.07,1.0,14,3.67,2.5,6,4.38,3.07,8,4.31,1.8,13,5.75,1.16,8,4.31,1.93,13,4.1,0.99,10,3.8,1.99,10,3.67,2.31,12,5.22,2.05,9,5.33,1.92,12,4.22,1.48,9
+bait,4.0,1.83,22,3.5,2.02,22,5.95,2.32,19,4.75,1.58,8,3.57,1.87,14,4.2,2.15,10,2.92,1.78,12,7.71,1.5,7,4.92,2.11,12,3.64,1.63,11,4.36,2.01,11,2.91,1.51,11,4.09,2.34,11,6.57,2.17,14,4.2,1.92,5,3.9,1.79,10,4.08,1.93,12,3.1,1.85,10,3.83,2.17,12,6.22,1.39,9,5.7,2.98,10
+bake,7.2,1.61,20,5.0,2.87,18,6.83,2.38,18,7.0,2.0,5,7.27,1.53,15,5.5,3.21,6,4.75,2.8,12,6.0,2.67,10,7.88,1.55,8,7.4,1.65,10,7.0,1.63,10,5.7,3.13,10,4.12,2.42,8,7.14,2.48,7,6.64,2.42,11,7.0,1.81,12,7.5,1.31,8,4.89,3.26,9,5.11,2.62,9,7.22,2.17,9,6.44,2.65,9
+bakery,6.79,2.27,19,3.86,2.87,22,5.74,2.18,23,7.18,1.99,11,7.0,1.73,7,3.12,2.36,8,4.29,3.12,14,5.71,1.7,7,5.75,2.41,16,6.38,3.02,8,7.09,1.64,11,3.89,3.18,9,3.85,2.76,13,5.55,1.97,11,5.92,2.43,12,6.42,2.71,12,7.43,1.13,7,3.36,2.62,11,4.36,3.14,11,5.23,2.62,13,6.4,1.26,10
+balance,6.84,1.57,19,4.13,2.03,23,5.47,2.06,19,6.44,1.24,9,7.2,1.81,10,4.14,2.19,7,4.27,2.02,15,5.5,2.46,10,5.44,1.67,9,7.56,1.13,9,6.2,1.69,10,4.5,2.59,10,4.0,1.48,12,5.5,2.07,8,5.4,2.27,10,6.92,1.56,12,6.71,1.7,7,4.05,2.16,20,4.67,0.58,3,5.5,2.07,8,5.45,2.16,11
+balcony,6.11,1.1,19,4.0,2.14,21,5.09,2.21,23,6.0,1.73,3,6.12,1.02,16,4.25,1.98,8,3.85,2.3,13,4.33,2.35,9,5.57,2.06,14,6.0,1.12,9,6.2,1.14,10,5.0,1.73,9,3.25,2.18,12,4.6,2.41,15,6.0,1.51,8,5.71,0.95,7,6.33,1.15,12,4.5,2.22,10,3.55,2.07,11,5.15,2.58,13,5.0,1.76,10
+bald,2.85,2.13,20,3.71,2.0,21,4.5,2.63,34,2.9,2.33,10,2.8,2.04,10,3.75,1.91,8,3.69,2.14,13,4.36,2.84,14,4.6,2.54,20,1.67,0.71,9,3.82,2.44,11,3.69,1.8,13,3.75,2.43,8,4.86,2.57,22,3.83,2.72,12,2.0,0.94,10,3.7,2.67,10,3.79,2.22,14,3.57,1.62,7,5.71,2.39,17,3.29,2.34,17
+balding,3.05,1.35,19,3.38,2.29,21,3.65,2.18,20,3.33,0.58,3,3.0,1.46,16,3.83,3.19,6,3.2,1.93,15,4.83,3.13,6,3.14,1.51,14,3.4,1.43,10,2.67,1.22,9,3.43,2.07,7,3.36,2.47,14,3.5,2.59,10,3.8,1.81,10,3.0,0.53,8,3.09,1.76,11,3.44,2.79,9,3.33,1.97,12,3.12,2.42,8,4.0,2.04,12
+baldy,3.95,1.94,21,2.7,1.94,23,5.22,2.16,18,4.33,2.5,9,3.67,1.44,12,3.55,2.16,11,1.92,1.38,12,5.4,1.9,10,5.0,2.56,8,3.43,1.99,7,4.15,1.99,13,3.09,2.02,11,2.33,1.87,12,4.71,2.69,7,5.55,1.81,11,3.15,1.86,13,5.25,1.28,8,2.64,2.06,11,2.75,1.91,12,5.67,2.35,9,4.78,1.99,9
+bale,4.9,1.33,20,2.78,1.86,18,4.91,1.38,22,5.0,0.71,5,4.87,1.51,15,3.0,1.9,6,2.67,1.92,12,4.7,0.95,10,5.08,1.68,12,5.4,1.07,10,4.4,1.43,10,2.9,1.85,10,2.62,2.0,8,4.27,1.49,11,5.55,0.93,11,4.58,1.24,12,5.38,1.41,8,1.44,1.01,9,4.11,1.54,9,4.27,1.42,11,5.55,1.04,11
+ball,6.14,1.39,22,3.48,2.02,21,5.47,1.94,17,6.67,1.97,6,5.93,1.16,15,3.29,2.36,7,3.57,1.91,14,5.75,1.83,8,5.38,2.2,8,6.14,1.61,14,6.14,1.07,7,3.33,2.35,9,3.58,1.83,12,6.22,2.22,9,4.62,1.19,8,6.14,1.23,14,6.12,1.73,8,3.33,2.42,6,3.53,1.92,15,6.22,2.22,9,4.62,1.19,8
+ballad,6.33,1.96,21,3.6,1.85,25,6.32,2.19,22,6.0,2.07,8,6.54,1.94,13,3.85,2.19,13,3.33,1.44,12,6.15,1.99,13,6.56,2.55,9,7.12,1.73,8,5.75,2.05,12,4.0,1.52,14,3.09,2.17,11,6.75,1.42,12,5.8,2.86,10,5.9,2.47,10,6.73,1.35,11,3.35,1.93,17,4.12,1.64,8,6.3,2.75,10,6.33,1.72,12
+ballast,4.67,0.97,21,4.06,1.98,18,4.86,2.15,21,5.2,1.1,5,4.47,0.92,15,5.14,1.57,7,3.36,1.96,11,5.7,2.0,10,4.09,2.07,11,4.58,1.24,12,4.78,0.44,9,4.3,2.11,10,3.75,1.91,8,4.08,1.93,12,5.89,2.09,9,4.82,1.17,11,4.5,0.71,10,3.88,2.59,8,4.2,1.48,10,5.56,2.07,9,4.33,2.15,12
+ballerina,6.79,1.32,19,3.73,2.21,22,5.59,2.11,22,6.78,1.48,9,6.8,1.23,10,4.25,2.43,8,3.43,2.1,14,5.18,2.32,11,6.0,1.9,11,5.86,1.07,7,7.33,1.15,12,4.9,1.79,10,2.75,2.09,12,6.23,1.96,13,4.67,2.06,9,6.9,1.37,10,6.67,1.32,9,4.62,2.77,8,3.21,1.72,14,5.57,2.38,14,5.62,1.69,8
+ballet,6.86,1.67,22,3.72,2.52,18,5.62,2.04,21,5.2,1.3,5,7.25,1.44,16,3.75,2.92,8,3.7,2.31,10,5.0,1.49,10,6.18,2.36,11,6.17,1.75,12,7.7,1.16,10,3.2,2.04,10,4.38,3.02,8,5.08,2.19,12,6.33,1.66,9,6.55,1.97,11,7.18,1.33,11,3.0,2.14,8,4.3,2.75,10,5.22,1.86,9,5.92,2.19,12
+ballgame,7.0,1.56,19,4.65,2.76,20,5.26,2.3,23,7.54,1.05,13,5.83,1.94,6,5.0,3.24,5,4.53,2.7,15,5.58,2.11,12,4.91,2.55,11,7.22,1.86,9,6.8,1.32,10,5.86,3.29,7,4.0,2.31,13,5.36,2.5,11,5.17,2.21,12,6.89,1.9,9,7.1,1.29,10,4.9,3.07,10,4.4,2.55,10,5.56,2.65,9,5.07,2.13,14
+ballistic,5.0,1.67,21,4.09,2.65,22,4.3,2.25,27,5.6,2.07,10,4.45,1.04,11,4.29,2.63,7,4.0,2.75,15,4.24,2.63,17,4.4,1.51,10,5.82,1.6,11,4.1,1.29,10,2.2,1.79,5,4.65,2.64,17,4.36,2.56,14,4.23,1.96,13,4.69,1.6,13,5.5,1.77,8,2.6,2.76,10,5.33,1.87,12,4.5,2.71,14,4.08,1.71,13
+ballistics,4.05,1.25,22,5.58,2.36,19,4.71,2.17,21,4.4,0.55,5,3.94,1.44,16,6.25,2.25,8,5.09,2.43,11,5.2,1.62,10,4.27,2.57,11,3.92,1.31,12,4.2,1.23,10,5.2,2.57,10,6.0,2.18,9,4.67,2.31,12,4.78,2.11,9,4.0,1.18,11,4.09,1.38,11,5.12,2.1,8,5.91,2.59,11,5.44,1.51,9,4.17,2.48,12
+balloon,6.84,1.42,19,3.9,2.57,21,5.45,2.28,20,6.0,1.0,3,7.0,1.46,16,5.0,2.9,6,3.47,2.39,15,6.0,1.26,6,5.21,2.61,14,7.0,1.49,10,6.67,1.41,9,2.71,1.8,7,4.5,2.74,14,5.5,2.59,10,5.4,2.07,10,6.75,1.16,8,6.91,1.64,11,3.44,2.35,9,4.25,2.77,12,5.38,3.11,8,5.5,1.68,12
+ballot,5.29,1.23,21,4.15,2.54,20,5.45,2.04,20,5.33,0.82,6,5.27,1.39,15,4.75,2.31,8,3.75,2.7,12,5.27,2.05,11,5.67,2.12,9,5.17,0.98,6,5.33,1.35,15,4.5,2.42,10,3.8,2.74,10,5.08,2.25,13,6.14,1.46,7,5.0,1.15,7,5.43,1.28,14,4.36,2.79,14,3.67,1.97,6,5.58,2.5,12,5.25,1.16,8
+ballpark,5.44,2.41,18,3.85,2.23,20,5.16,1.77,25,7.0,2.0,5,4.85,2.34,13,3.73,2.61,11,4.0,1.8,9,5.19,1.91,16,5.11,1.62,9,5.43,2.76,7,5.45,2.3,11,3.78,1.92,9,3.91,2.55,11,5.35,1.9,20,4.4,0.89,5,5.22,2.44,9,5.67,2.5,9,4.18,2.14,11,3.44,2.4,9,4.79,1.69,19,6.33,1.63,6
+ballplayer,5.26,2.05,19,4.09,2.51,22,6.24,2.0,21,5.89,1.76,9,4.7,2.21,10,5.38,2.26,8,3.36,2.41,14,6.9,1.79,10,5.64,2.06,11,6.43,1.51,7,4.58,2.07,12,4.7,1.7,10,3.58,3.0,12,5.85,1.91,13,6.88,2.1,8,5.2,2.2,10,5.33,2.0,9,4.62,2.77,8,3.79,2.39,14,6.92,1.66,13,5.12,2.1,8
+ballpoint,5.1,1.18,21,2.46,2.0,24,5.26,2.1,19,5.25,1.39,8,5.0,1.08,13,3.17,1.6,6,2.22,2.1,18,5.73,1.79,11,4.62,2.45,8,4.92,0.9,12,5.33,1.5,9,3.0,2.36,10,2.07,1.69,14,5.38,2.02,13,5.0,2.45,6,5.36,1.15,14,4.57,1.13,7,3.06,2.17,16,1.25,0.71,8,4.91,1.76,11,5.75,2.55,8
+ballroom,5.75,1.33,20,4.27,2.29,22,5.67,2.52,21,5.11,0.6,9,6.27,1.56,11,4.2,2.78,10,4.33,1.92,12,4.75,2.12,8,6.23,2.65,13,6.0,1.41,14,5.17,0.98,6,4.5,2.93,8,4.14,1.96,14,5.25,2.66,8,5.92,2.5,13,6.3,1.57,10,5.2,0.79,10,4.17,2.37,12,4.4,2.32,10,4.92,2.57,12,6.67,2.18,9
+ballsy,4.9,1.8,20,5.29,2.37,21,5.88,2.43,34,5.2,1.69,10,4.6,1.96,10,4.75,2.49,8,5.62,2.33,13,6.14,2.21,14,5.7,2.62,20,4.44,2.19,9,5.27,1.42,11,5.85,1.77,13,4.38,3.02,8,5.91,2.49,22,5.83,2.44,12,4.1,1.85,10,5.7,1.42,10,4.93,2.64,14,6.0,1.63,7,5.76,2.19,17,6.0,2.72,17
+balm,6.24,1.55,21,3.36,2.4,25,5.58,2.04,19,5.89,1.54,9,6.5,1.57,12,4.17,2.71,6,3.17,2.36,18,4.29,1.7,7,6.33,1.87,12,6.25,1.57,16,6.2,1.64,5,4.29,2.7,14,2.2,1.32,10,5.56,2.65,9,5.6,1.43,10,5.83,1.59,12,6.78,1.39,9,3.5,2.28,16,3.11,2.71,9,5.27,2.33,11,6.0,1.6,8
+balmy,5.23,2.27,22,4.23,2.76,22,5.47,2.17,19,6.0,1.93,8,4.92,2.43,13,4.43,3.1,7,4.14,2.8,14,4.57,2.44,7,5.91,1.97,11,6.12,2.23,8,4.85,2.23,13,5.89,3.1,9,3.08,1.85,13,5.14,1.77,7,5.67,2.42,12,4.73,2.1,11,5.73,2.41,11,4.38,3.5,8,4.14,2.38,14,5.19,2.14,16,7.0,2.0,3
+bam,5.05,1.61,19,3.96,2.91,24,4.9,2.2,20,6.0,1.51,8,4.36,1.36,11,5.5,2.66,6,3.44,2.87,18,5.36,2.62,11,4.33,1.5,9,4.64,1.36,11,5.62,1.85,8,4.5,2.99,10,3.57,2.9,14,5.23,2.42,13,4.29,1.7,7,4.69,1.38,13,5.83,1.94,6,4.94,2.49,16,2.0,2.83,8,5.0,2.22,12,4.75,2.31,8
+bamboo,6.33,1.68,18,3.2,2.42,20,5.6,2.11,20,5.67,1.15,3,6.5,1.83,14,2.7,2.0,10,3.7,2.79,10,5.4,1.84,10,5.8,2.44,10,6.4,2.19,5,6.33,1.61,12,3.29,3.3,7,3.15,1.95,13,5.12,2.8,8,5.92,1.56,12,6.64,1.57,11,5.86,1.86,7,4.0,2.79,10,2.4,1.78,10,5.67,2.45,9,5.55,1.92,11
+ban,3.38,2.2,21,5.2,2.44,20,5.86,2.35,21,3.5,1.87,6,3.33,2.38,15,5.0,2.27,8,5.33,2.64,12,5.82,2.4,11,5.9,2.42,10,2.83,2.14,6,3.6,2.26,15,5.2,2.39,10,5.2,2.62,10,5.5,2.41,14,6.57,2.23,7,3.86,2.48,7,3.14,2.11,14,5.21,2.72,14,5.17,1.83,6,5.67,2.46,12,6.11,2.32,9
+banana,6.71,2.03,21,3.21,2.19,24,6.05,1.51,19,5.89,2.67,9,7.33,1.15,12,3.17,1.94,6,3.35,2.32,17,5.57,1.13,7,6.33,1.67,12,6.56,2.28,16,7.2,0.84,5,3.07,2.27,14,3.67,2.12,9,6.44,1.74,9,5.7,1.25,10,6.5,2.47,12,7.0,1.32,9,3.53,2.29,15,2.67,2.0,9,5.73,1.35,11,6.5,1.69,8
+band,6.44,1.62,18,4.52,2.93,21,5.56,1.95,18,5.5,1.51,8,7.2,1.32,10,5.14,3.48,7,4.21,2.69,14,5.64,1.96,11,5.43,2.07,7,5.82,1.66,11,7.43,0.98,7,3.78,3.53,9,5.08,2.39,12,6.09,2.17,11,4.71,1.25,7,6.0,1.6,12,7.33,1.37,6,3.58,3.15,12,5.78,2.17,9,5.56,2.35,9,5.56,1.59,9
+bandage,3.63,2.01,19,3.64,2.04,22,4.4,1.98,20,2.67,0.58,3,3.87,2.2,15,3.88,1.81,8,3.5,2.21,14,4.5,1.96,10,4.3,2.11,10,4.33,2.5,6,3.33,1.83,12,3.8,1.55,10,3.5,2.43,12,4.25,1.67,8,4.5,2.24,12,3.33,1.78,12,4.14,2.41,7,4.0,2.67,8,3.43,1.65,14,4.78,1.39,9,4.09,2.39,11
+bandanna,5.26,1.48,19,3.15,1.87,20,5.42,2.61,19,5.0,2.0,3,5.31,1.45,16,3.5,2.07,6,3.0,1.84,14,5.33,2.58,6,5.46,2.73,13,5.7,0.95,10,4.78,1.86,9,1.71,0.76,7,3.92,1.85,13,5.0,2.75,10,5.89,2.52,9,4.88,1.36,8,5.55,1.57,11,3.22,1.99,9,3.09,1.87,11,5.38,3.5,8,5.45,1.92,11
+bandit,3.88,1.98,24,5.18,2.77,22,4.77,2.2,26,4.75,1.96,12,3.0,1.65,12,5.0,2.77,7,5.27,2.87,15,5.19,2.34,16,4.1,1.85,10,4.33,2.1,12,3.42,1.83,12,4.2,2.86,5,5.47,2.76,17,4.85,2.41,13,4.69,2.06,13,3.67,2.09,15,4.22,1.86,9,4.2,3.26,10,6.0,2.09,12,4.92,2.43,13,4.62,2.02,13
+bandstand,5.81,1.4,21,3.54,2.77,24,5.25,2.15,20,5.5,2.07,8,6.0,0.82,13,4.5,1.38,6,3.22,3.06,18,5.73,2.15,11,4.67,2.12,9,5.42,1.56,12,6.33,1.0,9,4.1,2.77,10,3.14,2.8,14,5.54,2.57,13,4.71,0.95,7,5.86,1.1,14,5.71,1.98,7,3.88,2.58,16,2.88,3.18,8,5.08,1.88,12,5.5,2.62,8
+bandwagon,3.95,1.35,19,3.95,2.09,21,5.25,2.4,20,4.67,1.53,3,3.81,1.33,16,4.0,2.0,6,3.93,2.19,15,4.33,1.03,6,5.64,2.73,14,3.8,1.32,10,4.11,1.45,9,3.29,1.11,7,4.29,2.4,14,5.3,2.71,10,5.2,2.2,10,4.62,1.06,8,3.45,1.37,11,4.11,2.52,9,3.83,1.8,12,4.25,2.96,8,5.92,1.78,12
+bandwidth,5.32,1.89,22,3.43,2.42,21,4.91,2.27,22,5.93,2.02,14,4.25,1.04,8,4.27,2.8,11,2.67,1.58,9,5.0,2.37,6,4.88,2.31,16,5.0,1.63,10,5.58,2.11,12,2.64,1.96,11,4.3,2.67,10,5.08,2.1,13,4.67,2.6,9,5.17,1.85,12,5.5,2.01,10,3.15,2.58,13,3.88,2.23,8,5.0,2.34,12,4.8,2.3,10
+bane,3.9,1.51,21,3.95,2.8,20,3.5,2.43,22,4.17,1.94,6,3.8,1.37,15,4.62,3.34,8,3.5,2.43,12,3.17,2.89,12,3.9,1.79,10,4.33,1.87,9,3.58,1.16,12,3.78,2.95,9,4.09,2.81,11,3.57,2.76,7,3.47,2.36,15,3.4,1.35,10,4.36,1.57,11,3.69,2.72,13,4.43,3.1,7,3.25,2.7,12,3.8,2.15,10
+bang,5.1,1.41,21,6.09,2.48,23,4.89,2.26,19,5.75,1.67,8,4.67,1.15,12,6.0,2.27,8,6.21,2.75,14,4.0,1.41,7,5.36,2.66,11,5.38,1.85,8,4.92,1.16,12,6.0,3.04,9,6.14,2.18,14,4.29,1.6,7,5.25,2.56,12,5.5,1.58,10,4.73,1.19,11,4.78,3.27,9,6.93,1.38,14,5.12,2.39,16,3.67,0.58,3
+banger,4.05,2.06,21,3.33,2.32,24,5.45,2.48,20,5.25,2.38,8,3.31,1.49,13,5.67,2.34,6,2.56,1.76,18,6.64,2.38,11,4.0,1.8,9,4.08,1.98,12,4.0,2.29,9,4.5,2.51,10,2.5,1.83,14,6.23,2.39,13,4.0,2.08,7,3.57,1.5,14,5.0,2.77,7,3.56,2.56,16,2.88,1.81,8,5.58,2.71,12,5.25,2.25,8
+banish,3.85,1.53,20,4.71,2.61,24,4.64,2.47,28,4.38,1.19,8,3.5,1.68,12,4.44,2.55,9,4.87,2.72,15,4.79,2.52,14,4.5,2.5,14,3.44,1.67,9,4.18,1.4,11,4.58,2.54,12,4.83,2.79,12,4.0,2.77,14,5.29,2.02,14,3.5,1.65,10,4.2,1.4,10,4.33,2.57,12,5.08,2.71,12,4.08,2.23,12,5.06,2.62,16
+banister,5.42,1.54,19,2.55,1.79,20,5.83,2.33,18,5.33,0.58,3,5.67,1.45,15,2.4,2.07,10,2.7,1.57,10,6.12,2.3,8,5.6,2.46,10,5.5,2.07,6,5.67,0.89,12,1.71,0.76,7,3.0,2.04,13,5.43,3.15,7,6.09,1.76,11,5.33,1.37,12,5.57,1.9,7,2.5,1.78,10,2.6,1.9,10,6.22,2.49,9,5.44,2.24,9
+banjo,6.35,1.27,20,3.53,2.32,19,5.09,1.6,22,6.14,1.21,7,6.46,1.33,13,2.75,1.91,8,4.09,2.51,11,4.83,1.72,6,5.19,1.6,16,6.1,1.2,10,6.44,1.33,9,3.12,1.64,8,3.82,2.75,11,5.33,1.72,15,4.57,1.27,7,6.73,1.49,11,5.89,0.78,9,3.45,1.81,11,3.62,3.02,8,5.09,1.87,11,5.09,1.38,11
+bank,6.0,1.94,18,4.19,2.93,21,4.78,2.13,18,5.25,1.67,8,6.6,2.01,10,4.57,3.51,7,4.0,2.72,14,4.64,2.06,11,5.0,2.38,7,5.36,1.69,11,7.0,2.0,7,3.22,3.03,9,4.92,2.75,12,4.64,2.29,11,5.0,2.0,7,5.75,2.09,12,6.5,1.64,6,2.75,2.3,12,6.11,2.62,9,4.89,2.62,9,4.67,1.66,9
+banker,4.89,1.78,18,3.38,2.52,24,5.32,2.25,28,4.25,0.89,8,5.4,2.17,10,3.44,2.83,9,3.33,2.41,15,5.07,2.2,14,5.57,2.34,14,5.38,2.56,8,4.5,0.71,10,4.17,2.72,12,2.58,2.11,12,5.29,2.37,14,5.36,2.21,14,5.44,2.3,9,4.33,0.87,9,3.5,2.5,12,3.25,2.63,12,5.42,2.19,12,5.25,2.35,16
+banking,5.47,1.71,19,4.24,2.19,21,4.74,2.28,23,6.2,2.39,5,5.31,1.44,13,5.5,2.43,6,3.73,1.94,15,4.7,1.83,10,4.77,2.65,13,6.0,1.83,7,5.27,1.68,11,4.86,2.48,7,3.93,2.06,14,4.73,2.2,11,4.75,2.45,12,5.75,1.76,12,5.0,1.63,7,3.82,2.44,11,4.7,1.89,10,4.64,2.41,14,4.89,2.2,9
+bankroll,6.05,1.96,19,4.95,2.53,19,5.58,2.08,24,6.15,2.12,13,5.83,1.72,6,6.8,1.3,5,4.29,2.55,14,6.0,1.78,13,5.09,2.39,11,5.33,2.45,9,6.7,1.16,10,6.57,1.51,7,4.0,2.56,12,5.18,1.99,11,5.92,2.18,13,6.22,1.64,9,5.9,2.28,10,5.0,2.45,10,4.89,2.76,9,6.44,2.13,9,5.07,1.94,15
+bankrupt,2.21,1.27,19,5.49,2.62,49,3.41,2.73,49,2.33,1.53,3,2.19,1.28,16,5.84,2.81,19,5.27,2.5,30,3.35,2.76,26,3.48,2.76,23,1.44,0.73,9,2.9,1.29,10,6.0,2.4,24,5.0,2.77,25,3.33,2.59,21,3.46,2.87,28,1.57,0.53,7,2.58,1.44,12,5.21,2.6,33,6.06,2.64,16,3.79,3.13,24,3.04,2.28,25
+bankruptcy,2.52,1.78,21,5.39,2.21,23,3.31,2.28,26,2.55,1.44,11,2.5,2.17,10,5.73,2.1,11,5.08,2.35,12,3.73,2.05,11,3.07,2.53,14,2.8,2.25,10,2.27,1.27,11,5.27,2.33,11,5.5,2.2,12,3.65,2.12,17,2.75,2.71,8,2.62,2.02,13,2.38,1.41,8,5.07,2.25,15,6.0,2.14,8,3.29,2.34,17,3.33,2.29,9
+banner,5.17,1.24,41,3.55,2.16,20,5.17,2.07,42,5.26,1.05,19,5.09,1.41,22,3.82,2.4,11,3.22,1.92,9,4.53,2.03,17,5.6,2.02,25,5.21,1.18,19,5.33,0.97,21,4.11,2.42,9,3.09,1.92,11,5.12,2.01,26,5.25,2.24,16,4.95,1.32,20,5.38,1.16,21,3.29,2.06,7,3.69,2.29,13,5.04,2.07,24,5.33,2.11,18
+banquet,6.11,1.59,19,4.57,2.35,23,5.0,2.24,28,5.88,1.13,8,6.27,1.9,11,4.11,2.98,9,4.86,1.92,14,4.43,2.31,14,5.57,2.1,14,6.33,1.8,9,5.9,1.45,10,4.75,2.42,12,4.36,2.38,11,4.93,2.43,14,5.07,2.13,14,6.0,1.76,10,6.22,1.48,9,5.09,2.63,11,4.08,2.07,12,4.83,1.64,12,5.12,2.66,16
+banshee,3.58,1.5,19,5.09,2.79,23,4.15,2.13,27,4.38,1.06,8,3.0,1.55,11,4.67,2.69,9,5.36,2.92,14,4.0,2.11,14,4.31,2.21,13,3.22,1.09,9,3.9,1.79,10,5.42,3.09,12,4.73,2.53,11,3.15,1.82,13,5.07,2.02,14,3.2,1.48,10,4.0,1.5,9,5.73,2.61,11,4.5,2.94,12,3.36,1.63,11,4.69,2.3,16
+banter,5.48,2.06,21,3.5,2.19,20,5.27,2.43,22,5.17,2.4,6,5.6,1.99,15,3.38,2.5,8,3.58,2.07,12,5.33,2.57,12,5.2,2.39,10,5.56,2.07,9,5.42,2.15,12,3.33,2.12,9,3.64,2.34,11,4.14,2.27,7,5.8,2.4,15,5.2,2.53,10,5.73,1.62,11,3.31,2.21,13,3.86,2.27,7,5.67,2.87,12,4.8,1.81,10
+banzai,5.65,2.18,20,4.73,2.25,22,5.71,1.85,21,5.44,2.13,9,5.82,2.32,11,5.3,3.02,10,4.25,1.29,12,5.88,1.64,8,5.62,2.02,13,5.79,1.89,14,5.33,2.94,6,4.62,3.11,8,4.79,1.72,14,6.0,1.51,8,5.54,2.07,13,6.1,1.73,10,5.2,2.57,10,4.58,2.23,12,4.9,2.38,10,5.58,2.15,12,5.89,1.45,9
+baptism,6.62,2.13,21,3.96,2.51,23,5.23,2.34,26,5.91,2.34,11,7.4,1.65,10,4.55,2.58,11,3.42,2.43,12,4.55,2.46,11,5.71,2.27,14,7.0,2.36,10,6.27,1.95,11,4.45,2.58,11,3.5,2.47,12,5.18,2.27,17,5.25,2.76,8,6.69,2.06,13,6.5,2.39,8,4.33,2.58,15,3.25,2.38,8,5.53,2.4,17,4.67,2.24,9
+baptize,5.59,2.53,17,3.32,2.42,22,6.57,2.13,23,5.7,2.45,10,5.0,2.83,6,3.5,2.83,8,3.21,2.26,14,5.57,2.57,7,7.0,1.83,16,5.0,2.08,7,6.0,2.83,10,2.78,1.92,9,3.69,2.72,13,6.09,2.12,11,7.0,2.13,12,5.55,2.73,11,5.67,2.34,6,3.55,3.08,11,3.09,1.64,11,6.92,2.06,13,6.1,2.23,10
+bar,5.0,1.83,19,4.53,2.46,40,5.48,2.26,48,4.0,1.0,3,5.4,1.76,15,4.44,2.53,18,4.76,2.39,21,5.45,2.36,22,5.5,2.21,26,5.67,2.66,6,4.92,1.08,12,4.57,2.4,21,4.47,2.59,19,4.96,2.46,28,6.2,1.77,20,5.17,1.75,12,4.71,2.06,7,4.19,2.62,27,5.23,2.01,13,5.96,2.08,28,4.8,2.38,20
+barbarian,3.14,2.17,21,6.26,2.16,19,3.67,2.52,21,4.33,2.34,6,2.67,1.99,15,6.75,1.91,8,5.91,2.34,11,3.82,2.52,11,3.5,2.64,10,2.83,2.56,6,3.27,2.09,15,6.7,2.21,10,5.78,2.11,9,3.64,2.65,14,3.71,2.43,7,3.14,2.12,7,3.14,2.28,14,6.64,2.27,14,5.2,1.48,5,3.58,2.78,12,3.78,2.28,9
+barbaric,3.43,1.83,21,5.6,2.5,20,4.31,2.59,36,3.38,2.07,8,3.46,1.76,13,7.2,1.3,5,5.07,2.6,15,4.18,2.86,11,4.36,2.53,25,3.46,1.98,13,3.38,1.69,8,5.67,2.27,12,5.5,2.98,8,4.6,2.58,20,3.94,2.64,16,4.27,1.74,11,2.5,1.51,10,5.82,2.56,11,5.33,2.55,9,3.73,2.51,22,5.21,2.55,14
+barbecue,7.1,1.55,20,5.55,2.76,20,5.59,1.56,22,8.0,1.15,7,6.62,1.56,13,7.0,2.0,9,4.36,2.8,11,5.0,1.1,6,5.81,1.68,16,6.9,1.91,10,7.44,1.13,9,5.75,2.87,8,5.42,2.81,12,5.27,1.67,15,6.29,1.11,7,7.0,1.79,11,7.22,1.3,9,6.08,2.39,12,4.75,3.24,8,5.73,1.79,11,5.45,1.37,11
+barbed,3.75,1.52,20,5.1,2.29,20,4.58,2.23,26,3.91,1.45,11,3.56,1.67,9,5.0,3.06,7,5.15,1.91,13,4.46,2.11,13,4.69,2.43,13,3.91,1.51,11,3.56,1.59,9,4.36,2.06,11,6.0,2.35,9,5.24,2.08,17,3.33,2.06,9,3.5,1.51,10,4.0,1.56,10,4.67,2.42,12,5.75,2.05,8,5.19,2.14,16,3.6,2.12,10
+barber,4.89,2.08,19,3.18,1.92,22,5.91,1.97,22,5.44,2.35,9,4.4,1.78,10,3.62,1.51,8,2.93,2.13,14,5.91,2.17,11,5.91,1.87,11,5.86,1.86,7,4.33,2.06,12,3.8,1.62,10,2.67,2.06,12,5.69,1.97,13,6.22,2.05,9,5.0,2.21,10,4.78,2.05,9,3.38,2.45,8,3.07,1.64,14,6.14,1.92,14,5.5,2.14,8
+barbershop,5.37,1.83,19,3.18,1.82,22,5.82,2.02,22,5.44,1.88,9,5.3,1.89,10,3.62,1.51,8,2.93,1.98,14,6.0,2.19,11,5.64,1.91,11,5.71,1.5,7,5.17,2.04,12,3.4,1.58,10,3.0,2.04,12,5.31,2.1,13,6.56,1.74,9,5.7,1.77,10,5.0,1.94,9,3.25,2.12,8,3.14,1.7,14,6.21,2.12,14,5.12,1.73,8
+barbie doll,5.23,2.0,22,3.96,2.46,23,5.58,1.87,19,4.25,1.75,8,5.77,2.05,13,3.75,2.87,8,4.0,2.39,14,5.29,2.06,7,5.64,1.86,11,4.62,2.2,8,5.54,1.94,13,3.22,2.68,9,4.43,2.28,14,5.43,2.15,7,5.67,1.78,12,5.45,2.5,11,5.0,1.41,11,3.11,2.57,9,4.5,2.31,14,5.62,2.03,16,5.33,0.58,3
+bard,4.45,1.47,20,2.94,2.04,18,5.32,2.23,22,5.0,1.87,5,4.27,1.33,15,4.83,2.32,6,2.0,1.04,12,5.3,1.77,10,5.33,2.64,12,4.8,1.23,10,4.1,1.66,10,3.7,2.36,10,2.0,1.07,8,4.73,2.0,11,5.91,2.39,11,4.25,1.6,12,4.75,1.28,8,2.56,2.4,9,3.33,1.66,9,4.64,2.54,11,6.0,1.73,11
+bare,5.5,1.95,22,4.65,2.43,26,5.58,1.86,24,5.89,2.26,9,5.23,1.74,13,4.7,2.41,10,4.62,2.53,16,5.67,1.58,9,5.53,2.07,15,4.88,2.59,8,5.86,1.46,14,5.77,2.28,13,3.54,2.11,13,5.08,1.78,12,6.08,1.88,12,5.17,1.8,12,5.9,2.13,10,4.73,2.63,15,4.55,2.25,11,5.92,1.93,13,5.18,1.78,11
+barefoot,6.91,1.9,22,4.33,2.61,21,6.82,2.15,22,6.71,2.2,14,7.25,1.28,8,4.73,2.69,11,4.0,2.74,9,5.17,2.79,6,7.44,1.55,16,6.4,2.37,10,7.33,1.37,12,3.64,2.73,11,5.1,2.38,10,6.69,2.43,13,7.0,1.8,9,6.33,2.1,12,7.6,1.43,10,4.0,2.48,13,4.88,2.9,8,6.92,2.11,12,6.7,2.31,10
+barf,2.32,1.77,19,5.0,2.6,20,3.71,2.53,24,2.77,1.92,13,1.33,0.82,6,5.2,3.19,5,4.93,2.49,15,4.15,2.48,13,3.18,2.6,11,3.22,2.17,9,1.5,0.71,10,6.29,1.98,7,4.31,2.69,13,4.55,2.54,11,3.0,2.38,13,2.44,2.35,9,2.2,1.14,10,4.3,2.95,10,5.7,2.11,10,4.0,2.78,9,3.53,2.45,15
+bargain,7.63,1.42,19,5.48,2.41,23,6.11,1.88,19,7.22,1.48,9,8.0,1.33,10,6.0,2.31,7,5.47,2.42,15,5.6,1.9,10,6.67,1.8,9,8.22,1.2,9,7.1,1.45,10,4.9,2.18,10,6.25,2.38,12,5.25,1.67,8,6.6,1.9,10,7.42,1.51,12,8.0,1.29,7,5.4,2.3,20,6.0,3.61,3,5.25,1.67,8,6.73,1.85,11
+bargaining,5.37,1.8,19,4.14,2.49,22,6.37,1.98,27,4.83,2.86,6,5.62,1.12,13,4.5,2.51,10,3.83,2.55,12,5.8,2.24,15,7.0,1.41,11,5.0,1.94,10,5.78,1.64,9,4.89,1.96,9,3.62,2.75,13,6.82,1.67,17,5.33,2.29,9,5.92,1.88,12,4.43,1.27,7,3.81,2.43,16,5.0,2.68,6,6.58,2.11,12,6.2,1.93,15
+barge,5.44,1.69,18,3.15,2.21,20,4.52,1.53,25,5.6,1.82,5,5.38,1.71,13,3.45,2.38,11,2.78,2.05,9,4.31,1.66,16,4.89,1.27,9,5.43,1.81,7,5.45,1.69,11,2.44,1.59,9,3.73,2.53,11,4.3,1.59,20,5.4,0.89,5,4.89,1.62,9,6.0,1.66,9,2.73,1.85,11,3.67,2.6,9,4.68,1.6,19,4.0,1.26,6
+baritone,6.05,1.43,19,4.0,2.05,21,4.74,1.29,23,5.8,0.84,5,6.23,1.64,13,4.5,2.66,6,3.8,1.82,15,5.4,1.07,10,4.23,1.24,13,6.0,1.15,7,6.18,1.66,11,4.29,2.93,7,3.86,1.56,14,4.73,1.68,11,4.75,0.87,12,5.75,1.14,12,6.57,1.81,7,4.18,2.6,11,3.8,1.32,10,4.93,1.49,14,4.44,0.88,9
+barium,4.9,2.07,21,2.91,1.72,22,4.85,2.11,27,5.3,2.21,10,4.55,1.97,11,2.29,1.7,7,3.2,1.7,15,4.76,2.33,17,5.0,1.76,10,5.64,2.11,11,4.1,1.79,10,2.2,1.64,5,3.12,1.73,17,4.86,2.03,14,4.85,2.27,13,4.92,1.75,13,4.88,2.64,8,2.4,1.58,10,3.33,1.78,12,5.57,1.83,14,4.08,2.18,13
+bark,4.86,2.33,21,3.4,2.3,20,4.82,2.92,22,5.33,3.01,6,4.67,2.09,15,4.38,2.72,8,2.75,1.82,12,4.67,2.99,12,5.0,2.98,10,5.78,3.15,9,4.17,1.19,12,4.22,2.59,9,2.73,1.9,11,2.86,1.86,7,5.73,2.91,15,5.2,2.78,10,4.55,1.92,11,3.31,2.46,13,3.57,2.15,7,5.33,3.17,12,4.2,2.62,10
+barkeep,5.7,1.69,20,3.71,2.41,21,5.54,1.86,24,5.0,2.16,4,5.88,1.59,16,3.5,1.73,4,3.76,2.59,17,5.33,2.45,9,5.67,1.5,15,5.5,0.76,8,5.83,2.12,12,3.3,2.11,10,4.09,2.7,11,5.43,1.79,14,5.7,2.06,10,6.18,0.98,11,5.11,2.2,9,3.7,2.87,10,3.73,2.05,11,5.53,1.77,17,5.57,2.23,7
+barley,4.95,1.5,22,3.62,2.33,26,5.79,2.13,24,4.78,1.86,9,5.08,1.26,13,2.9,2.33,10,4.06,2.29,16,6.0,1.87,9,5.67,2.32,15,5.12,1.25,8,4.86,1.66,14,3.69,2.36,13,3.54,2.4,13,5.33,2.02,12,6.25,2.22,12,4.58,1.56,12,5.4,1.35,10,3.0,2.3,15,4.45,2.21,11,5.69,1.93,13,5.91,2.43,11
+barmaid,4.85,1.63,20,4.6,2.62,20,4.59,1.71,22,5.43,2.44,7,4.54,0.97,13,6.78,2.05,9,2.82,1.4,11,4.83,2.4,6,4.5,1.46,16,4.6,0.84,10,4.67,1.8,9,5.38,3.25,8,4.08,2.11,12,5.0,1.6,15,3.71,1.7,7,4.64,2.06,11,5.11,0.93,9,5.33,2.93,12,3.5,1.69,8,5.36,1.5,11,3.82,1.6,11
+barman,5.28,1.02,18,4.95,2.04,21,4.74,2.0,23,5.5,0.71,2,5.25,1.06,16,5.0,2.39,8,4.92,1.89,13,4.67,2.18,9,4.79,1.97,14,5.11,0.78,9,5.44,1.24,9,4.67,2.45,9,5.17,1.75,12,4.87,2.2,15,4.5,1.69,8,4.83,1.33,6,5.5,0.8,12,4.9,1.79,10,5.0,2.32,11,4.77,2.55,13,4.7,1.06,10
+barn,6.16,1.3,19,3.57,2.11,21,5.65,1.87,23,5.8,1.3,5,6.31,1.38,13,3.17,2.48,6,3.73,2.02,15,5.3,1.64,10,5.92,2.06,13,5.71,1.11,7,6.45,1.44,11,4.43,2.88,7,3.14,1.56,14,4.82,1.47,11,6.42,1.93,12,6.25,1.22,12,6.0,1.53,7,3.73,2.65,11,3.4,1.43,10,5.43,1.99,14,6.0,1.73,9
+barnacle,5.27,1.35,22,3.52,1.97,21,3.68,1.39,22,5.29,1.49,14,5.25,1.16,8,3.91,1.76,11,3.33,2.18,9,3.5,1.38,6,3.75,1.44,16,5.2,1.55,10,5.33,1.23,12,2.91,1.87,11,4.2,1.93,10,4.0,1.15,13,3.22,1.64,9,5.08,1.16,12,5.5,1.58,10,3.46,2.11,13,3.62,1.85,8,3.75,1.42,12,3.6,1.43,10
+barnyard,5.65,1.81,20,2.55,1.79,22,5.15,2.17,26,5.7,1.77,10,5.6,1.96,10,2.29,1.89,7,2.67,1.8,15,5.18,2.6,17,5.11,1.05,9,5.4,1.65,10,5.9,2.02,10,2.2,1.79,5,2.65,1.84,17,5.21,2.39,14,5.08,1.98,12,5.75,1.54,12,5.5,2.27,8,2.5,2.07,10,2.58,1.62,12,5.93,2.02,14,4.25,2.05,12
+barometer,5.0,1.53,19,2.88,1.87,17,3.82,2.58,17,5.45,0.52,11,4.38,2.2,8,2.67,2.08,3,2.93,1.9,14,3.12,2.03,8,4.44,2.96,9,4.88,1.64,8,5.09,1.51,11,3.29,2.06,7,2.6,1.78,10,3.17,2.4,6,4.18,2.71,11,5.0,1.35,13,5.0,2.0,6,2.45,1.75,11,3.67,1.97,6,4.71,2.69,7,3.2,2.44,10
+baron,3.9,1.51,21,3.88,1.74,25,4.95,2.72,22,4.25,1.75,8,3.69,1.38,13,4.0,1.87,13,3.75,1.66,12,5.31,2.84,13,4.44,2.6,9,3.88,1.55,8,4.08,1.51,12,4.57,1.22,14,3.0,1.95,11,4.92,2.71,12,5.0,2.87,10,3.4,1.78,10,4.36,1.12,11,3.65,1.9,17,4.38,1.3,8,5.1,2.96,10,4.83,2.62,12
+baroness,4.75,1.25,20,4.36,2.15,22,5.53,2.22,19,4.11,1.27,9,5.27,1.01,11,3.8,3.03,5,4.62,1.93,16,4.67,2.42,6,5.92,2.1,13,4.64,1.08,14,5.0,1.67,6,4.08,2.39,12,4.89,1.9,9,5.11,2.03,9,5.9,2.42,10,4.6,1.07,10,4.9,1.45,10,3.92,2.39,12,4.9,1.79,10,5.83,2.79,6,5.38,2.02,13
+barracuda,4.85,2.3,20,5.16,2.49,25,3.47,2.82,19,5.56,2.13,9,4.27,2.37,11,3.5,2.26,6,5.72,2.44,18,3.14,2.97,7,3.67,2.84,12,4.81,2.26,16,5.0,2.83,4,4.64,2.56,14,5.9,2.47,10,3.0,2.45,9,3.9,3.18,10,5.36,2.69,11,4.22,1.64,9,5.25,2.65,16,5.0,2.35,9,4.18,3.19,11,2.5,2.0,8
+barrage,4.24,1.55,21,3.96,1.99,25,4.64,2.65,22,4.62,1.6,8,4.0,1.53,13,4.31,2.14,13,3.58,1.83,12,5.77,2.09,13,3.0,2.6,9,5.12,1.64,8,3.92,1.0,12,4.29,1.59,14,3.55,2.42,11,5.67,2.15,12,3.4,2.76,10,4.1,1.85,10,4.36,1.29,11,3.47,1.91,17,5.0,1.85,8,5.4,3.03,10,4.0,2.22,12
+barrel,4.92,1.24,38,3.43,2.5,21,4.94,1.39,48,5.08,1.28,24,4.64,1.15,14,4.71,2.5,7,2.79,2.33,14,4.71,1.76,17,5.07,1.17,30,4.71,1.4,17,5.1,1.09,21,3.7,1.83,10,3.18,3.06,11,4.88,1.54,32,5.07,1.1,15,5.0,1.02,22,4.81,1.52,16,2.62,1.92,8,3.92,2.75,13,5.0,1.66,28,4.85,0.93,20
+barren,3.79,2.59,19,3.59,2.48,22,3.7,2.13,27,3.5,2.95,6,3.92,2.53,13,3.73,2.76,11,3.45,2.3,11,3.82,2.52,11,3.62,1.89,16,4.09,2.7,11,3.38,2.56,8,3.27,2.2,11,3.91,2.81,11,3.78,2.29,18,3.56,1.88,9,4.46,2.7,13,2.33,1.75,6,3.5,2.35,14,3.75,2.87,8,3.62,2.33,16,3.82,1.89,11
+barricade,4.32,2.11,19,4.23,2.62,22,4.77,2.57,26,5.83,2.64,6,3.62,1.45,13,3.9,2.38,10,4.5,2.88,12,4.93,2.63,15,4.9,2.42,10,4.5,2.07,10,4.11,2.26,9,4.22,1.79,9,4.23,3.14,13,5.25,2.49,16,4.33,2.55,9,4.83,2.21,12,3.43,1.72,7,4.12,2.47,16,4.5,3.21,6,4.67,3.06,12,4.86,2.18,14
+barrier,4.47,1.74,19,4.7,2.05,20,4.88,2.47,24,4.38,2.1,13,4.67,0.52,6,4.8,2.59,5,4.67,1.95,15,5.23,2.77,13,4.45,2.11,11,5.33,1.87,9,3.7,1.25,10,5.14,2.91,7,4.46,1.51,13,5.09,2.3,11,4.69,2.69,13,4.56,1.51,9,4.4,2.01,10,4.4,2.37,10,5.0,1.76,10,5.44,3.05,9,4.53,2.1,15
+barrister,4.95,1.4,21,3.18,2.3,22,4.96,1.79,27,5.2,1.69,10,4.73,1.1,11,2.14,1.95,7,3.67,2.35,15,4.88,1.69,17,5.1,2.02,10,5.36,1.36,11,4.5,1.35,10,3.2,2.28,5,3.18,2.38,17,5.14,1.92,14,4.77,1.69,13,5.15,1.41,13,4.62,1.41,8,3.1,2.69,10,3.25,2.05,12,4.86,2.28,14,5.08,1.12,13
+barroom,4.9,1.81,21,4.65,1.6,20,4.71,2.31,21,5.0,1.1,6,4.87,2.07,15,4.0,1.6,8,5.08,1.51,12,4.91,2.34,11,4.5,2.37,10,4.33,1.97,6,5.13,1.77,15,4.0,1.49,10,5.3,1.49,10,4.36,2.62,14,5.43,1.4,7,4.29,1.8,7,5.21,1.81,14,4.5,1.74,14,5.0,1.26,6,4.0,2.45,12,5.67,1.8,9
+bartender,5.63,2.03,19,4.95,2.74,20,6.15,1.81,20,5.33,0.58,3,5.47,2.1,15,4.7,2.63,10,5.2,2.97,10,5.8,1.23,10,6.5,2.27,10,5.0,2.76,6,5.67,1.44,12,5.57,2.99,7,4.62,2.66,13,6.62,1.85,8,5.83,1.8,12,6.0,1.95,12,5.0,2.16,7,4.6,2.46,10,5.3,3.09,10,6.22,1.86,9,6.09,1.87,11
+barter,5.64,1.94,22,4.74,2.08,19,6.45,1.43,20,5.8,1.64,5,5.62,2.13,16,4.62,2.13,8,4.82,2.14,11,6.0,1.76,10,6.9,0.88,10,5.5,1.93,12,5.8,2.04,10,4.8,2.1,10,4.67,2.18,9,6.18,1.54,11,6.78,1.3,9,5.64,2.2,11,5.64,1.75,11,4.75,2.19,8,4.73,2.1,11,6.11,1.96,9,6.73,0.79,11
+base,5.68,1.25,22,3.1,2.17,20,6.37,2.19,19,6.08,1.19,13,5.11,1.17,9,3.57,2.3,7,2.85,2.15,13,6.29,2.21,7,6.42,2.27,12,5.75,1.22,12,5.6,1.35,10,3.0,1.8,9,3.18,2.52,11,6.5,1.9,10,6.22,2.59,9,5.58,1.31,12,5.8,1.23,10,3.57,1.62,7,2.85,2.44,13,7.0,1.73,7,6.0,2.41,12
+baseball,5.79,1.93,19,3.15,2.54,20,6.05,1.93,20,7.33,1.53,3,5.33,1.84,15,3.1,2.73,10,3.2,2.49,10,6.4,1.51,10,5.7,2.31,10,5.33,2.25,6,5.83,1.8,12,1.29,0.49,7,4.15,2.64,13,5.5,2.27,8,6.42,1.68,12,5.83,1.99,12,5.71,1.98,7,3.0,1.89,10,3.3,3.16,10,5.44,2.13,9,6.55,1.69,11
+baseball bat,5.75,2.24,20,3.39,2.17,18,5.86,2.29,22,7.6,2.07,5,5.13,2.0,15,3.0,1.79,6,3.58,2.39,12,6.0,1.89,10,5.75,2.67,12,6.1,1.91,10,5.4,2.59,10,3.4,2.07,10,3.38,2.45,8,6.09,2.59,11,5.64,2.06,11,5.42,2.61,12,6.25,1.58,8,2.67,2.06,9,4.11,2.15,9,5.18,2.79,11,6.55,1.51,11
+baseline,5.4,1.54,20,2.52,2.36,21,5.16,2.23,25,5.5,2.38,4,5.38,1.36,16,3.25,2.63,4,2.35,2.34,17,6.22,2.11,9,4.56,2.13,16,5.0,1.51,8,5.67,1.56,12,2.8,2.44,10,2.27,2.37,11,5.57,1.74,14,4.64,2.73,11,5.73,1.42,11,5.0,1.66,9,2.2,2.1,10,2.82,2.64,11,5.61,2.15,18,4.0,2.16,7
+baseman,5.19,1.08,21,3.95,2.28,22,5.05,1.4,21,5.11,0.93,9,5.25,1.22,12,3.5,2.88,6,4.07,2.15,15,4.33,1.21,6,5.33,1.4,15,5.33,1.12,9,5.08,1.08,12,4.4,2.41,5,3.82,2.3,17,5.5,1.72,10,4.64,0.92,11,5.17,1.27,12,5.22,0.83,9,3.67,1.87,9,4.15,2.58,13,4.75,1.22,12,5.44,1.59,9
+basement,4.81,1.99,21,3.33,2.32,24,5.26,2.0,19,5.89,2.09,9,4.0,1.54,12,2.83,1.83,6,3.47,2.55,17,4.86,1.35,7,5.5,2.32,12,4.69,2.27,16,5.2,0.45,5,3.29,2.55,14,3.33,2.18,9,5.67,2.12,9,4.9,1.91,10,5.42,2.27,12,4.0,1.22,9,4.0,2.54,15,2.22,1.39,9,5.36,2.06,11,5.12,2.03,8
+bash,3.68,2.4,19,5.14,2.66,22,4.46,1.9,28,3.33,2.07,6,3.85,2.61,13,5.27,2.65,11,5.0,2.79,11,5.18,1.89,11,4.0,1.8,17,4.0,2.83,11,3.25,1.75,8,5.27,2.65,11,5.0,2.79,11,4.72,1.99,18,4.0,1.7,10,3.46,2.33,13,4.17,2.71,6,4.86,3.06,14,5.62,1.85,8,4.75,1.95,16,4.08,1.83,12
+bashful,5.55,1.68,22,4.36,2.61,22,4.74,2.0,19,5.62,1.77,8,5.5,1.7,14,5.0,2.36,10,3.83,2.79,12,5.67,2.73,6,4.31,1.49,13,5.33,2.1,12,5.8,1.03,10,4.45,2.5,11,4.27,2.83,11,4.57,2.31,14,5.2,0.45,5,5.0,2.05,11,6.09,1.04,11,4.5,2.46,10,4.25,2.83,12,4.6,1.9,10,4.89,2.2,9
+basic,5.5,1.88,20,2.95,1.81,22,6.05,1.87,19,5.33,2.45,9,5.64,1.36,11,2.6,1.67,5,3.06,1.95,16,6.67,1.86,6,5.77,1.88,13,5.93,1.73,14,4.5,1.97,6,3.42,2.11,12,2.33,1.32,9,4.89,1.27,9,7.1,1.73,10,6.3,1.7,10,4.7,1.77,10,2.92,1.68,12,3.0,2.05,10,6.5,1.76,6,5.85,1.95,13
+basics,5.86,1.24,21,3.14,2.03,21,5.55,2.01,20,5.78,1.3,9,5.92,1.24,12,3.5,2.95,6,3.0,1.65,15,5.6,1.34,5,5.53,2.23,15,5.56,1.24,9,6.08,1.24,12,1.5,0.58,4,3.53,2.07,17,4.78,2.05,9,6.18,1.83,11,5.83,1.47,12,5.89,0.93,9,3.75,1.83,8,2.77,2.13,13,5.18,2.18,11,6.0,1.8,9
+basil,6.43,2.01,21,3.82,2.28,22,5.36,1.87,22,6.11,1.96,9,6.67,2.1,12,2.5,1.52,6,4.2,2.4,15,5.17,1.72,6,5.44,1.97,16,6.33,1.41,9,6.5,2.43,12,4.2,2.59,5,3.71,2.26,17,4.64,1.75,11,6.09,1.76,11,6.17,2.29,12,6.78,1.64,9,4.44,2.01,9,3.38,2.43,13,4.92,1.62,12,5.9,2.08,10
+basin,5.47,1.39,19,2.77,1.97,22,4.75,1.38,28,5.33,0.82,6,5.54,1.61,13,2.82,1.78,11,2.73,2.24,11,5.09,1.7,11,4.53,1.12,17,5.36,1.29,11,5.62,1.6,8,2.82,1.78,11,2.73,2.24,11,4.89,1.6,18,4.5,0.85,10,5.31,1.44,13,5.83,1.33,6,3.0,2.22,14,2.38,1.51,8,4.75,1.73,16,4.75,0.75,12
+basis,5.42,1.84,19,2.68,1.78,22,5.18,1.72,28,4.33,1.75,6,5.92,1.71,13,2.27,1.35,11,3.09,2.12,11,5.18,2.27,11,5.18,1.33,17,5.55,1.97,11,5.25,1.75,8,2.0,0.77,11,3.36,2.25,11,5.22,1.66,18,5.1,1.91,10,5.38,1.94,13,5.5,1.76,6,2.71,2.02,14,2.62,1.41,8,5.19,2.01,16,5.17,1.34,12
+bask,6.37,1.89,19,3.86,2.08,22,6.17,2.37,23,6.55,1.44,11,5.86,2.54,7,4.75,2.38,8,3.36,1.78,14,5.71,3.04,7,6.38,2.09,16,6.38,1.51,8,6.36,2.2,11,3.22,2.05,9,4.31,2.06,13,6.55,2.02,11,5.83,2.69,12,6.08,2.27,12,6.86,0.9,7,3.45,2.3,11,4.27,1.85,11,5.69,2.69,13,6.8,1.81,10
+basket,5.66,1.06,41,2.48,1.4,21,5.3,1.86,44,5.2,0.63,10,5.69,1.07,29,2.0,1.53,7,2.69,1.38,13,5.0,1.98,22,5.59,1.74,22,5.37,0.76,19,5.81,1.17,21,2.0,1.29,7,2.69,1.49,13,4.9,1.84,29,6.07,1.71,15,5.48,0.79,23,5.89,1.32,18,2.45,1.51,11,2.5,1.35,10,4.76,1.88,25,6.0,1.63,19
+basketball,5.67,2.01,21,4.35,3.07,23,5.05,2.36,21,6.2,2.77,5,5.5,1.79,16,5.33,2.77,12,3.27,3.13,11,5.36,2.62,11,4.22,1.56,9,5.58,2.39,12,5.78,1.48,9,4.44,2.9,16,4.14,3.67,7,5.45,2.16,11,4.6,2.59,10,5.77,2.09,13,5.5,2.0,8,4.58,3.24,19,3.25,2.06,4,4.57,2.34,14,6.0,2.24,7
+bass,5.23,1.38,22,4.87,2.69,23,5.89,1.94,19,6.0,1.51,8,5.0,0.82,13,6.25,2.55,8,4.14,2.63,14,6.14,2.04,7,5.82,2.04,11,5.25,1.75,8,5.46,0.78,13,5.11,2.57,9,4.71,2.84,14,4.86,1.57,7,6.5,1.93,12,5.64,1.21,11,4.82,1.47,11,4.67,3.32,9,5.0,2.32,14,6.12,1.96,16,4.67,1.53,3
+bass guitar,6.27,1.75,22,4.88,2.67,25,6.43,2.27,23,7.11,1.36,9,5.69,1.8,13,4.1,2.73,10,5.4,2.59,15,6.22,2.49,9,6.57,2.21,14,6.75,1.04,8,6.0,2.04,14,5.46,2.4,13,4.25,2.9,12,6.58,2.31,12,6.27,2.33,11,5.58,1.88,12,7.1,1.2,10,5.07,2.76,14,4.64,2.66,11,6.77,2.17,13,6.0,2.45,10
+bastard,3.31,1.97,42,5.1,2.27,41,2.59,1.33,22,3.58,2.01,19,3.09,1.95,23,4.62,2.33,16,5.38,2.26,24,3.4,1.35,10,1.92,0.9,12,3.27,2.02,15,3.33,1.98,27,4.6,2.62,20,5.55,1.85,20,2.55,1.04,11,2.64,1.63,11,3.39,1.94,18,3.25,2.03,24,4.91,2.52,22,5.32,1.97,19,2.73,1.49,11,2.45,1.21,11
+bat,4.81,2.11,21,4.57,2.52,23,4.29,2.33,21,5.0,3.54,5,4.75,1.61,16,5.17,2.17,12,3.91,2.81,11,3.73,1.95,11,4.44,2.35,9,4.33,1.97,12,5.44,2.24,9,4.56,2.39,16,4.57,2.99,7,4.18,1.83,11,4.4,2.88,10,5.08,2.06,13,4.38,2.26,8,4.84,2.57,19,3.25,2.06,4,4.21,2.29,14,4.43,2.57,7
+batch,5.57,1.25,21,3.29,1.85,21,5.43,1.83,21,5.22,1.48,9,5.83,1.03,12,2.67,1.97,6,3.43,1.83,14,5.0,2.28,6,5.6,1.68,15,5.67,1.32,9,5.5,1.24,12,4.2,1.79,5,3.0,1.83,16,4.9,2.23,10,5.91,1.3,11,5.92,1.51,12,5.11,0.6,9,3.38,1.69,8,3.23,2.01,13,5.08,2.15,12,5.89,1.27,9
+bath,7.0,1.75,37,3.25,2.35,40,6.64,2.37,50,6.93,1.38,14,7.04,1.97,23,3.79,2.78,19,2.85,1.81,20,6.46,2.52,26,6.83,2.24,24,7.05,1.23,20,6.94,2.25,17,3.52,2.64,21,2.95,2.01,19,5.71,2.67,21,7.31,1.91,29,6.94,1.35,18,7.05,2.09,19,3.26,2.61,27,3.23,1.79,13,6.67,2.37,24,6.62,2.42,26
+bathe,7.5,1.24,20,3.15,2.23,20,6.5,1.79,22,7.57,1.4,7,7.46,1.2,13,3.89,2.62,9,2.55,1.75,11,7.17,1.94,6,6.25,1.73,16,7.6,1.43,10,7.67,0.71,9,3.5,2.73,8,2.92,1.93,12,6.53,1.81,15,6.43,1.9,7,7.55,1.21,11,7.44,1.33,9,3.67,2.61,12,2.38,1.3,8,6.73,2.0,11,6.27,1.62,11
+bathhouse,5.32,1.7,22,4.0,2.54,23,5.68,1.86,19,5.62,1.85,8,4.85,1.28,13,4.0,2.62,8,4.07,2.67,14,5.14,2.19,7,6.0,1.73,11,5.75,1.58,8,4.77,1.42,13,4.11,3.06,9,3.93,2.27,14,4.71,1.8,7,6.25,1.71,12,5.27,1.74,11,5.36,1.75,11,4.11,3.14,9,3.93,2.2,14,5.31,1.78,16,7.67,0.58,3
+bathing,6.14,1.9,21,3.23,2.45,22,6.93,2.11,27,5.8,2.1,10,6.45,1.75,11,3.57,2.76,7,3.07,2.37,15,7.29,2.11,17,6.3,2.06,10,5.82,2.23,11,6.5,1.51,10,1.8,1.79,5,3.65,2.5,17,6.93,2.34,14,6.92,1.93,13,6.0,2.24,13,6.38,1.3,8,3.0,2.87,10,3.42,2.15,12,7.5,1.45,14,6.31,2.56,13
+bathrobe,6.48,1.4,21,4.05,2.86,20,5.47,2.46,36,6.62,1.51,8,6.38,1.39,13,5.4,3.36,5,3.6,2.64,15,5.64,2.42,11,5.4,2.52,25,6.77,1.36,13,6.0,1.41,8,4.33,2.93,12,3.62,2.88,8,4.75,2.4,20,6.38,2.28,16,6.18,1.54,11,6.8,1.23,10,4.45,2.94,11,3.56,2.83,9,5.23,2.69,22,5.86,2.07,14
+bathroom,5.26,0.45,19,2.86,1.91,43,5.25,2.53,20,5.67,0.58,3,5.19,0.4,16,2.82,2.27,17,2.88,1.68,26,6.0,2.0,6,4.93,2.73,14,5.43,0.53,7,5.17,0.39,12,3.79,2.29,14,2.41,1.55,29,4.8,2.57,10,5.7,2.54,10,5.0,0.0,9,5.5,0.53,10,2.81,2.14,26,2.94,1.56,17,5.62,3.38,8,5.0,1.91,12
+bathtub,6.26,1.81,38,3.63,2.56,43,5.91,2.28,54,5.79,1.72,14,6.54,1.84,24,3.33,2.41,15,3.79,2.67,28,6.22,2.21,32,5.52,2.4,21,6.48,1.5,21,6.0,2.15,17,4.16,2.57,19,3.21,2.54,24,5.84,2.52,31,6.09,1.97,22,6.63,1.3,19,5.89,2.18,19,3.85,2.59,26,3.29,2.57,17,5.88,2.36,26,5.93,2.26,28
+baton,4.63,1.71,19,3.64,2.13,22,5.38,1.76,24,4.0,1.79,6,4.92,1.66,13,3.67,2.39,12,3.6,1.9,10,5.0,1.51,8,5.56,1.9,16,4.3,1.25,10,5.0,2.12,9,3.89,2.37,9,3.46,2.03,13,5.29,2.05,17,5.67,0.82,6,4.25,1.16,8,4.91,2.02,11,3.44,1.81,9,3.77,2.39,13,5.25,1.98,16,5.62,1.3,8
+battalion,5.14,1.82,21,4.76,2.4,25,4.77,2.22,22,5.62,1.92,8,4.85,1.77,13,5.08,2.6,13,4.42,2.23,12,5.54,2.07,13,3.67,2.06,9,5.5,2.2,8,5.08,1.56,12,5.36,1.82,14,4.0,2.9,11,5.17,1.95,12,4.3,2.54,10,5.1,2.13,10,5.18,1.6,11,4.18,2.46,17,6.0,1.85,8,5.2,2.2,10,4.42,2.27,12
+batter,5.24,2.17,21,3.85,2.39,20,6.0,2.56,22,6.0,2.83,6,4.93,1.87,15,4.5,1.93,8,3.42,2.64,12,6.83,2.25,12,5.0,2.67,10,5.22,2.28,9,5.25,2.18,12,4.22,1.92,9,3.55,2.77,11,5.57,2.76,7,6.2,2.54,15,4.9,2.73,10,5.55,1.57,11,3.85,2.19,13,3.86,2.91,7,6.58,2.81,12,5.3,2.16,10
+battered,2.95,1.5,21,3.86,2.57,22,3.22,2.31,27,3.8,1.23,10,2.18,1.33,11,3.0,2.38,7,4.27,2.63,15,3.35,2.15,17,3.0,2.67,10,3.18,1.72,11,2.7,1.25,10,2.4,1.95,5,4.29,2.62,17,3.36,2.27,14,3.08,2.43,13,2.92,1.61,13,3.0,1.41,8,3.3,3.06,10,4.33,2.1,12,3.0,2.25,14,3.46,2.44,13
+battering,2.75,1.41,20,4.67,2.57,18,4.36,2.22,22,2.0,1.22,5,3.0,1.41,15,4.5,2.59,6,4.75,2.67,12,5.7,1.49,10,3.25,2.14,12,2.9,1.6,10,2.6,1.26,10,5.3,2.63,10,3.88,2.42,8,4.45,2.38,11,4.27,2.15,11,2.42,1.08,12,3.25,1.75,8,3.22,2.28,9,6.11,2.03,9,4.55,2.3,11,4.18,2.23,11
+battery,4.26,1.76,19,3.95,2.35,20,4.35,2.35,20,4.33,2.08,3,4.27,1.83,15,4.2,2.44,10,3.7,2.36,10,4.6,2.01,10,4.1,2.73,10,3.5,1.52,6,4.67,1.87,12,4.29,2.93,7,3.77,2.09,13,3.38,2.67,8,5.0,1.95,12,4.5,1.83,12,3.86,1.68,7,3.7,2.63,10,4.2,2.15,10,3.78,2.39,9,4.82,2.32,11
+battle,3.52,2.23,21,6.25,2.94,20,5.63,2.83,19,4.69,2.02,13,1.62,0.74,8,7.57,1.4,7,5.54,3.33,13,6.0,2.83,7,5.42,2.94,12,4.0,2.52,12,2.89,1.69,9,7.11,2.67,9,5.55,3.08,11,7.1,1.66,10,4.0,3.04,9,3.5,2.47,12,3.56,2.01,9,6.86,2.73,7,5.92,3.09,13,7.0,1.91,7,4.83,3.04,12
+battlefield,3.89,2.16,19,6.48,2.19,23,4.05,2.33,21,4.88,2.23,8,3.18,1.89,11,7.0,1.67,11,6.0,2.56,12,4.12,1.96,8,4.0,2.61,13,3.77,2.05,13,4.17,2.56,6,5.78,2.54,9,6.93,1.9,14,4.75,2.25,8,3.62,2.36,13,3.33,1.87,9,4.4,2.37,10,6.08,2.02,13,7.0,2.4,10,3.83,2.69,12,4.33,1.87,9
+battleground,4.09,2.04,22,5.76,2.61,21,4.09,2.22,22,4.64,2.21,14,3.12,1.36,8,5.73,3.0,11,5.67,2.35,9,4.83,2.32,6,3.81,2.2,16,4.5,2.32,10,3.75,1.82,12,5.0,2.53,11,6.6,2.55,10,4.31,1.84,13,3.78,2.77,9,4.33,1.97,12,3.8,2.2,10,5.38,3.07,13,6.38,1.6,8,3.75,1.71,12,4.5,2.76,10
+battlements,3.7,1.49,20,4.52,2.47,23,5.14,2.17,21,4.2,2.17,5,3.53,1.25,15,5.58,1.78,12,3.36,2.66,11,5.0,2.37,11,4.89,1.69,9,3.09,1.3,11,4.44,1.42,9,4.75,2.41,16,4.0,2.71,7,5.36,1.57,11,4.9,2.77,10,3.83,1.59,12,3.5,1.41,8,4.79,2.51,19,3.25,2.06,4,4.71,2.05,14,6.0,2.31,7
+battleship,4.43,1.63,21,3.41,2.36,22,5.3,2.38,27,4.2,1.55,10,4.64,1.75,11,2.14,1.68,7,4.0,2.45,15,5.29,2.49,17,5.3,2.31,10,4.18,1.54,11,4.7,1.77,10,2.2,1.79,5,3.76,2.44,17,5.29,2.23,14,5.31,2.63,13,4.15,1.46,13,4.88,1.89,8,3.5,2.88,10,3.33,1.97,12,5.57,2.47,14,5.0,2.35,13
+batty,4.44,2.01,18,4.05,2.72,22,4.21,1.52,28,5.67,1.75,6,3.83,1.9,12,3.91,2.91,11,4.18,2.64,11,4.55,1.37,11,4.0,1.62,17,4.5,1.72,10,4.38,2.45,8,3.18,2.27,11,4.91,2.95,11,4.56,1.38,18,3.6,1.65,10,4.75,1.42,12,3.83,2.93,6,3.79,2.69,14,4.5,2.88,8,3.94,1.69,16,4.58,1.24,12
+bauble,5.71,1.93,21,3.83,2.25,23,4.67,2.54,18,5.78,1.86,9,5.67,2.06,12,4.45,1.57,11,3.25,2.67,12,4.4,2.17,10,5.0,3.07,8,5.0,2.08,7,6.23,1.79,13,3.82,2.09,11,3.83,2.48,12,4.29,2.56,7,4.91,2.63,11,5.31,1.89,13,6.38,1.92,8,3.82,2.64,11,3.83,1.95,12,4.22,2.44,9,5.11,2.71,9
+bawl,3.58,1.54,19,4.86,2.55,22,4.14,1.88,21,4.11,1.17,9,3.1,1.73,10,4.75,2.49,8,4.93,2.67,14,4.7,2.11,10,3.64,1.57,11,4.57,0.79,7,3.0,1.6,12,4.4,1.65,10,5.25,3.14,12,3.92,1.8,13,4.5,2.07,8,3.8,1.48,10,3.33,1.66,9,4.5,2.93,8,5.07,2.4,14,4.23,1.69,13,4.0,2.27,8
+bay,7.23,1.19,22,3.26,2.21,19,4.86,1.96,21,6.8,1.48,5,7.38,1.15,16,3.88,2.3,8,2.82,2.14,11,4.6,2.12,10,5.09,1.87,11,7.0,1.28,12,7.5,1.08,10,3.7,2.5,10,2.78,1.86,9,4.25,2.01,12,5.67,1.66,9,7.45,1.21,11,7.0,1.18,11,3.38,2.56,8,3.18,2.04,11,4.78,2.05,9,4.92,1.98,12
+bayonet,4.68,1.83,19,4.45,2.56,22,5.17,2.31,18,4.56,1.42,9,4.8,2.2,10,4.86,2.48,7,4.43,2.68,14,5.4,2.12,10,4.88,2.64,8,5.56,1.59,9,3.9,1.73,10,4.2,2.97,10,4.91,2.21,11,5.14,2.04,7,5.3,2.67,10,5.25,1.71,12,3.71,1.7,7,4.21,2.53,19,6.0,2.65,3,5.25,2.19,8,5.1,2.51,10
+bayou,6.2,1.15,20,3.81,2.29,21,5.44,2.14,25,5.33,0.58,3,6.35,1.17,17,3.86,2.48,7,3.85,2.38,13,5.38,2.2,8,5.47,2.18,17,5.43,0.79,7,6.62,1.12,13,4.0,2.0,7,3.77,2.59,13,5.29,2.2,14,5.64,2.16,11,6.11,0.93,9,6.27,1.35,11,4.0,2.53,11,3.6,2.12,10,5.44,2.5,18,5.43,0.79,7
+bazaar,6.42,1.35,19,5.9,1.95,21,5.48,1.9,23,5.2,1.1,5,6.85,1.21,13,5.33,2.73,6,6.13,1.6,15,5.0,1.89,10,5.85,1.91,13,5.71,1.38,7,6.82,1.25,11,6.14,2.48,7,5.79,1.72,14,5.18,2.18,11,5.75,1.66,12,6.25,0.87,12,6.71,1.98,7,6.09,2.12,11,5.7,1.83,10,4.79,1.89,14,6.56,1.42,9
+bazooka,5.37,1.98,19,6.1,2.19,21,4.04,2.42,23,6.4,1.14,5,4.92,2.18,13,5.83,2.93,6,6.2,1.93,15,5.1,2.28,10,3.23,2.28,13,5.57,1.72,7,5.18,2.27,11,6.57,2.82,7,5.86,1.88,14,5.0,2.0,11,3.17,2.52,12,5.67,1.97,12,4.86,2.04,7,6.18,2.48,11,6.0,1.94,10,4.57,2.62,14,3.22,1.92,9
+be,6.18,1.44,22,3.43,2.31,21,5.5,2.85,18,6.83,1.83,6,5.87,1.25,15,3.29,2.98,7,3.5,2.03,14,4.67,3.32,9,6.38,2.33,8,6.21,1.48,14,6.0,1.53,7,3.67,2.69,9,3.25,2.09,12,5.4,3.31,10,5.62,2.39,8,6.07,1.54,14,6.38,1.3,8,3.33,3.27,6,3.47,1.96,15,6.1,3.25,10,4.75,2.25,8
+beach,7.21,1.51,42,5.1,2.23,21,5.7,2.33,53,7.42,1.64,19,7.04,1.4,23,5.5,2.56,8,4.85,2.08,13,5.72,2.22,32,5.8,2.55,20,7.17,1.77,23,7.26,1.15,19,5.67,2.18,9,4.67,2.27,12,5.77,2.6,30,5.73,1.96,22,7.21,1.69,24,7.22,1.26,18,6.1,1.66,10,4.18,2.36,11,5.4,2.38,25,5.96,2.3,28
+beacon,5.18,1.44,22,4.52,2.48,23,5.32,2.47,19,4.62,1.6,8,5.31,1.11,13,5.0,2.93,8,4.14,2.32,14,5.0,2.77,7,5.36,2.46,11,4.25,1.67,8,5.54,0.78,13,3.89,2.85,9,4.93,2.23,14,4.43,2.44,7,5.83,2.44,12,5.09,0.54,11,5.27,2.0,11,3.11,1.83,9,5.43,2.47,14,5.44,2.37,16,4.67,3.51,3
+bead,6.05,1.86,21,3.4,2.41,20,3.91,2.16,22,6.5,1.76,6,5.87,1.92,15,3.5,2.73,8,3.33,2.31,12,3.58,2.35,12,4.3,1.95,10,7.0,1.8,9,5.33,1.61,12,3.0,1.8,9,3.73,2.87,11,3.71,1.7,7,4.0,2.39,15,6.0,2.16,10,6.09,1.64,11,2.69,1.84,13,4.71,2.93,7,3.92,2.35,12,3.9,2.02,10
+beady,4.58,1.64,19,3.73,2.29,22,4.73,2.1,22,4.67,1.41,9,4.5,1.9,10,4.62,2.62,8,3.21,2.01,14,5.09,2.02,11,4.36,2.2,11,5.29,0.76,7,4.17,1.9,12,3.8,1.62,10,3.67,2.81,12,4.77,2.13,13,4.67,2.18,9,4.8,1.69,10,4.33,1.66,9,3.75,2.49,8,3.71,2.27,14,4.57,2.38,14,5.0,1.6,8
+beak,4.9,1.94,20,2.81,2.14,21,4.28,2.05,25,3.5,2.65,4,5.25,1.65,16,2.5,1.0,4,2.88,2.34,17,5.56,2.13,9,3.56,1.67,16,5.12,1.55,8,4.75,2.22,12,2.6,1.78,10,3.0,2.49,11,4.5,1.99,14,4.0,2.19,11,4.91,1.58,11,4.89,2.42,9,2.0,1.56,10,3.55,2.38,11,4.39,2.25,18,4.0,1.53,7
+beaker,5.5,1.15,20,3.79,2.1,19,6.0,1.5,26,5.27,0.65,11,5.78,1.56,9,3.43,2.07,7,4.0,2.17,12,5.85,1.46,13,6.15,1.57,13,5.64,1.43,11,5.33,0.71,9,4.2,2.04,10,3.33,2.18,9,6.18,1.67,17,5.67,1.12,9,5.3,0.95,10,5.7,1.34,10,3.83,1.75,12,3.71,2.75,7,5.69,1.62,16,6.5,1.18,10
+beam,5.74,1.45,19,3.59,2.48,22,6.54,2.27,26,6.0,2.24,7,5.58,0.79,12,3.8,2.3,10,3.42,2.71,12,6.43,1.87,14,6.91,2.74,11,5.8,1.32,10,5.67,1.66,9,4.0,2.35,9,3.31,2.63,13,7.29,2.2,17,5.25,1.75,8,6.0,1.47,13,5.17,1.33,6,3.0,2.16,16,5.17,2.79,6,6.18,2.48,11,6.8,2.14,15
+bean,6.0,2.08,19,2.95,2.46,20,5.6,1.9,20,6.67,2.08,3,5.8,2.18,15,2.2,1.87,10,3.7,2.83,10,6.0,1.33,10,5.2,2.35,10,6.0,2.83,6,5.92,1.83,12,2.43,2.99,7,3.23,2.2,13,5.5,2.14,8,5.67,1.83,12,6.42,1.88,12,5.29,2.36,7,3.3,2.91,10,2.6,2.01,10,5.44,2.19,9,5.73,1.74,11
+beanbag,5.88,1.73,17,3.0,2.37,22,6.17,2.37,23,4.4,2.19,5,6.5,1.09,12,3.92,2.68,12,1.9,1.37,10,5.71,2.75,7,6.38,2.25,16,6.1,1.37,10,5.57,2.23,7,3.78,2.86,9,2.46,1.9,13,6.06,2.59,17,6.8,1.79,5,6.12,1.36,8,5.67,2.06,9,2.44,1.94,9,3.38,2.63,13,6.38,2.39,16,5.71,2.43,7
+beanie,5.58,1.39,19,3.58,2.12,24,5.36,2.08,28,5.25,1.39,8,5.82,1.4,11,3.44,2.6,9,3.67,1.88,15,4.93,2.02,14,5.79,2.12,14,5.67,1.73,9,5.5,1.08,10,4.25,2.34,12,2.92,1.73,12,5.29,2.2,14,5.43,2.03,14,6.3,1.42,10,4.78,0.83,9,4.42,2.19,12,2.75,1.76,12,5.42,1.62,12,5.31,2.41,16
+bear,5.33,2.25,18,4.5,3.07,20,3.59,2.15,17,5.0,2.73,8,5.6,1.9,10,5.0,3.42,7,4.23,2.98,13,3.3,1.89,10,4.0,2.58,7,5.36,2.38,11,5.29,2.21,7,3.67,3.12,9,5.18,2.99,11,3.5,2.64,10,3.71,1.38,7,5.0,2.13,12,6.0,2.53,6,3.75,2.9,12,5.62,3.16,8,3.78,2.59,9,3.38,1.69,8
+bearable,5.72,1.71,18,3.57,2.27,23,5.47,2.14,19,5.22,1.64,9,6.22,1.72,9,2.86,2.54,7,3.87,2.23,15,5.2,2.25,10,5.78,2.11,9,6.0,1.73,9,5.44,1.74,9,4.6,2.72,10,2.67,1.56,12,5.38,1.85,8,5.6,2.55,10,5.73,1.49,11,5.71,2.14,7,3.6,2.39,20,3.33,1.53,3,5.75,1.16,8,5.27,2.69,11
+beard,5.09,2.0,22,3.18,2.08,22,5.42,2.27,19,5.88,1.55,8,4.64,2.13,14,3.8,2.44,10,2.67,1.67,12,4.71,2.93,7,5.83,1.8,12,4.91,2.26,11,5.27,1.79,11,2.45,2.11,11,3.91,1.87,11,5.07,2.43,14,6.4,1.52,5,4.7,2.16,10,5.42,1.88,12,2.9,2.08,10,3.42,2.15,12,5.22,2.11,9,5.6,2.5,10
+bearded,5.67,1.68,21,5.53,2.63,19,6.06,2.24,36,6.25,1.91,8,5.31,1.49,13,6.6,1.52,5,5.14,2.88,14,6.55,2.25,11,5.84,2.25,25,5.92,1.93,13,5.25,1.16,8,5.75,2.67,12,5.14,2.73,7,5.65,2.28,20,6.56,2.16,16,5.64,1.5,11,5.7,1.95,10,6.36,2.54,11,4.38,2.45,8,5.73,2.45,22,6.57,1.83,14
+bearer,4.95,1.53,21,4.7,2.18,20,5.67,2.18,21,5.5,1.22,6,4.73,1.62,15,5.12,2.36,8,4.42,2.11,12,6.18,1.66,11,5.1,2.6,10,5.0,1.9,6,4.93,1.44,15,5.0,2.67,10,4.4,1.65,10,5.43,2.44,14,6.14,1.57,7,4.86,1.77,7,5.0,1.47,14,5.0,2.39,14,4.0,1.55,6,5.58,2.15,12,5.78,2.33,9
+bearings,5.43,1.16,21,3.29,2.24,21,5.32,1.64,22,5.71,1.33,14,4.86,0.38,7,4.09,2.63,11,2.56,1.33,9,5.17,1.17,6,5.38,1.82,16,5.56,1.42,9,5.33,0.98,12,2.82,1.66,11,3.8,2.74,10,5.46,1.45,13,5.11,1.96,9,5.82,1.33,11,5.0,0.82,10,3.23,2.35,13,3.38,2.2,8,5.17,1.7,12,5.5,1.65,10
+bearskin,4.25,1.68,20,3.95,2.56,21,5.6,2.47,25,5.33,0.58,3,4.06,1.75,17,3.86,2.85,7,4.08,2.6,13,5.5,1.93,8,5.65,2.74,17,4.57,1.13,7,4.08,1.93,13,3.29,1.8,7,4.38,2.96,13,5.43,2.5,14,5.82,2.52,11,4.44,1.59,9,4.09,1.81,11,3.55,2.42,11,4.4,2.76,10,5.56,2.73,18,5.71,1.8,7
+beast,4.42,2.01,19,5.83,2.38,18,4.08,2.3,62,5.0,2.0,3,4.31,2.06,16,5.83,2.04,6,5.83,2.62,12,4.0,2.18,22,4.05,2.37,39,4.9,2.13,10,3.89,1.83,9,6.6,2.12,10,4.88,2.47,8,4.16,2.29,37,3.83,2.32,24,4.12,2.17,8,4.64,1.96,11,4.89,2.76,9,6.78,1.56,9,3.87,2.41,39,4.43,2.11,23
+beastly,4.19,2.04,21,6.22,2.02,23,4.38,2.38,21,5.2,3.03,5,3.88,1.63,16,6.58,2.11,12,5.82,1.94,11,3.82,2.14,11,4.56,2.3,9,4.08,2.07,12,4.33,2.12,9,6.38,2.19,16,5.86,1.68,7,4.82,1.94,11,3.9,2.81,10,3.85,2.08,13,4.75,1.98,8,6.63,1.95,19,4.25,0.96,4,4.14,2.38,14,4.86,2.48,7
+beat,4.38,2.2,21,5.52,2.34,21,5.59,1.94,17,5.17,2.48,6,4.21,2.08,14,5.71,2.5,7,5.43,2.34,14,6.22,1.72,9,4.88,2.03,8,4.85,2.08,13,3.86,2.41,7,5.22,2.82,9,5.75,2.01,12,6.0,2.24,9,5.12,1.55,8,4.38,2.22,13,4.38,2.33,8,5.33,2.8,6,5.6,2.23,15,5.44,2.55,9,5.75,1.04,8
+beater,3.06,1.98,18,4.22,2.58,23,4.84,1.95,19,3.33,2.18,9,2.78,1.86,9,4.86,2.73,7,4.07,2.58,15,5.2,2.1,10,4.44,1.81,9,3.22,2.05,9,2.89,2.03,9,4.7,2.67,10,4.0,2.59,12,4.5,1.6,8,4.9,2.23,10,3.55,1.97,11,2.29,1.89,7,4.35,2.66,20,3.33,2.08,3,4.62,1.6,8,5.0,2.24,11
+beatnik,3.89,1.7,19,4.21,2.48,24,4.61,2.31,28,4.38,1.51,8,3.55,1.81,11,4.0,3.04,9,4.33,2.19,15,4.14,2.11,14,5.07,2.5,14,4.22,1.86,9,3.6,1.58,10,4.92,2.84,12,3.5,1.93,12,4.14,2.38,14,5.07,2.23,14,4.0,1.7,10,3.78,1.79,9,4.5,2.35,12,3.92,2.68,12,4.33,2.06,12,4.81,2.54,16
+beautiful,7.61,1.74,41,5.71,2.82,41,6.17,2.24,24,7.83,1.65,18,7.43,1.83,23,6.05,2.74,19,5.41,2.92,22,6.11,2.15,9,6.2,2.37,15,7.3,1.89,20,7.95,1.61,20,6.38,2.55,16,5.28,2.95,25,6.29,1.98,7,6.12,2.39,17,7.42,2.12,24,7.88,0.99,17,6.04,2.73,24,5.24,2.97,17,6.0,2.06,9,6.27,2.4,15
+beauty,7.58,1.35,19,4.89,2.78,47,5.6,2.32,48,7.44,1.74,9,7.7,0.95,10,4.07,2.5,14,5.24,2.85,33,5.22,2.71,18,5.83,2.07,30,6.71,1.7,7,8.08,0.79,12,5.17,3.02,23,4.62,2.55,24,5.3,2.27,33,6.27,2.37,15,7.3,1.25,10,7.89,1.45,9,5.0,3.0,25,4.77,2.56,22,5.35,2.48,26,5.91,2.14,22
+beaver,5.0,1.84,21,4.05,2.26,22,5.15,2.03,20,4.4,1.95,5,5.19,1.83,16,5.27,1.85,11,2.82,1.99,11,5.0,2.45,11,4.88,0.64,8,4.5,1.83,12,5.67,1.73,9,4.27,2.25,15,3.57,2.37,7,5.0,1.73,11,5.33,2.45,9,5.38,1.76,13,4.38,1.92,8,4.11,2.45,18,3.75,1.26,4,4.38,1.76,13,6.57,1.81,7
+bebop,6.26,2.0,19,3.95,2.61,20,5.25,1.77,20,6.0,1.0,3,6.4,2.2,15,4.5,2.92,10,3.4,2.27,10,5.5,1.65,10,5.0,1.94,10,5.67,2.42,6,6.67,1.83,12,2.86,1.35,7,4.54,2.96,13,4.62,1.85,8,5.67,1.67,12,6.75,1.86,12,5.43,2.07,7,4.4,2.84,10,3.5,2.42,10,4.67,1.5,9,5.73,1.9,11
+become,6.32,1.46,22,3.43,2.11,21,6.18,2.32,17,7.17,1.6,6,6.0,1.36,15,3.29,2.06,7,3.5,2.21,14,5.56,2.65,9,6.88,1.81,8,6.14,1.41,14,6.71,1.7,7,2.89,2.26,9,3.83,1.99,12,6.33,2.96,9,6.0,1.51,8,6.0,1.47,14,6.88,1.36,8,3.5,2.81,6,3.4,1.88,15,6.0,2.78,9,6.38,1.85,8
+bed,7.16,1.86,43,3.0,2.32,21,6.73,2.12,44,7.25,1.94,20,7.09,1.83,23,3.71,2.43,7,2.64,2.27,14,6.48,2.04,21,6.96,2.2,23,6.62,2.13,16,7.48,1.65,27,2.6,2.46,10,3.36,2.25,11,6.84,1.95,19,6.64,2.27,25,7.26,2.0,19,7.08,1.79,24,2.92,2.33,13,3.12,2.47,8,7.1,2.29,20,6.42,1.95,24
+bedding,5.05,1.9,19,3.65,2.76,20,6.0,1.84,20,5.0,2.0,3,5.27,1.83,15,3.0,2.58,10,4.3,2.91,10,6.6,1.26,10,5.4,2.17,10,5.0,2.19,6,5.33,1.67,12,4.0,3.16,7,3.46,2.63,13,5.62,2.26,8,6.25,1.54,12,5.25,2.09,12,4.71,1.6,7,5.4,2.5,10,1.9,1.73,10,6.11,2.15,9,5.91,1.64,11
+bedpan,2.74,1.69,19,5.05,2.5,21,4.0,2.28,23,2.6,1.52,5,2.85,1.86,13,4.67,3.01,6,5.2,2.37,15,5.0,2.26,10,3.23,2.05,13,3.14,2.19,7,2.55,1.44,11,5.14,3.02,7,5.0,2.32,14,5.09,2.17,11,3.0,1.95,12,3.17,1.9,12,2.0,1.0,7,4.27,2.65,11,5.9,2.13,10,4.21,2.46,14,3.67,2.06,9
+bedroom,7.0,2.12,21,4.9,2.95,20,6.84,2.06,19,6.69,2.5,13,7.5,1.31,8,4.86,3.29,7,4.92,2.9,13,6.57,2.15,7,7.0,2.09,12,7.67,1.83,12,6.11,2.26,9,4.33,3.12,9,5.36,2.87,11,6.3,2.06,10,7.44,2.01,9,7.17,1.8,12,6.78,2.59,9,6.57,1.72,7,4.0,3.14,13,6.86,2.41,7,6.83,1.95,12
+bedside,5.89,1.82,19,2.96,1.6,24,5.93,2.23,28,5.25,1.04,8,6.36,2.16,11,3.22,1.72,9,2.8,1.57,15,5.79,2.49,14,6.07,2.02,14,6.11,1.76,9,5.7,1.95,10,3.17,1.53,12,2.75,1.71,12,5.36,2.53,14,6.5,1.79,14,6.2,1.99,10,5.56,1.67,9,3.33,1.61,12,2.58,1.56,12,5.33,1.87,12,6.38,2.42,16
+bedspread,6.05,1.19,20,2.7,1.69,20,6.0,2.35,25,6.33,0.58,3,6.0,1.27,17,2.71,2.14,7,2.67,1.56,12,5.88,2.36,8,6.06,2.41,17,5.71,0.76,7,6.23,1.36,13,2.43,1.81,7,2.83,1.75,12,5.64,2.41,14,6.45,2.3,11,6.11,1.17,9,6.0,1.26,11,3.36,1.75,11,1.89,1.27,9,6.44,2.38,18,4.86,1.95,7
+bedtime,6.57,2.34,21,3.76,2.37,25,7.05,2.17,19,5.11,2.71,9,7.67,1.23,12,4.0,2.53,6,3.72,2.44,18,6.71,3.09,7,7.25,1.54,12,6.06,2.38,16,8.2,1.3,5,3.21,2.64,14,4.6,1.9,10,6.67,2.0,9,7.4,2.37,10,6.25,2.67,12,7.0,1.87,9,4.19,2.64,16,3.0,1.66,9,6.73,2.65,11,7.5,1.31,8
+bee,3.68,1.67,22,5.65,2.4,23,5.32,1.63,19,4.0,1.6,8,3.69,1.65,13,5.62,2.56,8,5.79,2.46,14,4.86,1.46,7,5.45,1.75,11,3.5,1.77,8,4.0,1.53,13,6.22,2.91,9,5.29,2.05,14,4.14,1.46,7,6.0,1.35,12,3.18,1.66,11,4.18,1.6,11,5.0,2.83,9,6.07,2.09,14,5.12,1.63,16,6.33,1.53,3
+beef,6.11,2.23,19,4.37,2.31,19,6.32,1.93,25,6.3,2.75,10,5.89,1.62,9,4.86,2.48,7,4.08,2.27,12,6.33,2.1,12,6.31,1.84,13,5.4,2.41,10,6.89,1.83,9,4.0,2.11,10,4.78,2.59,9,6.31,1.99,16,6.33,1.94,9,6.4,2.17,10,5.78,2.39,9,3.75,2.01,12,5.43,2.57,7,6.0,1.93,15,6.8,1.93,10
+beefsteak,5.53,1.31,19,4.05,1.93,20,5.61,2.13,23,6.0,1.73,3,5.44,1.26,16,3.86,1.57,7,4.15,2.15,13,6.22,2.17,9,5.21,2.08,14,5.56,1.01,9,5.5,1.58,10,4.11,1.83,9,4.0,2.1,11,5.4,2.29,15,6.0,1.85,8,5.57,2.07,7,5.5,0.67,12,5.2,1.4,10,2.9,1.73,10,5.46,2.7,13,5.8,1.14,10
+beehive,4.26,2.58,19,5.39,2.68,23,4.47,1.87,19,4.56,2.19,9,4.0,2.98,10,6.43,1.81,7,5.07,2.96,15,4.6,1.96,10,4.33,1.87,9,4.78,2.73,9,3.8,2.49,10,6.2,2.86,10,4.92,2.5,12,4.12,1.55,8,4.6,2.17,10,5.17,2.76,12,2.71,1.25,7,5.2,2.5,20,6.67,4.04,3,3.88,1.25,8,4.91,2.17,11
+beep,5.11,2.16,19,3.82,2.28,22,4.74,1.76,23,5.18,1.83,11,5.57,2.3,7,4.25,2.12,8,3.57,2.41,14,4.0,2.45,7,5.06,1.34,16,4.5,2.14,8,5.55,2.16,11,3.67,2.45,9,3.92,2.25,13,4.55,1.44,11,4.92,2.07,12,4.83,2.37,12,5.57,1.81,7,3.18,2.32,11,4.45,2.16,11,5.15,1.77,13,4.2,1.69,10
+beeper,4.9,0.91,20,3.16,1.92,19,4.18,1.76,22,4.57,0.53,7,5.08,1.04,13,2.67,1.66,9,3.6,2.12,10,3.0,1.41,6,4.62,1.71,16,5.1,0.88,10,4.78,0.97,9,2.62,1.6,8,3.55,2.11,11,4.27,1.94,15,4.0,1.41,7,5.09,1.14,11,4.67,0.5,9,3.45,1.97,11,2.75,1.91,8,4.55,1.81,11,3.82,1.72,11
+beer,5.67,2.33,18,4.3,2.98,20,5.33,1.97,18,5.62,2.5,8,5.7,2.31,10,4.71,3.3,7,4.08,2.9,13,5.09,1.92,11,5.71,2.14,7,5.73,2.65,11,5.57,1.9,7,4.44,3.4,9,4.18,2.75,11,5.73,1.79,11,4.71,2.21,7,5.58,2.43,12,5.83,2.32,6,3.75,2.96,12,5.12,3.0,8,5.67,2.55,9,5.0,1.22,9
+bees,5.14,2.24,42,5.53,2.28,43,4.2,1.76,44,5.79,2.07,19,4.61,2.27,23,5.55,2.14,20,5.52,2.45,23,4.35,1.76,20,4.08,1.79,24,5.26,2.26,23,5.0,2.26,19,5.68,2.36,19,5.42,2.26,24,4.17,1.37,23,4.24,2.14,21,4.96,2.37,24,5.39,2.09,18,5.15,2.52,27,6.19,1.68,16,4.35,1.92,23,4.05,1.6,21
+beeswax,5.15,1.6,20,3.62,1.99,21,5.53,2.54,34,5.4,1.26,10,4.9,1.91,10,4.0,1.41,8,3.38,2.29,13,5.93,2.02,14,5.25,2.86,20,4.11,1.36,9,6.0,1.26,11,4.08,2.02,13,2.88,1.81,8,5.41,2.5,22,5.75,2.7,12,4.5,1.58,10,5.8,1.4,10,3.93,2.09,14,3.0,1.73,7,5.24,2.59,17,5.82,2.53,17
+beetle,4.2,1.91,20,4.45,2.3,22,5.93,2.46,27,4.86,2.48,7,3.85,1.52,13,5.1,2.28,10,3.92,2.27,12,6.2,2.46,15,5.64,2.66,11,3.82,1.66,11,4.67,2.18,9,4.11,1.45,9,4.69,2.78,13,6.06,2.93,17,5.78,1.56,9,4.46,2.18,13,3.71,1.25,7,4.44,2.37,16,4.5,2.35,6,5.33,2.57,12,6.4,2.35,15
+befall,3.91,1.54,22,4.24,2.21,21,4.27,2.05,22,4.07,1.69,14,3.62,1.3,8,4.27,2.28,11,4.44,2.24,9,3.83,1.94,6,4.44,2.13,16,4.2,2.04,10,3.67,0.98,12,3.91,2.47,11,4.6,1.96,10,3.62,1.5,13,5.22,2.44,9,3.5,1.09,12,4.4,1.9,10,4.15,2.27,13,4.38,2.26,8,3.58,1.31,12,5.1,2.51,10
+befriend,7.14,1.93,21,4.25,2.53,20,6.32,2.64,22,7.0,1.1,6,7.2,2.21,15,4.0,2.51,8,4.42,2.64,12,6.25,2.86,12,6.4,2.5,10,7.78,1.3,9,6.67,2.23,12,3.89,2.57,9,4.55,2.58,11,5.0,2.31,7,6.93,2.63,15,7.2,2.53,10,7.09,1.3,11,3.92,2.56,13,4.86,2.54,7,6.42,2.91,12,6.2,2.44,10
+beg,3.72,1.96,18,4.65,2.48,20,3.17,2.46,18,3.0,1.85,8,4.3,1.95,10,5.29,1.38,7,4.31,2.9,13,2.91,2.34,11,3.57,2.76,7,3.18,1.66,11,4.57,2.23,7,4.67,3.04,9,4.64,2.06,11,3.36,2.98,11,2.86,1.46,7,3.42,1.44,12,4.33,2.8,6,4.17,2.76,12,5.38,1.92,8,3.89,3.18,9,2.44,1.24,9
+beggar,2.92,1.6,39,4.29,2.18,42,4.16,1.21,19,3.27,2.05,15,2.71,1.23,24,4.75,1.73,16,4.0,2.4,26,3.67,1.51,6,4.38,1.04,13,3.11,1.29,19,2.75,1.86,20,4.16,2.34,19,4.39,2.08,23,3.7,1.34,10,4.67,0.87,9,2.65,1.34,23,3.31,1.89,16,4.4,2.29,25,4.12,2.06,17,4.0,1.15,7,4.25,1.29,12
+begin,6.44,2.04,18,2.85,2.23,20,5.72,2.3,18,5.62,2.07,8,7.1,1.85,10,2.71,2.21,7,2.92,2.33,13,6.0,1.73,11,5.29,3.09,7,6.09,2.12,11,7.0,1.91,7,2.56,2.35,9,3.09,2.21,11,6.36,2.06,11,4.71,2.43,7,6.0,1.95,12,7.33,2.07,6,2.58,1.93,12,3.25,2.71,8,6.0,2.74,9,5.44,1.88,9
+beginner,5.15,1.39,20,3.5,1.99,22,4.79,2.23,19,5.11,1.9,9,5.18,0.87,11,2.0,1.41,5,4.06,1.95,16,4.33,2.8,6,5.0,2.0,13,5.43,1.22,14,4.5,1.64,6,3.17,1.8,12,4.11,2.26,9,4.33,1.8,9,5.2,2.57,10,5.7,1.25,10,4.6,1.35,10,3.33,2.06,12,3.7,2.0,10,4.5,1.76,6,4.92,2.47,13
+beginning,6.39,2.12,18,3.0,2.7,20,5.72,2.27,18,5.5,2.33,8,7.1,1.73,10,4.0,3.37,7,2.46,2.22,13,6.09,1.97,11,5.14,2.73,7,5.91,2.26,11,7.14,1.77,7,2.22,2.54,9,3.64,2.77,11,6.27,1.9,11,4.86,2.67,7,5.83,2.17,12,7.5,1.64,6,1.92,1.68,12,4.62,3.2,8,6.56,2.51,9,4.89,1.76,9
+begrudge,3.95,1.59,22,4.47,1.71,19,5.33,2.42,21,3.6,0.89,5,4.0,1.79,16,4.25,1.75,8,4.64,1.75,11,5.6,2.76,10,5.09,2.17,11,3.75,1.29,12,4.2,1.93,10,5.5,1.35,10,3.33,1.32,9,5.25,2.6,12,5.44,2.3,9,3.73,1.19,11,4.18,1.94,11,4.62,2.07,8,4.36,1.5,11,5.78,2.44,9,5.0,2.45,12
+behave,6.25,1.65,20,3.72,2.42,18,7.05,1.94,22,6.2,1.3,5,6.27,1.79,15,3.83,2.14,6,3.67,2.64,12,6.9,2.08,10,7.17,1.9,12,6.0,1.41,10,6.5,1.9,10,3.3,2.45,10,4.25,2.43,8,7.0,2.05,11,7.09,1.92,11,5.67,1.5,12,7.12,1.55,8,3.22,2.17,9,4.22,2.68,9,7.09,2.07,11,7.0,1.9,11
+behavior,5.28,1.71,18,4.27,2.16,22,5.88,1.92,24,4.67,1.97,6,5.58,1.56,12,4.33,2.02,12,4.2,2.44,10,4.5,2.0,8,6.56,1.5,16,5.22,1.09,9,5.33,2.24,9,3.89,1.54,9,4.54,2.54,13,5.94,1.82,17,5.83,2.48,6,5.62,1.19,8,5.0,2.05,10,4.11,2.15,9,4.38,2.26,13,6.06,2.08,16,5.5,1.6,8
+behavioral,5.1,1.52,20,4.1,2.64,21,5.96,1.97,26,5.0,2.24,7,5.15,1.07,13,4.0,2.67,10,4.18,2.75,11,5.79,1.97,14,6.45,1.86,11,4.91,1.3,11,5.33,1.8,9,4.11,2.42,9,4.08,2.91,12,6.41,2.21,17,5.38,0.74,8,5.23,1.69,13,4.86,1.21,7,3.87,2.67,15,4.67,2.73,6,6.0,2.09,12,5.93,1.94,14
+behold,6.48,1.6,21,3.88,2.2,25,6.59,2.22,22,6.25,1.75,8,6.62,1.56,13,4.08,2.5,13,3.67,1.92,12,6.69,1.93,13,6.44,2.7,9,7.12,1.81,8,6.17,1.4,12,4.43,1.87,14,3.18,2.48,11,6.42,2.11,12,6.8,2.44,10,6.4,1.96,10,6.55,1.29,11,3.82,2.46,17,4.0,1.69,8,6.2,2.86,10,6.92,1.56,12
+beholden,5.05,1.82,20,3.24,2.39,21,4.84,2.51,25,4.0,2.58,4,5.31,1.58,16,4.25,2.87,4,3.0,2.29,17,5.11,2.93,9,4.69,2.33,16,4.5,0.93,8,5.42,2.19,12,3.0,2.4,10,3.45,2.46,11,4.86,2.32,14,4.82,2.86,11,4.91,1.04,11,5.22,2.54,9,2.4,2.12,10,4.0,2.45,11,5.5,2.53,18,3.14,1.57,7
+beige,5.26,2.16,19,2.6,2.3,20,5.05,1.76,20,5.67,1.15,3,5.4,2.23,15,2.0,1.7,10,3.2,2.74,10,5.5,1.27,10,4.6,2.12,10,5.83,2.32,6,5.25,2.01,12,2.86,3.29,7,2.46,1.71,13,4.62,2.07,8,5.33,1.56,12,5.33,2.15,12,5.14,2.34,7,3.2,2.78,10,2.0,1.63,10,4.44,1.59,9,5.55,1.81,11
+belated,4.21,1.18,19,3.19,1.86,21,5.32,2.64,25,4.67,0.58,3,4.12,1.26,16,3.57,1.99,7,2.77,1.69,13,4.88,2.7,8,5.53,2.67,17,4.29,0.76,7,4.17,1.4,12,2.86,1.68,7,3.15,1.91,13,6.14,2.54,14,4.27,2.49,11,4.5,0.93,8,4.0,1.34,11,3.18,1.99,11,3.2,1.81,10,5.39,2.85,18,5.14,2.19,7
+belay,5.5,1.32,20,3.43,1.8,21,4.72,1.99,25,4.33,0.58,3,5.71,1.31,17,3.29,2.06,7,3.54,1.81,13,5.5,1.6,8,4.35,2.09,17,4.86,0.69,7,5.85,1.46,13,3.57,1.51,7,3.38,2.06,13,4.86,1.92,14,4.55,2.16,11,5.33,1.12,9,5.64,1.5,11,3.45,1.44,11,3.4,2.22,10,4.5,2.26,18,5.29,0.95,7
+belch,4.18,1.79,22,4.77,2.58,22,4.75,2.31,20,5.25,1.91,8,3.57,1.45,14,4.7,2.54,10,4.83,2.72,12,6.14,2.12,7,4.0,2.12,13,4.73,2.15,11,3.64,1.21,11,4.55,2.58,11,5.0,2.68,11,5.13,2.36,15,3.6,1.95,5,4.3,1.34,10,4.08,2.15,12,5.5,2.07,10,4.17,2.89,12,4.9,2.23,10,4.6,2.5,10
+belief,6.14,1.86,22,3.95,2.36,21,7.18,1.99,22,6.0,2.15,14,6.38,1.3,8,3.73,2.69,11,4.0,2.06,9,6.0,3.1,6,7.62,1.26,16,5.6,2.07,10,6.58,1.62,12,2.82,1.54,11,5.2,2.53,10,7.0,2.27,13,7.44,1.59,9,5.67,2.1,12,6.7,1.42,10,3.77,2.52,13,4.25,2.19,8,7.25,1.96,12,7.1,2.13,10
+believable,6.89,1.29,19,4.05,1.99,21,5.3,2.42,23,6.67,0.58,3,6.94,1.39,16,3.75,1.83,8,4.23,2.13,13,4.44,2.83,9,5.86,2.03,14,7.0,1.58,9,6.8,1.03,10,4.22,1.99,9,3.92,2.07,12,5.07,2.63,15,5.75,2.05,8,7.29,1.11,7,6.67,1.37,12,4.4,2.12,10,3.73,1.9,11,5.69,2.9,13,4.8,1.62,10
+believe,7.05,1.36,22,3.33,2.15,21,6.56,2.06,16,7.33,1.37,6,6.93,1.44,15,2.86,2.41,7,3.57,2.06,14,5.62,2.2,8,7.5,1.51,8,7.29,1.27,14,6.57,1.62,7,3.22,2.28,9,3.42,2.15,12,6.38,2.77,8,6.75,1.16,8,6.57,1.4,14,7.88,0.83,8,4.33,3.08,6,2.93,1.62,15,7.12,2.23,8,6.0,1.85,8
+believer,5.64,1.71,22,4.1,2.61,21,6.4,2.16,20,4.2,1.3,5,6.06,1.6,17,4.17,2.04,6,4.07,2.87,15,5.67,2.8,6,6.71,1.86,14,5.64,1.8,11,5.64,1.69,11,4.14,3.29,7,4.07,2.34,14,6.7,1.89,10,6.1,2.47,10,5.1,2.08,10,6.08,1.24,12,5.11,3.06,9,3.33,2.02,12,7.25,1.67,8,5.83,2.33,12
+belittle,2.7,2.18,20,4.05,2.01,21,2.92,1.78,25,2.5,2.38,4,2.75,2.21,16,4.0,2.16,4,4.06,2.05,17,4.11,2.15,9,2.25,1.13,16,3.0,2.2,8,2.5,2.24,12,4.3,1.83,10,3.82,2.23,11,2.86,1.7,14,3.0,1.95,11,2.73,1.79,11,2.67,2.69,9,4.1,1.79,10,4.0,2.28,11,3.06,1.86,18,2.57,1.62,7
+bell,5.67,1.77,21,4.7,2.34,20,6.16,2.39,19,5.62,1.76,13,5.75,1.91,8,5.43,1.81,7,4.31,2.56,13,7.14,1.95,7,5.58,2.5,12,5.58,1.31,12,5.78,2.33,9,5.0,2.24,9,4.45,2.5,11,6.8,2.15,10,5.44,2.55,9,5.83,1.19,12,5.44,2.4,9,4.86,1.77,7,4.62,2.66,13,6.43,1.9,7,6.0,2.7,12
+bellboy,4.95,0.97,21,3.13,1.6,23,5.08,1.81,26,4.91,0.94,11,5.0,1.05,10,3.0,1.18,11,3.25,1.96,12,5.09,2.34,11,5.07,1.44,14,4.7,1.25,10,5.18,0.6,11,2.91,1.14,11,3.33,1.97,12,4.94,1.82,17,5.38,2.0,8,4.85,1.14,13,5.12,0.64,8,2.93,1.67,15,3.5,1.51,8,4.88,1.76,17,5.44,1.94,9
+bellhop,5.47,1.47,19,4.0,2.49,23,5.37,1.86,19,5.44,0.88,9,5.5,1.9,10,4.43,2.23,7,3.93,2.69,15,5.5,2.01,10,5.22,1.79,9,5.33,1.8,9,5.6,1.17,10,4.6,2.8,10,3.67,2.27,12,4.62,1.77,8,5.8,1.87,10,5.42,1.62,12,5.57,1.27,7,3.95,2.46,20,4.33,3.21,3,5.12,1.81,8,5.55,1.97,11
+belligerent,3.11,2.0,19,5.0,2.77,21,3.56,2.27,25,3.5,2.52,4,3.0,1.93,15,5.0,3.56,4,5.0,2.69,17,3.67,2.35,9,3.5,2.31,16,3.88,1.81,8,2.55,2.02,11,5.8,2.1,10,4.27,3.2,11,3.86,1.96,14,3.18,2.68,11,3.1,1.91,10,3.11,2.2,9,4.7,2.75,10,5.27,2.9,11,3.83,2.38,18,2.86,1.95,7
+bellman,5.35,0.99,20,3.25,2.01,24,4.93,2.45,28,5.38,0.74,8,5.33,1.15,12,4.0,2.4,9,2.8,1.66,15,4.93,2.59,14,4.93,2.4,14,5.22,0.97,9,5.45,1.04,11,2.92,1.78,12,3.58,2.23,12,4.64,2.41,14,5.21,2.55,14,5.3,1.25,10,5.4,0.7,10,3.42,2.07,12,3.08,2.02,12,4.83,2.44,12,5.0,2.53,16
+bellow,4.63,1.57,19,4.75,2.27,20,6.26,2.03,23,4.33,1.15,3,4.69,1.66,16,4.88,1.25,8,4.67,2.81,12,6.56,1.42,9,6.07,2.37,14,4.22,1.92,9,5.0,1.15,10,5.12,1.73,8,4.5,2.61,12,6.67,1.91,15,5.5,2.14,8,4.57,1.62,7,4.67,1.61,12,5.9,2.23,10,3.6,1.71,10,6.69,2.32,13,5.7,1.49,10
+belly,4.37,1.42,19,3.75,2.17,20,4.96,1.68,24,4.23,1.64,13,4.67,0.82,6,4.4,2.3,5,3.53,2.17,15,4.62,0.87,13,5.36,2.29,11,4.78,1.79,9,4.0,0.94,10,4.0,2.24,7,3.62,2.22,13,4.64,1.96,11,5.23,1.42,13,4.67,1.66,9,4.1,1.2,10,3.4,2.17,10,4.1,2.23,10,5.11,1.9,9,4.87,1.6,15
+bellybutton,5.73,1.7,22,4.95,2.3,19,5.19,2.2,21,6.0,1.41,5,5.69,1.85,16,4.75,2.55,8,5.09,2.21,11,4.5,2.22,10,5.82,2.09,11,5.83,1.53,12,5.6,1.96,10,5.1,2.6,10,4.78,2.05,9,4.92,2.02,12,5.56,2.51,9,6.09,1.51,11,5.36,1.86,11,5.12,2.95,8,4.82,1.83,11,5.11,2.09,9,5.25,2.38,12
+bellyful,5.85,2.35,20,3.28,2.19,25,5.17,1.95,18,5.22,3.11,9,6.36,1.43,11,3.83,2.56,6,3.11,2.17,18,5.14,2.12,7,5.18,1.94,11,5.75,2.52,16,6.25,1.71,4,3.21,2.36,14,3.4,2.17,10,5.22,2.28,9,5.11,1.69,9,5.73,3.13,11,6.0,0.87,9,3.62,2.22,16,2.67,2.12,9,5.4,2.12,10,4.88,1.81,8
+belong,6.5,2.31,18,2.9,2.43,20,5.44,2.41,18,5.0,2.14,8,7.7,1.7,10,3.71,3.09,7,2.46,1.98,13,5.45,2.16,11,5.43,2.94,7,5.64,2.29,11,7.86,1.68,7,2.44,2.7,9,3.27,2.24,11,6.0,1.79,11,4.57,3.1,7,5.75,2.38,12,8.0,1.26,6,2.58,2.47,12,3.38,2.45,8,5.67,2.87,9,5.22,1.99,9
+belongings,6.09,1.23,22,3.96,2.24,26,6.17,2.08,23,6.33,1.5,9,5.92,1.04,13,3.6,2.41,10,4.19,2.17,16,6.56,1.74,9,5.93,2.3,14,7.0,1.31,8,5.57,0.85,14,4.15,2.34,13,3.77,2.2,13,5.82,2.09,11,6.5,2.11,12,6.17,1.19,12,6.0,1.33,10,4.0,2.33,15,3.91,2.21,11,5.77,2.39,13,6.7,1.57,10
+beloved,7.38,2.13,21,4.91,2.76,23,6.85,2.11,20,6.4,2.7,5,7.69,1.92,16,5.17,2.92,12,4.64,2.69,11,6.6,1.78,10,6.89,2.52,9,7.0,2.66,12,7.89,1.05,9,4.44,2.83,16,6.0,2.45,7,5.8,2.3,10,7.9,1.29,10,7.46,2.15,13,7.25,2.25,8,5.16,2.93,19,3.75,1.5,4,6.21,2.15,14,8.33,1.03,6
+belt,4.44,1.69,18,3.45,2.42,22,5.75,1.94,28,4.83,0.98,6,4.25,1.96,12,2.82,2.27,11,4.09,2.51,11,5.73,2.28,11,5.76,1.75,17,4.73,1.62,11,4.0,1.83,7,3.36,2.38,11,3.55,2.58,11,5.61,1.94,18,6.0,2.0,10,4.15,1.77,13,5.2,1.3,5,3.14,2.48,14,4.0,2.39,8,5.81,2.07,16,5.67,1.83,12
+beluga,5.1,1.62,20,3.77,2.16,22,5.74,1.37,19,4.67,1.32,9,5.45,1.81,11,2.2,1.3,5,4.12,2.19,16,6.17,1.6,6,5.54,1.27,13,5.21,1.48,14,4.83,2.04,6,3.67,2.46,12,3.67,1.8,9,5.11,0.6,9,6.3,1.64,10,5.2,1.23,10,5.0,2.0,10,3.92,2.35,12,3.6,2.01,10,6.17,1.47,6,5.54,1.33,13
+bench,5.5,1.47,20,3.46,2.19,46,5.81,1.71,43,6.0,1.22,5,5.33,1.54,15,3.95,1.96,20,3.08,2.31,26,5.59,1.97,17,5.96,1.54,26,6.0,1.15,10,5.0,1.63,10,3.79,2.22,28,2.94,2.1,18,5.81,1.78,27,5.81,1.64,16,5.42,1.73,12,5.62,1.06,8,3.23,2.09,31,3.93,2.37,15,5.71,1.68,24,5.95,1.78,19
+bend,5.75,0.91,20,4.4,2.28,20,6.0,1.92,26,5.64,1.03,11,5.89,0.78,9,5.14,2.67,7,4.0,2.04,13,5.62,1.85,13,6.38,1.98,13,5.82,0.87,11,5.67,1.0,9,4.55,2.02,11,4.22,2.68,9,5.76,1.95,17,6.44,1.88,9,5.6,0.84,10,5.9,0.99,10,4.58,2.19,12,4.12,2.53,8,5.88,1.82,16,6.2,2.15,10
+benefactor,6.0,2.15,20,2.95,2.16,20,4.5,2.87,22,6.5,1.52,6,5.79,2.39,14,2.25,2.05,8,3.42,2.19,12,4.42,3.09,12,4.6,2.76,10,6.22,2.05,9,5.82,2.32,11,3.11,2.09,9,2.82,2.32,11,3.71,2.63,7,4.87,3.0,15,5.8,2.35,10,6.2,2.04,10,3.15,2.27,13,2.57,2.07,7,4.17,2.92,12,4.9,2.92,10
+beneficial,6.61,1.73,23,4.18,1.99,22,6.3,2.52,20,7.75,1.04,8,6.0,1.73,15,4.5,1.9,10,3.92,2.11,12,6.57,2.64,7,6.15,2.54,13,6.83,1.95,12,6.36,1.5,11,4.45,2.34,11,3.91,1.64,11,5.73,2.58,15,8.0,1.41,5,6.55,1.69,11,6.67,1.83,12,4.9,2.08,10,3.58,1.78,12,5.6,2.12,10,7.0,2.79,10
+beneficiary,6.19,1.81,21,4.45,2.13,22,6.5,2.14,20,6.62,1.41,8,5.92,2.02,13,4.0,2.0,10,4.83,2.25,12,6.57,2.37,7,6.46,2.11,13,6.36,2.01,11,6.0,1.63,10,3.55,1.63,11,5.36,2.25,11,6.27,2.25,15,7.2,1.79,5,6.1,1.66,10,6.27,2.0,11,5.4,1.96,10,3.67,2.02,12,6.1,2.02,10,6.9,2.28,10
+benefit,6.87,1.22,23,3.53,2.32,17,6.25,2.17,24,6.43,1.13,7,7.06,1.24,16,3.2,1.79,5,3.67,2.57,12,5.69,2.56,13,6.91,1.45,11,6.91,1.22,11,6.83,1.27,12,4.33,2.8,6,3.09,2.02,11,6.31,2.18,16,6.12,2.3,8,6.94,1.34,16,6.71,0.95,7,3.55,2.42,11,3.5,2.35,6,6.27,2.4,15,6.22,1.86,9
+benevolence,6.29,1.95,21,4.35,1.9,20,5.43,1.89,21,5.83,0.98,6,6.47,2.23,15,5.38,1.3,8,3.67,1.97,12,5.09,1.97,11,5.8,1.81,10,6.0,1.26,6,6.4,2.2,15,4.6,2.01,10,4.1,1.85,10,5.43,1.91,14,5.43,1.99,7,4.57,1.27,7,7.14,1.66,14,4.43,1.99,14,4.17,1.83,6,5.0,2.17,12,6.0,1.32,9
+benevolent,5.95,2.2,19,3.6,2.39,20,5.0,1.89,20,6.33,0.58,3,5.88,2.39,16,3.4,2.61,5,3.67,2.41,15,5.17,1.94,6,4.93,1.94,14,6.1,1.73,10,5.78,2.73,9,4.14,2.79,7,3.31,2.21,13,5.2,2.3,10,4.8,1.48,10,5.62,2.0,8,6.18,2.4,11,3.0,2.65,9,4.09,2.17,11,5.12,2.53,8,4.92,1.44,12
+benign,5.86,1.61,22,3.26,2.3,23,6.0,2.31,19,5.12,0.64,8,6.23,1.92,13,4.12,2.17,8,2.64,2.31,14,6.29,2.87,7,5.82,2.14,11,6.0,1.51,8,5.69,1.75,13,3.78,2.77,9,2.93,1.98,14,5.71,1.7,7,6.17,2.66,12,5.73,1.9,11,6.0,1.34,11,2.56,2.55,9,3.71,2.09,14,6.06,2.26,16,5.67,3.06,3
+benzene,4.53,1.87,19,3.95,3.15,20,4.92,1.59,24,4.62,2.18,13,4.33,1.03,6,5.2,3.56,5,3.53,3.02,15,5.15,1.41,13,4.64,1.8,11,5.33,2.0,9,3.8,1.48,10,4.57,3.31,7,3.62,3.15,13,5.09,1.38,11,4.77,1.79,13,4.89,1.45,9,4.2,2.2,10,3.5,3.6,10,4.4,2.76,10,5.22,1.79,9,4.73,1.49,15
+bequeath,4.64,1.53,22,4.39,1.79,18,5.6,2.33,20,4.6,2.07,5,4.56,1.41,16,4.0,2.2,8,4.7,1.42,10,6.11,2.37,9,5.18,2.32,11,4.0,1.54,12,5.4,1.17,10,4.33,1.8,9,4.44,1.88,9,4.91,2.59,11,6.44,1.74,9,4.55,1.81,11,4.73,1.27,11,3.71,1.7,7,4.82,1.78,11,6.38,2.0,8,5.08,2.47,12
+bereaved,3.65,1.72,23,5.23,2.71,22,4.45,1.61,20,4.0,1.6,8,3.47,1.81,15,4.2,3.08,10,6.08,2.11,12,5.43,1.72,7,3.92,1.32,13,4.08,1.93,12,3.18,1.4,11,4.55,2.73,11,5.91,2.63,11,4.4,1.68,15,4.6,1.52,5,3.64,1.91,11,3.67,1.61,12,6.3,1.95,10,4.33,2.99,12,3.8,1.14,10,5.1,1.79,10
+bereavement,3.2,1.62,40,4.45,2.04,22,3.97,2.44,38,2.77,1.17,13,3.41,1.78,27,4.57,1.72,7,4.36,2.31,14,3.77,2.74,13,4.08,2.33,25,3.59,1.84,17,2.91,1.41,23,5.0,2.5,9,4.0,1.71,12,4.22,1.96,18,3.75,2.84,20,3.42,1.82,24,2.88,1.26,16,4.32,2.0,19,5.33,2.52,3,3.94,2.73,17,4.0,2.26,21
+beret,5.05,1.68,19,3.78,2.44,18,4.79,2.41,24,5.0,1.41,4,5.07,1.79,15,5.6,3.13,5,3.08,1.8,13,3.92,2.5,13,5.82,1.94,11,5.1,1.45,10,5.0,2.0,9,5.0,2.94,7,3.0,1.79,11,4.25,2.29,16,5.88,2.42,8,4.77,1.64,13,5.67,1.75,6,3.92,2.43,12,3.5,2.66,6,4.8,2.73,15,4.78,1.92,9
+berserk,3.75,1.77,20,5.08,2.67,26,4.29,2.18,24,3.25,1.58,8,4.08,1.88,12,4.5,2.59,10,5.44,2.73,16,4.11,2.03,9,4.4,2.32,15,3.71,1.98,7,3.77,1.74,13,5.0,2.38,13,5.15,3.02,13,3.92,1.88,12,4.67,2.46,12,3.82,1.94,11,3.67,1.66,9,4.53,2.9,15,5.82,2.23,11,4.23,2.17,13,4.36,2.29,11
+berth,4.52,1.33,21,2.71,1.97,24,5.3,1.92,20,5.0,0.93,8,4.23,1.48,13,3.67,1.51,6,2.39,2.03,18,6.0,2.0,11,4.44,1.51,9,4.33,1.44,12,4.78,1.2,9,2.7,2.31,10,2.71,1.77,14,5.46,2.3,13,5.0,1.0,7,4.57,1.5,14,4.43,0.98,7,3.25,2.08,16,1.62,1.19,8,5.58,1.62,12,4.88,2.36,8
+beryllium,5.6,1.7,20,3.87,2.47,23,4.93,2.11,28,6.0,1.6,8,5.33,1.78,12,4.89,2.85,9,3.21,2.04,14,4.21,1.76,14,5.64,2.24,14,5.22,1.86,9,5.91,1.58,11,4.08,2.75,12,3.64,2.25,11,4.86,2.38,14,5.0,1.88,14,5.4,1.96,10,5.8,1.48,10,3.27,2.33,11,4.42,2.57,12,4.5,1.68,12,5.25,2.38,16
+beseech,4.89,2.02,19,4.77,2.18,22,4.26,1.37,19,4.33,2.0,9,5.4,2.01,10,5.14,1.35,7,4.71,2.55,14,4.2,1.62,10,4.33,1.12,9,4.78,2.22,9,5.0,1.94,10,5.2,2.39,10,4.55,2.07,11,3.62,0.92,8,4.7,1.57,10,5.17,1.7,12,4.43,2.57,7,4.47,2.2,19,6.67,0.58,3,4.0,1.07,8,4.45,1.57,11
+bestow,6.5,1.64,20,3.8,2.09,20,6.27,2.07,26,6.91,1.76,11,6.0,1.41,9,5.0,2.71,7,3.15,1.41,13,5.92,2.22,13,6.62,1.94,13,5.73,1.42,11,7.44,1.42,9,4.36,1.91,11,3.11,2.2,9,6.06,2.33,17,6.67,1.5,9,6.2,1.93,10,6.8,1.32,10,4.58,2.07,12,2.62,1.6,8,6.25,2.08,16,6.3,2.16,10
+bestseller,6.82,2.08,22,5.89,2.0,18,6.14,2.2,21,5.0,2.65,5,7.5,1.55,16,5.25,2.19,8,6.4,1.78,10,5.7,2.63,10,6.55,1.75,11,6.5,2.43,12,7.2,1.62,10,5.11,1.69,9,6.67,2.06,9,6.17,2.41,12,6.11,2.03,9,6.73,2.49,11,6.91,1.7,11,4.71,1.25,7,6.64,2.06,11,6.56,2.01,9,5.83,2.37,12
+bet,4.95,2.01,22,4.76,2.76,21,5.5,2.48,18,5.33,2.42,6,4.93,1.91,15,5.0,3.16,7,4.64,2.65,14,5.56,2.83,9,5.38,2.39,8,5.14,2.07,14,4.86,2.04,7,4.89,3.18,9,4.67,2.53,12,6.7,2.58,10,4.0,1.31,8,4.79,2.22,14,5.25,1.67,8,5.33,3.5,6,4.53,2.5,15,6.3,2.83,10,4.5,1.6,8
+beta,5.55,1.28,20,3.6,2.66,20,4.41,1.68,22,5.86,1.57,7,5.38,1.12,13,4.78,2.91,9,2.64,2.11,11,3.5,2.17,6,4.75,1.39,16,5.6,1.07,10,5.22,1.3,9,4.62,3.07,8,2.92,2.23,12,4.47,1.77,15,4.29,1.6,7,5.91,1.58,11,5.11,0.6,9,4.17,2.89,12,2.75,2.19,8,4.73,2.05,11,4.09,1.22,11
+betray,2.52,1.92,42,5.33,2.51,42,3.86,2.61,22,2.0,1.24,14,2.79,2.15,28,5.38,2.5,16,5.31,2.56,26,4.18,2.68,11,3.55,2.62,11,2.78,2.41,18,2.33,1.46,24,4.84,2.65,19,5.74,2.36,23,3.92,2.87,13,3.78,2.33,9,2.46,1.98,26,2.62,1.86,16,5.2,2.84,25,5.53,1.97,17,4.36,2.73,14,3.0,2.27,8
+betrayal,2.24,1.87,21,5.71,2.0,21,3.12,2.54,25,2.75,2.09,12,1.56,1.33,9,6.0,2.24,7,5.57,1.95,14,3.6,2.59,10,2.8,2.54,15,1.0,0.0,4,2.53,1.97,17,5.0,2.31,10,6.36,1.5,11,2.86,2.67,7,3.22,2.56,18,1.83,1.4,12,2.78,2.33,9,5.69,1.55,13,5.75,2.71,8,2.56,2.24,9,3.44,2.71,16
+beverage,7.17,1.29,18,3.38,1.83,21,6.58,1.82,24,7.0,1.41,9,7.33,1.22,9,3.71,2.36,7,3.21,1.58,14,5.88,2.17,8,6.94,1.57,16,7.14,1.68,7,7.18,1.08,11,3.7,1.83,10,3.09,1.87,11,6.65,1.62,17,6.67,2.5,6,7.11,1.45,9,7.22,1.2,9,3.46,1.81,13,3.25,1.98,8,7.0,1.75,16,5.75,1.75,8
+beware,3.3,1.98,20,5.24,2.14,21,5.32,2.5,34,2.8,1.81,10,3.8,2.1,10,5.25,1.49,8,5.23,2.52,13,5.93,2.4,14,4.9,2.53,20,2.67,1.41,9,3.82,2.27,11,5.46,2.4,13,4.88,1.73,8,5.55,2.65,22,4.92,2.23,12,2.6,1.35,10,4.0,2.31,10,5.14,2.21,14,5.43,2.15,7,5.65,2.15,17,5.0,2.83,17
+bewildered,4.32,1.92,19,4.57,1.83,23,4.42,1.87,19,4.89,1.62,9,3.8,2.1,10,5.29,1.8,7,4.33,1.84,15,4.3,1.95,10,4.56,1.88,9,5.22,1.72,9,3.5,1.78,10,4.5,2.17,10,4.75,1.6,12,3.62,0.74,8,5.2,2.25,10,4.58,2.02,12,3.86,1.77,7,4.6,1.93,20,4.33,1.15,3,3.38,0.52,8,5.18,2.14,11
+bias,3.95,1.57,20,4.27,2.68,22,5.44,2.56,27,4.43,2.07,7,3.69,1.25,13,3.8,2.04,10,4.67,3.14,12,5.27,2.52,15,6.0,2.57,11,3.64,1.03,11,4.33,2.06,9,4.56,2.13,9,4.08,3.07,13,6.41,2.29,17,4.0,2.24,9,3.69,1.84,13,4.43,0.79,7,3.5,2.37,16,6.33,2.5,6,5.33,2.81,12,5.53,2.45,15
+biased,4.21,1.72,19,5.52,2.18,21,4.57,2.06,23,4.4,0.55,5,4.23,2.05,13,5.33,2.25,6,5.6,2.23,15,4.8,2.3,10,4.38,1.94,13,4.57,2.23,7,4.09,1.45,11,5.14,2.12,7,5.71,2.27,14,4.73,1.42,11,4.42,2.57,12,4.42,1.93,12,3.86,1.35,7,4.82,2.52,11,6.3,1.49,10,4.93,1.98,14,4.0,2.18,9
+bib,5.78,1.73,18,3.57,2.04,23,5.16,1.68,19,5.0,1.32,9,6.56,1.81,9,3.57,1.99,7,3.47,2.17,15,5.1,2.02,10,5.22,1.3,9,6.11,2.03,9,5.44,1.42,9,3.9,2.38,10,3.17,1.8,12,4.62,1.6,8,5.5,1.78,10,6.09,1.7,11,5.29,1.8,7,3.65,2.01,20,3.0,2.65,3,4.75,1.67,8,5.45,1.69,11
+bible,5.74,2.77,19,3.65,2.25,20,5.0,3.09,24,5.62,2.79,13,6.0,2.97,6,3.8,2.28,5,3.6,2.32,15,4.62,3.23,13,5.45,3.01,11,4.33,3.12,9,7.0,1.7,10,3.57,2.23,7,3.69,2.36,13,4.73,2.9,11,5.23,3.35,13,6.56,2.79,9,5.0,2.67,10,3.5,2.72,10,3.8,1.81,10,5.0,3.35,9,5.0,3.05,15
+biblical,6.52,2.71,21,3.73,2.45,22,5.3,2.66,27,5.0,3.02,10,7.91,1.45,11,3.71,2.75,7,3.73,2.4,15,5.18,2.86,17,5.5,2.42,10,5.82,3.03,11,7.3,2.21,10,2.6,2.61,5,4.06,2.38,17,5.43,3.08,14,5.15,2.23,13,7.0,1.91,13,5.75,3.69,8,3.0,2.54,10,4.33,2.31,12,5.57,3.13,14,5.0,2.12,13
+bicarbonate,4.9,1.76,21,3.5,1.99,22,4.86,1.56,21,5.89,1.36,9,4.17,1.7,12,3.33,2.42,6,3.6,1.96,15,4.33,0.82,6,5.07,1.75,15,5.56,1.59,9,4.42,1.78,12,4.0,2.0,5,3.35,2.03,17,4.2,1.23,10,5.45,1.63,11,4.92,2.27,12,4.89,0.78,9,3.11,1.45,9,3.77,2.31,13,4.25,1.14,12,5.67,1.73,9
+bicentennial,6.3,1.22,20,4.7,2.3,20,5.5,1.82,26,6.27,1.19,11,6.33,1.32,9,6.29,2.29,7,3.85,1.86,13,5.23,2.01,13,5.77,1.64,13,6.18,1.25,11,6.44,1.24,9,4.55,2.46,11,4.89,2.2,9,5.76,1.95,17,5.0,1.5,9,6.6,1.07,10,6.0,1.33,10,4.42,2.43,12,5.12,2.17,8,5.5,1.93,16,5.5,1.72,10
+biceps,5.95,2.01,21,4.42,2.72,24,6.45,2.16,20,7.12,1.46,8,5.23,2.01,13,5.17,2.14,6,4.17,2.9,18,6.73,1.9,11,6.11,2.52,9,6.0,2.37,12,5.89,1.54,9,4.1,2.38,10,4.64,3.0,14,6.62,2.5,13,6.14,1.46,7,5.71,2.13,14,6.43,1.81,7,5.06,2.57,16,3.12,2.7,8,6.75,1.96,12,6.0,2.51,8
+bicker,2.81,1.33,21,5.13,1.91,23,4.54,2.23,26,2.91,1.38,11,2.7,1.34,10,4.82,1.89,11,5.42,1.98,12,3.82,1.83,11,4.86,2.35,14,3.2,1.48,10,2.45,1.13,11,4.55,2.02,11,5.67,1.72,12,4.82,2.27,17,3.5,1.69,8,2.38,1.12,13,3.5,1.41,8,4.53,1.73,15,6.25,1.83,8,4.88,2.47,17,3.89,1.62,9
+bicycle,6.71,1.27,21,3.95,2.29,21,6.2,1.88,20,6.56,1.24,9,6.83,1.34,12,3.17,2.23,6,4.14,2.35,14,6.17,2.93,6,6.21,1.37,14,6.89,1.27,9,6.58,1.31,12,3.8,1.92,5,4.0,2.45,16,6.2,1.69,10,6.2,2.15,10,6.92,1.38,12,6.44,1.13,9,4.88,2.36,8,3.38,2.14,13,6.33,1.72,12,6.0,2.2,8
+bid,5.16,1.64,19,4.0,2.12,22,5.67,1.97,24,4.67,1.86,6,5.38,1.56,13,4.58,2.19,12,3.3,1.89,10,5.75,1.83,8,5.62,2.09,16,5.1,0.99,10,5.22,2.22,9,5.67,1.5,9,2.85,1.68,13,5.41,2.21,17,6.5,1.05,6,5.38,1.19,8,5.0,1.95,11,3.56,1.94,9,4.31,2.25,13,5.75,1.95,16,5.5,2.14,8
+bidder,5.39,0.98,18,3.5,1.93,20,5.32,1.77,25,5.8,1.1,5,5.23,0.93,13,3.82,2.14,11,3.11,1.69,9,5.56,2.0,16,4.89,1.27,9,5.0,0.58,7,5.64,1.12,11,2.67,1.94,9,4.18,1.72,11,5.15,1.9,20,6.0,1.0,5,5.0,0.87,9,5.78,0.97,9,3.82,2.09,11,3.11,1.76,9,5.47,1.71,19,4.83,2.04,6
+bidding,5.29,1.27,21,4.91,2.14,22,5.76,1.89,21,5.44,1.24,9,5.17,1.34,12,3.33,2.25,6,5.47,1.88,15,5.83,2.32,6,5.73,1.79,15,5.33,1.32,9,5.25,1.29,12,3.8,1.92,5,5.24,2.14,17,6.7,1.95,10,4.91,1.45,11,5.42,1.51,12,5.11,0.93,9,6.11,1.45,9,4.08,2.18,13,5.92,2.07,12,5.56,1.74,9
+bide,4.5,1.54,20,3.61,2.48,18,5.41,1.87,22,4.8,1.48,5,4.4,1.59,15,5.33,2.73,6,2.75,1.91,12,5.7,1.95,10,5.17,1.85,12,4.5,1.35,10,4.5,1.78,10,4.8,2.49,10,2.12,1.55,8,4.64,1.91,11,6.18,1.54,11,4.33,1.23,12,4.75,1.98,8,2.78,3.03,9,4.44,1.51,9,5.09,2.3,11,5.73,1.35,11
+big,5.64,1.73,22,4.33,2.42,21,5.61,1.54,18,6.0,2.0,6,5.53,1.73,15,4.43,2.94,7,4.29,2.23,14,5.33,1.66,9,5.88,1.55,8,5.36,1.95,14,6.29,1.25,7,3.78,2.59,9,4.75,2.3,12,5.7,1.64,10,5.5,1.51,8,5.57,1.6,14,5.75,2.05,8,4.5,2.95,6,4.27,2.28,15,5.6,1.71,10,5.62,1.41,8
+bigamy,3.15,1.39,20,4.36,2.22,22,4.21,2.64,19,3.11,1.27,9,3.18,1.54,11,2.8,2.49,5,4.88,2.03,16,6.17,2.93,6,3.31,2.02,13,3.57,1.09,14,2.17,1.6,6,3.5,1.57,12,5.56,2.6,9,4.0,2.12,9,4.4,3.13,10,3.9,1.2,10,2.4,1.17,10,3.75,2.01,12,5.1,2.33,10,6.33,3.08,6,3.23,1.79,13
+biggie,5.32,1.7,22,3.76,2.34,21,5.36,1.36,22,5.71,1.77,14,4.62,1.41,8,4.27,2.72,11,3.33,1.87,9,5.17,1.47,6,5.44,1.36,16,5.8,2.3,10,4.92,0.9,12,4.09,2.74,11,3.4,1.9,10,5.15,1.14,13,5.67,1.66,9,5.25,1.6,12,5.4,1.9,10,3.85,2.64,13,3.62,1.92,8,5.08,1.0,12,5.7,1.7,10
+bighorn,4.77,1.72,22,4.65,2.48,23,5.26,1.69,19,5.0,1.55,11,4.55,1.92,11,5.14,2.91,7,4.47,2.42,15,4.9,1.29,10,5.67,2.06,9,4.2,1.93,10,5.25,1.42,12,5.4,2.5,10,4.08,2.5,12,5.25,1.83,8,5.3,1.77,10,4.86,2.03,14,4.62,1.06,8,4.55,2.56,20,5.33,2.08,3,5.25,1.16,8,5.27,2.05,11
+bigmouth,3.71,1.71,21,5.3,2.52,20,5.58,2.22,36,4.0,1.6,8,3.54,1.81,13,4.4,1.95,5,5.6,2.67,15,5.27,2.1,11,5.72,2.3,25,3.69,1.8,13,3.75,1.67,8,5.5,2.35,12,5.0,2.88,8,5.65,2.08,20,5.5,2.45,16,4.18,1.6,11,3.2,1.75,10,6.09,2.43,11,4.33,2.4,9,5.59,2.24,22,5.57,2.28,14
+bigot,2.75,2.02,20,5.37,2.41,19,3.12,2.11,25,2.5,1.29,4,2.81,2.2,16,5.33,2.89,3,5.38,2.42,16,4.56,2.46,9,2.31,1.4,16,3.38,1.3,8,2.33,2.35,12,6.0,1.87,9,4.8,2.78,10,3.29,2.16,14,2.91,2.12,11,2.45,1.44,11,3.11,2.62,9,5.33,2.18,9,5.4,2.72,10,3.28,2.37,18,2.71,1.25,7
+bigotry,2.24,1.26,21,6.15,1.31,20,4.53,2.77,36,2.75,1.28,8,1.92,1.19,13,6.2,1.3,5,6.13,1.36,15,3.91,2.66,11,4.8,2.83,25,2.62,1.39,13,1.62,0.74,8,6.0,1.21,12,6.38,1.51,8,4.5,2.63,20,4.56,3.03,16,2.64,1.12,11,1.8,1.32,10,6.09,1.45,11,6.22,1.2,9,4.64,2.97,22,4.36,2.53,14
+bike,6.1,2.28,21,3.62,2.37,24,5.89,2.16,19,6.33,1.87,9,5.92,2.61,12,4.33,2.58,6,3.53,2.32,17,5.57,2.3,7,6.08,2.15,12,6.06,2.08,16,6.2,3.11,5,3.29,2.09,14,4.44,2.7,9,5.89,2.67,9,5.9,1.73,10,6.25,2.38,12,5.89,2.26,9,4.53,2.42,15,2.11,1.36,9,5.64,2.54,11,6.25,1.58,8
+biker,5.32,1.38,19,4.04,2.6,24,4.68,2.18,28,5.38,1.85,8,5.27,1.01,11,4.33,2.55,9,3.87,2.7,15,4.36,2.17,14,5.0,2.22,14,5.11,1.17,9,5.5,1.58,10,4.33,2.57,12,3.75,2.7,12,4.43,2.17,14,4.93,2.23,14,4.8,1.03,10,5.89,1.54,9,4.42,2.68,12,3.67,2.57,12,4.17,1.64,12,5.06,2.49,16
+bikini,5.57,2.29,21,5.43,2.46,23,5.57,2.06,21,5.8,2.39,5,5.5,2.34,16,6.42,2.39,12,4.36,2.16,11,5.09,1.76,11,5.89,2.37,9,5.33,2.27,12,5.89,2.42,9,5.69,2.3,16,4.86,2.91,7,6.0,2.14,11,5.1,1.97,10,5.62,2.6,13,5.5,1.85,8,5.53,2.65,19,5.0,1.41,4,5.5,2.41,14,5.71,1.25,7
+bilateral,5.23,1.57,22,2.86,1.82,21,5.23,1.45,22,4.93,1.59,14,5.75,1.49,8,3.09,2.07,11,2.67,1.66,9,5.0,0.63,6,5.31,1.66,16,4.7,1.77,10,5.67,1.3,12,2.45,1.86,11,3.3,1.77,10,5.0,0.71,13,5.56,2.13,9,4.92,1.73,12,5.6,1.35,10,2.62,1.85,13,3.25,1.83,8,4.75,1.14,12,5.8,1.62,10
+bile,2.61,1.38,18,4.1,2.49,20,3.5,1.91,24,3.0,1.22,5,2.46,1.45,13,4.73,2.65,11,3.33,2.18,9,3.27,1.67,15,3.89,2.32,9,2.71,1.5,7,2.55,1.37,11,3.33,2.29,9,4.73,2.57,11,3.53,2.04,19,3.4,1.52,5,2.67,1.66,9,2.56,1.13,9,3.91,2.55,11,4.33,2.55,9,3.78,1.99,18,2.67,1.51,6
+bilge,4.55,1.23,20,3.73,1.91,22,4.79,2.04,19,4.56,1.74,9,4.55,0.69,11,2.8,2.39,5,4.19,1.6,16,5.0,2.61,6,4.69,1.84,13,4.57,1.4,14,4.5,0.84,6,3.5,2.02,12,4.33,1.58,9,4.44,1.67,9,5.1,2.38,10,4.8,1.48,10,4.3,0.95,10,3.0,1.91,12,4.6,1.58,10,4.5,2.81,6,4.92,1.71,13
+bill,3.11,1.7,19,4.0,2.57,21,4.0,2.29,20,3.67,1.53,3,3.0,1.75,16,5.0,2.37,6,3.6,2.61,15,4.33,2.34,6,3.86,2.35,14,3.6,1.9,10,2.56,1.33,9,3.43,2.7,7,4.29,2.55,14,4.6,2.63,10,3.4,1.84,10,3.0,1.51,8,3.18,1.89,11,3.11,2.93,9,4.67,2.15,12,4.12,3.04,8,3.92,1.78,12
+billboard,4.25,1.65,20,4.0,2.32,20,5.15,1.97,26,4.09,1.7,11,4.44,1.67,9,4.0,2.31,7,4.0,2.42,13,4.69,1.49,13,5.62,2.33,13,3.91,1.7,11,4.67,1.58,9,3.64,2.42,11,4.44,2.24,9,5.29,1.99,17,4.89,2.03,9,4.6,1.58,10,3.9,1.73,10,3.42,2.43,12,4.88,1.96,8,5.19,1.83,16,5.1,2.28,10
+billiard,6.1,1.62,20,4.0,1.93,22,6.1,2.17,21,5.78,1.39,9,6.36,1.8,11,4.6,2.32,10,3.5,1.45,12,6.12,1.36,8,6.08,2.6,13,6.0,1.75,14,6.33,1.37,6,3.88,2.36,8,4.07,1.73,14,5.88,1.89,8,6.23,2.39,13,6.0,1.7,10,6.2,1.62,10,4.25,1.96,12,3.7,1.95,10,6.0,2.52,12,6.22,1.72,9
+billing,3.23,1.57,22,5.18,2.46,22,4.47,2.01,19,2.62,1.3,8,3.77,1.54,13,4.75,2.49,8,5.38,2.6,13,4.71,1.7,7,4.18,2.27,11,2.0,0.93,8,4.15,1.21,13,6.22,3.03,9,4.46,1.76,13,4.0,2.08,7,4.75,2.01,12,3.64,1.69,11,2.82,1.4,11,4.67,3.35,9,5.54,1.66,13,4.75,1.84,16,3.0,2.65,3
+billion,6.8,2.24,20,5.44,2.83,18,6.5,1.71,22,6.6,2.07,5,6.87,2.36,15,4.83,2.04,6,5.75,3.19,12,5.8,1.75,10,7.08,1.51,12,6.9,1.97,10,6.7,2.58,10,6.3,2.5,10,4.38,3.02,8,6.36,1.75,11,6.64,1.75,11,6.33,2.39,12,7.5,1.93,8,4.0,2.83,9,6.89,2.09,9,6.64,1.21,11,6.36,2.16,11
+billionaire,6.0,2.45,19,6.75,2.4,20,6.36,2.57,22,7.57,1.62,7,5.08,2.43,12,8.0,1.12,9,5.73,2.72,11,7.0,2.1,6,6.12,2.75,16,4.8,2.15,10,7.38,2.26,8,6.5,2.83,8,6.92,2.19,12,6.07,2.34,15,7.0,3.11,7,5.7,2.54,10,6.33,2.45,9,7.0,2.34,12,6.38,2.62,8,6.27,2.15,11,6.45,3.05,11
+bimbo,3.1,1.84,21,3.52,2.24,25,4.84,2.77,19,3.89,2.03,9,2.5,1.51,12,2.33,2.07,6,4.0,2.22,18,5.86,2.73,7,4.25,2.73,12,3.06,1.88,16,3.2,1.92,5,3.07,2.27,14,4.3,2.16,10,5.67,2.96,9,4.1,2.51,10,3.67,2.02,12,2.33,1.32,9,3.81,2.43,16,3.0,1.87,9,4.73,3.52,11,5.0,1.41,8
+bin,4.95,1.24,21,3.04,2.21,25,5.21,1.9,19,5.11,1.05,9,4.83,1.4,12,2.83,2.23,6,3.0,2.28,18,5.0,2.0,7,5.33,1.92,12,4.81,1.28,16,5.4,1.14,5,2.79,2.19,14,3.2,2.35,10,5.11,2.47,9,5.3,1.34,10,4.92,1.44,12,5.0,1.0,9,3.38,2.25,16,2.44,2.13,9,4.82,2.14,11,5.75,1.49,8
+binary,4.58,1.64,19,3.29,2.05,21,4.6,2.39,20,4.67,0.58,3,4.56,1.79,16,4.0,2.53,6,3.0,1.85,15,6.17,1.72,6,3.93,2.37,14,4.5,1.58,10,4.67,1.8,9,2.43,1.62,7,3.71,2.16,14,5.0,2.45,10,4.2,2.39,10,4.88,0.99,8,4.36,2.01,11,3.11,1.69,9,3.42,2.35,12,4.88,3.04,8,4.42,1.98,12
+bind,4.82,1.65,22,4.53,2.34,19,4.24,2.41,21,5.2,1.64,5,4.69,1.74,16,5.0,0.76,8,4.18,3.03,11,4.9,2.73,10,3.64,2.01,11,4.58,1.93,12,5.1,1.29,10,4.7,1.89,10,4.33,2.87,9,4.08,2.31,12,4.44,2.65,9,4.82,1.83,11,4.82,1.54,11,3.88,2.03,8,5.0,2.53,11,5.0,2.45,9,3.67,2.31,12
+binder,5.16,1.07,19,3.17,1.95,18,5.29,2.34,17,5.09,1.22,11,5.25,0.89,8,3.75,2.75,4,3.0,1.75,14,5.38,2.2,8,5.22,2.59,9,5.25,1.49,8,5.09,0.7,11,3.29,1.89,7,3.09,2.07,11,4.33,2.34,6,5.82,2.27,11,5.15,1.21,13,5.17,0.75,6,2.45,1.69,11,4.29,1.89,7,5.86,2.48,7,4.9,2.28,10
+binding,4.15,1.57,20,4.21,1.96,24,4.27,2.39,22,4.62,1.3,8,3.83,1.7,12,4.33,2.02,12,4.08,1.98,12,4.92,2.47,13,3.33,2.06,9,4.88,1.13,8,3.91,1.51,11,4.64,1.78,14,3.6,2.12,10,4.92,2.64,12,3.5,1.9,10,4.1,1.66,10,4.2,1.55,10,3.75,1.73,16,5.12,2.17,8,4.6,2.37,10,4.0,2.49,12
+binge,3.53,2.25,19,5.18,1.84,22,5.21,2.15,19,3.78,1.99,9,3.3,2.54,10,5.71,1.6,7,4.93,2.02,14,5.8,2.25,10,4.56,1.94,9,3.67,3.12,9,3.4,1.17,10,5.3,2.36,10,5.09,1.45,11,4.88,1.46,8,5.2,2.57,10,3.92,2.54,12,2.86,1.57,7,5.15,1.93,20,5.5,0.71,2,5.12,1.64,8,5.27,2.53,11
+bingo,5.62,1.94,21,5.0,2.98,22,5.23,2.09,22,5.89,1.17,9,5.42,2.39,12,4.5,3.39,6,5.0,2.9,15,5.67,2.34,6,5.06,2.05,16,5.33,1.8,9,5.83,2.08,12,5.2,3.11,5,4.94,3.03,17,5.55,2.25,11,4.91,1.97,11,5.75,1.96,12,5.44,2.01,9,6.44,2.65,9,4.0,2.86,13,5.33,2.15,12,5.1,2.13,10
+binoculars,5.57,1.25,21,2.58,2.5,24,6.1,2.31,20,5.88,1.46,8,5.38,1.12,13,4.17,2.99,6,2.06,2.15,18,6.27,1.95,11,5.89,2.8,9,5.5,1.0,12,5.67,1.58,9,3.3,2.87,10,2.07,2.16,14,6.15,2.23,13,6.0,2.65,7,5.79,1.05,14,5.14,1.57,7,3.06,2.72,16,1.62,1.77,8,6.58,1.98,12,5.38,2.72,8
+bio,5.2,1.61,20,3.14,1.78,22,6.05,2.04,19,5.22,1.39,9,5.18,1.83,11,3.0,2.35,5,3.31,1.62,16,6.67,1.86,6,5.77,2.13,13,5.14,1.1,14,5.33,2.58,6,3.33,1.87,12,3.11,1.69,9,4.56,1.13,9,7.4,1.71,10,4.9,1.52,10,5.5,1.72,10,2.75,1.86,12,3.6,1.65,10,6.33,1.75,6,5.92,2.22,13
+biochemical,4.05,1.56,21,4.21,2.72,24,4.21,1.81,19,4.22,1.64,9,3.92,1.56,12,3.5,2.26,6,4.41,2.96,17,4.43,1.62,7,4.08,1.98,12,3.88,1.54,16,4.6,1.67,5,3.62,2.81,13,4.9,2.69,10,4.22,2.39,9,4.2,1.23,10,3.75,1.76,12,4.44,1.24,9,4.8,2.76,15,3.22,2.49,9,4.0,2.1,11,4.5,1.41,8
+biochemist,5.37,1.3,19,4.19,2.09,21,5.3,2.12,23,6.0,1.41,5,5.15,1.28,13,3.67,2.66,6,4.4,1.88,15,5.6,1.84,10,5.08,2.36,13,5.57,1.4,7,5.27,1.35,11,5.0,2.16,7,3.79,2.01,14,5.55,1.92,11,5.08,2.35,12,5.08,0.79,12,5.86,1.86,7,4.27,2.33,11,4.1,1.91,10,5.5,1.79,14,5.0,2.65,9
+biochemistry,5.48,2.04,21,3.67,2.06,21,5.14,1.8,21,6.0,1.94,9,5.08,2.11,12,2.67,1.63,6,4.0,2.18,14,5.0,1.22,5,5.19,1.97,16,5.33,2.06,9,5.58,2.11,12,3.6,1.52,5,3.69,2.24,16,5.1,1.6,10,5.18,2.04,11,5.42,2.57,12,5.56,1.13,9,4.38,1.85,8,3.23,2.13,13,4.45,2.02,11,5.9,1.2,10
+biographer,5.53,0.84,19,3.05,1.75,21,5.57,2.02,23,5.67,0.58,3,5.5,0.89,16,3.38,1.6,8,2.85,1.86,13,5.56,2.13,9,5.57,2.03,14,5.56,1.13,9,5.5,0.53,10,3.33,1.87,9,2.83,1.7,12,5.27,2.34,15,6.12,1.13,8,5.29,0.95,7,5.67,0.78,12,3.1,1.79,10,3.0,1.79,11,5.69,2.43,13,5.4,1.43,10
+biography,5.4,1.43,20,3.0,2.5,24,5.95,2.21,20,5.62,1.3,8,5.25,1.54,12,5.67,2.42,6,2.11,1.84,18,5.73,2.15,11,6.22,2.39,9,5.17,1.03,12,5.75,1.91,8,3.0,2.31,10,3.0,2.72,14,5.54,2.47,13,6.71,1.5,7,5.5,1.4,14,5.17,1.6,6,3.88,2.66,16,1.25,0.46,8,6.08,2.07,12,5.75,2.55,8
+biological,6.57,1.69,21,3.52,2.65,25,5.11,2.42,19,5.78,1.86,9,7.17,1.34,12,2.83,1.47,6,3.89,2.93,18,5.0,2.38,7,5.17,2.55,12,6.44,1.9,16,7.0,0.71,5,3.21,2.86,14,4.2,2.35,10,5.11,2.62,9,5.1,2.38,10,6.42,1.88,12,6.78,1.48,9,3.75,2.67,16,3.11,2.71,9,5.0,2.97,11,5.25,1.58,8
+biologist,5.85,1.84,20,3.27,1.83,22,5.85,1.87,26,6.0,1.56,10,5.7,2.16,10,3.3,1.95,10,3.25,1.82,12,6.0,2.19,11,5.71,1.73,14,6.3,2.26,10,5.4,1.26,10,3.5,2.07,10,3.08,1.68,12,6.18,2.13,17,5.12,1.13,8,6.08,2.18,13,5.43,0.98,7,3.36,1.95,14,3.12,1.73,8,6.06,1.98,17,5.44,1.67,9
+biology,6.0,1.45,20,4.1,2.22,20,4.45,2.13,22,6.43,1.13,7,5.77,1.59,13,4.44,2.6,9,3.82,1.94,11,5.17,2.48,6,4.19,2.01,16,5.8,1.62,10,6.33,1.32,9,4.38,2.45,8,3.92,2.15,12,4.47,1.92,15,4.43,2.7,7,6.18,1.33,11,5.78,1.64,9,4.08,2.23,12,4.12,2.36,8,4.18,1.6,11,4.73,2.61,11
+bionic,5.42,1.98,19,5.18,2.42,22,4.91,2.52,22,5.67,2.18,9,5.2,1.87,10,5.12,2.36,8,5.21,2.55,14,4.73,2.65,11,5.09,2.51,11,5.71,1.7,7,5.25,2.18,12,4.4,2.27,10,5.83,2.44,12,4.0,2.52,13,6.22,1.99,9,5.8,2.1,10,5.0,1.87,9,6.0,2.33,8,4.71,2.43,14,5.64,2.73,14,3.62,1.51,8
+biopsy,3.1,1.64,21,3.46,2.87,24,3.9,2.34,20,3.5,1.93,8,2.85,1.46,13,4.5,3.08,6,3.11,2.81,18,4.45,2.3,11,3.22,2.33,9,3.58,1.88,12,2.44,1.01,9,4.2,3.05,10,2.93,2.73,14,4.62,2.43,13,2.57,1.51,7,3.36,1.65,14,2.57,1.62,7,3.31,2.57,16,3.75,3.58,8,3.42,2.02,12,4.62,2.72,8
+bipolar,3.26,1.63,19,5.0,2.98,22,3.18,2.18,28,3.5,1.38,6,3.15,1.77,13,5.27,2.72,11,4.73,3.32,11,3.91,2.51,11,2.71,1.86,17,3.82,1.72,11,2.5,1.2,8,4.82,2.86,11,5.18,3.22,11,3.94,2.31,18,1.8,0.92,10,3.38,1.66,13,3.0,1.67,6,4.29,2.89,14,6.25,2.87,8,3.5,2.5,16,2.75,1.66,12
+birch,6.53,1.35,19,2.85,1.87,20,5.0,2.02,24,6.85,1.21,13,5.83,1.47,6,3.8,2.59,5,2.53,1.55,15,5.31,1.55,13,4.64,2.5,11,6.0,1.0,9,7.0,1.49,10,3.29,2.36,7,2.62,1.61,13,5.18,2.23,11,4.85,1.91,13,6.44,1.33,9,6.6,1.43,10,2.8,1.87,10,2.9,1.97,10,5.33,2.6,9,4.8,1.66,15
+bird,6.75,1.78,40,3.83,2.48,18,5.88,2.55,25,6.69,1.44,13,6.69,1.93,26,4.5,2.66,6,3.5,2.43,12,5.62,2.26,8,6.0,2.74,17,6.67,1.88,15,6.71,1.73,24,3.8,2.49,10,3.88,2.64,8,5.93,2.89,14,5.82,2.18,11,6.6,1.9,20,6.9,1.68,20,4.44,3.21,9,3.22,1.39,9,6.17,2.83,18,5.14,1.57,7
+birdcage,5.2,1.54,20,4.23,2.09,22,4.52,2.5,21,5.5,1.41,8,5.0,1.65,12,4.17,2.64,6,4.27,2.02,15,4.33,2.88,6,4.6,2.44,15,5.56,1.51,9,4.91,1.58,11,4.0,1.0,5,4.29,2.34,17,4.1,2.28,10,4.91,2.74,11,5.25,1.48,12,5.12,1.73,8,3.89,2.15,9,4.46,2.11,13,4.5,2.02,12,4.56,3.17,9
+birdie,6.47,2.09,19,3.43,1.86,21,5.43,2.15,23,6.64,1.69,11,5.86,2.61,7,4.0,2.0,8,3.08,1.75,13,4.0,2.31,7,6.06,1.81,16,7.25,1.98,8,5.91,2.07,11,3.38,2.39,8,3.46,1.56,13,5.36,1.96,11,5.5,2.39,12,6.92,2.31,12,5.71,1.5,7,3.2,2.35,10,3.64,1.36,11,5.46,2.4,13,5.4,1.9,10
+birdman,5.0,1.05,21,4.15,2.46,26,5.5,2.28,24,5.33,1.41,9,4.75,0.62,12,3.5,2.84,10,4.56,2.19,16,5.11,2.52,9,5.73,2.19,15,5.29,1.38,7,4.86,0.86,14,4.54,2.63,13,3.77,2.31,13,5.33,2.74,12,5.67,1.83,12,4.91,0.3,11,5.1,1.52,10,3.73,2.63,15,4.73,2.2,11,5.69,2.53,13,5.27,2.05,11
+birth,6.52,2.36,21,5.75,2.73,20,5.0,3.16,19,6.0,2.45,13,7.38,2.07,8,5.57,2.07,7,5.85,3.11,13,5.43,2.99,7,4.75,3.36,12,7.25,2.22,12,5.56,2.3,9,5.78,3.03,9,5.73,2.61,11,5.2,3.05,10,4.78,3.46,9,7.75,1.48,12,4.89,2.37,9,6.71,2.36,7,5.23,2.86,13,5.57,3.41,7,4.67,3.11,12
+birthday,6.37,2.01,19,4.6,2.89,20,6.07,2.4,44,5.33,3.51,3,6.56,1.71,16,4.43,2.76,7,4.92,3.09,12,5.65,2.43,20,6.42,2.36,24,6.78,2.17,9,6.0,1.89,10,4.57,3.36,7,4.83,2.76,12,6.3,2.08,23,5.81,2.73,21,6.14,2.04,7,6.5,2.07,12,4.6,3.03,10,4.6,2.91,10,5.96,2.44,23,6.19,2.4,21
+birthing,5.29,2.12,21,6.4,1.85,20,4.9,2.49,21,5.17,1.6,6,5.33,2.35,15,6.25,1.58,8,6.5,2.07,12,5.18,2.44,11,4.6,2.63,10,5.5,1.97,6,5.2,2.24,15,5.9,1.79,10,6.9,1.85,10,5.07,2.76,14,4.57,1.99,7,5.57,2.3,7,5.14,2.11,14,6.21,2.01,14,6.83,1.47,6,4.33,2.77,12,5.67,1.94,9
+birthmark,4.6,1.5,20,3.0,1.78,20,4.24,2.42,25,4.0,1.0,3,4.71,1.57,17,2.57,1.9,7,3.33,1.78,12,4.12,2.17,8,4.29,2.59,17,4.14,1.35,7,4.85,1.57,13,2.71,1.6,7,3.25,1.96,12,4.64,2.41,14,3.73,2.45,11,5.44,1.01,9,3.91,1.51,11,3.1,1.91,10,2.9,1.73,10,4.0,2.7,18,4.86,1.46,7
+birthplace,6.95,1.64,20,3.41,2.56,22,4.85,2.77,27,7.0,2.45,7,6.92,1.12,13,3.6,2.5,10,3.25,2.7,12,6.27,2.12,15,3.18,2.6,11,6.18,1.72,11,7.89,0.93,9,3.78,2.17,9,3.15,2.85,13,4.76,3.13,17,5.33,2.0,9,6.85,1.86,13,7.14,1.21,7,3.25,2.41,16,3.83,3.13,6,5.42,2.78,12,4.4,2.77,15
+birthright,5.63,2.09,19,4.58,2.63,19,6.75,2.17,20,6.67,0.58,3,5.67,2.09,15,4.3,2.41,10,4.89,2.98,9,6.5,2.07,10,7.0,2.36,10,5.17,2.32,6,6.17,1.75,12,5.0,3.06,7,4.33,2.46,12,5.88,2.85,8,7.33,1.44,12,5.5,2.24,12,5.86,1.95,7,4.78,2.82,9,4.4,2.59,10,6.0,3.04,9,7.36,0.81,11
+biscuit,6.45,1.47,20,2.91,2.0,22,6.26,2.18,27,7.0,1.73,7,6.15,1.28,13,3.3,2.16,10,2.58,1.88,12,6.53,1.77,15,5.82,2.75,11,6.0,1.26,11,7.0,1.58,9,3.89,2.09,9,2.23,1.69,13,6.47,2.55,17,5.78,1.39,9,6.46,1.51,13,6.43,1.51,7,2.81,2.04,16,3.17,2.04,6,6.5,1.93,12,6.07,2.4,15
+bisexual,4.74,2.42,19,4.5,1.87,22,5.09,2.07,22,4.89,1.96,9,4.6,2.88,10,4.75,1.83,8,4.36,1.95,14,5.45,2.46,11,4.73,1.62,11,5.14,1.77,7,4.5,2.78,12,4.8,1.62,10,4.25,2.09,12,4.69,1.97,13,5.67,2.18,9,4.5,2.68,10,5.0,2.24,9,4.75,1.83,8,4.36,1.95,14,5.21,1.97,14,4.88,2.36,8
+bishop,4.53,2.29,19,3.77,2.09,22,4.82,2.17,22,4.67,2.0,9,4.4,2.63,10,4.0,2.27,8,3.64,2.06,14,4.09,2.34,11,5.55,1.81,11,4.86,1.35,7,4.33,2.74,12,4.4,2.22,10,3.25,1.91,12,5.08,2.18,13,4.44,2.24,9,5.1,2.56,10,3.89,1.9,9,4.38,2.26,8,3.43,1.99,14,5.07,2.37,14,4.38,1.85,8
+bisque,5.42,1.22,19,2.78,1.77,18,5.19,1.75,21,5.75,0.5,4,5.33,1.35,15,3.33,2.07,6,2.5,1.62,12,5.22,1.92,9,5.17,1.7,12,5.89,0.78,9,5.0,1.41,10,3.4,1.9,10,2.0,1.31,8,4.5,2.01,10,5.82,1.25,11,5.08,1.16,12,6.0,1.15,7,1.67,0.87,9,3.89,1.76,9,5.1,2.08,10,5.27,1.49,11
+bistro,5.95,1.57,20,4.33,2.48,24,5.18,2.28,28,5.12,1.25,8,6.5,1.57,12,4.33,2.55,9,4.33,2.53,15,4.43,2.31,14,5.93,2.06,14,6.33,1.5,9,5.64,1.63,11,5.17,2.29,12,3.5,2.47,12,5.21,2.46,14,5.14,2.18,14,6.3,1.25,10,5.6,1.84,10,4.67,2.19,12,4.0,2.8,12,5.67,1.67,12,4.81,2.64,16
+bit,5.05,1.5,22,3.86,2.39,21,5.53,2.42,15,5.0,0.89,6,5.07,1.75,15,2.71,2.36,7,4.43,2.28,14,5.43,2.88,7,5.62,2.13,8,5.0,1.75,14,5.14,1.07,7,4.33,2.78,9,3.5,2.11,12,6.0,2.83,8,5.0,1.91,7,5.36,1.28,14,4.5,1.77,8,4.67,3.01,6,3.53,2.13,15,6.12,2.75,8,4.86,1.95,7
+bitch,2.55,2.26,20,5.95,2.73,21,3.65,2.12,17,3.0,2.55,5,2.43,2.31,14,6.29,2.81,7,5.79,2.78,14,4.0,2.33,8,3.5,2.07,8,3.17,2.66,12,1.57,1.13,7,5.67,2.74,9,6.17,2.82,12,3.78,1.79,9,3.5,2.56,8,2.75,1.96,12,2.25,2.76,8,6.83,2.48,6,5.6,2.82,15,3.78,1.72,9,3.5,2.62,8
+bitchy,3.11,1.2,19,4.83,2.26,18,4.24,2.54,17,3.36,1.29,11,2.75,1.04,8,5.0,2.71,4,4.79,2.22,14,5.25,2.92,8,3.33,1.87,9,3.12,1.36,8,3.09,1.14,11,4.86,2.79,7,4.82,1.99,11,4.83,2.14,6,3.91,2.77,11,3.23,1.24,13,2.83,1.17,6,4.82,1.99,11,4.86,2.79,7,4.71,2.87,7,3.9,2.38,10
+bite,3.52,2.09,21,5.1,2.31,20,6.58,2.14,19,3.77,2.2,13,3.12,1.96,8,6.57,1.27,7,4.31,2.39,13,7.14,1.57,7,6.25,2.42,12,4.0,2.52,12,2.89,1.17,9,5.33,2.12,9,4.91,2.55,11,6.3,1.7,10,6.89,2.62,9,3.5,2.39,12,3.56,1.74,9,4.71,1.8,7,5.31,2.59,13,6.71,2.06,7,6.5,2.28,12
+biter,3.59,1.87,22,5.27,2.01,26,4.5,2.13,24,4.11,2.09,9,3.23,1.69,13,5.2,1.99,10,5.31,2.09,16,3.78,1.79,9,4.93,2.25,15,3.5,1.85,8,3.64,1.95,14,4.92,2.14,13,5.62,1.89,13,4.0,1.81,12,5.0,2.37,12,3.42,1.62,12,3.8,2.2,10,4.87,1.85,15,5.82,2.18,11,4.0,2.0,13,5.09,2.21,11
+bitsy,5.33,1.46,21,3.05,1.99,22,4.78,2.12,27,5.1,0.99,10,5.55,1.81,11,2.29,1.7,7,3.4,2.06,15,4.41,2.15,17,5.4,2.01,10,5.18,1.72,11,5.5,1.18,10,2.8,2.49,5,3.12,1.9,17,4.64,2.17,14,4.92,2.14,13,5.31,1.6,13,5.38,1.3,8,2.2,1.55,10,3.75,2.09,12,5.0,2.35,14,4.54,1.9,13
+bitter,3.63,2.17,19,4.64,3.3,22,4.58,2.36,19,3.83,2.99,6,3.54,1.81,13,4.09,3.51,11,5.18,3.16,11,5.75,2.76,8,3.73,1.68,11,4.36,2.42,11,2.62,1.3,8,3.73,3.29,11,5.55,3.21,11,4.85,2.19,13,4.0,2.83,6,4.15,2.23,13,2.5,1.64,6,4.93,3.38,14,4.12,3.31,8,4.56,2.88,9,4.6,1.96,10
+bitterness,3.15,1.6,20,5.1,2.21,21,4.62,2.16,21,2.78,1.48,9,3.45,1.69,11,4.2,2.57,10,5.91,1.51,11,4.88,2.1,8,4.46,2.26,13,2.79,1.25,14,4.0,2.1,6,4.43,2.82,7,5.43,1.87,14,4.62,2.62,8,4.62,1.94,13,3.0,1.41,10,3.3,1.83,10,4.92,1.62,12,5.33,2.92,9,5.08,1.88,12,4.0,2.45,9
+bittersweet,5.09,1.51,22,4.21,1.81,19,4.52,1.83,21,4.2,0.84,5,5.31,1.62,16,4.25,2.19,8,4.18,1.6,11,4.7,1.77,10,4.36,1.96,11,4.83,1.34,12,5.4,1.71,10,4.8,1.81,10,3.56,1.67,9,4.08,1.73,12,5.11,1.9,9,4.73,1.27,11,5.45,1.69,11,4.75,1.75,8,3.82,1.83,11,4.78,1.86,9,4.33,1.87,12
+bitty,5.16,2.48,19,3.6,2.14,20,5.2,1.79,20,4.67,0.58,3,5.07,2.69,15,3.0,1.89,10,4.2,2.3,10,5.5,1.35,10,4.9,2.18,10,3.33,1.97,6,5.83,2.29,12,3.0,1.91,7,3.92,2.25,13,4.88,1.96,8,5.42,1.73,12,5.5,2.5,12,4.57,2.51,7,3.8,2.3,10,3.4,2.07,10,4.89,1.69,9,5.45,1.92,11
+biz,4.7,1.87,20,4.42,2.63,19,5.27,1.43,26,4.36,2.25,11,5.11,1.27,9,3.33,2.58,6,4.92,2.6,13,5.69,1.8,13,4.85,0.8,13,4.09,2.3,11,5.44,0.73,9,4.9,3.03,10,3.89,2.15,9,5.12,1.45,17,5.56,1.42,9,4.8,1.75,10,4.6,2.07,10,4.67,2.93,12,4.0,2.16,7,4.81,1.05,16,6.0,1.7,10
+bizarre,4.41,2.02,22,5.0,2.35,22,4.5,2.01,20,3.86,2.12,7,4.67,1.99,15,4.3,2.45,10,5.58,2.19,12,5.43,2.76,7,4.0,1.35,13,4.75,2.38,12,4.0,1.49,10,4.64,2.62,11,5.36,2.11,11,4.8,2.14,15,3.6,1.34,5,4.45,2.34,11,4.36,1.75,11,5.8,1.4,10,4.33,2.81,12,4.5,1.35,10,4.5,2.59,10
+blab,3.7,1.3,20,4.74,2.38,23,4.52,1.6,21,3.44,1.01,9,3.91,1.51,11,4.55,2.66,11,4.92,2.19,12,4.0,0.93,8,4.85,1.86,13,3.57,1.16,14,4.0,1.67,6,4.22,2.68,9,5.07,2.2,14,5.25,1.91,8,4.08,1.26,13,3.9,1.29,10,3.5,1.35,10,4.69,2.18,13,4.8,2.74,10,4.75,1.96,12,4.22,0.97,9
+blabbermouth,2.9,1.48,21,4.48,2.4,25,4.26,2.6,19,3.33,1.58,9,2.58,1.38,12,4.5,2.95,6,4.44,2.36,18,4.57,2.99,7,4.08,2.47,12,3.06,1.48,16,2.4,1.52,5,3.86,2.25,14,5.3,2.58,10,4.0,2.83,9,4.5,2.51,10,2.92,1.56,12,2.89,1.45,9,4.56,2.53,16,4.33,2.29,9,3.64,2.58,11,5.12,2.53,8
+black,5.4,2.14,20,3.58,2.41,38,5.48,2.06,44,4.64,2.2,11,6.33,1.73,9,4.0,2.45,9,3.45,2.43,29,5.31,2.24,16,5.57,1.99,28,6.45,1.75,11,4.11,1.9,9,3.36,2.44,14,3.71,2.44,24,5.48,1.78,21,5.48,2.33,23,6.2,1.62,10,4.6,2.37,10,3.71,2.83,21,3.41,1.84,17,5.54,1.9,26,5.39,2.33,18
+black snake,2.6,2.26,20,5.76,2.53,21,3.79,2.66,34,3.2,1.93,10,2.0,2.49,10,5.25,2.12,8,6.08,2.78,13,2.93,2.13,14,4.4,2.87,20,2.44,1.94,9,2.73,2.57,11,5.62,2.43,13,6.0,2.83,8,4.23,2.78,22,3.0,2.34,12,2.0,1.63,10,3.2,2.7,10,6.07,2.64,14,5.14,2.34,7,4.0,2.65,17,3.59,2.74,17
+blackberry,6.63,1.8,19,3.24,2.66,21,5.45,2.04,20,7.0,1.0,3,6.56,1.93,16,3.33,2.66,6,3.2,2.76,15,5.33,1.86,6,5.5,2.18,14,6.7,1.64,10,6.56,2.07,9,3.29,2.5,7,3.21,2.83,14,5.5,1.96,10,5.4,2.22,10,6.75,1.98,8,6.55,1.75,11,2.89,2.47,9,3.5,2.88,12,5.75,2.71,8,5.25,1.54,12
+blackbird,5.62,1.99,21,3.5,2.28,22,5.04,2.24,27,5.8,1.55,10,5.45,2.38,11,2.71,2.06,7,3.87,2.36,15,4.94,2.68,17,5.2,1.32,10,5.45,1.86,11,5.8,2.2,10,2.8,2.49,5,3.71,2.26,17,5.36,2.59,14,4.69,1.84,13,5.23,1.83,13,6.25,2.19,8,3.1,2.33,10,3.83,2.29,12,5.57,2.38,14,4.46,2.03,13
+blackboard,4.95,1.73,22,4.0,2.63,23,6.0,2.0,19,4.88,2.03,8,4.77,1.42,13,5.62,2.26,8,3.07,2.53,14,6.0,1.63,7,5.91,2.34,11,5.12,1.64,8,4.62,1.66,13,4.78,3.03,9,3.5,2.31,14,4.57,1.9,7,6.83,1.59,12,5.18,1.94,11,4.73,1.56,11,3.33,3.04,9,4.43,2.34,14,6.12,1.67,16,5.33,3.79,3
+blacken,4.1,1.68,20,3.95,2.26,22,4.74,2.38,19,3.33,1.66,9,4.73,1.49,11,3.0,2.83,5,4.12,2.09,16,4.0,2.68,6,5.08,2.25,13,4.43,1.4,14,3.33,2.16,6,4.17,2.25,12,3.44,2.35,9,3.67,1.5,9,5.7,2.67,10,4.3,1.77,10,3.9,1.66,10,3.67,2.31,12,4.3,2.26,10,4.17,2.86,6,5.0,2.2,13
+blackface,3.2,1.74,20,4.43,2.38,21,4.48,2.24,25,3.33,2.08,3,3.18,1.74,17,4.0,3.56,7,4.69,1.7,13,4.88,2.53,8,4.29,2.14,17,3.57,1.81,7,3.0,1.73,13,4.86,2.79,7,4.23,2.31,13,4.36,2.5,14,4.64,1.96,11,3.89,1.27,9,2.64,1.91,11,4.91,1.92,11,3.9,2.81,10,4.67,2.45,18,4.0,1.63,7
+blackjack,5.0,2.0,21,5.05,2.4,22,5.0,2.23,22,5.11,1.83,9,4.92,2.19,12,5.5,2.66,6,4.8,2.43,15,5.67,2.94,6,4.75,1.95,16,5.33,1.87,9,4.75,2.14,12,7.0,1.58,5,4.47,2.32,17,4.91,2.51,11,5.09,2.02,11,4.83,2.48,12,5.22,1.2,9,5.33,2.35,9,4.85,2.51,13,5.0,2.41,12,5.0,2.11,10
+blacklist,3.45,1.47,20,4.0,2.29,22,3.21,2.23,19,3.11,1.45,9,3.73,1.49,11,2.8,2.05,5,4.38,2.36,16,2.17,1.6,6,3.69,2.36,13,4.0,1.11,14,2.17,1.47,6,3.42,2.27,12,4.78,2.33,9,3.11,1.69,9,3.3,2.71,10,3.6,1.26,10,3.3,1.7,10,3.42,2.54,12,4.7,1.83,10,3.5,2.17,6,3.08,2.33,13
+blackmail,2.59,1.51,44,5.44,2.28,43,3.98,2.92,48,2.44,1.25,18,2.69,1.69,26,4.94,2.46,16,5.74,2.16,27,4.72,2.97,18,3.53,2.85,30,2.29,1.35,21,2.86,1.67,22,5.06,2.57,16,5.67,2.11,27,4.64,2.96,25,3.26,2.77,23,2.44,1.26,25,2.79,1.81,19,5.04,2.4,23,5.9,2.1,20,4.03,3.05,30,3.89,2.78,18
+blackmailer,2.05,1.23,20,5.11,3.07,18,2.77,1.93,22,2.0,1.0,5,2.07,1.33,15,4.67,2.66,6,5.33,3.34,12,4.2,1.93,10,1.58,0.79,12,2.0,0.82,10,2.1,1.6,10,5.2,2.94,10,5.0,3.42,8,2.73,2.15,11,2.82,1.78,11,2.17,1.47,12,1.88,0.83,8,3.22,3.15,9,7.0,1.41,9,3.36,2.38,11,2.18,1.17,11
+blackness,3.82,1.59,22,4.52,2.86,21,5.23,2.74,22,3.71,1.44,14,4.0,1.93,8,4.45,2.84,11,5.0,2.92,9,5.17,2.32,6,5.25,2.96,16,4.3,1.77,10,3.42,1.38,12,4.45,3.05,11,4.6,2.8,10,5.0,2.16,13,5.56,3.54,9,3.67,1.83,12,4.0,1.33,10,4.46,3.02,13,4.62,2.77,8,5.33,2.77,12,5.1,2.85,10
+blackout,3.73,1.93,22,4.89,2.4,19,2.76,2.0,21,3.8,0.84,5,3.62,2.22,16,5.5,2.27,8,4.45,2.5,11,3.6,2.5,10,2.0,1.0,11,3.25,1.29,12,4.3,2.45,10,5.6,2.12,10,4.11,2.57,9,2.83,2.41,12,2.67,1.41,9,3.55,2.16,11,3.91,1.76,11,4.38,2.88,8,5.27,2.05,11,3.67,2.55,9,2.08,1.16,12
+blacksmith,5.58,1.71,19,3.24,2.08,17,6.0,1.84,17,6.27,1.42,11,4.62,1.69,8,4.5,2.52,4,2.85,1.86,13,6.38,1.92,8,5.67,1.8,9,6.25,1.83,8,5.09,1.51,11,4.29,2.06,7,2.5,1.84,10,5.83,2.04,6,6.09,1.81,11,5.69,1.84,13,5.33,1.51,6,2.6,2.27,10,4.14,1.46,7,5.43,1.81,7,6.4,1.84,10
+bladder,4.58,1.71,19,3.78,2.09,23,5.53,2.01,19,4.67,1.58,9,4.5,1.9,10,3.57,1.99,7,3.93,2.25,15,5.4,2.01,10,5.67,2.12,9,4.44,2.4,9,4.7,0.82,10,4.7,2.36,10,3.08,1.68,12,5.25,1.58,8,6.0,2.26,10,4.58,1.98,12,4.57,1.27,7,3.65,2.16,20,4.67,1.53,3,4.62,1.19,8,6.18,2.27,11
+blade,3.9,2.02,21,4.52,2.87,23,4.56,2.81,18,4.22,2.11,9,3.67,2.02,12,4.91,2.88,11,4.17,2.95,12,4.3,2.67,10,4.88,3.14,8,5.14,2.27,7,3.23,1.69,13,5.55,2.7,11,3.58,2.81,12,3.43,3.1,7,5.27,2.49,11,3.85,2.44,13,4.0,1.2,8,4.36,3.38,11,4.67,2.46,12,4.0,2.65,9,5.11,3.02,9
+blame,2.94,1.92,18,4.81,2.84,21,3.33,2.2,18,3.62,2.39,8,2.4,1.35,10,4.43,2.7,7,5.0,2.99,14,3.27,1.95,11,3.43,2.7,7,3.45,2.07,11,2.14,1.46,7,4.0,3.46,9,5.42,2.23,12,3.45,2.5,11,3.14,1.77,7,3.08,2.15,12,2.67,1.51,6,3.5,2.75,12,6.56,1.94,9,3.78,2.28,9,2.89,2.15,9
+blameless,5.45,1.99,20,3.74,2.66,19,5.19,2.33,26,6.0,2.14,11,4.78,1.64,9,4.0,1.83,7,3.58,3.12,12,4.69,1.93,13,5.69,2.66,13,5.09,2.39,11,5.89,1.36,9,4.73,2.94,11,2.38,1.51,8,5.65,2.62,17,4.33,1.41,9,4.5,2.12,10,6.4,1.35,10,4.36,3.07,11,2.88,1.81,8,5.56,2.19,16,4.6,2.55,10
+bland,3.88,1.87,41,2.43,1.58,42,5.77,2.14,43,3.93,1.98,14,3.85,1.85,27,2.47,1.65,19,2.39,1.56,23,5.29,2.23,17,6.08,2.06,26,3.36,1.94,22,4.47,1.65,19,2.25,1.57,16,2.54,1.61,26,5.81,2.13,27,5.69,2.21,16,3.39,1.97,23,4.5,1.58,18,2.58,1.69,24,2.22,1.44,18,5.96,2.01,24,5.53,2.32,19
+blank,4.67,1.71,21,2.9,2.29,20,4.68,2.77,22,4.33,1.75,6,4.8,1.74,15,3.0,2.83,8,2.83,1.99,12,4.17,2.82,12,5.3,2.71,10,4.56,2.24,9,4.75,1.29,12,3.89,2.32,9,2.09,2.02,11,3.14,2.12,7,5.4,2.8,15,4.6,2.27,10,4.73,1.1,11,3.08,2.29,13,2.57,2.44,7,4.42,3.0,12,5.0,2.58,10
+blanket,7.05,1.54,19,2.23,1.74,22,6.75,1.92,24,6.67,1.63,6,7.23,1.54,13,3.0,2.0,12,1.3,0.67,10,6.0,2.0,8,7.12,1.82,16,6.6,1.78,10,7.56,1.13,9,2.33,1.94,9,2.15,1.68,13,6.65,2.09,17,7.17,1.6,6,7.0,1.6,8,7.09,1.58,11,2.44,1.88,9,2.08,1.71,13,7.06,1.98,16,6.12,1.73,8
+blare,4.8,1.01,20,4.68,2.06,22,4.79,2.04,19,5.11,1.17,9,4.55,0.82,11,3.4,1.52,5,5.0,2.13,16,4.33,2.66,6,5.0,1.78,13,4.93,0.92,14,4.5,1.22,6,4.25,2.38,12,5.11,1.62,9,4.89,1.62,9,4.7,2.45,10,4.9,0.99,10,4.7,1.06,10,4.25,2.42,12,5.2,1.48,10,3.83,2.71,6,5.23,1.59,13
+blase,4.46,1.31,41,3.62,2.44,21,4.45,2.01,20,4.85,1.77,13,4.29,1.01,28,4.0,2.05,10,3.27,2.8,11,5.14,2.04,7,4.08,1.98,13,4.1,1.0,21,4.85,1.5,20,3.1,2.08,10,4.09,2.74,11,4.73,2.12,15,3.6,1.52,5,4.43,1.34,23,4.5,1.29,18,4.22,2.59,9,3.17,2.33,12,4.4,1.96,10,4.5,2.17,10
+blasphemous,3.18,2.11,22,4.62,2.67,21,3.27,1.75,22,3.14,2.28,14,3.25,1.91,8,5.18,2.82,11,4.11,2.62,9,3.83,1.47,6,3.06,1.84,16,3.7,2.41,10,2.75,1.82,12,3.82,2.71,11,5.5,2.46,10,3.54,1.61,13,2.89,1.96,9,2.42,1.98,12,4.1,1.97,10,4.38,2.87,13,5.0,2.45,8,3.42,1.93,12,3.1,1.6,10
+blasphemy,2.95,1.76,20,5.65,2.43,43,4.6,2.38,62,3.67,1.78,12,1.88,1.13,8,6.16,2.46,19,5.13,2.36,23,4.5,1.95,22,4.62,2.63,39,1.33,0.58,3,3.24,1.75,17,4.89,2.65,18,6.2,2.14,25,4.51,2.18,37,4.67,2.73,24,2.83,1.9,12,3.12,1.64,8,4.85,2.64,20,6.35,2.04,23,4.44,2.45,39,4.87,2.28,23
+blast,4.45,1.99,20,4.5,2.09,18,4.45,2.2,22,5.2,0.45,5,4.2,2.24,15,5.0,1.67,6,4.25,2.3,12,4.2,1.4,10,4.67,2.74,12,5.0,1.15,10,3.9,2.51,10,4.9,1.97,10,4.0,2.27,8,4.91,2.39,11,4.0,2.0,11,4.33,2.15,12,4.62,1.85,8,3.33,2.29,9,5.67,1.0,9,4.36,1.91,11,4.55,2.54,11
+blaster,4.89,1.94,19,5.0,2.28,18,5.38,2.25,16,5.73,1.35,11,3.75,2.12,8,7.0,0.82,4,4.43,2.24,14,5.12,2.1,8,5.62,2.5,8,5.62,2.0,8,4.36,1.8,11,4.43,2.82,7,5.36,1.91,11,5.2,1.64,5,5.45,2.54,11,4.92,2.02,13,4.83,1.94,6,4.91,2.34,11,5.14,2.34,7,5.57,2.44,7,5.22,2.22,9
+blastoff,6.33,2.11,18,5.2,2.76,20,5.28,2.28,25,7.0,1.58,5,6.08,2.29,13,5.64,3.04,11,4.67,2.45,9,4.75,2.41,16,6.22,1.79,9,6.43,1.99,7,6.27,2.28,11,4.44,2.7,9,5.82,2.79,11,5.3,2.36,20,5.2,2.17,5,6.33,2.29,9,6.33,2.06,9,6.27,2.37,11,3.89,2.76,9,4.84,2.41,19,6.67,1.03,6
+blatant,3.68,1.34,19,4.62,2.31,21,5.45,1.7,20,3.33,1.53,3,3.75,1.34,16,4.83,2.71,6,4.53,2.23,15,6.5,1.64,6,5.0,1.57,14,4.1,1.1,10,3.22,1.48,9,4.14,2.19,7,4.86,2.41,14,5.7,1.7,10,5.2,1.75,10,4.0,1.2,8,3.45,1.44,11,4.44,2.65,9,4.75,2.14,12,5.25,1.98,8,5.58,1.56,12
+blaze,4.47,1.74,19,5.33,2.35,21,4.2,2.04,20,4.67,1.53,3,4.44,1.82,16,5.83,2.71,6,5.13,2.26,15,3.83,1.17,6,4.36,2.34,14,4.5,1.58,10,4.44,2.01,9,4.57,2.82,7,5.71,2.09,14,4.2,2.2,10,4.2,1.99,10,4.75,2.12,8,4.27,1.49,11,4.67,2.83,9,5.83,1.9,12,4.25,2.38,8,4.17,1.9,12
+blazer,5.5,1.57,20,4.22,2.82,18,5.46,2.19,24,4.8,1.1,5,5.73,1.67,15,5.6,3.13,5,3.69,2.63,13,4.69,2.21,13,6.36,1.86,11,6.0,1.15,10,5.0,1.83,10,5.57,3.46,7,3.36,2.06,11,4.88,2.16,16,6.62,1.85,8,5.36,1.74,14,5.83,1.17,6,4.67,2.64,12,3.33,3.2,6,5.53,2.23,15,5.33,2.24,9
+bleach,4.62,2.11,21,5.3,2.45,20,4.89,2.24,36,5.38,2.5,8,4.15,1.77,13,6.0,1.73,5,5.07,2.66,15,4.18,2.32,11,5.2,2.18,25,4.62,2.6,13,4.62,1.06,8,5.75,2.3,12,4.62,2.67,8,5.1,2.07,20,4.62,2.47,16,5.27,2.1,11,3.9,1.97,10,5.64,2.62,11,4.89,2.32,9,4.86,2.19,22,4.93,2.4,14
+bleak,3.96,2.06,23,3.18,1.97,22,3.85,2.18,27,5.11,2.67,9,3.21,1.12,14,3.7,2.26,10,2.75,1.66,12,3.4,1.92,15,4.36,2.54,11,3.75,1.71,12,4.18,2.44,11,3.33,2.18,9,3.08,1.89,13,4.29,2.47,17,2.89,1.27,9,4.47,2.29,15,3.0,1.07,8,3.12,2.13,16,3.33,1.63,6,3.58,2.35,12,4.07,2.09,15
+bleed,2.47,1.43,19,5.0,2.31,22,3.75,1.87,24,3.67,1.51,6,1.92,1.04,13,4.58,2.39,12,5.5,2.22,10,3.5,1.69,8,3.88,2.0,16,2.6,1.43,10,2.33,1.5,9,5.11,2.52,9,4.92,2.25,13,4.0,2.0,17,3.0,1.55,6,2.38,1.3,8,2.55,1.57,11,4.33,2.24,9,5.46,2.33,13,3.94,1.98,16,3.38,1.69,8
+bleeder,3.29,1.52,21,5.9,2.05,20,3.6,1.94,25,3.92,1.44,12,2.44,1.24,9,6.33,2.07,6,5.71,2.09,14,4.1,1.1,10,3.27,2.31,15,2.5,1.29,4,3.47,1.55,17,5.0,1.33,10,6.8,2.3,10,3.14,1.35,7,3.78,2.13,18,3.08,1.56,12,3.56,1.51,9,5.42,2.02,12,6.62,2.0,8,2.89,1.76,9,4.0,1.97,16
+bleep,5.0,1.83,23,4.85,2.6,20,5.27,2.03,26,4.69,2.14,13,5.4,1.35,10,6.14,2.48,7,4.15,2.48,13,5.77,1.83,13,4.77,2.17,13,5.17,1.95,12,4.82,1.78,11,3.91,2.26,11,6.0,2.65,9,5.88,2.12,17,4.11,1.27,9,5.0,1.86,12,5.0,1.9,11,4.75,2.86,12,5.0,2.33,8,5.62,2.0,16,4.7,2.06,10
+blemish,3.1,2.13,20,4.81,1.66,21,5.12,2.64,34,3.4,2.55,10,2.8,1.69,10,4.38,1.41,8,5.08,1.8,13,5.5,2.53,14,4.85,2.74,20,2.78,1.99,9,3.36,2.29,11,4.38,1.45,13,5.5,1.85,8,5.14,2.77,22,5.08,2.5,12,2.5,1.9,10,3.7,2.26,10,4.79,1.89,14,4.86,1.21,7,5.41,2.45,17,4.82,2.86,17
+blend,5.63,1.38,19,3.48,1.75,21,5.36,1.94,22,5.0,0.0,5,5.92,1.61,13,3.17,1.33,6,3.6,1.92,15,5.4,2.27,10,5.33,1.72,12,4.57,1.13,7,6.36,1.12,11,3.43,2.15,7,3.5,1.61,14,5.1,2.23,10,5.58,1.73,12,5.42,1.44,12,6.0,1.29,7,3.82,2.18,11,3.1,1.1,10,5.21,2.29,14,5.62,1.19,8
+blender,5.16,1.61,19,4.05,2.04,21,5.53,2.36,32,6.0,1.41,9,4.4,1.43,10,4.12,1.55,8,4.0,2.35,13,5.08,2.14,13,5.84,2.5,19,5.0,2.24,9,5.3,0.82,10,4.15,1.82,13,3.88,2.47,8,5.19,2.38,21,6.18,2.27,11,5.0,2.11,10,5.33,0.87,9,4.36,2.17,14,3.43,1.72,7,5.47,2.26,15,5.59,2.5,17
+bless,7.0,2.14,41,4.57,2.53,47,6.26,2.38,58,6.15,2.3,20,7.81,1.66,21,3.29,2.09,14,5.12,2.53,33,6.0,2.62,27,6.48,2.17,31,6.5,2.21,20,7.48,2.02,21,4.7,2.74,23,4.46,2.38,24,5.71,2.46,38,7.3,1.87,20,7.13,1.87,23,6.83,2.5,18,4.76,2.86,25,4.36,2.15,22,6.53,2.2,32,5.92,2.59,26
+blessed,7.5,1.76,18,3.55,2.68,20,5.32,1.99,25,8.4,0.89,5,7.15,1.91,13,2.55,1.92,11,4.78,3.07,9,4.75,1.84,16,6.33,1.94,9,6.71,1.8,7,8.0,1.61,11,3.89,2.98,9,3.27,2.53,11,5.1,2.02,20,6.2,1.79,5,7.0,2.0,9,8.0,1.41,9,4.27,3.13,11,2.67,1.8,9,5.47,1.78,19,4.83,2.71,6
+blessing,7.18,2.06,22,4.21,2.42,19,6.1,1.84,21,5.6,2.88,5,7.62,1.63,16,4.0,2.93,8,4.36,2.11,11,5.4,1.96,10,6.73,1.56,11,6.25,2.18,12,8.3,1.25,10,3.3,1.7,10,5.22,2.77,9,6.0,1.95,12,6.22,1.79,9,6.82,2.44,11,7.55,1.63,11,4.25,1.83,8,4.18,2.86,11,5.78,1.92,9,6.33,1.83,12
+bleu,4.84,2.01,19,3.67,2.35,24,5.43,2.13,28,5.38,0.92,8,4.45,2.5,11,3.44,2.65,9,3.8,2.24,15,5.21,2.01,14,5.64,2.31,14,4.22,2.49,9,5.4,1.35,10,3.92,2.68,12,3.42,2.07,12,5.5,2.18,14,5.36,2.17,14,4.8,2.53,10,4.89,1.36,9,2.92,1.93,12,4.42,2.57,12,5.67,1.72,12,5.25,2.44,16
+blight,3.14,1.68,21,4.24,2.19,21,3.92,2.08,25,3.17,2.04,12,3.11,1.17,9,4.29,1.8,7,4.21,2.42,14,4.0,1.7,10,3.87,2.36,15,3.0,1.41,4,3.18,1.78,17,3.6,1.71,10,4.82,2.48,11,3.57,2.3,7,4.06,2.04,18,2.83,1.27,12,3.56,2.13,9,4.0,1.91,13,4.62,2.67,8,3.22,1.48,9,4.31,2.3,16
+blimp,5.14,2.06,21,3.59,1.99,22,4.67,1.83,21,6.0,1.87,9,4.5,2.02,12,2.83,1.47,6,3.73,2.12,15,5.0,1.1,6,4.53,2.07,15,6.0,2.06,9,4.5,1.88,12,3.8,2.59,5,3.53,1.87,17,5.3,2.11,10,4.09,1.38,11,5.5,2.35,12,4.67,1.58,9,3.67,2.12,9,3.54,1.98,13,5.08,2.11,12,4.11,1.27,9
+blind,2.8,1.42,40,3.73,2.1,22,3.04,1.99,45,2.62,1.31,16,2.92,1.5,24,3.5,1.77,8,3.86,2.32,14,3.06,2.49,16,3.03,1.7,29,3.0,1.5,24,2.4,1.24,15,3.5,1.35,10,3.92,2.61,12,3.36,2.04,22,2.74,1.94,23,3.1,1.51,21,2.47,1.26,19,4.0,2.45,8,3.57,1.95,14,3.15,2.24,26,2.89,1.63,19
+blindfold,4.55,1.39,20,3.65,2.41,20,3.5,2.5,22,5.29,1.5,7,4.15,1.21,13,4.0,2.5,9,3.36,2.42,11,3.67,3.44,6,3.44,2.19,16,4.3,1.49,10,4.56,1.13,9,4.0,2.98,8,3.42,2.07,12,3.93,2.74,15,2.57,1.72,7,4.45,1.37,11,4.67,1.5,9,3.75,2.67,12,3.5,2.14,8,4.82,2.75,11,2.18,1.33,11
+blinding,3.37,1.42,19,5.24,2.64,21,4.0,2.27,22,3.78,1.48,9,3.0,1.33,10,5.62,2.92,8,5.0,2.55,13,3.73,2.45,11,4.27,2.15,11,4.43,0.79,7,2.75,1.36,12,4.6,2.67,10,5.82,2.6,11,4.08,2.4,13,3.89,2.2,9,3.4,1.26,10,3.33,1.66,9,4.75,3.11,8,5.54,2.4,13,4.07,2.37,14,3.88,2.23,8
+blindness,2.55,1.61,20,4.78,2.51,18,2.38,1.86,24,3.0,2.0,5,2.4,1.5,15,5.4,2.51,5,4.54,2.57,13,2.77,2.2,13,1.91,1.3,11,3.3,1.83,10,1.8,0.92,10,5.43,2.15,7,4.36,2.73,11,2.88,2.06,16,1.38,0.74,8,2.29,1.59,14,3.17,1.6,6,4.42,2.64,12,5.5,2.26,6,2.53,2.2,15,2.11,1.17,9
+blink,5.25,1.62,20,3.12,1.83,17,4.83,2.55,24,5.0,0.71,5,5.33,1.84,15,3.0,2.0,5,3.17,1.85,12,4.0,2.77,13,5.82,1.94,11,5.5,1.65,10,5.0,1.63,10,3.0,1.73,7,3.2,1.99,10,4.56,2.48,16,5.38,2.77,8,4.79,1.37,14,6.33,1.75,6,3.82,1.6,11,1.83,1.6,6,5.4,2.75,15,3.89,1.96,9
+blip,4.52,1.08,21,4.4,1.96,25,4.55,2.2,22,4.88,0.83,8,4.31,1.18,13,4.46,1.98,13,4.33,2.02,12,4.62,2.14,13,4.44,2.4,9,4.75,0.71,8,4.5,1.24,12,5.21,1.53,14,3.36,2.01,11,5.17,2.44,12,3.8,1.69,10,4.1,1.2,10,4.91,0.83,11,3.76,1.71,17,5.75,1.83,8,4.7,2.95,10,4.42,1.44,12
+bliss,7.62,0.99,39,4.13,2.77,23,6.36,2.13,22,7.86,0.71,22,7.29,1.21,17,3.82,2.44,11,4.42,3.12,12,5.7,1.49,10,6.92,2.47,12,7.65,1.03,23,7.56,0.96,16,3.27,2.72,11,4.92,2.68,12,7.18,1.94,11,5.55,2.07,11,7.58,0.77,19,7.65,1.18,20,4.55,3.11,11,3.75,2.49,12,6.91,2.02,11,5.82,2.18,11
+blissful,7.67,1.24,21,3.74,2.36,23,6.08,2.35,26,7.45,1.13,11,7.9,1.37,10,4.09,2.07,11,3.42,2.64,12,6.09,2.02,11,6.29,2.58,14,7.7,1.42,10,7.64,1.12,11,4.36,2.25,11,3.17,2.41,12,6.0,2.62,17,6.62,1.51,8,7.62,1.39,13,7.75,1.04,8,4.27,2.63,15,2.75,1.39,8,5.65,2.64,17,6.89,1.45,9
+blister,2.87,1.52,39,4.7,2.7,43,4.52,2.71,25,3.08,1.38,12,2.85,1.59,26,4.05,2.54,21,5.32,2.77,22,4.62,2.97,8,4.47,2.67,17,2.64,1.28,14,3.08,1.64,24,4.75,2.65,20,4.65,2.81,23,4.57,2.79,14,4.45,2.73,11,2.9,1.71,20,2.84,1.34,19,4.21,2.82,29,5.71,2.2,14,4.56,2.87,18,4.43,2.44,7
+blistering,4.24,2.07,21,3.61,2.76,23,4.3,2.36,20,4.88,2.1,8,3.85,2.03,13,5.0,2.61,6,3.12,2.71,17,4.91,2.63,11,3.56,1.88,9,4.5,2.5,12,3.89,1.36,9,4.4,3.13,10,3.0,2.38,13,4.77,2.45,13,3.43,2.07,7,3.93,2.23,14,4.86,1.68,7,3.8,2.65,15,3.25,3.11,8,4.08,2.47,12,4.62,2.33,8
+blitz,5.6,1.85,20,5.9,2.28,21,5.45,2.26,22,4.5,1.31,8,6.33,1.83,12,5.0,2.45,6,6.29,2.27,14,6.33,2.5,6,5.12,2.16,16,5.11,1.62,9,6.0,2.0,11,5.8,1.79,5,5.94,2.46,16,5.73,2.28,11,5.18,2.32,11,6.09,2.17,11,5.0,1.22,9,6.38,2.0,8,5.62,2.47,13,5.33,2.02,12,5.6,2.63,10
+blizzard,4.36,2.44,22,6.53,2.25,19,3.65,2.23,20,4.6,2.88,5,4.12,2.36,16,6.75,2.38,8,6.36,2.25,11,4.11,1.54,9,3.27,2.69,11,4.33,1.83,12,4.4,3.13,10,6.5,2.01,10,6.56,2.6,9,3.5,2.39,12,3.88,2.1,8,4.73,2.8,11,4.0,2.1,11,5.38,2.26,8,7.36,1.91,11,3.56,1.74,9,3.73,2.65,11
+bloat,3.4,1.1,20,3.78,2.34,18,3.86,1.64,22,3.0,1.22,5,3.53,1.06,15,3.5,1.76,6,3.92,2.64,12,5.0,1.25,10,2.92,1.31,12,3.2,0.92,10,3.6,1.26,10,3.8,2.3,10,3.75,2.55,8,3.91,1.7,11,3.82,1.66,11,3.17,1.19,12,3.75,0.89,8,2.44,1.94,9,5.11,1.96,9,4.0,2.14,11,3.73,1.01,11
+bloated,2.8,1.11,20,3.0,1.92,20,3.24,1.58,21,3.29,0.76,7,2.54,1.2,13,2.89,2.09,9,3.09,1.87,11,2.33,1.21,6,3.6,1.59,15,2.8,1.4,10,2.67,0.71,9,2.75,1.39,8,3.17,2.25,12,3.21,1.58,14,3.29,1.7,7,2.55,1.04,11,3.11,1.17,9,3.0,1.71,12,3.0,2.33,8,3.0,1.73,11,3.5,1.43,10
+blob,3.9,1.74,20,3.57,2.42,21,5.44,2.36,27,4.86,2.04,7,3.38,1.39,13,4.0,2.12,9,3.25,2.67,12,6.07,2.22,15,4.82,2.44,11,4.0,1.26,11,3.78,2.28,9,3.25,2.19,8,3.77,2.62,13,6.06,2.3,17,4.56,2.24,9,4.38,1.85,13,3.0,1.15,7,3.4,2.23,15,4.0,3.03,6,5.83,2.55,12,5.13,2.23,15
+block,4.48,1.83,21,4.25,2.71,20,6.21,2.35,19,4.46,1.94,13,4.5,1.77,8,5.14,2.41,7,3.77,2.83,13,6.43,2.23,7,6.08,2.5,12,4.75,1.96,12,4.11,1.69,9,5.33,2.69,9,3.36,2.5,11,6.0,2.49,10,6.44,2.3,9,4.83,1.64,12,4.0,2.06,9,5.43,2.64,7,3.62,2.63,13,6.0,2.89,7,6.33,2.1,12
+blockade,3.45,2.04,20,3.4,2.72,20,4.36,2.61,22,3.17,1.47,6,3.57,2.28,14,3.5,3.02,8,3.33,2.64,12,4.5,3.23,12,4.2,1.75,10,3.78,2.49,9,3.18,1.66,11,3.67,2.69,9,3.18,2.86,11,5.0,2.38,7,4.07,2.74,15,3.89,2.47,9,3.09,1.64,11,3.15,2.41,13,3.86,3.39,7,4.33,2.84,12,4.4,2.46,10
+blockage,3.7,1.53,20,4.19,2.2,21,3.57,1.91,21,3.93,1.64,14,3.17,1.17,6,4.09,2.17,11,4.22,2.49,9,3.5,1.76,6,3.6,2.03,15,3.5,1.9,10,3.9,1.1,10,4.18,2.44,11,4.2,2.04,10,3.31,1.44,13,4.0,2.56,8,3.6,1.84,10,3.8,1.23,10,4.15,2.38,13,4.25,2.05,8,3.0,1.21,12,4.33,2.45,9
+blockbuster,5.68,1.7,19,5.35,2.58,20,5.75,1.78,24,6.23,1.74,13,4.5,0.84,6,6.6,1.95,5,4.93,2.69,15,5.85,1.46,13,5.64,2.16,11,5.78,2.28,9,5.6,1.07,10,6.57,1.81,7,4.69,2.75,13,6.18,1.47,11,5.38,1.98,13,5.56,1.88,9,5.8,1.62,10,6.4,2.46,10,4.3,2.36,10,6.0,1.66,9,5.6,1.88,15
+blockhead,4.81,2.38,21,4.25,2.47,20,4.88,2.33,34,4.62,2.0,8,4.92,2.66,13,4.8,2.28,5,4.07,2.58,15,4.5,2.92,10,5.04,2.1,24,5.31,2.14,13,4.0,2.67,8,4.5,2.5,12,3.88,2.53,8,5.21,2.42,19,4.47,2.23,15,4.64,2.54,11,5.0,2.31,10,4.64,2.62,11,3.78,2.33,9,4.38,2.42,21,5.69,2.02,13
+blog,5.14,1.39,21,3.61,2.21,23,6.11,1.7,19,4.75,1.28,8,5.75,0.62,12,3.62,2.5,8,3.5,2.18,14,5.43,1.9,7,6.45,1.57,11,5.75,0.89,8,5.08,1.08,12,3.89,2.85,9,3.43,1.79,14,5.57,2.07,7,6.42,1.44,12,5.2,0.79,10,5.09,1.81,11,2.78,2.39,9,4.14,1.99,14,6.12,1.75,16,6.0,1.73,3
+bloke,5.0,1.7,19,4.24,1.45,21,4.78,1.93,23,4.8,0.84,5,5.08,2.02,13,4.67,1.63,6,4.07,1.39,15,5.1,1.79,10,4.54,2.07,13,4.86,2.12,7,5.09,1.58,11,3.71,1.6,7,4.5,1.34,14,4.64,1.03,11,4.92,2.54,12,4.67,1.83,12,5.57,1.4,7,3.82,1.4,11,4.7,1.42,10,4.86,1.83,14,4.67,2.18,9
+blond,6.08,1.95,40,3.0,2.25,18,5.38,2.16,55,6.82,1.78,17,5.5,1.97,22,3.67,2.16,6,2.67,2.31,12,5.38,2.43,26,5.46,1.91,28,5.57,1.91,14,6.35,1.96,26,2.9,2.08,10,3.12,2.59,8,5.69,2.41,35,4.95,1.54,19,6.16,2.27,19,6.0,1.67,21,2.56,2.4,9,3.44,2.13,9,5.57,2.12,28,5.19,2.24,27
+blonde,6.0,2.24,21,5.75,2.43,20,5.56,2.21,36,6.5,2.78,8,5.69,1.89,13,7.0,1.58,5,5.33,2.55,15,5.73,1.56,11,5.48,2.47,25,6.46,2.47,13,5.25,1.67,8,6.5,1.88,12,4.62,2.83,8,5.9,2.1,20,5.12,2.33,16,5.82,2.18,11,6.2,2.39,10,5.45,3.01,11,6.11,1.54,9,5.41,2.24,22,5.79,2.22,14
+blood,3.48,1.94,21,5.76,1.67,21,3.94,1.43,17,3.83,2.23,6,3.43,1.91,14,6.0,1.29,7,5.64,1.86,14,4.0,1.77,8,3.88,1.25,8,3.77,2.01,13,3.14,1.95,7,5.11,1.96,9,6.25,1.29,12,3.78,1.3,9,4.12,1.64,8,3.46,1.85,13,3.5,2.2,8,5.83,2.32,6,5.73,1.44,15,4.11,1.17,9,3.75,1.75,8
+bloodbath,2.05,1.63,21,4.86,2.8,22,3.28,2.61,18,2.8,1.79,5,1.81,1.56,16,5.55,2.7,11,4.18,2.86,11,2.33,2.06,9,3.75,2.66,8,1.42,1.0,12,2.89,1.96,9,5.0,2.75,15,4.57,3.1,7,3.8,2.74,10,2.62,2.45,8,1.92,1.71,13,2.25,1.58,8,5.06,2.98,18,4.0,1.83,4,3.33,2.71,12,3.17,2.64,6
+bloodhound,5.0,2.4,19,4.59,2.68,22,4.84,2.06,19,6.17,1.72,6,4.46,2.54,13,5.09,2.74,11,4.09,2.66,11,4.62,2.2,8,5.0,2.05,11,4.55,2.38,11,5.62,2.45,8,4.73,2.69,11,4.45,2.81,11,4.54,1.66,13,5.5,2.81,6,5.23,2.49,13,4.5,2.35,6,4.57,2.82,14,4.62,2.62,8,3.78,2.05,9,5.8,1.62,10
+bloodline,5.71,1.1,21,4.0,2.2,23,3.73,1.91,26,5.73,1.19,11,5.7,1.06,10,3.82,2.14,11,4.17,2.33,12,4.36,2.11,11,3.14,1.66,14,5.7,1.06,10,5.73,1.19,11,4.09,2.51,11,3.92,1.98,12,3.76,1.89,17,3.5,2.14,8,5.85,1.28,13,5.5,0.76,8,4.2,2.14,15,3.62,2.39,8,3.59,1.97,17,4.0,1.87,9
+bloodshed,3.61,1.54,18,5.22,2.69,18,3.19,2.26,16,4.0,1.76,10,3.12,1.13,8,6.0,3.37,4,5.0,2.57,14,3.75,2.76,8,2.62,1.6,8,4.38,1.77,8,3.0,1.05,10,4.86,2.91,7,5.45,2.66,11,4.4,2.61,5,2.64,1.96,11,3.5,1.78,12,3.83,0.98,6,4.73,2.76,11,6.0,2.58,7,2.29,0.95,7,3.89,2.76,9
+bloodshot,2.85,1.53,20,4.72,2.49,18,4.04,2.18,24,3.0,1.0,5,2.8,1.7,15,5.8,2.59,5,4.31,2.43,13,3.69,2.25,13,4.45,2.11,11,3.4,1.84,10,2.3,0.95,10,6.0,2.31,7,3.91,2.34,11,4.12,2.0,16,3.88,2.64,8,2.36,1.28,14,4.0,1.55,6,5.08,2.35,12,4.0,2.83,6,3.93,2.46,15,4.22,1.72,9
+bloodstream,5.05,1.86,22,3.77,1.93,22,4.7,2.15,20,5.62,1.06,8,4.71,2.16,14,3.6,1.78,10,3.92,2.11,12,5.57,2.64,7,4.23,1.79,13,5.09,1.76,11,5.0,2.05,11,4.0,1.84,11,3.55,2.07,11,4.93,2.15,15,4.0,2.24,5,4.6,1.78,10,5.42,1.93,12,4.3,2.16,10,3.33,1.67,12,4.7,1.57,10,4.7,2.71,10
+bloodthirsty,2.55,1.76,20,4.9,2.73,20,4.68,2.71,22,2.33,1.03,6,2.64,2.02,14,6.0,3.07,8,4.17,2.33,12,4.67,2.99,12,4.7,2.5,10,3.22,2.17,9,2.0,1.18,11,5.89,2.71,9,4.09,2.59,11,4.71,2.43,7,4.67,2.92,15,3.3,2.21,10,1.8,0.63,10,5.23,2.31,13,4.29,3.5,7,4.5,3.0,12,4.9,2.47,10
+bloody,2.86,2.29,21,5.76,2.32,41,3.75,2.1,20,3.22,2.73,9,2.58,1.98,12,6.27,2.74,15,5.4,2.06,25,4.5,2.26,6,3.43,2.03,14,4.14,2.27,7,2.31,2.14,13,4.86,2.57,21,6.68,1.63,19,3.9,2.08,10,3.6,2.22,10,2.85,2.19,13,2.88,2.59,8,5.3,2.53,23,6.33,1.94,18,4.12,2.23,8,3.5,2.07,12
+bloom,6.4,1.14,20,4.87,2.32,23,6.05,1.75,21,6.0,0.87,9,6.73,1.27,11,4.91,2.81,11,4.83,1.9,12,6.25,1.58,8,5.92,1.89,13,6.21,1.05,14,6.83,1.33,6,5.56,2.3,9,4.43,2.31,14,6.62,1.77,8,5.69,1.7,13,6.0,1.15,10,6.8,1.03,10,4.77,2.45,13,5.0,2.26,10,6.0,1.71,12,6.11,1.9,9
+bloomers,6.26,1.41,19,4.57,2.04,21,5.13,2.07,23,5.6,0.89,5,6.54,1.56,13,3.83,2.64,6,4.87,1.77,15,5.5,2.46,10,4.85,1.77,13,6.0,1.53,7,6.45,1.44,11,5.43,2.64,7,4.14,1.61,14,5.36,2.16,11,4.92,2.07,12,6.25,1.48,12,6.29,1.38,7,4.82,2.36,11,4.3,1.7,10,5.36,2.06,14,4.78,2.17,9
+blooming,7.19,1.25,21,3.04,2.4,23,5.0,1.81,26,6.82,1.25,11,7.6,1.17,10,3.27,2.72,11,2.83,2.17,12,4.73,2.1,11,5.21,1.67,14,7.2,1.48,10,7.18,1.08,11,3.36,2.62,11,2.75,2.26,12,5.0,1.77,17,5.0,2.14,8,7.23,1.3,13,7.12,1.25,8,3.0,2.67,15,3.12,1.96,8,5.12,1.87,17,4.78,1.79,9
+blossom,7.05,1.5,41,4.75,2.79,20,5.64,2.55,25,6.65,1.6,20,7.43,1.33,21,5.0,3.0,7,4.62,2.79,13,4.2,2.44,10,6.6,2.2,15,6.55,1.54,20,7.52,1.33,21,4.73,2.9,11,4.78,2.82,9,5.14,3.24,7,5.83,2.31,18,6.78,1.54,23,7.39,1.42,18,3.83,2.89,12,6.12,2.1,8,6.0,2.87,9,5.44,2.42,16
+blot,4.37,1.57,19,3.05,1.68,22,5.29,1.55,24,3.67,1.51,6,4.69,1.55,13,3.33,1.78,12,2.7,1.57,10,5.38,1.51,8,5.25,1.61,16,4.6,1.26,10,4.11,1.9,9,3.56,1.81,9,2.69,1.55,13,5.35,1.77,17,5.17,0.98,6,4.62,1.41,8,4.18,1.72,11,3.11,1.69,9,3.0,1.73,13,5.5,1.79,16,4.88,0.83,8
+blotter,5.5,1.47,20,4.14,2.14,22,5.26,2.25,27,6.0,1.83,7,5.23,1.24,13,4.0,2.16,10,4.25,2.22,12,5.2,2.21,15,5.36,2.5,11,5.27,1.01,11,5.78,1.92,9,3.78,1.56,9,4.38,2.5,13,5.71,2.54,17,4.44,1.51,9,5.46,1.45,13,5.57,1.62,7,4.12,2.0,16,4.17,2.71,6,5.42,2.47,12,5.13,2.13,15
+blouse,5.73,1.86,22,3.24,2.49,21,6.59,1.76,22,5.57,2.17,14,6.0,1.2,8,3.36,2.58,11,3.33,2.55,9,5.0,1.9,6,7.19,1.33,16,4.6,1.71,10,6.67,1.44,12,2.64,2.34,11,3.9,2.6,10,6.15,1.86,13,7.22,1.48,9,5.83,1.8,12,5.6,2.01,10,3.38,2.87,13,3.0,1.85,8,6.75,1.86,12,6.4,1.71,10
+blow,6.1,1.55,21,4.48,2.32,21,5.0,2.47,17,7.0,1.41,6,5.71,1.54,14,4.0,2.71,7,4.71,2.16,14,4.33,2.69,9,5.75,2.12,8,6.54,1.71,13,5.29,0.95,7,4.44,2.46,9,4.5,2.32,12,5.44,2.96,9,4.5,1.85,8,6.38,1.5,13,5.62,1.6,8,4.5,2.81,6,4.47,2.2,15,5.56,2.83,9,4.38,2.0,8
+blowfish,4.62,1.88,21,3.95,2.56,20,4.5,2.44,22,5.5,1.87,6,4.27,1.83,15,5.12,2.85,8,3.17,2.12,12,4.5,2.24,12,4.5,2.8,10,4.44,2.35,9,4.75,1.54,12,4.44,2.46,9,3.55,2.7,11,4.14,2.41,7,4.67,2.53,15,4.9,2.56,10,4.36,1.03,11,3.92,2.18,13,4.0,3.37,7,4.08,2.71,12,5.0,2.11,10
+blowjob,6.16,2.48,19,6.5,2.55,24,6.07,2.8,28,7.5,1.93,8,5.18,2.44,11,6.44,2.51,9,6.53,2.67,15,6.14,2.48,14,6.0,3.19,14,6.0,2.55,9,6.3,2.54,10,6.25,2.93,12,6.75,2.22,12,5.71,3.07,14,6.43,2.56,14,6.1,2.33,10,6.22,2.77,9,7.17,2.37,12,5.83,2.66,12,5.08,2.5,12,6.81,2.86,16
+blowout,4.27,2.14,22,4.78,2.56,23,4.42,2.34,19,4.88,2.42,8,4.15,1.86,13,4.38,2.0,8,5.07,2.95,14,2.86,1.95,7,5.18,2.14,11,4.5,2.27,8,4.38,2.02,13,3.89,2.32,9,5.36,2.62,14,4.71,2.29,7,4.25,2.45,12,5.0,2.32,11,3.55,1.75,11,4.0,3.08,9,5.29,2.13,14,4.12,2.36,16,6.0,1.73,3
+blowtorch,5.22,1.96,18,5.76,2.21,21,4.74,2.2,23,6.2,1.64,5,4.85,1.99,13,5.5,2.59,6,5.87,2.13,15,5.2,2.04,10,4.38,2.33,13,5.57,2.7,7,5.0,1.41,11,6.71,2.56,7,5.29,1.94,14,4.27,2.28,11,5.17,2.12,12,5.91,2.07,11,4.14,1.21,7,5.36,2.73,11,6.2,1.48,10,4.57,2.14,14,5.0,2.4,9
+blubber,3.85,1.6,20,4.27,2.41,22,4.72,1.68,43,3.55,1.44,11,4.22,1.79,9,5.0,1.93,8,3.86,2.63,14,4.48,1.68,23,4.95,1.72,19,3.82,1.6,11,3.89,1.69,9,4.0,2.26,10,4.5,2.61,12,4.56,1.65,27,5.0,1.75,16,3.7,1.7,10,4.0,1.56,10,4.38,2.45,8,4.21,2.49,14,4.91,1.54,34,4.0,2.06,9
+blue,6.53,2.34,19,3.69,2.4,45,5.79,2.17,24,6.22,1.72,9,6.8,2.86,10,4.09,2.12,11,3.58,2.54,33,5.25,2.6,8,6.06,1.95,16,6.89,2.62,9,6.2,2.15,10,3.81,2.5,26,3.56,2.38,18,6.06,2.11,17,5.17,2.56,6,6.25,2.77,12,7.0,1.41,7,3.93,2.54,27,3.33,2.2,18,6.5,2.1,16,4.38,1.6,8
+blue spruce,5.58,1.92,19,3.1,2.0,21,4.8,2.59,20,6.67,1.53,3,5.38,1.96,16,2.5,1.52,6,3.33,2.16,15,4.83,2.04,6,4.79,2.86,14,5.2,1.75,10,6.0,2.12,9,3.14,2.41,7,3.07,1.86,14,4.0,2.87,10,5.6,2.12,10,5.75,1.75,8,5.45,2.11,11,3.11,2.32,9,3.08,1.83,12,5.5,3.12,8,4.33,2.19,12
+blueberry,7.11,2.35,19,3.23,2.64,22,5.7,2.29,23,7.09,2.47,11,6.86,2.41,7,4.0,2.51,8,2.79,2.69,14,5.0,2.83,7,6.0,2.03,16,7.0,2.73,8,7.18,2.18,11,2.44,2.65,9,3.77,2.59,13,5.82,1.94,11,5.58,2.64,12,7.0,2.34,12,7.29,2.56,7,2.64,2.5,11,3.82,2.75,11,5.23,2.62,13,6.3,1.7,10
+bluebird,7.29,1.95,21,3.55,2.16,20,5.86,2.35,21,6.83,1.6,6,7.47,2.1,15,5.12,1.64,8,2.5,1.83,12,6.09,2.26,11,5.6,2.55,10,6.5,2.59,6,7.6,1.64,15,4.5,2.27,10,2.6,1.65,10,5.64,2.56,14,6.29,1.98,7,7.57,1.62,7,7.14,2.14,14,4.07,2.34,14,2.33,1.03,6,5.67,2.39,12,6.11,2.42,9
+bluegrass,5.65,2.03,20,3.35,1.87,20,5.9,2.1,21,6.33,1.21,6,5.36,2.27,14,4.0,1.93,8,2.92,1.78,12,5.73,1.9,11,6.1,2.38,10,5.17,2.4,6,5.86,1.92,14,3.8,1.93,10,2.9,1.79,10,5.71,2.2,14,6.29,1.98,7,5.71,2.14,7,5.62,2.06,13,3.86,1.92,14,2.17,1.17,6,5.83,2.25,12,6.0,2.0,9
+bluejay,6.64,1.5,22,3.43,2.27,21,5.0,1.95,22,7.07,1.33,14,5.88,1.55,8,3.36,1.91,11,3.67,2.83,9,4.5,2.26,6,5.19,1.87,16,6.5,1.65,10,6.75,1.42,12,2.91,1.87,11,4.0,2.62,10,5.38,2.14,13,4.44,1.59,9,6.33,1.44,12,7.0,1.56,10,3.08,2.02,13,4.0,2.67,8,4.92,1.44,12,5.1,2.51,10
+blueprint,4.95,1.35,19,3.71,2.54,24,5.96,2.01,28,5.62,1.19,8,4.45,1.29,11,4.67,2.83,9,3.13,2.26,15,5.86,1.99,14,6.07,2.09,14,4.44,1.59,9,5.4,0.97,10,4.0,2.56,12,3.42,2.61,12,5.93,2.16,14,6.0,1.92,14,4.9,1.66,10,5.0,1.0,9,3.92,2.75,12,3.5,2.43,12,6.0,1.54,12,5.94,2.35,16
+blues,3.43,2.16,21,3.61,2.15,23,5.44,2.71,18,4.33,2.55,9,2.75,1.6,12,4.45,1.75,11,2.83,2.25,12,5.0,3.02,10,6.0,2.33,8,4.14,2.12,7,2.92,2.18,13,4.73,2.1,11,2.58,1.68,12,5.14,2.91,7,5.64,2.69,11,3.08,2.33,13,4.0,1.85,8,2.82,2.04,11,4.33,2.06,12,5.56,2.83,9,5.33,2.74,9
+bluff,4.58,1.74,19,4.17,2.15,18,5.21,2.77,24,4.8,1.48,5,4.5,1.87,14,4.6,2.07,5,4.0,2.24,13,5.38,2.87,13,5.0,2.76,11,5.44,1.33,9,3.8,1.75,10,5.71,1.89,7,3.18,1.72,11,5.06,2.77,16,5.5,2.93,8,4.15,1.72,13,5.5,1.52,6,4.75,2.3,12,3.0,1.26,6,4.87,3.04,15,5.78,2.28,9
+blunder,3.95,1.85,20,4.14,2.63,21,3.64,2.18,25,3.25,2.06,4,4.12,1.82,16,3.25,2.63,4,4.35,2.67,17,4.33,2.69,9,3.25,1.81,16,3.75,1.39,8,4.08,2.15,12,4.3,2.45,10,4.0,2.9,11,4.0,1.96,14,3.18,2.44,11,4.45,1.29,11,3.33,2.29,9,3.8,2.39,10,4.45,2.91,11,4.0,2.2,18,2.71,1.98,7
+blunt,4.65,2.03,20,4.61,2.23,23,5.63,1.86,19,5.71,1.8,7,3.67,1.37,12,4.25,2.31,8,4.86,2.32,14,5.14,1.68,7,5.82,2.04,11,4.29,2.29,7,4.5,1.57,12,5.0,2.29,9,4.36,2.24,14,5.57,2.23,7,5.67,1.72,12,4.6,2.12,10,4.7,2.06,10,4.78,2.64,9,4.5,2.03,14,5.5,1.67,16,6.33,3.06,3
+blur,4.45,1.5,20,3.88,1.96,24,4.96,1.97,28,5.12,1.36,8,4.0,1.48,12,4.0,2.24,9,3.8,1.86,15,4.71,1.64,14,5.21,2.29,14,3.67,1.22,9,5.09,1.45,11,4.17,1.85,12,3.58,2.11,12,5.21,2.15,14,4.71,1.82,14,4.6,1.84,10,4.3,1.16,10,4.83,1.8,12,2.92,1.68,12,4.58,1.62,12,5.25,2.21,16
+blurry,4.1,1.62,20,2.83,1.47,18,3.57,2.02,23,3.6,1.14,5,4.27,1.75,15,3.0,1.58,5,2.77,1.48,13,3.38,1.98,13,3.8,2.15,10,4.5,1.27,10,3.7,1.89,10,2.86,1.21,7,2.82,1.66,11,4.0,2.0,15,2.75,1.91,8,4.0,1.52,14,4.33,1.97,6,3.25,1.29,12,2.0,1.55,6,3.33,1.99,15,4.0,2.14,8
+blurt,4.9,1.64,21,4.64,2.22,22,3.95,1.65,22,5.11,0.78,9,4.75,2.09,12,3.5,2.26,6,5.0,2.17,15,3.33,1.75,6,4.19,1.6,16,5.11,1.54,9,4.75,1.76,12,5.4,2.51,5,4.41,2.15,17,4.36,1.57,11,3.55,1.69,11,5.17,1.95,12,4.56,1.13,9,4.33,2.06,9,4.85,2.38,13,4.0,1.71,12,3.9,1.66,10
+blush,6.38,1.88,21,4.74,2.14,23,4.25,2.29,20,5.8,2.68,5,6.56,1.63,16,4.75,1.71,12,4.73,2.61,11,3.64,2.11,11,4.5,2.0,8,6.33,2.19,12,6.44,1.51,9,4.31,2.15,16,5.71,1.89,7,4.0,1.48,11,4.56,3.09,9,6.77,1.59,13,5.75,2.25,8,4.95,2.15,19,3.75,2.06,4,4.29,1.98,14,4.17,3.13,6
+boa,3.63,2.36,19,5.23,2.84,22,3.61,2.02,28,4.83,1.17,6,3.08,2.6,13,5.55,2.62,11,4.91,3.14,11,3.73,2.53,11,3.53,1.7,17,4.27,2.33,11,2.75,2.25,8,4.55,2.62,11,5.91,3.02,11,3.5,2.07,18,3.8,2.04,10,4.38,2.18,13,2.0,2.0,6,4.93,2.84,14,5.75,2.96,8,3.75,2.27,16,3.42,1.73,12
+boa constrictor,3.79,1.81,19,5.06,2.19,17,2.71,2.17,17,4.0,1.61,11,3.5,2.14,8,5.5,2.65,4,4.92,2.14,13,2.25,1.28,8,3.11,2.76,9,4.25,1.75,8,3.45,1.86,11,5.86,1.86,7,4.5,2.32,10,2.17,1.17,6,3.0,2.57,11,4.0,1.63,13,3.33,2.25,6,4.4,2.41,10,6.0,1.53,7,2.43,1.72,7,2.9,2.51,10
+boar,5.0,1.97,21,3.08,2.14,25,4.68,2.16,19,5.44,2.01,9,4.67,1.97,12,2.83,2.23,6,3.22,2.21,18,4.86,2.12,7,4.58,2.27,12,5.25,1.95,16,4.2,2.05,5,3.07,2.37,14,3.2,1.99,10,5.11,2.47,9,4.3,1.89,10,5.08,2.19,12,4.89,1.76,9,3.38,2.16,16,2.56,2.13,9,4.36,2.29,11,5.12,2.03,8
+board,5.33,1.53,40,3.52,1.89,21,5.37,1.81,38,5.22,1.86,18,5.41,1.22,22,4.25,1.67,8,3.08,1.93,13,5.0,1.78,13,5.56,1.83,25,5.58,1.95,19,5.2,0.89,20,4.1,2.02,10,3.0,1.67,11,4.83,1.58,18,5.85,1.9,20,5.3,1.87,20,5.35,1.14,20,4.14,2.41,7,3.21,1.58,14,5.35,1.97,17,5.38,1.72,21
+board game,6.33,1.74,21,4.4,2.3,20,5.05,2.72,22,6.0,1.79,6,6.47,1.77,15,4.62,1.85,8,4.25,2.63,12,5.25,2.63,12,4.8,2.94,10,6.22,1.86,9,6.42,1.73,12,3.67,2.0,9,5.0,2.45,11,3.86,2.27,7,5.6,2.8,15,6.3,2.16,10,6.36,1.36,11,4.23,2.24,13,4.71,2.56,7,4.92,2.94,12,5.2,2.57,10
+boarder,5.15,1.04,20,3.75,1.98,24,5.44,2.28,27,5.0,0.53,8,5.25,1.29,12,3.44,1.94,9,3.93,2.05,15,5.29,2.2,14,5.62,2.43,13,5.0,0.71,9,5.27,1.27,11,3.92,2.23,12,3.58,1.78,12,5.38,2.43,13,5.5,2.21,14,5.3,1.42,10,5.0,0.47,10,4.17,1.85,12,3.33,2.1,12,5.67,1.72,12,5.27,2.69,15
+boarding,5.22,1.63,18,3.25,2.29,20,4.72,1.72,25,5.8,1.92,5,5.0,1.53,13,3.55,2.66,11,2.89,1.83,9,5.38,1.45,16,3.56,1.59,9,5.43,1.51,7,5.09,1.76,11,2.78,2.59,9,3.64,2.06,11,4.9,1.71,20,4.0,1.73,5,4.56,1.13,9,5.89,1.83,9,3.09,2.34,11,3.44,2.35,9,4.84,1.77,19,4.33,1.63,6
+boardroom,4.38,1.75,21,3.75,1.94,20,5.38,2.42,21,4.67,1.37,6,4.27,1.91,15,4.5,2.07,8,3.25,1.76,12,5.45,2.84,11,5.3,2.0,10,5.17,1.6,6,4.07,1.75,15,4.3,2.0,10,3.2,1.81,10,5.43,2.62,14,5.29,2.14,7,4.29,1.89,7,4.43,1.74,14,3.86,2.14,14,3.5,1.52,6,4.92,2.64,12,6.0,2.06,9
+boardwalk,6.86,1.93,21,4.08,2.4,25,6.17,2.26,18,6.78,2.17,9,6.92,1.83,12,4.0,2.0,6,4.22,2.58,18,6.0,3.03,6,6.25,1.91,12,6.88,1.89,16,6.8,2.28,5,4.21,2.36,14,4.1,2.6,10,6.56,2.65,9,5.78,1.86,9,7.08,2.31,12,6.56,1.33,9,5.0,2.31,16,2.44,1.59,9,6.2,2.66,10,6.12,1.81,8
+boast,4.24,1.67,21,4.36,2.7,22,6.33,1.9,27,4.2,1.55,10,4.27,1.85,11,3.86,2.73,7,4.6,2.75,15,6.71,1.9,17,5.7,1.83,10,4.82,1.66,11,3.6,1.51,10,3.2,2.95,5,4.71,2.62,17,6.79,2.01,14,5.85,1.72,13,4.46,2.07,13,3.88,0.64,8,4.0,3.23,10,4.67,2.27,12,6.86,2.18,14,5.77,1.42,13
+boat,6.36,1.4,22,4.05,2.18,21,5.59,2.18,17,6.83,1.6,6,6.27,1.33,15,4.0,2.89,7,4.07,1.86,14,5.33,2.45,9,5.88,1.96,8,6.29,1.59,14,6.71,0.95,7,3.56,2.13,9,4.42,2.23,12,6.22,2.77,9,4.88,0.99,8,6.14,1.51,14,6.75,1.16,8,4.17,2.48,6,4.0,2.14,15,6.22,2.77,9,4.88,0.99,8
+boathouse,6.05,1.54,19,4.83,2.72,23,5.0,1.73,19,5.67,1.0,9,6.4,1.9,10,5.0,3.06,7,4.8,2.76,15,5.2,1.62,10,4.78,1.92,9,6.44,1.74,9,5.7,1.34,10,4.9,2.73,10,4.83,2.95,12,4.5,1.2,8,5.4,2.12,10,5.83,1.64,12,6.43,1.4,7,4.65,2.64,20,6.0,3.61,3,4.88,0.99,8,5.09,2.17,11
+boating,6.63,1.61,19,4.64,2.24,22,5.82,2.3,22,6.0,1.58,9,7.2,1.48,10,4.38,1.69,8,4.79,2.55,14,6.45,1.97,11,5.18,2.52,11,5.86,1.57,7,7.08,1.51,12,4.7,2.11,10,4.58,2.43,12,5.46,2.54,13,6.33,1.94,9,6.7,1.42,10,6.56,1.88,9,5.0,2.51,8,4.43,2.14,14,6.57,1.91,14,4.5,2.45,8
+boatload,5.45,1.23,20,4.29,2.12,21,5.19,2.02,21,5.44,0.88,9,5.45,1.51,11,4.6,2.55,10,4.0,1.73,11,4.62,0.92,8,5.54,2.44,13,5.21,1.12,14,6.0,1.41,6,5.0,2.56,8,3.85,1.77,13,5.38,1.77,8,5.08,2.22,13,5.3,1.34,10,5.6,1.17,10,4.0,2.0,12,4.67,2.35,9,4.92,2.31,12,5.56,1.59,9
+boatman,5.38,1.94,21,3.6,2.04,20,6.33,2.06,21,5.67,1.21,6,5.27,2.19,15,4.38,2.0,8,3.08,1.98,12,6.0,2.19,11,6.7,1.95,10,5.17,2.32,6,5.47,1.85,15,4.2,2.15,10,3.0,1.83,10,6.36,2.13,14,6.29,2.06,7,4.71,1.89,7,5.71,1.94,14,3.29,2.2,14,4.33,1.51,6,6.33,2.23,12,6.33,1.94,9
+bobcat,5.38,1.47,21,5.0,2.53,22,4.36,2.24,22,5.44,1.59,9,5.33,1.44,12,4.33,2.66,6,5.27,2.6,15,2.67,1.51,6,5.0,2.16,16,5.22,1.48,9,5.5,1.51,12,5.0,3.08,5,5.0,2.45,17,4.09,1.76,11,4.64,2.69,11,5.25,1.6,12,5.56,1.33,9,4.78,1.92,9,5.15,2.94,13,3.83,1.9,12,5.0,2.54,10
+bobsled,6.0,1.57,18,4.57,2.01,21,5.52,1.83,23,5.5,0.58,4,6.23,1.79,13,5.5,2.51,6,4.2,1.74,15,5.3,1.77,10,5.69,1.93,13,5.83,1.94,6,6.18,1.47,11,5.14,2.27,7,4.29,1.9,14,5.36,1.75,11,5.67,1.97,12,6.0,1.67,11,6.0,1.53,7,4.18,1.83,11,5.0,2.21,10,5.29,1.68,14,5.89,2.09,9
+bode,4.71,1.42,21,4.0,1.61,18,4.9,2.1,21,5.2,0.84,5,4.53,1.6,15,4.25,1.04,8,3.8,1.99,10,5.6,1.51,10,4.27,2.41,11,4.33,1.56,12,5.22,1.09,9,4.1,1.45,10,3.88,1.89,8,5.0,2.45,12,4.78,1.64,9,4.45,1.37,11,5.0,1.49,10,4.14,1.68,7,3.91,1.64,11,5.67,1.58,9,4.33,2.31,12
+bodega,5.05,1.39,19,4.0,2.62,22,3.93,1.65,28,5.33,0.82,6,4.92,1.61,13,5.0,2.83,11,3.0,2.05,11,3.09,1.51,11,4.47,1.55,17,5.18,0.98,11,4.88,1.89,8,4.09,2.63,11,3.91,2.74,11,3.72,1.78,18,4.3,1.42,10,4.92,1.38,13,5.33,1.51,6,3.93,2.97,14,4.12,2.03,8,3.75,1.91,16,4.17,1.27,12
+bodily,4.74,1.45,19,3.71,2.26,17,4.29,2.49,17,5.09,0.94,11,4.25,1.91,8,5.0,2.94,4,3.31,1.97,13,2.62,1.51,8,5.78,2.28,9,5.25,0.89,8,4.36,1.69,11,4.17,1.72,6,3.45,2.54,11,3.17,1.83,6,4.91,2.66,11,5.08,1.38,13,4.0,1.41,6,3.1,2.28,10,4.57,2.07,7,5.29,2.36,7,3.6,2.46,10
+body,5.95,1.28,40,4.62,2.11,21,5.76,2.71,25,6.12,1.2,16,5.83,1.34,24,5.43,1.72,7,4.21,2.22,14,6.12,2.53,8,5.59,2.85,17,6.08,1.21,24,5.8,1.42,15,5.1,2.13,10,4.18,2.09,11,6.07,2.79,14,5.36,2.69,11,5.95,1.43,21,5.95,1.13,19,4.08,2.25,13,5.5,1.6,8,5.22,2.94,18,7.14,1.35,7
+bodyguard,5.29,1.52,21,4.55,2.37,20,5.64,2.55,36,5.12,1.81,8,5.38,1.39,13,4.8,2.68,5,4.47,2.36,15,5.73,2.49,11,5.6,2.63,25,5.62,1.45,13,4.75,1.58,8,3.75,1.96,12,5.75,2.55,8,5.5,2.87,20,5.81,2.17,16,5.64,1.75,11,4.9,1.2,10,4.91,2.51,11,4.11,2.26,9,5.64,2.85,22,5.64,2.1,14
+bog,3.57,1.43,21,3.68,2.29,25,5.0,2.38,24,3.56,1.42,9,3.58,1.51,12,3.0,1.63,10,4.13,2.59,15,5.56,2.19,9,4.67,2.5,15,3.12,1.73,8,3.85,1.21,13,4.08,2.35,12,3.31,2.25,13,4.58,2.61,12,5.42,2.15,12,3.73,1.42,11,3.4,1.51,10,3.0,1.93,15,4.7,2.5,10,5.23,2.52,13,4.73,2.28,11
+bogey,3.58,1.68,19,4.86,2.22,21,3.75,1.59,20,3.33,0.58,3,3.62,1.82,16,4.67,2.16,6,4.93,2.31,15,4.33,1.75,6,3.5,1.51,14,3.6,1.58,10,3.56,1.88,9,5.29,2.63,7,4.64,2.06,14,4.1,1.79,10,3.4,1.35,10,4.12,0.99,8,3.18,1.99,11,4.89,2.42,9,4.83,2.17,12,3.5,1.93,8,3.92,1.38,12
+bogeyman,3.81,2.29,21,4.67,2.61,21,3.69,1.83,26,3.36,1.69,11,4.3,2.83,10,3.8,2.39,10,5.45,2.66,11,3.73,1.27,11,3.57,2.24,14,4.7,2.67,10,3.0,1.61,11,3.9,2.6,10,5.36,2.54,11,3.47,1.37,17,4.0,2.67,8,4.46,2.47,13,2.75,1.58,8,4.64,2.68,14,4.71,2.69,7,3.59,2.09,17,3.89,1.27,9
+bogus,2.84,1.54,19,5.32,2.19,22,3.59,2.13,22,3.33,1.5,9,2.4,1.51,10,5.0,2.45,8,5.5,2.1,14,4.0,2.37,11,3.18,1.89,11,4.29,0.95,7,2.0,1.13,12,4.9,1.97,10,5.67,2.39,12,3.54,2.11,13,3.67,2.29,9,2.6,1.65,10,3.11,1.45,9,5.25,2.43,8,5.36,2.13,14,3.57,2.28,14,3.62,2.0,8
+bohemian,6.05,1.39,20,4.79,2.45,24,4.25,2.24,28,6.0,1.51,8,6.08,1.38,12,4.0,2.12,9,5.27,2.58,15,3.43,1.65,14,5.07,2.5,14,6.22,1.09,9,5.91,1.64,11,4.67,2.74,12,4.92,2.23,12,4.29,2.2,14,4.21,2.36,14,6.5,1.51,10,5.6,1.17,10,5.17,2.59,12,4.42,2.35,12,4.58,2.23,12,4.0,2.28,16
+boil,4.48,1.47,21,5.42,2.24,19,5.4,2.28,20,4.75,0.96,4,4.38,1.63,16,6.38,1.41,8,4.73,2.53,11,4.89,2.47,9,5.82,2.14,11,4.18,1.47,11,4.8,1.48,10,5.8,1.99,10,5.0,2.55,9,5.18,2.36,11,5.67,2.29,9,4.09,1.58,11,4.9,1.29,10,4.38,2.39,8,6.18,1.89,11,5.11,2.26,9,5.64,2.38,11
+boiler,4.47,1.71,19,3.23,2.09,22,5.08,1.72,24,4.33,1.75,6,4.54,1.76,13,3.42,2.02,12,3.0,2.26,10,5.25,1.75,8,5.0,1.75,16,4.5,0.97,10,4.44,2.35,9,4.22,2.44,9,2.54,1.56,13,5.24,1.99,17,4.67,0.82,6,3.88,1.13,8,4.91,1.97,11,3.0,2.0,9,3.38,2.22,13,5.25,1.91,16,4.75,1.28,8
+bold,6.68,1.49,19,4.86,2.42,43,6.39,2.15,62,6.33,1.58,9,7.0,1.41,10,4.12,2.28,16,5.3,2.43,27,6.09,2.2,22,6.54,2.16,39,7.56,1.33,9,5.9,1.2,10,5.09,2.5,23,4.6,2.35,20,6.38,2.34,37,6.38,1.93,24,6.67,1.3,12,6.71,1.89,7,5.23,2.45,26,4.29,2.31,17,6.51,2.26,39,6.17,1.99,23
+bollocks,4.68,1.29,19,4.38,2.65,24,4.75,2.34,28,5.25,1.16,8,4.27,1.27,11,4.56,3.17,9,4.27,2.4,15,3.93,1.94,14,5.57,2.47,14,4.0,1.22,9,5.3,1.06,10,4.33,2.57,12,4.42,2.84,12,4.93,2.64,14,4.57,2.06,14,4.5,1.27,10,4.89,1.36,9,4.0,2.22,12,4.75,3.08,12,5.08,2.07,12,4.5,2.56,16
+bolt,3.9,1.45,21,4.55,2.67,20,4.64,2.3,22,3.5,1.52,6,4.07,1.44,15,5.38,2.67,8,4.0,2.63,12,4.08,2.87,12,5.3,1.16,10,3.89,1.45,9,3.92,1.51,12,5.0,2.45,9,4.18,2.89,11,4.71,2.29,7,4.6,2.38,15,3.8,1.69,10,4.0,1.26,11,4.46,2.73,13,4.71,2.75,7,4.67,2.57,12,4.6,2.07,10
+bomb,2.47,1.65,43,5.71,2.82,45,3.14,2.19,22,3.0,1.95,22,1.9,1.04,21,4.55,2.77,11,6.12,2.8,33,2.55,1.69,11,3.73,2.53,11,2.77,1.95,22,2.14,1.24,21,5.58,3.0,26,5.94,2.69,18,3.31,2.59,13,2.89,1.54,9,2.5,1.77,26,2.41,1.5,17,5.37,2.84,27,6.22,2.78,18,3.5,2.41,14,2.5,1.69,8
+bombardier,4.73,1.91,22,4.48,2.52,21,4.05,2.55,22,5.36,1.95,14,3.62,1.3,8,4.91,2.74,11,3.56,1.94,9,4.5,2.74,6,3.88,2.55,16,4.7,2.67,10,4.75,1.06,12,3.91,2.51,11,5.1,2.51,10,3.92,2.29,13,4.22,3.03,9,4.25,1.96,12,5.3,1.77,10,4.38,2.6,13,4.62,2.56,8,4.17,2.89,12,3.9,2.23,10
+bombardment,3.14,1.46,21,5.48,2.04,21,3.0,2.08,25,3.58,1.31,12,2.56,1.51,9,6.29,1.5,7,5.07,2.2,14,4.0,2.67,10,2.33,1.29,15,2.25,1.89,4,3.35,1.32,17,5.1,1.91,10,5.82,2.18,11,1.71,1.11,7,3.5,2.18,18,3.42,1.62,12,2.78,1.2,9,5.23,1.96,13,5.88,2.23,8,2.11,1.05,9,3.5,2.37,16
+bomber,2.84,2.14,19,6.24,2.12,21,3.94,2.74,34,3.2,2.7,10,2.44,1.33,9,5.5,2.14,8,6.69,2.06,13,4.43,2.59,14,3.6,2.85,20,3.38,2.62,8,2.45,1.75,11,6.0,1.87,13,6.62,2.56,8,4.68,2.92,22,2.58,1.78,12,2.89,1.76,9,2.8,2.53,10,6.14,2.38,14,6.43,1.62,7,5.06,2.63,17,2.82,2.43,17
+bombing,2.1,1.37,20,7.11,1.91,18,3.42,2.64,24,2.6,1.52,5,1.93,1.33,15,8.2,1.3,5,6.69,1.97,13,3.85,2.91,13,2.91,2.3,11,2.2,1.62,10,2.0,1.15,10,7.86,1.21,7,6.64,2.16,11,3.44,2.48,16,3.38,3.11,8,1.93,1.21,14,2.5,1.76,6,7.25,1.76,12,6.83,2.32,6,3.93,2.84,15,2.56,2.13,9
+bombshell,5.68,1.97,19,5.5,2.5,20,4.5,2.89,24,6.0,2.16,13,5.0,1.41,6,7.2,0.45,5,4.93,2.66,15,4.23,2.39,13,4.82,3.49,11,6.0,1.87,9,5.4,2.12,10,6.86,1.46,7,4.77,2.68,13,4.73,2.94,11,4.31,2.95,13,4.89,1.76,9,6.4,1.96,10,5.9,2.02,10,5.1,2.96,10,5.44,2.83,9,3.93,2.87,15
+bonanza,6.09,2.02,22,4.42,2.61,26,5.71,2.2,24,6.56,2.51,9,5.77,1.64,13,4.5,2.68,10,4.38,2.66,16,6.0,1.58,9,5.53,2.53,15,6.12,2.42,8,6.07,1.86,14,4.46,2.63,13,4.38,2.69,13,4.92,2.27,12,6.5,1.88,12,6.0,1.91,12,6.2,2.25,10,3.87,2.59,15,5.18,2.56,11,5.62,2.33,13,5.82,2.14,11
+bonbon,6.71,1.87,21,4.17,2.31,23,6.11,1.94,18,6.78,1.64,9,6.67,2.1,12,4.55,2.54,11,3.83,2.12,12,6.2,2.25,10,6.0,1.6,8,5.86,2.19,7,7.0,1.58,13,4.73,2.49,11,3.67,2.1,12,6.43,2.57,7,5.91,1.51,11,6.54,2.11,13,7.0,1.51,8,4.0,2.14,11,4.33,2.53,12,5.56,2.01,9,6.67,1.8,9
+bondage,4.38,2.04,21,5.65,2.72,20,4.28,2.68,36,4.62,2.07,8,4.23,2.09,13,6.8,1.79,5,5.27,2.91,15,3.82,2.04,11,4.48,2.93,25,4.15,1.91,13,4.75,2.31,8,6.67,2.27,12,4.12,2.75,8,4.55,2.68,20,3.94,2.72,16,4.73,2.41,11,4.0,1.56,10,5.64,2.91,11,5.67,2.65,9,4.55,2.99,22,3.86,2.14,14
+bonding,6.45,1.61,20,3.81,1.97,21,6.18,2.12,34,5.5,1.08,10,7.4,1.51,10,4.0,1.85,8,3.69,2.1,13,5.64,2.31,14,6.55,1.96,20,6.11,1.69,9,6.73,1.56,11,4.23,1.69,13,3.12,2.3,8,5.91,2.29,22,6.67,1.78,12,6.3,1.7,10,6.6,1.58,10,3.71,2.09,14,4.0,1.83,7,5.18,2.1,17,7.18,1.67,17
+bondsman,3.58,1.43,19,4.24,2.66,21,4.5,2.02,22,4.56,0.88,9,2.7,1.25,10,4.62,2.77,8,4.0,2.68,13,3.55,1.86,11,5.45,1.75,11,4.43,0.79,7,3.08,1.51,12,4.44,2.01,9,4.08,3.15,12,5.38,1.8,13,3.22,1.64,9,3.4,1.07,10,3.78,1.79,9,4.5,3.16,8,4.08,2.43,13,4.36,2.17,14,4.75,1.83,8
+bone,5.24,1.55,21,4.75,2.59,20,6.0,2.36,19,5.31,1.84,13,5.12,0.99,8,5.86,2.04,7,4.15,2.73,13,6.29,2.06,7,5.83,2.59,12,5.75,1.54,12,4.56,1.33,9,5.44,2.46,9,4.18,2.68,11,6.7,1.89,10,5.22,2.68,9,5.17,1.4,12,5.33,1.8,9,4.71,1.7,7,4.77,3.03,13,6.43,2.15,7,5.75,2.53,12
+bonehead,4.05,1.96,22,4.46,2.58,26,5.08,2.26,24,3.89,2.03,9,4.15,1.99,13,3.7,2.75,10,4.94,2.43,16,5.0,2.45,9,5.13,2.23,15,5.38,2.33,8,3.29,1.27,14,4.77,2.77,13,4.15,2.44,13,5.25,2.14,12,4.92,2.47,12,4.08,2.19,12,4.0,1.76,10,4.07,2.87,15,5.0,2.14,11,5.08,2.4,13,5.09,2.21,11
+boner,5.33,2.5,21,5.15,2.16,20,4.8,2.04,25,5.58,2.27,12,5.0,2.87,9,6.33,1.37,6,4.64,2.27,14,5.8,1.75,10,4.13,2.0,15,6.0,3.83,4,5.18,2.21,17,5.3,2.54,10,5.0,1.83,10,5.0,2.83,7,4.72,1.74,18,5.83,2.52,12,4.67,2.45,9,5.0,2.04,13,5.43,2.51,7,4.22,2.28,9,5.12,1.89,16
+bonfire,6.53,1.26,19,4.67,2.58,21,5.35,1.93,20,6.33,1.15,3,6.56,1.31,16,4.5,2.26,6,4.73,2.76,15,5.83,1.47,6,5.14,2.11,14,6.4,1.17,10,6.67,1.41,9,5.14,2.97,7,4.43,2.44,14,5.4,1.78,10,5.3,2.16,10,6.75,1.28,8,6.36,1.29,11,3.89,3.22,9,5.25,1.91,12,5.38,2.67,8,5.33,1.37,12
+bong,4.26,2.16,19,4.05,2.66,22,5.95,2.38,21,4.33,2.12,9,4.2,2.3,10,4.5,2.2,8,3.79,2.94,14,5.8,2.49,10,6.09,2.39,11,5.0,2.77,7,3.83,1.7,12,3.8,2.78,10,4.25,2.67,12,5.69,2.59,13,6.38,2.07,8,3.6,2.46,10,5.0,1.58,9,4.75,3.01,8,3.64,2.47,14,6.77,2.24,13,4.62,2.07,8
+bonkers,4.95,1.7,22,5.08,2.37,26,4.29,2.16,24,5.0,1.8,9,4.92,1.71,13,4.3,2.26,10,5.56,2.37,16,3.89,0.93,9,4.53,2.64,15,5.5,1.69,8,4.64,1.69,14,5.15,2.44,13,5.0,2.38,13,3.92,1.56,12,4.67,2.64,12,4.58,1.93,12,5.4,1.35,10,5.0,2.27,15,5.18,2.6,11,4.92,1.71,13,3.55,2.46,11
+bonnet,4.89,1.76,19,2.96,2.23,23,6.0,1.84,21,4.89,1.54,9,4.9,2.02,10,2.82,2.6,11,3.08,1.93,12,4.75,1.16,8,6.77,1.79,13,4.69,1.25,13,5.33,2.66,6,3.22,2.86,9,2.79,1.81,14,6.12,1.89,8,5.92,1.89,13,4.89,1.36,9,4.9,2.13,10,3.08,1.98,13,2.8,2.62,10,6.58,1.78,12,5.22,1.72,9
+bonny,5.1,1.77,20,3.22,1.96,18,5.19,1.66,21,5.2,1.79,5,5.07,1.83,15,3.67,1.97,6,3.0,2.0,12,5.11,1.36,9,5.25,1.91,12,5.3,1.25,10,4.9,2.23,10,3.5,1.9,10,2.88,2.1,8,4.6,1.78,10,5.73,1.42,11,4.75,2.09,12,5.62,1.06,8,1.89,1.36,9,4.56,1.51,9,4.6,1.78,10,5.73,1.42,11
+bonsai,6.38,2.44,21,4.1,2.45,20,5.95,2.63,22,6.17,2.71,6,6.47,2.42,15,4.12,2.85,8,4.08,2.27,12,5.58,2.91,12,6.4,2.32,10,7.67,2.0,9,5.42,2.35,12,4.33,2.74,9,3.91,2.3,11,4.14,2.67,7,6.8,2.21,15,7.1,2.23,10,5.73,2.53,11,4.0,2.61,13,4.29,2.29,7,6.17,2.92,12,5.7,2.36,10
+bonus,8.05,1.05,20,6.9,2.4,20,6.19,2.11,21,8.17,0.98,6,8.0,1.11,14,7.12,2.75,8,6.75,2.26,12,6.27,2.1,11,6.1,2.23,10,8.17,0.98,6,8.0,1.11,14,7.0,3.23,10,6.8,1.32,10,6.21,2.33,14,6.14,1.77,7,7.71,1.38,7,8.23,0.83,13,6.71,2.81,14,7.33,1.03,6,6.08,2.15,12,6.33,2.18,9
+bony,4.95,1.67,20,4.89,2.28,19,5.31,1.89,26,4.36,1.21,11,5.67,1.94,9,6.0,1.83,7,4.25,2.34,12,5.31,1.84,13,5.31,2.02,13,5.27,1.85,11,4.56,1.42,9,5.0,2.0,11,4.75,2.76,8,5.29,2.02,17,5.33,1.73,9,5.3,1.95,10,4.6,1.35,10,5.36,2.34,11,4.25,2.19,8,5.12,1.71,16,5.6,2.22,10
+boob,5.29,2.7,21,5.3,2.95,23,5.83,2.9,18,6.67,1.94,9,4.25,2.8,12,7.27,1.95,11,3.5,2.54,12,5.9,3.0,10,5.75,2.96,8,5.86,2.34,7,5.31,2.78,13,6.09,3.11,11,4.58,2.71,12,5.86,3.24,7,5.82,2.82,11,4.69,2.63,13,6.25,2.71,8,4.27,3.13,11,6.25,2.53,12,5.11,2.85,9,6.56,2.92,9
+booby,7.23,1.82,22,5.33,2.39,21,5.91,1.95,22,7.71,1.86,14,6.38,1.51,8,6.36,2.46,11,4.56,1.51,9,6.0,2.37,6,5.88,1.86,16,7.1,2.08,10,7.33,1.67,12,4.82,2.44,11,5.9,2.33,10,6.23,1.64,13,5.44,2.35,9,6.75,2.05,12,7.8,1.4,10,5.0,2.71,13,5.88,1.81,8,6.25,1.6,12,5.5,2.32,10
+booger,3.25,1.8,20,3.8,2.07,20,4.33,1.68,18,2.71,1.38,7,3.54,1.98,13,3.78,2.49,9,3.82,1.78,11,4.6,2.7,5,4.23,1.24,13,3.2,1.55,10,3.11,2.15,9,3.5,2.14,8,4.0,2.09,12,4.62,1.76,13,3.6,1.34,5,3.18,2.18,11,3.33,1.32,9,3.83,1.85,12,3.75,2.49,8,4.33,2.18,9,4.33,1.12,9
+boogeyman,3.55,1.99,20,5.09,2.52,22,3.0,1.61,21,4.38,1.85,8,3.0,1.95,12,3.83,2.99,6,5.73,2.22,15,2.33,1.21,6,3.27,1.71,15,4.22,2.11,9,3.0,1.79,11,4.8,2.86,5,5.18,2.51,17,3.6,1.9,10,2.45,1.13,11,3.25,2.38,12,4.0,1.2,8,5.0,2.65,9,5.15,2.54,13,3.25,1.86,12,2.67,1.22,9
+boogie,3.8,2.14,20,4.55,2.56,20,4.96,1.86,25,3.25,1.26,4,3.94,2.32,16,3.75,1.89,4,4.75,2.72,16,5.44,2.19,9,4.69,1.66,16,3.38,1.85,8,4.08,2.35,12,4.0,2.21,10,5.1,2.88,10,4.71,1.77,14,5.27,2.0,11,3.55,1.75,11,4.11,2.62,9,4.78,3.19,9,4.36,2.06,11,5.0,2.06,18,4.86,1.35,7
+book,7.05,1.73,39,3.13,2.4,39,6.41,2.09,46,6.69,1.44,13,7.23,1.86,26,3.69,2.66,13,2.85,2.26,26,6.08,2.23,26,6.85,1.87,20,6.5,1.82,22,7.76,1.35,17,3.65,2.66,20,2.58,2.01,19,6.17,2.25,29,6.82,1.78,17,7.0,1.7,26,7.15,1.86,13,3.23,2.3,26,2.92,2.66,13,5.73,2.15,26,7.3,1.69,20
+bookcase,6.1,1.37,20,3.38,1.99,21,6.06,2.42,34,6.1,1.29,10,6.1,1.52,10,3.75,2.05,8,3.15,1.99,13,6.07,2.43,14,6.05,2.48,20,5.78,1.09,9,6.36,1.57,11,4.15,2.03,13,2.12,1.13,8,6.23,2.54,22,5.75,2.26,12,6.2,1.4,10,6.0,1.41,10,2.79,1.76,14,4.57,1.99,7,6.24,2.17,17,5.88,2.71,17
+bookie,4.57,2.13,21,4.0,1.95,21,4.0,2.02,22,4.89,2.32,9,4.33,2.06,12,3.5,2.35,6,4.07,1.82,14,4.17,1.33,6,3.94,2.26,16,4.44,2.01,9,4.67,2.31,12,4.4,2.3,5,3.88,1.89,16,4.36,1.86,11,3.64,2.2,11,4.83,2.66,12,4.22,1.2,9,4.62,1.77,8,3.62,2.02,13,3.67,1.78,12,4.4,2.32,10
+bookkeeper,5.58,1.02,19,3.61,2.25,18,6.0,2.48,16,5.45,0.93,11,5.75,1.16,8,4.5,2.38,4,3.36,2.24,14,5.62,2.67,8,6.38,2.39,8,5.75,1.39,8,5.45,0.69,11,4.14,2.61,7,3.27,2.05,11,4.33,2.42,6,7.0,2.0,10,5.38,0.87,13,6.0,1.26,6,3.0,2.14,11,4.57,2.23,7,6.83,2.32,6,5.5,2.55,10
+bookkeeping,5.16,1.54,19,3.48,2.09,21,5.83,2.25,23,4.67,1.53,3,5.25,1.57,16,4.38,2.07,8,2.92,1.98,13,5.56,2.19,9,6.0,2.35,14,5.44,1.42,9,4.9,1.66,10,3.44,1.88,9,3.5,2.32,12,5.93,2.37,15,5.62,2.13,8,5.57,1.9,7,4.92,1.31,12,3.2,1.69,10,3.73,2.45,11,6.08,2.72,13,5.5,1.51,10
+booklet,5.52,1.81,21,3.55,2.24,20,5.62,2.29,21,4.83,0.75,6,5.8,2.04,15,4.62,2.45,8,2.83,1.85,12,5.36,2.42,11,5.9,2.23,10,4.67,1.03,6,5.87,1.96,15,4.2,2.57,10,2.9,1.73,10,5.57,2.62,14,5.71,1.6,7,4.71,1.38,7,5.93,1.9,14,3.86,2.38,14,2.83,1.83,6,5.33,2.64,12,6.0,1.8,9
+bookmaker,5.59,2.11,22,3.09,2.0,22,5.9,2.51,20,5.12,1.81,8,5.86,2.28,14,3.1,1.45,10,3.08,2.43,12,7.14,2.27,7,5.23,2.45,13,6.0,2.32,11,5.18,1.89,11,3.18,1.94,11,3.0,2.14,11,5.73,2.55,15,6.4,2.61,5,5.3,1.77,10,5.83,2.41,12,2.9,1.73,10,3.25,2.26,12,5.0,2.05,10,6.8,2.7,10
+bookmark,6.26,1.88,19,3.0,2.32,20,6.47,2.17,19,5.33,0.58,3,6.6,1.96,15,3.8,2.62,10,2.2,1.75,10,7.0,1.76,10,5.89,2.52,9,6.5,2.66,6,6.33,1.44,12,2.29,2.21,7,3.38,2.36,13,5.29,2.36,7,7.17,1.8,12,6.5,1.62,12,5.86,2.34,7,2.5,1.9,10,3.5,2.68,10,6.12,2.17,8,6.73,2.24,11
+bookshop,6.7,1.45,20,4.22,2.62,18,7.0,1.63,22,6.6,0.89,5,6.73,1.62,15,4.5,1.87,6,4.08,3.0,12,6.4,1.71,10,7.5,1.45,12,7.2,1.03,10,6.2,1.69,10,4.3,2.5,10,4.12,2.95,8,7.27,1.68,11,6.73,1.62,11,6.33,1.61,12,7.25,1.04,8,4.33,2.55,9,4.11,2.85,9,7.18,1.89,11,6.82,1.4,11
+bookstore,7.19,1.97,21,4.25,2.71,20,7.15,1.66,20,5.5,2.07,6,7.87,1.51,15,4.62,2.88,8,4.0,2.7,12,6.45,1.63,11,8.0,1.32,9,5.33,1.86,6,7.93,1.49,15,5.8,2.62,10,2.7,1.83,10,7.15,1.86,13,7.14,1.35,7,5.86,1.95,7,7.86,1.66,14,4.36,2.87,14,4.0,2.53,6,6.73,1.68,11,7.67,1.58,9
+bookworm,6.67,1.68,18,2.47,1.58,19,5.32,1.77,25,6.0,1.73,5,6.92,1.66,13,2.2,1.55,10,2.78,1.64,9,4.88,1.71,16,6.11,1.69,9,7.29,1.5,7,6.27,1.74,11,2.33,1.73,9,2.6,1.51,10,5.25,1.86,20,5.6,1.52,5,7.22,1.3,9,6.11,1.9,9,2.73,2.0,11,2.12,0.64,8,5.47,1.47,19,4.83,2.64,6
+boom,4.74,1.88,19,5.57,2.0,23,5.14,2.08,21,5.0,1.2,8,4.55,2.3,11,5.55,2.38,11,5.58,1.68,12,4.88,2.1,8,5.31,2.14,13,5.07,1.69,14,3.8,2.28,5,5.89,2.26,9,5.36,1.86,14,6.62,1.92,8,4.23,1.64,13,5.0,1.89,10,4.44,1.94,9,5.77,1.48,13,5.3,2.58,10,4.92,2.02,12,5.44,2.24,9
+boomer,4.1,1.81,21,3.77,2.25,22,5.3,2.2,27,4.1,1.29,10,4.09,2.26,11,3.86,2.73,7,3.73,2.09,15,5.47,2.45,17,5.0,1.76,10,3.82,1.72,11,4.4,1.96,10,2.8,2.49,5,4.06,2.16,17,5.43,2.38,14,5.15,2.08,13,3.92,1.61,13,4.38,2.2,8,2.8,2.15,10,4.58,2.07,12,5.79,2.42,14,4.77,1.88,13
+boomerang,5.91,1.48,22,4.57,2.89,21,5.14,1.93,22,6.36,1.6,14,5.12,0.83,8,5.64,2.98,11,3.56,2.51,9,5.5,2.26,6,5.0,1.86,16,6.2,1.62,10,5.67,1.37,12,4.0,3.03,11,5.2,2.74,10,4.85,1.86,13,5.56,2.07,9,6.0,1.6,12,5.8,1.4,10,4.46,2.99,13,4.75,2.92,8,4.75,2.09,12,5.6,1.71,10
+boon,4.84,2.27,19,3.45,2.11,20,5.68,1.92,19,3.67,2.31,3,5.27,2.19,15,3.5,2.42,10,3.4,1.9,10,5.89,1.83,9,5.5,2.07,10,5.67,2.94,6,4.67,1.83,12,3.0,2.24,7,3.69,2.1,13,4.43,2.15,7,6.42,1.38,12,4.42,2.31,12,5.57,2.15,7,3.3,1.77,10,3.6,2.5,10,5.22,1.92,9,6.1,1.91,10
+boost,6.53,1.71,19,4.7,2.54,20,6.25,2.17,24,6.62,1.85,13,6.33,1.51,6,6.4,1.82,5,4.13,2.53,15,6.31,2.14,13,6.18,2.32,11,6.89,1.62,9,6.2,1.81,10,6.57,1.72,7,3.69,2.36,13,5.82,2.36,11,6.62,2.02,13,6.56,1.24,9,6.5,2.12,10,4.9,2.77,10,4.5,2.42,10,6.67,1.94,9,6.0,2.33,15
+booster,4.52,1.69,21,3.39,2.13,23,4.85,2.11,20,4.0,1.87,5,4.69,1.66,16,4.25,2.22,12,2.45,1.63,11,5.1,2.08,10,4.11,1.69,9,3.67,1.67,12,5.67,0.87,9,3.38,2.06,16,3.43,2.44,7,4.8,1.81,10,4.9,2.47,10,4.92,1.71,13,3.88,1.55,8,3.37,2.24,19,3.5,1.73,4,4.43,1.87,14,5.83,2.48,6
+boot,5.3,1.53,20,3.95,2.17,22,6.24,1.89,21,4.78,1.2,9,5.73,1.68,11,4.3,2.54,10,3.67,1.87,12,6.0,1.6,8,6.38,2.1,13,5.29,1.54,14,5.33,1.63,6,4.75,2.76,8,3.5,1.7,14,6.75,1.28,8,5.92,2.18,13,5.3,1.7,10,5.3,1.42,10,3.58,2.35,12,4.4,1.96,10,6.5,1.68,12,5.89,2.2,9
+booth,5.25,1.29,20,4.35,2.52,20,5.17,2.2,36,4.86,1.35,7,5.46,1.27,13,5.8,2.59,5,3.87,2.39,15,5.73,1.95,11,4.92,2.29,25,5.25,1.54,12,5.25,0.89,8,4.92,2.57,12,3.5,2.33,8,4.8,2.35,20,5.62,1.96,16,5.1,1.73,10,5.4,0.7,10,4.45,2.3,11,4.22,2.91,9,4.82,2.22,22,5.71,2.13,14
+bootleg,3.68,1.86,22,4.69,2.6,26,5.0,2.28,23,3.22,1.99,9,4.0,1.78,13,4.4,3.24,10,4.88,2.22,16,4.89,1.96,9,5.07,2.53,14,4.5,1.2,8,3.21,2.04,14,5.08,2.66,13,4.31,2.59,13,4.0,1.76,12,6.09,2.34,11,3.5,1.88,12,3.9,1.91,10,4.6,2.85,15,4.82,2.36,11,4.77,1.92,13,5.3,2.75,10
+bootlegger,5.56,2.01,18,4.85,2.41,20,5.56,1.78,25,6.0,1.87,5,5.38,2.1,13,5.64,2.54,11,3.89,1.96,9,5.88,1.63,16,5.0,2.0,9,5.29,1.11,7,5.73,2.45,11,3.67,2.65,9,5.82,1.78,11,5.35,1.84,20,6.4,1.34,5,5.11,1.45,9,6.0,2.45,9,4.91,2.47,11,4.78,2.49,9,5.84,1.57,19,4.67,2.25,6
+boots,5.89,1.73,19,3.52,2.62,21,5.08,2.14,25,4.5,2.52,4,6.27,1.33,15,3.25,2.5,4,3.59,2.72,17,4.67,2.4,9,5.31,2.02,16,6.0,1.41,8,5.82,1.99,11,3.3,2.36,10,3.73,2.94,11,4.86,2.11,14,5.36,2.25,11,6.0,1.56,10,5.78,1.99,9,2.5,2.42,10,4.45,2.54,11,5.17,2.18,18,4.86,2.19,7
+booty,5.63,1.8,19,5.43,2.4,21,5.3,2.2,23,7.67,1.53,3,5.25,1.61,16,6.62,1.85,8,4.69,2.46,13,5.67,2.24,9,5.07,2.23,14,4.56,1.42,9,6.6,1.58,10,5.67,2.29,9,5.25,2.56,12,5.67,2.44,15,4.62,1.6,8,5.14,2.19,7,5.92,1.56,12,6.4,1.96,10,4.55,2.5,11,5.54,2.9,13,5.0,0.67,10
+booze,5.0,2.3,21,5.08,2.84,24,5.15,2.66,20,4.5,2.33,8,5.31,2.32,13,6.67,2.88,6,4.56,2.71,18,4.45,2.3,11,6.0,2.96,9,5.25,2.38,12,4.67,2.29,9,6.0,2.58,10,4.43,2.93,14,5.0,2.38,13,5.43,3.31,7,5.07,1.73,14,4.86,3.34,7,6.19,2.29,16,2.88,2.64,8,5.0,2.7,12,5.38,2.77,8
+bop,5.63,2.27,19,3.95,2.24,20,5.4,1.73,20,4.67,0.58,3,6.13,2.13,15,4.5,2.37,10,3.4,2.07,10,5.3,1.34,10,5.5,2.12,10,5.83,2.56,6,5.92,1.83,12,3.29,2.14,7,4.31,2.29,13,5.25,2.31,8,5.5,1.31,12,5.83,2.55,12,5.29,1.8,7,3.4,2.17,10,4.5,2.27,10,4.56,1.74,9,6.09,1.45,11
+bopper,5.33,1.77,21,3.23,2.11,22,5.24,2.14,17,5.67,1.41,9,5.08,2.02,12,3.91,2.07,11,2.55,2.02,11,5.0,2.65,9,5.5,1.51,8,5.43,2.07,7,5.31,1.75,13,4.09,2.3,11,2.36,1.57,11,5.14,2.91,7,5.3,1.57,10,5.31,2.21,13,5.38,0.74,8,3.0,2.0,10,3.42,2.27,12,4.67,2.24,9,5.88,1.96,8
+border,4.68,1.46,22,4.3,2.4,23,4.74,2.16,19,4.62,1.51,8,4.38,0.87,13,5.0,2.56,8,3.86,2.38,14,4.0,2.16,7,5.18,2.23,11,4.12,1.46,8,4.69,0.85,13,4.78,2.68,9,4.0,2.25,14,3.29,1.5,7,5.58,2.07,12,4.36,1.29,11,5.0,1.61,11,3.0,2.06,9,5.14,2.28,14,4.81,2.07,16,4.33,3.06,3
+borderline,4.0,1.51,22,4.39,2.57,23,4.84,1.83,19,4.38,1.6,8,4.0,1.29,13,5.12,2.75,8,3.93,2.56,14,4.14,2.19,7,5.09,1.51,11,3.88,1.36,8,4.31,1.44,13,3.56,2.79,9,4.93,2.37,14,3.57,1.4,7,5.58,1.68,12,4.09,1.3,11,3.91,1.76,11,2.11,1.76,9,5.86,1.83,14,4.88,1.93,16,4.67,1.53,3
+bored,2.95,1.58,19,3.65,2.54,20,4.96,2.39,24,2.67,1.22,9,3.2,1.87,10,3.29,2.36,7,3.85,2.7,13,5.0,2.24,9,4.93,2.55,15,3.43,1.27,7,2.67,1.72,12,4.18,2.82,11,3.0,2.12,9,5.0,2.58,7,4.94,2.38,17,3.1,1.37,10,2.78,1.86,9,4.08,2.71,12,3.0,2.27,8,3.89,2.37,9,5.6,2.23,15
+boredom,2.77,1.69,22,2.58,1.88,26,5.04,2.51,24,2.33,1.12,9,3.08,1.98,13,2.0,1.33,10,2.94,2.11,16,4.56,2.13,9,5.33,2.74,15,2.38,0.92,8,3.0,2.0,14,2.62,2.22,13,2.54,1.56,13,4.67,2.53,12,5.42,2.54,12,3.0,2.04,12,2.5,1.18,10,2.53,2.23,15,2.64,1.36,11,4.92,2.78,13,5.18,2.27,11
+boring,2.71,1.68,21,2.85,1.87,20,6.05,2.91,19,3.08,1.89,13,2.12,1.13,8,3.57,2.37,7,2.46,1.51,13,6.0,2.94,7,6.08,3.03,12,2.08,1.16,12,3.56,1.94,9,3.11,2.42,9,2.64,1.36,11,7.2,2.35,10,4.78,3.07,9,1.83,0.83,12,3.89,1.83,9,3.57,2.57,7,2.46,1.33,13,6.57,3.26,7,5.75,2.8,12
+born,7.33,2.22,18,3.9,2.68,21,3.78,2.73,18,6.88,2.23,8,7.7,2.26,10,3.43,2.37,7,4.14,2.88,14,3.0,2.0,11,5.0,3.42,7,7.45,2.11,11,7.14,2.54,7,4.0,2.92,9,3.83,2.62,12,3.55,2.62,11,4.14,3.08,7,7.08,2.54,12,7.83,1.47,6,3.83,3.13,12,4.0,2.12,9,4.33,3.35,9,3.22,1.99,9
+boron,4.1,1.64,21,2.91,2.04,22,5.28,2.02,18,4.22,1.86,9,4.0,1.54,12,3.55,2.16,11,2.27,1.79,11,5.6,1.96,10,4.88,2.17,8,4.29,2.06,7,3.92,1.5,13,3.73,2.2,11,2.09,1.58,11,4.86,2.73,7,5.55,1.51,11,3.92,1.89,13,4.38,1.19,8,2.6,1.96,10,3.17,2.17,12,4.78,2.17,9,5.78,1.86,9
+borough,5.0,0.94,19,3.45,1.88,20,5.22,2.07,23,5.0,1.0,3,5.0,0.97,16,2.86,1.68,7,3.77,1.96,13,5.78,1.99,9,4.86,2.11,14,4.78,0.83,9,5.2,1.03,10,4.44,1.74,9,2.64,1.63,11,5.4,2.29,15,4.88,1.64,8,5.14,1.21,7,4.92,0.79,12,3.8,1.75,10,3.1,2.02,10,5.15,2.64,13,5.3,1.06,10
+borrow,5.18,2.02,22,4.55,2.28,20,6.16,2.69,19,5.54,2.44,13,4.67,1.12,9,5.43,1.72,7,4.08,2.47,13,6.0,2.71,7,6.25,2.8,12,5.75,2.14,12,4.5,1.72,10,4.67,2.06,9,4.45,2.54,11,6.8,1.87,10,5.44,3.36,9,5.25,2.05,12,5.1,2.08,10,5.29,1.89,7,4.15,2.44,13,6.57,2.76,7,5.92,2.75,12
+bosom,6.44,1.42,18,4.7,2.85,20,5.0,1.85,25,7.6,0.89,5,6.0,1.35,13,5.0,3.16,11,4.33,2.55,9,4.88,2.0,16,5.22,1.64,9,6.43,1.13,7,6.45,1.63,11,4.56,3.05,9,4.82,2.82,11,5.05,2.06,20,4.8,0.45,5,6.67,1.32,9,6.22,1.56,9,3.64,2.8,11,6.0,2.45,9,4.42,1.57,19,6.83,1.47,6
+boss,4.76,1.37,21,4.43,2.25,21,4.65,2.67,17,5.17,1.94,6,4.57,1.16,14,4.29,2.63,7,4.5,2.14,14,5.56,2.19,9,3.62,2.92,8,4.77,1.54,13,4.71,1.25,7,4.33,2.74,9,4.5,1.93,12,5.0,3.08,9,4.25,2.25,8,4.92,1.38,13,4.5,1.41,8,3.17,2.4,6,4.93,2.05,15,4.89,3.22,9,4.38,2.07,8
+bossy,2.86,1.36,22,4.68,2.55,22,4.73,2.37,22,2.62,1.19,13,3.38,1.6,8,4.5,2.73,8,4.79,2.55,14,4.5,2.35,6,4.81,2.46,16,3.11,1.45,9,2.69,1.32,13,4.67,2.69,9,4.69,2.56,13,4.3,2.0,10,5.08,2.68,12,2.79,1.58,14,3.0,0.93,8,3.91,2.84,11,5.45,2.07,11,4.69,2.78,13,4.78,1.79,9
+botanical,5.77,1.88,22,3.25,2.1,20,5.73,2.31,22,5.5,2.14,14,6.25,1.28,8,3.82,2.4,11,2.62,1.6,8,5.5,2.81,6,5.81,2.2,16,5.4,1.9,10,6.08,1.88,12,3.36,1.86,11,3.11,2.47,9,6.0,2.0,13,5.33,2.78,9,5.33,2.1,12,6.3,1.49,10,2.92,2.33,13,3.86,1.57,7,5.5,2.32,12,6.0,2.4,10
+botany,5.55,1.79,20,3.0,2.0,23,4.81,1.58,26,5.9,1.29,10,5.2,2.2,10,3.45,2.16,11,2.58,1.83,12,4.64,2.11,11,4.93,1.14,14,6.0,1.94,10,5.1,1.6,10,3.09,2.02,11,2.92,2.07,12,4.94,1.6,17,4.5,1.69,8,5.85,1.91,13,5.0,1.53,7,3.27,2.28,15,2.5,1.31,8,4.82,1.47,17,4.78,1.86,9
+bother,4.44,2.41,18,4.2,2.67,20,4.22,2.24,18,3.88,1.73,8,4.9,2.85,10,4.14,2.85,7,4.23,2.68,13,4.0,1.55,11,4.57,3.15,7,3.82,1.72,11,5.43,3.1,7,3.89,3.06,9,4.45,2.42,11,4.64,2.46,11,3.57,1.81,7,4.08,2.07,12,5.17,3.06,6,3.92,2.84,12,4.62,2.5,8,4.56,2.35,9,3.89,2.2,9
+bottle,5.47,0.84,19,3.32,1.84,22,5.88,2.13,24,5.67,0.58,3,5.44,0.89,16,3.33,2.02,12,3.3,1.7,10,5.62,1.77,8,6.0,2.34,16,5.78,0.83,9,5.2,0.79,10,3.22,1.79,9,3.38,1.94,13,5.82,2.13,17,6.17,2.48,6,5.43,1.13,7,5.5,0.67,12,2.78,1.79,9,3.69,1.84,13,6.31,2.12,16,5.0,2.0,8
+bottleneck,4.5,1.73,20,4.48,2.68,21,5.0,2.35,27,5.43,2.07,7,4.0,1.35,13,4.8,2.78,10,4.18,2.68,11,5.07,2.52,15,5.0,2.32,11,4.55,1.21,11,4.44,2.3,9,5.33,2.65,9,3.83,2.62,12,5.35,2.47,17,4.44,2.24,9,4.23,2.09,13,5.0,0.58,7,4.6,2.75,15,4.17,2.71,6,5.5,1.88,12,4.6,2.67,15
+bottling,5.37,1.21,19,3.61,2.61,23,5.0,1.91,19,5.67,1.0,9,5.1,1.37,10,3.29,2.63,7,3.87,2.72,15,5.5,2.22,10,4.44,1.42,9,5.22,1.09,9,5.5,1.35,10,5.2,2.62,10,2.42,1.98,12,4.88,1.81,8,4.8,1.93,10,5.33,1.3,12,5.43,1.13,7,3.4,2.6,20,5.0,2.65,3,5.25,2.05,8,4.82,1.89,11
+bottom,3.61,1.69,18,3.19,1.97,21,3.44,1.58,18,4.12,1.64,8,3.2,1.69,10,3.14,1.68,7,3.21,2.15,14,3.18,1.6,11,3.86,1.57,7,4.0,1.67,11,3.0,1.63,7,2.89,2.09,9,3.42,1.93,12,3.45,1.69,11,3.43,1.51,7,3.83,1.64,12,3.17,1.83,6,3.17,2.12,12,3.22,1.86,9,3.22,1.72,9,3.67,1.5,9
+bottomless,5.71,2.28,21,4.3,2.83,20,4.64,2.9,22,7.67,1.51,6,4.93,2.09,15,4.12,2.23,8,4.42,3.26,12,4.17,2.98,12,5.2,2.86,10,6.11,2.62,9,5.42,2.07,12,4.67,2.65,9,4.0,3.07,11,5.71,2.5,7,4.13,3.02,15,6.4,2.27,10,5.09,2.21,11,4.31,2.93,13,4.29,2.87,7,4.83,3.59,12,4.4,1.96,10
+botulism,3.4,1.64,20,4.57,2.18,21,3.3,2.57,33,3.2,1.48,10,3.6,1.84,10,3.88,2.23,8,5.0,2.12,13,3.29,2.64,14,3.32,2.58,19,4.22,1.39,9,2.73,1.56,11,4.92,2.06,13,4.0,2.39,8,3.57,2.64,21,2.83,2.48,12,3.5,1.65,10,3.3,1.7,10,4.79,2.22,14,4.14,2.19,7,3.88,2.5,16,2.76,2.59,17
+bounce,6.1,1.21,20,4.68,2.78,22,6.15,2.16,27,6.86,1.35,7,5.69,0.95,13,4.5,2.32,10,4.83,3.21,12,6.47,1.92,15,5.91,2.51,11,5.91,1.04,11,6.33,1.41,9,5.67,2.4,9,4.0,2.92,13,6.65,2.03,17,5.44,2.3,9,6.23,1.36,13,5.86,0.9,7,4.38,2.78,16,5.5,2.88,6,6.58,2.02,12,5.8,2.27,15
+bouncer,4.37,1.46,19,4.33,2.43,18,5.29,2.23,17,4.36,1.21,11,4.38,1.85,8,4.5,2.52,4,4.29,2.49,14,5.25,2.31,8,5.33,2.29,9,4.0,1.07,8,4.64,1.69,11,4.71,2.06,7,4.09,2.7,11,5.67,2.25,6,5.09,2.3,11,4.38,1.5,13,4.33,1.51,6,3.27,2.15,11,6.0,1.91,7,4.0,2.24,7,6.2,1.81,10
+bouncy,6.64,1.56,22,4.54,2.5,26,5.54,2.21,24,6.44,1.74,9,6.77,1.48,13,3.4,2.76,10,5.25,2.11,16,5.44,2.46,9,5.6,2.13,15,6.88,1.96,8,6.5,1.34,14,4.38,2.79,13,4.69,2.29,13,5.5,2.43,12,5.58,2.07,12,6.5,1.51,12,6.8,1.69,10,4.13,2.56,15,5.09,2.43,11,6.08,2.25,13,4.91,2.07,11
+bound,4.05,1.57,20,5.55,2.46,20,4.85,2.31,26,3.45,1.37,11,4.78,1.56,9,6.14,2.19,7,5.23,2.62,13,4.69,2.32,13,5.0,2.38,13,4.45,1.81,11,3.56,1.13,9,5.45,2.42,11,5.67,2.65,9,4.76,2.44,17,5.0,2.18,9,4.3,1.57,10,3.8,1.62,10,5.67,2.46,12,5.38,2.62,8,4.56,2.25,16,5.3,2.45,10
+boundary,4.75,1.65,20,4.17,2.43,18,3.95,2.18,21,5.0,2.12,5,4.67,1.54,15,4.0,2.83,6,4.25,2.34,12,4.22,1.48,9,3.75,2.63,12,5.0,1.63,10,4.5,1.72,10,4.4,2.72,10,3.88,2.17,8,4.0,2.19,11,3.9,2.28,10,4.17,1.75,12,5.62,1.06,8,3.11,2.8,9,5.22,1.48,9,4.36,2.46,11,3.5,1.84,10
+bountiful,6.27,2.23,22,4.43,2.37,23,6.16,2.17,19,6.12,1.73,8,6.15,2.51,13,4.25,2.66,8,4.57,2.38,14,6.14,2.79,7,6.27,1.9,11,5.62,2.45,8,6.46,2.07,13,4.44,2.7,9,4.43,2.24,14,5.43,2.57,7,6.58,1.88,12,5.82,2.82,11,6.73,1.42,11,4.44,2.51,9,4.43,2.38,14,6.19,2.34,16,6.0,1.0,3
+bounty,4.37,1.77,19,4.85,2.32,20,5.45,2.04,20,4.67,0.58,3,4.33,1.99,15,5.6,2.07,10,4.1,2.42,10,5.4,1.51,10,5.5,2.55,10,3.5,1.52,6,4.83,1.85,12,5.43,2.44,7,4.54,2.3,13,4.62,2.26,8,6.0,1.76,12,4.75,1.71,12,3.71,1.8,7,5.1,2.13,10,4.6,2.59,10,5.0,2.24,9,5.82,1.89,11
+bouquet,6.67,1.73,42,3.33,2.17,42,5.76,1.84,55,6.14,1.7,14,6.93,1.72,28,1.94,1.0,16,4.12,2.28,25,6.0,1.96,26,5.57,1.75,28,6.56,1.85,18,6.75,1.67,24,3.38,2.04,21,3.15,2.32,20,6.03,1.92,35,5.32,1.67,19,6.88,1.75,26,6.31,1.7,16,3.78,2.49,23,2.79,1.62,19,5.68,1.94,28,5.85,1.75,27
+bourbon,5.7,2.43,20,5.95,2.95,20,5.69,2.09,26,5.09,2.34,11,6.44,2.46,9,8.0,1.15,7,4.85,3.05,13,5.85,2.03,13,5.54,2.22,13,5.55,2.38,11,5.89,2.62,9,6.64,2.25,11,5.11,3.59,9,5.82,2.19,17,5.44,2.01,9,5.2,3.12,10,6.2,1.48,10,6.75,2.67,12,4.75,3.11,8,6.0,1.97,16,5.2,2.3,10
+bout,3.9,0.94,21,3.67,2.7,24,5.3,1.98,20,4.0,0.93,8,3.85,0.99,13,4.83,2.48,6,3.28,2.72,18,6.0,1.67,11,4.44,2.07,9,3.92,1.0,12,3.89,0.93,9,4.4,2.91,10,3.14,2.51,14,5.85,2.03,13,4.29,1.5,7,3.71,0.91,14,4.29,0.95,7,3.94,2.62,16,3.12,2.95,8,5.5,2.15,12,5.0,1.77,8
+boutique,6.1,1.71,20,4.33,2.29,21,5.88,2.49,25,4.33,1.15,3,6.41,1.62,17,4.29,1.98,7,4.46,2.57,13,4.62,1.69,8,6.47,2.62,17,5.43,1.4,7,6.46,1.81,13,4.29,2.43,7,4.46,2.37,13,5.57,2.71,14,6.27,2.24,11,6.67,1.41,9,5.64,1.86,11,4.55,2.07,11,4.1,2.6,10,5.94,2.88,18,5.71,1.11,7
+bovine,4.4,1.67,20,3.5,2.18,22,6.19,1.63,21,4.0,1.41,9,4.73,1.85,11,3.4,2.37,10,3.58,2.11,12,5.75,1.39,8,6.46,1.76,13,4.93,1.49,14,3.17,1.47,6,3.38,2.56,8,3.57,2.03,14,6.5,1.69,8,6.0,1.63,13,5.2,1.48,10,3.6,1.51,10,3.75,2.53,12,3.2,1.75,10,6.0,1.54,12,6.44,1.81,9
+bow,5.46,1.82,24,3.85,2.39,20,5.95,2.27,21,6.38,1.77,8,5.0,1.71,16,5.5,2.56,8,2.75,1.54,12,6.33,2.5,12,5.44,1.94,9,5.3,1.83,10,5.57,1.87,14,4.56,2.3,9,3.27,2.41,11,4.43,2.44,7,6.71,1.82,14,5.75,2.22,12,5.17,1.34,12,3.54,1.98,13,4.43,3.1,7,5.83,2.62,12,6.11,1.83,9
+bowel,3.21,1.69,19,3.57,2.68,21,4.5,2.09,20,4.67,1.53,3,2.94,1.61,16,4.17,2.99,6,3.33,2.61,15,6.33,2.07,6,3.71,1.59,14,3.5,1.72,10,2.89,1.69,9,4.29,2.98,7,3.21,2.55,14,4.6,2.41,10,4.4,1.84,10,3.62,1.69,8,2.91,1.7,11,4.56,3.28,9,2.83,1.95,12,4.25,2.12,8,4.67,2.15,12
+bowels,3.25,1.94,20,3.67,2.17,18,5.04,2.6,24,3.2,1.92,5,3.27,2.02,15,4.0,2.92,5,3.54,1.94,13,4.38,2.6,13,5.82,2.48,11,3.5,2.27,10,3.0,1.63,10,4.43,2.64,7,3.18,1.78,11,5.0,2.85,16,5.12,2.17,8,2.86,1.83,14,4.17,2.04,6,3.83,2.33,12,3.33,1.97,6,5.33,2.32,15,4.56,3.09,9
+bowl,5.67,1.49,40,3.21,2.2,47,5.58,2.01,45,5.82,1.81,17,5.57,1.24,23,2.73,1.95,11,3.38,2.28,34,5.48,2.11,23,5.62,1.96,21,5.66,1.63,29,5.73,1.1,11,3.54,2.47,26,2.79,1.75,19,5.5,2.02,24,5.67,2.03,21,5.76,1.67,21,5.58,1.3,19,3.43,2.44,28,2.89,1.79,19,5.67,1.69,24,5.48,2.36,21
+bowler,5.18,1.84,22,3.64,2.34,22,5.35,2.43,20,6.0,1.51,8,4.71,1.9,14,4.3,2.31,10,3.08,2.31,12,6.57,2.99,7,4.69,1.89,13,5.0,1.95,11,5.36,1.8,11,3.73,2.05,11,3.55,2.7,11,5.33,2.77,15,5.4,1.14,5,3.9,1.37,10,6.25,1.48,12,3.7,2.06,10,3.58,2.64,12,5.1,2.23,10,5.6,2.72,10
+bowling,6.68,1.57,19,4.05,2.69,21,5.2,2.17,20,5.0,1.0,3,7.0,1.46,16,4.33,2.88,6,3.93,2.71,15,5.17,1.33,6,5.21,2.49,14,6.5,1.58,10,6.89,1.62,9,2.71,2.56,7,4.71,2.58,14,5.3,2.21,10,5.1,2.23,10,6.12,1.64,8,7.09,1.45,11,4.0,3.39,9,4.08,2.19,12,5.38,3.11,8,5.08,1.38,12
+box,5.33,1.78,18,2.67,1.8,21,4.67,1.88,18,4.5,2.0,8,6.0,1.33,10,2.29,1.6,7,2.86,1.92,14,4.73,1.42,11,4.57,2.57,7,4.91,1.87,11,6.0,1.53,7,2.33,1.73,9,2.92,1.88,12,5.0,2.1,11,4.14,1.46,7,5.0,1.76,12,6.0,1.79,6,2.75,1.96,12,2.56,1.67,9,5.22,2.11,9,4.11,1.54,9
+boxcar,5.5,1.44,22,4.21,2.02,19,4.95,1.66,21,5.6,1.34,5,5.5,1.55,16,4.12,1.89,8,4.27,2.2,11,5.0,1.76,10,4.91,1.64,11,5.17,1.19,12,5.9,1.66,10,4.0,1.89,10,4.44,2.24,9,4.75,1.42,12,5.22,1.99,9,5.45,1.69,11,5.55,1.21,11,4.0,2.33,8,4.36,1.86,11,5.33,1.8,9,4.67,1.56,12
+boxer,5.21,1.99,38,4.14,2.45,43,5.64,2.17,22,6.62,1.56,13,4.48,1.81,25,4.82,1.91,17,3.69,2.68,26,5.1,2.13,10,6.08,2.19,12,5.55,1.68,22,4.75,2.32,16,4.52,2.18,21,3.77,2.67,22,5.91,2.47,11,5.36,1.91,11,5.32,1.99,25,5.0,2.04,13,4.33,2.53,24,3.89,2.38,19,6.45,2.02,11,4.82,2.09,11
+boxers,5.05,1.47,19,4.52,2.25,21,5.96,1.97,23,5.67,1.15,3,4.94,1.53,16,5.75,1.58,8,3.77,2.31,13,6.33,2.12,9,5.71,1.9,14,5.22,1.2,9,4.9,1.73,10,5.0,2.06,9,4.17,2.41,12,6.13,2.07,15,5.62,1.85,8,5.43,1.9,7,4.83,1.19,12,4.8,2.15,10,4.27,2.41,11,6.08,2.53,13,5.8,0.92,10
+boxing,4.47,2.59,19,5.73,3.15,22,5.63,1.86,19,5.5,3.08,6,4.0,2.31,13,5.45,3.01,11,6.0,3.41,11,6.5,1.93,8,5.0,1.61,11,5.82,2.27,11,2.62,1.77,8,5.91,3.02,11,5.55,3.42,11,5.77,1.74,13,5.33,2.25,6,4.92,2.6,13,3.5,2.51,6,4.64,3.37,14,7.62,1.51,8,6.22,1.92,9,5.1,1.73,10
+boy,5.84,1.7,38,4.11,2.49,45,5.5,2.13,24,4.57,1.6,14,6.58,1.28,24,3.69,2.41,16,4.39,2.57,28,5.25,1.98,8,5.62,2.25,16,5.52,1.72,21,6.24,1.64,17,3.72,2.74,18,4.37,2.32,27,5.53,2.45,17,5.5,1.22,6,5.95,1.72,19,5.74,1.73,19,3.9,2.77,20,4.28,2.28,25,6.06,2.08,16,4.38,1.85,8
+boycott,4.2,1.82,20,5.0,2.41,20,6.52,2.23,21,3.43,1.4,7,4.62,1.94,13,4.78,2.44,9,5.18,2.48,11,6.5,2.81,6,6.53,2.07,15,5.3,1.7,10,3.0,1.22,9,4.75,3.15,8,5.17,1.9,12,6.36,2.31,14,6.86,2.19,7,4.27,2.2,11,4.11,1.36,9,4.75,2.67,12,5.38,2.07,8,5.91,2.77,11,7.2,1.23,10
+boyfriend,7.06,2.41,18,4.9,3.1,21,5.17,2.01,18,5.38,1.92,8,8.4,1.9,10,5.29,2.98,7,4.71,3.24,14,4.91,2.26,11,5.57,1.62,7,6.36,2.34,11,8.14,2.27,7,4.33,3.77,9,5.33,2.57,12,5.27,2.57,11,5.0,0.58,7,6.42,2.54,12,8.33,1.63,6,4.17,3.38,12,5.89,2.52,9,6.22,1.86,9,4.11,1.62,9
+boyhood,5.42,1.98,19,3.45,2.14,20,5.35,1.95,20,7.67,2.31,3,4.87,1.64,15,3.8,2.39,10,3.1,1.91,10,5.6,1.9,10,5.1,2.08,10,4.0,1.41,6,6.0,1.95,12,2.86,2.12,7,3.77,2.17,13,5.62,2.5,8,5.17,1.59,12,5.83,1.8,12,4.71,2.21,7,3.2,2.2,10,3.7,2.16,10,5.0,2.29,9,5.64,1.69,11
+boyish,5.73,1.49,22,4.63,2.01,19,5.62,1.77,21,4.6,1.14,5,6.12,1.45,16,4.5,2.2,8,4.73,1.95,11,6.0,1.63,10,5.27,1.9,11,5.17,1.53,12,6.4,1.17,10,4.3,1.95,10,5.0,2.12,9,5.33,2.02,12,6.0,1.41,9,5.82,1.54,11,5.64,1.5,11,4.25,1.75,8,4.91,2.21,11,6.0,2.12,9,5.33,1.5,12
+boysenberry,5.95,1.5,20,3.19,1.81,21,5.8,2.38,25,5.67,0.58,3,6.0,1.62,17,3.0,2.24,7,3.08,1.5,13,6.25,1.39,8,5.59,2.74,17,5.14,1.57,7,6.38,1.33,13,2.86,1.86,7,3.15,1.72,13,5.64,2.56,14,6.0,2.24,11,5.78,1.09,9,6.09,1.81,11,3.09,1.76,11,3.3,1.95,10,6.0,2.66,18,5.29,1.5,7
+bozo,4.35,2.25,23,4.32,2.66,22,4.5,2.37,20,4.5,2.2,8,4.27,2.34,15,4.5,2.46,10,4.17,2.92,12,5.43,1.99,7,4.0,2.48,13,3.83,2.21,12,4.91,2.26,11,3.0,2.0,11,5.64,2.66,11,4.87,2.47,15,3.4,1.82,5,3.82,1.72,11,4.83,2.62,12,5.2,2.04,10,3.58,2.97,12,4.6,2.72,10,4.4,2.12,10
+bra,5.9,1.76,21,3.92,2.24,24,5.63,2.34,19,6.44,1.59,9,5.5,1.83,12,4.0,2.68,6,4.0,2.18,17,5.0,2.38,7,6.0,2.34,12,6.12,1.67,16,5.2,2.05,5,3.64,2.37,14,4.56,2.07,9,6.0,2.5,9,5.3,2.26,10,6.75,1.54,12,4.78,1.39,9,4.06,2.29,16,3.62,2.26,8,5.45,2.77,11,5.88,1.73,8
+brace,4.85,1.09,20,3.9,2.26,21,4.97,2.48,32,5.3,0.67,10,4.4,1.26,10,4.25,2.43,8,3.69,2.21,13,5.23,2.77,13,4.79,2.32,19,4.78,0.83,9,4.91,1.3,11,4.85,2.08,13,2.38,1.69,8,5.38,2.6,21,4.18,2.14,11,4.6,0.97,10,5.1,1.2,10,4.0,2.42,14,3.71,2.06,7,5.56,2.16,16,4.38,2.7,16
+bracelet,6.48,1.7,23,3.96,2.65,24,5.0,2.0,26,5.8,1.14,10,7.0,1.91,13,3.44,2.46,9,4.27,2.79,15,4.46,1.94,13,5.54,1.98,13,6.5,1.96,10,6.46,1.56,13,3.75,2.53,12,4.17,2.86,12,4.42,1.98,12,5.5,1.95,14,6.75,1.82,12,6.18,1.6,11,4.67,2.77,12,3.25,2.42,12,4.91,1.64,11,5.07,2.28,15
+bracket,4.63,1.07,19,3.15,1.9,20,5.05,2.26,20,5.0,0.0,3,4.56,1.15,16,4.0,2.0,5,2.87,1.85,15,5.67,2.34,6,4.79,2.26,14,4.8,1.14,10,4.44,1.01,9,2.57,1.72,7,3.46,1.98,13,5.0,2.71,10,5.1,1.85,10,4.88,0.35,8,4.45,1.37,11,2.89,1.83,9,3.36,2.01,11,5.75,3.33,8,4.58,1.08,12
+brag,4.05,1.36,20,3.5,2.19,20,5.32,1.89,22,4.14,0.69,7,4.0,1.63,13,3.44,2.19,9,3.55,2.3,11,5.83,2.48,6,5.12,1.67,16,3.6,1.17,10,4.44,1.51,9,3.25,2.05,8,3.67,2.35,12,5.6,1.8,15,4.71,2.06,7,3.55,1.29,11,4.67,1.22,9,3.83,2.17,12,3.0,2.27,8,5.91,2.07,11,4.73,1.56,11
+braid,5.78,1.73,18,3.9,2.66,21,5.6,2.37,20,4.5,0.71,2,5.94,1.77,16,3.5,2.59,6,4.07,2.76,15,4.67,2.73,6,6.0,2.18,14,5.8,1.48,10,5.75,2.12,8,4.29,2.81,7,3.71,2.67,14,5.3,2.67,10,5.9,2.13,10,5.71,2.43,7,5.82,1.25,11,4.56,3.05,9,3.42,2.35,12,5.38,2.45,8,5.75,2.42,12
+brain,6.22,1.63,18,3.35,2.78,20,6.28,1.81,18,5.5,1.41,8,6.8,1.62,10,3.71,3.04,7,3.15,2.73,13,6.45,1.57,11,6.0,2.24,7,6.0,1.61,11,6.57,1.72,7,3.56,3.21,9,3.18,2.52,11,6.73,1.68,11,5.57,1.9,7,5.83,1.4,12,7.0,1.9,6,3.58,3.26,12,3.0,2.0,8,6.56,1.67,9,6.0,2.0,9
+brainless,3.57,1.86,21,3.95,2.44,22,4.11,2.72,27,3.8,1.48,10,3.36,2.2,11,4.0,2.58,7,3.93,2.46,15,4.41,3.14,17,3.6,1.84,10,4.27,2.0,11,2.8,1.4,10,3.4,3.05,5,4.12,2.32,17,4.0,3.16,14,4.23,2.28,13,3.62,2.26,13,3.5,1.07,8,3.4,2.8,10,4.42,2.11,12,4.07,2.84,14,4.15,2.7,13
+brainstorm,6.57,1.75,21,4.29,2.84,24,6.55,2.61,20,7.12,1.46,8,6.23,1.88,13,5.5,2.43,6,3.89,2.91,18,6.73,2.37,11,6.33,3.0,9,6.08,1.88,12,7.22,1.39,9,4.7,2.95,10,4.0,2.83,14,6.46,2.79,13,6.71,2.43,7,6.07,1.64,14,7.57,1.62,7,4.44,2.71,16,4.0,3.25,8,6.5,2.58,12,6.62,2.83,8
+brainwash,3.11,1.75,18,5.9,2.36,20,2.88,2.15,25,2.8,1.48,5,3.23,1.88,13,6.82,2.32,11,4.78,1.99,9,3.38,2.36,16,2.0,1.41,9,3.14,1.95,7,3.09,1.7,11,4.78,2.77,9,6.82,1.54,11,2.95,2.19,20,2.6,2.19,5,3.0,1.5,9,3.22,2.05,9,5.64,2.58,11,6.22,2.17,9,3.16,2.32,19,2.0,1.26,6
+brainy,6.26,1.56,19,5.05,2.44,20,6.92,1.82,24,6.46,1.71,13,5.83,1.17,6,6.2,2.95,5,4.67,2.23,15,6.46,2.03,13,7.45,1.44,11,6.89,1.54,9,5.7,1.42,10,5.57,3.36,7,4.77,1.88,13,6.64,2.25,11,7.15,1.41,13,6.56,1.51,9,6.0,1.63,10,5.8,2.49,10,4.3,2.26,10,6.89,1.69,9,6.93,1.94,15
+brake,4.9,1.51,21,3.82,2.65,22,5.67,2.66,18,5.56,1.74,9,4.42,1.16,12,4.5,2.84,10,3.25,2.45,12,5.8,2.97,10,5.5,2.39,8,5.57,2.23,7,4.69,0.85,13,4.64,2.66,11,3.0,2.49,11,5.57,2.99,7,5.73,2.57,11,5.31,1.6,13,4.25,1.16,8,3.82,3.19,11,3.82,2.14,11,4.44,2.55,9,6.89,2.26,9
+bran,4.84,2.17,19,2.26,1.85,19,5.05,1.99,19,5.33,0.58,3,4.73,2.43,15,2.0,2.0,9,2.5,1.78,10,5.22,1.64,9,4.9,2.33,10,5.33,2.94,6,4.58,1.88,12,2.14,2.19,7,2.33,1.72,12,4.5,2.2,8,5.45,1.81,11,4.83,2.21,12,4.86,2.27,7,2.44,2.13,9,2.1,1.66,10,5.11,1.76,9,5.0,2.26,10
+branch,5.15,1.76,20,2.67,1.91,18,4.91,1.97,22,4.8,2.05,5,5.27,1.71,15,2.83,1.83,6,2.58,2.02,12,4.1,1.73,10,5.58,1.98,12,5.4,1.26,10,4.9,2.18,10,2.6,2.01,10,2.75,1.91,8,4.55,2.07,11,5.27,1.9,11,5.33,1.97,12,4.88,1.46,8,2.11,1.69,9,3.22,2.05,9,4.55,2.5,11,5.27,1.27,11
+brand,5.05,2.12,19,2.82,2.32,22,4.57,1.97,28,4.17,1.72,6,5.46,2.22,13,1.82,1.25,11,3.82,2.75,11,4.64,2.34,11,4.53,1.77,17,4.91,2.34,11,5.25,1.91,8,2.09,1.45,11,3.55,2.84,11,4.39,2.23,18,4.9,1.45,10,4.69,1.8,13,5.83,2.71,6,3.0,2.35,14,2.5,2.39,8,4.12,2.03,16,5.17,1.8,12
+brandy,5.67,1.71,21,3.86,2.34,22,5.5,1.6,22,5.64,1.8,11,5.7,1.7,10,4.18,2.64,11,3.55,2.07,11,6.0,1.6,8,5.31,1.6,13,5.9,1.45,10,5.45,1.97,11,4.4,2.76,10,3.42,1.93,12,5.79,1.76,14,5.14,1.21,7,5.62,2.02,13,5.75,1.16,8,4.0,2.57,14,3.62,2.0,8,5.5,1.7,14,5.5,1.51,8
+brash,4.38,1.4,21,3.55,2.22,22,5.33,2.2,27,4.4,1.51,10,4.36,1.36,11,2.57,1.99,7,4.0,2.24,15,5.06,2.41,17,5.8,1.81,10,4.73,1.42,11,4.0,1.33,10,2.6,2.19,5,3.82,2.21,17,5.14,2.66,14,5.54,1.66,13,4.54,1.39,13,4.12,1.46,8,3.3,2.63,10,3.75,1.91,12,5.5,2.47,14,5.15,1.95,13
+brass,5.05,1.85,20,4.0,2.43,20,5.95,1.72,21,5.83,2.23,6,4.71,1.64,14,4.62,2.33,8,3.58,2.5,12,6.18,1.78,11,5.7,1.7,10,5.5,2.59,6,4.86,1.51,14,4.4,2.37,10,3.6,2.55,10,5.93,1.98,14,6.0,1.15,7,5.86,2.61,7,4.62,1.19,13,4.43,2.62,14,3.0,1.67,6,6.0,1.71,12,5.89,1.83,9
+brass knuckle,4.25,2.17,20,5.23,2.29,22,5.53,2.72,19,4.78,2.44,9,3.82,1.94,11,5.2,3.35,5,5.12,2.03,16,5.5,3.39,6,5.54,2.5,13,4.57,1.99,14,3.5,2.59,6,4.17,2.41,12,6.44,1.42,9,5.44,2.01,9,5.6,3.34,10,5.3,2.21,10,3.2,1.62,10,4.08,2.31,12,6.6,1.35,10,6.17,3.06,6,5.23,2.62,13
+brassiere,6.0,2.05,19,4.68,2.38,19,5.54,2.32,24,6.15,2.41,13,5.67,1.03,6,6.6,1.67,5,4.0,2.25,14,6.0,2.08,13,5.0,2.57,11,6.33,2.24,9,5.7,1.95,10,5.71,2.63,7,4.08,2.11,12,5.36,2.46,11,5.69,2.29,13,6.67,1.32,9,5.4,2.46,10,4.9,2.81,10,4.44,1.94,9,5.56,2.46,9,5.53,2.33,15
+brat,2.67,1.57,18,4.67,2.01,21,4.61,2.55,23,3.5,3.54,2,2.56,1.36,16,5.38,1.3,8,4.23,2.28,13,5.89,2.57,9,3.79,2.26,14,2.25,0.89,8,3.0,1.94,10,4.78,1.72,9,4.58,2.27,12,5.07,2.81,15,3.75,1.83,8,2.29,1.11,7,2.91,1.81,11,5.5,1.65,10,3.91,2.07,11,4.54,3.15,13,4.7,1.64,10
+bratwurst,5.65,2.33,23,2.75,1.65,20,4.81,1.86,21,6.0,2.55,9,5.43,2.24,14,2.89,1.36,9,2.64,1.91,11,5.17,2.64,6,4.67,1.54,15,5.36,2.58,11,5.82,2.23,11,2.75,1.75,8,2.75,1.66,12,5.07,1.94,14,4.29,1.7,7,5.54,2.47,13,5.8,2.25,10,2.92,1.83,12,2.5,1.41,8,4.91,2.26,11,4.7,1.42,10
+bravado,5.89,1.81,18,4.7,2.41,20,6.04,1.93,25,6.6,1.14,5,5.62,1.98,13,5.55,2.25,11,3.67,2.29,9,6.19,1.94,16,5.78,1.99,9,6.0,1.83,7,5.82,1.89,11,3.67,3.12,9,5.55,1.21,11,6.1,2.1,20,5.8,1.1,5,5.33,1.8,9,6.44,1.74,9,5.09,2.88,11,4.22,1.72,9,5.68,1.95,19,7.17,1.47,6
+brave,7.38,1.46,42,4.95,2.28,43,6.84,2.03,55,7.76,1.2,17,7.12,1.59,25,4.7,2.26,10,5.06,2.34,32,6.78,2.05,18,6.86,2.04,37,7.38,1.5,29,7.38,1.45,13,4.53,2.33,15,5.18,2.26,28,6.52,2.26,29,7.19,1.7,26,7.43,1.44,23,7.32,1.53,19,5.05,2.3,19,4.88,2.31,24,7.06,2.18,33,6.5,1.77,22
+bravery,7.38,1.4,21,5.84,2.29,19,6.57,1.86,21,7.17,1.47,6,7.47,1.41,15,5.62,2.26,8,6.0,2.41,11,6.82,1.78,11,6.3,2.0,10,7.5,1.38,6,7.33,1.45,15,6.2,2.66,10,5.44,1.88,9,6.14,1.99,14,7.43,1.27,7,7.0,1.83,7,7.57,1.16,14,5.57,2.5,14,6.6,1.52,5,6.58,1.98,12,6.56,1.81,9
+brawl,3.64,1.92,22,5.38,2.5,21,4.73,2.35,22,4.0,2.11,14,3.0,1.41,8,6.09,2.63,11,4.44,2.3,9,5.83,2.23,6,4.31,2.33,16,3.7,2.31,10,3.58,1.62,12,4.55,2.58,11,6.3,2.16,10,4.69,1.97,13,4.78,2.95,9,3.5,2.2,12,3.8,1.62,10,5.08,2.69,13,5.88,2.23,8,4.92,2.27,12,4.5,2.55,10
+brawn,5.0,0.97,18,4.65,1.63,20,5.57,2.0,23,4.6,0.55,5,5.33,0.89,12,5.0,1.26,6,4.5,1.79,14,6.4,1.35,10,4.92,2.22,13,5.14,1.07,7,5.1,0.74,10,4.57,1.62,7,4.69,1.7,13,4.82,1.54,11,6.25,2.18,12,4.91,1.14,11,5.14,0.69,7,4.6,1.65,10,4.7,1.7,10,6.21,1.58,14,4.56,2.24,9
+brazen,5.0,1.58,21,5.67,1.59,21,5.64,2.34,25,5.58,1.38,12,4.22,1.56,9,5.71,1.5,7,5.64,1.69,14,5.3,2.0,10,5.87,2.59,15,4.5,1.73,4,5.12,1.58,17,5.7,1.7,10,5.64,1.57,11,5.57,1.9,7,5.67,2.54,18,5.08,1.56,12,4.89,1.69,9,5.31,1.75,13,6.25,1.16,8,4.89,1.96,9,6.06,2.49,16
+breach,3.67,1.77,21,3.46,2.64,24,4.76,2.59,17,4.5,1.93,8,3.15,1.52,13,5.17,2.56,6,2.89,2.47,18,4.89,2.98,9,4.62,2.26,8,4.25,1.86,12,2.89,1.36,9,3.8,2.82,10,3.21,2.58,14,4.9,2.81,10,4.57,2.44,7,3.5,1.7,14,4.0,2.0,7,3.75,2.38,16,2.88,3.18,8,5.22,2.77,9,4.25,2.43,8
+bread,6.52,1.94,21,3.85,2.3,20,6.05,2.53,19,6.77,1.64,13,6.12,2.42,8,5.29,1.11,7,3.08,2.43,13,6.0,2.77,7,6.08,2.5,12,6.83,1.9,12,6.11,2.03,9,4.11,2.15,9,3.64,2.5,11,6.1,2.38,10,6.0,2.83,9,6.92,1.83,12,6.0,2.06,9,5.29,2.21,7,3.08,2.02,13,6.14,2.04,7,6.0,2.86,12
+breadth,4.63,1.16,19,3.61,2.12,18,5.5,2.37,16,5.0,0.63,11,4.12,1.55,8,4.0,2.0,4,3.5,2.21,14,4.75,2.55,8,6.25,2.05,8,4.75,0.89,8,4.55,1.37,11,3.71,1.89,7,3.55,2.34,11,6.0,2.45,6,5.2,2.39,10,4.54,1.2,13,4.83,1.17,6,3.27,2.41,11,4.14,1.57,7,5.33,2.25,6,5.6,2.55,10
+break,5.1,2.45,21,4.71,2.26,21,4.5,2.07,18,5.0,2.28,6,5.36,2.53,14,3.29,2.29,7,5.43,1.95,14,4.78,2.11,9,4.12,2.23,8,5.15,2.44,13,5.43,2.51,7,4.56,2.46,9,4.83,2.21,12,5.4,2.27,10,3.38,1.06,8,4.77,2.31,13,5.62,2.72,8,4.67,2.8,6,4.73,2.12,15,5.2,2.49,10,3.62,0.92,8
+breakaway,4.67,2.18,21,4.6,2.46,20,5.81,2.04,21,4.5,2.17,6,4.73,2.25,15,4.75,2.76,8,4.5,2.35,12,6.09,2.17,11,5.5,1.96,10,3.5,1.76,6,5.13,2.2,15,4.5,2.76,10,4.7,2.26,10,5.57,2.31,14,6.29,1.38,7,4.57,2.64,7,4.71,2.02,14,4.5,2.77,14,4.83,1.72,6,5.75,2.22,12,5.89,1.9,9
+breakdown,3.48,1.91,21,4.73,2.62,22,3.62,1.8,21,4.0,2.29,9,3.08,1.56,12,4.0,2.83,6,5.27,2.43,15,3.67,2.34,6,3.6,1.64,15,3.89,1.96,9,3.17,1.9,12,4.2,3.11,5,4.88,2.55,17,4.3,2.21,10,3.0,1.1,11,3.58,2.15,12,3.33,1.66,9,4.22,2.64,9,5.08,2.66,13,4.0,2.3,12,3.11,0.6,9
+breaker,3.91,1.19,22,4.75,2.43,20,5.52,1.56,23,4.29,1.11,7,3.86,1.17,14,5.6,2.97,5,4.47,2.26,15,5.2,1.14,10,5.77,1.83,13,3.88,1.55,8,4.08,0.86,13,5.29,3.09,7,4.46,2.07,13,5.18,1.72,11,5.83,1.4,12,3.71,1.27,14,4.25,1.04,8,4.36,2.87,11,5.22,1.79,9,5.21,1.48,14,6.0,1.66,9
+breakfast,7.39,1.79,18,5.0,2.49,20,6.83,1.65,18,6.5,2.07,8,8.1,1.2,10,4.0,2.71,7,5.54,2.3,13,7.0,1.48,11,6.57,1.99,7,7.0,2.0,11,8.0,1.29,7,5.33,2.6,9,4.73,2.49,11,7.45,1.44,11,5.86,1.57,7,7.17,1.99,12,7.83,1.33,6,5.0,2.76,12,5.0,2.2,8,6.89,1.9,9,6.78,1.48,9
+breaking and entering,2.0,1.94,19,5.68,2.75,22,2.7,1.94,27,2.0,1.67,6,2.0,2.12,13,6.18,2.32,11,5.18,3.16,11,3.55,2.46,11,2.12,1.26,16,2.45,2.42,11,1.38,0.74,8,5.82,2.4,11,5.55,3.17,11,2.82,2.19,17,2.5,1.51,10,1.85,1.52,13,2.33,2.8,6,5.36,3.2,14,6.25,1.75,8,2.87,2.36,15,2.5,1.31,12
+breakthrough,6.35,1.76,20,5.68,2.4,22,6.58,1.87,19,6.78,1.64,9,6.0,1.84,11,6.0,3.08,5,5.56,2.34,16,6.33,2.34,6,6.69,1.7,13,6.21,1.63,14,6.67,2.16,6,4.75,2.14,12,6.89,2.42,9,6.56,1.59,9,6.6,2.17,10,6.1,2.08,10,6.6,1.43,10,4.5,2.43,12,7.1,1.45,10,6.83,1.83,6,6.46,1.94,13
+breakup,2.19,1.17,21,6.33,1.53,21,3.72,2.09,25,2.42,1.16,12,1.89,1.17,9,6.71,1.11,7,6.14,1.7,14,4.4,2.55,10,3.27,1.67,15,1.0,0.0,4,2.47,1.12,17,6.5,1.58,10,6.18,1.54,11,4.43,2.76,7,3.44,1.79,18,2.08,1.31,12,2.33,1.0,9,5.85,1.63,13,7.12,0.99,8,4.11,2.52,9,3.5,1.86,16
+breast,6.64,1.91,42,5.39,2.95,18,5.0,2.23,24,7.7,1.53,20,5.68,1.73,22,7.0,2.9,6,4.58,2.75,12,4.8,1.99,10,5.14,2.44,14,7.19,1.56,16,6.31,2.05,26,5.7,3.16,10,5.0,2.83,8,4.86,2.97,7,5.06,1.95,17,6.72,2.22,18,6.58,1.69,24,5.22,3.31,9,5.56,2.74,9,3.44,2.13,9,5.93,1.75,15
+breath,6.61,1.79,18,2.35,1.9,20,5.78,2.65,18,5.38,1.6,8,7.6,1.26,10,2.57,1.81,7,2.23,2.01,13,5.55,2.7,11,6.14,2.73,7,6.18,1.94,11,7.29,1.38,7,1.78,1.64,9,2.82,2.04,11,6.55,2.42,11,4.57,2.7,7,6.75,1.54,12,6.33,2.34,6,2.08,1.73,12,2.75,2.19,8,5.78,3.19,9,5.78,2.17,9
+breathe,7.17,1.69,18,2.6,2.19,20,6.22,2.67,18,6.62,2.07,8,7.6,1.26,10,2.43,1.81,7,2.69,2.43,13,5.82,2.52,11,6.86,2.97,7,7.0,1.9,11,7.43,1.4,7,2.0,2.29,9,3.09,2.07,11,7.36,2.11,11,4.43,2.57,7,7.17,1.64,12,7.17,1.94,6,2.25,2.18,12,3.12,2.23,8,5.67,3.28,9,6.78,1.92,9
+breather,5.95,1.88,20,2.85,1.66,20,5.42,2.28,24,4.75,3.3,4,6.25,1.34,16,2.5,1.29,4,2.94,1.77,16,5.22,2.64,9,5.53,2.13,15,5.5,2.14,8,6.25,1.71,12,3.22,1.64,9,2.55,1.69,11,5.0,2.39,14,6.0,2.11,10,5.91,2.12,11,6.0,1.66,9,2.33,1.58,9,3.27,1.68,11,5.59,2.45,17,5.0,1.91,7
+breathless,4.95,1.96,20,5.73,2.27,22,5.19,2.91,26,5.86,2.27,7,4.46,1.66,13,5.3,1.83,10,6.08,2.61,12,5.67,2.89,15,4.5,3.1,10,4.82,1.94,11,5.11,2.09,9,4.56,2.35,9,6.54,1.9,13,6.06,3.11,16,3.67,2.06,9,4.92,2.06,13,5.0,1.91,7,5.25,2.38,16,7.0,1.41,6,5.08,3.23,12,5.29,2.73,14
+breathtaking,7.0,2.0,20,5.38,2.84,21,5.52,2.5,25,6.5,2.38,4,7.12,1.96,16,6.25,2.36,4,5.18,2.96,17,5.44,2.6,9,5.56,2.53,16,6.75,2.05,8,7.17,2.04,12,5.1,3.31,10,5.64,2.46,11,5.14,2.91,14,6.0,1.9,11,7.27,1.42,11,6.67,2.6,9,5.6,2.76,10,5.18,3.03,11,5.78,2.37,18,4.86,2.91,7
+breech,3.14,1.39,21,3.57,2.71,23,5.05,2.19,20,3.12,1.36,8,3.15,1.46,13,5.17,2.71,6,3.0,2.55,17,5.36,2.2,11,4.67,2.24,9,3.25,1.54,12,3.0,1.22,9,4.4,2.67,10,2.92,2.66,13,5.23,2.17,13,4.71,2.36,7,3.36,1.34,14,2.71,1.5,7,4.27,2.6,15,2.25,2.55,8,5.17,2.29,12,4.88,2.17,8
+breed,5.74,0.93,19,4.1,2.43,21,6.17,2.19,23,6.33,1.15,3,5.62,0.89,16,5.12,2.47,8,3.46,2.26,13,6.78,2.11,9,5.79,2.22,14,5.67,0.71,9,5.8,1.14,10,3.78,2.05,9,4.33,2.74,12,7.07,1.67,15,4.5,2.14,8,6.14,0.9,7,5.5,0.9,12,4.9,2.18,10,3.36,2.5,11,6.38,2.6,13,5.9,1.6,10
+breeder,4.71,1.65,21,3.79,2.54,24,5.3,2.49,20,5.88,1.13,8,4.0,1.53,13,4.67,1.97,6,3.5,2.68,18,5.27,2.57,11,5.33,2.55,9,4.58,1.83,12,4.89,1.45,9,3.9,2.81,10,3.71,2.43,14,5.31,2.36,13,5.29,2.93,7,4.36,1.78,14,5.43,1.13,7,4.5,2.56,16,2.38,1.92,8,4.92,2.47,12,5.88,2.59,8
+breeding,5.62,1.72,21,3.95,2.68,20,5.41,2.56,22,6.67,1.63,6,5.2,1.61,15,4.62,3.34,8,3.5,2.2,12,5.67,2.57,12,5.1,2.64,10,6.33,1.8,9,5.08,1.51,12,4.11,2.98,9,3.82,2.56,11,4.29,2.87,7,5.93,2.31,15,5.7,2.06,10,5.55,1.44,11,3.85,2.58,13,4.14,3.08,7,6.0,2.98,12,4.7,1.83,10
+breeze,7.61,1.33,18,3.2,2.5,44,4.55,2.5,20,7.2,1.79,5,7.77,1.17,13,3.19,2.75,21,3.22,2.32,23,4.0,2.16,10,5.1,2.81,10,7.22,1.48,9,8.0,1.12,9,3.05,2.4,22,3.36,2.65,22,3.75,2.6,8,5.08,2.39,12,7.71,1.38,7,7.55,1.37,11,3.17,2.43,24,3.25,2.65,20,3.22,2.54,9,5.64,1.96,11
+breezy,6.26,1.88,19,4.19,2.82,21,5.76,2.26,33,6.67,1.58,9,5.9,2.13,10,4.0,2.93,8,4.31,2.87,13,5.62,2.36,13,5.85,2.25,20,6.0,1.66,9,6.5,2.12,10,4.69,2.66,13,3.38,3.07,8,5.81,2.46,21,5.67,1.97,12,6.3,1.7,10,6.22,2.17,9,4.14,3.03,14,4.29,2.56,7,5.47,1.91,17,6.06,2.62,16
+brethren,5.62,1.75,21,3.71,2.0,21,5.48,2.5,25,5.92,1.73,12,5.22,1.79,9,3.71,2.29,7,3.71,1.94,14,5.6,2.32,10,5.4,2.69,15,6.25,1.89,4,5.47,1.74,17,4.3,2.31,10,3.18,1.6,11,5.86,2.79,7,5.33,2.45,18,5.83,1.95,12,5.33,1.5,9,4.0,1.87,13,3.25,2.25,8,4.78,2.33,9,5.88,2.58,16
+brew,5.42,1.95,19,3.5,2.48,18,5.71,2.16,24,5.8,2.95,5,5.29,1.59,14,5.2,2.28,5,2.85,2.3,13,5.69,2.14,13,5.73,2.28,11,6.0,1.83,10,4.78,1.99,9,5.57,2.3,7,2.18,1.54,11,5.44,2.34,16,6.25,1.75,8,5.07,1.9,14,6.4,1.95,5,3.67,2.81,12,3.17,1.83,6,5.87,1.92,15,5.44,2.6,9
+brewery,5.74,2.33,19,4.75,2.97,20,5.46,2.3,24,6.38,2.36,13,4.33,1.63,6,4.4,2.7,5,4.87,3.14,15,5.92,2.14,13,4.91,2.47,11,5.33,2.69,9,6.1,2.02,10,4.71,3.35,7,4.77,2.89,13,5.73,2.41,11,5.23,2.28,13,5.67,2.24,9,5.8,2.53,10,4.1,2.88,10,5.4,3.06,10,6.11,2.76,9,5.07,1.98,15
+brewing,6.62,1.6,21,5.85,2.41,20,5.19,2.11,36,7.12,1.81,8,6.31,1.44,13,6.4,1.82,5,5.67,2.61,15,4.82,2.04,11,5.36,2.16,25,7.0,1.73,13,6.0,1.2,8,5.83,2.21,12,5.88,2.85,8,4.95,2.33,20,5.5,1.83,16,6.36,1.43,11,6.9,1.79,10,5.91,2.59,11,5.78,2.33,9,5.23,2.37,22,5.14,1.7,14
+briar,4.95,1.72,19,4.0,2.39,22,4.58,1.92,19,5.22,1.2,9,4.7,2.11,10,3.86,2.67,7,4.21,2.36,14,4.8,1.93,10,4.33,2.0,9,5.11,2.03,9,4.8,1.48,10,5.2,2.49,10,3.09,1.92,11,4.38,1.41,8,4.9,2.33,10,5.08,2.15,12,4.71,0.49,7,3.95,2.57,19,4.33,0.58,3,4.12,1.46,8,4.91,2.21,11
+bribe,3.32,0.89,19,4.44,2.28,18,4.59,2.67,17,3.45,0.82,11,3.12,0.99,8,5.25,2.87,4,4.21,2.15,14,5.62,2.67,8,3.67,2.45,9,3.38,0.52,8,3.27,1.1,11,4.29,2.36,7,4.55,2.34,11,4.67,3.2,6,4.55,2.5,11,3.46,0.52,13,3.0,1.41,6,4.0,2.45,11,5.14,1.95,7,4.29,2.75,7,4.8,2.74,10
+bribery,3.59,1.74,22,5.05,2.3,19,4.14,2.13,21,4.2,1.92,5,3.38,1.75,16,5.25,2.25,8,4.91,2.43,11,3.6,2.27,10,4.64,1.96,11,3.83,1.75,12,3.3,1.77,10,5.6,1.71,10,4.44,2.79,9,4.5,2.32,12,3.67,1.87,9,3.55,1.81,11,3.64,1.75,11,5.25,1.67,8,4.91,2.74,11,3.56,1.67,9,4.58,2.39,12
+brick,4.65,1.23,20,2.53,1.81,19,5.0,1.88,18,4.86,0.9,7,4.54,1.39,13,2.89,2.26,9,2.2,1.32,10,6.2,2.68,5,4.54,1.33,13,4.6,1.58,10,4.56,0.73,9,2.25,1.16,8,2.73,2.2,11,4.92,2.06,13,5.2,1.48,5,4.45,1.63,11,4.89,0.33,9,2.58,1.31,12,2.43,2.57,7,5.0,2.5,9,5.0,1.12,9
+bridal,6.2,2.19,20,4.84,2.87,19,5.54,1.73,26,6.36,1.8,11,6.0,2.69,9,4.67,2.34,6,4.92,3.17,13,5.54,1.76,13,5.54,1.76,13,6.0,2.57,11,6.44,1.74,9,5.55,2.66,11,3.88,3.04,8,5.41,1.54,17,5.78,2.11,9,6.2,2.66,10,6.2,1.75,10,4.92,3.18,12,4.71,2.5,7,5.19,1.33,16,6.1,2.18,10
+bride,6.8,1.92,40,4.5,2.82,44,6.08,2.35,48,6.59,1.87,22,7.06,2.01,18,4.71,3.04,17,4.37,2.73,27,6.12,2.57,26,6.05,2.13,22,6.52,1.99,21,7.11,1.85,19,4.36,2.87,14,4.57,2.85,30,6.66,2.13,29,5.21,2.46,19,6.75,2.09,24,6.88,1.71,16,4.27,3.05,26,4.83,2.5,18,6.0,2.58,26,6.18,2.11,22
+bridegroom,6.1,2.05,21,4.33,2.82,24,4.75,2.47,20,5.5,1.69,8,6.46,2.22,13,5.33,1.97,6,4.0,3.03,18,4.73,2.33,11,4.78,2.77,9,5.75,2.49,12,6.56,1.24,9,5.1,3.07,10,3.79,2.61,14,4.85,2.61,13,4.57,2.37,7,6.5,2.14,14,5.29,1.7,7,4.5,2.8,16,4.0,3.02,8,3.92,2.02,12,6.0,2.67,8
+bridesmaid,6.19,1.83,21,4.82,2.87,22,5.05,2.4,21,6.22,1.56,9,6.17,2.08,12,3.83,3.19,6,4.93,2.66,15,4.67,2.34,6,5.2,2.48,15,5.67,2.18,9,6.58,1.51,12,7.4,3.58,5,4.06,2.22,17,5.3,2.5,10,4.82,2.4,11,6.42,2.02,12,5.89,1.62,9,5.56,2.51,9,4.31,3.09,13,5.17,2.29,12,4.89,2.67,9
+bridge,5.44,1.42,18,3.48,2.73,21,4.78,1.96,18,4.88,1.46,8,5.9,1.29,10,2.71,2.75,7,3.86,2.74,14,5.0,1.79,11,4.43,2.3,7,5.18,1.4,11,5.86,1.46,7,3.78,3.07,9,3.25,2.56,12,5.18,2.09,11,4.14,1.68,7,5.0,1.21,12,6.33,1.51,6,4.0,2.76,12,2.78,2.68,9,5.33,2.24,9,4.22,1.56,9
+brief,6.0,1.41,19,3.42,2.21,24,5.39,2.06,28,5.88,0.99,8,6.09,1.7,11,3.33,2.18,9,3.47,2.29,15,5.57,2.21,14,5.21,1.97,14,5.56,1.13,9,6.4,1.58,10,3.42,2.35,12,3.42,2.15,12,4.29,1.86,14,6.5,1.65,14,5.6,1.07,10,6.44,1.67,9,3.58,2.35,12,3.25,2.14,12,4.92,1.73,12,5.75,2.27,16
+briefcase,5.2,1.4,20,3.59,1.99,22,6.33,1.85,21,5.67,0.87,9,4.82,1.66,11,3.5,2.27,10,3.67,1.83,12,5.38,1.92,8,6.92,1.61,13,5.43,1.02,14,4.67,2.07,6,3.12,2.3,8,3.86,1.83,14,6.0,1.41,8,6.54,2.11,13,5.3,1.06,10,5.1,1.73,10,3.67,2.19,12,3.5,1.84,10,6.75,1.76,12,5.78,1.92,9
+briefing,4.76,1.41,21,3.58,2.19,26,5.88,2.15,24,5.25,1.58,8,4.46,1.27,13,2.8,2.04,10,4.06,2.21,16,6.56,2.01,9,5.47,2.2,15,4.86,0.69,7,4.71,1.68,14,3.77,1.88,13,3.38,2.53,13,5.42,2.27,12,6.33,2.02,12,4.42,1.31,12,5.22,1.48,9,2.93,2.12,15,4.45,2.07,11,5.69,2.29,13,6.09,2.07,11
+brig,4.0,1.8,22,3.29,2.31,21,3.5,1.65,22,4.07,2.02,14,3.88,1.46,8,3.55,2.54,11,3.11,2.2,9,3.33,1.03,6,3.56,1.86,16,4.6,1.71,10,3.5,1.78,12,3.09,2.34,11,3.5,2.37,10,4.0,1.47,13,2.78,1.72,9,4.17,1.85,12,3.8,1.81,10,2.85,2.23,13,4.0,2.39,8,4.0,1.6,12,2.9,1.6,10
+brigade,4.43,1.8,21,4.44,2.24,25,5.59,2.54,22,5.0,1.85,8,4.08,1.75,13,4.92,2.5,13,3.92,1.88,12,6.54,2.18,13,4.22,2.49,9,5.12,1.73,8,4.25,1.6,12,5.21,1.72,14,3.45,2.5,11,6.33,2.23,12,4.7,2.71,10,4.5,2.17,10,4.36,1.5,11,3.71,2.14,17,6.0,1.6,8,5.6,3.03,10,5.58,2.19,12
+bright,6.84,1.86,19,5.0,2.45,20,6.38,2.16,53,6.0,2.0,3,7.0,1.86,16,4.5,2.43,6,5.21,2.52,14,6.28,2.39,32,6.6,1.82,20,6.2,2.04,10,7.56,1.42,9,6.83,0.75,6,4.21,2.52,14,6.06,2.43,31,6.9,1.64,21,6.62,1.6,8,7.0,2.1,11,4.88,2.7,8,5.08,2.39,12,6.48,2.47,25,6.29,1.88,28
+brighten,7.37,1.42,19,5.32,2.64,22,6.77,1.82,22,7.33,1.58,9,7.4,1.35,10,5.12,2.36,8,5.43,2.87,14,6.36,1.96,11,7.18,1.66,11,6.71,1.8,7,7.75,1.06,12,6.1,2.38,10,4.67,2.77,12,6.54,2.11,13,7.11,1.36,9,6.9,1.37,10,7.89,1.36,9,5.0,3.02,8,5.5,2.5,14,7.0,1.92,14,6.38,1.69,8
+brightness,7.05,1.65,19,4.39,2.39,23,5.79,2.23,19,6.11,1.54,9,7.9,1.29,10,4.0,2.38,7,4.73,2.43,15,6.0,2.36,10,5.56,2.19,9,7.22,1.79,9,6.9,1.6,10,4.9,2.96,10,4.17,1.85,12,6.0,1.77,8,5.4,2.59,10,7.25,1.66,12,6.71,1.7,7,4.1,2.34,20,6.33,2.08,3,6.25,1.67,8,5.45,2.58,11
+brilliance,7.09,1.72,22,5.24,2.7,21,6.64,1.94,22,7.0,1.96,14,7.25,1.28,8,5.64,3.01,11,4.78,2.54,9,6.0,2.53,6,6.88,1.71,16,6.9,2.13,10,7.25,1.36,12,4.45,2.7,11,6.1,2.56,10,6.69,1.93,13,6.56,2.07,9,6.67,2.02,12,7.6,1.17,10,4.69,2.87,13,6.12,2.3,8,6.67,1.83,12,6.6,2.17,10
+brilliant,7.5,2.28,22,5.95,2.8,20,7.16,2.09,19,6.77,2.71,13,8.56,0.73,9,6.57,2.99,7,5.62,2.75,13,6.57,2.51,7,7.5,1.83,12,7.33,2.84,12,7.7,1.49,10,5.33,3.12,9,6.45,2.54,11,6.4,2.41,10,8.0,1.32,9,7.75,2.3,12,7.2,2.35,10,6.43,2.23,7,5.69,3.12,13,7.0,2.24,7,7.25,2.09,12
+brim,5.21,1.18,19,4.0,2.22,23,4.79,1.65,19,5.0,1.0,9,5.4,1.35,10,3.57,2.44,7,4.27,2.22,15,4.7,1.42,10,4.89,1.96,9,5.44,1.67,9,5.0,0.47,10,4.9,2.6,10,3.33,1.72,12,4.12,1.13,8,5.2,1.93,10,5.42,1.38,12,4.86,0.69,7,3.95,2.24,20,4.33,2.52,3,4.5,1.31,8,5.0,1.9,11
+brimstone,3.67,1.56,21,3.87,2.2,23,3.65,2.06,20,4.12,0.83,8,3.38,1.85,13,4.83,1.72,6,3.53,2.29,17,3.09,1.92,11,4.33,2.12,9,3.75,1.54,12,3.56,1.67,9,4.6,2.07,10,3.31,2.21,13,3.54,2.07,13,3.86,2.19,7,3.64,1.65,14,3.71,1.5,7,3.87,1.85,15,3.88,2.9,8,3.25,2.09,12,4.25,1.98,8
+bring,5.68,1.25,22,4.29,2.05,21,5.72,2.02,18,6.33,1.21,6,5.47,1.25,15,4.43,2.3,7,4.21,2.01,14,6.0,2.29,9,5.62,1.85,8,5.57,1.16,14,6.0,1.53,7,3.67,2.35,9,4.75,1.76,12,5.4,2.32,10,6.12,1.64,8,5.64,1.15,14,5.75,1.49,8,4.5,3.15,6,4.2,1.57,15,5.7,2.45,10,5.75,1.49,8
+brink,4.95,1.27,19,4.22,2.52,23,4.53,1.78,19,4.67,0.71,9,5.2,1.62,10,4.0,2.89,7,4.47,2.45,15,4.1,1.79,10,5.0,1.73,9,5.11,1.62,9,4.8,0.92,10,4.2,3.01,10,4.42,2.19,12,4.5,1.77,8,4.2,1.55,10,5.17,1.53,12,4.57,0.53,7,4.0,2.51,20,5.67,2.52,3,4.38,1.69,8,4.64,1.91,11
+brisk,5.86,1.77,21,5.3,2.6,20,6.11,1.85,36,6.5,1.51,8,5.46,1.85,13,4.6,3.05,5,5.53,2.5,15,6.0,1.41,11,6.16,2.03,25,5.92,2.18,13,5.75,0.89,8,5.33,2.9,12,5.25,2.25,8,6.3,1.59,20,5.88,2.16,16,5.73,1.85,11,6.0,1.76,10,6.27,2.0,11,4.11,2.85,9,6.14,1.7,22,6.07,2.13,14
+brisket,5.6,1.85,20,4.27,2.27,22,5.16,2.22,19,6.33,2.12,9,5.0,1.41,11,4.2,3.63,5,4.44,1.82,16,6.33,2.07,6,4.62,2.14,13,5.07,1.64,14,6.83,1.83,6,3.75,1.66,12,5.22,2.77,9,4.44,1.67,9,5.8,2.53,10,5.5,1.08,10,5.7,2.45,10,3.58,2.23,12,5.1,2.13,10,6.0,2.45,6,4.77,2.09,13
+brittle,3.86,1.64,22,4.42,2.4,26,4.5,2.04,24,3.67,1.41,9,4.0,1.83,13,3.5,2.27,10,5.0,2.37,16,4.22,1.64,9,4.67,2.29,15,4.25,2.12,8,3.64,1.34,14,4.62,2.63,13,4.23,2.24,13,4.67,1.5,12,4.33,2.53,12,3.92,2.02,12,3.8,1.14,10,3.67,2.29,15,5.45,2.25,11,4.62,1.98,13,4.36,2.2,11
+bro,5.32,2.29,19,3.77,2.37,22,5.13,2.34,23,5.0,2.57,11,5.43,1.81,7,5.12,1.89,8,3.0,2.32,14,5.29,2.56,7,5.06,2.32,16,5.62,2.2,8,5.09,2.43,11,3.44,2.88,9,4.0,2.04,13,4.64,2.62,11,5.58,2.07,12,5.67,2.19,12,4.71,2.5,7,3.45,2.54,11,4.09,2.26,11,4.69,2.29,13,5.7,2.41,10
+broach,4.47,1.78,19,3.29,2.12,21,4.61,2.27,23,4.09,1.14,11,4.43,1.9,7,4.5,2.45,8,2.54,1.56,13,4.29,3.25,7,4.75,1.81,16,5.25,2.05,8,3.91,1.38,11,2.89,1.96,9,3.58,2.27,12,4.36,2.5,11,4.83,2.12,12,4.5,2.11,12,4.43,1.13,7,3.18,2.64,11,3.4,1.51,10,4.46,2.26,13,4.8,2.39,10
+broad,5.14,1.8,21,3.26,2.51,19,4.23,2.67,22,6.33,1.97,6,4.67,1.54,15,4.5,3.07,8,2.36,1.63,11,4.08,2.57,12,4.4,2.91,10,6.44,1.74,9,4.17,1.11,12,3.44,2.51,9,3.1,2.64,10,3.71,1.98,7,4.47,2.97,15,5.6,2.12,10,4.73,1.42,11,2.83,1.9,12,4.0,3.37,7,3.58,3.0,12,5.0,2.11,10
+broadcast,4.89,1.94,18,4.41,2.13,22,4.92,1.84,24,5.17,2.23,6,4.75,1.86,12,4.75,2.05,12,4.0,2.26,10,4.62,1.6,8,5.06,1.98,16,4.78,1.48,9,5.0,2.4,9,4.56,2.13,9,4.31,2.21,13,4.71,1.72,17,5.5,2.35,6,4.43,1.72,7,5.18,2.09,11,4.78,2.33,9,4.15,2.03,13,4.88,2.03,16,5.0,1.51,8
+broadcasting,4.68,1.34,19,4.14,2.34,22,5.58,1.64,24,4.5,1.97,6,4.77,1.01,13,4.67,2.39,12,3.5,2.22,10,6.0,1.77,8,5.38,1.59,16,5.0,1.33,10,4.33,1.32,9,4.89,2.15,9,3.62,2.4,13,5.47,1.66,17,6.0,1.79,6,5.0,0.53,8,4.45,1.69,11,3.78,2.33,9,4.38,2.4,13,5.31,1.74,16,6.12,1.36,8
+broaden,6.39,1.5,18,3.16,2.01,19,5.6,1.76,25,6.6,1.67,5,6.31,1.49,13,3.4,2.22,10,2.89,1.83,9,5.25,1.84,16,6.22,1.48,9,7.0,1.53,7,6.0,1.41,11,2.67,1.94,9,3.6,2.07,10,5.55,1.88,20,5.8,1.3,5,6.33,1.66,9,6.44,1.42,9,2.55,1.81,11,4.0,2.07,8,5.42,1.8,19,6.17,1.6,6
+broadside,3.8,1.51,20,3.16,2.36,19,4.64,2.11,22,4.71,1.38,7,3.31,1.38,13,3.38,2.72,8,3.0,2.19,11,5.17,2.56,6,4.44,1.97,16,4.1,1.37,10,3.56,1.74,9,3.5,2.62,8,2.91,2.26,11,5.2,2.11,15,3.43,1.62,7,3.73,1.79,11,3.89,1.17,9,3.42,2.5,12,2.71,2.21,7,5.18,2.27,11,4.09,1.87,11
+broadsword,5.24,1.64,21,4.62,2.4,21,6.0,1.89,24,5.5,1.45,12,4.89,1.9,9,5.29,1.8,7,4.29,2.64,14,6.1,2.47,10,5.93,1.44,14,6.0,2.0,4,5.06,1.56,17,4.4,2.72,10,4.82,2.18,11,6.14,2.34,7,5.94,1.75,17,5.0,1.86,12,5.56,1.33,9,3.85,2.15,13,5.88,2.36,8,5.75,2.05,8,6.12,1.86,16
+broccoli,6.0,2.29,22,2.48,1.44,21,5.12,2.36,16,6.15,2.23,13,5.5,2.51,8,2.57,1.51,7,2.43,1.45,14,5.17,3.06,6,5.1,2.02,10,5.33,1.8,9,6.46,2.54,13,2.11,1.36,9,2.75,1.48,12,5.0,2.45,8,5.25,2.43,8,5.57,2.41,14,6.75,1.98,8,2.7,1.89,10,2.27,0.9,11,3.89,2.09,9,6.71,1.7,7
+brochure,4.74,1.24,19,3.43,2.4,21,5.32,2.4,19,4.67,1.53,3,4.75,1.24,16,3.17,1.6,6,3.53,2.7,15,6.0,1.0,5,5.07,2.73,14,4.9,0.88,10,4.56,1.59,9,2.14,1.21,7,4.07,2.62,14,5.0,2.6,9,5.6,2.32,10,4.88,1.25,8,4.64,1.29,11,2.89,2.47,9,3.83,2.37,12,5.29,3.35,7,5.33,1.83,12
+broken,2.75,1.35,40,4.86,2.08,21,3.76,2.51,41,2.63,1.42,19,2.86,1.31,21,4.5,2.81,6,5.0,1.81,15,4.38,2.57,24,2.88,2.2,17,2.89,1.41,19,2.7,1.3,20,4.86,1.95,7,4.86,2.21,14,4.16,2.7,25,3.12,2.09,16,2.25,1.25,20,3.25,1.29,20,5.0,2.65,9,4.75,1.66,12,4.09,2.51,22,3.37,2.52,19
+brokenhearted,2.47,1.54,19,5.41,3.19,22,3.47,2.15,17,2.5,1.38,6,2.46,1.66,13,5.36,3.41,11,5.45,3.11,11,3.71,2.56,7,3.3,1.95,10,3.0,1.73,11,1.75,0.89,8,4.73,3.35,11,6.09,3.02,11,4.08,2.19,12,2.0,1.22,5,2.85,1.68,13,1.67,0.82,6,5.36,3.34,14,5.5,3.12,8,3.88,2.85,8,3.11,1.36,9
+broker,4.15,1.35,20,3.77,1.88,22,5.37,2.09,19,4.22,1.56,9,4.09,1.22,11,4.2,2.17,5,3.75,1.84,16,5.17,3.13,6,5.46,1.56,13,4.36,1.34,14,3.67,1.37,6,3.67,1.83,12,4.11,2.03,9,5.33,1.66,9,5.4,2.5,10,4.8,1.48,10,3.5,0.85,10,3.33,2.19,12,4.3,1.34,10,4.83,2.64,6,5.62,1.85,13
+brokerage,4.5,1.0,20,3.57,2.36,21,5.16,2.03,25,4.67,0.58,3,4.47,1.07,17,3.86,2.85,7,3.46,2.26,13,5.0,1.93,8,5.24,2.14,17,4.86,0.38,7,4.31,1.18,13,4.14,2.85,7,3.31,2.21,13,5.0,2.22,14,5.36,1.86,11,4.0,1.22,9,4.91,0.54,11,3.82,2.68,11,3.3,2.06,10,5.0,2.25,18,5.57,1.4,7
+bromide,4.43,1.43,21,2.75,1.87,24,4.58,2.01,19,3.88,0.99,8,4.77,1.59,13,4.33,1.51,6,2.22,1.7,18,4.73,2.33,11,4.38,1.6,8,4.75,1.42,12,4.0,1.41,9,3.5,1.96,10,2.21,1.67,14,5.08,2.07,12,3.71,1.7,7,4.71,1.33,14,3.86,1.57,7,3.19,1.94,16,1.88,1.46,8,4.42,1.88,12,4.86,2.34,7
+bronco,5.83,1.98,18,4.25,2.57,20,4.28,1.7,25,7.0,1.58,5,5.38,1.98,13,5.45,2.11,11,2.78,2.39,9,4.31,1.96,16,4.22,1.2,9,5.43,2.15,7,6.09,1.92,11,2.89,2.62,9,5.36,2.01,11,4.25,1.86,20,4.4,0.89,5,5.67,2.06,9,6.0,2.0,9,3.82,2.86,11,4.78,2.22,9,4.37,1.77,19,4.0,1.55,6
+bronze,5.81,1.47,21,3.62,2.55,24,5.4,1.96,20,6.25,1.75,8,5.54,1.27,13,5.17,1.47,6,3.11,2.65,18,6.09,1.58,11,4.56,2.13,9,5.83,1.4,12,5.78,1.64,9,4.8,2.49,10,2.79,2.33,14,5.77,2.05,13,4.71,1.7,7,5.93,1.21,14,5.57,1.99,7,4.69,2.44,16,1.5,0.93,8,5.67,2.1,12,5.0,1.77,8
+brooch,5.33,1.28,21,3.64,2.26,22,5.04,1.04,26,5.0,0.89,11,5.7,1.57,10,3.4,2.07,10,3.83,2.48,12,4.91,1.04,11,5.29,0.91,14,5.3,1.64,10,5.36,0.92,11,3.4,2.46,10,3.83,2.17,12,5.12,0.7,17,5.12,1.46,8,5.54,1.56,13,5.0,0.53,8,3.79,2.15,14,3.38,2.56,8,5.12,1.17,17,4.89,0.78,9
+brood,4.65,1.81,20,2.57,1.99,21,4.04,2.46,25,4.0,0.82,4,4.81,1.97,16,3.25,2.87,4,2.41,1.8,17,4.89,2.52,9,3.56,2.37,16,5.0,1.31,8,4.42,2.11,12,2.8,2.15,10,2.36,1.91,11,4.57,2.28,14,3.36,2.62,11,4.27,0.79,11,5.11,2.57,9,1.7,1.06,10,3.36,2.34,11,4.33,2.3,18,3.29,2.87,7
+brooding,3.29,1.42,21,4.0,2.55,20,4.18,2.58,22,3.0,1.79,6,3.4,1.3,15,4.5,2.51,8,3.67,2.64,12,4.42,2.81,12,3.9,2.38,10,2.89,1.76,9,3.58,1.08,12,4.22,2.59,9,3.82,2.64,11,4.57,2.94,7,4.0,2.48,15,2.9,1.52,10,3.64,1.29,11,3.54,2.54,13,4.86,2.54,7,3.58,2.75,12,4.9,2.28,10
+brook,7.0,1.38,20,3.33,2.54,21,6.08,2.22,24,6.67,0.58,3,7.06,1.48,17,2.43,1.81,7,3.62,2.81,13,5.38,1.92,8,6.44,2.34,16,6.57,1.27,7,7.23,1.42,13,2.43,1.81,7,3.62,2.81,13,5.71,2.43,14,6.6,1.9,10,6.78,1.2,9,7.18,1.54,11,3.55,2.84,11,3.1,2.28,10,6.28,2.47,18,5.5,1.22,6
+broom,5.5,1.19,20,3.33,1.43,21,5.76,2.21,33,5.9,1.45,10,5.1,0.74,10,2.88,1.46,8,3.62,1.39,13,6.14,1.88,14,5.47,2.44,19,5.22,1.48,9,5.73,0.9,11,3.54,1.39,13,3.0,1.51,8,5.43,2.4,21,6.33,1.78,12,5.7,1.42,10,5.3,0.95,10,2.86,1.46,14,4.29,0.76,7,5.69,1.78,16,5.82,2.6,17
+broomstick,5.0,1.63,19,3.32,2.28,22,5.5,1.91,24,4.67,2.07,6,5.15,1.46,13,3.42,2.47,12,3.2,2.15,10,4.5,2.07,8,6.0,1.67,16,5.2,0.92,10,4.78,2.22,9,3.67,2.29,9,3.08,2.33,13,5.71,2.05,17,5.0,1.67,6,4.75,0.71,8,5.18,2.09,11,3.44,2.13,9,3.23,2.45,13,5.56,1.93,16,5.38,2.0,8
+broth,5.55,1.15,20,2.27,1.49,22,6.23,2.01,26,5.86,1.46,7,5.38,0.96,13,2.4,1.51,10,2.17,1.53,12,6.5,1.79,14,5.82,2.36,11,5.27,0.9,11,5.89,1.36,9,3.0,1.58,9,1.77,1.24,13,6.25,2.29,16,6.11,1.62,9,5.69,1.11,13,5.29,1.25,7,1.94,1.12,16,3.17,2.04,6,6.0,2.34,12,6.43,1.74,14
+brothel,4.63,2.65,19,5.4,2.37,20,4.88,2.38,24,5.62,2.4,13,2.5,1.87,6,6.6,2.3,5,5.0,2.33,15,5.23,2.09,13,4.45,2.73,11,5.22,2.95,9,4.1,2.38,10,5.71,2.56,7,5.23,2.35,13,4.36,2.25,11,5.31,2.5,13,5.0,2.96,9,4.3,2.45,10,5.1,2.88,10,5.7,1.83,10,5.67,2.24,9,4.4,2.41,15
+brother,6.18,2.0,38,4.48,2.49,42,5.46,2.04,24,6.0,2.15,14,6.29,1.94,24,4.56,2.66,16,4.42,2.44,26,5.75,1.91,8,5.31,2.15,16,6.1,2.05,21,6.29,1.99,17,4.75,2.84,16,4.31,2.29,26,5.35,2.34,17,5.67,1.21,6,6.0,1.83,19,6.37,2.19,19,4.26,2.26,23,4.74,2.79,19,5.69,1.99,16,5.0,2.2,8
+brotherhood,6.42,1.84,19,5.14,2.59,22,6.57,1.86,21,6.22,1.72,9,6.6,2.01,10,6.5,2.27,10,4.0,2.34,12,6.25,1.58,8,6.77,2.05,13,6.43,1.74,14,6.4,2.3,5,5.75,2.92,8,4.79,2.42,14,6.75,1.39,8,6.46,2.15,13,6.3,1.89,10,6.56,1.88,9,5.0,2.49,12,5.3,2.83,10,7.08,1.16,12,5.89,2.42,9
+brotherly,7.45,1.36,20,4.44,2.83,18,6.31,2.0,26,7.73,1.19,11,7.11,1.54,9,5.14,2.79,7,4.0,2.9,11,6.62,1.8,13,6.0,2.2,13,7.27,1.56,11,7.67,1.12,9,4.89,3.22,9,4.0,2.5,9,6.47,2.03,17,6.0,2.0,9,7.5,1.35,10,7.4,1.43,10,5.45,2.98,11,2.86,1.77,7,6.38,1.89,16,6.2,2.25,10
+brow,5.11,1.41,19,3.23,2.18,22,4.29,1.78,28,4.17,1.6,6,5.54,1.13,13,3.27,2.1,11,3.18,2.36,11,3.82,2.27,11,4.59,1.37,17,5.09,0.54,11,5.12,2.17,8,2.73,2.24,11,3.73,2.1,11,4.11,2.0,18,4.6,1.35,10,5.46,1.2,13,4.33,1.63,6,3.36,2.53,14,3.0,1.51,8,4.0,2.03,16,4.67,1.37,12
+brown,5.52,1.63,21,3.32,2.19,22,4.65,1.44,26,5.27,1.68,11,5.8,1.62,10,3.8,2.49,10,2.92,1.93,12,3.73,1.62,11,5.29,0.83,14,5.8,1.87,10,5.27,1.42,11,3.9,2.51,10,2.83,1.85,12,4.59,1.62,17,4.62,1.06,8,5.77,1.83,13,5.12,1.25,8,3.14,2.21,14,3.62,2.26,8,4.88,1.5,17,4.22,1.3,9
+brownstone,4.74,1.37,19,2.94,1.78,17,4.94,1.98,17,4.82,0.98,11,4.62,1.85,8,4.0,2.0,4,2.62,1.66,13,3.5,1.07,8,6.22,1.72,9,4.62,1.06,8,4.82,1.6,11,3.57,1.62,7,2.5,1.84,10,4.17,1.33,6,5.36,2.2,11,4.92,1.5,13,4.33,1.03,6,2.3,1.89,10,3.86,1.21,7,5.14,2.34,7,4.8,1.81,10
+browse,5.47,1.43,19,3.57,1.91,21,5.95,1.99,20,6.0,1.0,3,5.38,1.5,16,4.17,2.23,6,3.33,1.8,15,6.67,1.63,6,5.64,2.1,14,5.5,0.97,10,5.44,1.88,9,3.29,1.7,7,3.71,2.05,14,6.0,1.94,10,5.9,2.13,10,5.5,0.93,8,5.45,1.75,11,3.67,1.94,9,3.5,1.98,12,6.25,2.43,8,5.75,1.71,12
+bruise,3.24,1.34,21,4.04,2.84,23,3.78,2.26,18,3.56,1.67,9,3.0,1.04,12,4.36,2.54,11,3.75,3.17,12,3.6,2.32,10,4.0,2.33,8,3.57,1.4,7,3.15,1.34,13,4.64,3.14,11,3.5,2.54,12,3.71,2.75,7,3.82,2.04,11,2.92,1.38,13,3.75,1.16,8,3.91,2.95,11,4.17,2.86,12,3.11,1.17,9,4.44,2.92,9
+bruising,3.42,2.14,19,4.96,2.29,23,4.21,1.87,19,3.78,2.05,9,3.1,2.28,10,6.0,1.41,7,4.67,2.47,15,5.2,1.55,10,3.11,1.62,9,3.67,2.87,9,3.2,1.32,10,5.3,2.67,10,4.92,1.93,12,4.88,1.13,8,3.3,1.77,10,3.92,2.5,12,2.57,0.98,7,5.05,2.24,20,4.33,3.06,3,4.5,1.51,8,4.0,2.14,11
+brunch,6.57,1.57,21,4.09,2.07,22,5.64,1.73,22,6.56,1.67,9,6.58,1.56,12,4.17,1.72,6,3.87,2.17,15,5.0,1.9,6,5.88,1.67,16,5.89,1.62,9,7.08,1.38,12,4.0,1.87,5,4.12,2.18,17,4.91,1.58,11,6.36,1.63,11,6.67,1.72,12,6.44,1.42,9,3.56,2.01,9,4.46,2.11,13,5.08,1.73,12,6.3,1.57,10
+brunette,6.35,2.13,20,4.15,2.64,20,5.36,2.25,25,6.5,3.11,4,6.31,1.96,16,4.75,1.26,4,4.0,2.9,16,4.44,2.35,9,5.88,2.09,16,6.62,1.41,8,6.17,2.55,12,4.6,2.72,10,3.7,2.63,10,5.29,1.59,14,5.45,2.98,11,6.55,1.86,11,6.11,2.52,9,4.1,3.03,10,4.2,2.35,10,5.5,2.15,18,5.0,2.65,7
+brunt,3.71,1.38,21,3.96,2.85,24,4.85,2.21,20,4.5,1.51,8,3.23,1.09,13,4.83,2.56,6,3.67,2.95,18,5.36,2.5,11,4.22,1.72,9,4.33,1.37,12,2.89,0.93,9,4.6,2.88,10,3.5,2.85,14,5.23,2.55,13,4.14,1.21,7,3.71,1.33,14,3.71,1.6,7,4.25,2.62,16,3.38,3.38,8,4.5,1.93,12,5.38,2.62,8
+brush,5.47,1.26,19,3.18,1.71,22,6.18,1.47,22,5.22,0.83,9,5.7,1.57,10,4.0,1.77,8,2.71,1.54,14,6.18,1.54,11,6.18,1.47,11,4.86,0.38,7,5.83,1.47,12,4.2,1.69,10,2.33,1.23,12,6.15,1.57,13,6.22,1.39,9,5.6,1.71,10,5.33,0.5,9,3.5,2.27,8,3.0,1.36,14,6.29,1.54,14,6.0,1.41,8
+brutal,3.07,1.81,41,5.13,2.68,45,3.94,2.79,17,3.59,1.97,17,2.71,1.63,24,5.59,2.83,17,4.81,2.65,27,4.56,2.88,9,3.25,2.71,8,3.09,1.44,22,3.05,2.2,19,5.14,2.67,21,5.12,2.76,24,4.86,3.44,7,3.3,2.21,10,3.04,1.82,26,3.13,1.85,15,4.76,2.68,29,5.81,2.64,16,4.12,2.53,8,3.78,3.15,9
+brutality,2.43,1.43,21,4.96,2.31,23,3.89,2.05,19,2.5,1.41,8,2.38,1.5,13,6.33,1.75,6,4.47,2.32,17,4.73,1.95,11,2.75,1.67,8,2.75,1.6,12,2.0,1.12,9,5.3,2.26,10,4.69,2.39,13,4.58,2.02,12,2.71,1.6,7,2.5,1.61,14,2.29,1.11,7,5.27,2.25,15,4.38,2.45,8,4.08,1.93,12,3.57,2.37,7
+brute,3.48,1.86,21,4.85,2.58,20,5.55,2.19,20,4.33,1.97,6,3.13,1.77,15,4.75,2.87,8,4.92,2.5,12,5.73,2.41,11,5.33,2.0,9,3.83,2.23,6,3.33,1.76,15,4.3,2.71,10,5.4,2.46,10,5.15,2.48,13,6.29,1.38,7,4.0,2.31,7,3.21,1.63,14,5.14,2.93,14,4.17,1.47,6,5.73,2.1,11,5.33,2.4,9
+brutish,3.0,2.33,19,4.74,2.32,23,5.11,2.16,19,3.11,2.09,9,2.9,2.64,10,5.29,2.56,7,4.6,2.29,15,5.1,1.97,10,5.11,2.47,9,3.56,2.74,9,2.5,1.9,10,5.0,3.09,10,4.67,1.61,12,4.62,1.6,8,5.5,2.64,10,3.75,2.63,12,1.71,0.76,7,4.9,2.31,20,3.67,2.52,3,4.12,1.25,8,5.82,2.44,11
+bubble,6.43,2.04,21,4.19,2.34,21,6.12,1.88,25,6.33,1.56,12,6.56,2.65,9,5.43,2.15,7,3.57,2.24,14,5.8,2.15,10,6.33,1.72,15,7.75,1.89,4,6.12,2.0,17,5.4,2.27,10,3.09,1.87,11,7.29,1.25,7,5.67,1.91,18,6.25,2.45,12,6.67,1.41,9,3.92,2.63,13,4.62,1.85,8,6.33,2.0,9,6.0,1.86,16
+bubbly,6.9,1.29,20,4.77,2.22,22,6.0,1.63,22,6.44,1.51,9,7.27,1.01,11,3.5,1.76,6,5.27,2.31,15,5.67,1.97,6,6.12,1.54,16,6.62,1.3,8,7.08,1.31,12,4.4,0.89,5,4.88,2.5,17,5.45,1.86,11,6.55,1.21,11,7.0,1.48,11,6.78,1.09,9,5.44,1.88,9,4.31,2.39,13,5.67,1.72,12,6.4,1.51,10
+bubonic,2.17,1.47,18,5.78,2.37,18,3.52,2.02,25,2.0,1.0,5,2.23,1.64,13,6.27,2.61,11,5.0,1.83,7,3.75,2.05,16,3.11,2.03,9,1.86,0.9,7,2.36,1.75,11,4.33,2.18,9,7.22,1.56,9,3.45,2.11,20,3.8,1.79,5,1.78,0.83,9,2.56,1.88,9,5.64,2.58,11,6.0,2.16,7,4.05,1.87,19,1.83,1.6,6
+buck,6.5,2.28,18,4.7,2.74,20,5.39,2.09,18,5.12,2.03,8,7.6,1.9,10,5.0,3.32,7,4.54,2.5,13,5.73,1.95,11,4.86,2.34,7,5.82,2.32,11,7.57,1.9,7,5.44,3.21,9,4.09,2.26,11,5.55,2.02,11,5.14,2.34,7,6.17,2.33,12,7.17,2.23,6,4.25,2.93,12,5.38,2.45,8,5.89,2.32,9,4.89,1.83,9
+buckaroo,5.53,1.47,19,4.29,2.1,21,4.7,2.18,23,5.67,1.15,3,5.5,1.55,16,5.25,1.39,8,3.69,2.29,13,5.0,2.06,9,4.5,2.31,14,4.78,1.56,9,6.2,1.03,10,4.44,2.01,9,4.17,2.25,12,4.8,2.43,15,4.5,1.77,8,5.29,1.5,7,5.67,1.5,12,4.5,1.58,10,4.09,2.55,11,4.69,2.78,13,4.7,1.16,10
+bucket,4.55,1.39,20,2.96,1.88,24,5.52,2.38,27,4.88,0.35,8,4.33,1.78,12,2.33,1.94,9,3.33,1.8,15,5.38,2.4,13,5.64,2.44,14,4.0,1.94,9,5.0,0.45,11,3.33,2.19,12,2.58,1.51,12,5.38,2.57,13,5.64,2.27,14,4.2,1.93,10,4.9,0.32,10,3.25,1.86,12,2.67,1.92,12,5.33,2.31,12,5.67,2.5,15
+buckle,5.05,1.67,20,3.76,2.39,17,4.83,2.24,24,5.0,0.71,5,5.07,1.91,15,4.4,3.13,5,3.5,2.11,12,4.54,2.18,13,5.18,2.36,11,5.1,1.52,10,5.0,1.89,10,4.71,2.63,7,3.1,2.08,10,4.88,2.28,16,4.75,2.31,8,4.79,1.63,14,5.67,1.75,6,3.91,1.97,11,3.5,3.21,6,4.8,2.43,15,4.89,2.03,9
+bucko,4.78,1.66,18,3.32,2.33,19,4.28,1.77,25,5.8,0.84,5,4.38,1.76,13,3.64,2.62,11,2.88,1.96,8,3.88,1.71,16,5.0,1.73,9,4.29,1.38,7,5.09,1.81,11,2.44,2.3,9,4.1,2.18,10,4.15,1.95,20,4.8,0.45,5,4.89,1.76,9,4.67,1.66,9,2.7,2.11,10,4.0,2.5,9,3.79,1.55,19,5.83,1.6,6
+buckshot,4.76,1.84,21,5.15,2.74,20,5.14,2.09,36,4.88,2.17,8,4.69,1.7,13,5.6,2.41,5,5.0,2.9,15,5.18,1.47,11,5.12,2.33,25,5.15,1.86,13,4.12,1.73,8,4.75,2.56,12,5.75,3.06,8,5.9,1.48,20,4.19,2.37,16,5.45,1.63,11,4.0,1.83,10,5.0,3.03,11,5.33,2.5,9,4.82,2.04,22,5.64,2.13,14
+buckwheat,5.24,1.97,21,2.7,2.12,23,6.22,1.7,18,5.22,2.11,9,5.25,1.96,12,2.91,2.07,11,2.5,2.24,12,6.8,1.55,10,5.5,1.69,8,5.43,2.3,7,5.15,1.95,13,2.73,2.15,11,2.67,2.19,12,6.71,1.89,7,5.91,1.58,11,5.15,2.23,13,5.38,1.6,8,2.91,2.26,11,2.5,2.07,12,6.67,1.5,9,5.78,1.86,9
+budding,6.16,1.21,19,4.48,2.38,21,6.22,1.7,23,5.8,0.84,5,6.31,1.38,13,4.33,2.73,6,4.53,2.33,15,6.2,1.69,10,6.23,1.79,13,5.71,0.95,7,6.45,1.37,11,4.57,2.88,7,4.43,2.21,14,6.64,1.75,11,5.83,1.64,12,5.92,1.0,12,6.57,1.51,7,4.27,2.65,11,4.7,2.16,10,6.21,1.76,14,6.22,1.72,9
+buddy,7.41,1.37,22,4.57,2.27,21,6.24,2.11,17,7.67,1.86,6,7.33,1.23,15,4.71,3.09,7,4.5,1.87,14,6.0,2.4,9,6.5,1.85,8,7.36,1.34,14,7.57,1.62,7,4.56,2.3,9,4.58,2.35,12,6.44,2.6,9,6.0,1.51,8,7.36,1.55,14,7.5,1.07,8,5.0,2.9,6,4.4,2.06,15,6.22,2.73,9,6.25,1.28,8
+budge,4.83,1.2,18,3.95,2.26,20,4.32,1.63,25,4.6,0.89,5,4.92,1.32,13,3.82,2.52,11,4.11,2.03,9,4.38,1.54,16,4.22,1.86,9,4.71,0.76,7,4.91,1.45,11,2.89,1.83,9,4.82,2.27,11,4.1,1.71,20,5.2,0.84,5,4.44,0.53,9,5.22,1.56,9,3.45,2.07,11,4.56,2.46,9,4.58,1.43,19,3.5,2.07,6
+budget,4.56,1.95,18,3.33,1.88,21,4.9,2.29,20,5.0,1.73,3,4.47,2.03,15,2.83,1.72,6,3.53,1.96,15,6.0,1.41,6,4.43,2.47,14,5.11,2.03,9,4.0,1.8,9,3.71,1.6,7,3.14,2.03,14,6.0,1.7,10,3.8,2.35,10,5.12,2.36,8,4.1,1.52,10,3.11,1.76,9,3.5,2.02,12,5.25,2.87,8,4.67,1.92,12
+Budweiser,4.62,2.48,21,4.09,2.91,22,4.78,2.42,27,3.9,2.23,10,5.27,2.61,11,4.86,3.44,7,3.73,2.69,15,4.47,2.29,17,5.3,2.67,10,5.45,2.21,11,3.7,2.54,10,3.0,2.35,5,4.41,3.04,17,4.0,2.39,14,5.62,2.26,13,5.0,2.48,13,4.0,2.51,8,3.0,2.45,10,5.0,3.05,12,4.64,2.56,14,4.92,2.36,13
+buff,6.21,1.81,19,4.59,2.5,22,5.39,2.46,23,6.64,1.57,11,5.57,2.23,7,4.75,2.25,8,4.5,2.71,14,4.43,2.7,7,5.81,2.32,16,5.5,1.6,8,6.73,1.85,11,5.0,3.12,9,4.31,2.06,13,5.27,2.57,11,5.5,2.47,12,6.0,2.09,12,6.57,1.27,7,4.27,2.65,11,4.91,2.43,11,5.15,2.88,13,5.7,1.89,10
+buffer,5.42,1.35,19,4.05,1.96,21,5.43,1.75,23,4.6,1.52,5,5.77,1.24,13,4.33,2.34,6,3.93,1.87,15,5.5,2.12,10,5.38,1.5,13,4.86,1.46,7,5.82,1.25,11,4.71,2.81,7,3.71,1.38,14,5.36,1.5,11,5.5,2.02,12,5.0,1.21,12,6.14,1.35,7,4.18,2.04,11,3.9,1.97,10,5.29,1.86,14,5.67,1.66,9
+buffet,6.05,1.93,20,4.95,2.7,19,5.88,1.88,26,6.09,1.97,11,6.0,2.0,9,5.14,2.41,7,4.83,2.95,12,5.62,1.98,13,6.15,1.82,13,6.09,1.81,11,6.0,2.18,9,4.6,2.5,10,5.33,3.0,9,5.76,2.02,17,6.11,1.69,9,6.9,1.66,10,5.2,1.87,10,4.33,2.5,12,6.0,2.89,7,5.75,2.02,16,6.1,1.73,10
+buffoon,3.95,1.43,19,5.7,1.98,20,4.0,1.65,23,4.6,0.89,5,3.62,1.56,13,6.0,1.41,5,5.6,2.16,15,3.9,1.91,10,4.08,1.5,13,3.57,1.27,7,4.09,1.58,11,6.67,1.37,6,5.29,2.09,14,4.27,1.35,11,3.75,1.91,12,4.08,1.56,12,3.71,1.25,7,6.5,1.58,10,4.9,2.08,10,3.86,1.88,14,4.22,1.3,9
+bug,3.45,1.47,20,6.06,2.39,18,4.08,1.98,26,3.27,0.79,11,3.67,2.06,9,6.0,2.28,6,6.08,2.54,12,4.23,1.92,13,3.92,2.1,13,3.64,1.63,11,3.22,1.3,9,5.82,2.64,11,6.43,2.07,7,4.06,2.25,17,4.11,1.45,9,3.6,1.43,10,3.3,1.57,10,6.67,2.27,12,4.83,2.32,6,4.06,2.24,16,4.1,1.6,10
+bugger,3.71,1.68,21,3.3,1.92,23,4.32,1.6,25,3.82,1.83,11,3.6,1.58,10,2.36,1.12,11,4.17,2.12,12,4.82,1.83,11,4.0,1.35,13,3.7,1.42,10,3.73,1.95,11,2.91,2.12,11,3.67,1.72,12,4.38,1.63,16,4.38,1.69,8,3.69,1.8,13,3.75,1.58,8,3.4,1.92,15,3.12,2.03,8,4.38,1.78,16,4.22,1.3,9
+buggy,4.65,1.6,20,4.04,1.99,23,5.33,1.88,21,3.78,1.48,9,5.36,1.36,11,4.36,2.54,11,3.75,1.36,12,4.5,1.41,8,5.85,1.99,13,4.14,1.46,14,5.83,1.33,6,4.11,2.76,9,4.0,1.41,14,5.5,1.77,8,5.23,2.01,13,4.7,1.42,10,4.6,1.84,10,4.46,1.94,13,3.5,2.01,10,5.33,1.61,12,5.33,2.29,9
+bugle,5.05,1.67,20,4.41,2.11,22,5.42,1.95,19,5.44,2.01,9,4.73,1.35,11,3.4,1.82,5,4.94,1.98,16,4.83,2.56,6,5.69,1.65,13,4.86,1.1,14,5.5,2.66,6,3.83,1.99,12,5.56,1.67,9,5.0,0.5,9,5.8,2.66,10,5.0,1.05,10,5.1,2.18,10,3.83,2.59,12,5.1,1.1,10,4.5,2.35,6,5.85,1.68,13
+bugler,4.0,1.97,17,4.15,2.68,20,4.24,1.64,25,4.2,2.17,5,3.92,1.98,12,5.0,2.45,11,3.11,2.71,9,4.75,1.34,16,3.33,1.8,9,4.0,2.16,7,4.0,1.94,10,3.78,3.11,9,4.45,2.38,11,4.2,1.74,20,4.4,1.34,5,4.33,1.8,9,3.62,2.2,8,3.55,2.77,11,4.89,2.52,9,4.16,1.57,19,4.5,1.97,6
+build,6.33,1.68,18,3.38,2.18,21,6.5,2.01,18,6.0,1.51,8,6.6,1.84,10,3.14,2.61,7,3.5,2.03,14,6.82,1.25,11,6.0,2.89,7,6.18,1.47,11,6.57,2.07,7,2.33,2.4,9,4.17,1.7,12,7.27,1.35,11,5.29,2.36,7,5.92,1.56,12,7.17,1.72,6,2.25,1.66,12,4.89,1.9,9,6.89,1.69,9,6.11,2.32,9
+builder,5.95,1.31,19,3.32,2.17,22,6.93,1.59,27,6.14,1.68,7,5.83,1.11,12,3.7,2.26,10,3.0,2.13,12,7.0,1.51,15,7.09,1.58,11,5.3,0.82,10,6.67,1.41,9,4.33,1.94,9,2.62,2.1,13,7.18,1.55,17,6.78,1.48,9,6.08,1.26,13,5.67,1.51,6,3.06,2.24,16,4.0,2.0,6,6.92,1.73,12,6.93,1.53,15
+building,5.47,1.11,40,3.35,2.22,49,6.0,2.18,20,5.5,0.94,14,5.48,1.23,25,3.84,2.09,19,3.03,2.28,30,7.0,1.73,7,5.46,2.26,13,5.19,0.91,16,5.7,1.22,23,3.96,1.88,24,2.76,2.4,25,6.07,2.22,15,5.8,2.28,5,5.62,1.21,24,5.25,0.93,16,3.45,2.33,33,3.12,2.03,16,5.3,1.95,10,6.7,2.26,10
+buildup,5.37,1.54,19,3.55,1.9,20,5.06,1.73,18,6.17,1.17,6,5.0,1.58,13,4.0,1.94,9,3.18,1.89,11,5.6,2.61,5,4.85,1.34,13,4.8,1.14,10,6.0,1.73,9,3.75,2.25,8,3.42,1.73,12,5.46,1.61,13,4.0,1.73,5,4.9,1.2,10,5.89,1.76,9,3.58,2.19,12,3.5,1.51,8,5.56,1.74,9,4.56,1.67,9
+bulb,5.86,1.68,21,3.26,2.4,19,4.82,2.48,22,6.33,1.75,6,5.67,1.68,15,3.38,2.72,8,3.18,2.27,11,4.67,2.39,12,5.0,2.71,10,6.11,2.03,9,5.67,1.44,12,3.44,2.6,9,3.1,2.33,10,4.0,2.58,7,5.2,2.43,15,5.6,1.96,10,6.09,1.45,11,2.83,2.25,12,4.0,2.65,7,4.08,2.57,12,5.7,2.16,10
+bulge,3.74,1.66,19,4.05,1.94,21,4.39,2.44,23,5.0,2.0,3,3.5,1.55,16,3.5,2.0,8,4.38,1.89,13,4.33,2.55,9,4.43,2.47,14,3.22,1.2,9,4.2,1.93,10,4.11,1.83,9,4.0,2.09,12,4.4,2.77,15,4.38,1.85,8,2.71,0.76,7,4.33,1.78,12,4.8,1.75,10,3.36,1.91,11,4.31,3.01,13,4.5,1.58,10
+bulimic,2.86,1.42,21,4.3,2.49,23,4.06,2.46,18,3.44,1.59,9,2.42,1.16,12,4.27,2.45,11,4.33,2.64,12,4.2,2.7,10,3.88,2.3,8,3.71,1.6,7,2.54,1.13,13,4.64,2.8,11,4.0,2.26,12,5.0,2.77,7,3.45,2.16,11,3.15,1.63,13,2.38,0.92,8,3.64,2.38,11,4.92,2.54,12,4.22,1.86,9,3.89,3.06,9
+bulk,4.89,1.41,19,3.43,2.34,21,5.05,2.14,20,5.0,0.0,3,4.88,1.54,16,3.5,2.17,6,3.4,2.47,15,5.5,1.76,6,4.86,2.32,14,4.8,1.14,10,5.0,1.73,9,2.43,1.62,7,3.93,2.53,14,5.4,2.22,10,4.7,2.11,10,5.12,1.13,8,4.73,1.62,11,3.11,2.2,9,3.67,2.5,12,4.12,2.36,8,5.67,1.83,12
+bulkhead,4.67,1.43,21,3.65,1.87,20,4.88,2.28,25,5.33,0.65,12,3.78,1.72,9,3.71,1.8,7,3.62,1.98,13,4.7,2.26,10,5.0,2.36,15,3.75,1.89,4,4.88,1.27,17,4.22,2.17,9,3.18,1.54,11,5.14,2.34,7,4.78,2.32,18,4.42,1.73,12,5.0,0.87,9,4.0,1.81,12,3.12,1.96,8,3.89,2.03,9,5.44,2.28,16
+bulky,4.21,1.96,19,3.95,1.81,22,5.24,2.07,21,4.78,2.05,9,3.7,1.83,10,3.88,1.55,8,4.0,2.0,14,5.1,2.13,10,5.36,2.11,11,5.71,1.25,7,3.33,1.78,12,3.9,1.73,10,4.0,1.95,12,5.62,2.06,13,4.62,2.07,8,4.3,1.83,10,4.11,2.2,9,3.62,1.85,8,4.14,1.83,14,5.23,2.42,13,5.25,1.49,8
+bull,3.95,1.65,22,4.9,2.85,20,6.89,2.35,19,4.31,1.75,13,3.44,1.42,9,6.43,1.51,7,4.08,3.09,13,7.14,2.41,7,6.75,2.42,12,4.58,1.78,12,3.2,1.14,10,5.67,2.87,9,4.27,2.8,11,7.4,2.17,10,6.33,2.55,9,4.42,1.73,12,3.4,1.43,10,4.86,2.48,7,4.92,3.12,13,7.71,1.89,7,6.42,2.54,12
+bulldog,4.74,1.82,19,3.72,2.32,18,4.44,2.78,16,4.91,1.58,11,4.5,2.2,8,5.0,2.94,4,3.36,2.1,14,4.5,2.93,8,4.38,2.83,8,4.88,1.81,8,4.64,1.91,11,3.86,2.48,7,3.64,2.34,11,4.33,2.73,6,4.5,2.95,10,4.31,1.84,13,5.67,1.51,6,3.36,2.38,11,4.29,2.29,7,4.86,2.73,7,4.11,2.93,9
+bulldozer,4.81,1.72,21,4.05,2.72,20,5.64,2.98,22,4.17,1.6,6,5.07,1.75,15,5.0,2.62,8,3.42,2.71,12,6.33,2.9,12,4.8,3.01,10,4.33,1.94,9,5.17,1.53,12,4.22,1.79,9,3.91,3.39,11,5.29,3.2,7,5.8,2.98,15,5.2,2.35,10,4.45,0.82,11,3.85,2.15,13,4.43,3.74,7,6.58,2.94,12,4.5,2.76,10
+bullet,3.45,2.16,40,5.89,2.65,44,3.93,2.86,58,3.47,2.17,19,3.43,2.2,21,6.4,2.44,15,5.62,2.76,29,4.44,3.06,27,3.48,2.66,31,4.0,2.36,19,3.05,1.88,20,6.3,2.27,20,5.54,2.93,24,4.24,3.04,38,3.35,2.48,20,3.68,2.4,19,3.24,1.95,21,5.67,2.63,27,6.24,2.73,17,4.44,2.92,32,3.31,2.72,26
+bulletin,5.6,1.67,20,2.95,2.01,21,5.4,2.02,25,5.75,3.2,4,5.56,1.21,16,3.0,0.82,4,2.94,2.22,17,5.67,2.6,9,5.25,1.69,16,6.0,1.2,8,5.33,1.92,12,3.2,1.69,10,2.73,2.33,11,5.43,2.17,14,5.36,1.91,11,5.82,1.25,11,5.33,2.12,9,2.9,2.42,10,3.0,1.67,11,5.72,2.24,18,4.57,0.98,7
+bulletproof,6.2,2.31,20,6.8,2.07,20,5.85,2.33,26,6.0,2.65,11,6.44,1.94,9,7.29,1.7,7,6.54,2.26,13,5.62,2.53,13,6.08,2.18,13,6.55,2.11,11,5.78,2.59,9,6.91,1.64,11,6.67,2.6,9,6.29,2.31,17,5.0,2.24,9,6.7,2.5,10,5.7,2.11,10,7.25,1.6,12,6.12,2.59,8,6.38,2.03,16,5.0,2.62,10
+bullfighter,3.94,1.63,18,4.61,2.5,18,4.65,2.5,17,4.8,0.92,10,2.88,1.73,8,5.0,2.94,4,4.5,2.47,14,5.0,3.07,8,4.33,2.0,9,4.0,1.53,7,3.91,1.76,11,5.43,2.51,7,4.09,2.47,11,4.17,2.56,6,4.91,2.55,11,4.25,1.6,12,3.33,1.63,6,3.55,2.34,11,6.29,1.8,7,4.71,2.87,7,4.6,2.37,10
+bullfrog,5.05,1.85,20,2.88,2.23,17,5.05,1.73,22,4.8,0.84,5,5.13,2.1,15,2.67,1.63,6,3.0,2.57,11,4.7,0.67,10,5.33,2.27,12,5.5,1.43,10,4.6,2.17,10,3.1,2.38,10,2.57,2.15,7,5.36,1.91,11,4.73,1.56,11,5.25,2.05,12,4.75,1.58,8,1.89,1.69,9,4.0,2.33,8,5.55,1.97,11,4.55,1.37,11
+bullheaded,3.42,2.01,19,4.64,2.75,22,4.23,2.69,22,4.11,2.42,9,2.8,1.4,10,5.12,2.53,8,4.36,2.92,14,4.73,2.8,11,3.73,2.61,11,5.29,1.7,7,2.33,1.23,12,4.0,1.94,10,5.17,3.27,12,4.08,2.43,13,4.44,3.17,9,3.1,1.6,10,3.78,2.44,9,4.38,2.88,8,4.79,2.78,14,4.21,2.75,14,4.25,2.76,8
+bullhorn,4.3,1.17,20,3.8,2.33,20,4.68,2.43,19,3.89,1.17,9,4.64,1.12,11,2.0,1.15,4,4.13,2.39,15,3.67,2.73,6,5.15,2.23,13,4.43,1.09,14,4.0,1.41,6,3.73,2.57,11,3.62,2.13,8,4.22,2.17,9,5.1,2.69,10,4.2,1.14,10,4.4,1.26,10,2.82,1.99,11,5.0,2.24,9,4.83,3.19,6,4.62,2.14,13
+bullion,5.79,2.37,19,3.8,2.78,20,5.46,1.84,24,6.23,2.24,13,4.83,2.56,6,6.0,2.74,5,3.07,2.46,15,5.77,1.83,13,5.09,1.87,11,5.78,2.91,9,5.8,1.93,10,4.86,3.02,7,3.23,2.59,13,4.82,2.04,11,6.0,1.53,13,5.44,2.51,9,6.1,2.33,10,3.7,2.87,10,3.9,2.85,10,6.0,1.73,9,5.13,1.88,15
+bullpen,5.15,1.23,20,4.52,2.15,23,5.62,1.94,21,5.44,1.24,9,4.91,1.22,11,5.0,2.14,11,4.08,2.15,12,6.0,0.93,8,5.38,2.36,13,4.93,0.73,14,5.67,1.97,6,4.78,2.11,9,4.36,2.24,14,6.75,1.75,8,4.92,1.75,13,4.7,0.48,10,5.6,1.58,10,4.15,1.82,13,5.0,2.54,10,5.75,1.76,12,5.44,2.24,9
+bullshit,2.33,1.85,18,7.0,2.19,21,3.0,1.81,18,3.5,2.07,8,1.4,0.97,10,7.29,1.89,7,6.86,2.38,14,3.09,1.76,11,2.86,2.04,7,2.82,2.09,11,1.57,1.13,7,7.11,2.98,9,6.92,1.51,12,2.73,1.95,11,3.43,1.62,7,2.5,2.11,12,2.0,1.26,6,6.42,2.57,12,7.78,1.3,9,3.89,1.9,9,2.11,1.27,9
+bully,2.67,2.13,21,5.86,2.12,22,3.18,1.82,22,2.78,2.11,9,2.58,2.23,12,5.0,3.41,6,6.13,1.46,15,3.5,1.52,6,3.06,1.95,16,3.44,2.4,9,2.08,1.78,12,5.2,2.77,5,6.06,1.95,17,3.82,2.04,11,2.55,1.37,11,2.5,2.28,12,2.89,2.03,9,6.0,1.5,9,5.77,2.52,13,3.33,2.02,12,3.0,1.63,10
+bum,3.64,2.24,22,4.39,2.5,23,4.74,1.97,19,4.0,2.78,8,3.62,1.89,13,3.88,2.23,8,4.79,2.72,14,5.43,2.3,7,4.09,1.58,11,2.5,1.51,8,4.54,2.26,13,4.22,2.99,9,4.5,2.24,14,4.71,2.21,7,4.75,1.91,12,3.64,1.96,11,3.64,2.58,11,3.78,2.91,9,4.79,2.22,14,4.62,2.0,16,5.33,2.08,3
+bumblebee,5.43,1.91,21,4.38,3.04,21,4.74,2.01,27,5.8,1.23,10,5.09,2.39,11,3.57,2.44,7,4.79,3.31,14,4.41,2.27,17,5.3,1.42,10,4.91,1.64,11,6.0,2.11,10,2.8,2.49,5,4.88,3.1,16,4.5,2.44,14,5.0,1.47,13,5.23,1.79,13,5.75,2.19,8,4.2,3.55,10,4.55,2.66,11,5.21,2.04,14,4.23,1.92,13
+bummer,2.57,1.34,23,4.32,2.57,22,3.89,1.79,19,2.88,1.64,8,2.4,1.18,15,4.2,2.25,10,4.42,2.91,12,4.67,2.25,6,3.54,1.51,13,2.58,1.31,12,2.55,1.44,11,4.36,2.46,11,4.27,2.8,11,4.07,1.86,14,3.4,1.67,5,2.73,1.42,11,2.42,1.31,12,5.3,2.63,10,3.5,2.32,12,3.56,1.01,9,4.2,2.3,10
+bump,5.05,1.6,21,4.75,2.15,20,5.33,1.96,36,5.12,1.46,8,5.0,1.73,13,4.6,2.07,5,4.8,2.24,15,5.91,1.51,11,5.08,2.1,25,5.38,1.76,13,4.5,1.2,8,4.5,2.24,12,5.12,2.1,8,5.7,1.72,20,4.88,2.19,16,5.0,1.79,11,5.1,1.45,10,5.73,1.56,11,3.56,2.24,9,4.86,2.01,22,6.07,1.69,14
+bumper,4.79,1.65,19,3.45,1.71,22,5.11,1.94,19,5.33,1.8,9,4.3,1.42,10,2.8,2.05,5,3.81,1.52,16,5.33,2.66,6,5.0,1.63,13,5.0,1.73,13,4.33,1.51,6,3.33,1.67,12,3.89,1.69,9,4.11,1.27,9,6.0,2.05,10,4.89,1.45,9,4.7,1.89,10,3.0,1.81,12,4.0,1.49,10,5.83,2.14,6,4.77,1.83,13
+bumpy,4.3,1.3,20,4.76,1.67,21,4.79,2.18,19,3.44,1.01,9,5.0,1.1,11,3.8,1.92,5,5.0,1.56,15,5.0,2.61,6,4.69,2.06,13,4.36,1.34,14,4.17,1.33,6,4.08,1.73,12,5.62,1.19,8,4.44,1.59,9,5.1,2.64,10,4.6,1.26,10,4.0,1.33,10,4.09,1.87,11,5.5,1.08,10,5.0,2.45,6,4.69,2.14,13
+bun,5.47,2.09,19,3.05,2.09,20,5.29,1.97,24,5.54,2.4,13,5.33,1.37,6,4.6,3.05,5,2.53,1.46,15,5.62,1.33,13,4.91,2.55,11,5.11,2.2,9,5.8,2.04,10,3.86,2.85,7,2.62,1.5,13,5.27,2.15,11,5.31,1.89,13,5.56,1.33,9,5.4,2.67,10,2.9,2.18,10,3.2,2.1,10,5.11,2.32,9,5.4,1.8,15
+bunch,5.83,1.69,18,2.81,1.97,21,4.56,1.82,18,5.0,0.76,8,6.5,1.96,10,2.57,1.99,7,2.93,2.02,14,4.36,1.75,11,4.86,2.04,7,5.64,1.57,11,6.14,1.95,7,2.33,1.8,9,3.17,2.08,12,4.82,1.99,11,4.14,1.57,7,5.33,0.98,12,6.83,2.4,6,2.67,1.92,12,3.0,2.12,9,4.89,2.37,9,4.22,1.09,9
+bundle,5.1,1.62,20,3.48,2.33,23,5.12,1.82,26,5.3,1.34,10,4.9,1.91,10,3.64,2.62,11,3.33,2.15,12,4.91,2.07,11,5.29,1.73,14,5.1,2.23,10,5.1,0.74,10,4.09,2.84,11,2.92,1.68,12,4.82,1.81,17,5.75,1.91,8,5.15,2.03,13,5.0,0.0,7,3.33,2.13,15,3.75,2.82,8,5.29,2.17,17,4.78,0.83,9
+bungalow,6.5,1.1,20,3.64,2.61,22,5.7,2.25,27,7.29,1.25,7,6.08,0.76,13,3.1,2.56,10,4.08,2.68,12,5.8,1.74,15,5.45,2.94,11,6.18,0.98,11,6.89,1.17,9,4.44,2.74,9,3.08,2.47,13,5.65,2.8,17,5.67,0.71,9,6.38,1.26,13,6.71,0.76,7,3.75,2.79,16,3.33,2.25,6,5.58,2.35,12,5.8,2.24,15
+bungee,5.71,1.65,21,6.35,2.83,20,4.94,2.2,35,6.0,1.85,8,5.54,1.56,13,6.6,2.3,5,6.27,3.06,15,5.09,2.21,11,4.88,2.23,24,5.92,1.75,13,5.38,1.51,8,6.92,2.68,12,5.5,3.02,8,4.9,2.34,20,5.0,2.07,15,5.64,2.06,11,5.8,1.14,10,7.09,2.66,11,5.44,2.92,9,5.0,2.33,22,4.85,2.03,13
+bunghole,3.9,2.22,20,4.59,2.67,22,5.42,2.27,26,4.29,2.63,7,3.69,2.06,13,4.2,2.57,10,4.92,2.81,12,4.93,2.02,14,6.36,2.25,11,3.36,1.57,11,4.56,2.79,9,4.33,1.8,9,4.77,3.19,13,5.59,2.5,17,5.5,1.51,8,4.62,2.33,13,2.57,1.27,7,4.25,2.67,16,5.5,2.66,6,4.45,2.58,11,6.13,1.77,15
+bunion,3.48,2.09,21,4.11,2.28,19,4.19,2.2,21,3.5,1.97,6,3.47,2.2,15,3.75,2.49,8,4.36,2.2,11,3.55,2.46,11,4.9,1.73,10,3.67,2.5,6,3.4,1.99,15,4.0,2.16,10,4.22,2.54,9,3.93,2.3,14,4.71,2.06,7,3.43,1.99,7,3.5,2.21,14,4.38,2.5,13,3.5,1.76,6,4.0,2.45,12,4.44,1.94,9
+bunk,5.43,1.75,21,3.53,1.93,19,5.19,2.11,21,5.67,1.03,6,5.33,1.99,15,4.14,2.12,7,3.17,1.8,12,4.45,2.3,11,6.0,1.63,10,6.0,1.79,6,5.2,1.74,15,3.44,2.07,9,3.6,1.9,10,4.86,2.38,14,5.86,1.35,7,5.43,1.72,7,5.43,1.83,14,3.62,1.98,13,3.33,1.97,6,5.0,2.04,12,5.44,2.3,9
+bunker,4.7,1.45,20,4.23,2.27,22,4.95,2.15,19,5.11,1.9,9,4.36,0.92,11,3.4,2.88,5,4.56,2.13,16,5.0,3.03,6,4.92,1.75,13,4.86,1.41,14,4.33,1.63,6,4.0,2.04,12,4.67,2.69,9,4.11,1.05,9,5.7,2.63,10,5.0,0.94,10,4.4,1.84,10,3.5,2.2,12,5.1,2.13,10,5.0,2.61,6,4.92,2.02,13
+bunkhouse,5.63,1.61,19,3.9,2.47,20,4.88,2.05,24,5.69,1.93,13,5.5,0.55,6,6.8,1.3,5,2.93,1.94,15,5.0,1.63,13,4.73,2.53,11,5.0,1.66,9,6.2,1.4,10,5.29,2.81,7,3.15,1.99,13,5.18,1.94,11,4.62,2.18,13,5.22,1.64,9,6.0,1.56,10,4.2,2.78,10,3.6,2.22,10,4.78,2.17,9,4.93,2.05,15
+bunny,7.3,1.49,20,3.86,2.72,44,5.78,2.82,18,7.2,0.84,5,7.33,1.68,15,3.38,2.31,16,4.26,2.92,27,6.3,2.41,10,5.12,3.31,8,7.3,1.16,10,7.3,1.83,10,4.05,2.44,21,3.7,2.99,23,5.57,3.41,7,5.91,2.55,11,7.08,1.73,12,7.62,1.06,8,3.93,2.69,29,3.73,2.87,15,5.56,2.88,9,6.0,2.92,9
+buoy,5.9,1.41,21,2.68,1.46,22,5.76,1.81,21,6.11,1.36,9,5.75,1.48,12,2.0,1.26,6,2.87,1.51,15,6.33,1.86,6,5.53,1.81,15,6.11,1.27,9,5.75,1.54,12,2.4,1.14,5,2.76,1.56,17,5.4,2.07,10,6.09,1.58,11,6.42,1.44,12,5.22,1.09,9,3.0,1.58,9,2.46,1.39,13,5.67,1.67,12,5.89,2.09,9
+burden,3.05,2.09,21,3.96,2.16,23,3.14,1.82,21,3.6,2.88,5,2.88,1.86,16,4.5,1.73,12,3.36,2.5,11,3.09,1.76,11,2.89,1.83,9,2.75,2.09,12,3.44,2.13,9,4.25,2.29,16,3.29,1.8,7,3.45,2.07,11,2.8,1.55,10,3.31,2.53,13,2.62,1.06,8,4.05,2.27,19,3.5,1.73,4,3.21,2.01,14,3.0,1.53,7
+burdened,3.27,1.41,40,4.1,2.28,21,3.65,2.22,43,3.19,0.75,16,3.33,1.74,24,4.29,2.87,7,4.0,2.12,13,4.09,2.27,22,3.19,2.14,21,3.71,1.43,24,2.53,1.13,15,3.86,2.27,7,4.23,2.45,13,3.74,2.28,19,3.58,2.22,24,3.57,1.54,21,2.95,1.22,19,4.18,2.36,11,4.0,2.31,10,3.86,2.48,21,3.45,1.99,22
+bureau,4.7,1.87,20,3.74,2.12,23,5.19,1.86,21,4.44,1.94,9,4.91,1.87,11,3.73,2.53,11,3.75,1.76,12,3.88,1.55,8,6.0,1.58,13,4.43,1.45,14,5.33,2.66,6,3.22,2.49,9,4.07,1.86,14,5.25,1.91,8,5.15,1.91,13,4.8,1.32,10,4.6,2.37,10,3.46,1.76,13,4.1,2.56,10,5.25,2.18,12,5.11,1.45,9
+bureaucracy,3.24,1.95,21,3.74,2.47,23,3.57,2.11,21,3.4,1.95,5,3.19,2.01,16,4.58,2.54,12,2.82,2.14,11,3.55,2.25,11,3.11,1.45,9,3.67,2.15,12,2.67,1.58,9,4.25,2.38,16,2.57,2.44,7,4.09,1.87,11,3.0,2.31,10,3.15,2.3,13,3.38,1.3,8,3.79,2.55,19,3.5,2.38,4,3.5,1.95,14,3.71,2.56,7
+bureaucrat,3.05,1.19,20,3.1,2.05,21,4.46,2.72,24,3.0,1.73,3,3.06,1.14,17,3.86,2.91,7,2.69,1.49,13,4.5,3.07,8,4.44,2.63,16,2.86,1.35,7,3.15,1.14,13,3.29,1.7,7,3.0,2.35,13,4.5,2.41,14,4.4,3.24,10,3.44,1.24,9,2.73,1.1,11,2.91,1.64,11,3.3,2.5,10,4.35,2.87,17,4.71,2.5,7
+bureaucratic,3.67,1.81,18,3.5,2.5,22,3.64,2.08,28,3.0,2.1,6,4.0,1.65,12,3.55,2.54,11,3.45,2.58,11,3.91,2.43,11,3.47,1.87,17,4.5,1.51,10,2.62,1.69,8,3.0,2.72,11,4.0,2.28,11,3.5,1.65,18,3.9,2.77,10,3.58,1.68,12,3.83,2.23,6,3.57,2.62,14,3.38,2.45,8,3.38,1.96,16,4.0,2.26,12
+burger,6.95,2.16,21,3.65,2.6,23,5.59,2.43,17,6.89,1.83,9,7.0,2.45,12,3.91,2.34,11,3.42,2.91,12,5.2,2.57,10,6.14,2.27,7,6.57,2.64,7,7.0,1.96,13,4.55,2.54,11,2.83,2.48,12,4.71,3.09,7,6.2,1.75,10,7.0,2.45,13,6.88,1.73,8,4.0,3.13,11,3.33,2.1,12,4.75,2.31,8,6.33,2.4,9
+burglar,2.67,1.91,21,5.32,2.78,22,3.88,2.36,26,3.6,2.27,10,1.82,0.98,11,5.0,3.0,7,5.47,2.77,15,4.38,2.7,16,3.1,1.45,10,3.45,2.34,11,1.8,0.63,10,2.8,2.49,5,6.06,2.46,17,4.29,2.73,14,3.42,1.83,12,2.92,2.36,13,2.25,0.71,8,4.2,3.26,10,6.25,2.01,12,4.64,2.68,14,3.0,1.6,12
+burglary,2.26,1.52,19,6.33,2.59,21,2.85,2.01,20,3.67,1.15,3,2.0,1.46,16,5.83,2.71,6,6.53,2.61,15,3.17,1.47,6,2.71,2.23,14,2.3,1.7,10,2.22,1.39,9,6.43,2.57,7,6.29,2.7,14,3.6,2.32,10,2.1,1.37,10,2.62,1.51,8,2.0,1.55,11,6.11,3.06,9,6.5,2.32,12,3.25,2.6,8,2.58,1.56,12
+burial,2.65,1.61,40,4.3,2.27,20,5.16,2.64,25,2.8,1.82,15,2.56,1.5,25,4.5,2.27,10,4.1,2.38,10,5.75,1.75,8,4.88,2.98,17,2.68,1.7,19,2.62,1.56,21,3.29,1.25,7,4.85,2.54,13,5.86,2.14,14,4.27,3.04,11,2.62,1.38,24,2.69,1.96,16,4.1,2.56,10,4.5,2.07,10,5.11,2.97,18,5.29,1.7,7
+burlesque,5.68,2.31,19,5.3,2.24,23,4.74,1.63,19,5.44,1.88,9,5.9,2.73,10,6.0,2.16,7,5.0,2.36,15,4.7,1.42,10,4.78,1.92,9,5.44,2.92,9,5.9,1.73,10,5.3,2.75,10,5.33,1.97,12,4.12,0.83,8,5.0,1.94,10,5.67,2.46,12,5.71,2.21,7,5.3,2.36,20,5.33,1.53,3,4.62,1.3,8,4.82,1.89,11
+burn,3.73,1.87,40,5.4,2.46,45,3.9,2.28,42,4.14,1.79,14,3.48,1.94,25,5.18,2.6,11,5.52,2.48,33,5.0,2.18,17,3.16,2.08,25,4.69,1.85,16,3.04,1.64,23,5.08,2.58,26,5.94,2.31,18,4.35,2.1,26,3.19,2.46,16,3.88,2.01,24,3.5,1.67,16,5.93,2.2,27,4.61,2.68,18,4.04,2.07,24,3.72,2.59,18
+burner,3.9,1.92,20,4.67,2.43,24,4.64,2.41,28,5.25,0.89,8,3.0,1.91,12,5.33,1.73,9,4.27,2.74,15,3.79,2.26,14,5.5,2.31,14,3.22,1.99,9,4.45,1.75,11,4.17,2.33,12,5.17,2.52,12,4.43,2.41,14,4.86,2.48,14,3.8,1.93,10,4.0,2.0,10,5.08,2.47,12,4.25,2.42,12,4.42,2.02,12,4.81,2.71,16
+burp,5.38,1.83,21,4.95,2.37,19,5.75,2.08,36,5.5,1.77,8,5.31,1.93,13,6.0,1.87,5,4.57,2.47,14,6.18,1.25,11,5.56,2.35,25,5.85,1.68,13,4.62,1.92,8,5.0,2.04,12,4.86,3.02,7,6.2,2.02,20,5.19,2.07,16,5.55,1.44,11,5.2,2.25,10,5.5,2.32,10,4.33,2.4,9,5.68,2.08,22,5.86,2.14,14
+burr,4.33,1.49,21,2.96,2.16,24,4.84,2.03,19,4.62,1.92,8,4.15,1.21,13,4.0,1.67,6,2.61,2.23,18,4.9,2.33,10,4.78,1.79,9,4.25,1.76,12,4.44,1.13,9,3.7,2.41,10,2.43,1.87,14,5.0,2.45,12,4.57,1.13,7,4.14,1.61,14,4.71,1.25,7,3.31,2.12,16,2.25,2.19,8,4.91,1.92,11,4.75,2.31,8
+burrito,6.65,1.66,20,4.65,2.87,20,5.0,1.57,22,6.71,2.06,7,6.62,1.5,13,5.0,2.5,9,4.36,3.23,11,5.67,1.75,6,4.75,1.48,16,6.6,1.71,10,6.56,1.74,9,4.38,3.29,8,4.83,2.69,12,5.53,1.41,15,3.86,1.35,7,7.27,1.1,11,5.89,1.96,9,4.25,3.02,12,5.25,2.71,8,5.27,1.56,11,4.73,1.62,11
+burro,4.86,1.93,21,4.04,2.3,25,5.57,1.83,23,4.22,1.99,9,5.33,1.83,12,3.11,2.03,9,4.56,2.34,16,5.12,1.96,8,5.8,1.78,15,4.5,1.51,8,5.08,2.18,13,4.33,2.39,12,3.77,2.28,13,5.17,1.75,12,6.0,1.9,11,5.33,1.83,12,4.22,1.99,9,3.43,2.03,14,4.82,2.48,11,5.62,1.94,13,5.5,1.78,10
+burrow,5.53,1.31,19,3.52,2.23,21,5.24,1.98,25,4.5,0.71,2,5.65,1.32,17,4.0,2.71,7,3.38,2.06,13,5.38,2.07,8,5.18,2.01,17,5.17,0.75,6,5.69,1.49,13,3.86,2.73,7,3.46,2.07,13,5.43,1.95,14,5.0,2.1,11,5.11,1.45,9,5.9,1.1,10,3.36,1.96,11,3.7,2.58,10,5.0,2.2,18,5.86,1.21,7
+burst,5.43,1.21,21,5.09,2.45,22,4.45,1.84,22,5.44,1.42,9,5.42,1.08,12,3.83,2.71,6,5.4,2.23,15,4.0,1.55,6,4.62,1.96,16,5.56,1.42,9,5.33,1.07,12,5.0,2.74,5,5.12,2.45,17,4.27,1.68,11,4.64,2.06,11,5.83,1.27,12,4.89,0.93,9,5.78,2.33,9,4.62,2.5,13,4.0,1.6,12,5.0,2.05,10
+bury,1.95,1.21,22,5.55,2.09,20,4.79,2.84,19,2.15,1.14,13,1.67,1.32,9,5.29,1.38,7,5.69,2.43,13,5.71,2.29,7,4.25,3.08,12,2.17,1.19,12,1.7,1.25,10,5.11,1.76,9,5.91,2.34,11,4.9,2.64,10,4.67,3.2,9,1.83,0.83,12,2.1,1.6,10,4.71,1.11,7,6.0,2.38,13,5.14,3.08,7,4.58,2.81,12
+bus,5.12,1.75,41,3.83,2.44,23,4.88,2.03,42,5.23,1.64,13,5.07,1.82,28,3.86,2.61,7,3.87,2.53,15,4.5,1.7,14,4.96,2.14,27,5.35,1.22,17,4.96,2.05,24,4.9,2.51,10,3.0,2.22,12,4.22,1.48,18,5.38,2.26,24,5.09,1.86,23,5.17,1.65,18,3.65,2.52,20,5.0,1.73,3,5.07,1.93,29,4.46,2.26,13
+busboy,4.71,1.76,21,3.91,2.09,23,4.57,1.75,21,5.8,2.77,5,4.38,1.26,16,4.33,2.1,12,3.45,2.07,11,4.55,1.29,11,4.11,1.69,9,4.17,2.04,12,5.44,1.01,9,4.0,2.03,16,3.71,2.36,7,4.55,1.51,11,4.6,2.07,10,4.54,1.71,13,5.0,1.93,8,3.84,2.19,19,4.25,1.71,4,4.36,1.69,14,5.0,1.91,7
+bush,4.75,1.97,20,2.67,1.74,21,5.0,1.85,25,3.75,2.5,4,5.0,1.83,16,3.0,2.45,4,2.59,1.62,17,5.11,2.71,9,4.94,1.24,16,4.25,1.91,8,5.08,2.02,12,3.0,2.05,10,2.36,1.43,11,4.93,1.77,14,5.09,2.02,11,5.0,1.55,11,4.44,2.46,9,2.4,1.78,10,2.91,1.76,11,5.44,1.82,18,3.86,1.46,7
+bushel,5.68,1.38,19,4.29,2.08,21,5.55,2.06,22,5.8,0.84,5,5.77,1.54,13,4.0,2.37,6,4.4,2.03,15,4.89,2.26,9,6.0,1.87,13,5.29,1.7,7,6.09,1.04,11,5.29,2.69,7,3.79,1.58,14,5.1,2.02,10,5.92,2.11,12,5.58,1.62,12,5.86,0.9,7,4.18,2.36,11,4.4,1.84,10,5.29,2.09,14,6.0,2.07,8
+bushy,4.53,1.87,19,3.95,2.2,21,4.75,1.8,20,6.33,1.15,3,4.19,1.8,16,4.33,2.16,6,3.8,2.27,15,5.0,1.41,6,4.64,1.98,14,4.7,1.42,10,4.33,2.35,9,3.29,2.5,7,4.29,2.05,14,4.7,1.34,10,4.8,2.25,10,5.12,2.1,8,4.09,1.64,11,4.22,2.59,9,3.75,1.96,12,4.5,2.62,8,4.92,1.08,12
+business,5.48,1.81,21,3.71,1.93,21,5.35,2.42,17,5.0,2.68,6,5.64,1.45,14,4.0,2.0,7,3.57,1.95,14,5.0,2.45,9,5.75,2.49,8,5.5,2.07,14,5.33,1.37,6,3.33,2.18,9,4.0,1.76,12,5.78,2.77,9,4.88,2.03,8,5.71,2.05,14,5.0,1.15,7,3.17,2.64,6,3.93,1.62,15,6.56,2.3,9,4.0,1.85,8
+business man,4.44,1.98,18,2.9,1.89,20,5.45,2.5,20,6.5,2.12,2,4.33,1.84,15,2.8,1.48,10,3.0,2.31,10,6.3,1.89,10,4.6,2.84,10,3.5,1.64,6,5.18,1.89,11,2.29,1.38,7,3.23,2.09,13,4.75,2.49,8,5.92,2.5,12,4.42,1.93,12,4.5,2.26,6,2.7,1.7,10,3.1,2.13,10,4.67,2.4,9,6.09,2.51,11
+businessman,5.38,1.83,21,3.36,2.38,22,5.43,1.78,21,5.67,1.58,9,5.17,2.04,12,2.17,1.6,6,3.6,2.44,15,6.0,2.37,6,5.2,1.52,15,4.44,1.42,9,6.08,1.83,12,3.8,2.17,5,3.24,2.49,17,5.9,1.73,10,5.0,1.79,11,5.58,1.98,12,5.11,1.69,9,4.33,2.78,9,2.69,1.89,13,5.18,1.94,11,5.7,1.64,10
+businesswoman,6.1,1.17,20,4.24,2.32,21,5.2,2.38,25,6.0,1.0,3,6.12,1.22,17,5.0,2.31,7,3.92,2.4,13,4.12,2.17,8,5.71,2.37,17,6.0,1.0,7,6.15,1.28,13,4.57,2.15,7,4.15,2.54,13,5.14,2.57,14,5.27,2.24,11,5.56,0.53,9,6.55,1.37,11,3.55,1.51,11,5.0,2.87,10,4.78,2.56,18,6.29,1.5,7
+busload,4.67,1.68,18,3.7,2.11,20,4.12,1.3,25,5.2,2.49,5,4.46,1.33,13,4.55,2.21,11,2.67,1.5,9,4.0,1.41,16,4.33,1.12,9,5.43,2.15,7,4.18,1.17,11,3.22,2.17,9,4.09,2.07,11,4.1,1.37,20,4.2,1.1,5,4.67,2.06,9,4.67,1.32,9,3.64,2.29,11,3.78,1.99,9,4.05,1.35,19,4.33,1.21,6
+bust,4.77,2.0,22,5.8,2.88,20,6.53,2.06,19,5.46,1.76,13,3.78,1.99,9,6.71,2.75,7,5.31,2.93,13,7.29,1.38,7,6.08,2.31,12,5.25,2.14,12,4.2,1.75,10,6.0,2.6,9,5.64,3.2,11,5.9,2.28,10,7.22,1.64,9,4.75,2.14,12,4.8,1.93,10,6.43,2.23,7,5.46,3.2,13,6.29,2.63,7,6.67,1.78,12
+buster,4.59,1.89,22,3.71,1.82,21,5.09,1.82,22,4.71,1.9,14,4.38,2.0,8,4.27,1.85,11,3.22,1.72,9,5.67,1.51,6,4.88,1.93,16,4.8,2.25,10,4.42,1.62,12,3.36,2.11,11,4.1,1.45,10,5.15,1.41,13,5.0,2.4,9,4.25,1.91,12,5.0,1.89,10,3.69,1.93,13,3.75,1.75,8,5.17,1.7,12,5.0,2.05,10
+bustle,5.29,1.45,21,4.26,1.91,23,4.62,2.2,21,4.88,0.64,8,5.54,1.76,13,4.33,2.27,12,4.18,1.54,11,4.69,2.25,13,4.5,2.27,8,5.62,1.06,8,5.42,1.16,12,4.69,1.49,13,3.7,2.31,10,5.58,1.93,12,3.33,1.94,9,5.1,1.6,10,5.45,1.37,11,4.35,2.06,17,4.0,1.55,6,4.0,2.55,9,5.08,1.88,12
+busy,5.41,1.99,22,4.52,2.68,21,4.44,2.09,18,5.67,2.94,6,5.27,1.67,15,3.57,2.88,7,5.0,2.54,14,4.56,1.81,9,4.5,2.56,8,5.29,2.23,14,5.57,1.72,7,4.56,3.09,9,4.5,2.47,12,4.2,2.15,10,4.75,2.12,8,5.5,1.7,14,5.25,2.55,8,5.5,3.51,6,4.13,2.29,15,4.9,2.13,10,3.88,2.03,8
+busybody,3.68,2.38,19,4.34,2.18,47,5.61,2.22,54,2.5,1.76,6,4.23,2.49,13,3.45,1.86,11,4.56,2.27,34,5.78,2.11,32,5.52,2.34,21,3.8,2.3,10,3.56,2.6,9,4.0,2.26,26,4.68,2.14,19,6.16,2.07,31,5.0,2.2,22,3.62,2.2,8,3.73,2.61,11,4.18,2.07,28,4.58,2.36,19,5.69,2.38,26,5.54,2.1,28
+butcher,4.4,2.06,20,4.15,1.93,20,5.18,1.94,22,5.86,1.77,7,3.62,1.8,13,4.78,1.92,9,3.64,1.86,11,5.33,2.07,6,5.12,1.96,16,4.5,1.96,10,4.44,2.35,9,3.0,1.07,8,4.92,2.02,12,4.93,2.19,15,5.71,1.25,7,4.55,1.97,11,4.22,2.28,9,3.83,1.9,12,4.62,2.0,8,5.45,1.81,11,4.91,2.12,11
+butler,5.62,1.69,21,2.55,1.6,22,6.04,2.41,27,5.1,1.6,10,6.09,1.7,11,2.57,1.99,7,2.53,1.46,15,6.18,2.7,17,5.8,1.93,10,5.64,2.16,11,5.6,1.07,10,2.2,1.64,5,2.65,1.62,17,5.64,2.87,14,6.46,1.81,13,5.62,1.85,13,5.62,1.51,8,2.2,1.75,10,2.83,1.47,12,5.57,2.68,14,6.54,2.07,13
+butt,5.36,2.26,22,5.2,3.14,20,5.68,2.71,19,6.46,2.11,13,3.78,1.39,9,5.86,3.44,7,4.85,3.05,13,5.71,2.81,7,5.67,2.77,12,5.83,2.12,12,4.8,2.39,10,5.44,3.36,9,5.0,3.1,11,5.8,2.82,10,5.56,2.74,9,5.17,2.52,12,5.6,2.01,10,6.86,2.67,7,4.31,3.09,13,6.71,2.21,7,5.08,2.87,12
+butter,6.36,1.74,39,3.37,2.15,43,5.67,2.06,45,6.09,1.82,22,6.71,1.61,17,3.38,2.42,16,3.37,2.02,27,5.1,1.55,21,6.17,2.33,24,6.3,1.74,23,6.44,1.79,16,3.06,2.29,16,3.56,2.08,27,5.47,2.27,19,5.81,1.92,26,6.63,1.42,19,6.1,2.0,20,3.26,2.07,23,3.5,2.28,20,6.05,2.27,21,5.33,1.83,24
+buttercup,6.83,1.76,18,3.23,2.18,22,6.22,2.04,23,6.5,1.52,6,7.0,1.91,12,3.08,2.19,12,3.4,2.27,10,5.88,2.23,8,6.4,1.99,15,6.1,1.79,10,7.75,1.28,8,3.44,2.4,9,3.08,2.1,13,6.19,2.23,16,6.5,1.76,6,6.43,2.37,7,7.09,1.3,11,3.22,1.92,9,3.23,2.42,13,6.62,2.03,16,5.29,1.89,7
+butterfly,7.23,1.67,43,3.2,2.5,20,5.51,2.52,53,6.86,1.7,22,7.62,1.6,21,3.1,2.42,10,3.3,2.71,10,5.59,2.65,32,5.35,2.41,20,7.09,1.97,22,7.38,1.32,21,3.0,3.0,7,3.31,2.32,13,5.47,2.81,30,5.55,2.18,22,7.19,1.88,26,7.29,1.36,17,4.0,2.91,10,2.4,1.84,10,5.77,2.87,26,5.26,2.14,27
+buttermilk,5.9,1.45,20,2.77,2.09,22,5.74,2.65,27,7.14,1.46,7,5.23,0.93,13,3.7,2.36,10,2.0,1.54,12,6.13,2.23,15,5.45,3.21,11,5.82,1.17,11,6.0,1.8,9,3.11,2.09,9,2.54,2.15,13,6.35,2.85,17,4.89,2.03,9,6.23,1.42,13,5.29,1.38,7,2.69,2.12,16,3.0,2.19,6,5.25,2.9,12,6.13,2.47,15
+butterscotch,6.55,2.01,20,3.48,2.36,21,5.68,2.36,25,5.67,1.15,3,6.71,2.11,17,3.43,1.9,7,3.46,2.73,13,5.25,1.75,8,5.88,2.62,17,6.29,1.38,7,6.69,2.32,13,3.57,2.82,7,3.38,2.29,13,5.29,2.3,14,6.18,2.44,11,6.11,1.9,9,6.91,2.12,11,3.36,2.16,11,3.6,2.67,10,5.72,2.72,18,5.57,1.13,7
+buttocks,6.85,1.53,20,5.35,1.85,23,6.29,2.1,21,6.56,1.59,9,7.09,1.51,11,6.27,1.79,11,4.5,1.51,12,4.88,1.96,8,7.15,1.72,13,6.93,1.54,14,6.67,1.63,6,5.67,2.12,9,5.14,1.7,14,6.38,2.13,8,6.23,2.17,13,6.8,1.75,10,6.9,1.37,10,5.15,1.68,13,5.6,2.12,10,6.75,1.82,12,5.67,2.4,9
+button,5.48,1.47,21,4.1,2.22,20,6.53,2.37,19,5.54,1.66,13,5.38,1.19,8,5.14,1.07,7,3.54,2.5,13,6.86,1.68,7,6.33,2.74,12,5.5,1.73,12,5.44,1.13,9,4.22,1.92,9,4.0,2.53,11,6.8,2.25,10,6.22,2.59,9,5.25,1.54,12,5.78,1.39,9,4.71,2.21,7,3.77,2.24,13,6.57,2.44,7,6.5,2.43,12
+buy,6.82,1.84,22,4.29,2.43,21,6.78,1.96,18,5.83,2.48,6,7.33,1.4,15,4.43,2.57,7,4.21,2.46,14,6.33,2.12,9,7.38,1.85,8,6.71,1.98,14,7.29,1.6,7,4.11,2.76,9,4.42,2.27,12,6.5,2.37,10,7.12,1.36,8,6.79,2.12,14,6.88,1.36,8,4.33,2.8,6,4.27,2.37,15,7.0,2.31,10,6.5,1.51,8
+buyer,5.9,1.58,21,3.95,1.96,21,5.76,2.22,25,6.17,1.59,12,5.56,1.59,9,4.71,2.36,7,3.57,1.7,14,5.1,1.91,10,6.2,2.37,15,5.75,2.22,4,5.94,1.48,17,4.0,2.49,10,3.91,1.45,11,5.71,2.29,7,5.78,2.26,18,6.33,1.67,12,5.33,1.32,9,4.0,1.47,13,3.88,2.7,8,5.22,2.73,9,6.06,1.91,16
+buzzard,4.74,1.85,19,5.81,1.91,21,4.91,2.5,23,4.4,0.89,5,4.85,2.19,13,6.33,1.37,6,5.6,2.1,15,5.7,2.45,10,4.31,2.46,13,4.71,1.98,7,4.73,1.95,11,5.71,1.8,7,5.86,2.03,14,5.91,2.26,11,4.0,2.45,12,5.42,1.83,12,3.57,1.27,7,5.82,2.04,11,5.8,1.87,10,4.86,2.54,14,5.0,2.6,9
+buzzer,5.16,1.8,19,5.4,2.56,20,5.22,1.83,23,5.15,2.08,13,5.17,1.17,6,6.2,2.77,5,5.13,2.53,15,5.08,1.98,12,5.36,1.75,11,6.0,1.8,9,4.4,1.51,10,6.71,2.5,7,4.69,2.39,13,4.91,1.81,11,5.5,1.88,12,5.56,1.51,9,4.8,2.04,10,5.7,2.67,10,5.1,2.56,10,5.62,2.0,8,5.0,1.77,15
+byline,4.68,1.2,19,3.33,2.17,18,5.35,2.29,17,4.91,0.54,11,4.38,1.77,8,4.25,2.22,4,3.07,2.16,14,4.25,2.19,8,6.33,2.0,9,4.62,0.52,8,4.73,1.56,11,3.71,2.36,7,3.09,2.12,11,4.17,0.98,6,6.0,2.57,11,4.62,1.45,13,4.83,0.41,6,3.0,2.0,11,3.86,2.48,7,6.71,1.6,7,4.4,2.27,10
+bypass,3.95,1.86,21,3.41,2.36,22,5.59,2.35,17,4.33,2.29,9,3.67,1.5,12,4.2,2.49,10,2.75,2.14,12,5.6,2.22,10,5.57,2.7,7,4.14,2.19,7,3.92,1.8,13,4.0,2.41,11,2.82,2.27,11,6.0,2.45,7,5.3,2.36,10,3.69,1.89,13,4.38,1.85,8,3.2,2.3,10,3.58,2.5,12,4.88,1.64,8,6.22,2.77,9
+bystander,4.68,1.94,22,3.05,2.06,22,4.55,2.37,20,5.38,2.07,8,4.29,1.82,14,3.1,2.18,10,3.0,2.04,12,4.71,3.25,7,4.46,1.9,13,5.0,2.37,11,4.36,1.43,11,3.09,1.97,11,3.0,2.24,11,4.4,2.64,15,5.0,1.41,5,3.7,1.34,10,5.5,2.02,12,3.7,2.0,10,2.5,2.02,12,4.8,2.1,10,4.3,2.71,10
+byzantine,4.5,1.19,20,3.78,2.19,23,5.29,2.0,21,4.56,0.88,9,4.45,1.44,11,3.73,2.49,11,3.83,1.99,12,4.88,1.81,8,5.54,2.15,13,4.64,0.84,14,4.17,1.83,6,3.78,2.54,9,3.79,2.04,14,5.12,2.3,8,5.38,1.89,13,4.5,0.97,10,4.5,1.43,10,2.92,2.02,13,4.9,1.97,10,5.08,1.88,12,5.56,2.24,9
+cab,4.81,1.66,21,4.05,2.39,20,6.47,2.57,19,5.0,1.68,13,4.5,1.69,8,5.29,2.5,7,3.38,2.14,13,6.14,2.85,7,6.67,2.5,12,5.0,1.86,12,4.56,1.42,9,4.0,2.4,9,4.09,2.51,11,6.7,2.5,10,6.22,2.77,9,4.83,1.8,12,4.78,1.56,9,5.0,2.24,7,3.54,2.4,13,6.86,1.86,7,6.25,2.96,12
+cabana,6.2,2.07,20,3.95,2.39,20,5.32,2.08,25,4.75,2.87,4,6.56,1.75,16,4.5,2.38,4,3.81,2.46,16,5.56,2.51,9,5.19,1.87,16,5.88,1.73,8,6.42,2.31,12,3.44,1.67,9,4.36,2.87,11,5.14,1.88,14,5.55,2.38,11,6.09,1.45,11,6.33,2.74,9,3.33,2.35,9,4.45,2.42,11,5.5,2.2,18,4.86,1.77,7
+cabaret,5.81,1.72,21,4.59,2.42,22,5.33,1.71,21,5.44,1.51,9,6.08,1.88,12,5.33,2.25,6,4.47,2.5,15,5.5,2.17,6,5.27,1.58,15,5.11,1.69,9,6.33,1.61,12,4.4,1.82,5,4.65,2.62,17,5.6,1.9,10,5.09,1.58,11,5.92,2.23,12,5.67,0.71,9,4.0,2.69,9,5.0,2.24,13,5.42,1.88,12,5.22,1.56,9
+cabbage,4.6,1.96,20,2.91,1.95,22,5.93,2.37,27,5.86,1.68,7,3.92,1.8,13,2.9,1.91,10,2.92,2.07,12,6.67,1.84,15,5.09,2.81,11,4.18,1.66,11,5.11,2.26,9,3.11,1.9,9,2.77,2.05,13,6.18,2.79,17,5.67,1.41,9,5.15,1.77,13,3.57,1.99,7,2.69,2.02,16,3.5,1.76,6,5.92,2.57,12,5.93,2.28,15
+cabbie,4.76,1.0,21,4.14,2.42,22,4.67,1.91,21,4.44,1.01,9,5.0,0.95,12,2.83,2.14,6,4.47,2.39,15,4.17,2.79,6,4.87,1.51,15,4.56,1.13,9,4.92,0.9,12,4.8,2.28,5,3.94,2.49,17,4.7,2.11,10,4.64,1.8,11,4.75,1.14,12,4.78,0.83,9,3.89,2.37,9,4.31,2.53,13,4.42,2.02,12,5.0,1.8,9
+cabernet,5.94,1.92,17,2.75,2.34,20,4.8,1.91,25,6.25,0.5,4,5.85,2.19,13,2.36,2.16,11,3.22,2.59,9,4.69,1.89,16,5.0,2.06,9,5.57,1.81,7,6.2,2.04,10,2.33,2.06,9,3.09,2.59,11,4.9,2.1,20,4.4,0.89,5,5.78,1.48,9,6.12,2.42,8,2.36,1.91,11,3.22,2.82,9,4.47,1.68,19,5.83,2.4,6
+cabin,5.9,1.48,21,3.74,2.33,19,6.3,2.13,20,5.67,1.03,6,6.0,1.65,15,5.0,2.2,8,2.82,2.04,11,6.36,2.42,11,6.22,1.86,9,5.17,1.33,6,6.2,1.47,15,4.89,2.26,9,2.7,1.95,10,5.77,2.31,13,7.29,1.38,7,5.86,1.68,7,5.93,1.44,14,3.77,2.55,13,3.67,1.97,6,5.64,2.29,11,7.11,1.69,9
+cabinet,5.1,1.04,21,3.75,2.12,20,5.78,1.8,18,5.33,0.89,12,4.78,1.2,9,4.57,2.15,7,3.31,2.06,13,5.9,1.73,10,5.62,2.0,8,5.5,1.0,4,5.0,1.06,17,4.18,1.99,11,3.22,2.28,9,5.71,2.36,7,5.82,1.47,11,5.25,0.97,12,4.89,1.17,9,3.92,2.11,12,3.5,2.27,8,5.33,1.8,9,6.22,1.79,9
+cable,5.9,1.97,20,3.52,2.37,23,5.79,2.04,28,5.5,1.41,8,6.17,2.29,12,3.62,2.56,8,3.47,2.36,15,5.79,2.01,14,5.79,2.15,14,5.67,2.29,9,6.09,1.76,11,3.92,2.54,12,3.09,2.21,11,5.29,2.37,14,6.29,1.59,14,6.1,2.08,10,5.7,1.95,10,3.83,2.52,12,3.18,2.27,11,6.0,2.04,12,5.62,2.09,16
+caboodle,5.15,1.79,20,3.86,2.2,21,4.84,1.89,25,4.25,2.36,4,5.38,1.63,16,4.25,2.06,4,3.76,2.28,17,5.67,2.55,9,4.38,1.26,16,4.75,1.49,8,5.42,1.98,12,4.1,2.18,10,3.64,2.29,11,5.29,1.68,14,4.27,2.05,11,5.64,1.5,11,4.56,2.01,9,3.6,2.22,10,4.09,2.26,11,5.22,1.93,18,3.86,1.46,7
+caboose,5.94,1.63,18,3.05,2.09,19,4.32,1.41,25,6.0,1.41,5,5.92,1.75,13,2.7,2.11,10,3.44,2.13,9,4.0,1.41,16,4.89,1.27,9,5.57,1.51,7,6.18,1.72,11,2.75,1.67,8,3.27,2.41,11,4.05,1.39,20,5.4,0.89,5,6.11,1.54,9,5.78,1.79,9,3.0,2.11,10,3.11,2.2,9,4.63,1.12,19,3.33,1.86,6
+cache,4.95,1.91,21,4.14,2.53,22,6.06,1.83,18,6.0,1.94,9,4.17,1.53,12,5.1,2.6,10,3.33,2.27,12,5.9,1.91,10,6.25,1.83,8,5.14,2.04,7,4.85,1.99,13,5.1,2.33,10,3.33,2.5,12,5.71,2.21,7,6.27,1.62,11,4.92,2.36,13,5.0,0.93,8,3.73,2.41,11,4.55,2.7,11,5.78,1.99,9,6.33,1.73,9
+cactus,5.11,0.99,19,4.0,2.03,17,5.5,2.42,16,5.09,0.83,11,5.12,1.25,8,5.0,2.83,4,3.69,1.75,13,4.88,2.42,8,6.12,2.42,8,5.12,0.83,8,5.09,1.14,11,3.86,1.95,7,4.1,2.18,10,6.2,2.28,5,5.18,2.52,11,5.08,0.95,13,5.17,1.17,6,3.4,1.9,10,4.86,2.04,7,5.14,2.34,7,5.78,2.59,9
+cadaver,3.65,2.16,20,4.5,2.74,22,4.74,2.55,27,4.86,2.79,7,3.0,1.47,13,4.3,2.5,10,4.67,3.03,12,4.93,2.22,15,4.45,3.14,11,3.55,1.97,11,3.78,2.49,9,3.78,2.49,9,5.0,2.89,13,4.88,3.02,17,4.44,1.67,9,4.23,2.35,13,2.57,1.27,7,4.12,2.87,16,5.5,2.26,6,4.83,2.41,12,4.67,2.74,15
+caddie,4.8,2.02,20,2.78,1.99,18,5.27,2.0,22,6.0,1.87,5,4.4,1.96,15,3.17,2.4,6,2.58,1.83,12,5.4,1.65,10,5.17,2.33,12,5.4,1.07,10,4.2,2.57,10,3.1,2.23,10,2.38,1.69,8,5.55,2.21,11,5.0,1.84,11,4.0,1.71,12,6.0,1.93,8,2.22,2.22,9,3.33,1.66,9,4.45,2.21,11,6.09,1.45,11
+cadet,4.8,1.24,20,3.48,2.04,21,4.76,2.79,25,4.33,2.08,3,4.88,1.11,17,3.71,2.56,7,3.38,1.89,13,6.0,1.69,8,4.18,3.05,17,5.0,1.41,7,4.69,1.18,13,4.29,2.06,7,3.08,2.06,13,5.21,2.94,14,4.18,2.6,11,4.67,1.41,9,4.91,1.14,11,3.91,1.81,11,3.0,2.26,10,4.5,2.83,18,5.43,2.76,7
+cafeteria,5.68,1.63,19,4.08,2.08,24,5.36,2.13,28,5.38,0.52,8,5.91,2.12,11,4.78,1.86,9,3.67,2.16,15,5.07,1.77,14,5.64,2.47,14,5.33,1.87,9,6.0,1.41,10,4.17,1.64,12,4.0,2.52,12,5.21,2.52,14,5.5,1.74,14,5.6,1.58,10,5.78,1.79,9,4.08,2.15,12,4.08,2.11,12,4.92,1.93,12,5.69,2.27,16
+caffeine,6.74,2.1,19,6.23,2.62,22,5.68,2.11,19,6.89,1.27,9,6.6,2.72,10,6.71,2.36,7,6.21,2.75,14,5.2,1.99,10,6.22,2.22,9,7.44,1.81,9,6.1,2.23,10,5.67,3.08,9,6.92,2.11,12,4.88,1.89,8,6.0,2.05,10,6.5,2.39,12,7.14,1.57,7,5.84,2.61,19,8.67,0.58,3,4.75,1.98,8,6.36,2.01,11
+cage,3.11,1.41,19,4.2,2.53,20,3.58,2.5,19,3.0,1.0,3,3.13,1.55,15,4.1,1.97,10,4.3,3.09,10,2.8,1.55,10,4.44,3.13,9,2.5,1.05,6,3.42,1.56,12,3.86,3.08,7,4.38,2.29,13,2.75,1.49,8,4.18,2.96,11,3.25,1.6,12,2.86,1.07,7,4.9,2.73,10,3.5,2.22,10,4.33,2.35,9,2.9,2.56,10
+cagey,3.65,1.09,20,4.59,1.92,22,5.11,2.11,19,3.33,0.71,9,3.91,1.3,11,4.2,2.39,5,4.62,1.86,16,5.67,2.66,6,4.85,1.86,13,3.79,1.19,14,3.33,0.82,6,4.08,1.98,12,5.11,1.83,9,4.78,1.92,9,5.4,2.32,10,4.2,1.14,10,3.1,0.74,10,3.75,2.14,12,5.6,0.97,10,5.0,2.9,6,5.15,1.77,13
+cahoots,4.84,1.61,19,4.39,2.57,18,4.76,2.36,17,5.09,1.3,11,4.5,2.0,8,5.25,2.99,4,4.14,2.51,14,4.38,2.5,8,5.11,2.32,9,4.88,1.64,8,4.82,1.66,11,4.43,2.15,7,4.36,2.91,11,4.5,2.59,6,4.91,2.34,11,4.77,1.64,13,5.0,1.67,6,3.55,2.54,11,5.71,2.14,7,5.29,2.06,7,4.4,2.59,10
+cake,7.58,1.43,19,5.33,2.5,21,5.88,1.77,48,5.67,0.58,3,7.94,1.24,16,6.17,2.12,12,4.22,2.64,9,5.94,1.75,17,5.83,1.84,30,8.1,1.1,10,7.0,1.58,9,6.22,2.05,9,4.67,2.67,12,6.16,2.0,32,5.27,1.03,15,7.25,1.91,8,7.82,0.98,11,5.11,2.62,9,5.5,2.5,12,6.29,1.98,28,5.3,1.26,20
+cakewalk,7.33,1.46,21,4.04,2.53,24,6.2,2.09,20,7.62,1.51,8,7.15,1.46,13,5.0,1.55,6,3.72,2.74,18,6.73,1.79,11,5.56,2.35,9,7.83,1.27,12,6.67,1.5,9,5.4,2.46,10,3.07,2.16,14,6.38,2.33,13,5.86,1.68,7,7.21,1.63,14,7.57,1.13,7,4.12,2.45,16,3.88,2.85,8,6.75,1.82,12,5.38,2.33,8
+calamari,4.2,2.17,20,4.76,2.7,21,5.44,2.31,25,5.0,0.0,3,4.06,2.33,17,5.29,2.98,7,4.54,2.73,13,5.0,2.14,8,5.65,2.42,17,4.43,1.62,7,4.08,2.47,13,4.86,2.54,7,4.77,2.98,13,5.21,2.39,14,5.73,2.28,11,4.11,2.32,9,4.27,2.15,11,4.45,2.98,11,5.1,2.47,10,5.44,2.53,18,5.43,1.81,7
+calamity,3.95,2.16,20,5.19,2.91,21,4.54,2.34,26,5.29,2.69,7,3.23,1.48,13,5.11,2.42,9,5.25,3.33,12,4.4,2.13,15,4.9,2.77,10,4.09,1.97,11,3.78,2.49,9,6.38,2.2,8,4.46,3.13,13,5.44,2.42,16,3.11,1.36,9,4.15,2.44,13,3.57,1.62,7,4.6,3.14,15,6.67,1.63,6,4.75,2.63,12,4.36,2.13,14
+calcium,5.7,1.45,20,3.14,1.62,21,5.97,2.26,34,6.2,1.48,10,5.2,1.32,10,2.75,1.58,8,3.38,1.66,13,6.43,1.95,14,5.65,2.46,20,5.44,1.01,9,5.91,1.76,11,3.69,1.55,13,2.25,1.39,8,6.23,2.16,22,5.5,2.47,12,5.5,1.18,10,5.9,1.73,10,3.0,1.47,14,3.43,1.99,7,5.82,2.27,17,6.12,2.32,17
+calculate,4.89,2.4,19,3.18,2.13,22,6.39,1.64,23,5.36,2.25,11,4.71,2.43,7,3.62,2.72,8,2.93,1.77,14,6.86,1.77,7,6.19,1.6,16,4.5,2.39,8,5.18,2.48,11,3.11,2.09,9,3.23,2.24,13,6.82,1.4,11,6.0,1.81,12,4.33,2.71,12,5.86,1.46,7,2.82,2.52,11,3.55,1.69,11,6.31,1.65,13,6.5,1.72,10
+calculation,5.33,0.97,18,4.48,2.14,21,6.09,1.93,22,4.67,0.58,3,5.47,0.99,15,5.25,2.19,8,4.0,2.04,13,5.75,1.49,8,6.29,2.16,14,5.67,1.0,9,5.0,0.87,9,4.67,1.73,9,4.33,2.46,12,6.33,2.09,15,5.57,1.51,7,5.43,0.98,7,5.27,1.01,11,4.6,1.78,10,4.36,2.5,11,6.62,2.18,13,5.33,1.22,9
+calculator,5.86,1.83,22,4.47,2.14,19,6.48,2.11,21,5.4,1.52,5,6.06,1.98,16,5.25,1.39,8,3.91,2.47,11,6.6,1.65,10,6.36,2.54,11,5.75,1.91,12,6.0,1.83,10,4.3,1.83,10,4.67,2.55,9,6.33,2.39,12,6.67,1.8,9,5.55,2.07,11,6.18,1.6,11,3.38,2.13,8,5.27,1.85,11,6.33,1.58,9,6.58,2.5,12
+calculus,4.0,2.26,21,2.73,1.86,22,4.41,2.59,27,4.0,2.26,10,4.0,2.37,11,2.57,1.99,7,2.8,1.86,15,4.94,2.84,17,3.5,1.9,10,3.55,2.34,11,4.5,2.17,10,2.8,2.68,5,2.71,1.65,17,4.57,2.98,14,4.23,2.2,13,3.23,1.92,13,5.25,2.31,8,2.5,2.17,10,2.92,1.62,12,4.43,2.79,14,4.38,2.47,13
+calendar,5.53,0.9,19,2.9,1.65,20,5.59,2.06,22,5.14,0.69,7,5.75,0.97,12,3.33,1.73,9,2.55,1.57,11,6.17,2.56,6,5.38,1.89,16,5.44,1.13,9,5.67,0.71,9,2.88,1.81,8,2.92,1.62,12,5.27,2.09,15,6.29,1.98,7,5.8,1.03,10,5.22,0.67,9,2.83,1.75,12,3.0,1.6,8,5.18,2.27,11,6.0,1.84,11
+calf,5.44,1.29,25,3.7,2.44,23,5.16,2.22,19,5.5,1.18,10,5.14,1.03,14,3.75,2.19,8,3.57,2.71,14,5.0,2.31,7,5.27,2.37,11,5.22,1.09,9,5.33,1.11,15,3.89,2.89,9,3.57,2.21,14,5.29,1.38,7,5.08,2.64,12,5.38,0.87,13,5.5,1.68,12,2.78,2.77,9,4.29,2.09,14,4.81,2.14,16,7.0,2.0,3
+caliber,4.79,1.58,19,4.1,2.05,20,5.45,2.42,20,5.0,0.0,3,4.87,1.73,15,4.2,2.15,10,4.0,2.05,10,6.0,1.83,10,4.9,2.88,10,4.17,2.4,6,5.25,0.87,12,4.29,2.29,7,4.0,2.0,13,4.38,2.39,8,6.17,2.25,12,4.92,1.31,12,4.57,2.07,7,4.2,2.2,10,4.0,2.0,10,4.56,2.01,9,6.18,2.56,11
+calisthenics,5.05,1.63,21,3.88,3.13,24,5.3,1.95,20,5.25,1.49,8,4.92,1.75,13,5.67,1.63,6,3.28,3.3,18,5.27,1.56,11,5.33,2.45,9,5.17,2.12,12,4.89,0.6,9,5.2,3.12,10,2.93,2.87,14,5.69,2.06,13,4.57,1.62,7,5.14,1.7,14,4.86,1.57,7,4.25,3.02,16,3.12,3.4,8,5.5,1.83,12,5.0,2.2,8
+call,6.18,1.84,22,3.29,2.03,21,5.61,1.65,18,5.33,1.37,6,6.67,1.88,15,3.29,2.5,7,3.29,1.86,14,5.33,2.18,9,5.88,0.99,8,6.21,1.97,14,6.43,1.62,7,3.11,2.42,9,3.42,1.78,12,5.8,2.15,10,5.38,0.74,8,5.71,1.49,14,7.0,2.2,8,3.83,2.71,6,3.07,1.75,15,6.2,1.93,10,4.88,0.83,8
+callback,5.95,1.73,20,4.57,2.41,23,5.5,1.86,26,5.5,1.72,10,6.4,1.71,10,5.45,1.92,11,3.75,2.6,12,4.82,1.83,11,6.14,1.75,14,6.89,1.9,9,5.18,1.17,11,5.64,2.42,11,3.58,2.02,12,5.53,1.84,17,5.62,2.07,8,6.31,2.02,13,5.29,0.76,7,4.0,2.36,15,5.62,2.26,8,5.35,1.87,17,5.78,1.92,9
+caller,5.52,1.47,23,3.41,2.24,22,5.44,2.29,27,6.11,1.69,9,5.14,1.23,14,3.8,2.49,10,3.08,2.07,12,5.27,2.37,15,5.82,2.32,11,5.0,0.85,12,6.09,1.81,11,4.44,2.13,9,2.69,2.1,13,5.47,2.21,17,5.56,2.65,9,5.6,1.5,15,5.38,1.51,8,3.25,2.29,16,3.83,2.23,6,5.17,2.52,12,5.67,2.16,15
+calligraphy,6.8,1.4,20,3.29,2.51,21,5.52,2.43,25,6.67,1.53,3,6.82,1.42,17,3.29,2.36,7,3.46,2.7,13,5.25,2.38,8,5.65,2.52,17,6.86,1.57,7,6.77,1.36,13,2.57,1.81,7,3.85,2.79,13,5.71,2.61,14,5.27,2.28,11,6.22,0.97,9,7.27,1.56,11,2.82,2.64,11,3.8,2.39,10,5.33,2.68,18,6.0,1.73,7
+callous,2.9,1.8,20,3.85,2.25,20,4.26,1.96,23,2.5,1.29,4,3.0,1.93,16,5.75,1.5,4,3.38,2.19,16,4.88,2.47,8,3.93,1.62,15,2.75,1.16,8,3.0,2.17,12,3.56,2.19,9,4.09,2.39,11,3.92,1.8,13,4.7,2.16,10,3.0,1.18,11,2.78,2.44,9,3.0,2.29,9,4.55,2.07,11,4.33,2.14,18,4.0,1.22,5
+calm,6.89,2.0,18,1.67,1.91,21,7.44,2.28,18,6.12,2.36,8,7.5,1.51,10,2.29,2.98,7,1.36,1.08,14,7.45,1.92,11,7.43,2.94,7,6.64,2.2,11,7.29,1.7,7,1.0,0.0,9,2.17,2.44,12,8.09,1.81,11,6.43,2.7,7,6.33,2.02,12,8.0,1.55,6,1.42,1.16,12,2.0,2.65,9,6.78,2.95,9,8.11,1.17,9
+camaraderie,5.85,2.01,20,4.09,2.16,22,6.32,2.14,19,5.78,2.22,9,5.91,1.92,11,2.6,2.07,5,4.62,2.06,16,6.17,3.13,6,6.38,1.66,13,5.71,1.9,14,6.17,2.4,6,3.92,2.35,12,4.44,2.07,9,5.11,1.96,9,7.4,1.71,10,5.2,1.87,10,6.5,2.01,10,3.25,1.96,12,5.1,2.02,10,6.83,2.14,6,6.08,2.18,13
+camcorder,6.43,1.86,21,4.42,2.41,24,5.86,2.34,22,6.75,1.58,8,6.23,2.05,13,4.54,2.6,13,4.27,2.28,11,6.08,2.43,13,5.56,2.3,9,7.5,1.77,8,5.83,1.7,12,5.14,2.11,14,3.4,2.55,10,6.58,2.35,12,5.0,2.11,10,5.9,2.33,10,6.91,1.22,11,4.06,2.44,17,5.29,2.29,7,5.4,2.8,10,6.25,1.91,12
+camel,5.29,1.42,21,3.1,1.55,21,5.21,2.32,24,5.67,1.15,12,4.78,1.64,9,2.57,1.27,7,3.36,1.65,14,4.89,2.32,9,5.4,2.38,15,4.75,0.5,4,5.41,1.54,17,3.3,1.7,10,2.91,1.45,11,4.29,2.93,7,5.59,2.0,17,5.08,1.56,12,5.56,1.24,9,3.31,1.6,13,2.75,1.49,8,4.67,2.5,9,5.53,2.23,15
+cameo,5.86,1.42,21,3.42,2.47,24,5.65,2.16,20,5.88,1.13,8,5.85,1.63,13,5.5,2.66,6,2.72,2.02,18,6.0,2.05,11,5.22,2.33,9,6.08,1.31,12,5.56,1.59,9,4.2,2.97,10,2.86,1.96,14,5.38,2.22,13,6.14,2.12,7,6.21,1.12,14,5.14,1.77,7,4.44,2.34,16,1.38,1.06,8,6.25,2.22,12,4.75,1.83,8
+camera,6.61,2.17,18,3.05,2.61,20,6.39,2.03,18,5.25,2.12,8,7.7,1.57,10,3.0,2.77,7,3.08,2.63,13,6.27,2.05,11,6.57,2.15,7,6.0,2.24,11,7.57,1.81,7,3.33,3.35,9,2.82,1.94,11,6.82,2.04,11,5.71,1.98,7,6.33,2.27,12,7.17,2.04,6,2.75,2.67,12,3.5,2.62,8,7.0,2.0,9,5.78,1.99,9
+cameraman,4.86,1.58,22,4.31,2.33,26,5.62,2.12,24,5.44,1.74,9,4.46,1.39,13,4.0,3.06,10,4.5,1.83,16,5.78,1.92,9,5.53,2.29,15,4.75,2.31,8,4.93,1.07,14,4.77,2.31,13,3.85,2.34,13,5.25,2.49,12,6.0,1.71,12,4.33,1.37,12,5.5,1.65,10,4.6,2.9,15,3.91,1.22,11,5.31,2.5,13,6.0,1.61,11
+camouflage,5.85,1.39,20,4.2,2.46,20,6.1,2.47,21,6.4,1.52,5,5.67,1.35,15,5.62,2.5,8,3.25,2.01,12,7.08,2.43,12,4.78,1.92,9,6.75,1.39,8,5.25,1.06,12,5.11,2.03,9,3.45,2.62,11,5.67,2.73,6,6.27,2.43,15,6.11,1.62,9,5.64,1.21,11,4.08,2.5,13,4.43,2.57,7,6.55,2.62,11,5.6,2.32,10
+camp,7.0,1.61,18,4.14,2.26,21,5.89,2.05,18,6.12,1.46,8,7.7,1.42,10,3.29,2.75,7,4.57,1.95,14,5.45,2.21,11,6.57,1.72,7,6.64,1.57,11,7.57,1.62,7,3.78,2.59,9,4.42,2.07,12,6.27,2.0,11,5.29,2.14,7,7.08,1.62,12,6.83,1.72,6,3.33,2.02,12,5.22,2.22,9,6.0,2.5,9,5.78,1.64,9
+campaign,4.55,1.76,20,3.5,2.56,20,5.14,2.44,22,5.2,2.28,5,4.33,1.59,15,4.75,2.92,8,2.67,2.02,12,5.5,2.81,12,4.7,1.95,10,5.0,2.51,8,4.25,1.06,12,4.44,2.6,9,2.73,2.37,11,5.71,2.43,7,4.87,2.47,15,5.33,2.06,9,3.91,1.22,11,3.31,2.06,13,3.86,3.48,7,4.92,2.68,12,5.4,2.22,10
+camper,5.21,1.18,19,4.53,2.04,19,5.52,2.09,23,4.33,0.58,3,5.38,1.2,16,4.43,1.72,7,4.58,2.27,12,5.11,2.71,9,5.79,1.63,14,5.33,1.5,9,5.1,0.88,10,4.56,2.55,9,4.5,1.58,10,5.6,2.47,15,5.38,1.19,8,5.29,1.8,7,5.17,0.72,12,5.0,2.06,9,4.1,2.02,10,5.77,2.55,13,5.2,1.32,10
+campfire,6.55,1.67,20,4.17,2.68,18,5.88,2.36,24,7.0,1.22,5,6.4,1.8,15,3.4,2.19,5,4.46,2.88,13,5.62,2.33,13,6.18,2.48,11,6.8,1.32,10,6.3,2.0,10,4.86,2.48,7,3.73,2.83,11,5.25,2.44,16,7.12,1.73,8,6.29,1.86,14,7.17,0.98,6,4.17,2.66,12,4.17,2.99,6,5.53,2.67,15,6.44,1.74,9
+camping,6.09,1.8,22,5.5,2.92,22,6.32,1.73,19,6.25,1.83,8,5.77,1.69,13,4.86,2.67,7,5.86,3.18,14,6.86,2.19,7,5.91,1.45,11,6.25,1.49,8,5.77,1.88,13,6.33,2.6,9,4.92,3.09,13,5.43,1.51,7,6.83,1.7,12,5.64,1.69,11,6.55,1.86,11,6.0,3.08,9,5.15,2.88,13,6.12,1.78,16,7.33,1.15,3
+campsite,6.47,1.5,19,4.25,2.4,20,5.62,2.04,24,6.69,1.6,13,6.0,1.26,6,4.6,2.88,5,4.13,2.33,15,6.08,1.89,13,5.09,2.17,11,6.89,1.54,9,6.1,1.45,10,4.71,3.09,7,4.0,2.04,13,5.0,2.68,11,6.15,1.14,13,6.67,1.32,9,6.3,1.7,10,5.1,2.38,10,3.4,2.22,10,6.56,2.3,9,5.07,1.71,15
+campus,6.44,1.98,18,4.17,2.1,23,5.21,1.55,19,6.5,2.0,8,6.4,2.07,10,4.14,2.34,7,4.13,2.13,15,5.2,1.48,10,5.22,1.72,9,6.67,2.29,9,6.22,1.72,9,4.4,2.72,10,3.92,1.62,12,5.25,1.83,8,5.3,1.42,10,6.09,1.97,11,7.0,2.0,7,4.2,2.17,20,4.0,2.0,3,5.5,1.41,8,5.0,1.67,11
+can,6.41,1.53,22,3.14,1.93,21,6.44,2.19,16,6.67,1.51,6,6.2,1.57,15,2.0,1.0,7,3.71,2.05,14,5.75,2.38,8,7.12,1.89,8,6.07,1.54,14,6.86,1.46,7,3.11,2.32,9,3.17,1.7,12,6.78,2.54,9,6.0,1.73,7,6.14,1.66,14,6.88,1.25,8,3.0,2.1,6,3.2,1.93,15,7.44,1.88,9,5.14,1.95,7
+can opener,5.52,1.21,21,3.37,2.5,19,5.78,2.21,32,5.75,1.28,8,5.38,1.19,13,3.2,1.79,5,3.43,2.77,14,5.55,2.16,11,5.9,2.28,21,5.69,1.38,13,5.25,0.89,8,3.27,2.69,11,3.5,2.39,8,5.68,2.36,19,5.92,2.06,13,5.64,1.36,11,5.4,1.07,10,3.73,3.0,11,2.88,1.64,8,5.8,2.31,20,5.75,2.14,12
+canal,5.71,1.74,21,4.05,2.33,20,5.81,1.91,21,5.67,1.21,6,5.73,1.94,15,4.62,2.67,8,3.67,2.1,12,5.91,1.81,11,5.7,2.11,10,5.33,1.97,6,5.87,1.68,15,4.4,2.59,10,3.7,2.11,10,5.43,2.1,14,6.57,1.27,7,5.71,1.8,7,5.71,1.77,14,3.86,2.63,14,4.5,1.52,6,5.83,1.9,12,5.78,2.05,9
+canary,6.37,1.95,19,3.5,1.85,22,5.41,1.97,22,6.33,1.58,9,6.4,2.32,10,4.5,1.85,8,2.93,1.64,14,5.18,2.04,11,5.64,1.96,11,6.14,1.21,7,6.5,2.32,12,4.2,1.48,10,2.92,1.98,12,5.31,2.18,13,5.56,1.74,9,6.4,2.46,10,6.33,1.32,9,3.25,1.67,8,3.64,1.98,14,5.71,2.2,14,4.88,1.46,8
+cancel,3.61,1.2,18,4.29,2.17,21,5.83,2.53,23,4.0,1.41,2,3.56,1.21,16,4.62,2.67,8,4.08,1.89,13,5.67,2.4,9,5.93,2.7,14,3.56,1.51,9,3.67,0.87,9,3.89,2.15,9,4.58,2.23,12,6.53,2.42,15,4.5,2.33,8,4.0,1.1,6,3.42,1.24,12,4.2,1.69,10,4.36,2.62,11,6.15,3.11,13,5.4,1.58,10
+cancellation,3.74,0.93,19,3.9,2.39,21,5.28,2.87,25,4.33,1.53,3,3.62,0.81,16,4.29,3.04,7,3.62,2.14,13,5.62,2.88,8,5.12,2.93,17,4.0,1.15,7,3.58,0.79,12,4.71,2.5,7,3.38,2.36,13,5.71,2.73,14,4.73,3.07,11,3.89,1.05,9,3.6,0.84,10,4.73,2.33,11,3.0,2.21,10,5.06,2.96,18,5.86,2.73,7
+cancer,1.9,1.84,41,5.14,2.87,22,2.9,2.19,62,2.38,1.98,13,1.68,1.76,28,5.08,2.81,12,5.2,3.08,10,3.0,1.9,22,2.72,2.22,39,2.06,1.71,17,1.79,1.96,24,5.0,2.55,9,5.23,3.17,13,3.14,2.04,37,2.33,2.14,24,1.65,1.58,23,2.22,2.13,18,4.89,2.98,9,5.31,2.9,13,2.79,1.99,39,3.09,2.52,23
+candid,5.58,1.39,19,4.0,2.45,20,5.42,2.26,24,5.62,1.5,13,5.5,1.22,6,4.4,2.7,5,3.87,2.45,15,5.08,2.22,13,5.82,2.36,11,5.44,1.74,9,5.7,1.06,10,5.14,2.67,7,3.38,2.18,13,5.18,2.09,11,5.62,2.47,13,5.56,1.01,9,5.6,1.71,10,3.6,2.5,10,4.4,2.46,10,5.44,2.55,9,5.4,2.16,15
+candidacy,4.8,1.4,20,3.05,1.99,20,4.95,1.65,22,5.0,0.0,7,4.69,1.75,13,2.44,1.67,9,3.55,2.16,11,4.83,1.47,6,5.0,1.75,16,4.9,1.45,10,4.67,1.5,9,2.62,1.69,8,3.33,2.19,12,4.8,1.52,15,5.29,1.98,7,4.73,1.49,11,4.89,1.36,9,3.42,1.98,12,2.5,2.0,8,4.73,1.35,11,5.18,1.94,11
+candidate,4.5,1.7,20,5.32,2.32,22,5.48,1.75,21,4.56,1.94,9,4.45,1.57,11,5.5,2.46,10,5.17,2.29,12,5.0,0.76,8,5.77,2.13,13,4.43,1.87,14,4.67,1.37,6,5.38,2.77,8,5.29,2.13,14,5.62,1.69,8,5.38,1.85,13,4.4,1.78,10,4.6,1.71,10,5.0,2.26,12,5.7,2.45,10,6.25,1.6,12,4.44,1.42,9
+candle,6.14,1.86,22,3.81,2.06,26,6.08,2.19,24,5.56,1.24,9,6.54,2.15,13,3.0,2.0,10,4.31,1.99,16,5.78,2.11,9,6.27,2.28,15,5.12,2.17,8,6.71,1.44,14,4.08,2.22,13,3.54,1.94,13,5.5,2.39,12,6.67,1.87,12,6.25,2.09,12,6.0,1.63,10,3.93,2.19,15,3.64,1.96,11,6.23,2.05,13,5.91,2.43,11
+candlelight,6.63,1.34,19,3.22,2.51,18,6.18,2.27,17,6.0,1.26,11,7.5,0.93,8,2.25,1.89,4,3.5,2.65,14,5.38,2.72,8,6.89,1.62,9,6.38,1.69,8,6.82,1.08,11,3.14,2.19,7,3.27,2.8,11,4.83,2.93,6,6.91,1.51,11,6.38,1.33,13,7.17,1.33,6,3.09,2.39,11,3.43,2.88,7,6.43,1.62,7,6.0,2.71,10
+candlestick,5.95,1.32,20,3.55,2.04,20,5.38,1.94,26,5.73,1.19,11,6.22,1.48,9,3.86,1.95,7,3.38,2.14,13,4.54,1.66,13,6.23,1.88,13,6.0,1.41,11,5.89,1.27,9,3.64,2.2,11,3.44,1.94,9,5.41,2.09,17,5.33,1.73,9,6.3,1.25,10,5.6,1.35,10,3.67,2.1,12,3.38,2.07,8,5.31,1.89,16,5.5,2.12,10
+candor,6.14,1.39,21,3.9,2.1,21,6.18,2.24,22,5.78,1.3,9,6.42,1.44,12,2.5,1.76,6,4.36,2.02,14,5.5,2.88,6,6.44,2.0,16,5.22,0.83,9,6.83,1.34,12,4.4,2.07,5,3.75,2.14,16,6.27,2.05,11,6.09,2.51,11,6.17,1.59,12,6.11,1.17,9,3.89,1.69,9,3.92,2.43,12,6.0,2.63,12,6.4,1.78,10
+candy,7.27,1.78,41,5.03,2.33,40,6.46,1.86,24,7.37,2.06,19,7.18,1.53,22,5.21,2.52,14,4.92,2.26,26,6.56,2.35,9,6.4,1.59,15,7.05,2.2,19,7.43,1.36,21,5.29,2.42,17,4.83,2.29,23,6.33,2.66,6,6.5,1.62,18,7.6,1.67,20,6.95,1.86,21,4.79,2.49,19,5.24,2.21,21,5.89,2.2,9,6.8,1.61,15
+cane,4.64,1.31,39,3.0,1.86,42,4.38,2.24,45,4.94,1.06,16,4.43,1.44,23,3.78,1.72,9,2.69,1.8,32,5.2,2.18,15,3.97,2.19,30,4.37,1.34,19,4.9,1.25,20,3.07,2.05,15,2.96,1.79,27,4.61,2.41,23,4.14,2.08,22,4.88,1.33,25,4.21,1.19,14,2.53,1.81,19,3.39,1.85,23,4.37,2.44,30,4.4,1.84,15
+canine,6.22,1.83,23,4.76,2.68,21,5.24,2.24,25,5.8,2.17,5,6.33,1.78,18,5.0,2.83,7,4.77,2.77,13,5.0,2.0,8,5.35,2.4,17,6.62,1.3,8,6.0,2.07,15,5.71,2.56,7,4.38,2.79,13,4.64,2.27,14,6.0,2.05,11,6.09,2.07,11,6.33,1.67,12,5.18,2.96,11,4.3,2.41,10,5.11,2.4,18,5.57,1.9,7
+canister,4.84,1.95,19,3.0,2.14,22,5.57,2.09,23,3.83,2.4,6,5.31,1.6,13,3.42,2.35,12,2.5,1.84,10,5.0,2.38,7,5.81,1.97,16,4.7,1.83,10,5.0,2.18,9,3.33,2.69,9,2.77,1.74,13,5.31,2.27,16,6.33,1.63,6,4.12,1.73,8,5.36,2.01,11,2.89,1.76,9,3.08,2.43,13,5.75,2.38,16,5.14,1.21,7
+canker,2.58,1.3,19,4.25,2.47,20,4.54,2.23,24,2.92,1.38,13,1.83,0.75,6,4.0,3.32,5,4.33,2.26,15,5.15,2.23,13,3.82,2.09,11,2.89,1.45,9,2.3,1.16,10,4.57,3.21,7,4.08,2.1,13,4.45,2.16,11,4.62,2.36,13,2.67,1.0,9,2.5,1.58,10,3.3,2.75,10,5.2,1.81,10,4.78,2.77,9,4.4,1.92,15
+cannabis,6.05,2.46,21,5.85,2.94,20,5.0,2.74,22,6.67,2.34,6,5.8,2.54,15,6.12,3.56,8,5.67,2.61,12,4.5,2.81,12,5.6,2.67,10,7.33,2.12,9,5.08,2.31,12,6.33,2.6,9,5.45,3.27,11,4.86,1.77,7,5.07,3.15,15,6.8,2.44,10,5.36,2.38,11,5.46,3.02,13,6.57,2.88,7,4.92,3.23,12,5.1,2.18,10
+canned,4.32,2.08,19,3.0,1.93,22,4.62,2.28,24,4.5,1.97,6,4.23,2.2,13,3.42,2.07,12,2.5,1.72,10,4.0,2.0,8,4.94,2.41,16,4.4,1.51,10,4.22,2.68,9,3.44,1.94,9,2.69,1.93,13,4.12,2.26,17,6.0,2.1,6,3.62,1.69,8,4.82,2.27,11,2.67,1.5,9,3.23,2.2,13,5.0,2.61,16,3.88,1.25,8
+cannibal,2.9,2.1,21,6.1,2.14,21,3.2,2.12,25,3.33,2.31,12,2.33,1.73,9,6.14,2.41,7,6.07,2.09,14,3.6,2.37,10,2.93,1.98,15,3.0,2.31,4,2.88,2.12,17,5.6,2.27,10,6.55,2.02,11,2.86,2.85,7,3.33,1.85,18,2.83,1.75,12,3.0,2.6,9,6.08,1.71,13,6.12,2.85,8,3.22,2.49,9,3.19,1.97,16
+cannibalism,2.32,1.92,19,6.05,2.18,21,4.09,3.22,34,2.0,1.12,9,2.6,2.46,10,5.5,1.77,8,6.38,2.4,13,4.21,3.38,14,4.0,3.2,20,1.67,1.0,9,2.9,2.38,10,6.08,1.89,13,6.0,2.73,8,3.68,2.92,22,4.83,3.74,12,1.7,1.06,10,3.0,2.45,9,6.07,2.2,14,6.0,2.31,7,4.18,3.03,17,4.0,3.5,17
+cannon,4.74,1.65,39,5.09,2.83,44,4.95,2.5,42,5.2,1.47,15,4.46,1.72,24,5.43,2.96,21,4.78,2.73,23,5.21,2.89,14,4.78,2.36,27,5.0,1.31,23,4.27,2.05,15,4.59,2.58,22,5.59,3.03,22,4.67,2.3,18,5.17,2.66,24,4.33,1.32,21,5.22,1.9,18,4.33,2.66,24,6.0,2.81,20,5.24,2.65,29,4.31,2.06,13
+cannonball,5.14,1.98,21,4.24,2.62,25,4.84,2.71,19,5.78,2.05,9,4.67,1.87,12,3.67,2.34,6,4.61,2.68,18,4.86,2.73,7,4.83,2.82,12,5.38,1.86,16,4.4,2.41,5,4.21,2.67,14,4.6,2.59,10,5.56,3.09,9,4.2,2.3,10,5.17,2.41,12,5.11,1.36,9,4.5,2.8,16,3.78,2.33,9,4.82,3.31,11,4.88,1.81,8
+canoe,5.76,2.02,21,3.7,2.34,20,6.15,2.41,20,6.17,1.94,6,5.6,2.1,15,3.88,1.64,8,3.58,2.78,12,6.0,2.11,10,6.3,2.79,10,6.0,2.83,6,5.67,1.72,15,3.6,1.71,10,3.8,2.94,10,5.77,2.83,13,6.86,1.21,7,5.86,2.27,7,5.71,1.98,14,3.71,2.43,14,3.67,2.34,6,5.27,2.61,11,7.22,1.72,9
+canon,4.9,1.58,21,5.86,2.01,21,4.8,2.29,25,5.08,2.02,12,4.67,0.71,9,5.86,1.35,7,5.86,2.32,14,4.8,2.78,10,4.8,2.01,15,4.75,0.5,4,4.94,1.75,17,6.1,2.33,10,5.64,1.75,11,4.43,2.44,7,4.94,2.29,18,4.83,1.75,12,5.0,1.41,9,6.15,1.99,13,5.38,2.07,8,4.89,2.37,9,4.75,2.32,16
+canopy,6.0,1.27,22,3.0,1.92,21,5.91,1.82,22,5.79,1.19,14,6.38,1.41,8,3.45,2.21,11,2.67,1.5,9,6.17,2.48,6,5.81,1.6,16,6.1,1.29,10,5.92,1.31,12,2.36,1.5,11,3.7,2.16,10,6.23,1.83,13,5.44,1.81,9,6.0,1.28,12,6.0,1.33,10,2.38,1.56,13,4.0,2.14,8,5.92,1.73,12,5.9,2.02,10
+cantaloupe,6.1,1.68,20,3.91,2.43,22,5.68,1.86,19,5.67,1.87,9,6.45,1.51,11,3.0,2.55,5,4.38,2.33,16,5.67,2.34,6,5.69,1.7,13,5.79,1.81,14,6.83,1.17,6,3.92,2.39,12,4.22,2.54,9,5.11,1.05,9,6.2,2.3,10,5.6,1.65,10,6.6,1.65,10,3.17,2.44,12,4.8,2.2,10,6.33,2.07,6,5.38,1.76,13
+canteen,5.05,1.84,19,3.2,1.7,20,5.15,2.25,20,6.33,0.58,3,4.81,1.91,16,3.67,1.21,6,3.0,1.88,14,5.17,2.23,6,5.14,2.35,14,5.3,1.06,10,4.78,2.49,9,2.83,1.83,6,3.36,1.69,14,5.2,2.44,10,5.1,2.18,10,4.75,2.12,8,5.27,1.68,11,3.0,1.77,8,3.33,1.72,12,4.38,2.83,8,5.67,1.72,12
+cantina,5.6,1.35,20,3.92,2.72,24,5.35,2.23,20,6.29,1.38,7,5.23,1.24,13,5.83,1.6,6,3.28,2.74,18,6.64,1.36,11,3.78,2.11,9,5.67,1.37,12,5.5,1.41,8,5.0,2.71,10,3.14,2.54,14,6.0,1.96,13,4.14,2.34,7,5.5,1.09,14,5.83,1.94,6,4.44,2.63,16,2.88,2.75,8,5.92,2.11,12,4.5,2.27,8
+canvas,5.67,1.98,21,2.7,1.58,23,5.89,2.32,18,5.33,1.8,9,5.92,2.15,12,3.27,1.42,11,2.17,1.59,12,5.9,2.56,10,5.88,2.17,8,5.86,2.27,7,5.69,1.93,13,3.09,1.64,11,2.33,1.5,12,5.43,2.99,7,6.18,1.89,11,6.23,2.09,13,4.75,1.49,8,2.36,1.43,11,3.0,1.71,12,5.33,2.6,9,6.44,2.01,9
+canvass,5.4,1.7,20,3.25,2.61,20,5.29,2.05,24,5.25,2.22,4,5.44,1.63,16,4.75,2.75,4,2.88,2.53,16,5.22,2.22,9,5.33,2.02,15,5.12,1.64,8,5.58,1.78,12,3.56,2.83,9,3.0,2.53,11,5.14,2.11,14,5.5,2.07,10,5.27,1.01,11,5.56,2.35,9,2.22,2.05,9,4.09,2.81,11,5.35,2.21,17,5.14,1.77,7
+canyon,5.5,1.98,18,3.9,2.73,20,4.1,2.36,20,7.33,1.15,3,5.0,1.92,14,3.9,2.73,10,3.9,2.88,10,4.5,2.32,10,3.7,2.45,10,4.0,2.37,6,6.18,1.33,11,3.0,2.65,7,4.38,2.75,13,4.0,2.27,8,4.17,2.52,12,5.82,1.72,11,5.0,2.38,7,3.9,2.6,10,3.9,3.0,10,3.56,2.65,9,4.55,2.11,11
+cap,5.0,1.67,19,3.27,1.78,22,5.57,1.66,21,5.78,1.2,9,4.3,1.77,10,3.62,1.85,8,3.07,1.77,14,5.8,1.81,10,5.36,1.57,11,5.71,1.25,7,4.58,1.78,12,3.9,2.02,10,2.75,1.42,12,5.15,1.72,13,6.25,1.39,8,4.2,1.69,10,5.89,1.17,9,4.0,2.0,8,2.86,1.56,14,5.62,2.06,13,5.5,0.76,8
+capability,6.63,1.42,19,4.29,2.39,21,6.6,1.88,20,6.0,0.0,3,6.75,1.53,16,4.17,2.4,6,4.33,2.47,15,7.5,1.38,6,6.21,1.97,14,6.4,1.71,10,6.89,1.05,9,4.29,2.36,7,4.29,2.49,14,7.1,1.66,10,6.1,2.02,10,6.75,1.49,8,6.55,1.44,11,5.0,2.87,9,3.75,1.91,12,6.88,1.81,8,6.42,1.98,12
+capable,7.05,1.58,19,4.0,2.38,38,7.07,1.67,54,8.33,1.15,3,6.87,1.6,15,5.0,2.45,9,3.69,2.32,29,7.12,1.66,32,7.1,1.7,21,6.83,1.83,6,7.25,1.54,12,5.0,2.63,14,3.42,2.06,24,6.81,1.76,31,7.55,1.44,22,7.33,1.23,12,6.57,2.07,7,3.81,2.56,21,4.24,2.19,17,7.27,1.8,26,6.89,1.55,28
+capacity,5.14,1.49,21,3.67,2.13,21,6.08,1.96,25,5.58,1.08,12,4.56,1.81,9,4.71,2.36,7,3.14,1.88,14,5.7,1.64,10,6.33,2.16,15,5.0,2.16,4,5.18,1.38,17,4.4,2.55,10,3.0,1.48,11,5.29,2.06,7,6.39,1.88,18,4.75,1.29,12,5.67,1.66,9,3.62,2.26,13,3.75,2.05,8,6.0,2.4,9,6.12,1.75,16
+caper,4.9,1.48,21,3.9,2.29,20,5.18,2.54,22,4.17,1.17,6,5.2,1.52,15,3.75,2.38,8,4.0,2.34,12,5.5,2.61,12,4.8,2.53,10,5.22,1.09,9,4.67,1.72,12,4.0,2.55,9,3.82,2.18,11,4.43,2.37,7,5.53,2.61,15,5.0,1.7,10,4.82,1.33,11,3.85,2.44,13,4.0,2.16,7,4.5,2.81,12,6.0,2.0,10
+capital,5.29,1.82,21,3.14,2.08,22,5.85,2.13,27,5.4,1.51,10,5.18,2.14,11,2.14,1.68,7,3.6,2.13,15,6.41,2.12,17,4.9,1.85,10,5.82,1.72,11,4.7,1.83,10,3.8,3.03,5,2.94,1.78,17,6.64,1.82,14,5.0,2.16,13,5.54,1.56,13,4.88,2.23,8,3.1,2.28,10,3.17,1.99,12,6.29,2.46,14,5.38,1.66,13
+capitalism,3.62,1.94,21,5.39,2.89,23,5.67,2.4,18,3.22,2.22,9,3.92,1.73,12,6.0,2.14,11,4.83,3.43,12,6.0,2.36,10,5.25,2.55,8,3.14,1.46,7,3.85,2.23,13,6.82,1.99,11,4.08,3.03,12,5.29,3.4,7,5.91,1.64,11,3.15,1.63,13,4.38,2.26,8,5.0,3.19,11,5.75,2.67,12,5.78,2.28,9,5.56,2.65,9
+capitalist,5.24,1.81,21,3.08,2.45,24,5.3,2.68,20,5.88,2.03,8,4.85,1.63,13,4.0,2.97,6,2.78,2.26,18,6.0,2.72,11,4.44,2.51,9,5.17,1.85,12,5.33,1.87,9,4.2,2.94,10,2.29,1.73,14,5.77,2.83,13,4.43,2.3,7,5.36,1.45,14,5.0,2.52,7,3.56,2.61,16,2.12,1.89,8,6.08,2.54,12,4.12,2.59,8
+capitalize,5.95,1.5,21,3.91,2.52,23,6.12,1.86,26,5.91,1.51,11,6.0,1.56,10,3.82,2.52,11,4.0,2.63,12,5.55,1.75,11,6.5,1.95,14,6.6,1.58,10,5.36,1.21,11,4.36,2.29,11,3.5,2.75,12,5.88,2.09,17,6.5,1.41,8,6.23,1.79,13,5.5,0.76,8,3.47,2.61,15,4.75,2.25,8,6.24,2.14,17,5.89,1.27,9
+cappuccino,6.37,2.17,19,3.23,2.2,22,5.86,1.84,28,5.83,1.83,6,6.62,2.33,13,3.36,2.5,11,3.09,1.97,11,6.45,2.02,11,5.47,1.66,17,6.27,2.28,11,6.5,2.14,8,3.82,2.32,11,2.64,2.01,11,5.94,1.86,18,5.7,1.89,10,6.31,2.1,13,6.5,2.51,6,3.21,2.19,14,3.25,2.38,8,6.06,2.11,16,5.58,1.44,12
+capricious,5.0,1.8,19,4.2,2.21,20,5.35,1.76,20,5.0,1.0,3,4.93,1.98,15,4.5,2.32,10,3.9,2.18,10,5.3,1.64,10,5.4,1.96,10,3.67,1.21,6,5.58,1.78,12,3.43,1.9,7,4.62,2.33,13,4.62,1.77,8,5.83,1.64,12,5.42,1.93,12,4.29,1.38,7,4.2,2.49,10,4.2,2.04,10,4.56,1.67,9,6.0,1.61,11
+capsule,5.6,1.93,20,3.45,2.19,20,5.56,1.66,25,5.25,3.3,4,5.69,1.58,16,3.5,1.73,4,3.44,2.34,16,6.22,2.28,9,5.19,1.11,16,6.12,2.1,8,5.25,1.82,12,4.0,2.05,10,2.9,2.28,10,5.5,1.61,14,5.64,1.8,11,5.91,1.87,11,5.22,2.05,9,3.2,2.39,10,3.7,2.06,10,5.5,1.72,18,5.71,1.6,7
+captain,5.71,1.49,21,3.86,1.93,21,5.0,2.35,17,5.5,1.64,6,5.93,1.44,14,3.57,2.23,7,4.0,1.84,14,4.33,2.18,9,5.75,2.43,8,5.93,1.69,14,5.5,0.84,6,3.56,2.19,9,4.08,1.78,12,5.44,2.3,9,4.5,2.45,8,5.57,1.65,14,6.0,1.15,7,3.5,2.17,6,4.0,1.89,15,5.78,2.11,9,4.12,2.42,8
+captive,3.27,2.07,22,4.88,2.53,26,3.3,2.55,23,3.56,2.24,9,3.08,2.02,13,3.8,2.62,10,5.56,2.31,16,3.75,3.01,8,3.07,2.34,15,3.38,2.62,8,3.21,1.81,14,4.85,2.7,13,4.92,2.47,13,3.75,2.7,12,2.82,2.4,11,3.17,2.21,12,3.4,2.01,10,4.53,2.5,15,5.36,2.62,11,3.0,2.59,12,3.64,2.58,11
+captivity,3.14,1.78,22,5.09,2.65,22,2.89,2.0,18,3.62,2.33,8,3.0,1.35,13,4.88,2.42,8,5.38,2.9,13,2.71,2.06,7,2.6,1.65,10,2.75,2.38,8,3.54,1.27,13,4.38,2.45,8,5.5,2.77,14,3.0,1.91,7,2.82,2.14,11,3.0,1.67,11,3.27,1.95,11,3.12,2.36,8,6.21,2.15,14,2.8,2.04,15,3.33,2.08,3
+capture,5.05,2.01,20,5.43,2.11,23,3.57,2.77,21,5.44,1.74,9,4.73,2.24,11,6.27,2.15,11,4.67,1.83,12,3.88,2.03,8,3.38,3.2,13,5.29,1.73,14,4.5,2.66,6,5.44,2.55,9,5.43,1.87,14,3.62,2.72,8,3.54,2.9,13,5.1,2.08,10,5.0,2.05,10,5.08,1.98,13,5.9,2.28,10,3.58,3.18,12,3.56,2.3,9
+car,6.63,1.96,41,4.04,2.27,23,6.41,1.94,22,6.58,2.24,19,6.68,1.73,22,4.36,2.25,11,3.75,2.34,12,6.36,2.25,11,6.45,1.69,11,6.58,2.36,19,6.71,1.62,21,4.36,2.42,11,3.75,2.18,12,5.85,1.95,13,7.22,1.72,9,6.9,1.94,20,6.38,1.99,21,4.45,2.5,11,3.67,2.06,12,6.86,2.18,14,5.62,1.19,8
+caramel,6.68,2.0,19,4.29,2.8,21,6.05,2.31,20,6.0,1.0,3,6.81,2.14,16,3.33,2.73,6,4.67,2.82,15,6.33,1.75,6,5.93,2.56,14,6.7,2.16,10,6.67,1.94,9,3.14,2.19,7,4.86,2.96,14,6.2,1.93,10,5.9,2.73,10,6.75,2.05,8,6.64,2.06,11,4.22,2.68,9,4.33,2.99,12,6.75,2.66,8,5.58,2.02,12
+caravan,5.86,1.36,22,3.8,2.09,20,5.59,2.26,22,6.36,1.34,14,5.0,0.93,8,3.82,2.4,11,3.88,1.89,8,5.33,2.34,6,5.69,2.3,16,5.9,1.45,10,5.83,1.34,12,3.36,1.86,11,4.33,2.35,9,5.31,1.97,13,6.0,2.69,9,6.0,1.04,12,5.7,1.7,10,3.67,2.39,12,4.0,1.69,8,5.5,2.15,12,5.7,2.5,10
+carbon,4.5,1.47,20,4.05,2.06,22,5.05,1.61,19,4.56,1.13,9,4.45,1.75,11,4.6,3.21,5,4.06,1.57,16,3.5,1.22,6,5.77,1.24,13,4.93,1.07,14,3.5,1.87,6,3.33,1.72,12,5.33,1.8,9,5.22,0.44,9,4.9,2.23,10,4.7,1.49,10,4.3,1.49,10,2.92,1.78,12,5.4,1.51,10,4.67,1.37,6,5.23,1.74,13
+carburetor,5.06,1.59,18,4.55,1.93,20,4.74,1.6,23,5.4,0.89,5,4.92,1.88,12,4.83,2.79,6,4.43,1.55,14,4.7,1.16,10,4.77,1.92,13,4.57,1.13,7,5.4,1.9,10,5.0,2.19,6,4.36,1.86,14,4.91,1.14,11,4.58,1.98,12,4.55,1.44,11,5.86,1.57,7,5.0,1.94,10,4.1,1.91,10,4.64,1.45,14,4.89,1.9,9
+carcass,2.85,1.8,39,4.85,2.66,39,4.42,1.57,19,2.94,1.48,16,2.86,2.03,22,4.61,2.52,18,5.25,2.73,20,4.4,1.17,10,4.44,2.01,9,2.57,1.34,14,3.0,2.02,25,4.6,2.74,20,5.11,2.62,19,4.38,1.3,8,4.4,1.9,10,2.79,1.62,19,2.9,2.0,20,4.78,2.82,27,5.0,2.37,12,4.5,1.31,8,4.36,1.8,11
+card,5.5,1.65,18,2.67,1.83,21,5.06,2.36,18,4.25,0.71,8,6.5,1.51,10,2.57,1.51,7,2.71,2.02,14,4.91,2.55,11,5.29,2.21,7,5.0,1.67,11,6.29,1.38,7,1.89,1.36,9,3.25,1.96,12,5.82,2.48,11,3.86,1.68,7,5.17,1.11,12,6.17,2.4,6,2.33,1.72,12,3.11,1.96,9,5.67,2.96,9,4.44,1.51,9
+cardboard,4.71,1.06,21,2.25,1.87,24,5.26,2.02,19,4.88,0.64,8,4.62,1.26,13,2.33,1.97,6,2.22,1.9,18,5.36,2.01,11,5.12,2.17,8,4.67,0.89,12,4.78,1.3,9,3.0,2.31,10,1.71,1.33,14,4.75,2.09,12,6.14,1.68,7,4.93,1.0,14,4.29,1.11,7,2.69,2.06,16,1.38,1.06,8,5.33,1.92,12,5.14,2.34,7
+cardiac,3.73,1.67,22,4.9,2.79,20,3.95,2.17,22,3.79,1.76,14,3.62,1.6,8,5.45,2.94,11,4.62,2.45,8,4.67,2.5,6,3.69,2.06,16,4.1,2.08,10,3.42,1.24,12,4.18,2.6,11,5.78,2.91,9,4.23,1.92,13,3.56,2.55,9,3.92,2.02,12,3.5,1.18,10,4.62,2.96,13,5.43,2.57,7,3.67,2.02,12,4.3,2.41,10
+cardigan,5.95,1.93,20,3.24,1.89,21,5.44,2.57,34,6.3,2.54,10,5.6,1.07,10,3.62,2.39,8,3.0,1.58,13,4.93,2.37,14,5.8,2.71,20,5.89,2.37,9,6.0,1.61,11,3.92,1.75,13,2.12,1.64,8,5.5,2.63,22,5.33,2.57,12,5.9,2.23,10,6.0,1.7,10,3.14,1.79,14,3.43,2.23,7,5.82,2.51,17,5.06,2.66,17
+cardinal,6.14,1.52,22,4.21,2.2,19,5.2,2.65,20,5.6,0.89,5,6.31,1.7,16,3.88,1.96,8,4.45,2.42,11,5.5,2.59,10,4.9,2.81,10,6.5,1.45,12,5.7,1.57,10,4.1,2.51,10,4.33,1.94,9,5.45,3.08,11,4.89,2.15,9,6.18,1.83,11,6.09,1.22,11,3.25,1.98,8,4.91,2.17,11,5.0,2.87,9,5.36,2.58,11
+cardiologist,4.84,2.36,19,4.7,2.85,20,5.25,2.52,24,5.23,2.55,13,4.0,1.79,6,3.4,2.88,5,5.13,2.8,15,5.62,2.47,13,4.82,2.64,11,6.22,2.05,9,3.6,1.96,10,5.29,3.5,7,4.38,2.53,13,4.55,1.92,11,5.85,2.88,13,4.22,2.11,9,5.4,2.55,10,4.6,3.31,10,4.8,2.49,10,6.33,2.55,9,4.6,2.35,15
+cardiology,4.76,1.89,21,3.32,2.38,22,5.44,2.45,27,4.4,1.71,10,5.09,2.07,11,2.43,1.81,7,3.73,2.55,15,5.53,2.94,17,5.3,1.42,10,4.73,1.62,11,4.8,2.25,10,2.6,2.19,5,3.53,2.45,17,5.71,2.67,14,5.15,2.27,13,4.38,1.76,13,5.38,2.07,8,3.4,2.95,10,3.25,1.91,12,6.79,2.08,14,4.0,2.0,13
+care,7.64,1.29,22,2.67,1.85,21,6.56,1.85,18,6.83,1.72,6,7.93,1.03,15,2.57,2.44,7,2.71,1.59,14,6.11,2.15,9,6.88,1.55,8,7.5,1.34,14,7.86,1.35,7,2.78,2.17,9,2.58,1.68,12,6.7,2.36,10,6.38,1.06,8,7.64,1.39,14,7.62,1.19,8,3.17,2.56,6,2.47,1.55,15,6.8,2.35,10,6.25,1.04,8
+career,6.11,2.19,18,4.24,2.49,21,6.17,2.33,18,5.5,1.85,8,6.6,2.41,10,4.29,3.09,7,4.21,2.26,14,5.82,2.82,11,6.71,1.25,7,5.18,2.09,11,7.57,1.51,7,4.0,3.0,9,4.42,2.15,12,6.64,2.16,11,5.43,2.57,7,5.83,2.33,12,6.67,1.97,6,3.92,2.87,12,4.67,1.94,9,6.67,2.5,9,5.67,2.18,9
+carefree,7.32,1.49,19,4.15,2.81,41,6.45,2.35,60,7.33,1.53,3,7.4,1.55,15,4.27,2.87,15,4.08,2.83,26,5.91,2.56,22,6.89,2.07,37,7.17,1.47,6,7.5,1.57,12,4.47,2.95,15,3.96,2.76,26,6.33,2.34,36,6.83,2.23,23,7.5,1.68,12,7.0,1.15,7,4.77,2.79,22,3.42,2.71,19,6.19,2.51,37,6.87,2.03,23
+careful,6.32,1.78,22,2.95,1.99,21,5.83,1.86,18,6.5,2.17,6,6.27,1.75,15,2.86,2.04,7,3.0,2.04,14,6.56,1.88,9,5.25,1.67,8,6.21,2.08,14,6.57,1.27,7,2.89,1.96,9,3.0,2.09,12,5.7,2.16,10,6.0,1.51,8,6.57,1.22,14,5.88,2.53,8,3.33,3.01,6,2.8,1.52,15,5.7,2.11,10,6.0,1.6,8
+careless,3.53,1.81,19,4.27,2.03,22,3.62,2.26,24,3.83,2.04,6,3.38,1.76,13,4.58,2.11,12,3.9,1.97,10,3.88,1.81,8,3.5,2.5,16,4.7,1.34,10,2.22,1.3,9,5.11,1.69,9,3.69,2.1,13,3.76,2.39,17,3.0,2.1,6,3.75,2.12,8,3.36,1.63,11,3.56,1.81,9,4.77,2.09,13,3.75,2.35,16,3.38,2.2,8
+carelessness,3.76,1.45,21,3.96,2.42,23,3.52,2.29,21,3.4,1.82,5,3.88,1.36,16,4.75,2.18,12,3.09,2.47,11,3.36,2.5,11,3.22,1.64,9,3.83,1.64,12,3.67,1.22,9,3.81,2.43,16,4.29,2.56,7,3.36,1.57,11,3.7,2.98,10,3.69,1.65,13,3.88,1.13,8,4.05,2.48,19,3.5,2.38,4,3.36,2.24,14,3.86,2.54,7
+caress,6.82,1.45,38,4.6,2.7,40,6.38,1.86,47,6.75,1.48,24,6.93,1.44,14,3.72,2.47,18,5.14,2.65,21,5.81,1.8,16,6.67,1.88,30,6.88,1.36,17,6.76,1.55,21,4.52,2.52,21,4.68,2.94,19,6.25,1.98,32,6.64,1.65,14,6.59,1.4,22,7.12,1.5,16,4.19,2.91,27,5.46,2.03,13,6.57,2.12,28,6.11,1.41,19
+caretaker,6.17,1.5,18,3.4,2.35,20,4.52,2.38,25,6.2,1.92,5,6.15,1.41,13,3.09,2.59,11,3.78,2.11,9,4.31,2.27,16,4.89,2.67,9,6.14,1.86,7,6.18,1.33,11,3.22,2.39,9,3.55,2.42,11,4.2,2.46,20,5.8,1.64,5,6.22,1.79,9,6.11,1.27,9,2.55,1.81,11,4.44,2.6,9,4.74,2.28,19,3.83,2.79,6
+cargo,5.21,1.65,19,2.68,1.46,22,5.64,1.73,28,6.0,0.89,6,4.85,1.82,13,3.0,1.61,11,2.36,1.29,11,6.36,1.86,11,5.18,1.51,17,5.36,1.63,11,5.0,1.77,8,2.64,1.63,11,2.73,1.35,11,5.44,1.62,18,6.0,1.94,10,5.15,1.91,13,5.33,1.03,6,2.5,1.4,14,3.0,1.6,8,5.44,1.9,16,5.92,1.51,12
+carjack,2.32,1.77,19,6.05,2.21,20,2.8,2.24,20,2.46,2.07,13,2.0,0.89,6,6.2,2.05,5,6.0,2.33,15,3.0,1.94,9,2.64,2.54,11,3.22,2.22,9,1.5,0.53,10,6.14,2.67,7,6.0,2.04,13,3.78,2.73,9,2.0,1.41,11,2.78,2.33,9,1.9,0.99,10,5.2,2.44,10,6.9,1.66,10,3.43,3.05,7,2.46,1.71,13
+carnage,3.3,2.0,20,5.77,2.35,22,5.15,2.64,27,4.71,2.63,7,2.54,1.05,13,5.8,2.1,10,5.75,2.63,12,5.6,2.47,15,4.36,2.87,11,3.64,1.8,11,2.89,2.26,9,5.56,2.13,9,5.92,2.56,13,5.82,2.48,17,3.67,2.55,9,3.85,2.23,13,2.29,0.95,7,5.5,2.42,16,6.5,2.17,6,5.92,2.61,12,4.53,2.59,15
+carnal,5.16,1.77,19,6.24,2.26,21,5.17,1.97,23,4.8,2.05,5,5.15,1.72,13,6.33,2.25,6,6.2,2.34,15,5.6,1.51,10,4.85,2.27,13,5.29,1.89,7,4.91,1.76,11,6.0,2.45,7,6.36,2.24,14,4.91,1.51,11,5.42,2.35,12,5.83,1.53,12,4.0,1.63,7,5.36,2.66,11,7.2,1.23,10,5.43,2.03,14,4.78,1.92,9
+carnation,5.75,1.71,20,3.68,2.57,22,5.52,2.31,27,5.43,2.15,7,5.92,1.5,13,3.8,2.49,10,3.58,2.75,12,5.47,2.0,15,5.82,2.75,11,5.09,1.64,11,6.56,1.51,9,5.11,2.85,9,2.69,1.89,13,5.65,2.8,17,5.56,0.88,9,5.92,1.85,13,5.43,1.51,7,3.75,2.79,16,3.5,2.07,6,4.92,2.64,12,6.0,1.96,15
+carnival,6.48,1.81,21,5.22,3.04,23,5.55,2.39,20,7.25,1.28,8,6.0,1.96,13,6.17,3.31,6,4.88,2.98,17,6.0,2.37,11,5.0,2.45,9,6.5,1.62,12,6.44,2.13,9,6.3,2.21,10,4.38,3.4,13,5.62,2.14,13,5.43,2.99,7,6.21,2.04,14,7.0,1.15,7,5.62,2.66,16,4.29,3.86,7,5.58,2.68,12,5.5,2.07,8
+carnivorous,4.52,2.34,21,4.48,2.02,25,4.77,2.41,22,5.62,2.62,8,3.85,1.95,13,4.62,2.22,13,4.33,1.87,12,5.69,2.63,13,3.44,1.24,9,5.12,2.7,8,4.33,2.1,12,4.57,0.94,14,4.36,2.94,11,5.08,2.5,12,4.4,2.37,10,4.2,2.35,10,4.82,2.4,11,4.41,2.09,17,4.62,2.0,8,5.1,2.81,10,4.5,2.11,12
+carousel,6.7,1.98,20,4.43,2.31,21,5.92,2.1,25,6.64,1.57,11,6.78,2.49,9,4.71,2.29,7,4.29,2.4,14,5.9,2.64,10,5.93,1.75,15,7.75,1.89,4,6.44,1.97,16,4.9,2.08,10,4.0,2.53,11,6.0,2.52,7,5.89,2.0,18,6.5,2.24,12,7.0,1.6,8,5.0,2.12,13,3.5,2.45,8,5.44,2.51,9,6.19,1.87,16
+carp,4.55,1.1,22,4.31,2.53,26,5.83,2.2,24,4.67,0.5,9,4.46,1.39,13,3.1,2.02,10,5.06,2.57,16,6.0,2.06,9,5.73,2.34,15,4.38,0.74,8,4.64,1.28,14,4.69,2.87,13,3.92,2.18,13,5.83,2.12,12,5.83,2.37,12,4.17,1.19,12,5.0,0.82,10,3.6,2.2,15,5.27,2.72,11,6.54,2.18,13,5.0,2.0,11
+carpal,4.19,1.25,21,3.79,2.62,24,4.42,2.34,19,4.33,1.0,9,4.08,1.44,12,2.5,1.97,6,4.35,2.74,17,3.71,1.89,7,4.83,2.55,12,4.06,1.39,16,4.6,0.55,5,3.71,2.81,14,4.11,2.52,9,4.67,2.78,9,4.2,1.99,10,4.5,1.0,12,3.78,1.48,9,3.94,2.69,16,3.5,2.62,8,3.82,2.44,11,5.25,2.05,8
+carpenter,5.94,1.8,18,3.05,1.93,19,5.12,1.92,24,6.4,0.89,5,5.77,2.05,13,3.6,2.22,10,2.44,1.42,9,5.53,1.88,15,4.44,1.88,9,5.29,2.14,7,6.36,1.5,11,3.11,2.37,9,3.0,1.56,10,4.95,1.99,20,6.0,1.41,4,5.0,1.32,9,6.89,1.76,9,2.82,1.94,11,3.38,2.0,8,5.28,2.08,18,4.67,1.37,6
+carpentry,4.87,1.32,23,4.0,2.35,21,6.3,1.95,20,5.25,1.16,8,4.67,1.4,15,3.67,2.5,9,4.25,2.3,12,6.86,2.12,7,6.0,1.87,13,5.0,1.35,12,4.73,1.35,11,3.4,2.01,10,4.55,2.58,11,6.2,2.04,15,6.6,1.82,5,4.82,1.33,11,4.92,1.38,12,5.22,1.99,9,3.08,2.23,12,6.4,1.65,10,6.2,2.3,10
+carpet,5.95,1.5,21,2.77,1.6,22,5.1,1.81,21,6.0,1.22,9,5.92,1.73,12,2.5,1.52,6,2.73,1.62,15,5.33,2.07,6,5.0,1.77,15,5.33,1.5,9,6.42,1.38,12,3.2,1.79,5,2.65,1.58,17,4.9,1.6,10,5.27,2.05,11,6.08,1.73,12,5.78,1.2,9,3.11,1.76,9,2.54,1.51,13,5.42,1.88,12,4.67,1.73,9
+carpeting,5.16,2.12,19,3.0,2.03,20,5.56,2.16,16,5.33,0.58,3,4.93,2.25,15,2.7,2.26,10,3.3,1.83,10,5.86,1.86,7,5.33,2.45,9,4.17,1.72,6,5.42,2.15,12,2.86,1.95,7,3.08,2.14,13,4.2,2.59,5,6.18,1.72,11,5.67,2.31,12,4.29,1.5,7,3.5,1.96,10,2.5,2.07,10,5.12,2.53,8,6.0,1.77,8
+carpool,5.05,1.63,21,3.04,2.76,24,5.4,2.26,20,5.12,1.36,8,5.0,1.83,13,3.67,3.5,6,2.83,2.55,18,6.0,2.14,11,4.67,2.29,9,5.08,1.88,12,5.0,1.32,9,3.6,2.72,10,2.64,2.82,14,5.46,2.44,13,5.29,2.06,7,5.36,1.78,14,4.43,1.13,7,3.44,2.94,16,2.25,2.31,8,5.42,1.73,12,5.38,3.02,8
+carriage,6.1,1.48,21,2.52,1.73,25,6.0,1.89,19,6.22,1.48,9,6.0,1.54,12,3.17,2.32,6,2.33,1.57,18,4.57,1.13,7,6.83,1.75,12,5.88,1.54,16,6.8,1.1,5,2.14,1.46,14,3.1,2.08,10,5.89,2.2,9,6.1,1.66,10,6.5,1.38,12,5.56,1.51,9,2.94,1.91,16,1.78,1.09,9,6.18,2.04,11,5.75,1.75,8
+carrier,5.19,1.63,21,2.96,2.07,24,5.1,1.89,20,5.62,1.3,8,4.92,1.8,13,4.33,1.51,6,2.5,2.07,18,5.55,2.11,11,4.56,1.51,9,5.17,1.53,12,5.22,1.86,9,3.5,2.07,10,2.57,2.06,14,5.31,2.29,13,4.71,0.76,7,5.21,1.48,14,5.14,2.04,7,3.25,2.05,16,2.38,2.13,8,5.0,1.65,12,5.25,2.31,8
+carrot,5.79,2.07,19,3.91,2.81,23,6.37,1.86,19,5.78,1.48,9,5.8,2.57,10,2.43,2.15,7,4.53,2.97,15,6.2,2.04,10,6.56,1.74,9,5.78,2.73,9,5.8,1.4,10,5.0,2.71,10,2.92,2.75,12,5.75,1.83,8,6.7,1.89,10,5.58,2.31,12,6.14,1.68,7,3.5,2.69,20,6.67,2.31,3,5.75,1.98,8,6.82,1.72,11
+carry,5.67,1.91,18,3.47,2.04,19,4.94,2.36,18,4.38,1.19,8,6.7,1.77,10,4.14,2.34,7,3.08,1.83,12,4.64,1.75,11,5.43,3.21,7,5.18,1.83,11,6.43,1.9,7,2.78,2.33,9,4.1,1.6,10,5.36,2.11,11,4.29,2.75,7,5.0,1.35,12,7.0,2.28,6,2.83,1.99,12,4.57,1.72,7,5.22,2.95,9,4.67,1.73,9
+carsick,2.48,1.33,21,4.04,2.64,25,3.21,2.46,19,3.11,1.27,9,2.0,1.21,12,3.0,2.53,6,4.56,2.59,18,3.86,2.85,7,2.83,2.25,12,2.69,1.4,16,1.8,0.84,5,3.5,2.68,14,5.1,2.33,10,3.11,2.62,9,3.3,2.45,10,2.42,1.24,12,2.56,1.51,9,4.06,2.72,16,4.0,2.65,9,2.82,2.23,11,3.75,2.82,8
+cart,5.37,2.36,19,3.18,1.92,22,5.83,1.83,24,5.0,2.19,6,5.54,2.5,13,3.75,2.14,12,2.5,1.43,10,5.5,1.77,8,6.0,1.9,16,6.1,1.66,10,4.56,2.83,9,3.67,1.94,9,2.85,1.91,13,5.82,1.88,17,6.0,2.0,6,5.62,2.67,8,5.18,2.23,11,2.89,1.76,9,3.38,2.06,13,6.12,2.03,16,5.25,1.28,8
+carte,5.47,1.12,19,2.95,1.96,20,5.78,1.65,23,5.69,1.11,13,5.0,1.1,6,4.0,2.83,5,2.6,1.55,15,5.92,1.56,12,5.64,1.8,11,5.56,1.59,9,5.4,0.52,10,3.57,2.23,7,2.62,1.8,13,5.64,1.8,11,5.92,1.56,12,5.22,0.97,9,5.7,1.25,10,3.1,2.28,10,2.8,1.69,10,6.56,1.33,9,5.29,1.68,14
+cartel,3.7,2.43,20,3.76,2.3,21,3.92,2.87,25,2.75,2.87,4,3.94,2.35,16,4.0,1.63,4,3.71,2.47,17,4.22,2.99,9,3.75,2.89,16,4.25,2.05,8,3.33,2.67,12,4.1,2.42,10,3.45,2.25,11,4.14,2.98,14,3.64,2.84,11,4.09,2.3,11,3.22,2.64,9,3.0,2.31,10,4.45,2.16,11,3.83,2.81,18,4.14,3.24,7
+cartilage,4.17,1.47,18,3.53,2.17,19,4.08,1.59,24,5.0,1.22,5,3.85,1.46,13,4.2,2.3,10,2.78,1.86,9,4.19,1.42,16,3.88,1.96,8,3.57,1.99,7,4.55,0.93,11,3.12,2.17,8,3.82,2.23,11,3.79,1.65,19,5.2,0.45,5,4.0,1.73,9,4.33,1.22,9,2.7,1.42,10,4.44,2.55,9,4.22,1.59,18,3.67,1.63,6
+carton,5.3,1.42,20,3.41,1.99,22,5.68,1.92,19,5.11,1.96,9,5.45,0.82,11,3.0,2.12,5,3.62,2.03,16,6.0,2.19,6,5.54,1.85,13,5.43,1.45,14,5.0,1.41,6,3.58,2.19,12,3.33,1.87,9,4.67,1.12,9,6.6,2.07,10,5.8,1.03,10,4.8,1.62,10,2.92,2.11,12,4.0,1.76,10,5.33,2.73,6,5.85,1.52,13
+cartoon,6.74,1.48,19,5.05,2.27,21,5.26,2.5,34,6.44,1.51,9,7.0,1.49,10,4.5,2.0,8,5.38,2.43,13,4.64,2.79,14,5.7,2.25,20,6.78,1.56,9,6.7,1.49,10,5.38,1.98,13,4.5,2.73,8,5.5,2.81,22,4.83,1.85,12,6.67,1.5,9,6.8,1.55,10,5.5,2.28,14,4.14,2.12,7,5.47,2.32,17,5.06,2.73,17
+cartridge,5.05,1.72,19,3.06,2.34,18,5.54,2.38,24,5.0,2.45,4,5.07,1.58,15,3.4,2.19,5,2.92,2.47,13,5.0,2.61,13,6.18,1.99,11,5.56,1.51,9,4.6,1.84,10,3.71,2.29,7,2.64,2.38,11,5.12,2.42,16,6.38,2.2,8,4.57,1.45,14,6.4,1.82,5,3.75,2.38,12,1.67,1.63,6,5.87,2.47,15,5.0,2.24,9
+carve,5.09,1.44,22,4.13,2.85,23,6.32,1.6,19,5.38,1.19,8,4.92,1.66,13,5.62,3.2,8,3.14,2.35,14,5.86,1.86,7,6.64,1.5,11,4.25,1.16,8,5.62,1.45,13,3.67,2.96,9,4.43,2.85,14,5.43,1.27,7,6.83,1.59,12,5.09,1.51,11,5.09,1.45,11,3.22,2.91,9,4.71,2.76,14,6.31,1.7,16,6.33,1.15,3
+cascade,6.24,1.89,21,3.59,2.24,22,6.76,2.14,17,6.56,2.19,9,6.0,1.71,12,4.18,2.23,11,3.0,2.19,11,7.11,1.62,9,6.38,2.67,8,5.86,2.48,7,6.38,1.66,13,3.9,2.18,10,3.33,2.35,12,7.57,1.51,7,6.2,2.39,10,6.23,2.24,13,6.25,1.28,8,3.4,2.07,10,3.75,2.45,12,6.25,2.38,8,7.22,1.92,9
+case,5.18,1.4,22,4.14,2.54,21,6.11,1.88,18,5.17,2.23,6,5.27,1.03,15,3.14,2.34,7,4.64,2.56,14,6.44,1.81,9,5.88,2.1,8,5.29,1.64,14,5.14,0.9,7,4.11,2.98,9,4.17,2.29,12,6.7,1.95,10,5.38,1.6,8,5.07,1.44,14,5.38,1.41,8,4.83,3.13,6,3.87,2.33,15,6.6,2.17,10,5.5,1.31,8
+cash,7.51,1.53,41,6.59,2.7,22,6.16,2.48,25,7.42,1.71,19,7.5,1.43,20,6.83,2.76,12,6.3,2.75,10,6.8,2.25,10,5.73,2.6,15,7.5,1.55,16,7.46,1.56,24,5.89,3.3,9,7.08,2.22,13,5.0,2.77,7,6.61,2.28,18,7.35,1.72,23,7.72,1.27,18,6.67,3.12,9,6.54,2.5,13,4.67,2.78,9,7.0,1.9,16
+cashier,5.1,1.45,21,3.45,1.99,20,5.43,2.36,21,5.0,0.63,6,5.13,1.68,15,4.38,2.07,8,2.83,1.75,12,5.64,2.11,11,5.2,2.7,10,5.17,0.75,6,5.07,1.67,15,4.0,2.11,10,2.9,1.79,10,5.21,2.67,14,5.86,1.68,7,5.0,1.83,7,5.14,1.29,14,3.79,1.97,14,2.67,1.97,6,5.67,2.27,12,5.11,2.57,9
+cashmere,6.62,2.06,21,3.8,2.44,20,5.05,2.39,20,6.0,1.26,6,6.87,2.29,15,3.38,2.5,8,4.08,2.47,12,4.64,2.25,11,5.56,2.6,9,6.33,2.06,9,6.83,2.12,12,3.67,2.45,9,3.91,2.55,11,3.14,1.77,7,6.08,2.06,13,6.1,2.38,10,7.09,1.7,11,3.69,2.32,13,4.0,2.83,7,5.42,2.5,12,4.5,2.27,8
+casing,4.3,1.55,23,2.95,2.18,21,4.96,1.99,25,4.0,2.0,6,4.41,1.42,17,3.5,2.65,4,2.82,2.13,17,5.33,2.12,9,4.75,1.95,16,4.0,1.22,9,4.5,1.74,14,3.5,2.01,10,2.45,2.3,11,4.36,1.95,14,5.73,1.85,11,4.08,1.38,13,4.6,1.78,10,1.9,1.29,10,3.91,2.43,11,5.33,2.09,18,4.0,1.41,7
+casino,4.68,2.19,19,6.05,1.94,21,4.84,2.29,19,5.33,2.0,9,4.1,2.28,10,6.25,1.91,8,5.92,2.02,13,4.7,2.16,10,5.0,2.55,9,5.14,1.95,7,4.42,2.35,12,5.56,2.46,9,6.42,1.44,12,4.12,1.13,8,5.1,2.81,10,3.9,1.6,10,5.56,2.51,9,5.7,2.11,10,6.36,1.8,11,4.25,1.67,8,5.27,2.65,11
+casket,2.42,1.22,19,4.82,2.75,22,3.11,2.31,27,2.89,1.17,9,2.0,1.15,10,4.14,2.67,7,5.13,2.83,15,3.24,2.49,17,2.9,2.08,10,2.6,1.35,10,2.22,1.09,9,4.6,3.51,5,4.88,2.62,17,3.21,2.61,14,3.0,2.04,13,2.36,1.43,11,2.5,0.93,8,3.5,2.95,10,5.92,2.11,12,3.21,2.67,14,3.0,1.96,13
+casserole,6.0,2.0,21,3.0,2.07,23,6.08,1.7,26,6.27,2.2,11,5.7,1.83,10,3.0,2.28,11,3.0,1.95,12,5.64,1.75,11,6.5,1.65,14,5.3,2.36,10,6.64,1.43,11,3.36,2.34,11,2.67,1.83,12,6.0,1.9,17,6.38,1.3,8,6.15,2.44,13,5.75,1.04,8,2.8,2.21,15,3.38,1.85,8,6.53,1.7,17,5.22,1.39,9
+cassette,5.36,1.5,22,3.77,2.31,22,5.8,2.24,20,5.5,0.76,8,5.29,1.82,14,4.0,2.45,10,3.58,2.27,12,6.14,2.48,7,5.62,2.18,13,4.91,1.38,11,5.82,1.54,11,3.27,2.15,11,4.27,2.45,11,5.27,2.22,15,7.4,1.52,5,4.5,1.35,10,6.08,1.24,12,4.1,2.08,10,3.5,2.54,12,5.3,1.49,10,6.3,2.79,10
+cast,5.26,2.1,19,3.55,2.22,22,5.05,1.81,19,5.22,1.99,9,5.3,2.31,10,3.57,2.3,7,3.5,2.35,14,5.8,1.87,10,4.22,1.39,9,5.44,2.55,9,5.1,1.73,10,4.22,2.54,9,3.0,2.0,12,5.12,1.64,8,5.0,2.11,10,5.08,1.78,12,5.57,2.7,7,3.53,2.17,19,3.67,3.06,3,5.25,1.58,8,4.91,2.02,11
+castaway,4.1,2.02,21,3.35,2.41,20,4.05,2.36,22,3.83,0.98,6,4.2,2.34,15,2.62,1.6,8,3.83,2.79,12,3.75,2.49,12,4.4,2.27,10,4.22,2.33,9,4.0,1.86,12,3.33,1.41,9,3.36,3.07,11,3.86,1.46,7,4.13,2.72,15,4.7,2.67,10,3.55,1.04,11,3.54,2.4,13,3.0,2.58,7,4.33,2.81,12,3.7,1.77,10
+caste,4.0,2.13,20,3.38,2.25,21,3.64,2.4,25,4.0,1.83,4,4.0,2.25,16,4.0,1.83,4,3.24,2.36,17,4.44,2.46,9,3.19,2.32,16,3.25,1.67,8,4.5,2.32,12,3.5,2.37,10,3.27,2.24,11,2.93,1.98,14,4.55,2.66,11,4.18,1.99,11,3.78,2.39,9,2.5,2.07,10,4.18,2.18,11,3.61,2.03,18,3.71,3.35,7
+castle,6.42,1.77,19,4.72,2.24,18,6.35,2.09,17,6.45,1.13,11,6.38,2.5,8,6.5,1.0,4,4.21,2.26,14,6.5,2.45,8,6.22,1.86,9,6.88,1.46,8,6.09,1.97,11,4.57,1.99,7,4.82,2.48,11,5.83,2.48,6,6.64,1.91,11,6.08,1.89,13,7.17,1.33,6,3.91,2.17,11,6.0,1.83,7,6.43,1.9,7,6.3,2.31,10
+castrate,2.19,1.47,21,5.3,2.87,23,3.44,2.41,18,3.4,2.07,5,1.81,1.05,16,5.58,3.0,12,5.0,2.83,11,2.56,1.88,9,3.75,2.12,8,1.58,0.79,12,3.0,1.8,9,4.94,2.89,16,6.14,2.85,7,3.9,2.02,10,2.88,2.85,8,2.15,1.34,13,2.25,1.75,8,5.47,3.12,19,4.5,1.0,4,3.75,2.05,12,2.83,3.13,6
+castration,2.25,1.74,20,5.25,2.47,20,2.95,2.5,22,1.14,0.38,7,2.85,1.91,13,5.56,2.51,9,5.0,2.53,11,1.83,1.6,6,3.38,2.68,16,3.2,2.04,10,1.33,0.5,9,4.75,2.71,8,5.58,2.35,12,3.27,2.63,15,2.29,2.21,7,2.64,1.96,11,1.78,1.39,9,5.08,2.27,12,5.5,2.88,8,3.36,2.69,11,2.55,2.34,11
+casual,6.05,1.65,19,3.0,2.2,22,6.35,1.72,23,6.18,1.72,11,5.71,1.7,7,3.75,2.49,8,2.57,1.99,14,6.14,2.61,7,6.44,1.26,16,5.88,1.81,8,6.18,1.6,11,2.33,2.24,9,3.46,2.15,13,5.91,1.92,11,6.75,1.48,12,6.0,2.0,12,6.14,0.9,7,3.73,2.87,11,2.27,0.9,11,6.46,2.03,13,6.2,1.32,10
+casualty,3.33,2.18,21,6.3,2.32,20,4.1,2.47,21,3.33,2.34,6,3.33,2.19,15,6.38,2.39,8,6.25,2.38,12,3.27,2.28,11,5.0,2.45,10,3.0,2.53,6,3.47,2.1,15,6.5,2.37,10,6.1,2.38,10,4.86,2.54,14,2.57,1.51,7,3.0,2.08,7,3.5,2.28,14,6.36,2.59,14,6.17,1.72,6,4.0,2.8,12,4.22,2.11,9
+cat,6.95,1.85,20,4.5,2.48,918,5.48,2.29,23,5.4,2.3,5,7.47,1.41,15,4.48,2.33,344,4.52,2.57,567,4.89,2.42,9,5.86,2.21,14,6.5,2.12,10,7.4,1.51,10,4.81,2.45,416,4.25,2.47,498,5.6,2.23,15,5.25,2.55,8,7.33,1.37,12,6.38,2.39,8,4.42,2.57,508,4.59,2.36,410,5.85,2.54,13,5.0,1.94,10
+catalog,5.95,1.39,20,2.33,1.68,21,5.76,1.96,25,5.73,1.19,11,6.22,1.64,9,3.0,2.45,7,2.0,1.11,14,5.3,2.16,10,6.07,1.83,15,6.75,2.06,4,5.75,1.18,16,2.6,2.01,10,2.09,1.38,11,4.71,2.21,7,6.17,1.76,18,6.27,1.49,11,5.56,1.24,9,2.62,1.94,13,1.88,1.13,8,5.0,2.24,9,6.19,1.72,16
+catalogue,4.85,1.39,20,3.73,2.27,22,6.11,1.66,19,4.89,1.76,9,4.82,1.08,11,4.0,3.46,5,3.81,1.87,16,6.5,2.17,6,5.92,1.44,13,5.0,1.04,14,4.5,2.07,6,3.83,2.17,12,3.89,2.47,9,5.44,1.01,9,6.7,1.95,10,5.2,0.92,10,4.5,1.72,10,3.08,1.93,12,4.5,2.51,10,7.0,1.9,6,5.69,1.44,13
+catalyst,5.3,1.72,20,3.38,2.6,21,4.65,2.52,23,4.75,1.71,4,5.44,1.75,16,2.0,0.82,4,3.71,2.78,17,5.38,2.83,8,4.27,2.34,15,5.12,1.36,8,5.42,1.98,12,3.7,2.95,10,3.09,2.34,11,4.79,2.42,14,4.44,2.79,9,5.27,1.79,11,5.33,1.73,9,2.7,2.06,10,4.0,2.97,11,4.59,2.55,17,4.83,2.64,6
+catamaran,5.29,1.9,21,4.1,2.13,20,5.24,2.39,21,5.5,1.22,6,5.2,2.14,15,4.38,2.26,8,3.92,2.11,12,4.64,2.84,11,5.9,1.66,10,4.5,2.35,6,5.6,1.68,15,4.4,2.12,10,3.8,2.2,10,4.64,2.41,14,6.43,1.99,7,5.0,1.83,7,5.43,1.99,14,4.29,2.49,14,3.67,0.82,6,4.58,2.43,12,6.11,2.15,9
+catapult,5.25,1.52,20,5.52,2.44,21,5.29,2.42,34,5.5,1.84,10,5.0,1.15,10,5.62,2.33,8,5.46,2.6,13,5.79,2.61,14,4.95,2.28,20,5.44,1.01,9,5.09,1.87,11,6.08,2.29,13,4.62,2.56,8,5.45,2.7,22,5.0,1.86,12,4.8,1.55,10,5.7,1.42,10,5.29,2.76,14,6.0,1.73,7,5.06,2.28,17,5.53,2.6,17
+catastrophe,2.7,1.81,20,5.64,2.44,22,2.5,2.16,26,3.11,1.36,9,2.36,2.11,11,4.29,3.2,7,6.27,1.79,15,3.12,2.45,16,1.5,1.08,10,2.91,1.58,11,2.44,2.13,9,4.2,2.77,5,6.06,2.25,17,3.0,2.16,13,2.0,2.12,13,2.67,1.61,12,2.75,2.19,8,5.4,3.03,10,5.83,1.95,12,3.23,2.68,13,1.77,1.17,13
+catastrophic,2.05,1.1,20,6.25,2.55,20,2.28,1.51,25,2.08,0.9,12,2.0,1.41,8,7.17,1.6,6,5.86,2.82,14,2.7,1.49,10,2.0,1.51,15,2.67,2.08,3,1.94,0.9,17,5.56,2.88,9,6.82,2.23,11,1.86,1.46,7,2.44,1.54,18,2.18,1.25,11,1.89,0.93,9,5.77,2.39,13,7.14,2.79,7,2.0,1.5,9,2.44,1.55,16
+catatonic,3.2,1.99,20,3.18,2.24,22,4.0,2.57,27,4.43,2.7,7,2.54,1.13,13,3.3,1.95,10,3.08,2.54,12,3.47,1.68,15,4.45,3.42,11,3.36,1.29,11,3.0,2.69,9,3.44,2.46,9,3.0,2.16,13,4.41,2.81,17,2.89,1.69,9,3.62,2.18,13,2.43,1.4,7,3.31,2.41,16,2.83,1.83,6,4.08,2.47,12,3.93,2.74,15
+catch,5.64,1.76,22,4.0,2.14,21,5.47,2.35,17,5.5,2.43,6,5.73,1.58,15,4.43,2.82,7,3.79,1.81,14,4.89,2.8,9,6.12,1.64,8,5.36,1.98,14,6.29,1.25,7,3.33,1.8,9,4.5,2.32,12,5.11,2.98,9,5.88,1.46,8,5.43,1.79,14,6.0,1.77,8,4.17,2.23,6,3.93,2.19,15,5.11,2.98,9,5.88,1.46,8
+catcher,5.39,1.61,18,3.26,2.18,19,4.8,1.47,25,6.0,1.58,5,5.15,1.63,13,3.7,2.58,10,2.78,1.64,9,4.88,1.59,16,4.67,1.32,9,5.57,1.27,7,5.27,1.85,11,3.0,2.5,9,3.5,1.96,10,4.85,1.42,20,4.6,1.82,5,5.11,0.93,9,5.67,2.12,9,3.0,1.95,11,3.62,2.56,8,4.63,1.5,19,5.33,1.37,6
+catchphrase,4.89,1.37,19,4.06,2.13,18,5.71,2.2,17,5.55,0.93,11,4.0,1.41,8,4.75,2.63,4,3.86,2.03,14,5.5,2.56,8,5.89,1.96,9,5.38,1.19,8,4.55,1.44,11,4.86,1.86,7,3.55,2.21,11,5.5,2.74,6,5.82,1.99,11,5.0,1.53,13,4.67,1.03,6,3.82,2.44,11,4.43,1.62,7,5.14,1.77,7,6.1,2.47,10
+catchy,5.22,2.04,23,4.0,2.43,22,5.6,2.28,20,5.75,1.75,8,4.93,2.19,15,4.0,2.49,10,4.0,2.49,12,6.14,2.34,7,5.31,2.29,13,5.17,2.21,12,5.27,1.95,11,4.18,2.36,11,3.82,2.6,11,5.53,2.36,15,5.8,2.28,5,5.18,1.94,11,5.25,2.22,12,4.2,1.93,10,3.83,2.86,12,5.7,2.06,10,5.5,2.59,10
+category,5.05,0.6,20,2.67,1.56,21,5.48,2.22,25,5.67,1.15,3,4.94,0.43,17,2.86,1.86,7,2.62,1.5,13,5.75,1.67,8,5.35,2.47,17,5.43,0.79,7,4.85,0.38,13,2.86,1.68,7,2.62,1.61,13,5.5,2.18,14,5.45,2.38,11,5.11,0.78,9,5.0,0.45,11,2.36,1.43,11,3.0,1.7,10,5.5,2.5,18,5.43,1.4,7
+cater,5.73,1.72,22,3.45,1.95,22,5.39,2.52,23,5.62,1.61,13,5.5,1.69,8,4.12,1.64,8,3.07,2.06,14,5.29,3.25,7,5.44,2.25,16,5.89,1.76,9,5.62,1.76,13,3.33,2.06,9,3.54,1.94,13,5.45,2.7,11,5.33,2.46,12,5.86,1.79,14,5.5,1.69,8,3.0,2.28,11,3.91,1.51,11,4.46,2.6,13,6.6,1.9,10
+caterer,6.16,2.12,19,3.76,1.92,21,5.74,1.94,23,4.33,2.34,6,7.0,1.41,13,4.08,2.23,12,3.33,1.41,9,5.43,2.07,7,5.88,1.93,16,5.7,1.7,10,6.67,2.5,9,4.33,2.0,9,3.33,1.83,12,5.47,1.97,17,6.8,1.79,5,6.88,1.89,8,5.64,2.2,11,3.56,1.59,9,3.92,2.19,12,5.94,1.98,16,5.29,1.89,7
+caterpillar,5.25,2.4,20,3.24,1.84,21,5.04,1.97,25,4.5,2.52,4,5.44,2.42,16,3.0,1.41,4,3.29,1.96,17,5.0,2.6,9,5.06,1.61,16,4.75,3.01,8,5.58,1.98,12,3.3,1.7,10,3.18,2.04,11,5.14,1.92,14,4.91,2.12,11,4.45,2.73,11,6.22,1.56,9,2.5,1.65,10,3.91,1.81,11,5.33,1.81,18,4.29,2.29,7
+catfish,5.24,2.17,21,4.26,2.42,23,5.79,1.44,19,5.5,1.77,8,4.75,2.22,12,4.62,3.11,8,4.07,2.13,14,5.71,1.11,7,5.73,1.68,11,5.5,1.77,8,4.75,2.22,12,3.89,2.67,9,4.5,2.31,14,5.29,0.76,7,6.08,1.68,12,5.5,2.64,10,5.0,1.73,11,3.67,2.69,9,4.64,2.24,14,5.62,1.41,16,6.67,1.53,3
+cathedral,6.0,1.95,20,3.45,1.76,20,5.04,2.34,25,5.82,2.18,11,6.22,1.72,9,3.67,1.97,6,3.36,1.74,14,4.5,2.46,10,5.4,2.26,15,6.5,1.91,4,5.88,2.0,16,3.8,1.48,10,3.1,2.02,10,3.86,2.12,7,5.5,2.31,18,6.09,2.07,11,5.89,1.9,9,4.0,1.73,13,2.43,1.4,7,5.0,2.74,9,5.06,2.17,16
+catheter,2.84,1.46,19,3.77,2.6,22,2.54,1.64,28,2.83,1.47,6,2.85,1.52,13,3.27,2.2,11,4.27,2.97,11,1.82,0.87,11,3.0,1.87,17,3.36,1.5,11,2.12,1.13,8,3.73,2.72,11,3.82,2.6,11,2.72,1.32,18,2.2,2.15,10,2.92,1.44,13,2.67,1.63,6,3.07,2.53,14,5.0,2.39,8,2.0,1.1,16,3.25,2.01,12
+catholic,4.95,2.4,21,2.83,2.41,23,4.17,3.03,18,5.78,2.44,9,4.33,2.27,12,3.91,2.7,11,1.83,1.64,12,5.3,2.87,10,2.75,2.76,8,3.86,2.54,7,5.69,2.18,13,3.18,2.71,11,2.5,2.15,12,5.14,3.39,7,3.55,2.77,11,5.15,2.73,13,4.62,1.85,8,2.55,2.66,11,3.08,2.23,12,4.56,3.0,9,3.78,3.19,9
+cathouse,4.95,2.24,20,4.68,2.53,22,5.22,2.45,27,7.14,1.57,7,3.77,1.54,13,5.5,2.46,10,4.0,2.49,12,5.73,2.37,15,4.82,2.48,11,5.18,1.33,11,4.67,3.08,9,5.11,1.83,9,4.38,2.96,13,5.41,2.79,17,5.22,1.64,9,5.46,2.11,13,4.0,2.31,7,4.25,2.41,16,5.83,2.71,6,5.08,2.81,12,5.33,2.23,15
+catnip,4.74,2.66,19,4.57,2.64,23,4.47,1.65,19,4.22,2.59,9,5.2,2.78,10,4.43,3.1,7,4.6,2.61,15,4.3,1.95,10,4.67,1.32,9,4.89,2.52,9,4.6,2.91,10,5.3,3.37,10,3.92,1.93,12,3.62,1.06,8,4.7,1.25,10,4.5,2.71,12,5.14,2.73,7,4.5,2.67,20,5.0,3.0,3,4.5,2.14,8,4.45,1.29,11
+cattle,5.42,1.59,24,2.64,1.84,22,4.74,2.31,27,5.17,2.17,12,5.67,0.65,12,2.29,1.7,7,2.8,1.93,15,4.71,2.49,17,4.8,2.1,10,5.5,1.62,12,5.33,1.61,12,2.0,1.73,5,2.82,1.88,17,4.93,2.56,14,4.54,2.11,13,5.33,1.88,15,5.56,1.01,9,1.9,1.6,10,3.25,1.86,12,5.71,2.05,14,3.69,2.18,13
+catwalk,5.65,1.04,20,4.52,1.86,23,5.95,1.86,21,5.67,1.0,9,5.64,1.12,11,4.73,1.95,11,4.33,1.83,12,5.62,1.3,8,6.15,2.15,13,5.57,0.94,14,5.83,1.33,6,4.89,1.54,9,4.29,2.05,14,6.38,2.07,8,5.69,1.75,13,5.6,0.97,10,5.7,1.16,10,4.08,1.8,13,5.1,1.85,10,5.42,1.83,12,6.67,1.73,9
+cauldron,4.91,1.66,22,4.41,2.44,22,4.89,2.23,19,4.5,1.07,8,5.14,1.92,14,4.0,2.36,10,4.75,2.56,12,6.17,2.79,6,4.31,1.75,13,5.18,2.14,11,4.64,1.03,11,4.09,2.34,11,4.73,2.61,11,4.79,2.42,14,5.2,1.79,5,4.9,2.02,10,4.92,1.38,12,4.9,2.56,10,4.0,2.37,12,4.3,1.7,10,5.56,2.65,9
+cauliflower,5.35,1.98,20,2.29,1.27,21,5.87,2.58,23,3.67,2.08,3,5.65,1.87,17,1.71,0.95,7,2.69,1.32,13,6.14,1.77,7,5.75,2.91,16,5.0,1.73,7,5.54,2.15,13,2.71,1.38,7,2.15,1.21,13,5.62,2.75,13,6.2,2.44,10,5.33,2.06,9,5.36,2.01,11,2.09,1.3,11,2.5,1.27,10,6.19,2.93,16,5.14,1.46,7
+cause,5.14,1.58,22,3.48,2.44,21,5.17,2.01,18,4.83,2.4,6,5.27,1.28,15,2.43,2.3,7,4.0,2.42,14,4.89,1.62,9,5.38,2.56,8,4.79,1.85,14,5.86,0.69,7,3.22,2.22,9,3.67,2.67,12,5.5,2.17,10,4.75,1.83,8,5.21,1.76,14,5.0,1.31,8,4.17,2.99,6,3.2,2.24,15,5.2,2.44,10,5.12,1.46,8
+caution,3.29,1.27,21,4.0,2.45,22,4.86,2.67,21,3.4,1.52,5,3.25,1.24,16,5.0,1.91,12,2.8,2.57,10,5.09,2.81,11,4.11,2.26,9,2.83,1.34,12,3.89,0.93,9,4.07,2.4,15,3.86,2.73,7,4.91,2.26,11,4.8,3.19,10,3.54,1.27,13,2.88,1.25,8,4.21,2.49,19,2.67,2.08,3,4.57,2.5,14,5.43,3.1,7
+cautious,6.05,1.22,19,3.57,2.29,21,6.0,2.29,22,5.78,0.83,9,6.3,1.49,10,3.57,2.07,7,3.57,2.47,14,6.0,2.28,11,6.0,2.41,11,5.57,0.79,7,6.33,1.37,12,4.0,2.0,10,3.18,2.56,11,6.23,2.55,13,5.67,1.94,9,6.4,1.17,10,5.67,1.22,9,3.12,1.89,8,3.85,2.54,13,5.71,2.3,14,6.5,2.33,8
+cavalier,5.48,1.25,21,4.0,2.05,21,5.52,2.23,23,5.83,1.47,12,5.0,0.71,9,4.43,2.23,7,3.79,2.01,14,5.56,2.01,9,5.5,2.44,14,4.5,0.58,4,5.71,1.26,17,4.4,2.27,10,3.64,1.86,11,5.86,2.19,7,5.38,2.31,16,5.33,0.78,12,5.67,1.73,9,3.92,1.89,13,4.12,2.42,8,4.38,2.13,8,6.13,2.1,15
+cavalry,5.05,1.86,21,4.18,2.65,22,4.96,2.23,27,4.8,1.69,10,5.27,2.05,11,3.57,2.44,7,4.47,2.77,15,4.94,2.61,17,5.0,1.49,10,5.64,2.01,11,4.4,1.51,10,3.0,2.83,5,4.53,2.58,17,5.29,2.7,14,4.62,1.61,13,5.23,1.79,13,4.75,2.05,8,3.4,2.95,10,4.83,2.29,12,5.5,2.56,14,4.38,1.71,13
+cave,5.15,1.87,20,4.39,2.45,18,4.45,2.06,22,5.8,1.3,5,4.93,2.02,15,5.83,2.71,6,3.67,2.06,12,4.4,1.07,10,4.5,2.68,12,5.6,1.17,10,4.7,2.36,10,4.7,2.87,10,4.0,1.93,8,4.09,2.12,11,4.82,2.04,11,5.25,1.76,12,5.0,2.14,8,4.0,2.78,9,4.78,2.17,9,3.91,2.34,11,5.0,1.67,11
+caveman,5.4,2.11,20,4.14,2.4,22,5.42,2.27,19,5.56,2.6,9,5.27,1.74,11,4.4,3.44,5,4.19,2.14,16,5.83,2.48,6,5.23,2.24,13,5.57,2.17,14,5.0,2.1,6,3.75,2.34,12,4.89,2.47,9,4.22,1.64,9,6.5,2.27,10,6.1,2.02,10,4.7,2.06,10,3.83,2.55,12,4.5,2.27,10,5.0,3.22,6,5.62,1.8,13
+cavern,5.38,1.63,21,3.63,2.5,19,4.41,2.34,22,5.5,0.84,6,5.33,1.88,15,3.0,2.2,8,4.09,2.7,11,4.08,2.78,12,4.8,1.75,10,5.56,1.42,9,5.25,1.82,12,3.38,1.92,8,3.82,2.93,11,4.71,2.43,7,4.27,2.37,15,5.5,1.72,10,5.27,1.62,11,3.58,2.07,12,3.71,3.3,7,4.33,2.57,12,4.5,2.17,10
+caviar,5.53,2.44,19,3.8,2.97,20,5.53,2.04,19,6.0,1.73,3,5.33,2.64,15,3.8,2.97,10,3.8,3.12,10,6.33,1.0,9,4.8,2.49,10,4.17,2.56,6,6.08,2.27,12,1.71,1.89,7,4.92,2.87,13,5.43,2.07,7,5.58,2.11,12,6.17,2.33,12,4.43,2.37,7,3.9,2.88,10,3.7,3.2,10,4.44,2.13,9,6.5,1.43,10
+caving,5.0,1.3,20,4.14,2.43,21,5.32,2.5,25,5.0,0.0,3,5.0,1.41,17,3.57,2.23,7,4.38,2.66,13,5.0,2.62,8,5.47,2.5,17,4.71,0.76,7,5.15,1.52,13,3.71,1.8,7,4.31,2.84,13,5.14,2.63,14,5.55,2.42,11,4.89,1.27,9,5.09,1.38,11,4.45,2.7,11,3.8,2.2,10,5.0,2.81,18,6.14,1.21,7
+cavity,2.6,2.01,20,4.77,2.64,22,4.96,2.62,27,3.14,2.73,7,2.31,1.55,13,4.2,2.25,10,5.25,2.93,12,5.0,2.78,15,5.0,2.65,11,2.36,1.43,11,2.89,2.62,9,5.44,2.07,9,4.31,2.95,13,6.0,2.67,17,3.11,1.36,9,2.85,2.19,13,2.14,1.68,7,4.38,2.73,16,5.83,2.23,6,5.67,2.67,12,4.4,2.53,15
+cayenne,5.55,1.99,20,3.8,2.35,25,4.95,2.01,19,5.38,1.41,8,5.67,2.35,12,3.67,2.66,6,3.94,2.34,18,4.29,1.5,7,5.33,2.23,12,5.47,1.55,15,5.8,3.19,5,3.64,2.37,14,4.2,2.44,10,5.33,2.24,9,4.6,1.84,10,5.82,2.4,11,5.22,1.39,9,3.94,2.54,16,3.56,2.07,9,5.09,1.76,11,4.75,2.43,8
+cease,3.95,1.69,21,3.64,2.48,25,5.17,2.09,18,4.67,1.12,9,3.42,1.88,12,3.17,2.04,6,3.67,2.66,18,4.5,1.97,6,5.5,2.15,12,4.12,1.41,16,3.4,2.51,5,3.21,2.58,14,4.0,2.4,10,5.0,2.18,9,5.33,2.12,9,3.83,1.8,12,4.11,1.62,9,3.88,2.47,16,3.22,2.59,9,4.7,2.45,10,5.75,1.49,8
+cedar,6.32,1.52,22,3.21,1.75,19,5.1,2.05,20,4.6,0.89,5,6.75,1.29,16,3.62,1.85,8,2.91,1.7,11,4.78,2.59,9,5.36,1.57,11,6.25,1.6,12,6.4,1.51,10,3.0,1.41,10,3.44,2.13,9,4.36,1.91,11,6.0,1.94,9,6.64,1.57,11,6.0,1.48,11,3.12,1.64,8,3.27,1.9,11,4.75,2.25,8,5.33,1.97,12
+ceiling,5.39,1.29,18,2.75,2.05,20,5.16,1.77,25,5.8,1.3,5,5.23,1.3,13,3.09,2.21,11,2.33,1.87,9,4.75,1.77,16,5.89,1.62,9,5.43,0.98,7,5.36,1.5,11,1.89,1.36,9,3.45,2.3,11,5.15,1.98,20,5.2,0.45,5,5.33,0.87,9,5.44,1.67,9,2.27,1.68,11,3.33,2.4,9,5.05,1.51,19,5.5,2.59,6
+celebrate,7.84,1.3,19,6.73,1.83,22,6.12,2.07,24,7.5,1.64,6,8.0,1.15,13,6.92,1.73,12,6.5,2.01,10,4.38,2.26,8,7.0,1.32,16,7.3,1.49,10,8.44,0.73,9,7.0,1.58,9,6.54,2.03,13,6.0,2.35,17,6.5,1.38,6,7.62,1.51,8,8.0,1.18,11,6.56,1.88,9,6.85,1.86,13,5.81,2.37,16,6.75,1.16,8
+celebration,7.53,1.5,19,5.9,2.95,21,7.0,1.68,23,7.4,1.95,5,7.54,1.45,13,5.33,3.14,6,6.13,2.95,15,7.3,1.49,10,6.77,1.83,13,7.29,1.98,7,7.64,1.29,11,6.71,2.75,7,5.5,3.06,14,6.55,1.57,11,7.42,1.73,12,7.92,1.16,12,6.86,1.86,7,5.91,3.21,11,5.9,2.81,10,7.0,1.84,14,7.0,1.5,9
+celebrity,5.42,2.04,19,4.86,2.71,22,4.67,2.08,24,5.33,2.25,6,5.46,2.03,13,5.17,3.16,12,4.5,2.17,10,4.75,1.49,8,4.62,2.36,16,5.5,1.27,10,5.33,2.74,9,5.0,2.96,9,4.77,2.65,13,4.29,1.79,17,5.67,2.8,6,6.12,1.64,8,4.91,2.21,11,5.56,2.7,9,4.38,2.72,13,4.25,2.02,16,5.5,2.07,8
+celery,5.71,1.68,21,2.81,1.57,21,6.28,1.97,25,6.0,1.21,12,5.33,2.18,9,2.86,1.68,7,2.79,1.58,14,6.1,2.23,10,6.4,1.84,15,6.75,2.06,4,5.47,1.55,17,2.6,1.43,10,3.0,1.73,11,5.43,1.9,7,6.61,1.94,18,5.83,2.12,12,5.56,0.88,9,3.08,1.44,13,2.38,1.77,8,5.56,1.94,9,6.69,1.92,16
+celestial,6.76,1.51,21,4.68,2.36,22,5.18,2.72,22,6.44,1.59,9,7.0,1.48,12,3.0,1.9,6,5.2,2.27,15,5.0,2.83,6,5.25,2.77,16,6.22,1.48,9,7.17,1.47,12,5.0,2.45,5,4.59,2.4,17,4.91,2.3,11,5.45,3.17,11,6.67,1.83,12,6.89,1.05,9,5.33,2.45,9,4.23,2.28,13,5.25,2.49,12,5.1,3.11,10
+celibacy,3.85,1.57,20,2.71,1.68,21,5.92,2.59,24,3.67,1.53,3,3.88,1.62,17,2.14,1.68,7,3.08,1.71,13,5.5,2.67,8,6.12,2.6,16,3.57,1.62,7,4.0,1.58,13,2.29,1.6,7,3.0,1.78,13,6.08,2.66,13,5.73,2.61,11,4.56,1.24,9,3.27,1.62,11,2.82,1.89,11,2.6,1.51,10,5.88,3.02,17,6.0,1.15,7
+celibate,3.72,2.19,18,3.0,1.85,22,6.1,2.3,21,3.5,1.85,8,3.9,2.51,10,3.88,2.1,8,2.5,1.56,14,6.3,2.58,10,5.91,2.12,11,3.57,1.4,7,3.82,2.64,11,3.3,1.89,10,2.75,1.86,12,6.67,1.97,12,5.33,2.6,9,4.2,2.1,10,3.12,2.3,8,3.25,1.49,8,2.86,2.07,14,5.46,2.33,13,7.12,1.96,8
+cell,4.09,2.69,22,4.23,2.32,43,4.86,2.26,44,3.45,1.75,11,4.73,3.35,11,4.7,2.27,20,3.83,2.33,23,4.27,2.43,22,5.45,1.95,22,5.1,3.07,10,3.25,2.09,12,4.58,2.24,19,3.96,2.39,24,4.66,1.99,29,5.27,2.74,15,4.43,3.18,14,3.5,1.51,8,4.37,2.22,27,4.0,2.53,16,4.48,2.31,25,5.37,2.14,19
+cellar,4.7,1.42,43,3.14,1.78,22,4.75,2.4,20,4.85,1.27,20,4.57,1.56,23,3.33,2.06,12,2.9,1.45,10,5.4,2.12,10,4.1,2.6,10,4.56,1.36,16,4.78,1.48,27,4.11,2.09,9,2.46,1.2,13,3.5,2.2,8,5.58,2.23,12,4.42,1.5,19,4.92,1.35,24,2.89,1.83,9,3.31,1.8,13,4.44,2.01,9,5.0,2.76,11
+cellblock,2.95,1.8,21,4.7,2.89,20,4.08,2.37,36,3.12,2.1,8,2.85,1.68,13,6.0,2.0,5,4.27,3.06,15,3.82,2.52,11,4.2,2.35,25,3.08,1.98,13,2.75,1.58,8,5.42,2.94,12,3.62,2.62,8,4.2,2.14,20,3.94,2.69,16,3.64,1.91,11,2.2,1.4,10,5.09,3.11,11,4.22,2.68,9,3.77,2.45,22,4.57,2.24,14
+cellist,5.84,1.42,19,3.85,2.37,20,5.25,1.7,24,5.38,1.33,13,6.83,1.17,6,5.4,2.07,5,3.33,2.29,15,5.54,1.33,13,4.91,2.07,11,5.44,1.67,9,6.2,1.14,10,5.14,1.68,7,3.15,2.44,13,4.91,1.76,11,5.54,1.66,13,5.89,1.54,9,5.8,1.4,10,4.1,2.47,10,3.6,2.37,10,5.33,2.06,9,5.2,1.52,15
+cellmate,2.2,1.47,20,4.0,2.47,18,2.41,1.62,22,2.2,1.79,5,2.2,1.42,15,3.83,2.23,6,4.08,2.68,12,2.9,1.91,10,2.0,1.28,12,2.1,1.37,10,2.3,1.64,10,4.6,2.22,10,3.25,2.71,8,2.73,1.68,11,2.09,1.58,11,2.0,1.35,12,2.5,1.69,8,2.44,2.24,9,5.56,1.59,9,2.45,1.81,11,2.36,1.5,11
+cello,5.75,1.37,20,3.83,2.53,18,6.41,1.97,22,5.6,1.52,5,5.8,1.37,15,4.83,2.48,6,3.33,2.5,12,5.8,1.75,10,6.92,2.07,12,6.1,1.2,10,5.4,1.51,10,4.5,2.55,10,3.0,2.39,8,6.45,2.5,11,6.36,1.36,11,5.67,1.44,12,5.88,1.36,8,3.22,2.73,9,4.44,2.3,9,6.91,2.3,11,5.91,1.51,11
+cellophane,5.05,1.12,21,3.64,2.19,22,4.81,1.81,21,5.44,1.13,9,4.75,1.06,12,3.33,2.88,6,3.6,1.96,15,4.83,2.48,6,4.8,1.57,15,5.56,1.33,9,4.67,0.78,12,3.6,1.82,5,3.65,2.34,17,4.2,1.81,10,5.36,1.69,11,5.0,1.04,12,5.11,1.27,9,3.56,2.46,9,3.69,2.1,13,4.5,1.88,12,5.22,1.72,9
+cellular,5.68,1.25,19,3.67,2.31,21,5.74,2.12,23,5.8,1.3,5,5.69,1.32,13,4.33,2.8,6,3.4,2.13,15,5.7,2.11,10,5.77,2.2,13,5.71,1.25,7,5.73,1.35,11,3.0,2.08,7,4.0,2.42,14,5.09,1.97,11,6.33,2.15,12,5.58,1.08,12,5.86,1.57,7,3.36,2.42,11,4.0,2.26,10,5.29,2.23,14,6.44,1.81,9
+cellulite,2.67,1.59,21,4.67,2.35,21,4.32,2.19,25,3.33,1.67,12,1.78,0.97,9,5.29,2.21,7,4.36,2.44,14,5.2,1.93,10,3.73,2.22,15,1.25,0.5,4,3.0,1.58,17,4.4,2.37,10,4.91,2.43,11,3.71,2.81,7,4.56,1.95,18,2.92,1.56,12,2.33,1.66,9,4.38,2.33,13,5.12,2.47,8,3.0,1.58,9,5.06,2.17,16
+celluloid,4.3,1.89,20,2.71,2.22,21,4.44,2.12,25,3.75,1.5,4,4.44,2.0,16,3.25,1.71,4,2.59,2.35,17,4.33,2.5,9,4.5,1.97,16,4.25,1.39,8,4.33,2.23,12,3.3,1.7,10,2.18,2.56,11,4.57,2.06,14,4.27,2.28,11,4.73,1.19,11,3.78,2.49,9,1.7,1.25,10,3.64,2.54,11,4.67,2.33,18,3.86,1.46,7
+cement,4.62,1.53,21,3.28,2.41,25,4.84,2.27,19,4.78,1.64,9,4.5,1.51,12,3.0,2.0,6,3.33,2.63,18,3.71,1.7,7,5.5,2.35,12,4.62,1.59,16,4.6,1.52,5,3.21,2.52,14,3.3,2.5,10,5.33,2.06,9,4.4,2.46,10,4.33,1.97,12,5.0,0.5,9,3.62,2.45,16,2.67,2.35,9,4.82,2.6,11,4.88,1.89,8
+cemetery,3.49,1.83,39,4.1,2.32,21,3.82,2.46,55,3.41,1.56,22,3.59,2.18,17,4.12,2.75,8,4.08,2.14,13,3.39,2.12,18,4.03,2.61,37,3.61,2.02,23,3.31,1.58,16,4.0,2.0,9,4.17,2.62,12,3.79,2.26,29,3.85,2.71,26,3.16,2.27,19,3.8,1.28,20,4.5,2.22,10,3.73,2.45,11,3.24,2.36,33,4.68,2.4,22
+censor,4.1,2.0,21,4.45,2.48,22,4.15,2.48,27,3.7,2.41,10,4.45,1.57,11,4.29,2.81,7,4.53,2.42,15,4.35,2.64,17,3.8,2.25,10,4.0,2.24,11,4.2,1.81,10,4.2,3.11,5,4.53,2.37,17,4.07,2.62,14,4.23,2.42,13,4.23,2.09,13,3.88,1.96,8,3.9,2.77,10,4.92,2.23,12,4.57,2.93,14,3.69,1.89,13
+censorship,3.43,1.6,21,4.25,2.98,24,3.26,2.26,19,3.12,1.89,8,3.62,1.45,13,6.0,2.97,6,3.67,2.83,18,4.0,2.75,10,2.44,1.24,9,3.33,1.92,12,3.56,1.13,9,5.3,2.71,10,3.5,3.03,14,3.67,2.64,12,2.57,1.27,7,3.43,1.83,14,3.43,1.13,7,4.88,2.83,16,3.0,3.07,8,3.45,1.92,11,3.0,2.78,8
+census,4.91,0.92,22,3.54,2.04,26,4.91,2.72,22,4.56,0.73,9,5.15,0.99,13,3.1,2.38,10,3.81,1.83,16,4.75,2.92,8,5.0,2.72,14,5.12,0.83,8,4.79,0.97,14,3.69,2.06,13,3.38,2.1,13,5.33,2.57,12,4.4,2.95,10,5.0,0.85,12,4.8,1.03,10,3.73,2.46,15,3.27,1.35,11,5.33,3.08,12,4.4,2.27,10
+cent,5.37,1.61,19,3.76,1.58,21,5.3,1.94,23,5.0,0.71,5,5.62,1.85,13,3.67,1.03,6,3.8,1.78,15,5.2,1.87,10,5.38,2.06,13,4.71,1.89,7,5.91,1.3,11,4.0,2.0,7,3.64,1.39,14,4.45,1.97,11,6.08,1.62,12,5.0,1.6,12,6.0,1.53,7,3.73,1.49,11,3.8,1.75,10,5.29,1.64,14,5.33,2.45,9
+centennial,5.58,1.02,19,2.86,1.77,21,6.09,1.88,23,6.0,1.0,3,5.5,1.03,16,3.25,1.75,8,2.62,1.8,13,6.33,2.12,9,5.93,1.77,14,5.11,0.93,9,6.0,0.94,10,3.11,1.9,9,2.67,1.72,12,6.4,2.13,15,5.5,1.2,8,6.0,1.29,7,5.33,0.78,12,2.9,1.66,10,2.82,1.94,11,6.31,2.14,13,5.8,1.55,10
+center,5.56,1.76,18,2.62,1.83,21,5.72,1.56,18,4.75,1.75,8,6.2,1.55,10,2.86,2.12,7,2.5,1.74,14,5.27,0.9,11,6.43,2.15,7,5.27,1.95,11,6.0,1.41,7,2.56,1.94,9,2.67,1.83,12,6.36,1.63,11,4.71,0.76,7,5.08,1.51,12,6.5,1.97,6,2.92,2.07,12,2.22,1.48,9,5.78,1.56,9,5.67,1.66,9
+centerfold,4.89,2.3,18,4.95,2.82,20,4.76,1.88,25,7.4,1.52,5,3.92,1.75,13,5.91,2.84,11,3.78,2.44,9,4.38,1.78,16,5.44,1.94,9,5.0,2.24,7,4.82,2.44,11,4.56,2.96,9,5.27,2.8,11,4.65,2.03,20,5.2,1.1,5,4.89,1.83,9,4.89,2.8,9,4.82,2.86,11,5.11,2.93,9,4.37,1.8,19,6.0,1.67,6
+centerpiece,5.95,1.28,20,3.36,2.17,22,6.15,2.03,27,6.29,1.38,7,5.77,1.24,13,3.8,2.35,10,3.0,2.04,12,6.07,2.05,15,6.27,2.2,11,5.64,1.29,11,6.33,1.22,9,3.89,2.32,9,3.0,2.08,13,6.29,2.34,17,5.89,1.54,9,6.0,1.15,13,5.86,1.57,7,2.75,2.05,16,5.0,1.67,6,6.0,2.09,12,6.27,2.05,15
+centipede,3.95,1.85,20,4.82,2.3,22,3.84,1.89,19,4.22,2.05,9,3.73,1.74,11,4.6,3.65,5,4.88,1.96,16,4.67,2.42,6,3.46,1.56,13,3.71,1.77,14,4.5,2.07,6,5.25,2.09,12,4.22,2.68,9,3.78,1.64,9,3.9,2.18,10,4.1,1.73,10,3.8,2.04,10,4.5,2.24,12,5.2,2.44,10,4.33,2.8,6,3.62,1.39,13
+central,5.33,1.2,21,3.5,1.91,20,5.76,2.21,21,5.67,0.82,6,5.2,1.32,15,4.12,1.89,8,3.08,1.88,12,5.91,1.64,11,5.6,2.8,10,5.33,1.37,6,5.33,1.18,15,4.1,2.18,10,2.9,1.45,10,5.64,2.41,14,6.0,1.91,7,5.43,0.98,7,5.29,1.33,14,3.43,2.21,14,3.67,1.03,6,5.42,2.57,12,6.22,1.64,9
+century,5.36,1.47,22,3.19,1.99,21,4.68,2.32,22,5.36,1.78,14,5.38,0.74,8,3.27,1.68,11,3.33,2.4,9,3.83,2.56,6,5.0,2.22,16,4.9,1.73,10,5.75,1.14,12,3.09,2.26,11,3.3,1.77,10,4.46,2.44,13,5.0,2.24,9,5.17,1.53,12,5.6,1.43,10,3.0,2.12,13,3.5,1.85,8,4.75,2.3,12,4.6,2.46,10
+ceramic,5.74,1.52,19,3.57,2.5,23,5.47,1.35,19,5.33,1.12,9,6.1,1.79,10,3.43,2.23,7,3.53,2.75,15,5.5,1.43,10,5.44,1.33,9,6.11,1.69,9,5.4,1.35,10,4.6,2.63,10,2.58,2.15,12,5.12,0.83,8,5.7,1.7,10,6.17,1.64,12,5.0,1.0,7,3.8,2.59,20,2.0,1.0,3,5.12,0.83,8,5.73,1.62,11
+ceramics,5.21,1.58,19,2.86,1.64,22,6.0,2.0,20,5.0,1.32,9,5.4,1.84,10,2.45,1.21,11,3.27,1.95,11,4.62,0.74,8,6.92,2.07,12,5.08,1.66,13,5.5,1.52,6,2.67,2.06,9,3.0,1.35,13,5.12,1.81,8,6.58,1.98,12,5.33,1.87,9,5.1,1.37,10,3.08,1.85,13,2.56,1.33,9,5.82,2.18,11,6.22,1.86,9
+cereal,6.45,0.89,20,3.05,1.88,20,5.77,1.97,22,6.71,0.76,7,6.31,0.95,13,3.11,1.76,9,3.0,2.05,11,6.33,2.16,6,5.56,1.93,16,6.6,1.07,10,6.22,0.67,9,3.5,2.0,8,2.75,1.82,12,6.07,1.58,15,5.14,2.67,7,6.55,1.04,11,6.33,0.71,9,3.42,2.02,12,2.5,1.6,8,6.36,1.96,11,5.18,1.89,11
+cerebral,4.95,1.91,21,3.7,2.1,23,6.76,2.11,17,5.67,2.0,9,4.42,1.73,12,3.64,2.11,11,3.75,2.18,12,7.22,1.92,9,6.25,2.31,8,5.29,2.14,7,4.77,1.92,13,4.18,2.04,11,3.25,2.14,12,6.71,2.56,7,6.8,1.87,10,4.85,2.19,13,5.12,1.46,8,3.82,2.18,11,3.58,2.11,12,6.12,2.59,8,7.33,1.5,9
+ceremonial,5.67,1.96,21,4.4,2.58,20,5.36,1.81,36,4.88,2.1,8,6.15,1.77,13,6.4,1.52,5,3.73,2.55,15,5.27,2.0,11,5.4,1.76,25,5.38,2.02,13,6.12,1.89,8,4.58,2.39,12,4.12,3.0,8,4.95,2.11,20,5.88,1.2,16,5.45,2.21,11,5.9,1.73,10,5.0,2.53,11,3.67,2.6,9,4.86,1.96,22,6.14,1.23,14
+ceremony,6.38,1.77,21,3.83,2.74,23,5.67,2.52,18,6.44,1.33,9,6.33,2.1,12,3.73,2.49,11,3.92,3.06,12,5.2,2.66,10,6.25,2.38,8,5.57,2.3,7,6.77,1.42,13,4.0,2.9,11,3.67,2.71,12,6.57,2.37,7,5.09,2.55,11,6.23,2.17,13,6.62,0.92,8,4.82,3.16,11,2.92,2.02,12,5.11,2.42,9,6.22,2.64,9
+certain,6.11,1.57,18,3.0,2.36,20,6.78,1.8,18,5.5,1.07,8,6.6,1.78,10,2.57,1.72,7,3.23,2.68,13,6.64,1.8,11,7.0,1.91,7,5.55,1.04,11,7.0,1.91,7,2.56,2.46,9,3.36,2.34,11,7.09,1.81,11,6.29,1.8,7,5.75,1.29,12,6.83,1.94,6,2.75,2.3,12,3.38,2.56,8,6.89,1.76,9,6.67,1.94,9
+certainty,6.38,1.75,21,4.35,2.52,23,6.05,1.99,21,6.0,2.65,5,6.5,1.46,16,5.67,2.06,12,2.91,2.21,11,6.09,2.39,11,5.78,1.48,9,6.58,2.11,12,6.11,1.17,9,4.5,2.53,16,4.0,2.65,7,5.82,1.78,11,6.3,2.26,10,6.62,1.5,13,6.0,2.14,8,4.26,2.77,19,4.75,0.5,4,5.43,2.03,14,7.29,1.25,7
+certifiable,5.16,2.24,19,4.68,2.32,22,4.71,2.22,24,4.17,1.72,6,5.62,2.36,13,5.33,2.42,12,3.9,2.02,10,5.62,2.26,8,4.25,2.11,16,5.8,1.55,10,4.44,2.74,9,4.56,2.46,9,4.77,2.31,13,5.24,1.99,17,3.17,2.48,6,5.38,2.07,8,5.0,2.45,11,4.22,2.73,9,5.0,2.04,13,4.88,2.25,16,4.38,2.26,8
+certificate,6.0,1.75,22,3.61,2.43,23,5.47,1.81,19,6.0,1.6,8,5.77,1.74,13,3.25,2.19,8,3.71,2.67,14,5.14,1.57,7,5.55,2.02,11,6.12,2.23,8,5.69,1.25,13,4.33,3.0,9,3.14,1.96,14,4.29,2.06,7,6.17,1.27,12,6.18,1.89,11,5.82,1.66,11,2.78,2.91,9,4.14,1.99,14,5.75,1.57,16,4.0,2.65,3
+certified,6.06,1.21,18,4.57,2.23,21,6.52,1.88,23,6.5,1.0,4,5.92,1.32,13,4.83,1.94,6,4.47,2.39,15,6.6,1.84,10,6.46,1.98,13,6.29,1.38,7,5.9,1.2,10,4.57,2.7,7,4.57,2.06,14,6.64,1.96,11,6.42,1.88,12,6.36,1.29,11,5.57,0.98,7,3.82,2.32,11,5.4,1.9,10,6.5,1.87,14,6.56,2.01,9
+certify,5.89,1.41,19,3.62,2.53,24,5.93,2.11,28,5.0,0.53,8,6.55,1.51,11,2.89,1.9,9,4.07,2.81,15,5.5,2.14,14,6.36,2.06,14,6.22,1.39,9,5.6,1.43,10,3.5,2.58,12,3.75,2.6,12,5.57,2.24,14,6.29,1.98,14,6.0,1.49,10,5.78,1.39,9,3.92,2.81,12,3.33,2.31,12,6.25,1.91,12,5.69,2.27,16
+cervical,4.67,1.02,21,5.0,2.17,18,4.67,2.44,21,4.8,1.1,5,4.53,0.99,15,4.29,2.06,7,5.45,2.21,11,4.5,2.59,10,4.82,2.4,11,4.67,0.78,12,4.67,1.32,9,4.7,2.31,10,5.38,2.07,8,4.58,2.5,12,4.78,2.49,9,4.5,1.18,10,4.82,0.87,11,4.88,2.64,8,5.1,1.85,10,4.22,2.95,9,5.0,2.04,12
+cervix,4.45,1.87,22,4.58,1.95,19,4.57,2.4,21,5.2,2.28,5,4.19,1.8,16,4.5,2.39,8,4.64,1.69,11,4.4,2.22,10,4.73,2.65,11,4.58,1.78,12,4.3,2.06,10,5.0,2.26,10,4.11,1.54,9,4.08,2.35,12,5.22,2.44,9,4.27,1.95,11,4.64,1.86,11,5.25,2.19,8,4.09,1.7,11,4.11,2.57,9,4.92,2.31,12
+cesspool,2.95,1.59,22,4.42,2.32,26,3.65,2.1,23,3.67,1.58,9,2.46,1.45,13,3.6,2.17,10,4.94,2.32,16,3.89,1.27,9,3.5,2.53,14,2.25,1.49,8,3.36,1.55,14,4.69,2.39,13,4.15,2.3,13,3.0,1.35,12,4.36,2.58,11,2.83,1.59,12,3.1,1.66,10,4.0,2.36,15,5.0,2.24,11,3.62,2.22,13,3.7,2.06,10
+cha cha,6.52,1.47,21,5.73,2.12,22,5.32,1.36,22,6.89,1.45,9,6.25,1.48,12,5.17,2.23,6,5.73,2.02,15,4.5,1.87,6,5.62,1.02,16,6.11,1.69,9,6.83,1.27,12,6.4,1.95,5,5.53,2.18,17,5.18,1.78,11,5.45,0.82,11,6.25,1.66,12,6.89,1.17,9,5.78,2.49,9,5.69,1.93,13,5.0,1.6,12,5.7,0.95,10
+chain,4.79,1.55,19,4.05,2.33,21,4.2,2.21,20,4.67,0.58,3,4.81,1.68,16,4.5,2.43,6,3.87,2.36,15,4.67,1.97,6,4.0,2.35,14,4.5,0.85,10,5.11,2.09,9,4.14,2.67,7,4.0,2.25,14,4.1,2.42,10,4.3,2.11,10,4.88,0.99,8,4.73,1.9,11,4.0,2.69,9,4.08,2.15,12,4.0,3.25,8,4.33,1.3,12
+chainsaw,4.0,1.87,21,5.15,2.96,20,5.03,2.16,36,4.0,1.77,8,4.0,2.0,13,6.2,2.28,5,4.8,3.14,15,5.36,1.75,11,4.88,2.33,25,4.15,1.77,13,3.75,2.12,8,6.0,2.52,12,3.88,3.27,8,5.2,2.42,20,4.81,1.83,16,4.36,1.57,11,3.6,2.17,10,4.64,3.01,11,5.78,2.95,9,4.55,2.32,22,5.79,1.67,14
+chair,5.89,1.33,19,2.86,2.01,43,5.28,2.24,50,5.89,1.17,9,5.9,1.52,10,3.07,2.52,15,2.75,1.71,28,4.96,2.34,26,5.62,2.12,24,5.89,1.54,9,5.9,1.2,10,3.56,2.28,18,2.36,1.66,25,4.76,2.26,21,5.66,2.19,29,5.92,1.44,12,5.86,1.21,7,2.67,2.08,24,3.11,1.94,19,4.96,2.26,24,5.58,2.23,26
+chairman,5.57,1.6,21,3.55,2.15,22,5.57,2.13,21,5.56,1.59,9,5.58,1.68,12,2.5,1.76,6,3.87,2.26,15,5.83,2.23,6,5.47,2.17,15,5.22,1.56,9,5.83,1.64,12,4.6,2.07,5,3.24,2.14,17,5.1,2.33,10,6.0,1.95,11,6.0,1.54,12,5.0,1.58,9,3.44,1.74,9,3.62,2.47,13,5.09,2.07,11,6.1,2.18,10
+chalet,5.1,1.58,21,3.83,1.97,23,4.76,1.79,21,5.0,1.87,5,5.12,1.54,16,4.75,1.76,12,2.82,1.72,11,4.82,1.83,11,4.22,1.09,9,4.58,1.83,12,5.78,0.83,9,4.31,1.85,16,2.71,1.89,7,4.55,1.29,11,5.0,2.26,10,5.23,1.79,13,4.88,1.25,8,3.95,1.99,19,3.25,2.06,4,4.43,1.16,14,5.43,2.64,7
+chalice,5.19,1.81,21,3.48,2.33,23,5.76,2.19,17,5.44,0.88,9,5.0,2.3,12,3.64,2.25,11,3.33,2.5,12,6.2,1.69,10,5.14,2.79,7,5.0,1.53,7,5.23,2.05,13,4.0,2.61,11,3.0,2.04,12,5.71,2.81,7,5.8,1.81,10,4.92,1.71,13,5.62,2.0,8,3.82,2.48,11,3.17,2.25,12,5.44,2.19,9,6.12,2.3,8
+chalk,5.0,1.38,21,2.9,1.92,20,5.48,2.38,21,5.33,0.52,6,4.87,1.6,15,3.12,1.81,8,2.75,2.05,12,5.0,2.28,11,6.0,2.49,10,5.17,0.75,6,4.93,1.58,15,3.1,2.02,10,2.7,1.89,10,5.43,2.77,14,5.57,1.51,7,4.71,1.7,7,5.14,1.23,14,2.93,1.69,14,2.83,2.56,6,5.5,2.43,12,5.44,2.46,9
+challenge,5.95,2.06,20,5.25,2.38,20,4.68,2.27,25,5.0,3.56,4,6.19,1.6,16,7.0,1.41,4,4.81,2.4,16,4.89,2.32,9,4.56,2.31,16,6.0,1.85,8,5.92,2.27,12,5.33,2.69,9,5.18,2.23,11,3.57,1.87,14,6.09,1.97,11,5.91,1.7,11,6.0,2.55,9,4.7,2.16,10,5.8,2.57,10,4.78,2.21,18,4.43,2.57,7
+challenger,5.33,1.68,21,4.74,2.64,19,5.12,1.96,25,5.29,1.38,7,5.36,1.86,14,6.2,2.35,10,3.11,1.96,9,5.25,1.95,16,4.89,2.09,9,5.5,0.93,8,5.23,2.05,13,4.33,2.35,9,5.1,2.96,10,5.05,2.16,20,5.4,0.89,5,5.09,1.14,11,5.6,2.17,10,4.82,2.75,11,4.62,2.67,8,4.74,1.85,19,6.33,1.97,6
+chamber,4.73,1.58,22,4.58,2.57,19,5.5,1.7,20,5.2,1.3,5,4.69,1.66,16,5.25,2.66,8,4.09,2.51,11,6.0,1.56,10,5.0,1.76,10,5.0,1.35,12,4.4,1.84,10,4.5,2.84,10,4.67,2.4,9,5.55,2.02,11,5.44,1.33,9,3.91,1.38,11,5.55,1.37,11,3.75,2.76,8,5.18,2.36,11,6.11,1.27,9,5.0,1.9,11
+chambermaid,4.65,2.01,20,3.59,2.36,22,5.04,1.99,27,5.43,2.51,7,4.23,1.64,13,4.8,2.39,10,2.58,1.88,12,5.47,1.88,15,4.55,2.16,11,4.73,1.85,11,4.56,2.3,9,4.0,2.24,9,3.31,2.5,13,5.06,2.11,17,5.11,1.96,9,4.69,2.32,13,4.57,1.4,7,3.31,2.55,16,4.33,1.75,6,4.92,1.93,12,5.13,2.1,15
+chameleon,6.3,1.42,20,4.19,2.16,21,5.04,2.52,25,5.33,0.58,3,6.47,1.46,17,3.57,1.72,7,4.54,2.44,13,4.88,2.53,8,5.12,2.6,17,6.14,1.46,7,6.38,1.45,13,4.14,1.57,7,4.23,2.55,13,4.5,2.53,14,5.73,2.45,11,5.67,1.0,9,6.82,1.54,11,4.73,1.95,11,3.6,2.32,10,5.06,2.78,18,5.0,1.91,7
+champ,6.35,1.98,40,5.04,2.56,46,6.56,2.28,18,7.46,1.71,13,5.69,1.83,26,5.29,2.79,14,4.94,2.49,32,6.9,2.47,10,6.12,2.1,8,6.2,2.04,15,6.33,1.95,24,5.77,2.51,22,4.38,2.46,24,5.86,2.61,7,7.0,2.05,11,5.6,2.16,20,7.1,1.48,20,5.33,2.57,24,4.73,2.57,22,5.67,2.5,9,7.44,1.74,9
+champagne,6.86,1.67,22,3.8,2.02,20,6.47,2.37,19,6.85,1.91,13,6.89,1.36,9,3.86,2.04,7,3.77,2.09,13,6.57,2.37,7,6.42,2.47,12,6.75,2.01,12,7.0,1.25,10,4.22,2.05,9,3.45,2.02,11,6.8,2.04,10,6.11,2.76,9,6.92,2.02,12,6.8,1.23,10,4.86,1.68,7,3.23,2.01,13,6.14,3.02,7,6.67,2.02,12
+champion,7.33,1.6,42,4.74,2.47,47,5.88,2.2,25,8.0,1.87,13,7.03,1.4,29,5.0,2.45,21,4.54,2.52,26,5.5,2.59,10,6.13,1.96,15,7.56,0.96,16,7.19,1.9,26,4.5,2.38,28,5.11,2.62,19,5.14,2.48,7,6.17,2.09,18,7.39,1.37,23,7.26,1.88,19,4.84,2.62,31,4.56,2.22,16,5.44,2.24,9,6.12,2.22,16
+championship,6.74,1.45,19,6.9,1.37,21,6.4,1.76,20,6.0,1.73,3,6.88,1.41,16,7.0,1.41,6,6.87,1.41,15,5.83,1.72,6,6.64,1.78,14,6.3,1.25,10,7.22,1.56,9,7.43,1.4,7,6.64,1.34,14,6.6,2.22,10,6.2,1.23,10,6.62,1.41,8,6.82,1.54,11,6.89,1.62,9,6.92,1.24,12,6.88,2.23,8,6.08,1.38,12
+chance,6.05,1.58,19,4.3,2.45,20,5.25,2.71,40,6.33,2.52,3,6.0,1.46,16,4.0,2.58,10,4.6,2.41,10,5.5,2.75,24,4.88,2.68,16,6.33,2.06,9,5.8,1.03,10,4.71,2.69,7,4.08,2.4,13,5.67,2.75,24,4.62,2.6,16,5.71,2.06,7,6.25,1.29,12,4.6,2.88,10,4.0,2.05,10,5.64,2.46,22,4.78,2.98,18
+chancellor,4.91,1.5,23,3.67,2.09,18,5.04,2.56,24,4.57,1.72,7,5.06,1.44,16,3.8,1.92,5,3.62,2.22,13,4.46,2.47,13,5.73,2.61,11,5.36,1.5,11,4.5,1.45,12,4.14,1.77,7,3.36,2.29,11,4.5,2.42,16,6.12,2.64,8,4.44,1.31,16,6.0,1.41,7,3.42,1.88,12,4.17,2.56,6,5.27,2.52,15,4.67,2.74,9
+chandelier,6.47,1.5,19,3.88,2.13,24,5.29,2.27,28,5.75,0.89,8,7.0,1.67,11,3.33,2.06,9,4.2,2.18,15,5.0,2.22,14,5.57,2.38,14,6.78,1.64,9,6.2,1.4,10,4.33,2.15,12,3.42,2.11,12,4.93,2.37,14,5.64,2.21,14,6.7,1.7,10,6.22,1.3,9,3.83,2.21,12,3.92,2.15,12,5.67,1.87,12,5.0,2.56,16
+change,5.09,1.93,22,4.05,2.22,21,5.81,2.26,16,4.17,2.48,6,5.4,1.68,15,3.29,1.89,7,4.43,2.34,14,5.0,2.51,8,6.62,1.77,8,4.5,1.99,14,6.14,1.46,7,3.78,1.92,9,4.25,2.49,12,6.12,2.64,8,5.5,1.93,8,4.93,1.21,14,5.38,2.88,8,4.33,2.34,6,3.93,2.25,15,6.5,2.67,8,5.12,1.64,8
+changer,4.95,0.76,20,3.15,2.18,20,5.11,1.32,18,5.0,0.0,7,4.92,0.95,13,3.22,2.05,9,3.09,2.39,11,5.2,2.28,5,5.08,0.86,13,5.0,0.47,10,4.89,1.05,9,2.62,1.6,8,3.5,2.5,12,5.15,1.34,13,5.0,1.41,5,4.73,0.79,11,5.22,0.67,9,3.0,2.17,12,3.38,2.33,8,5.11,1.9,9,5.11,0.33,9
+channel,5.67,1.5,18,2.68,2.16,19,5.52,1.96,25,6.2,1.3,5,5.46,1.56,13,3.4,2.67,10,1.89,1.05,9,5.38,2.28,16,5.78,1.3,9,5.57,1.81,7,5.73,1.35,11,2.75,2.87,8,2.64,1.63,11,5.65,2.18,20,5.0,0.0,5,5.78,1.64,9,5.56,1.42,9,2.2,1.62,10,3.22,2.64,9,5.26,2.05,19,6.33,1.51,6
+chant,4.32,1.16,19,3.29,2.43,21,5.2,2.31,20,5.0,1.0,3,4.19,1.17,16,3.0,1.67,6,3.4,2.72,15,6.17,1.17,6,4.79,2.58,14,4.5,0.97,10,4.11,1.36,9,4.0,2.94,7,2.93,2.16,14,6.0,1.83,10,4.4,2.55,10,4.75,0.71,8,4.0,1.34,11,2.67,2.78,9,3.75,2.14,12,4.62,2.92,8,5.58,1.83,12
+chaos,2.84,1.64,19,6.31,2.33,39,3.31,2.56,61,2.67,1.21,6,2.92,1.85,13,6.38,1.89,13,6.27,2.55,26,3.81,2.63,31,2.8,2.43,30,2.9,0.88,10,2.78,2.28,9,7.0,1.75,20,5.58,2.67,19,3.56,2.53,36,2.96,2.61,25,3.62,2.0,8,2.27,1.1,11,6.15,2.62,26,6.62,1.66,13,3.94,2.58,31,2.67,2.41,30
+chaotic,4.55,2.11,20,6.14,2.12,22,3.95,2.82,19,4.0,2.29,9,5.0,1.95,11,6.2,3.27,5,6.12,1.86,16,4.33,3.56,6,3.77,2.55,13,4.79,1.89,14,4.0,2.68,6,5.67,2.31,12,6.78,1.92,9,3.78,1.92,9,4.1,3.54,10,5.3,2.0,10,3.8,2.04,10,5.33,2.23,12,7.1,1.6,10,4.83,3.37,6,3.54,2.57,13
+chap,5.1,1.51,21,2.54,2.02,24,5.05,2.06,20,6.0,1.07,8,4.54,1.51,13,3.67,1.21,6,2.17,2.12,18,5.09,2.3,11,5.0,1.87,9,5.0,1.76,12,5.22,1.2,9,3.0,2.26,10,2.21,1.85,14,5.15,2.27,13,4.86,1.77,7,4.93,1.54,14,5.43,1.51,7,3.0,2.16,16,1.62,1.41,8,5.17,2.21,12,4.88,1.96,8
+chapel,6.67,2.09,18,2.45,1.82,20,3.8,1.68,25,7.2,1.3,5,6.46,2.33,13,2.27,1.68,11,2.67,2.06,9,4.06,1.39,16,3.33,2.12,9,6.14,2.79,7,7.0,1.55,11,2.33,1.66,9,2.55,2.02,11,3.65,1.63,20,4.4,1.95,5,6.22,2.59,9,7.11,1.45,9,2.73,1.95,11,2.11,1.69,9,3.53,1.58,19,4.67,1.86,6
+chaperon,5.1,1.64,21,3.12,2.4,24,5.15,2.25,20,5.25,2.31,8,5.0,1.15,13,5.17,2.04,6,2.44,2.15,18,5.36,2.34,11,4.89,2.26,9,4.83,1.59,12,5.44,1.74,9,3.9,2.85,10,2.57,1.95,14,5.23,2.68,13,5.0,1.29,7,4.86,1.35,14,5.57,2.15,7,3.81,2.51,16,1.75,1.49,8,5.42,2.11,12,4.75,2.55,8
+chaplain,5.1,2.2,20,3.56,2.23,18,5.18,1.87,22,5.0,2.0,5,5.13,2.33,15,4.5,2.51,6,3.08,2.02,12,5.2,0.92,10,5.17,2.44,12,5.1,2.02,10,5.1,2.47,10,3.8,2.39,10,3.25,2.12,8,5.18,1.83,11,5.18,1.99,11,4.92,2.23,12,5.38,2.26,8,2.44,2.13,9,4.67,1.8,9,4.55,1.97,11,5.82,1.6,11
+chapter,5.7,1.72,20,3.86,2.53,22,6.21,1.78,19,5.44,2.07,9,5.91,1.45,11,3.8,3.35,5,4.06,2.32,16,6.0,1.67,6,6.31,1.89,13,6.0,1.66,14,5.0,1.79,6,3.92,2.31,12,4.11,2.89,9,5.44,1.33,9,6.9,1.91,10,6.5,0.97,10,4.9,1.97,10,3.42,2.75,12,4.4,2.27,10,6.5,1.64,6,6.08,1.89,13
+character,6.14,1.55,22,4.35,2.56,20,7.37,2.03,19,6.38,1.61,13,5.78,1.48,9,5.29,2.43,7,3.85,2.58,13,7.14,1.86,7,7.5,2.2,12,6.33,1.78,12,5.9,1.29,10,4.44,2.51,9,4.27,2.72,11,6.6,2.12,10,8.22,1.64,9,6.58,1.83,12,5.6,0.97,10,5.0,2.45,7,4.0,2.65,13,7.29,1.98,7,7.42,2.15,12
+characteristic,5.57,1.66,21,4.24,2.47,21,5.37,1.86,19,5.88,1.36,8,5.67,1.61,12,4.29,2.75,7,4.23,2.52,13,4.29,2.21,7,6.0,1.41,11,6.25,1.49,8,5.42,1.44,12,3.62,2.56,8,4.62,2.43,13,4.43,1.72,7,5.92,1.78,12,6.09,1.92,11,5.0,1.15,10,3.62,2.88,8,4.62,2.22,13,5.31,1.99,16,5.67,1.15,3
+characterize,5.5,0.95,20,3.24,2.31,17,6.32,1.78,22,5.8,0.84,5,5.4,0.99,15,3.8,2.17,5,3.0,2.41,12,5.5,1.43,10,7.0,1.81,12,5.7,0.82,10,5.3,1.06,10,3.33,2.69,9,3.12,1.96,8,5.73,1.9,11,6.91,1.51,11,5.08,0.9,12,6.12,0.64,8,2.56,2.07,9,4.0,2.45,8,6.27,1.74,11,6.36,1.91,11
+charade,3.95,1.77,21,4.23,2.35,22,4.45,2.19,20,4.56,1.88,9,3.5,1.62,12,2.5,1.87,6,4.93,2.28,15,4.67,2.88,6,4.36,1.95,14,4.0,1.8,9,3.92,1.83,12,4.0,2.55,5,4.29,2.37,17,4.67,2.29,9,4.27,2.2,11,3.5,1.62,12,4.56,1.88,9,3.89,2.03,9,4.46,2.6,13,4.27,2.53,11,4.67,1.8,9
+charcoal,6.2,1.47,20,2.86,1.65,21,5.0,2.0,24,6.0,1.83,4,6.25,1.44,16,2.5,0.58,4,2.94,1.82,17,4.75,2.49,8,5.12,1.78,16,6.0,1.2,8,6.33,1.67,12,2.5,1.27,10,3.18,1.94,11,4.77,2.01,13,5.27,2.05,11,6.09,1.38,11,6.33,1.66,9,2.2,1.48,10,3.45,1.63,11,5.12,1.96,17,4.71,2.21,7
+chardonnay,6.1,1.97,20,3.58,2.6,24,4.89,2.13,28,6.0,1.41,8,6.17,2.33,12,3.78,2.59,9,3.47,2.7,15,4.64,2.37,14,5.14,1.92,14,6.33,2.45,9,5.91,1.58,11,3.75,2.49,12,3.42,2.81,12,4.21,1.97,14,5.57,2.14,14,6.0,2.36,10,6.2,1.62,10,3.83,3.13,12,3.33,2.06,12,4.42,2.02,12,5.25,2.21,16
+charge,4.61,1.85,18,4.25,2.75,20,5.17,2.38,18,3.62,1.69,8,5.4,1.65,10,3.86,3.08,7,4.46,2.67,13,5.55,2.25,11,4.57,2.64,7,3.91,1.64,11,5.71,1.7,7,3.78,3.6,9,4.64,1.91,11,4.82,2.79,11,5.71,1.6,7,4.42,1.56,12,5.0,2.45,6,3.5,2.88,12,5.38,2.26,8,6.0,2.4,9,4.33,2.18,9
+charger,5.28,2.37,18,3.59,2.02,22,5.04,2.5,23,5.91,1.97,11,4.83,2.56,6,3.88,2.1,8,3.43,2.03,14,4.86,3.13,7,5.12,2.28,16,4.75,2.66,8,5.7,2.16,10,3.44,2.46,9,3.69,1.75,13,5.09,2.39,11,5.0,2.7,12,5.0,2.79,11,5.71,1.6,7,2.82,2.32,11,4.36,1.36,11,4.77,2.62,13,5.4,2.41,10
+chariot,6.11,1.37,19,4.11,2.3,18,6.59,1.84,17,6.27,1.27,11,5.88,1.55,8,4.25,2.75,4,4.07,2.27,14,6.75,2.05,8,6.44,1.74,9,6.62,1.19,8,5.73,1.42,11,3.71,1.98,7,4.36,2.54,11,5.83,2.23,6,7.0,1.55,11,6.23,1.36,13,5.83,1.47,6,3.73,2.57,11,4.71,1.8,7,6.57,2.51,7,6.6,1.35,10
+charisma,6.5,1.67,24,5.05,1.83,21,6.28,2.11,25,6.79,1.31,14,6.1,2.08,10,5.86,1.86,7,4.64,1.74,14,5.8,2.25,10,6.6,2.03,15,6.8,1.64,5,6.42,1.71,19,5.9,1.6,10,4.27,1.74,11,5.71,2.56,7,6.5,1.95,18,6.5,1.79,14,6.5,1.58,10,4.85,2.03,13,5.38,1.51,8,6.0,2.24,9,6.44,2.1,16
+charismatic,6.95,1.85,20,4.85,2.39,20,6.28,2.35,25,6.25,2.36,4,7.12,1.75,16,4.0,2.16,4,5.06,2.46,16,5.0,2.74,9,7.0,1.83,16,7.25,1.28,8,6.75,2.18,12,4.8,2.62,10,4.9,2.28,10,6.0,2.54,14,6.64,2.16,11,6.82,1.54,11,7.11,2.26,9,5.56,2.19,9,4.27,2.49,11,6.39,2.38,18,6.0,2.45,7
+charitable,7.33,1.15,21,3.5,2.7,22,6.56,1.91,27,6.9,1.2,10,7.73,1.01,11,2.29,2.21,7,4.07,2.79,15,6.47,2.18,17,6.7,1.42,10,7.18,1.4,11,7.5,0.85,10,4.4,3.29,5,3.24,2.56,17,6.43,2.1,14,6.69,1.75,13,7.31,1.25,13,7.38,1.06,8,3.6,3.13,10,3.42,2.43,12,7.07,1.77,14,6.0,1.96,13
+charity,6.85,1.6,20,3.22,2.32,23,6.08,2.28,26,6.1,1.37,10,7.6,1.51,10,3.0,2.45,11,3.42,2.27,12,5.09,2.55,11,7.0,1.71,14,6.9,1.85,10,6.8,1.4,10,3.73,2.97,11,2.75,1.48,12,5.82,2.4,17,6.88,1.96,8,7.0,1.47,13,6.57,1.9,7,3.2,2.37,15,3.25,2.38,8,6.59,2.37,17,5.11,1.83,9
+charlatan,4.18,1.71,22,4.72,2.16,18,4.48,2.23,21,4.0,0.71,5,4.19,1.97,16,4.43,1.99,7,4.91,2.34,11,4.3,1.89,10,4.64,2.58,11,4.17,1.47,12,4.2,2.04,10,4.6,1.78,10,4.88,2.7,8,4.5,2.35,12,4.44,2.19,9,4.0,1.67,11,4.36,1.8,11,3.5,2.27,8,5.7,1.57,10,4.44,1.94,9,4.5,2.5,12
+charm,7.34,1.22,41,4.51,2.56,39,6.43,1.61,44,7.1,1.37,10,7.41,1.21,29,4.15,2.38,13,4.69,2.68,26,6.69,1.3,16,6.29,1.76,28,7.05,1.22,19,7.57,1.21,21,4.85,2.3,20,4.16,2.83,19,5.95,1.56,21,6.87,1.55,23,7.26,1.21,23,7.44,1.25,18,4.58,2.58,26,4.38,2.63,13,6.31,1.49,26,6.61,1.79,18
+charmer,6.53,2.12,19,4.79,2.62,24,5.86,1.72,28,5.5,1.85,8,7.27,2.05,11,4.11,2.09,9,5.2,2.88,15,5.71,1.94,14,6.0,1.52,14,6.11,2.32,9,6.9,1.97,10,4.17,2.44,12,5.42,2.75,12,5.21,1.72,14,6.5,1.51,14,6.8,2.25,10,6.22,2.05,9,5.0,2.73,12,4.58,2.61,12,5.5,1.78,12,6.12,1.67,16
+charming,7.05,2.15,22,5.0,2.79,20,6.95,2.34,19,6.23,2.42,13,8.22,0.83,9,4.0,2.58,7,5.54,2.85,13,7.29,1.89,7,6.75,2.63,12,7.0,2.52,12,7.1,1.73,10,4.44,2.74,9,5.45,2.88,11,6.3,2.67,10,7.67,1.8,9,7.25,1.91,12,6.8,2.49,10,6.0,2.77,7,4.46,2.76,13,6.29,2.93,7,7.33,1.97,12
+charred,3.86,1.53,21,4.68,1.89,22,3.9,2.23,21,4.6,2.51,5,3.62,1.09,16,5.27,0.9,11,4.09,2.43,11,3.55,2.25,11,3.78,1.64,9,3.42,1.24,12,4.44,1.74,9,4.67,2.02,15,4.71,1.7,7,4.0,2.0,11,3.8,2.57,10,4.15,1.63,13,3.38,1.3,8,4.78,1.86,18,4.25,2.22,4,3.64,2.13,14,4.43,2.51,7
+chart,5.35,1.14,20,3.1,1.89,21,6.11,2.08,27,6.0,1.53,7,5.0,0.71,13,3.7,2.0,10,2.55,1.69,11,6.33,1.91,15,5.91,2.43,11,5.0,0.77,11,5.78,1.39,9,3.44,1.81,9,2.83,1.99,12,6.12,2.32,17,6.22,1.79,9,5.69,1.25,13,4.71,0.49,7,2.6,1.84,15,4.33,1.51,6,5.83,1.95,12,6.33,2.23,15
+charter,5.55,1.61,20,3.84,2.23,25,5.74,2.0,19,6.33,1.73,9,4.91,1.22,11,3.5,2.51,6,4.0,2.25,18,5.0,2.16,7,6.17,1.85,12,5.56,1.75,16,5.5,1.0,4,4.0,2.45,14,3.7,2.11,10,5.78,2.28,9,5.7,1.83,10,5.82,2.09,11,5.22,0.67,9,3.56,2.22,16,4.33,2.29,9,5.64,2.29,11,5.88,1.64,8
+chase,3.77,2.29,22,6.6,2.72,20,4.68,2.77,19,4.62,2.22,13,2.56,1.88,9,7.29,1.7,7,6.23,3.14,13,5.57,2.76,7,4.17,2.76,12,4.5,2.28,12,2.9,2.08,10,7.0,2.78,9,6.27,2.76,11,5.0,2.67,10,4.33,3.0,9,4.17,2.48,12,3.3,2.06,10,8.14,1.46,7,5.77,2.92,13,5.29,2.87,7,4.33,2.77,12
+chaser,4.72,1.51,25,4.89,2.05,19,5.33,2.35,21,3.86,0.69,7,5.18,1.59,17,5.62,1.51,8,4.36,2.29,11,5.6,2.27,10,5.09,2.51,11,4.23,0.93,13,5.25,1.86,12,5.2,1.69,10,4.56,2.46,9,5.0,2.45,12,5.78,2.28,9,4.62,1.61,13,4.83,1.47,12,4.38,2.2,8,5.27,1.95,11,6.0,2.12,9,4.83,2.48,12
+chassis,5.0,1.49,20,3.86,1.88,21,5.38,2.27,34,5.6,1.51,10,4.4,1.26,10,4.38,2.07,8,3.54,1.76,13,5.5,2.56,14,5.3,2.11,20,4.44,1.51,9,5.45,1.37,11,4.08,1.98,13,3.5,1.77,8,5.5,2.46,22,5.17,1.95,12,4.4,1.35,10,5.6,1.43,10,4.14,1.79,14,3.29,2.06,7,5.47,2.15,17,5.29,2.44,17
+chaste,5.81,1.33,21,3.5,1.97,22,4.23,1.82,22,5.67,1.58,9,5.92,1.16,12,2.67,1.86,6,3.8,2.04,15,3.67,1.21,6,4.44,2.0,16,5.33,1.5,9,6.17,1.11,12,5.0,1.41,5,3.06,1.92,17,3.82,1.25,11,4.64,2.25,11,5.75,1.6,12,5.89,0.93,9,3.56,2.35,9,3.46,1.76,13,3.75,1.22,12,4.8,2.3,10
+chastity,4.0,2.03,19,4.52,2.27,23,5.62,2.48,21,4.89,2.2,9,3.2,1.55,10,4.73,2.72,11,4.33,1.87,12,4.62,2.26,8,6.23,2.49,13,3.71,1.9,14,4.8,2.39,5,4.0,2.83,9,4.86,1.88,14,4.62,1.92,8,6.23,2.65,13,3.6,1.43,10,4.44,2.55,9,4.23,2.35,13,4.9,2.23,10,5.83,2.59,12,5.33,2.45,9
+chat,5.75,1.52,20,4.27,2.51,22,6.22,1.65,27,6.0,1.73,7,5.62,1.45,13,4.5,2.46,10,4.08,2.64,12,6.33,1.59,15,6.27,1.74,11,5.27,1.27,11,6.33,1.66,9,4.44,1.94,9,4.15,2.91,13,6.35,1.84,17,6.22,1.2,9,6.31,1.38,13,4.71,1.25,7,3.88,2.42,16,5.33,2.66,6,6.17,1.75,12,6.27,1.62,15
+chateau,6.21,1.78,19,3.45,2.46,22,6.13,2.1,23,5.5,2.35,6,6.54,1.45,13,4.25,2.6,12,2.5,2.01,10,5.71,2.43,7,6.31,1.99,16,6.4,1.35,10,6.0,2.24,9,4.22,2.86,9,2.92,2.1,13,5.76,2.11,17,7.6,1.67,5,7.0,1.07,8,5.64,2.01,11,3.78,2.39,9,3.23,2.59,13,6.38,2.33,16,5.57,1.4,7
+chatter,5.9,1.95,21,4.44,2.65,25,5.95,1.93,19,5.22,1.79,9,6.42,1.98,12,3.5,2.81,6,4.67,2.66,18,5.14,1.68,7,6.42,1.98,12,5.75,2.02,16,6.4,1.82,5,3.5,2.82,14,5.6,2.01,10,5.89,2.32,9,6.0,1.63,10,6.08,2.11,12,5.67,1.8,9,5.06,2.54,16,3.33,2.6,9,6.27,2.2,11,5.5,1.51,8
+chatterbox,4.6,1.85,20,3.94,1.92,18,4.76,2.14,21,4.8,1.1,5,4.53,2.07,15,3.5,1.38,6,4.17,2.17,12,5.5,1.72,10,4.09,2.34,11,5.1,1.37,10,4.1,2.18,10,4.1,2.13,10,3.75,1.75,8,4.73,2.0,11,4.8,2.39,10,3.83,1.47,12,5.75,1.83,8,2.89,1.36,9,5.0,1.87,9,5.18,2.36,11,4.3,1.89,10
+chatty,4.42,1.98,19,4.59,2.15,22,5.42,1.95,19,4.33,1.87,9,4.5,2.17,10,4.29,2.81,7,4.93,1.77,14,5.2,1.93,10,5.67,2.06,9,3.89,2.62,9,4.9,1.1,10,4.67,2.69,9,4.75,1.71,12,4.75,1.28,8,6.2,2.15,10,4.83,2.17,12,3.71,1.5,7,4.42,2.27,19,5.67,0.58,3,4.5,1.2,8,6.09,2.17,11
+chauffeur,5.42,2.36,19,4.7,1.58,23,5.33,2.03,18,5.11,1.62,9,5.7,2.95,10,5.0,1.0,7,4.6,1.84,15,5.3,2.21,10,5.38,1.92,8,5.67,2.45,9,5.2,2.39,10,4.9,2.23,10,4.58,0.9,12,4.88,1.89,8,5.89,2.2,9,5.42,2.61,12,5.43,2.07,7,4.7,1.63,20,4.67,1.53,3,4.57,1.99,7,5.82,1.99,11
+chauvinist,2.6,1.14,20,4.78,2.39,18,4.41,2.24,22,2.4,0.89,5,2.67,1.23,15,5.17,2.32,6,4.58,2.5,12,5.5,1.72,10,3.5,2.28,12,2.4,0.7,10,2.8,1.48,10,4.8,2.3,10,4.75,2.66,8,4.36,1.63,11,4.45,2.81,11,2.67,1.15,12,2.5,1.2,8,4.0,2.96,9,5.56,1.42,9,4.91,2.26,11,3.91,2.21,11
+cheap,5.24,2.43,21,4.47,2.59,19,5.89,2.51,19,5.85,1.86,13,4.25,3.01,8,4.57,3.1,7,4.42,2.39,12,5.71,2.69,7,6.0,2.52,12,5.92,2.19,12,4.33,2.55,9,4.22,3.15,9,4.7,2.11,10,6.7,2.16,10,5.0,2.69,9,5.5,2.5,12,4.89,2.42,9,5.86,2.41,7,3.67,2.42,12,6.29,2.75,7,5.67,2.46,12
+cheapskate,3.76,2.19,21,2.8,1.94,20,5.32,2.71,22,3.83,2.93,6,3.73,1.94,15,2.12,1.73,8,3.25,2.01,12,4.83,2.86,12,5.9,2.56,10,3.11,2.2,9,4.25,2.14,12,2.56,1.67,9,3.0,2.19,11,3.57,1.62,7,6.13,2.77,15,3.5,1.84,10,4.0,2.53,11,3.23,2.09,13,2.0,1.41,7,5.83,2.89,12,4.7,2.5,10
+cheat,3.05,1.9,20,4.91,2.71,22,4.37,2.24,27,4.29,2.14,7,2.38,1.45,13,5.3,2.45,10,4.58,2.97,12,3.67,2.29,15,5.45,1.86,11,2.91,1.64,11,3.22,2.28,9,5.22,2.49,9,4.69,2.93,13,5.24,2.08,17,2.89,1.83,9,3.0,2.12,13,3.14,1.57,7,4.62,2.8,16,5.67,2.5,6,4.33,2.74,12,4.4,1.84,15
+cheater,2.95,1.79,22,5.95,2.58,21,4.09,2.29,22,3.0,2.08,14,2.88,1.25,8,5.73,3.07,11,6.22,2.17,9,4.33,1.75,6,4.0,2.5,16,3.2,2.3,10,2.75,1.29,12,5.45,2.94,11,6.5,2.12,10,4.15,1.86,13,4.0,2.92,9,3.08,2.02,12,2.8,1.55,10,5.15,2.94,13,7.25,1.04,8,3.75,1.96,12,4.5,2.68,10
+check,6.55,1.87,22,3.38,2.18,21,4.67,1.85,18,5.67,2.5,6,7.0,1.51,15,3.71,2.69,7,3.21,1.97,14,3.89,1.54,9,5.62,1.92,8,6.71,2.13,14,6.43,1.4,7,3.22,2.64,9,3.5,1.88,12,4.7,2.45,10,4.62,0.74,8,6.5,1.56,14,6.62,2.45,8,3.5,2.95,6,3.33,1.91,15,4.7,2.45,10,4.62,0.74,8
+checkbook,4.86,1.96,21,4.29,2.87,21,5.86,2.57,22,4.93,2.27,14,4.71,1.25,7,3.91,2.59,11,5.0,3.28,9,5.83,2.32,6,5.88,2.73,16,5.11,1.96,9,4.67,2.02,12,3.27,3.0,11,5.4,2.37,10,5.69,2.32,13,6.11,3.02,9,4.82,2.44,11,4.9,1.37,10,4.31,2.98,13,4.25,2.87,8,6.42,2.19,12,5.2,2.94,10
+checker,4.94,1.55,18,3.68,2.23,22,5.79,1.84,24,4.17,1.6,6,5.33,1.44,12,4.58,2.31,12,2.6,1.65,10,4.75,1.67,8,6.31,1.74,16,4.89,0.78,9,5.0,2.12,9,4.11,1.69,9,3.38,2.57,13,5.71,1.79,17,6.17,2.23,6,4.88,0.83,8,5.0,2.0,10,3.67,1.94,9,3.69,2.5,13,5.94,1.88,16,5.5,1.85,8
+checkered,4.71,1.76,21,3.57,1.85,23,4.33,1.65,21,5.4,2.7,5,4.5,1.41,16,4.33,1.87,12,2.73,1.49,11,4.09,1.87,11,4.44,1.42,9,4.42,2.19,12,5.11,0.93,9,3.75,1.88,16,3.14,1.86,7,4.55,1.75,11,4.1,1.6,10,4.69,1.25,13,4.75,2.49,8,3.47,1.98,19,4.0,1.15,4,4.29,1.73,14,4.43,1.62,7
+checkers,5.24,1.73,21,3.24,2.0,21,6.0,2.04,24,5.25,1.29,12,5.22,2.28,9,4.14,2.61,7,2.79,1.53,14,6.11,2.26,9,5.93,1.98,15,6.25,1.89,4,5.0,1.66,17,3.3,2.21,10,3.18,1.89,11,6.0,2.83,7,6.0,1.73,17,5.5,1.88,12,4.89,1.54,9,3.54,1.9,13,2.75,2.19,8,5.67,2.35,9,6.2,1.9,15
+checklist,6.4,1.54,20,3.55,2.31,20,6.48,2.24,25,5.75,2.63,4,6.56,1.21,16,2.75,0.96,4,3.75,2.52,16,5.33,2.4,9,7.12,1.93,16,6.38,1.3,8,6.42,1.73,12,3.2,2.3,10,3.9,2.38,10,5.57,2.38,14,7.64,1.43,11,6.55,1.04,11,6.22,2.05,9,3.8,2.57,10,3.3,2.11,10,6.39,2.45,18,6.71,1.7,7
+checkmate,5.14,2.33,21,4.65,2.94,20,5.52,3.04,21,6.5,1.87,6,4.6,2.32,15,5.38,2.97,8,4.17,2.95,12,6.25,2.77,12,4.56,3.28,9,6.67,2.29,9,4.0,1.65,12,5.78,2.73,9,3.73,2.9,11,5.14,3.53,7,5.71,2.89,14,6.1,2.77,10,4.27,1.49,11,4.62,2.81,13,4.71,3.4,7,5.18,3.19,11,5.9,3.0,10
+checkout,5.6,1.35,20,4.14,1.9,21,6.0,2.22,34,6.0,1.41,10,5.2,1.23,10,4.75,1.75,8,3.77,1.96,13,5.86,2.38,14,6.1,2.15,20,5.56,1.74,9,5.64,1.03,11,4.15,1.63,13,4.12,2.42,8,5.59,2.52,22,6.75,1.29,12,5.4,1.65,10,5.8,1.03,10,4.5,1.95,14,3.43,1.72,7,5.71,2.17,17,6.29,2.28,17
+checkpoint,4.44,1.65,18,4.67,2.08,21,4.3,2.44,23,5.5,1.73,4,4.15,1.63,13,5.0,2.37,6,4.53,2.03,15,3.8,2.1,10,4.69,2.69,13,4.5,1.64,6,4.45,1.81,11,4.86,2.12,7,4.57,2.14,14,3.91,2.3,11,4.67,2.61,12,5.09,1.45,11,3.43,1.51,7,4.55,2.11,11,4.8,2.15,10,3.57,1.99,14,5.44,2.74,9
+checkup,4.48,1.86,23,4.73,2.37,22,5.74,2.54,19,5.0,2.56,8,4.2,1.37,15,3.7,2.31,10,5.58,2.15,12,6.5,3.21,6,5.38,2.22,13,4.5,2.35,12,4.45,1.21,11,3.82,2.09,11,5.64,2.38,11,5.5,2.82,14,6.4,1.52,5,3.45,1.44,11,5.42,1.73,12,5.8,1.75,10,3.83,2.52,12,5.11,2.15,9,6.3,2.83,10
+cheek,5.9,2.43,21,3.47,2.8,19,5.38,2.27,21,6.83,2.14,6,5.53,2.5,15,3.88,3.27,8,3.18,2.52,11,5.67,2.1,12,5.0,2.55,9,6.11,2.8,9,5.75,2.22,12,3.22,2.33,9,3.7,3.27,10,4.71,2.98,7,5.71,1.86,14,6.2,3.19,10,5.64,1.57,11,3.83,2.69,12,2.86,3.08,7,5.17,2.44,12,5.67,2.12,9
+cheeky,5.7,1.95,20,5.47,2.12,17,5.57,2.46,23,5.2,2.17,5,5.87,1.92,15,5.6,1.52,5,5.42,2.39,12,5.42,2.31,12,5.73,2.72,11,6.4,1.78,10,5.0,1.94,10,6.29,1.8,7,4.9,2.23,10,5.47,2.29,15,5.75,2.92,8,5.21,1.93,14,6.83,1.6,6,5.82,1.72,11,4.83,2.79,6,5.36,2.47,14,5.89,2.57,9
+cheer,7.1,1.5,40,5.33,2.47,43,6.37,2.23,43,6.31,1.85,16,7.62,0.92,24,5.75,2.21,16,5.07,2.62,27,5.76,2.11,17,6.77,2.25,26,7.15,1.66,20,7.05,1.36,20,5.74,2.42,23,4.85,2.5,20,6.11,2.26,27,6.81,2.17,16,7.23,1.14,26,6.86,2.03,14,5.73,2.34,26,4.71,2.59,17,6.54,2.21,24,6.16,2.29,19
+cheerful,8.0,1.41,19,5.76,2.41,21,7.32,1.76,22,7.89,1.69,9,8.1,1.2,10,5.0,2.24,7,6.14,2.48,14,7.18,2.04,11,7.45,1.51,11,7.57,1.81,7,8.25,1.14,12,5.67,1.5,9,5.83,2.98,12,7.15,2.12,13,7.56,1.13,9,7.8,1.55,10,8.22,1.3,9,6.12,2.17,8,5.54,2.6,13,7.43,1.83,14,7.12,1.73,8
+cheerleader,5.79,2.3,19,5.5,2.5,22,6.0,2.07,21,7.0,1.8,9,4.7,2.21,10,6.75,1.75,8,4.79,2.64,14,6.09,1.97,11,5.9,2.28,10,6.0,1.53,7,5.67,2.71,12,6.3,2.06,10,4.83,2.72,12,5.67,2.23,12,6.44,1.88,9,5.4,2.37,10,6.22,2.28,9,6.12,2.17,8,5.14,2.68,14,6.69,2.14,13,4.88,1.46,8
+cheerleading,5.7,2.08,20,4.95,2.55,19,4.59,2.24,22,5.86,0.9,7,5.62,2.53,13,5.75,2.05,8,4.36,2.8,11,4.17,3.06,6,4.75,1.95,16,5.1,2.56,10,6.33,1.41,9,4.38,2.72,8,5.36,2.46,11,4.73,2.58,15,4.29,1.38,7,6.0,2.24,11,5.33,1.94,9,4.91,2.74,11,5.0,2.45,8,5.27,2.72,11,3.91,1.45,11
+cheery,7.21,1.65,19,5.86,2.41,21,6.2,1.91,20,6.33,1.15,3,7.38,1.71,16,5.17,2.71,6,6.13,2.33,15,5.33,1.03,6,6.57,2.1,14,7.0,1.89,10,7.44,1.42,9,5.14,2.73,7,6.21,2.26,14,6.0,1.89,10,6.4,2.01,10,7.0,1.85,8,7.36,1.57,11,5.67,2.69,9,6.0,2.3,12,6.12,2.47,8,6.25,1.54,12
+cheese,6.81,2.38,21,3.8,2.48,20,7.11,1.91,19,6.69,2.5,13,7.0,2.33,8,4.14,2.97,7,3.62,2.29,13,6.71,2.06,7,7.33,1.87,12,6.75,2.49,12,6.89,2.37,9,3.56,2.83,9,4.0,2.28,11,6.8,2.2,10,7.44,1.59,9,6.92,2.43,12,6.67,2.45,9,4.57,2.64,7,3.38,2.4,13,7.14,2.12,7,7.08,1.88,12
+cheeseburger,7.2,2.07,20,4.58,2.78,24,6.2,2.17,20,7.57,1.51,7,7.0,2.35,13,5.67,2.58,6,4.22,2.82,18,6.18,1.99,11,6.22,2.49,9,7.08,1.98,12,7.38,2.33,8,4.8,2.2,10,4.43,3.2,14,5.77,2.39,13,7.0,1.53,7,6.71,2.27,14,8.33,0.82,6,5.44,2.83,16,2.88,1.81,8,6.5,2.02,12,5.75,2.43,8
+cheesecake,7.67,1.59,21,3.43,2.48,23,6.22,2.67,18,7.89,1.05,9,7.5,1.93,12,3.27,2.53,11,3.58,2.54,12,5.4,2.99,10,7.25,1.91,8,7.14,2.12,7,7.85,1.28,13,3.91,2.77,11,3.0,2.22,12,5.86,3.44,7,6.45,2.21,11,7.85,1.72,13,7.38,1.41,8,3.55,2.77,11,3.33,2.31,12,5.78,2.82,9,6.67,2.6,9
+cheesy,4.9,2.36,21,4.09,2.35,23,4.86,2.35,21,3.2,2.17,5,5.44,2.22,16,4.67,2.06,12,3.45,2.58,11,5.27,2.57,11,3.89,1.45,9,5.42,2.5,12,4.22,2.11,9,4.19,2.26,16,3.86,2.73,7,4.09,2.07,11,5.7,2.45,10,5.0,2.52,13,4.75,2.25,8,4.26,2.49,19,3.25,1.5,4,4.43,2.21,14,5.71,2.56,7
+cheetah,6.27,1.72,22,5.31,2.71,26,5.43,2.61,23,6.67,1.41,9,6.0,1.91,13,4.8,3.39,10,5.62,2.25,16,4.75,2.19,8,5.8,2.81,15,6.62,0.74,8,6.07,2.09,14,5.69,2.69,13,4.92,2.78,13,4.83,2.55,12,6.09,2.63,11,6.5,2.02,12,6.0,1.33,10,5.07,3.03,15,5.64,2.29,11,5.42,2.64,12,5.45,2.7,11
+chef,6.15,1.81,20,3.05,1.81,22,6.67,2.11,27,6.14,2.61,7,6.15,1.34,13,3.3,1.83,10,2.83,1.85,12,6.87,1.77,15,6.82,2.23,11,5.73,2.0,11,6.67,1.5,9,4.0,2.0,9,2.38,1.39,13,6.94,2.11,17,6.67,1.66,9,6.15,1.99,13,6.14,1.57,7,2.75,1.91,16,3.83,1.33,6,6.83,2.17,12,6.53,2.13,15
+chemical,4.89,1.88,19,3.41,2.24,22,3.78,2.19,23,5.45,1.29,11,3.57,1.9,7,4.62,2.5,8,2.71,1.82,14,3.71,2.87,7,3.81,1.94,16,5.38,1.77,8,4.55,1.97,11,3.0,2.24,9,3.69,2.29,13,3.64,2.34,11,3.92,2.15,12,4.42,1.93,12,5.71,1.6,7,2.73,2.05,11,4.09,2.3,11,3.38,2.26,13,4.3,2.11,10
+chemist,4.95,1.63,21,3.95,1.77,21,5.4,2.18,25,5.17,1.8,12,4.67,1.41,9,3.57,2.37,7,4.14,1.46,14,4.8,2.15,10,5.8,2.18,15,5.0,0.0,4,4.94,1.82,17,4.0,2.0,10,3.91,1.64,11,5.43,2.37,7,5.39,2.17,18,5.17,1.19,12,4.67,2.12,9,4.54,1.51,13,3.0,1.85,8,5.0,2.4,9,5.62,2.09,16
+chemistry,5.74,1.82,19,4.59,2.42,22,5.12,2.33,24,5.33,2.42,6,5.92,1.55,13,5.42,2.71,12,3.6,1.65,10,4.75,3.06,8,5.31,1.96,16,6.3,0.82,10,5.11,2.42,9,5.22,2.64,9,4.15,2.27,13,5.24,2.33,17,4.83,2.71,6,6.0,1.69,8,5.55,1.97,11,5.33,2.24,9,4.08,2.5,13,5.12,2.5,16,5.12,2.1,8
+chemo,1.5,0.95,20,4.82,2.79,22,3.15,1.66,27,1.86,1.46,7,1.31,0.48,13,4.7,2.63,10,4.92,3.03,12,3.33,1.68,15,2.73,1.62,11,1.64,1.21,11,1.33,0.5,9,4.44,2.3,9,5.08,3.15,13,2.94,1.75,17,3.33,1.5,9,1.62,1.12,13,1.29,0.49,7,4.19,2.79,16,6.5,2.17,6,3.25,1.66,12,3.07,1.71,15
+chemotherapy,2.25,1.83,20,5.05,2.33,21,2.65,2.47,34,2.2,1.62,10,2.3,2.11,10,3.88,1.73,8,5.77,2.42,13,2.93,2.92,14,2.45,2.16,20,3.11,2.15,9,1.55,1.21,11,4.85,2.15,13,5.38,2.72,8,2.73,2.64,22,2.5,2.24,12,2.9,2.13,10,1.6,1.26,10,4.79,2.58,14,5.57,1.81,7,3.53,2.98,17,1.76,1.44,17
+cherish,6.75,1.65,20,4.14,1.88,22,7.32,1.45,19,6.22,1.86,9,7.18,1.4,11,3.0,2.12,5,4.38,1.75,16,8.0,1.1,6,7.0,1.53,13,6.64,1.65,14,7.0,1.79,6,3.67,1.56,12,4.56,2.24,9,7.0,1.22,9,7.6,1.65,10,6.7,1.25,10,6.8,2.04,10,4.08,1.98,12,4.2,1.87,10,8.17,1.17,6,6.92,1.44,13
+cherry,7.05,2.01,19,4.91,2.19,23,5.63,1.8,19,5.67,2.0,9,8.3,0.95,10,4.0,2.31,7,5.33,2.16,15,5.3,1.95,10,6.0,1.66,9,7.11,2.62,9,7.0,1.41,10,5.4,2.59,10,4.5,1.93,12,4.75,1.39,8,6.1,1.85,10,7.58,1.44,12,6.14,2.61,7,4.95,2.06,20,4.67,3.51,3,5.12,1.46,8,6.0,2.0,11
+cherub,5.29,2.08,21,3.22,1.78,23,5.62,2.11,21,4.0,2.45,5,5.69,1.85,16,3.75,1.82,12,2.64,1.63,11,6.0,1.41,11,5.22,2.86,9,4.75,2.49,12,6.0,1.12,9,3.25,1.95,16,3.14,1.46,7,5.27,1.85,11,6.0,2.4,10,6.08,1.98,13,4.0,1.6,8,3.11,1.76,19,3.75,2.06,4,5.21,2.26,14,6.43,1.62,7
+chess,5.05,2.07,19,2.86,2.06,21,5.0,2.43,20,5.67,0.58,3,4.94,2.24,16,2.83,2.14,6,2.87,2.1,15,5.33,2.42,6,4.86,2.51,14,5.7,1.49,10,4.33,2.45,9,1.71,1.11,7,3.43,2.21,14,4.8,2.53,10,5.2,2.44,10,5.75,2.12,8,4.55,1.97,11,2.67,2.18,9,3.0,2.04,12,4.38,2.92,8,5.42,2.07,12
+chest,5.18,1.56,22,4.95,2.52,20,6.58,1.92,19,5.15,1.99,13,5.22,0.67,9,5.43,1.51,7,4.69,2.95,13,6.86,1.95,7,6.42,1.98,12,5.25,1.86,12,5.1,1.2,10,5.22,1.39,9,4.73,3.23,11,6.6,2.12,10,6.56,1.81,9,5.5,1.57,12,4.8,1.55,10,5.57,2.57,7,4.62,2.53,13,6.43,2.51,7,6.67,1.61,12
+chestnut,5.68,0.95,22,3.43,2.31,23,5.63,1.98,19,5.75,1.39,8,5.62,0.65,13,3.88,2.8,8,3.14,2.14,14,5.0,1.73,7,6.0,2.19,11,5.75,1.16,8,5.62,0.87,13,3.89,2.47,9,3.14,2.25,14,4.14,1.68,7,6.5,1.62,12,5.55,0.93,11,5.82,0.98,11,2.56,2.4,9,4.0,2.15,14,5.31,1.85,16,7.33,2.08,3
+chew,5.58,1.77,19,3.8,2.24,20,6.48,1.86,23,5.55,1.57,11,5.14,1.77,7,5.0,1.79,6,3.29,2.27,14,6.86,2.12,7,6.31,1.78,16,6.12,1.64,8,5.18,1.83,11,2.38,1.51,8,4.75,2.18,12,6.55,1.86,11,6.42,1.93,12,5.5,1.78,12,5.71,1.89,7,3.4,2.46,10,4.2,2.04,10,6.31,2.1,13,6.7,1.57,10
+chewy,5.37,1.77,19,3.82,1.94,22,5.53,1.87,19,5.67,1.8,9,5.1,1.79,10,2.6,1.67,5,4.12,1.96,16,6.0,2.37,6,5.31,1.65,13,5.38,1.89,13,5.33,1.63,6,3.67,2.06,12,3.89,1.96,9,4.67,1.0,9,6.3,2.16,10,5.67,1.66,9,5.1,1.91,10,3.17,1.99,12,4.6,1.65,10,6.17,2.23,6,5.23,1.69,13
+chic,6.47,1.47,19,5.1,2.14,21,6.04,1.58,23,8.0,1.0,3,6.19,1.38,16,5.75,1.91,8,4.69,2.25,13,5.89,1.54,9,6.14,1.66,14,6.89,1.69,9,6.1,1.2,10,5.44,2.01,9,4.83,2.29,12,6.27,1.71,15,5.62,1.3,8,6.14,1.46,7,6.67,1.5,12,5.8,1.4,10,4.45,2.54,11,6.38,1.89,13,5.6,0.97,10
+chick,5.86,1.96,21,4.04,2.34,25,5.32,1.53,19,5.89,2.26,9,5.83,1.8,12,4.17,2.56,6,3.89,2.35,18,5.0,1.29,7,5.5,1.68,12,5.62,2.06,16,6.6,1.52,5,4.0,2.8,14,3.9,1.66,10,5.22,1.56,9,5.4,1.58,10,6.17,2.21,12,5.44,1.59,9,4.44,2.42,16,3.33,2.12,9,5.09,1.87,11,5.62,0.92,8
+chicken,6.17,1.86,18,3.2,2.57,20,5.22,1.99,18,5.38,1.69,8,6.8,1.81,10,2.86,1.95,7,3.38,2.9,13,5.45,1.92,11,4.86,2.19,7,5.82,1.83,11,6.71,1.89,7,2.56,2.65,9,3.73,2.49,11,5.27,2.15,11,5.14,1.86,7,5.5,1.57,12,7.5,1.76,6,2.75,2.45,12,3.88,2.75,8,5.78,2.39,9,4.67,1.41,9
+chicken pox,3.19,1.83,21,5.19,2.62,21,2.86,2.03,21,3.44,2.3,9,3.0,1.48,12,5.17,3.19,6,5.21,2.58,14,3.0,3.16,6,2.8,1.52,15,3.89,2.26,9,2.67,1.3,12,5.4,2.88,5,5.12,2.63,16,3.3,2.63,10,2.45,1.29,11,2.83,1.99,12,3.67,1.58,9,5.38,2.2,8,5.08,2.93,13,3.08,2.47,12,2.56,1.33,9
+chickenpox,2.76,1.51,21,4.8,2.66,25,3.11,2.73,19,2.44,1.42,9,3.0,1.6,12,3.67,3.01,6,5.11,2.59,18,3.0,3.06,7,3.17,2.66,12,2.88,1.63,16,2.4,1.14,5,4.21,2.69,14,5.5,2.68,10,3.56,3.09,9,2.7,2.45,10,2.25,1.36,12,3.44,1.51,9,5.19,2.74,16,4.11,2.52,9,2.55,2.5,11,3.88,3.0,8
+chief,5.83,2.12,18,3.25,2.15,20,4.89,2.47,18,4.88,2.36,8,6.6,1.65,10,3.0,2.58,7,3.38,1.98,13,4.45,2.11,11,5.57,2.99,7,5.27,2.15,11,6.71,1.89,7,3.11,2.71,9,3.36,1.69,11,5.36,2.62,11,4.14,2.19,7,5.5,2.11,12,6.5,2.17,6,2.67,2.1,12,4.12,2.03,8,4.89,2.57,9,4.89,2.52,9
+chiffon,6.0,1.98,22,4.68,2.54,19,5.14,1.93,21,5.8,1.64,5,6.0,2.16,16,5.38,2.97,8,4.18,2.18,11,4.7,2.06,10,5.55,1.81,11,6.0,1.76,12,6.0,2.31,10,4.6,2.46,10,4.78,2.77,9,4.58,2.07,12,5.89,1.54,9,5.45,2.25,11,6.55,1.57,11,3.88,2.17,8,5.27,2.72,11,4.89,2.09,9,5.33,1.87,12
+child,7.2,1.47,41,5.33,2.59,18,5.2,2.58,25,6.6,1.26,10,7.48,1.5,29,5.17,2.48,6,5.42,2.75,12,5.2,2.57,10,5.2,2.68,15,6.74,1.33,19,7.67,1.49,21,5.0,2.87,10,5.75,2.31,8,5.71,2.5,7,5.0,2.66,18,6.96,1.36,23,7.5,1.58,18,4.89,2.67,9,5.78,2.59,9,5.0,2.65,9,5.31,2.63,16
+childbirth,6.62,2.62,21,5.62,2.5,24,5.14,2.77,22,7.12,2.7,8,6.31,2.63,13,5.38,2.66,13,5.91,2.39,11,5.85,2.48,13,4.11,2.98,9,6.62,2.92,8,6.92,2.39,12,5.86,2.18,14,5.3,2.98,10,5.5,2.5,12,4.7,3.13,10,6.0,2.75,10,7.18,2.48,11,5.29,2.44,17,6.43,2.64,7,6.2,2.66,10,4.25,2.63,12
+childhood,6.65,1.87,23,3.73,2.31,22,5.3,2.79,20,6.88,2.17,8,6.53,1.77,15,3.2,1.93,10,4.17,2.59,12,6.0,3.37,7,4.92,2.5,13,6.08,2.02,12,7.27,1.56,11,4.09,2.63,11,3.36,2.01,11,5.13,2.64,15,5.8,3.49,5,6.55,1.81,11,6.75,2.01,12,5.0,2.36,10,2.67,1.72,12,4.8,2.62,10,5.8,3.01,10
+childish,4.89,2.18,19,5.0,1.95,22,4.38,2.22,21,5.33,1.87,9,4.5,2.46,10,5.12,2.17,8,4.93,1.9,14,4.27,2.69,11,4.5,1.72,10,5.57,1.72,7,4.5,2.39,12,5.0,2.0,10,5.0,2.0,12,4.25,2.09,12,4.56,2.51,9,4.9,1.79,10,4.89,2.67,9,5.5,2.2,8,4.71,1.82,14,4.38,2.33,13,4.38,2.2,8
+childless,3.57,1.83,23,3.29,2.37,24,5.8,2.07,20,3.5,1.78,10,3.62,1.94,13,4.17,1.72,6,3.0,2.52,18,6.18,1.72,11,5.33,2.45,9,4.15,1.91,13,2.8,1.48,10,4.0,2.49,10,2.79,2.22,14,6.23,1.59,13,5.0,2.71,7,3.73,2.09,15,3.25,1.28,8,3.38,2.22,16,3.12,2.8,8,6.0,2.13,12,5.5,2.07,8
+childlike,5.9,2.51,21,5.15,2.56,20,5.14,2.31,36,4.38,2.83,8,6.85,1.82,13,4.6,2.19,5,5.33,2.72,15,4.82,2.6,11,5.28,2.21,25,5.46,3.04,13,6.62,1.06,8,5.0,2.59,12,5.38,2.67,8,4.55,2.42,20,5.88,2.0,16,5.82,2.96,11,6.0,2.05,10,5.82,2.32,11,4.33,2.74,9,4.32,2.3,22,6.43,1.7,14
+children,6.36,2.11,22,5.09,2.56,22,5.95,2.52,20,6.0,1.51,8,6.57,2.41,14,4.4,2.59,10,5.67,2.5,12,6.29,2.93,7,5.77,2.39,13,6.09,1.97,11,6.64,2.29,11,4.27,2.37,11,5.91,2.59,11,5.67,2.72,15,6.8,1.79,5,5.6,2.01,10,7.0,2.04,12,5.5,2.59,10,4.75,2.6,12,5.7,2.26,10,6.2,2.86,10
+chili,4.45,2.28,20,4.62,1.77,21,6.3,2.11,33,4.5,2.68,10,4.4,1.96,10,4.62,1.6,8,4.62,1.94,13,6.07,2.43,14,6.47,1.9,19,4.33,2.06,9,4.55,2.54,11,4.62,1.12,13,4.62,2.62,8,6.45,2.09,22,6.0,2.24,11,4.1,1.85,10,4.8,2.7,10,4.79,1.81,14,4.29,1.8,7,6.18,2.01,17,6.44,2.28,16
+chill,5.16,2.09,19,3.25,2.12,20,5.55,2.74,20,6.0,1.0,3,5.2,2.14,15,2.5,2.01,10,4.0,2.05,10,6.2,2.49,10,4.9,2.96,10,5.5,2.51,6,5.25,1.82,12,2.57,1.9,7,3.62,2.22,13,4.62,3.02,8,6.17,2.48,12,4.83,2.17,12,5.71,1.98,7,3.3,1.89,10,3.2,2.44,10,4.78,3.03,9,6.18,2.44,11
+chilling,4.67,2.42,21,5.64,2.08,22,4.33,1.77,21,5.11,2.26,9,4.33,2.57,12,5.17,1.94,6,5.73,2.22,15,3.67,1.37,6,4.6,1.88,15,5.67,1.73,9,3.92,2.64,12,4.6,1.82,5,5.94,2.11,17,5.5,1.43,10,3.27,1.35,11,5.08,3.0,12,4.11,1.27,9,5.56,2.07,9,5.69,2.18,13,4.83,1.75,12,3.67,1.66,9
+chilly,4.41,1.79,22,5.0,2.43,23,4.74,1.91,19,4.5,1.31,8,4.15,1.99,13,4.75,2.12,8,5.21,2.72,14,4.71,2.63,7,4.73,1.56,11,5.12,0.99,8,3.77,1.92,13,4.33,2.92,9,5.43,2.06,14,4.57,2.64,7,4.83,1.47,12,4.64,2.01,11,4.18,1.6,11,3.89,2.67,9,5.71,2.05,14,4.81,1.87,16,4.33,2.52,3
+chime,6.05,1.23,20,4.1,2.17,21,6.21,2.16,33,6.2,1.4,10,5.9,1.1,10,3.75,1.49,8,4.31,2.53,13,6.29,2.37,14,6.16,2.06,19,5.89,1.36,9,6.18,1.17,11,4.15,1.95,13,4.0,2.62,8,6.24,2.23,21,6.17,2.12,12,6.1,1.37,10,6.0,1.15,10,3.93,2.27,14,4.43,2.07,7,5.81,1.68,16,6.59,2.53,17
+chimney,4.89,2.0,19,2.45,1.7,20,5.19,2.2,16,5.67,1.15,3,4.67,2.16,15,1.9,1.29,10,3.0,1.94,10,6.0,1.29,7,4.56,2.6,9,5.17,2.4,6,4.67,1.92,12,1.29,0.49,7,3.08,1.8,13,5.0,2.45,5,5.27,2.2,11,4.58,2.02,12,5.43,1.99,7,2.3,1.7,10,2.6,1.78,10,4.25,2.12,8,6.12,1.96,8
+chimp,6.0,1.38,20,3.8,2.4,20,4.95,1.56,22,6.14,1.07,7,5.92,1.55,13,3.56,2.24,9,4.0,2.61,11,5.33,1.51,6,4.81,1.6,16,5.9,1.1,10,6.11,1.76,9,2.88,2.1,8,4.42,2.47,12,4.47,1.46,15,6.0,1.29,7,6.09,1.22,11,5.89,1.62,9,3.67,2.02,12,4.0,3.02,8,4.73,1.62,11,5.18,1.54,11
+chimpanzee,6.39,2.2,18,3.9,2.27,20,5.28,1.51,25,6.0,1.41,5,6.54,2.47,13,3.64,2.42,11,4.22,2.17,9,5.12,1.41,16,5.56,1.74,9,6.43,1.81,7,6.36,2.5,11,4.67,2.69,9,3.27,1.74,11,5.2,1.58,20,5.6,1.34,5,7.0,1.73,9,5.78,2.54,9,4.18,2.6,11,3.56,1.88,9,5.21,1.51,19,5.5,1.64,6
+chin,5.07,1.6,41,3.84,2.06,44,5.48,1.88,23,5.07,1.14,14,5.07,1.82,27,4.55,2.28,20,3.25,1.67,24,5.12,1.36,8,5.67,2.13,15,5.09,1.66,22,5.05,1.58,19,4.4,2.0,25,3.11,1.94,19,5.35,2.06,17,6.0,1.41,5,5.17,1.85,23,4.94,1.26,18,3.9,2.27,29,3.73,1.62,15,5.87,1.96,15,4.75,1.58,8
+chinchilla,6.15,1.81,20,4.43,1.83,21,5.56,2.18,25,6.18,1.54,11,6.11,2.2,9,3.71,1.25,7,4.79,2.01,14,5.7,2.36,10,5.47,2.13,15,6.25,3.4,4,6.12,1.36,16,4.6,1.9,10,4.27,1.85,11,5.86,2.48,7,5.44,2.12,18,7.0,1.35,12,4.88,1.73,8,4.23,1.74,13,4.75,2.05,8,5.67,2.18,9,5.5,2.25,16
+chip,6.32,1.25,19,2.75,1.92,20,4.58,1.95,24,6.69,1.25,13,5.5,0.84,6,3.8,2.17,5,2.4,1.76,15,4.69,1.7,13,4.45,2.3,11,6.44,1.42,9,6.2,1.14,10,3.29,2.06,7,2.46,1.85,13,4.55,1.86,11,4.62,2.1,13,6.33,1.0,9,6.3,1.49,10,2.6,1.78,10,2.9,2.13,10,4.67,2.18,9,4.53,1.88,15
+chipmunk,7.33,1.64,18,3.8,2.02,20,4.96,1.9,25,6.6,1.82,5,7.62,1.56,13,3.91,1.87,11,3.67,2.29,9,4.56,1.67,16,5.67,2.18,9,7.29,1.89,7,7.36,1.57,11,4.11,2.26,9,3.55,1.86,11,4.85,2.01,20,5.4,1.52,5,7.89,1.36,9,6.78,1.79,9,3.45,1.44,11,4.22,2.59,9,4.74,1.88,19,5.67,1.97,6
+chipper,5.95,2.28,20,4.75,2.36,24,5.18,2.34,28,5.75,2.05,8,6.08,2.5,12,3.78,2.44,9,5.33,2.19,15,4.5,2.24,14,5.86,2.32,14,5.67,2.74,9,6.18,1.94,11,4.25,2.53,12,5.25,2.18,12,4.43,2.38,14,5.93,2.13,14,5.7,2.71,10,6.2,1.87,10,4.67,2.42,12,4.83,2.41,12,5.17,2.44,12,5.19,2.34,16
+chiropractor,5.3,1.84,20,4.29,2.37,24,4.68,2.2,28,5.5,1.07,8,5.17,2.25,12,4.22,2.05,9,4.33,2.61,15,4.5,1.7,14,4.86,2.66,14,4.89,2.37,9,5.64,1.29,11,5.0,2.17,12,3.58,2.43,12,4.86,2.21,14,4.5,2.24,14,5.1,2.38,10,5.5,1.18,10,4.58,2.47,12,4.0,2.34,12,5.42,1.98,12,4.12,2.25,16
+chirp,5.9,2.21,21,4.15,2.48,26,5.58,2.08,24,5.5,2.33,8,6.15,2.19,13,3.2,2.15,10,4.75,2.54,16,5.11,2.42,9,5.87,1.88,15,6.0,2.45,7,5.86,2.18,14,4.23,2.71,13,4.08,2.33,13,5.25,2.18,12,5.92,2.02,12,5.67,2.64,12,6.22,1.56,9,3.6,2.44,15,4.91,2.43,11,5.85,2.15,13,5.27,2.05,11
+chisel,5.25,1.65,20,3.55,2.5,22,5.19,2.42,27,5.11,1.76,9,5.36,1.63,11,2.43,1.81,7,4.07,2.66,15,5.06,2.68,17,5.4,2.01,10,5.3,1.06,10,5.2,2.15,10,4.4,3.36,5,3.29,2.26,17,5.0,2.83,14,5.38,1.98,13,4.85,1.68,13,6.0,1.41,7,3.4,2.99,10,3.67,2.15,12,5.36,2.87,14,5.0,1.91,13
+chiseler,4.32,1.43,22,3.95,1.81,19,5.0,2.19,21,4.0,2.0,5,4.44,1.31,16,4.12,2.03,8,3.82,1.72,11,4.4,1.78,10,5.55,2.46,11,4.5,1.68,12,4.1,1.1,10,3.6,1.58,10,4.33,2.06,9,5.33,2.5,12,4.56,1.74,9,5.09,1.14,11,3.55,1.29,11,3.0,1.77,8,4.64,1.57,11,4.78,1.86,9,5.17,2.48,12
+chitchat,6.0,1.82,21,3.88,2.49,24,5.74,2.49,19,5.62,2.13,8,6.23,1.64,13,4.5,2.81,6,3.67,2.43,18,6.7,2.21,10,4.67,2.45,9,5.67,1.67,12,6.44,2.01,9,4.4,2.67,10,3.5,2.38,14,6.33,2.64,12,4.71,1.98,7,6.29,0.83,14,5.43,2.99,7,4.56,2.48,16,2.5,2.0,8,6.27,1.9,11,5.0,3.12,8
+chivalry,6.7,1.72,20,3.95,2.5,22,5.81,2.32,27,6.3,1.42,10,7.1,1.97,10,3.14,2.41,7,4.33,2.53,15,6.29,2.52,17,5.0,1.76,10,6.55,1.97,11,6.89,1.45,9,3.4,2.88,5,4.12,2.45,17,5.5,2.38,14,6.15,2.3,13,6.46,1.98,13,7.14,1.07,7,3.6,2.95,10,4.25,2.14,12,6.21,2.36,14,5.38,2.29,13
+chloride,4.32,1.78,22,4.36,2.44,22,5.85,2.06,20,5.0,1.31,8,3.93,1.94,14,4.4,2.8,10,4.33,2.23,12,6.57,2.23,7,5.46,1.94,13,3.73,1.79,11,4.91,1.64,11,4.73,2.41,11,4.0,2.53,11,5.87,2.03,15,5.8,2.39,5,4.5,1.51,10,4.17,2.04,12,4.4,2.12,10,4.33,2.77,12,5.3,1.57,10,6.4,2.41,10
+chlorine,3.84,2.09,19,4.43,1.96,21,5.5,2.02,24,3.67,2.34,6,3.92,2.06,13,4.91,1.64,11,3.9,2.23,10,5.5,1.85,8,5.5,2.16,16,3.6,1.78,10,4.11,2.47,9,5.5,1.93,8,3.77,1.74,13,5.53,2.12,17,5.5,2.07,6,3.12,1.73,8,4.36,2.25,11,4.12,1.73,8,4.62,2.14,13,6.31,1.82,16,3.88,1.36,8
+chloroform,3.0,1.75,20,6.15,2.32,20,4.19,2.38,26,2.73,1.56,11,3.33,2.0,9,5.71,1.7,7,6.38,2.63,13,4.15,2.15,13,4.23,2.68,13,3.45,1.97,11,2.44,1.33,9,6.64,1.91,11,5.56,2.74,9,4.18,2.63,17,4.22,1.99,9,2.9,2.18,10,3.1,1.29,10,6.33,2.57,12,5.88,2.03,8,4.25,2.21,16,4.1,2.77,10
+chocolate,7.63,2.01,19,5.14,2.85,21,5.88,2.51,42,7.89,1.17,9,7.4,2.59,10,5.14,2.41,7,5.08,3.25,13,5.07,2.43,14,6.26,2.54,27,7.43,0.98,7,7.75,2.45,12,5.86,2.41,7,4.69,3.17,13,5.94,2.1,18,5.83,2.82,24,7.8,1.48,10,7.44,2.55,9,5.09,2.84,11,5.2,3.01,10,5.48,2.4,29,6.77,2.62,13
+choice,6.36,1.71,22,3.52,2.04,21,6.56,2.2,18,6.67,1.51,6,6.13,1.81,15,2.86,2.12,7,3.86,1.99,14,5.44,2.19,9,7.62,1.77,8,5.93,1.9,14,7.0,1.0,7,3.33,2.18,9,3.67,2.02,12,6.9,2.23,10,6.12,2.23,8,6.57,1.4,14,6.0,2.2,8,4.17,2.56,6,3.27,1.83,15,6.5,2.17,10,6.62,2.39,8
+choir,6.15,1.87,20,3.29,2.15,21,4.68,2.25,25,6.5,3.11,4,6.06,1.57,16,3.75,2.36,4,3.18,2.16,17,4.78,2.28,9,4.62,2.31,16,6.12,1.64,8,6.17,2.08,12,2.9,1.97,10,3.64,2.34,11,4.57,1.95,14,4.82,2.68,11,5.91,1.87,11,6.44,1.94,9,2.8,1.81,10,3.73,2.41,11,4.78,2.44,18,4.43,1.81,7
+choke,2.42,1.92,19,5.3,2.74,23,3.74,2.33,19,2.33,1.0,9,2.5,2.55,10,6.57,1.9,7,4.87,2.97,15,4.8,2.2,10,2.56,1.94,9,2.67,2.6,9,2.2,1.14,10,5.5,2.84,10,5.33,2.81,12,4.62,1.6,8,3.2,2.74,10,2.5,2.24,12,2.29,1.38,7,5.25,2.71,20,5.67,3.51,3,4.25,1.98,8,3.36,2.58,11
+cholera,2.68,1.49,19,4.0,2.26,21,4.35,2.81,23,3.33,1.53,3,2.56,1.5,16,4.5,2.39,8,3.69,2.21,13,4.78,2.68,9,4.07,2.95,14,2.56,1.88,9,2.8,1.14,10,4.11,1.96,9,3.92,2.54,12,5.07,3.1,15,3.0,1.51,8,2.57,1.72,7,2.75,1.42,12,4.3,2.16,10,3.73,2.41,11,4.85,3.13,13,3.7,2.31,10
+cholesterol,3.76,1.76,21,3.05,2.2,21,5.95,2.42,22,3.64,2.06,14,4.0,1.0,7,3.45,2.5,11,2.78,1.86,9,6.67,2.07,6,5.69,2.55,16,4.2,1.93,10,3.36,1.57,11,2.36,1.63,11,3.8,2.57,10,6.46,1.94,13,5.22,2.95,9,3.55,2.02,11,4.0,1.49,10,2.77,2.09,13,3.5,2.45,8,6.83,1.8,12,4.9,2.73,10
+choose,6.0,1.85,18,3.6,2.5,20,6.83,2.38,18,5.12,1.73,8,6.7,1.7,10,2.71,2.36,7,4.08,2.53,13,7.09,1.97,11,6.43,3.05,7,5.45,1.69,11,6.86,1.86,7,2.22,1.99,9,4.73,2.37,11,7.09,2.47,11,6.43,2.37,7,5.67,1.78,12,6.67,1.97,6,3.0,2.22,12,4.5,2.78,8,7.44,1.74,9,6.22,2.86,9
+choosy,5.29,1.82,21,3.4,2.14,25,5.53,2.46,19,5.0,1.94,9,5.5,1.78,12,3.5,2.07,6,3.5,2.2,18,4.0,2.31,7,6.42,2.15,12,5.12,1.96,16,5.8,1.3,5,3.0,2.08,14,4.2,2.1,10,5.56,2.65,9,5.5,2.42,10,5.5,2.11,12,5.0,1.41,9,3.69,2.18,16,2.89,2.09,9,4.82,2.68,11,6.5,1.85,8
+chop,4.6,0.99,20,4.43,2.29,21,5.76,2.65,25,4.67,0.58,3,4.59,1.06,17,4.86,2.34,7,4.23,2.42,13,5.75,2.38,8,5.76,2.84,17,4.43,0.79,7,4.69,1.11,13,5.0,2.24,7,4.15,2.44,13,6.0,2.57,14,5.45,2.84,11,5.22,0.67,9,4.09,0.94,11,5.0,2.28,11,3.8,2.25,10,5.83,3.07,18,5.57,1.13,7
+chopper,5.05,1.53,21,3.55,2.34,22,5.44,2.19,27,5.4,1.58,10,4.73,1.49,11,2.57,1.99,7,4.0,2.42,15,5.41,2.74,17,5.5,0.71,10,5.09,1.87,11,5.0,1.15,10,2.4,2.07,5,3.88,2.37,17,5.71,2.55,14,5.15,1.77,13,4.85,1.82,13,5.38,0.92,8,3.3,2.71,10,3.75,2.09,12,5.86,2.25,14,5.0,2.12,13
+choppers,4.8,1.54,20,5.05,2.41,19,4.85,1.52,26,4.55,1.29,11,5.11,1.83,9,5.71,2.21,7,4.67,2.53,12,4.85,1.28,13,4.85,1.77,13,4.73,2.05,11,4.89,0.6,9,4.5,2.42,10,5.67,2.4,9,5.06,1.68,17,4.44,1.13,9,4.8,1.93,10,4.8,1.14,10,5.33,2.06,12,4.57,3.05,7,5.25,1.24,16,4.2,1.75,10
+chord,5.75,1.92,20,2.72,1.87,18,5.35,2.39,23,5.8,3.03,5,5.73,1.53,15,3.2,1.3,5,2.54,2.07,13,5.15,2.97,13,5.6,1.43,10,6.4,1.65,10,5.1,2.02,10,3.14,1.46,7,2.45,2.11,11,5.12,2.68,16,5.86,1.57,7,5.36,1.95,14,6.67,1.63,6,2.83,2.04,12,2.5,1.64,6,5.53,2.53,15,5.0,2.2,8
+chore,3.9,1.61,21,4.8,2.42,20,5.08,2.43,36,4.0,1.69,8,3.85,1.63,13,4.4,2.41,5,4.93,2.49,15,4.73,2.2,11,5.24,2.55,25,3.62,1.8,13,4.38,1.19,8,4.33,2.46,12,5.5,2.33,8,4.95,2.01,20,5.25,2.93,16,3.91,1.51,11,3.9,1.79,10,5.36,2.73,11,4.11,1.9,9,4.59,2.3,22,5.86,2.51,14
+choreographer,5.32,1.7,19,4.09,2.37,22,5.67,1.97,24,3.83,1.83,6,6.0,1.15,13,4.33,2.31,12,3.8,2.53,10,6.25,2.19,8,5.38,1.86,16,5.7,0.67,10,4.89,2.37,9,5.11,2.09,9,3.38,2.36,13,5.53,2.07,17,6.17,1.94,6,5.62,0.92,8,5.09,2.12,11,3.33,2.4,9,4.62,2.29,13,5.81,1.91,16,5.38,2.2,8
+choreography,5.95,1.89,22,5.82,2.58,22,6.05,2.35,20,6.0,1.77,8,5.93,2.02,14,5.9,2.42,10,5.75,2.8,12,6.0,2.45,7,6.08,2.4,13,5.91,2.21,11,6.0,1.61,11,5.09,2.47,11,6.55,2.58,11,5.67,2.38,15,7.2,2.05,5,4.9,1.66,10,6.83,1.64,12,5.4,2.63,10,6.17,2.59,12,6.0,2.26,10,6.1,2.56,10
+chorus,6.0,1.41,19,4.2,1.88,20,5.26,2.16,23,6.0,2.65,3,6.0,1.21,16,4.0,2.14,8,4.33,1.78,12,4.44,2.46,9,5.79,1.85,14,6.67,1.5,9,5.4,1.07,10,4.22,1.92,9,4.18,1.94,11,5.4,2.47,15,5.0,1.51,8,5.71,0.95,7,6.17,1.64,12,4.6,1.58,10,3.8,2.15,10,5.62,2.63,13,4.8,1.32,10
+chow,6.16,1.71,19,4.17,2.17,23,5.89,1.66,19,6.0,1.12,9,6.3,2.16,10,5.0,1.83,7,3.73,2.31,15,5.7,1.83,10,6.11,1.54,9,5.89,2.2,9,6.4,1.17,10,4.7,2.71,10,3.67,1.67,12,5.12,1.46,8,6.4,1.71,10,6.0,1.91,12,6.43,1.4,7,4.4,2.19,20,2.67,1.53,3,5.38,1.6,8,6.27,1.68,11
+chowder,6.0,2.18,20,3.91,2.35,23,6.24,1.67,21,5.44,2.13,9,6.45,2.21,11,3.45,2.5,11,4.33,2.23,12,5.5,0.76,8,6.69,1.93,13,5.86,2.11,14,6.33,2.5,6,3.56,2.6,9,4.14,2.25,14,6.12,1.13,8,6.31,1.97,13,6.3,2.0,10,5.7,2.41,10,4.08,2.33,13,3.7,2.5,10,6.08,1.51,12,6.44,1.94,9
+christen,5.7,1.66,20,3.1,2.22,20,4.77,1.88,22,5.29,0.95,7,5.92,1.93,13,3.56,2.7,9,2.73,1.79,11,5.5,1.87,6,4.5,1.86,16,5.2,1.48,10,6.44,1.67,9,3.5,2.88,8,2.83,1.75,12,4.27,1.67,15,5.86,1.95,7,5.64,1.36,11,5.78,2.05,9,3.17,2.62,12,3.0,1.6,8,4.91,1.51,11,4.64,2.25,11
+christening,5.8,2.14,20,3.83,1.86,24,5.73,2.55,22,6.25,1.39,8,5.5,2.54,12,3.38,2.06,13,4.36,1.5,11,6.15,2.38,13,5.11,2.8,9,5.88,2.1,8,6.09,2.02,11,4.0,1.62,14,3.6,2.22,10,5.67,2.23,12,5.8,3.01,10,5.56,2.13,9,6.0,2.24,11,3.71,2.08,17,4.14,1.21,7,5.7,2.83,10,5.75,2.42,12
+christmas,8.37,1.61,19,5.9,2.99,49,6.14,2.46,43,7.89,2.26,9,8.8,0.42,10,5.95,2.7,19,5.87,3.21,30,6.35,2.09,17,6.0,2.7,26,8.89,0.33,9,7.9,2.13,10,6.42,2.62,24,5.4,3.29,25,5.7,2.41,27,6.88,2.42,16,8.67,0.49,12,7.86,2.61,7,5.76,2.99,33,6.19,3.08,16,6.33,2.46,24,5.89,2.49,19
+chrome,6.26,1.1,19,4.0,2.57,24,5.25,2.25,28,6.38,1.3,8,6.18,0.98,11,4.56,2.55,9,3.67,2.61,15,5.0,2.35,14,5.5,2.21,14,6.22,0.97,9,6.3,1.25,10,3.75,2.53,12,4.25,2.7,12,4.57,2.62,14,5.93,1.64,14,6.3,1.16,10,6.22,1.09,9,4.17,2.76,12,3.83,2.48,12,5.42,1.68,12,5.12,2.66,16
+chromium,4.8,1.82,20,2.9,2.17,21,5.08,1.93,25,3.75,1.5,4,5.06,1.84,16,3.0,3.37,4,2.88,1.93,17,6.22,2.44,9,4.44,1.26,16,4.62,1.51,8,4.92,2.07,12,3.3,2.45,10,2.55,1.92,11,5.64,1.69,14,4.36,2.06,11,5.09,1.51,11,4.44,2.19,9,2.4,1.71,10,3.36,2.5,11,5.56,2.01,18,3.86,1.07,7
+chromosome,4.95,1.61,20,2.88,1.9,17,3.59,2.56,22,4.8,0.84,5,5.0,1.81,15,2.8,2.05,5,2.92,1.93,12,4.0,2.05,10,3.25,2.96,12,5.9,1.2,10,4.0,1.41,10,2.22,1.72,9,3.62,1.92,8,4.0,2.79,11,3.18,2.36,11,4.83,1.9,12,5.12,1.13,8,2.25,1.75,8,3.44,1.94,9,3.64,2.87,11,3.55,2.34,11
+chronic,3.86,2.1,22,4.91,2.71,23,4.26,2.0,19,4.75,2.05,8,2.92,1.26,13,5.5,2.62,8,4.71,2.87,14,3.29,1.7,7,4.64,1.96,11,3.5,2.51,8,3.69,1.32,13,4.67,3.16,9,5.07,2.5,14,3.57,1.72,7,4.67,2.1,12,3.55,2.34,11,4.18,1.89,11,4.56,3.61,9,5.14,2.07,14,4.06,1.98,16,5.33,2.08,3
+chronicle,6.1,1.61,21,3.59,2.06,22,5.71,1.68,21,6.56,1.51,9,5.75,1.66,12,2.5,1.52,6,3.8,2.04,15,4.83,2.14,6,6.07,1.39,15,6.56,1.42,9,5.75,1.71,12,4.8,1.92,5,3.24,2.02,17,5.4,1.43,10,6.0,1.9,11,6.67,1.72,12,5.33,1.12,9,3.89,1.96,9,3.38,2.18,13,5.25,1.82,12,6.33,1.32,9
+chubby,4.33,1.81,18,4.88,2.83,24,5.11,2.04,28,4.71,1.38,7,4.09,2.07,11,5.11,3.06,9,4.73,2.79,15,5.0,1.84,14,5.21,2.29,14,4.22,1.48,9,4.44,2.19,9,4.92,2.87,12,4.83,2.92,12,4.93,2.34,14,5.29,1.77,14,4.11,1.05,9,4.56,2.4,9,4.67,2.81,12,5.08,2.97,12,4.67,1.83,12,5.44,2.19,16
+chuck,5.06,1.63,18,3.95,2.79,22,5.04,1.71,28,5.5,0.84,6,4.83,1.9,12,3.18,1.99,11,4.73,3.32,11,5.55,2.16,11,4.71,1.31,17,5.27,1.95,11,4.71,0.95,7,3.73,2.8,11,4.18,2.89,11,4.72,1.81,18,5.6,1.43,10,5.42,1.73,12,4.33,1.21,6,4.0,3.11,14,3.88,2.3,8,4.88,1.82,16,5.25,1.6,12
+chuckle,7.1,1.79,21,5.3,2.7,20,5.71,2.78,21,7.17,1.17,6,7.07,2.02,15,6.12,2.1,8,4.75,2.99,12,5.45,2.54,11,6.0,3.13,10,7.33,1.03,6,7.0,2.04,15,6.0,2.75,10,4.6,2.59,10,5.43,3.11,14,6.29,2.06,7,6.14,2.41,7,7.57,1.22,14,5.0,2.69,14,6.0,2.83,6,5.25,2.93,12,6.33,2.6,9
+chug,5.2,1.88,20,3.19,2.2,21,5.68,2.06,25,5.75,2.75,4,5.06,1.69,16,3.0,1.63,4,3.24,2.36,17,6.33,2.12,9,5.31,1.99,16,5.0,1.41,8,5.33,2.19,12,3.4,2.59,10,3.0,1.9,11,5.57,1.79,14,5.82,2.44,11,5.64,1.69,11,4.67,2.06,9,3.2,2.74,10,3.18,1.72,11,5.89,2.27,18,5.14,1.35,7
+chum,5.3,1.92,20,4.18,2.02,22,6.0,2.13,19,4.33,1.66,9,6.09,1.81,11,2.0,1.0,5,4.94,1.77,16,6.67,2.34,6,5.69,2.06,13,5.14,1.92,14,5.67,2.07,6,4.42,2.35,12,4.0,1.66,9,5.67,1.5,9,6.3,2.63,10,5.4,2.22,10,5.2,1.69,10,4.42,2.47,12,3.9,1.37,10,6.83,2.56,6,5.62,1.89,13
+chummy,5.95,1.99,21,4.21,2.26,24,6.23,2.14,22,7.0,1.6,8,5.31,1.97,13,4.23,2.45,13,4.18,2.14,11,6.54,2.07,13,5.78,2.28,9,6.88,1.81,8,5.58,1.88,12,4.86,1.92,14,3.3,2.5,10,6.42,2.07,12,6.0,2.31,10,6.4,2.59,10,5.55,1.21,11,4.12,2.39,17,4.43,2.07,7,6.1,2.6,10,6.33,1.78,12
+chump,4.1,2.02,20,3.95,2.42,20,4.05,2.13,22,4.83,2.79,6,3.79,1.63,14,4.12,2.42,8,3.83,2.52,12,3.83,2.25,12,4.3,2.06,10,4.12,2.64,8,4.08,1.62,12,4.44,2.7,9,3.55,2.21,11,3.43,0.79,7,4.33,2.5,15,4.22,2.68,9,4.0,1.41,11,3.69,2.29,13,4.43,2.76,7,4.17,2.44,12,3.9,1.79,10
+chunk,4.67,1.74,21,4.0,1.89,20,5.48,2.04,21,5.0,1.26,6,4.53,1.92,15,4.25,1.28,8,3.83,2.25,12,5.73,2.28,11,5.2,1.81,10,4.33,2.07,6,4.8,1.66,15,4.1,1.66,10,3.9,2.18,10,5.29,2.4,14,5.86,1.07,7,4.57,1.99,7,4.71,1.68,14,4.07,2.09,14,3.83,1.47,6,5.08,2.39,12,6.0,1.41,9
+chunky,4.1,1.95,21,3.41,1.84,22,4.14,2.59,21,4.67,1.8,9,3.67,2.02,12,3.0,1.67,6,3.53,2.0,15,4.0,3.29,6,4.2,2.4,15,4.67,1.94,9,3.67,1.92,12,4.2,1.48,5,3.18,1.91,17,5.0,2.91,10,3.36,2.11,11,4.08,2.5,12,4.11,0.93,9,3.33,1.66,9,3.46,2.03,13,4.5,3.09,12,3.67,1.8,9
+church,5.21,2.56,43,3.63,2.55,43,5.04,2.92,25,4.8,2.42,20,5.57,2.68,23,3.7,2.68,20,3.57,2.5,23,4.75,2.82,8,5.18,3.05,17,4.81,2.26,16,5.44,2.74,27,3.65,2.6,17,3.62,2.58,26,4.93,2.73,14,5.18,3.28,11,5.32,2.77,19,5.12,2.44,24,3.36,2.46,25,4.0,2.7,18,5.06,3.0,18,5.0,2.94,7
+churn,4.84,1.12,19,4.28,2.65,18,4.35,2.12,17,4.91,0.54,11,4.75,1.67,8,5.0,2.94,4,4.07,2.64,14,3.38,1.51,8,5.22,2.28,9,5.25,0.89,8,4.55,1.21,11,4.71,2.75,7,4.0,2.68,11,3.17,0.75,6,5.0,2.37,11,4.85,1.14,13,4.83,1.17,6,3.36,2.46,11,5.71,2.43,7,4.86,2.12,7,4.0,2.16,10
+chute,4.05,1.47,21,2.71,2.22,24,5.45,1.79,20,4.75,1.39,8,3.62,1.39,13,3.33,1.97,6,2.5,2.31,18,5.36,1.29,11,5.56,2.35,9,3.67,1.61,12,4.56,1.13,9,3.1,2.56,10,2.43,1.99,14,5.38,1.94,13,5.57,1.62,7,3.71,1.59,14,4.71,0.95,7,3.31,2.33,16,1.5,1.41,8,5.92,1.44,12,4.75,2.12,8
+chutney,5.05,1.84,22,3.38,2.22,21,5.18,1.56,22,5.21,2.04,14,4.75,1.49,8,3.91,2.43,11,2.78,2.05,9,4.67,1.75,6,5.38,1.5,16,4.9,1.91,10,5.17,1.85,12,2.91,2.17,11,3.9,2.28,10,4.69,1.18,13,5.89,1.83,9,4.92,1.62,12,5.2,2.15,10,3.31,2.46,13,3.5,1.93,8,4.83,1.34,12,5.6,1.78,10
+cider,5.6,1.76,20,3.41,2.11,22,5.84,1.42,19,5.56,2.13,9,5.64,1.5,11,2.8,2.49,5,3.69,2.06,16,6.33,1.51,6,5.62,1.39,13,5.79,1.67,14,5.17,2.04,6,3.75,2.22,12,3.11,2.09,9,5.22,0.97,9,6.4,1.58,10,5.2,1.48,10,6.0,2.0,10,2.67,1.83,12,4.3,2.16,10,6.5,1.52,6,5.54,1.33,13
+cigar,4.4,1.96,20,4.27,2.31,22,6.16,1.71,19,4.67,2.24,9,4.18,1.78,11,2.8,2.17,5,4.94,2.08,16,5.83,2.23,6,6.31,1.49,13,4.5,1.87,14,4.17,2.32,6,4.42,2.31,12,4.44,2.3,9,5.56,1.01,9,6.7,2.06,10,5.2,1.69,10,3.6,1.96,10,4.08,2.57,12,4.5,2.07,10,7.0,1.1,6,5.77,1.83,13
+cigarette,3.0,2.85,22,4.0,2.03,20,5.05,3.37,19,3.46,3.02,13,2.33,2.6,9,4.57,1.9,7,3.69,2.1,13,5.0,2.89,7,5.08,3.75,12,3.42,3.2,12,2.5,2.42,10,3.67,2.24,9,4.27,1.9,11,6.6,3.13,10,3.33,2.87,9,3.0,3.16,12,3.0,2.58,10,3.29,2.5,7,4.38,1.71,13,6.29,3.77,7,4.33,3.06,12
+cilantro,5.81,2.14,21,2.95,1.47,21,5.64,2.1,25,5.67,1.97,12,6.0,2.45,9,3.29,1.11,7,2.79,1.63,14,6.0,2.21,10,5.4,2.06,15,7.25,2.06,4,5.47,2.07,17,2.8,1.55,10,3.09,1.45,11,5.57,2.15,7,5.67,2.14,18,5.58,2.39,12,6.11,1.83,9,2.77,1.48,13,3.25,1.49,8,5.11,2.03,9,5.94,2.14,16
+cinch,4.47,2.25,19,3.3,1.78,20,5.0,2.13,24,4.77,2.39,13,3.83,1.94,6,4.0,1.87,5,3.07,1.75,15,5.54,2.15,13,4.36,2.01,11,4.22,2.68,9,4.7,1.89,10,3.29,1.6,7,3.31,1.93,13,4.18,1.66,11,5.69,2.29,13,3.78,2.05,9,5.1,2.33,10,3.3,1.77,10,3.3,1.89,10,5.22,2.49,9,4.87,1.96,15
+cinder,4.8,1.44,20,3.91,2.29,22,5.76,1.73,21,4.78,1.39,9,4.82,1.54,11,4.5,2.72,10,3.42,1.83,12,4.75,0.89,8,6.38,1.85,13,4.71,0.99,14,5.0,2.28,6,3.38,2.62,8,4.21,2.12,14,5.75,1.91,8,5.77,1.69,13,4.9,0.99,10,4.7,1.83,10,4.0,2.26,12,3.8,2.44,10,5.67,1.92,12,5.89,1.54,9
+cinema,6.86,1.8,21,6.05,2.06,20,5.94,2.25,35,6.88,2.17,8,6.85,1.63,13,6.2,2.17,5,6.0,2.1,15,5.18,2.18,11,6.29,2.24,24,6.77,2.09,13,7.0,1.31,8,6.92,1.56,12,4.75,2.12,8,5.55,2.31,20,6.47,2.13,15,6.27,1.79,11,7.5,1.65,10,6.18,2.27,11,5.89,1.9,9,5.86,2.43,21,6.07,2.02,14
+cinematic,6.05,1.53,22,4.35,2.31,26,5.96,1.88,24,6.78,1.39,9,5.54,1.45,13,3.1,2.38,10,5.12,1.96,16,5.78,1.86,9,6.07,1.94,15,6.38,0.92,8,5.86,1.79,14,4.0,2.38,13,4.69,2.29,13,5.33,2.02,12,6.58,1.56,12,5.67,1.15,12,6.5,1.84,10,4.07,2.55,15,4.73,2.0,11,5.77,1.96,13,6.18,1.83,11
+cinematography,5.43,2.01,21,4.0,2.56,23,6.04,2.03,26,5.45,1.37,11,5.4,2.63,10,4.45,2.94,11,3.58,2.19,12,6.0,2.37,11,6.07,1.9,14,5.5,2.17,10,5.36,1.96,11,4.82,2.96,11,3.25,1.96,12,6.12,2.18,17,5.88,1.96,8,5.23,2.31,13,5.75,1.49,8,3.8,2.6,15,4.38,2.62,8,6.24,2.17,17,5.67,1.8,9
+cinnamon,6.75,1.29,20,3.72,1.99,18,5.91,1.69,22,7.0,1.41,5,6.67,1.29,15,3.67,1.75,6,3.75,2.18,12,5.5,1.08,10,6.25,2.05,12,6.9,1.45,10,6.6,1.17,10,3.8,2.25,10,3.62,1.77,8,6.18,1.72,11,5.64,1.69,11,6.5,1.24,12,7.12,1.36,8,3.56,1.88,9,3.89,2.2,9,6.27,1.74,11,5.55,1.63,11
+cipher,5.71,1.62,21,4.55,2.65,20,5.53,1.99,36,6.5,1.6,8,5.23,1.48,13,5.6,2.61,5,4.2,2.65,15,5.64,1.43,11,5.48,2.22,25,6.31,1.49,13,4.75,1.39,8,5.42,2.27,12,3.25,2.76,8,6.0,1.81,20,4.94,2.11,16,5.45,1.57,11,6.0,1.7,10,5.0,2.76,11,4.0,2.55,9,5.23,1.88,22,6.0,2.15,14
+circle,5.76,1.3,41,3.33,2.38,43,5.38,2.27,48,5.5,1.38,18,5.96,1.22,23,4.2,2.68,15,2.81,2.13,27,5.18,2.42,22,5.54,2.18,26,6.1,1.45,20,5.45,1.1,20,2.94,2.55,18,3.6,2.25,25,4.96,2.33,28,5.95,2.11,20,6.12,1.54,24,5.24,0.56,17,3.21,2.66,19,3.42,2.19,24,5.21,2.42,28,5.6,2.09,20
+circuit,4.82,1.3,22,4.35,2.33,23,5.56,2.18,18,5.25,1.39,8,4.69,1.18,13,5.25,3.15,8,3.86,1.75,14,5.83,2.32,6,5.27,2.24,11,4.75,0.89,8,5.0,1.47,13,4.11,2.89,9,4.5,1.99,14,4.29,2.56,7,6.36,1.5,11,4.55,1.37,11,5.09,1.22,11,2.89,1.76,9,5.29,2.2,14,5.73,1.94,15,4.67,3.51,3
+circuitry,4.4,1.79,20,3.33,2.35,18,5.62,2.39,24,5.0,1.87,5,4.2,1.78,15,4.2,2.17,5,3.0,2.42,13,5.38,2.36,13,5.91,2.51,11,4.5,1.58,10,4.3,2.06,10,3.86,2.27,7,3.0,2.45,11,5.5,2.39,16,5.88,2.53,8,4.14,1.99,14,5.0,1.1,6,3.92,2.43,12,2.17,1.83,6,5.67,2.5,15,5.56,2.35,9
+circular,5.47,1.26,19,3.4,2.76,20,5.25,1.94,24,5.54,1.27,13,5.33,1.37,6,4.4,3.58,5,3.07,2.49,15,5.23,1.96,13,5.27,2.0,11,5.56,1.51,9,5.4,1.07,10,4.71,3.73,7,2.69,1.89,13,4.91,1.97,11,5.54,1.94,13,5.33,1.22,9,5.6,1.35,10,3.9,3.14,10,2.9,2.38,10,5.33,2.24,9,5.2,1.82,15
+circulate,5.19,0.68,21,4.0,2.45,23,5.68,2.03,19,5.0,0.53,8,5.25,0.75,12,3.12,2.3,8,4.43,2.56,14,5.57,1.9,7,5.64,2.25,11,5.25,0.89,8,5.08,0.51,12,3.44,2.6,9,4.36,2.37,14,4.57,2.44,7,6.33,1.5,12,5.1,0.88,10,5.27,0.47,11,3.22,2.73,9,4.5,2.21,14,5.88,1.75,16,4.67,3.51,3
+circulation,5.71,1.38,21,4.05,2.95,20,5.59,2.56,22,5.67,1.63,6,5.73,1.33,15,4.5,2.93,8,3.75,3.05,12,6.0,2.73,12,5.1,2.38,10,6.22,1.86,9,5.33,0.78,12,3.78,2.28,9,4.27,3.5,11,4.86,2.73,7,5.93,2.49,15,5.9,1.73,10,5.55,1.04,11,3.31,2.36,13,5.43,3.6,7,4.83,2.82,12,6.5,1.96,10
+circulatory,5.47,0.77,19,4.29,2.05,21,5.32,1.78,22,5.0,0.0,5,5.62,0.87,13,5.5,1.87,6,3.8,1.97,15,5.6,1.71,10,5.08,1.88,12,5.29,0.76,7,5.55,0.82,11,4.14,2.85,7,4.36,1.65,14,5.7,2.16,10,5.0,1.41,12,5.42,0.79,12,5.57,0.79,7,3.91,2.47,11,4.7,1.49,10,5.21,1.85,14,5.5,1.77,8
+circumcision,4.11,2.47,19,4.73,3.18,22,3.32,1.81,28,2.67,1.86,6,4.77,2.49,13,4.73,3.26,11,4.73,3.26,11,2.82,1.94,11,3.65,1.69,17,4.73,2.8,11,3.25,1.75,8,4.73,3.23,11,4.73,3.29,11,3.39,1.88,18,3.2,1.75,10,3.92,2.6,13,4.5,2.35,6,4.43,3.44,14,5.25,2.82,8,3.38,2.03,16,3.25,1.54,12
+circumference,5.24,1.48,21,2.71,1.68,21,5.3,1.88,27,5.4,1.65,10,5.09,1.38,11,2.29,1.7,7,2.93,1.69,14,5.53,2.32,17,4.9,0.57,10,5.18,1.47,11,5.3,1.57,10,2.75,2.36,4,2.71,1.57,17,5.14,2.21,14,5.46,1.51,13,4.85,1.46,13,5.88,1.36,8,2.11,1.36,9,3.17,1.8,12,5.64,1.98,14,4.92,1.75,13
+circumstance,5.0,1.3,20,3.41,2.09,22,5.5,2.12,26,5.43,1.72,7,4.77,1.01,13,4.0,1.89,10,2.92,2.19,12,5.33,2.13,15,5.7,2.31,10,4.73,1.1,11,5.33,1.5,9,4.11,1.96,9,2.92,2.1,13,5.88,2.42,16,4.78,1.48,9,5.46,1.2,13,4.14,1.07,7,3.19,2.23,16,4.0,1.67,6,5.83,2.41,12,5.21,1.89,14
+circumstantial,4.0,1.53,19,4.5,2.09,22,5.05,1.99,21,4.62,1.6,8,3.55,1.37,11,4.7,2.36,10,4.33,1.92,12,4.88,1.13,8,5.15,2.41,13,4.15,1.57,13,3.67,1.51,6,4.75,2.55,8,4.36,1.86,14,4.75,1.83,8,5.23,2.13,13,3.7,1.7,10,4.33,1.32,9,4.83,2.17,12,4.1,2.02,10,4.75,2.38,12,5.44,1.33,9
+circumvent,5.0,1.75,20,4.0,2.25,20,5.42,2.45,36,4.75,1.67,8,5.17,1.85,12,4.8,1.64,5,3.73,2.4,15,5.36,2.73,11,5.44,2.38,25,5.0,1.58,13,5.0,2.16,7,4.67,2.1,12,3.0,2.2,8,4.8,2.61,20,6.19,2.07,16,5.0,1.61,11,5.0,2.0,9,4.09,2.34,11,3.89,2.26,9,5.0,2.79,22,6.07,1.69,14
+circus,5.85,2.13,40,5.45,2.94,44,4.94,2.21,49,5.57,1.99,14,6.0,2.23,26,5.29,2.94,21,5.61,3.0,23,5.17,2.38,18,4.81,2.14,31,5.78,2.24,18,5.91,2.09,22,4.86,2.8,22,6.05,3.02,22,4.54,2.14,26,5.39,2.25,23,5.9,2.13,20,5.8,2.19,20,5.17,2.93,24,5.8,2.98,20,5.29,2.25,31,4.33,2.06,18
+cirque,5.32,0.95,19,4.6,2.26,20,5.39,2.19,23,4.0,1.0,3,5.56,0.73,16,4.57,1.99,7,4.62,2.47,13,5.78,2.33,9,5.14,2.14,14,5.67,0.71,9,5.0,1.05,10,4.89,2.52,9,4.36,2.11,11,5.33,2.55,15,5.5,1.41,8,5.29,1.25,7,5.33,0.78,12,5.0,1.76,10,4.2,2.7,10,5.92,2.78,13,4.7,0.67,10
+cirrhosis,1.86,1.24,21,4.76,2.5,25,3.82,2.54,22,2.25,1.28,8,1.62,1.19,13,4.31,2.72,13,5.25,2.26,12,4.0,2.74,13,3.56,2.35,9,2.62,1.69,8,1.33,0.49,12,5.57,2.21,14,3.73,2.57,11,3.83,2.37,12,3.8,2.86,10,2.1,1.6,10,1.64,0.81,11,4.35,2.57,17,5.62,2.26,8,3.8,2.62,10,3.83,2.59,12
+citadel,5.61,1.82,18,3.85,2.76,20,5.56,2.18,25,6.6,1.14,5,5.23,1.92,13,4.55,2.77,11,3.0,2.65,9,5.81,2.4,16,5.11,1.76,9,4.86,1.86,7,6.09,1.7,11,3.89,3.14,9,3.82,2.56,11,6.0,2.08,20,3.8,1.79,5,5.44,1.81,9,5.78,1.92,9,3.36,2.69,11,4.44,2.88,9,5.0,2.05,19,7.33,1.63,6
+citation,3.7,1.78,20,3.8,2.17,20,3.86,2.21,22,3.29,2.56,7,3.92,1.26,13,4.0,2.29,9,3.64,2.16,11,3.33,1.37,6,4.06,2.46,16,4.0,1.41,10,3.56,2.19,9,3.0,2.27,8,4.33,2.02,12,4.4,2.26,15,2.71,1.7,7,4.09,2.07,11,3.22,1.3,9,3.5,2.35,12,4.25,1.91,8,4.0,1.84,11,3.73,2.61,11
+cite,4.95,1.0,22,4.0,1.86,19,6.19,2.04,21,4.8,1.3,5,5.0,0.97,16,4.5,1.51,8,3.64,2.06,11,5.3,2.26,10,7.0,1.48,11,4.75,1.14,12,5.2,0.79,10,4.5,1.9,10,3.44,1.74,9,6.42,1.93,12,5.89,2.26,9,4.73,1.01,11,5.18,0.98,11,3.88,2.23,8,4.09,1.64,11,5.33,2.18,9,6.83,1.75,12
+citizen,6.43,1.66,21,2.63,2.22,19,5.95,2.66,22,7.17,1.47,6,6.13,1.68,15,2.0,1.77,8,3.09,2.47,11,6.67,2.27,12,5.1,2.96,10,6.56,1.51,9,6.33,1.83,12,2.22,1.79,9,3.0,2.58,10,5.0,2.71,7,6.4,2.61,15,6.2,1.99,10,6.64,1.36,11,2.08,1.73,12,3.57,2.76,7,6.67,2.61,12,5.1,2.6,10
+citizenship,7.24,1.7,21,5.58,2.36,19,5.89,2.47,36,8.0,2.07,8,6.77,1.3,13,4.8,2.49,5,5.86,2.35,14,5.36,2.69,11,6.12,2.39,25,7.46,2.07,13,6.88,0.83,8,5.09,2.3,11,6.25,2.43,8,5.65,2.39,20,6.19,2.61,16,6.64,1.96,11,7.9,1.1,10,6.6,2.17,10,4.44,2.13,9,6.14,2.75,22,5.5,1.99,14
+citrus,6.36,1.29,22,4.16,2.64,25,6.46,1.84,24,6.44,1.74,9,6.31,0.95,13,3.0,2.45,10,4.93,2.55,15,6.56,2.24,9,6.4,1.64,15,6.38,0.74,8,6.36,1.55,14,4.15,2.64,13,4.17,2.76,12,6.42,2.19,12,6.5,1.51,12,6.25,1.54,12,6.5,0.97,10,3.86,2.82,14,4.55,2.46,11,7.31,1.38,13,5.45,1.86,11
+city,6.12,1.54,40,5.08,2.54,40,5.04,2.03,24,5.75,1.44,16,6.38,1.58,24,4.86,2.63,14,5.19,2.53,26,4.0,1.69,8,5.56,2.03,16,6.25,1.62,24,5.93,1.49,15,5.35,2.85,17,4.87,2.32,23,4.88,2.32,17,5.5,1.22,6,6.1,1.64,21,6.16,1.46,19,4.42,2.52,19,5.67,2.46,21,4.88,2.45,16,5.38,0.74,8
+citywide,5.7,1.49,20,4.57,1.86,21,5.38,2.35,34,6.5,1.65,10,4.9,0.74,10,4.5,1.6,8,4.62,2.06,13,6.57,1.95,14,4.55,2.28,20,5.67,1.73,9,5.73,1.35,11,4.54,1.66,13,4.62,2.26,8,5.86,2.46,22,4.5,1.93,12,5.6,1.9,10,5.8,1.03,10,4.5,1.95,14,4.71,1.8,7,5.41,1.97,17,5.35,2.74,17
+civic,5.74,2.13,19,3.5,2.35,22,5.5,1.91,28,4.67,2.34,6,6.23,1.92,13,2.55,1.57,11,4.45,2.66,11,6.18,2.36,11,5.06,1.48,17,5.64,2.42,11,5.88,1.81,8,3.55,2.38,11,3.45,2.42,11,5.0,1.88,18,6.4,1.71,10,5.15,2.03,13,7.0,1.9,6,3.57,2.77,14,3.38,1.51,8,5.31,2.15,16,5.75,1.6,12
+civics,5.33,1.71,21,3.85,2.32,20,5.05,2.46,21,5.67,1.21,6,5.2,1.9,15,3.5,2.27,8,4.08,2.43,12,4.64,2.46,11,5.5,2.51,10,5.17,2.4,6,5.4,1.45,15,4.5,2.59,10,3.2,1.93,10,4.64,2.76,14,5.86,1.57,7,5.29,1.5,7,5.36,1.86,14,3.57,2.56,14,4.5,1.64,6,5.25,2.9,12,4.78,1.86,9
+civil,5.8,2.07,20,2.95,2.2,21,6.04,2.2,23,6.5,3.32,4,5.62,1.75,16,3.5,1.29,4,2.82,2.38,17,6.12,2.7,8,6.0,2.0,15,5.5,2.2,8,6.0,2.04,12,3.3,2.16,10,2.64,2.29,11,6.0,2.11,14,6.11,2.47,9,6.36,1.8,11,5.11,2.26,9,2.7,2.21,10,3.18,2.27,11,6.0,2.21,17,6.17,2.4,6
+civilian,5.48,1.6,21,3.7,2.14,23,5.58,1.88,26,5.91,1.58,11,5.0,1.56,10,3.73,2.33,11,3.67,2.06,12,6.09,1.92,11,5.36,1.78,14,5.5,2.07,10,5.45,1.13,11,4.09,2.59,11,3.33,1.67,12,6.24,1.64,17,4.5,1.77,8,5.62,1.98,13,5.25,0.71,8,3.4,2.03,15,4.25,2.38,8,5.71,2.05,17,5.33,1.58,9
+civility,5.87,1.79,23,3.18,1.53,22,5.95,1.99,20,6.62,1.92,8,5.47,1.64,15,2.8,1.23,10,3.5,1.73,12,6.29,1.7,7,5.77,2.17,13,6.33,2.02,12,5.36,1.43,11,3.45,1.69,11,2.91,1.38,11,5.73,2.05,15,6.6,1.82,5,4.82,1.72,11,6.83,1.27,12,3.4,1.43,10,3.0,1.65,12,6.1,1.66,10,5.8,2.35,10
+civilization,6.2,1.61,20,3.7,2.03,20,6.0,2.49,21,6.4,0.89,5,6.13,1.81,15,5.12,1.36,8,2.75,1.86,12,5.09,2.21,11,7.0,2.49,10,6.33,0.82,6,6.14,1.88,14,4.3,2.06,10,3.1,1.91,10,5.86,2.6,14,6.29,2.43,7,5.43,1.72,7,6.62,1.45,13,3.57,2.21,14,4.0,1.67,6,5.67,2.84,12,6.44,2.01,9
+civilized,6.48,1.63,21,3.23,2.31,22,6.52,2.5,27,6.0,1.76,10,6.91,1.45,11,2.14,1.57,7,3.73,2.46,15,6.82,2.51,17,6.0,2.54,10,6.73,1.68,11,6.2,1.62,10,3.2,3.19,5,3.24,2.11,17,7.0,2.45,14,6.0,2.55,13,6.85,1.68,13,5.88,1.46,8,3.0,2.54,10,3.42,2.19,12,6.79,2.91,14,6.23,2.05,13
+claim,5.15,1.46,20,3.9,1.81,21,6.06,2.28,34,5.4,1.58,10,4.9,1.37,10,4.12,2.03,8,3.77,1.74,13,6.21,2.33,14,5.95,2.31,20,4.78,1.92,9,5.45,0.93,11,4.54,1.45,13,2.88,1.96,8,5.95,2.55,22,6.25,1.76,12,4.9,1.79,10,5.4,1.07,10,3.5,2.1,14,4.71,0.49,7,5.88,2.34,17,6.24,2.28,17
+clairvoyant,5.79,2.12,19,5.35,2.46,20,5.5,2.48,24,6.23,2.01,13,4.83,2.23,6,6.6,1.14,5,4.93,2.66,15,5.46,2.5,13,5.55,2.58,11,6.0,2.24,9,5.6,2.12,10,5.29,1.98,7,5.38,2.75,13,5.91,2.59,11,5.15,2.44,13,5.22,2.17,9,6.3,2.06,10,5.9,2.13,10,4.8,2.74,10,6.22,2.59,9,5.07,2.4,15
+clam,4.7,1.89,20,3.36,1.79,22,5.32,1.77,19,4.22,2.22,9,5.09,1.58,11,2.2,2.17,5,3.88,1.45,16,5.67,2.5,6,5.15,1.41,13,4.86,1.96,14,4.33,1.86,6,3.33,1.56,12,3.67,2.06,9,4.67,0.87,9,5.9,2.18,10,4.9,1.1,10,4.5,2.51,10,2.75,1.66,12,4.1,1.73,10,5.83,2.32,6,5.08,1.5,13
+clambake,4.6,2.19,20,4.17,2.25,23,5.4,1.96,20,4.4,2.3,5,4.67,2.23,15,5.08,2.39,12,3.18,1.66,11,5.36,2.25,11,5.0,1.07,8,3.36,2.01,11,6.11,1.27,9,4.5,2.22,16,3.43,2.3,7,4.82,1.83,11,6.11,1.96,9,5.33,2.31,12,3.5,1.51,8,4.16,2.27,19,4.25,2.5,4,5.08,2.06,13,6.0,1.73,7
+clammy,3.81,1.75,21,2.95,1.82,20,3.45,2.3,22,4.83,2.64,6,3.4,1.12,15,3.25,1.98,8,2.75,1.76,12,3.92,2.81,12,2.9,1.45,10,4.78,2.05,9,3.08,1.08,12,3.78,1.92,9,2.27,1.49,11,3.57,2.51,7,3.4,2.29,15,4.6,2.17,10,3.09,0.83,11,3.23,1.96,13,2.43,1.51,7,3.33,2.84,12,3.6,1.58,10
+clamp,4.6,1.47,20,5.05,2.5,20,4.58,2.26,36,4.5,1.31,8,4.67,1.61,12,5.8,2.39,5,4.8,2.57,15,4.91,2.3,11,4.44,2.27,25,4.92,1.61,13,4.0,1.0,7,5.25,2.49,12,4.75,2.66,8,4.8,2.5,20,4.31,1.96,16,4.91,1.64,11,4.22,1.2,9,5.73,2.65,11,4.22,2.17,9,4.55,2.46,22,4.64,1.98,14
+clan,5.2,1.94,20,3.78,2.6,18,4.35,2.84,23,5.4,1.14,5,5.13,2.17,15,5.6,2.79,5,3.08,2.25,13,3.85,2.64,13,5.0,3.09,10,5.0,2.05,10,5.4,1.9,10,6.0,2.31,7,2.36,1.63,11,3.73,2.55,15,5.5,3.16,8,4.86,1.88,14,6.0,2.0,6,4.17,2.48,12,3.0,2.9,6,4.64,2.98,14,3.89,2.71,9
+clandestine,5.67,1.91,18,3.95,2.68,20,4.33,2.08,24,5.83,2.08,12,5.33,1.63,6,4.6,2.97,5,3.73,2.66,15,4.69,2.39,13,3.91,1.64,11,6.75,1.98,8,4.8,1.4,10,3.43,2.88,7,4.23,2.65,13,5.09,2.39,11,3.69,1.6,13,5.22,1.79,9,6.11,2.03,9,4.0,2.79,10,3.9,2.73,10,5.11,2.03,9,3.87,2.03,15
+clang,4.1,1.26,21,4.61,2.23,23,5.35,2.06,20,3.8,1.79,5,4.19,1.11,16,5.17,1.64,12,4.0,2.68,11,6.0,2.45,10,4.67,1.5,9,3.58,1.38,12,4.78,0.67,9,4.94,2.24,16,3.86,2.19,7,4.9,1.52,10,5.8,2.49,10,4.08,1.19,13,4.12,1.46,8,4.68,2.29,19,4.25,2.22,4,4.93,1.94,14,6.33,2.16,6
+clap,6.05,1.75,21,5.15,2.68,20,6.19,2.25,21,6.0,1.1,6,6.07,1.98,15,5.25,2.25,8,5.08,3.03,12,6.73,2.0,11,5.6,2.46,10,6.67,1.03,6,5.8,1.93,15,5.7,2.5,10,4.6,2.88,10,6.29,2.4,14,6.0,2.08,7,5.14,2.04,7,6.5,1.45,14,5.43,2.87,14,4.5,2.26,6,6.5,2.07,12,5.78,2.54,9
+clapper,5.16,1.07,19,4.45,2.26,20,5.26,1.51,23,5.0,1.41,5,5.15,0.99,13,4.5,2.07,6,4.43,2.41,14,4.9,1.66,10,5.54,1.39,13,5.0,1.29,7,5.18,0.98,11,5.14,2.34,7,4.08,2.22,13,5.09,1.81,11,5.42,1.24,12,5.58,0.9,12,4.43,0.98,7,4.36,2.54,11,4.56,2.01,9,4.93,1.54,14,5.78,1.39,9
+clarification,6.06,1.51,18,3.25,2.17,20,5.64,1.7,25,6.0,1.22,5,6.08,1.66,13,3.27,2.33,11,3.22,2.11,9,5.31,1.4,16,6.22,2.11,9,6.14,1.68,7,6.0,1.48,11,2.33,1.8,9,4.0,2.24,11,5.75,1.83,20,5.2,1.1,5,6.0,1.58,9,6.11,1.54,9,2.55,1.44,11,4.11,2.67,9,5.47,1.74,19,6.17,1.6,6
+clarify,6.0,1.03,18,2.85,2.28,20,6.04,1.93,25,6.2,0.84,5,5.92,1.12,13,2.64,2.25,11,3.11,2.42,9,6.12,1.86,16,5.89,2.15,9,6.0,1.0,7,6.0,1.1,11,1.89,1.27,9,3.64,2.66,11,5.95,2.06,20,6.4,1.34,5,5.78,1.09,9,6.22,0.97,9,2.27,1.56,11,3.56,2.88,9,5.89,2.11,19,6.5,1.22,6
+clarinet,4.74,1.15,19,3.06,2.01,17,5.06,2.25,17,4.91,0.94,11,4.5,1.41,8,2.5,1.0,4,3.23,2.24,13,3.88,1.64,8,6.11,2.26,9,4.88,0.99,8,4.64,1.29,11,3.5,1.87,6,2.82,2.14,11,4.17,0.75,6,5.55,2.66,11,4.92,1.12,13,4.33,1.21,6,2.9,2.28,10,3.29,1.7,7,6.14,2.04,7,4.3,2.16,10
+clarity,7.26,1.73,19,3.64,2.32,22,6.59,1.37,22,7.56,1.59,9,7.0,1.89,10,3.75,2.05,8,3.57,2.53,14,6.27,1.56,11,6.91,1.14,11,7.0,1.73,7,7.42,1.78,12,3.8,1.99,10,3.5,2.65,12,6.69,1.38,13,6.44,1.42,9,6.9,2.02,10,7.67,1.32,9,3.75,2.38,8,3.57,2.38,14,6.57,1.28,14,6.62,1.6,8
+clash,3.96,1.77,23,5.67,2.18,21,4.32,2.5,34,4.08,1.51,12,3.82,2.09,11,5.38,2.0,8,5.85,2.34,13,4.79,2.69,14,4.0,2.36,20,3.3,1.25,10,4.46,1.98,13,5.92,1.93,13,5.25,2.6,8,4.5,2.69,22,4.0,2.17,12,3.67,1.3,12,4.27,2.2,11,5.36,2.47,14,6.29,1.38,7,5.06,2.44,17,3.59,2.4,17
+clasp,5.19,1.6,21,3.52,2.42,25,5.47,2.17,19,5.44,2.01,9,5.0,1.28,12,3.5,2.35,6,3.61,2.55,18,4.0,1.73,7,6.33,1.97,12,5.19,1.64,16,5.2,1.64,5,3.21,2.42,14,4.1,2.51,10,5.78,2.22,9,5.2,2.2,10,5.5,1.93,12,4.78,0.97,9,3.81,2.4,16,3.0,2.5,9,5.27,2.61,11,5.75,1.49,8
+class,5.73,1.52,22,4.43,1.99,21,5.24,2.31,17,5.33,2.25,6,5.93,1.22,15,3.29,2.63,7,5.0,1.36,14,5.11,2.42,9,5.38,2.33,8,5.64,1.74,14,6.0,1.15,7,4.56,1.67,9,4.33,2.27,12,5.33,2.96,9,5.12,1.46,8,5.5,1.74,14,6.12,0.99,8,4.67,2.07,6,4.33,2.02,15,5.67,2.83,9,4.75,1.58,8
+classic,6.32,1.55,22,3.62,2.2,21,6.29,2.03,21,6.5,1.74,14,6.0,1.2,8,4.0,2.68,11,3.22,1.64,9,6.17,1.6,6,6.33,2.23,15,6.3,1.77,10,6.33,1.44,12,3.27,1.95,11,4.0,2.49,10,6.33,1.97,12,6.22,2.22,9,6.17,1.64,12,6.5,1.51,10,3.54,2.5,13,3.75,1.75,8,5.92,1.88,12,6.78,2.22,9
+classic rock,5.79,2.0,24,4.78,2.68,23,5.75,1.65,20,5.71,2.75,7,5.82,1.7,17,5.58,2.27,12,3.91,2.91,11,5.55,1.86,11,6.25,1.28,8,5.23,2.17,13,6.45,1.63,11,4.69,2.5,16,5.0,3.27,7,5.82,0.87,11,5.67,2.35,9,5.6,1.96,15,6.11,2.15,9,5.0,2.85,19,3.75,1.5,4,5.93,1.21,14,5.33,2.5,6
+classical,6.79,1.62,19,3.75,2.53,20,6.25,2.2,20,7.33,1.53,3,6.87,1.55,15,4.5,2.68,10,3.0,2.26,10,6.3,2.06,10,6.2,2.44,10,7.33,1.37,6,6.75,1.6,12,3.0,2.08,7,4.15,2.73,13,5.25,2.49,8,6.92,1.78,12,7.0,1.48,12,6.43,1.9,7,4.4,2.72,10,3.1,2.28,10,6.11,2.32,9,6.36,2.2,11
+classification,4.77,1.34,22,3.45,2.13,22,5.74,2.28,19,4.75,1.28,8,4.77,1.48,13,3.86,2.48,7,3.14,2.03,14,5.57,2.76,7,5.82,2.18,11,4.25,0.89,8,5.08,1.55,13,2.88,2.36,8,3.79,2.01,14,4.86,2.73,7,6.25,1.91,12,4.73,1.68,11,4.82,0.98,11,2.44,2.19,9,4.15,1.86,13,6.0,2.13,16,4.33,3.06,3
+classified,5.53,2.09,19,4.61,2.41,23,4.68,2.16,19,4.89,1.83,9,6.1,2.23,10,4.71,2.69,7,4.73,2.34,15,4.5,2.32,10,4.89,2.09,9,6.11,2.2,9,5.0,1.94,10,4.9,3.14,10,4.58,1.68,12,4.12,1.55,8,4.9,2.56,10,5.75,1.91,12,5.14,2.48,7,4.4,2.37,20,6.0,2.65,3,4.38,1.85,8,4.91,2.43,11
+classify,5.6,1.27,20,4.25,2.24,20,6.35,1.65,26,6.0,1.41,11,5.11,0.93,9,4.57,2.07,7,4.08,2.4,13,6.38,1.76,13,6.31,1.6,13,5.64,1.29,11,5.56,1.33,9,4.18,2.36,11,4.33,2.24,9,5.82,1.59,17,7.33,1.32,9,5.5,1.27,10,5.7,1.34,10,4.67,2.57,12,3.62,1.6,8,5.94,1.69,16,7.0,1.41,10
+classmate,5.95,2.2,21,3.32,2.03,22,5.61,2.85,18,6.67,1.66,9,5.42,2.47,12,3.5,2.01,10,3.17,2.12,12,5.6,2.99,10,5.62,2.88,8,5.71,2.29,7,6.15,2.3,13,3.7,2.31,10,3.0,1.81,12,6.14,3.29,7,5.27,2.65,11,5.62,2.43,13,6.5,1.77,8,3.45,1.97,11,3.18,2.18,11,5.22,3.19,9,6.0,2.6,9
+classroom,5.57,1.69,21,4.0,2.45,20,5.05,2.61,22,6.0,1.67,6,5.4,1.72,15,4.25,2.19,8,3.83,2.69,12,5.25,2.67,12,4.8,2.66,10,6.44,2.01,9,4.92,1.08,12,4.22,2.49,9,3.82,2.52,11,4.86,2.54,7,5.13,2.72,15,6.1,2.18,10,5.09,0.94,11,3.54,2.37,13,4.86,2.54,7,4.42,2.91,12,5.8,2.1,10
+classy,6.63,1.92,19,4.14,2.08,22,6.21,1.91,24,6.33,2.94,6,6.77,1.36,13,4.75,2.38,12,3.4,1.43,10,5.25,2.31,8,6.69,1.54,16,7.3,1.16,10,5.89,2.37,9,4.44,2.65,9,3.92,1.66,13,6.18,2.01,17,6.5,1.87,6,6.88,1.73,8,6.45,2.11,11,3.11,1.96,9,4.85,1.91,13,6.06,2.11,16,6.5,1.51,8
+clatter,4.05,1.47,19,5.04,2.6,24,4.79,2.28,28,4.5,1.07,8,3.73,1.68,11,4.89,2.42,9,5.13,2.77,15,3.93,1.9,14,5.64,2.37,14,4.22,1.48,9,3.9,1.52,10,4.67,2.74,12,5.42,2.5,12,4.79,2.55,14,4.79,2.08,14,4.1,1.6,10,4.0,1.41,9,4.5,2.43,12,5.58,2.75,12,4.5,1.88,12,5.0,2.58,16
+clause,4.9,1.79,21,3.32,2.19,19,4.8,2.25,35,5.12,2.03,8,4.77,1.69,13,3.0,1.41,4,3.4,2.38,15,5.36,2.42,11,4.54,2.17,24,5.15,2.08,13,4.5,1.2,8,3.18,1.99,11,3.5,2.56,8,5.21,2.25,19,4.31,2.21,16,4.73,1.68,11,5.1,1.97,10,3.64,2.42,11,2.88,1.89,8,4.77,2.43,22,4.85,1.99,13
+claustrophobia,2.9,1.55,20,5.33,3.1,21,3.71,2.97,24,3.0,1.73,3,2.88,1.58,17,4.0,3.32,7,6.15,2.94,13,3.29,2.75,7,3.88,3.12,17,3.0,1.91,7,2.85,1.41,13,5.43,2.51,7,5.38,3.57,13,3.92,3.17,13,3.45,2.84,11,3.11,1.05,9,2.73,1.9,11,6.09,3.14,11,4.5,2.99,10,3.53,3.24,17,4.14,2.34,7
+claustrophobic,2.95,1.61,19,6.19,2.58,21,3.15,2.39,20,4.0,2.0,3,2.75,1.53,16,5.0,2.97,6,6.67,2.35,15,3.83,1.83,6,2.86,2.6,14,3.2,1.69,10,2.67,1.58,9,6.57,2.15,7,6.0,2.83,14,4.3,2.71,10,2.0,1.33,10,3.0,1.6,8,2.91,1.7,11,6.89,2.03,9,5.67,2.9,12,3.62,3.34,8,2.83,1.59,12
+clavicle,4.42,1.43,19,4.0,2.09,17,5.25,1.98,16,4.45,1.13,11,4.38,1.85,8,4.5,2.52,4,3.85,2.03,13,4.29,1.98,7,6.0,1.73,9,4.38,1.3,8,4.45,1.57,11,5.14,1.46,7,3.2,2.15,10,4.5,2.07,6,5.7,1.89,10,4.15,1.41,13,5.0,1.41,6,3.3,2.21,10,5.0,1.53,7,5.57,1.81,7,5.0,2.18,9
+claw,4.65,1.66,20,3.65,2.64,20,3.8,1.96,25,5.0,2.58,4,4.56,1.46,16,4.5,1.91,4,3.44,2.8,16,4.22,2.28,9,3.56,1.79,16,4.88,1.64,8,4.5,1.73,12,3.9,2.69,10,3.4,2.72,10,3.64,1.39,14,4.0,2.57,11,5.0,1.26,11,4.22,2.05,9,3.0,2.87,10,4.3,2.36,10,4.11,2.19,18,3.0,0.82,7
+clay,5.45,1.5,20,3.84,2.19,25,5.64,2.24,22,5.71,1.5,7,5.31,1.55,13,3.69,2.18,13,4.0,2.3,12,6.08,2.29,13,5.0,2.12,9,6.29,1.6,7,5.08,1.31,12,4.71,2.2,14,2.73,1.68,11,6.92,1.44,12,4.1,2.08,10,5.0,1.58,9,5.82,1.4,11,3.41,2.12,17,4.75,2.19,8,5.8,2.7,10,5.5,1.88,12
+clean,7.09,1.8,22,3.57,2.2,21,6.11,2.0,18,7.5,1.76,6,6.93,1.91,15,2.71,1.89,7,4.0,2.29,14,5.67,2.06,9,6.75,1.98,8,7.0,2.04,14,7.29,1.5,7,3.78,1.99,9,3.42,2.43,12,6.4,2.32,10,5.75,1.58,8,7.36,1.6,14,6.62,2.13,8,3.5,2.17,6,3.6,2.29,15,6.8,2.2,10,5.25,1.39,8
+cleaner,5.8,2.07,20,3.17,2.26,18,6.14,2.03,22,6.0,1.0,5,5.73,2.34,15,3.5,2.17,6,3.0,2.37,12,6.1,1.52,10,6.17,2.44,12,5.8,2.04,10,5.8,2.2,10,3.5,2.37,10,2.75,2.19,8,6.27,2.2,11,6.0,1.95,11,5.08,2.15,12,6.88,1.46,8,2.22,2.17,9,4.11,2.03,9,6.45,2.16,11,5.82,1.94,11
+cleanliness,7.21,1.18,19,4.05,2.67,21,6.95,2.13,22,7.6,0.55,5,7.08,1.38,13,5.67,2.94,6,3.4,2.35,15,6.7,2.0,10,7.17,2.29,12,7.29,1.25,7,7.18,1.25,11,4.0,2.89,7,4.07,2.67,14,6.1,1.97,10,7.67,2.06,12,7.33,1.15,12,7.0,1.29,7,4.09,3.08,11,4.0,2.31,10,6.85,2.08,13,7.11,2.32,9
+cleanse,6.65,1.6,20,4.53,2.61,19,6.42,1.81,26,7.09,1.58,11,6.11,1.54,9,5.86,1.68,7,3.75,2.8,12,6.23,1.92,13,6.62,1.76,13,6.91,1.76,11,6.33,1.41,9,3.7,2.45,10,5.44,2.6,9,6.53,1.81,17,6.22,1.92,9,6.9,1.66,10,6.4,1.58,10,4.75,2.9,12,4.14,2.19,7,6.44,1.55,16,6.4,2.27,10
+cleanser,6.4,2.06,20,3.61,2.28,18,6.24,2.28,21,6.67,1.86,6,6.29,2.2,14,3.12,2.1,8,4.0,2.45,10,6.09,2.66,11,6.4,1.9,10,7.17,1.72,6,6.07,2.16,14,4.0,2.78,9,3.22,1.72,9,5.93,2.62,14,6.86,1.35,7,6.0,2.16,7,6.62,2.06,13,3.57,2.41,14,3.75,2.06,4,6.17,2.62,12,6.33,1.87,9
+cleansing,6.85,1.53,20,4.5,2.5,20,6.27,1.97,26,7.09,1.38,11,6.56,1.74,9,5.57,2.23,7,3.92,2.53,13,6.08,2.02,13,6.46,1.98,13,7.18,1.47,11,6.44,1.59,9,3.55,2.38,11,5.67,2.24,9,6.53,1.81,17,5.78,2.28,9,6.9,1.73,10,6.8,1.4,10,4.0,2.66,12,5.25,2.19,8,6.0,2.0,16,6.7,1.95,10
+cleanup,4.86,1.8,21,3.04,2.54,24,6.6,2.01,20,4.75,1.67,8,4.92,1.93,13,4.17,2.71,6,2.67,2.45,18,6.0,1.79,11,7.33,2.12,9,4.92,2.07,12,4.78,1.48,9,3.4,2.41,10,2.79,2.69,14,6.23,2.09,13,7.29,1.8,7,5.29,1.77,14,4.0,1.63,7,3.31,2.7,16,2.5,2.27,8,6.33,2.19,12,7.0,1.77,8
+clear,6.14,1.7,22,2.71,1.71,21,6.17,1.76,18,5.33,2.25,6,6.4,1.45,15,2.57,1.9,7,2.79,1.67,14,5.78,1.92,9,6.5,1.69,8,6.14,1.99,14,6.0,1.15,7,2.67,1.87,9,2.75,1.66,12,6.2,2.2,10,6.12,1.13,8,6.21,1.97,14,6.0,1.2,8,3.33,2.25,6,2.47,1.46,15,6.5,1.65,10,5.75,1.91,8
+clearance,6.62,1.8,21,4.5,2.4,20,5.5,2.58,22,5.83,1.83,6,6.93,1.75,15,4.62,2.45,8,4.42,2.47,12,6.0,2.52,12,4.9,2.64,10,7.0,1.94,9,6.33,1.72,12,4.67,2.45,9,4.36,2.46,11,4.71,2.43,7,5.87,2.64,15,6.6,2.07,10,6.64,1.63,11,4.31,2.39,13,4.86,2.54,7,5.67,3.03,12,5.3,2.06,10
+cleat,4.24,1.55,21,3.61,2.33,23,5.42,1.58,26,4.73,1.42,11,3.7,1.57,10,4.0,2.61,11,3.25,2.09,12,5.55,1.81,11,5.14,1.29,14,4.0,1.89,10,4.45,1.21,11,4.27,2.53,11,3.0,2.04,12,5.29,1.57,17,5.38,1.51,8,3.77,1.69,13,5.0,0.93,8,3.47,2.2,15,3.88,2.7,8,5.41,1.77,17,5.44,1.24,9
+cleavage,5.53,1.9,19,6.29,1.49,21,5.71,2.75,34,6.1,1.85,10,4.89,1.83,9,6.0,1.85,8,6.46,1.27,13,6.36,2.37,14,5.25,2.95,20,6.44,1.88,9,4.7,1.57,10,5.92,1.61,13,6.88,1.13,8,5.32,2.95,22,6.42,2.27,12,5.67,1.5,9,5.4,2.27,10,6.43,1.7,14,6.0,1.0,7,6.06,2.77,17,5.35,2.76,17
+cleaver,4.95,1.82,20,5.1,2.66,21,5.44,2.43,25,4.0,1.73,3,5.12,1.83,17,5.71,2.75,7,4.92,2.72,13,5.62,2.33,8,5.35,2.55,17,4.86,2.41,7,5.0,1.53,13,5.86,2.48,7,4.85,2.82,13,4.86,2.38,14,6.18,2.4,11,5.44,1.67,9,4.55,1.92,11,5.64,2.8,11,4.5,2.51,10,5.28,2.8,18,5.86,1.07,7
+cleft,4.36,1.56,22,3.54,2.34,24,4.57,2.08,28,4.0,1.49,10,4.67,1.61,12,3.78,2.39,9,3.4,2.38,15,4.0,1.92,14,5.14,2.14,14,4.4,1.58,10,4.33,1.61,12,3.33,1.67,12,3.75,2.93,12,4.43,2.06,14,4.71,2.16,14,4.67,1.83,12,4.0,1.15,10,2.83,1.95,12,4.25,2.56,12,4.58,1.51,12,4.56,2.48,16
+clemency,5.15,1.53,20,3.3,1.72,23,5.48,1.91,21,5.22,1.72,9,5.09,1.45,11,3.55,1.92,11,3.08,1.56,12,4.62,0.92,8,6.0,2.2,13,5.07,1.44,14,5.33,1.86,6,3.56,2.19,9,3.14,1.41,14,5.25,1.91,8,5.62,1.98,13,5.2,1.69,10,5.1,1.45,10,3.46,1.85,13,3.1,1.6,10,5.83,2.17,12,5.0,1.5,9
+clench,3.68,1.45,19,4.11,2.65,18,4.53,2.43,17,4.09,1.22,11,3.12,1.64,8,5.5,3.42,4,3.71,2.4,14,3.88,2.47,8,5.11,2.37,9,3.5,1.6,8,3.82,1.4,11,4.29,2.06,7,4.0,3.07,11,4.17,2.04,6,4.73,2.69,11,3.85,1.57,13,3.33,1.21,6,3.0,2.32,11,5.86,2.27,7,5.29,2.43,7,4.0,2.4,10
+clergy,4.8,2.31,20,2.95,2.11,21,5.16,2.36,25,3.0,2.83,4,5.25,2.02,16,4.0,2.71,4,2.71,1.96,17,5.22,2.49,9,5.12,2.36,16,3.88,2.17,8,5.42,2.27,12,3.4,2.5,10,2.55,1.69,11,5.21,2.15,14,5.09,2.7,11,4.0,2.05,11,5.78,2.33,9,2.7,2.11,10,3.18,2.18,11,5.56,2.31,18,4.14,2.34,7
+cleric,4.65,1.63,20,3.18,1.97,22,4.43,1.75,21,4.5,1.6,8,4.75,1.71,12,2.5,1.22,6,3.4,2.23,15,4.17,2.64,6,4.53,1.36,15,4.44,1.59,9,4.82,1.72,11,3.2,1.48,5,3.18,2.13,17,5.4,1.58,10,3.55,1.44,11,4.67,1.92,12,4.62,1.19,8,3.67,2.12,9,2.85,1.86,13,5.08,1.73,12,3.56,1.42,9
+clerical,4.65,1.27,20,3.15,2.08,20,4.77,1.8,22,5.0,0.0,7,4.46,1.56,13,3.56,2.24,9,2.82,1.99,11,4.83,1.6,6,4.75,1.91,16,5.0,1.25,10,4.22,1.3,9,3.38,2.45,8,3.0,1.91,12,5.27,1.71,15,3.71,1.6,7,4.91,1.22,11,4.33,1.32,9,3.25,2.18,12,3.0,2.07,8,4.82,1.83,11,4.73,1.85,11
+clerk,4.76,1.51,21,3.85,2.01,20,5.24,2.57,21,4.5,0.55,6,4.87,1.77,15,3.88,1.89,8,3.83,2.17,12,5.36,2.66,11,5.1,2.6,10,3.67,1.03,6,5.2,1.47,15,4.7,2.0,10,3.0,1.7,10,5.14,2.71,14,5.43,2.44,7,4.43,1.51,7,4.93,1.54,14,3.79,1.85,14,4.0,2.53,6,5.17,2.48,12,5.33,2.83,9
+clever,7.36,1.36,22,5.25,2.38,20,7.0,2.4,19,7.46,1.45,13,7.22,1.3,9,5.71,1.89,7,5.0,2.65,13,5.86,2.79,7,7.67,1.97,12,7.67,1.56,12,7.0,1.05,10,4.89,2.26,9,5.55,2.54,11,6.3,2.91,10,7.78,1.48,9,7.33,1.44,12,7.4,1.35,10,6.29,1.8,7,4.69,2.53,13,7.86,1.68,7,6.5,2.68,12
+cleverness,6.95,1.87,19,5.55,2.22,22,7.1,1.25,20,6.62,1.19,8,7.18,2.27,11,5.3,2.71,10,5.75,1.82,12,6.62,1.3,8,7.42,1.16,12,7.08,1.44,13,6.67,2.73,6,4.75,2.96,8,6.0,1.62,14,6.75,1.67,8,7.33,0.89,12,6.89,1.69,9,7.0,2.11,10,5.83,1.95,12,5.2,2.57,10,7.36,1.29,11,6.78,1.2,9
+click,5.7,1.72,20,2.81,2.2,21,5.52,2.28,25,5.25,2.06,4,5.81,1.68,16,2.5,0.58,4,2.88,2.45,17,5.67,2.87,9,5.44,1.97,16,5.38,1.51,8,5.92,1.88,12,2.6,2.17,10,3.0,2.32,11,5.36,2.41,14,5.73,2.2,11,5.91,1.3,11,5.44,2.19,9,2.9,2.64,10,2.73,1.85,11,5.56,2.45,18,5.43,1.9,7
+clicker,5.32,0.58,19,3.62,1.91,21,5.96,2.24,25,5.0,0.0,2,5.35,0.61,17,3.86,2.48,7,3.69,1.55,13,6.38,2.2,8,5.76,2.31,17,5.17,0.41,6,5.38,0.65,13,4.14,2.12,7,3.54,1.76,13,6.14,2.18,14,5.73,2.41,11,5.62,0.74,8,5.09,0.3,11,3.91,2.02,11,3.3,1.83,10,5.72,2.42,18,6.57,1.72,7
+client,5.22,1.59,18,2.95,1.99,21,4.83,1.98,18,4.88,0.83,8,5.5,2.01,10,2.86,2.12,7,3.0,2.0,14,4.91,2.12,11,4.71,1.89,7,4.91,1.51,11,5.71,1.7,7,3.0,2.24,9,2.92,1.88,12,5.45,2.07,11,3.86,1.46,7,4.83,1.27,12,6.0,2.0,6,2.92,2.23,12,3.0,1.73,9,4.89,1.76,9,4.78,2.28,9
+clientele,5.1,1.45,21,3.74,2.53,23,5.89,2.17,18,5.11,1.27,9,5.08,1.62,12,4.64,2.69,11,2.92,2.15,12,6.3,2.06,10,5.38,2.33,8,4.57,1.62,7,5.38,1.39,13,4.45,2.73,11,3.08,2.23,12,5.57,3.15,7,6.09,1.38,11,5.0,1.73,13,5.25,0.89,8,3.73,2.76,11,3.75,2.42,12,5.22,2.44,9,6.56,1.74,9
+cliff,4.77,1.77,43,5.18,2.72,39,4.09,1.82,22,5.27,1.68,11,4.61,1.82,31,5.44,2.19,16,5.0,3.07,23,4.0,1.05,10,4.17,2.33,12,5.05,1.86,21,4.5,1.68,22,5.68,2.16,19,4.7,3.15,20,3.73,1.49,11,4.45,2.11,11,4.67,1.93,21,4.86,1.64,22,4.9,2.79,21,5.5,2.68,18,4.36,2.16,11,3.82,1.47,11
+climate,5.8,1.67,20,3.95,2.09,21,4.0,2.86,24,5.75,3.2,4,5.81,1.22,16,4.75,2.22,4,3.76,2.08,17,4.56,2.88,9,3.67,2.89,15,5.88,1.13,8,5.75,2.01,12,4.3,1.95,10,3.64,2.25,11,4.21,2.91,14,3.7,2.91,10,6.27,1.19,11,5.22,2.05,9,3.4,2.12,10,4.45,2.02,11,4.18,2.72,17,3.57,3.36,7
+climax,7.53,1.68,19,6.83,2.29,23,6.21,2.3,19,7.0,1.8,9,8.0,1.49,10,7.29,2.06,7,6.87,2.29,15,7.0,1.63,10,5.33,2.69,9,8.22,0.97,9,6.9,1.97,10,5.9,2.69,10,7.92,1.08,12,6.0,1.93,8,6.2,2.7,10,7.33,1.78,12,7.86,1.57,7,6.55,2.33,20,8.67,0.58,3,6.25,1.58,8,6.18,2.79,11
+climb,5.62,1.72,21,3.95,2.73,22,5.61,2.33,18,6.11,2.03,9,5.25,1.42,12,4.09,2.39,11,3.82,3.16,11,5.1,2.56,10,6.25,1.98,8,6.0,2.31,7,5.46,1.45,13,4.45,2.98,11,3.45,2.5,11,4.71,2.36,7,6.18,2.23,11,5.85,1.77,13,5.25,1.67,8,4.36,2.58,11,3.55,2.94,11,4.67,2.06,9,6.56,2.3,9
+climber,6.0,1.95,20,4.45,2.15,22,5.33,2.18,21,6.78,1.39,9,5.36,2.16,11,4.9,2.81,10,4.08,1.44,12,4.62,1.92,8,5.77,2.28,13,6.36,1.5,14,5.17,2.71,6,4.25,2.87,8,4.57,1.74,14,5.12,2.3,8,5.46,2.18,13,6.2,1.4,10,5.8,2.44,10,4.25,2.05,12,4.7,2.36,10,5.75,1.71,12,4.78,2.68,9
+clinch,4.85,1.93,20,4.0,2.3,18,5.09,2.02,22,6.2,1.1,5,4.4,1.96,15,4.67,2.07,6,3.67,2.42,12,4.8,1.81,10,5.33,2.23,12,5.4,1.26,10,4.3,2.36,10,4.6,2.17,10,3.25,2.38,8,4.27,1.95,11,5.91,1.81,11,4.67,2.23,12,5.12,1.46,8,3.0,2.4,9,5.0,1.8,9,4.45,2.07,11,5.73,1.85,11
+cling,4.8,1.58,20,4.0,2.12,22,4.63,2.34,19,5.11,1.27,9,4.55,1.81,11,2.2,1.1,5,4.56,2.13,16,5.67,2.42,6,4.15,2.23,13,5.0,1.41,14,4.33,1.97,6,3.75,2.34,12,4.33,2.0,9,3.78,1.79,9,5.4,2.59,10,5.1,1.29,10,4.5,1.84,10,4.08,2.54,12,3.9,1.6,10,5.33,2.66,6,4.31,2.21,13
+clingy,3.39,1.2,18,4.04,2.24,24,4.29,2.03,28,3.57,0.98,7,3.27,1.35,11,4.33,2.45,9,3.87,2.17,15,4.0,2.0,14,4.57,2.1,14,3.44,0.88,9,3.33,1.5,9,3.67,2.23,12,4.42,2.27,12,3.79,2.12,14,4.79,1.89,14,3.44,1.24,9,3.33,1.22,9,4.42,2.27,12,3.67,2.23,12,4.08,2.11,12,4.44,2.03,16
+clinic,4.95,1.82,20,2.95,2.06,22,4.52,2.06,27,4.2,1.62,10,5.7,1.77,10,2.57,2.15,7,3.13,2.07,15,4.12,2.26,17,5.2,1.55,10,4.2,1.81,10,5.7,1.57,10,2.2,1.79,5,3.18,2.13,17,4.29,2.58,14,4.77,1.36,13,4.67,1.78,12,5.38,1.92,8,1.6,1.07,10,4.08,2.02,12,4.93,2.23,14,4.08,1.85,13
+clinical,4.82,1.65,22,4.1,2.15,20,4.7,2.41,20,5.0,1.77,15,4.43,1.4,7,4.6,3.05,5,3.93,1.87,15,4.67,2.24,9,4.73,2.65,11,5.1,1.91,10,4.58,1.44,12,5.14,2.79,7,3.54,1.56,13,4.11,2.42,9,5.18,2.4,11,4.91,1.58,11,4.73,1.79,11,4.0,2.26,10,4.2,2.15,10,6.29,2.63,7,3.85,1.86,13
+clink,5.0,1.38,22,4.68,2.0,19,5.1,1.97,21,4.6,1.52,5,5.12,1.41,16,4.12,1.36,8,5.09,2.34,11,5.4,2.17,10,4.82,1.83,11,5.08,1.56,12,4.9,1.2,10,4.7,1.95,10,4.67,2.18,9,4.42,1.88,12,6.0,1.8,9,4.55,1.44,11,5.45,1.21,11,4.12,1.55,8,5.09,2.26,11,5.22,2.33,9,5.0,1.76,12
+clip,5.36,1.18,22,2.9,1.61,21,5.37,2.14,19,5.8,0.84,5,5.24,1.25,17,3.33,1.51,6,2.73,1.67,15,6.0,2.0,6,5.08,2.22,13,5.18,0.6,11,5.55,1.57,11,2.14,1.07,7,3.29,1.73,14,5.5,2.46,10,5.22,1.86,9,5.6,0.7,10,5.17,1.47,12,2.67,1.41,9,3.08,1.78,12,4.75,2.87,8,5.82,1.4,11
+clipboard,4.75,1.33,20,2.67,1.68,18,6.59,1.82,22,5.2,0.84,5,4.6,1.45,15,3.5,1.38,6,2.25,1.71,12,6.0,2.05,10,7.08,1.51,12,5.0,0.67,10,4.5,1.78,10,2.9,1.73,10,2.38,1.69,8,6.45,2.16,11,6.73,1.49,11,4.58,1.31,12,5.0,1.41,8,2.0,1.22,9,3.33,1.87,9,5.91,2.02,11,7.27,1.35,11
+clipper,5.67,1.74,21,3.44,2.33,18,5.25,1.81,36,6.25,1.98,8,5.31,1.55,13,4.0,2.0,5,3.23,2.49,13,5.09,1.64,11,5.32,1.91,25,6.0,2.0,13,5.12,1.13,8,3.75,2.56,12,2.83,1.83,6,5.5,1.79,20,4.94,1.84,16,5.64,1.96,11,5.7,1.57,10,3.78,2.77,9,3.11,1.9,9,5.05,1.91,22,5.57,1.65,14
+clipping,5.1,1.55,21,4.15,2.08,20,5.95,1.88,21,5.0,0.63,6,5.13,1.81,15,4.25,1.98,8,4.08,2.23,12,6.09,1.81,11,5.8,2.04,10,4.67,1.03,6,5.27,1.71,15,5.1,2.08,10,3.2,1.69,10,6.29,1.82,14,5.29,1.98,7,4.71,1.25,7,5.29,1.68,14,4.43,2.24,14,3.5,1.64,6,5.92,2.19,12,6.0,1.5,9
+clique,4.06,2.04,18,4.42,2.17,19,4.6,2.02,25,4.4,2.3,5,3.92,2.02,13,4.3,2.21,10,4.56,2.24,9,4.75,2.18,16,4.33,1.8,9,4.57,2.23,7,3.73,1.95,11,4.11,2.2,9,4.7,2.21,10,4.7,2.13,20,4.2,1.64,5,4.89,1.83,9,3.22,1.99,9,3.82,2.27,11,5.25,1.83,8,4.84,1.95,19,3.83,2.23,6
+clitoris,5.57,2.46,21,5.65,2.82,23,6.08,2.4,26,6.27,2.28,11,4.8,2.53,10,5.82,2.4,11,5.5,3.26,12,5.36,2.25,11,6.57,2.53,14,6.0,2.54,10,5.18,2.44,11,4.64,3.11,11,6.58,2.27,12,6.18,2.53,17,5.75,2.38,8,6.15,2.64,13,4.62,1.92,8,5.8,3.17,15,5.38,2.2,8,6.76,2.33,17,4.78,2.05,9
+cloak,5.95,1.39,19,4.1,2.41,21,5.13,2.16,23,6.0,1.22,5,5.85,1.52,13,3.67,2.34,6,4.27,2.49,15,5.5,1.65,10,4.85,2.51,13,6.14,1.77,7,5.73,1.19,11,4.57,2.82,7,3.86,2.25,14,4.91,2.39,11,5.33,2.02,12,6.17,1.4,12,5.57,1.4,7,4.64,2.42,11,3.5,2.37,10,5.29,1.9,14,4.89,2.62,9
+cloaking,4.95,0.78,19,3.81,2.29,21,5.21,2.4,24,5.0,1.0,3,4.94,0.77,16,4.29,2.63,7,3.38,2.14,13,5.25,2.12,8,5.19,2.59,16,5.0,0.58,7,4.92,0.9,12,4.71,2.63,7,3.15,1.99,13,5.46,2.3,13,4.91,2.59,11,4.62,0.52,8,5.18,0.87,11,3.82,2.48,11,3.8,2.2,10,5.06,2.68,17,5.57,1.62,7
+cloakroom,4.95,1.32,21,2.95,2.24,20,5.45,1.9,22,5.67,1.63,6,4.67,1.11,15,2.0,1.2,8,3.58,2.57,12,5.83,2.17,12,5.0,1.49,10,5.0,2.0,9,4.92,0.51,12,3.11,2.2,9,2.82,2.36,11,5.14,2.48,7,5.6,1.64,15,5.3,1.34,10,4.64,1.29,11,2.85,2.15,13,3.14,2.54,7,5.33,2.19,12,5.6,1.58,10
+clobber,4.0,1.59,20,4.43,2.5,23,4.15,1.69,26,3.9,1.6,10,4.1,1.66,10,4.73,2.69,11,4.17,2.41,12,4.27,1.85,11,4.14,1.66,14,4.8,1.03,10,3.2,1.69,10,4.64,2.54,11,4.25,2.56,12,4.18,1.33,17,4.25,2.43,8,4.08,1.61,13,3.86,1.68,7,4.67,2.53,15,4.0,2.56,8,4.24,1.75,17,4.0,1.66,9
+clock,5.65,1.59,40,3.35,2.46,23,5.24,2.71,45,5.88,1.67,16,5.5,1.56,24,2.43,1.62,7,3.87,2.75,15,4.81,2.11,21,5.62,3.13,24,5.5,0.91,22,5.83,2.18,18,3.4,2.63,10,3.42,2.5,12,5.32,2.45,19,5.19,2.93,26,5.68,1.52,25,5.6,1.76,15,2.95,2.19,20,6.0,3.0,3,5.1,3.05,21,5.38,2.43,24
+clockwork,5.58,1.71,19,4.23,2.51,22,5.48,1.72,21,5.67,1.0,9,5.5,2.22,10,4.38,2.5,8,4.14,2.6,14,5.7,1.64,10,5.27,1.85,11,5.57,0.79,7,5.58,2.11,12,4.8,2.39,10,3.75,2.6,12,5.46,1.94,13,5.5,1.41,8,5.5,2.12,10,5.67,1.22,9,4.0,3.07,8,4.36,2.24,14,5.08,1.71,13,6.12,1.64,8
+clod,3.58,1.74,19,3.5,2.09,22,4.57,1.56,23,4.17,2.04,6,3.31,1.6,13,3.58,2.23,12,3.4,2.01,10,4.75,2.12,8,4.47,1.25,15,3.7,1.57,10,3.44,2.01,9,4.44,1.94,9,2.85,1.99,13,4.76,1.64,17,3.8,1.3,5,3.25,1.58,8,3.82,1.89,11,3.44,2.24,9,3.54,2.07,13,4.87,1.68,15,4.0,1.2,8
+clog,2.95,1.93,19,3.23,1.9,22,3.58,1.82,24,2.83,1.47,6,3.0,2.16,13,3.25,1.96,12,3.2,1.93,10,3.5,1.6,8,3.62,1.96,16,2.7,1.34,10,3.22,2.49,9,3.56,2.3,9,3.0,1.63,13,3.71,1.96,17,3.0,1.41,6,2.12,1.13,8,3.55,2.21,11,3.33,1.94,9,3.15,1.95,13,3.75,1.91,16,3.25,1.67,8
+clone,4.18,1.89,22,3.95,2.5,22,5.0,2.05,20,5.25,1.91,8,3.57,1.65,14,3.4,2.17,10,4.42,2.75,12,5.71,2.43,7,4.62,1.8,13,4.45,1.92,11,3.91,1.92,11,3.64,2.58,11,4.27,2.49,11,5.13,2.29,15,4.6,1.14,5,3.5,1.08,10,4.75,2.26,12,5.3,2.54,10,2.83,1.9,12,5.3,1.89,10,4.7,2.26,10
+cloning,4.29,1.68,21,4.86,2.41,21,4.32,2.41,25,4.58,1.93,12,3.89,1.27,9,5.71,1.8,7,4.43,2.62,14,4.8,2.15,10,4.0,2.59,15,4.75,0.5,4,4.18,1.85,17,4.5,2.12,10,5.18,2.71,11,4.57,2.7,7,4.22,2.37,18,4.17,1.53,12,4.44,1.94,9,4.38,2.18,13,5.62,2.72,8,3.56,2.46,9,4.75,2.35,16
+close,5.23,2.09,22,3.81,2.06,21,5.94,1.95,17,5.33,2.66,6,5.27,1.98,15,3.86,2.61,7,3.79,1.85,14,6.0,1.94,9,5.88,2.1,8,5.14,2.44,14,5.57,1.4,7,4.22,2.59,9,3.5,1.62,12,6.33,2.29,9,5.5,1.51,8,5.79,2.01,14,4.25,1.98,8,4.0,3.03,6,3.73,1.67,15,6.44,2.24,9,5.38,1.51,8
+closeness,6.85,1.79,20,3.9,2.45,21,6.48,1.99,27,7.29,2.14,7,6.62,1.61,13,5.0,2.45,10,2.91,2.07,11,6.53,1.77,15,6.36,2.42,11,6.27,2.0,11,7.56,1.24,9,3.89,2.62,9,3.92,2.43,12,6.59,2.29,17,6.22,1.48,9,7.31,1.6,13,6.0,1.91,7,3.62,2.66,16,4.8,1.48,5,6.58,1.93,12,6.4,2.1,15
+closet,5.1,1.87,21,3.55,2.35,20,6.63,2.63,19,5.54,1.71,13,4.38,2.0,8,3.57,1.81,7,3.54,2.67,13,6.57,2.23,7,6.67,2.93,12,5.83,1.75,12,4.11,1.62,9,3.44,2.74,9,3.64,2.11,11,6.4,2.5,10,6.89,2.89,9,5.17,2.12,12,5.0,1.58,9,4.57,3.05,7,3.0,1.78,13,6.43,2.76,7,6.75,2.67,12
+closure,5.21,2.37,19,3.19,1.99,21,5.7,2.44,23,4.64,2.25,11,5.57,2.3,7,2.86,1.57,7,3.36,2.21,14,4.14,2.54,7,6.38,2.13,16,5.5,2.83,8,5.0,2.1,11,2.22,1.48,9,3.92,2.07,12,4.82,2.4,11,6.5,2.28,12,4.92,2.68,12,5.71,1.8,7,3.0,1.9,11,3.4,2.17,10,5.62,2.84,13,5.8,1.93,10
+clot,2.95,1.8,21,4.17,2.37,23,3.71,2.26,21,4.4,2.51,5,2.5,1.32,16,4.5,1.68,12,3.82,2.99,11,3.36,2.16,11,3.56,1.81,9,2.17,1.27,12,4.0,1.94,9,4.31,2.57,16,3.86,1.95,7,3.64,1.75,11,3.8,2.82,10,2.85,2.08,13,3.12,1.36,8,4.32,2.4,19,3.5,2.38,4,3.14,1.92,14,4.86,2.61,7
+cloth,6.2,1.44,20,2.58,1.77,24,5.4,2.16,20,5.62,1.19,8,6.58,1.51,12,3.5,1.64,6,2.28,1.74,18,5.45,2.16,11,5.33,2.29,9,6.45,1.69,11,5.89,1.05,9,2.9,1.91,10,2.36,1.69,14,5.08,2.33,13,6.0,1.83,7,6.54,1.61,13,5.57,0.79,7,3.19,1.83,16,1.38,0.74,8,5.33,1.44,12,5.5,3.07,8
+clothe,5.74,1.45,19,3.64,1.94,22,5.61,2.04,23,5.36,1.21,11,5.86,1.35,7,3.62,2.0,8,3.64,1.98,14,4.71,2.69,7,6.0,1.63,16,5.62,1.85,8,5.82,1.17,11,4.0,2.12,9,3.38,1.85,13,5.82,1.94,11,5.42,2.19,12,5.75,1.66,12,5.71,1.11,7,3.27,2.33,11,4.0,1.48,11,4.77,2.13,13,6.7,1.34,10
+clothes,6.77,1.31,22,3.14,1.71,21,5.47,2.55,17,5.83,1.17,6,7.2,1.21,15,3.29,1.8,7,3.07,1.73,14,5.0,2.92,9,6.0,2.14,8,6.79,1.37,14,6.86,1.35,7,3.11,1.83,9,3.17,1.7,12,5.33,3.28,9,5.62,1.6,8,6.64,1.55,14,7.0,0.76,8,2.33,1.51,6,3.47,1.73,15,5.78,3.03,9,5.12,2.03,8
+clothesline,5.23,1.41,22,4.31,2.65,26,5.88,2.13,24,4.67,1.5,9,5.62,1.26,13,3.2,2.35,10,5.0,2.66,16,6.89,1.45,9,5.27,2.28,15,5.0,1.77,8,5.36,1.22,14,4.92,2.72,13,3.69,2.53,13,5.25,2.3,12,6.5,1.83,12,5.67,1.3,12,4.7,1.42,10,3.8,3.0,15,5.0,2.0,11,6.0,2.2,13,5.73,2.15,11
+clothing,6.37,1.71,19,4.44,2.49,43,6.72,1.59,25,6.67,1.73,9,6.1,1.73,10,4.08,2.23,12,4.6,2.65,30,6.5,1.78,10,6.87,1.51,15,6.0,1.63,7,6.58,1.78,12,5.17,2.76,12,4.16,2.37,31,6.43,1.9,7,6.83,1.5,18,5.9,1.97,10,6.89,1.27,9,4.55,2.65,20,4.35,2.4,23,6.67,1.73,9,6.75,1.57,16
+cloud,6.2,1.58,20,2.81,2.02,21,4.79,2.83,33,6.2,1.55,10,6.2,1.69,10,3.12,1.73,8,2.62,2.22,13,4.0,2.8,13,5.3,2.79,20,5.78,1.48,9,6.55,1.63,11,3.38,2.14,13,1.88,1.46,8,4.86,2.8,21,4.67,2.99,12,6.2,1.75,10,6.2,1.48,10,2.86,2.28,14,2.71,1.5,7,5.12,2.58,16,4.47,3.08,17
+clouds,6.76,1.67,21,2.27,1.64,22,5.09,2.81,57,6.5,1.73,12,7.11,1.62,9,2.0,1.56,10,2.5,1.73,12,4.67,2.79,27,5.47,2.83,30,7.5,1.91,4,6.59,1.62,17,2.64,1.91,11,1.91,1.3,11,5.11,2.75,37,5.05,3.0,20,7.5,1.31,12,5.78,1.64,9,2.8,1.93,10,1.83,1.27,12,5.38,2.79,32,4.72,2.85,25
+cloudy,4.89,1.85,19,3.36,1.84,22,3.65,2.12,23,4.45,1.21,11,6.14,1.77,7,4.5,2.2,8,2.71,1.27,14,2.57,1.72,7,4.12,2.16,16,4.75,2.31,8,5.0,1.55,11,3.33,2.0,9,3.38,1.8,13,3.09,1.7,11,4.17,2.41,12,5.08,2.11,12,4.57,1.4,7,3.73,2.15,11,3.0,1.48,11,3.62,2.26,13,3.7,2.06,10
+clout,5.24,1.73,21,4.48,1.85,25,4.59,2.17,22,6.0,1.31,8,4.77,1.83,13,5.08,2.02,13,3.83,1.47,12,4.77,2.45,13,4.33,1.8,9,6.0,1.77,8,4.67,1.61,12,5.21,1.48,14,3.55,1.92,11,5.33,2.02,12,3.7,2.11,10,5.6,1.51,10,4.91,1.92,11,4.35,2.12,17,4.75,1.16,8,4.2,2.3,10,4.92,2.11,12
+clove,5.53,1.93,19,3.32,2.59,22,5.54,2.06,24,4.67,1.86,6,5.92,1.89,13,4.08,3.03,12,2.4,1.65,10,4.5,1.41,8,6.06,2.17,16,5.8,1.81,10,5.22,2.11,9,3.67,2.65,9,3.08,2.63,13,5.24,2.17,17,6.5,1.76,6,5.75,1.98,8,5.36,1.96,11,2.78,1.72,9,3.69,3.07,13,5.62,2.16,16,5.38,2.0,8
+clover,5.37,1.5,19,3.06,2.04,18,5.41,2.55,17,5.27,0.65,11,5.5,2.27,8,3.0,2.16,4,3.07,2.09,14,4.12,2.59,8,6.56,2.01,9,5.38,0.52,8,5.36,1.96,11,3.71,1.89,7,2.64,2.11,11,5.5,2.17,6,5.36,2.84,11,5.08,1.44,13,6.0,1.55,6,3.27,2.24,11,2.71,1.8,7,5.43,2.3,7,5.4,2.84,10
+clown,5.36,2.48,22,4.94,2.18,18,4.38,2.22,21,5.6,1.52,5,5.31,2.82,16,4.62,2.77,8,5.2,1.69,10,4.8,2.35,10,4.0,2.14,11,5.08,2.23,12,5.7,2.83,10,4.67,2.24,9,5.22,2.22,9,4.0,1.86,12,4.89,2.67,9,5.55,2.38,11,5.18,2.68,11,4.14,2.19,7,5.45,2.11,11,4.11,2.37,9,4.58,2.19,12
+club,6.5,1.77,22,3.76,2.39,21,5.11,2.42,18,6.0,1.79,6,6.87,1.68,15,3.29,2.5,7,4.0,2.39,14,5.11,2.37,9,5.5,2.51,8,6.79,1.93,14,6.29,1.25,7,3.78,2.59,9,3.75,2.34,12,5.5,2.72,10,4.62,2.07,8,6.21,1.89,14,7.0,1.51,8,3.33,2.88,6,3.93,2.25,15,4.9,3.0,10,5.38,1.6,8
+clubhouse,6.47,1.65,19,3.77,2.2,22,5.74,2.07,23,6.45,1.57,11,6.29,1.89,7,5.0,1.93,8,3.07,2.09,14,5.43,2.99,7,5.88,1.63,16,6.75,2.05,8,6.27,1.35,11,3.56,2.88,9,3.92,1.71,13,6.45,1.92,11,5.08,2.07,12,6.42,2.07,12,6.57,0.53,7,3.73,2.72,11,3.82,1.66,11,5.23,2.24,13,6.4,1.71,10
+cluck,4.75,1.12,20,3.9,2.12,21,4.81,2.39,32,4.7,1.16,10,4.8,1.14,10,3.88,1.96,8,3.92,2.29,13,4.64,2.53,14,4.94,2.34,18,4.89,1.05,9,4.64,1.21,11,4.15,2.03,13,3.5,2.33,8,4.75,2.47,20,4.92,2.35,12,5.0,0.94,10,4.5,1.27,10,4.0,2.25,14,3.71,1.98,7,5.33,2.06,15,4.35,2.62,17
+clue,5.38,1.77,21,3.52,2.27,23,5.39,2.28,18,5.67,2.29,9,5.17,1.34,12,3.55,2.02,11,3.5,2.58,12,5.3,2.11,10,5.5,2.62,8,5.29,2.36,7,5.46,1.56,13,3.73,2.37,11,3.33,2.27,12,4.71,2.63,7,5.82,2.04,11,5.31,2.14,13,5.5,1.07,8,3.82,2.4,11,3.25,2.22,12,5.44,2.13,9,5.33,2.55,9
+clueless,3.5,1.37,22,3.75,2.22,20,3.59,2.24,22,3.5,1.61,14,3.5,0.93,8,3.91,2.47,11,3.88,1.89,8,3.0,2.1,6,3.81,2.32,16,3.6,1.58,10,3.42,1.24,12,3.55,1.97,11,4.0,2.6,9,3.92,2.14,13,3.11,2.42,9,3.42,1.44,12,3.6,1.35,10,3.38,2.5,13,4.43,1.51,7,3.58,2.11,12,3.6,2.5,10
+clump,3.92,1.14,24,3.25,2.63,20,4.36,2.46,22,3.88,1.46,8,3.94,1.0,16,3.38,2.88,8,3.17,2.59,12,4.67,3.03,12,4.0,1.63,10,3.7,1.42,10,4.07,0.92,14,4.11,2.67,9,2.55,2.5,11,4.71,2.43,7,4.2,2.54,15,3.83,1.4,12,4.0,0.85,12,3.08,1.98,13,3.57,3.74,7,4.17,2.95,12,4.6,1.84,10
+clumsy,4.14,1.46,43,4.12,2.19,42,4.0,2.71,25,4.18,1.68,22,4.1,1.22,21,3.7,2.21,10,4.23,2.23,31,4.88,2.75,8,3.59,2.67,17,3.91,1.6,22,4.38,1.28,21,3.6,1.76,15,4.41,2.37,27,4.36,2.87,14,3.55,2.54,11,4.15,1.52,26,4.12,1.41,17,4.44,2.06,18,3.88,2.29,24,3.83,2.98,18,4.43,1.99,7
+clunk,4.4,1.43,20,4.1,2.22,20,4.88,2.51,34,4.1,1.29,10,4.7,1.57,10,4.0,2.2,8,4.17,2.33,12,4.86,2.6,14,4.9,2.51,20,4.11,1.83,9,4.64,1.03,11,4.5,1.62,12,3.5,2.93,8,5.14,2.51,22,4.42,2.54,12,4.2,1.75,10,4.6,1.07,10,4.54,2.4,13,3.29,1.7,7,5.18,2.32,17,4.59,2.72,17
+cluster,5.05,1.13,19,4.21,2.15,24,4.89,2.52,27,5.5,1.07,8,4.73,1.1,11,3.78,2.44,9,4.47,2.0,15,4.31,2.59,13,5.43,2.41,14,4.67,1.41,9,5.4,0.7,10,3.92,2.27,12,4.5,2.07,12,4.69,2.59,13,5.07,2.53,14,5.1,1.2,10,5.0,1.12,9,3.83,1.85,12,4.58,2.43,12,4.33,2.46,12,5.33,2.55,15
+clutch,4.8,1.7,20,4.04,1.9,24,5.19,2.54,21,4.88,1.96,8,4.75,1.6,12,4.42,1.62,12,3.67,2.15,12,6.17,2.25,12,3.89,2.42,9,5.0,2.0,8,4.73,1.62,11,4.79,1.72,14,3.0,1.7,10,5.0,2.65,11,5.4,2.55,10,4.11,1.36,9,5.36,1.8,11,3.94,1.91,16,4.25,1.98,8,4.78,2.82,9,5.5,2.39,12
+clutter,3.67,1.88,24,3.68,2.4,22,3.19,2.04,21,4.27,1.85,11,3.15,1.82,13,2.83,2.23,6,3.93,2.52,15,2.33,2.34,6,3.53,1.88,15,4.3,2.21,10,3.21,1.53,14,3.2,1.79,5,3.82,2.58,17,3.3,1.95,10,3.09,2.21,11,3.43,2.17,14,4.0,1.41,10,3.56,2.24,9,3.77,2.59,13,3.17,2.29,12,3.22,1.79,9
+coach,5.72,1.49,18,3.35,2.16,20,4.11,2.27,18,5.25,1.39,8,6.1,1.52,10,4.29,2.29,7,2.85,1.99,13,4.0,1.73,11,4.29,3.09,7,5.36,1.29,11,6.29,1.7,7,3.67,2.74,9,3.09,1.64,11,4.27,2.49,11,3.86,2.04,7,5.42,1.38,12,6.33,1.63,6,3.17,2.48,12,3.62,1.69,8,4.67,2.4,9,3.56,2.13,9
+coachman,5.22,1.56,18,3.05,2.11,20,4.28,1.54,25,6.6,0.89,5,4.69,1.44,13,3.09,2.3,11,3.0,2.0,9,3.94,1.57,16,4.89,1.36,9,5.29,1.8,7,5.18,1.47,11,3.0,2.18,9,3.09,2.17,11,4.15,1.69,20,4.8,0.45,5,5.0,1.5,9,5.44,1.67,9,2.55,1.21,11,3.67,2.83,9,4.11,1.49,19,4.83,1.72,6
+coal,4.56,1.95,18,2.55,1.9,20,4.88,1.62,25,4.6,1.67,5,4.54,2.11,13,2.91,2.39,11,2.11,1.05,9,4.69,1.82,16,5.22,1.2,9,5.14,1.86,7,4.18,1.99,11,2.11,1.96,9,2.91,1.87,11,4.85,1.81,20,5.0,0.0,5,4.22,1.3,9,4.89,2.47,9,1.64,0.81,11,3.67,2.29,9,4.74,1.63,19,5.33,1.63,6
+coalition,4.9,1.92,21,3.9,2.07,21,5.6,2.2,25,5.67,1.72,12,3.89,1.76,9,4.29,1.38,7,3.71,2.37,14,5.2,2.2,10,5.87,2.23,15,3.75,1.89,4,5.18,1.88,17,3.7,2.16,10,4.09,2.07,11,5.71,2.56,7,5.56,2.12,18,4.67,1.72,12,5.22,2.22,9,4.0,2.24,13,3.75,1.91,8,5.22,2.77,9,5.81,1.87,16
+coarse,4.5,1.58,18,3.66,2.23,44,5.16,2.3,25,4.62,2.07,8,4.4,1.17,10,3.94,2.22,17,3.48,2.26,27,5.62,1.6,8,4.94,2.59,17,4.44,2.13,9,4.56,0.88,9,4.14,2.41,14,3.43,2.14,30,5.43,2.34,14,4.82,2.32,11,4.83,1.59,12,3.83,1.47,6,3.38,2.32,26,4.06,2.1,18,5.17,2.68,18,5.14,0.9,7
+coast,5.9,2.28,21,4.17,2.64,23,5.78,2.39,41,5.89,2.71,9,5.92,2.02,12,3.57,2.57,7,4.53,2.77,15,6.09,2.19,23,5.39,2.64,18,5.71,2.29,7,5.92,2.43,13,5.5,3.06,10,3.17,1.85,12,6.04,2.44,25,5.38,2.33,16,6.08,2.33,13,5.62,2.33,8,4.1,2.67,20,4.67,2.89,3,6.0,2.41,22,5.53,2.41,19
+coastal,6.21,2.02,19,4.3,2.7,20,5.05,2.48,20,5.67,0.58,3,6.31,2.18,16,5.5,3.08,6,3.79,2.46,14,5.33,2.42,6,4.93,2.59,14,6.3,2.11,10,6.11,2.03,9,2.17,1.17,6,5.21,2.67,14,5.8,2.39,10,4.3,2.45,10,5.38,1.92,8,6.82,1.94,11,4.0,2.62,8,4.5,2.84,12,6.5,2.62,8,4.08,1.93,12
+coaster,5.48,1.33,21,3.39,2.41,23,5.12,1.03,26,5.82,1.25,11,5.1,1.37,10,3.27,2.24,11,3.5,2.65,12,5.27,1.01,11,5.0,1.11,14,5.5,1.58,10,5.45,1.13,11,3.36,2.42,11,3.42,2.5,12,5.12,0.86,17,5.12,1.46,8,5.62,1.61,13,5.25,0.71,8,3.27,2.43,15,3.62,2.5,8,5.18,1.13,17,5.0,0.87,9
+coastline,7.5,1.79,18,3.45,2.46,20,5.0,2.18,25,7.8,1.1,5,7.38,2.02,13,2.82,2.36,11,4.22,2.49,9,4.5,2.07,16,5.89,2.2,9,7.57,1.99,7,7.45,1.75,11,4.67,2.83,9,2.45,1.63,11,5.05,2.24,20,4.8,2.17,5,7.44,2.01,9,7.56,1.67,9,3.64,2.77,11,3.22,2.17,9,5.21,2.02,19,4.33,2.73,6
+coat,5.29,2.0,21,3.1,1.77,20,6.68,2.31,19,4.85,2.34,13,6.0,1.07,8,2.86,1.57,7,3.23,1.92,13,6.14,2.19,7,7.0,2.41,12,5.67,2.15,12,4.78,1.79,9,2.89,1.45,9,3.27,2.05,11,6.5,2.22,10,6.89,2.52,9,5.42,1.88,12,5.11,2.26,9,4.29,1.38,7,2.46,1.66,13,7.43,1.81,7,6.25,2.53,12
+coating,5.25,1.25,20,3.59,1.79,22,5.63,1.92,19,5.22,1.72,9,5.27,0.79,11,2.2,1.3,5,4.19,1.6,16,6.0,2.0,6,5.46,1.94,13,5.43,1.34,14,4.83,0.98,6,3.5,1.83,12,4.0,1.66,9,4.67,1.5,9,6.5,1.9,10,5.8,1.23,10,4.7,1.06,10,3.0,1.6,12,4.3,1.83,10,5.83,1.94,6,5.54,1.98,13
+coax,5.26,2.0,19,4.48,1.97,23,5.05,1.78,19,5.11,1.54,9,5.4,2.41,10,5.29,1.89,7,4.07,2.02,15,5.4,1.65,10,4.67,1.94,9,4.89,2.57,9,5.6,1.35,10,4.4,2.27,10,4.5,1.88,12,4.88,1.13,8,4.9,2.08,10,5.75,2.26,12,4.43,1.13,7,4.65,1.9,20,3.33,2.52,3,5.0,1.51,8,5.09,2.02,11
+cobalt,5.63,1.34,19,3.35,2.32,20,6.17,1.71,24,5.85,1.46,13,5.17,0.98,6,4.4,2.19,5,3.0,2.33,15,6.15,1.57,13,6.18,1.94,11,6.33,1.66,9,5.0,0.47,10,4.0,2.24,7,3.0,2.38,13,6.55,1.92,11,5.85,1.52,13,5.67,1.32,9,5.6,1.43,10,3.1,2.18,10,3.6,2.55,10,6.0,1.94,9,6.27,1.62,15
+cobbler,6.0,1.84,20,2.92,1.84,24,4.79,2.08,28,5.5,1.07,8,6.33,2.19,12,2.44,1.59,9,3.2,1.97,15,4.29,1.94,14,5.29,2.16,14,6.78,1.92,9,5.36,1.57,11,3.08,2.27,12,2.75,1.36,12,4.29,2.16,14,5.29,1.94,14,6.1,2.08,10,5.9,1.66,10,3.75,2.09,12,2.08,1.08,12,5.17,1.64,12,4.5,2.37,16
+cobra,4.42,2.34,19,5.71,2.8,21,3.74,2.36,23,4.64,2.16,11,3.43,1.99,7,6.38,2.83,8,5.31,2.81,13,4.14,3.08,7,3.56,2.06,16,4.88,2.53,8,4.09,2.26,11,5.5,3.07,8,5.85,2.73,13,4.09,2.47,11,3.42,2.31,12,4.42,2.47,12,4.43,2.3,7,4.5,3.41,10,6.82,1.54,11,4.08,2.4,13,3.3,2.36,10
+cocaine,3.05,2.44,21,4.5,2.77,22,3.56,2.38,27,3.6,2.22,10,2.55,2.62,11,3.43,2.82,7,5.0,2.7,15,4.06,2.51,17,2.7,1.95,10,3.45,2.38,11,2.6,2.55,10,2.6,2.19,5,5.06,2.73,17,3.71,2.49,14,3.38,2.33,13,2.77,2.35,13,3.5,2.67,8,3.8,2.97,10,5.08,2.57,12,3.57,2.59,14,3.54,2.22,13
+cock,5.05,2.65,20,5.74,2.2,23,5.5,2.78,28,4.25,1.75,8,5.58,3.06,12,5.0,2.45,9,6.21,1.97,14,5.64,2.95,14,5.36,2.71,14,6.22,2.99,9,4.09,1.97,11,6.83,1.4,12,4.55,2.34,11,5.14,3.06,14,5.86,2.54,14,5.4,3.06,10,4.7,2.26,10,6.36,1.96,11,5.17,2.33,12,6.25,2.53,12,4.94,2.91,16
+cockamamie,4.14,1.93,21,4.04,1.89,23,4.56,1.85,25,4.82,2.09,11,3.4,1.51,10,4.18,1.99,11,3.92,1.88,12,4.55,1.97,11,4.54,1.9,13,4.4,1.78,10,3.91,2.12,11,4.09,2.21,11,4.0,1.65,12,5.06,1.84,16,3.5,1.6,8,4.23,1.96,13,4.0,2.0,8,3.53,1.6,15,5.0,2.14,8,4.76,1.71,17,4.12,2.17,8
+cockeyed,3.95,1.22,19,4.45,2.09,20,4.38,2.58,24,4.33,0.58,3,3.88,1.31,16,3.57,2.23,7,4.92,1.93,13,4.38,2.07,8,4.38,2.87,16,4.29,1.11,7,3.75,1.29,12,3.86,2.19,7,4.77,2.05,13,4.38,2.63,13,4.36,2.66,11,4.0,1.2,8,3.91,1.3,11,4.2,1.62,10,4.7,2.54,10,4.41,2.92,17,4.29,1.7,7
+cockpit,5.53,1.43,19,4.9,2.27,20,5.61,1.85,18,5.57,1.51,7,5.5,1.45,12,5.11,2.32,9,4.73,2.33,11,4.0,2.0,5,6.23,1.42,13,5.4,0.7,10,5.75,2.12,8,4.12,2.17,8,5.42,2.27,12,5.0,1.53,13,7.2,1.79,5,5.2,1.32,10,5.89,1.54,9,4.58,1.98,12,5.38,2.72,8,4.44,1.42,9,6.78,1.48,9
+cockroach,2.46,1.63,41,5.22,3.23,18,3.57,2.31,23,3.11,1.78,18,1.96,1.33,23,5.33,2.88,6,5.17,3.51,12,3.75,2.31,8,3.47,2.39,15,2.73,1.68,30,1.73,1.27,11,5.4,3.2,10,5.0,3.46,8,4.12,2.37,17,1.6,0.89,5,3.0,1.8,22,1.84,1.17,19,3.89,3.52,9,6.56,2.4,9,4.13,2.26,15,2.5,2.14,8
+cocksucker,2.91,2.79,22,6.09,3.2,23,4.42,2.39,19,4.5,3.96,8,1.77,1.01,13,6.62,2.67,8,5.79,3.64,14,4.57,2.15,7,4.09,2.59,11,2.5,2.83,8,3.0,2.92,13,6.89,2.62,9,5.57,3.52,14,3.86,2.19,7,4.75,2.53,12,3.27,3.1,11,2.55,2.54,11,5.67,4.0,9,6.36,2.71,14,4.25,2.52,16,5.33,1.53,3
+cocktail,6.95,1.91,21,5.6,2.02,25,5.86,2.66,22,7.12,1.73,8,6.85,2.08,13,5.31,2.36,13,5.92,1.62,12,6.0,2.55,13,5.67,2.96,9,8.0,1.6,8,6.5,1.78,12,6.5,1.51,14,4.45,2.07,11,6.67,2.15,12,4.9,3.0,10,6.9,1.91,10,7.0,2.0,11,5.41,2.06,17,6.0,2.0,8,6.1,3.0,10,5.67,2.46,12
+cocky,3.45,2.35,20,5.8,2.31,20,5.27,1.99,26,2.45,1.97,11,4.67,2.29,9,5.14,2.54,7,6.15,2.19,13,5.23,1.59,13,5.31,2.39,13,3.45,2.25,11,3.44,2.6,9,5.64,2.54,11,6.0,2.12,9,5.82,1.85,17,4.22,1.92,9,4.2,2.53,10,2.7,2.0,10,5.75,2.6,12,5.88,1.96,8,5.62,1.82,16,4.7,2.21,10
+cocoa,7.33,1.49,21,5.0,2.5,24,6.32,1.96,22,6.88,1.81,8,7.62,1.26,13,5.54,2.57,13,4.36,2.38,11,6.08,2.14,13,6.67,1.73,9,8.25,1.16,8,6.83,1.47,12,5.29,1.94,14,4.6,3.2,10,6.0,2.0,12,6.7,1.95,10,7.2,1.62,10,7.45,1.44,11,5.18,2.74,17,4.57,1.9,7,6.6,2.17,10,6.08,1.83,12
+coconut,6.55,2.04,20,4.67,2.69,21,5.76,2.39,34,6.8,2.39,10,6.3,1.7,10,5.38,2.77,8,4.23,2.65,13,6.5,2.18,14,5.25,2.45,20,5.56,2.24,9,7.36,1.5,11,4.92,2.81,13,4.25,2.6,8,5.86,2.57,22,5.58,2.11,12,5.7,2.36,10,7.4,1.26,10,4.79,2.97,14,4.43,2.23,7,6.29,1.83,17,5.24,2.8,17
+cocoon,5.22,1.44,23,2.85,2.16,20,4.41,2.22,22,5.78,1.3,9,4.86,1.46,14,3.78,2.17,9,2.09,1.92,11,4.5,3.02,6,4.38,1.96,16,4.82,0.75,11,5.64,1.91,11,2.75,2.55,8,2.92,1.98,12,4.33,2.09,15,4.57,2.64,7,5.23,1.64,13,5.2,1.23,10,2.67,2.23,12,3.12,2.17,8,4.55,2.5,11,4.27,2.0,11
+cod,5.21,1.81,19,3.95,2.44,22,5.37,2.19,27,6.0,2.68,6,4.85,1.21,13,4.5,2.68,10,3.5,2.24,12,5.67,2.09,15,5.18,2.36,11,4.7,1.25,10,5.78,2.22,9,3.67,2.06,9,4.15,2.73,13,5.47,2.55,17,5.44,1.33,9,5.0,2.12,13,5.67,0.82,6,3.56,2.48,16,5.0,2.19,6,4.67,2.39,12,5.93,1.91,15
+code,4.67,1.37,18,2.76,2.23,21,4.83,2.07,18,4.38,1.77,8,4.9,0.99,10,3.71,2.43,7,2.29,2.05,14,4.82,2.04,11,4.86,2.27,7,4.55,1.57,11,4.86,1.07,7,2.78,2.28,9,2.75,2.3,12,4.45,1.97,11,5.43,2.23,7,4.5,1.57,12,5.0,0.89,6,2.25,1.91,12,3.44,2.55,9,5.33,2.29,9,4.33,1.8,9
+codeine,4.85,2.08,20,4.72,2.95,18,3.0,1.98,22,5.0,1.87,5,4.8,2.21,15,6.5,2.66,6,3.83,2.76,12,3.0,1.56,10,3.0,2.34,12,5.1,1.66,10,4.6,2.5,10,5.0,3.02,10,4.38,3.02,8,3.0,1.55,11,3.0,2.41,11,4.0,1.91,12,6.12,1.73,8,4.33,3.64,9,5.11,2.2,9,2.82,1.72,11,3.18,2.27,11
+codfish,5.16,2.29,19,3.05,2.21,20,4.95,1.93,20,7.33,2.08,3,4.73,2.22,15,2.6,1.96,10,3.5,2.46,10,5.1,1.79,10,4.8,2.15,10,4.33,2.8,6,5.58,2.11,12,3.71,2.43,7,2.69,2.1,13,5.38,2.13,8,4.67,1.83,12,5.5,2.02,12,4.57,2.76,7,3.1,2.28,10,3.0,2.26,10,4.0,1.73,9,5.73,1.79,11
+coding,5.24,1.18,21,3.45,1.99,22,4.62,2.01,21,5.67,1.32,9,4.92,1.0,12,2.67,1.97,6,3.53,1.85,15,3.5,2.43,6,5.07,1.71,15,5.33,1.12,9,5.17,1.27,12,4.6,2.61,5,3.12,1.73,17,4.3,2.06,10,4.91,2.02,11,5.5,1.17,12,4.89,1.17,9,3.89,1.83,9,3.15,2.12,13,4.42,1.78,12,4.89,2.37,9
+coed,5.68,1.45,19,3.62,2.44,21,4.48,2.04,21,6.0,1.26,11,5.71,1.11,7,4.29,2.43,7,3.29,2.46,14,3.33,2.25,6,4.93,1.83,15,5.0,1.31,8,6.18,1.4,11,4.0,2.69,9,3.33,2.31,12,4.22,2.05,9,4.67,2.1,12,5.25,1.42,12,6.43,1.27,7,3.0,2.32,11,4.3,2.5,10,4.92,2.22,13,3.75,1.58,8
+coerce,3.32,1.16,19,5.45,2.39,20,5.87,2.36,23,4.0,1.0,5,3.08,1.19,13,5.0,2.28,6,5.64,2.5,14,6.7,1.77,10,5.23,2.62,13,3.57,0.98,7,3.18,1.33,11,5.0,2.83,6,5.64,2.27,14,6.45,1.86,11,5.33,2.71,12,3.83,1.03,12,2.43,0.79,7,4.6,2.95,10,6.3,1.34,10,6.71,1.49,14,4.56,2.92,9
+coercion,3.5,1.43,20,4.33,2.31,21,5.12,2.6,25,3.67,1.15,3,3.47,1.5,17,5.71,2.56,7,3.69,1.97,13,5.0,2.67,8,5.18,2.65,17,3.29,1.5,7,3.62,1.45,13,4.86,2.12,7,4.15,2.51,13,5.21,2.36,14,5.0,3.0,11,4.11,1.05,9,3.0,1.55,11,4.18,2.14,11,4.5,2.59,10,5.11,2.83,18,5.14,2.12,7
+coexist,5.95,2.24,20,3.48,2.68,21,5.92,2.12,25,4.0,2.94,4,6.44,1.82,16,4.75,3.2,4,3.18,2.56,17,6.33,2.4,9,5.69,1.99,16,5.5,2.14,8,6.25,2.34,12,3.1,2.77,10,3.82,2.68,11,6.36,1.5,14,5.36,2.69,11,6.36,2.2,11,5.44,2.3,9,3.7,2.95,10,3.27,2.53,11,6.44,2.15,18,4.57,1.4,7
+coffee,7.0,1.23,22,5.1,2.79,21,6.12,2.12,17,7.0,1.55,6,7.0,1.2,15,6.0,3.06,7,4.64,2.65,14,5.44,2.24,9,6.88,1.81,8,6.86,1.23,14,7.29,1.38,7,4.11,2.89,9,5.83,2.59,12,6.33,2.65,9,5.88,1.46,8,7.07,1.33,14,6.88,1.13,8,4.33,3.08,6,5.4,2.72,15,6.11,2.52,9,6.12,1.73,8
+coffee table,5.86,1.58,22,3.72,2.44,18,5.29,1.49,21,6.2,1.92,5,5.81,1.56,16,5.0,2.73,8,2.7,1.7,10,5.6,1.71,10,5.0,1.26,11,5.83,1.64,12,5.9,1.6,10,3.7,2.63,10,3.75,2.38,8,5.08,1.24,12,5.56,1.81,9,5.45,1.69,11,6.27,1.42,11,3.14,2.48,7,4.09,2.47,11,5.67,1.5,9,5.0,1.48,12
+coffeehouse,7.25,1.83,20,3.55,2.54,20,5.58,2.47,24,7.25,2.22,4,7.25,1.81,16,4.0,2.0,3,3.47,2.67,17,5.0,2.29,9,5.93,2.58,15,7.5,1.41,8,7.08,2.11,12,3.89,3.06,9,3.27,2.15,11,5.0,2.35,14,6.4,2.5,10,6.82,1.72,11,7.78,1.92,9,3.2,2.7,10,3.9,2.47,10,5.71,2.49,17,5.29,2.56,7
+coffeepot,5.26,1.94,19,3.61,1.91,18,5.59,1.66,17,5.55,1.57,11,4.88,2.42,8,3.25,2.06,4,3.71,1.94,14,5.12,1.25,8,6.0,1.94,9,5.12,2.1,8,5.36,1.91,11,3.86,1.68,7,3.45,2.11,11,4.17,0.75,6,6.36,1.5,11,5.31,1.89,13,5.17,2.23,6,3.45,2.07,11,3.86,1.77,7,6.0,1.53,7,5.3,1.77,10
+coffin,2.63,1.64,41,4.3,2.85,43,3.72,2.24,39,3.56,1.89,18,1.91,0.95,23,4.31,2.89,16,4.3,2.88,27,4.0,2.12,13,3.58,2.32,26,2.97,1.75,30,1.73,0.79,11,3.14,2.54,14,4.86,2.86,29,4.29,2.05,21,3.06,2.31,18,3.14,1.83,22,2.05,1.18,19,3.38,2.77,26,5.71,2.42,17,3.86,2.31,21,3.56,2.2,18
+cog,4.55,1.54,20,4.0,2.02,22,5.16,2.29,19,4.44,1.81,9,4.64,1.36,11,2.8,2.05,5,4.56,1.79,16,6.0,2.28,6,4.77,2.28,13,4.93,1.27,14,3.67,1.86,6,3.75,2.09,12,4.67,1.73,9,3.89,1.76,9,6.3,2.16,10,4.8,1.69,10,4.3,1.42,10,3.58,2.39,12,4.5,1.43,10,5.67,2.8,6,4.92,2.1,13
+cognac,4.85,2.39,20,4.81,2.38,21,5.42,2.72,33,4.8,2.53,10,4.9,2.38,10,5.5,2.73,8,4.38,2.14,13,6.5,2.68,14,4.63,2.52,19,4.89,2.47,9,4.82,2.44,11,4.92,2.06,13,4.62,2.97,8,5.77,2.84,22,4.73,2.41,11,3.3,1.77,10,6.4,1.9,10,5.29,2.37,14,3.86,2.27,7,5.65,2.55,17,5.19,2.95,16
+cognitive,5.68,1.7,19,5.27,2.1,22,6.47,2.06,19,6.11,1.27,9,5.3,2.0,10,6.0,2.16,7,4.93,2.13,14,6.2,2.39,10,6.78,1.72,9,6.44,1.88,9,5.0,1.25,10,5.8,2.74,10,4.82,1.4,11,5.62,2.26,8,6.9,1.73,10,5.42,1.83,12,6.14,1.46,7,5.45,2.11,20,3.5,0.71,2,6.0,2.27,8,6.82,1.94,11
+coherent,5.95,1.82,20,3.09,1.93,22,5.96,2.23,27,6.57,2.3,7,5.62,1.5,13,3.5,1.9,10,2.75,1.96,12,5.6,2.41,15,6.55,2.02,11,5.64,1.8,11,6.33,1.87,9,3.33,1.94,9,2.92,1.98,13,5.82,2.6,17,6.33,1.5,9,6.0,2.0,13,5.86,1.57,7,2.94,2.02,16,3.5,1.76,6,5.25,2.34,12,6.53,2.03,15
+coil,4.94,1.3,18,3.72,2.19,18,4.82,2.43,17,5.27,0.79,11,4.43,1.81,7,4.5,2.52,4,3.5,2.14,14,4.38,2.5,8,5.22,2.44,9,5.12,0.83,8,4.8,1.62,10,4.43,1.9,7,3.27,2.33,11,4.83,2.48,6,4.82,2.52,11,4.67,1.5,12,5.5,0.55,6,2.82,2.14,11,5.14,1.46,7,5.86,2.61,7,4.1,2.13,10
+coin,6.55,1.34,40,3.13,2.2,23,6.24,2.11,49,6.36,1.28,14,6.64,1.41,25,3.36,2.25,11,2.92,2.23,12,6.36,2.23,25,6.04,2.01,23,6.5,1.63,16,6.57,1.16,23,3.36,2.16,11,2.92,2.31,12,5.92,2.16,25,6.58,2.04,24,6.67,1.52,24,6.38,1.02,16,3.27,2.57,11,3.0,1.91,12,6.27,2.13,26,6.22,2.13,23
+coincide,5.27,1.03,22,3.88,2.21,26,5.25,1.85,24,5.22,0.67,9,5.31,1.25,13,3.1,2.88,10,4.38,1.59,16,5.44,1.88,9,5.13,1.88,15,5.88,1.36,8,4.93,0.62,14,4.23,2.24,13,3.54,2.22,13,4.92,1.93,12,5.58,1.78,12,5.42,1.24,12,5.1,0.74,10,3.4,2.47,15,4.55,1.69,11,5.77,1.64,13,4.64,1.96,11
+coincidence,5.58,1.46,19,3.86,1.93,22,4.64,2.17,22,5.56,1.33,9,5.6,1.65,10,4.12,1.73,8,3.71,2.09,14,4.45,2.25,11,4.82,2.18,11,5.43,1.27,7,5.67,1.61,12,4.2,1.75,10,3.58,2.11,12,4.38,2.4,13,5.0,1.87,9,5.5,1.58,10,5.67,1.41,9,3.62,2.13,8,4.0,1.88,14,5.14,2.32,14,3.75,1.67,8
+coincidental,5.68,1.25,19,4.15,2.28,20,4.46,2.19,24,5.85,1.41,13,5.33,0.82,6,4.0,2.0,5,4.2,2.43,15,5.0,1.91,13,3.82,2.4,11,5.56,1.24,9,5.8,1.32,10,5.29,2.75,7,3.54,1.81,13,4.82,2.23,11,4.15,2.19,13,5.78,1.2,9,5.6,1.35,10,4.0,2.54,10,4.3,2.11,10,4.67,2.12,9,4.33,2.29,15
+coke,6.55,1.99,22,4.3,2.65,23,5.53,2.12,19,6.25,2.38,8,6.54,1.76,13,3.75,2.31,8,4.64,2.95,14,5.71,2.14,7,5.45,2.3,11,5.75,2.12,8,6.85,1.82,13,4.11,2.98,9,4.43,2.53,14,4.57,2.64,7,6.08,1.62,12,6.73,2.0,11,6.36,2.06,11,4.11,3.3,9,4.43,2.28,14,5.69,1.89,16,4.67,3.51,3
+Coke,6.62,1.91,21,4.45,2.76,20,5.67,2.42,21,7.0,1.41,6,6.47,2.1,15,6.0,2.45,8,3.42,2.54,12,5.27,2.33,11,6.1,2.56,10,6.83,1.33,6,6.53,2.13,15,6.3,2.45,10,2.6,1.58,10,5.0,2.48,14,7.0,1.73,7,6.43,2.7,7,6.71,1.49,14,4.57,2.9,14,4.17,2.64,6,5.17,2.72,12,6.33,1.87,9
+cola,5.67,1.8,21,4.29,1.95,21,6.0,2.04,25,5.33,1.87,12,6.11,1.69,9,4.86,2.61,7,4.0,1.57,14,6.2,2.3,10,5.87,1.92,15,5.75,2.5,4,5.65,1.69,17,5.0,2.4,10,3.64,1.21,11,6.0,2.52,7,6.0,1.91,18,5.92,1.83,12,5.33,1.8,9,4.69,1.65,13,3.62,2.33,8,5.78,2.22,9,6.12,2.0,16
+cold,4.32,2.11,19,3.55,2.57,44,5.17,2.79,18,4.78,1.39,9,3.9,2.6,10,3.67,2.8,21,3.43,2.41,23,5.2,3.29,10,5.12,2.23,8,4.86,1.35,7,4.0,2.45,12,3.0,2.03,20,4.0,2.92,24,5.14,3.44,7,5.18,2.48,11,4.0,2.16,10,4.67,2.12,9,3.53,2.58,30,3.57,2.65,14,4.56,2.7,9,5.78,2.91,9
+coleslaw,4.9,2.29,20,3.45,2.3,22,6.38,1.77,21,4.33,1.58,9,5.36,2.73,11,3.9,2.85,10,3.08,1.78,12,5.5,1.31,8,6.92,1.85,13,4.64,2.47,14,5.5,1.87,6,3.75,2.96,8,3.29,1.94,14,6.0,1.77,8,6.62,1.8,13,5.3,2.58,10,4.5,2.01,10,3.17,2.12,12,3.8,2.57,10,6.42,1.93,12,6.33,1.66,9
+colic,2.95,1.43,20,2.89,1.97,19,2.95,1.76,22,3.57,1.51,7,2.62,1.33,13,2.75,2.31,8,3.0,1.79,11,4.0,1.55,6,2.56,1.71,16,3.1,1.6,10,2.78,1.39,9,2.5,1.69,8,3.18,2.18,11,3.47,1.88,15,1.86,0.69,7,3.0,1.55,11,2.89,1.36,9,2.73,1.74,11,3.12,2.36,8,3.73,1.95,11,2.18,1.17,11
+coliseum,5.56,1.5,18,4.06,2.36,18,5.94,2.41,17,6.1,1.1,10,4.88,1.73,8,4.5,2.52,4,3.93,2.4,14,5.25,3.01,8,6.56,1.67,9,6.12,1.25,8,5.1,1.6,10,4.29,2.36,7,3.91,2.47,11,5.0,2.97,6,6.45,2.02,11,5.5,1.78,12,5.67,0.82,6,3.82,2.79,11,4.43,1.62,7,6.14,2.73,7,5.8,2.3,10
+collaborate,6.15,1.73,20,4.3,1.75,20,6.23,1.74,22,6.71,1.25,7,5.85,1.91,13,5.0,1.58,9,3.73,1.74,11,6.67,2.07,6,6.06,1.65,16,6.4,1.65,10,5.89,1.96,9,4.12,1.55,8,4.42,1.93,12,6.4,1.5,15,5.86,2.27,7,6.36,2.06,11,5.89,1.27,9,3.92,1.68,12,4.88,1.81,8,6.45,1.69,11,6.0,1.84,11
+collaboration,5.19,1.33,21,4.39,2.29,23,6.21,1.75,19,5.25,0.89,8,4.92,1.38,12,5.38,2.45,8,3.86,2.18,14,6.14,2.48,7,6.18,1.33,11,5.12,1.36,8,5.0,1.13,12,5.0,2.69,9,4.0,2.0,14,5.71,2.21,7,6.5,1.45,12,5.1,0.88,10,5.27,1.68,11,3.44,1.88,9,5.0,2.39,14,6.12,1.75,16,6.67,2.08,3
+collaborator,4.91,2.2,22,4.73,2.43,22,5.45,2.5,20,5.12,2.8,8,4.79,1.89,14,3.8,1.81,10,5.5,2.68,12,5.86,2.61,7,5.23,2.52,13,5.36,2.16,11,4.45,2.25,11,4.64,2.58,11,4.82,2.4,11,5.73,2.58,15,4.6,2.3,5,4.1,1.79,10,5.58,2.35,12,5.4,2.5,10,4.17,2.33,12,5.4,2.17,10,5.5,2.92,10
+collage,5.05,1.47,19,3.44,2.28,18,4.53,2.29,17,5.18,1.17,11,4.88,1.89,8,3.75,2.75,4,3.36,2.24,14,3.38,1.85,8,5.56,2.24,9,5.62,0.92,8,4.64,1.69,11,4.86,2.48,7,2.55,1.69,11,4.5,1.64,6,4.55,2.66,11,5.08,1.61,13,5.0,1.26,6,3.36,2.46,11,3.57,2.15,7,4.43,1.72,7,4.6,2.72,10
+collagen,4.26,2.05,19,3.8,2.78,20,4.8,2.38,20,4.33,1.15,3,4.33,2.26,15,3.3,1.77,10,4.3,3.56,10,4.9,1.97,10,4.7,2.83,10,3.5,1.76,6,4.75,2.18,12,3.57,2.82,7,3.92,2.87,13,3.88,1.96,8,5.42,2.5,12,4.83,2.08,12,3.29,1.7,7,4.1,3.03,10,3.5,2.64,10,4.33,2.12,9,5.18,2.6,11
+collapse,3.37,1.26,19,6.14,2.29,21,3.74,2.03,23,4.2,0.84,5,3.08,1.32,13,5.5,2.43,6,6.4,2.26,15,4.4,2.37,10,3.23,1.64,13,3.71,1.38,7,3.18,1.25,11,5.0,2.52,7,6.71,2.02,14,4.64,2.06,11,2.92,1.68,12,3.67,0.78,12,2.86,1.77,7,5.27,2.61,11,7.1,1.45,10,4.29,2.27,14,2.89,1.27,9
+collar,4.95,1.75,19,3.33,2.03,21,4.63,2.36,19,6.67,1.53,3,4.62,1.63,16,3.67,2.34,6,3.2,1.97,15,4.2,1.92,5,4.79,2.55,14,5.0,1.63,10,4.89,1.96,9,3.29,2.06,7,3.36,2.1,14,4.67,2.74,9,4.6,2.12,10,5.0,1.85,8,4.91,1.76,11,2.78,2.17,9,3.75,1.91,12,5.0,3.11,7,4.42,1.93,12
+collarbone,5.1,1.61,21,2.86,2.03,22,5.41,2.0,27,4.6,0.97,10,5.55,1.97,11,2.57,1.99,7,3.0,2.1,15,5.29,2.37,17,5.6,1.26,10,5.36,1.29,11,4.8,1.93,10,1.8,1.79,5,3.18,2.04,17,5.21,2.42,14,5.62,1.5,13,5.08,1.44,13,5.12,1.96,8,1.9,1.52,10,3.67,2.1,12,5.93,1.82,14,4.85,2.12,13
+collateral,4.11,2.0,19,3.9,2.17,20,5.55,2.5,20,5.67,1.15,3,3.73,2.05,15,4.1,2.08,10,3.7,2.36,10,5.7,2.26,10,5.4,2.84,10,3.5,1.38,6,4.33,2.31,12,4.0,2.31,7,3.85,2.19,13,5.12,3.0,8,5.83,2.21,12,4.17,2.17,12,4.0,1.83,7,4.2,2.39,10,3.6,2.01,10,5.22,3.11,9,5.82,1.99,11
+colleague,5.26,2.0,19,3.5,1.99,20,5.7,2.3,20,7.33,2.08,3,5.13,1.51,15,3.6,2.17,10,3.4,1.9,10,6.5,2.27,10,4.9,2.13,10,5.67,2.16,6,5.42,1.62,12,2.86,1.86,7,3.85,2.03,13,5.62,2.39,8,5.75,2.34,12,5.0,1.95,12,5.71,2.14,7,3.4,1.9,10,3.6,2.17,10,5.0,2.6,9,6.27,1.95,11
+collect,5.9,1.37,21,3.14,1.78,22,5.48,1.6,21,5.78,1.48,9,6.0,1.35,12,3.0,1.9,6,3.07,1.79,15,5.67,1.37,6,5.4,1.72,15,5.67,1.58,9,6.08,1.24,12,3.4,1.14,5,3.06,1.95,17,4.9,1.6,10,6.0,1.48,11,6.33,1.37,12,5.33,1.22,9,3.67,2.0,9,2.77,1.59,13,5.08,1.51,12,6.0,1.66,9
+collection,5.9,1.29,20,4.44,2.41,18,6.9,1.65,20,5.8,1.1,5,5.93,1.39,15,4.5,1.87,6,4.42,2.71,12,6.56,1.81,9,7.18,1.54,11,6.0,1.15,10,5.8,1.48,10,4.5,1.96,10,4.38,3.02,8,6.82,1.54,11,7.0,1.87,9,5.17,1.03,12,7.0,0.76,8,3.78,2.59,9,5.11,2.15,9,7.09,1.7,11,6.67,1.66,9
+collective,5.19,1.89,21,2.86,1.64,22,5.4,2.28,20,5.86,0.9,7,4.86,2.18,14,3.1,1.85,10,2.67,1.5,12,6.0,3.06,7,5.08,1.8,13,5.64,1.96,11,4.7,1.77,10,3.18,1.99,11,2.55,1.21,11,5.4,2.61,15,5.4,0.89,5,4.3,1.89,10,6.0,1.55,11,3.6,1.9,10,2.25,1.14,12,5.1,1.85,10,5.7,2.71,10
+collector,5.27,1.98,22,4.91,2.14,22,5.47,2.89,19,4.75,2.19,8,5.62,1.94,13,4.88,2.8,8,5.0,1.83,13,4.29,3.55,7,6.09,2.43,11,4.5,2.14,8,5.77,1.88,13,4.89,2.52,9,4.92,1.93,13,4.29,2.69,7,6.17,2.89,12,5.73,2.37,11,4.82,1.47,11,4.33,2.4,9,5.31,1.93,13,5.81,2.86,16,3.67,2.89,3
+college,6.44,1.72,18,4.0,2.77,20,5.89,1.97,18,6.0,0.93,8,6.8,2.15,10,5.29,2.5,7,3.31,2.75,13,5.64,1.36,11,6.29,2.75,7,5.91,1.58,11,7.29,1.7,7,4.67,3.43,9,3.45,2.11,11,6.36,1.57,11,5.14,2.41,7,5.83,1.53,12,7.67,1.51,6,3.67,2.87,12,4.5,2.73,8,6.0,2.06,9,5.78,1.99,9
+collegiate,5.3,1.56,20,4.95,2.24,20,5.85,1.76,26,5.55,1.57,11,5.0,1.58,9,6.0,2.31,7,4.38,2.06,13,5.54,1.71,13,6.15,1.82,13,5.18,1.99,11,5.44,0.88,9,4.55,2.21,11,5.44,2.3,9,5.76,1.92,17,6.0,1.5,9,5.2,1.69,10,5.4,1.51,10,4.25,2.01,12,6.0,2.27,8,5.75,1.69,16,6.0,1.94,10
+collide,3.1,1.64,21,4.33,1.99,24,3.95,2.01,22,3.75,1.58,8,2.69,1.6,13,4.42,2.39,12,4.25,1.6,12,4.38,2.26,13,3.33,1.5,9,4.0,1.31,8,2.67,1.61,12,4.69,1.25,13,3.91,2.63,11,4.5,1.98,12,3.3,1.95,10,2.6,1.35,10,3.55,1.81,11,4.24,2.17,17,4.57,1.62,7,3.8,2.49,10,4.08,1.62,12
+collie,6.8,1.58,20,3.68,2.15,22,5.79,1.69,19,6.78,1.39,9,6.82,1.78,11,2.2,1.3,5,4.12,2.25,16,6.33,2.16,6,5.54,1.45,13,6.57,1.45,14,7.33,1.86,6,3.75,2.05,12,3.56,2.51,9,4.89,0.6,9,6.6,1.96,10,6.3,1.25,10,7.3,1.77,10,2.92,1.51,12,4.6,2.5,10,6.17,2.32,6,5.62,1.39,13
+collision,2.95,1.54,20,5.9,2.1,20,2.57,1.83,21,3.29,1.8,7,2.77,1.42,13,6.56,1.01,9,5.36,2.62,11,1.8,1.3,5,2.81,1.94,16,3.0,1.56,10,2.89,1.69,9,5.62,2.39,8,6.08,1.98,12,3.07,2.02,14,1.57,0.79,7,3.09,1.87,11,2.78,1.09,9,5.75,2.22,12,6.12,2.03,8,2.9,1.85,10,2.27,1.85,11
+cologne,6.05,1.1,20,3.6,1.98,20,5.44,2.04,18,6.57,0.98,7,5.77,1.09,13,4.0,1.66,9,3.27,2.24,11,6.4,1.82,5,5.08,2.06,13,5.6,1.17,10,6.56,0.88,9,3.62,1.85,8,3.58,2.15,12,5.23,2.05,13,6.0,2.12,5,6.09,0.7,11,6.0,1.5,9,3.42,1.78,12,3.88,2.36,8,5.67,2.18,9,5.22,1.99,9
+colon,4.04,2.08,23,3.64,2.24,22,4.7,2.27,20,5.12,1.89,8,3.47,2.0,15,3.8,2.44,10,3.5,2.15,12,5.86,2.12,7,4.08,2.18,13,4.83,2.17,12,3.18,1.66,11,3.45,1.97,11,3.82,2.56,11,4.93,2.37,15,4.0,2.0,5,3.55,2.3,11,4.5,1.83,12,3.5,1.96,10,3.75,2.53,12,5.0,2.26,10,4.4,2.37,10
+colonel,5.18,1.01,22,3.9,2.23,21,5.72,1.96,18,5.33,1.03,6,5.2,1.01,15,4.14,2.34,7,3.79,2.26,14,5.0,1.66,9,6.5,2.2,8,5.14,1.1,14,5.43,0.79,7,3.22,2.59,9,4.42,1.88,12,5.6,2.17,10,5.88,1.81,8,4.93,0.62,14,5.62,1.41,8,3.83,3.13,6,3.93,1.91,15,6.3,1.83,10,5.0,2.0,8
+colonial,4.95,1.66,21,2.71,2.29,24,5.1,2.25,20,5.25,0.89,8,4.77,2.01,13,4.17,2.23,6,2.22,2.16,18,4.91,2.34,11,5.33,2.24,9,4.92,1.68,12,5.0,1.73,9,3.5,2.8,10,2.14,1.75,14,5.23,2.8,13,4.86,0.38,7,5.21,1.53,14,4.43,1.9,7,3.31,2.52,16,1.5,1.07,8,5.08,2.02,12,5.12,2.7,8
+colonic,3.85,2.01,20,3.86,1.85,21,4.44,2.29,34,3.6,1.51,10,4.1,2.47,10,4.38,2.07,8,3.54,1.71,13,4.64,2.47,14,4.3,2.2,20,3.67,1.41,9,4.0,2.45,11,3.92,1.93,13,3.75,1.83,8,5.05,2.28,22,3.33,1.92,12,3.3,1.49,10,4.4,2.37,10,3.71,1.9,14,4.14,1.86,7,5.0,2.29,17,3.88,2.2,17
+colonoscopy,2.6,1.6,20,4.05,2.73,21,3.4,2.2,25,2.33,2.31,3,2.65,1.54,17,3.71,2.98,7,4.08,2.75,13,3.5,2.39,8,3.35,2.18,17,2.71,1.89,7,2.54,1.51,13,3.14,1.68,7,4.38,3.18,13,3.36,2.31,14,3.45,2.16,11,3.11,1.69,9,2.18,1.47,11,4.09,2.43,11,4.0,3.16,10,3.28,2.37,18,3.71,1.8,7
+colony,5.52,1.17,21,4.17,2.21,23,5.04,2.11,26,5.27,1.19,11,5.8,1.14,10,5.0,2.1,11,3.42,2.11,12,5.18,2.44,11,4.93,1.98,14,5.8,1.14,10,5.27,1.19,11,5.0,2.28,11,3.42,1.93,12,5.06,2.3,17,5.0,1.93,8,5.85,1.41,13,5.0,0.0,8,4.0,2.3,15,4.5,2.14,8,4.71,2.26,17,5.67,1.73,9
+color,7.05,2.22,19,3.18,1.62,22,5.95,1.8,44,6.17,3.13,6,7.46,1.66,13,3.17,1.59,12,3.2,1.75,10,5.55,1.92,22,6.36,1.62,22,6.6,2.5,10,7.56,1.88,9,3.11,1.76,9,3.23,1.59,13,5.79,1.97,29,6.27,1.44,15,7.0,2.78,8,7.09,1.87,11,3.33,1.41,9,3.08,1.8,13,5.8,2.0,25,6.16,1.54,19
+colored,6.57,1.6,21,4.73,2.27,22,5.36,1.73,22,6.22,1.72,9,6.83,1.53,12,4.0,3.1,6,5.07,1.98,15,5.17,1.83,6,5.44,1.75,16,6.0,1.41,9,7.0,1.65,12,4.6,2.51,5,4.76,2.28,17,5.82,1.94,11,4.91,1.45,11,6.75,1.76,12,6.33,1.41,9,4.78,1.92,9,4.69,2.56,13,5.42,1.83,12,5.3,1.7,10
+colorful,7.43,1.4,21,3.59,2.58,22,5.96,2.07,27,7.3,1.25,10,7.55,1.57,11,2.71,2.63,7,4.0,2.54,15,5.65,2.26,17,6.5,1.65,10,7.09,1.58,11,7.8,1.14,10,2.4,2.19,5,3.94,2.63,17,5.21,2.12,14,6.77,1.74,13,7.38,1.5,13,7.5,1.31,8,3.4,2.99,10,3.75,2.3,12,6.21,2.19,14,5.69,1.97,13
+coloring,6.29,1.4,17,4.41,2.59,22,6.77,1.69,22,6.0,1.2,8,6.56,1.59,9,4.25,2.66,8,4.5,2.65,14,7.18,1.4,11,6.36,1.91,11,5.5,0.84,6,6.73,1.49,11,5.5,2.27,10,3.5,2.58,12,6.85,1.82,13,6.67,1.58,9,6.38,1.85,8,6.22,0.97,9,5.25,2.25,8,3.93,2.73,14,6.86,1.83,14,6.62,1.51,8
+colossal,4.33,1.46,21,4.96,2.4,23,5.14,2.37,21,4.2,1.64,5,4.38,1.45,16,5.75,1.82,12,4.09,2.74,11,4.73,2.05,11,5.22,2.59,9,3.92,1.44,12,4.89,1.36,9,5.25,2.38,16,4.29,2.5,7,4.91,1.64,11,5.4,3.06,10,4.62,1.39,13,3.88,1.55,8,5.26,2.35,19,3.5,2.38,4,4.64,2.37,14,6.14,2.19,7
+columbine,3.7,2.25,20,5.14,2.96,22,3.85,2.38,27,3.43,2.64,7,3.85,2.12,13,4.7,3.02,10,5.5,3.0,12,3.87,2.5,15,3.64,2.34,11,3.0,2.0,11,4.56,2.35,9,5.44,2.46,9,4.92,3.35,13,3.76,2.7,17,3.78,1.79,9,3.85,2.34,13,3.43,2.23,7,4.88,3.01,16,5.83,2.99,6,3.17,2.25,12,4.4,2.41,15
+column,5.0,1.28,41,3.11,1.74,38,5.24,2.16,42,4.78,1.7,18,5.17,0.83,23,3.77,1.59,13,2.76,1.74,25,5.46,2.25,24,4.94,2.07,18,5.13,1.2,30,4.64,1.5,11,3.37,1.64,19,2.84,1.83,19,5.8,2.31,25,4.41,1.66,17,5.45,1.3,22,4.47,1.07,19,3.15,1.69,26,3.0,1.91,12,5.09,2.47,22,5.4,1.82,20
+columnist,5.47,1.26,19,3.25,2.02,20,5.5,2.27,24,5.85,1.28,13,4.67,0.82,6,4.4,3.13,5,2.87,1.46,15,5.77,2.17,13,5.18,2.44,11,5.78,1.48,9,5.2,1.03,10,3.86,2.54,7,2.92,1.71,13,5.09,2.34,11,5.85,2.23,13,5.33,1.41,9,5.6,1.17,10,3.3,2.11,10,3.2,2.04,10,6.56,2.55,9,4.87,1.88,15
+com,5.76,1.45,21,4.35,2.32,20,6.11,2.31,19,6.08,1.26,13,5.25,1.67,8,5.57,1.9,7,3.69,2.32,13,7.14,1.57,7,5.5,2.5,12,5.75,1.54,12,5.78,1.39,9,4.78,2.22,9,4.0,2.45,11,6.7,1.89,10,5.44,2.65,9,5.75,1.71,12,5.78,1.09,9,5.29,2.56,7,3.85,2.12,13,7.0,1.91,7,5.58,2.43,12
+coma,1.89,0.99,19,3.05,2.01,22,2.71,2.18,24,2.0,1.26,6,1.85,0.9,13,3.17,2.17,12,2.9,1.91,10,3.5,1.93,8,2.31,2.24,16,2.1,0.99,10,1.67,1.0,9,3.67,2.4,9,2.62,1.66,13,2.88,2.39,17,2.0,1.55,6,1.38,0.52,8,2.27,1.1,11,2.89,1.83,9,3.15,2.19,13,3.19,2.46,16,1.75,1.04,8
+comatose,2.0,1.0,19,3.15,2.21,20,3.4,2.21,20,2.0,1.0,3,2.07,1.03,15,3.2,2.1,10,3.1,2.42,10,3.6,2.41,10,3.2,2.1,10,2.17,0.98,6,2.0,1.04,12,2.86,2.41,7,3.31,2.18,13,3.25,1.75,8,3.5,2.54,12,1.67,0.89,12,2.57,0.98,7,3.1,2.13,10,3.2,2.39,10,3.33,1.8,9,3.45,2.58,11
+comb,5.65,1.39,20,2.33,1.61,18,6.68,1.76,22,5.0,0.0,5,5.87,1.55,15,2.33,1.03,6,2.33,1.87,12,5.8,1.93,10,7.42,1.24,12,5.4,0.97,10,5.9,1.73,10,1.9,0.99,10,2.88,2.1,8,6.64,2.11,11,6.73,1.42,11,5.5,1.57,12,5.88,1.13,8,1.67,1.0,9,3.0,1.87,9,6.64,2.2,11,6.73,1.27,11
+combat,2.95,1.78,19,6.09,2.18,22,4.0,2.2,22,3.67,1.94,9,2.3,1.42,10,6.25,2.6,8,6.0,2.0,14,4.0,2.28,11,4.0,2.24,11,4.57,1.62,7,2.0,1.04,12,5.1,2.13,10,6.92,1.93,12,3.77,2.28,13,4.33,2.18,9,3.0,1.63,10,2.89,2.03,9,6.62,2.56,8,5.79,1.97,14,4.57,2.28,14,3.0,1.77,8
+combative,3.65,1.95,20,5.6,1.94,25,4.59,2.59,22,4.5,2.51,8,3.08,1.31,12,5.54,2.11,13,5.67,1.83,12,6.0,2.04,13,2.56,1.88,9,4.62,2.5,8,3.0,1.26,11,5.79,1.76,14,5.36,2.2,11,5.58,2.07,12,3.4,2.76,10,3.7,2.58,10,3.6,1.17,10,5.29,1.96,17,6.25,1.83,8,4.9,3.03,10,4.33,2.27,12
+combination,5.47,1.65,19,3.5,2.24,20,5.96,1.65,24,5.69,1.8,13,5.0,1.26,6,4.6,3.05,5,3.13,1.88,15,6.08,1.66,13,5.82,1.72,11,5.89,1.83,9,5.1,1.45,10,4.86,2.54,7,2.77,1.74,13,5.36,1.75,11,6.46,1.45,13,5.22,1.3,9,5.7,1.95,10,3.5,2.42,10,3.5,2.17,10,6.44,1.88,9,5.67,1.5,15
+combine,4.84,1.5,19,3.64,2.19,22,5.54,2.19,28,4.88,0.83,8,4.82,1.89,11,3.62,2.2,8,3.64,2.27,14,5.57,2.31,14,5.5,2.14,14,4.89,2.15,9,4.8,0.63,10,3.58,2.23,12,3.7,2.26,10,5.07,2.56,14,6.0,1.71,14,4.9,1.85,10,4.78,1.09,9,3.45,1.75,11,3.82,2.64,11,5.25,2.01,12,5.75,2.35,16
+combo,6.17,1.42,18,4.48,2.09,23,5.5,2.15,18,5.89,1.05,9,6.44,1.74,9,5.14,1.46,7,4.33,2.29,15,5.44,2.19,9,5.56,2.24,9,6.89,1.45,9,5.44,1.01,9,5.1,2.42,10,4.17,1.7,12,5.25,2.12,8,5.33,2.06,9,6.73,1.56,11,5.29,0.49,7,4.35,2.06,20,5.33,2.52,3,5.5,2.27,8,5.5,2.17,10
+combustion,4.43,2.01,21,6.26,2.65,23,4.14,2.33,21,3.6,2.88,5,4.69,1.7,16,7.17,1.85,12,5.27,3.1,11,3.64,2.01,11,4.22,2.28,9,3.92,1.44,12,5.11,2.52,9,6.44,2.5,16,5.86,3.13,7,3.91,1.64,11,4.4,2.99,10,4.77,2.31,13,3.88,1.36,8,6.74,2.62,19,4.0,1.41,4,3.64,1.86,14,5.14,2.97,7
+come,5.64,1.26,22,3.57,2.04,21,5.94,1.88,16,6.0,1.26,6,5.53,1.3,15,2.29,1.98,7,4.21,1.81,14,6.0,2.0,8,5.88,1.89,8,5.5,1.34,14,6.0,1.15,7,3.56,2.01,9,3.58,2.15,12,6.38,2.26,8,5.5,1.41,8,5.5,1.45,14,5.88,0.83,8,3.83,2.32,6,3.47,2.0,15,6.88,1.73,8,5.0,1.6,8
+comeback,6.14,1.58,22,4.89,2.37,18,6.67,1.68,21,5.8,1.79,5,6.25,1.61,16,5.25,1.98,8,4.6,2.72,10,6.7,2.0,10,6.64,1.43,11,5.75,1.54,12,6.6,1.58,10,4.8,2.1,10,5.0,2.83,8,6.83,1.75,12,6.44,1.67,9,6.27,1.79,11,6.0,1.41,11,4.12,2.1,8,5.5,2.51,10,6.67,1.8,9,6.67,1.67,12
+comedian,7.6,1.19,20,5.78,2.04,23,6.48,1.91,21,7.33,0.87,9,7.82,1.4,11,6.09,1.7,11,5.5,2.35,12,6.0,1.85,8,6.77,1.96,13,7.57,1.22,14,7.67,1.21,6,6.11,2.03,9,5.57,2.1,14,6.5,1.51,8,6.46,2.18,13,7.8,1.03,10,7.4,1.35,10,5.54,2.07,13,6.1,2.08,10,6.75,1.66,12,6.11,2.26,9
+comedy,8.05,1.37,37,6.0,1.9,21,5.55,2.21,38,8.38,0.77,13,7.88,1.6,24,6.57,1.27,7,5.77,2.2,13,4.84,2.32,19,6.11,1.84,18,8.3,0.86,20,7.76,1.79,17,5.71,1.5,7,6.23,2.17,13,4.82,2.1,17,6.14,2.17,21,8.11,1.08,18,8.0,1.63,19,6.0,1.73,11,6.0,2.16,10,6.05,1.96,21,4.94,2.41,17
+comet,6.9,1.68,20,4.8,2.65,20,4.64,2.04,22,7.57,1.4,7,6.54,1.76,13,5.78,2.68,9,4.0,2.45,11,5.17,2.23,6,4.44,2.0,16,6.4,1.78,10,7.44,1.59,9,4.88,3.44,8,4.75,2.14,12,4.27,1.87,15,5.43,2.3,7,7.0,1.84,11,6.78,1.56,9,5.08,2.71,12,4.38,2.67,8,4.27,2.0,11,5.0,2.1,11
+comfort,7.24,1.92,21,2.76,1.92,21,7.18,1.65,22,6.89,1.54,9,7.5,2.2,12,3.0,2.65,7,2.64,1.55,14,6.82,1.89,11,7.55,1.37,11,6.14,2.48,7,7.77,1.42,13,3.5,2.07,10,2.09,1.58,11,7.69,1.32,13,6.44,1.88,9,6.69,2.14,13,8.12,1.13,8,3.46,2.07,13,1.62,0.92,8,7.36,1.6,14,6.88,1.81,8
+comfortable,7.67,1.53,18,2.38,1.83,21,6.89,2.25,18,6.75,1.83,8,8.4,0.7,10,2.14,1.46,7,2.5,2.03,14,6.73,1.85,11,7.14,2.91,7,7.18,1.72,11,8.43,0.79,7,1.67,1.32,9,2.92,2.02,12,7.09,1.81,11,6.57,2.94,7,7.33,1.72,12,8.33,0.82,6,2.0,1.54,12,2.89,2.15,9,6.67,2.87,9,7.11,1.54,9
+comforter,6.65,1.79,20,3.85,2.25,20,5.67,2.63,21,6.0,1.1,6,6.93,1.98,14,4.62,1.77,8,3.33,2.46,12,5.64,2.69,11,5.7,2.71,10,6.0,1.1,6,6.93,1.98,14,4.7,2.58,10,3.0,1.56,10,4.93,2.73,14,7.14,1.77,7,5.43,1.72,7,7.31,1.49,13,4.14,2.51,14,3.17,1.47,6,5.42,2.75,12,6.0,2.6,9
+comforting,7.47,2.17,19,3.0,2.2,20,7.0,1.97,20,8.33,1.15,3,7.73,1.62,15,3.3,2.45,10,2.7,2.0,10,6.9,2.23,10,7.1,1.79,10,7.67,2.34,6,7.92,1.08,12,1.71,1.89,7,3.69,2.1,13,6.12,2.3,8,7.58,1.56,12,7.67,2.31,12,7.14,2.04,7,3.5,2.64,10,2.5,1.65,10,7.22,1.56,9,6.82,2.32,11
+comfy,7.25,1.41,20,2.88,2.49,24,6.71,2.23,28,6.88,0.83,8,7.5,1.68,12,3.11,2.76,9,2.73,2.4,15,6.64,2.56,14,6.79,1.93,14,7.44,1.59,9,7.09,1.3,11,3.75,2.96,12,2.0,1.6,12,6.5,2.44,14,6.93,2.06,14,7.3,1.77,10,7.2,1.03,10,2.83,2.62,12,2.92,2.47,12,6.67,2.35,12,6.75,2.21,16
+comic,7.5,1.47,18,4.3,2.45,20,5.6,1.71,25,7.2,1.48,5,7.62,1.5,13,4.45,2.66,11,4.11,2.32,9,5.19,1.76,16,6.33,1.41,9,7.86,1.68,7,7.27,1.35,11,4.33,2.5,9,4.27,2.53,11,5.65,1.79,20,5.4,1.52,5,7.78,1.48,9,7.22,1.48,9,4.09,2.47,11,4.56,2.55,9,5.37,1.77,19,6.33,1.37,6
+comical,6.95,1.27,19,5.1,2.39,21,5.64,2.42,22,6.67,1.53,3,7.0,1.26,16,5.5,1.77,8,4.85,2.73,13,5.33,2.87,9,5.85,2.15,13,7.11,1.27,9,6.8,1.32,10,5.78,1.92,9,4.58,2.64,12,5.93,2.81,14,5.12,1.55,8,7.0,0.58,7,6.92,1.56,12,6.0,2.0,10,4.27,2.49,11,6.0,2.89,12,5.2,1.75,10
+comics,6.95,1.87,19,4.41,2.79,22,5.3,2.01,23,6.82,1.99,11,7.0,1.91,7,5.0,3.07,8,4.07,2.67,14,4.43,2.57,7,5.69,1.66,16,6.62,2.13,8,7.18,1.72,11,3.11,2.62,9,5.31,2.63,13,4.64,1.75,11,5.92,2.11,12,6.92,2.31,12,7.0,0.82,7,4.55,3.24,11,4.27,2.41,11,4.92,2.18,13,5.8,1.75,10
+comma,4.47,2.17,19,3.23,2.58,22,5.11,2.49,19,4.33,2.12,9,4.6,2.32,10,3.43,3.26,7,3.21,2.39,14,5.2,2.49,10,5.0,2.65,9,4.22,2.64,9,4.7,1.77,10,3.5,2.88,10,3.09,2.51,11,4.25,1.75,8,5.5,2.88,10,4.5,2.02,12,4.43,2.57,7,3.25,2.71,20,3.0,0.0,2,4.75,1.91,8,5.36,2.91,11
+command,4.19,1.5,21,4.65,2.43,20,7.21,2.15,19,4.46,1.51,13,3.75,1.49,8,5.86,1.68,7,4.0,2.58,13,7.14,2.12,7,7.25,2.26,12,4.42,1.62,12,3.89,1.36,9,4.56,2.4,9,4.73,2.57,11,7.1,2.38,10,7.33,2.0,9,4.0,1.54,12,4.44,1.51,9,4.86,2.12,7,4.54,2.67,13,7.86,2.19,7,6.83,2.12,12
+commandant,5.16,1.71,19,3.95,2.24,20,4.38,2.43,24,5.31,1.93,13,4.83,1.17,6,4.2,2.17,5,3.87,2.33,15,4.0,2.2,13,4.82,2.71,11,5.33,2.4,9,5.0,0.82,10,4.57,2.94,7,3.62,1.8,13,4.0,2.14,11,4.69,2.69,13,5.33,1.41,9,5.0,2.0,10,3.1,1.79,10,4.8,2.39,10,5.22,3.19,9,3.87,1.77,15
+commandeer,4.43,1.86,21,4.45,2.44,22,5.74,2.7,19,5.0,2.27,8,4.25,1.48,12,5.0,2.33,8,4.15,2.64,13,4.71,3.2,7,6.27,2.41,11,3.5,2.2,8,5.25,1.14,12,4.56,2.79,9,4.38,2.29,13,4.43,2.37,7,6.5,2.68,12,5.45,1.13,11,3.3,1.89,10,2.75,2.92,8,5.43,1.5,14,5.62,2.73,16,6.33,3.06,3
+commander,4.73,1.96,22,4.6,2.26,20,6.68,2.52,19,4.85,2.38,13,4.56,1.24,9,4.86,2.34,7,4.46,2.3,13,8.0,1.41,7,5.92,2.75,12,4.75,2.05,12,4.7,1.95,10,4.56,2.35,9,4.64,2.29,11,7.4,1.71,10,5.89,3.1,9,4.92,1.78,12,4.5,2.22,10,3.86,1.86,7,5.0,2.42,13,7.0,1.91,7,6.5,2.88,12
+commanding,4.57,1.91,21,5.95,2.19,20,4.64,2.74,36,4.12,2.1,8,4.85,1.82,13,6.4,1.95,5,5.8,2.31,15,4.91,2.26,11,4.52,2.96,25,4.46,2.26,13,4.75,1.28,8,6.08,2.19,12,5.75,2.31,8,4.1,2.71,20,5.31,2.7,16,4.73,2.15,11,4.4,1.71,10,6.73,1.85,11,5.0,2.29,9,4.64,3.06,22,4.64,2.24,14
+commandment,5.55,1.92,22,4.16,1.92,19,5.19,2.58,21,5.6,2.3,5,5.5,1.93,16,4.88,2.23,8,3.64,1.57,11,4.7,2.83,10,5.64,2.38,11,5.33,1.92,12,5.8,1.99,10,4.3,1.95,10,4.0,2.0,9,5.17,2.52,12,5.22,2.82,9,5.27,2.15,11,5.82,1.72,11,3.0,1.6,8,5.0,1.73,11,5.0,2.92,9,5.33,2.42,12
+commando,5.52,1.57,21,5.95,2.2,21,4.47,1.65,19,5.67,1.41,9,5.42,1.73,12,5.0,2.45,6,6.57,1.91,14,3.8,1.3,5,4.71,1.73,14,5.56,1.42,9,5.5,1.73,12,5.4,2.7,5,6.12,2.09,16,5.0,1.22,9,4.0,1.89,10,5.92,1.83,12,5.0,1.0,9,5.88,2.23,8,6.0,2.27,13,4.18,1.54,11,4.88,1.81,8
+commemorate,5.74,2.0,19,2.76,1.79,21,5.7,1.89,23,6.0,1.9,11,5.0,2.08,7,4.14,2.04,7,2.07,1.21,14,5.71,1.7,7,5.69,2.02,16,5.62,2.0,8,5.82,2.09,11,2.56,1.88,9,2.92,1.78,12,5.55,2.16,11,5.83,1.7,12,5.75,2.34,12,5.71,1.38,7,3.0,2.24,11,2.5,1.18,10,5.69,2.21,13,5.7,1.49,10
+commemorative,5.84,1.34,19,4.3,2.41,20,5.39,1.16,23,6.0,1.73,5,5.85,1.28,13,4.33,2.73,6,4.29,2.37,14,5.2,1.4,10,5.54,0.97,13,5.86,1.68,7,5.91,1.22,11,4.43,2.99,7,4.23,2.17,13,5.18,0.87,11,5.58,1.38,12,5.92,1.68,12,5.71,0.49,7,4.27,2.65,11,4.33,2.24,9,5.29,1.2,14,5.56,1.13,9
+commence,5.32,1.64,22,3.81,2.69,21,5.95,1.91,21,5.64,1.91,14,4.75,0.89,8,3.27,2.33,11,4.78,2.99,9,4.6,1.82,5,6.38,1.78,16,5.0,1.89,10,5.58,1.44,12,3.36,2.87,11,4.3,2.54,10,5.83,1.99,12,6.11,1.9,9,5.0,1.65,12,5.7,1.64,10,3.85,2.76,13,3.75,2.76,8,5.42,2.02,12,6.67,1.58,9
+commend,7.0,1.67,19,3.23,2.33,22,6.14,1.98,28,7.5,1.05,6,6.77,1.88,13,3.45,2.62,11,3.0,2.1,11,6.64,2.06,11,5.82,1.91,17,7.0,1.73,11,7.0,1.69,8,3.0,2.19,11,3.45,2.54,11,5.61,2.15,18,7.1,1.2,10,7.15,1.41,13,6.67,2.25,6,2.86,1.92,14,3.88,2.95,8,6.0,2.31,16,6.33,1.5,12
+commendable,6.76,1.79,21,3.75,2.4,20,6.68,2.12,22,7.0,1.26,6,6.67,1.99,15,3.88,2.03,8,3.67,2.71,12,6.75,2.6,12,6.6,1.51,10,6.56,1.59,9,6.92,1.98,12,3.89,2.2,9,3.64,2.66,11,6.0,2.08,7,7.0,2.14,15,6.2,2.25,10,7.27,1.1,11,4.08,2.63,13,3.14,1.95,7,7.17,2.48,12,6.1,1.52,10
+commendation,6.19,1.81,21,4.71,2.12,21,4.75,2.38,24,6.5,1.38,12,5.78,2.28,9,5.0,1.15,7,4.57,2.5,14,4.33,2.5,9,5.0,2.36,15,6.0,2.0,4,6.24,1.82,17,3.8,1.75,10,5.55,2.16,11,4.14,2.73,7,5.0,2.26,17,6.0,2.09,12,6.44,1.42,9,4.46,2.18,13,5.12,2.1,8,4.0,2.55,9,5.2,2.24,15
+comment,5.65,1.73,20,3.56,2.12,18,5.96,2.29,24,5.4,0.89,5,5.73,1.94,15,3.8,1.64,5,3.46,2.33,13,4.92,2.02,13,7.18,2.04,11,6.5,1.58,10,4.8,1.48,10,4.14,2.12,7,3.18,2.14,11,5.0,2.07,16,7.88,1.36,8,5.36,1.74,14,6.33,1.63,6,3.75,1.96,12,3.17,2.56,6,6.13,2.72,15,5.67,1.41,9
+commentary,5.5,1.67,20,3.5,1.85,20,5.45,2.15,22,5.79,1.72,14,4.83,1.47,6,3.73,1.9,11,3.5,1.77,8,5.67,1.63,6,5.38,2.36,16,5.6,1.71,10,5.4,1.71,10,3.6,2.17,10,3.4,1.58,10,6.0,1.78,13,4.67,2.5,9,5.55,1.69,11,5.44,1.74,9,3.33,1.97,12,3.75,1.75,8,5.58,2.39,12,5.3,1.95,10
+commentator,5.11,1.94,19,4.1,2.45,20,5.17,1.95,24,5.38,2.02,13,4.5,1.76,6,4.4,3.21,5,4.0,2.27,15,5.0,1.96,13,5.36,2.01,11,5.56,2.24,9,4.7,1.64,10,5.14,3.13,7,3.54,1.9,13,4.45,1.69,11,5.77,2.01,13,4.67,1.73,9,5.5,2.12,10,3.6,2.5,10,4.6,2.41,10,5.78,2.33,9,4.8,1.66,15
+commerce,5.21,1.69,19,3.95,2.06,21,4.85,2.21,20,6.33,1.15,3,5.0,1.71,16,4.67,2.66,6,3.67,1.8,15,6.0,1.26,6,4.36,2.37,14,5.3,0.82,10,5.11,2.37,9,3.57,1.13,7,4.14,2.41,14,5.6,1.51,10,4.1,2.6,10,5.38,1.3,8,5.09,1.97,11,3.56,2.35,9,4.25,1.86,12,4.0,2.14,8,5.42,2.15,12
+commercial,4.11,1.41,19,4.43,2.13,21,4.35,1.47,23,4.6,1.52,5,4.0,1.41,13,4.0,1.79,6,4.6,2.29,15,4.6,0.97,10,4.15,1.77,13,3.57,1.4,7,4.55,1.37,11,4.71,2.75,7,4.29,1.86,14,4.18,1.25,11,4.5,1.68,12,4.17,1.27,12,4.0,1.73,7,4.0,2.32,11,4.9,1.91,10,4.5,0.94,14,4.11,2.09,9
+commie,3.86,1.96,21,4.76,2.61,21,4.22,2.33,27,4.4,1.71,10,3.36,2.11,11,4.83,2.79,6,4.73,2.63,15,4.0,2.42,17,4.6,2.22,10,4.0,1.79,11,3.7,2.21,10,4.4,3.05,5,4.88,2.55,16,4.64,2.59,14,3.77,2.01,13,3.62,1.89,13,4.25,2.12,8,4.2,3.05,10,5.27,2.15,11,4.36,2.73,14,4.08,1.89,13
+commissary,5.0,1.75,20,3.36,2.04,22,5.95,1.79,20,4.56,1.24,9,5.36,2.06,11,3.09,2.02,11,3.64,2.11,11,5.12,1.46,8,6.5,1.83,12,4.71,1.44,14,5.67,2.34,6,2.88,2.3,8,3.64,1.91,14,6.25,1.58,8,5.75,1.96,12,5.2,1.55,10,4.8,1.99,10,3.15,1.99,13,3.67,2.18,9,6.36,1.63,11,5.44,1.94,9
+commission,5.81,2.06,21,4.59,2.5,22,5.38,2.14,26,6.27,1.85,11,5.3,2.26,10,5.3,2.83,10,4.0,2.13,12,5.36,2.01,11,5.5,2.35,14,5.9,2.23,10,5.73,2.0,11,5.5,3.03,10,3.83,1.75,12,5.65,2.09,17,5.0,2.39,8,5.54,2.44,13,6.25,1.28,8,4.86,2.48,14,4.12,2.64,8,5.94,2.25,17,4.33,1.5,9
+commissioner,4.68,0.89,19,3.25,1.83,20,5.65,2.9,23,4.0,1.0,3,4.81,0.83,16,3.5,1.6,8,3.08,2.02,12,4.44,3.09,9,6.43,2.59,14,5.11,0.6,9,4.3,0.95,10,4.38,1.69,8,2.5,1.57,12,6.2,3.08,15,4.62,2.39,8,4.71,1.11,7,4.67,0.78,12,3.9,1.79,10,2.6,1.71,10,5.46,3.45,13,5.9,2.13,10
+commit,5.85,1.81,20,3.5,2.13,22,6.63,2.32,27,5.71,1.89,7,5.92,1.85,13,4.2,2.39,10,2.92,1.78,12,6.33,2.06,15,7.36,2.46,11,5.45,1.92,11,6.33,1.66,9,4.22,2.05,9,3.0,2.12,13,7.06,2.28,17,6.22,2.22,9,6.08,2.1,13,5.43,1.13,7,3.12,2.03,16,4.5,2.26,6,5.92,2.19,12,7.2,2.34,15
+commitment,6.33,1.74,21,4.26,1.91,23,6.0,2.25,25,6.45,1.57,11,6.2,1.99,10,4.55,1.69,11,4.0,2.13,12,4.64,2.42,11,7.15,1.46,13,6.1,1.52,10,6.55,1.97,11,4.64,1.75,11,3.92,2.07,12,5.62,2.39,16,6.75,2.05,8,6.46,1.98,13,6.12,1.36,8,4.33,2.16,15,4.12,1.46,8,6.47,1.94,17,5.0,2.67,8
+committee,5.52,1.72,21,3.56,2.33,25,5.56,2.36,18,5.44,2.24,9,5.58,1.31,12,4.17,2.56,6,3.28,2.32,18,4.83,2.04,6,5.92,2.5,12,5.5,1.93,16,5.6,0.89,5,3.43,2.41,14,3.6,2.41,10,5.89,2.26,9,5.22,2.54,9,5.33,2.1,12,5.78,1.09,9,4.06,2.49,16,2.67,1.8,9,5.64,2.73,11,5.43,1.81,7
+commodity,5.86,1.39,21,3.75,2.05,20,5.38,2.2,21,6.67,1.63,6,5.53,1.19,15,4.62,1.06,8,3.17,2.37,12,4.82,2.04,11,6.0,2.31,10,7.0,1.41,6,5.4,1.12,15,4.3,2.06,10,3.2,1.99,10,5.29,2.55,14,5.57,1.4,7,6.14,1.77,7,5.71,1.2,14,3.43,1.95,14,4.5,2.26,6,4.75,2.38,12,6.22,1.72,9
+commodore,4.82,1.65,22,3.05,2.06,21,5.14,1.81,22,5.0,1.75,14,4.5,1.51,8,3.36,2.25,11,2.78,1.99,9,5.83,0.75,6,4.88,2.03,16,4.2,1.87,10,5.33,1.3,12,2.82,1.94,11,3.3,2.26,10,5.15,1.52,13,5.11,2.26,9,4.33,1.67,12,5.4,1.51,10,2.69,2.02,13,3.62,2.13,8,4.83,1.64,12,5.5,2.01,10
+common,5.94,2.13,18,2.43,1.83,21,5.83,1.95,18,5.25,1.75,8,6.5,2.32,10,2.43,1.99,7,2.43,1.83,14,6.36,1.36,11,5.0,2.52,7,5.73,1.9,11,6.29,2.56,7,1.78,1.72,9,2.92,1.83,12,6.36,1.43,11,5.0,2.45,7,5.42,2.11,12,7.0,1.9,6,2.17,1.85,12,2.78,1.86,9,6.22,2.33,9,5.44,1.51,9
+commoner,4.42,1.74,19,3.05,1.7,22,5.05,2.08,22,5.44,0.73,9,3.5,1.9,10,3.62,1.69,8,2.71,1.68,14,5.27,2.15,11,4.82,2.09,11,5.14,0.38,7,4.0,2.09,12,3.7,2.0,10,2.5,1.24,12,5.23,2.01,13,4.78,2.28,9,4.2,2.04,10,4.67,1.41,9,2.88,1.89,8,3.14,1.66,14,5.29,2.27,14,4.62,1.77,8
+commonplace,5.48,1.47,21,3.0,2.24,25,5.47,1.98,19,5.44,1.59,9,5.5,1.45,12,2.67,2.25,6,3.17,2.33,18,4.43,2.15,7,6.08,1.68,12,5.38,1.41,16,5.8,1.79,5,2.86,2.35,14,3.3,2.26,10,5.44,2.07,9,5.5,2.01,10,5.83,1.75,12,5.0,0.87,9,3.25,2.27,16,2.56,2.24,9,5.18,2.44,11,5.88,1.13,8
+commotion,4.1,1.67,21,3.73,2.62,22,4.3,2.38,27,4.5,1.9,10,3.73,1.42,11,2.86,2.34,7,4.13,2.72,15,4.29,2.44,17,4.3,2.41,10,4.27,2.1,11,3.9,1.1,10,2.6,2.3,5,4.06,2.68,17,4.29,2.61,14,4.31,2.21,13,4.0,2.12,13,4.25,0.46,8,3.3,3.02,10,4.08,2.31,12,4.36,2.71,14,4.23,2.09,13
+communal,5.47,1.93,19,3.0,1.92,21,4.89,2.08,28,4.67,1.51,6,5.85,2.03,13,3.45,2.16,11,2.5,1.58,10,5.45,2.66,11,4.53,1.59,17,5.27,1.95,11,5.75,1.98,8,2.55,1.92,11,3.5,1.9,10,5.06,2.21,18,4.6,1.9,10,5.38,2.22,13,5.67,1.21,6,3.08,2.14,13,2.88,1.64,8,4.62,2.58,16,5.25,1.14,12
+commune,5.0,1.73,19,3.77,2.14,22,5.24,1.92,21,5.11,2.15,9,4.9,1.37,10,3.8,2.44,10,3.75,1.96,12,4.12,1.64,8,5.92,1.8,13,5.07,1.82,14,4.8,1.64,5,4.5,2.56,8,3.36,1.82,14,5.0,2.07,8,5.38,1.89,13,4.7,1.77,10,5.33,1.73,9,3.83,2.41,12,3.7,1.89,10,5.08,1.88,12,5.44,2.07,9
+communicate,6.28,1.6,18,3.79,2.37,19,6.8,1.87,25,6.6,1.14,5,6.15,1.77,13,3.7,2.67,10,3.89,2.15,9,6.5,1.97,16,7.33,1.66,9,6.57,1.62,7,6.09,1.64,11,3.62,2.07,8,3.91,2.66,11,6.9,2.0,20,6.4,1.34,5,6.22,1.72,9,6.33,1.58,9,3.0,1.7,10,4.67,2.78,9,6.58,1.92,19,7.5,1.64,6
+communication,6.73,1.45,22,4.16,2.32,19,6.43,1.69,21,6.0,1.0,5,7.06,1.48,16,5.12,2.42,8,3.45,2.07,11,6.4,2.22,10,6.45,1.13,11,6.5,1.38,12,7.0,1.56,10,4.6,2.27,10,3.67,2.4,9,6.75,1.66,12,6.0,1.73,9,6.55,1.69,11,6.91,1.22,11,3.88,1.81,8,4.36,2.69,11,6.44,1.81,9,6.42,1.68,12
+communicator,5.42,1.64,19,3.33,1.62,21,5.39,1.95,23,5.4,1.52,5,5.46,1.81,13,2.83,1.47,6,3.53,1.68,15,4.7,2.06,10,5.92,1.75,13,4.57,2.07,7,6.0,1.18,11,2.71,1.89,7,3.64,1.45,14,5.55,2.07,11,5.25,1.91,12,5.25,1.66,12,5.71,1.7,7,3.0,1.61,11,3.7,1.64,10,4.86,1.83,14,6.22,1.92,9
+communion,5.37,2.11,19,3.5,2.28,22,4.71,1.92,24,4.83,2.56,6,5.62,1.94,13,4.42,2.19,12,2.4,1.96,10,3.12,1.25,8,5.5,1.71,16,5.3,1.25,10,5.44,2.88,9,5.33,1.94,9,2.23,1.54,13,4.47,1.55,17,5.33,2.94,6,4.5,1.6,8,6.0,2.28,11,3.56,2.35,9,3.46,2.33,13,4.88,2.03,16,4.38,1.77,8
+communism,2.94,2.46,18,5.1,2.73,20,3.12,2.46,24,3.6,2.79,5,2.69,2.39,13,5.55,2.88,11,4.56,2.6,9,3.33,2.5,15,2.78,2.49,9,3.71,1.6,7,2.45,2.84,11,4.44,2.55,9,5.64,2.87,11,3.16,2.41,19,3.0,2.92,5,3.0,1.94,9,2.89,3.02,9,4.82,2.99,11,5.44,2.51,9,3.0,2.3,18,3.5,3.08,6
+communist,3.22,2.29,18,5.1,2.47,20,4.12,2.96,25,3.0,2.45,5,3.31,2.32,13,5.73,2.33,11,4.33,2.55,9,3.81,2.88,16,4.67,3.2,9,3.71,0.95,7,2.91,2.84,11,4.44,1.88,9,5.64,2.84,11,3.85,2.89,20,5.2,3.35,5,2.78,1.56,9,3.67,2.87,9,5.18,2.64,11,5.0,2.4,9,4.26,3.0,19,3.67,3.08,6
+community,6.09,1.95,22,3.8,2.67,20,7.11,1.88,19,5.77,1.79,13,6.56,2.19,9,4.57,3.26,7,3.38,2.33,13,7.0,1.91,7,7.17,1.95,12,5.67,2.06,12,6.6,1.78,10,4.22,3.11,9,3.45,2.34,11,6.7,2.11,10,7.56,1.59,9,6.0,2.34,12,6.2,1.48,10,5.57,2.37,7,2.85,2.38,13,7.29,2.29,7,7.0,1.71,12
+commute,4.14,2.39,21,3.15,2.28,20,4.59,2.46,22,3.83,2.86,6,4.27,2.28,15,2.88,2.7,8,3.33,2.06,12,4.58,2.81,12,4.6,2.12,10,4.56,2.92,9,3.83,1.99,12,3.56,2.55,9,2.82,2.09,11,3.86,1.35,7,4.93,2.81,15,4.8,2.86,10,3.55,1.81,11,3.0,2.0,13,3.43,2.88,7,4.92,2.68,12,4.2,2.25,10
+commuter,4.63,1.46,19,3.6,2.33,20,5.68,2.3,22,5.33,0.58,3,4.5,1.55,16,4.62,2.26,8,2.92,2.19,12,4.78,2.49,9,6.31,2.02,13,4.89,1.62,9,4.4,1.35,10,3.62,2.13,8,3.58,2.54,12,5.47,2.67,15,6.14,1.21,7,5.14,1.57,7,4.33,1.37,12,3.78,2.17,9,3.45,2.54,11,5.58,2.87,12,5.8,1.48,10
+comp,6.16,1.71,19,3.52,2.25,23,5.74,2.0,19,6.22,1.64,9,6.1,1.85,10,3.71,2.69,7,3.33,2.16,15,5.9,2.13,10,5.56,1.94,9,6.33,1.94,9,6.0,1.56,10,4.6,2.67,10,2.5,1.38,12,5.0,2.14,8,6.1,1.79,10,5.92,1.56,12,6.57,1.99,7,3.5,2.42,20,3.67,0.58,3,5.75,1.98,8,5.73,2.1,11
+compact,4.95,1.75,19,3.75,2.02,20,5.0,1.93,24,4.77,2.01,13,5.33,1.03,6,5.4,1.14,5,3.2,1.97,15,5.15,1.68,13,4.82,2.27,11,4.89,2.37,9,5.0,1.05,10,5.0,2.08,7,3.08,1.71,13,4.36,2.06,11,5.54,1.71,13,5.0,1.73,9,4.9,1.85,10,3.4,2.12,10,4.1,1.97,10,4.89,2.32,9,5.07,1.75,15
+companion,7.25,1.55,20,4.06,1.95,18,6.09,1.8,22,7.6,1.14,5,7.13,1.68,15,4.83,2.04,6,3.67,1.87,12,5.8,1.87,10,6.33,1.78,12,7.8,1.03,10,6.7,1.83,10,3.8,2.1,10,4.38,1.85,8,6.82,1.89,11,5.36,1.43,11,6.83,1.75,12,7.88,0.99,8,3.89,2.2,9,4.22,1.79,9,6.18,2.09,11,6.0,1.55,11
+companionship,7.9,1.45,20,5.05,2.42,20,6.0,2.14,22,8.43,0.53,7,7.62,1.71,13,5.22,2.22,9,4.91,2.66,11,5.83,2.93,6,6.06,1.88,16,7.7,1.49,10,8.11,1.54,9,5.5,1.93,8,4.75,2.73,12,5.47,2.0,15,7.14,2.12,7,7.64,1.57,11,8.22,1.3,9,4.33,2.53,12,6.12,1.89,8,5.73,2.49,11,6.27,1.79,11
+company,5.64,1.36,22,3.29,2.1,21,5.0,2.1,16,5.33,0.82,6,5.73,1.58,15,2.86,2.34,7,3.5,2.03,14,5.25,2.25,8,4.75,2.05,8,5.36,1.39,14,6.14,1.35,7,3.33,2.24,9,3.25,2.09,12,5.22,2.82,9,4.71,0.49,7,5.14,0.77,14,6.5,1.77,8,4.0,3.1,6,3.0,1.6,15,5.11,2.67,9,4.86,1.21,7
+comparable,5.4,1.35,20,4.0,2.2,22,5.95,1.72,21,5.56,0.88,9,5.27,1.68,11,4.4,2.59,10,3.67,1.87,12,5.38,1.77,8,6.31,1.65,13,5.43,1.16,14,5.33,1.86,6,4.62,2.45,8,3.64,2.06,14,6.0,1.41,8,5.92,1.93,13,5.5,1.35,10,5.3,1.42,10,3.83,2.08,12,4.2,2.44,10,6.33,1.5,12,5.44,1.94,9
+comparative,5.05,1.39,20,3.91,2.47,22,6.56,1.72,27,5.57,1.81,7,4.77,1.09,13,3.9,2.6,10,3.92,2.47,12,6.13,1.88,15,7.0,1.41,11,4.91,1.04,11,5.22,1.79,9,4.33,1.94,9,3.62,2.81,13,6.88,1.76,17,5.78,1.48,9,5.15,1.63,13,4.86,0.9,7,3.56,2.25,16,4.83,2.99,6,6.58,1.73,12,6.53,1.77,15
+compare,5.09,0.81,22,3.78,2.37,23,6.37,1.8,19,5.25,0.89,8,5.0,0.82,13,4.38,2.72,8,3.43,2.28,14,6.29,1.98,7,6.36,1.86,11,4.62,0.92,8,5.38,0.65,13,4.33,2.6,9,3.43,2.24,14,5.14,1.35,7,7.08,1.68,12,5.0,0.89,11,5.18,0.75,11,3.11,2.57,9,4.21,2.22,14,6.31,1.89,16,6.67,1.53,3
+comparison,5.11,0.88,19,2.92,1.74,24,5.64,2.06,28,5.12,0.64,8,5.09,1.04,11,3.22,1.99,9,2.73,1.62,15,5.07,1.86,14,6.21,2.15,14,5.22,1.09,9,5.0,0.67,10,3.25,1.91,12,2.58,1.56,12,5.21,2.33,14,6.07,1.73,14,5.3,0.95,10,4.89,0.78,9,3.42,1.83,12,2.42,1.56,12,5.5,2.11,12,5.75,2.08,16
+compartment,5.36,1.22,22,3.57,2.17,23,4.89,2.35,19,5.5,1.41,8,5.0,0.41,13,4.0,2.88,8,3.21,1.76,14,4.71,2.21,7,4.82,2.56,11,5.38,1.51,8,5.08,0.28,13,4.11,2.8,9,3.21,1.67,14,4.29,2.43,7,5.25,2.34,12,5.45,1.21,11,5.27,1.27,11,2.67,1.8,9,4.14,2.25,14,4.75,2.44,16,5.67,2.08,3
+compass,5.75,1.86,20,2.85,1.98,20,5.75,2.17,24,6.0,3.46,4,5.69,1.4,16,4.75,2.06,4,2.38,1.71,16,5.89,2.42,9,5.67,2.09,15,6.5,1.31,8,5.25,2.05,12,3.33,2.29,9,2.45,1.69,11,5.92,1.89,13,5.55,2.54,11,6.0,1.41,11,5.44,2.35,9,1.89,1.36,9,3.64,2.11,11,6.0,2.32,17,5.14,1.77,7
+compassion,7.9,1.14,21,4.5,2.17,24,6.36,2.32,22,7.75,0.89,8,8.0,1.29,13,5.0,2.38,13,3.91,1.81,11,5.69,2.29,13,7.33,2.12,9,8.0,0.93,8,7.83,1.34,12,5.29,1.68,14,3.4,2.37,10,6.58,2.02,12,6.1,2.73,10,8.2,0.92,10,7.64,1.29,11,4.62,2.5,16,4.25,1.39,8,7.2,2.1,10,5.67,2.35,12
+compassionate,7.95,1.22,19,4.73,2.69,22,6.86,2.14,22,8.0,1.12,9,7.9,1.37,10,4.25,2.71,8,5.0,2.75,14,6.82,2.18,11,6.91,2.21,11,7.14,1.35,7,8.42,0.9,12,4.9,2.47,10,4.58,2.97,12,6.54,2.5,13,7.33,1.5,9,7.6,1.43,10,8.33,0.87,9,4.75,3.24,8,4.71,2.46,14,6.93,2.02,14,6.75,2.49,8
+compatibility,6.5,1.73,20,5.32,2.65,19,5.5,1.96,26,6.55,1.69,11,6.44,1.88,9,5.57,2.3,7,5.17,2.92,12,5.23,2.13,13,5.77,1.83,13,6.27,1.74,11,6.78,1.79,9,5.7,2.41,10,4.89,2.98,9,5.94,2.11,17,4.67,1.41,9,6.6,1.84,10,6.4,1.71,10,5.92,2.27,12,4.29,3.09,7,5.62,2.03,16,5.3,1.95,10
+compatible,6.29,1.79,21,4.04,2.12,23,6.29,1.82,21,5.6,2.3,5,6.5,1.63,16,4.58,2.07,12,3.45,2.11,11,6.45,1.97,11,6.0,1.8,9,6.17,2.29,12,6.44,0.88,9,3.44,2.1,16,5.43,1.51,7,5.82,1.47,11,6.8,2.1,10,6.69,1.84,13,5.62,1.6,8,4.11,2.26,19,3.75,1.5,4,5.93,1.38,14,7.0,2.45,7
+compel,4.89,1.7,19,4.33,1.8,21,5.59,2.64,34,4.7,1.7,10,5.11,1.76,9,3.88,1.64,8,4.62,1.89,13,5.79,2.81,14,5.45,2.58,20,4.5,1.6,8,5.18,1.78,11,4.46,1.56,13,4.12,2.23,8,5.68,2.7,22,5.42,2.64,12,4.67,1.58,9,5.1,1.85,10,4.07,2.06,14,4.86,1.07,7,5.59,2.12,17,5.59,3.14,17
+compelling,6.0,1.24,18,5.14,2.5,21,6.0,2.1,20,5.67,0.58,3,6.07,1.33,15,6.0,2.61,6,4.8,2.46,15,5.5,2.66,6,6.21,1.89,14,5.67,1.12,9,6.33,1.32,9,5.57,2.7,7,4.93,2.46,14,6.2,2.39,10,5.8,1.87,10,5.5,0.76,8,6.4,1.43,10,4.11,2.89,9,5.92,1.93,12,6.88,2.1,8,5.42,1.98,12
+compensate,6.36,2.17,22,5.47,2.74,19,6.2,2.02,20,5.0,2.74,5,6.81,1.94,16,6.38,2.33,8,4.82,2.93,11,6.11,2.15,9,6.27,2.0,11,5.25,1.91,12,7.7,1.7,10,5.8,2.57,10,5.11,3.02,9,5.92,2.15,12,6.62,1.85,8,6.73,2.15,11,6.0,2.24,11,4.5,2.78,8,6.18,2.6,11,7.12,1.36,8,5.58,2.19,12
+compensation,6.55,1.88,20,4.73,2.75,22,6.63,2.06,19,7.33,1.87,9,5.91,1.7,11,4.2,3.63,5,4.81,2.61,16,7.33,1.51,6,6.31,2.25,13,6.79,1.76,14,6.0,2.19,6,4.08,2.75,12,5.44,2.83,9,6.11,1.83,9,7.1,2.23,10,6.6,1.78,10,6.5,2.07,10,4.08,2.68,12,5.5,2.76,10,7.5,1.76,6,6.23,2.13,13
+compete,5.35,1.84,20,4.4,2.23,20,5.68,1.91,22,6.0,1.41,7,5.0,2.0,13,3.89,2.09,9,4.82,2.36,11,5.0,2.83,6,5.94,1.48,16,4.7,2.0,10,6.11,1.54,9,4.38,1.92,8,4.42,2.5,12,5.13,1.77,15,6.86,1.77,7,5.55,2.07,11,5.11,1.62,9,4.42,2.19,12,4.38,2.45,8,5.27,2.28,11,6.09,1.45,11
+competence,6.15,2.08,20,3.72,2.67,18,6.5,2.52,24,5.6,1.67,5,6.33,2.23,15,4.2,2.59,5,3.54,2.79,13,6.31,2.39,13,6.73,2.76,11,6.6,1.9,10,5.7,2.26,10,5.0,2.77,7,2.91,2.39,11,6.0,2.31,16,7.5,2.78,8,5.71,2.23,14,7.17,1.33,6,4.08,2.68,12,3.0,2.76,6,6.53,2.7,15,6.44,2.35,9
+competent,6.05,2.06,21,4.09,2.66,23,6.44,2.38,18,6.6,3.05,5,5.88,1.75,16,4.5,2.61,12,3.64,2.77,11,6.22,2.28,9,6.38,2.62,8,5.58,2.39,12,6.67,1.41,9,3.75,2.46,16,4.86,3.13,7,5.4,2.46,10,7.75,1.58,8,6.15,2.15,13,5.88,2.03,8,4.16,2.83,19,3.75,1.89,4,5.58,2.27,12,8.17,1.6,6
+competition,5.33,1.56,21,5.75,2.86,20,5.14,2.71,21,6.0,1.26,6,5.07,1.62,15,6.25,3.2,8,5.42,2.71,12,5.73,2.8,11,4.5,2.59,10,6.0,1.41,6,5.07,1.58,15,5.9,3.41,10,5.6,2.37,10,4.86,2.6,14,5.71,3.04,7,5.14,1.86,7,5.43,1.45,14,5.64,3.27,14,6.0,1.79,6,4.33,3.06,12,6.22,1.79,9
+competitive,5.45,1.36,20,5.7,2.52,20,5.5,2.26,22,5.71,1.25,7,5.31,1.44,13,5.89,2.03,9,5.55,2.94,11,6.5,3.08,6,5.12,1.86,16,5.3,1.49,10,5.56,1.33,9,5.12,3.04,8,6.08,2.15,12,5.6,2.26,15,5.29,2.43,7,5.27,1.42,11,5.67,1.32,9,5.67,2.81,12,5.75,2.19,8,5.09,2.59,11,5.91,1.92,11
+competitor,4.45,2.02,22,6.32,2.44,22,5.68,2.58,19,4.25,2.12,8,4.23,1.64,13,6.5,2.33,8,6.21,2.58,14,6.43,2.99,7,5.18,2.44,11,3.0,1.69,8,5.0,1.41,13,6.22,2.95,9,6.38,2.14,13,5.71,1.89,7,5.67,2.99,12,3.91,1.7,11,5.0,2.24,11,5.0,3.12,9,7.23,1.3,13,5.75,2.79,16,5.33,1.15,3
+compile,5.21,1.08,19,3.75,2.25,24,5.82,2.33,28,5.62,0.92,8,4.91,1.14,11,3.22,2.33,9,4.07,2.22,15,6.0,2.42,14,5.64,2.31,14,4.89,1.27,9,5.5,0.85,10,3.67,1.87,12,3.83,2.66,12,5.0,2.48,14,6.64,1.91,14,5.1,1.37,10,5.33,0.71,9,4.0,2.3,12,3.5,2.28,12,6.08,2.02,12,5.62,2.58,16
+complacent,4.53,1.65,19,3.71,2.53,21,5.0,1.91,23,4.0,1.0,5,4.54,1.76,13,4.0,2.83,6,3.6,2.5,15,5.2,2.15,10,4.85,1.77,13,4.14,1.21,7,4.55,1.81,11,4.29,3.25,7,3.43,2.17,14,4.73,2.15,11,5.25,1.71,12,4.5,1.31,12,4.57,2.23,7,3.82,2.68,11,3.6,2.5,10,4.93,2.13,14,5.11,1.62,9
+complain,3.1,1.52,20,5.18,1.99,22,5.1,2.34,21,3.56,1.24,9,2.73,1.68,11,4.09,1.97,11,6.27,1.35,11,4.88,2.03,8,5.23,2.59,13,3.0,1.3,14,3.33,2.07,6,3.88,2.17,8,5.93,1.49,14,4.5,2.07,8,5.46,2.5,13,3.1,1.29,10,3.1,1.79,10,5.08,1.85,13,5.33,2.29,9,5.42,2.75,12,4.67,1.73,9
+complaint,3.21,1.84,19,4.29,1.87,21,3.75,1.7,24,3.17,1.47,6,3.23,2.05,13,4.17,1.99,12,4.44,1.81,9,5.0,1.69,8,3.12,1.36,16,3.3,1.06,10,3.11,2.52,9,4.33,2.06,9,4.25,1.82,12,3.82,1.78,17,3.5,1.76,6,2.5,1.2,8,3.73,2.1,11,3.56,2.01,9,4.83,1.64,12,3.88,1.67,16,3.5,1.85,8
+complement,6.7,1.3,20,5.9,1.94,20,6.77,1.48,22,7.14,1.35,7,6.46,1.27,13,6.11,1.54,9,5.73,2.28,11,7.17,1.83,6,6.62,1.36,16,6.0,1.05,10,7.44,1.24,9,6.12,2.42,8,5.75,1.66,12,6.53,1.64,15,7.29,0.95,7,6.73,1.01,11,6.67,1.66,9,6.08,1.83,12,5.62,2.2,8,6.55,1.69,11,7.0,1.26,11
+complete,6.5,2.2,18,2.57,2.6,21,7.17,2.15,18,5.88,2.3,8,7.0,2.11,10,2.0,1.73,7,2.86,2.96,14,6.82,1.47,11,7.71,2.98,7,6.36,2.2,11,6.71,2.36,7,2.44,2.79,9,2.67,2.57,12,7.45,1.51,11,6.71,2.98,7,6.0,2.3,12,7.5,1.76,6,2.67,2.57,12,2.44,2.79,9,6.67,2.6,9,7.67,1.58,9
+completion,7.38,1.72,21,4.24,2.68,25,7.73,1.28,22,8.0,1.07,8,7.0,1.96,13,5.0,3.14,13,3.42,1.88,12,7.38,1.45,13,8.22,0.83,9,8.38,0.74,8,6.92,1.88,12,5.0,2.6,14,3.27,2.57,11,7.67,1.37,12,7.8,1.23,10,6.7,2.16,10,8.0,0.89,11,3.88,2.85,17,5.0,2.27,8,7.7,1.34,10,7.75,1.29,12
+complex,4.21,1.87,19,4.6,2.48,20,5.25,2.24,20,4.33,1.15,3,4.27,2.05,15,4.9,2.51,10,4.3,2.54,10,5.3,2.11,10,5.2,2.49,10,4.0,2.0,6,4.42,1.93,12,4.71,2.69,7,4.54,2.47,13,4.88,2.9,8,5.5,1.78,12,4.33,1.97,12,4.0,1.83,7,4.2,2.57,10,5.0,2.45,10,6.0,2.69,9,4.64,1.69,11
+complexion,5.42,1.54,19,4.55,2.61,20,5.21,1.86,24,5.38,1.76,13,5.5,1.05,6,5.8,2.49,5,4.13,2.59,15,5.0,1.58,13,5.45,2.21,11,5.56,2.07,9,5.3,0.95,10,6.71,2.56,7,3.38,1.8,13,5.27,1.95,11,5.15,1.86,13,5.44,1.67,9,5.4,1.51,10,4.5,2.55,10,4.6,2.8,10,5.89,2.26,9,4.8,1.52,15
+complexity,5.37,1.46,19,5.13,2.22,23,5.84,2.01,19,5.56,1.01,9,5.2,1.81,10,6.43,2.07,7,4.6,2.16,15,6.2,2.44,10,5.44,1.42,9,6.22,1.48,9,4.6,0.97,10,5.8,2.57,10,4.67,1.92,12,5.12,1.73,8,6.1,2.02,10,5.17,1.7,12,5.71,0.95,7,5.2,2.35,20,4.67,1.15,3,5.62,2.13,8,6.0,2.0,11
+compliance,5.18,1.67,17,2.85,2.18,20,3.4,2.27,25,5.0,0.0,4,5.23,1.92,13,2.91,2.66,11,2.78,1.56,9,3.5,2.31,16,3.22,2.33,9,5.14,1.86,7,5.2,1.62,10,2.56,1.59,9,3.09,2.63,11,3.5,2.4,20,3.0,1.87,5,4.67,1.41,9,5.75,1.83,8,2.36,1.69,11,3.44,2.65,9,3.58,2.29,19,2.83,2.32,6
+complicate,3.3,1.26,20,4.95,2.09,21,4.52,2.29,25,3.58,1.16,12,2.88,1.36,8,5.43,1.72,7,4.71,2.27,14,3.9,2.38,10,4.93,2.22,15,3.0,1.83,4,3.38,1.15,16,4.8,1.99,10,5.09,2.26,11,4.29,2.36,7,4.61,2.33,18,3.42,1.38,12,3.12,1.13,8,4.69,1.97,13,5.38,2.33,8,3.56,1.42,9,5.06,2.54,16
+complicated,3.82,2.26,22,5.75,2.4,20,5.79,2.44,19,4.77,2.13,13,2.44,1.74,9,6.29,2.29,7,5.46,2.5,13,5.71,2.14,7,5.83,2.69,12,4.25,2.34,12,3.3,2.16,10,6.11,2.15,9,5.45,2.66,11,5.4,2.22,10,6.22,2.73,9,3.58,2.47,12,4.1,2.08,10,6.14,1.86,7,5.54,2.7,13,6.43,2.51,7,5.42,2.43,12
+complication,3.05,1.68,19,4.55,2.39,20,3.83,2.01,24,3.31,1.89,13,2.5,1.05,6,4.2,2.77,5,4.67,2.35,15,4.15,1.52,13,3.45,2.5,11,3.56,2.07,9,2.6,1.17,10,5.71,3.2,7,3.92,1.66,13,4.73,2.15,11,3.08,1.61,13,3.11,2.09,9,3.0,1.33,10,4.2,2.66,10,4.9,2.18,10,3.89,2.37,9,3.8,1.86,15
+complicity,4.45,1.85,20,3.59,2.46,22,5.56,2.53,27,4.71,2.06,7,4.31,1.8,13,3.9,2.64,10,3.33,2.39,12,4.93,2.66,15,6.73,1.85,11,4.73,1.35,11,4.11,2.37,9,4.11,2.37,9,3.23,2.55,13,6.06,2.56,17,5.0,2.29,9,4.77,1.83,13,3.86,1.86,7,3.12,2.03,16,4.83,3.25,6,5.17,2.69,12,5.87,2.45,15
+compliment,7.24,1.58,21,5.9,2.77,20,6.14,2.53,35,7.25,1.39,8,7.23,1.74,13,5.6,2.7,5,6.0,2.88,15,5.64,2.62,11,6.38,2.52,24,7.0,1.83,13,7.62,1.06,8,6.5,2.35,12,5.0,3.25,8,6.0,2.62,19,6.31,2.5,16,6.73,1.74,11,7.8,1.23,10,6.45,2.7,11,5.22,2.86,9,6.33,2.67,21,5.86,2.38,14
+complimentary,6.9,1.21,20,5.15,2.81,20,5.92,2.55,25,6.67,1.53,3,6.94,1.2,17,5.29,3.09,7,4.92,2.84,12,6.25,1.58,8,5.76,2.93,17,6.57,1.27,7,7.08,1.19,13,4.86,2.97,7,5.17,2.92,12,5.43,2.5,14,6.55,2.58,11,6.78,1.39,9,7.0,1.1,11,6.1,2.51,10,4.2,2.9,10,5.67,2.83,18,6.57,1.62,7
+comply,4.25,1.77,20,2.68,1.62,22,4.7,2.67,27,3.6,1.35,10,4.9,1.97,10,2.29,1.7,7,2.87,1.6,15,5.18,2.79,17,3.9,2.38,10,4.4,1.26,10,4.1,2.23,10,2.4,1.95,5,2.76,1.56,17,5.14,2.85,14,4.23,2.49,13,4.5,1.51,12,3.88,2.17,8,2.1,1.52,10,3.17,1.59,12,5.21,2.86,14,4.15,2.44,13
+component,5.62,1.77,21,4.27,2.16,26,5.74,2.28,23,6.38,1.69,8,5.15,1.72,13,4.3,2.45,10,4.25,2.05,16,5.67,2.55,9,5.79,2.19,14,6.0,1.31,8,5.38,2.02,13,4.54,1.61,13,4.0,2.65,13,5.08,2.47,12,6.45,1.92,11,5.25,1.96,12,6.11,1.45,9,4.13,2.29,15,4.45,2.07,11,5.62,2.33,13,5.9,2.33,10
+compose,5.64,1.33,22,3.85,2.06,20,5.8,2.09,20,5.88,1.13,8,5.5,1.45,14,3.67,1.73,9,4.0,2.37,11,6.57,2.51,7,5.38,1.8,13,5.55,1.37,11,5.73,1.35,11,4.44,2.24,9,3.36,1.86,11,5.67,2.32,15,6.2,1.3,5,4.9,1.2,10,6.25,1.14,12,4.33,2.06,9,3.45,2.07,11,5.5,1.58,10,6.1,2.56,10
+composer,6.42,1.92,19,3.36,2.11,22,5.59,2.15,22,6.22,1.39,9,6.6,2.37,10,4.0,2.07,8,3.0,2.11,14,5.73,2.05,11,5.45,2.34,11,5.86,0.9,7,6.75,2.3,12,4.7,2.0,10,2.25,1.48,12,5.15,2.15,13,6.22,2.11,9,6.0,2.4,10,6.89,1.17,9,3.0,2.33,8,3.57,2.03,14,5.71,2.58,14,5.38,1.19,8
+composite,4.89,1.78,18,3.55,2.22,22,5.35,1.47,23,4.67,2.07,6,5.0,1.71,12,4.08,2.35,12,2.9,1.97,10,5.38,1.6,8,5.33,1.45,15,4.89,1.05,9,4.89,2.37,9,4.56,2.35,9,2.85,1.91,13,5.0,1.37,16,6.33,1.51,6,4.71,1.38,7,5.0,2.05,11,3.44,2.01,9,3.62,2.43,13,5.4,1.8,15,5.25,0.46,8
+composition,5.52,1.78,21,3.4,2.22,25,5.89,1.7,19,5.33,2.29,9,5.67,1.37,12,3.17,2.04,6,3.61,2.3,18,5.29,1.5,7,6.25,1.76,12,5.62,1.93,16,5.2,1.3,5,3.43,2.44,14,3.6,1.96,10,6.33,1.58,9,5.5,1.78,10,5.17,2.12,12,6.0,1.12,9,3.44,2.28,16,3.33,2.24,9,5.82,2.04,11,6.0,1.2,8
+compost,5.47,2.04,19,2.71,1.65,21,4.52,2.35,23,6.0,1.67,11,4.29,2.14,7,3.86,1.86,7,2.14,1.23,14,3.57,2.3,7,4.94,2.32,16,6.0,1.69,8,5.09,2.26,11,2.33,1.41,9,3.0,1.81,12,4.18,2.09,11,4.83,2.62,12,5.25,2.18,12,5.86,1.86,7,2.73,2.05,11,2.7,1.16,10,4.0,2.42,13,5.2,2.2,10
+compound,5.62,1.36,21,3.5,1.71,22,5.45,1.74,22,6.33,1.58,9,5.08,0.9,12,3.5,1.22,6,3.4,1.92,15,5.5,1.87,6,5.44,1.75,16,6.0,1.58,9,5.33,1.15,12,4.2,1.64,5,3.29,1.72,17,5.27,1.56,11,5.64,1.96,11,6.0,1.41,12,5.11,1.17,9,3.78,1.99,9,3.31,1.55,13,4.92,1.56,12,6.1,1.79,10
+comprehend,6.57,1.75,23,3.94,1.86,18,6.73,1.78,26,6.85,1.28,13,6.2,2.25,10,4.71,1.6,7,3.45,1.92,11,6.31,2.14,13,7.15,1.28,13,6.5,2.2,12,6.64,1.21,11,4.0,1.94,10,3.88,1.89,8,6.35,1.87,17,7.44,1.42,9,6.58,2.19,12,6.55,1.21,11,4.27,1.85,11,3.43,1.9,7,6.5,1.59,16,7.1,2.08,10
+comprehension,6.24,1.14,21,3.33,2.82,24,6.1,2.29,20,6.38,0.92,8,6.15,1.28,13,3.33,2.66,6,3.33,2.95,18,6.45,1.86,11,5.67,2.78,9,6.25,1.22,12,6.22,1.09,9,3.3,3.06,10,3.36,2.76,14,5.92,2.56,13,6.43,1.81,7,6.36,1.22,14,6.0,1.0,7,3.94,3.0,16,2.12,2.1,8,6.25,2.09,12,5.88,2.7,8
+comprehensive,6.79,1.18,19,3.6,2.19,20,6.08,2.04,24,6.92,1.32,13,6.5,0.84,6,4.2,2.77,5,3.4,2.03,15,6.15,1.86,13,6.0,2.32,11,7.0,1.5,9,6.6,0.84,10,5.0,2.52,7,2.85,1.63,13,5.09,1.97,11,6.92,1.75,13,6.78,0.83,9,6.8,1.48,10,3.5,2.17,10,3.7,2.31,10,6.33,2.18,9,5.93,2.02,15
+compress,4.85,1.31,20,5.0,2.32,20,4.88,1.99,26,4.55,1.37,11,5.22,1.2,9,5.86,1.77,7,4.54,2.5,13,4.69,2.18,13,5.08,1.85,13,4.82,1.66,11,4.89,0.78,9,4.64,2.58,11,5.44,2.01,9,4.94,2.22,17,4.78,1.56,9,5.2,1.14,10,4.5,1.43,10,5.08,2.64,12,4.88,1.89,8,4.94,2.05,16,4.8,1.99,10
+compressed,4.0,1.81,20,3.57,2.19,23,4.83,2.23,18,3.88,2.3,8,4.08,1.51,12,4.18,2.04,11,3.0,2.26,12,5.2,2.15,10,4.38,2.39,8,4.17,2.32,6,3.85,1.68,13,3.91,1.97,11,3.25,2.42,12,5.71,2.14,7,4.27,2.2,11,3.58,2.07,12,4.62,1.19,8,3.45,2.34,11,3.67,2.15,12,4.56,2.01,9,5.11,2.52,9
+compression,4.79,1.99,19,4.19,2.42,21,4.77,2.49,22,5.67,1.41,9,4.0,2.16,10,5.0,2.56,8,3.69,2.29,13,5.18,1.94,11,4.36,2.98,11,5.43,1.13,7,4.42,2.31,12,4.7,2.63,10,3.73,2.24,11,4.62,2.69,13,5.0,2.29,9,5.2,2.3,10,4.33,1.58,9,4.71,2.93,7,3.93,2.2,14,5.0,2.66,14,4.38,2.26,8
+compressor,5.32,1.38,19,3.62,2.27,21,5.13,2.47,23,5.33,0.58,3,5.31,1.49,16,4.5,2.27,8,3.08,2.18,13,6.33,2.06,9,4.36,2.47,14,5.56,1.88,9,5.1,0.74,10,3.44,2.3,9,3.75,2.34,12,5.73,2.58,15,4.0,1.93,8,5.57,1.62,7,5.17,1.27,12,4.0,1.94,10,3.27,2.57,11,5.54,3.1,13,4.6,1.26,10
+compromise,5.62,1.6,21,3.36,1.93,25,6.37,2.52,19,5.44,1.88,9,5.75,1.42,12,2.67,1.86,6,3.67,1.97,18,6.0,3.32,7,6.58,2.07,12,5.56,1.67,16,5.8,1.48,5,2.93,2.16,14,4.1,1.45,10,5.67,3.12,9,7.0,1.76,10,5.58,1.68,12,5.67,1.58,9,3.62,2.06,16,2.89,1.69,9,6.18,2.96,11,6.62,1.92,8
+compulsion,3.95,1.15,20,4.89,3.01,18,3.0,1.35,22,4.8,0.84,5,3.67,1.11,15,4.5,2.59,6,5.08,3.29,12,3.8,0.92,10,2.33,1.3,12,4.4,0.84,10,3.5,1.27,10,5.1,2.88,10,4.62,3.34,8,3.09,1.22,11,2.91,1.51,11,4.0,1.13,12,3.88,1.25,8,3.11,3.14,9,6.67,1.5,9,3.09,1.22,11,2.91,1.51,11
+compulsive,4.5,1.7,20,4.67,2.61,21,4.35,2.58,26,5.0,2.24,7,4.23,1.36,13,4.56,2.79,9,4.75,2.6,12,3.57,2.03,14,5.36,3.04,11,4.73,1.35,11,4.22,2.11,9,5.5,2.14,8,4.15,2.82,13,5.31,2.63,16,2.67,1.66,9,5.0,1.58,13,3.57,1.62,7,4.67,2.66,15,4.67,2.73,6,4.36,2.69,11,4.33,2.58,15
+compulsory,4.16,1.17,19,3.72,2.24,18,4.06,2.99,17,4.36,1.21,11,3.88,1.13,8,4.75,2.5,4,3.43,2.17,14,4.62,2.97,8,3.56,3.09,9,4.62,1.3,8,3.82,0.98,11,4.29,2.14,7,3.36,2.34,11,4.83,3.19,6,3.64,2.94,11,4.31,1.25,13,3.83,0.98,6,2.82,2.14,11,5.14,1.68,7,3.86,3.67,7,4.2,2.62,10
+compute,5.74,1.19,19,3.45,2.3,22,6.68,1.68,28,6.0,0.76,8,5.55,1.44,11,2.44,1.59,9,4.15,2.51,13,6.86,1.83,14,6.5,1.56,14,5.44,1.13,9,6.0,1.25,10,3.55,1.86,11,3.36,2.77,11,6.36,1.65,14,7.0,1.71,14,5.4,0.84,10,6.11,1.45,9,3.9,2.33,10,3.08,2.31,12,6.25,1.48,12,7.0,1.79,16
+computer,6.84,2.01,19,4.92,2.96,38,6.58,2.23,45,8.33,1.15,3,6.87,1.68,15,6.44,3.22,16,3.82,2.24,22,6.62,2.27,21,6.54,2.25,24,6.5,2.35,6,7.42,1.24,12,5.0,3.27,19,4.84,2.71,19,6.16,2.48,19,6.88,2.03,26,7.0,2.0,12,6.57,2.15,7,4.2,2.88,20,5.72,2.93,18,7.19,1.78,21,6.04,2.48,24
+computerized,6.37,1.98,19,4.25,2.36,20,5.84,2.61,19,7.67,2.31,3,6.27,1.87,15,4.6,2.76,10,3.9,1.97,10,6.7,2.06,10,4.89,2.93,9,6.17,2.14,6,6.67,1.92,12,4.71,2.36,7,4.0,2.42,13,4.5,2.73,8,6.82,2.14,11,6.08,2.07,12,6.86,1.86,7,4.5,2.64,10,4.0,2.16,10,5.0,3.2,9,6.6,1.78,10
+computing,6.09,2.0,22,3.67,2.56,21,6.6,1.96,20,6.64,2.13,14,5.12,1.36,8,4.18,2.64,11,3.33,2.5,9,6.0,2.0,6,6.86,1.96,14,5.7,2.16,10,6.42,1.88,12,3.18,2.6,11,4.2,2.53,10,6.46,1.56,13,6.86,2.67,7,6.25,1.91,12,5.9,2.18,10,4.31,2.84,13,2.62,1.69,8,6.5,2.32,12,6.75,1.39,8
+comrade,7.3,1.49,20,4.25,1.96,24,5.68,2.32,22,7.12,1.64,8,7.42,1.44,12,4.77,2.2,13,3.64,1.5,11,5.69,2.63,13,5.67,1.94,9,7.5,1.41,8,7.17,1.59,12,4.79,1.97,14,3.5,1.78,10,6.17,2.29,12,5.1,2.33,10,7.67,1.58,9,7.0,1.41,11,4.29,1.96,17,4.14,2.12,7,5.2,2.49,10,6.08,2.19,12
+con,3.21,1.77,24,4.52,2.42,25,3.95,2.87,21,3.6,1.9,10,2.93,1.69,14,4.69,2.56,13,4.33,2.35,12,4.85,3.18,13,2.5,1.51,8,3.78,1.79,9,3.0,1.71,14,4.93,1.73,14,4.0,3.1,11,4.5,3.15,12,3.22,2.44,9,3.17,1.9,12,3.25,1.71,12,3.88,2.42,17,5.88,1.89,8,4.22,3.35,9,3.75,2.6,12
+conceal,3.95,1.12,21,3.74,2.73,23,6.05,2.24,20,4.12,1.36,8,3.85,0.99,13,6.2,2.17,5,3.06,2.51,18,6.09,1.87,11,6.0,2.74,9,4.25,1.22,12,3.56,0.88,9,4.11,3.06,9,3.5,2.59,14,5.85,2.3,13,6.43,2.23,7,4.36,1.08,14,3.14,0.69,7,4.33,2.74,15,2.62,2.5,8,6.0,1.76,12,6.12,2.95,8
+concealment,4.21,1.4,19,4.45,2.06,20,5.09,2.61,23,5.33,1.53,3,4.0,1.32,16,5.57,1.27,7,3.85,2.19,13,4.78,2.28,9,5.29,2.87,14,3.44,1.24,9,4.9,1.2,10,5.0,1.51,8,4.08,2.35,12,5.47,2.75,15,4.38,2.33,8,4.43,1.4,7,4.08,1.44,12,4.8,1.99,10,4.1,2.18,10,4.85,3.21,13,5.4,1.65,10
+concede,4.48,1.66,21,2.73,1.86,22,4.78,2.33,27,4.4,1.51,10,4.55,1.86,11,2.57,2.15,7,2.8,1.78,15,5.06,2.41,17,4.3,2.21,10,4.45,1.63,11,4.5,1.78,10,2.4,1.95,5,2.82,1.88,17,4.71,2.58,14,4.85,2.12,13,4.31,1.93,13,4.75,1.16,8,1.9,1.45,10,3.42,1.93,12,4.64,2.65,14,4.92,2.02,13
+conceit,3.75,2.45,20,4.1,2.39,21,4.04,2.56,25,3.25,3.3,4,3.88,2.31,16,5.25,2.63,4,3.82,2.32,17,4.44,2.79,9,3.81,2.48,16,4.62,2.72,8,3.17,2.17,12,4.5,2.22,10,3.73,2.57,11,3.86,2.25,14,4.27,3.0,11,4.18,2.32,11,3.22,2.64,9,3.4,2.07,10,4.73,2.57,11,4.39,2.68,18,3.14,2.12,7
+conceited,2.75,1.37,20,6.58,2.14,19,4.92,2.1,25,2.55,1.29,11,3.0,1.5,9,6.29,1.6,7,6.75,2.45,12,4.69,2.25,13,5.17,1.99,12,2.73,1.27,11,2.78,1.56,9,7.1,2.08,10,6.0,2.18,9,5.25,2.27,16,4.33,1.73,9,3.1,1.6,10,2.4,1.07,10,6.67,2.15,12,6.43,2.3,7,5.0,2.17,15,4.8,2.1,10
+conceivable,5.6,1.27,20,4.41,2.3,22,6.53,1.84,19,5.33,1.12,9,5.82,1.4,11,3.6,2.79,5,4.81,2.14,16,6.33,2.58,6,6.62,1.5,13,5.79,1.19,14,5.17,1.47,6,4.25,2.22,12,4.89,2.47,9,5.67,1.87,9,7.3,1.49,10,5.9,1.1,10,5.3,1.42,10,4.5,2.78,12,4.3,1.7,10,7.33,1.51,6,6.15,1.91,13
+conceive,5.63,1.26,19,4.95,2.2,21,5.92,2.56,25,5.33,0.58,3,5.69,1.35,16,4.86,2.91,7,4.92,1.93,13,6.25,2.25,8,5.76,2.75,17,5.43,0.53,7,5.75,1.54,12,5.29,2.29,7,4.69,2.29,13,6.36,2.34,14,5.36,2.84,11,6.25,1.58,8,5.18,0.75,11,5.64,1.75,11,4.2,2.49,10,5.67,2.72,18,6.57,2.15,7
+concentrate,6.46,1.52,37,5.11,2.08,19,6.67,1.43,43,6.36,1.28,14,6.52,1.68,23,5.29,1.6,7,5.0,2.37,12,7.07,1.07,14,6.48,1.55,29,6.69,1.58,16,6.29,1.49,21,4.9,2.13,10,5.33,2.12,9,6.48,1.47,23,6.9,1.37,20,6.29,1.61,17,6.6,1.47,20,5.25,1.96,12,4.86,2.41,7,6.83,1.47,23,6.5,1.4,20
+concentration,5.45,1.44,22,4.0,2.66,23,6.63,1.86,19,5.0,1.07,8,5.46,1.33,13,4.75,3.01,8,3.57,2.56,14,6.43,1.9,7,7.0,1.79,11,5.5,1.85,8,5.15,0.69,13,4.44,3.28,9,3.71,2.27,14,6.14,2.12,7,6.92,1.73,12,5.18,1.47,11,5.73,1.42,11,4.0,3.5,9,4.0,2.11,14,6.5,1.93,16,7.33,1.53,3
+concept,4.89,1.78,18,2.9,1.7,21,5.37,2.06,19,5.0,1.41,2,4.88,1.86,16,3.67,1.75,6,2.6,1.64,15,5.33,1.63,6,5.38,2.29,13,5.0,1.32,9,4.78,2.22,9,2.57,1.27,7,3.07,1.9,14,5.22,1.72,9,5.5,2.42,10,4.71,1.89,7,5.0,1.79,11,2.33,1.22,9,3.33,1.92,12,5.38,2.07,8,5.36,2.16,11
+conception,6.0,1.84,21,6.09,2.23,23,4.44,2.2,18,6.6,3.05,5,5.81,1.38,16,6.58,2.07,12,5.55,2.38,11,3.56,1.94,9,5.25,2.31,8,5.92,1.98,12,6.11,1.76,9,5.69,2.39,16,7.0,1.63,7,4.4,2.41,10,4.5,2.07,8,6.23,1.79,13,5.62,2.0,8,6.21,2.39,19,5.5,1.29,4,4.42,2.19,12,4.5,2.43,6
+concern,5.05,1.94,21,4.7,2.66,20,5.55,2.67,22,5.17,2.32,6,5.0,1.85,15,5.38,2.88,8,4.25,2.53,12,5.92,2.87,12,5.1,2.47,10,6.0,2.35,9,4.33,1.23,12,5.0,2.65,9,4.45,2.77,11,5.29,2.87,7,5.67,2.66,15,6.1,1.97,10,4.09,1.38,11,4.69,2.69,13,4.71,2.81,7,6.25,3.02,12,4.7,2.0,10
+concerned,4.61,2.15,18,3.95,2.22,21,4.61,2.2,18,3.5,1.51,8,5.5,2.22,10,3.86,2.61,7,4.0,2.11,14,5.0,2.65,11,4.0,1.15,7,3.82,1.54,11,5.86,2.48,7,4.0,2.35,9,3.92,2.23,12,5.0,2.45,11,4.0,1.73,7,3.83,1.53,12,6.17,2.48,6,3.42,2.07,12,4.67,2.35,9,5.33,2.74,9,3.89,1.27,9
+concert,7.0,1.22,21,5.17,3.14,24,5.4,2.23,20,7.0,1.07,8,7.0,1.35,13,6.83,2.14,6,4.61,3.27,18,5.82,2.18,11,4.89,2.32,9,7.08,1.24,12,6.89,1.27,9,6.0,2.58,10,4.57,3.46,14,5.62,2.36,13,5.0,2.08,7,7.07,1.07,14,6.86,1.57,7,6.12,2.6,16,3.25,3.41,8,5.5,1.78,12,5.25,2.92,8
+concerto,5.7,1.56,20,3.14,2.19,22,5.67,2.25,27,6.14,2.12,7,5.46,1.2,13,4.0,2.21,10,2.42,1.98,12,5.87,2.2,15,5.45,2.5,11,5.36,1.69,11,6.11,1.36,9,3.78,2.39,9,2.69,2.02,13,5.82,2.67,17,5.44,1.42,9,5.77,1.79,13,5.57,1.13,7,2.94,2.26,16,3.67,2.07,6,5.08,2.5,12,6.13,2.0,15
+concession,5.32,1.84,22,3.71,2.05,21,5.8,2.12,20,5.38,1.41,8,5.29,2.09,14,4.22,2.33,9,3.33,1.83,12,6.57,2.15,7,5.38,2.06,13,5.09,2.07,11,5.55,1.63,11,4.0,2.0,11,3.4,2.17,10,5.93,2.15,15,5.4,2.19,5,5.6,1.71,10,5.08,1.98,12,3.3,1.77,10,4.09,2.3,11,5.7,1.49,10,5.9,2.69,10
+conch,5.37,0.96,19,3.48,1.81,21,5.14,2.23,22,5.0,1.0,3,5.44,0.96,16,3.88,1.81,8,3.23,1.83,13,5.56,2.92,9,4.85,1.68,13,5.22,0.83,9,5.5,1.08,10,4.0,1.8,9,3.08,1.78,12,5.36,2.62,14,4.75,1.39,8,5.0,0.58,7,5.58,1.08,12,4.3,1.57,10,2.73,1.74,11,4.92,2.87,12,5.4,1.17,10
+concierge,5.35,1.39,20,3.39,1.9,23,5.07,1.78,28,5.88,0.83,8,5.0,1.6,12,3.67,2.24,9,3.21,1.72,14,4.93,1.86,14,5.21,1.76,14,5.44,2.07,9,5.27,0.47,11,3.42,1.73,12,3.36,2.16,11,4.71,1.64,14,5.43,1.91,14,5.1,1.79,10,5.6,0.84,10,3.73,1.85,11,3.08,1.98,12,5.42,1.51,12,4.81,1.97,16
+concise,5.47,1.93,19,3.3,1.89,20,5.47,2.27,19,6.33,1.15,3,5.31,2.02,16,3.67,1.63,6,3.14,2.03,14,5.67,2.5,6,5.38,2.26,13,5.2,1.32,10,5.78,2.49,9,2.83,1.94,6,3.5,1.91,14,5.33,2.12,9,5.6,2.5,10,4.88,2.03,8,5.91,1.81,11,2.75,1.91,8,3.67,1.87,12,6.43,1.81,7,4.92,2.39,12
+conclude,4.81,1.36,21,2.57,1.97,23,5.85,2.06,20,5.12,1.46,8,4.62,1.33,13,3.83,2.23,6,2.12,1.73,17,6.18,1.94,11,5.44,2.24,9,4.67,1.44,12,5.0,1.32,9,2.9,1.91,10,2.31,2.06,13,6.15,2.08,13,5.29,2.06,7,4.5,1.29,14,5.43,1.4,7,3.2,2.14,15,1.38,0.74,8,5.92,2.02,12,5.75,2.25,8
+conclusion,4.8,1.74,20,3.95,2.06,22,6.63,1.77,19,4.67,2.35,9,4.91,1.14,11,2.6,1.67,5,4.5,2.0,16,6.67,2.25,6,6.62,1.61,13,4.86,1.83,14,4.67,1.63,6,4.5,2.28,12,3.44,1.67,9,6.11,1.27,9,7.1,2.08,10,5.3,1.57,10,4.3,1.83,10,3.75,2.05,12,4.2,2.15,10,6.5,2.26,6,6.69,1.6,13
+conclusive,5.32,1.46,22,3.92,1.92,26,6.79,1.74,24,5.89,1.36,9,4.92,1.44,13,3.4,2.27,10,4.25,1.65,16,6.0,1.8,9,7.27,1.58,15,5.75,0.71,8,5.07,1.73,14,4.31,2.06,13,3.54,1.76,13,6.67,1.87,12,6.92,1.68,12,4.83,1.03,12,5.9,1.73,10,3.8,2.27,15,4.09,1.38,11,6.85,1.72,13,6.73,1.85,11
+concoction,5.52,1.78,21,4.16,2.36,25,5.63,1.95,19,4.89,2.03,9,6.0,1.48,12,3.5,2.74,6,4.28,2.3,18,5.0,2.24,7,6.0,1.76,12,5.44,1.79,16,5.8,1.92,5,3.86,2.74,14,4.4,1.84,10,6.22,2.44,9,5.1,1.29,10,5.42,2.15,12,5.67,1.22,9,4.62,2.5,16,3.33,1.94,9,5.18,1.83,11,6.25,2.05,8
+concourse,4.9,1.37,21,3.71,1.93,21,5.2,2.2,25,5.25,0.97,12,4.44,1.74,9,4.29,2.06,7,3.43,1.87,14,4.5,2.17,10,5.67,2.16,15,4.0,2.0,4,5.12,1.17,17,3.4,2.01,10,4.0,1.9,11,4.86,2.27,7,5.33,2.22,18,4.5,1.51,12,5.44,1.01,9,3.92,2.02,13,3.38,1.85,8,4.78,1.92,9,5.44,2.37,16
+concrete,4.82,1.5,22,3.63,1.95,19,5.9,2.0,21,5.2,1.48,5,4.69,1.58,16,3.88,2.3,8,3.45,1.75,11,5.9,1.73,10,5.91,2.3,11,4.92,1.24,12,4.7,1.83,10,3.2,1.55,10,4.11,2.32,9,5.83,2.08,12,6.0,2.0,9,4.91,1.22,11,4.73,1.79,11,3.12,1.73,8,4.0,2.1,11,6.33,1.32,9,5.58,2.39,12
+concubine,3.53,2.06,19,5.33,2.06,21,4.91,2.54,23,4.0,3.61,3,3.44,1.82,16,6.25,1.75,8,4.77,2.09,13,5.67,2.78,9,4.43,2.34,14,3.11,2.15,9,3.9,2.02,10,5.78,1.86,9,5.0,2.22,12,5.2,2.62,15,4.38,2.45,8,3.43,1.99,7,3.58,2.19,12,5.3,2.11,10,5.36,2.11,11,5.62,3.01,13,4.0,1.41,10
+concur,6.0,1.33,19,3.6,1.88,20,5.29,2.37,24,6.31,1.38,13,5.33,1.03,6,4.0,2.74,5,3.47,1.6,15,5.62,2.1,13,4.91,2.7,11,6.56,1.59,9,5.5,0.85,10,4.0,2.45,7,3.38,1.56,13,5.55,2.46,11,5.08,2.36,13,5.78,0.97,9,6.2,1.62,10,3.7,2.11,10,3.5,1.72,10,5.22,2.44,9,5.33,2.41,15
+concussion,3.45,2.09,20,3.96,2.61,24,3.74,2.16,19,3.5,1.41,8,3.42,2.5,12,5.83,2.4,6,3.33,2.43,18,4.0,2.37,11,3.38,1.92,8,4.08,2.39,12,2.5,1.07,8,5.6,2.22,10,2.79,2.26,14,4.08,2.25,13,3.0,1.9,6,3.92,2.36,13,2.57,1.13,7,4.38,2.85,16,3.12,1.96,8,3.0,1.79,11,4.75,2.31,8
+condemn,2.62,1.36,21,5.33,2.39,21,4.17,1.95,23,2.67,1.23,12,2.56,1.59,9,5.71,1.8,7,5.14,2.68,14,4.67,1.94,9,3.86,1.96,14,3.25,1.71,4,2.47,1.28,17,5.0,2.26,10,5.64,2.58,11,3.86,1.35,7,4.31,2.18,16,2.5,1.62,12,2.78,0.97,9,5.08,2.66,13,5.75,1.98,8,2.62,0.92,8,5.0,1.85,15
+condemnation,3.15,1.04,20,4.1,2.45,20,3.18,1.97,22,2.57,0.79,7,3.46,1.05,13,4.56,2.24,9,3.73,2.65,11,4.83,2.14,6,2.56,1.55,16,3.4,1.35,10,2.89,0.6,9,3.88,2.9,8,4.25,2.22,12,3.8,2.01,15,1.86,1.07,7,3.45,0.93,11,2.78,1.09,9,3.92,2.57,12,4.38,2.39,8,3.55,2.38,11,2.82,1.47,11
+condensed,4.38,1.88,21,4.05,2.01,22,5.0,1.45,21,5.67,0.87,9,3.42,1.88,12,3.83,2.48,6,3.93,1.79,15,4.67,2.07,6,5.13,1.19,15,5.33,1.22,9,3.67,2.02,12,4.6,2.07,5,3.88,2.03,17,4.7,1.42,10,5.27,1.49,11,4.08,2.11,12,4.78,1.56,9,3.67,2.18,9,4.31,1.93,13,5.17,1.4,12,4.78,1.56,9
+condescending,3.8,1.88,20,5.27,2.59,22,4.38,2.31,21,3.67,1.94,9,3.91,1.92,11,5.2,2.3,10,5.33,2.9,12,4.38,1.69,8,4.38,2.69,13,3.93,1.86,14,3.5,2.07,6,4.38,2.77,8,5.79,2.42,14,4.62,1.77,8,4.23,2.65,13,4.5,1.51,10,3.1,2.02,10,5.0,2.92,12,5.6,2.22,10,4.92,2.71,12,3.67,1.5,9
+condition,4.32,1.52,22,4.15,2.21,20,6.53,2.52,19,4.08,1.66,13,4.67,1.32,9,5.57,1.81,7,3.38,2.06,13,6.43,2.7,7,6.58,2.54,12,4.58,1.83,12,4.0,1.05,10,5.11,2.2,9,3.36,1.96,11,6.4,2.41,10,6.67,2.78,9,4.17,1.59,12,4.5,1.51,10,5.29,1.8,7,3.54,2.22,13,7.71,1.38,7,5.83,2.82,12
+conditioner,5.84,1.01,19,3.0,2.41,21,6.38,2.28,24,5.33,0.58,3,5.94,1.06,16,2.57,2.07,7,3.38,2.63,13,6.0,2.56,8,6.56,2.19,16,5.57,0.79,7,6.0,1.13,12,3.14,2.79,7,3.08,2.33,13,6.08,2.9,13,6.73,1.27,11,5.75,1.04,8,5.91,1.04,11,3.09,2.66,11,2.9,2.23,10,6.65,2.6,17,5.71,1.11,7
+conditioning,4.89,1.18,18,3.77,2.09,22,5.96,2.33,28,4.75,0.71,8,5.0,1.49,10,3.62,2.77,8,3.86,1.7,14,6.14,2.38,14,5.79,2.36,14,4.75,1.67,8,5.0,0.67,10,3.73,2.05,11,3.82,2.23,11,5.5,2.65,14,6.43,1.95,14,5.22,1.56,9,4.56,0.53,9,3.73,1.85,11,3.82,2.4,11,6.25,2.34,12,5.75,2.38,16
+condo,6.47,1.31,19,3.8,2.09,20,5.75,2.21,24,6.69,1.18,13,6.0,1.55,6,4.0,2.12,5,3.73,2.15,15,5.69,2.29,13,5.82,2.23,11,6.33,1.58,9,6.6,1.07,10,4.43,2.51,7,3.46,1.85,13,5.18,2.23,11,6.23,2.17,13,6.56,1.24,9,6.4,1.43,10,3.7,2.0,10,3.9,2.28,10,6.78,2.05,9,5.13,2.13,15
+condom,5.44,2.18,18,5.38,1.94,21,6.26,2.38,23,8.0,1.0,3,4.93,1.98,15,5.88,1.55,8,5.08,2.14,13,6.22,2.28,9,6.29,2.52,14,5.5,2.56,8,5.4,1.96,10,5.22,2.11,9,5.5,1.88,12,6.53,2.23,15,5.75,2.71,8,4.86,1.77,7,5.82,2.4,11,5.5,1.96,10,5.27,2.0,11,6.15,2.94,13,6.4,1.51,10
+condone,5.1,1.21,20,3.57,1.99,21,5.48,2.54,25,4.67,2.08,3,5.18,1.07,17,4.14,2.73,7,3.31,1.6,13,4.62,2.13,8,5.88,2.67,17,4.86,1.35,7,5.23,1.17,13,4.0,2.83,7,3.38,1.56,13,5.14,2.6,14,5.91,2.51,11,4.78,1.2,9,5.36,1.21,11,3.91,2.39,11,3.2,1.48,10,5.61,2.83,18,5.14,1.68,7
+condor,4.76,1.67,21,3.55,2.28,22,6.06,2.24,16,5.0,1.8,9,4.58,1.62,12,4.4,2.46,10,2.83,1.95,12,6.1,2.23,10,6.0,2.45,6,4.29,1.98,7,5.0,1.58,13,4.27,2.41,11,2.82,1.99,11,5.83,2.32,6,6.2,2.3,10,4.46,1.9,13,5.25,1.16,8,3.27,2.33,11,3.82,2.32,11,5.88,2.23,8,6.25,2.38,8
+conducive,5.39,0.98,18,3.85,2.06,20,5.78,2.0,23,5.0,0.0,2,5.44,1.03,16,3.62,1.6,8,4.0,2.37,12,4.56,2.3,9,6.57,1.34,14,5.56,1.24,9,5.22,0.67,9,4.75,2.12,8,3.25,1.86,12,6.13,2.39,15,5.12,0.64,8,5.0,1.15,7,5.64,0.81,11,4.1,2.23,10,3.6,1.96,10,5.77,2.55,13,5.8,1.03,10
+conduct,5.21,1.72,19,3.64,1.94,22,6.12,2.15,24,4.5,1.97,6,5.54,1.56,13,3.58,1.83,12,3.7,2.16,10,6.12,2.53,8,6.12,2.03,16,5.0,0.94,10,5.44,2.35,9,4.11,2.2,9,3.31,1.75,13,5.65,2.12,17,7.67,1.75,6,5.25,1.49,8,5.18,1.94,11,3.67,2.06,9,3.62,1.94,13,6.19,2.23,16,6.0,2.14,8
+conductor,5.5,1.57,22,4.24,2.41,21,5.47,2.29,19,5.62,1.41,8,5.69,1.44,13,4.14,2.48,7,4.23,2.55,13,4.57,2.44,7,5.91,2.21,11,5.62,1.77,8,5.69,1.18,13,4.33,2.69,9,4.17,2.29,12,4.14,0.9,7,6.25,2.53,12,6.0,1.55,11,5.0,1.48,11,4.0,2.96,9,4.42,2.02,12,5.44,2.37,16,5.67,2.31,3
+conduit,4.5,1.65,22,3.48,2.36,21,5.48,2.11,21,4.36,1.95,14,4.75,1.04,8,4.0,2.45,11,3.11,2.26,9,4.83,2.32,6,5.73,2.05,15,3.4,1.65,10,5.42,1.0,12,2.82,1.78,11,4.2,2.78,10,5.31,1.97,13,5.75,2.43,8,3.83,1.59,12,5.3,1.42,10,3.54,2.76,13,3.38,1.69,8,5.58,2.07,12,5.33,2.29,9
+cone,6.1,2.05,21,3.36,2.23,25,5.72,2.05,18,5.67,2.6,9,6.42,1.56,12,2.83,1.83,6,3.5,2.43,18,4.17,1.83,6,6.5,1.73,12,5.81,2.17,16,7.0,1.41,5,3.0,2.29,14,3.8,2.3,10,5.78,2.68,9,5.67,1.32,9,6.0,2.45,12,6.22,1.48,9,3.62,2.22,16,2.89,2.32,9,5.5,2.42,10,6.0,1.6,8
+confederacy,4.15,1.63,20,3.75,2.02,20,3.9,1.48,21,4.88,1.25,8,3.67,1.72,12,4.0,2.0,5,3.64,2.17,14,4.17,1.6,6,3.8,1.47,15,4.0,2.0,9,4.27,1.35,11,5.2,1.79,5,3.27,1.91,15,4.1,1.6,10,3.73,1.42,11,4.5,1.83,12,3.62,1.19,8,3.29,1.7,7,4.0,2.2,13,3.83,1.85,12,4.0,0.87,9
+confederate,4.5,1.28,20,3.95,1.88,21,5.28,2.56,25,4.33,1.15,3,4.53,1.33,17,3.71,2.14,7,3.92,1.8,13,5.0,2.2,8,5.41,2.76,17,4.43,0.79,7,4.54,1.51,13,3.86,1.68,7,3.85,2.03,13,5.29,2.37,14,5.27,2.9,11,4.78,1.2,9,4.27,1.35,11,4.45,1.69,11,3.4,2.01,10,5.17,2.96,18,5.57,1.13,7
+confer,5.09,1.59,23,2.48,1.66,21,4.76,1.42,25,5.17,2.14,6,5.06,1.43,17,2.75,1.26,4,2.41,1.77,17,4.33,2.18,9,5.0,0.73,16,4.78,1.2,9,5.29,1.82,14,2.9,1.73,10,2.09,1.58,11,4.71,1.2,14,4.82,1.72,11,5.15,1.46,13,5.0,1.83,10,2.1,1.6,10,2.82,1.72,11,4.83,1.42,18,4.57,1.51,7
+conference,5.1,1.67,21,2.95,1.96,22,4.88,2.23,26,5.4,1.96,10,4.82,1.4,11,2.0,1.29,7,3.4,2.1,15,5.0,2.32,17,4.67,2.18,9,5.64,1.21,11,4.5,1.96,10,4.2,3.11,5,2.59,1.42,17,5.0,2.32,14,4.75,2.22,12,5.23,1.17,13,4.88,2.36,8,2.9,2.23,10,3.0,1.81,12,5.0,2.51,14,4.75,1.96,12
+confess,4.85,1.39,20,4.67,1.85,21,5.53,2.37,19,4.67,1.73,9,5.0,1.1,11,2.8,1.48,5,5.2,1.61,15,6.33,2.42,6,5.15,2.34,13,4.71,1.33,14,5.17,1.6,6,4.75,1.76,12,4.38,2.13,8,5.11,2.03,9,5.9,2.69,10,4.9,1.1,10,4.8,1.69,10,4.27,1.68,11,5.1,2.02,10,6.5,2.26,6,5.08,2.36,13
+confession,5.47,2.06,19,4.59,2.17,22,5.18,2.44,22,6.11,1.69,9,4.9,2.28,10,4.75,2.31,8,4.5,2.18,14,4.64,2.54,11,5.73,2.33,11,6.0,1.29,7,5.17,2.41,12,4.9,2.13,10,4.33,2.27,12,5.23,2.59,13,5.11,2.37,9,5.7,2.5,10,5.22,1.56,9,3.75,2.66,8,5.07,1.77,14,4.86,2.6,14,5.75,2.19,8
+confessional,4.62,1.53,21,4.35,2.58,20,4.43,2.23,21,4.0,1.1,6,4.87,1.64,15,4.0,1.77,8,4.58,3.06,12,3.82,2.09,11,5.1,2.28,10,4.17,1.33,6,4.8,1.61,15,4.5,2.32,10,4.2,2.94,10,4.5,2.41,14,4.29,1.98,7,4.57,1.4,7,4.64,1.65,14,4.07,2.76,14,5.0,2.19,6,4.08,2.23,12,4.89,2.26,9
+confetti,6.26,1.63,19,5.57,2.8,21,5.57,1.7,23,4.6,1.67,5,6.85,1.21,13,7.33,2.16,6,4.87,2.77,15,4.7,1.57,10,6.23,1.54,13,5.71,2.36,7,6.55,1.04,11,7.43,1.51,7,4.64,2.87,14,5.36,1.43,11,5.75,1.96,12,6.17,1.85,12,6.43,1.27,7,6.45,2.38,11,4.6,3.03,10,5.0,1.41,14,6.44,1.81,9
+confidant,7.15,1.42,20,4.25,2.31,20,6.82,1.89,22,7.57,1.27,7,6.92,1.5,13,4.89,2.09,9,3.73,2.45,11,7.17,2.64,6,6.69,1.62,16,7.0,1.41,10,7.56,1.33,9,3.75,2.12,8,4.58,2.47,12,6.53,1.96,15,7.43,1.72,7,7.09,1.58,11,7.22,1.3,9,4.08,2.11,12,4.5,2.73,8,6.0,2.32,11,7.64,0.81,11
+confide,6.21,1.62,19,3.43,2.01,21,6.42,2.37,26,6.83,1.33,6,5.92,1.71,13,4.0,2.16,10,2.91,1.81,11,6.07,2.43,15,7.3,2.0,10,6.0,1.7,10,6.44,1.59,9,3.89,1.62,9,3.08,2.27,12,6.88,2.19,16,6.0,2.55,9,6.67,1.44,12,5.43,1.72,7,3.33,2.19,15,3.67,1.63,6,5.83,2.79,12,6.93,1.9,14
+confidence,6.71,1.76,21,4.04,3.0,24,6.5,2.4,20,7.75,1.16,8,6.08,1.8,13,5.67,3.27,6,3.5,2.79,18,7.0,1.73,11,5.89,3.02,9,6.5,2.11,12,7.0,1.22,9,5.4,2.99,10,3.07,2.7,14,6.38,2.53,13,6.71,2.29,7,6.43,1.83,14,7.29,1.6,7,4.25,3.02,16,3.62,3.11,8,6.83,2.17,12,6.0,2.78,8
+confident,7.56,1.14,39,4.62,2.36,21,7.04,2.25,23,7.69,0.75,13,7.52,1.33,25,5.25,2.12,8,4.23,2.49,13,6.22,2.59,9,7.57,1.91,14,7.47,1.25,15,7.65,1.11,23,5.22,1.09,9,4.17,2.95,12,7.33,2.53,15,6.5,1.6,8,7.67,1.24,24,7.4,0.99,15,5.1,2.23,10,4.18,2.48,11,7.23,2.42,13,6.8,2.1,10
+confidential,6.05,2.04,19,4.5,2.56,20,5.0,2.27,20,6.0,1.0,3,6.06,2.21,16,5.0,2.92,5,4.33,2.53,15,4.67,1.51,6,5.14,2.57,14,5.7,1.64,10,6.44,2.46,9,5.43,2.07,7,4.0,2.74,13,5.4,2.17,10,4.6,2.41,10,6.25,1.39,8,5.91,2.47,11,5.22,2.54,9,3.91,2.55,11,4.62,2.77,8,5.25,1.96,12
+confidentiality,5.82,1.94,22,4.64,2.38,22,6.16,2.09,19,4.75,0.89,8,6.23,2.09,13,5.29,2.56,7,4.36,2.41,14,6.86,1.35,7,5.73,2.49,11,5.25,2.05,8,5.92,1.75,13,6.11,2.52,9,3.62,1.71,13,5.43,2.23,7,6.58,1.98,12,6.45,2.07,11,5.18,1.66,11,4.89,2.89,9,4.46,2.07,13,6.38,1.67,16,5.0,4.0,3
+configuration,4.58,1.68,19,3.45,2.19,20,5.45,2.35,20,5.67,1.15,3,4.27,1.71,15,3.4,2.07,10,3.5,2.42,10,5.4,2.17,10,5.5,2.64,10,3.83,1.83,6,4.83,1.59,12,3.14,2.12,7,3.62,2.29,13,4.75,1.98,8,5.92,2.54,12,4.83,1.47,12,4.14,2.04,7,3.3,2.21,10,3.6,2.27,10,5.22,2.11,9,5.64,2.62,11
+confine,3.0,1.45,21,3.96,2.7,23,3.83,2.66,18,3.44,1.81,9,2.67,1.07,12,4.45,2.46,11,3.5,2.94,12,4.1,2.69,10,3.5,2.78,8,3.29,1.8,7,2.85,1.34,13,4.73,2.69,11,3.25,2.63,12,3.71,2.87,7,3.91,2.66,11,3.08,1.75,13,2.88,0.83,8,4.0,2.83,11,3.92,2.71,12,3.56,2.01,9,4.11,3.3,9
+confinement,4.05,1.73,20,4.83,2.37,23,2.46,2.02,26,4.0,1.7,10,4.1,1.85,10,4.73,2.0,11,4.92,2.75,12,2.82,2.36,11,1.86,1.23,14,4.4,1.35,10,3.7,2.06,10,4.45,2.21,11,5.17,2.55,12,2.53,2.0,17,1.75,1.39,8,4.08,1.89,13,4.0,1.53,7,4.33,2.09,15,5.75,2.71,8,2.29,1.76,17,2.78,2.54,9
+confirm,5.76,2.0,21,3.38,1.94,21,6.56,2.31,25,6.17,1.85,12,5.22,2.17,9,4.0,2.45,7,3.07,1.64,14,7.0,1.49,10,6.27,2.74,15,6.0,2.0,4,5.71,2.05,17,3.7,1.83,10,3.09,2.07,11,6.71,2.21,7,6.5,2.41,18,6.25,2.01,12,5.11,1.9,9,3.62,1.98,13,3.0,1.93,8,5.67,2.96,9,7.06,1.77,16
+confirmation,5.71,1.79,21,3.83,2.08,23,5.55,2.56,20,6.25,1.49,8,5.38,1.94,13,3.85,2.34,13,3.8,1.81,10,5.62,2.53,13,5.43,2.82,7,6.62,1.6,8,4.92,1.56,12,4.69,1.93,13,2.7,1.77,10,6.0,2.56,12,4.88,2.59,8,5.7,2.31,10,5.73,1.27,11,3.65,2.23,17,4.33,1.63,6,5.56,3.13,9,5.55,2.16,11
+confiscate,3.59,1.87,22,5.68,2.08,19,4.24,2.21,21,4.0,2.55,5,3.44,1.75,16,5.62,2.33,8,5.73,2.0,11,3.6,2.27,10,4.82,2.09,11,4.0,1.81,12,3.1,1.91,10,6.0,1.41,10,5.33,2.69,9,3.42,1.88,12,5.33,2.24,9,3.27,2.1,11,3.91,1.64,11,5.0,2.07,8,6.18,2.04,11,4.22,2.54,9,4.25,2.05,12
+conflict,3.05,1.57,20,5.41,2.2,22,4.11,2.08,19,2.78,1.72,9,3.27,1.49,11,4.8,3.11,5,5.56,2.0,16,3.67,2.25,6,4.31,2.06,13,3.21,1.58,14,2.67,1.63,6,4.58,2.5,12,6.44,1.33,9,3.89,1.76,9,4.3,2.41,10,3.7,1.57,10,2.4,1.35,10,4.17,2.12,12,6.9,1.1,10,4.17,2.14,6,4.08,2.14,13
+conflicting,3.5,1.43,20,4.91,2.27,23,3.86,2.37,21,3.8,2.17,5,3.4,1.18,15,5.5,1.78,12,4.27,2.65,11,3.91,2.39,11,3.22,1.79,9,3.36,1.36,11,3.67,1.58,9,5.12,2.28,16,4.43,2.37,7,3.91,1.97,11,3.8,2.86,10,3.17,1.47,12,4.0,1.31,8,5.11,2.4,19,4.0,1.41,4,3.14,1.88,14,5.29,2.75,7
+conform,4.78,1.93,18,3.9,2.4,20,3.67,2.87,24,5.0,2.09,12,4.33,1.63,6,3.6,2.41,5,4.0,2.48,15,4.31,3.07,13,2.91,2.55,11,5.12,2.42,8,4.5,1.51,10,3.43,2.15,7,4.15,2.58,13,3.18,2.68,11,4.08,3.07,13,4.88,1.64,8,4.7,2.21,10,3.3,2.79,10,4.5,1.9,10,3.33,3.2,9,3.87,2.75,15
+confound,3.85,1.53,20,4.38,1.88,21,4.88,2.29,34,3.4,1.51,10,4.3,1.49,10,3.75,1.67,8,4.77,1.96,13,4.86,2.41,14,4.9,2.27,20,3.89,1.36,9,3.82,1.72,11,4.54,1.85,13,4.12,2.03,8,5.23,2.43,22,4.25,1.96,12,3.9,1.6,10,3.8,1.55,10,4.57,1.95,14,4.0,1.83,7,5.76,1.92,17,4.0,2.35,17
+confounded,4.32,1.57,19,4.38,2.65,24,4.07,2.16,27,4.88,0.99,8,3.91,1.81,11,3.67,2.4,9,4.8,2.78,15,3.46,2.03,13,4.64,2.21,14,4.44,1.24,9,4.2,1.87,10,4.5,2.35,12,4.25,3.02,12,3.71,2.16,14,4.46,2.18,13,4.5,1.65,10,4.11,1.54,9,4.25,2.49,12,4.5,2.91,12,4.5,2.2,12,3.73,2.15,15
+confront,4.59,1.82,22,6.11,2.3,18,5.9,2.21,21,4.4,1.67,5,4.69,1.96,16,7.0,1.31,8,5.4,2.72,10,5.3,2.5,10,6.45,1.86,11,4.75,1.54,12,4.4,2.17,10,6.3,1.34,10,5.88,3.23,8,5.92,2.43,12,5.89,2.03,9,4.36,1.8,11,4.82,1.89,11,5.29,2.14,7,6.64,2.34,11,5.44,2.55,9,6.25,1.96,12
+confrontation,2.57,1.57,21,5.16,2.7,25,4.17,2.77,18,2.67,1.41,9,2.5,1.73,12,4.5,3.45,6,5.39,2.57,18,5.43,3.31,7,3.36,2.16,11,2.44,1.5,16,3.0,1.87,5,4.29,3.05,14,6.4,1.78,10,3.5,2.67,8,4.7,2.87,10,2.58,1.68,12,2.56,1.51,9,5.56,2.53,16,4.44,3.0,9,3.8,2.9,10,4.62,2.72,8
+confuse,4.5,1.54,20,3.95,1.93,20,4.39,2.42,36,5.5,1.2,8,3.83,1.4,12,4.4,2.07,5,3.8,1.93,15,4.36,2.38,11,4.4,2.48,25,5.0,1.63,13,3.57,0.79,7,4.17,1.99,12,3.62,1.92,8,4.8,2.44,20,3.88,2.36,16,4.82,1.33,11,4.11,1.76,9,4.09,2.07,11,3.78,1.86,9,4.23,2.6,22,4.64,2.17,14
+confused,3.11,1.52,19,4.28,2.64,39,4.13,2.46,23,3.0,1.73,3,3.07,1.58,15,5.12,2.85,16,3.7,2.36,23,4.44,2.24,9,3.93,2.64,14,3.33,2.07,6,2.92,1.31,12,4.89,2.47,19,3.7,2.72,20,5.07,2.49,15,2.38,1.06,8,3.08,1.62,12,3.14,1.46,7,3.9,2.57,21,4.72,2.72,18,4.38,2.9,13,3.8,1.81,10
+confusing,3.0,1.45,22,5.09,2.56,23,3.95,1.39,19,3.5,1.51,8,2.85,1.34,13,5.25,1.98,8,5.0,2.99,14,3.57,1.72,7,3.91,0.83,11,2.88,1.25,8,3.23,1.54,13,4.67,2.74,9,5.36,2.5,14,3.86,1.46,7,4.0,1.41,12,3.18,1.54,11,2.82,1.4,11,3.67,2.69,9,6.0,2.08,14,3.88,1.45,16,4.33,1.15,3
+confusion,3.32,1.34,19,4.64,2.08,22,3.08,1.79,24,3.17,1.6,6,3.38,1.26,13,4.83,1.85,12,4.4,2.41,10,3.5,2.2,8,2.88,1.59,16,3.5,1.35,10,3.11,1.36,9,5.22,2.33,9,4.23,1.88,13,3.06,1.85,17,2.83,1.72,6,2.88,1.36,8,3.64,1.29,11,4.44,1.81,9,4.77,2.31,13,3.19,1.87,16,2.88,1.73,8
+conga,5.9,1.67,21,4.57,2.52,21,4.76,1.95,21,5.56,1.94,9,6.17,1.47,12,3.5,2.51,6,5.0,2.48,15,5.33,2.16,6,4.53,1.88,15,5.11,1.9,9,6.5,1.24,12,5.0,2.71,4,4.47,2.55,17,5.2,2.2,10,4.36,1.69,11,6.08,2.07,12,5.67,1.0,9,4.62,2.5,8,4.54,2.63,13,4.58,1.88,12,5.0,2.12,9
+congenital,4.11,2.28,19,4.13,2.4,23,3.58,1.39,19,4.33,2.12,9,3.9,2.51,10,4.29,2.06,7,4.13,2.67,15,3.4,1.71,10,3.78,0.97,9,4.33,2.92,9,3.9,1.66,10,5.1,2.96,10,3.42,1.68,12,3.5,1.6,8,3.5,1.27,10,4.58,2.5,12,3.29,1.7,7,4.0,2.27,20,5.0,3.61,3,3.5,1.69,8,3.64,1.21,11
+congestion,3.25,1.45,20,4.24,2.59,21,3.4,2.16,25,2.5,1.0,4,3.44,1.5,16,3.75,2.36,4,4.35,2.69,17,4.44,2.19,9,2.81,1.97,16,3.5,1.41,8,3.08,1.51,12,4.5,2.37,10,4.0,2.86,11,3.57,2.47,14,3.18,1.78,11,2.73,1.27,11,3.89,1.45,9,3.3,2.54,10,5.09,2.43,11,3.39,1.91,18,3.43,2.88,7
+conglomerate,5.0,1.67,19,4.68,2.44,22,4.63,1.95,19,5.0,1.73,9,5.0,1.7,10,6.71,1.8,7,3.71,2.2,14,4.4,2.22,10,4.89,1.69,9,5.33,1.66,9,4.7,1.7,10,5.22,2.91,9,4.33,2.19,12,4.5,1.6,8,5.0,2.16,10,5.33,1.78,12,4.43,1.4,7,4.68,2.5,19,4.67,2.52,3,4.12,1.73,8,5.0,2.1,11
+congrats,6.94,2.18,18,4.05,2.44,20,5.96,2.26,25,7.6,1.67,5,6.69,2.36,13,3.18,2.09,11,5.11,2.52,9,5.88,2.16,16,6.11,2.57,9,7.0,2.24,7,6.91,2.26,11,3.89,2.85,9,4.18,2.18,11,6.0,2.51,20,5.8,0.84,5,6.78,2.05,9,7.11,2.42,9,4.0,2.32,11,4.11,2.71,9,5.63,2.41,19,7.0,1.41,6
+congratulate,6.33,2.3,18,4.77,2.74,22,7.0,1.83,23,6.0,2.68,11,6.67,1.63,6,5.75,3.33,8,4.21,2.29,14,6.86,2.04,7,7.06,1.81,16,5.25,2.6,8,7.2,1.69,10,5.44,2.6,9,4.31,2.84,13,7.27,1.79,11,6.75,1.91,12,6.18,2.82,11,6.57,1.27,7,5.0,3.32,11,4.55,2.16,11,7.08,1.98,13,6.9,1.73,10
+congratulation,7.3,1.13,20,6.05,2.31,20,6.68,2.12,25,7.33,0.58,3,7.29,1.21,17,6.17,1.72,6,6.0,2.68,13,6.12,1.96,8,6.94,2.19,17,7.14,1.07,7,7.38,1.19,13,5.86,2.27,7,6.17,2.52,12,6.57,2.24,14,6.82,2.04,11,6.89,1.27,9,7.64,0.92,11,6.91,1.64,11,5.0,2.65,9,6.67,2.35,18,6.71,1.5,7
+congratulations,7.33,1.94,18,5.55,2.72,20,6.72,1.56,18,6.38,2.33,8,8.1,1.2,10,5.14,2.19,7,5.77,3.03,13,7.0,1.34,11,6.29,1.89,7,6.91,2.21,11,8.0,1.29,7,6.0,3.08,9,5.18,2.48,11,7.0,1.55,11,6.29,1.6,7,7.08,2.15,12,7.83,1.47,6,5.58,2.75,12,5.5,2.88,8,7.11,1.54,9,6.33,1.58,9
+congregation,5.16,2.43,19,3.2,2.12,20,5.0,2.27,20,6.67,2.08,3,5.13,2.29,15,3.5,2.22,10,2.9,2.08,10,4.9,2.08,10,5.1,2.56,10,4.67,2.25,6,5.75,2.3,12,3.0,2.52,7,3.31,1.97,13,4.25,2.05,8,5.5,2.35,12,5.08,2.43,12,5.29,2.63,7,3.6,2.55,10,2.8,1.62,10,4.78,1.86,9,5.18,2.64,11
+congress,3.55,1.67,20,3.61,2.17,18,3.48,1.72,21,3.0,1.22,5,3.73,1.79,15,3.83,2.14,6,3.5,2.28,12,3.89,1.54,9,3.17,1.85,12,4.1,1.1,10,3.0,2.0,10,3.9,2.18,10,3.25,2.25,8,3.3,1.83,10,3.64,1.69,11,3.58,1.56,12,3.5,1.93,8,2.56,1.67,9,4.67,2.18,9,3.3,1.83,10,3.64,1.69,11
+congressional,4.29,1.45,21,3.82,2.4,22,4.05,1.83,21,4.67,1.32,9,4.0,1.54,12,2.5,1.76,6,4.2,2.51,15,4.0,2.37,6,4.07,1.67,15,4.44,1.59,9,4.17,1.4,12,4.8,2.39,5,3.53,2.4,17,4.1,2.08,10,4.0,1.67,11,4.33,1.78,12,4.22,0.97,9,4.33,2.12,9,3.46,2.6,13,4.33,1.78,12,3.67,1.94,9
+congressman,3.71,1.71,21,4.09,2.59,23,3.67,2.52,21,4.8,1.79,5,3.38,1.59,16,5.0,2.3,12,3.09,2.63,11,3.0,2.24,11,3.89,2.32,9,3.25,1.76,12,4.33,1.5,9,4.94,2.59,16,2.14,1.21,7,4.09,2.12,11,3.2,2.94,10,3.92,1.8,13,3.38,1.6,8,3.84,2.77,19,5.25,0.96,4,3.14,2.11,14,4.71,3.09,7
+conjecture,4.71,1.74,21,3.64,2.11,22,4.67,2.25,18,5.11,2.2,9,4.42,1.31,12,4.18,2.18,11,3.09,1.97,11,5.0,2.21,10,4.25,2.38,8,5.0,2.24,7,4.54,1.56,13,4.73,2.05,11,2.55,1.57,11,4.86,2.79,7,4.55,1.97,11,4.62,1.85,13,4.88,1.64,8,3.09,1.97,11,4.18,2.18,11,4.0,1.94,9,5.33,2.45,9
+conjugal,4.84,1.86,19,4.72,2.11,18,5.47,2.07,17,4.91,1.7,11,4.75,2.19,8,5.0,2.94,4,4.64,1.95,14,5.38,2.56,8,5.56,1.67,9,4.75,1.75,8,4.91,2.02,11,4.14,1.46,7,5.09,2.43,11,5.5,2.43,6,5.45,1.97,11,4.46,2.03,13,5.67,1.21,6,4.36,2.46,11,5.29,1.38,7,6.14,1.95,7,5.0,2.11,10
+conjunction,5.19,1.33,21,4.25,2.05,24,5.55,2.2,22,5.0,1.41,8,5.31,1.32,13,4.69,2.21,13,3.73,1.79,11,6.0,2.12,13,4.89,2.26,9,5.12,1.64,8,5.42,1.0,12,5.08,1.26,13,3.27,2.41,11,5.92,2.07,12,5.1,2.38,10,4.7,1.57,10,5.64,0.92,11,3.88,2.34,17,5.14,0.38,7,5.6,2.46,10,5.5,2.07,12
+conjure,5.05,1.75,21,4.57,2.29,23,5.27,1.69,26,5.45,1.37,11,4.6,2.07,10,4.55,2.25,11,4.58,2.43,12,5.91,2.02,11,4.86,1.29,14,5.3,1.95,10,4.82,1.6,11,4.82,2.36,11,4.33,2.31,12,5.41,1.66,17,5.12,1.89,8,5.0,1.96,13,5.12,1.46,8,4.6,2.29,15,4.5,2.45,8,5.0,1.7,17,5.78,1.64,9
+conk,4.47,2.01,19,4.0,2.49,20,5.4,2.06,20,4.0,1.73,3,4.47,2.13,15,3.9,2.47,10,4.1,2.64,10,5.8,1.93,10,5.0,2.21,10,4.5,2.35,6,4.33,1.97,12,4.57,3.46,7,3.69,1.89,13,4.88,1.96,8,5.75,2.14,12,4.33,1.67,12,4.71,2.63,7,4.5,2.76,10,3.5,2.22,10,4.78,1.56,9,5.91,2.34,11
+connect,6.61,1.65,18,3.47,2.2,19,5.96,2.05,25,6.8,1.3,5,6.54,1.81,13,3.4,2.46,10,3.56,2.01,9,5.5,2.1,16,6.78,1.79,9,6.86,2.27,7,6.45,1.21,11,3.5,2.62,8,3.45,1.97,11,6.0,2.27,20,5.8,0.84,5,6.78,1.99,9,6.44,1.33,9,2.8,2.3,10,4.22,1.92,9,5.79,2.23,19,6.5,1.38,6
+connection,6.0,1.45,22,4.45,2.54,20,7.21,2.04,19,5.85,1.41,13,6.22,1.56,9,4.43,2.15,7,4.46,2.82,13,6.71,2.06,7,7.5,2.07,12,5.92,1.78,12,6.1,0.99,10,4.22,2.39,9,4.64,2.77,11,6.5,2.37,10,8.0,1.32,9,6.25,1.82,12,5.7,0.82,10,5.57,1.81,7,3.85,2.73,13,8.0,1.53,7,6.75,2.22,12
+connoisseur,5.85,1.46,20,3.68,2.08,22,6.53,1.81,19,6.22,1.56,9,5.55,1.37,11,2.8,2.05,5,4.12,2.0,16,7.33,1.86,6,6.15,1.72,13,5.93,0.92,14,5.67,2.42,6,3.75,1.86,12,3.89,2.37,9,5.89,1.76,9,7.1,1.73,10,5.3,1.42,10,6.4,1.35,10,3.25,2.34,12,4.2,1.69,10,7.67,1.51,6,6.0,1.73,13
+conquer,4.29,2.45,21,5.23,2.66,26,5.67,2.24,24,4.56,3.0,9,4.08,2.07,12,5.0,2.83,10,5.38,2.63,16,6.11,1.9,9,5.4,2.44,15,3.88,1.36,8,4.54,2.96,13,5.77,2.68,13,4.69,2.63,13,5.83,2.08,12,5.5,2.47,12,3.64,1.86,11,5.0,2.91,10,4.87,3.18,15,5.73,1.74,11,5.77,2.35,13,5.55,2.21,11
+conquering,4.58,1.61,19,5.75,2.31,20,5.55,2.18,22,6.0,1.0,5,4.15,1.52,13,4.83,2.23,6,6.14,2.32,14,4.89,2.32,9,6.0,2.04,13,5.57,1.4,7,4.09,1.51,11,5.29,3.09,7,6.0,1.87,13,5.5,2.01,10,5.58,2.39,12,5.0,1.48,12,3.86,1.68,7,5.1,2.47,10,6.4,2.07,10,5.0,2.16,13,6.33,2.06,9
+conqueror,5.1,2.29,20,5.28,2.72,18,5.95,2.82,22,5.6,2.3,5,4.93,2.34,15,5.33,2.88,6,5.25,2.77,12,6.2,1.87,10,5.75,3.49,12,5.7,1.57,10,4.5,2.8,10,5.6,2.95,10,4.88,2.53,8,6.36,3.04,11,5.55,2.66,11,5.25,2.45,12,4.88,2.17,8,3.67,2.96,9,6.89,1.05,9,5.27,3.04,11,6.64,2.54,11
+conquest,5.9,1.83,20,5.67,2.35,18,6.09,2.56,22,6.2,1.79,5,5.8,1.9,15,6.67,1.37,6,5.17,2.62,12,6.5,1.72,10,5.75,3.14,12,6.6,1.26,10,5.2,2.1,10,6.1,2.02,10,5.12,2.75,8,6.91,2.43,11,5.27,2.53,11,5.83,2.04,12,6.0,1.6,8,4.89,2.85,9,6.44,1.51,9,5.82,2.75,11,6.36,2.46,11
+conscience,5.9,2.29,20,3.95,2.44,20,5.41,2.82,22,5.17,2.23,6,6.21,2.33,14,4.62,2.2,8,3.5,2.58,12,5.83,2.76,12,4.9,2.96,10,6.0,2.92,9,5.82,1.78,11,4.33,2.12,9,3.64,2.73,11,4.29,2.75,7,5.93,2.79,15,5.67,2.65,9,6.09,2.07,11,4.23,2.59,13,3.43,2.23,7,6.0,2.73,12,4.7,2.91,10
+conscientious,6.05,1.28,21,3.0,2.33,22,6.54,2.0,26,6.0,1.25,10,6.09,1.38,11,2.29,1.89,7,3.33,2.5,15,6.53,2.12,17,6.56,1.88,9,5.91,1.14,11,6.2,1.48,10,2.0,1.73,5,3.29,2.44,17,6.29,2.4,14,6.83,1.47,12,6.08,1.04,13,6.0,1.69,8,3.1,3.03,10,2.92,1.68,12,6.86,1.92,14,6.17,2.12,12
+conscious,5.53,1.74,19,4.3,2.25,20,6.05,2.24,20,6.33,0.58,3,5.38,1.86,16,4.0,1.79,6,4.43,2.47,14,6.83,1.94,6,5.71,2.33,14,4.9,1.2,10,6.22,2.05,9,5.43,1.81,7,3.69,2.29,13,6.3,2.16,10,5.8,2.39,10,5.25,1.28,8,5.73,2.05,11,3.67,2.24,9,4.82,2.23,11,6.12,2.17,8,6.0,2.37,12
+consciousness,6.48,1.29,21,3.33,2.65,24,7.37,2.17,19,6.5,1.51,8,6.46,1.2,13,4.33,2.58,6,3.0,2.66,18,7.18,2.52,11,7.62,1.69,8,6.33,1.44,12,6.67,1.12,9,3.9,2.85,10,2.93,2.53,14,7.33,2.46,12,7.43,1.72,7,6.36,1.34,14,6.71,1.25,7,4.38,2.68,16,1.25,0.46,8,7.58,2.35,12,7.0,1.91,7
+consecrated,4.81,2.18,21,3.7,2.45,20,4.95,2.32,22,5.17,1.72,6,4.67,2.38,15,4.38,2.77,8,3.25,2.22,12,4.58,2.54,12,5.4,2.07,10,5.11,2.62,9,4.58,1.88,12,4.44,2.55,9,3.09,2.3,11,3.57,1.9,7,5.6,2.26,15,5.0,2.71,10,4.64,1.69,11,3.62,2.63,13,3.86,2.27,7,5.0,2.83,12,4.9,1.66,10
+consecutive,4.75,1.41,20,3.11,2.0,18,5.29,2.39,24,5.0,1.41,5,4.67,1.45,15,3.8,1.92,5,2.85,2.03,13,5.54,2.44,13,5.0,2.41,11,4.8,1.48,10,4.7,1.42,10,4.29,1.89,7,2.36,1.75,11,4.88,2.53,16,6.12,1.96,8,4.57,1.45,14,5.17,1.33,6,3.33,1.92,12,2.67,2.25,6,5.07,2.71,15,5.67,1.8,9
+consensual,6.3,1.45,20,5.24,2.39,21,6.54,2.23,24,6.67,1.53,3,6.24,1.48,17,5.71,3.04,7,5.0,2.16,13,5.86,2.41,7,6.82,2.16,17,6.57,1.62,7,6.15,1.41,13,4.71,2.69,7,5.54,2.37,13,6.0,2.71,13,7.18,1.33,11,5.33,0.87,9,7.09,1.38,11,5.55,2.3,11,4.9,2.56,10,6.59,2.5,17,6.43,1.51,7
+consensus,5.74,1.48,19,3.0,2.41,20,5.38,2.0,24,5.92,1.44,13,5.33,1.63,6,3.8,3.35,5,2.73,2.09,15,5.54,1.94,13,5.18,2.14,11,6.0,1.5,9,5.5,1.51,10,4.0,3.42,7,2.46,1.56,13,4.91,1.92,11,5.77,2.05,13,5.67,1.41,9,5.8,1.62,10,2.9,2.23,10,3.1,2.69,10,5.67,2.29,9,5.2,1.86,15
+consent,6.42,1.57,19,3.88,2.2,17,6.58,2.34,24,6.25,0.96,4,6.47,1.73,15,4.2,2.28,5,3.75,2.26,12,6.0,2.65,13,7.27,1.79,11,7.22,1.64,9,5.7,1.16,10,5.14,2.41,7,3.0,1.63,10,6.38,2.28,16,7.0,2.56,8,6.38,1.71,13,6.5,1.38,6,3.91,2.39,11,3.83,2.04,6,7.13,2.33,15,5.67,2.18,9
+consenting,5.47,1.22,19,3.8,1.94,20,5.8,2.04,20,5.0,1.0,3,5.56,1.26,16,3.83,2.48,6,3.79,1.76,14,5.5,0.84,6,5.93,2.4,14,5.5,0.85,10,5.44,1.59,9,4.14,1.57,7,3.62,2.14,13,6.3,1.77,10,5.3,2.26,10,5.12,1.13,8,5.73,1.27,11,3.89,1.96,9,3.73,2.0,11,5.25,2.76,8,6.17,1.4,12
+consequence,3.86,1.55,22,4.31,2.09,26,4.67,2.3,24,3.56,1.42,9,4.08,1.66,13,3.4,2.27,10,4.88,1.82,16,5.33,2.12,9,4.27,2.37,15,4.62,1.19,8,3.43,1.6,14,3.77,1.74,13,4.85,2.34,13,4.67,2.35,12,4.67,2.35,12,3.58,1.78,12,4.2,1.23,10,4.0,2.27,15,4.73,1.85,11,5.15,2.48,13,4.09,2.02,11
+conservation,5.2,2.19,20,3.17,2.07,18,5.79,2.15,24,5.2,2.68,5,5.2,2.11,15,3.6,2.07,5,3.0,2.12,13,4.85,1.72,13,6.91,2.12,11,5.4,2.01,10,5.0,2.45,10,3.71,1.7,7,2.82,2.27,11,5.19,2.14,16,7.0,1.69,8,5.0,2.0,14,5.67,2.73,6,2.92,1.78,12,3.67,2.66,6,6.07,2.05,15,5.33,2.35,9
+conservative,4.55,2.35,20,2.65,1.98,20,4.82,2.24,22,4.29,1.8,7,4.69,2.66,13,3.0,2.24,9,2.36,1.8,11,5.67,2.42,6,4.5,2.16,16,3.9,2.38,10,5.0,2.29,9,3.38,2.2,8,2.17,1.75,12,5.2,2.27,15,4.0,2.08,7,5.0,2.19,11,4.0,2.55,9,3.08,2.15,12,2.0,1.6,8,5.0,2.37,11,4.64,2.2,11
+conservatory,5.18,1.18,22,3.65,2.23,26,5.74,2.05,23,5.67,0.71,9,4.85,1.34,13,2.9,2.77,10,4.12,1.75,16,6.0,1.85,8,5.6,2.2,15,5.25,0.71,8,5.14,1.41,14,3.92,2.22,13,3.38,2.29,13,5.17,2.25,12,6.36,1.69,11,4.83,1.27,12,5.6,0.97,10,3.2,2.31,15,4.27,2.05,11,5.92,2.31,12,5.55,1.81,11
+conserve,5.9,1.37,20,3.75,2.36,20,5.86,2.4,22,7.0,1.22,5,5.53,1.25,15,3.88,2.42,8,3.67,2.42,12,6.25,2.38,12,5.4,2.46,10,6.38,1.69,8,5.58,1.08,12,4.22,2.33,9,3.36,2.42,11,4.43,2.3,7,6.53,2.2,15,5.89,1.36,9,5.91,1.45,11,3.38,2.14,13,4.43,2.76,7,6.25,2.67,12,5.4,2.07,10
+consider,6.56,1.98,18,2.71,2.05,21,6.06,1.92,18,6.25,1.98,8,6.8,2.04,10,2.71,2.75,7,2.71,1.73,14,6.18,1.47,11,5.86,2.61,7,6.36,2.01,11,6.86,2.04,7,2.11,2.26,9,3.17,1.85,12,6.82,1.89,11,4.86,1.35,7,6.33,1.87,12,7.0,2.28,6,1.92,1.51,12,3.78,2.28,9,6.67,1.8,9,5.44,1.94,9
+considerable,6.0,1.53,18,3.86,1.96,22,6.52,1.66,21,5.88,1.36,8,6.1,1.73,10,4.25,2.12,8,3.64,1.91,14,6.8,1.55,10,6.27,1.79,11,6.33,1.37,6,5.83,1.64,12,4.0,1.7,10,3.75,2.22,12,6.58,1.78,12,6.44,1.59,9,6.5,1.72,10,5.38,1.06,8,3.25,2.49,8,4.21,1.58,14,6.38,1.98,13,6.75,1.04,8
+considerate,7.2,1.2,20,3.67,2.59,21,6.4,2.1,25,8.0,0.0,3,7.06,1.25,17,4.14,2.79,7,3.31,2.63,13,6.0,2.2,8,6.59,2.09,17,7.29,1.38,7,7.15,1.14,13,4.29,2.63,7,3.23,2.68,13,5.57,2.31,14,7.45,1.21,11,6.67,1.12,9,7.64,1.12,11,4.18,3.06,11,3.1,1.97,10,6.78,1.99,18,5.43,2.23,7
+consideration,6.4,1.76,20,3.45,2.02,22,7.11,1.49,19,6.33,1.58,9,6.45,1.97,11,2.0,1.22,5,3.81,2.07,16,7.67,1.21,6,6.85,1.57,13,6.36,1.5,14,6.5,2.43,6,3.58,2.19,12,3.11,1.9,9,6.22,1.39,9,7.9,1.1,10,6.2,1.99,10,6.6,1.58,10,3.42,2.43,12,3.5,1.51,10,7.5,1.64,6,6.92,1.44,13
+consignment,5.58,1.3,19,4.17,2.35,23,3.89,1.41,19,5.56,1.01,9,5.6,1.58,10,4.0,2.31,7,4.33,2.5,15,4.2,1.4,10,3.56,1.42,9,5.89,1.36,9,5.3,1.25,10,5.0,2.45,10,3.58,2.23,12,4.25,1.16,8,3.4,1.43,10,5.75,1.48,12,5.29,0.95,7,3.9,2.31,20,6.0,2.0,3,4.25,1.39,8,3.64,1.43,11
+consist,5.21,2.1,19,3.14,2.23,22,5.25,1.55,28,4.5,1.97,6,5.54,2.15,13,3.27,2.37,11,3.0,2.19,11,5.91,1.92,11,4.82,1.13,17,5.36,2.29,11,5.0,1.93,8,2.82,2.27,11,3.45,2.25,11,5.17,1.89,18,5.4,0.7,10,5.23,2.49,13,5.17,0.98,6,3.29,2.61,14,2.88,1.46,8,5.38,1.96,16,5.08,0.79,12
+consistency,6.1,1.74,20,2.73,1.61,22,6.19,2.06,27,6.22,0.97,9,6.0,2.24,11,2.14,1.57,7,3.0,1.6,15,6.18,2.21,17,6.2,1.87,10,6.64,1.43,11,5.44,1.94,9,2.2,1.79,5,2.88,1.58,17,5.93,2.34,14,6.46,1.76,13,6.17,1.75,12,6.0,1.85,8,2.3,1.57,10,3.08,1.62,12,6.64,2.17,14,5.69,1.89,13
+consistent,6.43,1.66,21,3.19,1.72,21,6.77,1.23,22,5.89,1.83,9,6.83,1.47,12,2.33,1.21,6,3.43,1.83,14,7.17,0.75,6,6.62,1.36,16,5.44,1.67,9,7.17,1.27,12,3.4,1.14,5,3.12,1.89,16,6.0,1.18,11,7.55,0.69,11,6.92,1.31,12,5.78,1.92,9,3.89,1.62,9,2.67,1.67,12,6.75,1.29,12,6.8,1.23,10
+consolation,5.47,1.71,19,3.35,2.18,20,4.71,1.85,24,5.69,1.7,13,5.0,1.79,6,4.0,3.08,5,3.13,1.88,15,4.77,1.59,13,4.64,2.2,11,6.0,1.58,9,5.0,1.76,10,3.29,2.56,7,3.38,2.06,13,5.27,1.9,11,4.23,1.74,13,5.44,1.81,9,5.5,1.72,10,2.7,1.64,10,4.0,2.54,10,5.11,2.57,9,4.47,1.3,15
+console,6.53,1.71,19,4.09,2.09,23,5.79,1.36,19,6.22,1.09,9,6.8,2.15,10,4.71,2.21,7,3.73,2.09,15,6.0,1.49,10,5.56,1.24,9,6.89,1.69,9,6.2,1.75,10,4.1,2.28,10,4.0,2.09,12,5.75,1.16,8,5.9,1.6,10,6.67,1.87,12,6.29,1.5,7,3.95,2.04,20,5.0,2.65,3,5.5,1.31,8,6.0,1.41,11
+consoled,6.44,1.93,39,2.58,1.54,19,5.86,2.47,58,6.46,2.44,13,6.42,1.68,26,2.3,1.25,10,2.89,1.83,9,5.7,2.43,27,6.0,2.53,31,6.33,1.91,15,6.5,1.98,24,2.0,1.15,7,2.92,1.68,12,5.34,2.56,38,6.85,1.98,20,6.62,1.88,21,6.22,2.02,18,2.78,1.39,9,2.4,1.71,10,5.62,2.42,32,6.15,2.54,26
+consolidate,4.8,1.51,20,4.05,1.64,20,4.73,1.95,26,4.91,1.04,11,4.67,2.0,9,4.57,1.62,7,3.77,1.64,13,4.0,1.41,13,5.46,2.18,13,4.55,1.86,11,5.11,0.93,9,4.27,1.62,11,3.78,1.72,9,4.88,2.03,17,4.44,1.88,9,4.9,1.6,10,4.7,1.49,10,4.42,1.56,12,3.5,1.69,8,4.69,2.06,16,4.8,1.87,10
+consolidated,4.5,1.57,20,3.8,1.82,20,5.54,1.36,26,4.45,1.69,11,4.56,1.51,9,3.71,2.06,7,3.85,1.77,13,5.08,1.19,13,6.0,1.41,13,3.82,1.78,11,5.33,0.71,9,3.73,1.9,11,3.89,1.83,9,5.59,1.42,17,5.44,1.33,9,4.0,1.7,10,5.0,1.33,10,3.83,1.8,12,3.75,1.98,8,5.12,1.26,16,6.2,1.32,10
+consort,5.1,1.18,21,4.24,1.79,25,5.59,1.97,22,5.5,1.07,8,4.85,1.21,13,4.38,1.85,13,4.08,1.78,12,5.92,2.06,13,5.11,1.83,9,5.25,1.16,8,5.0,1.28,12,4.71,1.27,14,3.64,2.2,11,6.0,1.91,12,5.1,2.02,10,4.8,1.03,10,5.36,1.29,11,4.18,1.94,17,4.38,1.51,8,6.1,2.47,10,5.17,1.4,12
+conspicuous,4.05,1.66,21,3.87,2.49,23,3.94,2.41,18,4.22,1.92,9,3.92,1.51,12,4.91,2.39,11,2.92,2.27,12,3.8,2.53,10,4.12,2.42,8,3.86,2.04,7,4.23,1.54,13,4.82,2.68,11,3.0,2.04,12,4.14,2.97,7,3.82,2.14,11,3.69,1.84,13,4.62,1.19,8,3.82,2.68,11,3.92,2.43,12,2.78,1.39,9,5.11,2.71,9
+conspiracy,3.42,1.54,19,5.74,2.91,23,3.64,2.11,28,4.38,1.06,8,2.73,1.49,11,5.89,2.85,9,5.64,3.05,14,3.79,2.19,14,3.5,2.1,14,3.0,1.41,9,3.8,1.62,10,6.0,3.25,12,5.45,2.62,11,3.21,2.04,14,4.07,2.16,14,3.4,1.84,10,3.44,1.24,9,4.64,2.98,11,6.75,2.56,12,3.92,2.61,12,3.44,1.71,16
+conspire,3.9,1.58,21,4.48,2.06,23,4.32,2.1,25,4.0,2.0,11,3.8,1.03,10,4.0,1.67,11,4.92,2.35,12,4.18,2.23,11,4.46,2.15,13,4.5,1.18,10,3.36,1.75,11,4.64,1.91,11,4.33,2.27,12,5.06,2.05,16,2.88,1.55,8,3.77,1.54,13,4.12,1.73,8,4.6,2.2,15,4.25,1.91,8,4.59,2.18,17,3.75,1.91,8
+constable,5.2,0.83,20,3.1,1.92,20,5.23,1.66,22,5.14,0.38,7,5.23,1.01,13,3.44,2.01,9,2.82,1.89,11,5.0,1.41,6,5.31,1.78,16,5.0,0.82,10,5.44,0.88,9,2.88,1.73,8,3.25,2.09,12,5.4,1.45,15,4.86,2.12,7,5.09,0.94,11,5.33,0.71,9,3.42,2.07,12,2.62,1.69,8,5.91,1.58,11,4.55,1.51,11
+constant,5.9,2.0,20,2.81,2.09,21,6.36,2.33,25,6.0,3.46,4,5.88,1.63,16,3.0,2.71,4,2.76,2.02,17,5.56,2.6,9,6.81,2.1,16,6.12,1.55,8,5.75,2.3,12,3.1,2.23,10,2.55,2.02,11,6.14,2.21,14,6.64,2.54,11,6.36,1.63,11,5.33,2.35,9,2.3,1.77,10,3.27,2.33,11,6.5,2.26,18,6.0,2.65,7
+constellation,6.24,2.19,21,4.35,1.92,23,5.14,2.37,21,4.4,2.3,5,6.81,1.87,16,4.42,2.15,12,4.27,1.74,11,3.91,2.39,11,6.33,1.5,9,6.5,2.35,12,5.89,2.03,9,3.94,1.73,16,5.29,2.14,7,5.36,2.11,11,4.9,2.73,10,6.23,2.01,13,6.25,2.6,8,4.47,2.06,19,3.75,0.96,4,5.14,2.32,14,5.14,2.67,7
+constipation,2.45,1.61,20,3.83,2.06,23,3.27,1.95,26,2.45,1.29,11,2.44,2.01,9,4.0,2.05,11,3.67,2.15,12,2.91,1.51,11,3.57,2.31,14,3.11,2.09,9,1.91,0.83,11,3.73,2.15,11,3.92,2.07,12,3.35,2.15,17,3.12,1.73,8,2.25,1.66,12,2.75,1.58,8,3.6,1.76,15,4.25,2.6,8,3.65,2.18,17,2.56,1.24,9
+constituency,4.1,1.73,21,2.61,1.62,23,5.56,2.2,18,4.78,1.86,9,3.58,1.51,12,3.09,1.38,11,2.17,1.75,12,5.0,2.4,10,6.25,1.83,8,4.43,1.62,7,3.77,1.79,13,3.0,1.61,11,2.25,1.6,12,4.71,2.21,7,6.09,2.12,11,4.0,1.58,13,4.25,2.05,8,2.45,1.69,11,2.75,1.6,12,5.56,2.13,9,5.56,2.4,9
+constitute,4.57,1.57,21,3.18,2.24,22,5.5,1.89,18,4.44,2.07,9,4.67,1.15,12,4.0,2.36,10,2.5,1.98,12,5.9,1.6,10,5.0,2.2,8,3.86,1.68,7,4.92,1.5,13,4.18,2.27,11,2.18,1.78,11,5.29,2.63,7,5.64,1.36,11,4.15,1.77,13,5.25,0.89,8,2.91,2.26,11,3.45,2.3,11,4.67,1.8,9,6.33,1.66,9
+constitution,5.47,2.27,19,3.35,2.32,20,5.4,2.16,20,6.33,1.15,3,5.53,2.33,15,4.2,2.35,10,2.5,2.07,10,5.4,2.46,10,5.4,1.96,10,5.83,2.23,6,5.58,2.23,12,3.29,2.36,7,3.38,2.4,13,4.62,2.07,8,5.92,2.15,12,5.58,2.47,12,5.29,2.06,7,3.2,2.3,10,3.5,2.46,10,5.22,2.49,9,5.55,1.97,11
+constitutional,5.68,1.97,19,3.86,2.03,21,5.41,2.87,34,6.22,2.28,9,5.2,1.62,10,4.62,2.13,8,3.38,1.89,13,5.71,2.95,14,5.2,2.88,20,5.38,2.2,8,5.91,1.87,11,3.92,1.75,13,3.75,2.55,8,4.73,2.98,22,6.67,2.27,12,5.33,1.94,9,6.0,2.05,10,3.79,2.04,14,4.0,2.16,7,5.06,2.95,17,5.76,2.84,17
+construct,5.4,1.47,20,4.33,1.93,21,5.36,2.33,33,5.2,0.63,10,5.6,2.01,10,4.12,1.55,8,4.46,2.18,13,5.77,2.17,13,5.1,2.45,20,5.33,1.12,9,5.45,1.75,11,4.77,1.42,13,3.62,2.5,8,5.33,2.29,21,5.42,2.5,12,5.5,0.97,10,5.3,1.89,10,4.21,2.04,14,4.57,1.81,7,4.88,2.09,16,5.82,2.51,17
+construction,5.53,1.98,19,3.73,2.23,22,5.74,2.16,23,6.09,1.92,11,4.71,2.06,7,4.62,2.62,8,3.21,1.89,14,5.14,3.13,7,6.0,1.63,16,5.38,1.85,8,5.64,2.16,11,3.78,2.54,9,3.69,2.1,13,5.91,2.02,11,5.58,2.35,12,5.42,2.35,12,5.71,1.25,7,2.91,2.55,11,4.55,1.57,11,5.15,2.44,13,6.5,1.51,10
+constructive,5.81,1.97,21,4.17,2.35,23,6.58,1.45,26,6.55,1.57,11,5.0,2.11,10,5.0,2.24,11,3.42,2.27,12,6.64,1.12,11,6.71,1.59,14,5.4,2.46,10,6.18,1.4,11,4.45,2.25,11,3.92,2.5,12,6.35,1.46,17,7.38,0.92,8,5.77,2.35,13,5.88,1.25,8,4.07,2.34,15,4.38,2.5,8,6.41,1.42,17,6.89,1.54,9
+consul,4.39,1.64,23,3.41,2.04,22,6.52,1.89,21,4.55,1.29,11,4.25,1.96,12,3.6,2.41,10,3.25,1.76,12,5.0,1.07,8,7.46,1.66,13,4.8,1.26,15,3.62,2.07,8,3.0,2.39,8,3.64,1.86,14,6.5,2.07,8,6.54,1.85,13,4.83,1.4,12,3.91,1.81,11,3.5,2.2,12,3.3,1.95,10,7.0,1.86,12,5.89,1.83,9
+consulate,4.53,1.31,19,2.5,1.7,20,4.68,1.99,22,5.0,0.0,7,4.25,1.6,12,2.67,1.8,9,2.36,1.69,11,4.17,2.64,6,4.88,1.75,16,4.5,1.08,10,4.5,1.69,8,2.62,1.85,8,2.42,1.68,12,4.93,2.15,15,4.14,1.57,7,4.18,1.4,11,5.0,1.07,8,2.42,1.68,12,2.62,1.85,8,4.91,2.21,11,4.45,1.81,11
+consult,5.41,1.47,22,3.77,2.21,26,5.83,1.93,24,5.11,1.9,9,5.62,1.12,13,2.9,2.51,10,4.31,1.89,16,6.33,1.73,9,5.53,2.03,15,5.0,1.93,8,5.64,1.15,14,4.08,1.98,13,3.46,2.47,13,5.42,1.98,12,6.25,1.86,12,5.58,1.16,12,5.2,1.81,10,3.33,2.44,15,4.36,1.8,11,6.08,2.02,13,5.55,1.86,11
+consultant,6.05,1.85,20,2.76,2.17,21,5.68,1.99,25,6.25,2.63,4,6.0,1.71,16,3.25,3.2,4,2.65,1.97,17,5.56,2.3,9,5.75,1.88,16,6.38,1.69,8,5.83,1.99,12,3.4,2.27,10,2.18,1.99,11,5.86,1.99,14,5.45,2.07,11,6.09,2.12,11,6.0,1.58,9,2.2,1.81,10,3.27,2.41,11,6.06,1.8,18,4.71,2.29,7
+consultation,5.29,1.68,21,4.84,2.19,25,5.32,2.48,22,4.5,1.85,8,5.77,1.42,13,4.46,2.37,13,5.25,2.01,12,5.38,2.36,13,5.22,2.77,9,4.75,2.25,8,5.67,1.23,12,5.57,1.87,14,3.91,2.3,11,5.5,2.11,12,5.1,2.96,10,4.7,2.06,10,5.82,1.08,11,4.18,1.98,17,6.25,2.05,8,5.8,2.7,10,4.92,2.31,12
+consume,5.48,1.44,21,4.0,2.87,24,6.18,2.3,17,6.5,1.31,8,4.85,1.14,13,5.5,2.43,6,3.5,2.9,18,6.78,1.92,9,5.5,2.62,8,5.33,1.15,12,5.67,1.8,9,5.0,3.06,10,3.29,2.61,14,6.7,2.36,10,5.43,2.15,7,5.36,1.28,14,5.71,1.8,7,4.44,2.8,16,3.12,3.0,8,6.0,2.12,9,6.38,2.62,8
+consumer,5.95,1.9,19,3.82,2.32,22,5.21,2.07,19,5.56,1.81,9,6.3,2.0,10,3.71,2.56,7,3.93,2.37,14,5.4,2.07,10,5.0,2.18,9,6.11,2.15,9,5.8,1.75,10,4.44,2.96,9,3.42,1.83,12,5.38,1.41,8,4.9,2.56,10,6.0,1.81,12,5.86,2.19,7,3.79,2.35,19,4.0,2.65,3,5.62,1.51,8,4.91,2.43,11
+consummate,6.1,1.25,20,3.95,2.11,20,5.59,2.02,22,6.0,0.82,7,6.15,1.46,13,3.89,2.2,9,4.0,2.14,11,5.0,2.61,6,5.81,1.8,16,5.5,0.97,10,6.78,1.3,9,2.88,1.55,8,4.67,2.19,12,5.6,1.84,15,5.57,2.51,7,6.0,1.26,11,6.22,1.3,9,3.75,2.22,12,4.25,2.05,8,5.91,2.39,11,5.27,1.62,11
+consumption,4.65,1.31,20,3.76,2.39,21,6.0,2.4,25,4.33,0.58,3,4.71,1.4,17,4.29,2.87,7,3.31,2.14,13,6.5,2.0,8,5.76,2.59,17,4.71,1.11,7,4.62,1.45,13,4.43,2.94,7,3.23,2.05,13,6.29,2.37,14,5.64,2.5,11,5.22,0.97,9,4.18,1.4,11,3.73,2.41,11,3.8,2.49,10,6.06,2.48,18,5.86,2.34,7
+contact,6.17,2.07,18,3.33,2.5,21,5.78,1.99,18,5.0,1.85,8,7.1,1.79,10,4.0,2.94,7,3.0,2.29,14,6.09,1.45,11,5.29,2.69,7,5.64,2.01,11,7.0,2.0,7,3.44,3.09,9,3.25,2.09,12,6.27,1.62,11,5.0,2.38,7,5.5,1.93,12,7.5,1.76,6,2.75,2.22,12,4.11,2.76,9,5.89,2.57,9,5.67,1.32,9
+contagion,2.85,1.79,20,5.94,2.46,18,3.62,2.28,24,3.0,1.87,5,2.8,1.82,15,7.2,2.49,5,5.46,2.37,13,3.92,2.43,13,3.27,2.15,11,2.6,1.65,10,3.1,1.97,10,6.71,1.89,7,5.45,2.73,11,4.25,2.21,16,2.38,2.0,8,3.0,1.96,14,2.5,1.38,6,6.0,2.17,12,5.83,3.19,6,3.53,2.29,15,3.78,2.39,9
+contagious,3.05,1.75,21,5.25,3.05,24,3.9,2.67,20,3.75,2.12,8,2.62,1.39,13,6.5,2.81,6,4.83,3.09,18,4.18,3.25,11,3.56,1.88,9,3.33,2.06,12,2.67,1.22,9,5.9,2.73,10,4.79,3.29,14,4.08,3.15,13,3.57,1.62,7,2.79,1.67,14,3.57,1.9,7,4.88,2.94,16,6.0,3.34,8,3.75,2.73,12,4.12,2.75,8
+contain,5.0,0.86,20,3.0,1.84,21,5.68,2.36,25,4.33,1.15,3,5.12,0.78,17,3.0,2.52,7,3.08,1.55,13,5.0,2.07,8,6.0,2.47,17,4.86,0.9,7,5.08,0.86,13,4.57,1.9,7,2.23,1.3,13,5.43,2.62,14,6.0,2.05,11,5.11,1.05,9,4.91,0.7,11,3.64,1.86,11,2.3,1.64,10,5.67,2.5,18,5.71,2.14,7
+container,5.7,1.26,20,3.57,2.13,23,6.0,2.05,21,5.44,1.33,9,5.91,1.22,11,3.73,2.15,11,3.42,2.19,12,4.88,1.46,8,6.69,2.1,13,5.43,0.94,14,6.33,1.75,6,4.0,2.6,9,3.29,1.82,14,5.75,2.05,8,6.15,2.12,13,5.4,1.07,10,6.0,1.41,10,3.77,2.31,13,3.3,1.95,10,6.25,2.18,12,5.67,1.94,9
+containment,4.37,1.86,19,5.53,2.17,19,4.17,2.42,23,5.0,1.41,5,4.15,2.08,13,5.0,2.83,5,5.71,1.98,14,5.1,2.81,10,3.46,1.9,13,4.71,2.06,7,4.18,1.89,11,5.14,2.12,7,5.75,2.26,12,4.09,2.7,11,4.25,2.26,12,4.42,1.56,12,4.29,2.43,7,6.0,2.16,10,5.0,2.18,9,4.86,2.48,14,3.11,2.03,9
+contaminate,3.53,1.81,19,5.67,2.78,21,4.26,2.43,23,3.2,1.3,5,3.54,2.03,13,6.33,2.66,6,5.4,2.87,15,4.3,1.64,10,4.23,2.98,13,4.0,2.71,7,3.09,0.94,11,6.0,2.45,7,5.5,3.01,14,4.36,2.11,11,4.17,2.79,12,4.0,1.91,12,2.71,1.38,7,5.27,2.76,11,6.1,2.88,10,4.71,2.37,14,3.56,2.51,9
+contamination,3.11,1.33,19,6.71,2.0,21,3.78,2.32,23,3.4,1.14,5,2.92,1.44,13,6.17,2.64,6,6.93,1.75,15,4.9,2.28,10,2.92,2.02,13,3.43,1.62,7,2.82,1.17,11,6.0,2.31,7,7.07,1.82,14,4.55,2.54,11,3.08,1.93,12,3.33,1.37,12,2.71,1.25,7,6.18,2.56,11,7.3,0.95,10,4.29,2.43,14,3.0,2.0,9
+contemplate,5.48,1.85,25,3.16,1.97,25,5.68,1.77,19,4.4,2.01,10,6.2,1.37,15,2.83,1.6,6,3.17,2.12,18,4.71,1.89,7,6.25,1.48,12,5.22,1.83,18,6.14,1.86,7,3.36,2.24,14,2.7,1.57,10,5.78,1.48,9,5.6,2.07,10,5.0,2.1,15,6.2,1.14,10,3.31,2.09,16,2.89,1.83,9,5.36,1.96,11,6.12,1.46,8
+contemporary,5.95,1.65,19,3.81,1.89,21,5.43,1.88,23,5.8,1.3,5,5.92,1.85,13,4.0,1.79,6,3.73,1.98,15,4.8,1.32,10,5.92,2.14,13,5.29,1.25,7,6.27,1.85,11,4.29,2.14,7,3.57,1.79,14,4.55,1.81,11,6.25,1.6,12,5.5,1.73,12,6.71,1.25,7,3.27,1.95,11,4.4,1.71,10,4.64,1.45,14,6.67,1.87,9
+contempt,3.22,1.8,41,4.61,2.57,18,4.45,2.33,20,3.14,1.29,14,3.26,2.03,27,4.67,2.73,6,4.58,2.61,12,4.67,1.51,6,4.36,2.65,14,2.94,1.86,18,3.43,1.75,23,5.0,2.87,10,4.12,2.23,8,5.6,2.32,10,3.3,1.77,10,3.1,1.92,20,3.33,1.71,21,3.33,2.87,9,5.89,1.45,9,4.5,2.73,8,4.42,2.15,12
+contend,5.37,1.46,19,4.33,2.18,21,5.28,2.43,32,5.22,1.39,9,5.5,1.58,10,5.25,2.12,8,3.77,2.09,13,6.0,2.48,13,4.79,2.32,19,5.0,0.71,9,5.7,1.89,10,5.15,1.91,13,3.0,2.0,8,5.09,2.58,22,5.7,2.11,10,4.6,1.17,10,6.22,1.3,9,4.14,2.25,14,4.71,2.14,7,5.25,2.21,16,5.31,2.7,16
+contender,5.0,0.97,20,3.32,2.11,19,5.91,1.93,22,5.43,0.79,7,4.77,1.01,13,3.44,2.3,9,3.2,2.04,10,6.5,1.52,6,5.69,2.06,16,5.1,1.1,10,4.89,0.93,9,3.0,2.07,8,3.55,2.21,11,5.47,1.46,15,6.86,2.54,7,5.0,0.89,11,5.0,1.12,9,3.17,1.9,12,3.57,2.57,7,5.55,1.86,11,6.27,2.0,11
+content,6.7,2.05,20,3.17,2.64,18,5.92,2.57,24,7.2,2.17,5,6.53,2.07,15,2.0,1.73,5,3.62,2.84,13,4.62,2.57,13,7.45,1.57,11,7.1,1.91,10,6.3,2.21,10,2.57,1.9,7,3.55,3.05,11,5.0,2.16,16,7.75,2.43,8,6.14,2.11,14,8.0,1.26,6,2.75,2.34,12,4.0,3.22,6,6.27,2.74,15,5.33,2.29,9
+contention,4.19,1.94,21,4.29,2.33,21,3.85,1.93,20,3.56,1.88,9,4.67,1.92,12,4.33,2.5,6,4.29,2.43,14,3.5,1.22,6,4.0,2.18,14,4.33,1.66,9,4.08,2.19,12,3.6,1.14,5,4.5,2.58,16,3.67,2.29,9,4.0,1.67,11,4.0,2.49,12,4.44,0.88,9,3.5,1.85,8,4.77,2.52,13,4.18,1.99,11,3.44,1.88,9
+contentment,6.62,2.27,21,4.6,2.87,20,6.58,2.02,36,5.25,2.43,8,7.46,1.76,13,4.8,3.03,5,4.53,2.92,15,6.0,2.19,11,6.84,1.93,25,6.69,2.43,13,6.5,2.14,8,5.0,2.66,12,4.0,3.25,8,6.05,2.28,20,7.25,1.44,16,6.09,2.51,11,7.2,1.93,10,4.64,3.14,11,4.56,2.7,9,6.5,2.39,22,6.71,1.33,14
+contents,5.79,0.98,19,4.46,2.74,37,5.76,2.01,25,6.0,1.0,9,5.6,0.97,10,5.5,2.85,14,3.83,2.53,23,5.0,2.11,10,6.27,1.83,15,5.86,1.07,7,5.75,0.97,12,4.39,2.59,18,4.53,2.95,19,5.29,1.89,7,5.94,2.07,18,5.8,1.14,10,5.78,0.83,9,3.57,2.5,21,5.62,2.68,16,5.56,1.88,9,5.88,2.13,16
+contest,5.85,1.6,20,3.77,2.74,22,4.93,2.11,27,5.3,1.64,10,6.4,1.43,10,2.86,2.48,7,4.2,2.83,15,5.06,2.25,17,4.7,1.95,10,5.91,1.97,11,5.78,1.09,9,3.6,3.58,5,3.82,2.58,17,4.36,2.24,14,5.54,1.85,13,6.0,1.63,13,5.57,1.62,7,3.8,3.19,10,3.75,2.45,12,4.64,2.56,14,5.23,1.54,13
+contestant,4.5,1.93,20,4.5,2.43,22,5.74,2.21,19,4.0,2.35,9,4.91,1.51,11,5.2,3.03,5,4.25,2.35,16,5.83,2.56,6,5.69,2.14,13,4.57,1.83,14,4.33,2.34,6,3.67,2.35,12,5.56,2.35,9,6.0,1.73,9,5.5,2.64,10,4.6,1.65,10,4.4,2.27,10,3.25,2.3,12,6.0,1.63,10,6.17,2.64,6,5.54,2.07,13
+context,5.0,1.69,20,3.18,2.03,45,5.6,2.1,42,4.6,1.14,5,5.13,1.85,15,3.27,1.68,11,3.06,2.12,33,5.29,2.08,17,5.8,2.12,25,5.3,0.82,10,4.7,2.26,10,2.88,1.84,26,3.44,2.23,18,5.67,2.02,27,5.47,2.29,15,5.0,2.0,12,5.0,1.2,8,3.48,2.08,27,2.72,1.9,18,5.25,2.09,24,6.06,2.07,18
+continent,6.05,2.04,21,3.24,2.3,21,5.16,2.43,25,6.33,1.87,12,5.67,2.29,9,4.29,3.04,7,2.71,1.73,14,4.5,2.88,10,5.6,2.06,15,6.75,2.06,4,5.88,2.06,17,3.7,2.79,10,2.82,1.78,11,3.86,2.73,7,5.67,2.17,18,6.33,2.23,12,5.67,1.8,9,3.15,2.15,13,3.38,2.67,8,4.44,2.3,9,5.56,2.48,16
+continental,5.4,1.1,20,3.38,2.22,24,5.04,2.25,28,5.75,1.16,8,5.17,1.03,12,3.11,1.9,9,3.53,2.45,15,4.64,2.24,14,5.43,2.28,14,5.33,1.41,9,5.45,0.82,11,3.75,2.3,12,3.0,2.17,12,4.43,2.28,14,5.64,2.13,14,5.1,0.99,10,5.7,1.16,10,3.5,2.43,12,3.25,2.09,12,5.08,1.73,12,5.0,2.63,16
+contingency,4.67,1.68,21,3.22,2.39,23,5.22,2.26,18,5.33,1.87,9,4.17,1.4,12,4.18,2.52,11,2.33,1.97,12,5.3,2.67,10,5.12,1.81,8,4.14,1.95,7,4.92,1.61,13,3.91,2.51,11,2.58,2.19,12,5.71,2.56,7,4.91,2.12,11,4.15,1.77,13,5.5,1.2,8,2.82,2.23,11,3.58,2.57,12,4.67,2.24,9,5.78,2.28,9
+contingent,4.85,1.14,20,3.9,1.81,21,5.08,2.34,25,4.33,1.15,3,4.94,1.14,17,4.86,1.86,7,3.31,1.65,13,5.12,2.23,8,5.06,2.46,17,4.71,0.76,7,4.92,1.32,13,4.29,1.98,7,3.62,1.8,13,5.21,2.36,14,4.91,2.43,11,4.56,1.42,9,5.09,0.83,11,4.0,2.05,11,3.8,1.62,10,5.06,2.6,18,5.14,1.68,7
+continuance,5.26,1.63,19,3.57,2.09,21,5.13,1.79,23,5.6,1.95,5,5.15,1.63,13,3.83,2.48,6,3.47,2.0,15,5.0,1.15,10,5.23,2.2,13,5.0,2.38,7,5.45,1.13,11,3.57,2.82,7,3.57,1.74,14,4.82,1.99,11,5.42,1.62,12,5.17,1.85,12,5.43,1.27,7,3.82,2.32,11,3.3,1.89,10,4.71,1.49,14,5.78,2.11,9
+continuation,5.23,2.0,22,3.84,1.95,19,6.38,1.83,21,4.8,2.28,5,5.31,2.02,16,4.75,1.67,8,3.18,1.94,11,6.6,1.9,10,6.18,1.83,11,5.08,2.11,12,5.4,1.96,10,4.3,1.77,10,3.33,2.12,9,6.83,1.64,12,5.78,1.99,9,4.55,2.46,11,5.91,1.14,11,3.62,2.13,8,4.0,1.9,11,6.78,1.72,9,6.08,1.93,12
+continue,5.61,1.97,18,2.9,1.7,21,6.17,1.95,18,4.75,1.91,8,6.3,1.83,10,2.86,1.57,7,2.93,1.82,14,5.73,1.74,11,6.86,2.19,7,5.27,1.95,11,6.14,2.04,7,2.44,1.88,9,3.25,1.54,12,6.64,1.96,11,5.43,1.81,7,5.33,2.06,12,6.17,1.83,6,2.83,2.04,12,3.0,1.22,9,6.89,1.9,9,5.44,1.81,9
+continuity,5.71,1.49,21,2.32,1.64,22,6.44,2.31,27,5.8,1.62,10,5.64,1.43,11,2.43,1.99,7,2.27,1.53,15,6.59,2.69,17,6.2,1.55,10,6.0,1.34,11,5.4,1.65,10,2.4,1.95,5,2.29,1.61,17,6.36,2.76,14,6.54,1.81,13,5.31,1.38,13,6.38,1.51,8,2.0,1.49,10,2.58,1.78,12,7.0,2.42,14,5.85,2.12,13
+continuous,5.33,1.65,21,3.27,2.16,22,5.77,2.07,26,4.9,1.97,10,5.73,1.27,11,2.29,1.7,7,3.73,2.25,15,6.06,2.05,17,5.22,2.11,9,5.91,1.76,11,4.7,1.34,10,3.2,2.68,5,3.29,2.08,17,5.5,2.1,14,6.08,2.07,12,5.46,1.98,13,5.12,0.99,8,3.3,2.5,10,3.25,1.96,12,5.86,2.21,14,5.67,1.97,12
+continuum,5.15,0.93,20,3.95,2.61,20,5.36,1.5,22,5.43,1.13,7,5.0,0.82,13,4.67,2.96,9,3.36,2.25,11,5.33,2.25,6,5.38,1.2,16,5.0,0.82,10,5.11,0.93,9,3.88,2.75,8,4.0,2.63,12,5.2,1.37,15,5.71,1.8,7,5.0,1.1,11,5.33,0.71,9,4.08,2.81,12,3.75,2.43,8,5.27,1.49,11,5.45,1.57,11
+contraband,3.58,1.74,19,5.81,1.75,21,4.61,2.32,33,3.22,1.86,9,3.9,1.66,10,6.25,1.28,8,5.54,1.98,13,4.36,2.59,14,4.79,2.15,19,3.89,2.03,9,3.3,1.49,10,5.77,1.88,13,5.88,1.64,8,4.82,2.4,22,4.18,2.18,11,3.6,2.12,10,3.56,1.33,9,6.07,1.64,14,5.29,1.98,7,5.75,2.21,16,3.53,1.91,17
+contraception,6.1,2.1,20,4.91,2.02,23,5.25,2.53,20,4.5,1.73,4,6.5,2.03,16,5.5,2.15,12,4.27,1.74,11,5.55,2.34,11,4.89,2.85,9,5.92,2.35,12,6.38,1.77,8,4.69,2.24,16,5.43,1.4,7,5.18,2.44,11,5.33,2.78,9,6.77,2.09,13,4.86,1.57,7,5.05,2.12,19,4.25,1.5,4,4.86,2.66,14,6.17,2.14,6
+contract,5.1,1.37,21,3.95,2.35,20,6.84,2.14,19,5.38,1.45,13,4.62,1.19,8,4.71,2.56,7,3.54,2.22,13,6.71,1.7,7,6.92,2.43,12,5.08,1.31,12,5.11,1.54,9,3.67,2.06,9,4.18,2.64,11,7.0,1.63,10,6.67,2.69,9,4.67,1.37,12,5.67,1.22,9,4.0,2.08,7,3.92,2.56,13,7.71,1.38,7,6.33,2.39,12
+contraction,4.33,1.71,21,5.9,2.38,20,3.95,2.04,21,4.67,1.97,6,4.2,1.66,15,5.62,2.2,8,6.08,2.57,12,4.36,2.16,11,3.5,1.9,10,4.33,2.25,6,4.33,1.54,15,6.1,2.38,10,5.7,2.5,10,4.14,2.21,14,3.57,1.72,7,4.57,1.72,7,4.21,1.76,14,5.86,2.57,14,6.0,2.1,6,3.25,1.91,12,4.89,1.9,9
+contractor,4.7,1.56,20,4.26,1.89,23,5.48,1.86,21,4.56,1.67,9,4.82,1.54,11,4.55,2.25,11,4.0,1.54,12,5.25,1.58,8,5.62,2.06,13,4.93,1.33,14,4.17,2.04,6,4.22,2.59,9,4.29,1.38,14,6.0,1.6,8,5.15,1.99,13,5.3,1.16,10,4.1,1.73,10,4.0,1.73,13,4.6,2.12,10,6.33,1.61,12,4.33,1.58,9
+contradict,3.58,1.22,19,4.25,2.17,20,4.83,2.72,23,2.67,1.53,3,3.75,1.13,16,5.29,1.89,7,3.69,2.18,13,5.0,2.0,9,4.71,3.17,14,3.56,1.51,9,3.6,0.97,10,4.78,1.3,9,3.82,2.68,11,5.6,2.82,15,3.38,1.92,8,3.71,1.38,7,3.5,1.17,12,4.8,1.93,10,3.7,2.36,10,4.85,3.18,13,4.8,2.15,10
+contradiction,3.79,1.72,19,5.0,2.04,23,5.21,2.12,19,4.22,1.99,9,3.4,1.43,10,5.86,1.77,7,4.6,2.16,15,5.6,2.01,10,4.78,2.28,9,3.22,2.22,9,4.3,0.95,10,5.3,2.26,10,4.75,2.01,12,5.5,1.6,8,4.7,2.41,10,3.92,1.88,12,3.57,1.51,7,5.05,2.14,20,4.67,1.53,3,5.38,1.69,8,5.09,2.47,11
+contradictory,3.75,1.37,20,4.27,2.35,22,5.3,2.0,27,4.29,1.8,7,3.46,1.05,13,4.0,2.31,10,4.5,2.47,12,5.0,1.77,15,6.0,2.05,11,3.45,1.04,11,4.11,1.69,9,4.11,1.54,9,4.38,2.84,13,6.18,1.74,17,4.0,1.41,9,3.62,1.56,13,4.0,1.0,7,3.94,2.21,16,5.17,2.71,6,5.67,2.23,12,5.0,1.81,15
+contraption,5.11,1.94,19,4.32,2.56,19,5.67,2.16,15,5.67,1.15,3,5.2,1.97,15,4.6,2.5,10,4.0,2.74,9,6.67,1.75,6,5.0,2.24,9,4.83,1.94,6,5.5,1.83,12,5.33,2.42,6,3.85,2.58,13,5.2,3.11,5,5.9,1.66,10,5.0,1.86,12,5.29,2.21,7,4.78,2.95,9,3.9,2.23,10,5.14,2.34,7,6.12,2.03,8
+contrary,4.5,1.28,20,3.71,2.31,21,5.36,2.61,25,6.0,1.0,3,4.24,1.15,17,4.57,2.37,7,3.46,2.22,13,6.88,1.64,8,4.65,2.71,17,4.86,1.35,7,4.31,1.25,13,4.57,1.9,7,3.46,2.44,13,5.79,2.19,14,4.82,3.09,11,4.33,1.41,9,4.64,1.21,11,4.09,2.59,11,3.3,2.0,10,5.33,2.93,18,5.43,1.72,7
+contrast,5.3,1.82,23,4.23,2.22,22,6.3,2.23,20,5.5,1.93,8,5.2,1.82,15,4.5,1.84,10,4.0,2.56,12,7.71,1.5,7,5.54,2.22,13,6.25,1.71,12,4.27,1.35,11,4.0,2.0,11,4.45,2.5,11,6.2,2.4,15,6.6,1.82,5,5.18,1.89,11,5.42,1.83,12,5.1,2.08,10,3.5,2.15,12,5.8,1.87,10,6.8,2.53,10
+contribute,6.15,1.27,20,3.58,1.84,24,6.96,1.64,28,5.75,1.04,8,6.42,1.38,12,3.11,1.96,9,3.87,1.77,15,6.93,1.94,14,7.0,1.36,14,6.44,1.13,9,5.91,1.38,11,3.5,1.73,12,3.67,2.02,12,6.79,2.04,14,7.14,1.17,14,6.0,1.05,10,6.3,1.49,10,3.5,2.02,12,3.67,1.72,12,6.58,2.02,12,7.25,1.29,16
+contribution,6.58,1.57,19,3.18,1.92,22,7.0,1.48,23,7.0,1.18,11,5.57,1.62,7,4.12,1.64,8,2.64,1.91,14,7.0,2.08,7,7.0,1.21,16,6.75,1.75,8,6.45,1.51,11,2.56,1.74,9,3.62,1.98,13,6.73,1.62,11,7.25,1.36,12,6.58,1.83,12,6.57,1.13,7,3.45,2.46,11,2.91,1.22,11,7.08,1.44,13,6.9,1.6,10
+contrition,4.4,1.19,20,3.88,2.21,24,4.93,2.36,28,4.62,1.19,8,4.25,1.22,12,4.22,2.59,9,3.67,2.02,15,5.29,2.33,14,4.57,2.41,14,4.0,1.32,9,4.73,1.01,11,3.75,2.22,12,4.0,2.3,12,4.0,2.42,14,5.86,1.96,14,3.9,1.37,10,4.9,0.74,10,4.58,1.98,12,3.17,2.29,12,5.42,2.47,12,4.56,2.28,16
+control,4.43,1.86,21,4.76,2.61,21,5.47,2.76,17,4.83,2.04,6,4.14,1.83,14,4.0,2.89,7,5.14,2.48,14,6.11,2.52,9,4.75,3.01,8,4.92,1.8,13,3.29,1.6,7,5.67,3.0,9,4.08,2.15,12,5.22,3.35,9,5.75,2.12,8,4.62,1.94,13,4.12,1.81,8,5.0,3.03,6,4.67,2.53,15,5.67,3.2,9,5.25,2.38,8
+controller,4.43,1.66,21,4.08,2.52,25,6.16,2.77,19,4.56,1.59,9,4.33,1.78,12,3.83,2.32,6,4.11,2.7,18,6.0,2.89,7,6.25,2.83,12,4.44,1.55,16,4.4,2.19,5,3.71,2.67,14,4.5,2.46,10,6.33,3.28,9,6.0,2.4,10,4.83,1.75,12,3.89,1.45,9,4.44,2.34,16,3.44,2.83,9,6.91,2.74,11,5.12,2.64,8
+controlling,3.45,1.15,20,5.69,2.07,45,5.29,2.72,49,4.33,1.53,3,3.29,1.05,17,5.05,2.06,20,6.2,1.96,25,5.64,2.56,25,4.74,2.8,23,4.0,1.53,7,3.15,0.8,13,5.52,1.87,25,5.9,2.31,20,4.32,2.46,25,6.29,2.65,24,3.33,1.22,9,3.55,1.13,11,5.28,2.2,29,6.44,1.59,16,4.5,2.72,26,6.17,2.48,23
+controversial,4.73,1.88,22,6.26,1.88,19,4.71,1.93,21,5.4,2.3,5,4.5,1.83,16,6.62,2.0,8,6.0,1.84,11,4.8,2.1,10,4.64,1.86,11,4.83,1.95,12,4.6,1.9,10,6.3,1.89,10,6.22,1.99,9,4.5,1.83,12,5.0,2.12,9,5.0,1.73,11,4.45,2.07,11,5.25,1.16,8,7.0,2.0,11,5.0,2.0,9,4.5,1.93,12
+controversy,3.21,2.1,19,6.09,1.54,22,3.75,2.13,24,3.33,1.97,6,3.15,2.23,13,6.17,1.59,12,6.0,1.56,10,4.12,2.7,8,3.56,1.86,16,3.5,1.51,10,2.89,2.67,9,6.56,1.33,9,5.77,1.64,13,3.71,2.37,17,3.67,1.63,6,3.62,2.62,8,2.91,1.7,11,5.33,1.66,9,6.62,1.26,13,3.56,2.1,16,4.12,2.3,8
+contusion,3.9,1.62,20,5.95,2.09,20,4.35,2.13,26,3.73,1.79,11,4.11,1.45,9,5.86,1.07,7,6.0,2.52,13,4.23,2.35,13,4.46,1.98,13,3.82,1.72,11,4.0,1.58,9,5.91,1.87,11,6.0,2.45,9,4.71,2.34,17,3.67,1.58,9,3.4,1.35,10,4.4,1.78,10,5.92,2.02,12,6.0,2.33,8,4.0,2.0,16,4.9,2.33,10
+conundrum,3.95,1.96,19,3.27,2.03,22,3.96,2.29,23,3.91,2.17,11,4.29,1.7,7,3.75,1.75,8,3.0,2.18,14,3.0,2.38,7,4.38,2.19,16,4.25,2.19,8,3.73,1.85,11,3.0,2.18,9,3.46,1.98,13,3.91,2.39,11,4.0,2.3,12,3.58,1.78,12,4.57,2.23,7,2.45,1.51,11,4.09,2.21,11,4.31,2.39,13,3.5,2.17,10
+convene,5.0,1.6,19,4.05,2.21,22,6.0,1.84,21,5.56,1.24,9,4.5,1.78,10,4.88,2.3,8,3.57,2.1,14,5.8,1.99,10,6.18,1.78,11,5.29,1.25,7,4.83,1.8,12,5.1,2.28,10,3.17,1.8,12,5.77,2.01,13,6.38,1.6,8,4.6,2.12,10,5.44,0.53,9,4.38,2.92,8,3.86,1.79,14,5.92,1.89,13,6.12,1.89,8
+convenience,7.14,1.93,21,3.5,2.28,20,5.5,2.46,22,7.67,1.51,6,6.93,2.09,15,3.62,2.39,8,3.42,2.31,12,5.17,2.44,12,5.9,2.56,10,7.44,1.88,9,6.92,2.02,12,4.0,2.5,9,3.09,2.12,11,4.0,1.83,7,6.2,2.46,15,6.3,2.26,10,7.91,1.22,11,3.62,2.33,13,3.29,2.36,7,5.33,2.99,12,5.7,1.77,10
+convenient,7.15,1.5,20,3.48,2.04,21,5.08,2.36,25,6.5,2.38,4,7.31,1.25,16,3.25,1.89,4,3.53,2.12,17,4.67,2.55,9,5.31,2.3,16,6.88,1.25,8,7.33,1.67,12,3.5,1.96,10,3.45,2.21,11,4.64,2.02,14,5.64,2.73,11,7.0,1.41,11,7.33,1.66,9,2.9,1.79,10,4.0,2.19,11,5.33,2.25,18,4.43,2.7,7
+convent,5.05,2.17,19,3.86,2.29,21,4.25,2.34,28,4.83,1.33,6,5.15,2.51,13,3.18,2.27,11,4.6,2.17,10,4.73,2.87,11,3.94,1.95,17,5.27,2.05,11,4.75,2.43,8,3.5,2.46,10,4.18,2.18,11,4.0,2.2,18,4.7,2.63,10,5.31,1.97,13,4.5,2.66,6,4.07,2.56,14,3.43,1.72,7,4.06,2.35,16,4.5,2.39,12
+convention,5.0,1.14,21,3.67,2.14,18,4.65,2.45,17,5.33,0.98,12,4.56,1.24,9,4.0,2.0,4,3.57,2.24,14,3.75,2.12,8,5.44,2.55,9,5.38,0.92,8,4.77,1.24,13,4.14,2.27,7,3.36,2.11,11,3.83,1.47,6,5.09,2.81,11,5.0,1.3,14,5.0,0.82,7,2.91,2.02,11,4.86,1.86,7,5.0,2.89,7,4.4,2.22,10
+conventional,5.47,1.17,19,3.77,2.56,22,5.68,2.06,22,5.56,0.88,9,5.4,1.43,10,4.12,2.42,8,3.57,2.71,14,5.82,1.94,11,5.55,2.25,11,5.14,0.38,7,5.67,1.44,12,4.0,2.31,10,3.58,2.84,12,5.85,2.19,13,5.44,1.94,9,5.7,1.49,10,5.22,0.67,9,2.88,2.36,8,4.29,2.61,14,5.14,2.14,14,6.62,1.6,8
+converge,4.53,1.07,19,4.24,2.05,21,5.61,1.78,23,4.6,0.89,5,4.54,1.2,13,4.67,2.42,6,4.07,1.94,15,6.3,1.06,10,5.08,2.06,13,5.0,0.58,7,4.27,1.27,11,3.71,2.98,7,4.5,1.45,14,5.73,1.1,11,5.5,2.28,12,4.17,1.03,12,5.14,0.9,7,3.36,2.29,11,5.2,1.23,10,5.57,1.74,14,5.67,1.94,9
+conversation,6.72,1.56,18,2.65,2.3,20,6.28,1.49,18,5.62,1.19,8,7.6,1.26,10,3.71,3.04,7,2.08,1.66,13,6.55,1.75,11,5.86,0.9,7,6.27,1.56,11,7.43,1.4,7,2.11,1.76,9,3.09,2.66,11,6.36,1.43,11,6.14,1.68,7,6.33,1.56,12,7.5,1.38,6,2.0,1.48,12,3.62,3.02,8,6.67,1.5,9,5.89,1.45,9
+conversational,6.32,1.34,19,3.38,2.44,21,5.43,1.93,28,5.5,0.55,6,6.69,1.44,13,3.0,1.76,10,3.73,2.97,11,5.91,2.26,11,5.12,1.69,17,6.45,1.37,11,6.12,1.36,8,3.6,2.63,10,3.18,2.36,11,5.39,2.06,18,5.5,1.78,10,6.31,1.32,13,6.33,1.51,6,3.5,2.56,14,3.14,2.34,7,5.62,2.25,16,5.17,1.47,12
+conversationalist,5.94,1.39,18,3.9,2.59,20,5.88,1.96,25,6.0,1.0,5,5.92,1.55,13,3.82,2.52,11,4.0,2.83,9,6.0,1.51,16,5.67,2.69,9,6.29,1.6,7,5.73,1.27,11,4.33,2.55,9,3.55,2.7,11,5.85,1.84,20,6.0,2.65,5,5.56,1.59,9,6.33,1.12,9,3.55,2.5,11,4.33,2.78,9,5.63,2.11,19,6.67,1.21,6
+converse,5.37,1.3,19,4.25,2.36,20,6.05,1.96,20,6.0,1.0,3,5.4,1.24,15,5.2,2.53,10,3.3,1.83,10,6.3,1.16,10,5.8,2.57,10,4.83,1.47,6,5.83,0.94,12,3.86,2.27,7,4.46,2.47,13,5.12,2.23,8,6.67,1.56,12,5.42,1.16,12,5.29,1.6,7,4.6,2.8,10,3.9,1.91,10,5.78,2.44,9,6.27,1.56,11
+conversion,5.59,1.65,22,4.79,2.18,19,5.29,2.24,21,6.0,1.41,5,5.5,1.79,16,5.62,1.69,8,4.18,2.36,11,5.4,2.46,10,5.18,2.14,11,5.5,1.62,12,5.7,1.77,10,5.1,2.13,10,4.44,2.3,9,4.92,2.47,12,5.78,1.92,9,5.91,1.76,11,5.27,1.56,11,4.0,2.14,8,5.36,2.11,11,5.89,2.26,9,4.83,2.21,12
+convert,5.11,1.97,19,3.65,2.68,20,5.42,2.08,24,5.46,2.22,13,4.33,1.03,6,4.0,3.0,5,3.53,2.67,15,5.62,2.14,13,5.18,2.09,11,6.0,2.12,9,4.3,1.49,10,4.43,3.41,7,3.23,2.24,13,5.27,1.74,11,5.54,2.4,13,5.0,1.73,9,5.2,2.25,10,2.9,2.28,10,4.4,2.95,10,6.33,2.0,9,4.87,2.0,15
+convertible,6.79,1.78,19,4.72,2.67,18,6.21,2.4,24,6.8,0.45,5,6.79,2.08,14,5.2,0.84,5,4.54,3.13,13,5.85,2.58,13,6.64,2.2,11,6.78,1.79,9,6.8,1.87,10,4.71,2.29,7,4.73,3.0,11,5.81,2.48,16,7.0,2.14,8,6.57,1.83,14,7.4,1.67,5,4.58,2.87,12,5.0,2.45,6,6.07,2.87,15,6.44,1.42,9
+convey,5.1,1.74,20,3.83,1.83,23,5.1,1.89,21,4.0,2.12,5,5.47,1.51,15,4.0,1.54,12,3.64,2.16,11,5.36,2.46,11,4.89,1.05,9,4.92,2.07,12,5.38,1.19,8,4.0,1.79,16,3.43,1.99,7,4.55,2.07,11,5.7,1.57,10,5.58,1.62,12,4.38,1.77,8,3.74,1.79,19,4.25,2.22,4,4.86,2.14,14,5.57,1.27,7
+convict,2.28,1.6,18,4.95,2.48,19,4.08,2.52,25,1.4,0.55,5,2.62,1.76,13,5.8,2.35,10,4.0,2.4,9,4.0,2.22,16,4.22,3.11,9,2.71,1.98,7,2.0,1.34,11,4.11,2.57,9,5.7,2.26,10,4.5,2.54,20,2.4,1.67,5,2.33,1.58,9,2.22,1.72,9,5.0,2.93,11,4.88,1.89,8,3.95,2.46,19,4.5,2.88,6
+conviction,3.89,1.57,18,4.67,2.06,18,5.62,2.6,16,3.7,1.16,10,4.12,2.03,8,5.0,2.83,4,4.57,1.91,14,5.43,2.82,7,5.78,2.59,9,3.29,1.11,7,4.27,1.74,11,5.43,1.81,7,4.18,2.14,11,5.4,1.95,5,5.73,2.94,11,3.58,1.38,12,4.5,1.87,6,4.0,2.14,11,5.71,1.5,7,6.0,2.89,7,5.33,2.5,9
+convince,5.45,1.44,22,4.39,2.86,23,6.44,1.79,18,5.5,1.41,8,5.23,1.36,13,4.75,2.66,8,4.14,3.13,14,6.71,1.98,7,6.2,1.81,10,6.0,1.93,8,4.92,0.64,13,4.22,3.31,9,4.5,2.65,14,6.43,2.07,7,6.45,1.69,11,5.82,1.6,11,5.09,1.22,11,3.11,3.33,9,5.21,2.26,14,6.4,1.8,15,6.67,2.08,3
+convincing,5.6,1.76,20,4.21,2.36,24,6.82,2.16,28,6.0,0.93,8,5.33,2.15,12,4.44,2.3,9,4.07,2.46,15,7.0,2.22,14,6.64,2.17,14,5.67,1.58,9,5.55,1.97,11,4.17,2.62,12,4.25,2.18,12,6.29,2.61,14,7.36,1.5,14,5.5,1.51,10,5.7,2.06,10,4.17,2.52,12,4.25,2.3,12,7.0,2.13,12,6.69,2.24,16
+convoy,5.4,1.88,20,3.87,1.94,23,5.54,1.98,26,5.8,1.48,10,5.0,2.21,10,4.0,2.05,11,3.75,1.91,12,5.09,1.76,11,5.93,2.2,14,5.78,2.05,9,5.09,1.76,11,3.91,2.17,11,3.83,1.8,12,5.24,1.95,17,6.25,2.12,8,5.92,1.89,13,4.43,1.51,7,4.27,1.91,15,3.12,1.89,8,5.76,2.19,17,5.11,1.54,9
+coo,5.9,1.92,20,4.17,2.81,23,5.07,2.21,28,5.44,1.13,9,6.27,2.37,11,3.88,2.59,8,4.33,2.99,15,4.86,2.11,14,5.29,2.37,14,5.78,2.17,9,6.0,1.79,11,5.0,2.7,12,3.27,2.76,11,4.79,2.33,14,5.36,2.13,14,6.1,2.08,10,5.7,1.83,10,4.42,2.71,12,3.91,3.02,11,5.58,1.56,12,4.69,2.57,16
+cook,7.12,1.62,41,4.33,2.47,42,6.25,2.63,20,6.85,1.72,13,7.25,1.58,28,4.68,2.29,19,4.04,2.62,23,6.83,1.72,6,6.0,2.96,14,6.82,1.81,17,7.33,1.46,24,4.81,2.59,16,4.04,2.39,26,6.5,2.72,10,6.0,2.67,10,7.43,1.53,23,6.72,1.67,18,4.12,2.59,24,4.61,2.33,18,4.5,3.16,8,7.42,1.38,12
+cookbook,6.45,1.36,20,3.45,1.97,22,5.95,2.12,19,5.78,1.39,9,7.0,1.1,11,3.0,2.12,5,3.62,2.03,16,5.67,3.01,6,6.08,1.71,13,6.36,1.39,14,6.67,1.37,6,3.75,2.05,12,3.11,2.03,9,5.11,1.96,9,6.7,2.06,10,6.4,1.35,10,6.5,1.43,10,3.67,2.27,12,3.2,1.62,10,7.0,1.41,6,5.46,2.26,13
+cooker,5.52,1.72,21,3.0,2.2,22,5.67,2.0,27,5.8,1.03,10,5.27,2.2,11,2.43,2.15,7,3.27,2.25,15,5.88,2.5,17,5.3,0.48,10,5.45,1.63,11,5.6,1.9,10,2.0,2.24,5,3.29,2.17,17,6.07,2.43,14,5.23,1.36,13,5.46,1.51,13,5.62,2.13,8,2.8,2.44,10,3.17,2.08,12,6.0,1.92,14,5.31,2.1,13
+cookie,7.32,1.63,19,4.7,2.43,20,6.1,2.27,20,7.38,1.61,13,7.17,1.83,6,6.4,2.41,5,4.13,2.23,15,6.0,2.18,9,6.18,2.44,11,7.67,1.22,9,7.0,1.94,10,5.86,2.67,7,4.08,2.14,13,6.22,2.22,9,6.0,2.41,11,7.67,1.41,9,7.0,1.83,10,4.8,2.62,10,4.6,2.37,10,5.29,2.98,7,6.54,1.76,13
+cooking,6.77,1.85,22,4.19,2.62,21,7.27,2.12,22,6.79,2.15,14,6.75,1.28,8,4.27,2.9,11,4.33,2.45,9,6.67,2.88,6,7.5,1.83,16,6.7,2.41,10,6.83,1.34,12,4.09,2.77,11,4.3,2.58,10,6.85,2.3,13,7.89,1.76,9,6.92,1.88,12,6.6,1.9,10,3.77,2.71,13,4.88,2.47,8,7.25,2.18,12,7.3,2.16,10
+cookout,7.11,1.24,19,4.86,2.33,21,6.3,2.01,23,6.6,1.14,5,7.46,1.13,13,5.17,2.56,6,4.73,2.31,15,5.3,2.06,10,7.08,1.66,13,7.0,1.29,7,7.36,1.12,11,5.29,2.87,7,4.64,2.1,14,6.09,2.26,11,6.5,1.83,12,7.17,1.27,12,7.0,1.29,7,5.36,2.73,11,4.3,1.77,10,5.93,2.02,14,6.89,1.96,9
+cool,6.82,1.56,22,3.43,2.31,21,6.44,1.58,18,7.0,1.41,6,6.73,1.71,15,2.57,2.07,7,3.86,2.38,14,6.78,1.72,9,6.12,1.55,8,6.57,1.65,14,7.29,1.5,7,2.89,2.09,9,3.83,2.48,12,6.9,1.79,10,5.88,1.13,8,6.64,1.28,14,7.12,2.03,8,3.5,3.27,6,3.4,1.96,15,7.1,1.6,10,5.62,1.19,8
+coolant,5.21,2.25,19,3.45,2.37,20,5.9,1.92,20,6.33,1.53,3,4.73,2.15,15,3.0,2.21,10,3.9,2.56,10,5.7,1.42,10,6.1,2.38,10,4.17,1.17,6,5.42,2.39,12,3.86,2.48,7,3.23,2.39,13,5.25,2.25,8,6.33,1.61,12,5.67,2.31,12,4.43,2.07,7,4.3,2.41,10,2.6,2.12,10,5.44,2.07,9,6.27,1.79,11
+cooler,6.1,1.41,21,3.83,2.46,23,5.92,1.44,26,5.91,1.22,11,6.3,1.64,10,4.82,2.64,11,2.92,1.98,12,6.18,1.66,11,5.79,1.31,14,6.6,1.84,10,5.64,0.67,11,4.55,2.66,11,3.17,2.17,12,5.82,1.42,17,6.25,1.58,8,6.54,1.56,13,5.38,0.74,8,3.6,2.61,15,4.25,2.25,8,6.24,1.6,17,5.33,0.87,9
+coon,4.32,1.77,19,3.86,1.93,21,4.26,2.13,19,5.33,2.08,3,4.12,1.71,16,4.0,2.53,6,3.8,1.74,15,3.6,1.95,5,4.5,2.21,14,5.0,1.05,10,3.56,2.13,9,3.57,1.9,7,4.0,2.0,14,3.9,2.18,10,4.67,2.12,9,4.88,1.96,8,3.91,1.58,11,3.89,1.76,9,3.83,2.12,12,4.12,2.36,8,4.36,2.06,11
+cooperate,6.39,1.73,23,3.83,2.38,18,6.18,2.3,22,6.57,1.72,7,6.31,1.78,16,4.33,1.75,6,3.58,2.68,12,5.4,2.41,10,6.83,2.08,12,6.09,1.97,11,6.67,1.5,12,4.2,2.15,10,3.38,2.72,8,5.73,2.49,11,6.64,2.11,11,5.93,1.73,14,7.11,1.54,9,3.33,3.0,9,4.33,1.58,9,6.27,2.33,11,6.09,2.39,11
+cooperation,6.62,1.6,21,3.32,2.29,25,6.83,1.89,18,6.67,1.41,9,6.58,1.78,12,3.83,2.64,6,3.06,2.24,18,5.33,1.86,6,7.58,1.44,12,6.81,1.38,16,6.0,2.24,5,3.36,2.68,14,3.1,1.79,10,6.12,2.17,8,7.4,1.51,10,6.67,1.92,12,6.56,1.13,9,3.75,2.44,16,2.56,1.88,9,6.64,2.2,11,7.14,1.35,7
+cooperative,6.62,1.72,21,3.43,2.04,21,6.72,1.99,25,6.75,1.36,12,6.44,2.19,9,4.0,2.24,7,3.14,1.96,14,5.8,2.35,10,7.33,1.5,15,7.5,1.73,4,6.41,1.7,17,3.8,2.3,10,3.09,1.81,11,6.14,2.41,7,6.94,1.83,18,6.5,1.93,12,6.78,1.48,9,3.69,2.02,13,3.0,2.14,8,6.89,2.42,9,6.62,1.78,16
+coordinate,5.5,1.79,20,4.59,2.15,22,6.95,1.54,19,5.44,1.74,9,5.55,1.92,11,4.2,2.59,5,4.81,2.1,16,7.67,1.21,6,6.62,1.61,13,5.43,1.4,14,5.67,2.66,6,4.25,2.14,12,5.22,2.22,9,6.11,1.54,9,7.7,1.16,10,5.0,1.83,10,6.0,1.7,10,3.92,2.15,12,5.4,1.96,10,7.67,1.63,6,6.62,1.45,13
+coordination,6.11,1.59,19,3.45,2.61,20,6.52,2.0,23,6.31,1.44,13,5.67,1.97,6,4.4,2.41,5,3.13,2.67,15,7.0,1.65,12,6.0,2.28,11,5.89,1.9,9,6.3,1.34,10,5.43,2.82,7,2.38,1.8,13,5.9,2.38,10,7.0,1.58,13,5.89,1.54,9,6.3,1.7,10,3.3,2.63,10,3.6,2.72,10,7.5,1.85,8,6.0,1.93,15
+coordinator,5.43,1.75,23,4.41,2.15,22,5.75,2.27,20,5.62,1.51,8,5.33,1.91,15,4.5,1.72,10,4.33,2.53,12,5.71,3.04,7,5.77,1.88,13,5.58,2.02,12,5.27,1.49,11,3.91,2.02,11,4.91,2.26,11,5.73,2.31,15,5.8,2.39,5,4.82,1.54,11,6.0,1.81,12,4.6,2.27,10,4.25,2.14,12,5.8,2.04,10,5.7,2.58,10
+cop,4.5,2.33,18,4.9,2.65,20,2.83,1.62,18,3.75,1.98,8,5.1,2.51,10,5.14,2.79,7,4.77,2.68,13,2.55,1.29,11,3.29,2.06,7,3.55,1.75,11,6.0,2.45,7,5.11,2.71,9,4.73,2.72,11,2.64,1.5,11,3.14,1.86,7,4.08,1.83,12,5.33,3.14,6,4.33,2.31,12,5.75,3.06,8,2.67,1.58,9,3.0,1.73,9
+copacetic,4.56,1.76,18,3.45,2.44,20,6.5,1.73,20,4.33,1.15,3,4.86,1.66,14,3.5,2.59,10,3.4,2.41,10,6.0,1.56,10,7.0,1.83,10,4.2,2.28,5,5.0,1.21,12,3.29,2.98,7,3.54,2.22,13,6.25,1.58,8,6.67,1.87,12,4.55,1.57,11,4.57,2.15,7,4.2,2.82,10,2.7,1.83,10,6.56,1.88,9,6.45,1.69,11
+cope,5.1,1.77,20,4.1,2.67,20,5.95,2.71,21,5.83,2.04,6,4.79,1.63,14,3.5,2.51,8,4.5,2.81,12,6.17,2.72,12,5.67,2.83,9,5.33,1.66,9,4.91,1.92,11,4.0,3.2,9,4.18,2.32,11,5.57,2.23,7,6.14,2.98,14,5.3,1.64,10,4.9,1.97,10,3.69,2.69,13,4.86,2.67,7,6.0,3.13,12,5.89,2.2,9
+copier,4.95,1.15,20,3.17,1.95,23,6.16,1.61,19,5.22,1.48,9,4.73,0.79,11,3.45,2.07,11,2.92,1.88,12,6.29,1.7,7,6.08,1.62,12,4.93,1.07,14,5.0,1.41,6,3.11,2.15,9,3.21,1.89,14,6.29,1.7,7,6.08,1.62,12,4.9,1.1,10,5.0,1.25,10,3.08,1.75,13,3.3,2.26,10,6.27,1.68,11,6.0,1.6,8
+copilot,5.79,1.13,19,4.1,2.65,20,4.45,1.5,22,5.57,0.79,7,5.92,1.31,12,4.0,2.5,9,4.18,2.89,11,3.33,2.07,6,4.88,1.02,16,5.4,0.7,10,6.38,1.41,8,3.38,2.2,8,4.58,2.91,12,4.87,1.6,15,3.57,0.79,7,5.82,1.17,11,5.75,1.16,8,3.42,2.02,12,5.12,3.27,8,4.55,1.63,11,4.36,1.43,11
+copper,5.6,1.67,20,4.14,2.22,21,6.19,2.02,21,6.33,1.22,9,5.0,1.79,11,4.8,2.62,10,3.55,1.69,11,4.75,1.28,8,7.08,1.89,13,5.57,1.34,14,5.67,2.42,6,5.29,2.75,7,3.57,1.74,14,6.0,1.69,8,6.31,2.25,13,5.4,1.26,10,5.8,2.04,10,3.75,2.05,12,4.67,2.45,9,6.5,1.73,12,5.78,2.39,9
+copter,4.86,1.88,21,4.7,1.87,23,4.05,2.11,21,5.8,2.77,5,4.56,1.5,16,5.25,1.76,12,4.09,1.87,11,3.91,2.02,11,3.67,1.66,9,4.17,1.99,12,5.78,1.3,9,4.19,1.52,16,5.86,2.19,7,4.09,1.76,11,4.0,2.54,10,4.92,1.89,13,4.75,1.98,8,4.89,1.91,19,3.75,1.5,4,3.79,1.93,14,4.57,2.51,7
+copy,5.22,1.59,18,3.15,2.18,20,4.67,1.97,18,4.62,1.3,8,5.7,1.7,10,3.43,2.07,7,3.0,2.31,13,4.73,1.9,11,4.57,2.23,7,4.91,1.51,11,5.71,1.7,7,3.11,2.52,9,3.18,1.99,11,5.09,2.02,11,4.0,1.83,7,4.67,1.23,12,6.33,1.75,6,2.92,2.39,12,3.5,1.93,8,5.33,2.29,9,4.0,1.41,9
+copycat,3.33,1.53,21,4.62,2.53,26,4.67,2.14,24,3.33,1.8,9,3.33,1.37,12,4.3,2.83,10,4.81,2.4,16,4.44,1.42,9,4.8,2.51,15,3.57,1.62,7,3.21,1.53,14,5.62,2.66,13,3.62,2.02,13,4.58,1.98,12,4.75,2.38,12,3.0,1.34,11,3.7,1.7,10,4.2,2.68,15,5.18,2.32,11,4.46,2.15,13,4.91,2.21,11
+copyright,4.43,1.78,21,2.96,2.31,23,5.5,2.85,18,4.33,1.94,9,4.5,1.73,12,3.55,2.66,11,2.42,1.88,12,4.8,2.62,10,6.38,3.07,8,3.14,1.77,7,5.08,1.5,13,3.73,2.94,11,2.25,1.29,12,4.29,3.04,7,6.27,2.57,11,4.31,1.97,13,4.62,1.51,8,3.0,2.53,11,2.92,2.19,12,5.11,2.57,9,5.89,3.22,9
+coral,6.42,1.74,19,3.18,2.32,22,5.5,1.71,28,6.33,1.37,6,6.46,1.94,13,3.27,2.1,11,3.09,2.63,11,6.09,1.97,11,5.12,1.45,17,5.91,1.92,11,7.12,1.25,8,2.91,2.17,11,3.45,2.54,11,4.94,1.73,18,6.5,1.18,10,6.23,1.83,13,6.83,1.6,6,3.57,2.74,14,2.5,1.2,8,5.5,1.97,16,5.5,1.38,12
+coral snake,4.0,2.1,21,6.28,2.44,18,4.0,2.49,20,4.4,1.95,5,3.93,2.25,15,6.38,2.26,8,6.2,2.7,10,5.0,2.29,9,3.18,2.44,11,4.5,1.78,12,3.33,2.4,9,5.4,2.84,10,7.38,1.3,8,3.27,1.79,11,4.89,3.02,9,3.91,2.21,11,4.1,2.08,10,5.71,1.5,7,6.64,2.91,11,5.67,1.8,9,2.64,2.16,11
+cord,5.38,1.35,39,4.2,1.94,45,5.47,2.02,62,5.73,1.52,22,4.94,0.97,17,4.35,1.98,20,4.08,1.93,25,4.82,1.84,22,5.82,2.08,39,5.3,1.15,23,5.5,1.63,16,4.72,1.65,25,3.55,2.11,20,5.24,1.96,37,5.79,2.15,24,5.11,1.15,19,5.65,1.5,20,4.07,2.02,29,4.44,1.82,16,5.51,2.0,39,5.39,2.1,23
+cordial,6.39,1.65,18,3.1,2.2,20,5.4,2.02,25,6.6,1.14,5,6.31,1.84,13,2.55,2.21,11,3.78,2.11,9,5.12,2.19,16,5.89,1.69,9,6.0,1.63,7,6.64,1.69,11,3.22,2.54,9,3.0,2.0,11,5.45,2.26,20,5.2,0.45,5,6.22,1.72,9,6.56,1.67,9,3.0,2.49,11,3.22,1.92,9,5.0,2.0,19,6.67,1.63,6
+cordless,6.45,1.74,22,4.05,2.82,19,5.9,2.07,21,6.4,1.34,5,6.56,1.9,16,5.38,3.25,8,3.09,2.12,11,5.3,1.77,10,6.45,2.25,11,6.42,1.78,12,6.5,1.78,10,4.4,2.88,10,3.67,2.87,9,5.67,2.5,12,6.22,1.39,9,7.36,1.43,11,5.55,1.57,11,3.38,2.72,8,4.55,2.91,11,5.89,2.03,9,5.92,2.19,12
+cordon,5.22,1.66,18,2.55,1.79,22,4.48,2.41,23,5.09,1.38,11,4.83,1.6,6,3.62,2.07,8,1.93,1.33,14,4.57,2.7,7,4.44,2.37,16,5.25,1.91,8,5.2,1.55,10,2.22,1.56,9,2.77,1.96,13,4.55,2.54,11,4.42,2.39,12,5.0,1.95,11,5.57,1.13,7,2.55,2.16,11,2.55,1.44,11,4.46,2.63,13,4.5,2.22,10
+corduroy,5.79,1.51,19,3.45,2.42,22,4.82,1.52,28,5.33,1.37,6,6.0,1.58,13,3.36,2.62,11,3.55,2.34,11,4.55,1.75,11,5.0,1.37,17,5.73,1.42,11,5.88,1.73,8,2.91,2.26,11,4.0,2.57,11,4.61,1.69,18,5.2,1.14,10,5.85,1.77,13,5.67,0.82,6,3.64,2.21,14,3.12,2.9,8,4.94,1.88,16,4.67,0.89,12
+core,6.19,1.4,21,3.24,2.45,25,5.89,2.02,19,6.22,1.48,9,6.17,1.4,12,4.17,2.79,6,3.06,2.36,18,5.43,2.23,7,6.17,1.95,12,6.12,1.45,16,6.4,1.34,5,3.5,2.53,14,3.1,2.47,10,6.0,2.4,9,5.8,1.75,10,6.08,1.38,12,6.33,1.5,9,3.81,2.66,16,2.22,1.72,9,5.27,2.1,11,6.75,1.67,8
+cork,4.93,1.19,41,3.92,2.18,39,4.7,2.58,23,5.15,0.9,13,4.82,1.31,28,4.06,2.26,16,3.83,2.17,23,5.44,2.46,9,4.21,2.64,14,4.62,1.5,21,5.25,0.64,20,4.74,2.08,19,3.15,2.03,20,4.67,2.94,15,4.75,1.91,8,4.87,1.36,23,5.0,0.97,18,3.86,2.08,21,4.0,2.35,18,4.77,3.14,13,4.6,1.78,10
+corkscrew,5.26,0.93,19,3.76,1.89,21,4.96,2.18,23,5.33,0.58,3,5.25,1.0,16,4.62,1.41,8,3.23,2.01,13,4.67,2.4,9,5.14,2.11,14,5.44,1.24,9,5.1,0.57,10,4.33,1.87,9,3.33,1.87,12,4.87,2.47,15,5.12,1.64,8,5.43,1.13,7,5.17,0.83,12,4.3,1.64,10,3.27,2.05,11,5.15,2.76,13,4.7,1.16,10
+corn,5.95,1.32,20,3.43,1.89,21,5.65,2.19,34,6.2,1.4,10,5.7,1.25,10,4.12,1.55,8,3.0,2.0,13,5.64,2.76,14,5.65,1.76,20,6.0,1.5,9,5.91,1.22,11,3.23,1.83,13,3.75,2.05,8,5.95,2.32,22,5.08,1.88,12,5.8,1.48,10,6.1,1.2,10,3.86,1.88,14,2.57,1.72,7,6.29,1.93,17,5.0,2.29,17
+cornball,5.55,1.88,20,3.17,1.86,24,5.1,1.97,20,6.0,1.77,8,5.25,1.96,12,4.17,0.98,6,2.83,1.98,18,5.27,2.05,11,4.89,1.96,9,5.55,1.75,11,5.56,2.13,9,3.4,2.01,10,3.0,1.8,14,5.15,2.23,13,5.0,1.53,7,5.38,1.33,13,5.86,2.73,7,3.75,1.73,16,2.0,1.6,8,5.33,1.78,12,4.75,2.31,8
+cornbread,6.47,2.01,19,3.5,2.11,22,6.08,2.1,24,6.67,2.25,6,6.38,1.98,13,3.83,2.29,12,3.1,1.91,10,4.88,1.64,8,6.69,2.09,16,6.1,2.33,10,6.89,1.62,9,4.89,2.52,9,2.54,1.05,13,5.88,2.18,17,6.83,2.04,6,6.38,2.62,8,6.55,1.57,11,3.67,1.66,9,3.38,2.43,13,6.06,2.35,16,6.12,1.64,8
+corned,4.61,2.2,18,3.59,2.46,22,4.54,1.5,28,5.2,2.28,5,4.38,2.22,13,3.27,2.49,11,3.91,2.51,11,4.27,2.05,11,4.71,1.05,17,4.7,2.16,10,4.5,2.39,8,3.36,2.54,11,3.82,2.48,11,4.5,1.5,18,4.6,1.58,10,3.75,1.76,12,6.33,2.07,6,3.43,2.85,14,3.88,1.73,8,4.31,1.89,16,4.83,0.72,12
+corner,4.83,2.12,18,3.38,2.33,42,4.88,2.19,24,3.67,2.31,3,4.86,1.99,14,3.94,2.58,18,2.91,2.11,23,4.0,1.85,8,5.31,2.27,16,5.6,1.95,5,4.25,2.01,12,3.5,2.66,18,3.29,2.1,24,4.65,2.12,17,5.5,2.66,6,4.5,2.28,12,5.5,1.76,6,2.8,2.19,20,3.91,2.37,22,5.25,2.38,16,4.12,1.64,8
+cornerstone,5.9,1.8,20,3.33,2.2,18,6.32,1.62,22,6.2,1.79,5,5.8,1.86,15,4.33,1.97,6,2.83,2.21,12,5.6,1.26,10,6.92,1.68,12,5.8,1.48,10,6.0,2.16,10,3.7,2.06,10,2.88,2.42,8,6.0,1.84,11,6.64,1.36,11,5.67,2.1,12,6.25,1.28,8,2.56,2.35,9,4.11,1.83,9,5.82,1.6,11,6.82,1.54,11
+cornfield,5.05,1.96,20,3.73,2.12,22,5.32,1.8,19,4.22,1.92,9,5.73,1.79,11,3.2,2.28,5,4.06,2.05,16,5.5,1.76,6,5.23,1.88,13,5.5,1.65,14,4.0,2.37,6,4.0,2.26,12,3.67,1.94,9,4.44,1.42,9,6.1,1.79,10,5.6,1.65,10,4.5,2.17,10,3.5,2.54,12,4.0,1.56,10,5.5,1.87,6,5.23,1.83,13
+cornflakes,6.37,1.21,19,3.3,2.03,20,5.7,1.99,23,5.33,0.58,3,6.56,1.21,16,3.71,1.25,7,3.08,2.36,13,6.44,2.19,9,5.21,1.76,14,6.67,1.41,9,6.1,0.99,10,3.12,2.03,8,3.42,2.11,12,5.53,2.29,15,6.0,1.31,8,6.29,1.11,7,6.42,1.31,12,3.7,2.31,10,2.9,1.73,10,5.54,2.33,13,5.9,1.52,10
+corny,5.0,1.9,21,3.0,1.98,23,4.94,2.07,18,5.33,2.18,9,4.75,1.71,12,3.0,1.55,11,3.0,2.37,12,4.5,1.96,10,5.5,2.2,8,3.86,1.86,7,5.77,1.59,13,3.55,2.34,11,2.5,1.51,12,4.71,2.36,7,5.09,1.97,11,4.77,1.83,13,5.38,2.07,8,3.09,1.97,11,2.92,2.07,12,4.78,2.44,9,5.11,1.76,9
+coronary,2.62,1.47,21,4.67,2.44,21,4.4,2.06,20,2.89,1.62,9,2.42,1.38,12,4.0,2.37,6,5.0,2.57,14,4.5,2.66,6,4.36,1.86,14,3.56,1.33,9,1.92,1.16,12,4.6,2.41,5,4.69,2.52,16,5.44,1.94,9,3.55,1.81,11,2.67,1.3,12,2.56,1.74,9,4.25,2.19,8,4.92,2.63,13,4.64,2.54,11,4.11,1.36,9
+coronation,4.6,2.01,20,4.5,2.38,18,5.13,2.18,23,5.8,1.3,5,4.2,2.08,15,4.0,2.0,5,4.69,2.56,13,4.92,2.35,12,5.36,2.06,11,4.4,2.46,10,4.8,1.55,10,4.57,2.07,7,4.45,2.66,11,4.6,2.06,15,6.12,2.17,8,4.5,2.07,14,4.83,2.04,6,5.08,2.31,12,3.33,2.25,6,5.07,2.06,14,5.22,2.49,9
+coroner,3.0,2.0,21,3.61,2.39,23,3.28,1.81,18,3.78,2.05,9,2.42,1.83,12,4.27,2.15,11,3.0,2.52,12,3.3,1.95,10,3.25,1.75,8,4.0,2.45,7,2.62,1.61,13,4.55,2.5,11,2.75,2.01,12,3.71,2.36,7,3.0,1.41,11,3.23,2.35,13,2.62,1.3,8,3.55,2.58,11,3.67,2.31,12,3.56,1.59,9,3.0,2.06,9
+corporal,4.63,1.34,19,3.5,1.61,20,4.9,2.17,21,4.71,1.38,7,4.58,1.38,12,3.56,1.81,9,3.45,1.51,11,4.4,2.07,5,5.06,2.24,16,4.7,1.42,10,4.5,1.41,8,3.38,1.77,8,3.58,1.56,12,5.21,1.67,14,4.29,2.98,7,4.36,1.57,11,5.0,0.93,8,3.67,1.87,12,3.25,1.16,8,5.1,2.18,10,4.73,2.24,11
+corporate,4.9,2.51,20,4.74,2.49,23,5.05,2.5,20,4.67,2.45,9,5.09,2.66,11,5.36,2.62,11,4.17,2.33,12,4.25,1.67,8,5.58,2.87,12,4.64,2.71,14,5.5,2.07,6,4.67,2.78,9,4.79,2.39,14,5.5,1.93,8,4.75,2.86,12,5.1,2.69,10,4.7,2.45,10,4.46,2.85,13,5.1,2.02,10,5.75,2.67,12,4.0,1.93,8
+corporation,3.82,1.89,22,4.73,2.35,22,4.47,2.5,19,3.88,2.53,8,4.0,1.35,13,5.57,2.44,7,4.29,2.37,14,3.0,2.24,7,5.18,2.36,11,3.88,2.23,8,4.0,1.63,13,5.12,2.47,8,4.5,2.35,14,2.57,1.4,7,5.58,2.35,12,4.45,2.16,11,3.18,1.4,11,3.67,2.74,9,5.46,1.81,13,4.62,2.55,16,3.67,2.52,3
+corporeal,4.0,2.03,19,3.5,2.06,22,4.42,2.21,24,3.5,2.17,6,4.23,2.01,13,3.58,2.15,12,3.4,2.07,10,5.5,2.51,8,3.88,1.89,16,4.0,1.49,10,4.0,2.6,9,3.89,2.2,9,3.23,2.01,13,4.94,2.16,17,2.83,1.83,6,3.38,1.6,8,4.45,2.25,11,2.78,1.48,9,4.0,2.31,13,5.06,2.21,16,3.12,1.64,8
+corps,4.24,1.95,21,3.52,2.11,23,4.69,1.98,26,4.18,1.99,11,4.3,2.0,10,3.45,2.25,11,3.58,2.07,12,5.18,1.66,11,4.29,2.23,14,4.2,1.87,10,4.27,2.1,11,3.82,2.68,11,3.25,1.48,12,4.47,2.03,17,5.12,2.03,8,4.0,2.2,13,4.62,1.51,8,3.47,2.17,15,3.62,2.13,8,4.71,2.42,17,4.67,0.71,9
+corpse,2.45,1.64,38,4.89,2.22,18,3.23,2.13,48,2.43,1.79,14,2.46,1.59,24,4.17,1.47,6,5.25,2.49,12,3.56,2.09,18,3.03,2.16,30,2.76,1.73,21,2.06,1.48,17,4.3,2.31,10,5.62,2.0,8,3.04,1.7,25,3.43,2.54,23,2.79,1.87,19,2.11,1.33,19,4.0,2.18,9,5.78,1.99,9,3.23,2.04,31,3.24,2.33,17
+corpsman,4.05,1.83,21,3.91,2.29,23,4.7,2.25,20,3.6,1.95,5,4.19,1.83,16,4.25,2.18,12,3.55,2.46,11,4.27,1.74,11,4.75,2.55,8,3.67,2.23,12,4.56,1.01,9,3.81,2.32,16,4.14,2.41,7,4.73,2.15,11,4.67,2.5,9,4.23,2.01,13,3.75,1.58,8,4.05,2.37,19,3.25,2.06,4,4.29,2.33,14,5.67,1.86,6
+corral,4.5,1.32,20,3.71,1.87,21,5.35,2.19,34,4.4,1.17,10,4.6,1.51,10,4.0,1.93,8,3.54,1.9,13,6.14,2.11,14,4.8,2.12,20,3.78,1.09,9,5.09,1.22,11,4.31,1.8,13,2.75,1.67,8,5.68,2.23,22,4.75,2.05,12,4.0,1.15,10,5.0,1.33,10,3.64,1.86,14,3.86,2.04,7,5.41,1.8,17,5.29,2.57,17
+correct,6.94,2.34,18,3.48,2.68,21,7.06,2.01,18,5.62,2.62,8,8.0,1.49,10,2.86,2.12,7,3.79,2.94,14,7.0,1.73,11,7.14,2.54,7,6.45,2.62,11,7.71,1.7,7,3.33,3.32,9,3.58,2.23,12,6.91,2.39,11,7.29,1.38,7,6.75,2.53,12,7.33,2.07,6,2.75,2.77,12,4.44,2.35,9,7.78,1.72,9,6.33,2.12,9
+correction,4.05,1.36,21,4.37,2.06,19,6.05,2.01,21,5.17,0.98,6,3.6,1.24,15,5.5,1.6,8,3.55,2.02,11,6.27,1.79,11,5.8,2.3,10,4.67,1.63,6,3.8,1.21,15,4.4,2.17,10,4.33,2.06,9,5.86,2.14,14,6.43,1.81,7,4.0,2.08,7,4.07,0.92,14,4.14,2.32,14,5.0,1.0,5,6.42,1.73,12,5.56,2.35,9
+correctional,4.09,1.65,23,4.86,1.78,22,5.05,1.9,19,3.64,2.01,11,4.5,1.17,12,4.2,2.17,5,5.0,1.71,16,5.5,2.59,6,4.85,1.57,13,4.47,1.3,15,3.38,2.07,8,4.17,1.8,12,5.67,1.5,9,4.89,1.05,9,5.2,2.49,10,4.5,1.73,12,3.64,1.5,11,4.42,2.11,12,5.4,1.17,10,5.33,2.73,6,4.92,1.5,13
+corrective,4.95,1.39,19,4.05,2.11,21,5.16,2.69,25,5.67,1.15,3,4.81,1.42,16,4.43,1.9,7,3.85,2.34,13,6.25,2.55,8,4.65,2.67,17,5.43,0.98,7,4.67,1.56,12,4.86,1.95,7,3.62,2.22,13,5.29,2.87,14,5.0,2.57,11,5.5,0.76,8,4.55,1.63,11,4.09,1.81,11,4.0,2.49,10,4.89,2.54,18,5.86,3.13,7
+correlation,5.09,1.82,22,3.23,2.14,22,5.25,2.31,20,5.75,1.58,8,4.71,1.9,14,4.2,2.44,10,2.42,1.51,12,5.43,3.31,7,5.15,1.72,13,5.09,1.97,11,5.09,1.76,11,3.55,2.21,11,2.91,2.12,11,5.2,2.68,15,5.4,0.55,5,4.4,1.78,10,5.67,1.72,12,3.6,2.22,10,2.92,2.11,12,5.6,1.78,10,4.9,2.81,10
+correspond,5.75,1.41,20,3.48,2.11,23,6.76,2.02,21,5.56,1.13,9,5.91,1.64,11,3.82,2.23,11,3.17,2.04,12,5.38,1.3,8,7.62,1.94,13,5.5,1.34,14,6.33,1.51,6,3.78,2.49,9,3.29,1.9,14,6.0,1.85,8,7.23,2.05,13,5.5,1.51,10,6.0,1.33,10,3.08,1.71,13,4.0,2.54,10,7.25,2.05,12,6.11,1.9,9
+correspondence,6.59,1.53,22,5.05,2.25,19,5.71,1.95,21,5.8,1.64,5,6.94,1.44,16,6.0,1.93,8,4.36,2.29,11,5.7,1.83,10,5.73,2.15,11,6.5,1.38,12,6.7,1.77,10,4.8,2.1,10,5.33,2.5,9,5.33,1.97,12,6.22,1.92,9,6.64,1.63,11,6.55,1.51,11,3.5,2.0,8,6.18,1.72,11,5.56,1.51,9,5.83,2.29,12
+correspondent,5.32,1.67,19,3.55,1.84,22,5.29,1.73,24,4.67,2.07,6,5.62,1.45,13,3.92,1.98,12,3.1,1.66,10,5.75,2.25,8,5.06,1.44,16,5.4,0.84,10,5.22,2.33,9,3.67,2.12,9,3.46,1.71,13,5.18,1.74,17,5.67,1.97,6,5.38,1.06,8,5.27,2.05,11,3.22,1.72,9,3.77,1.96,13,5.56,1.79,16,4.75,1.58,8
+corresponding,5.1,1.51,21,4.52,2.57,23,5.95,1.64,20,4.4,1.82,5,5.31,1.4,16,6.0,1.76,12,2.91,2.39,11,6.0,1.79,11,5.5,1.07,8,5.17,1.59,12,5.0,1.5,9,5.12,2.55,16,3.14,2.19,7,6.0,0.89,11,5.89,2.32,9,5.38,1.61,13,4.62,1.3,8,4.68,2.71,19,3.75,1.89,4,6.07,1.33,14,5.67,2.34,6
+corridor,4.76,1.64,21,3.53,2.17,47,5.35,2.13,54,4.44,2.01,9,5.0,1.35,12,4.29,2.46,14,3.21,1.98,33,5.68,2.21,25,5.04,2.08,28,4.43,2.07,7,4.85,1.46,13,3.61,2.06,23,3.46,2.3,24,5.12,2.11,34,5.74,2.21,19,4.69,1.7,13,4.88,1.64,8,3.12,2.49,25,4.0,1.66,22,5.67,2.09,27,5.04,2.16,27
+corroborate,5.5,1.43,20,3.88,1.67,25,5.41,2.09,22,6.38,1.06,8,4.92,1.38,12,3.85,1.72,13,3.92,1.68,12,5.38,2.06,13,5.44,2.24,9,6.12,1.13,8,5.36,1.21,11,4.43,1.16,14,3.18,1.99,11,5.58,1.56,12,5.2,2.66,10,5.33,1.94,9,5.64,0.92,11,3.65,1.84,17,4.38,1.19,8,5.1,2.42,10,5.67,1.83,12
+corrupt,3.0,1.74,40,5.98,2.39,41,3.7,2.1,44,3.21,1.81,14,2.92,1.75,25,6.11,2.71,19,5.86,2.2,21,3.5,2.09,20,3.88,2.13,24,3.25,1.95,16,2.87,1.63,23,5.57,2.73,21,6.4,1.96,20,3.3,2.05,23,4.14,2.1,21,2.88,2.09,24,3.19,1.05,16,5.81,2.65,27,6.29,1.86,14,3.61,2.13,23,3.81,2.11,21
+corruption,3.0,2.12,21,4.86,2.55,22,3.63,1.9,27,3.6,2.12,10,2.45,2.07,11,4.71,2.43,7,4.93,2.69,15,3.88,2.12,17,3.2,1.48,10,3.09,2.21,11,2.9,2.13,10,2.8,2.49,5,5.47,2.29,17,4.0,2.32,14,3.23,1.3,13,3.38,2.57,13,2.38,0.92,8,3.5,2.84,10,6.0,1.65,12,3.86,2.32,14,3.38,1.39,13
+corsage,6.3,1.49,20,3.4,2.06,20,5.55,1.84,22,5.71,0.95,7,6.62,1.66,13,3.11,1.83,9,3.64,2.29,11,5.5,2.17,6,5.56,1.79,16,5.6,1.26,10,7.22,1.3,9,2.75,1.83,8,3.83,2.17,12,5.8,2.04,15,5.0,1.29,7,6.45,1.44,11,6.11,1.62,9,3.83,2.21,12,2.75,1.75,8,6.64,1.63,11,4.45,1.37,11
+corset,5.81,2.34,21,5.75,2.27,20,4.71,2.48,35,6.12,2.59,8,5.62,2.26,13,6.4,1.67,5,5.53,2.45,15,4.91,2.26,11,4.62,2.62,24,5.69,2.75,13,6.0,1.6,8,5.92,2.11,12,5.5,2.62,8,5.0,2.27,20,4.33,2.77,15,5.91,2.47,11,5.7,2.31,10,6.73,1.9,11,4.56,2.19,9,4.45,2.54,22,5.15,2.41,13
+cortex,5.2,1.36,20,3.67,2.15,21,5.5,1.19,20,5.44,1.24,9,5.0,1.48,11,4.0,2.54,10,3.36,1.8,11,5.75,1.16,8,5.33,1.23,12,5.43,1.09,14,4.67,1.86,6,3.88,2.47,8,3.54,2.03,13,5.88,1.36,8,5.25,1.06,12,5.6,0.84,10,4.8,1.69,10,4.0,2.37,11,3.3,1.95,10,5.58,1.44,12,5.38,0.74,8
+cortisone,4.42,1.3,19,3.39,2.03,18,5.06,2.08,17,4.82,0.75,11,3.88,1.73,8,3.25,2.06,4,3.43,2.1,14,4.38,1.77,8,5.67,2.24,9,4.38,1.41,8,4.45,1.29,11,3.57,1.9,7,3.27,2.2,11,5.0,2.0,6,5.09,2.21,11,4.54,1.05,13,4.17,1.83,6,3.0,2.0,11,4.0,2.08,7,6.14,1.35,7,4.3,2.21,10
+cosmetic,5.09,1.95,22,4.87,2.46,23,5.74,1.97,19,4.5,2.0,8,5.15,1.68,13,3.88,2.1,8,5.5,2.59,14,4.86,1.21,7,6.18,2.27,11,4.12,1.73,8,5.38,1.71,13,5.33,2.83,9,4.57,2.24,14,5.57,1.4,7,5.83,2.29,12,4.27,2.05,11,5.91,1.51,11,4.67,3.24,9,5.0,1.92,14,5.62,2.09,16,6.33,1.15,3
+cosmic,7.11,1.85,19,5.39,2.46,23,4.84,2.09,19,6.44,1.67,9,7.7,1.89,10,5.57,2.15,7,5.47,2.67,15,4.9,2.02,10,4.78,2.28,9,7.78,1.56,9,6.5,1.96,10,6.0,2.79,10,5.08,2.19,12,4.62,1.51,8,5.1,2.6,10,7.17,1.85,12,7.0,2.0,7,5.2,2.48,20,6.67,2.31,3,4.62,1.51,8,5.0,2.49,11
+cosmopolitan,5.8,1.7,20,3.86,2.14,22,5.65,1.31,20,5.0,2.0,9,6.45,1.13,11,4.3,2.5,10,3.5,1.83,12,5.43,0.98,7,5.77,1.48,13,5.86,1.79,14,5.67,1.63,6,4.0,2.56,8,3.79,1.97,14,5.62,1.41,8,5.67,1.3,12,5.5,1.9,10,6.1,1.52,10,4.42,2.27,12,3.2,1.87,10,5.45,1.44,11,5.89,1.17,9
+cosmos,6.5,2.26,18,4.27,2.73,22,4.14,2.41,28,5.67,3.27,6,6.92,1.56,12,4.27,2.87,11,4.27,2.72,11,3.91,2.84,11,4.29,2.17,17,5.7,2.54,10,7.5,1.41,8,4.91,2.88,11,3.64,2.54,11,4.0,2.3,18,4.4,2.72,10,6.58,2.54,12,6.33,1.75,6,5.21,2.58,14,2.62,2.26,8,3.75,2.18,16,4.67,2.71,12
+cost,4.11,1.97,18,4.9,2.77,21,3.67,1.81,18,4.0,1.85,8,4.2,2.15,10,4.29,2.87,7,5.21,2.78,14,4.09,1.7,11,3.0,1.91,7,4.0,1.61,11,4.29,2.56,7,4.22,2.91,9,5.42,2.68,12,3.73,1.79,11,3.57,1.99,7,4.58,2.07,12,3.17,1.47,6,3.67,2.27,12,6.56,2.6,9,4.0,1.94,9,3.33,1.73,9
+costly,3.0,1.52,20,4.08,2.83,24,4.68,2.26,19,2.57,1.4,7,3.23,1.59,13,6.17,2.32,6,3.39,2.68,18,4.4,2.37,10,5.0,2.24,9,3.33,1.61,12,2.5,1.31,8,4.7,2.45,10,3.64,3.08,14,4.67,2.27,12,4.71,2.43,7,3.14,1.51,14,2.67,1.63,6,4.06,2.64,16,4.12,3.36,8,5.0,2.37,11,4.25,2.19,8
+costume,6.05,2.11,20,4.78,2.26,18,6.36,2.19,22,6.2,1.64,5,6.0,2.3,15,4.5,1.64,6,4.92,2.57,12,6.2,1.81,10,6.5,2.54,12,6.4,1.26,10,5.7,2.75,10,4.8,1.87,10,4.75,2.82,8,6.45,2.46,11,6.27,2.0,11,5.58,2.47,12,6.75,1.28,8,4.22,2.73,9,5.33,1.66,9,6.55,2.54,11,6.18,1.89,11
+cot,5.37,1.89,19,2.95,2.56,21,5.07,1.54,27,4.83,0.75,6,5.62,2.22,13,3.09,2.77,11,2.8,2.44,10,5.18,2.14,11,5.0,1.03,16,5.45,2.07,11,5.25,1.75,8,2.0,1.55,11,4.0,3.09,10,5.24,1.44,17,4.8,1.75,10,5.38,2.14,13,5.33,1.37,6,2.77,2.45,13,3.25,2.87,8,5.25,1.81,16,4.82,1.08,11
+cottage,6.63,1.3,19,2.95,1.94,22,6.08,2.11,48,7.0,0.0,3,6.53,1.46,15,3.4,2.07,10,2.58,1.83,12,6.61,2.17,18,5.77,2.05,30,6.83,1.94,6,6.5,1.0,12,3.09,1.92,11,2.82,2.04,11,5.55,2.17,33,7.27,1.44,15,6.83,1.03,12,6.29,1.7,7,3.2,1.99,10,2.75,1.96,12,6.15,1.99,26,6.0,2.29,22
+cotton,6.05,1.96,21,2.48,2.11,23,6.24,2.02,17,5.78,1.79,9,6.25,2.14,12,3.64,2.46,11,1.42,0.9,12,5.6,2.01,10,7.14,1.77,7,5.86,2.27,7,6.23,1.92,13,2.91,2.43,11,2.08,1.78,12,5.86,2.19,7,6.5,1.96,10,6.08,2.1,13,6.0,1.85,8,1.91,1.51,11,3.0,2.49,12,5.62,1.77,8,6.78,2.17,9
+couch,6.52,1.44,21,3.4,2.62,20,6.19,2.03,36,6.75,1.16,8,6.38,1.61,13,2.2,2.17,5,3.8,2.7,15,5.82,1.78,11,6.36,2.14,25,6.38,1.5,13,6.75,1.39,8,3.92,2.71,12,2.62,2.45,8,6.05,1.76,20,6.38,2.36,16,6.27,1.68,11,6.8,1.14,10,3.91,2.84,11,2.78,2.33,9,6.14,2.17,22,6.29,1.86,14
+cougar,5.67,2.37,21,5.7,2.89,20,4.24,2.51,21,4.83,2.99,6,6.0,2.1,15,6.62,2.77,8,5.08,2.91,12,4.18,2.79,11,4.3,2.31,10,4.78,2.86,9,6.33,1.78,12,6.22,2.44,9,5.27,3.26,11,4.29,2.36,7,4.21,2.67,14,6.0,2.49,10,5.36,2.34,11,5.85,2.97,13,5.43,2.94,7,3.64,2.46,11,4.9,2.51,10
+cough,3.57,1.95,23,4.5,2.26,22,4.25,2.84,20,3.25,1.49,8,3.73,2.19,15,4.0,2.49,10,4.92,2.07,12,5.0,3.32,7,3.85,2.61,13,3.75,2.14,12,3.36,1.8,11,4.0,1.95,11,5.0,2.53,11,4.4,3.04,15,3.8,2.39,5,3.45,2.07,11,3.67,1.92,12,5.2,1.99,10,3.92,2.39,12,4.0,2.71,10,4.5,3.1,10
+council,5.0,1.65,20,3.86,1.68,21,5.21,2.57,34,5.3,1.95,10,4.7,1.34,10,4.0,1.69,8,3.77,1.74,13,6.21,2.33,14,4.5,2.54,20,5.33,2.12,9,4.73,1.19,11,4.15,1.21,13,3.38,2.26,8,5.41,2.72,22,4.83,2.33,12,5.3,2.0,10,4.7,1.25,10,3.29,1.64,14,5.0,1.15,7,5.47,2.12,17,4.94,2.99,17
+councilman,4.19,1.89,21,3.26,2.24,23,5.12,1.81,25,4.73,1.01,11,3.6,2.46,10,3.36,2.54,11,3.17,2.04,12,5.45,2.25,11,5.0,1.35,13,4.2,2.1,10,4.18,1.78,11,3.55,2.73,11,3.0,1.76,12,5.31,1.92,16,5.0,1.6,8,4.08,2.18,13,4.38,1.41,8,3.53,2.42,15,2.75,1.91,8,5.35,2.03,17,4.62,1.19,8
+counsel,5.48,1.54,21,2.86,1.73,22,5.19,2.33,26,4.9,1.37,10,6.0,1.55,11,2.57,1.72,7,3.0,1.77,15,4.94,2.49,17,5.67,2.06,9,5.27,1.42,11,5.7,1.7,10,2.4,2.61,5,3.0,1.46,17,5.23,2.71,13,5.15,1.99,13,5.31,1.25,13,5.75,1.98,8,2.3,1.42,10,3.33,1.87,12,5.46,3.07,13,4.92,1.32,13
+counseling,5.9,2.13,20,3.4,2.28,20,4.2,2.35,25,5.57,2.3,7,6.08,2.1,13,3.36,2.38,11,3.44,2.3,9,4.56,2.13,16,3.56,2.7,9,5.14,2.19,7,6.31,2.06,13,2.33,1.22,9,4.27,2.61,11,4.45,2.44,20,3.2,1.79,5,5.09,2.07,11,6.89,1.83,9,2.45,1.37,11,4.56,2.7,9,4.26,2.31,19,4.0,2.68,6
+counselor,5.71,1.95,21,3.45,2.15,22,4.91,2.11,22,5.78,2.11,9,5.67,1.92,12,3.0,2.28,6,3.4,2.03,15,3.67,1.63,6,5.38,2.13,16,5.0,1.87,9,6.25,1.91,12,4.6,2.88,5,3.12,1.87,17,4.36,1.96,11,5.45,2.21,11,5.25,2.05,12,6.33,1.73,9,4.11,2.37,9,3.0,1.96,13,5.33,2.19,12,4.4,2.01,10
+count,5.89,1.37,18,2.3,1.72,20,5.17,2.2,18,5.38,0.92,8,6.3,1.57,10,2.71,1.8,7,2.08,1.71,13,5.09,1.58,11,5.29,3.09,7,5.82,1.4,11,6.0,1.41,7,1.33,0.71,9,3.09,1.92,11,5.09,2.17,11,5.29,2.43,7,5.5,0.9,12,6.67,1.86,6,2.0,1.65,12,2.75,1.83,8,6.0,2.06,9,4.33,2.12,9
+countdown,5.64,1.65,22,6.47,1.74,19,4.76,2.59,21,5.6,1.14,5,5.69,1.85,16,7.12,0.83,8,6.0,2.1,11,5.2,2.66,10,4.36,2.58,11,5.5,1.62,12,5.8,1.75,10,6.4,1.78,10,6.56,1.81,9,4.58,2.47,12,5.0,2.87,9,6.0,1.79,11,5.27,1.49,11,6.25,1.58,8,6.64,1.91,11,4.67,2.18,9,4.83,2.95,12
+countenance,4.77,1.34,22,3.35,2.0,26,5.83,2.08,24,5.33,1.12,9,4.38,1.39,13,3.0,1.94,10,3.56,2.06,16,6.0,2.0,9,5.73,2.19,15,4.5,1.69,8,4.93,1.14,14,3.46,2.22,13,3.23,1.83,13,5.92,2.23,12,5.75,2.01,12,4.5,1.38,12,5.1,1.29,10,2.93,2.15,15,3.91,1.7,11,5.77,2.17,13,5.91,2.07,11
+counter,5.22,1.0,18,2.47,1.95,19,5.16,1.46,25,5.6,0.89,5,5.08,1.04,13,2.9,2.38,10,2.0,1.32,9,5.06,1.34,16,5.33,1.73,9,5.14,1.21,7,5.27,0.9,11,1.5,0.76,8,3.18,2.27,11,5.3,1.59,20,4.6,0.55,5,4.67,0.71,9,5.78,0.97,9,2.0,1.49,10,3.0,2.35,9,4.74,1.1,19,6.5,1.76,6
+counteract,4.73,1.45,22,4.27,2.47,22,5.1,2.27,20,4.88,1.96,8,4.64,1.15,14,4.4,2.63,10,4.17,2.44,12,5.57,2.94,7,4.85,1.91,13,4.18,1.47,11,5.27,1.27,11,3.36,2.06,11,5.18,2.6,11,5.13,2.56,15,5.0,1.22,5,4.2,1.32,10,5.17,1.47,12,5.2,2.35,10,3.5,2.39,12,4.7,1.89,10,5.5,2.64,10
+counterattack,4.16,2.52,19,5.83,2.53,23,5.16,2.29,19,3.78,1.56,9,4.5,3.21,10,7.71,1.25,7,5.07,2.6,15,5.5,2.27,10,4.78,2.39,9,4.89,2.76,9,3.5,2.22,10,5.9,2.6,10,5.92,2.64,12,5.88,1.81,8,4.4,2.55,10,4.25,2.67,12,4.0,2.45,7,5.7,2.6,20,6.67,2.31,3,5.75,2.49,8,4.73,2.15,11
+counterfeit,3.16,1.54,19,4.18,2.86,22,3.0,1.68,28,3.67,1.51,6,2.92,1.55,13,5.09,2.84,11,3.27,2.69,11,2.91,1.76,11,3.06,1.68,17,3.73,1.49,11,2.38,1.3,8,3.91,2.66,11,4.45,3.14,11,3.39,1.85,18,2.3,1.06,10,3.46,1.45,13,2.5,1.64,6,4.14,3.13,14,4.25,2.49,8,2.5,1.55,16,3.67,1.67,12
+counterpart,5.38,1.24,21,3.4,2.01,20,5.57,1.83,21,5.5,0.55,6,5.33,1.45,15,4.25,2.25,8,2.83,1.7,12,5.0,1.61,11,6.2,1.93,10,5.33,0.52,6,5.4,1.45,15,3.9,2.23,10,2.9,1.73,10,5.29,1.98,14,6.14,1.46,7,5.57,0.98,7,5.29,1.38,14,3.5,2.24,14,3.17,1.47,6,5.33,2.19,12,5.89,1.27,9
+counterpoint,5.24,1.51,21,4.4,2.5,20,5.53,1.93,36,5.12,1.25,8,5.31,1.7,13,5.2,2.59,5,4.13,2.5,15,6.73,1.9,11,5.0,1.73,25,5.38,1.19,13,5.0,2.0,8,4.5,2.84,12,4.25,2.05,8,5.55,2.11,20,5.5,1.75,16,5.18,1.08,11,5.3,1.95,10,4.45,2.62,11,4.33,2.5,9,5.64,1.89,22,5.36,2.06,14
+countess,5.85,1.09,20,3.55,2.24,22,6.41,2.02,27,6.29,1.5,7,5.62,0.77,13,4.4,2.37,10,2.83,1.95,12,6.87,2.13,15,5.91,1.87,11,5.64,0.81,11,6.11,1.36,9,3.67,1.66,9,3.46,2.63,13,6.82,2.1,17,5.78,1.86,9,5.85,1.14,13,5.86,1.07,7,3.5,2.37,16,3.67,2.07,6,6.75,2.05,12,6.13,2.03,15
+countless,4.8,1.28,20,4.22,2.65,18,4.14,1.93,22,4.8,0.84,5,4.8,1.42,15,4.33,2.42,6,4.17,2.86,12,3.9,0.99,10,4.33,2.5,12,4.8,0.79,10,4.8,1.69,10,4.6,2.46,10,3.75,2.96,8,4.0,1.95,11,4.27,2.0,11,4.5,1.24,12,5.25,1.28,8,3.0,2.65,9,5.44,2.13,9,4.0,2.05,11,4.27,1.9,11
+country,6.14,1.67,22,3.71,2.47,21,6.35,2.03,17,6.17,0.75,6,6.07,1.98,15,2.14,1.21,7,4.5,2.59,14,6.22,2.33,9,6.5,1.77,8,5.79,1.81,14,6.71,1.38,7,3.89,2.71,9,3.58,2.39,12,6.22,2.49,9,6.5,1.51,8,5.79,1.67,14,6.75,1.58,8,3.83,2.4,6,3.67,2.58,15,6.67,2.18,9,6.0,1.93,8
+countryside,6.94,2.04,18,2.7,2.08,20,5.8,2.22,25,8.4,0.89,5,6.38,2.1,13,2.27,2.05,11,3.22,2.11,9,5.38,2.31,16,6.56,1.94,9,6.29,2.29,7,7.36,1.86,11,2.89,2.47,9,2.55,1.81,11,5.85,2.39,20,5.6,1.52,5,6.44,2.46,9,7.44,1.51,9,2.91,2.07,11,2.44,2.19,9,5.32,2.19,19,7.33,1.63,6
+county,5.18,1.79,22,3.4,2.16,20,7.0,1.86,19,4.85,2.15,13,5.67,1.0,9,3.71,2.43,7,3.23,2.09,13,6.71,1.89,7,7.17,1.9,12,4.58,2.02,12,5.9,1.2,10,3.0,2.0,9,3.73,2.33,11,7.6,1.58,10,6.33,2.0,9,4.58,1.62,12,5.9,1.79,10,3.57,2.37,7,3.31,2.14,13,7.71,1.5,7,6.58,1.98,12
+coup,4.74,2.16,19,4.64,2.63,22,5.0,2.14,18,5.33,1.73,9,4.2,2.44,10,5.33,2.58,6,4.4,2.77,15,5.4,2.27,10,4.5,2.0,8,4.89,2.47,9,4.6,1.96,10,5.9,2.92,10,3.55,1.97,11,4.75,1.67,8,5.22,2.68,9,5.17,2.29,12,4.0,1.83,7,4.47,2.61,19,5.67,3.06,3,4.62,1.41,8,5.3,2.63,10
+coupe,5.05,1.81,22,3.74,2.47,23,5.32,2.19,19,6.12,1.73,8,4.54,1.61,13,3.38,2.62,8,3.93,2.56,14,5.43,0.79,7,5.0,2.72,11,5.12,2.03,8,5.15,1.72,13,4.22,2.54,9,3.43,2.47,14,4.29,1.38,7,5.92,2.39,12,5.18,1.89,11,4.91,1.81,11,2.89,2.37,9,4.29,2.46,14,5.62,2.13,16,3.67,2.08,3
+couple,7.11,1.49,19,4.95,2.4,22,5.61,2.21,44,6.78,1.39,9,7.4,1.58,10,5.42,2.57,12,4.4,2.17,10,5.35,2.17,23,5.85,2.32,20,7.78,1.2,9,6.5,1.51,10,5.89,2.76,9,4.31,1.97,13,5.22,2.34,27,6.24,1.89,17,7.08,1.51,12,7.14,1.57,7,5.11,2.37,9,4.85,2.51,13,5.77,2.2,35,5.0,2.29,9
+coupling,5.4,1.79,20,4.61,2.62,18,5.68,2.38,22,4.2,1.64,5,5.8,1.7,15,6.5,1.52,6,3.67,2.57,12,6.0,1.94,10,5.42,2.75,12,5.4,1.35,10,5.4,2.22,10,5.3,2.21,10,3.75,2.96,8,6.45,1.97,11,4.91,2.59,11,5.25,1.66,12,5.62,2.07,8,4.22,3.03,9,5.0,2.24,9,5.91,2.47,11,5.45,2.38,11
+coupon,6.3,1.17,20,4.22,2.65,23,5.54,2.12,26,5.8,1.14,10,6.8,1.03,10,4.36,3.14,11,4.08,2.23,12,4.55,2.25,11,6.36,1.78,14,6.33,1.22,9,6.27,1.19,11,4.0,3.07,11,4.42,2.31,12,5.35,2.18,17,6.0,2.2,8,6.33,1.23,12,6.25,1.16,8,4.87,2.75,15,3.0,2.07,8,6.0,1.87,17,4.67,2.4,9
+courage,7.67,1.32,21,5.0,2.5,24,7.27,1.78,22,7.88,1.13,8,7.54,1.45,13,5.23,2.74,13,4.73,2.28,11,7.0,1.83,13,7.67,1.73,9,8.38,0.74,8,7.33,1.44,12,5.21,2.12,14,4.7,3.06,10,7.33,1.67,12,7.2,1.99,10,7.9,1.29,10,7.45,1.37,11,5.65,2.52,17,3.43,1.72,7,6.8,1.99,10,7.67,1.56,12
+courageous,8.05,0.71,19,5.5,2.56,20,7.38,1.76,24,8.23,0.6,13,7.67,0.82,6,6.0,2.83,5,5.33,2.55,15,7.46,1.51,13,7.27,2.1,11,8.0,1.0,9,8.1,0.32,10,6.86,2.73,7,4.77,2.24,13,6.91,2.17,11,7.77,1.3,13,7.89,0.78,9,8.2,0.63,10,5.6,2.67,10,5.4,2.59,10,8.11,0.93,9,6.93,2.02,15
+courier,5.5,1.5,20,3.67,1.77,21,5.79,2.13,34,6.1,1.85,10,4.9,0.74,10,4.25,1.91,8,3.31,1.65,13,5.93,2.06,14,5.7,2.23,20,5.67,1.5,9,5.36,1.57,11,3.77,1.64,13,3.5,2.07,8,5.77,2.29,22,5.83,1.9,12,5.4,1.51,10,5.6,1.58,10,3.64,1.91,14,3.71,1.6,7,6.06,1.68,17,5.53,2.53,17
+court,3.52,2.09,21,4.43,2.71,21,3.94,2.48,18,4.33,2.73,6,3.14,1.83,14,4.14,3.02,7,4.57,2.65,14,4.33,2.0,9,3.12,2.85,8,3.38,2.06,13,3.71,2.43,7,4.0,2.65,9,4.75,2.83,12,4.8,2.78,10,2.88,1.64,8,3.08,1.44,13,4.25,2.82,8,4.83,3.19,6,4.27,2.6,15,3.8,3.05,10,4.12,1.73,8
+courteous,7.05,2.16,20,3.95,2.16,21,7.26,1.86,34,7.4,2.12,10,6.7,2.26,10,4.5,2.45,8,3.62,1.98,13,7.14,1.96,14,7.35,1.84,20,7.89,1.27,9,6.36,2.54,11,4.46,1.98,13,3.12,2.3,8,7.0,2.09,22,7.75,1.29,12,7.9,1.2,10,6.2,2.62,10,3.79,2.33,14,4.29,1.89,7,6.53,2.0,17,8.0,1.41,17
+courtesy,6.79,1.36,19,4.3,2.03,20,5.96,2.25,23,5.67,1.15,3,7.0,1.32,16,4.62,1.41,8,4.08,2.39,12,5.78,2.68,9,6.07,2.02,14,6.89,1.69,9,6.7,1.06,10,4.22,1.92,9,4.36,2.2,11,5.73,2.52,15,6.38,1.69,8,6.71,1.6,7,6.83,1.27,12,4.9,1.85,10,3.7,2.11,10,6.08,2.72,13,5.8,1.55,10
+courthouse,4.61,1.61,18,4.2,2.53,20,3.5,2.35,22,3.86,1.46,7,5.09,1.58,11,3.89,2.2,9,4.45,2.84,11,3.67,2.5,6,3.44,2.37,16,5.1,1.45,10,4.14,1.77,7,3.25,2.38,8,4.83,2.52,12,3.8,2.11,15,2.86,2.85,7,5.1,1.73,10,4.0,1.31,8,3.58,2.75,12,5.12,1.96,8,3.36,1.96,11,3.64,2.77,11
+courtroom,2.84,1.38,19,4.67,2.87,18,3.45,1.6,22,2.8,1.1,5,2.86,1.51,14,4.5,2.88,6,4.75,2.99,12,3.8,1.32,10,3.17,1.8,12,3.1,0.74,10,2.56,1.88,9,5.2,2.94,10,4.0,2.83,8,3.0,1.34,11,3.91,1.76,11,2.82,1.08,11,2.88,1.81,8,2.89,2.8,9,6.44,1.59,9,3.18,1.6,11,3.73,1.62,11
+courtship,6.0,1.77,22,5.38,2.67,21,5.37,2.03,19,4.62,1.19,8,6.62,1.5,13,5.12,2.59,8,5.58,2.94,12,5.71,1.8,7,5.09,2.3,11,5.38,1.85,8,6.15,1.57,13,6.33,2.6,9,4.67,2.61,12,4.43,1.9,7,5.92,1.98,12,6.09,2.02,11,5.91,1.58,11,4.75,3.24,8,5.77,2.31,13,5.44,1.82,16,5.0,3.46,3
+courtside,6.0,1.55,21,4.24,2.45,21,6.0,1.96,25,6.08,1.62,12,5.89,1.54,9,5.43,2.44,7,3.64,2.31,14,6.3,1.83,10,5.8,2.08,15,6.5,1.91,4,5.88,1.5,17,4.8,2.62,10,3.73,2.28,11,6.71,2.36,7,5.72,1.78,18,6.33,1.56,12,5.56,1.51,9,4.46,2.54,13,3.88,2.42,8,6.33,2.18,9,5.81,1.87,16
+courtyard,5.53,1.78,19,3.43,2.18,21,5.05,2.06,20,5.67,0.58,3,5.5,1.93,16,3.83,2.56,6,3.27,2.09,15,5.17,1.72,6,5.0,2.25,14,5.1,1.97,10,6.0,1.5,9,2.0,0.82,7,4.14,2.32,14,4.7,2.06,10,5.4,2.12,10,6.12,1.55,8,5.09,1.87,11,3.0,1.87,9,3.75,2.42,12,5.0,3.07,8,5.08,1.16,12
+cousin,6.11,2.3,18,2.6,2.28,20,5.28,1.23,18,5.25,2.12,8,6.8,2.3,10,3.0,3.0,7,2.38,1.89,13,5.0,0.89,11,5.71,1.6,7,5.36,2.38,11,7.29,1.7,7,1.78,1.09,9,3.27,2.8,11,5.73,1.27,11,4.57,0.79,7,5.33,2.19,12,7.67,1.75,6,2.25,1.6,12,3.12,3.09,8,5.33,1.41,9,5.22,1.09,9
+cove,5.67,2.11,21,3.17,1.99,23,6.06,2.34,18,5.67,2.69,9,5.67,1.67,12,4.27,2.2,11,2.17,1.11,12,5.6,2.41,10,6.62,2.26,8,5.43,2.44,7,5.77,2.09,13,3.82,2.18,11,2.58,1.68,12,6.0,2.71,7,6.09,2.21,11,5.77,2.28,13,5.5,1.93,8,3.0,1.73,11,3.33,2.27,12,6.22,2.59,9,5.89,2.2,9
+coven,5.43,2.18,21,4.8,2.46,20,4.78,2.26,36,6.0,1.51,8,5.08,2.5,13,5.2,2.28,5,4.67,2.58,15,4.73,2.37,11,4.8,2.25,25,6.0,1.78,13,4.5,2.56,8,5.0,2.45,12,4.5,2.62,8,5.15,2.21,20,4.31,2.3,16,4.82,2.48,11,6.1,1.66,10,5.09,2.63,11,4.44,2.35,9,4.23,2.31,22,5.64,1.95,14
+covenant,5.21,1.65,19,4.0,1.95,21,5.35,2.4,23,4.33,2.52,3,5.38,1.5,16,4.75,1.39,8,3.54,2.15,13,6.0,2.24,9,4.93,2.5,14,6.0,1.5,9,4.5,1.51,10,4.56,1.51,9,3.58,2.19,12,5.4,2.64,15,5.25,2.05,8,5.29,1.89,7,5.17,1.59,12,4.5,1.9,10,3.55,1.97,11,5.08,3.09,13,5.7,1.06,10
+cover,5.59,1.37,22,3.76,2.45,21,5.78,2.05,18,4.83,0.98,6,5.93,1.44,15,2.86,2.34,7,4.21,2.46,14,5.56,2.3,9,6.25,1.83,8,5.57,1.65,14,5.71,0.76,7,4.33,2.74,9,3.33,2.23,12,5.5,2.55,10,6.12,1.25,8,5.14,0.86,14,6.38,1.77,8,4.0,3.1,6,3.67,2.26,15,5.8,2.53,10,5.75,1.39,8
+coverage,5.77,1.45,22,3.19,2.04,26,5.96,2.2,24,6.11,1.45,9,5.54,1.45,13,2.9,2.13,10,3.38,2.03,16,6.89,1.45,9,5.4,2.41,15,6.0,1.69,8,5.64,1.34,14,3.77,2.2,13,2.62,1.76,13,5.5,2.11,12,6.42,2.27,12,5.5,1.51,12,6.1,1.37,10,3.27,2.34,15,3.09,1.64,11,5.54,2.3,13,6.45,2.07,11
+covert,3.79,1.27,19,4.32,2.36,22,4.96,1.73,24,4.0,1.55,6,3.69,1.18,13,5.25,2.53,12,3.2,1.62,10,5.25,2.12,8,4.81,1.56,16,4.3,0.95,10,3.22,1.39,9,5.11,2.42,9,3.77,2.24,13,5.29,1.72,17,4.17,1.72,6,3.75,0.71,8,3.82,1.6,11,4.56,2.46,9,4.15,2.38,13,5.44,1.41,16,4.0,2.0,8
+covet,4.48,1.66,21,4.04,2.46,23,5.0,2.33,19,4.75,0.46,8,4.58,1.93,12,3.75,2.66,8,4.29,2.49,14,4.86,2.97,7,5.0,2.1,11,4.86,1.07,7,4.54,1.71,13,4.56,2.88,9,3.71,2.2,14,4.29,1.98,7,5.42,2.5,12,4.5,1.9,10,4.45,1.51,11,3.44,2.65,9,4.43,2.34,14,5.0,2.37,16,5.0,2.65,3
+coveted,5.95,1.82,20,4.88,2.47,24,4.39,2.35,28,6.12,0.83,8,5.83,2.29,12,4.11,2.03,9,5.33,2.66,15,3.14,1.7,14,5.64,2.27,14,6.11,1.69,9,5.82,1.99,11,5.42,2.68,12,4.33,2.23,12,4.43,2.68,14,4.36,2.06,14,6.3,1.89,10,5.6,1.78,10,5.17,2.21,12,4.58,2.78,12,4.08,2.11,12,4.62,2.55,16
+cow,5.42,1.71,19,2.95,1.86,42,5.24,2.03,42,5.0,1.94,9,5.8,1.48,10,3.4,1.99,15,2.7,1.77,27,4.29,1.54,14,5.71,2.11,28,5.44,2.4,9,5.4,0.84,10,3.06,1.92,18,2.88,1.85,24,4.87,2.03,23,5.68,2.0,19,5.92,1.31,12,4.57,2.07,7,2.5,1.74,24,3.56,1.89,18,5.41,2.17,22,5.05,1.9,20
+coward,2.42,1.64,19,4.09,2.73,44,4.09,2.6,22,3.0,1.0,3,2.31,1.74,16,3.71,2.45,21,4.43,2.98,23,4.9,2.51,10,3.42,2.57,12,3.0,1.89,10,1.78,1.09,9,3.7,2.43,20,4.42,2.98,24,4.0,2.93,11,4.18,2.36,11,2.5,1.41,8,2.36,1.86,11,4.13,2.92,30,4.0,2.39,14,5.45,2.81,11,2.73,1.49,11
+cowardice,3.05,1.27,19,4.25,2.2,20,3.64,2.5,22,3.67,1.0,9,2.5,1.27,10,4.38,1.85,8,4.17,2.48,12,3.82,2.6,11,3.45,2.5,11,3.71,0.76,7,2.67,1.37,12,4.75,2.12,8,3.92,2.27,12,4.08,2.6,13,3.0,2.35,9,3.1,1.45,10,3.0,1.12,9,4.75,2.92,8,3.92,1.62,12,3.21,2.26,14,4.38,2.88,8
+cowardly,2.85,1.6,20,5.14,1.93,21,3.85,2.45,33,3.2,1.81,10,2.5,1.35,10,4.75,1.83,8,5.38,2.02,13,4.0,2.65,13,3.75,2.38,20,2.44,1.33,9,3.18,1.78,11,4.85,1.91,13,5.62,2.0,8,4.19,2.48,21,3.25,2.38,12,2.4,1.43,10,3.3,1.7,10,4.86,1.99,14,5.71,1.8,7,4.12,1.93,16,3.59,2.9,17
+cowboy,5.43,1.8,21,4.43,2.54,21,5.67,2.22,24,5.33,1.61,12,5.56,2.13,9,5.29,2.69,7,4.0,2.45,14,6.4,2.07,10,5.14,2.25,14,6.0,2.0,4,5.29,1.79,17,5.7,2.79,10,3.27,1.68,11,6.0,2.08,7,5.53,2.32,17,5.25,2.18,12,5.67,1.22,9,4.46,2.5,13,4.38,2.77,8,4.62,2.77,8,6.19,1.76,16
+cowgirl,6.11,2.0,19,5.3,2.62,23,5.63,1.67,19,6.22,1.2,9,6.0,2.58,10,6.43,2.07,7,4.87,2.83,15,5.4,1.9,10,5.89,1.45,9,6.22,2.22,9,6.0,1.89,10,6.1,2.64,10,4.75,2.63,12,5.38,1.85,8,5.8,1.69,10,6.5,2.24,12,5.43,1.4,7,4.9,2.55,20,8.0,1.0,3,5.0,1.51,8,6.09,1.7,11
+cowhand,4.65,1.63,20,3.33,2.08,21,5.44,2.06,25,5.0,1.41,4,4.56,1.71,16,4.5,2.38,4,3.06,1.98,17,5.56,2.96,9,5.38,1.45,16,4.38,1.51,8,4.83,1.75,12,3.7,2.26,10,3.0,1.95,11,5.64,2.06,14,5.18,2.14,11,4.91,1.14,11,4.33,2.12,9,2.4,1.71,10,4.18,2.09,11,6.17,1.79,18,3.57,1.51,7
+coworker,5.0,1.2,19,3.57,1.91,21,4.55,2.26,20,3.67,1.15,3,5.25,1.06,16,4.0,1.79,6,3.4,1.99,15,4.83,2.14,6,4.43,2.38,14,5.3,1.06,10,4.67,1.32,9,3.0,2.0,7,3.86,1.88,14,4.5,2.59,10,4.6,2.01,10,4.75,1.16,8,5.18,1.25,11,3.22,1.99,9,3.83,1.9,12,5.5,3.21,8,3.92,1.08,12
+coy,5.5,1.32,20,3.72,2.05,18,5.5,2.22,22,6.0,1.0,5,5.33,1.4,15,3.67,2.07,6,3.75,2.14,12,5.4,1.96,10,5.58,2.5,12,6.0,0.82,10,5.0,1.56,10,4.1,1.97,10,3.25,2.19,8,4.91,2.17,11,6.09,2.21,11,5.75,1.14,12,5.12,1.55,8,2.22,1.92,9,5.22,0.44,9,5.73,2.53,11,5.27,1.95,11
+coyote,4.05,1.86,21,5.55,2.09,22,4.38,2.18,21,4.56,1.59,9,3.67,2.02,12,4.17,2.86,6,6.0,1.56,15,3.17,2.14,6,4.87,2.07,15,4.22,1.72,9,3.92,2.02,12,5.8,2.77,5,5.47,1.94,17,4.9,2.08,10,3.91,2.26,11,3.5,1.98,12,4.78,1.48,9,5.78,1.56,9,5.38,2.43,13,4.33,2.27,12,4.44,2.19,9
+cozy,7.28,1.58,40,3.56,2.7,43,6.69,1.97,42,7.06,1.84,16,7.42,1.41,24,2.79,2.36,14,3.93,2.81,29,6.65,1.97,17,6.72,2.01,25,7.55,1.93,20,7.0,1.12,20,3.75,3.02,20,3.39,2.44,23,6.69,2.05,26,6.69,1.89,16,7.42,1.45,26,7.0,1.84,14,3.7,2.57,27,3.31,2.98,16,7.0,1.41,24,6.28,2.52,18
+crab,5.81,1.5,21,4.13,2.55,23,4.52,1.66,25,5.73,1.1,11,5.9,1.91,10,4.36,2.84,11,3.92,2.35,12,4.55,1.75,11,4.46,1.71,13,5.8,1.75,10,5.82,1.33,11,4.55,2.81,11,3.75,2.34,12,4.47,1.37,17,4.57,2.44,7,5.85,1.41,13,5.75,1.75,8,4.13,2.59,15,4.12,2.64,8,4.53,1.87,17,4.5,1.2,8
+crabby,3.16,1.12,19,6.0,1.48,21,5.09,1.9,23,3.4,0.89,5,3.15,1.21,13,6.17,1.6,6,5.93,1.49,15,5.2,2.04,10,5.0,1.87,13,3.14,1.07,7,3.27,1.19,11,5.86,1.68,7,6.07,1.44,14,5.64,1.29,11,4.58,2.27,12,3.0,0.95,12,3.43,1.4,7,5.82,1.89,11,6.2,0.92,10,5.5,1.99,14,4.44,1.67,9
+crack,2.68,1.86,22,5.25,2.53,20,5.42,2.59,19,3.46,2.03,13,1.56,0.73,9,6.14,2.12,7,4.77,2.68,13,6.0,2.31,7,5.08,2.78,12,2.83,2.29,12,2.5,1.27,10,5.11,2.52,9,5.36,2.66,11,6.1,2.23,10,4.67,2.87,9,2.5,2.32,12,2.9,1.2,10,5.57,2.7,7,5.08,2.53,13,5.14,2.79,7,5.58,2.57,12
+cracker,5.11,1.45,19,3.64,2.46,22,5.26,2.1,27,5.57,1.81,7,4.83,1.19,12,3.6,2.67,10,3.67,2.39,12,5.6,2.03,15,5.0,2.24,11,4.6,1.43,10,5.67,1.32,9,5.11,2.37,9,2.62,2.02,13,5.35,2.37,17,5.33,1.58,9,5.46,1.45,13,4.33,1.21,6,3.81,2.64,16,3.17,2.04,6,4.92,2.47,12,5.53,1.81,15
+crackerjack,7.21,1.65,19,5.13,2.3,23,4.94,1.3,17,6.56,1.33,9,7.8,1.75,10,4.57,2.07,7,5.47,2.47,15,5.0,1.85,8,4.89,0.6,9,7.33,1.66,9,7.1,1.73,10,5.6,2.46,10,4.83,2.29,12,4.43,0.98,7,5.3,1.42,10,7.75,1.42,12,6.29,1.7,7,4.85,2.18,20,7.0,2.65,3,4.33,0.82,6,5.27,1.42,11
+crackle,5.53,1.74,19,5.27,2.27,22,4.86,1.56,21,5.78,0.67,9,5.3,2.36,10,5.38,2.67,8,5.21,2.12,14,5.18,1.94,11,4.5,0.97,10,5.71,0.76,7,5.42,2.15,12,5.1,2.13,10,5.42,2.47,12,4.54,1.45,13,5.38,1.69,8,6.0,1.83,10,5.0,1.58,9,5.38,2.07,8,5.21,2.46,14,4.85,1.57,13,4.88,1.64,8
+crackpot,3.38,2.25,21,5.1,2.59,20,4.05,2.56,21,4.17,2.48,6,3.07,2.15,15,5.0,2.88,8,5.17,2.52,12,3.55,2.5,11,4.6,2.63,10,3.33,2.58,6,3.4,2.2,15,5.3,2.75,10,4.9,2.56,10,4.07,2.76,14,4.0,2.31,7,3.57,2.37,7,3.29,2.27,14,4.79,2.97,14,5.83,1.33,6,3.75,2.42,12,4.44,2.83,9
+cradle,6.1,1.86,20,3.67,2.59,18,4.86,1.98,22,5.6,2.19,5,6.27,1.79,15,3.83,2.56,6,3.58,2.71,12,5.3,1.25,10,4.5,2.43,12,6.0,2.16,10,6.2,1.62,10,3.8,2.66,10,3.5,2.67,8,5.18,1.89,11,4.55,2.11,11,5.67,2.15,12,6.75,1.16,8,2.56,2.55,9,4.78,2.22,9,5.27,1.74,11,4.45,2.21,11
+craft,6.38,1.53,21,4.04,1.81,25,6.36,2.32,22,6.0,1.41,8,6.62,1.61,13,4.0,2.12,13,4.08,1.51,12,6.62,2.4,13,6.0,2.29,9,6.38,1.85,8,6.42,1.44,12,4.5,1.7,14,3.45,1.86,11,7.17,1.53,12,5.4,2.8,10,6.6,1.65,10,6.18,1.47,11,3.88,1.93,17,4.38,1.6,8,6.4,2.63,10,6.33,2.15,12
+craftsman,6.71,1.59,21,4.11,2.38,19,6.23,2.29,35,7.0,1.51,8,6.54,1.66,13,3.4,1.82,5,4.36,2.56,14,6.0,2.37,11,6.33,2.3,24,6.77,1.64,13,6.62,1.6,8,4.42,2.15,12,3.57,2.82,7,5.75,2.65,20,6.87,1.55,15,6.45,1.57,11,7.0,1.63,10,4.8,2.7,10,3.33,1.8,9,5.82,2.65,22,6.92,1.32,13
+craftsmanship,6.89,1.08,18,4.52,2.06,21,6.3,1.79,23,6.5,0.71,2,6.94,1.12,16,4.38,2.13,8,4.62,2.1,13,5.89,2.37,9,6.57,1.34,14,7.0,1.12,9,6.78,1.09,9,4.44,2.13,9,4.58,2.11,12,6.33,2.16,15,6.25,0.89,8,7.5,0.84,6,6.58,1.08,12,4.7,1.64,10,4.36,2.46,11,6.38,2.22,13,6.2,1.14,10
+crafty,5.73,1.64,22,5.04,2.82,26,6.29,1.92,24,5.56,0.73,9,5.85,2.08,13,4.9,3.25,10,5.12,2.63,16,6.56,1.67,9,6.13,2.1,15,5.75,1.49,8,5.71,1.77,14,5.46,2.85,13,4.62,2.84,13,5.83,2.17,12,6.75,1.6,12,6.0,1.65,12,5.4,1.65,10,5.33,2.97,15,4.64,2.69,11,6.23,2.31,13,6.36,1.43,11
+cram,4.68,1.55,22,4.19,2.54,21,5.18,2.26,22,5.07,1.73,14,4.0,0.93,8,4.82,2.75,11,3.67,2.29,9,4.33,1.63,6,5.5,2.42,16,4.6,2.01,10,4.75,1.14,12,3.36,2.29,11,5.1,2.6,10,5.46,2.22,13,4.78,2.39,9,4.67,1.92,12,4.7,1.06,10,3.69,2.78,13,5.0,2.0,8,5.75,2.14,12,4.5,2.32,10
+cramp,2.91,1.5,23,4.73,2.59,22,4.5,2.89,20,3.62,1.85,8,2.53,1.19,15,4.3,2.67,10,5.08,2.57,12,4.57,3.21,7,4.46,2.85,13,2.83,1.7,12,3.0,1.34,11,4.36,2.29,11,5.09,2.91,11,4.2,2.83,15,5.4,3.21,5,2.91,1.45,11,2.92,1.62,12,5.2,2.3,10,4.33,2.84,12,4.9,2.81,10,4.1,3.07,10
+cranberry,6.36,1.99,22,3.64,1.92,22,5.74,2.45,19,6.62,1.69,8,6.21,2.19,14,3.8,1.99,10,3.5,1.93,12,6.33,3.08,6,5.46,2.18,13,7.0,2.04,12,5.6,1.71,10,3.82,2.18,11,3.45,1.69,11,5.36,2.47,14,6.8,2.28,5,5.82,2.4,11,6.91,1.38,11,3.4,2.12,10,3.83,1.8,12,5.2,1.81,10,6.33,3.0,9
+cranberry juice,6.0,2.79,21,4.25,2.69,20,5.86,2.1,21,6.0,2.28,6,6.0,3.05,15,4.75,2.55,8,3.92,2.84,12,5.36,2.38,11,6.4,1.71,10,5.83,2.4,6,6.07,3.01,15,5.0,2.36,10,3.5,2.92,10,5.64,2.31,14,6.29,1.7,7,7.0,2.89,7,5.5,2.71,14,4.36,2.84,14,4.0,2.53,6,5.58,2.5,12,6.22,1.48,9
+cranial,5.37,1.57,19,4.62,2.01,21,4.83,1.92,23,5.0,1.58,5,5.54,1.66,13,3.17,2.04,6,5.2,1.74,15,4.4,2.12,10,5.15,1.77,13,5.57,1.72,7,5.27,1.62,11,4.14,2.79,7,4.86,1.56,14,4.09,2.12,11,5.5,1.51,12,5.17,1.59,12,5.71,1.6,7,4.45,2.11,11,4.8,1.99,10,4.36,2.06,14,5.56,1.51,9
+cranium,5.81,1.36,21,3.55,2.52,22,5.15,2.09,27,5.4,0.84,10,6.18,1.66,11,2.43,1.81,7,4.07,2.69,15,4.82,2.43,17,5.7,1.25,10,5.91,1.22,11,5.7,1.57,10,2.4,3.13,5,3.88,2.32,17,5.07,2.5,14,5.23,1.64,13,5.62,1.5,13,6.12,1.13,8,2.8,2.44,10,4.17,2.52,12,5.5,2.14,14,4.77,2.05,13
+crank,3.85,1.87,20,4.67,2.63,18,5.17,2.37,24,4.0,1.58,5,3.8,2.01,15,6.2,1.79,5,4.08,2.72,13,5.31,1.93,13,5.0,2.9,11,4.2,2.15,10,3.5,1.58,10,6.86,2.12,7,3.27,1.9,11,4.81,2.17,16,5.88,2.75,8,3.57,1.34,14,4.5,2.81,6,5.17,2.48,12,3.67,2.88,6,5.53,2.42,15,4.56,2.3,9
+cranky,3.0,1.75,20,4.71,2.39,21,4.36,2.25,25,1.75,0.5,4,3.31,1.82,16,3.5,2.38,4,5.0,2.37,17,5.56,2.46,9,3.69,1.89,16,3.12,0.83,8,2.92,2.19,12,4.9,2.42,10,4.55,2.46,11,4.43,2.28,14,4.27,2.33,11,2.45,1.13,11,3.67,2.18,9,5.1,2.18,10,4.36,2.62,11,5.06,2.07,18,2.57,1.72,7
+cranny,4.68,1.49,19,3.46,2.4,24,4.61,2.15,28,4.75,1.58,8,4.64,1.5,11,3.0,1.94,9,3.73,2.66,15,3.79,1.81,14,5.43,2.21,14,5.0,1.0,9,4.4,1.84,10,4.25,2.49,12,2.67,2.1,12,4.5,2.59,14,4.71,1.68,14,4.8,1.48,10,4.56,1.59,9,3.42,2.23,12,3.5,2.65,12,4.25,1.96,12,4.88,2.31,16
+crap,3.44,1.69,18,4.62,2.36,21,4.11,1.91,18,4.0,0.53,8,3.0,2.16,10,4.86,2.34,7,4.5,2.44,14,4.0,1.61,11,4.29,2.43,7,3.64,0.92,11,3.14,2.54,7,4.56,2.6,9,4.67,2.27,12,4.27,2.33,11,3.86,1.07,7,3.92,1.68,12,2.5,1.38,6,3.83,2.29,12,5.67,2.12,9,5.0,2.24,9,3.22,0.97,9
+crappy,2.35,1.57,20,5.26,2.47,19,3.92,2.13,26,1.64,0.67,11,3.22,1.92,9,5.71,2.56,7,5.0,2.49,12,4.15,2.19,13,3.69,2.14,13,2.55,1.29,11,2.11,1.9,9,5.6,2.41,10,4.89,2.62,9,4.24,2.28,17,3.33,1.8,9,3.0,1.94,10,1.7,0.67,10,5.08,2.43,12,5.57,2.7,7,4.0,1.67,16,3.8,2.82,10
+crash,2.9,2.03,42,4.55,2.94,22,3.3,2.24,47,3.56,1.9,16,2.5,2.04,26,5.27,2.57,11,3.82,3.22,11,3.62,2.35,26,2.9,2.07,21,3.5,2.19,20,2.43,1.78,21,5.09,2.88,11,4.0,3.03,11,3.86,2.57,29,2.39,1.09,18,3.17,2.22,24,2.56,1.76,18,4.1,3.35,10,4.92,2.64,12,3.72,2.42,25,2.82,1.94,22
+crass,3.73,1.16,22,4.73,2.33,22,5.11,1.7,19,4.25,0.89,8,3.31,1.18,13,4.38,2.5,8,5.08,2.33,13,5.71,1.7,7,4.45,1.37,11,3.75,1.39,8,3.62,1.04,13,4.44,2.19,9,4.92,2.5,13,4.71,1.5,7,5.33,1.83,12,4.0,1.1,11,3.45,1.21,11,3.62,2.33,8,5.36,2.17,14,5.06,1.69,16,5.33,2.08,3
+crate,4.8,1.36,20,2.72,2.08,18,5.45,1.97,22,5.2,1.1,5,4.67,1.45,15,3.33,2.73,6,2.42,1.73,12,5.0,1.56,10,5.83,2.25,12,5.0,1.25,10,4.6,1.51,10,2.8,2.44,10,2.62,1.69,8,4.45,1.97,11,6.45,1.44,11,4.58,1.62,12,5.12,0.83,8,2.33,2.29,9,3.11,1.9,9,4.91,2.17,11,6.0,1.67,11
+crater,5.15,1.27,20,4.84,2.46,19,4.79,1.82,24,5.0,1.1,11,5.33,1.5,9,5.29,2.14,7,4.58,2.68,12,4.17,1.53,12,5.42,1.93,12,5.45,1.44,11,4.78,0.97,9,5.09,2.39,11,4.5,2.67,8,4.82,2.01,17,4.71,1.38,7,4.8,1.23,10,5.5,1.27,10,5.0,2.65,11,4.62,2.33,8,4.8,2.11,15,4.78,1.3,9
+crave,5.41,1.59,22,5.04,2.95,26,5.0,2.27,24,5.22,2.22,9,5.54,1.05,13,4.6,3.03,10,5.31,2.96,16,4.56,2.13,9,5.27,2.37,15,5.25,1.98,8,5.5,1.4,14,5.38,2.72,13,4.69,3.22,13,4.92,1.98,12,5.08,2.61,12,5.25,1.36,12,5.6,1.9,10,5.13,2.88,15,4.91,3.18,11,4.92,2.22,13,5.09,2.43,11
+crawl,3.95,1.54,19,3.62,1.83,21,4.95,1.85,20,4.33,1.15,3,3.88,1.63,16,2.83,1.47,6,3.93,1.91,15,5.5,0.55,6,4.71,2.16,14,4.6,0.84,10,3.22,1.86,9,3.29,1.25,7,3.79,2.08,14,5.7,1.34,10,4.2,2.04,10,4.5,1.41,8,3.55,1.57,11,3.44,2.07,9,3.75,1.71,12,5.0,2.27,8,4.92,1.62,12
+crayon,5.76,1.64,21,2.91,2.04,22,5.93,2.07,27,5.7,0.82,10,5.82,2.18,11,2.43,1.81,7,3.13,2.17,15,6.18,2.43,17,5.5,1.27,10,5.36,1.75,11,6.2,1.48,10,3.4,3.05,5,2.76,1.75,17,5.79,2.52,14,6.08,1.55,13,5.46,1.71,13,6.25,1.49,8,3.0,2.54,10,2.83,1.64,12,6.43,2.14,14,5.38,1.94,13
+craze,5.33,1.8,21,6.45,1.9,20,5.22,2.04,36,5.25,2.49,8,5.38,1.33,13,6.4,1.14,5,6.47,2.13,15,5.18,1.66,11,5.24,2.22,25,5.54,2.11,13,5.0,1.2,8,6.67,1.56,12,6.12,2.42,8,5.35,1.73,20,5.06,2.43,16,4.45,1.69,11,6.3,1.42,10,7.09,1.76,11,5.67,1.87,9,4.91,1.9,22,5.71,2.23,14
+crazed,3.5,1.57,22,6.25,2.1,20,4.06,2.47,33,3.5,1.73,12,3.5,1.43,10,6.25,1.49,8,6.25,2.49,12,4.21,2.64,14,3.95,2.41,19,3.2,1.48,10,3.75,1.66,12,6.69,1.97,13,5.43,2.23,7,4.18,2.38,22,3.82,2.75,11,3.17,1.47,12,3.9,1.66,10,6.08,2.22,13,6.57,1.99,7,4.44,2.58,16,3.71,2.39,17
+craziness,3.82,2.04,22,6.83,1.99,23,4.32,2.08,19,4.75,2.43,8,3.08,1.5,13,7.25,1.28,8,6.57,2.38,14,4.57,2.51,7,4.09,1.97,11,3.75,2.49,8,3.69,1.8,13,6.89,2.26,9,6.79,1.89,14,4.43,2.37,7,4.25,2.01,12,4.0,2.41,11,3.64,1.69,11,6.11,2.76,9,7.29,1.2,14,4.12,1.96,16,5.33,2.89,3
+crazy,5.14,1.93,22,5.9,2.26,21,4.19,2.1,16,5.83,2.64,6,4.93,1.67,15,5.43,2.64,7,6.14,2.11,14,4.62,2.67,8,3.75,1.39,8,5.29,2.13,14,5.0,1.73,7,5.78,2.33,9,6.0,2.3,12,5.0,2.5,9,3.14,0.69,7,4.5,1.79,14,6.25,1.75,8,5.83,2.79,6,5.93,2.12,15,4.67,2.55,9,3.57,1.27,7
+creak,4.68,1.63,19,4.4,2.39,20,4.61,2.15,23,5.0,2.65,3,4.62,1.5,16,5.75,1.39,8,3.5,2.54,12,5.44,2.4,9,4.07,1.86,14,3.89,1.76,9,5.4,1.17,10,4.89,2.15,9,4.0,2.61,11,4.93,2.28,15,4.0,1.85,8,5.14,1.35,7,4.42,1.78,12,4.8,2.39,10,4.0,2.45,10,4.69,2.56,13,4.5,1.58,10
+creaking,4.55,1.82,20,4.77,2.05,22,5.38,1.99,21,4.78,1.72,9,4.36,1.96,11,4.6,2.32,10,4.92,1.88,12,5.25,1.16,8,5.46,2.4,13,4.36,1.55,14,5.0,2.45,6,4.5,2.56,8,4.93,1.77,14,4.88,2.17,8,5.69,1.89,13,4.4,1.58,10,4.7,2.11,10,4.42,2.11,12,5.2,1.99,10,5.08,2.27,12,5.78,1.56,9
+cream,6.56,1.95,18,3.8,2.78,20,6.11,1.53,18,6.0,2.14,8,7.0,1.76,10,5.14,2.19,7,3.08,2.87,13,6.0,1.55,11,6.29,1.6,7,6.36,2.11,11,6.86,1.77,7,3.33,3.0,9,4.18,2.68,11,6.45,1.37,11,5.57,1.72,7,6.67,1.92,12,6.33,2.16,6,2.83,2.04,12,5.25,3.24,8,6.44,1.81,9,5.78,1.2,9
+creamed,6.1,1.68,20,4.75,2.63,20,5.56,2.4,36,7.0,1.15,7,5.62,1.76,13,6.0,2.45,5,4.33,2.64,15,6.27,1.62,11,5.24,2.63,25,6.67,1.83,12,5.25,1.04,8,5.0,3.05,12,4.38,2.0,8,5.25,2.57,20,5.94,2.17,16,6.27,1.56,11,5.89,1.9,9,4.82,2.86,11,4.67,2.5,9,5.68,2.5,22,5.36,2.31,14
+creamer,5.47,1.31,19,2.81,1.81,21,6.09,1.76,23,5.0,0.71,5,5.54,1.45,13,3.5,2.43,6,2.53,1.51,15,6.5,1.51,10,5.77,1.92,13,5.0,1.63,7,5.64,1.03,11,2.57,1.4,7,2.93,2.02,14,5.82,1.54,11,6.33,1.97,12,5.83,1.11,12,4.86,1.46,7,2.91,2.26,11,2.7,1.25,10,6.36,1.65,14,5.67,1.94,9
+creamy,6.48,2.04,21,3.12,2.68,24,6.06,2.19,17,6.62,1.51,8,6.38,2.36,13,3.83,2.64,6,2.89,2.72,18,6.44,1.74,9,5.62,2.67,8,5.92,2.31,12,7.22,1.39,9,2.7,2.0,10,3.43,3.11,14,6.3,2.36,10,5.71,2.06,7,6.5,2.38,14,6.43,1.27,7,3.88,2.96,16,1.62,0.92,8,6.11,2.09,9,6.0,2.45,8
+crease,4.86,1.36,22,4.0,2.34,23,5.63,1.92,19,5.25,0.89,8,4.31,0.95,13,4.75,2.96,8,3.5,1.95,14,5.71,1.25,7,5.73,2.33,11,4.38,1.51,8,4.85,0.55,13,4.44,2.83,9,3.71,2.02,14,4.86,2.27,7,6.08,1.62,12,4.64,1.21,11,5.09,1.51,11,3.0,2.18,9,4.64,2.27,14,5.69,1.58,16,5.33,3.79,3
+create,7.86,1.13,22,6.26,2.58,19,7.0,2.24,21,7.4,1.95,5,8.06,0.77,16,7.12,2.85,8,5.64,2.29,11,5.9,2.77,10,8.0,0.89,11,7.83,1.4,12,7.9,0.74,10,5.9,2.88,10,6.67,2.29,9,6.92,2.57,12,7.11,1.83,9,8.18,0.87,11,7.55,1.29,11,5.12,2.47,8,7.09,2.43,11,6.78,2.73,9,7.17,1.9,12
+creation,6.85,1.53,20,5.35,2.06,20,6.38,1.77,21,6.57,0.98,7,7.0,1.78,13,5.33,1.32,9,5.36,2.58,11,6.2,2.28,5,6.44,1.67,16,6.9,1.97,10,6.89,1.05,9,5.25,2.31,8,5.42,1.98,12,6.07,1.49,14,7.0,2.24,7,7.09,1.3,11,6.56,1.81,9,5.42,2.07,12,5.25,2.19,8,6.3,1.7,10,6.45,1.92,11
+creative,7.06,1.55,18,4.86,2.83,21,6.78,2.07,23,6.0,1.58,5,7.42,1.44,12,5.67,3.27,6,4.53,2.7,15,5.6,2.22,10,7.69,1.44,13,6.71,1.8,7,7.2,1.48,10,5.71,3.04,7,4.43,2.74,14,6.0,2.0,11,7.5,1.93,12,7.09,1.51,11,7.0,1.73,7,5.45,3.24,11,4.2,2.3,10,6.21,2.15,14,7.67,1.66,9
+creativity,7.73,1.35,22,5.3,2.58,23,6.79,2.18,19,7.62,1.77,8,7.69,1.11,13,5.5,2.88,8,5.14,2.6,14,6.0,2.77,7,7.45,1.63,11,8.0,0.93,8,7.46,1.56,13,4.44,2.7,9,5.86,2.44,14,5.71,2.81,7,7.42,1.51,12,7.55,1.51,11,7.91,1.22,11,5.22,2.49,9,5.36,2.73,14,6.62,2.31,16,7.67,1.15,3
+creator,6.45,2.06,20,4.89,2.98,19,6.12,2.45,26,6.82,1.99,11,6.0,2.18,9,5.71,2.93,7,4.42,3.03,12,6.85,2.19,13,5.38,2.57,13,5.64,2.29,11,7.44,1.24,9,5.3,3.09,10,4.44,2.96,9,5.82,2.24,17,6.67,2.87,9,6.6,1.9,10,6.3,2.31,10,6.0,3.13,12,3.0,1.41,7,6.44,1.82,16,5.6,3.27,10
+creature,6.06,1.35,18,4.77,2.27,22,4.82,1.92,22,6.44,1.42,9,5.67,1.22,9,4.38,2.5,8,5.0,2.18,14,4.36,1.75,11,5.27,2.05,11,6.43,1.62,7,5.82,1.17,11,4.8,2.62,10,4.75,2.05,12,4.85,2.08,13,4.78,1.79,9,6.22,1.3,9,5.89,1.45,9,4.0,2.83,8,5.21,1.85,14,5.14,2.25,14,4.25,1.04,8
+credence,5.79,1.18,19,4.64,2.06,22,5.26,1.85,19,6.0,1.5,9,5.6,0.84,10,4.57,1.72,7,4.79,2.29,14,4.8,2.3,10,5.78,1.09,9,6.44,1.42,9,5.2,0.42,10,5.1,2.28,10,4.36,1.91,11,4.38,1.3,8,5.7,1.95,10,5.92,1.0,12,5.57,1.51,7,4.42,2.04,19,6.0,2.0,3,4.75,1.75,8,5.64,1.91,11
+credibility,7.0,1.45,19,4.05,2.38,21,5.92,2.25,25,7.0,1.73,3,7.0,1.46,16,4.0,3.16,7,4.08,2.1,13,6.12,2.03,8,5.82,2.4,17,6.71,1.6,7,7.17,1.4,12,4.71,2.69,7,3.69,2.32,13,5.71,2.33,14,6.18,2.23,11,6.75,1.49,8,7.18,1.47,11,5.0,2.45,11,3.0,1.89,10,5.83,2.48,18,6.14,1.68,7
+credible,6.95,1.36,21,3.95,2.82,20,6.05,2.06,22,6.67,1.37,6,7.07,1.39,15,4.38,3.2,8,3.67,2.64,12,6.17,2.08,12,5.9,2.13,10,7.33,1.41,9,6.67,1.3,12,4.22,3.03,9,3.73,2.76,11,5.14,1.95,7,6.47,2.03,15,7.0,1.25,10,6.91,1.51,11,3.23,2.45,13,5.29,3.15,7,5.92,2.47,12,6.2,1.55,10
+credit,5.0,2.47,18,4.38,3.02,21,5.0,2.63,18,3.88,1.96,8,5.9,2.56,10,4.29,3.04,7,4.43,3.13,14,5.18,2.56,11,4.71,2.93,7,4.64,2.11,11,5.57,3.05,7,4.33,3.0,9,4.42,3.18,12,5.27,2.83,11,4.57,2.44,7,5.25,2.18,12,4.5,3.15,6,3.58,2.5,12,5.44,3.47,9,6.56,2.19,9,3.44,2.13,9
+credit card,5.55,2.52,20,4.52,2.62,21,5.15,2.55,34,5.7,2.87,10,5.4,2.27,10,3.88,2.53,8,4.92,2.69,13,5.57,2.62,14,4.85,2.52,20,5.44,2.46,9,5.64,2.69,11,4.46,2.15,13,4.62,3.42,8,5.23,2.79,22,5.0,2.13,12,4.6,2.84,10,6.5,1.84,10,4.36,2.82,14,4.86,2.34,7,5.29,2.34,17,5.0,2.81,17
+creed,5.25,1.68,20,3.67,1.85,18,4.45,2.04,22,5.0,2.12,5,5.33,1.59,15,4.0,2.1,6,3.5,1.78,12,4.0,1.83,10,4.83,2.21,12,5.3,1.57,10,5.2,1.87,10,3.5,1.96,10,3.88,1.81,8,3.64,2.34,11,5.27,1.35,11,4.75,1.82,12,6.0,1.2,8,2.67,1.73,9,4.67,1.41,9,3.55,1.57,11,5.36,2.11,11
+creek,6.32,1.6,19,2.67,1.57,18,5.0,2.32,17,6.27,1.27,11,6.38,2.07,8,2.75,1.71,4,2.64,1.6,14,3.75,2.12,8,6.11,1.96,9,6.5,1.69,8,6.18,1.6,11,3.14,1.68,7,2.36,1.5,11,4.67,3.01,6,5.18,1.99,11,6.15,1.72,13,6.67,1.37,6,2.64,1.69,11,2.71,1.5,7,5.14,2.19,7,4.9,2.51,10
+creep,2.95,2.2,19,4.78,2.26,23,4.63,2.09,19,3.56,2.07,9,2.4,2.27,10,5.0,2.58,7,4.73,2.25,15,4.7,2.41,10,4.56,1.81,9,3.11,2.47,9,2.8,2.04,10,5.5,2.12,10,4.25,2.38,12,3.75,1.49,8,5.5,2.27,10,3.42,2.57,12,2.14,1.07,7,4.75,2.12,20,5.0,3.61,3,3.75,1.49,8,5.27,2.28,11
+creeper,3.61,1.97,18,5.68,2.64,22,3.86,2.27,22,3.78,1.56,9,3.44,2.4,9,5.88,2.95,8,5.57,2.56,14,4.09,2.59,11,3.64,2.01,11,3.71,1.11,7,3.55,2.42,11,5.9,2.42,10,5.5,2.91,12,3.23,1.96,13,4.78,2.49,9,4.4,2.22,10,2.62,1.06,8,5.25,3.01,8,5.93,2.5,14,4.0,2.6,14,3.62,1.69,8
+creepy,2.52,1.29,21,5.54,2.06,26,4.33,2.06,24,2.56,1.13,9,2.5,1.45,12,5.3,2.45,10,5.69,1.85,16,4.44,1.94,9,4.27,2.19,15,2.75,1.28,8,2.38,1.33,13,5.77,1.96,13,5.31,2.21,13,4.08,1.88,12,4.58,2.27,12,2.5,1.45,12,2.56,1.13,9,5.27,2.43,15,5.91,1.45,11,4.85,1.63,13,3.73,2.41,11
+cremation,4.0,1.63,19,5.29,2.85,21,4.05,2.13,22,5.0,0.71,5,3.69,1.8,13,5.0,2.76,6,5.4,2.97,15,4.9,1.97,10,3.33,2.06,12,5.0,1.29,7,3.45,1.63,11,4.43,2.57,7,5.71,2.97,14,4.5,1.78,10,3.67,2.39,12,4.42,1.24,12,3.29,2.06,7,4.09,3.02,11,6.6,2.07,10,4.62,2.14,13,3.22,1.92,9
+crepe,6.48,1.78,21,3.62,2.76,24,5.55,1.99,20,5.38,2.07,8,7.15,1.21,13,3.67,2.42,6,3.61,2.93,18,5.73,1.9,11,5.33,2.18,9,5.92,2.11,12,7.22,0.83,9,4.1,2.81,10,3.29,2.79,14,5.54,2.3,13,5.57,1.4,7,6.71,1.33,14,6.0,2.52,7,4.81,2.64,16,1.25,0.71,8,5.83,1.53,12,5.12,2.59,8
+crescendo,5.58,1.64,19,4.91,2.41,23,5.8,2.12,20,6.22,2.05,9,5.0,0.94,10,5.27,2.69,11,4.58,2.19,12,6.12,1.64,8,5.58,2.43,12,5.36,1.74,14,6.2,1.3,5,4.11,2.8,9,5.43,2.06,14,6.5,1.77,8,5.33,2.27,12,5.2,1.55,10,6.0,1.73,9,4.69,2.25,13,5.2,2.7,10,5.45,2.34,11,6.22,1.86,9
+crescent,5.9,1.89,20,3.32,1.86,22,5.81,1.69,21,5.67,1.5,9,6.09,2.21,11,3.55,1.92,11,3.09,1.87,11,5.5,1.51,8,6.0,1.83,13,6.07,1.44,14,5.5,2.81,6,3.78,2.11,9,3.0,1.68,13,5.75,1.58,8,5.85,1.82,13,6.5,1.58,10,5.3,2.06,10,3.33,2.15,12,3.3,1.57,10,5.92,1.51,12,5.67,2.0,9
+crest,4.9,1.58,21,3.39,2.39,23,6.06,2.01,18,4.56,1.94,9,5.17,1.27,12,3.09,2.02,11,3.67,2.74,12,6.4,1.43,10,5.62,2.62,8,4.29,2.06,7,5.15,1.28,13,3.45,2.38,11,3.33,2.5,12,5.86,2.54,7,6.18,1.72,11,4.77,1.69,13,5.12,1.46,8,3.73,2.57,11,3.08,2.27,12,5.44,2.07,9,6.67,1.87,9
+cretin,4.47,1.12,19,3.71,2.05,21,4.95,1.5,21,4.44,1.13,9,4.5,1.18,10,3.27,1.95,11,4.2,2.15,10,4.5,1.2,8,5.23,1.64,13,4.71,1.14,14,3.8,0.84,5,3.38,2.0,8,3.92,2.14,13,5.25,1.75,8,4.77,1.36,13,4.9,1.29,10,4.0,0.71,9,3.77,2.09,13,3.62,2.13,8,5.0,1.54,12,4.89,1.54,9
+crevice,4.67,1.39,21,4.58,2.17,19,4.62,1.99,21,5.0,1.22,5,4.53,1.51,15,5.38,2.07,8,4.0,2.14,11,5.1,1.85,10,4.18,2.09,11,4.5,1.38,12,4.89,1.45,9,5.1,2.42,10,4.0,1.8,9,4.5,1.73,12,4.78,2.39,9,4.73,1.27,11,4.6,1.58,10,3.88,2.36,8,5.09,1.97,11,5.11,1.83,9,4.25,2.09,12
+crew,5.83,1.62,18,3.38,2.09,21,5.0,2.09,18,5.75,1.58,8,5.9,1.73,10,3.86,1.95,7,3.14,2.18,14,4.82,1.66,11,5.29,2.75,7,6.09,1.64,11,5.43,1.62,7,2.56,1.94,9,4.0,2.04,12,5.36,1.75,11,4.43,2.57,7,5.75,1.48,12,6.0,2.0,6,2.42,1.78,12,4.67,1.8,9,5.56,2.55,9,4.44,1.42,9
+crewman,5.14,1.32,22,3.2,2.04,20,4.91,1.9,22,5.0,1.52,14,5.38,0.92,8,3.09,1.76,11,3.62,2.45,8,5.5,1.52,6,4.69,2.02,16,5.0,1.63,10,5.25,1.06,12,2.5,2.01,10,3.9,1.91,10,5.08,1.61,13,4.67,2.35,9,5.25,1.29,12,5.0,1.41,10,3.08,2.1,13,3.43,2.07,7,4.92,1.88,12,4.9,2.02,10
+crib,6.43,2.34,21,4.26,2.73,19,4.77,2.44,35,6.0,2.98,8,6.69,1.93,13,4.0,2.55,5,4.36,2.87,14,4.27,2.2,11,5.0,2.55,24,6.08,2.75,13,7.0,1.41,8,4.36,2.91,11,4.12,2.64,8,4.8,2.61,20,4.73,2.28,15,5.18,2.23,11,7.8,1.62,10,4.45,2.91,11,4.0,2.62,8,4.82,2.46,22,4.69,2.5,13
+cricket,5.71,1.76,21,3.22,2.78,23,4.88,2.23,17,5.75,0.71,8,5.69,2.21,13,4.83,2.23,6,2.65,2.78,17,5.11,2.62,9,4.62,1.85,8,5.92,1.93,12,5.44,1.59,9,4.5,3.27,10,2.23,1.92,13,5.0,2.75,10,4.71,1.38,7,5.93,2.13,14,5.29,0.49,7,3.44,2.68,16,2.71,3.15,7,4.33,2.18,9,5.5,2.27,8
+crime,1.95,1.13,19,5.68,2.62,44,3.31,1.98,42,3.33,1.53,3,1.69,0.87,16,5.43,2.73,21,5.91,2.56,23,3.55,1.97,22,2.84,1.83,19,2.0,1.41,10,1.89,0.78,9,4.82,2.52,22,6.55,2.48,22,3.35,2.04,26,3.25,1.95,16,2.5,1.41,8,1.55,0.69,11,6.0,2.59,24,5.3,2.68,20,3.29,1.96,34,3.38,2.2,8
+criminal,2.11,0.81,19,4.49,2.62,45,4.09,2.63,58,2.0,1.0,3,2.13,0.83,15,3.45,2.21,11,4.91,2.67,33,3.75,2.57,20,4.19,2.68,37,2.0,0.63,6,2.17,0.94,12,4.31,2.57,26,4.89,2.72,18,4.62,2.58,34,3.17,2.5,23,2.0,0.85,12,2.29,0.76,7,4.67,2.6,27,4.22,2.69,18,4.16,2.75,37,3.95,2.46,21
+crimp,4.95,1.24,21,3.41,2.22,22,4.37,2.42,27,4.9,1.45,10,5.0,1.1,11,2.71,2.43,7,3.73,2.12,15,4.24,2.7,17,4.6,1.96,10,5.45,1.44,11,4.4,0.7,10,2.6,2.3,5,3.65,2.21,17,4.07,2.76,14,4.69,2.06,13,5.0,1.15,13,4.88,1.46,8,3.1,2.28,10,3.67,2.23,12,4.0,2.42,14,4.77,2.45,13
+crimson,5.67,1.35,21,4.52,2.52,23,5.04,1.82,26,5.36,1.03,11,6.0,1.63,10,4.82,2.6,11,4.25,2.53,12,5.27,2.57,11,4.71,0.91,14,5.5,1.35,10,5.82,1.4,11,4.82,2.75,11,4.25,2.38,12,5.18,1.94,17,4.5,1.51,8,6.15,1.52,13,4.88,0.35,8,4.33,2.53,15,4.88,2.64,8,5.41,1.94,17,4.33,1.41,9
+cringe,3.24,1.95,21,5.85,1.63,20,3.57,2.52,21,3.33,1.63,6,3.2,2.11,15,5.5,1.77,8,6.08,1.56,12,3.09,2.3,11,4.1,2.77,10,2.83,1.72,6,3.4,2.06,15,5.5,1.96,10,6.2,1.23,10,3.57,2.74,14,3.57,2.23,7,3.0,2.08,7,3.36,1.95,14,5.86,1.92,14,5.83,0.75,6,3.25,2.26,12,4.0,2.92,9
+cripple,2.47,1.61,19,4.05,2.79,22,2.61,1.62,28,2.83,1.83,6,2.31,1.55,13,3.82,2.96,11,4.27,2.72,11,3.0,2.19,11,2.35,1.11,17,3.09,1.76,11,1.62,0.92,8,3.18,2.14,11,4.91,3.18,11,2.5,1.58,18,2.8,1.75,10,2.77,1.69,13,1.83,1.33,6,3.5,2.93,14,5.0,2.39,8,2.31,1.4,16,3.0,1.86,12
+crippling,2.71,1.59,21,4.88,2.57,25,2.74,2.18,19,3.44,1.74,9,2.17,1.27,12,4.17,3.13,6,5.11,2.49,18,1.71,1.5,7,3.33,2.35,12,3.06,1.65,16,1.6,0.55,5,4.43,2.79,14,5.5,2.37,10,2.89,2.47,9,2.6,2.01,10,2.58,1.73,12,2.89,1.45,9,5.12,2.42,16,4.44,2.92,9,2.55,2.34,11,3.0,2.07,8
+crisis,2.05,1.08,19,6.29,2.37,21,3.77,2.65,57,2.67,1.12,9,1.5,0.71,10,5.88,2.03,8,6.54,2.6,13,4.22,2.75,27,3.37,2.53,30,2.71,1.25,7,1.67,0.78,12,6.44,1.33,9,6.17,2.98,12,4.21,2.68,38,2.89,2.4,19,2.0,1.25,10,2.11,0.93,9,6.12,2.64,8,6.38,2.29,13,4.68,2.6,31,2.69,2.31,26
+crisp,5.23,2.25,22,3.95,2.71,21,6.14,1.85,21,5.43,2.56,14,4.88,1.64,8,4.36,3.07,11,3.78,2.28,9,5.33,2.42,6,6.47,1.55,15,4.9,2.81,10,5.5,1.73,12,2.91,2.51,11,5.1,2.56,10,5.62,1.89,13,7.0,1.51,8,4.83,2.41,12,5.7,2.06,10,4.08,3.04,13,3.75,2.25,8,5.67,1.78,12,6.78,1.86,9
+crispy,6.18,1.92,22,5.0,2.45,25,6.08,2.34,24,6.33,1.73,9,6.08,2.1,13,4.56,2.3,9,5.25,2.57,16,5.78,2.95,9,6.27,1.98,15,5.25,1.49,8,6.71,1.98,14,6.15,2.08,13,3.75,2.26,12,6.08,2.75,12,6.08,1.98,12,6.17,2.25,12,6.2,1.55,10,4.93,2.87,14,5.09,1.92,11,6.69,2.25,13,5.36,2.34,11
+critic,4.1,1.68,20,4.25,1.86,20,4.86,2.42,22,3.71,1.38,7,4.31,1.84,13,4.11,1.83,9,4.36,1.96,11,5.17,2.93,6,4.75,2.29,16,4.9,1.73,10,3.11,1.17,9,3.25,1.67,8,4.92,1.73,12,5.33,1.91,15,3.86,3.18,7,4.27,2.05,11,3.89,1.17,9,4.0,1.86,12,4.62,1.92,8,5.27,2.49,11,4.45,2.38,11
+critical,3.95,2.17,19,4.95,2.24,20,4.22,1.83,23,4.46,2.07,13,2.83,2.14,6,4.4,1.14,5,5.13,2.5,15,4.33,1.37,12,4.09,2.3,11,5.44,2.07,9,2.6,1.17,10,5.86,2.34,7,4.46,2.11,13,4.6,2.07,10,3.92,1.66,13,3.67,2.24,9,4.2,2.2,10,4.7,2.63,10,5.2,1.87,10,4.62,2.33,8,4.0,1.56,15
+criticism,3.84,1.8,19,5.95,2.2,21,4.17,2.29,23,4.8,1.48,5,3.46,1.9,13,5.5,2.81,6,6.13,2.0,15,4.8,2.3,10,3.69,2.25,13,4.71,2.21,7,3.27,1.42,11,6.14,2.48,7,5.86,2.14,14,4.0,1.84,11,4.33,2.71,12,4.67,1.56,12,2.43,1.27,7,5.91,2.34,11,6.0,2.16,10,4.36,2.21,14,3.89,2.52,9
+criticize,2.41,1.26,22,5.27,2.39,22,4.7,2.36,20,3.25,1.39,8,1.93,0.92,14,5.1,2.47,10,5.42,2.43,12,6.14,2.27,7,3.92,2.1,13,2.27,1.42,11,2.55,1.13,11,3.73,2.05,11,6.82,1.6,11,5.13,2.33,15,3.4,2.19,5,2.5,1.27,10,2.33,1.3,12,6.2,1.69,10,4.5,2.68,12,4.6,1.78,10,4.8,2.94,10
+critique,4.8,1.96,20,3.85,2.64,20,6.0,2.79,22,5.33,2.88,6,4.57,1.5,14,3.75,2.92,8,3.92,2.57,12,6.58,2.57,12,5.3,3.02,10,5.67,2.24,9,4.09,1.45,11,4.0,2.74,9,3.73,2.69,11,5.86,2.97,7,6.07,2.81,15,5.67,2.55,9,4.09,0.94,11,4.08,2.53,13,3.43,2.99,7,6.75,2.73,12,5.1,2.73,10
+critter,5.4,1.76,20,4.05,2.37,20,4.43,2.16,21,5.43,1.72,7,5.38,1.85,13,3.56,2.07,9,4.45,2.62,11,4.5,2.59,6,4.4,2.06,15,4.9,1.2,10,5.78,2.22,9,4.0,2.2,8,4.08,2.57,12,4.07,2.02,14,5.14,2.41,7,5.45,1.97,11,5.33,1.58,9,4.17,2.17,12,3.88,2.8,8,4.09,2.66,11,4.8,1.48,10
+croak,3.29,1.62,21,4.52,2.38,21,3.58,2.17,24,3.42,1.78,12,3.11,1.45,9,4.86,2.19,7,4.36,2.53,14,4.0,2.4,9,3.33,2.06,15,3.5,1.73,4,3.24,1.64,17,3.1,1.29,10,5.82,2.44,11,2.71,1.38,7,3.94,2.36,17,3.08,1.44,12,3.56,1.88,9,4.46,2.26,13,4.62,2.72,8,2.56,1.13,9,4.2,2.43,15
+croc,4.0,2.25,20,5.06,3.24,18,4.79,2.55,24,4.4,1.95,5,3.87,2.39,15,7.4,3.05,5,4.15,2.94,13,4.92,2.9,13,4.64,2.2,11,4.2,2.57,10,3.8,1.99,10,6.57,2.99,7,4.09,3.14,11,5.0,2.56,16,4.38,2.67,8,3.29,2.09,14,5.67,1.75,6,5.67,2.99,12,3.83,3.66,6,4.67,2.58,15,5.0,2.65,9
+crock,5.1,1.59,20,4.32,2.63,22,5.58,2.18,26,5.43,2.23,7,4.92,1.19,13,4.8,2.7,10,3.92,2.61,12,5.6,2.13,15,5.5,2.46,10,4.45,1.44,11,5.89,1.45,9,4.78,2.33,9,4.0,2.86,13,5.88,2.42,16,5.0,1.8,9,5.46,1.81,13,4.43,0.79,7,4.44,2.76,16,4.0,2.45,6,5.42,2.35,12,5.71,2.09,14
+crocodile,3.15,1.93,20,6.48,1.86,21,3.47,2.39,34,4.0,2.36,10,2.3,0.82,10,6.12,1.96,8,6.69,1.84,13,3.71,2.27,14,3.3,2.52,20,2.89,1.83,9,3.36,2.06,11,6.46,1.81,13,6.5,2.07,8,3.59,2.34,22,3.25,2.56,12,3.0,1.89,10,3.3,2.06,10,6.43,2.03,14,6.57,1.62,7,3.24,1.99,17,3.71,2.78,17
+croissant,7.0,1.78,20,4.5,2.59,20,6.04,2.03,26,7.36,1.43,11,6.56,2.13,9,5.86,1.95,7,3.77,2.65,13,6.0,2.38,13,6.08,1.71,13,7.36,1.69,11,6.56,1.88,9,4.09,2.55,11,5.0,2.69,9,5.59,2.12,17,6.89,1.62,9,6.9,1.66,10,7.1,1.97,10,3.83,2.41,12,5.5,2.67,8,6.44,1.55,16,5.4,2.59,10
+crook,2.86,1.46,22,4.62,2.9,26,3.82,2.5,22,2.56,1.74,9,3.08,1.26,13,4.1,2.38,10,4.94,3.21,16,2.89,2.26,9,4.46,2.54,13,2.75,1.83,8,2.93,1.27,14,5.23,2.92,13,4.0,2.86,13,3.27,2.33,11,4.36,2.66,11,2.75,1.54,12,3.0,1.41,10,4.2,2.83,15,5.18,3.03,11,3.85,2.58,13,3.78,2.54,9
+crooked,3.17,1.82,18,4.18,2.79,22,3.18,1.68,28,2.5,1.05,6,3.5,2.07,12,3.91,3.02,11,4.45,2.66,11,3.18,2.14,11,3.18,1.38,17,3.55,2.16,11,2.57,0.98,7,3.45,2.84,11,4.91,2.66,11,3.44,1.92,18,2.7,1.06,10,3.15,1.77,13,3.2,2.17,5,4.29,2.61,14,4.0,3.25,8,3.0,1.9,16,3.42,1.38,12
+crop,5.88,2.06,17,3.19,1.81,21,5.09,1.69,22,6.29,1.38,7,5.6,2.46,10,3.62,2.13,8,2.92,1.61,13,5.27,1.35,11,4.91,2.02,11,5.83,1.33,6,5.91,2.43,11,3.44,2.19,9,3.0,1.54,12,4.77,1.83,13,5.56,1.42,9,5.7,2.63,10,6.14,0.9,7,2.75,1.98,8,3.46,1.71,13,5.0,1.92,14,5.25,1.28,8
+croquet,5.63,1.92,19,3.5,2.24,22,5.64,1.79,22,6.0,1.12,9,5.3,2.45,10,4.0,2.56,8,3.21,2.08,14,5.82,2.18,11,5.45,1.37,11,5.71,0.95,7,5.58,2.35,12,4.5,2.27,10,2.67,1.92,12,5.38,1.8,13,6.0,1.8,9,5.8,2.57,10,5.44,0.88,9,3.38,2.67,8,3.57,2.06,14,5.79,1.89,14,5.38,1.69,8
+cross,5.67,2.54,18,3.05,2.11,20,4.0,2.25,18,3.88,2.1,8,7.1,1.91,10,2.71,2.36,7,3.23,2.05,13,3.91,1.3,11,4.14,3.39,7,4.91,2.7,11,6.86,1.86,7,2.56,2.35,9,3.45,1.92,11,5.0,1.95,11,2.43,1.81,7,5.17,2.48,12,6.67,2.58,6,3.25,2.38,12,2.75,1.75,8,3.67,2.65,9,4.33,1.87,9
+cross country,5.8,2.04,20,4.65,2.13,20,5.96,1.74,25,5.27,2.24,11,6.44,1.67,9,5.86,1.57,7,4.0,2.16,13,6.31,1.65,13,5.58,1.83,12,5.82,2.32,11,5.78,1.79,9,4.64,2.46,11,4.67,1.8,9,6.06,1.85,17,5.75,1.58,8,5.9,1.85,10,5.7,2.31,10,4.75,2.49,12,4.5,1.6,8,6.12,1.54,16,5.67,2.12,9
+crossbow,4.91,1.6,22,5.38,2.55,26,5.96,2.27,24,5.56,1.42,9,4.46,1.61,13,4.8,2.74,10,5.75,2.44,16,6.22,2.17,9,5.8,2.4,15,5.12,1.25,8,4.79,1.81,14,5.23,2.77,13,5.54,2.4,13,5.33,2.67,12,6.58,1.68,12,4.75,1.54,12,5.1,1.73,10,5.13,2.7,15,5.73,2.41,11,6.0,2.31,13,5.91,2.34,11
+crossfire,4.16,1.42,19,5.9,2.47,21,4.65,2.27,23,5.6,1.34,5,3.69,1.11,13,6.0,2.53,6,5.87,2.53,15,4.8,2.2,10,4.54,2.4,13,4.86,1.77,7,3.82,1.08,11,5.71,2.36,7,6.0,2.6,14,4.64,2.25,11,4.67,2.39,12,4.5,1.51,12,3.57,1.13,7,5.18,2.71,11,6.7,2.0,10,4.71,2.09,14,4.56,2.65,9
+crossover,5.44,0.78,18,3.95,2.16,21,5.7,2.22,23,5.67,0.58,3,5.4,0.83,15,3.5,1.69,8,4.23,2.42,13,5.78,2.28,9,5.64,2.27,14,5.67,0.87,9,5.22,0.67,9,4.89,2.03,9,3.25,2.05,12,5.53,2.67,15,6.0,1.07,8,5.43,0.98,7,5.45,0.69,11,4.5,2.27,10,3.45,2.02,11,6.15,2.64,13,5.1,1.45,10
+crosswalk,5.25,0.85,20,3.52,2.02,21,5.88,2.43,34,5.5,0.85,10,5.0,0.82,10,3.75,2.31,8,3.38,1.89,13,5.93,2.62,14,5.85,2.37,20,5.11,0.93,9,5.36,0.81,11,4.46,1.66,13,2.0,1.6,8,5.77,2.52,22,6.08,2.35,12,5.1,0.99,10,5.4,0.7,10,3.71,2.02,14,3.14,2.12,7,5.94,2.16,17,5.82,2.74,17
+crossword,6.58,1.68,19,3.74,2.45,23,5.84,1.57,19,6.11,1.45,9,7.0,1.83,10,2.86,2.54,7,4.27,2.4,15,5.8,1.4,10,5.89,1.83,9,7.44,1.74,9,5.8,1.23,10,3.8,2.66,10,3.83,2.44,12,5.5,0.93,8,6.0,2.0,10,6.75,1.54,12,6.29,1.98,7,3.6,2.52,20,4.67,2.08,3,5.25,1.28,8,6.27,1.68,11
+crotch,4.62,1.66,21,4.96,2.74,23,5.0,1.74,26,5.36,1.03,11,3.8,1.87,10,5.55,2.66,11,4.42,2.81,12,4.18,0.98,11,5.64,2.02,14,4.6,1.9,10,4.64,1.5,11,4.91,2.98,11,5.0,2.63,12,4.82,2.01,17,5.38,1.19,8,4.54,2.03,13,4.75,0.89,8,5.33,3.02,15,4.25,2.12,8,5.29,2.02,17,4.44,0.88,9
+crouch,4.79,1.65,19,4.05,1.79,20,4.87,1.79,23,5.23,1.74,13,3.83,0.98,6,5.2,0.45,5,3.67,1.91,15,5.17,1.59,12,4.55,2.02,11,5.44,2.13,9,4.2,0.79,10,5.29,0.95,7,3.38,1.8,13,4.73,2.15,11,5.0,1.48,12,4.33,1.87,9,5.2,1.4,10,3.8,1.81,10,4.3,1.83,10,5.33,2.06,9,4.57,1.6,14
+crow,4.32,2.29,19,3.55,2.37,20,5.4,2.46,20,6.0,2.65,3,4.13,2.17,15,2.9,2.08,10,4.2,2.57,10,5.8,2.62,10,5.0,2.36,10,4.0,2.68,6,4.67,2.15,12,3.43,2.99,7,3.62,2.1,13,5.5,2.62,8,5.33,2.46,12,4.5,2.5,12,4.0,2.0,7,3.9,2.81,10,3.2,1.93,10,4.33,2.06,9,6.27,2.49,11
+crowbar,4.81,1.86,21,3.61,2.59,18,5.45,2.34,22,5.17,2.48,6,4.67,1.63,15,4.5,3.16,8,2.9,1.91,10,6.08,2.07,12,4.7,2.54,10,5.33,2.4,9,4.42,1.31,12,4.14,2.91,7,3.27,2.45,11,4.57,2.37,7,5.87,2.29,15,5.9,1.66,10,3.82,1.47,11,3.25,2.45,12,4.33,2.94,6,5.42,2.78,12,5.5,1.84,10
+crowd,4.48,2.44,21,5.15,2.32,20,5.21,3.29,19,5.92,1.66,13,2.12,1.46,8,5.29,1.38,7,5.08,2.75,13,7.0,2.52,7,4.17,3.33,12,5.5,2.39,12,3.11,1.83,9,5.22,2.33,9,5.09,2.43,11,6.8,2.78,10,3.44,3.0,9,4.83,2.72,12,4.0,2.06,9,5.43,1.27,7,5.0,2.77,13,5.14,3.58,7,5.25,3.28,12
+crowded,3.2,1.24,20,3.95,2.5,20,3.45,2.2,22,3.43,0.98,7,3.08,1.38,13,3.33,1.87,9,4.45,2.91,11,3.33,2.94,6,3.5,1.97,16,3.0,1.33,10,3.22,1.09,9,3.88,2.95,8,4.0,2.3,12,3.93,2.31,15,2.43,1.62,7,3.36,1.43,11,3.0,1.0,9,4.0,2.92,12,3.88,1.89,8,4.18,2.6,11,2.73,1.49,11
+crown,6.0,2.11,19,4.52,2.09,21,5.62,2.32,24,6.0,2.29,9,6.0,2.05,10,5.71,2.14,7,3.93,1.86,14,5.0,2.51,8,5.94,2.24,16,5.86,1.68,7,6.08,2.39,12,5.5,2.37,10,3.64,1.36,11,5.71,2.34,17,5.5,2.66,6,5.7,1.95,10,6.33,2.35,9,4.38,2.02,13,4.75,2.31,8,5.44,2.53,16,6.0,1.93,8
+crucial,5.16,2.03,19,4.14,2.53,22,4.91,2.29,23,5.45,1.97,11,5.14,2.04,7,5.0,2.78,8,3.64,2.34,14,5.29,2.81,7,4.75,2.11,16,4.75,1.98,8,5.45,2.11,11,4.22,2.77,9,4.08,2.47,13,5.55,2.02,11,4.33,2.46,12,5.08,2.27,12,5.29,1.7,7,3.73,3.17,11,4.55,1.75,11,4.38,2.29,13,5.6,2.22,10
+crucifix,4.1,2.15,20,4.19,2.58,21,4.8,3.03,25,3.67,2.89,3,4.18,2.1,17,4.29,3.04,7,4.0,2.48,13,4.88,2.64,8,4.76,3.27,17,4.0,2.31,7,4.15,2.15,13,4.29,2.75,7,4.0,2.65,13,5.14,3.03,14,4.36,3.11,11,4.33,1.66,9,3.91,2.55,11,4.82,2.48,11,3.5,2.64,10,4.89,3.38,18,4.57,2.07,7
+crucifixion,2.82,1.99,22,5.62,2.06,26,3.83,2.39,24,2.44,1.67,9,3.08,2.22,13,6.3,1.25,10,5.19,2.37,16,3.89,2.09,9,3.8,2.62,15,3.62,2.26,8,2.36,1.74,14,5.85,1.99,13,5.38,2.18,13,3.42,2.47,12,4.25,2.34,12,3.08,2.35,12,2.5,1.51,10,5.6,2.41,15,5.64,1.57,11,3.62,2.26,13,4.09,2.63,11
+crucify,2.26,1.52,19,5.6,2.54,42,3.11,1.41,18,2.67,1.15,3,2.19,1.6,16,5.55,2.58,20,5.64,2.56,22,3.1,1.45,10,3.12,1.46,8,2.7,1.77,10,1.78,1.09,9,4.89,2.71,19,6.17,2.29,23,3.5,1.31,8,2.56,1.33,9,2.75,1.49,8,1.91,1.51,11,5.56,2.42,27,5.67,2.82,15,3.12,1.25,8,3.1,1.6,10
+crud,4.05,1.89,22,3.89,1.81,18,4.1,2.14,21,5.2,1.3,5,3.62,1.96,16,4.29,1.6,7,3.64,1.96,11,4.4,2.17,10,3.82,2.18,11,4.17,1.64,12,3.9,2.23,10,3.67,1.8,9,4.11,1.9,9,3.75,1.91,12,4.56,2.46,9,4.0,1.61,11,4.09,2.21,11,3.43,1.99,7,4.18,1.72,11,4.44,2.19,9,3.83,2.17,12
+crude,3.24,1.87,21,4.51,2.34,39,3.35,1.5,20,3.89,2.42,9,2.75,1.22,12,4.46,1.85,13,4.54,2.58,26,3.5,1.38,6,3.29,1.59,14,4.43,2.3,7,2.46,1.2,13,4.35,2.29,17,4.64,2.42,22,3.8,1.55,10,2.9,1.37,10,3.31,2.21,13,3.12,1.25,8,3.89,2.4,19,5.1,2.17,20,3.0,1.41,8,3.58,1.56,12
+cruel,2.73,2.07,41,5.07,2.43,44,4.78,2.81,23,3.38,2.66,13,2.43,1.71,28,4.4,2.35,20,5.62,2.41,24,5.33,2.6,9,4.43,2.98,14,3.29,2.39,17,2.33,1.76,24,5.0,2.29,25,5.16,2.67,19,5.67,2.77,15,3.12,2.17,8,2.78,2.24,23,2.67,1.91,18,4.76,2.39,29,5.67,2.5,15,4.85,3.26,13,4.7,2.26,10
+cruelty,2.37,2.22,19,5.9,2.68,21,2.64,2.02,28,3.67,3.2,6,1.77,1.36,13,5.64,2.84,11,6.2,2.62,10,3.45,2.7,11,2.12,1.27,17,3.27,2.57,11,1.12,0.35,8,4.73,2.24,11,7.2,2.62,10,3.11,2.32,18,1.8,0.92,10,2.69,2.43,13,1.67,1.63,6,5.54,3.1,13,6.5,1.85,8,2.81,2.37,16,2.42,1.51,12
+cruise,6.47,2.2,19,4.32,2.8,22,5.68,2.25,22,6.67,2.0,9,6.3,2.45,10,3.25,1.67,8,4.93,3.17,14,5.0,2.49,11,6.36,1.86,11,5.86,1.95,7,6.83,2.33,12,5.0,2.49,10,3.75,3.02,12,5.46,2.44,13,6.0,2.06,9,6.1,2.13,10,6.89,2.32,9,3.62,2.97,8,4.71,2.73,14,6.5,2.18,14,4.25,1.67,8
+cruise ship,7.05,2.11,20,4.42,3.12,24,4.65,2.41,20,7.25,1.28,8,6.92,2.57,12,5.67,2.42,6,4.0,3.27,18,4.36,2.25,11,5.0,2.69,9,7.17,2.08,12,6.88,2.3,8,6.0,2.83,10,3.29,2.89,14,4.38,2.5,13,5.14,2.34,7,7.15,2.3,13,6.86,1.86,7,5.56,2.94,16,2.12,2.1,8,4.83,2.29,12,4.38,2.72,8
+cruiser,5.32,1.73,19,2.9,2.25,20,5.7,1.78,20,5.67,1.15,3,5.2,1.9,15,3.5,2.64,10,2.3,1.7,10,5.7,1.49,10,5.7,2.11,10,4.83,2.23,6,5.5,1.57,12,1.57,0.79,7,3.62,2.47,13,4.88,2.1,8,6.25,1.36,12,5.33,1.61,12,5.29,2.06,7,2.5,1.9,10,3.3,2.58,10,4.78,1.72,9,6.45,1.51,11
+crumb,5.14,1.31,21,2.95,1.73,22,4.62,1.83,21,5.22,1.48,9,5.08,1.24,12,2.67,1.97,6,2.93,1.67,15,3.5,2.43,6,5.07,1.39,15,5.22,1.56,9,5.08,1.16,12,3.4,1.67,5,2.82,1.78,17,4.8,1.93,10,4.45,1.81,11,5.33,1.56,12,4.89,0.93,9,3.56,2.07,9,2.54,1.39,13,4.75,1.6,12,4.44,2.19,9
+crumble,4.25,1.59,20,4.0,2.29,17,4.14,1.86,22,4.2,0.84,5,4.27,1.79,15,4.2,2.28,5,3.92,2.39,12,4.3,1.42,10,4.0,2.22,12,4.5,1.35,10,4.0,1.83,10,4.33,2.06,9,3.62,2.62,8,4.09,1.38,11,4.18,2.32,11,4.08,1.88,12,4.5,1.07,8,2.88,2.36,8,5.0,1.8,9,4.27,2.15,11,4.0,1.61,11
+crummy,3.9,1.97,20,4.26,1.86,23,4.38,1.96,21,3.56,1.13,9,4.18,2.48,11,3.82,1.99,11,4.67,1.72,12,5.12,1.96,8,3.92,1.89,13,3.79,1.85,14,4.17,2.4,6,3.22,1.86,9,4.93,1.59,14,4.25,1.98,8,4.46,2.03,13,4.0,1.89,10,3.8,2.15,10,4.77,1.69,13,3.6,1.96,10,4.83,1.85,12,3.78,2.05,9
+crunch,4.79,1.18,19,4.17,2.2,18,5.0,1.9,17,4.91,1.04,11,4.62,1.41,8,5.0,2.71,4,3.93,2.09,14,5.12,2.47,8,4.89,1.36,9,4.88,1.25,8,4.73,1.19,11,4.0,2.08,7,4.27,2.37,11,6.0,1.79,6,4.45,1.81,11,4.77,1.3,13,4.83,0.98,6,3.55,2.16,11,5.14,2.04,7,4.43,1.81,7,5.4,1.96,10
+crunchy,5.86,1.74,21,4.45,2.24,22,5.52,1.33,21,5.78,2.28,9,5.92,1.31,12,4.83,1.72,6,4.33,2.53,15,4.83,1.17,6,5.8,1.32,15,5.78,2.28,9,5.92,1.31,12,4.8,1.64,5,4.35,2.42,17,5.6,1.17,10,5.45,1.51,11,6.25,1.82,12,5.33,1.58,9,4.56,2.51,9,4.38,2.14,13,5.58,1.51,12,5.44,1.13,9
+crusade,4.24,1.67,21,6.2,1.85,20,4.71,2.63,21,3.67,1.21,6,4.47,1.81,15,6.5,1.07,8,6.0,2.26,12,5.0,2.65,11,4.4,2.72,10,3.83,1.47,6,4.4,1.76,15,6.5,2.22,10,5.9,1.45,10,4.07,2.67,14,6.0,2.16,7,4.57,1.27,7,4.07,1.86,14,6.0,2.11,14,6.67,1.03,6,4.75,3.14,12,4.67,1.94,9
+crusader,5.63,1.89,19,5.09,2.07,23,4.63,1.74,19,5.44,2.01,9,5.8,1.87,10,5.29,2.14,7,5.13,2.1,15,4.9,2.02,10,4.33,1.41,9,6.22,1.48,9,5.1,2.13,10,5.1,2.51,10,5.25,1.71,12,4.25,1.49,8,4.8,1.99,10,5.75,1.48,12,5.43,2.57,7,4.9,2.13,20,6.33,1.15,3,4.38,1.41,8,4.82,1.99,11
+crush,4.72,2.59,18,5.6,2.41,20,3.96,1.88,25,4.4,1.95,5,4.85,2.85,13,5.73,2.76,11,5.44,2.07,9,3.88,1.82,16,4.11,2.09,9,5.29,2.63,7,4.36,2.62,11,5.11,2.71,9,6.0,2.19,11,3.55,1.67,20,5.6,1.95,5,4.78,2.86,9,4.67,2.45,9,5.55,2.46,11,5.67,2.5,9,3.95,1.87,19,4.0,2.1,6
+crushed,2.87,1.58,39,5.07,2.41,41,4.24,2.85,25,3.31,1.55,13,2.72,1.57,25,4.65,2.55,17,5.39,2.37,23,5.25,2.87,8,3.76,2.8,17,2.73,1.49,15,3.04,1.64,23,4.41,2.32,17,5.54,2.41,24,4.64,3.18,14,3.73,2.41,11,2.95,1.54,19,2.8,1.64,20,5.1,2.63,20,5.05,2.25,21,3.78,3.06,18,5.43,1.9,7
+crusher,4.8,1.91,20,4.65,2.19,23,4.29,2.19,21,4.56,1.59,9,5.0,2.19,11,4.82,2.4,11,4.5,2.07,12,3.5,1.41,8,4.77,2.49,13,5.0,2.08,14,4.33,1.51,6,4.33,2.65,9,4.86,1.92,14,5.12,1.96,8,3.77,2.24,13,5.0,2.11,10,4.6,1.78,10,5.38,1.98,13,3.7,2.16,10,4.67,2.64,12,3.78,1.39,9
+crust,5.76,1.84,21,3.62,1.91,21,5.96,2.23,25,5.5,1.57,12,6.11,2.2,9,4.0,1.91,7,3.43,1.95,14,5.1,2.64,10,6.53,1.77,15,7.5,1.91,4,5.35,1.62,17,3.2,1.55,10,4.0,2.19,11,5.57,3.1,7,6.11,1.88,18,5.58,2.15,12,6.0,1.41,9,3.92,1.75,13,3.12,2.17,8,5.22,2.59,9,6.38,1.96,16
+crusty,4.29,1.68,24,3.17,2.08,24,4.75,2.29,20,4.0,1.15,10,4.5,1.99,14,4.17,1.17,6,2.83,2.23,18,4.64,2.2,11,4.89,2.52,9,4.15,2.08,13,4.45,1.13,11,3.6,2.32,10,2.86,1.92,14,5.0,2.58,13,4.29,1.7,7,4.62,1.86,16,3.62,1.06,8,3.44,2.1,16,2.62,2.07,8,4.5,2.32,12,5.12,2.36,8
+crutch,3.64,1.36,42,3.67,2.2,18,4.08,2.43,48,4.12,1.36,16,3.35,1.29,26,3.67,1.75,6,3.67,2.46,12,3.77,2.39,22,4.35,2.48,26,3.85,1.46,20,3.52,1.25,21,3.7,1.83,10,3.62,2.72,8,4.07,2.18,28,4.1,2.81,20,3.62,1.13,24,3.67,1.64,18,2.44,2.35,9,4.89,1.17,9,4.25,2.56,28,3.85,2.28,20
+cry,3.22,2.41,18,5.45,2.82,20,2.56,1.58,18,2.75,1.67,8,3.6,2.91,10,4.57,3.05,7,5.92,2.69,13,2.73,1.42,11,2.29,1.89,7,3.36,2.2,11,3.0,2.89,7,5.89,2.85,9,5.09,2.88,11,2.09,1.04,11,3.29,2.06,7,3.67,2.67,12,2.33,1.63,6,4.75,2.83,12,6.5,2.62,8,3.0,1.58,9,2.11,1.54,9
+crybaby,2.95,2.01,19,5.05,3.2,22,3.21,1.73,28,2.17,1.17,6,3.31,2.25,13,4.0,3.13,11,6.09,3.05,11,3.18,1.66,11,3.24,1.82,17,3.45,2.42,11,2.25,1.04,8,3.82,3.22,11,6.27,2.8,11,3.61,1.94,18,2.5,0.97,10,2.85,2.12,13,3.17,1.94,6,5.5,3.06,14,4.25,3.49,8,2.94,1.53,16,3.58,1.98,12
+crypt,2.67,1.35,21,4.13,2.55,23,4.0,2.21,26,2.73,1.42,11,2.6,1.35,10,4.36,3.07,11,3.92,2.07,12,4.0,2.32,11,3.93,2.27,14,2.9,1.1,10,2.45,1.57,11,4.36,2.94,11,3.92,2.23,12,4.18,2.13,17,3.5,2.56,8,2.69,1.38,13,2.62,1.41,8,5.07,2.52,15,2.38,1.51,8,4.35,2.45,17,3.33,1.58,9
+cryptic,3.86,1.64,22,5.53,2.09,19,4.33,1.85,21,3.2,1.48,5,4.0,1.71,16,5.12,2.36,8,5.82,1.94,11,4.3,1.42,10,4.36,2.25,11,3.58,1.78,12,4.2,1.48,10,6.2,1.32,10,4.78,2.59,9,3.92,1.38,12,4.89,2.32,9,3.45,1.57,11,4.27,1.68,11,5.62,2.26,8,5.45,2.07,11,5.0,1.66,9,3.83,1.9,12
+crystal,6.75,1.02,20,4.1,2.68,21,6.72,2.13,25,7.0,0.0,3,6.71,1.1,17,3.71,2.56,7,4.54,2.76,13,6.12,2.17,8,7.0,2.12,17,6.71,0.49,7,6.77,1.24,13,4.86,2.61,7,3.92,2.72,13,6.29,2.3,14,7.27,1.85,11,6.89,0.78,9,6.64,1.21,11,4.91,2.7,11,3.2,2.49,10,6.72,2.37,18,6.71,1.5,7
+cub,6.71,1.52,21,3.95,2.61,22,4.24,1.89,21,6.78,1.2,9,6.67,1.78,12,1.83,1.33,6,4.73,2.63,15,3.67,2.42,6,4.47,1.68,15,6.44,1.51,9,6.92,1.56,12,4.4,2.97,5,3.82,2.58,17,3.5,1.58,10,4.91,1.97,11,7.0,1.6,12,6.33,1.41,9,4.56,2.55,9,3.54,2.67,13,4.75,1.86,12,3.56,1.81,9
+cubby,5.0,1.46,18,3.71,2.08,21,5.65,1.82,23,5.0,0.0,2,5.0,1.55,16,4.0,2.14,8,3.54,2.11,13,6.67,1.73,9,5.0,1.62,14,5.0,1.5,9,5.0,1.5,9,3.44,2.01,9,3.92,2.19,12,6.0,2.1,15,5.0,0.93,8,4.17,1.17,6,5.42,1.44,12,4.5,1.58,10,3.0,2.28,11,6.08,2.02,13,5.1,1.45,10
+cube,4.75,1.8,20,3.09,1.8,22,5.53,1.58,19,4.67,2.29,9,4.82,1.4,11,3.2,2.28,5,3.19,1.68,16,5.67,1.63,6,5.46,1.61,13,5.21,1.72,14,3.67,1.63,6,3.17,1.8,12,3.22,1.86,9,5.33,1.41,9,5.7,1.77,10,4.8,2.04,10,4.7,1.64,10,2.42,1.62,12,3.9,1.73,10,6.33,2.07,6,5.15,1.21,13
+cubic,4.7,1.58,23,3.0,2.07,22,5.6,2.33,20,5.12,1.36,8,4.47,1.68,15,3.9,2.28,10,2.25,1.6,12,6.43,2.51,7,5.15,2.19,13,4.92,1.73,12,4.45,1.44,11,2.82,1.83,11,3.18,2.36,11,5.47,2.47,15,6.0,2.0,5,4.36,1.5,11,5.0,1.65,12,3.3,1.83,10,2.75,2.3,12,5.0,1.56,10,6.2,2.86,10
+cubicle,3.8,1.54,20,3.05,2.11,20,3.86,2.42,22,3.43,1.4,7,4.0,1.63,13,4.0,2.06,9,2.27,1.9,11,3.67,3.33,6,3.94,2.11,16,3.5,1.58,10,4.22,1.56,9,2.88,2.17,8,3.17,2.17,12,4.6,2.32,15,2.29,1.89,7,4.27,1.74,11,3.22,1.09,9,3.33,2.23,12,2.62,2.0,8,4.55,2.84,11,3.18,1.78,11
+cuckold,3.6,2.09,20,3.78,2.21,18,4.18,1.84,22,3.4,2.61,5,3.67,1.99,15,3.83,1.94,6,3.75,2.42,12,4.9,1.6,10,3.58,1.88,12,3.4,1.84,10,3.8,2.39,10,4.1,2.02,10,3.38,2.5,8,4.73,1.68,11,3.64,1.91,11,3.42,2.07,12,3.88,2.23,8,2.44,1.67,9,5.11,1.9,9,4.82,1.66,11,3.55,1.86,11
+cuckoo,4.79,2.57,19,4.57,2.35,23,4.53,1.84,19,4.0,2.06,9,5.5,2.88,10,3.86,2.19,7,5.07,2.37,15,4.8,1.69,10,4.22,2.05,9,5.44,2.55,9,4.2,2.57,10,5.8,2.7,10,3.75,1.54,12,4.25,0.89,8,4.8,2.44,10,5.17,2.59,12,4.14,2.61,7,4.55,2.35,20,4.67,2.89,3,4.25,0.89,8,4.73,2.33,11
+cucumber,6.47,1.74,19,3.17,2.3,24,5.86,2.32,28,5.88,1.55,8,6.91,1.81,11,3.11,2.03,9,3.2,2.51,15,5.71,2.4,14,6.0,2.32,14,6.89,1.76,9,6.1,1.73,10,3.75,2.63,12,2.58,1.83,12,6.07,2.56,14,5.64,2.13,14,6.9,1.97,10,6.0,1.41,9,3.67,2.5,12,2.67,2.06,12,5.75,1.76,12,5.94,2.72,16
+cuddle,7.6,0.99,20,3.83,2.96,23,6.65,2.03,48,7.67,0.58,3,7.59,1.06,17,4.91,3.02,11,2.83,2.66,12,6.59,1.66,17,6.8,2.16,30,7.29,1.11,7,7.77,0.93,13,3.91,3.3,11,3.75,2.77,12,6.53,2.11,32,7.13,1.64,15,7.44,1.24,9,7.73,0.79,11,3.64,3.29,11,4.0,2.76,12,6.82,2.18,28,6.4,1.82,20
+cue,5.84,2.01,19,4.35,2.39,20,4.62,2.1,24,6.23,2.2,13,5.0,1.26,6,4.8,2.28,5,4.2,2.48,15,4.23,2.2,13,5.09,1.97,11,5.78,2.54,9,5.9,1.52,10,5.71,2.63,7,3.62,1.98,13,4.55,2.11,11,4.69,2.18,13,5.89,1.83,9,5.8,2.25,10,3.9,2.23,10,4.8,2.57,10,4.56,2.4,9,4.67,1.99,15
+cuff,4.81,1.94,21,3.56,2.29,25,4.16,2.57,19,5.22,1.79,9,4.5,2.07,12,3.17,2.4,6,3.78,2.34,18,3.86,1.68,7,4.33,3.03,12,4.69,1.89,16,5.2,2.28,5,2.71,2.16,14,4.9,1.97,10,4.89,2.52,9,3.5,2.55,10,5.08,2.19,12,4.44,1.59,9,4.0,2.25,16,2.78,2.28,9,3.91,2.81,11,4.5,2.33,8
+cuisine,6.88,1.73,41,4.51,2.82,47,5.75,2.05,20,7.06,1.76,18,6.74,1.74,23,5.58,2.73,19,3.79,2.69,28,6.0,1.55,6,5.64,2.27,14,6.83,1.91,30,7.0,1.18,11,5.38,2.55,24,3.61,2.86,23,6.1,1.97,10,5.4,2.17,10,6.86,2.01,22,6.89,1.41,19,4.97,2.99,33,3.43,2.06,14,5.12,2.23,8,6.17,1.9,12
+culinary,6.33,1.88,21,4.5,2.3,22,5.85,1.79,20,6.67,1.66,9,6.08,2.07,12,5.0,2.53,6,4.4,2.32,15,5.83,2.48,6,5.86,1.51,14,6.11,1.54,9,6.5,2.15,12,4.8,2.68,5,4.41,2.27,17,5.89,1.62,9,5.82,1.99,11,6.42,2.31,12,6.22,1.2,9,3.56,1.94,9,5.15,2.38,13,5.55,1.51,11,6.22,2.11,9
+culmination,5.85,1.57,20,3.43,2.62,21,5.2,2.35,25,6.0,2.45,4,5.81,1.38,16,4.5,2.38,4,3.18,2.67,17,5.11,3.02,9,5.25,1.98,16,5.25,1.58,8,6.25,1.48,12,4.2,2.94,10,2.73,2.2,11,5.43,2.28,14,4.91,2.51,11,6.0,1.67,11,5.67,1.5,9,2.6,2.01,10,4.18,2.96,11,5.17,2.28,18,5.29,2.69,7
+culprit,2.9,1.52,20,5.54,2.69,24,3.82,2.14,28,3.38,0.74,8,2.58,1.83,12,5.33,2.5,9,5.67,2.87,15,3.21,1.67,14,4.43,2.44,14,2.44,1.33,9,3.27,1.62,11,4.67,2.61,12,6.42,2.57,12,3.5,2.24,14,4.14,2.07,14,3.1,1.79,10,2.7,1.25,10,5.17,2.89,12,5.92,2.54,12,3.75,2.22,12,3.88,2.16,16
+cult,2.77,1.6,22,5.48,1.66,21,3.61,2.76,23,3.0,2.0,5,2.71,1.53,17,5.0,1.93,8,5.77,1.48,13,3.33,2.5,9,3.79,2.99,14,1.7,0.82,10,3.67,1.56,12,5.44,1.88,9,5.5,1.57,12,3.8,3.0,15,3.25,2.38,8,2.89,1.76,9,2.69,1.55,13,6.0,0.94,10,5.0,2.05,11,4.23,3.09,13,2.8,2.15,10
+cultivate,5.73,1.58,22,3.81,2.58,21,6.23,2.02,22,5.57,1.87,14,6.0,0.93,8,4.18,2.86,11,3.56,2.4,9,7.17,0.98,6,5.88,2.22,16,5.1,1.73,10,6.25,1.29,12,3.82,2.6,11,3.8,2.7,10,6.62,1.45,13,5.67,2.65,9,5.58,1.24,12,5.9,1.97,10,3.15,2.44,13,4.88,2.59,8,6.33,2.06,12,6.1,2.08,10
+cultural,6.9,1.41,20,4.55,1.57,20,5.41,1.79,22,6.86,1.57,7,6.92,1.38,13,5.11,1.27,9,4.09,1.7,11,5.67,1.63,6,5.31,1.89,16,7.2,1.48,10,6.78,1.3,9,4.75,1.83,8,4.42,1.44,12,5.27,1.49,15,5.71,2.43,7,7.0,1.55,11,6.78,1.3,9,4.33,1.83,12,4.88,1.13,8,5.0,1.84,11,5.82,1.72,11
+culture,6.28,1.27,18,4.06,2.01,18,5.71,2.28,17,5.9,1.2,10,6.75,1.28,8,4.5,2.52,4,3.93,1.94,14,5.75,2.43,8,5.67,2.29,9,6.38,1.69,8,6.2,0.92,10,4.14,1.68,7,4.0,2.28,11,4.5,1.97,6,6.36,2.25,11,6.08,1.16,12,6.67,1.51,6,3.09,1.87,11,5.57,1.13,7,5.86,1.95,7,5.6,2.59,10
+cultured,6.15,2.08,20,3.33,2.15,21,6.4,2.25,25,5.5,2.89,4,6.31,1.92,16,4.75,2.22,4,3.0,2.06,17,5.33,2.69,9,7.0,1.79,16,6.75,1.58,8,5.75,2.34,12,3.9,2.18,10,2.82,2.09,11,6.36,2.24,14,6.45,2.38,11,5.64,1.75,11,6.78,2.39,9,2.3,1.57,10,4.27,2.24,11,6.17,2.12,18,7.0,2.65,7
+cunning,5.05,1.57,20,4.9,1.62,20,6.58,1.92,19,5.0,1.8,9,5.09,1.45,11,3.75,2.75,4,5.19,1.17,16,7.33,1.03,6,6.23,2.17,13,5.07,1.59,14,5.0,1.67,6,4.83,1.59,12,5.0,1.77,8,5.89,1.62,9,7.2,2.04,10,5.5,1.43,10,4.6,1.65,10,4.64,1.8,11,5.22,1.39,9,6.67,2.07,6,6.54,1.94,13
+cunt,3.7,2.94,20,6.1,2.53,21,3.24,2.56,34,4.5,3.03,10,2.9,2.77,10,6.38,1.69,8,5.92,2.99,13,3.64,2.98,14,2.95,2.26,20,3.89,3.33,9,3.55,2.73,11,5.92,2.63,13,6.38,2.5,8,3.14,2.68,22,3.42,2.43,12,2.4,2.67,10,5.0,2.71,10,6.07,2.62,14,6.14,2.54,7,3.06,2.16,17,3.41,2.96,17
+cup,5.94,2.04,18,2.6,2.01,20,5.28,1.74,18,5.0,2.14,8,6.7,1.7,10,2.86,2.48,7,2.46,1.81,13,5.0,1.9,11,5.71,1.5,7,5.45,2.07,11,6.71,1.89,7,2.0,1.5,9,3.09,2.3,11,5.82,1.66,11,4.43,1.62,7,5.75,2.18,12,6.33,1.86,6,2.75,1.86,12,2.38,2.33,8,5.11,2.42,9,5.44,0.73,9
+cupboard,4.81,1.33,21,3.52,2.25,23,5.65,1.77,26,4.64,1.03,11,5.0,1.63,10,3.73,2.33,11,3.33,2.27,12,5.0,1.73,11,6.29,1.64,14,4.8,1.48,10,4.82,1.25,11,3.64,2.5,11,3.42,2.11,12,5.94,1.82,17,5.25,1.67,8,4.77,1.69,13,4.88,0.35,8,3.07,1.87,15,4.38,2.77,8,6.18,1.94,17,4.67,0.71,9
+cupcake,6.9,1.58,21,4.22,2.54,23,5.85,1.8,26,6.82,1.66,11,7.0,1.56,10,4.82,2.32,11,3.67,2.71,12,5.0,1.61,11,6.57,1.74,14,6.8,1.69,10,7.0,1.55,11,5.18,2.48,11,3.33,2.35,12,6.06,2.05,17,5.5,1.31,8,7.15,1.63,13,6.5,1.51,8,3.8,2.62,15,5.0,2.33,8,5.88,2.0,17,5.78,1.48,9
+curator,6.42,2.09,19,2.73,1.72,22,5.11,1.95,28,6.5,1.97,6,6.38,2.22,13,2.45,1.69,11,3.0,1.79,11,4.91,2.39,11,5.24,1.68,17,6.18,2.27,11,6.75,1.91,8,2.91,1.87,11,2.55,1.63,11,5.0,2.09,18,5.3,1.77,10,6.31,2.25,13,6.67,1.86,6,2.86,1.79,14,2.5,1.69,8,4.81,2.04,16,5.5,1.83,12
+curb,4.65,1.35,20,3.59,2.15,22,5.47,1.9,19,4.33,2.0,9,4.91,0.3,11,3.2,2.49,5,3.75,2.18,16,5.83,2.32,6,5.31,1.75,13,4.93,1.14,14,4.0,1.67,6,3.83,2.37,12,3.33,2.06,9,4.67,1.66,9,6.2,1.87,10,5.2,0.42,10,4.1,1.73,10,3.17,2.37,12,4.1,1.85,10,6.33,1.75,6,5.08,1.89,13
+curd,5.19,2.14,21,4.37,2.79,19,4.72,2.28,36,5.25,2.55,8,5.15,1.95,13,5.6,2.7,5,3.93,2.79,14,4.27,2.37,11,4.92,2.25,25,5.23,2.42,13,5.12,1.73,8,4.17,2.89,12,4.71,2.81,7,4.65,2.52,20,4.81,2.01,16,5.27,2.24,11,5.1,2.13,10,5.0,2.91,10,3.67,2.65,9,4.14,2.61,22,5.64,1.22,14
+cure,7.81,1.33,21,4.5,2.76,22,5.45,2.36,22,7.67,1.12,9,7.92,1.51,12,3.83,2.79,6,4.73,2.89,15,5.17,1.94,6,5.56,2.56,16,7.56,1.13,9,8.0,1.48,12,5.2,2.59,5,4.29,2.85,17,5.36,2.29,11,5.55,2.54,11,7.75,1.54,12,7.89,1.05,9,5.56,2.74,9,3.77,2.62,13,5.42,2.5,12,5.5,2.32,10
+curfew,4.14,1.67,22,4.0,2.47,23,5.0,2.4,19,3.38,1.19,8,4.23,1.3,13,4.38,2.39,8,3.79,2.67,14,4.29,2.5,7,5.36,2.46,11,3.0,1.07,8,4.46,1.13,13,4.67,2.65,9,3.57,2.34,14,4.57,2.44,7,5.25,2.45,12,4.09,1.38,11,4.18,1.99,11,3.0,2.96,9,4.64,1.95,14,5.0,2.53,16,5.0,2.0,3
+curiosity,6.37,1.42,19,5.9,2.14,21,6.21,2.37,34,7.1,1.45,10,5.56,0.88,9,5.75,1.75,8,6.0,2.42,13,6.5,2.38,14,6.0,2.41,20,6.0,1.5,9,6.7,1.34,10,6.62,1.39,13,4.75,2.71,8,6.05,2.65,22,6.5,1.83,12,6.33,1.8,9,6.4,1.07,10,6.36,2.1,14,5.0,2.08,7,5.82,2.38,17,6.59,2.37,17
+curious,6.58,1.2,40,5.74,2.12,915,6.88,1.6,24,5.7,0.95,10,6.86,1.18,28,5.51,2.18,343,5.89,2.07,565,7.5,0.93,8,6.56,1.79,16,6.11,1.24,19,7.0,1.03,20,5.85,2.11,416,5.66,2.13,495,6.53,1.55,17,8.17,0.98,6,6.43,1.08,23,6.76,1.35,17,5.64,2.2,504,5.87,2.0,411,6.94,1.61,16,6.75,1.67,8
+curl,5.72,1.67,18,3.05,1.79,20,5.4,1.96,25,5.2,1.48,5,5.92,1.75,13,3.36,2.06,11,2.67,1.41,9,5.06,2.14,16,6.0,1.5,9,5.29,2.06,7,6.0,1.41,11,3.67,2.12,9,2.55,1.37,11,5.4,2.16,20,5.4,0.89,5,5.67,1.8,9,5.78,1.64,9,3.27,2.15,11,2.78,1.3,9,5.11,1.76,19,6.33,2.42,6
+curling,5.0,1.65,20,4.43,1.89,21,5.47,2.25,34,5.1,1.52,10,4.9,1.85,10,4.38,1.77,8,4.46,2.03,13,5.0,2.69,14,5.8,1.88,20,4.56,1.74,9,5.36,1.57,11,5.15,1.63,13,3.25,1.75,8,5.45,2.28,22,5.5,2.28,12,4.9,1.85,10,5.1,1.52,10,4.43,2.1,14,4.43,1.51,7,5.82,2.01,17,5.12,2.47,17
+currency,5.9,1.87,21,4.05,2.62,21,5.3,2.57,27,5.3,1.57,10,6.45,2.02,11,2.29,1.38,7,4.93,2.67,14,4.88,2.39,17,6.0,2.83,10,6.09,1.58,11,5.7,2.21,10,4.2,2.86,5,4.0,2.63,16,4.21,2.42,14,6.46,2.26,13,6.31,1.89,13,5.25,1.75,8,4.78,3.42,9,3.5,1.78,12,5.43,2.85,14,5.15,2.34,13
+current,5.53,1.22,19,3.25,2.17,20,5.9,2.17,21,5.78,1.39,9,5.3,1.06,10,3.89,2.57,9,2.73,1.74,11,5.25,1.75,8,6.31,2.36,13,5.79,1.19,14,4.8,1.1,5,4.14,2.73,7,2.77,1.74,13,6.25,1.75,8,5.69,2.43,13,5.5,1.18,10,5.56,1.33,9,2.73,1.85,11,3.89,2.47,9,6.08,2.64,12,5.67,1.41,9
+curriculum,5.3,1.69,20,3.56,2.36,18,4.08,2.21,24,4.6,1.52,5,5.53,1.73,15,5.0,2.35,5,3.0,2.2,13,3.54,1.66,13,4.73,2.65,11,5.6,0.84,10,5.0,2.26,10,4.57,2.3,7,2.91,2.26,11,3.56,1.79,16,5.12,2.7,8,4.93,1.69,14,6.17,1.47,6,3.08,1.78,12,4.5,3.21,6,4.27,2.31,15,3.78,2.11,9
+curry,5.4,2.09,20,3.17,2.2,18,5.5,1.74,22,5.0,2.24,5,5.53,2.1,15,4.0,2.1,6,2.75,2.22,12,5.2,1.03,10,5.75,2.18,12,5.5,1.96,10,5.3,2.31,10,3.7,2.5,10,2.5,1.69,8,5.36,1.75,11,5.64,1.8,11,5.42,2.19,12,5.38,2.07,8,1.89,1.05,9,4.44,2.35,9,5.18,1.78,11,5.82,1.72,11
+curse,2.9,2.17,21,5.2,2.38,20,5.15,2.37,20,3.2,3.35,5,2.67,1.76,15,5.3,2.5,10,5.1,2.38,10,5.3,2.5,10,5.0,2.36,10,2.43,1.62,7,3.0,2.45,13,5.86,2.61,7,4.85,2.27,13,4.5,2.14,8,5.58,2.5,12,2.92,2.36,13,2.88,1.96,8,5.4,2.67,10,5.0,2.16,10,5.56,2.07,9,4.82,2.64,11
+curt,4.05,2.16,21,3.2,2.35,20,4.32,2.71,22,4.5,2.35,6,3.87,2.13,15,3.38,2.56,8,3.08,2.31,12,3.92,2.61,12,4.8,2.9,10,5.11,2.62,9,3.25,1.36,12,3.56,2.3,9,2.91,2.47,11,3.0,1.53,7,4.93,2.96,15,4.6,2.84,10,3.55,1.21,11,3.15,2.34,13,3.29,2.56,7,4.42,3.29,12,4.2,1.99,10
+curtain,5.36,1.53,22,3.62,2.12,26,6.29,2.03,24,5.33,1.22,9,5.38,1.76,13,2.7,1.95,10,4.19,2.07,16,6.67,2.4,9,6.07,1.83,15,4.88,2.03,8,5.64,1.15,14,3.69,2.36,13,3.54,1.94,13,6.0,1.95,12,6.58,2.15,12,5.17,1.64,12,5.6,1.43,10,3.27,2.28,15,4.09,1.87,11,6.31,1.97,13,6.27,2.2,11
+curtains,5.44,1.45,41,2.63,1.83,19,5.79,1.88,47,5.3,1.38,20,5.57,1.54,21,2.44,1.94,9,2.8,1.81,10,5.67,2.09,15,5.84,1.8,32,5.45,1.57,20,5.43,1.36,21,3.14,2.54,7,2.33,1.3,12,5.8,1.83,25,5.77,1.97,22,5.43,1.47,23,5.44,1.46,18,3.11,2.26,9,2.2,1.32,10,5.83,1.82,30,5.71,2.02,17
+curtsy,6.35,1.42,20,4.6,2.44,20,5.76,1.74,25,6.64,1.29,11,6.0,1.58,9,5.57,2.15,7,4.08,2.5,13,5.83,1.03,12,5.69,2.25,13,5.91,1.38,11,6.89,1.36,9,4.45,2.42,11,4.78,2.59,9,5.69,1.82,16,5.89,1.69,9,6.0,1.56,10,6.7,1.25,10,5.08,2.5,12,3.88,2.3,8,5.5,1.63,16,6.22,1.92,9
+curve,5.81,1.97,21,4.52,2.0,23,5.14,1.85,21,4.6,1.52,5,6.19,1.97,16,5.33,1.44,12,3.64,2.2,11,4.45,1.69,11,5.56,1.51,9,5.92,2.31,12,5.67,1.5,9,4.5,1.67,16,4.57,2.76,7,5.0,1.26,11,5.3,2.41,10,6.15,1.99,13,5.25,1.91,8,4.58,2.12,19,4.25,1.5,4,4.64,1.69,14,6.14,1.86,7
+curved,5.24,1.14,21,3.91,2.69,22,5.7,2.09,27,4.9,1.29,10,5.55,0.93,11,5.0,3.46,7,3.4,2.2,15,6.0,2.6,17,5.2,0.42,10,5.36,0.81,11,5.1,1.45,10,2.2,1.64,5,4.41,2.76,17,6.14,2.32,14,5.23,1.79,13,5.0,1.0,13,5.62,1.3,8,2.9,2.56,10,4.75,2.6,12,6.64,1.74,14,4.69,2.02,13
+cushion,5.9,1.61,21,2.76,1.55,21,6.44,1.8,25,5.67,1.07,12,6.22,2.17,9,2.86,1.77,7,2.71,1.49,14,6.6,1.96,10,6.33,1.76,15,7.5,1.73,4,5.53,1.37,17,2.9,1.52,10,2.64,1.63,11,7.0,2.0,7,6.22,1.73,18,6.08,1.88,12,5.67,1.22,9,3.38,1.56,13,1.75,0.89,8,6.33,1.87,9,6.5,1.83,16
+cushy,5.95,1.54,20,4.23,2.74,22,5.81,2.09,27,6.57,1.4,7,5.62,1.56,13,4.0,2.54,10,4.42,3.0,12,5.93,1.75,15,5.73,2.65,11,5.91,1.3,11,6.0,1.87,9,4.67,2.74,9,3.92,2.81,13,5.88,2.42,17,5.78,1.56,9,6.38,1.19,13,5.14,1.86,7,4.56,2.99,16,3.33,1.86,6,5.42,1.98,12,6.13,2.2,15
+cuss,4.0,2.13,20,6.25,2.34,20,5.35,2.19,26,3.36,1.69,11,4.78,2.44,9,5.57,2.57,7,6.62,2.22,13,5.38,2.22,13,5.31,2.25,13,4.27,2.53,11,3.67,1.58,9,6.09,2.51,11,6.44,2.24,9,5.47,2.1,17,5.11,2.47,9,5.1,2.33,10,2.9,1.2,10,6.33,2.57,12,6.12,2.1,8,5.62,2.09,16,4.9,2.38,10
+custard,5.45,1.73,20,3.5,2.15,22,5.96,2.28,27,5.86,1.86,7,5.23,1.69,13,3.6,2.07,10,3.42,2.31,12,6.4,1.96,15,5.45,2.73,11,4.64,1.63,11,6.44,1.33,9,4.22,1.56,9,3.0,2.42,13,6.29,2.52,17,5.44,1.88,9,5.92,1.5,13,4.57,1.9,7,3.81,2.2,16,2.67,1.97,6,6.25,2.56,12,5.73,2.09,15
+custodial,5.05,1.66,21,3.42,2.7,24,4.9,2.51,20,5.12,1.96,8,5.0,1.53,13,5.17,2.71,6,2.83,2.5,18,5.64,2.73,11,4.0,2.0,9,4.5,1.68,12,5.78,1.39,9,4.0,3.4,10,3.0,2.11,14,5.23,2.77,13,4.29,1.98,7,4.79,1.58,14,5.57,1.81,7,4.12,2.8,16,2.0,1.93,8,4.67,2.42,12,5.25,2.76,8
+custodian,3.79,1.51,19,2.67,1.74,21,4.45,1.54,20,3.67,0.58,3,3.81,1.64,16,3.0,1.41,6,2.53,1.88,15,4.83,1.47,6,4.29,1.59,14,4.2,1.32,10,3.33,1.66,9,2.29,1.6,7,2.86,1.83,14,4.2,1.62,10,4.7,1.49,10,3.5,1.2,8,4.0,1.73,11,2.44,1.59,9,2.83,1.9,12,4.25,2.25,8,4.58,0.9,12
+custody,4.74,1.79,19,4.14,2.8,22,5.54,2.38,28,4.5,1.87,6,4.85,1.82,13,4.0,2.9,11,4.27,2.83,11,5.0,2.79,11,5.88,2.09,17,5.27,1.79,11,4.0,1.6,8,2.91,2.17,11,5.36,2.91,11,5.56,2.25,18,5.5,2.72,10,4.38,1.76,13,5.5,1.76,6,4.36,3.05,14,3.75,2.43,8,5.38,2.83,16,5.75,1.71,12
+custom,5.29,1.7,42,4.0,2.07,21,5.56,2.05,48,5.43,1.09,14,5.21,1.95,28,4.33,1.97,6,3.87,2.17,15,5.82,2.21,17,5.43,2.01,30,5.26,1.79,23,5.32,1.63,19,3.86,2.34,7,4.07,2.02,14,5.5,2.13,32,5.73,2.02,15,5.17,2.12,24,5.44,0.92,18,4.22,1.92,9,3.83,2.25,12,5.29,2.27,28,5.95,1.67,20
+customary,5.0,1.11,19,3.44,1.69,18,4.94,2.33,17,5.27,0.65,11,4.62,1.51,8,4.0,2.0,4,3.29,1.64,14,4.38,2.33,8,5.44,2.35,9,5.0,1.07,8,5.0,1.18,11,4.14,1.21,7,3.0,1.84,11,4.33,2.16,6,5.27,2.45,11,5.08,1.19,13,4.83,0.98,6,2.82,1.72,11,4.43,1.13,7,5.57,2.37,7,4.5,2.32,10
+customer,5.86,1.49,21,3.4,2.06,25,6.16,2.52,19,5.78,1.39,9,5.92,1.62,12,3.0,1.79,6,3.44,2.2,18,5.43,2.99,7,6.58,2.23,12,5.69,1.35,16,6.4,1.95,5,3.0,2.11,14,3.8,2.04,10,6.22,2.54,9,6.1,2.64,10,6.17,1.64,12,5.44,1.24,9,3.75,2.27,16,2.78,1.56,9,6.73,2.9,11,5.38,1.77,8
+customized,6.91,1.54,22,4.87,2.65,23,6.58,1.64,19,6.88,1.64,8,6.77,1.48,13,4.88,3.04,8,4.79,2.61,14,6.71,1.8,7,6.64,1.63,11,7.12,1.55,8,6.62,1.5,13,4.89,3.14,9,4.86,2.41,14,6.0,1.73,7,6.92,1.56,12,7.0,1.55,11,6.82,1.6,11,3.89,2.67,9,5.5,2.53,14,6.44,1.67,16,7.33,1.53,3
+cut,3.9,1.84,40,5.07,2.43,46,4.55,2.14,47,3.94,1.56,17,4.0,2.0,22,4.95,2.18,21,5.16,2.66,25,4.47,2.42,15,4.59,2.05,32,3.36,1.74,14,4.19,1.86,26,4.86,2.38,28,5.39,2.52,18,4.84,1.91,25,4.23,2.39,22,3.58,1.98,19,4.19,1.69,21,5.4,2.37,30,4.44,2.48,16,4.73,2.16,30,4.24,2.14,17
+cute,7.56,1.07,41,5.05,2.82,21,6.02,2.27,54,7.5,1.04,18,7.61,1.12,23,5.29,2.63,7,5.15,3.0,13,5.83,2.07,18,6.11,2.39,36,7.55,1.23,20,7.65,0.88,20,5.86,2.54,7,4.85,2.97,13,6.07,2.32,28,5.96,2.25,26,7.62,1.1,24,7.47,1.07,17,5.73,2.9,11,4.3,2.67,10,5.76,2.7,33,6.43,1.29,21
+cutie,7.43,1.29,21,4.62,2.4,21,5.44,2.1,25,7.67,1.3,12,7.11,1.27,9,5.71,2.43,7,4.07,2.27,14,5.3,1.83,10,5.53,2.33,15,7.75,1.26,4,7.35,1.32,17,5.1,2.47,10,4.18,2.36,11,4.43,1.27,7,5.83,2.26,18,7.33,1.15,12,7.56,1.51,9,4.54,2.4,13,4.75,2.55,8,5.56,2.13,9,5.38,2.16,16
+cutlass,5.0,1.41,20,4.55,1.84,22,5.26,1.82,19,5.0,1.58,9,5.0,1.34,11,4.6,2.19,5,4.44,1.82,16,5.17,2.04,6,5.31,1.8,13,5.07,1.33,14,4.83,1.72,6,4.42,2.07,12,4.56,1.67,9,4.67,1.5,9,5.8,1.99,10,4.9,1.45,10,5.1,1.45,10,4.08,2.23,12,5.1,1.1,10,5.0,2.76,6,5.38,1.33,13
+cutoff,3.14,1.46,21,3.92,1.69,24,5.0,2.16,22,3.25,1.58,8,3.08,1.44,13,3.83,1.75,12,4.0,1.71,12,5.69,2.39,13,4.0,1.32,9,3.0,1.6,8,3.42,1.31,12,4.31,1.32,13,3.45,2.02,11,5.5,2.07,12,4.4,2.22,10,3.1,1.73,10,3.18,1.25,11,3.59,1.77,17,4.71,1.25,7,5.2,2.74,10,4.83,1.64,12
+cutter,4.05,1.62,22,4.35,2.42,26,5.88,2.19,24,5.0,1.5,9,3.38,1.39,13,4.1,2.08,10,4.5,2.66,16,6.33,1.73,9,5.6,2.44,15,4.25,1.16,8,3.93,1.86,14,5.08,2.53,13,3.62,2.14,13,5.5,2.75,12,6.25,1.48,12,3.83,1.19,12,4.3,2.06,10,4.13,2.29,15,4.64,2.66,11,6.31,2.21,13,5.36,2.16,11
+cutthroat,3.14,1.77,21,5.65,2.19,23,4.27,2.54,26,3.45,2.02,11,2.8,1.48,10,5.55,2.42,11,5.75,2.05,12,4.09,2.02,11,4.07,2.73,14,3.1,1.79,10,3.18,1.83,11,5.55,2.66,11,5.75,1.76,12,4.82,2.35,17,2.5,1.69,8,2.92,1.8,13,3.5,1.77,8,5.8,2.08,15,5.38,2.5,8,4.94,2.75,17,3.0,1.5,9
+cutting board,5.35,1.6,20,3.83,2.66,18,6.25,2.35,24,5.0,1.41,5,5.47,1.68,15,5.4,2.51,5,3.23,2.55,13,5.69,2.69,13,6.91,1.76,11,6.0,1.33,10,4.7,1.64,10,5.57,2.37,7,2.73,2.28,11,6.12,2.45,16,6.5,2.27,8,5.07,1.73,14,6.0,1.1,6,4.17,2.41,12,3.17,3.25,6,6.07,2.66,15,6.56,1.81,9
+cyanide,2.7,1.45,20,5.72,2.67,18,4.92,2.38,24,2.8,1.48,5,2.67,1.5,15,6.4,3.44,5,5.46,2.44,13,4.54,2.54,13,5.36,2.2,11,2.2,1.32,10,3.2,1.48,10,6.43,2.82,7,5.27,2.61,11,5.19,2.26,16,4.38,2.67,8,2.64,1.65,14,2.83,0.98,6,5.92,2.54,12,5.33,3.14,6,4.67,2.64,15,5.33,1.94,9
+cyberspace,5.73,1.7,22,5.04,2.7,23,5.37,2.31,19,6.5,1.77,8,5.62,0.96,13,5.12,2.47,8,5.14,2.96,14,4.43,2.7,7,6.0,2.05,11,6.12,1.89,8,5.85,0.99,13,4.33,2.78,9,5.5,2.65,14,4.71,2.29,7,5.75,2.34,12,5.82,1.25,11,5.64,2.11,11,4.22,3.15,9,5.57,2.34,14,4.94,2.11,16,7.67,2.31,3
+cycle,5.64,1.36,22,4.42,2.29,19,5.81,1.75,21,6.2,1.3,5,5.44,1.41,16,4.25,2.12,8,4.55,2.5,11,5.9,1.37,10,5.73,2.1,11,5.42,1.31,12,5.9,1.45,10,3.8,2.25,10,5.11,2.26,9,5.75,1.82,12,5.89,1.76,9,5.64,1.03,11,5.64,1.69,11,3.75,1.98,8,4.91,2.47,11,5.89,1.36,9,5.75,2.05,12
+cyclone,3.47,1.8,43,5.09,2.72,47,3.18,1.92,44,4.05,2.01,20,2.96,1.46,23,4.64,2.37,14,5.27,2.86,33,3.0,1.78,23,3.3,2.11,20,4.31,1.92,16,2.96,1.56,27,5.13,2.85,23,5.04,2.65,24,2.93,1.54,27,3.59,2.4,17,3.68,1.83,19,3.29,1.81,24,4.8,2.86,25,5.41,2.58,22,3.4,1.96,35,2.33,1.58,9
+cylinder,5.45,1.15,20,3.14,2.08,22,4.57,1.8,21,5.75,1.16,8,5.25,1.14,12,3.17,2.4,6,3.27,2.02,15,4.0,2.53,6,4.8,1.47,15,5.5,1.07,8,5.42,1.24,12,2.8,2.49,5,3.24,2.02,17,3.9,1.66,10,5.18,1.78,11,5.45,1.44,11,5.44,0.73,9,3.33,2.55,9,3.0,1.78,13,4.08,1.56,12,5.22,1.99,9
+cynic,3.45,1.92,22,4.68,1.67,19,4.81,2.29,21,4.6,2.61,5,3.12,1.67,16,5.62,1.3,8,4.0,1.61,11,5.6,2.17,10,4.09,2.26,11,3.5,2.32,12,3.4,1.43,10,4.7,1.49,10,4.67,1.94,9,4.58,2.27,12,5.11,2.42,9,3.36,2.25,11,3.55,1.63,11,4.38,2.0,8,4.91,1.45,11,6.11,1.69,9,3.83,2.25,12
+cynical,3.3,1.45,20,4.78,2.73,18,4.95,2.08,22,2.6,2.07,5,3.53,1.19,15,4.83,2.48,6,4.75,2.96,12,6.1,1.97,10,4.0,1.71,12,3.6,1.65,10,3.0,1.25,10,5.1,2.73,10,4.38,2.88,8,4.18,2.04,11,5.73,1.9,11,3.25,1.48,12,3.38,1.51,8,3.0,2.55,9,6.56,1.51,9,4.73,2.28,11,5.18,1.94,11
+cynicism,3.41,1.62,22,5.0,2.47,22,4.79,2.23,19,3.62,1.85,8,3.29,1.54,14,5.4,2.63,10,4.67,2.39,12,4.71,1.89,7,4.83,2.48,12,3.36,1.69,11,3.45,1.63,11,4.0,1.67,11,6.0,2.79,11,4.43,1.83,14,5.8,3.11,5,4.0,1.33,10,2.92,1.73,12,5.4,2.17,10,4.67,2.74,12,4.89,1.36,9,4.7,2.87,10
+cyst,2.5,1.5,22,4.28,2.28,25,3.17,2.01,24,2.0,1.66,9,2.85,1.34,13,3.7,2.36,10,4.67,2.23,15,2.67,1.0,9,3.47,2.42,15,1.75,0.89,8,2.93,1.64,14,3.83,2.12,12,4.69,2.43,13,2.42,1.38,12,3.92,2.31,12,2.42,1.38,12,2.6,1.71,10,3.73,2.25,15,5.1,2.18,10,3.15,1.91,13,3.18,2.23,11
+cystic,3.19,1.6,21,3.55,2.32,22,4.26,2.21,27,3.6,1.84,10,2.82,1.33,11,2.86,2.48,7,3.87,2.26,15,4.24,2.19,17,4.3,2.36,10,3.64,1.63,11,2.7,1.49,10,2.6,2.19,5,3.82,2.35,17,4.5,2.5,14,4.0,1.91,13,3.23,1.79,13,3.12,1.36,8,3.0,2.67,10,4.0,2.0,12,4.64,2.65,14,3.85,1.63,13
+czar,4.53,1.78,19,4.79,2.86,24,4.36,2.68,28,5.5,1.31,8,3.82,1.78,11,4.78,2.73,9,4.8,3.03,15,3.71,2.3,14,5.0,2.96,14,3.89,1.62,9,5.1,1.79,10,4.92,2.81,12,4.67,3.03,12,4.5,2.9,14,4.21,2.55,14,4.1,2.28,10,5.0,0.87,9,4.58,3.06,12,5.0,2.76,12,4.67,2.57,12,4.12,2.83,16
+dab,5.0,1.45,20,3.11,1.91,18,5.62,2.67,24,4.8,0.45,5,5.07,1.67,15,3.4,2.07,5,3.0,1.91,13,4.69,2.66,13,6.73,2.33,11,4.9,1.66,10,5.1,1.29,10,3.43,2.15,7,2.91,1.81,11,5.62,2.53,16,5.62,3.11,8,4.79,1.19,14,5.5,1.97,6,3.58,1.93,12,2.17,1.6,6,5.53,2.9,15,5.78,2.39,9
+dabble,5.48,1.57,21,3.05,1.99,21,5.41,1.74,22,6.22,1.48,9,4.92,1.44,12,2.33,1.51,6,3.36,2.21,14,5.17,2.04,6,5.5,1.67,16,6.11,1.45,9,5.0,1.54,12,3.0,1.22,5,3.06,2.21,16,5.64,1.69,11,5.18,1.83,11,5.67,1.3,12,5.22,1.92,9,3.25,2.12,8,2.92,1.98,13,5.67,1.61,12,5.1,1.91,10
+dad,7.14,2.17,22,4.05,2.52,21,6.12,2.57,17,7.17,1.83,6,7.13,2.42,15,4.29,3.04,7,3.93,2.34,14,7.11,2.26,9,5.0,2.56,8,6.64,2.53,14,8.14,0.9,7,3.22,1.99,9,4.67,2.77,12,6.33,2.92,9,5.88,2.3,8,7.0,1.92,14,7.38,2.67,8,4.0,3.22,6,4.07,2.31,15,6.11,3.41,9,6.12,1.36,8
+daddy,7.27,1.98,22,4.24,2.7,21,5.78,2.56,18,6.5,2.66,6,7.53,1.73,15,4.86,3.72,7,3.93,2.13,14,5.56,2.79,9,5.88,2.59,8,6.79,2.29,14,8.14,0.9,7,3.78,2.68,9,4.58,2.78,12,5.3,2.63,10,6.38,2.5,8,7.21,2.04,14,7.38,2.0,8,4.17,2.71,6,4.27,2.79,15,5.1,3.03,10,6.62,1.6,8
+daft,4.5,1.28,20,2.75,1.68,20,4.82,1.65,22,4.71,0.95,7,4.38,1.45,13,2.89,1.69,9,2.64,1.75,11,5.17,2.04,6,4.69,1.54,16,4.7,0.95,10,4.11,1.54,9,2.88,2.1,8,2.67,1.44,12,5.07,1.58,15,4.29,1.8,7,4.91,1.45,11,4.0,0.87,9,2.92,1.73,12,2.5,1.69,8,5.36,1.36,11,4.27,1.79,11
+dagger,4.38,1.8,21,5.79,2.36,43,4.83,2.5,24,5.11,1.76,9,3.83,1.7,12,5.75,2.57,20,5.83,2.21,23,4.88,2.36,8,4.81,2.64,16,5.43,1.99,7,4.0,1.47,13,5.21,2.68,19,6.25,2.01,24,5.12,2.45,17,4.17,2.93,6,4.46,2.07,13,4.25,1.39,8,5.63,2.45,27,6.06,2.24,16,4.56,2.37,16,5.38,2.83,8
+daily,5.74,1.88,19,4.2,2.48,20,5.38,2.14,24,4.83,2.23,6,6.15,1.63,13,4.09,2.88,11,4.33,2.06,9,4.88,2.23,8,5.62,2.13,16,5.8,1.55,10,5.67,2.29,9,4.12,2.9,8,4.25,2.3,12,4.88,2.06,17,6.83,2.04,6,6.12,1.64,8,5.45,2.07,11,4.78,2.77,9,3.73,2.24,11,5.44,2.28,16,5.25,1.98,8
+dainty,6.42,1.74,19,2.7,1.84,20,5.2,2.21,20,6.67,0.58,3,6.47,1.92,15,2.4,1.84,10,3.0,1.89,10,5.9,2.08,10,4.5,2.22,10,6.5,2.35,6,6.5,1.51,12,2.0,0.82,7,3.08,2.14,13,4.0,2.07,8,6.0,2.0,12,6.83,1.53,12,5.71,1.98,7,3.3,2.11,10,2.1,1.37,10,4.67,2.0,9,5.64,2.38,11
+daiquiri,5.68,1.8,19,4.95,2.31,20,5.29,1.92,24,5.46,1.94,13,6.17,1.47,6,5.8,1.3,5,4.67,2.53,15,5.15,2.08,13,5.45,1.81,11,4.78,1.92,9,6.5,1.27,10,5.43,2.3,7,4.69,2.36,13,5.73,1.68,11,4.92,2.1,13,5.44,2.24,9,5.9,1.37,10,6.0,1.49,10,3.9,2.56,10,4.89,2.57,9,5.53,1.46,15
+dairy,6.09,1.66,22,3.9,2.34,21,6.39,1.83,23,6.71,1.38,7,5.86,1.79,14,4.0,2.76,6,3.87,2.26,15,6.0,1.89,10,6.69,1.8,13,5.62,1.77,8,6.46,1.61,13,5.14,2.85,7,3.29,1.86,14,6.18,1.4,11,6.58,2.19,12,6.14,1.51,14,6.0,2.0,8,4.73,2.53,11,3.0,1.83,10,6.36,1.86,14,6.44,1.88,9
+daisy,7.48,1.72,21,3.95,2.76,19,5.37,2.43,19,6.17,2.04,6,8.0,1.31,15,3.71,2.93,7,4.08,2.78,12,5.58,2.47,12,5.0,2.52,7,7.78,1.56,9,7.25,1.86,12,3.78,2.86,9,4.1,2.81,10,5.29,2.75,7,5.42,2.35,12,7.7,1.49,10,7.27,1.95,11,3.62,2.72,13,4.67,2.94,6,6.2,2.7,10,4.44,1.81,9
+dam,4.58,0.96,19,3.67,2.13,21,5.26,2.3,23,4.0,1.0,3,4.69,0.95,16,4.62,1.6,8,3.08,2.25,13,6.0,2.06,9,4.79,2.39,14,4.89,0.78,9,4.3,1.06,10,4.33,2.0,9,3.17,2.17,12,5.67,2.41,15,4.5,2.0,8,4.14,1.46,7,4.83,0.39,12,4.3,2.26,10,3.09,1.92,11,5.23,2.77,13,5.3,1.64,10
+damage,2.98,1.67,42,4.86,2.61,43,3.46,1.64,24,3.69,1.54,16,2.54,1.63,26,4.8,2.82,10,4.88,2.64,32,3.88,1.89,8,3.25,1.53,16,3.4,1.73,20,2.33,1.02,21,5.53,2.77,15,4.5,2.5,28,3.65,1.62,17,2.67,1.63,6,3.21,1.82,24,2.67,1.46,18,4.47,2.61,19,5.17,2.63,24,3.44,1.55,16,3.5,1.93,8
+dame,6.1,1.8,20,4.22,2.67,18,5.54,2.43,24,6.6,1.14,5,5.93,1.98,15,6.6,2.3,5,3.31,2.25,13,4.92,2.78,13,6.27,1.79,11,6.2,1.99,10,6.0,1.7,10,6.57,2.07,7,2.73,1.79,11,5.44,2.42,16,5.75,2.6,8,6.14,1.96,14,6.0,1.55,6,4.33,2.57,12,4.0,3.1,6,6.0,2.62,15,4.78,1.99,9
+damn,4.32,1.78,22,5.1,2.47,21,4.39,2.33,18,4.83,1.94,6,4.07,1.79,15,5.43,3.21,7,4.93,2.13,14,4.33,2.29,9,4.25,2.6,8,4.71,1.82,14,3.43,1.62,7,4.44,2.51,9,5.58,2.43,12,4.9,2.85,10,3.75,1.39,8,4.79,1.58,14,3.5,1.93,8,5.0,2.61,6,5.13,2.5,15,4.6,2.5,10,4.12,2.23,8
+damnation,3.14,2.15,21,5.77,1.93,22,3.55,2.78,20,2.6,1.82,5,3.31,2.27,16,6.18,2.23,11,5.36,1.57,11,4.0,3.02,10,2.89,2.67,9,3.17,2.44,12,3.11,1.83,9,5.8,2.11,15,5.71,1.6,7,3.5,2.68,10,3.6,3.03,10,2.77,2.39,13,3.75,1.67,8,6.17,1.89,18,4.0,0.82,4,3.92,3.01,13,2.86,2.34,7
+damp,4.05,1.32,20,2.8,1.99,20,3.95,1.72,21,4.43,1.27,7,3.85,1.34,13,3.0,2.12,9,2.64,1.96,11,3.67,1.75,6,4.07,1.75,15,3.9,1.2,10,4.22,1.56,9,3.12,2.1,8,2.58,1.98,12,4.0,1.88,14,3.86,1.46,7,4.27,1.56,11,3.78,0.97,9,2.83,1.99,12,2.75,2.12,8,4.2,1.81,10,3.73,1.68,11
+damper,4.3,1.61,23,3.59,2.04,22,4.55,2.16,20,4.12,1.55,8,4.4,1.68,15,3.9,2.08,10,3.33,2.06,12,5.43,2.51,7,4.08,1.89,13,4.33,1.72,12,4.27,1.56,11,3.55,2.16,11,3.64,2.01,11,4.47,1.96,15,4.8,2.95,5,3.73,1.27,11,4.83,1.75,12,3.8,1.87,10,3.42,2.23,12,3.6,1.51,10,5.5,2.37,10
+damsel,5.74,1.73,19,4.44,2.31,18,4.29,2.02,17,6.09,1.14,11,5.25,2.31,8,6.5,0.58,4,3.86,2.28,14,3.75,1.67,8,4.78,2.28,9,6.5,1.51,8,5.18,1.72,11,4.14,2.34,7,4.64,2.38,11,3.67,1.75,6,4.64,2.16,11,5.62,1.76,13,6.0,1.79,6,3.91,2.34,11,5.29,2.14,7,4.14,2.27,7,4.4,1.96,10
+dance,7.27,1.49,22,5.48,2.62,21,6.28,2.3,18,6.83,1.47,6,7.47,1.55,15,5.0,3.16,7,5.71,2.4,14,5.44,2.7,9,7.25,1.58,8,7.21,1.58,14,7.43,1.51,7,5.22,2.64,9,5.67,2.71,12,6.4,2.72,10,6.12,1.81,8,7.36,1.39,14,7.12,1.73,8,5.5,3.62,6,5.47,2.26,15,7.1,2.02,10,5.25,2.31,8
+dancer,6.64,1.71,39,4.52,2.44,42,5.78,2.41,50,6.67,1.68,15,6.62,1.76,24,4.63,2.71,19,4.43,2.25,23,5.77,2.5,26,5.79,2.36,24,7.0,1.15,19,6.3,2.08,20,4.56,2.75,18,4.5,2.25,24,5.67,2.59,21,5.86,2.31,29,6.29,1.78,24,7.2,1.47,15,4.38,2.58,26,4.75,2.27,16,5.67,2.68,24,5.88,2.18,26
+dandruff,3.05,1.99,19,4.41,2.15,22,3.57,1.86,21,3.0,1.41,9,3.1,2.47,10,4.0,1.6,8,4.64,2.44,14,3.0,1.25,10,4.09,2.21,11,3.57,0.98,7,2.75,2.38,12,3.7,2.0,10,5.0,2.17,12,3.77,2.13,13,3.25,1.39,8,3.8,2.2,10,2.22,1.39,9,3.88,2.3,8,4.71,2.09,14,3.46,2.07,13,3.75,1.58,8
+dandy,6.55,1.76,20,4.0,1.87,21,6.12,2.03,25,6.33,1.37,12,6.88,2.3,8,3.86,2.12,7,4.07,1.82,14,6.1,2.47,10,6.13,1.77,15,7.5,3.0,4,6.31,1.35,16,4.9,1.37,10,3.18,1.94,11,6.43,2.57,7,6.0,1.85,18,6.92,1.62,12,6.0,1.93,8,3.77,1.69,13,4.38,2.2,8,6.22,2.22,9,6.06,1.98,16
+danger,2.66,1.7,41,5.84,2.74,44,3.64,2.42,22,3.46,1.71,13,2.29,1.58,28,5.53,2.6,17,6.04,2.85,27,3.0,2.28,11,4.27,2.49,11,2.1,1.58,21,3.25,1.65,20,5.67,2.73,21,6.0,2.8,23,3.77,2.55,13,3.44,2.35,9,2.52,1.73,23,2.83,1.69,18,6.28,2.32,25,5.26,3.18,19,4.14,2.63,14,2.75,1.83,8
+dangerous,2.33,1.88,18,6.81,2.34,21,2.56,1.82,18,3.38,1.77,8,1.5,1.58,10,5.43,2.94,7,7.5,1.7,14,2.64,1.86,11,2.43,1.9,7,2.73,1.85,11,1.71,1.89,7,6.67,2.96,9,6.92,1.88,12,2.36,1.75,11,2.86,2.04,7,2.92,2.07,12,1.17,0.41,6,6.33,2.61,12,7.44,1.88,9,3.11,2.09,9,2.0,1.41,9
+dangle,4.76,2.17,21,4.25,2.53,20,3.95,2.13,22,4.67,2.88,6,4.8,1.93,15,4.25,2.87,8,4.25,2.42,12,4.0,2.56,12,3.9,1.6,10,5.67,2.83,9,4.08,1.24,12,5.11,2.52,9,3.55,2.42,11,3.71,1.8,7,4.07,2.31,15,4.2,2.39,10,5.27,1.9,11,4.85,2.41,13,3.14,2.54,7,3.67,2.42,12,4.3,1.77,10
+dank,3.95,1.64,20,3.0,1.78,20,3.77,2.05,22,4.29,1.5,7,3.77,1.74,13,3.0,2.0,9,3.0,1.67,11,5.33,2.42,6,3.19,1.6,16,3.8,1.69,10,4.11,1.76,9,2.5,1.6,8,3.33,1.87,12,4.4,2.16,15,2.43,0.79,7,4.27,2.05,11,3.56,0.88,9,3.17,1.75,12,2.75,1.91,8,4.18,2.18,11,3.36,1.91,11
+dare,4.67,1.85,18,5.6,2.64,20,4.17,2.64,18,4.75,1.83,8,4.6,1.96,10,5.0,2.65,7,5.92,2.69,13,3.55,2.21,11,5.14,3.13,7,4.55,1.75,11,4.86,2.12,7,5.11,3.14,9,6.0,2.24,11,4.18,3.09,11,4.14,1.95,7,4.92,1.88,12,4.17,1.83,6,5.17,2.76,12,6.25,2.49,8,5.0,2.6,9,3.33,2.55,9
+daredevil,4.89,1.49,19,6.33,2.18,21,5.28,2.78,25,5.67,0.58,3,4.75,1.57,16,7.0,2.16,7,6.0,2.27,13,5.88,2.23,8,5.0,3.02,17,4.86,1.35,7,4.92,1.62,12,5.86,2.73,7,6.62,1.98,13,6.21,2.01,14,4.09,3.24,11,4.75,1.28,8,5.0,1.67,11,6.55,1.51,11,6.1,2.81,10,4.61,2.87,18,7.0,1.63,7
+daresay,5.35,1.79,20,3.76,2.55,21,4.88,1.94,25,4.25,2.36,4,5.62,1.59,16,3.5,2.52,4,3.82,2.63,17,5.33,2.55,9,4.62,1.54,16,5.25,1.49,8,5.42,2.02,12,4.0,2.31,10,3.55,2.84,11,4.64,2.1,14,5.18,1.78,11,5.82,1.08,11,4.78,2.33,9,3.4,2.32,10,4.09,2.81,11,5.33,1.94,18,3.71,1.5,7
+daring,6.0,1.53,19,6.14,1.9,21,6.04,2.08,23,5.6,0.89,5,6.15,1.77,13,5.83,2.56,6,6.27,1.67,15,6.4,1.58,10,5.77,2.42,13,5.14,1.46,7,6.55,1.44,11,5.71,2.29,7,6.36,1.74,14,5.91,1.58,11,6.17,2.52,12,5.5,1.24,12,6.86,1.68,7,5.55,2.3,11,6.8,1.14,10,5.79,2.04,14,6.44,2.19,9
+dark,5.08,1.8,40,4.09,2.43,22,4.61,2.46,44,4.81,1.72,16,5.25,1.87,24,4.58,2.64,12,3.5,2.12,10,4.57,2.64,23,4.55,2.31,20,5.05,1.99,20,5.1,1.65,20,4.89,3.02,9,3.54,1.85,13,3.67,1.92,27,6.12,2.52,17,5.12,1.84,26,5.0,1.8,14,3.22,1.99,9,4.69,2.59,13,4.91,2.44,35,3.44,2.3,9
+darken,4.45,1.43,20,3.86,2.22,21,5.76,2.65,25,4.33,0.58,3,4.47,1.55,17,2.86,2.27,7,4.46,2.15,13,5.38,2.97,8,5.94,2.56,17,4.29,0.76,7,4.54,1.71,13,3.43,2.37,7,4.15,2.27,13,6.29,2.55,14,5.09,2.74,11,4.33,1.0,9,4.55,1.75,11,3.82,2.04,11,3.9,2.51,10,5.67,3.03,18,6.0,1.41,7
+darkened,3.37,1.5,19,3.77,2.11,22,3.92,2.04,24,4.0,1.79,6,3.08,1.32,13,3.83,2.25,12,3.7,2.06,10,4.38,2.45,8,3.69,1.85,16,3.9,1.1,10,2.78,1.72,9,4.44,2.35,9,3.31,1.89,13,3.94,2.05,17,3.67,2.34,6,2.88,1.25,8,3.73,1.62,11,3.44,2.24,9,4.0,2.08,13,4.25,2.27,16,3.25,1.39,8
+darkness,4.71,1.93,21,4.08,2.04,25,4.82,2.61,22,5.25,1.49,8,4.38,2.14,13,4.08,2.25,13,4.08,1.88,12,5.0,2.8,13,4.56,2.46,9,5.0,1.69,8,4.83,1.9,12,4.86,1.7,14,3.09,2.07,11,4.67,2.87,12,5.0,2.4,10,4.3,2.06,10,5.09,1.81,11,3.53,2.07,17,5.25,1.49,8,5.0,2.91,10,4.67,2.46,12
+darkroom,4.9,1.94,20,3.61,1.73,23,5.76,2.1,21,5.11,1.69,9,4.73,2.2,11,3.36,1.86,11,3.83,1.64,12,4.88,1.73,8,6.31,2.18,13,4.86,1.75,14,5.0,2.53,6,3.11,1.69,9,3.93,1.73,14,5.62,2.07,8,5.85,2.19,13,4.9,2.23,10,4.9,1.73,10,4.08,1.66,13,3.0,1.7,10,5.5,1.83,12,6.11,2.47,9
+darling,7.32,1.29,22,3.95,2.33,21,5.44,1.76,18,6.67,1.37,6,7.53,1.25,15,4.0,2.71,7,3.93,2.23,14,5.22,1.92,9,5.88,1.64,8,7.21,1.37,14,7.43,1.27,7,4.33,2.45,9,3.67,2.31,12,5.4,2.12,10,5.5,1.31,8,7.14,1.51,14,7.62,0.74,8,3.0,2.37,6,4.33,2.29,15,5.4,1.78,10,5.5,1.85,8
+darn,3.81,1.81,21,3.17,2.37,23,5.56,2.01,18,3.67,2.18,9,3.92,1.56,12,3.45,2.38,11,2.92,2.43,12,5.4,1.96,10,5.75,2.19,8,4.71,2.06,7,3.31,1.6,13,3.82,2.64,11,2.58,2.02,12,4.71,2.21,7,6.09,1.76,11,3.77,2.05,13,3.88,1.46,8,3.45,2.66,11,2.92,2.15,12,5.22,2.22,9,5.89,1.83,9
+dart,4.76,1.79,21,3.87,2.58,23,5.61,2.23,18,5.56,1.59,9,4.17,1.75,12,4.09,2.47,11,3.67,2.77,12,6.3,2.06,10,4.75,2.25,8,5.43,2.23,7,4.46,1.56,13,4.55,2.46,11,3.25,2.63,12,5.57,2.64,7,5.64,2.06,11,4.62,2.14,13,5.0,1.07,8,3.45,2.3,11,4.25,2.86,12,4.78,2.05,9,6.44,2.19,9
+dash,5.05,1.43,20,4.29,2.07,24,5.86,2.25,22,5.71,1.6,7,4.69,1.25,13,4.58,2.31,12,4.0,1.86,12,6.23,2.28,13,5.33,2.24,9,5.0,2.08,7,5.25,0.87,12,5.15,1.91,13,3.27,1.85,11,6.33,1.87,12,5.3,2.63,10,5.22,1.79,9,4.91,1.14,11,4.12,2.29,17,4.71,1.5,7,5.5,2.51,10,6.17,2.08,12
+dashboard,5.25,1.21,20,3.15,1.87,20,5.32,1.52,22,5.43,0.79,7,5.15,1.41,13,3.44,1.81,9,2.91,1.97,11,4.5,2.35,6,5.62,1.02,16,5.4,1.35,10,5.11,1.17,9,3.25,2.12,8,3.08,1.78,12,5.33,1.63,15,5.29,1.38,7,5.45,1.44,11,5.0,0.87,9,3.17,1.99,12,3.12,1.81,8,5.64,1.86,11,5.0,1.1,11
+dashing,6.62,1.77,21,4.28,2.56,25,6.05,1.93,19,6.22,1.48,9,6.92,1.98,12,3.33,1.86,6,4.72,2.72,18,5.29,2.36,7,6.5,1.57,12,6.25,1.81,16,7.8,1.1,5,3.86,2.88,14,5.1,1.97,10,6.11,2.26,9,6.0,1.7,10,6.42,1.56,12,6.89,2.09,9,4.88,2.55,16,3.22,2.33,9,5.91,2.17,11,6.25,1.67,8
+database,4.75,1.89,20,3.33,2.33,18,6.12,2.56,24,5.2,1.1,5,4.6,2.1,15,3.2,2.05,5,3.38,2.5,13,5.85,2.38,13,6.45,2.84,11,5.0,1.76,10,4.5,2.07,10,3.14,1.95,7,3.45,2.62,11,5.88,2.7,16,6.62,2.33,8,4.21,1.63,14,6.0,2.0,6,3.83,2.48,12,2.33,1.75,6,6.53,2.53,15,5.44,2.6,9
+date,7.18,1.5,22,4.33,2.5,21,5.11,2.19,18,7.67,1.03,6,7.13,1.6,15,4.0,3.21,7,4.5,2.18,14,4.78,2.82,9,5.38,1.51,8,7.64,1.55,14,6.57,0.98,7,3.67,2.83,9,4.83,2.21,12,5.4,2.5,10,4.75,1.83,8,6.93,1.59,14,7.62,1.3,8,3.83,3.25,6,4.53,2.23,15,4.7,2.45,10,5.62,1.85,8
+daughter,6.73,2.33,22,5.0,2.63,21,5.06,1.76,18,5.67,3.56,6,7.2,1.7,15,4.57,3.05,7,5.21,2.49,14,4.89,1.69,9,5.12,2.03,8,6.07,2.5,14,8.14,1.46,7,3.78,2.05,9,5.92,2.71,12,4.9,1.66,10,5.25,1.98,8,6.79,2.12,14,6.62,2.83,8,4.17,3.37,6,5.33,2.32,15,5.5,1.96,10,4.5,1.41,8
+dawdle,4.77,1.48,22,3.29,1.9,21,4.86,1.82,21,4.71,1.68,14,4.88,1.13,8,3.55,1.86,11,3.0,2.12,9,4.8,2.28,5,4.88,1.75,16,4.8,1.99,10,4.75,0.97,12,3.64,2.11,11,2.9,1.66,10,5.25,1.86,12,4.33,1.73,9,4.42,1.62,12,5.2,1.23,10,3.0,2.0,13,3.75,1.75,8,5.25,1.6,12,4.33,2.06,9
+dawn,6.74,1.84,42,3.1,2.22,20,4.98,2.59,44,7.29,1.64,14,6.46,1.9,28,2.8,2.53,10,3.4,1.96,10,4.5,2.77,18,5.31,2.46,26,6.89,1.41,18,6.62,2.12,24,3.14,2.41,7,3.08,2.22,13,4.52,2.55,25,5.58,2.59,19,6.46,2.1,26,7.19,1.22,16,3.3,2.06,10,2.9,2.47,10,5.08,2.68,25,4.84,2.54,19
+day,6.36,1.4,22,3.62,2.31,21,5.59,2.06,17,6.0,1.26,6,6.47,1.51,15,2.57,2.15,7,4.14,2.28,14,5.33,2.55,9,5.88,1.46,8,6.07,1.33,14,6.86,1.57,7,3.56,2.13,9,3.67,2.53,12,5.78,2.54,9,5.38,1.51,8,6.43,1.5,14,6.25,1.28,8,4.5,3.02,6,3.27,1.98,15,5.89,2.57,9,5.25,1.39,8
+daybreak,7.16,1.46,19,3.95,2.4,21,5.3,2.24,23,6.67,2.08,3,7.25,1.39,16,5.25,2.12,8,3.15,2.27,13,4.89,2.32,9,5.57,2.24,14,7.56,1.42,9,6.8,1.48,10,4.22,2.39,9,3.75,2.49,12,5.07,2.28,15,5.75,2.25,8,7.14,1.35,7,7.17,1.59,12,5.0,2.26,10,3.0,2.19,11,5.85,2.44,13,4.6,1.84,10
+daycare,5.35,1.87,20,3.39,2.43,18,4.92,2.6,24,5.2,0.84,5,5.4,2.13,15,2.8,2.49,5,3.62,2.47,13,4.46,2.57,13,5.45,2.66,11,5.6,1.65,10,5.1,2.13,10,3.71,2.87,7,3.18,2.23,11,4.12,2.28,16,6.5,2.62,8,5.0,1.88,14,6.17,1.72,6,3.92,2.5,12,2.33,2.07,6,4.93,2.89,15,4.89,2.2,9
+daydream,7.15,1.57,20,3.2,2.4,20,6.77,1.68,26,7.09,1.7,11,7.22,1.48,9,4.29,1.98,7,2.62,2.47,13,6.08,1.93,13,7.46,1.05,13,7.45,1.51,11,6.78,1.64,9,2.91,2.12,11,3.56,2.79,9,6.94,1.92,17,6.44,1.13,9,7.7,1.57,10,6.6,1.43,10,3.0,2.49,12,3.5,2.39,8,6.56,2.03,16,7.1,0.88,10
+daylight,6.95,1.48,41,4.05,2.84,20,5.88,2.34,48,6.65,1.6,20,7.24,1.34,21,4.43,3.46,7,4.0,2.63,12,5.92,2.26,26,5.82,2.48,22,6.45,1.61,20,7.43,1.21,21,6.33,2.8,6,3.15,2.38,13,6.07,2.4,29,5.58,2.27,19,6.83,1.59,23,7.11,1.37,18,4.73,2.83,11,3.22,2.77,9,5.92,2.5,26,5.82,2.2,22
+daytime,7.58,1.3,19,4.0,2.61,23,5.58,2.27,19,7.0,1.12,9,8.1,1.29,10,3.29,2.14,7,4.4,2.87,15,6.1,2.33,10,5.0,2.18,9,7.89,1.45,9,7.3,1.16,10,5.2,2.57,10,3.08,2.43,12,5.12,1.89,8,5.6,2.46,10,7.67,1.37,12,7.43,1.27,7,3.9,2.51,20,4.67,3.79,3,5.5,2.33,8,5.64,2.34,11
+daze,4.14,2.01,22,4.5,2.8,26,4.58,1.93,24,3.78,1.64,9,4.38,2.26,13,3.3,2.75,10,5.25,2.65,16,4.78,1.09,9,4.47,2.33,15,4.88,1.96,8,3.71,1.98,14,5.08,2.9,13,3.92,2.69,13,4.25,1.76,12,4.92,2.11,12,4.42,2.35,12,3.8,1.55,10,3.53,2.8,15,5.82,2.32,11,4.62,2.06,13,4.55,1.86,11
+dazzle,6.46,1.87,41,4.96,2.5,46,5.88,2.28,25,6.32,1.73,19,6.35,1.95,20,3.4,2.76,10,5.35,2.33,34,6.0,2.08,13,5.75,2.56,12,6.44,1.97,16,6.38,1.81,24,4.5,2.63,26,5.5,2.36,18,6.38,2.13,16,5.0,2.4,9,6.48,2.27,23,6.44,1.25,18,4.96,2.49,28,4.94,2.6,18,6.47,1.85,15,5.0,2.67,10
+dazzling,6.5,1.37,22,6.36,2.42,22,6.16,2.09,19,6.25,1.49,8,6.64,1.34,14,6.4,2.17,10,6.33,2.71,12,5.71,2.75,7,6.42,1.68,12,6.82,1.33,11,6.18,1.4,11,5.18,2.68,11,7.55,1.44,11,5.79,2.12,14,7.2,1.79,5,6.2,1.14,10,6.75,1.54,12,6.3,2.26,10,6.42,2.64,12,6.0,2.0,9,6.3,2.26,10
+deacon,5.09,1.6,22,3.87,2.32,23,5.11,2.05,19,5.0,1.41,8,5.0,1.73,13,4.5,2.67,8,3.43,2.17,14,4.86,1.86,7,5.18,2.32,11,5.5,1.31,8,4.69,1.7,13,4.0,3.2,9,3.79,1.67,14,4.0,2.08,7,5.75,1.82,12,5.45,1.69,11,4.73,1.49,11,2.78,2.59,9,4.57,1.91,14,5.44,1.71,16,3.33,3.21,3
+deactivate,3.95,1.36,20,4.58,2.76,24,6.19,1.96,27,4.38,1.19,8,3.67,1.44,12,4.0,2.5,9,4.93,2.94,15,6.43,1.7,14,5.92,2.25,13,3.67,1.22,9,4.18,1.47,11,4.5,2.88,12,4.67,2.77,12,5.69,2.32,13,6.64,1.5,14,3.6,1.35,10,4.3,1.34,10,4.08,2.5,12,5.08,3.03,12,6.36,1.36,11,6.06,2.32,16
+dead,2.02,1.39,42,3.91,2.15,23,2.66,2.22,44,2.05,1.58,19,2.0,1.24,23,4.0,2.24,7,3.93,2.25,15,2.61,1.92,23,2.55,2.5,20,1.87,1.36,23,2.21,1.44,19,4.8,2.35,10,3.25,1.86,12,2.41,1.8,27,3.06,2.77,17,2.0,1.41,24,2.06,1.39,18,3.9,2.1,20,4.0,3.0,3,2.97,2.37,35,1.44,0.73,9
+deadbeat,2.81,1.66,21,4.32,2.23,22,3.89,2.06,27,3.4,1.84,10,2.27,1.35,11,3.14,1.86,7,4.87,2.23,15,3.88,2.06,17,3.9,2.18,10,3.18,2.04,11,2.4,1.07,10,3.2,2.77,5,4.65,2.03,17,4.14,2.57,14,3.62,1.39,13,2.69,2.06,13,3.0,0.76,8,4.6,2.84,10,4.08,1.68,12,4.29,2.4,14,3.46,1.61,13
+deadline,3.19,1.4,21,5.74,2.56,23,4.53,2.39,19,3.12,1.55,8,3.42,1.24,12,5.62,2.77,8,5.93,2.59,14,4.57,2.44,7,4.45,2.58,11,2.38,1.3,8,3.92,1.0,12,6.0,2.6,9,5.57,2.62,14,3.29,2.14,7,5.25,2.3,12,3.8,1.48,10,2.64,1.12,11,4.44,3.0,9,6.57,1.91,14,4.62,2.25,16,4.0,3.61,3
+deadly,1.9,1.17,20,5.04,2.75,23,3.73,2.33,22,2.0,1.26,11,1.78,1.09,9,4.45,3.11,11,5.58,2.39,12,4.62,2.56,8,2.92,1.89,13,2.11,1.54,9,1.73,0.79,11,4.55,3.17,11,5.5,2.35,12,4.14,2.35,14,2.43,1.72,7,1.83,1.03,12,2.0,1.41,8,5.33,2.92,15,4.5,2.51,8,3.64,2.24,14,3.88,2.64,8
+deaf,3.19,2.18,21,4.27,2.41,22,2.86,1.88,21,5.0,3.54,5,2.62,1.26,16,4.55,2.62,11,4.0,2.28,11,1.91,0.83,11,3.56,2.01,9,2.67,2.27,12,3.89,1.96,9,4.47,2.61,15,3.86,2.04,7,3.09,1.7,11,2.6,2.12,10,2.54,1.98,13,4.25,2.19,8,4.44,2.53,18,3.5,1.91,4,2.64,1.74,14,3.29,2.21,7
+deafening,3.71,1.9,21,4.56,2.65,25,3.63,2.19,19,4.33,2.0,9,3.25,1.76,12,4.33,2.94,6,4.61,2.7,18,2.71,1.7,7,4.17,2.33,12,3.69,1.96,16,3.8,1.92,5,4.0,2.72,14,5.3,2.63,10,3.44,2.3,9,3.8,2.2,10,4.08,2.15,12,3.22,1.48,9,4.56,2.66,16,4.56,2.79,9,3.45,2.46,11,3.88,1.89,8
+deal,6.14,1.52,22,3.9,2.39,21,6.12,2.03,17,5.83,0.75,6,6.4,1.68,15,2.86,1.95,7,4.43,2.47,14,6.67,2.0,9,5.5,2.0,8,6.0,1.3,14,6.71,1.8,7,3.56,2.3,9,4.17,2.52,12,6.89,1.76,9,5.25,2.05,8,5.79,1.58,14,6.75,1.28,8,4.5,2.74,6,3.67,2.29,15,6.78,1.72,9,5.38,2.2,8
+dealer,4.18,1.99,22,5.42,2.24,19,5.0,2.24,21,5.4,2.3,5,3.75,1.84,16,6.0,1.77,8,5.0,2.53,11,4.8,2.1,10,5.18,2.44,11,4.42,2.07,12,3.9,1.97,10,5.5,2.07,10,5.33,2.55,9,5.0,2.17,12,5.0,2.45,9,3.91,2.3,11,4.45,1.69,11,5.38,2.26,8,5.45,2.34,11,4.89,2.09,9,5.08,2.43,12
+dealership,5.15,1.63,20,2.9,1.83,20,4.41,1.74,22,5.71,1.11,7,4.85,1.82,13,3.11,1.83,9,2.73,1.9,11,4.83,1.47,6,4.25,1.84,16,4.9,1.66,10,5.33,1.73,9,2.62,1.92,8,3.08,1.83,12,5.0,1.6,15,3.14,1.35,7,5.55,2.02,11,4.67,0.87,9,3.08,1.98,12,2.62,1.69,8,5.27,1.19,11,3.55,1.81,11
+death,1.89,1.24,19,5.53,2.62,43,3.42,2.36,19,1.33,0.58,3,1.93,1.33,15,5.85,2.54,20,5.26,2.72,23,3.2,2.39,10,3.67,2.45,9,1.83,1.6,6,1.83,1.11,12,5.65,2.74,17,5.46,2.6,26,3.25,1.67,8,3.7,2.95,10,1.83,1.11,12,2.0,1.53,7,5.6,2.25,25,5.44,3.13,18,2.12,0.83,8,4.36,2.69,11
+deathbed,1.79,1.87,19,4.05,2.77,22,2.96,2.14,27,2.43,2.99,7,1.42,0.67,12,3.7,2.36,10,4.33,3.14,12,3.07,2.37,15,2.73,1.95,11,1.4,0.84,10,2.22,2.59,9,4.11,2.32,9,4.0,3.14,13,3.53,2.32,17,1.78,1.3,9,1.92,2.22,13,1.5,0.84,6,3.75,2.67,16,4.83,3.13,6,3.58,2.54,12,2.47,1.68,15
+deathly,1.95,1.18,19,6.05,2.33,20,2.95,2.26,20,1.33,0.58,3,1.93,1.16,15,6.1,2.47,10,6.0,2.31,10,3.9,2.81,10,2.0,0.94,10,2.0,1.26,6,1.75,1.06,12,5.57,3.36,7,6.31,1.65,13,2.12,0.83,8,3.5,2.75,12,1.67,1.07,12,2.43,1.27,7,5.8,2.82,10,6.3,1.83,10,2.0,1.12,9,3.73,2.69,11
+debacle,4.2,2.02,20,4.78,2.24,23,4.06,2.39,18,4.33,2.65,9,4.09,1.45,11,5.36,2.2,11,4.25,2.22,12,3.9,2.42,10,4.25,2.49,8,4.0,1.83,7,4.33,2.27,12,5.0,2.49,11,4.58,2.07,12,4.29,2.75,7,3.91,2.26,11,3.77,1.69,13,5.0,2.45,7,4.0,1.95,11,5.5,2.32,12,3.89,1.69,9,4.22,3.03,9
+debatable,5.62,1.53,21,5.8,2.4,20,4.86,2.11,36,5.75,1.49,8,5.54,1.61,13,5.6,2.3,5,5.87,2.5,15,4.45,2.11,11,5.04,2.13,25,5.77,1.59,13,5.38,1.51,8,6.17,1.8,12,5.25,3.15,8,4.8,2.21,20,4.94,2.05,16,5.36,1.43,11,5.9,1.66,10,6.45,2.5,11,5.0,2.12,9,4.77,2.18,22,5.0,2.08,14
+debate,4.95,1.39,20,4.86,2.41,21,5.96,2.41,25,4.67,1.53,3,5.0,1.41,17,5.14,2.27,7,4.77,2.65,13,6.62,2.0,8,5.65,2.57,17,4.57,1.27,7,5.15,1.46,13,4.71,2.56,7,5.0,2.52,13,6.14,2.66,14,5.73,2.15,11,5.0,1.12,9,4.91,1.64,11,4.45,2.42,11,5.3,2.45,10,5.56,2.53,18,7.0,1.83,7
+debauchery,4.21,2.2,19,5.28,2.4,18,3.88,2.26,17,4.73,2.33,11,3.5,1.93,8,7.75,1.26,4,4.57,2.17,14,4.0,2.62,8,3.78,2.05,9,5.12,2.42,8,3.55,1.86,11,5.57,1.51,7,5.09,2.88,11,5.17,2.14,6,3.18,2.09,11,4.38,2.5,13,3.83,1.47,6,4.64,2.66,11,6.29,1.6,7,3.71,2.14,7,4.0,2.45,10
+debilitating,3.0,2.16,19,4.41,2.58,22,3.0,2.05,21,3.22,1.79,9,2.8,2.53,10,4.88,2.59,8,4.14,2.63,14,2.82,1.54,11,3.2,2.57,10,3.57,1.51,7,2.67,2.46,12,4.0,2.05,10,4.75,2.99,12,3.42,2.35,12,2.44,1.51,9,3.7,2.54,10,2.22,1.39,9,4.38,2.62,8,4.43,2.65,14,3.21,2.08,14,2.57,2.07,7
+debrief,4.59,1.4,22,3.61,2.29,23,5.58,2.14,19,4.38,1.06,8,4.38,1.04,13,4.0,2.67,8,3.43,2.21,14,4.86,2.91,7,5.91,1.58,11,4.12,1.25,8,4.54,0.88,13,3.44,2.65,9,3.71,2.13,14,6.0,2.31,7,5.33,2.1,12,4.18,0.75,11,5.0,1.79,11,2.22,1.99,9,4.5,2.07,14,5.5,2.31,16,6.0,1.0,3
+debriefing,5.05,1.82,20,3.48,1.47,21,5.41,2.38,34,4.5,1.9,10,5.6,1.65,10,4.25,1.49,8,3.0,1.29,13,5.79,2.22,14,5.15,2.5,20,4.67,1.8,9,5.36,1.86,11,3.62,1.5,13,3.25,1.49,8,5.55,2.48,22,5.17,2.25,12,4.4,1.78,10,5.7,1.7,10,3.43,1.55,14,3.57,1.4,7,5.65,2.23,17,5.18,2.56,17
+debris,4.2,1.74,20,4.23,2.29,22,4.68,1.97,19,4.56,2.4,9,3.91,0.94,11,3.6,2.19,5,4.31,2.39,16,4.5,2.81,6,4.77,1.59,13,4.57,1.79,14,3.33,1.37,6,4.08,2.71,12,4.22,1.79,9,4.67,0.87,9,4.7,2.67,10,5.1,1.66,10,3.3,1.34,10,3.5,2.68,12,5.1,1.37,10,4.5,2.81,6,4.77,1.59,13
+debt,1.95,0.97,21,5.93,2.58,43,3.71,2.56,48,2.08,0.79,12,1.78,1.2,9,6.16,2.36,19,5.83,2.81,23,4.31,2.53,26,3.0,2.47,22,1.0,0.0,4,2.18,0.95,17,5.22,3.0,18,6.44,2.14,25,4.14,2.68,29,3.05,2.27,19,2.08,1.0,12,1.78,0.97,9,4.8,2.89,20,6.91,1.81,23,3.92,2.51,26,3.45,2.65,22
+debut,5.81,1.89,21,3.41,1.99,22,5.52,1.99,27,5.8,0.92,10,5.82,2.52,11,2.86,2.27,7,3.67,1.88,15,5.35,2.15,17,5.8,1.75,10,5.64,2.25,11,6.0,1.49,10,3.2,2.59,5,3.47,1.87,17,5.21,2.33,14,5.85,1.57,13,5.77,2.09,13,5.88,1.64,8,3.0,2.11,10,3.75,1.91,12,6.07,2.34,14,4.92,1.38,13
+debutante,5.0,1.56,20,4.23,1.88,22,5.81,1.78,21,5.44,1.67,9,4.64,1.43,11,3.8,2.15,10,4.58,1.62,12,6.38,1.77,8,5.46,1.76,13,4.93,1.33,14,5.17,2.14,6,3.75,1.75,8,4.5,1.95,14,5.75,0.89,8,5.85,2.19,13,4.7,1.16,10,5.3,1.89,10,4.42,1.78,12,4.0,2.05,10,5.25,1.29,12,6.56,2.13,9
+decade,4.75,1.77,20,3.61,2.52,18,4.79,2.38,24,5.2,1.1,5,4.6,1.96,15,3.2,1.64,5,3.77,2.83,13,4.0,1.83,13,5.73,2.69,11,4.8,1.93,10,4.7,1.7,10,4.57,2.7,7,3.0,2.32,11,3.88,1.96,16,6.62,2.13,8,4.14,1.46,14,6.17,1.72,6,4.08,2.81,12,2.67,1.63,6,5.2,2.62,15,4.11,1.83,9
+decadence,5.21,2.66,19,4.32,2.5,22,6.12,2.11,24,4.33,2.88,6,5.62,2.57,13,4.33,2.5,12,4.3,2.63,10,5.88,2.75,8,6.25,1.81,16,5.5,2.27,10,4.89,3.14,9,5.11,2.71,9,3.77,2.28,13,5.88,2.09,17,7.0,2.28,6,4.62,2.77,8,5.64,2.62,11,3.33,2.4,9,5.0,2.42,13,5.88,2.22,16,6.62,1.92,8
+decadent,6.09,1.41,22,4.05,2.52,21,5.45,2.52,22,5.71,1.38,14,6.75,1.28,8,3.91,2.66,11,4.33,2.6,9,4.0,1.79,6,6.0,2.58,16,5.6,1.58,10,6.5,1.17,12,3.18,2.4,11,5.0,2.4,10,5.54,2.22,13,5.33,3.04,9,6.08,1.24,12,6.1,1.66,10,3.85,2.48,13,4.38,2.72,8,6.0,2.0,12,4.8,3.01,10
+decaf,3.62,1.88,21,3.0,1.97,20,5.41,2.94,22,4.67,0.82,6,3.2,2.04,15,3.12,2.17,8,2.92,1.93,12,5.42,3.26,12,5.4,2.67,10,3.56,2.35,9,3.67,1.56,12,3.78,2.17,9,2.36,1.63,11,4.0,2.94,7,6.07,2.79,15,3.1,1.66,10,4.09,2.02,11,3.62,2.14,13,1.86,0.9,7,5.17,3.01,12,5.7,2.98,10
+decathlon,4.67,1.33,18,4.5,2.71,18,5.71,2.14,17,4.73,1.1,11,4.57,1.72,7,5.25,3.1,4,4.29,2.67,14,4.5,2.14,8,6.78,1.56,9,4.88,0.83,8,4.5,1.65,10,4.71,2.75,7,4.36,2.8,11,5.17,1.17,6,6.0,2.53,11,4.62,1.39,13,4.8,1.3,5,4.27,3.13,11,4.86,2.04,7,6.43,2.3,7,5.2,1.99,10
+decay,2.4,1.57,20,4.59,2.59,22,2.84,2.01,19,2.22,1.99,9,2.55,1.21,11,3.8,3.11,5,4.94,2.52,16,1.33,0.52,6,3.54,2.07,13,2.36,1.55,14,2.5,1.76,6,4.33,2.71,12,5.11,2.62,9,2.67,1.41,9,3.0,2.49,10,3.0,2.0,10,1.8,0.63,10,4.17,3.07,12,5.1,1.91,10,2.17,1.6,6,3.15,2.15,13
+decaying,2.81,2.11,21,4.68,2.4,19,3.14,1.82,21,3.17,2.14,6,2.67,2.16,15,4.75,2.76,8,4.64,2.25,11,2.82,1.33,11,3.5,2.27,10,2.67,2.16,6,2.87,2.17,15,4.7,2.95,10,4.67,1.8,9,3.43,2.06,14,2.57,1.13,7,2.57,2.07,7,2.93,2.2,14,4.62,2.6,13,4.83,2.14,6,3.42,2.19,12,2.78,1.2,9
+deceased,2.73,2.07,22,4.86,2.94,21,2.64,2.28,22,2.36,1.91,14,3.38,2.33,8,5.0,3.03,11,5.0,3.0,9,4.5,2.95,6,1.94,1.57,16,2.6,2.12,10,2.83,2.12,12,4.64,3.23,11,5.1,2.73,10,3.08,2.43,13,2.0,2.0,9,3.0,2.59,12,2.4,1.26,10,4.54,3.1,13,5.38,2.77,8,2.5,2.24,12,2.8,2.44,10
+decedent,5.3,1.84,20,3.15,1.93,20,4.81,2.38,21,7.17,1.17,6,4.5,1.45,14,3.25,2.19,8,3.08,1.83,12,5.67,2.46,12,3.67,1.8,9,5.67,2.06,9,5.0,1.67,11,3.56,1.88,9,2.82,1.99,11,3.43,1.9,7,5.5,2.35,14,5.0,2.11,10,5.6,1.58,10,3.54,2.03,13,2.43,1.62,7,4.92,2.64,12,4.67,2.12,9
+deceit,2.89,2.02,19,5.62,1.94,21,4.24,2.22,25,3.44,1.88,9,2.4,2.12,10,5.88,2.42,8,5.46,1.66,13,4.38,1.77,8,4.18,2.46,17,3.71,1.6,7,2.42,2.15,12,5.33,2.0,9,5.83,1.95,12,4.43,2.06,14,4.0,2.49,11,2.4,1.51,10,3.44,2.46,9,6.1,1.29,10,5.18,2.36,11,3.67,2.3,18,5.71,1.11,7
+deceitful,2.6,1.67,20,5.18,2.56,22,4.11,2.28,27,3.43,2.07,7,2.15,1.28,13,4.7,2.41,10,5.58,2.71,12,3.13,1.36,15,5.36,2.77,11,2.64,1.21,11,2.56,2.19,9,5.22,2.44,9,5.15,2.73,13,4.76,2.46,17,2.78,1.3,9,2.62,1.76,13,2.57,1.62,7,5.0,2.58,16,5.67,2.66,6,4.08,2.61,12,4.13,2.07,15
+deceive,2.95,1.43,21,5.9,2.17,20,4.58,2.24,24,3.42,1.62,12,2.33,0.87,9,7.17,1.17,6,5.36,2.31,14,5.22,1.79,9,4.2,2.46,15,2.0,1.15,4,3.18,1.42,17,6.0,1.7,10,5.8,2.66,10,4.14,1.86,7,4.76,2.41,17,2.83,1.11,12,3.11,1.83,9,5.23,2.2,13,7.14,1.57,7,4.44,2.01,9,4.67,2.44,15
+decency,5.55,2.01,20,3.36,1.65,22,6.21,2.2,19,5.56,2.07,9,5.55,2.07,11,3.2,2.28,5,3.5,1.51,16,6.0,3.22,6,6.31,1.7,13,5.71,1.73,14,5.17,2.71,6,3.25,1.48,12,3.67,1.94,9,5.11,1.45,9,7.2,2.35,10,6.1,1.45,10,5.0,2.4,10,2.92,1.73,12,3.9,1.45,10,6.17,2.86,6,6.23,1.96,13
+decent,6.27,1.8,22,4.15,2.62,20,6.74,2.54,19,5.77,2.05,13,7.0,1.12,9,4.71,2.69,7,3.85,2.64,13,6.0,2.77,7,7.17,2.41,12,6.25,2.14,12,6.3,1.42,10,4.0,2.4,9,4.27,2.9,11,5.4,2.84,10,8.22,0.83,9,6.5,2.15,12,6.0,1.33,10,5.29,2.56,7,3.54,2.54,13,7.0,2.52,7,6.58,2.64,12
+deception,2.36,1.14,22,5.79,2.37,19,3.81,1.83,21,2.2,0.45,5,2.44,1.31,16,6.25,1.98,8,5.45,2.66,11,3.9,1.91,10,3.73,1.85,11,2.42,1.0,12,2.3,1.34,10,6.1,1.66,10,5.44,3.05,9,3.33,1.3,12,4.44,2.3,9,1.91,0.83,11,2.82,1.25,11,5.38,2.0,8,6.09,2.66,11,3.67,2.06,9,3.92,1.73,12
+deceptive,3.73,1.86,22,4.95,2.77,21,3.86,2.21,22,4.21,1.85,14,2.88,1.64,8,5.64,2.77,11,4.44,2.74,9,4.5,1.87,6,3.62,2.33,16,4.0,2.36,10,3.5,1.38,12,4.27,2.9,11,5.7,2.54,10,4.15,2.12,13,3.44,2.4,9,3.75,2.01,12,3.7,1.77,10,4.69,2.98,13,5.38,2.5,8,4.5,2.11,12,3.1,2.18,10
+decide,6.28,1.87,18,3.1,2.47,20,6.28,2.08,18,5.5,1.93,8,6.9,1.66,10,3.0,1.91,7,3.15,2.79,13,5.82,1.72,11,7.0,2.52,7,5.73,1.74,11,7.14,1.86,7,1.78,1.39,9,4.18,2.68,11,6.36,2.29,11,6.14,1.86,7,5.92,1.83,12,7.0,1.9,6,2.25,1.96,12,4.38,2.72,8,7.0,1.8,9,5.56,2.19,9
+decimal,4.68,1.17,22,3.35,2.3,26,5.52,2.37,23,4.78,1.72,9,4.62,0.65,13,2.4,2.07,10,3.94,2.29,16,4.89,1.96,9,5.93,2.59,14,4.12,1.36,8,5.0,0.96,14,3.46,2.18,13,3.23,2.49,13,4.64,2.11,11,6.33,2.39,12,4.58,0.67,12,4.8,1.62,10,2.87,2.39,15,4.0,2.1,11,5.0,2.34,12,6.09,2.39,11
+decimeter,4.82,1.22,22,2.5,1.7,20,4.76,1.92,21,4.79,1.48,14,4.88,0.64,8,2.5,1.72,10,2.67,1.8,9,4.33,1.97,6,4.93,1.94,15,4.4,1.65,10,5.17,0.58,12,2.45,1.97,11,2.56,1.42,9,4.69,1.38,13,4.88,2.7,8,4.75,1.48,12,4.9,0.88,10,2.46,1.9,13,2.57,1.4,7,4.42,1.44,12,5.22,2.44,9
+decipher,5.09,1.15,22,4.39,2.52,23,5.68,1.7,19,5.75,0.71,8,4.69,1.25,13,4.0,2.67,8,4.57,2.59,14,5.14,2.04,7,5.91,1.51,11,5.62,0.74,8,4.77,1.3,13,3.78,3.07,9,4.79,2.12,14,4.43,1.27,7,6.42,1.51,12,4.73,1.49,11,5.45,0.52,11,3.22,2.73,9,5.14,2.14,14,5.62,1.82,16,6.0,1.0,3
+decision,5.5,1.86,18,3.43,2.38,21,6.89,2.14,18,5.0,2.0,8,5.9,1.73,10,3.43,2.88,7,3.43,2.21,14,6.36,2.34,11,7.71,1.6,7,5.18,1.72,11,6.0,2.08,7,3.22,2.77,9,3.58,2.15,12,7.09,2.43,11,6.57,1.72,7,5.0,1.65,12,6.5,1.97,6,2.83,2.29,12,4.22,2.39,9,7.67,1.66,9,6.11,2.37,9
+decisive,6.78,1.52,18,3.95,2.46,20,5.76,1.92,25,6.8,1.48,5,6.77,1.59,13,3.91,2.77,11,4.0,2.18,9,6.0,2.13,16,5.33,1.5,9,6.43,1.4,7,7.0,1.61,11,3.22,2.59,9,4.55,2.3,11,5.85,2.11,20,5.4,0.89,5,6.22,1.2,9,7.33,1.66,9,3.73,2.05,11,4.22,2.99,9,5.26,1.91,19,7.33,0.82,6
+deck,5.68,1.67,22,3.25,2.31,20,5.38,1.94,21,5.5,1.79,14,6.0,1.51,8,4.0,2.79,10,2.67,1.5,9,4.83,2.64,6,5.6,1.64,15,5.7,2.11,10,5.67,1.3,12,2.27,1.74,11,4.44,2.46,9,5.23,2.17,13,5.62,1.6,8,5.33,1.5,12,6.1,1.85,10,3.42,2.5,12,3.0,2.14,8,5.5,1.51,12,5.22,2.49,9
+declaration,5.67,1.53,21,4.24,2.36,21,5.24,1.89,21,5.33,1.66,9,5.92,1.44,12,3.67,3.08,6,4.36,2.13,14,4.33,2.66,6,5.6,1.45,15,5.22,1.72,9,6.0,1.35,12,5.8,2.49,5,3.75,2.18,16,5.0,2.0,10,5.45,1.86,11,6.25,1.66,12,4.89,0.93,9,4.5,2.07,8,4.08,2.6,13,4.92,2.11,12,5.67,1.58,9
+declare,5.42,1.07,19,4.4,1.98,20,6.13,2.32,23,4.67,1.53,3,5.56,0.96,16,5.0,1.0,7,4.08,2.33,13,5.22,2.54,9,6.71,2.05,14,5.78,1.09,9,5.1,0.99,10,5.0,1.77,8,4.0,2.09,12,6.07,2.76,15,6.25,1.28,8,5.0,1.15,7,5.67,0.98,12,4.6,1.96,10,4.2,2.1,10,6.69,2.25,13,5.4,2.32,10
+decline,3.19,1.4,21,3.6,2.5,20,3.71,2.12,21,3.67,1.37,6,3.0,1.41,15,4.62,3.11,8,2.92,1.83,12,3.83,2.29,12,3.56,2.01,9,3.67,1.32,9,2.83,1.4,12,4.56,2.92,9,2.82,1.89,11,3.29,1.6,7,3.93,2.37,14,3.4,1.65,10,3.0,1.18,11,3.38,2.4,13,4.0,2.83,7,3.42,2.43,12,4.11,1.69,9
+deco,5.29,1.98,21,3.74,2.03,23,4.9,1.84,21,4.4,2.3,5,5.56,1.86,16,4.0,1.91,12,3.45,2.21,11,5.18,1.89,11,4.22,1.48,9,4.75,2.18,12,6.0,1.5,9,4.44,1.86,16,2.14,1.46,7,4.91,1.76,11,4.9,2.02,10,5.77,1.79,13,4.5,2.14,8,3.79,2.1,19,3.5,1.91,4,4.5,1.87,14,5.71,1.6,7
+decode,5.5,1.43,20,4.59,2.36,22,6.58,1.95,19,5.67,1.87,9,5.36,1.03,11,3.6,2.88,5,4.88,2.28,16,7.33,1.97,6,6.23,1.92,13,5.36,1.55,14,5.83,1.17,6,3.92,2.31,12,5.44,2.4,9,5.56,1.81,9,7.5,1.65,10,5.9,1.29,10,5.1,1.52,10,3.83,2.41,12,5.5,2.07,10,7.5,1.64,6,6.15,1.99,13
+decoder,6.21,1.65,19,3.43,2.42,21,5.57,2.18,28,5.83,1.6,6,6.38,1.71,13,3.6,2.5,10,3.27,2.45,11,5.55,2.7,11,5.59,1.87,17,6.27,1.62,11,6.12,1.81,8,3.3,2.58,10,3.55,2.38,11,5.0,2.22,18,6.6,1.78,10,6.23,1.64,13,6.17,1.83,6,3.5,2.65,14,3.29,2.06,7,5.19,2.34,16,6.08,1.93,12
+decompose,2.42,1.26,19,4.17,2.23,18,3.4,1.73,20,2.89,1.36,9,2.0,1.05,10,3.67,1.75,6,4.42,2.47,12,3.67,1.97,6,3.29,1.68,14,2.33,1.32,9,2.5,1.27,10,4.4,2.01,10,3.88,2.59,8,3.8,1.69,10,3.0,1.76,10,2.33,1.15,12,2.57,1.51,7,2.78,1.99,9,5.56,1.51,9,2.5,1.51,8,4.0,1.65,12
+decomposition,3.16,1.74,19,4.0,2.55,24,3.89,2.08,28,4.12,1.25,8,2.45,1.75,11,3.67,2.06,9,4.2,2.86,15,3.14,1.61,14,4.64,2.27,14,2.33,1.66,9,3.9,1.52,10,3.67,2.57,12,4.33,2.61,12,3.86,2.32,14,3.93,1.9,14,2.6,1.78,10,3.78,1.56,9,3.67,2.57,12,4.33,2.61,12,3.92,1.78,12,3.88,2.33,16
+decompress,4.43,1.57,21,3.52,2.37,25,4.79,2.02,19,4.67,1.32,9,4.25,1.76,12,2.33,1.21,6,3.83,2.6,18,4.43,2.15,7,5.0,2.0,12,4.62,1.59,16,3.8,1.48,5,3.79,2.64,14,3.0,2.05,10,4.67,2.5,9,4.9,1.6,10,4.08,1.78,12,4.89,1.17,9,3.44,2.39,16,3.67,2.45,9,4.18,1.99,11,5.62,1.85,8
+decompression,3.75,2.0,20,2.91,2.13,23,4.78,2.05,18,4.11,2.42,9,3.45,1.63,11,3.18,2.09,11,2.67,2.23,12,4.8,1.99,10,4.75,2.25,8,3.57,1.81,7,3.67,2.15,12,3.0,2.05,11,2.83,2.29,12,4.86,2.27,7,4.73,2.0,11,3.15,1.82,13,4.86,1.95,7,3.27,2.45,11,2.58,1.83,12,4.11,1.17,9,5.44,2.55,9
+decontamination,4.33,2.31,21,4.96,2.29,23,5.0,2.3,18,4.33,2.65,9,4.33,2.15,12,5.82,2.14,11,4.17,2.21,12,5.1,2.47,10,4.88,2.23,8,4.14,2.41,7,4.31,2.39,13,5.55,2.42,11,4.42,2.11,12,5.0,2.77,7,5.0,2.1,11,4.54,2.63,13,4.0,1.77,8,3.91,2.26,11,5.92,1.93,12,4.0,1.94,9,6.0,2.29,9
+decor,5.95,1.59,22,3.38,2.06,21,7.32,2.06,22,5.71,1.73,14,6.38,1.3,8,3.18,2.04,11,3.78,2.22,9,6.5,2.07,6,7.62,2.03,16,5.5,1.84,10,6.33,1.3,12,3.55,2.25,11,3.2,1.93,10,7.08,2.18,13,7.67,1.94,9,5.67,1.61,12,6.3,1.57,10,2.77,1.96,13,4.38,1.92,8,7.58,1.93,12,7.0,2.26,10
+decorate,6.26,1.59,38,4.33,2.46,21,6.95,1.9,20,6.38,1.44,24,6.07,1.86,14,3.57,1.62,7,5.0,2.65,13,5.86,2.61,7,7.54,1.13,13,6.41,2.15,17,6.14,0.96,21,3.57,2.37,7,5.0,2.35,13,6.6,2.03,15,8.0,1.0,5,6.32,1.73,22,6.19,1.42,16,4.0,2.53,11,4.7,2.45,10,6.5,1.96,10,7.4,1.84,10
+decoration,6.71,1.82,21,4.05,2.22,21,6.4,1.55,25,6.42,1.73,12,7.11,1.96,9,4.57,2.88,7,3.79,1.89,14,6.3,1.7,10,6.47,1.51,15,8.75,0.5,4,6.24,1.68,17,4.2,2.35,10,3.91,2.21,11,6.57,1.51,7,6.33,1.61,18,6.58,1.98,12,6.89,1.69,9,4.15,1.95,13,3.88,2.75,8,6.67,1.58,9,6.25,1.57,16
+decorative,7.52,1.47,21,4.76,2.26,25,6.45,2.04,22,7.62,0.92,8,7.46,1.76,13,4.69,2.5,13,4.83,2.08,12,6.69,1.97,13,6.11,2.2,9,8.12,0.99,8,7.42,1.38,12,5.14,1.79,14,4.27,2.76,11,6.75,1.91,12,6.1,2.23,10,7.2,1.87,10,7.82,0.98,11,4.82,2.46,17,4.62,1.92,8,5.7,2.54,10,7.08,1.31,12
+decorator,6.43,1.57,21,3.15,1.79,20,5.64,2.08,25,6.08,1.56,12,6.89,1.54,9,3.57,1.51,7,2.92,1.93,13,5.3,1.95,10,5.87,2.2,15,6.75,2.06,4,6.35,1.5,17,3.4,1.71,10,2.9,1.91,10,4.86,2.04,7,5.94,2.07,18,6.67,1.5,12,6.11,1.69,9,3.0,1.91,12,3.38,1.69,8,5.0,2.18,9,6.0,2.0,16
+decorum,5.5,1.85,20,2.91,1.87,22,5.73,2.24,26,5.9,1.79,10,5.1,1.91,10,2.29,1.6,7,3.2,1.97,15,5.38,2.45,16,6.3,1.83,10,5.6,1.84,10,5.4,1.96,10,2.8,2.49,5,2.94,1.75,17,5.14,2.63,14,6.42,1.51,12,5.08,1.83,12,6.12,1.81,8,3.4,2.27,10,2.5,1.45,12,5.79,2.55,14,5.67,1.92,12
+decoy,4.61,1.12,23,3.91,2.18,22,4.95,2.01,20,4.62,0.74,8,4.6,1.3,15,4.4,2.22,10,3.5,2.15,12,4.71,2.06,7,5.08,2.06,13,4.58,1.08,12,4.64,1.21,11,3.91,2.39,11,3.91,2.07,11,4.8,2.01,15,5.4,2.19,5,4.55,1.13,11,4.67,1.15,12,4.0,2.31,10,3.83,2.17,12,5.3,1.64,10,4.6,2.37,10
+decrease,4.16,1.42,19,3.05,1.81,22,3.68,2.08,22,3.73,1.19,11,4.57,1.62,7,3.5,2.2,8,2.79,1.58,14,3.33,2.66,6,3.81,1.91,16,3.88,1.64,8,4.36,1.29,11,2.78,1.86,9,3.23,1.83,13,4.5,2.32,10,3.0,1.65,12,4.25,1.71,12,4.0,0.82,7,2.64,2.01,11,3.45,1.57,11,3.62,1.89,13,3.78,2.44,9
+decree,5.33,1.65,21,3.9,2.63,20,4.53,2.4,34,6.0,1.41,8,4.92,1.71,13,5.0,2.65,5,3.53,2.61,15,3.64,2.06,11,4.96,2.48,23,5.69,1.84,13,4.75,1.16,8,4.25,2.77,12,3.38,2.5,8,4.26,2.56,19,4.87,2.23,15,5.45,1.63,11,5.2,1.75,10,3.91,3.02,11,3.89,2.26,9,4.57,2.48,21,4.46,2.37,13
+decrepit,3.05,1.5,20,4.83,2.53,23,3.46,1.88,28,3.62,1.41,8,2.67,1.5,12,4.44,2.46,9,5.07,2.64,14,3.14,1.66,14,3.79,2.08,14,2.78,1.56,9,3.27,1.49,11,4.83,2.44,12,4.82,2.75,11,2.93,1.98,14,4.0,1.66,14,2.9,1.73,10,3.2,1.32,10,4.36,2.38,11,5.25,2.7,12,3.75,2.01,12,3.25,1.81,16
+decryption,4.81,1.75,21,4.12,2.59,25,4.95,2.17,19,5.67,1.22,9,4.17,1.85,12,4.0,2.83,6,4.33,2.54,18,4.43,1.81,7,5.25,2.38,12,5.38,1.5,16,3.0,1.22,5,4.0,2.69,14,4.6,2.46,10,4.89,2.37,9,5.0,2.11,10,4.75,2.01,12,4.89,1.45,9,4.0,2.56,16,4.33,2.78,9,4.73,2.53,11,5.25,1.67,8
+dedicate,6.48,1.5,21,3.35,2.18,20,5.73,3.01,22,6.83,1.17,6,6.33,1.63,15,3.5,2.33,8,3.25,2.18,12,5.08,3.12,12,6.5,2.84,10,6.78,1.39,9,6.25,1.6,12,2.78,1.39,9,3.82,2.64,11,4.0,2.24,7,6.53,3.04,15,6.1,1.85,10,6.82,1.08,11,2.77,1.64,13,4.43,2.76,7,5.83,3.41,12,5.6,2.63,10
+dedication,7.38,1.02,21,4.36,2.18,25,7.18,1.62,22,7.75,1.04,8,7.15,0.99,13,4.85,2.38,13,3.83,1.9,12,7.23,1.3,13,7.11,2.09,9,7.88,0.64,8,7.0,1.13,12,4.57,1.95,14,4.09,2.51,11,6.92,1.78,12,7.5,1.43,10,7.8,0.92,10,7.0,1.0,11,4.53,2.48,17,4.0,1.41,8,6.8,2.04,10,7.5,1.17,12
+deduce,5.29,1.31,21,3.04,2.22,24,5.67,2.33,18,5.5,1.6,8,5.15,1.14,13,3.83,1.17,6,2.78,2.44,18,6.33,2.18,9,5.0,2.4,9,5.25,1.48,12,5.33,1.12,9,3.2,2.3,10,2.93,2.23,14,5.82,2.75,11,5.43,1.62,7,5.43,1.45,14,5.0,1.0,7,3.38,2.16,16,2.38,2.33,8,6.42,2.15,12,4.17,2.04,6
+deduct,4.24,2.05,21,4.11,2.18,19,4.86,2.24,21,3.25,0.5,4,4.38,2.25,16,5.5,1.77,8,3.09,1.92,11,4.8,1.93,10,4.91,2.59,11,3.64,1.5,11,4.9,2.42,10,4.6,2.32,10,3.56,2.01,9,4.5,2.28,12,5.33,2.24,9,3.18,1.89,11,5.4,1.58,10,3.75,2.19,8,4.36,2.25,11,5.0,2.0,9,4.75,2.49,12
+deductible,4.71,2.03,21,4.29,2.46,24,5.0,2.51,21,4.88,2.42,8,4.62,1.85,13,4.77,2.65,13,3.73,2.2,11,5.0,2.65,13,5.0,2.45,8,5.5,1.85,8,4.42,2.02,12,5.36,1.98,14,2.8,2.35,10,5.27,2.57,11,4.7,2.54,10,5.2,2.2,10,4.27,1.85,11,3.65,2.4,17,5.86,1.95,7,5.1,2.73,10,4.91,2.43,11
+deduction,5.14,1.96,21,3.23,2.02,22,5.22,2.17,27,5.0,1.56,10,5.27,2.33,11,2.43,1.9,7,3.6,2.03,15,5.18,2.38,17,5.3,1.89,10,4.36,2.06,11,6.0,1.49,10,3.0,3.08,5,3.29,1.72,17,4.86,2.41,14,5.62,1.89,13,4.38,1.98,13,6.38,1.19,8,2.6,1.96,10,3.75,2.01,12,4.86,2.41,14,5.62,1.89,13
+deed,5.89,1.37,18,3.0,1.59,20,5.92,2.06,25,6.8,1.3,5,5.54,1.27,13,3.09,1.45,11,2.89,1.83,9,6.0,2.31,16,5.78,1.64,9,6.43,1.13,7,5.55,1.44,11,2.78,1.86,9,3.18,1.4,11,6.05,2.19,20,5.4,1.52,5,5.78,1.48,9,6.0,1.32,9,2.64,1.75,11,3.44,1.33,9,5.58,2.12,19,7.0,1.55,6
+deejay,5.91,1.78,23,3.95,2.5,22,5.68,2.14,19,6.5,1.69,8,5.6,1.8,15,4.8,2.9,10,3.25,1.96,12,6.0,2.52,7,5.5,1.98,12,5.58,1.73,12,6.27,1.85,11,4.09,2.39,11,3.82,2.71,11,5.71,2.13,14,5.6,2.41,5,5.09,1.64,11,6.67,1.61,12,4.0,1.94,10,3.92,2.97,12,5.33,1.87,9,6.0,2.4,10
+deem,4.74,1.28,19,3.29,1.65,21,5.57,2.04,23,5.0,1.0,3,4.69,1.35,16,3.25,1.58,8,3.31,1.75,13,5.22,2.11,9,5.79,2.04,14,4.33,1.5,9,5.1,0.99,10,4.0,1.8,9,2.75,1.36,12,6.07,2.31,15,4.62,0.92,8,5.14,0.9,7,4.5,1.45,12,3.6,1.84,10,3.0,1.48,11,5.92,2.56,13,5.1,0.99,10
+deep,5.44,1.79,18,3.9,2.76,21,4.94,2.18,18,4.5,1.6,8,6.2,1.62,10,5.14,3.13,7,3.29,2.43,14,5.09,2.34,11,4.71,2.06,7,4.82,1.72,11,6.43,1.51,7,3.44,3.71,9,4.25,1.86,12,5.82,1.94,11,3.57,1.9,7,4.92,1.68,12,6.5,1.64,6,3.17,2.92,12,4.89,2.32,9,5.22,2.86,9,4.67,1.32,9
+deer,6.89,1.49,19,3.95,2.42,22,4.89,1.79,19,6.67,1.0,9,7.1,1.85,10,3.14,1.68,7,4.5,2.68,14,4.7,1.57,10,5.11,2.09,9,7.78,1.3,9,6.1,1.2,10,4.56,2.55,9,3.67,2.39,12,5.0,1.69,8,4.8,2.04,10,6.83,1.7,12,7.0,1.15,7,3.79,2.51,19,5.0,1.73,3,4.88,1.64,8,4.91,1.97,11
+defamation,2.9,1.41,20,5.62,1.94,21,2.56,1.64,25,3.18,1.17,11,2.56,1.67,9,5.86,1.77,7,5.5,2.07,14,2.6,1.35,10,2.53,1.85,15,3.25,2.06,4,2.81,1.28,16,5.2,1.93,10,6.0,1.95,11,1.86,0.9,7,2.83,1.79,18,2.83,1.59,12,3.0,1.2,8,5.54,2.15,13,5.75,1.67,8,1.78,0.83,9,3.0,1.83,16
+default,4.16,1.42,19,4.57,2.25,21,4.7,1.61,23,4.6,0.55,5,4.15,1.57,13,4.67,2.73,6,4.53,2.13,15,4.8,1.55,10,4.62,1.71,13,4.57,2.07,7,4.09,0.7,11,4.57,2.51,7,4.57,2.21,14,4.36,1.43,11,5.0,1.76,12,4.33,1.44,12,3.86,1.46,7,4.36,2.42,11,4.8,2.15,10,4.57,1.45,14,4.89,1.9,9
+defeat,3.74,1.79,19,4.14,2.49,22,3.87,2.36,23,3.09,1.7,11,4.29,1.38,7,4.38,2.88,8,4.0,2.35,14,3.43,2.15,7,4.06,2.49,16,4.12,2.1,8,3.45,1.57,11,4.11,2.47,9,4.15,2.61,13,4.0,2.24,11,3.75,2.56,12,3.92,1.88,12,3.43,1.72,7,4.09,3.02,11,4.18,1.99,11,3.46,2.57,13,4.4,2.07,10
+defeated,2.59,1.64,37,4.73,2.37,22,2.43,2.11,23,2.62,2.18,13,2.58,1.32,24,4.38,2.13,8,4.93,2.56,14,2.88,2.9,8,2.2,1.61,15,2.48,1.4,21,2.75,1.95,16,4.1,2.02,10,5.25,2.6,12,2.59,2.35,17,1.6,0.89,5,2.6,1.78,25,2.58,1.38,12,4.5,2.88,8,4.86,2.14,14,2.53,2.42,15,2.25,1.49,8
+defeatist,3.37,0.96,19,3.5,2.18,18,3.35,2.23,17,3.64,0.92,11,3.0,0.93,8,4.0,2.58,4,3.36,2.13,14,3.12,2.47,8,3.56,2.13,9,3.38,0.92,8,3.36,1.03,11,3.29,1.8,7,3.64,2.46,11,4.0,2.0,6,3.0,2.37,11,3.46,1.05,13,3.17,0.75,6,3.09,2.12,11,4.14,2.27,7,2.43,2.51,7,4.0,1.89,10
+defect,2.89,1.56,19,4.14,2.8,22,3.37,2.04,27,3.17,2.14,6,2.77,1.3,13,4.45,2.88,11,3.82,2.82,11,3.36,2.34,11,3.38,1.89,16,2.64,1.5,11,3.25,1.67,8,3.91,2.59,11,4.36,3.11,11,3.24,1.95,17,3.6,2.27,10,3.08,1.66,13,2.5,1.38,6,3.64,3.0,14,5.0,2.33,8,3.06,2.24,16,3.82,1.72,11
+defective,3.52,1.83,21,4.17,2.39,23,3.67,1.88,21,5.4,2.3,5,2.94,1.24,16,5.0,2.37,12,3.27,2.15,11,3.45,1.63,11,3.78,2.28,9,3.17,2.25,12,4.0,1.0,9,4.31,2.52,16,3.86,2.19,7,3.55,1.92,11,3.8,1.93,10,3.46,1.51,13,3.62,2.39,8,4.05,2.39,19,4.75,2.63,4,3.79,2.08,14,3.43,1.51,7
+defector,4.35,1.58,17,3.75,2.84,20,4.52,1.83,25,4.4,2.3,5,4.33,1.3,12,4.73,3.23,11,2.56,1.81,9,4.56,1.71,16,4.44,2.13,9,5.17,1.6,6,3.91,1.45,11,2.33,2.24,9,4.91,2.84,11,4.2,1.77,20,5.8,1.64,5,4.75,1.49,8,4.0,1.66,9,3.18,2.68,11,4.44,3.05,9,4.42,1.89,19,4.83,1.72,6
+defend,6.3,1.84,20,4.55,2.26,20,6.64,2.13,22,6.86,1.35,7,6.0,2.04,13,5.0,2.29,9,4.18,2.27,11,7.33,2.42,6,6.38,2.03,16,6.1,1.66,10,6.56,2.19,9,4.25,2.49,8,4.75,2.18,12,6.33,2.38,15,7.29,1.38,7,6.18,1.83,11,6.44,1.94,9,4.42,2.43,12,4.75,2.12,8,6.55,2.46,11,6.73,1.85,11
+defendant,4.05,1.51,19,4.14,2.43,21,3.95,2.46,20,4.0,1.0,3,4.06,1.61,16,5.0,2.76,6,3.8,2.31,15,3.67,1.75,6,4.07,2.76,14,4.7,1.06,10,3.33,1.66,9,4.14,2.73,7,4.14,2.38,14,4.3,2.67,10,3.6,2.32,10,4.12,0.99,8,4.0,1.84,11,3.78,3.03,9,4.42,1.98,12,4.5,3.42,8,3.58,1.62,12
+defender,5.05,2.25,19,3.76,1.97,21,4.9,2.4,20,5.67,1.15,3,4.94,2.41,16,4.0,2.1,6,3.67,1.99,15,5.67,1.75,6,4.57,2.62,14,4.7,1.89,10,5.44,2.65,9,4.29,1.8,7,3.5,2.07,14,5.3,2.75,10,4.5,2.07,10,5.0,1.6,8,5.09,2.7,11,3.44,1.94,9,4.0,2.04,12,6.38,2.72,8,3.92,1.62,12
+defense,5.36,1.84,22,5.11,2.62,19,5.53,2.59,19,5.92,1.44,13,4.56,2.13,9,5.29,2.29,7,5.0,2.89,12,4.71,3.2,7,6.0,2.17,12,5.5,2.02,12,5.2,1.69,10,5.22,2.44,9,5.0,2.91,10,4.8,2.82,10,6.33,2.18,9,5.58,2.23,12,5.1,1.29,10,5.5,2.26,6,4.92,2.84,13,6.57,1.99,7,4.92,2.78,12
+defenseless,2.68,1.42,19,4.9,2.07,20,3.95,2.35,20,3.0,2.0,3,2.67,1.4,15,4.9,2.23,10,4.9,2.02,10,4.3,1.89,10,3.6,2.8,10,2.17,0.75,6,3.0,1.65,12,4.43,2.44,7,5.15,1.91,13,2.88,1.46,8,4.67,2.61,12,2.67,1.5,12,2.71,1.38,7,5.5,2.12,10,4.3,1.95,10,4.44,2.55,9,3.55,2.21,11
+defensive,4.65,1.81,20,4.28,2.95,18,4.08,2.6,24,4.8,1.92,5,4.6,1.84,15,5.6,2.88,5,3.77,2.92,13,3.92,2.43,13,4.27,2.9,11,5.4,2.01,10,3.9,1.29,10,5.86,2.79,7,3.27,2.69,11,4.25,2.46,16,3.75,3.01,8,4.5,1.34,14,5.0,2.76,6,4.67,2.81,12,3.5,3.33,6,4.53,3.0,15,3.33,1.66,9
+defer,4.5,1.04,18,2.7,2.03,20,4.08,1.55,25,4.2,0.84,5,4.62,1.12,13,2.91,1.97,11,2.44,2.19,9,4.06,1.53,16,4.11,1.69,9,4.86,1.21,7,4.27,0.9,11,2.11,1.96,9,3.18,2.04,11,4.25,1.52,20,3.4,1.67,5,4.44,0.73,9,4.56,1.33,9,2.18,1.54,11,3.33,2.45,9,4.0,1.49,19,4.33,1.86,6
+defiance,4.15,1.9,20,5.86,2.33,21,5.44,2.73,34,4.5,1.96,10,3.8,1.87,10,6.12,2.36,8,5.69,2.39,13,5.21,2.99,14,5.6,2.6,20,4.11,1.36,9,4.18,2.32,11,6.08,2.22,13,5.5,2.62,8,5.23,2.91,22,5.83,2.44,12,3.7,1.42,10,4.6,2.27,10,5.64,2.62,14,6.29,1.7,7,4.88,2.64,17,6.0,2.78,17
+defiant,4.12,2.15,40,5.9,1.64,21,6.02,2.69,48,4.71,2.49,14,3.81,1.92,26,6.43,1.51,7,5.64,1.69,14,5.32,2.61,22,6.62,2.65,26,4.68,2.28,22,3.44,1.82,18,5.6,2.07,10,6.18,1.17,11,5.86,2.63,28,6.25,2.81,20,4.39,2.29,23,3.76,1.95,17,5.77,1.83,13,6.12,1.36,8,5.86,2.93,28,6.25,2.36,20
+defibrillator,3.45,1.68,22,5.0,2.31,22,5.05,2.41,19,3.75,1.28,8,3.46,1.85,13,5.12,1.96,8,4.92,2.66,13,5.43,2.57,7,4.64,2.42,11,3.75,1.58,8,3.46,1.71,13,5.22,2.49,9,4.85,2.27,13,4.86,3.13,7,5.17,2.04,12,3.18,1.66,11,3.73,1.74,11,4.0,3.02,8,5.57,1.65,14,5.06,2.29,16,5.0,3.61,3
+deficiency,2.74,1.24,19,4.2,2.53,20,4.15,2.64,20,3.0,2.0,3,2.6,1.12,15,4.0,2.4,10,4.4,2.76,10,3.7,1.77,10,4.6,3.34,10,2.67,1.37,6,2.67,1.23,12,2.86,2.48,7,4.92,2.33,13,4.0,2.62,8,4.25,2.77,12,2.58,1.24,12,3.0,1.29,7,4.3,3.13,10,4.1,1.91,10,4.44,2.92,9,3.91,2.51,11
+deficient,3.63,1.21,19,3.56,2.01,18,3.88,2.2,17,4.0,1.26,11,3.12,0.99,8,4.5,2.52,4,3.29,1.86,14,4.38,2.26,8,3.44,2.19,9,3.38,1.19,8,3.82,1.25,11,3.43,1.62,7,3.64,2.29,11,5.0,2.28,6,3.27,2.0,11,3.62,1.12,13,3.67,1.51,6,3.0,2.0,11,4.43,1.81,7,2.43,0.98,7,4.9,2.28,10
+deficit,2.95,1.83,21,4.19,2.56,21,4.18,2.3,22,3.0,2.11,14,2.86,1.21,7,4.0,3.03,11,4.33,2.18,9,4.5,1.64,6,4.06,2.54,16,3.67,2.4,9,2.42,1.08,12,3.36,2.38,11,5.1,2.56,10,4.69,1.8,13,3.44,2.83,9,3.18,2.36,11,2.7,1.06,10,3.62,2.53,13,5.12,2.47,8,3.75,2.38,12,4.7,2.21,10
+define,5.57,1.57,21,3.95,2.5,20,5.31,1.97,36,5.75,1.58,8,5.46,1.61,13,3.4,1.82,5,4.13,2.72,15,5.18,2.04,11,5.36,1.98,25,5.77,1.59,13,5.25,1.58,8,4.17,2.66,12,3.62,2.39,8,5.0,2.05,20,5.69,1.85,16,5.45,1.44,11,5.7,1.77,10,3.91,2.84,11,4.0,2.18,9,5.14,2.23,22,5.57,1.5,14
+definite,5.79,1.18,19,4.19,1.94,21,5.39,2.76,23,5.0,0.0,3,5.94,1.24,16,4.86,2.27,7,3.85,1.82,13,6.12,2.1,8,5.0,3.05,15,5.57,0.79,7,5.92,1.38,12,4.71,2.21,7,3.92,1.89,13,5.08,2.75,13,5.8,2.86,10,5.62,1.41,8,5.91,1.04,11,4.27,1.95,11,4.1,2.02,10,5.33,2.89,18,5.6,2.51,5
+definition,5.63,2.09,19,3.14,2.44,22,5.68,1.76,28,5.5,1.97,6,5.69,2.21,13,2.55,1.63,11,3.73,3.0,11,6.36,1.91,11,5.24,1.56,17,5.64,2.29,11,5.62,1.92,8,2.91,2.3,11,3.36,2.66,11,5.44,1.92,18,6.1,1.45,10,5.62,2.06,13,5.67,2.34,6,3.57,2.9,14,2.38,1.06,8,5.81,1.97,16,5.5,1.51,12
+definitive,5.57,1.89,21,3.83,1.77,23,5.24,2.21,21,5.8,2.77,5,5.5,1.63,16,4.08,1.62,12,3.55,1.97,11,5.36,2.42,11,4.67,1.66,9,5.33,2.15,12,5.89,1.54,9,3.88,1.75,16,3.71,1.98,7,4.82,1.89,11,5.7,2.54,10,5.62,1.89,13,5.5,2.0,8,3.84,1.86,19,3.75,1.5,4,5.21,2.01,14,5.29,2.75,7
+deflect,5.1,1.22,21,3.68,2.48,25,5.37,2.81,19,5.22,1.09,9,5.0,1.35,12,3.67,2.5,6,3.72,2.61,18,5.29,2.93,7,5.42,2.87,12,5.31,1.2,16,4.4,1.14,5,3.43,2.59,14,4.1,2.51,10,6.0,3.24,9,4.8,2.39,10,5.08,1.16,12,5.11,1.36,9,4.06,2.52,16,3.0,2.4,9,5.09,3.24,11,5.75,2.25,8
+deformed,2.26,1.1,19,4.27,2.19,45,3.05,1.99,44,2.0,1.0,3,2.33,1.18,15,3.8,2.66,10,4.42,2.12,33,3.2,2.04,20,2.92,1.98,24,2.0,1.1,6,2.42,1.16,12,4.0,2.48,25,4.67,1.85,18,3.04,1.8,23,3.05,2.22,21,1.92,0.79,12,2.86,1.35,7,4.07,2.26,28,4.59,2.09,17,3.09,1.93,23,3.0,2.1,21
+deformity,3.18,1.65,22,4.71,2.39,21,3.82,2.38,22,3.21,1.72,14,3.12,1.64,8,5.64,2.5,11,4.0,1.73,9,4.0,2.1,6,3.75,2.54,16,3.5,2.07,10,2.92,1.24,12,4.45,2.25,11,5.0,2.62,10,3.85,1.99,13,3.78,2.99,9,3.17,1.85,12,3.2,1.48,10,4.62,2.66,13,4.88,2.03,8,3.67,1.97,12,4.0,2.91,10
+defrost,4.86,1.49,21,3.48,2.27,23,5.81,1.55,26,4.64,1.69,11,5.1,1.29,10,3.27,2.37,11,3.67,2.27,12,5.45,1.51,11,6.14,1.61,14,4.7,1.77,10,5.0,1.26,11,4.18,2.64,11,2.83,1.75,12,5.88,1.45,17,5.75,1.91,8,4.85,1.91,13,4.88,0.35,8,3.0,2.04,15,4.38,2.56,8,6.35,1.58,17,4.78,0.83,9
+deft,4.67,1.71,21,3.0,2.25,20,5.32,2.45,19,4.83,2.32,6,4.6,1.5,15,3.38,2.77,8,2.75,1.91,12,5.58,2.94,12,4.86,1.35,7,5.0,2.06,9,4.42,1.44,12,3.56,2.51,9,2.55,2.02,11,4.29,2.29,7,5.92,2.43,12,4.1,2.13,10,5.18,1.08,11,3.38,2.4,13,2.29,1.89,7,5.2,2.49,10,5.44,2.55,9
+defuse,5.78,2.32,18,4.68,2.15,22,5.77,2.11,22,5.88,1.73,8,5.7,2.79,10,4.25,1.75,8,4.93,2.37,14,5.82,2.04,11,5.73,2.28,11,6.33,1.51,6,5.5,2.65,12,4.0,1.56,10,5.25,2.45,12,5.62,2.33,13,6.0,1.87,9,5.8,2.57,10,5.75,2.12,8,5.5,2.33,8,4.21,1.97,14,5.86,2.35,14,5.62,1.77,8
+defy,4.84,1.46,19,5.43,2.18,21,5.3,2.2,23,5.2,0.84,5,4.77,1.69,13,5.0,2.1,6,5.6,2.26,15,4.2,2.1,10,6.15,1.95,13,5.57,1.27,7,4.45,1.51,11,4.43,2.51,7,5.93,1.9,14,5.0,1.79,11,5.58,2.57,12,4.67,1.07,12,5.14,2.04,7,4.82,2.4,11,6.1,1.79,10,4.64,2.13,14,6.33,2.0,9
+degenerate,2.7,1.3,20,4.68,2.36,19,2.95,1.5,22,1.71,0.76,7,3.23,1.24,13,4.62,2.83,8,4.73,2.1,11,2.83,1.6,6,3.0,1.51,16,3.1,1.52,10,2.33,1.0,9,4.43,2.44,7,4.83,2.41,12,3.47,1.51,15,1.86,0.69,7,2.55,1.37,11,2.89,1.27,9,4.91,2.59,11,4.38,2.13,8,2.91,1.64,11,3.0,1.41,11
+degeneration,3.48,1.57,21,4.18,2.3,22,3.67,1.85,21,3.4,2.51,5,3.5,1.26,16,4.92,2.15,12,3.3,2.26,10,3.27,1.27,11,3.56,1.67,9,3.25,1.48,12,3.78,1.72,9,4.27,2.43,15,4.0,2.16,7,3.82,1.54,11,3.5,2.22,10,3.54,1.81,13,3.38,1.19,8,4.47,2.22,19,2.33,2.31,3,3.57,1.65,14,3.86,2.34,7
+degradation,2.85,1.09,20,4.26,2.54,23,3.39,1.79,18,3.29,1.11,7,2.75,0.97,12,4.5,2.33,8,4.14,2.82,14,3.29,2.14,7,3.2,1.48,10,3.0,0.58,7,2.92,1.24,12,4.67,2.87,9,4.0,2.39,14,3.0,2.16,7,3.64,1.57,11,3.2,1.14,10,2.5,0.97,10,2.33,2.5,9,5.5,1.7,14,3.56,1.79,16,2.0,1.41,2
+degrade,2.62,1.16,21,4.95,2.44,21,4.4,2.52,25,2.33,1.07,12,3.0,1.22,9,5.29,2.29,7,4.79,2.58,14,4.6,2.46,10,4.27,2.63,15,2.5,0.58,4,2.65,1.27,17,4.2,2.39,10,5.64,2.38,11,4.14,2.73,7,4.5,2.5,18,2.67,1.23,12,2.56,1.13,9,5.15,2.34,13,4.62,2.72,8,3.0,1.66,9,5.19,2.61,16
+degree,5.63,1.12,19,4.1,1.92,21,5.0,2.15,23,6.0,1.0,3,5.56,1.15,16,4.62,0.92,8,3.77,2.31,13,6.0,1.41,9,4.36,2.34,14,5.22,0.97,9,6.0,1.15,10,4.67,2.06,9,3.67,1.78,12,5.0,2.51,15,5.0,1.41,8,6.0,1.53,7,5.42,0.79,12,4.0,1.76,10,4.18,2.14,11,4.85,2.51,13,5.2,1.69,10
+dehydration,3.38,1.96,21,4.68,2.82,25,3.32,2.63,19,3.78,2.44,9,3.08,1.56,12,4.17,3.25,6,4.83,2.83,18,2.43,2.57,7,3.83,2.62,12,3.5,2.22,16,3.0,0.71,5,4.36,3.08,14,5.1,2.69,10,2.67,2.12,9,3.9,3.0,10,3.33,2.19,12,3.44,1.74,9,4.88,2.96,16,4.33,2.69,9,2.55,2.34,11,4.38,2.77,8
+delay,3.45,1.76,20,3.0,2.29,20,3.68,2.01,25,2.0,1.15,4,3.81,1.72,16,4.5,3.0,4,2.62,2.03,16,4.89,2.47,9,3.0,1.37,16,2.88,1.25,8,3.83,1.99,12,3.44,2.46,9,2.64,2.2,11,3.79,1.85,14,3.55,2.3,11,3.0,1.26,11,4.0,2.18,9,1.67,1.32,9,4.09,2.39,11,4.06,2.18,18,2.71,1.11,7
+delayed,3.05,1.39,19,4.05,2.25,43,3.27,1.67,22,3.0,1.0,3,2.87,1.3,15,3.75,2.08,16,4.22,2.36,27,3.6,1.51,10,3.0,1.81,12,3.17,1.47,6,2.75,1.14,12,4.09,2.41,23,4.0,2.1,20,2.91,1.51,11,3.64,1.8,11,2.92,1.44,12,3.29,1.38,7,4.31,2.19,26,3.65,2.34,17,3.0,1.73,11,3.55,1.63,11
+delegate,5.15,1.5,20,3.72,2.35,18,6.32,2.03,22,5.8,1.64,5,4.93,1.44,15,3.17,1.6,6,4.0,2.66,12,5.5,2.17,10,7.0,1.71,12,6.1,1.1,10,4.2,1.23,10,4.1,2.6,10,3.25,2.05,8,5.73,2.33,11,6.91,1.58,11,4.92,1.56,12,5.5,1.41,8,2.11,1.69,9,5.33,1.73,9,5.82,1.94,11,6.82,2.09,11
+delegation,5.2,0.89,20,3.62,1.8,21,5.76,2.37,25,4.33,0.58,3,5.35,0.86,17,4.0,1.63,7,3.31,1.93,13,6.5,2.33,8,5.41,2.37,17,4.86,0.69,7,5.38,0.96,13,3.86,2.04,7,3.38,1.76,13,5.71,2.33,14,5.82,2.52,11,4.78,0.67,9,5.55,0.93,11,3.45,1.92,11,3.8,1.75,10,5.5,2.64,18,6.43,1.4,7
+delete,4.0,1.52,20,3.71,2.24,21,5.39,2.84,33,4.1,1.66,10,3.9,1.45,10,2.88,1.81,8,4.23,2.39,13,5.5,3.3,14,5.32,2.54,19,3.56,1.59,9,4.36,1.43,11,4.38,2.06,13,2.62,2.2,8,5.73,2.9,22,4.73,2.72,11,3.6,1.65,10,4.4,1.35,10,3.64,2.5,14,3.86,1.77,7,5.5,2.73,16,5.29,3.02,17
+deli,5.42,2.12,24,4.3,2.29,23,4.79,1.93,19,4.29,2.93,7,5.88,1.58,17,5.33,2.35,12,3.18,1.66,11,3.89,2.03,9,5.33,1.32,9,4.69,1.89,13,6.27,2.15,11,4.0,2.19,16,5.0,2.52,7,4.64,1.5,11,5.0,2.51,8,5.67,2.23,15,5.0,2.0,9,4.47,2.46,19,3.5,1.0,4,4.69,2.02,13,5.0,1.9,6
+deliberate,4.8,1.06,20,3.48,2.18,21,6.12,2.11,25,4.67,0.58,3,4.82,1.13,17,2.71,2.63,7,3.85,1.99,13,5.62,1.69,8,6.35,2.29,17,4.86,0.38,7,4.77,1.3,13,4.57,2.37,7,2.85,1.99,13,5.43,2.06,14,7.0,1.9,11,4.33,0.87,9,5.18,1.08,11,3.73,2.0,11,3.2,2.44,10,6.06,2.18,18,6.29,2.06,7
+deliberation,5.19,1.54,21,3.95,2.84,20,4.8,2.19,35,5.75,1.16,8,4.85,1.68,13,3.4,2.51,5,4.13,3.0,15,4.64,2.54,11,4.88,2.07,24,5.46,1.66,13,4.75,1.28,8,4.0,2.92,12,3.88,2.9,8,4.42,2.17,19,5.25,2.21,16,5.27,1.74,11,5.1,1.37,10,4.36,3.23,11,3.44,2.35,9,4.38,2.13,21,5.43,2.21,14
+delicacy,7.0,1.67,21,5.0,2.62,24,5.52,2.42,21,7.88,1.36,8,6.46,1.66,13,5.15,2.79,13,4.82,2.52,11,5.17,2.37,12,6.0,2.55,9,7.62,1.51,8,6.83,1.59,12,5.86,2.11,14,3.8,2.9,10,5.18,2.14,11,5.9,2.77,10,6.7,2.0,10,7.27,1.35,11,5.24,2.63,17,4.43,2.7,7,5.33,2.92,9,5.67,2.1,12
+delicate,6.38,1.69,21,3.09,2.21,23,5.04,2.07,26,6.09,1.7,11,6.7,1.7,10,3.82,2.56,11,2.42,1.68,12,5.18,2.18,11,5.0,2.11,14,6.7,1.95,10,6.09,1.45,11,3.55,2.34,11,2.67,2.1,12,5.29,1.93,17,4.62,2.5,8,7.08,1.66,13,5.25,1.04,8,2.87,1.88,15,3.5,2.83,8,5.06,2.3,17,5.0,1.66,9
+delicatessen,6.4,1.7,20,4.45,2.86,20,6.54,1.86,26,6.91,1.51,11,5.78,1.79,9,5.43,2.64,7,3.92,2.93,13,6.46,1.9,13,6.62,1.89,13,5.64,1.63,11,7.33,1.32,9,4.36,3.04,11,4.56,2.79,9,6.47,1.91,17,6.67,1.87,9,5.8,1.99,10,7.0,1.15,10,4.42,2.87,12,4.5,3.02,8,6.31,1.92,16,6.9,1.79,10
+delicious,7.38,1.83,21,4.92,2.92,24,5.8,2.55,20,7.5,1.41,8,7.31,2.1,13,5.83,2.48,6,4.61,3.05,18,6.09,2.21,11,5.44,3.0,9,7.33,2.1,12,7.44,1.51,9,5.1,2.69,10,4.79,3.17,14,5.85,2.54,13,5.71,2.75,7,7.36,1.95,14,7.43,1.72,7,5.0,2.76,16,4.75,3.41,8,5.58,2.54,12,6.12,2.7,8
+delight,8.21,0.92,19,5.02,2.69,43,7.29,1.63,24,7.78,1.09,9,8.6,0.52,10,3.75,2.3,12,5.53,2.75,30,6.75,1.83,8,7.56,1.5,16,8.22,1.09,9,8.2,0.79,10,5.17,2.41,12,4.97,2.83,31,6.79,1.81,14,8.0,1.05,10,8.17,1.03,12,8.29,0.76,7,5.5,2.63,20,4.61,2.74,23,7.76,1.52,17,6.14,1.35,7
+delighted,7.74,1.05,19,5.0,2.28,21,6.22,2.24,23,7.33,1.53,3,7.81,0.98,16,5.25,1.58,8,4.85,2.67,13,5.44,2.7,9,6.71,1.82,14,8.22,0.83,9,7.3,1.06,10,5.78,1.39,9,4.42,2.68,12,5.6,2.41,15,7.38,1.3,8,7.71,0.49,7,7.75,1.29,12,5.3,2.31,10,4.73,2.33,11,6.15,2.82,13,6.3,1.25,10
+delightful,7.38,1.83,21,6.16,2.75,19,6.76,1.79,21,6.5,2.38,4,7.62,1.75,16,6.38,3.25,8,6.0,2.49,11,5.9,2.02,10,7.55,1.13,11,6.73,2.28,11,8.1,0.74,10,5.6,2.67,10,6.78,2.86,9,6.75,1.71,12,6.78,1.99,9,7.2,2.2,10,7.55,1.51,11,4.38,2.07,8,7.45,2.5,11,6.67,2.12,9,6.83,1.59,12
+delinquency,2.55,1.23,20,5.27,2.1,22,4.14,1.96,21,2.67,1.12,9,2.45,1.37,11,5.4,2.32,10,5.17,1.99,12,3.88,1.13,8,4.31,2.36,13,2.71,1.2,14,2.17,1.33,6,5.12,2.64,8,5.36,1.82,14,4.62,1.6,8,3.85,2.15,13,3.0,1.25,10,2.1,1.1,10,5.17,2.29,12,5.4,1.96,10,4.5,2.11,12,3.67,1.73,9
+delinquent,3.45,1.57,20,4.9,2.43,20,2.86,1.8,21,4.0,2.0,6,3.21,1.37,14,5.0,2.27,8,4.83,2.62,12,3.27,2.1,11,2.4,1.35,10,3.67,2.16,6,3.36,1.34,14,4.8,2.39,10,5.0,2.58,10,3.0,2.15,14,2.57,0.79,7,3.17,2.32,6,3.57,1.22,14,4.86,2.74,14,5.0,1.67,6,2.25,1.22,12,3.67,2.18,9
+delirious,4.32,1.49,19,5.81,2.46,21,4.61,1.92,23,4.8,1.48,5,4.15,1.57,13,5.5,2.88,6,5.93,2.37,15,4.4,1.96,10,4.77,1.96,13,4.86,1.07,7,4.0,1.73,11,4.86,2.79,7,6.29,2.23,14,4.27,1.95,11,4.92,1.93,12,4.33,1.67,12,4.29,1.25,7,5.64,2.58,11,6.0,2.45,10,4.14,1.79,14,5.33,2.0,9
+delirium,3.4,1.6,20,4.94,2.82,18,3.27,1.88,22,3.4,1.52,5,3.4,1.68,15,5.67,2.66,6,4.58,2.94,12,3.8,1.62,10,2.83,2.04,12,3.4,1.35,10,3.4,1.9,10,5.3,2.79,10,4.5,2.98,8,3.91,2.12,11,2.64,1.43,11,3.08,1.62,12,3.88,1.55,8,3.78,3.42,9,6.11,1.45,9,4.09,1.87,11,2.45,1.57,11
+deliver,6.0,2.0,22,4.75,2.31,20,6.74,2.49,19,6.15,1.86,13,5.78,2.28,9,5.14,2.12,7,4.54,2.47,13,5.71,2.75,7,7.33,2.23,12,6.42,2.07,12,5.5,1.9,10,4.33,2.29,9,5.09,2.39,11,5.9,2.73,10,7.67,1.94,9,6.0,2.26,12,6.0,1.76,10,5.57,1.99,7,4.31,2.43,13,7.14,2.67,7,6.5,2.47,12
+deliverance,5.73,1.93,22,3.95,2.29,21,6.05,1.62,22,6.36,1.82,14,4.62,1.69,8,4.0,2.49,11,3.67,2.18,9,5.5,1.64,6,6.25,1.61,16,5.7,1.77,10,5.75,2.14,12,2.82,1.78,11,5.2,2.2,10,5.54,1.2,13,6.78,1.92,9,6.0,1.86,12,5.4,2.07,10,4.31,2.63,13,3.38,1.6,8,5.42,1.62,12,6.8,1.32,10
+delivery,6.0,1.14,18,4.04,2.27,24,5.37,2.66,27,5.5,0.76,8,6.4,1.26,10,4.33,2.4,9,3.87,2.26,15,4.92,2.72,13,5.79,2.64,14,6.38,0.92,8,5.7,1.25,10,4.42,2.43,12,3.67,2.15,12,4.69,2.81,13,6.0,2.45,14,6.0,0.87,9,6.0,1.41,9,4.25,2.42,12,3.83,2.21,12,6.25,1.71,12,4.67,3.11,15
+delta,5.3,1.45,20,3.32,2.15,22,6.15,2.23,27,6.29,1.6,7,4.77,1.09,13,3.3,2.16,10,3.33,2.23,12,6.6,1.84,15,5.73,2.69,11,5.09,1.38,11,5.56,1.59,9,4.44,1.74,9,2.54,2.11,13,6.65,2.52,17,5.44,1.33,9,5.77,1.54,13,4.43,0.79,7,3.06,2.05,16,4.0,2.45,6,6.08,2.57,12,6.2,2.01,15
+delude,3.62,1.2,21,3.95,2.08,22,4.35,1.9,26,3.73,1.01,11,3.5,1.43,10,3.55,2.25,11,4.36,1.91,11,3.55,1.44,11,5.07,2.02,14,4.1,1.2,10,3.18,1.08,11,3.73,2.33,11,4.18,1.89,11,4.71,1.83,17,3.75,2.05,8,3.69,1.18,13,3.5,1.31,8,3.93,1.91,15,4.0,2.58,7,4.82,2.01,17,3.44,1.33,9
+deluge,4.1,1.89,21,4.7,2.49,23,4.11,2.68,18,4.44,2.07,9,3.83,1.8,12,5.27,2.1,11,4.17,2.79,12,4.0,3.02,10,4.25,2.38,8,4.71,1.5,7,3.69,2.1,13,5.0,2.57,11,4.42,2.5,12,4.57,3.31,7,3.82,2.32,11,4.31,1.93,13,3.75,1.91,8,4.09,2.51,11,5.25,2.45,12,3.44,2.46,9,4.78,2.86,9
+delusion,3.3,1.84,20,4.6,2.19,20,3.91,2.72,34,3.0,1.83,10,3.6,1.9,10,4.5,2.0,8,4.67,2.39,12,4.29,2.92,14,3.65,2.62,20,3.56,1.81,9,3.09,1.92,11,4.92,1.88,12,4.12,2.64,8,4.32,2.85,22,3.17,2.41,12,3.5,1.9,10,3.1,1.85,10,4.23,2.59,13,5.29,0.95,7,4.29,2.54,17,3.53,2.92,17
+delusional,3.29,2.12,21,5.8,1.94,20,3.81,2.73,21,3.67,2.34,6,3.13,2.1,15,5.75,1.58,8,5.83,2.21,12,3.36,2.58,11,4.3,2.95,10,3.17,2.04,6,3.33,2.23,15,6.2,2.1,10,5.4,1.78,10,4.57,3.06,14,2.29,0.76,7,2.57,1.9,7,3.64,2.21,14,5.71,2.13,14,6.0,1.55,6,2.83,2.41,12,5.11,2.71,9
+deluxe,6.76,1.58,21,4.96,2.35,25,6.59,1.94,22,6.88,1.55,8,6.69,1.65,13,5.0,2.65,13,4.92,2.11,12,6.92,1.75,13,6.11,2.2,9,7.62,1.51,8,6.17,1.47,12,5.43,1.95,14,4.36,2.77,11,7.0,1.71,12,6.1,2.18,10,6.7,1.7,10,6.82,1.54,11,4.76,2.61,17,5.38,1.77,8,7.0,2.11,10,6.25,1.82,12
+demand,4.1,1.73,21,5.85,2.06,20,5.14,2.48,21,4.5,1.05,6,3.93,1.94,15,6.12,2.23,8,5.67,2.02,12,5.73,2.9,11,4.5,1.84,10,4.0,0.89,6,4.13,2.0,15,5.7,2.26,10,6.0,1.94,10,5.43,2.56,14,4.57,2.37,7,3.29,1.38,7,4.5,1.79,14,6.14,2.25,14,5.17,1.47,6,5.08,2.87,12,5.22,1.99,9
+demeaning,2.62,1.28,21,3.74,2.53,23,4.17,2.71,18,2.89,1.45,9,2.42,1.16,12,4.09,2.17,11,3.42,2.87,12,4.5,3.03,10,3.75,2.38,8,3.14,1.35,7,2.46,1.2,13,4.64,2.69,11,2.92,2.15,12,4.86,3.72,7,3.73,1.9,11,2.54,1.45,13,2.75,1.04,8,3.55,2.54,11,3.92,2.61,12,4.33,2.65,9,4.0,2.92,9
+demeanor,5.32,1.57,19,2.9,1.58,21,5.3,2.32,23,5.45,1.13,11,5.43,2.07,7,3.57,1.81,7,2.57,1.4,14,6.0,2.58,7,5.0,2.22,16,4.88,1.36,8,5.64,1.69,11,2.44,1.59,9,3.25,1.54,12,5.09,2.55,11,5.5,2.2,12,5.08,1.83,12,5.71,0.95,7,2.64,1.8,11,3.2,1.32,10,4.46,2.37,13,6.4,1.84,10
+demented,3.11,1.79,19,4.86,2.4,22,4.36,2.5,22,4.22,1.86,9,2.1,0.99,10,4.75,2.12,8,4.93,2.62,14,4.36,2.62,11,4.36,2.5,11,3.86,1.77,7,2.67,1.72,12,4.5,2.17,10,5.17,2.62,12,4.46,2.44,13,4.22,2.73,9,3.2,1.87,10,3.0,1.8,9,5.0,2.2,8,4.79,2.58,14,4.86,2.57,14,3.5,2.27,8
+dementia,2.85,1.57,20,5.05,2.46,22,1.68,0.95,19,3.11,1.76,9,2.64,1.43,11,4.6,3.51,5,5.44,1.97,16,1.17,0.41,6,1.92,1.04,13,3.07,1.64,14,2.33,1.37,6,5.08,2.27,12,5.44,2.55,9,2.11,1.17,9,1.3,0.48,10,3.7,1.49,10,2.0,1.15,10,4.42,2.39,12,5.8,2.44,10,1.83,1.17,6,1.62,0.87,13
+demise,3.0,1.67,19,4.18,2.13,22,3.17,2.06,24,3.17,1.47,6,2.92,1.8,13,4.08,2.19,12,4.3,2.16,10,4.12,1.64,8,2.69,2.12,16,3.6,1.51,10,2.33,1.66,9,3.78,2.17,9,4.46,2.15,13,3.53,2.24,17,2.0,1.1,6,2.88,1.96,8,3.09,1.51,11,3.89,2.32,9,4.38,2.06,13,3.31,2.33,16,2.88,1.46,8
+demo,5.65,1.63,20,3.91,2.02,22,5.57,1.69,21,6.0,1.5,9,5.36,1.75,11,3.8,2.3,10,4.0,1.86,12,5.5,1.77,8,5.62,1.71,13,5.64,1.34,14,5.67,2.34,6,3.5,2.0,8,4.14,2.07,14,6.0,2.0,8,5.31,1.49,13,5.3,1.34,10,6.0,1.89,10,4.08,1.93,12,3.7,2.21,10,6.0,1.71,12,5.0,1.58,9
+democracy,6.16,2.57,19,5.05,2.48,22,5.58,2.67,19,5.17,2.86,6,6.62,2.4,13,5.18,2.6,11,4.91,2.47,11,5.62,3.38,8,5.55,2.21,11,5.91,2.7,11,6.5,2.51,8,4.36,2.25,11,5.73,2.61,11,4.54,2.44,13,7.83,1.6,6,5.54,2.7,13,7.5,1.76,6,5.5,2.53,14,4.25,2.31,8,5.22,2.91,9,5.9,2.56,10
+democrat,5.54,2.36,24,5.65,2.5,20,5.61,2.33,36,4.9,3.0,10,6.0,1.75,14,5.6,2.61,5,5.67,2.55,15,5.91,2.51,11,5.48,2.29,25,5.0,2.77,14,6.3,1.42,10,6.25,2.22,12,4.75,2.76,8,6.0,2.1,20,5.12,2.58,16,5.0,2.45,13,6.18,2.18,11,6.18,2.79,11,5.0,2.06,9,5.73,2.25,22,5.43,2.53,14
+democratic,5.7,1.63,20,4.33,2.35,21,6.62,2.53,24,5.82,0.98,11,5.56,2.24,9,5.0,2.65,7,4.0,2.22,14,6.44,3.05,9,6.73,2.28,15,5.5,2.52,4,5.75,1.44,16,4.9,2.23,10,3.82,2.44,11,6.57,2.44,7,6.65,2.64,17,5.67,1.97,12,5.75,1.04,8,4.31,2.43,13,4.38,2.39,8,6.0,3.04,9,7.0,2.2,15
+demographic,4.41,1.74,22,3.73,2.03,22,5.75,2.49,20,4.88,1.25,8,4.14,1.96,14,3.4,1.26,10,4.0,2.52,12,6.57,2.76,7,5.31,2.32,13,4.27,2.0,11,4.55,1.51,11,3.73,2.0,11,3.73,2.15,11,5.87,2.5,15,5.4,2.7,5,4.0,2.11,10,4.75,1.36,12,4.2,2.15,10,3.33,1.92,12,6.0,2.11,10,5.5,2.92,10
+demolish,2.67,1.74,21,4.5,1.82,24,4.45,2.54,22,3.12,1.96,8,2.38,1.61,13,4.46,2.03,13,4.55,1.63,11,5.46,2.18,13,3.0,2.4,9,3.0,2.14,8,2.58,1.51,12,4.64,1.82,14,4.3,1.89,10,5.33,2.27,12,3.4,2.55,10,2.5,2.12,10,2.82,1.4,11,4.59,1.54,17,4.29,2.5,7,4.1,2.73,10,4.75,2.45,12
+demolition,3.91,2.24,22,5.23,2.67,26,4.38,2.73,24,3.89,2.42,9,3.92,2.22,13,5.2,2.7,10,5.25,2.74,16,5.22,2.91,9,3.87,2.59,15,4.12,2.42,8,3.79,2.22,14,5.23,2.83,13,5.23,2.62,13,3.58,2.61,12,5.17,2.72,12,4.0,2.45,12,3.8,2.1,10,5.13,2.61,15,5.36,2.87,11,4.62,2.84,13,4.09,2.7,11
+demon,3.0,2.32,40,5.34,2.8,47,3.4,2.35,45,4.36,2.95,14,2.27,1.51,26,5.45,3.01,11,5.41,2.75,34,3.44,2.5,16,3.38,2.31,29,2.78,2.26,18,3.18,2.4,22,4.85,2.94,26,6.21,2.42,19,4.18,2.2,22,2.65,2.29,23,3.2,2.5,20,2.8,2.17,20,4.86,2.92,28,6.05,2.53,19,3.46,2.49,26,3.32,2.21,19
+demonic,3.05,2.33,20,6.24,2.07,21,3.52,2.42,25,3.55,2.38,11,2.44,2.24,9,6.43,1.81,7,6.14,2.25,14,4.0,2.54,10,3.2,2.37,15,3.25,3.3,4,3.0,2.16,16,5.8,2.2,10,6.64,1.96,11,3.14,2.41,7,3.67,2.47,18,3.25,2.45,12,2.75,2.25,8,6.23,2.13,13,6.25,2.12,8,3.0,2.12,9,3.81,2.59,16
+demonstrate,5.47,2.12,19,4.14,3.0,21,6.0,1.83,28,6.0,1.55,6,5.23,2.35,13,4.1,3.11,10,4.18,3.06,11,6.45,1.63,11,5.71,1.93,17,5.91,2.26,11,4.88,1.89,8,3.5,2.88,10,4.73,3.13,11,5.61,1.91,18,6.7,1.49,10,4.85,1.91,13,6.83,2.04,6,4.0,3.04,14,4.43,3.15,7,6.19,1.91,16,5.75,1.76,12
+demonstration,5.5,1.29,18,3.53,1.9,19,5.2,2.04,25,4.6,1.14,5,5.85,1.21,13,3.7,2.06,10,3.33,1.8,9,4.69,2.21,16,6.11,1.36,9,5.86,1.21,7,5.27,1.35,11,3.25,1.75,8,3.73,2.05,11,5.05,2.19,20,5.8,1.3,5,5.22,1.48,9,5.78,1.09,9,3.4,2.07,10,3.67,1.8,9,4.74,2.08,19,6.67,1.03,6
+demure,4.55,1.15,20,3.35,2.06,23,5.81,1.44,21,4.78,0.83,9,4.36,1.36,11,3.73,2.49,11,3.0,1.6,12,5.38,1.51,8,6.08,1.38,13,4.79,0.7,14,4.0,1.79,6,3.44,2.3,9,3.29,1.98,14,5.38,1.77,8,6.08,1.19,13,5.0,0.67,10,4.1,1.37,10,3.77,2.13,13,2.8,1.93,10,5.92,1.78,12,5.67,0.87,9
+den,5.11,1.7,19,2.86,1.88,22,5.68,1.89,22,4.44,1.42,9,5.7,1.77,10,3.88,2.17,8,2.29,1.49,14,5.18,2.18,11,6.18,1.47,11,4.71,0.49,7,5.33,2.1,12,3.7,2.06,10,2.17,1.47,12,5.92,1.93,13,5.33,1.87,9,5.5,1.9,10,4.67,1.41,9,2.5,2.14,8,3.07,1.77,14,5.5,2.21,14,6.0,1.2,8
+deniability,3.89,1.49,18,4.5,2.47,24,5.71,2.14,28,3.5,1.31,8,4.2,1.62,10,4.67,2.18,9,4.4,2.69,15,5.64,1.98,14,5.79,2.36,14,3.75,1.04,8,4.0,1.83,10,4.25,2.42,12,4.75,2.6,12,5.14,2.44,14,6.29,1.68,14,4.33,1.5,9,3.44,1.42,9,3.75,2.22,12,5.25,2.56,12,5.83,2.04,12,5.62,2.28,16
+denial,3.57,1.78,21,4.85,2.46,20,4.05,1.99,21,4.0,2.0,6,3.4,1.72,15,5.5,2.62,8,4.42,2.35,12,4.09,1.76,11,4.0,2.31,10,3.33,1.86,6,3.67,1.8,15,5.1,2.6,10,4.6,2.41,10,3.86,2.11,14,4.43,1.81,7,3.86,1.86,7,3.43,1.79,14,4.5,2.59,14,5.67,2.07,6,3.92,2.15,12,4.22,1.86,9
+denim,6.0,1.63,19,3.67,2.18,21,5.76,2.14,21,6.0,1.12,9,6.0,2.05,10,4.38,2.13,8,3.23,2.17,13,5.09,2.07,11,6.5,2.07,10,5.29,0.49,7,6.42,1.93,12,4.44,2.07,9,3.08,2.15,12,5.42,2.54,12,6.22,1.48,9,5.9,2.08,10,6.11,1.05,9,2.38,1.85,8,4.46,2.03,13,6.21,2.15,14,4.86,1.95,7
+denominator,4.61,1.67,23,4.09,2.45,22,5.25,1.71,20,5.62,1.3,8,4.07,1.62,15,4.0,1.83,10,4.17,2.95,12,6.0,2.31,7,4.85,1.21,13,4.75,1.96,12,4.45,1.37,11,3.91,2.39,11,4.27,2.61,11,5.13,1.92,15,5.6,0.89,5,3.91,1.38,11,5.25,1.71,12,4.3,2.58,10,3.92,2.43,12,4.3,1.25,10,6.2,1.62,10
+denounce,4.24,1.55,21,4.08,2.56,25,4.0,1.94,19,5.22,1.09,9,3.5,1.45,12,3.67,2.34,6,4.17,2.75,18,3.71,1.38,7,4.17,2.25,12,4.56,1.41,16,3.2,1.64,5,3.64,2.62,14,4.6,2.63,10,3.78,1.86,9,4.2,2.1,10,4.33,1.87,12,4.11,1.05,9,4.25,2.49,16,3.78,2.82,9,3.91,2.26,11,4.12,1.55,8
+dense,4.68,1.83,19,3.59,1.53,22,5.08,1.95,24,3.5,2.17,6,5.23,1.42,13,3.75,1.66,12,3.4,1.43,10,5.38,1.92,8,4.94,2.02,16,4.3,1.57,10,5.11,2.09,9,4.22,1.79,9,3.15,1.21,13,4.82,1.91,17,5.83,2.23,6,4.38,1.06,8,4.91,2.26,11,3.67,1.0,9,3.54,1.85,13,5.31,2.18,16,4.62,1.41,8
+density,5.15,0.99,20,3.55,2.44,20,4.55,1.6,22,5.57,1.51,7,4.92,0.49,13,4.44,2.92,9,2.82,1.78,11,3.83,1.47,6,4.81,1.6,16,5.1,0.32,10,5.22,1.48,9,4.0,2.88,8,3.25,2.18,12,4.33,1.8,15,5.0,1.0,7,5.27,1.35,11,5.0,0.0,9,3.58,2.54,12,3.5,2.45,8,4.09,1.92,11,5.0,1.1,11
+dent,3.52,1.21,21,3.46,2.75,24,4.95,2.27,19,3.88,1.46,8,3.31,1.03,13,4.83,2.79,6,3.0,2.66,18,5.55,2.11,11,4.12,2.36,8,3.75,1.22,12,3.22,1.2,9,4.2,2.78,10,2.93,2.7,14,5.15,2.44,13,4.5,1.97,6,3.79,1.05,14,3.0,1.41,7,3.81,2.66,16,2.75,2.96,8,5.27,1.95,11,4.5,2.73,8
+dental,4.73,2.05,22,4.79,2.18,19,3.62,2.58,21,4.2,0.84,5,4.94,2.35,16,5.12,1.81,8,4.55,2.46,11,3.3,1.89,10,3.91,3.14,11,4.83,1.99,12,4.6,2.22,10,5.0,2.31,10,4.56,2.13,9,3.67,2.67,12,3.56,2.6,9,4.36,2.38,11,5.09,1.7,11,3.75,1.98,8,5.55,2.07,11,2.56,1.51,9,4.42,2.97,12
+dentist,3.84,1.81,38,4.37,2.58,38,4.7,2.74,20,4.0,2.0,24,3.57,1.45,14,4.89,2.62,9,4.21,2.6,29,5.14,2.97,7,4.46,2.7,13,3.94,2.25,17,3.76,1.41,21,5.07,2.3,14,3.96,2.69,24,4.53,2.56,15,5.2,3.49,5,3.82,1.89,22,3.88,1.75,16,3.67,2.37,21,5.24,2.63,17,5.0,1.94,10,4.4,3.44,10
+deny,3.81,1.72,21,5.63,2.39,19,4.29,2.35,21,4.33,1.51,6,3.6,1.8,15,4.86,2.12,7,6.08,2.5,12,4.36,2.38,11,4.2,2.44,10,3.83,1.72,6,3.8,1.78,15,5.6,2.22,10,5.67,2.69,9,3.64,2.41,14,5.57,1.72,7,3.57,1.51,7,3.93,1.86,14,5.64,2.59,14,5.6,1.95,5,3.58,2.31,12,5.22,2.17,9
+deodorant,6.09,1.72,22,3.73,2.05,26,6.33,2.06,24,6.89,1.69,9,5.54,1.56,13,3.0,1.94,10,4.19,2.04,16,7.22,1.79,9,5.8,2.08,15,6.25,1.75,8,6.0,1.75,14,4.15,2.12,13,3.31,1.97,13,6.08,2.47,12,6.58,1.62,12,5.75,1.71,12,6.5,1.72,10,3.53,2.2,15,4.0,1.9,11,6.54,2.11,13,6.09,2.07,11
+depart,4.05,1.5,20,3.9,2.29,20,4.36,2.06,22,4.43,1.4,7,3.85,1.57,13,3.44,2.01,9,4.27,2.53,11,5.83,1.94,6,3.81,1.87,16,4.2,1.69,10,4.0,1.41,9,3.25,1.83,8,4.33,2.53,12,4.73,2.12,15,3.57,1.81,7,4.09,1.45,11,4.0,1.66,9,3.67,2.23,12,4.25,2.49,8,4.82,2.04,11,3.91,2.07,11
+department,5.33,1.46,18,2.5,1.82,20,4.83,1.69,18,4.88,1.25,8,5.7,1.57,10,2.0,1.53,7,2.77,1.96,13,4.73,1.49,11,5.0,2.08,7,4.82,1.25,11,6.14,1.46,7,2.11,1.54,9,2.82,2.04,11,5.36,1.5,11,4.0,1.73,7,4.92,1.31,12,6.17,1.47,6,2.5,1.78,12,2.5,2.0,8,5.22,2.17,9,4.44,1.01,9
+departmental,4.67,1.11,21,4.12,2.63,24,4.71,2.63,21,5.25,0.71,8,4.31,1.18,13,5.23,2.8,13,2.82,1.72,11,5.92,2.57,12,3.11,1.76,9,4.62,0.74,8,4.83,1.27,12,5.0,2.45,14,2.9,2.47,10,4.91,2.63,11,4.5,2.76,10,4.4,0.97,10,4.91,1.22,11,3.88,2.71,17,4.71,2.5,7,4.89,2.93,9,4.58,2.5,12
+departure,4.05,1.66,21,3.65,2.85,20,5.09,2.64,22,4.5,2.17,6,3.87,1.46,15,3.75,3.01,8,3.58,2.87,12,5.42,2.91,12,4.7,2.36,10,4.44,2.13,9,3.75,1.22,12,4.11,2.85,9,3.27,2.94,11,4.29,2.56,7,5.47,2.67,15,3.5,1.84,10,4.55,1.37,11,3.23,2.35,13,4.43,3.69,7,5.42,3.2,12,4.7,1.83,10
+depend,5.0,1.63,22,4.45,2.21,20,6.21,2.44,19,5.08,1.85,13,4.89,1.36,9,5.29,2.43,7,4.0,2.04,13,6.29,2.36,7,6.17,2.59,12,5.17,1.9,12,4.8,1.32,10,4.78,2.22,9,4.18,2.27,11,6.6,2.07,10,5.78,2.86,9,5.5,1.38,12,4.4,1.78,10,5.71,1.7,7,3.77,2.2,13,5.43,3.05,7,6.67,2.02,12
+dependable,7.24,1.34,21,3.5,3.06,24,6.3,2.85,20,7.0,1.51,8,7.38,1.26,13,4.17,2.56,6,3.28,3.25,18,5.73,2.97,11,7.0,2.69,9,6.92,1.44,12,7.67,1.12,9,3.6,2.91,10,3.43,3.27,14,6.15,2.91,13,6.57,2.94,7,7.21,1.37,14,7.29,1.38,7,4.69,3.14,16,1.12,0.35,8,6.25,2.93,12,6.38,2.92,8
+dependence,3.6,1.57,20,3.55,1.63,22,4.0,2.98,19,3.44,2.07,9,3.73,1.1,11,3.0,1.58,5,3.75,1.69,16,3.17,3.49,6,4.38,2.79,13,3.86,1.61,14,3.0,1.41,6,3.67,1.83,12,3.44,1.51,9,4.33,2.55,9,3.7,3.43,10,3.8,1.81,10,3.4,1.35,10,3.42,1.98,12,3.7,1.16,10,4.17,3.71,6,3.92,2.75,13
+dependency,3.71,2.24,21,4.26,2.34,23,3.71,2.17,21,3.0,2.35,5,3.94,2.24,16,4.5,1.98,12,4.0,2.76,11,3.27,1.95,11,3.78,2.11,9,3.67,2.35,12,3.78,2.22,9,4.19,2.46,16,4.43,2.23,7,3.91,1.97,11,3.5,2.46,10,3.85,2.48,13,3.5,1.93,8,4.47,2.39,19,3.25,2.06,4,3.36,2.1,14,4.43,2.3,7
+dependent,4.5,1.73,20,3.73,2.27,22,4.37,2.98,27,5.0,2.16,7,4.23,1.48,13,3.7,2.06,10,3.75,2.53,12,3.67,2.79,15,5.09,3.18,11,4.18,1.6,11,4.89,1.9,9,3.67,1.73,9,3.77,2.65,13,5.29,3.1,17,2.33,1.5,9,4.69,2.02,13,4.14,1.07,7,3.19,2.2,16,5.17,1.94,6,4.83,3.21,12,4.0,2.83,15
+depict,4.74,1.33,19,3.88,1.96,17,5.71,2.02,17,4.91,0.83,11,4.5,1.85,8,4.0,2.0,4,3.85,2.03,13,5.75,2.25,8,5.67,1.94,9,5.12,0.83,8,4.45,1.57,11,3.86,1.68,7,3.9,2.23,10,5.33,1.63,6,5.91,2.26,11,4.46,1.39,13,5.33,1.03,6,3.7,2.41,10,4.14,1.21,7,6.14,2.27,7,5.4,1.9,10
+deplorable,3.9,2.15,20,4.73,2.19,22,4.0,1.73,21,4.25,1.98,8,3.67,2.31,12,4.67,2.25,6,4.67,2.29,15,4.5,2.43,6,3.8,1.42,15,4.44,1.67,9,3.45,2.46,11,4.2,1.92,5,4.88,2.29,17,4.3,1.42,10,3.73,2.0,11,4.0,2.56,12,3.75,1.49,8,5.0,2.24,9,4.54,2.22,13,3.58,1.68,12,4.56,1.74,9
+deploy,4.25,1.97,20,4.96,2.36,23,4.9,2.02,21,5.78,1.2,9,3.0,1.55,11,4.45,2.25,11,5.42,2.47,12,4.75,1.16,8,5.0,2.45,13,4.14,1.83,14,4.5,2.43,6,4.11,2.57,9,5.5,2.14,14,5.0,1.77,8,4.85,2.23,13,3.8,2.04,10,4.7,1.89,10,4.69,2.25,13,5.3,2.58,10,5.25,2.05,12,4.44,2.01,9
+deployment,3.32,1.8,19,5.95,2.19,20,3.71,2.12,24,3.08,2.02,13,3.83,1.17,6,6.0,1.87,5,5.93,2.34,15,4.0,1.83,13,3.36,2.46,11,3.56,2.13,9,3.1,1.52,10,6.29,1.98,7,5.77,2.35,13,3.73,2.33,11,3.69,2.02,13,4.11,1.54,9,2.6,1.78,10,5.3,2.21,10,6.6,2.07,10,3.78,2.77,9,3.67,1.72,15
+deport,3.14,1.71,21,3.84,2.36,19,3.73,2.76,22,3.0,1.26,6,3.2,1.9,15,3.86,2.79,7,3.83,2.21,12,4.08,2.68,12,3.3,2.95,10,2.44,1.42,9,3.67,1.78,12,3.89,2.42,9,3.8,2.44,10,3.71,2.43,7,3.73,2.99,15,3.0,2.21,10,3.27,1.19,11,3.62,2.02,13,4.33,3.14,6,2.92,2.94,12,4.7,2.31,10
+deportation,3.57,2.04,21,4.42,2.3,26,4.04,2.4,24,3.62,2.07,8,3.54,2.11,13,3.5,2.17,10,5.0,2.25,16,4.44,1.94,9,3.8,2.68,15,4.88,1.81,8,2.77,1.79,13,4.69,2.66,13,4.15,1.95,13,3.83,2.17,12,4.25,2.7,12,3.75,2.26,12,3.33,1.8,9,4.47,2.42,15,4.36,2.25,11,4.15,2.38,13,3.91,2.55,11
+depose,4.2,1.61,20,4.3,2.03,20,5.0,1.47,26,4.0,1.79,11,4.44,1.42,9,4.43,2.51,7,4.23,1.83,13,5.23,0.83,13,4.77,1.92,13,3.82,2.04,11,4.67,0.71,9,4.27,2.15,11,4.33,2.0,9,5.35,1.22,17,4.33,1.73,9,3.8,1.75,10,4.6,1.43,10,4.33,2.1,12,4.25,2.05,8,5.38,1.2,16,4.4,1.71,10
+deposit,6.25,2.05,20,4.5,2.63,22,6.37,2.54,27,6.0,2.94,7,6.38,1.5,13,4.2,1.93,10,4.75,3.17,12,6.67,2.09,15,6.36,2.94,11,5.64,2.11,11,7.0,1.8,9,5.33,2.35,9,3.92,2.75,13,6.12,2.71,17,7.33,1.66,9,6.77,2.28,13,5.29,1.11,7,4.56,2.71,16,4.33,2.66,6,5.58,2.71,12,7.0,2.3,15
+deposition,3.53,1.71,19,4.18,2.2,22,4.12,1.92,24,3.17,1.83,6,3.69,1.7,13,4.67,2.35,12,3.6,1.96,10,4.0,1.77,8,4.19,2.04,16,4.3,1.7,10,2.67,1.32,9,5.0,2.4,9,3.62,1.94,13,4.24,1.68,17,3.83,2.79,6,3.12,1.64,8,3.82,1.78,11,3.67,1.87,9,4.54,2.4,13,4.44,2.03,16,3.5,1.6,8
+depository,4.76,1.67,21,4.05,2.76,20,5.58,2.35,36,5.75,1.16,8,4.15,1.68,13,2.8,1.48,5,4.47,3.0,15,5.27,2.05,11,5.72,2.49,25,5.08,1.8,13,4.25,1.39,8,4.25,2.86,12,3.75,2.76,8,5.35,2.43,20,5.88,2.28,16,4.55,1.29,11,5.0,2.05,10,4.55,3.08,11,3.44,2.35,9,5.41,2.42,22,5.86,2.28,14
+depot,5.18,1.53,22,3.19,1.94,21,5.45,1.65,22,5.5,1.65,14,4.62,1.19,8,3.55,2.02,11,2.67,1.94,9,5.33,1.63,6,5.5,1.71,16,4.8,1.32,10,5.5,1.68,12,2.82,2.04,11,3.6,1.84,10,5.62,1.5,13,5.22,1.92,9,4.92,1.24,12,5.5,1.84,10,3.15,1.95,13,3.25,2.05,8,5.08,1.68,12,5.9,1.6,10
+depravity,3.05,1.65,19,4.36,2.87,22,3.89,1.94,19,3.67,1.97,6,2.77,1.48,13,4.73,3.07,11,4.0,2.76,11,4.75,2.43,8,3.27,1.27,11,4.18,1.08,11,1.5,0.76,8,4.27,3.0,11,4.45,2.88,11,3.77,1.69,13,4.17,2.56,6,3.38,1.39,13,2.33,2.07,6,3.36,2.73,14,6.12,2.3,8,3.78,1.79,9,4.0,2.16,10
+depress,2.47,2.01,19,3.14,1.46,22,3.67,2.41,24,2.17,1.33,6,2.62,2.29,13,3.0,1.28,12,3.3,1.7,10,4.0,2.45,8,3.5,2.45,16,2.4,1.43,10,2.56,2.6,9,3.22,1.3,9,3.08,1.61,13,3.53,2.43,17,4.0,2.76,6,2.0,1.41,8,2.82,2.36,11,2.67,1.12,9,3.46,1.61,13,3.56,2.42,16,3.88,2.53,8
+depressed,2.27,1.48,40,4.25,3.24,20,3.91,2.82,54,2.37,1.83,19,2.19,1.12,21,2.86,2.54,7,5.0,3.42,13,3.88,2.79,32,3.86,2.95,21,2.6,1.85,20,1.95,0.94,20,5.18,3.52,11,3.11,2.62,9,4.65,3.13,31,2.77,1.93,22,2.3,1.58,23,2.24,1.39,17,5.08,3.75,12,3.0,1.85,8,4.12,3.12,26,3.71,2.55,28
+depressing,2.48,1.69,21,3.0,2.11,19,3.57,2.31,21,2.4,1.67,5,2.4,1.76,15,3.5,2.56,8,2.64,1.75,11,3.7,2.45,10,3.45,2.3,11,2.55,1.51,11,2.4,1.96,10,3.9,2.08,10,2.0,1.73,9,3.33,2.27,12,3.89,2.47,9,2.0,1.15,10,2.91,2.02,11,3.5,2.14,8,2.64,2.11,11,3.44,2.24,9,3.67,2.46,12
+depression,2.44,1.87,43,5.2,2.09,20,3.33,2.38,18,2.41,1.62,22,2.48,2.14,21,5.71,2.69,7,4.92,1.75,13,2.8,2.49,10,4.0,2.2,8,2.55,1.79,22,2.33,1.98,21,4.6,2.17,10,5.8,1.93,10,3.43,2.76,7,3.27,2.24,11,2.54,1.9,26,2.29,1.86,17,5.42,1.98,12,4.88,2.36,8,2.22,1.2,9,4.44,2.79,9
+depressive,2.64,1.4,22,3.48,2.38,21,3.64,2.17,22,2.43,1.09,14,3.0,1.85,8,3.64,2.5,11,3.0,2.29,9,4.5,2.51,6,3.31,2.02,16,2.4,1.35,10,2.83,1.47,12,3.45,2.58,11,3.5,2.27,10,4.31,2.5,13,2.67,1.12,9,2.67,1.56,12,2.6,1.26,10,3.23,2.45,13,3.88,2.36,8,3.83,1.8,12,3.4,2.63,10
+deprivation,2.58,1.5,19,4.57,1.91,21,3.38,2.24,34,2.7,1.77,10,2.44,1.24,9,4.12,1.25,8,4.85,2.23,13,3.64,2.41,14,3.2,2.17,20,2.0,1.41,9,3.1,1.45,10,4.77,1.59,13,4.25,2.43,8,3.41,2.22,22,3.33,2.39,12,2.1,1.45,10,3.11,1.45,9,4.79,2.08,14,4.14,1.57,7,3.82,2.58,17,2.94,1.82,17
+deprive,3.37,1.3,19,3.72,2.19,18,4.24,2.61,17,3.73,1.49,11,2.88,0.83,8,4.75,2.87,4,3.43,1.99,14,5.25,2.87,8,3.33,2.12,9,3.5,1.69,8,3.27,1.01,11,2.86,1.68,7,4.27,2.37,11,5.83,2.14,6,3.36,2.5,11,3.38,1.5,13,3.33,0.82,6,3.27,1.9,11,4.43,2.57,7,4.0,2.65,7,4.4,2.72,10
+depth,5.8,1.32,20,4.35,2.3,20,5.24,2.37,25,5.91,1.22,11,5.67,1.5,9,4.14,2.61,7,4.46,2.22,13,5.15,2.27,13,5.33,2.57,12,6.45,1.29,11,5.0,0.87,9,4.64,2.46,11,4.0,2.18,9,4.82,2.43,17,6.12,2.1,8,5.8,1.32,10,5.8,1.4,10,4.08,2.35,12,4.75,2.31,8,4.88,2.0,16,5.89,2.93,9
+deputy,5.3,1.42,20,4.05,2.31,21,5.52,2.74,27,5.71,1.89,7,5.08,1.12,13,3.44,2.35,9,4.5,2.28,12,5.47,2.59,15,5.55,3.17,11,4.91,0.94,11,5.78,1.79,9,5.38,2.26,8,3.23,2.01,13,5.71,2.62,17,5.11,3.22,9,5.77,1.24,13,4.43,1.4,7,4.13,2.59,15,3.83,1.6,6,4.92,2.81,12,6.0,2.67,15
+derail,3.86,1.56,21,4.85,2.87,20,4.22,2.27,36,4.38,2.0,8,3.54,1.2,13,5.2,2.49,5,4.73,3.06,15,4.64,2.01,11,4.04,2.39,25,3.92,1.8,13,3.75,1.16,8,4.83,3.1,12,4.88,2.7,8,4.35,2.5,20,4.06,2.02,16,4.18,1.66,11,3.5,1.43,10,5.91,2.98,11,3.56,2.24,9,3.95,2.54,22,4.64,1.78,14
+derelict,3.78,1.75,41,4.4,2.57,43,4.22,1.63,18,4.35,2.09,17,3.38,1.38,24,4.12,2.34,17,4.58,2.74,26,3.8,1.55,10,4.75,1.67,8,4.23,1.45,22,3.26,1.97,19,4.62,2.58,21,4.18,2.61,22,4.0,1.41,8,4.67,1.73,9,3.96,1.95,26,3.47,1.36,15,4.62,2.6,24,4.11,2.58,19,3.88,1.55,8,4.5,1.72,10
+derivative,4.7,1.95,20,3.72,2.35,18,4.59,1.82,22,3.6,1.95,5,5.07,1.87,15,4.17,2.56,6,3.5,2.32,12,4.9,1.45,10,4.33,2.1,12,4.4,1.78,10,5.0,2.16,10,4.0,2.49,10,3.38,2.26,8,4.73,2.28,11,4.45,1.29,11,3.75,1.54,12,6.12,1.64,8,2.44,2.01,9,5.0,2.0,9,4.45,2.21,11,4.73,1.42,11
+derive,4.72,2.05,18,2.9,1.92,20,5.95,2.01,20,4.5,0.71,2,5.0,2.0,15,3.1,2.08,10,2.7,1.83,10,6.4,1.58,10,5.5,2.37,10,4.67,2.34,6,5.09,1.7,11,3.0,2.0,7,2.85,1.95,13,5.5,2.33,8,6.25,1.82,12,4.58,2.02,12,5.0,2.28,6,3.1,1.91,10,2.7,2.0,10,5.44,1.94,9,6.36,2.06,11
+dermatologist,6.0,1.94,19,3.61,2.29,23,4.53,1.71,19,5.67,2.0,9,6.3,1.95,10,3.71,2.93,7,3.6,2.13,15,4.1,2.08,10,5.0,1.12,9,6.11,2.26,9,5.9,1.73,10,4.2,2.66,10,3.17,2.04,12,4.12,1.25,8,4.5,1.78,10,6.0,1.86,12,6.0,2.24,7,3.5,2.31,20,4.33,2.52,3,4.88,1.55,8,4.27,1.85,11
+derogatory,2.7,1.34,20,3.95,2.06,20,3.68,2.23,22,2.86,1.07,7,2.62,1.5,13,3.56,1.81,9,4.27,2.28,11,4.83,2.99,6,3.25,1.81,16,2.4,1.51,10,3.0,1.22,9,3.38,2.33,8,4.33,1.87,12,4.27,2.25,15,2.43,1.72,7,2.64,1.5,11,2.78,1.2,9,4.0,1.95,12,3.88,2.36,8,4.18,2.32,11,3.18,2.14,11
+descend,4.67,1.2,21,3.17,2.37,24,5.4,2.23,20,5.25,1.39,8,4.31,0.95,13,5.17,2.23,6,2.5,2.07,18,5.73,1.74,11,5.0,2.78,9,4.67,1.44,12,4.67,0.87,9,3.8,2.7,10,2.71,2.09,14,5.69,2.21,13,4.86,2.34,7,4.43,1.34,14,5.14,0.69,7,4.06,2.41,16,1.38,0.74,8,5.75,1.71,12,4.88,2.9,8
+descendant,5.26,1.94,19,4.24,1.73,21,5.48,1.44,23,4.33,2.07,6,5.69,1.8,13,5.27,1.27,11,3.1,1.45,10,6.0,1.15,7,5.25,1.53,16,5.1,1.6,10,5.44,2.35,9,4.89,1.54,9,3.75,1.76,12,5.29,1.31,17,6.2,1.92,5,5.5,2.07,8,5.09,1.92,11,4.5,1.31,8,4.08,1.98,13,5.81,1.42,16,4.71,1.25,7
+descent,5.3,1.75,20,3.9,2.19,21,4.32,1.97,25,4.5,2.65,4,5.5,1.51,16,4.5,2.38,4,3.76,2.19,17,4.11,2.47,9,4.44,1.71,16,5.38,0.92,8,5.25,2.18,12,3.7,1.95,10,4.09,2.47,11,4.0,1.71,14,4.73,2.28,11,5.45,1.51,11,5.11,2.09,9,3.5,1.96,10,4.27,2.41,11,4.44,2.01,18,4.0,2.0,7
+describe,5.9,1.12,20,2.95,1.85,20,5.55,1.79,22,5.71,0.76,7,6.0,1.29,13,3.22,1.92,9,2.73,1.85,11,4.83,2.71,6,5.81,1.33,16,6.0,1.25,10,5.78,1.09,9,2.75,1.91,8,3.08,1.88,12,5.47,2.03,15,5.71,1.25,7,6.0,1.18,11,5.78,1.09,9,3.0,1.81,12,2.88,2.03,8,5.45,2.42,11,5.64,0.92,11
+description,5.24,1.51,21,3.64,2.13,22,5.54,1.53,26,5.45,1.37,11,5.0,1.7,10,4.0,1.84,11,3.27,2.41,11,5.36,1.5,11,5.93,1.27,14,5.2,2.04,10,5.27,0.9,11,4.2,2.44,10,3.17,1.8,12,5.82,1.42,17,5.38,1.3,8,5.38,1.94,13,5.0,0.0,8,3.79,2.36,14,3.38,1.77,8,5.94,1.56,17,4.78,1.2,9
+descriptive,5.74,1.79,19,3.45,2.13,22,6.48,1.93,23,5.73,1.56,11,5.29,1.89,7,3.5,1.85,8,3.43,2.34,14,6.43,2.76,7,6.5,1.55,16,5.75,2.05,8,5.73,1.68,11,3.44,2.6,9,3.46,1.85,13,6.09,2.12,11,6.83,1.75,12,5.42,2.11,12,6.29,0.95,7,3.18,2.4,11,3.73,1.9,11,6.54,2.11,13,6.4,1.78,10
+desecrate,3.05,1.43,20,4.12,2.76,24,4.1,2.0,20,3.12,1.46,8,3.0,1.48,12,5.0,2.1,6,3.83,2.94,18,4.45,2.07,11,3.67,1.94,9,3.36,1.57,11,2.67,1.22,9,4.9,3.21,10,3.57,2.34,14,4.54,2.18,13,3.29,1.38,7,3.23,1.64,13,2.71,0.95,7,4.25,2.74,16,3.88,2.95,8,4.42,1.83,12,3.62,2.26,8
+desecration,2.94,1.71,17,5.1,2.77,20,3.84,1.77,25,3.75,1.5,4,2.69,1.75,13,5.36,3.01,11,4.78,2.59,9,4.25,1.73,16,3.11,1.69,9,3.17,2.04,6,2.82,1.6,11,4.11,2.89,9,5.91,2.51,11,3.8,1.88,20,4.0,1.41,5,3.33,1.73,9,2.5,1.69,8,5.45,2.73,11,4.67,2.92,9,4.11,1.7,19,3.0,1.9,6
+desert,5.36,2.75,22,3.5,2.33,20,5.58,3.04,19,6.31,2.21,13,4.0,3.0,9,2.86,1.57,7,3.85,2.64,13,5.57,3.15,7,5.58,3.12,12,6.08,2.75,12,4.5,2.64,10,2.67,1.22,9,4.18,2.82,11,5.8,3.36,10,5.33,2.83,9,5.67,2.81,12,5.0,2.79,10,3.86,2.27,7,3.31,2.43,13,7.29,2.56,7,4.58,2.94,12
+deserter,3.27,1.84,40,4.97,2.28,40,4.31,2.6,48,3.31,1.7,13,3.26,1.93,27,5.47,2.36,15,4.68,2.23,25,4.32,2.63,22,4.31,2.63,26,3.05,1.99,20,3.5,1.7,20,4.79,2.04,14,5.08,2.43,26,4.21,2.44,28,4.45,2.87,20,3.32,2.1,22,3.22,1.52,18,4.77,2.33,22,5.22,2.26,18,4.32,2.74,28,4.3,2.47,20
+desertion,4.0,1.58,21,3.67,2.58,24,4.05,2.33,20,4.0,1.93,8,4.0,1.41,13,4.17,2.04,6,3.5,2.77,18,4.27,2.57,11,3.78,2.11,9,4.17,1.53,12,3.78,1.72,9,4.2,2.66,10,3.29,2.55,14,4.54,2.57,13,3.14,1.57,7,4.14,1.66,14,3.71,1.5,7,3.5,2.56,16,4.0,2.78,8,4.0,2.41,12,4.12,2.36,8
+deserve,6.77,2.02,22,4.5,1.88,20,6.32,2.36,19,7.23,1.64,13,6.11,2.42,9,4.57,1.62,7,4.46,2.07,13,5.71,2.75,7,6.67,2.15,12,6.75,2.38,12,6.8,1.62,10,4.0,1.87,9,4.91,1.87,11,6.1,2.33,10,6.56,2.51,9,6.58,2.31,12,7.0,1.7,10,5.14,1.68,7,4.15,1.95,13,7.14,2.34,7,5.83,2.33,12
+deserving,6.7,1.56,20,4.35,2.19,26,7.17,1.53,23,6.33,1.8,9,7.0,1.34,11,3.5,2.8,10,4.88,1.59,16,7.5,1.31,8,7.0,1.65,15,6.43,2.23,7,6.85,1.14,13,5.0,2.27,13,3.69,1.97,13,7.25,1.76,12,7.09,1.3,11,7.3,1.49,10,6.1,1.45,10,4.2,2.43,15,4.55,1.92,11,7.17,1.9,12,7.18,1.08,11
+design,6.8,1.77,20,3.95,2.65,21,5.8,2.36,25,6.25,3.1,4,6.94,1.39,16,5.0,2.83,4,3.71,2.64,17,5.56,3.13,9,5.94,1.91,16,7.0,1.2,8,6.67,2.1,12,5.1,2.51,10,2.91,2.43,11,5.57,2.59,14,6.09,2.12,11,6.73,1.42,11,6.89,2.2,9,3.4,3.06,10,4.45,2.25,11,6.44,2.33,18,4.14,1.57,7
+designate,5.62,1.66,21,4.6,2.74,20,5.61,2.23,36,6.0,1.51,8,5.38,1.76,13,3.4,1.52,5,5.0,2.98,15,4.91,2.17,11,5.92,2.23,25,5.54,1.98,13,5.75,1.04,8,4.83,2.37,12,4.25,3.37,8,5.55,2.46,20,5.69,1.99,16,5.45,1.37,11,5.8,1.99,10,5.45,2.94,11,3.56,2.19,9,5.86,2.4,22,5.21,1.97,14
+designated,5.1,1.26,21,3.85,1.93,20,5.14,2.37,21,5.17,0.75,6,5.07,1.44,15,4.5,1.93,8,3.42,1.88,12,5.45,2.25,11,4.8,2.57,10,5.0,0.89,6,5.13,1.41,15,4.3,1.95,10,3.4,1.9,10,4.93,2.46,14,5.57,2.3,7,4.43,1.27,7,5.43,1.16,14,3.57,2.14,14,4.5,1.22,6,4.67,2.35,12,5.78,2.39,9
+designer,5.57,2.2,21,5.0,2.64,20,5.44,2.06,36,5.75,2.38,8,5.46,2.18,13,5.0,3.08,5,5.0,2.59,15,5.55,2.16,11,5.4,2.06,25,5.54,2.4,13,5.62,2.0,8,4.83,2.66,12,5.25,2.76,8,5.55,2.39,20,5.31,1.62,16,5.09,2.17,11,6.1,2.23,10,4.91,3.05,11,5.11,2.2,9,5.32,2.4,22,5.64,1.45,14
+desirable,6.95,1.58,19,6.25,2.69,20,6.15,1.42,20,6.33,0.58,3,7.06,1.69,16,6.0,3.03,6,6.36,2.65,14,6.17,1.47,6,6.14,1.46,14,6.8,1.87,10,7.11,1.27,9,6.29,2.5,7,6.23,2.89,13,6.4,1.51,10,5.9,1.37,10,7.25,1.58,8,6.73,1.62,11,6.33,3.2,9,6.18,2.36,11,7.0,1.51,8,5.58,1.08,12
+desire,7.05,1.75,19,6.2,2.33,20,6.07,1.92,42,6.82,1.72,11,7.38,1.85,8,5.7,2.83,10,6.7,1.7,10,5.71,1.86,14,6.25,1.96,28,7.0,1.95,11,7.12,1.55,8,6.29,2.93,7,6.15,2.08,13,5.87,1.82,23,6.32,2.06,19,7.1,1.97,10,7.0,1.58,9,6.1,2.96,10,6.3,1.64,10,6.41,1.79,22,5.7,2.03,20
+desist,4.27,1.72,22,3.84,1.83,19,4.43,2.16,21,3.6,1.14,5,4.44,1.9,16,3.75,1.67,8,3.91,2.02,11,4.2,2.39,10,4.64,2.01,11,4.17,1.59,12,4.4,1.96,10,4.4,1.9,10,3.22,1.64,9,3.58,1.62,12,5.56,2.35,9,4.09,1.51,11,4.45,1.97,11,3.38,2.39,8,4.18,1.33,11,4.67,2.4,9,4.25,2.05,12
+desk,5.56,1.72,18,2.45,1.67,20,5.72,1.96,18,5.0,0.93,8,6.0,2.11,10,2.0,1.29,7,2.69,1.84,13,5.45,2.07,11,6.14,1.86,7,4.91,1.38,11,6.57,1.81,7,2.22,1.56,9,2.64,1.8,11,6.0,2.14,11,5.29,1.7,7,4.83,1.19,12,7.0,1.79,6,2.83,1.75,12,1.88,1.46,8,6.0,2.5,9,5.44,1.33,9
+desolate,2.95,1.65,19,3.22,1.8,18,2.94,1.82,17,3.36,1.8,11,2.38,1.3,8,2.5,1.73,4,3.43,1.83,14,2.88,1.81,8,3.0,1.94,9,3.0,2.14,8,2.91,1.3,11,2.86,1.57,7,3.45,1.97,11,3.17,2.04,6,2.82,1.78,11,3.08,1.85,13,2.67,1.21,6,3.18,1.94,11,3.29,1.7,7,2.57,1.72,7,3.2,1.93,10
+desolation,2.91,1.41,22,4.04,2.2,26,4.25,2.75,24,2.33,1.32,9,3.31,1.38,13,3.6,2.46,10,4.31,2.06,16,4.33,2.55,9,4.2,2.96,15,2.12,0.83,8,3.36,1.5,14,3.62,2.18,13,4.46,2.22,13,3.42,2.64,12,5.08,2.71,12,3.25,1.54,12,2.5,1.18,10,3.93,2.28,15,4.18,2.18,11,4.77,2.83,13,3.64,2.66,11
+despair,3.61,2.08,23,4.64,2.63,22,4.05,2.15,19,4.38,2.26,8,3.2,1.93,15,3.4,2.37,10,5.67,2.46,12,5.14,2.54,7,3.42,1.68,12,3.25,2.18,12,4.0,2.0,11,4.09,2.81,11,5.18,2.44,11,3.8,2.27,15,5.0,1.41,4,3.09,1.3,11,4.08,2.57,12,5.8,2.78,10,3.67,2.15,12,3.11,1.17,9,4.9,2.51,10
+despairing,3.0,1.91,43,4.91,2.07,22,3.64,2.38,22,3.4,1.85,20,2.65,1.94,23,5.5,2.15,12,4.2,1.81,10,3.55,2.34,11,3.73,2.53,11,3.25,2.08,16,2.85,1.83,27,6.11,1.36,9,4.08,2.1,13,3.69,2.46,13,3.56,2.4,9,2.95,1.96,19,3.04,1.92,24,4.44,2.3,9,5.23,1.92,13,4.29,2.61,14,2.5,1.41,8
+desperado,4.4,1.23,20,3.41,2.4,17,4.14,1.96,21,4.6,1.52,5,4.33,1.18,15,2.6,1.67,5,3.75,2.63,12,4.7,1.34,10,3.64,2.34,11,5.0,1.25,10,3.8,0.92,10,3.22,2.11,9,3.62,2.83,8,4.27,2.2,11,4.0,1.76,10,4.17,1.34,12,4.75,1.04,8,2.44,2.6,9,4.5,1.69,8,4.73,1.9,11,3.5,1.9,10
+desperate,3.19,1.47,21,5.0,2.52,23,3.21,2.12,19,3.8,2.59,5,3.0,0.97,16,5.83,2.29,12,4.09,2.55,11,3.6,2.46,10,2.78,1.72,9,2.67,0.89,12,3.89,1.83,9,5.44,2.34,16,4.0,2.83,7,3.0,1.67,11,3.5,2.73,8,3.08,1.61,13,3.38,1.3,8,5.26,2.64,19,3.75,1.5,4,3.31,2.36,13,3.0,1.67,6
+desperation,2.55,1.39,20,6.3,2.43,20,4.0,2.26,26,2.64,1.36,11,2.44,1.51,9,5.86,2.85,7,6.54,2.26,13,4.0,2.24,13,4.0,2.38,13,2.27,1.19,11,2.89,1.62,9,6.27,2.45,11,6.33,2.55,9,4.29,2.52,17,3.44,1.67,9,2.9,1.45,10,2.2,1.32,10,6.83,2.12,12,5.5,2.78,8,4.25,2.52,16,3.6,1.84,10
+despicable,2.76,1.45,21,4.86,2.42,22,3.24,1.95,21,3.11,1.62,9,2.5,1.31,12,3.83,2.04,6,5.13,2.53,15,2.83,2.23,6,3.4,1.88,15,2.89,1.83,9,2.67,1.15,12,5.6,1.82,5,4.65,2.57,17,4.2,2.3,10,2.36,1.03,11,2.5,1.62,12,3.11,1.17,9,4.78,2.64,9,4.92,2.36,13,3.67,2.35,12,2.67,1.12,9
+despise,3.08,1.58,39,4.77,2.22,22,4.38,2.36,45,3.23,1.83,13,3.0,1.47,26,5.12,2.36,8,4.57,2.21,14,4.33,2.03,21,4.42,2.65,24,3.32,1.49,22,2.76,1.68,17,4.4,1.65,10,5.08,2.64,12,4.63,2.24,19,4.19,2.47,26,3.19,1.67,26,2.85,1.41,13,4.62,2.33,8,4.86,2.25,14,5.1,2.59,21,3.75,1.98,24
+despondent,3.81,1.54,21,4.64,2.34,22,3.46,1.33,26,4.45,1.13,11,3.1,1.66,10,4.4,2.32,10,4.83,2.44,12,3.82,1.33,11,3.21,1.37,14,4.3,1.34,10,3.36,1.63,11,4.3,2.36,10,4.92,2.39,12,3.71,1.21,17,3.0,1.6,8,4.0,1.47,13,3.5,1.69,8,4.21,2.42,14,5.38,2.13,8,3.41,1.42,17,3.56,1.24,9
+dessert,7.2,1.7,20,5.5,3.11,18,5.73,2.16,26,7.55,1.29,11,6.78,2.11,9,7.29,1.89,7,4.36,3.26,11,5.08,2.29,13,6.38,1.89,13,7.36,1.12,11,7.0,2.29,9,5.3,2.79,10,5.75,3.65,8,5.76,2.39,17,5.67,1.8,9,7.1,1.45,10,7.3,2.0,10,5.73,2.97,11,5.14,3.53,7,5.69,2.12,16,5.8,2.35,10
+destination,6.4,1.19,20,4.57,2.87,21,6.52,1.9,25,6.67,1.15,3,6.35,1.22,17,5.57,3.21,7,4.23,2.71,13,6.12,1.96,8,6.71,1.9,17,6.29,0.95,7,6.46,1.33,13,6.0,2.45,7,4.0,2.94,13,6.29,1.82,14,6.82,2.04,11,6.22,0.97,9,6.55,1.37,11,4.73,2.8,11,4.4,3.1,10,6.56,2.15,18,6.43,1.13,7
+destiny,6.73,1.91,22,4.76,2.55,21,5.45,2.2,22,6.71,2.16,14,6.75,1.49,8,4.64,2.69,11,4.67,2.55,9,5.17,1.72,6,5.56,2.39,16,6.5,2.12,10,6.92,1.78,12,3.45,2.3,11,6.2,2.04,10,5.0,1.96,13,6.11,2.47,9,6.67,1.78,12,6.8,2.15,10,4.23,2.8,13,5.62,1.92,8,5.17,1.8,12,5.8,2.66,10
+destitute,2.11,1.41,19,4.2,2.14,20,4.3,2.7,23,1.67,0.58,3,2.19,1.52,16,4.5,2.07,8,4.0,2.26,12,4.22,2.59,9,4.36,2.87,14,2.0,1.73,9,2.2,1.14,10,3.78,2.05,9,4.55,2.25,11,5.0,2.95,15,3.0,1.6,8,2.29,1.6,7,2.0,1.35,12,4.56,1.88,9,3.91,2.39,11,4.54,3.28,13,4.0,1.83,10
+destroy,2.67,2.3,18,5.16,2.85,45,4.3,2.68,43,2.89,2.09,9,2.44,2.6,9,6.06,2.86,17,4.7,2.76,27,5.12,2.89,17,3.77,2.44,26,3.11,3.14,9,2.22,0.97,9,5.48,2.6,21,4.88,3.08,24,4.7,2.74,27,3.62,2.5,16,3.0,2.73,12,2.0,0.89,6,5.14,2.88,29,5.19,2.9,16,4.83,2.87,24,3.63,2.31,19
+destroyer,2.16,1.38,19,6.09,2.33,22,3.67,2.43,24,2.5,1.52,6,2.0,1.35,13,6.58,2.11,12,5.5,2.55,10,3.62,2.26,8,3.69,2.57,16,2.2,1.32,10,2.11,1.54,9,6.44,2.3,9,5.85,2.41,13,4.18,2.63,17,2.17,1.17,6,2.0,1.6,8,2.27,1.27,11,6.11,1.96,9,6.08,2.63,13,3.44,2.25,16,4.12,2.85,8
+destruct,3.5,1.57,22,6.09,2.47,23,4.42,2.46,19,4.38,1.41,8,2.85,1.41,13,6.88,1.25,8,5.57,2.95,14,5.0,2.89,7,3.82,2.14,11,3.38,1.06,8,3.46,1.85,13,5.67,2.18,9,6.36,2.68,14,3.29,1.5,7,5.08,2.71,12,3.09,1.45,11,3.91,1.64,11,4.89,3.3,9,6.86,1.41,14,4.44,2.63,16,4.33,1.53,3
+destruction,2.53,1.17,19,5.62,2.6,45,3.78,2.76,18,3.0,2.0,3,2.44,1.03,16,6.38,2.45,16,5.14,2.66,28,4.3,2.98,10,3.12,2.47,8,1.78,0.83,9,3.2,1.03,10,5.28,2.4,18,5.85,2.76,27,4.86,3.44,7,3.09,2.12,11,2.57,1.27,7,2.5,1.17,12,4.65,2.92,20,6.4,2.06,25,3.78,2.64,9,3.78,3.03,9
+destructive,3.11,1.66,19,6.38,1.56,21,4.85,2.56,33,3.2,1.48,10,3.0,1.94,9,6.88,0.64,8,6.08,1.89,13,5.43,2.74,14,4.42,2.41,19,3.56,1.88,9,2.7,1.42,10,6.46,1.51,13,6.25,1.75,8,5.14,2.65,21,4.33,2.42,12,3.1,2.02,10,3.11,1.27,9,6.79,1.53,14,5.57,1.4,7,5.19,2.54,16,4.53,2.62,17
+detach,4.5,1.77,22,3.19,1.94,21,5.5,2.11,22,4.07,1.69,14,5.25,1.75,8,3.55,2.34,11,2.56,1.24,9,6.67,2.07,6,5.06,2.02,16,3.9,2.02,10,5.0,1.41,12,2.55,1.29,11,3.9,2.33,10,5.85,1.99,13,5.0,2.29,9,4.75,2.18,12,4.2,1.14,10,3.08,2.29,13,3.38,1.3,8,5.75,1.86,12,5.2,2.44,10
+detached,3.65,1.31,20,3.6,2.38,47,4.95,2.25,19,3.55,1.04,11,3.78,1.64,9,3.73,2.28,11,3.56,2.44,34,4.7,2.31,10,5.22,2.28,9,3.55,1.44,11,3.78,1.2,9,3.35,2.37,26,3.95,2.41,19,3.88,1.13,8,6.1,2.38,10,3.3,1.42,10,4.0,1.15,10,3.54,2.46,28,3.68,2.33,19,3.88,1.25,8,5.73,2.53,11
+detachment,4.3,1.56,20,3.32,2.44,22,5.93,2.5,27,4.43,2.37,7,4.23,1.01,13,3.3,2.16,10,3.33,2.74,12,5.4,2.9,15,6.73,1.79,11,4.0,1.18,11,4.67,1.94,9,2.33,1.32,9,4.0,2.83,13,6.18,2.48,17,5.56,2.74,9,4.54,1.66,13,3.86,1.35,7,2.81,2.14,16,4.67,2.88,6,5.5,2.47,12,6.27,2.55,15
+detail,5.67,1.79,40,3.81,2.09,21,7.14,1.61,22,5.76,1.64,17,5.64,1.97,22,4.0,2.37,6,3.73,2.05,15,6.5,1.78,10,7.67,1.3,12,5.5,1.51,14,5.77,1.95,26,4.14,2.04,7,3.64,2.17,14,7.09,1.87,11,7.18,1.4,11,5.63,2.29,19,5.71,1.23,21,3.89,2.2,9,3.75,2.09,12,6.91,1.7,11,7.36,1.57,11
+detailed,6.1,1.73,21,4.35,2.28,20,5.47,2.08,36,6.75,2.12,8,5.69,1.38,13,3.8,2.17,5,4.53,2.36,15,5.0,1.9,11,5.68,2.15,25,6.23,2.13,13,5.88,0.83,8,4.17,2.08,12,4.62,2.67,8,5.55,2.14,20,5.38,2.06,16,5.82,1.94,11,6.4,1.51,10,4.82,2.52,11,3.78,1.92,9,5.64,2.3,22,5.21,1.72,14
+detain,3.0,1.38,21,4.25,2.36,20,4.86,2.9,21,3.33,1.51,6,2.87,1.36,15,4.75,2.19,8,3.92,2.5,12,4.91,3.05,11,4.8,2.9,10,2.56,1.42,9,3.33,1.3,12,4.89,1.83,9,3.73,2.69,11,4.17,2.23,6,5.13,3.16,15,3.3,1.57,10,2.73,1.19,11,4.0,2.12,13,4.71,2.87,7,5.73,3.35,11,3.9,2.08,10
+detect,5.09,1.19,22,4.57,2.56,23,6.32,2.08,19,5.12,0.64,8,4.92,1.38,13,5.12,2.9,8,4.21,2.49,14,6.29,2.69,7,6.36,1.86,11,4.62,1.69,8,5.23,0.6,13,4.22,2.82,9,4.79,2.46,14,5.14,2.34,7,7.0,1.65,12,5.09,0.54,11,5.09,1.64,11,2.67,1.87,9,5.79,2.19,14,6.31,2.12,16,6.33,2.31,3
+detection,4.63,1.21,19,3.95,2.09,21,5.11,2.08,19,5.0,1.0,3,4.56,1.26,16,4.67,2.07,6,3.67,2.09,15,6.8,1.48,5,4.5,1.95,14,4.6,1.07,10,4.67,1.41,9,3.57,1.99,7,4.14,2.18,14,6.0,2.06,9,4.3,1.83,10,5.0,0.76,8,4.36,1.43,11,3.67,2.18,9,4.17,2.08,12,5.14,2.54,7,5.08,1.88,12
+detective,5.06,1.95,18,4.55,2.58,20,4.39,1.97,18,4.12,1.55,8,5.8,1.99,10,4.43,2.99,7,4.62,2.47,13,4.18,1.89,11,4.71,2.21,7,4.18,1.4,11,6.43,1.99,7,4.78,3.19,9,4.36,2.11,11,4.82,2.09,11,3.71,1.7,7,4.33,1.56,12,6.5,1.97,6,3.92,2.78,12,5.5,2.07,8,5.11,2.37,9,3.67,1.22,9
+detector,4.42,0.84,19,4.52,1.97,21,5.59,2.36,22,4.67,0.58,3,4.38,0.89,16,5.0,2.45,8,4.23,1.64,13,5.33,2.5,9,5.77,2.35,13,4.33,0.87,9,4.5,0.85,10,5.22,1.86,9,4.0,1.95,12,5.6,2.77,15,5.57,1.27,7,4.43,0.79,7,4.42,0.9,12,4.6,1.71,10,4.45,2.25,11,6.08,2.71,12,5.0,1.83,10
+detention,3.28,1.99,18,4.57,2.52,21,4.2,2.44,20,4.33,1.53,3,3.07,2.05,15,4.83,2.71,6,4.47,2.53,15,4.83,2.23,6,3.93,2.56,14,3.6,2.17,10,2.88,1.81,8,4.0,2.16,7,4.86,2.71,14,5.1,2.47,10,3.3,2.16,10,3.12,1.64,8,3.4,2.32,10,4.11,2.47,9,4.92,2.61,12,4.0,2.78,8,4.33,2.31,12
+deter,4.05,1.22,19,3.86,1.82,21,5.13,2.26,23,4.33,1.15,3,4.0,1.26,16,4.88,1.36,8,3.23,1.83,13,5.78,1.92,9,4.71,2.43,14,3.89,1.62,9,4.2,0.79,10,4.22,1.64,9,3.58,1.98,12,5.53,2.61,15,4.38,1.19,8,3.57,0.98,7,4.33,1.3,12,4.1,1.73,10,3.64,1.96,11,5.23,2.68,13,5.0,1.7,10
+detergent,5.42,1.46,19,3.25,2.38,20,5.6,1.76,20,5.33,1.53,3,5.47,1.55,15,3.7,2.79,10,2.8,1.93,10,6.2,1.32,10,5.0,2.0,10,6.33,1.75,6,5.0,1.21,12,3.29,3.04,7,3.23,2.09,13,4.75,1.91,8,6.17,1.47,12,5.08,1.0,12,6.0,2.0,7,4.0,2.79,10,2.5,1.72,10,5.0,2.0,9,6.09,1.45,11
+deteriorate,3.64,1.56,22,4.86,2.55,22,3.85,2.46,20,4.5,1.51,8,3.14,1.41,14,4.9,2.81,10,4.83,2.44,12,4.57,3.1,7,3.46,2.07,13,3.82,1.78,11,3.45,1.37,11,4.45,2.42,11,5.27,2.72,11,4.0,2.8,15,3.4,0.89,5,2.8,1.14,10,4.33,1.56,12,5.0,2.45,10,4.75,2.73,12,3.6,2.27,10,4.1,2.73,10
+deteriorating,2.63,1.3,19,5.52,2.15,23,4.18,2.25,28,3.12,1.55,8,2.27,1.01,11,5.56,2.51,9,5.5,1.99,14,3.71,1.73,14,4.64,2.65,14,2.44,1.01,9,2.8,1.55,10,5.36,2.25,11,5.67,2.15,12,3.71,2.37,14,4.64,2.1,14,2.4,1.43,10,2.89,1.17,9,5.45,2.38,11,5.58,2.02,12,3.5,2.11,12,4.69,2.27,16
+deterioration,2.89,1.41,19,5.0,2.35,21,2.73,1.93,22,3.56,1.24,9,2.3,1.34,10,4.88,2.53,8,5.08,2.33,13,2.09,1.14,11,3.36,2.38,11,3.86,1.21,7,2.33,1.23,12,4.56,1.74,9,5.33,2.74,12,3.23,2.24,13,2.0,1.12,9,3.0,1.33,10,2.78,1.56,9,4.5,2.33,8,5.31,2.39,13,2.93,1.94,14,2.38,2.0,8
+determination,7.58,1.35,19,5.52,2.23,23,7.06,2.15,18,7.11,1.45,9,8.0,1.15,10,6.14,2.67,7,5.27,2.12,15,6.9,2.64,10,7.25,1.49,8,8.22,0.97,9,7.0,1.41,10,4.9,2.77,10,6.08,1.73,12,6.0,2.71,7,7.6,1.51,10,7.42,1.51,12,7.86,1.07,7,5.4,2.26,20,6.33,2.31,3,6.75,2.55,8,7.3,1.89,10
+determine,6.0,1.86,19,4.68,2.51,22,7.09,1.63,22,6.56,1.88,9,5.5,1.78,10,4.62,2.07,8,4.71,2.81,14,6.73,1.85,11,7.45,1.37,11,6.14,1.95,7,5.92,1.88,12,5.0,2.05,10,4.42,2.91,12,7.08,1.66,13,7.11,1.69,9,5.6,1.9,10,6.44,1.81,9,4.38,2.67,8,4.86,2.51,14,7.07,1.77,14,7.12,1.46,8
+deterrent,4.58,1.61,19,4.23,2.05,22,4.89,1.79,19,4.67,1.58,9,4.5,1.72,10,3.86,1.68,7,4.57,2.21,14,5.3,1.77,10,4.44,1.81,9,4.22,2.05,9,4.9,1.1,10,4.5,2.8,10,4.18,1.08,11,4.75,1.67,8,5.1,2.02,10,4.75,1.91,12,4.29,0.95,7,4.05,2.04,20,6.0,1.41,2,5.0,1.31,8,4.82,2.14,11
+detest,3.05,1.61,19,5.09,2.09,22,4.65,2.55,54,3.33,0.58,3,3.0,1.75,16,5.08,1.88,12,5.1,2.42,10,3.67,2.33,18,5.14,2.54,36,3.8,1.69,10,2.22,1.09,9,5.89,2.15,9,4.54,1.94,13,4.41,2.31,29,4.92,2.83,25,3.38,1.3,8,2.82,1.83,11,4.56,2.13,9,5.46,2.07,13,4.19,2.8,32,5.32,2.01,22
+detonate,3.26,1.63,19,6.1,2.49,21,3.33,2.01,24,3.33,1.37,6,3.23,1.79,13,6.17,2.69,12,6.0,2.35,9,4.5,2.33,8,2.75,1.61,16,3.8,1.55,10,2.67,1.58,9,6.22,2.49,9,6.0,2.59,12,3.59,2.15,17,2.5,1.64,6,3.0,1.2,8,3.45,1.92,11,5.0,2.0,8,6.77,2.59,13,3.19,1.87,16,3.62,2.39,8
+detonation,3.4,1.76,20,4.83,2.58,24,5.0,2.45,28,4.12,1.64,8,2.92,1.73,12,5.56,2.07,9,4.4,2.82,15,5.0,2.57,14,5.0,2.42,14,3.0,1.8,9,3.73,1.74,11,4.17,2.25,12,5.5,2.81,12,4.86,2.51,14,5.14,2.48,14,2.8,1.81,10,4.0,1.56,10,4.67,2.46,12,5.0,2.8,12,4.67,2.06,12,5.25,2.74,16
+detonator,4.3,1.66,20,5.39,2.27,23,5.29,2.22,21,4.22,1.2,9,4.36,2.01,11,6.09,2.21,11,4.75,2.22,12,4.75,1.98,8,5.62,2.36,13,4.29,1.64,14,4.33,1.86,6,5.0,3.04,9,5.64,1.69,14,5.38,2.07,8,5.23,2.39,13,4.5,1.96,10,4.1,1.37,10,4.92,2.29,13,6.0,2.21,10,5.75,2.38,12,4.67,1.94,9
+detour,3.86,1.93,22,4.58,2.29,19,4.05,1.88,21,3.0,1.22,5,4.12,2.13,16,4.88,1.64,8,4.36,2.73,11,4.6,2.12,10,3.55,1.57,11,3.92,1.88,12,3.8,2.1,10,4.5,2.12,10,4.67,2.6,9,3.25,1.48,12,5.11,1.9,9,3.36,2.06,11,4.36,1.75,11,3.75,2.31,8,5.18,2.18,11,4.0,2.0,9,4.08,1.88,12
+detriment,3.67,1.77,21,4.4,2.7,20,4.47,2.48,34,3.88,2.47,8,3.54,1.27,13,4.8,2.49,5,4.27,2.84,15,4.5,2.68,10,4.46,2.45,24,3.77,2.09,13,3.5,1.2,8,5.0,2.83,12,3.5,2.39,8,4.63,2.48,19,4.27,2.55,15,4.73,1.62,11,2.5,1.08,10,4.64,2.87,11,4.11,2.62,9,4.1,2.63,20,5.0,2.22,14
+deuce,4.53,2.06,19,3.5,1.82,22,4.96,1.8,23,4.17,1.72,6,4.69,2.25,13,3.75,1.91,12,3.2,1.75,10,4.88,1.64,8,5.0,1.93,15,4.3,2.11,10,4.78,2.11,9,4.11,1.83,9,3.08,1.75,13,4.75,2.08,16,5.5,0.84,6,4.0,1.41,8,4.91,2.43,11,3.56,1.94,9,3.46,1.81,13,4.93,1.79,15,5.0,1.93,8
+deutschmark,4.42,2.24,19,3.23,2.52,22,4.25,1.84,28,3.5,1.97,6,4.85,2.3,13,3.91,2.77,11,2.55,2.16,11,3.64,2.46,11,4.65,1.22,17,4.82,2.52,11,3.88,1.81,8,3.55,2.5,11,2.91,2.63,11,4.44,1.92,18,3.9,1.73,10,4.46,1.94,13,4.33,3.01,6,2.36,1.86,14,4.75,2.92,8,4.0,2.19,16,4.58,1.24,12
+devastating,2.09,1.31,22,5.5,2.69,26,3.96,2.16,23,1.44,0.53,9,2.54,1.51,13,5.1,2.81,10,5.75,2.67,16,4.67,1.58,9,3.5,2.41,14,1.38,0.52,8,2.5,1.45,14,5.46,2.9,13,5.54,2.57,13,3.58,1.78,12,4.36,2.54,11,2.25,1.42,12,1.9,1.2,10,5.4,3.0,15,5.64,2.34,11,4.33,2.1,12,3.55,2.25,11
+devastation,2.91,2.07,22,5.48,2.46,21,3.09,1.85,22,2.93,1.73,14,2.88,2.7,8,5.55,2.98,11,5.44,2.01,9,4.83,2.04,6,2.44,1.31,16,3.0,1.83,10,2.83,2.33,12,4.91,2.55,11,6.1,2.33,10,4.0,1.73,13,1.78,1.09,9,2.5,1.78,12,3.4,2.37,10,4.77,2.59,13,6.62,1.85,8,2.67,1.23,12,3.6,2.37,10
+develop,6.05,1.18,19,4.5,2.09,22,6.71,1.45,21,6.0,1.0,9,6.1,1.37,10,4.62,1.92,8,4.43,2.24,14,6.5,1.78,10,6.91,1.14,11,5.57,0.98,7,6.33,1.23,12,4.6,1.84,10,4.42,2.35,12,6.69,1.18,13,6.75,1.91,8,6.1,1.45,10,6.0,0.87,9,4.25,2.25,8,4.64,2.06,14,6.71,1.59,14,6.71,1.25,7
+developer,5.89,1.15,19,3.75,2.53,20,5.29,2.1,24,6.08,1.19,13,5.5,1.05,6,5.4,2.7,5,3.2,2.31,15,5.69,2.18,13,4.82,1.99,11,6.33,1.32,9,5.5,0.85,10,4.71,2.75,7,3.23,2.35,13,4.91,2.39,11,5.62,1.85,13,6.0,0.87,9,5.8,1.4,10,3.8,2.57,10,3.7,2.63,10,6.22,2.11,9,4.73,1.94,15
+development,5.25,1.45,20,4.23,2.16,22,6.68,1.53,19,5.0,1.87,9,5.45,1.04,11,4.8,3.35,5,4.0,1.83,16,7.0,1.41,6,6.54,1.61,13,5.07,1.54,14,5.67,1.21,6,3.25,1.76,12,5.44,2.19,9,6.11,1.36,9,7.2,1.55,10,5.3,1.7,10,5.2,1.23,10,3.58,2.15,12,5.0,2.0,10,7.17,1.33,6,6.46,1.61,13
+deviant,3.35,1.53,20,5.62,2.09,21,4.38,2.37,34,3.5,1.9,10,3.2,1.14,10,6.38,1.69,8,5.15,2.23,13,3.71,2.23,14,4.85,2.41,20,3.22,1.3,9,3.45,1.75,11,5.54,2.4,13,5.75,1.58,8,4.32,2.28,22,4.5,2.65,12,3.0,1.41,10,3.7,1.64,10,5.71,2.02,14,5.43,2.37,7,4.47,2.29,17,4.29,2.52,17
+deviate,5.1,1.79,21,4.27,2.43,22,5.19,2.71,21,5.6,2.61,5,4.94,1.53,16,5.64,1.8,11,2.91,2.26,11,5.0,2.86,11,5.0,2.5,9,4.92,1.93,12,5.33,1.66,9,4.53,2.47,15,3.71,2.43,7,5.09,2.84,11,5.3,2.71,10,5.23,1.69,13,4.88,2.03,8,4.44,2.48,18,3.5,2.38,4,5.29,2.79,14,5.0,2.77,7
+deviation,4.9,1.45,21,4.7,2.56,20,4.94,2.36,34,5.25,1.58,8,4.69,1.38,13,6.2,1.79,5,4.2,2.62,15,4.9,2.08,10,4.96,2.51,24,5.31,1.44,13,4.25,1.28,8,5.17,2.62,12,4.0,2.45,8,5.06,2.67,18,4.81,2.04,16,4.64,1.12,11,5.2,1.75,10,5.18,2.48,11,4.11,2.67,9,4.81,2.54,21,5.15,2.12,13
+device,5.79,1.65,19,3.42,2.34,19,5.95,1.61,19,5.67,1.15,3,5.6,1.59,15,3.3,2.36,10,3.56,2.46,9,6.2,1.4,10,5.67,1.87,9,6.17,1.83,6,5.33,1.3,12,4.14,3.13,7,3.0,1.76,12,5.29,1.8,7,6.33,1.44,12,5.58,1.68,12,6.14,1.68,7,3.44,2.51,9,3.4,2.32,10,5.38,1.77,8,6.36,1.43,11
+devil,3.11,2.45,36,5.4,3.06,43,3.84,2.56,43,3.08,2.68,12,3.12,2.38,24,5.06,2.95,17,5.62,3.18,26,3.82,2.4,17,3.85,2.71,26,3.42,2.32,19,2.76,2.61,17,5.14,3.13,14,5.52,3.08,29,3.81,2.37,27,3.88,2.94,16,3.39,2.55,18,2.83,2.38,18,4.81,3.23,26,6.29,2.64,17,4.08,2.54,24,3.53,2.63,19
+deviled,3.37,1.67,19,4.24,2.17,21,4.25,2.0,20,3.67,2.31,3,3.31,1.62,16,4.5,2.66,6,4.13,2.03,15,4.67,2.07,6,4.07,2.02,14,3.9,1.6,10,2.78,1.64,9,2.71,1.7,7,5.0,2.0,14,4.4,2.41,10,4.1,1.6,10,3.0,1.93,8,3.64,1.5,11,3.89,2.8,9,4.5,1.62,12,4.25,2.6,8,4.25,1.6,12
+devilish,4.22,2.26,18,6.38,2.2,24,5.43,2.27,28,5.12,2.17,8,3.5,2.17,10,5.56,2.13,9,6.87,2.17,15,5.21,2.42,14,5.64,2.17,14,3.62,2.45,8,4.7,2.11,10,6.17,1.95,12,6.58,2.5,12,4.79,2.39,14,6.07,2.02,14,4.22,2.59,9,4.22,2.05,9,6.5,1.62,12,6.25,2.73,12,5.25,2.3,12,5.56,2.31,16
+devious,3.57,1.66,21,3.83,2.62,23,5.16,2.5,19,4.0,1.85,8,3.31,1.55,13,5.33,3.01,6,3.29,2.34,17,4.4,2.37,10,6.0,2.5,9,3.58,1.83,12,3.56,1.51,9,4.6,2.63,10,3.23,2.55,13,5.42,2.64,12,4.71,2.36,7,3.14,1.56,14,4.43,1.62,7,4.07,2.84,15,3.38,2.26,8,4.64,2.2,11,5.88,2.85,8
+devise,4.45,1.23,20,4.48,2.02,21,5.15,2.74,34,4.7,1.49,10,4.2,0.92,10,4.5,2.0,8,4.46,2.11,13,5.07,2.84,14,5.2,2.75,20,4.44,0.53,9,4.45,1.63,11,5.0,1.68,13,3.62,2.33,8,4.91,2.94,22,5.58,2.39,12,3.9,1.1,10,5.0,1.15,10,4.5,2.18,14,4.43,1.81,7,4.88,2.45,17,5.41,3.06,17
+devoid,3.61,1.33,18,3.22,1.83,18,3.82,1.81,17,3.8,1.48,10,3.38,1.19,8,3.25,1.71,4,3.21,1.93,14,3.88,2.1,8,3.78,1.64,9,3.5,1.41,8,3.7,1.34,10,2.86,1.77,7,3.45,1.92,11,3.67,2.34,6,3.91,1.58,11,3.75,1.29,12,3.33,1.51,6,3.18,1.99,11,3.29,1.7,7,4.43,2.07,7,3.4,1.58,10
+devote,5.53,2.17,19,4.05,1.94,22,7.05,1.78,19,5.12,2.53,8,5.82,1.94,11,3.0,2.12,5,4.31,1.89,16,7.83,1.17,6,6.69,1.93,13,6.46,1.2,13,3.5,2.51,6,3.42,1.73,12,4.78,2.11,9,6.22,1.79,9,7.8,1.48,10,6.22,2.17,9,4.9,2.08,10,3.75,2.26,12,4.4,1.51,10,7.83,1.6,6,6.69,1.8,13
+devoted,7.16,1.71,19,4.22,2.11,23,6.21,2.02,19,7.44,1.51,9,6.9,1.91,10,4.29,2.29,7,4.33,2.09,15,6.0,2.54,10,6.44,1.33,9,7.14,1.57,7,7.17,1.85,12,3.9,2.69,10,4.67,1.5,12,5.25,2.38,8,6.8,1.48,10,6.7,2.0,10,7.67,1.22,9,4.3,2.15,20,3.67,2.08,3,5.5,2.51,8,6.73,1.49,11
+devotion,6.0,1.83,22,4.73,2.49,22,6.3,2.27,20,6.62,1.51,8,5.64,1.95,14,4.4,2.5,10,5.0,2.56,12,7.43,1.81,7,5.69,2.32,13,5.82,2.04,11,6.18,1.66,11,5.36,2.62,11,4.09,2.3,11,6.07,2.4,15,7.0,1.87,5,5.2,1.87,10,6.67,1.56,12,5.3,1.89,10,4.25,2.9,12,6.3,1.89,10,6.3,2.71,10
+devour,5.21,1.87,19,6.06,2.36,18,4.95,2.63,22,4.8,2.28,5,5.36,1.78,14,7.0,1.41,6,5.58,2.64,12,4.7,2.45,10,5.17,2.86,12,5.3,1.89,10,5.11,1.96,9,6.4,2.37,10,5.62,2.45,8,3.91,2.34,11,6.0,2.57,11,4.82,2.14,11,5.75,1.39,8,5.44,2.96,9,6.67,1.5,9,4.18,2.56,11,5.73,2.57,11
+devout,4.48,2.04,21,4.13,2.3,23,5.89,2.03,18,5.2,1.79,5,4.25,2.11,16,5.33,1.92,12,2.82,1.99,11,5.78,1.99,9,5.75,2.19,8,4.0,2.04,12,5.11,1.96,9,4.12,2.42,16,4.14,2.19,7,5.1,2.13,10,6.88,1.46,8,4.85,2.34,13,3.88,1.36,8,4.0,2.24,19,4.75,2.87,4,5.17,1.95,12,7.33,1.37,6
+dew,4.79,1.75,19,3.04,1.8,23,5.67,2.08,21,4.89,1.76,9,4.7,1.83,10,3.0,1.67,11,3.08,1.98,12,5.0,0.93,8,6.08,2.5,13,4.69,1.65,13,5.0,2.1,6,3.0,1.73,9,3.07,1.9,14,5.62,2.33,8,5.69,2.02,13,4.89,1.83,9,4.7,1.77,10,3.23,2.05,13,2.8,1.48,10,5.58,2.43,12,5.78,1.64,9
+dexterity,6.35,1.37,17,3.26,2.23,19,6.08,1.93,25,6.0,1.22,5,6.5,1.45,12,3.3,2.21,10,3.22,2.39,9,5.81,1.94,16,6.56,1.94,9,6.57,1.27,7,6.2,1.48,10,2.33,1.73,9,4.1,2.38,10,6.05,2.09,20,6.2,1.3,5,6.0,1.32,9,6.75,1.39,8,2.91,2.26,11,3.75,2.25,8,5.63,1.92,19,7.5,1.22,6
+diabetes,2.74,2.35,19,4.04,2.42,23,3.11,1.53,18,3.11,2.26,9,2.4,2.5,10,4.29,2.56,7,4.0,2.51,15,2.8,0.79,10,3.5,2.14,8,3.11,3.22,9,2.4,1.26,10,4.9,2.81,10,3.42,2.02,12,3.38,2.0,8,2.78,1.09,9,3.17,2.76,12,2.0,1.29,7,4.15,2.46,20,3.33,2.52,3,2.71,0.76,7,3.36,1.86,11
+diabetic,3.0,1.72,24,3.86,2.25,22,2.73,1.72,22,2.45,1.69,11,3.46,1.66,13,3.33,2.58,6,4.13,2.23,15,1.83,0.75,6,3.06,1.88,16,3.4,1.96,10,2.71,1.54,14,4.0,2.45,5,3.82,2.27,17,3.27,2.05,11,2.18,1.17,11,3.0,1.84,14,3.0,1.63,10,3.33,1.8,9,4.23,2.52,13,2.42,1.44,12,3.1,2.02,10
+diabolical,3.23,1.69,22,5.32,2.98,22,3.3,2.53,23,3.0,1.63,13,3.62,1.92,8,5.88,3.09,8,5.0,2.99,14,4.14,2.97,7,2.94,2.32,16,3.78,1.09,9,2.85,1.95,13,4.78,3.19,9,5.69,2.9,13,4.0,2.32,11,2.67,2.64,12,3.36,1.91,14,3.0,1.31,8,4.0,3.32,11,6.64,1.96,11,3.69,2.53,13,2.8,2.57,10
+diagnose,5.0,1.2,19,3.72,2.11,18,4.71,1.99,17,4.82,1.4,11,5.25,0.89,8,4.25,2.22,4,3.57,2.14,14,4.75,1.49,8,4.67,2.45,9,4.75,1.49,8,5.18,0.98,11,3.71,2.29,7,3.73,2.1,11,4.83,0.98,6,4.64,2.42,11,4.85,1.34,13,5.33,0.82,6,3.36,2.29,11,4.29,1.8,7,5.0,2.08,7,4.5,2.01,10
+diagnosis,4.62,1.77,21,4.0,2.7,21,3.55,2.11,22,4.79,1.37,14,4.29,2.5,7,4.27,2.69,11,4.0,2.83,9,5.17,2.48,6,2.94,1.65,16,4.7,2.0,10,4.55,1.63,11,3.82,2.64,11,4.2,2.9,10,4.38,2.14,13,2.33,1.41,9,4.91,2.12,11,4.3,1.34,10,3.38,2.63,13,5.0,2.67,8,3.75,2.14,12,3.3,2.16,10
+diagnostic,4.81,1.97,21,4.57,1.83,23,4.33,1.91,21,5.0,2.12,5,4.75,1.98,16,4.58,1.78,12,4.55,1.97,11,4.09,2.26,11,4.44,1.51,9,4.5,2.15,12,5.22,1.72,9,4.69,1.82,16,4.29,1.98,7,4.36,2.06,11,4.3,1.83,10,4.77,2.31,13,4.88,1.36,8,4.47,1.74,19,5.0,2.45,4,3.93,1.9,14,5.14,1.77,7
+diagonal,5.17,0.71,18,3.29,1.82,21,5.13,2.1,23,5.33,0.58,3,5.13,0.74,15,3.5,2.0,8,3.15,1.77,13,4.56,2.35,9,5.5,1.91,14,5.12,0.83,8,5.2,0.63,10,3.44,1.74,9,3.17,1.95,12,5.13,2.13,15,5.12,2.17,8,5.0,0.63,6,5.25,0.75,12,3.5,1.84,10,3.09,1.87,11,5.69,2.39,13,4.4,1.43,10
+diagram,5.47,0.84,19,3.71,1.74,21,6.13,1.69,23,5.6,0.55,5,5.46,0.97,13,3.33,2.25,6,3.87,1.55,15,6.5,1.72,10,5.85,1.68,13,5.0,1.0,7,5.82,0.6,11,4.71,2.21,7,3.21,1.25,14,5.91,1.51,11,6.33,1.87,12,5.25,0.87,12,5.86,0.69,7,3.82,2.23,11,3.6,1.07,10,6.29,1.9,14,5.89,1.36,9
+dial,4.63,1.54,19,3.76,1.87,21,6.89,1.73,19,4.38,2.13,8,4.82,0.98,11,3.0,1.58,5,4.13,1.92,15,7.5,1.38,6,6.62,1.85,13,4.79,1.31,14,4.2,2.17,5,3.33,1.92,12,4.62,1.6,8,6.33,1.8,9,7.4,1.58,10,5.1,0.57,10,4.11,2.09,9,3.18,2.23,11,4.4,1.17,10,7.83,1.6,6,6.46,1.66,13
+dialect,6.0,1.41,20,4.26,2.38,19,5.35,2.12,26,5.82,1.25,11,6.22,1.64,9,6.14,1.57,7,3.17,2.08,12,5.0,2.12,13,5.69,2.14,13,6.36,1.75,11,5.56,0.73,9,4.5,2.12,10,4.0,2.74,9,5.18,2.32,17,5.67,1.73,9,5.5,1.51,10,6.5,1.18,10,4.83,2.33,12,3.29,2.29,7,5.25,2.08,16,5.5,2.27,10
+dialogue,6.25,1.89,20,2.86,1.9,21,5.0,1.78,25,5.0,2.71,4,6.56,1.59,16,2.5,0.58,4,2.94,2.11,17,4.89,2.15,9,5.06,1.61,16,6.5,1.51,8,6.08,2.15,12,2.5,1.78,10,3.18,2.04,11,4.64,1.74,14,5.45,1.81,11,6.09,1.3,11,6.44,2.51,9,3.4,2.22,10,2.36,1.5,11,5.06,1.92,18,4.86,1.46,7
+dialysis,3.24,1.89,21,4.91,2.23,23,3.23,2.16,26,3.64,1.96,11,2.8,1.81,10,4.73,2.41,11,5.08,2.15,12,2.73,1.42,11,3.64,2.65,14,2.9,1.66,10,3.55,2.11,11,4.45,2.38,11,5.33,2.1,12,3.29,2.14,17,3.12,2.47,8,3.69,2.1,13,2.5,1.31,8,4.6,2.44,15,5.5,1.77,8,3.53,2.43,17,2.67,1.5,9
+diameter,4.76,1.34,21,4.04,1.87,23,5.28,2.16,18,5.2,2.17,5,4.62,1.02,16,4.25,1.96,12,3.82,1.83,11,4.89,2.09,9,5.5,2.39,8,4.5,1.17,12,5.11,1.54,9,3.94,1.98,16,4.29,1.7,7,5.6,1.9,10,4.88,2.53,8,4.77,1.48,13,4.75,1.16,8,4.0,1.86,19,4.25,2.22,4,5.08,1.93,12,5.67,2.73,6
+diamond,6.88,1.99,40,5.82,2.57,45,5.64,2.39,42,5.71,2.16,14,7.5,1.61,26,4.45,2.62,11,6.39,2.34,33,5.59,2.45,17,5.68,2.39,25,6.53,2.37,17,7.13,1.66,23,5.58,2.84,26,6.39,1.97,18,5.56,2.26,27,5.8,2.68,15,6.68,2.26,19,7.05,1.75,21,5.81,2.83,27,5.83,2.2,18,5.13,2.26,23,6.26,2.45,19
+diaper,3.71,1.74,21,3.41,1.87,22,4.14,1.91,22,3.44,1.59,9,3.92,1.88,12,3.33,1.97,6,3.33,1.91,15,3.83,2.04,6,4.25,1.91,16,3.56,2.3,9,3.83,1.27,12,3.8,1.1,5,3.29,2.05,17,3.45,1.51,11,4.82,2.09,11,3.58,2.02,12,3.89,1.36,9,3.89,1.96,9,3.08,1.8,13,3.75,1.71,12,4.6,2.12,10
+diaphragm,4.67,1.65,21,3.96,2.5,23,5.24,2.03,25,5.36,1.21,11,3.9,1.79,10,4.73,2.8,11,3.25,2.05,12,4.64,1.5,11,5.62,2.36,13,4.3,1.7,10,5.0,1.61,11,4.82,2.6,11,3.17,2.21,12,5.0,2.03,16,5.5,2.14,8,4.54,1.9,13,4.88,1.25,8,4.4,2.8,15,3.12,1.64,8,5.35,2.4,17,5.0,0.93,8
+diarrhea,2.1,1.8,20,6.85,2.03,20,2.58,1.92,26,2.27,2.33,11,1.89,0.93,9,6.14,2.04,7,7.23,2.01,13,2.38,1.76,13,2.77,2.13,13,2.27,2.37,11,1.89,0.78,9,7.27,1.62,11,6.33,2.45,9,3.06,2.16,17,1.67,0.87,9,1.7,0.95,10,2.5,2.37,10,6.92,2.35,12,6.75,1.58,8,2.75,2.11,16,2.3,1.64,10
+diary,6.0,1.2,19,3.73,2.19,22,6.86,2.19,22,6.33,1.41,9,5.7,0.95,10,3.75,1.91,8,3.71,2.4,14,7.09,2.47,11,6.64,1.96,11,6.0,1.41,7,6.0,1.13,12,4.5,1.78,10,3.08,2.35,12,6.54,2.47,13,7.33,1.73,9,5.8,1.14,10,6.22,1.3,9,3.5,2.2,8,3.86,2.25,14,7.29,2.23,14,6.12,2.03,8
+dib,5.0,1.7,19,3.05,2.11,20,6.0,1.69,20,5.0,0.0,3,4.93,1.91,15,2.6,2.12,10,3.5,2.12,10,5.8,1.62,10,6.2,1.81,10,5.0,2.28,6,4.92,1.51,12,2.29,1.7,7,3.46,2.26,13,5.62,1.77,8,6.25,1.66,12,4.83,1.64,12,5.29,1.89,7,3.3,2.16,10,2.8,2.15,10,6.0,1.58,9,6.0,1.84,11
+dibs,5.21,1.75,19,4.62,2.11,21,5.35,2.18,20,5.67,1.53,3,5.12,1.82,16,4.33,2.34,6,4.73,2.09,15,6.17,1.94,6,5.0,2.25,14,5.4,1.43,10,5.0,2.12,9,4.71,2.56,7,4.57,1.95,14,6.4,1.9,10,4.3,2.0,10,5.0,1.85,8,5.36,1.75,11,5.22,1.86,9,4.17,2.25,12,5.62,3.02,8,5.17,1.53,12
+dice,5.8,1.15,20,4.64,2.17,22,4.56,2.45,27,6.57,1.51,7,5.38,0.65,13,4.2,2.44,10,5.0,1.95,12,4.8,2.62,15,4.18,2.4,11,5.64,1.03,11,6.0,1.32,9,4.22,1.79,9,4.92,2.43,13,5.06,2.61,17,3.56,2.07,9,5.92,1.32,13,5.57,0.79,7,4.5,2.19,16,5.0,2.28,6,5.17,2.52,12,4.07,2.37,15
+dicey,4.24,1.79,21,4.7,2.05,20,4.29,2.63,21,5.17,1.47,6,3.87,1.81,15,5.5,1.77,8,4.17,2.12,12,4.45,2.7,11,4.1,2.69,10,4.5,2.07,6,4.13,1.73,15,4.5,1.9,10,4.9,2.28,10,4.36,2.87,14,4.14,2.27,7,4.71,1.8,7,4.0,1.8,14,4.93,1.9,14,4.17,2.48,6,4.17,2.59,12,4.44,2.83,9
+dick,3.06,1.76,18,5.6,2.96,20,3.44,2.01,18,3.0,1.85,8,3.1,1.79,10,5.14,2.54,7,5.85,3.24,13,3.91,2.02,11,2.71,1.89,7,3.09,1.92,11,3.0,1.63,7,5.33,3.57,9,5.82,2.52,11,3.64,2.16,11,3.14,1.86,7,3.33,1.87,12,2.5,1.52,6,5.67,3.23,12,5.5,2.73,8,3.56,2.35,9,3.33,1.73,9
+dickhead,2.6,1.96,20,5.26,2.08,19,3.5,2.44,22,2.29,0.95,7,2.77,2.35,13,5.56,2.3,9,5.0,1.94,10,4.17,3.06,6,3.25,2.24,16,2.7,1.42,10,2.56,2.6,9,4.38,2.2,8,5.91,1.81,11,4.33,2.55,15,1.71,0.49,7,2.64,2.34,11,2.56,1.51,9,5.17,1.47,12,5.43,2.99,7,4.18,2.75,11,2.82,1.99,11
+dictate,4.4,1.88,20,3.24,2.0,21,4.96,2.64,25,3.25,0.96,4,4.69,1.96,16,3.5,2.08,4,3.18,2.04,17,4.33,2.45,9,5.31,2.75,16,4.38,1.51,8,4.42,2.15,12,3.1,1.52,10,3.36,2.42,11,4.79,2.94,14,5.18,2.32,11,4.55,1.63,11,4.22,2.22,9,3.4,2.37,10,3.09,1.7,11,4.83,2.57,18,5.29,2.98,7
+dictation,4.26,1.37,19,2.94,2.01,18,4.47,2.03,17,4.64,1.12,11,3.75,1.58,8,4.25,2.22,4,2.57,1.87,14,4.0,1.6,8,4.89,2.37,9,4.12,1.81,8,4.36,1.03,11,2.71,2.06,7,3.09,2.07,11,3.83,1.17,6,4.82,2.36,11,4.31,1.32,13,4.17,1.6,6,2.91,2.17,11,3.0,1.91,7,3.86,1.68,7,4.9,2.23,10
+dictator,2.77,2.18,22,5.5,2.44,22,4.19,2.66,21,3.27,2.61,11,2.27,1.62,11,6.12,2.7,8,5.14,2.32,14,3.6,2.72,10,4.73,2.61,11,3.75,2.12,8,2.21,2.08,14,4.8,2.35,10,6.08,2.47,12,4.38,2.6,13,3.88,2.9,8,2.83,2.25,12,2.7,2.21,10,5.5,2.98,8,5.5,2.21,14,4.62,2.79,13,3.5,2.45,8
+dictatorship,2.62,1.96,21,6.38,1.75,21,2.76,2.09,25,2.83,2.08,12,2.33,1.87,9,6.57,1.81,7,6.29,1.77,14,2.6,1.78,10,2.87,2.33,15,1.25,0.5,4,2.94,2.05,17,6.0,1.89,10,6.73,1.62,11,1.71,1.25,7,3.17,2.23,18,2.83,2.25,12,2.33,1.58,9,6.62,1.5,13,6.0,2.14,8,2.67,1.94,9,2.81,2.23,16
+diction,4.85,1.27,20,3.73,2.25,22,6.05,1.83,21,5.11,0.93,9,4.64,1.5,11,3.4,2.01,10,4.0,2.49,12,5.62,1.51,8,6.31,2.02,13,5.07,1.0,14,4.33,1.75,6,3.25,2.19,8,4.0,2.32,14,5.75,2.38,8,6.23,1.48,13,5.0,0.67,10,4.7,1.7,10,3.75,1.86,12,3.7,2.75,10,6.25,2.05,12,5.78,1.56,9
+dictionary,6.05,2.04,20,2.91,1.95,23,5.88,2.55,17,6.38,2.13,8,5.83,2.04,12,3.45,2.07,11,2.42,1.78,12,5.89,2.2,9,5.88,3.04,8,5.71,2.36,7,6.0,1.81,12,3.27,2.41,11,2.58,1.44,12,5.14,2.97,7,6.4,2.22,10,6.0,1.96,13,6.14,2.34,7,2.55,1.75,11,3.25,2.14,12,5.0,2.88,8,6.67,2.06,9
+diddle,4.75,1.77,20,3.15,1.9,20,4.95,1.36,22,5.57,0.79,7,4.31,2.02,13,4.0,2.06,9,2.45,1.51,11,5.67,1.63,6,4.69,1.2,16,4.7,1.83,10,4.78,1.92,9,3.38,2.26,8,3.0,1.71,12,5.0,1.46,15,4.86,1.21,7,4.73,1.9,11,4.78,1.72,9,3.5,1.98,12,2.62,1.77,8,4.82,1.72,11,5.09,0.94,11
+die,1.67,1.65,21,6.9,2.21,21,3.28,2.52,18,2.5,2.81,6,1.29,0.83,14,7.43,1.81,7,6.64,2.41,14,3.22,2.33,9,3.5,2.98,8,1.77,1.96,13,1.43,1.13,7,7.0,2.0,9,6.83,2.44,12,3.7,2.67,10,2.75,2.38,8,1.31,0.63,13,2.25,2.55,8,6.67,3.2,6,7.0,1.81,15,3.4,2.63,10,3.12,2.53,8
+diesel,4.32,1.53,19,3.78,1.96,18,5.29,2.26,17,4.91,1.58,11,3.5,1.07,8,4.0,2.0,4,3.71,2.02,14,4.75,2.31,8,5.78,2.22,9,4.0,1.6,8,4.55,1.51,11,4.57,1.27,7,3.27,2.2,11,4.5,1.97,6,5.73,2.37,11,4.15,1.34,13,4.67,1.97,6,3.18,2.14,11,4.71,1.25,7,5.29,2.75,7,5.3,2.0,10
+diet,4.42,1.3,19,3.83,2.09,18,5.29,2.37,17,4.45,1.29,11,4.38,1.41,8,4.25,2.22,4,3.71,2.13,14,5.0,2.33,8,5.56,2.51,9,4.62,1.41,8,4.27,1.27,11,3.57,2.3,7,4.0,2.05,11,4.83,2.56,6,5.55,2.34,11,4.46,1.33,13,4.33,1.37,6,3.36,1.96,11,4.57,2.23,7,5.0,2.16,7,5.5,2.59,10
+differ,5.1,1.97,21,3.26,2.43,23,5.47,2.32,17,5.78,2.05,9,4.58,1.83,12,3.73,2.28,11,2.83,2.59,12,5.67,2.24,9,5.25,2.55,8,5.43,2.23,7,4.85,1.95,13,4.27,2.61,11,2.33,1.92,12,4.71,2.87,7,6.0,1.83,10,4.69,2.06,13,5.75,1.75,8,3.0,2.41,11,3.5,2.54,12,3.75,1.58,8,7.0,1.73,9
+difference,4.89,1.75,18,3.15,2.23,20,5.44,1.92,18,4.62,1.51,8,5.1,1.97,10,2.71,2.36,7,3.38,2.22,13,5.45,2.07,11,5.43,1.81,7,4.82,1.33,11,5.0,2.38,7,3.11,2.8,9,3.18,1.78,11,5.27,2.2,11,5.71,1.5,7,4.67,1.23,12,5.33,2.58,6,3.08,2.39,12,3.25,2.12,8,6.44,1.81,9,4.44,1.51,9
+different,5.91,1.8,22,3.95,2.2,21,6.47,1.81,17,6.0,2.61,6,5.8,1.52,15,2.86,2.27,7,4.5,2.03,14,6.44,1.88,9,6.5,1.85,8,5.57,1.99,14,6.43,1.4,7,3.89,2.15,9,4.0,2.34,12,7.44,1.88,9,5.38,0.92,8,5.5,2.07,14,6.62,0.92,8,4.33,1.97,6,3.8,2.34,15,6.78,1.92,9,6.12,1.73,8
+differential,4.0,1.54,22,3.62,2.13,21,5.05,1.46,22,4.14,1.61,14,3.75,1.49,8,4.0,2.53,11,3.0,1.58,9,5.17,1.17,6,5.0,1.59,16,4.8,1.55,10,3.33,1.23,12,2.82,1.89,11,4.5,2.12,10,5.08,1.26,13,5.0,1.8,9,4.08,1.68,12,3.9,1.45,10,3.92,2.43,13,3.12,1.55,8,4.83,1.4,12,5.3,1.57,10
+difficult,3.78,1.7,18,4.45,2.35,20,3.78,2.05,18,3.38,1.19,8,4.1,2.02,10,4.57,2.57,7,4.38,2.33,13,4.27,2.0,11,3.0,2.0,7,3.36,1.03,11,4.43,2.37,7,4.0,2.74,9,4.82,2.04,11,3.55,1.92,11,4.14,2.34,7,3.5,1.0,12,4.33,2.66,6,3.5,2.07,12,5.88,2.1,8,3.78,2.33,9,3.78,1.86,9
+difficulty,2.57,1.6,21,4.21,2.62,19,4.64,2.79,22,3.67,1.37,6,2.13,1.51,15,4.0,2.0,7,4.33,2.99,12,4.5,2.84,12,4.8,2.86,10,3.22,1.86,9,2.08,1.24,12,4.44,2.35,9,4.0,2.94,10,3.86,2.19,7,5.0,3.02,15,3.0,1.94,10,2.18,1.17,11,4.15,2.51,13,4.33,3.08,6,5.33,3.31,12,3.8,1.81,10
+diffuse,5.04,1.69,23,3.86,2.53,22,4.75,2.24,20,5.62,1.19,8,4.73,1.87,15,5.2,2.53,10,2.75,2.01,12,6.0,2.77,7,4.08,1.66,13,5.83,1.47,12,4.18,1.54,11,3.27,2.1,11,4.45,2.88,11,4.87,2.33,15,4.4,2.19,5,4.73,1.85,11,5.33,1.56,12,3.4,2.67,10,4.25,2.45,12,4.5,1.58,10,5.0,2.83,10
+dig,5.28,1.81,18,3.67,2.59,21,4.67,2.33,18,4.62,1.69,8,5.8,1.81,10,2.71,1.8,7,4.14,2.85,14,4.18,2.14,11,5.43,2.57,7,5.09,1.76,11,5.57,1.99,7,2.56,2.46,9,4.5,2.47,12,5.27,2.45,11,3.71,1.89,7,4.92,1.51,12,6.0,2.28,6,3.0,2.45,12,4.56,2.65,9,4.67,2.4,9,4.67,2.4,9
+digest,4.74,1.76,23,2.9,1.7,21,4.92,2.47,24,4.5,1.87,6,4.82,1.78,17,2.75,0.96,4,2.94,1.85,17,6.0,2.24,9,4.27,2.43,15,5.0,1.58,9,4.57,1.91,14,3.8,1.55,10,2.09,1.45,11,5.21,2.42,14,4.5,2.59,10,4.69,1.65,13,4.8,1.99,10,2.5,1.72,10,3.27,1.68,11,5.82,2.21,17,2.71,1.5,7
+digestion,4.5,1.22,22,3.86,2.32,22,5.21,2.12,19,4.75,0.89,8,4.54,1.27,13,4.14,2.73,7,3.64,2.24,14,5.14,2.91,7,5.0,1.48,11,4.25,1.28,8,4.85,0.99,13,3.67,2.78,9,4.0,2.04,13,4.0,2.31,7,5.92,1.73,12,4.55,1.21,11,4.45,1.29,11,2.25,2.55,8,4.79,1.63,14,5.06,2.21,16,6.0,1.73,3
+digestive,5.0,1.3,21,4.0,2.25,20,4.71,2.05,21,4.67,0.52,6,5.13,1.51,15,4.88,2.23,8,3.42,2.15,12,4.45,2.07,11,5.0,2.11,10,4.83,0.41,6,5.07,1.53,15,4.6,2.17,10,3.4,2.27,10,4.86,2.03,14,4.43,2.23,7,4.71,1.5,7,5.14,1.23,14,4.14,2.57,14,3.67,1.37,6,4.08,1.93,12,5.56,2.01,9
+digit,4.84,1.46,19,3.05,1.83,21,4.35,2.39,20,5.67,1.15,3,4.69,1.49,16,3.0,1.67,6,3.07,1.94,15,4.83,2.14,6,4.14,2.54,14,5.2,1.03,10,4.44,1.81,9,2.86,2.04,7,3.14,1.79,14,4.3,2.71,10,4.4,2.17,10,4.88,1.36,8,4.82,1.6,11,3.33,2.0,9,2.83,1.75,12,3.75,3.33,8,4.75,1.54,12
+digital,6.0,2.1,21,4.36,2.22,25,5.82,2.13,22,6.62,1.69,8,5.62,2.29,13,4.38,2.47,13,4.33,2.02,12,6.23,2.55,13,5.22,1.2,9,7.25,1.67,8,5.58,1.62,12,5.21,1.89,14,3.27,2.2,11,6.33,2.39,12,5.2,1.69,10,5.1,2.42,10,6.82,1.4,11,4.18,2.35,17,4.75,1.98,8,6.0,2.4,10,5.67,1.97,12
+dignified,6.55,1.56,42,3.48,2.06,42,6.25,2.07,20,6.42,1.35,19,6.65,1.75,23,3.17,2.08,12,3.48,2.01,29,5.5,2.59,6,6.57,1.83,14,6.61,1.8,23,6.47,1.26,19,4.08,2.57,12,3.23,1.81,30,6.2,2.53,10,6.3,1.64,10,6.5,1.69,24,6.61,1.42,18,3.84,2.36,19,3.17,1.77,23,7.0,2.27,8,5.75,1.86,12
+dignify,5.68,2.03,19,4.24,2.05,21,5.78,1.98,23,6.0,3.0,3,5.62,1.93,16,3.88,1.81,8,4.46,2.22,13,4.89,2.2,9,6.36,1.65,14,5.67,2.5,9,5.7,1.64,10,4.67,1.66,9,3.92,2.31,12,5.8,2.24,15,5.75,1.49,8,5.71,2.56,7,5.67,1.78,12,4.9,1.73,10,3.64,2.2,11,5.92,2.5,13,5.6,1.07,10
+dignity,7.2,1.47,20,3.71,1.98,21,6.85,2.11,34,7.6,1.58,10,6.8,1.32,10,3.75,1.91,8,3.69,2.1,13,6.43,2.31,14,7.15,1.95,20,7.33,1.5,9,7.09,1.51,11,3.92,1.66,13,3.38,2.5,8,6.68,2.12,22,7.17,2.12,12,7.4,1.51,10,7.0,1.49,10,3.64,2.13,14,3.86,1.77,7,5.88,2.42,17,7.82,1.13,17
+dike,4.22,2.1,18,4.85,2.78,20,4.92,2.26,24,4.0,1.22,5,4.31,2.39,13,5.45,2.73,11,4.11,2.8,9,5.19,2.23,16,4.38,2.39,8,4.14,1.68,7,4.27,2.41,11,5.0,3.24,9,4.73,2.49,11,4.89,2.35,19,5.0,2.12,5,4.11,1.9,9,4.33,2.4,9,4.73,2.8,11,5.0,2.92,9,5.33,2.38,18,3.67,1.37,6
+dilation,5.16,1.57,19,4.14,1.96,22,4.19,1.94,21,6.0,1.41,7,4.67,1.5,12,3.5,1.97,6,4.4,2.03,15,3.0,1.67,6,4.67,1.88,15,5.88,1.13,8,4.64,1.69,11,4.2,1.3,5,4.12,2.15,17,4.9,2.47,10,3.55,1.04,11,5.0,1.86,12,5.43,0.98,7,4.22,1.92,9,4.08,2.06,13,4.33,2.23,12,4.0,1.58,9
+dildo,4.57,2.86,21,5.09,2.65,22,5.48,2.44,27,4.8,2.57,10,4.36,3.2,11,5.86,3.39,7,4.73,2.28,15,4.94,2.75,17,6.4,1.51,10,5.27,2.8,11,3.8,2.86,10,3.0,2.35,5,5.71,2.47,17,5.0,2.8,14,6.0,1.96,13,4.62,3.01,13,4.5,2.78,8,3.8,2.97,10,6.17,1.85,12,5.43,2.59,14,5.54,2.37,13
+dilemma,4.24,2.32,21,5.19,2.56,21,2.96,1.85,24,3.71,1.89,7,4.5,2.53,14,5.0,2.37,12,5.44,2.92,9,2.62,1.6,8,3.12,2.0,16,5.1,2.02,10,3.45,2.38,11,5.89,2.15,9,4.67,2.81,12,2.76,1.82,17,3.17,2.04,6,3.33,2.29,9,4.92,2.19,12,3.56,2.7,9,6.42,1.68,12,3.06,1.98,16,2.75,1.67,8
+diligence,5.68,1.57,19,4.63,2.45,19,6.85,2.13,20,5.67,0.58,3,5.67,1.76,15,4.8,2.35,10,4.44,2.7,9,6.6,2.17,10,7.1,2.18,10,5.17,1.72,6,5.92,1.56,12,3.83,2.56,6,5.0,2.42,13,6.38,2.62,8,7.17,1.8,12,6.42,1.08,12,4.43,1.51,7,5.0,2.78,9,4.3,2.21,10,7.33,1.87,9,6.45,2.34,11
+diligent,6.14,1.59,21,4.33,2.82,24,7.05,2.17,19,6.75,1.16,8,5.77,1.74,13,5.5,1.38,6,3.94,3.1,18,7.45,1.69,11,6.5,2.73,8,5.5,1.73,12,7.0,0.87,9,5.2,2.62,10,3.71,2.89,14,6.83,2.44,12,7.43,1.72,7,5.93,1.77,14,6.57,1.13,7,4.44,2.8,16,4.12,3.04,8,7.42,1.62,12,6.43,2.94,7
+dill,5.85,2.03,20,3.25,2.2,20,5.76,1.61,25,4.5,2.38,4,6.19,1.87,16,2.33,1.15,3,3.41,2.32,17,5.78,2.33,9,5.75,1.13,16,5.5,1.85,8,6.08,2.19,12,2.67,1.58,9,3.73,2.57,11,5.79,1.58,14,5.73,1.74,11,5.82,1.66,11,5.89,2.52,9,2.4,1.96,10,4.1,2.18,10,6.0,1.57,18,5.14,1.68,7
+dim,3.37,1.38,19,3.55,2.31,20,4.83,2.1,23,2.67,1.53,3,3.5,1.37,16,4.43,1.81,7,3.08,2.47,13,5.22,2.68,9,4.57,1.7,14,2.67,1.58,9,4.0,0.82,10,3.62,2.39,8,3.5,2.35,12,4.93,2.34,15,4.62,1.69,8,3.71,1.5,7,3.17,1.34,12,3.8,2.25,10,3.3,2.45,10,4.54,2.6,13,5.2,1.23,10
+dime,5.58,1.89,19,3.52,2.34,21,5.32,2.79,19,5.67,0.58,3,5.56,2.06,16,3.5,2.26,6,3.53,2.45,15,5.0,2.28,6,5.46,3.07,13,5.1,1.45,10,6.11,2.26,9,3.43,2.64,7,3.57,2.28,14,4.56,2.88,9,6.0,2.67,10,5.5,1.69,8,5.64,2.11,11,3.11,2.42,9,3.83,2.33,12,5.57,3.31,7,5.17,2.59,12
+dimension,5.24,1.73,21,3.73,2.05,22,5.0,2.02,22,5.67,1.66,9,4.92,1.78,12,4.0,2.19,6,3.47,2.03,15,5.0,1.67,6,5.0,2.19,16,5.67,1.32,9,4.92,1.98,12,4.4,2.41,5,3.53,1.97,17,4.45,2.07,11,5.55,1.92,11,5.33,2.15,12,5.11,1.05,9,3.89,2.37,9,3.62,1.89,13,4.83,1.7,12,5.2,2.44,10
+dimensional,6.16,1.5,19,3.41,2.3,22,4.79,1.69,28,6.33,1.75,6,6.08,1.44,13,3.45,2.81,11,3.36,1.8,11,4.55,1.81,11,4.94,1.64,17,6.18,1.33,11,6.12,1.81,8,3.91,2.74,11,2.91,1.76,11,4.94,1.92,18,4.5,1.18,10,6.08,1.44,13,6.33,1.75,6,4.0,2.54,14,2.38,1.41,8,4.44,1.86,16,5.25,1.36,12
+diminish,4.05,1.15,20,3.87,1.87,23,5.05,2.35,20,3.67,0.87,9,4.36,1.29,11,3.55,2.07,11,4.17,1.7,12,4.88,2.17,8,5.17,2.55,12,4.14,1.1,14,3.83,1.33,6,3.22,2.11,9,4.29,1.64,14,4.86,2.79,7,5.15,2.19,13,4.2,1.32,10,3.9,0.99,10,3.92,2.06,13,3.8,1.69,10,5.73,2.15,11,4.22,2.44,9
+diminutive,4.42,1.92,19,3.5,2.16,20,4.62,2.29,21,4.33,1.12,9,4.5,2.51,10,5.17,2.32,6,2.79,1.72,14,4.4,2.59,10,4.82,2.09,11,4.43,0.98,7,4.42,2.35,12,4.0,1.7,10,3.0,2.54,10,4.67,2.57,12,4.56,2.01,9,4.8,2.25,10,4.0,1.5,9,3.25,1.91,8,3.67,2.39,12,4.62,2.06,13,4.62,2.77,8
+dimwit,3.48,2.09,21,3.5,2.11,22,3.95,1.65,22,4.33,2.24,9,2.83,1.8,12,2.67,1.97,6,3.8,2.21,15,4.33,2.16,6,3.81,1.47,16,4.33,2.45,9,2.83,1.59,12,3.6,2.61,5,3.47,2.03,17,4.09,1.76,11,3.82,1.6,11,3.08,2.35,12,4.0,1.66,9,3.67,1.87,9,3.38,2.33,13,3.83,1.7,12,4.1,1.66,10
+dine,6.6,1.1,20,4.0,2.08,20,6.05,1.84,22,7.14,1.35,7,6.31,0.85,13,4.0,1.94,9,4.0,2.28,11,5.5,3.08,6,6.25,1.18,16,6.4,0.97,10,7.0,1.12,9,4.38,2.0,8,3.75,2.18,12,5.67,1.88,15,6.86,1.57,7,6.36,1.03,11,6.89,1.17,9,3.67,2.23,12,4.5,1.85,8,5.82,2.36,11,6.27,1.19,11
+diner,6.75,1.52,20,4.04,2.33,23,6.43,1.8,21,6.56,1.67,9,6.91,1.45,11,4.73,2.33,11,3.42,2.23,12,5.5,1.77,8,7.0,1.63,13,6.71,1.54,14,6.83,1.6,6,4.78,2.68,9,3.57,2.03,14,6.38,1.92,8,6.46,1.81,13,6.7,1.7,10,6.8,1.4,10,3.46,2.15,13,4.8,2.44,10,6.83,1.75,12,5.89,1.83,9
+dinghy,4.82,1.76,22,4.17,2.12,18,4.67,2.22,21,4.8,2.39,5,4.75,1.65,16,4.14,2.48,7,4.18,1.99,11,4.9,1.73,10,4.45,2.66,11,4.83,1.64,12,4.8,1.99,10,4.11,2.37,9,4.22,1.99,9,4.25,2.18,12,5.22,2.28,9,5.18,1.4,11,4.45,2.07,11,4.29,2.29,7,4.09,2.12,11,5.33,1.87,9,4.17,2.41,12
+dingo,5.65,1.76,20,4.25,2.07,20,4.8,2.24,25,5.0,1.0,3,5.76,1.86,17,3.57,1.4,7,4.62,2.33,13,5.5,2.07,8,4.47,2.29,17,5.71,1.11,7,5.62,2.06,13,3.0,1.15,7,4.92,2.18,13,4.64,2.13,14,5.0,2.45,11,5.11,1.69,9,6.09,1.76,11,4.8,2.39,10,3.7,1.64,10,4.44,2.45,18,5.71,1.25,7
+dingy,3.45,1.63,22,4.57,2.54,23,4.89,1.94,19,4.12,1.55,8,3.23,1.54,13,4.62,2.97,8,4.43,2.44,14,4.43,1.51,7,5.09,2.26,11,3.12,1.25,8,3.85,1.72,13,4.44,2.88,9,4.64,2.41,14,4.29,2.06,7,5.25,1.86,12,3.91,1.76,11,3.0,1.41,11,3.89,2.67,9,5.0,2.45,14,4.69,2.02,16,6.0,1.0,3
+dining,6.77,1.38,22,4.7,2.57,23,6.63,1.71,19,6.5,1.69,8,6.77,1.09,13,4.75,2.76,8,4.86,2.54,14,6.86,1.77,7,6.73,1.62,11,6.75,1.16,8,6.62,1.45,13,4.56,3.09,9,4.79,2.29,14,6.57,1.72,7,6.67,1.78,12,6.27,1.49,11,7.27,1.1,11,4.78,2.91,9,4.64,2.44,14,6.56,1.71,16,7.0,2.0,3
+dinky,4.1,1.29,20,3.67,2.03,21,4.19,1.83,21,3.88,1.64,8,4.25,1.06,12,3.0,2.1,6,4.0,2.08,14,4.0,2.83,6,4.27,1.39,15,4.11,1.27,9,4.09,1.38,11,3.8,1.92,5,3.62,2.13,16,4.8,2.39,10,3.64,0.92,11,4.0,1.41,11,4.22,1.2,9,3.88,2.36,8,3.54,1.9,13,4.92,1.93,12,3.22,1.2,9
+dinner,6.4,2.02,42,3.85,2.34,47,6.05,2.42,20,6.21,1.81,14,6.5,2.15,28,4.0,3.07,11,3.79,2.17,34,5.83,2.23,6,6.14,2.57,14,6.3,2.03,23,6.53,2.06,19,3.88,2.44,26,3.79,2.37,19,5.7,2.45,10,6.4,2.46,10,6.25,2.21,24,6.61,1.79,18,3.86,2.32,28,3.84,2.43,19,5.0,3.02,8,6.75,1.71,12
+dinnertime,6.58,1.95,19,5.2,2.53,20,6.0,2.14,36,6.71,2.5,7,6.5,1.68,12,6.2,1.64,5,4.87,2.72,15,5.09,2.47,11,6.4,1.89,25,6.58,2.35,12,6.57,1.13,7,5.67,2.71,12,4.5,2.2,8,5.75,2.4,20,6.31,1.78,16,6.5,1.9,10,6.67,2.12,9,5.09,2.07,11,5.33,3.12,9,6.27,2.39,22,5.57,1.65,14
+dinosaur,6.11,0.96,18,5.33,2.03,18,4.41,2.72,17,6.09,0.83,11,6.14,1.21,7,6.75,1.5,4,4.93,2.02,14,3.5,2.27,8,5.22,2.95,9,6.25,0.71,8,6.0,1.15,10,5.43,2.3,7,5.27,1.95,11,4.17,1.94,6,4.55,3.14,11,6.0,0.91,13,6.4,1.14,5,5.18,2.09,11,5.57,2.07,7,4.43,3.15,7,4.4,2.55,10
+diocese,5.05,1.53,21,4.0,2.37,26,4.54,2.36,24,5.33,2.18,9,4.83,0.83,12,3.3,2.45,10,4.44,2.28,16,4.11,2.52,9,4.8,2.31,15,5.14,2.04,7,5.0,1.3,14,3.92,2.33,13,4.08,2.5,13,4.25,2.45,12,4.83,2.33,12,4.73,1.01,11,5.4,1.96,10,3.6,2.67,15,4.55,1.86,11,4.46,2.82,13,4.64,1.8,11
+dioxide,4.58,1.5,19,3.95,2.44,22,4.71,2.12,21,4.67,0.71,9,4.5,2.01,10,4.75,2.6,8,3.5,2.31,14,4.6,2.76,10,4.82,1.47,11,5.0,0.0,7,4.33,1.87,12,3.9,1.91,10,4.0,2.89,12,4.67,2.35,12,4.78,1.92,9,5.2,1.4,10,3.89,1.36,9,4.0,2.88,8,3.93,2.27,14,4.54,2.15,13,5.0,2.2,8
+dip,5.42,1.98,19,3.35,2.16,20,5.2,1.85,20,5.67,1.15,3,5.27,2.15,15,2.8,1.87,10,3.9,2.38,10,5.3,1.77,10,5.1,2.02,10,4.0,2.0,6,6.0,1.71,12,3.57,2.37,7,3.23,2.13,13,4.88,2.1,8,5.42,1.73,12,5.67,1.87,12,5.0,2.24,7,3.8,2.1,10,2.9,2.23,10,5.0,1.8,9,5.36,1.96,11
+diploma,6.32,1.68,41,5.25,2.4,20,6.82,2.2,22,6.15,1.87,26,6.6,1.3,15,4.57,1.51,7,5.62,2.75,13,7.0,2.32,11,6.64,2.16,11,6.11,2.14,18,6.48,1.24,23,5.12,2.03,8,5.33,2.71,12,6.62,2.5,13,7.11,1.76,9,6.46,1.64,24,6.12,1.76,17,4.0,2.31,7,5.92,2.25,13,7.07,2.2,14,6.38,2.26,8
+diplomacy,5.53,2.48,19,5.22,2.13,23,5.42,2.06,19,5.22,2.17,9,5.8,2.82,10,5.57,2.57,7,5.07,2.05,15,5.7,2.79,10,5.11,0.78,9,5.22,3.07,9,5.8,1.93,10,5.8,2.35,10,4.75,2.01,12,5.38,2.2,8,5.1,1.79,10,5.33,2.57,12,5.86,2.48,7,5.2,2.24,20,5.33,1.53,3,6.0,2.2,8,5.0,1.95,11
+diplomat,4.65,1.76,20,3.65,2.01,23,5.67,2.18,21,4.6,1.82,5,4.67,1.8,15,4.33,1.61,12,2.91,2.21,11,6.0,1.73,11,4.89,2.42,9,4.75,2.01,12,4.5,1.41,8,4.06,2.08,16,2.71,1.6,7,4.64,1.5,11,6.8,2.3,10,5.0,1.96,13,4.0,1.15,7,3.74,2.05,19,3.25,2.06,4,5.07,2.16,14,6.86,1.77,7
+diplomatic,5.9,1.87,21,4.45,2.04,20,5.62,1.99,21,6.0,1.55,6,5.87,2.03,15,5.62,0.74,8,3.67,2.27,12,5.82,1.72,11,5.4,2.32,10,5.17,1.17,6,6.2,2.04,15,5.2,1.81,10,3.7,2.06,10,5.29,2.2,14,6.29,1.38,7,4.71,1.89,7,6.5,1.61,14,3.93,1.94,14,5.67,1.86,6,5.5,2.35,12,5.78,1.48,9
+dipper,5.39,1.73,23,3.36,1.97,22,5.7,2.11,20,5.38,1.85,8,5.4,1.72,15,3.5,1.84,10,3.25,2.14,12,6.86,2.54,7,5.08,1.61,13,5.17,1.9,12,5.64,1.57,11,3.73,2.33,11,3.0,1.55,11,5.67,2.35,15,5.8,1.3,5,4.64,1.69,11,6.08,1.51,12,4.1,1.97,10,2.75,1.82,12,5.2,1.62,10,6.2,2.49,10
+dippy,4.26,2.0,19,4.32,2.15,22,5.26,2.49,27,5.29,2.06,7,3.67,1.78,12,4.3,1.95,10,4.33,2.39,12,5.53,2.23,15,4.82,2.96,11,4.0,1.83,10,4.56,2.24,9,3.78,1.39,9,4.69,2.53,13,5.53,2.79,17,4.67,2.0,9,4.46,1.94,13,3.83,2.23,6,4.06,2.05,16,5.0,2.45,6,5.67,2.31,12,4.93,2.66,15
+dipstick,4.09,1.44,22,3.52,2.16,21,3.8,2.33,25,3.17,1.17,6,4.44,1.41,16,3.25,2.22,4,3.59,2.21,17,5.33,2.45,9,2.94,1.81,16,4.22,1.39,9,4.0,1.53,13,3.6,1.96,10,3.45,2.42,11,4.14,2.21,14,3.36,2.5,11,4.31,1.32,13,3.78,1.64,9,3.0,2.21,10,4.0,2.1,11,4.17,2.48,18,2.86,1.68,7
+dire,3.0,1.25,19,5.0,2.14,21,4.17,2.57,23,3.33,0.58,3,2.94,1.34,16,5.12,1.64,8,4.92,2.47,13,4.56,2.79,9,3.93,2.5,14,3.0,1.5,9,3.0,1.05,10,5.44,2.24,9,4.67,2.1,12,5.0,2.7,15,2.62,1.41,8,3.14,1.46,7,2.92,1.16,12,5.8,2.15,10,4.27,1.95,11,4.69,3.2,13,3.5,1.27,10
+direct,5.75,1.33,20,4.29,1.9,21,6.38,1.95,34,6.3,1.25,10,5.2,1.23,10,4.88,1.96,8,3.92,1.85,13,6.14,2.38,14,6.55,1.64,20,5.56,1.74,9,5.91,0.94,11,4.69,1.65,13,3.62,2.2,8,6.55,1.87,22,6.08,2.15,12,5.5,1.72,10,6.0,0.82,10,4.29,1.9,14,4.29,2.06,7,6.12,1.93,17,6.65,2.0,17
+direction,5.45,1.36,20,3.33,2.22,18,6.18,2.02,22,5.6,0.89,5,5.4,1.5,15,3.67,2.34,6,3.17,2.25,12,5.7,1.64,10,6.58,2.27,12,5.6,0.7,10,5.3,1.83,10,3.8,2.44,10,2.75,1.91,8,6.0,2.28,11,6.36,1.8,11,5.08,1.44,12,6.0,1.07,8,2.44,2.3,9,4.22,1.86,9,6.73,1.85,11,5.64,2.11,11
+directive,5.7,1.34,20,4.3,2.29,23,5.96,1.93,28,5.5,0.76,8,5.83,1.64,12,4.33,2.5,9,4.29,2.23,14,5.79,2.12,14,6.14,1.79,14,5.44,1.24,9,5.91,1.45,11,4.25,1.76,12,4.36,2.84,11,5.36,2.02,14,6.57,1.7,14,5.8,1.32,10,5.6,1.43,10,3.64,2.11,11,4.92,2.35,12,6.08,1.73,12,5.88,2.13,16
+director,4.95,1.43,22,3.75,2.27,20,6.89,2.49,19,4.85,1.82,13,5.11,0.6,9,4.29,2.36,7,3.46,2.26,13,7.14,2.67,7,6.75,2.49,12,4.92,1.78,12,5.0,0.94,10,4.33,2.06,9,3.27,2.41,11,7.1,2.64,10,6.67,2.45,9,5.17,1.47,12,4.7,1.42,10,3.71,1.5,7,3.77,2.65,13,7.71,2.21,7,6.42,2.61,12
+directory,5.21,2.18,19,3.33,1.98,21,6.13,1.77,23,5.73,1.95,11,5.0,2.08,7,3.38,1.85,8,3.31,2.14,13,7.0,1.73,7,5.75,1.69,16,4.88,2.47,8,5.45,2.02,11,3.5,2.2,8,3.23,1.92,13,7.09,1.38,11,5.25,1.66,12,4.92,2.54,12,5.71,1.38,7,2.5,1.9,10,4.09,1.81,11,5.92,2.06,13,6.4,1.35,10
+dirt,4.5,1.79,20,3.44,2.13,41,4.7,2.0,20,4.8,1.79,5,4.4,1.84,15,3.47,2.14,19,3.52,2.16,21,5.5,2.07,10,3.9,1.66,10,4.9,1.29,10,4.1,2.18,10,3.1,2.28,21,3.8,1.96,20,3.75,2.19,8,5.33,1.67,12,4.08,1.73,12,5.12,1.81,8,3.59,2.36,27,3.14,1.66,14,4.33,2.06,9,5.0,2.0,11
+dirty,3.17,1.89,42,5.05,2.18,21,5.05,2.89,43,2.69,1.44,13,3.38,2.04,29,5.88,2.47,8,4.54,1.9,13,4.73,2.68,22,5.38,3.12,21,3.38,1.86,16,3.04,1.93,26,5.44,1.81,9,4.75,2.45,12,4.74,2.49,19,5.29,3.2,24,3.22,2.0,23,3.11,1.79,19,5.7,1.49,10,4.45,2.58,11,5.29,2.97,21,4.82,2.86,22
+disability,2.95,1.22,19,3.9,1.62,20,4.7,2.84,23,4.67,0.58,3,2.62,1.02,16,4.38,1.41,8,3.58,1.73,12,5.44,2.3,9,4.21,3.12,14,2.78,1.2,9,3.1,1.29,10,4.25,0.71,8,3.67,2.02,12,5.4,2.9,15,3.38,2.33,8,2.57,1.27,7,3.17,1.19,12,3.67,1.22,9,4.09,1.92,11,4.54,3.36,13,4.9,2.13,10
+disable,3.58,1.71,19,3.6,1.7,20,4.04,2.72,23,3.33,2.08,3,3.62,1.71,16,4.62,0.74,8,2.92,1.83,12,4.33,2.69,9,3.86,2.82,14,3.33,1.87,9,3.8,1.62,10,4.11,1.45,9,3.18,1.83,11,4.67,2.97,15,2.88,1.81,8,3.57,1.81,7,3.58,1.73,12,3.7,1.42,10,3.5,2.01,10,3.92,3.23,13,4.2,2.04,10
+disabled,2.7,1.15,23,3.71,2.05,21,4.52,3.07,25,2.6,1.14,5,2.72,1.18,18,2.71,1.11,7,4.23,2.35,13,4.75,3.15,8,4.41,3.12,17,2.38,0.92,8,2.87,1.25,15,3.57,1.9,7,3.77,2.28,13,5.14,3.08,14,3.73,3.0,11,2.91,1.04,11,2.5,1.24,12,4.09,1.92,11,3.3,2.21,10,4.5,3.28,18,4.57,2.7,7
+disadvantage,2.68,1.42,19,3.9,1.71,20,3.62,2.14,24,2.85,1.63,13,2.33,0.82,6,3.6,2.07,5,4.0,1.65,15,3.31,1.93,13,4.0,2.41,11,3.11,1.69,9,2.3,1.06,10,3.43,2.07,7,4.15,1.52,13,3.82,2.27,11,3.46,2.11,13,2.67,1.66,9,2.7,1.25,10,3.4,1.96,10,4.4,1.35,10,3.22,2.59,9,3.87,1.88,15
+disagree,2.84,1.17,19,4.9,2.07,20,5.45,2.26,20,2.33,1.15,3,2.93,1.22,15,5.1,2.18,10,4.7,2.06,10,5.5,2.22,10,5.4,2.41,10,3.17,1.33,6,2.67,1.15,12,4.57,2.51,7,5.08,1.89,13,5.0,2.45,8,5.75,2.18,12,2.67,1.23,12,3.14,1.07,7,5.1,2.56,10,4.7,1.57,10,6.0,2.5,9,5.0,2.05,11
+disagreeable,3.29,2.0,21,4.26,2.6,23,4.48,2.46,21,3.8,2.39,5,3.12,1.93,16,5.5,2.47,12,2.91,2.07,11,5.0,2.68,11,3.67,2.18,9,3.17,2.12,12,3.44,1.94,9,4.25,2.84,16,4.29,2.14,7,4.36,2.06,11,4.6,2.95,10,3.31,2.43,13,3.25,1.16,8,4.42,2.67,19,3.5,2.38,4,4.21,2.58,14,5.0,2.31,7
+disagreement,2.86,1.9,21,3.91,2.54,23,5.11,2.54,18,3.56,2.46,9,2.33,1.23,12,4.36,2.62,11,3.5,2.5,12,5.9,2.64,10,4.12,2.17,8,4.0,2.58,7,2.31,1.25,13,4.82,2.6,11,3.08,2.27,12,5.0,3.42,7,5.18,1.99,11,3.23,2.17,13,2.25,1.28,8,3.73,2.57,11,4.08,2.61,12,4.67,2.45,9,5.56,2.7,9
+disappear,4.1,2.28,21,4.35,2.56,20,5.42,2.97,19,5.23,2.09,13,2.25,1.04,8,3.86,1.95,7,4.62,2.87,13,5.71,3.04,7,5.25,3.05,12,4.25,2.3,12,3.89,2.37,9,3.33,1.73,9,5.18,2.89,11,6.8,2.35,10,3.89,2.93,9,3.67,2.02,12,4.67,2.6,9,4.71,1.38,7,4.15,3.05,13,6.71,3.04,7,4.67,2.77,12
+disappearance,3.75,1.65,20,4.95,2.25,21,3.91,2.53,34,4.3,1.49,10,3.2,1.69,10,4.38,1.69,8,5.31,2.53,13,4.5,3.01,14,3.5,2.12,20,4.0,1.41,9,3.55,1.86,11,4.92,2.25,13,5.0,2.39,8,4.18,2.82,22,3.42,1.88,12,4.3,1.42,10,3.2,1.75,10,4.79,2.33,14,5.29,2.21,7,4.29,2.44,17,3.53,2.62,17
+disappoint,3.38,1.76,39,3.91,2.04,43,4.07,2.35,42,3.71,1.96,17,3.05,1.56,21,3.15,1.69,20,4.57,2.13,23,4.79,2.52,14,3.74,2.26,27,4.38,2.02,13,2.88,1.4,26,3.24,1.71,17,4.35,2.15,26,4.94,2.39,18,3.42,2.15,24,3.26,1.97,19,3.5,1.57,20,3.64,1.91,25,4.28,2.22,18,3.93,2.33,29,4.38,2.47,13
+disappointed,2.65,1.62,17,4.47,2.37,19,4.08,1.93,25,2.2,1.1,5,2.83,1.8,12,4.7,2.71,10,4.22,2.05,9,4.44,2.16,16,3.44,1.33,9,3.0,1.41,6,2.45,1.75,11,3.88,2.53,8,4.91,2.26,11,4.1,2.13,20,4.0,1.0,5,2.78,1.64,9,2.5,1.69,8,4.6,2.46,10,4.33,2.4,9,4.21,2.04,19,3.67,1.63,6
+disappointing,2.79,1.13,19,4.1,2.23,21,4.26,2.75,23,4.0,1.0,3,2.56,1.03,16,4.25,2.12,8,4.0,2.38,13,5.67,2.6,9,3.36,2.53,14,2.56,1.33,9,3.0,0.94,10,4.33,1.58,9,3.92,2.68,12,5.0,2.93,15,2.88,1.81,8,2.86,1.07,7,2.75,1.22,12,4.8,1.93,10,3.45,2.38,11,4.54,3.41,13,3.9,1.66,10
+disappointment,2.79,1.87,19,4.9,2.63,20,4.08,2.52,24,3.0,2.08,13,2.33,1.37,6,3.4,2.3,5,5.4,2.61,15,4.46,2.54,13,3.64,2.54,11,3.44,2.51,9,2.2,0.79,10,3.57,2.64,7,5.62,2.43,13,3.36,2.2,11,4.69,2.69,13,2.33,1.12,9,3.2,2.35,10,3.6,2.5,10,6.2,2.15,10,4.22,2.99,9,4.0,2.3,15
+disapproval,3.4,1.82,20,4.23,2.22,22,5.26,2.51,19,3.22,2.28,9,3.55,1.44,11,3.2,2.28,5,4.38,2.16,16,5.0,2.68,6,5.38,2.53,13,3.64,1.86,14,2.83,1.72,6,4.0,2.22,12,4.22,2.28,9,4.56,1.94,9,5.9,2.88,10,3.9,2.18,10,2.9,1.29,10,3.42,2.31,12,5.2,1.75,10,4.83,2.93,6,5.46,2.4,13
+disapprove,3.55,0.94,20,3.81,2.4,21,5.21,2.78,24,4.0,1.0,3,3.47,0.94,17,4.57,3.21,7,3.46,1.98,13,5.5,2.83,8,5.06,2.84,16,3.57,0.98,7,3.54,0.97,13,5.43,2.64,7,3.0,1.96,13,5.71,2.87,14,4.5,2.64,10,3.56,1.01,9,3.55,0.93,11,4.64,2.29,11,2.9,2.28,10,5.24,3.03,17,5.14,2.27,7
+disarm,4.38,2.11,21,3.7,2.55,23,5.94,2.39,18,4.78,2.49,9,4.08,1.83,12,4.18,2.64,11,3.25,2.49,12,5.6,2.55,10,6.38,2.26,8,4.86,2.91,7,4.23,1.69,13,4.64,2.66,11,2.83,2.21,12,6.29,2.75,7,5.73,2.24,11,4.23,2.42,13,4.62,1.6,8,3.0,2.45,11,4.33,2.57,12,4.78,2.39,9,7.11,1.83,9
+disaster,1.71,1.06,21,6.35,2.59,23,2.97,2.14,37,2.08,1.16,12,1.22,0.67,9,6.36,2.25,11,6.33,2.96,12,2.94,2.07,18,2.72,1.96,18,1.0,0.0,4,1.88,1.11,17,7.18,2.36,11,5.58,2.64,12,3.29,2.2,17,2.7,2.11,20,1.83,1.27,12,1.56,0.73,9,6.27,2.61,11,6.42,2.68,12,2.75,1.97,20,3.24,2.36,17
+disastrous,2.21,1.93,19,4.23,2.47,22,3.89,2.05,19,2.44,2.01,9,2.0,1.94,10,4.57,2.76,7,4.21,2.42,14,3.6,1.17,10,4.22,2.77,9,2.78,2.59,9,1.7,0.95,10,4.0,3.12,9,4.58,1.98,12,4.38,1.51,8,3.7,2.45,10,2.42,2.27,12,1.86,1.21,7,4.4,2.52,20,2.5,0.71,2,3.25,1.39,8,4.36,2.38,11
+disband,4.0,1.34,20,3.38,2.01,21,5.36,2.63,25,3.33,1.53,3,4.12,1.32,17,3.0,1.91,7,3.46,2.15,13,6.0,2.39,8,5.06,2.75,17,4.14,1.21,7,3.92,1.44,13,3.71,1.5,7,3.08,2.29,13,5.93,2.37,14,4.64,2.87,11,4.11,1.17,9,3.91,1.51,11,4.0,2.14,11,2.7,1.7,10,5.22,2.86,18,5.71,2.06,7
+disbelief,4.21,1.65,19,5.58,2.27,19,5.22,2.21,23,4.0,1.22,5,4.23,1.88,13,5.5,2.59,6,5.62,2.22,13,5.6,2.27,10,4.92,2.22,13,4.0,1.15,7,4.27,2.0,11,4.83,2.23,6,5.92,2.29,13,5.27,1.74,11,5.17,2.66,12,3.83,1.59,12,4.86,1.68,7,4.9,2.38,10,6.33,2.0,9,5.36,1.98,14,5.0,2.65,9
+disc,5.6,1.85,20,3.56,2.43,18,5.58,2.54,24,5.6,1.52,5,5.6,1.99,15,4.0,2.45,5,3.38,2.5,13,5.08,3.04,13,6.18,1.72,11,6.4,1.71,10,4.8,1.69,10,5.0,2.52,7,2.64,1.96,11,5.12,2.78,16,6.5,1.77,8,5.29,1.86,14,6.33,1.75,6,3.75,2.45,12,3.17,2.56,6,5.67,2.77,15,5.44,2.24,9
+discard,4.0,1.28,23,3.71,1.9,21,5.95,2.3,19,3.64,1.69,11,4.33,0.65,12,3.0,2.45,5,4.07,1.71,15,7.67,1.03,6,5.15,2.3,13,4.13,1.19,15,3.75,1.49,8,3.64,1.75,11,4.0,2.18,9,4.44,2.24,9,7.3,1.34,10,4.58,1.24,12,3.36,1.03,11,2.91,1.51,11,4.6,1.96,10,6.33,2.94,6,5.77,2.05,13
+discerning,4.95,1.79,22,4.26,2.24,23,4.94,1.8,18,5.12,0.35,8,5.0,2.27,13,4.88,2.75,8,4.0,2.0,14,4.86,2.27,7,5.0,1.55,11,4.25,1.16,8,5.54,1.94,13,4.44,2.7,9,4.14,1.99,14,3.57,1.51,7,5.82,1.4,11,5.18,2.18,11,4.73,1.35,11,3.22,1.86,9,4.93,2.27,14,5.13,1.81,15,4.0,1.73,3
+discharge,3.4,1.54,20,4.94,2.11,17,4.0,2.15,24,3.4,1.95,5,3.4,1.45,15,4.6,3.21,5,5.08,1.62,12,3.77,2.55,13,4.27,1.62,11,3.2,1.62,10,3.6,1.51,10,5.29,2.81,7,4.7,1.57,10,3.69,2.12,16,4.62,2.2,8,3.5,1.61,14,3.17,1.47,6,5.27,1.56,11,4.33,2.94,6,3.47,1.55,15,4.89,2.76,9
+disciple,4.67,1.68,18,3.52,2.14,21,4.32,2.43,19,6.0,1.0,3,4.4,1.68,15,3.83,1.83,6,3.4,2.29,15,4.67,2.66,6,4.15,2.41,13,5.0,1.0,9,4.33,2.18,9,3.43,2.37,7,3.57,2.1,14,4.9,2.77,10,3.67,1.94,9,4.88,1.64,8,4.5,1.78,10,4.0,2.55,9,3.17,1.8,12,4.62,2.97,8,4.09,2.07,11
+disciplinary,3.6,1.64,20,4.56,3.07,18,4.58,2.73,24,4.0,1.41,5,3.47,1.73,15,5.6,2.79,5,4.15,3.18,13,3.92,2.47,13,5.36,2.94,11,3.4,1.58,10,3.8,1.75,10,6.0,2.83,7,3.64,2.98,11,4.62,2.68,16,4.5,3.02,8,3.36,1.74,14,4.17,1.33,6,5.42,2.84,12,2.83,2.99,6,5.07,2.71,15,3.78,2.73,9
+discipline,5.9,2.31,20,5.8,2.21,20,5.96,2.19,25,5.91,2.3,11,5.89,2.47,9,5.14,2.34,7,6.15,2.15,13,5.69,2.39,13,6.25,2.01,12,5.45,2.62,11,6.44,1.88,9,6.18,1.66,11,5.33,2.78,9,5.41,2.27,17,7.12,1.55,8,5.4,2.67,10,6.4,1.9,10,5.92,2.23,12,5.62,2.33,8,5.81,2.29,16,6.22,2.11,9
+disciplined,6.15,1.79,20,4.4,2.44,20,5.72,2.91,25,5.25,3.2,4,6.38,1.31,16,3.75,3.59,4,4.56,2.19,16,6.11,2.76,9,5.5,3.06,16,6.12,1.96,8,6.17,1.75,12,5.11,2.67,9,3.82,2.18,11,5.21,3.04,14,6.36,2.73,11,5.91,1.87,11,6.44,1.74,9,5.22,2.05,9,3.73,2.61,11,5.78,2.98,18,5.57,2.94,7
+disclose,4.0,1.65,20,4.45,2.24,20,5.89,1.85,19,3.67,1.87,9,4.27,1.49,11,4.0,2.94,4,4.47,2.17,15,6.5,2.07,6,5.62,1.76,13,4.29,1.49,14,3.33,1.97,6,3.9,2.23,10,4.89,2.32,9,5.67,1.5,9,6.1,2.18,10,4.4,1.35,10,3.6,1.9,10,3.3,2.31,10,5.6,1.51,10,6.17,2.04,6,5.77,1.83,13
+disclosure,4.71,1.95,21,3.15,2.03,20,4.27,2.41,22,5.33,2.07,6,4.47,1.92,15,3.88,2.36,8,2.67,1.72,12,4.33,2.67,12,4.2,2.2,10,6.0,1.73,9,3.75,1.54,12,3.33,1.73,9,3.0,2.32,11,3.29,1.8,7,4.73,2.58,15,5.3,2.06,10,4.18,1.78,11,2.92,1.8,13,3.57,2.51,7,4.25,3.11,12,4.3,1.34,10
+disco,5.76,2.32,21,5.25,2.36,20,5.24,2.51,21,5.33,1.97,6,5.93,2.49,15,4.88,2.42,8,5.5,2.39,12,4.36,2.34,11,6.2,2.44,10,6.0,2.45,6,5.67,2.35,15,5.3,2.54,10,5.2,2.3,10,5.57,2.79,14,4.57,1.81,7,6.0,2.89,7,5.64,2.1,14,5.57,2.65,14,4.5,1.38,6,5.17,2.86,12,5.33,2.12,9
+discoloration,3.82,1.71,22,4.05,2.31,21,4.77,2.16,22,3.79,2.04,14,3.88,0.99,8,4.18,2.36,11,4.22,2.28,9,4.5,2.17,6,4.88,2.22,16,3.2,1.62,10,4.33,1.67,12,3.91,2.07,11,4.2,2.66,10,4.62,1.85,13,5.0,2.65,9,3.83,1.53,12,3.8,1.99,10,4.08,2.66,13,4.0,1.77,8,4.33,2.02,12,5.3,2.31,10
+discomfort,2.84,0.83,19,4.43,2.42,42,3.55,1.87,44,3.0,1.0,3,2.81,0.83,16,4.0,2.56,16,4.64,2.38,25,3.41,1.89,22,3.68,1.89,22,3.14,0.69,7,2.67,0.89,12,3.71,2.45,21,5.1,2.27,20,3.76,1.96,29,3.13,1.68,15,2.75,1.16,8,2.91,0.54,11,4.13,2.62,23,4.79,2.18,19,3.56,2.0,25,3.53,1.74,19
+disconcerting,3.58,1.74,19,4.36,2.52,22,4.84,1.74,19,3.67,1.41,9,3.5,2.07,10,5.57,2.37,7,3.71,2.52,14,5.1,1.91,10,4.56,1.59,9,3.44,2.01,9,3.7,1.57,10,5.0,2.62,10,3.73,2.49,11,4.25,1.28,8,5.2,2.04,10,3.5,1.78,12,3.71,1.8,7,4.5,2.52,20,3.0,2.83,2,4.38,1.41,8,5.18,1.94,11
+disconnect,3.81,1.29,21,3.12,2.49,24,4.6,2.37,20,4.25,1.04,8,3.54,1.39,13,5.17,2.56,6,2.44,2.12,18,5.0,2.61,11,4.11,2.09,9,3.58,1.31,12,4.11,1.27,9,3.9,3.14,10,2.57,1.83,14,5.0,2.58,13,3.86,1.86,7,3.93,1.21,14,3.57,1.51,7,4.0,2.61,16,1.38,0.74,8,5.0,2.34,12,4.0,2.45,8
+discontent,2.75,1.12,20,4.67,2.93,18,3.68,1.96,22,2.4,0.89,5,2.87,1.19,15,5.0,2.83,6,4.5,3.09,12,3.9,1.66,10,3.5,2.24,12,3.1,0.99,10,2.4,1.17,10,4.9,2.69,10,4.38,3.38,8,3.73,1.79,11,3.64,2.2,11,2.75,1.36,12,2.75,0.71,8,3.67,3.57,9,5.67,1.8,9,4.45,2.3,11,2.91,1.22,11
+discontinue,3.94,1.21,18,3.89,2.11,18,4.41,2.58,17,4.3,1.25,10,3.5,1.07,8,3.75,2.75,4,3.93,2.02,14,4.62,2.77,8,4.22,2.54,9,4.0,1.53,7,3.91,1.04,11,3.29,1.89,7,4.27,2.24,11,3.5,1.64,6,4.91,2.91,11,4.08,1.38,12,3.67,0.82,6,3.27,2.0,11,4.86,2.04,7,4.71,2.81,7,4.2,2.53,10
+discord,3.58,1.77,19,5.43,1.86,21,4.12,2.4,34,3.22,1.3,9,3.9,2.13,10,5.12,1.46,8,5.62,2.1,13,4.29,2.61,14,4.0,2.29,20,3.22,1.3,9,3.9,2.13,10,5.38,1.8,13,5.5,2.07,8,4.18,2.63,22,4.0,2.0,12,3.1,1.29,10,4.11,2.15,9,5.36,1.86,14,5.57,1.99,7,4.71,2.2,17,3.53,2.5,17
+discount,5.78,2.44,18,4.62,2.5,24,5.86,1.82,28,6.0,1.77,8,5.6,2.95,10,4.78,2.22,9,4.53,2.72,15,5.57,1.55,14,6.14,2.07,14,5.5,2.45,8,6.0,2.54,10,4.5,2.32,12,4.75,2.77,12,5.79,1.85,14,5.93,1.86,14,6.22,2.28,9,5.33,2.65,9,4.75,2.7,12,4.5,2.39,12,5.92,1.44,12,5.81,2.1,16
+discourage,3.05,1.16,21,3.73,2.35,22,3.71,1.95,21,3.33,1.0,9,2.83,1.27,12,2.67,2.07,6,4.0,2.42,15,2.33,1.97,6,4.27,1.71,15,3.11,1.17,9,3.0,1.21,12,4.0,2.12,5,3.65,2.47,17,4.1,2.42,10,3.36,1.43,11,2.67,1.23,12,3.56,0.88,9,4.11,2.2,9,3.46,2.5,13,3.75,1.91,12,3.67,2.12,9
+discouraged,3.18,1.27,38,3.38,2.38,39,3.5,2.15,44,3.56,1.55,16,2.91,0.97,22,3.12,2.28,16,3.57,2.48,23,4.28,2.72,18,2.96,1.48,26,2.74,0.93,19,3.63,1.42,19,3.79,2.07,19,3.0,2.64,20,3.32,2.01,25,3.74,2.35,19,3.2,1.32,25,3.15,1.21,13,3.57,2.09,21,3.17,2.73,18,3.24,2.11,25,3.84,2.22,19
+discouraging,2.89,2.13,19,4.17,2.37,23,4.22,2.51,18,3.56,1.94,9,2.3,2.21,10,5.29,2.5,7,3.73,2.28,15,4.67,2.45,9,3.78,2.64,9,3.33,2.87,9,2.5,1.18,10,4.7,2.75,10,3.83,2.12,12,3.86,1.57,7,4.5,3.17,10,3.33,2.46,12,2.14,1.21,7,4.4,2.41,20,2.67,1.53,3,3.38,1.51,8,4.9,3.0,10
+discourse,3.18,1.71,22,4.27,2.57,22,5.2,2.19,20,4.0,1.53,7,2.8,1.7,15,5.0,2.58,10,3.67,2.5,12,6.0,2.77,7,4.77,1.79,13,3.75,1.76,12,2.5,1.43,10,4.09,2.3,11,4.45,2.91,11,5.07,2.31,15,5.6,1.95,5,2.64,1.43,11,3.73,1.85,11,4.7,2.31,10,3.92,2.81,12,4.9,1.1,10,5.5,2.95,10
+discover,7.18,1.44,22,5.7,3.01,20,6.79,2.04,19,7.38,1.26,13,6.89,1.69,9,6.86,2.73,7,5.08,3.07,13,7.14,1.57,7,6.58,2.31,12,7.08,1.56,12,7.3,1.34,10,5.56,3.21,9,5.82,2.99,11,6.2,2.44,10,7.44,1.33,9,6.92,1.56,12,7.5,1.27,10,6.14,2.61,7,5.46,3.28,13,6.43,2.94,7,7.0,1.41,12
+discovery,6.81,2.06,21,6.04,2.53,23,6.25,2.05,20,5.0,3.39,5,7.38,1.09,16,6.67,2.53,12,5.36,2.46,11,6.1,2.33,10,6.56,1.88,9,7.42,1.88,12,6.0,2.12,9,5.88,2.47,16,6.43,2.82,7,5.73,2.1,11,6.89,1.9,9,6.85,2.12,13,6.75,2.12,8,6.58,2.36,19,3.5,1.73,4,5.86,2.14,14,7.17,1.6,6
+discredit,3.14,1.25,22,4.05,2.44,21,4.29,2.1,21,3.07,1.33,14,3.25,1.16,8,4.09,2.63,11,4.0,2.5,9,3.17,1.47,6,4.73,2.19,15,3.0,1.25,10,3.25,1.29,12,3.09,2.26,11,5.1,2.28,10,3.69,1.44,13,5.25,2.71,8,2.92,0.9,12,3.4,1.58,10,3.69,2.46,13,4.62,2.45,8,4.67,1.87,12,3.78,2.39,9
+discreet,5.05,1.9,19,3.4,2.39,20,6.45,2.14,20,5.67,1.15,3,4.8,2.01,15,3.3,2.06,10,3.5,2.8,10,6.5,1.72,10,6.4,2.59,10,4.5,2.43,6,5.17,1.64,12,3.71,2.69,7,3.23,2.31,13,6.25,2.49,8,6.58,1.98,12,5.67,1.61,12,4.0,2.0,7,4.4,2.76,10,2.4,1.51,10,7.22,1.56,9,5.82,2.4,11
+discrepancy,3.43,1.57,21,3.75,2.67,20,3.73,2.49,22,3.83,2.04,6,3.27,1.39,15,3.62,3.02,8,3.83,2.55,12,4.08,2.64,12,3.3,2.36,10,3.56,2.07,9,3.33,1.15,12,4.67,2.4,9,3.0,2.76,11,3.57,2.23,7,3.8,2.68,15,3.6,1.65,10,3.27,1.56,11,4.31,2.5,13,2.71,2.87,7,3.25,2.7,12,4.3,2.21,10
+discretion,5.4,1.39,20,3.57,2.04,21,5.88,2.44,25,5.33,0.58,3,5.41,1.5,17,2.86,1.77,7,4.0,2.2,13,5.5,2.78,8,6.06,2.33,17,5.43,0.98,7,5.38,1.61,13,3.43,2.07,7,3.69,2.18,13,6.14,2.57,14,5.55,2.34,11,5.22,1.2,9,5.55,1.57,11,3.64,2.2,11,3.5,1.96,10,5.72,2.56,18,6.29,2.21,7
+discretionary,5.53,1.68,19,3.0,2.05,22,5.11,1.97,28,5.83,2.04,6,5.38,1.56,13,3.18,2.27,11,2.82,1.89,11,5.09,2.59,11,5.12,1.54,17,5.18,1.47,11,6.0,1.93,8,2.91,1.97,11,3.09,2.21,11,4.72,1.81,18,5.8,2.15,10,5.15,1.57,13,6.33,1.75,6,2.64,1.78,14,3.62,2.45,8,5.38,2.25,16,4.75,1.54,12
+discriminate,3.18,1.87,22,4.05,2.29,21,5.05,3.04,21,3.43,2.17,14,2.75,1.16,8,4.55,2.46,11,3.67,2.12,9,5.67,2.42,6,4.8,3.3,15,3.5,2.32,10,2.92,1.44,12,3.45,2.5,11,4.7,1.95,10,5.5,2.88,12,4.44,3.32,9,3.33,2.27,12,3.0,1.33,10,3.54,2.18,13,4.88,2.36,8,5.27,3.17,11,4.8,3.05,10
+discriminating,2.33,1.15,21,4.78,2.54,23,3.95,2.22,21,2.2,1.3,5,2.38,1.15,16,6.0,1.81,12,3.45,2.62,11,4.27,2.83,11,3.33,1.12,9,2.0,0.95,12,2.78,1.3,9,5.25,2.57,16,3.71,2.29,7,2.82,0.98,11,5.2,2.57,10,2.08,1.12,13,2.75,1.16,8,4.74,2.62,19,5.0,2.45,4,3.57,2.1,14,4.71,2.43,7
+discrimination,2.45,1.43,20,5.62,2.55,24,4.57,2.43,28,2.5,1.41,8,2.42,1.51,12,5.67,2.55,9,5.6,2.64,15,4.07,2.5,14,5.07,2.34,14,2.11,1.54,9,2.73,1.35,11,4.92,2.78,12,6.33,2.19,12,3.5,2.24,14,5.64,2.17,14,2.5,1.51,10,2.4,1.43,10,6.33,2.15,12,4.92,2.81,12,3.83,2.37,12,5.12,2.39,16
+discuss,5.89,1.97,18,2.76,2.45,21,6.44,1.38,18,4.75,1.67,8,6.8,1.75,10,2.86,3.08,7,2.71,2.2,14,6.55,1.29,11,6.29,1.6,7,5.27,1.79,11,6.86,1.95,7,2.56,2.74,9,2.92,2.31,12,6.91,1.38,11,5.71,1.11,7,5.42,2.07,12,6.83,1.47,6,2.17,1.75,12,3.56,3.09,9,6.67,1.58,9,6.22,1.2,9
+discussion,6.18,1.33,22,5.0,2.52,19,5.95,1.57,20,6.6,0.89,5,6.12,1.45,16,6.62,2.07,8,3.82,2.18,11,5.56,2.01,9,6.27,1.1,11,6.0,1.28,12,6.4,1.43,10,4.9,1.97,10,5.11,3.14,9,5.45,1.86,11,6.56,0.88,9,5.82,1.47,11,6.55,1.13,11,3.75,1.58,8,5.91,2.74,11,5.56,2.01,9,6.27,1.1,11
+disdain,3.71,1.31,21,3.21,2.26,24,4.21,2.27,19,4.12,1.64,8,3.46,1.05,13,5.0,1.41,6,2.61,2.2,18,4.0,1.67,11,4.5,3.02,8,4.0,1.28,12,3.33,1.32,9,4.4,2.32,10,2.36,1.86,14,4.25,2.09,12,4.14,2.73,7,3.64,1.45,14,3.86,1.07,7,3.31,2.27,16,3.0,2.39,8,4.5,2.43,12,3.71,2.06,7
+disdainful,3.13,1.47,39,4.7,2.38,43,4.48,2.66,25,3.54,1.71,13,2.96,1.34,25,4.0,2.45,12,5.0,2.36,30,5.25,1.83,8,4.12,2.96,17,3.4,1.59,15,3.0,1.41,23,4.25,2.22,12,4.87,2.45,31,5.0,2.48,14,3.82,2.86,11,3.39,1.64,23,2.75,1.13,16,4.15,2.28,20,5.17,2.41,23,4.17,3.01,18,5.29,1.25,7
+disease,1.68,0.89,19,5.5,2.31,20,2.8,1.88,20,1.67,0.58,3,1.67,0.98,15,5.1,2.23,10,5.9,2.42,10,3.0,2.0,10,2.6,1.84,10,1.33,0.52,6,1.83,1.03,12,5.43,2.37,7,5.54,2.37,13,2.25,1.28,8,3.17,2.17,12,1.58,0.79,12,1.86,1.07,7,6.0,2.36,10,5.0,2.26,10,2.67,1.58,9,2.91,2.17,11
+diseased,2.24,1.34,21,5.48,2.52,21,3.08,2.08,25,2.33,1.5,12,2.11,1.17,9,6.43,1.51,7,5.0,2.83,14,3.0,1.56,10,3.13,2.42,15,1.0,0.0,4,2.53,1.33,17,4.9,2.42,10,6.0,2.61,11,2.71,2.5,7,3.22,1.96,18,2.08,1.16,12,2.44,1.59,9,4.92,2.6,13,6.38,2.26,8,2.0,1.12,9,3.69,2.27,16
+disembodied,3.73,1.7,22,5.5,2.69,26,4.17,2.75,24,3.78,1.72,9,3.69,1.75,13,5.5,2.88,10,5.5,2.66,16,3.44,2.83,9,4.6,2.69,15,4.0,1.77,8,3.57,1.7,14,5.15,2.79,13,5.85,2.64,13,3.25,2.73,12,5.08,2.54,12,3.42,1.78,12,4.1,1.6,10,5.2,2.6,15,5.91,2.88,11,4.46,3.07,13,3.82,2.4,11
+disengage,4.05,1.28,21,3.95,1.75,21,5.4,2.2,25,4.33,1.44,12,3.67,1.0,9,5.0,1.41,7,3.43,1.7,14,4.8,1.87,10,5.8,2.37,15,3.5,1.29,4,4.18,1.29,17,3.8,2.15,10,4.09,1.38,11,5.14,2.34,7,5.5,2.2,18,4.17,1.11,12,3.89,1.54,9,3.92,1.98,13,4.0,1.41,8,4.78,2.28,9,5.75,2.14,16
+disgrace,2.45,1.19,20,4.28,2.49,25,3.32,2.14,19,2.38,1.06,8,2.5,1.31,12,4.0,2.68,6,4.33,2.57,18,2.86,2.34,7,3.58,2.07,12,2.6,1.3,15,2.0,0.71,5,3.93,2.73,14,4.7,2.31,10,3.44,2.19,9,3.2,2.2,10,2.18,1.08,11,2.78,1.3,9,4.06,2.38,16,4.67,2.78,9,3.18,2.44,11,3.5,1.77,8
+disgraceful,2.35,1.35,20,4.08,2.53,25,2.79,2.39,19,2.62,1.41,8,2.17,1.34,12,3.33,2.73,6,4.44,2.5,18,2.29,1.89,7,3.08,2.68,12,2.53,1.46,15,1.8,0.84,5,3.57,2.77,14,5.0,2.05,10,2.89,2.37,9,2.7,2.54,10,2.0,1.1,11,2.78,1.56,9,4.31,2.33,16,3.67,2.96,9,2.73,2.49,11,2.88,2.42,8
+disgruntled,3.11,1.85,19,3.55,2.65,22,3.64,1.85,28,3.5,1.38,6,2.92,2.06,13,3.82,2.99,11,3.27,2.37,11,3.18,2.4,11,3.94,1.39,17,3.73,2.05,11,2.25,1.16,8,4.18,2.79,11,2.91,2.47,11,3.67,2.03,18,3.6,1.58,10,3.69,1.89,13,1.83,0.98,6,3.36,2.41,14,3.88,3.18,8,3.5,2.1,16,3.83,1.53,12
+disguise,4.81,1.99,21,4.36,2.34,22,4.76,1.92,21,5.78,1.64,9,4.08,1.98,12,3.67,2.34,6,4.73,2.4,15,4.5,2.59,6,4.87,1.68,15,5.0,2.06,9,4.67,2.02,12,3.6,1.67,5,4.59,2.5,17,5.0,1.94,10,4.55,1.97,11,4.67,2.46,12,5.0,1.22,9,4.44,2.74,9,4.31,2.14,13,5.17,1.64,12,4.22,2.22,9
+disgust,3.32,2.4,19,5.0,2.35,23,4.84,2.34,19,3.44,1.67,9,3.2,3.01,10,5.71,2.29,7,4.8,2.43,15,5.1,2.64,10,4.56,2.07,9,4.0,3.12,9,2.7,1.42,10,5.4,2.84,10,4.83,1.99,12,4.5,2.14,8,5.3,2.58,10,3.83,2.86,12,2.43,0.98,7,5.0,2.38,20,5.0,2.65,3,3.38,0.92,8,5.91,2.51,11
+disgusted,2.68,1.66,41,4.89,2.38,47,4.24,2.59,49,2.38,1.5,13,2.82,1.74,28,5.43,2.01,21,4.46,2.6,26,3.84,2.39,25,4.52,2.73,23,2.5,1.32,16,2.8,1.87,25,4.64,2.47,28,5.26,2.26,19,3.68,2.36,25,4.83,2.73,24,2.45,1.34,22,2.95,1.99,19,5.1,2.37,31,4.5,2.42,16,3.77,2.42,26,4.78,2.71,23
+disgusting,2.27,1.42,22,6.15,2.62,20,4.79,2.66,19,2.69,1.65,13,1.67,0.71,9,5.86,2.48,7,6.31,2.78,13,5.0,2.77,7,4.67,2.71,12,2.08,1.38,12,2.5,1.51,10,5.89,2.8,9,6.36,2.58,11,5.2,2.62,10,4.33,2.78,9,1.83,1.03,12,2.8,1.69,10,7.0,1.53,7,5.69,3.01,13,5.29,2.5,7,4.5,2.81,12
+dish,5.7,1.34,20,3.57,2.29,23,5.5,2.13,28,5.38,0.74,8,5.92,1.62,12,3.11,2.47,9,3.86,2.21,14,5.14,2.28,14,5.86,1.99,14,5.56,1.42,9,5.82,1.33,11,4.33,2.5,12,2.73,1.79,11,5.36,2.24,14,5.64,2.1,14,6.0,1.33,10,5.4,1.35,10,3.91,2.3,11,3.25,2.34,12,5.67,1.72,12,5.38,2.45,16
+dishonest,3.0,1.49,20,4.95,2.24,22,5.0,2.7,18,3.0,1.58,9,3.0,1.48,11,3.8,2.68,5,5.25,2.11,16,4.17,2.93,6,5.42,2.61,12,3.21,1.48,14,2.5,1.52,6,4.33,2.31,12,5.67,2.12,9,4.89,2.37,9,5.11,3.14,9,3.5,1.78,10,2.5,0.97,10,3.83,2.08,12,6.3,1.64,10,4.67,3.27,6,5.17,2.52,12
+dishonesty,2.05,0.89,20,5.39,2.68,18,4.32,2.57,22,2.0,0.71,5,2.07,0.96,15,3.67,2.25,6,6.25,2.53,12,4.8,2.53,10,3.92,2.64,12,2.3,0.82,10,1.8,0.92,10,5.0,2.71,10,5.88,2.75,8,3.18,2.09,11,5.45,2.58,11,2.17,1.03,12,1.88,0.64,8,3.78,2.73,9,7.0,1.41,9,4.45,2.73,11,4.18,2.52,11
+dishonor,2.37,1.57,19,4.82,2.44,22,3.79,2.33,28,2.0,1.1,6,2.54,1.76,13,5.45,2.3,11,4.18,2.52,11,4.73,2.57,11,3.18,2.01,17,2.55,1.81,11,2.12,1.25,8,4.64,2.29,11,5.0,2.68,11,3.89,2.37,18,3.6,2.37,10,2.69,1.65,13,1.67,1.21,6,5.21,2.69,14,4.12,1.89,8,3.5,2.34,16,4.17,2.37,12
+dishonorable,2.33,1.28,21,5.76,1.79,21,3.71,2.35,24,2.92,1.31,12,1.56,0.73,9,5.43,2.15,7,5.93,1.64,14,4.5,1.96,10,3.14,2.51,14,1.25,0.5,4,2.59,1.28,17,5.4,1.78,10,6.09,1.81,11,3.29,1.5,7,3.88,2.64,17,2.17,1.34,12,2.56,1.24,9,5.92,1.75,13,5.5,1.93,8,3.25,1.49,8,3.94,2.69,16
+dishwasher,5.32,2.15,22,3.05,2.06,21,5.21,2.72,24,4.12,2.23,8,6.0,1.84,14,4.0,2.19,11,2.0,1.33,10,5.0,2.51,8,5.31,2.89,16,5.55,1.81,11,5.09,2.51,11,3.88,2.36,8,2.54,1.76,13,5.0,2.76,17,5.83,2.99,6,5.3,2.45,10,5.33,1.97,12,2.75,1.58,8,3.23,2.35,13,5.38,2.75,16,4.88,2.8,8
+disinfect,5.11,2.28,19,4.0,2.17,23,5.64,2.18,28,3.75,1.28,8,6.09,2.39,11,4.62,2.56,8,3.67,1.95,15,6.0,2.32,14,5.29,2.05,14,5.44,2.35,9,4.8,2.3,10,3.91,2.39,11,4.08,2.07,12,4.29,2.05,14,7.0,1.3,14,5.5,2.68,10,4.67,1.8,9,4.36,2.06,11,3.67,2.31,12,5.25,2.18,12,5.94,2.21,16
+disinfectant,5.1,1.97,21,2.96,2.12,24,5.8,2.33,20,4.5,1.93,8,5.46,1.98,13,3.5,1.38,6,2.78,2.32,18,6.73,2.1,11,4.67,2.18,9,5.17,1.99,12,5.0,2.06,9,3.8,2.35,10,2.36,1.78,14,6.46,2.4,13,4.57,1.72,7,5.43,1.74,14,4.43,2.37,7,2.94,2.24,16,3.0,2.0,8,5.92,2.31,12,5.62,2.5,8
+disintegrate,4.32,1.7,19,5.43,2.54,21,4.52,1.9,23,6.2,1.3,5,3.62,1.33,13,5.67,2.5,6,5.33,2.64,15,4.6,1.71,10,4.46,2.11,13,5.29,2.14,7,3.73,1.19,11,4.43,2.44,7,5.93,2.53,14,4.91,1.7,11,4.17,2.08,12,4.5,1.78,12,4.0,1.63,7,4.64,2.84,11,6.3,1.95,10,4.43,1.6,14,4.67,2.4,9
+disk,5.24,1.58,21,2.95,2.08,22,5.22,2.04,27,4.8,1.62,10,5.64,1.5,11,2.57,1.99,7,3.13,2.17,15,5.0,2.4,17,5.6,1.26,10,4.73,1.56,11,5.8,1.48,10,3.4,3.36,5,2.82,1.67,17,4.86,2.6,14,5.62,1.19,13,4.85,1.41,13,5.88,1.73,8,2.4,2.37,10,3.42,1.78,12,5.36,2.41,14,5.08,1.66,13
+dislike,3.25,1.55,20,4.27,2.6,22,5.81,2.37,27,4.0,1.83,7,2.85,1.28,13,4.7,2.54,10,3.92,2.71,12,5.53,2.39,15,6.09,2.51,11,3.0,1.34,11,3.56,1.81,9,4.33,1.8,9,4.23,3.11,13,6.12,2.45,17,5.11,2.32,9,3.23,1.64,13,3.29,1.5,7,3.56,2.13,16,6.17,2.99,6,5.83,2.66,12,5.8,2.21,15
+disloyal,2.27,1.22,40,5.14,2.46,22,3.28,2.01,46,2.19,0.91,16,2.33,1.4,24,5.62,2.5,8,4.86,2.48,14,3.47,2.26,15,3.19,1.9,31,2.42,1.35,24,2.0,1.0,15,4.4,2.01,10,5.75,2.7,12,3.54,1.91,24,3.0,2.12,22,2.33,1.28,21,2.21,1.18,19,4.88,3.18,8,5.29,2.05,14,3.43,2.08,30,3.0,1.9,16
+disloyalty,2.57,1.78,21,5.77,2.2,22,3.71,2.03,21,3.67,2.06,9,1.75,0.97,12,4.67,2.58,6,6.13,2.03,15,3.67,2.73,6,3.73,1.79,15,3.33,2.18,9,2.0,1.21,12,5.0,3.16,5,6.0,1.9,17,4.4,2.07,10,3.09,1.87,11,2.33,1.92,12,2.89,1.62,9,6.67,1.22,9,5.15,2.54,13,3.67,2.23,12,3.78,1.86,9
+dismal,2.6,1.39,20,3.29,1.9,21,4.96,2.65,24,1.67,1.15,3,2.76,1.39,17,3.29,2.69,7,3.23,1.54,13,4.25,2.49,8,5.31,2.73,16,2.14,1.21,7,2.85,1.46,13,3.43,1.9,7,3.15,2.03,13,5.08,2.66,13,4.82,2.75,11,3.33,1.5,9,2.0,1.0,11,3.45,1.57,11,3.1,2.28,10,5.39,2.7,18,3.67,2.16,6
+dismantle,4.74,1.69,19,4.05,2.04,20,4.5,2.25,24,4.92,1.8,13,4.33,1.51,6,4.6,1.82,5,3.87,2.13,15,4.85,2.44,13,4.09,2.02,11,5.11,2.03,9,4.4,1.35,10,5.29,1.89,7,3.38,1.85,13,4.64,2.29,11,4.38,2.29,13,4.33,2.0,9,5.1,1.37,10,3.7,2.11,10,4.4,2.01,10,5.11,2.67,9,4.13,1.96,15
+dismay,3.1,1.07,20,2.85,1.79,20,3.95,1.89,22,3.0,0.58,7,3.15,1.28,13,2.56,1.74,9,3.09,1.87,11,3.67,2.73,6,4.06,1.57,16,3.3,1.42,10,2.89,0.6,9,2.5,1.2,8,3.08,2.11,12,4.4,1.88,15,3.0,1.63,7,2.91,1.04,11,3.33,1.12,9,2.83,1.64,12,2.88,2.1,8,4.73,1.85,11,3.18,1.66,11
+dismiss,4.58,1.74,19,3.7,2.11,20,5.08,2.41,24,5.08,1.8,13,3.5,1.05,6,4.8,2.17,5,3.33,2.02,15,5.69,2.29,13,4.36,2.46,11,5.44,2.13,9,3.8,0.79,10,3.86,2.61,7,3.62,1.89,13,4.91,2.55,11,5.23,2.39,13,4.33,1.94,9,4.8,1.62,10,3.3,1.83,10,4.1,2.38,10,5.11,2.89,9,5.07,2.19,15
+dismissal,4.05,1.35,19,4.48,2.37,23,4.79,1.81,19,4.0,1.73,9,4.1,0.99,10,4.43,2.07,7,4.67,2.55,15,5.0,1.89,10,4.56,1.81,9,4.56,1.24,9,3.6,1.35,10,4.5,2.88,10,4.67,1.97,12,4.62,1.41,8,5.0,2.21,10,4.42,1.24,12,3.43,1.4,7,4.4,2.19,20,5.0,4.0,3,4.5,1.41,8,5.0,2.1,11
+dismissive,3.4,1.35,20,2.67,1.64,18,4.46,2.13,24,3.4,0.55,5,3.4,1.55,15,2.6,2.19,5,2.69,1.49,13,4.62,2.4,13,4.27,1.85,11,3.7,1.34,10,3.1,1.37,10,2.57,1.81,7,2.73,1.62,11,4.94,1.77,16,3.5,2.56,8,3.36,1.22,14,3.5,1.76,6,2.92,1.68,12,2.17,1.6,6,5.0,2.1,15,3.56,1.94,9
+dismount,5.05,1.32,20,3.59,2.13,22,6.11,2.52,27,5.43,1.81,7,4.85,0.99,13,4.0,2.21,10,3.25,2.09,12,5.93,2.6,15,6.36,2.62,11,5.09,0.83,11,5.0,1.8,9,4.44,2.13,9,3.0,2.0,13,6.24,2.75,17,5.89,2.32,9,5.08,1.61,13,5.0,0.58,7,3.38,2.28,16,4.17,1.72,6,5.83,2.55,12,6.33,2.55,15
+disobedience,3.32,2.24,19,4.5,2.69,22,4.41,2.59,27,3.0,1.67,6,3.46,2.5,13,4.91,2.59,11,4.09,2.84,11,5.0,2.87,10,4.06,2.44,17,3.64,2.62,11,2.88,1.64,8,4.73,2.8,11,4.27,2.69,11,5.12,2.45,17,3.2,2.49,10,3.85,2.27,13,2.17,1.83,6,4.21,2.78,14,5.0,2.62,8,4.73,2.94,15,4.0,2.13,12
+disobey,3.19,2.02,21,5.35,2.25,23,4.33,2.67,21,3.2,2.68,5,3.19,1.87,16,6.08,1.73,12,4.55,2.54,11,3.18,2.23,11,5.33,2.65,9,2.17,1.11,12,4.56,2.19,9,5.69,2.24,16,4.57,2.23,7,4.0,2.45,11,4.7,2.98,10,3.23,2.13,13,3.12,1.96,8,5.53,2.41,19,4.5,1.0,4,4.43,2.9,14,4.14,2.34,7
+disorder,3.76,1.84,21,4.9,2.38,20,4.19,3.02,36,4.12,1.73,8,3.54,1.94,13,5.0,1.87,5,4.87,2.59,15,4.18,2.96,11,4.2,3.11,25,4.23,2.01,13,3.0,1.31,8,5.25,2.26,12,4.38,2.62,8,4.0,2.94,20,4.44,3.2,16,4.64,1.69,11,2.8,1.55,10,5.0,2.76,11,4.78,1.99,9,3.55,2.96,22,5.21,2.94,14
+disorderly,2.95,1.39,19,4.85,2.78,20,4.05,2.66,22,3.6,0.89,5,2.71,1.49,14,6.5,2.51,8,3.75,2.45,12,3.33,2.02,12,4.9,3.18,10,2.88,1.25,8,3.0,1.55,11,5.89,2.52,9,4.0,2.79,11,3.71,2.29,7,4.2,2.88,15,3.11,1.54,9,2.8,1.32,10,4.54,2.76,13,5.43,2.94,7,3.92,3.0,12,4.2,2.35,10
+disorientation,3.57,1.94,21,5.1,2.36,20,3.14,2.52,21,4.5,1.38,6,3.2,2.04,15,4.75,2.92,8,5.33,2.02,12,2.64,2.06,11,3.7,2.95,10,3.67,1.97,6,3.53,2.0,15,5.0,2.91,10,5.2,1.81,10,3.29,2.46,14,2.86,2.79,7,4.0,1.63,7,3.36,2.1,14,5.0,2.77,14,5.33,1.03,6,2.75,2.38,12,3.67,2.74,9
+disoriented,3.26,1.15,19,4.81,2.21,26,4.0,2.5,23,3.75,1.28,8,2.91,0.94,11,4.5,2.64,10,5.0,1.97,16,4.25,2.25,8,3.87,2.7,15,3.33,1.51,6,3.23,1.01,13,4.92,2.25,13,4.69,2.25,13,3.45,2.54,11,4.5,2.47,12,3.0,1.1,11,3.62,1.19,8,4.4,2.2,15,5.36,2.2,11,3.75,2.56,12,4.27,2.53,11
+disown,2.29,1.06,21,4.54,2.4,24,3.64,2.74,22,2.12,1.13,8,2.38,1.04,13,4.77,2.42,13,4.27,2.45,11,5.0,2.77,13,1.67,0.87,9,2.0,0.93,8,2.33,1.07,12,5.36,1.82,14,3.4,2.72,10,4.58,3.18,12,2.5,1.58,10,2.1,1.1,10,2.45,1.04,11,4.06,2.59,17,5.71,1.38,7,3.0,2.79,10,4.17,2.69,12
+disparage,3.0,1.26,21,3.96,1.97,23,3.52,1.81,21,2.88,1.13,8,3.08,1.38,13,4.25,2.09,12,3.64,1.86,11,3.54,1.56,13,3.5,2.27,8,2.62,1.41,8,3.33,1.15,12,4.23,1.3,13,3.6,2.63,10,3.92,1.83,12,3.0,1.73,9,2.8,1.32,10,3.18,1.25,11,3.88,2.19,16,4.14,1.46,7,3.78,1.92,9,3.33,1.78,12
+dispatch,4.9,1.41,21,3.55,2.18,22,5.32,2.03,22,4.44,1.24,9,5.25,1.48,12,2.67,1.97,6,3.73,2.22,15,5.33,2.34,6,5.31,1.99,16,4.22,1.3,9,5.42,1.31,12,3.6,2.07,5,3.53,2.27,17,5.09,2.07,11,5.55,2.07,11,5.08,1.62,12,4.67,1.12,9,3.67,2.0,9,3.46,2.37,13,4.92,2.07,12,5.8,1.99,10
+dispatcher,4.59,1.65,22,3.86,2.48,21,4.95,2.13,22,4.71,1.86,14,4.38,1.3,8,4.09,2.51,11,3.89,2.52,9,4.83,2.14,6,5.0,2.19,16,4.0,2.11,10,5.08,1.0,12,3.45,2.42,11,4.3,2.58,10,4.62,1.71,13,5.44,2.65,9,4.58,1.83,12,4.6,1.51,10,4.0,2.71,13,3.62,2.2,8,4.67,2.19,12,5.3,2.11,10
+dispensary,5.05,1.76,20,4.14,2.44,22,5.08,2.68,26,6.0,2.31,7,4.54,1.2,13,3.7,2.16,10,4.5,2.68,12,4.93,2.46,15,5.6,3.03,10,4.45,1.29,11,5.78,2.05,9,4.44,2.24,9,3.92,2.63,13,5.44,2.92,16,4.78,2.22,9,5.08,1.93,13,5.0,1.53,7,4.19,2.51,16,4.0,2.45,6,5.25,3.02,12,4.93,2.46,14
+dispense,5.24,1.01,25,2.95,2.06,21,5.45,1.9,22,5.38,1.15,16,5.0,0.71,9,3.18,2.23,11,2.89,1.96,9,4.17,1.83,6,5.94,1.73,16,5.27,1.27,11,5.21,0.8,14,2.73,2.05,11,3.2,2.15,10,5.46,1.94,13,5.44,1.94,9,5.29,1.07,14,5.18,0.98,11,2.69,2.1,13,3.38,2.07,8,5.5,1.98,12,5.4,1.9,10
+dispenser,5.26,1.41,19,4.18,2.54,22,5.48,2.42,21,5.22,0.44,9,5.3,1.95,10,4.38,2.26,8,4.07,2.76,14,5.18,2.56,11,5.8,2.35,10,5.14,0.38,7,5.33,1.78,12,4.3,2.31,10,4.08,2.81,12,5.83,2.48,12,5.0,2.4,9,5.4,1.78,10,5.11,0.93,9,4.0,2.14,8,4.29,2.81,14,5.14,2.63,14,6.14,1.95,7
+dispersal,4.91,0.68,22,4.43,2.59,23,5.16,1.74,19,5.0,0.53,8,4.85,0.8,13,4.75,2.96,8,4.29,2.55,14,5.14,1.77,7,5.0,1.79,11,4.62,0.92,8,5.08,0.49,13,4.56,3.17,9,4.36,2.27,14,4.86,1.35,7,5.33,1.97,12,5.09,0.7,11,4.73,0.65,11,3.11,2.85,9,5.29,2.09,14,5.12,1.82,16,5.33,1.53,3
+disperse,4.19,1.44,21,3.67,2.01,21,5.12,2.33,24,4.33,1.3,12,4.0,1.66,9,5.0,1.41,7,3.0,1.96,14,5.67,2.18,9,4.8,2.43,15,4.0,2.0,4,4.24,1.35,17,3.8,2.39,10,3.55,1.69,11,5.29,2.69,7,5.06,2.25,17,4.33,1.67,12,4.0,1.12,9,3.38,2.33,13,4.12,1.36,8,4.22,2.64,9,5.67,2.02,15
+displace,2.89,1.29,19,3.8,2.59,20,4.65,2.01,20,3.67,1.15,3,2.6,1.18,15,2.5,2.01,10,5.1,2.51,10,5.1,1.52,10,4.2,2.39,10,2.67,1.03,6,2.83,1.34,12,2.86,2.85,7,4.31,2.39,13,4.25,1.75,8,4.92,2.19,12,2.92,1.44,12,2.86,1.07,7,3.8,2.7,10,3.8,2.62,10,3.89,1.69,9,5.27,2.1,11
+displacement,3.68,1.38,19,3.86,2.01,21,4.85,2.64,20,4.0,1.0,3,3.62,1.45,16,3.67,2.16,6,3.93,2.02,15,6.33,2.42,6,4.21,2.55,14,4.0,0.94,10,3.33,1.73,9,4.57,1.9,7,3.5,2.03,14,5.6,2.17,10,4.1,2.96,10,4.12,1.36,8,3.36,1.36,11,4.22,2.39,9,3.58,1.73,12,3.62,2.67,8,5.67,2.39,12
+display,6.19,1.33,21,3.81,1.91,21,6.48,1.71,25,6.42,1.24,12,5.89,1.45,9,3.71,2.14,7,3.86,1.88,14,6.0,1.94,10,6.8,1.52,15,6.5,1.91,4,6.12,1.22,17,4.2,1.99,10,3.45,1.86,11,6.0,2.16,7,6.67,1.53,18,6.08,1.24,12,6.33,1.5,9,4.08,1.8,13,3.38,2.13,8,6.0,1.94,9,6.75,1.57,16
+displease,2.63,0.96,19,5.71,2.22,21,4.45,2.28,22,3.0,0.71,5,2.54,1.05,13,6.0,1.41,6,5.6,2.5,15,4.8,2.1,10,4.17,2.48,12,2.43,0.98,7,2.82,0.98,11,4.57,1.81,7,6.29,2.23,14,4.27,2.37,11,4.64,2.29,11,2.42,1.0,12,3.0,0.82,7,4.73,2.33,11,6.8,1.55,10,4.57,2.31,14,4.25,2.38,8
+displeased,3.41,1.82,41,4.22,2.56,45,5.0,2.89,25,4.0,1.94,17,3.0,1.64,24,4.65,2.12,17,3.89,2.82,27,6.25,3.01,8,4.41,2.72,17,3.41,1.53,22,3.42,2.14,19,4.24,2.61,21,4.21,2.57,24,5.36,2.98,14,4.55,2.84,11,3.35,1.87,26,3.53,1.77,15,4.24,2.54,29,4.19,2.66,16,4.89,3.08,18,5.29,2.5,7
+displeasure,2.52,1.12,21,4.81,2.5,21,4.08,2.43,25,2.33,1.07,12,2.78,1.2,9,5.14,1.86,7,4.64,2.82,14,4.2,2.49,10,4.0,2.48,15,2.0,1.15,4,2.65,1.11,17,4.2,2.3,10,5.36,2.66,11,3.29,2.63,7,4.39,2.35,18,2.58,1.24,12,2.44,1.01,9,4.54,2.96,13,5.25,1.58,8,2.44,1.13,9,5.0,2.5,16
+disposable,4.0,1.49,20,2.9,1.48,20,3.5,1.47,22,4.43,0.79,7,3.77,1.74,13,3.22,1.56,9,2.64,1.43,11,2.83,1.33,6,3.75,1.48,16,4.2,1.81,10,3.78,1.2,9,2.88,1.64,8,2.92,1.44,12,3.8,1.66,15,2.86,0.69,7,4.0,1.61,11,4.0,1.41,9,2.83,1.7,12,3.0,1.2,8,3.45,1.51,11,3.55,1.51,11
+disposal,4.0,1.92,21,4.42,2.29,19,4.1,2.32,21,4.5,1.52,6,3.8,2.08,15,4.14,2.54,7,4.58,2.23,12,4.18,2.23,11,4.0,2.54,10,4.0,1.79,6,4.0,2.04,15,5.0,2.67,10,3.78,1.72,9,3.93,2.5,14,4.43,2.07,7,4.29,1.8,7,3.86,2.03,14,4.5,2.65,14,4.2,0.84,5,3.42,2.19,12,5.0,2.29,9
+dispose,4.0,1.38,20,5.53,2.34,19,4.92,2.43,26,4.27,1.49,11,3.67,1.22,9,6.57,1.13,7,4.92,2.68,12,4.69,2.46,13,5.15,2.48,13,3.64,1.43,11,4.44,1.24,9,6.1,2.28,10,4.89,2.37,9,4.82,2.43,17,5.11,2.57,9,3.6,1.65,10,4.4,0.97,10,6.33,2.15,12,4.14,2.12,7,5.31,2.33,16,4.3,2.58,10
+disposition,4.81,1.63,21,4.16,2.41,19,5.61,1.95,36,4.0,1.51,8,5.31,1.55,13,4.2,1.92,5,4.14,2.63,14,4.73,1.9,11,6.0,1.87,25,4.92,1.85,13,4.62,1.3,8,4.45,2.7,11,3.75,2.05,8,5.8,2.04,20,5.38,1.86,16,4.55,1.69,11,5.1,1.6,10,4.91,2.7,11,3.12,1.55,8,5.64,1.89,22,5.57,2.1,14
+disprove,3.9,1.79,21,4.3,2.1,23,4.1,2.68,21,4.8,2.95,5,3.62,1.26,16,5.17,1.64,12,3.36,2.2,11,4.18,2.89,11,3.44,2.01,9,3.92,2.07,12,3.89,1.45,9,4.56,2.13,16,3.71,2.06,7,3.36,2.11,11,4.9,3.11,10,3.38,1.61,13,4.75,1.83,8,4.42,2.17,19,3.75,1.89,4,4.0,2.6,14,4.29,3.04,7
+dispute,2.52,1.4,21,4.55,2.87,20,4.14,2.98,22,2.5,1.38,6,2.53,1.46,15,4.88,3.0,8,4.33,2.9,12,4.92,3.03,12,3.2,2.78,10,2.44,1.74,9,2.58,1.16,12,5.33,2.69,9,3.91,2.98,11,3.57,2.94,7,4.4,3.07,15,2.5,1.51,10,2.55,1.37,11,4.46,2.7,13,4.71,3.4,7,3.92,3.5,12,4.4,2.37,10
+disqualify,2.47,1.07,19,4.7,1.84,20,3.45,1.74,22,2.0,0.63,6,2.69,1.18,13,5.11,1.83,9,4.36,1.86,11,3.17,1.72,6,3.56,1.79,16,2.8,1.32,10,2.25,0.46,8,4.75,1.49,8,4.67,2.1,12,4.07,1.67,15,2.14,1.07,7,2.3,1.16,10,2.67,1.0,9,5.0,1.71,12,4.25,2.05,8,3.73,1.62,11,3.18,1.89,11
+disregard,4.52,1.5,21,3.5,2.32,22,4.88,2.36,26,4.6,1.58,10,4.45,1.51,11,2.0,1.29,7,4.2,2.4,15,4.69,2.44,16,5.2,2.3,10,4.64,1.75,11,4.4,1.26,10,3.2,3.19,5,3.59,2.12,17,4.54,2.76,13,5.23,1.92,13,4.46,1.71,13,4.62,1.19,8,2.8,2.15,10,4.08,2.39,12,5.46,2.76,13,4.31,1.8,13
+disrespect,2.81,1.89,21,5.35,2.48,23,3.95,2.54,21,3.0,2.0,5,2.75,1.91,16,6.33,2.15,12,4.27,2.45,11,3.73,2.69,11,3.67,1.94,9,2.83,2.12,12,2.78,1.64,9,5.44,2.5,16,5.14,2.61,7,3.45,1.63,11,4.5,3.27,10,2.85,2.3,13,2.75,1.04,8,5.63,2.54,19,4.0,1.83,4,3.5,2.35,14,4.86,2.85,7
+disrespectful,2.71,1.76,21,4.65,2.17,23,3.7,2.39,20,3.4,3.05,5,2.5,1.21,16,5.08,2.02,12,4.18,2.32,11,3.36,2.73,11,3.62,1.41,8,2.17,1.34,12,3.44,2.07,9,4.75,2.32,16,4.43,1.9,7,3.45,1.86,11,4.0,3.0,9,2.77,2.01,13,2.62,1.41,8,4.84,2.17,19,3.75,2.22,4,3.0,1.96,13,5.0,2.71,7
+disrupt,3.48,1.25,21,4.87,2.2,23,4.62,2.23,26,3.36,1.43,11,3.6,1.07,10,3.91,2.21,11,5.75,1.86,12,4.91,2.34,11,4.43,2.28,14,3.8,1.4,10,3.18,1.08,11,4.09,2.21,11,5.58,2.02,12,5.18,2.21,17,3.5,2.07,8,3.15,1.21,13,4.0,1.2,8,4.53,2.2,15,5.5,2.2,8,5.06,2.25,17,3.78,2.05,9
+disruption,3.32,1.42,19,5.48,2.27,23,3.9,1.81,21,3.38,1.19,8,3.27,1.62,11,5.91,2.17,11,5.08,2.39,12,4.25,1.58,8,3.69,1.97,13,3.23,1.3,13,3.5,1.76,6,5.0,2.5,9,5.79,2.15,14,4.88,2.17,8,3.31,1.32,13,3.33,1.32,9,3.3,1.57,10,5.85,1.91,13,5.0,2.71,10,4.0,2.13,12,3.78,1.39,9
+disruptive,3.2,1.74,20,6.1,2.47,20,4.92,2.46,26,3.09,2.07,11,3.33,1.32,9,5.29,2.75,7,6.54,2.3,13,4.85,2.51,13,5.0,2.52,13,2.82,1.25,11,3.67,2.18,9,6.09,2.26,11,6.11,2.85,9,5.24,2.36,17,4.33,2.69,9,2.8,1.62,10,3.6,1.84,10,6.42,2.31,12,5.62,2.77,8,5.44,2.45,16,4.1,2.38,10
+dissatisfied,3.25,1.74,20,4.82,1.99,22,4.74,2.56,19,3.56,2.35,9,3.0,1.1,11,3.4,2.51,5,5.19,1.72,16,5.0,2.76,6,4.62,2.57,13,3.71,1.82,14,2.17,0.98,6,4.33,2.1,12,5.33,1.87,9,4.44,2.13,9,5.0,2.98,10,3.9,1.97,10,2.6,1.26,10,4.58,2.19,12,5.1,1.79,10,5.67,2.5,6,4.31,2.56,13
+dissect,3.95,1.63,21,5.43,1.85,23,5.16,2.19,25,4.18,1.89,11,3.7,1.34,10,5.73,1.49,11,5.17,2.17,12,5.45,2.16,11,5.0,2.35,13,4.5,1.18,10,3.45,1.86,11,5.64,1.96,11,5.25,1.82,12,5.38,2.03,16,4.88,2.7,8,3.77,1.59,13,4.25,1.75,8,5.27,2.02,15,5.75,1.58,8,5.0,2.21,17,5.5,2.27,8
+dissection,3.11,1.73,19,4.32,2.23,22,4.91,2.11,23,3.0,1.34,11,3.57,2.23,7,4.88,2.36,8,4.0,2.18,14,6.14,1.95,7,4.38,2.0,16,3.75,2.12,8,2.64,1.29,11,3.89,2.37,9,4.62,2.18,13,5.45,1.81,11,4.42,2.31,12,3.0,1.91,12,3.29,1.5,7,3.09,2.12,11,5.55,1.63,11,4.85,2.08,13,5.0,2.26,10
+dissent,4.8,1.91,20,4.0,2.02,22,3.84,2.29,19,5.0,2.6,9,4.64,1.21,11,3.2,1.79,5,4.12,2.09,16,4.33,3.39,6,3.62,1.71,13,4.36,1.65,14,5.83,2.23,6,3.5,1.93,12,4.44,2.13,9,4.44,2.13,9,3.3,2.41,10,4.8,1.4,10,4.8,2.39,10,3.08,1.93,12,5.1,1.6,10,4.0,3.22,6,3.77,1.88,13
+dissertation,4.3,2.2,20,3.71,1.71,21,5.56,2.61,34,3.9,1.79,10,4.7,2.58,10,3.75,2.12,8,3.69,1.49,13,7.0,2.11,14,4.55,2.48,20,3.0,1.58,9,5.36,2.11,11,4.38,1.45,13,2.62,1.6,8,6.0,2.65,22,4.75,2.42,12,3.7,1.77,10,4.9,2.51,10,3.71,1.9,14,3.71,1.38,7,5.76,2.25,17,5.35,2.98,17
+dissociative,3.58,1.87,19,4.61,2.37,23,4.07,2.51,27,3.62,1.51,8,3.55,2.16,11,4.0,2.5,9,5.0,2.29,14,4.15,2.61,13,4.0,2.51,14,3.44,1.88,9,3.7,1.95,10,4.67,2.39,12,4.55,2.46,11,3.31,2.36,13,4.79,2.52,14,3.6,1.84,10,3.56,2.01,9,4.82,2.48,11,4.42,2.35,12,3.75,2.18,12,4.33,2.79,15
+dissolve,5.43,1.03,21,3.36,1.56,22,4.67,1.8,21,5.67,1.12,9,5.25,0.97,12,3.0,1.9,6,3.53,1.51,15,4.5,2.81,6,4.73,1.33,15,6.11,0.93,9,4.92,0.79,12,3.8,1.92,5,3.24,1.48,17,5.5,1.58,10,3.91,1.7,11,5.75,0.97,12,5.0,1.0,9,3.44,1.24,9,3.31,1.8,13,4.92,2.02,12,4.33,1.5,9
+dissuade,4.11,1.64,18,3.35,2.16,20,4.96,2.07,25,3.6,1.34,5,4.31,1.75,13,3.82,2.44,11,2.78,1.72,9,5.06,2.38,16,4.78,1.48,9,3.71,1.11,7,4.36,1.91,11,2.67,2.35,9,3.91,1.92,11,4.8,2.26,20,5.6,0.89,5,4.0,1.5,9,4.22,1.86,9,2.82,1.89,11,4.0,2.4,9,5.0,2.05,19,4.83,2.32,6
+distance,3.89,1.49,19,3.81,1.89,21,4.25,2.1,20,5.67,0.58,3,3.56,1.36,16,3.33,1.51,6,4.0,2.04,15,4.67,1.51,6,4.07,2.34,14,4.2,1.23,10,3.56,1.74,9,4.0,1.83,7,3.71,1.98,14,4.1,1.73,10,4.4,2.5,10,4.38,1.51,8,3.55,1.44,11,3.78,1.92,9,3.83,1.95,12,5.12,2.64,8,3.67,1.5,12
+distant,4.74,2.08,19,2.95,2.13,22,3.56,1.74,27,4.17,1.17,6,5.0,2.38,13,3.55,2.02,11,2.36,2.16,11,3.73,2.05,11,3.44,1.55,16,4.45,1.92,11,5.12,2.36,8,2.82,2.18,11,3.09,2.17,11,3.61,1.97,18,3.44,1.24,9,5.23,2.24,13,3.67,1.21,6,2.93,2.5,14,3.0,1.41,8,3.6,2.06,15,3.5,1.31,12
+distasteful,3.17,1.38,18,5.05,1.82,20,3.92,1.63,25,3.0,0.71,5,3.23,1.59,13,5.0,2.32,11,5.11,1.05,9,4.06,1.69,16,3.67,1.58,9,3.57,1.13,7,2.91,1.51,11,4.56,1.74,9,5.45,1.86,11,3.9,1.74,20,4.0,1.22,5,3.11,1.36,9,3.22,1.48,9,5.27,1.74,11,4.78,1.99,9,4.16,1.71,19,3.17,1.17,6
+distilled,5.16,1.57,19,3.11,1.97,19,4.68,2.19,19,5.33,1.53,3,5.12,1.63,16,4.33,2.34,6,2.54,1.56,13,5.33,2.07,6,4.38,2.26,13,5.3,1.16,10,5.0,2.0,9,2.57,1.27,7,3.42,2.27,12,4.33,2.65,9,5.0,1.76,10,5.12,1.64,8,5.18,1.6,11,2.56,1.59,9,3.6,2.22,10,4.86,3.02,7,4.58,1.68,12
+distinct,5.55,1.05,20,3.67,2.71,21,5.8,2.68,25,5.33,0.58,3,5.59,1.12,17,3.71,3.25,7,3.77,2.59,13,4.88,2.75,8,6.24,2.61,17,5.14,0.38,7,5.77,1.24,13,5.0,2.52,7,3.08,2.72,13,5.14,2.63,14,6.64,2.62,11,5.33,1.12,9,5.73,1.01,11,3.82,2.64,11,3.5,2.92,10,5.78,2.88,18,5.86,2.27,7
+distinction,5.05,1.43,21,3.6,2.36,25,6.0,2.36,19,4.89,0.93,9,5.17,1.75,12,3.33,2.42,6,3.72,2.47,18,5.43,2.37,7,6.33,2.39,12,4.94,1.39,16,5.4,1.67,5,3.07,2.4,14,4.4,2.32,10,5.56,2.51,9,6.4,2.27,10,4.58,1.62,12,5.67,0.87,9,3.69,2.27,16,3.44,2.65,9,5.91,2.81,11,6.12,1.73,8
+distinctive,6.32,1.42,19,3.78,2.18,18,6.18,1.59,17,6.55,1.04,11,6.0,1.85,8,4.5,2.52,4,3.57,2.14,14,5.75,1.91,8,6.56,1.24,9,6.75,1.04,8,6.0,1.61,11,3.86,2.04,7,3.73,2.37,11,5.83,2.04,6,6.36,1.36,11,6.15,1.57,13,6.67,1.03,6,3.0,2.05,11,5.0,1.91,7,5.86,2.19,7,6.4,1.07,10
+distinguish,5.26,1.84,23,3.87,2.01,23,5.43,2.46,21,5.43,1.99,7,5.19,1.83,16,4.92,1.83,12,2.73,1.56,11,5.64,2.46,11,4.78,2.33,9,4.92,2.19,12,5.64,1.36,11,3.81,1.94,16,4.0,2.31,7,4.91,1.92,11,6.0,2.94,10,5.43,1.99,14,5.0,1.66,9,3.84,2.06,19,4.0,2.0,4,4.93,2.27,14,6.43,2.7,7
+distinguished,6.62,1.72,21,4.4,2.1,25,5.86,2.34,22,7.75,0.71,8,5.92,1.8,13,5.15,1.91,13,3.58,2.07,12,6.08,2.53,13,5.56,2.13,9,7.75,1.04,8,6.17,1.53,12,4.57,1.5,14,4.18,2.75,11,6.0,2.34,12,5.7,2.45,10,6.5,2.37,10,6.73,0.9,11,4.71,2.26,17,3.75,1.67,8,5.4,2.88,10,6.25,1.82,12
+distinguishing,5.37,1.74,19,5.7,2.56,20,6.0,1.36,26,6.1,1.52,10,4.56,1.67,9,7.0,2.24,7,5.0,2.52,13,5.31,0.95,13,6.69,1.38,13,4.8,1.23,10,6.0,2.06,9,5.27,2.41,11,6.22,2.77,9,6.18,1.33,17,5.67,1.41,9,4.9,1.97,10,5.89,1.36,9,6.42,2.43,12,4.62,2.5,8,5.94,1.44,16,6.1,1.29,10
+distort,3.38,1.32,21,3.62,2.7,24,4.7,2.56,20,3.38,1.19,8,3.38,1.45,13,4.83,2.4,6,3.22,2.73,18,5.09,2.66,11,4.22,2.49,9,3.5,1.45,12,3.22,1.2,9,4.5,3.06,10,3.0,2.32,14,5.0,2.58,13,4.14,2.61,7,3.57,1.4,14,3.0,1.15,7,3.88,2.75,16,3.12,2.7,8,5.5,2.28,12,3.5,2.62,8
+distorted,3.89,0.94,19,5.29,2.24,21,4.09,1.88,23,4.0,1.0,5,3.92,0.95,13,4.5,1.87,6,5.6,2.35,15,5.0,1.76,10,3.38,1.71,13,4.14,0.9,7,3.82,0.98,11,5.71,1.7,7,5.07,2.5,14,4.27,1.42,11,3.92,2.27,12,3.92,1.08,12,3.86,0.69,7,4.73,2.45,11,5.9,1.91,10,4.5,1.87,14,3.44,1.81,9
+distortion,3.5,1.3,22,4.43,2.71,21,3.86,2.01,22,3.43,1.45,14,3.62,1.06,8,4.55,2.73,11,4.67,2.74,9,4.33,2.66,6,3.69,1.78,16,3.2,1.48,10,3.75,1.14,12,4.36,2.87,11,4.5,2.68,10,4.31,2.06,13,3.22,1.86,9,3.0,1.21,12,4.1,1.2,10,3.77,2.74,13,5.5,2.45,8,2.92,0.9,12,5.0,2.4,10
+distract,3.68,1.6,19,3.55,2.04,22,4.35,2.55,23,3.27,1.42,11,3.86,1.46,7,4.12,2.59,8,3.21,1.67,14,5.14,3.02,7,4.0,2.34,16,4.25,1.58,8,3.27,1.56,11,3.56,1.94,9,3.54,2.18,13,4.55,2.5,11,4.17,2.69,12,3.75,1.82,12,3.57,1.27,7,3.09,1.76,11,4.0,2.28,11,4.15,2.27,13,4.6,2.99,10
+distraction,4.05,1.13,19,3.94,2.1,18,4.0,2.03,17,4.27,1.1,11,3.75,1.16,8,3.75,2.22,4,4.0,2.15,14,3.88,2.42,8,4.11,1.76,9,4.0,1.07,8,4.09,1.22,11,3.57,2.07,7,4.18,2.18,11,3.83,1.83,6,4.09,2.21,11,3.85,1.21,13,4.5,0.84,6,3.73,2.24,11,4.29,1.98,7,4.0,2.16,7,4.0,2.05,10
+distraught,2.81,1.47,21,5.64,2.72,22,3.55,1.64,20,3.56,1.59,9,2.25,1.14,12,3.67,2.34,6,6.27,2.58,15,3.0,1.41,5,3.73,1.71,15,2.89,1.45,9,2.75,1.54,12,6.4,2.41,5,5.41,2.83,17,4.22,1.86,9,3.0,1.26,11,2.08,1.16,12,3.78,1.3,9,5.33,2.45,9,5.85,2.97,13,3.8,2.04,10,3.3,1.16,10
+distress,3.25,1.37,20,4.0,3.16,24,3.9,2.2,20,3.62,1.19,8,3.0,1.48,12,5.17,2.71,6,3.61,3.27,18,4.27,2.28,11,3.44,2.13,9,3.75,1.14,12,2.5,1.41,8,4.5,3.03,10,3.64,3.32,14,4.54,2.22,13,2.71,1.7,7,3.15,1.34,13,3.43,1.51,7,4.25,3.04,16,3.5,3.55,8,3.92,2.02,12,3.88,2.59,8
+distressed,3.38,1.99,39,6.28,2.11,39,4.16,2.01,19,3.59,2.06,22,3.12,1.93,17,6.54,1.9,13,6.15,2.24,26,4.4,2.07,10,3.89,2.03,9,4.17,2.15,23,2.25,1.0,16,6.53,1.07,17,6.09,2.67,22,3.75,1.16,8,4.6,2.55,10,3.53,2.09,19,3.25,1.94,20,5.84,2.27,19,6.7,1.92,20,3.5,1.07,8,4.64,2.42,11
+distressing,3.58,2.17,19,5.52,2.95,23,4.5,2.46,28,3.88,1.96,8,3.36,2.38,11,5.0,2.78,9,5.86,3.11,14,4.14,2.63,14,4.86,2.32,14,3.0,1.32,9,4.1,2.69,10,5.42,3.03,12,5.64,3.01,11,4.29,2.7,14,4.71,2.27,14,3.6,2.17,10,3.56,2.3,9,5.27,3.04,11,5.75,2.99,12,3.83,2.04,12,5.0,2.68,16
+distribute,5.05,1.54,19,3.72,1.84,18,4.82,2.48,17,5.64,1.12,11,4.25,1.75,8,3.5,1.91,4,3.79,1.89,14,4.88,2.17,8,4.78,2.86,9,5.62,1.3,8,4.64,1.63,11,3.86,1.95,7,3.64,1.86,11,3.0,2.76,6,5.82,1.72,11,4.92,1.85,13,5.33,0.52,6,3.73,2.0,11,3.71,1.7,7,5.29,2.29,7,4.5,2.68,10
+distribution,5.5,1.85,20,3.45,2.58,20,5.21,2.57,19,6.0,2.83,5,5.33,1.5,15,3.62,3.11,8,3.33,2.31,12,5.25,3.02,12,5.14,1.77,7,5.89,2.26,9,5.18,1.47,11,3.56,2.3,9,3.36,2.91,11,4.43,2.7,7,5.67,2.5,12,5.3,2.21,10,5.7,1.49,10,3.08,2.33,13,4.14,3.08,7,6.1,3.07,10,4.22,1.48,9
+distributor,4.62,1.24,21,3.2,1.78,25,5.74,2.08,19,4.67,1.73,9,4.58,0.79,12,2.83,1.83,6,3.22,1.8,18,4.71,2.06,7,6.33,1.92,12,4.62,1.31,16,4.6,1.14,5,2.71,1.73,14,3.7,1.77,10,5.56,2.3,9,5.9,1.97,10,4.5,1.57,12,4.78,0.67,9,3.44,1.79,16,2.78,1.79,9,5.82,2.48,11,5.62,1.51,8
+district,4.9,0.91,20,3.0,1.59,20,4.62,1.86,21,4.86,0.38,7,4.92,1.12,13,3.44,1.94,9,2.64,1.21,11,3.6,1.95,5,4.94,1.77,16,4.9,0.88,10,4.89,1.05,9,3.0,1.51,8,3.0,1.71,12,4.5,2.21,14,4.86,0.9,7,4.73,0.79,11,5.11,1.05,9,3.33,1.61,12,2.5,1.51,8,4.36,2.11,11,4.9,1.6,10
+distrust,2.95,2.28,20,4.05,2.77,21,3.32,2.44,25,1.75,0.96,4,3.25,2.44,16,3.0,3.37,4,4.29,2.66,17,4.44,2.4,9,2.69,2.3,16,2.25,1.04,8,3.42,2.78,12,4.7,3.16,10,3.45,2.34,11,3.57,2.5,14,3.0,2.45,11,2.73,1.79,11,3.22,2.86,9,3.9,2.33,10,4.18,3.22,11,3.67,2.66,18,2.43,1.62,7
+disturb,3.45,1.57,40,4.98,2.47,42,4.29,2.18,48,3.67,1.85,18,3.2,1.32,20,5.06,2.52,16,4.92,2.5,26,5.22,2.24,18,3.73,1.98,30,3.53,1.88,15,3.33,1.37,24,4.68,2.91,19,5.22,2.09,23,4.38,1.98,26,4.18,2.44,22,3.39,1.88,23,3.53,1.07,17,4.84,2.75,25,5.18,2.07,17,4.42,2.22,31,4.06,2.16,17
+disturbance,2.68,1.29,19,5.19,2.34,21,3.3,2.0,20,4.0,1.0,3,2.44,1.21,16,4.67,2.73,6,5.4,2.23,15,4.5,2.07,6,2.79,1.81,14,2.8,1.48,10,2.56,1.13,9,5.86,2.48,7,4.86,2.28,14,3.3,1.95,10,3.3,2.16,10,3.12,1.46,8,2.36,1.12,11,5.11,3.02,9,5.25,1.82,12,3.12,1.81,8,3.42,2.19,12
+disturbing,2.68,1.11,19,5.65,2.5,20,4.4,2.61,15,2.33,1.15,3,2.73,1.16,15,5.3,2.5,10,6.0,2.58,10,5.0,2.28,6,4.0,2.87,9,3.0,1.26,6,2.5,1.09,12,5.57,3.15,7,5.69,2.21,13,2.5,1.29,4,5.09,2.66,11,2.42,1.24,12,3.14,0.69,7,5.2,2.9,10,6.1,2.08,10,4.14,2.61,7,4.62,2.77,8
+ditch,3.2,1.32,20,3.81,1.97,21,5.42,2.09,19,2.78,1.48,9,3.55,1.13,11,3.0,1.58,5,4.27,1.94,15,6.17,2.14,6,5.08,2.06,13,3.36,1.15,14,2.83,1.72,6,3.67,2.27,12,4.38,1.19,8,4.89,1.76,9,5.9,2.33,10,3.1,1.1,10,3.3,1.57,10,2.82,1.94,11,4.9,1.37,10,5.67,2.94,6,5.31,1.7,13
+ditto,5.5,1.61,20,3.9,2.65,20,6.0,1.71,25,5.73,1.42,11,5.22,1.86,9,3.43,2.51,7,4.15,2.79,13,6.0,1.65,12,6.0,1.83,13,5.36,1.63,11,5.67,1.66,9,4.64,2.91,11,3.0,2.12,9,6.25,1.84,16,5.56,1.42,9,5.5,1.27,10,5.5,1.96,10,4.25,2.86,12,3.38,2.39,8,6.13,1.73,15,5.8,1.75,10
+ditty,5.38,1.4,21,3.68,2.08,22,5.05,1.36,21,5.89,1.27,9,5.0,1.41,12,3.33,2.25,6,3.67,2.06,15,4.67,1.63,6,5.2,1.26,15,5.67,1.87,9,5.17,0.94,12,3.6,1.82,5,3.71,2.2,17,5.36,1.36,11,4.7,1.34,10,5.17,1.53,12,5.67,1.22,9,3.89,2.2,9,3.54,2.07,13,5.25,1.22,12,4.78,1.56,9
+diva,3.68,2.4,22,4.55,2.46,22,5.71,2.48,24,2.25,1.28,8,4.5,2.53,14,4.33,2.5,12,4.8,2.53,10,5.25,2.55,8,5.94,2.49,16,4.55,2.3,11,2.82,2.27,11,5.0,2.35,9,4.23,2.59,13,5.88,2.12,17,5.33,3.67,6,3.6,2.8,10,3.75,2.14,12,4.33,2.6,9,4.69,2.46,13,5.94,2.52,16,5.25,2.49,8
+dive,5.81,1.44,21,3.79,2.78,24,5.75,2.02,20,5.88,1.13,8,5.77,1.64,13,5.0,2.28,6,3.39,2.87,18,6.18,1.99,11,5.22,2.05,9,5.83,1.53,12,5.78,1.39,9,4.8,2.74,10,3.07,2.67,14,5.92,2.4,13,5.43,1.13,7,5.93,1.69,14,5.57,0.79,7,4.12,2.75,16,3.12,2.9,8,6.33,1.23,12,4.88,2.7,8
+diver,5.66,1.56,41,5.42,2.46,19,5.9,2.07,20,5.7,1.06,10,5.59,1.74,29,6.86,1.57,7,4.58,2.54,12,6.3,1.42,10,5.5,2.59,10,5.11,1.52,19,6.1,1.48,21,5.5,2.46,10,5.33,2.6,9,5.62,2.39,8,6.08,1.93,12,5.61,1.75,23,5.72,1.32,18,5.75,2.45,12,4.86,2.54,7,5.0,2.35,9,6.64,1.57,11
+diverse,6.0,1.76,21,3.64,2.27,25,6.17,2.09,18,5.33,1.87,9,6.5,1.57,12,3.67,2.58,6,3.67,2.3,18,5.5,2.66,6,6.5,1.78,12,5.81,1.64,16,6.6,2.19,5,4.07,2.7,14,3.1,1.6,10,6.22,2.77,9,6.11,1.27,9,5.75,2.14,12,6.33,1.12,9,3.75,2.38,16,3.44,2.19,9,6.18,2.36,11,6.14,1.77,7
+diversion,5.22,1.77,18,4.48,2.46,21,5.65,2.06,23,5.5,1.84,10,4.57,1.62,7,5.25,2.38,8,4.0,2.48,13,6.71,1.6,7,5.19,2.1,16,5.5,1.31,8,5.0,2.11,10,4.22,2.17,9,4.67,2.74,12,5.91,1.81,11,5.42,2.31,12,5.0,2.04,12,5.67,1.03,6,3.5,2.68,10,5.36,1.96,11,5.62,2.43,13,5.7,1.57,10
+diversionary,4.42,1.74,19,3.52,2.09,21,4.85,2.21,20,4.0,1.0,3,4.5,1.86,16,3.17,1.33,6,3.67,2.35,15,5.83,2.14,6,4.43,2.17,14,4.6,1.07,10,4.22,2.33,9,4.0,2.16,7,3.29,2.09,14,4.8,2.44,10,4.9,2.08,10,4.0,1.07,8,4.73,2.1,11,2.89,2.32,9,4.0,1.86,12,5.12,2.47,8,4.67,2.1,12
+diversity,6.14,1.31,21,3.21,2.32,24,4.71,2.85,17,5.75,1.39,8,6.38,1.26,13,4.5,2.51,6,2.78,2.16,18,5.22,2.73,9,4.12,3.04,8,6.33,1.3,12,5.89,1.36,9,3.7,2.79,10,2.86,1.96,14,5.4,2.88,10,3.71,2.69,7,6.36,1.22,14,5.71,1.5,7,4.06,2.38,16,1.5,0.76,8,4.56,2.83,9,4.88,3.04,8
+divert,4.42,1.54,19,4.1,2.13,20,5.47,2.04,19,4.0,1.0,3,4.5,1.63,16,3.17,1.6,6,4.5,2.24,14,7.0,2.45,6,4.77,1.42,13,4.5,0.71,10,4.33,2.18,9,4.83,1.47,6,3.79,2.33,14,6.1,2.28,10,4.78,1.56,9,4.25,0.71,8,4.55,1.97,11,3.75,1.98,8,4.33,2.27,12,5.71,2.63,7,5.33,1.72,12
+divide,4.78,0.73,18,4.62,1.91,21,4.91,1.53,23,4.75,0.5,4,4.77,0.83,13,4.83,2.32,6,4.53,1.81,15,4.9,1.37,10,4.92,1.71,13,4.5,1.05,6,4.91,0.54,11,5.29,2.5,7,4.29,1.54,14,4.73,1.68,11,5.08,1.44,12,4.73,0.65,11,4.86,0.9,7,5.0,1.9,11,4.2,1.93,10,4.86,1.7,14,5.0,1.32,9
+divine,7.15,1.42,20,3.05,2.33,21,5.96,2.31,27,7.71,1.5,7,6.85,1.34,13,4.11,2.37,9,2.25,2.05,12,5.93,2.25,15,6.18,2.52,11,6.55,1.37,11,7.89,1.17,9,3.44,2.19,9,2.75,2.49,12,6.29,2.71,17,5.56,1.33,9,7.46,1.33,13,6.57,1.51,7,3.27,2.49,15,2.5,1.97,6,5.92,2.78,12,6.0,1.96,15
+division,4.42,0.96,19,3.57,1.89,21,5.48,2.41,23,4.33,0.58,3,4.44,1.03,16,3.5,1.85,8,3.62,1.98,13,6.11,2.03,9,5.07,2.62,14,4.67,1.12,9,4.2,0.79,10,4.11,1.69,9,3.17,1.99,12,6.07,2.28,15,4.38,2.39,8,4.43,0.53,7,4.42,1.16,12,4.1,1.97,10,3.09,1.76,11,5.23,3.0,13,5.8,1.4,10
+divorce,2.49,1.96,41,5.39,2.62,44,4.02,2.4,55,1.69,1.18,13,2.86,2.16,28,5.59,2.79,17,5.26,2.55,27,4.15,2.27,26,3.82,2.55,28,2.5,1.97,16,2.48,2.0,25,4.86,2.8,21,5.87,2.4,23,4.57,2.56,35,2.89,1.66,19,2.65,1.92,23,2.28,2.05,18,5.0,2.48,25,5.89,2.77,19,4.04,2.76,28,4.0,2.02,27
+divorcee,3.29,1.87,21,3.8,2.57,25,4.16,2.63,19,3.78,2.39,9,2.92,1.38,12,3.5,2.95,6,3.83,2.57,18,3.14,2.34,7,4.75,2.7,12,3.25,2.08,16,3.4,1.14,5,3.29,2.52,14,4.4,2.72,10,4.11,3.06,9,4.2,2.35,10,3.5,2.2,12,3.0,1.41,9,4.0,2.58,16,3.44,2.65,9,4.09,3.18,11,4.25,1.83,8
+divulge,4.79,0.92,19,5.43,2.25,21,5.04,2.57,23,4.67,1.53,3,4.81,0.83,16,5.12,2.17,8,5.62,2.36,13,4.89,2.89,9,5.14,2.44,14,5.0,0.71,9,4.6,1.07,10,5.56,2.46,9,5.33,2.19,12,5.2,2.91,15,4.75,1.91,8,4.57,0.98,7,4.92,0.9,12,6.0,1.94,10,4.91,2.47,11,4.38,2.93,13,5.9,1.79,10
+divvy,4.81,1.08,21,3.27,2.05,22,5.77,2.01,26,4.8,0.79,10,4.82,1.33,11,2.29,1.7,7,3.73,2.09,15,5.75,2.11,16,5.8,1.93,10,4.82,0.98,11,4.8,1.23,10,2.8,2.68,5,3.41,1.91,17,5.86,2.03,14,5.67,2.06,12,4.85,0.9,13,4.75,1.39,8,2.5,1.65,10,3.92,2.19,12,6.46,1.61,13,5.08,2.18,13
+dizziness,3.36,1.62,22,4.95,2.64,21,4.25,2.49,24,3.8,0.84,5,3.24,1.79,17,4.29,3.15,7,5.38,2.47,13,4.38,2.62,8,4.19,2.51,16,3.62,0.74,8,3.21,1.97,14,5.86,2.27,7,4.54,2.88,13,4.43,2.77,14,4.0,2.16,10,3.5,1.72,10,3.25,1.6,12,5.82,2.04,11,4.0,2.98,10,4.12,2.69,17,4.57,2.07,7
+dizzy,3.14,1.71,21,4.67,2.32,24,3.55,1.92,22,3.5,2.0,8,2.92,1.55,13,4.54,2.73,13,4.82,1.83,11,3.85,2.03,13,3.11,1.76,9,3.12,1.55,8,3.33,1.83,12,5.57,1.95,14,3.4,2.27,10,4.0,2.04,12,3.0,1.7,10,2.4,1.43,10,3.82,1.72,11,4.0,2.18,17,6.29,1.89,7,4.3,2.41,10,2.92,1.16,12
+do,5.41,1.84,22,3.67,2.15,21,6.35,2.0,17,5.33,2.42,6,5.4,1.72,15,2.71,1.8,7,4.14,2.21,14,6.11,1.96,9,6.62,2.13,8,5.07,2.02,14,6.0,1.53,7,3.78,2.05,9,3.58,2.31,12,6.44,2.24,9,6.25,1.83,8,5.57,1.87,14,5.12,1.89,8,4.0,2.53,6,3.53,2.07,15,6.56,2.46,9,6.12,1.46,8
+doable,5.52,2.0,23,4.24,2.02,21,6.65,2.16,20,5.75,1.58,8,5.4,2.23,15,4.1,1.66,10,4.36,2.38,11,7.14,2.61,7,6.38,1.94,13,5.83,2.33,12,5.18,1.6,11,3.5,1.72,10,4.91,2.12,11,6.4,2.38,15,7.4,1.14,5,4.73,1.95,11,6.25,1.82,12,4.33,2.06,9,4.17,2.08,12,6.3,1.16,10,7.0,2.87,10
+doc,4.67,1.91,18,3.14,2.61,21,4.28,1.99,18,3.75,1.67,8,5.4,1.84,10,2.71,2.98,7,3.36,2.5,14,3.64,1.96,11,5.29,1.7,7,4.27,2.0,11,5.29,1.7,7,2.56,2.65,9,3.58,2.61,12,4.64,2.29,11,3.71,1.38,7,4.25,1.96,12,5.5,1.64,6,3.0,2.8,12,3.33,2.5,9,4.67,2.55,9,3.89,1.27,9
+docile,5.75,1.89,20,2.47,1.9,19,5.46,1.9,26,6.18,2.04,11,5.22,1.64,9,2.0,1.53,7,2.75,2.09,12,4.77,1.79,13,6.15,1.82,13,5.55,1.86,11,6.0,2.0,9,2.9,2.18,10,2.0,1.5,9,5.41,2.12,17,5.56,1.51,9,5.5,2.22,10,6.0,1.56,10,3.0,2.17,12,1.57,0.79,7,5.31,1.99,16,5.7,1.83,10
+dock,5.05,1.51,19,3.44,2.45,18,5.88,1.93,17,5.36,1.29,11,4.62,1.77,8,3.0,2.31,4,3.57,2.56,14,6.0,2.33,8,5.78,1.64,9,5.75,1.28,8,4.55,1.51,11,3.0,2.0,7,3.73,2.76,11,6.0,2.19,6,5.82,1.89,11,5.0,1.78,13,5.17,0.75,6,3.36,2.84,11,3.57,1.9,7,5.57,1.9,7,6.1,2.02,10
+docket,4.53,1.12,19,3.3,2.03,20,4.87,1.89,23,3.67,1.53,3,4.69,1.01,16,3.0,1.85,8,3.5,2.2,12,5.56,1.51,9,4.43,2.03,14,4.56,1.01,9,4.5,1.27,10,3.25,2.12,8,3.33,2.06,12,4.8,2.24,15,5.0,1.07,8,4.43,1.27,7,4.58,1.08,12,3.8,1.87,10,2.8,2.15,10,5.0,2.2,13,4.7,1.49,10
+docking,5.2,1.15,20,3.74,2.03,23,5.71,1.87,21,5.44,1.67,9,5.0,0.45,11,3.27,2.1,11,4.17,1.95,12,4.88,1.96,8,6.23,1.69,13,5.0,1.18,14,5.67,1.03,6,3.44,2.46,9,3.93,1.77,14,5.75,1.91,8,5.69,1.93,13,5.0,1.05,10,5.4,1.26,10,4.46,1.81,13,2.8,1.99,10,6.25,1.91,12,5.0,1.66,9
+doctor,5.93,1.89,41,4.05,2.4,21,4.69,2.05,26,6.23,1.74,13,5.79,1.97,28,3.71,2.63,7,4.31,2.43,13,4.23,1.92,13,5.15,2.15,13,5.59,1.7,17,6.17,2.01,24,4.57,2.76,7,3.85,2.34,13,4.12,2.0,17,5.78,1.79,9,5.65,2.14,23,6.28,1.49,18,4.0,2.28,11,4.1,2.64,10,4.56,2.0,16,4.9,2.23,10
+doctorate,5.95,1.99,19,3.91,2.11,22,6.52,2.09,23,6.36,2.11,11,5.86,1.21,7,4.38,1.85,8,3.64,2.27,14,5.29,2.75,7,7.06,1.53,16,6.0,2.73,8,5.91,1.38,11,4.22,2.68,9,3.69,1.7,13,6.09,2.43,11,6.92,1.73,12,5.58,2.27,12,6.57,1.27,7,3.09,2.21,11,4.73,1.74,11,6.31,2.36,13,6.8,1.75,10
+doctrine,4.89,1.97,18,3.0,1.69,22,5.35,2.4,23,4.9,1.97,10,4.43,1.81,7,3.75,1.67,8,2.57,1.6,14,6.0,2.77,7,5.06,2.26,16,4.57,2.07,7,5.09,1.97,11,2.67,1.8,9,3.23,1.64,13,5.73,2.05,11,5.0,2.73,12,4.92,2.23,12,4.83,1.47,6,2.82,1.94,11,3.18,1.47,11,5.77,2.42,13,4.8,2.39,10
+document,5.42,1.07,19,2.9,1.64,21,5.41,1.44,22,4.8,0.45,5,5.62,1.19,13,3.0,1.55,6,2.87,1.73,15,5.5,1.58,10,5.33,1.37,12,5.43,1.62,7,5.36,0.67,11,2.0,1.15,7,3.36,1.69,14,4.9,1.6,10,5.83,1.19,12,5.42,1.31,12,5.43,0.53,7,2.36,1.75,11,3.5,1.35,10,5.5,1.61,14,5.25,1.16,8
+documentary,5.91,1.66,22,3.76,2.59,21,5.41,2.06,22,6.0,1.92,14,5.75,1.16,8,4.18,2.56,11,3.56,2.7,9,4.17,1.33,6,5.88,2.13,16,5.9,1.85,10,5.92,1.56,12,3.36,2.66,11,4.2,2.57,10,5.23,1.79,13,5.67,2.5,9,5.67,1.78,12,6.2,1.55,10,3.77,3.0,13,3.75,1.91,8,5.33,2.27,12,5.5,1.9,10
+documentation,4.84,1.68,19,3.38,1.63,21,6.12,2.09,32,4.9,1.97,10,4.78,1.39,9,4.38,1.77,8,2.77,1.24,13,7.15,1.63,13,5.42,2.12,19,4.38,2.0,8,5.18,1.4,11,3.69,1.7,13,2.88,1.46,8,6.75,2.0,20,5.08,1.88,12,4.56,1.81,9,5.1,1.6,10,3.29,1.54,14,3.57,1.9,7,6.18,1.67,17,6.07,2.55,15
+documents,5.35,1.14,20,3.73,2.25,22,6.33,1.84,27,5.43,1.72,7,5.31,0.75,13,3.8,2.15,10,3.67,2.42,12,6.07,2.02,15,6.82,1.6,11,5.18,0.87,11,5.56,1.42,9,3.67,2.12,9,3.77,2.42,13,6.65,2.0,17,5.89,1.54,9,5.54,1.27,13,5.0,0.82,7,3.44,2.34,16,4.5,1.97,6,6.25,1.96,12,6.4,1.8,15
+dodger,4.7,1.56,20,3.95,2.27,21,6.16,1.68,25,4.0,0.0,3,4.82,1.67,17,3.71,2.75,7,4.0,2.16,13,5.62,1.3,8,6.41,1.8,17,4.71,0.76,7,4.69,1.89,13,4.57,1.62,7,3.54,2.6,13,6.07,1.69,14,6.27,1.74,11,5.11,1.76,9,4.36,1.36,11,4.18,2.09,11,3.7,2.54,10,6.33,1.85,18,5.71,1.11,7
+dodgy,4.79,1.69,19,4.55,2.39,20,4.62,2.2,24,5.31,1.65,13,3.67,1.21,6,4.6,2.88,5,4.53,2.33,15,5.15,2.08,13,4.0,2.28,11,5.67,1.73,9,4.0,1.25,10,5.71,2.56,7,3.92,2.14,13,4.82,1.89,11,4.46,2.5,13,4.89,1.69,9,4.7,1.77,10,4.0,2.67,10,5.1,2.08,10,5.11,2.71,9,4.33,1.88,15
+dodo,3.91,1.44,23,4.0,2.33,22,4.95,2.33,20,4.5,1.85,8,3.6,1.12,15,4.2,2.49,10,3.83,2.29,12,6.43,2.15,7,4.15,2.08,13,3.42,1.44,12,4.45,1.29,11,3.0,1.95,11,5.0,2.32,11,5.47,2.29,15,3.4,1.82,5,3.55,1.04,11,4.25,1.71,12,4.5,2.12,10,3.58,2.5,12,4.9,2.23,10,5.0,2.54,10
+doer,5.63,1.42,19,4.38,2.62,21,6.96,1.8,23,6.09,1.04,11,5.43,1.27,7,5.62,2.2,8,3.62,2.63,13,6.71,2.43,7,7.06,1.53,16,4.88,1.64,8,6.18,0.98,11,3.88,2.75,8,4.69,2.59,13,6.82,2.04,11,7.08,1.62,12,5.25,1.6,12,6.29,0.76,7,4.09,2.95,11,4.7,2.31,10,6.92,1.98,13,7.0,1.63,10
+dog,7.0,2.07,42,5.43,2.64,21,5.73,2.06,55,7.07,2.09,14,6.96,2.1,28,6.0,1.77,8,5.08,3.07,13,6.0,2.14,26,5.57,1.97,28,7.09,2.13,23,6.89,2.05,19,5.67,3.0,9,5.25,2.45,12,5.91,2.01,35,5.53,2.14,19,7.38,1.88,24,6.5,2.26,18,4.8,3.05,10,6.0,2.19,11,5.75,2.01,28,5.7,2.15,27
+dogface,3.95,1.79,20,4.14,2.27,22,4.9,1.89,21,3.22,1.3,9,4.55,1.97,11,4.6,2.63,10,3.75,1.96,12,4.5,1.07,8,5.15,2.27,13,4.14,1.96,14,3.5,1.38,6,4.38,2.77,8,4.0,2.04,14,5.0,2.07,8,4.85,1.86,13,4.0,1.76,10,3.9,1.91,10,4.08,1.98,12,4.2,2.7,10,4.33,2.02,12,5.67,1.5,9
+doggy,7.0,1.97,18,4.79,2.8,19,5.48,2.24,25,7.2,1.3,5,6.92,2.22,13,4.45,3.01,11,5.25,2.6,8,5.56,1.79,16,5.33,3.0,9,6.57,2.51,7,7.27,1.62,11,5.67,2.74,9,4.0,2.75,10,5.5,2.31,20,5.4,2.19,5,7.67,1.5,9,6.33,2.24,9,4.9,2.85,10,4.67,2.92,9,5.16,2.34,19,6.5,1.64,6
+doghouse,5.1,2.1,21,2.68,2.1,22,4.72,2.49,18,5.78,1.64,9,4.58,2.31,12,2.6,1.71,10,2.75,2.45,12,4.4,2.5,10,5.12,2.59,8,5.14,2.41,7,5.31,1.89,13,2.7,1.7,10,2.67,2.46,12,4.43,2.7,7,4.91,2.47,11,4.92,2.33,13,5.38,1.77,8,2.5,2.32,10,2.83,1.99,12,5.0,2.18,9,4.44,2.88,9
+dojo,6.0,1.53,18,4.15,2.78,20,5.38,1.74,24,5.6,1.34,5,6.15,1.63,13,4.36,3.11,11,3.89,2.47,9,5.0,1.9,16,6.12,1.13,8,5.43,0.79,7,6.36,1.8,11,3.67,3.08,9,4.55,2.58,11,5.42,1.77,19,5.2,1.79,5,6.0,1.32,9,6.0,1.8,9,4.73,3.1,11,3.44,2.3,9,4.94,1.73,18,6.67,1.03,6
+dole,4.95,1.69,21,4.4,2.35,25,4.82,2.32,22,4.75,1.75,8,5.08,1.71,13,4.46,2.7,13,4.33,2.02,12,5.08,2.53,13,4.44,2.07,9,5.25,2.31,8,4.83,1.27,12,5.57,1.91,14,2.91,2.02,11,5.92,1.93,12,3.5,2.12,10,4.7,1.83,10,5.18,1.6,11,4.18,2.53,17,4.88,1.96,8,5.1,2.64,10,4.58,2.11,12
+doll,5.88,1.57,24,3.51,2.25,43,5.66,2.05,61,5.71,1.33,14,6.1,1.91,10,4.07,2.46,15,3.21,2.11,28,5.1,2.19,21,6.03,1.9,39,6.4,2.07,5,5.74,1.45,19,4.0,2.43,18,3.16,2.1,25,5.67,2.12,36,5.75,1.94,24,5.79,1.67,14,6.0,1.49,10,3.21,2.5,24,3.89,1.88,19,5.82,2.05,38,5.39,2.06,23
+dollar,7.39,1.51,41,5.57,2.73,21,5.07,2.3,43,7.44,1.5,18,7.35,1.56,23,4.62,2.33,8,6.15,2.88,13,4.68,2.01,22,5.48,2.56,21,7.4,1.54,20,7.35,1.57,20,6.0,2.87,9,5.25,2.7,12,4.75,2.24,28,5.67,2.38,15,7.88,1.39,24,6.71,1.45,17,5.0,3.34,8,5.92,2.36,13,4.64,2.46,25,5.67,1.97,18
+dollhouse,5.6,1.73,20,3.55,2.26,22,6.0,1.7,19,4.56,1.33,9,6.45,1.57,11,3.0,2.92,5,3.88,2.06,16,6.33,2.34,6,5.85,1.41,13,5.43,1.55,14,6.0,2.19,6,3.42,1.83,12,4.0,2.78,9,5.0,1.22,9,6.9,1.6,10,5.6,1.65,10,5.6,1.9,10,3.42,2.35,12,3.7,2.26,10,7.17,1.47,6,5.46,1.56,13
+dolphin,6.67,1.53,21,3.0,2.45,22,5.67,2.32,27,6.4,1.35,10,6.91,1.7,11,2.43,2.23,7,3.27,2.58,15,5.65,2.8,17,5.7,1.25,10,6.45,1.29,11,6.9,1.79,10,3.4,3.36,5,2.88,2.23,17,5.64,2.76,14,5.69,1.84,13,6.46,1.45,13,7.0,1.69,8,2.5,2.51,10,3.42,2.43,12,6.57,2.28,14,4.69,2.02,13
+domain,5.05,1.28,20,3.36,2.68,22,6.92,1.98,26,5.0,1.91,7,5.08,0.86,13,3.3,2.41,10,3.42,3.0,12,7.57,1.4,14,6.09,2.43,11,4.82,0.75,11,5.33,1.73,9,3.33,2.06,9,3.38,3.12,13,6.94,2.25,17,6.88,1.55,8,5.38,1.26,13,4.43,1.13,7,2.88,2.47,16,4.67,3.01,6,7.17,2.08,12,6.71,1.94,14
+dome,5.95,1.75,19,4.42,2.48,19,5.54,1.88,26,6.09,1.14,11,5.75,2.43,8,3.71,2.29,7,4.83,2.59,12,4.92,1.75,13,6.15,1.86,13,6.1,2.28,10,5.78,0.97,9,5.4,2.72,10,3.33,1.73,9,5.18,1.85,17,6.22,1.86,9,6.0,2.4,9,5.9,0.99,10,5.08,2.61,12,3.29,1.89,7,5.31,1.66,16,5.9,2.23,10
+domestic,5.05,2.04,19,2.8,2.26,20,6.12,2.16,16,5.33,0.58,3,4.93,2.28,15,2.6,2.22,10,3.0,2.4,10,6.71,1.7,7,5.67,2.45,9,4.33,2.34,6,5.33,1.97,12,2.86,3.18,7,2.77,1.74,13,5.4,2.07,5,6.45,2.21,11,5.75,1.96,12,3.86,1.68,7,2.8,2.62,10,2.8,1.99,10,5.88,2.42,8,6.38,2.0,8
+domesticated,5.82,1.68,22,3.67,1.93,21,5.59,2.36,22,5.57,1.95,14,6.25,1.04,8,3.45,2.02,11,3.89,2.03,9,5.33,2.42,6,5.69,2.41,16,5.4,2.17,10,6.17,1.11,12,3.55,2.11,11,3.8,1.81,10,6.0,2.35,13,5.0,2.4,9,5.67,1.61,12,6.0,1.83,10,3.62,2.06,13,3.75,1.83,8,6.42,1.73,12,4.6,2.72,10
+dominance,5.19,1.99,21,5.5,2.76,20,4.59,2.63,34,5.0,1.51,8,5.31,2.29,13,5.6,2.41,5,5.47,2.95,15,5.18,2.44,11,4.3,2.72,23,5.15,2.15,13,5.25,1.83,8,6.0,2.63,12,4.75,2.96,8,5.0,2.61,18,4.12,2.66,16,4.82,2.44,11,5.6,1.35,10,5.64,3.04,11,5.33,2.55,9,4.29,2.76,21,5.08,2.43,13
+dominant,5.15,1.31,20,5.36,2.48,22,6.78,2.45,27,5.43,1.99,7,5.0,0.82,13,5.4,2.12,10,5.33,2.84,12,6.87,2.56,15,6.91,2.39,11,5.09,0.94,11,5.22,1.72,9,5.33,2.24,9,5.38,2.72,13,6.71,2.44,17,7.22,2.54,9,5.38,1.45,13,4.71,0.95,7,5.0,2.45,16,6.33,2.5,6,6.25,2.77,12,7.2,2.18,15
+dominate,4.4,2.37,20,6.4,2.19,20,5.54,2.73,26,3.55,1.81,11,5.44,2.65,9,6.43,1.62,7,6.38,2.5,13,5.69,2.53,13,5.38,3.01,13,4.55,2.5,11,4.22,2.33,9,6.0,2.41,11,6.89,1.9,9,5.24,2.95,17,6.11,2.32,9,4.8,3.16,10,4.0,1.25,10,6.5,2.24,12,6.25,2.25,8,6.12,2.45,16,4.6,3.03,10
+domination,3.57,1.97,23,5.0,2.71,22,5.35,2.74,20,4.25,1.28,8,3.2,2.21,15,5.1,2.81,10,4.92,2.75,12,5.86,2.04,7,5.08,3.09,13,3.67,2.27,12,3.45,1.69,11,4.18,2.44,11,5.82,2.82,11,6.2,2.43,15,2.8,2.05,5,3.91,2.12,11,3.25,1.86,12,6.3,2.06,10,3.92,2.78,12,5.6,2.8,10,5.1,2.81,10
+dominatrix,4.32,2.26,19,5.65,2.66,20,3.96,2.63,24,4.38,2.36,13,4.17,2.23,6,7.4,1.52,5,5.07,2.74,15,3.54,2.44,13,4.45,2.88,11,4.56,2.6,9,4.1,2.02,10,6.86,2.27,7,5.0,2.71,13,3.0,1.79,11,4.77,3.0,13,4.56,2.51,9,4.1,2.13,10,6.0,3.02,10,5.3,2.36,10,4.44,3.0,9,3.67,2.44,15
+dominion,4.62,1.86,21,4.67,2.31,21,4.96,2.72,25,4.33,1.37,12,5.0,2.4,9,4.57,2.7,7,4.71,2.2,14,4.9,2.81,10,5.0,2.75,15,6.0,2.0,4,4.29,1.72,17,5.1,2.81,10,4.27,1.79,11,4.71,3.4,7,5.06,2.51,18,4.83,2.33,12,4.33,1.0,9,4.77,1.92,13,4.5,2.98,8,3.44,2.46,9,5.81,2.54,16
+domino,5.0,1.52,21,3.46,2.62,24,4.75,2.49,20,5.5,1.6,8,4.69,1.44,13,5.67,1.75,6,2.72,2.47,18,5.73,2.49,11,3.56,2.01,9,4.75,1.22,12,5.33,1.87,9,4.2,2.3,10,2.93,2.79,14,4.69,2.84,13,4.86,1.86,7,5.14,1.41,14,4.71,1.8,7,4.19,2.79,16,2.0,1.51,8,4.75,2.3,12,4.75,2.92,8
+donate,6.7,1.45,20,3.25,2.23,24,6.71,2.05,28,6.25,1.49,8,7.0,1.41,12,2.78,1.64,9,3.53,2.53,15,6.5,2.31,14,6.93,1.82,14,7.11,1.05,9,6.36,1.69,11,3.42,2.47,12,3.08,2.07,12,6.86,2.11,14,6.57,2.06,14,6.7,1.34,10,6.7,1.64,10,3.5,2.28,12,3.0,2.26,12,6.92,2.15,12,6.56,2.03,16
+donation,7.0,1.2,22,4.0,2.37,21,6.73,1.86,22,7.07,1.14,14,6.88,1.36,8,3.27,2.24,11,4.56,2.35,9,5.0,2.0,6,7.38,1.36,16,7.0,1.05,10,7.0,1.35,12,3.0,1.73,11,5.1,2.56,10,6.31,1.93,13,7.33,1.66,9,7.17,1.27,12,6.8,1.14,10,3.46,2.37,13,4.88,2.23,8,7.0,1.95,12,6.4,1.78,10
+donkey,6.29,1.45,17,2.9,1.89,20,5.12,2.01,25,5.25,0.5,4,6.62,1.5,13,2.73,1.62,11,3.11,2.26,9,4.94,2.17,16,5.44,1.74,9,5.67,1.03,6,6.64,1.57,11,2.89,2.15,9,2.91,1.76,11,5.05,2.24,20,5.4,0.55,5,6.62,1.3,8,6.0,1.58,9,2.82,2.23,11,3.0,1.5,9,4.47,1.74,19,7.17,1.33,6
+donor,6.57,1.66,21,3.76,1.76,21,6.79,1.98,24,6.33,1.78,12,6.89,1.54,9,4.14,1.77,7,3.57,1.79,14,6.8,1.99,10,6.79,2.04,14,7.0,1.83,4,6.47,1.66,17,3.5,1.96,10,4.0,1.61,11,6.86,2.19,7,6.76,1.95,17,6.75,1.48,12,6.33,1.94,9,3.92,1.61,13,3.5,2.07,8,7.67,1.5,9,6.27,2.09,15
+doodle,6.39,2.06,18,4.09,2.14,22,6.91,1.68,23,5.0,2.55,5,6.92,1.66,13,4.17,2.21,12,4.0,2.16,10,6.75,1.58,8,7.0,1.77,15,6.89,1.62,9,5.89,2.42,9,4.67,2.74,9,3.69,1.6,13,6.94,1.77,16,7.17,1.47,6,6.71,1.7,7,6.18,2.32,11,3.78,2.22,9,4.31,2.14,13,7.19,1.76,16,6.29,1.38,7
+doom,3.0,1.76,19,6.17,2.92,18,2.42,1.89,24,2.8,1.79,5,3.07,1.82,14,7.6,1.67,5,5.62,3.15,13,2.77,1.96,13,2.0,1.79,11,3.1,1.85,10,2.89,1.76,9,7.57,1.62,7,5.27,3.26,11,2.62,1.78,16,2.0,2.14,8,2.92,1.98,13,3.17,1.33,6,6.83,2.69,12,4.83,3.13,6,2.33,1.88,15,2.56,2.01,9
+doomsday,2.8,2.04,20,6.22,2.66,23,3.0,2.34,28,3.25,2.05,8,2.5,2.07,12,5.25,2.38,8,6.73,2.74,15,2.64,2.02,14,3.36,2.65,14,2.0,1.41,9,3.45,2.3,11,5.67,2.35,12,6.82,2.96,11,2.79,2.29,14,3.21,2.46,14,2.9,2.51,10,2.7,1.57,10,6.33,2.57,12,6.09,2.88,11,3.42,2.27,12,2.69,2.41,16
+door,5.43,1.23,42,3.19,2.04,21,6.1,2.06,41,5.58,1.46,19,5.3,1.02,23,4.12,1.96,8,2.62,1.94,13,5.9,2.07,21,6.3,2.08,20,5.7,1.43,23,5.11,0.88,19,2.78,1.79,9,3.5,2.24,12,5.53,2.32,17,6.5,1.79,24,5.62,1.44,24,5.17,0.86,18,3.7,2.0,10,2.73,2.05,11,6.0,2.25,16,6.16,1.97,25
+doorbell,5.33,1.59,21,4.17,2.31,23,5.12,1.45,26,5.55,1.57,11,5.1,1.66,10,4.82,2.04,11,3.58,2.47,12,5.18,2.14,11,5.07,0.73,14,5.3,2.06,10,5.36,1.12,11,5.0,2.28,11,3.42,2.15,12,5.47,1.5,17,4.38,1.19,8,5.54,1.98,13,5.0,0.53,8,3.73,2.28,15,5.0,2.27,8,5.59,1.37,17,4.22,1.2,9
+doorknob,4.86,1.53,21,2.64,1.6,25,5.58,2.24,19,4.56,1.94,9,5.08,1.16,12,2.67,1.37,6,2.5,1.65,18,4.57,1.99,7,6.17,2.25,12,4.56,1.5,16,5.8,1.3,5,2.43,1.6,14,2.7,1.57,10,6.11,1.96,9,5.1,2.47,10,5.08,1.83,12,4.56,1.01,9,2.69,1.58,16,2.56,1.74,9,5.45,2.66,11,5.75,1.67,8
+doorman,5.45,1.41,22,3.35,2.17,26,5.67,1.95,24,5.89,1.54,9,5.15,1.28,13,2.8,2.15,10,3.69,2.18,16,5.78,2.22,9,5.6,1.84,15,5.0,0.93,8,5.71,1.59,14,3.38,2.33,13,3.31,2.1,13,5.42,2.11,12,5.92,1.83,12,5.42,1.08,12,5.5,1.78,10,2.6,1.88,15,4.36,2.2,11,6.0,2.08,13,5.27,1.79,11
+doormat,3.68,1.57,19,3.2,2.09,20,4.73,2.85,22,4.22,1.2,9,3.2,1.75,10,4.14,2.27,7,2.69,1.89,13,6.18,2.56,11,3.27,2.41,11,4.43,0.79,7,3.25,1.76,12,4.11,1.96,9,2.45,1.97,11,4.69,3.04,13,4.78,2.73,9,3.5,1.58,10,3.89,1.62,9,3.25,2.55,8,3.17,1.85,12,4.79,3.14,14,4.62,2.45,8
+doornail,4.68,1.49,19,3.32,2.4,22,5.0,2.07,22,4.78,1.09,9,4.6,1.84,10,4.25,2.66,8,2.79,2.15,14,4.82,2.36,11,5.18,1.83,11,4.71,0.49,7,4.67,1.87,12,3.6,1.78,10,3.08,2.87,12,5.08,1.93,13,4.89,2.37,9,5.0,1.89,10,4.33,0.87,9,3.88,2.64,8,3.0,2.29,14,5.0,2.42,14,5.0,1.41,8
+doorstep,5.14,1.77,21,3.26,1.89,23,5.1,1.34,21,4.6,1.82,5,5.31,1.78,16,4.08,1.83,12,2.36,1.57,11,5.0,1.48,11,4.89,0.78,9,4.83,1.95,12,5.56,1.51,9,3.5,1.97,16,2.71,1.7,7,5.09,1.22,11,5.1,1.52,10,5.38,1.98,13,4.75,1.39,8,3.26,1.91,19,3.25,2.06,4,4.86,1.17,14,5.57,1.62,7
+doorway,5.68,1.2,19,3.65,2.53,23,5.58,1.98,19,5.33,0.71,9,6.0,1.49,10,2.57,1.62,7,4.27,2.79,15,5.8,2.3,10,5.33,1.66,9,6.11,1.54,9,5.3,0.67,10,4.0,2.58,10,3.5,2.65,12,5.0,1.77,8,5.7,1.95,10,5.92,1.38,12,5.29,0.76,7,3.25,2.38,20,6.33,2.08,3,5.25,2.19,8,5.82,1.89,11
+dopamine,4.64,1.99,22,4.58,2.63,19,4.38,2.5,21,5.0,1.58,5,4.31,1.99,16,4.88,2.64,8,4.36,2.73,11,4.4,2.63,10,4.36,2.5,11,4.5,1.62,12,4.8,2.44,10,5.8,2.39,10,3.22,2.28,9,4.5,2.58,12,4.22,2.54,9,4.73,2.24,11,4.55,1.81,11,4.75,3.28,8,4.45,2.21,11,4.78,2.64,9,4.08,2.47,12
+dope,4.14,2.19,22,4.24,2.57,21,4.95,2.1,22,4.29,2.64,14,3.88,1.13,8,5.27,2.49,11,3.33,2.24,9,4.67,1.86,6,5.06,2.24,16,4.1,2.51,10,4.17,1.99,12,3.45,2.38,11,5.1,2.6,10,5.23,2.09,13,4.56,2.19,9,4.08,2.27,12,4.2,2.2,10,4.31,2.75,13,4.12,2.42,8,4.67,2.23,12,5.3,2.0,10
+dopey,3.86,1.71,21,2.91,1.95,23,4.2,2.46,20,3.2,2.17,5,4.06,1.57,16,3.58,2.11,12,2.18,1.54,11,3.9,2.33,10,4.0,2.29,9,3.75,1.54,12,4.0,2.0,9,3.31,2.02,16,2.0,1.53,7,4.8,1.69,10,3.6,3.03,10,3.62,1.66,13,4.25,1.83,8,2.68,2.0,19,4.0,1.41,4,3.69,1.93,13,5.14,3.18,7
+dork,4.35,1.5,20,2.88,2.01,24,5.8,2.07,20,3.88,1.64,8,4.67,1.37,12,3.67,1.97,6,2.61,2.0,18,5.73,1.62,11,5.89,2.62,9,4.45,1.57,11,4.22,1.48,9,4.2,2.3,10,1.93,1.07,14,5.77,2.09,13,5.86,2.19,7,4.08,1.5,13,4.86,1.46,7,3.19,2.1,16,2.25,1.75,8,5.75,1.66,12,5.88,2.7,8
+dorky,5.12,2.05,26,4.5,2.44,22,5.0,2.36,20,5.7,1.89,10,4.75,2.11,16,4.9,2.28,10,4.17,2.62,12,6.86,1.57,7,4.0,2.12,13,4.69,2.14,13,5.54,1.94,13,4.09,2.47,11,4.91,2.47,11,5.6,2.29,15,3.2,1.64,5,4.46,1.76,13,5.77,2.17,13,4.4,2.37,10,4.58,2.61,12,5.1,2.28,10,4.9,2.56,10
+dorm,5.16,1.95,19,4.29,1.93,21,5.13,1.6,23,5.4,2.19,5,5.08,2.02,13,3.67,2.16,6,4.53,1.85,15,5.0,0.94,10,5.23,2.01,13,5.0,2.24,7,5.27,1.95,11,5.0,2.58,7,3.93,1.49,14,4.82,1.6,11,5.42,1.62,12,5.58,1.56,12,4.43,2.44,7,4.45,1.97,11,4.1,1.97,10,4.71,0.99,14,5.78,2.17,9
+dormant,4.85,1.76,20,3.0,2.02,21,5.11,2.56,27,5.86,1.95,7,4.31,1.44,13,4.0,2.24,9,2.25,1.54,12,5.0,2.62,15,5.18,2.71,11,5.09,1.64,11,4.56,1.94,9,3.5,2.14,8,2.69,1.97,13,5.24,2.77,17,4.78,2.39,9,5.08,1.75,13,4.43,1.81,7,2.93,1.87,15,3.17,2.56,6,5.0,2.66,12,5.2,2.57,15
+dormitory,5.06,1.89,18,4.5,1.64,20,4.87,2.12,23,5.2,2.28,5,5.08,1.88,12,5.0,1.41,6,4.29,1.73,14,5.1,1.73,10,4.69,2.43,13,5.0,2.38,7,5.2,1.69,10,5.43,1.51,7,4.0,1.53,13,4.36,1.86,11,5.33,2.31,12,5.45,1.75,11,4.43,2.07,7,4.91,1.51,11,4.0,1.73,9,5.0,1.57,14,4.67,2.87,9
+dorsal,5.05,0.92,21,3.7,2.25,20,5.04,1.81,24,5.33,0.98,12,4.67,0.71,9,3.67,1.86,6,3.71,2.46,14,4.56,1.01,9,5.33,2.13,15,4.75,0.5,4,5.12,0.99,17,3.4,2.01,10,4.0,2.54,10,5.0,2.0,7,5.06,1.78,17,5.25,0.75,12,4.78,1.09,9,3.62,2.36,13,3.86,2.19,7,5.22,1.56,9,4.93,1.98,15
+dosage,4.57,1.12,23,4.0,2.2,18,5.79,2.6,24,4.86,1.07,7,4.44,1.15,16,4.8,1.1,5,3.69,2.46,13,5.0,2.71,13,6.73,2.24,11,4.64,1.03,11,4.5,1.24,12,5.57,1.51,7,3.0,2.0,11,5.62,2.5,16,6.12,2.95,8,4.5,1.26,16,4.71,0.76,7,4.5,2.15,12,3.0,2.1,6,6.13,2.53,15,5.22,2.77,9
+dose,4.91,1.27,22,2.95,2.16,21,5.0,2.69,22,5.21,1.12,14,4.38,1.41,8,3.0,2.32,11,3.0,2.18,9,4.0,2.0,6,5.38,2.87,16,4.7,1.49,10,5.08,1.08,12,2.27,2.0,11,3.7,2.16,10,4.62,2.14,13,5.56,3.4,9,5.25,0.97,12,4.5,1.51,10,2.85,2.15,13,3.12,2.3,8,5.5,2.65,12,4.4,2.76,10
+dossier,4.84,1.46,19,3.72,1.56,18,5.38,2.31,16,5.18,1.25,11,4.38,1.69,8,3.5,1.73,4,3.79,1.58,14,5.5,2.2,8,5.25,2.55,8,4.88,1.64,8,4.82,1.4,11,4.29,1.38,7,3.36,1.63,11,4.33,2.66,6,6.0,1.94,10,4.69,1.6,13,5.17,1.17,6,3.18,1.66,11,4.57,0.98,7,5.83,1.6,6,5.1,2.69,10
+dot,4.84,2.01,19,3.09,1.8,22,5.17,1.7,23,4.73,1.79,11,5.57,1.9,7,3.62,2.0,8,2.79,1.67,14,4.43,2.3,7,5.5,1.32,16,3.88,2.23,8,5.55,1.57,11,2.22,1.64,9,3.69,1.7,13,5.0,1.34,11,5.33,2.02,12,4.42,2.35,12,5.57,0.98,7,3.27,2.33,11,2.91,1.14,11,5.0,2.04,13,5.4,1.17,10
+dotted,4.86,1.11,21,3.33,1.53,21,5.4,2.14,25,5.17,0.94,12,4.44,1.24,9,3.71,1.8,7,3.14,1.41,14,5.3,2.06,10,5.47,2.26,15,5.25,0.5,4,4.76,1.2,17,3.8,1.4,10,2.91,1.58,11,5.14,2.61,7,5.5,2.01,18,4.67,0.98,12,5.11,1.27,9,3.38,1.45,13,3.25,1.75,8,4.67,2.12,9,5.81,2.1,16
+dotty,5.16,1.89,19,3.55,2.68,20,4.8,1.91,20,5.38,2.26,13,4.67,0.52,6,4.8,3.27,5,3.13,2.45,15,5.0,1.58,9,4.64,2.2,11,5.78,2.59,9,4.6,0.7,10,4.86,3.18,7,2.85,2.19,13,4.89,2.2,9,4.73,1.74,11,5.11,1.27,9,5.2,2.39,10,3.2,2.66,10,3.9,2.81,10,4.43,2.57,7,5.0,1.53,13
+double,5.78,1.56,18,3.38,2.42,21,5.11,2.22,18,5.25,1.39,8,6.2,1.62,10,3.57,2.76,7,3.29,2.33,14,5.36,2.2,11,4.71,2.36,7,5.73,1.68,11,5.86,1.46,7,2.44,2.46,9,4.08,2.23,12,4.82,2.32,11,5.57,2.15,7,5.17,1.11,12,7.0,1.67,6,2.17,1.75,12,5.0,2.29,9,5.56,2.46,9,4.67,2.0,9
+doubt,3.28,1.93,18,4.33,2.42,21,3.06,2.04,18,3.0,1.69,8,3.5,2.17,10,4.43,2.37,7,4.29,2.52,14,2.64,1.29,11,3.71,2.87,7,3.09,1.45,11,3.57,2.64,7,3.44,2.88,9,5.0,1.86,12,2.82,2.36,11,3.43,1.51,7,3.08,1.44,12,3.67,2.8,6,3.33,2.39,12,5.67,1.8,9,3.89,2.47,9,2.22,1.09,9
+doubtful,3.86,1.62,21,4.55,2.13,22,4.23,2.43,22,3.38,1.69,8,4.15,1.57,13,4.73,2.53,11,4.36,1.75,11,5.31,2.53,13,2.67,1.12,9,3.25,1.67,8,4.42,1.44,12,5.23,1.88,13,3.56,2.19,9,4.58,2.47,12,3.8,2.44,10,3.8,1.87,10,3.91,1.45,11,4.25,2.29,16,5.33,1.51,6,4.5,2.8,10,4.0,2.17,12
+douche,2.9,1.7,21,4.13,2.6,23,3.81,2.23,21,3.2,2.17,5,2.81,1.6,16,4.75,2.56,12,3.45,2.58,11,3.91,1.97,11,3.11,1.9,9,2.67,1.67,12,3.22,1.79,9,4.69,2.7,16,2.86,1.95,7,4.0,1.84,11,3.6,2.67,10,2.77,1.79,13,3.12,1.64,8,3.74,2.68,19,6.0,0.82,4,3.64,1.95,14,4.14,2.85,7
+dough,6.0,1.62,17,4.1,2.02,21,5.96,1.69,23,6.6,1.14,5,5.75,1.76,12,4.17,2.32,6,4.07,1.98,15,5.8,1.81,10,6.08,1.66,13,5.86,2.34,7,6.1,0.99,10,5.14,2.79,7,3.57,1.34,14,5.18,1.33,11,6.67,1.72,12,6.1,2.02,10,5.86,0.9,7,4.18,2.52,11,4.0,1.41,10,5.86,1.83,14,6.11,1.54,9
+doughboy,4.84,2.01,19,4.0,2.02,21,5.05,2.06,20,5.33,1.53,3,4.75,2.11,16,3.5,1.76,6,4.2,2.14,15,5.17,0.98,6,5.0,2.42,14,4.8,2.04,10,4.89,2.09,9,3.57,2.57,7,4.21,1.76,14,4.8,2.2,10,5.3,2.0,10,5.62,1.51,8,4.27,2.2,11,4.33,2.06,9,3.75,2.05,12,4.75,2.76,8,5.25,1.54,12
+doughnut,7.5,1.41,22,4.5,2.34,26,5.87,2.12,23,7.56,1.59,9,7.46,1.33,13,4.2,2.49,10,4.69,2.3,16,6.62,2.13,8,5.47,2.07,15,7.12,1.25,8,7.71,1.49,14,4.77,2.24,13,4.23,2.49,13,5.75,2.14,12,6.0,2.19,11,7.25,1.54,12,7.8,1.23,10,5.07,2.28,15,3.73,2.28,11,6.5,1.83,12,5.18,2.27,11
+douse,3.92,1.53,24,3.92,2.36,25,5.21,2.3,19,4.18,1.33,11,3.69,1.7,13,3.83,2.48,6,3.94,2.46,18,5.0,2.24,7,5.33,2.42,12,4.06,1.64,17,3.57,1.27,7,3.79,2.61,14,4.1,2.23,10,4.89,2.37,9,5.5,2.32,10,3.79,1.53,14,4.1,1.6,10,4.06,2.38,16,3.67,2.45,9,4.91,2.55,11,5.62,2.0,8
+dove,6.9,1.93,41,3.27,2.47,44,6.14,1.98,43,6.77,2.2,13,6.96,1.84,28,3.53,2.58,17,3.11,2.44,27,6.18,2.32,17,6.12,1.77,26,6.56,2.03,16,7.12,1.88,25,3.5,2.28,14,3.17,2.59,30,6.22,2.12,27,6.0,1.79,16,6.91,1.81,23,6.89,2.14,18,3.54,2.63,26,2.89,2.25,18,5.79,2.02,24,6.58,1.89,19
+downer,3.47,1.17,19,3.13,1.69,23,4.05,2.13,21,3.22,0.83,9,3.7,1.42,10,1.91,0.94,11,4.25,1.42,12,4.12,0.99,8,4.0,2.65,13,3.62,0.87,13,3.17,1.72,6,2.33,1.41,9,3.64,1.69,14,4.12,2.1,8,4.0,2.24,13,4.11,0.78,9,2.9,1.2,10,3.23,1.74,13,3.0,1.7,10,3.92,2.23,12,4.22,2.11,9
+downfall,3.2,1.24,20,4.5,2.64,18,3.64,2.06,22,3.6,1.52,5,3.07,1.16,15,5.33,2.42,6,4.08,2.75,12,4.1,1.37,10,3.25,2.49,12,3.3,0.82,10,3.1,1.6,10,5.1,2.47,10,3.75,2.82,8,3.73,2.0,11,3.55,2.21,11,3.17,1.19,12,3.25,1.39,8,3.33,3.28,9,5.67,1.0,9,4.91,1.97,11,2.36,1.21,11
+downfield,4.84,1.5,19,2.5,1.43,20,4.57,1.5,21,5.43,1.62,7,4.5,1.38,12,2.78,1.3,9,2.27,1.56,11,4.33,2.42,6,4.67,1.05,15,4.89,1.05,9,4.78,1.99,9,2.5,1.51,8,2.5,1.45,12,4.53,1.46,15,4.67,1.75,6,5.0,2.05,10,4.67,0.5,9,2.5,1.57,12,2.5,1.31,8,4.45,1.63,11,4.7,1.42,10
+download,6.0,1.9,21,3.6,2.36,25,6.26,2.13,19,5.67,2.4,9,6.25,1.48,12,4.67,2.66,6,3.33,2.28,18,6.14,2.61,7,6.33,1.92,12,6.0,2.0,16,6.0,1.73,5,3.43,2.59,14,4.0,2.16,10,6.22,2.44,9,6.3,1.95,10,6.08,2.35,12,5.89,1.17,9,4.06,2.49,16,2.78,1.99,9,6.55,2.54,11,5.88,1.46,8
+downriver,5.61,2.0,18,3.55,2.44,20,3.8,1.73,25,7.0,1.58,5,5.08,1.93,13,3.55,2.73,11,3.56,2.19,9,3.5,1.59,16,4.33,1.94,9,5.57,1.51,7,5.64,2.34,11,3.44,3.09,9,3.64,1.91,11,3.45,1.57,20,5.2,1.79,5,5.22,1.99,9,6.0,2.06,9,3.18,2.52,11,4.0,2.4,9,3.84,1.77,19,3.67,1.75,6
+downside,3.55,1.76,20,4.63,2.43,19,4.29,2.43,21,4.17,1.94,6,3.29,1.68,14,4.88,1.89,8,4.45,2.84,11,4.45,2.84,11,4.1,2.02,10,3.67,2.16,6,3.5,1.65,14,5.11,2.26,9,4.2,2.62,10,4.43,2.68,14,4.0,2.0,7,4.14,2.48,7,3.23,1.24,13,4.92,2.72,13,4.0,1.67,6,4.25,2.42,12,4.33,2.6,9
+downtime,5.8,1.99,20,3.06,2.26,18,6.14,2.14,22,5.8,1.79,5,5.8,2.11,15,3.5,1.38,6,2.83,2.62,12,5.1,2.33,10,7.0,1.6,12,6.5,1.43,10,5.1,2.28,10,2.6,1.58,10,3.62,2.92,8,6.0,2.57,11,6.27,1.74,11,5.75,2.14,12,5.88,1.89,8,2.78,1.99,9,3.33,2.6,9,5.45,2.42,11,6.82,1.66,11
+downward,4.0,1.8,19,4.05,1.96,21,3.96,1.83,24,3.83,1.6,6,4.08,1.93,13,4.42,2.02,12,3.56,1.88,9,3.75,1.67,8,4.06,1.95,16,4.2,0.92,10,3.78,2.49,9,5.44,1.51,9,3.0,1.6,12,3.82,1.94,17,4.17,1.72,6,3.5,1.51,8,4.36,1.96,11,3.12,2.23,8,4.62,1.61,13,4.19,1.83,16,3.5,1.85,8
+downy,5.77,1.97,22,3.11,1.66,19,5.52,1.91,21,4.2,1.3,5,6.19,1.97,16,3.5,1.85,8,2.82,1.54,11,5.0,1.33,10,6.0,2.28,11,5.17,2.08,12,6.5,1.65,10,2.7,1.16,10,3.56,2.07,9,5.75,2.34,12,5.22,1.2,9,5.45,2.21,11,6.09,1.76,11,2.62,1.41,8,3.45,1.81,11,5.78,1.64,9,5.33,2.15,12
+dowry,4.7,2.03,20,3.11,2.4,18,5.17,2.71,24,4.2,2.17,5,4.87,2.03,15,3.2,2.28,5,3.08,2.53,13,4.77,2.52,13,5.64,2.98,11,4.5,2.32,10,4.9,1.79,10,2.71,2.06,7,3.36,2.66,11,4.75,2.65,16,6.0,2.83,8,4.5,2.1,14,5.17,1.94,6,3.58,2.5,12,2.17,2.04,6,5.6,2.77,15,4.44,2.6,9
+doze,5.95,1.43,20,3.37,2.59,19,5.65,2.12,26,5.73,0.79,11,6.22,1.99,9,2.86,2.67,7,3.67,2.61,12,5.69,2.43,13,5.62,1.85,13,6.64,1.21,11,5.11,1.27,9,3.55,2.54,11,3.12,2.8,8,5.06,1.82,17,6.78,2.28,9,6.2,1.23,10,5.7,1.64,10,3.27,2.76,11,3.5,2.51,8,5.69,2.09,16,5.6,2.27,10
+dozen,5.78,1.48,18,2.95,2.2,19,5.56,1.71,25,6.2,0.84,5,5.62,1.66,13,3.7,2.54,10,2.11,1.45,9,5.25,1.77,16,6.11,1.54,9,5.71,1.8,7,5.82,1.33,11,3.11,2.8,9,2.8,1.62,10,5.6,1.88,20,5.4,0.89,5,5.67,1.66,9,5.89,1.36,9,2.64,2.25,11,3.38,2.2,8,5.26,1.63,19,6.5,1.76,6
+Dr. Pepper,6.9,1.74,20,4.48,2.47,23,5.95,1.72,21,5.67,1.41,9,7.91,1.3,11,4.55,2.62,11,4.42,2.43,12,5.62,1.19,8,6.15,1.99,13,6.71,1.73,14,7.33,1.86,6,5.22,1.99,9,4.0,2.69,14,6.62,1.51,8,5.54,1.76,13,7.0,1.76,10,6.8,1.81,10,5.23,2.28,13,3.5,2.46,10,6.33,1.72,12,5.44,1.67,9
+drab,2.76,1.26,21,2.35,1.57,20,4.77,2.6,22,2.33,1.21,6,2.93,1.28,15,1.5,0.76,8,2.92,1.73,12,4.92,2.84,12,4.6,2.41,10,2.56,1.67,9,2.92,0.9,12,2.22,1.48,9,2.45,1.69,11,4.43,2.76,7,4.93,2.6,15,2.5,1.43,10,3.0,1.1,11,2.62,1.61,13,1.86,1.46,7,4.33,2.96,12,5.3,2.11,10
+draft,5.3,1.95,20,4.1,2.75,20,5.28,1.98,36,6.71,1.6,7,4.54,1.71,13,5.6,2.41,5,3.6,2.75,15,4.36,2.11,11,5.68,1.82,25,5.85,2.12,13,4.29,1.11,7,4.83,2.72,12,3.0,2.56,8,5.75,1.77,20,4.69,2.12,16,5.5,1.84,10,5.1,2.13,10,4.36,2.98,11,3.78,2.59,9,5.27,1.93,22,5.29,2.13,14
+drafty,4.3,1.08,20,3.73,2.25,22,4.89,2.12,27,3.9,0.88,10,4.7,1.16,10,2.71,2.21,7,4.2,2.18,15,5.24,2.36,17,4.3,1.57,10,4.3,1.06,10,4.3,1.16,10,3.6,3.13,5,3.76,2.05,17,5.21,2.36,14,4.54,1.85,13,4.08,1.08,12,4.62,1.06,8,3.4,2.32,10,4.0,2.26,12,5.29,2.3,14,4.46,1.9,13
+drag,3.68,1.73,19,4.81,1.94,21,5.52,1.9,23,3.8,1.64,5,3.54,1.85,13,4.17,2.23,6,5.07,1.83,15,6.4,1.51,10,4.85,1.95,13,3.43,1.72,7,3.73,1.85,11,4.14,1.86,7,5.14,1.96,14,5.64,1.75,11,5.42,2.11,12,3.75,1.76,12,3.57,1.81,7,4.82,2.18,11,4.8,1.75,10,6.0,1.47,14,4.78,2.33,9
+dragon,6.68,1.67,19,5.45,2.87,20,5.17,2.37,23,6.8,2.05,5,6.62,1.66,13,4.83,2.71,6,5.71,3.0,14,5.4,2.46,10,5.0,2.38,13,6.86,1.77,7,6.55,1.75,11,5.83,2.64,6,5.29,3.05,14,5.27,2.1,11,5.08,2.68,12,6.67,1.72,12,6.71,1.7,7,6.0,2.79,10,4.9,3.0,10,4.86,2.25,14,5.67,2.6,9
+dragonfly,6.45,1.71,22,3.86,2.52,21,5.41,1.76,22,6.29,1.77,14,6.75,1.67,8,3.64,2.42,11,4.33,2.78,9,4.83,1.72,6,5.62,1.78,16,6.4,1.26,10,6.5,2.07,12,3.0,2.05,11,4.8,2.74,10,5.15,1.95,13,5.78,1.48,9,6.0,1.71,12,7.0,1.63,10,3.38,2.4,13,4.62,2.67,8,4.67,1.61,12,6.3,1.57,10
+drain,3.8,1.67,20,2.94,1.98,18,5.17,2.55,24,3.4,1.14,5,3.93,1.83,15,3.6,1.95,5,2.69,2.02,13,4.69,2.59,13,5.73,2.49,11,4.1,1.6,10,3.5,1.78,10,4.0,1.83,7,2.27,1.85,11,5.25,2.77,16,5.0,2.2,8,3.5,1.56,14,4.5,1.87,6,3.0,2.13,12,2.83,1.83,6,4.67,2.72,15,6.0,2.12,9
+drainage,3.89,1.23,18,3.52,2.04,21,4.65,2.72,23,4.5,0.71,2,3.81,1.28,16,5.12,1.13,8,2.54,1.85,13,5.44,3.0,9,4.14,2.51,14,3.89,1.45,9,3.89,1.05,9,3.56,2.01,9,3.5,2.15,12,5.07,2.76,15,3.88,2.64,8,3.5,1.05,6,4.08,1.31,12,3.7,1.95,10,3.36,2.2,11,4.15,3.08,13,5.3,2.16,10
+drainpipe,4.52,2.11,21,2.91,2.25,23,4.72,2.61,18,5.33,2.24,9,3.92,1.88,12,3.73,2.65,11,2.17,1.59,12,5.0,2.62,10,4.38,2.72,8,4.29,2.29,7,4.62,2.18,13,3.64,2.73,11,2.25,1.54,12,4.57,3.46,7,4.82,2.09,11,3.69,2.1,13,5.88,1.36,8,2.91,2.3,11,2.92,2.31,12,5.0,2.4,9,4.44,2.92,9
+drake,5.05,1.93,19,4.32,2.44,22,5.21,2.04,19,5.0,2.62,8,5.09,1.38,11,4.4,3.13,5,4.38,2.36,16,4.5,2.51,6,5.54,1.81,13,5.15,1.95,13,4.83,2.04,6,4.67,2.74,12,4.0,2.18,9,5.0,1.5,9,5.4,2.5,10,5.5,2.07,10,4.56,1.74,9,3.75,2.56,12,5.0,2.21,10,6.0,2.1,6,4.85,1.99,13
+drama,4.37,2.63,19,5.14,3.04,22,4.14,2.12,28,4.0,3.03,6,4.54,2.54,13,4.45,3.3,11,5.82,2.75,11,4.09,2.26,11,4.18,2.1,17,4.82,2.75,11,3.75,2.49,8,4.27,2.72,11,6.0,3.22,11,3.72,1.84,18,4.9,2.47,10,4.15,2.44,13,4.83,3.19,6,5.36,3.25,14,4.75,2.82,8,3.62,2.0,16,4.83,2.17,12
+dramatic,5.17,1.54,18,6.59,1.99,22,4.77,2.0,22,5.89,1.36,9,4.44,1.42,9,5.5,2.62,8,7.21,1.25,14,4.91,2.34,11,4.64,1.69,11,5.43,1.13,7,5.0,1.79,11,6.0,2.21,10,7.08,1.73,12,4.23,1.79,13,5.56,2.13,9,4.89,1.45,9,5.44,1.67,9,7.0,2.62,8,6.36,1.6,14,4.79,2.04,14,4.75,2.05,8
+drape,4.95,1.39,20,3.29,1.93,17,5.38,2.24,24,5.2,0.45,5,4.87,1.6,15,3.25,1.71,4,3.31,2.06,13,4.77,2.31,13,6.09,2.02,11,5.0,1.05,10,4.9,1.73,10,4.14,1.68,7,2.7,1.95,10,4.88,2.09,16,6.38,2.33,8,4.86,1.56,14,5.17,0.98,6,3.83,1.9,12,2.0,1.41,5,5.47,2.36,15,5.22,2.17,9
+drastic,4.63,1.74,19,5.2,2.31,20,4.92,2.22,24,5.0,1.68,13,3.83,1.72,6,4.6,1.95,5,5.4,2.44,15,4.85,2.38,13,5.0,2.14,11,5.67,1.87,9,3.7,0.95,10,6.0,2.58,7,4.77,2.13,13,5.27,2.45,11,4.62,2.06,13,4.67,1.5,9,4.6,2.01,10,4.6,2.8,10,5.8,1.62,10,5.56,2.74,9,4.53,1.85,15
+drat,4.25,1.71,20,3.4,2.28,20,4.48,2.22,25,4.25,2.5,4,4.25,1.57,16,4.5,3.11,4,3.12,2.06,16,6.11,1.69,9,3.56,1.97,16,4.12,0.99,8,4.33,2.1,12,3.44,2.6,9,3.36,2.11,11,4.5,2.18,14,4.45,2.38,11,3.82,1.25,11,4.78,2.11,9,3.0,1.66,9,3.73,2.72,11,4.5,2.09,18,4.43,2.7,7
+draught,3.9,2.19,21,3.32,2.24,19,4.36,2.97,22,4.0,2.19,6,3.87,2.26,15,3.62,2.62,8,3.09,2.02,11,4.17,3.13,12,4.6,2.91,10,4.33,2.69,9,3.58,1.78,12,3.75,2.92,8,3.0,1.67,11,5.0,2.52,7,4.07,3.2,15,4.1,2.73,10,3.73,1.68,11,3.0,1.95,12,3.86,2.73,7,3.83,3.27,12,5.0,2.58,10
+draw,6.18,2.08,22,3.6,2.26,20,6.37,2.52,19,5.23,2.09,13,7.56,1.13,9,4.86,2.41,7,2.92,1.93,13,6.86,1.68,7,6.08,2.94,12,5.92,2.57,12,6.5,1.35,10,3.78,2.68,9,3.45,1.97,11,6.5,2.22,10,6.22,2.95,9,6.58,2.47,12,5.7,1.49,10,4.14,2.27,7,3.31,2.29,13,6.0,3.27,7,6.58,2.11,12
+drawback,4.38,1.72,21,3.08,2.6,24,4.35,2.37,20,4.25,1.67,8,4.46,1.81,13,5.33,1.97,6,2.33,2.38,18,4.55,2.66,11,4.11,2.09,9,4.5,2.02,12,4.22,1.3,9,3.8,2.86,10,2.57,2.38,14,4.69,2.53,13,3.71,2.06,7,4.36,1.86,14,4.43,1.51,7,3.56,2.63,16,2.12,2.42,8,3.75,2.3,12,5.25,2.31,8
+drawbridge,5.45,1.43,20,3.3,2.25,20,4.95,1.59,22,5.0,0.58,7,5.69,1.7,13,4.22,2.59,9,2.55,1.69,11,5.33,1.51,6,4.81,1.64,16,5.4,1.51,10,5.56,1.51,9,3.12,2.3,8,3.42,2.31,12,4.73,1.71,15,5.43,1.27,7,5.36,1.75,11,5.56,1.01,9,3.42,2.19,12,3.12,2.47,8,5.09,1.81,11,4.82,1.4,11
+drawer,4.67,1.28,18,3.0,1.71,18,5.71,2.42,17,4.8,0.92,10,4.5,1.69,8,3.0,1.63,4,3.0,1.8,14,4.5,2.56,8,6.78,1.79,9,5.0,1.07,8,4.4,1.43,10,3.57,1.9,7,2.64,1.57,11,5.33,2.66,6,5.91,2.39,11,4.5,1.51,12,5.0,0.63,6,2.36,1.57,11,4.0,1.53,7,5.71,2.29,7,5.7,2.63,10
+dread,3.0,1.89,19,4.5,2.4,20,3.62,2.2,24,3.23,2.17,13,2.5,1.05,6,4.4,1.95,5,4.53,2.59,15,3.69,2.1,13,3.55,2.42,11,3.89,2.37,9,2.2,0.79,10,4.86,2.48,7,4.31,2.43,13,4.36,2.29,11,3.0,2.0,13,3.33,2.5,9,2.7,1.16,10,3.9,2.28,10,5.1,2.47,10,4.0,2.55,9,3.4,2.03,15
+dreaded,2.11,1.33,19,5.1,2.55,21,3.5,2.22,22,2.0,1.32,9,2.2,1.4,10,4.86,2.91,7,5.21,2.46,14,3.64,2.16,11,3.36,2.38,11,2.86,1.57,7,1.67,0.98,12,4.33,2.29,9,5.67,2.67,12,3.23,2.35,13,3.89,2.09,9,2.5,1.58,10,1.67,0.87,9,4.75,3.11,8,5.31,2.25,13,3.43,2.17,14,3.62,2.45,8
+dreadful,2.6,1.31,20,4.5,2.71,18,3.38,2.18,24,2.27,1.01,11,3.0,1.58,9,5.17,2.71,6,4.17,2.76,12,3.5,2.22,10,3.29,2.23,14,2.36,1.12,11,2.89,1.54,9,4.9,2.64,10,4.0,2.88,8,2.17,1.17,6,3.78,2.32,18,2.5,1.78,10,2.7,0.67,10,3.67,3.28,9,5.33,1.8,9,2.56,1.33,9,3.87,2.47,15
+dream,7.43,1.8,21,4.37,2.81,43,5.4,2.36,47,7.56,1.67,9,7.33,1.97,12,4.85,2.74,20,3.96,2.87,23,5.69,2.48,26,5.05,2.2,21,6.57,2.51,7,7.77,1.24,13,4.41,2.87,17,4.35,2.83,26,5.55,2.6,29,5.17,1.95,18,7.15,2.15,13,7.88,0.99,8,4.76,2.88,25,3.83,2.71,18,5.08,2.5,26,5.81,2.16,21
+dreamboat,7.47,1.71,19,4.27,2.33,22,5.91,2.09,22,7.22,1.79,9,7.7,1.7,10,4.38,2.13,8,4.21,2.52,14,5.64,2.25,11,6.18,1.99,11,6.57,1.81,7,8.0,1.48,12,5.1,1.6,10,3.58,2.68,12,5.62,2.26,13,6.33,1.87,9,7.2,1.81,10,7.78,1.64,9,4.88,2.3,8,3.93,2.37,14,6.5,2.1,14,4.88,1.73,8
+dreamer,7.45,1.23,20,4.4,2.77,25,6.53,2.25,19,7.33,1.32,9,7.55,1.21,11,4.33,3.39,6,4.44,2.73,18,6.0,2.71,7,6.83,1.99,12,7.56,1.21,16,7.0,1.41,4,4.79,3.12,14,3.9,2.42,10,6.33,2.45,9,6.7,2.16,10,7.55,1.29,11,7.33,1.22,9,4.69,2.68,16,3.89,3.02,9,6.64,2.58,11,6.38,1.85,8
+dreamland,7.0,1.38,20,3.95,3.33,20,5.31,2.33,26,7.27,1.35,11,6.67,1.41,9,4.43,3.05,7,3.69,3.57,13,4.85,2.15,13,5.77,2.49,13,6.82,1.54,11,7.22,1.2,9,4.18,3.49,11,3.67,3.32,9,5.47,2.35,17,5.0,2.4,9,7.5,1.18,10,6.5,1.43,10,4.17,3.79,12,3.62,2.72,8,5.69,2.27,16,4.7,2.41,10
+dreamy,7.52,1.5,21,4.9,2.79,20,6.28,1.88,36,7.25,1.91,8,7.69,1.25,13,4.8,2.49,5,4.93,2.96,15,6.18,1.89,11,6.32,1.91,25,7.31,1.84,13,7.88,0.64,8,4.92,2.43,12,4.88,3.44,8,5.55,1.88,20,7.19,1.47,16,7.73,1.35,11,7.3,1.7,10,5.73,2.97,11,3.89,2.32,9,6.36,1.81,22,6.14,2.03,14
+dreary,3.55,1.95,22,3.54,2.13,41,4.28,2.39,54,3.38,1.69,8,3.64,2.13,14,3.8,2.37,15,3.38,2.02,26,4.0,2.36,32,4.62,2.48,21,3.64,1.43,11,3.45,2.42,11,3.33,2.29,15,3.65,2.08,26,4.81,2.5,31,3.45,2.06,22,3.1,1.6,10,3.92,2.19,12,3.95,2.29,21,3.1,1.92,20,4.65,2.58,26,3.93,2.19,28
+dredge,3.32,1.67,19,3.36,2.13,22,4.18,1.74,28,3.83,1.6,6,3.08,1.71,13,3.45,1.86,11,3.27,2.45,11,4.0,2.1,11,4.29,1.53,17,3.64,1.86,11,2.88,1.36,8,3.0,1.79,11,3.73,2.45,11,3.94,1.51,18,4.6,2.12,10,3.46,1.61,13,3.0,1.9,6,2.93,1.98,14,4.12,2.3,8,3.81,1.97,16,4.67,1.3,12
+dress,6.42,2.14,19,4.73,2.44,45,6.64,2.15,22,7.0,2.0,3,6.47,2.2,15,4.19,1.94,21,5.21,2.77,24,6.0,1.7,10,7.17,2.41,12,6.5,2.66,6,6.58,1.93,12,4.7,2.27,27,4.78,2.76,18,6.64,2.77,11,6.64,1.43,11,7.17,1.75,12,5.14,2.27,7,5.3,2.31,30,3.6,2.38,15,6.73,2.72,11,6.55,1.51,11
+dresser,5.28,0.96,18,2.58,1.64,19,4.96,1.99,25,5.6,0.89,5,5.15,0.99,13,3.18,1.83,11,1.75,0.89,8,4.88,2.0,16,5.11,2.09,9,5.57,1.13,7,5.09,0.83,11,1.88,0.99,8,3.09,1.87,11,5.15,2.03,20,4.2,1.79,5,5.33,1.12,9,5.22,0.83,9,2.6,1.84,10,2.56,1.51,9,4.58,2.01,19,6.17,1.47,6
+dressmaker,6.85,1.76,20,3.05,2.6,21,5.52,2.24,25,6.25,2.5,4,7.0,1.59,16,2.25,0.96,4,3.24,2.84,17,5.33,3.35,9,5.62,1.41,16,6.5,1.41,8,7.08,1.98,12,3.6,3.24,10,2.55,1.86,11,5.43,2.47,14,5.64,2.01,11,6.82,1.54,11,6.89,2.09,9,3.0,2.87,10,3.09,2.47,11,5.78,2.39,18,4.86,1.77,7
+dressy,5.82,1.71,22,4.15,2.48,20,7.55,1.44,22,5.5,1.95,14,6.38,1.06,8,3.5,3.06,10,4.78,1.72,9,6.5,1.97,6,7.94,1.0,16,5.4,2.32,10,6.17,0.94,12,3.73,2.65,11,4.67,2.29,9,7.15,1.63,13,8.11,0.93,9,6.0,1.76,12,5.6,1.71,10,3.69,2.72,13,5.0,1.83,7,7.75,1.06,12,7.3,1.83,10
+dribble,4.68,1.92,19,3.75,2.1,20,4.67,2.14,24,4.69,2.1,13,4.67,1.63,6,6.0,1.58,5,3.0,1.69,15,4.77,2.24,13,4.55,2.11,11,4.89,2.26,9,4.5,1.65,10,5.29,2.29,7,2.92,1.5,13,4.73,1.9,11,4.62,2.4,13,5.33,1.8,9,4.1,1.91,10,4.5,1.96,10,3.0,2.05,10,4.78,2.82,9,4.6,1.72,15
+drift,5.09,1.48,22,3.32,2.29,19,4.57,2.46,21,5.8,0.84,5,4.88,1.63,16,4.38,2.88,8,2.55,1.44,11,5.2,2.2,10,4.0,2.65,11,4.92,1.24,12,5.3,1.77,10,3.5,2.32,10,3.11,2.37,9,4.75,2.77,12,4.33,2.12,9,5.18,0.87,11,5.0,1.95,11,2.88,2.03,8,3.64,2.5,11,5.33,2.18,9,4.0,2.59,12
+drifter,4.95,1.67,20,4.32,2.46,22,5.48,2.41,27,5.86,2.34,7,4.46,0.97,13,4.7,2.58,10,4.0,2.41,12,5.47,2.56,15,5.45,2.42,11,5.18,1.6,11,4.67,1.8,9,3.89,2.2,9,4.62,2.66,13,5.82,2.43,17,4.78,2.49,9,5.31,1.84,13,4.29,1.11,7,4.38,2.66,16,4.17,2.04,6,5.08,2.64,12,5.8,2.24,15
+driftwood,5.53,1.02,19,3.1,2.19,21,4.96,2.57,23,5.67,1.15,3,5.5,1.03,16,3.25,2.25,8,3.0,2.24,13,4.22,2.49,9,5.43,2.59,14,5.44,0.88,9,5.6,1.17,10,3.0,2.0,9,3.17,2.41,12,5.2,2.76,15,4.5,2.27,8,6.0,0.82,7,5.25,1.06,12,3.2,1.93,10,3.0,2.49,11,5.46,3.04,13,4.3,1.7,10
+drill,4.73,2.1,22,5.11,2.13,19,5.48,2.04,21,6.4,2.07,5,4.31,1.92,16,6.38,1.51,8,4.18,2.09,11,6.0,2.05,10,5.0,2.0,11,4.42,1.98,12,5.1,2.28,10,5.5,2.01,10,4.67,2.29,9,5.17,2.17,12,5.89,1.9,9,5.27,1.95,11,4.18,2.18,11,4.5,2.27,8,5.55,2.02,11,6.11,2.26,9,5.0,1.81,12
+drink,6.67,1.83,21,5.19,2.56,21,5.87,2.2,15,6.0,2.76,6,7.07,1.27,14,3.57,2.44,7,6.0,2.29,14,5.43,2.64,7,6.25,1.83,8,6.85,2.15,13,6.57,1.13,7,5.89,2.47,9,4.67,2.61,12,5.75,2.87,8,6.0,1.29,7,6.23,2.17,13,7.38,0.74,8,5.33,3.27,6,5.13,2.36,15,6.12,2.8,8,5.57,1.4,7
+drinker,3.72,2.24,18,5.32,2.85,22,3.96,2.17,27,4.83,2.32,6,3.17,2.08,12,5.27,2.97,11,5.36,2.87,11,4.27,2.65,11,3.75,1.84,16,4.3,2.41,10,3.0,1.93,8,4.82,2.75,11,5.82,2.99,11,4.71,1.93,17,2.7,2.06,10,4.58,2.07,12,2.0,1.55,6,5.07,2.64,14,5.75,3.33,8,3.8,2.4,15,4.17,1.95,12
+drip,5.52,1.94,21,3.7,2.3,20,4.11,2.26,36,6.5,2.2,8,4.92,1.55,13,4.8,2.28,5,3.33,2.26,15,3.73,2.24,11,4.28,2.3,25,6.0,2.04,13,4.75,1.58,8,4.0,2.3,12,3.25,2.38,8,4.3,2.41,20,3.88,2.13,16,5.73,1.85,11,5.3,2.11,10,4.09,2.77,11,3.22,1.56,9,3.82,2.4,22,4.57,2.03,14
+drive,6.5,1.99,22,4.19,1.91,21,5.67,1.57,18,6.17,2.23,6,6.87,1.77,15,4.0,2.31,7,4.29,1.77,14,5.11,1.76,9,6.12,1.25,8,6.86,1.99,14,6.29,1.7,7,3.89,1.62,9,4.42,2.15,12,5.6,2.01,10,5.75,0.89,8,5.93,2.09,14,7.5,1.41,8,4.17,2.48,6,4.2,1.74,15,5.1,1.91,10,6.38,0.52,8
+drivel,4.29,1.95,21,4.65,1.9,20,4.4,2.21,20,4.83,1.17,6,4.07,2.19,15,4.62,2.39,8,4.67,1.61,12,4.2,2.25,10,4.6,2.27,10,4.33,1.97,6,4.27,2.02,15,4.8,2.2,10,4.5,1.65,10,4.62,2.57,13,4.0,1.41,7,4.86,1.86,7,4.0,2.0,14,4.43,1.95,14,5.17,1.83,6,4.0,1.84,11,4.89,2.62,9
+driver,6.39,1.72,18,3.15,2.41,20,5.56,2.53,18,5.88,1.55,8,6.8,1.81,10,2.86,2.12,7,3.31,2.63,13,5.55,2.11,11,5.57,3.26,7,5.91,1.51,11,7.14,1.86,7,2.0,1.66,9,4.09,2.59,11,6.36,2.38,11,4.29,2.36,7,6.0,1.65,12,7.17,1.72,6,2.25,1.82,12,4.5,2.67,8,5.78,2.59,9,5.33,2.6,9
+driveway,4.57,1.21,21,3.38,2.29,21,6.24,1.92,25,5.08,0.51,12,3.89,1.54,9,4.0,3.27,7,3.07,1.69,14,6.5,2.46,10,6.07,1.53,15,3.75,1.5,4,4.76,1.09,17,4.2,2.57,10,2.64,1.8,11,6.14,2.04,7,6.28,1.93,18,4.5,1.51,12,4.67,0.71,9,3.54,2.07,13,3.12,2.75,8,6.0,1.94,9,6.38,1.96,16
+drizzle,5.18,1.65,22,4.23,2.39,22,4.68,2.26,19,5.2,1.87,10,5.17,1.53,12,4.4,2.41,5,4.31,2.47,16,5.33,2.66,6,4.38,2.1,13,5.29,1.27,14,5.0,2.27,8,3.92,2.5,12,4.89,2.26,9,4.33,1.5,9,5.0,2.83,10,5.83,1.59,12,4.4,1.43,10,4.33,2.67,12,4.1,2.13,10,5.17,2.86,6,4.46,2.03,13
+droll,5.09,1.83,23,3.41,1.94,22,5.25,2.1,20,5.62,1.92,8,4.8,1.78,15,3.8,2.04,10,3.08,1.88,12,6.86,2.12,7,4.38,1.56,13,5.17,2.08,12,5.0,1.61,11,3.18,1.78,11,3.64,2.16,11,5.47,2.33,15,4.6,1.14,5,4.18,1.94,11,5.92,1.31,12,3.9,1.66,10,3.0,2.13,12,4.5,1.58,10,6.0,2.36,10
+drone,3.5,1.9,22,4.3,2.29,23,4.89,1.85,19,4.62,2.0,8,3.0,1.53,13,4.75,1.67,8,4.0,2.66,14,4.86,1.77,7,4.73,1.95,11,3.38,2.07,8,3.77,1.79,13,4.78,2.22,9,4.0,2.35,14,5.29,2.14,7,4.67,1.72,12,3.82,1.99,11,3.18,1.83,11,3.33,2.69,9,4.93,1.82,14,4.56,1.59,16,6.67,2.52,3
+drool,3.28,1.81,18,2.7,1.84,20,4.35,2.58,20,4.0,1.0,3,3.21,1.97,14,2.2,1.32,10,3.2,2.2,10,5.6,2.12,10,3.1,2.47,10,3.83,2.79,6,3.09,1.14,11,1.86,0.9,7,3.15,2.08,13,3.75,2.38,8,4.75,2.73,12,2.64,1.12,11,4.29,2.29,7,3.0,2.11,10,2.4,1.58,10,3.44,2.3,9,5.09,2.66,11
+droopy,4.0,1.84,20,3.18,1.79,22,4.42,1.98,19,3.89,1.83,9,4.09,1.92,11,2.4,1.67,5,3.56,1.75,16,4.5,2.51,6,4.38,1.8,13,4.36,1.69,14,3.17,2.04,6,3.0,1.48,12,3.67,2.12,9,4.11,0.78,9,4.7,2.67,10,4.5,1.78,10,3.5,1.84,10,2.75,1.66,12,3.7,1.89,10,4.33,2.5,6,4.46,1.81,13
+drop,4.23,1.57,22,4.67,2.35,21,4.82,2.94,17,4.5,1.97,6,4.13,1.51,15,4.29,2.69,7,4.86,2.25,14,5.0,3.0,9,4.62,3.07,8,4.5,1.83,14,3.71,0.95,7,4.67,2.92,9,4.67,1.97,12,5.56,3.17,9,4.0,2.62,8,4.21,1.58,14,4.25,1.67,8,5.0,3.29,6,4.53,2.0,15,5.33,3.35,9,4.25,2.49,8
+dropout,3.33,2.06,21,4.7,2.39,20,3.95,2.46,20,3.83,2.23,6,3.13,2.03,15,5.25,2.43,8,4.33,2.39,12,3.5,2.27,10,4.4,2.67,10,3.17,2.14,6,3.4,2.1,15,5.4,2.55,10,4.0,2.11,10,3.46,2.47,13,4.86,2.34,7,3.14,2.19,7,3.43,2.06,14,5.07,2.62,14,3.83,1.6,6,3.83,2.72,12,4.12,2.17,8
+dropper,5.05,2.12,19,3.45,2.42,22,4.46,1.77,28,5.33,2.25,6,4.92,2.14,13,3.09,2.39,11,3.82,2.52,11,4.45,2.42,11,4.47,1.28,17,5.36,1.96,11,4.62,2.39,8,3.64,2.62,11,3.27,2.33,11,4.39,1.85,18,4.6,1.71,10,4.54,2.11,13,6.17,1.83,6,3.71,2.64,14,3.0,2.07,8,4.56,2.1,16,4.33,1.3,12
+drought,2.79,1.75,19,3.55,2.15,22,2.95,1.62,22,3.56,1.88,9,2.1,1.37,10,4.0,2.07,8,3.29,2.23,14,2.82,1.6,11,3.09,1.7,11,4.71,0.95,7,1.67,0.89,12,3.7,1.89,10,3.42,2.43,12,3.08,1.89,13,2.78,1.2,9,2.7,1.49,10,2.89,2.09,9,4.0,2.93,8,3.29,1.64,14,3.0,1.71,14,2.88,1.55,8
+drown,2.33,1.53,40,5.35,2.69,43,2.65,1.87,20,2.79,2.08,14,2.08,1.12,25,4.75,2.79,20,5.87,2.55,23,4.0,2.19,6,2.07,1.44,14,3.0,1.9,16,1.87,1.06,23,4.68,2.89,19,5.88,2.46,24,3.0,2.0,10,2.3,1.77,10,2.33,1.69,24,2.31,1.3,16,5.07,2.73,27,5.81,2.64,16,2.25,2.19,8,2.92,1.68,12
+drowsy,4.25,2.1,20,2.83,1.87,23,3.47,2.01,19,3.25,2.63,4,4.5,1.97,16,3.25,2.05,12,2.36,1.63,11,3.27,1.85,11,3.14,1.68,7,3.92,2.43,12,4.75,1.49,8,3.06,1.95,16,2.29,1.7,7,3.91,1.58,11,2.88,2.47,8,4.38,1.98,13,4.0,2.45,7,2.68,1.97,19,3.5,1.29,4,3.43,1.83,14,3.6,2.7,5
+drug,4.11,1.84,18,4.48,2.52,21,3.67,2.2,18,4.12,1.81,8,4.1,1.97,10,6.14,2.41,7,3.64,2.21,14,3.55,1.86,11,3.86,2.79,7,3.73,1.79,11,4.71,1.89,7,4.22,3.03,9,4.67,2.19,12,2.73,1.56,11,5.14,2.34,7,4.0,1.95,12,4.33,1.75,6,3.83,2.48,12,5.33,2.45,9,3.56,2.01,9,3.78,2.49,9
+drug dealing,2.81,1.72,21,4.7,2.87,23,3.71,2.37,21,3.2,2.39,5,2.69,1.54,16,5.75,2.6,12,3.55,2.81,11,4.45,2.66,11,2.78,1.86,9,2.42,1.38,12,3.33,2.06,9,5.12,2.8,16,3.71,2.98,7,3.64,1.63,11,3.8,3.08,10,2.69,1.89,13,3.0,1.51,8,4.58,3.15,19,5.25,0.5,4,3.71,2.3,14,3.71,2.69,7
+druggist,3.89,1.45,18,4.0,2.34,20,3.88,1.62,25,4.2,1.64,5,3.77,1.42,13,4.64,2.58,11,3.22,1.86,9,3.81,1.33,16,4.0,2.12,9,3.43,0.98,7,4.18,1.66,11,3.11,2.57,9,4.73,1.95,11,3.9,1.71,20,3.8,1.3,5,3.78,1.09,9,4.0,1.8,9,4.0,2.14,11,4.0,2.69,9,4.11,1.52,19,3.17,1.83,6
+drugs,3.86,2.23,22,5.78,2.66,23,4.32,2.6,19,4.75,2.31,8,2.92,1.38,13,6.62,2.62,8,5.36,2.76,14,4.86,2.67,7,4.0,2.76,11,3.25,2.66,8,3.85,1.46,13,6.22,2.33,9,5.5,2.9,14,4.14,2.73,7,4.42,2.64,12,3.64,2.5,11,4.09,2.02,11,6.0,3.24,9,5.64,2.34,14,4.69,2.63,16,2.33,1.53,3
+drugstore,4.74,2.21,19,4.05,2.66,22,5.07,1.86,27,4.0,2.1,6,5.08,2.25,13,3.0,2.28,11,5.09,2.7,11,5.36,2.5,11,4.88,1.31,16,5.27,2.33,11,4.0,1.93,8,3.73,2.49,11,4.36,2.91,11,5.06,2.01,18,5.11,1.62,9,4.92,1.85,13,4.33,3.01,6,4.21,2.69,14,3.75,2.76,8,4.75,2.11,16,5.55,1.37,11
+drum,6.05,1.43,19,4.67,2.54,21,5.65,2.32,20,4.67,1.53,3,6.31,1.3,16,4.17,2.93,6,4.87,2.45,15,6.33,1.97,6,5.36,2.47,14,6.2,1.23,10,5.89,1.69,9,3.71,1.98,7,5.14,2.71,14,5.4,2.32,10,5.9,2.42,10,5.62,2.0,8,6.36,0.81,11,5.11,2.89,9,4.33,2.31,12,5.12,2.9,8,6.0,1.91,12
+drummer,6.53,1.35,19,4.5,2.19,20,5.92,2.0,24,6.77,1.42,13,6.0,1.1,6,5.4,2.7,5,4.2,2.01,15,6.08,1.61,13,5.73,2.45,11,6.44,1.59,9,6.6,1.17,10,5.29,2.75,7,4.08,1.8,13,5.55,2.5,11,6.23,1.48,13,6.33,1.22,9,6.7,1.49,10,4.9,2.02,10,4.1,2.38,10,6.22,1.79,9,5.73,2.15,15
+drunk,4.06,2.07,18,5.05,2.87,20,2.94,2.04,18,4.62,1.51,8,3.6,2.41,10,4.43,2.76,7,5.38,2.99,13,3.45,2.25,11,2.14,1.46,7,4.55,1.92,11,3.29,2.21,7,5.56,2.96,9,4.64,2.87,11,2.73,2.28,11,3.29,1.7,7,3.67,1.78,12,4.83,2.56,6,5.33,2.96,12,4.62,2.88,8,2.22,1.56,9,3.67,2.29,9
+drunk driving,1.58,1.02,19,5.73,2.55,22,3.36,2.5,22,1.78,1.3,9,1.4,0.7,10,5.12,2.85,8,6.07,2.4,14,2.82,2.48,11,3.91,2.51,11,2.29,1.38,7,1.17,0.39,12,4.3,1.7,10,6.92,2.57,12,3.62,2.43,13,3.0,2.69,9,1.9,1.29,10,1.22,0.44,9,5.0,2.98,8,6.14,2.28,14,3.29,2.76,14,3.5,2.14,8
+drunkard,3.28,2.35,18,4.45,2.21,20,3.21,2.4,24,3.42,2.54,12,3.0,2.1,6,3.8,2.59,5,4.67,2.13,15,3.23,1.92,13,3.18,2.96,11,3.78,2.77,9,2.78,1.86,9,4.29,2.93,7,4.54,1.85,13,4.27,2.57,11,2.31,1.89,13,3.67,2.45,9,2.89,2.32,9,3.7,2.21,10,5.2,2.04,10,3.67,2.6,9,2.93,2.31,15
+drunken,3.0,2.11,19,4.36,2.38,22,4.05,2.12,19,3.89,1.69,9,2.2,2.2,10,4.14,2.54,7,4.57,2.44,14,4.3,2.0,10,3.78,2.33,9,3.67,2.69,9,2.4,1.26,10,5.1,2.6,10,3.82,2.18,11,4.38,1.85,8,4.0,2.4,10,3.0,2.22,12,3.0,2.08,7,4.37,2.36,19,4.33,3.06,3,3.75,1.67,8,4.27,2.45,11
+drunkenness,3.42,2.41,19,6.05,2.16,21,3.97,2.67,34,4.6,1.9,10,2.11,2.32,9,5.88,1.96,8,6.15,2.34,13,4.43,2.47,14,3.65,2.81,20,4.88,2.17,8,2.36,2.06,11,6.0,2.42,13,6.12,1.81,8,4.09,2.72,22,3.75,2.67,12,3.44,2.46,9,3.4,2.5,10,6.14,2.18,14,5.86,2.27,7,4.47,2.55,17,3.47,2.76,17
+dry,4.86,1.75,22,3.8,2.14,20,6.21,2.78,19,5.08,2.06,13,4.56,1.24,9,4.86,2.34,7,3.23,1.88,13,6.29,2.21,7,6.17,3.16,12,4.58,1.93,12,5.2,1.55,10,4.56,2.3,9,3.18,1.89,11,6.3,2.5,10,6.11,3.22,9,4.75,1.76,12,5.0,1.83,10,4.57,1.99,7,3.38,2.18,13,7.43,1.99,7,5.5,3.0,12
+dryer,5.21,2.18,19,2.43,1.43,21,4.57,1.97,23,5.55,2.02,11,5.14,2.34,7,3.38,1.3,8,1.85,1.21,13,3.71,2.14,7,4.94,1.84,16,5.12,2.1,8,5.27,2.33,11,2.0,1.41,9,2.75,1.42,12,4.18,1.33,11,4.92,2.43,12,5.25,2.53,12,5.14,1.57,7,2.5,1.84,10,2.36,1.03,11,4.54,2.33,13,4.6,1.51,10
+dual,5.14,1.49,22,4.39,2.78,23,5.21,1.72,19,5.75,1.49,8,4.54,1.13,13,5.5,2.62,8,3.93,2.81,14,4.43,1.13,7,5.64,1.96,11,4.88,2.03,8,5.08,0.86,13,4.44,2.65,9,4.36,2.95,14,4.0,1.29,7,5.92,1.56,12,5.0,1.73,11,5.27,1.27,11,3.11,2.2,9,5.21,2.86,14,5.0,1.75,16,6.33,1.15,3
+dub,5.35,2.13,20,4.58,2.57,19,5.36,2.0,36,4.43,2.7,7,5.85,1.68,13,6.0,2.24,5,4.07,2.56,14,5.36,1.63,11,5.36,2.18,25,5.33,2.74,12,5.38,0.74,8,5.0,2.76,11,4.0,2.33,8,5.4,2.06,20,5.31,1.99,16,4.64,2.42,11,6.22,1.39,9,5.4,2.46,10,3.67,2.5,9,5.05,2.08,22,5.86,1.83,14
+dubious,3.47,1.5,19,4.33,1.8,21,5.17,2.01,23,2.33,1.15,3,3.69,1.49,16,4.75,1.67,8,4.08,1.89,13,5.56,2.35,9,4.93,1.82,14,2.89,1.69,9,4.0,1.15,10,4.89,1.17,9,3.92,2.11,12,5.53,2.39,15,4.5,0.76,8,3.14,1.35,7,3.67,1.61,12,5.0,1.15,10,3.73,2.1,11,5.77,2.39,13,4.4,1.07,10
+duchess,6.15,1.39,20,3.92,2.75,24,4.45,2.21,20,6.0,1.51,8,6.25,1.36,12,5.33,2.42,6,3.44,2.75,18,4.64,2.16,11,4.22,2.39,9,6.18,1.4,11,6.11,1.45,9,5.6,2.76,10,2.71,2.09,14,4.62,2.43,13,4.14,1.86,7,6.29,1.2,14,5.83,1.83,6,4.75,2.52,16,2.25,2.55,8,4.58,2.5,12,4.25,1.83,8
+duck,6.11,1.2,19,4.0,1.84,21,5.3,2.08,23,5.33,0.58,3,6.25,1.24,16,4.62,1.41,8,3.62,2.02,13,5.89,1.96,9,4.93,2.13,14,6.56,1.13,9,5.7,1.16,10,4.11,1.62,9,3.92,2.07,12,5.93,2.15,15,4.12,1.36,8,6.43,0.98,7,5.92,1.31,12,4.2,1.75,10,3.82,1.99,11,5.62,2.53,13,4.9,1.29,10
+duckling,7.18,1.18,22,3.92,2.37,26,5.83,2.01,24,7.22,1.2,9,7.15,1.21,13,2.6,1.78,10,4.75,2.35,16,5.89,1.54,9,5.8,2.31,15,7.38,0.92,8,7.07,1.33,14,3.77,2.55,13,4.08,2.25,13,5.67,2.27,12,6.0,1.81,12,7.42,1.44,12,6.9,0.74,10,3.47,2.36,15,4.55,2.34,11,6.15,2.08,13,5.45,1.97,11
+ducky,6.6,1.31,20,3.81,2.6,21,5.6,2.35,25,7.0,1.0,3,6.53,1.37,17,3.29,2.75,7,4.31,2.53,13,6.0,1.93,8,5.41,2.55,17,6.57,1.27,7,6.62,1.39,13,2.86,2.04,7,4.54,2.73,13,5.5,2.21,14,5.73,2.61,11,6.33,1.32,9,6.82,1.33,11,3.64,2.73,11,4.0,2.58,10,5.44,2.62,18,6.0,1.53,7
+duct,4.24,1.55,21,2.8,2.06,25,4.63,2.43,19,4.33,1.87,9,4.17,1.34,12,2.67,1.97,6,2.89,2.19,18,3.71,2.36,7,5.17,2.41,12,4.25,1.57,16,4.2,1.64,5,2.5,2.21,14,3.3,1.95,10,5.22,2.59,9,4.1,2.28,10,4.25,1.82,12,4.22,1.2,9,3.31,2.12,16,1.89,1.69,9,3.91,2.63,11,5.62,1.85,8
+dud,3.74,1.19,19,3.33,2.06,18,4.24,2.51,17,3.82,1.08,11,3.62,1.41,8,4.25,3.3,4,3.07,1.64,14,4.0,3.02,8,4.44,2.13,9,3.75,1.04,8,3.73,1.35,11,2.71,1.7,7,3.73,2.24,11,4.33,3.39,6,4.18,2.09,11,3.85,0.99,13,3.5,1.64,6,2.82,1.72,11,4.14,2.41,7,3.57,1.27,7,4.7,3.09,10
+dude,5.91,1.85,22,3.81,2.14,21,5.59,1.94,17,7.0,1.67,6,5.47,1.85,15,3.0,2.24,7,4.21,2.04,14,5.44,1.81,9,5.75,2.19,8,5.93,2.06,14,5.86,1.68,7,3.11,1.76,9,4.33,2.31,12,6.11,2.37,9,5.0,1.2,8,6.0,1.96,14,5.75,1.75,8,3.5,2.35,6,3.93,2.12,15,5.78,2.59,9,5.38,0.92,8
+due,4.94,2.15,18,4.38,3.01,21,3.72,2.11,18,4.0,1.69,8,5.7,2.26,10,3.57,3.21,7,4.79,2.94,14,3.82,2.4,11,3.57,1.72,7,4.91,2.3,11,5.0,2.08,7,3.78,3.11,9,4.83,2.98,12,3.73,2.45,11,3.71,1.6,7,4.33,2.06,12,6.17,1.94,6,3.58,2.54,12,5.44,3.4,9,3.44,2.6,9,4.0,1.58,9
+duel,5.05,1.54,20,5.55,2.61,20,4.82,2.4,22,4.71,1.38,7,5.23,1.64,13,6.78,2.17,9,4.55,2.58,11,5.67,3.33,6,4.5,2.0,16,5.5,1.58,10,4.33,1.22,9,6.5,2.67,8,4.92,2.47,12,5.47,2.36,15,3.43,1.99,7,5.82,1.6,11,4.11,0.78,9,6.08,2.97,12,4.75,1.83,8,5.82,2.4,11,3.82,2.04,11
+duet,6.11,1.45,19,3.79,2.3,24,5.71,2.16,28,5.5,0.53,8,6.55,1.75,11,3.11,2.32,9,4.2,2.27,15,5.64,2.37,14,5.79,2.01,14,6.67,1.41,9,5.6,1.35,10,4.25,2.7,12,3.33,1.83,12,5.43,2.44,14,6.0,1.88,14,6.4,1.51,10,5.78,1.39,9,4.58,2.47,12,3.0,1.91,12,5.33,1.92,12,6.0,2.34,16
+duffel,4.9,0.94,21,3.5,1.96,26,5.83,2.3,24,5.0,1.41,9,4.83,0.39,12,2.7,1.77,10,4.0,1.97,16,5.67,2.24,9,5.93,2.4,15,4.43,0.98,7,5.14,0.86,14,3.77,2.01,13,3.23,1.96,13,5.08,2.57,12,6.58,1.78,12,4.82,0.4,11,5.0,1.33,10,2.8,1.86,15,4.45,1.75,11,6.08,2.43,13,5.55,2.21,11
+dugout,4.55,1.85,20,4.08,1.55,25,4.95,2.46,22,4.14,2.19,7,4.77,1.69,13,4.0,1.58,13,4.17,1.59,12,4.77,2.77,13,5.22,2.05,9,4.57,2.37,7,4.67,1.61,12,4.86,1.29,14,3.09,1.3,11,5.58,2.39,12,4.2,2.44,10,3.56,1.81,9,5.36,1.5,11,3.76,1.44,17,4.75,1.67,8,4.5,2.76,10,5.33,2.23,12
+duh,4.5,2.28,20,3.9,2.47,20,4.85,1.76,26,3.27,1.42,11,6.0,2.29,9,3.29,2.06,7,4.23,2.68,13,5.62,1.45,13,4.08,1.75,13,4.73,2.72,11,4.22,1.72,9,3.64,2.77,11,4.22,2.17,9,5.24,1.3,17,4.11,2.32,9,5.2,2.62,10,3.8,1.75,10,4.0,2.8,12,3.75,2.05,8,4.94,1.18,16,4.7,2.5,10
+duke,4.8,1.61,20,4.21,2.04,24,5.41,2.48,22,5.0,0.0,8,4.67,2.1,12,4.54,2.6,13,3.82,1.08,11,5.85,2.3,13,4.78,2.73,9,5.71,1.25,7,4.58,1.31,12,4.64,1.74,14,3.6,2.37,10,5.67,2.57,12,5.1,2.47,10,4.33,1.73,9,5.18,1.47,11,4.0,2.35,17,4.71,0.95,7,6.1,3.0,10,4.83,1.9,12
+dull,3.4,0.94,20,1.67,1.03,18,4.71,2.51,24,3.2,0.45,5,3.47,1.06,15,1.8,1.3,5,1.62,0.96,13,4.46,2.57,13,5.0,2.53,11,3.6,0.97,10,3.2,0.92,10,1.71,0.76,7,1.64,1.21,11,4.94,2.29,16,4.25,3.01,8,3.14,0.95,14,4.0,0.63,6,1.67,0.98,12,1.67,1.21,6,4.53,2.72,15,5.0,2.24,9
+dullard,4.68,1.29,22,3.58,2.55,26,4.65,2.04,23,5.22,1.3,9,4.31,1.18,13,2.2,1.62,10,4.44,2.68,16,4.78,1.3,9,4.57,2.44,14,5.0,1.77,8,4.5,0.94,14,3.92,2.47,13,3.23,2.68,13,4.42,1.78,12,4.91,2.34,11,4.42,1.16,12,5.0,1.41,10,2.4,2.03,15,5.18,2.36,11,4.46,2.07,13,4.9,2.08,10
+dumb,2.44,1.54,18,5.3,2.75,20,4.39,1.79,18,2.62,1.51,8,2.3,1.64,10,5.29,2.69,7,5.31,2.9,13,4.27,1.56,11,4.57,2.23,7,3.0,1.67,11,1.57,0.79,7,4.56,2.7,9,5.91,2.77,11,4.64,2.11,11,4.0,1.15,7,2.5,1.38,12,2.33,1.97,6,4.08,2.78,12,7.12,1.46,8,5.22,2.11,9,3.56,0.88,9
+dumbbell,4.71,2.12,21,3.54,2.62,24,4.95,2.39,19,5.5,2.0,8,4.23,2.13,13,5.17,2.86,6,3.0,2.38,18,4.45,2.34,11,5.62,2.45,8,5.17,2.37,12,4.11,1.69,9,4.5,2.92,10,2.86,2.25,14,4.85,2.54,13,5.17,2.23,6,4.64,2.02,14,4.86,2.48,7,3.75,2.82,16,3.12,2.3,8,4.55,2.42,11,5.5,2.39,8
+dummy,3.66,1.7,38,3.79,2.15,38,3.71,2.01,24,4.17,1.76,24,2.79,1.19,14,4.22,2.33,9,3.66,2.11,29,4.25,2.43,8,3.44,1.79,16,4.12,1.69,17,3.29,1.65,21,3.21,1.93,14,4.12,2.23,24,3.88,2.2,17,3.33,1.63,6,4.05,1.76,22,3.12,1.5,16,3.57,1.8,21,4.06,2.54,17,4.06,2.21,16,3.0,1.41,8
+dump,3.73,1.82,41,3.67,2.06,21,4.5,2.32,22,3.78,1.44,18,3.7,2.1,23,4.86,2.48,7,3.08,1.66,13,4.73,2.45,11,4.27,2.28,11,3.75,2.0,20,3.7,1.72,20,4.0,2.24,7,3.54,2.11,13,4.23,2.39,13,4.89,2.32,9,4.0,2.13,24,3.35,1.22,17,3.55,1.81,11,3.8,2.39,10,4.36,2.34,14,4.75,2.43,8
+dumpling,6.48,1.75,21,2.5,1.71,22,5.04,1.99,27,6.4,1.35,10,6.55,2.11,11,2.14,1.68,7,2.67,1.76,15,4.76,2.28,17,5.5,1.35,10,6.36,2.25,11,6.6,1.07,10,2.4,2.07,5,2.53,1.66,17,5.29,2.37,14,4.77,1.54,13,6.31,2.18,13,6.75,0.71,8,1.8,1.32,10,3.08,1.83,12,5.43,2.14,14,4.62,1.8,13
+dumpster,3.48,1.4,21,4.0,2.14,21,4.44,2.45,25,3.75,1.22,12,3.11,1.62,9,4.14,2.27,7,3.93,2.16,14,4.2,2.74,10,4.6,2.32,15,3.0,0.82,4,3.59,1.5,17,3.8,2.35,10,4.18,2.04,11,3.57,2.57,7,4.78,2.39,18,3.58,1.38,12,3.33,1.5,9,4.38,2.33,13,3.38,1.77,8,3.11,1.27,9,5.19,2.66,16
+dunce,3.24,1.79,21,4.95,1.91,21,4.72,2.62,25,3.33,2.23,12,3.11,1.05,9,5.57,1.72,7,4.64,1.98,14,4.5,2.27,10,4.87,2.9,15,3.5,0.58,4,3.18,1.98,17,4.5,2.07,10,5.36,1.75,11,4.29,3.2,7,4.89,2.45,18,2.83,1.34,12,3.78,2.22,9,5.38,1.85,13,4.25,1.91,8,2.67,1.87,9,5.88,2.28,16
+dune,5.35,1.95,20,2.76,1.87,21,5.15,2.18,27,5.33,2.18,9,5.36,1.86,11,2.43,1.81,7,2.93,1.94,14,5.12,2.62,17,5.2,1.23,10,5.18,1.83,11,5.56,2.19,9,1.8,1.79,5,3.06,1.84,16,5.0,2.63,14,5.31,1.65,13,4.58,1.68,12,6.5,1.85,8,2.4,2.17,10,3.09,1.58,11,5.86,2.14,14,4.38,2.02,13
+dung,3.86,1.64,22,3.45,2.32,22,4.65,2.06,20,3.62,1.06,8,4.0,1.92,14,3.6,2.67,10,3.33,2.1,12,5.29,2.36,7,4.31,1.89,13,3.64,1.96,11,4.09,1.3,11,2.91,2.07,11,4.0,2.53,11,4.8,2.27,15,4.2,1.3,5,3.6,1.71,10,4.08,1.62,12,3.5,2.12,10,3.42,2.57,12,4.7,2.06,10,4.6,2.17,10
+dungeon,3.52,2.2,21,5.13,2.47,23,3.68,2.51,25,3.64,2.69,11,3.4,1.65,10,5.64,2.16,11,4.67,2.74,12,4.55,2.62,11,2.85,2.3,13,4.1,2.18,10,3.0,2.19,11,5.45,2.3,11,4.83,2.69,12,4.0,2.42,17,2.71,2.81,7,3.31,2.25,13,3.88,2.23,8,5.6,2.35,15,4.25,2.6,8,3.94,2.82,17,3.12,1.73,8
+dunk,4.67,2.24,21,3.6,2.37,20,5.18,2.86,22,5.5,2.88,6,4.33,1.95,15,3.25,2.38,8,3.83,2.44,12,5.08,3.18,12,5.3,2.58,10,4.89,2.89,9,4.5,1.73,12,4.0,2.24,9,3.27,2.53,11,5.43,2.94,7,5.07,2.91,15,5.8,2.66,10,3.64,1.12,11,3.85,2.34,13,3.14,2.54,7,4.83,3.04,12,5.6,2.72,10
+duo,6.45,1.1,22,3.75,2.27,20,5.75,1.67,24,6.6,1.18,15,6.14,0.9,7,5.0,2.55,5,3.33,2.09,15,6.0,1.47,13,5.45,1.92,11,6.5,1.43,10,6.42,0.79,12,5.29,2.43,7,2.92,1.75,13,5.27,1.9,11,6.15,1.41,13,6.18,0.87,11,6.73,1.27,11,3.1,1.97,10,4.4,2.46,10,6.11,1.69,9,5.53,1.68,15
+dupe,4.0,2.07,21,3.73,2.0,22,3.86,1.78,22,4.11,2.26,9,3.92,2.02,12,3.33,2.16,6,3.93,2.05,15,3.83,2.14,6,3.88,1.71,16,4.44,2.35,9,3.67,1.87,12,4.0,2.45,5,3.65,1.93,17,4.45,1.86,11,3.27,1.56,11,3.92,2.54,12,4.11,1.36,9,3.56,1.94,9,3.85,2.12,13,4.0,1.81,12,3.7,1.83,10
+duplex,5.67,1.15,21,3.09,2.23,23,4.8,1.94,20,5.88,1.13,8,5.54,1.2,13,4.5,1.38,6,2.59,2.29,17,5.45,1.75,11,4.0,1.94,9,5.67,1.23,12,5.67,1.12,9,3.5,2.64,10,2.77,1.92,13,5.08,2.1,13,4.29,1.6,7,5.57,1.16,14,5.86,1.21,7,4.0,2.24,15,1.38,0.74,8,5.25,2.05,12,4.12,1.64,8
+duplicate,4.7,1.53,20,4.5,2.33,20,5.5,1.61,26,4.91,1.51,11,4.44,1.59,9,4.71,2.29,7,4.38,2.43,13,5.0,1.29,13,6.0,1.78,13,4.82,1.6,11,4.56,1.51,9,4.18,2.04,11,4.89,2.71,9,5.41,1.7,17,5.67,1.5,9,4.6,1.51,10,4.8,1.62,10,4.33,2.57,12,4.75,2.05,8,5.06,1.65,16,6.2,1.32,10
+duration,5.43,2.13,21,3.3,1.4,23,4.81,2.02,21,5.8,2.77,5,5.31,1.99,16,3.33,1.07,12,3.27,1.74,11,4.73,2.0,11,4.44,1.67,9,5.58,2.5,12,5.22,1.64,9,3.5,1.21,16,2.86,1.77,7,5.0,1.48,11,4.6,2.55,10,5.77,2.09,13,4.88,2.23,8,3.26,1.33,19,3.5,1.91,4,4.36,1.98,14,5.71,1.89,7
+duress,2.82,1.37,22,4.45,2.22,22,3.17,1.55,24,2.75,1.58,8,2.86,1.29,14,4.67,2.02,12,4.2,2.53,10,3.38,1.69,8,3.06,1.53,16,3.18,1.54,11,2.45,1.13,11,5.0,2.0,9,4.08,2.36,13,3.29,1.57,17,2.67,1.63,6,2.8,1.32,10,2.83,1.47,12,4.33,2.5,9,4.54,2.11,13,3.25,1.61,16,3.0,1.51,8
+dusk,5.63,2.09,19,3.52,2.2,21,5.27,2.23,22,5.0,1.87,9,6.2,2.2,10,3.57,2.15,7,3.5,2.31,14,5.45,2.25,11,5.09,2.3,11,4.43,1.27,7,6.33,2.19,12,4.44,2.3,9,2.83,1.95,12,5.46,2.07,13,5.0,2.55,9,5.5,1.96,10,5.78,2.33,9,3.14,2.27,7,3.71,2.23,14,5.57,2.59,14,4.75,1.39,8
+dusky,4.95,1.84,19,4.55,2.28,22,4.58,1.68,19,4.67,1.66,9,5.2,2.04,10,3.71,2.43,7,5.0,2.25,14,4.8,1.81,10,4.33,1.58,9,5.33,2.29,9,4.6,1.35,10,5.2,2.7,10,4.0,1.9,11,4.12,1.13,8,4.9,2.08,10,5.33,1.97,12,4.29,1.5,7,4.58,2.43,19,4.33,1.15,3,4.5,1.07,8,4.64,2.06,11
+dust,3.72,1.45,18,3.45,2.19,20,4.56,2.0,25,4.2,1.48,5,3.54,1.45,13,3.82,2.23,11,3.0,2.18,9,4.38,2.19,16,4.89,1.69,9,4.14,1.77,7,3.45,1.21,11,2.33,1.87,9,4.36,2.06,11,4.65,2.08,20,4.2,1.79,5,4.0,1.5,9,3.44,1.42,9,2.64,1.8,11,4.44,2.3,9,4.63,2.01,19,4.33,2.16,6
+duster,5.26,1.52,19,2.85,1.76,20,5.75,2.05,20,4.67,0.58,3,5.4,1.68,15,2.8,1.69,10,2.9,1.91,10,6.5,1.51,10,5.0,2.31,10,5.17,2.23,6,5.33,1.23,12,2.57,1.27,7,3.0,2.0,13,5.12,2.03,8,6.17,2.04,12,5.33,1.15,12,5.14,2.12,7,3.0,1.7,10,2.7,1.89,10,5.11,1.83,9,6.27,2.15,11
+dustpan,4.67,1.75,18,2.86,1.74,21,5.36,2.26,22,4.67,0.58,3,4.86,1.83,14,3.75,1.75,8,2.31,1.55,13,5.36,2.11,11,5.36,2.5,11,5.5,1.97,6,4.45,1.44,11,3.11,1.69,9,2.67,1.83,12,5.46,2.47,13,5.22,2.05,9,4.55,1.69,11,4.86,1.95,7,3.0,1.41,10,2.73,2.05,11,5.21,2.33,14,5.62,2.26,8
+dusty,3.95,1.51,19,4.1,2.32,21,4.7,2.38,23,3.0,2.0,3,4.12,1.41,16,4.75,2.31,8,3.69,2.32,13,5.33,2.45,9,4.29,2.33,14,4.0,1.41,9,3.9,1.66,10,3.44,1.67,9,4.58,2.68,12,5.2,2.43,15,3.75,2.12,8,3.86,1.35,7,4.0,1.65,12,4.2,1.99,10,4.0,2.68,11,4.46,2.93,13,5.0,1.49,10
+duty,5.33,2.06,18,3.71,2.55,21,4.0,2.47,18,4.62,1.41,8,5.9,2.38,10,4.43,2.44,7,3.36,2.62,14,4.18,2.04,11,3.71,3.2,7,4.82,1.4,11,6.14,2.73,7,3.11,2.52,9,4.17,2.59,12,3.45,2.25,11,4.86,2.73,7,5.08,1.88,12,5.83,2.48,6,2.5,1.51,12,5.33,2.83,9,4.67,2.96,9,3.33,1.8,9
+dwarf,4.71,1.42,21,3.43,2.0,23,3.84,1.43,25,4.82,1.78,11,4.6,0.97,10,3.27,2.2,11,3.58,1.88,12,3.73,1.42,11,3.85,1.52,13,4.7,1.42,10,4.73,1.49,11,3.18,2.14,11,3.67,1.92,12,3.94,1.34,16,3.5,1.69,8,4.46,1.56,13,5.12,1.13,8,3.47,2.0,15,3.38,2.13,8,4.0,1.37,17,3.5,1.6,8
+dweeb,4.17,1.65,18,3.86,1.91,22,4.68,2.32,22,3.82,1.4,11,4.83,2.14,6,4.38,1.92,8,3.57,1.91,14,4.33,2.16,6,4.81,2.43,16,4.38,1.06,8,4.0,2.05,10,3.33,2.06,9,4.23,1.79,13,4.82,2.56,11,4.55,2.16,11,4.09,1.97,11,4.29,1.11,7,3.73,2.1,11,4.0,1.79,11,4.92,2.47,12,4.4,2.22,10
+dwell,4.75,2.1,20,3.14,1.88,21,5.3,2.43,33,3.9,2.08,10,5.6,1.84,10,3.25,1.83,8,3.08,1.98,13,5.57,2.31,14,5.11,2.56,19,3.67,1.5,9,5.64,2.16,11,3.31,1.65,13,2.88,2.3,8,5.36,2.59,22,5.18,2.18,11,4.4,1.71,10,5.1,2.47,10,3.07,2.2,14,3.29,1.11,7,4.88,2.12,17,5.75,2.72,16
+dwelling,5.21,1.69,19,3.57,2.04,21,5.82,2.6,34,5.5,1.65,10,4.89,1.76,9,4.25,2.49,8,3.15,1.68,13,6.43,2.34,14,5.4,2.74,20,4.78,2.28,9,5.6,0.84,10,4.23,2.05,13,2.5,1.6,8,6.0,2.56,22,5.5,2.75,12,4.4,1.71,10,6.11,1.17,9,3.79,2.19,14,3.14,1.77,7,5.65,2.34,17,6.0,2.89,17
+dye,5.25,1.52,20,3.3,2.0,20,4.77,1.82,22,5.71,0.95,7,5.0,1.73,13,3.56,2.19,9,3.09,1.92,11,3.67,1.51,6,5.19,1.8,16,5.5,1.18,10,5.0,1.94,9,3.38,2.33,8,3.25,1.86,12,4.47,1.77,15,5.43,1.9,7,5.82,1.25,11,4.56,1.59,9,3.25,2.18,12,3.38,1.85,8,4.27,2.15,11,5.27,1.35,11
+dyke,3.8,1.77,20,3.67,2.46,21,3.67,2.32,24,4.67,0.58,3,3.65,1.87,17,2.14,1.68,7,4.54,2.54,13,4.88,2.3,8,3.06,2.14,16,4.0,1.15,7,3.69,2.06,13,3.57,2.44,7,3.77,2.65,13,4.0,2.35,14,3.2,2.3,10,3.67,1.66,9,3.91,1.92,11,4.09,2.55,11,3.2,2.39,10,3.22,2.51,18,5.0,0.63,6
+dynamic,6.1,1.87,21,5.43,2.45,23,5.52,2.5,21,6.2,2.77,5,6.06,1.61,16,6.0,1.86,12,4.82,2.93,11,5.27,2.97,11,5.44,1.74,9,5.83,2.37,12,6.44,0.88,9,5.62,2.25,16,5.0,3.0,7,4.36,2.38,11,6.8,2.04,10,6.15,1.68,13,6.0,2.27,8,5.68,2.56,19,4.25,1.5,4,5.0,2.51,14,6.57,2.3,7
+dynamite,4.79,2.27,19,6.4,2.54,20,4.65,2.35,20,3.67,3.06,3,4.93,2.22,15,6.9,2.47,10,5.9,2.64,10,4.6,2.41,10,4.7,2.41,10,4.67,2.42,6,4.75,2.38,12,6.14,3.34,7,6.54,2.15,13,5.5,2.51,8,4.08,2.15,12,4.42,2.35,12,5.43,2.15,7,6.3,2.91,10,6.5,2.27,10,5.33,2.74,9,4.09,1.92,11
+dynamo,6.21,1.62,19,5.18,2.42,22,5.82,2.02,22,6.33,1.73,9,6.1,1.6,10,4.88,2.7,8,5.36,2.34,14,5.91,2.12,11,5.73,2.0,11,6.0,1.63,7,6.33,1.67,12,4.9,2.08,10,5.42,2.75,12,5.62,2.18,13,6.11,1.83,9,6.6,1.58,10,5.78,1.64,9,5.25,2.66,8,5.14,2.38,14,6.07,1.98,14,5.38,2.13,8
+dynasty,5.16,1.17,19,4.45,1.99,20,5.45,2.7,22,5.0,2.0,3,5.19,1.05,16,4.25,1.75,8,4.58,2.19,12,6.25,2.49,8,5.0,2.8,14,5.11,0.78,9,5.2,1.48,10,5.0,2.06,9,4.0,1.9,11,5.5,3.01,14,5.38,2.26,8,5.29,1.25,7,5.08,1.16,12,5.11,1.76,9,3.91,2.07,11,5.58,3.26,12,5.3,2.0,10
+dysentery,3.0,2.19,21,3.75,2.45,20,3.05,1.96,22,2.83,1.83,6,3.07,2.37,15,3.5,2.67,8,3.92,2.39,12,3.0,1.81,12,3.1,2.23,10,3.78,2.73,9,2.42,1.56,12,4.11,2.32,9,3.45,2.62,11,2.86,1.57,7,3.13,2.17,15,3.4,2.67,10,2.64,1.69,11,3.54,2.33,13,4.14,2.79,7,2.75,1.91,12,3.4,2.07,10
+dysfunction,3.18,1.59,17,4.9,2.71,20,3.16,1.91,25,2.5,1.29,4,3.38,1.66,13,5.55,2.7,11,4.11,2.67,9,2.94,1.77,16,3.56,2.19,9,4.17,1.33,6,2.64,1.5,11,4.33,2.87,9,5.36,2.62,11,3.15,1.93,20,3.2,2.05,5,3.5,1.77,8,2.89,1.45,9,4.64,2.91,11,5.22,2.59,9,3.21,1.87,19,3.0,2.19,6
+dysfunctional,3.09,1.74,22,4.63,2.36,19,2.95,1.91,21,4.2,1.79,5,2.62,1.59,16,4.38,2.62,8,4.82,2.27,11,3.3,2.36,10,2.64,1.43,11,3.17,1.95,12,3.0,1.56,10,5.4,1.71,10,3.78,2.77,9,2.58,1.38,12,3.44,2.46,9,2.82,1.83,11,3.36,1.69,11,5.25,2.19,8,4.18,2.48,11,2.78,2.54,9,3.08,1.38,12
+eager,6.37,1.38,19,5.78,2.62,18,6.46,2.21,24,6.6,0.89,5,6.29,1.54,14,5.2,3.19,5,6.0,2.48,13,5.92,2.33,13,7.09,1.97,11,7.0,1.73,9,5.8,0.63,10,5.86,2.85,7,5.73,2.61,11,6.5,2.1,16,6.38,2.56,8,6.0,1.35,13,7.17,1.17,6,5.42,2.5,12,6.5,2.95,6,6.73,2.28,15,6.0,2.12,9
+eagle,6.47,1.5,19,4.57,2.77,21,5.09,2.09,23,6.2,1.64,5,6.62,1.56,13,4.17,2.48,6,4.73,2.94,15,4.6,1.71,10,5.46,2.33,13,6.14,1.68,7,6.73,1.49,11,4.71,2.43,7,4.5,3.01,14,4.91,1.87,11,5.25,2.34,12,6.33,1.72,12,6.71,1.11,7,5.18,2.86,11,3.9,2.64,10,4.71,1.68,14,5.67,2.6,9
+ear,5.86,1.36,22,3.5,2.06,20,6.74,2.0,19,6.31,1.55,13,5.22,0.67,9,3.71,1.7,7,3.38,2.29,13,6.29,2.14,7,7.0,1.95,12,6.33,1.61,12,5.3,0.67,10,3.78,1.79,9,3.27,2.33,11,6.2,2.39,10,7.33,1.32,9,5.92,1.44,12,5.8,1.32,10,4.29,1.38,7,3.08,2.29,13,7.14,2.34,7,6.5,1.83,12
+earful,4.27,1.42,22,4.19,2.58,21,4.73,2.1,22,4.43,1.65,14,4.0,0.93,8,4.36,2.73,11,3.78,2.59,9,4.0,1.79,6,5.0,2.19,16,4.3,1.95,10,4.25,0.87,12,3.45,2.58,11,5.0,2.45,10,4.46,2.03,13,5.11,2.26,9,4.08,1.62,12,4.5,1.18,10,4.31,2.63,13,4.0,2.67,8,4.83,1.95,12,4.6,2.37,10
+earl,5.15,1.42,20,3.64,1.87,22,5.76,1.7,21,5.33,0.87,9,5.0,1.79,11,3.5,2.32,10,3.75,1.48,12,4.88,1.55,8,6.31,1.6,13,5.36,1.22,14,4.67,1.86,6,3.62,2.13,8,3.64,1.78,14,5.25,2.19,8,6.08,1.32,13,5.4,1.26,10,4.9,1.6,10,3.75,2.01,12,3.5,1.78,10,5.75,1.6,12,5.78,1.92,9
+earn,7.0,1.2,22,4.35,3.12,26,6.75,1.78,24,7.56,1.13,9,6.62,1.12,13,3.4,3.34,10,4.94,2.93,16,7.0,1.8,9,6.6,1.8,15,6.62,0.74,8,7.21,1.37,14,4.69,3.47,13,4.0,2.83,13,6.5,2.07,12,7.0,1.48,12,7.0,1.21,12,7.0,1.25,10,4.13,3.31,15,4.64,2.98,11,6.69,1.97,13,6.82,1.6,11
+earnest,5.9,1.77,20,3.81,1.99,21,6.67,1.68,21,5.5,2.0,8,6.17,1.64,12,2.83,1.6,6,4.07,2.06,14,7.33,1.21,6,6.4,1.8,15,5.11,1.69,9,6.55,1.63,11,4.6,1.14,5,3.56,2.16,16,5.6,1.58,10,7.64,1.12,11,6.0,2.04,12,5.75,1.39,8,5.12,2.17,8,3.0,1.41,13,6.42,1.93,12,7.0,1.32,9
+earnings,6.37,2.27,19,4.84,2.63,19,6.85,2.13,20,6.67,2.08,3,6.27,2.43,15,5.22,2.73,9,4.5,2.64,10,6.4,2.32,10,7.3,1.95,10,6.0,2.37,6,6.5,2.39,12,6.43,2.76,7,3.92,2.15,12,6.38,2.13,8,7.17,2.17,12,6.5,2.2,12,6.14,2.54,7,4.44,3.21,9,5.2,2.1,10,7.0,2.5,9,6.73,1.9,11
+earpiece,5.04,1.94,23,3.86,2.21,22,5.95,2.09,20,5.75,1.83,8,4.67,1.95,15,4.5,2.32,10,3.33,2.06,12,7.29,1.38,7,5.23,2.09,13,4.67,2.39,12,5.45,1.29,11,3.91,1.92,11,3.82,2.56,11,5.8,2.24,15,6.4,1.67,5,4.45,2.11,11,5.58,1.68,12,3.7,1.89,10,4.0,2.52,12,5.6,1.58,10,6.3,2.54,10
+earring,6.45,1.54,20,3.59,2.02,22,5.71,1.76,21,5.5,1.07,8,7.08,1.51,12,2.17,1.6,6,4.13,2.0,15,5.83,2.23,6,5.67,1.63,15,6.12,1.36,8,6.67,1.67,12,4.0,2.74,5,3.47,1.84,17,5.8,2.04,10,5.64,1.57,11,7.36,1.5,11,5.33,0.5,9,4.33,1.73,9,3.08,2.1,13,5.83,1.9,12,5.56,1.67,9
+earrings,5.32,1.57,19,4.22,2.58,18,5.71,2.17,17,4.82,1.25,11,6.0,1.77,8,4.5,2.38,4,4.14,2.71,14,4.75,1.91,8,6.56,2.13,9,5.38,1.6,8,5.27,1.62,11,4.29,2.06,7,4.18,2.96,11,5.33,1.75,6,5.91,2.43,11,5.15,1.14,13,5.67,2.34,6,4.09,3.14,11,4.43,1.51,7,5.86,2.34,7,5.6,2.17,10
+earth,6.83,1.28,40,5.04,2.65,23,5.69,2.15,26,6.57,1.45,14,7.0,1.19,25,4.71,2.14,7,5.33,2.94,15,5.31,2.06,13,6.08,2.25,13,7.19,1.17,16,6.61,1.34,23,6.1,2.6,10,4.33,2.57,12,6.18,1.67,17,4.78,2.73,9,7.08,1.14,24,6.44,1.41,16,4.65,2.6,20,7.67,1.15,3,5.69,2.06,16,5.7,2.41,10
+earthling,5.53,2.12,19,3.09,1.72,22,4.61,2.54,23,5.36,2.06,11,5.43,2.3,7,3.0,1.31,8,3.14,1.96,14,3.71,2.36,7,5.0,2.58,16,5.25,1.75,8,5.73,2.41,11,2.33,1.22,9,3.62,1.85,13,3.73,2.2,11,5.42,2.64,12,5.92,2.35,12,4.86,1.57,7,2.91,1.81,11,3.27,1.68,11,3.92,2.33,13,5.5,2.64,10
+earthly,5.63,1.74,19,3.55,2.18,22,5.83,1.88,24,4.67,1.86,6,6.08,1.55,13,4.33,2.31,12,2.6,1.65,10,5.5,2.14,8,6.0,1.79,16,5.6,0.97,10,5.67,2.4,9,4.0,2.06,9,3.23,2.28,13,5.76,2.08,17,6.17,1.47,6,6.12,1.36,8,5.27,1.95,11,4.33,2.74,9,3.0,1.58,13,5.94,2.08,16,5.62,1.51,8
+earthquake,3.05,2.09,21,6.76,2.39,21,2.14,1.46,22,4.11,2.37,9,2.25,1.48,12,6.0,3.1,6,6.93,2.09,14,1.67,0.82,6,2.31,1.62,16,4.33,2.12,9,2.08,1.51,12,7.0,2.45,5,6.69,2.44,16,2.64,1.75,11,1.64,0.92,11,3.33,2.42,12,2.67,1.58,9,6.75,2.49,8,6.77,2.42,13,2.17,1.34,12,2.1,1.66,10
+earthy,6.5,1.32,20,3.29,2.03,21,6.56,2.26,25,6.0,0.0,3,6.59,1.42,17,3.29,2.43,7,3.08,1.8,13,5.25,2.49,8,7.18,1.91,17,6.14,0.69,7,6.69,1.55,13,3.43,1.81,7,3.0,2.12,13,6.07,2.53,14,7.18,1.78,11,5.89,0.93,9,7.0,1.41,11,3.55,1.81,11,3.0,2.31,10,7.0,2.14,18,5.43,2.3,7
+ease,6.15,2.13,20,2.45,1.41,22,6.42,1.98,19,6.33,2.29,9,6.0,2.1,11,2.2,1.64,5,2.62,1.36,16,7.0,2.68,6,6.15,1.63,13,6.57,1.79,14,5.17,2.71,6,2.67,1.3,12,2.33,1.58,9,5.67,1.73,9,7.1,2.02,10,6.4,2.22,10,5.9,2.13,10,2.25,1.36,12,2.7,1.49,10,7.33,1.51,6,6.0,2.08,13
+east,6.33,1.57,18,2.5,1.76,20,5.17,2.09,18,6.5,1.93,8,6.2,1.32,10,2.86,2.04,7,2.31,1.65,13,4.82,1.83,11,5.71,2.5,7,6.45,1.69,11,6.14,1.46,7,1.89,1.36,9,3.0,1.95,11,4.82,1.83,11,5.71,2.5,7,6.17,1.59,12,6.67,1.63,6,2.0,1.54,12,3.25,1.91,8,5.78,2.73,9,4.56,1.01,9
+eastbound,5.65,1.46,17,2.2,1.36,20,5.68,2.01,25,5.4,1.82,5,5.75,1.36,12,2.36,1.29,11,2.0,1.5,9,5.38,1.75,16,6.22,2.44,9,6.33,1.75,6,5.27,1.19,11,2.22,1.56,9,2.18,1.25,11,5.75,2.22,20,5.4,0.89,5,5.25,1.16,8,6.0,1.66,9,1.91,1.45,11,2.56,1.24,9,5.21,1.87,19,7.17,1.83,6
+eastern,5.37,1.01,19,3.48,1.6,21,4.48,1.62,23,6.0,1.22,5,5.08,0.86,13,3.5,1.52,6,3.47,1.68,15,4.3,1.49,10,4.62,1.76,13,5.0,1.0,7,5.55,1.04,11,3.57,1.9,7,3.43,1.5,14,4.55,1.21,11,4.42,1.98,12,5.42,1.16,12,5.29,0.76,7,3.73,1.9,11,3.2,1.23,10,4.36,1.34,14,4.67,2.06,9
+easy,7.47,1.35,19,3.82,2.64,49,6.79,1.87,48,7.67,1.15,3,7.44,1.41,16,4.32,2.58,19,3.5,2.66,30,6.58,1.81,26,7.05,1.94,22,7.78,1.79,9,7.2,0.79,10,4.92,2.72,24,2.76,2.11,25,6.93,1.93,29,6.58,1.8,19,7.14,1.57,7,7.67,1.23,12,4.06,2.52,33,3.31,2.87,16,6.65,2.17,26,6.95,1.46,22
+easygoing,7.03,1.35,40,3.2,2.41,40,6.76,1.94,25,6.88,1.26,16,7.12,1.42,24,4.14,2.74,14,2.69,2.09,26,5.7,2.16,10,7.47,1.46,15,7.0,1.44,24,7.13,1.25,15,3.12,2.23,17,3.26,2.58,23,6.0,2.24,7,7.06,1.8,18,6.76,1.55,21,7.32,1.06,19,3.11,2.11,19,3.29,2.7,21,6.33,2.4,9,7.0,1.67,16
+eat,7.1,1.73,41,4.38,2.79,45,7.26,2.01,57,6.89,1.68,18,7.26,1.79,23,5.25,3.0,16,3.86,2.63,28,7.11,2.06,27,7.4,1.99,30,6.87,1.83,30,7.73,1.27,11,3.83,2.71,18,4.74,2.84,27,6.97,2.16,38,7.84,1.57,19,6.91,1.97,22,7.32,1.42,19,3.5,2.96,20,5.08,2.48,25,7.1,2.27,31,7.46,1.68,26
+eater,4.95,2.07,19,4.23,1.88,22,5.87,1.98,23,3.83,2.04,6,5.46,1.94,13,4.75,1.91,12,3.6,1.71,10,5.75,1.49,8,5.93,2.25,15,4.6,1.51,10,5.33,2.6,9,4.89,1.27,9,3.77,2.13,13,6.06,2.14,17,5.4,1.67,5,5.25,2.19,8,4.73,2.05,11,3.33,1.8,9,4.85,1.72,13,6.6,1.72,15,4.5,1.77,8
+eavesdrop,4.05,1.47,20,4.33,2.65,21,5.2,2.86,25,4.0,0.0,3,4.06,1.6,17,5.0,2.89,7,4.15,2.61,13,5.38,2.88,8,5.12,2.93,17,4.29,1.25,7,3.92,1.61,13,4.43,2.64,7,4.46,2.79,13,6.07,2.06,14,4.09,3.42,11,3.89,1.54,9,4.18,1.47,11,4.82,2.75,11,3.8,2.57,10,5.06,3.24,18,5.57,1.62,7
+ebony,6.14,2.35,21,4.32,2.77,22,4.71,1.78,28,6.0,2.62,8,6.23,2.28,13,5.36,2.73,11,3.27,2.49,11,5.0,2.14,11,4.53,1.55,17,5.55,2.38,11,6.8,2.25,10,4.18,2.32,11,4.45,3.27,11,4.61,1.91,18,4.9,1.6,10,5.57,2.21,14,7.29,2.36,7,4.29,3.05,14,4.38,2.39,8,4.62,2.31,16,4.83,0.72,12
+eccentric,5.37,1.67,19,5.19,2.25,21,6.1,2.28,21,4.89,1.27,9,5.8,1.93,10,6.0,2.74,9,4.58,1.68,12,4.75,1.58,8,6.92,2.29,13,5.08,1.26,13,6.0,2.37,6,5.62,2.72,8,4.92,1.98,13,6.38,2.0,8,5.92,2.5,13,5.11,1.54,9,5.6,1.84,10,5.58,2.11,12,4.67,2.45,9,6.5,2.47,12,5.56,2.01,9
+echelon,5.55,1.76,20,3.17,2.35,23,4.43,2.08,28,6.38,1.19,8,5.0,1.91,12,4.0,2.69,9,2.64,2.02,14,4.21,2.04,14,4.64,2.17,14,5.0,2.0,9,6.0,1.48,11,3.67,2.84,12,2.64,1.63,11,3.93,2.06,14,4.93,2.06,14,5.3,2.31,10,5.8,1.03,10,3.82,2.96,11,2.58,1.51,12,4.33,1.67,12,4.5,2.39,16
+echinacea,4.8,1.67,20,3.73,2.45,22,5.42,1.87,19,4.33,1.87,9,5.18,1.47,11,4.6,2.7,5,3.56,2.45,16,5.17,2.23,6,5.54,1.76,13,4.93,1.64,14,4.5,1.87,6,3.75,2.56,12,3.89,2.52,9,5.22,1.72,9,5.6,2.07,10,5.2,1.4,10,4.4,1.9,10,3.33,2.74,12,4.2,2.1,10,6.33,2.34,6,5.0,1.53,13
+echo,5.2,1.01,20,3.61,2.09,18,4.59,2.36,22,5.6,1.14,5,5.07,0.96,15,4.17,1.83,6,3.33,2.23,12,4.6,1.65,10,4.58,2.91,12,5.8,0.63,10,4.6,0.97,10,3.5,1.96,10,3.75,2.38,8,4.0,2.37,11,5.18,2.32,11,5.25,1.14,12,5.12,0.83,8,4.0,2.55,9,3.22,1.56,9,3.91,2.26,11,5.27,2.37,11
+eclectic,5.9,1.65,20,4.5,2.55,24,5.75,2.1,28,6.25,1.16,8,5.67,1.92,12,5.11,2.42,9,4.13,2.64,15,5.07,2.2,14,6.43,1.83,14,6.56,2.01,9,5.36,1.12,11,3.67,2.5,12,5.33,2.42,12,5.57,2.24,14,5.93,2.02,14,5.8,1.62,10,6.0,1.76,10,4.83,2.25,12,4.17,2.89,12,5.33,2.1,12,6.06,2.11,16
+eclipse,6.76,1.79,21,5.12,2.82,25,5.79,2.3,19,7.22,1.64,9,6.42,1.88,12,3.83,2.64,6,5.67,2.83,18,5.86,1.68,7,5.75,2.67,12,6.81,1.97,16,6.6,1.14,5,5.36,2.98,14,5.0,2.79,10,6.67,1.87,9,5.0,2.45,10,6.92,1.88,12,6.56,1.74,9,5.62,2.85,16,4.22,2.68,9,5.91,2.66,11,5.62,1.85,8
+ecological,5.62,1.69,21,3.81,1.72,21,5.08,2.4,25,6.0,1.81,12,5.11,1.45,9,4.86,0.69,7,3.29,1.86,14,5.2,2.35,10,5.0,2.51,15,5.0,0.82,4,5.76,1.82,17,3.4,1.71,10,4.18,1.72,11,3.86,2.54,7,5.56,2.23,18,5.75,1.86,12,5.44,1.51,9,3.54,1.56,13,4.25,1.98,8,3.89,2.37,9,5.75,2.21,16
+economic,5.1,1.71,20,3.62,1.86,21,4.21,2.21,24,4.25,2.5,4,5.31,1.49,16,3.75,1.26,4,3.59,2.0,17,5.62,2.26,8,3.5,1.86,16,5.5,1.6,8,4.83,1.8,12,3.8,1.81,10,3.45,1.97,11,4.46,2.11,13,3.91,2.39,11,4.82,1.66,11,5.44,1.81,9,3.7,1.7,10,3.55,2.07,11,4.65,2.21,17,3.14,1.95,7
+economics,5.2,1.61,20,3.7,2.2,20,4.05,2.13,22,5.57,0.79,7,5.0,1.91,13,3.56,1.88,9,3.82,2.52,11,5.0,3.03,6,3.69,1.66,16,5.7,1.57,10,4.67,1.66,9,3.0,1.85,8,4.17,2.37,12,4.47,2.07,15,3.14,2.12,7,5.18,1.99,11,5.22,1.09,9,3.33,1.92,12,4.25,2.6,8,4.55,2.02,11,3.55,2.21,11
+economy,3.64,1.89,22,5.32,2.23,22,4.16,1.8,19,3.5,1.2,8,3.92,2.18,13,5.12,2.75,8,5.46,2.07,13,3.57,2.23,7,4.27,1.35,11,2.88,1.25,8,4.31,1.97,13,4.78,2.73,9,5.69,1.84,13,3.43,0.79,7,4.58,2.11,12,3.82,2.18,11,3.45,1.63,11,4.44,1.88,9,5.92,2.33,13,4.12,1.89,16,4.33,1.53,3
+ecosystem,6.5,1.79,22,3.71,2.35,21,4.41,1.71,22,6.5,1.91,14,6.5,1.69,8,3.91,2.63,11,3.67,2.18,9,4.0,1.26,6,4.56,1.86,16,6.5,2.07,10,6.5,1.62,12,2.82,1.99,11,4.7,2.41,10,4.38,1.33,13,4.44,2.24,9,6.33,1.78,12,6.7,1.89,10,3.77,2.65,13,3.62,1.92,8,4.33,1.83,12,4.5,1.65,10
+ecstasy,7.19,1.53,43,6.11,2.59,44,5.52,2.31,48,7.33,0.98,12,7.24,1.7,29,6.33,2.66,15,6.0,2.59,29,5.59,2.28,22,5.46,2.37,26,7.15,1.46,20,7.27,1.64,22,6.25,2.67,20,6.0,2.57,24,5.46,2.38,28,5.6,2.26,20,7.0,1.56,24,7.42,1.5,19,6.37,2.8,27,5.71,2.23,17,5.86,2.07,28,5.05,2.58,20
+ecstatic,6.45,1.96,20,6.95,1.99,21,5.63,2.29,19,6.44,2.19,9,6.45,1.86,11,6.8,3.27,5,6.87,1.51,15,6.33,2.16,6,5.31,2.36,13,6.07,1.94,14,7.33,1.86,6,6.27,2.15,11,7.56,1.59,9,5.11,2.09,9,6.1,2.47,10,5.2,1.81,10,7.7,1.16,10,6.18,2.27,11,7.8,1.23,10,6.0,2.83,6,5.46,2.11,13
+edema,3.86,1.28,21,3.27,2.23,22,4.42,1.68,26,4.2,1.4,10,3.55,1.13,11,2.71,2.14,7,3.53,2.29,15,4.06,1.65,16,5.0,1.63,10,4.45,0.93,11,3.2,1.32,10,2.2,1.79,5,3.59,2.29,17,4.36,2.21,14,4.5,0.8,12,3.69,1.38,13,4.12,1.13,8,2.9,2.69,10,3.58,1.83,12,5.0,1.87,13,3.85,1.28,13
+edge,4.43,1.63,21,4.65,2.52,23,4.31,1.59,26,4.64,1.57,11,4.2,1.75,10,4.45,2.7,11,4.83,2.44,12,4.27,1.9,11,4.21,1.37,14,4.0,1.76,10,4.82,1.47,11,4.64,2.8,11,4.67,2.35,12,4.12,1.83,17,4.5,0.93,8,4.08,1.98,13,5.0,0.53,8,4.73,2.66,15,4.5,2.39,8,4.65,1.62,17,3.67,1.41,9
+edgy,4.81,2.02,21,4.39,2.41,23,4.56,2.83,18,5.56,1.74,9,4.25,2.09,12,4.91,2.12,11,3.92,2.64,12,4.0,3.23,10,5.25,2.25,8,6.29,2.21,7,4.08,1.55,13,5.0,2.45,11,3.83,2.33,12,4.29,3.15,7,4.73,2.76,11,5.23,2.24,13,4.12,1.46,8,4.0,2.83,11,4.75,2.01,12,3.67,1.94,9,5.44,3.4,9
+edible,6.68,2.16,19,5.15,2.68,20,6.45,2.11,20,7.67,1.15,3,6.87,1.81,15,5.5,2.55,10,4.8,2.9,10,6.3,1.64,10,6.6,2.59,10,6.5,2.26,6,7.25,1.42,12,6.29,2.87,7,4.54,2.47,13,5.25,2.25,8,7.25,1.66,12,6.83,2.25,12,6.43,2.15,7,6.1,2.88,10,4.2,2.2,10,5.78,2.49,9,7.0,1.67,11
+edifice,5.0,1.38,20,3.95,2.06,22,5.33,2.25,27,5.43,1.62,7,4.77,1.24,13,4.1,1.97,10,3.83,2.21,12,5.27,2.15,15,5.55,2.54,11,4.73,0.79,11,5.33,1.87,9,4.11,2.15,9,3.85,2.08,13,5.53,2.65,17,5.11,1.45,9,5.15,1.57,13,4.71,0.95,7,3.56,2.31,16,5.0,0.0,6,4.92,2.57,12,5.67,1.99,15
+edit,4.95,1.0,20,4.1,1.89,21,6.64,2.06,33,5.3,0.67,10,4.6,1.17,10,3.88,1.55,8,4.23,2.13,13,7.29,1.64,14,6.16,2.24,19,4.56,1.13,9,5.27,0.79,11,4.08,1.55,13,4.12,2.47,8,6.86,2.15,21,6.25,1.91,12,4.5,1.08,10,5.4,0.7,10,4.29,2.09,14,3.71,1.5,7,6.18,2.1,17,7.12,1.96,16
+editing,5.45,1.47,22,5.58,2.29,19,6.57,2.34,21,5.2,0.84,5,5.56,1.67,16,5.62,2.56,8,5.55,2.21,11,5.7,2.58,10,7.36,1.86,11,5.75,1.06,12,5.1,1.85,10,5.7,2.21,10,5.44,2.51,9,6.5,2.61,12,6.67,2.06,9,5.18,1.78,11,5.73,1.1,11,4.38,2.13,8,6.45,2.07,11,5.0,2.55,9,7.75,1.29,12
+edition,5.3,0.86,20,3.79,2.21,24,4.81,2.27,27,5.38,0.74,8,5.25,0.97,12,4.78,2.39,9,3.2,1.93,15,4.54,2.26,13,5.07,2.34,14,5.11,0.93,9,5.45,0.82,11,3.83,2.08,12,3.75,2.42,12,4.92,2.56,13,4.71,2.05,14,5.2,0.92,10,5.4,0.84,10,3.33,2.02,12,4.25,2.38,12,5.75,1.42,12,4.07,2.58,15
+editor,5.43,1.6,21,4.09,2.07,23,5.9,2.36,21,5.0,2.12,5,5.56,1.46,16,3.83,1.75,12,4.36,2.42,11,5.82,2.32,11,5.67,2.45,9,5.58,2.07,12,5.22,0.67,9,3.75,2.08,16,4.86,1.95,7,5.45,1.69,11,6.4,2.95,10,5.46,1.45,13,5.38,1.92,8,3.79,2.04,19,5.5,1.73,4,5.07,2.13,14,7.57,1.99,7
+editorial,5.18,1.26,22,2.9,2.0,21,5.77,1.85,22,5.29,1.54,14,5.0,0.53,8,3.0,2.41,11,2.89,1.62,9,4.33,1.51,6,6.31,1.7,16,4.8,1.23,10,5.5,1.24,12,2.45,1.63,11,3.4,2.32,10,5.38,1.61,13,6.33,2.12,9,5.0,1.48,12,5.4,0.97,10,2.15,1.52,13,4.12,2.17,8,6.0,1.86,12,5.5,1.9,10
+educate,7.48,1.36,21,4.36,2.4,25,6.79,2.0,24,7.89,1.36,9,7.17,1.34,12,3.1,2.08,10,5.2,2.27,15,6.33,2.29,9,7.07,1.83,15,7.29,1.38,7,7.57,1.4,14,5.15,2.54,13,3.5,1.98,12,6.17,2.21,12,7.42,1.62,12,7.27,1.49,11,7.7,1.25,10,4.0,2.59,15,4.9,2.08,10,6.15,2.3,13,7.55,1.29,11
+education,6.58,1.75,40,4.64,2.15,22,6.82,1.99,22,6.53,1.77,15,6.6,1.78,25,4.7,2.11,10,4.58,2.27,12,6.7,1.77,10,6.92,2.23,12,6.58,1.68,19,6.57,1.86,21,4.45,2.02,11,4.82,2.36,11,7.18,2.23,11,6.45,1.75,11,6.54,1.77,24,6.62,1.78,16,4.6,1.9,10,4.67,2.42,12,6.18,2.36,11,7.45,1.37,11
+educational,6.6,1.47,20,4.52,2.73,21,5.68,2.38,25,6.33,1.15,3,6.65,1.54,17,4.86,3.02,7,4.31,2.78,13,6.62,1.85,8,5.24,2.51,17,5.86,1.21,7,7.0,1.47,13,5.71,2.81,7,3.85,2.67,13,5.79,2.55,14,5.55,2.25,11,6.44,1.24,9,6.73,1.68,11,5.09,2.74,11,3.9,2.73,10,5.33,2.59,18,6.57,1.51,7
+educator,6.58,1.95,19,3.5,2.13,22,6.11,2.0,19,6.33,1.86,6,6.69,2.06,13,3.27,1.68,11,3.73,2.57,11,5.88,2.42,8,6.27,1.74,11,6.45,2.11,11,6.75,1.83,8,4.18,2.36,11,2.82,1.72,11,5.69,1.7,13,7.0,2.45,6,6.46,1.85,13,6.83,2.32,6,3.43,1.99,14,3.62,2.5,8,6.33,2.5,9,5.9,1.52,10
+eel,4.14,1.96,21,4.79,2.62,19,4.86,2.48,21,4.33,1.51,6,4.07,2.15,15,4.0,2.62,8,5.36,2.58,11,5.18,2.48,11,4.5,2.55,10,3.83,1.83,6,4.27,2.05,15,4.44,2.4,9,5.1,2.88,10,4.79,2.69,14,5.0,2.16,7,4.0,1.73,7,4.21,2.12,14,4.92,2.9,13,4.5,2.07,6,4.83,2.59,12,4.89,2.47,9
+eerie,3.4,1.82,20,5.57,1.99,21,3.91,2.29,34,3.7,2.26,10,3.1,1.29,10,5.38,2.07,8,5.69,2.02,13,4.21,2.15,14,3.7,2.41,20,3.0,1.66,9,3.73,1.95,11,5.85,1.95,13,5.12,2.1,8,4.27,2.49,22,3.25,1.76,12,3.0,1.56,10,3.8,2.04,10,6.0,2.04,14,4.71,1.7,7,4.24,1.92,17,3.59,2.62,17
+effect,5.5,1.14,22,4.08,2.61,26,5.88,1.94,24,5.56,1.42,9,5.46,0.97,13,3.0,2.45,10,4.75,2.54,16,6.11,2.2,9,5.73,1.83,15,4.88,0.64,8,5.86,1.23,14,4.62,2.69,13,3.54,2.5,13,5.58,1.93,12,6.17,1.99,12,5.42,1.0,12,5.6,1.35,10,3.4,2.67,15,5.0,2.32,11,6.46,1.76,13,5.18,1.99,11
+effective,6.95,1.84,19,3.95,2.32,22,7.2,1.85,20,7.22,1.48,9,6.7,2.16,10,4.75,2.66,8,3.5,2.07,14,6.6,2.22,10,7.8,1.23,10,6.71,1.8,7,7.08,1.93,12,4.0,1.94,10,3.92,2.68,12,7.18,1.99,11,7.22,1.79,9,6.2,1.99,10,7.78,1.3,9,2.75,1.67,8,4.64,2.41,14,7.0,2.08,13,7.57,1.4,7
+effectiveness,6.9,1.37,20,4.95,2.84,19,6.19,2.06,26,7.18,1.25,11,6.56,1.51,9,5.71,2.21,7,4.5,3.15,12,5.54,2.4,13,6.85,1.46,13,7.0,1.18,11,6.78,1.64,9,5.3,2.71,10,4.56,3.09,9,6.0,2.4,17,6.56,1.24,9,6.6,1.58,10,7.2,1.14,10,4.67,2.77,12,5.43,3.1,7,5.81,2.1,16,6.8,1.93,10
+efficiency,6.74,2.05,19,3.74,2.24,23,6.79,1.89,28,6.38,1.3,8,7.0,2.49,11,4.33,2.55,9,3.36,2.02,14,6.64,2.21,14,6.93,1.59,14,6.44,2.35,9,7.0,1.83,10,3.58,2.35,12,3.91,2.21,11,6.71,1.73,14,6.86,2.11,14,7.0,1.94,10,6.44,2.24,9,3.64,2.34,11,3.83,2.25,12,7.25,1.54,12,6.44,2.1,16
+efficient,6.95,1.32,21,3.86,2.36,22,6.67,1.68,21,6.56,1.59,9,7.25,1.06,12,2.67,1.63,6,4.2,2.51,15,7.0,1.55,6,6.53,1.77,15,6.22,1.3,9,7.5,1.09,12,4.4,2.07,5,3.71,2.47,17,6.0,2.21,10,7.27,0.65,11,7.42,1.24,12,6.33,1.22,9,4.78,2.17,9,3.23,2.35,13,6.33,2.1,12,7.11,0.78,9
+effort,6.47,1.65,19,4.12,2.42,24,6.64,2.08,28,6.12,1.13,8,6.73,1.95,11,4.33,2.24,9,4.0,2.59,15,6.64,1.95,14,6.64,2.27,14,6.33,1.73,9,6.6,1.65,10,4.0,2.22,12,4.25,2.7,12,6.21,2.46,14,7.07,1.59,14,6.9,1.73,10,6.0,1.5,9,3.92,2.71,12,4.33,2.19,12,6.5,2.02,12,6.75,2.18,16
+effortless,7.1,1.77,20,3.43,2.38,21,7.0,1.62,24,6.75,2.63,4,7.19,1.6,16,5.5,2.38,4,2.94,2.16,17,6.78,1.99,9,7.13,1.41,15,7.12,1.13,8,7.08,2.15,12,3.9,2.77,10,3.0,2.0,11,7.29,1.14,14,6.6,2.12,10,7.18,1.6,11,7.0,2.06,9,3.4,2.32,10,3.45,2.54,11,7.12,1.45,17,6.71,2.06,7
+egg,5.95,1.43,19,3.28,2.46,46,5.74,1.59,19,5.33,2.08,3,6.06,1.34,16,4.53,2.41,19,2.41,2.14,27,5.8,1.48,10,5.67,1.8,9,6.5,0.71,10,5.33,1.8,9,3.91,2.2,22,2.71,2.6,24,5.5,1.07,8,6.0,2.0,10,5.88,1.55,8,6.0,1.41,11,3.65,2.73,31,2.53,1.64,15,5.0,0.53,8,6.27,1.9,11
+egghead,4.47,2.34,19,3.59,2.67,22,4.57,1.95,28,5.17,2.14,6,4.15,2.44,13,3.82,2.71,11,3.36,2.73,11,4.09,2.26,11,4.88,1.73,17,4.91,2.07,11,3.88,2.7,8,3.36,3.07,11,3.82,2.32,11,4.5,2.09,18,4.7,1.77,10,4.38,2.18,13,4.67,2.88,6,3.71,2.95,14,3.38,2.26,8,4.06,2.11,16,5.25,1.54,12
+eggnog,6.0,2.29,19,4.27,2.78,22,5.26,2.13,19,5.44,2.01,9,6.5,2.51,10,4.29,2.93,7,4.21,2.91,14,6.2,1.99,10,4.22,1.86,9,6.22,2.68,9,5.8,1.99,10,5.56,2.4,9,3.25,2.83,12,5.38,1.6,8,4.8,2.3,10,5.83,2.29,12,6.29,2.43,7,4.0,2.77,19,6.0,2.65,3,6.0,1.93,8,4.73,2.2,11
+eggplant,5.55,1.57,22,3.14,1.68,21,5.77,1.97,22,5.79,1.89,14,5.12,0.64,8,3.45,1.57,11,3.0,1.8,9,5.33,1.37,6,5.94,2.17,16,5.7,1.49,10,5.42,1.68,12,3.36,1.86,11,2.9,1.52,10,5.77,1.17,13,5.78,2.86,9,5.92,1.24,12,5.1,1.85,10,2.85,1.82,13,3.62,1.41,8,5.42,2.02,12,6.2,1.93,10
+eggshell,5.2,1.7,20,3.17,2.09,18,4.33,2.39,24,4.8,1.48,5,5.33,1.8,15,4.0,2.0,5,2.85,2.12,13,4.0,2.31,13,4.73,2.53,11,5.7,1.57,10,4.7,1.77,10,4.29,1.8,7,2.45,2.02,11,4.31,2.21,16,4.38,2.88,8,4.79,1.58,14,6.17,1.72,6,3.5,1.98,12,2.5,2.35,6,3.93,2.58,15,5.0,2.0,9
+ego,4.38,1.83,21,4.17,2.53,24,6.05,1.82,20,5.0,1.69,8,4.0,1.87,13,5.17,2.04,6,3.83,2.64,18,6.27,1.68,11,5.78,2.05,9,4.5,2.02,12,4.22,1.64,9,4.5,2.59,10,3.93,2.56,14,5.85,1.95,13,6.43,1.62,7,4.07,1.9,14,5.0,1.63,7,4.62,2.39,16,3.25,2.71,8,6.42,1.51,12,5.5,2.2,8
+egomaniac,3.68,2.12,22,5.53,2.14,19,5.19,2.77,21,3.2,2.77,5,3.94,1.98,16,5.62,2.0,8,5.45,2.34,11,5.9,2.77,10,4.55,2.73,11,3.83,1.95,12,3.5,2.42,10,6.0,1.7,10,5.0,2.55,9,5.67,2.93,12,4.56,2.55,9,3.0,1.73,11,4.36,2.34,11,5.0,2.2,8,5.91,2.12,11,5.78,2.54,9,4.75,2.96,12
+egotistical,3.08,1.38,24,5.14,2.21,22,5.23,2.27,26,3.0,1.58,13,3.18,1.17,11,4.4,2.17,10,5.75,2.14,12,4.91,2.3,11,5.57,2.34,14,3.18,1.47,11,3.0,1.35,13,5.1,2.6,10,5.17,1.95,12,5.71,2.08,17,4.38,2.62,8,3.0,1.51,15,3.22,1.2,9,4.64,1.95,14,6.0,2.51,8,5.47,2.37,17,4.78,2.11,9
+eight,5.37,1.38,19,3.48,1.81,21,5.26,1.84,23,4.67,0.58,3,5.5,1.46,16,4.25,1.16,8,3.0,2.0,13,4.44,1.81,9,5.79,1.72,14,5.33,1.8,9,5.4,0.97,10,3.44,1.88,9,3.5,1.83,12,5.13,2.13,15,5.5,1.2,8,4.86,1.57,7,5.67,1.23,12,3.6,1.71,10,3.36,1.96,11,5.46,2.18,13,5.0,1.33,10
+eighteen,5.72,1.6,18,3.83,2.09,18,5.71,2.23,17,6.36,1.03,11,4.71,1.89,7,3.5,1.91,4,3.93,2.2,14,4.75,2.19,8,6.56,2.01,9,6.75,0.89,8,4.9,1.6,10,4.71,1.5,7,3.27,2.28,11,4.17,2.4,6,6.55,1.69,11,5.83,1.9,12,5.5,0.84,6,3.64,2.42,11,4.14,1.57,7,6.29,2.06,7,5.3,2.36,10
+eighty,5.43,1.4,21,3.41,2.11,22,4.41,1.68,22,5.44,1.59,9,5.42,1.31,12,2.67,1.97,6,3.53,2.13,15,3.83,0.98,6,4.62,1.86,16,5.22,1.56,9,5.58,1.31,12,4.4,1.95,5,3.12,2.12,17,3.91,1.22,11,4.91,1.97,11,5.75,1.66,12,5.0,0.87,9,3.56,1.88,9,3.31,2.32,13,4.17,1.34,12,4.7,2.06,10
+ejaculate,6.0,2.55,21,6.15,2.39,26,5.83,2.41,24,7.0,2.29,9,5.25,2.56,12,5.7,2.87,10,6.44,2.1,16,5.11,2.71,9,6.27,2.19,15,6.38,2.13,8,5.77,2.83,13,5.54,2.47,13,6.77,2.24,13,5.5,3.03,12,6.17,1.64,12,5.91,2.26,11,6.1,2.96,10,5.93,2.58,15,6.45,2.21,11,5.92,2.43,13,5.73,2.49,11
+ejaculation,5.42,2.81,19,6.18,2.94,22,5.04,2.77,28,6.0,1.55,6,5.15,3.26,13,5.91,2.7,11,6.45,3.27,11,6.0,3.13,11,4.41,2.4,17,5.36,2.87,11,5.5,2.93,8,5.64,3.04,11,6.73,2.87,11,5.17,3.07,18,4.8,2.25,10,5.38,2.63,13,5.5,3.45,6,5.64,3.23,14,7.12,2.23,8,5.12,2.8,16,4.92,2.84,12
+eject,3.95,1.43,19,4.42,2.32,24,5.18,2.36,28,4.0,1.07,8,3.91,1.7,11,4.44,1.81,9,4.4,2.64,15,5.21,2.29,14,5.14,2.51,14,3.89,1.45,9,4.0,1.49,10,4.25,2.22,12,4.58,2.5,12,4.64,2.5,14,5.71,2.16,14,4.1,1.6,10,3.78,1.3,9,4.5,2.24,12,4.33,2.5,12,4.83,2.12,12,5.44,2.56,16
+ejection,3.5,1.73,20,4.29,2.66,17,3.62,1.86,21,3.2,2.17,5,3.6,1.64,15,6.0,2.55,5,3.58,2.47,12,4.44,1.88,9,3.0,1.65,12,3.8,1.48,10,3.2,1.99,10,5.33,2.45,9,3.12,2.53,8,3.18,1.6,11,4.1,2.08,10,3.33,1.78,12,3.75,1.75,8,3.12,3.14,8,5.33,1.73,9,3.64,2.01,11,3.6,1.78,10
+El Nino,4.29,1.65,21,4.09,2.27,23,3.52,2.36,21,4.6,2.19,5,4.19,1.52,16,4.83,1.85,12,3.27,2.49,11,2.82,1.78,11,3.78,2.33,9,4.25,2.09,12,4.33,0.87,9,4.5,2.07,16,3.14,2.61,7,3.82,1.83,11,3.2,2.9,10,4.15,1.52,13,4.5,1.93,8,4.05,2.34,19,4.25,2.22,4,3.14,1.92,14,4.29,3.09,7
+elaborate,6.38,1.32,21,4.23,2.16,22,6.05,1.67,20,6.22,1.39,9,6.5,1.31,12,3.83,2.04,6,4.27,2.28,15,5.0,1.79,6,6.5,1.45,14,6.0,1.22,9,6.67,1.37,12,5.6,1.14,5,3.82,2.24,17,5.78,1.99,9,6.27,1.42,11,6.67,1.37,12,6.0,1.22,9,4.33,2.45,9,4.15,2.03,13,5.91,1.81,11,6.22,1.56,9
+elastic,5.71,1.82,21,4.35,1.94,23,5.05,2.25,21,5.8,2.77,5,5.69,1.54,16,4.42,1.83,12,4.27,2.15,11,4.55,2.3,11,5.22,1.92,9,5.75,2.26,12,5.67,1.12,9,4.44,2.0,16,4.14,1.95,7,4.73,1.35,11,5.4,2.99,10,5.77,1.54,13,5.62,2.33,8,4.58,1.89,19,3.25,2.06,4,4.43,1.55,14,6.29,2.98,7
+elated,6.56,2.02,39,5.14,2.71,21,6.86,1.42,22,7.18,1.47,22,5.76,2.39,17,5.29,3.25,7,4.92,2.56,13,7.27,1.35,11,6.45,1.44,11,6.09,1.62,23,7.25,2.38,16,6.0,2.08,7,4.54,2.99,13,6.92,1.61,13,6.78,1.2,9,6.58,1.8,19,6.55,2.26,20,5.45,2.88,11,4.8,2.62,10,6.93,1.59,14,6.75,1.16,8
+elbow,5.38,1.07,39,3.2,2.12,44,6.02,2.31,42,5.55,1.22,22,5.18,0.81,17,3.73,1.79,11,2.97,2.22,32,6.5,2.15,24,5.39,2.43,18,5.13,0.92,23,5.75,1.18,16,3.31,2.28,26,2.94,1.92,17,6.76,2.28,25,4.94,1.95,17,5.11,0.74,19,5.65,1.27,20,3.42,2.04,26,2.89,2.25,18,6.18,2.46,22,5.85,2.18,20
+elder,6.11,1.91,18,2.5,1.93,20,4.14,2.4,22,6.0,1.0,7,6.18,2.36,11,2.89,2.26,9,2.18,1.66,11,3.33,2.25,6,4.44,2.45,16,6.4,2.22,10,5.86,1.57,7,2.75,2.19,8,2.33,1.83,12,3.8,2.4,15,4.86,2.41,7,6.2,2.44,10,6.0,1.07,8,2.33,1.92,12,2.75,2.05,8,3.09,2.02,11,5.18,2.36,11
+elderly,4.63,2.39,19,2.73,2.1,22,4.91,2.23,23,4.73,2.41,11,5.0,2.24,7,3.0,2.39,8,2.57,1.99,14,3.71,2.29,7,5.44,2.06,16,3.62,1.92,8,5.36,2.5,11,2.0,1.66,9,3.23,2.28,13,5.27,1.9,11,4.58,2.54,12,4.42,2.68,12,5.0,1.91,7,2.64,2.2,11,2.82,2.09,11,4.85,2.51,13,5.0,1.94,10
+elect,5.52,1.29,21,4.0,2.83,20,5.43,2.34,21,5.83,0.98,6,5.4,1.4,15,4.38,3.34,8,3.75,2.56,12,5.18,2.52,11,5.7,2.21,10,5.67,1.63,6,5.47,1.19,15,4.0,3.33,10,4.0,2.4,10,5.36,2.31,14,5.57,2.57,7,5.57,1.13,7,5.5,1.4,14,3.93,3.29,14,4.17,1.47,6,5.58,2.84,12,5.22,1.56,9
+election,4.5,1.74,22,4.23,2.3,26,5.0,2.54,23,5.22,2.28,9,4.0,1.08,13,4.0,2.54,10,4.38,2.22,16,5.62,2.77,8,4.67,2.44,15,5.12,2.1,8,4.14,1.46,14,4.31,2.18,13,4.15,2.51,13,5.5,1.98,12,4.45,3.05,11,4.5,0.8,12,4.5,2.51,10,3.93,2.31,15,4.64,2.34,11,4.83,2.76,12,5.18,2.4,11
+elective,5.38,1.28,21,3.54,2.23,24,6.35,2.25,20,5.5,1.69,8,5.31,1.03,13,5.0,1.41,6,3.06,2.26,18,6.55,1.81,11,6.11,2.8,9,5.83,1.19,12,4.78,1.2,9,4.1,2.08,10,3.14,2.32,14,6.08,2.18,13,6.86,2.48,7,5.21,1.19,14,5.71,1.5,7,3.69,2.12,16,3.25,2.55,8,6.83,1.75,12,5.62,2.83,8
+electoral,4.21,1.4,19,3.86,1.85,21,4.96,2.12,23,4.6,1.67,5,4.0,1.35,13,3.17,2.04,6,4.13,1.77,15,4.5,1.72,10,5.31,2.39,13,4.14,1.95,7,4.18,1.08,11,3.0,2.38,7,4.29,1.44,14,5.0,1.95,11,4.92,2.35,12,4.33,1.61,12,4.0,1.0,7,3.55,2.11,11,4.2,1.55,10,4.5,1.83,14,5.67,2.45,9
+electric,6.1,1.37,21,4.05,2.06,21,5.48,1.97,21,6.0,1.5,9,6.17,1.34,12,4.17,2.23,6,3.93,2.13,14,5.5,2.81,6,5.47,1.64,15,6.0,1.5,9,6.17,1.34,12,4.8,1.79,5,3.81,2.14,16,5.4,2.27,10,5.55,1.75,11,6.42,1.56,12,5.67,1.0,9,4.62,2.33,8,3.69,1.89,13,5.67,2.23,12,5.22,1.64,9
+electric slide,6.05,1.19,20,4.73,2.6,22,5.67,1.98,27,6.86,1.46,7,5.62,0.77,13,4.1,2.69,10,5.25,2.53,12,5.6,1.76,15,5.82,2.4,11,5.73,0.9,11,6.44,1.42,9,5.11,2.32,9,4.46,2.85,13,5.76,2.41,17,5.56,1.01,9,6.31,1.18,13,5.57,1.13,7,4.88,2.63,16,4.33,2.73,6,5.5,2.07,12,5.8,1.97,15
+electrical,5.57,1.85,23,6.0,2.47,20,4.97,2.02,36,6.3,1.7,10,5.0,1.83,13,7.2,2.49,5,5.6,2.41,15,5.91,1.76,11,4.56,2.02,25,6.07,1.9,14,4.78,1.56,9,6.67,2.35,12,5.0,2.45,8,5.25,2.0,20,4.62,2.06,16,5.54,2.26,13,5.6,1.26,10,5.91,2.81,11,6.11,2.15,9,4.68,2.21,22,5.43,1.65,14
+electrician,5.21,1.36,19,3.19,1.81,21,5.73,2.14,22,6.0,2.65,3,5.06,1.06,16,3.38,1.51,8,3.08,2.02,13,5.44,2.65,9,5.92,1.8,13,5.78,1.72,9,4.7,0.67,10,3.11,2.09,9,3.25,1.66,12,5.5,2.59,14,6.12,0.99,8,5.0,1.15,7,5.33,1.5,12,3.7,2.0,10,2.73,1.56,11,5.83,2.48,12,5.6,1.78,10
+electricity,6.15,1.69,20,4.3,2.69,23,4.68,2.45,28,5.75,1.16,8,6.42,1.98,12,4.33,2.45,9,4.29,2.92,14,3.86,2.41,14,5.5,2.28,14,6.33,1.73,9,6.0,1.73,11,4.5,2.71,12,4.09,2.77,11,4.71,2.73,14,4.64,2.24,14,6.2,2.04,10,6.1,1.37,10,4.45,2.54,11,4.17,2.92,12,4.83,1.9,12,4.56,2.85,16
+electrocute,3.27,2.31,22,6.0,3.02,22,4.42,2.69,19,3.62,2.39,8,3.07,2.34,14,6.1,2.73,10,5.92,3.37,12,5.86,2.91,7,3.58,2.27,12,3.55,2.66,11,3.0,2.0,11,5.0,2.97,11,7.0,2.86,11,5.07,2.62,14,2.6,2.19,5,3.9,2.64,10,2.75,1.96,12,6.1,2.73,10,5.92,3.37,12,4.89,2.32,9,4.0,3.06,10
+electrocution,2.45,1.28,20,5.76,2.66,17,2.5,1.47,22,2.6,1.14,5,2.4,1.35,15,6.2,2.39,5,5.58,2.84,12,3.0,1.33,10,2.08,1.51,12,2.4,0.97,10,2.5,1.58,10,6.33,2.55,9,5.12,2.8,8,2.45,1.37,11,2.55,1.63,11,2.33,1.15,12,2.62,1.51,8,4.0,2.73,8,7.33,1.32,9,2.55,1.57,11,2.45,1.44,11
+electromagnetic,5.1,1.64,21,5.22,2.41,23,4.86,2.15,21,4.4,1.52,5,5.31,1.66,16,5.33,1.92,12,5.09,2.95,11,4.73,1.95,11,5.11,2.57,9,5.17,1.9,12,5.0,1.32,9,5.56,2.42,16,4.43,2.37,7,5.36,1.8,11,4.3,2.45,10,5.38,1.76,13,4.62,1.41,8,5.63,2.31,19,3.25,2.06,4,4.86,2.44,14,4.86,1.57,7
+electron,5.33,2.06,18,3.82,2.61,22,4.57,2.31,23,5.9,1.6,10,5.14,2.12,7,5.12,2.85,8,3.07,2.23,14,4.29,2.81,7,4.69,2.15,16,4.86,2.27,7,5.64,1.96,11,2.89,2.67,9,4.46,2.47,13,4.55,2.62,11,4.58,2.11,12,5.0,2.41,12,6.0,0.89,6,3.64,3.07,11,4.0,2.19,11,4.62,2.47,13,4.5,2.22,10
+electronic,6.52,1.69,21,3.64,2.72,22,5.41,2.32,27,7.0,1.25,10,6.09,1.97,11,3.14,2.85,7,3.87,2.72,15,5.53,2.9,17,5.2,0.79,10,6.73,1.62,11,6.3,1.83,10,4.6,3.51,5,3.35,2.5,17,5.36,2.68,14,5.46,1.98,13,6.38,1.76,13,6.75,1.67,8,3.7,3.23,10,3.58,2.35,12,5.79,2.46,14,5.0,2.2,13
+electronics,6.5,1.76,18,4.6,2.37,20,5.96,2.44,25,7.2,0.84,5,6.23,1.96,13,4.27,2.49,11,5.0,2.29,9,5.88,2.6,16,6.11,2.26,9,7.0,1.73,7,6.18,1.78,11,4.78,2.49,9,4.45,2.38,11,6.0,2.68,20,5.8,1.3,5,6.33,2.18,9,6.67,1.32,9,4.18,2.44,11,5.11,2.32,9,5.63,2.54,19,7.0,1.9,6
+elegance,6.91,2.0,22,4.24,2.68,25,6.26,2.38,23,7.44,1.51,9,6.54,2.26,13,3.67,3.24,9,4.56,2.37,16,6.62,2.26,8,6.07,2.49,15,6.0,2.39,8,7.43,1.6,14,4.92,2.75,13,3.5,2.5,12,5.83,3.01,12,6.73,1.42,11,7.0,2.45,12,6.8,1.4,10,4.27,3.17,15,4.2,1.87,10,6.08,2.84,12,6.45,1.86,11
+elegant,7.0,1.2,19,4.43,2.59,23,5.95,2.1,38,7.67,0.58,3,6.88,1.26,16,4.0,2.58,7,4.8,2.65,15,5.84,2.29,19,5.94,1.95,18,6.78,1.39,9,7.2,1.03,10,4.4,2.76,10,4.67,2.57,12,5.88,2.03,17,6.0,2.21,21,6.86,1.68,7,7.08,0.9,12,4.4,2.5,20,4.67,3.79,3,6.05,1.94,21,5.82,2.35,17
+element,5.58,1.46,19,3.9,2.36,21,5.0,1.95,20,5.0,1.0,3,5.69,1.54,16,3.0,1.67,6,4.27,2.55,15,5.33,1.97,6,4.86,1.99,14,5.5,1.51,10,5.67,1.5,9,4.0,2.52,7,3.86,2.38,14,5.2,2.15,10,4.8,1.81,10,5.5,1.51,8,5.64,1.5,11,4.0,2.18,9,3.83,2.59,12,5.38,2.62,8,4.75,1.42,12
+elemental,5.19,1.72,21,4.35,2.33,23,4.77,1.34,26,5.82,1.33,11,4.5,1.9,10,4.82,2.32,11,3.92,2.35,12,4.64,1.12,11,4.86,1.56,14,5.3,2.21,10,5.09,1.22,11,4.91,2.47,11,3.83,2.17,12,4.59,1.42,17,5.12,1.25,8,5.15,2.15,13,5.25,0.71,8,4.47,2.47,15,4.12,2.17,8,4.82,1.55,17,4.67,0.87,9
+elementary,6.11,1.49,19,3.5,2.14,20,4.91,2.02,23,6.31,1.7,13,5.67,0.82,6,4.0,2.83,5,3.33,1.95,15,4.92,2.15,12,4.91,1.97,11,6.0,1.73,9,6.2,1.32,10,3.86,2.34,7,3.31,2.1,13,4.82,1.78,11,5.0,2.3,12,5.89,0.78,9,6.3,1.95,10,3.7,2.31,10,3.3,2.06,10,4.89,2.76,9,4.93,1.49,14
+elephant,6.17,2.33,18,4.23,2.33,22,4.23,2.02,22,6.6,1.51,10,6.29,2.69,7,4.75,1.98,8,3.93,2.53,14,2.86,1.57,7,4.87,1.92,15,5.57,2.7,7,6.55,2.11,11,3.89,2.26,9,4.46,2.44,13,3.9,1.73,10,4.5,2.28,12,5.64,2.77,11,7.0,1.15,7,3.64,2.42,11,4.82,2.18,11,4.08,2.25,13,4.44,1.74,9
+elevate,6.42,1.64,19,4.65,2.1,23,5.67,2.11,18,6.33,1.32,9,6.5,1.96,10,5.0,1.63,7,4.6,2.35,15,6.6,2.12,10,4.5,1.51,8,7.0,1.32,9,5.9,1.79,10,5.1,2.38,10,4.42,1.93,12,5.88,2.1,8,5.22,2.17,9,6.75,1.66,12,5.86,1.57,7,4.55,2.01,20,5.33,3.06,3,5.88,2.1,8,5.5,2.22,10
+elevation,5.67,1.56,21,3.57,2.45,23,6.06,2.62,18,6.0,1.87,9,5.42,1.31,12,4.27,2.65,11,2.92,2.15,12,6.0,3.09,10,6.12,2.1,8,5.71,2.14,7,5.54,1.27,13,4.09,2.74,11,3.08,2.15,12,6.0,3.16,7,6.09,2.39,11,5.31,1.75,13,6.25,1.04,8,3.64,2.46,11,3.5,2.54,12,5.67,3.08,9,6.44,2.19,9
+elevator,5.95,1.5,40,3.65,2.25,43,4.92,2.26,24,6.0,1.05,10,5.96,1.69,28,3.68,2.21,19,3.57,2.35,23,4.0,2.0,8,5.38,2.31,16,5.94,1.26,18,5.95,1.75,21,3.5,2.53,18,3.76,2.07,25,4.59,2.29,17,5.83,2.32,6,5.82,1.59,22,6.11,1.41,18,3.0,2.22,20,4.22,2.15,23,5.31,2.44,16,4.12,1.73,8
+eleven,5.0,1.45,19,3.05,2.42,21,5.2,2.4,20,4.67,1.15,3,5.06,1.53,16,3.0,2.1,6,3.07,2.6,15,6.17,2.23,6,4.79,2.42,14,5.0,0.47,10,5.0,2.12,9,2.14,1.77,7,3.5,2.62,14,5.2,2.9,10,5.2,1.93,10,4.5,1.6,8,5.36,1.29,11,2.89,2.76,9,3.17,2.25,12,5.12,3.31,8,5.25,1.71,12
+elf,6.1,2.17,21,4.3,2.14,23,5.43,2.04,21,4.6,3.29,5,6.56,1.55,16,4.92,2.43,12,3.64,1.63,11,5.73,2.05,11,4.78,1.92,9,6.5,2.15,12,5.56,2.19,9,4.69,2.27,16,3.43,1.62,7,5.82,1.47,11,5.0,2.54,10,6.54,2.18,13,5.38,2.07,8,4.32,2.33,19,4.25,0.96,4,4.86,1.99,14,6.57,1.72,7
+elicit,4.14,1.68,21,5.27,2.25,22,4.4,1.88,20,4.89,1.54,9,3.58,1.62,12,4.33,2.8,6,5.6,2.06,15,2.67,1.51,6,5.14,1.51,14,4.44,1.59,9,3.92,1.78,12,4.2,2.05,5,5.59,2.27,17,4.56,2.07,9,4.27,1.79,11,3.92,1.88,12,4.44,1.42,9,6.22,2.05,9,4.62,2.22,13,4.36,2.01,11,4.44,1.81,9
+eligible,6.45,1.68,22,4.81,2.27,21,6.0,1.77,22,6.36,1.95,14,6.62,1.19,8,4.91,2.12,11,4.44,2.55,9,4.67,1.51,6,6.5,1.63,16,6.5,1.58,10,6.42,1.83,12,4.0,2.53,11,5.7,1.64,10,5.38,1.76,13,6.89,1.45,9,6.5,1.68,12,6.4,1.78,10,4.92,2.25,13,4.62,2.45,8,5.58,1.51,12,6.5,2.01,10
+eliminate,3.89,1.49,19,3.64,2.36,22,5.48,2.27,23,4.0,1.41,11,4.14,1.35,7,4.25,2.49,8,3.29,2.3,14,6.14,1.95,7,5.19,2.4,16,3.12,1.64,8,4.45,1.13,11,3.78,2.68,9,3.54,2.22,13,6.36,1.69,11,4.67,2.5,12,3.75,1.71,12,4.14,1.07,7,3.64,2.46,11,3.64,2.38,11,5.23,2.31,13,5.8,2.3,10
+elimination,3.86,1.96,21,3.35,2.33,23,4.33,2.38,18,4.22,2.59,9,3.58,1.38,12,3.64,2.29,11,3.08,2.43,12,3.9,2.38,10,4.88,2.42,8,5.14,2.19,7,3.08,1.5,13,3.55,2.34,11,3.17,2.41,12,3.86,2.73,7,4.64,2.2,11,3.92,2.29,13,3.75,1.39,8,3.27,2.33,11,3.42,2.43,12,3.78,2.05,9,4.89,2.67,9
+elite,5.71,2.1,21,5.9,2.22,20,5.34,2.3,35,6.12,2.75,8,5.46,1.66,13,5.6,2.61,5,6.0,2.17,15,5.18,2.36,11,5.42,2.32,24,5.69,2.43,13,5.75,1.58,8,6.25,2.6,12,5.38,1.51,8,5.5,2.14,20,5.13,2.56,15,6.0,2.19,11,5.4,2.07,10,6.73,1.49,11,4.89,2.62,9,5.41,2.32,22,5.23,2.35,13
+elitist,4.5,1.97,22,4.57,2.59,23,5.74,2.08,19,3.5,1.77,8,5.08,1.98,13,4.5,2.93,8,4.64,2.59,14,5.29,2.43,7,6.0,2.0,11,4.38,2.33,8,4.54,1.9,13,4.0,2.78,9,4.93,2.5,14,4.86,1.57,7,6.25,2.22,12,4.91,2.21,11,4.09,1.7,11,3.22,2.39,9,5.43,2.41,14,5.75,2.11,16,5.67,2.31,3
+elixir,5.68,1.97,19,3.95,2.32,22,5.43,2.2,21,5.89,1.76,9,5.5,2.22,10,4.5,2.33,8,3.64,2.34,14,6.4,1.65,10,4.55,2.34,11,5.43,1.27,7,5.83,2.33,12,3.7,2.21,10,4.17,2.48,12,4.77,2.24,13,6.5,1.77,8,5.2,2.25,10,6.22,1.56,9,3.62,2.07,8,4.14,2.51,14,5.69,2.1,13,5.0,2.45,8
+elk,5.81,1.97,21,3.48,2.04,21,4.67,2.14,24,6.08,1.38,12,5.44,2.6,9,3.43,2.07,7,3.5,2.1,14,4.4,2.41,10,4.86,1.99,14,6.5,3.0,4,5.65,1.73,17,3.5,1.84,10,3.45,2.3,11,3.57,1.81,7,5.12,2.15,17,6.42,2.19,12,5.0,1.32,9,3.77,1.96,13,3.0,2.2,8,4.0,2.35,9,5.07,1.98,15
+elm,6.32,1.38,19,3.05,2.13,21,5.43,2.11,23,5.2,0.45,5,6.85,1.34,13,3.33,2.73,6,2.93,1.94,15,5.6,2.12,10,5.31,2.18,13,5.71,1.38,7,6.82,1.25,11,2.86,2.67,7,3.14,1.92,14,4.91,1.64,11,5.92,2.43,12,6.0,1.28,12,6.86,1.46,7,3.0,2.37,11,3.1,1.97,10,5.79,2.01,14,4.89,2.26,9
+elope,6.58,1.5,19,5.7,2.2,20,6.21,2.76,19,6.77,1.64,13,6.17,1.17,6,5.6,2.79,5,5.73,2.09,15,6.0,2.51,8,6.36,3.04,11,6.67,1.94,9,6.5,1.08,10,6.86,2.73,7,5.08,1.66,13,5.67,3.04,9,6.7,2.54,10,6.67,1.8,9,6.5,1.27,10,5.1,2.73,10,6.3,1.42,10,7.14,2.48,7,5.67,2.87,12
+eloquence,6.76,1.48,21,3.91,2.7,23,6.46,1.75,26,6.64,1.69,11,6.9,1.29,10,4.64,2.87,11,3.25,2.45,12,6.64,1.8,11,6.43,1.79,14,6.8,1.23,10,6.73,1.74,11,4.73,2.87,11,3.17,2.41,12,6.35,1.9,17,6.88,1.46,8,6.92,1.71,13,6.5,1.07,8,4.47,2.77,15,2.88,2.36,8,6.71,1.76,17,6.0,1.73,9
+eloquent,7.16,1.61,19,4.61,2.39,23,6.37,1.61,19,6.44,1.67,9,7.8,1.32,10,4.29,2.29,7,4.8,2.57,15,6.3,2.06,10,6.44,1.01,9,7.78,1.48,9,6.6,1.58,10,5.6,2.41,10,3.83,2.25,12,5.62,1.92,8,7.0,1.15,10,7.08,1.68,12,7.29,1.6,7,4.7,2.41,20,4.0,2.65,3,6.0,1.93,8,6.64,1.36,11
+elude,4.62,1.88,21,4.0,2.97,20,5.05,2.75,22,5.33,2.88,6,4.33,1.35,15,4.75,3.45,8,3.5,2.65,12,5.25,2.9,12,4.8,2.7,10,5.22,2.59,9,4.17,1.03,12,4.44,2.88,9,3.64,3.14,11,3.71,2.43,7,5.67,2.74,15,5.0,2.11,10,4.27,1.68,11,3.77,2.65,13,4.43,3.69,7,4.92,3.34,12,5.2,1.99,10
+elusive,4.3,1.66,20,4.5,2.87,18,4.73,2.21,22,4.4,1.52,5,4.27,1.75,15,4.83,2.56,6,4.33,3.11,12,4.6,2.27,10,4.83,2.25,12,4.7,1.34,10,3.9,1.91,10,4.9,2.73,10,4.0,3.16,8,4.55,2.16,11,4.91,2.34,11,3.67,1.61,12,5.25,1.28,8,3.0,3.04,9,6.0,1.8,9,4.73,2.8,11,4.73,1.56,11
+email,6.0,1.62,20,4.5,2.35,22,6.11,1.94,19,6.0,2.06,9,6.0,1.26,11,2.8,2.17,5,5.19,2.14,16,5.5,1.87,6,6.38,1.98,13,6.07,1.69,14,5.83,1.6,6,4.33,2.46,12,5.0,2.24,9,5.78,1.48,9,6.4,2.32,10,5.4,1.84,10,6.6,1.17,10,4.08,2.43,12,5.0,2.26,10,6.67,2.07,6,5.85,1.91,13
+emancipation,6.57,1.89,21,3.65,2.32,20,4.73,2.93,22,6.67,1.51,6,6.53,2.07,15,3.62,2.2,8,3.67,2.5,12,4.67,3.26,12,4.8,2.66,10,6.67,2.0,9,6.5,1.88,12,3.44,1.88,9,3.82,2.71,11,3.71,2.21,7,5.2,3.17,15,7.1,1.91,10,6.09,1.81,11,4.0,2.48,13,3.0,2.0,7,5.0,3.1,12,4.4,2.84,10
+embankment,5.0,1.11,19,3.62,2.25,21,5.43,2.09,23,5.67,1.15,3,4.88,1.09,16,4.12,1.64,8,3.31,2.56,13,5.11,2.47,9,5.64,1.86,14,4.56,1.13,9,5.4,0.97,10,3.89,2.32,9,3.42,2.27,12,5.93,2.15,15,4.5,1.69,8,4.57,1.13,7,5.25,1.06,12,3.7,2.67,10,3.55,1.92,11,5.69,2.43,13,5.1,1.6,10
+embargo,5.05,1.56,22,4.59,2.32,22,5.45,2.16,20,4.75,2.05,8,5.21,1.25,14,5.2,2.62,10,4.08,2.02,12,6.14,2.85,7,5.08,1.71,13,5.45,1.75,11,4.64,1.29,11,3.91,1.97,11,5.27,2.53,11,5.8,2.18,15,4.4,1.95,5,4.4,1.17,10,5.58,1.68,12,4.3,1.95,10,4.83,2.66,12,5.6,2.27,10,5.3,2.16,10
+embark,5.89,1.76,19,4.3,2.9,20,6.39,2.06,23,6.15,1.86,13,5.33,1.51,6,4.4,3.21,5,4.27,2.91,15,6.62,1.76,13,6.1,2.47,10,6.22,1.86,9,5.6,1.71,10,5.71,3.35,7,3.54,2.44,13,6.5,2.42,10,6.31,1.84,13,5.67,1.32,9,6.1,2.13,10,4.4,2.91,10,4.2,3.05,10,7.38,2.0,8,5.87,1.96,15
+embarrass,3.38,1.88,21,5.47,2.74,19,4.22,2.62,36,3.38,2.13,8,3.38,1.8,13,4.6,2.61,5,5.79,2.81,14,4.09,2.51,11,4.28,2.72,25,3.0,1.83,13,4.0,1.93,8,5.64,3.01,11,5.25,2.49,8,4.15,2.68,20,4.31,2.63,16,3.09,1.51,11,3.7,2.26,10,6.45,2.66,11,4.12,2.36,8,3.59,2.59,22,5.21,2.42,14
+embarrassed,3.51,1.72,41,5.38,2.44,45,3.67,2.66,18,3.88,1.9,17,3.25,1.57,24,4.91,2.7,11,5.55,2.41,33,3.0,2.36,10,4.5,2.93,8,3.32,1.62,22,3.74,1.85,19,5.15,2.72,26,5.72,2.08,18,3.71,2.5,7,3.64,2.87,11,3.46,1.82,26,3.6,1.59,15,5.78,2.41,27,4.78,2.44,18,2.67,0.87,9,4.67,3.46,9
+embarrassing,3.53,1.39,19,5.95,2.38,21,3.87,2.1,23,3.8,1.48,5,3.38,1.45,13,5.83,2.56,6,6.0,2.39,15,3.9,2.42,10,3.85,1.91,13,2.86,0.9,7,3.91,1.58,11,5.14,2.97,7,6.36,2.02,14,3.36,2.25,11,4.33,1.92,12,3.58,1.0,12,3.43,1.99,7,5.55,2.84,11,6.4,1.78,10,3.86,2.35,14,3.89,1.76,9
+embarrassment,2.72,1.6,18,5.45,2.42,20,2.92,1.71,25,2.0,1.41,5,3.0,1.63,13,5.55,2.7,11,5.33,2.18,9,3.25,1.84,16,2.33,1.32,9,3.0,1.73,7,2.55,1.57,11,5.11,2.76,9,5.73,2.2,11,2.8,1.7,20,3.4,1.82,5,2.67,1.66,9,2.78,1.64,9,5.36,2.66,11,5.56,2.24,9,3.11,1.85,19,2.33,1.03,6
+embassy,5.3,2.12,23,3.91,2.2,22,5.79,1.87,19,6.25,2.05,8,4.8,2.04,15,3.3,1.77,10,4.42,2.47,12,6.43,2.3,7,5.42,1.56,12,4.75,2.49,12,5.91,1.51,11,3.64,2.16,11,4.18,2.32,11,5.71,2.09,14,6.0,1.22,5,3.82,1.33,11,6.67,1.78,12,4.6,2.27,10,3.33,2.06,12,5.11,1.76,9,6.4,1.84,10
+embattled,4.05,1.36,39,4.02,2.56,48,4.88,2.25,48,4.2,1.74,15,3.96,1.08,24,4.33,2.43,18,3.83,2.65,30,4.75,2.17,24,4.83,2.25,23,3.95,1.57,20,4.16,1.12,19,4.58,2.38,24,3.46,2.65,24,4.92,2.43,25,4.83,2.08,23,4.28,1.43,25,3.64,1.15,14,3.88,2.32,32,4.31,3.03,16,5.0,1.88,26,4.73,2.66,22
+embezzlement,2.95,1.27,19,4.67,2.28,18,4.18,2.77,17,3.45,1.29,11,2.25,0.89,8,5.0,2.71,4,4.57,2.24,14,4.12,2.64,8,4.22,3.03,9,3.25,1.04,8,2.73,1.42,11,4.14,2.61,7,5.0,2.1,11,5.0,2.76,6,3.73,2.8,11,3.0,1.08,13,2.83,1.72,6,4.45,1.92,11,5.0,2.89,7,3.86,3.08,7,4.4,2.67,10
+embezzler,3.05,2.12,19,5.24,2.68,21,3.79,2.48,28,2.33,1.21,6,3.38,2.4,13,5.73,2.65,11,4.7,2.75,10,4.91,2.95,11,3.06,1.89,17,4.0,2.28,11,1.75,0.89,8,4.9,2.47,10,5.55,2.94,11,4.33,2.47,18,2.8,2.3,10,3.46,2.11,13,2.17,2.04,6,4.85,2.61,13,5.88,2.85,8,3.38,2.55,16,4.33,2.39,12
+emblem,6.0,1.7,19,2.67,1.85,21,5.46,1.77,24,5.25,2.06,4,6.2,1.61,15,4.25,2.75,4,2.29,1.45,17,6.11,1.69,9,5.07,1.75,15,6.12,1.73,8,5.91,1.76,11,3.2,2.2,10,2.18,1.4,11,5.43,1.28,14,5.5,2.37,10,5.91,1.87,11,6.12,1.55,8,2.0,1.05,10,3.27,2.24,11,5.41,2.06,17,5.57,0.79,7
+embodiment,5.72,1.53,18,3.78,2.37,18,4.91,2.15,23,6.4,1.52,5,5.46,1.51,13,3.11,2.47,9,4.44,2.19,9,5.07,2.06,14,4.67,2.4,9,6.57,1.27,7,5.18,1.47,11,2.71,2.36,7,4.45,2.21,11,4.83,2.23,18,5.2,2.05,5,5.89,1.27,9,5.56,1.81,9,3.2,2.15,10,4.5,2.56,8,4.71,2.28,17,5.5,1.76,6
+embolism,2.14,1.46,21,4.17,2.12,23,4.05,2.36,22,1.62,0.74,8,2.46,1.71,13,4.62,2.14,13,3.6,2.07,10,5.08,2.14,13,2.56,1.88,9,1.75,1.39,8,2.42,1.56,12,4.46,1.61,13,3.8,2.7,10,5.08,2.07,12,2.8,2.15,10,2.4,1.84,10,1.91,1.04,11,4.44,2.03,16,3.57,2.37,7,3.9,2.28,10,4.17,2.52,12
+embrace,7.0,1.45,20,5.82,2.58,17,6.58,2.32,24,6.8,1.3,5,7.07,1.53,15,4.2,3.11,5,6.5,2.11,12,6.23,2.52,13,7.0,2.1,11,6.9,1.66,10,7.1,1.29,10,4.86,2.41,7,6.5,2.59,10,6.12,2.28,16,7.5,2.27,8,6.71,1.49,14,7.67,1.21,6,6.09,2.26,11,5.33,3.27,6,6.8,2.51,15,6.22,2.05,9
+embroidery,6.53,1.74,19,2.85,2.52,20,6.05,2.06,20,5.67,1.15,3,6.67,1.88,15,2.4,2.22,10,3.3,2.83,10,6.1,1.6,10,6.0,2.54,10,6.17,2.32,6,6.67,1.56,12,1.57,1.13,7,3.54,2.82,13,5.5,2.62,8,6.42,1.62,12,6.92,1.62,12,5.86,1.86,7,2.7,2.36,10,3.0,2.79,10,5.89,2.47,9,6.18,1.78,11
+embryo,5.75,1.55,20,3.7,1.77,23,4.86,1.88,21,6.44,1.13,9,5.18,1.66,11,3.55,1.86,11,3.83,1.75,12,5.12,1.64,8,4.69,2.06,13,5.93,1.33,14,5.33,2.07,6,3.33,1.8,9,3.93,1.77,14,5.38,1.77,8,4.54,1.94,13,5.6,1.51,10,5.9,1.66,10,4.31,1.65,13,2.9,1.66,10,5.0,1.48,12,4.67,2.4,9
+emcee,5.15,1.31,20,4.05,2.1,22,4.74,2.38,19,5.56,1.42,9,4.82,1.17,11,2.0,1.41,5,4.56,1.93,16,3.5,3.02,6,5.31,1.89,13,5.07,1.44,14,5.33,1.03,6,4.0,2.04,12,3.89,2.32,9,4.11,1.05,9,5.3,3.09,10,5.0,1.41,10,5.3,1.25,10,3.67,2.19,12,4.5,2.01,10,4.5,2.66,6,4.85,2.34,13
+emerald,7.3,1.75,20,5.33,2.32,24,6.32,2.03,22,7.75,1.39,8,7.0,1.95,12,5.38,2.47,13,5.27,2.24,11,6.15,2.19,13,6.56,1.88,9,8.12,0.99,8,6.82,2.04,11,5.86,1.61,14,4.6,2.99,10,6.33,2.02,12,6.3,2.16,10,7.22,2.22,9,7.36,1.36,11,5.53,2.58,17,4.86,1.57,7,6.4,2.32,10,6.25,1.86,12
+emerge,5.75,1.45,20,4.74,2.2,23,6.67,1.96,21,5.78,0.83,9,5.73,1.85,11,5.0,2.49,11,4.5,1.98,12,5.75,1.91,8,7.23,1.83,13,5.86,1.51,14,5.5,1.38,6,4.11,2.62,9,5.14,1.88,14,6.0,1.69,8,7.08,2.06,13,6.1,1.73,10,5.4,1.07,10,4.08,2.14,13,5.6,2.07,10,6.83,1.75,12,6.44,2.3,9
+emergency,2.72,1.23,18,6.43,2.73,21,2.72,1.53,18,2.62,0.92,8,2.8,1.48,10,4.43,3.36,7,7.43,1.74,14,2.64,1.21,11,2.86,2.04,7,2.91,1.3,11,2.43,1.13,7,6.11,3.33,9,6.67,2.31,12,2.27,1.27,11,3.43,1.72,7,2.58,1.0,12,3.0,1.67,6,5.58,3.2,12,7.56,1.42,9,3.0,1.58,9,2.44,1.51,9
+emery,4.74,1.32,23,3.59,2.09,22,5.6,2.64,20,4.75,0.89,8,4.73,1.53,15,4.1,2.23,10,3.17,1.95,12,7.43,2.82,7,4.62,2.02,13,4.75,1.54,12,4.73,1.1,11,3.27,2.05,11,3.91,2.17,11,5.53,3.04,15,5.8,0.84,5,4.55,1.44,11,4.92,1.24,12,3.4,1.78,10,3.75,2.38,12,4.8,2.49,10,6.4,2.67,10
+eminence,5.43,1.62,23,4.5,2.41,22,5.0,2.08,19,5.88,1.46,8,5.2,1.7,15,4.6,2.37,10,4.42,2.54,12,5.57,2.37,7,4.67,1.92,12,5.5,1.88,12,5.36,1.36,11,4.73,2.15,11,4.27,2.72,11,5.07,2.27,14,4.8,1.64,5,4.64,1.36,11,6.17,1.53,12,4.7,2.06,10,4.33,2.74,12,5.11,2.2,9,4.9,2.08,10
+eminent,5.58,1.8,19,4.95,2.16,21,5.09,1.9,23,4.4,0.89,5,6.08,1.93,13,3.83,1.72,6,5.4,2.2,15,5.0,1.94,10,5.15,1.95,13,5.57,2.15,7,5.64,1.75,11,4.71,3.09,7,5.07,1.64,14,4.55,1.97,11,5.58,1.78,12,4.92,1.62,12,6.71,1.6,7,4.45,2.38,11,5.5,1.84,10,4.71,1.94,14,5.67,1.8,9
+emissary,4.76,1.55,21,3.39,2.41,23,5.56,2.15,18,4.78,1.72,9,4.75,1.48,12,4.09,2.21,11,2.75,2.49,12,5.8,2.39,10,5.25,1.91,8,4.43,1.13,7,5.08,1.71,13,4.09,2.43,11,2.75,2.3,12,5.57,2.76,7,5.55,1.81,11,4.46,1.2,13,5.25,1.98,8,3.27,2.57,11,3.5,2.35,12,5.0,2.18,9,6.11,2.09,9
+emission,4.1,1.62,20,3.67,2.51,24,4.68,1.95,19,4.56,1.24,9,3.73,1.85,11,4.0,3.1,6,3.65,2.42,17,4.71,1.89,7,4.67,2.06,12,4.19,1.47,16,3.75,2.36,4,3.36,2.47,14,4.33,2.69,9,4.56,1.94,9,4.8,2.04,10,3.91,1.51,11,4.33,1.8,9,3.38,2.45,16,4.25,2.71,8,4.64,2.25,11,4.75,1.58,8
+emit,4.81,1.69,21,3.96,2.41,25,5.26,2.4,19,5.22,2.05,9,4.5,1.38,12,3.83,2.32,6,4.06,2.55,18,5.29,2.36,7,5.25,2.53,12,4.88,1.82,16,4.6,1.34,5,3.64,2.47,14,4.5,2.46,10,5.78,2.64,9,4.8,2.2,10,5.0,1.91,12,4.56,1.42,9,4.25,2.32,16,3.44,2.6,9,5.45,2.7,11,5.0,2.07,8
+emotion,6.62,1.88,21,4.75,2.79,20,5.0,2.89,22,7.67,1.37,6,6.2,1.93,15,5.12,2.7,8,4.5,2.94,12,6.17,2.44,12,3.6,2.88,10,7.11,2.09,9,6.25,1.71,12,5.33,2.87,9,4.27,2.76,11,3.71,2.5,7,5.6,2.95,15,6.9,2.18,10,6.36,1.63,11,5.38,2.96,13,3.57,2.15,7,5.33,3.11,12,4.6,2.72,10
+emotional,5.11,1.79,19,5.32,2.46,22,4.5,2.23,18,4.89,1.36,9,5.3,2.16,10,5.86,2.41,7,5.21,2.55,14,4.78,2.39,9,4.22,2.17,9,5.56,2.13,9,4.7,1.42,10,5.2,2.62,10,5.64,2.42,11,3.75,1.58,8,5.1,2.56,10,5.58,2.02,12,4.29,0.95,7,5.11,2.45,19,6.67,2.52,3,4.0,1.83,7,4.82,2.48,11
+empathize,7.1,1.37,21,3.55,2.36,22,6.38,1.91,21,6.44,1.33,9,7.58,1.24,12,2.5,1.76,6,3.73,2.43,15,6.33,1.97,6,6.4,1.96,15,6.33,1.41,9,7.67,1.07,12,3.8,2.28,5,3.47,2.45,17,6.1,1.66,10,6.64,2.16,11,7.42,1.38,12,6.67,1.32,9,4.33,2.87,9,3.0,1.87,13,6.92,1.44,12,5.67,2.29,9
+empathy,7.29,1.49,21,3.62,2.06,21,5.9,1.97,21,6.67,1.66,9,7.75,1.22,12,3.17,1.94,6,3.79,2.22,14,5.0,2.45,6,6.27,1.71,15,6.67,1.73,9,7.75,1.14,12,3.2,1.3,5,3.75,2.27,16,5.4,2.12,10,6.36,1.8,11,7.5,1.62,12,7.0,1.32,9,3.62,1.85,8,3.62,2.26,13,6.33,2.19,12,5.33,1.58,9
+emperor,4.68,1.83,19,4.25,2.2,20,5.32,2.32,22,5.0,1.58,5,4.69,1.97,13,4.17,2.32,6,4.29,2.23,14,5.8,1.75,10,4.92,2.71,12,4.57,1.27,7,4.91,2.17,11,5.5,2.43,6,3.71,1.94,14,6.1,1.6,10,4.67,2.67,12,4.75,1.6,12,4.57,2.3,7,4.6,2.8,10,3.9,1.45,10,5.38,2.26,13,5.22,2.54,9
+emphasis,5.26,1.66,19,4.1,1.87,21,5.0,1.78,20,6.0,1.0,3,5.12,1.75,16,3.67,1.86,6,4.27,1.91,15,4.5,2.35,6,5.21,1.53,14,5.5,1.18,10,5.0,2.12,9,3.57,1.9,7,4.36,1.86,14,4.9,2.13,10,5.1,1.45,10,5.12,1.46,8,5.36,1.86,11,3.67,2.0,9,4.42,1.78,12,5.62,2.07,8,4.58,1.51,12
+emphasize,5.75,1.16,20,4.21,2.4,24,6.43,1.62,28,5.88,0.83,8,5.67,1.37,12,3.67,2.45,9,4.53,2.39,15,6.36,1.34,14,6.5,1.91,14,6.11,1.45,9,5.45,0.82,11,3.75,2.01,12,4.67,2.74,12,6.21,1.89,14,6.64,1.34,14,5.9,1.45,10,5.6,0.84,10,4.67,2.1,12,3.75,2.67,12,6.58,1.44,12,6.31,1.78,16
+emphysema,2.47,1.5,19,4.25,2.29,20,4.3,2.55,23,2.0,1.0,3,2.56,1.59,16,5.25,2.31,8,3.58,2.11,12,4.78,2.05,9,4.0,2.86,14,2.44,1.81,9,2.5,1.27,10,3.38,1.77,8,4.83,2.48,12,4.93,2.74,15,3.12,1.73,8,2.86,1.68,7,2.25,1.42,12,3.89,2.2,9,4.55,2.42,11,4.62,3.07,13,3.9,1.73,10
+empire,5.36,2.01,22,4.59,2.75,22,5.95,2.52,20,5.75,1.75,8,5.14,2.18,14,4.9,2.96,10,4.33,2.67,12,4.43,2.57,7,6.77,2.17,13,5.18,2.09,11,5.55,2.02,11,4.36,2.66,11,4.82,2.96,11,5.53,2.5,15,7.2,2.39,5,4.3,1.95,10,6.25,1.66,12,5.2,2.57,10,4.08,2.91,12,6.3,2.31,10,5.6,2.8,10
+empirical,4.67,1.68,21,4.14,2.4,22,5.3,1.84,20,5.25,1.67,8,4.31,1.65,13,4.8,2.7,10,3.58,2.07,12,5.57,2.64,7,5.15,1.34,13,5.0,2.05,11,4.3,1.16,10,3.36,1.96,11,4.91,2.63,11,5.27,2.09,15,5.4,0.89,5,4.3,2.0,10,5.0,1.34,11,3.8,1.81,10,4.42,2.84,12,4.7,1.7,10,5.9,1.85,10
+employ,5.89,2.31,19,3.83,2.01,23,5.0,2.11,19,6.11,1.62,9,5.7,2.87,10,3.71,1.98,7,4.0,2.1,15,5.1,1.97,10,4.89,2.37,9,6.11,2.37,9,5.7,2.36,10,3.7,2.31,10,4.08,1.83,12,4.38,1.41,8,5.2,2.44,10,5.58,2.57,12,6.43,1.81,7,3.7,2.08,20,4.67,1.53,3,5.0,1.93,8,5.0,2.32,11
+employee,5.29,2.1,21,4.65,2.89,20,4.81,2.33,36,5.12,2.17,8,5.38,2.14,13,4.4,2.79,5,4.73,3.01,15,5.55,2.3,11,4.48,2.31,25,4.92,2.33,13,5.88,1.64,8,4.17,3.01,12,5.38,2.72,8,5.05,2.5,20,4.5,2.13,16,4.55,2.11,11,6.1,1.85,10,5.09,3.27,11,4.11,2.42,9,4.77,2.54,22,4.86,2.03,14
+employer,5.3,1.56,20,4.06,2.54,17,3.3,2.6,23,4.8,1.48,5,5.47,1.6,15,5.75,2.5,4,3.54,2.4,13,3.58,2.71,12,3.0,2.57,11,5.2,1.93,10,5.4,1.17,10,6.0,2.0,6,3.0,2.19,11,3.33,2.53,15,3.25,2.92,8,5.07,1.59,14,5.83,1.47,6,4.25,2.22,12,3.6,3.44,5,3.47,2.47,15,3.0,2.98,8
+employment,6.0,1.86,19,5.02,2.68,44,5.36,2.55,58,5.33,1.53,3,6.12,1.93,16,5.14,2.74,21,4.91,2.68,23,4.81,2.59,27,5.84,2.45,31,6.33,1.94,9,5.7,1.83,10,4.75,2.2,20,5.25,3.05,24,5.37,2.49,38,5.35,2.72,20,6.71,1.11,7,5.58,2.11,12,4.73,2.66,30,5.64,2.71,14,5.19,2.48,32,5.58,2.66,26
+emporium,5.25,1.37,20,4.17,2.27,23,6.05,1.53,21,4.89,1.83,9,5.55,0.82,11,4.55,2.88,11,3.83,1.59,12,5.62,1.3,8,6.31,1.65,13,4.93,1.38,14,6.0,1.1,6,5.0,3.0,9,3.64,1.55,14,6.0,1.6,8,6.08,1.55,13,5.1,1.2,10,5.4,1.58,10,4.23,2.24,13,4.1,2.42,10,6.25,1.54,12,5.78,1.56,9
+empress,4.95,1.47,20,3.87,2.16,23,6.1,2.3,21,5.44,1.33,9,4.55,1.51,11,4.27,2.69,11,3.5,1.57,12,5.62,1.6,8,6.38,2.66,13,5.21,0.89,14,4.33,2.34,6,4.0,2.69,9,3.79,1.85,14,6.75,2.25,8,5.69,2.32,13,5.0,0.82,10,4.9,1.97,10,3.62,1.94,13,4.2,2.49,10,6.0,2.7,12,6.22,1.79,9
+emptiness,3.26,2.28,23,3.18,2.46,22,4.1,2.2,20,4.12,2.1,8,2.8,2.31,15,2.4,1.9,10,3.83,2.76,12,5.71,2.06,7,3.23,1.79,13,3.83,2.52,12,2.64,1.91,11,3.64,3.04,11,2.73,1.74,11,4.0,2.33,15,4.4,1.95,5,2.64,1.43,11,3.83,2.79,12,4.5,2.88,10,2.08,1.38,12,3.3,1.83,10,4.9,2.33,10
+empty,3.78,1.77,18,2.25,1.65,20,3.61,2.06,18,3.25,1.04,8,4.2,2.15,10,1.86,1.57,7,2.46,1.71,13,3.09,1.58,11,4.43,2.57,7,3.55,1.04,11,4.14,2.61,7,1.67,1.12,9,2.73,1.9,11,3.73,2.33,11,3.43,1.72,7,3.67,1.15,12,4.0,2.76,6,2.17,1.64,12,2.38,1.77,8,4.33,2.29,9,2.89,1.62,9
+emu,5.45,1.26,22,4.0,2.37,26,6.21,2.21,24,4.78,1.09,9,5.92,1.19,13,2.6,1.78,10,4.88,2.31,16,6.22,2.22,9,6.2,2.27,15,4.75,1.16,8,5.86,1.17,14,4.46,2.44,13,3.54,2.3,13,6.0,2.63,12,6.42,1.78,12,5.75,1.22,12,5.1,1.29,10,3.33,2.35,15,4.91,2.17,11,5.92,2.33,13,6.55,2.11,11
+emulate,5.11,1.66,19,4.15,1.79,20,5.83,1.99,23,4.0,1.0,3,5.31,1.7,16,5.14,1.21,7,3.62,1.85,13,5.78,2.59,9,5.86,1.61,14,5.67,1.58,9,4.6,1.65,10,4.75,1.04,8,3.75,2.09,12,5.6,2.38,15,6.25,0.89,8,5.14,2.61,7,5.08,0.9,12,4.2,1.55,10,4.1,2.08,10,5.85,2.54,13,5.8,1.03,10
+enable,5.13,2.01,23,3.95,2.44,22,5.45,2.56,20,6.0,2.33,8,4.67,1.72,15,4.2,2.1,10,3.75,2.77,12,5.86,2.79,7,5.23,2.52,13,5.0,2.0,12,5.27,2.1,11,4.09,2.51,11,3.82,2.48,11,5.4,2.56,15,5.6,2.88,5,4.0,1.48,11,6.17,1.9,12,4.8,2.66,10,3.25,2.09,12,5.3,2.5,10,5.6,2.76,10
+enamel,5.42,1.54,19,3.79,2.28,24,5.31,2.28,26,5.0,0.0,8,5.73,2.0,11,4.44,2.24,9,3.4,2.29,15,4.85,2.41,13,5.77,2.13,13,5.67,2.18,9,5.2,0.63,10,3.92,2.39,12,3.67,2.27,12,5.14,2.85,14,5.5,1.45,12,6.0,1.89,10,4.78,0.67,9,3.67,2.57,12,3.92,2.07,12,5.67,2.27,12,5.0,2.32,14
+enchanted,7.16,1.57,19,5.27,2.73,22,6.0,2.41,22,6.89,1.76,9,7.4,1.43,10,4.88,2.36,8,5.5,2.98,14,5.45,2.5,11,6.55,2.3,11,6.43,1.9,7,7.58,1.24,12,5.1,2.28,10,5.42,3.15,12,5.92,2.78,13,6.11,1.9,9,6.9,1.52,10,7.44,1.67,9,4.5,2.78,8,5.71,2.7,14,6.5,2.07,14,5.12,2.85,8
+enchanting,6.8,1.44,20,5.56,2.23,18,5.5,2.5,22,7.0,1.0,5,6.73,1.58,15,6.0,2.1,6,5.33,2.35,12,5.4,1.71,10,5.58,3.09,12,6.8,0.92,10,6.8,1.87,10,5.6,2.46,10,5.5,2.07,8,6.09,2.34,11,4.91,2.63,11,6.58,1.62,12,7.12,1.13,8,5.56,2.4,9,5.56,2.19,9,5.73,2.33,11,5.27,2.76,11
+enchantment,6.8,1.85,20,5.29,2.76,21,5.22,2.54,23,6.33,1.53,3,6.88,1.93,17,5.0,2.83,7,5.69,2.75,13,5.25,2.38,8,5.2,2.7,15,6.29,1.7,7,7.08,1.93,13,5.86,2.27,7,5.23,3.0,13,4.25,2.56,12,6.27,2.15,11,6.44,1.94,9,7.09,1.81,11,5.82,2.52,11,4.7,3.02,10,5.18,2.51,17,5.33,2.88,6
+enchantress,5.82,2.17,22,4.1,2.47,21,5.68,2.28,22,6.07,2.4,14,5.38,1.77,8,3.91,2.63,11,4.56,2.4,9,4.83,2.4,6,6.0,2.22,16,5.8,2.25,10,5.83,2.21,12,3.55,2.21,11,4.7,2.71,10,5.46,2.11,13,6.0,2.6,9,5.92,2.23,12,5.7,2.21,10,3.77,2.68,13,4.62,2.13,8,5.08,2.23,12,6.4,2.22,10
+enchilada,6.63,1.74,19,4.39,2.09,18,5.82,1.89,22,7.6,0.55,5,6.29,1.9,14,4.17,1.94,6,4.5,2.24,12,5.2,1.55,10,6.33,2.06,12,7.33,1.0,9,6.0,2.05,10,4.5,1.72,10,4.25,2.6,8,5.82,1.72,11,5.82,2.14,11,6.33,2.02,12,7.14,1.07,7,3.67,2.65,9,5.11,1.05,9,6.55,2.07,11,5.09,1.45,11
+enclosure,4.6,0.94,20,3.35,2.23,20,4.64,2.36,25,4.67,1.53,3,4.59,0.87,17,4.17,2.56,6,3.0,2.16,13,6.25,1.28,8,3.88,2.39,17,4.29,1.25,7,4.77,0.73,13,4.57,2.3,7,2.67,2.06,12,4.71,2.55,14,4.55,2.21,11,4.67,0.71,9,4.55,1.13,11,3.27,1.85,11,3.44,2.74,9,4.28,2.47,18,5.57,1.9,7
+encore,6.9,1.48,21,4.09,2.2,22,5.52,1.57,21,6.56,1.13,9,7.17,1.7,12,3.5,2.51,6,4.2,2.14,15,5.2,0.84,5,5.62,1.75,16,6.78,1.48,9,7.0,1.54,12,5.4,1.52,5,3.71,2.26,17,5.27,1.56,11,5.8,1.62,10,7.33,1.61,12,6.33,1.12,9,4.33,2.24,9,3.92,2.25,13,5.33,1.56,12,5.78,1.64,9
+encounter,5.16,1.21,19,4.67,2.11,21,5.3,2.25,20,5.0,0.0,3,5.19,1.33,16,4.83,2.23,6,4.6,2.13,15,5.33,1.21,6,5.29,2.61,14,5.2,0.42,10,5.11,1.76,9,5.0,1.83,7,4.5,2.28,14,5.0,1.94,10,5.6,2.59,10,4.75,1.16,8,5.45,1.21,11,4.44,2.24,9,4.83,2.08,12,5.75,3.01,8,5.0,1.65,12
+encourage,7.16,1.26,19,4.38,2.42,21,6.2,2.25,25,7.09,1.3,11,7.25,1.28,8,5.43,2.57,7,3.86,2.25,14,5.7,2.31,10,6.53,2.23,15,7.5,1.73,4,7.07,1.16,15,5.5,2.46,10,3.36,1.96,11,6.43,2.64,7,6.11,2.17,18,7.27,1.27,11,7.0,1.31,8,4.38,2.47,13,4.38,2.5,8,6.0,2.24,9,6.31,2.33,16
+encouragement,6.7,1.87,20,5.59,3.06,17,6.58,2.26,24,7.6,0.89,5,6.4,2.03,15,4.75,2.99,4,5.85,3.16,13,6.38,2.69,13,6.82,1.72,11,6.0,2.11,10,7.4,1.35,10,6.83,3.06,6,4.91,2.98,11,6.19,2.37,16,7.38,1.92,8,6.79,1.42,14,6.5,2.81,6,6.45,3.11,11,4.0,2.45,6,6.4,2.67,15,6.89,1.45,9
+encouraging,6.89,1.85,19,4.23,2.47,22,6.87,2.01,23,6.64,2.06,11,7.0,1.53,7,4.88,2.17,8,3.86,2.63,14,5.71,2.93,7,7.38,1.26,16,6.5,2.39,8,7.18,1.4,11,4.22,2.39,9,4.23,2.62,13,6.55,2.5,11,7.17,1.47,12,7.0,2.26,12,6.71,0.95,7,4.45,2.94,11,4.0,2.0,11,6.85,2.23,13,6.9,1.79,10
+encryption,5.14,1.75,22,4.0,2.45,22,5.32,2.65,19,5.38,1.92,8,4.69,1.32,13,3.29,2.36,7,4.29,2.58,14,5.14,2.85,7,5.55,2.73,11,4.88,0.83,8,5.0,1.91,13,3.5,2.93,8,4.29,2.2,14,3.71,2.43,7,6.25,2.38,12,5.09,1.38,11,5.18,2.14,11,2.89,2.57,9,4.77,2.13,13,5.25,2.77,16,5.67,2.31,3
+encyclopedia,6.14,1.61,22,5.0,2.47,19,6.48,2.2,21,5.8,0.84,5,6.25,1.84,16,5.88,2.23,8,4.36,2.54,11,6.7,1.83,10,6.27,2.57,11,6.17,1.53,12,6.1,1.79,10,4.7,1.57,10,5.33,3.28,9,5.92,2.54,12,7.22,1.48,9,6.0,1.79,11,6.27,1.49,11,3.88,2.47,8,5.82,2.23,11,6.33,1.66,9,6.58,2.61,12
+end,4.73,1.75,22,3.95,2.4,21,4.41,2.45,17,4.67,2.07,6,4.8,1.74,15,3.86,3.08,7,4.0,2.11,14,4.38,2.72,8,4.25,2.43,8,4.86,2.03,14,4.57,1.27,7,4.0,2.5,9,3.92,2.43,12,4.11,2.47,9,4.75,2.55,8,4.64,2.02,14,4.88,1.25,8,3.0,2.61,6,4.33,2.29,15,3.67,2.55,9,5.25,2.19,8
+end table,5.25,1.21,20,2.7,2.03,20,4.9,1.7,21,5.0,0.58,7,5.38,1.45,13,3.22,1.92,9,2.27,2.1,11,4.0,1.79,6,5.27,1.58,15,5.6,1.07,10,4.89,1.36,9,2.12,1.46,8,3.08,2.31,12,4.93,1.98,14,4.86,1.07,7,5.45,1.57,11,5.0,0.5,9,2.5,1.98,12,3.0,2.2,8,4.91,2.07,11,4.9,1.29,10
+endanger,2.67,1.85,21,4.72,2.37,25,3.95,2.5,22,2.5,1.07,8,2.77,2.24,13,5.0,2.48,13,4.42,2.31,12,4.85,2.54,13,2.67,1.87,9,3.0,2.67,8,2.5,1.24,12,5.29,1.44,14,4.0,3.13,11,5.0,2.63,12,2.7,1.7,10,2.2,1.03,10,3.09,2.34,11,4.06,2.41,17,6.12,1.64,8,4.1,3.0,10,3.83,2.12,12
+endangerment,3.0,1.38,21,4.84,2.49,25,3.84,2.01,19,3.22,1.39,9,2.83,1.4,12,4.5,2.74,6,4.94,2.55,18,4.0,1.83,7,3.75,2.18,12,3.0,1.41,16,3.0,1.41,5,4.21,2.67,14,5.7,2.21,10,4.0,2.18,9,3.7,1.95,10,2.83,1.19,12,3.22,1.64,9,4.81,2.54,16,4.89,2.57,9,3.36,2.06,11,4.5,1.85,8
+endearing,7.17,1.54,18,4.17,2.23,23,6.26,1.76,19,6.62,1.51,8,7.6,1.51,10,5.0,1.83,7,3.73,2.4,15,6.3,2.0,10,6.22,1.56,9,7.44,1.67,9,6.89,1.45,9,4.8,2.7,10,3.58,1.78,12,5.5,1.6,8,6.7,1.77,10,7.27,1.56,11,7.0,1.63,7,4.3,2.32,20,3.33,1.53,3,5.88,1.81,8,6.55,1.75,11
+endeavor,6.42,2.01,19,4.19,2.16,21,5.75,1.87,24,5.33,2.42,6,6.92,1.66,13,4.83,1.9,12,3.33,2.29,9,5.12,2.36,8,6.06,1.57,16,6.8,1.62,10,6.0,2.4,9,5.44,1.74,9,3.25,2.01,12,5.47,1.81,17,6.67,2.07,6,6.5,2.0,8,6.36,2.11,11,4.11,2.2,9,4.25,2.22,12,5.88,2.06,16,5.5,1.51,8
+endgame,4.23,2.09,22,5.26,2.47,23,5.32,2.26,19,5.12,2.75,8,3.85,1.46,13,5.75,2.49,8,5.0,2.6,14,5.0,2.38,7,5.55,2.38,11,4.38,2.39,8,4.31,1.97,13,4.89,2.8,9,5.5,2.31,14,4.86,1.35,7,5.58,2.68,12,3.45,1.75,11,5.0,2.19,11,4.22,2.95,9,5.93,1.94,14,5.38,2.47,16,5.0,0.0,3
+ending,4.23,1.77,22,4.19,2.66,21,4.59,2.52,22,4.0,2.15,14,4.62,0.74,8,4.55,2.84,11,4.0,2.6,9,4.17,1.72,6,4.75,2.79,16,4.1,2.02,10,4.33,1.61,12,3.91,2.88,11,4.5,2.51,10,3.77,2.13,13,5.78,2.68,9,3.58,1.56,12,5.0,1.76,10,4.54,3.07,13,3.62,1.85,8,4.25,2.67,12,5.0,2.4,10
+endless,4.0,2.09,18,4.23,2.07,22,3.25,2.13,24,3.83,2.23,6,4.08,2.11,12,4.25,2.14,12,4.2,2.1,10,3.12,1.96,8,3.31,2.27,16,3.78,1.72,9,4.22,2.49,9,4.67,1.8,9,3.92,2.25,13,3.24,2.17,17,3.0,2.28,6,3.71,1.7,7,4.18,2.36,11,3.89,1.96,9,4.46,2.18,13,3.31,2.18,16,3.12,2.17,8
+endorse,5.2,2.09,20,3.17,1.69,18,6.45,1.99,22,5.8,2.17,5,5.0,2.1,15,3.17,1.47,6,3.17,1.85,12,5.6,1.71,10,7.17,1.99,12,6.0,1.56,10,4.4,2.32,10,3.1,1.52,10,3.25,1.98,8,6.09,2.17,11,6.82,1.83,11,4.83,2.55,12,5.75,1.04,8,2.44,1.81,9,3.89,1.27,9,6.18,2.27,11,6.73,1.74,11
+endorsement,6.05,2.16,21,3.76,1.87,21,5.92,2.25,25,6.42,1.98,12,5.56,2.4,9,4.57,2.51,7,3.36,1.39,14,5.3,2.31,10,6.33,2.19,15,6.0,2.0,4,6.06,2.25,17,4.0,2.31,10,3.55,1.44,11,5.14,2.48,7,6.22,2.16,18,6.17,2.59,12,5.89,1.54,9,3.69,1.44,13,3.88,2.53,8,5.67,2.06,9,6.06,2.41,16
+endowment,6.0,1.61,21,3.67,2.66,24,6.15,1.66,20,6.38,1.92,8,5.77,1.42,13,4.17,2.48,6,3.5,2.77,18,6.36,1.75,11,5.89,1.62,9,6.17,1.64,12,5.78,1.64,9,3.8,2.7,10,3.57,2.74,14,6.46,1.76,13,5.57,1.4,7,5.86,1.79,14,6.29,1.25,7,4.38,2.78,16,2.25,1.83,8,6.08,1.68,12,6.25,1.75,8
+endurance,6.86,1.42,21,5.6,2.46,20,6.03,2.16,36,7.12,1.46,8,6.69,1.44,13,6.0,2.12,5,5.47,2.61,15,6.91,1.58,11,5.64,2.29,25,6.92,1.66,13,6.75,1.04,8,5.67,2.35,12,5.5,2.78,8,6.0,2.34,20,6.06,1.98,16,6.45,1.37,11,7.3,1.42,10,6.45,2.25,11,4.56,2.4,9,6.09,2.54,22,5.93,1.44,14
+endure,4.95,1.47,20,3.77,2.02,22,6.06,2.18,18,4.78,1.64,9,5.09,1.38,11,2.2,1.3,5,4.12,2.0,16,6.67,2.58,6,5.75,2.01,12,4.64,1.34,14,5.67,1.63,6,4.0,1.95,12,3.22,2.11,9,6.0,1.93,8,6.1,2.47,10,3.9,1.1,10,6.0,0.94,10,3.67,2.15,12,3.9,1.97,10,6.33,2.42,6,5.92,2.15,12
+enduring,6.67,1.74,21,3.36,2.11,22,6.37,2.31,27,6.4,1.51,10,6.91,1.97,11,2.57,1.99,7,3.73,2.12,15,6.24,2.25,17,6.6,2.5,10,6.73,1.42,11,6.6,2.12,10,2.8,2.49,5,3.53,2.03,17,6.29,2.61,14,6.46,2.03,13,6.31,1.97,13,7.25,1.16,8,3.3,2.63,10,3.42,1.68,12,6.86,2.6,14,5.85,1.91,13
+enema,3.29,2.08,21,4.13,2.83,23,3.2,2.14,20,4.8,2.86,5,2.81,1.6,16,4.92,2.5,12,3.27,3.04,11,3.0,2.37,11,3.12,1.81,8,2.58,1.73,12,4.22,2.22,9,4.56,3.03,16,3.14,2.19,7,3.09,1.58,11,3.33,2.78,9,3.23,2.17,13,3.38,2.07,8,4.16,3.02,19,4.0,2.0,4,3.08,1.71,13,3.43,2.94,7
+enemy,2.22,1.44,18,5.3,2.85,20,2.5,1.34,18,2.62,1.77,8,1.9,1.1,10,5.86,1.57,7,5.0,3.37,13,2.18,0.98,11,3.0,1.73,7,2.55,1.63,11,1.71,0.95,7,5.67,3.08,9,5.0,2.76,11,1.91,0.83,11,3.43,1.51,7,2.5,1.51,12,1.67,1.21,6,5.0,2.89,12,5.75,2.92,8,2.67,1.5,9,2.33,1.22,9
+energetic,7.57,0.87,21,6.1,2.53,20,5.81,2.5,21,7.5,1.05,6,7.6,0.83,15,6.12,2.03,8,6.08,2.91,12,4.91,2.91,11,6.8,1.55,10,7.67,1.0,9,7.5,0.8,12,6.11,2.52,9,6.09,2.66,11,4.67,2.25,6,6.27,2.52,15,7.6,0.97,10,7.55,0.82,11,6.69,2.21,13,5.0,2.89,7,5.75,2.9,12,5.89,2.03,9
+energize,7.43,1.33,21,6.0,2.16,25,6.55,2.2,22,7.75,1.39,8,7.23,1.3,13,6.08,2.5,13,5.92,1.83,12,6.23,2.24,13,7.0,2.18,9,8.0,1.51,8,7.08,1.16,12,6.21,2.26,14,5.73,2.1,11,6.5,2.43,12,6.6,2.01,10,7.5,1.35,10,7.36,1.36,11,6.12,2.0,17,5.75,2.6,8,6.0,2.98,10,7.0,1.21,12
+energy,6.9,2.07,21,6.25,2.57,20,6.53,2.99,19,6.31,2.39,13,7.88,0.83,8,6.57,2.64,7,6.08,2.63,13,6.86,2.27,7,6.33,3.42,12,6.92,2.19,12,6.89,2.03,9,6.22,2.68,9,6.27,2.61,11,5.7,3.2,10,7.44,2.6,9,6.83,2.08,12,7.0,2.18,9,6.14,2.41,7,6.31,2.75,13,6.0,3.7,7,6.83,2.62,12
+enforce,5.32,2.14,19,5.3,2.18,20,5.49,2.56,35,5.0,2.31,7,5.5,2.11,12,5.8,1.92,5,5.13,2.29,15,4.91,2.63,11,5.75,2.54,24,5.36,2.25,11,5.25,2.12,8,5.58,1.88,12,4.88,2.64,8,5.26,2.35,19,5.75,2.84,16,4.4,2.22,10,6.33,1.58,9,5.27,2.61,11,5.33,1.66,9,5.5,2.46,22,5.46,2.82,13
+enforcement,4.67,1.99,24,4.48,2.86,23,4.0,2.43,18,4.64,2.2,11,4.69,1.89,13,5.09,2.74,11,3.92,2.97,12,4.6,2.88,10,3.25,1.58,8,4.5,2.07,8,4.8,2.08,15,5.55,3.01,11,3.5,2.43,12,4.43,2.99,7,3.73,2.1,11,4.33,2.13,15,5.22,1.72,9,4.45,2.88,11,4.5,2.97,12,4.11,2.42,9,3.89,2.57,9
+enforcer,3.81,1.54,21,4.2,3.0,20,5.36,3.26,22,4.67,1.37,6,3.47,1.51,15,4.62,2.88,8,3.92,3.18,12,5.0,3.36,12,5.8,3.26,10,4.22,1.64,9,3.5,1.45,12,4.56,3.13,9,3.91,3.02,11,4.29,3.09,7,5.87,3.31,15,4.0,1.25,10,3.64,1.8,11,4.38,3.07,13,3.86,3.08,7,5.08,3.53,12,5.7,3.06,10
+engage,6.6,1.39,20,5.28,2.67,18,6.42,2.26,24,6.6,0.89,5,6.6,1.55,15,5.6,2.3,5,5.15,2.88,13,6.08,2.69,13,6.82,1.66,11,6.8,1.4,10,6.4,1.43,10,6.0,2.08,7,4.82,2.99,11,5.75,2.29,16,7.75,1.58,8,6.5,1.51,14,6.83,1.17,6,5.92,2.39,12,4.0,2.97,6,6.73,1.91,15,5.89,2.8,9
+engaged,6.78,1.85,41,5.2,2.31,20,5.42,2.57,24,6.39,2.2,18,7.09,1.5,23,5.0,2.0,6,5.29,2.49,14,3.6,2.12,10,6.71,2.05,14,6.57,2.17,23,7.06,1.35,18,6.1,2.33,10,4.3,2.0,10,4.86,1.95,7,5.65,2.8,17,6.54,2.17,24,7.12,1.27,17,4.77,2.28,13,6.0,2.31,7,6.22,2.49,9,4.93,2.58,15
+engagement,6.65,2.58,20,5.19,2.34,21,6.29,2.08,34,6.4,2.63,10,6.9,2.64,10,5.62,2.13,8,4.92,2.5,13,5.64,2.02,14,6.75,2.05,20,7.44,2.55,9,6.0,2.53,11,5.69,1.84,13,4.38,2.92,8,6.05,2.06,22,6.75,2.14,12,7.3,2.71,10,6.0,2.4,10,5.29,2.23,14,5.0,2.71,7,6.06,2.19,17,6.53,2.0,17
+engine,5.48,1.74,42,3.89,1.97,18,5.36,1.89,22,6.56,1.71,16,4.81,1.41,26,4.33,0.82,6,3.67,2.35,12,4.7,1.25,10,5.92,2.19,12,5.9,1.77,20,5.24,1.55,21,4.0,1.89,10,3.75,2.19,8,5.36,2.06,11,5.36,1.8,11,5.21,1.91,24,5.83,1.47,18,3.22,2.05,9,4.56,1.74,9,4.82,1.78,11,5.91,1.92,11
+engineer,5.79,1.65,19,4.22,2.05,18,6.53,2.07,17,6.27,1.35,11,5.12,1.89,8,4.75,2.63,4,4.07,1.94,14,6.0,2.39,8,7.0,1.73,9,6.0,1.31,8,5.64,1.91,11,4.43,2.51,7,4.09,1.81,11,5.83,2.14,6,6.91,2.02,11,5.54,1.51,13,6.33,1.97,6,4.0,2.14,11,4.57,1.99,7,7.14,2.41,7,6.1,1.79,10
+engineering,6.0,1.53,19,3.14,1.93,22,5.61,2.13,23,6.36,1.63,11,5.43,1.4,7,3.88,1.96,8,2.71,1.86,14,5.86,3.02,7,5.5,1.71,16,6.12,1.36,8,5.91,1.7,11,2.11,1.27,9,3.85,2.03,13,5.73,1.85,11,5.5,2.43,12,5.92,1.62,12,6.14,1.46,7,2.91,2.07,11,3.36,1.86,11,5.23,2.2,13,6.1,2.02,10
+engraving,6.17,1.58,18,3.05,2.28,20,5.44,1.61,25,6.4,1.14,5,6.08,1.75,13,3.36,2.73,11,2.67,1.66,9,5.0,1.37,16,6.22,1.79,9,6.57,1.72,7,5.91,1.51,11,2.78,2.11,9,3.27,2.49,11,5.3,1.59,20,6.0,1.73,5,6.11,1.62,9,6.22,1.64,9,2.64,1.63,11,3.56,2.92,9,5.37,1.64,19,5.67,1.63,6
+enhance,6.62,1.88,21,4.04,2.24,25,6.58,1.74,19,5.44,2.19,9,7.5,1.0,12,3.67,2.8,6,4.06,2.13,18,5.86,2.04,7,7.0,1.48,12,6.38,2.09,16,7.4,0.55,5,3.79,2.46,14,4.2,2.04,10,6.67,1.94,9,6.5,1.65,10,6.25,2.22,12,7.11,1.27,9,4.19,2.46,16,3.78,1.92,9,6.36,1.91,11,6.88,1.55,8
+enhancement,6.29,2.33,21,4.39,2.44,23,6.22,2.07,18,5.89,2.85,9,6.58,1.93,12,4.82,2.36,11,4.0,2.56,12,6.0,2.36,10,6.5,1.77,8,5.57,2.57,7,6.85,2.15,13,5.0,2.14,11,3.83,2.66,12,5.71,2.93,7,6.55,1.37,11,6.69,2.32,13,5.62,2.33,8,4.64,2.73,11,4.17,2.25,12,6.0,2.4,9,6.44,1.81,9
+enigma,5.35,1.66,20,4.65,2.64,20,5.18,2.02,22,4.86,2.04,7,5.62,1.45,13,6.11,1.96,9,3.45,2.58,11,5.17,3.19,6,5.19,1.52,16,5.7,1.06,10,5.0,2.24,9,4.38,2.88,8,4.83,2.59,12,5.07,2.02,15,5.43,2.15,7,5.09,2.07,11,5.67,1.0,9,5.5,2.43,12,3.38,2.56,8,5.45,2.21,11,4.91,1.87,11
+enjoy,7.67,1.33,18,5.0,3.03,20,7.28,1.36,18,7.0,1.51,8,8.2,0.92,10,4.43,3.46,7,5.31,2.87,13,7.27,1.1,11,7.29,1.8,7,7.27,1.42,11,8.29,0.95,7,5.56,3.47,9,4.55,2.7,11,7.27,1.19,11,7.29,1.7,7,7.5,1.45,12,8.0,1.1,6,4.92,3.29,12,5.12,2.8,8,7.56,1.33,9,7.0,1.41,9
+enjoyable,7.63,1.5,19,4.77,2.18,22,7.0,1.89,24,7.5,1.64,6,7.69,1.49,13,5.0,2.26,12,4.5,2.17,10,6.5,1.85,8,7.25,1.91,16,6.9,1.6,10,8.44,0.88,9,4.56,2.35,9,4.92,2.14,13,6.65,2.0,17,8.17,1.17,6,8.12,1.46,8,7.27,1.49,11,5.56,1.51,9,4.23,2.45,13,7.19,1.72,16,6.62,2.26,8
+enjoyment,8.37,0.96,19,5.48,2.72,44,6.56,2.12,25,8.0,1.12,9,8.7,0.67,10,5.13,2.61,15,5.66,2.81,29,6.25,2.05,8,6.71,2.2,17,8.56,0.73,9,8.2,1.14,10,6.0,2.6,20,5.04,2.8,24,6.43,1.91,14,6.73,2.45,11,8.25,1.06,12,8.57,0.79,7,5.96,2.67,27,4.71,2.71,17,6.72,2.32,18,6.14,1.57,7
+enlarge,5.33,1.98,21,3.87,2.32,23,5.89,2.11,18,5.44,1.67,9,5.25,2.26,12,4.36,2.11,11,3.42,2.5,12,6.6,2.07,10,5.0,1.93,8,5.71,2.29,7,5.23,1.92,13,4.09,2.21,11,3.67,2.5,12,6.29,2.29,7,5.64,2.06,11,5.23,2.45,13,5.5,0.93,8,4.0,2.41,11,3.75,2.34,12,5.33,2.12,9,6.44,2.07,9
+enlargement,4.65,1.66,20,3.86,2.61,21,5.4,2.2,25,3.75,1.71,4,4.88,1.63,16,4.5,2.52,4,3.71,2.69,17,4.89,1.9,9,5.69,2.36,16,4.25,1.28,8,4.92,1.88,12,4.1,2.69,10,3.64,2.66,11,5.93,2.43,14,4.73,1.74,11,4.45,1.44,11,4.89,1.96,9,3.8,3.05,10,3.91,2.3,11,5.44,2.06,18,5.29,2.69,7
+enlighten,7.38,1.12,21,3.23,2.49,22,6.3,2.25,27,7.0,1.15,10,7.73,1.01,11,2.43,1.9,7,3.6,2.69,15,6.18,2.38,17,6.5,2.12,10,7.45,1.13,11,7.3,1.16,10,1.8,1.79,5,3.65,2.55,17,5.5,2.18,14,7.15,2.08,13,7.31,1.25,13,7.5,0.93,8,3.5,3.03,10,3.0,2.04,12,6.36,2.34,14,6.23,2.24,13
+enlightening,7.0,1.52,21,5.91,2.86,23,6.37,2.24,19,6.88,1.64,8,6.92,1.44,12,5.75,3.06,8,6.21,2.83,14,5.0,2.52,7,7.18,1.78,11,7.25,1.49,8,6.67,1.5,12,6.22,3.19,9,5.71,2.73,14,5.71,2.36,7,6.75,2.18,12,6.9,1.52,10,7.09,1.58,11,7.33,1.73,9,5.0,3.11,14,6.12,2.31,16,7.67,1.53,3
+enlightenment,6.79,1.4,19,4.52,2.73,21,6.5,2.09,20,6.33,1.15,3,6.88,1.45,16,3.17,2.04,6,5.07,2.84,15,6.0,0.63,6,6.71,2.46,14,6.7,1.16,10,6.89,1.69,9,5.43,2.37,7,4.07,2.87,14,6.1,1.85,10,6.9,2.33,10,6.62,1.06,8,6.91,1.64,11,4.11,2.8,9,4.83,2.76,12,6.38,2.45,8,6.58,1.93,12
+enlist,4.42,1.54,19,3.71,2.53,21,5.58,2.54,24,3.67,3.06,3,4.56,1.21,16,4.29,2.93,7,3.54,2.44,13,6.62,2.13,8,5.06,2.62,16,4.29,1.98,7,4.5,1.31,12,4.43,2.51,7,3.46,2.63,13,5.69,2.29,13,5.45,2.91,11,4.25,1.49,8,4.55,1.63,11,4.45,2.94,11,2.9,1.79,10,5.67,2.77,18,5.33,1.86,6
+ennui,4.13,1.32,23,3.26,2.0,23,4.7,2.24,23,4.4,1.52,5,4.06,1.3,18,4.09,1.97,11,2.5,1.78,12,5.11,2.62,9,4.43,2.03,14,4.12,1.13,8,4.13,1.46,15,3.82,2.27,11,2.75,1.66,12,4.33,2.64,15,5.38,1.06,8,4.73,0.65,11,3.58,1.56,12,3.27,1.9,11,3.25,2.18,12,4.92,2.69,13,4.4,1.58,10
+enormous,5.68,1.63,19,5.05,2.4,21,6.0,1.86,23,5.6,2.61,5,5.77,1.3,13,4.83,2.4,6,5.13,2.47,15,6.4,1.78,10,5.69,1.93,13,5.57,2.3,7,5.82,1.25,11,4.71,2.75,7,5.21,2.29,14,6.09,1.76,11,5.92,2.02,12,5.75,1.76,12,5.57,1.51,7,4.55,2.42,11,5.6,2.37,10,6.0,1.75,14,6.0,2.12,9
+enraged,2.33,1.39,21,5.22,2.79,45,4.4,2.31,25,2.67,1.58,9,2.08,1.24,12,6.12,2.62,17,4.81,2.75,27,4.5,2.17,10,4.33,2.47,15,3.0,1.63,7,2.0,1.22,13,5.48,2.42,21,5.0,3.11,24,4.57,2.94,7,4.33,2.11,18,2.62,1.61,13,1.88,0.83,8,4.97,2.83,29,5.69,2.73,16,4.0,2.6,9,4.62,2.19,16
+enroll,5.94,1.55,18,4.25,2.19,24,5.86,2.01,28,5.14,1.21,7,6.45,1.57,11,4.44,2.46,9,4.13,2.1,15,6.07,1.49,14,5.64,2.47,14,6.0,1.41,8,5.9,1.73,10,4.25,2.01,12,4.25,2.45,12,5.21,2.26,14,6.5,1.56,14,5.9,1.29,10,6.0,1.93,8,4.25,2.38,12,4.25,2.09,12,6.25,1.48,12,5.56,2.34,16
+enrollment,6.19,1.94,21,3.76,2.63,25,6.05,2.15,19,6.33,1.94,9,6.08,2.02,12,4.33,3.01,6,3.72,2.56,18,5.43,2.82,7,6.42,1.68,12,5.94,2.05,16,7.0,1.41,5,3.64,2.87,14,4.2,2.35,10,5.56,2.7,9,6.5,1.51,10,6.0,2.34,12,6.44,1.33,9,4.25,2.86,16,2.89,2.03,9,6.0,2.57,11,6.12,1.55,8
+ensemble,5.67,1.78,18,3.86,1.93,21,5.4,2.19,20,6.33,0.58,3,5.53,1.92,15,3.83,2.56,6,3.87,1.73,15,6.33,1.51,6,5.0,2.35,14,5.4,1.26,10,6.0,2.33,8,2.86,1.07,7,4.36,2.1,14,5.7,2.45,10,5.1,1.97,10,5.75,1.83,8,5.6,1.84,10,3.56,1.74,9,4.08,2.11,12,5.0,3.02,8,5.67,1.5,12
+enslave,2.67,2.13,21,5.35,2.28,20,4.08,2.81,36,3.62,2.92,8,2.08,1.26,13,6.2,2.28,5,5.07,2.28,15,4.82,3.12,11,3.76,2.67,25,3.0,2.58,13,2.12,0.99,8,5.67,1.97,12,4.88,2.75,8,4.6,2.76,20,3.44,2.83,16,3.27,1.95,11,2.0,2.21,10,5.18,2.4,11,5.56,2.24,9,3.82,2.7,22,4.5,3.03,14
+ensure,5.71,1.95,21,3.57,2.04,23,5.96,1.8,26,5.55,1.69,11,5.9,2.28,10,3.82,2.04,11,3.33,2.1,12,5.73,2.0,11,6.07,1.73,14,5.6,2.17,10,5.82,1.83,11,3.73,2.45,11,3.42,1.68,12,5.76,1.95,17,6.25,1.58,8,5.92,2.14,13,5.38,1.69,8,3.8,2.24,15,3.12,1.64,8,6.18,1.91,17,5.56,1.59,9
+entail,5.35,1.27,20,4.11,2.37,18,5.0,1.41,22,4.4,0.89,5,5.67,1.23,15,5.17,2.71,6,3.58,2.11,12,4.4,1.51,10,5.5,1.17,12,5.5,1.27,10,5.2,1.32,10,4.9,2.51,10,3.12,1.89,8,4.36,1.29,11,5.64,1.29,11,5.33,1.61,12,5.38,0.52,8,3.22,3.07,9,5.0,0.87,9,4.55,1.04,11,5.45,1.63,11
+enter,6.09,1.41,22,4.3,2.3,20,6.79,2.3,19,6.38,1.61,13,5.67,1.0,9,5.0,2.52,7,3.92,2.18,13,6.0,2.38,7,7.25,2.22,12,6.5,1.62,12,5.6,0.97,10,4.44,2.65,9,4.18,2.09,11,6.4,2.27,10,7.22,2.39,9,6.42,1.56,12,5.7,1.16,10,4.57,2.64,7,4.15,2.19,13,7.86,1.46,7,6.17,2.52,12
+enterprise,6.0,1.41,19,4.0,1.81,20,5.65,2.5,23,6.67,1.53,3,5.88,1.41,16,4.38,1.19,8,3.75,2.14,12,4.89,2.85,9,6.14,2.21,14,6.56,1.42,9,5.5,1.27,10,4.62,1.6,8,3.58,1.88,12,5.27,2.94,15,6.38,1.19,8,6.43,1.62,7,5.75,1.29,12,4.11,1.62,9,3.91,2.02,11,5.31,3.3,13,6.1,0.57,10
+enterprising,5.52,1.89,21,4.33,2.46,21,6.2,1.55,25,6.36,1.5,11,4.6,1.9,10,4.44,2.13,9,4.25,2.77,12,7.09,1.38,11,5.77,0.93,13,5.2,1.81,10,5.82,1.99,11,5.22,2.28,9,3.67,2.46,12,6.38,1.45,16,6.38,1.06,8,5.23,2.2,13,6.0,1.2,8,4.38,2.53,13,4.25,2.49,8,6.06,1.64,17,6.5,1.41,8
+entertain,7.21,1.81,19,5.19,2.86,21,6.7,1.72,23,7.36,2.16,11,6.71,1.11,7,6.29,3.2,7,4.64,2.62,14,6.86,2.34,7,6.62,1.45,16,7.12,2.47,8,7.27,1.27,11,4.5,2.83,8,5.62,2.9,13,7.0,1.95,11,6.42,1.51,12,6.92,2.19,12,7.71,0.76,7,5.55,3.17,11,4.8,2.57,10,6.46,1.76,13,7.0,1.7,10
+entertainer,6.48,2.32,21,6.15,2.41,20,5.31,2.19,36,5.88,3.18,8,6.85,1.63,13,5.2,3.03,5,6.47,2.2,15,4.91,2.26,11,5.48,2.18,25,6.08,2.81,13,7.12,0.99,8,6.58,2.5,12,5.5,2.27,8,4.7,2.56,20,6.06,1.34,16,5.27,2.49,11,7.8,1.14,10,6.18,2.71,11,6.11,2.15,9,5.27,2.39,22,5.36,1.91,14
+entertaining,8.0,0.84,21,5.28,2.34,25,6.45,2.4,22,8.12,0.83,8,7.92,0.86,13,5.0,2.55,13,5.58,2.15,12,6.69,2.14,13,6.11,2.85,9,8.38,0.74,8,7.83,0.83,12,4.79,2.39,14,5.91,2.21,11,7.17,1.9,12,5.6,2.76,10,8.3,0.82,10,7.73,0.79,11,5.82,2.4,17,4.12,1.81,8,5.8,2.62,10,7.0,2.17,12
+entertainment,7.59,1.4,22,6.42,2.55,19,5.86,2.43,21,6.4,1.82,5,8.0,1.1,16,6.75,2.87,8,6.18,2.4,11,4.6,2.46,10,7.0,1.84,11,6.92,1.44,12,8.4,0.84,10,5.8,2.78,10,7.11,2.2,9,5.83,2.76,12,5.89,2.09,9,7.55,1.44,11,7.64,1.43,11,5.25,2.19,8,7.27,2.53,11,5.33,2.6,9,6.25,2.34,12
+enthusiasm,7.14,1.35,21,4.18,2.79,22,6.69,2.11,26,6.4,1.26,10,7.82,1.08,11,3.29,2.36,7,4.6,2.95,15,6.75,2.41,16,6.6,1.65,10,6.64,1.43,11,7.7,1.06,10,3.8,3.9,5,4.29,2.52,17,6.0,2.48,13,7.38,1.45,13,7.0,1.58,13,7.38,0.92,8,4.0,3.06,10,4.33,2.67,12,6.62,2.14,13,6.77,2.17,13
+enthusiast,6.65,1.27,20,5.91,2.45,22,6.89,1.66,19,6.89,1.36,9,6.45,1.21,11,6.2,3.11,5,5.75,2.38,16,7.83,1.17,6,6.46,1.71,13,6.57,1.34,14,6.83,1.17,6,5.42,2.64,12,6.44,2.3,9,6.11,1.69,9,7.6,1.35,10,6.2,1.55,10,7.1,0.74,10,5.0,2.56,12,7.0,1.89,10,7.67,1.51,6,6.54,1.66,13
+enthusiastic,7.55,1.61,20,5.9,2.53,21,6.21,2.28,24,7.0,2.83,4,7.69,1.25,16,4.75,2.75,4,6.18,2.48,17,5.0,2.6,9,6.93,1.79,15,7.62,1.51,8,7.5,1.73,12,5.9,2.47,10,5.91,2.7,11,5.71,2.33,14,6.9,2.13,10,7.64,1.12,11,7.44,2.13,9,6.1,2.64,10,5.73,2.53,11,6.41,2.29,17,5.71,2.36,7
+entice,5.33,1.59,21,4.42,2.8,24,5.15,2.52,20,6.25,1.16,8,4.77,1.59,13,5.83,2.48,6,3.94,2.8,18,5.55,2.5,11,4.67,2.6,9,4.83,1.7,12,6.0,1.22,9,4.9,2.73,10,4.07,2.89,14,5.31,2.5,13,4.86,2.73,7,4.93,1.64,14,6.14,1.21,7,4.69,2.82,16,3.88,2.85,8,5.33,2.64,12,4.88,2.47,8
+entire,5.67,1.71,18,2.85,1.87,20,5.06,2.13,18,5.0,1.31,8,6.2,1.87,10,2.71,2.06,7,2.92,1.85,13,4.91,1.51,11,5.29,2.98,7,5.09,1.3,11,6.57,1.99,7,1.78,1.09,9,3.73,1.95,11,5.91,1.76,11,3.71,2.06,7,5.25,1.36,12,6.5,2.17,6,2.17,1.64,12,3.88,1.81,8,4.67,2.55,9,5.44,1.67,9
+entirety,5.95,1.81,19,3.1,2.36,20,6.13,1.89,23,6.08,2.14,13,5.67,0.82,6,3.8,2.59,5,2.87,2.33,15,5.92,2.06,13,6.4,1.71,10,6.33,2.18,9,5.6,1.43,10,4.14,3.18,7,2.54,1.66,13,6.3,2.16,10,6.0,1.73,13,6.0,1.22,9,5.9,2.28,10,3.5,2.84,10,2.7,1.83,10,6.11,2.42,9,6.14,1.56,14
+entitle,4.89,2.26,19,4.0,1.95,22,6.38,2.04,24,4.0,1.79,6,5.31,2.39,13,4.5,1.93,12,3.4,1.9,10,5.62,2.13,8,6.75,1.95,16,5.6,1.51,10,4.11,2.76,9,5.11,1.69,9,3.23,1.79,13,6.24,2.02,17,6.83,2.4,6,4.5,2.62,8,5.18,2.04,11,3.22,1.99,9,4.54,1.81,13,6.12,2.16,16,6.88,1.81,8
+entity,5.19,2.02,21,3.48,2.52,23,4.94,2.18,18,6.11,2.03,9,4.5,1.78,12,4.27,2.53,11,2.75,2.38,12,4.7,2.26,10,5.25,2.19,8,5.14,2.12,7,5.23,2.13,13,4.0,2.14,11,3.0,2.83,12,5.0,2.83,7,4.91,1.81,11,4.69,2.14,13,6.0,1.6,8,3.09,2.34,11,3.83,2.72,12,4.33,1.73,9,5.56,2.51,9
+entourage,4.9,1.83,20,4.0,2.42,17,5.29,1.99,24,4.4,1.95,5,5.07,1.83,15,3.75,1.5,4,4.08,2.69,13,4.92,2.18,13,5.73,1.74,11,5.6,2.01,10,4.2,1.4,10,5.0,2.45,6,3.45,2.34,11,4.62,1.89,16,6.62,1.51,8,4.36,1.69,14,6.17,1.6,6,4.64,2.69,11,2.83,1.33,6,5.13,2.26,15,5.56,1.51,9
+entrails,3.37,2.19,19,4.7,2.66,20,4.21,2.0,24,3.54,2.5,13,3.0,1.41,6,4.2,2.17,5,4.87,2.85,15,4.0,2.0,13,4.45,2.07,11,3.78,2.44,9,3.0,2.0,10,4.71,2.87,7,4.69,2.66,13,4.45,2.21,11,4.0,1.87,13,3.11,1.76,9,3.6,2.59,10,4.2,2.62,10,5.2,2.74,10,4.67,2.24,9,3.93,1.87,15
+entrance,6.05,1.53,21,3.7,1.94,23,5.41,2.15,22,5.64,1.21,11,6.5,1.78,10,3.73,1.62,11,3.67,2.27,12,5.25,1.75,8,5.46,2.5,13,6.8,1.75,10,5.36,0.92,11,4.0,2.19,11,3.42,1.73,12,4.86,2.21,14,6.43,1.9,7,6.54,1.76,13,5.25,0.46,8,3.73,1.98,15,3.62,2.0,8,5.21,2.49,14,5.75,1.49,8
+entrapment,3.3,1.98,20,5.91,2.2,22,3.57,2.06,21,3.33,1.5,9,3.27,2.37,11,6.2,2.35,10,5.67,2.15,12,3.62,1.77,8,3.54,2.3,13,3.57,2.14,14,2.67,1.51,6,5.38,2.72,8,6.21,1.89,14,4.5,2.51,8,3.0,1.58,13,4.0,2.26,10,2.6,1.43,10,5.58,2.15,12,6.3,2.31,10,3.92,2.15,12,3.11,1.96,9
+entree,6.63,1.21,19,3.95,2.24,22,6.82,1.62,22,6.33,1.12,9,6.9,1.29,10,4.62,2.45,8,3.57,2.1,14,6.82,1.89,11,6.82,1.4,11,6.29,1.11,7,6.83,1.27,12,4.6,2.17,10,3.42,2.23,12,6.62,1.71,13,7.11,1.54,9,6.6,1.43,10,6.67,1.0,9,3.75,2.96,8,4.07,1.82,14,7.14,1.41,14,6.25,1.91,8
+entrepreneur,6.14,1.82,21,3.68,2.66,22,7.67,1.3,27,5.7,1.77,10,6.55,1.86,11,2.43,2.3,7,4.27,2.69,15,7.53,1.33,17,7.9,1.29,10,6.18,1.89,11,6.1,1.85,10,3.6,3.58,5,3.71,2.47,17,7.71,1.44,14,7.62,1.19,13,5.77,2.2,13,6.75,0.71,8,3.6,3.2,10,3.75,2.26,12,7.86,1.46,14,7.46,1.13,13
+entrust,6.32,1.95,19,3.2,2.12,20,6.8,2.21,20,6.67,2.08,3,6.13,2.0,15,2.6,1.51,10,3.8,2.53,10,7.0,1.63,10,6.6,2.76,10,5.17,2.64,6,6.75,1.36,12,2.57,2.15,7,3.54,2.11,13,6.38,2.92,8,7.08,1.68,12,6.92,1.16,12,5.29,2.63,7,2.9,2.42,10,3.5,1.84,10,6.89,2.52,9,6.73,2.05,11
+entry,4.95,1.7,20,4.41,2.11,22,6.37,2.14,19,5.22,2.33,9,4.73,1.01,11,4.0,2.65,5,4.69,1.96,16,7.17,2.14,6,6.0,2.12,13,5.14,1.83,14,4.5,1.38,6,4.42,1.98,12,4.67,2.35,9,5.44,2.07,9,7.2,1.93,10,4.8,1.93,10,5.1,1.52,10,3.92,1.88,12,5.0,2.31,10,7.5,1.64,6,5.85,2.19,13
+envelope,5.95,1.27,19,2.8,2.07,20,5.5,2.13,24,6.0,1.47,13,5.83,0.75,6,5.0,2.55,5,2.07,1.28,15,5.46,1.76,13,5.55,2.58,11,6.33,1.66,9,5.6,0.7,10,4.29,2.43,7,2.0,1.35,13,5.45,2.42,11,5.54,1.94,13,6.33,1.12,9,5.6,1.35,10,3.0,2.16,10,2.6,2.07,10,4.89,2.57,9,5.87,1.81,15
+envious,3.52,1.86,21,5.1,2.49,20,3.86,2.24,21,3.83,1.72,6,3.4,1.96,15,4.12,2.9,8,5.75,2.05,12,3.91,2.39,11,3.8,2.2,10,3.0,2.1,6,3.73,1.79,15,4.5,3.06,10,5.7,1.7,10,3.43,2.17,14,4.71,2.29,7,3.43,1.72,7,3.57,1.99,14,5.0,2.94,14,5.33,1.03,6,3.33,2.35,12,4.56,2.01,9
+environment,6.7,2.05,20,3.45,2.21,20,4.62,1.77,21,7.0,1.29,7,6.54,2.4,13,4.33,2.4,9,2.73,1.85,11,5.33,1.75,6,4.33,1.76,15,6.4,2.59,10,7.11,1.45,9,3.38,2.33,8,3.5,2.24,12,4.86,1.41,14,4.14,2.41,7,6.55,2.34,11,6.89,1.76,9,3.08,2.07,12,4.0,2.45,8,4.5,1.27,10,4.73,2.2,11
+environmental,5.5,1.34,22,6.05,2.36,22,5.68,1.95,19,5.5,1.69,8,5.38,1.12,13,5.75,2.82,8,6.38,2.14,13,5.0,1.15,7,5.82,2.14,11,5.62,1.69,8,5.31,1.11,13,6.22,2.95,9,5.92,1.98,13,5.14,1.46,7,6.0,2.17,12,5.09,1.38,11,5.91,1.22,11,6.88,2.47,8,5.57,2.24,14,5.5,1.71,16,6.67,3.21,3
+envision,6.14,1.35,21,3.76,1.89,21,6.64,2.1,25,6.33,1.23,12,5.89,1.54,9,4.14,2.27,7,3.57,1.74,14,6.0,2.05,10,7.07,2.09,15,6.5,1.91,4,6.06,1.25,17,4.3,2.0,10,3.27,1.74,11,6.43,2.94,7,6.72,1.78,18,6.33,1.44,12,5.89,1.27,9,3.77,1.79,13,3.75,2.19,8,6.33,2.65,9,6.81,1.8,16
+envoy,4.9,1.26,21,3.74,2.33,19,4.64,2.44,22,5.5,1.76,6,4.67,0.98,15,3.43,1.81,7,3.92,2.64,12,5.17,2.62,12,4.0,2.16,10,5.22,1.56,9,4.67,0.98,12,4.22,2.22,9,3.3,2.45,10,4.29,1.89,7,4.8,2.7,15,5.0,1.83,10,4.82,0.4,11,3.62,2.33,13,4.0,2.53,6,4.0,2.86,12,5.4,1.65,10
+envy,3.05,1.85,20,4.35,2.8,20,3.16,2.08,25,3.0,1.63,4,3.06,1.95,16,3.0,2.71,4,4.69,2.8,16,4.0,2.35,9,2.69,1.82,16,3.25,1.28,8,2.92,2.19,12,4.11,2.57,9,4.55,3.08,11,3.0,1.8,14,3.36,2.46,11,3.0,1.41,11,3.11,2.37,9,4.4,2.55,10,4.3,3.16,10,3.33,2.14,18,2.71,1.98,7
+enzyme,5.14,1.68,21,3.1,1.55,21,4.92,2.21,24,5.5,1.68,12,4.67,1.66,9,3.14,1.21,7,3.07,1.73,14,4.67,2.06,9,5.07,2.34,15,5.25,0.5,4,5.12,1.87,17,2.5,1.27,10,3.64,1.63,11,4.29,2.29,7,5.18,2.19,17,5.17,1.27,12,5.11,2.2,9,3.23,1.54,13,2.88,1.64,8,4.67,1.94,9,5.07,2.4,15
+epic,7.19,1.91,21,4.8,2.88,20,5.32,2.59,22,8.0,0.89,6,6.87,2.13,15,4.62,3.29,8,4.92,2.71,12,5.33,3.17,12,5.3,1.83,10,7.67,1.66,9,6.83,2.08,12,4.78,3.42,9,4.82,2.52,11,4.43,2.88,7,5.73,2.43,15,7.2,2.53,10,7.18,1.25,11,5.23,2.92,13,4.0,2.83,7,5.25,2.93,12,5.4,2.27,10
+epidemic,2.05,1.27,19,6.18,2.48,22,2.58,1.84,24,2.0,1.26,6,2.08,1.32,13,6.17,2.44,12,6.2,2.66,10,3.12,2.75,8,2.31,1.2,16,2.0,1.25,10,2.11,1.36,9,6.67,2.12,9,5.85,2.73,13,2.65,1.97,17,2.0,1.26,6,1.75,1.16,8,2.27,1.35,11,5.33,2.96,9,6.77,2.01,13,2.62,2.09,16,2.5,1.31,8
+epidural,3.65,2.01,20,4.94,3.15,18,4.26,2.63,23,3.4,1.95,5,3.73,2.09,15,4.8,3.77,5,5.0,3.06,13,4.08,2.78,12,4.45,2.58,11,3.8,2.15,10,3.5,1.96,10,5.29,4.03,7,4.73,2.65,11,4.8,2.83,15,3.25,1.98,8,3.79,2.08,14,3.33,1.97,6,6.17,2.95,12,2.5,1.97,6,4.64,2.71,14,3.67,2.55,9
+epilepsy,2.7,1.56,20,5.0,2.45,23,2.9,2.12,21,2.56,1.13,9,2.82,1.89,11,5.18,2.18,11,4.83,2.76,12,3.12,1.64,8,2.77,2.42,13,2.93,1.54,14,2.17,1.6,6,4.78,2.73,9,5.14,2.35,14,3.75,2.31,8,2.38,1.89,13,3.0,1.7,10,2.4,1.43,10,4.92,2.5,13,5.1,2.51,10,2.75,2.22,12,3.11,2.09,9
+epileptic,3.32,1.49,19,4.62,2.7,24,4.0,2.45,28,3.5,1.31,8,3.18,1.66,11,4.33,2.74,9,4.8,2.76,15,3.79,2.12,14,4.21,2.81,14,3.11,1.17,9,3.5,1.78,10,4.67,2.77,12,4.58,2.75,12,4.14,2.28,14,3.86,2.68,14,3.4,1.78,10,3.22,1.2,9,4.92,2.57,12,4.33,2.9,12,3.75,2.05,12,4.19,2.76,16
+epiphany,7.06,1.8,18,4.6,2.7,20,5.48,2.26,25,6.4,2.3,5,7.31,1.6,13,5.64,2.58,11,3.33,2.4,9,4.94,2.14,16,6.44,2.24,9,6.86,1.95,7,7.18,1.78,11,4.22,2.49,9,4.91,2.95,11,5.3,2.36,20,6.2,1.79,5,6.22,1.92,9,7.89,1.27,9,5.09,2.74,11,4.0,2.69,9,5.37,2.24,19,5.83,2.48,6
+episode,5.0,1.53,19,3.67,2.33,21,5.4,2.03,15,5.0,1.79,11,4.86,1.21,7,4.88,2.59,8,2.92,1.89,13,5.5,2.59,6,5.33,1.73,9,5.38,2.2,8,4.73,0.79,11,3.22,2.28,9,4.0,2.41,12,5.71,1.38,7,5.12,2.53,8,4.58,1.51,12,5.71,1.38,7,3.73,3.1,11,3.6,1.17,10,4.62,1.85,8,6.29,1.98,7
+epitaph,4.53,1.54,19,3.52,2.02,21,5.26,1.91,23,6.33,1.15,3,4.19,1.38,16,4.75,2.05,8,2.77,1.64,13,5.67,2.29,9,5.0,1.66,14,4.33,1.41,9,4.7,1.7,10,3.67,1.58,9,3.42,2.35,12,5.6,2.2,15,4.62,1.06,8,4.71,1.8,7,4.42,1.44,12,3.8,2.04,10,3.27,2.05,11,5.85,2.27,13,4.5,0.97,10
+epitome,5.67,1.68,21,4.23,2.27,22,6.14,1.82,21,5.56,1.67,9,5.75,1.76,12,3.5,2.17,6,4.53,2.39,15,6.0,1.55,6,6.2,1.97,15,5.22,1.72,9,6.0,1.65,12,4.4,1.52,5,4.18,2.48,17,5.4,1.65,10,6.82,1.78,11,5.33,1.97,12,6.11,1.17,9,4.89,2.26,9,3.77,2.24,13,6.33,1.83,12,5.89,1.9,9
+equal,6.47,1.81,19,3.52,1.94,21,6.64,2.04,33,7.0,1.73,9,6.0,1.83,10,3.88,2.3,8,3.31,1.75,13,6.71,2.61,14,6.58,1.57,19,6.78,1.39,9,6.2,2.15,10,3.92,1.71,13,2.88,2.23,8,6.29,2.24,21,7.25,1.54,12,6.9,1.45,10,6.0,2.12,9,3.21,2.12,14,4.14,1.46,7,6.29,2.28,17,7.0,1.75,16
+equality,6.75,2.0,20,4.73,2.57,22,6.0,1.76,19,6.56,2.01,9,6.91,2.07,11,4.0,3.32,5,5.19,2.23,16,5.33,1.03,6,6.31,1.97,13,6.79,1.97,14,6.67,2.25,6,3.83,2.08,12,6.33,2.35,9,6.11,1.36,9,5.9,2.13,10,6.5,1.78,10,7.0,2.26,10,4.08,2.39,12,5.5,2.68,10,6.17,1.83,6,5.92,1.8,13
+equalizer,5.05,2.5,19,3.68,2.4,22,5.46,1.88,28,4.0,2.45,6,5.54,2.47,13,3.45,1.57,11,3.91,3.08,11,5.82,2.32,11,5.24,1.56,17,5.64,2.25,11,4.25,2.76,8,3.64,2.25,11,3.73,2.65,11,5.56,2.06,18,5.3,1.57,10,5.23,2.42,13,4.67,2.88,6,3.57,2.71,14,3.88,1.89,8,5.56,2.1,16,5.33,1.61,12
+equate,6.16,1.34,19,3.84,2.69,19,5.13,1.6,23,6.54,1.45,13,5.33,0.52,6,5.0,2.45,5,3.43,2.74,14,5.0,1.48,12,5.27,1.79,11,6.78,1.64,9,5.6,0.7,10,6.14,2.79,7,2.5,1.51,12,5.0,1.84,11,5.25,1.42,12,5.78,0.83,9,6.5,1.65,10,3.5,2.88,10,4.22,2.59,9,5.89,1.54,9,4.64,1.5,14
+equation,5.29,1.9,21,3.91,2.29,23,5.59,2.26,22,6.0,2.07,8,4.85,1.72,13,4.46,2.44,13,3.2,1.99,10,6.54,1.94,13,4.22,2.05,9,6.0,2.62,8,4.92,1.24,12,4.71,2.05,14,2.67,2.18,9,6.42,1.68,12,4.6,2.55,10,4.9,1.66,10,5.64,2.11,11,3.44,2.37,16,5.0,1.83,7,6.2,2.3,10,5.08,2.19,12
+equator,5.42,1.12,19,4.1,1.7,21,5.26,1.36,23,5.0,0.0,5,5.62,1.33,13,4.17,1.83,6,4.07,1.71,15,5.0,1.56,10,5.46,1.2,13,5.29,0.76,7,5.55,1.37,11,4.29,2.36,7,4.0,1.36,14,5.45,1.04,11,5.08,1.62,12,5.42,1.16,12,5.43,1.13,7,4.18,1.99,11,4.0,1.41,10,5.07,1.33,14,5.56,1.42,9
+equestrian,5.71,1.9,21,3.35,2.29,23,5.5,2.01,18,5.44,2.19,9,5.92,1.73,12,3.45,1.92,11,3.25,2.67,12,5.7,2.26,10,5.25,1.75,8,5.43,2.23,7,5.92,1.85,13,3.91,2.47,11,2.83,2.08,12,5.86,2.48,7,5.27,1.74,11,5.77,2.05,13,5.62,1.77,8,3.55,2.25,11,3.17,2.41,12,5.33,1.8,9,5.67,2.29,9
+equilibrium,6.32,1.49,19,2.5,1.64,20,5.68,2.38,25,7.0,2.45,4,6.13,1.19,15,3.75,1.26,4,2.19,1.6,16,5.78,2.44,9,5.62,2.42,16,6.29,1.6,7,6.33,1.5,12,2.5,1.51,10,2.5,1.84,10,5.93,2.16,14,5.36,2.69,11,6.64,1.43,11,5.88,1.55,8,2.22,1.39,9,2.73,1.85,11,5.5,2.38,18,6.14,2.48,7
+equipment,5.62,1.53,21,3.04,2.84,24,5.2,1.99,20,6.38,1.41,8,5.15,1.46,13,4.83,3.37,6,2.44,2.45,18,5.55,2.11,11,4.78,1.86,9,5.83,1.11,12,5.33,2.0,9,3.4,2.8,10,2.79,2.94,14,5.62,2.33,13,4.43,0.79,7,5.5,1.34,14,5.86,1.95,7,3.88,3.1,16,1.38,1.06,8,5.0,1.71,12,5.5,2.45,8
+equity,5.41,1.62,22,3.91,2.07,22,5.65,2.41,20,5.38,1.3,8,5.43,1.83,14,4.9,1.79,10,3.08,1.98,12,6.29,3.15,7,5.31,1.97,13,4.82,1.72,11,6.0,1.34,11,3.82,1.72,11,4.0,2.45,11,5.67,2.72,15,5.6,1.34,5,4.8,1.75,10,5.92,1.38,12,3.6,1.96,10,4.17,2.21,12,5.4,2.07,10,5.9,2.81,10
+equivalent,5.89,1.1,19,3.95,1.96,21,5.57,1.38,23,5.8,0.84,5,6.0,1.22,13,4.0,2.19,6,3.93,1.94,15,5.8,1.62,10,5.38,1.19,13,6.0,1.53,7,5.91,0.83,11,4.0,2.16,7,3.93,1.94,14,5.27,1.42,11,5.83,1.34,12,6.0,1.28,12,5.71,0.76,7,3.55,2.34,11,4.4,1.43,10,5.5,1.45,14,5.67,1.32,9
+era,5.29,1.35,21,3.62,2.4,21,4.92,1.87,26,5.45,1.37,11,5.1,1.37,10,3.82,2.75,11,3.4,2.07,10,5.36,2.2,11,4.64,1.65,14,5.3,1.77,10,5.27,0.9,11,4.2,2.94,10,3.09,1.76,11,5.35,1.93,17,4.12,1.64,8,5.46,1.71,13,5.0,0.0,8,3.93,2.59,14,3.0,2.0,7,5.0,2.06,17,4.78,1.56,9
+eradicate,3.79,1.87,19,5.09,2.57,23,4.95,2.17,19,3.56,2.13,9,4.0,1.7,10,6.71,1.5,7,4.33,2.74,15,5.3,2.58,10,4.56,1.67,9,3.89,2.03,9,3.7,1.83,10,5.9,2.56,10,4.42,2.61,12,4.0,1.31,8,5.3,2.31,10,4.5,1.73,12,2.57,1.51,7,5.3,2.41,20,3.67,3.79,3,4.62,2.2,8,5.18,2.23,11
+erase,4.89,1.73,19,3.55,1.87,22,5.42,2.19,24,4.5,1.76,6,5.08,1.75,13,4.33,1.92,12,2.6,1.35,10,4.0,2.2,8,6.12,1.86,16,4.7,0.95,10,5.11,2.37,9,4.44,1.94,9,2.92,1.61,13,5.47,1.94,17,5.33,3.14,6,5.25,1.28,8,4.64,2.01,11,3.22,1.72,9,3.77,2.01,13,5.69,2.3,16,4.88,1.96,8
+eraser,5.64,1.36,22,3.57,2.23,23,6.89,1.59,19,5.62,1.41,8,5.38,1.04,13,3.38,2.13,8,3.57,2.41,14,7.0,1.73,7,6.73,1.62,11,5.38,1.6,8,5.54,0.88,13,3.89,2.98,9,3.36,1.69,14,6.57,1.72,7,7.08,1.56,12,5.82,1.4,11,5.45,1.37,11,3.0,2.69,9,3.93,1.9,14,6.69,1.62,16,8.0,1.0,3
+erect,5.79,2.82,19,5.43,2.8,21,5.7,1.82,23,6.27,2.69,11,5.71,2.75,7,6.43,2.57,7,4.93,2.87,14,5.43,2.7,7,5.81,1.38,16,4.5,2.62,8,6.73,2.69,11,5.33,3.16,9,5.5,2.65,12,5.64,1.57,11,5.75,2.09,12,5.08,3.15,12,7.0,1.73,7,4.91,2.88,11,6.0,2.75,10,5.38,2.14,13,6.1,1.29,10
+erectile,4.5,1.85,20,5.5,2.52,22,4.53,2.32,19,3.56,1.01,9,5.27,2.05,11,5.0,3.16,5,5.56,2.45,16,4.83,2.79,6,4.38,2.18,13,4.14,1.96,14,5.33,1.37,6,4.58,2.84,12,6.56,1.67,9,4.11,1.62,9,4.9,2.85,10,3.9,1.73,10,5.1,1.85,10,5.0,2.8,12,6.1,2.13,10,5.0,2.97,6,4.31,2.06,13
+erection,7.38,2.04,21,7.37,1.77,19,5.18,2.89,22,8.33,0.52,6,7.0,2.3,15,7.5,1.69,8,7.27,1.9,11,6.42,2.19,12,3.7,3.02,10,8.67,0.5,9,6.42,2.23,12,7.0,1.51,8,7.64,1.96,11,5.43,3.1,7,5.07,2.89,15,7.8,1.81,10,7.0,2.24,11,7.33,1.56,12,7.43,2.23,7,5.42,3.2,12,4.9,2.6,10
+ergo,4.86,0.96,21,4.0,2.3,23,5.21,1.32,19,5.57,0.98,7,4.46,0.78,13,4.25,2.82,8,3.71,2.05,14,5.14,1.21,7,5.18,1.47,11,4.71,0.49,7,4.92,1.19,13,3.56,2.88,9,4.29,1.9,14,4.57,1.27,7,5.58,1.24,12,5.09,0.7,11,4.6,1.17,10,2.89,1.96,9,4.71,2.27,14,5.19,1.42,16,5.33,0.58,3
+erosion,3.79,1.69,19,5.86,2.08,21,3.91,1.83,23,3.8,1.1,5,3.85,1.95,13,4.83,2.56,6,6.27,1.79,15,4.6,1.96,10,3.38,1.61,13,3.14,1.21,7,4.27,1.9,11,5.14,2.48,7,6.21,1.85,14,4.55,1.37,11,3.33,2.06,12,4.0,1.71,12,3.43,1.72,7,5.73,2.57,11,6.0,1.49,10,4.14,1.96,14,3.56,1.67,9
+erotic,5.83,1.69,18,7.27,2.51,22,5.9,2.23,42,5.0,2.65,3,6.0,1.51,15,6.7,2.58,10,7.75,2.45,12,6.36,2.71,14,5.7,2.0,27,5.6,1.07,10,6.12,2.3,8,6.55,3.24,11,8.0,1.26,11,5.78,2.24,18,6.0,2.27,24,5.88,2.03,8,5.8,1.48,10,8.7,0.48,10,6.08,2.91,12,6.0,2.15,29,5.69,2.46,13
+erotica,6.1,2.12,21,6.52,1.75,21,5.56,1.98,25,6.92,1.56,12,5.0,2.35,9,7.71,1.11,7,5.93,1.73,14,6.4,1.17,10,5.0,2.24,15,5.75,2.5,4,6.18,2.1,17,6.8,1.93,10,6.27,1.62,11,5.0,2.16,7,5.78,1.93,18,6.08,2.47,12,6.11,1.69,9,5.62,1.5,13,8.0,0.93,8,4.33,2.12,9,6.25,1.57,16
+err,3.58,1.95,19,3.68,2.25,22,4.82,2.4,22,3.67,1.41,9,3.5,2.42,10,4.5,2.45,8,3.21,2.08,14,5.27,2.61,11,4.36,2.2,11,4.43,0.79,7,3.08,2.27,12,3.5,1.72,10,3.83,2.69,12,5.23,2.45,13,4.22,2.33,9,3.8,2.25,10,3.33,1.66,9,3.75,2.49,8,3.64,2.21,14,4.71,2.4,14,5.0,2.56,8
+errand,4.68,1.92,19,3.89,2.73,44,6.15,1.93,62,4.0,1.79,6,5.0,1.96,13,4.81,2.69,16,3.37,2.71,27,5.27,1.78,22,6.69,1.84,39,4.8,1.75,10,4.56,2.19,9,3.95,3.05,20,3.83,2.5,24,6.05,2.17,37,6.38,1.5,24,4.38,1.85,8,4.91,2.02,11,4.25,2.81,28,3.25,2.54,16,6.05,2.18,39,6.3,1.46,23
+errant,4.43,1.8,21,4.8,2.28,20,4.23,1.94,35,4.5,1.6,8,4.38,1.98,13,6.0,1.73,5,4.4,2.35,15,4.09,2.12,11,4.29,1.9,24,4.38,1.89,13,4.5,1.77,8,5.25,2.42,12,4.12,2.03,8,4.3,2.27,20,4.13,1.46,15,4.55,1.51,11,4.3,2.16,10,4.91,2.21,11,4.67,2.5,9,4.05,2.28,22,4.54,1.2,13
+erratic,3.21,1.78,19,5.1,2.4,20,4.4,2.46,20,2.67,1.53,3,3.47,1.81,15,4.8,2.44,10,5.4,2.46,10,3.8,1.81,10,5.0,2.94,10,3.17,1.6,6,3.42,1.88,12,5.0,2.58,7,5.15,2.41,13,4.38,2.83,8,4.42,2.31,12,3.25,2.05,12,3.14,1.35,7,5.0,2.67,10,5.2,2.25,10,5.67,2.45,9,3.36,2.01,11
+erroneous,4.38,1.99,21,4.64,2.38,22,4.07,2.4,27,4.2,2.25,10,4.55,1.81,11,3.29,2.21,7,5.27,2.25,15,4.29,2.8,17,3.7,1.57,10,4.27,2.1,11,4.5,1.96,10,4.4,2.97,5,4.71,2.28,17,4.43,2.87,14,3.69,1.8,13,4.23,2.2,13,4.62,1.69,8,5.1,2.85,10,4.25,1.96,12,4.5,2.79,14,3.62,1.89,13
+error,3.36,1.26,22,4.43,2.56,21,4.18,1.92,22,3.43,1.45,14,3.25,0.89,8,4.82,2.82,11,4.0,2.45,9,4.5,1.87,6,4.06,1.98,16,3.5,1.43,10,3.25,1.14,12,3.64,2.5,11,5.3,2.45,10,4.62,1.76,13,3.56,2.07,9,3.67,1.37,12,3.0,1.05,10,4.38,2.81,13,4.5,2.27,8,4.58,1.68,12,3.7,2.16,10
+erupt,5.14,1.59,21,6.41,1.87,22,3.32,2.17,22,5.78,2.11,9,4.67,0.89,12,6.17,2.14,6,6.6,1.84,15,2.5,2.74,6,3.62,1.93,16,5.11,1.76,9,5.17,1.53,12,6.6,1.95,5,6.35,1.9,17,3.09,2.12,11,3.55,2.3,11,5.33,1.87,12,4.89,1.17,9,5.44,2.07,9,7.08,1.44,13,2.83,2.12,12,3.9,2.18,10
+eruption,4.74,2.38,19,6.09,2.37,22,2.82,1.68,22,5.44,1.74,9,4.1,2.77,10,6.62,1.19,8,5.79,2.83,14,3.0,1.79,11,2.64,1.63,11,5.57,1.9,7,4.25,2.56,12,5.9,1.66,10,6.25,2.9,12,2.77,1.83,13,2.89,1.54,9,3.9,2.08,10,5.67,2.45,9,6.12,2.1,8,6.07,2.59,14,2.79,1.58,14,2.88,1.96,8
+escalate,4.05,1.91,21,6.25,1.97,20,5.24,2.59,21,4.5,1.05,6,3.87,2.17,15,6.0,2.0,8,6.42,2.02,12,5.73,2.65,11,4.7,2.54,10,3.67,1.21,6,4.2,2.14,15,6.0,2.05,10,6.5,1.96,10,5.0,2.66,14,5.71,2.56,7,4.14,2.04,7,4.0,1.92,14,6.21,2.15,14,6.33,1.63,6,4.67,2.84,12,6.0,2.12,9
+escalating,4.76,1.55,21,4.5,2.69,24,5.58,2.09,19,5.33,1.22,9,4.33,1.67,12,3.83,3.19,6,4.94,2.46,17,5.0,1.29,7,5.92,2.43,12,4.69,1.58,16,5.0,1.58,5,4.43,2.87,14,5.0,2.35,9,5.89,1.96,9,5.3,2.26,10,4.92,1.83,12,4.56,1.13,9,4.44,2.78,16,4.62,2.67,8,5.91,2.17,11,5.12,2.03,8
+escalation,4.82,1.59,22,4.91,2.74,22,4.6,2.23,20,5.0,1.77,8,4.71,1.54,14,5.5,2.37,10,4.42,3.03,12,6.0,2.71,7,3.85,1.57,13,5.17,1.8,12,4.4,1.26,10,4.18,2.52,11,5.64,2.87,11,5.0,2.27,15,3.4,1.82,5,4.55,1.21,11,5.09,1.92,11,5.9,2.73,10,4.08,2.57,12,4.5,1.9,10,4.7,2.63,10
+escalator,5.95,1.86,21,4.55,2.7,20,5.31,2.16,36,7.0,1.77,8,5.31,1.65,13,6.4,1.52,5,3.93,2.76,15,4.55,2.16,11,5.64,2.12,25,6.54,2.07,13,5.0,0.93,8,4.75,2.56,12,4.25,3.06,8,5.6,2.26,20,4.94,2.05,16,5.36,2.11,11,6.6,1.35,10,4.55,3.08,11,4.56,2.35,9,5.27,2.31,22,5.36,1.98,14
+escape,5.5,1.76,18,4.55,2.58,20,5.44,2.09,18,5.62,2.33,8,5.4,1.26,10,5.29,1.98,7,4.15,2.85,13,5.64,1.91,11,5.14,2.48,7,5.64,1.96,11,5.29,1.5,7,4.56,2.24,9,4.55,2.94,11,5.36,1.91,11,5.57,2.51,7,5.5,2.15,12,5.5,0.55,6,4.5,2.15,12,4.62,3.29,8,5.89,1.96,9,5.0,2.24,9
+escort,5.35,1.46,20,5.32,2.4,22,5.63,2.03,19,5.67,1.87,9,5.09,1.04,11,4.0,3.0,5,5.69,2.21,16,6.83,1.72,6,5.08,1.98,13,5.21,1.67,14,5.67,0.82,6,4.5,2.32,12,6.33,2.35,9,4.44,1.59,9,6.7,1.83,10,5.2,1.81,10,5.5,1.08,10,4.92,2.61,12,5.8,2.15,10,5.5,2.43,6,5.69,1.93,13
+escrow,4.56,1.54,18,3.11,1.88,18,4.38,1.88,24,6.0,1.0,5,4.0,1.35,13,3.56,1.94,9,2.67,1.8,9,4.62,2.06,16,3.88,1.46,8,5.0,1.15,7,4.27,1.74,11,2.0,1.22,9,4.22,1.79,9,4.25,1.8,20,5.0,2.45,4,4.56,1.01,9,4.56,2.01,9,2.73,1.9,11,3.71,1.8,7,4.5,1.82,18,4.0,2.19,6
+esophagus,4.5,1.6,22,3.76,2.13,25,5.04,2.26,24,4.56,1.88,9,4.46,1.45,13,3.1,1.85,10,4.2,2.24,15,4.78,2.33,9,5.2,2.27,15,5.12,1.13,8,4.14,1.75,14,4.25,2.18,12,3.31,2.06,13,4.67,2.19,12,5.42,2.35,12,4.17,1.8,12,4.9,1.29,10,3.47,2.26,15,4.2,1.93,10,5.31,2.39,13,4.73,2.15,11
+espionage,4.05,1.82,20,5.5,2.46,18,4.5,2.36,24,4.6,2.07,5,3.87,1.77,15,6.6,1.67,5,5.08,2.63,13,4.46,2.3,13,4.55,2.54,11,5.0,1.63,10,3.1,1.52,10,6.43,1.9,7,4.91,2.66,11,4.56,1.86,16,4.38,3.29,8,4.29,1.82,14,3.5,1.87,6,6.0,2.37,12,4.5,2.51,6,4.93,2.58,15,3.78,1.86,9
+espresso,6.68,2.19,19,5.25,2.38,20,6.3,2.27,20,7.33,1.53,3,6.87,2.03,15,4.5,2.46,10,6.0,2.16,10,5.8,2.7,10,6.8,1.75,10,7.5,1.76,6,6.67,2.02,12,4.43,2.64,7,5.69,2.21,13,5.5,2.07,8,6.83,2.33,12,6.25,2.45,12,7.43,1.51,7,4.5,2.8,10,6.0,1.7,10,6.56,1.94,9,6.09,2.59,11
+esquire,5.67,1.53,18,2.9,2.25,20,5.38,1.81,24,5.4,1.82,5,5.77,1.48,13,3.55,2.46,11,2.11,1.76,9,5.38,1.93,16,5.38,1.69,8,5.14,1.21,7,6.0,1.67,11,2.78,2.64,9,3.0,2.0,11,5.58,1.95,19,4.6,0.89,5,5.33,1.66,9,6.0,1.41,9,2.64,2.34,11,3.22,2.22,9,4.83,1.58,18,7.0,1.55,6
+essay,4.9,2.22,20,4.0,2.73,19,5.55,2.58,22,4.67,3.14,6,5.0,1.84,14,3.88,3.09,8,4.09,2.59,11,5.75,2.38,12,5.3,2.91,10,5.89,2.85,9,4.09,1.14,11,4.33,3.2,9,3.7,2.36,10,4.57,2.99,7,6.0,2.33,15,5.1,2.08,10,4.7,2.45,10,3.83,2.76,12,4.29,2.87,7,5.42,2.87,12,5.7,2.31,10
+essence,6.75,1.26,24,3.86,2.17,22,5.62,1.66,21,6.45,1.29,11,7.0,1.22,13,3.17,1.83,6,4.0,2.3,15,4.83,1.33,6,5.93,1.71,15,6.6,1.26,10,6.86,1.29,14,4.6,1.95,5,3.65,2.23,17,5.2,1.55,10,6.0,1.73,11,7.21,1.19,14,6.1,1.1,10,4.11,2.62,9,3.69,1.89,13,5.33,1.5,12,6.0,1.87,9
+essential,6.26,1.82,19,4.3,2.11,20,6.3,2.54,20,6.0,1.0,3,6.6,1.64,15,4.6,2.32,10,4.0,1.94,10,6.6,2.07,10,6.0,3.02,10,6.33,1.63,6,6.58,1.56,12,4.0,2.45,7,4.46,1.98,13,4.88,2.64,8,7.25,2.05,12,6.58,1.88,12,5.71,1.7,7,4.5,2.32,10,4.1,1.97,10,5.33,2.92,9,7.09,1.97,11
+establish,5.58,1.3,19,3.72,2.16,18,6.29,1.99,17,5.82,1.08,11,5.25,1.58,8,4.5,2.52,4,3.5,2.1,14,5.62,1.92,8,6.89,1.96,9,6.0,1.2,8,5.27,1.35,11,4.14,1.57,7,3.45,2.5,11,5.67,2.34,6,6.64,1.8,11,5.69,1.55,13,5.33,0.52,6,3.18,2.27,11,4.57,1.81,7,6.71,1.6,7,6.0,2.26,10
+estate,5.65,1.31,20,3.45,1.99,20,5.27,2.14,22,5.86,1.46,7,5.54,1.27,13,3.78,2.28,9,3.18,1.78,11,5.33,3.01,6,5.25,1.84,16,5.1,1.1,10,6.33,1.32,9,2.62,2.07,8,4.0,1.81,12,5.27,2.31,15,5.29,1.89,7,5.82,1.47,11,5.44,1.13,9,2.75,2.01,12,4.5,1.51,8,5.45,2.5,11,5.09,1.81,11
+esteem,6.38,1.16,21,3.91,2.68,23,6.45,2.56,20,6.0,1.07,8,6.62,1.19,13,4.83,2.04,6,3.59,2.85,17,6.64,2.5,11,6.22,2.77,9,6.17,1.27,12,6.67,1.0,9,4.3,2.71,10,3.62,2.72,13,6.62,2.36,13,6.14,3.08,7,6.5,1.29,14,6.14,0.9,7,4.12,2.7,16,3.43,2.76,7,6.42,2.84,12,6.5,2.27,8
+esteemed,5.95,1.5,20,4.72,2.91,18,5.54,2.48,24,6.0,1.22,5,5.93,1.62,15,3.0,1.58,5,5.38,3.07,13,4.54,2.6,13,6.73,1.79,11,6.5,1.27,10,5.4,1.58,10,4.86,3.13,7,4.64,2.91,11,5.06,2.35,16,6.5,2.62,8,5.86,1.75,14,6.17,0.75,6,5.25,2.8,12,3.67,3.08,6,5.47,2.45,15,5.67,2.69,9
+estimate,5.95,1.56,21,3.41,2.15,22,5.43,1.4,21,5.56,1.67,9,6.25,1.48,12,2.67,1.86,6,3.6,2.29,15,5.17,1.17,6,5.53,1.51,15,5.67,1.73,9,6.17,1.47,12,4.2,2.17,5,3.18,2.16,17,5.0,1.41,10,5.82,1.33,11,6.42,1.24,12,5.33,1.8,9,3.22,1.79,9,3.54,2.44,13,4.64,0.92,11,6.3,1.34,10
+estimation,4.67,1.43,21,3.18,1.89,22,5.26,1.75,27,4.7,1.34,10,4.64,1.57,11,2.29,1.7,7,3.6,1.88,15,5.06,2.05,17,5.6,1.07,10,4.82,1.08,11,4.5,1.78,10,3.0,2.74,5,3.24,1.68,17,4.5,1.87,14,6.08,1.19,13,4.54,1.33,13,4.88,1.64,8,2.9,2.18,10,3.42,1.68,12,5.21,1.58,14,5.31,1.97,13
+estranged,3.67,1.74,21,3.95,2.3,22,4.48,2.18,21,3.89,1.62,9,3.5,1.88,12,3.5,2.43,6,4.0,2.33,15,5.5,2.88,6,4.07,1.79,15,4.22,1.72,9,3.25,1.71,12,5.0,2.24,5,3.65,2.29,17,5.1,2.02,10,3.91,2.26,11,3.83,2.04,12,3.44,1.33,9,4.0,2.5,9,3.92,2.25,13,4.83,2.17,12,4.0,2.24,9
+estrogen,5.22,1.31,18,4.45,2.5,20,4.2,2.06,25,4.6,0.89,5,5.46,1.39,13,4.36,2.62,11,4.56,2.51,9,4.25,1.77,16,4.11,2.62,9,5.57,0.79,7,5.0,1.55,11,3.22,2.28,9,5.45,2.3,11,3.9,2.1,20,5.4,1.52,5,5.56,0.88,9,4.89,1.62,9,4.09,2.55,11,4.89,2.52,9,4.47,1.93,19,3.33,2.42,6
+eternal,6.76,2.36,21,3.59,2.26,22,5.41,2.66,27,5.8,2.44,10,7.64,2.01,11,3.29,1.89,7,3.73,2.46,15,5.47,2.9,17,5.3,2.36,10,6.18,2.27,11,7.4,2.41,10,2.8,2.49,5,3.82,2.21,17,5.36,2.98,14,5.46,2.4,13,6.54,2.44,13,7.12,2.36,8,3.9,2.88,10,3.33,1.67,12,5.93,2.95,14,4.85,2.3,13
+eternity,6.05,2.33,20,3.77,2.71,22,4.37,2.81,19,5.89,2.26,9,6.18,2.48,11,3.0,2.92,5,4.19,2.66,16,2.0,2.0,6,5.46,2.47,13,6.0,2.22,14,6.17,2.79,6,3.42,2.11,12,4.56,3.36,9,4.89,2.62,9,3.9,3.03,10,6.3,2.31,10,5.8,2.44,10,3.83,2.59,12,3.7,2.98,10,3.83,3.49,6,4.62,2.57,13
+ether,4.63,1.92,19,4.81,2.18,21,4.26,2.37,34,4.78,1.64,9,4.5,2.22,10,4.25,1.91,8,5.15,2.34,13,4.86,2.38,14,3.85,2.32,20,4.78,1.86,9,4.5,2.07,10,4.85,1.95,13,4.75,2.66,8,4.36,2.63,22,4.08,1.88,12,3.9,2.28,10,5.44,1.01,9,4.79,2.36,14,4.86,1.95,7,4.65,2.23,17,3.88,2.5,17
+ethic,6.0,1.93,22,3.57,2.48,21,6.0,2.28,21,5.71,2.16,14,6.5,1.41,8,3.55,2.81,11,3.89,2.15,9,5.33,2.42,6,6.27,2.25,15,5.5,2.01,10,6.42,1.83,12,3.0,2.19,11,4.2,2.74,10,5.92,2.22,13,6.12,2.53,8,6.25,1.86,12,5.7,2.06,10,3.23,2.55,13,4.12,2.42,8,6.33,1.92,12,5.56,2.74,9
+ethical,5.78,1.4,18,3.78,2.29,18,5.71,2.76,17,5.7,0.95,10,5.88,1.89,8,3.75,1.89,4,3.79,2.46,14,4.12,2.59,8,7.11,2.15,9,5.88,1.13,8,5.7,1.64,10,4.14,1.95,7,3.55,2.54,11,4.67,2.8,6,6.27,2.69,11,5.42,1.44,12,6.5,1.05,6,3.73,2.53,11,3.86,2.04,7,6.86,2.41,7,4.9,2.81,10
+ethics,6.0,1.79,21,3.71,2.01,24,6.6,2.46,20,6.12,1.46,8,5.92,2.02,13,4.5,1.38,6,3.44,2.15,18,6.73,2.24,11,6.44,2.83,9,6.58,1.51,12,5.22,1.92,9,3.9,1.66,10,3.57,2.28,14,6.77,2.62,13,6.29,2.29,7,6.5,1.56,14,5.0,1.91,7,3.69,1.82,16,3.75,2.49,8,6.42,2.19,12,6.88,2.95,8
+ethnic,5.36,1.84,22,3.55,2.42,22,5.05,2.39,19,4.75,2.19,8,5.46,1.33,13,4.25,2.96,8,3.08,2.14,13,4.86,2.79,7,5.09,2.34,11,5.0,2.45,8,5.31,1.11,13,3.67,2.96,9,3.46,2.11,13,4.57,2.76,7,5.33,2.23,12,5.0,1.79,11,5.73,1.9,11,2.33,2.06,9,4.38,2.36,13,5.38,2.31,16,3.33,2.52,3
+etiquette,6.0,1.33,19,3.71,2.03,21,5.65,2.52,23,5.67,1.15,3,6.06,1.39,16,3.88,1.73,8,3.62,2.26,13,6.33,2.45,9,5.21,2.55,14,6.0,1.58,9,6.0,1.15,10,3.56,1.88,9,3.83,2.21,12,5.8,2.93,15,5.38,1.6,8,5.86,1.35,7,6.08,1.38,12,4.2,1.93,10,3.27,2.1,11,6.38,2.69,13,4.7,2.0,10
+eucalyptus,6.05,1.39,20,3.1,1.77,20,5.57,2.01,21,5.2,0.45,5,6.33,1.5,15,2.75,1.67,8,3.33,1.87,12,5.08,2.02,12,6.22,1.92,9,6.12,1.55,8,6.0,1.35,12,3.33,1.41,9,2.91,2.07,11,4.57,2.44,7,6.07,1.64,14,5.89,1.45,9,6.18,1.4,11,3.38,1.89,13,2.57,1.51,7,5.42,1.98,12,5.78,2.17,9
+eulogy,3.43,2.11,21,4.16,2.73,19,4.05,2.44,21,3.2,2.28,5,3.53,2.2,15,4.12,3.04,8,4.18,2.64,11,3.8,2.62,10,4.27,2.37,11,3.33,2.1,12,3.56,2.24,9,4.7,2.63,10,3.56,2.88,9,3.5,2.35,12,4.78,2.49,9,2.91,1.87,11,4.0,2.31,10,4.12,3.04,8,4.18,2.64,11,3.33,2.45,9,4.58,2.39,12
+euphemism,5.05,1.53,21,3.48,2.13,23,5.5,1.79,18,5.56,1.42,9,4.67,1.56,12,4.09,2.26,11,2.92,1.93,12,5.4,1.9,10,5.62,1.77,8,5.14,1.46,7,5.0,1.68,13,4.27,2.24,11,2.75,1.82,12,6.0,1.91,7,5.18,1.72,11,4.92,1.66,13,5.25,1.39,8,3.45,2.07,11,3.5,2.28,12,5.0,1.5,9,6.0,2.0,9
+euphoria,7.26,1.59,19,5.68,2.75,22,6.73,1.8,22,7.44,1.67,9,7.1,1.6,10,6.25,2.12,8,5.36,3.08,14,7.36,1.21,11,6.09,2.12,11,6.86,1.68,7,7.5,1.57,12,6.3,1.64,10,5.17,3.41,12,6.31,2.06,13,7.33,1.22,9,6.7,1.49,10,7.89,1.54,9,5.62,3.02,8,5.71,2.7,14,7.29,1.2,14,5.75,2.31,8
+euphoric,7.8,1.4,20,5.25,2.69,20,6.77,1.63,22,7.57,1.62,7,7.92,1.32,13,5.22,2.77,9,5.27,2.76,11,6.83,2.14,6,6.75,1.48,16,7.8,1.4,10,8.0,1.41,9,5.12,3.31,8,5.33,2.35,12,6.6,1.68,15,7.14,1.57,7,7.45,1.57,11,8.22,1.09,9,5.33,2.74,12,5.12,2.8,8,6.55,2.16,11,7.0,0.89,11
+euro,5.35,1.39,20,3.57,2.27,21,5.0,2.55,25,5.0,1.0,3,5.41,1.46,17,3.86,2.48,7,3.62,2.22,13,4.38,2.5,8,5.29,2.59,17,5.29,0.76,7,5.38,1.66,13,5.29,2.21,7,2.85,1.82,13,5.21,2.49,14,4.73,2.72,11,4.89,0.93,9,5.73,1.62,11,3.82,2.09,11,3.3,2.54,10,5.22,2.62,18,4.43,2.44,7
+euthanasia,3.3,1.56,20,5.18,2.67,22,5.4,2.96,20,3.22,1.56,9,3.36,1.63,11,5.2,2.78,10,5.17,2.69,12,3.5,2.39,8,6.67,2.67,12,3.14,1.51,14,3.67,1.75,6,4.12,2.53,8,5.79,2.64,14,4.25,1.83,8,6.17,3.38,12,3.5,1.72,10,3.1,1.45,10,5.0,2.76,12,5.4,2.67,10,5.92,2.81,12,4.62,3.2,8
+evacuate,3.4,1.31,20,5.17,3.09,18,3.32,2.15,22,2.8,1.1,5,3.6,1.35,15,5.67,2.73,6,4.92,3.34,12,3.7,1.25,10,3.0,2.7,12,3.2,1.14,10,3.6,1.51,10,6.0,3.02,10,4.12,3.04,8,3.45,2.16,11,3.18,2.23,11,3.25,1.36,12,3.62,1.3,8,3.44,3.4,9,6.89,1.45,9,3.45,2.25,11,3.18,2.14,11
+evacuation,4.23,1.72,22,5.24,2.79,21,3.14,2.27,22,4.57,1.83,14,3.62,1.41,8,5.55,2.62,11,5.22,3.07,9,2.67,1.86,6,3.31,2.44,16,4.5,1.72,10,4.0,1.76,12,4.36,2.54,11,6.2,2.86,10,2.46,1.56,13,4.11,2.85,9,4.25,1.48,12,4.2,2.04,10,5.08,2.84,13,5.5,2.88,8,2.5,1.88,12,3.9,2.56,10
+evade,4.55,1.87,22,5.91,2.43,23,5.95,2.09,19,5.25,2.49,8,4.08,1.38,13,5.38,2.83,8,6.5,1.99,14,6.29,2.36,7,5.91,2.02,11,4.25,2.25,8,4.69,1.75,13,5.78,2.68,9,6.0,2.35,14,5.43,2.23,7,6.25,2.05,12,4.82,1.54,11,4.27,2.2,11,5.89,2.57,9,5.93,2.43,14,6.19,2.14,16,4.67,1.53,3
+evaluate,5.1,1.64,21,3.78,2.04,23,6.2,1.64,20,4.6,1.52,5,5.25,1.69,16,4.33,1.78,12,3.18,2.23,11,6.5,1.96,10,5.56,0.73,9,5.08,2.15,12,5.11,0.6,9,3.62,1.75,16,4.14,2.73,7,6.0,1.18,11,6.44,2.13,9,5.23,1.48,13,4.88,1.96,8,3.89,2.08,19,3.25,2.06,4,6.15,1.41,13,6.29,2.14,7
+evaluation,4.86,1.17,22,5.89,2.0,19,4.62,2.2,21,5.6,0.89,5,4.62,1.2,16,6.75,1.58,8,5.27,2.1,11,4.8,2.04,10,4.45,2.42,11,5.17,0.72,12,4.5,1.51,10,6.2,2.15,10,5.56,1.88,9,4.67,2.19,12,4.56,2.35,9,4.64,1.03,11,5.09,1.3,11,5.88,1.89,8,5.91,2.17,11,5.11,2.15,9,4.25,2.26,12
+evaporate,5.4,1.35,20,4.0,2.29,22,4.81,2.42,27,6.0,2.16,7,5.08,0.49,13,3.7,2.16,10,4.25,2.45,12,5.4,2.38,15,3.91,2.39,11,5.36,1.29,11,5.44,1.51,9,4.22,2.05,9,3.85,2.51,13,5.18,2.46,17,4.0,2.4,9,5.62,1.61,13,5.0,0.58,7,3.88,2.33,16,4.33,2.34,6,5.5,2.07,12,4.27,2.6,15
+evasion,3.36,1.65,22,4.77,2.3,26,5.25,2.38,24,3.44,2.07,9,3.31,1.38,13,4.5,2.27,10,4.94,2.38,16,5.67,2.24,9,5.0,2.51,15,3.88,1.55,8,3.07,1.69,14,4.46,2.37,13,5.08,2.29,13,5.67,2.02,12,4.83,2.72,12,2.83,1.53,12,4.0,1.63,10,4.6,2.2,15,5.0,2.53,11,5.38,2.6,13,5.09,2.21,11
+evasive,3.24,1.26,21,3.39,2.37,23,5.06,2.44,18,3.22,1.39,9,3.25,1.22,12,3.64,2.34,11,3.17,2.48,12,4.5,2.55,10,5.75,2.25,8,3.43,1.4,7,3.15,1.28,13,3.82,2.6,11,3.0,2.17,12,3.86,2.73,7,5.82,1.99,11,3.0,1.47,13,3.62,0.74,8,3.27,2.37,11,3.5,2.47,12,4.56,2.19,9,5.56,2.7,9
+evening,7.09,1.87,22,3.1,2.0,21,5.22,2.21,18,6.83,2.64,6,7.2,1.66,15,3.14,2.34,7,3.07,1.9,14,4.67,1.94,9,5.75,2.6,8,6.86,2.07,14,7.57,1.62,7,3.33,2.18,9,2.92,1.93,12,5.7,2.36,10,4.62,2.0,8,7.64,1.22,14,6.12,2.47,8,3.67,2.66,6,2.87,1.73,15,5.9,2.51,10,4.38,1.51,8
+evens,5.33,1.77,21,3.7,2.66,20,4.32,2.4,22,4.5,1.87,6,5.67,1.68,15,3.62,2.56,8,3.75,2.83,12,4.42,2.57,12,4.2,2.3,10,5.33,2.29,9,5.33,1.37,12,3.89,2.32,9,3.55,3.01,11,3.71,2.21,7,4.6,2.5,15,4.9,2.18,10,5.73,1.27,11,3.38,2.6,13,4.29,2.87,7,3.92,2.54,12,4.8,2.25,10
+event,6.21,1.86,38,5.1,2.45,21,5.0,2.25,20,5.85,1.99,13,6.4,1.8,25,3.71,1.8,7,5.79,2.49,14,5.17,1.17,6,4.93,2.62,14,6.18,2.06,22,6.25,1.61,16,5.4,2.27,10,4.82,2.68,11,4.9,1.91,10,5.1,2.64,10,6.19,1.81,26,6.25,2.05,12,4.62,2.45,8,5.38,2.5,13,5.38,2.77,8,4.75,1.91,12
+eventual,5.05,1.58,19,3.42,1.79,24,4.75,2.12,28,4.25,1.39,8,5.64,1.5,11,3.56,2.01,9,3.33,1.72,15,4.43,2.28,14,5.07,1.98,14,5.33,2.06,9,4.8,1.03,10,3.25,1.6,12,3.58,2.02,12,4.0,1.84,14,5.5,2.18,14,5.5,1.9,10,4.56,1.01,9,3.5,1.78,12,3.33,1.87,12,4.08,1.68,12,5.25,2.32,16
+everlasting,6.55,1.65,22,3.85,2.63,26,5.23,2.37,22,7.33,1.87,9,6.0,1.29,13,3.6,2.67,10,4.0,2.68,16,4.88,2.3,8,5.43,2.47,14,6.0,2.0,8,6.86,1.41,14,4.08,2.78,13,3.62,2.57,13,5.0,2.24,11,5.45,2.58,11,6.42,1.62,12,6.7,1.77,10,4.47,2.45,15,3.0,2.76,11,6.0,2.04,12,4.3,2.5,10
+everyday,5.47,1.78,19,3.14,2.19,22,5.96,1.71,24,4.5,1.97,6,5.92,1.55,13,3.0,2.04,12,3.3,2.45,10,6.12,1.55,8,5.88,1.82,16,5.6,1.43,10,5.33,2.18,9,2.67,1.94,9,3.46,2.37,13,6.24,1.82,17,5.33,1.37,6,6.0,1.41,8,5.09,1.97,11,3.0,1.94,9,3.23,2.42,13,6.38,1.71,16,5.12,1.46,8
+everyman,5.42,1.3,19,3.52,2.11,21,4.4,2.16,20,4.67,1.53,3,5.56,1.26,16,4.0,1.79,6,3.33,2.26,15,5.5,2.74,6,3.93,1.77,14,5.2,1.03,10,5.67,1.58,9,3.29,2.36,7,3.64,2.06,14,4.8,2.49,10,4.0,1.83,10,5.0,0.93,8,5.73,1.49,11,3.44,2.24,9,3.58,2.11,12,4.88,2.9,8,4.08,1.56,12
+evict,2.63,1.95,19,4.73,2.75,22,3.96,2.8,23,2.82,2.18,11,2.43,1.81,7,5.0,2.88,8,4.57,2.77,14,5.0,3.21,7,3.5,2.58,16,3.25,2.38,8,2.18,1.54,11,3.89,2.93,9,5.31,2.56,13,4.18,2.44,11,3.75,3.19,12,2.42,1.78,12,3.0,2.31,7,4.09,3.24,11,5.36,2.11,11,4.15,2.67,13,3.7,3.09,10
+eviction,3.0,1.8,22,4.67,2.82,21,3.68,2.64,22,3.14,1.99,14,2.75,1.49,8,5.18,2.71,11,4.44,2.92,9,4.5,3.21,6,3.38,2.45,16,3.9,1.97,10,2.25,1.29,12,3.64,2.58,11,5.8,2.74,10,4.0,2.38,13,3.22,3.07,9,2.92,1.93,12,3.1,1.73,10,4.23,3.03,13,5.38,2.45,8,4.67,2.9,12,2.5,1.78,10
+evidence,4.72,2.19,18,3.9,2.51,20,4.61,2.62,18,3.5,2.07,8,5.7,1.83,10,5.0,3.0,7,3.31,2.1,13,5.0,2.61,11,4.0,2.71,7,3.82,1.83,11,6.14,2.04,7,3.22,2.86,9,4.45,2.16,11,4.36,2.87,11,5.0,2.31,7,4.0,1.81,12,6.17,2.32,6,2.75,2.14,12,5.62,2.07,8,6.33,2.4,9,2.89,1.45,9
+evident,5.1,1.22,21,3.76,2.45,25,6.16,2.32,19,5.0,1.58,9,5.17,0.94,12,3.33,2.25,6,3.94,2.62,18,4.43,2.51,7,7.17,1.53,12,5.12,1.36,16,5.0,0.71,5,3.71,2.61,14,3.9,2.47,10,5.33,2.74,9,6.9,1.66,10,5.0,1.41,12,5.22,0.97,9,4.12,2.36,16,3.11,2.62,9,6.18,2.71,11,6.12,1.81,8
+evidentiary,4.5,1.19,22,4.22,2.13,23,4.42,1.61,19,4.12,1.13,8,4.54,1.05,13,4.5,2.27,8,4.0,2.18,14,5.0,1.73,7,3.82,1.25,11,4.38,1.3,8,4.38,0.96,13,4.67,2.45,9,3.93,1.94,14,3.71,1.25,7,4.83,1.7,12,4.45,1.21,11,4.55,1.21,11,3.78,2.28,9,4.5,2.07,14,4.56,1.67,16,3.67,1.15,3
+evil,2.34,1.61,41,5.67,2.93,18,3.6,2.62,48,3.0,1.62,14,2.0,1.52,27,4.67,3.14,6,6.17,2.82,12,3.82,2.7,17,3.48,2.61,31,2.11,1.6,18,2.52,1.62,23,5.4,3.34,10,6.0,2.51,8,3.54,2.77,26,3.68,2.48,22,2.35,1.81,20,2.33,1.43,21,4.33,3.5,9,7.0,1.41,9,3.6,2.74,30,3.61,2.48,18
+evolution,5.35,2.06,20,6.3,2.81,20,4.77,2.58,26,5.27,1.74,11,5.44,2.51,9,8.14,0.9,7,5.31,3.01,13,4.62,2.36,13,4.92,2.87,13,5.36,2.16,11,5.33,2.06,9,6.64,2.38,11,5.89,3.37,9,5.12,2.74,17,4.11,2.26,9,5.9,1.73,10,4.8,2.3,10,7.0,2.34,12,5.25,3.28,8,5.19,2.66,16,4.1,2.42,10
+evolutionary,5.62,2.22,21,5.59,2.59,22,4.43,2.44,21,4.8,1.79,5,5.88,2.33,16,6.17,2.04,12,4.9,3.11,10,3.64,2.69,11,4.89,1.45,9,5.67,2.5,12,5.56,1.94,9,6.07,2.74,15,4.57,2.07,7,4.91,2.21,11,3.9,2.69,10,5.62,2.53,13,5.62,1.77,8,6.0,2.49,19,3.0,1.73,3,4.07,2.34,14,5.14,2.67,7
+evolve,5.7,1.89,20,4.46,2.64,26,5.48,2.71,23,5.78,1.92,9,5.64,1.96,11,3.8,2.49,10,4.88,2.73,16,4.44,2.74,9,6.14,2.57,14,5.29,1.7,7,5.92,2.02,13,5.31,2.21,13,3.62,2.84,13,4.45,2.81,11,6.42,2.35,12,5.36,1.8,11,6.11,2.03,9,4.07,2.74,15,5.0,2.53,11,5.25,2.99,12,5.73,2.49,11
+ex,2.7,1.43,23,4.79,2.66,19,4.0,2.25,22,2.29,1.6,7,2.88,1.36,16,4.5,1.97,6,4.92,2.99,13,3.7,1.34,10,4.25,2.83,12,2.36,1.12,11,3.0,1.65,12,4.18,2.86,11,5.62,2.26,8,4.45,2.7,11,3.55,1.69,11,2.21,1.19,14,3.44,1.51,9,3.9,2.69,10,5.78,2.39,9,3.64,2.5,11,4.36,2.01,11
+exact,5.58,1.46,19,3.95,1.99,21,5.7,2.01,23,6.0,1.0,5,5.46,1.66,13,4.5,2.17,6,3.73,1.94,15,6.0,1.63,10,5.46,2.3,13,5.14,1.95,7,5.91,1.14,11,3.43,1.9,7,4.21,2.04,14,4.82,2.04,11,6.5,1.68,12,5.25,1.6,12,6.14,1.07,7,3.45,1.63,11,4.5,2.27,10,5.93,2.23,14,5.33,1.66,9
+exacting,5.42,1.46,19,4.45,1.82,20,5.11,2.31,19,5.67,0.58,3,5.38,1.59,16,4.17,2.04,6,4.57,1.79,14,5.83,1.47,6,4.77,2.59,13,4.9,0.57,10,6.0,1.94,9,4.5,1.97,6,4.43,1.83,14,5.3,2.0,10,4.89,2.71,9,5.0,0.93,8,5.73,1.74,11,4.67,1.73,9,4.27,1.95,11,5.71,2.75,7,4.75,2.05,12
+exaggerate,4.36,1.65,22,4.48,2.38,21,5.55,2.42,20,4.5,2.0,8,4.29,1.49,14,4.44,2.3,9,4.5,2.54,12,6.14,2.27,7,5.23,2.52,13,4.18,2.09,11,4.55,1.13,11,4.18,2.04,11,4.8,2.78,10,5.4,2.64,15,6.0,1.73,5,3.9,1.29,10,4.75,1.86,12,4.9,2.23,10,4.09,2.55,11,5.1,2.47,10,6.0,2.4,10
+exaggeration,4.19,1.03,21,5.8,1.7,20,4.84,2.81,25,4.17,0.83,12,4.22,1.3,9,6.43,2.07,7,5.46,1.45,13,4.9,2.77,10,4.8,2.93,15,4.0,1.41,4,4.24,0.97,17,5.7,1.57,10,5.9,1.91,10,4.14,2.91,7,5.11,2.81,18,4.42,1.0,12,3.89,1.05,9,5.67,1.61,12,6.0,1.93,8,3.22,2.39,9,5.75,2.67,16
+exam,4.33,1.68,21,5.17,1.97,23,4.19,2.23,26,4.18,1.6,11,4.5,1.84,10,5.0,2.24,11,5.33,1.78,12,3.45,1.69,11,4.93,2.43,14,4.2,1.81,10,4.45,1.63,11,5.18,2.14,11,5.17,1.9,12,4.41,2.4,17,4.0,1.93,8,4.69,1.8,13,3.75,1.39,8,4.33,1.76,15,6.75,1.28,8,4.65,2.55,17,3.33,1.12,9
+examination,5.05,1.65,22,4.5,2.54,20,5.05,2.38,22,5.07,1.82,14,5.0,1.41,8,4.64,2.66,11,4.62,2.56,8,4.33,2.42,6,5.31,2.39,16,4.9,2.02,10,5.17,1.34,12,3.9,2.64,10,5.1,2.42,10,5.0,2.35,13,5.11,2.57,9,4.83,1.75,12,5.3,1.57,10,4.46,2.93,13,4.57,1.81,7,4.92,2.11,12,5.2,2.78,10
+examine,5.61,1.79,18,3.95,2.31,20,5.84,1.49,25,5.0,1.22,5,5.85,1.95,13,3.73,2.45,11,4.22,2.22,9,5.88,1.26,16,5.78,1.92,9,5.29,1.89,7,5.82,1.78,11,3.44,2.46,9,4.36,2.2,11,5.75,1.59,20,6.2,1.1,5,5.33,1.8,9,5.89,1.83,9,3.27,2.15,11,4.78,2.33,9,5.58,1.43,19,6.67,1.51,6
+examiner,4.29,1.23,21,3.7,2.39,20,6.25,2.27,20,4.0,0.71,5,4.27,1.33,15,4.1,2.56,10,3.3,2.26,10,6.2,1.87,10,6.3,2.71,10,3.83,1.6,6,4.36,1.01,14,3.0,2.08,7,4.08,2.53,13,5.62,2.5,8,6.67,2.1,12,4.69,0.85,13,3.62,1.51,8,3.7,2.5,10,3.7,2.41,10,5.78,2.77,9,6.64,1.8,11
+example,4.9,2.0,21,3.55,1.9,20,6.74,1.85,19,4.92,1.89,13,4.88,2.3,8,4.29,2.21,7,3.15,1.68,13,7.0,1.53,7,6.58,2.07,12,4.58,1.73,12,5.33,2.35,9,3.56,2.4,9,3.55,1.51,11,6.5,2.32,10,7.0,1.22,9,4.58,1.73,12,5.33,2.35,9,4.0,2.52,7,3.31,1.55,13,6.43,2.7,7,6.92,1.24,12
+excavation,4.89,1.73,19,4.64,2.22,22,5.67,2.15,21,5.22,1.72,9,4.6,1.78,10,5.1,2.73,10,4.25,1.71,12,5.25,1.67,8,5.92,2.43,13,4.69,1.11,13,5.33,2.73,6,5.25,2.82,8,4.29,1.82,14,6.25,1.83,8,5.31,2.32,13,4.89,1.17,9,4.9,2.18,10,4.42,2.31,12,4.9,2.18,10,5.75,2.45,12,5.56,1.81,9
+exceed,4.79,1.44,19,5.52,2.4,21,6.75,1.45,20,5.0,1.0,3,4.75,1.53,16,5.17,3.06,6,5.67,2.19,15,6.0,1.26,6,7.07,1.44,14,5.3,1.16,10,4.22,1.56,9,6.43,2.23,7,5.07,2.43,14,7.0,1.63,10,6.5,1.27,10,4.88,0.64,8,4.73,1.85,11,6.22,2.73,9,5.0,2.09,12,7.12,1.89,8,6.5,1.09,12
+excel,5.95,1.58,19,4.85,2.52,20,6.61,2.02,23,5.33,0.58,3,6.06,1.69,16,5.38,2.56,8,4.5,2.54,12,6.0,2.29,9,7.0,1.8,14,6.0,1.58,9,5.9,1.66,10,4.5,2.2,8,5.08,2.78,12,7.2,2.14,15,5.5,1.2,8,6.0,1.63,7,5.92,1.62,12,5.1,2.51,10,4.6,2.63,10,7.23,2.31,13,5.8,1.23,10
+excellence,7.87,1.3,39,5.3,2.03,20,7.4,1.79,45,7.81,1.42,16,7.86,1.25,22,5.6,2.17,10,5.0,1.94,10,7.1,2.02,21,7.67,1.55,24,7.62,1.61,13,8.0,1.13,26,5.57,2.51,7,5.15,1.82,13,7.0,1.8,19,7.69,1.76,26,7.56,1.65,18,8.14,0.85,21,4.8,2.04,10,5.8,1.99,10,7.95,1.2,21,6.92,2.08,24
+excellent,7.56,1.92,18,5.15,3.05,20,7.22,1.48,18,6.5,2.45,8,8.4,0.7,10,5.0,3.37,7,5.23,3.0,13,6.64,1.57,11,8.14,0.69,7,7.0,2.24,11,8.43,0.79,7,4.78,3.38,9,5.45,2.88,11,7.09,1.7,11,7.43,1.13,7,7.67,1.78,12,7.33,2.34,6,4.67,2.9,12,5.88,3.31,8,7.22,1.64,9,7.22,1.39,9
+excelsior,5.95,1.9,19,4.0,2.14,21,5.35,2.08,23,5.6,2.41,5,6.08,1.85,13,4.5,2.81,6,3.8,1.9,15,5.9,1.97,10,4.92,2.14,13,6.14,2.19,7,5.82,1.89,11,3.86,3.02,7,4.07,1.69,14,4.91,2.07,11,5.75,2.09,12,5.5,1.62,12,6.71,2.21,7,3.73,2.69,11,4.3,1.42,10,5.43,1.95,14,5.22,2.39,9
+exception,5.25,1.45,20,4.35,2.4,23,4.12,2.12,26,5.2,0.79,10,5.3,1.95,10,5.09,2.07,11,3.67,2.57,12,3.91,1.92,11,4.36,2.37,14,5.2,1.81,10,5.3,1.06,10,4.82,2.52,11,3.92,2.31,12,4.59,2.29,17,3.25,1.58,8,5.38,1.8,13,5.0,0.0,7,4.47,2.61,15,4.12,2.1,8,4.29,2.26,17,3.78,1.92,9
+exceptional,7.32,1.83,19,5.0,2.37,23,6.32,1.7,19,6.33,1.73,9,8.2,1.48,10,5.57,2.3,7,4.93,2.4,15,6.6,2.01,10,6.0,1.32,9,7.67,2.06,9,7.0,1.63,10,4.7,2.63,10,5.5,2.11,12,5.75,1.83,8,6.6,1.58,10,7.08,2.02,12,7.71,1.5,7,4.9,2.4,20,5.67,2.52,3,6.25,1.49,8,6.36,1.91,11
+excess,4.29,1.68,21,5.42,1.92,19,5.29,2.24,21,4.83,0.75,6,4.07,1.91,15,6.0,1.73,7,5.08,2.02,12,5.45,1.81,11,5.1,2.73,10,3.67,1.37,6,4.53,1.77,15,5.7,1.95,10,5.11,1.96,9,5.21,2.46,14,5.43,1.9,7,4.29,1.5,7,4.29,1.82,14,5.29,2.2,14,5.8,0.84,5,4.92,1.98,12,5.78,2.59,9
+excessive,4.37,1.61,19,3.73,2.88,22,4.04,1.79,28,4.17,1.17,6,4.46,1.81,13,4.09,2.81,11,3.36,3.04,11,4.09,2.17,11,4.0,1.58,17,5.0,1.48,11,3.5,1.41,8,3.18,2.48,11,4.27,3.26,11,4.33,1.97,18,3.5,1.35,10,4.46,1.81,13,4.17,1.17,6,3.36,2.92,14,4.38,2.88,8,3.44,1.9,16,4.83,1.34,12
+exchange,5.9,1.41,20,4.76,1.89,21,5.88,1.96,33,6.0,1.49,10,5.8,1.4,10,5.25,1.98,8,4.46,1.85,13,6.15,1.95,13,5.7,2.0,20,6.0,1.58,9,5.82,1.33,11,4.92,1.66,13,4.5,2.33,8,5.62,2.11,21,6.33,1.67,12,5.6,1.43,10,6.2,1.4,10,4.93,1.98,14,4.43,1.81,7,5.47,2.15,17,6.31,1.7,16
+excitable,5.68,2.15,22,5.43,2.71,21,6.55,2.02,22,5.93,2.13,14,5.25,2.25,8,5.45,2.81,11,5.0,2.6,9,6.5,2.17,6,6.56,2.03,16,5.4,2.12,10,5.92,2.23,12,4.55,2.73,11,6.4,2.46,10,6.38,1.94,13,6.78,2.22,9,4.92,2.43,12,6.6,1.35,10,5.54,3.07,13,5.25,2.19,8,6.58,1.62,12,6.5,2.51,10
+excite,7.79,1.36,19,6.61,2.43,23,5.79,1.96,19,7.33,1.32,9,8.2,1.32,10,7.29,2.43,7,6.53,2.36,15,5.3,2.41,10,6.33,1.22,9,8.33,0.87,9,7.3,1.57,10,5.9,2.92,10,7.5,1.51,12,5.25,1.98,8,6.1,2.02,10,7.67,1.5,12,8.0,1.15,7,6.45,2.46,20,7.67,2.31,3,5.12,1.64,8,6.27,2.1,11
+excited,8.11,0.9,18,6.43,2.54,21,7.33,1.19,18,7.75,0.89,8,8.4,0.84,10,5.0,3.16,7,7.14,1.92,14,7.36,1.03,11,7.29,1.5,7,7.91,0.94,11,8.43,0.79,7,6.89,3.41,9,6.08,1.73,12,7.18,1.17,11,7.57,1.27,7,7.92,1.0,12,8.5,0.55,6,6.42,3.06,12,6.44,1.81,9,8.11,0.93,9,6.56,0.88,9
+excitement,7.62,1.38,42,6.21,2.5,43,6.33,2.28,48,7.89,1.1,19,7.39,1.56,23,5.6,2.41,15,6.54,2.53,28,6.0,2.68,18,6.53,2.03,30,7.7,1.58,23,7.53,1.12,19,6.22,2.53,18,6.2,2.53,25,6.15,2.27,33,6.73,2.34,15,7.71,1.6,24,7.5,1.04,18,6.25,2.72,24,6.16,2.27,19,6.08,2.31,26,6.64,2.26,22
+exciting,7.95,1.62,22,6.95,2.67,20,7.21,1.87,19,7.69,1.93,13,8.33,1.0,9,6.71,2.81,7,7.08,2.69,13,7.29,1.5,7,7.17,2.12,12,8.0,2.04,12,7.9,0.99,10,6.56,2.7,9,7.27,2.72,11,7.2,1.48,10,7.22,2.33,9,8.17,2.04,12,7.7,0.95,10,7.57,1.27,7,6.62,3.18,13,7.57,1.62,7,7.0,2.04,12
+exclamation,6.85,1.42,20,5.4,2.57,25,6.0,2.31,19,6.78,1.2,9,6.91,1.64,11,5.17,2.64,6,5.56,2.66,18,5.86,2.27,7,6.08,2.43,12,6.88,1.41,16,6.75,1.71,4,5.07,2.67,14,6.0,2.54,10,5.89,2.47,9,6.1,2.28,10,7.27,1.27,11,6.33,1.5,9,5.69,2.47,16,4.89,2.8,9,6.36,2.42,11,5.5,2.2,8
+exclude,3.55,1.57,20,4.81,2.11,21,4.67,2.79,33,3.4,1.65,10,3.7,1.57,10,5.0,1.93,8,4.69,2.29,13,4.38,2.96,13,4.85,2.74,20,3.33,1.5,9,3.73,1.68,11,5.08,1.8,13,4.38,2.62,8,4.52,2.75,21,4.92,2.97,12,3.5,1.72,10,3.6,1.51,10,5.0,2.35,14,4.43,1.62,7,5.29,2.49,17,4.0,3.01,16
+exclusive,4.5,1.64,20,5.0,2.47,22,5.58,2.48,19,4.11,1.83,9,4.82,1.47,11,3.8,3.56,5,5.25,2.08,16,3.83,2.56,6,6.38,2.06,13,4.5,1.56,14,4.5,1.97,6,4.5,2.35,12,5.44,2.7,9,5.44,2.13,9,5.7,2.87,10,4.3,1.49,10,4.7,1.83,10,5.0,2.66,12,5.0,2.36,10,4.33,2.42,6,6.15,2.38,13
+excrement,2.0,1.33,19,4.64,1.73,22,3.38,1.88,24,1.83,0.98,6,2.08,1.5,13,4.42,1.38,12,4.9,2.13,10,4.12,2.3,8,3.0,1.59,16,2.0,1.33,10,2.0,1.41,9,4.67,1.66,9,4.62,1.85,13,3.53,1.87,17,2.83,2.14,6,1.5,0.76,8,2.36,1.57,11,4.56,1.67,9,4.69,1.84,13,3.44,1.75,16,3.25,2.25,8
+excruciating,2.1,1.51,21,5.3,2.77,20,3.36,2.22,22,2.17,1.17,6,2.07,1.67,15,6.0,2.51,8,4.83,2.95,12,3.83,2.44,12,2.8,1.87,10,2.0,1.12,9,2.17,1.8,12,6.11,2.03,9,4.64,3.2,11,3.57,1.9,7,3.27,2.4,15,2.6,1.96,10,1.64,0.81,11,5.31,2.78,13,5.29,2.98,7,3.5,2.58,12,3.2,1.81,10
+excursion,5.83,1.37,24,4.26,2.49,23,6.05,2.33,20,6.2,1.23,10,5.57,1.45,14,5.5,1.38,6,3.82,2.67,17,6.36,2.06,11,5.67,2.69,9,5.54,1.33,13,6.18,1.4,11,5.8,2.1,10,3.08,2.14,13,6.08,2.25,13,6.0,2.65,7,5.5,1.41,16,6.5,1.07,8,4.4,2.35,15,4.0,2.88,8,6.58,2.23,12,5.25,2.38,8
+excuse,4.52,1.75,21,3.61,1.97,44,4.72,2.16,54,5.44,1.74,9,3.83,1.47,12,3.75,2.14,16,3.52,1.93,27,5.04,2.62,25,4.46,1.69,28,4.86,2.27,7,4.31,1.55,13,3.72,2.02,18,3.54,1.96,26,4.97,2.1,34,4.32,2.31,19,4.15,1.99,13,5.12,1.13,8,2.79,1.93,19,4.24,1.79,25,4.81,2.4,27,4.63,1.92,27
+exec,4.86,1.77,21,3.71,1.97,24,5.55,2.69,22,5.5,1.51,8,4.46,1.85,13,3.54,1.9,13,3.91,2.12,11,6.31,2.63,13,4.44,2.51,9,5.62,1.92,8,4.58,1.44,12,4.14,1.92,14,3.1,1.97,10,5.67,2.53,12,5.4,2.99,10,5.0,2.16,10,4.73,1.42,11,3.35,1.93,17,4.57,1.9,7,5.9,3.25,10,5.25,2.22,12
+execute,3.94,2.34,18,5.79,2.74,19,5.04,2.44,25,3.0,2.45,5,4.31,2.29,13,6.1,3.03,10,5.44,2.51,9,5.38,2.19,16,4.44,2.88,9,4.57,2.23,7,3.55,2.42,11,3.89,2.76,9,7.5,1.18,10,4.9,2.69,20,5.6,0.89,5,3.11,1.36,9,4.78,2.86,9,5.55,3.05,11,6.12,2.42,8,4.84,2.48,19,5.67,2.42,6
+execution,2.28,1.87,43,6.0,1.55,21,3.27,2.67,37,2.15,1.87,20,2.39,1.9,23,6.12,1.73,8,5.92,1.5,13,3.53,2.82,19,2.65,2.15,17,2.44,1.93,16,2.19,1.86,27,5.33,1.32,9,6.5,1.57,12,3.76,2.56,17,2.85,2.76,20,2.11,1.79,19,2.42,1.95,24,5.7,1.42,10,6.27,1.68,11,2.55,1.82,20,4.12,3.28,17
+executioner,2.23,2.07,22,6.59,2.42,22,3.68,2.71,19,3.0,2.88,8,1.46,0.66,13,6.38,2.26,8,6.69,2.69,13,3.29,2.56,7,3.55,2.7,11,1.25,0.46,8,2.54,2.33,13,6.56,2.19,9,6.62,2.66,13,3.86,2.79,7,3.58,2.78,12,2.0,1.41,11,2.45,2.62,11,5.44,2.79,9,7.38,1.85,13,4.0,2.83,16,2.0,1.0,3
+executive,4.95,2.63,19,4.32,2.55,22,4.95,2.12,19,4.0,2.35,9,5.8,2.7,10,4.71,2.87,7,4.21,2.55,14,5.7,2.21,10,4.11,1.76,9,4.78,2.77,9,5.1,2.64,10,4.8,3.16,10,4.0,2.05,11,5.88,1.96,8,4.4,2.12,10,5.08,2.68,12,4.71,2.75,7,4.21,2.46,19,5.0,3.61,3,5.25,2.19,8,4.73,2.15,11
+executor,3.95,1.94,21,5.1,2.43,20,5.54,2.77,35,4.38,2.2,8,3.69,1.8,13,5.0,2.45,5,5.13,2.5,15,5.27,2.8,11,5.67,2.81,24,4.0,2.0,13,3.88,1.96,8,5.75,2.3,12,4.12,2.42,8,5.37,2.73,19,5.75,2.89,16,4.82,1.25,11,3.0,2.16,10,5.82,2.56,11,4.22,2.05,9,5.24,2.79,21,6.0,2.77,14
+exemplary,5.58,1.57,19,4.79,2.73,24,6.57,1.87,28,6.0,0.76,8,5.27,1.95,11,3.56,2.7,9,5.53,2.56,15,6.29,2.13,14,6.86,1.61,14,5.11,1.83,9,6.0,1.25,10,4.67,2.99,12,4.92,2.57,12,6.36,2.17,14,6.79,1.58,14,5.0,1.63,10,6.22,1.3,9,5.67,2.35,12,3.92,2.91,12,6.67,2.06,12,6.5,1.79,16
+exempt,4.84,2.06,19,4.43,2.36,21,5.54,1.98,24,4.17,2.04,6,5.15,2.08,13,5.17,2.29,12,3.44,2.19,9,4.88,2.47,8,5.88,1.67,16,5.0,1.41,10,4.67,2.69,9,5.33,1.87,9,3.75,2.53,12,5.53,2.03,17,5.67,2.16,6,4.25,1.91,8,5.27,2.15,11,4.44,2.65,9,4.42,2.23,12,5.81,2.07,16,5.0,1.77,8
+exemption,5.37,1.98,19,4.17,2.16,24,5.32,2.14,28,5.25,1.67,8,5.45,2.25,11,3.78,2.28,9,4.4,2.13,15,5.07,2.2,14,5.57,2.14,14,4.78,1.99,9,5.9,1.91,10,3.83,2.04,12,4.5,2.32,12,5.36,2.27,14,5.29,2.09,14,5.4,2.12,10,5.33,1.94,9,3.92,2.07,12,4.42,2.31,12,5.58,1.73,12,5.12,2.45,16
+exercise,6.33,1.67,43,5.41,2.13,22,6.9,2.0,42,6.18,0.98,11,6.35,1.89,31,4.88,1.89,8,5.71,2.27,14,7.29,2.3,14,6.74,1.87,27,6.29,1.59,21,6.36,1.79,22,4.6,1.84,10,6.08,2.19,12,7.22,2.02,18,6.67,1.99,24,6.05,2.01,21,6.59,1.26,22,5.75,2.38,8,5.21,2.04,14,7.17,1.91,29,6.31,2.14,13
+exert,5.47,1.31,19,4.64,2.3,22,6.0,2.24,27,6.14,1.86,7,5.08,0.67,12,4.9,2.18,10,4.42,2.47,12,5.67,2.23,15,6.55,2.34,11,5.55,1.13,11,5.38,1.6,8,4.67,1.94,9,4.62,2.6,13,5.76,2.46,17,6.56,1.88,9,5.83,1.53,12,4.86,0.38,7,4.44,2.25,16,5.17,2.56,6,5.5,2.75,12,6.4,1.72,15
+exhale,6.11,1.41,19,3.75,2.2,20,6.27,2.51,22,7.0,2.0,3,5.94,1.29,16,4.25,2.05,8,3.42,2.31,12,5.78,2.86,9,6.62,2.29,13,6.89,1.45,9,5.4,0.97,10,2.89,1.62,9,4.45,2.42,11,6.07,2.7,14,6.62,2.26,8,5.71,1.38,7,6.33,1.44,12,4.1,2.23,10,3.4,2.22,10,6.23,2.86,13,6.33,2.06,9
+exhaust,4.0,1.38,21,4.26,2.16,23,4.36,1.71,22,4.27,1.62,11,3.7,1.06,10,4.36,2.34,11,4.17,2.08,12,4.0,1.41,8,4.46,1.9,13,4.3,0.82,10,3.73,1.74,11,4.45,2.16,11,4.08,2.23,12,4.79,1.53,14,3.29,1.7,7,4.0,1.58,13,4.0,1.07,8,3.8,1.97,15,5.12,2.36,8,4.64,1.6,14,3.88,1.89,8
+exhaustion,3.21,2.18,19,4.52,2.09,21,4.29,2.73,34,2.78,2.05,9,3.6,2.32,10,4.5,2.0,8,4.54,2.22,13,5.21,2.72,14,3.65,2.6,20,2.33,1.5,9,4.0,2.45,10,4.62,1.8,13,4.38,2.62,8,4.5,2.63,22,3.92,2.97,12,2.6,1.58,10,3.89,2.62,9,4.43,2.31,14,4.71,1.7,7,4.71,2.47,17,3.88,2.98,17
+exhaustive,4.24,2.05,21,4.5,2.59,20,4.54,2.16,35,5.75,1.83,8,3.31,1.6,13,6.0,2.24,5,4.0,2.56,15,4.45,2.42,11,4.58,2.08,24,4.62,2.29,13,3.62,1.51,8,4.75,2.73,12,4.12,2.47,8,4.95,2.01,20,4.0,2.3,15,4.64,2.25,11,3.8,1.81,10,4.73,2.72,11,4.22,2.54,9,4.18,2.17,22,5.15,2.08,13
+exhibit,5.77,1.34,22,5.48,2.27,23,6.21,2.07,19,6.12,1.64,8,5.31,0.63,13,6.0,2.67,8,5.21,2.15,14,6.29,2.43,7,6.27,2.0,11,5.88,1.46,8,5.46,0.97,13,5.67,2.65,9,5.36,2.1,14,5.71,2.43,7,6.5,1.88,12,5.82,1.33,11,5.73,1.42,11,5.0,2.4,9,5.79,2.22,14,6.12,2.19,16,6.67,1.53,3
+exhibition,5.53,1.26,19,5.38,2.13,21,5.39,2.04,23,4.6,1.14,5,5.92,1.19,13,5.5,2.81,6,5.33,1.91,15,5.1,2.02,10,5.62,2.1,13,5.14,1.07,7,5.82,1.4,11,5.43,2.57,7,5.36,1.98,14,4.64,1.86,11,6.08,2.02,12,5.42,1.16,12,5.71,1.5,7,5.91,2.02,11,4.8,2.2,10,4.71,2.02,14,6.44,1.67,9
+exhilarated,6.9,1.55,21,6.55,2.39,20,6.51,2.05,35,6.88,1.96,8,6.92,1.32,13,6.2,1.79,5,6.67,2.61,15,6.3,2.36,10,6.6,1.96,25,6.77,1.92,13,7.12,0.64,8,6.25,2.93,12,7.0,1.31,8,6.11,2.31,19,7.0,1.63,16,6.73,1.68,11,7.1,1.45,10,6.36,2.34,11,6.78,2.59,9,6.43,2.31,21,6.64,1.65,14
+exhilarating,7.39,1.2,18,6.83,2.28,18,5.76,2.11,17,7.2,1.32,10,7.62,1.06,8,8.25,0.96,4,6.43,2.41,14,4.62,2.33,8,6.78,1.3,9,7.86,0.69,7,7.09,1.38,11,6.43,2.99,7,7.09,1.81,11,5.0,2.37,6,6.18,1.94,11,7.58,1.16,12,7.0,1.26,6,6.73,2.72,11,7.0,1.53,7,6.14,2.27,7,5.5,2.07,10
+exhumation,2.89,1.49,19,4.5,2.54,24,4.14,2.29,28,3.25,1.16,8,2.64,1.69,11,4.33,2.35,9,4.6,2.72,15,3.64,1.86,14,4.64,2.62,14,2.78,1.48,9,3.0,1.56,10,4.33,2.67,12,4.67,2.5,12,3.93,2.46,14,4.36,2.17,14,2.9,1.6,10,2.89,1.45,9,4.17,2.48,12,4.83,2.66,12,4.33,2.06,12,4.0,2.5,16
+exhume,3.95,1.28,20,4.5,2.54,22,4.81,2.23,21,3.78,1.09,9,4.09,1.45,11,4.8,2.82,10,4.25,2.38,12,4.5,2.33,8,5.0,2.24,13,4.0,1.04,14,3.83,1.83,6,3.88,2.53,8,4.86,2.57,14,4.75,2.25,8,4.85,2.3,13,4.2,1.14,10,3.7,1.42,10,4.25,2.73,12,4.8,2.39,10,5.08,2.5,12,4.44,1.88,9
+exile,3.32,1.55,22,5.87,2.69,23,3.37,2.19,19,3.88,1.81,8,3.15,1.28,13,6.75,1.98,8,5.64,2.9,14,3.71,2.75,7,3.09,1.97,11,2.75,1.39,8,3.85,1.46,13,6.78,2.73,9,5.29,2.58,14,3.29,2.75,7,3.42,1.93,12,3.36,1.43,11,3.27,1.74,11,5.22,3.49,9,6.29,2.05,14,3.38,2.09,16,3.33,3.21,3
+exist,5.9,2.19,21,4.0,2.18,20,6.05,2.59,19,5.92,2.1,13,5.88,2.47,8,4.43,2.37,7,3.77,2.13,13,5.43,2.76,7,6.42,2.54,12,6.0,2.37,12,5.78,2.05,9,3.89,2.37,9,4.09,2.12,11,6.1,2.28,10,6.0,3.04,9,5.83,2.33,12,6.0,2.12,9,4.0,2.08,7,4.0,2.31,13,6.86,1.95,7,5.58,2.87,12
+existence,6.25,1.59,20,4.38,2.09,21,5.11,2.26,19,6.0,2.0,9,6.45,1.21,11,4.2,2.59,5,4.4,2.06,15,3.83,2.99,6,5.69,1.65,13,6.0,1.57,14,6.83,1.6,6,3.5,1.73,12,5.62,2.13,8,5.56,1.51,9,4.7,2.79,10,5.5,1.51,10,7.0,1.33,10,3.75,1.82,12,5.22,2.22,9,5.17,3.49,6,5.08,1.61,13
+existential,5.86,1.88,21,4.28,2.34,25,6.06,2.1,18,5.89,1.69,9,5.83,2.08,12,3.83,2.64,6,4.5,2.33,18,5.67,2.5,6,6.25,1.96,12,6.12,1.75,16,5.0,2.24,5,3.93,2.5,14,4.9,2.18,10,6.5,2.39,8,5.7,1.89,10,6.08,1.98,12,5.56,1.81,9,3.88,2.31,16,5.0,2.35,9,6.0,2.31,10,6.12,1.96,8
+existing,4.83,1.79,18,5.05,2.42,21,6.46,1.98,24,4.5,1.76,6,5.0,1.86,12,5.33,2.31,12,4.67,2.65,9,5.5,2.07,8,6.94,1.81,16,4.78,0.97,9,4.89,2.42,9,5.0,2.35,9,5.08,2.57,12,6.41,2.03,17,6.83,2.04,6,4.29,1.6,7,5.18,1.89,11,4.5,3.02,8,5.38,2.02,13,6.56,2.13,16,6.25,1.75,8
+exit,5.35,1.09,20,3.18,1.97,22,7.0,1.71,27,6.0,1.53,7,5.0,0.58,13,3.7,2.16,10,2.75,1.76,12,6.73,1.87,15,7.36,1.57,11,5.27,0.9,11,5.44,1.33,9,3.89,1.9,9,2.69,1.93,13,7.41,1.77,17,6.22,1.48,9,5.62,1.26,13,4.86,0.38,7,2.75,1.81,16,4.33,2.07,6,7.17,1.75,12,6.87,1.73,15
+exodus,4.63,2.01,19,4.45,2.24,20,5.62,2.26,24,4.69,2.18,13,4.5,1.76,6,5.6,1.52,5,4.07,2.34,15,5.69,2.36,13,5.55,2.25,11,5.0,2.65,9,4.3,1.25,10,5.71,1.8,7,3.77,2.2,13,5.55,2.16,11,5.69,2.43,13,4.11,2.15,9,5.1,1.85,10,3.8,1.81,10,5.1,2.51,10,6.44,2.4,9,5.13,2.1,15
+exonerate,5.44,1.69,18,3.83,2.53,18,5.82,2.1,17,5.9,1.37,10,4.88,1.96,8,5.0,2.94,4,3.5,2.41,14,6.0,1.69,8,5.67,2.5,9,5.75,1.49,8,5.2,1.87,10,4.29,2.43,7,3.55,2.66,11,5.67,1.75,6,5.91,2.34,11,5.33,2.02,12,5.67,0.82,6,2.82,2.14,11,5.43,2.37,7,5.86,2.27,7,5.8,2.1,10
+exorcism,3.15,1.87,20,5.96,2.54,24,3.71,2.52,28,3.88,1.64,8,2.67,1.92,12,5.89,2.32,9,6.0,2.75,15,3.21,2.19,14,4.21,2.81,14,2.0,1.58,9,4.09,1.58,11,5.33,2.71,12,6.58,2.31,12,3.64,3.0,14,3.79,2.04,14,2.7,1.83,10,3.6,1.9,10,6.33,2.23,12,5.58,2.87,12,3.42,2.61,12,3.94,2.52,16
+exorcist,3.76,2.26,21,6.29,2.35,21,3.8,2.02,25,4.25,2.05,12,3.11,2.47,9,6.57,2.07,7,6.14,2.54,14,4.4,1.9,10,3.4,2.06,15,3.25,3.86,4,3.88,1.87,17,6.6,2.72,10,6.0,2.05,11,2.86,1.68,7,4.17,2.07,18,3.92,2.43,12,3.56,2.13,9,6.15,2.3,13,6.5,2.56,8,2.67,1.94,9,4.44,1.82,16
+exotic,7.55,1.57,20,6.9,2.15,20,5.65,2.19,26,7.45,1.75,11,7.67,1.41,9,7.57,1.51,7,6.54,2.4,13,4.85,2.08,13,6.46,2.07,13,7.18,1.72,11,8.0,1.32,9,6.64,1.96,11,7.22,2.44,9,5.53,2.35,17,5.89,1.96,9,7.8,1.62,10,7.3,1.57,10,7.33,1.61,12,6.25,2.76,8,5.75,2.11,16,5.5,2.42,10
+expand,5.35,1.42,20,3.3,2.05,20,5.43,1.72,21,5.29,1.5,7,5.38,1.45,13,3.67,2.0,9,3.0,2.14,11,4.6,1.82,5,5.69,1.66,16,5.6,0.97,10,5.11,1.9,9,3.12,2.23,8,3.42,2.02,12,5.29,1.73,14,5.71,1.8,7,4.91,1.58,11,5.89,1.05,9,3.17,2.12,12,3.5,2.07,8,5.6,1.78,10,5.27,1.74,11
+expansion,6.4,1.96,20,5.7,2.68,20,5.42,2.13,36,7.29,1.25,7,5.92,2.14,13,7.0,1.58,5,5.27,2.87,15,5.27,2.0,11,5.48,2.22,25,6.83,1.8,12,5.75,2.12,8,6.42,2.11,12,4.62,3.2,8,5.65,2.21,20,5.12,2.06,16,5.82,2.18,11,7.11,1.45,9,6.18,2.75,11,5.11,2.62,9,5.86,1.91,22,4.71,2.33,14
+expect,5.95,1.8,21,4.86,2.03,21,4.89,2.22,18,6.17,1.72,6,5.86,1.96,14,4.14,2.19,7,5.21,1.93,14,5.0,2.35,9,4.88,2.36,8,6.15,2.15,13,5.57,1.13,7,5.0,2.18,9,4.75,2.01,12,5.8,1.99,10,3.75,2.05,8,5.92,1.55,13,6.0,2.27,8,5.33,2.34,6,4.67,1.95,15,5.4,2.46,10,4.25,1.83,8
+expectancy,6.32,2.03,19,4.35,2.33,23,5.41,2.37,17,5.56,1.33,9,7.0,2.36,10,4.71,1.8,7,4.27,2.63,15,5.5,2.37,10,5.29,2.56,7,6.33,2.45,9,6.3,1.7,10,4.5,2.59,10,4.33,2.27,12,5.25,1.58,8,5.38,3.16,8,6.67,2.15,12,5.71,1.8,7,4.15,2.25,20,5.67,2.89,3,5.14,1.46,7,5.6,2.91,10
+expectation,6.1,1.34,21,4.5,2.3,22,5.05,1.56,21,5.56,1.01,9,6.5,1.45,12,3.5,2.59,6,4.93,2.22,15,5.17,1.6,6,5.0,1.6,15,5.44,1.01,9,6.58,1.38,12,5.4,1.95,5,4.24,2.39,17,4.9,1.66,10,5.18,1.54,11,6.5,1.51,12,5.56,0.88,9,4.89,2.32,9,4.23,2.35,13,4.83,1.64,12,5.33,1.5,9
+expedient,5.3,1.59,20,4.55,2.02,22,6.84,1.57,19,4.78,1.99,9,5.73,1.1,11,2.6,1.67,5,5.06,1.81,16,7.17,1.17,6,6.69,1.75,13,5.14,1.61,14,5.67,1.63,6,4.42,2.11,12,4.56,2.07,9,6.56,1.59,9,7.1,1.6,10,5.2,1.32,10,5.4,1.9,10,4.25,1.96,12,4.9,2.13,10,7.17,1.6,6,6.69,1.6,13
+expedite,6.1,1.25,20,4.86,2.43,21,5.96,2.34,25,6.0,1.0,3,6.12,1.32,17,5.57,2.07,7,4.69,2.59,13,5.88,1.55,8,6.0,2.67,17,5.86,0.9,7,6.23,1.42,13,5.14,2.04,7,4.92,2.66,13,5.93,2.34,14,6.0,2.45,11,5.78,1.3,9,6.36,1.21,11,5.45,2.3,11,4.2,2.53,10,5.89,2.61,18,6.14,1.57,7
+expedition,6.53,2.01,19,4.5,2.7,22,5.78,2.15,23,6.45,2.02,11,6.29,2.06,7,4.88,2.64,8,4.29,2.81,14,4.86,2.73,7,6.19,1.8,16,6.38,2.26,8,6.64,1.91,11,3.89,2.89,9,4.92,2.6,13,5.64,2.2,11,5.92,2.19,12,6.5,2.43,12,6.57,1.13,7,4.36,3.26,11,4.64,2.16,11,5.69,2.63,13,5.9,1.45,10
+expel,3.75,1.77,20,4.24,2.76,21,4.17,2.26,24,2.25,0.96,4,4.12,1.75,16,4.25,2.63,4,4.24,2.86,17,4.56,2.24,9,3.93,2.31,15,3.12,0.83,8,4.17,2.12,12,4.3,2.67,10,4.18,2.96,11,4.38,2.14,13,3.91,2.47,11,3.55,1.51,11,4.0,2.12,9,3.7,2.79,10,4.73,2.76,11,4.5,2.31,18,3.17,1.94,6
+expendable,3.85,1.27,20,5.11,2.63,18,4.0,2.11,23,4.8,1.3,5,3.53,1.13,15,6.2,3.27,5,4.69,2.36,13,4.0,2.63,12,4.0,1.48,11,3.9,1.37,10,3.8,1.23,10,5.86,2.54,7,4.64,2.69,11,3.93,1.98,15,4.12,2.47,8,3.86,1.23,14,3.83,1.47,6,5.25,2.18,12,4.83,3.6,6,4.0,2.15,14,4.0,2.18,9
+expense,3.9,1.55,21,4.82,2.56,22,4.41,2.12,27,4.1,1.91,10,3.73,1.19,11,3.14,2.67,7,5.6,2.16,15,4.88,2.32,17,3.6,1.51,10,4.27,1.95,11,3.5,0.85,10,4.0,3.08,5,5.06,2.44,17,4.5,2.14,14,4.31,2.18,13,4.31,1.8,13,3.25,0.71,8,4.5,3.1,10,5.08,2.11,12,4.64,2.24,14,4.15,2.03,13
+expensive,3.36,1.99,22,6.1,2.38,20,6.21,2.7,19,3.85,2.27,13,2.67,1.32,9,6.0,2.58,7,6.15,2.38,13,6.57,2.23,7,6.0,3.02,12,3.5,2.24,12,3.2,1.75,10,5.78,2.77,9,6.36,2.11,11,6.2,2.57,10,6.22,2.99,9,3.67,2.19,12,3.0,1.76,10,7.43,1.13,7,5.38,2.6,13,6.71,2.63,7,5.92,2.81,12
+experience,6.89,1.94,18,3.71,2.08,21,6.94,1.95,18,5.88,2.1,8,7.7,1.42,10,3.29,1.5,7,3.93,2.34,14,6.82,2.04,11,7.14,1.95,7,6.55,2.16,11,7.43,1.51,7,2.44,1.59,9,4.67,1.92,12,6.45,2.25,11,7.71,1.11,7,6.83,1.75,12,7.0,2.45,6,3.42,2.35,12,4.11,1.69,9,8.11,0.78,9,5.78,2.11,9
+experiment,6.05,1.36,20,4.86,2.62,22,5.7,2.52,27,7.14,1.46,7,5.46,0.88,13,4.5,2.59,10,5.17,2.72,12,5.87,2.67,15,5.64,2.5,11,6.18,1.33,11,5.89,1.45,9,5.33,1.5,9,4.54,3.2,13,6.0,2.32,17,5.33,3.04,9,6.15,1.46,13,5.86,1.21,7,5.06,2.72,16,4.33,2.5,6,5.5,2.75,12,5.87,2.42,15
+experimental,5.65,1.6,20,5.57,2.25,21,4.62,2.4,34,6.0,1.63,10,5.3,1.57,10,5.88,2.42,8,5.38,2.22,13,4.57,2.79,14,4.65,2.16,20,5.11,1.36,9,6.09,1.7,11,6.0,2.2,13,4.88,2.3,8,4.73,2.43,22,4.42,2.43,12,5.4,1.26,10,5.9,1.91,10,5.86,2.38,14,5.0,2.0,7,4.41,2.4,17,4.82,2.46,17
+experimentation,6.0,1.65,20,5.52,2.44,21,5.48,2.79,25,6.0,2.0,3,6.0,1.66,17,6.14,2.85,7,5.31,2.32,13,5.5,2.67,8,5.47,2.92,17,5.43,1.51,7,6.31,1.7,13,6.57,2.82,7,5.08,2.22,13,5.71,2.64,14,5.18,3.06,11,5.89,1.36,9,6.09,1.92,11,6.18,2.09,11,4.8,2.7,10,5.06,2.98,18,6.57,1.99,7
+expert,6.74,1.66,19,4.05,1.73,20,6.91,1.8,22,7.44,1.51,9,6.1,1.6,10,4.5,1.69,8,3.75,1.76,12,6.55,2.07,11,7.27,1.49,11,6.71,1.38,7,6.75,1.86,12,4.67,1.12,9,3.55,2.02,11,7.0,1.87,13,6.78,1.79,9,6.5,1.58,10,7.0,1.8,9,4.29,1.5,7,3.92,1.89,13,7.0,2.0,14,6.75,1.49,8
+expertise,6.1,1.48,20,5.95,1.23,20,6.73,1.73,26,6.73,1.49,11,5.33,1.12,9,5.71,0.76,7,6.08,1.44,13,6.31,1.49,13,7.15,1.91,13,5.82,1.66,11,6.44,1.24,9,5.82,1.4,11,6.11,1.05,9,6.71,1.9,17,6.78,1.48,9,5.9,1.73,10,6.3,1.25,10,5.67,1.3,12,6.38,1.06,8,6.75,1.69,16,6.7,1.89,10
+expiration,3.45,2.04,20,4.29,1.74,21,3.72,2.37,32,2.9,1.45,10,4.0,2.45,10,4.75,0.89,8,4.0,2.08,13,4.31,2.32,13,3.32,2.38,19,2.67,1.8,9,4.09,2.07,11,4.46,1.76,13,4.0,1.77,8,4.1,2.61,20,3.08,1.83,12,3.1,1.85,10,3.8,2.25,10,4.71,1.44,14,3.43,2.07,7,4.12,2.31,16,3.31,2.44,16
+expire,3.16,1.34,19,4.0,2.15,20,3.8,2.26,20,3.67,0.58,3,3.06,1.44,16,4.83,2.93,6,3.64,1.74,14,4.83,2.71,6,3.36,1.98,14,3.6,1.07,10,2.67,1.5,9,3.86,1.46,7,4.08,2.5,13,4.3,2.63,10,3.3,1.83,10,3.0,1.31,8,3.27,1.42,11,3.89,2.52,9,4.09,1.92,11,3.88,2.75,8,3.75,2.01,12
+explain,5.41,1.53,22,4.0,2.17,21,6.22,2.16,18,5.5,1.38,6,5.33,1.68,15,3.57,2.23,7,4.21,2.19,14,6.11,2.42,9,6.38,2.13,8,5.36,1.6,14,5.43,1.62,7,3.89,2.52,9,4.08,1.98,12,6.1,2.6,10,6.38,1.6,8,5.29,1.27,14,5.62,2.0,8,4.5,2.88,6,3.8,1.9,15,6.2,2.53,10,6.25,1.75,8
+explanation,6.38,1.77,21,4.05,1.88,20,6.14,1.49,21,6.33,1.21,6,6.4,1.99,15,4.75,0.89,8,3.58,2.23,12,6.0,1.61,11,6.3,1.42,10,6.0,0.89,6,6.53,2.03,15,4.6,1.9,10,3.5,1.78,10,6.0,1.66,14,6.43,1.13,7,5.43,1.51,7,6.86,1.75,14,3.64,1.91,14,5.0,1.55,6,6.25,1.54,12,6.0,1.5,9
+explicit,4.82,1.84,22,5.23,3.04,22,4.18,1.81,28,5.75,1.58,8,4.29,1.82,14,5.82,2.48,11,4.64,3.53,11,3.82,2.04,11,4.41,1.66,17,5.0,1.86,12,4.6,1.9,10,5.91,2.66,11,4.55,3.36,11,3.83,1.54,18,4.8,2.15,10,4.8,2.18,15,4.86,0.9,7,4.64,3.39,14,6.25,2.12,8,4.0,1.9,16,4.42,1.73,12
+explode,4.38,1.75,21,5.32,2.77,22,2.96,2.1,27,5.3,1.95,10,3.55,1.04,11,5.29,3.09,7,5.33,2.72,15,3.12,2.39,17,2.7,1.57,10,4.45,1.92,11,4.3,1.64,10,2.8,2.05,5,6.06,2.54,17,3.21,2.67,14,2.69,1.32,13,3.77,1.64,13,5.38,1.51,8,3.7,2.91,10,6.67,1.83,12,3.07,2.67,14,2.85,1.34,13
+exploit,3.65,2.43,20,5.24,2.14,21,4.16,2.7,32,4.8,2.9,10,2.5,1.08,10,5.38,2.13,8,5.15,2.23,13,4.57,2.95,14,3.83,2.53,18,3.56,2.3,9,3.73,2.65,11,5.23,1.64,13,5.25,2.92,8,4.05,2.69,21,4.36,2.84,11,3.5,2.32,10,3.8,2.66,10,4.93,2.37,14,5.86,1.57,7,4.2,2.91,15,4.12,2.6,17
+exploitation,2.89,1.73,19,6.1,1.34,21,5.0,2.75,23,2.33,1.53,3,3.0,1.79,16,6.0,1.69,8,6.15,1.14,13,4.89,2.52,9,5.07,2.97,14,2.11,1.36,9,3.6,1.78,10,5.78,0.67,9,6.33,1.67,12,5.8,2.76,15,3.5,2.14,8,2.57,1.27,7,3.08,1.98,12,6.1,0.99,10,6.09,1.64,11,5.54,3.23,13,4.3,1.89,10
+exploration,6.71,1.98,21,5.0,2.65,22,5.36,1.92,22,6.56,2.3,9,6.83,1.8,12,3.83,2.71,6,5.53,2.64,15,5.0,2.53,6,5.5,1.71,16,6.67,1.5,9,6.75,2.34,12,3.4,1.67,5,5.47,2.74,17,5.55,2.02,11,5.18,1.89,11,7.17,1.99,12,6.11,1.9,9,6.33,2.55,9,4.08,2.4,13,4.83,1.7,12,6.0,2.05,10
+exploratory,5.95,2.33,21,4.29,2.0,21,5.88,2.28,25,5.75,2.3,12,6.22,2.49,9,5.71,2.21,7,3.57,1.5,14,6.1,2.28,10,5.73,2.34,15,7.75,1.89,4,5.53,2.27,17,4.8,2.3,10,3.82,1.66,11,5.14,2.27,7,6.17,2.28,18,5.83,2.76,12,6.11,1.76,9,3.85,1.68,13,5.0,2.39,8,4.22,1.99,9,6.81,1.91,16
+explore,7.0,1.45,21,4.05,2.55,22,6.52,2.38,27,6.6,1.35,10,7.36,1.5,11,3.14,2.61,7,4.47,2.5,15,6.24,2.36,17,7.0,2.45,10,7.09,1.64,11,6.9,1.29,10,3.2,3.03,5,4.29,2.44,17,7.14,1.99,14,5.85,2.64,13,6.77,1.59,13,7.38,1.19,8,3.8,2.9,10,4.25,2.34,12,7.64,1.78,14,5.31,2.39,13
+explorer,5.9,1.41,20,5.24,2.84,17,6.43,2.06,23,5.8,2.28,5,5.93,1.1,15,5.25,2.99,4,5.23,2.92,13,6.0,2.17,12,6.91,1.92,11,6.3,1.34,10,5.5,1.43,10,5.71,2.36,7,4.9,3.21,10,6.0,2.0,15,7.25,2.05,8,5.43,1.4,14,7.0,0.63,6,5.67,2.67,12,4.2,3.27,5,6.53,2.42,15,6.25,1.28,8
+explosion,3.17,1.79,24,6.35,2.48,23,3.62,2.25,21,3.71,2.29,7,2.94,1.56,17,6.75,2.42,12,5.91,2.59,11,3.27,2.24,11,4.0,2.45,9,2.38,1.04,13,4.09,2.07,11,6.5,2.34,16,6.0,2.94,7,4.18,2.64,11,3.0,1.63,10,3.27,2.12,15,3.0,1.12,9,6.74,2.56,19,4.5,0.58,4,3.79,2.55,14,3.29,1.6,7
+explosive,4.14,2.13,21,6.62,1.86,21,3.32,2.25,25,4.83,1.7,12,3.22,2.39,9,7.14,0.9,7,6.36,2.17,14,3.4,2.12,10,3.27,2.4,15,3.25,3.86,4,4.35,1.62,17,6.5,2.27,10,6.73,1.49,11,3.57,2.37,7,3.22,2.26,18,4.08,2.27,12,4.22,2.05,9,6.15,2.12,13,7.38,1.06,8,2.89,2.32,9,3.56,2.25,16
+expo,6.26,1.73,19,4.43,2.41,23,5.11,1.82,19,6.11,1.54,9,6.4,1.96,10,4.29,2.36,7,4.67,2.5,15,5.2,1.99,10,5.0,1.73,9,6.67,1.66,9,5.9,1.79,10,4.4,2.76,10,4.67,2.19,12,4.62,1.51,8,5.3,2.06,10,6.17,1.85,12,6.43,1.62,7,4.25,2.4,20,5.67,2.52,3,4.75,1.67,8,5.36,1.96,11
+export,4.79,2.32,19,3.45,1.84,22,5.54,1.28,24,4.5,2.35,6,4.92,2.4,13,3.5,1.83,12,3.4,1.96,10,5.12,1.36,8,5.75,1.24,16,4.9,1.97,10,4.67,2.78,9,3.44,1.81,9,3.46,1.94,13,5.65,1.41,17,5.33,1.03,6,4.25,2.6,8,5.18,2.14,11,3.11,1.83,9,3.69,1.89,13,5.5,1.41,16,5.62,1.06,8
+expose,4.14,1.81,22,5.89,1.97,19,4.24,2.23,21,4.4,0.55,5,4.0,2.1,16,6.38,1.06,8,5.55,2.42,11,4.5,2.51,10,4.0,2.05,11,3.92,1.78,12,4.4,1.9,10,6.4,1.35,10,5.33,2.45,9,3.25,1.96,12,5.56,1.94,9,4.0,2.05,11,4.27,1.62,11,5.75,1.83,8,6.0,2.14,11,4.33,2.29,9,4.17,2.29,12
+exposition,5.43,1.54,21,4.3,2.96,23,5.4,2.41,20,6.0,0.93,8,5.08,1.75,13,5.33,1.37,6,3.94,3.31,17,5.55,2.21,11,5.22,2.77,9,6.08,1.38,12,4.56,1.33,9,5.4,2.72,10,3.46,2.96,13,5.38,2.53,13,5.43,2.37,7,5.57,1.5,14,5.14,1.68,7,4.8,2.76,15,3.38,3.29,8,5.5,2.35,12,5.25,2.66,8
+exposure,4.81,1.89,21,5.45,2.48,20,5.08,2.55,25,5.17,2.04,12,4.33,1.66,9,6.86,1.57,7,4.69,2.59,13,5.5,2.64,10,4.8,2.54,15,4.75,1.26,4,4.82,2.04,17,5.11,2.67,9,5.73,2.41,11,3.43,2.99,7,5.72,2.11,18,4.92,1.93,12,4.67,1.94,9,4.92,2.35,12,6.25,2.6,8,3.22,2.05,9,6.12,2.22,16
+express,5.53,1.39,19,4.79,2.28,24,6.57,1.97,28,5.0,0.93,8,5.91,1.58,11,4.0,2.06,9,5.27,2.34,15,5.93,2.13,14,7.21,1.63,14,5.89,1.96,9,5.2,0.42,10,4.42,2.27,12,5.17,2.33,12,5.93,2.34,14,7.21,1.31,14,5.8,1.69,10,5.22,0.97,9,5.42,1.88,12,4.17,2.55,12,6.0,2.17,12,7.0,1.75,16
+expression,6.15,1.84,20,4.33,2.68,18,6.88,2.21,24,5.2,1.92,5,6.47,1.77,15,4.2,3.03,5,4.38,2.66,13,6.69,1.93,13,7.09,2.59,11,6.7,1.34,10,5.6,2.17,10,5.14,2.97,7,3.82,2.48,11,6.12,2.31,16,8.38,0.92,8,5.93,2.09,14,6.67,1.03,6,4.5,2.32,12,4.0,3.52,6,6.67,2.61,15,7.22,1.39,9
+expressive,5.95,2.37,19,5.5,2.48,22,7.39,1.56,23,6.64,1.75,11,5.57,2.57,7,6.25,2.66,8,5.07,2.37,14,7.57,1.51,7,7.31,1.62,16,6.0,2.78,8,5.91,2.17,11,5.0,2.83,9,5.85,2.27,13,7.09,1.81,11,7.67,1.3,12,5.75,2.83,12,6.29,1.38,7,5.36,3.17,11,5.64,1.69,11,7.85,1.14,13,6.8,1.87,10
+expressway,4.55,1.93,20,4.06,2.46,18,4.59,2.11,22,4.8,1.48,5,4.47,2.1,15,3.33,1.51,6,4.42,2.81,12,4.2,1.69,10,4.92,2.43,12,5.3,1.42,10,3.8,2.15,10,4.4,2.67,10,3.62,2.26,8,5.64,1.96,11,3.55,1.75,11,3.75,1.76,12,5.75,1.58,8,2.56,1.94,9,5.56,2.01,9,4.55,2.38,11,4.64,1.91,11
+expulsion,2.52,1.66,21,4.65,2.44,23,3.58,2.04,26,2.64,1.75,11,2.4,1.65,10,4.36,2.38,11,4.92,2.57,12,4.36,1.69,11,2.93,2.2,14,2.7,1.64,10,2.36,1.75,11,4.91,2.74,11,4.42,2.23,12,3.65,1.87,17,3.38,2.62,8,2.46,1.85,13,2.62,1.41,8,4.87,2.42,15,4.25,2.6,8,3.29,2.14,17,4.11,1.83,9
+exquisite,7.53,1.26,19,4.59,2.63,22,6.55,1.41,22,7.33,1.32,9,7.7,1.25,10,4.5,2.33,8,4.64,2.87,14,6.91,1.51,11,6.18,1.25,11,6.71,1.5,7,8.0,0.85,12,4.6,2.12,10,4.58,3.09,12,6.08,1.19,13,7.22,1.48,9,7.3,1.49,10,7.78,0.97,9,4.25,3.06,8,4.79,2.46,14,6.64,1.65,14,6.38,0.92,8
+extend,5.86,1.58,22,3.62,2.09,21,6.0,1.69,22,5.93,1.82,14,5.75,1.16,8,3.82,2.23,11,3.56,2.07,9,4.5,1.87,6,6.56,1.26,16,6.3,1.49,10,5.5,1.62,12,3.09,2.34,11,4.2,1.69,10,5.38,1.66,13,6.89,1.36,9,5.75,1.71,12,6.0,1.49,10,3.62,2.14,13,3.62,2.13,8,6.08,1.62,12,5.9,1.85,10
+extension,5.0,1.41,21,4.15,2.59,26,6.08,1.89,24,5.67,1.58,9,4.5,1.09,12,3.5,2.37,10,4.56,2.71,16,6.11,1.76,9,6.07,2.02,15,4.88,1.64,8,5.08,1.32,13,4.38,2.6,13,3.92,2.66,13,5.67,2.02,12,6.5,1.73,12,4.67,1.3,12,5.44,1.51,9,4.07,2.58,15,4.27,2.72,11,6.38,1.85,13,5.73,1.95,11
+extensive,5.25,1.68,20,4.75,2.09,24,5.71,1.86,28,5.75,1.49,8,4.92,1.78,12,4.33,2.24,9,5.0,2.04,15,6.0,1.36,14,5.43,2.28,14,4.89,2.09,9,5.55,1.29,11,4.58,2.31,12,4.92,1.93,12,5.21,2.12,14,6.21,1.48,14,5.1,2.18,10,5.4,1.07,10,5.08,2.11,12,4.42,2.11,12,5.58,1.73,12,5.81,2.01,16
+extent,5.57,1.43,21,3.68,2.4,19,5.0,2.23,36,5.75,1.75,8,5.46,1.27,13,3.6,2.19,5,3.71,2.55,14,5.18,2.4,11,4.92,2.2,25,5.92,1.71,13,5.0,0.53,8,4.09,2.43,11,3.12,2.42,8,4.95,2.54,20,5.06,1.84,16,5.09,1.45,11,6.1,1.29,10,4.36,2.8,11,2.75,1.39,8,4.64,2.4,22,5.57,1.87,14
+exterior,5.55,1.39,20,3.39,2.03,18,5.91,1.77,22,6.2,1.3,5,5.33,1.4,15,3.67,1.86,6,3.25,2.18,12,5.1,1.66,10,6.58,1.62,12,6.1,1.1,10,5.0,1.49,10,4.2,1.99,10,2.38,1.69,8,5.91,1.87,11,5.91,1.76,11,5.25,1.48,12,6.0,1.2,8,1.78,0.97,9,5.0,1.41,9,6.27,1.74,11,5.55,1.81,11
+exterminate,3.19,1.89,21,6.04,2.14,23,4.23,2.63,26,3.45,2.11,11,2.9,1.66,10,6.36,2.2,11,5.75,2.14,12,3.45,2.02,11,4.86,3.03,14,3.4,1.78,10,3.0,2.05,11,6.18,2.36,11,5.92,2.02,12,4.65,2.69,17,3.38,2.62,8,3.38,1.98,13,2.88,1.81,8,6.2,2.04,15,5.75,2.43,8,4.76,2.91,17,3.22,1.72,9
+extermination,3.65,2.01,20,5.5,1.85,20,4.95,2.64,21,3.86,1.86,7,3.54,2.15,13,6.56,1.42,9,4.64,1.75,11,6.2,2.77,5,4.56,2.56,16,4.7,2.0,10,2.67,1.5,9,4.62,2.33,8,6.08,1.24,12,5.71,2.55,14,3.43,2.23,7,3.91,2.21,11,3.33,1.8,9,5.33,1.61,12,5.75,2.25,8,6.0,2.83,10,4.0,2.14,11
+exterminator,3.19,1.6,21,5.13,2.38,23,4.62,2.14,26,3.18,1.6,11,3.2,1.69,10,5.73,2.37,11,4.58,2.35,12,4.91,1.97,11,4.36,2.37,14,3.1,1.85,10,3.27,1.42,11,5.64,2.62,11,4.67,2.15,12,4.94,2.14,17,3.88,2.23,8,3.23,1.88,13,3.12,1.13,8,4.87,2.47,15,5.62,2.26,8,5.29,2.23,17,3.33,1.22,9
+external,5.37,1.42,19,3.0,1.75,20,5.5,2.09,20,4.67,0.58,3,5.5,1.51,16,3.5,1.52,6,2.79,1.85,14,5.67,1.03,6,5.43,2.44,14,5.2,0.92,10,5.56,1.88,9,2.17,1.6,6,3.36,1.74,14,5.2,1.93,10,5.8,2.3,10,5.12,0.64,8,5.55,1.81,11,3.12,1.73,8,2.92,1.83,12,5.12,2.95,8,5.75,1.36,12
+extinct,2.74,1.37,19,4.55,2.46,20,3.42,2.43,19,2.0,0.0,3,2.87,1.51,15,4.8,2.15,10,4.3,2.83,10,3.8,2.25,10,3.0,2.69,9,2.17,1.6,6,3.0,1.28,12,3.57,2.15,7,5.08,2.53,13,2.38,1.77,8,4.18,2.64,11,3.0,1.35,12,2.29,1.38,7,4.2,2.35,10,4.9,2.64,10,2.44,1.51,9,4.3,2.83,10
+extinction,3.1,2.34,20,5.0,2.43,20,3.04,2.49,25,3.0,2.71,4,3.12,2.33,16,5.0,3.16,4,5.0,2.34,16,3.78,2.64,9,2.62,2.39,16,2.38,1.19,8,3.58,2.81,12,4.33,2.69,9,5.55,2.16,11,3.07,2.64,14,3.0,2.41,11,3.45,2.16,11,2.67,2.6,9,4.78,2.54,9,5.18,2.44,11,3.17,2.46,18,2.71,2.75,7
+extinguish,4.65,1.66,20,4.91,2.43,22,5.47,2.48,19,4.67,1.73,9,4.64,1.69,11,5.0,2.92,5,4.81,2.43,16,5.17,3.19,6,5.62,2.22,13,4.79,1.31,14,4.33,2.42,6,4.42,2.68,12,5.44,2.19,9,4.22,1.92,9,6.6,2.46,10,4.6,1.17,10,4.7,2.11,10,3.83,2.55,12,6.2,1.55,10,5.0,3.41,6,5.69,2.06,13
+extinguisher,4.76,1.67,25,4.43,2.45,23,5.95,2.5,19,4.7,1.49,10,4.5,1.45,14,4.38,2.39,8,4.5,2.65,14,5.29,3.04,7,6.36,2.29,11,4.89,1.05,9,4.4,1.64,15,4.11,2.32,9,4.64,2.59,14,5.71,2.56,7,6.08,2.57,12,4.46,1.81,13,5.08,1.51,12,3.56,2.79,9,5.0,2.11,14,6.19,2.29,16,4.67,3.79,3
+extort,3.19,1.63,21,4.48,2.29,23,3.48,2.23,21,4.6,1.82,5,2.75,1.34,16,4.83,2.08,12,4.09,2.55,11,3.36,2.29,11,3.33,2.24,9,2.5,1.45,12,4.11,1.45,9,4.69,2.44,16,4.0,2.0,7,3.18,1.25,11,3.8,3.01,10,3.15,1.82,13,3.25,1.39,8,4.68,2.38,19,3.5,1.73,4,3.43,2.1,14,3.57,2.64,7
+extortion,2.15,1.14,20,4.56,2.83,16,3.05,2.19,22,1.4,0.55,5,2.4,1.18,15,5.0,2.83,4,4.42,2.94,12,4.2,2.53,10,2.08,1.31,12,2.2,1.03,10,2.1,1.29,10,4.75,2.92,8,4.38,2.92,8,3.0,2.49,11,3.09,1.97,11,2.08,1.08,12,2.25,1.28,8,3.0,2.88,8,6.12,1.81,8,3.45,2.54,11,2.64,1.8,11
+extra,6.39,1.72,18,2.9,2.1,20,5.72,1.45,18,5.88,1.81,8,6.8,1.62,10,2.57,1.99,7,3.08,2.22,13,5.82,0.87,11,5.57,2.15,7,6.18,1.66,11,6.71,1.89,7,2.11,1.54,9,3.55,2.34,11,5.82,1.83,11,5.57,0.53,7,6.17,1.53,12,6.83,2.14,6,2.08,1.51,12,4.12,2.36,8,6.11,1.45,9,5.33,1.41,9
+extract,5.15,1.04,20,3.45,2.14,20,6.18,1.82,22,5.14,0.9,7,5.15,1.14,13,3.89,2.26,9,3.09,2.07,11,6.17,2.86,6,6.19,1.38,16,5.2,0.79,10,5.11,1.36,9,2.75,1.49,8,3.92,2.43,12,6.27,2.02,15,6.0,1.41,7,5.09,1.22,11,5.22,0.83,9,3.42,2.07,12,3.5,2.39,8,6.09,2.26,11,6.27,1.35,11
+extraction,3.86,1.98,21,5.2,2.82,20,5.62,2.52,21,4.83,1.33,6,3.47,2.1,15,5.12,2.85,8,5.25,2.93,12,5.64,2.91,11,5.6,2.17,10,4.0,1.79,6,3.8,2.11,15,5.8,2.94,10,4.6,2.72,10,5.64,2.65,14,5.57,2.44,7,4.14,1.86,7,3.71,2.09,14,5.36,3.03,14,4.83,2.48,6,5.33,2.74,12,6.0,2.29,9
+extracurricular,6.1,1.92,20,4.33,2.17,18,6.77,1.88,22,6.6,1.14,5,5.93,2.12,15,4.67,2.58,6,4.17,2.04,12,6.4,2.07,10,7.08,1.73,12,6.7,1.16,10,5.5,2.37,10,4.6,2.22,10,4.0,2.2,8,6.64,2.29,11,6.91,1.45,11,5.92,1.98,12,6.38,1.92,8,3.0,1.94,9,5.67,1.5,9,7.45,1.75,11,6.09,1.81,11
+extradition,3.68,1.89,19,3.45,2.28,22,4.17,2.41,23,3.55,1.37,11,3.29,2.06,7,4.0,2.62,8,3.14,2.11,14,3.43,2.37,7,4.5,2.42,16,4.38,2.0,8,3.18,1.72,11,3.89,2.93,9,3.15,1.77,13,5.0,2.19,11,3.42,2.43,12,3.5,2.11,12,4.0,1.53,7,3.09,2.51,11,3.82,2.09,11,4.08,2.47,13,4.3,2.45,10
+extraordinaire,6.84,1.61,19,5.88,2.01,25,6.55,2.04,22,7.25,1.16,8,6.55,1.86,11,6.08,2.14,13,5.67,1.92,12,7.0,1.87,13,5.89,2.2,9,6.88,1.55,8,6.82,1.72,11,6.0,1.3,14,5.73,2.72,11,6.92,1.73,12,6.1,2.38,10,7.0,2.06,9,6.7,1.16,10,6.0,2.24,17,5.62,1.51,8,6.4,2.67,10,6.67,1.44,12
+extraordinary,7.45,1.39,20,4.22,2.32,23,6.85,1.99,26,7.4,1.43,10,7.5,1.43,10,4.91,2.39,11,3.58,2.15,12,6.82,2.09,11,6.79,2.04,14,7.5,1.51,10,7.4,1.35,10,4.64,2.54,11,3.83,2.12,12,6.88,2.23,17,6.62,1.6,8,7.92,1.26,13,6.57,1.27,7,5.07,2.05,15,2.62,2.0,8,6.88,2.09,17,6.78,1.92,9
+extraterrestrial,5.6,2.28,20,5.86,2.59,21,4.38,2.48,24,5.25,3.86,4,5.69,1.89,16,5.75,1.89,4,5.88,2.78,17,4.44,2.35,9,4.33,2.64,15,5.25,2.25,8,5.83,2.37,12,5.8,2.62,10,5.91,2.7,11,4.29,2.37,14,4.5,2.76,10,5.91,2.34,11,5.22,2.28,9,5.9,3.14,10,5.82,2.14,11,4.94,2.41,17,3.0,2.24,7
+extravagance,5.74,1.45,19,5.4,1.96,20,5.79,2.4,24,5.92,1.61,13,5.33,1.03,6,4.8,2.68,5,5.6,1.72,15,5.92,2.36,13,5.64,2.54,11,6.0,1.8,9,5.5,1.08,10,5.57,2.82,7,5.31,1.44,13,5.73,2.41,11,5.85,2.48,13,6.0,1.5,9,5.5,1.43,10,5.0,2.16,10,5.8,1.75,10,6.56,1.94,9,5.33,2.58,15
+extravagant,6.32,1.42,19,5.25,2.07,20,5.59,2.34,22,6.67,2.52,3,6.25,1.24,16,5.25,1.58,8,5.25,2.42,12,5.56,2.35,9,5.62,2.43,13,6.89,1.62,9,5.8,1.03,10,5.33,1.94,9,5.18,2.27,11,5.93,2.71,15,4.86,1.07,7,5.71,1.11,7,6.67,1.5,12,6.0,2.0,10,4.5,1.96,10,6.08,2.84,13,4.89,1.17,9
+extravaganza,6.89,1.82,19,5.52,2.46,21,5.83,1.97,23,5.8,1.64,5,7.23,1.83,13,5.0,2.53,6,5.73,2.49,15,6.3,1.7,10,5.46,2.15,13,6.71,1.98,7,6.91,1.87,11,5.14,3.02,7,5.71,2.23,14,5.64,2.01,11,6.0,2.0,12,6.92,1.83,12,6.86,1.95,7,5.55,2.54,11,5.5,2.51,10,5.43,2.06,14,6.44,1.74,9
+extreme,5.65,1.76,20,6.18,2.6,17,5.88,2.46,24,4.6,2.07,5,6.0,1.56,15,6.0,2.24,5,6.25,2.83,12,5.69,2.21,13,6.09,2.81,11,5.7,1.57,10,5.6,2.01,10,7.0,2.08,7,5.6,2.88,10,5.88,2.16,16,5.88,3.14,8,5.29,1.77,14,6.5,1.52,6,6.91,2.34,11,4.83,2.71,6,5.93,2.6,15,5.78,2.33,9
+extremity,4.64,1.5,22,4.86,2.35,21,5.64,2.48,22,4.36,1.78,14,5.12,0.64,8,5.27,2.41,11,4.33,2.45,9,4.0,2.0,6,6.25,2.41,16,4.6,2.01,10,4.67,0.98,12,4.27,2.41,11,5.5,2.22,10,5.38,2.22,13,6.0,2.92,9,4.17,1.85,12,5.2,0.63,10,5.15,2.44,13,4.38,2.26,8,5.25,2.53,12,6.1,2.47,10
+eye,6.18,1.47,22,3.95,2.27,21,5.72,1.93,18,5.83,1.72,6,6.33,1.45,15,4.43,2.7,7,3.71,2.09,14,5.11,1.96,9,6.38,1.92,8,6.0,1.66,14,6.57,1.13,7,4.0,2.6,9,3.92,2.11,12,5.4,2.22,10,6.12,1.55,8,6.21,1.58,14,6.12,1.36,8,3.83,2.93,6,4.0,2.07,15,6.3,2.36,10,5.0,0.93,8
+eyeball,5.67,1.56,21,3.86,2.49,22,5.19,1.89,21,6.11,1.62,9,5.33,1.5,12,4.0,2.76,6,3.6,2.41,15,5.33,2.25,6,5.13,1.81,15,5.67,1.87,9,5.67,1.37,12,4.8,2.49,5,3.59,2.5,17,5.1,2.18,10,5.27,1.68,11,6.08,1.88,12,5.11,0.78,9,3.33,2.45,9,4.23,2.55,13,4.75,1.48,12,5.78,2.28,9
+eyebrow,5.26,1.88,19,2.91,2.27,22,5.33,2.26,24,4.67,1.97,6,5.54,1.85,13,3.42,2.35,12,2.3,2.11,10,4.62,1.85,8,5.69,2.41,16,5.0,1.49,10,5.56,2.3,9,4.22,2.73,9,2.0,1.35,13,5.29,2.28,17,5.5,2.59,6,5.38,1.51,8,5.18,2.18,11,3.22,2.49,9,2.69,2.18,13,5.69,2.33,16,4.62,2.07,8
+eyeful,5.29,1.42,21,5.15,2.35,20,5.4,1.93,20,5.67,1.03,6,5.13,1.55,15,6.12,1.55,8,4.5,2.61,12,5.3,2.11,10,5.5,1.84,10,5.17,0.98,6,5.33,1.59,15,5.4,2.37,10,4.9,2.42,10,5.43,2.03,14,5.33,1.86,6,5.14,1.68,7,5.36,1.34,14,5.36,2.53,14,4.67,1.97,6,5.45,2.21,11,5.33,1.66,9
+eyeglasses,5.09,1.27,22,3.39,2.25,23,5.68,2.29,19,5.12,1.73,8,5.08,1.04,13,3.62,2.39,8,3.14,2.28,14,5.86,2.61,7,5.45,2.25,11,5.38,1.77,8,4.92,0.95,13,3.56,2.51,9,3.29,2.16,14,5.0,2.65,7,6.08,2.07,12,5.45,1.57,11,4.73,0.79,11,1.89,1.76,9,4.36,2.02,14,5.69,1.99,16,5.67,4.16,3
+eyelash,5.45,1.67,20,2.61,1.91,18,5.05,2.28,22,5.0,1.87,5,5.6,1.64,15,3.17,2.48,6,2.33,1.61,12,4.4,1.65,10,5.58,2.64,12,5.6,1.84,10,5.3,1.57,10,2.5,2.12,10,2.75,1.75,8,5.09,2.3,11,5.0,2.37,11,5.25,1.76,12,5.75,1.58,8,2.89,2.32,9,2.33,1.5,9,5.0,2.41,11,5.09,2.26,11
+eyeliner,6.42,2.01,19,3.67,2.33,24,5.46,2.27,28,5.0,0.0,8,7.45,2.11,11,3.11,2.09,9,4.0,2.48,15,5.0,2.15,14,5.93,2.37,14,6.67,2.18,9,6.2,1.93,10,5.08,2.23,12,2.25,1.42,12,4.93,2.53,14,6.0,1.92,14,6.6,2.22,10,6.22,1.86,9,4.25,2.6,12,3.08,1.98,12,4.58,2.15,12,6.12,2.19,16
+eyes,6.57,1.89,21,3.18,2.02,22,5.94,2.34,18,5.89,2.2,9,7.08,1.51,12,3.8,1.93,10,2.67,2.02,12,6.0,2.62,10,5.88,2.1,8,7.0,1.41,7,6.15,2.03,13,3.4,2.12,10,3.0,2.0,12,5.57,2.88,7,6.18,2.04,11,6.85,1.68,13,6.12,2.23,8,3.0,2.0,10,3.33,2.1,12,4.67,2.06,9,7.22,1.92,9
+eyesight,6.14,1.88,21,3.52,2.19,23,6.28,2.52,18,6.44,1.59,9,5.92,2.11,12,3.91,2.34,11,3.17,2.08,12,5.4,2.72,10,7.38,1.85,8,5.57,2.3,7,6.23,1.54,13,4.27,2.24,11,2.83,1.99,12,6.14,3.18,7,6.36,2.16,11,6.0,1.96,13,6.38,1.85,8,3.55,2.58,11,3.5,1.88,12,6.22,2.49,9,6.33,2.69,9
+eyewitness,4.47,1.65,19,4.73,2.33,22,5.5,2.02,24,4.17,1.6,6,4.62,1.71,13,5.0,2.41,12,4.4,2.32,10,5.75,2.19,8,5.38,2.0,16,4.6,0.97,10,4.33,2.24,9,5.56,2.01,9,4.15,2.44,13,5.35,2.06,17,6.0,2.19,6,4.38,1.19,8,4.55,1.97,11,3.56,2.19,9,5.54,2.15,13,5.69,2.09,16,5.12,1.96,8
+fable,5.75,2.07,20,4.09,2.02,22,5.9,1.81,21,5.67,1.5,9,5.82,2.52,11,4.36,2.29,11,3.82,1.78,11,5.12,1.81,8,6.38,1.71,13,5.79,1.63,14,5.67,3.08,6,4.44,2.35,9,3.85,1.82,13,6.25,1.83,8,5.69,1.84,13,5.3,1.57,10,6.2,2.49,10,4.25,1.76,12,3.9,2.38,10,5.92,1.83,12,5.89,1.9,9
+fabled,5.79,1.55,19,4.61,2.06,23,4.74,1.82,19,6.22,1.2,9,5.4,1.78,10,5.57,1.81,7,4.13,2.13,15,5.3,2.16,10,4.11,1.17,9,5.67,1.73,9,5.9,1.45,10,5.1,2.56,10,4.17,1.64,12,4.38,1.41,8,4.9,2.18,10,5.33,1.3,12,6.57,1.72,7,4.6,2.21,20,4.67,0.58,3,4.5,1.51,8,4.91,2.07,11
+fabric,6.05,1.31,43,2.4,1.6,20,5.8,2.02,20,5.91,1.38,22,6.19,1.25,21,2.17,1.6,6,2.54,1.71,13,5.29,2.29,7,6.08,1.89,13,6.36,1.4,22,5.71,1.15,21,2.57,2.15,7,2.33,1.37,12,5.33,1.91,15,7.2,1.79,5,6.04,1.43,26,6.06,1.14,17,2.0,1.1,11,2.89,2.03,9,5.7,1.57,10,5.9,2.47,10
+fabrication,4.0,2.21,19,4.11,2.23,19,5.8,2.17,20,4.33,3.06,3,4.07,2.15,15,4.0,1.94,10,4.22,2.64,9,6.4,1.78,10,5.2,2.44,10,4.5,2.51,6,3.92,2.15,12,4.86,2.79,7,3.67,1.83,12,5.0,2.14,8,6.33,2.1,12,3.33,1.97,12,5.14,2.27,7,4.22,2.73,9,4.0,1.83,10,6.11,2.2,9,5.55,2.21,11
+fabulous,7.84,1.54,19,5.15,2.48,20,7.25,1.62,20,8.33,1.15,3,8.07,1.03,15,4.7,2.26,10,5.6,2.72,10,6.4,1.65,10,8.1,1.1,10,8.33,1.21,6,8.0,0.95,12,5.0,3.0,7,5.23,2.28,13,7.38,1.41,8,7.17,1.8,12,7.92,1.68,12,7.71,1.38,7,4.9,2.69,10,5.4,2.37,10,7.89,1.27,9,6.73,1.74,11
+facade,4.63,1.98,19,3.62,2.27,21,4.91,2.35,22,4.45,2.21,11,5.29,1.38,7,3.14,1.77,7,3.86,2.51,14,4.5,2.88,6,5.06,2.21,16,4.0,1.69,8,5.09,2.12,11,3.44,2.65,9,3.75,2.05,12,4.36,2.54,11,5.45,2.11,11,4.17,1.8,12,5.43,2.15,7,2.73,1.95,11,4.6,2.27,10,4.83,2.33,12,5.0,2.49,10
+face,6.36,1.54,42,4.59,2.5,39,5.96,1.86,45,6.15,2.08,13,6.45,1.27,29,4.81,2.43,16,4.43,2.59,23,5.38,1.88,21,6.46,1.72,24,6.38,1.09,16,6.35,1.79,26,4.95,2.41,19,4.25,2.59,20,6.11,1.94,19,5.85,1.83,26,6.48,1.34,23,6.21,1.78,19,4.24,2.55,21,5.0,2.45,18,6.05,2.29,21,5.88,1.42,24
+faceless,2.58,1.74,19,4.1,2.19,21,3.91,2.33,34,2.22,1.56,9,2.9,1.91,10,3.62,1.92,8,4.38,2.36,13,4.5,2.38,14,3.5,2.26,20,2.56,2.01,9,2.6,1.58,10,4.69,1.7,13,3.12,2.64,8,4.0,2.33,22,3.75,2.42,12,2.6,1.96,10,2.56,1.59,9,3.93,2.2,14,4.43,2.3,7,4.59,2.53,17,3.24,1.95,17
+facial,6.24,1.84,21,4.55,2.95,20,6.09,2.54,22,6.67,1.86,6,6.07,1.87,15,5.75,2.96,8,3.75,2.77,12,5.67,2.64,12,6.6,2.46,10,7.0,1.94,9,5.67,1.61,12,5.11,2.8,9,4.09,3.11,11,5.14,2.48,7,6.53,2.53,15,6.7,2.36,10,5.82,1.17,11,4.69,2.75,13,4.29,3.5,7,6.83,2.79,12,5.2,1.99,10
+facilitate,4.63,1.38,19,3.62,1.77,21,6.58,2.01,19,3.88,1.81,8,5.18,0.6,11,2.8,2.05,5,3.8,1.7,15,7.83,0.75,6,6.0,2.16,13,4.92,1.12,13,4.0,1.79,6,3.18,1.72,11,4.0,1.87,9,5.22,2.05,9,7.8,0.92,10,4.67,0.87,9,4.6,1.78,10,3.42,1.93,12,3.89,1.62,9,7.33,1.37,6,6.23,2.2,13
+facility,5.33,1.85,21,4.0,2.71,20,5.03,2.13,36,5.62,2.5,8,5.15,1.41,13,4.0,2.35,5,4.0,2.9,15,4.82,2.6,11,5.12,1.94,25,5.31,2.36,13,5.38,0.52,8,4.42,3.03,12,3.38,2.2,8,5.3,2.39,20,4.69,1.78,16,4.82,1.99,11,5.9,1.6,10,4.82,3.06,11,3.0,1.94,9,5.0,2.35,22,5.07,1.82,14
+fact,6.23,1.8,22,3.29,1.93,21,6.0,1.91,18,6.5,1.52,6,6.2,1.97,15,3.14,2.73,7,3.36,1.5,14,6.11,2.32,9,6.12,1.46,8,6.36,1.98,14,6.14,1.57,7,3.11,1.83,9,3.42,2.07,12,6.1,2.33,10,5.88,1.36,8,6.5,1.79,14,5.75,1.83,8,3.33,2.07,6,3.27,1.94,15,6.4,2.22,10,5.5,1.41,8
+faction,5.11,1.79,19,4.1,2.36,20,4.52,1.93,23,5.31,2.14,13,4.67,0.52,6,5.0,1.87,5,3.8,2.48,15,4.83,1.7,12,4.18,2.18,11,6.0,1.94,9,4.3,1.25,10,5.86,2.04,7,3.15,1.99,13,4.9,1.97,10,4.23,1.92,13,4.67,1.0,9,5.5,2.27,10,4.2,2.3,10,4.0,2.54,10,5.12,1.96,8,4.2,1.9,15
+factor,4.9,1.04,21,3.6,1.88,20,4.68,2.15,25,5.08,0.51,12,4.67,1.5,9,4.33,1.97,6,3.29,1.82,14,4.8,2.2,10,4.6,2.2,15,4.5,1.0,4,5.0,1.06,17,3.56,2.3,9,3.64,1.57,11,3.71,2.5,7,5.06,1.95,18,5.08,1.16,12,4.67,0.87,9,3.77,2.13,13,3.29,1.38,7,3.33,1.94,9,5.44,1.93,16
+factory,4.95,2.21,20,3.0,1.94,18,5.09,2.37,22,5.0,2.74,5,4.93,2.12,15,3.5,1.97,6,2.75,1.96,12,4.7,1.89,10,5.42,2.75,12,4.8,1.87,10,5.1,2.6,10,3.1,1.91,10,2.88,2.1,8,5.55,2.3,11,4.64,2.46,11,4.08,2.15,12,6.25,1.67,8,1.56,1.01,9,4.44,1.51,9,4.73,2.33,11,5.45,2.46,11
+factual,5.89,2.18,19,3.18,1.99,22,7.13,1.69,23,6.36,1.96,11,5.86,1.86,7,4.12,2.3,8,2.64,1.65,14,7.14,2.04,7,7.12,1.59,16,5.12,2.59,8,6.45,1.75,11,3.0,2.24,9,3.31,1.89,13,6.73,1.68,11,7.5,1.68,12,5.17,2.33,12,7.14,1.21,7,2.91,2.39,11,3.45,1.57,11,6.92,1.85,13,7.4,1.51,10
+faculty,5.63,1.34,19,4.86,1.68,21,4.87,2.03,23,5.6,1.95,5,5.69,1.18,13,4.83,1.94,6,4.87,1.64,15,4.4,1.84,10,5.23,2.17,13,5.43,1.62,7,5.82,1.25,11,6.0,1.29,7,4.29,1.59,14,5.09,1.76,11,4.67,2.31,12,5.75,1.06,12,5.43,1.81,7,5.09,1.7,11,4.6,1.71,10,5.0,2.0,14,4.67,2.18,9
+fad,4.55,1.85,20,3.83,2.12,18,4.71,2.58,24,4.4,0.89,5,4.6,2.1,15,3.8,1.79,5,3.85,2.3,13,4.46,2.33,13,5.0,2.93,11,4.3,1.83,10,4.8,1.93,10,4.57,1.99,7,3.36,2.16,11,4.75,2.24,16,4.62,3.34,8,4.07,1.94,14,5.67,1.03,6,4.25,2.34,12,3.0,1.41,6,5.13,2.56,15,4.0,2.6,9
+fade,4.65,1.53,20,3.2,2.61,25,4.63,2.22,19,4.75,2.12,8,4.58,1.08,12,3.67,2.8,6,3.11,2.68,18,4.29,2.5,7,4.83,2.12,12,4.8,1.61,15,4.2,1.3,5,3.71,2.95,14,2.6,2.17,10,4.56,2.51,9,4.7,2.06,10,4.36,1.96,11,5.0,0.71,9,3.69,2.77,16,2.33,2.18,9,4.18,2.44,11,5.25,1.83,8
+fag,2.05,1.54,20,5.32,2.26,19,3.09,2.22,22,1.86,1.57,7,2.15,1.57,13,5.38,2.56,8,5.27,2.15,11,3.5,3.33,6,2.94,1.77,16,1.3,0.67,10,3.0,1.8,9,4.75,2.25,8,5.73,2.28,11,3.33,2.41,15,2.57,1.81,7,1.73,1.56,11,2.44,1.51,9,4.92,1.83,12,6.0,2.89,7,3.82,2.4,11,2.36,1.86,11
+faggot,2.32,1.97,19,5.68,3.09,22,3.63,2.22,27,2.67,1.63,6,2.15,2.15,13,5.0,3.26,11,6.36,2.91,11,4.27,2.41,11,3.19,2.04,16,2.18,1.33,11,2.5,2.73,8,4.55,3.14,11,6.82,2.71,11,3.67,2.0,18,3.56,2.74,9,2.69,2.25,13,1.5,0.84,6,5.36,3.37,14,6.25,2.66,8,3.38,2.19,16,4.0,2.32,11
+fail,2.33,1.32,21,5.5,2.76,20,4.74,2.92,19,2.77,1.42,13,1.62,0.74,8,4.71,2.69,7,5.92,2.81,13,4.43,2.37,7,4.92,3.29,12,2.42,1.56,12,2.22,0.97,9,4.89,3.22,9,6.0,2.37,11,5.1,2.81,10,4.33,3.16,9,2.17,1.11,12,2.56,1.59,9,5.57,2.07,7,5.46,3.15,13,4.57,3.15,7,4.83,2.92,12
+failure,2.15,1.17,40,5.0,2.49,45,5.04,3.05,25,2.69,1.18,13,1.89,1.09,27,5.25,2.93,16,4.79,2.25,28,5.38,2.67,8,4.88,3.28,17,1.85,1.09,20,2.45,1.19,20,4.72,2.87,18,5.19,2.24,27,5.57,3.18,14,4.36,2.87,11,2.27,1.28,22,2.0,1.03,18,4.6,2.66,20,5.32,2.34,25,5.06,3.35,18,5.0,2.31,7
+faint,4.0,1.48,21,3.74,2.22,23,3.5,1.92,26,3.55,1.04,11,4.5,1.78,10,3.45,2.21,11,4.0,2.3,12,3.64,2.29,11,3.36,1.74,14,4.7,1.7,10,3.36,0.92,11,3.64,2.34,11,3.83,2.21,12,3.47,1.74,17,3.5,2.51,8,4.0,1.73,13,4.0,1.07,8,3.67,2.06,15,3.88,2.64,8,3.29,1.76,17,3.89,2.26,9
+fair,7.14,1.42,22,3.29,2.17,21,6.12,1.9,17,7.0,1.67,6,7.27,1.39,15,2.71,2.21,7,3.57,2.17,14,6.11,2.15,9,6.12,1.73,8,7.29,1.44,14,7.0,1.53,7,3.78,2.33,9,2.92,2.07,12,6.22,2.28,9,6.0,1.51,8,7.29,1.54,14,6.88,1.25,8,2.83,1.72,6,3.47,2.36,15,6.22,2.11,9,6.0,1.77,8
+fairness,7.48,1.29,21,4.54,2.34,24,6.45,2.42,22,7.12,1.55,8,7.69,1.11,13,4.5,2.91,12,4.58,1.73,12,6.69,2.32,13,6.11,2.67,9,7.38,1.69,8,7.5,1.09,12,5.36,2.47,14,3.4,1.65,10,6.25,2.53,12,6.7,2.41,10,7.3,1.64,10,7.64,0.92,11,4.56,2.56,16,4.5,2.0,8,5.6,2.91,10,7.17,1.75,12
+fairway,4.81,1.12,21,3.38,1.91,21,5.76,1.94,25,4.92,1.0,12,4.67,1.32,9,4.14,2.54,7,3.0,1.47,14,6.1,2.18,10,5.53,1.81,15,5.5,1.0,4,4.65,1.11,17,3.6,2.41,10,3.18,1.4,11,5.14,1.95,7,6.0,1.94,18,4.58,1.08,12,5.11,1.17,9,3.38,1.89,13,3.38,2.07,8,5.33,1.87,9,6.0,2.0,16
+fairy,6.71,1.98,21,5.04,2.46,23,6.38,1.75,21,5.8,2.77,5,7.0,1.67,16,5.0,2.37,12,5.09,2.66,11,6.18,1.54,11,6.33,1.94,9,6.5,2.28,12,7.0,1.58,9,5.0,2.61,16,5.14,2.27,7,6.55,1.44,11,6.2,2.1,10,7.38,1.61,13,5.62,2.13,8,5.16,2.65,19,4.5,1.29,4,6.0,1.62,14,7.14,1.86,7
+faith,6.44,2.5,18,3.4,2.06,20,5.5,2.66,18,5.0,2.27,8,7.6,2.12,10,3.57,1.51,7,3.31,2.36,13,5.18,2.64,11,6.0,2.83,7,5.91,2.51,11,7.29,2.43,7,3.0,2.12,9,3.73,2.05,11,6.18,2.32,11,4.43,2.99,7,6.08,2.71,12,7.17,2.04,6,3.25,1.91,12,3.62,2.39,8,5.0,3.28,9,6.0,1.94,9
+faithful,7.95,1.07,21,4.48,2.58,25,7.29,1.93,21,7.5,1.2,8,8.23,0.93,13,5.08,2.99,13,3.83,1.99,12,7.08,2.25,13,7.62,1.3,8,8.0,0.93,8,7.83,1.19,12,4.36,2.5,14,4.64,2.8,11,7.5,1.88,12,7.0,2.06,9,8.4,0.84,10,7.55,1.13,11,4.88,2.71,17,3.62,2.2,8,7.4,2.27,10,7.18,1.66,11
+faithless,3.57,2.27,21,4.1,1.48,20,4.57,1.91,21,3.83,1.94,6,3.47,2.45,15,4.38,1.85,8,3.92,1.24,12,4.18,1.94,11,5.0,1.89,10,3.5,2.07,6,3.6,2.41,15,4.2,1.81,10,4.0,1.15,10,4.93,1.73,14,3.86,2.19,7,4.0,2.71,7,3.36,2.1,14,4.14,1.61,14,4.0,1.26,6,4.58,1.73,12,4.56,2.24,9
+fake,2.62,1.75,21,5.15,2.74,20,4.47,2.76,19,3.15,1.95,13,1.75,0.89,8,4.43,2.3,7,5.54,2.96,13,5.86,2.97,7,3.67,2.39,12,2.83,2.04,12,2.33,1.32,9,4.78,2.95,9,5.45,2.66,11,5.8,2.15,10,3.0,2.69,9,2.25,1.29,12,3.11,2.2,9,5.29,2.21,7,5.08,3.07,13,4.43,2.44,7,4.5,3.03,12
+faker,2.76,1.87,21,3.96,2.4,23,4.33,2.22,21,4.4,2.3,5,2.25,1.44,16,4.58,2.31,12,3.27,2.41,11,4.27,2.24,11,3.89,1.76,9,2.25,1.29,12,3.44,2.35,9,4.31,2.47,16,3.14,2.19,7,4.09,1.81,11,4.6,2.67,10,2.69,2.1,13,2.88,1.55,8,4.05,2.46,19,3.5,2.38,4,4.07,1.73,14,4.86,3.08,7
+falafel,5.52,1.81,21,3.68,2.15,22,4.76,1.76,21,3.6,1.52,5,6.12,1.45,16,4.67,2.06,12,2.5,1.65,10,4.64,1.86,11,4.56,1.42,9,5.92,2.31,12,5.0,0.5,9,4.0,2.24,15,3.0,1.91,7,4.91,1.76,11,4.6,1.84,10,5.92,1.66,13,4.88,1.96,8,3.83,2.28,18,3.0,1.41,4,4.29,1.82,14,5.71,1.25,7
+falcon,5.5,2.21,20,5.0,2.31,22,5.29,2.03,21,5.6,2.51,5,5.47,2.2,15,5.82,2.04,11,4.18,2.36,11,5.27,2.0,11,4.89,1.83,9,5.09,2.39,11,6.0,2.0,9,5.2,2.31,15,4.57,2.44,7,5.36,1.12,11,5.2,2.78,10,5.83,2.12,12,5.0,2.39,8,4.94,2.34,18,5.25,2.5,4,5.07,1.77,14,5.71,2.56,7
+fall,3.89,2.31,19,4.24,2.17,21,3.83,2.35,24,4.33,2.55,9,3.5,2.12,10,4.62,2.2,8,4.0,2.2,13,3.75,1.83,8,3.88,2.63,16,5.29,2.36,7,3.08,1.93,12,4.56,1.74,9,4.0,2.49,12,4.18,2.56,17,2.67,1.51,6,3.4,1.58,10,4.44,2.92,9,4.8,1.99,10,3.73,2.28,11,4.38,2.55,16,2.75,1.49,8
+fallacy,4.0,1.76,19,4.0,2.45,21,3.96,1.66,23,3.55,1.29,11,5.0,2.08,7,5.25,2.71,8,3.23,2.01,13,4.0,1.53,7,3.94,1.77,16,3.75,1.83,8,4.18,1.78,11,3.5,2.78,8,4.31,2.29,13,4.27,1.79,11,3.67,1.56,12,3.83,2.08,12,4.29,1.11,7,3.45,2.91,11,4.6,1.78,10,4.0,1.83,13,3.9,1.52,10
+fallback,4.81,1.72,21,3.72,2.41,25,4.94,2.07,18,4.78,1.09,9,4.83,2.12,12,3.67,2.34,6,3.78,2.56,18,3.86,1.68,7,5.64,2.06,11,4.69,1.78,16,5.2,1.64,5,3.71,2.37,14,3.8,2.7,10,4.25,2.38,8,5.5,1.72,10,5.33,1.78,12,4.11,1.45,9,4.0,2.39,16,3.22,2.49,9,4.6,2.46,10,5.38,1.51,8
+fallopian,4.59,1.65,22,3.61,2.54,23,5.37,2.24,19,5.75,1.39,8,4.15,1.21,13,4.75,2.92,8,2.79,2.08,14,4.71,1.8,7,5.64,2.54,11,4.75,1.58,8,4.77,1.48,13,3.33,2.69,9,3.79,2.52,14,3.86,1.95,7,6.25,1.96,12,4.64,1.63,11,4.55,1.75,11,2.11,1.54,9,4.57,2.62,14,5.19,1.72,16,6.33,4.62,3
+fallout,2.84,1.74,19,4.55,2.34,22,3.45,1.92,22,3.56,1.88,9,2.2,1.4,10,4.75,1.83,8,4.43,2.65,14,3.36,2.25,11,3.55,1.63,11,4.43,1.4,7,1.92,1.16,12,5.1,1.79,10,4.08,2.71,12,3.54,2.18,13,3.33,1.58,9,2.7,1.49,10,3.0,2.06,9,4.38,2.88,8,4.64,2.1,14,3.07,1.54,14,4.12,2.42,8
+fallow,4.43,1.12,21,3.48,2.06,23,5.21,1.62,19,5.0,0.58,7,4.08,1.26,13,3.75,2.38,8,3.21,1.97,14,5.0,1.15,7,5.36,1.96,11,4.57,0.79,7,4.31,1.32,13,3.33,2.24,9,3.57,2.03,14,4.43,1.62,7,5.67,1.5,12,4.3,1.42,10,4.55,0.82,11,2.11,1.54,9,4.36,1.91,14,5.25,1.48,16,5.0,2.65,3
+FALSE,3.27,2.06,59,5.23,2.3,44,4.7,2.76,44,3.83,1.92,23,2.8,2.0,35,6.14,2.03,14,4.86,2.34,29,4.44,2.62,18,4.88,2.89,26,3.56,2.53,25,2.94,1.5,33,5.25,2.36,20,5.3,2.3,23,4.91,2.69,22,4.29,2.76,21,3.47,2.31,36,2.96,1.58,23,4.91,2.27,33,6.18,2.23,11,4.73,2.88,26,4.67,2.66,18
+fame,5.45,2.26,40,4.63,2.6,43,6.27,2.03,22,5.0,2.5,17,5.78,2.07,23,3.5,2.22,16,5.3,2.61,27,6.55,1.69,11,6.0,2.37,11,4.93,2.25,29,6.82,1.72,11,5.0,2.7,23,4.2,2.48,20,6.54,2.33,13,5.89,1.54,9,5.81,2.32,21,5.05,2.2,19,4.92,2.73,26,4.18,2.4,17,6.71,1.98,14,5.5,2.0,8
+famed,5.33,1.14,18,3.9,2.25,20,4.71,1.92,24,6.0,1.0,5,5.08,1.12,13,3.91,2.7,11,3.89,1.69,9,4.19,1.94,16,5.75,1.49,8,5.43,1.4,7,5.27,1.01,11,3.67,2.69,9,4.09,1.92,11,4.68,2.16,19,4.8,0.45,5,5.22,1.3,9,5.44,1.01,9,3.82,2.32,11,4.0,2.29,9,4.42,1.74,19,5.8,2.39,5
+familiar,6.19,1.86,21,2.5,1.54,20,7.21,2.15,19,5.54,1.71,13,7.25,1.67,8,3.43,1.51,7,2.0,1.35,13,6.29,2.14,7,7.75,2.05,12,5.92,2.11,12,6.56,1.51,9,2.44,1.59,9,2.55,1.57,11,7.1,2.08,10,7.33,2.35,9,6.33,2.02,12,6.0,1.73,9,3.0,1.41,7,2.23,1.59,13,8.43,0.79,7,6.5,2.39,12
+familiarity,6.8,1.77,20,2.67,1.85,21,6.62,1.93,24,6.75,2.5,4,6.81,1.64,16,3.0,2.16,4,2.59,1.84,17,7.0,1.66,9,6.4,2.1,15,7.38,1.41,8,6.42,1.93,12,2.4,1.65,10,2.91,2.07,11,6.43,1.87,14,6.9,2.08,10,7.18,1.66,11,6.33,1.87,9,2.8,1.87,10,2.55,1.92,11,6.71,1.9,17,6.43,2.15,7
+family,7.25,1.89,20,4.35,2.7,20,5.98,2.57,50,7.0,1.0,3,7.29,2.02,17,3.7,2.71,10,5.0,2.67,10,5.62,2.42,26,6.38,2.72,24,6.43,2.23,7,7.69,1.6,13,3.71,2.5,7,4.69,2.84,13,5.0,3.05,21,6.69,1.91,29,7.56,1.74,9,7.0,2.05,11,5.0,2.79,10,3.7,2.58,10,6.62,2.52,24,5.38,2.52,26
+famine,2.95,2.12,19,6.1,2.26,21,3.09,2.23,23,3.2,1.3,5,2.92,2.47,13,5.5,2.66,6,6.33,2.13,15,3.0,2.71,10,3.15,1.91,13,3.14,2.79,7,2.91,1.81,11,5.43,2.37,7,6.43,2.21,14,3.82,2.44,11,2.42,1.88,12,3.42,2.39,12,2.14,1.35,7,5.18,2.52,11,7.1,1.45,10,3.07,2.59,14,3.11,1.69,9
+famished,4.47,1.98,19,6.43,2.11,21,4.3,2.14,23,4.8,1.92,5,4.23,2.09,13,5.83,2.71,6,6.67,1.88,15,3.7,1.83,10,4.77,2.31,13,3.86,1.57,7,4.73,2.24,11,5.71,2.69,7,6.79,1.76,14,4.09,2.21,11,4.5,2.15,12,4.25,1.86,12,4.86,2.27,7,5.36,2.29,11,7.6,1.07,10,3.71,1.86,14,5.22,2.33,9
+famous,5.89,2.08,19,4.2,2.74,45,5.4,2.18,42,6.67,1.87,9,5.2,2.1,10,4.94,2.84,17,3.85,2.61,27,6.18,1.98,17,4.88,2.19,25,6.29,1.8,7,5.67,2.27,12,4.57,2.82,21,3.88,2.68,24,5.62,2.0,26,5.06,2.46,16,5.2,2.39,10,6.67,1.41,9,4.24,2.76,29,4.12,2.78,16,5.62,1.97,24,5.11,2.45,18
+fan,6.81,2.16,21,3.7,2.2,20,6.05,2.7,19,6.54,2.4,13,7.25,1.75,8,4.0,2.45,7,3.54,2.15,13,6.43,2.3,7,5.83,2.98,12,6.67,2.5,12,7.0,1.73,9,3.89,2.37,9,3.55,2.16,11,5.7,2.58,10,6.44,2.92,9,6.33,2.42,12,7.44,1.67,9,5.14,1.21,7,2.92,2.25,13,5.57,3.1,7,6.33,2.53,12
+fanatic,4.67,2.33,21,6.17,2.12,23,4.31,2.66,26,5.18,2.4,11,4.1,2.23,10,5.91,2.26,11,6.42,2.07,12,4.0,2.45,11,4.57,2.98,14,5.7,2.21,10,3.73,2.1,11,5.73,2.2,11,6.58,2.07,12,5.06,2.63,17,2.75,2.31,8,4.92,2.63,13,4.25,1.83,8,6.27,2.12,15,6.0,2.27,8,4.65,3.08,17,3.67,1.58,9
+fanatical,3.86,1.32,22,5.87,2.34,23,3.83,2.15,18,3.88,1.25,8,3.92,1.44,13,5.62,2.0,8,6.14,2.6,14,3.14,1.86,7,4.0,2.21,10,4.0,1.77,8,3.85,1.07,13,6.0,2.6,9,5.79,2.26,14,3.0,1.41,7,4.36,2.42,11,4.18,1.08,11,3.55,1.51,11,5.33,2.92,9,6.21,1.93,14,3.87,1.88,15,3.67,3.79,3
+fanciful,7.05,1.77,21,4.81,2.38,21,6.76,1.94,25,6.67,1.97,12,7.56,1.42,9,5.43,3.1,7,4.5,1.99,14,7.0,1.76,10,6.6,2.1,15,8.5,1.0,4,6.71,1.76,17,5.9,2.02,10,3.82,2.32,11,6.43,2.37,7,6.89,1.81,18,7.08,1.93,12,7.0,1.66,9,4.69,2.29,13,5.0,2.67,8,6.22,2.05,9,7.06,1.88,16
+fancy,7.43,1.6,21,5.42,2.57,19,7.16,2.12,19,7.0,1.73,13,8.12,1.13,8,6.71,2.21,7,4.67,2.53,12,7.14,1.77,7,7.17,2.37,12,7.92,1.16,12,6.78,1.92,9,5.12,2.85,8,5.64,2.46,11,6.3,2.41,10,8.11,1.27,9,8.17,1.03,12,6.44,1.74,9,6.17,2.14,6,5.08,2.75,13,6.57,2.88,7,7.5,1.57,12
+fanfare,5.3,2.32,23,4.91,2.41,22,6.0,2.36,20,6.12,1.89,8,4.87,2.47,15,5.6,2.17,10,4.33,2.53,12,7.29,2.21,7,5.31,2.21,13,6.08,1.98,12,4.45,2.46,11,4.36,1.96,11,5.45,2.77,11,5.73,2.43,15,6.8,2.17,5,5.09,2.17,11,5.5,2.54,12,4.3,2.16,10,5.42,2.57,12,5.3,2.06,10,6.7,2.54,10
+fang,4.62,1.66,21,4.12,2.59,24,5.55,2.35,20,4.0,1.07,8,5.0,1.87,13,4.83,2.71,6,3.89,2.59,18,5.91,2.02,11,5.11,2.76,9,4.75,2.09,12,4.44,0.88,9,5.6,2.63,10,3.07,2.06,14,5.85,2.41,13,5.0,2.31,7,4.79,1.89,14,4.29,1.11,7,4.25,2.52,16,3.88,2.9,8,5.92,2.02,12,5.0,2.83,8
+fantasize,7.0,1.49,20,5.0,2.49,23,6.65,2.42,26,7.36,1.21,11,6.56,1.74,9,5.27,2.33,11,4.75,2.7,12,6.55,1.92,11,7.14,2.38,14,7.0,1.41,9,7.0,1.61,11,5.91,2.47,11,4.17,2.29,12,6.82,2.53,17,7.0,1.2,8,7.25,1.6,12,6.62,1.3,8,5.0,2.51,15,5.0,2.62,8,6.59,2.83,17,6.78,1.48,9
+fantastic,8.36,0.79,22,6.4,2.6,20,7.21,2.32,19,8.0,0.82,13,8.89,0.33,9,6.57,2.07,7,6.31,2.93,13,6.29,2.81,7,7.75,1.91,12,8.33,0.78,12,8.4,0.84,10,6.22,2.49,9,6.55,2.81,11,6.8,2.2,10,7.67,2.5,9,8.42,0.79,12,8.3,0.82,10,6.57,1.9,7,6.31,2.98,13,7.57,2.15,7,7.0,2.49,12
+fantasy,7.15,1.64,41,6.18,2.77,45,6.35,2.11,20,7.16,1.86,19,7.14,1.46,22,6.75,2.54,16,5.89,2.94,28,6.17,1.17,6,6.43,2.44,14,7.42,1.68,19,6.95,1.63,21,6.33,2.83,18,6.07,2.79,27,6.4,1.35,10,6.3,2.75,10,7.3,1.59,20,7.0,1.7,21,6.2,2.91,20,6.16,2.72,25,6.38,2.56,8,6.33,1.87,12
+faraway,4.7,1.92,20,3.44,2.25,18,5.08,2.67,24,5.6,2.07,5,4.4,1.84,15,3.2,1.48,5,3.54,2.54,13,5.23,2.45,13,4.91,3.02,11,5.2,2.3,10,4.2,1.4,10,3.57,1.99,7,3.36,2.5,11,4.88,2.47,16,5.5,3.16,8,4.14,1.66,14,6.0,2.0,6,4.08,2.39,12,2.17,1.33,6,4.6,2.9,15,5.89,2.15,9
+farce,4.33,2.01,21,3.96,2.16,24,3.68,1.7,22,5.38,1.77,8,3.69,1.93,13,3.54,1.85,13,4.45,2.46,11,4.0,1.68,13,3.22,1.72,9,4.88,1.96,8,4.25,1.91,12,4.36,1.82,14,3.4,2.55,10,4.42,1.44,12,2.8,1.62,10,3.6,2.01,10,5.0,1.84,11,3.88,2.22,16,4.12,2.17,8,3.4,2.07,10,3.92,1.38,12
+fare,4.86,1.82,21,2.3,1.53,20,4.0,2.12,21,5.17,2.14,6,4.73,1.75,15,2.0,1.2,8,2.5,1.73,12,3.83,2.41,12,4.22,1.79,9,5.22,1.79,9,4.58,1.88,12,2.78,1.39,9,1.91,1.58,11,4.71,2.56,7,3.64,1.86,14,4.9,2.33,10,4.82,1.33,11,2.38,1.5,13,2.14,1.68,7,3.42,2.39,12,4.78,1.48,9
+farewell,3.43,1.43,21,4.2,2.35,20,4.67,2.29,36,3.0,1.51,8,3.69,1.38,13,4.0,2.45,5,4.27,2.4,15,5.09,2.39,11,4.48,2.28,25,3.0,1.35,13,4.12,1.36,8,4.5,2.11,12,3.75,2.76,8,4.8,1.99,20,4.5,2.68,16,3.45,1.29,11,3.4,1.65,10,5.18,2.56,11,3.0,1.41,9,4.09,2.37,22,5.57,1.91,14
+farm,6.22,1.73,40,3.05,2.42,22,6.08,2.12,48,6.14,1.46,14,6.27,1.89,26,4.25,2.7,12,1.6,0.7,10,6.28,2.35,18,5.97,2.01,30,6.0,1.94,18,6.41,1.56,22,3.56,2.51,9,2.69,2.39,13,6.08,2.06,26,6.09,2.24,22,6.0,1.97,20,6.45,1.47,20,3.56,2.6,9,2.69,2.32,13,6.53,2.06,30,5.33,2.06,18
+farmer,6.14,1.61,22,3.67,2.22,21,6.1,2.22,20,6.25,1.98,8,6.07,1.44,14,4.2,2.7,10,3.18,1.66,11,6.43,2.76,7,5.92,1.98,13,6.09,1.58,11,6.18,1.72,11,3.27,2.05,11,4.1,2.42,10,6.0,2.45,15,6.4,1.52,5,5.6,1.51,10,6.58,1.62,12,3.56,2.01,9,3.75,2.45,12,6.2,2.04,10,6.0,2.49,10
+farmhouse,5.81,1.36,21,3.5,2.44,22,4.77,1.82,26,5.55,1.44,11,6.1,1.29,10,3.7,2.63,10,3.33,2.39,12,4.55,2.07,11,4.93,1.73,14,5.7,1.64,10,5.91,1.14,11,4.0,2.75,10,3.08,2.19,12,4.47,1.77,17,5.38,2.0,8,6.08,1.55,13,5.38,0.92,8,3.43,2.5,14,3.62,2.5,8,4.82,2.07,17,4.67,1.32,9
+farming,5.47,2.67,19,3.25,2.07,20,5.83,1.97,24,5.33,2.88,6,5.54,2.7,13,4.2,2.25,10,2.3,1.42,10,5.0,2.2,8,6.25,1.77,16,5.8,2.3,10,5.11,3.14,9,4.25,2.31,8,2.58,1.68,12,5.76,2.17,17,6.17,1.6,6,4.75,3.06,8,6.0,2.37,11,3.71,1.7,7,3.0,2.27,13,5.69,2.21,16,6.12,1.46,8
+farmland,6.58,2.01,19,3.14,1.96,22,5.67,2.08,24,7.5,1.64,6,6.15,2.08,13,3.5,2.28,12,2.7,1.49,10,4.5,1.85,8,6.25,1.98,16,6.2,1.99,10,7.0,2.06,9,4.22,2.28,9,2.38,1.33,13,5.82,2.07,17,5.33,2.42,6,5.5,2.2,8,7.36,1.5,11,3.22,1.64,9,3.08,2.22,13,6.0,2.1,16,5.0,2.0,8
+fart,4.05,2.38,21,4.74,2.36,23,3.69,2.22,26,5.18,2.23,11,2.8,1.93,10,6.0,2.1,11,3.58,2.02,12,3.55,2.16,11,3.86,2.41,14,3.4,2.32,10,4.64,2.38,11,5.36,2.2,11,4.17,2.44,12,3.65,2.15,17,3.88,2.64,8,4.23,2.62,13,3.75,2.05,8,5.07,2.46,15,4.12,2.17,8,4.18,2.46,17,2.78,1.39,9
+fascinate,7.0,1.4,39,6.1,2.52,39,6.32,2.17,22,6.88,1.59,16,7.09,1.28,23,6.56,2.31,16,5.78,2.66,23,5.7,1.49,10,6.83,2.55,12,6.96,1.52,24,7.21,1.12,14,5.58,2.55,19,6.6,2.46,20,6.55,1.75,11,6.09,2.59,11,7.19,1.57,21,6.78,1.17,18,5.19,2.11,21,7.17,2.6,18,6.18,1.83,11,6.45,2.54,11
+fascinating,7.37,1.26,19,5.14,2.56,21,6.17,1.61,23,6.8,1.64,5,7.54,1.13,13,5.0,2.76,6,5.2,2.57,15,6.2,1.23,10,6.15,1.91,13,6.86,1.21,7,7.64,1.29,11,5.86,2.41,7,4.79,2.64,14,6.18,1.78,11,6.17,1.53,12,7.42,1.24,12,7.29,1.38,7,5.27,2.76,11,5.0,2.45,10,6.07,1.44,14,6.33,1.94,9
+fascination,7.25,1.33,20,5.08,2.52,24,6.0,2.29,28,6.88,0.83,8,7.5,1.57,12,4.67,2.4,9,5.33,2.64,15,5.64,2.34,14,6.36,2.27,14,7.44,1.51,9,7.09,1.22,11,4.25,2.34,12,5.92,2.5,12,5.86,2.71,14,6.14,1.88,14,7.4,1.58,10,7.1,1.1,10,5.33,2.23,12,4.83,2.86,12,5.42,2.15,12,6.44,2.37,16
+fascism,2.5,2.09,20,5.1,2.51,20,3.05,2.09,21,3.17,2.04,6,2.21,2.12,14,5.25,3.37,8,5.0,1.91,12,3.18,2.52,11,2.9,1.6,10,2.67,2.25,6,2.43,2.1,14,5.0,2.94,10,5.2,2.15,10,3.0,2.39,14,3.14,1.46,7,2.86,2.04,7,2.31,2.18,13,4.57,2.59,14,6.33,1.97,6,3.17,2.59,12,2.89,1.27,9
+fascist,3.1,1.92,20,4.74,2.7,23,3.88,2.44,26,3.3,2.26,10,2.9,1.6,10,4.55,2.81,11,4.92,2.71,12,4.36,2.34,11,3.29,2.43,14,3.0,1.56,10,3.2,2.3,10,5.64,2.69,11,3.92,2.54,12,4.24,2.59,17,2.75,1.67,8,3.15,2.08,13,3.0,1.73,7,5.07,3.01,15,4.12,2.03,8,4.0,2.72,17,3.67,1.94,9
+fashion,5.26,2.45,23,5.25,2.71,20,5.6,2.22,25,4.62,2.43,13,6.1,2.33,10,6.0,2.31,7,4.85,2.91,13,5.83,2.04,12,5.38,2.43,13,5.25,2.42,12,5.27,2.61,11,4.64,2.87,11,6.0,2.45,9,5.82,2.04,17,5.12,2.64,8,4.92,3.03,12,5.64,1.69,11,5.25,3.25,12,5.25,1.83,8,5.47,2.03,15,5.8,2.57,10
+fashionable,7.33,1.43,21,4.05,2.65,20,5.68,2.44,22,6.67,1.86,6,7.6,1.18,15,3.12,2.75,8,4.67,2.5,12,5.17,2.86,12,6.3,1.77,10,7.56,1.94,9,7.17,0.94,12,4.0,3.12,9,4.09,2.34,11,5.71,2.36,7,5.67,2.55,15,7.5,1.51,10,7.18,1.4,11,4.08,2.5,13,4.0,3.11,7,6.58,2.11,12,4.6,2.46,10
+fastball,5.7,1.69,20,6.1,2.34,20,5.42,1.88,26,5.55,1.69,11,5.89,1.76,9,6.57,2.3,7,5.85,2.41,13,4.85,1.52,13,6.0,2.08,13,5.64,2.16,11,5.78,0.97,9,5.45,2.5,11,6.89,1.96,9,5.35,2.12,17,5.56,1.42,9,6.0,1.83,10,5.4,1.58,10,5.75,2.56,12,6.62,2.0,8,5.5,2.0,16,5.3,1.77,10
+fasten,5.63,1.16,19,4.0,2.2,22,7.14,1.71,21,6.0,1.12,9,5.3,1.16,10,5.1,2.51,10,3.08,1.44,12,6.12,1.64,8,7.77,1.48,13,5.57,1.16,14,5.8,1.3,5,4.5,2.78,8,3.71,1.86,14,6.38,1.85,8,7.62,1.5,13,5.6,1.26,10,5.67,1.12,9,3.42,2.19,12,4.7,2.11,10,7.67,1.56,12,6.44,1.74,9
+fat,2.74,1.74,42,3.89,2.5,45,4.0,2.55,21,2.23,1.3,13,2.97,1.88,29,4.06,2.49,17,3.89,2.53,27,3.82,2.86,11,4.2,2.3,10,2.81,1.87,16,2.69,1.69,26,4.24,2.72,21,3.58,2.3,24,3.58,2.31,12,4.56,2.88,9,2.52,1.62,23,3.0,1.89,19,3.83,2.67,29,4.0,2.22,16,4.14,2.57,14,3.71,2.69,7
+fatal,2.0,1.33,19,6.79,2.32,19,3.54,2.37,26,1.5,0.53,10,2.56,1.74,9,6.57,1.99,7,6.92,2.57,12,4.23,2.49,13,2.85,2.12,13,2.36,1.57,11,1.5,0.76,8,7.3,1.7,10,6.22,2.86,9,4.0,2.69,17,2.67,1.32,9,2.1,1.45,10,1.89,1.27,9,7.25,1.91,12,6.0,2.89,7,4.0,2.53,16,2.8,1.99,10
+fatality,2.85,2.23,20,6.05,1.99,20,3.69,2.04,36,3.88,2.9,8,2.17,1.4,12,6.8,1.79,5,5.8,2.04,15,3.36,1.57,11,3.84,2.23,25,2.85,2.61,13,2.86,1.46,7,6.17,1.8,12,5.88,2.36,8,4.05,1.85,20,3.25,2.24,16,3.82,2.56,11,1.67,0.87,9,6.36,1.75,11,5.67,2.29,9,3.18,1.92,22,4.5,2.03,14
+fate,5.38,2.22,21,5.2,2.38,20,5.53,2.67,19,5.08,2.29,13,5.88,2.17,8,4.43,1.4,7,5.62,2.72,13,5.43,3.21,7,5.58,2.47,12,5.42,2.35,12,5.33,2.18,9,4.67,2.4,9,5.64,2.38,11,6.2,2.74,10,4.78,2.54,9,5.17,2.08,12,5.67,2.5,9,5.71,1.8,7,4.92,2.66,13,6.29,2.21,7,5.08,2.91,12
+fated,4.43,1.66,21,3.85,2.08,20,2.55,1.68,22,5.0,1.67,6,4.2,1.66,15,3.5,2.33,8,4.08,1.98,12,2.67,1.67,12,2.4,1.78,10,4.56,1.88,9,4.33,1.56,12,4.67,1.73,9,3.18,2.18,11,2.86,1.57,7,2.4,1.76,15,4.7,1.25,10,4.18,1.99,11,3.54,1.56,13,4.43,2.88,7,2.17,1.7,12,3.0,1.63,10
+fateful,5.0,2.09,22,4.5,2.43,22,4.8,2.42,20,5.62,1.69,8,4.64,2.27,14,4.1,2.23,10,4.83,2.62,12,6.29,2.43,7,4.0,2.08,13,4.55,2.58,11,5.45,1.44,11,3.91,2.07,11,5.09,2.7,11,5.27,2.49,15,3.4,1.67,5,4.3,1.7,10,5.58,2.27,12,5.2,2.2,10,3.92,2.54,12,5.1,2.23,10,4.5,2.68,10
+fathead,3.47,2.17,19,5.0,2.61,23,4.32,2.18,28,4.88,1.89,8,2.45,1.81,11,4.75,2.76,8,5.13,2.61,15,4.0,1.66,14,4.64,2.62,14,2.56,1.51,9,4.3,2.41,10,4.75,2.49,12,5.27,2.83,11,3.64,2.41,14,5.0,1.75,14,3.8,2.53,10,3.11,1.76,9,4.75,2.42,12,5.27,2.9,11,3.75,1.66,12,4.75,2.46,16
+father,6.88,1.78,41,3.68,2.14,19,5.19,2.57,48,6.84,1.74,19,6.75,1.86,20,2.89,1.54,9,4.4,2.41,10,4.88,2.6,17,5.37,2.63,30,6.5,1.97,16,7.04,1.63,24,2.29,1.11,7,4.5,2.2,12,5.22,2.54,32,5.13,2.83,15,6.61,2.1,23,7.22,1.22,18,3.89,2.15,9,3.5,2.22,10,4.82,2.6,28,5.7,2.52,20
+fatherhood,6.77,2.16,22,4.57,3.11,21,5.61,2.33,23,7.08,2.02,13,6.0,2.33,8,5.62,2.92,8,3.92,3.15,13,4.0,2.71,7,6.31,1.82,16,5.67,2.18,9,7.54,1.85,13,3.0,2.96,9,5.75,2.77,12,4.36,2.29,11,6.75,1.76,12,6.79,2.29,14,6.75,2.05,8,4.8,3.49,10,4.36,2.87,11,6.15,2.61,13,4.9,1.79,10
+fatherland,5.1,2.1,21,3.57,2.19,23,5.56,2.59,18,5.67,2.29,9,4.67,1.92,12,4.36,2.11,11,2.83,2.08,12,6.5,2.37,10,4.38,2.5,8,4.71,2.43,7,5.31,2.06,13,3.45,2.25,11,3.67,2.23,12,6.0,3.06,7,5.27,2.37,11,5.08,2.1,13,5.12,2.23,8,3.64,2.69,11,3.5,1.73,12,5.56,2.35,9,5.56,2.96,9
+fatherly,6.53,1.58,19,3.54,2.0,24,6.61,2.15,28,6.12,1.55,8,6.82,1.6,11,3.0,1.58,9,3.87,2.2,15,5.79,2.42,14,7.43,1.5,14,6.62,1.51,8,6.45,1.69,11,3.42,1.56,12,3.67,2.42,12,6.57,2.44,14,6.64,1.91,14,6.11,1.76,9,6.9,1.37,10,4.08,2.19,12,3.0,1.71,12,6.33,2.31,12,6.81,2.07,16
+fathom,5.21,1.62,19,4.71,2.1,21,4.3,2.03,20,5.0,1.0,3,5.25,1.73,16,4.33,1.97,6,4.87,2.2,15,4.33,1.97,6,4.29,2.13,14,5.8,0.79,10,4.56,2.07,9,5.14,1.95,7,4.5,2.21,14,4.0,2.0,10,4.6,2.12,10,5.12,0.99,8,5.27,2.0,11,5.33,2.55,9,4.25,1.66,12,4.12,2.3,8,4.42,1.93,12
+fatigue,3.64,1.87,22,3.26,2.54,19,4.05,2.65,21,4.2,1.48,5,3.38,2.0,16,2.88,2.47,8,3.55,2.66,11,4.8,2.3,10,3.36,2.87,11,3.42,1.56,12,3.9,2.23,10,3.8,2.49,10,2.67,2.6,9,3.92,2.23,12,4.22,3.27,9,3.0,1.67,11,4.27,1.9,11,3.0,2.0,8,3.45,2.94,11,4.0,2.5,9,4.08,2.87,12
+fatigued,2.89,1.76,19,3.78,2.54,23,4.33,2.49,42,2.67,1.53,3,2.6,1.3,15,3.86,3.08,7,3.67,2.44,15,3.86,2.35,14,4.57,2.56,28,2.67,1.63,6,2.58,1.16,12,4.4,2.88,10,3.17,2.29,12,4.87,2.36,23,3.68,2.54,19,2.5,1.93,12,3.57,1.27,7,4.0,2.62,20,2.33,1.53,3,4.95,2.54,22,3.65,2.3,20
+fatso,2.68,1.53,19,5.33,2.39,21,4.0,2.0,23,2.8,0.84,5,2.69,1.8,13,3.83,1.94,6,5.93,2.34,15,4.6,1.58,10,3.54,2.22,13,3.14,1.95,7,2.45,1.29,11,4.71,2.5,7,5.64,2.37,14,3.82,1.4,11,4.17,2.48,12,3.08,1.68,12,2.0,1.0,7,4.55,2.42,11,6.2,2.15,10,4.14,1.79,14,3.78,2.39,9
+fatten,3.89,1.41,19,3.39,1.69,18,4.65,2.76,17,4.18,1.33,11,3.5,1.51,8,3.0,1.83,4,3.5,1.7,14,4.88,2.59,8,4.44,3.05,9,3.62,0.74,8,4.09,1.76,11,3.0,1.53,7,3.64,1.8,11,6.17,2.71,6,3.82,2.52,11,3.92,1.61,13,3.83,0.98,6,3.09,1.92,11,3.86,1.21,7,4.43,2.99,7,4.8,2.74,10
+fatty,2.38,1.6,21,3.35,2.28,20,3.5,2.61,22,2.83,2.23,6,2.2,1.32,15,3.88,2.23,8,3.0,2.34,12,3.58,2.84,12,3.4,2.46,10,2.33,1.94,9,2.42,1.38,12,3.33,1.87,9,3.36,2.66,11,4.0,2.24,7,3.27,2.81,15,2.9,1.97,10,1.91,1.04,11,3.54,2.18,13,3.0,2.58,7,3.5,2.65,12,3.5,2.72,10
+faucet,5.55,0.94,20,3.53,2.2,19,6.31,1.64,26,5.91,1.04,11,5.11,0.6,9,4.83,2.32,6,2.92,1.93,13,6.46,1.66,13,6.15,1.68,13,5.64,1.12,11,5.44,0.73,9,3.6,1.96,10,3.44,2.55,9,6.35,1.69,17,6.22,1.64,9,5.5,0.97,10,5.6,0.97,10,3.91,2.43,11,3.0,1.85,8,6.25,1.73,16,6.4,1.58,10
+fault,3.53,1.66,38,4.02,2.51,46,4.02,2.04,43,3.36,1.91,14,3.62,1.53,24,3.45,2.16,11,4.15,2.67,33,4.0,1.96,14,4.03,2.11,29,3.71,1.65,21,3.29,1.69,17,3.58,2.7,26,4.56,2.25,18,4.09,1.88,23,3.95,2.26,20,3.63,1.64,19,3.42,1.71,19,3.86,2.59,28,4.28,2.42,18,4.48,2.25,23,3.5,1.67,20
+faulty,3.48,1.66,21,4.68,2.43,19,4.42,2.31,36,3.62,1.85,8,3.38,1.61,13,4.8,2.17,5,4.64,2.59,14,4.45,2.21,11,4.4,2.4,25,3.46,1.56,13,3.5,1.93,8,4.67,2.42,12,4.71,2.63,7,4.9,2.22,20,3.81,2.34,16,3.73,1.56,11,3.2,1.81,10,5.36,2.5,11,3.75,2.12,8,4.0,2.43,22,5.07,2.02,14
+faun,5.1,1.29,20,4.18,1.97,22,5.47,1.93,19,4.44,1.24,9,5.64,1.12,11,3.0,2.55,5,4.62,1.71,16,6.5,1.87,6,5.0,1.83,13,5.29,0.91,14,4.67,1.97,6,3.92,2.07,12,4.67,1.94,9,4.33,1.41,9,6.5,1.78,10,5.4,0.7,10,4.8,1.69,10,3.5,1.78,12,5.0,1.94,10,5.33,2.66,6,5.54,1.61,13
+fauna,6.05,2.15,19,3.25,2.31,20,6.0,1.78,20,6.0,1.0,3,6.4,1.96,15,2.6,2.27,10,3.9,2.28,10,5.8,0.92,10,6.2,2.39,10,6.67,2.66,6,6.17,1.34,12,3.0,2.31,7,3.38,2.4,13,5.88,2.36,8,6.08,1.38,12,6.0,2.37,12,6.14,1.86,7,3.8,2.2,10,2.7,2.41,10,6.22,2.28,9,5.82,1.33,11
+faux,4.25,2.1,20,3.57,2.25,21,4.52,2.29,25,2.75,1.71,4,4.62,2.06,16,4.25,2.87,4,3.41,2.15,17,5.33,2.4,9,4.06,2.17,16,3.5,1.31,8,4.75,2.42,12,4.3,2.26,10,2.91,2.12,11,4.36,2.02,14,4.73,2.69,11,4.0,1.48,11,4.56,2.74,9,2.9,2.08,10,4.18,2.32,11,5.06,2.44,18,3.14,1.07,7
+favor,6.67,1.77,21,4.61,2.2,18,6.24,2.32,42,6.67,1.5,9,6.67,2.02,12,3.67,1.86,6,5.08,2.27,12,6.47,2.07,17,6.08,2.52,25,5.71,2.29,7,7.23,1.3,13,4.5,2.55,10,4.75,1.83,8,6.5,2.2,26,5.81,2.54,16,6.69,2.21,13,6.62,0.74,8,3.22,2.05,9,6.0,1.32,9,6.62,2.06,24,5.72,2.61,18
+favorable,6.9,0.97,20,4.59,2.34,22,6.78,1.85,27,6.86,1.21,7,6.92,0.86,13,4.4,2.12,10,4.75,2.6,12,7.07,1.53,15,6.73,2.0,11,6.36,0.67,11,7.56,0.88,9,4.33,2.24,9,4.77,2.49,13,6.88,1.87,17,7.0,1.5,9,6.92,1.04,13,6.86,0.9,7,4.44,2.53,16,5.0,1.9,6,6.75,2.05,12,6.8,1.74,15
+favorite,7.39,1.97,18,4.4,3.36,20,7.0,1.46,18,6.75,2.43,8,7.9,1.45,10,3.14,3.13,7,5.08,3.4,13,6.64,1.43,11,7.57,1.4,7,6.91,2.26,11,8.14,1.21,7,4.33,3.46,9,4.45,3.45,11,7.09,1.45,11,6.86,1.57,7,6.92,2.23,12,8.33,0.82,6,3.92,3.18,12,5.12,3.72,8,7.33,1.58,9,6.67,1.32,9
+favoritism,4.81,2.44,21,5.15,2.62,20,4.83,2.67,36,4.88,2.64,8,4.77,2.42,13,4.4,2.41,5,5.4,2.72,15,4.73,2.76,11,4.88,2.68,25,4.69,2.72,13,5.0,2.07,8,5.42,3.09,12,4.75,1.83,8,5.1,2.59,20,4.5,2.8,16,4.55,2.38,11,5.1,2.6,10,5.91,2.34,11,4.22,2.77,9,5.0,2.73,22,4.57,2.65,14
+fawn,6.15,1.76,20,3.92,2.12,25,5.73,2.43,22,5.38,1.3,8,6.67,1.87,12,4.46,2.26,13,3.33,1.87,12,5.38,2.36,13,6.22,2.59,9,6.25,1.75,8,6.08,1.83,12,4.79,1.42,14,2.82,2.4,11,5.83,2.69,12,5.6,2.22,10,6.11,1.69,9,6.18,1.89,11,3.47,2.15,17,4.88,1.81,8,5.6,2.72,10,5.83,2.29,12
+fax,5.24,1.51,21,3.37,1.83,19,5.67,2.01,21,4.6,0.89,5,5.47,1.68,15,3.62,1.69,8,3.18,1.99,11,5.3,1.83,10,6.0,2.19,11,5.09,1.45,11,5.4,1.65,10,3.1,1.91,10,3.67,1.8,9,5.67,2.31,12,5.67,1.66,9,5.1,1.66,10,5.36,1.43,11,2.88,1.81,8,3.73,1.85,11,5.56,1.88,9,5.75,2.18,12
+faze,4.82,1.71,22,3.91,2.07,22,5.45,2.31,20,5.12,1.81,8,4.64,1.69,14,4.6,2.32,10,3.33,1.72,12,6.14,2.79,7,5.08,2.02,13,4.73,2.24,11,4.91,1.04,11,3.82,1.78,11,4.0,2.41,11,5.53,2.42,15,5.2,2.17,5,4.7,2.11,10,4.92,1.38,12,3.9,1.85,10,3.92,2.31,12,5.4,1.65,10,5.5,2.92,10
+fear,2.93,1.79,42,6.14,2.76,21,3.32,2.44,50,3.4,2.13,15,2.65,1.57,26,5.0,2.76,6,6.6,2.72,15,3.23,2.49,26,3.42,2.45,24,3.59,2.29,17,2.46,1.22,24,7.0,2.77,7,5.71,2.76,14,3.48,2.54,21,3.21,2.41,29,3.16,1.95,25,2.59,1.5,17,6.22,3.23,9,6.08,2.5,12,3.46,2.83,24,3.19,2.08,26
+fearful,2.66,1.78,41,5.45,2.63,42,3.12,2.45,25,2.63,1.67,19,2.8,1.96,20,5.19,2.9,16,5.62,2.5,26,3.0,1.7,10,3.2,2.91,15,2.31,1.35,16,2.96,2.01,24,5.21,2.94,19,5.65,2.4,23,3.0,3.0,7,3.17,2.31,18,2.78,1.98,23,2.5,1.54,18,5.12,2.96,25,5.94,2.05,17,2.11,1.36,9,3.69,2.77,16
+fearless,5.81,1.97,21,4.05,2.6,21,6.93,1.57,27,5.2,1.69,10,6.36,2.11,11,2.17,1.83,6,4.8,2.51,15,6.94,1.52,17,6.9,1.73,10,6.27,2.1,11,5.3,1.77,10,3.2,3.19,5,4.31,2.44,16,7.14,1.7,14,6.69,1.44,13,5.62,2.18,13,6.12,1.64,8,4.3,3.06,10,3.82,2.23,11,7.57,1.7,14,6.23,1.09,13
+fearsome,3.32,2.0,19,5.45,2.3,22,3.58,2.24,24,3.17,1.72,6,3.38,2.18,13,5.42,2.11,12,5.5,2.64,10,4.12,2.8,8,3.31,1.96,16,3.1,1.1,10,3.56,2.74,9,5.78,2.28,9,5.23,2.39,13,3.71,2.34,17,3.17,2.32,6,2.5,1.41,8,3.91,2.21,11,5.56,2.65,9,5.38,2.14,13,4.12,2.36,16,2.5,1.6,8
+feasible,5.84,2.03,19,4.2,2.14,20,6.79,1.69,19,6.0,1.73,3,6.13,1.77,15,4.4,2.01,10,4.0,2.36,10,6.33,2.0,9,7.2,1.32,10,6.17,1.94,6,6.08,1.68,12,4.29,2.29,7,4.15,2.15,13,6.75,2.25,8,6.82,1.25,11,5.58,2.19,12,6.29,1.8,7,4.5,2.22,10,3.9,2.13,10,7.22,1.39,9,6.4,1.9,10
+feast,7.57,1.4,21,5.26,3.0,23,6.21,1.72,19,7.5,2.07,8,7.62,0.87,13,5.38,3.62,8,5.36,2.79,14,5.86,2.34,7,6.45,1.37,11,7.88,1.46,8,7.38,1.39,13,5.0,3.5,9,5.43,2.77,14,5.43,1.81,7,6.67,1.56,12,7.09,1.58,11,8.1,0.99,10,3.89,2.89,9,6.14,2.82,14,6.19,1.83,16,6.33,1.15,3
+feat,6.0,1.34,20,4.0,2.51,21,6.19,2.2,27,6.57,1.81,7,5.69,0.95,13,4.6,2.37,10,3.45,2.62,11,6.2,1.97,15,6.18,2.68,11,6.0,1.0,11,6.0,1.73,9,4.11,2.15,9,3.92,2.84,12,6.24,2.61,17,6.11,1.45,9,6.0,1.35,13,6.0,1.41,7,3.87,2.47,15,4.33,2.8,6,5.75,2.38,12,6.53,2.07,15
+feather,6.3,1.53,20,3.29,2.1,21,5.97,2.48,32,6.3,1.06,10,6.3,1.95,10,3.5,2.78,8,3.15,1.68,13,5.92,2.57,12,6.0,2.49,20,6.67,1.0,9,6.0,1.84,11,4.08,2.06,13,2.0,1.51,8,6.1,2.57,20,5.75,2.42,12,6.6,1.07,10,6.0,1.89,10,2.79,2.08,14,4.29,1.89,7,5.81,2.32,16,6.12,2.7,16
+feathered,6.29,2.0,21,3.36,2.55,25,5.84,1.77,19,6.56,1.88,9,6.08,2.15,12,3.0,2.9,6,3.5,2.57,18,6.14,1.68,7,5.67,1.87,12,6.06,2.05,16,7.0,1.87,5,3.0,2.66,14,3.9,2.56,10,6.11,2.26,9,5.6,1.26,10,6.5,2.02,12,6.0,2.06,9,3.25,2.44,16,3.56,2.88,9,5.91,2.07,11,5.75,1.39,8
+feature,5.6,1.27,20,3.91,2.0,22,6.26,1.52,19,5.67,1.8,9,5.55,0.69,11,3.6,3.13,5,4.12,1.63,16,6.83,1.17,6,6.0,1.63,13,5.36,1.15,14,6.17,1.47,6,3.83,1.75,12,4.22,2.39,9,5.56,1.51,9,6.9,1.29,10,5.6,0.97,10,5.6,1.58,10,3.08,1.68,12,4.9,1.97,10,7.0,1.41,6,5.92,1.5,13
+fecal,2.4,1.14,20,4.52,2.48,21,4.2,1.79,20,2.33,0.71,9,2.45,1.44,11,3.9,2.18,10,5.09,2.7,11,4.0,1.41,7,4.31,2.02,13,2.71,1.2,14,1.67,0.52,6,3.5,2.27,8,5.15,2.48,13,4.57,2.44,7,4.0,1.41,13,2.8,1.23,10,2.0,0.94,10,5.0,2.61,11,4.0,2.36,10,4.08,2.19,12,4.38,1.06,8
+feces,2.23,1.31,22,4.35,2.81,23,4.53,1.43,19,3.0,1.6,8,1.85,0.9,13,4.62,2.56,8,4.21,3.12,14,4.86,1.46,7,4.27,1.49,11,2.12,1.46,8,2.38,1.26,13,3.78,2.44,9,4.71,3.05,14,4.71,2.06,7,4.42,1.0,12,2.27,1.27,11,2.18,1.4,11,2.11,2.32,9,5.79,2.08,14,4.56,1.55,16,4.33,0.58,3
+federal,3.06,1.47,18,4.45,2.42,20,2.76,1.9,25,3.4,1.67,5,2.92,1.44,13,5.36,2.54,11,3.33,1.8,9,3.19,1.91,16,2.0,1.73,9,3.57,1.51,7,2.73,1.42,11,4.56,2.7,9,4.36,2.29,11,2.5,1.79,20,3.8,2.17,5,3.0,1.41,9,3.11,1.62,9,4.36,1.86,11,4.56,3.09,9,3.0,1.94,19,2.0,1.67,6
+federation,4.68,1.16,19,3.55,1.76,20,5.35,2.39,23,4.0,1.0,3,4.81,1.17,16,3.0,1.73,7,3.85,1.77,13,5.78,2.39,9,5.07,2.43,14,4.78,1.48,9,4.6,0.84,10,4.0,2.06,9,3.18,1.47,11,5.53,2.61,15,5.0,2.0,8,5.43,1.13,7,4.25,0.97,12,4.2,1.23,10,2.9,2.02,10,4.92,2.93,13,5.9,1.37,10
+fee,2.86,1.55,22,4.08,2.78,26,4.12,2.51,24,2.67,1.87,9,3.0,1.35,13,3.7,2.95,10,4.31,2.75,16,4.56,2.51,9,3.87,2.56,15,2.88,1.64,8,2.86,1.56,14,4.62,3.12,13,3.54,2.4,13,4.0,2.45,12,4.25,2.67,12,3.08,1.62,12,2.6,1.51,10,3.4,2.77,15,5.0,2.65,11,3.77,2.8,13,4.55,2.16,11
+feeble,3.87,2.03,38,3.68,2.03,22,3.53,2.7,17,4.31,2.02,13,3.64,2.04,25,4.0,1.77,8,3.5,2.21,14,2.2,1.48,10,5.43,2.99,7,4.29,1.98,21,3.35,2.03,17,4.0,1.89,10,3.42,2.19,12,3.0,1.73,7,3.9,3.25,10,4.15,2.17,26,3.25,1.6,12,4.12,2.53,8,3.43,1.74,14,3.5,2.62,8,3.56,2.92,9
+feed,6.95,1.8,21,4.55,2.21,20,6.79,1.84,19,6.69,1.93,13,7.38,1.6,8,4.71,2.06,7,4.46,2.37,13,6.43,1.9,7,7.0,1.86,12,6.83,2.12,12,7.11,1.36,9,4.56,2.24,9,4.55,2.3,11,6.5,1.96,10,7.11,1.76,9,6.75,2.05,12,7.22,1.48,9,5.71,1.5,7,3.92,2.33,13,7.43,1.9,7,6.42,1.78,12
+feedback,5.91,1.72,22,4.17,2.5,23,5.58,1.89,19,6.12,1.89,8,5.54,1.45,13,4.12,2.64,8,4.21,2.61,14,6.14,1.57,7,5.09,2.07,11,6.12,2.03,8,5.54,1.33,13,4.33,2.87,9,4.07,2.34,14,5.57,1.9,7,5.58,1.98,12,6.18,1.54,11,5.64,1.91,11,3.0,2.83,9,4.93,2.02,14,5.69,1.92,16,5.0,2.0,3
+feeder,5.18,1.4,22,4.22,2.32,18,4.95,2.09,21,5.4,1.14,5,5.12,1.54,16,5.12,2.3,8,3.5,2.17,10,4.1,1.73,10,5.73,2.15,11,5.0,1.71,12,5.4,0.97,10,4.67,2.24,9,3.78,2.44,9,5.0,2.26,12,4.89,1.96,9,5.36,1.57,11,5.0,1.26,11,3.57,2.51,7,4.64,2.2,11,4.44,1.88,9,5.33,2.23,12
+feel,6.27,1.93,22,4.05,2.69,21,5.5,1.83,16,6.17,1.17,6,6.27,2.25,15,3.0,2.24,7,4.57,2.82,14,5.0,1.93,8,6.0,1.69,8,5.79,2.04,14,7.14,1.57,7,4.67,3.0,9,3.58,2.47,12,6.0,2.06,9,4.86,1.35,7,6.36,1.6,14,6.12,2.53,8,4.83,3.25,6,3.73,2.49,15,6.22,2.05,9,4.57,0.98,7
+feeling,6.5,1.95,18,3.86,2.57,21,6.5,1.86,18,5.88,1.81,8,7.0,2.0,10,3.29,2.56,7,4.14,2.63,14,5.64,1.57,11,7.86,1.46,7,6.18,1.83,11,7.0,2.16,7,3.89,2.85,9,3.83,2.48,12,6.73,1.9,11,6.14,1.86,7,6.17,2.04,12,7.17,1.72,6,3.17,2.33,12,4.78,2.73,9,6.44,2.01,9,6.56,1.81,9
+feign,4.45,1.23,20,3.72,1.6,18,5.05,2.36,22,4.2,1.3,5,4.53,1.25,15,4.67,1.03,6,3.25,1.66,12,5.6,2.27,10,4.58,2.43,12,4.8,1.32,10,4.1,1.1,10,4.3,1.42,10,3.0,1.6,8,4.45,1.92,11,5.64,2.69,11,4.33,1.3,12,4.62,1.19,8,2.89,1.69,9,4.56,1.01,9,5.18,2.52,11,4.91,2.3,11
+feisty,5.76,2.0,21,6.3,1.69,23,6.11,2.72,18,5.89,2.26,9,5.67,1.87,12,6.18,1.66,11,6.42,1.78,12,5.7,3.47,10,6.62,1.41,8,4.0,1.91,7,6.62,1.45,13,6.73,1.56,11,5.92,1.78,12,5.57,3.41,7,6.45,2.3,11,5.0,2.0,13,7.0,1.31,8,6.45,1.86,11,6.17,1.59,12,5.56,2.83,9,6.67,2.65,9
+feline,6.86,1.8,21,3.58,2.0,24,5.86,2.27,22,7.0,1.6,8,6.77,1.96,13,3.38,2.22,13,3.82,1.78,11,5.85,2.54,13,5.89,1.96,9,7.25,1.75,8,6.83,1.75,12,4.36,2.1,14,2.5,1.27,10,5.92,2.39,12,5.8,2.25,10,6.6,1.65,10,7.09,1.97,11,3.59,2.21,17,3.57,1.51,7,5.9,2.51,10,5.83,2.17,12
+feller,4.82,1.5,22,3.14,1.93,21,4.5,2.12,18,4.6,1.34,5,4.88,1.58,17,3.0,1.41,6,3.2,2.14,15,5.2,2.68,5,4.23,1.92,13,4.91,1.22,11,4.73,1.79,11,2.43,1.9,7,3.5,1.91,14,3.89,2.26,9,5.11,1.9,9,4.6,1.17,10,5.0,1.76,12,2.78,1.86,9,3.42,2.02,12,4.71,2.87,7,4.36,1.63,11
+fellow,6.28,1.81,18,3.05,1.8,21,6.0,1.28,18,5.5,1.51,8,6.9,1.85,10,2.71,1.6,7,3.21,1.93,14,5.91,1.22,11,6.14,1.46,7,5.82,1.66,11,7.0,1.91,7,2.44,1.74,9,3.5,1.78,12,6.36,1.43,11,5.43,0.79,7,5.83,1.53,12,7.17,2.14,6,2.75,1.86,12,3.44,1.74,9,6.0,1.5,9,6.0,1.12,9
+fellowship,6.43,2.27,21,2.91,2.15,23,5.94,2.71,18,6.22,2.59,9,6.58,2.11,12,3.36,1.69,11,2.5,2.5,12,6.1,2.73,10,5.75,2.87,8,4.71,2.43,7,7.46,1.61,13,3.0,2.0,11,2.83,2.37,12,5.43,3.55,7,6.27,2.15,11,6.23,2.55,13,6.75,1.83,8,2.73,2.28,11,3.08,2.11,12,4.33,2.4,9,7.56,2.01,9
+felon,2.2,1.15,20,4.95,2.21,20,3.36,2.38,22,1.71,0.76,7,2.46,1.27,13,4.56,2.07,9,5.27,2.37,11,2.67,1.63,6,3.62,2.6,16,2.6,1.35,10,1.67,0.71,9,4.12,2.75,8,5.5,1.68,12,4.13,2.36,15,1.71,1.5,7,2.09,1.04,11,2.33,1.32,9,5.0,2.37,12,4.88,2.1,8,3.73,2.45,11,3.0,2.37,11
+felony,2.42,1.5,19,4.95,2.24,22,4.31,2.89,16,2.18,1.54,11,3.0,1.41,7,5.5,2.33,8,4.64,2.21,14,4.67,3.5,6,4.1,2.64,10,2.75,1.67,8,2.18,1.4,11,4.22,2.05,9,5.46,2.3,13,6.12,2.75,8,2.5,1.69,8,2.58,1.73,12,2.14,1.07,7,4.55,2.54,11,5.36,1.91,11,4.11,3.14,9,4.57,2.76,7
+female,7.52,1.86,21,5.9,2.9,20,6.42,2.81,19,8.0,1.15,13,6.75,2.55,8,7.29,2.75,7,5.15,2.79,13,6.29,2.29,7,6.5,3.18,12,7.67,2.23,12,7.33,1.32,9,6.0,3.12,9,5.82,2.86,11,5.9,2.73,10,7.0,2.96,9,7.25,2.18,12,7.89,1.36,9,6.43,2.44,7,5.62,3.18,13,6.57,3.26,7,6.33,2.67,12
+feminine,7.33,1.52,24,4.32,2.78,22,5.09,2.37,22,6.64,1.86,11,7.92,0.86,13,5.33,3.5,6,3.87,2.56,15,3.0,2.45,6,5.88,1.86,16,7.1,1.85,10,7.5,1.29,14,5.4,3.21,5,4.0,2.67,17,5.27,2.1,11,4.91,2.7,11,7.86,1.17,14,6.6,1.71,10,4.22,2.59,9,4.38,3.01,13,5.5,2.71,12,4.6,1.9,10
+femininity,6.25,2.38,20,4.48,2.59,23,5.86,2.22,21,3.0,2.16,4,7.06,1.65,16,4.33,2.5,12,4.64,2.8,11,4.64,2.16,11,7.11,1.45,9,6.25,2.42,12,6.25,2.49,8,4.38,2.53,16,4.71,2.93,7,6.27,1.56,11,5.4,2.8,10,6.92,2.33,13,5.0,2.08,7,4.68,2.69,19,3.5,2.08,4,6.07,1.98,14,5.43,2.76,7
+feminist,4.26,1.94,19,3.89,1.97,18,5.12,2.78,17,3.82,1.78,11,4.88,2.1,8,4.75,2.63,4,3.64,1.78,14,3.12,2.03,8,6.89,2.09,9,4.25,2.43,8,4.27,1.62,11,3.71,1.8,7,4.0,2.14,11,3.5,2.17,6,6.0,2.76,11,4.0,1.87,13,4.83,2.14,6,3.36,2.11,11,4.71,1.5,7,5.86,3.08,7,4.6,2.59,10
+femme,6.17,1.65,18,4.4,2.48,20,4.84,2.19,25,6.6,1.34,5,6.0,1.78,13,4.0,2.53,11,4.89,2.47,9,4.25,2.18,16,5.89,1.9,9,6.43,1.51,7,6.0,1.79,11,4.0,3.0,9,4.73,2.05,11,4.7,2.34,20,5.4,1.52,5,6.44,1.51,9,5.89,1.83,9,4.18,2.64,11,4.67,2.4,9,4.95,1.87,19,4.5,3.21,6
+femoral,4.5,1.71,22,4.28,1.71,18,4.52,1.81,21,5.0,2.24,5,4.31,1.62,16,4.5,2.0,8,4.1,1.52,10,4.4,2.01,10,4.64,1.69,11,4.5,1.88,12,4.5,1.58,10,4.0,1.63,10,4.62,1.85,8,4.25,1.71,12,4.89,1.96,9,4.36,2.06,11,4.64,1.36,11,3.71,2.06,7,4.64,1.43,11,4.56,2.07,9,4.5,1.68,12
+femur,4.55,1.57,20,3.06,1.8,18,5.25,2.64,24,4.4,1.52,5,4.6,1.64,15,3.0,1.58,5,3.08,1.93,13,5.46,2.93,13,5.0,2.37,11,4.5,0.97,10,4.6,2.07,10,3.57,1.72,7,2.73,1.85,11,5.25,2.91,16,5.25,2.19,8,4.29,1.33,14,5.17,2.04,6,3.42,1.78,12,2.33,1.75,6,5.6,2.67,15,4.67,2.65,9
+fence,5.05,1.84,19,2.7,2.11,20,5.2,2.78,20,5.0,0.0,3,5.13,2.07,15,3.2,2.44,10,2.2,1.69,10,6.2,2.57,10,4.2,2.74,10,4.5,2.51,6,5.42,1.51,12,2.29,1.89,7,2.92,2.25,13,4.25,2.66,8,5.83,2.79,12,5.25,1.66,12,4.71,2.21,7,2.3,1.57,10,3.1,2.56,10,4.22,2.22,9,6.0,3.03,11
+fencing,5.17,1.7,23,3.86,2.32,22,5.9,1.92,20,5.5,1.93,8,5.0,1.6,15,4.2,2.49,10,3.58,2.23,12,7.43,1.27,7,5.08,1.71,13,4.92,1.98,12,5.45,1.37,11,3.82,2.14,11,3.91,2.59,11,5.93,2.19,15,5.8,0.84,5,4.55,1.81,11,5.75,1.42,12,4.6,2.22,10,3.25,2.3,12,5.6,1.35,10,6.2,2.39,10
+fend,4.82,1.37,22,4.74,2.26,19,5.86,2.08,21,5.2,0.84,5,4.69,1.54,16,5.5,1.85,8,4.18,2.44,11,6.9,1.52,10,4.91,2.12,11,4.5,1.0,12,5.2,1.69,10,5.2,2.04,10,4.22,2.49,9,5.67,2.27,12,6.11,1.9,9,4.73,1.1,11,4.91,1.64,11,4.38,2.56,8,5.0,2.1,11,6.89,1.45,9,5.08,2.19,12
+fender,5.11,1.41,19,3.25,2.51,20,5.06,1.98,16,5.67,1.15,3,5.13,1.41,15,3.5,2.84,10,3.0,2.26,10,5.71,1.11,7,4.56,2.4,9,5.0,2.19,6,5.33,0.78,12,3.43,3.26,7,3.15,2.15,13,4.6,2.19,5,5.27,1.95,11,4.83,0.94,12,5.57,1.99,7,3.1,2.23,10,3.4,2.88,10,4.0,1.93,8,6.12,1.46,8
+fennel,5.35,1.73,20,3.59,2.38,22,6.29,1.93,21,5.56,1.24,9,5.18,2.09,11,4.6,2.91,10,2.75,1.48,12,5.25,1.39,8,6.92,1.98,13,5.5,1.51,14,5.0,2.28,6,4.38,2.72,8,3.14,2.14,14,5.62,2.13,8,6.69,1.75,13,5.6,1.65,10,5.1,1.85,10,3.25,1.96,12,4.0,2.87,10,6.17,2.12,12,6.44,1.74,9
+fern,6.52,1.63,21,3.15,2.11,20,4.67,2.24,36,5.88,1.73,8,6.92,1.5,13,3.8,2.17,5,2.93,2.12,15,4.27,2.24,11,4.84,2.27,25,6.46,1.98,13,6.62,0.92,8,3.75,2.26,12,2.25,1.58,8,4.3,2.23,20,5.12,2.25,16,6.45,1.86,11,6.6,1.43,10,3.18,2.52,11,3.11,1.62,9,4.55,2.26,22,4.86,2.28,14
+ferocious,3.21,2.18,19,6.67,2.37,21,3.96,2.12,24,3.67,1.86,6,3.0,2.35,13,6.75,2.53,12,6.56,2.3,9,3.75,2.05,8,4.06,2.21,16,2.9,1.6,10,3.56,2.74,9,6.67,2.78,9,6.67,2.15,12,4.24,2.22,17,3.17,1.94,6,2.38,1.6,8,3.82,2.4,11,6.62,2.33,8,6.69,2.5,13,3.69,1.85,16,4.5,2.62,8
+ferret,4.89,1.82,19,4.11,2.68,18,4.25,1.91,16,5.73,1.42,11,3.75,1.75,8,6.75,2.22,4,3.36,2.34,14,4.43,1.72,7,4.11,2.15,9,5.62,1.69,8,4.36,1.8,11,4.43,3.05,7,3.91,2.55,11,4.83,1.72,6,3.9,2.02,10,4.92,1.89,13,4.83,1.83,6,3.82,2.71,11,4.57,2.76,7,4.71,2.43,7,3.89,1.45,9
+ferry,6.3,1.87,20,2.71,1.98,21,5.43,2.31,23,6.75,2.63,4,6.19,1.72,16,3.75,2.36,4,2.47,1.87,17,6.25,2.76,8,5.0,2.0,15,6.5,1.41,8,6.17,2.17,12,2.7,2.06,10,2.73,2.0,11,5.38,2.14,13,5.5,2.64,10,6.36,1.91,11,6.22,1.92,9,1.8,1.14,10,3.55,2.25,11,5.67,2.47,18,4.6,1.52,5
+ferryboat,5.86,1.9,21,4.1,2.61,20,5.28,1.78,36,5.5,1.85,8,6.08,1.98,13,3.4,2.3,5,4.33,2.74,15,4.82,2.27,11,5.48,1.53,25,5.62,2.06,13,6.25,1.67,8,4.17,2.59,12,4.0,2.83,8,5.3,2.0,20,5.25,1.53,16,5.64,2.06,11,6.1,1.79,10,4.73,2.94,11,3.33,2.06,9,5.23,1.93,22,5.36,1.6,14
+fertile,7.0,2.03,19,5.41,1.79,22,4.92,2.06,24,6.0,2.76,6,7.46,1.51,13,5.42,1.56,12,5.4,2.12,10,5.62,2.33,8,4.56,1.9,16,7.4,1.35,10,6.56,2.6,9,5.56,1.88,9,5.31,1.8,13,5.29,1.83,17,3.83,2.64,6,7.12,1.55,8,6.91,2.39,11,5.33,1.58,9,5.46,1.98,13,4.69,2.21,16,5.38,1.77,8
+fertility,5.85,1.87,20,4.72,2.85,18,4.55,1.84,22,5.4,2.19,5,6.0,1.81,15,5.33,3.08,6,4.42,2.81,12,4.7,1.64,10,4.42,2.07,12,6.1,1.91,10,5.6,1.9,10,4.2,3.22,10,5.38,2.33,8,4.18,1.89,11,4.91,1.81,11,5.58,2.23,12,6.25,1.16,8,3.67,2.45,9,5.78,2.95,9,4.09,1.97,11,5.0,1.67,11
+fertilize,5.45,1.79,20,4.27,2.12,22,6.52,1.99,21,5.44,1.94,9,5.45,1.75,11,4.3,2.71,10,4.25,1.6,12,5.5,2.07,8,7.15,1.72,13,5.21,1.81,14,6.0,1.79,6,3.88,2.9,8,4.5,1.61,14,5.88,1.55,8,6.92,2.18,13,5.6,1.84,10,5.3,1.83,10,4.17,1.64,12,4.4,2.67,10,7.0,1.86,12,5.89,2.09,9
+fertilizer,4.45,1.64,20,3.45,1.84,22,5.63,2.01,19,4.44,1.88,9,4.45,1.51,11,3.4,2.61,5,3.56,1.67,16,5.83,2.48,6,5.54,1.85,13,4.14,1.46,14,5.17,1.94,6,3.5,1.73,12,3.56,2.13,9,5.11,1.62,9,6.1,2.28,10,4.2,1.23,10,4.7,2.0,10,2.75,1.71,12,4.3,1.7,10,5.17,2.48,6,5.85,1.82,13
+fess,3.57,1.4,21,3.43,2.21,23,5.0,2.03,18,3.89,1.45,9,3.33,1.37,12,4.09,2.21,11,2.83,2.12,12,5.2,2.15,10,4.75,1.98,8,4.29,1.11,7,3.31,1.44,13,4.0,2.14,11,2.92,2.23,12,5.29,2.14,7,4.82,2.04,11,3.54,1.56,13,3.62,1.19,8,3.09,2.43,11,3.75,2.05,12,5.0,1.5,9,5.0,2.55,9
+fest,6.57,1.57,21,4.78,2.59,23,5.23,1.37,26,6.18,1.6,11,7.0,1.49,10,4.64,2.66,11,4.92,2.64,12,4.73,1.49,11,5.57,1.22,14,6.9,1.73,10,6.27,1.42,11,4.55,2.88,11,5.0,2.41,12,5.29,1.53,17,5.0,1.07,8,6.85,1.57,13,6.12,1.55,8,4.6,2.56,15,5.12,2.8,8,5.24,1.44,17,5.22,1.3,9
+festival,6.84,2.12,19,5.86,2.35,21,5.6,2.33,20,6.33,0.58,3,6.94,2.29,16,6.17,2.93,6,5.73,2.19,15,5.0,2.0,6,5.86,2.48,14,6.7,2.11,10,7.0,2.24,9,6.29,1.5,7,5.64,2.71,14,5.4,2.32,10,5.8,2.44,10,7.12,1.25,8,6.64,2.62,11,6.56,2.35,9,5.33,2.31,12,6.25,2.6,8,5.17,2.12,12
+festive,7.14,1.46,42,5.67,2.84,39,6.55,1.93,44,7.29,1.07,14,7.07,1.63,28,5.94,3.02,16,5.48,2.76,23,6.78,2.1,18,6.38,1.83,26,6.94,1.39,18,7.29,1.52,24,4.95,2.59,19,6.35,2.96,20,6.52,2.2,25,6.58,1.57,19,7.12,1.58,26,7.19,1.28,16,4.52,2.44,21,7.0,2.74,18,6.36,1.89,25,6.79,2.02,19
+fetal,3.95,2.27,19,4.36,1.76,22,4.17,2.37,24,3.83,1.94,6,4.0,2.48,13,4.5,1.83,12,4.2,1.75,10,4.25,2.25,8,4.12,2.5,16,3.3,1.64,10,4.67,2.74,9,5.22,1.39,9,3.77,1.79,13,3.94,2.08,17,4.67,3.39,6,3.25,1.98,8,4.45,2.42,11,3.67,1.66,9,4.85,1.72,13,4.38,2.5,16,3.75,2.19,8
+fetch,5.32,1.49,22,4.05,2.54,22,5.6,2.19,20,5.62,1.77,8,5.14,1.35,14,4.4,2.67,10,3.75,2.49,12,6.71,1.98,7,5.0,2.12,13,5.55,1.81,11,5.09,1.14,11,3.55,2.25,11,4.55,2.81,11,5.6,2.5,15,5.6,0.89,5,4.6,1.35,10,5.92,1.38,12,4.6,2.17,10,3.58,2.81,12,5.4,1.96,10,5.8,2.49,10
+fetish,5.0,1.87,21,4.67,2.65,24,4.8,3.05,20,5.12,2.17,8,4.92,1.75,13,5.33,2.07,6,4.44,2.83,18,5.45,2.91,11,4.0,3.2,9,4.5,2.07,12,5.67,1.41,9,5.0,2.58,10,4.43,2.77,14,4.54,2.79,13,5.29,3.68,7,5.21,1.76,14,4.57,2.15,7,5.12,2.55,16,3.75,2.76,8,4.83,3.19,12,4.75,3.06,8
+fetus,4.74,2.02,19,4.24,2.64,21,4.6,1.88,20,3.67,1.53,3,4.94,2.08,16,4.33,2.73,6,4.2,2.7,15,4.83,1.94,6,4.5,1.91,14,4.9,2.51,10,4.56,1.42,9,5.14,2.91,7,3.79,2.49,14,4.8,1.69,10,4.4,2.12,10,4.5,2.2,8,4.91,1.97,11,6.0,2.69,9,2.92,1.73,12,4.25,1.98,8,4.83,1.85,12
+feud,4.04,2.03,24,5.1,2.17,20,4.25,2.27,36,3.9,2.13,10,4.14,2.03,14,3.8,1.92,5,5.53,2.13,15,3.73,1.95,11,4.48,2.4,25,3.86,2.03,14,4.3,2.11,10,4.58,2.02,12,5.88,2.3,8,4.35,2.25,20,4.12,2.36,16,3.54,1.9,13,4.64,2.11,11,6.18,1.99,11,3.78,1.64,9,3.55,2.32,22,5.36,1.74,14
+fever,2.92,1.93,40,5.02,2.54,45,3.12,1.67,48,3.0,2.0,17,2.95,1.91,22,4.62,2.36,16,5.18,2.67,28,3.47,1.55,17,2.9,1.75,30,2.93,1.98,14,2.92,1.94,26,5.11,2.56,18,4.96,2.56,27,3.41,1.58,32,2.47,1.77,15,2.74,2.02,19,3.1,1.87,21,4.75,2.81,20,5.24,2.33,25,3.32,1.89,28,2.85,1.31,20
+feverish,3.09,1.8,22,5.35,2.06,23,3.79,2.35,19,3.12,1.46,8,3.23,2.01,13,4.5,2.0,8,5.86,2.07,14,4.43,2.7,7,3.09,1.92,11,2.62,1.41,8,3.54,1.94,13,5.56,2.13,9,5.21,2.08,14,4.29,2.87,7,3.5,2.07,12,3.36,2.25,11,2.82,1.25,11,4.89,2.42,9,5.64,1.82,14,3.81,2.32,16,3.67,3.06,3
+fiancee,7.14,1.67,22,5.04,2.8,23,6.05,1.9,19,6.38,2.0,8,7.46,1.33,13,5.88,2.53,8,4.57,3.03,14,6.0,2.52,7,6.0,1.61,11,7.75,1.16,8,6.62,1.8,13,5.22,3.23,9,4.93,2.62,14,5.29,2.21,7,6.5,1.62,12,7.36,1.5,11,6.91,1.87,11,4.44,3.09,9,5.43,2.65,14,6.19,2.04,16,5.33,0.58,3
+fiasco,4.05,1.47,19,5.28,2.27,18,3.0,1.94,17,4.36,1.36,11,3.62,1.6,8,5.5,3.11,4,5.21,2.12,14,2.75,1.98,8,3.22,1.99,9,4.12,1.46,8,4.0,1.55,11,5.71,2.14,7,5.0,2.41,11,3.17,2.14,6,2.91,1.92,11,3.69,1.49,13,4.83,1.17,6,4.82,2.18,11,6.0,2.38,7,2.71,1.7,7,3.2,2.15,10
+fib,3.15,1.18,20,5.6,1.89,25,4.68,2.73,22,3.12,1.13,8,3.17,1.27,12,5.15,2.27,13,6.08,1.31,12,5.77,2.65,13,3.11,2.09,9,3.25,1.28,8,3.27,1.01,11,5.86,1.35,14,5.27,2.45,11,5.0,2.8,12,4.3,2.75,10,2.4,1.07,10,3.9,0.74,10,5.12,2.06,17,6.62,0.92,8,4.7,3.37,10,4.67,2.23,12
+fiber,5.42,1.17,19,3.58,2.48,24,5.36,2.09,28,4.88,1.13,8,5.82,1.08,11,3.67,2.65,9,3.53,2.47,15,5.29,2.02,14,5.43,2.24,14,5.89,1.17,9,5.0,1.05,10,4.83,2.69,12,2.33,1.5,12,4.79,2.29,14,5.93,1.77,14,5.7,1.34,10,5.11,0.93,9,3.67,2.64,12,3.5,2.43,12,5.58,1.83,12,5.19,2.32,16
+fiberglass,4.37,2.22,19,2.59,1.82,22,4.61,2.31,23,4.64,2.5,11,4.43,1.51,7,2.75,1.67,8,2.5,1.95,14,4.71,2.87,7,4.56,2.13,16,4.38,2.26,8,4.36,2.29,11,2.22,1.64,9,2.85,1.95,13,4.73,2.57,11,4.5,2.15,12,4.25,2.22,12,4.57,2.37,7,2.45,1.86,11,2.73,1.85,11,4.08,2.5,13,5.3,1.95,10
+fibrosis,3.26,1.33,19,4.1,2.21,21,4.87,2.32,23,3.33,1.53,3,3.25,1.34,16,5.25,1.75,8,3.38,2.22,13,5.89,2.09,9,4.21,2.29,14,3.44,1.51,9,3.1,1.2,10,4.22,1.64,9,4.0,2.63,12,5.2,2.31,15,4.25,2.38,8,3.14,1.46,7,3.33,1.3,12,4.3,1.95,10,3.91,2.51,11,5.15,2.67,13,4.5,1.84,10
+fickle,4.75,2.15,20,5.25,2.75,20,4.46,2.1,26,4.45,2.07,11,5.11,2.32,9,6.0,2.65,7,4.85,2.82,13,4.31,2.1,13,4.62,2.18,13,4.73,2.0,11,4.78,2.44,9,4.73,2.83,11,5.89,2.67,9,4.65,2.47,17,4.11,1.17,9,4.7,2.36,10,4.8,2.04,10,5.5,2.81,12,4.88,2.8,8,4.75,2.32,16,4.0,1.7,10
+fiction,6.47,1.93,19,4.7,2.18,20,6.45,1.96,20,6.33,1.53,3,6.8,1.7,15,4.8,2.53,10,4.6,1.9,10,6.4,2.37,10,6.5,1.58,10,7.17,1.94,6,6.5,1.51,12,4.43,2.57,7,4.85,2.03,13,6.38,1.77,8,6.5,2.15,12,6.17,2.04,12,7.0,1.73,7,4.5,2.72,10,4.9,1.6,10,6.33,2.0,9,6.55,2.02,11
+fictional,5.95,2.04,20,3.61,2.44,23,5.89,2.42,18,5.75,2.19,8,6.08,2.02,12,4.18,2.4,11,3.08,2.47,12,6.3,2.36,10,5.38,2.56,8,6.43,2.37,7,5.75,1.96,12,4.36,2.66,11,2.92,2.11,12,5.71,2.36,7,6.0,2.57,11,6.17,2.21,12,5.62,1.85,8,3.18,2.36,11,4.0,2.56,12,5.56,2.55,9,6.22,2.39,9
+fictitious,5.85,1.73,20,4.38,2.48,21,4.64,2.56,25,5.0,2.31,4,6.06,1.57,16,4.25,1.89,4,4.41,2.65,17,5.0,3.32,9,4.44,2.13,16,5.5,1.77,8,6.08,1.73,12,4.8,2.86,10,4.0,2.14,11,4.5,2.44,14,4.82,2.82,11,5.73,1.42,11,6.0,2.12,9,3.8,2.44,10,4.91,2.51,11,4.78,2.67,18,4.29,2.43,7
+fiddle,5.05,1.35,19,4.05,2.7,19,4.85,2.48,20,5.0,1.73,3,5.06,1.34,16,3.17,2.14,6,4.46,2.9,13,5.33,2.42,6,4.64,2.56,14,5.2,1.03,10,4.89,1.69,9,3.43,2.88,7,4.42,2.64,12,4.9,3.0,10,4.8,1.99,10,5.12,1.46,8,5.0,1.34,11,3.78,2.77,9,4.3,2.75,10,5.12,3.0,8,4.67,2.19,12
+fiddler,5.62,2.18,21,3.87,2.69,23,5.94,2.55,18,5.22,2.64,9,5.92,1.83,12,4.09,2.3,11,3.67,3.08,12,6.0,2.4,10,5.88,2.9,8,5.14,2.61,7,5.92,2.06,13,4.64,2.5,11,3.17,2.76,12,5.57,3.46,7,6.18,1.94,11,5.69,2.25,13,5.5,2.2,8,3.91,2.77,11,3.83,2.72,12,5.22,2.77,9,6.67,2.24,9
+fidelity,6.7,1.49,20,3.83,1.76,18,6.68,2.23,22,6.4,2.07,5,6.8,1.32,15,3.33,2.34,6,4.08,1.44,12,7.0,2.0,10,6.42,2.47,12,6.6,1.65,10,6.8,1.4,10,3.4,2.07,10,4.38,1.19,8,6.36,2.46,11,7.0,2.05,11,6.42,1.73,12,7.12,0.99,8,3.67,2.35,9,4.0,1.0,9,6.45,2.54,11,6.91,1.97,11
+field,5.73,1.94,41,3.84,2.22,44,5.74,2.24,23,5.44,2.1,16,5.92,1.85,25,4.63,2.41,19,3.24,1.9,25,5.44,2.83,9,5.93,1.86,14,5.41,1.94,22,6.11,1.91,19,4.58,2.19,24,2.95,1.96,20,6.07,2.6,15,5.12,1.25,8,5.76,1.92,21,5.7,2.0,20,3.9,2.34,29,3.73,2.05,15,6.23,2.65,13,5.1,1.45,10
+field hockey,4.86,1.71,21,3.5,2.5,22,5.41,1.87,27,4.3,1.49,10,5.36,1.8,11,2.57,1.99,7,3.93,2.66,15,5.41,2.32,17,5.4,0.7,10,4.82,1.47,11,4.9,2.02,10,3.0,3.08,5,3.65,2.4,17,5.86,2.25,14,4.92,1.26,13,4.85,1.99,13,4.88,1.25,8,3.0,2.75,10,3.92,2.31,12,5.64,2.06,14,5.15,1.68,13
+fielder,4.72,1.27,18,4.19,2.2,21,5.22,1.91,23,5.5,0.71,2,4.62,1.31,16,5.25,2.05,8,3.54,2.11,13,5.33,1.87,9,5.14,1.99,14,5.11,0.33,9,4.33,1.73,9,4.11,1.96,9,4.25,2.45,12,5.4,2.03,15,4.88,1.73,8,4.5,1.38,6,4.83,1.27,12,4.2,2.1,10,4.18,2.4,11,4.92,2.43,13,5.6,0.84,10
+fiend,3.77,2.09,22,5.18,2.54,22,3.9,2.27,20,3.88,2.03,8,3.71,2.2,14,5.1,2.38,10,5.25,2.77,12,4.71,1.98,7,3.46,2.37,13,4.55,2.34,11,3.0,1.55,11,4.18,2.14,11,6.18,2.6,11,4.67,2.06,15,1.6,0.89,5,4.6,2.59,10,3.08,1.31,12,6.1,1.91,10,4.42,2.81,12,4.7,2.16,10,3.1,2.18,10
+fiendish,3.95,2.04,20,4.72,2.67,25,3.89,2.4,19,4.38,2.39,8,3.67,1.83,12,4.17,3.13,6,4.94,2.65,18,3.0,1.73,7,4.42,2.64,12,4.2,2.01,15,3.2,2.17,5,4.43,2.79,14,5.2,2.7,10,4.11,2.67,9,3.7,2.26,10,4.45,2.46,11,3.33,1.22,9,5.06,2.49,16,4.11,3.02,9,4.0,2.93,11,3.75,1.58,8
+fierce,4.0,2.4,19,5.7,2.25,20,5.7,2.58,20,1.67,1.15,3,4.67,2.23,15,5.7,2.41,10,5.7,2.21,10,5.4,2.32,10,6.0,2.91,10,4.83,2.23,6,3.83,2.44,12,5.57,2.99,7,5.77,1.88,13,5.75,3.06,8,5.67,2.35,12,3.67,2.27,12,4.57,2.7,7,5.3,2.58,10,6.1,1.91,10,6.78,2.39,9,4.82,2.48,11
+fiery,5.7,1.38,20,5.64,2.66,22,5.89,2.19,27,6.43,1.62,7,5.31,1.11,13,5.8,2.44,10,5.5,2.94,12,5.93,2.12,15,5.73,2.45,11,5.55,1.29,11,5.89,1.54,9,5.78,2.68,9,5.54,2.76,13,5.76,2.41,17,6.0,1.94,9,5.85,1.46,13,5.43,1.27,7,5.06,2.67,16,7.17,2.14,6,5.75,2.49,12,6.0,2.0,15
+fiesta,6.72,1.32,18,6.22,2.24,18,5.29,2.42,17,6.45,1.57,11,7.14,0.69,7,7.75,1.26,4,5.79,2.29,14,5.0,2.39,8,5.56,2.55,9,7.25,0.71,8,6.3,1.57,10,6.57,1.9,7,6.0,2.49,11,4.33,2.73,6,5.82,2.18,11,7.0,0.95,12,6.17,1.83,6,5.91,2.51,11,6.71,1.8,7,4.86,2.67,7,5.6,2.32,10
+fifteen,4.94,1.98,18,3.65,2.39,20,4.76,1.76,25,6.0,1.73,5,4.54,1.98,13,4.09,2.63,11,3.11,2.09,9,4.69,1.78,16,4.89,1.83,9,4.14,1.86,7,5.45,1.97,11,2.67,1.87,9,4.45,2.54,11,4.65,1.95,20,5.2,0.45,5,4.89,1.9,9,5.0,2.18,9,3.91,2.81,11,3.33,1.87,9,4.74,1.73,19,4.83,2.04,6
+fifty,4.74,1.74,23,3.45,1.95,22,5.9,2.02,20,5.12,0.99,8,4.53,2.03,15,3.8,2.3,10,3.17,1.64,12,5.86,2.61,7,5.92,1.75,13,5.5,1.51,12,3.91,1.64,11,3.18,1.66,11,3.73,2.24,11,5.8,2.18,15,6.2,1.64,5,4.55,1.86,11,4.92,1.68,12,3.7,1.34,10,3.25,2.38,12,5.7,1.7,10,6.1,2.38,10
+fig,5.23,1.45,22,4.22,2.26,23,6.05,1.96,19,5.88,1.46,8,4.85,1.41,13,4.25,2.82,8,4.29,2.05,14,6.0,2.24,7,6.27,1.85,11,5.25,2.19,8,5.23,0.93,13,4.89,2.89,9,3.79,1.72,14,5.0,1.83,7,6.67,1.83,12,5.18,1.33,11,5.27,1.62,11,4.56,2.46,9,4.0,2.18,14,5.88,1.96,16,7.0,2.0,3
+fight,3.54,1.99,41,6.33,2.4,18,4.68,2.46,25,3.95,2.07,19,2.8,1.36,20,6.17,2.48,6,6.42,2.47,12,6.62,1.77,8,3.76,2.22,17,3.5,2.19,16,3.5,1.91,24,6.4,2.91,10,6.25,1.75,8,5.43,2.03,14,3.73,2.72,11,3.35,1.94,23,3.78,2.07,18,5.44,2.92,9,7.22,1.39,9,4.17,2.48,18,6.0,2.0,7
+fighter,5.1,2.3,21,5.3,2.16,23,6.42,2.27,26,5.27,2.33,11,4.9,2.38,10,5.64,1.8,11,5.0,2.49,12,6.45,1.75,11,6.21,2.64,14,6.0,2.67,10,4.27,1.62,11,5.18,2.14,11,5.42,2.27,12,6.06,2.46,17,6.88,1.73,8,5.23,2.55,13,4.88,1.96,8,5.6,2.35,15,4.75,1.75,8,6.88,2.42,17,5.56,1.74,9
+figment,5.0,1.67,19,4.35,2.16,20,5.0,1.91,23,5.62,1.5,13,3.67,1.21,6,5.4,2.3,5,4.0,2.07,15,5.15,1.95,13,4.8,1.93,10,5.67,1.94,9,4.4,1.17,10,5.71,2.43,7,3.62,1.66,13,5.3,2.36,10,4.77,1.54,13,4.33,1.58,9,5.6,1.58,10,4.0,2.11,10,4.7,2.26,10,5.22,1.86,9,4.86,1.99,14
+figure,5.09,1.54,22,3.67,2.27,21,5.39,2.09,18,4.67,2.58,6,5.13,0.92,15,3.29,2.56,7,3.86,2.18,14,5.0,2.69,9,5.88,1.36,8,4.5,1.45,14,6.0,1.15,7,3.44,2.88,9,3.83,1.8,12,5.6,2.55,10,5.12,1.46,8,5.21,1.63,14,4.88,1.46,8,3.67,2.8,6,3.67,2.13,15,6.0,2.21,10,4.62,1.77,8
+file,5.44,1.5,18,3.4,2.5,20,4.61,2.25,18,4.62,1.19,8,6.1,1.45,10,3.71,2.75,7,3.23,2.45,13,4.91,2.12,11,4.14,2.54,7,5.09,1.45,11,6.0,1.53,7,3.44,2.79,9,3.36,2.38,11,5.0,2.37,11,4.0,2.08,7,5.17,1.19,12,6.0,2.0,6,3.25,2.22,12,3.62,3.02,8,5.56,2.46,9,3.67,1.66,9
+filet,6.14,1.9,21,3.18,1.59,22,5.14,2.01,21,7.22,1.3,9,5.33,1.92,12,2.83,1.47,6,3.27,1.71,15,4.33,2.58,6,5.47,1.73,15,6.33,1.66,9,6.0,2.13,12,3.0,1.58,5,3.24,1.64,17,4.6,1.07,10,5.64,2.54,11,6.42,1.98,12,5.78,1.86,9,3.78,1.56,9,2.77,1.54,13,5.08,1.62,12,5.22,2.54,9
+fill,5.56,1.92,18,3.35,2.32,20,6.78,1.52,18,4.62,1.85,8,6.3,1.7,10,3.71,2.56,7,3.15,2.27,13,6.64,1.57,11,7.0,1.53,7,5.18,2.04,11,6.14,1.68,7,2.89,2.98,9,3.73,1.68,11,7.27,1.19,11,6.0,1.73,7,5.0,1.65,12,6.67,2.07,6,2.83,2.37,12,4.12,2.17,8,6.78,1.92,9,6.78,1.09,9
+filler,4.9,1.81,21,3.89,2.18,19,5.85,1.98,20,5.67,1.21,6,4.6,1.96,15,3.88,1.89,8,3.91,2.47,11,6.4,1.58,10,5.3,2.26,10,5.83,1.47,6,4.53,1.85,15,4.5,2.51,10,3.22,1.64,9,5.62,2.29,13,6.29,1.25,7,5.0,2.08,7,4.86,1.75,14,3.57,1.99,14,4.8,2.68,5,5.91,1.76,11,5.78,2.33,9
+fillet,6.7,1.59,20,4.62,2.2,21,5.35,2.45,34,7.0,1.7,10,6.4,1.51,10,5.62,2.0,8,4.0,2.16,13,5.64,2.47,14,5.15,2.48,20,6.56,1.74,9,6.82,1.54,11,4.77,2.35,13,4.38,2.07,8,5.23,2.54,22,5.58,2.35,12,6.5,1.84,10,6.9,1.37,10,4.43,2.1,14,5.0,2.52,7,5.47,2.32,17,5.24,2.63,17
+filly,5.05,1.94,21,2.92,2.54,24,4.47,1.91,17,5.25,1.49,8,4.92,2.22,13,3.0,1.9,6,2.89,2.76,18,4.67,2.29,9,4.25,1.49,8,4.75,1.66,12,5.44,2.3,9,3.3,3.09,10,2.64,2.13,14,4.3,2.45,10,4.71,0.76,7,5.14,2.07,14,4.86,1.77,7,3.0,2.19,16,2.75,3.28,8,4.0,1.58,9,5.0,2.2,8
+film,6.33,1.68,18,4.1,2.77,21,6.17,2.04,18,5.25,1.16,8,7.2,1.55,10,4.14,3.39,7,4.07,2.56,14,6.27,2.15,11,6.0,2.0,7,5.73,1.56,11,7.29,1.5,7,3.78,3.15,9,4.33,2.57,12,6.27,2.28,11,6.0,1.73,7,5.58,1.31,12,7.83,1.33,6,3.67,2.84,12,4.67,2.74,9,6.44,2.35,9,5.89,1.76,9
+filmmaker,5.48,1.97,21,3.96,2.98,23,5.72,2.56,18,5.44,2.13,9,5.5,1.93,12,4.27,3.07,11,3.67,2.99,12,5.7,2.63,10,5.75,2.66,8,4.86,2.48,7,5.77,1.74,13,4.45,3.08,11,3.5,2.94,12,5.43,3.1,7,5.91,2.3,11,5.62,2.26,13,5.25,1.49,8,3.91,3.11,11,4.0,2.98,12,5.56,2.55,9,5.89,2.71,9
+filter,5.5,1.15,20,3.62,1.96,21,5.62,2.35,34,5.7,1.34,10,5.3,0.95,10,3.88,2.1,8,3.46,1.94,13,6.43,2.1,14,5.05,2.39,20,5.56,1.42,9,5.45,0.93,11,3.85,1.57,13,3.25,2.55,8,5.41,2.59,22,6.0,1.86,12,5.3,1.42,10,5.7,0.82,10,3.93,2.13,14,3.0,1.53,7,5.35,2.34,17,5.88,2.39,17
+filth,2.62,1.36,37,4.09,2.58,43,4.07,2.27,55,2.85,1.57,13,2.5,1.25,24,3.3,1.89,10,4.28,2.76,32,3.88,2.36,26,4.25,2.25,28,2.45,1.0,20,2.82,1.7,17,4.33,2.64,15,3.96,2.59,28,4.8,2.47,35,2.74,0.99,19,2.44,1.2,18,2.79,1.51,19,3.68,2.47,19,4.42,2.67,24,4.11,2.57,28,4.04,1.95,27
+filthy,3.42,1.98,19,4.65,2.48,23,4.46,2.49,28,4.62,1.92,8,2.55,1.57,11,4.67,2.24,9,4.64,2.71,14,4.57,2.65,14,4.36,2.41,14,3.0,1.5,9,3.8,2.35,10,4.33,2.19,12,5.0,2.83,11,2.93,1.49,14,6.0,2.35,14,3.4,2.5,10,3.44,1.33,9,5.09,2.3,11,4.25,2.67,12,3.92,1.78,12,4.88,2.9,16
+filtration,5.55,1.84,22,4.17,2.64,18,5.71,1.79,21,5.4,1.82,5,5.56,1.97,16,4.75,2.96,8,3.7,2.41,10,5.9,0.99,10,5.55,2.34,11,5.33,1.97,12,5.8,1.75,10,3.89,2.26,9,4.44,3.09,9,5.67,2.06,12,5.78,1.48,9,6.18,2.09,11,4.91,1.38,11,2.86,1.68,7,5.0,2.86,11,6.0,1.0,9,5.5,2.24,12
+fin,5.27,2.1,22,4.45,2.54,22,5.45,2.31,20,5.88,1.36,8,4.93,2.4,14,5.3,2.54,10,3.75,2.42,12,6.29,2.36,7,5.0,2.24,13,5.91,2.43,11,4.64,1.57,11,4.45,2.62,11,4.45,2.58,11,5.47,2.5,15,5.4,1.82,5,4.5,2.51,10,5.92,1.51,12,4.7,2.54,10,4.25,2.63,12,4.9,2.08,10,6.0,2.49,10
+final,4.56,1.34,18,4.4,2.95,20,3.94,2.21,18,4.38,1.51,8,4.7,1.25,10,3.71,3.25,7,4.77,2.83,13,4.27,2.53,11,3.43,1.62,7,4.18,1.47,11,5.14,0.9,7,3.44,3.24,9,5.18,2.56,11,3.82,2.48,11,4.14,1.86,7,4.25,1.36,12,5.17,1.17,6,3.25,2.53,12,6.12,2.8,8,4.22,2.77,9,3.67,1.58,9
+finale,5.26,1.98,23,4.27,2.73,22,5.65,2.01,20,5.5,1.77,8,5.13,2.13,15,5.0,2.91,10,3.67,2.53,12,5.86,2.54,7,5.54,1.76,13,5.08,2.15,12,5.45,1.86,11,4.27,2.57,11,4.27,3.0,11,5.53,2.0,15,6.0,2.24,5,4.64,2.06,11,5.83,1.8,12,5.1,2.51,10,3.58,2.81,12,5.0,2.05,10,6.3,1.83,10
+finalist,6.24,2.12,21,3.3,2.6,23,5.78,2.32,18,5.67,2.35,9,6.67,1.92,12,3.27,2.05,11,3.33,3.11,12,5.5,2.59,10,6.12,2.03,8,4.86,2.61,7,6.92,1.55,13,3.55,2.54,11,3.08,2.75,12,6.14,3.29,7,5.55,1.57,11,6.08,2.56,13,6.5,1.2,8,3.73,3.07,11,2.92,2.15,12,5.11,2.52,9,6.44,2.01,9
+finality,4.43,1.54,21,4.18,2.17,22,4.52,2.52,21,4.22,1.39,9,4.58,1.68,12,5.0,2.61,6,3.87,2.07,15,3.0,2.76,6,5.13,2.23,15,4.44,1.94,9,4.42,1.24,12,4.8,2.59,5,4.0,2.09,17,5.27,2.28,11,3.7,2.63,10,4.58,1.98,12,4.22,0.67,9,4.44,2.07,9,4.0,2.31,13,4.25,2.56,12,4.89,2.57,9
+finalize,5.6,1.43,20,4.85,2.83,20,5.78,2.46,36,6.12,0.99,8,5.25,1.6,12,7.2,1.3,5,4.07,2.79,15,5.45,1.57,11,5.92,2.78,25,5.85,1.57,13,5.14,1.07,7,5.17,2.55,12,4.38,3.34,8,5.3,2.41,20,6.38,2.47,16,5.45,1.51,11,5.78,1.39,9,5.09,2.98,11,4.56,2.79,9,5.91,2.51,22,5.57,2.47,14
+finance,4.81,2.11,21,5.6,2.09,20,4.57,2.71,21,5.17,1.72,6,4.67,2.29,15,5.5,2.07,8,5.67,2.19,12,4.0,2.41,11,5.2,3.01,10,5.5,1.87,6,4.53,2.2,15,5.7,2.26,10,5.5,2.01,10,4.29,3.05,14,5.14,1.95,7,4.57,2.76,7,4.93,1.82,14,5.5,2.47,14,5.83,0.75,6,4.17,3.13,12,5.11,2.09,9
+financial,5.0,2.0,20,4.55,2.31,20,4.82,1.99,22,5.14,0.69,7,4.92,2.47,13,4.11,2.26,9,4.91,2.39,11,4.33,2.16,6,5.0,1.97,16,5.1,2.28,10,4.78,1.86,9,3.25,1.67,8,5.42,2.31,12,4.87,2.1,15,4.71,1.89,7,5.0,2.14,11,5.0,1.94,9,3.92,2.31,12,5.5,2.07,8,5.0,2.0,11,4.64,2.06,11
+finch,4.74,1.33,19,3.52,2.11,21,5.0,2.04,23,5.0,1.0,3,4.69,1.4,16,3.25,1.58,8,3.69,2.43,13,5.0,2.06,9,5.0,2.11,14,4.67,1.66,9,4.8,1.03,10,3.89,1.96,9,3.25,2.26,12,5.4,2.13,15,4.25,1.75,8,3.86,1.57,7,5.25,0.87,12,4.6,2.07,10,2.55,1.69,11,5.54,2.33,13,4.3,1.42,10
+find,6.45,1.65,22,3.52,2.58,21,6.24,1.95,17,7.33,1.86,6,6.13,1.55,15,2.43,1.62,7,4.07,2.84,14,6.22,2.39,9,6.25,1.49,8,6.43,1.74,14,6.57,1.72,7,3.22,2.59,9,3.75,2.67,12,5.89,2.37,9,6.62,1.41,8,6.29,1.59,14,6.75,1.83,8,3.17,3.13,6,3.67,2.44,15,6.33,2.4,9,6.12,1.46,8
+finder,5.77,1.54,22,4.35,2.42,23,5.79,1.75,19,6.12,1.64,8,5.38,1.39,13,4.75,2.66,8,4.14,2.44,14,5.57,0.79,7,5.73,2.15,11,5.88,1.96,8,5.54,1.2,13,4.67,2.96,9,4.14,2.11,14,5.0,1.15,7,6.25,1.91,12,6.0,1.61,11,5.55,1.51,11,2.78,2.49,9,5.36,1.82,14,5.81,1.87,16,5.67,1.15,3
+fine,6.5,1.41,22,3.86,2.43,21,5.78,2.05,18,6.5,2.07,6,6.4,1.12,15,4.86,3.02,7,3.36,2.02,14,5.0,1.94,9,6.88,1.81,8,6.36,1.39,14,6.57,1.51,7,4.0,2.92,9,3.75,2.14,12,5.6,2.22,10,6.0,1.93,8,6.5,1.56,14,6.5,1.2,8,3.67,2.73,6,3.93,2.4,15,6.3,2.5,10,5.12,1.13,8
+finesse,6.0,2.0,20,3.86,1.98,22,6.58,1.71,19,6.0,2.45,9,6.0,1.67,11,2.2,2.17,5,4.5,1.63,16,7.33,1.21,6,6.23,1.83,13,6.29,1.73,14,5.33,2.58,6,3.83,1.9,12,4.11,2.2,9,5.89,1.9,9,7.2,1.32,10,5.6,1.51,10,6.4,2.41,10,3.42,1.73,12,4.4,2.22,10,7.17,1.47,6,6.31,1.8,13
+finger,5.8,1.51,40,4.15,2.44,48,5.32,2.3,22,6.15,1.52,13,5.63,1.5,27,5.26,2.47,19,3.41,2.16,29,5.0,2.45,11,5.64,2.2,11,6.06,1.39,17,5.61,1.59,23,4.96,2.12,24,3.33,2.51,24,5.23,2.68,13,5.44,1.74,9,6.14,1.39,22,5.39,1.58,18,4.3,2.52,33,3.8,2.31,15,5.57,2.34,14,4.88,2.3,8
+fingernail,5.57,1.54,21,3.5,2.48,20,4.73,2.41,22,6.0,1.55,6,5.4,1.55,15,4.0,2.73,8,3.17,2.37,12,4.92,2.39,12,4.5,2.55,10,6.33,1.5,9,5.0,1.35,12,3.78,2.49,9,3.27,2.57,11,4.29,2.5,7,4.93,2.43,15,5.5,2.07,10,5.64,0.92,11,3.08,2.43,13,4.29,2.56,7,4.42,2.31,12,5.1,2.6,10
+fingerprint,5.25,0.91,20,3.29,2.08,21,4.56,2.62,25,4.67,1.53,3,5.35,0.79,17,3.43,2.3,7,3.38,2.02,13,4.75,2.66,8,4.47,2.67,17,5.0,1.0,7,5.38,0.87,13,3.43,1.99,7,3.38,2.18,13,4.93,2.34,14,4.09,2.98,11,5.56,1.01,9,5.0,0.77,11,3.18,1.94,11,3.4,2.32,10,4.5,2.81,18,4.71,2.21,7
+finish,6.41,1.82,22,3.81,2.42,21,6.44,2.34,16,6.67,1.75,6,6.33,1.95,15,3.29,2.14,7,4.07,2.59,14,5.88,2.85,8,7.0,1.69,8,6.36,2.1,14,6.57,1.4,7,4.44,2.92,9,3.33,1.97,12,5.88,2.95,8,7.0,1.51,8,6.43,1.83,14,6.38,1.92,8,3.67,2.66,6,3.87,2.42,15,6.62,2.97,8,6.25,1.67,8
+finite,5.68,1.95,19,4.43,2.45,23,4.79,2.15,19,5.33,1.0,9,6.0,2.54,10,5.0,2.38,7,4.13,2.59,15,5.6,2.37,10,3.89,1.54,9,5.89,2.32,9,5.5,1.65,10,4.3,2.83,10,4.5,2.32,12,4.62,1.77,8,4.5,2.17,10,5.5,2.11,12,6.0,1.73,7,4.4,2.33,20,4.67,3.79,3,5.62,1.92,8,4.18,2.18,11
+fir,5.0,2.03,20,3.0,1.95,21,5.5,1.74,24,4.5,2.52,4,5.12,1.96,16,2.75,1.71,4,3.06,2.05,17,5.78,2.05,9,5.33,1.59,15,5.25,1.16,8,4.83,2.48,12,3.1,1.73,10,2.91,2.21,11,5.23,1.54,13,5.82,1.99,11,5.09,1.81,11,4.89,2.37,9,2.9,2.13,10,3.09,1.87,11,5.78,1.86,18,4.67,1.03,6
+fire,4.32,2.36,19,6.05,2.18,21,4.57,2.53,49,3.83,1.94,6,4.54,2.57,13,6.0,2.83,6,6.07,1.98,15,3.64,2.2,25,5.39,2.48,23,4.4,2.32,10,4.22,2.54,9,6.71,1.98,7,5.71,2.27,14,5.12,2.49,25,4.0,2.5,24,3.25,1.98,8,5.09,2.39,11,6.11,2.47,9,6.0,2.04,12,4.58,2.47,26,4.57,2.66,23
+firearm,4.0,2.39,21,4.54,2.89,24,5.89,2.87,19,5.12,2.9,8,3.31,1.8,13,6.0,3.22,6,4.06,2.69,18,5.91,3.08,11,5.88,2.75,8,4.5,2.43,12,3.33,2.29,9,5.5,2.46,10,3.86,3.06,14,6.08,2.87,13,5.5,3.08,6,4.21,2.01,14,3.57,3.15,7,4.5,2.76,16,4.62,3.34,8,6.36,2.84,11,5.25,2.96,8
+fireball,3.71,2.12,21,6.13,2.38,23,4.19,1.97,21,5.0,3.39,5,3.31,1.49,16,6.33,2.39,12,5.91,2.47,11,4.45,1.92,11,3.44,1.59,9,3.33,2.23,12,4.22,1.99,9,6.25,2.18,16,5.86,2.97,7,4.36,1.63,11,4.0,2.36,10,3.69,1.89,13,3.75,2.6,8,6.58,2.32,19,4.0,1.41,4,3.64,1.69,14,5.29,2.14,7
+firecracker,5.7,1.81,20,6.67,1.65,21,4.64,2.4,25,6.67,0.58,3,5.53,1.91,17,6.29,1.8,7,6.92,1.66,13,5.25,1.98,8,4.35,2.57,17,6.71,0.95,7,5.15,1.95,13,7.0,2.24,7,6.54,1.39,13,5.07,2.64,14,4.09,2.02,11,5.67,1.5,9,5.73,2.1,11,7.0,1.79,11,6.3,1.49,10,4.44,2.75,18,5.14,1.07,7
+firefight,4.32,1.6,19,5.5,2.62,18,5.0,2.42,17,4.09,1.81,11,4.62,1.3,8,8.0,0.82,4,4.79,2.52,14,5.25,2.43,8,4.78,2.54,9,3.88,1.81,8,4.64,1.43,11,5.57,2.82,7,5.45,2.62,11,5.83,2.04,6,4.55,2.58,11,4.15,1.82,13,4.67,1.03,6,4.82,2.82,11,6.57,1.99,7,5.86,2.34,7,4.4,2.41,10
+firefighter,6.6,1.76,20,4.94,2.13,18,5.14,2.08,22,7.2,1.64,5,6.4,1.8,15,5.5,1.52,6,4.67,2.39,12,4.8,1.75,10,5.42,2.35,12,6.5,1.78,10,6.7,1.83,10,5.4,1.9,10,4.38,2.39,8,5.09,1.64,11,5.18,2.52,11,5.92,1.83,12,7.62,1.06,8,4.22,2.28,9,5.67,1.8,9,5.18,2.27,11,5.09,1.97,11
+firefly,7.05,1.72,19,4.85,2.7,20,5.27,1.91,22,6.11,1.76,9,7.9,1.2,10,4.25,2.49,8,5.25,2.86,12,4.82,2.27,11,5.73,1.42,11,5.43,1.27,7,8.0,1.13,12,6.0,1.85,8,4.08,2.97,12,5.23,1.88,13,5.33,2.06,9,7.3,1.7,10,6.78,1.79,9,5.0,2.67,8,4.75,2.83,12,5.5,2.24,14,4.88,1.13,8
+firehouse,5.16,1.8,19,4.73,2.47,22,4.58,1.77,24,4.33,1.75,6,5.54,1.76,13,5.5,2.5,12,3.8,2.2,10,4.88,2.53,8,4.44,1.31,16,5.2,1.14,10,5.11,2.42,9,5.33,2.18,9,4.31,2.66,13,4.82,1.81,17,3.83,1.72,6,5.62,1.6,8,4.82,1.94,11,4.89,2.52,9,4.62,2.53,13,4.69,1.89,16,4.38,1.6,8
+firelight,6.38,1.83,21,3.58,1.74,24,5.55,2.28,22,6.88,1.46,8,6.08,2.02,13,3.46,1.85,13,3.73,1.68,11,5.62,2.43,13,5.44,2.19,9,7.12,1.25,8,6.25,1.71,12,4.07,1.59,14,2.9,1.79,10,5.25,2.56,12,5.9,1.97,10,6.2,2.1,10,6.55,1.63,11,3.47,1.91,17,3.86,1.35,7,5.8,2.57,10,5.33,2.1,12
+fireman,6.47,1.78,19,4.52,2.23,23,5.0,2.11,19,6.22,1.92,9,6.7,1.7,10,4.14,1.86,7,4.73,2.49,15,5.7,2.21,10,4.22,1.79,9,7.22,1.72,9,5.8,1.62,10,5.0,2.36,10,4.17,2.25,12,5.0,1.85,8,4.7,2.26,10,6.17,1.8,12,7.0,1.73,7,4.55,2.19,20,4.33,3.06,3,5.75,1.83,8,4.45,2.21,11
+fireplace,5.95,1.5,21,5.2,3.0,20,5.56,2.12,36,6.12,1.46,8,5.85,1.57,13,5.4,2.97,5,5.13,3.11,15,5.0,2.14,11,5.8,2.1,25,6.15,1.72,13,5.62,1.06,8,5.17,2.82,12,5.25,3.45,8,5.35,2.08,20,5.81,2.2,16,5.91,1.7,11,6.0,1.33,10,5.55,3.27,11,4.78,2.77,9,5.55,2.28,22,5.57,1.91,14
+firepower,5.84,1.92,19,5.91,2.51,22,6.26,2.52,27,7.0,1.53,7,5.17,1.85,12,5.5,2.32,10,6.25,2.7,12,7.07,1.71,15,5.45,3.11,11,5.73,1.74,11,6.0,2.27,8,5.89,2.09,9,5.92,2.84,13,6.24,2.63,17,6.67,2.29,9,5.77,1.83,13,6.0,2.28,6,5.88,2.58,16,6.0,2.53,6,6.25,2.7,12,6.27,2.46,15
+fireside,6.0,1.72,20,4.0,2.21,17,5.64,2.13,22,5.4,1.14,5,6.2,1.86,15,4.6,1.52,5,3.75,2.45,12,4.5,1.51,10,6.58,2.15,12,6.1,1.2,10,5.9,2.18,10,3.78,2.28,9,4.25,2.25,8,5.45,2.16,11,5.82,2.18,11,5.83,1.7,12,6.25,1.83,8,4.44,2.01,9,3.5,2.45,8,5.27,2.41,11,6.0,1.84,11
+firewall,4.43,1.99,21,4.91,2.39,22,4.76,2.51,21,5.8,2.39,5,4.0,1.71,16,5.73,2.24,11,4.09,2.34,11,4.73,2.72,11,4.78,2.54,9,3.92,2.27,12,5.11,1.36,9,4.8,2.04,15,5.14,3.18,7,3.55,1.57,11,6.1,2.73,10,4.38,1.89,13,4.5,2.27,8,5.11,2.54,18,4.0,1.41,4,4.57,2.34,14,5.14,2.97,7
+firewood,6.09,1.74,22,4.58,2.69,19,5.95,2.33,21,5.8,0.84,5,6.12,2.0,16,5.0,2.83,8,4.27,2.69,11,5.9,2.33,10,6.0,2.45,11,5.58,1.73,12,6.7,1.64,10,4.4,2.67,10,4.78,2.86,9,5.58,2.81,12,6.44,1.51,9,6.36,2.01,11,5.82,1.47,11,3.88,2.64,8,5.09,2.74,11,5.56,2.19,9,6.25,2.49,12
+fireworks,6.8,1.4,20,6.05,2.53,42,5.61,2.54,23,7.67,1.15,3,6.65,1.41,17,6.0,2.78,16,6.08,2.47,25,4.78,2.86,9,6.14,2.25,14,7.43,1.4,7,6.46,1.33,13,5.81,2.71,21,6.3,2.43,20,5.6,2.82,15,5.62,2.07,8,6.44,1.59,9,7.09,1.22,11,6.09,2.45,23,6.0,2.69,19,5.54,2.9,13,5.7,2.11,10
+firm,5.36,1.33,22,4.3,2.08,20,6.58,2.83,19,5.77,1.54,13,4.78,0.67,9,4.86,2.19,7,4.0,2.04,13,6.43,3.1,7,6.67,2.81,12,5.83,1.53,12,4.8,0.79,10,5.0,1.87,9,3.73,2.15,11,5.5,3.17,10,7.78,1.92,9,5.58,1.38,12,5.1,1.29,10,5.86,1.46,7,3.46,1.9,13,6.86,2.79,7,6.42,2.97,12
+firmament,5.1,1.71,20,3.65,1.63,20,5.0,2.0,21,5.0,1.9,6,5.14,1.7,14,4.0,1.69,8,3.42,1.62,12,4.91,2.02,11,5.1,2.08,10,4.4,1.34,5,5.33,1.8,15,3.8,1.69,10,3.5,1.65,10,5.14,2.41,14,4.71,0.76,7,4.29,2.06,7,5.54,1.39,13,3.64,1.82,14,3.67,1.21,6,4.58,1.93,12,5.56,2.07,9
+first,7.33,1.28,18,4.9,2.83,20,6.38,2.32,24,7.58,1.16,12,6.83,1.47,6,6.4,2.7,5,4.4,2.77,15,6.69,2.18,13,6.0,2.53,11,7.33,1.66,9,7.33,0.87,9,6.86,2.67,7,3.85,2.38,13,5.27,2.37,11,7.31,1.89,13,7.56,1.01,9,7.11,1.54,9,5.0,2.98,10,4.8,2.82,10,6.67,2.55,9,6.2,2.24,15
+firstborn,6.65,2.01,20,5.65,2.81,23,5.24,2.47,25,7.25,2.36,4,6.5,1.97,16,4.25,2.22,4,5.95,2.88,19,4.22,2.05,9,5.81,2.56,16,6.25,2.25,8,6.92,1.88,12,6.0,2.58,10,5.38,3.04,13,5.29,2.3,14,5.18,2.79,11,6.73,2.24,11,6.56,1.81,9,5.3,3.62,10,5.92,2.1,13,5.89,2.22,18,3.57,2.44,7
+fiscal,4.15,1.35,20,4.05,2.33,21,5.23,1.95,22,4.44,1.13,9,3.91,1.51,11,4.83,2.79,6,3.5,2.03,14,6.17,1.47,6,4.88,2.03,16,4.25,1.28,8,4.08,1.44,12,4.4,1.95,5,3.94,2.49,16,4.91,2.26,11,5.55,1.63,11,4.0,1.73,11,4.33,0.71,9,4.62,1.85,8,3.69,2.59,13,5.08,1.98,12,5.4,2.01,10
+fish,6.42,1.67,45,3.33,2.51,42,6.08,2.28,24,6.79,1.72,19,6.15,1.62,26,3.8,2.88,15,3.07,2.29,27,5.5,2.07,8,6.38,2.39,16,6.43,1.79,30,6.4,1.45,15,4.07,3.22,15,2.93,1.96,27,6.12,2.29,17,6.17,2.64,6,6.36,1.78,25,6.5,1.57,20,3.36,2.65,22,3.3,2.41,20,6.5,2.0,16,5.25,2.71,8
+fisherman,5.42,1.68,19,4.06,2.31,18,5.47,1.81,17,5.45,1.37,11,5.38,2.13,8,3.5,2.38,4,4.21,2.36,14,5.0,1.77,8,5.89,1.83,9,5.5,0.93,8,5.36,2.11,11,4.0,2.31,7,4.09,2.43,11,4.83,1.6,6,5.82,1.89,11,5.31,1.75,13,5.67,1.63,6,4.09,2.59,11,4.0,2.0,7,5.29,2.21,7,5.6,1.58,10
+fishing,7.05,1.93,19,3.6,2.58,20,6.33,1.74,24,7.54,1.76,13,6.0,2.0,6,4.6,3.36,5,3.27,2.31,15,6.85,1.52,13,5.73,1.85,11,6.33,2.35,9,7.7,1.25,10,4.43,3.46,7,3.15,1.99,13,5.73,2.05,11,6.85,1.28,13,6.44,1.67,9,7.6,2.07,10,4.4,2.99,10,2.8,1.93,10,7.22,1.86,9,5.8,1.47,15
+fishing boat,6.21,1.44,19,3.14,2.26,21,5.4,2.38,25,7.67,1.15,3,5.94,1.34,16,3.86,2.79,7,2.62,1.94,13,5.5,2.67,8,5.35,2.32,17,6.43,1.4,7,6.08,1.51,12,3.71,2.81,7,2.69,1.97,13,4.57,2.59,14,6.45,1.63,11,6.25,1.83,8,6.18,1.17,11,3.27,2.28,11,3.0,2.36,10,5.44,2.55,18,5.29,2.06,7
+fishy,4.2,1.47,20,3.11,2.0,19,3.59,1.79,22,4.71,1.7,7,3.92,1.32,13,3.22,2.28,9,3.0,1.83,10,3.83,2.23,6,3.5,1.67,16,4.1,1.29,10,4.11,1.69,9,3.0,2.24,7,3.17,1.95,12,3.87,1.92,15,3.0,1.41,7,4.45,1.81,11,3.89,0.93,9,3.08,1.98,12,3.14,2.19,7,3.91,2.12,11,3.27,1.42,11
+fissure,4.3,1.92,20,4.18,1.84,22,4.59,2.55,27,5.57,2.37,7,3.62,1.26,13,4.0,1.49,10,4.33,2.15,12,5.0,2.48,15,4.18,2.75,11,4.09,1.81,11,4.56,2.13,9,4.44,2.13,9,4.0,1.68,13,5.0,2.69,17,4.0,2.35,9,4.77,2.09,13,3.43,1.27,7,4.06,2.05,16,4.5,1.22,6,4.67,2.9,12,4.53,2.33,15
+fist,2.95,1.33,22,4.85,2.46,20,4.95,2.58,20,3.0,1.87,5,2.94,1.24,16,5.1,2.18,10,4.6,2.8,10,5.7,2.41,10,4.2,2.66,10,2.57,1.27,7,3.14,1.41,14,4.71,2.56,7,4.92,2.5,13,3.38,1.6,8,6.0,2.63,12,3.07,1.38,14,2.75,1.28,8,5.3,2.31,10,4.4,2.63,10,5.11,2.57,9,4.82,2.71,11
+fistfight,4.0,1.65,20,6.23,1.95,22,4.43,2.46,21,4.11,1.62,9,3.91,1.76,11,6.8,2.39,10,5.75,1.42,12,5.0,1.51,8,4.08,2.9,13,3.79,1.19,14,4.5,2.51,6,5.75,2.76,8,6.5,1.34,14,5.38,1.6,8,3.85,2.76,13,3.5,1.08,10,4.5,2.01,10,5.67,1.83,12,6.9,1.97,10,4.33,2.87,12,4.56,1.94,9
+fistful,5.4,1.54,20,4.1,1.92,21,4.76,1.84,21,6.0,1.87,9,4.91,1.04,11,3.67,1.21,6,4.29,2.23,14,4.17,2.32,6,5.0,1.65,15,6.38,1.3,8,4.75,1.36,12,4.2,1.3,5,4.06,2.11,16,5.0,1.63,10,4.55,2.07,11,5.45,1.86,11,5.33,1.12,9,3.38,1.92,8,4.54,1.85,13,4.17,1.99,12,5.56,1.33,9
+fit,6.28,2.08,18,4.35,2.66,20,6.11,1.91,18,5.38,1.85,8,7.0,2.05,10,4.29,2.87,7,4.38,2.66,13,6.09,2.02,11,6.14,1.86,7,5.55,1.97,11,7.43,1.81,7,4.44,3.24,9,4.27,2.24,11,6.09,1.87,11,6.14,2.12,7,6.08,1.88,12,6.67,2.58,6,3.75,2.56,12,5.25,2.71,8,6.56,2.3,9,5.67,1.41,9
+fitness,6.45,1.74,22,5.32,2.75,22,6.96,2.16,27,7.38,1.69,8,5.93,1.59,14,5.3,3.02,10,5.33,2.64,12,6.47,2.2,15,8.09,1.04,11,6.55,1.97,11,6.36,1.57,11,5.89,2.76,9,4.92,2.78,13,7.12,2.2,17,7.22,1.48,9,6.79,1.63,14,5.88,1.89,8,4.88,2.94,16,6.5,1.87,6,6.92,2.78,12,7.0,1.6,15
+five,5.4,0.94,20,3.55,2.14,20,5.65,2.36,34,5.4,1.17,10,5.4,0.7,10,4.38,2.56,8,3.0,1.71,12,6.21,2.39,14,5.25,2.31,20,5.44,0.73,9,5.36,1.12,11,4.08,2.18,13,2.57,1.81,7,5.82,2.36,22,5.33,2.42,12,5.5,0.71,10,5.3,1.16,10,3.69,2.32,13,3.29,1.89,7,5.94,2.14,17,5.35,2.6,17
+fiver,5.24,1.18,21,4.87,1.84,23,4.3,2.13,20,5.0,1.87,5,5.31,0.95,16,5.58,1.0,12,4.09,2.26,11,4.09,2.12,11,4.0,1.6,8,4.83,1.27,12,5.78,0.83,9,5.0,1.41,16,4.57,2.7,7,4.45,1.69,11,4.11,2.67,9,5.62,0.87,13,4.62,1.41,8,4.89,1.88,19,4.75,1.89,4,3.77,1.83,13,5.29,2.43,7
+fix,6.11,1.68,18,3.6,2.52,20,6.72,1.53,18,5.38,1.92,8,6.7,1.25,10,3.57,2.76,7,3.62,2.5,13,6.27,1.49,11,7.43,1.4,7,5.82,1.78,11,6.57,1.51,7,3.0,2.87,9,4.09,2.21,11,6.73,1.42,11,6.71,1.8,7,5.92,1.56,12,6.5,1.97,6,2.83,2.37,12,4.75,2.43,8,7.0,1.94,9,6.44,1.01,9
+fixable,6.84,1.34,19,3.48,1.99,21,6.52,1.75,23,7.2,1.3,5,6.69,1.44,13,3.83,2.14,6,3.33,1.99,15,6.2,1.87,10,6.77,1.69,13,6.57,1.51,7,7.0,1.34,11,3.43,2.3,7,3.5,1.91,14,6.0,1.73,11,7.0,1.71,12,7.0,1.28,12,6.57,1.51,7,3.27,2.24,11,3.7,1.77,10,6.21,1.72,14,7.0,1.8,9
+fixation,4.11,1.76,19,4.11,2.45,18,3.73,1.93,22,3.8,1.3,5,4.21,1.93,14,4.17,1.94,6,4.08,2.75,12,4.8,1.55,10,2.83,1.8,12,4.33,1.22,9,3.9,2.18,10,4.2,2.53,10,4.0,2.51,8,3.27,1.19,11,4.18,2.44,11,3.36,1.57,11,5.12,1.55,8,3.11,2.67,9,5.11,1.83,9,3.64,1.8,11,3.82,2.14,11
+fixer,6.39,1.79,18,2.67,1.59,21,6.7,2.03,23,6.7,1.89,10,5.71,1.6,7,3.14,1.86,7,2.43,1.45,14,7.14,2.34,7,6.5,1.93,16,5.57,1.62,7,6.91,1.76,11,2.22,1.39,9,3.0,1.71,12,6.36,2.54,11,7.0,1.48,12,5.92,1.88,12,7.33,1.21,6,2.55,1.69,11,2.8,1.55,10,6.31,2.36,13,7.2,1.48,10
+fixture,5.05,1.28,21,2.9,1.74,20,5.5,2.13,36,5.12,1.25,8,5.0,1.35,13,2.4,1.52,5,3.07,1.83,15,5.18,1.66,11,5.64,2.33,25,5.15,1.57,13,4.88,0.64,8,2.83,1.8,12,3.0,1.77,8,5.5,2.19,20,5.5,2.13,16,5.0,1.67,11,5.1,0.74,10,3.09,1.97,11,2.67,1.5,9,5.23,2.31,22,5.93,1.82,14
+fizz,5.38,1.94,21,4.57,2.54,23,5.94,1.95,18,5.22,1.79,9,5.5,2.11,12,4.64,2.66,11,4.5,2.54,12,5.5,2.22,10,6.5,1.51,8,5.29,2.87,7,5.38,1.45,13,5.55,2.54,11,3.67,2.27,12,5.14,2.54,7,6.45,1.37,11,5.15,2.19,13,5.75,1.49,8,4.18,2.79,11,4.92,2.35,12,5.22,2.11,9,6.67,1.58,9
+fjord,5.53,1.54,19,3.19,1.81,21,4.2,1.99,20,5.67,0.58,3,5.5,1.67,16,4.0,1.79,6,2.87,1.77,15,3.83,2.23,6,4.36,1.95,14,5.3,1.57,10,5.78,1.56,9,2.43,1.51,7,3.57,1.87,14,4.3,2.5,10,4.1,1.45,10,5.5,1.6,8,5.55,1.57,11,2.89,1.96,9,3.42,1.73,12,4.62,2.72,8,3.92,1.38,12
+flabby,3.39,1.88,41,3.39,2.23,23,4.81,2.43,42,3.55,1.9,20,3.24,1.89,21,2.71,2.06,7,3.8,2.34,15,5.47,2.1,17,4.36,2.58,25,3.45,1.96,20,3.33,1.85,21,3.5,2.76,10,3.42,1.88,12,5.27,2.22,26,4.06,2.64,16,3.17,2.01,23,3.67,1.71,18,3.35,2.3,20,3.67,2.08,3,4.58,2.43,24,5.11,2.47,18
+flaccid,3.55,1.32,20,3.14,1.74,21,4.84,2.46,25,3.33,1.53,3,3.59,1.33,17,2.71,1.7,7,3.15,1.68,13,4.38,2.67,8,5.06,2.41,17,4.14,1.46,7,3.23,1.17,13,3.57,1.4,7,2.69,1.75,13,5.5,2.31,14,4.0,2.49,11,3.78,1.2,9,3.36,1.43,11,3.27,1.74,11,3.0,1.83,10,4.39,2.66,18,6.0,1.41,7
+flag,6.1,2.47,20,3.74,2.53,23,5.56,2.24,25,5.89,2.85,9,6.27,2.24,11,3.71,2.5,7,3.87,2.67,15,5.5,1.51,8,5.59,2.55,17,4.71,2.29,7,7.0,2.34,12,4.0,3.02,10,3.67,2.23,12,5.5,1.95,14,5.64,2.66,11,6.38,2.69,13,5.57,2.07,7,3.5,2.61,20,5.33,1.15,3,5.61,2.55,18,5.43,1.27,7
+flagpole,5.11,1.52,19,3.19,2.14,21,5.05,2.25,19,4.67,1.53,3,5.19,1.56,16,3.0,2.0,6,3.27,2.25,15,5.83,1.72,6,4.69,2.43,13,5.2,1.32,10,5.0,1.8,9,3.14,2.54,7,3.21,2.01,14,4.44,2.19,9,5.6,2.27,10,4.88,1.81,8,5.27,1.35,11,3.0,2.24,9,3.33,2.15,12,5.0,3.21,7,5.08,1.62,12
+flagrant,4.0,2.07,22,4.91,2.52,23,4.63,1.42,19,3.18,1.66,11,4.82,2.18,11,5.57,2.23,7,4.73,2.71,15,5.2,1.32,10,4.0,1.32,9,4.1,2.47,10,3.92,1.78,12,5.5,2.51,10,4.58,2.61,12,4.38,1.06,8,4.6,1.58,10,4.29,1.98,14,3.5,2.27,8,4.55,2.42,20,7.33,2.08,3,4.88,1.25,8,4.45,1.57,11
+flagship,5.45,1.85,20,3.57,2.4,21,5.12,2.42,25,5.5,3.0,4,5.44,1.59,16,5.75,1.26,4,3.06,2.33,17,5.11,3.22,9,5.12,1.96,16,6.0,1.41,8,5.08,2.07,12,3.2,2.15,10,3.91,2.66,11,4.43,2.47,14,6.0,2.14,11,5.73,1.9,11,5.11,1.83,9,2.8,2.49,10,4.27,2.2,11,4.94,2.48,18,5.57,2.37,7
+flagstaff,5.5,1.43,20,3.9,2.02,21,4.97,2.33,34,5.7,1.89,10,5.3,0.82,10,4.25,2.31,8,3.69,1.89,13,5.14,2.63,14,4.85,2.16,20,5.44,2.07,9,5.55,0.69,11,4.54,1.71,13,2.88,2.17,8,4.91,2.56,22,5.08,1.93,12,5.2,1.75,10,5.8,1.03,10,3.71,1.94,14,4.29,2.29,7,5.0,2.12,17,4.94,2.59,17
+flair,5.89,1.76,19,4.32,2.53,22,6.09,1.41,23,4.83,2.04,6,6.38,1.45,13,4.67,2.31,12,3.9,2.85,10,5.62,1.51,8,6.33,1.35,15,5.8,1.32,10,6.0,2.24,9,5.44,2.46,9,3.54,2.37,13,6.12,1.22,17,6.2,2.17,5,6.25,1.49,8,5.64,1.96,11,4.0,2.4,9,4.54,2.7,13,6.07,1.28,15,6.12,1.73,8
+flak,4.55,1.36,20,4.64,2.32,22,5.29,1.95,21,4.56,1.24,9,4.55,1.51,11,5.3,2.41,10,4.08,2.19,12,4.88,1.36,8,5.54,2.26,13,4.93,1.07,14,3.67,1.63,6,5.0,2.56,8,4.43,2.24,14,5.75,1.28,8,5.0,2.27,13,4.9,0.88,10,4.2,1.69,10,4.17,2.41,12,5.2,2.2,10,5.42,2.02,12,5.11,1.96,9
+flake,4.58,1.8,19,3.48,1.9,23,4.11,1.71,18,4.78,0.97,9,4.4,2.37,10,3.29,1.98,7,3.67,1.95,15,3.78,1.79,9,4.44,1.67,9,4.56,2.24,9,4.6,1.43,10,3.5,2.32,10,3.58,1.62,12,3.75,1.04,8,4.11,2.03,9,4.92,2.07,12,4.0,1.15,7,3.3,1.81,20,4.67,2.52,3,4.12,1.55,8,4.1,1.91,10
+flaky,3.58,1.43,19,3.5,2.2,18,3.65,2.34,17,4.18,1.25,11,2.75,1.28,8,4.25,2.5,4,3.29,2.16,14,2.12,0.99,8,5.0,2.4,9,3.25,1.28,8,3.82,1.54,11,3.14,2.04,7,3.73,2.37,11,3.0,1.55,6,4.0,2.68,11,3.69,1.25,13,3.33,1.86,6,3.0,2.05,11,4.29,2.36,7,3.86,2.54,7,3.5,2.32,10
+flamboyant,5.0,1.76,21,5.52,2.04,21,5.15,2.3,20,5.0,1.32,9,5.0,2.09,12,4.17,2.4,6,6.14,1.7,14,4.67,3.01,6,5.36,2.02,14,5.0,1.58,9,5.0,1.95,12,5.2,1.1,5,5.62,2.28,16,6.11,2.26,9,4.36,2.11,11,5.08,1.93,12,4.89,1.62,9,6.44,1.81,9,4.83,1.99,12,5.73,2.37,11,4.44,2.13,9
+flame,5.9,1.59,20,6.6,2.54,20,4.64,2.16,25,5.82,1.17,11,6.0,2.06,9,7.86,1.21,7,5.92,2.84,13,4.25,2.26,12,5.0,2.08,13,6.55,1.44,11,5.11,1.45,9,6.27,2.24,11,7.0,2.96,9,4.82,2.35,17,4.25,1.75,8,6.3,1.49,10,5.5,1.65,10,7.08,2.35,12,5.88,2.8,8,4.8,2.46,15,4.4,1.71,10
+flamethrower,5.27,2.29,22,6.0,2.57,21,4.59,2.56,22,5.86,2.38,14,4.25,1.83,8,6.36,2.54,11,6.11,2.26,9,6.0,1.9,6,4.06,2.62,16,6.5,1.78,10,4.25,2.22,12,5.55,2.84,11,6.5,2.27,10,4.77,2.2,13,4.33,3.12,9,4.75,2.22,12,5.9,2.33,10,5.31,2.95,13,7.12,1.25,8,4.42,2.11,12,4.8,3.12,10
+flaming,4.64,1.89,22,5.95,2.27,19,4.67,2.2,21,4.2,1.92,5,4.75,1.98,16,6.0,2.51,8,5.91,2.21,11,4.7,1.7,10,4.64,2.66,11,4.08,2.02,12,5.3,1.57,10,6.6,1.26,10,5.22,2.95,9,4.92,2.35,12,4.33,2.06,9,4.36,1.69,11,4.91,2.12,11,5.75,2.12,8,6.09,2.47,11,3.89,1.54,9,5.25,2.49,12
+flamingo,6.74,1.63,19,4.59,2.61,22,6.19,1.78,21,7.0,1.41,9,6.5,1.84,10,3.88,2.64,8,5.0,2.6,14,5.9,1.73,10,6.45,1.86,11,7.14,1.21,7,6.5,1.83,12,5.1,2.38,10,4.17,2.82,12,6.23,1.83,13,6.12,1.81,8,7.3,1.49,10,6.11,1.62,9,5.75,2.66,8,3.93,2.43,14,6.62,1.85,13,5.5,1.51,8
+flammable,4.25,1.45,20,5.95,2.42,21,4.54,2.83,24,5.33,2.08,3,4.06,1.3,17,6.0,2.83,7,6.23,2.09,13,5.5,2.39,8,4.06,2.98,16,4.86,1.35,7,3.92,1.44,13,6.0,2.65,7,6.23,2.2,13,5.23,3.03,13,3.73,2.45,11,3.67,1.41,9,4.73,1.35,11,6.36,1.8,11,5.5,2.99,10,4.44,3.11,18,4.83,1.94,6
+flan,5.86,2.12,22,3.19,2.38,21,6.23,1.85,22,5.86,1.88,14,5.88,2.64,8,3.73,2.41,11,2.78,2.39,9,7.33,1.51,6,5.81,1.83,16,6.5,1.96,10,5.33,2.19,12,2.55,1.97,11,3.9,2.69,10,6.54,1.56,13,5.78,2.22,9,5.92,1.78,12,5.8,2.57,10,3.46,2.7,13,2.75,1.83,8,6.33,1.78,12,6.1,2.02,10
+flank,4.95,1.46,22,3.91,2.23,23,5.58,2.39,19,5.5,0.76,8,4.92,1.38,13,4.25,2.31,8,3.71,2.33,14,6.29,2.43,7,5.0,2.41,11,4.88,0.64,8,5.31,1.44,13,3.67,2.78,9,4.07,1.9,14,4.29,2.56,7,6.33,2.02,12,5.36,1.29,11,4.55,1.57,11,3.0,2.69,9,4.5,1.74,14,5.81,2.29,16,4.33,3.06,3
+flannel,5.55,1.5,20,2.32,1.73,19,4.68,1.78,22,5.43,0.98,7,5.62,1.76,13,2.25,1.58,8,2.36,1.91,11,4.83,2.56,6,4.62,1.5,16,5.2,1.62,10,5.78,1.39,9,2.75,1.49,8,2.0,1.9,11,4.67,1.99,15,4.71,1.38,7,5.18,1.78,11,6.0,1.0,9,2.55,1.51,11,2.0,2.07,8,4.45,2.25,11,4.91,1.22,11
+flap,5.74,1.59,19,3.45,2.44,22,4.58,1.77,19,5.83,1.33,6,5.69,1.75,13,3.27,2.24,11,3.64,2.73,11,4.62,2.56,8,4.55,1.04,11,5.82,1.4,11,5.62,1.92,8,3.27,2.37,11,3.64,2.62,11,4.23,1.64,13,5.33,1.97,6,5.69,1.32,13,5.83,2.23,6,3.57,2.5,14,3.25,2.49,8,4.44,1.88,9,4.7,1.77,10
+flare,5.4,1.31,20,4.86,2.4,22,5.84,1.8,19,5.56,1.74,9,5.27,0.9,11,5.0,2.45,5,4.81,2.54,16,5.17,2.32,6,6.15,1.52,13,5.29,1.38,14,5.67,1.21,6,4.0,2.49,12,6.0,2.0,9,5.89,1.45,9,5.8,2.15,10,5.4,1.65,10,5.4,0.97,10,3.75,2.22,12,6.2,1.93,10,6.5,2.66,6,5.54,1.27,13
+flares,4.57,1.65,23,5.18,2.86,22,5.0,2.13,20,4.75,1.28,8,4.47,1.85,15,5.1,2.92,10,5.25,2.93,12,5.57,2.44,7,4.69,1.97,13,4.42,1.62,12,4.73,1.74,11,5.0,2.68,11,5.36,3.14,11,5.2,2.14,15,4.4,2.19,5,4.09,2.02,11,5.0,1.13,12,6.0,2.36,10,4.5,3.15,12,5.0,1.33,10,5.0,2.79,10
+flash,5.53,1.43,19,5.38,2.25,21,4.94,2.31,34,5.78,1.99,9,5.3,0.67,10,6.0,1.85,8,5.0,2.45,13,4.86,2.38,14,5.0,2.32,20,5.33,1.8,9,5.7,1.06,10,5.62,2.14,13,5.0,2.51,8,4.86,2.51,22,5.08,1.98,12,5.33,1.8,9,5.7,1.06,10,5.43,2.24,14,5.29,2.43,7,5.53,1.94,17,4.35,2.55,17
+flashback,5.0,1.12,20,4.71,2.65,24,4.18,2.57,28,5.0,1.32,9,5.0,1.0,11,3.89,2.42,9,5.2,2.73,15,3.07,1.77,14,5.29,2.81,14,4.44,0.88,9,5.45,1.13,11,4.83,2.82,12,4.58,2.57,12,4.64,3.05,14,3.71,1.98,14,5.1,1.2,10,4.9,1.1,10,4.75,2.53,12,4.67,2.87,12,4.33,2.53,12,4.06,2.67,16
+flashlight,6.0,2.05,21,4.04,2.8,23,6.06,2.46,18,5.56,2.3,9,6.33,1.87,12,4.82,3.25,11,3.33,2.23,12,6.3,2.63,10,5.75,2.38,8,6.71,2.36,7,5.62,1.94,13,4.55,3.3,11,3.58,2.31,12,6.71,2.98,7,5.64,2.11,11,6.31,2.25,13,5.5,1.69,8,3.91,2.59,11,4.17,3.1,12,5.22,2.64,9,6.89,2.09,9
+flashy,4.85,1.6,20,5.77,2.6,22,5.78,1.63,18,4.89,1.83,9,4.82,1.47,11,5.0,3.24,5,6.0,2.53,16,6.0,1.79,6,5.67,1.61,12,4.71,1.64,14,5.17,1.6,6,5.17,2.55,12,6.56,2.74,9,5.12,1.46,8,6.3,1.64,10,5.2,1.55,10,4.5,1.65,10,5.5,2.71,12,6.1,2.56,10,6.8,1.48,5,5.38,1.56,13
+flask,5.5,1.73,20,4.24,2.49,17,5.17,2.46,24,5.8,1.48,5,5.4,1.84,15,5.0,2.71,4,4.0,2.48,13,4.85,3.02,13,5.55,1.63,11,5.9,1.91,10,5.1,1.52,10,5.29,2.06,7,3.5,2.59,10,5.0,2.66,16,5.5,2.14,8,5.21,1.42,14,6.17,2.32,6,4.92,2.31,12,2.6,2.3,5,5.93,2.46,15,3.89,1.96,9
+flat,4.43,1.21,21,3.04,1.82,23,4.0,2.12,21,4.4,1.34,5,4.44,1.21,16,3.75,1.6,12,2.27,1.79,11,3.82,1.99,11,3.78,2.05,9,4.0,1.41,12,5.0,0.5,9,3.25,1.69,16,2.57,2.15,7,4.09,1.81,11,3.9,2.51,10,4.38,1.04,13,4.5,1.51,8,2.84,1.77,19,4.0,2.0,4,3.43,1.95,14,5.14,2.12,7
+flatbed,4.86,1.24,21,3.38,2.13,21,5.43,1.57,21,5.0,0.87,9,4.75,1.48,12,2.83,2.23,6,3.21,1.58,14,5.83,1.47,6,5.27,1.62,15,5.11,0.93,9,4.67,1.44,12,3.4,3.29,5,3.38,1.78,16,5.5,1.43,10,5.36,1.75,11,4.58,1.31,12,5.22,1.09,9,3.78,2.54,9,3.08,1.83,12,5.5,1.78,12,5.33,1.32,9
+flatfoot,4.33,1.53,18,3.1,2.22,20,4.32,1.77,25,5.0,2.0,5,4.08,1.32,13,3.55,2.62,11,2.56,1.59,9,4.56,1.79,16,3.89,1.76,9,4.0,1.63,7,4.55,1.51,11,2.44,1.94,9,3.64,2.38,11,4.5,1.73,20,3.6,1.95,5,3.89,1.45,9,4.78,1.56,9,3.27,2.49,11,2.89,1.96,9,4.58,1.77,19,3.5,1.64,6
+flatten,5.24,1.84,21,3.52,2.42,25,5.53,2.34,19,5.44,1.81,9,5.08,1.93,12,3.5,2.95,6,3.5,2.38,18,4.14,1.86,7,6.33,2.27,12,5.19,1.97,16,5.4,1.52,5,3.36,2.56,14,3.7,2.45,10,5.22,2.82,9,5.8,1.93,10,5.0,2.13,12,5.56,1.42,9,3.94,2.62,16,2.78,1.92,9,5.91,2.47,11,5.0,2.2,8
+flatter,6.1,2.1,20,4.61,2.83,18,6.0,2.2,22,7.0,1.22,5,5.8,2.27,15,3.83,3.25,6,5.0,2.66,12,5.6,1.9,10,6.33,2.46,12,6.9,1.2,10,5.3,2.54,10,4.4,3.2,10,4.88,2.47,8,6.0,2.05,11,6.0,2.45,11,6.17,2.44,12,6.0,1.6,8,3.78,2.64,9,5.44,2.92,9,6.36,2.2,11,5.64,2.25,11
+flattered,6.32,1.16,19,5.14,2.37,21,5.95,2.48,22,6.4,0.89,5,6.23,1.3,13,4.0,2.1,6,5.6,2.38,15,6.0,2.26,10,5.92,2.75,12,6.0,1.15,7,6.45,1.21,11,4.71,2.36,7,5.36,2.44,14,5.0,2.54,10,6.75,2.22,12,6.33,1.07,12,6.29,1.38,7,5.0,2.49,11,5.3,2.36,10,6.38,2.29,13,5.33,2.74,9
+flattering,7.14,1.2,21,4.92,2.38,25,6.36,2.28,22,7.0,1.51,8,7.23,1.01,13,4.85,2.54,13,5.0,2.3,12,6.31,2.06,13,6.44,2.7,9,7.75,1.28,8,6.75,1.06,12,5.29,2.37,14,4.45,2.42,11,6.5,1.93,12,6.2,2.74,10,7.4,1.26,10,6.91,1.14,11,4.71,2.37,17,5.38,2.5,8,6.0,2.67,10,6.67,1.97,12
+flattery,5.74,1.48,19,5.1,2.15,20,5.91,2.33,23,6.0,1.0,3,5.69,1.58,16,5.5,1.85,8,4.83,2.37,12,6.33,2.45,9,5.64,2.31,14,5.67,1.5,9,5.8,1.55,10,5.44,2.19,9,4.82,2.18,11,6.4,2.16,15,5.0,2.51,8,5.57,1.99,7,5.83,1.19,12,5.2,1.99,10,5.0,2.4,10,6.38,2.87,13,5.3,1.25,10
+flatulence,3.79,2.15,19,5.95,1.86,21,4.35,2.31,23,5.0,2.0,5,3.38,2.18,13,5.5,2.43,6,6.13,1.64,15,4.4,2.59,10,4.31,2.18,13,3.86,1.86,7,3.82,2.48,11,5.86,2.61,7,6.0,1.47,14,4.45,2.07,11,4.25,2.6,12,4.08,1.88,12,3.29,2.63,7,5.91,2.3,11,6.0,1.33,10,3.93,2.5,14,5.0,1.94,9
+flaunt,4.39,1.91,18,4.15,2.41,20,5.17,2.14,24,4.2,1.3,5,4.46,2.15,13,3.64,2.2,11,4.78,2.64,9,5.0,2.16,16,5.5,2.2,8,5.14,2.12,7,3.91,1.7,11,4.0,2.6,9,4.27,2.37,11,5.0,2.36,19,5.8,0.84,5,4.78,2.17,9,4.0,1.66,9,4.09,2.34,11,4.22,2.64,9,4.68,2.14,19,7.0,0.71,5
+flavor,6.45,1.7,20,4.41,2.46,22,6.95,1.53,21,6.33,1.87,9,6.55,1.63,11,4.91,2.43,11,3.91,2.51,11,6.5,1.69,8,7.23,1.42,13,6.14,1.66,14,7.17,1.72,6,5.0,2.6,9,4.0,2.38,13,6.38,1.85,8,7.31,1.25,13,6.0,1.76,10,6.9,1.6,10,4.08,2.25,13,4.89,2.8,9,7.08,1.68,12,6.78,1.39,9
+flaw,4.1,1.86,20,3.84,2.39,25,4.21,2.3,19,4.11,1.69,9,4.09,2.07,11,2.83,2.04,6,4.11,2.52,18,3.57,1.99,7,4.58,2.47,12,3.81,1.76,16,5.25,2.06,4,3.71,2.73,14,3.9,2.08,10,4.22,2.68,9,4.2,2.04,10,4.18,2.18,11,4.0,1.5,9,4.0,2.42,16,3.56,2.46,9,4.18,2.89,11,4.25,1.28,8
+flawed,3.74,1.68,23,4.18,2.75,22,5.11,2.65,27,3.67,2.35,9,3.79,1.19,14,4.2,2.82,10,4.17,2.82,12,5.13,2.95,15,5.0,2.45,11,3.83,1.53,12,3.64,1.91,11,4.56,2.65,9,3.92,2.9,13,5.88,2.52,17,3.56,2.46,9,3.8,1.82,15,3.62,1.51,8,4.0,2.66,16,4.67,3.2,6,5.33,2.71,12,4.93,2.69,15
+flawless,7.05,1.58,19,4.05,1.99,22,6.55,2.34,22,7.33,1.5,9,6.8,1.69,10,4.12,1.96,8,4.0,2.08,14,6.36,2.54,11,6.73,2.24,11,6.71,1.5,7,7.25,1.66,12,5.1,1.66,10,3.17,1.85,12,6.15,2.51,13,7.11,2.09,9,7.2,1.4,10,6.89,1.83,9,3.75,2.38,8,4.21,1.81,14,6.86,2.18,14,6.0,2.67,8
+flea,3.0,1.61,21,3.0,2.43,23,4.42,2.17,19,3.75,1.83,8,2.54,1.33,13,3.5,2.59,6,2.82,2.43,17,4.73,2.24,11,4.0,2.14,8,3.08,1.73,12,2.89,1.54,9,3.7,2.79,10,2.46,2.07,13,4.75,2.45,12,3.86,1.57,7,3.07,1.77,14,2.86,1.35,7,3.53,2.59,15,2.0,1.85,8,4.33,2.1,12,4.57,2.44,7
+fleabag,3.4,2.39,20,4.35,2.5,20,4.32,2.06,19,3.78,3.19,9,3.09,1.58,11,2.8,2.17,5,5.0,2.48,14,5.5,2.51,6,3.77,1.64,13,3.57,2.65,14,3.0,1.79,6,4.25,2.8,12,4.71,2.21,7,4.78,1.3,9,3.9,2.56,10,4.0,2.91,10,2.8,1.69,10,3.82,2.93,11,5.0,1.8,9,5.33,2.34,6,3.85,1.82,13
+flee,3.84,1.5,19,4.95,2.25,21,5.0,2.43,23,4.33,1.15,3,3.75,1.57,16,5.75,1.91,8,4.46,2.37,13,5.56,2.65,9,4.64,2.31,14,3.78,1.86,9,3.9,1.2,10,5.56,1.33,9,4.5,2.71,12,5.2,2.54,15,4.62,2.33,8,4.43,2.07,7,3.5,1.0,12,5.6,1.84,10,4.36,2.5,11,5.54,2.54,13,4.3,2.21,10
+fleece,5.79,1.32,19,3.71,1.87,21,5.64,2.11,22,5.67,1.15,3,5.81,1.38,16,3.5,1.69,8,3.85,2.03,13,5.88,2.53,8,5.5,1.91,14,5.78,1.64,9,5.8,1.03,10,3.44,1.81,9,3.92,1.98,12,5.86,2.48,14,5.25,1.28,8,5.71,0.95,7,5.83,1.53,12,4.3,1.34,10,3.18,2.18,11,6.08,2.39,12,5.1,1.66,10
+fleet,5.4,1.88,20,4.43,2.37,23,6.24,1.7,21,6.11,1.36,9,4.82,2.09,11,5.18,2.6,11,3.75,2.01,12,5.62,1.06,8,6.62,1.94,13,5.5,1.7,14,5.17,2.4,6,5.0,2.92,9,4.07,1.98,14,6.88,1.64,8,5.85,1.68,13,5.4,2.01,10,5.4,1.84,10,4.0,2.16,13,5.0,2.62,10,6.33,1.56,12,6.11,1.96,9
+flesh,5.2,2.07,20,4.11,2.52,18,5.29,1.94,24,4.2,2.39,5,5.53,1.92,15,4.6,2.51,5,3.92,2.6,13,5.08,2.22,13,5.55,1.63,11,5.8,1.75,10,4.6,2.27,10,5.57,2.51,7,3.18,2.14,11,5.5,1.79,16,4.88,2.3,8,5.0,2.0,14,5.67,2.34,6,4.67,2.53,12,3.0,2.28,6,5.8,1.93,15,4.44,1.74,9
+fleshy,4.89,2.02,19,5.3,2.49,20,3.95,1.54,19,5.0,1.0,3,4.88,2.19,16,6.5,2.88,6,4.79,2.22,14,4.0,1.79,6,3.92,1.5,13,4.6,1.51,10,5.22,2.54,9,4.0,2.94,7,6.0,2.0,13,3.89,1.76,9,4.0,1.41,10,5.38,1.77,8,4.55,2.21,11,5.56,2.65,9,5.09,2.47,11,3.86,1.86,7,4.0,1.41,12
+flex,5.32,1.29,22,4.8,2.0,25,6.04,1.92,23,5.78,1.09,9,5.0,1.35,13,4.22,2.44,9,5.12,1.71,16,6.11,1.9,9,6.0,2.0,14,5.5,0.53,8,5.21,1.58,14,4.77,2.28,13,4.83,1.75,12,5.27,2.0,11,6.75,1.6,12,5.08,1.24,12,5.6,1.35,10,4.71,1.9,14,4.91,2.21,11,5.85,2.08,13,6.3,1.77,10
+flexibility,6.9,1.55,21,4.5,2.06,24,6.73,2.1,22,7.25,1.28,8,6.69,1.7,13,4.62,2.29,13,4.36,1.86,11,6.69,1.97,13,6.78,2.39,9,8.0,1.2,8,6.42,1.24,12,5.15,1.57,13,3.73,2.37,11,6.5,2.11,12,7.0,2.16,10,6.6,1.84,10,7.18,1.25,11,4.59,2.29,17,4.29,1.5,7,5.9,2.64,10,7.42,1.24,12
+flexible,6.74,2.13,19,4.45,2.74,22,6.68,1.83,28,5.33,2.42,6,7.38,1.71,13,5.82,2.6,11,3.09,2.21,11,7.09,1.76,11,6.41,1.87,17,6.82,2.52,11,6.62,1.6,8,5.55,2.5,11,3.36,2.62,11,6.17,1.89,18,7.6,1.35,10,6.46,2.4,13,7.33,1.37,6,4.07,2.87,14,5.12,2.53,8,6.56,2.03,16,6.83,1.59,12
+flick,5.41,1.14,22,4.31,2.2,26,6.46,2.04,24,5.78,1.3,9,5.15,0.99,13,3.4,2.59,10,4.88,1.78,16,6.78,1.64,9,6.27,2.28,15,5.62,1.19,8,5.29,1.14,14,4.0,2.35,13,4.62,2.1,13,6.25,2.09,12,6.67,2.06,12,5.08,1.0,12,5.8,1.23,10,3.67,1.88,15,5.18,2.4,11,6.46,2.18,13,6.45,1.97,11
+flicker,5.5,1.61,20,5.15,2.32,20,5.38,2.21,26,5.09,1.51,11,6.0,1.66,9,5.14,2.41,7,5.15,2.38,13,5.0,2.48,13,5.77,1.92,13,5.82,1.89,11,5.11,1.17,9,5.09,2.12,11,5.22,2.68,9,5.12,2.42,17,5.89,1.76,9,5.6,1.84,10,5.4,1.43,10,5.5,2.54,12,4.62,2.0,8,5.06,1.95,16,5.9,2.6,10
+flier,4.19,1.91,21,4.43,2.35,23,4.85,1.93,20,5.4,2.51,5,3.81,1.6,16,5.0,2.22,12,3.82,2.44,11,4.73,1.56,11,4.5,2.0,8,3.5,2.28,12,5.11,0.6,9,4.38,2.22,16,4.57,2.82,7,4.6,1.43,10,5.1,2.38,10,4.08,1.66,13,4.38,2.39,8,4.68,2.38,19,3.25,2.06,4,4.15,1.72,13,6.14,1.68,7
+flight,6.11,1.97,18,4.2,2.48,20,5.33,2.28,18,5.88,2.36,8,6.3,1.7,10,4.86,1.95,7,3.85,2.73,13,6.0,1.9,11,4.29,2.56,7,6.09,2.3,11,6.14,1.46,7,3.67,2.74,9,4.64,2.29,11,5.55,2.46,11,5.0,2.08,7,5.67,2.02,12,7.0,1.67,6,3.83,2.82,12,4.75,1.91,8,6.22,2.11,9,4.44,2.19,9
+flighty,4.9,1.7,21,4.88,2.37,25,4.32,2.06,19,5.78,1.56,9,4.25,1.54,12,4.17,2.86,6,5.11,2.3,18,4.0,2.52,7,4.5,1.83,12,4.75,1.77,16,5.4,1.52,5,4.29,2.52,14,5.7,2.11,10,4.33,2.24,9,4.3,2.0,10,5.75,1.6,12,3.78,1.09,9,5.12,2.36,16,4.44,2.46,9,4.0,2.37,11,4.75,1.58,8
+flimsy,4.0,1.52,21,3.77,1.82,22,4.2,1.66,25,4.27,1.79,11,3.7,1.16,10,3.7,1.89,10,3.83,1.85,12,4.27,1.68,11,4.23,1.74,13,3.5,1.27,10,4.45,1.63,11,3.6,1.78,10,3.92,1.93,12,4.88,1.41,16,3.0,1.51,8,4.0,1.73,13,4.0,1.2,8,3.71,1.38,14,3.88,2.53,8,4.41,1.54,17,3.75,1.91,8
+flinch,4.0,1.92,20,5.28,2.44,18,4.12,2.64,24,2.8,1.3,5,4.4,1.96,15,4.8,2.68,5,5.46,2.44,13,4.46,2.82,13,3.73,2.49,11,4.1,1.97,10,3.9,1.97,10,5.57,2.57,7,5.09,2.47,11,4.62,2.55,16,3.12,2.7,8,3.79,1.72,14,4.5,2.43,6,5.58,2.39,12,4.67,2.66,6,3.87,2.72,15,4.56,2.6,9
+fling,5.68,1.81,22,4.95,2.68,19,6.1,2.15,20,6.0,1.58,5,5.62,1.96,16,4.62,2.83,8,5.18,2.68,11,6.0,2.4,9,6.18,2.04,11,5.75,1.96,12,5.6,1.71,10,4.9,2.51,10,5.0,3.0,9,6.45,1.57,11,5.67,2.74,9,5.91,1.97,11,5.45,1.69,11,4.12,2.17,8,5.55,2.94,11,6.5,1.85,8,5.83,2.37,12
+flip,5.6,0.88,20,4.62,3.0,24,5.32,2.13,28,5.5,0.76,8,5.67,0.98,12,3.44,3.0,9,5.33,2.87,15,5.64,2.31,14,5.0,1.96,14,5.78,1.09,9,5.45,0.69,11,4.75,3.19,12,4.5,2.94,12,4.43,2.1,14,6.21,1.81,14,5.5,0.85,10,5.7,0.95,10,4.42,2.64,12,4.83,3.43,12,5.17,1.47,12,5.44,2.56,16
+flip flop,4.76,1.92,21,4.04,2.27,23,5.1,2.26,21,4.8,1.79,5,4.75,2.02,16,4.83,2.21,12,3.18,2.09,11,5.0,2.41,11,4.89,2.09,9,4.25,2.3,12,5.44,1.01,9,4.19,2.26,16,3.71,2.43,7,4.73,1.79,11,5.5,2.72,10,4.92,2.14,13,4.5,1.6,8,4.16,2.39,19,3.5,1.73,4,5.07,2.2,14,5.14,2.54,7
+flipper,5.84,1.54,19,3.05,2.14,20,5.15,1.93,20,6.15,1.68,13,5.17,0.98,6,4.2,1.92,5,2.67,2.13,15,5.22,1.92,9,5.09,2.02,11,6.44,1.74,9,5.3,1.16,10,4.14,2.04,7,2.46,2.03,13,5.33,2.06,9,5.0,1.9,11,5.89,1.45,9,5.8,1.69,10,3.5,2.37,10,2.6,1.9,10,4.71,2.69,7,5.38,1.45,13
+flipping,5.33,1.33,18,3.95,2.09,20,5.0,1.73,25,5.0,1.22,5,5.46,1.39,13,3.91,2.34,11,4.0,1.87,9,4.94,1.88,16,5.11,1.54,9,5.57,1.62,7,5.18,1.17,11,3.44,2.01,9,4.36,2.16,11,4.75,1.77,20,6.0,1.22,5,5.22,1.3,9,5.44,1.42,9,3.91,1.87,11,4.0,2.45,9,5.05,1.81,19,4.83,1.6,6
+flirt,6.73,1.41,41,5.93,2.37,43,5.8,2.43,25,7.6,0.97,10,6.52,1.45,29,5.55,2.91,11,6.19,2.1,31,6.3,2.75,10,5.47,2.23,15,7.11,1.33,19,6.43,1.47,21,5.69,2.6,26,6.56,1.71,16,4.57,2.23,7,6.28,2.4,18,7.0,1.51,23,6.39,1.24,18,6.12,2.44,26,5.65,2.32,17,5.11,2.89,9,6.19,2.14,16
+flirtation,5.78,1.66,18,6.29,1.95,21,5.78,2.5,23,6.0,1.41,2,5.75,1.73,16,7.0,1.85,8,5.85,1.95,13,5.11,2.62,9,6.21,2.42,14,6.0,1.8,9,5.56,1.59,9,6.67,1.73,9,6.0,2.13,12,6.27,2.66,15,4.88,2.03,8,4.86,1.86,7,6.36,1.29,11,6.5,1.9,10,6.09,2.07,11,6.69,2.78,13,4.6,1.51,10
+flirty,6.52,2.18,21,5.91,2.31,23,5.56,2.45,18,6.0,2.96,9,6.92,1.38,12,6.18,2.48,11,5.67,2.23,12,5.8,2.74,10,5.25,2.19,8,5.71,2.14,7,6.92,2.25,13,6.0,2.41,11,5.83,2.33,12,5.43,2.57,7,5.64,2.5,11,6.77,2.09,13,6.12,2.42,8,6.27,2.05,11,5.58,2.57,12,4.44,2.3,9,6.67,2.18,9
+float,6.42,1.02,19,3.1,1.61,21,5.91,2.15,23,6.4,1.52,5,6.38,0.87,13,3.5,2.17,6,2.93,1.39,15,6.4,1.9,10,5.54,2.33,13,6.29,1.25,7,6.45,0.93,11,3.14,1.57,7,3.07,1.69,14,5.82,2.4,11,6.0,2.0,12,6.42,1.08,12,6.43,0.98,7,3.55,1.69,11,2.6,1.43,10,6.0,2.22,14,5.78,2.17,9
+floater,4.2,1.47,20,3.06,2.82,18,4.33,2.2,24,3.2,1.3,5,4.53,1.41,15,4.8,3.56,5,2.38,2.29,13,3.23,1.74,13,5.64,2.01,11,4.0,1.89,10,4.4,0.97,10,3.43,2.7,7,2.82,2.99,11,3.56,1.97,16,5.88,1.89,8,4.07,0.92,14,4.5,2.43,6,2.83,2.52,12,3.5,3.56,6,4.27,2.05,15,4.44,2.55,9
+flock,5.25,1.07,20,3.48,2.18,21,5.38,2.58,24,4.67,0.58,3,5.35,1.11,17,3.0,2.24,7,3.85,2.23,13,4.75,2.71,8,5.69,2.55,16,5.0,0.58,7,5.38,1.26,13,3.57,2.15,7,3.54,2.33,13,5.46,2.54,13,5.27,2.76,11,5.0,0.87,9,5.45,1.21,11,3.27,2.1,11,3.7,2.36,10,5.53,2.87,17,5.0,1.83,7
+flood,2.76,2.02,21,5.31,2.6,45,3.16,2.0,44,3.22,2.54,9,2.42,1.56,12,5.38,2.58,16,5.21,2.69,28,3.35,2.08,20,3.0,1.96,24,4.0,2.83,7,2.08,1.19,13,5.17,2.83,18,5.41,2.48,27,3.52,2.13,23,2.76,1.81,21,3.0,2.45,13,2.38,1.06,8,4.2,2.84,20,6.2,2.04,25,3.26,2.0,23,3.05,2.04,21
+floor,5.14,1.42,22,3.33,2.5,21,6.39,1.94,18,5.0,2.53,6,5.2,0.86,15,3.0,2.38,7,3.5,2.62,14,6.89,1.62,9,5.75,2.31,8,5.07,1.77,14,5.29,0.49,7,3.67,2.87,9,3.08,2.27,12,7.1,1.85,10,5.5,1.77,8,5.07,1.59,14,5.25,1.16,8,2.33,2.34,6,3.73,2.52,15,6.5,2.42,10,6.25,1.28,8
+flooring,5.32,1.7,25,3.0,2.35,21,6.0,1.45,22,5.38,2.06,16,5.22,0.83,9,3.73,2.69,11,2.33,1.73,9,5.5,1.97,6,6.19,1.22,16,4.82,1.78,11,5.71,1.59,14,2.55,2.11,11,3.5,2.59,10,5.77,1.42,13,6.33,1.5,9,4.71,1.27,14,6.09,1.92,11,3.0,2.65,13,3.0,1.93,8,5.67,1.5,12,6.4,1.35,10
+floozy,3.95,1.94,22,4.89,1.94,19,4.38,2.54,21,4.8,1.64,5,3.62,2.03,16,4.25,1.58,8,5.36,2.11,11,4.7,2.21,10,4.09,2.88,11,4.33,1.56,12,3.5,2.32,10,5.5,2.12,10,4.22,1.56,9,3.92,2.27,12,5.0,2.87,9,4.18,1.99,11,3.73,1.95,11,5.0,2.45,8,4.82,1.6,11,5.11,2.57,9,3.83,2.48,12
+flop,3.95,1.36,22,3.41,2.06,22,4.79,2.12,19,3.75,1.49,8,4.07,1.33,14,4.0,1.94,10,2.92,2.11,12,6.29,2.14,7,3.92,1.62,12,3.73,1.19,11,4.18,1.54,11,2.73,1.42,11,4.09,2.43,11,4.67,2.32,15,5.25,1.26,4,4.0,1.41,10,3.92,1.38,12,3.4,1.96,10,3.42,2.23,12,4.33,2.12,9,5.2,2.15,10
+floppy,4.61,2.28,18,4.45,1.74,22,4.65,1.99,23,3.83,2.14,6,5.0,2.34,12,4.75,2.01,12,4.1,1.37,10,4.88,2.36,8,4.53,1.85,15,4.78,2.54,9,4.44,2.13,9,5.0,1.87,9,4.08,1.61,13,4.75,2.27,16,4.33,1.37,6,4.75,2.66,8,4.5,2.07,10,4.0,1.22,9,4.77,2.01,13,5.2,2.11,15,3.62,1.3,8
+floral,7.42,1.3,19,2.73,1.8,22,5.15,1.9,27,6.33,1.21,6,7.92,1.04,13,2.36,1.57,11,3.09,2.02,11,4.82,2.52,11,5.38,1.36,16,7.27,1.62,11,7.62,0.74,8,2.36,1.96,11,3.09,1.64,11,5.11,1.78,18,5.22,2.22,9,7.15,1.41,13,8.0,0.89,6,3.07,2.06,14,2.12,1.13,8,5.4,2.38,15,4.83,1.03,12
+florist,6.55,1.82,20,3.19,1.66,21,5.82,2.69,33,6.9,1.52,10,6.2,2.1,10,3.38,2.07,8,3.08,1.44,13,5.57,3.2,14,6.0,2.31,19,6.22,1.56,9,6.82,2.04,11,3.69,1.49,13,2.38,1.69,8,5.9,2.91,21,5.67,2.35,12,6.6,1.71,10,6.5,2.01,10,2.93,1.54,14,3.71,1.89,7,5.44,2.39,16,6.18,2.96,17
+floss,5.0,1.55,21,3.48,2.23,23,5.69,1.67,26,5.18,1.66,11,4.8,1.48,10,3.55,2.38,11,3.42,2.19,12,5.27,1.85,11,6.14,1.46,14,4.5,1.84,10,5.45,1.13,11,3.64,2.58,11,3.33,1.97,12,5.41,1.73,17,6.5,1.31,8,5.31,1.75,13,4.5,1.07,8,2.8,1.78,15,4.75,2.55,8,5.88,2.03,17,5.33,0.5,9
+flotation,5.6,1.43,20,3.61,1.92,23,4.71,2.29,28,5.62,0.74,8,5.58,1.78,12,3.44,1.59,9,3.71,2.16,14,3.93,2.3,14,5.5,2.07,14,5.11,1.36,9,6.0,1.41,11,4.09,2.12,11,3.17,1.7,12,5.07,2.37,14,4.36,2.24,14,5.6,1.35,10,5.6,1.58,10,3.09,1.81,11,4.08,1.98,12,5.08,2.07,12,4.44,2.48,16
+flounder,5.32,2.14,19,4.0,2.29,22,4.32,2.08,19,4.56,2.19,9,6.0,1.94,10,5.0,1.83,7,3.5,2.47,14,4.1,2.02,10,4.56,2.24,9,5.67,2.45,9,5.0,1.89,10,4.67,2.92,9,3.5,1.78,12,4.12,0.64,8,4.6,2.84,10,5.58,1.62,12,4.86,2.91,7,4.32,2.29,19,2.0,1.0,3,3.88,0.64,8,4.64,2.69,11
+flour,5.25,1.71,20,3.26,1.91,23,5.86,2.2,21,4.8,2.17,5,5.4,1.59,15,3.25,1.71,12,3.27,2.2,11,6.0,2.37,11,5.33,1.87,9,5.09,2.07,11,5.44,1.24,9,3.25,1.53,16,3.29,2.75,7,5.45,1.57,11,6.3,2.75,10,5.69,1.84,13,4.43,1.13,7,3.11,2.05,19,4.0,0.82,4,5.64,1.86,14,6.29,2.87,7
+flourish,7.21,1.58,19,5.22,2.33,23,6.17,1.92,18,7.0,1.41,9,7.4,1.78,10,4.86,2.91,7,5.6,1.99,15,6.5,1.9,10,5.75,1.98,8,7.67,1.5,9,6.8,1.62,10,4.9,2.69,10,5.75,1.91,12,5.75,1.49,8,6.22,2.17,9,7.08,1.62,12,7.43,1.62,7,5.15,2.48,20,5.67,1.15,3,6.12,1.81,8,6.2,2.1,10
+flow,5.68,0.89,19,3.71,2.28,21,5.4,2.42,25,5.33,0.58,3,5.75,0.93,16,4.57,2.64,7,3.31,2.14,13,5.5,2.27,8,5.35,2.55,17,5.43,0.79,7,5.83,0.94,12,4.57,2.76,7,3.31,2.06,13,5.14,2.48,14,5.73,2.41,11,5.5,0.76,8,5.82,0.98,11,3.91,2.43,11,3.5,2.22,10,5.5,2.66,18,5.14,1.77,7
+flower,7.3,1.87,20,3.67,2.59,49,6.43,1.78,21,7.0,1.87,9,7.55,1.92,11,4.0,2.58,19,3.47,2.61,30,6.56,1.88,9,6.33,1.78,12,6.43,1.99,7,7.67,1.72,12,3.92,2.45,24,3.44,2.74,25,6.64,1.57,11,6.2,2.04,10,7.31,1.89,13,7.29,1.98,7,3.82,2.52,33,3.38,2.78,16,6.82,1.72,11,6.0,1.83,10
+flowery,7.47,1.22,19,3.81,2.04,21,5.57,2.29,23,7.0,1.73,3,7.56,1.15,16,3.38,1.3,8,4.08,2.4,13,5.56,2.3,9,5.57,2.38,14,8.22,1.09,9,6.8,0.92,10,4.0,1.87,9,3.67,2.23,12,6.2,2.31,15,4.38,1.85,8,7.29,1.25,7,7.58,1.24,12,4.6,1.9,10,3.09,1.97,11,6.23,2.45,13,4.7,1.83,10
+flu,2.58,1.8,19,4.0,2.41,21,2.8,2.12,25,2.25,0.5,4,2.67,2.02,15,3.75,2.22,4,4.06,2.51,17,4.11,2.47,9,2.06,1.53,16,2.25,0.71,8,2.82,2.32,11,4.1,2.47,10,3.91,2.47,11,2.86,1.96,14,2.73,2.41,11,2.4,1.07,10,2.78,2.44,9,2.9,2.23,10,5.0,2.19,11,3.0,2.25,18,2.29,1.8,7
+flue,4.45,1.67,20,2.86,2.15,21,4.32,2.12,25,4.75,2.75,4,4.38,1.41,16,2.75,1.71,4,2.88,2.29,17,4.56,2.4,9,4.19,2.01,16,5.0,1.6,8,4.08,1.68,12,3.3,1.95,10,2.45,2.34,11,3.93,1.82,14,4.82,2.44,11,4.73,1.56,11,4.11,1.83,9,2.4,2.07,10,3.27,2.24,11,4.39,2.4,18,4.14,1.21,7
+fluent,6.53,1.17,19,3.9,1.97,21,5.74,2.14,23,6.0,1.0,3,6.62,1.2,16,3.88,1.73,8,3.92,2.18,13,5.56,2.01,9,5.86,2.28,14,6.56,1.33,9,6.5,1.08,10,4.56,2.24,9,3.42,1.68,12,5.6,2.53,15,6.0,1.2,8,6.86,0.9,7,6.33,1.3,12,4.0,1.94,10,3.82,2.09,11,5.62,2.43,13,5.9,1.79,10
+fluff,6.18,1.22,22,3.54,2.1,26,6.12,1.94,24,6.22,1.3,9,6.15,1.21,13,3.3,2.5,10,3.69,1.89,16,6.22,1.79,9,6.07,2.09,15,6.62,1.69,8,5.93,0.83,14,3.85,2.19,13,3.23,2.05,13,6.08,2.39,12,6.17,1.47,12,6.33,1.23,12,6.0,1.25,10,4.0,2.39,15,2.91,1.51,11,6.23,2.09,13,6.0,1.84,11
+fluffy,7.11,1.29,19,3.45,2.11,22,6.11,1.66,19,6.67,1.32,9,7.5,1.18,10,2.4,1.67,5,3.94,2.11,16,6.5,1.52,6,5.92,1.75,13,7.21,1.12,14,6.8,1.79,5,3.42,1.88,12,3.78,2.44,9,5.44,1.74,9,6.7,1.42,10,7.22,1.09,9,7.0,1.49,10,3.75,2.14,12,3.1,2.13,10,7.0,1.41,6,5.69,1.65,13
+fluid,5.05,1.56,22,4.04,2.62,26,5.75,1.85,24,5.67,1.41,9,4.62,1.56,13,2.6,2.12,10,4.94,2.54,16,5.89,1.9,9,5.67,1.88,15,5.5,0.53,8,4.79,1.89,14,4.46,2.99,13,3.62,2.22,13,5.25,1.86,12,6.25,1.76,12,5.08,1.56,12,5.0,1.63,10,4.07,2.87,15,4.0,2.37,11,6.0,1.83,13,5.45,1.92,11
+fluke,4.3,2.05,20,4.94,2.58,18,3.58,2.47,24,4.2,2.17,5,4.33,2.09,15,5.8,2.95,5,4.62,2.47,13,3.85,2.58,13,3.27,2.41,11,4.8,2.2,10,3.8,1.87,10,6.0,2.45,7,4.27,2.53,11,3.94,2.74,16,2.88,1.73,8,3.71,1.59,14,5.67,2.5,6,5.5,2.5,12,3.83,2.56,6,3.0,1.96,15,4.56,3.0,9
+flunk,1.95,1.07,21,3.72,2.07,25,4.23,2.78,22,2.12,1.13,8,1.85,1.07,13,3.23,2.01,13,4.25,2.09,12,5.46,2.67,13,2.44,1.88,9,2.0,1.2,8,2.0,1.04,12,3.79,1.89,14,3.64,2.38,11,5.08,2.64,12,3.2,2.7,10,1.9,1.1,10,2.0,1.1,11,3.41,1.87,17,4.38,2.45,8,4.2,3.12,10,4.25,2.6,12
+flunky,2.89,1.24,19,3.15,2.13,20,4.95,2.56,20,2.0,1.0,3,3.2,1.15,15,2.7,1.83,10,3.6,2.41,10,5.4,2.22,10,4.5,2.92,10,3.5,1.05,6,2.75,1.22,12,2.14,1.77,7,3.69,2.18,13,4.0,1.41,8,5.58,3.0,12,2.92,1.44,12,2.86,0.9,7,3.3,2.21,10,3.0,2.16,10,4.78,2.44,9,5.09,2.77,11
+fluorescent,5.16,2.06,19,3.85,2.41,20,5.15,2.5,20,6.67,1.53,3,5.0,2.07,15,3.8,2.3,10,3.9,2.64,10,6.3,1.34,10,4.0,2.91,10,5.33,2.66,6,5.25,1.82,12,4.71,2.87,7,3.38,2.1,13,4.75,2.82,8,5.42,2.35,12,5.33,1.78,12,4.86,2.61,7,4.5,2.59,10,3.2,2.15,10,4.22,2.64,9,5.91,2.21,11
+flurry,5.68,1.64,22,4.18,2.3,22,5.25,2.45,20,5.38,1.51,8,5.86,1.75,14,4.4,2.41,10,4.0,2.3,12,7.14,1.95,7,4.23,2.09,13,5.45,1.51,11,5.91,1.81,11,4.18,1.83,11,4.18,2.79,11,5.4,2.44,15,4.8,2.68,5,5.5,1.27,10,5.83,1.95,12,4.9,2.28,10,3.58,2.23,12,4.7,2.0,10,5.8,2.82,10
+flush,4.67,1.39,21,4.35,2.13,20,5.62,2.25,21,5.17,0.75,6,4.47,1.55,15,5.12,1.25,8,3.83,2.48,12,6.18,2.18,11,5.0,2.26,10,4.33,1.21,6,4.8,1.47,15,5.2,2.1,10,3.5,1.9,10,5.07,2.46,14,6.71,1.25,7,4.43,1.27,7,4.79,1.48,14,4.29,1.98,14,4.5,2.66,6,5.42,2.19,12,5.89,2.42,9
+flute,6.29,2.41,21,3.72,2.44,25,5.84,1.98,19,6.33,2.12,9,6.25,2.7,12,4.0,3.03,6,3.56,2.36,18,5.57,1.81,7,6.0,2.13,12,6.38,2.25,16,6.0,3.16,5,3.5,2.68,14,3.9,2.28,10,6.0,2.18,9,5.7,1.89,10,6.42,2.57,12,6.11,2.32,9,4.19,2.46,16,2.89,2.32,9,6.18,1.99,11,5.38,2.0,8
+flutter,5.7,1.81,20,4.86,2.32,22,5.37,2.03,19,5.33,1.73,9,6.0,1.9,11,4.2,2.77,5,5.25,2.14,16,4.33,2.73,6,5.85,1.52,13,6.14,1.75,14,4.67,1.63,6,3.92,2.11,12,6.44,1.67,9,5.22,1.2,9,5.5,2.64,10,5.9,1.79,10,5.5,1.9,10,3.58,2.07,12,6.4,1.58,10,6.0,2.19,6,5.08,1.98,13
+flux,4.17,1.58,18,4.18,1.89,22,4.79,1.93,24,4.33,1.97,6,4.08,1.44,12,4.5,2.07,12,3.8,1.69,10,4.0,1.69,8,5.19,1.97,16,4.6,1.26,10,3.62,1.85,8,4.56,1.94,9,3.92,1.89,13,4.82,1.7,17,4.67,2.8,6,3.88,1.46,8,4.4,1.71,10,4.11,1.27,9,4.23,2.28,13,5.12,2.13,16,4.12,1.36,8
+fly,6.06,2.65,18,4.9,2.41,21,5.28,2.8,18,5.88,2.7,8,6.2,2.74,10,5.29,2.43,7,4.71,2.46,14,4.73,2.49,11,6.14,3.24,7,6.36,2.46,11,5.57,3.05,7,5.11,3.22,9,4.75,1.71,12,5.27,2.87,11,5.29,2.93,7,5.0,2.59,12,8.17,0.98,6,4.67,2.46,12,5.22,2.44,9,5.78,2.73,9,4.78,2.95,9
+flyboy,4.7,1.75,20,4.33,1.98,21,4.97,2.04,34,4.9,1.91,10,4.5,1.65,10,4.25,2.43,8,4.38,1.76,13,4.86,2.38,14,5.05,1.82,20,4.33,1.94,9,5.0,1.61,11,5.15,1.57,13,3.0,1.93,8,5.18,2.34,22,4.58,1.31,12,4.2,2.1,10,5.2,1.23,10,4.29,2.2,14,4.43,1.62,7,4.88,2.15,17,5.06,1.98,17
+flyer,4.95,1.36,21,3.76,2.07,21,5.4,2.45,25,5.08,1.51,12,4.78,1.2,9,4.57,2.3,7,3.36,1.91,14,5.8,2.74,10,5.13,2.29,15,5.0,0.82,4,4.94,1.48,17,3.9,2.47,10,3.64,1.75,11,5.43,2.44,7,5.39,2.52,18,4.75,1.6,12,5.22,0.97,9,3.38,1.8,13,4.38,2.45,8,4.0,2.12,9,6.19,2.32,16
+foam,5.25,1.37,20,2.9,1.7,21,5.1,2.12,60,5.33,0.58,3,5.24,1.48,17,3.0,1.73,7,2.86,1.75,14,4.52,2.25,31,5.72,1.81,29,5.57,0.79,7,5.08,1.61,13,3.0,1.76,10,2.82,1.72,11,4.78,2.34,36,5.58,1.67,24,5.22,0.83,9,5.27,1.74,11,3.38,1.8,13,2.12,1.25,8,5.1,2.2,30,5.1,2.07,30
+focal,4.85,1.73,20,3.94,2.07,18,6.41,1.5,22,5.0,1.87,5,4.8,1.74,15,4.83,1.47,6,3.5,2.24,12,6.2,1.32,10,6.58,1.68,12,5.6,0.84,10,4.1,2.08,10,4.9,1.97,10,2.75,1.58,8,5.82,1.33,11,7.0,1.48,11,4.75,1.76,12,5.0,1.77,8,3.0,2.24,9,4.89,1.45,9,6.18,1.72,11,6.64,1.29,11
+focus,6.48,1.69,21,4.45,2.76,20,6.84,2.36,19,6.23,1.83,13,6.88,1.46,8,5.14,3.02,7,4.08,2.66,13,6.71,2.21,7,6.92,2.54,12,6.25,1.86,12,6.78,1.48,9,4.89,2.8,9,4.09,2.81,11,5.8,2.57,10,8.0,1.5,9,6.5,1.24,12,6.44,2.24,9,5.71,2.14,7,3.77,2.89,13,6.57,2.88,7,7.0,2.13,12
+foe,3.15,1.6,20,4.71,2.85,24,3.82,2.09,28,3.75,1.28,8,2.75,1.71,12,4.22,2.68,9,5.0,3.0,15,3.29,2.13,14,4.36,1.98,14,2.44,1.42,9,3.73,1.56,11,4.33,2.67,12,5.08,3.09,12,2.86,1.17,14,4.79,2.39,14,2.6,1.51,10,3.7,1.57,10,4.75,2.99,12,4.67,2.84,12,3.58,1.83,12,4.0,2.31,16
+fog,5.77,1.6,22,3.67,2.06,21,4.05,2.34,22,6.14,1.66,14,5.12,1.36,8,3.73,2.15,11,3.78,2.11,9,4.17,2.48,6,4.0,2.37,16,5.9,1.79,10,5.67,1.5,12,3.09,2.07,11,4.3,1.95,10,3.62,1.85,13,4.67,2.92,9,6.0,1.6,12,5.5,1.65,10,3.15,1.82,13,4.5,2.27,8,2.92,1.56,12,5.4,2.46,10
+foggy,4.65,1.27,20,3.68,2.03,22,4.21,1.87,19,4.11,1.17,9,5.09,1.22,11,4.2,2.28,5,3.62,2.03,16,4.0,2.28,6,4.31,1.75,13,4.71,1.2,14,4.5,1.52,6,3.75,2.3,12,3.78,1.79,9,4.11,1.17,9,4.3,2.41,10,4.8,1.32,10,4.5,1.27,10,3.58,2.35,12,3.8,1.69,10,3.67,2.07,6,4.46,1.81,13
+foil,4.57,1.54,21,3.7,2.01,23,5.04,1.56,26,4.82,1.25,11,4.3,1.83,10,3.55,2.11,11,3.83,1.99,12,4.91,1.87,11,5.07,1.38,14,4.0,1.56,10,5.09,1.38,11,3.82,2.36,11,3.58,1.73,12,5.12,1.36,17,4.75,2.05,8,4.69,1.84,13,4.38,0.92,8,3.27,1.67,15,4.5,2.45,8,5.12,1.9,17,4.89,0.6,9
+fold,5.19,1.33,21,3.0,1.64,21,6.67,1.83,21,5.15,1.63,13,5.25,0.71,8,3.09,1.64,11,3.11,1.69,9,6.0,1.79,6,6.93,1.83,15,5.0,2.0,9,5.33,0.49,12,2.73,1.68,11,3.3,1.64,10,6.69,1.44,13,6.62,2.45,8,5.42,1.56,12,4.89,0.93,9,2.69,1.44,13,3.5,1.93,8,7.25,1.29,12,5.89,2.2,9
+folder,5.7,1.75,20,2.33,1.53,21,5.42,1.98,24,6.5,2.52,4,5.5,1.55,16,2.25,0.96,4,2.35,1.66,17,6.11,1.96,9,5.0,1.93,15,6.0,1.51,8,5.5,1.93,12,2.3,1.25,10,2.36,1.8,11,5.14,1.96,14,5.8,2.04,10,5.64,1.69,11,5.78,1.92,9,2.2,1.69,10,2.45,1.44,11,5.76,2.19,17,4.57,0.98,7
+foliage,5.68,1.13,22,4.25,2.51,24,6.21,1.91,24,5.44,1.01,9,5.85,1.21,13,3.44,2.55,9,4.73,2.43,15,5.89,1.96,9,6.4,1.92,15,4.88,0.35,8,6.14,1.17,14,5.0,2.57,11,3.62,2.36,13,5.92,1.93,12,6.5,1.93,12,5.75,1.14,12,5.6,1.17,10,4.31,2.46,13,4.18,2.68,11,6.69,1.8,13,5.64,1.96,11
+folk,6.17,1.62,18,2.45,1.67,20,6.0,2.28,18,5.25,1.04,8,6.9,1.66,10,3.0,2.24,7,2.15,1.28,13,6.0,2.24,11,6.0,2.52,7,5.55,1.21,11,7.14,1.77,7,2.44,2.01,9,2.45,1.44,11,6.27,2.15,11,5.57,2.57,7,6.0,1.81,12,6.5,1.22,6,2.17,1.47,12,2.88,1.96,8,6.78,2.33,9,5.22,2.05,9
+folklore,6.32,2.0,19,4.1,2.51,20,4.85,2.35,20,5.67,1.15,3,6.6,2.1,15,4.0,3.16,10,4.2,1.81,10,4.5,2.01,10,5.2,2.7,10,5.67,2.66,6,6.83,1.53,12,5.29,3.09,7,3.46,1.98,13,4.38,2.07,8,5.17,2.55,12,7.17,1.64,12,4.86,1.77,7,4.9,2.42,10,3.3,2.45,10,3.78,1.99,9,5.73,2.33,11
+follow,4.82,1.05,22,3.76,2.34,21,4.81,2.43,16,4.67,1.63,6,4.87,0.83,15,2.57,2.23,7,4.36,2.24,14,4.75,2.43,8,4.88,2.59,8,4.71,1.27,14,5.0,0.58,7,4.33,2.74,9,3.33,2.02,12,4.78,3.07,9,4.86,1.46,7,4.79,1.19,14,4.88,0.83,8,4.33,2.66,6,3.53,2.26,15,5.67,2.92,9,3.71,0.95,7
+follower,4.86,1.98,21,3.4,2.27,25,4.58,2.17,19,5.22,1.79,9,4.58,2.15,12,4.33,2.66,6,3.06,2.18,18,4.71,2.75,7,4.5,1.88,12,4.81,2.04,16,5.0,2.0,5,3.43,2.53,14,3.3,2.11,10,5.0,2.4,9,4.2,1.99,10,5.42,1.88,12,4.11,1.96,9,3.81,2.4,16,2.67,1.94,9,4.09,2.34,11,5.25,1.83,8
+folly,4.11,1.63,19,4.56,1.62,18,3.65,1.73,17,4.64,1.29,11,3.38,1.85,8,4.75,2.5,4,4.5,1.4,14,3.25,1.91,8,4.0,1.58,9,4.12,1.46,8,4.09,1.81,11,4.14,1.35,7,4.82,1.78,11,3.0,1.79,6,4.0,1.67,11,4.15,1.77,13,4.0,1.41,6,4.55,1.92,11,4.57,1.13,7,3.71,1.5,7,3.6,1.96,10
+fond,6.79,1.75,19,3.26,2.07,23,6.42,1.8,19,5.78,1.2,9,7.7,1.7,10,4.14,2.27,7,2.73,1.91,15,6.2,2.15,10,6.67,1.41,9,7.0,2.12,9,6.6,1.43,10,3.2,2.39,10,3.17,1.9,12,5.88,2.3,8,6.8,1.4,10,7.17,1.7,12,6.14,1.77,7,3.5,2.12,20,1.67,0.58,3,5.75,1.91,8,6.91,1.64,11
+fondle,4.32,2.36,19,5.18,2.5,22,4.88,2.46,24,4.0,1.79,6,4.46,2.63,13,5.58,2.27,12,4.7,2.79,10,5.12,2.64,8,4.75,2.44,16,5.2,2.15,10,3.33,2.29,9,5.89,2.15,9,4.69,2.69,13,5.0,2.35,17,4.83,3.06,6,4.75,2.66,8,4.0,2.19,11,4.44,1.74,9,5.69,2.87,13,4.31,2.18,16,6.0,2.73,8
+fondness,7.68,1.29,19,3.55,2.2,22,6.82,1.33,22,7.78,1.39,9,7.6,1.26,10,4.5,2.2,8,3.0,2.08,14,6.91,1.64,11,6.73,1.01,11,7.57,1.51,7,7.75,1.22,12,3.6,2.22,10,3.5,2.28,12,6.92,1.12,13,6.67,1.66,9,7.5,1.58,10,7.89,0.93,9,3.62,2.39,8,3.5,2.18,14,6.93,1.59,14,6.62,0.74,8
+fondue,6.0,1.72,22,3.71,2.22,21,6.5,2.35,20,6.0,1.51,8,6.0,1.88,14,3.9,2.33,10,3.55,2.21,11,6.86,2.27,7,6.31,2.46,13,5.64,1.8,11,6.36,1.63,11,4.1,2.02,10,3.36,2.42,11,6.27,2.52,15,7.2,1.79,5,5.8,1.55,10,6.17,1.9,12,3.78,1.92,9,3.67,2.5,12,6.4,2.12,10,6.6,2.67,10
+font,5.09,1.44,22,3.38,2.11,21,6.45,1.99,20,5.62,1.51,8,4.79,1.37,14,3.6,1.96,10,3.18,2.32,11,6.71,2.56,7,6.31,1.7,13,5.09,1.51,11,5.09,1.45,11,3.73,2.2,11,3.0,2.05,10,6.0,2.0,15,7.8,1.3,5,4.6,1.43,10,5.5,1.38,12,3.8,1.75,10,3.0,2.41,11,5.9,1.37,10,7.0,2.4,10
+food,7.52,1.38,42,4.69,2.63,42,6.08,2.15,48,7.86,1.17,14,7.36,1.47,28,4.94,2.49,16,4.54,2.75,26,6.12,2.64,17,6.17,1.82,30,7.33,1.14,18,7.67,1.55,24,4.79,2.68,19,4.61,2.64,23,6.06,2.37,32,6.33,1.54,15,7.46,1.53,26,7.62,1.15,16,4.44,3.0,25,5.06,1.98,17,5.89,2.42,28,6.35,1.73,20
+fool,3.56,2.15,18,4.86,2.5,21,2.94,1.76,18,4.0,2.0,8,3.2,2.3,10,5.0,2.45,7,4.79,2.61,14,3.0,1.95,11,2.86,1.57,7,3.64,1.8,11,3.43,2.76,7,4.33,2.55,9,5.25,2.49,12,2.55,1.92,11,3.57,1.4,7,3.0,1.65,12,4.67,2.73,6,4.25,2.14,12,5.67,2.83,9,2.67,1.66,9,3.22,1.92,9
+foolhardy,3.86,1.9,21,5.05,1.93,19,4.71,2.24,21,4.17,0.98,6,3.73,2.19,15,5.0,2.2,8,5.09,1.81,11,4.45,2.16,11,5.0,2.4,10,4.0,1.67,6,3.8,2.04,15,4.6,2.32,10,5.56,1.33,9,4.79,2.67,14,4.57,1.13,7,3.57,1.51,7,4.0,2.11,14,4.93,2.2,14,5.4,0.89,5,4.42,2.23,12,5.11,2.32,9
+foolish,3.0,1.33,19,4.57,2.01,21,3.9,1.59,20,4.67,1.53,3,2.69,1.08,16,4.33,2.5,6,4.67,1.88,15,4.5,1.52,6,3.64,1.6,14,3.4,1.26,10,2.56,1.33,9,4.57,2.3,7,4.57,1.95,14,3.9,1.52,10,3.9,1.73,10,3.25,1.58,8,2.82,1.17,11,5.11,2.03,9,4.17,1.99,12,3.75,1.83,8,4.0,1.48,12
+foolishness,4.1,2.07,21,4.6,2.57,25,4.26,2.56,19,4.11,2.2,9,4.08,2.07,12,4.0,2.53,6,4.72,2.67,18,3.86,2.48,7,4.5,2.68,12,3.88,1.82,16,4.8,2.86,5,3.71,2.67,14,5.7,2.11,10,4.78,2.82,9,3.8,2.35,10,3.92,2.57,12,4.33,1.22,9,5.31,2.36,16,3.33,2.55,9,3.82,2.89,11,4.88,2.03,8
+foolproof,5.82,1.33,22,4.36,2.44,22,6.0,2.22,20,6.5,1.2,8,5.43,1.28,14,4.8,2.7,10,4.0,2.26,12,6.29,2.56,7,5.85,2.12,13,6.09,1.64,11,5.55,0.93,11,4.64,2.38,11,4.09,2.59,11,5.87,2.33,15,6.4,2.07,5,5.4,1.43,10,6.17,1.19,12,4.4,2.55,10,4.33,2.46,12,6.0,1.56,10,6.0,2.83,10
+foot,4.68,1.42,19,2.77,1.57,22,5.97,2.03,39,6.0,1.0,3,4.44,1.36,16,3.5,1.69,8,2.36,1.39,14,6.87,2.0,15,5.42,1.89,24,5.0,0.94,10,4.33,1.8,9,3.2,1.69,10,2.42,1.44,12,5.86,2.1,28,6.27,1.9,11,5.0,1.2,8,4.45,1.57,11,2.5,1.77,8,2.93,1.49,14,5.74,1.66,19,6.2,2.35,20
+foot stool,5.27,1.24,22,3.41,2.36,22,5.37,2.06,19,5.25,1.16,8,5.0,0.82,13,4.38,2.72,8,2.77,2.09,13,5.0,1.53,7,5.45,2.42,11,5.38,1.19,8,4.92,0.76,13,3.38,2.92,8,3.43,2.1,14,3.57,1.81,7,6.42,1.38,12,5.18,1.25,11,5.36,1.29,11,2.25,1.91,8,4.07,2.4,14,5.44,1.86,16,5.0,3.46,3
+footage,5.33,1.28,18,3.12,1.96,17,5.71,2.34,17,6.0,0.82,10,4.5,1.31,8,4.0,2.58,4,2.85,1.77,13,5.12,2.42,8,6.22,2.28,9,6.12,0.83,8,4.7,1.25,10,4.0,2.24,7,2.5,1.58,10,6.17,2.04,6,5.45,2.54,11,5.42,1.56,12,5.17,0.41,6,2.7,2.21,10,3.71,1.5,7,5.57,2.3,7,5.8,2.49,10
+football,6.52,2.23,21,5.65,2.89,20,5.42,2.78,19,7.15,1.86,13,5.5,2.51,8,6.14,1.95,7,5.38,3.33,13,6.71,2.43,7,4.67,2.77,12,7.0,1.86,12,5.89,2.62,9,5.89,2.8,9,5.45,3.08,11,6.5,2.51,10,4.22,2.68,9,6.75,2.18,12,6.22,2.39,9,5.71,2.69,7,5.62,3.1,13,6.29,2.21,7,4.92,3.03,12
+foothold,5.2,1.88,20,3.83,2.21,23,5.1,1.95,21,5.6,2.61,5,5.07,1.67,15,4.33,1.67,12,3.27,2.65,11,5.09,1.81,11,4.67,1.8,9,5.08,2.31,12,5.38,1.06,8,4.12,2.33,16,3.14,1.86,7,4.64,1.96,11,5.6,1.9,10,5.5,1.78,12,4.75,2.05,8,3.74,2.26,19,4.25,2.22,4,4.43,1.74,14,6.43,1.72,7
+footing,5.13,1.42,23,2.95,1.9,20,5.57,1.57,21,5.78,1.48,9,4.71,1.27,14,3.22,1.92,9,2.73,1.95,11,5.5,2.51,6,5.6,1.12,15,5.09,1.51,11,5.27,1.42,11,3.0,1.93,8,2.92,1.98,12,5.5,1.45,14,5.71,1.89,7,5.08,1.85,13,5.2,0.63,10,3.17,1.99,12,2.62,1.85,8,5.55,1.57,11,5.6,1.65,10
+footlocker,5.05,1.36,21,4.25,2.09,24,5.27,2.33,22,5.38,0.92,8,4.85,1.57,13,4.62,2.33,13,3.82,1.78,11,5.69,2.14,13,4.67,2.6,9,5.88,1.55,8,4.58,1.0,12,5.21,1.67,14,2.9,1.91,10,5.67,1.97,12,4.8,2.74,10,4.9,1.1,10,5.18,1.6,11,3.82,2.3,17,5.29,0.95,7,5.8,2.82,10,4.83,1.85,12
+footloose,6.05,1.73,22,4.62,2.48,26,5.38,2.24,24,6.44,1.13,9,5.77,2.05,13,4.5,2.76,10,4.69,2.39,16,5.0,2.0,9,5.6,2.41,15,6.25,1.04,8,5.93,2.06,14,4.77,2.59,13,4.46,2.47,13,4.83,2.33,12,5.92,2.11,12,6.0,2.13,12,6.1,1.2,10,4.87,2.56,15,4.27,2.45,11,5.23,2.28,13,5.55,2.3,11
+footprint,6.0,1.73,21,2.96,1.97,25,6.37,1.54,19,5.22,1.86,9,6.58,1.44,12,3.0,1.9,6,2.89,2.08,18,6.0,1.41,7,6.58,1.62,12,5.94,1.91,16,6.2,1.1,5,2.64,2.13,14,3.3,1.83,10,6.44,1.51,9,6.3,1.64,10,5.83,1.99,12,6.22,1.39,9,3.38,2.19,16,2.22,1.3,9,6.45,1.51,11,6.25,1.67,8
+footwear,6.43,1.57,21,4.0,2.29,22,5.18,1.92,22,6.0,1.66,9,6.75,1.48,12,2.67,1.63,6,4.4,2.38,15,5.67,2.07,6,5.0,1.9,16,6.22,1.09,9,6.58,1.88,12,4.4,2.41,5,3.88,2.32,17,4.64,1.5,11,5.73,2.2,11,6.67,1.92,12,6.11,0.93,9,5.11,2.15,9,3.23,2.13,13,5.08,2.11,12,5.3,1.77,10
+footwork,5.74,1.97,19,3.96,2.23,23,5.58,1.77,19,5.56,1.59,9,5.9,2.33,10,3.86,2.61,7,4.0,2.2,15,6.1,1.37,10,5.0,2.06,9,5.78,2.17,9,5.7,1.89,10,4.9,2.51,10,3.17,1.8,12,5.75,1.28,8,5.3,2.16,10,5.75,2.09,12,5.71,1.89,7,3.95,2.39,20,4.0,0.0,3,5.62,1.3,8,5.55,2.11,11
+forbid,2.82,1.33,22,4.85,2.57,26,4.48,2.63,23,2.33,1.0,9,3.15,1.46,13,3.5,2.76,10,5.69,2.12,16,5.56,2.35,9,3.79,2.64,14,2.38,0.92,8,3.07,1.49,14,4.38,2.47,13,5.31,2.69,13,4.67,2.67,12,4.27,2.69,11,3.08,1.38,12,2.5,1.27,10,4.0,2.42,15,6.0,2.41,11,3.85,2.44,13,5.3,2.75,10
+forbidding,3.82,1.79,22,5.05,2.25,19,3.57,2.13,21,4.6,0.89,5,3.56,2.0,16,5.75,2.19,8,4.55,2.25,11,3.6,2.07,10,3.55,2.3,11,3.92,1.68,12,3.7,2.0,10,5.8,1.99,10,4.22,2.33,9,3.25,2.26,12,4.0,2.0,9,3.55,1.57,11,4.09,2.02,11,5.25,1.91,8,4.91,2.55,11,3.67,2.06,9,3.5,2.28,12
+force,4.17,2.23,18,5.35,2.76,20,4.22,2.56,18,3.75,1.28,8,4.5,2.8,10,5.71,1.8,7,5.15,3.21,13,4.91,2.21,11,3.14,2.85,7,3.91,1.45,11,4.57,3.21,7,5.56,3.24,9,5.18,2.44,11,3.82,2.64,11,4.86,2.48,7,3.17,1.27,12,6.17,2.48,6,5.42,2.81,12,5.25,2.87,8,4.44,2.65,9,4.0,2.6,9
+forceful,3.7,1.78,20,5.36,2.46,22,5.53,2.52,19,4.0,1.94,9,3.45,1.69,11,5.8,3.56,5,5.19,2.23,16,7.0,1.67,6,4.85,2.61,13,3.71,1.86,14,3.67,1.75,6,4.58,2.23,12,6.33,2.65,9,5.0,1.94,9,6.0,2.98,10,4.4,1.9,10,3.0,1.41,10,4.0,2.41,12,7.0,1.25,10,6.0,3.03,6,5.31,2.36,13
+forceps,3.8,1.74,20,4.57,2.02,23,5.86,2.06,21,4.67,1.8,9,3.09,1.38,11,4.27,2.0,11,4.83,2.08,12,5.38,1.77,8,6.15,2.23,13,3.93,1.73,14,3.5,1.87,6,4.22,2.28,9,4.79,1.89,14,5.62,1.51,8,6.0,2.38,13,3.7,1.57,10,3.9,1.97,10,4.77,2.13,13,4.3,1.95,10,6.5,1.73,12,5.0,2.24,9
+forces,5.58,1.89,19,4.33,2.67,21,5.48,2.11,23,5.73,1.74,11,4.86,1.77,7,5.62,2.72,8,3.54,2.4,13,5.43,2.88,7,5.5,1.79,16,6.12,2.17,8,5.18,1.66,11,4.5,3.07,8,4.23,2.52,13,5.91,1.76,11,5.08,2.39,12,5.58,2.11,12,5.57,1.62,7,3.45,2.98,11,5.3,2.0,10,5.31,2.36,13,5.7,1.83,10
+ford,5.79,2.12,19,2.85,2.08,20,6.0,1.56,24,6.23,2.24,13,4.83,1.6,6,3.6,2.41,5,2.6,1.99,15,5.77,1.48,13,6.27,1.68,11,6.44,1.81,9,5.2,2.3,10,3.0,2.24,7,2.77,2.09,13,5.82,1.78,11,6.15,1.41,13,6.0,1.94,9,5.6,2.37,10,2.4,1.58,10,3.3,2.5,10,6.56,1.42,9,5.67,1.59,15
+fore,5.05,1.4,22,4.32,2.06,19,5.52,2.18,21,5.4,1.52,5,4.94,1.44,16,4.88,2.03,8,3.91,2.07,11,5.8,1.99,10,5.27,2.41,11,4.92,1.24,12,5.2,1.62,10,4.1,1.79,10,4.56,2.4,9,5.17,2.55,12,6.0,1.58,9,5.09,1.14,11,5.0,1.67,11,3.88,2.23,8,4.64,1.96,11,6.11,1.83,9,5.08,2.39,12
+forearm,5.58,0.61,19,3.75,2.12,20,6.35,1.85,23,5.33,0.58,3,5.62,0.62,16,4.5,1.85,8,3.25,2.22,12,6.56,1.67,9,6.21,2.01,14,5.67,0.71,9,5.5,0.53,10,3.62,2.2,8,3.83,2.17,12,6.93,1.83,15,5.25,1.39,8,5.57,0.53,7,5.58,0.67,12,4.1,1.85,10,3.4,2.41,10,7.0,1.83,13,5.5,1.58,10
+foreboding,3.53,1.54,19,5.3,2.2,20,3.48,1.38,23,3.46,1.61,13,3.67,1.51,6,5.2,2.49,5,5.33,2.19,15,3.58,1.0,12,3.36,1.75,11,4.11,1.69,9,3.0,1.25,10,5.71,2.5,7,5.08,2.1,13,3.45,1.44,11,3.5,1.38,12,3.78,1.48,9,3.3,1.64,10,4.8,2.49,10,5.8,1.87,10,3.33,1.5,9,3.57,1.34,14
+forecast,4.89,1.33,19,3.7,2.58,20,4.73,2.24,26,5.09,1.3,11,4.62,1.41,8,4.29,2.14,7,3.38,2.81,13,4.31,1.93,13,5.15,2.51,13,5.0,1.7,10,4.78,0.83,9,3.91,2.91,11,3.44,2.24,9,4.88,2.5,17,4.44,1.74,9,4.89,1.36,9,4.9,1.37,10,4.08,3.03,12,3.12,1.73,8,5.25,2.08,16,3.9,2.33,10
+foreclose,2.0,1.08,20,6.0,2.35,18,2.92,1.85,26,1.82,0.98,11,2.22,1.2,9,5.67,1.75,6,6.17,2.66,12,3.38,2.02,13,2.46,1.61,13,2.18,1.08,11,1.78,1.09,9,6.5,2.51,10,5.38,2.13,8,3.47,2.03,17,1.89,0.78,9,1.6,0.97,10,2.4,1.07,10,6.33,2.39,12,5.33,2.34,6,3.0,1.59,16,2.8,2.3,10
+foreclosure,1.75,1.07,20,5.9,2.83,20,3.08,1.87,26,1.73,1.19,11,1.78,0.97,9,5.86,2.54,7,5.92,3.07,13,3.54,2.15,13,2.62,1.5,13,2.0,1.34,11,1.44,0.53,9,4.91,3.14,11,7.11,1.9,9,3.41,2.12,17,2.44,1.13,9,1.6,0.97,10,1.9,1.2,10,6.08,3.0,12,5.62,2.72,8,2.94,1.69,16,3.3,2.21,10
+forefront,4.95,0.79,22,4.69,2.33,26,6.08,1.84,24,5.0,0.5,9,4.92,0.95,13,4.4,2.67,10,4.88,2.16,16,6.56,1.51,9,5.8,2.01,15,5.25,0.71,8,4.79,0.8,14,4.69,2.25,13,4.69,2.5,13,5.67,2.23,12,6.5,1.31,12,4.92,1.0,12,5.0,0.47,10,4.2,2.27,15,5.36,2.34,11,6.23,2.2,13,5.91,1.38,11
+forego,4.89,2.0,19,4.33,2.26,24,5.32,2.23,28,5.25,1.16,8,4.64,2.46,11,4.44,2.4,9,4.27,2.25,15,4.79,2.52,14,5.86,1.83,14,4.78,2.05,9,5.0,2.05,10,4.08,1.83,12,4.58,2.68,12,4.57,2.24,14,6.07,2.02,14,4.9,1.91,10,4.89,2.2,9,4.17,2.08,12,4.5,2.5,12,5.25,1.82,12,5.38,2.55,16
+foregone,5.06,1.16,18,3.32,2.08,19,4.16,1.75,25,5.2,0.84,5,5.0,1.29,13,3.45,2.16,11,3.12,2.1,8,4.31,1.92,16,3.89,1.45,9,4.71,1.38,7,5.27,1.01,11,3.0,2.12,9,3.6,2.12,10,4.2,1.85,20,4.0,1.41,5,4.33,0.87,9,5.78,0.97,9,3.55,2.21,11,3.0,2.0,8,4.53,1.71,19,3.0,1.41,6
+foreground,5.47,1.54,19,2.68,1.78,22,5.11,1.83,28,5.33,0.82,6,5.54,1.81,13,2.64,1.91,11,2.73,1.74,11,4.73,2.33,11,5.35,1.46,17,5.55,1.57,11,5.38,1.6,8,2.73,2.05,11,2.64,1.57,11,5.17,1.86,18,5.0,1.89,10,5.69,1.8,13,5.0,0.63,6,2.64,1.95,14,2.75,1.58,8,4.94,2.11,16,5.33,1.44,12
+forehead,5.04,1.61,23,3.14,2.01,22,6.5,2.04,20,5.5,1.51,8,4.8,1.66,15,3.8,1.99,10,2.58,1.93,12,6.71,2.63,7,6.38,1.76,13,4.75,1.86,12,5.36,1.29,11,3.27,1.95,11,3.0,2.14,11,6.2,1.93,15,7.4,2.3,5,4.91,1.51,11,5.17,1.75,12,2.9,1.79,10,3.33,2.23,12,5.3,1.57,10,7.7,1.77,10
+foreign,4.86,1.55,22,5.43,2.63,23,4.79,1.65,19,4.88,1.96,8,5.15,0.8,13,5.25,2.49,8,5.57,2.87,14,4.14,1.35,7,5.18,1.83,11,5.0,2.14,8,5.08,0.49,13,6.67,2.5,9,4.64,2.47,14,3.86,1.35,7,5.33,1.61,12,5.0,1.48,11,4.73,1.68,11,4.67,2.92,9,5.93,2.4,14,4.5,1.41,16,6.33,2.31,3
+foreigner,4.68,2.11,19,3.24,2.05,21,4.33,2.13,15,5.27,1.56,11,4.29,2.5,7,3.71,1.7,7,3.0,2.22,14,4.2,2.68,5,4.4,1.96,10,4.62,2.26,8,4.73,2.1,11,3.11,2.37,9,3.33,1.87,12,5.14,2.48,7,3.62,1.6,8,3.92,2.19,12,6.0,1.15,7,2.73,1.9,11,3.8,2.15,10,4.5,2.07,8,4.14,2.34,7
+foreman,4.89,2.05,19,3.55,2.3,22,5.08,1.91,24,4.33,2.07,6,5.15,2.08,13,3.58,2.5,12,3.5,2.17,10,5.62,2.2,8,4.81,1.76,16,4.7,2.06,10,5.11,2.15,9,3.67,2.35,9,3.46,2.37,13,4.94,2.14,17,5.5,1.38,6,4.75,2.05,8,5.0,2.14,11,3.67,1.94,9,3.46,2.6,13,4.75,1.69,16,5.75,2.25,8
+foremost,5.27,1.16,22,3.81,2.26,26,6.04,1.74,23,5.33,0.5,9,5.23,1.48,13,3.0,2.21,10,4.31,2.21,16,5.78,1.64,9,6.21,1.85,14,5.88,1.36,8,4.93,0.92,14,4.15,2.12,13,3.46,2.44,13,5.67,1.67,12,6.45,1.81,11,5.17,1.53,12,5.4,0.52,10,3.13,2.07,15,4.73,2.28,11,6.15,1.63,13,5.9,1.97,10
+forensic,4.42,1.46,19,5.06,2.69,18,4.75,2.64,24,5.0,1.87,5,4.21,1.31,14,5.2,1.79,5,5.0,3.03,13,4.0,2.55,13,5.64,2.58,11,4.56,1.01,9,4.3,1.83,10,6.0,1.83,7,4.45,3.05,11,4.12,2.5,16,6.0,2.62,8,4.23,1.59,13,4.83,1.17,6,5.67,2.42,12,3.83,2.99,6,4.13,2.97,15,5.78,1.64,9
+forensics,5.86,2.1,21,4.36,2.38,22,5.14,1.98,21,5.89,1.17,9,5.83,2.66,12,2.83,1.6,6,4.87,2.47,15,4.67,1.86,6,5.33,2.06,15,5.78,1.86,9,5.92,2.35,12,5.6,2.07,5,4.0,2.4,17,5.5,1.9,10,4.82,2.09,11,6.83,1.95,12,4.56,1.59,9,4.56,2.01,9,4.23,2.68,13,4.75,2.3,12,5.67,1.41,9
+foreplay,6.4,1.31,20,6.71,2.59,21,5.92,2.56,25,6.67,1.53,3,6.35,1.32,17,7.0,2.89,7,6.92,2.25,13,5.12,2.42,8,6.29,2.62,17,6.43,1.13,7,6.38,1.45,13,7.57,1.4,7,6.62,2.81,13,5.21,2.67,14,6.82,2.23,11,6.11,1.54,9,6.64,1.12,11,6.64,2.73,11,6.8,2.57,10,6.11,2.83,18,5.43,1.81,7
+foresee,5.67,1.11,21,3.64,2.56,25,6.05,1.87,19,5.44,0.88,9,5.83,1.27,12,4.67,2.73,6,3.33,2.57,18,5.86,2.34,7,6.17,1.64,12,5.69,1.01,16,5.6,1.52,5,3.57,2.62,14,3.8,2.74,10,6.22,2.44,9,5.9,1.29,10,5.5,1.17,12,5.89,1.05,9,3.38,2.36,16,4.11,2.98,9,5.91,1.97,11,6.25,1.83,8
+foresight,5.79,2.1,19,3.5,2.15,22,6.13,2.18,23,6.27,1.79,11,5.71,1.89,7,4.62,2.33,8,2.86,1.83,14,5.71,2.14,7,6.31,2.24,16,5.0,2.07,8,6.36,2.01,11,2.89,1.96,9,3.92,2.25,13,5.73,1.95,11,6.5,2.39,12,5.58,2.57,12,6.14,0.9,7,3.18,2.79,11,3.82,1.33,11,5.69,2.25,13,6.7,2.06,10
+forest,6.68,1.67,22,4.44,2.68,18,5.71,2.03,21,5.4,0.55,5,7.06,1.77,16,5.12,1.81,8,3.9,3.21,10,5.9,2.08,10,5.55,2.07,11,6.42,1.56,12,7.0,1.83,10,4.6,3.06,10,4.25,2.31,8,5.42,2.15,12,6.11,1.9,9,7.0,1.55,11,6.36,1.8,11,4.71,2.06,7,4.27,3.1,11,5.56,1.88,9,5.83,2.21,12
+forevermore,6.48,2.62,21,4.3,2.7,20,5.0,2.94,22,5.67,2.8,6,6.8,2.57,15,3.38,2.67,8,4.92,2.64,12,5.58,3.18,12,4.3,2.63,10,6.78,2.77,9,6.25,2.6,12,4.11,2.85,9,4.45,2.7,11,4.29,2.93,7,5.33,2.99,15,6.2,3.26,10,6.73,2.0,11,4.31,2.63,13,4.29,3.04,7,4.17,3.21,12,6.0,2.36,10
+forfeit,3.68,1.57,19,4.74,2.65,23,4.43,2.53,28,4.38,0.92,8,3.18,1.78,11,5.0,2.74,9,4.57,2.68,14,4.21,2.83,14,4.64,2.27,14,3.11,1.36,9,4.2,1.62,10,4.75,2.83,12,4.73,2.57,11,4.07,2.79,14,4.79,2.29,14,3.6,1.71,10,3.78,1.48,9,5.0,3.03,11,4.5,2.35,12,3.92,2.35,12,4.81,2.66,16
+forge,5.0,1.67,19,4.16,2.29,19,5.55,2.09,22,5.0,1.53,7,5.0,1.81,12,4.89,2.26,9,3.5,2.22,10,6.83,2.23,6,5.06,1.88,16,5.44,1.33,9,4.56,2.01,9,4.43,2.44,7,4.0,2.3,12,5.93,1.67,15,4.71,2.75,7,5.1,1.73,10,4.89,1.69,9,4.36,2.06,11,3.88,2.7,8,5.73,2.28,11,5.36,1.96,11
+forger,3.95,1.47,21,5.05,2.08,22,4.71,2.53,21,3.8,1.3,5,4.0,1.55,16,5.64,2.29,11,4.45,1.75,11,5.45,2.54,11,3.33,1.66,9,3.92,1.83,12,4.0,0.87,9,4.53,2.2,15,6.14,1.35,7,4.55,1.69,11,4.9,3.31,10,3.62,1.5,13,4.5,1.31,8,5.17,2.28,18,4.5,0.58,4,4.21,2.39,14,5.71,2.69,7
+forgery,2.6,1.82,20,4.86,2.31,21,3.4,1.94,25,2.0,0.0,4,2.75,2.02,16,4.25,2.22,4,5.0,2.37,17,3.78,2.17,9,3.19,1.83,16,2.38,0.92,8,2.75,2.26,12,5.4,2.32,10,4.36,2.29,11,3.43,1.79,14,3.36,2.2,11,2.36,1.21,11,2.89,2.42,9,5.1,2.56,10,4.64,2.16,11,3.67,2.11,18,2.71,1.25,7
+forget,3.73,1.28,22,4.43,2.31,21,3.5,2.2,18,3.17,1.47,6,3.93,1.22,15,4.14,2.79,7,4.57,2.14,14,3.0,1.87,9,4.12,2.64,8,3.79,1.48,14,3.57,0.98,7,4.33,1.73,9,4.5,2.75,12,4.2,2.62,10,2.62,1.19,8,3.71,1.2,14,3.75,1.49,8,3.83,2.32,6,4.67,2.35,15,4.4,2.41,10,2.38,1.3,8
+forgetful,3.59,1.53,22,4.45,2.54,22,4.45,2.33,20,4.25,1.75,8,3.21,1.31,14,4.4,2.5,10,4.5,2.68,12,5.29,2.56,7,4.0,2.16,13,4.18,1.83,11,3.0,0.89,11,4.27,2.49,11,4.64,2.69,11,4.47,2.61,15,4.4,1.34,5,3.3,1.57,10,3.83,1.53,12,5.5,2.37,10,3.58,2.43,12,3.9,2.13,10,5.0,2.49,10
+forgetfulness,3.8,1.82,20,4.55,2.18,22,4.19,2.34,21,3.56,1.01,9,4.0,2.32,11,4.5,2.51,10,4.58,1.98,12,4.0,2.0,8,4.31,2.59,13,4.07,1.82,14,3.17,1.83,6,4.75,2.66,8,4.43,1.95,14,4.5,2.07,8,4.0,2.55,13,4.1,2.13,10,3.5,1.51,10,4.83,1.99,12,4.2,2.44,10,4.42,2.39,12,3.89,2.37,9
+forgive,7.06,2.1,18,3.62,3.11,21,6.44,2.43,18,5.75,2.31,8,8.1,1.2,10,3.43,3.31,7,3.71,3.12,14,6.91,1.51,11,5.71,3.45,7,6.45,2.3,11,8.0,1.41,7,3.44,3.17,9,3.75,3.19,12,6.73,2.33,11,6.0,2.71,7,6.58,2.31,12,8.0,1.26,6,3.42,2.84,12,3.89,3.59,9,5.44,2.96,9,7.44,1.24,9
+forgiveness,6.86,1.93,21,4.04,2.01,23,6.26,2.1,19,6.62,2.13,8,6.83,1.85,12,4.25,1.98,8,3.93,2.16,14,5.71,2.93,7,6.45,1.51,11,6.62,2.33,8,6.83,1.7,12,3.67,2.24,9,4.29,1.9,14,5.29,2.14,7,6.83,1.95,12,6.3,2.16,10,7.36,1.63,11,4.67,1.8,9,3.64,2.1,14,6.31,2.18,16,6.0,2.0,3
+forgiving,6.74,1.66,19,3.95,2.4,21,6.45,1.73,20,6.33,0.58,3,6.81,1.8,16,3.5,1.97,6,4.13,2.59,15,5.5,1.05,6,6.86,1.83,14,6.2,1.99,10,7.33,1.0,9,4.29,2.93,7,3.79,2.19,14,6.5,1.35,10,6.4,2.12,10,6.62,1.19,8,6.82,1.99,11,4.0,3.04,9,3.92,1.93,12,6.88,1.73,8,6.17,1.75,12
+fork,5.47,1.02,19,3.35,2.18,20,6.02,2.17,42,5.33,0.58,3,5.5,1.1,16,3.1,1.97,10,3.6,2.46,10,5.94,2.36,17,6.08,2.08,25,6.0,0.87,9,5.0,0.94,10,4.29,2.43,7,2.85,1.95,13,6.15,2.54,26,5.81,1.42,16,5.43,1.4,7,5.5,0.8,12,4.1,2.38,10,2.6,1.78,10,6.12,2.07,24,5.89,2.35,18
+forklift,4.74,1.69,19,4.17,2.23,23,5.0,2.21,19,5.0,1.32,9,4.5,2.01,10,3.71,1.98,7,4.53,2.36,15,5.5,1.84,10,4.44,2.55,9,5.11,2.03,9,4.4,1.35,10,4.7,2.58,10,3.92,1.93,12,4.75,1.28,8,5.1,2.88,10,4.92,1.98,12,4.43,1.13,7,4.15,2.3,20,4.33,2.08,3,5.12,1.25,8,4.91,2.77,11
+forlorn,3.95,1.47,21,4.08,2.19,24,3.73,2.0,22,4.25,1.28,8,3.77,1.59,13,4.15,2.15,13,4.0,2.32,11,3.85,1.95,13,3.56,2.19,9,4.38,1.85,8,3.75,1.22,12,4.71,1.9,14,3.2,2.35,10,4.17,2.12,12,3.2,1.81,10,4.2,1.55,10,3.73,1.42,11,3.71,2.26,17,5.0,1.83,7,3.7,2.36,10,3.75,1.76,12
+form,5.64,1.87,22,3.85,2.37,20,6.47,1.98,19,5.69,1.75,13,5.56,2.13,9,4.43,2.3,7,3.54,2.44,13,6.71,2.14,7,6.33,1.97,12,5.5,2.24,12,5.8,1.4,10,4.44,2.51,9,3.36,2.25,11,6.6,2.01,10,6.33,2.06,9,5.67,2.35,12,5.6,1.17,10,4.86,2.34,7,3.31,2.29,13,5.86,2.19,7,6.83,1.85,12
+formal,5.37,1.3,19,4.48,1.89,21,5.61,2.04,23,5.6,2.07,5,5.31,1.03,13,4.17,2.32,6,4.6,1.76,15,5.6,1.78,10,5.62,2.29,13,5.14,1.86,7,5.55,0.93,11,5.0,2.45,7,4.21,1.58,14,5.45,1.57,11,5.75,2.45,12,5.42,1.44,12,5.29,1.11,7,4.73,1.9,11,4.2,1.93,10,5.5,1.95,14,5.78,2.28,9
+formaldehyde,2.9,2.27,20,3.85,2.43,20,3.59,1.92,22,2.17,1.47,6,3.21,2.52,14,4.12,2.53,8,3.67,2.46,12,3.5,1.62,12,3.7,2.31,10,2.89,2.52,9,2.91,2.17,11,3.67,2.0,9,4.0,2.83,11,3.71,1.8,7,3.53,2.03,15,3.33,2.29,9,2.55,2.3,11,3.46,2.33,13,4.57,2.64,7,3.17,1.64,12,4.1,2.18,10
+formality,4.9,1.17,20,3.45,2.04,22,5.68,2.26,19,5.11,1.45,9,4.73,0.9,11,3.6,2.7,5,3.5,1.93,16,5.83,2.79,6,5.62,2.1,13,5.14,1.17,14,4.33,1.03,6,3.75,1.96,12,3.22,2.28,9,5.33,1.22,9,6.0,2.94,10,5.1,0.99,10,4.7,1.34,10,3.0,1.76,12,4.0,2.31,10,6.17,2.93,6,5.46,1.98,13
+format,5.19,1.54,21,2.73,2.07,22,4.81,2.34,27,4.6,1.26,10,5.73,1.62,11,2.14,1.68,7,3.0,2.24,15,5.0,2.74,17,4.5,1.51,10,5.45,1.57,11,4.9,1.52,10,3.8,3.42,5,2.41,1.5,17,5.07,2.7,14,4.54,1.94,13,5.46,1.51,13,4.75,1.58,8,2.5,2.32,10,2.92,1.93,12,5.36,2.79,14,4.23,1.64,13
+formation,5.58,1.61,19,4.0,2.41,20,5.0,2.4,24,5.62,1.94,13,5.5,0.55,6,5.2,2.17,5,3.6,2.41,15,5.38,2.5,13,4.55,2.3,11,5.33,2.18,9,5.8,0.92,10,6.0,2.31,7,2.92,1.71,13,4.36,2.73,11,5.54,2.03,13,5.44,1.59,9,5.7,1.7,10,4.0,2.26,10,4.0,2.67,10,5.56,3.0,9,4.67,1.99,15
+formidable,5.52,2.04,21,3.96,2.06,23,5.56,2.85,18,6.78,1.64,9,4.58,1.83,12,4.82,1.89,11,3.17,1.95,12,5.3,3.27,10,5.88,2.42,8,6.14,2.41,7,5.15,1.91,13,4.55,1.92,11,3.42,2.11,12,4.57,3.21,7,6.18,2.56,11,5.31,2.25,13,5.88,1.73,8,3.18,1.72,11,4.67,2.15,12,4.33,3.0,9,6.78,2.22,9
+formula,5.3,1.17,20,3.61,1.94,18,4.73,2.1,22,5.4,0.89,5,5.27,1.28,15,3.83,2.14,6,3.5,1.93,12,4.7,1.95,10,4.75,2.3,12,5.2,1.23,10,5.4,1.17,10,4.0,2.16,10,3.12,1.64,8,4.36,2.5,11,5.09,1.64,11,5.08,1.31,12,5.62,0.92,8,2.67,1.94,9,4.56,1.51,9,3.55,1.97,11,5.91,1.51,11
+formulate,5.22,1.96,18,2.64,1.84,22,5.46,1.95,28,5.17,1.47,6,5.25,2.22,12,2.73,1.27,11,2.55,2.34,11,5.73,2.49,11,5.29,1.57,17,4.73,2.05,11,6.0,1.63,7,2.64,2.06,11,2.64,1.69,11,5.17,2.23,18,6.0,1.25,10,4.85,1.95,13,6.2,1.79,5,2.64,2.17,14,2.62,1.19,8,5.69,2.47,16,5.17,0.94,12
+fornicate,4.67,2.33,21,5.43,2.29,23,5.62,2.16,26,4.73,2.33,11,4.6,2.46,10,5.64,2.66,11,5.25,2.01,12,5.64,1.8,11,5.57,2.53,14,4.4,2.55,10,4.91,2.21,11,4.73,2.49,11,6.08,1.98,12,5.29,2.34,17,6.25,1.83,8,4.08,2.56,13,5.62,1.6,8,6.07,1.83,15,4.25,2.71,8,5.76,2.54,17,5.33,1.22,9
+fornication,5.95,2.24,22,6.65,2.46,20,6.59,1.74,22,5.71,2.58,14,6.38,1.51,8,6.55,3.14,11,7.0,1.31,8,6.5,1.05,6,6.62,1.96,16,5.8,2.7,10,6.08,1.88,12,6.6,2.63,10,6.7,2.41,10,6.54,1.51,13,6.67,2.12,9,5.33,2.5,12,6.7,1.7,10,6.17,2.95,12,7.38,1.3,8,6.75,1.66,12,6.4,1.9,10
+forsake,3.58,2.12,19,3.32,2.11,19,4.05,2.65,20,3.0,2.0,3,3.33,1.72,15,3.4,1.84,10,3.22,2.49,9,3.9,2.51,10,4.2,2.9,10,2.33,1.03,6,3.75,1.82,12,3.71,2.14,7,3.08,2.15,12,4.0,2.78,8,4.08,2.68,12,3.83,2.48,12,3.14,1.35,7,3.11,2.32,9,3.5,2.01,10,4.78,2.64,9,3.45,2.62,11
+forte,5.7,1.89,20,3.57,2.16,21,6.42,2.17,19,5.89,2.42,9,5.55,1.44,11,2.6,2.51,5,3.8,2.08,15,6.17,2.48,6,6.54,2.11,13,6.07,1.86,14,4.83,1.83,6,2.91,1.45,11,4.22,2.77,9,5.67,1.94,9,7.1,2.23,10,6.1,2.28,10,5.3,1.42,10,2.67,1.44,12,4.78,2.44,9,6.83,2.64,6,6.23,2.01,13
+forthcoming,5.1,1.41,20,4.09,2.24,22,6.0,2.47,19,4.89,1.83,9,5.27,1.01,11,2.6,2.51,5,4.56,2.1,16,6.33,2.42,6,5.85,2.58,13,5.14,1.35,14,5.0,1.67,6,4.0,1.91,12,4.22,2.86,9,6.0,1.94,9,6.0,2.98,10,5.8,1.14,10,4.4,1.35,10,3.58,2.02,12,4.7,2.45,10,6.5,2.74,6,5.77,2.42,13
+forthright,6.3,1.49,20,3.43,2.01,21,5.8,2.43,25,6.33,1.53,3,6.29,1.53,17,3.71,2.56,7,3.31,1.84,13,5.88,2.17,8,5.76,2.61,17,6.14,1.21,7,6.38,1.66,13,3.43,2.37,7,3.46,1.98,13,5.36,2.31,14,6.36,2.58,11,5.89,1.45,9,6.64,1.5,11,3.09,2.07,11,3.8,1.99,10,5.67,2.79,18,6.14,1.21,7
+fortitude,6.26,1.56,19,4.59,2.22,22,6.75,1.97,20,6.88,0.99,8,5.82,1.78,11,5.2,2.39,10,4.08,2.02,12,5.75,2.25,8,7.42,1.51,12,6.0,1.63,13,6.83,1.33,6,5.12,2.7,8,4.29,1.94,14,6.62,1.92,8,6.83,2.08,12,5.89,1.54,9,6.6,1.58,10,4.67,1.97,12,4.5,2.59,10,7.36,1.5,11,6.0,2.29,9
+fortnight,5.5,1.42,18,3.05,1.81,19,5.56,1.8,25,5.8,0.84,5,5.38,1.61,13,3.0,2.0,10,3.11,1.69,9,5.31,2.02,16,6.0,1.32,9,4.57,1.4,7,6.09,1.14,11,2.75,2.12,8,3.27,1.62,11,5.7,1.92,20,5.0,1.22,5,5.11,1.36,9,5.89,1.45,9,3.0,2.21,10,3.11,1.36,9,5.53,1.81,19,5.67,1.97,6
+fortress,4.82,1.87,22,3.77,2.16,22,6.55,2.28,20,5.75,2.12,8,4.29,1.54,14,4.5,2.22,10,3.17,1.99,12,6.14,2.54,7,6.77,2.2,13,4.73,2.53,11,4.91,0.94,11,3.82,2.18,11,3.73,2.24,11,6.27,2.34,15,7.4,2.07,5,4.3,2.0,10,5.25,1.71,12,4.3,2.16,10,3.33,2.15,12,6.6,2.17,10,6.5,2.51,10
+fortuitous,6.55,1.73,20,5.05,2.33,21,6.12,1.88,25,5.67,2.08,3,6.71,1.69,17,6.14,2.54,7,4.62,2.14,13,5.62,2.0,8,6.35,1.84,17,6.57,2.07,7,6.54,1.61,13,5.0,1.91,7,5.23,2.62,13,6.07,2.23,14,6.18,1.4,11,5.56,1.13,9,7.36,1.75,11,5.27,2.1,11,4.8,2.66,10,6.06,2.13,18,6.29,1.11,7
+fortunate,7.33,2.03,21,3.81,2.36,21,5.83,2.39,24,7.08,1.56,12,7.67,2.6,9,4.86,2.48,7,3.29,2.2,14,4.6,2.37,10,6.71,2.05,14,8.75,0.5,4,7.0,2.12,17,4.4,2.59,10,3.27,2.1,11,4.33,2.88,6,6.33,2.06,18,7.5,2.43,12,7.11,1.45,9,3.38,2.29,13,4.5,2.45,8,5.67,3.0,9,5.93,2.05,15
+fortune,7.24,1.58,21,5.8,2.71,20,6.68,2.19,19,6.92,1.66,13,7.75,1.39,8,6.43,2.3,7,5.46,2.93,13,6.29,2.14,7,6.92,2.27,12,7.25,1.54,12,7.22,1.72,9,5.11,2.26,9,6.36,3.01,11,6.8,1.99,10,6.56,2.51,9,7.33,1.5,12,7.11,1.76,9,6.57,1.81,7,5.38,3.07,13,7.43,1.9,7,6.25,2.3,12
+forty,5.0,1.45,20,3.32,2.32,22,5.89,2.29,27,5.29,1.8,7,4.85,1.28,13,3.1,1.73,10,3.5,2.78,12,6.13,2.23,15,5.55,2.54,11,4.45,0.82,11,5.67,1.8,9,3.22,1.99,9,3.38,2.6,13,6.0,2.45,17,5.67,2.24,9,5.15,1.57,13,4.71,1.25,7,2.88,2.03,16,4.5,2.81,6,6.0,2.59,12,5.8,2.11,15
+forum,5.05,1.5,22,4.47,2.41,19,5.48,1.89,21,4.8,0.84,5,5.06,1.69,16,5.0,2.51,8,4.09,2.39,11,5.5,1.84,10,5.45,2.02,11,4.67,1.5,12,5.5,1.43,10,3.7,1.95,10,5.33,2.69,9,5.25,1.82,12,5.78,2.05,9,5.27,1.62,11,4.82,1.4,11,3.5,2.0,8,5.18,2.52,11,5.56,1.94,9,5.42,1.93,12
+forwarding,5.23,1.88,22,3.73,2.49,22,6.0,2.14,18,6.0,1.93,8,5.08,1.44,13,4.25,2.87,8,3.38,2.4,13,5.86,2.12,7,6.3,2.26,10,6.12,2.03,8,5.0,1.29,13,4.44,2.65,9,3.23,2.35,13,5.29,2.56,7,6.45,1.81,11,5.45,1.92,11,5.0,1.9,11,2.67,2.55,9,4.46,2.26,13,6.27,2.19,15,4.67,1.53,3
+fossil,6.0,1.24,18,4.1,2.73,20,4.75,1.98,24,6.15,1.41,13,5.6,0.55,5,6.2,2.49,5,3.4,2.5,15,4.77,1.69,13,4.73,2.37,11,6.38,1.6,8,5.7,0.82,10,5.57,3.1,7,3.31,2.25,13,5.0,2.05,11,4.54,1.98,13,6.0,1.07,8,6.0,1.41,10,4.5,2.8,10,3.7,2.75,10,4.44,2.6,9,4.93,1.58,15
+foul,3.0,1.45,20,4.09,2.45,23,4.11,2.45,38,3.6,1.34,5,2.8,1.47,15,4.0,2.24,7,4.2,2.68,15,3.62,2.96,13,4.36,2.16,25,3.6,1.35,10,2.4,1.35,10,5.1,2.81,10,3.33,1.97,12,4.06,2.39,18,4.15,2.56,20,3.08,1.68,12,2.88,1.13,8,3.65,2.3,20,7.0,1.0,3,3.76,2.91,17,4.38,2.04,21
+foundation,5.86,1.35,21,2.41,1.62,22,6.41,2.1,27,5.7,1.34,10,6.0,1.41,11,2.14,1.95,7,2.53,1.51,15,6.24,2.28,17,6.7,1.83,10,5.91,0.83,11,5.8,1.81,10,2.2,1.79,5,2.47,1.62,17,6.57,2.1,14,6.23,2.17,13,5.69,1.38,13,6.12,1.36,8,1.9,1.37,10,2.83,1.75,12,6.71,2.3,14,6.08,1.89,13
+founder,5.45,1.36,20,3.95,1.82,20,5.69,1.83,26,5.64,1.43,11,5.22,1.3,9,4.43,2.15,7,3.69,1.65,13,5.08,1.44,13,6.31,2.02,13,5.55,1.44,11,5.33,1.32,9,3.91,1.7,11,4.0,2.06,9,5.76,2.05,17,5.56,1.42,9,5.2,1.23,10,5.7,1.49,10,3.58,1.78,12,4.5,1.85,8,5.5,1.93,16,6.0,1.7,10
+founding,5.42,0.9,19,2.75,1.65,20,5.36,1.84,22,5.0,0.0,7,5.67,1.07,12,2.78,1.79,9,2.73,1.62,11,6.0,2.19,6,5.12,1.71,16,5.5,0.85,10,5.38,1.06,8,2.5,1.69,8,2.92,1.68,12,5.2,1.7,15,5.71,2.21,7,5.45,1.04,11,5.38,0.74,8,2.75,1.66,12,2.75,1.75,8,4.91,1.7,11,5.82,1.94,11
+foundry,5.32,1.89,19,3.23,2.0,22,4.96,2.33,23,5.91,1.51,11,5.0,1.73,7,4.12,2.17,8,2.71,1.77,14,4.86,3.08,7,5.0,2.03,16,5.0,2.2,8,5.55,1.69,11,2.22,1.48,9,3.92,2.06,13,4.45,2.21,11,5.42,2.43,12,4.92,2.11,12,6.0,1.29,7,2.82,2.14,11,3.64,1.86,11,4.62,2.29,13,5.4,2.41,10
+fountain,6.26,2.13,19,3.1,2.02,20,5.9,2.22,20,6.0,1.73,3,6.27,2.31,15,3.4,1.71,10,2.8,2.35,10,6.6,1.96,10,5.2,2.35,10,4.83,2.56,6,6.92,1.68,12,3.14,2.54,7,3.08,1.8,13,5.0,2.56,8,6.5,1.83,12,7.08,1.56,12,4.86,2.34,7,3.5,2.32,10,2.7,1.7,10,5.56,2.35,9,6.18,2.18,11
+four,5.26,1.28,19,3.39,2.17,18,5.65,2.0,17,5.64,1.21,11,4.75,1.28,8,4.5,2.52,4,3.07,2.06,14,4.38,1.3,8,6.78,1.86,9,5.25,1.39,8,5.27,1.27,11,3.86,1.68,7,3.09,2.47,11,5.17,1.94,6,5.91,2.07,11,5.23,1.42,13,5.33,1.03,6,2.45,2.02,11,4.86,1.57,7,6.0,2.16,7,5.4,1.96,10
+foursome,4.14,1.88,21,5.17,2.37,23,5.29,2.24,21,3.8,2.17,5,4.25,1.84,16,5.83,2.33,12,4.45,2.3,11,5.45,2.16,11,4.67,2.12,9,3.83,2.08,12,4.56,1.59,9,5.12,2.39,16,5.29,2.5,7,4.64,1.86,11,6.0,2.49,10,4.31,2.18,13,3.88,1.36,8,5.16,2.52,19,5.25,1.71,4,4.79,2.29,14,6.29,1.89,7
+fourteen,5.42,1.17,19,3.62,2.13,21,5.32,2.03,22,6.0,2.65,3,5.31,0.79,16,4.62,1.85,8,3.0,2.12,13,5.11,2.09,9,5.46,2.07,13,5.78,1.3,9,5.1,0.99,10,3.33,2.24,9,3.83,2.12,12,5.87,2.17,15,4.14,1.07,7,5.43,0.79,7,5.42,1.38,12,4.1,1.79,10,3.18,2.4,11,6.08,2.23,12,4.4,1.35,10
+fowl,4.57,1.75,23,4.05,2.21,22,5.8,1.96,20,4.62,1.6,8,4.53,1.88,15,3.9,2.33,10,4.17,2.21,12,6.86,1.77,7,5.23,1.88,13,4.83,2.04,12,4.27,1.42,11,4.0,2.0,11,4.09,2.51,11,5.87,2.23,15,5.6,0.89,5,4.55,1.63,11,4.58,1.93,12,4.5,2.22,10,3.67,2.23,12,5.9,1.66,10,5.7,2.31,10
+fox,5.52,1.78,21,4.36,2.61,22,5.5,2.6,18,6.11,1.83,9,5.08,1.68,12,5.1,2.64,10,3.75,2.53,12,5.2,2.57,10,5.88,2.75,8,6.0,2.38,7,5.38,1.45,13,5.18,2.52,11,3.55,2.54,11,6.0,2.94,7,5.18,2.44,11,5.54,1.98,13,5.5,1.51,8,3.5,2.55,10,5.08,2.54,12,5.11,2.57,9,5.89,2.71,9
+foxhole,5.35,1.18,20,5.0,2.35,22,5.1,1.67,21,5.33,1.32,9,5.36,1.12,11,6.0,2.21,10,4.17,2.21,12,4.25,1.58,8,5.62,1.56,13,5.0,0.78,14,6.17,1.6,6,5.12,2.75,8,4.93,2.2,14,5.62,1.51,8,4.77,1.74,13,5.0,0.82,10,5.7,1.42,10,4.33,2.42,12,5.8,2.1,10,5.25,1.54,12,4.89,1.9,9
+foxtrot,5.83,1.29,18,5.0,2.36,20,5.54,2.06,24,5.62,1.39,13,6.4,0.89,5,4.4,2.3,5,5.2,2.43,15,5.85,1.68,13,5.18,2.48,11,5.33,1.22,9,6.33,1.22,9,4.86,2.54,7,5.08,2.36,13,5.36,2.38,11,5.69,1.84,13,6.5,1.07,8,5.3,1.25,10,4.5,2.32,10,5.5,2.42,10,5.44,2.65,9,5.6,1.72,15
+foxy,6.0,2.21,21,4.75,3.03,24,5.3,2.56,20,7.12,1.46,8,5.31,2.36,13,6.0,3.03,6,4.33,2.99,18,4.73,2.76,11,6.0,2.24,9,6.25,2.14,12,5.67,2.4,9,5.3,2.5,10,4.36,3.39,14,5.08,2.72,13,5.71,2.36,7,5.93,2.02,14,6.14,2.73,7,5.88,2.66,16,2.5,2.51,8,5.33,2.46,12,5.25,2.87,8
+foyer,5.95,1.43,20,3.55,2.14,20,5.54,1.82,26,5.64,1.43,11,6.33,1.41,9,3.86,2.27,7,3.38,2.14,13,4.77,1.36,13,6.31,1.93,13,6.0,1.79,11,5.89,0.93,9,3.64,1.91,11,3.44,2.51,9,5.24,1.89,17,6.11,1.62,9,6.2,1.55,10,5.7,1.34,10,3.83,1.99,12,3.12,2.42,8,5.19,1.47,16,6.1,2.23,10
+fraction,5.21,1.32,19,3.95,2.18,21,5.09,1.28,23,6.2,1.64,5,4.77,1.01,13,3.33,1.86,6,4.2,2.31,15,5.3,1.42,10,4.92,1.19,13,5.14,1.95,7,5.18,0.87,11,4.43,2.7,7,3.71,1.94,14,5.73,1.19,11,4.5,1.09,12,5.33,1.44,12,5.0,1.15,7,3.73,2.05,11,4.2,2.39,10,5.5,1.4,14,4.44,0.73,9
+fracture,3.62,2.04,21,5.27,2.59,22,4.2,2.24,20,2.88,1.55,8,4.08,2.22,13,5.5,2.68,10,5.08,2.61,12,5.14,3.02,7,3.69,1.6,13,4.0,2.11,10,3.27,2.0,11,5.09,2.12,11,5.45,3.08,11,4.27,2.49,15,4.0,1.41,5,4.0,1.33,10,3.27,2.53,11,5.8,2.39,10,4.83,2.76,12,4.0,2.11,10,4.4,2.46,10
+fragile,4.67,1.2,21,3.05,1.96,22,4.0,1.96,26,4.1,1.29,10,5.18,0.87,11,2.43,1.9,7,3.33,1.99,15,3.94,2.35,16,4.1,1.2,10,5.0,1.1,11,4.3,1.25,10,2.2,1.64,5,3.29,2.02,17,4.07,2.34,14,3.92,1.51,12,4.46,1.45,13,5.0,0.53,8,2.3,1.77,10,3.67,1.97,12,4.31,2.39,13,3.69,1.44,13
+fragment,4.59,1.18,22,3.55,1.93,20,4.8,2.33,20,4.5,1.4,14,4.75,0.71,8,4.09,2.02,11,2.88,1.81,8,4.83,2.64,6,4.79,2.29,14,4.5,1.58,10,4.67,0.78,12,3.1,2.23,10,4.0,1.56,10,5.31,2.46,13,3.86,1.86,7,4.58,1.38,12,4.6,0.97,10,3.38,1.8,13,3.86,2.27,7,5.17,2.33,12,4.25,2.38,8
+fragrance,6.67,1.71,21,4.72,2.4,40,6.56,2.38,25,6.83,1.47,12,6.44,2.07,9,5.64,2.47,14,4.23,2.25,26,5.25,2.6,8,7.18,2.07,17,6.0,3.16,4,6.82,1.29,17,4.47,2.5,17,4.91,2.35,23,6.71,2.2,14,6.36,2.69,11,6.92,1.31,12,6.33,2.18,9,4.89,2.23,19,4.57,2.58,21,6.89,2.61,18,5.71,1.5,7
+fragrant,7.05,1.18,19,4.85,2.43,20,6.0,2.06,24,7.0,1.08,13,7.17,1.47,6,5.4,3.13,5,4.67,2.26,15,5.77,1.83,13,6.27,2.37,11,6.67,1.32,9,7.4,0.97,10,5.43,2.57,7,4.54,2.4,13,6.27,1.62,11,5.77,2.42,13,7.44,1.13,9,6.7,1.16,10,4.3,2.45,10,5.4,2.41,10,5.78,2.33,9,6.13,1.96,15
+frail,3.55,1.85,20,2.65,1.81,20,3.04,2.17,25,3.0,1.41,4,3.69,1.96,16,3.25,1.89,4,2.5,1.83,16,4.78,2.33,9,2.06,1.34,16,3.12,1.73,8,3.83,1.95,12,2.56,1.67,9,2.73,2.0,11,3.07,2.02,14,3.0,2.45,11,3.27,1.42,11,3.89,2.32,9,2.33,1.73,9,2.91,1.92,11,3.39,2.35,18,2.14,1.35,7
+frame,5.32,1.16,19,4.04,2.2,24,5.78,2.08,27,5.25,0.46,8,5.36,1.5,11,4.67,2.4,9,3.67,2.06,15,5.93,2.02,14,5.62,2.22,13,5.0,1.32,9,5.6,0.97,10,4.17,2.17,12,3.92,2.31,12,5.31,2.36,13,6.21,1.76,14,5.2,1.32,10,5.44,1.01,9,3.92,2.27,12,4.17,2.21,12,5.91,2.02,11,5.69,2.18,16
+framework,5.74,1.37,19,3.11,1.81,18,5.77,2.09,22,5.8,1.3,5,5.71,1.44,14,4.17,1.94,6,2.58,1.56,12,5.5,1.58,10,6.0,2.49,12,6.0,1.15,10,5.44,1.59,9,3.6,1.9,10,2.5,1.6,8,5.36,2.16,11,6.18,2.04,11,5.45,1.51,11,6.12,1.13,8,2.56,1.74,9,3.67,1.8,9,4.82,2.18,11,6.73,1.56,11
+franc,5.21,1.81,19,3.71,2.26,21,5.12,1.56,25,5.5,3.42,4,5.13,1.3,15,3.25,2.22,4,3.82,2.32,17,5.56,2.13,9,4.88,1.15,16,5.12,1.13,8,5.27,2.24,11,3.4,2.17,10,4.0,2.41,11,5.29,1.54,14,4.91,1.64,11,5.3,1.64,10,5.11,2.09,9,3.5,2.22,10,3.91,2.39,11,5.06,1.7,18,5.29,1.25,7
+franchise,5.0,0.92,20,4.1,2.07,21,5.48,2.43,25,4.67,1.53,3,5.06,0.83,17,4.29,2.56,7,3.92,1.93,13,5.88,2.1,8,5.29,2.62,17,4.86,0.9,7,5.08,0.95,13,4.29,2.56,7,3.92,1.93,13,5.21,2.29,14,5.82,2.68,11,5.0,0.71,9,5.0,1.1,11,4.73,1.85,11,3.4,2.17,10,5.44,2.59,18,5.57,2.15,7
+frantic,3.79,1.4,19,5.39,2.4,18,3.59,2.27,17,3.91,1.58,11,3.62,1.19,8,6.5,1.73,4,5.07,2.53,14,4.38,2.88,8,2.89,1.36,9,4.12,1.25,8,3.55,1.51,11,5.71,2.56,7,5.18,2.4,11,5.0,2.1,6,2.82,2.04,11,3.46,1.39,13,4.5,1.22,6,4.91,2.47,11,6.14,2.27,7,2.71,1.11,7,4.2,2.7,10
+frat,4.29,2.47,21,3.64,2.57,22,4.63,2.2,27,3.7,2.79,10,4.82,2.14,11,3.0,2.65,7,3.93,2.58,15,4.47,2.48,17,4.9,1.73,10,4.73,2.76,11,3.8,2.15,10,2.2,1.79,5,4.06,2.66,17,4.5,2.62,14,4.77,1.74,13,5.23,2.52,13,2.75,1.49,8,3.1,2.6,10,4.08,2.57,12,4.43,2.34,14,4.85,2.12,13
+fraternity,4.89,1.79,19,4.64,2.4,22,5.41,2.17,22,5.67,1.8,9,4.2,1.55,10,4.25,2.43,8,4.86,2.44,14,5.36,2.25,11,5.45,2.21,11,5.57,1.81,7,4.5,1.73,12,4.3,2.11,10,4.92,2.68,12,5.38,2.43,13,5.44,1.88,9,4.6,1.84,10,5.22,1.79,9,5.0,2.27,8,4.43,2.53,14,5.79,2.15,14,4.75,2.19,8
+fraud,2.05,0.97,19,5.18,2.7,22,3.48,2.15,44,1.67,0.58,3,2.13,1.06,15,4.8,3.08,10,5.5,2.43,12,3.5,2.1,16,3.46,2.22,28,2.17,0.75,6,2.0,1.13,12,3.82,2.56,11,6.55,2.16,11,3.81,2.25,21,3.17,2.06,23,1.92,1.0,12,2.29,0.95,7,5.9,2.47,10,4.58,2.84,12,3.0,1.77,26,4.17,2.5,18
+fraught,2.94,1.47,18,4.32,2.4,22,4.05,1.88,21,3.89,1.45,9,2.0,0.71,9,4.38,2.26,8,4.29,2.55,14,4.3,1.83,10,3.82,1.99,11,4.0,1.41,7,2.27,1.1,11,3.9,1.66,10,4.67,2.9,12,3.92,2.14,13,4.25,1.49,8,2.67,1.22,9,3.22,1.72,9,5.0,3.07,8,3.93,1.94,14,4.08,1.71,13,4.0,2.27,8
+fray,4.26,1.37,19,4.5,2.15,18,4.12,2.12,17,4.55,1.37,11,3.88,1.36,8,6.25,1.71,4,4.0,2.04,14,3.12,1.13,8,5.0,2.45,9,4.62,1.19,8,4.0,1.48,11,4.86,2.04,7,4.27,2.28,11,3.83,0.98,6,4.27,2.57,11,4.15,1.57,13,4.5,0.84,6,3.82,2.27,11,5.57,1.51,7,4.14,2.41,7,4.1,2.02,10
+frayed,4.05,1.87,19,3.2,2.07,20,4.6,2.39,20,4.33,1.15,3,4.2,1.9,15,2.8,2.1,10,3.6,2.07,10,4.6,2.63,10,4.6,2.27,10,4.83,2.32,6,3.92,1.44,12,3.14,2.41,7,3.23,1.96,13,3.88,2.3,8,5.08,2.43,12,3.58,1.51,12,4.86,2.27,7,3.9,2.13,10,2.5,1.84,10,4.22,1.64,9,4.91,2.91,11
+freak,3.73,2.07,22,6.3,2.75,20,5.11,2.77,19,4.23,2.13,13,3.0,1.87,9,7.0,2.08,7,5.92,3.07,13,6.14,2.48,7,4.5,2.84,12,3.42,1.56,12,4.1,2.6,10,6.44,2.83,9,6.18,2.82,11,7.0,1.76,10,3.0,2.06,9,3.08,1.56,12,4.5,2.42,10,8.14,1.07,7,5.31,2.9,13,5.86,2.61,7,4.67,2.87,12
+freakish,3.71,1.82,21,5.12,2.36,24,4.86,2.23,22,4.25,2.55,8,3.38,1.19,13,5.15,2.58,13,5.09,2.21,11,5.31,2.39,13,4.22,1.92,9,4.5,2.33,8,3.33,1.3,12,5.86,1.92,14,4.1,2.64,10,5.75,2.38,12,3.8,1.55,10,3.4,2.41,10,4.0,1.1,11,4.41,2.35,17,6.86,1.35,7,5.4,2.55,10,4.42,1.93,12
+freaky,4.26,2.31,19,6.05,2.13,22,4.21,1.96,24,3.33,1.97,6,4.69,2.39,13,6.42,1.73,12,5.6,2.55,10,3.88,1.73,8,4.38,2.09,16,4.4,2.12,10,4.11,2.62,9,6.89,2.03,9,5.46,2.07,13,4.71,1.9,17,2.67,1.51,6,4.12,2.47,8,4.36,2.29,11,5.89,2.42,9,6.15,1.99,13,4.19,1.87,16,4.25,2.25,8
+freckle,5.53,2.41,19,3.36,2.44,22,4.43,2.1,28,4.33,2.25,6,6.08,2.36,13,2.73,1.85,11,4.0,2.86,11,4.18,2.48,11,4.59,1.87,17,5.36,2.66,11,5.75,2.19,8,2.91,2.02,11,3.82,2.82,11,4.06,2.24,18,5.1,1.73,10,6.15,2.3,13,4.17,2.23,6,3.86,2.71,14,2.5,1.69,8,4.0,1.9,16,5.0,2.3,12
+free,8.25,1.36,870,5.38,3.04,42,6.5,2.71,50,8.05,1.6,333,8.38,1.17,531,6.13,2.47,15,4.96,3.28,27,6.38,2.73,26,6.62,2.75,24,8.17,1.49,418,8.33,1.23,445,5.44,2.87,16,5.35,3.19,26,6.38,2.78,21,6.59,2.71,29,8.12,1.54,480,8.41,1.07,390,5.26,2.88,23,5.53,3.29,19,6.33,3.03,24,6.65,2.43,26
+freebie,7.3,1.03,20,6.1,2.13,20,6.05,1.96,22,7.14,1.21,7,7.38,0.96,13,6.44,1.88,9,5.82,2.36,11,7.67,1.97,6,5.44,1.63,16,7.5,1.08,10,7.11,1.05,9,6.12,3.0,8,6.08,1.44,12,6.27,1.94,15,5.57,2.07,7,7.36,1.12,11,7.22,0.97,9,6.17,2.29,12,6.0,2.0,8,6.36,2.25,11,5.73,1.68,11
+freedom,7.72,2.12,43,5.67,2.3,42,7.37,1.87,38,7.91,1.38,11,7.65,2.37,31,5.8,1.93,15,5.59,2.52,27,7.15,2.03,13,7.48,1.81,25,7.38,1.86,21,8.05,2.34,22,5.95,2.15,22,5.35,2.48,20,7.22,1.99,18,7.5,1.79,20,7.43,2.36,21,8.0,1.88,22,6.16,2.36,25,4.94,2.08,17,7.65,1.73,17,7.14,1.98,21
+freelance,6.05,2.01,21,4.2,2.26,20,6.0,2.21,21,6.17,0.98,6,6.0,2.33,15,4.88,1.81,8,3.75,2.49,12,5.55,2.25,11,6.5,2.17,10,5.83,1.6,6,6.13,2.2,15,4.3,2.06,10,4.1,2.56,10,5.71,2.43,14,6.57,1.72,7,5.57,2.3,7,6.29,1.9,14,4.79,2.36,14,2.83,1.33,6,6.42,2.02,12,5.44,2.46,9
+freelancer,5.89,1.88,18,4.05,2.54,20,5.96,2.2,24,6.17,2.04,12,5.33,1.51,6,5.8,1.79,5,3.47,2.53,15,5.92,2.36,13,6.0,2.1,11,6.0,2.18,9,5.78,1.64,9,5.71,2.29,7,3.15,2.27,13,5.45,2.3,11,6.38,2.1,13,5.44,1.51,9,6.33,2.18,9,3.4,2.22,10,4.7,2.79,10,6.89,2.09,9,5.4,2.13,15
+freeman,6.62,1.69,21,4.42,2.36,24,6.41,2.44,22,7.0,1.6,8,6.38,1.76,13,4.0,2.86,13,4.91,1.58,11,6.15,2.61,13,6.78,2.28,9,7.38,1.69,8,6.17,1.64,12,5.0,2.25,14,3.6,2.37,10,6.42,2.35,12,6.4,2.67,10,5.7,1.64,10,7.45,1.29,11,4.41,2.5,17,4.43,2.15,7,6.3,2.71,10,6.5,2.32,12
+freestyle,6.42,1.71,19,5.45,2.24,20,6.26,2.0,23,6.6,1.82,5,6.31,1.8,13,5.5,2.81,6,5.43,2.06,14,6.1,2.02,10,6.38,2.06,13,5.57,2.07,7,6.91,1.38,11,5.86,3.13,7,5.23,1.69,13,5.45,1.75,11,7.0,2.0,12,6.5,2.02,12,6.29,1.11,7,5.45,2.62,11,5.44,1.81,9,6.0,1.88,14,6.67,2.24,9
+freeway,5.32,1.67,19,4.67,2.22,21,4.96,2.25,23,5.6,0.55,5,5.31,1.97,13,4.5,2.07,6,4.73,2.34,15,4.4,2.12,10,5.38,2.33,13,5.29,1.8,7,5.45,1.69,11,5.0,2.94,7,4.5,1.87,14,5.09,2.12,11,4.83,2.44,12,5.75,1.14,12,4.57,2.23,7,3.91,2.3,11,5.5,1.9,10,4.93,2.09,14,5.0,2.6,9
+freeze,4.64,2.52,22,4.0,2.03,20,5.89,2.26,19,4.85,2.54,13,4.33,2.6,9,3.86,1.95,7,4.08,2.14,13,5.86,2.19,7,5.92,2.39,12,5.83,2.41,12,3.2,1.87,10,4.44,2.35,9,3.64,1.75,11,5.7,2.0,10,6.11,2.62,9,5.33,2.53,12,3.8,2.35,10,4.29,2.06,7,3.85,2.08,13,5.43,2.82,7,6.17,1.95,12
+freezer,5.32,1.67,19,2.7,1.98,20,5.12,1.85,24,5.15,1.99,13,5.67,0.52,6,3.4,1.82,5,2.47,2.03,15,5.31,1.49,13,4.91,2.26,11,5.33,2.06,9,5.3,1.34,10,3.86,2.41,7,2.08,1.44,13,4.91,1.76,11,5.31,1.97,13,5.56,0.53,9,5.1,2.28,10,2.2,1.4,10,3.2,2.39,10,5.0,2.29,9,5.2,1.61,15
+freezing,3.33,1.88,18,5.84,2.14,19,4.16,2.27,25,3.2,1.3,5,3.38,2.1,13,6.4,2.46,10,5.22,1.64,9,4.56,2.45,16,3.44,1.81,9,3.14,1.35,7,3.45,2.21,11,4.67,2.18,9,6.9,1.52,10,4.15,2.52,20,4.2,0.84,5,3.22,1.48,9,3.44,2.3,9,5.55,2.11,11,6.25,2.25,8,4.37,2.45,19,3.5,1.52,6
+freight,4.21,1.9,19,3.78,2.37,18,4.8,2.4,20,3.0,2.0,3,4.47,1.92,15,4.2,2.62,10,3.25,2.05,8,5.6,2.01,10,4.0,2.58,10,4.0,2.97,6,4.33,1.37,12,3.86,2.85,7,3.73,2.15,11,3.5,1.85,8,5.67,2.39,12,4.0,1.6,12,4.57,2.44,7,4.11,2.62,9,3.44,2.19,9,3.56,2.01,9,5.82,2.27,11
+freighter,4.83,1.72,18,3.7,2.12,23,5.16,1.57,19,5.11,1.27,9,4.56,2.13,9,3.57,2.76,7,3.67,1.91,15,5.6,1.71,10,4.67,1.32,9,5.22,2.05,9,4.44,1.33,9,4.3,2.45,10,3.08,1.78,12,5.25,1.39,8,5.0,1.83,10,4.75,1.96,12,5.0,1.26,6,3.75,2.27,20,3.33,0.58,3,5.25,1.39,8,5.09,1.76,11
+french horn,5.95,1.39,19,4.05,2.46,22,5.83,2.08,24,5.83,1.6,6,6.0,1.35,13,4.67,2.02,12,3.3,2.83,10,4.62,1.77,8,6.44,2.0,16,5.8,1.03,10,6.11,1.76,9,5.11,2.26,9,3.31,2.39,13,5.76,2.25,17,6.17,1.83,6,5.5,1.07,8,6.27,1.56,11,3.89,2.57,9,4.15,2.48,13,5.88,2.39,16,5.75,1.39,8
+frenzy,4.2,1.79,20,5.96,2.14,23,4.0,1.83,25,4.27,2.2,11,4.11,1.27,9,5.64,2.01,11,6.25,2.3,12,3.73,1.49,11,4.31,2.14,13,4.33,1.8,9,4.09,1.87,11,6.09,1.58,11,5.83,2.62,12,4.38,1.36,16,3.38,2.56,8,4.0,1.86,12,4.5,1.77,8,5.73,1.94,15,6.38,2.56,8,4.31,1.92,16,3.44,1.59,9
+frequency,5.19,1.81,21,4.87,2.36,23,5.62,1.72,21,5.4,2.51,5,5.12,1.63,16,5.92,1.98,12,3.73,2.28,11,5.73,2.05,11,5.22,1.09,9,5.08,2.23,12,5.33,1.12,9,4.94,2.26,16,4.71,2.75,7,5.36,1.21,11,5.9,2.18,10,5.15,1.82,13,5.25,1.91,8,5.16,2.39,19,3.5,1.91,4,5.57,1.45,14,5.71,2.29,7
+frequent,5.57,1.36,21,4.05,2.09,20,5.88,2.03,25,5.75,0.97,12,5.33,1.8,9,5.5,2.51,6,3.43,1.6,14,6.3,2.31,10,5.6,1.84,15,5.75,1.89,4,5.53,1.28,17,4.1,2.51,10,4.0,1.7,10,5.43,2.44,7,6.06,1.89,18,5.92,1.51,12,5.11,1.05,9,3.75,1.96,12,4.5,2.33,8,4.78,2.39,9,6.5,1.55,16
+fresh,6.67,1.81,18,2.35,1.76,20,6.28,1.81,18,5.62,1.51,8,7.5,1.65,10,1.86,1.46,7,2.62,1.89,13,6.09,1.92,11,6.57,1.72,7,6.0,1.67,11,7.71,1.6,7,2.11,1.69,9,2.55,1.86,11,6.36,1.75,11,6.14,2.04,7,6.33,1.67,12,7.33,2.07,6,2.42,1.78,12,2.25,1.83,8,6.44,2.35,9,6.11,1.17,9
+freshen,6.56,1.72,18,4.68,2.03,22,7.25,1.59,20,6.43,1.81,7,6.64,1.75,11,5.3,2.06,10,4.17,1.95,12,6.25,1.04,8,7.92,1.56,12,6.58,1.62,12,6.5,2.07,6,5.75,2.43,8,4.07,1.54,14,7.5,1.69,8,7.08,1.56,12,6.5,1.85,8,6.6,1.71,10,5.08,1.68,12,4.2,2.39,10,7.27,1.79,11,7.22,1.39,9
+freshener,5.71,1.9,21,4.17,2.52,23,6.19,1.65,26,6.27,1.74,11,5.1,1.97,10,5.36,2.2,11,3.08,2.35,12,5.91,1.64,11,6.43,1.74,14,5.2,2.25,10,6.18,1.47,11,5.27,2.45,11,3.17,2.21,12,5.88,1.65,17,6.88,1.64,8,5.62,2.29,13,5.88,1.13,8,4.13,2.59,15,4.25,2.55,8,6.29,1.72,17,6.0,1.58,9
+freshman,5.05,1.58,19,3.82,2.11,22,3.78,2.11,23,5.45,1.69,11,4.29,1.25,7,4.88,2.1,8,3.21,1.93,14,2.86,1.95,7,4.19,2.1,16,4.38,1.69,8,5.55,1.37,11,3.89,3.02,9,3.77,1.3,13,3.36,1.91,11,4.17,2.29,12,5.08,1.78,12,5.0,1.29,7,3.36,2.34,11,4.27,1.85,11,4.15,2.44,13,3.3,1.57,10
+freshness,7.43,1.57,21,4.1,2.73,20,6.29,2.05,21,7.0,1.67,6,7.6,1.55,15,4.5,2.73,8,3.83,2.82,12,6.36,1.96,11,6.2,2.25,10,7.67,1.51,6,7.33,1.63,15,5.4,2.91,10,2.8,1.87,10,6.07,2.34,14,6.71,1.38,7,7.0,2.24,7,7.64,1.15,14,3.86,2.63,14,4.67,3.14,6,6.42,1.88,12,6.11,2.37,9
+freshwater,7.29,1.68,21,2.82,1.76,22,5.76,1.7,21,7.44,1.42,9,7.17,1.9,12,2.0,0.89,6,2.93,1.83,15,5.67,1.03,6,5.8,1.93,15,6.67,2.06,9,7.75,1.22,12,3.8,1.79,5,2.53,1.7,17,5.5,1.72,10,6.0,1.73,11,7.75,1.76,12,6.67,1.41,9,2.89,2.09,9,2.77,1.59,13,6.0,1.76,12,5.44,1.67,9
+fret,3.73,1.61,22,5.89,2.02,19,4.24,2.49,21,3.2,0.84,5,3.88,1.82,16,5.88,2.59,8,5.91,1.64,11,4.2,2.25,10,4.27,2.8,11,3.5,1.45,12,4.0,1.83,10,6.1,1.85,10,5.67,2.29,9,4.0,2.45,12,4.56,2.65,9,3.18,1.54,11,4.27,1.56,11,5.0,2.0,8,6.55,1.86,11,3.78,2.44,9,4.58,2.57,12
+friar,5.2,1.77,20,3.26,2.0,23,5.62,1.63,21,4.89,1.96,9,5.45,1.63,11,3.27,2.24,11,3.25,1.86,12,5.38,1.19,8,5.77,1.88,13,4.93,1.54,14,5.83,2.23,6,3.11,2.26,9,3.36,1.91,14,6.12,1.89,8,5.31,1.44,13,5.6,1.58,10,4.8,1.93,10,3.46,2.33,13,3.0,1.56,10,5.67,1.78,12,5.56,1.51,9
+friction,4.0,1.67,21,5.05,2.26,20,4.24,2.17,21,5.5,0.84,6,3.4,1.55,15,5.0,1.41,8,5.08,2.75,12,4.27,2.28,11,4.2,2.15,10,4.83,1.72,6,3.67,1.59,15,5.1,2.33,10,5.0,2.31,10,4.43,2.44,14,3.86,1.57,7,4.86,1.95,7,3.57,1.4,14,5.07,2.59,14,5.0,1.41,6,3.83,1.85,12,4.78,2.54,9
+fridge,6.29,1.68,21,4.6,2.72,20,5.69,2.31,35,7.38,1.41,8,5.62,1.5,13,3.8,2.05,5,4.87,2.92,15,5.3,2.67,10,5.84,2.19,25,6.92,1.61,13,5.25,1.28,8,4.67,2.64,12,4.5,3.02,8,5.4,2.28,20,6.07,2.37,15,6.18,1.6,11,6.4,1.84,10,5.18,3.34,11,3.89,1.62,9,5.68,2.61,22,5.69,1.8,13
+fried,5.82,1.87,22,4.09,2.0,22,6.05,2.01,19,6.12,1.55,8,5.64,2.06,14,4.2,2.2,10,4.0,1.91,12,6.86,1.86,7,5.58,2.02,12,6.0,2.28,11,5.64,1.43,11,4.09,1.92,11,4.09,2.17,11,5.86,2.18,14,6.6,1.52,5,5.3,2.11,10,6.25,1.6,12,4.4,2.01,10,3.83,2.04,12,5.67,1.12,9,6.4,2.59,10
+friend,6.79,2.49,19,4.29,2.69,21,6.31,1.79,42,6.33,1.15,3,6.88,2.68,16,4.14,3.02,7,4.54,2.63,13,6.5,2.03,14,6.3,1.66,27,7.0,2.45,10,6.56,2.65,9,5.14,2.73,7,4.0,2.71,13,6.0,1.94,18,6.54,1.67,24,6.75,2.25,8,6.82,2.75,11,4.73,2.9,11,3.8,2.49,10,6.21,1.8,29,6.54,1.81,13
+friendless,3.15,2.54,20,4.18,2.34,22,4.63,2.54,27,4.86,3.02,7,2.23,1.74,13,4.4,2.5,10,4.0,2.3,12,3.47,2.03,15,6.18,2.52,11,2.45,1.81,11,4.0,3.12,9,4.56,2.4,9,3.92,2.36,13,5.24,2.61,17,3.44,2.24,9,3.38,2.6,13,2.71,2.56,7,4.31,2.39,16,3.83,2.4,6,4.58,2.81,12,4.67,2.41,15
+friendly,7.84,0.96,19,4.27,2.81,44,7.6,1.62,42,8.17,0.75,6,7.69,1.03,13,4.24,2.81,21,4.3,2.88,23,7.18,2.01,17,7.88,1.27,25,7.9,0.99,10,7.78,0.97,9,3.82,2.63,22,4.73,2.98,22,7.46,1.75,26,7.81,1.42,16,7.75,0.89,8,7.91,1.04,11,4.38,3.09,24,4.15,2.52,20,7.58,1.74,24,7.61,1.5,18
+friendship,7.76,1.64,21,5.2,2.98,20,6.95,1.83,21,8.17,0.75,6,7.6,1.88,15,5.88,2.53,8,4.75,3.28,12,6.55,2.11,11,7.4,1.43,10,8.0,1.1,6,7.67,1.84,15,5.4,3.2,10,5.0,2.91,10,6.93,2.09,14,7.0,1.29,7,7.43,2.51,7,7.93,1.07,14,5.21,3.17,14,5.17,2.79,6,7.08,1.24,12,6.78,2.49,9
+fright,3.26,2.16,19,5.0,2.47,23,3.95,1.96,19,3.56,1.94,9,3.0,2.4,10,4.71,2.75,7,5.33,2.35,15,4.0,2.0,10,3.89,2.03,9,4.22,2.59,9,2.4,1.26,10,4.5,3.03,10,5.67,1.78,12,3.62,1.85,8,4.0,2.11,10,3.75,2.49,12,2.43,1.13,7,4.75,2.43,20,6.67,2.52,3,3.12,1.55,8,4.55,2.07,11
+frighten,2.95,2.04,21,4.85,2.85,20,2.71,2.22,21,4.0,2.19,6,2.53,1.88,15,4.12,3.14,8,5.33,2.67,12,3.0,2.79,11,2.4,1.43,10,3.78,2.59,9,2.33,1.3,12,4.89,2.47,9,4.82,3.25,11,3.83,3.31,6,2.27,1.53,15,3.2,2.53,10,2.73,1.56,11,4.92,2.53,13,4.71,3.59,7,3.0,2.7,12,2.33,1.41,9
+frightened,2.45,1.23,20,5.61,2.97,18,3.05,2.03,22,2.0,0.71,5,2.6,1.35,15,5.5,2.88,6,5.67,3.14,12,3.1,1.2,10,3.0,2.59,12,2.6,1.07,10,2.3,1.42,10,5.9,3.07,10,5.25,3.01,8,3.18,1.94,11,2.91,2.21,11,2.5,1.24,12,2.38,1.3,8,4.11,3.44,9,7.11,1.36,9,3.36,1.86,11,2.73,2.24,11
+frightening,2.58,1.61,19,4.73,2.9,22,3.39,2.21,23,2.73,1.85,11,2.43,1.4,7,5.5,3.07,8,4.29,2.81,14,3.57,2.15,7,3.31,2.3,16,3.12,1.96,8,2.18,1.25,11,3.56,2.65,9,5.54,2.88,13,3.82,2.09,11,3.0,2.34,12,2.25,1.48,12,3.14,1.77,7,3.91,3.11,11,5.55,2.54,11,4.15,2.51,13,2.4,1.26,10
+frightful,2.95,1.66,21,5.2,2.06,25,3.55,2.09,22,3.12,1.96,8,2.85,1.52,13,4.77,2.52,13,5.67,1.37,12,3.77,2.17,13,3.22,2.05,9,3.5,2.07,8,2.75,1.29,12,5.29,1.68,14,5.09,2.55,11,4.25,2.01,12,2.7,1.95,10,2.6,1.96,10,3.27,1.35,11,4.65,2.09,17,6.38,1.51,8,3.4,2.63,10,3.67,1.61,12
+frigid,3.77,1.93,22,3.87,2.36,23,5.61,2.62,23,4.88,2.47,8,3.14,1.23,14,4.18,2.18,11,3.58,2.57,12,6.0,2.5,9,5.36,2.76,14,3.64,2.01,11,3.91,1.92,11,4.91,2.3,11,2.92,2.07,12,6.2,2.57,15,4.5,2.51,8,3.1,0.74,10,4.33,2.42,12,3.73,2.45,11,4.0,2.37,12,5.92,2.96,13,5.2,2.2,10
+fringe,5.16,1.01,19,4.52,2.2,21,4.48,2.25,23,5.0,1.0,3,5.19,1.05,16,5.0,2.56,8,4.23,2.01,13,4.78,2.05,9,4.29,2.43,14,4.78,0.83,9,5.5,1.08,10,3.89,2.15,9,5.0,2.22,12,4.73,2.55,15,4.0,1.6,8,4.57,0.98,7,5.5,0.9,12,4.7,1.7,10,4.36,2.66,11,4.46,2.54,13,4.5,1.96,10
+frisbee,6.35,1.69,20,3.33,2.54,18,6.14,2.03,22,7.6,0.89,5,5.93,1.71,15,4.17,2.93,6,2.92,2.35,12,6.3,1.95,10,6.0,2.17,12,6.9,1.1,10,5.8,2.04,10,3.7,2.98,10,2.88,1.96,8,6.18,2.18,11,6.09,1.97,11,6.08,2.15,12,6.75,0.46,8,3.22,2.64,9,3.44,2.6,9,6.27,2.24,11,6.0,1.9,11
+frisk,4.8,2.4,20,6.6,2.09,20,4.83,2.24,36,5.0,2.14,8,4.67,2.64,12,7.2,1.3,5,6.4,2.29,15,4.55,2.62,11,4.96,2.09,25,5.0,2.48,13,4.43,2.37,7,7.17,1.53,12,5.75,2.6,8,4.8,2.26,20,4.88,2.28,16,5.18,2.18,11,4.33,2.69,9,7.45,1.04,11,5.56,2.6,9,5.14,2.1,22,4.36,2.44,14
+frisky,6.57,2.11,21,6.05,2.21,20,6.23,2.37,22,7.33,1.51,6,6.27,2.28,15,6.0,2.27,8,6.08,2.27,12,5.67,2.71,12,6.9,1.79,10,7.22,1.86,9,6.08,2.23,12,5.56,2.24,9,6.45,2.21,11,5.57,2.57,7,6.53,2.29,15,6.9,2.6,10,6.27,1.62,11,6.31,1.65,13,5.57,3.1,7,6.0,2.76,12,6.5,1.9,10
+frivolous,4.65,2.03,20,4.22,2.24,18,4.27,1.72,22,3.4,0.89,5,5.07,2.15,15,3.5,2.35,6,4.58,2.19,12,4.1,1.1,10,4.42,2.15,12,4.8,1.48,10,4.5,2.55,10,4.3,2.54,10,4.12,1.96,8,4.73,1.19,11,3.82,2.09,11,4.0,1.91,12,5.62,1.92,8,2.56,1.59,9,5.89,1.36,9,5.0,1.61,11,3.55,1.57,11
+frock,4.67,1.83,21,4.48,1.9,23,4.71,2.0,21,3.2,1.79,5,5.12,1.63,16,5.0,1.86,12,3.91,1.87,11,4.91,1.38,11,4.0,2.18,9,4.67,1.87,12,4.67,1.87,9,4.81,1.47,16,3.71,2.63,7,4.73,1.42,11,4.7,2.58,10,4.85,2.03,13,4.38,1.51,8,4.68,1.92,19,3.5,1.73,4,4.21,1.85,14,5.71,2.06,7
+frog,5.84,1.34,19,4.07,2.61,42,5.5,2.27,48,4.67,0.58,3,6.06,1.34,16,4.31,2.18,16,3.92,2.87,26,5.24,2.19,17,5.65,2.33,31,5.56,1.42,9,6.1,1.29,10,4.05,2.7,19,4.09,2.59,23,5.12,2.18,26,5.95,2.34,22,6.57,1.27,7,5.42,1.24,12,4.04,2.89,25,4.12,2.2,17,5.7,2.31,30,5.17,2.23,18
+froggy,5.71,2.03,21,3.36,2.11,22,4.78,2.03,27,6.6,1.51,10,4.91,2.17,11,2.86,2.34,7,3.6,2.03,15,4.41,2.29,17,5.4,1.35,10,5.64,2.5,11,5.8,1.48,10,2.6,2.3,5,3.59,2.06,17,4.86,2.03,14,4.69,2.1,13,5.23,2.2,13,6.5,1.51,8,2.7,2.06,10,3.92,2.07,12,4.86,1.96,14,4.69,2.18,13
+frolic,6.05,1.77,21,4.17,2.65,24,6.05,1.99,20,6.62,0.92,8,5.69,2.1,13,4.33,2.07,6,4.11,2.87,18,6.18,1.6,11,5.89,2.47,9,5.5,1.93,12,6.78,1.3,9,4.9,2.69,10,3.64,2.59,14,6.31,2.06,13,5.57,1.9,7,5.79,1.97,14,6.57,1.27,7,4.69,2.3,16,3.12,3.14,8,6.33,1.87,12,5.62,2.2,8
+frontal,5.95,1.61,19,4.09,2.66,23,6.0,1.67,19,6.11,1.17,9,5.8,1.99,10,3.57,2.57,7,4.47,2.77,15,5.6,1.58,10,6.44,1.74,9,6.0,1.73,9,5.9,1.6,10,4.2,3.01,10,4.17,2.52,12,4.88,0.99,8,6.8,1.69,10,5.75,1.71,12,6.29,1.5,7,3.8,2.67,20,6.0,2.0,3,5.25,1.16,8,6.55,1.81,11
+frontier,6.53,1.62,17,3.95,2.26,20,4.32,1.75,25,6.75,2.06,4,6.46,1.56,13,4.09,2.51,11,3.78,2.05,9,4.0,1.75,16,4.89,1.69,9,6.0,1.67,6,6.82,1.6,11,4.22,2.73,9,3.73,1.9,11,4.2,1.82,20,4.8,1.48,5,6.5,1.77,8,6.56,1.59,9,3.73,2.05,11,4.22,2.59,9,4.32,1.67,19,4.33,2.16,6
+frostbite,2.1,0.97,20,7.05,2.28,20,4.0,2.26,26,1.82,0.87,11,2.44,1.01,9,7.29,1.25,7,6.92,2.72,13,3.85,1.57,13,4.15,2.85,13,2.18,0.98,11,2.0,1.0,9,7.36,1.86,11,6.67,2.78,9,4.47,2.6,17,3.11,1.05,9,2.1,1.1,10,2.1,0.88,10,7.42,2.23,12,6.5,2.39,8,4.81,2.37,16,2.7,1.34,10
+frosted,6.6,1.5,20,3.92,2.86,24,5.0,1.97,19,6.5,1.77,8,6.67,1.37,12,5.5,2.59,6,3.39,2.81,18,6.0,1.55,11,3.62,1.69,8,6.5,1.68,12,6.75,1.28,8,4.0,2.87,10,3.86,2.96,14,5.67,1.56,12,3.86,2.19,7,6.36,1.39,14,7.17,1.72,6,4.81,2.66,16,2.12,2.47,8,5.08,2.15,12,4.86,1.77,7
+frosting,7.33,1.39,21,4.4,2.29,25,5.73,1.93,22,7.38,1.77,8,7.31,1.18,13,3.85,2.54,13,5.0,1.91,12,5.77,1.79,13,5.67,2.24,9,7.5,2.0,8,7.33,0.89,12,4.79,1.97,14,3.91,2.66,11,6.08,1.83,12,5.3,2.06,10,7.5,1.65,10,7.18,1.17,11,4.41,2.55,17,4.38,1.77,8,6.0,1.83,10,5.5,2.07,12
+frosty,6.15,1.23,20,4.61,2.12,18,5.0,2.12,21,6.4,1.14,5,6.07,1.28,15,4.5,2.17,6,4.67,2.19,12,4.56,1.51,9,5.33,2.5,12,6.2,1.32,10,6.1,1.2,10,5.0,2.45,10,4.12,1.64,8,5.3,1.83,10,4.73,2.41,11,5.42,0.9,12,7.25,0.71,8,3.67,1.94,9,5.56,1.94,9,5.45,2.3,11,4.5,1.9,10
+frown,3.35,1.35,20,3.61,2.17,18,4.95,2.31,21,2.8,1.3,5,3.53,1.36,15,4.33,1.86,6,3.25,2.3,12,5.6,1.51,10,4.36,2.8,11,3.6,0.97,10,3.1,1.66,10,4.1,2.23,10,3.0,2.07,8,4.36,2.2,11,5.6,2.37,10,3.5,1.09,12,3.12,1.73,8,2.22,1.79,9,5.0,1.58,9,4.55,2.58,11,5.4,2.01,10
+fruit,7.0,1.97,19,4.09,2.49,22,6.12,2.07,24,6.17,2.79,6,7.38,1.45,13,4.92,2.68,12,3.1,1.91,10,5.0,1.51,8,6.69,2.12,16,7.4,1.35,10,6.56,2.51,9,3.67,2.06,9,4.38,2.79,13,5.88,2.15,17,7.0,1.9,6,7.5,1.6,8,6.64,2.2,11,5.0,2.35,9,3.46,2.47,13,6.38,2.06,16,5.62,2.13,8
+fruit punch,6.95,1.36,20,4.75,2.15,20,5.0,1.28,18,7.14,1.07,7,6.85,1.52,13,5.67,2.12,9,4.0,1.95,11,3.8,1.64,5,5.46,0.78,13,6.4,1.58,10,7.56,0.88,9,5.12,2.36,8,4.5,2.07,12,4.77,1.36,13,5.6,0.89,5,7.36,1.29,11,6.44,1.33,9,5.25,2.26,12,4.0,1.85,8,4.89,1.69,9,5.11,0.78,9
+fruitcake,5.29,2.1,21,3.43,2.06,23,5.42,2.08,26,5.82,1.83,11,4.7,2.31,10,4.0,2.19,11,2.92,1.88,12,4.91,1.97,11,5.93,2.16,14,5.2,1.99,10,5.36,2.29,11,4.27,2.1,11,2.67,1.78,12,5.71,1.69,17,5.0,2.88,8,6.0,1.68,13,4.12,2.3,8,3.33,1.88,15,3.62,2.5,8,5.76,2.08,17,4.78,2.05,9
+fruitful,7.11,1.49,19,4.14,2.42,22,6.91,1.9,22,7.09,1.58,11,6.86,1.35,7,4.12,2.59,8,4.14,2.41,14,6.71,2.21,7,7.0,1.81,15,7.0,1.6,8,7.18,1.47,11,3.44,2.4,9,4.62,2.4,13,6.36,2.01,11,7.45,1.69,11,7.33,1.72,12,6.71,0.95,7,4.55,3.05,11,3.73,1.62,11,7.08,2.02,12,6.7,1.83,10
+fruitless,2.95,1.32,20,3.25,1.94,20,3.59,1.74,22,2.43,1.13,7,3.23,1.36,13,3.11,1.76,9,3.36,2.16,11,3.83,2.4,6,3.5,1.51,16,3.2,1.03,10,2.67,1.66,9,2.88,1.89,8,3.5,2.02,12,3.87,1.81,15,3.0,1.53,7,3.36,1.21,11,2.44,1.33,9,3.17,1.95,12,3.38,2.07,8,4.36,2.01,11,2.82,0.98,11
+fruity,6.71,1.85,21,5.26,1.79,19,6.0,1.9,36,6.62,2.5,8,6.77,1.42,13,4.4,1.95,5,5.57,1.7,14,5.64,2.38,11,6.16,1.68,25,6.62,2.14,13,6.88,1.36,8,5.58,2.07,12,4.71,1.11,7,6.35,1.87,20,5.56,1.9,16,6.36,2.11,11,7.1,1.52,10,5.3,1.25,10,5.22,2.33,9,6.05,2.06,22,5.93,1.69,14
+frustrated,2.55,1.0,20,5.4,2.29,43,3.85,2.31,55,3.0,0.0,3,2.47,1.07,17,5.47,2.1,15,5.36,2.42,28,3.77,2.35,26,3.93,2.36,28,2.57,0.79,7,2.54,1.13,13,5.06,2.21,18,5.64,2.36,25,4.37,2.43,35,2.89,1.85,19,3.0,1.0,9,2.18,0.87,11,5.0,2.54,24,5.89,1.88,19,3.61,2.38,28,4.11,2.26,27
+frustrating,2.57,1.43,21,5.48,1.83,21,3.72,2.32,25,2.92,1.44,12,2.11,1.36,9,5.86,1.77,7,5.29,1.9,14,3.1,1.91,10,4.13,2.53,15,1.25,0.5,4,2.88,1.41,17,5.0,1.89,10,5.91,1.76,11,3.0,2.77,7,4.0,2.14,18,2.42,1.44,12,2.78,1.48,9,5.23,2.09,13,5.88,1.36,8,2.33,0.87,9,4.5,2.53,16
+frustration,2.45,1.39,20,5.94,2.29,18,3.27,2.12,22,2.2,1.3,5,2.53,1.46,15,5.67,1.75,6,6.08,2.57,12,3.5,2.01,10,3.08,2.27,12,2.5,1.27,10,2.4,1.58,10,6.2,2.15,10,5.62,2.56,8,3.55,2.16,11,3.0,2.14,11,2.83,1.53,12,1.88,0.99,8,4.89,2.47,9,7.0,1.58,9,4.0,2.53,11,2.55,1.37,11
+fry,5.95,2.31,21,5.0,2.97,20,6.44,1.84,36,6.12,2.64,8,5.85,2.19,13,5.0,2.35,5,5.0,3.23,15,6.36,1.29,11,6.48,2.06,25,6.31,2.56,13,5.38,1.85,8,5.5,3.09,12,4.25,2.82,8,6.35,1.93,20,6.56,1.79,16,5.55,2.21,11,6.4,2.46,10,4.82,3.28,11,5.22,2.73,9,6.36,2.08,22,6.57,1.45,14
+fryer,4.89,1.37,19,4.3,2.43,20,5.39,1.37,23,4.8,1.79,5,5.08,1.19,13,4.67,2.73,6,4.14,2.38,14,5.3,1.64,10,5.46,1.2,13,4.29,1.38,7,5.45,1.13,11,4.71,2.75,7,4.08,2.33,13,5.0,1.34,11,5.75,1.36,12,4.83,1.59,12,5.0,1.0,7,4.09,2.43,11,4.56,2.55,9,5.36,1.5,14,5.44,1.24,9
+fuchsia,5.14,2.17,21,3.78,2.45,23,5.72,2.24,18,4.89,2.15,9,5.33,2.27,12,3.36,2.34,11,4.17,2.59,12,5.9,1.52,10,5.5,3.02,8,4.57,1.99,7,5.23,2.24,13,4.0,2.61,11,3.58,2.39,12,5.43,2.57,7,5.91,2.12,11,4.92,2.22,13,5.5,2.2,8,3.73,2.45,11,3.83,2.55,12,5.56,2.3,9,5.89,2.32,9
+fuck,5.23,3.25,22,7.14,1.98,21,5.47,2.21,17,8.17,1.6,6,4.27,3.08,15,7.0,2.38,7,7.21,1.85,14,6.33,1.94,9,4.5,2.2,8,6.57,2.74,14,3.0,3.0,7,7.22,1.99,9,7.08,2.07,12,5.44,1.88,9,5.5,2.67,8,5.36,3.2,14,5.0,3.55,8,7.5,1.64,6,7.0,2.14,15,5.0,2.35,9,6.0,2.07,8
+fucker,3.52,2.52,21,6.32,2.8,22,4.33,2.24,27,3.5,1.84,10,3.55,3.11,11,6.14,3.34,7,6.4,2.64,15,4.29,2.54,17,4.4,1.71,10,4.27,2.61,11,2.7,2.26,10,4.8,2.86,5,6.76,2.7,17,4.71,2.55,14,3.92,1.85,13,4.08,2.81,13,2.62,1.77,8,5.7,3.23,10,6.83,2.41,12,4.29,2.33,14,4.38,2.22,13
+fucking,5.09,3.29,22,6.86,2.29,21,4.94,2.69,16,8.0,2.0,6,4.13,3.09,15,7.29,2.06,7,6.64,2.44,14,5.75,2.76,8,4.12,2.53,8,6.36,2.98,14,3.0,2.89,7,6.11,2.62,9,7.42,1.93,12,4.67,2.92,9,5.29,2.56,7,5.93,3.0,14,3.62,3.46,8,7.0,2.19,6,6.8,2.4,15,4.89,2.62,9,5.0,3.0,7
+fudge,7.62,1.43,21,4.91,2.45,23,5.86,2.59,22,8.12,0.99,8,7.31,1.6,13,5.75,2.56,12,4.0,2.05,11,5.54,2.67,13,6.33,2.55,9,8.25,0.89,8,7.25,1.66,12,5.25,1.91,12,4.55,2.98,11,6.42,2.5,12,5.2,2.66,10,7.7,1.89,10,7.55,0.93,11,5.12,2.71,17,4.33,1.51,6,6.6,2.41,10,5.25,2.67,12
+fuel,4.1,2.07,21,3.96,2.48,24,6.21,2.39,19,3.56,1.74,9,4.5,2.28,12,3.83,2.79,6,4.18,2.4,17,6.0,2.52,7,6.33,2.42,12,3.44,1.82,16,6.2,1.3,5,3.43,2.59,14,5.11,1.9,9,6.44,2.3,9,6.0,2.58,10,3.67,1.87,12,4.67,2.29,9,3.94,2.38,16,4.0,2.83,8,6.09,2.91,11,6.38,1.6,8
+fugitive,2.74,2.23,19,5.26,2.34,23,4.0,1.76,19,3.11,2.03,9,2.4,2.46,10,5.57,3.05,7,5.27,2.05,15,4.2,1.81,10,3.78,1.79,9,3.44,2.96,9,2.1,1.1,10,5.5,2.92,10,5.25,1.86,12,3.88,1.36,8,4.2,2.15,10,3.08,2.75,12,2.14,0.69,7,5.1,2.43,20,6.33,1.53,3,3.12,0.99,8,4.64,1.96,11
+fulfill,7.33,1.74,21,3.67,2.37,21,6.2,2.02,25,6.33,2.42,6,7.73,1.28,15,4.0,2.83,4,3.59,2.35,17,5.33,2.12,9,6.69,1.85,16,7.38,1.3,8,7.31,2.02,13,4.1,2.33,10,3.27,2.45,11,6.0,2.18,14,6.45,1.86,11,7.31,1.32,13,7.38,2.39,8,3.2,2.62,10,4.09,2.17,11,6.11,2.11,18,6.43,1.9,7
+fulfillment,6.37,1.34,19,5.56,2.75,18,5.82,2.46,17,6.18,1.47,11,6.62,1.19,8,5.25,3.1,4,5.64,2.76,14,5.38,2.56,8,6.22,2.44,9,6.25,1.39,8,6.45,1.37,11,4.43,2.57,7,6.27,2.72,11,6.0,2.68,6,5.73,2.45,11,6.54,1.39,13,6.0,1.26,6,5.91,3.14,11,5.0,2.08,7,6.0,2.65,7,5.7,2.45,10
+full,6.0,2.02,22,3.48,2.04,21,6.06,2.38,17,5.17,2.64,6,6.27,1.79,15,3.0,2.0,7,3.71,2.09,14,5.67,2.92,9,6.5,1.69,8,6.14,2.32,14,5.57,1.51,7,3.56,2.35,9,3.42,1.88,12,6.11,2.85,9,6.0,1.93,8,6.29,2.2,14,5.5,1.69,8,2.83,2.04,6,3.73,2.05,15,6.78,2.73,9,5.25,1.75,8
+fullback,4.62,1.24,21,4.19,1.75,21,5.2,1.89,25,4.83,1.27,12,4.33,1.22,9,4.57,1.99,7,4.0,1.66,14,5.3,1.95,10,5.13,1.92,15,4.75,0.5,4,4.59,1.37,17,4.2,1.69,10,4.18,1.89,11,5.57,1.51,7,5.06,2.04,18,4.67,0.78,12,4.56,1.74,9,4.46,1.66,13,3.75,1.91,8,4.78,1.72,9,5.44,2.0,16
+fullness,6.19,2.18,21,3.2,2.07,20,6.27,2.62,22,6.33,1.75,6,6.13,2.39,15,3.38,1.77,8,3.08,2.31,12,6.17,2.79,12,6.4,2.55,10,6.78,1.79,9,5.75,2.42,12,3.56,2.13,9,2.91,2.07,11,5.71,2.21,7,6.53,2.83,15,6.1,2.51,10,6.27,1.95,11,3.46,2.33,13,2.71,1.5,7,6.92,2.47,12,5.5,2.72,10
+fumble,3.7,1.72,20,5.0,2.79,18,4.67,2.88,24,4.4,1.14,5,3.47,1.85,15,6.2,3.27,5,4.54,2.57,13,5.31,3.28,13,3.91,2.26,11,3.2,1.87,10,4.2,1.48,10,6.57,2.76,7,4.0,2.41,11,5.44,2.83,16,3.12,2.47,8,3.57,1.87,14,4.0,1.41,6,5.67,2.42,12,3.67,3.2,6,4.93,2.94,15,4.22,2.91,9
+fun,8.37,0.96,19,6.32,2.62,41,7.04,1.85,46,8.11,1.17,9,8.6,0.7,10,6.75,2.29,16,6.04,2.82,25,7.0,1.97,17,7.21,1.66,28,8.67,1.0,9,8.1,0.88,10,5.65,2.71,23,7.17,2.31,18,6.97,1.92,30,7.47,1.41,15,8.17,1.11,12,8.71,0.49,7,6.57,2.54,30,5.64,2.84,11,7.18,1.98,28,6.83,1.65,18
+function,5.55,0.76,20,4.1,1.7,21,6.18,1.88,34,5.5,0.71,10,5.6,0.84,10,4.25,1.83,8,4.0,1.68,13,6.57,1.65,14,5.9,2.02,20,5.56,0.88,9,5.55,0.69,11,4.46,1.56,13,3.5,1.85,8,6.09,2.0,22,6.33,1.72,12,5.5,0.85,10,5.6,0.7,10,4.21,1.42,14,3.86,2.27,7,6.18,1.85,17,6.18,1.98,17
+functional,5.58,1.54,19,3.85,1.84,20,5.26,2.38,23,6.67,1.15,3,5.38,1.54,16,4.12,1.46,8,3.67,2.1,12,4.56,2.55,9,5.71,2.23,14,5.56,1.74,9,5.6,1.43,10,3.88,1.89,8,3.83,1.9,12,5.07,2.81,15,5.62,1.3,8,6.43,0.98,7,5.08,1.62,12,4.22,1.48,9,3.55,2.11,11,5.0,2.92,13,5.6,1.51,10
+fund,6.55,1.9,20,4.59,2.44,22,6.05,1.72,21,6.22,2.28,9,6.82,1.6,11,5.09,2.47,11,4.09,2.43,11,5.88,1.81,8,6.15,1.72,13,6.36,1.86,14,7.0,2.1,6,4.67,2.83,9,4.54,2.26,13,6.75,1.28,8,5.62,1.85,13,6.6,1.9,10,6.5,2.01,10,4.54,2.4,13,4.67,2.65,9,6.5,1.62,12,5.44,1.74,9
+fundamental,4.95,1.64,20,3.56,2.62,18,5.33,2.62,24,5.8,0.84,5,4.67,1.76,15,4.4,3.13,5,3.23,2.45,13,5.15,2.76,13,5.55,2.54,11,5.4,1.84,10,4.5,1.35,10,4.14,2.79,7,3.18,2.56,11,5.0,2.92,16,6.0,1.85,8,4.93,1.69,14,5.0,1.67,6,3.33,2.19,12,4.0,3.52,6,5.93,2.69,15,4.33,2.29,9
+fundamentalist,4.47,2.2,19,4.14,2.26,21,4.36,2.34,25,3.0,2.71,4,4.87,1.96,15,4.25,1.71,4,4.12,2.42,17,4.22,3.15,9,4.44,1.86,16,3.75,1.98,8,5.0,2.28,11,4.1,1.97,10,4.18,2.6,11,4.14,2.44,14,4.64,2.29,11,4.2,2.15,10,4.78,2.33,9,4.0,2.87,10,4.27,1.68,11,4.94,2.36,18,2.86,1.57,7
+funding,5.45,2.28,22,3.95,2.44,21,4.73,1.96,22,5.86,2.48,14,4.75,1.83,8,4.64,2.29,11,3.44,2.51,9,3.17,0.98,6,5.31,1.92,16,5.8,2.25,10,5.17,2.37,12,3.09,2.26,11,4.9,2.38,10,4.54,2.15,13,5.0,1.73,9,5.25,2.67,12,5.7,1.83,10,4.23,2.52,13,3.5,2.39,8,5.17,1.59,12,4.2,2.3,10
+fundraiser,5.68,1.7,19,4.29,1.82,21,5.27,1.88,22,6.4,1.34,5,5.46,1.85,13,3.83,1.72,6,4.47,1.88,15,4.33,1.22,9,5.92,2.02,13,6.0,1.73,7,5.55,1.81,11,4.57,2.23,7,4.14,1.66,14,5.0,1.79,11,5.55,2.02,11,6.17,1.34,12,4.86,2.04,7,4.0,2.24,11,4.6,1.26,10,4.77,1.36,13,6.0,2.35,9
+fundraising,5.63,1.77,19,4.85,2.68,20,6.86,1.42,21,4.8,0.45,5,5.93,1.98,14,5.5,1.93,8,4.42,3.09,12,6.91,1.38,11,6.8,1.55,10,4.4,0.89,5,6.07,1.82,14,5.4,2.46,10,4.3,2.91,10,6.79,1.37,14,7.0,1.63,7,5.14,1.46,7,5.92,1.93,12,5.57,2.68,14,3.17,1.94,6,7.0,1.71,12,6.67,1.0,9
+funeral,2.07,1.89,43,4.1,2.57,20,3.06,2.17,47,2.2,1.79,20,1.96,2.01,23,3.6,2.55,10,4.6,2.63,10,3.24,2.02,17,2.86,2.25,29,2.19,1.91,16,2.0,1.92,27,3.0,2.52,7,4.69,2.5,13,3.19,1.97,31,2.6,2.5,15,2.26,2.1,19,1.92,1.74,24,4.7,2.75,10,3.5,2.37,10,3.71,2.46,28,2.11,1.15,19
+fungus,2.79,1.52,42,4.67,2.87,21,3.61,1.91,49,3.12,1.75,16,2.58,1.36,26,4.83,2.86,6,4.6,2.97,15,3.12,1.62,25,3.96,1.97,23,2.5,1.4,20,3.14,1.59,21,4.14,3.08,7,4.93,2.84,14,3.64,1.85,25,3.58,2.02,24,2.5,1.32,24,3.17,1.72,18,5.67,3.2,9,3.92,2.47,12,3.38,1.65,26,3.87,2.18,23
+funk,3.2,1.79,20,4.52,2.48,21,4.68,2.56,34,3.7,2.0,10,2.7,1.49,10,4.12,2.3,8,4.77,2.65,13,4.71,2.92,14,4.65,2.35,20,3.22,2.05,9,3.18,1.66,11,4.38,2.1,13,4.75,3.15,8,4.73,2.59,22,4.58,2.61,12,3.2,1.99,10,3.2,1.69,10,4.86,2.77,14,3.86,1.77,7,4.47,2.53,17,4.88,2.64,17
+funky,5.85,1.9,20,4.9,2.7,21,5.4,2.33,25,5.5,2.52,4,5.94,1.81,16,5.0,2.45,4,4.88,2.83,17,5.89,3.02,9,5.12,1.89,16,5.75,1.67,8,5.92,2.11,12,5.1,2.73,10,4.73,2.8,11,5.86,2.41,14,4.82,2.18,11,5.91,1.51,11,5.78,2.39,9,5.0,2.91,10,4.82,2.64,11,6.0,2.3,18,3.86,1.68,7
+funnel,5.32,2.19,19,2.95,2.34,22,4.35,2.39,23,5.45,2.3,11,4.57,1.62,7,2.75,1.75,8,3.07,2.67,14,4.57,2.82,7,4.25,2.27,16,5.62,2.67,8,5.09,1.87,11,2.56,2.74,9,3.23,2.09,13,4.45,2.21,11,4.25,2.63,12,5.0,2.34,12,5.86,1.95,7,2.45,2.25,11,3.45,2.42,11,4.0,2.71,13,4.8,1.93,10
+funny,7.59,1.68,22,5.38,2.67,21,6.33,2.09,18,6.5,2.59,6,8.0,1.07,15,6.57,2.3,7,4.79,2.72,14,5.89,1.96,9,6.75,2.38,8,7.14,1.92,14,8.43,0.79,7,4.67,2.69,9,5.92,2.64,12,6.6,1.96,10,6.0,2.33,8,7.36,1.95,14,8.0,1.07,8,5.83,2.64,6,5.2,2.76,15,6.8,2.1,10,5.75,2.05,8
+fur,5.65,1.9,20,3.64,2.26,44,6.11,2.52,18,5.8,1.1,5,5.6,2.13,15,3.88,2.34,17,3.48,2.24,27,6.3,2.71,10,5.88,2.42,8,5.7,1.49,10,5.6,2.32,10,3.64,2.5,14,3.63,2.19,30,6.71,2.63,7,5.73,2.49,11,5.42,1.98,12,6.0,1.85,8,3.58,2.5,26,3.72,1.93,18,6.67,2.29,9,5.56,2.74,9
+furious,2.57,1.6,21,6.09,2.17,23,3.89,2.78,18,3.22,1.99,9,2.08,1.08,12,6.64,1.75,11,5.58,2.47,12,4.5,2.95,10,3.12,2.53,8,3.14,1.68,7,2.23,1.59,13,6.73,1.62,11,5.5,2.5,12,3.71,3.35,7,4.0,2.53,11,2.31,1.6,13,3.0,1.6,8,5.82,2.36,11,6.33,2.06,12,3.44,2.19,9,4.33,3.35,9
+furlong,4.58,1.07,19,3.72,1.74,18,5.71,2.34,17,4.64,1.12,11,4.5,1.07,8,4.0,2.0,4,3.64,1.74,14,6.0,2.56,8,5.44,2.24,9,4.25,1.28,8,4.82,0.87,11,3.57,1.81,7,3.82,1.78,11,5.5,2.66,6,5.82,2.27,11,4.38,1.04,13,5.0,1.1,6,3.73,1.9,11,3.71,1.6,7,5.71,2.14,7,5.7,2.58,10
+furlough,4.95,1.54,20,3.35,1.76,20,5.16,2.1,25,5.33,1.5,12,4.38,1.51,8,4.33,1.86,6,2.93,1.59,14,5.1,1.66,10,5.2,2.4,15,4.0,1.0,3,5.12,1.58,17,3.8,2.15,10,2.9,1.2,10,4.29,1.11,7,5.5,2.31,18,5.18,1.47,11,4.67,1.66,9,3.38,1.76,13,3.29,1.89,7,5.44,1.94,9,5.0,2.22,16
+furnace,5.11,1.91,19,3.24,1.97,21,4.82,1.82,22,5.36,1.96,11,5.29,1.25,7,4.5,2.2,8,2.46,1.39,13,4.5,2.17,6,4.94,1.73,16,4.75,2.05,8,5.36,1.86,11,2.89,2.32,9,3.5,1.73,12,4.73,1.95,11,4.91,1.76,11,4.92,2.15,12,5.43,1.51,7,2.2,1.48,10,4.18,1.94,11,5.0,1.96,13,4.56,1.67,9
+furnish,5.65,1.27,20,3.86,1.77,21,6.41,1.89,34,5.8,1.03,10,5.5,1.51,10,4.88,1.96,8,3.23,1.36,13,6.5,2.28,14,6.35,1.63,20,5.56,1.42,9,5.73,1.19,11,4.46,1.66,13,2.88,1.55,8,6.45,2.15,22,6.33,1.37,12,5.3,1.16,10,6.0,1.33,10,3.71,1.86,14,4.14,1.68,7,6.59,1.8,17,6.24,2.02,17
+furnishings,6.25,1.41,20,3.22,1.77,18,6.43,1.72,21,5.6,1.34,5,6.47,1.41,15,2.83,1.83,6,3.42,1.78,12,6.11,1.83,9,6.67,1.67,12,6.3,1.25,10,6.2,1.62,10,3.6,1.84,10,2.75,1.67,8,6.18,1.83,11,6.7,1.64,10,6.0,1.65,12,6.62,0.92,8,2.11,1.76,9,4.33,0.87,9,6.27,1.74,11,6.6,1.78,10
+furniture,5.79,0.92,19,3.05,1.75,21,5.43,2.15,23,6.0,1.0,3,5.75,0.93,16,3.75,1.58,8,2.62,1.76,13,5.78,2.49,9,5.21,1.97,14,5.78,0.97,9,5.8,0.92,10,3.0,1.66,9,3.08,1.88,12,5.53,2.5,15,5.25,1.39,8,5.86,0.9,7,5.75,0.97,12,3.3,1.64,10,2.82,1.89,11,5.85,2.67,13,4.9,1.1,10
+furry,6.63,2.24,19,3.7,2.08,20,5.26,2.05,19,5.33,3.51,3,6.8,2.04,15,3.2,2.3,10,4.2,1.81,10,5.7,1.7,10,4.78,2.39,9,6.0,2.83,6,6.83,2.04,12,2.71,2.14,7,4.23,1.92,13,5.14,2.41,7,5.33,1.92,12,7.5,1.24,12,5.14,2.85,7,3.7,2.41,10,3.7,1.83,10,4.38,2.26,8,5.91,1.7,11
+fury,2.73,1.78,22,6.12,2.14,26,4.62,2.32,24,3.33,2.29,9,2.31,1.25,13,6.5,1.72,10,5.88,2.39,16,5.22,2.22,9,4.27,2.37,15,2.12,1.73,8,3.07,1.77,14,6.0,2.27,13,6.23,2.09,13,4.08,2.02,12,5.17,2.55,12,3.0,1.91,12,2.4,1.65,10,6.07,1.75,15,6.18,2.68,11,4.92,2.14,13,4.27,2.57,11
+fuse,5.05,1.72,19,3.77,2.49,22,5.81,2.37,27,6.67,1.63,6,4.31,1.18,13,3.7,2.21,10,3.83,2.79,12,6.33,2.16,15,5.18,2.68,11,5.0,1.49,10,5.11,2.03,9,4.22,2.39,9,3.46,2.6,13,5.88,2.64,17,5.78,2.05,9,5.58,1.83,12,4.14,1.07,7,3.62,2.42,16,4.17,2.86,6,6.42,2.54,12,5.33,2.19,15
+fuselage,4.5,1.64,20,3.06,2.07,18,5.04,2.49,24,4.4,1.95,5,4.53,1.6,15,4.4,1.52,5,2.54,2.07,13,4.92,2.6,13,5.18,2.48,11,4.9,1.1,10,4.1,2.02,10,3.86,1.86,7,2.55,2.11,11,5.06,2.32,16,5.0,2.98,8,4.14,1.83,14,5.33,0.52,6,3.42,2.19,12,2.33,1.75,6,5.87,2.5,15,3.67,1.87,9
+fusion,5.6,1.05,20,5.0,2.77,21,4.83,2.66,24,6.33,0.58,3,5.47,1.07,17,6.0,3.06,7,4.62,2.66,13,5.14,2.27,7,4.71,2.87,17,6.0,0.82,7,5.38,1.12,13,5.71,2.87,7,4.77,2.83,13,4.85,2.76,13,4.82,2.68,11,5.33,1.22,9,5.82,0.87,11,5.82,2.79,11,4.1,2.6,10,4.65,3.0,17,5.29,1.7,7
+fuss,3.32,2.19,19,4.77,2.09,22,3.5,1.82,24,3.5,1.97,6,3.23,2.35,13,4.42,2.23,12,5.2,1.93,10,3.0,1.07,8,3.75,2.08,16,3.3,1.89,10,3.33,2.6,9,5.0,2.35,9,4.62,1.98,13,3.53,1.77,17,3.17,2.14,6,2.38,1.85,8,4.0,2.24,11,4.0,2.4,9,5.31,1.75,13,3.38,1.71,16,3.75,2.12,8
+fussy,2.71,1.71,21,3.61,2.46,23,3.83,2.43,18,3.22,2.22,9,2.33,1.15,12,3.36,2.11,11,3.83,2.82,12,3.4,2.32,10,4.38,2.62,8,3.14,2.41,7,2.54,1.33,13,4.36,2.42,11,2.92,2.39,12,3.29,2.81,7,4.18,2.23,11,2.38,1.98,13,3.25,1.04,8,3.73,2.69,11,3.5,2.35,12,2.56,1.24,9,5.11,2.71,9
+futile,3.82,1.79,22,4.71,2.33,21,3.23,1.85,22,3.5,2.03,14,4.38,1.19,8,4.64,2.46,11,4.78,2.44,9,4.17,1.83,6,2.88,1.78,16,3.7,1.77,10,3.92,1.88,12,4.18,2.4,11,5.3,2.21,10,3.46,1.76,13,2.89,2.03,9,3.75,2.01,12,3.9,1.6,10,4.69,2.5,13,4.75,2.19,8,2.83,1.9,12,3.7,1.77,10
+futility,3.8,1.54,20,4.45,2.4,22,3.7,2.03,20,3.89,1.17,9,3.73,1.85,11,4.5,2.68,10,4.42,2.27,12,3.71,1.89,7,3.69,2.18,13,4.57,0.85,14,2.0,1.26,6,5.12,2.75,8,4.07,2.2,14,4.0,2.52,7,3.54,1.81,13,4.6,0.84,10,3.0,1.7,10,3.92,2.39,12,5.1,2.38,10,3.67,2.53,12,3.75,1.04,8
+futon,5.52,1.63,21,2.82,2.22,22,4.93,2.11,27,4.9,1.6,10,6.09,1.51,11,2.0,1.73,7,3.2,2.37,15,4.82,2.51,17,5.1,1.29,10,5.45,1.92,11,5.6,1.35,10,4.0,3.67,5,2.47,1.59,17,4.79,2.29,14,5.08,1.98,13,5.31,1.75,13,5.88,1.46,8,2.5,2.32,10,3.08,2.19,12,4.79,2.15,14,5.08,2.14,13
+future,6.68,1.78,22,5.33,2.58,21,5.53,2.58,17,6.17,2.14,6,6.93,1.71,15,4.57,2.88,7,5.71,2.43,14,5.22,2.54,9,5.88,2.75,8,6.36,2.06,14,7.43,0.98,7,4.89,2.26,9,5.67,2.84,12,6.67,2.18,9,4.25,2.49,8,6.57,1.55,14,6.88,2.23,8,5.17,3.43,6,5.4,2.29,15,6.22,1.86,9,4.75,3.15,8
+fuzz,4.64,1.62,22,3.9,2.23,21,5.41,1.56,22,4.5,1.91,14,4.88,0.99,8,4.27,2.45,11,3.78,1.92,9,4.5,1.64,6,5.75,1.44,16,4.8,1.93,10,4.5,1.38,12,3.91,2.47,11,3.9,2.08,10,5.31,1.55,13,5.56,1.67,9,4.58,1.08,12,4.7,2.16,10,3.62,2.43,13,4.38,1.92,8,5.33,1.15,12,5.5,2.01,10
+fuzzy,6.53,2.01,19,3.95,2.97,22,4.29,1.82,28,6.5,1.38,6,6.54,2.3,13,3.82,2.79,11,4.09,3.27,11,3.82,2.27,11,4.59,1.46,17,6.18,1.94,11,7.0,2.14,8,3.82,2.56,11,4.09,3.45,11,3.94,1.66,18,4.9,2.02,10,7.0,1.47,13,5.5,2.74,6,4.5,3.06,14,3.0,2.73,8,3.56,1.86,16,5.25,1.29,12
+gab,5.2,2.04,20,3.78,2.34,18,4.04,1.81,24,6.2,1.3,5,4.87,2.17,15,4.2,1.92,5,3.62,2.53,13,3.0,1.41,13,5.27,1.42,11,5.4,2.41,10,5.0,1.7,10,3.57,1.9,7,3.91,2.66,11,3.56,1.46,16,5.0,2.14,8,4.5,1.87,14,6.83,1.47,6,4.5,2.15,12,2.33,2.16,6,4.2,1.82,15,3.78,1.86,9
+gad,5.15,1.27,20,3.15,1.87,20,5.04,1.97,25,4.33,1.15,3,5.29,1.26,17,2.57,1.81,7,3.46,1.9,13,5.12,1.64,8,5.0,2.15,17,5.0,1.15,7,5.23,1.36,13,2.43,1.62,7,3.54,1.94,13,4.93,1.82,14,5.18,2.23,11,4.67,1.0,9,5.55,1.37,11,3.2,1.93,10,3.1,1.91,10,5.0,2.28,18,5.14,0.9,7
+gadget,5.74,2.35,19,3.86,2.46,22,5.36,2.26,22,6.09,2.43,11,5.86,1.68,7,4.62,2.97,8,3.43,2.1,14,5.29,3.45,7,5.4,1.59,15,4.88,2.9,8,6.36,1.75,11,4.11,3.1,9,3.69,2.02,13,5.5,2.51,10,5.25,2.14,12,5.25,2.83,12,6.57,0.79,7,2.91,2.47,11,4.82,2.14,11,5.42,2.31,12,5.3,2.31,10
+gaff,3.89,1.1,19,3.9,1.87,21,4.4,1.98,20,4.33,0.58,3,3.81,1.17,16,3.5,1.76,6,4.07,1.94,15,4.83,2.32,6,4.21,1.89,14,4.4,0.84,10,3.33,1.12,9,2.71,1.8,7,4.5,1.65,14,4.1,2.08,10,4.7,1.95,10,3.88,0.83,8,3.91,1.3,11,3.44,1.74,9,4.25,1.96,12,4.25,2.55,8,4.5,1.62,12
+gag,4.43,2.09,21,3.59,2.2,22,3.81,2.08,26,4.6,1.96,10,4.27,2.28,11,3.0,2.24,7,3.87,2.2,15,4.31,2.33,16,3.0,1.33,10,4.36,1.8,11,4.5,2.46,10,2.6,2.19,5,3.88,2.18,17,3.92,2.14,13,3.69,2.1,13,4.0,2.16,13,5.12,1.89,8,3.1,2.51,10,4.0,1.91,12,4.0,2.27,13,3.62,1.94,13
+gaga,4.58,2.59,19,5.8,2.21,20,4.58,1.98,26,4.9,2.6,10,4.22,2.68,9,7.14,1.77,7,5.08,2.14,13,4.92,1.93,13,4.23,2.05,13,4.73,2.53,11,4.38,2.83,8,4.82,2.14,11,7.0,1.73,9,4.59,1.84,17,4.56,2.35,9,4.7,2.67,10,4.44,2.65,9,5.17,2.48,12,6.75,1.39,8,4.5,1.83,16,4.7,2.31,10
+gaggle,5.16,2.41,19,3.95,2.72,20,5.7,2.03,20,5.33,3.51,3,5.0,2.33,15,3.5,2.42,10,4.4,3.06,10,5.7,1.95,10,5.7,2.21,10,5.17,2.64,6,5.0,2.45,12,3.57,3.21,7,4.15,2.54,13,5.0,2.39,8,6.17,1.7,12,5.42,2.15,12,4.71,2.93,7,4.7,3.09,10,3.2,2.2,10,5.22,1.86,9,6.09,2.17,11
+gaiety,5.52,2.11,21,4.61,2.17,23,4.27,2.51,22,5.25,1.75,8,5.69,2.36,13,4.77,2.28,13,4.4,2.12,10,4.38,2.47,13,4.11,2.71,9,5.12,2.36,8,6.0,1.91,12,5.08,1.98,13,4.0,2.36,10,3.92,1.98,12,4.7,3.09,10,5.4,2.41,10,5.64,1.91,11,4.62,2.25,16,4.57,2.15,7,3.0,2.11,10,5.33,2.39,12
+gain,5.9,1.67,21,4.33,3.17,24,6.82,1.88,17,6.5,1.41,8,5.54,1.76,13,6.5,2.26,6,3.61,3.15,18,6.89,1.96,9,6.75,1.91,8,5.75,1.36,12,6.11,2.09,9,5.2,3.12,10,3.71,3.17,14,6.7,2.16,10,7.0,1.53,7,5.57,1.7,14,6.57,1.51,7,5.06,3.11,16,2.88,2.95,8,6.67,2.06,9,7.0,1.77,8
+gal,5.27,1.83,22,4.43,2.41,23,5.53,1.65,19,5.88,2.03,8,5.23,1.3,13,5.38,3.11,8,3.79,1.85,14,5.29,1.25,7,5.73,1.95,11,6.62,1.77,8,4.77,1.01,13,4.0,2.87,9,4.71,2.13,14,4.71,0.49,7,6.0,1.91,12,5.73,1.49,11,4.82,2.09,11,3.33,2.12,9,5.14,2.38,14,5.56,1.55,16,5.33,2.52,3
+gala,6.16,2.01,19,4.67,2.13,21,5.95,2.1,22,7.0,1.5,9,5.4,2.17,10,3.75,1.75,8,5.23,2.2,13,6.09,1.87,11,5.82,2.4,11,6.29,1.5,7,6.08,2.31,12,4.78,1.99,9,4.58,2.31,12,5.92,2.56,13,6.0,1.32,9,5.0,1.89,10,7.44,1.24,9,4.88,2.1,8,4.54,2.22,13,6.21,1.89,14,5.5,2.51,8
+galactic,7.0,1.73,21,5.8,2.55,20,4.77,2.07,35,7.5,2.0,8,6.69,1.55,13,6.8,2.49,5,5.47,2.56,15,5.36,2.25,11,4.5,1.98,24,6.92,1.98,13,7.12,1.36,8,6.33,2.53,12,5.0,2.51,8,5.05,1.76,20,4.4,2.44,15,6.73,1.74,11,7.3,1.77,10,6.45,2.25,11,5.0,2.78,9,4.64,2.01,22,5.0,2.24,13
+galaxy,5.95,1.96,19,5.61,2.3,18,4.76,2.75,17,6.09,1.76,11,5.75,2.31,8,7.25,1.26,4,5.14,2.35,14,4.12,2.8,8,5.33,2.74,9,6.38,1.41,8,5.64,2.29,11,5.43,2.64,7,5.73,2.2,11,4.5,3.02,6,4.91,2.74,11,5.54,2.15,13,6.83,1.17,6,5.36,2.2,11,6.0,2.58,7,4.57,3.15,7,4.9,2.6,10
+gall,4.3,1.75,20,3.5,2.32,22,4.85,1.85,27,5.14,2.27,7,3.85,1.28,13,3.8,2.53,10,3.25,2.22,12,4.93,1.71,15,5.0,2.0,11,4.55,1.13,11,4.0,2.35,9,3.67,1.94,9,3.38,2.63,13,4.71,2.02,17,5.44,1.24,9,4.54,1.94,13,3.86,1.35,7,2.94,2.32,16,5.0,1.67,6,4.33,1.92,12,5.27,1.75,15
+gallant,6.38,1.94,21,5.55,2.28,20,5.42,1.93,36,6.12,1.73,8,6.54,2.11,13,5.8,2.17,5,5.47,2.39,15,5.91,1.81,11,5.2,1.98,25,6.46,1.81,13,6.25,2.25,8,6.08,1.83,12,4.75,2.76,8,5.2,2.07,20,5.69,1.78,16,6.18,1.66,11,6.6,2.27,10,5.55,2.3,11,5.56,2.4,9,5.27,2.19,22,5.64,1.5,14
+gallbladder,4.35,1.79,20,2.75,1.86,20,3.64,1.43,22,4.71,1.38,7,4.15,1.99,13,3.0,2.18,9,2.55,1.63,11,3.5,1.64,6,3.69,1.4,16,4.4,2.07,10,4.22,1.64,9,3.12,2.23,8,2.5,1.62,12,4.0,1.41,15,2.86,1.21,7,4.36,2.34,11,4.33,0.87,9,3.17,1.9,12,2.12,1.73,8,3.73,1.68,11,3.55,1.21,11
+gallery,6.9,1.58,21,3.32,2.53,25,5.68,1.95,19,6.78,1.92,9,7.0,1.35,12,5.0,2.28,6,2.83,2.48,18,5.71,0.95,7,5.67,2.39,12,6.81,1.64,16,7.2,1.48,5,3.43,2.79,14,3.3,2.36,10,6.44,1.42,9,5.0,2.16,10,7.0,1.76,12,6.78,1.39,9,3.69,2.6,16,2.67,2.4,9,5.45,2.21,11,6.0,1.6,8
+galley,4.56,1.46,18,3.71,1.85,21,4.79,2.69,34,4.67,1.73,9,4.44,1.24,9,4.25,2.12,8,3.38,1.66,13,4.43,2.79,14,5.05,2.67,20,4.22,1.64,9,4.89,1.27,9,4.08,1.75,13,3.12,1.96,8,4.91,2.76,22,4.58,2.68,12,4.22,1.64,9,4.89,1.27,9,3.57,1.7,14,4.0,2.24,7,5.0,2.55,17,4.59,2.9,17
+gallon,5.67,1.2,21,3.4,2.35,25,5.32,1.95,19,5.44,1.59,9,5.83,0.83,12,4.0,2.83,6,3.28,2.27,18,4.43,1.62,7,5.83,1.99,12,5.62,1.26,16,5.8,1.1,5,3.64,2.76,14,3.2,1.81,10,5.44,2.24,9,5.2,1.75,10,5.58,1.44,12,5.78,0.83,9,3.5,2.1,16,3.22,2.86,9,5.0,2.28,11,5.75,1.39,8
+gallop,6.21,2.35,19,4.41,2.92,22,4.86,1.9,28,6.0,2.76,6,6.31,2.25,13,4.18,2.56,11,4.64,3.35,11,4.64,2.06,11,5.0,1.84,17,5.82,2.75,11,6.75,1.67,8,3.64,2.42,11,5.18,3.28,11,4.94,1.92,18,4.7,1.95,10,6.31,2.66,13,6.0,1.67,6,4.43,2.95,14,4.38,3.07,8,4.75,1.84,16,5.0,2.04,12
+gallows,3.05,1.68,19,5.05,2.25,21,4.48,2.48,23,4.0,1.0,3,2.88,1.75,16,4.88,1.96,8,5.15,2.48,13,4.44,2.13,9,4.5,2.77,14,2.67,1.87,9,3.4,1.51,10,5.11,1.69,9,5.0,2.66,12,4.87,2.83,15,3.75,1.58,8,3.0,1.91,7,3.08,1.62,12,5.4,1.96,10,4.73,2.53,11,4.92,3.09,13,3.9,1.29,10
+galore,5.95,1.5,21,3.86,2.46,22,6.04,2.12,27,6.1,1.6,10,5.82,1.47,11,2.57,2.15,7,4.47,2.42,15,6.06,2.38,17,6.0,1.7,10,6.09,1.22,11,5.8,1.81,10,3.0,2.83,5,4.12,2.37,17,5.93,2.56,14,6.15,1.63,13,6.54,1.05,13,5.0,1.69,8,3.9,3.07,10,3.83,1.95,12,6.64,2.24,14,5.38,1.85,13
+gamble,4.81,2.38,21,5.32,2.64,25,3.74,2.05,19,5.56,2.19,9,4.25,2.45,12,4.0,3.46,6,5.83,2.31,18,3.71,2.06,7,3.75,2.14,12,4.94,2.32,16,4.4,2.79,5,4.64,3.0,14,6.4,1.84,10,3.56,2.3,9,3.9,1.91,10,6.17,1.85,12,3.0,1.73,9,5.62,3.12,16,4.78,1.48,9,3.91,2.21,11,3.5,1.93,8
+gambler,4.15,2.18,20,5.8,2.21,20,4.44,2.28,27,5.0,2.77,7,3.69,1.75,13,4.9,1.73,10,6.7,2.36,10,4.0,2.3,15,5.0,2.32,11,3.36,1.5,11,5.11,2.57,9,5.25,1.83,8,6.17,2.44,12,4.82,2.32,17,3.67,2.24,9,4.31,2.1,13,3.86,2.48,7,5.67,2.09,15,6.2,2.77,5,4.92,2.02,12,4.07,2.46,15
+gambling,2.89,1.97,19,5.91,2.76,22,4.11,2.49,27,3.83,2.14,6,2.46,1.81,13,6.64,2.11,11,5.18,3.22,11,4.91,3.08,11,3.56,1.9,16,3.27,1.9,11,2.38,2.07,8,5.82,2.89,11,6.0,2.76,11,4.59,2.65,17,3.3,2.06,10,3.77,1.79,13,1.0,0.0,6,5.14,3.01,14,7.25,1.67,8,4.06,2.52,16,4.18,2.56,11
+game,6.79,1.23,19,5.05,2.27,21,5.84,2.44,50,6.33,0.58,3,6.88,1.31,16,4.71,2.81,7,5.21,2.04,14,5.92,2.54,26,5.75,2.38,24,6.8,0.79,10,6.78,1.64,9,5.5,2.42,10,4.64,2.16,11,5.52,2.82,21,6.07,2.15,29,6.75,0.89,8,6.82,1.47,11,5.69,1.84,13,4.0,2.62,8,5.46,2.57,24,6.19,2.32,26
+gaming,5.67,2.14,18,5.23,2.74,22,6.29,1.85,24,5.4,2.7,5,5.77,2.01,13,5.92,2.97,12,4.4,2.32,10,6.75,1.58,8,6.06,1.98,16,6.11,1.54,9,5.22,2.64,9,6.0,2.74,9,4.69,2.72,13,5.82,1.85,17,7.83,0.98,6,5.86,2.04,7,5.55,2.3,11,5.67,2.83,9,4.92,2.75,13,6.31,1.82,16,6.25,2.05,8
+gamma,6.25,1.92,20,4.8,2.76,20,4.86,2.1,36,6.88,1.55,8,5.83,2.08,12,5.8,2.77,5,4.47,2.77,15,4.55,2.07,11,5.0,2.14,25,6.69,1.7,13,5.43,2.15,7,5.67,2.39,12,3.5,2.93,8,5.15,2.16,20,4.5,2.03,16,6.5,2.17,10,6.0,1.7,10,5.0,2.93,11,4.56,2.7,9,4.59,2.2,22,5.29,1.94,14
+gander,5.55,1.61,20,2.86,2.2,21,5.33,1.71,24,4.75,2.06,4,5.75,1.48,16,3.75,2.36,4,2.65,2.18,17,5.44,2.13,9,5.27,1.49,15,5.0,1.07,8,5.92,1.83,12,2.7,1.95,10,3.0,2.49,11,5.71,1.14,14,4.8,2.25,10,5.18,1.25,11,6.0,1.94,9,2.3,2.11,10,3.36,2.25,11,5.71,1.61,17,4.43,1.72,7
+gang,2.71,2.15,21,6.55,1.82,20,5.37,3.04,19,3.23,2.39,13,1.88,1.46,8,6.14,0.9,7,6.77,2.17,13,6.29,2.14,7,4.83,3.43,12,3.33,2.57,12,1.89,1.05,9,6.11,2.26,9,6.91,1.38,11,6.9,1.85,10,3.67,3.28,9,3.08,2.64,12,2.22,1.2,9,6.71,0.95,7,6.46,2.18,13,6.43,2.88,7,4.75,3.08,12
+gangland,3.24,2.05,21,4.26,2.86,23,3.83,2.64,18,3.44,2.55,9,3.08,1.68,12,4.64,2.73,11,3.92,3.06,12,3.9,2.69,10,3.75,2.76,8,4.0,2.45,7,2.92,1.85,13,5.64,2.46,11,3.0,2.7,12,4.29,3.25,7,3.55,2.3,11,3.54,2.18,13,2.75,1.83,8,4.18,3.16,11,4.33,2.71,12,4.0,2.06,9,3.67,3.24,9
+gangrene,2.5,1.61,20,5.38,2.36,21,3.12,2.13,24,2.2,1.79,5,2.6,1.59,15,5.43,2.15,7,5.36,2.53,14,4.62,2.39,8,2.38,1.59,16,2.4,1.51,10,2.6,1.78,10,4.8,2.2,10,5.91,2.47,11,3.18,2.1,17,2.83,2.56,6,2.25,1.42,12,2.88,1.89,8,5.31,2.39,13,5.5,2.45,8,3.25,2.21,16,2.88,2.1,8
+gangster,2.59,1.47,22,6.36,2.5,22,4.16,2.48,19,3.12,1.73,8,2.38,1.26,13,7.25,1.39,8,6.0,2.94,13,3.71,2.21,7,4.27,2.76,11,2.38,1.69,8,2.85,1.34,13,6.0,2.96,9,6.62,2.22,13,3.57,1.62,7,4.5,2.88,12,2.82,1.72,11,2.36,1.21,11,5.56,3.5,9,6.92,1.38,13,4.38,2.33,16,3.0,3.46,3
+gangway,4.5,1.68,22,4.28,2.46,25,5.12,1.92,24,4.44,2.24,9,4.54,1.27,13,4.1,2.23,10,4.4,2.67,15,5.33,1.94,9,5.0,1.96,15,4.12,1.64,8,4.71,1.73,14,4.25,2.26,12,4.31,2.72,13,4.67,1.92,12,5.58,1.88,12,4.25,1.29,12,4.8,2.1,10,4.07,2.25,15,4.6,2.84,10,5.23,2.05,13,5.0,1.84,11
+gap,4.91,1.54,22,3.6,2.41,20,4.71,1.97,24,5.0,1.85,15,4.71,0.49,7,4.0,2.45,5,3.47,2.47,15,4.77,1.83,13,4.64,2.2,11,5.6,1.84,10,4.33,0.98,12,4.86,2.48,7,2.92,2.18,13,5.18,1.89,11,4.31,2.02,13,5.09,1.38,11,4.73,1.74,11,3.1,2.47,10,4.1,2.38,10,5.22,2.33,9,4.4,1.72,15
+gaping,4.52,1.99,21,5.84,2.77,19,4.94,1.98,36,5.12,2.42,8,4.15,1.68,13,7.2,1.48,5,5.36,3.0,14,5.27,1.9,11,4.8,2.04,25,4.85,2.19,13,4.0,1.6,8,6.91,2.47,11,4.38,2.62,8,5.0,1.81,20,4.88,2.25,16,4.55,1.69,11,4.5,2.37,10,6.55,2.46,11,4.88,3.04,8,4.86,2.21,22,5.07,1.64,14
+garage,5.5,1.37,22,4.1,2.31,20,6.11,2.51,19,5.69,1.6,13,5.22,0.97,9,5.0,2.45,7,3.62,2.18,13,7.0,1.53,7,5.58,2.87,12,5.67,1.5,12,5.3,1.25,10,4.56,2.6,9,3.73,2.1,11,6.6,2.22,10,5.56,2.83,9,5.58,1.62,12,5.4,1.07,10,5.14,2.54,7,3.54,2.07,13,5.86,2.54,7,6.25,2.6,12
+garbage,2.88,1.42,43,3.84,2.36,19,5.15,2.49,26,3.19,1.36,21,2.75,1.41,20,3.5,2.01,10,4.22,2.77,9,5.38,2.36,13,4.92,2.69,13,2.65,1.41,17,3.12,1.39,25,3.71,2.69,7,3.92,2.27,12,5.12,2.23,17,5.22,3.07,9,2.96,1.55,24,2.79,1.27,19,4.0,2.74,9,3.7,2.11,10,5.56,2.19,16,4.5,2.92,10
+garbled,4.0,1.59,20,3.72,2.02,18,4.45,1.6,22,3.8,1.3,5,4.07,1.71,15,4.5,1.97,6,3.33,2.02,12,5.0,0.82,10,4.0,1.95,12,4.2,1.62,10,3.8,1.62,10,3.9,2.13,10,3.5,2.0,8,4.27,1.62,11,4.64,1.63,11,4.42,1.62,12,3.38,1.41,8,3.22,2.33,9,4.22,1.64,9,4.09,1.64,11,4.82,1.54,11
+garden,7.25,1.48,20,3.71,2.8,42,6.13,2.34,45,7.45,1.44,11,7.0,1.58,9,4.94,2.67,16,2.96,2.66,26,5.38,2.27,21,6.79,2.25,24,7.55,1.69,11,6.89,1.17,9,4.88,2.87,16,3.0,2.56,26,5.95,2.09,19,6.27,2.54,26,7.4,1.58,10,7.1,1.45,10,3.83,2.82,23,3.58,2.85,19,6.9,2.21,21,5.46,2.28,24
+gardener,6.35,1.53,23,2.95,2.01,19,6.77,1.57,22,5.86,1.68,7,6.56,1.46,16,3.83,1.6,6,2.54,2.11,13,6.0,1.05,10,7.42,1.68,12,6.18,1.33,11,6.5,1.73,12,3.64,2.25,11,2.0,1.2,8,6.73,1.74,11,6.82,1.47,11,5.93,1.69,14,7.0,1.0,9,2.7,1.7,10,3.22,2.39,9,6.64,1.91,11,6.91,1.22,11
+gardening,6.86,2.24,21,3.2,2.84,20,6.32,2.34,22,7.17,1.72,6,6.73,2.46,15,2.38,2.77,8,3.75,2.86,12,5.58,2.75,12,7.2,1.4,10,6.89,2.71,9,6.83,1.95,12,3.56,3.0,9,2.91,2.81,11,4.71,1.98,7,7.07,2.15,15,7.2,2.2,10,6.55,2.34,11,3.15,2.51,13,3.29,3.59,7,6.25,2.49,12,6.4,2.27,10
+gargle,5.1,1.77,20,3.48,2.25,23,6.61,2.06,18,5.33,2.24,9,4.91,1.38,11,4.18,2.23,11,2.83,2.17,12,7.5,1.27,10,5.5,2.39,8,5.86,2.12,7,4.58,1.51,12,4.45,2.34,11,2.58,1.83,12,7.0,2.52,7,6.36,1.8,11,5.42,1.73,12,4.62,1.85,8,3.18,2.18,11,3.75,2.38,12,6.11,2.03,9,7.11,2.09,9
+gargoyle,3.95,2.09,20,4.38,2.2,21,4.56,2.49,34,4.2,1.81,10,3.7,2.41,10,3.62,2.13,8,4.85,2.19,13,4.21,2.55,14,4.8,2.48,20,4.78,2.11,9,3.27,1.9,11,4.54,2.4,13,4.12,1.96,8,4.73,2.68,22,4.25,2.18,12,4.3,2.41,10,3.6,1.78,10,4.36,2.53,14,4.43,1.51,7,5.41,2.15,17,3.71,2.57,17
+garlic,5.67,1.81,24,4.12,2.53,26,6.62,2.04,24,5.45,1.69,11,5.85,1.95,13,3.3,2.36,10,4.62,2.58,16,7.0,1.5,9,6.4,2.32,15,5.25,1.16,8,5.88,2.06,16,4.31,2.87,13,3.92,2.25,13,6.42,2.11,12,6.83,2.04,12,5.85,1.77,13,5.45,1.92,11,3.87,2.67,15,4.45,2.42,11,7.0,2.04,13,6.18,2.04,11
+garment,5.57,1.53,23,3.5,1.95,22,5.84,2.14,45,5.88,0.99,8,5.4,1.76,15,3.62,2.0,8,3.43,1.99,14,6.1,1.55,21,5.62,2.57,24,6.0,1.41,12,5.09,1.58,11,4.4,2.01,10,2.75,1.6,12,5.89,2.26,19,5.81,2.1,26,5.27,1.62,11,5.83,1.47,12,3.25,1.83,8,3.64,2.06,14,6.29,1.95,21,5.46,2.26,24
+garnet,6.11,1.45,19,4.24,1.95,21,5.3,2.32,23,5.33,1.53,3,6.25,1.44,16,4.25,1.58,8,4.23,2.2,13,4.22,2.54,9,6.0,1.96,14,5.67,1.5,9,6.5,1.35,10,4.89,1.62,9,3.75,2.09,12,5.13,2.56,15,5.62,1.92,8,5.86,1.57,7,6.25,1.42,12,4.8,1.99,10,3.73,1.85,11,5.69,2.84,13,4.8,1.4,10
+garnish,5.85,1.6,20,3.7,1.81,20,5.33,1.62,21,5.14,2.04,7,6.23,1.24,13,4.11,1.76,9,3.36,1.86,11,5.17,2.32,6,5.4,1.35,15,5.6,1.07,10,6.0,2.12,9,4.12,1.89,8,3.42,1.78,12,5.71,1.73,14,4.57,1.13,7,6.0,2.05,11,5.67,0.87,9,4.17,1.9,12,3.0,1.51,8,5.64,1.91,11,5.0,1.25,10
+garrison,4.67,1.34,24,4.04,2.27,24,4.55,2.11,22,5.0,1.25,10,4.43,1.4,14,4.38,2.63,13,3.64,1.8,11,5.08,2.14,13,3.78,1.92,9,4.33,1.41,9,5.07,1.07,14,5.0,2.11,14,2.7,1.83,10,5.42,2.07,12,3.5,1.72,10,4.17,1.34,12,5.17,1.19,12,4.0,2.52,17,4.14,1.68,7,4.3,2.0,10,4.75,2.26,12
+garter,5.47,1.5,19,4.35,2.81,20,5.14,2.17,49,5.67,2.08,3,5.44,1.46,16,5.17,2.4,6,4.0,2.99,14,5.0,2.02,25,5.26,2.4,23,4.89,1.17,9,6.0,1.63,10,1.83,1.6,6,5.43,2.53,14,5.04,2.32,25,5.25,2.05,24,5.43,1.13,7,5.5,1.73,12,3.38,2.13,8,5.0,3.1,12,5.19,2.04,26,5.09,2.35,23
+gas,4.06,2.55,18,4.4,2.6,20,4.17,2.09,18,3.62,2.07,8,4.4,2.95,10,4.14,3.08,7,4.54,2.44,13,3.64,1.86,11,5.0,2.31,7,3.73,2.37,11,4.57,2.94,7,4.22,2.86,9,4.55,2.5,11,4.55,2.25,11,3.57,1.81,7,3.92,2.07,12,4.33,3.56,6,3.67,2.15,12,5.5,2.98,8,4.22,2.64,9,4.11,1.54,9
+gash,3.89,1.76,19,4.9,2.17,21,3.9,1.51,21,3.56,1.13,9,4.2,2.2,10,5.0,2.58,10,4.82,1.83,11,4.0,0.76,8,3.85,1.86,13,4.14,1.75,14,3.2,1.79,5,4.25,2.76,8,5.31,1.7,13,4.38,2.0,8,3.62,1.12,13,4.4,1.96,10,3.33,1.41,9,4.36,1.75,11,5.5,2.51,10,3.92,1.73,12,3.89,1.27,9
+gasket,4.45,1.47,20,3.42,2.19,24,5.0,2.21,28,5.25,0.89,8,3.92,1.56,12,3.67,2.18,9,3.27,2.25,15,3.93,1.86,14,6.07,2.06,14,3.89,1.62,9,4.91,1.22,11,4.0,2.3,12,2.83,1.99,12,4.79,2.19,14,5.21,2.29,14,4.2,1.4,10,4.7,1.57,10,3.75,2.53,12,3.08,1.83,12,5.17,1.85,12,4.88,2.5,16
+gasoline,4.63,2.71,19,4.57,2.52,23,3.63,2.06,19,4.11,2.71,9,5.1,2.77,10,5.14,2.85,7,4.47,2.42,15,3.5,2.12,10,3.78,2.11,9,4.33,3.12,9,4.9,2.42,10,4.5,2.59,10,4.83,2.55,12,3.62,1.41,8,3.2,2.15,10,5.0,2.63,12,4.0,2.94,7,4.35,2.46,20,6.0,3.0,3,3.5,2.27,8,3.73,2.0,11
+gasp,4.5,1.6,22,5.61,2.41,23,4.68,2.19,19,4.62,1.69,8,4.38,1.66,13,4.88,2.42,8,6.14,2.41,14,5.43,1.9,7,4.09,2.34,11,3.88,1.25,8,4.85,1.77,13,5.78,3.07,9,5.5,1.99,14,4.71,2.14,7,4.67,2.31,12,4.64,1.75,11,4.36,1.5,11,5.0,2.96,9,6.0,2.0,14,4.88,2.19,16,3.67,2.31,3
+gassy,3.21,2.3,19,3.5,2.13,22,4.26,1.66,19,3.44,1.94,9,3.0,2.67,10,2.86,1.95,7,3.93,2.23,14,3.6,1.07,10,5.0,1.94,9,3.11,3.02,9,3.3,1.57,10,3.67,2.92,9,3.5,1.51,12,4.25,0.89,8,4.3,2.21,10,3.33,2.64,12,3.0,1.73,7,3.47,2.29,19,3.67,0.58,3,4.12,0.64,8,4.36,2.16,11
+gastric,3.91,1.6,22,4.16,1.92,19,4.43,1.96,21,4.4,0.55,5,3.62,1.75,16,3.75,2.05,8,4.45,1.86,11,4.9,1.45,10,4.0,2.32,11,3.67,1.23,12,4.2,1.99,10,4.8,1.81,10,3.44,1.88,9,3.92,2.02,12,5.11,1.76,9,3.64,1.5,11,4.18,1.72,11,4.12,2.23,8,4.18,1.78,11,4.56,1.33,9,4.33,2.39,12
+gate,5.32,1.29,22,4.5,2.74,20,5.95,2.97,19,5.62,1.56,13,4.89,0.6,9,5.29,2.56,7,4.08,2.84,13,5.86,2.73,7,6.0,3.22,12,5.58,1.62,12,5.0,0.67,10,5.0,2.18,9,4.09,3.18,11,6.1,2.85,10,5.78,3.27,9,5.5,1.68,12,5.1,0.57,10,6.0,1.29,7,3.69,3.01,13,7.29,2.43,7,5.17,3.07,12
+gatekeeper,5.4,1.14,20,3.9,1.97,21,5.08,2.6,25,5.55,1.13,11,5.22,1.2,9,3.86,1.95,7,3.93,2.06,14,4.8,2.62,10,5.27,2.66,15,6.0,1.41,4,5.25,1.06,16,4.1,2.23,10,3.73,1.79,11,4.43,2.76,7,5.33,2.57,18,5.58,1.31,12,5.12,0.83,8,3.92,1.85,13,3.88,2.3,8,5.0,2.69,9,5.12,2.63,16
+gateway,5.75,1.21,20,3.81,1.97,21,6.16,2.01,25,5.0,1.0,3,5.88,1.22,17,3.71,1.8,7,4.0,2.12,13,5.75,2.12,8,6.35,2.0,17,5.43,0.79,7,5.92,1.38,13,4.43,2.23,7,3.62,1.85,13,6.14,1.99,14,6.18,2.14,11,5.44,1.01,9,6.0,1.34,11,4.09,2.21,11,3.5,1.72,10,6.28,2.27,18,5.86,1.21,7
+gather,5.72,1.07,18,3.7,2.43,20,6.16,2.06,25,5.67,1.15,3,5.73,1.1,15,4.33,2.66,6,3.38,2.47,13,6.0,2.14,8,6.24,2.08,17,5.57,0.79,7,5.82,1.25,11,4.17,2.48,6,3.46,2.57,13,6.64,2.13,14,5.55,1.86,11,5.57,1.13,7,5.82,1.08,11,3.9,2.64,10,3.5,2.32,10,6.28,2.27,18,5.86,1.46,7
+gator,4.14,2.06,21,5.95,2.06,20,3.7,2.15,20,5.33,1.37,6,3.67,2.13,15,5.12,1.55,8,6.5,2.24,12,3.82,2.04,11,3.56,2.4,9,4.83,2.23,6,3.87,2.0,15,5.6,1.9,10,6.3,2.26,10,4.08,2.43,13,3.0,1.41,7,4.43,2.15,7,4.0,2.08,14,6.0,2.29,14,5.83,1.6,6,2.92,1.93,12,4.88,2.03,8
+gatorade,5.7,2.15,20,3.95,2.18,21,5.48,1.66,25,7.0,2.16,4,5.38,2.09,16,5.5,1.73,4,3.59,2.15,17,5.11,2.2,9,5.69,1.3,16,5.75,2.43,8,5.67,2.06,12,4.4,1.78,10,3.55,2.5,11,5.36,1.28,14,5.64,2.11,11,6.0,2.14,11,5.33,2.24,9,3.3,2.11,10,4.55,2.16,11,5.78,1.7,18,4.71,1.38,7
+Gatorade,6.0,1.37,18,3.84,2.57,19,5.44,1.83,25,7.0,1.0,5,5.62,1.33,13,4.5,2.55,10,3.11,2.52,9,5.44,1.86,16,5.44,1.88,9,6.71,0.95,7,5.55,1.44,11,4.12,2.75,8,3.64,2.54,11,5.65,1.98,20,4.6,0.55,5,5.89,1.54,9,6.11,1.27,9,3.4,2.55,10,4.33,2.65,9,5.05,1.68,19,6.67,1.86,6
+gaudy,3.55,1.67,20,4.33,2.39,21,5.8,2.18,25,4.0,0.0,3,3.47,1.81,17,4.0,3.11,7,4.62,2.1,13,5.38,2.26,8,6.0,2.18,17,3.71,1.25,7,3.46,1.9,13,3.71,2.29,7,4.77,2.52,13,5.71,2.43,14,5.91,1.92,11,3.89,1.83,9,3.27,1.56,11,4.27,2.1,11,4.4,2.8,10,6.17,2.43,18,4.86,0.9,7
+gauge,5.17,0.71,18,3.5,1.76,20,5.23,1.95,22,5.0,1.0,3,5.2,0.68,15,3.62,1.51,8,3.42,1.98,12,5.56,1.94,9,5.0,2.0,13,5.11,0.78,9,5.22,0.67,9,4.12,1.81,8,3.08,1.68,12,5.57,2.24,14,4.62,1.19,8,5.17,0.75,6,5.17,0.72,12,4.0,1.73,9,3.09,1.76,11,5.54,2.22,13,4.78,1.48,9
+gauntlet,4.76,1.55,21,4.43,2.4,21,5.29,2.19,21,5.22,1.64,9,4.42,1.44,12,4.5,2.51,6,4.43,2.53,14,6.67,1.51,6,4.73,2.22,15,5.33,1.5,9,4.33,1.5,12,5.0,2.0,5,4.25,2.54,16,5.7,1.83,10,4.91,2.51,11,5.0,1.86,12,4.44,1.01,9,3.5,1.85,8,5.0,2.58,13,5.5,1.88,12,5.0,2.65,9
+gauze,4.5,1.19,20,3.2,2.33,20,4.76,2.45,25,4.0,1.0,3,4.59,1.23,17,3.83,2.48,6,3.08,2.33,13,4.5,2.39,8,4.88,2.55,17,4.29,0.76,7,4.62,1.39,13,3.14,2.27,7,3.42,2.47,12,4.07,2.23,14,5.64,2.54,11,4.11,1.05,9,4.82,1.25,11,3.09,2.39,11,3.33,2.4,9,4.67,2.68,18,5.0,1.91,7
+gavel,4.3,1.59,20,2.72,1.93,18,4.21,1.98,24,3.8,1.64,5,4.47,1.6,15,3.6,1.95,5,2.38,1.89,13,3.31,1.6,13,5.27,1.9,11,4.3,1.25,10,4.3,1.95,10,3.57,2.15,7,2.18,1.66,11,4.0,1.83,16,4.62,2.33,8,4.29,1.77,14,4.33,1.21,6,2.83,1.99,12,2.5,1.97,6,4.13,2.1,15,4.33,1.87,9
+gay,6.11,2.42,18,4.05,2.67,21,4.78,2.32,18,5.5,2.39,8,6.6,2.46,10,5.0,2.38,7,3.57,2.77,14,4.55,2.38,11,5.14,2.34,7,5.27,2.49,11,7.43,1.72,7,3.33,3.24,9,4.58,2.15,12,5.36,2.58,11,3.86,1.57,7,5.58,2.57,12,7.17,1.83,6,3.83,2.92,12,4.33,2.45,9,5.22,2.39,9,4.33,2.29,9
+gaze,6.15,1.27,20,4.15,2.21,20,6.35,1.87,26,6.09,1.22,11,6.22,1.39,9,4.29,1.8,7,4.08,2.47,13,6.0,1.83,13,6.69,1.93,13,6.55,1.37,11,5.67,1.0,9,4.0,2.0,11,4.33,2.55,9,6.53,1.94,17,6.0,1.8,9,6.0,1.05,10,6.3,1.49,10,4.58,2.19,12,3.5,2.2,8,6.12,1.93,16,6.7,1.83,10
+gazebo,6.52,1.5,21,3.5,2.7,24,5.3,2.34,20,6.0,1.85,8,6.85,1.21,13,5.0,2.1,6,3.0,2.74,18,5.45,2.07,11,5.11,2.76,9,6.5,1.93,12,6.56,0.73,9,4.2,3.01,10,3.0,2.45,14,5.62,2.33,13,4.71,2.43,7,6.86,1.17,14,5.86,1.95,7,4.62,2.63,16,1.25,0.71,8,5.0,2.34,12,5.75,2.43,8
+gazelle,6.47,2.25,19,4.05,2.24,20,5.2,2.26,20,7.0,2.0,3,6.67,2.09,15,3.8,1.93,10,4.3,2.58,10,5.2,1.62,10,5.2,2.86,10,6.33,2.8,6,6.92,1.62,12,3.71,3.09,7,4.23,1.74,13,5.12,2.23,8,5.25,2.38,12,6.75,2.45,12,6.0,1.91,7,4.6,2.59,10,3.5,1.78,10,5.44,2.13,9,5.0,2.45,11
+gazette,5.05,1.13,19,4.18,2.15,22,5.16,1.74,19,5.22,1.48,9,4.9,0.74,10,2.4,1.67,5,4.88,1.96,16,4.67,2.42,6,5.38,1.39,13,5.31,1.03,13,4.5,1.22,6,4.67,2.23,12,3.78,2.05,9,5.0,1.0,9,5.3,2.26,10,5.0,1.41,9,5.1,0.88,10,4.08,2.54,12,4.3,1.7,10,5.83,1.83,6,4.85,1.68,13
+gazillion,5.95,2.08,22,5.57,2.87,23,4.21,2.12,19,5.88,2.1,8,6.38,1.66,13,6.75,2.66,8,5.0,2.96,14,5.0,2.24,7,3.82,2.09,11,5.88,2.36,8,6.38,1.45,13,5.78,2.82,9,5.43,3.01,14,3.29,2.14,7,4.75,2.01,12,6.0,2.05,11,5.91,2.21,11,5.0,3.39,9,5.93,2.56,14,4.19,2.04,16,4.33,3.06,3
+gear,5.19,1.12,21,3.17,2.55,24,5.9,2.29,20,5.5,1.2,8,5.0,1.08,13,4.83,2.48,6,2.61,2.38,18,6.45,2.16,11,5.22,2.39,9,5.17,1.11,12,5.22,1.2,9,3.9,2.56,10,2.64,2.5,14,6.0,2.45,13,5.71,2.14,7,5.07,1.27,14,5.43,0.79,7,3.56,2.63,16,2.38,2.33,8,6.17,2.29,12,5.5,2.39,8
+geek,5.56,2.2,18,3.82,2.28,22,5.5,2.45,16,5.55,1.92,11,5.17,2.79,6,4.12,2.1,8,3.64,2.44,14,5.33,2.58,6,5.6,2.5,10,6.75,1.75,8,4.6,2.12,10,3.22,2.28,9,4.23,2.28,13,5.38,2.2,8,5.62,2.83,8,5.36,2.58,11,5.86,1.57,7,3.55,2.58,11,4.09,2.02,11,4.44,2.55,9,6.86,1.57,7
+geeky,5.55,1.82,22,3.8,2.26,20,6.45,1.79,22,6.0,2.04,14,4.75,1.04,8,3.91,2.21,11,4.0,2.39,8,6.0,2.1,6,6.62,1.71,16,5.1,1.66,10,5.92,1.93,12,4.18,2.6,11,3.33,1.8,9,6.46,1.9,13,6.44,1.74,9,5.17,1.59,12,6.0,2.05,10,3.77,2.59,13,3.86,1.68,7,6.42,1.78,12,6.5,1.9,10
+geezer,3.65,1.31,20,3.29,2.12,21,3.33,1.76,24,3.0,1.41,4,3.81,1.28,16,4.25,2.22,4,3.06,2.11,17,4.11,2.26,9,2.87,1.25,15,3.88,1.46,8,3.5,1.24,12,2.9,2.23,10,3.64,2.06,11,3.43,1.16,14,3.2,2.44,10,3.73,1.01,11,3.56,1.67,9,3.5,2.07,10,3.09,2.26,11,3.59,1.87,17,2.71,1.38,7
+geisha,5.74,1.19,19,4.24,2.36,21,5.0,2.71,22,6.67,1.53,3,5.56,1.09,16,5.25,2.43,8,3.62,2.18,13,5.44,2.6,9,4.69,2.84,13,5.44,1.13,9,6.0,1.25,10,4.44,2.55,9,4.08,2.31,12,5.36,2.92,14,4.38,2.33,8,6.0,1.15,7,5.58,1.24,12,4.5,2.42,10,4.0,2.41,11,5.58,2.81,12,4.3,2.54,10
+gel,5.67,1.62,21,3.21,2.6,24,5.25,1.86,20,6.62,1.19,8,5.08,1.61,13,4.0,1.55,6,2.94,2.86,18,5.27,1.9,11,5.22,1.92,9,6.0,2.04,12,5.22,0.67,9,3.2,2.53,10,3.21,2.75,14,5.38,2.29,13,5.0,0.58,7,5.71,1.82,14,5.57,1.27,7,4.0,2.78,16,1.62,1.19,8,5.42,1.51,12,5.0,2.39,8
+gelatin,4.35,1.79,20,4.05,2.21,22,5.47,1.84,19,4.56,2.01,9,4.18,1.66,11,2.2,0.84,5,4.81,2.07,16,6.0,2.19,6,5.23,1.69,13,3.93,1.9,14,5.33,1.03,6,4.42,2.19,12,3.89,2.2,9,4.89,1.36,9,6.0,2.11,10,3.8,1.81,10,4.9,1.66,10,3.42,2.11,12,4.8,2.2,10,6.0,2.28,6,5.23,1.64,13
+gelding,4.89,2.02,19,3.59,1.94,22,5.48,1.86,23,4.67,1.86,6,5.0,2.16,13,4.17,1.8,12,2.9,1.97,10,6.14,1.77,7,5.19,1.87,16,4.5,1.51,10,5.33,2.5,9,3.89,1.83,9,3.38,2.06,13,5.5,1.75,16,5.5,2.43,6,4.62,2.26,8,5.09,1.92,11,4.0,2.12,9,3.31,1.84,13,5.81,1.87,16,4.71,1.7,7
+gem,7.35,1.31,20,4.44,2.68,18,6.09,1.9,22,7.0,1.22,5,7.47,1.36,15,3.67,2.73,6,4.83,2.69,12,5.4,1.35,10,6.67,2.15,12,7.4,1.07,10,7.3,1.57,10,4.6,3.1,10,4.25,2.25,8,6.0,1.95,11,6.18,1.94,11,7.17,1.34,12,7.62,1.3,8,4.0,2.74,9,4.89,2.71,9,5.91,2.07,11,6.27,1.79,11
+gender,5.05,1.35,19,4.05,2.06,22,5.42,2.54,43,5.0,0.0,3,5.06,1.48,16,4.88,1.96,8,3.57,2.03,14,5.21,2.33,14,5.52,2.67,29,5.0,0.0,10,5.11,2.03,9,4.3,2.26,10,3.83,1.95,12,5.22,2.65,23,5.65,2.46,20,5.12,0.35,8,5.0,1.79,11,3.62,2.13,8,4.29,2.05,14,4.91,2.91,23,6.0,1.95,20
+genealogy,5.85,1.79,20,3.94,2.18,18,4.96,2.65,24,6.6,1.52,5,5.6,1.84,15,4.4,1.95,5,3.77,2.31,13,5.23,2.42,13,4.64,2.98,11,6.2,1.99,10,5.5,1.58,10,4.57,1.99,7,3.55,2.3,11,5.0,2.48,16,4.88,3.14,8,5.71,1.64,14,6.17,2.23,6,4.42,2.15,12,3.0,2.1,6,5.2,3.19,15,4.56,1.42,9
+general,5.32,1.21,22,3.71,2.49,21,5.24,2.51,17,5.33,1.86,6,5.33,0.98,15,3.43,3.26,7,3.86,2.14,14,5.62,3.07,8,4.88,2.17,8,5.29,1.33,14,5.43,1.13,7,3.22,2.49,9,4.08,2.54,12,5.44,3.17,9,5.0,1.69,8,5.29,1.14,14,5.38,1.41,8,4.33,2.66,6,3.47,2.47,15,5.78,2.77,9,4.62,2.2,8
+generate,6.14,1.59,21,4.0,2.64,20,5.45,2.7,22,6.67,1.37,6,5.93,1.67,15,4.12,2.3,8,3.92,2.94,12,5.17,2.98,12,5.8,2.44,10,6.44,1.67,9,5.92,1.56,12,4.11,2.26,9,3.91,3.02,11,5.14,2.73,7,5.6,2.77,15,5.8,1.87,10,6.45,1.29,11,3.62,2.47,13,4.71,2.98,7,5.17,3.01,12,5.8,2.39,10
+generation,6.08,1.77,24,4.24,2.2,25,5.23,2.29,22,6.1,1.6,10,6.07,1.94,14,4.23,2.71,13,4.25,1.6,12,6.0,2.2,13,4.11,2.03,9,6.67,1.8,9,5.71,1.77,14,4.21,2.08,14,4.27,2.45,11,6.0,1.86,12,4.3,2.5,10,6.5,1.57,12,5.67,1.92,12,4.41,2.45,17,3.88,1.64,8,5.0,2.79,10,5.42,1.88,12
+generator,5.65,1.35,20,3.62,2.67,21,5.48,2.08,25,6.5,0.58,4,5.44,1.41,16,4.0,2.16,4,3.53,2.83,17,4.89,2.47,9,5.81,1.83,16,5.5,0.76,8,5.75,1.66,12,3.9,2.73,10,3.36,2.73,11,5.43,2.24,14,5.55,1.97,11,5.36,1.36,11,6.0,1.32,9,2.7,2.63,10,4.45,2.54,11,5.72,2.08,18,4.86,2.12,7
+generic,4.5,2.07,18,2.5,1.64,20,4.68,1.97,25,4.0,1.0,5,4.69,2.36,13,2.82,1.99,11,2.11,1.05,9,3.94,1.69,16,6.0,1.8,9,3.43,1.51,7,5.18,2.14,11,2.11,1.62,9,2.82,1.66,11,4.5,2.06,20,5.4,1.52,5,4.0,1.66,9,5.0,2.4,9,1.82,1.08,11,3.33,1.87,9,4.21,1.69,19,6.17,2.23,6
+generosity,7.55,1.0,20,4.29,2.67,21,6.56,2.35,25,8.0,1.0,3,7.47,1.01,17,4.86,2.79,7,4.08,2.75,13,7.88,1.25,8,5.94,2.51,17,7.43,0.98,7,7.62,1.04,13,3.86,2.67,7,4.62,2.81,13,6.29,2.46,14,6.91,2.26,11,7.22,1.2,9,7.82,0.75,11,4.91,2.77,11,3.6,2.5,10,6.67,2.52,18,6.29,1.98,7
+generous,7.43,1.83,21,5.7,2.32,20,6.81,1.78,21,7.5,1.22,6,7.4,2.06,15,5.88,1.64,8,5.58,2.75,12,7.27,1.19,11,6.3,2.21,10,7.5,1.22,6,7.4,2.06,15,6.0,2.4,10,5.4,2.32,10,6.71,1.54,14,7.0,2.31,7,6.57,2.76,7,7.86,1.03,14,6.0,2.39,14,5.0,2.19,6,6.92,1.78,12,6.67,1.87,9
+genetic,4.79,1.51,19,3.83,2.01,18,3.76,2.54,17,5.45,1.21,11,3.88,1.46,8,4.5,2.52,4,3.64,1.91,14,3.5,2.0,8,4.0,3.04,9,5.12,1.73,8,4.55,1.37,11,3.71,1.89,7,3.91,2.17,11,3.67,2.25,6,3.82,2.79,11,4.77,1.48,13,4.83,1.72,6,3.09,1.7,11,5.0,2.0,7,3.71,2.81,7,3.8,2.49,10
+genetics,4.84,1.61,19,4.27,1.96,22,3.29,2.14,24,4.5,1.87,6,5.0,1.53,13,4.58,2.23,12,3.9,1.6,10,3.5,2.27,8,3.19,2.14,16,5.5,0.85,10,4.11,1.96,9,5.0,1.8,9,3.77,1.96,13,3.41,2.27,17,2.67,1.86,6,4.88,1.81,8,4.82,1.54,11,4.11,2.15,9,4.38,1.89,13,3.5,2.31,16,2.88,1.81,8
+genie,6.1,1.74,20,4.41,2.04,22,5.32,2.43,19,6.67,2.06,9,5.64,1.36,11,2.2,1.1,5,4.94,1.77,16,4.33,3.08,6,5.77,2.05,13,6.21,1.72,14,5.83,1.94,6,4.25,1.82,12,4.33,2.35,9,5.56,2.4,9,5.1,2.56,10,6.2,1.32,10,6.0,2.16,10,4.67,2.23,12,4.1,1.85,10,4.67,3.14,6,5.62,2.1,13
+genital,4.45,1.93,20,5.86,1.71,21,4.74,2.45,34,4.5,2.27,10,4.4,1.65,10,6.25,1.39,8,5.62,1.89,13,4.71,2.4,14,4.75,2.55,20,4.44,1.88,9,4.45,2.07,11,6.31,1.44,13,5.12,1.96,8,4.82,2.28,22,4.58,2.84,12,4.4,1.71,10,4.5,2.22,10,6.07,1.49,14,5.43,2.15,7,5.12,2.03,17,4.35,2.83,17
+genitalia,4.16,2.01,19,5.77,2.14,22,5.12,2.36,24,4.17,1.83,6,4.15,2.15,13,5.58,2.5,12,6.0,1.7,10,5.62,2.83,8,4.88,2.16,16,3.9,1.52,10,4.44,2.51,9,5.89,2.26,9,5.69,2.14,13,5.71,1.99,17,3.5,2.95,6,3.5,1.41,8,4.64,2.29,11,5.11,2.09,9,6.23,2.13,13,5.44,2.37,16,4.5,2.39,8
+genius,7.52,1.72,21,6.2,2.31,20,7.37,1.83,19,7.23,1.88,13,8.0,1.41,8,6.86,1.68,7,5.85,2.58,13,7.29,1.8,7,7.42,1.93,12,7.58,1.68,12,7.44,1.88,9,5.67,2.45,9,6.64,2.2,11,6.7,2.11,10,8.11,1.17,9,7.75,1.48,12,7.22,2.05,9,7.14,1.46,7,5.69,2.56,13,7.0,2.31,7,7.58,1.56,12
+genocide,1.62,1.2,21,5.83,2.69,23,2.5,1.42,18,1.33,1.0,9,1.83,1.34,12,6.36,2.01,11,5.33,3.2,12,2.6,1.51,10,2.38,1.41,8,2.14,1.35,7,1.38,1.12,13,7.27,1.42,11,4.5,2.94,12,3.0,1.63,7,2.18,1.25,11,2.0,1.41,13,1.0,0.0,8,5.18,3.03,11,6.42,2.31,12,2.78,1.56,9,2.22,1.3,9
+genome,5.84,1.83,19,3.41,2.32,22,4.32,2.09,28,4.5,1.76,6,6.46,1.56,13,4.0,2.61,11,2.82,1.94,11,3.73,2.69,11,4.71,1.57,17,5.82,2.18,11,5.88,1.36,8,3.73,2.61,11,3.09,2.07,11,4.39,2.3,18,4.2,1.75,10,5.85,2.12,13,5.83,1.17,6,3.14,2.25,14,3.88,2.53,8,4.38,2.36,16,4.25,1.76,12
+genre,6.0,1.38,21,3.59,2.09,22,5.0,1.73,21,6.22,1.2,9,5.83,1.53,12,2.67,1.97,6,3.87,2.13,15,5.33,1.51,6,4.87,1.85,15,5.89,1.27,9,6.08,1.51,12,4.0,1.73,5,3.47,2.21,17,4.1,1.79,10,5.82,1.25,11,6.17,1.53,12,5.78,1.2,9,4.33,2.29,9,3.08,1.85,13,4.92,1.93,12,5.11,1.54,9
+gent,5.86,0.96,21,3.05,1.91,21,5.1,1.7,21,5.67,0.71,9,6.0,1.13,12,2.33,1.63,6,3.21,2.01,14,5.5,1.64,6,4.93,1.75,15,6.0,0.87,9,5.75,1.06,12,4.0,2.65,5,2.75,1.61,16,4.6,1.96,10,5.55,1.37,11,6.33,0.89,12,5.22,0.67,9,3.62,1.92,8,2.69,1.89,13,5.17,1.7,12,5.0,1.8,9
+genteel,5.09,1.44,22,2.38,1.77,21,6.0,1.54,22,5.14,1.46,14,5.0,1.51,8,2.27,1.49,11,2.67,2.18,9,5.0,0.89,6,6.38,1.59,16,5.6,1.9,10,4.67,0.78,12,2.55,1.86,11,2.2,1.75,10,5.31,0.85,13,7.0,1.8,9,4.83,1.27,12,5.4,1.65,10,2.15,1.95,13,2.75,1.49,8,5.83,1.27,12,6.2,1.87,10
+gentile,5.29,2.08,21,3.09,2.11,22,5.56,2.33,25,5.0,2.16,10,5.55,2.07,11,2.43,2.3,7,3.4,2.03,15,5.41,2.69,17,5.88,1.36,8,5.18,2.27,11,5.4,1.96,10,2.8,1.92,5,3.18,2.21,17,5.64,2.65,14,5.45,1.97,11,5.31,2.39,13,5.25,1.58,8,2.6,1.84,10,3.5,2.32,12,6.14,2.35,14,4.82,2.18,11
+gentle,7.42,1.72,43,3.17,2.01,18,6.95,2.07,57,7.1,1.62,20,7.7,1.79,23,3.67,2.16,6,2.92,1.98,12,6.65,2.04,26,7.19,2.1,31,6.88,1.63,16,7.74,1.72,27,2.9,1.97,10,3.5,2.14,8,6.73,2.12,37,7.35,1.98,20,7.21,2.2,19,7.58,1.25,24,3.22,2.17,9,3.11,1.96,9,6.78,2.18,32,7.16,1.95,25
+gentleman,7.5,1.6,22,4.14,2.63,21,6.06,2.07,18,7.5,1.64,6,7.47,1.68,15,2.86,2.54,7,4.79,2.52,14,6.0,2.29,9,5.88,1.96,8,7.5,1.74,14,7.43,1.51,7,3.78,2.44,9,4.42,2.84,12,6.1,2.42,10,6.0,1.69,8,7.5,1.7,14,7.5,1.51,8,3.33,2.58,6,4.47,2.67,15,6.1,2.42,10,6.0,1.69,8
+gentlemanly,6.77,1.51,22,3.91,2.39,23,7.0,1.91,18,5.75,1.49,8,7.23,1.17,13,2.88,2.8,8,4.43,2.1,14,7.86,2.61,7,6.4,1.17,10,6.88,1.55,8,6.54,1.45,13,3.56,3.17,9,4.14,1.83,14,6.29,2.43,7,7.45,1.44,11,7.0,1.73,11,6.55,1.29,11,4.56,2.46,9,3.5,2.35,14,7.13,2.03,15,6.33,1.15,3
+gentry,5.45,1.43,20,2.57,1.86,21,6.12,1.9,25,5.33,0.58,3,5.47,1.55,17,2.14,1.46,7,2.85,2.12,13,6.12,1.55,8,6.12,2.09,17,5.57,0.79,7,5.38,1.71,13,2.43,1.4,7,2.69,2.18,13,6.29,1.73,14,5.91,2.17,11,5.67,1.0,9,5.27,1.74,11,2.18,1.25,11,3.0,2.36,10,6.28,2.11,18,5.71,1.25,7
+genuine,7.11,1.85,19,4.27,2.16,22,7.5,1.57,22,7.33,1.66,9,6.9,2.08,10,4.0,1.69,8,4.43,2.44,14,7.18,1.89,11,7.82,1.17,11,6.57,1.81,7,7.42,1.88,12,4.6,1.78,10,4.0,2.49,12,7.15,1.77,13,8.0,1.12,9,6.7,2.21,10,7.56,1.33,9,4.0,1.85,8,4.43,2.38,14,7.36,1.74,14,7.75,1.28,8
+geographic,6.21,1.44,19,3.05,1.91,22,4.57,1.83,28,6.0,1.79,6,6.31,1.32,13,3.45,2.02,11,2.64,1.8,11,3.73,2.15,11,5.12,1.41,17,6.18,1.54,11,6.25,1.39,8,3.27,2.05,11,2.82,1.83,11,4.22,2.02,18,5.2,1.32,10,6.38,1.66,13,5.83,0.75,6,2.71,1.94,14,3.62,1.85,8,4.19,2.04,16,5.08,1.44,12
+geographical,6.21,2.02,19,3.18,1.99,22,4.65,2.29,23,6.36,1.29,11,5.57,2.76,7,4.0,2.39,8,2.71,1.64,14,4.14,2.73,7,4.88,2.13,16,6.5,1.85,8,6.0,2.19,11,2.67,2.18,9,3.54,1.85,13,5.0,2.28,11,4.33,2.35,12,6.08,2.43,12,6.43,1.13,7,2.64,2.29,11,3.73,1.56,11,4.31,2.5,13,5.1,2.02,10
+geography,5.4,2.06,20,2.56,1.82,18,4.45,2.36,22,5.8,1.48,5,5.27,2.25,15,3.17,1.83,6,2.25,1.82,12,3.8,1.93,10,5.0,2.63,12,5.7,1.06,10,5.1,2.77,10,2.5,1.72,10,2.62,2.07,8,4.36,2.77,11,4.55,2.02,11,4.92,2.39,12,6.12,1.25,8,2.0,1.8,9,3.11,1.76,9,4.0,2.72,11,4.91,1.97,11
+geological,6.43,1.6,21,3.95,2.56,20,5.61,2.06,36,6.88,1.36,8,6.15,1.72,13,4.0,2.55,5,3.93,2.66,15,5.55,2.34,11,5.64,1.98,25,6.62,1.61,13,6.12,1.64,8,3.5,2.47,12,4.62,2.72,8,5.65,2.46,20,5.56,1.5,16,6.18,1.83,11,6.7,1.34,10,4.91,2.98,11,2.78,1.3,9,5.41,2.3,22,5.93,1.64,14
+geologist,6.62,1.53,21,3.75,2.67,20,5.81,2.16,36,7.25,1.16,8,6.23,1.64,13,3.0,1.58,5,4.0,2.95,15,5.82,1.78,11,5.8,2.35,25,6.85,1.63,13,6.25,1.39,8,3.67,2.46,12,3.88,3.14,8,5.5,2.44,20,6.19,1.76,16,6.45,1.51,11,6.8,1.62,10,4.27,3.0,11,3.11,2.2,9,5.32,2.38,22,6.57,1.55,14
+geology,5.89,2.05,19,4.3,2.16,23,4.74,2.13,19,5.78,2.05,9,6.0,2.16,10,4.57,2.07,7,4.2,2.34,15,4.9,2.56,10,4.56,1.67,9,6.0,2.65,9,5.8,1.48,10,4.9,2.77,10,3.83,1.59,12,4.5,2.2,8,4.7,2.16,10,6.0,2.0,12,5.71,2.29,7,4.4,2.09,20,3.67,3.06,3,5.12,2.23,8,4.45,2.11,11
+geometric,5.24,1.97,21,4.21,1.89,24,5.36,2.46,22,6.0,1.41,8,4.77,2.17,13,4.62,1.8,13,3.73,1.95,11,6.15,2.15,13,4.22,2.54,9,6.0,2.07,8,5.08,1.51,12,5.0,1.04,14,3.1,2.28,10,5.92,2.64,12,4.7,2.16,10,5.1,2.08,10,5.36,1.96,11,4.06,2.11,17,4.57,1.27,7,5.7,2.79,10,5.08,2.23,12
+geometry,4.57,2.16,21,3.09,1.85,22,5.04,2.33,27,5.0,2.05,10,4.18,2.27,11,2.57,1.4,7,3.33,2.02,15,5.24,2.91,17,4.7,0.67,10,4.18,2.09,11,5.0,2.26,10,3.2,3.03,5,3.06,1.48,17,4.93,2.73,14,5.15,1.91,13,3.62,1.85,13,6.12,1.73,8,3.2,2.3,10,3.0,1.48,12,5.21,2.52,14,4.85,2.19,13
+gerbil,5.2,1.88,20,2.59,2.0,17,5.38,2.63,24,5.8,0.84,5,5.0,2.1,15,2.5,1.73,4,2.62,2.14,13,5.46,2.7,13,5.27,2.69,11,5.0,2.11,10,5.4,1.71,10,2.86,1.95,7,2.4,2.12,10,5.19,2.71,16,5.75,2.6,8,4.93,1.86,14,5.83,1.94,6,2.92,2.27,12,1.8,0.84,5,5.27,2.89,15,5.56,2.3,9
+geriatric,3.58,1.61,19,2.55,2.14,20,3.85,1.81,20,4.67,0.58,3,3.53,1.6,15,2.3,1.7,10,2.8,2.57,10,3.7,1.77,10,4.0,1.94,10,4.33,1.21,6,3.42,1.62,12,2.14,1.95,7,2.77,2.28,13,3.5,1.77,8,4.08,1.88,12,3.5,1.73,12,3.71,1.5,7,2.7,2.21,10,2.4,2.17,10,4.0,1.12,9,3.73,2.28,11
+germ,2.5,1.44,22,4.1,2.2,20,3.65,2.06,20,3.4,2.3,5,2.25,1.06,16,3.7,2.0,10,4.5,2.42,10,4.0,2.05,10,3.3,2.11,10,2.43,1.27,7,2.57,1.6,14,3.86,1.95,7,4.23,2.39,13,2.62,1.51,8,4.33,2.15,12,2.5,1.61,14,2.5,1.2,8,4.2,2.15,10,4.0,2.36,10,3.67,2.12,9,3.64,2.11,11
+germs,2.68,2.14,19,5.28,2.4,43,3.0,2.08,37,3.0,1.73,9,2.4,2.5,10,5.26,2.31,19,5.35,2.57,23,2.17,1.8,12,3.4,2.12,25,3.0,2.96,9,2.4,1.07,10,4.17,2.38,18,6.08,2.12,25,3.39,2.12,18,2.63,2.03,19,3.08,2.57,12,2.0,0.82,7,4.75,2.75,20,5.74,2.0,23,2.25,1.84,16,3.57,2.11,21
+gesture,5.75,1.83,20,4.36,1.84,22,5.85,1.87,20,5.44,1.74,9,6.0,1.95,11,4.6,2.27,10,4.17,1.47,12,5.38,1.69,8,6.17,1.99,12,5.93,1.77,14,5.33,2.07,6,5.0,2.62,8,4.0,1.18,14,5.62,1.6,8,6.0,2.09,12,5.9,2.08,10,5.6,1.65,10,4.33,1.67,12,4.4,2.12,10,6.5,2.07,12,4.88,0.99,8
+get,6.09,1.57,22,3.67,2.03,21,5.65,1.93,17,6.83,1.83,6,5.87,1.46,15,2.57,1.99,7,4.21,1.89,14,5.44,2.01,9,5.88,1.96,8,5.86,1.46,14,6.71,1.8,7,3.56,2.01,9,3.75,2.14,12,6.11,2.47,9,5.12,0.99,8,6.14,1.88,14,6.0,0.93,8,3.83,2.4,6,3.6,1.96,15,6.33,2.12,9,4.88,1.46,8
+getaway,5.47,1.81,19,3.6,2.35,20,6.47,2.32,19,6.33,2.31,3,5.4,1.76,15,3.9,2.88,10,3.3,1.77,10,5.9,2.42,10,7.11,2.15,9,4.67,1.37,6,6.0,1.91,12,3.57,2.88,7,3.62,2.14,13,7.0,2.27,8,6.09,2.39,11,5.75,1.54,12,5.0,2.24,7,2.6,1.71,10,4.6,2.55,10,7.33,1.5,9,5.7,2.71,10
+getup,5.53,1.39,19,4.36,2.34,22,5.68,1.94,22,5.22,1.2,9,5.8,1.55,10,4.88,2.23,8,4.07,2.43,14,5.91,2.07,11,5.45,1.86,11,5.14,1.21,7,5.75,1.48,12,4.5,2.01,10,4.25,2.67,12,5.62,1.89,13,5.78,2.11,9,6.3,1.42,10,4.67,0.71,9,4.75,2.19,8,4.14,2.48,14,5.71,2.13,14,5.62,1.69,8
+ghastly,3.05,2.31,21,5.0,3.18,20,3.95,2.44,19,3.0,3.16,6,3.07,2.02,15,4.88,3.44,8,5.08,3.15,12,4.0,2.66,12,3.86,2.19,7,4.22,2.86,9,2.17,1.34,12,5.56,2.88,9,4.55,3.47,11,4.29,2.43,7,3.75,2.53,12,3.7,2.95,10,2.45,1.44,11,4.62,3.1,13,5.71,3.45,7,3.6,2.8,10,4.33,2.06,9
+ghetto,3.16,2.32,19,7.05,1.93,20,3.77,1.66,26,2.27,1.35,11,4.38,2.88,8,7.14,1.21,7,7.0,2.27,13,3.92,1.66,13,3.62,1.71,13,3.3,2.71,10,3.0,1.94,9,6.64,2.42,11,7.56,1.01,9,3.94,1.78,17,3.44,1.42,9,3.89,3.06,9,2.5,1.18,10,7.08,2.07,12,7.0,1.85,8,4.19,1.68,16,3.1,1.45,10
+ghost,4.23,2.25,22,5.7,2.64,20,4.47,2.72,19,4.85,2.23,13,3.33,2.06,9,6.43,2.57,7,5.31,2.69,13,4.0,2.58,7,4.75,2.86,12,4.33,2.23,12,4.1,2.38,10,5.78,2.95,9,5.64,2.5,11,4.2,2.35,10,4.78,3.19,9,4.25,2.22,12,4.2,2.39,10,5.71,3.09,7,5.69,2.5,13,4.86,3.39,7,4.25,2.38,12
+ghostly,4.14,1.64,22,5.71,2.39,21,4.14,2.25,22,4.21,1.85,14,4.0,1.31,8,6.09,2.12,11,5.67,2.6,9,5.33,1.97,6,3.69,2.24,16,3.5,1.58,10,4.67,1.56,12,5.27,2.61,11,6.2,2.15,10,4.46,1.85,13,3.67,2.78,9,4.08,1.88,12,4.2,1.4,10,5.54,2.57,13,6.0,2.2,8,3.83,2.04,12,4.5,2.55,10
+ghoul,2.84,1.74,19,4.95,2.5,21,4.3,2.23,20,2.67,1.53,3,2.88,1.82,16,5.17,2.56,6,4.87,2.56,15,4.33,1.75,6,4.29,2.46,14,2.9,1.73,10,2.78,1.86,9,5.29,2.69,7,4.79,2.49,14,3.7,2.36,10,4.9,2.02,10,2.0,1.2,8,3.45,1.86,11,5.11,3.22,9,4.83,1.95,12,4.62,3.11,8,4.08,1.51,12
+GI Joe,5.68,2.54,19,4.82,3.16,22,5.18,2.29,28,6.67,1.97,6,5.23,2.71,13,5.45,3.33,11,4.18,2.99,11,4.91,2.55,11,5.35,2.18,17,6.64,1.96,11,4.38,2.77,8,4.73,3.23,11,4.91,3.24,11,5.0,2.45,18,5.5,2.07,10,5.92,2.43,13,5.17,2.93,6,3.71,2.92,14,6.75,2.71,8,4.62,2.47,16,5.92,1.88,12
+giant,5.41,1.18,22,5.1,2.27,20,6.68,2.06,19,5.77,1.42,13,4.89,0.33,9,5.29,2.43,7,5.0,2.27,13,7.14,2.27,7,6.42,1.98,12,5.5,1.45,12,5.3,0.82,10,4.89,2.26,9,5.27,2.37,11,6.4,2.22,10,7.0,1.94,9,5.33,1.37,12,5.5,0.97,10,5.0,1.83,7,5.15,2.54,13,7.29,1.98,7,6.33,2.1,12
+gibberish,4.3,1.92,20,4.62,2.11,21,5.21,2.65,34,4.2,1.81,10,4.4,2.12,10,4.0,2.07,8,5.0,2.12,13,5.43,2.24,14,5.05,2.95,20,4.0,1.66,9,4.55,2.16,11,4.85,1.82,13,4.25,2.6,8,5.32,2.53,22,5.0,2.95,12,4.1,1.6,10,4.5,2.27,10,4.71,2.33,14,4.43,1.72,7,5.59,2.43,17,4.82,2.88,17
+giddy,6.17,2.01,23,5.32,2.88,22,6.4,1.98,20,6.75,1.28,8,5.87,2.29,15,4.7,2.58,10,5.83,3.13,12,6.71,1.8,7,6.23,2.13,13,6.67,1.97,12,5.64,2.01,11,4.91,2.88,11,5.73,2.97,11,5.93,1.91,15,7.8,1.64,5,6.36,2.29,11,6.0,1.81,12,5.6,2.8,10,5.08,3.06,12,6.5,1.72,10,6.3,2.31,10
+gift,7.27,1.7,41,4.64,2.78,44,6.32,1.94,22,6.82,2.19,17,7.58,1.21,24,4.82,2.53,17,4.52,2.97,27,6.0,2.14,11,6.64,1.75,11,6.68,1.99,22,7.95,0.97,19,5.07,2.64,14,4.43,2.86,30,5.92,2.14,13,6.89,1.54,9,7.31,2.0,26,7.2,1.08,15,4.38,2.87,26,5.0,2.68,18,6.36,2.21,14,6.25,1.49,8
+gifted,6.62,1.77,21,4.43,2.29,23,6.67,2.35,21,5.4,2.3,5,7.0,1.46,16,5.42,2.35,12,3.36,1.75,11,6.82,2.4,11,6.22,2.39,9,6.42,2.07,12,6.89,1.36,9,4.31,2.27,16,4.71,2.5,7,5.73,2.53,11,7.7,1.7,10,7.23,1.24,13,5.62,2.13,8,4.58,2.39,19,3.75,1.89,4,6.86,2.28,14,6.29,2.63,7
+gig,6.48,1.6,21,5.75,2.29,20,5.14,2.38,36,7.0,1.6,8,6.15,1.57,13,5.0,2.83,5,6.0,2.14,15,5.36,2.25,11,5.04,2.47,25,6.92,1.71,13,5.75,1.16,8,5.83,1.99,12,5.62,2.83,8,4.85,2.66,20,5.5,2.0,16,6.09,1.3,11,6.9,1.85,10,6.36,2.06,11,5.0,2.45,9,4.82,2.52,22,5.64,2.13,14
+gigantic,5.35,2.08,20,5.89,2.54,19,5.54,1.92,26,5.55,2.16,11,5.11,2.09,9,6.29,2.14,7,5.67,2.81,12,5.62,1.98,13,5.46,1.94,13,4.64,1.96,11,6.22,1.99,9,6.36,2.34,11,5.25,2.82,8,5.71,2.02,17,5.22,1.79,9,5.1,2.69,10,5.6,1.35,10,6.18,2.71,11,5.5,2.39,8,5.62,1.93,16,5.4,2.01,10
+giggle,7.95,1.28,20,5.39,2.81,18,4.75,2.07,24,7.6,1.14,5,8.07,1.33,15,3.8,1.3,5,6.0,3.03,13,3.69,1.49,13,6.0,2.0,11,8.0,1.25,10,7.9,1.37,10,5.71,2.14,7,5.18,3.25,11,4.19,1.72,16,5.88,2.36,8,8.07,1.21,14,7.67,1.51,6,5.83,2.79,12,4.5,2.88,6,5.27,2.15,15,3.89,1.69,9
+gigolo,4.4,1.47,20,4.32,2.8,22,5.32,2.08,19,4.67,1.73,9,4.18,1.25,11,2.0,1.41,5,5.19,2.74,16,6.5,1.97,6,4.77,1.96,13,4.21,1.37,14,4.83,1.72,6,4.08,3.06,12,4.89,2.57,9,4.44,1.33,9,6.1,2.38,10,4.6,1.07,10,4.2,1.81,10,4.42,3.34,12,4.2,2.15,10,5.67,3.01,6,5.15,1.63,13
+gilded,4.94,1.8,18,3.15,2.18,20,5.28,1.57,25,5.4,1.52,5,4.77,1.92,13,3.45,2.38,11,2.78,1.99,9,5.56,1.79,16,4.78,0.97,9,5.0,1.0,7,4.91,2.21,11,3.0,2.5,9,3.27,2.0,11,5.35,1.73,20,5.0,0.71,5,5.22,1.72,9,4.67,1.94,9,2.91,2.39,11,3.44,2.01,9,5.11,1.52,19,5.83,1.72,6
+gimmick,3.89,1.57,18,4.63,2.59,19,3.48,1.58,25,3.2,1.3,5,4.15,1.63,13,4.5,2.88,10,4.78,2.39,9,3.5,1.46,16,3.44,1.88,9,4.14,1.35,7,3.73,1.74,11,3.75,2.6,8,5.27,2.49,11,3.2,1.51,20,4.6,1.52,5,4.0,1.5,9,3.78,1.72,9,4.9,2.47,10,4.33,2.83,9,3.53,1.61,19,3.33,1.63,6
+gimp,2.9,1.29,20,3.29,2.08,17,3.64,1.81,22,2.0,1.0,5,3.2,1.26,15,4.4,2.19,5,2.83,1.95,12,4.0,1.94,10,3.33,1.72,12,2.9,1.1,10,2.9,1.52,10,3.89,2.32,9,2.62,1.69,8,3.55,1.69,11,3.73,2.0,11,2.92,1.38,12,2.88,1.25,8,2.38,2.07,8,4.11,1.83,9,3.55,1.57,11,3.73,2.1,11
+gin,5.82,1.99,22,4.19,2.48,21,5.91,2.09,22,5.93,1.94,14,5.62,2.2,8,4.0,2.76,11,4.22,2.33,9,5.83,2.32,6,5.94,2.08,16,5.8,1.87,10,5.83,2.17,12,3.45,2.38,11,5.0,2.45,10,5.69,1.89,13,6.22,2.44,9,5.75,2.05,12,5.9,2.02,10,4.23,2.52,13,4.12,2.59,8,5.58,2.15,12,6.3,2.06,10
+ginger,5.79,1.99,19,4.43,2.5,23,5.47,1.54,19,6.22,1.3,9,5.4,2.46,10,4.86,2.73,7,4.2,2.54,15,5.4,1.84,10,5.56,1.24,9,4.67,1.73,9,6.8,1.69,10,5.5,2.46,10,3.5,2.35,12,5.0,1.6,8,5.8,1.55,10,5.42,2.02,12,6.43,1.9,7,4.45,2.65,20,4.33,1.53,3,4.88,1.36,8,5.91,1.58,11
+gingerbread,7.0,1.8,19,4.18,2.63,22,6.18,1.89,22,7.0,1.22,9,7.0,2.26,10,4.12,2.9,8,4.21,2.58,14,6.36,1.8,11,6.0,2.05,11,7.0,1.29,7,7.0,2.09,12,5.8,2.49,10,2.83,1.95,12,6.15,1.95,13,6.22,1.92,9,7.0,2.31,10,7.0,1.12,9,4.0,3.02,8,4.29,2.49,14,6.43,1.83,14,5.75,2.05,8
+ginseng,5.79,1.18,19,4.05,1.94,21,4.96,2.4,23,7.0,1.0,3,5.56,1.09,16,4.12,1.96,8,4.0,2.0,13,4.44,2.46,9,5.29,2.4,14,6.11,1.36,9,5.5,0.97,10,4.67,2.18,9,3.58,1.68,12,5.2,2.62,15,4.5,2.0,8,5.86,1.46,7,5.75,1.06,12,3.6,2.27,10,4.45,1.57,11,5.38,2.99,13,4.4,1.26,10
+giraffe,6.52,1.6,21,2.91,1.93,22,5.27,2.32,26,6.2,1.75,10,6.82,1.47,11,2.14,1.57,7,3.27,2.02,15,5.31,2.5,16,5.2,2.15,10,6.0,1.34,11,7.1,1.73,10,3.4,3.29,5,2.76,1.44,17,5.71,2.4,14,4.75,2.22,12,5.92,1.44,13,7.5,1.41,8,2.6,2.12,10,3.17,1.8,12,6.14,2.32,14,4.25,1.96,12
+girder,4.53,1.87,19,3.53,1.9,19,4.5,1.82,20,5.33,0.58,3,4.38,2.0,16,3.67,1.63,6,3.46,2.07,13,4.83,1.6,6,4.36,1.95,14,4.7,1.64,10,4.33,2.18,9,2.2,1.79,5,4.0,1.75,14,4.4,1.9,10,4.6,1.84,10,4.88,1.96,8,4.27,1.85,11,3.0,1.73,7,3.83,1.99,12,3.88,2.23,8,4.92,1.44,12
+girdle,3.94,1.7,18,4.35,2.44,23,4.68,1.8,19,4.78,1.48,9,3.11,1.54,9,3.71,2.75,7,4.6,2.41,15,4.0,1.05,10,5.44,2.19,9,3.89,2.03,9,4.0,1.41,9,5.1,2.6,10,3.67,2.31,12,3.88,1.25,8,5.3,2.06,10,4.0,1.95,12,3.83,1.17,6,4.1,2.51,20,6.0,1.0,3,4.12,1.55,8,5.09,1.92,11
+girl,7.15,1.56,41,5.23,2.68,44,5.27,2.25,22,7.44,1.46,18,6.91,1.62,23,6.4,2.66,20,4.25,2.31,24,4.6,2.5,10,5.83,1.95,12,7.2,1.67,20,7.0,1.45,20,5.8,2.6,25,4.47,2.65,19,6.18,2.6,11,4.36,1.43,11,7.42,1.53,24,6.76,1.56,17,5.21,2.88,29,5.27,2.31,15,5.91,2.63,11,4.64,1.69,11
+girlfriend,7.56,1.76,18,5.05,3.15,20,5.0,2.4,18,6.5,1.93,8,8.4,1.07,10,6.29,2.29,7,4.38,3.43,13,5.0,2.68,11,5.0,2.08,7,7.0,1.9,11,8.43,1.13,7,4.44,3.61,9,5.55,2.81,11,5.55,2.77,11,4.14,1.46,7,7.5,1.83,12,7.67,1.75,6,4.5,3.15,12,5.88,3.18,8,5.44,2.74,9,4.56,2.07,9
+girlie,5.35,1.95,20,4.95,2.46,21,5.54,2.57,24,6.0,1.0,3,5.24,2.08,17,5.43,3.31,7,4.92,1.93,13,5.5,2.93,8,5.56,2.48,16,5.43,1.27,7,5.31,2.29,13,4.71,2.63,7,5.31,2.39,13,5.43,2.62,14,5.7,2.63,10,5.67,1.87,9,5.09,2.07,11,5.36,2.06,11,4.5,2.88,10,6.06,2.61,17,4.29,2.14,7
+girlish,6.22,2.05,18,3.45,2.35,20,5.0,1.8,25,7.2,1.1,5,5.85,2.23,13,3.36,2.62,11,3.56,2.13,9,4.25,1.44,16,6.33,1.66,9,6.14,2.41,7,6.27,1.9,11,3.56,2.46,9,3.36,2.38,11,4.85,1.9,20,5.6,1.34,5,6.33,2.12,9,6.11,2.09,9,3.36,2.5,11,3.56,2.3,9,4.68,1.63,19,6.0,2.1,6
+girly,5.32,2.03,22,4.45,2.7,22,5.65,1.6,20,5.71,1.89,7,5.13,2.13,15,3.8,2.3,10,5.0,2.98,12,5.71,0.95,7,5.62,1.89,13,5.36,2.25,11,5.27,1.9,11,4.27,2.83,11,4.64,2.69,11,5.47,1.51,15,6.2,1.92,5,5.8,1.99,10,4.92,2.07,12,4.0,2.58,10,4.83,2.86,12,5.9,1.29,10,5.4,1.9,10
+girth,4.65,0.67,20,4.39,2.27,23,4.69,1.78,26,4.6,0.7,10,4.7,0.67,10,5.0,2.1,11,3.83,2.37,12,5.09,1.51,11,4.36,2.02,14,4.6,0.52,10,4.7,0.82,10,5.45,1.97,11,3.42,2.15,12,4.41,1.73,17,5.25,1.98,8,4.46,0.78,13,5.0,0.0,7,4.07,2.49,15,5.0,1.77,8,4.24,1.95,17,5.56,1.01,9
+gist,5.2,1.01,20,4.05,1.96,20,5.8,1.76,25,4.82,1.08,11,5.67,0.71,9,4.71,2.36,7,3.69,1.7,13,5.38,1.33,13,6.25,2.09,12,5.09,1.22,11,5.33,0.71,9,4.36,1.86,11,3.67,2.12,9,6.0,1.71,16,5.44,1.88,9,5.4,0.84,10,5.0,1.15,10,4.75,1.82,12,3.0,1.77,8,5.6,1.64,15,6.1,1.97,10
+give,7.73,1.08,22,4.57,2.23,21,5.72,2.47,18,7.0,1.41,6,8.07,0.8,15,3.57,2.76,7,5.07,1.82,14,5.11,2.42,9,6.5,2.62,8,7.57,1.16,14,8.14,0.9,7,3.56,2.35,9,5.33,1.87,12,5.9,2.38,10,5.5,2.73,8,7.64,1.08,14,7.88,1.13,8,4.33,3.08,6,4.67,1.91,15,5.4,2.91,10,6.12,1.89,8
+giveaway,6.17,2.1,24,5.48,2.57,23,4.75,2.24,20,5.29,2.56,7,6.53,1.84,17,5.92,2.47,12,5.0,2.72,11,4.1,2.33,10,5.0,1.73,9,5.85,2.58,13,6.55,1.37,11,4.5,2.48,16,7.71,0.76,7,3.9,1.97,10,5.6,2.27,10,6.73,2.02,15,5.22,1.99,9,5.68,2.67,19,4.5,2.08,4,4.08,2.14,13,6.0,2.0,7
+giver,7.14,1.58,22,3.83,1.89,18,7.29,1.52,21,5.8,2.28,5,7.62,1.09,16,4.38,2.13,8,3.4,1.65,10,7.0,2.0,10,7.55,0.93,11,6.67,1.78,12,7.7,1.16,10,3.9,1.37,10,3.75,2.49,8,7.08,1.78,12,7.56,1.13,9,7.27,1.85,11,7.0,1.34,11,3.5,1.51,8,4.1,2.18,10,7.56,1.81,9,7.08,1.31,12
+gizmo,6.26,1.91,19,4.18,2.44,22,5.74,1.91,23,6.64,1.21,11,6.43,1.9,7,4.75,2.38,8,3.86,2.51,14,5.57,3.05,7,5.81,1.28,16,5.5,2.33,8,6.82,1.4,11,4.11,2.85,9,4.23,2.24,13,6.09,1.92,11,5.42,1.93,12,6.0,2.3,12,6.71,0.95,7,3.55,2.21,11,4.82,2.6,11,5.54,2.15,13,6.0,1.63,10
+gizzard,3.86,1.93,22,3.86,2.32,22,5.05,2.07,19,4.62,1.19,8,3.62,2.14,13,3.12,2.3,8,4.23,2.39,13,5.71,1.25,7,4.45,2.38,11,3.62,1.69,8,4.23,2.01,13,4.11,2.67,9,3.69,2.14,13,4.57,1.9,7,5.33,2.19,12,4.73,2.05,11,3.0,1.41,11,3.89,2.85,9,3.85,1.99,13,5.5,1.79,16,2.67,2.08,3
+glacier,5.5,1.56,38,3.88,2.52,48,4.55,2.44,20,5.62,1.5,24,5.29,1.68,14,5.0,2.52,19,3.14,2.28,29,5.0,2.45,6,4.36,2.5,14,5.41,1.77,17,5.57,1.4,21,4.42,2.36,24,3.33,2.62,24,4.8,2.66,10,4.3,2.31,10,5.32,1.46,22,5.75,1.69,16,4.45,2.63,33,2.6,1.72,15,5.75,2.76,8,3.75,1.91,12
+glad,7.55,1.44,22,3.71,2.57,21,7.0,1.46,16,7.67,1.51,6,7.53,1.51,15,3.0,2.83,7,4.07,2.46,14,6.75,1.28,8,7.25,1.67,8,7.43,1.5,14,7.86,1.46,7,3.56,2.65,9,3.83,2.62,12,7.22,1.56,9,6.71,1.38,7,7.57,1.4,14,7.5,1.6,8,3.33,2.58,6,3.87,2.64,15,7.44,1.51,9,6.43,1.27,7
+glade,6.32,1.63,19,2.82,1.56,22,5.68,1.84,22,6.33,1.12,9,6.3,2.06,10,3.38,1.77,8,2.5,1.4,14,5.55,1.63,11,5.82,2.09,11,5.86,1.07,7,6.58,1.88,12,3.5,1.9,10,2.25,0.97,12,5.69,2.18,13,5.67,1.32,9,6.2,2.1,10,6.44,1.01,9,2.25,1.67,8,3.14,1.46,14,6.0,1.92,14,5.12,1.64,8
+gladiator,5.21,2.3,19,5.05,3.2,22,4.86,2.51,28,5.67,2.16,6,5.0,2.42,13,5.45,3.27,11,4.64,3.23,11,5.0,2.86,11,4.76,2.33,17,6.0,2.28,11,4.12,1.96,8,5.55,3.17,11,4.55,3.3,11,4.72,2.4,18,5.1,2.81,10,5.77,2.28,13,4.0,2.0,6,3.93,3.02,14,7.0,2.62,8,4.62,2.78,16,5.17,2.17,12
+glamorous,6.58,0.84,19,4.81,2.71,21,6.22,2.39,23,6.4,0.89,5,6.54,0.78,13,4.83,2.56,6,4.8,2.86,15,6.3,2.0,10,6.15,2.73,13,6.43,0.79,7,6.55,0.82,11,4.29,2.29,7,5.07,2.95,14,6.09,2.34,11,6.33,2.53,12,6.83,0.72,12,6.14,0.9,7,3.73,2.33,11,6.0,2.71,10,5.64,2.41,14,7.11,2.2,9
+glamour,6.0,2.47,20,5.05,2.06,21,6.09,2.09,22,6.09,2.17,11,5.89,2.93,9,5.86,2.41,7,4.64,1.82,14,5.91,1.97,11,6.27,2.28,11,5.36,2.77,11,6.78,1.92,9,5.9,2.23,10,4.27,1.62,11,5.69,2.43,13,6.67,1.41,9,6.1,2.73,10,5.9,2.33,10,4.54,1.81,13,5.88,2.3,8,6.36,2.06,14,5.62,2.2,8
+glance,5.71,1.65,17,2.63,1.61,19,5.48,1.69,25,5.8,1.48,5,5.67,1.78,12,2.82,1.72,11,2.38,1.51,8,5.19,1.76,16,6.0,1.5,9,5.14,1.35,7,6.1,1.79,10,2.11,1.76,9,3.1,1.37,10,5.4,1.73,20,5.8,1.64,5,4.78,1.2,9,6.75,1.49,8,2.2,1.4,10,3.11,1.76,9,5.21,1.75,19,6.33,1.21,6
+gland,4.39,1.29,18,4.14,2.24,21,5.09,1.65,23,4.75,1.26,4,4.31,1.38,13,4.67,2.58,6,3.93,2.15,15,5.2,1.32,10,5.0,1.91,13,3.86,1.86,7,4.8,0.63,10,3.57,3.15,7,4.43,1.7,14,5.09,1.97,11,5.08,1.38,12,4.36,1.36,11,4.43,1.27,7,3.45,2.54,11,4.9,1.66,10,4.79,1.48,14,5.56,1.88,9
+glare,3.7,1.59,20,4.05,2.5,21,5.53,2.17,19,3.67,1.94,9,3.73,1.35,11,2.6,2.3,5,4.47,2.53,15,6.17,2.71,6,5.23,1.92,13,3.79,1.81,14,3.5,1.05,6,4.36,2.54,11,3.56,2.65,9,5.22,1.86,9,5.8,2.49,10,3.9,1.29,10,3.5,1.9,10,3.45,2.54,11,4.7,2.41,10,6.17,2.56,6,5.23,2.01,13
+glass,5.48,1.67,42,3.14,1.88,21,5.42,1.71,19,5.79,1.36,19,5.22,1.88,23,3.67,1.75,6,2.93,1.94,15,5.4,1.9,10,5.44,1.59,9,5.38,1.59,16,5.54,1.75,26,2.71,1.7,7,3.36,1.98,14,4.5,1.07,8,6.0,1.89,10,5.63,1.74,19,5.35,1.64,23,2.44,1.59,9,3.67,1.97,12,4.75,1.39,8,5.91,1.81,11
+glaucoma,2.47,1.43,19,3.45,2.21,20,2.91,1.83,23,2.45,1.57,11,2.57,1.4,7,2.86,1.21,7,3.77,2.59,13,3.29,2.36,7,2.75,1.61,16,2.75,1.49,8,2.27,1.42,11,2.88,1.89,8,3.83,2.41,12,3.0,2.05,11,2.83,1.7,12,2.25,1.48,12,2.86,1.35,7,2.2,1.69,10,4.7,2.0,10,3.0,2.24,13,2.8,1.23,10
+glaze,5.63,1.5,19,3.56,2.15,18,5.18,2.07,17,5.73,1.27,11,5.5,1.85,8,4.0,2.58,4,3.43,2.1,14,4.38,2.07,8,5.89,1.9,9,5.88,1.36,8,5.45,1.63,11,3.57,2.3,7,3.55,2.16,11,5.0,2.0,6,5.27,2.2,11,5.54,1.56,13,5.83,1.47,6,3.82,2.48,11,3.14,1.57,7,5.14,2.27,7,5.2,2.04,10
+glazed,6.7,1.81,20,4.36,2.08,22,5.86,1.85,21,5.89,2.03,9,7.36,1.36,11,3.9,2.6,10,4.75,1.54,12,5.0,1.41,8,6.38,1.94,13,6.64,2.06,14,6.83,1.17,6,4.88,2.64,8,4.07,1.73,14,6.38,1.69,8,5.54,1.94,13,7.0,2.4,10,6.4,0.97,10,5.08,1.88,12,3.5,2.07,10,6.08,1.88,12,5.56,1.88,9
+gleam,5.95,1.94,21,3.65,2.25,23,7.0,1.75,18,6.33,2.24,9,5.67,1.72,12,3.55,2.07,11,3.75,2.49,12,7.0,1.7,10,7.0,1.93,8,5.86,2.27,7,6.0,1.91,13,3.36,2.01,11,3.92,2.5,12,7.71,1.89,7,6.55,1.57,11,6.23,2.05,13,5.5,1.77,8,4.27,2.2,11,3.08,2.23,12,7.0,1.8,9,7.0,1.8,9
+gleaming,6.22,1.52,18,4.95,2.78,21,5.2,1.7,20,6.33,0.58,3,6.2,1.66,15,5.5,3.08,6,4.73,2.74,15,5.0,1.67,6,5.29,1.77,14,6.0,1.0,9,6.44,1.94,9,4.0,2.16,7,5.43,3.01,14,5.5,1.84,10,4.9,1.6,10,5.38,1.06,8,6.9,1.52,10,5.44,2.92,9,4.58,2.75,12,5.75,2.31,8,4.83,1.11,12
+glee,6.95,2.13,21,4.76,2.47,25,6.79,1.9,19,6.0,2.5,9,7.67,1.56,12,5.0,3.16,6,4.89,2.19,18,5.86,2.19,7,7.33,1.56,12,6.81,2.32,16,7.4,1.52,5,4.29,2.61,14,5.8,1.81,10,6.22,2.28,9,7.3,1.42,10,6.67,2.39,12,7.33,1.8,9,4.94,2.77,16,4.44,1.94,9,7.0,2.19,11,6.5,1.51,8
+glide,6.1,1.61,21,4.58,2.39,24,6.23,2.52,22,6.38,1.41,8,5.92,1.75,13,4.31,2.06,13,4.91,2.81,11,6.0,2.42,13,6.56,2.79,9,7.12,1.25,8,5.25,1.36,12,5.36,1.78,14,3.5,2.8,10,6.5,2.28,12,5.9,2.88,10,6.1,2.02,10,6.09,1.22,11,4.06,2.49,17,5.86,1.68,7,5.8,3.19,10,6.58,1.88,12
+glider,5.89,2.14,18,3.73,2.05,22,5.3,2.22,23,5.8,1.81,10,5.57,2.51,7,5.25,2.12,8,2.86,1.46,14,5.71,3.04,7,5.12,1.86,16,5.71,2.14,7,6.0,2.24,11,3.22,2.44,9,4.08,1.75,13,5.18,2.18,11,5.42,2.35,12,6.0,2.59,12,5.67,0.82,6,3.55,2.5,11,3.91,1.58,11,5.15,2.44,13,5.5,2.01,10
+glimmer,6.68,1.67,19,4.58,2.32,24,5.79,2.1,28,5.88,0.83,8,7.27,1.9,11,3.89,1.96,9,5.0,2.48,15,5.57,2.03,14,6.0,2.22,14,7.44,1.74,9,6.0,1.33,10,4.83,2.12,12,4.33,2.57,12,5.71,2.33,14,5.86,1.92,14,6.9,1.79,10,6.44,1.59,9,5.33,1.78,12,3.83,2.62,12,5.17,2.21,12,6.25,1.95,16
+glimpse,5.67,1.94,18,3.59,1.76,22,5.75,1.78,24,5.2,2.59,5,5.85,1.72,13,4.0,1.86,12,3.1,1.6,10,5.88,2.1,8,5.69,1.66,16,5.78,1.48,9,5.56,2.4,9,3.67,1.8,9,3.54,1.81,13,5.94,1.64,17,5.33,2.34,6,5.5,1.77,8,5.8,2.15,10,3.56,1.67,9,3.62,1.89,13,6.19,1.6,16,4.88,1.89,8
+glisten,6.5,1.67,20,5.28,2.3,25,6.0,2.49,22,7.0,1.41,7,6.23,1.79,13,5.38,2.63,13,5.17,1.99,12,5.92,2.36,13,6.11,2.8,9,6.71,1.89,7,6.5,1.62,12,6.14,1.75,14,4.18,2.52,11,6.83,1.9,12,5.0,2.83,10,6.44,1.88,9,6.55,1.57,11,4.94,2.49,17,6.0,1.77,8,5.5,3.17,10,6.42,1.78,12
+glitch,4.11,1.52,19,3.91,2.33,22,3.5,1.79,16,3.73,1.49,11,4.43,1.51,7,5.38,2.39,8,3.07,1.9,14,3.33,1.21,6,3.6,2.12,10,4.25,1.67,8,4.0,1.48,11,3.11,1.83,9,4.46,2.54,13,4.0,1.85,8,3.0,1.69,8,4.0,1.71,12,4.29,1.25,7,3.36,2.73,11,4.45,1.81,11,3.56,1.81,9,3.43,1.9,7
+glitter,6.15,2.03,20,4.86,2.35,21,6.24,2.18,25,5.67,0.58,3,6.24,2.19,17,4.57,2.23,7,5.15,2.51,13,5.38,2.2,8,6.65,2.12,17,6.29,1.38,7,6.08,2.36,13,5.0,2.0,7,4.92,2.63,13,6.21,2.15,14,6.27,2.33,11,6.78,1.64,9,5.64,2.25,11,5.45,2.25,11,4.2,2.39,10,6.44,2.48,18,5.71,1.11,7
+gloat,3.68,1.11,19,3.75,2.36,20,6.1,2.0,20,3.0,1.0,3,3.67,0.98,15,3.8,1.87,10,3.7,2.87,10,6.5,1.72,10,5.7,2.26,10,3.83,0.98,6,3.42,1.0,12,3.14,1.57,7,4.08,2.69,13,6.75,2.12,8,5.67,1.87,12,3.67,1.15,12,3.71,1.11,7,3.3,2.26,10,4.2,2.49,10,6.11,1.96,9,6.09,2.12,11
+global,5.57,1.69,21,3.7,2.18,20,4.77,2.81,22,6.17,1.6,6,5.33,1.72,15,4.0,2.07,8,3.5,2.32,12,4.67,2.81,12,4.9,2.96,10,6.11,1.45,9,5.17,1.8,12,3.56,2.01,9,3.82,2.4,11,4.14,1.77,7,5.07,3.2,15,5.6,2.07,10,5.55,1.37,11,3.31,2.1,13,4.43,2.3,7,5.08,3.4,12,4.4,2.01,10
+globe,6.15,1.6,20,3.36,2.08,22,5.4,2.16,20,6.38,1.69,8,6.0,1.6,12,2.0,1.26,6,3.87,2.2,15,5.4,2.51,5,5.4,2.13,15,5.88,1.81,8,6.33,1.5,12,3.8,2.68,5,3.24,1.95,17,5.0,1.87,9,5.73,2.41,11,6.82,1.54,11,5.33,1.32,9,3.89,2.03,9,3.0,2.12,13,5.0,2.0,11,5.89,2.37,9
+gloom,2.89,1.41,38,3.9,2.22,42,4.07,2.18,41,3.04,1.49,24,2.64,1.28,14,3.75,2.14,16,4.08,2.31,25,4.1,2.21,21,4.05,2.21,20,3.35,1.5,17,2.52,1.25,21,3.24,2.32,21,4.7,1.89,20,4.35,2.15,17,3.88,2.23,24,3.09,1.51,22,2.62,1.26,16,4.0,2.66,23,3.79,1.58,19,3.56,2.28,16,4.4,2.1,25
+gloomy,3.15,1.63,20,3.32,2.12,22,3.15,1.63,20,4.0,2.45,5,2.87,1.25,15,3.92,2.35,12,2.6,1.65,10,2.8,1.55,10,3.22,1.56,9,2.75,1.48,12,3.75,1.75,8,3.19,2.04,16,3.67,2.5,6,3.18,1.66,11,3.11,1.69,9,2.92,1.88,12,3.5,1.2,8,3.44,2.23,18,2.75,1.71,4,3.08,1.75,13,3.29,1.5,7
+glorified,5.9,1.77,20,4.59,1.87,22,6.11,1.94,19,6.44,2.3,9,5.45,1.13,11,3.2,2.49,5,4.88,1.45,16,4.83,2.48,6,6.69,1.38,13,5.86,1.75,14,6.0,2.0,6,4.83,1.64,12,4.0,2.06,9,5.78,1.79,9,6.4,2.12,10,5.7,1.42,10,6.1,2.13,10,4.83,1.64,12,4.3,2.16,10,6.33,2.16,6,6.0,1.91,13
+glorious,6.9,1.67,21,4.67,2.97,24,6.7,1.98,20,7.38,1.06,8,6.62,1.94,13,5.5,3.02,6,4.39,2.99,18,6.55,1.86,11,6.89,2.2,9,6.5,1.98,12,7.44,1.01,9,4.9,3.25,10,4.5,2.88,14,6.69,1.84,13,6.71,2.36,7,6.86,1.88,14,7.0,1.29,7,4.81,3.1,16,4.38,2.88,8,6.42,1.78,12,7.12,2.3,8
+glory,6.45,2.01,20,6.31,2.42,39,6.72,2.11,58,7.0,0.0,3,6.35,2.18,17,7.38,1.82,16,5.57,2.54,23,6.78,1.99,27,6.68,2.24,31,6.86,1.21,7,6.23,2.35,13,6.05,2.25,19,6.55,2.61,20,6.66,2.13,38,6.85,2.11,20,6.22,1.86,9,6.64,2.2,11,5.38,2.44,21,7.39,1.94,18,6.41,2.21,32,7.12,1.95,26
+gloss,6.0,1.72,22,4.82,2.58,17,5.52,2.11,21,4.6,1.14,5,6.5,1.67,16,5.5,2.2,8,4.22,2.86,9,5.5,2.55,10,5.55,1.75,11,5.83,1.8,12,6.2,1.69,10,4.67,2.5,9,5.0,2.83,8,5.33,1.83,12,5.78,2.54,9,5.91,1.64,11,6.09,1.87,11,3.14,1.86,7,6.0,2.4,10,5.89,2.52,9,5.25,1.82,12
+glossy,5.42,1.43,19,4.33,2.45,18,5.88,2.06,17,5.55,1.04,11,5.25,1.91,8,5.0,2.83,4,4.14,2.41,14,5.38,2.33,8,6.33,1.8,9,5.88,0.99,8,5.09,1.64,11,4.14,1.86,7,4.45,2.84,11,5.17,2.23,6,6.27,1.95,11,5.31,1.55,13,5.67,1.21,6,4.0,2.93,11,4.86,1.46,7,6.0,2.0,7,5.8,2.2,10
+glove,6.11,1.1,19,3.57,1.72,21,6.0,1.65,23,5.6,1.34,5,6.23,1.01,13,3.67,2.16,6,3.53,1.6,15,5.9,1.45,10,6.08,1.85,13,6.0,1.15,7,6.09,1.14,11,4.14,2.12,7,3.29,1.49,14,5.64,1.43,11,6.33,1.83,12,6.25,1.14,12,5.86,1.07,7,3.73,2.05,11,3.4,1.35,10,5.71,1.33,14,6.44,2.07,9
+gloves,5.2,1.51,20,3.17,2.26,24,5.75,2.22,28,5.5,0.76,8,5.0,1.86,12,3.67,2.69,9,2.87,2.0,15,5.64,2.1,14,5.86,2.41,14,4.67,1.66,9,5.64,1.29,11,3.83,2.41,12,2.5,1.98,12,5.5,2.35,14,6.0,2.15,14,5.1,2.08,10,5.3,0.67,10,3.17,2.21,12,3.17,2.41,12,6.25,1.71,12,5.38,2.53,16
+glow,6.55,1.19,20,4.95,1.96,20,5.38,2.46,34,6.3,1.25,10,6.8,1.14,10,4.38,1.92,8,5.33,1.97,12,5.14,2.38,14,5.55,2.56,20,6.33,1.22,9,6.73,1.19,11,5.31,1.18,13,4.29,2.93,7,5.18,2.44,22,5.75,2.56,12,6.3,1.34,10,6.8,1.03,10,5.0,2.25,14,4.83,1.17,6,5.18,1.98,17,5.59,2.92,17
+glucose,3.59,1.5,22,4.25,2.47,20,4.05,1.81,19,3.8,1.92,5,3.53,1.42,17,2.6,1.82,5,4.8,2.46,15,5.5,0.84,6,3.38,1.76,13,3.73,1.49,11,3.45,1.57,11,5.57,2.37,7,3.54,2.3,13,4.1,1.6,10,4.0,2.12,9,3.7,1.42,10,3.5,1.62,12,4.56,2.55,9,4.0,2.49,11,2.88,1.96,8,4.91,1.14,11
+glue,4.85,1.14,20,3.75,2.2,20,5.43,2.46,21,5.5,0.84,6,4.57,1.16,14,4.0,1.85,8,3.58,2.47,12,5.36,2.54,11,5.5,2.51,10,5.17,0.98,6,4.71,1.2,14,4.5,2.27,10,3.0,1.94,10,4.71,2.61,14,6.86,1.35,7,4.86,1.86,7,4.85,0.55,13,4.07,2.3,14,3.0,1.9,6,5.25,2.56,12,5.67,2.45,9
+glum,2.82,1.53,22,3.58,2.12,26,4.62,2.16,24,2.44,1.51,9,3.08,1.55,13,3.1,2.56,10,3.88,1.82,16,4.78,2.22,9,4.53,2.2,15,3.0,1.51,8,2.71,1.59,14,4.23,2.39,13,2.92,1.66,13,4.33,2.02,12,4.92,2.35,12,3.08,1.62,12,2.5,1.43,10,3.13,2.2,15,4.18,1.94,11,4.92,2.22,13,4.27,2.15,11
+glutton,3.53,1.43,19,4.4,1.96,20,3.68,2.15,22,3.43,0.98,7,3.58,1.68,12,4.56,2.19,9,4.27,1.85,11,3.67,3.08,6,3.69,1.82,16,3.5,1.35,10,3.5,1.69,8,4.0,2.33,8,4.67,1.72,12,4.07,2.31,15,2.86,1.57,7,3.36,1.75,11,3.75,0.89,8,4.83,1.9,12,3.75,1.98,8,4.18,2.6,11,3.18,1.54,11
+gnat,3.43,1.5,21,2.75,2.27,24,3.65,1.87,20,4.0,1.69,8,3.08,1.32,13,3.17,2.4,6,2.61,2.28,18,4.0,1.95,11,3.22,1.79,9,3.92,1.56,12,2.78,1.2,9,3.1,2.56,10,2.5,2.1,14,3.85,1.91,13,3.29,1.89,7,3.36,1.22,14,3.57,2.07,7,3.19,2.4,16,1.88,1.81,8,3.67,1.72,12,3.62,2.2,8
+gnome,6.24,1.95,21,4.21,2.57,19,4.21,2.39,19,6.5,2.17,6,6.13,1.92,15,3.29,1.89,7,4.75,2.83,12,4.17,2.79,12,4.29,1.7,7,7.22,1.86,9,5.5,1.73,12,3.78,2.17,9,4.6,2.95,10,3.86,2.91,7,4.42,2.15,12,7.0,2.05,10,5.55,1.63,11,4.31,2.69,13,4.0,2.53,6,4.2,2.62,10,4.22,2.28,9
+go,6.32,1.25,22,4.86,2.41,21,5.33,2.11,18,6.0,1.79,6,6.4,1.06,15,5.0,3.32,7,4.79,1.97,14,5.22,2.22,9,5.5,2.27,8,6.14,1.17,14,6.57,1.51,7,4.67,2.78,9,5.0,2.22,12,5.6,2.32,10,5.0,1.93,8,6.29,1.44,14,6.38,0.92,8,4.5,2.74,6,5.0,2.36,15,5.5,2.76,10,5.12,0.99,8
+goal,6.79,1.62,19,4.67,2.5,21,6.57,1.7,23,7.2,1.48,5,6.77,1.69,13,4.67,2.94,6,4.67,2.41,15,6.6,1.84,10,6.54,1.66,13,7.0,1.83,7,6.82,1.54,11,5.29,2.69,7,4.36,2.44,14,6.18,1.6,11,6.92,1.78,12,6.58,1.68,12,7.14,1.57,7,4.91,2.47,11,4.4,2.63,10,6.43,1.7,14,6.78,1.79,9
+goalie,5.71,1.87,21,3.21,2.04,19,5.77,2.31,22,6.17,2.14,6,5.53,1.81,15,3.14,1.95,7,3.25,2.18,12,5.67,2.5,12,5.9,2.18,10,5.89,2.2,9,5.58,1.68,12,3.0,1.66,9,3.4,2.41,10,5.43,2.99,7,5.93,2.02,15,6.1,1.91,10,5.36,1.86,11,2.92,1.98,13,3.83,2.23,6,5.58,2.31,12,6.0,2.4,10
+goat,5.3,1.63,20,2.94,1.76,18,5.17,2.39,24,5.8,1.48,5,5.13,1.68,15,4.0,1.73,5,2.54,1.66,13,5.0,2.8,13,5.36,1.91,11,5.5,1.72,10,5.1,1.6,10,3.71,1.8,7,2.45,1.63,11,4.75,2.54,16,6.0,1.93,8,4.79,1.31,14,6.5,1.76,6,3.25,1.76,12,2.33,1.75,6,5.33,2.61,15,4.89,2.09,9
+goatee,5.48,1.97,21,3.48,1.9,23,5.62,1.96,26,5.55,1.92,11,5.4,2.12,10,3.82,1.99,11,3.17,1.85,12,5.64,2.16,11,5.64,1.95,14,6.3,1.77,10,4.73,1.9,11,4.36,1.91,11,2.67,1.56,12,5.65,2.15,17,5.62,1.77,8,6.08,2.02,13,4.5,1.51,8,3.33,2.09,15,3.75,1.58,8,5.94,2.19,17,5.0,1.32,9
+gobble,5.5,1.47,18,4.96,2.34,23,5.28,1.96,18,5.33,1.22,9,5.67,1.73,9,5.14,2.91,7,4.87,2.23,15,5.89,2.37,9,4.67,1.32,9,6.0,1.66,9,5.0,1.12,9,5.4,2.84,10,4.58,2.02,12,4.86,2.12,7,5.3,1.83,10,5.73,1.74,11,5.14,0.9,7,4.85,2.41,20,5.67,2.08,3,5.38,2.2,8,5.2,1.87,10
+goblin,3.16,2.24,19,4.7,2.75,20,3.84,2.03,25,2.75,1.71,4,3.27,2.4,15,4.75,2.22,4,4.69,2.94,16,3.89,2.09,9,3.81,2.07,16,3.0,1.77,8,3.27,2.61,11,4.33,3.08,9,5.0,2.57,11,4.14,1.66,14,3.45,2.46,11,3.2,1.99,10,3.11,2.62,9,3.89,3.26,9,5.36,2.2,11,4.22,2.16,18,2.86,1.35,7
+god,5.9,2.19,39,5.56,2.83,39,5.0,2.33,19,5.69,1.89,13,6.0,2.35,26,6.19,2.71,16,5.13,2.88,23,4.8,2.3,10,5.22,2.49,9,5.14,2.19,22,6.88,1.8,17,4.53,2.22,19,6.55,3.03,20,4.62,1.77,8,5.3,2.87,10,6.04,2.34,26,5.62,1.89,13,5.24,2.62,21,5.94,3.08,18,4.62,1.77,8,5.27,2.72,11
+goddamn,3.81,1.94,21,5.81,2.44,21,4.59,2.45,17,4.0,2.83,6,3.79,1.63,14,6.57,2.3,7,5.43,2.5,14,5.0,1.87,9,4.12,3.04,8,4.31,2.06,13,3.0,1.63,7,5.78,2.28,9,5.83,2.66,12,5.56,2.01,9,3.5,2.56,8,4.23,1.96,13,3.12,1.81,8,5.5,2.59,6,5.93,2.46,15,5.11,2.52,9,4.0,2.39,8
+goddamned,3.36,1.99,22,6.05,2.82,22,4.65,2.41,20,3.38,2.0,8,3.36,2.06,14,6.0,2.54,10,6.08,3.15,12,5.0,2.38,7,4.46,2.5,13,3.91,1.92,11,2.82,1.99,11,4.91,2.81,11,7.18,2.44,11,4.6,2.35,15,4.8,2.86,5,3.6,2.12,10,3.17,1.95,12,6.7,2.31,10,5.5,3.18,12,4.9,2.56,10,4.4,2.37,10
+goddess,6.63,2.06,19,4.55,2.91,20,5.75,2.05,24,7.08,1.55,13,5.67,2.8,6,7.4,1.14,5,3.6,2.69,15,4.92,1.93,13,6.73,1.79,11,7.11,1.62,9,6.2,2.39,10,5.43,2.64,7,4.08,3.04,13,5.64,1.57,11,5.85,2.44,13,6.0,2.29,9,7.2,1.75,10,6.2,2.78,10,2.9,2.02,10,6.33,2.29,9,5.4,1.88,15
+godfather,6.24,1.84,21,2.83,1.44,23,4.78,2.62,18,7.11,1.54,9,5.58,1.83,12,3.0,1.41,11,2.67,1.5,12,5.2,2.82,10,4.25,2.43,8,5.57,2.37,7,6.69,1.49,13,3.09,1.45,11,2.58,1.44,12,5.71,2.93,7,4.18,2.36,11,6.38,2.18,13,6.0,1.2,8,2.73,1.35,11,2.92,1.56,12,4.56,2.51,9,5.0,2.87,9
+godforsaken,3.62,2.18,21,4.3,2.36,20,3.78,2.29,27,3.6,2.12,10,3.64,2.34,11,4.0,2.38,7,4.46,2.44,13,3.29,1.93,17,4.6,2.72,10,3.82,2.56,11,3.4,1.78,10,2.6,2.19,5,4.87,2.2,15,3.93,2.4,14,3.62,2.26,13,3.85,2.64,13,3.25,1.16,8,3.44,2.65,9,5.0,1.95,11,3.79,2.42,14,3.77,2.24,13
+godless,3.65,2.39,20,4.76,2.21,21,5.16,2.49,25,4.09,2.3,11,3.11,2.52,9,4.43,2.07,7,4.93,2.34,14,5.9,2.33,10,4.67,2.55,15,2.75,2.06,4,3.88,2.47,16,4.3,2.36,10,5.18,2.09,11,5.71,2.06,7,4.94,2.67,18,3.75,2.7,12,3.5,2.0,8,4.46,2.15,13,5.25,2.38,8,4.56,2.74,9,5.5,2.37,16
+godlike,6.15,2.23,20,5.64,2.36,22,6.38,1.63,21,6.44,1.81,9,5.91,2.59,11,6.1,2.6,10,5.25,2.18,12,6.62,1.77,8,6.23,1.59,13,6.43,1.7,14,5.5,3.27,6,6.88,2.47,8,4.93,2.06,14,6.75,1.67,8,6.15,1.63,13,6.0,2.49,10,6.3,2.06,10,6.42,1.83,12,4.7,2.67,10,6.67,1.44,12,6.0,1.87,9
+godmother,6.52,1.83,21,4.95,2.48,20,5.56,2.34,36,6.75,2.25,8,6.38,1.61,13,4.2,1.64,5,5.2,2.7,15,5.27,2.53,11,5.68,2.29,25,6.62,2.06,13,6.38,1.51,8,4.83,2.44,12,5.12,2.7,8,5.1,2.4,20,6.12,2.19,16,6.36,1.91,11,6.7,1.83,10,5.27,2.97,11,4.56,1.81,9,5.32,2.71,22,5.93,1.59,14
+godsend,6.8,1.54,20,3.75,2.38,20,5.41,2.3,22,6.71,1.5,7,6.85,1.63,13,3.44,2.07,9,4.0,2.68,11,5.33,2.94,6,5.44,2.13,16,6.5,1.84,10,7.33,1.0,9,3.5,2.27,8,3.92,2.54,12,5.2,2.31,15,5.86,2.41,7,6.73,1.56,11,6.89,1.62,9,3.75,1.96,12,3.75,3.06,8,5.18,2.64,11,5.64,2.01,11
+godson,6.05,1.81,19,3.05,2.2,21,6.44,1.91,27,7.0,1.53,7,5.5,1.78,12,3.22,1.64,9,2.92,2.61,12,6.93,1.67,15,5.82,2.18,11,5.73,1.35,11,6.5,2.33,8,3.0,1.66,9,3.08,2.61,12,6.76,2.17,17,5.89,1.36,9,6.5,1.62,12,5.29,1.98,7,2.73,1.83,15,3.83,2.99,6,6.83,1.47,12,6.13,2.2,15
+goggle,5.0,2.0,18,3.2,2.02,20,6.15,1.87,20,5.67,1.15,3,5.14,1.92,14,3.5,1.9,10,2.9,2.18,10,6.4,1.51,10,5.9,2.23,10,5.17,2.14,6,5.27,1.68,11,1.86,1.21,7,3.92,2.02,13,6.62,2.07,8,5.83,1.75,12,5.0,2.24,11,5.0,1.73,7,2.9,1.79,10,3.5,2.27,10,6.0,1.8,9,6.27,2.0,11
+goggles,6.21,1.75,19,4.26,2.38,23,6.0,1.67,19,5.56,1.42,9,6.8,1.87,10,4.14,2.91,7,4.33,2.29,15,6.5,1.35,10,5.44,1.88,9,6.56,1.81,9,5.9,1.73,10,5.3,2.95,10,3.42,1.56,12,5.88,1.13,8,6.0,2.11,10,6.33,1.83,12,6.0,1.73,7,4.35,2.5,20,3.67,1.53,3,6.12,1.13,8,5.91,2.02,11
+gold,7.28,1.83,39,6.35,2.64,20,5.8,2.43,60,7.32,1.77,19,7.06,1.95,18,6.1,2.81,10,6.6,2.59,10,5.42,2.66,31,6.21,2.13,29,7.73,1.58,15,6.91,1.95,23,6.71,2.75,7,6.15,2.67,13,5.66,2.63,35,6.0,2.14,25,6.82,2.08,22,7.88,1.27,17,6.4,2.41,10,6.3,2.98,10,5.7,2.39,30,5.9,2.5,30
+golden,7.79,1.44,19,4.25,2.49,20,5.67,1.88,18,7.86,1.21,7,7.75,1.6,12,5.33,2.65,9,3.36,2.06,11,5.2,2.28,5,5.85,1.77,13,7.78,1.86,9,8.0,0.87,9,5.12,2.42,8,3.67,2.46,12,5.15,1.77,13,7.0,1.58,5,7.82,1.54,11,7.75,1.39,8,4.33,2.57,12,4.12,2.53,8,5.22,2.22,9,6.11,1.45,9
+goldfish,6.62,1.16,21,2.95,2.26,22,5.05,2.13,21,6.22,1.09,9,6.92,1.16,12,1.83,0.75,6,3.0,2.07,15,4.33,2.34,6,5.33,2.06,15,6.33,1.22,9,6.83,1.11,12,3.6,3.44,5,2.76,1.89,17,4.9,2.02,10,5.18,2.32,11,6.58,1.44,12,6.67,0.71,9,3.44,2.92,9,2.62,1.71,13,5.58,1.98,12,4.33,2.24,9
+golf,5.67,2.01,21,3.68,2.39,25,5.81,2.36,21,6.12,2.03,8,5.38,2.02,13,3.85,2.64,13,3.5,2.2,12,6.08,2.53,13,5.38,2.13,8,5.62,2.13,8,5.92,1.93,12,4.14,2.28,14,3.09,2.51,11,6.25,2.01,12,5.22,2.77,9,5.3,1.83,10,6.0,2.19,11,3.88,2.52,17,3.25,2.19,8,5.78,2.73,9,5.83,2.17,12
+golfer,5.46,2.06,39,3.0,1.93,43,5.56,2.02,43,6.23,2.59,13,5.08,1.67,26,3.5,2.09,20,2.57,1.7,23,5.57,1.83,14,5.55,2.13,29,5.27,2.05,22,5.71,2.11,17,3.21,2.04,19,2.83,1.86,24,5.35,2.01,23,5.8,2.04,20,5.58,2.21,26,5.23,1.79,13,3.04,1.99,27,2.94,1.88,16,5.96,1.8,23,5.1,2.2,20
+golfing,5.55,2.42,20,3.11,2.68,18,5.55,1.74,22,8.0,1.41,5,4.73,2.12,15,3.83,2.86,6,2.75,2.63,12,5.2,1.14,10,5.83,2.12,12,6.2,1.81,10,4.9,2.85,10,3.3,2.83,10,2.88,2.64,8,5.09,1.92,11,6.0,1.48,11,5.17,2.41,12,6.12,2.47,8,2.89,3.02,9,3.33,2.45,9,5.36,2.25,11,5.73,1.1,11
+gondola,5.48,2.02,21,4.09,2.52,22,5.28,1.7,25,5.73,1.35,11,5.2,2.62,10,4.8,2.9,10,3.5,2.11,12,4.91,1.58,11,5.69,1.8,13,4.5,1.72,10,6.36,1.91,11,5.0,2.91,10,3.33,1.97,12,5.44,1.63,16,5.12,1.96,8,4.85,2.12,13,6.5,1.41,8,4.21,2.67,14,3.88,2.42,8,5.47,1.74,17,4.88,1.64,8
+goner,2.91,1.6,22,4.65,2.21,23,3.0,2.05,19,3.0,2.07,8,3.0,1.29,13,5.25,2.19,8,4.36,2.31,14,2.14,1.46,7,3.55,2.34,11,2.25,1.49,8,3.46,1.51,13,5.0,2.6,9,4.43,1.99,14,2.86,1.68,7,3.08,2.31,12,3.36,1.75,11,2.45,1.37,11,3.67,2.6,9,5.29,1.73,14,3.0,2.16,16,3.0,1.73,3
+gonorrhea,1.65,1.35,20,4.52,3.04,21,2.92,2.52,25,1.0,0.0,4,1.81,1.47,16,3.25,3.2,4,4.82,3.03,17,4.11,3.06,9,2.25,1.95,16,1.62,1.41,8,1.67,1.37,12,4.7,2.63,10,4.36,3.5,11,3.36,2.59,14,2.36,2.42,11,1.45,1.21,11,1.89,1.54,9,3.8,2.7,10,5.18,3.31,11,3.17,2.5,18,2.29,2.63,7
+goo,4.68,1.49,19,3.65,2.18,17,4.59,2.79,17,5.18,1.17,11,4.0,1.69,8,4.75,2.87,4,3.31,1.93,13,4.38,2.83,8,4.78,2.91,9,5.0,1.51,8,4.45,1.51,11,3.29,2.14,7,3.9,2.28,10,5.33,3.08,6,4.18,2.68,11,4.54,1.56,13,5.0,1.41,6,3.2,1.93,10,4.29,2.5,7,4.29,2.43,7,4.8,3.12,10
+goober,6.09,1.93,23,4.29,2.17,21,5.25,2.17,20,6.12,2.03,8,6.07,1.94,15,3.8,1.87,10,4.73,2.41,11,6.29,1.6,7,4.69,2.29,13,6.58,2.15,12,5.55,1.57,11,3.6,2.12,10,4.91,2.12,11,5.6,1.99,15,4.2,2.59,5,5.64,2.16,11,6.5,1.68,12,5.44,1.59,9,3.42,2.19,12,5.2,1.75,10,5.3,2.63,10
+good,7.89,1.24,19,3.66,2.72,44,6.41,2.18,44,8.0,1.0,3,8.0,1.25,15,3.12,2.23,17,4.0,2.97,27,6.09,2.37,23,6.75,2.0,20,8.17,1.6,6,7.92,1.0,12,3.29,2.05,14,3.83,3.0,30,6.19,2.27,27,6.76,2.05,17,8.0,1.35,12,7.71,1.11,7,3.77,2.93,26,3.5,2.46,18,6.43,2.09,35,6.33,2.65,9
+goodie,6.1,2.15,20,4.47,3.1,19,5.88,1.84,26,5.64,2.69,11,6.67,1.12,9,5.71,2.43,7,3.75,3.31,12,5.23,1.83,13,6.54,1.66,13,5.36,2.58,11,7.0,1.0,9,4.5,3.31,10,4.44,3.05,9,5.53,2.03,17,6.56,1.24,9,6.1,2.56,10,6.1,1.79,10,5.25,3.39,12,3.14,2.12,7,5.5,1.86,16,6.5,1.72,10
+goodness,7.38,1.83,21,5.2,2.93,20,7.37,2.01,19,6.92,2.1,13,8.12,0.99,8,6.0,3.06,7,4.77,2.89,13,7.14,2.12,7,7.5,2.02,12,7.33,2.23,12,7.44,1.24,9,5.44,3.17,9,5.0,2.86,11,6.6,2.41,10,8.22,0.97,9,7.75,1.48,12,6.89,2.2,9,7.29,1.5,7,4.08,2.93,13,7.29,2.36,7,7.42,1.88,12
+goodwill,6.47,1.5,19,4.95,2.58,21,6.9,1.89,20,5.67,1.15,3,6.62,1.54,16,4.5,2.66,6,5.13,2.61,15,6.0,1.41,6,7.29,1.98,14,6.4,1.58,10,6.56,1.51,9,4.86,2.54,7,5.0,2.69,14,7.1,1.52,10,6.7,2.26,10,6.38,1.92,8,6.55,1.21,11,6.0,2.87,9,4.17,2.12,12,6.62,2.77,8,7.08,1.08,12
+goody,6.73,1.42,22,3.33,2.11,21,6.36,1.89,22,7.21,1.48,14,5.88,0.83,8,3.64,2.5,11,3.11,1.69,9,6.17,2.93,6,6.44,1.46,16,7.0,1.41,10,6.5,1.45,12,2.64,1.75,11,4.1,2.28,10,6.38,2.02,13,6.33,1.8,9,6.58,1.38,12,6.9,1.52,10,3.31,2.36,13,3.38,1.77,8,6.42,1.93,12,6.3,1.95,10
+gooey,5.29,1.93,21,4.68,2.31,19,4.86,1.85,21,5.4,2.3,5,5.2,1.93,15,4.0,2.45,8,5.18,2.18,11,5.3,1.89,10,4.45,1.81,11,5.25,1.82,12,5.33,2.18,9,5.1,2.42,10,4.22,2.22,9,4.58,1.62,12,5.22,2.17,9,5.45,2.16,11,5.1,1.73,10,5.12,2.23,8,4.36,2.42,11,5.44,1.94,9,4.42,1.73,12
+goof,5.35,1.27,20,4.24,2.02,21,6.08,2.18,25,6.0,0.0,3,5.24,1.35,17,3.86,1.68,7,4.62,2.18,13,6.62,2.26,8,5.82,2.16,17,5.86,0.69,7,5.08,1.44,13,3.86,1.57,7,4.62,2.22,13,6.43,2.21,14,5.64,2.16,11,5.56,1.24,9,5.18,1.33,11,4.64,2.11,11,3.8,1.93,10,5.83,2.36,18,6.71,1.6,7
+goofball,5.39,2.2,18,4.57,2.68,23,5.37,1.77,19,5.67,1.94,9,5.11,2.52,9,3.71,1.98,7,5.13,2.9,15,5.7,2.0,10,5.0,1.5,9,6.11,1.96,9,4.67,2.29,9,4.1,3.21,10,5.17,2.17,12,4.75,1.28,8,5.6,1.96,10,5.33,2.19,12,5.5,2.43,6,4.6,2.54,20,4.33,4.16,3,5.12,1.73,8,5.55,1.86,11
+goofy,6.71,1.55,21,5.05,1.83,21,5.72,2.21,25,7.33,1.15,12,5.89,1.69,9,5.43,1.13,7,4.86,2.11,14,5.0,2.05,10,6.2,2.24,15,5.25,2.5,4,7.06,1.09,17,5.5,2.17,10,4.64,1.43,11,5.29,2.14,7,5.89,2.27,18,6.83,1.27,12,6.56,1.94,9,5.0,1.96,13,5.12,1.73,8,5.56,2.19,9,5.81,2.29,16
+goon,3.53,1.84,19,4.76,2.05,21,4.74,2.34,23,2.67,2.08,3,3.69,1.82,16,5.38,1.6,8,4.38,2.26,13,5.33,2.69,9,4.36,2.1,14,2.89,2.03,9,4.1,1.52,10,4.67,2.06,9,4.83,2.12,12,5.4,2.35,15,3.5,1.85,8,3.57,1.51,7,3.5,2.07,12,5.0,2.11,10,4.55,2.07,11,4.62,2.9,13,4.9,1.45,10
+goop,4.21,2.2,19,3.55,2.48,22,3.61,2.04,23,4.27,2.05,11,4.29,2.69,7,3.75,2.66,8,3.43,2.47,14,3.14,1.68,7,3.81,2.2,16,3.62,2.0,8,4.64,2.34,11,3.44,2.19,9,3.62,2.75,13,3.45,1.81,11,3.75,2.3,12,3.67,2.31,12,5.14,1.77,7,4.09,2.95,11,3.0,1.9,11,4.15,2.12,13,2.9,1.79,10
+goose,5.68,1.53,19,3.29,2.23,17,4.76,2.22,17,5.55,0.82,11,5.88,2.23,8,3.5,1.73,4,3.23,2.42,13,3.88,1.64,8,5.56,2.46,9,5.88,0.83,8,5.55,1.92,11,4.14,2.34,7,2.7,2.06,10,3.83,1.33,6,5.27,2.49,11,5.38,1.66,13,6.33,1.03,6,2.3,1.95,10,4.71,1.89,7,5.57,2.15,7,4.2,2.2,10
+gopher,5.37,1.21,19,3.58,2.12,24,4.67,2.08,27,5.0,0.93,8,5.64,1.36,11,3.56,2.7,9,3.6,1.8,15,4.23,1.54,13,5.07,2.46,14,5.56,1.74,9,5.2,0.42,10,3.58,2.35,12,3.58,1.98,12,4.79,2.36,14,4.54,1.81,13,5.4,0.84,10,5.33,1.58,9,4.58,2.19,12,2.58,1.56,12,5.08,1.44,12,4.33,2.47,15
+gorge,4.5,1.67,20,4.26,2.26,23,5.33,2.82,21,4.56,1.81,9,4.45,1.63,11,4.55,2.42,11,4.0,2.17,12,5.12,2.17,8,5.46,3.23,13,4.21,1.31,14,5.17,2.32,6,4.22,2.68,9,4.29,2.05,14,5.12,2.17,8,5.46,3.23,13,3.8,1.48,10,5.2,1.62,10,4.46,2.33,13,4.0,2.26,10,5.58,3.2,12,5.0,2.35,9
+gorgeous,7.57,1.66,21,4.92,2.41,25,7.05,1.96,19,7.56,1.59,9,7.58,1.78,12,5.83,2.56,6,4.61,2.43,18,6.57,2.15,7,7.33,1.87,12,7.38,1.78,16,8.2,1.1,5,4.64,2.44,14,5.3,2.58,10,6.67,1.58,9,7.4,2.27,10,8.08,1.24,12,6.89,1.96,9,5.0,2.53,16,4.78,2.33,9,7.73,1.9,11,6.12,1.73,8
+gorilla,4.26,1.94,19,4.95,2.48,22,4.88,2.35,24,4.5,1.97,6,4.15,1.99,13,5.0,2.66,12,4.9,2.38,10,5.88,2.75,8,4.38,2.03,16,4.6,1.35,10,3.89,2.47,9,4.89,2.8,9,5.0,2.35,13,5.47,2.37,17,3.17,1.6,6,4.12,1.89,8,4.36,2.06,11,4.44,2.13,9,5.31,2.72,13,5.06,2.29,16,4.5,2.56,8
+gory,2.57,1.66,21,5.1,2.22,20,4.32,2.46,22,2.5,1.87,6,2.6,1.64,15,5.38,2.67,8,4.92,1.98,12,4.0,2.7,12,4.7,2.21,10,3.22,2.22,9,2.08,0.9,12,5.78,1.92,9,4.55,2.38,11,3.86,1.95,7,4.53,2.7,15,3.3,2.0,10,1.91,0.94,11,5.54,2.18,13,4.29,2.21,7,4.75,2.96,12,3.8,1.69,10
+gospel,5.28,2.85,18,2.7,1.87,20,3.84,2.25,25,5.4,2.88,5,5.23,2.95,13,2.55,1.92,11,2.89,1.9,9,4.06,2.17,16,3.44,2.46,9,4.43,3.26,7,5.82,2.56,11,2.67,1.73,9,2.73,2.05,11,3.7,2.34,20,4.4,1.95,5,4.67,2.78,9,5.89,2.93,9,2.55,1.92,11,2.89,1.9,9,3.89,2.23,19,3.67,2.5,6
+gossip,3.5,1.47,38,3.91,2.63,23,3.94,2.66,54,3.71,1.46,24,3.14,1.46,14,3.09,2.26,11,4.67,2.81,12,4.12,2.76,26,3.81,2.65,27,3.76,1.6,17,3.29,1.35,21,3.55,2.5,11,4.25,2.8,12,4.59,2.84,34,2.84,1.98,19,3.45,1.37,22,3.56,1.63,16,4.36,2.66,11,3.5,2.65,12,3.86,3.03,28,4.04,2.25,26
+gothic,4.7,2.45,20,4.95,2.91,19,5.69,2.11,26,4.09,2.3,11,5.44,2.55,9,5.57,3.1,7,4.58,2.87,12,5.85,2.48,13,5.54,1.76,13,4.82,2.64,11,4.56,2.35,9,4.7,2.75,10,5.22,3.23,9,5.53,2.0,17,6.0,2.4,9,5.6,1.84,10,3.8,2.74,10,5.33,2.61,12,4.29,3.5,7,6.06,1.91,16,5.1,2.38,10
+gouge,3.14,1.74,21,4.75,2.9,20,4.62,2.42,21,3.67,1.21,6,2.93,1.91,15,6.0,2.78,8,3.92,2.78,12,5.36,2.84,11,3.8,1.62,10,4.11,1.76,9,2.42,1.38,12,5.33,2.5,9,4.27,3.23,11,4.29,1.8,7,4.79,2.72,14,3.5,1.96,10,2.82,1.54,11,4.46,2.96,13,5.29,2.93,7,3.91,2.84,11,5.4,1.65,10
+goulash,4.86,2.08,21,4.4,2.52,20,5.42,2.41,36,4.12,2.3,8,5.31,1.89,13,5.0,2.55,5,4.2,2.57,15,5.09,2.39,11,5.56,2.45,25,4.85,2.3,13,4.88,1.81,8,4.67,2.67,12,4.0,2.39,8,5.05,2.28,20,5.88,2.55,16,5.36,2.11,11,4.3,2.0,10,4.91,2.84,11,3.78,2.05,9,5.23,2.64,22,5.71,2.05,14
+gourd,5.33,1.68,21,4.1,2.02,20,5.29,2.53,21,5.0,1.67,6,5.47,1.73,15,4.75,2.25,8,3.67,1.83,12,5.18,2.48,11,5.4,2.72,10,5.0,2.0,6,5.47,1.6,15,5.2,1.81,10,3.0,1.63,10,5.14,2.8,14,5.57,2.07,7,5.43,1.27,7,5.29,1.9,14,4.29,2.13,14,3.67,1.86,6,4.83,2.55,12,5.89,2.52,9
+gourmet,7.25,1.33,20,6.0,2.6,20,5.54,2.29,35,7.57,0.79,7,7.08,1.55,13,6.4,1.95,5,5.87,2.83,15,6.0,2.45,11,5.33,2.24,24,7.17,1.59,12,7.38,0.92,8,6.58,1.98,12,5.12,3.27,8,5.3,2.43,20,5.87,2.13,15,7.18,1.66,11,7.33,0.87,9,6.91,2.3,11,4.89,2.62,9,5.18,2.52,22,6.15,1.77,13
+gout,3.67,1.88,21,4.2,2.31,20,3.81,2.57,36,3.75,1.98,8,3.62,1.89,13,5.4,2.3,5,3.8,2.24,15,3.82,2.52,11,3.8,2.65,25,3.46,1.71,13,4.0,2.2,8,4.75,2.34,12,3.38,2.13,8,4.35,2.66,20,3.12,2.36,16,3.55,1.37,11,3.8,2.39,10,4.0,2.76,11,4.44,1.74,9,3.55,2.6,22,4.21,2.58,14
+govern,4.52,1.97,21,3.91,2.0,22,4.91,2.29,22,4.89,1.45,9,4.25,2.3,12,4.17,2.56,6,3.87,1.88,15,4.5,2.43,6,5.06,2.29,16,4.78,1.56,9,4.33,2.27,12,3.8,1.92,5,3.94,2.08,17,4.27,2.1,11,5.55,2.38,11,4.83,2.29,12,4.11,1.45,9,3.78,2.17,9,4.0,1.96,13,4.08,1.98,12,5.9,2.33,10
+governess,5.53,1.9,19,2.82,1.79,22,5.17,2.5,23,5.82,1.66,11,5.14,2.41,7,3.0,1.41,8,2.71,2.02,14,4.43,2.44,7,5.5,2.53,16,5.5,1.41,8,5.55,2.25,11,2.78,2.17,9,2.85,1.57,13,4.64,2.25,11,5.67,2.71,12,5.5,2.35,12,5.57,0.79,7,2.64,1.75,11,3.0,1.9,11,5.69,2.39,13,4.5,2.59,10
+government,3.78,1.73,18,3.75,2.2,20,3.11,1.81,18,4.12,1.64,8,3.5,1.84,10,4.43,2.23,7,3.38,2.18,13,3.55,1.75,11,2.43,1.81,7,3.64,1.75,11,4.0,1.83,7,3.0,2.35,9,4.36,1.96,11,3.0,1.9,11,3.29,1.8,7,3.67,1.97,12,4.0,1.26,6,3.08,2.11,12,4.75,2.05,8,3.67,1.94,9,2.56,1.59,9
+governmental,2.89,1.64,18,3.8,2.88,20,3.04,2.26,25,3.6,2.07,5,2.62,1.45,13,4.64,3.23,11,2.78,2.11,9,3.62,2.36,16,2.0,1.73,9,3.0,1.73,7,2.82,1.66,11,2.67,2.6,9,4.73,2.87,11,2.9,2.34,20,3.6,2.07,5,2.89,1.54,9,2.89,1.83,9,3.36,2.91,11,4.33,2.92,9,3.42,2.34,19,1.83,1.6,6
+governor,5.32,1.49,22,3.65,2.3,20,6.05,2.46,19,5.69,1.44,13,4.78,1.48,9,4.29,2.21,7,3.31,2.36,13,6.43,2.57,7,5.83,2.48,12,5.58,1.51,12,5.0,1.49,10,4.11,2.52,9,3.27,2.15,11,5.7,2.95,10,6.44,1.88,9,5.67,1.61,12,4.9,1.29,10,4.14,2.73,7,3.38,2.1,13,5.86,3.08,7,6.17,2.17,12
+Governor,4.53,2.14,19,3.82,1.94,22,4.79,2.36,24,3.5,2.07,6,5.0,2.08,13,4.33,1.92,12,3.2,1.87,10,4.75,2.38,8,4.81,2.43,16,4.7,1.89,10,4.33,2.5,9,5.0,1.66,9,3.0,1.73,13,4.94,2.49,17,4.33,2.34,6,4.38,2.56,8,4.64,1.91,11,3.67,2.12,9,3.92,1.89,13,5.06,2.43,16,4.25,2.25,8
+gown,6.0,1.37,19,3.86,2.06,21,5.5,2.09,34,5.8,1.32,10,6.22,1.48,9,4.0,1.85,8,3.77,2.24,13,5.0,2.08,14,5.85,2.08,20,5.5,1.41,8,6.36,1.29,11,4.69,1.97,13,2.5,1.41,8,5.64,2.15,22,5.25,2.05,12,6.11,1.83,9,5.9,0.88,10,3.5,1.95,14,4.57,2.23,7,4.82,1.78,17,6.18,2.21,17
+grab,5.44,1.85,18,4.5,3.0,20,5.28,2.16,18,5.38,1.3,8,5.5,2.27,10,4.57,3.05,7,4.46,3.1,13,5.27,1.9,11,5.29,2.69,7,5.0,1.48,11,6.14,2.27,7,3.67,3.43,9,5.18,2.56,11,5.18,2.09,11,5.43,2.44,7,5.17,1.47,12,6.0,2.53,6,3.42,2.71,12,6.12,2.8,8,6.33,1.94,9,4.22,1.92,9
+graceful,6.95,1.05,20,4.0,2.97,21,6.52,2.12,25,6.67,1.15,3,7.0,1.06,17,4.86,3.39,7,3.38,2.79,13,6.25,1.75,8,6.65,2.32,17,6.71,1.11,7,7.08,1.04,13,5.0,3.42,7,3.31,2.72,13,6.5,2.18,14,6.55,2.16,11,6.89,1.05,9,7.0,1.1,11,5.0,3.22,11,2.9,2.33,10,6.72,2.3,18,6.0,1.63,7
+gracious,7.23,1.23,22,3.23,1.82,22,7.05,1.61,20,7.25,1.04,8,7.21,1.37,14,3.6,1.71,10,2.92,1.93,12,7.29,1.8,7,6.92,1.55,13,7.45,1.04,11,7.0,1.41,11,3.36,1.75,11,3.09,1.97,11,6.6,1.59,15,8.4,0.55,5,6.9,1.29,10,7.5,1.17,12,3.2,1.87,10,3.25,1.86,12,6.5,1.78,10,7.6,1.26,10
+grad,6.81,1.29,21,4.12,1.9,24,6.9,2.23,21,7.0,0.76,8,6.69,1.55,13,3.85,2.12,13,4.45,1.63,11,6.92,1.85,13,6.88,2.9,8,7.0,1.6,8,6.83,1.03,12,4.64,1.86,14,3.4,1.78,10,7.33,1.87,12,6.33,2.65,9,6.9,1.2,10,6.73,1.42,11,3.65,1.93,17,5.29,1.25,7,6.67,2.87,9,7.08,1.73,12
+grade,5.18,1.68,22,4.75,2.94,20,6.74,2.28,19,5.38,1.94,13,4.89,1.27,9,5.86,2.48,7,4.15,3.08,13,6.86,1.68,7,6.67,2.64,12,5.17,1.9,12,5.2,1.48,10,4.89,2.8,9,4.64,3.17,11,7.1,1.73,10,6.33,2.83,9,5.08,1.68,12,5.3,1.77,10,6.57,2.51,7,3.77,2.74,13,7.43,1.72,7,6.33,2.53,12
+grader,5.26,1.24,19,3.38,1.99,21,5.17,2.39,23,5.67,1.15,3,5.19,1.28,16,4.0,2.14,8,3.0,1.87,13,4.89,2.37,9,5.36,2.47,14,5.11,1.69,9,5.4,0.7,10,3.78,1.72,9,3.08,2.19,12,5.53,2.56,15,4.5,2.0,8,5.71,1.5,7,5.0,1.04,12,3.4,1.84,10,3.36,2.2,11,5.0,2.97,13,5.4,1.43,10
+gradual,5.1,0.31,20,2.95,1.94,21,5.84,1.91,25,5.0,0.0,3,5.12,0.33,17,2.43,1.81,7,3.08,2.02,13,5.88,1.25,8,5.82,2.19,17,5.0,0.0,7,5.15,0.38,13,2.57,1.9,7,3.0,2.0,13,6.14,1.7,14,5.45,2.16,11,5.11,0.33,9,5.09,0.3,11,3.36,2.34,11,2.5,1.35,10,5.67,2.0,18,6.29,1.7,7
+graduate,7.26,1.85,43,4.52,2.88,46,7.18,2.14,44,6.85,1.84,20,7.61,1.83,23,3.86,2.82,14,4.81,2.9,32,6.83,2.15,18,7.42,2.14,26,7.12,1.82,16,7.33,1.9,27,5.57,3.04,23,3.48,2.33,23,6.68,2.5,25,7.84,1.34,19,6.68,1.97,19,7.71,1.65,24,4.32,3.28,25,4.76,2.39,21,6.72,2.41,25,7.79,1.58,19
+graduation,6.47,1.02,19,5.83,2.5,18,5.59,2.45,17,6.73,0.9,11,6.12,1.13,8,6.75,1.5,4,5.57,2.71,14,5.0,2.62,8,6.11,2.32,9,6.62,1.41,8,6.36,0.67,11,5.71,2.69,7,5.91,2.51,11,4.33,2.42,6,6.27,2.28,11,6.62,0.96,13,6.17,1.17,6,5.73,2.9,11,6.0,1.91,7,6.0,2.24,7,5.3,2.67,10
+graffiti,4.24,2.7,21,5.43,1.99,21,5.28,2.51,25,4.92,2.57,12,3.33,2.74,9,6.43,1.72,7,4.93,1.98,14,5.2,2.9,10,5.33,2.32,15,3.5,1.91,4,4.41,2.87,17,5.0,2.4,10,5.82,1.54,11,5.57,3.15,7,5.17,2.31,18,3.92,2.78,12,4.67,2.69,9,5.31,1.8,13,5.62,2.39,8,4.78,2.64,9,5.56,2.48,16
+graft,3.58,2.12,19,3.68,2.1,22,4.17,1.76,24,3.67,2.16,6,3.54,2.18,13,4.0,2.22,12,3.3,2.0,10,3.88,2.23,8,4.31,1.54,16,3.7,1.34,10,3.44,2.83,9,4.33,2.12,9,3.23,2.05,13,4.29,1.93,17,3.67,1.37,6,3.12,1.36,8,3.91,2.55,11,2.78,1.79,9,4.31,2.14,13,4.5,1.93,16,3.5,1.2,8
+grail,5.05,1.5,21,4.08,2.45,26,5.71,2.1,24,5.89,1.69,9,4.42,1.0,12,3.1,1.97,10,4.69,2.57,16,5.22,2.33,9,6.0,1.96,15,5.0,1.0,7,5.07,1.73,14,4.54,2.67,13,3.62,2.22,13,5.25,2.34,12,6.17,1.8,12,4.45,0.82,11,5.7,1.83,10,3.53,2.42,15,4.82,2.4,11,6.0,2.08,13,5.36,2.16,11
+grain,5.83,1.2,18,1.6,0.88,20,5.12,1.72,25,6.0,1.22,5,5.77,1.24,13,1.73,1.1,11,1.44,0.53,9,4.56,1.41,16,6.11,1.83,9,5.86,1.35,7,5.82,1.17,11,1.33,0.71,9,1.82,0.98,11,5.0,1.78,20,5.6,1.52,5,5.67,1.12,9,6.0,1.32,9,1.45,0.69,11,1.78,1.09,9,4.79,1.65,19,6.17,1.6,6
+gram,5.15,1.35,20,4.18,2.58,22,4.89,2.06,27,5.29,2.21,7,5.08,0.64,13,4.5,2.01,10,3.92,3.03,12,5.2,1.9,15,4.55,2.38,11,4.82,1.17,11,5.56,1.51,9,4.67,2.4,9,3.85,2.73,13,4.82,2.35,17,5.11,1.62,9,5.0,1.47,13,5.43,1.13,7,4.31,2.85,16,3.83,1.83,6,4.58,1.98,12,5.13,2.17,15
+grammar,6.25,1.59,20,4.21,2.39,19,6.76,1.98,25,6.0,1.61,11,6.56,1.59,9,4.71,2.43,7,3.92,2.43,12,6.62,2.1,13,6.92,1.93,12,6.27,1.95,11,6.22,1.09,9,4.5,2.8,10,3.89,1.96,9,6.35,2.03,17,7.62,1.69,8,6.1,1.66,10,6.4,1.58,10,4.73,2.72,11,3.5,1.77,8,6.12,2.09,16,7.89,1.17,9
+grand,6.28,2.02,18,3.75,2.73,20,6.0,1.5,18,5.38,2.07,8,7.0,1.76,10,4.43,2.82,7,3.38,2.72,13,6.09,1.58,11,5.86,1.46,7,5.91,2.17,11,6.86,1.77,7,3.67,3.08,9,3.82,2.56,11,6.09,1.45,11,5.86,1.68,7,5.75,1.96,12,7.33,1.86,6,2.92,2.27,12,5.0,3.02,8,6.33,2.0,9,5.67,0.71,9
+Grand Canyon,6.76,1.67,21,4.35,2.5,20,4.0,2.54,22,6.17,1.17,6,7.0,1.81,15,3.25,1.67,8,5.08,2.75,12,4.0,2.86,12,4.0,2.26,10,6.56,1.13,9,6.92,2.02,12,4.56,2.3,9,4.18,2.75,11,3.86,2.41,7,4.07,2.69,15,6.5,2.12,10,7.0,1.18,11,4.77,2.39,13,3.57,2.7,7,4.42,2.94,12,3.5,2.01,10
+grand theft auto,3.82,2.87,22,5.62,2.64,26,4.78,2.45,23,4.11,3.18,9,3.62,2.75,13,5.8,2.57,10,5.5,2.76,16,5.0,2.65,9,4.64,2.41,14,4.12,2.85,8,3.64,2.98,14,5.85,2.41,13,5.38,2.93,13,4.42,2.35,12,5.18,2.6,11,3.25,2.93,12,4.5,2.8,10,5.6,2.59,15,5.64,2.84,11,4.77,2.59,13,4.8,2.39,10
+grandchild,7.0,2.17,21,3.9,2.65,20,5.68,2.61,22,6.67,2.42,6,7.13,2.13,15,3.25,2.55,8,4.33,2.74,12,5.5,2.81,12,5.9,2.47,10,6.33,2.87,9,7.5,1.38,12,3.11,2.09,9,4.55,2.98,11,5.14,2.79,7,5.93,2.58,15,7.5,1.51,10,6.55,2.62,11,3.54,2.26,13,4.57,3.36,7,6.0,2.59,12,5.3,2.71,10
+granddad,7.32,1.64,22,2.95,2.26,20,5.55,2.11,22,7.14,1.88,14,7.62,1.19,8,2.7,2.41,10,3.44,2.19,9,5.83,1.72,6,5.44,2.28,16,6.5,1.84,10,8.0,1.13,12,3.0,2.37,11,2.89,2.26,9,5.0,1.68,13,6.33,2.5,9,6.67,1.37,12,8.1,1.66,10,2.62,1.89,13,3.57,2.88,7,4.92,1.51,12,6.3,2.54,10
+granddaddy,7.0,2.0,22,3.38,2.25,21,5.09,2.22,22,6.93,2.23,14,7.12,1.64,8,3.82,2.44,11,3.11,2.03,9,5.17,2.23,6,5.06,2.29,16,6.4,2.22,10,7.5,1.73,12,3.55,2.38,11,3.2,2.2,10,4.77,1.83,13,5.56,2.74,9,6.42,2.11,12,7.7,1.7,10,3.0,2.04,13,4.0,2.56,8,4.5,1.68,12,5.8,2.66,10
+granddaughter,6.86,1.85,21,4.6,2.82,20,5.33,2.32,36,6.5,2.07,8,7.08,1.75,13,4.0,2.0,5,4.8,3.08,15,5.36,2.2,11,5.32,2.41,25,6.77,1.92,13,7.0,1.85,8,4.0,2.52,12,5.5,3.16,8,4.9,2.45,20,5.88,2.09,16,6.73,2.1,11,7.0,1.63,10,5.27,3.1,11,3.78,2.33,9,5.45,2.61,22,5.14,1.83,14
+grandeur,6.42,2.36,19,4.77,2.35,22,5.67,1.97,24,5.33,3.61,6,6.92,1.44,13,5.0,2.17,12,4.5,2.64,10,5.62,2.26,8,5.69,1.89,16,5.9,2.18,10,7.0,2.55,9,4.89,2.03,9,4.69,2.63,13,5.59,1.77,17,6.0,2.76,6,6.12,2.53,8,6.64,2.34,11,4.0,2.45,9,5.31,2.21,13,5.62,1.93,16,5.75,2.19,8
+grandfather,5.68,2.61,22,3.77,2.45,22,6.15,2.35,20,6.38,2.07,8,5.29,2.87,14,3.6,2.46,10,3.92,2.54,12,7.71,1.38,7,5.31,2.36,13,4.73,2.49,11,6.64,2.46,11,3.45,2.16,11,4.09,2.77,11,6.07,2.34,15,6.4,2.61,5,5.5,2.46,10,5.83,2.82,12,4.6,2.17,10,3.08,2.54,12,5.7,2.31,10,6.6,2.41,10
+grandiose,5.24,1.45,21,4.84,2.3,25,5.1,2.14,21,5.75,1.28,8,4.92,1.5,13,4.92,2.33,13,4.75,2.38,12,5.08,2.25,13,5.12,2.1,8,6.0,1.07,8,4.83,1.53,12,5.14,1.61,14,4.45,3.01,11,5.08,2.02,12,5.11,2.42,9,5.3,2.0,10,5.18,0.75,11,4.88,2.6,17,4.75,1.67,8,4.89,2.57,9,5.25,1.86,12
+grandma,7.5,1.92,18,3.2,2.69,20,5.39,2.48,18,6.38,2.2,8,8.4,1.07,10,2.43,1.81,7,3.62,3.04,13,5.09,2.63,11,5.86,2.34,7,6.82,2.14,11,8.57,0.79,7,3.22,2.91,9,3.18,2.64,11,6.18,2.4,11,4.14,2.19,7,7.0,2.13,12,8.5,0.84,6,3.25,2.63,12,3.12,2.95,8,5.22,2.82,9,5.56,2.24,9
+grandmother,7.62,1.66,21,3.75,2.57,20,6.32,2.79,19,7.62,1.5,13,7.62,2.0,8,4.29,3.09,7,3.46,2.33,13,6.71,2.06,7,6.08,3.2,12,7.92,1.38,12,7.22,1.99,9,3.89,2.89,9,3.64,2.42,11,6.3,2.36,10,6.33,3.35,9,7.92,1.38,12,7.22,1.99,9,5.29,2.14,7,2.92,2.47,13,6.43,3.15,7,6.25,2.7,12
+grandpa,7.43,2.09,21,3.7,2.89,20,5.05,3.01,19,7.15,2.12,13,7.88,2.1,8,3.57,2.94,7,3.77,2.98,13,6.0,2.65,7,4.5,3.18,12,7.92,1.44,12,6.78,2.68,9,3.89,3.18,9,3.55,2.77,11,5.1,2.69,10,5.0,3.5,9,7.92,1.44,12,6.78,2.68,9,6.14,2.54,7,2.38,2.14,13,5.14,3.29,7,5.0,2.98,12
+grandson,6.22,1.99,18,3.36,2.61,22,5.39,1.79,28,5.83,1.94,6,6.42,2.07,12,3.09,2.43,11,3.64,2.87,11,5.64,2.34,11,5.24,1.39,17,5.7,1.7,10,6.88,2.23,8,2.82,2.09,11,3.91,3.05,11,5.5,1.82,18,5.2,1.81,10,6.08,1.78,12,6.5,2.51,6,3.57,3.13,14,3.0,1.41,8,5.44,2.31,16,5.33,0.78,12
+grandstand,4.9,1.25,20,4.91,2.33,22,6.21,1.69,19,4.67,1.32,9,5.09,1.22,11,2.8,2.17,5,5.5,2.1,16,6.67,1.97,6,6.0,1.58,13,4.93,1.07,14,4.83,1.72,6,4.75,2.6,12,5.0,2.18,9,5.67,1.5,9,6.7,1.77,10,5.0,1.25,10,4.8,1.32,10,4.67,2.61,12,5.2,2.04,10,6.67,1.63,6,6.0,1.73,13
+granite,5.05,1.51,19,3.76,2.21,21,4.6,2.41,20,6.0,0.0,3,4.88,1.59,16,2.83,1.6,6,4.13,2.36,15,4.67,1.63,6,4.57,2.74,14,5.3,1.34,10,4.78,1.72,9,3.29,2.06,7,4.0,2.32,14,4.5,2.59,10,4.7,2.36,10,5.5,1.2,8,4.73,1.68,11,3.78,1.86,9,3.75,2.53,12,5.25,2.66,8,4.17,2.25,12
+granny,5.71,2.33,21,2.38,1.69,24,5.0,2.53,20,5.75,2.25,8,5.69,2.46,13,3.17,2.14,6,2.11,1.49,18,5.91,2.26,11,3.89,2.52,9,5.33,2.35,12,6.22,2.33,9,2.5,1.9,10,2.29,1.59,14,5.31,2.36,13,4.43,2.94,7,6.29,2.37,14,4.57,1.9,7,2.69,1.78,16,1.75,1.39,8,5.67,2.23,12,4.0,2.78,8
+granola,6.05,1.08,19,3.14,1.74,21,5.7,1.99,23,5.8,1.3,5,6.08,1.04,13,3.0,2.0,6,3.2,1.7,15,5.2,2.15,10,6.08,1.85,13,5.86,1.21,7,6.09,1.04,11,3.57,1.9,7,2.93,1.69,14,5.36,2.06,11,6.0,1.95,12,6.5,0.8,12,5.29,1.11,7,3.91,1.87,11,2.3,1.16,10,5.43,2.17,14,6.11,1.69,9
+grape,6.7,1.22,20,3.5,2.2,22,5.88,1.9,26,7.0,1.15,7,6.54,1.27,13,4.1,2.28,10,3.0,2.09,12,6.29,1.9,14,5.36,1.96,11,6.27,1.1,11,7.22,1.2,9,3.78,1.56,9,3.31,2.59,13,6.06,2.24,16,5.56,1.33,9,6.77,1.09,13,6.57,1.51,7,3.81,2.26,16,2.67,1.97,6,6.09,2.12,11,5.73,1.79,15
+grape juice,6.67,2.28,18,3.23,2.78,22,5.75,1.86,28,6.17,3.13,6,6.92,1.83,12,3.18,2.36,11,3.27,3.26,11,6.82,1.94,11,5.06,1.48,17,6.73,2.53,11,6.57,1.99,7,2.45,1.69,11,4.0,3.46,11,5.72,2.02,18,5.8,1.62,10,6.25,2.38,12,7.5,1.97,6,3.0,2.77,14,3.62,2.92,8,5.56,2.13,16,6.0,1.48,12
+grapefruit,5.77,2.31,22,3.68,2.53,22,5.96,2.05,24,5.12,2.23,8,6.14,2.35,14,4.08,2.81,12,3.2,2.2,10,5.38,1.6,8,6.25,2.24,16,5.55,2.46,11,6.0,2.24,11,3.78,2.49,9,3.62,2.66,13,5.82,2.24,17,6.5,1.64,6,5.2,2.35,10,6.25,2.26,12,3.78,2.39,9,3.62,2.72,13,6.25,2.11,16,5.38,1.92,8
+grapevine,5.9,2.15,20,3.19,2.04,21,5.38,1.86,21,5.25,1.28,8,6.33,2.53,12,2.17,1.17,6,3.5,2.24,14,6.17,1.6,6,5.07,1.91,15,4.25,1.75,8,7.0,1.65,12,2.6,1.52,5,3.38,2.19,16,5.8,1.55,10,5.0,2.1,11,6.09,2.74,11,5.67,1.22,9,3.11,2.32,9,3.25,1.91,12,5.83,1.64,12,4.78,2.05,9
+graph,5.2,1.7,20,3.45,2.18,22,6.15,2.07,27,5.29,2.63,7,5.15,1.07,13,4.0,2.4,10,3.0,1.95,12,6.4,2.03,15,5.64,2.16,11,4.82,1.66,11,5.67,1.73,9,4.0,1.8,9,3.08,2.4,13,6.53,2.18,17,5.22,1.64,9,5.46,2.03,13,4.71,0.76,7,3.31,2.21,16,3.83,2.23,6,6.75,1.96,12,5.67,2.09,15
+graphic,5.1,2.36,20,4.7,2.7,20,5.08,2.04,25,5.83,1.17,6,4.79,2.69,14,5.27,2.69,11,4.0,2.69,9,4.25,1.77,16,6.56,1.67,9,6.0,2.27,8,4.5,2.32,12,3.89,2.93,9,5.36,2.42,11,5.05,1.99,20,5.2,2.49,5,5.2,2.57,10,5.0,2.26,10,4.18,2.96,11,5.33,2.35,9,4.68,2.03,19,6.33,1.63,6
+graphics,6.67,1.68,21,4.65,2.46,20,5.0,2.43,22,7.17,1.33,6,6.47,1.81,15,5.5,2.45,8,4.08,2.39,12,4.75,2.6,12,5.3,2.31,10,7.0,1.8,9,6.42,1.62,12,4.78,2.33,9,4.55,2.66,11,4.71,1.6,7,5.13,2.77,15,6.5,1.78,10,6.82,1.66,11,4.54,2.3,13,4.86,2.91,7,4.42,2.84,12,5.7,1.7,10
+graphite,5.05,1.58,19,3.78,2.58,23,5.53,1.68,19,5.44,1.01,9,4.7,1.95,10,2.71,2.63,7,4.4,2.5,15,5.9,1.66,10,5.11,1.69,9,5.22,1.99,9,4.9,1.2,10,4.1,2.77,10,3.67,2.57,12,5.88,1.46,8,5.3,1.95,10,5.08,1.98,12,5.0,0.58,7,3.5,2.63,20,5.67,1.15,3,5.25,1.04,8,5.73,2.05,11
+grappling,5.11,1.68,18,4.9,2.67,20,5.46,2.04,24,4.6,1.52,5,5.31,1.75,13,5.55,2.81,11,4.11,2.42,9,5.5,2.16,16,5.38,1.92,8,5.43,0.98,7,4.91,2.02,11,3.67,3.16,9,5.91,1.76,11,5.21,2.1,19,6.4,1.67,5,5.0,1.41,9,5.22,1.99,9,4.91,3.14,11,4.89,2.15,9,5.11,2.14,18,6.5,1.38,6
+grasp,5.45,1.47,20,4.05,2.56,21,6.48,2.06,27,6.29,1.38,7,5.0,1.35,13,4.22,2.59,9,3.92,2.64,12,6.8,1.86,15,6.0,2.41,11,5.0,1.1,11,6.0,1.73,9,4.5,2.45,8,3.77,2.68,13,6.53,2.18,17,6.33,2.06,9,5.77,1.59,13,4.86,1.07,7,4.0,2.59,15,4.17,2.71,6,6.67,1.83,12,6.33,2.29,15
+grass,6.47,1.26,19,3.39,2.35,44,5.67,1.87,46,5.67,1.15,3,6.62,1.26,16,3.41,2.09,17,3.37,2.54,27,6.27,2.05,15,5.39,1.75,31,6.67,1.5,9,6.3,1.06,10,3.67,2.48,21,3.13,2.26,23,5.79,1.82,24,5.55,1.97,22,6.43,1.27,7,6.5,1.31,12,3.4,2.48,25,3.37,2.24,19,5.97,1.83,30,5.12,1.89,16
+grasshopper,6.05,2.36,21,4.43,2.5,23,5.82,2.11,22,6.38,1.41,8,5.85,2.82,13,4.75,2.56,12,4.09,2.51,11,6.0,1.87,13,5.56,2.51,9,6.25,2.6,8,6.25,2.05,12,5.15,1.86,13,3.5,2.99,10,6.17,1.85,12,5.4,2.41,10,6.3,1.95,10,5.82,2.75,11,3.94,2.36,17,5.83,2.56,6,5.5,2.68,10,6.08,1.56,12
+grassy,6.0,1.65,20,3.09,2.18,22,5.68,2.16,19,5.33,1.32,9,6.55,1.75,11,2.0,1.41,5,3.5,2.34,16,6.33,2.07,6,5.38,2.22,13,5.71,1.54,14,6.67,1.86,6,3.5,2.35,12,2.67,2.06,9,4.22,1.48,9,7.0,1.83,10,5.9,1.73,10,6.1,1.66,10,3.17,2.25,12,3.0,2.21,10,5.5,2.26,6,5.77,2.2,13
+grate,4.68,1.46,22,4.08,2.59,26,5.96,1.83,24,5.56,1.13,9,4.08,1.38,13,3.3,1.89,10,4.56,2.9,16,6.22,1.48,9,5.8,2.04,15,4.5,1.41,8,4.79,1.53,14,5.0,2.42,13,3.15,2.51,13,5.58,1.98,12,6.33,1.67,12,4.42,1.24,12,5.0,1.7,10,3.4,2.61,15,5.0,2.37,11,5.85,1.95,13,6.09,1.76,11
+grateful,7.5,1.34,18,4.29,2.51,21,7.0,2.13,20,8.5,0.71,2,7.38,1.36,16,4.5,2.66,6,4.2,2.54,15,7.1,1.85,10,6.9,2.47,10,8.0,1.5,9,7.0,1.0,9,5.14,2.54,7,3.86,2.48,14,5.88,2.7,8,7.75,1.29,12,7.57,1.4,7,7.45,1.37,11,4.67,3.28,9,4.0,1.86,12,7.11,2.42,9,6.91,1.97,11
+gratification,7.71,1.19,21,4.53,2.86,19,6.18,2.3,22,7.0,1.26,6,8.0,1.07,15,4.12,2.8,8,4.82,2.99,11,6.0,2.56,12,6.4,2.07,10,7.67,1.5,9,7.75,0.97,12,3.88,2.8,8,5.0,2.93,11,6.57,2.07,7,6.0,2.45,15,7.7,1.34,10,7.73,1.1,11,3.69,2.5,13,6.33,2.94,6,6.83,2.55,12,5.4,1.78,10
+gratifying,6.65,1.53,20,4.89,2.85,18,6.26,2.51,23,7.6,0.55,5,6.33,1.63,15,4.4,2.7,5,5.08,2.99,13,5.62,2.53,13,7.1,2.33,10,6.8,1.48,10,6.5,1.65,10,5.43,2.07,7,4.55,3.3,11,6.07,2.55,15,6.62,2.56,8,6.57,1.6,14,6.83,1.47,6,5.17,2.82,12,4.33,3.08,6,6.27,2.87,15,6.25,1.83,8
+gratitude,6.67,2.15,21,5.09,2.78,23,6.71,2.12,21,4.8,2.39,5,7.25,1.77,16,5.33,2.74,12,4.82,2.93,11,6.45,2.58,11,6.78,1.48,9,6.67,2.61,12,6.67,1.5,9,4.75,2.86,16,5.86,2.61,7,6.0,2.37,11,7.5,1.58,10,7.38,1.8,13,5.5,2.27,8,5.21,2.97,19,4.5,1.73,4,6.43,2.24,14,7.29,1.89,7
+grave,2.4,2.09,20,4.54,2.02,24,3.73,2.45,22,2.12,1.73,8,2.58,2.35,12,4.54,2.54,13,4.55,1.29,11,4.31,2.59,13,2.89,2.09,9,3.38,2.83,8,1.82,1.17,11,4.93,1.64,14,4.0,2.45,10,4.58,2.64,12,2.7,1.83,10,1.8,1.62,10,3.0,2.4,10,4.18,2.1,17,5.43,1.62,7,3.9,2.77,10,3.58,2.27,12
+gravel,4.42,1.43,19,2.95,1.83,21,4.8,2.46,20,5.0,1.73,3,4.31,1.4,16,2.67,1.51,6,3.07,1.98,15,5.67,2.66,6,4.43,2.38,14,4.6,1.26,10,4.22,1.64,9,2.86,2.12,7,3.0,1.75,14,4.8,2.66,10,4.8,2.39,10,4.5,1.31,8,4.36,1.57,11,3.0,2.0,9,2.92,1.78,12,4.38,2.83,8,5.08,2.27,12
+graveyard,3.25,1.89,20,4.89,2.93,18,3.79,2.28,24,3.6,3.21,5,3.13,1.36,15,5.8,2.95,5,4.54,2.96,13,3.08,1.98,13,4.64,2.42,11,3.2,2.3,10,3.3,1.49,10,5.57,3.31,7,4.45,2.73,11,3.62,1.96,16,4.12,2.95,8,2.79,1.37,14,4.33,2.58,6,5.0,2.8,12,4.67,3.44,6,3.8,2.31,15,3.78,2.39,9
+gravitational,4.91,1.77,22,5.0,2.37,22,4.37,2.61,19,5.5,1.41,8,4.85,1.68,13,5.0,2.98,8,5.0,2.16,13,3.86,2.41,7,4.55,2.88,11,5.5,2.0,8,4.85,1.28,13,4.56,2.24,9,5.31,2.5,13,3.29,2.06,7,5.0,2.76,12,5.36,1.96,11,4.45,1.51,11,4.56,2.24,9,5.31,2.5,13,4.5,2.71,16,3.67,2.31,3
+gravity,5.81,1.44,21,4.85,2.48,26,4.48,2.92,23,6.33,1.87,9,5.42,0.9,12,4.0,2.49,10,5.38,2.39,16,3.56,3.05,9,5.07,2.79,14,4.86,1.35,7,6.29,1.27,14,5.62,2.1,13,4.08,2.66,13,3.83,2.82,12,5.18,2.99,11,5.64,1.03,11,6.0,1.83,10,4.4,2.9,15,5.45,1.69,11,4.62,3.2,13,4.3,2.67,10
+gravy,6.21,1.65,19,3.85,2.23,20,5.87,1.55,23,5.4,1.14,5,6.54,1.81,13,4.0,3.0,5,3.8,2.04,15,5.5,1.43,10,6.15,1.63,13,6.14,1.86,7,6.27,1.68,11,5.57,2.15,7,2.92,1.71,13,5.45,1.21,11,6.25,1.76,12,6.33,1.23,12,6.0,2.31,7,4.36,2.25,11,3.22,2.17,9,5.93,1.64,14,5.78,1.48,9
+gray,3.68,1.7,19,2.81,1.89,21,4.77,2.22,22,4.11,1.54,9,3.3,1.83,10,3.86,2.04,7,2.29,1.64,14,4.55,2.38,11,5.0,2.14,11,4.86,0.9,7,3.0,1.71,12,3.5,2.07,10,2.18,1.54,11,4.92,2.22,13,4.56,2.35,9,3.8,1.55,10,3.56,1.94,9,2.62,1.85,8,2.92,1.98,13,4.93,2.46,14,4.5,1.85,8
+graze,5.26,1.24,19,3.57,1.99,21,5.65,2.1,23,5.0,1.0,3,5.31,1.3,16,3.75,1.67,8,3.46,2.22,13,5.11,2.32,9,6.0,1.96,14,5.89,0.93,9,4.7,1.25,10,3.89,2.37,9,3.33,1.72,12,5.33,2.35,15,6.25,1.49,8,4.71,1.5,7,5.58,1.0,12,4.4,1.96,10,2.82,1.78,11,5.85,2.34,13,5.4,1.84,10
+grease,3.9,1.37,20,3.62,1.81,24,4.96,2.38,27,4.12,1.13,8,3.75,1.54,12,3.89,2.26,9,3.47,1.55,15,4.64,2.37,14,5.31,2.43,13,2.89,1.36,9,4.73,0.65,11,3.75,1.82,12,3.5,1.88,12,4.46,2.6,13,5.43,2.14,14,3.6,1.51,10,4.2,1.23,10,4.0,1.6,12,3.25,2.01,12,5.0,2.45,11,4.94,2.41,16
+greased,5.23,1.69,22,4.64,2.79,22,5.63,1.54,19,5.25,2.12,8,4.92,1.04,13,5.43,3.21,7,4.21,2.69,14,5.57,1.62,7,5.55,1.57,11,4.88,1.81,8,5.15,1.34,13,4.78,2.86,9,4.54,2.85,13,5.0,2.08,7,6.0,1.04,12,5.45,1.51,11,5.0,1.9,11,3.67,2.96,9,5.31,2.56,13,5.88,1.5,16,4.33,1.15,3
+greaser,4.67,1.77,21,4.6,2.33,20,4.94,2.12,36,5.12,2.36,8,4.38,1.33,13,4.0,1.73,5,4.8,2.51,15,4.91,1.76,11,4.96,2.3,25,4.92,1.98,13,4.25,1.39,8,4.92,2.43,12,4.12,2.23,8,5.05,2.33,20,4.81,1.91,16,4.09,1.76,11,5.3,1.64,10,5.27,2.45,11,3.78,1.99,9,4.55,2.39,22,5.57,1.5,14
+greasy,2.94,1.51,18,4.55,2.28,20,3.88,1.74,25,3.6,0.55,5,2.69,1.7,13,4.55,2.38,11,4.56,2.3,9,3.94,1.77,16,3.78,1.79,9,2.86,1.77,7,3.0,1.41,11,3.44,2.46,9,5.45,1.75,11,3.9,1.8,20,3.8,1.64,5,2.78,1.92,9,3.11,1.05,9,4.0,2.32,11,5.22,2.17,9,3.79,1.75,19,4.17,1.83,6
+great,7.5,1.92,22,4.14,2.69,21,6.65,1.84,17,8.0,1.55,6,7.27,2.12,15,3.43,2.51,7,4.5,2.79,14,6.22,2.05,9,7.12,1.55,8,7.14,2.28,14,8.14,0.9,7,3.56,2.74,9,4.58,2.68,12,6.67,2.4,9,6.62,1.06,8,7.57,1.45,14,7.38,2.67,8,5.0,3.29,6,3.8,2.46,15,6.44,2.3,9,6.88,1.25,8
+great aunt,6.85,1.57,20,3.83,2.5,18,4.42,2.28,24,7.0,1.22,5,6.8,1.7,15,2.6,1.52,5,4.31,2.69,13,4.0,2.16,13,4.91,2.43,11,7.3,1.34,10,6.4,1.71,10,2.57,1.13,7,4.64,2.84,11,3.88,2.0,16,5.5,2.56,8,6.71,1.59,14,7.17,1.6,6,4.17,2.59,12,3.17,2.4,6,4.6,2.41,15,4.11,2.15,9
+great grandfather,6.67,1.96,21,3.88,2.52,25,5.16,2.63,19,6.89,1.96,9,6.5,2.02,12,3.0,2.45,6,4.17,2.62,18,3.86,3.02,7,5.92,2.15,12,6.69,1.99,16,6.6,2.07,5,3.71,2.84,14,4.1,2.28,10,5.22,2.91,9,5.1,2.51,10,6.58,2.15,12,6.78,1.79,9,3.69,2.33,16,4.22,2.95,9,5.18,2.89,11,5.12,2.42,8
+great grandma,6.33,2.22,18,2.62,2.01,21,6.04,2.23,23,7.2,1.92,5,5.83,2.33,12,3.0,2.61,6,2.47,1.81,15,6.4,1.84,10,5.77,2.52,13,5.57,2.23,7,6.7,2.26,10,3.0,2.45,7,2.43,1.83,14,5.91,1.87,11,6.17,2.59,12,7.0,2.0,11,5.29,2.29,7,2.36,2.11,11,2.9,1.97,10,6.14,2.03,14,5.89,2.62,9
+great grandmother,7.42,1.92,19,4.05,2.46,22,5.17,2.57,24,6.17,2.79,6,8.0,1.08,13,4.67,2.53,12,3.3,2.26,10,4.62,2.2,8,5.44,2.76,16,7.6,1.35,10,7.22,2.49,9,4.78,2.95,9,3.54,2.03,13,4.82,2.48,17,6.0,3.03,6,8.25,0.89,8,6.82,2.27,11,5.0,3.04,9,3.38,1.8,13,5.38,2.58,16,4.75,2.66,8
+great grandpa,7.1,1.74,20,3.67,2.44,21,5.36,2.36,25,6.75,1.76,12,7.62,1.69,8,3.71,2.75,7,3.64,2.37,14,5.5,2.68,10,5.27,2.22,15,7.33,2.08,3,7.06,1.75,17,4.0,2.58,10,3.36,2.38,11,5.71,2.14,7,5.22,2.49,18,7.64,1.5,11,6.44,1.88,9,4.31,2.32,13,2.62,2.39,8,5.89,2.09,9,5.06,2.52,16
+great uncle,5.6,1.88,20,3.05,1.94,22,4.58,2.06,19,5.33,1.94,9,5.82,1.89,11,2.6,2.07,5,3.0,1.86,16,5.0,2.53,6,4.38,1.89,13,5.5,1.7,14,5.83,2.4,6,3.08,2.02,12,2.67,1.73,9,3.67,1.41,9,5.4,2.27,10,5.7,1.77,10,5.5,2.07,10,3.0,2.17,12,3.1,1.73,10,3.83,2.99,6,4.92,1.5,13
+greatness,7.76,1.22,21,4.43,2.09,21,6.76,1.92,25,7.92,1.16,12,7.56,1.33,9,5.29,2.56,7,4.0,1.75,14,6.2,2.04,10,7.13,1.81,15,8.0,1.15,4,7.71,1.26,17,5.1,2.02,10,3.82,2.04,11,6.29,2.56,7,6.94,1.66,18,7.67,1.5,12,7.89,0.78,9,4.31,1.65,13,4.62,2.77,8,6.67,2.06,9,6.81,1.91,16
+greed,2.48,1.47,21,4.45,2.26,47,4.0,2.55,20,2.62,1.19,8,2.38,1.66,13,3.82,2.64,11,4.62,2.19,34,5.14,2.54,7,3.38,2.43,13,2.91,1.81,11,2.0,0.82,10,3.88,2.12,26,5.16,2.39,19,4.67,2.47,15,2.0,1.73,5,2.33,0.87,9,2.58,1.83,12,4.0,2.43,28,5.11,1.85,19,4.6,2.37,10,3.4,2.72,10
+greedy,2.1,1.48,20,4.76,2.17,25,4.0,2.39,22,2.88,1.96,8,1.58,0.79,12,4.15,2.34,13,5.42,1.83,12,5.08,2.4,13,2.44,1.33,9,2.38,2.07,8,1.82,0.98,11,5.0,1.92,14,4.45,2.5,11,4.75,2.38,12,3.1,2.18,10,2.3,1.89,10,1.9,0.99,10,4.18,2.3,17,6.0,1.2,8,3.5,2.42,10,4.42,2.39,12
+green,6.29,2.33,21,4.07,2.59,45,5.64,2.37,42,6.08,2.19,12,6.56,2.6,9,4.09,2.51,11,4.06,2.69,33,5.71,2.05,14,5.52,2.55,27,8.0,2.0,4,5.88,2.26,17,4.08,2.59,26,4.06,2.73,18,4.78,2.1,18,6.29,2.39,24,6.08,2.75,12,6.56,1.74,9,3.78,2.55,27,4.5,2.66,18,5.55,2.18,29,5.85,2.82,13
+green bean,5.22,2.18,18,3.52,1.57,21,5.65,2.44,34,5.56,2.4,9,4.89,2.03,9,3.88,1.46,8,3.31,1.65,13,5.57,2.62,14,5.7,2.36,20,3.89,1.76,9,6.56,1.74,9,3.77,1.42,13,3.12,1.81,8,5.95,2.36,22,5.08,2.57,12,5.2,2.04,10,5.25,2.49,8,3.5,1.7,14,3.57,1.4,7,5.59,2.24,17,5.71,2.69,17
+green pepper,5.7,1.66,20,3.52,2.06,21,6.36,2.27,25,6.0,0.0,3,5.65,1.8,17,3.43,2.3,7,3.62,2.1,13,6.0,2.45,8,6.53,2.24,17,5.43,1.4,7,5.85,1.82,13,3.71,1.89,7,3.46,2.3,13,5.64,2.53,14,7.27,1.56,11,5.11,1.69,9,6.18,1.54,11,3.64,2.25,11,3.4,1.96,10,6.72,2.37,18,5.43,1.81,7
+green snake,4.65,1.93,20,5.7,2.29,23,5.0,1.9,21,5.11,1.76,9,4.27,2.05,11,4.82,2.36,11,6.5,1.98,12,3.88,1.36,8,5.69,1.89,13,4.21,1.53,14,5.67,2.5,6,5.56,2.74,9,5.79,2.04,14,5.5,1.51,8,4.69,2.1,13,4.8,1.62,10,4.5,2.27,10,5.38,2.6,13,6.1,1.85,10,5.0,1.48,12,5.0,2.45,9
+greenhouse,6.4,1.85,20,3.6,2.39,20,5.84,2.49,25,6.5,2.38,4,6.38,1.78,16,5.0,1.83,4,3.25,2.44,16,5.0,2.55,9,6.31,2.41,16,6.12,1.64,8,6.58,2.02,12,2.44,2.07,9,4.55,2.3,11,5.79,2.39,14,5.91,2.74,11,6.55,1.57,11,6.22,2.22,9,3.11,2.85,9,4.0,2.0,11,6.33,2.3,18,4.57,2.7,7
+greet,6.25,1.68,40,3.86,2.03,21,6.54,2.09,48,5.43,1.5,14,6.72,1.65,25,4.14,1.86,7,3.71,2.16,14,6.09,2.39,22,6.92,1.76,26,5.56,1.67,16,6.74,1.57,23,4.4,2.17,10,3.36,1.86,11,6.04,2.28,28,7.25,1.59,20,6.29,1.73,24,6.19,1.64,16,3.77,1.92,13,4.0,2.33,8,6.64,2.3,28,6.4,1.82,20
+greeting,5.89,1.13,18,4.94,2.31,18,6.29,2.02,17,5.9,0.99,10,5.88,1.36,8,4.25,1.71,4,5.14,2.48,14,5.38,1.69,8,7.11,2.03,9,6.29,0.76,7,5.64,1.29,11,4.14,2.34,7,5.45,2.25,11,5.33,2.07,6,6.82,1.89,11,6.0,1.13,12,5.67,1.21,6,5.55,2.46,11,4.0,1.83,7,6.71,1.8,7,6.0,2.21,10
+grenade,3.51,2.39,41,6.86,2.22,21,3.72,2.57,61,3.37,2.43,19,3.64,2.4,22,7.0,1.9,6,6.8,2.4,15,3.87,2.42,31,3.57,2.75,30,4.21,2.72,19,3.0,1.92,21,6.86,2.73,7,6.86,2.03,14,4.0,2.69,36,3.32,2.38,25,3.4,2.64,20,3.62,2.18,21,6.56,3.0,9,7.08,1.51,12,4.03,2.7,31,3.4,2.43,30
+greyhound,5.95,2.42,20,3.9,2.0,21,5.26,2.53,34,6.3,2.54,10,5.6,2.37,10,4.12,1.73,8,3.77,2.2,13,5.71,2.79,14,4.95,2.35,20,5.56,2.88,9,6.27,2.05,11,4.08,1.66,13,3.62,2.56,8,5.36,2.79,22,5.08,2.07,12,5.8,3.01,10,6.1,1.79,10,3.93,2.13,14,3.86,1.86,7,5.35,2.52,17,5.18,2.6,17
+grid,5.2,1.2,20,3.15,2.37,20,5.18,1.18,22,5.57,1.51,7,5.0,1.0,13,4.0,2.92,9,2.45,1.63,11,5.67,1.86,6,5.0,0.82,16,5.2,0.79,10,5.22,1.64,9,2.75,2.05,8,3.42,2.61,12,5.33,1.29,15,4.86,0.9,7,5.27,1.62,11,5.11,0.33,9,3.08,2.07,12,3.25,2.92,8,5.64,1.36,11,4.73,0.79,11
+grief,2.33,1.51,39,4.95,2.6,21,3.26,2.31,47,2.42,1.24,12,2.35,1.65,26,5.14,2.19,7,4.86,2.85,14,3.0,2.17,21,3.46,2.44,26,2.07,1.07,14,2.54,1.72,24,3.4,2.07,10,6.36,2.25,11,3.32,2.33,28,3.16,2.34,19,2.68,1.63,19,2.0,1.34,20,4.62,2.72,13,5.5,2.45,8,2.96,2.1,27,3.65,2.56,20
+grievance,3.45,2.26,20,3.74,2.8,23,4.33,2.3,18,4.0,2.74,9,3.0,1.79,11,3.18,2.09,11,4.25,3.33,12,3.9,2.73,10,4.88,1.64,8,4.14,2.41,7,3.08,2.27,12,4.36,2.94,11,3.17,2.66,12,4.14,2.61,7,4.45,2.21,11,3.42,2.31,12,3.5,2.33,8,4.0,3.16,11,3.5,2.54,12,3.67,1.58,9,5.0,2.78,9
+grieve,2.8,1.79,20,4.56,2.48,18,3.38,2.22,24,2.6,1.52,5,2.87,1.92,15,5.0,2.35,5,4.38,2.6,13,3.85,2.38,13,2.82,1.99,11,3.6,2.12,10,2.0,0.94,10,4.86,1.95,7,4.36,2.84,11,3.94,2.41,16,2.25,1.28,8,2.86,1.96,14,2.67,1.51,6,4.92,2.39,12,3.83,2.71,6,3.2,2.18,15,3.67,2.4,9
+grieving,2.9,2.25,20,5.05,2.5,22,3.23,2.05,26,3.1,2.28,10,2.7,2.31,10,4.9,2.6,10,5.17,2.52,12,3.36,1.86,11,3.29,2.23,14,3.11,2.47,9,2.73,2.15,11,5.27,2.24,11,4.82,2.82,11,3.82,2.07,17,2.25,1.58,8,3.23,2.55,13,2.29,1.5,7,5.21,2.58,14,4.75,2.49,8,3.0,2.12,17,3.67,1.94,9
+grievous,3.14,1.65,21,3.92,2.45,24,5.25,2.43,20,3.25,1.04,8,3.08,1.98,13,5.17,1.33,6,3.5,2.62,18,4.82,2.89,11,5.78,1.72,9,2.75,1.36,12,3.67,1.94,9,4.8,2.3,10,3.29,2.43,14,5.23,2.71,13,5.29,1.98,7,3.07,1.82,14,3.29,1.38,7,4.0,2.31,16,3.75,2.87,8,4.83,2.66,12,5.88,2.03,8
+grill,6.64,1.71,22,5.26,2.79,19,5.62,2.01,21,6.0,2.0,5,6.81,1.68,16,5.62,2.72,8,5.0,2.93,11,5.5,2.07,10,5.73,2.05,11,6.08,1.88,12,7.3,1.25,10,4.9,2.47,10,5.67,3.2,9,5.5,2.07,12,5.78,2.05,9,6.55,2.02,11,6.73,1.42,11,4.62,2.67,8,5.73,2.9,11,6.0,1.87,9,5.33,2.15,12
+grilled,6.67,1.93,21,3.89,2.69,19,5.32,2.3,22,6.67,1.97,6,6.67,1.99,15,5.14,3.08,7,3.17,2.25,12,5.67,2.46,12,4.9,2.13,10,6.44,1.81,9,6.83,2.08,12,4.56,2.65,9,3.3,2.71,10,4.43,1.99,7,5.73,2.37,15,6.4,1.9,10,6.91,2.02,11,4.0,2.45,12,3.71,3.25,7,5.17,2.76,12,5.5,1.72,10
+grim,2.41,1.14,22,4.48,2.56,21,4.18,2.3,22,2.43,1.4,14,2.38,0.52,8,5.18,2.64,11,3.89,2.42,9,6.5,1.38,6,3.31,1.96,16,2.3,1.16,10,2.5,1.17,12,4.09,2.63,11,4.9,2.56,10,5.15,1.86,13,2.78,2.22,9,2.33,1.07,12,2.5,1.27,10,4.54,3.02,13,4.38,1.77,8,3.92,2.07,12,4.5,2.64,10
+grimy,3.63,2.06,19,4.4,2.74,20,4.08,2.0,24,3.85,2.3,13,3.17,1.47,6,3.8,2.77,5,4.6,2.8,15,4.15,1.77,13,4.0,2.32,11,4.11,2.52,9,3.2,1.55,10,4.14,3.08,7,4.54,2.67,13,4.64,2.16,11,3.62,1.8,13,4.44,2.4,9,2.9,1.45,10,3.3,2.79,10,5.5,2.32,10,4.67,2.24,9,3.73,1.83,15
+grin,7.66,1.66,872,5.65,2.74,20,5.58,2.48,19,7.52,1.72,334,7.76,1.6,532,7.0,1.15,7,4.92,3.09,13,5.3,2.54,10,5.89,2.52,9,7.57,1.71,419,7.75,1.59,446,5.36,3.17,11,6.0,2.24,9,4.88,1.64,8,5.8,2.9,10,7.59,1.77,481,7.75,1.51,391,5.92,3.15,12,5.25,2.12,8,5.88,1.89,8,5.36,2.91,11
+grind,5.2,1.74,20,3.43,2.23,21,4.58,2.38,24,5.25,3.1,4,5.19,1.38,16,3.75,0.96,4,3.35,2.45,17,5.89,2.8,9,3.8,1.74,15,4.88,0.99,8,5.42,2.11,12,3.3,1.7,10,3.55,2.7,11,4.5,2.56,14,4.7,2.21,10,5.64,1.29,11,4.67,2.12,9,3.2,2.57,10,3.64,1.96,11,5.06,2.44,17,3.43,1.9,7
+grinder,4.77,1.85,22,5.24,2.62,21,5.09,2.07,22,4.86,2.07,14,4.62,1.51,8,5.82,2.79,11,4.89,2.37,9,5.17,2.14,6,5.06,2.11,16,5.2,2.15,10,4.42,1.56,12,4.82,2.68,11,5.7,2.63,10,5.08,1.66,13,5.11,2.67,9,4.5,1.93,12,5.1,1.79,10,4.92,2.81,13,5.75,2.38,8,5.17,1.59,12,5.0,2.62,10
+grindstone,4.14,1.13,22,4.7,2.57,23,5.42,1.98,19,4.75,0.46,8,3.69,1.25,13,5.88,3.04,8,4.07,2.2,14,5.71,1.6,7,5.09,2.26,11,3.88,1.36,8,4.23,1.01,13,4.78,2.86,9,4.64,2.47,14,4.57,2.07,7,5.92,1.83,12,4.64,0.92,11,3.64,1.12,11,3.56,2.55,9,5.43,2.38,14,5.25,2.08,16,6.33,1.15,3
+gringo,4.11,1.66,19,3.61,1.79,18,4.35,2.42,17,4.36,1.57,11,3.75,1.83,8,4.0,2.0,4,3.5,1.79,14,4.0,2.33,8,4.67,2.6,9,4.12,2.03,8,4.09,1.45,11,3.43,1.81,7,3.73,1.85,11,5.33,2.42,6,3.82,2.36,11,4.38,1.39,13,3.5,2.17,6,3.45,2.02,11,3.86,1.46,7,4.14,2.48,7,4.5,2.51,10
+grip,5.14,1.28,21,3.64,2.44,22,5.59,2.21,27,4.8,1.55,10,5.45,0.93,11,2.71,2.21,7,4.07,2.49,15,5.53,2.58,17,5.7,1.49,10,5.18,1.66,11,5.1,0.74,10,3.2,2.68,5,3.76,2.44,17,5.64,2.65,14,5.54,1.71,13,4.92,1.44,13,5.5,0.93,8,3.4,2.84,10,3.83,2.17,12,5.93,2.34,14,5.23,2.09,13
+gripe,3.42,1.77,19,4.24,1.89,21,5.0,2.18,22,4.44,1.67,9,2.5,1.35,10,3.83,1.83,6,4.4,1.96,15,5.7,1.57,10,4.42,2.5,12,4.57,1.4,7,2.75,1.66,12,4.57,1.99,7,4.07,1.9,14,4.73,2.2,11,5.27,2.24,11,3.5,1.78,10,3.33,1.87,9,4.11,2.32,9,4.33,1.61,12,5.0,2.37,11,5.0,2.1,11
+grisly,3.71,1.82,21,5.09,2.78,22,4.0,1.95,20,4.43,2.3,7,3.36,1.5,14,5.2,2.82,10,5.0,2.86,12,4.71,2.5,7,3.62,1.56,13,4.0,2.24,11,3.4,1.26,10,4.55,2.46,11,5.64,3.07,11,4.6,1.76,15,2.2,1.3,5,3.1,1.6,10,4.27,1.9,11,5.6,2.8,10,4.67,2.81,12,4.0,1.25,10,4.0,2.54,10
+grit,4.55,1.79,20,4.22,2.29,18,6.38,2.18,24,4.4,2.3,5,4.6,1.68,15,5.0,2.65,5,3.92,2.18,13,6.15,2.41,13,6.64,1.96,11,4.9,1.6,10,4.2,1.99,10,5.14,2.19,7,3.64,2.25,11,5.94,2.11,16,7.25,2.19,8,4.21,1.67,14,5.33,1.97,6,4.75,2.18,12,3.17,2.32,6,6.4,2.35,15,6.33,2.0,9
+grits,4.9,2.13,20,3.43,2.25,21,4.65,1.97,23,4.0,2.83,4,5.12,1.96,16,3.0,2.83,4,3.53,2.18,17,4.12,2.3,8,4.93,1.79,15,5.5,1.41,8,4.5,2.47,12,3.1,2.13,10,3.73,2.41,11,4.23,1.59,13,5.2,2.35,10,5.27,1.74,11,4.44,2.55,9,3.3,2.26,10,3.55,2.34,11,4.56,2.19,16,4.86,1.46,7
+gritty,3.94,2.21,18,4.36,2.01,22,4.83,1.97,24,3.83,2.32,6,4.0,2.26,12,4.83,1.99,12,3.8,1.99,10,5.0,2.0,8,4.75,2.02,16,3.44,1.94,9,4.44,2.46,9,4.67,1.66,9,4.15,2.27,13,5.18,1.98,17,3.83,1.94,6,3.0,1.93,8,4.7,2.21,10,4.44,1.33,9,4.31,2.43,13,4.88,1.93,16,4.75,2.19,8
+grizzly,4.45,2.13,22,5.0,2.33,22,5.0,2.29,19,5.25,1.98,8,3.69,1.89,13,4.0,2.45,7,5.57,2.24,14,4.29,2.56,7,5.36,2.2,11,4.5,1.85,8,4.15,2.19,13,4.12,2.1,8,5.5,2.38,14,4.71,1.38,7,5.17,2.72,12,3.91,2.12,11,5.0,2.1,11,4.33,2.35,9,5.46,2.3,13,4.75,2.35,16,6.33,1.53,3
+groan,3.9,1.59,20,4.17,2.55,18,5.5,2.4,24,3.4,1.52,5,4.07,1.62,15,5.6,2.3,5,3.62,2.5,13,4.69,1.97,13,6.45,2.58,11,4.7,1.34,10,3.1,1.45,10,6.0,1.91,7,3.0,2.24,11,5.44,2.03,16,5.62,3.16,8,3.43,1.4,14,5.0,1.55,6,4.5,2.71,12,3.5,2.26,6,5.8,2.83,15,5.0,1.41,9
+grocer,5.38,1.91,21,4.0,2.04,23,5.05,1.88,21,6.4,2.88,5,5.06,1.48,16,3.92,2.11,12,4.09,2.07,11,5.0,2.1,11,4.78,1.48,9,4.83,2.08,12,6.11,1.45,9,3.94,2.08,16,4.14,2.12,7,4.64,1.36,11,5.5,2.32,10,5.46,1.98,13,5.25,1.91,8,4.16,2.06,19,3.25,2.06,4,4.36,1.5,14,6.43,1.9,7
+grocery,6.62,1.5,21,3.48,2.35,25,6.33,2.43,18,6.11,0.78,9,7.0,1.81,12,4.17,2.48,6,3.28,2.4,18,6.0,2.97,6,6.5,2.24,12,6.5,1.41,16,7.0,1.87,5,3.57,2.62,14,3.4,2.17,10,6.0,2.55,9,6.67,2.4,9,6.42,1.24,12,6.89,1.83,9,3.25,2.21,16,3.89,2.67,9,6.09,2.7,11,6.71,2.06,7
+groggy,4.05,2.04,19,2.9,2.28,21,3.64,1.79,28,3.17,2.14,6,4.46,1.94,13,3.7,2.58,10,2.18,1.78,11,3.55,2.21,11,3.71,1.53,17,3.73,1.95,11,4.5,2.2,8,2.73,2.24,11,3.1,2.42,10,3.78,2.05,18,3.4,1.26,10,4.38,2.18,13,3.33,1.63,6,3.15,2.7,13,2.5,1.41,8,3.62,2.03,16,3.67,1.5,12
+groin,5.1,2.05,20,5.5,2.22,22,5.62,1.72,21,5.56,2.07,9,4.73,2.05,11,6.4,2.32,10,4.75,1.91,12,5.62,1.06,8,5.62,2.06,13,5.29,1.98,14,4.67,2.34,6,6.0,2.62,8,5.21,2.01,14,5.62,1.69,8,5.62,1.8,13,4.7,2.0,10,5.5,2.12,10,4.92,2.57,12,6.2,1.55,10,5.75,1.66,12,5.44,1.88,9
+groom,6.84,1.46,25,4.35,2.43,26,5.75,2.03,24,6.82,1.72,11,6.86,1.29,14,2.8,1.99,10,5.31,2.21,16,5.67,1.94,9,5.8,2.14,15,6.56,1.81,9,7.0,1.26,16,5.08,2.84,13,3.62,1.76,13,5.5,2.28,12,6.0,1.81,12,6.71,1.33,14,7.0,1.67,11,3.87,2.45,15,5.0,2.37,11,5.54,2.37,13,6.0,1.61,11
+groove,6.32,1.16,19,5.33,1.96,21,5.91,2.17,23,7.33,1.53,3,6.12,1.02,16,5.75,2.19,8,5.08,1.85,13,5.11,2.62,9,6.43,1.74,14,6.78,1.2,9,5.9,0.99,10,6.0,1.87,9,4.83,1.95,12,6.0,2.51,15,5.75,1.49,8,6.0,1.15,7,6.5,1.17,12,5.7,1.64,10,5.0,2.24,11,6.38,2.53,13,5.3,1.49,10
+groovy,6.42,1.46,19,4.67,2.32,24,5.46,2.25,28,6.38,1.06,8,6.45,1.75,11,4.0,1.66,9,5.07,2.6,15,5.0,2.25,14,5.93,2.23,14,6.67,1.73,9,6.2,1.23,10,4.33,2.35,12,5.0,2.34,12,5.29,2.61,14,5.64,1.91,14,6.3,1.64,10,6.56,1.33,9,5.0,2.66,12,4.33,1.97,12,5.08,2.39,12,5.75,2.18,16
+grope,3.95,1.81,19,5.76,1.79,21,4.64,2.65,22,5.33,1.53,3,3.69,1.78,16,6.12,1.64,8,5.54,1.9,13,5.56,2.7,9,4.0,2.52,13,3.78,2.11,9,4.1,1.6,10,5.78,1.39,9,5.75,2.09,12,5.5,2.38,14,3.12,2.53,8,4.14,1.68,7,3.83,1.95,12,6.0,1.05,10,5.55,2.3,11,4.58,3.15,12,4.7,2.06,10
+gross,3.2,2.21,20,5.0,1.82,21,4.62,2.62,34,3.2,1.75,10,3.2,2.7,10,5.25,0.89,8,4.85,2.23,13,4.86,2.71,14,4.45,2.61,20,2.78,1.79,9,3.55,2.54,11,4.77,1.54,13,5.38,2.26,8,4.86,2.55,22,4.17,2.79,12,2.6,1.78,10,3.8,2.53,10,5.07,2.02,14,4.86,1.46,7,5.24,2.44,17,4.0,2.72,17
+grotesque,3.48,2.29,21,4.95,2.34,22,4.15,1.79,27,4.1,2.13,10,2.91,2.39,11,4.57,2.64,7,5.13,2.26,15,4.24,1.92,17,4.0,1.63,10,3.45,2.25,11,3.5,2.46,10,3.8,2.59,5,5.29,2.23,17,4.14,1.92,14,4.15,1.72,13,2.92,2.18,13,4.38,2.33,8,4.6,2.76,10,5.25,2.01,12,4.79,1.63,14,3.46,1.76,13
+grotto,5.86,1.85,21,2.5,1.95,22,5.22,2.15,27,5.4,1.84,10,6.27,1.85,11,2.71,2.21,7,2.4,1.88,15,5.24,2.44,17,5.2,1.69,10,5.82,1.83,11,5.9,1.97,10,2.8,2.49,5,2.41,1.84,17,4.93,2.59,14,5.54,1.61,13,5.46,1.71,13,6.5,2.0,8,2.2,1.93,10,2.75,2.01,12,5.21,2.46,14,5.23,1.88,13
+grouch,3.57,2.04,21,4.6,2.6,25,4.26,2.28,19,4.11,2.62,9,3.17,1.47,12,4.0,2.61,6,4.72,2.7,18,3.71,1.98,7,4.58,2.47,12,3.62,2.22,16,3.4,1.52,5,4.14,2.71,14,5.1,2.56,10,3.44,2.07,9,5.0,2.31,10,3.67,2.53,12,3.44,1.24,9,5.0,2.56,16,3.89,2.67,9,3.91,2.66,11,4.75,1.67,8
+grouchy,3.33,2.13,21,4.91,2.48,23,5.39,2.48,18,4.56,2.4,9,2.42,1.38,12,5.27,2.65,11,4.58,2.39,12,5.2,2.62,10,5.62,2.45,8,4.29,2.56,7,2.85,1.86,13,5.82,2.48,11,4.08,2.27,12,4.71,2.81,7,5.82,2.27,11,3.31,2.36,13,3.38,1.85,8,4.73,2.45,11,5.08,2.61,12,5.0,1.87,9,5.78,3.03,9
+ground,5.28,1.56,18,2.35,1.73,20,5.5,2.01,18,5.12,1.13,8,5.4,1.9,10,2.57,1.99,7,2.23,1.64,13,5.0,1.95,11,6.29,1.98,7,5.0,1.48,11,5.71,1.7,7,2.11,1.69,9,2.55,1.81,11,6.36,1.86,11,4.14,1.46,7,4.92,1.24,12,6.0,2.0,6,2.75,1.86,12,1.75,1.39,8,5.78,2.33,9,5.22,1.72,9
+groundhog,5.19,2.14,21,3.12,2.09,25,5.32,1.86,19,5.22,2.49,9,5.17,1.95,12,2.5,1.52,6,3.44,2.23,18,5.14,0.9,7,5.42,2.27,12,5.0,2.37,16,5.8,1.1,5,2.71,2.02,14,3.9,2.08,10,5.67,2.18,9,5.0,1.56,10,5.17,2.59,12,5.22,1.48,9,3.12,1.96,16,3.11,2.42,9,5.36,1.91,11,5.25,1.91,8
+grounding,5.09,2.0,22,3.84,2.19,19,3.9,2.1,21,6.2,1.64,5,4.75,2.08,16,4.38,1.92,8,3.45,2.38,11,4.5,1.58,10,3.36,2.42,11,5.08,1.73,12,5.1,2.38,10,3.8,1.99,10,3.89,2.52,9,3.33,1.87,12,4.67,2.24,9,4.45,2.16,11,5.73,1.68,11,3.75,2.38,8,3.91,2.17,11,3.89,1.83,9,3.92,2.35,12
+groundwork,5.71,1.23,21,2.86,1.82,21,5.77,1.6,22,5.78,0.83,9,5.67,1.5,12,2.33,1.63,6,2.93,1.9,14,5.0,1.79,6,6.06,1.48,16,6.0,0.87,9,5.5,1.45,12,3.0,2.0,5,2.81,1.83,16,5.91,1.3,11,5.64,1.91,11,6.0,1.48,12,5.33,0.71,9,3.5,1.77,8,2.46,1.81,13,5.75,1.42,12,5.8,1.87,10
+group,5.78,1.96,18,3.43,2.44,21,4.39,1.79,18,5.62,2.26,8,5.9,1.79,10,3.29,2.63,7,3.5,2.44,14,4.36,2.25,11,4.43,0.79,7,5.55,1.97,11,6.14,2.04,7,3.33,2.45,9,3.5,2.54,12,4.73,2.0,11,3.86,1.35,7,5.17,1.75,12,7.0,1.9,6,3.0,2.22,12,4.0,2.74,9,5.22,1.99,9,3.56,1.13,9
+groupie,4.0,1.94,19,4.09,2.81,22,4.71,1.96,28,4.33,1.21,6,3.85,2.23,13,3.91,3.08,11,4.27,2.65,11,4.82,2.14,11,4.65,1.9,17,4.82,1.83,11,2.88,1.55,8,3.73,2.72,11,4.45,2.98,11,4.83,1.89,18,4.5,2.17,10,4.31,2.1,13,3.33,1.51,6,3.71,2.73,14,4.75,3.01,8,4.06,1.95,16,5.58,1.68,12
+grouping,4.9,1.21,20,3.76,1.92,21,5.64,2.41,33,5.4,1.51,10,4.4,0.52,10,4.0,1.93,8,3.62,1.98,13,6.62,2.18,13,5.0,2.38,20,4.89,0.6,9,4.91,1.58,11,4.0,1.68,13,3.38,2.33,8,5.95,2.33,21,5.08,2.54,12,5.1,1.45,10,4.7,0.95,10,3.79,2.01,14,3.71,1.89,7,5.41,2.21,17,5.88,2.66,16
+grouse,3.73,1.45,22,4.05,2.5,22,4.64,1.62,22,3.73,1.68,11,3.73,1.27,11,4.75,2.66,8,3.64,2.41,14,4.73,1.74,11,4.55,1.57,11,4.88,0.35,8,3.07,1.44,14,3.8,1.87,10,4.25,2.99,12,4.54,1.45,13,4.78,1.92,9,3.42,1.38,12,4.1,1.52,10,3.88,2.3,8,4.14,2.68,14,4.36,1.82,14,5.12,1.13,8
+grove,5.26,1.85,19,3.73,2.1,22,6.05,2.06,21,5.67,1.5,9,4.9,2.13,10,3.7,2.63,10,3.75,1.66,12,4.62,0.74,8,6.92,2.14,13,5.31,1.25,13,5.17,2.93,6,4.38,2.39,8,3.36,1.91,14,5.38,2.13,8,6.46,1.98,13,5.44,1.01,9,5.1,2.42,10,4.33,1.97,12,3.0,2.11,10,6.08,2.07,12,6.0,2.18,9
+grovel,3.3,1.22,20,3.65,2.06,20,3.45,1.9,22,3.43,1.13,7,3.23,1.3,13,4.0,2.18,9,3.36,2.01,11,4.33,2.66,6,3.12,1.5,16,3.3,1.42,10,3.44,1.01,9,3.0,2.07,8,4.08,2.02,12,3.73,1.98,15,2.86,1.68,7,3.0,1.41,11,3.67,0.87,9,3.67,2.06,12,3.62,2.2,8,4.0,2.28,11,2.91,1.3,11
+grow,6.28,2.08,18,2.6,1.73,20,5.5,2.09,18,5.25,2.12,8,7.1,1.73,10,3.29,1.89,7,2.23,1.59,13,6.0,1.48,11,4.71,2.75,7,5.73,2.15,11,7.14,1.77,7,2.0,1.32,9,3.09,1.92,11,5.82,1.94,11,5.0,2.38,7,5.67,1.87,12,7.5,2.07,6,2.25,1.6,12,3.12,1.89,8,5.78,2.59,9,5.22,1.56,9
+growl,4.43,1.72,21,3.95,2.54,22,5.11,2.58,27,4.7,1.77,10,4.18,1.72,11,3.43,2.3,7,4.2,2.68,15,5.41,2.76,17,4.6,2.27,10,4.73,1.68,11,4.1,1.79,10,2.6,2.19,5,4.35,2.55,17,6.0,2.86,14,4.15,1.91,13,3.85,1.72,13,5.38,1.3,8,3.0,2.71,10,4.75,2.18,12,6.0,2.77,14,4.15,2.03,13
+grownup,5.3,1.81,20,4.19,2.2,21,6.24,2.46,34,5.4,2.17,10,5.2,1.48,10,4.5,2.39,8,4.0,2.16,13,6.21,2.67,14,6.25,2.38,20,5.67,2.12,9,5.0,1.55,11,4.69,1.89,13,3.38,2.56,8,6.18,2.68,22,6.33,2.1,12,5.6,2.07,10,5.0,1.56,10,4.0,2.29,14,4.57,2.15,7,5.71,2.23,17,6.76,2.63,17
+growth,6.0,1.53,19,4.95,1.96,21,6.04,2.12,23,7.33,1.53,3,5.75,1.44,16,5.62,1.69,8,4.54,2.07,13,6.0,2.55,9,6.07,1.9,14,6.33,1.94,9,5.7,1.06,10,5.56,1.59,9,4.5,2.15,12,6.27,2.34,15,5.62,1.69,8,6.29,1.11,7,5.83,1.75,12,4.6,1.78,10,5.27,2.15,11,6.31,2.46,13,5.7,1.64,10
+grub,4.16,2.41,19,4.45,2.46,22,4.87,1.98,23,3.64,2.42,11,4.43,2.15,7,5.62,2.77,8,3.79,2.08,14,4.43,1.99,7,5.06,2.02,16,5.0,2.51,8,3.55,2.25,11,3.44,2.6,9,5.15,2.19,13,4.64,1.96,11,5.08,2.07,12,4.5,2.68,12,3.57,1.9,7,4.0,2.9,11,4.91,1.97,11,5.0,2.08,13,4.7,1.95,10
+grubby,3.2,1.24,20,3.45,1.82,20,3.91,2.0,22,2.71,0.76,7,3.46,1.39,13,3.67,2.0,9,3.27,1.74,11,4.17,2.86,6,3.81,1.68,16,3.1,0.99,10,3.22,1.56,9,3.12,2.1,8,3.67,1.67,12,4.27,2.19,15,3.14,1.35,7,3.27,1.49,11,3.11,0.93,9,3.42,1.88,12,3.5,1.85,8,3.55,2.34,11,4.27,1.62,11
+grudge,2.86,1.46,21,4.2,2.67,20,5.18,2.44,22,3.83,1.72,6,2.47,1.19,15,4.75,2.71,8,3.83,2.69,12,4.67,2.77,12,5.8,1.93,10,3.33,1.94,9,2.5,0.9,12,5.56,2.7,9,3.09,2.17,11,5.14,1.68,7,5.2,2.78,15,3.2,1.55,10,2.55,1.37,11,4.92,2.72,13,2.86,2.12,7,5.75,2.8,12,4.5,1.84,10
+gruel,3.48,1.47,21,4.0,2.55,21,4.14,1.7,22,3.64,1.6,14,3.14,1.21,7,4.18,2.18,11,3.33,2.78,9,4.0,1.1,6,4.19,1.91,16,3.4,1.96,10,3.55,0.93,11,3.36,2.38,11,4.7,2.67,10,4.62,1.39,13,3.44,1.94,9,3.58,1.68,12,3.33,1.22,9,4.31,2.72,13,3.5,2.33,8,4.58,1.62,12,3.6,1.71,10
+grueling,3.36,1.62,22,5.0,2.26,19,2.95,1.36,20,3.6,0.89,5,3.31,1.85,16,5.5,2.67,8,4.64,1.96,11,2.9,1.37,10,3.0,1.41,10,3.08,1.0,12,3.7,2.16,10,5.3,2.31,10,4.67,2.29,9,3.09,1.51,11,2.78,1.2,9,2.82,1.08,11,3.91,1.92,11,4.25,2.12,8,5.55,2.3,11,2.89,1.17,9,3.0,1.55,11
+gruesome,2.89,1.41,18,6.62,1.91,21,3.83,1.77,23,2.6,1.14,5,3.0,1.53,13,7.0,1.67,6,6.47,2.03,15,4.5,1.72,10,3.31,1.7,13,2.71,1.8,7,3.0,1.18,11,6.29,1.5,7,6.79,2.12,14,4.0,1.95,11,3.67,1.67,12,3.09,1.38,11,2.57,1.51,7,6.18,2.36,11,7.1,1.2,10,3.71,1.82,14,4.0,1.8,9
+gruff,4.05,2.27,19,4.25,2.61,20,5.67,1.9,24,4.54,2.54,13,3.0,1.1,6,3.4,2.3,5,4.53,2.72,15,5.69,1.84,13,5.64,2.06,11,5.33,2.69,9,2.9,0.88,10,4.57,2.82,7,4.08,2.6,13,5.36,2.16,11,5.92,1.71,13,3.56,2.19,9,4.5,2.37,10,4.0,2.87,10,4.5,2.46,10,6.33,2.35,9,5.27,1.53,15
+grumpy,2.81,1.25,21,5.05,2.28,20,5.06,2.53,35,2.88,1.13,8,2.77,1.36,13,4.6,2.07,5,5.2,2.4,15,5.0,2.72,11,5.08,2.5,24,2.92,1.12,13,2.62,1.51,8,4.83,2.52,12,5.38,2.0,8,5.0,2.62,19,5.12,2.5,16,3.09,1.45,11,2.5,0.97,10,5.27,2.57,11,4.78,1.99,9,4.86,2.73,21,5.36,2.27,14
+grunt,3.68,1.42,19,3.86,2.34,22,4.91,2.27,22,4.33,0.87,9,3.1,1.6,10,4.5,2.45,8,3.5,2.28,14,4.55,2.5,11,5.27,2.05,11,4.86,0.38,7,3.0,1.35,12,3.5,1.58,10,4.17,2.86,12,4.62,2.26,13,5.33,2.35,9,4.0,1.33,10,3.33,1.5,9,4.25,2.49,8,3.64,2.31,14,5.07,2.5,14,4.62,1.92,8
+grunting,4.43,1.69,21,3.87,2.22,23,5.85,1.93,20,5.25,1.58,8,3.92,1.61,13,5.0,1.67,6,3.47,2.29,17,6.18,1.66,11,5.44,2.24,9,4.25,2.01,12,4.67,1.22,9,4.1,2.08,10,3.69,2.39,13,6.0,2.12,13,5.57,1.62,7,4.0,1.71,14,5.29,1.38,7,4.27,2.19,15,3.12,2.23,8,5.92,1.56,12,5.75,2.49,8
+guacamole,5.47,2.14,19,4.76,2.07,21,5.78,2.13,23,6.67,1.53,3,5.25,2.21,16,5.12,1.55,8,4.54,2.37,13,5.33,2.4,9,6.07,1.98,14,5.56,1.59,9,5.4,2.63,10,4.78,2.39,9,4.75,1.91,12,5.93,2.49,15,5.5,1.31,8,5.29,2.93,7,5.58,1.68,12,4.5,2.22,10,5.0,2.0,11,6.08,2.69,13,5.4,1.07,10
+guano,4.2,1.32,20,3.19,2.09,21,5.32,2.32,25,3.0,1.73,3,4.41,1.18,17,3.0,2.65,7,3.23,1.92,13,4.75,1.67,8,5.59,2.58,17,3.71,1.38,7,4.46,1.27,13,2.14,1.21,7,3.69,2.36,13,5.86,2.18,14,4.64,2.42,11,4.11,1.17,9,4.27,1.49,11,3.0,1.84,11,3.4,2.41,10,5.39,2.7,18,5.14,0.9,7
+guarantee,6.17,1.15,18,3.67,2.3,18,6.0,2.03,17,6.6,0.84,10,5.62,1.3,8,3.25,2.06,4,3.79,2.42,14,6.38,2.33,8,5.67,1.8,9,6.38,1.51,8,6.0,0.82,10,3.71,2.06,7,3.64,2.54,11,4.67,2.16,6,6.73,1.62,11,6.42,0.79,12,5.67,1.63,6,3.64,2.66,11,3.71,1.8,7,6.71,1.8,7,5.5,2.12,10
+guard,5.89,2.17,18,3.6,2.58,20,4.06,2.65,18,5.62,2.62,8,6.1,1.85,10,4.0,2.83,7,3.38,2.53,13,3.55,2.34,11,4.86,3.08,7,5.55,2.21,11,6.43,2.15,7,3.0,2.87,9,4.09,2.34,11,4.36,2.84,11,3.57,2.44,7,5.75,2.14,12,6.17,2.4,6,2.5,2.15,12,5.25,2.38,8,4.11,2.76,9,4.0,2.69,9
+guardhouse,4.96,1.61,23,3.67,2.35,18,4.14,1.96,22,5.14,1.68,7,4.88,1.63,16,4.33,2.34,6,3.33,2.39,12,4.0,1.05,10,4.25,2.53,12,5.09,1.45,11,4.83,1.8,12,4.0,2.49,10,3.25,2.25,8,4.55,2.11,11,3.73,1.79,11,4.5,1.7,14,5.67,1.22,9,2.67,2.4,9,4.67,1.94,9,4.45,2.21,11,3.82,1.72,11
+guardian,6.5,1.99,20,2.91,1.74,22,5.48,2.25,21,6.88,1.73,8,6.25,2.18,12,2.17,1.17,6,3.0,1.77,15,6.33,2.66,6,5.13,2.07,15,5.89,2.03,9,7.0,1.9,11,3.8,2.28,5,2.65,1.54,17,4.9,2.28,10,6.0,2.19,11,7.09,1.87,11,5.78,1.99,9,3.44,2.01,9,2.54,1.51,13,5.33,2.23,12,5.67,2.4,9
+guardianship,5.21,2.15,19,3.1,1.62,20,7.35,1.46,20,6.67,1.53,3,5.13,2.1,15,2.6,1.26,10,3.6,1.84,10,7.5,1.51,10,7.2,1.48,10,3.83,1.94,6,6.17,1.7,12,2.29,0.95,7,3.54,1.76,13,7.0,1.41,8,7.58,1.51,12,5.92,1.98,12,4.0,2.0,7,3.0,1.7,10,3.2,1.62,10,7.22,1.79,9,7.45,1.21,11
+guerrilla,5.3,2.43,20,5.59,2.2,22,4.16,2.73,19,6.22,2.49,9,4.55,2.21,11,6.0,3.08,5,5.38,2.0,16,3.5,2.88,6,4.46,2.73,13,4.71,2.13,14,6.67,2.73,6,5.08,2.19,12,6.11,2.26,9,5.11,2.89,9,3.3,2.41,10,5.1,1.91,10,5.5,2.95,10,4.75,2.45,12,6.6,1.35,10,3.83,3.31,6,4.31,2.56,13
+guess,5.18,1.33,22,3.86,2.2,21,4.89,2.54,18,5.5,1.87,6,5.13,1.13,15,3.43,2.44,7,4.07,2.13,14,4.56,2.46,9,5.62,2.62,8,5.0,1.24,14,5.71,1.5,7,3.78,2.33,9,3.92,2.19,12,5.1,2.42,10,4.62,2.83,8,5.21,1.31,14,5.12,1.46,8,4.17,2.48,6,3.73,2.15,15,5.5,2.55,10,4.12,2.47,8
+guesser,4.32,1.52,22,4.39,2.48,23,4.79,2.59,19,5.12,1.64,8,4.08,1.04,13,4.5,2.62,8,4.29,2.58,14,4.71,2.98,7,4.64,2.5,11,4.12,1.96,8,4.69,0.85,13,4.33,2.87,9,4.43,2.31,14,3.86,2.67,7,5.33,2.5,12,4.73,1.56,11,3.91,1.45,11,3.11,2.67,9,5.21,2.04,14,4.81,2.54,16,4.67,3.51,3
+guesswork,4.29,1.62,21,4.08,2.38,26,5.04,2.01,24,3.62,1.6,8,4.69,1.55,13,3.7,2.5,10,4.31,2.36,16,4.22,1.39,9,5.53,2.2,15,4.75,1.49,8,4.0,1.68,13,4.31,2.32,13,3.85,2.51,13,5.08,1.88,12,5.0,2.22,12,4.17,1.75,12,4.44,1.51,9,3.93,2.37,15,4.27,2.49,11,5.08,1.85,13,5.0,2.28,11
+guest,6.14,1.36,22,4.15,2.91,20,6.95,1.87,19,6.15,1.46,13,6.11,1.27,9,4.57,2.99,7,3.92,2.96,13,6.71,2.06,7,7.08,1.83,12,6.0,1.35,12,6.3,1.42,10,4.11,2.67,9,4.18,3.22,11,6.6,2.07,10,7.33,1.66,9,6.17,1.47,12,6.1,1.29,10,5.14,2.97,7,3.62,2.84,13,7.57,1.62,7,6.58,1.98,12
+guesthouse,6.09,1.7,23,3.0,1.98,22,5.65,2.35,20,5.88,1.36,8,6.2,1.9,15,2.9,1.66,10,3.08,2.27,12,6.29,2.56,7,5.31,2.25,13,5.17,1.64,12,7.09,1.14,11,3.27,1.95,11,2.73,2.05,11,5.53,2.39,15,6.0,2.45,5,5.27,1.79,11,6.83,1.27,12,3.2,1.99,10,2.83,2.04,12,5.5,1.78,10,5.8,2.9,10
+guidance,5.95,1.88,20,3.06,2.1,18,6.1,1.97,21,5.8,1.92,5,6.0,1.93,15,3.33,1.86,6,2.92,2.27,12,5.4,2.07,10,6.73,1.74,11,6.4,1.65,10,5.5,2.07,10,3.1,1.97,10,3.0,2.39,8,6.27,1.74,11,5.9,2.28,10,5.83,2.08,12,6.12,1.64,8,1.89,1.36,9,4.22,2.11,9,6.82,1.78,11,5.3,1.95,10
+guide,5.43,1.03,21,3.33,2.44,24,5.75,2.57,20,5.25,1.04,8,5.54,1.05,13,5.5,2.17,6,2.61,2.12,18,5.82,2.44,11,5.67,2.87,9,4.92,0.9,12,6.11,0.78,9,4.2,2.74,10,2.71,2.09,14,5.46,2.96,13,6.29,1.7,7,5.29,1.07,14,5.71,0.95,7,4.0,2.5,16,2.0,1.77,8,5.58,2.39,12,6.0,2.98,8
+guidebook,5.92,1.82,24,2.78,1.76,23,5.78,2.37,18,6.0,2.0,11,5.85,1.72,13,3.0,1.84,11,2.58,1.73,12,6.0,2.21,10,5.5,2.67,8,5.75,2.19,8,6.0,1.73,15,3.09,2.02,11,2.5,1.51,12,6.0,2.71,7,5.64,2.25,11,5.93,1.98,15,5.89,1.62,9,2.82,1.66,11,2.75,1.91,12,4.89,2.62,9,6.67,1.8,9
+guiding,5.73,1.32,22,4.77,2.64,22,5.58,1.89,19,5.5,0.76,8,5.62,1.33,13,5.38,2.97,8,4.31,2.53,13,5.43,1.81,7,5.73,2.1,11,5.75,1.58,8,5.46,0.78,13,4.11,2.98,9,5.23,2.39,13,4.86,1.68,7,6.0,1.95,12,5.73,1.1,11,5.73,1.56,11,3.11,2.37,9,5.92,2.22,13,5.69,1.92,16,5.0,2.0,3
+guild,5.43,1.36,21,4.6,2.28,20,6.29,2.1,21,5.5,0.84,6,5.4,1.55,15,5.75,1.83,8,3.83,2.29,12,6.18,1.94,11,6.4,2.37,10,4.83,0.98,6,5.67,1.45,15,5.6,2.5,10,3.6,1.58,10,6.21,2.15,14,6.43,2.15,7,5.14,1.21,7,5.57,1.45,14,4.93,2.5,14,3.83,1.6,6,6.17,2.37,12,6.44,1.81,9
+guillotine,1.63,0.9,19,5.64,2.73,44,3.39,2.07,44,1.67,0.58,3,1.53,0.92,15,5.65,2.62,20,5.62,2.87,24,3.48,2.02,23,3.15,2.13,20,1.5,0.55,6,1.58,1.0,12,6.0,2.28,24,5.2,3.19,20,3.52,2.01,27,3.18,2.21,17,1.42,0.79,12,2.0,1.0,7,5.28,2.79,29,6.33,2.55,15,3.74,2.12,35,2.0,1.12,9
+guilt,2.29,1.35,21,4.48,2.98,23,4.35,2.62,17,2.78,1.72,9,1.92,0.9,12,4.73,3.26,11,4.25,2.83,12,4.0,3.04,9,4.75,2.19,8,2.71,1.6,7,2.08,1.26,13,5.45,3.24,11,3.58,2.54,12,3.71,3.04,7,4.8,2.35,10,2.23,1.36,13,2.38,1.41,8,4.36,2.77,11,4.58,3.29,12,3.88,2.42,8,4.78,2.86,9
+guilty,3.09,1.76,46,4.65,2.43,20,4.5,2.83,58,3.27,1.75,22,2.92,1.79,24,5.0,3.03,6,4.5,2.24,14,5.22,3.12,27,3.87,2.43,31,3.18,1.59,17,3.03,1.88,29,4.57,2.37,7,4.69,2.56,13,4.79,2.83,38,3.95,2.82,20,3.0,1.64,21,3.16,1.89,25,4.33,2.96,9,4.91,2.02,11,4.41,2.78,32,4.62,2.94,26
+guinea,5.5,1.43,20,3.48,2.14,21,5.0,2.1,25,5.82,1.17,11,5.11,1.69,9,4.57,2.44,7,2.93,1.82,14,4.6,2.12,10,5.27,2.12,15,4.25,1.5,4,5.81,1.28,16,3.5,2.12,10,3.45,2.25,11,3.86,2.54,7,5.44,1.79,18,5.73,1.42,11,5.22,1.48,9,3.46,2.11,13,3.5,2.33,8,3.89,2.37,9,5.62,1.71,16
+guise,4.25,1.97,20,3.86,2.46,22,4.28,2.11,25,4.5,2.38,4,4.19,1.94,16,3.67,2.89,3,3.89,2.47,19,5.0,2.55,9,3.88,1.78,16,4.38,1.51,8,4.17,2.29,12,3.89,2.71,9,3.85,2.38,13,4.64,1.98,14,3.82,2.27,11,4.27,1.49,11,4.22,2.54,9,3.1,2.28,10,4.5,2.5,12,4.61,2.17,18,3.43,1.81,7
+guitar,7.1,1.45,21,4.4,2.54,20,5.89,1.73,35,7.12,1.64,8,7.08,1.38,13,4.6,2.88,5,4.33,2.53,15,5.64,1.8,11,6.0,1.72,24,7.08,1.66,13,7.12,1.13,8,5.08,2.75,12,3.38,1.92,8,5.85,2.03,20,5.93,1.28,15,6.45,1.29,11,7.8,1.32,10,4.0,2.61,11,4.89,2.52,9,6.05,1.83,21,5.64,1.6,14
+guitarist,6.05,1.72,19,5.05,2.59,22,5.52,2.29,23,6.0,1.79,11,5.71,1.38,7,5.88,2.42,8,4.57,2.65,14,4.86,2.85,7,5.81,2.04,16,5.75,2.12,8,6.27,1.42,11,5.11,2.93,9,5.0,2.45,13,5.73,2.41,11,5.33,2.27,12,6.08,1.98,12,6.0,1.29,7,4.18,2.86,11,5.91,2.07,11,5.62,2.53,13,5.4,2.07,10
+gull,5.67,1.74,21,3.8,2.55,20,5.03,2.23,35,6.0,1.93,8,5.46,1.66,13,5.2,2.28,5,3.33,2.53,15,4.91,2.21,11,5.08,2.28,24,5.62,2.06,13,5.75,1.16,8,4.0,2.52,12,3.5,2.73,8,5.21,2.32,19,4.81,2.17,16,5.0,1.67,11,6.4,1.58,10,3.73,2.69,11,3.89,2.52,9,4.67,2.52,21,5.57,1.65,14
+gullet,4.35,1.53,20,5.25,2.27,20,4.46,1.79,26,4.36,1.29,11,4.33,1.87,9,6.0,1.83,7,4.85,2.44,13,4.0,1.68,13,4.92,1.85,13,4.18,1.47,11,4.56,1.67,9,4.91,2.26,11,5.67,2.35,9,4.59,2.12,17,4.22,0.97,9,4.5,1.27,10,4.2,1.81,10,5.0,2.17,12,5.62,2.5,8,5.0,1.86,16,3.6,1.35,10
+gullible,4.16,1.26,19,4.06,2.01,17,3.59,1.87,17,4.64,1.21,11,3.5,1.07,8,4.0,2.58,4,4.08,1.93,13,3.75,2.05,8,3.44,1.81,9,4.75,1.28,8,3.73,1.1,11,4.14,1.57,7,4.0,2.36,10,4.33,2.25,6,3.18,1.6,11,4.31,1.44,13,3.83,0.75,6,3.6,2.07,10,4.71,1.89,7,2.71,1.38,7,4.2,1.99,10
+gully,5.05,1.61,19,3.62,2.31,21,4.2,2.02,20,5.33,1.53,3,5.0,1.67,16,3.67,1.75,6,3.6,2.56,15,3.83,1.17,6,4.36,2.31,14,5.9,1.37,10,4.11,1.36,9,2.86,1.95,7,4.0,2.45,14,4.0,2.45,10,4.4,1.58,10,4.75,2.38,8,5.27,0.79,11,3.11,1.96,9,4.0,2.56,12,4.25,2.76,8,4.17,1.47,12
+gulp,4.7,1.95,20,3.48,2.2,21,4.6,2.0,25,5.0,2.94,4,4.62,1.75,16,2.5,1.29,4,3.71,2.34,17,4.78,2.33,9,4.5,1.86,16,4.25,2.19,8,5.0,1.81,12,3.2,1.62,10,3.73,2.69,11,4.0,1.62,14,5.36,2.25,11,5.0,1.73,11,4.33,2.24,9,3.4,2.5,10,3.55,2.02,11,4.72,2.02,18,4.29,2.06,7
+gum,5.89,1.37,18,3.2,2.33,20,4.92,2.14,25,7.0,0.71,5,5.46,1.33,13,3.18,2.44,11,3.22,2.33,9,5.0,2.25,16,4.78,2.05,9,5.43,1.13,7,6.18,1.47,11,2.56,1.33,9,3.73,2.87,11,4.95,2.39,20,4.8,0.45,5,5.44,1.24,9,6.33,1.41,9,2.45,1.44,11,4.11,2.93,9,4.63,1.89,19,5.83,2.79,6
+gumbo,6.21,1.75,19,4.0,2.43,20,5.25,2.03,24,6.77,1.74,13,5.0,1.1,6,5.4,2.7,5,3.53,2.23,15,5.23,2.13,13,5.27,2.0,11,6.33,2.0,9,6.1,1.6,10,4.29,2.93,7,3.85,2.23,13,4.27,2.24,11,6.08,1.44,13,5.22,1.2,9,7.1,1.73,10,4.0,2.4,10,4.0,2.58,10,5.56,2.46,9,5.07,1.79,15
+gummy,5.29,1.71,21,4.0,1.95,21,5.04,2.03,25,5.75,1.48,12,4.67,1.87,9,4.29,0.95,7,3.86,2.32,14,5.4,1.84,10,4.8,2.18,15,5.75,1.71,4,5.18,1.74,17,3.5,2.01,10,4.45,1.86,11,6.14,1.68,7,4.61,2.03,18,5.08,1.83,12,5.56,1.59,9,4.08,2.22,13,3.88,1.55,8,4.67,1.87,9,5.25,2.14,16
+gumption,5.48,1.91,21,4.65,1.79,20,5.55,1.85,20,5.17,1.6,6,5.6,2.06,15,5.12,1.89,8,4.33,1.72,12,5.4,1.26,10,5.7,2.36,10,4.5,1.76,6,5.87,1.88,15,4.7,1.95,10,4.6,1.71,10,5.15,1.82,13,6.29,1.8,7,5.14,1.68,7,5.64,2.06,14,4.93,1.94,14,4.0,1.26,6,5.0,1.6,12,6.38,2.0,8
+gun,3.66,2.55,41,7.74,1.91,19,4.71,2.91,48,5.27,2.94,15,2.73,1.76,26,8.14,1.07,7,7.5,2.28,12,5.88,2.78,26,3.32,2.46,22,4.6,2.89,20,2.85,1.81,20,7.82,1.6,11,7.62,2.39,8,5.34,2.87,29,3.74,2.77,19,4.04,2.69,24,3.12,2.29,17,8.55,0.69,11,6.62,2.5,8,5.19,2.8,26,4.14,3.0,22
+gunboat,3.58,2.14,19,5.86,2.52,21,3.4,2.04,20,5.33,1.15,3,3.25,2.14,16,6.5,2.07,6,5.6,2.69,15,3.83,1.94,6,3.21,2.12,14,3.4,2.07,10,3.78,2.33,9,5.14,2.61,7,6.21,2.49,14,3.6,2.17,10,3.2,1.99,10,4.75,2.12,8,2.73,1.79,11,5.67,2.5,9,6.0,2.63,12,3.62,2.26,8,3.25,1.96,12
+gunfight,3.42,2.12,19,6.19,2.18,21,4.13,2.6,23,5.0,1.0,3,3.12,2.16,16,7.0,1.51,8,5.69,2.43,13,4.11,2.71,9,4.14,2.63,14,3.11,2.52,9,3.7,1.77,10,6.11,2.15,9,6.25,2.3,12,4.73,2.66,15,3.0,2.2,8,4.29,3.04,7,2.92,1.24,12,6.9,1.37,10,5.55,2.62,11,4.23,3.24,13,4.0,1.56,10
+gunfighter,4.33,1.81,18,6.1,2.61,20,4.36,2.4,25,5.4,1.14,5,3.92,1.89,13,7.18,2.68,11,4.78,1.92,9,4.69,2.39,16,3.78,2.44,9,4.14,1.35,7,4.45,2.11,11,5.22,3.23,9,6.82,1.83,11,3.95,2.37,20,6.0,1.87,5,3.78,1.72,9,4.89,1.83,9,5.91,3.08,11,6.33,2.06,9,4.68,2.11,19,3.33,3.14,6
+gunfire,2.79,2.18,19,6.91,2.31,22,3.75,2.47,24,3.67,2.42,6,2.38,2.02,13,7.08,2.27,12,6.7,2.45,10,4.62,2.72,8,3.31,2.3,16,3.0,2.16,10,2.56,2.3,9,7.56,1.33,9,6.46,2.76,13,4.35,2.62,17,2.0,1.1,6,2.25,2.38,8,3.18,2.04,11,5.56,2.79,9,7.85,1.34,13,4.31,2.55,16,2.62,2.0,8
+gunk,3.62,2.16,21,3.8,2.42,25,4.21,2.07,19,4.11,2.2,9,3.25,2.14,12,2.83,1.83,6,4.28,2.49,18,3.86,2.27,7,4.42,2.02,12,3.5,2.07,16,4.0,2.65,5,3.36,2.41,14,4.7,2.26,10,3.89,2.52,9,4.5,1.65,10,4.17,2.33,12,2.89,1.76,9,4.0,2.53,16,3.44,2.3,9,3.55,2.11,11,5.12,1.73,8
+gunman,3.0,2.13,20,5.62,2.27,21,3.88,2.71,24,2.5,2.38,4,3.12,2.13,16,6.25,1.71,4,5.47,2.4,17,5.22,2.33,9,3.07,2.66,15,3.38,1.6,8,2.75,2.45,12,6.1,1.6,10,5.18,2.75,11,4.29,2.61,14,3.3,2.87,10,3.09,1.64,11,2.89,2.71,9,4.7,2.83,10,6.45,1.21,11,3.71,2.62,17,4.29,3.09,7
+gunner,3.95,2.21,22,5.88,2.45,26,5.08,2.26,24,4.22,2.28,9,3.77,2.24,13,5.5,2.95,10,6.12,2.16,16,4.44,2.24,9,5.47,2.26,15,4.75,2.6,8,3.5,1.91,14,5.54,2.47,13,6.23,2.49,13,5.25,2.42,12,4.92,2.19,12,3.83,2.33,12,4.1,2.18,10,5.87,2.53,15,5.91,2.47,11,5.31,2.5,13,4.82,2.04,11
+gunnery,3.89,2.35,18,4.41,2.84,22,4.74,2.07,27,5.33,3.14,6,3.17,1.53,12,4.18,2.93,11,4.64,2.87,11,5.09,2.39,11,4.5,1.86,16,4.9,2.42,10,2.62,1.6,8,4.18,2.56,11,4.64,3.2,11,4.59,2.09,17,5.0,2.11,10,4.33,2.5,12,3.0,1.9,6,3.43,2.47,14,6.12,2.75,8,4.87,2.29,15,4.58,1.83,12
+gunplay,2.95,1.99,20,5.38,2.64,21,4.0,2.67,34,2.4,1.58,10,3.5,2.27,10,5.62,2.5,8,5.23,2.8,13,5.21,2.86,14,3.15,2.23,20,2.56,1.33,9,3.27,2.41,11,5.46,2.47,13,5.25,3.06,8,4.36,2.75,22,3.33,2.5,12,2.5,1.43,10,3.4,2.41,10,5.36,2.73,14,5.43,2.64,7,4.71,2.73,17,3.29,2.49,17
+gunpoint,2.11,1.66,19,6.91,2.22,22,2.85,2.6,27,3.0,1.9,6,1.69,1.44,13,6.45,2.66,11,7.36,1.69,11,3.2,3.19,10,2.65,2.26,17,2.64,1.96,11,1.38,0.74,8,7.0,1.73,11,6.82,2.71,11,2.78,2.51,18,3.0,2.92,9,2.0,1.58,13,2.33,1.97,6,6.29,2.4,14,8.0,1.41,8,2.81,2.61,16,2.91,2.7,11
+gunpowder,5.37,2.17,19,5.2,2.75,20,4.83,2.23,23,5.85,1.99,13,4.33,2.34,6,5.8,3.27,5,5.0,2.65,15,4.58,2.11,12,5.09,2.43,11,5.22,2.39,9,5.5,2.07,10,6.0,2.83,7,4.77,2.71,13,4.9,2.08,10,4.77,2.42,13,4.67,2.12,9,6.0,2.11,10,4.7,2.71,10,5.7,2.83,10,6.12,2.75,8,4.13,1.6,15
+gunshot,2.79,2.06,24,5.55,2.86,22,3.7,1.92,27,3.33,1.92,12,2.25,2.14,12,5.29,3.15,7,5.67,2.82,15,3.82,2.07,17,3.5,1.72,10,3.25,2.18,12,2.33,1.92,12,3.0,2.83,5,6.29,2.47,17,4.0,2.39,14,3.38,1.26,13,2.4,1.5,15,3.44,2.74,9,3.7,3.27,10,7.08,1.08,12,4.29,2.3,14,3.08,1.19,13
+gunslinger,4.53,2.04,19,6.1,2.32,21,4.05,2.42,20,6.33,1.53,3,4.19,1.97,16,6.17,1.72,6,6.07,2.58,15,6.33,1.75,6,3.07,1.98,14,4.9,1.85,10,4.11,2.26,9,5.43,2.76,7,6.43,2.1,14,5.2,2.57,10,2.9,1.66,10,5.25,2.38,8,4.0,1.67,11,5.44,3.05,9,6.58,1.56,12,4.38,2.92,8,3.83,2.12,12
+gurney,2.95,1.47,19,3.33,2.31,21,3.33,1.8,21,3.22,1.48,9,2.7,1.49,10,3.29,1.98,7,3.36,2.53,14,3.09,1.38,11,3.6,2.22,10,4.0,1.29,7,2.33,1.23,12,3.6,1.9,10,3.09,2.7,11,3.5,1.98,12,3.11,1.62,9,3.1,1.52,10,2.78,1.48,9,4.12,3.14,8,2.85,1.57,13,3.23,1.69,13,3.5,2.07,8
+guru,5.76,1.81,21,3.76,2.59,25,6.42,2.14,19,5.78,1.99,9,5.75,1.76,12,2.0,1.26,6,4.5,2.62,18,6.29,2.75,7,6.5,1.83,12,5.88,1.93,16,5.4,1.52,5,3.64,2.87,14,4.2,2.2,10,6.33,2.69,9,6.5,1.65,10,5.83,1.85,12,5.67,1.87,9,3.69,2.65,16,3.89,2.62,9,5.91,2.39,11,7.12,1.64,8
+gush,5.32,1.73,19,5.57,2.23,21,5.19,2.11,21,5.8,1.64,5,5.08,1.85,13,5.0,2.28,6,5.8,2.24,15,6.0,1.94,10,4.45,2.07,11,6.0,2.16,7,4.82,1.4,11,4.71,2.63,7,6.0,1.96,14,4.7,2.41,10,5.64,1.8,11,5.83,1.85,12,4.43,1.13,7,4.73,2.57,11,6.5,1.35,10,5.15,2.41,13,5.25,1.67,8
+gusher,4.67,2.37,21,4.9,2.51,20,4.28,1.7,25,5.57,2.44,7,4.21,2.29,14,5.73,2.57,11,3.89,2.15,9,4.56,1.86,16,3.78,1.3,9,4.12,2.36,8,5.0,2.42,13,3.67,2.69,9,5.91,1.92,11,4.25,1.8,20,4.4,1.34,5,4.36,2.66,11,5.0,2.11,10,3.91,2.59,11,6.11,1.9,9,4.11,1.56,19,4.83,2.14,6
+gust,4.86,1.35,21,4.46,1.93,24,4.36,2.32,22,4.38,1.85,8,5.15,0.9,13,4.54,2.15,13,4.36,1.75,11,4.38,2.4,13,4.33,2.35,9,4.75,2.05,8,5.0,0.74,12,4.86,1.46,14,3.9,2.42,10,4.75,2.49,12,3.9,2.13,10,4.3,1.57,10,5.36,0.92,11,4.06,1.82,17,5.43,1.99,7,4.2,2.49,10,4.5,2.28,12
+gusto,5.67,2.2,21,4.43,1.83,21,6.21,1.93,24,5.92,2.27,12,5.33,2.18,9,4.86,1.57,7,4.21,1.97,14,6.0,1.7,10,6.36,2.13,14,5.25,2.06,4,5.76,2.28,17,4.6,2.01,10,4.27,1.74,11,6.14,2.27,7,6.24,1.86,17,5.33,2.15,12,6.11,2.32,9,4.54,1.85,13,4.25,1.91,8,5.75,1.83,8,6.44,2.0,16
+gut,3.9,1.55,20,3.67,2.14,18,5.27,2.0,22,3.8,2.17,5,3.93,1.39,15,3.0,0.89,6,4.0,2.52,12,5.5,2.17,10,5.08,1.93,12,4.1,1.79,10,3.7,1.34,10,3.7,1.57,10,3.62,2.83,8,5.73,2.49,11,4.82,1.33,11,3.92,1.62,12,3.88,1.55,8,2.0,0.71,9,5.33,1.73,9,5.73,1.95,11,4.82,2.04,11
+gutless,4.05,1.99,21,4.65,1.93,20,3.9,2.12,21,4.5,1.76,6,3.87,2.1,15,3.88,1.89,8,5.17,1.85,12,3.64,2.29,11,4.2,1.99,10,4.0,2.1,6,4.07,2.02,15,4.8,2.49,10,4.5,1.27,10,4.07,2.3,14,3.57,1.81,7,4.57,2.37,7,3.79,1.81,14,4.36,2.17,14,5.33,1.03,6,3.58,2.07,12,4.33,2.24,9
+gutsy,5.53,1.93,19,5.57,2.38,21,5.7,1.89,20,5.33,2.08,3,5.56,1.97,16,5.33,3.01,6,5.67,2.19,15,5.0,1.79,6,6.0,1.92,14,5.5,1.08,10,5.56,2.65,9,5.71,3.04,7,5.5,2.1,14,5.4,2.41,10,6.0,1.25,10,5.25,1.58,8,5.73,2.2,11,5.44,2.92,9,5.67,2.02,12,6.62,1.85,8,5.08,1.73,12
+gutter,4.05,1.89,22,3.81,2.06,21,4.64,2.15,22,4.29,2.23,14,3.62,1.06,8,4.09,1.92,11,3.67,2.35,9,4.83,2.48,6,4.56,2.1,16,4.3,2.36,10,3.83,1.47,12,3.73,2.61,11,3.9,1.37,10,4.69,1.89,13,4.56,2.6,9,4.0,2.17,12,4.1,1.6,10,3.92,2.47,13,3.62,1.3,8,4.5,2.11,12,4.8,2.3,10
+guy,6.55,1.34,22,4.71,2.28,21,5.12,1.76,17,6.0,1.67,6,6.87,1.13,15,3.71,2.21,7,5.21,2.22,14,5.25,1.98,8,5.12,1.73,8,6.57,1.28,14,6.71,1.5,7,4.22,2.39,9,5.08,2.23,12,5.0,2.12,9,5.25,1.39,8,6.36,1.34,14,6.88,1.36,8,5.33,2.88,6,4.47,2.07,15,5.0,2.12,9,5.25,1.39,8
+guzzler,4.42,1.57,19,5.14,2.31,21,4.5,2.52,22,5.0,1.73,3,4.31,1.58,16,6.25,1.75,8,4.46,2.4,13,5.25,2.96,8,4.07,2.23,14,3.67,1.0,9,5.1,1.73,10,5.33,2.06,9,5.0,2.56,12,4.71,2.67,14,4.12,2.36,8,4.0,2.24,7,4.67,1.07,12,5.3,2.06,10,5.0,2.61,11,4.0,2.83,12,5.1,2.08,10
+gym,5.84,2.52,19,5.0,3.02,22,5.96,2.15,28,6.0,2.83,6,5.77,2.49,13,5.45,2.91,11,4.55,3.21,11,6.45,2.77,11,5.65,1.66,17,7.18,2.18,11,4.0,1.69,8,4.91,2.7,11,5.09,3.45,11,6.17,2.18,18,5.6,2.17,10,6.08,2.66,13,5.33,2.34,6,4.36,3.1,14,6.12,2.7,8,6.06,2.43,16,5.83,1.8,12
+gymnasium,6.2,1.36,20,4.1,1.92,20,5.09,1.93,22,7.14,0.38,7,5.69,1.44,13,3.78,2.05,9,4.36,1.86,11,4.83,2.71,6,5.19,1.64,16,5.7,1.64,10,6.67,0.87,9,3.38,1.69,8,4.58,1.98,12,5.07,1.75,15,5.14,2.41,7,6.18,1.66,11,6.22,0.97,9,4.08,2.02,12,4.12,1.89,8,4.91,1.97,11,5.27,1.95,11
+gymnast,5.22,1.62,45,4.55,2.65,44,5.65,2.06,23,5.81,1.87,16,4.9,1.4,29,4.86,2.61,21,4.26,2.72,23,5.11,2.2,9,6.0,1.96,14,5.05,1.68,19,5.35,1.6,26,4.55,2.56,22,4.55,2.81,22,5.87,2.39,15,5.25,1.28,8,5.11,1.52,28,5.41,1.8,17,4.88,2.56,24,4.15,2.78,20,5.85,2.58,13,5.4,1.17,10
+gymnastics,5.45,1.79,22,4.57,2.41,23,5.21,2.07,19,4.88,1.46,8,5.54,1.76,13,3.75,2.19,8,5.07,2.56,14,4.86,1.77,7,5.55,2.34,11,5.5,2.07,8,5.15,1.41,13,4.78,2.73,9,4.43,2.28,14,4.0,1.83,7,5.92,1.93,12,4.82,1.72,11,6.09,1.7,11,4.11,3.02,9,4.86,1.99,14,5.56,1.86,16,3.33,2.52,3
+gynecologist,3.33,2.27,21,4.1,2.73,20,4.68,2.57,22,4.67,2.58,6,2.8,1.97,15,4.38,3.34,8,3.92,2.39,12,4.5,2.58,12,4.9,2.69,10,3.22,2.77,9,3.42,1.93,12,4.78,2.59,9,3.55,2.84,11,4.57,1.72,7,4.73,2.94,15,3.5,2.95,10,3.18,1.54,11,3.69,2.25,13,4.86,3.53,7,5.0,3.25,12,4.3,1.49,10
+habit,5.2,1.51,20,4.55,1.87,22,5.67,2.91,18,5.09,1.92,11,5.33,0.87,9,4.88,1.64,8,4.36,2.02,14,5.3,2.91,10,6.12,3.04,8,5.18,1.54,11,5.22,1.56,9,4.8,2.1,10,4.33,1.72,12,5.71,3.09,7,5.64,2.94,11,5.2,1.62,10,5.2,1.48,10,5.25,2.31,8,4.14,1.51,14,5.78,2.73,9,5.56,3.24,9
+habitat,5.85,1.18,20,3.06,1.63,18,5.62,2.09,21,5.8,0.84,5,5.87,1.3,15,3.0,1.26,6,3.08,1.83,12,5.1,2.13,10,6.09,2.02,11,6.3,1.16,10,5.4,1.07,10,2.6,1.35,10,3.62,1.85,8,5.27,2.28,11,6.0,1.89,10,5.75,1.29,12,6.0,1.07,8,2.78,1.72,9,3.33,1.58,9,4.55,2.07,11,6.8,1.4,10
+habitual,4.2,1.77,20,3.33,2.11,18,5.32,2.08,22,4.0,1.41,5,4.27,1.91,15,3.33,1.51,6,3.33,2.42,12,5.2,1.4,10,5.42,2.57,12,4.6,1.26,10,3.8,2.15,10,3.3,1.89,10,3.38,2.5,8,5.82,1.99,11,4.82,2.14,11,3.42,1.78,12,5.38,0.92,8,2.44,1.59,9,4.22,2.28,9,5.45,2.02,11,5.18,2.23,11
+hacienda,5.88,2.07,24,3.33,2.31,21,5.36,2.04,22,6.2,2.48,15,5.33,1.0,9,4.27,2.72,11,2.33,1.22,9,6.17,2.48,6,5.06,1.84,16,5.1,2.38,10,6.43,1.7,14,2.82,1.99,11,3.9,2.6,10,5.69,2.1,13,4.89,1.96,9,5.38,2.33,13,6.45,1.63,11,3.0,2.58,13,3.88,1.81,8,5.33,1.92,12,5.4,2.27,10
+hack,3.95,1.86,21,5.48,1.91,21,4.08,2.6,24,4.58,2.07,12,3.11,1.17,9,6.29,1.6,7,5.07,1.98,14,4.67,2.78,9,3.73,2.52,15,3.25,1.26,4,4.12,1.96,17,5.1,2.02,10,5.82,1.83,11,4.71,3.09,7,3.82,2.43,17,3.83,1.59,12,4.11,2.26,9,5.23,1.42,13,5.88,2.59,8,2.78,2.44,9,4.87,2.45,15
+hacker,4.5,2.37,20,5.24,2.43,21,3.74,2.33,19,5.33,2.5,9,3.82,2.14,11,5.0,3.54,5,5.27,2.19,15,3.17,3.06,6,4.0,2.0,13,4.21,1.93,14,5.17,3.31,6,4.25,2.56,12,6.62,1.6,8,4.22,2.28,9,3.3,2.41,10,4.2,1.75,10,4.8,2.94,10,3.73,2.24,11,6.9,1.29,10,5.33,3.27,6,3.0,1.35,13
+hacksaw,3.86,1.68,21,4.55,2.54,22,4.84,2.19,19,5.0,0.53,8,3.33,1.72,12,4.0,2.16,7,4.79,2.83,14,4.71,2.43,7,4.73,2.15,11,3.62,1.51,8,4.25,1.66,12,4.67,2.74,9,4.46,2.5,13,4.0,2.31,7,5.33,2.06,12,3.73,1.85,11,4.0,1.56,10,3.0,2.88,8,5.43,1.91,14,4.88,2.33,16,4.67,1.53,3
+hag,2.32,1.34,19,4.52,2.09,21,3.61,2.29,23,2.5,1.38,6,2.23,1.36,13,4.5,2.24,12,4.56,2.01,9,3.12,1.13,8,3.87,2.72,15,2.9,1.45,10,1.67,0.87,9,4.33,2.29,9,4.67,2.02,12,3.94,2.38,17,2.2,1.64,5,1.88,0.99,8,2.64,1.5,11,4.62,1.92,8,4.46,2.26,13,3.6,2.5,15,3.62,2.0,8
+haggle,4.78,1.78,23,3.76,2.34,21,4.44,1.92,25,4.83,1.72,6,4.76,1.86,17,5.75,2.06,4,3.29,2.2,17,4.56,2.3,9,4.38,1.75,16,5.33,0.87,9,4.43,2.14,14,3.3,2.5,10,4.18,2.23,11,4.64,1.98,14,4.18,1.89,11,5.23,1.36,13,4.2,2.15,10,3.1,2.28,10,4.36,2.34,11,4.61,2.03,18,4.0,1.63,7
+haiku,5.86,1.77,21,3.87,1.94,23,6.0,2.22,20,4.8,1.79,5,6.19,1.68,16,3.83,2.12,12,3.91,1.81,11,5.7,1.89,10,6.0,2.55,9,6.17,1.99,12,5.44,1.42,9,3.94,1.98,16,3.71,1.98,7,5.91,1.76,11,6.11,2.8,9,6.08,1.66,13,5.5,2.0,8,3.79,2.02,19,4.25,1.71,4,5.46,2.18,13,7.0,2.08,7
+hail,4.81,2.36,21,3.83,2.72,23,4.44,2.55,18,5.11,2.76,9,4.58,2.11,12,4.27,2.72,11,3.42,2.78,12,4.2,2.86,10,4.75,2.25,8,4.57,1.62,7,5.0,2.8,13,4.45,2.84,11,3.25,2.6,12,4.86,3.13,7,4.18,2.23,11,4.08,2.29,13,6.0,2.07,8,4.18,3.16,11,3.5,2.35,12,3.44,2.01,9,5.44,2.74,9
+hair,6.18,1.56,22,3.71,1.95,21,6.69,1.96,16,5.33,0.82,6,6.6,1.68,15,3.14,2.04,7,4.0,1.92,14,7.0,2.0,8,6.38,2.0,8,6.21,1.63,14,6.29,1.6,7,4.33,2.0,9,3.25,1.86,12,7.11,2.2,9,6.14,1.57,7,5.64,1.34,14,7.12,1.55,8,3.17,2.14,6,3.93,1.91,15,7.44,2.07,9,5.71,1.38,7
+hairball,3.0,1.26,21,4.52,2.44,21,4.12,2.47,24,3.17,1.27,12,2.78,1.3,9,4.86,2.48,7,4.36,2.5,14,3.89,2.93,9,4.27,2.25,15,2.5,1.29,4,3.12,1.27,17,3.9,2.38,10,5.09,2.47,11,3.57,2.82,7,4.35,2.37,17,3.0,1.13,12,3.0,1.5,9,4.31,2.5,13,4.88,2.47,8,2.89,1.36,9,4.87,2.72,15
+hairbrush,5.95,1.33,22,4.26,2.35,19,6.0,1.73,21,5.2,1.1,5,6.25,1.34,16,5.25,2.71,8,3.55,1.86,11,5.5,1.65,10,6.45,1.75,11,5.75,1.36,12,6.2,1.32,10,4.7,2.36,10,3.78,2.39,9,6.0,1.95,12,6.0,1.5,9,5.82,1.6,11,6.09,1.04,11,3.75,2.55,8,4.64,2.25,11,5.67,1.94,9,6.25,1.6,12
+haircut,6.38,2.33,21,3.57,2.56,21,6.56,2.2,25,6.08,2.19,12,6.78,2.59,9,3.43,1.81,7,3.64,2.92,14,6.3,2.36,10,6.73,2.15,15,8.25,0.96,4,5.94,2.36,17,4.1,2.51,10,3.09,2.63,11,6.29,2.43,7,6.67,2.17,18,6.08,2.81,12,6.78,1.56,9,3.85,2.44,13,3.12,2.85,8,6.44,2.35,9,6.62,2.19,16
+hairdo,5.37,1.67,19,4.35,2.89,23,5.82,2.29,28,4.5,0.93,8,6.0,1.84,11,3.78,2.39,9,4.71,3.2,14,5.43,2.1,14,6.21,2.49,14,5.89,2.26,9,4.9,0.74,10,4.25,2.73,12,4.45,3.17,11,5.21,2.78,14,6.43,1.55,14,6.1,1.91,10,4.56,0.88,9,4.82,2.96,11,3.92,2.87,12,5.42,2.23,12,6.12,2.36,16
+hairdresser,5.71,1.31,21,3.91,1.97,22,4.71,2.15,21,5.0,0.87,9,6.25,1.36,12,2.5,1.64,6,4.47,1.92,15,4.17,2.79,6,4.93,1.91,15,5.0,1.0,9,6.25,1.29,12,3.8,1.92,5,3.94,2.05,17,4.6,2.22,10,4.82,2.18,11,6.0,1.54,12,5.33,0.87,9,4.44,1.88,9,3.54,2.03,13,5.0,2.09,12,4.33,2.29,9
+hairdryer,5.52,1.81,21,2.61,1.95,23,6.23,1.56,26,5.0,0.95,12,6.22,2.44,9,3.09,2.43,11,2.17,1.34,12,6.15,1.46,13,6.31,1.7,13,7.75,1.5,4,5.0,1.46,17,3.09,2.47,11,2.17,1.27,12,6.24,1.52,17,6.22,1.72,9,5.67,2.1,12,5.33,1.41,9,2.36,1.36,11,2.83,2.41,12,6.25,1.57,16,6.2,1.62,10
+hairless,4.45,2.31,20,5.2,2.24,20,4.96,2.27,26,4.91,2.63,11,3.89,1.83,9,5.14,1.07,7,5.23,2.71,13,5.31,2.1,13,4.62,2.47,13,4.64,2.5,11,4.22,2.17,9,4.55,2.07,11,6.0,2.29,9,4.88,2.37,17,5.11,2.2,9,4.5,2.76,10,4.4,1.9,10,5.0,2.22,12,5.5,2.39,8,5.12,2.03,16,4.7,2.71,10
+hairline,4.37,1.34,19,3.0,1.56,20,3.91,1.74,22,4.57,0.79,7,4.25,1.6,12,3.11,1.17,9,2.91,1.87,11,3.5,1.76,6,4.06,1.77,16,4.3,1.64,10,4.5,1.07,8,3.12,1.96,8,2.92,1.31,12,3.8,1.74,15,4.14,1.86,7,4.27,1.62,11,4.5,0.93,8,3.17,1.75,12,2.75,1.28,8,3.82,2.09,11,4.0,1.41,11
+hairpin,5.05,1.7,41,3.71,2.29,45,5.37,2.17,19,4.17,1.82,18,5.74,1.25,23,3.82,2.36,11,3.64,2.33,33,6.0,0.89,6,5.08,2.53,13,5.0,1.53,30,5.18,2.18,11,3.77,2.35,26,3.56,2.31,18,5.44,2.51,9,5.3,1.95,10,4.64,1.22,22,5.53,2.06,19,3.85,2.32,27,3.5,2.31,18,5.29,3.2,7,5.42,1.44,12
+hairspray,5.21,2.18,19,2.65,2.13,20,6.74,2.51,19,6.0,1.0,3,5.27,2.25,15,2.6,2.12,10,2.7,2.26,10,7.2,1.4,10,6.22,3.38,9,5.17,2.48,6,5.5,1.98,12,2.29,1.98,7,2.85,2.27,13,5.25,3.06,8,7.82,1.33,11,5.17,2.25,12,5.29,2.21,7,3.2,2.3,10,2.1,1.91,10,6.33,3.28,9,7.1,1.66,10
+hairstyle,6.16,1.77,19,3.36,1.92,22,6.12,2.17,24,5.0,2.19,6,6.69,1.32,13,3.67,2.1,12,3.0,1.7,10,5.25,2.71,8,6.56,1.79,16,6.5,1.18,10,5.78,2.28,9,3.56,2.13,9,3.23,1.83,13,6.18,2.32,17,6.17,2.04,6,6.62,1.3,8,5.82,2.04,11,2.78,1.86,9,3.77,1.92,13,6.06,2.49,16,6.25,1.49,8
+hairy,3.8,1.28,20,3.5,2.35,22,5.22,2.41,27,4.0,1.33,10,3.6,1.26,10,3.14,2.41,7,3.67,2.38,15,5.29,2.64,17,5.1,2.08,10,3.36,1.21,11,4.33,1.22,9,2.4,1.52,5,3.82,2.48,17,5.57,2.56,14,4.85,2.27,13,3.46,1.27,13,4.43,1.13,7,2.5,2.42,10,4.33,2.02,12,5.93,2.16,14,4.46,2.5,13
+half dollar,6.25,1.86,20,4.09,2.14,22,5.89,1.76,19,6.89,2.2,9,5.73,1.42,11,3.0,2.45,5,4.38,2.06,16,6.17,2.23,6,5.77,1.59,13,6.57,1.87,14,5.5,1.76,6,3.92,1.93,12,4.22,2.59,9,5.56,1.13,9,6.2,2.2,10,6.6,1.43,10,5.9,2.23,10,3.67,2.15,12,4.6,2.12,10,6.83,2.04,6,5.46,1.51,13
+halfback,5.05,1.78,19,3.15,2.43,20,5.33,1.83,24,5.23,2.09,13,4.67,0.82,6,4.4,3.05,5,2.73,2.15,15,5.85,1.41,13,4.73,2.15,11,4.67,2.45,9,5.4,0.84,10,4.0,2.83,7,2.69,2.18,13,5.36,1.69,11,5.31,2.02,13,5.33,1.66,9,4.8,1.93,10,3.1,2.81,10,3.2,2.15,10,5.44,2.46,9,5.27,1.44,15
+halftime,5.21,1.08,19,3.67,2.35,21,4.9,2.05,20,5.33,0.58,3,5.19,1.17,16,5.0,2.83,6,3.13,2.0,15,5.0,1.41,6,4.86,2.32,14,5.1,0.88,10,5.33,1.32,9,2.57,1.27,7,4.21,2.61,14,4.8,1.93,10,5.0,2.26,10,5.25,1.16,8,5.18,1.08,11,2.89,2.57,9,4.25,2.09,12,5.38,3.02,8,4.58,1.08,12
+halibut,5.77,1.8,22,3.24,2.26,21,4.55,1.65,22,6.07,1.77,14,5.25,1.83,8,3.91,2.07,11,2.67,2.4,9,4.67,1.51,6,4.5,1.75,16,5.6,1.84,10,5.92,1.83,12,3.36,2.58,11,3.1,1.97,10,4.38,1.19,13,4.78,2.22,9,5.75,1.66,12,5.8,2.04,10,3.08,2.5,13,3.5,1.93,8,4.0,1.21,12,5.2,1.93,10
+hall,5.89,1.68,18,2.57,1.78,21,4.22,1.9,18,5.12,0.99,8,6.5,1.9,10,2.71,1.89,7,2.5,1.79,14,3.82,1.54,11,4.86,2.34,7,5.82,1.47,11,6.0,2.08,7,2.22,1.86,9,2.83,1.75,12,4.73,1.74,11,3.43,1.99,7,5.5,1.24,12,6.67,2.25,6,2.58,1.98,12,2.56,1.59,9,4.22,2.39,9,4.22,1.39,9
+hallmark,5.68,2.03,19,3.0,1.95,20,6.08,1.56,24,5.85,2.12,13,5.33,1.97,6,4.2,2.28,5,2.6,1.72,15,6.15,1.21,13,6.0,1.95,11,5.11,2.52,9,6.2,1.4,10,4.0,2.24,7,2.46,1.61,13,5.55,1.63,11,6.54,1.39,13,5.56,2.07,9,5.8,2.1,10,3.0,2.16,10,3.0,1.83,10,6.44,1.51,9,5.87,1.6,15
+hallowed,5.45,1.47,20,3.45,2.11,20,4.95,2.24,22,5.57,1.13,7,5.38,1.66,13,4.22,2.64,9,2.82,1.4,11,4.83,2.48,6,5.0,2.22,16,5.0,1.33,10,6.0,1.58,9,3.75,2.55,8,3.25,1.86,12,5.0,2.1,15,4.86,2.67,7,5.09,1.3,11,5.89,1.62,9,3.75,2.42,12,3.0,1.6,8,4.73,2.41,11,5.18,2.14,11
+hallucination,3.95,1.57,20,5.96,2.6,24,3.36,2.36,28,4.75,0.71,8,3.42,1.78,12,5.33,2.6,9,6.33,2.61,15,3.0,2.45,14,3.71,2.3,14,3.33,1.22,9,4.45,1.69,11,5.83,2.76,12,6.08,2.54,12,2.57,1.95,14,4.14,2.54,14,4.1,1.79,10,3.8,1.4,10,6.92,2.11,12,5.0,2.76,12,3.25,2.14,12,3.44,2.58,16
+hallway,4.78,1.35,18,2.89,1.94,18,4.94,2.05,17,5.09,0.83,11,4.29,1.89,7,4.0,2.0,4,2.57,1.87,14,4.25,2.25,8,5.56,1.74,9,5.25,1.16,8,4.4,1.43,10,3.0,1.91,7,2.82,2.04,11,4.5,2.26,6,5.18,1.99,11,4.75,1.42,12,4.83,1.33,6,2.64,2.11,11,3.29,1.7,7,4.86,1.57,7,5.0,2.4,10
+halo,6.63,2.36,19,3.27,2.1,22,5.39,2.37,23,6.91,2.34,11,5.86,2.41,7,4.25,2.55,8,2.71,1.64,14,5.0,2.52,7,5.56,2.37,16,5.5,3.07,8,7.45,1.29,11,2.89,2.57,9,3.54,1.76,13,5.27,2.53,11,5.5,2.32,12,6.83,2.41,12,6.29,2.43,7,3.64,2.66,11,2.91,1.38,11,5.23,2.42,13,5.6,2.41,10
+halt,4.42,1.38,24,4.57,2.56,23,4.37,2.14,19,4.2,1.03,10,4.23,1.01,13,5.62,2.0,8,4.07,2.79,14,3.14,1.35,7,4.91,2.26,11,4.0,1.07,8,4.33,0.98,15,5.33,2.78,9,4.07,2.37,14,3.71,1.8,7,4.75,2.3,12,4.08,1.16,12,4.75,1.54,12,4.22,3.23,9,4.79,2.12,14,4.06,2.11,16,6.0,1.73,3
+halter,4.33,1.56,21,3.26,2.24,23,5.22,2.21,18,4.33,2.0,9,4.33,1.23,12,3.91,2.21,11,2.67,2.19,12,5.7,2.26,10,4.62,2.13,8,4.57,1.72,7,4.23,1.59,13,3.64,2.42,11,2.92,2.11,12,6.29,2.21,7,4.55,2.02,11,4.23,1.64,13,4.5,1.51,8,3.0,2.1,11,3.5,2.43,12,5.22,2.05,9,5.22,2.49,9
+ham,4.65,2.35,20,4.2,2.65,20,5.85,2.03,26,4.45,2.21,11,4.89,2.62,9,5.0,2.31,7,3.77,2.8,13,5.54,2.22,13,6.15,1.86,13,3.55,2.62,11,6.0,0.87,9,4.45,3.01,11,3.89,2.26,9,5.65,2.12,17,6.22,1.92,9,5.1,2.33,10,4.2,2.39,10,4.17,3.01,12,4.25,2.19,8,5.75,2.08,16,6.0,2.05,10
+hamburger,6.93,1.76,42,4.2,2.79,41,5.35,2.33,43,7.88,1.36,16,6.35,1.74,26,5.25,3.13,16,3.52,2.37,25,5.27,2.35,22,5.43,2.36,21,6.8,1.88,20,7.14,1.65,21,4.35,2.52,23,4.0,3.16,18,4.84,2.61,19,5.75,2.05,24,6.54,1.91,24,7.44,1.42,18,3.97,2.86,30,4.82,2.6,11,5.29,2.49,21,5.41,2.22,22
+hammer,5.17,0.87,40,4.56,2.49,41,5.59,2.24,41,5.33,0.84,18,5.05,0.9,22,4.63,2.48,19,4.62,2.56,21,6.0,2.24,21,5.15,2.21,20,5.26,0.81,19,5.1,0.97,20,4.38,2.69,21,4.75,2.31,20,5.35,2.06,17,5.75,2.38,24,5.3,1.02,23,5.0,0.61,17,4.63,2.82,27,4.43,1.79,14,5.94,2.54,16,5.36,2.04,25
+hammerhead,4.63,2.19,19,4.43,2.48,23,4.11,2.02,19,4.44,1.67,9,4.8,2.66,10,3.86,2.27,7,4.87,2.59,15,4.6,1.71,10,3.56,2.3,9,5.56,2.07,9,3.8,2.04,10,4.6,3.1,10,4.5,1.98,12,5.0,2.0,8,3.3,1.89,10,4.75,2.49,12,4.43,1.72,7,4.45,2.54,20,4.33,2.52,3,4.75,1.91,8,3.64,2.06,11
+hammock,6.95,1.93,19,2.9,1.95,21,5.22,1.81,23,7.2,1.79,5,6.77,2.09,13,3.0,2.1,6,2.87,1.96,15,4.7,1.7,10,5.62,1.85,13,6.43,2.82,7,7.18,1.25,11,3.14,2.12,7,2.79,1.93,14,4.27,1.27,11,6.08,1.83,12,6.83,2.25,12,7.14,1.35,7,3.27,2.28,11,2.5,1.51,10,4.71,1.49,14,6.0,2.06,9
+hamper,5.15,1.09,20,3.14,1.81,22,5.19,2.3,27,5.71,1.6,7,4.85,0.55,13,3.3,1.95,10,3.0,1.76,12,5.07,2.34,15,5.27,2.45,11,4.82,0.6,11,5.56,1.42,9,2.89,1.76,9,3.31,1.89,13,5.53,2.32,17,4.44,2.35,9,5.31,1.25,13,4.86,0.69,7,2.5,1.46,16,4.83,1.6,6,4.75,2.67,12,5.53,2.0,15
+hamster,5.88,2.05,24,4.0,1.87,21,5.72,2.11,25,5.79,1.85,14,6.0,2.4,10,3.86,0.9,7,4.07,2.23,14,5.7,2.26,10,5.73,2.09,15,6.4,3.44,5,5.74,1.63,19,3.6,1.65,10,4.36,2.06,11,5.43,2.7,7,5.83,1.92,18,5.64,2.31,14,6.2,1.69,10,4.23,2.13,13,3.62,1.41,8,5.56,2.55,9,5.81,1.91,16
+hand,5.9,1.39,40,3.98,2.39,45,5.88,2.21,48,5.81,1.33,16,5.96,1.46,24,4.15,2.52,20,3.84,2.32,25,6.06,2.34,18,5.77,2.16,30,5.96,1.52,24,5.87,1.25,15,4.96,2.51,25,2.75,1.55,20,5.67,2.27,33,6.33,2.06,15,5.9,1.7,21,5.89,0.99,19,3.62,2.29,29,4.62,2.5,16,5.81,2.06,26,5.95,2.42,22
+handbag,4.68,1.25,19,3.94,2.41,18,5.69,2.39,16,4.55,0.93,11,4.88,1.64,8,3.75,1.89,4,4.0,2.6,14,5.0,2.73,8,6.38,1.92,8,4.38,0.92,8,4.91,1.45,11,3.57,1.62,7,4.18,2.86,11,5.33,2.42,6,5.9,2.47,10,4.62,1.5,13,4.83,0.41,6,4.0,3.03,11,3.86,1.07,7,5.33,3.01,6,5.9,2.08,10
+handball,5.43,1.86,21,3.23,2.2,22,5.26,2.07,27,6.2,1.69,10,4.73,1.79,11,2.57,1.99,7,3.53,2.29,15,5.18,2.43,17,5.4,1.35,10,5.09,2.21,11,5.8,1.4,10,3.0,2.35,5,3.29,2.23,17,5.36,2.53,14,5.15,1.52,13,5.31,2.21,13,5.62,1.19,8,3.2,2.74,10,3.25,1.76,12,5.29,2.23,14,5.23,1.96,13
+handbook,5.3,1.55,23,3.36,2.01,22,5.85,2.28,20,5.75,1.04,8,5.07,1.75,15,3.8,1.93,10,3.0,2.09,12,7.0,1.83,7,5.23,2.31,13,5.75,1.71,12,4.82,1.25,11,3.73,1.95,11,3.0,2.1,11,5.73,2.49,15,6.2,1.64,5,4.73,1.1,11,5.83,1.75,12,3.6,1.78,10,3.17,2.25,12,5.2,1.93,10,6.5,2.51,10
+handcuff,3.35,1.95,20,5.0,1.98,22,3.43,2.38,21,4.38,1.85,8,2.67,1.78,12,4.0,2.28,6,5.4,1.84,15,3.33,2.88,6,3.47,2.26,15,4.12,2.42,8,2.83,1.47,12,5.2,2.49,5,4.94,1.89,17,3.9,2.6,10,3.0,2.19,11,3.08,2.27,12,3.75,1.39,8,5.11,1.54,9,4.92,2.29,13,3.33,2.57,12,3.56,2.24,9
+handful,5.45,1.47,20,3.83,2.01,23,5.73,2.18,26,5.09,1.3,11,5.89,1.62,9,4.45,1.97,11,3.25,1.96,12,5.36,2.73,11,5.86,1.7,14,5.5,1.78,10,5.4,1.17,10,4.27,2.1,11,3.42,1.93,12,5.65,2.32,17,5.62,2.0,8,5.67,1.83,12,5.12,0.64,8,3.47,1.92,15,4.5,2.14,8,6.0,2.4,17,5.22,1.72,9
+handgun,4.95,2.16,20,6.78,2.13,18,5.04,3.01,24,5.4,1.52,5,4.8,2.37,15,8.0,1.0,5,6.31,2.29,13,4.54,2.96,13,5.64,3.11,11,5.9,1.79,10,4.0,2.16,10,7.71,0.95,7,6.18,2.48,11,4.31,2.91,16,6.5,2.83,8,4.79,2.29,14,5.33,1.97,6,6.92,2.02,12,6.5,2.51,6,5.2,2.98,15,4.78,3.23,9
+handheld,6.26,1.18,23,3.61,1.83,23,6.14,1.65,21,6.09,0.83,11,6.42,1.44,12,3.91,2.12,11,3.33,1.56,12,5.25,1.67,8,6.69,1.44,13,6.4,1.18,15,6.0,1.2,8,4.11,2.47,9,3.29,1.27,14,6.25,1.67,8,6.08,1.71,13,6.5,1.31,12,6.0,1.0,11,4.0,1.96,13,3.1,1.6,10,6.25,1.71,12,6.0,1.66,9
+handicap,2.67,1.14,18,3.45,2.22,42,3.54,2.39,48,2.33,1.53,3,2.73,1.1,15,3.19,2.04,16,3.62,2.35,26,4.56,2.75,18,2.93,1.95,30,2.25,0.89,8,3.0,1.25,10,3.38,2.02,13,3.48,2.34,29,3.33,2.29,33,4.0,2.62,15,2.71,1.11,7,2.64,1.21,11,2.92,1.84,24,4.17,2.53,18,3.35,2.31,26,3.77,2.51,22
+handicapped,3.04,1.46,23,3.95,2.52,22,3.45,1.93,20,3.62,1.85,8,2.73,1.16,15,4.3,3.09,10,3.67,2.02,12,4.71,1.98,7,2.77,1.59,13,3.0,1.54,12,3.09,1.45,11,3.36,2.06,11,4.55,2.88,11,3.67,2.06,15,2.8,1.48,5,3.18,1.25,11,2.92,1.68,12,3.5,2.17,10,4.33,2.81,12,3.4,1.84,10,3.5,2.12,10
+handiwork,6.47,1.78,19,3.36,2.22,22,5.95,1.73,22,6.45,1.92,11,6.14,1.46,7,3.75,2.38,8,3.14,2.18,14,6.14,2.19,7,5.87,1.55,15,6.38,2.13,8,6.55,1.57,11,2.89,2.03,9,3.69,2.36,13,5.91,1.76,11,6.0,1.79,11,6.42,2.15,12,6.57,0.98,7,3.36,2.54,11,3.36,1.96,11,5.54,1.85,13,6.56,1.42,9
+handkerchief,5.79,1.58,19,3.05,2.07,19,5.05,2.33,20,6.08,1.66,13,5.17,1.33,6,5.0,2.45,5,2.36,1.45,14,5.11,2.37,9,5.0,2.41,11,6.22,1.3,9,5.4,1.78,10,4.14,2.54,7,2.42,1.51,12,4.89,2.42,9,5.18,2.36,11,5.56,1.13,9,6.0,1.94,10,3.22,2.11,9,2.9,2.13,10,4.71,2.63,7,5.23,2.24,13
+handle,5.73,1.24,22,3.48,1.94,21,6.0,2.12,17,5.5,0.84,6,5.87,1.41,15,2.86,2.34,7,3.79,1.72,14,6.33,2.65,9,5.62,1.41,8,5.86,1.46,14,5.57,0.79,7,3.89,1.96,9,3.17,1.95,12,6.0,2.78,9,6.0,1.2,8,5.57,1.16,14,6.0,1.41,8,3.83,1.83,6,3.33,2.02,15,6.44,2.35,9,5.5,1.85,8
+handler,4.86,1.53,21,3.6,2.48,25,5.16,2.24,19,5.44,0.88,9,4.42,1.78,12,3.0,1.67,6,3.78,2.78,18,4.43,2.15,7,5.58,2.27,12,5.25,1.39,16,3.6,1.34,5,3.64,2.76,14,3.5,2.32,10,4.67,2.78,9,5.6,1.65,10,4.67,1.67,12,5.11,1.36,9,3.75,2.32,16,3.33,2.87,9,5.18,2.32,11,5.12,2.3,8
+handmade,7.11,1.85,19,3.62,2.2,21,6.36,2.1,25,6.75,3.2,4,7.2,1.47,15,4.25,2.63,4,3.47,2.15,17,6.11,2.03,9,6.5,2.19,16,7.5,1.41,8,6.82,2.14,11,3.3,2.0,10,3.91,2.43,11,5.64,2.27,14,7.27,1.49,11,7.45,1.69,11,6.62,2.07,8,2.9,2.08,10,4.27,2.2,11,6.33,2.06,18,6.43,2.37,7
+handout,3.85,1.31,20,3.75,2.19,24,4.96,2.52,28,4.0,1.2,8,3.75,1.42,12,4.33,2.65,9,3.4,1.88,15,4.64,2.24,14,5.29,2.81,14,3.89,1.05,9,3.82,1.54,11,3.75,2.01,12,3.75,2.45,12,4.71,2.76,14,5.21,2.33,14,3.6,1.26,10,4.1,1.37,10,3.67,2.15,12,3.83,2.33,12,4.75,2.56,12,5.12,2.55,16
+handprint,5.63,1.07,19,4.24,2.14,21,5.45,2.32,22,5.4,0.55,5,5.85,1.14,13,3.83,2.32,6,4.4,2.13,15,4.56,2.3,9,6.08,2.22,13,5.71,1.5,7,5.73,0.65,11,4.0,2.38,7,4.36,2.1,14,5.2,2.49,10,5.67,2.27,12,5.83,1.27,12,5.29,0.49,7,4.18,2.18,11,4.3,2.21,10,5.0,2.31,13,6.11,2.32,9
+handshake,6.21,1.84,19,4.32,2.06,22,6.5,2.04,18,6.0,1.8,9,6.4,1.96,10,4.29,2.36,7,4.5,1.95,14,7.33,2.12,9,5.67,1.66,9,7.0,1.58,9,5.5,1.84,10,4.56,2.55,9,4.33,1.67,12,6.29,2.36,7,6.5,1.96,10,6.25,1.71,12,6.14,2.19,7,4.21,2.18,19,5.0,1.0,3,6.86,2.12,7,6.27,2.05,11
+handsome,7.15,1.44,40,4.41,2.77,22,6.22,2.06,55,7.06,1.64,17,7.18,1.33,22,3.3,1.83,10,5.33,3.14,12,6.28,2.02,18,6.19,2.11,37,7.0,1.66,14,7.23,1.34,26,3.82,2.93,11,5.0,2.61,11,5.93,2.31,29,6.54,1.73,26,7.11,1.73,19,7.19,1.17,21,5.3,3.02,10,3.67,2.42,12,6.12,2.32,33,6.36,1.65,22
+handwriting,5.76,1.79,21,2.65,1.64,23,6.89,2.17,18,5.67,1.87,9,5.83,1.8,12,3.18,1.47,11,2.17,1.7,12,6.9,2.42,10,6.88,1.96,8,5.29,2.29,7,6.08,1.55,13,3.0,1.73,11,2.33,1.56,12,6.57,2.76,7,7.09,1.81,11,5.85,1.99,13,5.62,1.51,8,2.27,1.27,11,3.0,1.91,12,6.22,2.44,9,7.56,1.74,9
+handy,6.19,1.57,21,3.62,1.43,21,6.16,2.3,25,6.25,1.66,12,6.11,1.54,9,4.14,1.35,7,3.36,1.45,14,5.7,2.45,10,6.47,2.23,15,5.5,1.91,4,6.35,1.5,17,3.7,1.42,10,3.55,1.51,11,6.29,2.5,7,6.11,2.3,18,6.5,1.45,12,5.78,1.72,9,3.77,1.48,13,3.38,1.41,8,6.56,2.35,9,5.94,2.32,16
+handyman,6.23,1.72,22,4.09,2.33,23,6.11,1.64,18,6.12,1.96,8,6.08,1.5,13,3.88,2.53,8,4.14,2.38,14,6.14,1.68,7,6.09,1.7,11,6.62,2.0,8,5.77,1.36,13,4.56,3.0,9,3.79,1.85,14,5.14,1.77,7,6.73,1.27,11,6.36,1.57,11,6.09,1.92,11,4.22,2.86,9,4.0,2.04,14,6.27,1.67,15,5.33,1.53,3
+hang,3.1,1.84,21,4.86,2.37,21,4.61,2.12,18,3.0,2.37,6,3.14,1.75,14,3.71,2.56,7,5.43,2.14,14,3.56,1.33,9,5.88,2.36,8,3.08,2.02,13,3.14,1.77,7,5.0,2.35,9,4.75,2.49,12,5.0,2.67,10,4.12,1.13,8,3.38,1.98,13,2.62,1.6,8,5.5,2.88,6,4.6,2.2,15,4.8,2.57,10,4.38,1.51,8
+hangar,5.05,1.0,20,3.5,2.33,20,5.57,1.4,21,5.0,0.0,7,5.08,1.26,13,4.11,2.32,9,3.0,2.32,11,6.33,2.34,6,5.27,0.7,15,4.8,0.79,10,5.33,1.22,9,3.88,2.3,8,3.25,2.42,12,5.64,1.65,14,5.43,0.79,7,4.82,0.87,11,5.33,1.12,9,3.5,2.11,12,3.5,2.78,8,5.8,1.93,10,5.36,0.67,11
+hanger,4.76,1.58,21,2.92,1.93,25,5.05,2.25,19,5.0,1.32,9,4.58,1.78,12,3.33,1.97,6,2.72,1.99,18,4.29,2.63,7,5.5,1.98,12,4.56,1.59,16,5.4,1.52,5,2.86,2.11,14,2.9,1.85,10,4.89,2.8,9,5.2,1.75,10,4.83,1.9,12,4.67,1.12,9,3.38,1.96,16,2.11,1.69,9,4.55,2.3,11,5.75,2.12,8
+hangman,3.95,2.15,19,5.35,2.92,20,4.83,2.48,24,4.08,2.36,13,3.67,1.75,6,4.8,3.27,5,5.53,2.9,15,4.69,2.21,13,5.0,2.86,11,5.44,1.67,9,2.6,1.58,10,6.43,2.94,7,4.77,2.86,13,4.18,2.09,11,5.38,2.72,13,3.89,2.03,9,4.0,2.36,10,5.0,3.37,10,5.7,2.54,10,5.22,2.95,9,4.6,2.23,15
+hangout,6.45,1.84,22,4.81,2.48,26,6.21,1.96,24,6.0,2.24,9,6.77,1.54,13,3.0,2.26,10,5.94,1.91,16,6.33,1.73,9,6.13,2.13,15,6.12,2.36,8,6.64,1.55,14,4.85,2.54,13,4.77,2.52,13,6.08,2.15,12,6.33,1.83,12,6.58,1.31,12,6.3,2.41,10,4.8,2.6,15,4.82,2.44,11,6.23,2.13,13,6.18,1.83,11
+hangover,2.5,2.01,20,6.0,2.62,20,4.31,2.81,26,2.36,1.5,11,2.67,2.6,9,5.86,2.27,7,6.08,2.87,13,4.31,2.95,13,4.31,2.78,13,1.91,1.04,11,3.22,2.68,9,5.73,2.83,11,6.33,2.45,9,4.65,2.78,17,3.67,2.92,9,2.6,2.5,10,2.4,1.51,10,5.42,3.09,12,6.88,1.46,8,4.25,2.84,16,4.4,2.91,10
+hankering,5.52,1.97,21,4.2,2.42,25,4.84,2.06,19,5.67,0.87,9,5.42,2.54,12,4.67,2.42,6,4.0,2.52,18,3.71,2.14,7,5.5,1.78,12,5.69,1.7,16,5.0,2.83,5,4.0,2.75,14,4.4,2.12,10,4.33,2.4,9,5.3,1.7,10,6.0,1.81,12,4.89,2.09,9,4.62,2.28,16,3.44,2.6,9,4.55,2.42,11,5.25,1.49,8
+hanky,5.18,1.87,22,3.57,2.13,21,5.67,1.85,21,4.93,2.09,14,5.62,1.41,8,3.27,1.95,11,4.0,2.5,9,4.67,1.86,6,6.07,1.75,15,4.6,2.27,10,5.67,1.37,12,3.09,1.76,11,4.1,2.47,10,5.17,1.47,12,6.33,2.18,9,5.08,1.51,12,5.3,2.31,10,3.46,2.37,13,3.75,1.83,8,5.55,1.92,11,5.8,1.87,10
+haphazard,3.28,1.67,43,4.67,1.8,21,3.7,2.09,43,3.27,1.86,22,3.29,1.49,21,5.38,1.51,8,4.23,1.88,13,3.71,2.28,21,3.68,1.94,22,3.73,1.8,22,2.81,1.4,21,4.89,0.78,9,4.5,2.32,12,3.68,1.79,28,3.73,2.63,15,3.15,1.57,26,3.47,1.84,17,5.0,1.25,10,4.36,2.2,11,3.83,2.01,24,3.53,2.22,19
+hapless,3.63,1.61,19,4.1,2.0,21,4.61,2.54,23,3.33,1.53,3,3.69,1.66,16,4.25,2.12,8,4.0,2.0,13,4.67,2.6,9,4.57,2.59,14,3.22,1.3,9,4.0,1.83,10,4.22,1.92,9,4.0,2.13,12,5.27,2.76,15,3.38,1.51,8,3.14,1.46,7,3.92,1.68,12,4.3,1.95,10,3.91,2.12,11,4.85,2.88,13,4.3,2.11,10
+happen,5.5,1.54,22,3.43,2.04,21,5.53,1.94,17,4.83,1.6,6,5.8,1.52,15,2.14,1.46,7,4.07,2.02,14,6.0,1.8,9,5.0,2.07,8,5.43,1.83,14,5.71,0.95,7,3.56,2.19,9,3.33,2.02,12,6.56,1.88,9,4.38,1.3,8,5.14,1.51,14,6.12,1.46,8,3.67,2.34,6,3.33,1.99,15,6.44,2.07,9,4.5,1.2,8
+happiness,8.48,0.81,21,6.5,2.63,20,7.05,2.16,21,8.0,1.1,6,8.67,0.62,15,6.75,2.55,8,6.33,2.77,12,7.18,1.94,11,6.9,2.47,10,8.33,1.21,6,8.53,0.64,15,7.1,2.42,10,5.9,2.81,10,6.79,2.39,14,7.57,1.62,7,8.43,1.13,7,8.5,0.65,14,6.43,2.79,14,6.67,2.42,6,7.25,1.96,12,6.78,2.49,9
+happy,8.47,1.28,43,6.05,2.13,21,7.21,1.96,62,8.18,1.6,11,8.58,1.18,31,5.25,2.6,8,6.54,1.71,13,6.73,2.07,22,7.46,1.89,39,8.38,1.24,21,8.55,1.34,22,6.33,1.73,9,5.83,2.44,12,6.89,2.21,37,7.67,1.46,24,8.43,1.54,21,8.5,1.01,22,6.5,2.12,10,5.64,2.16,11,7.05,2.28,39,7.48,1.24,23
+harass,2.95,1.47,21,6.1,2.45,20,3.58,2.06,19,3.88,1.73,8,2.38,0.96,13,5.4,2.67,10,6.8,2.1,10,4.14,2.12,7,3.25,2.05,12,3.45,1.51,11,2.4,1.26,10,5.0,2.4,10,7.2,2.04,10,3.93,2.15,15,2.25,0.96,4,3.0,0.82,10,2.91,1.92,11,7.22,1.39,9,5.18,2.79,11,4.0,2.06,9,3.2,2.1,10
+harassment,2.45,1.61,20,5.15,2.85,20,4.05,2.61,19,3.0,1.41,6,2.21,1.67,14,5.88,2.9,8,4.67,2.84,12,4.42,2.91,12,3.43,2.07,7,3.22,1.92,9,1.82,0.98,11,5.44,2.55,9,4.91,3.18,11,4.14,2.19,7,4.0,2.92,12,2.8,1.99,10,2.1,1.1,10,4.46,2.85,13,6.43,2.57,7,4.3,3.02,10,3.78,2.22,9
+harbor,5.86,1.65,21,3.14,2.21,22,5.38,2.28,26,5.7,1.57,10,6.0,1.79,11,2.57,1.99,7,3.4,2.32,15,5.24,2.68,17,5.67,1.32,9,5.64,1.75,11,6.1,1.6,10,2.4,1.95,5,3.35,2.29,17,5.14,2.44,14,5.67,2.15,12,5.38,1.56,13,6.62,1.6,8,2.9,2.64,10,3.33,1.87,12,5.5,2.35,14,5.25,2.3,12
+hard,4.35,1.97,23,4.5,2.75,46,4.96,2.31,24,4.88,2.03,8,4.07,1.94,15,4.79,2.99,14,4.38,2.67,32,3.62,2.33,8,5.62,2.06,16,4.83,2.29,12,3.82,1.47,11,4.91,2.72,22,4.12,2.77,24,4.71,2.44,17,5.67,2.16,6,3.55,1.92,11,5.08,1.78,12,4.42,2.9,24,4.59,2.63,22,4.94,2.46,16,5.0,2.14,8
+hardball,5.1,1.55,20,4.81,1.94,21,5.86,1.49,21,4.89,1.69,9,5.27,1.49,11,5.56,2.07,9,4.25,1.71,12,6.0,0.93,8,5.77,1.79,13,4.93,1.0,14,5.5,2.51,6,5.0,2.07,8,4.69,1.93,13,5.88,1.64,8,5.85,1.46,13,5.1,0.57,10,5.1,2.18,10,4.92,1.56,12,4.67,2.45,9,6.17,1.85,12,5.44,0.73,9
+hardcore,4.84,2.06,19,6.1,2.05,20,5.46,2.0,24,5.62,1.8,13,3.17,1.6,6,7.2,1.1,5,5.73,2.19,15,5.38,1.71,13,5.55,2.38,11,5.56,2.35,9,4.2,1.62,10,6.71,1.89,7,5.77,2.13,13,5.0,2.19,11,5.85,1.82,13,4.0,2.29,9,5.6,1.58,10,5.7,2.5,10,6.5,1.51,10,6.22,2.49,9,5.0,1.56,15
+harden,4.29,1.62,21,3.7,2.41,20,5.67,2.42,21,4.67,0.52,6,4.13,1.88,15,4.0,2.78,8,3.5,2.24,12,5.55,2.73,11,5.8,2.15,10,3.67,1.51,6,4.53,1.64,15,4.0,2.83,10,3.4,2.01,10,5.21,2.75,14,6.57,1.27,7,3.86,1.46,7,4.5,1.7,14,3.43,2.47,14,4.33,2.34,6,5.25,2.86,12,6.22,1.64,9
+hardened,4.52,1.4,21,4.15,2.13,20,5.14,2.48,21,5.0,0.63,6,4.33,1.59,15,3.38,2.72,8,4.67,1.56,12,5.64,2.58,11,4.6,2.37,10,4.17,1.47,6,4.67,1.4,15,4.2,2.49,10,4.1,1.85,10,4.71,2.7,14,6.0,1.83,7,4.71,0.95,7,4.43,1.6,14,4.07,2.27,14,4.33,1.97,6,4.83,2.95,12,5.56,1.74,9
+hardheaded,3.58,1.71,19,4.38,1.91,21,4.25,2.0,20,4.67,1.53,3,3.38,1.71,16,4.67,2.58,6,4.27,1.67,15,4.17,1.83,6,4.29,2.13,14,4.0,1.41,10,3.11,1.96,9,3.86,1.21,7,4.64,2.17,14,4.8,1.93,10,3.7,2.0,10,3.75,1.75,8,3.45,1.75,11,4.33,2.0,9,4.42,1.93,12,4.38,1.92,8,4.17,2.12,12
+hardship,2.8,1.24,20,5.1,2.52,39,3.61,1.93,44,3.0,0.0,3,2.76,1.35,17,5.0,2.83,13,5.15,2.41,26,3.75,1.74,20,3.5,2.11,24,3.0,1.0,7,2.69,1.38,13,5.24,2.22,17,5.0,2.78,22,3.43,1.59,23,3.81,2.27,21,3.0,1.41,9,2.64,1.12,11,5.42,2.36,19,4.8,2.69,20,3.61,1.73,23,3.62,2.18,21
+hardware,6.11,1.49,18,4.41,2.24,22,5.32,2.08,19,6.22,1.09,9,6.0,1.87,9,5.29,1.8,7,3.93,2.43,14,6.3,2.21,10,4.22,1.3,9,6.89,1.69,9,5.33,0.71,9,5.11,2.67,9,3.83,1.9,12,5.0,1.85,8,5.2,2.1,10,6.18,1.66,11,6.0,1.29,7,4.37,2.36,19,4.67,1.53,3,5.88,2.03,8,4.91,2.12,11
+hardwood,5.65,1.5,20,3.68,2.34,22,6.19,2.57,27,5.57,2.07,7,5.69,1.18,13,3.9,2.6,10,3.5,2.2,12,7.2,1.9,15,4.82,2.93,11,4.91,1.3,11,6.56,1.24,9,4.67,2.24,9,3.0,2.24,13,6.12,2.89,17,6.33,2.18,9,5.62,1.66,13,5.71,1.25,7,3.75,2.57,16,3.5,1.76,6,6.25,2.63,12,6.13,2.61,15
+hardworking,6.58,2.09,19,3.81,2.71,21,6.89,2.39,28,6.5,1.52,6,6.62,2.36,13,3.55,2.46,11,4.1,3.07,10,6.55,2.84,11,7.12,2.12,17,7.45,1.57,11,5.38,2.2,8,3.36,2.42,11,4.3,3.06,10,6.56,2.5,18,7.5,2.17,10,6.38,2.14,13,7.0,2.1,6,4.08,3.15,13,3.38,1.92,8,7.0,2.58,16,6.75,2.22,12
+hare,6.61,1.72,18,2.74,2.1,19,5.04,1.7,25,5.8,1.64,5,6.92,1.71,13,3.09,2.34,11,2.25,1.75,8,4.69,1.62,16,5.67,1.73,9,6.0,1.83,7,7.0,1.61,11,3.0,2.65,9,2.5,1.58,10,5.15,1.87,20,4.6,0.55,5,6.44,1.94,9,6.78,1.56,9,2.45,1.92,11,3.12,2.42,8,4.53,1.26,19,6.67,1.97,6
+harebrained,4.05,1.85,20,4.28,2.16,18,4.58,2.55,24,3.8,1.92,5,4.13,1.88,15,4.0,3.0,5,4.38,1.89,13,4.54,2.73,13,4.64,2.46,11,4.0,1.76,10,4.1,2.02,10,4.29,2.93,7,4.27,1.68,11,4.88,2.45,16,4.0,2.83,8,4.14,2.11,14,3.83,1.17,6,4.33,2.19,12,4.17,2.32,6,3.87,2.56,15,5.78,2.17,9
+harem,4.2,2.42,20,3.94,2.84,17,4.36,2.08,22,3.2,1.79,5,4.53,2.56,15,5.4,3.29,5,3.33,2.53,12,5.2,2.1,10,3.67,1.87,12,4.5,1.58,10,3.9,3.11,10,3.78,3.15,9,4.12,2.64,8,5.27,2.15,11,3.45,1.63,11,3.67,2.35,12,5.0,2.45,8,3.0,2.6,9,5.0,2.88,8,4.18,2.18,11,4.55,2.07,11
+hark,4.65,2.21,20,3.1,2.43,20,5.05,2.66,22,5.17,2.86,6,4.43,1.95,14,2.62,2.77,8,3.42,2.23,12,5.42,2.71,12,4.6,2.67,10,4.78,2.82,9,4.55,1.69,11,3.11,2.57,9,3.09,2.43,11,4.29,2.56,7,5.4,2.72,15,4.7,2.5,10,4.6,2.01,10,3.23,2.39,13,2.86,2.67,7,4.5,3.06,12,5.7,2.06,10
+harlot,4.58,2.48,19,5.6,2.6,20,4.25,2.02,20,2.67,2.08,3,4.73,2.37,15,6.3,2.5,10,4.9,2.64,10,4.4,1.9,10,4.1,2.23,10,3.67,1.97,6,4.75,2.6,12,6.0,3.27,7,5.38,2.29,13,3.88,1.89,8,4.5,2.15,12,4.92,2.39,12,4.0,2.71,7,6.3,2.67,10,4.9,2.47,10,4.67,1.94,9,3.91,2.12,11
+harm,1.91,1.11,22,5.9,2.29,20,3.95,2.66,19,2.31,1.25,13,1.33,0.5,9,6.43,1.9,7,5.62,2.5,13,3.86,2.04,7,4.0,3.05,12,2.08,1.31,12,1.7,0.82,10,5.89,2.2,9,5.91,2.47,11,3.7,2.45,10,4.22,2.99,9,1.83,1.34,12,2.0,0.82,10,6.14,2.27,7,5.77,2.39,13,5.14,3.53,7,3.25,1.82,12
+harmful,2.29,1.95,21,4.89,2.62,19,4.1,2.3,21,4.0,3.24,5,1.53,0.52,15,5.0,2.83,8,4.82,2.6,11,4.6,2.12,10,3.64,2.46,11,2.75,2.26,12,1.67,1.32,9,5.6,2.41,10,4.11,2.76,9,4.08,2.43,12,4.11,2.26,9,2.91,2.55,11,1.6,0.52,10,5.5,2.2,8,4.45,2.91,11,4.44,2.35,9,3.83,2.33,12
+harmless,6.59,1.44,22,3.5,2.64,18,5.85,2.25,20,6.2,1.48,5,6.75,1.48,16,4.62,2.5,8,2.6,2.5,10,5.6,2.88,10,6.1,1.52,10,6.17,1.34,12,7.1,1.45,10,3.11,2.32,9,3.89,3.02,9,5.42,2.54,12,6.5,1.69,8,6.73,1.27,11,6.45,1.63,11,2.57,1.62,7,4.09,3.05,11,5.88,2.64,8,5.83,2.08,12
+harmonica,6.32,2.31,19,3.2,2.02,20,5.7,2.0,20,7.33,2.08,3,6.27,2.37,15,3.7,2.16,10,2.7,1.83,10,5.7,1.34,10,5.7,2.58,10,5.33,3.2,6,7.0,1.6,12,4.29,2.14,7,2.62,1.76,13,5.5,2.39,8,5.83,1.8,12,6.58,2.5,12,5.86,2.04,7,3.5,1.65,10,2.9,2.38,10,5.67,2.4,9,5.73,1.74,11
+harmonious,7.7,1.22,20,4.25,2.92,20,6.81,1.5,26,8.18,0.6,11,7.11,1.54,9,4.43,2.64,7,4.15,3.16,13,6.77,1.59,13,6.85,1.46,13,7.27,1.49,11,8.22,0.44,9,5.0,3.0,11,3.33,2.69,9,6.88,1.69,17,6.67,1.12,9,7.7,1.06,10,7.7,1.42,10,4.83,3.24,12,3.38,2.26,8,6.75,1.61,16,6.9,1.37,10
+harmony,7.55,1.67,20,4.33,3.04,21,5.96,2.49,25,6.5,2.38,4,7.81,1.42,16,3.25,2.5,4,4.59,3.16,17,5.22,2.44,9,6.38,2.5,16,7.88,0.99,8,7.33,2.02,12,3.8,3.39,10,4.82,2.75,11,5.29,2.79,14,6.82,1.83,11,7.36,1.5,11,7.78,1.92,9,5.5,3.41,10,3.27,2.33,11,6.06,2.46,18,5.71,2.75,7
+harness,4.47,1.31,19,3.89,1.84,18,4.53,2.6,17,4.91,0.7,11,3.88,1.73,8,4.25,2.22,4,3.79,1.81,14,4.25,2.96,8,4.78,2.39,9,4.75,1.28,8,4.27,1.35,11,3.86,1.57,7,3.91,2.07,11,3.0,1.79,6,5.36,2.66,11,4.69,1.38,13,4.0,1.1,6,3.27,1.85,11,4.86,1.46,7,4.0,2.89,7,4.9,2.47,10
+harp,5.4,2.11,20,3.26,1.81,23,6.29,2.0,21,5.11,1.45,9,5.64,2.58,11,3.45,2.11,11,3.08,1.56,12,4.62,1.06,8,7.31,1.75,13,4.93,1.59,14,6.5,2.88,6,3.44,2.24,9,3.14,1.56,14,6.0,1.93,8,6.46,2.11,13,5.3,1.7,10,5.5,2.55,10,3.62,1.89,13,2.8,1.69,10,6.67,1.72,12,5.78,2.33,9
+harpoon,4.16,1.8,19,4.67,2.4,18,5.59,1.73,17,5.18,1.47,11,2.75,1.16,8,5.0,2.94,4,4.57,2.34,14,6.5,1.6,8,4.78,1.48,9,5.0,1.93,8,3.55,1.51,11,5.86,1.46,7,3.91,2.63,11,5.83,1.94,6,5.45,1.69,11,4.23,2.01,13,4.0,1.41,6,3.73,2.37,11,6.14,1.68,7,5.0,1.73,7,6.0,1.7,10
+harrowing,4.6,1.6,20,3.86,2.87,21,3.92,2.18,25,4.5,1.73,4,4.62,1.63,16,4.5,1.91,4,3.71,3.08,17,4.11,2.32,9,3.81,2.17,16,4.75,1.16,8,4.5,1.88,12,3.8,2.74,10,3.91,3.11,11,3.57,1.65,14,4.36,2.73,11,4.91,1.22,11,4.22,1.99,9,3.3,2.79,10,4.36,2.98,11,4.44,2.2,18,2.57,1.51,7
+harsh,3.44,1.42,18,5.63,2.29,19,4.04,1.81,24,3.0,1.0,5,3.62,1.56,13,5.91,2.59,11,5.25,1.91,8,4.25,1.81,16,3.62,1.85,8,3.86,1.46,7,3.18,1.4,11,4.67,2.5,9,6.5,1.78,10,3.89,1.7,19,4.6,2.3,5,3.22,1.64,9,3.67,1.22,9,6.1,2.38,10,5.11,2.2,9,4.0,1.94,18,4.17,1.47,6
+harvest,6.57,1.5,21,3.76,2.36,21,6.24,1.71,25,6.5,1.45,12,6.67,1.66,9,4.86,2.67,7,3.21,2.08,14,5.8,1.62,10,6.53,1.77,15,7.75,1.89,4,6.29,1.31,17,5.0,2.58,10,2.64,1.5,11,5.43,1.99,7,6.56,1.54,18,6.92,1.62,12,6.11,1.27,9,3.62,2.18,13,4.0,2.78,8,6.33,2.0,9,6.19,1.6,16
+hash,3.95,1.87,19,4.45,2.95,20,4.95,2.32,19,4.33,0.58,3,4.0,2.04,15,4.9,3.31,10,4.0,2.62,10,5.5,2.22,10,4.33,2.4,9,4.5,1.97,6,3.83,1.85,12,4.57,3.21,7,4.38,2.93,13,3.71,1.6,7,5.67,2.42,12,3.58,1.93,12,4.57,1.72,7,5.3,3.13,10,3.6,2.63,10,4.38,2.33,8,5.36,2.34,11
+hassle,2.95,1.63,21,3.83,2.33,23,4.83,2.46,18,3.44,2.13,9,2.58,1.08,12,3.91,2.3,11,3.75,2.45,12,5.2,2.74,10,4.38,2.13,8,3.29,1.6,7,2.85,1.72,13,4.27,2.49,11,3.42,2.19,12,5.57,2.94,7,4.36,2.11,11,2.69,1.55,13,3.38,1.77,8,3.09,2.02,11,4.5,2.47,12,5.0,2.0,9,4.67,2.96,9
+haste,4.12,1.7,24,4.58,2.15,24,5.14,2.17,21,4.7,1.83,10,3.71,1.54,14,4.54,2.44,13,4.64,1.86,11,5.38,2.36,13,4.75,1.91,8,4.0,1.8,9,4.43,1.5,14,5.0,1.47,14,4.0,2.83,10,5.42,2.15,12,4.78,2.28,9,3.83,1.7,12,4.42,1.73,12,4.35,2.42,17,5.14,1.21,7,5.67,2.45,9,4.75,1.96,12
+hasten,4.9,1.7,21,3.86,2.42,22,5.33,2.06,27,5.0,1.89,10,4.82,1.6,11,2.86,2.34,7,4.33,2.38,15,5.0,2.32,17,5.9,1.45,10,4.82,1.89,11,5.0,1.56,10,2.8,2.49,5,4.18,2.38,17,5.43,2.38,14,5.23,1.74,13,4.31,1.32,13,5.88,1.89,8,3.7,2.75,10,4.0,2.22,12,5.93,2.02,14,4.69,1.97,13
+hasty,4.25,1.62,20,5.35,2.08,23,4.81,1.72,21,4.0,1.5,9,4.45,1.75,11,4.82,2.48,11,5.83,1.59,12,4.5,1.41,8,5.0,1.91,13,4.36,1.65,14,4.0,1.67,6,4.0,2.29,9,6.21,1.42,14,4.75,1.98,8,4.85,1.63,13,4.5,1.51,10,4.0,1.76,10,5.46,1.27,13,5.2,2.9,10,4.67,1.97,12,5.0,1.41,9
+hat,5.69,1.35,871,2.88,1.84,43,6.21,1.74,24,5.78,1.28,335,5.64,1.39,530,3.0,2.0,15,2.82,1.79,28,6.0,1.31,8,6.31,1.96,16,5.84,1.33,416,5.57,1.34,448,3.33,2.06,18,2.56,1.64,25,6.18,1.85,17,6.33,1.75,6,5.69,1.41,479,5.69,1.28,392,2.67,1.93,24,3.16,1.74,19,6.62,1.86,16,5.38,1.19,8
+hatch,5.26,0.99,19,4.9,2.14,21,5.09,1.95,23,5.0,0.71,5,5.38,1.12,13,4.0,1.79,6,5.27,2.22,15,5.7,2.11,10,4.62,1.76,13,5.57,1.13,7,5.09,0.94,11,5.29,2.21,7,4.71,2.16,14,4.91,1.76,11,5.25,2.18,12,5.17,1.03,12,5.43,0.98,7,4.64,2.34,11,5.2,1.99,10,5.36,1.91,14,4.67,2.06,9
+hatchet,4.43,1.83,21,5.14,2.63,21,4.48,2.33,25,4.75,2.01,12,4.0,1.58,9,6.0,2.0,7,4.71,2.87,14,4.4,2.5,10,4.53,2.29,15,5.25,0.5,4,4.24,1.99,17,4.8,2.44,10,5.45,2.88,11,4.29,2.29,7,4.56,2.41,18,4.25,1.48,12,4.67,2.29,9,4.69,2.81,13,5.88,2.3,8,3.78,2.22,9,4.88,2.36,16
+hate,1.96,1.33,102,6.26,2.31,82,4.47,2.54,73,2.35,1.62,46,1.64,0.93,55,6.0,2.23,28,6.38,2.38,53,4.39,2.41,36,4.58,2.73,36,2.12,1.52,59,1.74,0.99,42,5.76,2.43,34,6.6,2.2,47,4.28,2.37,39,4.73,2.78,33,2.1,1.34,61,1.76,1.3,41,5.94,2.14,36,6.5,2.43,46,4.35,2.31,34,4.56,2.76,39
+hateful,1.9,0.91,20,5.71,2.17,21,4.32,2.54,25,1.33,0.58,3,2.0,0.94,17,5.71,2.36,7,5.62,2.22,13,5.38,2.62,8,3.82,2.43,17,2.14,1.21,7,1.77,0.73,13,6.0,1.53,7,5.46,2.54,13,4.86,2.6,14,3.64,2.42,11,2.11,1.05,9,1.73,0.79,11,6.09,1.7,11,5.3,2.63,10,4.06,2.69,18,5.0,2.16,7
+hater,2.33,1.32,21,4.14,2.7,22,4.8,2.4,25,2.6,1.51,10,2.09,1.14,11,2.71,2.43,7,4.8,2.62,15,5.24,2.56,17,3.88,1.81,8,2.73,1.56,11,1.9,0.88,10,3.2,3.19,5,4.41,2.58,17,6.0,2.29,14,3.27,1.56,11,2.62,1.5,13,1.88,0.83,8,3.6,2.95,10,4.58,2.5,12,5.0,2.75,14,4.55,1.97,11
+hatred,2.38,1.78,42,5.22,2.52,46,4.0,2.33,62,2.11,1.37,19,2.61,2.06,23,4.09,3.14,11,5.55,2.28,33,4.09,2.24,22,4.0,2.42,39,2.04,1.43,23,2.79,2.1,19,4.58,2.86,26,6.06,1.8,18,4.38,2.28,37,3.5,2.38,24,2.33,1.43,24,2.44,2.2,18,4.85,2.63,27,5.74,2.33,19,4.15,2.5,39,3.74,2.05,23
+haughty,4.16,2.14,19,4.36,2.32,22,5.09,2.31,23,3.55,1.81,11,4.43,1.9,7,4.62,2.56,8,4.21,2.26,14,5.57,2.57,7,4.88,2.25,16,4.25,2.43,8,4.09,2.02,11,4.22,2.59,9,4.46,2.22,13,4.36,2.11,11,5.75,2.38,12,4.42,2.35,12,3.71,1.8,7,3.73,2.76,11,5.0,1.67,11,5.69,2.59,13,4.3,1.7,10
+haul,4.95,1.5,21,3.18,1.97,22,5.6,2.04,20,5.67,1.41,9,4.42,1.38,12,2.67,1.97,6,3.4,2.06,15,4.83,3.19,6,5.93,1.33,14,5.78,1.39,9,4.33,1.3,12,3.0,1.58,5,3.24,2.11,17,5.0,2.29,9,6.09,1.76,11,4.83,1.75,12,5.11,1.17,9,3.11,1.76,9,3.23,2.17,13,5.64,1.91,11,5.56,2.3,9
+haunt,4.05,2.44,21,4.87,2.8,23,4.39,2.43,18,4.89,2.98,9,3.42,1.83,12,4.82,2.96,11,4.92,2.78,12,4.1,2.85,10,4.75,1.91,8,5.71,2.29,7,3.31,2.18,13,5.36,2.87,11,4.42,2.78,12,4.43,2.94,7,4.36,2.2,11,4.77,2.39,13,2.88,2.17,8,5.18,2.82,11,4.58,2.87,12,4.44,1.88,9,4.33,3.0,9
+have,5.86,2.03,22,3.52,2.04,21,5.72,2.3,18,4.33,2.8,6,6.47,1.41,15,2.86,1.95,7,3.86,2.07,14,5.78,2.73,9,5.75,2.05,8,5.21,2.12,14,7.14,1.35,7,3.78,2.33,9,3.33,1.87,12,5.7,2.75,10,5.75,1.75,8,5.43,2.31,14,6.62,1.19,8,4.0,2.1,6,3.33,2.06,15,6.4,2.17,10,4.88,2.3,8
+haven,6.36,1.79,22,2.9,1.95,21,6.88,1.78,16,6.5,1.38,6,6.33,2.02,15,3.0,2.38,7,2.86,1.79,14,7.0,1.85,8,6.75,1.83,8,6.14,1.83,14,6.86,1.86,7,3.22,2.28,9,2.67,1.72,12,7.33,1.87,9,6.29,1.6,7,6.36,1.55,14,6.38,2.26,8,3.17,2.64,6,2.8,1.7,15,7.33,1.73,9,6.29,1.8,7
+havoc,3.85,1.98,20,5.43,3.03,21,3.96,2.57,25,3.67,1.15,3,3.88,2.12,17,6.57,2.88,7,5.08,3.04,13,4.25,2.19,8,3.82,2.79,17,3.71,1.7,7,3.92,2.18,13,6.29,2.93,7,5.23,3.09,13,3.79,2.58,14,4.18,2.68,11,3.56,1.42,9,4.09,2.39,11,5.82,3.16,11,5.0,2.98,10,3.78,2.84,18,4.43,1.81,7
+haw,4.35,1.9,20,3.72,2.19,18,4.71,1.88,24,4.2,1.79,5,4.4,1.99,15,3.8,1.64,5,3.69,2.43,13,4.0,2.0,13,5.55,1.37,11,4.4,2.07,10,4.3,1.83,10,3.43,1.81,7,3.91,2.47,11,4.25,1.88,16,5.62,1.6,8,3.86,1.7,14,5.5,1.97,6,4.33,2.19,12,2.5,1.76,6,4.53,2.23,15,5.0,1.12,9
+hawk,6.46,1.58,41,4.83,2.75,18,5.5,1.77,24,6.63,1.61,19,6.32,1.59,22,5.5,2.95,6,4.5,2.71,12,5.38,1.51,8,5.56,1.93,16,6.84,1.46,19,6.14,1.68,21,5.6,2.91,10,3.88,2.36,8,5.29,1.86,17,6.17,1.6,6,6.8,1.47,20,6.14,1.65,21,3.89,2.93,9,5.78,2.33,9,5.88,1.78,16,4.75,1.58,8
+hay,5.41,1.55,39,2.43,1.83,21,4.75,2.51,20,5.36,1.45,14,5.58,1.5,24,2.83,2.14,6,2.27,1.75,15,5.17,1.83,6,4.57,2.79,14,5.75,1.44,16,5.32,1.49,22,1.71,0.95,7,2.79,2.08,14,4.7,2.79,10,4.8,2.35,10,5.17,1.67,23,5.75,1.34,16,1.56,0.88,9,3.08,2.11,12,5.38,3.02,8,4.33,2.15,12
+hayride,6.67,1.49,21,3.81,2.44,21,6.76,2.01,25,6.67,1.61,12,6.67,1.41,9,4.0,2.0,7,3.71,2.7,14,7.4,1.51,10,6.33,2.23,15,6.75,2.06,4,6.65,1.41,17,4.5,2.59,10,3.18,2.23,11,6.71,2.43,7,6.78,1.9,18,7.0,1.41,12,6.22,1.56,9,4.15,2.48,13,3.25,2.43,8,6.78,2.17,9,6.75,1.98,16
+haystack,5.86,1.71,21,3.58,2.41,19,5.38,2.42,21,5.83,1.17,6,5.87,1.92,15,3.75,2.71,8,3.45,2.3,11,5.91,2.39,11,4.8,2.44,10,5.33,1.97,6,6.07,1.62,15,4.5,2.76,10,2.56,1.51,9,5.21,2.72,14,5.71,1.8,7,5.29,1.7,7,6.14,1.7,14,3.79,2.61,14,3.0,1.87,5,5.08,2.68,12,5.78,2.11,9
+haywire,4.55,1.88,20,4.29,2.85,21,2.88,1.98,24,3.25,1.71,4,4.88,1.82,16,4.5,2.38,4,4.24,3.01,17,4.33,1.94,9,2.0,1.46,15,4.62,1.69,8,4.5,2.07,12,4.3,2.67,10,4.27,3.13,11,2.71,1.44,14,3.1,2.64,10,4.82,1.33,11,4.22,2.44,9,3.5,2.88,10,5.0,2.76,11,3.29,2.14,17,1.86,1.07,7
+hazard,2.9,1.73,21,5.77,2.42,26,4.22,1.98,23,3.11,2.2,9,2.75,1.36,12,4.8,2.3,10,6.38,2.36,16,4.25,1.16,8,4.2,2.34,15,3.29,1.98,7,2.71,1.64,14,5.77,2.31,13,5.77,2.62,13,3.64,1.57,11,4.75,2.22,12,2.18,1.25,11,3.7,1.89,10,5.27,2.49,15,6.45,2.25,11,4.25,1.86,12,4.18,2.18,11
+hazardous,2.8,1.67,20,5.25,2.9,20,4.36,2.53,25,2.67,2.08,3,2.82,1.67,17,5.14,3.53,7,5.58,2.57,12,4.0,2.62,8,4.53,2.55,17,3.14,1.46,7,2.62,1.8,13,5.67,2.8,6,5.31,3.01,13,4.29,2.73,14,4.45,2.38,11,3.0,1.32,9,2.64,1.96,11,6.3,2.21,10,4.2,3.22,10,4.44,2.62,18,4.14,2.48,7
+haze,4.83,1.38,18,3.91,2.5,23,4.37,1.67,19,4.67,1.5,9,5.0,1.32,9,3.43,2.51,7,4.07,2.63,15,4.2,1.93,10,4.56,1.42,9,4.38,1.69,8,5.2,1.03,10,4.8,3.16,10,3.08,1.68,12,4.12,1.55,8,4.7,1.83,10,4.91,1.22,11,4.71,1.7,7,4.1,2.59,20,2.67,1.53,3,3.62,1.06,8,4.91,1.87,11
+hazmat,3.62,1.6,21,5.54,2.37,26,4.21,2.15,24,3.62,1.51,8,3.62,1.71,13,6.2,1.99,10,5.12,2.55,16,3.89,2.09,9,4.4,2.23,15,3.75,1.67,8,3.54,1.61,13,6.23,2.28,13,4.85,2.34,13,3.67,1.97,12,4.75,2.26,12,3.83,1.75,12,3.33,1.41,9,5.53,2.75,15,5.55,1.86,11,3.38,1.76,13,5.18,2.23,11
+hazy,3.79,1.58,19,2.73,2.14,22,3.79,1.85,28,4.33,1.51,6,3.54,1.61,13,3.64,2.66,11,1.82,0.87,11,3.36,2.2,11,4.06,1.6,17,3.64,1.63,11,4.0,1.6,8,3.45,2.66,11,2.0,1.18,11,4.06,2.01,18,3.3,1.49,10,3.77,1.74,13,3.83,1.33,6,2.71,2.49,14,2.75,1.49,8,3.44,2.06,16,4.25,1.48,12
+head,5.86,1.32,22,4.45,2.42,20,5.56,2.2,18,6.17,1.72,6,5.8,1.21,15,3.71,2.69,7,4.85,2.27,13,5.11,2.52,9,6.12,1.96,8,6.0,1.57,14,5.71,0.76,7,4.62,2.72,8,4.33,2.31,12,5.4,2.76,10,5.75,1.39,8,5.57,1.28,14,6.38,1.3,8,5.6,2.79,5,4.07,2.25,15,5.3,2.79,10,5.88,1.25,8
+headache,2.22,1.29,41,4.27,2.54,45,4.04,3.02,25,2.11,1.18,18,2.3,1.4,23,5.29,2.37,17,3.63,2.51,27,3.5,2.33,8,4.29,3.33,17,2.2,1.47,20,2.2,1.15,20,4.38,2.6,21,4.17,2.53,24,4.43,2.98,14,3.55,3.14,11,2.17,1.4,24,2.29,1.16,17,4.38,2.53,29,4.06,2.62,16,4.06,3.28,18,4.0,2.45,7
+headband,5.16,1.5,19,3.33,2.0,18,5.81,2.14,16,4.91,0.83,11,5.5,2.14,8,4.25,2.22,4,3.07,1.94,14,4.43,1.62,7,6.89,1.9,9,5.25,1.16,8,5.09,1.76,11,4.0,2.08,7,2.91,1.92,11,5.4,1.82,5,6.0,2.32,11,4.77,1.48,13,6.0,1.26,6,2.73,2.1,11,4.29,1.5,7,6.29,2.21,7,5.44,2.13,9
+header,5.33,1.62,21,3.33,1.8,21,5.46,1.64,24,5.75,1.29,12,4.78,1.92,9,3.57,2.3,7,3.21,1.58,14,5.8,1.23,10,5.21,1.89,14,6.0,2.0,4,5.18,1.55,17,2.9,1.52,10,3.73,2.0,11,5.29,1.5,7,5.53,1.74,17,5.33,1.97,12,5.33,1.12,9,3.38,1.39,13,3.25,2.43,8,4.25,1.49,8,6.06,1.39,16
+headless,2.95,1.54,19,5.1,2.79,20,3.54,2.23,24,3.15,1.63,13,2.5,1.38,6,3.6,2.7,5,5.6,2.72,15,3.46,2.11,13,3.64,2.46,11,3.22,1.86,9,2.7,1.25,10,5.57,3.15,7,4.85,2.67,13,4.36,2.2,11,2.85,2.08,13,3.11,1.83,9,2.8,1.32,10,4.4,2.95,10,5.8,2.57,10,3.67,2.69,9,3.47,2.0,15
+headlight,5.29,1.15,21,4.75,2.51,20,5.79,2.29,48,5.33,0.89,12,5.22,1.48,9,4.71,2.29,7,4.77,2.71,13,5.94,2.59,17,5.71,2.15,31,5.5,1.0,4,5.24,1.2,17,4.45,2.54,11,5.11,2.57,9,5.19,2.33,26,6.5,2.06,22,5.33,1.44,12,5.22,0.67,9,4.67,2.61,12,4.88,2.53,8,5.73,2.41,30,5.89,2.14,18
+headline,5.0,1.33,19,4.14,2.43,21,4.0,2.2,20,5.33,1.15,3,4.94,1.39,16,5.33,2.42,6,3.67,2.35,15,4.5,1.76,6,3.79,2.39,14,5.4,0.7,10,4.56,1.74,9,2.71,1.5,7,4.86,2.54,14,4.5,2.42,10,3.5,1.96,10,5.5,0.76,8,4.64,1.57,11,3.0,2.29,9,5.0,2.26,12,4.88,3.18,8,3.42,1.0,12
+headliner,5.8,2.04,20,4.11,2.78,18,5.09,1.93,22,6.8,1.48,5,5.47,2.13,15,4.33,2.8,6,4.0,2.89,12,4.4,1.43,10,5.67,2.15,12,6.0,0.82,10,5.6,2.84,10,5.0,3.02,10,3.0,2.14,8,4.55,1.75,11,5.64,2.01,11,5.17,2.25,12,6.75,1.28,8,2.33,2.35,9,5.89,1.96,9,4.27,1.85,11,5.91,1.7,11
+headlock,3.6,1.67,20,4.39,2.81,23,4.18,2.54,28,3.75,1.58,8,3.5,1.78,12,4.22,2.82,9,4.5,2.9,14,3.29,2.2,14,5.07,2.62,14,3.11,1.54,9,4.0,1.73,11,4.08,2.87,12,4.73,2.83,11,3.86,2.54,14,4.5,2.59,14,3.3,1.83,10,3.9,1.52,10,4.55,2.77,11,4.25,2.96,12,4.33,2.64,12,4.06,2.54,16
+headmaster,4.89,1.59,19,3.44,2.06,18,5.71,2.64,17,5.64,1.36,11,3.88,1.36,8,4.25,2.22,4,3.21,2.04,14,5.62,2.72,8,5.78,2.73,9,5.75,1.67,8,4.27,1.27,11,3.86,1.68,7,3.18,2.32,11,4.5,1.87,6,6.36,2.84,11,5.0,1.91,13,4.67,0.52,6,2.55,1.86,11,4.86,1.57,7,5.43,3.36,7,5.9,2.18,10
+headphones,6.47,1.81,19,3.0,2.43,21,5.92,2.27,25,6.5,3.11,4,6.47,1.46,15,2.5,1.29,4,3.12,2.64,17,6.44,2.24,9,5.62,2.31,16,7.14,1.57,7,6.08,1.88,12,3.3,2.54,10,2.73,2.41,11,5.64,2.13,14,6.27,2.49,11,6.73,1.62,11,6.12,2.1,8,3.3,2.71,10,2.73,2.24,11,6.28,2.3,18,5.0,2.08,7
+headquarter,5.14,1.35,21,3.81,2.12,26,5.46,1.82,24,5.44,1.42,9,4.92,1.31,12,3.0,2.16,10,4.31,1.99,16,5.44,1.94,9,5.47,1.81,15,5.14,0.9,7,5.14,1.56,14,4.08,2.25,13,3.54,2.03,13,5.42,1.51,12,5.5,2.15,12,4.82,1.17,11,5.5,1.51,10,3.67,2.5,15,4.0,1.55,11,5.54,1.85,13,5.36,1.86,11
+headquarters,4.95,1.72,21,4.04,2.07,25,5.89,2.13,19,4.89,1.69,9,5.0,1.81,12,3.67,2.16,6,4.17,2.15,18,5.14,1.07,7,6.33,2.5,12,4.62,1.63,16,6.0,1.73,5,3.5,2.1,14,4.8,1.99,10,6.67,1.58,9,5.2,2.39,10,5.17,1.9,12,4.67,1.5,9,4.56,1.9,16,3.11,2.15,9,5.64,2.38,11,6.25,1.83,8
+headset,5.37,1.38,19,4.1,2.2,20,5.7,2.05,23,5.2,1.48,5,5.31,1.38,13,4.5,2.88,6,3.93,1.94,14,5.6,2.12,10,5.77,2.09,13,5.14,2.04,7,5.36,0.81,11,4.14,2.79,7,4.08,1.93,13,5.45,2.07,11,5.92,2.11,12,5.42,1.56,12,5.29,1.11,7,4.09,2.34,11,4.11,2.15,9,5.5,2.14,14,6.0,2.0,9
+headstone,2.45,1.23,20,4.18,2.51,17,3.6,2.19,20,2.8,1.64,5,2.33,1.11,15,4.33,2.16,6,4.09,2.77,11,3.89,2.03,9,3.36,2.38,11,3.0,1.05,10,1.9,1.2,10,4.2,2.04,10,4.14,3.24,7,4.0,2.16,10,3.2,2.25,10,2.75,1.29,12,2.0,1.07,8,3.33,3.08,9,5.12,1.25,8,3.4,2.37,10,3.8,2.1,10
+headstrong,4.84,2.43,19,6.0,2.2,22,6.36,2.11,22,3.83,1.6,6,5.31,2.66,13,5.83,2.33,12,6.2,2.15,10,5.57,2.64,7,6.73,1.79,15,5.2,1.69,10,4.44,3.13,9,6.11,1.96,9,5.92,2.43,13,6.19,1.83,16,7.2,3.03,5,5.25,2.71,8,4.55,2.3,11,5.56,2.13,9,6.31,2.29,13,6.33,2.06,15,6.43,2.37,7
+headway,5.2,1.32,20,3.95,1.94,21,5.88,2.58,33,5.7,1.42,10,4.7,1.06,10,4.38,2.13,8,3.69,1.84,13,5.85,2.67,13,5.9,2.59,20,5.78,1.56,9,4.73,0.9,11,4.69,1.8,13,2.75,1.58,8,5.48,2.73,21,6.58,2.23,12,5.4,1.51,10,5.0,1.15,10,3.93,2.06,14,4.0,1.83,7,5.44,2.34,16,6.29,2.8,17
+heady,5.0,1.61,21,3.52,2.39,23,5.28,2.02,18,5.44,1.01,9,4.67,1.92,12,3.73,2.15,11,3.33,2.67,12,5.6,2.07,10,4.88,2.03,8,4.43,1.4,7,5.31,1.75,13,3.82,2.4,11,3.25,2.45,12,5.14,2.27,7,5.36,1.96,11,4.38,1.5,13,6.0,1.31,8,3.91,2.63,11,3.17,2.21,12,4.44,1.74,9,6.11,2.03,9
+heal,7.41,1.73,39,4.32,2.54,38,5.18,2.59,50,7.38,1.89,13,7.36,1.68,25,4.56,2.46,9,4.24,2.6,29,5.0,2.68,26,5.38,2.53,24,7.4,1.76,15,7.35,1.75,23,4.64,1.98,14,4.12,2.83,24,4.43,2.48,21,5.72,2.58,29,6.95,1.99,20,7.89,1.29,19,4.43,2.69,21,4.18,2.4,17,4.62,2.53,24,5.69,2.59,26
+healer,7.38,1.47,21,3.95,2.91,19,5.14,2.01,22,7.17,1.17,6,7.47,1.6,15,3.25,1.98,8,4.45,3.45,11,4.92,2.11,12,5.4,1.96,10,8.0,1.32,9,6.92,1.44,12,4.12,2.85,8,3.82,3.09,11,3.43,1.4,7,5.93,1.75,15,7.4,1.71,10,7.36,1.29,11,3.92,3.09,13,4.0,2.76,6,5.33,2.39,12,4.9,1.52,10
+healing,7.63,1.54,19,3.67,2.61,21,6.21,2.38,28,6.5,1.64,6,8.15,1.21,13,3.9,2.33,10,3.45,2.94,11,6.45,2.42,11,6.06,2.41,17,7.91,1.45,11,7.25,1.67,8,3.3,2.11,10,4.0,3.07,11,5.61,2.33,18,7.3,2.16,10,7.69,1.32,13,7.5,2.07,6,4.0,2.86,14,3.0,2.08,7,6.56,2.37,16,5.75,2.42,12
+health,6.85,1.63,40,3.48,2.19,23,6.0,1.81,26,7.08,1.75,13,6.81,1.58,26,3.73,2.05,11,3.25,2.38,12,5.85,1.68,13,6.15,1.99,13,6.93,1.75,15,6.88,1.57,24,3.36,2.16,11,3.58,2.31,12,5.94,1.71,17,6.11,2.09,9,6.6,1.79,20,7.1,1.45,20,3.64,2.46,11,3.33,2.02,12,6.31,1.45,16,5.5,2.27,10
+healthcare,4.76,1.79,21,4.56,2.42,25,4.0,2.03,19,5.44,1.94,9,4.25,1.54,12,3.5,2.51,6,4.89,2.42,18,3.14,1.95,7,4.5,1.98,12,4.88,1.89,16,4.4,1.52,5,3.71,2.49,14,5.7,2.0,10,4.11,1.69,9,3.9,2.38,10,5.0,1.95,12,4.44,1.59,9,4.94,1.95,16,3.89,3.1,9,3.91,2.51,11,4.12,1.25,8
+healthy,7.76,1.58,21,4.19,2.29,21,7.0,1.63,22,7.71,1.82,14,7.86,1.07,7,3.91,2.55,11,4.33,2.12,9,6.67,2.25,6,7.12,1.41,16,7.3,2.0,10,8.18,0.98,11,3.27,1.9,11,5.2,2.35,10,7.08,1.66,13,6.89,1.69,9,7.58,2.02,12,8.0,0.71,9,3.85,2.51,13,4.75,1.91,8,6.67,1.23,12,7.4,2.01,10
+heap,4.38,1.24,21,3.42,2.69,24,5.39,2.25,18,4.5,1.31,8,4.31,1.25,13,4.83,2.79,6,2.94,2.55,18,5.78,2.59,9,5.0,1.94,9,4.25,1.36,12,4.56,1.13,9,4.0,2.45,10,3.0,2.86,14,5.82,2.52,11,4.71,1.7,7,4.43,1.22,14,4.29,1.38,7,3.94,2.77,16,2.38,2.33,8,5.27,2.24,11,5.57,2.44,7
+hear,6.68,1.49,22,3.62,2.22,21,6.71,1.79,17,7.0,1.55,6,6.6,1.55,15,2.57,2.15,7,4.14,2.14,14,6.56,1.81,9,6.88,1.89,8,6.64,1.55,14,6.86,1.57,7,3.44,2.35,9,3.75,2.22,12,7.0,2.12,9,6.38,1.41,8,6.93,1.69,14,6.25,1.04,8,3.5,2.81,6,3.67,2.06,15,7.67,1.8,9,5.62,1.06,8
+hearsay,3.82,1.5,22,4.59,2.36,22,4.32,2.19,19,3.5,0.93,8,3.62,1.04,13,5.0,2.62,8,4.38,2.36,13,4.14,2.41,7,4.27,2.2,11,2.88,0.64,8,4.0,0.91,13,4.67,2.87,9,4.54,2.07,13,4.71,1.89,7,4.08,2.39,12,4.0,1.0,11,3.64,1.91,11,3.25,2.76,8,5.36,1.78,14,4.31,2.09,16,4.33,3.21,3
+hearse,2.78,1.7,18,3.64,2.68,22,3.21,1.95,28,3.33,2.25,6,2.5,1.38,12,3.45,2.5,11,3.82,2.96,11,2.82,1.66,11,3.47,2.12,17,3.27,1.74,11,2.0,1.41,7,3.73,2.41,11,3.55,3.05,11,3.06,1.8,18,3.5,2.27,10,3.15,1.72,13,1.8,1.3,5,3.14,2.51,14,4.5,2.93,8,3.06,1.88,16,3.42,2.11,12
+heart,6.95,1.87,41,5.07,2.96,44,5.43,2.26,44,6.86,1.66,14,7.0,2.0,27,4.12,2.55,17,5.67,3.09,27,5.3,2.57,23,5.5,1.93,20,7.06,1.86,18,6.87,1.91,23,5.0,2.72,21,5.13,3.22,23,5.0,2.32,27,6.12,2.03,17,7.2,2.26,20,6.71,1.42,21,5.24,2.93,25,4.84,3.06,19,5.77,2.2,35,4.11,2.09,9
+heart disease,2.09,1.77,22,5.8,2.35,20,3.38,2.46,24,2.2,2.08,15,1.86,0.9,7,4.6,2.88,5,6.2,2.11,15,3.38,2.36,13,3.36,2.69,11,2.7,2.45,10,1.58,0.67,12,6.14,2.61,7,5.62,2.29,13,3.18,2.4,11,3.54,2.6,13,2.0,2.05,11,2.18,1.54,11,5.5,2.59,10,6.1,2.18,10,3.67,3.12,9,3.2,2.08,15
+heartache,3.23,2.07,22,5.24,2.55,21,3.32,2.06,22,3.36,2.1,14,3.0,2.14,8,5.0,2.86,11,5.67,2.35,9,4.33,2.5,6,2.94,1.81,16,3.5,2.37,10,3.0,1.86,12,4.64,3.11,11,5.9,1.66,10,3.69,2.06,13,2.78,2.05,9,3.92,2.35,12,2.4,1.35,10,4.54,2.82,13,6.38,1.6,8,3.75,2.05,12,2.8,2.04,10
+heartbeat,6.24,1.81,21,4.43,2.0,23,4.54,1.88,26,6.0,1.55,11,6.5,2.12,10,5.18,1.6,11,3.75,2.14,12,4.45,1.81,11,4.64,2.06,14,6.9,1.66,10,5.64,1.8,11,4.55,2.07,11,4.33,2.02,12,4.59,1.91,17,4.5,2.07,8,6.92,1.71,13,5.12,1.46,8,4.4,1.99,15,4.5,2.14,8,4.59,2.06,17,4.44,1.59,9
+heartbreak,2.45,1.57,22,5.65,2.21,26,3.58,2.17,24,2.0,1.0,9,2.77,1.83,13,5.1,2.23,10,6.0,2.19,16,2.78,1.64,9,4.07,2.34,15,1.88,1.36,8,2.79,1.63,14,5.46,2.44,13,5.85,2.03,13,3.33,2.31,12,3.83,2.08,12,2.42,2.02,12,2.5,0.85,10,5.0,2.33,15,6.55,1.75,11,3.92,1.8,13,3.18,2.56,11
+heartbreaker,3.76,1.92,21,4.45,2.34,22,5.0,2.38,26,3.27,2.1,11,4.3,1.64,10,4.2,2.3,10,4.67,2.46,12,4.45,2.02,11,5.5,2.68,14,4.1,1.91,10,3.45,1.97,11,4.1,2.23,10,4.75,2.49,12,5.71,2.49,17,3.62,1.6,8,3.54,2.3,13,4.12,1.13,8,4.64,2.17,14,4.12,2.75,8,5.41,2.58,17,4.22,1.86,9
+heartbreaking,2.91,2.45,22,4.86,2.69,21,3.55,2.2,22,2.64,2.13,14,3.38,3.02,8,4.82,2.99,11,4.89,2.62,9,4.0,2.0,6,3.38,2.31,16,3.2,2.3,10,2.67,2.64,12,4.09,2.91,11,5.7,2.26,10,3.46,1.61,13,3.67,2.96,9,3.25,2.49,12,2.5,2.46,10,4.31,2.9,13,5.75,2.19,8,3.67,1.87,12,3.4,2.63,10
+heartbroken,1.95,1.0,20,6.6,2.84,20,3.65,2.02,26,1.73,0.79,11,2.22,1.2,9,6.71,3.04,7,6.54,2.85,13,4.15,2.44,13,3.15,1.41,13,2.0,1.18,11,1.89,0.78,9,5.82,3.57,11,7.56,1.13,9,3.76,2.33,17,3.44,1.33,9,2.1,1.29,10,1.8,0.63,10,6.58,3.29,12,6.62,2.2,8,3.38,1.5,16,4.1,2.69,10
+heartburn,2.9,1.41,21,4.0,2.47,24,4.25,2.67,20,2.88,1.64,8,2.92,1.32,13,5.17,2.04,6,3.61,2.52,18,4.0,2.49,11,4.56,3.0,9,2.83,1.7,12,3.0,1.0,9,5.1,2.88,10,3.21,1.85,14,4.54,2.99,13,3.71,2.06,7,3.0,1.52,14,2.71,1.25,7,4.19,2.51,16,3.62,2.5,8,4.33,2.42,12,4.12,3.18,8
+hearted,6.0,1.9,22,4.5,2.35,22,6.7,1.84,23,5.77,2.01,13,6.0,1.6,8,5.0,2.51,8,4.21,2.29,14,6.0,2.77,7,7.0,1.26,16,5.67,2.6,9,6.23,1.3,13,3.89,2.85,9,4.92,1.93,13,6.09,2.02,11,7.25,1.54,12,5.93,2.2,14,6.12,1.36,8,4.18,2.89,11,4.82,1.72,11,6.85,1.86,13,6.5,1.9,10
+heartfelt,6.7,2.15,20,3.83,2.91,24,5.93,2.45,28,6.62,1.19,8,6.75,2.67,12,2.67,2.12,9,4.53,3.16,15,6.21,2.26,14,5.64,2.68,14,7.44,1.51,9,6.09,2.47,11,4.25,3.08,12,3.42,2.81,12,5.29,2.73,14,6.57,2.03,14,7.5,1.65,10,5.9,2.38,10,4.0,2.98,12,3.67,2.96,12,6.08,2.15,12,5.81,2.71,16
+hearth,5.86,1.8,21,3.61,1.44,23,4.86,1.65,21,4.8,1.79,5,6.19,1.72,16,3.75,1.54,12,3.45,1.37,11,4.91,1.04,11,4.44,2.01,9,5.5,2.02,12,6.33,1.41,9,3.75,1.34,16,3.29,1.7,7,4.09,1.51,11,5.7,1.42,10,6.15,1.82,13,5.38,1.77,8,3.63,1.5,19,3.5,1.29,4,4.29,1.38,14,6.0,1.63,7
+heartland,6.0,2.0,20,4.32,3.2,19,5.88,2.21,26,5.64,2.11,11,6.44,1.88,9,6.43,2.44,7,3.08,3.0,12,5.77,2.01,13,6.0,2.48,13,5.64,2.38,11,6.44,1.42,9,4.1,3.07,10,4.56,3.5,9,6.18,2.1,17,5.33,2.45,9,6.2,1.69,10,5.8,2.35,10,4.33,3.52,12,4.29,2.81,7,6.38,1.71,16,5.1,2.77,10
+heartless,2.8,1.88,20,4.82,2.3,22,5.22,2.81,27,3.43,2.64,7,2.46,1.33,13,4.9,1.91,10,4.75,2.67,12,5.27,2.87,15,5.27,2.97,11,2.82,1.33,11,2.78,2.49,9,4.11,1.45,9,5.31,2.69,13,6.18,2.7,17,3.56,2.4,9,2.85,2.03,13,2.71,1.7,7,4.56,2.25,16,5.5,2.51,6,5.08,2.78,12,5.33,2.92,15
+hearty,7.25,1.33,20,3.71,2.05,21,6.4,1.98,25,7.33,1.15,3,7.24,1.39,17,4.71,2.75,7,3.23,1.54,13,5.38,1.6,8,6.88,2.0,17,7.14,1.35,7,7.31,1.38,13,4.57,2.15,7,3.31,2.02,13,6.21,2.39,14,6.64,1.36,11,6.89,1.36,9,7.55,1.29,11,4.18,1.99,11,3.2,2.1,10,6.61,2.15,18,5.86,1.46,7
+heat,4.77,2.62,22,5.75,2.69,20,5.89,2.56,19,5.46,2.07,13,3.78,3.11,9,6.86,2.34,7,5.15,2.76,13,5.71,2.98,7,6.0,2.41,12,5.17,2.69,12,4.3,2.58,10,6.33,2.69,9,5.27,2.72,11,6.2,1.81,10,5.56,3.28,9,5.17,2.69,12,4.3,2.58,10,6.86,2.04,7,5.15,2.88,13,6.71,1.89,7,5.42,2.84,12
+heater,6.57,1.83,21,3.26,2.35,19,4.81,2.44,21,7.17,1.47,6,6.33,1.95,15,3.38,2.5,8,3.18,2.36,11,4.73,2.69,11,4.9,2.28,10,7.33,1.5,9,6.0,1.91,12,3.25,1.98,8,3.27,2.69,11,4.0,2.83,6,5.13,2.29,15,6.4,2.22,10,6.73,1.49,11,2.62,1.98,13,4.67,2.66,6,4.92,2.81,12,4.67,2.0,9
+heathen,3.71,1.68,21,4.2,2.45,25,4.32,2.38,19,3.78,1.3,9,3.67,1.97,12,4.0,2.68,6,4.33,2.5,18,4.14,2.61,7,4.42,2.35,12,3.69,1.2,16,3.8,2.95,5,3.5,2.44,14,5.3,2.26,10,4.33,2.96,9,4.3,1.89,10,4.08,1.93,12,3.22,1.2,9,4.75,2.32,16,3.22,2.49,9,4.27,2.94,11,4.38,1.51,8
+heating,5.85,1.63,20,3.61,2.55,18,5.83,2.79,24,6.2,0.84,5,5.73,1.83,15,5.0,1.87,5,3.08,2.63,13,4.85,2.85,13,7.0,2.32,11,6.3,1.64,10,5.4,1.58,10,5.29,2.63,7,2.55,1.92,11,4.94,2.86,16,7.62,1.6,8,5.86,1.75,14,5.83,1.47,6,3.58,2.68,12,3.67,2.5,6,6.07,2.99,15,5.44,2.55,9
+heave,4.1,1.71,20,4.0,2.28,21,4.75,2.19,24,3.67,1.53,3,4.18,1.78,17,4.14,2.61,7,3.92,2.29,13,5.12,1.64,8,4.56,2.45,16,4.29,1.11,7,4.0,2.0,13,3.43,1.72,7,4.31,2.63,13,4.36,1.6,14,5.3,2.83,10,3.78,1.92,9,4.36,1.57,11,3.73,1.79,11,4.3,2.79,10,4.53,2.45,17,5.29,1.38,7
+heaven,7.5,2.24,40,4.23,2.86,22,5.22,2.72,50,7.5,1.72,18,7.5,2.63,22,4.0,1.85,8,4.36,3.37,14,4.69,2.65,26,5.79,2.73,24,6.8,2.71,20,8.42,1.02,19,4.3,2.26,10,4.17,3.38,12,5.05,2.91,21,5.34,2.62,29,7.43,2.19,23,7.59,2.37,17,4.12,3.0,8,4.29,2.89,14,5.42,2.9,24,5.04,2.58,26
+heavenly,7.89,1.52,19,4.95,2.94,22,6.75,1.59,24,8.17,1.33,6,7.77,1.64,13,5.75,2.73,12,4.0,3.02,10,6.38,1.06,8,6.94,1.81,16,7.3,1.77,10,8.56,0.88,9,4.44,2.92,9,5.31,3.01,13,6.76,1.52,17,7.0,1.9,6,7.75,1.91,8,8.0,1.26,11,5.56,2.4,9,4.54,3.28,13,6.81,1.6,16,6.62,1.69,8
+heavy,4.78,1.8,18,3.65,2.7,20,3.61,1.54,18,4.88,1.64,8,4.7,2.0,10,5.0,3.27,7,2.92,2.14,13,3.82,1.6,11,3.29,1.5,7,4.82,1.4,11,4.71,2.43,7,3.33,3.32,9,3.91,2.21,11,3.36,1.36,11,4.0,1.83,7,5.0,1.21,12,4.33,2.73,6,2.75,2.49,12,5.0,2.56,8,3.33,1.66,9,3.89,1.45,9
+heavy metal,4.61,2.25,23,4.86,2.87,22,5.35,2.62,20,5.62,2.62,8,4.07,1.91,15,5.2,2.94,10,4.58,2.91,12,6.29,2.36,7,4.85,2.7,13,5.08,2.35,12,4.09,2.12,11,4.27,2.53,11,5.45,3.17,11,5.4,2.53,15,5.2,3.19,5,4.91,2.34,11,4.33,2.23,12,5.5,2.88,10,4.33,2.87,12,5.1,2.28,10,5.6,3.03,10
+heavyweight,4.37,1.34,19,3.83,2.26,18,5.53,2.45,17,4.45,1.44,11,4.25,1.28,8,5.25,3.1,4,3.43,1.91,14,5.12,2.36,8,5.89,2.62,9,4.12,1.89,8,4.55,0.82,11,4.0,2.24,7,3.73,2.37,11,5.0,2.83,6,5.82,2.32,11,4.31,1.38,13,4.5,1.38,6,3.27,2.28,11,4.71,2.06,7,4.71,2.63,7,6.1,2.28,10
+heck,4.29,1.42,21,3.12,2.54,24,5.2,2.04,20,5.0,1.07,8,3.85,1.46,13,3.33,1.03,6,3.06,2.9,18,5.45,2.16,11,4.89,1.96,9,4.5,1.17,12,4.0,1.73,9,3.8,2.66,10,2.64,2.44,14,5.62,2.26,13,4.43,1.4,7,4.29,1.38,14,4.29,1.6,7,3.19,2.71,16,3.0,2.33,8,5.08,1.83,12,5.38,2.45,8
+hectic,2.8,1.15,20,4.45,2.96,20,3.91,2.52,22,3.0,1.1,6,2.71,1.2,14,4.5,3.12,8,4.42,3.0,12,4.17,2.92,12,3.6,2.07,10,2.44,1.42,9,3.09,0.83,11,4.22,2.91,9,4.64,3.14,11,5.0,2.83,7,3.4,2.29,15,2.8,1.23,10,2.8,1.14,10,4.08,2.93,13,5.14,3.13,7,4.17,2.82,12,3.6,2.22,10
+hedge,5.14,1.32,22,3.39,2.08,23,5.95,2.63,19,5.38,1.06,8,4.69,0.95,13,3.88,2.7,8,3.07,1.77,14,6.43,2.51,7,5.55,2.88,11,5.5,1.07,8,4.62,0.87,13,3.44,2.79,9,3.36,1.6,14,6.57,3.26,7,5.58,2.27,12,4.91,1.38,11,5.36,1.29,11,2.11,1.76,9,4.21,1.89,14,6.06,2.46,16,5.33,4.04,3
+heed,4.77,1.41,22,4.44,1.92,18,4.95,2.04,21,4.6,1.14,5,4.81,1.56,16,5.25,1.28,8,3.8,2.15,10,5.1,1.91,10,4.82,2.23,11,4.75,1.14,12,4.8,1.75,10,4.9,1.6,10,3.88,2.23,8,4.5,2.24,12,5.56,1.67,9,4.64,1.12,11,4.91,1.7,11,4.25,2.05,8,4.6,1.9,10,5.56,1.59,9,4.5,2.28,12
+heel,4.63,1.07,19,4.55,1.76,20,5.41,1.74,22,4.8,1.1,5,4.46,1.05,13,4.0,2.0,6,4.79,1.67,14,5.6,1.58,10,5.25,1.91,12,4.29,1.25,7,4.73,0.9,11,4.71,1.89,7,4.46,1.76,13,5.7,1.49,10,5.17,1.95,12,4.92,1.08,12,4.14,0.9,7,4.9,1.85,10,4.2,1.69,10,5.69,1.75,13,5.0,1.73,9
+hefty,3.85,1.18,20,4.05,2.01,21,4.88,2.48,33,4.0,1.49,10,3.7,0.82,10,4.25,1.75,8,3.92,2.22,13,4.79,2.61,14,4.95,2.46,19,3.33,1.32,9,4.27,0.9,11,4.38,1.98,13,3.5,2.07,8,4.81,2.68,21,5.0,2.22,12,3.5,1.35,10,4.2,0.92,10,4.07,2.2,14,4.0,1.73,7,5.18,2.21,17,4.56,2.78,16
+heifer,4.29,2.05,21,4.55,2.48,20,4.92,2.38,36,4.0,2.51,8,4.46,1.81,13,4.8,2.17,5,4.47,2.64,15,5.36,2.11,11,4.72,2.51,25,4.08,2.18,13,4.62,1.92,8,4.58,2.19,12,4.5,3.02,8,4.25,2.79,20,5.75,1.44,16,3.64,1.75,11,5.0,2.21,10,5.0,2.86,11,4.0,1.94,9,4.36,2.65,22,5.79,1.63,14
+height,5.83,1.25,18,3.85,2.06,20,4.56,2.57,25,6.4,1.14,5,5.62,1.26,13,4.09,2.17,11,3.56,2.01,9,5.38,2.47,16,3.11,2.15,9,6.0,1.15,7,5.73,1.35,11,4.0,2.45,9,3.73,1.79,11,4.6,2.74,20,4.4,1.95,5,5.56,1.24,9,6.11,1.27,9,3.55,2.16,11,4.22,1.99,9,4.79,2.46,19,3.83,2.99,6
+heightened,6.37,1.74,19,4.59,2.11,22,4.95,2.27,21,6.0,1.66,9,6.7,1.83,10,4.88,2.36,8,4.43,2.03,14,4.55,2.07,11,5.4,2.5,10,5.71,1.89,7,6.75,1.6,12,4.8,1.75,10,4.42,2.43,12,4.58,2.43,12,5.44,2.07,9,5.9,1.97,10,6.89,1.36,9,4.12,2.1,8,4.86,2.14,14,5.38,2.36,13,4.25,2.05,8
+heinous,2.77,1.72,22,5.38,2.5,26,4.12,2.19,24,2.44,1.59,9,3.0,1.83,13,5.2,2.66,10,5.5,2.48,16,4.0,1.66,9,4.2,2.51,15,3.0,2.14,8,2.64,1.5,14,5.54,2.76,13,5.23,2.31,13,4.0,1.54,12,4.25,2.77,12,3.33,1.92,12,2.1,1.2,10,5.53,2.59,15,5.18,2.48,11,4.46,2.03,13,3.73,2.41,11
+heir,6.29,1.15,21,4.0,2.53,26,5.61,2.27,23,6.56,1.13,9,6.08,1.16,12,3.6,2.5,10,4.25,2.59,16,5.38,2.56,8,5.73,2.19,15,6.29,1.11,7,6.29,1.2,14,5.08,2.53,13,2.92,2.1,13,5.25,2.6,12,6.0,1.9,11,6.18,1.17,11,6.4,1.17,10,3.93,2.69,15,4.09,2.43,11,5.67,2.53,12,5.55,2.07,11
+heiress,5.68,1.92,19,4.6,2.48,20,5.42,1.93,24,5.85,1.99,13,5.33,1.86,6,4.8,2.77,5,4.53,2.47,15,5.15,1.86,13,5.73,2.05,11,6.11,1.69,9,5.3,2.11,10,5.71,2.69,7,4.0,2.24,13,4.73,1.56,11,6.0,2.08,13,5.44,1.67,9,5.9,2.18,10,4.7,2.36,10,4.5,2.72,10,5.44,2.4,9,5.4,1.68,15
+heirloom,6.35,1.09,20,4.55,2.48,22,6.62,2.33,21,6.44,0.73,9,6.27,1.35,11,4.9,2.85,10,4.25,2.22,12,5.88,2.47,8,7.08,2.22,13,6.29,1.14,14,6.5,1.05,6,5.12,2.9,8,4.21,2.26,14,5.75,2.19,8,7.15,2.34,13,6.5,1.18,10,6.2,1.03,10,5.33,1.92,12,3.6,2.84,10,6.33,2.61,12,7.0,2.0,9
+heist,4.16,2.17,19,6.4,1.82,20,4.46,2.59,24,4.54,2.37,13,3.33,1.51,6,6.4,0.55,5,6.4,2.1,15,5.0,2.24,13,3.82,2.93,11,5.67,2.24,9,2.8,0.79,10,6.57,1.27,7,6.31,2.1,13,5.0,2.83,11,4.0,2.38,13,3.89,2.03,9,4.4,2.37,10,5.6,1.84,10,7.2,1.48,10,5.67,2.78,9,3.73,2.25,15
+helicopter,5.55,1.32,20,6.11,2.61,18,6.17,2.53,24,6.4,0.89,5,5.27,1.33,15,7.2,1.79,5,5.69,2.81,13,5.92,2.14,13,6.45,3.01,11,5.8,1.23,10,5.3,1.42,10,7.0,2.45,7,5.55,2.66,11,5.44,2.58,16,7.62,1.77,8,5.43,1.22,14,5.83,1.6,6,6.17,2.62,12,6.0,2.83,6,6.67,1.95,15,5.33,3.24,9
+helipad,4.52,1.47,23,5.09,2.56,22,5.95,2.28,20,5.5,1.07,8,4.0,1.41,15,5.2,2.82,10,5.0,2.45,12,6.57,2.51,7,5.62,2.18,13,4.42,1.78,12,4.64,1.12,11,5.09,2.3,11,5.09,2.91,11,5.53,2.33,15,7.2,1.79,5,4.0,1.55,11,5.0,1.28,12,5.3,2.5,10,4.92,2.71,12,5.5,1.65,10,6.4,2.8,10
+heliport,5.63,1.01,19,4.14,1.9,21,5.48,2.09,23,6.67,1.53,3,5.44,0.81,16,5.0,1.07,8,3.62,2.14,13,5.67,2.35,9,5.36,1.98,14,5.56,1.01,9,5.7,1.06,10,4.0,1.8,9,4.25,2.05,12,5.53,2.36,15,5.38,1.6,8,5.86,1.21,7,5.5,0.9,12,4.7,1.7,10,3.64,2.01,11,5.85,2.3,13,5.0,1.76,10
+helium,6.35,1.39,20,3.57,2.54,21,5.46,2.34,24,7.33,1.15,3,6.18,1.38,17,3.14,2.97,7,3.69,2.46,13,4.25,2.31,8,6.06,2.17,16,6.43,1.51,7,6.31,1.38,13,3.14,2.12,7,3.69,2.87,13,4.38,2.22,13,6.73,1.85,11,6.78,1.56,9,6.0,1.18,11,3.45,2.5,11,3.7,2.71,10,5.5,2.53,18,5.33,1.86,6
+helix,5.75,1.55,20,3.5,1.77,22,5.24,1.81,21,6.67,1.22,9,5.0,1.41,11,3.33,2.07,6,3.47,1.73,15,5.17,2.32,6,5.27,1.67,15,6.38,1.77,8,5.33,1.3,12,4.6,0.89,5,3.18,1.85,17,5.6,2.12,10,4.91,1.51,11,5.73,1.79,11,5.78,1.3,9,3.67,1.94,9,3.38,1.71,13,5.33,2.19,12,5.11,1.27,9
+hell,2.55,2.2,38,6.26,2.55,39,3.47,2.72,49,2.71,2.89,14,2.46,1.74,24,6.08,2.53,13,6.35,2.61,26,3.24,2.79,25,3.7,2.75,23,2.9,2.21,21,2.12,2.18,17,6.8,1.88,20,5.68,3.06,19,3.32,2.63,25,3.62,2.87,24,3.05,2.27,19,2.05,2.07,19,6.0,2.97,26,6.77,1.36,13,3.5,2.7,26,3.43,2.81,23
+hellfire,2.85,1.9,20,5.1,2.66,21,4.0,3.01,25,2.0,1.41,4,3.06,1.98,16,5.5,2.38,4,5.0,2.78,17,4.89,3.37,9,3.5,2.78,16,2.75,1.49,8,2.92,2.19,12,5.1,2.47,10,5.09,2.95,11,3.93,2.79,14,4.09,3.42,11,3.09,1.45,11,2.56,2.4,9,4.6,2.84,10,5.55,2.54,11,4.17,3.09,18,3.57,2.99,7
+hellhole,2.1,1.68,20,6.33,2.7,18,3.46,2.81,24,2.2,1.64,5,2.07,1.75,15,7.4,1.52,5,5.92,2.99,13,4.15,3.18,13,2.64,2.16,11,2.0,1.41,10,2.2,1.99,10,7.29,1.5,7,5.73,3.17,11,3.81,3.08,16,2.75,2.19,8,2.07,1.82,14,2.17,1.47,6,6.92,2.15,12,5.17,3.49,6,3.2,2.68,15,3.89,3.14,9
+hellish,2.67,2.11,21,4.48,3.03,23,4.72,2.72,18,3.0,1.8,9,2.42,2.35,12,4.64,2.77,11,4.33,3.37,12,5.1,3.03,10,4.25,2.38,8,4.57,2.23,7,1.77,1.3,13,5.27,2.9,11,3.75,3.08,12,6.29,2.81,7,3.73,2.24,11,3.0,2.38,13,2.12,1.55,8,4.27,3.17,11,4.67,3.03,12,5.44,2.19,9,4.0,3.12,9
+helmet,5.26,1.19,19,3.71,2.1,21,5.52,2.56,23,5.0,1.0,3,5.31,1.25,16,3.88,1.73,8,3.62,2.36,13,5.0,2.4,9,5.86,2.68,14,5.33,1.41,9,5.2,1.03,10,4.0,2.18,9,3.5,2.11,12,5.87,2.67,15,4.88,2.36,8,5.71,0.49,7,5.0,1.41,12,4.0,2.05,10,3.45,2.21,11,5.92,3.04,13,5.0,1.76,10
+helmsman,5.19,1.4,21,3.0,2.02,22,5.33,2.29,27,5.3,1.34,10,5.09,1.51,11,2.71,2.14,7,3.13,2.03,15,5.12,2.29,17,5.7,2.36,10,5.27,1.19,11,5.1,1.66,10,2.4,1.67,5,3.18,2.13,17,5.36,2.37,14,5.31,2.29,13,4.92,1.38,13,5.62,1.41,8,2.3,1.83,10,3.58,2.07,12,5.36,2.44,14,5.31,2.21,13
+help,6.95,2.01,22,4.29,2.43,21,6.89,1.84,18,6.67,2.73,6,7.07,1.83,15,4.43,2.51,7,4.21,2.49,14,6.89,2.2,9,6.88,1.64,8,6.43,2.17,14,8.0,1.41,7,3.67,2.74,9,4.75,2.18,12,7.1,2.18,10,6.62,1.41,8,7.0,2.11,14,6.88,1.96,8,3.67,2.8,6,4.53,2.33,15,7.0,2.11,10,6.75,1.58,8
+helper,6.71,1.19,21,3.22,2.32,23,6.6,2.04,20,6.62,1.06,8,6.77,1.3,13,4.0,2.0,5,3.0,2.4,18,6.45,1.69,11,6.78,2.49,9,6.75,1.22,12,6.67,1.22,9,2.7,1.57,10,3.62,2.75,13,6.38,2.26,13,7.0,1.63,7,7.0,1.18,14,6.14,1.07,7,3.69,2.33,16,2.14,2.04,7,6.83,1.64,12,6.25,2.6,8
+helpful,7.43,1.43,21,3.88,2.54,25,6.79,2.37,19,7.56,1.51,9,7.33,1.44,12,4.5,3.02,6,3.61,2.48,18,6.0,3.11,7,7.25,1.82,12,7.19,1.52,16,8.2,0.84,5,3.86,2.85,14,3.8,2.3,10,5.89,2.89,9,7.6,1.51,10,8.0,1.13,12,6.67,1.5,9,4.31,2.77,16,3.11,1.96,9,6.55,2.7,11,7.12,1.96,8
+helpless,2.24,1.68,41,4.91,2.93,22,3.0,2.49,48,2.21,1.37,14,2.26,1.85,27,4.75,2.25,8,5.0,3.33,14,3.44,2.5,18,2.73,2.49,30,2.39,1.91,18,2.13,1.52,23,4.1,2.38,10,5.58,3.26,12,2.76,2.26,25,3.26,2.75,23,2.75,2.17,20,1.76,0.83,21,5.62,3.16,8,4.5,2.82,14,3.1,2.5,30,2.83,2.55,18
+hem,5.47,1.12,19,3.05,2.04,20,6.13,1.82,23,5.33,0.58,3,5.5,1.21,16,4.14,2.04,7,2.46,1.85,13,5.56,2.01,9,6.5,1.65,14,5.89,1.17,9,5.1,0.99,10,2.44,1.74,9,3.55,2.21,11,6.27,1.91,15,5.88,1.73,8,5.0,1.0,7,5.75,1.14,12,3.0,2.26,10,3.1,1.91,10,6.77,2.05,13,5.3,1.06,10
+hematoma,3.11,1.59,19,4.62,2.6,21,3.25,1.68,20,3.0,1.0,3,3.12,1.71,16,5.83,2.32,6,4.13,2.61,15,4.5,1.22,6,2.71,1.59,14,3.2,1.75,10,3.0,1.5,9,4.43,3.15,7,4.71,2.4,14,3.8,1.55,10,2.7,1.7,10,3.62,1.51,8,2.73,1.62,11,4.56,3.09,9,4.67,2.31,12,3.12,1.81,8,3.33,1.67,12
+hemisphere,5.33,1.39,21,3.32,2.39,25,5.37,2.19,19,5.33,1.5,9,5.33,1.37,12,3.5,2.74,6,3.39,2.35,18,4.71,1.38,7,5.75,2.53,12,5.19,1.42,16,5.8,1.3,5,3.29,2.7,14,3.6,2.01,10,5.67,2.06,9,5.1,2.38,10,5.42,1.24,12,5.22,1.64,9,3.38,2.55,16,3.22,2.22,9,5.45,2.62,11,5.25,1.58,8
+hemlock,4.65,1.63,20,3.86,2.25,22,5.19,2.18,27,5.71,1.89,7,4.08,1.19,13,3.7,2.0,10,4.0,2.52,12,5.07,1.98,15,5.09,2.47,11,4.36,1.36,11,5.0,1.94,9,4.22,1.56,9,3.62,2.66,13,4.94,2.44,17,5.33,1.58,9,5.23,1.59,13,3.57,1.13,7,3.5,2.1,16,4.83,2.56,6,4.67,2.35,12,5.6,2.03,15
+hemoglobin,5.32,1.16,19,3.09,1.9,22,4.72,1.93,18,5.11,0.93,9,5.5,1.35,10,2.43,1.51,7,3.5,2.07,14,4.7,2.26,10,4.75,1.58,8,5.67,1.5,9,5.0,0.67,10,3.4,2.22,10,2.91,1.7,11,4.0,1.2,8,5.0,2.18,9,5.5,1.45,12,5.0,0.0,7,2.95,1.93,19,4.0,1.73,3,4.5,1.85,8,4.9,2.08,10
+hemorrhage,2.32,1.78,22,5.0,2.76,21,3.0,1.69,22,2.36,2.1,14,2.25,1.16,8,5.09,3.05,11,5.11,2.62,9,3.0,1.26,6,3.0,1.86,16,2.8,2.3,10,1.92,1.16,12,3.82,2.44,11,6.3,2.58,10,3.0,1.15,13,3.0,2.35,9,2.75,2.22,12,1.8,0.92,10,4.46,2.93,13,5.88,2.36,8,3.5,1.88,12,2.4,1.26,10
+hemostat,4.65,1.23,20,3.92,2.57,24,4.32,2.13,28,5.12,1.55,8,4.33,0.89,12,4.33,3.08,9,3.67,2.29,15,4.36,1.69,14,4.29,2.55,14,4.33,1.32,9,4.91,1.14,11,4.25,2.77,12,3.58,2.43,12,3.43,2.14,14,5.21,1.76,14,3.9,1.1,10,5.4,0.84,10,3.92,2.61,12,3.92,2.64,12,5.0,1.76,12,3.81,2.29,16
+hen,6.14,1.74,21,3.39,2.23,18,5.39,2.14,36,5.75,1.83,8,6.38,1.71,13,3.4,1.82,5,3.38,2.43,13,5.45,1.97,11,5.36,2.25,25,6.15,1.82,13,6.12,1.73,8,3.08,1.78,12,4.0,3.03,6,5.2,2.24,20,5.62,2.06,16,5.64,1.75,11,6.7,1.64,10,3.7,2.71,10,3.0,1.51,8,5.14,2.38,22,5.79,1.72,14
+henhouse,4.6,1.98,20,3.91,2.18,22,5.05,1.81,19,4.56,2.07,9,4.64,2.01,11,2.6,1.67,5,4.5,2.1,16,5.83,1.94,6,4.69,1.7,13,4.79,1.31,14,4.17,3.19,6,3.92,2.19,12,4.22,2.17,9,4.44,0.53,9,5.6,2.37,10,4.6,1.84,10,4.6,2.22,10,3.0,2.09,12,5.0,1.83,10,5.67,1.97,6,4.77,1.74,13
+hepatitis,2.33,1.43,21,3.83,2.75,24,4.05,2.48,19,2.62,1.69,8,2.15,1.28,13,5.83,2.48,6,3.17,2.55,18,4.4,2.91,10,3.67,2.0,9,2.33,1.5,12,2.33,1.41,9,4.2,2.82,10,3.57,2.77,14,4.08,2.81,12,4.0,2.0,7,2.29,1.44,14,2.43,1.51,7,3.75,2.67,16,4.0,3.07,8,4.09,2.66,11,4.0,2.39,8
+herald,4.89,2.23,19,3.85,2.25,20,5.46,1.79,24,4.77,2.65,13,5.17,0.98,6,6.0,2.0,5,3.13,1.88,15,5.77,1.83,13,5.09,1.76,11,4.89,2.85,9,4.9,1.66,10,5.0,2.38,7,3.23,2.01,13,5.27,1.74,11,5.62,1.89,13,5.11,1.96,9,4.7,2.54,10,4.3,2.26,10,3.4,2.27,10,5.89,2.26,9,5.2,1.47,15
+herb,6.72,1.74,18,3.26,2.68,23,5.05,2.34,19,6.44,1.94,9,7.0,1.58,9,2.71,2.5,7,3.6,2.87,15,5.2,2.2,10,4.89,2.62,9,7.0,1.94,9,6.44,1.59,9,4.4,3.06,10,2.42,2.15,12,4.25,1.75,8,5.4,2.63,10,6.55,1.57,11,7.0,2.08,7,3.35,2.87,20,2.67,0.58,3,5.0,2.07,8,5.09,2.63,11
+herbal,6.14,1.68,21,3.87,2.24,23,5.25,1.36,24,5.82,1.66,11,6.5,1.72,10,4.91,2.26,11,2.92,1.83,12,5.36,1.86,11,5.17,0.83,12,6.6,1.65,10,5.73,1.68,11,4.36,2.29,11,3.42,2.19,12,5.33,1.54,15,5.12,1.13,8,6.31,2.02,13,5.88,0.99,8,3.8,2.31,15,4.0,2.27,8,5.12,1.2,16,5.5,1.69,8
+herbs,6.09,1.44,22,3.96,2.99,23,5.68,2.0,19,5.88,1.46,8,6.0,1.29,13,5.62,3.07,8,3.0,2.72,14,4.43,1.81,7,6.36,1.86,11,6.0,1.6,8,5.92,1.19,13,4.33,3.28,9,3.71,2.89,14,4.71,2.63,7,6.25,1.36,12,5.91,1.51,11,6.27,1.42,11,4.22,3.6,9,3.79,2.67,14,5.12,1.63,16,8.67,0.58,3
+herd,5.67,1.68,21,3.33,2.08,24,5.0,2.11,19,5.89,1.69,9,5.5,1.73,12,3.2,2.17,5,3.33,2.17,18,4.29,2.29,7,5.42,1.98,12,5.75,1.57,16,5.4,2.19,5,3.36,2.24,14,3.22,2.05,9,5.11,2.26,9,4.9,2.08,10,5.83,1.75,12,5.44,1.67,9,3.67,2.26,15,2.78,1.72,9,5.18,2.36,11,4.75,1.83,8
+hereditary,5.25,2.12,20,4.05,2.55,22,4.0,2.18,27,4.86,2.79,7,5.46,1.76,13,3.7,2.45,10,4.33,2.71,12,3.93,2.02,15,4.09,2.59,11,5.0,2.14,11,5.56,2.19,9,4.33,2.29,9,3.85,2.79,13,4.41,2.45,17,3.22,1.56,9,5.15,2.08,13,5.43,2.37,7,3.69,2.55,16,5.0,2.53,6,3.92,2.23,12,4.07,2.22,15
+heresy,4.47,1.98,19,4.7,2.62,20,4.3,2.52,20,3.0,2.0,3,4.6,1.88,15,4.7,3.02,10,4.7,2.31,10,4.5,2.72,10,4.1,2.42,10,5.17,0.98,6,3.92,2.19,12,4.57,2.88,7,4.77,2.59,13,3.12,1.89,8,5.08,2.64,12,4.5,2.39,12,4.43,1.13,7,5.0,2.91,10,4.4,2.41,10,4.44,2.6,9,4.18,2.56,11
+heretic,3.55,1.71,22,5.36,2.22,25,5.04,2.1,23,2.89,1.76,9,4.0,1.58,13,5.11,2.42,9,5.5,2.16,16,5.22,1.92,9,4.93,2.27,14,2.88,1.55,8,3.93,1.73,14,5.33,1.61,12,5.38,2.72,13,4.58,1.83,12,5.55,2.34,11,3.58,1.73,12,3.5,1.78,10,4.5,2.18,14,6.45,1.81,11,5.08,2.36,13,5.0,1.83,10
+heritage,6.86,1.28,21,3.77,2.07,22,4.35,2.43,20,6.67,1.41,9,7.0,1.21,12,2.67,1.97,6,4.13,2.07,15,4.5,3.21,6,4.29,2.16,14,6.67,1.41,9,7.0,1.21,12,4.0,1.87,5,3.71,2.17,17,3.44,2.35,9,5.09,2.34,11,7.42,1.08,12,6.11,1.17,9,5.0,2.0,9,2.92,1.71,13,3.91,2.21,11,4.89,2.71,9
+hermit,4.1,1.73,21,3.88,2.47,26,5.62,2.41,24,4.11,2.03,9,4.08,1.56,12,3.0,1.89,10,4.44,2.68,16,5.33,2.83,9,5.8,2.21,15,4.0,1.15,7,4.14,1.99,14,4.38,2.43,13,3.38,2.5,13,4.75,2.7,12,6.5,1.78,12,3.18,1.66,11,5.1,1.2,10,3.2,2.21,15,4.82,2.6,11,5.46,2.67,13,5.82,2.18,11
+hernia,2.48,1.57,21,5.42,2.46,19,2.95,2.29,21,2.67,1.37,6,2.4,1.68,15,5.5,2.33,8,5.36,2.66,11,2.82,2.32,11,3.1,2.38,10,2.17,1.6,6,2.6,1.59,15,5.0,2.45,10,5.89,2.52,9,3.5,2.59,14,1.86,0.9,7,2.86,1.68,7,2.29,1.54,14,5.14,2.74,14,6.2,1.3,5,2.58,2.02,12,3.44,2.65,9
+hero,7.44,1.79,18,6.35,2.43,20,5.78,2.34,18,6.5,2.2,8,8.2,0.92,10,5.29,3.25,7,6.92,1.75,13,5.64,2.16,11,6.0,2.77,7,7.09,2.12,11,8.0,1.0,7,6.38,2.56,8,6.33,2.46,12,5.18,2.56,11,6.71,1.7,7,7.08,2.02,12,8.17,0.98,6,5.82,2.79,11,7.0,1.87,9,6.44,2.6,9,5.11,1.96,9
+heroic,7.45,2.06,20,5.48,2.38,21,6.79,2.43,34,8.3,0.95,10,6.6,2.55,10,6.12,1.96,8,5.08,2.6,13,7.07,2.23,14,6.6,2.6,20,7.78,1.64,9,7.18,2.4,11,5.62,2.33,13,5.25,2.6,8,6.32,2.73,22,7.67,1.5,12,7.5,1.78,10,7.4,2.41,10,5.5,2.38,14,5.43,2.57,7,6.24,2.66,17,7.35,2.12,17
+heroin,2.74,2.6,19,4.62,2.07,42,3.67,2.56,48,2.44,1.94,9,3.0,3.16,10,4.89,2.18,19,4.39,1.99,23,3.89,2.91,18,3.53,2.37,30,3.43,1.99,7,2.33,2.9,12,4.06,2.11,16,4.96,2.01,26,3.85,2.69,33,3.27,2.28,15,3.8,3.05,10,1.56,1.33,9,4.62,2.08,24,4.61,2.12,18,4.0,2.67,26,3.27,2.43,22
+heroine,4.86,2.9,21,5.43,2.01,21,4.92,2.25,25,5.08,2.81,12,4.56,3.17,9,5.86,1.57,7,5.21,2.22,14,3.9,1.52,10,5.6,2.44,15,2.75,2.87,4,5.35,2.76,17,5.5,1.51,10,5.36,2.46,11,4.43,2.57,7,5.11,2.17,18,4.83,2.95,12,4.89,3.02,9,5.0,2.16,13,6.12,1.64,8,4.89,2.71,9,4.94,2.05,16
+heroism,7.05,1.94,22,5.96,2.31,26,6.83,2.08,24,7.78,1.2,9,6.54,2.22,13,5.5,2.27,10,6.25,2.35,16,5.89,2.37,9,7.4,1.72,15,7.62,1.3,8,6.71,2.2,14,5.54,2.63,13,6.38,1.94,13,7.0,2.09,12,6.67,2.15,12,6.75,2.42,12,7.4,1.17,10,5.73,1.94,15,6.27,2.8,11,6.77,2.13,13,6.91,2.12,11
+herpes,1.57,0.87,21,5.58,2.44,26,3.75,2.83,24,1.0,0.0,9,2.0,0.95,12,5.7,2.26,10,5.5,2.61,16,4.56,3.0,9,3.27,2.71,15,1.62,1.06,8,1.54,0.78,13,4.92,2.78,13,6.23,1.92,13,3.08,3.26,12,4.42,2.27,12,1.92,1.0,12,1.11,0.33,9,5.07,2.69,15,6.27,1.95,11,4.0,2.94,13,3.45,2.81,11
+herring,4.9,1.81,21,3.35,2.5,20,5.18,2.48,22,4.83,2.32,6,4.93,1.67,15,4.38,3.07,8,2.67,1.87,12,5.58,2.68,12,4.7,2.26,10,5.11,1.83,9,4.75,1.86,12,4.0,2.6,9,2.82,2.4,11,5.71,3.15,7,4.93,2.19,15,5.0,1.94,10,4.82,1.78,11,3.23,2.49,13,3.57,2.7,7,4.5,2.84,12,6.0,1.76,10
+hertz,5.0,0.92,20,3.5,2.13,22,5.76,2.21,21,5.56,0.88,9,4.55,0.69,11,3.7,2.36,10,3.33,2.02,12,4.62,2.2,8,6.46,1.98,13,4.93,0.92,14,5.17,0.98,6,3.0,2.2,8,3.79,2.12,14,6.0,2.07,8,5.62,2.36,13,4.9,0.99,10,5.1,0.88,10,3.58,2.19,12,3.4,2.17,10,6.25,1.91,12,5.11,2.52,9
+hesitant,3.48,1.57,21,2.83,1.9,23,5.28,2.89,18,3.67,1.94,9,3.33,1.3,12,3.45,1.81,11,2.25,1.86,12,5.1,2.92,10,5.5,3.02,8,3.14,1.35,7,3.69,1.75,13,3.55,1.92,11,2.17,1.7,12,4.71,3.2,7,5.64,2.77,11,3.0,1.47,13,4.25,1.49,8,2.55,1.92,11,3.08,1.93,12,5.22,2.73,9,5.33,3.2,9
+hesitate,4.0,1.3,21,3.96,2.01,24,4.59,2.13,22,3.5,1.41,8,4.31,1.18,13,4.31,2.06,13,3.55,1.97,11,5.08,2.47,13,3.89,1.36,9,3.75,1.39,8,4.25,1.29,12,4.86,1.7,14,2.7,1.77,10,5.08,2.15,12,4.0,2.05,10,3.6,1.35,10,4.36,1.21,11,3.76,2.11,17,4.43,1.81,7,5.0,2.54,10,4.25,1.76,12
+hesitation,3.67,1.56,21,3.61,2.5,23,4.11,2.45,18,3.89,1.83,9,3.5,1.38,12,3.82,2.36,11,3.42,2.71,12,3.6,2.12,10,4.75,2.82,8,3.29,1.6,7,3.92,1.61,13,4.09,2.3,11,3.17,2.69,12,3.57,2.7,7,4.45,2.34,11,3.23,1.42,13,4.38,1.6,8,3.91,2.55,11,3.33,2.53,12,3.22,1.56,9,5.0,2.92,9
+hetero,4.94,1.66,18,4.05,2.27,21,4.91,2.34,34,4.9,1.6,10,5.0,1.85,8,4.12,2.23,8,4.0,2.38,13,4.86,2.35,14,4.95,2.39,20,4.38,1.6,8,5.4,1.65,10,4.46,2.07,13,3.38,2.56,8,5.0,2.39,22,4.75,2.34,12,4.67,2.18,9,5.22,0.97,9,4.0,2.35,14,4.14,2.27,7,5.12,2.06,17,4.71,2.64,17
+heterosexual,6.62,1.83,21,5.1,2.69,20,6.76,2.43,21,6.67,1.97,6,6.6,1.84,15,5.12,2.64,8,5.08,2.84,12,6.73,2.61,11,6.8,2.35,10,7.0,1.73,9,6.33,1.92,12,5.0,2.6,9,5.18,2.89,11,5.17,2.4,6,7.4,2.2,15,6.5,1.96,10,6.73,1.79,11,5.31,2.39,13,4.71,3.35,7,7.58,2.15,12,5.67,2.45,9
+hex,2.47,1.74,19,4.77,2.0,22,4.42,2.43,24,2.5,1.64,6,2.46,1.85,13,4.58,2.15,12,5.0,1.89,10,5.25,2.76,8,4.0,2.22,16,3.4,1.96,10,1.44,0.53,9,5.78,1.56,9,4.08,2.02,13,5.18,2.4,17,2.33,1.21,6,2.5,1.93,8,2.45,1.69,11,4.22,2.28,9,5.15,1.77,13,4.75,2.72,16,3.75,1.67,8
+hiatus,5.65,1.46,20,3.71,2.37,21,5.24,2.37,25,5.33,1.53,3,5.71,1.49,17,3.0,2.52,7,4.23,2.31,13,5.5,1.77,8,5.12,2.64,17,5.14,1.77,7,5.92,1.26,13,4.43,2.15,7,3.46,2.54,13,5.14,2.68,14,5.36,2.01,11,5.78,1.39,9,5.55,1.57,11,4.36,2.29,11,3.0,2.36,10,5.17,2.55,18,5.43,1.99,7
+hibernation,6.05,1.35,19,3.55,2.06,22,5.29,2.22,21,5.5,1.2,8,6.45,1.37,11,3.7,2.54,10,3.42,1.68,12,4.62,1.19,8,5.69,2.63,13,5.86,1.23,14,6.6,1.67,5,3.75,2.71,8,3.43,1.7,14,6.12,1.89,8,4.77,2.31,13,5.7,1.25,10,6.44,1.42,9,4.42,2.19,12,2.5,1.35,10,5.67,2.42,12,4.78,1.92,9
+hiccup,4.5,1.96,20,3.95,2.29,21,3.72,2.59,25,4.0,3.46,4,4.62,1.54,16,3.25,2.63,4,4.12,2.26,17,4.89,3.02,9,3.06,2.14,16,5.12,1.46,8,4.08,2.19,12,3.5,2.22,10,4.36,2.38,11,4.0,2.48,14,3.36,2.8,11,4.27,1.9,11,4.78,2.11,9,3.6,2.27,10,4.27,2.37,11,4.33,2.74,18,2.14,1.21,7
+hick,3.67,1.43,21,4.24,1.83,25,5.05,2.38,22,3.62,1.77,8,3.69,1.25,13,4.38,2.29,13,4.08,1.24,12,5.38,2.53,13,4.56,2.19,9,3.25,1.39,8,3.92,1.51,12,4.5,1.45,14,3.91,2.26,11,5.83,2.12,12,4.1,2.42,10,3.1,1.45,10,4.18,1.25,11,3.94,1.85,17,4.88,1.73,8,4.7,2.83,10,5.33,2.02,12
+hickey,5.14,1.93,21,5.04,2.3,25,4.5,2.74,22,6.25,1.67,8,4.46,1.81,13,4.38,2.66,13,5.75,1.66,12,5.77,2.62,13,2.67,1.73,9,5.75,2.25,8,4.92,1.68,12,4.79,1.89,14,5.36,2.8,11,5.0,2.83,12,3.9,2.64,10,5.2,2.04,10,5.09,1.92,11,4.53,2.5,17,6.12,1.36,8,4.9,3.21,10,4.17,2.37,12
+hickory,5.9,2.07,21,2.95,2.16,20,4.95,1.93,19,6.4,1.82,5,6.0,2.0,15,2.9,2.28,10,3.0,2.16,10,5.11,1.69,9,4.8,2.2,10,5.14,2.41,7,6.62,1.45,13,2.57,1.9,7,3.15,2.34,13,4.43,1.81,7,5.25,2.01,12,6.0,2.08,13,5.75,2.19,8,3.0,1.76,10,2.9,2.6,10,4.22,1.92,9,5.6,1.78,10
+hide,4.9,1.53,40,3.52,2.24,44,4.85,2.22,48,4.92,1.8,13,4.89,1.42,27,4.24,1.95,17,3.15,2.33,26,5.39,2.57,18,4.53,1.96,30,4.88,1.58,17,4.91,1.53,23,4.1,2.59,20,3.04,1.81,24,4.97,2.26,33,4.6,2.2,15,5.09,1.63,22,4.67,1.41,18,3.79,2.35,28,3.06,2.02,16,4.85,2.11,26,4.86,2.4,22
+hideaway,5.76,2.28,21,3.57,2.69,23,5.65,2.67,17,6.11,2.2,9,5.5,2.39,12,4.36,2.69,11,2.83,2.59,12,4.78,2.73,9,6.62,2.39,8,6.0,2.24,7,5.62,2.47,13,4.09,2.95,11,3.08,2.47,12,4.57,3.31,7,6.4,1.96,10,5.92,2.66,13,5.5,1.6,8,4.09,2.91,11,3.08,2.5,12,5.25,2.96,8,6.0,2.5,9
+hideous,3.14,1.59,21,4.95,2.03,22,3.92,1.96,26,3.45,1.75,11,2.8,1.4,10,5.0,2.49,10,4.92,1.68,12,3.73,2.2,11,3.86,1.7,14,2.6,1.35,10,3.64,1.69,11,4.3,2.58,10,5.5,1.31,12,4.35,1.73,17,2.62,1.77,8,3.08,1.93,13,3.25,0.89,8,5.36,1.95,14,4.25,2.12,8,4.0,2.0,17,3.78,1.99,9
+hideout,4.55,1.5,20,4.67,2.31,21,5.48,2.55,33,4.5,1.84,10,4.6,1.17,10,5.12,1.46,8,4.38,2.72,13,5.36,2.82,14,5.58,2.41,19,4.33,1.5,9,4.73,1.56,11,5.0,2.45,13,4.12,2.1,8,5.32,2.64,22,5.82,2.44,11,4.4,1.35,10,4.7,1.7,10,4.79,2.46,14,4.43,2.15,7,5.41,2.62,17,5.56,2.56,16
+hierarchy,4.95,1.67,20,4.11,2.37,18,3.84,2.17,19,4.2,1.79,5,5.2,1.61,15,3.67,1.86,6,4.33,2.64,12,4.0,2.14,8,3.73,2.28,11,5.1,1.52,10,4.8,1.87,10,4.5,2.59,10,3.62,2.13,8,3.11,1.9,9,4.5,2.27,10,4.33,1.61,12,5.88,1.36,8,2.78,1.72,9,5.44,2.24,9,3.3,1.89,10,4.44,2.4,9
+hieroglyphics,6.14,1.49,21,3.33,2.58,24,4.75,2.49,20,5.62,1.19,8,6.46,1.61,13,4.67,2.58,6,2.89,2.49,18,4.64,2.54,11,4.89,2.57,9,6.0,1.41,12,6.33,1.66,9,3.3,2.45,10,3.36,2.76,14,5.0,2.86,13,4.29,1.7,7,6.21,1.58,14,6.0,1.41,7,3.81,2.69,16,2.38,2.2,8,5.17,2.79,12,4.12,1.96,8
+high,5.77,1.77,22,4.1,2.63,20,5.76,2.14,17,5.0,2.19,6,6.0,1.6,15,3.29,2.63,7,4.54,2.63,13,5.89,1.96,9,5.62,2.45,8,5.43,1.95,14,6.29,1.38,7,3.25,2.87,8,4.67,2.42,12,6.56,2.13,9,4.88,1.89,8,6.07,1.77,14,5.25,1.75,8,5.0,3.41,6,3.71,2.27,14,5.89,2.8,9,5.62,1.19,8
+high heels,6.11,1.94,19,5.2,2.4,20,6.17,2.25,23,6.38,1.98,13,5.5,1.87,6,6.2,2.05,5,4.87,2.47,15,5.42,2.27,12,7.0,2.0,11,6.0,2.06,9,6.2,1.93,10,6.86,2.04,7,4.31,2.14,13,6.0,2.45,11,6.33,2.15,12,6.44,1.94,9,5.8,1.99,10,5.1,2.56,10,5.3,2.36,10,5.62,2.92,8,6.47,1.85,15
+highball,5.33,1.74,21,4.48,2.69,23,4.83,2.33,18,6.22,1.48,9,4.67,1.67,12,4.45,2.73,11,4.5,2.78,12,4.8,2.53,10,4.88,2.23,8,6.29,1.8,7,4.92,1.61,13,5.27,2.94,11,3.75,2.34,12,4.43,2.94,7,5.09,1.97,11,5.62,1.76,13,4.88,1.73,8,4.45,2.58,11,4.5,2.91,12,3.67,2.0,9,6.0,2.12,9
+highland,5.9,1.81,21,4.95,2.89,20,5.5,2.0,34,4.88,1.96,8,6.54,1.45,13,5.6,2.79,5,4.73,2.99,15,5.73,2.28,11,5.39,1.9,23,5.54,1.9,13,6.5,1.6,8,5.33,2.77,12,4.38,3.16,8,5.67,1.71,18,5.31,2.33,16,5.91,1.51,11,5.9,2.18,10,5.18,3.09,11,4.67,2.78,9,5.35,2.11,20,5.71,1.9,14
+highlight,6.58,1.87,19,3.8,2.42,20,6.25,2.53,20,7.0,2.0,3,6.53,1.96,15,3.9,2.6,10,3.7,2.36,10,6.4,2.8,10,6.1,2.38,10,6.0,2.37,6,6.92,1.68,12,3.71,3.15,7,3.85,2.08,13,6.0,3.12,8,6.42,2.19,12,7.25,1.36,12,5.43,2.15,7,3.9,2.64,10,3.7,2.31,10,6.56,2.51,9,6.0,2.65,11
+highness,5.65,1.87,23,4.77,2.52,22,6.75,1.86,20,6.12,2.03,8,5.4,1.8,15,5.3,2.83,10,4.33,2.27,12,6.86,2.12,7,6.69,1.8,13,5.67,2.31,12,5.64,1.36,11,4.55,2.5,11,5.0,2.65,11,6.87,1.73,15,6.4,2.41,5,5.64,2.11,11,5.67,1.72,12,5.3,2.31,10,4.33,2.71,12,6.3,1.95,10,7.2,1.75,10
+hightail,4.95,1.69,21,4.73,2.64,22,5.45,2.24,20,5.12,1.64,8,4.85,1.77,13,5.5,2.76,10,4.08,2.47,12,6.0,2.52,7,5.15,2.12,13,5.27,1.85,11,4.6,1.51,10,4.0,2.28,11,5.45,2.88,11,5.27,2.25,15,6.0,2.35,5,4.7,1.64,10,5.18,1.78,11,5.1,2.38,10,4.42,2.91,12,4.9,1.2,10,6.0,2.91,10
+highway,5.19,1.54,21,4.28,2.34,43,5.14,2.21,22,5.67,1.87,9,4.83,1.19,12,4.31,2.39,16,4.26,2.36,27,4.8,1.48,10,5.42,2.71,12,5.43,2.15,7,5.08,1.26,13,4.74,2.65,23,3.75,1.86,20,5.82,2.14,11,4.45,2.16,11,5.15,1.86,13,5.25,0.89,8,4.54,2.35,26,3.88,2.34,17,4.91,2.47,11,5.36,2.01,11
+hijack,1.84,1.5,19,6.1,2.23,21,3.06,2.28,34,2.0,1.94,10,1.67,0.87,9,5.75,2.12,8,6.31,2.36,13,3.21,2.12,14,2.95,2.44,20,1.25,0.71,8,2.27,1.79,11,5.38,2.33,13,7.25,1.58,8,3.45,2.44,22,2.33,1.83,12,1.44,0.88,9,2.2,1.87,10,5.71,2.27,14,6.86,2.12,7,3.82,2.7,17,2.29,1.49,17
+hijacker,1.85,1.39,20,6.75,2.65,20,2.88,2.03,26,1.82,1.47,11,1.89,1.36,9,6.57,1.9,7,6.85,3.05,13,3.38,2.36,13,2.38,1.56,13,1.64,1.21,11,2.11,1.62,9,6.27,3.23,11,7.33,1.73,9,3.41,2.32,17,1.89,0.6,9,1.6,1.35,10,2.1,1.45,10,6.67,3.11,12,6.88,1.96,8,3.31,2.21,16,2.2,1.55,10
+hike,6.68,1.67,19,4.32,2.61,22,5.69,2.18,16,6.82,1.83,11,6.29,1.5,7,5.62,2.33,8,3.57,2.53,14,6.33,2.34,6,5.3,2.11,10,6.12,1.73,8,7.09,1.58,11,3.44,2.46,9,4.92,2.63,13,4.88,2.42,8,6.5,1.69,8,6.17,1.7,12,7.57,1.27,7,3.55,2.73,11,5.09,2.34,11,6.0,1.87,9,5.29,2.63,7
+hiking boot,5.19,1.66,21,3.78,2.24,23,5.96,1.73,26,5.82,1.17,11,4.5,1.9,10,4.09,2.26,11,3.5,2.28,12,5.91,1.92,11,6.07,1.69,14,5.0,1.76,10,5.36,1.63,11,4.36,2.25,11,3.25,2.18,12,5.94,1.64,17,6.12,2.1,8,5.08,2.1,13,5.38,0.52,8,4.0,2.3,15,3.38,2.2,8,5.82,1.91,17,6.22,1.39,9
+hilarious,7.8,1.54,20,6.11,2.19,18,6.32,1.99,22,8.6,0.89,5,7.53,1.64,15,5.17,2.32,6,6.58,2.07,12,5.8,1.62,10,6.75,2.22,12,8.3,0.95,10,7.3,1.89,10,6.1,2.13,10,6.12,2.42,8,6.91,1.76,11,5.73,2.1,11,7.42,1.73,12,8.38,1.06,8,5.22,2.54,9,7.0,1.41,9,6.73,1.85,11,5.91,2.12,11
+hill,5.41,1.62,22,3.15,1.79,20,6.95,1.75,19,5.77,1.48,13,4.89,1.76,9,2.57,0.79,7,3.46,2.11,13,6.71,1.89,7,7.08,1.73,12,5.92,1.88,12,4.8,1.03,10,3.33,1.73,9,3.0,1.9,11,7.1,1.79,10,6.78,1.79,9,6.0,1.81,12,4.7,1.06,10,3.86,1.35,7,2.77,1.92,13,7.86,1.57,7,6.42,1.68,12
+hillside,6.27,1.93,22,4.28,2.08,18,5.52,2.14,21,7.0,1.58,5,6.31,1.78,16,4.0,1.77,8,4.5,2.37,10,5.3,2.71,10,5.73,1.56,11,6.83,1.64,12,5.6,2.12,10,3.5,1.58,10,5.25,2.31,8,5.0,1.95,12,6.22,2.28,9,6.55,2.3,11,6.0,1.55,11,3.29,1.11,7,4.91,2.34,11,4.89,2.52,9,6.0,1.76,12
+hilltop,6.15,1.27,20,3.09,1.8,22,6.44,2.21,27,6.86,1.35,7,5.77,1.09,13,3.8,1.75,10,2.5,1.68,12,6.87,1.64,15,6.09,2.81,11,5.82,0.98,11,6.56,1.51,9,3.78,2.11,9,2.62,1.45,13,6.47,2.5,17,6.67,1.58,9,6.46,1.13,13,5.57,1.4,7,3.0,1.83,16,3.33,1.86,6,5.75,2.3,12,7.0,2.04,15
+hilly,5.7,1.42,20,3.43,2.2,21,4.81,1.83,21,6.0,1.5,9,5.45,1.37,11,1.67,0.82,6,4.0,2.22,14,4.33,2.42,6,5.0,1.6,15,5.75,1.67,8,5.67,1.3,12,3.8,2.17,5,3.31,2.27,16,5.2,1.99,10,4.45,1.69,11,5.55,1.81,11,5.89,0.78,9,3.88,2.1,8,3.15,2.3,13,5.25,2.09,12,4.22,1.3,9
+hilt,5.15,1.5,20,3.35,2.12,17,5.17,1.71,24,5.0,1.41,5,5.2,1.57,15,4.25,2.5,4,3.08,2.02,13,5.15,1.77,13,5.18,1.72,11,5.8,1.48,10,4.5,1.27,10,3.86,2.19,7,3.0,2.11,10,5.19,1.52,16,5.12,2.17,8,4.86,1.23,14,5.83,1.94,6,4.0,2.09,12,1.8,1.3,5,5.07,2.09,15,5.33,0.87,9
+hind,4.7,1.56,20,2.71,1.9,17,4.42,1.91,24,4.8,1.48,5,4.67,1.63,15,2.25,1.89,4,2.85,1.95,13,4.08,1.75,13,4.82,2.09,11,5.2,1.69,10,4.2,1.32,10,2.86,1.95,7,2.6,1.96,10,4.12,1.67,16,5.0,2.33,8,4.29,1.2,14,5.67,1.97,6,3.08,2.02,12,1.8,1.3,5,4.8,1.82,15,3.78,1.99,9
+hinder,3.9,1.48,21,3.43,2.29,21,4.68,2.11,19,4.17,1.64,12,3.56,1.24,9,4.22,2.22,9,2.83,2.25,12,4.4,2.17,10,5.0,2.12,9,2.5,0.58,4,4.24,1.44,17,4.18,2.4,11,2.6,1.96,10,4.5,1.85,8,5.0,2.4,10,3.75,1.14,12,4.11,1.9,9,3.09,2.3,11,3.8,2.35,10,3.88,1.55,8,5.27,2.33,11
+hindsight,5.19,1.75,21,4.28,2.44,18,4.69,2.34,36,5.25,2.19,8,5.15,1.52,13,4.25,2.22,4,4.29,2.58,14,5.55,1.63,11,4.32,2.53,25,5.77,1.88,13,4.25,1.04,8,4.5,2.72,10,4.0,2.2,8,4.6,2.26,20,4.81,2.51,16,4.82,1.54,11,5.6,1.96,10,5.27,2.45,11,2.71,1.5,7,4.41,2.4,22,5.14,2.25,14
+hinge,5.21,1.72,19,3.25,2.38,20,5.7,2.13,20,5.33,0.58,3,5.4,1.72,15,3.4,2.76,10,3.1,2.08,10,6.2,1.93,10,5.2,2.3,10,5.33,2.25,6,5.42,1.24,12,2.71,2.29,7,3.54,2.47,13,5.0,2.0,8,6.17,2.17,12,5.25,1.54,12,5.14,2.12,7,3.7,2.75,10,2.8,1.99,10,4.89,1.96,9,6.36,2.11,11
+hint,6.05,1.53,21,4.75,2.45,24,6.05,2.4,21,6.38,1.41,8,5.85,1.63,13,5.15,2.51,13,4.27,2.41,11,6.31,2.21,13,5.62,2.77,8,7.0,1.41,8,5.42,1.38,12,5.64,2.06,14,3.5,2.51,10,6.17,2.12,12,5.89,2.85,9,5.9,1.97,10,6.18,1.08,11,4.59,2.67,17,5.14,1.95,7,6.11,2.8,9,6.0,2.17,12
+hip,5.86,1.88,21,3.8,2.71,20,5.36,2.28,22,6.17,1.83,6,5.73,1.94,15,3.5,2.78,8,4.0,2.76,12,4.67,2.57,12,6.2,1.62,10,5.89,2.2,9,5.83,1.7,12,3.78,2.73,9,3.82,2.82,11,5.0,2.71,7,5.53,2.13,15,5.4,2.32,10,6.27,1.35,11,3.62,2.5,13,4.14,3.24,7,5.08,2.39,12,5.7,2.21,10
+hip hop,4.84,2.29,19,4.5,1.82,22,5.33,2.06,24,5.0,2.19,6,4.77,2.42,13,4.33,1.92,12,4.7,1.77,10,5.0,2.14,8,5.5,2.07,16,6.0,1.89,10,3.56,2.07,9,4.67,1.66,9,4.38,1.98,13,5.71,1.96,17,4.33,2.34,6,5.88,1.46,8,4.09,2.55,11,4.56,1.74,9,4.46,1.94,13,5.56,2.06,16,4.88,2.1,8
+hippie,4.6,1.5,20,3.91,2.11,22,6.24,1.79,21,4.11,1.36,9,5.0,1.55,11,4.1,2.18,10,3.75,2.14,12,5.12,1.36,8,6.92,1.71,13,4.86,1.66,14,4.0,0.89,6,3.62,2.13,8,4.07,2.16,14,5.88,1.96,8,6.46,1.71,13,4.9,1.73,10,4.3,1.25,10,4.25,1.91,12,3.5,2.37,10,6.33,1.92,12,6.11,1.69,9
+hippo,5.68,1.36,22,5.09,2.54,23,5.47,2.17,19,5.25,1.58,8,5.77,1.09,13,5.75,2.66,8,4.79,2.58,14,6.0,1.29,7,4.91,2.51,11,5.62,1.69,8,5.54,1.05,13,5.22,3.42,9,5.0,1.92,14,4.86,2.34,7,5.83,2.08,12,5.55,1.51,11,5.82,1.25,11,5.0,2.78,9,5.14,2.48,14,5.81,1.91,16,3.67,3.06,3
+hippopotamus,6.38,1.91,21,4.17,2.76,23,5.22,2.67,18,6.56,1.42,9,6.25,2.26,12,4.82,2.52,11,3.58,2.94,12,5.3,2.75,10,5.12,2.75,8,6.43,2.37,7,6.15,1.63,13,4.27,2.49,11,4.08,3.09,12,4.14,3.44,7,5.91,1.92,11,6.15,2.08,13,6.75,1.67,8,4.73,3.2,11,3.67,2.31,12,5.0,2.69,9,5.44,2.79,9
+hire,7.09,1.97,22,5.65,2.41,20,6.42,2.41,19,6.85,2.19,13,7.44,1.67,9,6.29,1.6,7,5.31,2.75,13,6.43,2.15,7,6.42,2.64,12,7.0,2.3,12,7.2,1.62,10,5.11,2.8,9,6.09,2.07,11,6.1,2.64,10,6.78,2.22,9,7.17,2.29,12,7.0,1.63,10,6.43,2.44,7,5.23,2.39,13,7.57,2.15,7,5.75,2.38,12
+hiss,3.65,2.11,20,4.29,2.55,21,3.32,2.17,25,3.25,1.89,4,3.75,2.21,16,4.0,2.16,4,4.35,2.69,17,4.33,3.0,9,2.75,1.34,16,3.38,1.85,8,3.83,2.33,12,4.2,2.78,10,4.36,2.46,11,4.0,2.57,14,2.45,1.13,11,3.36,1.57,11,4.0,2.69,9,3.7,2.58,10,4.82,2.52,11,3.44,2.43,18,3.0,1.41,7
+historian,6.0,1.69,20,2.76,1.64,21,4.64,2.08,25,5.0,1.0,3,6.18,1.74,17,3.14,2.19,7,2.54,1.39,13,4.88,2.03,8,4.53,2.15,17,5.29,0.76,7,6.38,1.94,13,3.0,1.83,7,2.62,1.66,13,4.71,1.98,14,4.55,2.3,11,5.56,1.42,9,6.36,1.86,11,3.0,1.67,11,2.5,1.65,10,4.67,2.14,18,4.57,2.07,7
+historic,6.2,1.54,20,4.12,2.29,24,4.82,2.4,28,6.38,1.6,8,6.08,1.56,12,4.89,2.57,9,3.67,2.06,15,4.14,2.44,14,5.5,2.24,14,6.44,1.67,9,6.0,1.48,11,3.83,2.08,12,4.42,2.54,12,5.14,2.77,14,4.5,2.03,14,6.3,1.64,10,6.1,1.52,10,3.58,2.07,12,4.67,2.46,12,4.67,2.23,12,4.94,2.59,16
+historical,6.57,1.43,21,2.59,1.62,22,5.07,2.27,27,6.6,1.35,10,6.55,1.57,11,2.43,1.9,7,2.67,1.54,15,5.06,2.84,17,5.1,0.74,10,6.73,1.19,11,6.4,1.71,10,2.4,1.34,5,2.65,1.73,17,4.79,2.64,14,5.38,1.85,13,6.08,1.19,13,7.38,1.51,8,2.2,1.48,10,2.92,1.73,12,5.29,2.4,14,4.85,2.19,13
+history,6.0,2.09,18,3.38,1.77,21,4.8,2.81,25,7.0,1.0,3,6.07,2.02,14,3.29,1.89,7,3.43,1.79,14,4.25,1.91,8,5.06,3.17,17,6.83,2.48,6,5.91,1.51,11,3.3,1.83,10,3.45,1.81,11,4.86,2.68,14,4.73,3.1,11,6.09,1.81,11,5.86,2.61,7,4.0,1.83,13,2.38,1.19,8,5.33,2.85,18,3.43,2.37,7
+hit,3.95,2.04,21,5.48,2.0,23,5.15,2.52,20,4.67,2.35,9,3.42,1.68,12,6.14,1.21,7,5.27,2.28,15,5.0,2.28,6,5.21,2.69,14,4.29,1.7,7,3.77,2.31,13,5.6,2.41,10,5.5,1.73,12,6.2,2.3,10,4.1,2.38,10,3.23,2.01,13,5.12,1.55,8,5.35,1.95,20,6.33,2.52,3,4.75,3.15,8,5.42,2.11,12
+hitch,5.29,1.85,21,4.22,2.65,18,4.89,2.19,36,4.88,2.23,8,5.54,1.61,13,6.2,2.17,5,3.46,2.47,13,4.82,2.18,11,4.92,2.23,25,5.46,2.11,13,5.0,1.41,8,4.55,2.88,11,3.71,2.36,7,5.0,2.34,20,4.75,2.05,16,4.91,2.12,11,5.7,1.49,10,4.2,2.3,10,4.25,3.2,8,5.0,2.18,22,4.71,2.27,14
+hitchhike,4.74,1.45,19,5.05,2.2,21,4.57,2.27,23,5.0,1.0,3,4.69,1.54,16,4.75,2.05,8,5.23,2.35,13,5.33,2.45,9,4.07,2.09,14,4.56,1.59,9,4.9,1.37,10,5.11,2.71,9,5.0,1.86,12,4.4,2.59,15,4.88,1.64,8,4.86,1.21,7,4.67,1.61,12,5.5,1.84,10,4.64,2.5,11,4.77,2.74,13,4.3,1.57,10
+hitchhiker,3.6,1.54,20,4.35,2.71,23,3.5,2.26,18,3.78,1.79,9,3.45,1.37,11,4.45,2.46,11,4.25,3.02,12,4.2,2.44,10,2.62,1.77,8,3.86,1.86,7,3.46,1.39,13,4.91,3.05,11,3.83,2.37,12,4.71,2.56,7,2.73,1.74,11,3.31,1.8,13,4.14,0.69,7,4.18,2.68,11,4.5,2.84,12,3.44,1.67,9,3.56,2.83,9
+hitter,3.05,1.54,19,4.55,2.61,20,5.81,1.87,16,2.67,1.53,3,3.0,1.56,15,4.9,2.47,10,4.2,2.82,10,6.43,1.27,7,5.33,2.18,9,2.83,1.33,6,3.0,1.65,12,5.0,2.89,7,4.31,2.53,13,5.2,2.68,5,6.09,1.45,11,3.0,1.71,12,3.14,1.35,7,4.5,2.84,10,4.6,2.5,10,5.12,1.96,8,6.5,1.6,8
+HIV,1.53,0.9,19,5.1,2.86,20,2.9,2.36,20,1.0,0.0,3,1.47,0.74,15,5.5,2.22,10,4.7,3.47,10,3.3,2.11,10,2.5,2.64,10,1.0,0.0,6,1.58,0.79,12,5.29,3.09,7,5.0,2.86,13,3.25,1.58,8,2.67,2.81,12,1.58,1.0,12,1.43,0.79,7,5.0,3.16,10,5.2,2.7,10,4.11,2.89,9,1.91,1.22,11
+hive,4.0,1.37,19,4.28,2.27,18,5.71,2.28,17,4.0,1.0,11,4.0,1.85,8,5.0,2.94,4,4.07,2.13,14,5.75,2.12,8,5.67,2.55,9,4.25,0.89,8,3.82,1.66,11,4.29,2.36,7,4.27,2.33,11,5.5,2.51,6,5.82,2.27,11,3.62,1.26,13,4.83,1.33,6,3.73,2.24,11,5.14,2.19,7,5.57,2.37,7,5.8,2.35,10
+hoard,3.7,1.75,20,4.82,2.3,22,5.24,2.21,21,4.44,1.51,9,3.09,1.76,11,4.1,2.6,10,5.42,1.93,12,5.12,1.81,8,5.31,2.5,13,4.0,1.52,14,3.0,2.19,6,4.12,2.64,8,5.21,2.08,14,4.62,2.5,8,5.62,2.02,13,3.5,1.43,10,3.9,2.08,10,5.33,2.23,12,4.2,2.35,10,5.75,2.05,12,4.56,2.35,9
+hoarse,3.85,1.31,20,3.17,2.41,23,5.33,1.91,18,4.11,1.36,9,3.64,1.29,11,4.45,2.58,11,2.0,1.54,12,5.3,2.0,10,5.38,1.92,8,4.17,1.33,6,3.69,1.38,13,4.0,2.65,11,2.42,1.98,12,5.29,1.98,7,5.36,1.96,11,3.67,1.61,12,4.12,0.64,8,2.64,2.11,11,3.67,2.64,12,5.56,1.13,9,5.11,2.52,9
+hoax,3.85,1.79,20,5.05,2.1,22,5.26,2.73,19,3.44,2.01,9,4.18,1.6,11,2.8,1.79,5,5.69,1.78,16,5.5,2.95,6,5.15,2.73,13,3.93,1.59,14,3.67,2.34,6,4.83,2.41,12,5.22,1.86,9,4.33,2.12,9,6.1,3.03,10,4.4,1.71,10,3.3,1.77,10,4.75,2.3,12,5.4,1.9,10,5.5,3.21,6,5.15,2.61,13
+hobbit,6.28,1.67,18,4.25,2.73,20,5.0,2.58,19,5.33,0.58,3,6.64,1.69,14,3.5,2.59,10,5.0,2.79,10,4.5,2.76,10,5.56,2.4,9,7.4,2.07,5,6.0,1.28,12,4.0,3.16,7,4.38,2.6,13,4.62,2.83,8,5.27,2.49,11,6.08,1.73,12,6.67,1.63,6,4.3,2.54,10,4.2,3.05,10,4.56,2.55,9,5.4,2.67,10
+hobby,6.67,1.46,21,3.05,2.06,22,6.81,1.86,26,7.36,1.29,11,5.9,1.29,10,2.9,2.18,10,3.17,2.04,12,6.55,2.11,11,7.14,1.66,14,6.3,1.7,10,7.0,1.18,11,3.5,2.37,10,2.67,1.78,12,6.41,2.03,17,7.88,0.83,8,6.92,1.66,13,6.25,1.04,8,2.86,2.11,14,3.38,2.07,8,6.65,2.15,17,7.11,1.17,9
+hobo,3.94,2.13,18,4.5,2.35,20,4.4,1.96,25,2.4,1.14,5,4.54,2.15,13,4.91,2.55,11,4.0,2.12,9,4.69,1.74,16,3.89,2.32,9,3.71,2.43,7,4.09,2.02,11,4.11,2.89,9,4.82,1.89,11,4.35,1.93,20,4.6,2.3,5,3.33,1.94,9,4.56,2.24,9,4.09,2.39,11,5.0,2.35,9,4.42,1.71,19,4.33,2.8,6
+hock,4.59,1.14,22,3.38,2.33,21,4.68,1.99,22,4.29,1.2,14,5.12,0.83,8,3.91,2.3,11,3.0,2.4,9,5.17,0.75,6,4.5,2.28,16,4.1,1.2,10,5.0,0.95,12,3.27,2.37,11,3.5,2.42,10,4.69,1.38,13,4.67,2.74,9,4.08,1.16,12,5.2,0.79,10,3.46,2.57,13,3.25,2.05,8,4.83,2.29,12,4.5,1.65,10
+hockey,5.32,2.11,19,4.06,2.53,18,5.04,2.29,24,6.0,2.24,5,5.07,2.09,14,5.0,3.08,5,3.69,2.32,13,3.92,2.02,13,6.36,1.91,11,6.56,1.74,9,4.2,1.81,10,4.71,2.81,7,3.64,2.38,11,4.25,1.98,16,6.62,2.13,8,4.85,2.15,13,6.33,1.75,6,4.58,2.5,12,3.0,2.45,6,5.53,2.36,15,4.22,2.05,9
+hoe,4.8,2.5,20,5.4,2.46,20,5.96,2.15,25,4.36,2.54,11,5.33,2.5,9,5.43,2.07,7,5.38,2.72,13,5.69,2.18,13,6.25,2.18,12,4.91,2.81,11,4.67,2.24,9,6.73,1.95,11,3.78,2.05,9,5.59,2.27,17,6.75,1.75,8,4.9,2.88,10,4.7,2.21,10,6.42,1.83,12,3.88,2.59,8,5.75,2.11,16,6.33,2.29,9
+hog,4.55,2.24,20,2.9,1.92,21,4.68,2.17,25,5.5,2.65,4,4.31,2.15,16,3.25,1.26,4,2.82,2.07,17,5.67,2.45,9,4.12,1.86,16,4.88,1.96,8,4.33,2.46,12,2.6,1.51,10,3.18,2.27,11,4.5,2.21,14,4.91,2.21,11,5.0,2.19,11,4.0,2.29,9,2.3,2.06,10,3.45,1.69,11,5.28,2.16,18,3.14,1.35,7
+hogwash,4.42,1.64,19,5.76,1.51,21,5.26,1.96,23,4.2,1.3,5,4.54,1.85,13,6.0,1.1,6,5.67,1.68,15,5.9,1.1,10,4.77,2.35,13,3.43,1.51,7,5.09,1.51,11,6.29,1.38,7,5.5,1.56,14,6.0,2.28,11,4.58,1.38,12,4.33,1.67,12,4.57,1.72,7,5.55,1.75,11,6.0,1.25,10,5.5,1.91,14,4.89,2.09,9
+hoist,5.0,1.38,22,4.79,1.84,19,4.67,2.42,21,5.2,1.79,5,4.94,1.34,16,4.5,1.69,8,5.0,2.0,11,4.6,2.41,10,4.73,2.53,11,5.0,1.65,12,5.0,1.05,10,4.6,1.26,10,5.0,2.4,9,4.42,2.02,12,5.0,2.96,9,5.09,1.58,11,4.91,1.22,11,4.38,1.69,8,5.09,1.97,11,4.67,2.65,9,4.67,2.35,12
+hokey,5.71,2.37,21,4.75,2.47,20,5.52,2.22,33,7.38,2.07,8,4.69,1.97,13,6.2,2.17,5,4.27,2.43,15,5.4,1.51,10,5.57,2.5,23,6.08,2.6,13,5.12,1.96,8,5.33,2.39,12,3.88,2.47,8,6.06,2.11,17,4.94,2.26,16,5.64,2.34,11,5.8,2.53,10,4.82,2.6,11,4.67,2.45,9,5.47,2.32,19,5.57,2.17,14
+hold,6.05,1.76,22,4.86,2.17,21,5.67,2.52,18,5.83,1.72,6,6.13,1.88,15,3.71,2.14,7,5.43,2.03,14,6.22,2.28,9,5.38,2.83,8,6.0,1.88,14,6.14,1.77,7,4.33,2.18,9,5.25,2.18,12,5.8,3.12,10,5.5,1.69,8,5.93,1.38,14,6.25,2.38,8,3.67,2.42,6,5.33,1.95,15,5.9,2.88,10,5.38,2.13,8
+holder,5.17,1.69,24,2.85,1.81,20,5.14,2.51,22,5.0,2.27,8,5.25,1.39,16,2.75,1.67,8,2.92,1.98,12,4.75,2.73,12,5.6,2.27,10,5.7,2.11,10,4.79,1.25,14,3.11,1.9,9,2.64,1.8,11,4.57,2.3,7,5.4,2.64,15,4.83,1.99,12,5.5,1.31,12,3.0,1.91,13,2.57,1.72,7,4.75,2.7,12,5.6,2.32,10
+holdup,3.29,1.82,21,4.96,2.93,23,2.56,2.13,16,3.56,2.24,9,3.08,1.51,12,5.55,2.58,11,4.42,3.23,12,3.0,2.55,9,2.0,1.41,7,3.86,1.86,7,2.85,1.77,13,4.73,2.94,11,5.17,3.04,12,3.4,3.21,5,2.18,1.47,11,3.08,1.89,13,3.62,1.77,8,5.36,3.07,11,4.58,2.87,12,2.0,0.58,7,3.0,2.78,9
+hole,5.28,1.53,18,2.95,2.54,20,3.72,1.96,18,4.62,1.51,8,5.8,1.4,10,3.71,3.04,7,2.54,2.26,13,4.18,2.04,11,3.0,1.73,7,5.0,1.48,11,5.71,1.6,7,2.67,3.08,9,3.18,2.14,11,3.73,2.1,11,3.71,1.89,7,5.08,1.38,12,5.67,1.86,6,2.33,2.27,12,3.88,2.8,8,3.67,2.35,9,3.78,1.64,9
+holiday,7.18,1.18,22,4.93,2.91,43,6.37,2.39,49,6.4,0.89,5,7.41,1.18,17,4.07,2.79,15,5.39,2.92,28,6.56,2.12,25,6.04,2.65,23,7.18,1.17,11,7.18,1.25,11,5.56,2.43,18,4.48,3.19,25,6.12,2.42,25,6.62,2.37,24,6.8,1.03,10,7.5,1.24,12,5.58,3.11,24,4.11,2.49,19,6.58,2.32,26,6.13,2.49,23
+holiness,5.18,2.4,22,3.48,2.38,21,5.0,2.37,21,5.36,2.41,14,4.88,2.53,8,3.45,2.66,11,3.44,2.3,9,5.33,1.86,6,4.87,2.59,15,4.0,2.11,10,6.17,2.25,12,2.64,1.86,11,4.4,2.63,10,4.54,1.98,13,5.75,2.87,8,5.17,2.69,12,5.2,2.15,10,3.23,2.52,13,3.88,2.23,8,4.67,2.23,12,5.44,2.6,9
+holistic,6.33,2.17,18,3.0,2.45,22,4.89,2.13,28,4.67,2.07,6,7.17,1.75,12,3.55,2.84,11,2.45,1.97,11,4.36,2.5,11,5.24,1.86,17,6.9,1.91,10,5.62,2.39,8,3.09,2.7,11,2.91,2.3,11,4.44,1.72,18,5.7,2.63,10,6.5,1.68,12,6.0,3.1,6,3.14,2.82,14,2.75,1.75,8,4.62,2.25,16,5.25,2.01,12
+holler,3.68,1.97,19,4.75,2.79,20,5.62,2.26,24,4.08,2.02,13,2.83,1.72,6,4.6,3.05,5,4.8,2.81,15,5.77,2.39,13,5.45,2.21,11,4.56,2.24,9,2.9,1.37,10,5.29,3.45,7,4.46,2.47,13,5.18,2.23,11,6.0,2.31,13,3.11,1.45,9,4.2,2.3,10,4.2,2.82,10,5.3,2.79,10,6.33,2.18,9,5.2,2.27,15
+hollow,4.67,1.68,21,3.41,1.99,22,4.71,1.76,21,4.89,1.83,9,4.5,1.62,12,2.67,1.51,6,3.67,2.19,15,5.17,2.23,6,4.53,1.6,15,5.22,1.48,9,4.25,1.76,12,3.2,1.92,5,3.47,2.07,17,5.5,1.96,10,4.0,1.26,11,4.83,1.9,12,4.44,1.42,9,3.89,2.26,9,3.08,1.8,13,5.17,1.9,12,4.11,1.45,9
+holly,6.67,1.96,21,4.3,2.64,20,4.97,2.18,34,6.12,2.7,8,7.0,1.35,13,5.6,2.97,5,3.87,2.47,15,4.55,2.16,11,5.17,2.21,23,6.62,2.33,13,6.75,1.28,8,4.5,2.78,12,4.0,2.56,8,4.67,2.66,18,5.31,1.49,16,6.91,1.58,11,6.4,2.37,10,4.09,2.74,11,4.56,2.65,9,4.67,2.33,21,5.46,1.9,13
+hologram,6.22,1.63,18,4.23,2.65,22,4.64,1.95,28,6.67,1.63,6,6.0,1.65,12,5.64,2.46,11,2.82,2.09,11,3.64,1.91,11,5.29,1.72,17,6.36,1.69,11,6.0,1.63,7,5.45,2.66,11,3.0,2.1,11,4.72,1.96,18,4.5,2.01,10,6.54,1.61,13,5.4,1.52,5,3.79,2.55,14,5.0,2.83,8,4.19,2.07,16,5.25,1.66,12
+holographic,6.33,1.5,18,4.23,2.58,22,5.11,2.24,27,5.67,1.21,6,6.67,1.56,12,4.91,2.77,11,3.55,2.3,11,5.09,2.84,11,5.12,1.82,16,6.7,1.57,10,5.88,1.36,8,4.91,2.39,11,3.55,2.7,11,5.47,2.18,17,4.5,2.32,10,6.77,1.54,13,5.2,0.45,5,4.36,2.65,14,4.0,2.62,8,4.4,2.38,15,6.0,1.76,12
+holster,4.44,1.04,18,5.35,2.01,20,4.77,1.8,22,4.8,0.45,5,4.25,1.22,12,4.83,2.23,6,5.57,1.95,14,5.3,1.34,10,4.33,2.06,12,4.57,0.79,7,4.3,1.25,10,5.86,2.27,7,5.08,1.89,13,5.27,1.42,11,4.27,2.05,11,4.55,0.69,11,4.29,1.5,7,4.6,2.37,10,6.1,1.29,10,5.0,1.96,13,4.44,1.59,9
+holy,6.06,2.65,18,3.37,2.87,19,4.78,2.51,18,4.75,2.38,8,7.1,2.47,10,3.57,3.36,7,3.25,2.7,12,4.82,2.36,11,4.71,2.93,7,5.82,2.71,11,6.43,2.7,7,3.33,3.35,9,3.4,2.55,10,5.64,2.25,11,3.43,2.44,7,5.42,2.78,12,7.33,1.97,6,3.83,3.01,12,2.57,2.64,7,4.89,2.8,9,4.67,2.35,9
+homage,5.65,1.73,20,3.48,2.06,21,5.85,2.39,34,5.7,1.7,10,5.6,1.84,10,3.62,2.26,8,3.38,2.02,13,6.21,2.04,14,5.6,2.62,20,6.22,1.64,9,5.18,1.72,11,4.15,2.03,13,2.38,1.69,8,6.05,2.4,22,5.5,2.43,12,5.8,2.04,10,5.5,1.43,10,3.36,2.06,14,3.71,2.21,7,6.12,1.73,17,5.59,2.94,17
+hombre,5.09,1.59,23,4.05,2.38,22,5.0,2.1,20,5.5,1.77,8,4.87,1.51,15,4.2,2.3,10,3.92,2.54,12,6.14,2.54,7,4.38,1.61,13,5.17,1.85,12,5.0,1.34,11,3.82,1.99,11,4.27,2.8,11,4.87,2.42,15,5.4,0.55,5,4.91,1.51,11,5.25,1.71,12,4.1,2.28,10,4.0,2.56,12,4.6,1.58,10,5.4,2.55,10
+hombres,6.37,1.67,19,3.73,2.88,22,4.32,1.74,28,7.17,2.04,6,6.0,1.41,13,3.45,2.81,11,4.0,3.07,11,4.36,2.46,11,4.29,1.16,17,6.64,1.5,11,6.0,1.93,8,2.82,2.09,11,4.64,3.35,11,4.56,2.01,18,3.9,1.1,10,6.54,1.56,13,6.0,2.0,6,3.71,3.02,14,3.75,2.82,8,4.19,2.26,16,4.5,0.67,12
+home,7.48,1.7,46,3.78,2.37,23,6.77,2.03,43,6.95,2.03,22,7.96,1.16,24,3.91,2.59,11,3.67,2.27,12,6.74,2.24,23,6.79,1.87,19,7.0,1.97,17,7.76,1.48,29,3.82,2.71,11,3.75,2.14,12,6.59,2.15,27,7.06,1.84,16,7.29,1.68,21,7.64,1.73,25,4.0,2.53,11,3.58,2.31,12,6.76,1.99,34,6.78,2.33,9
+homeboy,5.67,1.93,21,3.5,2.34,24,5.4,2.01,20,7.0,1.93,8,4.85,1.46,13,4.83,2.64,6,3.06,2.13,18,6.0,2.24,11,4.67,1.5,9,5.67,1.87,12,5.67,2.12,9,4.2,2.62,10,3.0,2.08,14,5.54,2.44,13,5.14,0.9,7,5.57,1.7,14,5.86,2.48,7,3.81,2.34,16,2.88,2.36,8,5.83,1.75,12,4.75,2.31,8
+homecoming,6.95,1.66,21,4.14,2.52,21,5.85,2.13,20,6.67,1.22,9,7.17,1.95,12,2.83,2.56,6,4.71,2.46,14,5.83,2.79,6,5.86,1.92,14,6.0,1.58,9,7.67,1.37,12,4.2,3.42,5,4.12,2.31,16,5.78,1.99,9,5.91,2.34,11,7.42,1.56,12,6.33,1.66,9,5.38,1.19,8,3.38,2.84,13,6.27,1.79,11,5.33,2.5,9
+homeland,5.37,2.27,19,4.19,2.46,21,5.52,1.78,23,6.2,0.84,5,5.23,2.59,13,6.33,3.14,6,3.33,1.54,15,5.5,2.01,10,5.54,1.66,13,5.86,2.27,7,5.27,2.33,11,4.43,2.76,7,4.07,2.4,14,5.27,1.27,11,5.75,2.18,12,5.58,1.98,12,5.0,2.83,7,4.55,2.91,11,3.8,1.93,10,5.14,1.83,14,6.11,1.62,9
+homeless,2.21,1.32,19,4.38,2.18,21,3.78,2.91,23,3.67,1.15,3,1.94,1.18,16,3.75,2.05,8,4.77,2.24,13,4.33,3.08,9,3.43,2.85,14,2.0,1.32,9,2.4,1.35,10,4.33,2.12,9,4.42,2.31,12,4.67,3.18,15,2.12,1.25,8,1.71,0.95,7,2.5,1.45,12,5.0,1.63,10,3.82,2.52,11,4.62,3.52,13,2.7,1.34,10
+homely,4.7,1.66,20,3.45,1.77,22,4.79,2.25,19,4.78,1.72,9,4.64,1.69,11,2.0,1.41,5,4.06,1.53,16,4.17,2.32,6,5.08,2.25,13,4.71,1.64,14,4.67,1.86,6,3.5,1.45,12,3.67,2.12,9,4.22,1.56,9,5.3,2.71,10,4.5,1.78,10,4.9,1.6,10,3.33,1.72,12,3.6,1.9,10,3.67,2.34,6,5.31,2.1,13
+homemade,7.38,1.02,21,4.08,2.89,24,6.75,2.2,20,7.25,1.04,8,7.46,1.05,13,5.83,2.64,6,3.5,2.79,18,6.82,1.99,11,6.67,2.55,9,7.25,1.06,12,7.56,1.01,9,4.8,2.82,10,3.57,2.93,14,6.62,2.57,13,7.0,1.41,7,7.36,0.93,14,7.43,1.27,7,4.75,2.79,16,2.75,2.76,8,6.75,1.91,12,6.75,2.71,8
+homeowner,6.9,2.02,20,4.65,2.64,17,6.82,2.04,22,7.8,1.3,5,6.6,2.16,15,5.0,2.55,5,4.5,2.78,12,5.9,1.6,10,7.58,2.11,12,6.8,2.04,10,7.0,2.11,10,4.89,2.8,9,4.38,2.62,8,7.09,1.97,11,6.55,2.16,11,6.58,1.83,12,7.38,2.33,8,4.0,2.6,9,5.38,2.67,8,6.64,1.91,11,7.0,2.24,11
+homeroom,4.67,2.15,21,3.88,2.52,25,6.16,2.03,19,5.11,2.42,9,4.33,1.97,12,4.67,3.2,6,3.56,2.36,18,5.14,2.04,7,6.75,1.86,12,4.62,2.19,16,4.8,2.28,5,3.57,2.47,14,4.2,2.78,10,5.89,2.52,9,6.4,1.58,10,4.58,2.71,12,4.78,1.2,9,3.81,2.59,16,4.0,2.55,9,6.0,2.41,11,6.38,1.51,8
+homesick,3.0,1.17,20,4.05,2.33,20,4.64,2.94,25,3.0,1.0,3,3.0,1.22,17,3.43,2.88,7,4.33,2.1,12,4.88,2.03,8,4.53,3.34,17,3.14,1.35,7,2.92,1.12,13,3.67,2.34,6,4.15,2.48,13,5.71,2.84,14,3.27,2.57,11,3.33,1.22,9,2.73,1.1,11,4.27,2.2,11,3.78,2.59,9,4.28,3.25,18,5.57,1.81,7
+homestead,5.84,1.42,19,3.45,2.42,20,5.95,1.7,22,5.71,0.95,7,5.92,1.68,12,4.0,2.24,9,3.0,2.57,11,5.17,2.56,6,6.25,1.24,16,5.4,1.51,10,6.38,1.3,8,3.25,2.43,8,3.58,2.5,12,5.87,1.77,15,6.14,1.68,7,5.91,1.64,11,5.75,1.16,8,2.5,1.98,12,4.88,2.42,8,5.91,2.02,11,6.0,1.41,11
+hometown,6.8,1.64,20,3.52,2.44,21,5.59,2.8,27,7.43,0.98,7,6.46,1.85,13,3.56,2.3,9,3.5,2.65,12,6.4,2.47,15,4.64,3.11,11,6.45,1.86,11,7.22,1.3,9,3.38,2.07,8,3.62,2.72,13,5.18,3.23,17,6.56,1.74,9,7.31,1.11,13,5.86,2.12,7,3.53,2.53,15,3.5,2.43,6,5.08,2.87,12,6.0,2.78,15
+homeward,6.37,1.42,19,4.24,1.76,21,5.96,2.1,23,4.67,2.08,3,6.69,1.08,16,5.12,0.99,8,3.69,1.93,13,5.78,2.22,9,6.07,2.09,14,6.56,1.13,9,6.2,1.69,10,4.56,1.24,9,4.0,2.09,12,5.8,2.4,15,6.25,1.49,8,6.43,1.51,7,6.33,1.44,12,4.6,1.51,10,3.91,1.97,11,6.46,2.33,13,5.3,1.64,10
+homework,3.32,1.55,22,4.74,2.56,23,5.16,1.83,19,3.0,1.41,8,3.69,1.55,13,4.75,2.31,8,4.79,2.86,14,4.71,2.21,7,5.36,1.69,11,2.62,0.74,8,3.92,1.66,13,3.89,2.67,9,5.29,2.43,14,5.57,1.99,7,4.92,1.78,12,3.91,1.81,11,2.73,1.01,11,3.33,2.92,9,5.64,1.91,14,4.88,1.63,16,6.67,2.52,3
+homey,5.68,2.33,19,3.41,2.58,22,6.3,2.14,23,5.82,2.4,11,5.14,2.34,7,4.0,2.88,8,3.07,2.43,14,6.43,2.37,7,6.25,2.11,16,7.38,1.19,8,4.45,2.21,11,3.11,2.93,9,3.62,2.4,13,5.91,2.39,11,6.67,1.92,12,5.92,2.27,12,5.29,2.56,7,3.27,3.1,11,3.55,2.07,11,6.15,2.12,13,6.5,2.27,10
+homicidal,2.0,1.2,19,6.24,2.96,21,3.96,2.88,25,2.0,0.0,3,2.0,1.32,16,5.29,3.5,7,6.77,2.77,13,3.88,2.9,8,4.0,2.96,17,2.57,1.72,7,1.67,0.65,12,6.86,2.91,7,5.92,3.17,13,4.86,3.01,14,2.82,2.36,11,2.12,1.36,8,1.91,1.14,11,7.36,1.86,11,5.0,3.53,10,3.67,3.12,18,4.71,2.14,7
+homicide,1.5,0.92,18,6.1,2.4,20,2.92,1.82,25,1.0,0.0,5,1.69,1.03,13,6.55,2.38,11,5.56,2.46,9,3.31,1.99,16,2.22,1.3,9,1.43,0.79,7,1.55,1.04,11,4.67,2.55,9,7.27,1.56,11,3.0,2.0,20,2.6,0.89,5,1.67,1.12,9,1.33,0.71,9,6.09,2.51,11,6.11,2.42,9,3.16,2.01,19,2.17,0.75,6
+homing,5.05,0.83,20,3.83,2.25,23,5.32,1.81,22,5.1,0.88,10,5.0,0.82,10,4.45,2.38,11,3.25,2.05,12,5.0,2.14,8,5.69,1.55,13,5.1,0.74,10,5.0,0.94,10,4.55,2.58,11,3.17,1.75,12,5.5,1.7,14,5.29,2.06,7,5.08,0.95,13,5.0,0.58,7,3.87,2.47,15,3.75,1.91,8,5.43,1.45,14,5.12,2.42,8
+hominy,4.35,1.14,20,3.33,1.68,21,5.24,2.55,33,4.8,0.79,10,3.9,1.29,10,3.75,1.83,8,3.08,1.61,13,5.31,2.81,13,5.2,2.44,20,4.89,0.33,9,3.91,1.38,11,3.69,1.7,13,2.75,1.58,8,5.05,2.8,21,5.58,2.11,12,4.3,1.25,10,4.4,1.07,10,3.36,1.74,14,3.29,1.7,7,5.5,2.19,16,5.0,2.89,17
+homo,3.11,1.88,19,3.36,1.97,22,3.78,1.62,23,3.27,1.19,11,3.14,2.73,7,2.62,1.69,8,3.79,2.04,14,2.86,1.46,7,4.19,1.56,16,3.12,1.96,8,3.09,1.92,11,3.22,2.17,9,3.46,1.9,13,4.0,1.73,11,3.58,1.56,12,2.75,2.22,12,3.71,0.95,7,2.82,2.23,11,3.91,1.58,11,4.08,1.61,13,3.4,1.65,10
+homophobic,2.7,1.66,20,5.14,3.05,21,4.04,2.65,25,3.33,2.08,3,2.59,1.62,17,5.0,3.46,7,5.31,3.07,13,4.62,3.02,8,3.76,2.51,17,3.71,1.5,7,2.15,1.52,13,5.71,2.87,7,4.92,3.33,13,3.71,2.37,14,4.45,3.05,11,3.11,1.62,9,2.36,1.69,11,5.36,2.54,11,4.9,3.67,10,3.78,2.86,18,4.71,2.06,7
+homosexual,4.65,1.98,20,3.67,2.35,18,4.36,2.48,22,3.8,1.79,5,4.93,2.02,15,4.0,2.53,6,3.5,2.35,12,3.0,1.89,10,5.5,2.39,12,5.2,1.03,10,4.1,2.56,10,3.4,2.27,10,4.0,2.56,8,4.27,2.33,11,4.45,2.73,11,4.58,2.07,12,4.75,1.98,8,3.0,2.24,9,4.33,2.4,9,4.45,2.38,11,4.27,2.69,11
+homosexuality,5.11,2.0,19,4.05,2.52,21,4.0,2.0,20,4.33,2.52,3,5.25,1.95,16,4.0,2.83,6,4.07,2.49,15,4.0,1.67,6,4.0,2.18,14,5.6,2.07,10,4.56,1.88,9,3.0,2.24,7,4.57,2.56,14,3.5,1.84,10,4.5,2.12,10,4.75,1.98,8,5.36,2.06,11,4.67,2.87,9,3.58,2.23,12,3.62,1.92,8,4.25,2.09,12
+honcho,5.0,1.41,19,3.05,1.96,20,5.27,1.88,22,5.29,1.7,7,4.83,1.27,12,2.89,2.26,9,3.18,1.78,11,6.17,1.72,6,4.94,1.88,16,5.4,1.07,10,4.5,1.77,8,2.25,1.49,8,3.58,2.11,12,5.4,1.68,15,5.0,2.38,7,4.73,1.42,11,5.38,1.41,8,3.33,2.1,12,2.62,1.77,8,5.36,2.06,11,5.18,1.78,11
+hone,5.42,1.17,19,3.76,1.7,21,5.48,1.7,23,5.0,0.0,5,5.77,1.17,13,3.67,1.75,6,3.8,1.74,15,5.5,1.51,10,5.46,1.9,13,5.29,0.95,7,5.73,1.1,11,3.29,2.06,7,4.0,1.52,14,5.55,1.37,11,5.42,2.02,12,4.92,0.9,12,6.29,1.11,7,3.36,1.91,11,4.2,1.4,10,5.14,1.75,14,6.0,1.58,9
+honest,8.16,1.12,19,4.0,2.68,39,6.7,1.89,44,7.67,1.32,9,8.6,0.7,10,3.69,2.46,13,4.15,2.81,26,6.59,1.94,22,6.82,1.87,22,8.56,0.53,9,7.8,1.4,10,4.45,2.72,20,3.53,2.61,19,6.38,1.99,29,7.33,1.54,15,7.92,1.31,12,8.57,0.53,7,4.12,2.73,26,3.77,2.65,13,6.4,1.91,25,7.11,1.82,19
+honesty,7.43,1.57,21,3.32,2.25,22,6.81,2.27,27,6.6,1.43,10,8.18,1.33,11,3.43,1.81,7,3.27,2.49,15,6.53,2.55,17,7.3,1.7,10,7.18,1.78,11,7.7,1.34,10,2.0,1.73,5,3.71,2.28,17,5.64,2.44,14,8.08,1.19,13,7.15,1.72,13,7.88,1.25,8,3.2,2.94,10,3.42,1.62,12,6.86,2.32,14,6.77,2.31,13
+honey,7.27,1.66,41,4.38,2.65,40,6.39,2.12,977,6.62,2.22,13,7.57,1.26,28,4.73,2.74,15,4.16,2.62,25,6.4,2.09,430,6.4,2.14,542,7.06,1.56,17,7.42,1.74,24,4.36,2.66,22,4.39,2.7,18,6.42,2.17,535,6.37,2.05,438,7.39,1.44,23,7.11,1.94,18,4.31,2.62,29,4.55,2.84,11,6.43,2.19,531,6.35,2.03,446
+honeycomb,6.55,2.09,20,3.95,2.37,19,5.85,1.99,26,7.18,1.66,11,5.78,2.39,9,4.71,1.8,7,3.5,2.61,12,5.54,1.98,13,6.15,2.03,13,6.27,2.61,11,6.89,1.27,9,3.5,2.17,10,4.44,2.6,9,5.47,2.0,17,6.56,1.88,9,6.2,2.53,10,6.9,1.6,10,3.83,2.21,12,4.14,2.79,7,5.38,1.89,16,6.6,2.01,10
+honeymoon,7.53,1.81,19,5.91,2.97,22,7.33,1.39,21,7.33,1.8,9,7.7,1.89,10,6.1,2.77,10,5.75,3.25,12,6.62,1.69,8,7.77,1.01,13,7.43,1.87,14,7.8,1.79,5,6.5,3.16,8,5.57,2.93,14,7.25,1.67,8,7.38,1.26,13,7.0,2.05,10,8.11,1.36,9,6.33,3.2,12,5.4,2.76,10,7.5,1.0,12,7.11,1.83,9
+honk,4.95,1.66,21,3.96,2.94,24,5.47,2.34,19,6.0,1.85,8,4.31,1.18,13,5.17,2.48,6,3.56,3.03,18,5.55,2.42,11,5.38,2.39,8,4.67,1.67,12,5.33,1.66,9,3.9,2.88,10,4.0,3.09,14,5.08,2.57,12,6.14,1.86,7,4.71,1.44,14,5.43,2.07,7,4.56,2.94,16,2.75,2.71,8,5.5,2.28,12,5.43,2.64,7
+honky,3.45,2.04,22,3.76,2.36,21,4.58,1.98,19,3.73,1.74,11,3.18,2.36,11,2.83,2.14,6,4.29,2.43,14,4.7,1.95,10,4.44,2.13,9,4.1,2.18,10,2.92,1.83,12,4.0,3.12,8,3.75,1.91,12,4.88,1.64,8,4.3,2.36,10,4.14,2.07,14,2.25,1.39,8,3.5,2.41,18,5.33,1.53,3,4.5,1.07,8,4.64,2.5,11
+honor,6.9,1.89,20,4.63,2.27,41,6.9,1.95,62,6.67,2.52,3,6.94,1.85,17,5.12,1.86,16,4.32,2.48,25,6.5,1.9,22,7.08,1.97,39,6.71,1.7,7,7.0,2.04,13,4.22,2.21,23,5.17,2.28,18,6.86,1.81,37,6.88,2.17,24,5.89,2.26,9,7.73,1.01,11,4.43,2.4,30,5.18,1.83,11,7.21,2.13,39,6.39,1.5,23
+honorable,7.68,1.38,19,4.78,2.24,23,6.58,1.89,19,7.11,1.54,9,8.2,1.03,10,4.43,2.15,7,5.13,2.26,15,6.7,2.21,10,6.44,1.59,9,8.0,1.58,9,7.4,1.17,10,4.7,2.58,10,5.08,1.93,12,5.75,2.19,8,7.0,1.41,10,7.5,1.57,12,8.0,1.0,7,4.75,2.1,20,5.0,3.61,3,7.0,2.2,8,6.27,1.68,11
+honorary,6.42,1.89,19,3.9,2.31,20,6.55,2.04,20,7.67,1.53,3,6.27,1.94,15,3.9,2.33,10,3.9,2.42,10,6.1,2.47,10,7.0,1.49,10,6.33,1.97,6,6.58,1.98,12,3.86,1.95,7,3.92,2.56,13,7.12,1.46,8,6.17,2.33,12,6.58,1.93,12,6.14,1.95,7,4.4,2.59,10,3.4,2.01,10,7.22,1.86,9,6.0,2.1,11
+hooch,4.19,2.16,21,4.36,2.16,25,4.68,2.31,19,5.33,2.12,9,3.33,1.83,12,4.5,2.35,6,4.28,2.22,18,3.71,1.89,7,5.25,2.42,12,4.31,2.24,16,3.8,2.05,5,3.93,2.43,14,4.9,1.79,10,4.56,2.74,9,4.8,1.99,10,4.92,2.31,12,3.22,1.56,9,4.88,2.03,16,3.44,2.19,9,4.27,2.83,11,5.25,1.28,8
+hood,4.95,1.73,20,3.33,2.25,18,4.86,1.52,22,4.2,1.64,5,5.2,1.74,15,4.5,2.51,6,2.75,1.96,12,5.1,0.99,10,4.67,1.87,12,5.6,1.35,10,4.3,1.89,10,3.6,2.63,10,3.0,1.77,8,5.0,1.73,11,4.73,1.35,11,5.17,1.99,12,4.62,1.3,8,3.0,2.6,9,3.67,1.94,9,4.73,1.62,11,5.0,1.48,11
+hoodlum,3.9,2.14,21,5.35,2.43,20,3.62,2.35,34,4.12,2.36,8,3.77,2.09,13,5.2,2.39,5,5.4,2.53,15,4.0,2.45,11,3.43,2.33,23,4.0,2.35,13,3.75,1.91,8,5.42,2.47,12,5.25,2.55,8,3.72,2.22,18,3.5,2.56,16,4.73,2.33,11,3.0,1.56,10,6.45,1.86,11,4.0,2.45,9,3.2,2.24,20,4.21,2.46,14
+hoof,4.74,2.08,19,3.23,1.69,22,5.29,1.76,24,4.5,1.76,6,4.85,2.27,13,3.42,1.51,12,3.0,1.94,10,5.25,1.67,8,5.31,1.85,16,4.8,1.62,10,4.67,2.6,9,4.0,1.5,9,2.69,1.65,13,5.35,1.73,17,5.17,2.14,6,4.5,1.93,8,4.91,2.26,11,3.44,2.07,9,3.08,1.44,13,5.62,1.86,16,4.62,1.41,8
+hook,4.0,1.38,22,4.0,2.08,20,5.68,2.81,19,4.08,1.38,13,3.89,1.45,9,5.0,1.15,7,3.46,2.3,13,5.29,2.69,7,5.92,2.97,12,3.92,1.31,12,4.1,1.52,10,4.33,1.73,9,3.73,2.37,11,6.0,2.94,10,5.33,2.78,9,3.83,1.34,12,4.2,1.48,10,3.71,1.25,7,4.15,2.44,13,6.57,2.88,7,5.17,2.76,12
+hooker,3.42,2.43,19,4.91,2.56,23,4.36,2.22,44,4.56,1.81,9,2.4,2.55,10,6.57,1.9,7,4.33,2.53,15,5.45,2.14,20,3.46,1.89,24,4.14,1.86,7,3.0,2.7,12,5.4,2.76,10,4.75,2.42,12,4.52,2.06,23,4.19,2.42,21,3.0,2.54,10,3.89,2.37,9,4.9,2.73,20,5.0,1.0,3,4.74,2.22,23,3.95,2.2,21
+hookup,5.78,2.07,18,4.81,2.46,21,4.77,2.49,22,6.89,1.62,9,4.67,1.94,9,6.86,1.46,7,3.79,2.22,14,5.27,2.49,11,4.27,2.49,11,6.14,2.34,7,5.55,1.97,11,5.8,1.4,10,3.91,2.91,11,3.92,2.5,13,6.0,2.0,9,5.22,2.49,9,6.33,1.5,9,4.75,2.66,8,4.85,2.44,13,5.71,2.58,14,3.12,1.13,8
+hooky,4.4,2.09,20,4.24,2.79,21,4.56,2.14,25,3.25,2.06,4,4.69,2.06,16,4.75,3.3,4,4.12,2.76,17,4.22,1.92,9,4.75,2.29,16,3.75,2.05,8,4.83,2.08,12,4.6,2.84,10,3.91,2.84,11,4.21,2.22,14,5.0,2.05,11,4.82,2.04,11,3.89,2.15,9,4.2,2.86,10,4.27,2.87,11,5.06,2.15,18,3.29,1.6,7
+hooligan,3.1,1.51,21,5.5,2.22,22,3.57,2.2,21,3.56,1.51,9,2.75,1.48,12,4.67,2.42,6,5.93,2.15,15,3.67,3.14,6,3.53,1.85,15,3.78,1.3,9,2.58,1.51,12,6.0,1.22,5,5.35,2.45,17,4.1,2.47,10,3.09,1.92,11,2.75,1.29,12,3.56,1.74,9,5.56,2.07,9,5.46,2.4,13,3.67,2.46,12,3.44,1.94,9
+hoop,6.26,1.63,19,3.15,1.95,20,5.3,1.92,20,6.0,1.73,3,6.27,1.71,15,3.2,1.93,10,3.1,2.08,10,5.6,1.07,10,5.0,2.54,10,6.5,1.76,6,6.08,1.68,12,2.71,2.21,7,3.38,1.85,13,5.0,2.07,8,5.5,1.88,12,6.17,1.59,12,6.43,1.81,7,3.4,2.17,10,2.9,1.79,10,4.22,1.99,9,6.18,1.4,11
+hoopla,5.23,1.07,22,5.19,2.14,26,5.33,2.14,24,5.11,1.05,9,5.31,1.11,13,5.7,2.41,10,4.88,1.96,16,5.11,2.47,9,5.47,2.0,15,5.38,1.3,8,5.14,0.95,14,5.46,1.9,13,4.92,2.4,13,5.17,2.21,12,5.5,2.15,12,5.25,1.14,12,5.2,1.03,10,5.4,2.41,15,4.91,1.76,11,5.85,2.12,13,4.73,2.1,11
+hoot,6.0,1.67,19,4.91,2.52,22,5.32,1.89,22,5.22,1.39,9,6.7,1.64,10,4.62,2.13,8,5.07,2.79,14,5.64,1.91,11,5.0,1.9,11,5.0,1.41,7,6.58,1.56,12,4.8,2.1,10,5.0,2.92,12,4.92,1.93,13,5.89,1.76,9,6.4,1.65,10,5.56,1.67,9,4.75,2.49,8,5.0,2.63,14,5.43,1.79,14,5.12,2.17,8
+hooter,4.7,2.56,20,3.96,2.59,25,5.0,2.56,19,5.78,2.28,9,3.82,2.52,11,3.33,2.66,6,4.17,2.68,18,4.71,1.8,7,5.17,2.98,12,4.62,2.55,16,5.0,2.94,4,2.93,2.27,14,5.4,2.55,10,5.44,2.96,9,4.6,2.22,10,5.64,2.62,11,3.56,2.07,9,4.5,2.68,16,3.0,2.24,9,5.09,2.7,11,4.88,2.53,8
+hop,5.89,1.91,19,3.71,2.55,21,5.04,1.93,28,6.33,1.21,6,5.69,2.18,13,2.91,2.21,11,4.6,2.72,10,5.55,2.46,11,4.71,1.49,17,6.45,1.51,11,5.12,2.23,8,3.9,2.73,10,3.55,2.5,11,5.06,2.15,18,5.0,1.56,10,5.85,2.19,13,6.0,1.26,6,3.86,2.91,14,3.43,1.81,7,5.19,2.07,16,4.83,1.8,12
+hope,7.48,1.69,21,5.29,2.8,41,6.78,2.07,37,7.67,1.5,9,7.33,1.87,12,5.75,2.59,16,5.0,2.94,25,6.33,2.57,12,7.0,1.8,25,6.43,2.15,7,8.08,1.19,13,4.7,2.75,23,6.06,2.75,18,6.76,1.86,17,6.8,2.28,20,7.15,1.99,13,8.0,0.93,8,5.67,2.9,30,4.27,2.33,11,7.06,2.38,16,6.57,1.83,21
+hopeful,7.44,1.34,41,4.84,2.64,45,6.58,2.08,43,7.15,1.39,20,7.71,1.27,21,5.0,2.45,16,4.86,2.77,28,5.91,2.31,22,7.29,1.59,21,7.25,1.29,20,7.62,1.4,21,5.22,3.02,18,4.59,2.37,27,6.42,1.84,19,6.71,2.29,24,7.48,1.31,23,7.39,1.42,18,4.85,2.89,20,4.84,2.48,25,6.48,2.2,21,6.68,2.01,22
+hopeless,2.2,1.2,20,4.52,2.38,25,2.84,2.01,19,2.44,1.59,9,2.0,0.77,11,4.33,2.16,6,4.72,2.49,18,1.86,1.46,7,3.42,2.11,12,2.33,1.29,15,1.8,0.84,5,4.43,2.38,14,4.9,2.47,10,2.56,1.88,9,3.1,2.18,10,1.92,1.24,12,2.62,1.06,8,4.69,2.36,16,4.22,2.54,9,2.91,2.17,11,2.75,1.91,8
+horde,4.21,1.87,19,5.05,2.38,21,4.26,1.66,23,4.8,1.92,5,3.85,1.86,13,5.17,2.32,6,5.0,2.48,15,4.6,1.51,10,4.0,1.78,13,4.43,2.44,7,3.91,1.51,11,4.86,2.61,7,5.14,2.35,14,4.0,1.48,11,4.5,1.83,12,4.17,2.08,12,4.29,1.6,7,5.0,2.79,11,5.1,1.97,10,4.21,1.58,14,4.33,1.87,9
+horizon,6.48,1.66,21,4.25,3.11,20,4.59,2.56,22,7.0,1.41,6,6.27,1.75,15,3.88,3.6,8,4.5,2.88,12,5.5,2.65,12,3.5,2.07,10,6.67,1.58,9,6.33,1.78,12,4.11,3.48,9,4.36,2.94,11,3.43,1.9,7,5.13,2.7,15,6.3,1.89,10,6.64,1.5,11,3.23,2.83,13,6.14,2.85,7,4.58,3.12,12,4.6,1.84,10
+horizontal,5.86,1.68,21,4.25,2.71,20,4.45,1.99,22,6.17,1.6,6,5.73,1.75,15,5.12,2.9,8,3.67,2.53,12,4.0,2.17,12,5.0,1.7,10,6.56,1.67,9,5.33,1.56,12,4.33,2.18,9,4.18,3.19,11,3.14,1.95,7,5.07,1.75,15,5.9,2.13,10,5.82,1.25,11,3.46,2.33,13,5.71,2.93,7,4.08,2.19,12,4.9,1.73,10
+hormonal,4.1,2.05,20,5.41,2.59,22,3.52,2.03,27,5.86,2.34,7,3.15,1.07,13,5.0,2.45,10,5.75,2.77,12,3.13,1.85,15,3.91,2.3,11,4.09,2.17,11,4.11,2.03,9,5.67,2.5,9,5.23,2.74,13,3.88,2.18,17,2.67,1.58,9,4.23,2.42,13,3.86,1.21,7,4.69,2.6,16,7.33,1.37,6,4.17,2.29,12,3.0,1.69,15
+hormone,4.86,1.59,21,4.87,2.46,23,4.33,2.29,21,4.8,2.28,5,4.88,1.41,16,5.25,2.45,12,4.45,2.5,11,4.36,2.16,11,3.89,2.32,9,4.75,1.6,12,5.0,1.66,9,4.81,2.43,16,5.0,2.71,7,4.64,2.06,11,4.0,2.58,10,4.85,1.57,13,4.88,1.73,8,5.21,2.44,19,3.25,2.06,4,4.07,2.3,14,4.86,2.34,7
+horn,5.0,1.38,20,4.22,2.58,18,5.68,2.03,22,6.0,1.73,5,4.67,1.11,15,4.33,2.34,6,4.17,2.79,12,5.8,2.25,10,5.58,1.93,12,5.3,1.64,10,4.7,1.06,10,4.1,2.56,10,4.38,2.77,8,5.27,2.2,11,6.09,1.87,11,4.83,1.75,12,5.25,0.46,8,2.56,1.74,9,5.89,2.2,9,5.91,2.39,11,5.45,1.69,11
+horned,4.2,1.58,20,4.61,2.59,18,3.95,1.76,22,4.8,1.92,5,4.0,1.46,15,4.5,1.97,6,4.67,2.93,12,3.8,1.32,10,4.08,2.11,12,4.6,1.17,10,3.8,1.87,10,4.8,2.1,10,4.38,3.25,8,3.27,1.27,11,4.64,1.96,11,4.08,1.62,12,4.38,1.6,8,3.11,2.62,9,6.11,1.54,9,3.36,1.63,11,4.55,1.75,11
+hornet,3.37,1.98,19,5.73,2.55,22,3.83,2.22,24,3.5,1.52,6,3.31,2.21,13,6.58,1.83,12,4.7,2.98,10,4.25,2.25,8,3.62,2.25,16,3.6,1.35,10,3.11,2.57,9,6.33,1.8,9,5.31,2.95,13,4.18,2.27,17,2.67,1.97,6,2.5,1.2,8,4.0,2.24,11,5.11,2.57,9,6.15,2.54,13,4.25,2.32,16,3.0,1.85,8
+horny,6.84,1.26,19,6.28,2.37,18,4.53,3.0,17,7.0,1.26,11,6.62,1.3,8,8.25,0.96,4,5.71,2.37,14,3.25,2.6,8,5.67,3.0,9,7.38,0.74,8,6.45,1.44,11,5.0,3.11,7,7.09,1.38,11,4.0,2.76,6,4.82,3.22,11,7.23,1.01,13,6.0,1.41,6,6.64,1.75,11,5.71,3.2,7,4.29,3.15,7,4.7,3.06,10
+horoscope,5.29,1.9,21,3.95,2.25,21,4.96,2.47,25,4.92,1.51,12,5.78,2.33,9,3.57,2.3,7,4.14,2.28,14,4.1,2.38,10,5.53,2.45,15,6.0,2.0,4,5.12,1.9,17,4.6,2.5,10,3.36,1.91,11,4.57,2.94,7,5.11,2.35,18,5.42,2.35,12,5.11,1.17,9,4.31,2.14,13,3.38,2.45,8,4.0,2.6,9,5.5,2.31,16
+horrendous,2.58,1.39,19,5.81,2.29,21,3.68,2.45,19,2.33,1.53,3,2.62,1.41,16,4.33,2.73,6,6.4,1.88,15,3.33,1.86,6,3.85,2.73,13,3.3,1.42,10,1.78,0.83,9,7.0,1.63,7,5.21,2.39,14,3.89,2.52,9,3.5,2.51,10,2.5,1.41,8,2.64,1.43,11,6.22,1.86,9,5.5,2.61,12,3.71,2.98,7,3.67,2.23,12
+horrible,2.33,2.31,21,5.95,2.57,19,5.16,2.79,19,2.69,2.59,13,1.75,1.75,8,6.43,2.15,7,5.67,2.84,12,6.0,2.45,7,4.67,2.96,12,1.83,1.99,12,3.0,2.65,9,5.56,2.96,9,6.3,2.26,10,5.9,2.23,10,4.33,3.24,9,1.83,1.99,12,3.0,2.65,9,6.0,2.24,7,5.92,2.84,12,5.43,3.1,7,5.0,2.73,12
+horrid,2.68,1.38,19,6.0,2.07,22,3.67,2.44,21,2.33,0.71,9,3.0,1.76,10,5.5,2.51,10,6.42,1.62,12,3.62,2.2,8,3.69,2.66,13,2.77,1.42,13,2.5,1.38,6,5.12,2.17,8,6.5,1.91,14,3.75,2.12,8,3.62,2.69,13,3.11,1.62,9,2.3,1.06,10,5.92,2.07,12,6.1,2.18,10,3.75,2.38,12,3.56,2.65,9
+horrific,2.2,1.99,20,6.0,2.0,21,4.15,2.7,34,1.6,0.84,10,2.8,2.62,10,5.25,2.19,8,6.46,1.81,13,4.36,2.62,14,4.0,2.81,20,1.89,1.45,9,2.45,2.38,11,5.85,2.27,13,6.25,1.58,8,4.18,2.63,22,4.08,2.94,12,2.1,1.52,10,2.3,2.45,10,5.86,2.14,14,6.29,1.8,7,5.18,2.72,17,3.12,2.32,17
+horrifying,2.68,1.67,19,6.29,2.65,24,3.96,2.43,28,3.14,1.35,7,2.42,1.83,12,5.78,2.73,9,6.6,2.64,15,3.57,2.24,14,4.36,2.62,14,2.44,1.59,9,2.9,1.79,10,5.92,2.87,12,6.67,2.46,12,3.57,2.41,14,4.36,2.47,14,2.8,1.99,10,2.56,1.33,9,5.83,2.69,12,6.75,2.63,12,3.33,1.87,12,4.44,2.73,16
+horror,3.38,2.29,40,6.13,2.43,39,3.49,2.26,43,4.44,2.61,16,2.67,1.79,24,6.31,1.49,13,6.04,2.81,26,4.36,2.41,14,3.07,2.1,29,3.75,2.84,20,3.0,1.56,20,7.0,1.89,20,5.21,2.64,19,4.3,2.08,23,2.55,2.14,20,3.15,2.17,26,3.79,2.55,14,5.96,2.69,26,6.46,1.85,13,3.83,2.46,23,3.1,2.0,20
+horse,6.05,1.86,42,4.16,2.67,44,5.71,2.24,48,6.14,1.29,14,6.0,2.11,28,3.6,2.38,15,4.45,2.8,29,5.33,2.5,18,5.93,2.08,30,5.83,1.92,18,6.21,1.84,24,5.0,2.64,20,3.46,2.54,24,5.3,2.27,33,6.6,1.96,15,5.96,1.99,26,6.19,1.68,16,4.41,2.52,27,3.76,2.93,17,5.73,2.25,26,5.68,2.28,22
+horseback,5.85,2.16,20,5.2,2.28,20,6.15,1.91,26,5.73,1.68,11,6.0,2.74,9,4.86,2.41,7,5.38,2.29,13,6.08,2.14,13,6.23,1.74,13,5.64,2.58,11,6.11,1.62,9,4.64,2.25,11,5.89,2.26,9,6.29,1.99,17,5.89,1.83,9,5.3,2.58,10,6.4,1.58,10,5.08,2.35,12,5.38,2.33,8,6.06,1.95,16,6.3,1.95,10
+horseman,5.95,1.4,21,3.42,2.46,19,5.55,2.04,22,6.33,1.75,6,5.8,1.26,15,2.71,2.21,7,3.83,2.59,12,5.83,2.12,12,5.2,1.99,10,6.22,1.72,9,5.75,1.14,12,3.75,2.38,8,3.18,2.6,11,5.14,2.48,7,5.73,1.87,15,6.1,1.6,10,5.82,1.25,11,3.54,2.4,13,3.17,2.79,6,5.42,2.19,12,5.7,1.95,10
+horsepower,5.57,2.11,21,4.52,2.58,25,6.0,1.97,19,6.11,1.62,9,5.17,2.41,12,3.0,2.0,6,5.17,2.57,18,5.29,2.43,7,6.42,1.62,12,5.5,2.1,16,5.8,2.39,5,4.5,2.9,14,4.8,2.2,10,6.11,2.32,9,5.9,1.73,10,6.17,2.12,12,4.78,1.92,9,5.06,2.67,16,3.56,2.24,9,5.64,2.25,11,6.5,1.51,8
+horseradish,4.68,2.33,19,3.74,2.28,23,5.11,2.16,19,5.11,2.2,9,4.3,2.5,10,4.43,2.44,7,3.53,2.26,15,5.3,2.06,10,4.89,2.37,9,4.56,3.13,9,4.8,1.48,10,5.1,2.56,10,2.75,1.42,12,4.75,1.58,8,5.5,2.64,10,4.25,2.3,12,5.43,2.37,7,3.95,2.35,20,2.33,1.15,3,4.62,1.6,8,5.45,2.5,11
+horseshit,2.95,2.46,19,4.17,2.64,23,5.0,2.52,19,3.11,2.03,9,2.8,2.9,10,3.29,2.63,7,4.73,2.63,15,5.5,2.59,10,4.44,2.46,9,3.44,2.74,9,2.5,2.22,10,3.5,2.95,10,4.92,2.31,12,5.0,2.45,8,4.7,2.63,10,3.33,2.61,12,2.29,2.21,7,4.1,2.71,20,4.67,2.52,3,4.75,2.31,8,5.18,2.75,11
+horseshoe,4.91,1.95,22,4.15,2.13,26,6.04,1.89,23,5.33,2.18,9,4.62,1.8,13,3.9,2.51,10,4.31,1.92,16,6.62,1.51,8,5.73,2.05,15,4.5,2.27,8,5.14,1.79,14,4.77,1.92,13,3.54,2.22,13,5.75,2.09,12,6.36,1.69,11,4.42,1.73,12,5.5,2.12,10,4.4,2.61,15,3.82,1.25,11,6.0,1.95,12,6.09,1.92,11
+horsey,5.52,1.69,21,4.48,2.16,21,5.08,2.02,25,6.17,0.83,12,4.67,2.18,9,4.43,2.15,7,4.5,2.24,14,5.9,1.91,10,4.53,1.96,15,5.0,2.45,4,5.65,1.54,17,5.4,2.46,10,3.64,1.5,11,5.57,2.23,7,4.89,1.97,18,5.25,2.09,12,5.89,0.93,9,5.15,2.19,13,3.38,1.69,8,4.56,2.19,9,5.38,1.93,16
+hose,5.0,1.18,21,4.54,2.38,24,5.67,2.33,21,5.62,0.74,8,4.62,1.26,13,5.15,2.48,13,3.82,2.14,11,5.92,2.33,13,5.25,2.43,8,5.25,0.89,8,4.83,1.4,12,5.71,1.49,14,2.9,2.47,10,6.25,2.42,12,4.89,2.09,9,4.9,1.2,10,5.09,1.22,11,4.29,2.78,17,5.14,0.69,7,5.7,2.95,10,5.64,1.75,11
+hospice,3.53,1.95,19,4.22,2.89,23,3.29,2.03,28,3.88,2.03,8,3.27,1.95,11,4.78,3.27,9,3.86,2.68,14,3.07,1.77,14,3.5,2.31,14,3.67,1.87,9,3.4,2.12,10,4.67,3.17,12,3.73,2.61,11,2.64,1.45,14,3.93,2.37,14,3.8,2.2,10,3.22,1.72,9,4.36,3.17,11,4.08,2.75,12,3.58,1.83,12,3.06,2.21,16
+hospitable,7.0,1.62,20,3.62,2.13,21,6.24,2.2,25,7.0,2.65,3,7.0,1.5,17,4.0,2.45,7,3.31,2.06,13,6.0,2.0,8,6.35,2.34,17,6.86,1.86,7,7.08,1.55,13,4.29,2.69,7,3.15,1.82,13,6.43,2.31,14,6.0,2.14,11,6.56,1.59,9,7.36,1.63,11,3.27,2.0,11,4.0,2.31,10,6.22,2.39,18,6.29,1.8,7
+hospital,3.52,1.99,42,5.07,2.94,44,3.93,2.44,41,3.36,2.5,14,3.61,1.73,28,5.05,2.97,21,5.09,2.98,23,4.38,2.46,21,3.45,2.39,20,3.94,2.1,18,3.21,1.89,24,4.05,2.66,22,6.09,2.91,22,4.12,2.09,17,3.79,2.7,24,3.5,1.88,26,3.56,2.22,16,5.62,2.84,24,4.4,3.0,20,4.12,2.66,16,3.8,2.35,25
+hospitality,7.27,1.72,22,3.33,2.24,21,7.09,1.72,22,7.5,1.79,14,6.88,1.64,8,3.73,2.61,11,3.11,1.76,9,5.5,1.64,6,7.69,1.35,16,7.0,2.16,10,7.5,1.31,12,2.91,2.07,11,3.8,2.44,10,6.85,1.72,13,7.44,1.74,9,7.5,1.83,12,7.0,1.63,10,3.08,2.5,13,3.75,1.83,8,7.42,1.68,12,6.7,1.77,10
+host,5.7,1.42,20,3.21,2.41,24,5.75,2.9,20,6.0,1.07,8,5.5,1.62,12,5.0,2.1,6,2.61,2.25,18,5.91,2.91,11,5.56,3.05,9,5.36,1.43,11,6.11,1.36,9,3.7,2.95,10,2.86,1.99,14,5.62,3.01,13,6.0,2.89,7,5.69,1.49,13,5.71,1.38,7,3.94,2.49,16,1.75,1.49,8,6.5,2.81,12,4.62,2.83,8
+hostage,2.74,1.61,46,5.73,2.35,22,2.74,2.08,47,3.11,1.6,18,2.5,1.6,28,6.0,2.37,12,5.4,2.41,10,3.16,2.06,25,2.27,2.05,22,2.9,1.62,31,2.4,1.59,15,6.22,2.59,9,5.38,2.22,13,3.36,2.34,28,1.84,1.17,19,3.04,1.71,26,2.35,1.42,20,5.0,2.06,9,6.23,2.49,13,3.08,2.02,25,2.36,2.13,22
+hostel,4.0,2.3,18,4.27,2.12,22,3.46,1.91,24,3.8,1.79,5,4.08,2.53,13,4.0,2.52,12,4.6,1.58,10,3.75,0.89,8,3.31,2.27,16,3.67,1.8,9,4.33,2.78,9,3.56,2.01,9,4.77,2.13,13,3.53,1.97,17,3.0,1.9,6,4.0,2.58,7,4.0,2.24,11,4.56,2.6,9,4.08,1.8,13,3.62,2.03,16,3.12,1.73,8
+hostess,6.7,1.63,20,4.18,2.24,22,6.4,1.76,20,6.56,1.33,9,6.82,1.89,11,5.4,2.5,10,3.17,1.4,12,5.88,1.64,8,6.75,1.82,12,6.29,1.49,14,7.67,1.63,6,5.0,2.73,8,3.71,1.86,14,6.75,1.49,8,6.17,1.95,12,5.9,1.52,10,7.5,1.35,10,4.33,2.15,12,4.0,2.45,10,7.0,1.9,11,5.67,1.32,9
+hostile,2.35,1.18,20,5.39,2.33,23,4.36,2.4,22,2.09,1.04,11,2.67,1.32,9,5.82,2.36,11,5.0,2.34,12,4.5,2.07,10,4.25,2.73,12,2.55,1.44,11,2.11,0.78,9,6.09,2.07,11,4.75,2.45,12,4.64,2.62,11,4.09,2.26,11,2.7,1.42,10,2.0,0.82,10,5.55,2.42,11,5.25,2.34,12,5.55,2.66,11,3.18,1.4,11
+hostility,2.95,2.13,22,6.74,1.41,19,4.7,2.6,20,3.2,2.17,5,2.88,2.25,16,7.12,0.83,8,6.45,1.69,11,5.0,2.65,9,4.45,2.66,11,2.83,1.64,12,3.1,2.69,10,6.5,0.97,10,7.0,1.8,9,4.17,2.52,12,5.5,2.67,8,2.09,0.83,11,3.82,2.68,11,6.0,1.41,8,7.27,1.19,11,4.33,2.83,9,5.0,2.49,11
+hot,5.73,1.83,22,4.76,2.66,21,5.0,2.5,17,6.0,1.79,6,5.8,1.82,15,3.71,2.93,7,5.29,2.46,14,5.11,2.37,9,4.88,2.8,8,6.36,1.65,14,4.86,1.68,7,3.78,2.33,9,5.5,2.75,12,5.89,2.71,9,4.0,1.93,8,5.79,2.01,14,5.62,1.6,8,4.67,3.27,6,4.8,2.51,15,5.0,3.16,9,5.0,1.69,8
+hot sauce,6.32,2.19,22,5.04,2.82,26,5.83,2.37,24,6.44,2.35,9,6.23,2.17,13,4.2,2.94,10,5.56,2.71,16,5.89,2.8,9,5.8,2.18,15,6.25,1.39,8,6.36,2.59,14,5.08,2.9,13,5.0,2.86,13,6.17,2.52,12,5.5,2.28,12,5.67,2.67,12,7.1,1.1,10,4.47,2.8,15,5.82,2.79,11,6.46,2.37,13,5.09,2.26,11
+hotdog,6.21,1.65,19,3.85,2.72,20,5.58,1.91,24,6.46,1.71,13,5.67,1.51,6,4.4,3.29,5,3.67,2.61,15,5.69,1.6,13,5.45,2.3,11,6.22,1.79,9,6.2,1.62,10,3.57,3.05,7,4.0,2.65,13,5.55,1.69,11,5.62,2.14,13,6.22,1.3,9,6.2,1.99,10,4.1,2.92,10,3.6,2.63,10,5.67,2.4,9,5.53,1.64,15
+hotel,6.6,1.31,20,4.55,2.73,42,5.59,2.02,22,6.6,1.52,5,6.6,1.3,15,4.31,2.06,16,4.69,3.11,26,5.89,2.42,9,5.38,1.76,13,6.7,1.42,10,6.5,1.27,10,4.47,2.78,19,4.61,2.76,23,5.57,2.47,14,5.62,0.92,8,6.58,1.62,12,6.62,0.74,8,4.28,2.87,25,4.94,2.56,17,5.83,2.37,12,5.3,1.57,10
+hothead,3.89,2.05,19,4.41,2.44,22,4.83,2.82,23,3.09,1.58,11,5.0,2.38,7,5.75,2.55,8,3.64,2.1,14,6.57,2.94,7,4.06,2.49,16,3.88,1.73,8,3.91,2.34,11,4.11,2.32,9,4.62,2.6,13,6.18,2.4,11,3.58,2.68,12,4.0,2.41,12,3.71,1.38,7,4.0,2.65,11,4.82,2.27,11,5.38,2.84,13,4.1,2.77,10
+hotline,5.52,1.69,21,4.62,1.91,21,4.96,2.24,25,5.75,1.29,12,5.22,2.17,9,5.43,1.51,7,4.21,2.01,14,4.6,2.12,10,5.2,2.37,15,6.0,2.0,4,5.41,1.66,17,4.9,1.91,10,4.36,1.96,11,3.43,2.64,7,5.56,1.82,18,5.42,1.78,12,5.67,1.66,9,4.46,1.94,13,4.88,1.96,8,3.11,2.09,9,6.0,1.59,16
+hotshot,4.38,2.48,21,3.83,2.55,23,5.39,2.73,18,6.11,2.26,9,3.08,1.78,12,3.45,2.34,11,4.17,2.79,12,5.4,2.84,10,5.38,2.77,8,5.0,2.45,7,4.23,2.55,13,4.45,2.77,11,3.25,2.3,12,5.29,2.93,7,5.45,2.73,11,4.31,2.63,13,4.5,2.39,8,4.36,2.87,11,3.33,2.23,12,4.89,2.57,9,5.89,2.93,9
+hound,5.3,1.66,20,4.27,2.37,22,5.84,1.5,19,5.44,2.4,9,5.18,0.75,11,2.4,1.95,5,4.75,2.29,16,6.5,1.64,6,5.54,1.39,13,5.57,1.74,14,4.67,1.37,6,4.58,2.54,12,3.67,2.24,9,5.0,0.87,9,6.6,1.58,10,5.3,1.57,10,5.3,1.83,10,3.83,2.48,12,4.8,2.25,10,5.5,2.17,6,6.0,1.15,13
+hour,5.05,1.62,22,3.38,2.06,21,6.25,2.11,16,4.83,2.32,6,5.13,1.41,15,3.43,2.44,7,3.36,1.95,14,6.75,2.12,8,5.75,2.12,8,4.86,1.96,14,5.43,0.79,7,2.78,1.79,9,3.83,2.21,12,7.25,2.31,8,5.25,1.39,8,4.93,1.44,14,5.25,1.98,8,3.17,2.04,6,3.47,2.13,15,6.88,2.47,8,5.62,1.6,8
+hourglass,5.61,1.88,18,3.1,1.89,21,4.55,2.42,22,6.0,1.66,9,5.22,2.11,9,3.88,2.17,8,2.62,1.61,13,4.45,2.62,11,4.64,2.34,11,5.43,1.27,7,5.73,2.24,11,3.6,1.9,10,2.64,1.86,11,4.31,2.53,13,4.89,2.37,9,5.44,2.19,9,5.78,1.64,9,2.29,1.6,7,3.5,1.95,14,4.86,2.38,14,4.0,2.56,8
+hourly,5.55,1.67,20,2.67,1.85,21,5.12,2.13,25,5.5,3.0,4,5.56,1.31,16,2.25,0.96,4,2.76,2.02,17,5.44,2.4,9,4.94,2.02,16,5.75,1.49,8,5.42,1.83,12,2.9,1.73,10,2.45,2.02,11,5.79,1.63,14,4.27,2.45,11,5.73,1.49,11,5.33,1.94,9,2.5,2.17,10,2.82,1.6,11,5.72,2.05,18,3.57,1.51,7
+house,7.19,1.4,43,3.95,2.65,42,6.41,1.88,41,7.09,1.58,11,7.23,1.38,31,4.06,2.67,16,3.88,2.69,26,6.62,1.75,21,6.2,2.04,20,7.19,1.47,21,7.18,1.37,22,3.91,2.72,22,4.0,2.64,20,6.29,2.31,17,6.5,1.56,24,7.14,1.49,21,7.23,1.34,22,4.0,2.71,26,3.88,2.63,16,6.69,1.78,16,6.24,1.96,25
+houseboat,6.15,1.84,20,5.75,2.34,20,5.69,1.74,26,6.0,2.0,11,6.33,1.73,9,6.14,2.61,7,5.54,2.26,13,5.77,1.79,13,5.62,1.76,13,6.27,2.37,11,6.0,1.0,9,6.0,2.72,11,5.44,1.88,9,5.41,1.8,17,6.22,1.56,9,6.6,1.43,10,5.7,2.16,10,6.42,2.54,12,4.75,1.67,8,6.19,1.52,16,4.9,1.85,10
+houseboy,4.2,2.07,20,3.06,1.92,18,4.23,1.63,22,3.6,1.95,5,4.4,2.13,15,3.17,2.04,6,3.0,1.95,12,4.1,0.74,10,4.33,2.15,12,4.6,1.96,10,3.8,2.2,10,3.1,2.23,10,3.0,1.6,8,4.45,1.29,11,4.0,1.95,11,3.33,1.72,12,5.5,1.93,8,2.33,1.8,9,3.78,1.86,9,4.36,1.63,11,4.09,1.7,11
+housebroken,5.65,1.64,23,4.23,2.49,22,6.55,2.06,20,5.25,1.75,8,5.87,1.6,15,3.8,2.1,10,4.58,2.81,12,7.14,1.86,7,6.23,2.17,13,5.92,1.73,12,5.36,1.57,11,4.27,2.65,11,4.18,2.44,11,6.53,2.1,15,6.6,2.19,5,5.55,1.63,11,5.75,1.71,12,5.0,2.71,10,3.58,2.19,12,7.0,1.15,10,6.1,2.69,10
+houseguest,5.2,1.51,20,3.67,2.47,18,4.96,2.54,24,4.6,2.61,5,5.4,0.99,15,2.8,2.05,5,4.0,2.61,13,4.15,2.41,13,5.91,2.47,11,5.6,1.26,10,4.8,1.69,10,3.57,2.44,7,3.73,2.61,11,4.44,2.31,16,6.0,2.83,8,4.64,1.34,14,6.5,1.05,6,3.5,2.28,12,4.0,3.03,6,5.53,2.88,15,4.0,1.58,9
+household,6.67,1.46,21,3.96,2.01,25,7.0,1.64,21,6.88,1.55,8,6.54,1.45,13,4.08,2.33,13,3.83,1.7,12,7.0,1.58,13,7.0,1.85,8,6.62,1.69,8,6.75,1.42,12,4.21,1.48,14,3.64,2.58,11,7.5,1.38,12,6.33,1.8,9,6.7,1.7,10,6.64,1.29,11,3.59,2.21,17,4.75,1.28,8,7.33,1.5,9,6.75,1.76,12
+housekeeper,5.32,1.45,19,3.64,2.24,22,5.48,1.96,25,5.1,1.6,10,5.56,1.33,9,4.4,2.59,10,3.0,1.76,12,5.2,2.04,10,5.79,1.97,14,5.11,1.76,9,5.5,1.18,10,4.3,2.58,10,3.08,1.83,12,5.69,2.18,16,5.25,1.58,8,5.5,1.83,12,5.0,0.0,7,3.64,2.24,14,3.62,2.39,8,5.47,2.15,17,5.5,1.6,8
+housekeeping,5.55,1.79,20,3.43,2.25,21,5.64,2.69,25,5.0,2.83,4,5.69,1.54,16,3.5,2.65,4,3.41,2.24,17,5.78,2.59,9,5.56,2.83,16,5.5,1.51,8,5.58,2.02,12,4.3,2.0,10,2.64,2.25,11,5.5,2.65,14,5.82,2.86,11,5.45,1.37,11,5.67,2.29,9,3.4,2.37,10,3.45,2.25,11,5.83,2.66,18,5.14,2.91,7
+housewarming,6.26,2.18,19,4.23,2.78,22,6.13,2.24,23,6.09,2.7,11,6.43,1.4,7,3.75,2.19,8,4.5,3.11,14,6.0,2.0,7,6.19,2.4,16,5.38,2.67,8,6.91,1.58,11,3.56,2.74,9,4.69,2.81,13,6.0,2.19,11,6.25,2.38,12,5.92,2.5,12,6.86,1.46,7,4.73,3.0,11,3.73,2.57,11,5.77,2.05,13,6.6,2.5,10
+housewife,5.42,1.92,19,3.73,2.12,22,5.86,1.65,21,6.22,1.09,9,4.7,2.26,10,4.5,2.0,8,3.29,2.13,14,5.64,1.91,11,6.1,1.37,10,5.86,0.9,7,5.17,2.33,12,3.9,2.18,10,3.58,2.15,12,5.75,1.82,12,6.0,1.5,9,5.8,1.81,10,5.0,2.06,9,3.12,1.96,8,4.07,2.2,14,5.86,1.83,14,5.86,1.35,7
+housework,3.94,1.7,18,3.59,2.22,22,4.76,2.36,21,4.33,1.58,9,3.56,1.81,9,4.25,1.98,8,3.21,2.33,14,4.91,2.3,11,4.6,2.55,10,4.14,0.9,7,3.82,2.09,11,3.3,2.21,10,3.83,2.29,12,4.33,2.64,12,5.33,1.94,9,3.67,1.32,9,4.22,2.05,9,3.38,2.26,8,3.71,2.27,14,4.77,2.35,13,4.75,2.55,8
+housing,5.85,1.39,20,2.73,2.1,22,6.12,1.61,26,5.71,1.8,7,5.92,1.19,13,2.4,1.51,10,3.0,2.52,12,6.2,1.42,15,6.2,1.87,10,5.27,1.01,11,6.56,1.51,9,3.0,1.94,9,2.54,2.26,13,6.5,1.67,16,5.67,1.32,9,5.92,1.66,13,5.71,0.76,7,2.56,2.16,16,3.17,2.04,6,5.75,1.48,12,6.43,1.7,14
+hovel,3.82,1.44,22,3.69,2.24,26,4.83,2.32,24,4.44,1.13,9,3.38,1.5,13,2.4,1.84,10,4.5,2.13,16,4.78,2.64,9,4.87,2.2,15,4.12,1.36,8,3.64,1.5,14,4.08,2.4,13,3.31,2.1,13,4.25,2.09,12,5.42,2.47,12,3.75,1.48,12,3.9,1.45,10,3.0,2.2,15,4.64,2.01,11,5.31,2.14,13,4.27,2.49,11
+hover,5.5,1.25,18,4.17,2.57,24,5.04,1.9,28,6.0,1.0,7,5.18,1.33,11,3.56,2.46,9,4.53,2.64,15,4.93,1.94,14,5.14,1.92,14,5.0,1.2,8,5.9,1.2,10,3.33,2.35,12,5.0,2.59,12,4.64,1.74,14,5.43,2.03,14,5.6,1.58,10,5.38,0.74,8,4.58,2.71,12,3.75,2.45,12,4.42,1.44,12,5.5,2.1,16
+hovercraft,5.94,1.39,18,4.25,2.49,24,4.93,2.34,28,6.38,1.85,8,5.6,0.84,10,3.56,2.24,9,4.67,2.61,15,4.07,2.34,14,5.79,2.08,14,6.25,1.16,8,5.7,1.57,10,3.5,2.68,12,5.0,2.13,12,5.0,2.45,14,4.86,2.32,14,5.44,1.24,9,6.44,1.42,9,4.5,2.35,12,4.0,2.7,12,5.33,1.56,12,4.62,2.8,16
+howl,5.29,2.22,24,5.6,2.14,20,5.28,2.22,36,5.9,2.08,10,4.86,2.28,14,4.4,2.41,5,6.0,1.96,15,5.27,1.49,11,5.28,2.51,25,5.5,2.24,14,5.0,2.26,10,5.83,2.12,12,5.25,2.25,8,5.3,2.08,20,5.25,2.46,16,5.46,2.22,13,5.09,2.3,11,6.55,1.63,11,4.44,2.19,9,5.45,2.22,22,5.0,2.29,14
+hub,4.95,1.05,20,3.4,2.09,20,5.45,1.77,22,5.29,1.25,7,4.77,0.93,13,3.67,2.06,9,3.18,2.18,11,5.83,2.04,6,5.31,1.7,16,4.7,0.67,10,5.22,1.39,9,3.38,1.85,8,3.42,2.31,12,5.4,1.72,15,5.57,1.99,7,5.0,1.41,11,4.89,0.33,9,3.42,1.98,12,3.38,2.39,8,5.45,2.02,11,5.45,1.57,11
+hubby,5.62,2.18,21,4.32,2.5,19,5.29,2.49,21,4.5,2.17,6,6.07,2.09,15,4.12,1.81,8,4.45,2.98,11,6.36,1.69,11,4.1,2.77,10,5.83,2.71,6,5.53,2.03,15,4.4,2.5,10,4.22,2.64,9,5.0,2.63,14,5.86,2.27,7,5.86,2.34,7,5.5,2.18,14,4.71,2.49,14,3.2,2.39,5,5.0,2.59,12,5.67,2.45,9
+huckleberry,6.48,1.63,21,3.21,2.36,24,5.1,2.2,20,6.88,1.81,8,6.23,1.54,13,4.17,1.83,6,2.89,2.47,18,5.73,1.79,11,4.33,2.5,9,6.25,1.36,12,6.78,1.99,9,3.6,2.88,10,2.93,1.98,14,5.69,2.32,13,4.0,1.53,7,6.29,1.38,14,6.86,2.12,7,3.81,2.43,16,2.0,1.77,8,5.42,2.19,12,4.62,2.26,8
+huddle,5.32,1.6,19,3.68,2.15,22,4.96,2.12,23,5.45,1.63,11,5.29,1.7,7,3.88,2.03,8,3.57,2.28,14,3.57,1.4,7,5.56,2.13,16,5.75,1.49,8,5.0,1.67,11,3.0,2.5,9,4.15,1.82,13,4.27,2.2,11,5.58,1.93,12,5.33,1.61,12,5.29,1.7,7,3.64,2.34,11,3.73,2.05,11,4.54,2.11,13,5.5,2.12,10
+hue,6.26,1.63,19,3.4,2.54,20,4.56,1.76,27,6.67,1.51,6,6.08,1.71,13,3.1,2.38,10,3.7,2.79,10,4.0,2.19,11,4.94,1.34,16,6.36,1.57,11,6.12,1.81,8,3.2,2.39,10,3.6,2.8,10,4.44,1.89,18,4.78,1.56,9,6.31,1.65,13,6.17,1.72,6,3.92,2.93,13,2.43,1.27,7,4.38,2.09,16,4.82,1.17,11
+huff,4.4,1.79,20,4.25,2.24,20,5.0,1.88,26,3.55,1.51,11,5.44,1.59,9,4.57,2.07,7,4.08,2.4,13,5.08,2.06,13,4.92,1.75,13,4.64,1.96,11,4.11,1.62,9,4.09,2.26,11,4.44,2.35,9,5.29,1.83,17,4.44,1.94,9,4.8,2.3,10,4.0,1.05,10,4.58,2.27,12,3.75,2.25,8,5.31,1.74,16,4.5,2.07,10
+huffy,4.24,1.81,21,3.77,2.25,22,5.0,2.09,27,4.2,2.35,10,4.27,1.27,11,2.86,2.34,7,4.2,2.14,15,4.71,2.14,17,5.5,2.01,10,4.55,2.3,11,3.9,1.1,10,3.4,2.3,5,3.88,2.29,17,4.79,2.29,14,5.23,1.92,13,4.77,1.83,13,3.38,1.51,8,3.6,2.46,10,3.92,2.15,12,5.14,2.44,14,4.85,1.72,13
+hug,8.23,0.87,22,4.85,2.95,47,6.8,2.21,20,8.12,0.64,8,8.29,0.99,14,4.9,2.53,21,4.81,3.3,26,7.43,1.72,7,6.46,2.44,13,8.0,0.77,11,8.45,0.93,11,4.5,2.86,28,5.37,3.08,19,6.27,2.22,15,8.4,1.34,5,8.6,0.52,10,7.92,1.0,12,5.39,2.93,31,3.81,2.79,16,6.7,1.83,10,6.9,2.64,10
+huge,5.72,1.6,18,4.24,2.84,21,4.89,1.88,18,5.5,1.51,8,5.9,1.73,10,4.0,3.11,7,4.36,2.82,14,5.09,2.07,11,4.57,1.62,7,5.82,1.66,11,5.57,1.62,7,3.67,3.08,9,4.67,2.71,12,4.09,1.7,11,6.14,1.46,7,5.33,1.23,12,6.5,2.07,6,3.0,2.34,12,5.89,2.71,9,4.78,2.17,9,5.0,1.66,9
+hugger,6.81,1.5,21,4.8,2.65,20,6.44,2.37,36,6.75,1.67,8,6.85,1.46,13,3.0,1.58,5,5.4,2.69,15,6.0,2.41,11,6.64,2.38,25,6.77,1.79,13,6.88,0.99,8,4.17,2.41,12,5.75,2.87,8,6.15,2.64,20,6.81,2.01,16,6.27,1.42,11,7.4,1.43,10,6.0,2.76,11,3.33,1.66,9,6.27,2.55,22,6.71,2.13,14
+hulk,5.45,1.54,20,4.9,2.47,20,5.64,2.08,22,5.43,1.27,7,5.46,1.71,13,5.56,2.6,9,4.36,2.34,11,5.67,2.73,6,5.62,1.89,16,5.8,1.69,10,5.0,1.41,9,4.25,2.6,8,5.33,2.39,12,5.67,1.91,15,5.57,2.57,7,5.64,1.75,11,5.22,1.3,9,5.25,2.45,12,4.38,2.56,8,5.36,2.42,11,5.91,1.76,11
+hull,5.05,1.73,20,2.67,2.2,18,4.91,1.54,22,5.8,0.84,5,4.8,1.9,15,4.5,2.26,6,1.75,1.54,12,4.9,1.37,10,4.92,1.73,12,5.9,0.99,10,4.2,1.93,10,3.2,2.39,10,2.0,1.85,8,4.36,1.8,11,5.45,1.04,11,4.58,1.98,12,5.75,1.04,8,2.11,2.32,9,3.22,2.05,9,4.36,1.57,11,5.45,1.37,11
+human,6.45,1.74,22,3.62,1.94,21,5.71,2.47,17,6.0,1.26,6,6.6,1.96,15,3.43,2.57,7,3.71,1.64,14,5.89,2.76,9,5.5,2.27,8,6.5,1.95,14,6.29,1.5,7,3.89,1.9,9,3.42,2.02,12,6.11,2.76,9,5.25,2.19,8,6.64,1.5,14,6.12,2.17,8,3.17,2.14,6,3.8,1.9,15,5.44,2.79,9,6.0,2.2,8
+humane,6.88,1.48,42,3.21,1.94,42,7.29,1.55,21,6.95,1.35,19,6.83,1.61,23,3.75,1.53,16,2.88,2.12,26,7.0,1.73,11,7.6,1.35,10,6.7,1.74,23,7.11,1.1,19,3.05,1.65,19,3.35,2.19,23,7.17,1.9,12,7.44,1.01,9,6.83,1.58,24,6.94,1.39,18,3.12,1.92,25,3.35,2.03,17,7.43,1.28,14,7.0,2.08,7
+humanitarian,6.75,1.77,20,2.85,2.08,20,6.59,1.84,22,7.14,1.68,7,6.54,1.85,13,2.11,1.45,9,3.45,2.38,11,6.67,2.58,6,6.56,1.59,16,7.1,1.2,10,6.56,2.3,9,2.88,1.81,8,2.83,2.33,12,6.07,1.83,15,7.71,1.38,7,6.27,2.1,11,7.33,1.12,9,2.75,1.71,12,3.0,2.67,8,6.0,2.28,11,7.18,1.08,11
+humanity,6.78,2.1,18,4.35,2.03,20,5.95,2.63,20,7.67,1.15,3,6.6,2.23,15,4.2,2.04,10,4.5,2.12,10,4.8,2.74,10,7.1,2.02,10,6.17,2.99,6,7.08,1.56,12,3.43,1.99,7,4.85,1.95,13,6.0,2.73,8,5.92,2.68,12,7.45,1.44,11,5.71,2.63,7,4.7,2.45,10,4.0,1.56,10,7.0,2.24,9,5.09,2.7,11
+humankind,6.95,1.88,21,4.83,2.33,24,5.59,2.38,22,7.75,1.04,8,6.46,2.15,13,5.69,2.75,13,3.82,1.17,11,5.62,2.36,13,5.56,2.55,9,6.75,1.98,8,7.33,1.72,12,5.62,2.06,13,3.91,2.39,11,5.58,2.57,12,5.6,2.27,10,7.0,2.0,10,6.91,1.87,11,4.81,2.76,16,4.88,1.25,8,6.5,2.27,10,4.83,2.29,12
+humanoid,4.52,1.81,21,3.89,2.47,19,4.59,2.24,22,4.83,1.72,6,4.4,1.88,15,4.12,2.9,8,3.73,2.24,11,4.42,2.19,12,4.8,2.39,10,5.33,1.87,9,3.92,1.56,12,2.88,1.89,8,4.64,2.66,11,3.14,1.68,7,5.27,2.19,15,5.0,2.05,10,4.09,1.51,11,2.67,1.78,12,6.0,2.08,7,4.5,2.02,12,4.7,2.58,10
+humble,6.52,1.91,21,3.18,2.25,45,6.27,2.25,55,6.33,1.66,9,6.67,2.15,12,3.38,2.63,16,3.0,2.05,28,6.23,2.57,26,6.36,1.99,28,7.0,1.73,7,6.38,2.06,13,3.11,2.7,18,3.22,1.95,27,6.31,2.21,35,6.26,2.42,19,6.85,1.99,13,6.0,1.77,8,3.75,2.63,20,2.72,1.81,25,5.64,2.63,28,6.93,1.57,27
+humbug,4.84,1.77,19,5.14,2.03,21,4.78,1.51,23,4.8,0.84,5,4.92,2.1,13,5.33,2.25,6,5.07,2.02,15,5.4,1.17,10,4.31,1.6,13,4.86,1.95,7,4.91,1.81,11,4.86,2.54,7,5.29,1.82,14,4.73,1.79,11,4.83,1.27,12,4.92,1.98,12,4.71,1.5,7,5.09,2.26,11,5.2,1.87,10,4.93,1.64,14,4.56,1.33,9
+humdrum,4.24,1.22,21,2.64,1.47,22,3.81,1.33,26,4.36,1.21,11,4.1,1.29,10,2.8,1.48,10,2.5,1.51,12,3.45,1.13,11,4.0,1.47,14,4.3,1.25,10,4.18,1.25,11,2.7,1.42,10,2.58,1.56,12,3.82,1.29,17,3.62,1.51,8,3.92,1.44,13,4.75,0.46,8,2.79,1.48,14,2.38,1.51,8,4.06,1.34,17,3.33,1.22,9
+humid,3.42,1.95,19,3.36,2.28,22,4.04,1.95,28,4.0,2.37,6,3.15,1.77,13,3.55,2.62,11,3.18,1.99,11,3.73,2.45,11,4.24,1.6,17,2.91,1.81,11,4.12,2.03,8,2.91,2.26,11,3.82,2.32,11,4.11,2.17,18,3.9,1.6,10,2.92,2.14,13,4.5,0.84,6,3.64,2.41,14,2.88,2.1,8,3.81,2.29,16,4.33,1.44,12
+humidity,3.86,1.83,22,4.19,2.36,21,3.68,2.17,22,4.43,1.91,14,2.88,1.25,8,3.82,2.32,11,4.89,2.42,9,5.0,1.55,6,3.19,2.2,16,4.9,1.66,10,3.0,1.54,12,3.82,2.48,11,4.6,2.27,10,3.38,1.94,13,4.11,2.52,9,4.25,2.01,12,3.4,1.58,10,4.0,2.31,13,4.5,2.56,8,3.25,1.91,12,4.2,2.44,10
+humiliate,2.6,1.74,42,5.05,2.52,20,3.96,2.35,25,2.36,1.6,14,2.71,1.82,28,5.3,2.45,10,4.8,2.7,10,4.9,2.38,10,3.33,2.19,15,2.61,2.06,18,2.58,1.5,24,4.29,2.69,7,5.46,2.44,13,3.86,3.18,7,4.0,2.06,18,3.0,2.02,26,1.94,0.85,16,5.4,2.55,10,4.7,2.58,10,3.56,2.79,9,4.19,2.14,16
+humiliating,2.16,1.57,19,5.5,2.46,22,2.85,1.66,20,3.0,1.87,9,1.4,0.7,10,4.0,2.27,8,6.36,2.21,14,2.7,1.34,10,3.0,2.0,10,3.14,2.12,7,1.58,0.79,12,4.5,2.17,10,6.33,2.46,12,3.27,1.9,11,2.33,1.22,9,2.1,1.52,10,2.22,1.72,9,5.62,2.92,8,5.43,2.28,14,2.58,1.24,12,3.25,2.19,8
+humiliation,2.27,1.42,22,5.43,2.04,21,3.26,2.21,19,2.6,1.82,5,2.18,1.33,17,4.67,2.34,6,5.73,1.91,15,4.5,2.95,6,2.69,1.6,13,2.64,1.75,11,1.91,0.94,11,6.43,1.27,7,4.93,2.2,14,3.4,2.55,10,3.11,1.9,9,2.3,1.34,10,2.25,1.54,12,5.89,1.9,9,5.08,2.15,12,2.75,2.38,8,3.64,2.11,11
+humility,5.65,1.63,20,3.95,2.48,21,5.6,2.66,25,6.0,1.0,3,5.59,1.73,17,4.14,2.85,7,3.92,2.47,13,5.0,2.51,8,5.88,2.76,17,6.0,1.41,7,5.46,1.76,13,3.57,1.81,7,4.23,2.89,13,5.79,2.42,14,5.36,3.04,11,4.89,1.83,9,6.27,1.19,11,4.27,2.33,11,3.6,2.72,10,5.33,2.93,18,6.29,1.8,7
+hummer,5.81,1.6,21,3.71,3.04,24,5.71,2.52,17,6.25,1.04,8,5.54,1.85,13,5.33,3.27,6,3.17,2.85,18,5.89,2.62,9,5.5,2.56,8,5.75,1.54,12,5.89,1.76,9,3.4,3.06,10,3.93,3.12,14,5.8,3.12,10,5.57,1.51,7,5.71,1.82,14,6.0,1.15,7,4.62,3.07,16,1.88,2.1,8,6.0,2.55,9,5.38,2.62,8
+hummingbird,6.74,2.12,23,4.68,2.55,22,5.3,2.45,20,7.25,1.75,8,6.47,2.29,15,5.0,3.06,10,4.42,2.15,12,4.29,2.29,7,5.85,2.44,13,6.58,2.11,12,6.91,2.21,11,4.91,2.17,11,4.45,2.98,11,4.6,2.06,15,7.4,2.51,5,6.09,2.47,11,7.33,1.61,12,4.8,1.99,10,4.58,3.03,12,5.0,2.0,10,5.6,2.91,10
+humongous,4.91,1.65,23,5.39,2.4,18,5.12,2.19,24,5.29,1.98,7,4.75,1.53,16,5.2,2.59,5,5.46,2.44,13,4.62,2.02,13,5.73,2.33,11,5.09,1.7,11,4.75,1.66,12,5.71,2.56,7,5.18,2.4,11,4.75,2.21,16,5.88,2.1,8,4.5,1.55,16,5.86,1.57,7,5.67,2.1,12,4.83,3.06,6,5.33,2.41,15,4.78,1.86,9
+humor,7.75,1.62,24,5.11,2.47,47,6.75,2.0,20,8.09,1.45,11,7.46,1.76,13,4.71,2.46,14,5.27,2.49,33,6.57,2.64,7,6.85,1.68,13,7.62,2.0,8,7.73,1.49,15,5.48,2.45,23,4.75,2.49,24,6.53,2.13,15,7.4,1.52,5,8.13,1.55,15,7.11,1.62,9,4.8,2.69,25,5.45,2.2,22,6.7,1.89,10,6.8,2.2,10
+humorous,7.81,1.66,21,5.33,2.33,21,6.8,1.73,25,7.5,2.11,12,8.22,0.67,9,5.86,2.54,7,5.07,2.27,14,6.8,1.81,10,6.8,1.74,15,8.75,0.5,4,7.59,1.77,17,6.0,1.7,10,4.73,2.72,11,5.71,2.36,7,7.22,1.26,18,8.0,1.21,12,7.56,2.19,9,5.08,2.4,13,5.75,2.31,8,7.0,1.87,9,6.69,1.7,16
+hump,4.75,1.59,20,5.16,2.54,19,3.77,1.95,22,5.0,2.31,7,4.62,1.12,13,6.44,2.13,9,4.0,2.4,10,4.33,2.94,6,3.56,1.5,16,5.1,1.52,10,4.33,1.73,9,5.25,3.15,8,5.09,2.17,11,4.2,1.97,15,2.86,1.68,7,4.45,1.75,11,5.11,1.36,9,6.27,2.49,11,3.62,1.77,8,3.82,2.23,11,3.73,1.74,11
+humpback,5.1,1.94,20,3.64,1.99,22,4.16,2.12,19,4.44,2.55,9,5.64,1.12,11,2.4,2.07,5,4.12,1.86,16,4.0,2.1,6,4.23,2.2,13,5.21,1.93,14,4.83,2.14,6,3.83,2.25,12,3.56,1.74,9,4.11,1.76,9,4.2,2.49,10,5.3,1.83,10,4.9,2.13,10,3.42,2.23,12,3.9,1.73,10,3.33,1.97,6,4.54,2.15,13
+hunch,5.38,1.2,21,4.64,2.59,22,5.85,1.8,26,5.18,1.17,11,5.6,1.26,10,6.2,2.44,10,3.33,1.97,12,5.45,1.81,11,6.29,1.77,14,5.8,1.23,10,5.0,1.1,11,5.8,2.74,10,3.67,2.1,12,5.71,1.79,17,6.38,1.85,8,5.38,1.45,13,5.38,0.74,8,4.5,2.85,14,4.88,2.23,8,6.06,1.78,17,5.44,1.88,9
+hunchback,3.7,1.34,20,3.89,2.32,18,2.95,1.47,21,3.0,0.71,5,3.93,1.44,15,4.5,2.95,6,3.58,2.02,12,3.78,1.3,9,2.33,1.3,12,3.9,1.2,10,3.5,1.51,10,4.1,2.51,10,3.62,2.2,8,2.91,1.58,11,3.0,1.41,10,3.67,1.61,12,3.75,0.89,8,3.11,2.47,9,4.67,2.0,9,3.0,1.55,11,2.9,1.45,10
+hundred,6.5,2.12,18,3.7,2.9,20,5.67,1.85,18,6.12,2.03,8,6.8,2.25,10,3.29,2.87,7,3.92,3.01,13,5.91,1.22,11,5.29,2.63,7,6.0,2.19,11,7.29,1.89,7,3.44,3.32,9,3.91,2.66,11,6.0,1.67,11,5.14,2.12,7,6.25,2.09,12,7.0,2.28,6,3.42,2.97,12,4.12,2.95,8,6.44,1.59,9,4.89,1.83,9
+hunger,3.2,1.24,20,4.8,2.42,20,3.18,1.89,22,2.71,1.11,7,3.46,1.27,13,5.11,3.06,9,4.55,1.86,11,3.0,2.1,6,3.25,1.88,16,3.2,1.23,10,3.11,1.36,9,4.38,2.45,8,5.08,2.47,12,3.47,2.07,15,2.57,1.4,7,3.45,1.29,11,2.89,1.17,9,4.08,2.5,12,5.88,1.96,8,3.45,2.21,11,2.91,1.58,11
+hungry,3.54,2.27,41,5.6,2.77,42,4.59,2.73,49,3.47,2.14,19,3.59,2.42,22,5.05,2.99,19,6.04,2.55,23,4.24,2.88,25,4.78,2.49,23,3.84,2.52,19,3.29,2.1,21,5.76,2.62,21,5.43,2.96,21,4.56,2.58,25,4.62,2.93,24,3.75,2.53,20,3.33,2.03,21,6.17,2.66,24,4.83,2.79,18,4.46,2.56,26,4.74,2.96,23
+hunk,5.55,2.13,22,4.83,2.57,23,6.11,1.56,19,5.38,2.0,8,5.38,2.14,13,3.38,2.2,8,5.64,2.56,14,6.0,1.73,7,6.0,1.48,11,5.75,2.12,8,5.15,2.03,13,5.0,2.45,9,4.71,2.73,14,6.0,1.0,7,6.17,1.85,12,5.18,1.99,11,5.91,2.3,11,5.0,2.83,9,4.71,2.49,14,6.06,1.48,16,6.33,2.31,3
+hunky,4.9,2.1,20,4.57,2.62,21,5.2,2.18,25,3.25,1.89,4,5.31,1.99,16,4.0,2.94,4,4.71,2.62,17,5.78,2.39,9,4.88,2.06,16,4.5,1.2,8,5.17,2.55,12,5.2,2.39,10,4.0,2.79,11,5.5,2.18,14,4.82,2.23,11,5.18,1.78,11,4.56,2.51,9,4.9,3.14,10,4.27,2.15,11,5.44,1.95,18,4.57,2.76,7
+hunt,3.84,2.01,19,5.1,2.57,20,5.3,2.79,20,4.33,3.06,3,3.8,1.93,15,5.0,2.71,10,5.2,2.57,10,5.6,2.67,10,5.0,3.02,10,3.5,1.64,6,4.08,2.27,12,4.71,2.98,7,5.31,2.43,13,4.25,3.15,8,6.0,2.41,12,3.67,2.15,12,4.14,1.86,7,4.2,2.9,10,6.0,1.94,10,6.22,2.54,9,4.55,2.88,11
+hunting,4.75,1.62,20,3.71,2.94,24,5.76,2.66,17,5.38,1.6,8,4.33,1.56,12,6.33,3.08,6,2.83,2.38,18,5.78,2.68,9,5.75,2.82,8,4.91,1.81,11,4.56,1.42,9,4.9,2.23,10,2.86,3.16,14,6.3,2.71,10,5.0,2.58,7,4.62,1.66,13,5.0,1.63,7,4.12,2.94,16,2.88,2.95,8,5.44,2.55,9,6.12,2.9,8
+huntress,4.61,1.75,18,4.16,2.79,19,5.48,2.47,25,4.4,1.14,5,4.69,1.97,13,4.73,2.83,11,3.38,2.72,8,5.38,2.0,16,5.67,3.28,9,4.43,1.99,7,4.73,1.68,11,3.33,2.83,9,4.9,2.69,10,5.4,2.3,20,5.8,3.35,5,4.67,1.8,9,4.56,1.81,9,3.91,3.05,11,4.5,2.56,8,5.53,2.41,19,5.33,2.88,6
+hurdle,4.3,2.03,20,4.05,2.4,21,4.21,2.28,24,4.0,2.94,4,4.38,1.86,16,5.5,2.65,4,3.71,2.28,17,5.22,2.44,9,3.6,2.03,15,4.5,2.45,8,4.17,1.8,12,4.2,2.78,10,3.91,2.12,11,4.29,2.37,14,4.1,2.28,10,4.45,1.81,11,4.11,2.37,9,3.4,2.17,10,4.64,2.54,11,4.71,2.42,17,3.0,1.41,7
+hurl,3.32,1.97,19,4.43,2.41,23,5.11,2.02,19,3.44,1.74,9,3.2,2.25,10,4.71,1.89,7,4.47,2.67,15,4.7,1.64,10,5.56,2.4,9,3.11,2.26,9,3.5,1.78,10,5.1,2.77,10,4.08,2.07,12,4.38,0.52,8,5.8,2.62,10,3.08,1.98,12,3.71,2.06,7,4.25,2.31,20,5.67,3.21,3,4.62,0.74,8,5.45,2.58,11
+hurricane,3.16,1.8,19,5.75,2.17,20,2.98,2.37,44,3.33,2.52,3,3.12,1.75,16,5.7,2.06,10,5.8,2.39,10,2.9,2.3,21,3.04,2.48,23,2.22,1.39,9,4.0,1.76,10,5.57,2.15,7,5.85,2.27,13,3.42,2.52,19,2.64,2.23,25,2.86,1.21,7,3.33,2.1,12,5.7,2.16,10,5.8,2.3,10,3.14,2.69,21,2.83,2.08,23
+hurry,4.32,1.21,22,5.62,2.67,21,4.56,1.89,18,4.5,1.22,6,4.33,1.23,15,5.43,3.21,7,5.71,2.49,14,4.67,1.87,9,4.62,2.07,8,4.64,1.34,14,3.86,0.69,7,5.44,2.92,9,5.75,2.6,12,5.1,2.23,10,3.88,1.13,8,4.36,1.28,14,4.25,1.16,8,5.83,3.82,6,5.53,2.23,15,5.1,2.23,10,3.88,1.13,8
+hurt,2.45,1.47,42,4.72,2.34,47,3.73,2.12,48,2.86,1.61,14,2.25,1.38,28,4.09,2.91,11,4.82,2.17,34,4.27,2.25,26,3.09,1.8,22,2.48,1.44,23,2.42,1.54,19,4.15,2.46,26,5.32,2.08,19,4.14,2.12,29,3.11,2.02,19,2.25,1.22,24,2.72,1.74,18,4.25,2.37,28,5.42,2.17,19,4.0,2.48,26,3.41,1.59,22
+hurtful,3.09,1.95,22,5.41,2.32,22,3.3,1.87,20,3.62,2.33,8,2.79,1.72,14,4.8,2.39,10,5.92,2.23,12,3.71,1.6,7,3.08,2.02,13,3.45,2.3,11,2.73,1.56,11,4.45,2.38,11,6.36,1.91,11,3.47,1.68,15,2.8,2.49,5,2.5,1.84,10,3.58,1.98,12,6.7,1.64,10,4.33,2.31,12,3.5,1.96,10,3.1,1.85,10
+husband,7.41,1.74,22,4.38,2.89,21,5.72,2.4,18,6.67,1.63,6,7.93,1.49,15,4.71,3.15,7,4.21,2.86,14,5.11,2.8,9,6.25,1.98,8,7.64,1.74,14,7.43,1.4,7,3.89,3.02,9,4.75,2.86,12,5.4,2.99,10,6.12,1.46,8,7.14,1.96,14,7.88,1.25,8,4.0,3.52,6,4.53,2.72,15,5.9,2.64,10,5.5,2.2,8
+hushed,5.21,1.87,19,3.76,2.12,21,3.82,2.26,22,4.89,1.27,9,5.5,2.32,10,3.88,2.03,8,3.69,2.25,13,3.36,1.69,11,4.27,2.72,11,5.14,1.07,7,5.25,2.26,12,4.11,1.83,9,3.5,2.35,12,4.62,2.5,13,2.67,1.22,9,5.2,2.3,10,5.22,1.39,9,3.62,1.6,8,3.85,2.44,13,3.36,2.1,14,4.62,2.45,8
+husk,5.0,0.79,20,3.14,1.77,21,5.56,2.1,25,4.33,1.15,3,5.12,0.7,17,2.29,1.7,7,3.62,1.76,13,6.25,1.39,8,5.24,2.33,17,4.71,0.95,7,5.15,0.69,13,3.43,1.72,7,3.0,1.91,13,5.5,2.07,14,5.64,2.25,11,5.0,0.71,9,5.0,0.89,11,3.18,1.6,11,3.1,2.02,10,5.39,2.38,18,6.0,1.15,7
+husky,5.29,1.62,21,3.71,1.93,21,5.04,2.24,25,4.83,1.59,12,5.89,1.54,9,4.0,1.83,7,3.57,2.03,14,5.2,2.35,10,4.93,2.25,15,6.25,1.89,4,5.06,1.52,17,4.0,2.05,10,3.45,1.86,11,5.0,2.65,7,5.06,2.15,18,5.92,1.44,12,4.44,1.51,9,3.69,1.93,13,3.75,2.05,8,4.11,2.26,9,5.56,2.13,16
+hussy,4.4,2.39,20,6.05,2.44,20,4.27,1.95,26,3.27,1.85,11,5.78,2.33,9,6.86,1.68,7,5.62,2.72,13,4.38,1.8,13,4.15,2.15,13,4.36,2.5,11,4.44,2.4,9,6.64,2.29,11,5.33,2.55,9,4.41,2.0,17,4.0,1.94,9,5.0,2.71,10,3.8,1.99,10,6.25,2.63,12,5.75,2.25,8,4.75,1.57,16,3.5,2.32,10
+hustle,4.52,1.86,21,5.74,2.31,19,4.95,2.63,22,5.33,1.97,6,4.2,1.78,15,6.25,2.19,8,5.36,2.42,11,4.67,2.9,12,5.3,2.36,10,4.44,2.13,9,4.58,1.73,12,5.0,2.2,8,6.27,2.33,11,4.43,1.9,7,5.2,2.93,15,4.7,2.31,10,4.36,1.43,11,5.75,1.6,12,5.71,3.35,7,5.08,2.64,12,4.8,2.74,10
+hustler,4.26,2.42,19,5.65,2.48,20,4.91,2.57,23,5.31,2.18,13,2.0,0.89,6,7.0,2.0,5,5.2,2.51,15,5.25,2.49,12,4.55,2.73,11,5.67,2.4,9,3.0,1.7,10,6.0,2.94,7,5.46,2.3,13,5.3,2.63,10,4.62,2.6,13,3.56,2.46,9,4.9,2.33,10,5.2,2.97,10,6.1,1.91,10,6.38,2.62,8,4.13,2.26,15
+hut,5.1,1.58,21,2.91,2.09,23,5.7,1.98,20,5.38,1.51,8,4.92,1.66,13,4.5,1.64,6,2.35,1.97,17,5.91,1.87,11,5.44,2.19,9,4.92,1.16,12,5.33,2.06,9,3.8,2.3,10,2.23,1.69,13,5.69,2.25,13,5.71,1.5,7,5.21,1.37,14,4.86,2.04,7,3.8,2.08,15,1.25,0.46,8,6.08,1.93,12,5.12,2.03,8
+hyacinth,6.0,1.92,20,4.4,2.28,20,5.62,1.83,26,6.0,1.26,11,6.0,2.6,9,4.86,2.67,7,4.15,2.12,13,4.77,1.48,13,6.46,1.81,13,5.82,2.27,11,6.22,1.48,9,5.18,2.04,11,3.44,2.3,9,5.53,1.97,17,5.78,1.64,9,5.7,2.16,10,6.3,1.7,10,4.92,2.54,12,3.62,1.69,8,5.31,1.89,16,6.1,1.73,10
+hybrid,5.47,1.9,19,3.81,2.38,21,5.4,2.55,25,5.5,3.11,4,5.47,1.6,15,3.5,1.91,4,3.88,2.52,17,5.56,2.96,9,5.31,2.39,16,6.5,1.2,8,4.73,2.0,11,3.4,2.59,10,4.18,2.23,11,5.07,2.53,14,5.82,2.64,11,5.64,1.63,11,5.25,2.31,8,4.0,2.71,10,3.64,2.16,11,6.22,2.16,18,3.29,2.36,7
+hydrant,6.26,1.76,19,3.5,2.23,42,5.81,1.88,43,5.56,1.13,9,6.9,2.02,10,4.06,2.41,16,3.15,2.09,26,5.82,2.19,17,5.81,1.7,26,6.56,1.81,9,6.0,1.76,10,3.74,2.51,19,3.3,2.01,23,5.96,1.91,27,5.56,1.86,16,6.42,1.98,12,6.0,1.41,7,3.48,2.47,25,3.53,1.91,17,5.17,1.81,24,6.63,1.67,19
+hydrate,5.74,1.73,19,3.5,2.0,24,6.57,1.93,28,5.25,0.89,8,6.09,2.12,11,3.0,1.87,9,3.8,2.08,15,6.79,1.85,14,6.36,2.06,14,5.78,2.05,9,5.7,1.49,10,4.08,2.19,12,2.92,1.68,12,6.5,2.35,14,6.64,1.5,14,5.9,1.85,10,5.56,1.67,9,3.75,2.05,12,3.25,2.01,12,7.0,1.54,12,6.25,2.18,16
+hydraulic,5.05,1.05,22,4.11,2.02,19,4.81,1.63,21,4.8,0.45,5,5.12,1.2,16,4.5,2.0,8,3.82,2.09,11,4.7,1.95,10,4.91,1.38,11,5.5,1.09,12,4.5,0.71,10,4.2,1.87,10,4.0,2.29,9,4.67,1.3,12,5.0,2.06,9,5.27,1.27,11,4.82,0.75,11,3.5,2.33,8,4.55,1.75,11,5.22,1.64,9,4.5,1.62,12
+hydraulics,4.5,1.34,22,3.82,2.59,22,5.32,2.19,19,4.38,1.41,8,4.31,0.95,13,4.5,3.21,8,3.31,2.25,13,5.57,2.44,7,5.27,2.2,11,4.0,1.41,8,4.54,0.88,13,3.67,2.87,9,3.92,2.5,13,5.43,1.9,7,5.25,2.42,12,4.09,1.38,11,4.91,1.22,11,2.44,2.19,9,4.77,2.49,13,5.25,2.35,16,5.67,1.15,3
+hydrogen,5.04,1.72,23,3.83,2.75,18,5.29,2.35,24,4.71,1.8,7,5.19,1.72,16,4.8,2.86,5,3.46,2.73,13,4.92,2.47,13,5.73,2.24,11,5.82,1.25,11,4.33,1.83,12,5.43,2.76,7,2.82,2.32,11,4.94,2.29,16,6.0,2.45,8,4.62,1.71,16,6.0,1.41,7,4.33,2.93,12,2.83,2.23,6,5.8,2.27,15,4.44,2.35,9
+hydroponics,5.42,1.71,19,4.09,2.39,22,5.52,2.46,21,5.22,1.56,9,5.6,1.9,10,4.62,2.2,8,3.79,2.52,14,5.8,2.57,10,5.27,2.45,11,5.0,1.0,7,5.67,2.02,12,4.6,2.41,10,3.67,2.39,12,4.85,2.73,13,6.62,1.51,8,5.2,1.99,10,5.67,1.41,9,4.25,2.87,8,4.0,2.18,14,5.77,2.42,13,5.12,2.64,8
+hyena,4.64,2.11,22,4.63,2.01,19,4.71,2.22,21,5.6,1.52,5,4.5,2.19,16,3.88,2.03,8,5.18,1.89,11,5.3,1.77,10,4.18,2.52,11,4.83,1.9,12,4.4,2.41,10,4.9,1.85,10,4.33,2.24,9,4.58,2.43,12,4.89,2.03,9,5.27,1.9,11,4.0,2.19,11,4.38,1.69,8,4.82,2.27,11,5.33,1.73,9,4.25,2.49,12
+hygiene,6.38,1.43,21,4.63,2.24,19,7.0,2.32,20,6.5,1.22,6,6.33,1.54,15,4.88,2.03,8,4.45,2.46,11,6.9,2.33,10,7.1,2.42,10,7.0,0.89,6,6.13,1.55,15,5.89,2.15,9,3.5,1.72,10,6.23,2.55,13,8.43,0.53,7,6.43,1.27,7,6.36,1.55,14,4.15,1.99,13,5.67,2.58,6,6.55,2.84,11,7.56,1.42,9
+hygienic,5.91,2.35,22,3.86,2.48,21,7.14,2.03,21,5.86,2.11,14,6.0,2.88,8,4.27,2.53,11,3.67,2.45,9,5.83,2.48,6,7.67,1.63,15,6.5,2.68,10,5.42,2.02,12,3.27,2.24,11,4.5,2.68,10,6.92,2.18,13,7.5,1.85,8,5.83,2.37,12,6.0,2.45,10,4.0,2.92,13,3.62,1.69,8,7.5,1.57,12,6.67,2.55,9
+hygienist,5.95,1.61,19,3.7,2.49,23,5.26,1.82,19,5.56,1.13,9,6.3,1.95,10,4.57,2.76,7,3.4,2.41,15,4.9,1.73,10,5.67,1.94,9,6.44,1.74,9,5.5,1.43,10,4.1,2.51,10,3.5,2.61,12,4.62,1.41,8,5.6,2.07,10,6.33,1.87,12,5.29,0.76,7,3.7,2.39,20,3.67,3.79,3,5.0,1.6,8,5.45,2.02,11
+hymen,4.9,1.87,21,5.35,2.66,20,5.55,2.58,22,5.83,1.83,6,4.53,1.81,15,6.0,3.34,8,4.92,2.15,12,5.25,2.45,12,5.9,2.81,10,4.89,1.9,9,4.92,1.93,12,5.44,2.51,9,5.27,2.9,11,4.0,2.45,7,6.27,2.37,15,4.6,2.01,10,5.18,1.78,11,4.69,2.39,13,6.57,2.88,7,5.25,2.7,12,5.9,2.51,10
+hymn,6.14,1.8,21,2.73,2.16,22,5.7,2.03,20,6.29,1.11,7,6.07,2.09,14,2.8,1.87,10,2.67,2.46,12,5.57,2.15,7,5.77,2.05,13,5.91,1.58,11,6.4,2.07,10,3.73,2.49,11,1.73,1.19,11,5.07,1.75,15,7.6,1.67,5,5.8,1.75,10,6.45,1.86,11,2.4,1.51,10,3.0,2.63,12,5.4,1.58,10,6.0,2.45,10
+hype,5.41,1.99,22,5.9,1.64,21,5.48,1.62,23,5.29,2.06,7,5.5,2.1,14,6.5,1.38,6,5.67,1.72,15,5.8,1.62,10,5.23,1.64,13,5.62,2.26,8,5.31,1.97,13,6.43,0.98,7,5.64,1.86,14,5.18,1.33,11,5.75,1.86,12,5.64,1.95,14,5.0,2.14,8,6.27,1.56,11,5.5,1.72,10,5.5,1.45,14,5.44,1.94,9
+hyper,5.11,2.13,19,5.52,1.99,21,5.05,1.99,20,6.0,1.0,3,4.94,2.26,16,4.67,2.94,6,5.87,1.46,15,4.67,1.37,6,5.21,2.22,14,5.7,1.95,10,4.44,2.24,9,6.14,1.57,7,5.21,2.15,14,5.8,2.1,10,4.3,1.64,10,5.75,0.89,8,4.64,2.66,11,6.11,1.9,9,5.08,2.02,12,5.62,2.67,8,4.67,1.37,12
+hyperactive,4.47,1.87,19,6.6,2.46,20,4.48,2.37,23,3.8,1.79,5,4.77,1.96,13,5.67,2.94,6,7.0,2.22,14,5.3,2.75,10,3.85,1.91,13,4.57,2.44,7,4.45,1.63,11,6.14,2.97,7,6.85,2.23,13,5.45,2.16,11,3.58,2.27,12,4.67,2.23,12,4.14,1.07,7,6.6,2.67,10,6.6,2.37,10,4.57,2.59,14,4.33,2.12,9
+hyperspace,5.42,1.92,19,4.64,1.76,22,5.27,2.12,22,6.11,1.05,9,4.8,2.35,10,4.5,2.2,8,4.71,1.54,14,5.64,2.29,11,4.91,1.97,11,5.57,0.79,7,5.33,2.39,12,4.8,2.04,10,4.5,1.57,12,4.54,2.11,13,6.33,1.73,9,6.0,1.33,10,4.78,2.33,9,5.0,1.85,8,4.43,1.74,14,5.79,1.97,14,4.38,2.2,8
+hypertension,2.84,1.34,19,4.59,2.46,22,2.58,1.18,24,3.33,1.86,6,2.62,1.04,13,4.67,2.39,12,4.5,2.68,10,2.62,1.3,8,2.56,1.15,16,3.0,1.25,10,2.67,1.5,9,4.78,1.72,9,4.46,2.93,13,2.71,1.21,17,2.0,0.89,6,3.0,1.31,8,2.73,1.42,11,3.89,2.47,9,5.08,2.43,13,2.56,1.26,16,2.62,1.06,8
+hyperventilate,2.88,1.26,24,5.86,2.54,21,3.2,2.31,25,2.79,1.19,14,3.0,1.41,10,6.0,2.08,7,5.79,2.81,14,3.9,2.38,10,2.73,2.22,15,3.4,1.52,5,2.74,1.19,19,4.9,2.64,10,6.73,2.2,11,1.86,0.69,7,3.72,2.52,18,3.0,1.3,14,2.7,1.25,10,5.54,2.37,13,6.38,2.88,8,1.78,0.83,9,4.0,2.5,16
+hypnosis,5.72,1.56,18,4.1,2.75,20,3.08,2.22,25,6.0,1.22,5,5.62,1.71,13,3.55,2.73,11,4.78,2.77,9,3.25,2.08,16,2.78,2.54,9,4.86,1.57,7,6.27,1.35,11,4.44,2.74,9,3.82,2.86,11,2.55,1.57,20,5.2,3.27,5,5.22,1.56,9,6.22,1.48,9,3.82,2.68,11,4.44,2.96,9,3.16,2.48,19,2.83,1.17,6
+hypnotic,5.25,2.29,20,3.73,1.96,22,3.94,2.78,18,5.22,2.95,9,5.27,1.74,11,4.4,2.3,5,3.69,1.82,16,3.17,3.13,6,4.33,2.64,12,5.29,2.3,14,5.17,2.48,6,3.83,1.99,12,3.89,1.9,9,3.67,2.55,9,4.22,3.11,9,5.2,2.39,10,5.3,2.31,10,3.75,2.26,12,3.7,1.64,10,5.0,3.41,6,3.42,2.39,12
+hypnotist,5.1,2.02,21,3.83,2.89,23,3.39,2.33,18,5.0,1.58,9,5.17,2.37,12,4.18,2.68,11,3.5,3.15,12,3.5,2.92,10,3.25,1.49,8,5.0,2.52,7,5.23,1.88,13,4.55,3.05,11,3.17,2.69,12,4.43,3.15,7,2.73,1.42,11,5.15,2.48,13,5.0,1.07,8,3.55,3.01,11,4.08,2.87,12,3.78,1.99,9,3.0,2.69,9
+hypnotize,5.7,1.34,20,5.05,2.67,20,4.67,2.43,36,5.88,1.36,8,5.58,1.38,12,4.6,2.97,5,5.2,2.65,15,4.45,2.42,11,4.76,2.47,25,5.83,1.64,12,5.5,0.76,8,4.58,2.54,12,5.75,2.87,8,4.95,2.52,20,4.31,2.33,16,5.64,1.36,11,5.78,1.39,9,5.36,2.8,11,4.67,2.6,9,4.55,2.67,22,4.86,2.07,14
+hypochondriac,2.89,1.18,18,5.29,2.51,24,3.75,2.27,28,2.75,1.16,8,3.0,1.25,10,5.11,2.62,9,5.4,2.53,15,3.36,1.86,14,4.14,2.63,14,2.75,0.89,8,3.0,1.41,10,5.0,2.52,12,5.58,2.57,12,3.36,2.27,14,4.14,2.28,14,2.78,1.2,9,3.0,1.22,9,5.25,2.77,12,5.33,2.35,12,3.58,2.43,12,3.88,2.22,16
+hypocrisy,2.62,1.28,21,3.96,2.71,24,4.35,2.56,20,2.75,1.16,8,2.54,1.39,13,5.33,2.34,6,3.5,2.73,18,4.27,2.45,11,4.44,2.83,9,3.08,1.44,12,2.0,0.71,9,4.2,2.9,10,3.79,2.67,14,4.62,2.47,13,3.86,2.85,7,2.79,1.37,14,2.29,1.11,7,4.38,2.58,16,3.12,2.95,8,4.67,2.39,12,3.88,2.9,8
+hypocrite,3.25,1.77,20,4.77,2.79,22,4.85,2.57,27,3.8,2.1,10,2.7,1.25,10,5.43,3.26,7,4.47,2.61,15,4.94,2.63,17,4.7,2.58,10,3.8,2.15,10,2.7,1.16,10,2.2,1.79,5,5.53,2.6,17,5.0,2.83,14,4.69,2.36,13,3.33,2.23,12,3.12,0.83,8,4.7,3.23,10,4.83,2.52,12,5.36,2.95,14,4.31,2.06,13
+hypocritical,3.17,1.76,18,4.5,2.2,22,4.81,2.51,16,2.5,1.51,10,4.14,1.86,7,5.0,2.39,8,4.21,2.12,14,6.5,1.38,6,3.8,2.53,10,2.86,1.21,7,3.36,2.06,11,4.56,2.55,9,4.46,2.03,13,6.12,1.64,8,3.5,2.62,8,3.42,1.93,12,2.67,1.37,6,4.45,2.62,11,4.55,1.81,11,4.67,2.45,9,5.0,2.77,7
+hypodermic,2.9,1.33,20,4.78,2.1,18,4.58,2.3,24,2.6,0.89,5,3.0,1.46,15,5.6,1.67,5,4.46,2.22,13,3.69,2.18,13,5.64,2.06,11,3.0,1.33,10,2.8,1.4,10,4.57,2.3,7,4.91,2.07,11,4.5,2.39,16,4.75,2.25,8,2.86,1.35,14,3.0,1.41,6,4.75,2.22,12,4.83,2.04,6,5.33,2.26,15,3.33,1.87,9
+hypothalamus,5.3,1.81,20,4.04,2.57,23,4.46,1.99,28,5.38,2.2,8,5.25,1.6,12,3.22,2.59,9,4.57,2.5,14,3.71,1.68,14,5.21,2.04,14,5.33,1.58,9,5.27,2.05,11,4.42,2.5,12,3.64,2.69,11,4.57,2.06,14,4.36,1.98,14,4.8,2.1,10,5.8,1.4,10,3.55,2.46,11,4.5,2.68,12,4.67,2.1,12,4.31,1.96,16
+hypothermia,2.57,1.36,21,5.78,2.09,23,3.12,1.86,26,2.73,1.42,11,2.4,1.35,10,5.55,2.42,11,6.0,1.81,12,3.18,2.14,11,3.07,1.77,14,2.8,1.32,10,2.36,1.43,11,5.64,2.46,11,5.92,1.78,12,3.18,1.85,17,3.0,2.14,8,2.54,1.51,13,2.62,1.19,8,5.6,2.06,15,6.12,2.23,8,3.06,1.71,17,3.22,2.22,9
+hypothesis,5.78,1.59,23,3.29,2.19,21,5.6,2.02,25,5.5,2.17,6,5.88,1.41,17,4.0,2.45,4,3.12,2.18,17,6.33,1.87,9,5.19,2.04,16,5.44,1.51,9,6.0,1.66,14,3.0,1.76,10,3.55,2.58,11,5.5,2.28,14,5.73,1.74,11,5.62,1.66,13,6.0,1.56,10,2.8,2.04,10,3.73,2.33,11,5.72,2.19,18,5.29,1.6,7
+hypothetical,4.94,1.39,18,4.43,2.04,21,5.71,2.45,21,5.0,0.76,8,4.9,1.79,10,4.88,1.81,8,4.15,2.19,13,5.82,2.44,11,5.6,2.59,10,4.83,0.75,6,5.0,1.65,12,5.0,1.73,9,4.0,2.22,12,5.83,2.72,12,5.56,2.19,9,4.78,1.86,9,5.11,0.78,9,4.88,1.96,8,4.15,2.12,13,6.0,2.65,13,5.25,2.19,8
+hysterectomy,2.95,1.96,21,5.22,2.76,23,3.57,1.8,21,5.0,2.12,5,2.31,1.45,16,5.42,2.31,12,5.0,3.29,11,3.64,1.8,11,3.11,1.54,9,2.33,1.72,12,3.78,2.05,9,4.94,2.82,16,5.86,2.73,7,4.09,1.3,11,3.0,2.16,10,3.0,2.08,13,2.88,1.89,8,5.53,2.74,19,3.75,2.75,4,3.5,1.7,14,3.71,2.14,7
+hysteria,3.79,2.15,19,5.59,2.74,22,3.46,2.32,26,5.57,2.64,7,2.75,0.75,12,5.8,2.7,10,5.42,2.87,12,2.64,1.45,14,4.45,2.94,11,4.09,1.97,11,3.38,2.45,8,6.0,2.18,9,5.31,3.12,13,4.0,2.58,16,2.44,1.59,9,4.42,2.39,12,2.71,1.11,7,5.12,2.78,16,6.83,2.4,6,4.09,2.55,11,3.0,2.1,15
+hysterical,4.58,2.04,19,6.33,2.37,21,5.13,2.49,23,5.6,1.34,5,4.31,2.21,13,4.17,2.71,6,7.2,1.61,15,5.6,2.22,10,4.77,2.71,13,4.0,1.83,7,5.09,2.17,11,6.29,2.63,7,6.36,2.34,14,5.27,2.49,11,5.0,2.59,12,5.0,2.22,12,3.86,1.57,7,6.0,2.53,11,6.7,2.26,10,5.14,2.44,14,5.11,2.71,9
+ibuprofen,5.75,2.05,20,3.83,2.2,18,4.91,2.47,22,5.6,1.67,5,5.8,2.21,15,5.0,2.28,6,3.25,2.01,12,5.0,2.11,10,4.83,2.82,12,5.5,1.9,10,6.0,2.26,10,4.2,2.53,10,3.38,1.77,8,4.27,2.05,11,5.55,2.77,11,5.17,2.17,12,6.62,1.6,8,3.22,2.33,9,4.44,2.01,9,4.0,2.1,11,5.82,2.56,11
+ice,6.06,2.07,18,3.3,2.3,20,4.89,1.91,18,5.0,2.07,8,6.9,1.73,10,2.57,1.72,7,3.69,2.53,13,4.91,1.45,11,4.86,2.61,7,5.45,1.92,11,7.0,2.08,7,2.78,2.64,9,3.73,2.0,11,5.36,2.01,11,4.14,1.57,7,5.92,2.02,12,6.33,2.34,6,2.83,2.48,12,4.0,1.93,8,5.56,1.94,9,4.22,1.72,9
+ice tea,6.58,1.84,19,3.25,2.34,20,6.13,2.05,23,7.0,1.83,13,5.67,1.63,6,4.4,2.41,5,2.87,2.26,15,6.25,1.96,12,6.0,2.24,11,6.0,2.35,9,7.1,1.1,10,3.43,2.57,7,3.15,2.3,13,5.27,1.95,11,6.92,1.88,12,6.56,1.74,9,6.6,2.01,10,3.1,2.18,10,3.4,2.59,10,6.44,1.88,9,5.93,2.2,14
+iceberg,5.05,1.99,21,5.12,2.54,24,5.68,2.61,22,5.62,1.77,8,4.69,2.1,13,5.92,2.84,13,4.18,1.83,11,6.0,2.2,13,5.22,3.19,9,6.0,2.2,8,4.67,1.56,12,5.71,2.16,14,4.3,2.91,10,5.75,2.56,12,5.6,2.8,10,4.8,1.93,10,5.27,2.1,11,4.94,2.79,17,5.57,1.9,7,5.8,2.94,10,5.58,2.43,12
+icebox,5.67,1.49,871,3.39,2.23,18,4.91,2.09,43,5.76,1.5,335,5.6,1.48,530,3.67,1.86,6,3.25,2.45,12,4.95,2.36,22,4.86,1.82,21,5.57,1.51,416,5.75,1.47,448,3.8,2.62,10,2.88,1.64,8,4.53,1.95,19,5.21,2.19,24,5.57,1.57,481,5.78,1.38,390,2.11,1.27,9,4.67,2.29,9,4.95,2.18,21,4.86,2.05,22
+icebreaker,5.68,2.08,19,3.82,2.65,22,5.83,2.04,23,5.82,1.94,11,5.14,2.34,7,5.25,2.96,8,3.0,2.15,14,6.43,2.82,7,5.56,1.63,16,5.5,2.07,8,5.82,2.18,11,3.67,3.12,9,3.92,2.4,13,5.55,2.3,11,6.08,1.83,12,5.42,2.47,12,6.14,1.21,7,3.36,3.07,11,4.27,2.2,11,5.69,2.06,13,6.0,2.11,10
+iced,5.75,1.65,20,4.0,2.4,18,5.18,1.82,22,5.6,1.14,5,5.8,1.82,15,4.0,1.67,6,4.0,2.76,12,4.8,1.23,10,5.5,2.2,12,5.7,1.77,10,5.8,1.62,10,4.5,2.37,10,3.38,2.45,8,5.0,1.9,11,5.36,1.8,11,5.25,1.66,12,6.5,1.41,8,3.22,2.22,9,4.78,2.44,9,5.27,2.24,11,5.09,1.38,11
+icing,6.05,1.72,19,4.32,1.99,22,6.09,2.04,22,6.0,1.32,9,6.1,2.08,10,4.12,1.64,8,4.43,2.21,14,5.82,2.27,11,6.36,1.86,11,5.71,1.25,7,6.25,1.96,12,5.5,1.72,10,3.33,1.67,12,6.15,2.27,13,6.0,1.8,9,5.3,1.57,10,6.89,1.54,9,4.75,1.91,8,4.07,2.06,14,6.57,1.7,14,5.25,2.43,8
+icky,3.53,1.98,19,4.36,2.59,22,3.83,2.59,23,3.0,1.61,11,3.71,1.89,7,4.25,2.43,8,4.43,2.77,14,4.86,2.91,7,3.38,2.39,16,3.88,2.03,8,3.27,2.0,11,3.89,2.47,9,4.69,2.72,13,4.45,2.73,11,3.25,2.42,12,3.75,2.45,12,3.14,0.69,7,4.18,2.96,11,4.55,2.3,11,3.77,2.45,13,3.9,2.88,10
+icon,6.05,1.24,21,3.04,2.05,24,5.65,2.13,20,6.5,1.31,8,5.77,1.17,13,3.67,1.21,6,2.83,2.26,18,6.09,2.21,11,5.11,2.03,9,6.17,0.94,12,5.89,1.62,9,3.6,2.37,10,2.64,1.78,14,5.46,2.37,13,6.0,1.73,7,6.29,1.07,14,5.57,1.51,7,3.31,2.21,16,2.5,1.69,8,5.92,2.11,12,5.25,2.25,8
+icy,5.73,2.05,22,5.47,2.04,19,5.33,1.96,21,4.2,1.64,5,6.06,1.98,16,6.25,2.25,8,4.91,1.76,11,5.2,1.69,10,5.45,2.25,11,5.75,1.91,12,5.7,2.31,10,5.9,1.97,10,5.0,2.12,9,5.17,1.99,12,5.56,2.01,9,6.09,2.21,11,5.36,1.91,11,4.88,2.36,8,5.91,1.76,11,5.22,1.48,9,5.42,2.31,12
+id,5.5,1.76,20,2.94,2.34,18,5.36,2.3,22,5.0,1.41,5,5.67,1.88,15,3.33,2.42,6,2.75,2.38,12,4.9,2.02,10,5.75,2.53,12,5.6,1.26,10,5.4,2.22,10,2.9,2.18,10,3.0,2.67,8,5.73,2.53,11,5.0,2.1,11,5.08,1.93,12,6.12,1.36,8,2.0,2.29,9,3.89,2.09,9,5.36,2.87,11,5.36,1.69,11
+idea,7.05,1.81,22,4.66,2.57,41,6.11,1.94,44,7.86,1.07,7,6.67,1.99,15,4.67,2.82,15,4.6,2.52,25,5.6,1.82,20,6.54,1.98,24,7.27,1.27,11,6.82,2.27,11,4.29,2.51,21,5.0,2.71,19,5.91,1.88,23,6.33,2.03,21,7.0,2.2,13,7.11,1.17,9,4.26,2.36,23,5.17,2.81,18,5.87,1.98,23,6.38,1.91,21
+ideal,6.63,1.64,19,3.78,2.73,18,6.33,2.71,24,7.0,1.22,5,6.5,1.79,14,2.4,1.52,5,4.31,2.95,13,5.92,3.01,13,6.82,2.36,11,7.0,1.49,10,6.22,1.79,9,4.14,3.02,7,3.55,2.66,11,5.56,2.94,16,7.88,1.25,8,6.46,1.56,13,7.0,1.9,6,3.92,2.71,12,3.5,3.02,6,6.4,3.07,15,6.22,2.17,9
+idealism,5.95,1.47,21,4.67,2.26,24,6.55,1.82,22,5.62,1.41,8,6.15,1.52,13,5.08,2.53,13,4.18,1.89,11,6.77,1.88,13,6.22,1.79,9,6.12,1.64,8,5.83,1.47,12,5.71,1.59,14,3.2,2.3,10,6.5,1.93,12,6.6,1.78,10,5.7,1.34,10,6.18,1.6,11,4.76,2.49,17,4.43,1.72,7,6.1,1.91,10,6.92,1.73,12
+idealist,6.55,1.19,20,4.19,2.56,21,6.11,1.87,27,6.86,1.35,7,6.38,1.12,13,5.33,2.55,9,3.33,2.31,12,6.07,2.15,15,6.09,1.58,11,6.27,1.19,11,6.89,1.17,9,4.56,2.24,9,3.92,2.84,12,5.53,1.87,17,7.11,1.54,9,6.15,0.99,13,7.29,1.25,7,4.07,2.74,15,4.5,2.26,6,6.5,2.02,12,5.8,1.74,15
+idealistic,6.5,1.62,18,4.15,2.39,20,5.68,1.93,25,7.0,1.22,5,6.31,1.75,13,3.73,2.41,11,4.67,2.4,9,5.5,1.97,16,6.0,1.94,9,7.0,1.53,7,6.18,1.66,11,3.67,2.5,9,4.55,2.34,11,5.9,1.92,20,4.8,1.92,5,6.22,1.86,9,6.78,1.39,9,3.64,2.58,11,4.78,2.11,9,5.63,1.86,19,5.83,2.32,6
+identical,5.3,1.03,20,4.4,2.09,20,5.35,2.02,26,5.64,1.03,11,4.89,0.93,9,3.43,1.9,7,4.92,2.06,13,5.0,2.04,13,5.69,2.02,13,5.36,1.21,11,5.22,0.83,9,4.91,2.26,11,3.78,1.79,9,5.41,2.37,17,5.22,1.2,9,5.1,1.2,10,5.5,0.85,10,5.08,2.15,12,3.38,1.6,8,5.25,2.14,16,5.5,1.9,10
+identification,5.76,1.73,21,4.45,2.72,20,5.94,2.03,36,6.62,1.51,8,5.23,1.69,13,3.8,1.92,5,4.67,2.97,15,5.09,2.02,11,6.32,1.95,25,6.08,2.06,13,5.25,0.89,8,4.17,2.62,12,4.88,3.0,8,6.0,1.97,20,5.88,2.16,16,5.82,1.94,11,5.7,1.57,10,5.36,2.94,11,3.33,2.06,9,5.82,2.26,22,6.14,1.66,14
+identify,6.0,1.58,21,4.16,2.15,25,6.14,2.21,22,6.12,1.46,8,5.92,1.71,13,4.38,2.22,13,3.92,2.15,12,6.54,1.94,13,5.56,2.55,9,6.62,1.69,8,5.83,1.27,12,4.86,1.61,14,3.27,2.49,11,6.75,1.86,12,5.4,2.46,10,5.8,1.87,10,6.18,1.33,11,4.06,2.44,17,4.38,1.51,8,5.8,2.39,10,6.42,2.11,12
+identity,5.84,1.8,19,4.4,2.59,43,6.31,2.12,54,5.33,0.58,3,6.07,1.94,15,4.25,2.44,16,4.48,2.72,27,6.72,1.97,25,6.07,2.18,28,6.0,2.53,6,5.92,1.44,12,4.48,2.66,23,4.3,2.58,20,6.2,2.26,35,6.72,1.71,18,6.33,1.5,12,5.0,2.08,7,4.85,2.72,26,3.71,2.28,17,6.0,2.46,28,6.65,1.65,26
+ideology,5.52,1.66,21,3.96,2.57,23,4.88,2.2,25,5.73,1.56,11,5.3,1.83,10,5.18,2.32,11,2.83,2.33,12,5.18,1.99,11,4.62,2.5,13,5.6,2.07,10,5.45,1.29,11,4.91,2.63,11,3.08,2.27,12,4.75,2.27,16,5.12,2.36,8,5.31,1.89,13,5.88,1.25,8,4.13,2.45,15,3.62,2.92,8,5.0,2.47,17,4.62,1.6,8
+idiocy,3.1,1.48,21,4.16,2.56,25,3.95,2.32,19,3.0,1.58,9,3.17,1.47,12,3.0,2.45,6,4.5,2.62,18,4.0,2.71,7,3.92,2.19,12,3.06,1.29,16,3.2,2.17,5,3.29,2.61,14,5.3,2.21,10,2.89,1.9,9,4.9,2.33,10,3.17,1.75,12,3.0,1.12,9,4.5,2.39,16,3.56,2.88,9,3.73,2.49,11,4.25,2.19,8
+idiot,3.03,1.75,38,4.85,2.39,41,4.2,2.59,20,3.25,1.94,24,2.64,1.34,14,5.13,2.59,15,4.69,2.31,26,5.43,2.76,7,3.54,2.33,13,3.24,2.22,17,2.86,1.28,21,4.89,2.77,19,4.82,2.08,22,4.67,2.69,15,2.8,1.79,5,3.0,1.88,22,3.06,1.61,16,4.88,2.82,24,4.82,1.7,17,4.2,2.86,10,4.2,2.44,10
+idiotic,3.24,1.81,21,4.56,1.92,18,5.2,2.61,20,3.0,1.41,5,3.2,1.97,15,4.38,1.69,8,4.7,2.16,10,5.89,2.8,9,4.64,2.42,11,2.91,1.22,11,3.6,2.32,10,5.78,1.09,9,3.33,1.8,9,5.0,2.52,12,5.5,2.88,8,2.73,1.35,11,3.8,2.15,10,5.12,1.96,8,4.1,1.85,10,5.78,2.86,9,4.73,2.41,11
+idle,4.29,1.79,21,4.1,2.31,20,4.9,2.14,21,5.0,1.1,6,4.0,1.96,15,4.75,2.49,8,3.67,2.19,12,4.73,1.95,11,5.1,2.42,10,4.5,1.64,6,4.2,1.9,15,4.7,2.5,10,3.5,2.07,10,4.71,2.27,14,5.29,1.98,7,4.14,2.27,7,4.36,1.6,14,4.0,2.6,14,4.33,1.63,6,5.5,2.35,12,4.11,1.62,9
+idol,5.4,1.95,40,4.38,2.01,21,6.76,1.71,25,5.19,2.1,16,5.54,1.86,24,4.25,1.39,8,4.46,2.37,13,6.38,1.85,8,6.94,1.68,17,5.54,2.0,24,5.13,1.96,15,4.67,2.06,9,4.17,2.04,12,7.07,1.86,14,6.36,1.5,11,5.81,2.02,21,4.95,1.81,19,5.2,1.75,10,3.64,2.01,11,6.94,1.8,18,6.29,1.5,7
+idyllic,6.11,2.0,19,4.1,2.23,21,5.05,1.76,20,6.33,0.58,3,6.06,2.17,16,3.67,1.51,6,4.27,2.49,15,4.33,1.63,6,5.36,1.78,14,6.6,1.65,10,5.56,2.3,9,3.29,2.43,7,4.5,2.1,14,5.0,2.45,10,5.1,0.74,10,6.12,1.55,8,6.09,2.34,11,4.33,2.69,9,3.92,1.93,12,5.12,2.3,8,5.0,1.41,12
+iffy,3.81,1.99,21,4.5,2.67,20,5.21,2.66,19,3.83,2.79,6,3.8,1.7,15,4.75,3.01,8,4.33,2.53,12,5.0,2.86,12,5.57,2.44,7,4.0,2.6,9,3.67,1.5,12,5.11,2.52,9,4.0,2.79,11,5.57,2.23,7,5.0,2.95,12,4.5,2.51,10,3.18,1.17,11,4.54,2.54,13,4.43,3.1,7,4.5,3.14,10,6.0,1.87,9
+ignite,4.7,1.59,20,5.86,2.89,21,5.84,2.72,25,4.67,1.53,3,4.71,1.65,17,6.0,3.06,7,6.15,2.67,13,5.88,2.75,8,5.82,2.79,17,4.29,1.7,7,4.92,1.55,13,6.71,2.98,7,5.77,2.65,13,6.36,2.41,14,5.18,3.06,11,4.67,1.5,9,4.73,1.74,11,6.45,2.58,11,5.2,3.19,10,5.44,2.99,18,6.86,1.57,7
+ignition,5.81,1.33,21,4.33,2.01,21,5.88,1.99,25,5.92,1.08,12,5.67,1.66,9,5.0,2.16,7,4.0,1.92,14,5.7,1.89,10,6.0,2.1,15,6.5,1.91,4,5.65,1.17,17,4.9,2.13,10,3.82,1.83,11,4.86,2.04,7,6.28,1.87,18,6.17,1.4,12,5.33,1.12,9,4.54,2.03,13,4.0,2.07,8,5.22,1.92,9,6.25,1.98,16
+ignorance,2.84,1.55,38,3.76,2.21,38,3.88,2.58,48,2.47,1.3,15,3.09,1.68,23,3.75,2.32,16,3.77,2.18,22,4.11,2.27,18,3.73,2.78,30,3.0,1.73,23,2.43,1.09,14,4.16,1.92,19,3.37,2.45,19,3.72,2.34,25,4.04,2.87,23,3.15,1.81,20,2.5,1.15,18,4.0,2.13,20,3.5,2.33,18,3.84,2.61,31,3.94,2.61,17
+ignorant,3.24,1.73,21,4.18,2.3,22,4.07,2.06,27,3.9,2.08,10,2.64,1.12,11,3.29,2.43,7,4.6,2.2,15,4.18,2.24,17,3.9,1.79,10,3.27,1.85,11,3.2,1.69,10,2.4,1.95,5,4.71,2.17,17,4.14,2.32,14,4.0,1.83,13,3.23,2.05,13,3.25,1.16,8,3.5,2.51,10,4.75,2.05,12,4.43,2.17,14,3.69,1.93,13
+ignore,3.33,1.03,18,3.8,2.07,20,4.83,2.66,23,2.67,1.53,3,3.47,0.92,15,4.38,1.92,8,3.42,2.15,12,4.78,3.03,9,4.86,2.51,14,3.33,1.22,9,3.33,0.87,9,3.75,1.91,8,3.83,2.25,12,5.53,2.72,15,3.5,2.07,8,3.67,1.03,6,3.17,1.03,12,4.1,1.6,10,3.5,2.51,10,4.54,3.13,13,5.2,1.99,10
+iguana,5.23,2.14,22,4.33,2.82,21,4.46,1.48,28,5.75,1.58,8,4.93,2.4,14,4.64,3.26,11,4.0,2.36,10,4.36,1.91,11,4.53,1.18,17,4.75,2.18,12,5.8,2.04,10,3.82,2.89,11,4.9,2.77,10,4.61,1.61,18,4.2,1.23,10,5.27,2.09,15,5.14,2.41,7,4.77,2.83,13,3.62,2.83,8,4.25,1.69,16,4.75,1.14,12
+illegal,2.53,1.58,19,5.55,2.44,20,4.72,2.49,18,2.0,1.0,3,2.4,1.45,15,6.0,2.4,10,5.1,2.51,10,4.44,2.19,9,5.0,2.87,9,2.33,1.21,6,2.33,1.5,12,5.0,2.77,7,5.85,2.3,13,4.14,2.61,7,5.09,2.47,11,2.42,1.68,12,2.71,1.5,7,5.5,2.84,10,5.6,2.12,10,5.12,3.09,8,4.4,2.01,10
+illegitimate,2.79,1.23,19,4.0,2.62,20,4.15,2.23,20,2.33,1.15,3,2.93,1.28,15,4.0,2.62,10,4.0,2.75,10,4.2,1.99,10,4.1,2.56,10,2.67,1.37,6,2.92,1.24,12,3.86,2.85,7,4.08,2.6,13,3.38,1.19,8,4.67,2.64,12,2.67,1.3,12,3.0,1.15,7,4.3,3.06,10,3.7,2.21,10,4.33,2.12,9,4.0,2.41,11
+illicit,2.68,1.49,19,4.77,2.11,22,3.5,1.67,24,2.5,1.22,6,2.77,1.64,13,5.08,2.31,12,4.4,1.9,10,3.0,1.85,8,3.75,1.57,16,2.9,1.37,10,2.44,1.67,9,5.44,2.24,9,4.31,1.97,13,3.59,1.62,17,3.0,1.9,6,2.62,1.6,8,2.73,1.49,11,4.11,1.83,9,5.23,2.24,13,3.56,1.59,16,3.38,1.92,8
+illiterate,3.53,1.87,19,4.42,2.34,19,3.88,2.46,24,3.69,2.14,13,3.17,1.17,6,3.4,2.3,5,4.79,2.33,14,3.69,2.06,13,4.09,2.95,11,4.33,2.18,9,2.8,1.23,10,4.86,2.67,7,4.17,2.21,12,4.0,2.68,11,3.77,2.35,13,3.67,1.66,9,3.4,2.12,10,4.22,2.77,9,4.6,2.01,10,3.56,2.74,9,4.07,2.34,15
+illness,1.95,1.0,20,5.11,2.69,44,3.02,2.28,43,1.89,1.05,9,2.0,1.0,11,4.81,2.62,21,5.39,2.78,23,3.43,2.14,14,2.83,2.36,29,1.86,1.07,7,2.0,1.04,12,3.5,2.28,20,6.46,2.25,24,3.65,2.4,23,2.3,1.95,20,1.92,1.12,13,2.0,0.82,7,5.07,2.66,30,5.21,2.83,14,3.35,2.66,23,2.65,1.76,20
+illogical,3.5,1.88,20,4.78,2.39,18,3.36,1.89,22,3.8,1.64,5,3.4,1.99,15,5.5,2.66,6,4.42,2.27,12,4.4,1.65,10,2.5,1.68,12,4.1,1.79,10,2.9,1.85,10,5.2,2.53,10,4.25,2.25,8,3.91,1.97,11,2.82,1.72,11,3.92,2.07,12,2.88,1.46,8,3.56,2.83,9,6.0,0.87,9,3.73,2.1,11,3.0,1.67,11
+illuminate,6.58,2.14,19,5.74,1.63,23,6.53,1.5,19,6.56,1.42,9,6.6,2.72,10,5.71,1.6,7,5.8,1.74,15,6.5,1.72,10,6.56,1.33,9,7.0,2.65,9,6.2,1.62,10,6.0,1.76,10,5.58,1.62,12,6.0,1.51,8,6.8,1.48,10,6.33,2.42,12,7.0,1.63,7,6.0,1.56,20,4.0,1.0,3,6.25,1.49,8,6.73,1.56,11
+illuminating,6.56,1.46,18,5.38,1.94,21,5.78,2.39,23,6.0,1.41,2,6.62,1.5,16,5.75,1.98,8,5.15,1.95,13,5.22,2.64,9,6.14,2.25,14,6.75,1.67,8,6.4,1.35,10,6.0,1.8,9,4.92,1.98,12,6.07,2.49,15,5.25,2.25,8,6.71,1.6,7,6.45,1.44,11,5.7,1.64,10,5.09,2.21,11,6.54,2.63,13,4.8,1.69,10
+illumination,6.84,1.92,19,4.0,2.41,22,6.18,1.91,28,6.33,2.66,6,7.08,1.55,13,3.73,1.79,11,4.27,2.97,11,6.0,1.67,11,6.29,2.08,17,6.64,2.38,11,7.12,1.13,8,4.36,2.38,11,3.64,2.5,11,5.83,1.98,18,6.8,1.69,10,6.92,2.25,13,6.67,1.03,6,4.07,2.76,14,3.88,1.81,8,5.94,2.11,16,6.5,1.62,12
+illusion,5.16,2.29,19,4.5,2.3,22,3.73,2.14,22,5.89,1.9,9,4.5,2.51,10,4.0,2.0,8,4.79,2.49,14,3.55,1.86,11,3.91,2.47,11,5.43,0.98,7,5.0,2.83,12,4.4,2.01,10,4.58,2.61,12,3.77,2.28,13,3.67,2.06,9,4.8,2.35,10,5.56,2.3,9,4.5,2.27,8,4.5,2.41,14,3.57,2.14,14,4.0,2.27,8
+illustrate,6.24,1.61,21,3.78,2.43,23,5.73,1.69,26,5.73,1.42,11,6.8,1.69,10,3.91,2.74,11,3.67,2.23,12,5.55,1.57,11,6.0,1.8,14,6.8,1.81,10,5.73,1.27,11,4.27,3.07,11,3.33,1.67,12,5.41,1.54,17,6.62,1.77,8,6.69,1.75,13,5.5,1.07,8,4.07,2.69,15,3.25,1.91,8,5.59,1.8,17,6.0,1.5,9
+illustration,6.37,1.46,19,4.0,1.95,21,6.26,1.6,23,5.4,0.89,5,6.62,1.5,13,4.0,2.19,6,4.0,1.93,15,6.5,1.08,10,6.08,1.93,13,6.0,1.53,7,6.45,1.44,11,4.57,2.3,7,3.71,1.77,14,5.73,1.42,11,6.75,1.66,12,6.17,1.4,12,6.71,1.6,7,4.73,2.45,11,3.2,0.63,10,6.21,1.53,14,6.33,1.8,9
+illustrious,6.21,2.12,19,4.09,2.41,22,5.61,1.99,28,6.17,2.32,6,6.23,2.13,13,4.27,1.62,11,3.91,3.08,11,5.55,2.21,11,5.65,1.9,17,6.18,1.89,11,6.25,2.55,8,4.36,2.2,11,3.82,2.68,11,5.33,2.0,18,6.1,1.97,10,5.69,2.18,13,7.33,1.63,6,3.57,2.47,14,5.0,2.14,8,5.75,2.27,16,5.42,1.62,12
+image,5.58,1.46,19,3.48,2.4,21,6.04,1.95,25,6.0,1.0,3,5.5,1.55,16,3.86,3.02,7,3.15,2.15,13,5.0,1.85,8,6.53,1.84,17,5.86,0.69,7,5.42,1.78,12,4.43,2.76,7,2.85,2.15,13,5.57,1.95,14,6.64,1.86,11,5.11,1.69,9,6.0,1.15,10,4.18,2.68,11,2.7,1.89,10,6.44,1.95,18,5.0,1.63,7
+imagery,6.86,1.53,21,4.55,2.61,20,5.55,2.58,22,6.83,1.83,6,6.87,1.46,15,4.62,2.67,8,4.5,2.68,12,5.33,3.08,12,5.8,1.93,10,7.22,1.79,9,6.58,1.31,12,4.67,2.55,9,4.45,2.77,11,5.71,2.56,7,5.47,2.67,15,7.4,1.26,10,6.36,1.63,11,4.46,2.5,13,4.71,2.98,7,5.33,2.9,12,5.8,2.25,10
+imaginable,6.85,1.46,20,3.0,2.18,22,6.19,2.24,27,6.3,1.42,10,7.4,1.35,10,2.14,1.57,7,3.4,2.35,15,6.24,2.46,17,6.1,1.91,10,6.64,1.75,11,7.11,1.05,9,2.0,1.73,5,3.29,2.26,17,6.0,2.42,14,6.38,2.1,13,6.92,1.75,13,6.71,0.76,7,2.9,2.64,10,3.08,1.83,12,6.71,2.09,14,5.62,2.33,13
+imaginary,6.22,1.4,18,3.8,2.53,20,6.0,2.25,25,6.2,0.84,5,6.23,1.59,13,3.36,2.46,11,4.33,2.65,9,5.88,2.09,16,6.22,2.64,9,6.71,1.11,7,5.91,1.51,11,3.11,2.47,9,4.36,2.54,11,5.8,2.35,20,6.8,1.79,5,6.67,1.0,9,5.78,1.64,9,3.55,2.58,11,4.11,2.57,9,6.21,2.23,19,5.33,2.42,6
+imagination,7.22,1.93,18,4.41,2.52,22,6.55,2.39,22,7.27,2.15,11,6.83,1.6,6,4.38,2.07,8,4.43,2.82,14,5.83,2.99,6,6.81,2.17,16,7.12,2.47,8,7.3,1.49,10,4.56,2.65,9,4.31,2.53,13,5.6,2.46,10,7.33,2.1,12,6.91,2.39,11,7.71,0.76,7,4.27,2.94,11,4.55,2.16,11,6.23,2.74,13,7.0,1.8,9
+imaginative,6.65,1.93,20,5.18,2.65,22,7.05,2.12,19,6.78,2.22,9,6.55,1.75,11,5.4,4.1,5,5.06,2.29,16,6.5,3.02,6,7.31,1.65,13,7.21,1.53,14,5.33,2.25,6,5.0,2.66,12,5.33,2.92,9,6.89,1.76,9,7.2,2.49,10,6.9,1.79,10,6.4,2.12,10,5.33,2.61,12,5.0,2.83,10,6.5,3.08,6,7.31,1.6,13
+imagine,7.2,1.52,41,4.46,2.69,41,6.92,1.83,48,7.29,0.91,14,7.15,1.77,27,4.72,2.37,18,4.26,2.96,23,7.22,1.86,18,6.73,1.82,30,7.33,1.78,18,7.09,1.31,23,4.65,2.87,17,4.33,2.62,24,6.61,2.01,33,7.6,1.12,15,7.3,1.63,20,7.1,1.45,21,4.44,2.96,25,4.5,2.31,16,6.73,1.85,26,7.14,1.83,22
+imaging,5.95,1.81,19,4.9,2.12,21,5.61,2.46,23,5.4,1.14,5,6.0,2.0,13,4.0,2.1,6,5.27,2.09,15,4.1,2.18,10,6.77,2.05,13,4.43,1.62,7,6.73,1.27,11,4.86,3.02,7,4.93,1.64,14,5.36,2.8,11,5.83,2.21,12,5.5,1.83,12,6.71,1.6,7,5.27,2.33,11,4.5,1.9,10,4.79,2.55,14,6.89,1.76,9
+imbalance,3.9,1.92,21,4.58,2.19,19,3.86,2.41,21,5.0,1.67,6,3.47,1.88,15,4.5,2.39,8,4.64,2.16,11,3.18,2.23,11,4.6,2.5,10,4.67,1.86,6,3.6,1.92,15,4.4,2.55,10,4.78,1.86,9,3.86,2.68,14,3.86,1.95,7,4.43,1.99,7,3.64,1.91,14,4.29,2.43,14,5.4,1.14,5,3.33,2.5,12,4.56,2.24,9
+imbecile,3.0,1.69,20,5.17,2.6,18,3.12,2.09,24,2.8,1.1,5,3.07,1.87,15,5.8,3.11,5,4.92,2.47,13,3.38,2.29,13,2.82,1.89,11,2.7,1.57,10,3.3,1.83,10,5.57,3.1,7,4.91,2.34,11,3.31,2.27,16,2.75,1.75,8,2.86,1.96,14,3.33,0.82,6,5.33,2.39,12,4.83,3.19,6,3.4,1.96,15,2.67,2.35,9
+imitate,5.44,1.25,18,3.95,2.57,22,5.04,2.22,28,4.83,1.17,6,5.75,1.22,12,4.18,2.56,11,3.73,2.69,11,5.36,2.94,11,4.82,1.67,17,5.5,0.85,10,5.38,1.69,8,3.82,2.64,11,4.09,2.63,11,5.06,2.39,18,5.0,2.0,10,5.83,1.27,12,4.67,0.82,6,3.93,2.89,14,4.0,2.07,8,4.88,2.66,16,5.25,1.54,12
+imitation,4.54,1.61,24,4.46,1.74,24,4.5,2.48,22,4.9,1.73,10,4.29,1.54,14,4.31,2.1,13,4.64,1.29,11,4.92,2.72,13,3.89,2.09,9,4.33,2.0,9,4.86,1.23,14,4.86,1.46,14,3.9,2.02,10,4.83,2.55,12,4.1,2.47,10,4.75,1.66,12,4.33,1.61,12,4.12,1.8,17,5.29,1.38,7,4.8,2.66,10,4.25,2.42,12
+immaculate,6.53,2.01,19,4.85,2.16,20,7.35,2.03,20,8.0,1.73,3,6.47,1.85,15,5.2,2.2,10,4.5,2.17,10,7.8,1.55,10,6.9,2.42,10,5.67,1.97,6,7.25,1.66,12,4.71,2.43,7,4.92,2.1,13,7.62,1.51,8,7.17,2.37,12,6.75,1.76,12,6.14,2.48,7,5.5,2.37,10,4.2,1.81,10,7.89,1.27,9,6.91,2.47,11
+immaterial,4.68,1.17,22,3.08,1.91,25,5.21,1.98,24,4.78,1.48,9,4.62,0.96,13,2.8,1.81,10,3.27,2.02,15,4.22,2.28,9,5.8,1.57,15,4.75,1.58,8,4.64,0.93,14,3.67,1.87,12,2.54,1.85,13,4.42,2.11,12,6.0,1.54,12,4.58,1.0,12,4.8,1.4,10,3.0,2.04,15,3.2,1.81,10,5.0,2.08,13,5.45,1.92,11
+immature,3.17,1.58,42,4.21,2.38,47,4.19,2.4,43,2.69,1.25,13,3.38,1.68,29,3.18,2.44,11,4.68,2.27,34,4.83,2.62,18,3.72,2.17,25,3.19,1.17,16,3.15,1.8,26,4.04,2.44,26,4.68,2.29,19,4.5,2.6,24,3.79,2.12,19,2.96,1.36,23,3.42,1.8,19,3.86,2.27,28,4.74,2.49,19,3.75,2.47,24,4.74,2.26,19
+immediate,5.85,2.18,20,4.64,2.8,25,5.84,2.34,19,6.0,2.35,9,5.73,2.15,11,3.67,3.08,6,5.17,2.62,18,4.43,1.81,7,6.67,2.27,12,6.06,2.14,16,5.0,2.45,4,4.86,2.63,14,4.7,3.06,10,6.11,2.67,9,5.6,2.12,10,6.08,2.57,12,5.5,1.51,8,4.38,2.96,16,5.11,2.57,9,5.55,2.77,11,6.25,1.67,8
+immense,5.48,1.63,21,5.85,2.5,20,4.62,2.25,21,5.67,0.82,6,5.4,1.88,15,6.12,2.03,8,5.67,2.84,12,5.27,2.28,11,3.9,2.08,10,5.17,2.23,6,5.6,1.4,15,6.6,2.01,10,5.1,2.81,10,4.79,2.55,14,4.29,1.6,7,5.29,1.5,7,5.57,1.74,14,6.0,2.88,14,5.5,1.38,6,4.58,2.39,12,4.67,2.18,9
+immigrant,5.43,2.38,21,5.05,2.78,19,4.1,2.02,21,4.83,2.79,6,5.67,2.26,15,5.43,2.23,7,4.83,3.13,12,3.27,1.85,11,5.0,1.89,10,4.5,2.74,6,5.8,2.21,15,6.0,2.92,9,4.2,2.49,10,4.71,1.94,14,2.86,1.68,7,4.14,2.54,7,6.07,2.09,14,4.85,2.76,13,5.5,3.02,6,4.08,2.39,12,4.11,1.54,9
+immigration,4.0,2.1,20,4.22,2.41,18,3.5,2.04,22,2.6,1.14,5,4.47,2.17,15,3.5,2.88,6,4.58,2.19,12,3.9,1.52,10,3.17,2.41,12,3.9,1.79,10,4.1,2.47,10,3.7,2.5,10,4.88,2.3,8,4.09,2.26,11,2.91,1.7,11,4.25,2.26,12,3.62,1.92,8,3.67,2.4,9,4.78,2.44,9,4.09,1.97,11,2.91,2.02,11
+imminent,5.25,1.48,20,3.45,2.63,20,3.55,1.87,22,4.86,0.69,7,5.46,1.76,13,3.56,2.92,9,3.36,2.5,11,3.17,2.23,6,3.69,1.78,16,5.4,1.51,10,5.11,1.62,9,4.25,2.92,8,2.92,2.39,12,4.07,1.98,15,2.43,0.98,7,5.55,1.81,11,4.89,0.93,9,4.17,2.95,12,2.38,1.69,8,4.18,2.14,11,2.91,1.38,11
+immobile,2.89,1.2,19,4.38,2.38,21,3.63,2.39,19,3.33,0.58,3,2.81,1.28,16,3.83,1.83,6,4.6,2.59,15,4.5,2.59,6,3.23,2.28,13,3.2,1.32,10,2.56,1.01,9,4.71,2.81,7,4.21,2.22,14,3.67,2.55,9,3.6,2.37,10,3.38,0.92,8,2.55,1.29,11,4.0,2.55,9,4.67,2.31,12,4.29,2.81,7,3.25,2.14,12
+immoral,2.79,1.47,19,5.42,2.24,43,4.15,2.45,48,3.67,2.52,3,2.62,1.26,16,5.0,2.18,14,5.62,2.27,29,4.85,2.51,26,3.32,2.15,22,3.2,1.69,10,2.33,1.12,9,5.55,1.82,20,5.3,2.58,23,4.62,2.46,29,3.42,2.32,19,3.12,1.81,8,2.55,1.21,11,5.81,2.15,27,4.75,2.29,16,4.08,2.3,26,4.23,2.67,22
+immorality,4.32,2.36,19,5.81,2.54,21,4.0,2.58,23,3.4,2.51,5,4.69,2.39,13,5.67,3.14,6,5.87,2.39,15,3.0,2.45,10,4.77,2.49,13,3.29,2.81,7,5.0,2.0,11,5.43,2.57,7,6.0,2.6,14,3.64,2.29,11,4.33,2.87,12,5.0,2.63,12,3.14,1.21,7,4.64,2.54,11,7.1,1.91,10,3.0,2.25,14,5.56,2.35,9
+immortal,6.24,2.43,21,5.3,2.57,23,4.94,3.06,18,7.22,1.64,9,5.5,2.71,12,5.82,2.6,11,4.83,2.55,12,5.5,3.27,10,4.25,2.82,8,6.29,2.43,7,6.15,2.61,13,6.18,2.09,11,4.5,2.78,12,6.0,3.32,7,4.27,2.83,11,5.69,2.75,13,7.12,1.55,8,5.55,2.46,11,5.08,2.75,12,3.67,2.78,9,6.22,2.91,9
+immortality,5.42,2.14,19,4.9,2.74,21,5.45,3.12,20,6.0,1.73,3,5.31,2.24,16,5.0,3.03,6,4.87,2.72,15,5.0,3.16,6,5.64,3.2,14,5.6,1.71,10,5.22,2.64,9,5.29,3.09,7,4.71,2.64,14,6.3,3.3,10,4.6,2.84,10,4.75,1.67,8,5.91,2.39,11,5.0,3.35,9,4.83,2.33,12,8.12,1.36,8,3.67,2.64,12
+immune,6.38,2.25,21,4.5,2.63,20,6.17,2.29,36,6.12,2.85,8,6.54,1.9,13,2.4,1.95,5,5.2,2.48,15,5.82,2.36,11,6.32,2.29,25,6.23,2.45,13,6.62,2.0,8,4.17,2.62,12,5.0,2.73,8,6.1,2.4,20,6.25,2.21,16,5.45,2.54,11,7.4,1.35,10,5.55,2.73,11,3.22,1.92,9,6.0,2.47,22,6.43,2.03,14
+immunity,6.14,1.68,21,3.67,2.62,24,5.47,2.46,19,6.38,2.0,8,6.0,1.53,13,5.67,1.63,6,3.0,2.57,18,6.1,2.64,10,4.78,2.17,9,6.5,1.51,12,5.67,1.87,9,4.2,2.86,10,3.29,2.46,14,6.67,2.06,12,3.43,1.62,7,6.5,1.02,14,5.43,2.51,7,4.44,2.68,16,2.12,1.73,8,4.83,2.66,12,6.57,1.72,7
+impact,5.76,1.76,21,5.85,2.35,20,5.25,2.26,36,5.88,2.3,8,5.69,1.44,13,5.4,2.07,5,6.0,2.48,15,5.36,2.01,11,5.2,2.4,25,6.08,2.14,13,5.25,0.71,8,6.33,1.92,12,5.12,2.85,8,5.15,2.43,20,5.38,2.09,16,5.36,1.75,11,6.2,1.75,10,6.82,2.27,11,4.67,1.94,9,4.91,2.52,22,5.79,1.72,14
+impair,3.26,1.42,43,3.9,1.51,21,4.12,2.18,43,3.0,1.15,22,3.52,1.63,21,4.0,1.6,8,3.85,1.52,13,3.67,2.22,21,4.55,2.11,22,3.0,1.2,22,3.52,1.6,21,3.89,1.62,9,3.92,1.51,12,3.82,1.79,28,4.67,2.77,15,3.0,1.3,26,3.65,1.54,17,4.2,1.23,10,3.64,1.75,11,3.92,2.0,24,4.37,2.43,19
+impart,5.63,1.12,19,3.76,2.19,21,5.13,1.91,23,5.6,0.89,5,5.62,1.26,13,3.0,2.1,6,4.07,2.22,15,4.5,1.58,10,5.62,2.06,13,5.43,0.79,7,5.73,1.35,11,4.0,2.71,7,3.64,1.98,14,4.45,1.57,11,5.75,2.05,12,5.33,0.78,12,6.14,1.46,7,3.36,2.01,11,4.2,2.39,10,4.5,1.79,14,6.11,1.76,9
+impartial,5.22,1.52,18,3.89,1.97,18,5.0,1.32,17,5.6,0.97,10,4.75,1.98,8,4.5,2.52,4,3.71,1.86,14,4.88,1.64,8,5.11,1.05,9,5.62,1.3,8,4.9,1.66,10,3.86,1.95,7,3.91,2.07,11,5.17,1.33,6,4.91,1.38,11,5.31,1.55,13,5.0,1.58,5,3.36,1.96,11,4.71,1.8,7,5.0,1.0,7,5.0,1.56,10
+impatience,3.63,1.21,19,4.22,2.6,18,4.29,2.47,17,4.09,1.14,11,3.0,1.07,8,4.75,3.3,4,4.07,2.5,14,3.75,3.11,8,4.78,1.79,9,3.88,1.13,8,3.45,1.29,11,3.57,2.57,7,4.64,2.66,11,5.0,2.83,6,3.91,2.3,11,3.38,1.19,13,4.17,1.17,6,3.73,2.28,11,5.0,3.06,7,4.0,2.45,7,4.5,2.59,10
+impatient,3.53,2.17,19,4.61,2.52,23,3.95,1.81,19,3.78,1.92,9,3.3,2.45,10,3.86,2.41,7,5.13,2.53,15,4.2,1.93,10,3.67,1.73,9,3.89,2.89,9,3.2,1.32,10,4.6,3.06,10,4.83,2.08,12,3.75,1.04,8,4.2,2.35,10,3.92,2.43,12,2.86,1.57,7,4.35,2.52,20,6.33,2.08,3,3.5,0.76,8,4.27,2.28,11
+impeach,3.45,1.43,20,5.74,2.14,23,5.71,1.93,21,3.11,1.69,9,3.73,1.19,11,5.73,2.37,11,5.75,2.01,12,4.75,1.67,8,6.31,1.89,13,3.29,1.38,14,3.83,1.6,6,5.0,2.24,9,6.21,2.01,14,5.75,2.25,8,5.69,1.8,13,3.9,1.1,10,3.0,1.63,10,5.15,2.19,13,6.5,1.9,10,5.75,1.71,12,5.67,2.29,9
+impeachment,3.08,1.38,25,4.16,2.67,25,4.46,2.64,24,2.18,1.33,11,3.79,0.97,14,4.0,2.87,10,4.27,2.63,15,3.33,2.06,9,5.13,2.77,15,3.11,1.45,9,3.06,1.39,16,4.0,2.45,13,4.33,2.99,12,3.25,2.01,12,5.67,2.71,12,2.86,1.46,14,3.36,1.29,11,3.14,2.18,14,5.45,2.77,11,4.85,2.64,13,4.0,2.68,11
+impeccable,5.9,2.17,21,4.88,2.25,24,6.18,2.56,22,7.25,0.89,8,5.08,2.33,13,5.15,2.44,13,4.55,2.07,11,6.46,2.03,13,5.78,3.27,9,6.62,2.56,8,5.75,1.6,12,5.71,1.54,14,3.7,2.63,10,6.25,2.3,12,6.1,2.96,10,6.0,2.36,10,5.82,2.09,11,4.53,2.43,17,5.71,1.6,7,6.0,2.71,10,6.33,2.53,12
+impede,3.95,1.09,22,4.7,2.72,23,4.58,2.32,19,4.75,0.46,8,3.69,0.85,13,5.12,2.75,8,4.57,2.85,14,3.14,1.46,7,5.45,2.46,11,4.12,1.13,8,4.08,0.76,13,4.67,3.04,9,4.71,2.61,14,4.57,2.23,7,4.58,2.47,12,4.27,0.79,11,3.64,1.29,11,3.0,2.87,9,5.79,2.04,14,4.31,2.18,16,6.0,3.0,3
+impediment,4.5,1.47,20,4.85,1.9,20,4.56,1.64,25,4.09,1.51,11,5.0,1.32,9,5.57,1.9,7,4.46,1.85,13,4.58,1.24,12,4.54,1.98,13,4.64,1.5,11,4.33,1.5,9,4.73,2.05,11,5.0,1.8,9,4.94,1.88,16,3.89,0.78,9,4.3,1.06,10,4.7,1.83,10,4.75,2.05,12,5.0,1.77,8,4.67,1.72,15,4.4,1.58,10
+impending,3.68,1.38,19,4.55,2.35,20,3.8,2.02,20,4.0,1.0,3,3.62,1.45,16,4.5,1.87,6,4.57,2.59,14,4.17,1.17,6,3.64,2.31,14,4.0,1.25,10,3.33,1.5,9,4.86,2.19,7,4.38,2.5,13,3.9,2.18,10,3.7,1.95,10,4.0,0.93,8,3.45,1.63,11,4.56,2.88,9,4.55,1.97,11,4.75,2.43,8,3.17,1.47,12
+impenetrable,4.95,1.57,20,4.61,2.13,23,4.19,2.5,21,5.11,1.54,9,4.82,1.66,11,5.0,2.1,11,4.25,2.18,12,4.5,2.33,8,4.0,2.68,13,5.29,1.44,14,4.17,1.72,6,4.56,2.35,9,4.64,2.06,14,4.0,2.67,8,4.31,2.5,13,5.5,1.51,10,4.4,1.51,10,3.85,1.95,13,5.6,2.01,10,4.25,3.14,12,4.11,1.45,9
+imperative,5.21,1.69,19,3.67,2.17,18,4.65,2.67,17,5.55,1.29,11,4.75,2.12,8,4.5,3.0,4,3.43,1.95,14,3.75,2.31,8,5.44,2.83,9,5.75,1.16,8,4.82,1.94,11,4.0,1.41,7,3.45,2.58,11,3.33,1.75,6,5.36,2.87,11,5.23,1.79,13,5.17,1.6,6,2.55,1.51,11,5.43,1.9,7,5.71,2.75,7,3.9,2.47,10
+imperfect,4.1,2.05,21,5.05,2.14,20,4.48,2.48,21,4.33,1.97,6,4.0,2.14,15,4.75,2.05,8,5.25,2.26,12,3.73,2.41,11,5.3,2.41,10,4.33,2.5,6,4.0,1.93,15,5.1,2.23,10,5.0,2.16,10,4.93,2.59,14,3.57,2.15,7,3.57,1.81,7,4.36,2.17,14,5.14,2.51,14,4.83,0.98,6,4.25,2.77,12,4.78,2.17,9
+imperial,4.5,1.64,20,4.67,2.45,18,4.79,2.96,24,4.6,1.82,5,4.47,1.64,15,5.2,2.28,5,4.46,2.57,13,4.15,2.88,13,5.55,3.01,11,4.5,1.08,10,4.5,2.12,10,5.71,1.98,7,4.0,2.57,11,4.38,2.78,16,5.62,3.34,8,4.36,1.91,14,4.83,0.75,6,4.83,2.37,12,4.33,2.8,6,5.67,2.79,15,3.33,2.78,9
+imperialist,4.29,2.1,21,4.17,1.81,24,4.55,2.77,22,5.25,1.91,8,3.69,2.06,13,4.08,1.88,12,4.25,1.82,12,5.46,2.79,13,3.22,2.28,9,4.88,2.23,8,3.67,1.87,12,4.85,1.28,13,3.36,2.06,11,5.0,2.83,12,4.0,2.75,10,5.2,2.04,10,3.45,1.86,11,4.06,1.95,17,4.43,1.51,7,5.4,2.72,10,3.83,2.72,12
+impersonal,3.85,1.31,20,4.21,2.47,24,4.79,2.13,28,4.12,0.83,8,3.67,1.56,12,4.67,2.6,9,3.93,2.43,15,4.14,2.25,14,5.43,1.87,14,3.56,1.33,9,4.09,1.3,11,4.08,2.43,12,4.33,2.61,12,3.71,1.86,14,5.86,1.88,14,3.9,1.29,10,3.8,1.4,10,3.83,2.37,12,4.58,2.61,12,4.5,2.11,12,5.0,2.19,16
+impersonate,4.73,1.32,22,4.12,2.37,26,5.96,2.44,23,5.33,1.32,9,4.31,1.18,13,3.3,2.36,10,4.62,2.31,16,7.0,1.77,8,5.4,2.61,15,4.25,1.39,8,5.0,1.24,14,4.46,2.22,13,3.77,2.55,13,6.08,2.23,12,5.82,2.75,11,4.25,1.14,12,5.3,1.34,10,3.6,2.38,15,4.82,2.27,11,6.83,2.25,12,5.0,2.37,11
+impersonation,5.5,1.96,20,4.39,1.91,18,5.14,2.44,22,5.8,2.28,5,5.4,1.92,15,4.83,1.72,6,4.17,2.04,12,5.7,2.06,10,4.67,2.71,12,6.3,1.77,10,4.7,1.89,10,4.5,2.01,10,4.25,1.91,8,5.36,2.54,11,4.91,2.43,11,5.08,1.83,12,6.12,2.1,8,3.33,1.94,9,5.44,1.24,9,5.18,2.86,11,5.09,2.07,11
+impersonator,4.21,1.75,19,3.95,2.54,22,3.86,1.82,28,3.5,2.07,6,4.54,1.56,13,3.82,2.18,11,4.09,2.95,11,3.64,2.11,11,4.0,1.66,17,4.91,1.58,11,3.25,1.58,8,4.64,2.62,11,3.27,2.37,11,4.0,1.75,18,3.6,2.01,10,4.38,1.76,13,3.83,1.83,6,3.86,2.66,14,4.12,2.47,8,3.56,1.86,16,4.25,1.76,12
+impertinence,4.37,1.83,19,3.35,2.28,20,5.6,2.04,20,4.67,0.58,3,4.4,2.03,15,3.0,2.05,10,3.7,2.54,10,5.6,1.71,10,5.6,2.41,10,4.17,2.64,6,4.58,1.44,12,2.86,1.86,7,3.62,2.5,13,4.38,1.51,8,6.42,1.98,12,4.0,1.54,12,5.0,2.24,7,3.4,2.01,10,3.3,2.63,10,4.89,2.09,9,6.18,1.89,11
+impertinent,4.24,1.67,21,3.88,2.56,24,4.63,1.95,19,4.67,2.12,9,3.92,1.24,12,3.67,2.58,6,4.12,2.6,17,4.43,1.62,7,4.75,2.18,12,4.38,1.78,16,3.8,1.3,5,3.77,2.74,13,4.3,2.36,10,4.22,1.72,9,5.0,2.16,10,4.25,2.09,12,4.22,0.97,9,3.62,2.53,16,4.38,2.72,8,4.82,2.36,11,4.38,1.3,8
+impervious,5.21,1.93,19,4.36,2.4,22,4.58,2.38,24,4.67,2.07,6,5.46,1.9,13,4.58,2.57,12,4.1,2.28,10,5.25,2.38,8,4.25,2.38,16,5.1,1.2,10,5.33,2.6,9,4.56,2.13,9,4.23,2.65,13,4.76,2.54,17,4.0,2.19,6,4.75,1.67,8,5.55,2.11,11,3.44,2.35,9,5.0,2.31,13,4.62,2.68,16,4.5,1.77,8
+impetuous,4.55,1.43,20,4.39,2.3,18,4.77,2.33,22,4.2,1.64,5,4.67,1.4,15,5.5,2.59,6,3.83,2.04,12,5.1,2.02,10,4.5,2.61,12,4.8,1.03,10,4.3,1.77,10,4.8,2.39,10,3.88,2.23,8,4.91,2.43,11,4.64,2.34,11,4.42,1.38,12,4.75,1.58,8,3.22,2.73,9,5.56,0.88,9,4.73,2.1,11,4.82,2.64,11
+implant,4.39,1.72,18,4.15,2.46,20,4.08,1.64,24,5.6,1.14,5,3.92,1.71,13,4.45,2.42,11,3.78,2.59,9,4.4,1.76,15,3.56,1.33,9,5.14,2.04,7,3.91,1.38,11,3.33,2.24,9,4.82,2.52,11,4.0,1.73,19,4.4,1.34,5,3.89,1.76,9,4.89,1.62,9,3.18,2.09,11,5.33,2.45,9,4.22,1.59,18,3.67,1.86,6
+implement,5.05,1.67,20,3.82,2.28,22,6.95,1.65,19,5.44,2.19,9,4.73,1.1,11,3.6,3.29,5,4.0,2.03,16,7.67,0.82,6,6.62,1.85,13,5.36,1.45,14,4.33,2.07,6,3.92,2.19,12,3.89,2.57,9,6.33,1.87,9,7.5,1.27,10,4.8,1.03,10,5.3,2.16,10,3.08,2.15,12,4.7,2.21,10,7.0,1.67,6,6.92,1.71,13
+implicate,4.48,1.17,21,4.35,2.31,23,4.38,2.13,21,4.6,1.82,5,4.44,0.96,16,5.0,2.26,12,3.64,2.25,11,4.64,2.01,11,3.56,1.67,9,4.25,1.06,12,4.78,1.3,9,4.12,2.06,16,4.86,2.91,7,4.55,1.44,11,4.2,2.78,10,4.62,1.19,13,4.25,1.16,8,4.37,2.39,19,4.25,2.22,4,3.71,1.94,14,5.71,1.98,7
+implication,4.77,1.6,22,3.71,2.24,21,4.82,2.11,22,4.93,1.59,14,4.5,1.69,8,3.82,2.32,11,3.89,2.2,9,5.0,2.45,6,4.75,2.05,16,4.9,2.02,10,4.67,1.23,12,3.18,2.14,11,4.3,2.31,10,4.62,1.98,13,5.11,2.37,9,4.83,1.7,12,4.7,1.57,10,3.23,2.01,13,4.5,2.51,8,4.33,1.87,12,5.4,2.32,10
+implore,4.47,1.31,19,4.57,1.86,21,4.61,2.5,23,5.33,1.53,3,4.31,1.25,16,4.62,2.07,8,4.54,1.81,13,5.0,2.78,9,4.36,2.37,14,4.44,1.24,9,4.5,1.43,10,4.56,1.59,9,4.58,2.11,12,4.87,2.77,15,4.12,1.96,8,4.0,1.29,7,4.75,1.29,12,5.2,1.48,10,4.0,2.05,11,4.54,3.07,13,4.7,1.64,10
+implosion,3.32,1.86,19,5.82,2.28,22,3.46,1.77,24,3.33,1.97,6,3.31,1.89,13,5.92,2.57,12,5.7,2.0,10,4.12,1.36,8,3.12,1.89,16,4.2,1.81,10,2.33,1.41,9,6.67,2.4,9,5.23,2.09,13,3.65,1.73,17,2.67,1.86,6,3.62,2.2,8,3.09,1.64,11,5.44,2.51,9,6.08,2.18,13,3.44,1.93,16,3.5,1.51,8
+imply,4.79,0.63,19,4.0,1.73,21,4.74,2.34,23,5.33,0.58,3,4.69,0.6,16,4.25,1.67,8,3.85,1.82,13,4.78,2.49,9,4.71,2.33,14,4.78,0.67,9,4.8,0.63,10,4.22,1.79,9,3.83,1.75,12,5.33,2.53,15,3.62,1.51,8,5.0,0.58,7,4.67,0.65,12,4.2,1.03,10,3.82,2.23,11,5.23,2.83,13,4.1,1.37,10
+impolite,3.1,1.61,21,5.25,2.36,20,3.95,2.11,21,3.5,1.76,6,2.93,1.58,15,5.0,2.51,8,5.42,2.35,12,3.73,1.62,11,4.2,2.62,10,3.33,1.86,6,3.0,1.56,15,5.2,2.66,10,5.3,2.16,10,3.64,2.34,14,4.57,1.51,7,3.29,1.89,7,3.0,1.52,14,5.36,2.76,14,5.0,1.1,6,3.58,2.27,12,4.44,1.88,9
+import,5.28,2.14,18,3.95,2.16,20,5.58,1.95,24,5.42,2.39,12,5.0,1.67,6,6.0,1.0,5,3.27,2.02,15,5.69,1.97,13,5.45,2.02,11,5.67,2.35,9,4.89,1.96,9,6.0,1.41,7,2.85,1.63,13,5.73,1.42,11,5.46,2.37,13,5.78,2.11,9,4.78,2.17,9,4.0,1.94,10,3.9,2.47,10,5.56,2.65,9,5.6,1.5,15
+importance,6.39,1.42,18,4.15,2.5,20,5.8,2.24,25,7.0,1.22,5,6.15,1.46,13,4.36,2.2,11,3.89,2.93,9,5.25,2.18,16,6.78,2.11,9,6.0,1.29,7,6.64,1.5,11,3.78,2.64,9,4.45,2.46,11,5.85,2.35,20,5.6,1.95,5,6.0,1.12,9,6.78,1.64,9,4.09,2.59,11,4.22,2.54,9,5.58,2.46,19,6.5,1.22,6
+important,6.82,1.4,22,4.71,2.35,21,6.39,1.97,18,7.0,1.79,6,6.73,1.33,15,4.29,2.93,7,4.93,2.09,14,6.56,1.74,9,6.5,2.27,8,6.57,1.5,14,7.29,1.25,7,4.33,2.0,9,5.0,2.63,12,6.4,2.27,10,6.38,1.69,8,6.71,1.54,14,7.0,1.2,8,4.83,2.99,6,4.67,2.16,15,6.7,2.26,10,6.0,1.6,8
+impose,3.86,1.75,22,4.89,2.4,19,5.38,2.56,21,3.4,0.89,5,3.94,1.98,16,5.5,2.45,8,4.45,2.38,11,5.2,2.3,10,5.55,2.88,11,3.83,1.27,12,3.9,2.28,10,4.4,1.78,10,5.44,2.96,9,5.5,2.47,12,5.22,2.82,9,3.36,1.63,11,4.36,1.8,11,4.0,2.07,8,5.55,2.5,11,5.33,2.6,9,5.42,2.64,12
+imposition,3.35,1.14,20,3.76,2.14,21,3.88,2.51,25,3.33,1.15,3,3.35,1.17,17,4.43,2.57,7,3.54,1.94,13,4.38,2.33,8,3.65,2.62,17,3.29,0.95,7,3.38,1.26,13,4.43,2.3,7,3.54,2.11,13,4.07,2.56,14,3.64,2.54,11,3.89,0.78,9,2.91,1.22,11,4.18,2.27,11,3.3,2.0,10,3.72,2.63,18,4.29,2.29,7
+impossibility,3.67,1.74,21,3.83,2.95,23,3.67,2.47,18,4.0,2.18,9,3.42,1.38,12,4.36,2.8,11,3.33,3.11,12,3.3,2.54,10,4.12,2.47,8,3.14,1.68,7,4.0,1.83,13,5.09,3.14,11,2.67,2.31,12,4.14,2.67,7,3.36,2.42,11,3.15,1.82,13,4.5,1.31,8,3.27,2.97,11,4.33,2.96,12,3.0,1.5,9,4.33,3.12,9
+impossible,3.5,2.09,18,4.52,2.86,21,3.5,2.01,18,3.38,2.67,8,3.6,1.65,10,4.71,2.98,7,4.43,2.9,14,3.45,1.69,11,3.57,2.57,7,3.36,2.34,11,3.71,1.8,7,3.44,3.24,9,5.33,2.35,12,3.09,1.87,11,4.14,2.19,7,3.42,2.23,12,3.67,1.97,6,3.17,2.48,12,6.33,2.35,9,3.33,1.87,9,3.67,2.24,9
+impostor,3.47,1.5,19,4.6,2.21,20,4.35,2.5,23,4.33,1.15,3,3.31,1.54,16,5.57,1.62,7,4.08,2.36,13,4.67,2.5,9,4.14,2.57,14,3.22,1.79,9,3.7,1.25,10,5.0,1.41,9,4.27,2.72,11,4.73,2.66,15,3.62,2.13,8,3.71,1.7,7,3.33,1.44,12,5.0,1.89,10,4.2,2.53,10,4.38,3.15,13,4.3,1.42,10
+impotence,3.1,1.87,21,4.61,2.46,23,3.77,2.32,26,3.45,2.21,11,2.7,1.42,10,5.18,2.52,11,4.08,2.39,12,4.27,2.33,11,3.14,2.18,14,3.4,1.78,10,2.82,1.99,11,5.27,2.41,11,4.0,2.45,12,3.71,2.28,17,3.5,2.39,8,2.85,2.19,13,3.5,1.2,8,4.73,2.6,15,4.38,2.33,8,4.18,2.7,17,3.0,1.12,9
+impotent,2.95,2.17,19,3.71,2.41,21,3.95,2.04,19,4.11,2.52,9,1.9,1.1,10,4.67,3.67,6,3.33,1.72,15,3.8,2.25,10,4.11,1.9,9,4.57,1.9,7,2.0,1.76,12,3.29,1.38,7,3.93,2.81,14,3.12,1.46,8,4.6,2.37,10,3.5,2.22,10,2.33,2.06,9,3.33,2.6,9,4.0,2.34,12,3.25,1.49,8,4.45,2.3,11
+impound,2.68,1.34,19,4.23,2.2,22,3.08,2.15,24,3.33,1.21,6,2.38,1.33,13,4.67,2.46,12,3.7,1.83,10,3.25,2.25,8,3.0,2.16,16,3.0,1.25,10,2.33,1.41,9,5.22,2.28,9,3.54,1.94,13,3.12,2.34,17,2.67,1.63,6,2.75,1.49,8,2.64,1.29,11,3.56,2.24,9,4.69,2.14,13,3.38,2.36,16,2.5,1.6,8
+impoverished,2.43,1.41,23,4.64,2.46,22,3.3,2.03,20,2.5,1.41,8,2.4,1.45,15,4.6,2.72,10,4.67,2.35,12,4.29,2.29,7,2.77,1.74,13,2.67,1.44,12,2.18,1.4,11,4.45,2.25,11,4.82,2.75,11,3.6,2.03,15,2.4,1.95,5,2.73,1.19,11,2.17,1.59,12,5.0,2.0,10,4.33,2.84,12,3.0,1.56,10,3.6,2.46,10
+impractical,3.77,1.85,22,4.53,2.09,19,4.43,2.25,21,4.2,1.3,5,3.69,2.06,16,5.12,2.42,8,4.09,1.81,11,4.5,2.12,10,4.36,2.46,11,3.75,1.71,12,3.8,2.1,10,5.5,2.01,10,3.44,1.67,9,4.08,2.31,12,4.89,2.2,9,3.27,1.35,11,4.27,2.2,11,4.88,1.64,8,4.27,2.41,11,4.0,2.4,9,4.75,2.18,12
+impregnable,4.68,0.95,19,3.95,2.09,21,5.61,2.44,23,5.0,1.0,3,4.62,0.96,16,4.88,2.23,8,3.38,1.85,13,5.89,2.42,9,5.43,2.53,14,4.78,0.67,9,4.6,1.17,10,4.67,2.0,9,3.42,2.07,12,6.33,2.26,15,4.25,2.31,8,5.0,1.15,7,4.5,0.8,12,3.8,1.75,10,4.09,2.43,11,5.38,3.04,13,5.9,1.45,10
+impregnate,4.5,2.37,20,6.21,2.92,19,5.08,2.19,26,4.18,2.52,11,4.89,2.26,9,7.14,1.95,7,5.67,3.31,12,5.23,2.01,13,4.92,2.43,13,4.09,2.51,11,5.0,2.24,9,6.8,2.86,10,5.56,3.0,9,5.12,2.18,17,5.0,2.35,9,4.1,2.73,10,4.9,2.02,10,6.92,2.87,12,5.0,2.77,7,5.44,1.97,16,4.5,2.51,10
+impress,6.25,1.62,20,4.82,2.04,22,6.62,1.69,21,6.56,1.51,9,6.0,1.73,11,5.36,2.34,11,4.27,1.62,11,5.5,1.77,8,7.31,1.25,13,6.5,1.61,14,5.67,1.63,6,4.88,2.75,8,4.79,1.63,14,6.75,1.67,8,6.54,1.76,13,6.4,1.78,10,6.1,1.52,10,4.31,1.97,13,5.56,2.01,9,7.0,1.41,12,6.11,1.96,9
+impressed,6.66,1.78,41,4.9,2.55,40,6.38,2.17,42,6.8,1.82,20,6.52,1.78,21,4.47,2.48,19,5.25,2.67,20,5.29,2.57,17,7.12,1.51,25,6.75,1.8,20,6.57,1.8,21,4.7,2.72,20,5.1,2.43,20,5.96,2.37,26,7.06,1.65,16,6.61,1.99,23,6.72,1.53,18,4.7,2.7,27,5.31,2.25,13,6.46,2.28,24,6.28,2.08,18
+impression,6.0,1.86,19,3.86,2.78,22,5.43,2.1,28,5.17,0.75,6,6.38,2.1,13,4.82,2.82,11,2.91,2.51,11,6.0,2.53,11,5.06,1.75,17,6.36,1.96,11,5.5,1.69,8,2.91,2.07,11,4.82,3.16,11,5.61,2.35,18,5.1,1.6,10,6.08,2.02,13,5.83,1.6,6,4.36,3.23,14,3.0,1.6,8,5.56,2.37,16,5.25,1.76,12
+impressionable,5.4,1.73,20,4.0,2.37,22,5.19,2.02,21,5.0,1.51,8,5.67,1.87,12,2.67,1.63,6,4.33,2.44,15,6.0,2.76,6,4.87,1.64,15,5.22,1.56,9,5.55,1.92,11,4.8,2.17,5,3.76,2.44,17,5.9,2.28,10,4.55,1.57,11,5.55,2.16,11,5.22,1.09,9,4.44,2.74,9,3.69,2.14,13,5.83,1.75,12,4.33,2.12,9
+impressive,7.05,1.64,20,4.1,2.36,21,6.08,1.96,25,7.0,2.71,4,7.06,1.39,16,2.5,1.29,4,4.47,2.43,17,6.33,2.0,9,5.94,1.98,16,7.75,1.04,8,6.58,1.83,12,4.5,2.32,10,3.73,2.45,11,6.0,1.88,14,6.18,2.14,11,7.18,1.6,11,6.89,1.76,9,4.1,2.13,10,4.09,2.66,11,6.44,1.82,18,5.14,2.12,7
+imprint,5.24,1.18,21,2.43,1.5,21,5.32,2.36,25,5.25,0.45,12,5.22,1.79,9,2.43,1.13,7,2.43,1.7,14,4.8,2.62,10,5.67,2.19,15,6.0,2.0,4,5.06,0.9,17,2.4,1.35,10,2.45,1.69,11,4.0,2.52,7,5.83,2.15,18,5.42,1.38,12,5.0,0.87,9,2.62,1.61,13,2.12,1.36,8,4.11,2.62,9,6.0,1.97,16
+imprison,2.48,1.72,21,4.7,2.49,20,3.42,2.89,19,2.33,1.21,6,2.53,1.92,15,5.0,2.07,8,4.5,2.81,12,4.08,3.29,12,2.29,1.7,7,2.33,1.94,9,2.58,1.62,12,5.11,2.03,9,4.36,2.87,11,3.71,2.69,7,3.25,3.11,12,2.4,2.12,10,2.55,1.37,11,4.38,2.53,13,5.29,2.5,7,3.1,2.73,10,3.78,3.19,9
+imprisonment,3.1,2.05,21,5.14,2.96,22,2.93,2.66,27,3.4,1.84,10,2.82,2.27,11,4.86,3.08,7,5.27,3.01,15,3.29,2.66,17,2.3,2.67,10,4.18,2.23,11,1.9,0.88,10,3.0,2.83,5,5.76,2.77,17,3.79,3.14,14,2.0,1.68,13,3.46,2.47,13,2.5,0.93,8,3.6,3.31,10,6.42,1.98,12,4.07,3.15,14,1.69,1.18,13
+improbable,4.05,1.43,19,3.95,2.16,21,4.78,2.89,23,3.67,2.52,3,4.12,1.26,16,4.0,1.77,8,3.92,2.43,13,6.44,2.13,9,3.71,2.87,14,3.78,1.56,9,4.3,1.34,10,4.56,2.46,9,3.5,1.88,12,5.67,3.02,15,3.12,1.81,8,4.0,1.41,7,4.08,1.51,12,4.5,2.22,10,3.45,2.07,11,4.92,3.52,13,4.6,1.96,10
+impromptu,5.81,1.81,21,4.45,2.22,22,5.05,2.16,21,6.11,1.62,9,5.58,1.98,12,4.83,2.56,6,4.4,2.2,15,4.83,2.93,6,5.13,1.88,15,6.0,1.8,9,5.67,1.87,12,5.0,1.58,5,4.29,2.39,17,5.4,1.9,10,4.73,2.41,11,5.75,2.26,12,5.89,1.05,9,4.11,2.15,9,4.69,2.32,13,4.92,2.11,12,5.22,2.33,9
+improper,3.55,1.76,20,4.8,2.02,20,4.59,2.54,34,3.1,1.73,10,4.0,1.76,10,4.12,1.73,8,5.25,2.14,12,5.21,2.83,14,4.15,2.28,20,3.11,1.96,9,3.91,1.58,11,5.33,1.56,12,4.0,2.45,8,5.09,2.54,22,3.67,2.35,12,3.2,2.04,10,3.9,1.45,10,4.79,2.04,14,4.83,2.14,6,5.06,2.01,17,4.12,2.96,17
+impropriety,3.84,1.77,19,3.27,2.43,22,3.68,1.7,28,4.33,1.75,6,3.62,1.8,13,3.82,2.75,11,2.73,2.05,11,3.64,1.91,11,3.71,1.61,17,4.91,1.3,11,2.38,1.19,8,3.18,2.56,11,3.36,2.42,11,3.89,1.94,18,3.3,1.16,10,4.38,1.66,13,2.67,1.51,6,3.0,2.39,14,3.75,2.6,8,3.69,1.78,16,3.67,1.67,12
+improve,6.14,1.76,42,4.61,2.38,38,6.04,2.46,23,6.0,2.08,14,6.21,1.62,28,5.44,2.07,9,4.34,2.44,29,5.22,3.07,9,6.57,1.91,14,6.39,1.5,18,5.96,1.94,24,5.5,2.24,14,4.08,2.34,24,5.87,2.8,15,6.38,1.77,8,6.04,1.91,26,6.31,1.54,16,4.0,2.35,21,5.35,2.26,17,6.0,2.86,13,6.1,1.97,10
+improvement,6.53,1.61,19,4.95,2.73,21,6.6,1.39,20,7.0,1.0,3,6.44,1.71,16,5.0,2.76,6,4.93,2.81,15,6.5,1.05,6,6.64,1.55,14,6.5,1.27,10,6.56,2.01,9,4.0,2.52,7,5.43,2.79,14,7.0,1.25,10,6.2,1.48,10,6.12,1.73,8,6.82,1.54,11,4.56,3.36,9,5.25,2.26,12,7.0,1.85,8,6.33,0.98,12
+improvisation,5.52,1.83,23,4.62,2.94,21,6.25,2.1,20,5.75,2.12,8,5.4,1.72,15,4.9,2.88,10,4.36,3.11,11,7.29,1.7,7,5.69,2.14,13,5.83,1.85,12,5.18,1.83,11,4.9,2.88,10,4.36,3.11,11,6.47,2.0,15,5.6,2.51,5,4.55,1.29,11,6.42,1.83,12,4.44,2.7,9,4.75,3.22,12,5.1,1.91,10,7.4,1.65,10
+improvise,5.78,1.7,18,4.15,2.58,20,5.88,2.3,25,6.0,1.58,5,5.69,1.8,13,4.0,2.79,11,4.33,2.45,9,6.31,2.12,16,5.11,2.52,9,5.71,1.98,7,5.82,1.6,11,3.22,2.59,9,4.91,2.43,11,5.7,2.45,20,6.6,1.52,5,5.0,1.58,9,6.56,1.51,9,3.36,2.5,11,5.11,2.47,9,6.0,2.4,19,5.5,2.07,6
+impudence,4.85,1.57,20,3.95,2.57,22,4.59,1.58,27,6.14,1.68,7,4.15,0.99,13,3.6,2.12,10,4.25,2.96,12,4.33,1.05,15,5.09,2.07,11,4.64,1.21,11,5.11,1.96,9,3.89,2.2,9,4.0,2.89,13,4.82,1.85,17,4.33,0.87,9,5.31,1.7,13,4.0,0.82,7,3.19,2.07,16,6.0,2.83,6,4.83,1.9,12,4.4,1.3,15
+impudent,4.58,1.84,19,3.8,2.59,20,4.35,1.93,20,4.0,1.73,3,4.87,1.81,15,3.7,2.95,10,3.9,2.33,10,4.5,1.58,10,4.2,2.3,10,4.33,2.34,6,4.92,1.51,12,3.0,2.08,7,4.23,2.8,13,3.62,2.13,8,4.83,1.7,12,3.92,1.38,12,5.71,2.06,7,3.7,2.58,10,3.9,2.73,10,4.33,1.8,9,4.36,2.11,11
+impulse,5.16,1.28,25,5.33,2.56,21,4.74,1.45,19,5.4,0.7,10,4.79,1.37,14,5.14,2.41,7,5.54,2.79,13,4.71,1.38,7,4.55,1.44,11,4.89,1.05,9,5.13,1.25,15,5.44,2.55,9,5.25,2.67,12,4.57,1.13,7,4.83,1.64,12,5.31,1.03,13,5.0,1.54,12,3.88,3.0,8,6.23,1.83,13,4.62,1.54,16,5.33,0.58,3
+impulsive,4.67,1.53,21,6.0,1.67,21,3.72,2.35,25,5.08,1.73,12,4.11,1.05,9,6.86,1.86,7,5.57,1.45,14,3.6,2.22,10,3.8,2.51,15,3.75,0.5,4,4.88,1.62,17,6.7,1.57,10,5.36,1.57,11,2.43,1.81,7,4.22,2.39,18,4.08,1.0,12,5.44,1.81,9,5.69,1.6,13,6.5,1.77,8,2.56,1.67,9,4.38,2.47,16
+impure,3.68,1.91,25,4.38,2.36,21,5.3,2.41,20,3.81,2.17,16,3.44,1.42,9,4.09,2.63,11,4.56,2.19,9,4.8,2.17,5,5.47,2.53,15,3.82,2.23,11,3.57,1.7,14,3.27,2.15,11,5.6,2.01,10,5.09,2.12,11,5.56,2.83,9,3.93,2.23,14,3.36,1.43,11,4.46,2.7,13,4.25,1.83,8,5.6,1.71,10,5.0,3.02,10
+inability,3.0,1.33,19,3.5,2.28,20,3.4,2.85,20,3.0,1.73,3,2.87,1.25,15,2.3,1.25,10,4.7,2.5,10,3.5,2.72,10,3.3,3.13,10,3.0,1.41,6,2.83,1.27,12,2.86,2.41,7,3.85,2.23,13,1.88,0.83,8,4.42,3.29,12,2.92,1.44,12,3.14,1.21,7,3.9,2.69,10,3.1,1.85,10,3.0,2.4,9,3.73,3.26,11
+inaccessible,3.82,1.59,22,4.05,2.29,21,3.41,2.38,22,4.36,1.65,14,2.88,0.99,8,4.09,2.07,11,4.33,2.55,9,3.0,2.53,6,3.56,2.39,16,3.9,2.08,10,3.75,1.14,12,3.82,2.48,11,4.3,2.16,10,3.15,2.15,13,3.78,2.77,9,3.75,1.76,12,3.9,1.45,10,4.23,2.59,13,3.75,1.83,8,2.67,1.87,12,4.3,2.71,10
+inaccurate,3.35,1.35,20,3.95,1.99,21,3.71,2.32,34,3.3,1.42,10,3.4,1.35,10,3.38,1.85,8,4.31,2.06,13,3.5,2.41,14,3.85,2.3,20,2.78,0.83,9,3.82,1.54,11,3.85,1.91,13,4.12,2.23,8,3.82,2.3,22,3.5,2.43,12,2.8,1.23,10,3.9,1.29,10,4.0,2.18,14,3.86,1.68,7,4.41,2.62,17,3.0,1.77,17
+inactive,4.24,1.34,21,3.05,2.03,22,5.04,2.31,26,4.4,1.26,10,4.09,1.45,11,2.0,1.53,7,3.53,2.1,15,5.12,2.31,16,4.9,2.42,10,4.45,1.75,11,4.0,0.67,10,3.4,2.88,5,2.94,1.82,17,5.07,2.4,14,5.0,2.3,12,4.46,1.66,13,3.88,0.35,8,2.6,1.9,10,3.42,2.15,12,5.64,2.68,14,4.33,1.61,12
+inadequate,2.57,1.21,21,4.3,2.03,23,3.71,2.59,21,2.88,1.46,8,2.38,1.04,13,4.75,2.05,12,3.82,1.99,11,5.08,2.64,12,1.89,0.78,9,2.38,1.3,8,2.83,1.11,12,5.0,1.66,14,3.22,2.17,9,4.42,2.75,12,2.78,2.17,9,2.4,1.35,10,2.73,1.1,11,4.19,2.1,16,4.57,1.99,7,3.8,2.78,10,3.64,2.54,11
+inadmissible,3.57,1.43,21,4.19,1.89,21,3.21,1.93,24,3.92,1.44,12,3.11,1.36,9,5.0,1.63,7,3.79,1.93,14,3.33,1.87,9,3.13,2.03,15,2.75,1.71,4,3.76,1.35,17,3.8,2.25,10,4.55,1.51,11,2.17,0.98,6,3.56,2.06,18,3.83,1.47,12,3.22,1.39,9,4.15,2.12,13,4.25,1.58,8,2.67,1.41,9,3.53,2.17,15
+inalienable,6.1,1.48,20,4.4,2.3,20,4.4,2.38,25,6.0,1.73,3,6.12,1.5,17,4.83,2.23,6,4.31,2.46,13,4.38,2.13,8,4.41,2.55,17,6.0,1.41,7,6.15,1.57,13,4.0,1.63,7,4.75,2.7,12,3.86,2.21,14,5.09,2.51,11,5.33,0.87,9,6.73,1.62,11,4.45,2.07,11,4.33,2.69,9,4.11,2.42,18,5.14,2.27,7
+inane,4.32,2.03,19,3.3,2.27,23,5.0,2.0,19,4.44,2.13,9,4.2,2.04,10,2.57,1.72,7,3.73,2.49,15,5.1,2.47,10,4.89,1.45,9,4.22,2.86,9,4.4,0.97,10,3.4,2.76,10,3.33,1.97,12,5.12,1.81,8,5.3,1.89,10,4.58,2.19,12,3.86,1.77,7,3.45,2.28,20,2.33,2.31,3,4.62,2.33,8,5.27,1.79,11
+inanimate,4.55,1.1,20,3.05,2.14,20,4.73,2.03,22,4.86,0.69,7,4.38,1.26,13,4.0,2.18,9,2.27,1.85,11,4.83,2.86,6,4.69,1.74,16,4.8,0.79,10,4.33,1.41,9,2.75,2.05,8,3.25,2.26,12,4.87,2.36,15,4.43,1.13,7,4.36,1.29,11,4.78,0.83,9,2.58,1.83,12,3.75,2.49,8,5.09,2.66,11,4.36,1.12,11
+inappropriate,3.7,1.94,23,4.95,2.55,22,4.35,2.52,20,4.0,2.07,8,3.53,1.92,15,5.1,2.77,10,4.83,2.48,12,5.14,2.79,7,3.92,2.36,13,3.67,1.61,12,3.73,2.33,11,4.45,2.34,11,5.45,2.77,11,4.2,2.57,15,4.8,2.59,5,3.73,2.1,11,3.67,1.87,12,6.0,1.63,10,4.08,2.91,12,3.3,1.83,10,5.4,2.76,10
+inaudible,3.61,1.58,18,3.33,2.55,24,4.26,2.4,27,3.75,1.16,8,3.5,1.9,10,4.11,3.41,9,2.87,1.85,15,4.07,2.4,14,4.46,2.47,13,3.78,1.3,9,3.44,1.88,9,3.5,2.81,12,3.17,2.37,12,3.71,2.33,14,4.85,2.41,13,4.2,1.48,10,2.88,1.46,8,3.58,2.97,12,3.08,2.15,12,4.25,2.34,12,4.27,2.52,15
+inaugural,5.0,1.81,20,3.78,2.49,18,5.14,1.65,21,5.8,0.84,5,4.73,1.98,15,3.0,1.9,6,4.17,2.72,12,5.56,0.88,9,4.83,2.04,12,5.4,0.7,10,4.6,2.46,10,3.6,2.88,10,4.0,2.07,8,5.09,1.76,11,5.2,1.62,10,4.75,2.22,12,5.38,0.92,8,3.11,1.69,9,4.44,3.05,9,4.45,1.69,11,5.9,1.29,10
+inbound,5.11,0.99,19,4.05,2.24,22,5.95,2.15,19,5.38,1.06,8,4.91,0.94,11,4.0,2.74,5,4.25,2.08,16,6.67,1.63,6,5.62,2.33,13,5.08,1.12,13,5.17,0.75,6,3.42,1.56,12,5.22,2.54,9,5.44,1.59,9,6.4,2.55,10,5.33,1.22,9,4.9,0.74,10,3.0,2.13,12,5.3,1.7,10,6.5,1.64,6,5.69,2.36,13
+inbred,3.25,2.2,20,3.57,2.2,21,3.92,2.36,25,4.0,2.16,4,3.06,2.24,16,4.25,2.22,4,3.41,2.24,17,5.22,2.73,9,3.19,1.83,16,4.38,1.77,8,2.5,2.2,12,3.7,1.89,10,3.45,2.54,11,4.14,2.41,14,3.64,2.38,11,3.27,1.85,11,3.22,2.68,9,2.4,1.65,10,4.64,2.16,11,4.17,2.55,18,3.29,1.8,7
+incantation,4.63,2.36,19,3.6,2.35,20,4.52,2.38,25,4.0,2.16,4,4.8,2.46,15,5.0,2.65,3,3.35,2.29,17,5.56,2.6,9,3.94,2.11,16,5.88,1.73,8,3.73,2.41,11,4.67,2.45,9,2.73,1.95,11,5.21,2.15,14,3.64,2.46,11,4.5,2.01,10,4.78,2.82,9,3.1,2.28,10,4.1,2.42,10,4.83,2.43,18,3.71,2.21,7
+incapable,3.55,1.5,22,3.9,2.49,21,2.59,1.94,22,3.71,1.59,14,3.25,1.39,8,3.82,2.48,11,4.22,2.68,9,2.5,1.87,6,2.62,2.03,16,3.6,1.9,10,3.5,1.17,12,3.55,2.62,11,4.3,2.41,10,2.62,1.94,13,2.56,2.07,9,3.5,1.68,12,3.6,1.35,10,3.31,2.21,13,4.88,2.75,8,1.67,0.89,12,3.7,2.31,10
+incarceration,2.05,1.35,19,5.26,2.34,23,3.39,2.38,18,2.33,1.58,9,1.8,1.14,10,6.71,1.7,7,4.6,2.41,15,3.5,2.37,10,3.25,2.55,8,2.44,1.67,9,1.7,0.95,10,5.8,2.57,10,4.83,2.25,12,2.88,1.55,8,3.89,3.06,9,2.25,1.54,12,1.71,0.95,7,5.3,2.45,20,5.0,1.73,3,2.0,1.0,7,4.27,2.61,11
+incarnate,4.62,2.42,21,4.7,2.3,23,4.83,2.23,18,5.44,2.35,9,4.0,2.37,12,5.27,2.1,11,4.17,2.44,12,4.7,2.36,10,5.0,2.2,8,4.86,2.12,7,4.38,2.69,13,5.18,2.6,11,4.25,2.01,12,4.71,2.56,7,4.91,2.12,11,3.77,2.24,13,6.0,2.14,8,4.45,2.81,11,4.92,1.83,12,4.11,2.15,9,5.56,2.19,9
+incense,5.79,2.04,19,3.95,2.67,21,4.45,2.39,20,5.0,2.65,3,5.94,1.98,16,4.5,2.88,6,3.73,2.66,15,5.67,1.51,6,3.93,2.56,14,5.9,1.29,10,5.67,2.74,9,3.14,2.04,7,4.36,2.92,14,4.5,2.32,10,4.4,2.59,10,5.75,1.83,8,5.82,2.27,11,3.22,2.39,9,4.5,2.84,12,5.0,3.16,8,4.08,1.78,12
+incentive,7.05,1.47,19,4.61,2.71,49,6.7,2.23,20,7.0,1.41,9,7.1,1.6,10,4.95,2.32,19,4.4,2.95,30,6.1,2.42,10,7.3,1.95,10,7.56,1.33,9,6.6,1.51,10,5.08,2.48,24,4.16,2.9,25,5.88,2.64,8,7.25,1.82,12,7.0,1.41,12,7.14,1.68,7,4.55,2.69,33,4.75,2.84,16,6.89,1.96,9,6.55,2.5,11
+inception,5.68,1.92,19,5.73,1.78,22,4.59,2.04,22,5.67,1.8,9,5.7,2.11,10,5.5,1.07,8,5.86,2.11,14,5.45,1.63,11,3.73,2.1,11,5.43,1.81,7,5.83,2.04,12,6.6,1.17,10,5.0,1.91,12,4.31,2.32,13,5.0,1.58,9,5.8,2.35,10,5.56,1.42,9,5.88,2.17,8,5.64,1.6,14,4.79,2.12,14,4.25,1.98,8
+incessant,3.21,1.51,19,4.71,1.93,21,3.55,2.44,22,3.89,1.54,9,2.6,1.26,10,4.71,0.76,7,4.71,2.33,14,4.0,2.49,11,3.09,2.43,11,4.29,0.95,7,2.58,1.44,12,4.89,1.27,9,4.58,2.35,12,3.31,2.32,13,3.89,2.71,9,3.3,1.49,10,3.11,1.62,9,5.57,2.57,7,4.29,1.44,14,3.71,2.79,14,3.25,1.83,8
+incest,2.16,1.68,19,4.36,2.5,22,3.53,2.39,19,2.75,1.75,8,1.73,1.56,11,2.2,1.64,5,4.94,2.43,16,3.67,2.8,6,3.46,2.3,13,2.21,1.53,14,2.0,2.24,5,4.08,2.87,12,4.56,2.13,9,3.56,1.88,9,3.5,2.88,10,2.8,1.93,10,1.44,1.01,9,3.92,2.75,12,4.9,2.18,10,3.33,2.66,6,3.62,2.36,13
+inch,5.4,0.75,20,3.29,1.97,24,4.46,2.33,28,5.25,0.46,8,5.5,0.9,12,4.11,2.32,9,2.8,1.61,15,3.64,2.17,14,5.29,2.27,14,5.56,0.88,9,5.27,0.65,11,3.92,2.23,12,2.67,1.5,12,4.5,2.28,14,4.43,2.47,14,5.8,0.79,10,5.0,0.47,10,3.33,2.19,12,3.25,1.82,12,5.0,2.22,12,4.06,2.41,16
+incident,4.2,1.58,20,5.65,2.06,20,5.05,2.16,21,4.67,1.51,6,4.0,1.62,14,5.5,2.27,8,5.75,2.01,12,4.73,2.53,11,5.4,1.71,10,4.4,1.52,5,4.13,1.64,15,5.9,2.28,10,5.4,1.9,10,4.93,2.53,14,5.29,1.25,7,4.29,1.7,7,4.15,1.57,13,5.93,2.2,14,5.0,1.67,6,4.83,2.37,12,5.33,1.94,9
+incidental,5.19,0.93,21,3.27,2.05,22,5.5,2.2,22,5.44,1.24,9,5.0,0.6,12,3.0,1.55,6,3.0,1.73,15,6.0,2.28,6,5.31,2.21,16,5.33,1.22,9,5.08,0.67,12,5.4,2.07,5,2.65,1.62,17,5.64,2.25,11,5.36,2.25,11,5.33,1.15,12,5.0,0.5,9,3.89,2.47,9,2.85,1.68,13,5.5,2.47,12,5.5,1.96,10
+incinerator,3.2,1.47,20,5.67,2.08,21,4.18,2.43,33,2.9,1.79,10,3.5,1.08,10,6.0,1.07,8,5.46,2.54,13,4.21,2.67,14,4.16,2.32,19,2.67,1.41,9,3.64,1.43,11,5.38,2.1,13,6.12,2.1,8,4.36,2.42,22,3.82,2.52,11,2.7,1.34,10,3.7,1.49,10,5.79,2.08,14,5.43,2.23,7,4.69,2.47,16,3.71,2.37,17
+incision,2.95,1.4,21,4.9,2.3,21,4.05,2.4,21,3.8,2.17,5,2.69,1.01,16,5.83,1.8,12,3.67,2.4,9,3.45,2.58,11,4.33,1.87,9,2.5,1.09,12,3.56,1.59,9,5.43,2.03,14,3.86,2.61,7,4.09,1.92,11,4.0,2.94,10,2.69,1.38,13,3.38,1.41,8,5.0,2.38,18,4.33,2.08,3,3.64,2.1,14,4.86,2.91,7
+incite,4.76,1.58,21,4.77,2.29,22,5.67,1.83,21,4.78,1.72,9,4.75,1.54,12,4.33,2.42,6,4.93,2.37,15,6.5,1.87,6,5.33,1.76,15,5.56,1.33,9,4.17,1.53,12,5.2,2.05,5,4.65,2.4,17,5.9,1.73,10,5.45,1.97,11,5.33,1.83,12,4.0,0.71,9,4.67,2.18,9,4.85,2.44,13,5.92,1.51,12,5.33,2.24,9
+inclination,4.89,1.2,19,4.1,1.84,21,5.1,1.77,20,5.33,1.15,3,4.81,1.22,16,4.33,1.75,6,4.0,1.93,15,4.33,1.03,6,5.43,1.95,14,4.8,0.79,10,5.0,1.58,9,4.29,1.38,7,4.0,2.08,14,5.2,1.75,10,5.0,1.89,10,4.5,1.2,8,5.18,1.17,11,3.33,1.66,9,4.67,1.83,12,5.5,1.85,8,4.83,1.75,12
+inclined,4.95,1.75,19,3.79,2.43,24,5.37,1.82,27,5.38,0.52,8,4.64,2.25,11,3.44,2.6,9,4.0,2.39,15,4.77,2.17,13,5.93,1.27,14,4.56,1.51,9,5.3,1.95,10,4.75,2.83,12,2.83,1.53,12,4.79,1.89,14,6.0,1.58,13,4.7,1.49,10,5.22,2.05,9,4.67,2.61,12,2.92,1.98,12,4.83,1.7,12,5.8,1.86,15
+include,6.39,1.5,18,3.05,2.06,20,5.84,2.32,25,7.0,0.71,5,6.15,1.68,13,2.91,1.87,11,3.22,2.39,9,5.25,2.38,16,6.89,1.9,9,6.29,1.7,7,6.45,1.44,11,2.78,2.33,9,3.27,1.9,11,5.85,2.46,20,5.8,1.92,5,6.11,1.54,9,6.67,1.5,9,2.55,1.92,11,3.67,2.18,9,5.58,2.5,19,6.67,1.51,6
+incoherent,3.81,1.12,21,2.96,2.03,24,4.05,2.33,20,4.0,1.2,8,3.69,1.11,13,3.67,1.51,6,2.72,2.16,18,4.0,2.72,11,4.11,1.9,9,3.67,1.15,12,4.0,1.12,9,3.8,2.15,10,2.36,1.78,14,4.0,2.48,13,4.14,2.19,7,3.79,1.31,14,3.86,0.69,7,3.12,1.86,16,2.62,2.45,8,3.92,2.35,12,4.25,2.43,8
+income,6.26,2.6,19,3.82,2.86,22,6.36,2.28,28,5.33,2.58,6,6.69,2.59,13,4.73,2.87,11,2.91,2.66,11,6.55,2.07,11,6.24,2.46,17,7.18,2.04,11,5.0,2.88,8,2.91,1.97,11,4.73,3.38,11,6.0,2.47,18,7.0,1.83,10,6.38,2.4,13,6.0,3.22,6,3.86,3.01,14,3.75,2.76,8,6.81,2.14,16,5.75,2.42,12
+incoming,5.62,1.75,21,4.15,2.39,20,4.81,2.66,21,5.67,1.51,6,5.6,1.88,15,5.62,1.19,8,3.17,2.52,12,4.82,2.89,11,4.8,2.53,10,6.17,1.72,6,5.4,1.76,15,4.3,2.5,10,4.0,2.4,10,4.71,2.81,14,5.0,2.52,7,5.71,2.14,7,5.57,1.6,14,4.5,2.53,14,3.33,1.97,6,4.67,2.74,12,5.0,2.69,9
+incomparable,4.71,2.02,17,3.0,2.14,22,4.18,1.79,28,5.6,1.52,5,4.33,2.15,12,3.64,2.5,11,2.36,1.57,11,3.91,2.3,11,4.35,1.41,17,4.78,2.11,9,4.62,2.07,8,3.27,2.65,11,2.73,1.56,11,4.0,1.78,18,4.5,1.84,10,3.91,1.87,11,6.17,1.47,6,2.64,2.27,14,3.62,1.85,8,4.19,2.2,16,4.17,1.11,12
+incompatible,3.2,1.11,20,3.61,2.79,18,3.46,2.45,24,3.0,1.41,5,3.27,1.03,15,4.2,3.11,5,3.38,2.75,13,3.92,2.84,13,2.91,1.87,11,3.2,1.14,10,3.2,1.14,10,4.71,3.04,7,2.91,2.51,11,4.0,2.58,16,2.38,1.85,8,3.36,1.15,14,2.83,0.98,6,4.0,2.73,12,2.83,2.99,6,3.4,2.9,15,3.56,1.59,9
+incompetence,2.26,1.19,19,5.17,2.75,18,3.09,1.38,22,1.8,0.84,5,2.43,1.28,14,4.5,2.88,6,5.5,2.75,12,3.3,1.42,10,2.92,1.38,12,2.44,1.33,9,2.1,1.1,10,5.1,2.77,10,5.25,2.92,8,3.18,1.72,11,3.0,1.0,11,2.09,1.3,11,2.5,1.07,8,3.89,3.18,9,6.44,1.51,9,3.45,1.69,11,2.73,0.9,11
+incompetent,2.77,2.14,22,4.5,1.98,18,2.81,2.2,21,4.2,2.59,5,2.44,1.9,16,4.86,2.41,7,4.27,1.74,11,3.5,2.22,10,2.18,2.09,11,3.08,2.11,12,2.4,2.22,10,4.67,1.87,9,4.33,2.18,9,2.58,2.61,12,3.11,1.62,9,2.18,1.78,11,3.36,2.38,11,3.14,1.86,7,5.36,1.57,11,3.11,2.42,9,2.58,2.11,12
+incomplete,3.55,1.64,20,4.12,2.19,24,3.96,2.4,28,3.88,0.99,8,3.33,1.97,12,3.33,2.18,9,4.6,2.13,15,3.64,2.37,14,4.29,2.46,14,3.33,1.66,9,3.73,1.68,11,4.0,1.95,12,4.25,2.49,12,2.86,2.03,14,5.07,2.27,14,3.8,1.87,10,3.3,1.42,10,4.42,1.98,12,3.83,2.44,12,3.92,2.27,12,4.0,2.56,16
+incomprehensible,3.48,1.12,21,5.0,2.14,21,3.72,2.07,25,3.58,1.31,12,3.33,0.87,9,5.43,2.23,7,4.79,2.15,14,4.0,1.83,10,3.53,2.26,15,3.5,0.58,4,3.47,1.23,17,4.7,2.11,10,5.27,2.24,11,2.29,1.11,7,4.28,2.11,18,3.67,0.78,12,3.22,1.48,9,4.92,2.18,13,5.12,2.23,8,2.33,1.12,9,4.5,2.1,16
+inconceivable,5.05,1.64,20,4.41,2.06,22,4.47,2.14,19,4.67,2.06,9,5.36,1.21,11,4.6,2.51,5,4.44,2.03,16,3.67,2.8,6,4.85,1.77,13,5.0,1.36,14,5.17,2.32,6,3.58,2.19,12,5.67,1.22,9,4.22,1.39,9,4.7,2.71,10,4.9,1.1,10,5.2,2.1,10,3.67,2.39,12,5.3,1.16,10,4.17,2.86,6,4.62,1.85,13
+inconclusive,3.79,1.44,19,4.05,2.04,20,4.2,2.07,20,4.0,1.73,3,3.93,1.28,15,3.7,1.77,10,4.4,2.32,10,5.1,1.6,10,3.3,2.16,10,4.0,1.1,6,3.92,1.44,12,4.29,2.5,7,3.92,1.85,13,3.25,2.49,8,4.83,1.53,12,3.5,1.68,12,4.29,0.76,7,4.0,2.21,10,4.1,1.97,10,3.89,2.37,9,4.45,1.86,11
+inconsequential,3.74,1.66,19,3.15,2.18,20,4.4,2.21,20,4.0,1.73,3,3.67,1.76,15,2.8,2.1,10,3.5,2.32,10,5.3,1.64,10,3.5,2.42,10,4.17,1.94,6,3.5,1.62,12,2.71,2.06,7,3.38,2.29,13,3.62,2.39,8,4.92,2.02,12,3.5,1.68,12,4.14,1.68,7,3.5,2.46,10,2.8,1.93,10,4.11,2.26,9,4.64,2.25,11
+inconsiderate,2.58,1.46,19,5.05,2.48,22,4.41,2.54,22,3.44,1.67,9,1.8,0.63,10,5.62,2.45,8,4.71,2.52,14,5.27,2.69,11,3.55,2.16,11,3.43,1.27,7,2.08,1.38,12,4.7,1.95,10,5.33,2.9,12,3.85,2.27,13,5.22,2.82,9,2.4,1.07,10,2.78,1.86,9,4.88,2.85,8,5.14,2.35,14,4.71,2.64,14,3.88,2.42,8
+inconsistent,3.32,1.2,19,3.2,1.91,20,4.3,2.41,20,4.0,1.0,3,3.13,1.25,15,3.3,1.64,10,3.1,2.23,10,5.0,1.89,10,3.6,2.76,10,3.83,0.75,6,3.0,1.35,12,2.86,1.68,7,3.38,2.06,13,3.12,1.73,8,5.08,2.54,12,3.08,1.44,12,3.71,0.49,7,2.7,1.89,10,3.7,1.89,10,4.44,2.88,9,4.18,2.09,11
+inconspicuous,5.05,1.22,19,3.55,2.28,22,5.67,1.91,18,5.33,0.52,6,4.92,1.44,13,4.27,2.53,11,2.82,1.83,11,6.71,1.5,7,5.0,1.9,11,4.73,0.9,11,5.5,1.51,8,3.45,2.07,11,3.64,2.58,11,5.08,1.83,12,6.83,1.6,6,5.23,1.42,13,4.67,0.52,6,3.64,2.41,14,3.38,2.2,8,5.89,2.03,9,5.44,1.88,9
+inconvenience,3.05,1.23,20,6.26,2.66,19,3.6,1.78,25,2.91,1.3,11,3.22,1.2,9,6.0,1.83,7,6.42,3.12,12,3.23,1.54,13,4.0,2.0,12,2.91,1.22,11,3.22,1.3,9,6.4,2.12,10,6.11,3.3,9,3.56,2.06,16,3.67,1.22,9,2.6,1.17,10,3.5,1.18,10,6.83,1.75,12,5.29,3.73,7,3.5,2.07,16,3.78,1.2,9
+inconvenient,2.73,1.16,22,4.83,2.57,23,3.79,1.44,19,3.12,1.36,8,2.62,0.96,13,4.38,2.39,8,4.93,2.76,14,3.14,1.35,7,4.0,1.34,11,2.75,0.89,8,2.85,1.28,13,4.0,2.69,9,5.36,2.44,14,3.57,0.98,7,3.92,1.68,12,2.82,1.33,11,2.64,1.03,11,3.33,2.83,9,5.79,1.93,14,3.62,1.41,16,4.67,1.53,3
+incorporate,5.37,1.42,19,2.71,1.71,21,5.26,2.07,23,5.67,1.15,3,5.31,1.49,16,2.62,1.85,8,2.77,1.69,13,5.0,2.5,9,5.43,1.83,14,5.89,1.62,9,4.9,1.1,10,3.22,1.79,9,2.33,1.61,12,5.73,2.34,15,4.38,1.06,8,5.29,1.7,7,5.42,1.31,12,3.2,1.69,10,2.27,1.68,11,5.38,2.47,13,5.1,1.52,10
+incorrect,3.09,1.34,22,3.62,2.06,26,4.62,2.46,24,2.78,1.39,9,3.31,1.32,13,3.4,2.41,10,3.75,1.88,16,5.22,2.59,9,4.27,2.4,15,3.25,1.39,8,3.0,1.36,14,3.46,1.81,13,3.77,2.35,13,4.25,2.6,12,5.0,2.37,12,3.17,1.47,12,3.0,1.25,10,3.07,2.22,15,4.36,1.63,11,4.69,2.25,13,4.55,2.81,11
+incorrigible,4.0,1.41,20,4.78,2.65,18,4.12,2.42,24,4.4,2.41,5,3.87,0.99,15,6.0,3.0,5,4.31,2.46,13,4.46,2.76,13,3.73,2.0,11,4.9,1.1,10,3.1,1.1,10,5.86,2.48,7,4.09,2.63,11,4.81,2.54,16,2.75,1.49,8,3.64,1.39,14,4.83,1.17,6,5.33,2.5,12,3.67,2.8,6,4.07,2.46,15,4.22,2.49,9
+increase,5.9,1.89,20,5.06,2.41,18,6.09,2.0,22,6.6,1.67,5,5.67,1.95,15,4.67,1.97,6,5.25,2.67,12,5.6,1.51,10,6.5,2.32,12,6.2,1.14,10,5.6,2.46,10,5.4,2.5,10,4.62,2.39,8,6.0,2.0,11,6.18,2.09,11,5.5,2.15,12,6.5,1.31,8,3.22,1.79,9,6.89,1.27,9,5.82,1.83,11,6.36,2.2,11
+incredible,7.59,2.11,22,6.35,2.87,20,7.74,1.91,19,7.23,2.35,13,8.11,1.69,9,7.14,2.41,7,5.92,3.09,13,7.71,1.98,7,7.75,1.96,12,7.67,2.53,12,7.5,1.58,10,6.78,3.07,9,6.0,2.79,11,7.6,1.96,10,7.89,1.96,9,7.92,2.27,12,7.2,1.93,10,7.86,1.46,7,5.54,3.15,13,7.71,2.21,7,7.75,1.82,12
+incriminate,2.84,1.57,19,5.95,1.91,22,3.75,2.11,24,3.5,1.97,6,2.54,1.33,13,6.08,1.83,12,5.8,2.1,10,4.25,2.6,8,3.5,1.86,16,2.8,1.55,10,2.89,1.69,9,6.22,2.17,9,5.77,1.79,13,3.82,2.27,17,3.5,1.97,6,2.12,1.46,8,3.36,1.5,11,4.78,2.22,9,6.77,1.17,13,3.69,2.15,16,3.88,2.17,8
+incriminating,3.0,1.83,19,5.27,2.12,22,3.5,1.98,24,2.0,1.26,6,3.46,1.9,13,5.5,2.15,12,5.0,2.16,10,3.88,2.53,8,3.31,1.7,16,2.8,1.32,10,3.22,2.33,9,5.78,2.22,9,4.92,2.06,13,3.76,2.11,17,2.67,1.63,6,2.5,0.93,8,3.36,2.25,11,4.78,2.22,9,5.62,2.06,13,3.62,2.03,16,3.25,1.98,8
+incubation,4.45,1.47,20,3.14,1.88,21,4.73,2.39,33,4.0,1.7,10,4.9,1.1,10,4.0,2.2,8,2.62,1.5,13,5.0,2.29,14,4.53,2.5,19,4.56,1.59,9,4.36,1.43,11,3.46,1.71,13,2.62,2.13,8,5.05,2.44,21,4.17,2.29,12,4.6,1.78,10,4.3,1.16,10,3.0,1.84,14,3.43,2.07,7,4.53,1.91,17,4.94,2.86,16
+incubator,3.9,1.84,21,3.33,2.22,24,5.35,2.54,20,4.75,2.05,8,3.38,1.56,13,4.17,1.47,6,3.06,2.39,18,6.18,1.99,11,4.33,2.87,9,3.75,1.66,12,4.11,2.15,9,3.6,2.76,10,3.14,1.83,14,5.92,2.4,13,4.29,2.63,7,3.93,1.77,14,3.86,2.12,7,3.75,2.35,16,2.5,1.77,8,5.33,2.61,12,5.38,2.62,8
+incumbent,4.05,1.73,20,3.19,2.36,21,4.21,2.25,24,3.0,1.83,4,4.31,1.66,16,4.25,2.87,4,2.94,2.25,17,5.11,2.57,9,3.67,1.91,15,4.5,0.76,8,3.75,2.14,12,3.9,2.33,10,2.55,2.3,11,4.71,2.05,14,3.5,2.42,10,4.27,1.19,11,3.78,2.28,9,2.7,1.95,10,3.64,2.69,11,4.47,2.32,17,3.57,2.07,7
+incur,4.8,1.54,20,4.0,2.56,22,5.04,2.36,28,4.38,0.92,8,5.08,1.83,12,4.12,2.95,8,3.93,2.43,14,4.0,2.22,14,6.07,2.09,14,5.11,1.62,9,4.55,1.51,11,4.18,2.6,11,3.82,2.64,11,4.86,2.48,14,5.21,2.33,14,5.4,1.58,10,4.2,1.32,10,4.5,2.51,10,3.58,2.64,12,5.0,1.91,12,5.06,2.72,16
+incurable,1.9,1.61,21,4.9,2.77,20,2.8,2.19,20,1.4,0.55,5,1.67,0.9,15,3.9,2.28,10,5.9,2.96,10,3.1,2.38,10,2.5,2.07,10,1.57,0.79,7,1.62,0.87,13,4.86,2.67,7,4.92,2.93,13,2.62,2.26,8,2.92,2.23,12,2.0,1.96,13,1.75,0.89,8,5.0,2.91,10,4.8,2.78,10,2.11,1.27,9,3.36,2.66,11
+indebted,3.21,1.58,19,4.25,2.31,20,3.2,2.69,20,3.15,1.77,13,3.33,1.21,6,3.8,2.77,5,4.4,2.23,15,3.44,3.13,9,3.0,2.41,11,3.67,2.06,9,2.8,0.92,10,4.43,3.26,7,4.15,1.77,13,3.11,2.57,9,3.27,2.9,11,3.0,1.22,9,3.4,1.9,10,4.0,2.67,10,4.5,2.01,10,2.57,2.88,7,3.54,2.63,13
+indecent,4.52,1.91,21,5.4,2.66,20,4.43,2.46,35,5.62,2.26,8,3.85,1.34,13,6.4,1.67,5,5.07,2.89,15,4.7,2.67,10,4.32,2.43,25,4.85,2.08,13,4.0,1.6,8,6.17,2.41,12,4.25,2.76,8,4.8,2.48,20,3.93,2.43,15,4.55,1.51,11,4.5,2.37,10,6.0,2.53,11,4.67,2.78,9,3.95,2.63,22,5.23,2.01,13
+indecision,3.85,1.79,20,4.1,2.05,21,4.0,2.4,19,3.89,2.2,9,3.82,1.47,11,3.4,2.3,5,4.2,2.01,15,3.33,2.88,6,4.31,2.21,13,4.14,1.66,14,3.17,2.04,6,3.27,1.62,11,4.89,2.26,9,3.67,1.58,9,4.3,3.02,10,4.5,1.58,10,3.2,1.81,10,3.67,2.15,12,4.67,1.87,9,4.5,2.81,6,3.77,2.28,13
+indecisive,3.52,1.83,21,4.81,2.2,21,3.62,1.96,21,3.67,2.18,9,3.42,1.62,12,4.5,2.81,6,4.93,2.09,14,3.0,1.67,6,3.87,2.07,15,3.89,2.15,9,3.25,1.6,12,3.8,2.17,5,5.12,2.19,16,4.5,2.22,10,2.82,1.33,11,3.08,1.98,12,4.11,1.54,9,4.88,1.81,8,4.77,2.49,13,3.83,1.99,12,3.33,2.0,9
+indefinite,4.55,1.43,20,4.8,2.17,20,4.23,2.42,26,5.0,1.26,11,4.0,1.5,9,3.57,2.07,7,5.46,1.98,13,3.85,2.51,13,4.62,2.36,13,4.82,1.6,11,4.22,1.2,9,5.0,1.95,11,4.56,2.51,9,3.76,2.7,17,5.11,1.54,9,4.5,1.51,10,4.6,1.43,10,5.08,2.11,12,4.38,2.33,8,4.06,2.26,16,4.5,2.76,10
+independence,7.53,1.35,19,5.27,2.96,22,7.1,1.73,21,7.33,1.32,9,7.7,1.42,10,5.6,3.2,10,5.0,2.86,12,6.5,2.07,8,7.46,1.45,13,7.15,1.41,13,8.33,0.82,6,6.0,3.12,8,4.86,2.91,14,6.88,1.46,8,7.23,1.92,13,7.0,1.5,9,8.0,1.05,10,5.42,2.97,12,5.1,3.11,10,7.33,1.5,12,6.78,2.05,9
+independent,6.86,1.59,21,6.75,2.34,20,7.36,1.81,36,7.38,1.77,8,6.54,1.45,13,5.0,2.55,5,7.33,2.02,15,7.36,2.06,11,7.36,1.73,25,7.15,1.82,13,6.38,1.06,8,6.67,2.5,12,6.88,2.23,8,7.15,1.87,20,7.62,1.75,16,6.82,1.54,11,6.9,1.73,10,7.82,1.33,11,5.44,2.7,9,7.55,1.74,22,7.07,1.94,14
+indescribable,5.05,1.86,21,5.7,2.72,23,5.21,2.1,19,5.43,1.72,7,5.15,1.68,13,5.62,2.72,8,5.79,2.91,14,5.14,1.86,7,5.0,2.24,11,6.14,1.46,7,4.77,1.59,13,5.89,2.93,9,5.57,2.68,14,5.29,2.56,7,5.17,1.9,12,5.55,2.16,11,4.5,1.35,10,4.22,3.19,9,6.64,1.95,14,5.0,1.93,16,6.33,3.06,3
+indestructible,5.95,1.81,22,4.32,2.48,22,5.63,2.48,19,6.12,1.89,8,5.62,1.66,13,4.25,2.55,8,4.36,2.53,14,6.29,2.36,7,5.36,2.66,11,5.75,1.91,8,5.85,1.68,13,3.78,2.44,9,4.69,2.53,13,4.71,2.81,7,6.17,2.21,12,6.0,1.95,11,5.91,1.76,11,3.67,2.45,9,4.77,2.49,13,6.06,2.41,16,3.33,1.53,3
+indicate,5.05,1.58,19,3.32,1.76,22,5.75,1.7,24,4.5,1.76,6,5.31,1.49,13,3.5,1.93,12,3.1,1.6,10,5.88,2.23,8,5.69,1.45,16,5.2,1.03,10,4.89,2.09,9,4.0,1.8,9,2.85,1.63,13,5.76,1.56,17,5.83,2.32,6,5.12,1.25,8,5.0,1.84,11,3.0,1.8,9,3.54,1.76,13,5.88,1.54,16,5.5,2.07,8
+indication,5.0,1.05,19,3.83,2.07,18,6.06,1.78,17,5.45,0.82,11,4.38,1.06,8,4.5,2.52,4,3.64,1.98,14,5.75,2.12,8,6.33,1.5,9,5.25,1.04,8,4.82,1.08,11,4.14,1.86,7,3.64,2.25,11,5.83,2.32,6,6.18,1.54,11,5.0,1.15,13,5.0,0.89,6,3.0,1.95,11,5.14,1.57,7,6.14,1.07,7,6.0,2.21,10
+indicative,4.71,1.35,21,3.71,2.31,21,4.91,1.66,22,4.77,1.59,13,4.62,0.92,8,3.82,2.4,11,3.78,2.39,9,3.67,1.21,6,5.38,1.59,16,5.11,1.69,9,4.42,1.0,12,2.82,1.99,11,4.7,2.31,10,4.62,1.45,13,5.33,1.94,9,4.5,1.57,12,5.0,1.0,9,3.92,2.66,13,3.38,1.69,8,4.58,1.62,12,5.3,1.7,10
+indicator,5.47,1.65,19,2.86,1.88,22,5.04,1.93,28,5.67,0.52,6,5.38,1.98,13,3.18,1.89,11,2.55,1.92,11,5.27,2.65,11,4.88,1.36,17,5.45,1.75,11,5.5,1.6,8,2.73,1.62,11,3.0,2.19,11,5.11,2.25,18,4.9,1.29,10,5.38,1.85,13,5.67,1.21,6,2.5,1.65,14,3.5,2.2,8,5.06,2.38,16,5.0,1.21,12
+indict,3.67,1.77,21,3.76,2.3,21,4.78,2.65,27,3.8,1.55,10,3.55,2.02,11,3.14,2.73,7,4.07,2.09,14,4.71,2.66,17,4.9,2.77,10,3.91,1.64,11,3.4,1.96,10,2.6,2.19,5,4.12,2.28,16,5.0,2.72,14,4.54,2.67,13,3.38,1.85,13,4.12,1.64,8,2.78,2.17,9,4.5,2.2,12,5.43,2.85,14,4.08,2.33,13
+indictment,3.89,1.88,19,5.25,2.34,20,4.17,2.23,23,4.6,1.52,5,3.69,2.06,13,4.33,1.97,6,5.64,2.44,14,4.2,2.44,10,4.15,2.15,13,4.86,2.41,7,3.36,1.36,11,4.57,2.7,7,5.62,2.14,13,4.82,1.72,11,3.58,2.54,12,4.33,2.15,12,3.14,1.07,7,4.73,2.61,11,5.89,1.9,9,3.64,2.34,14,5.0,1.87,9
+indie,5.57,2.09,21,4.1,1.97,21,5.84,2.19,25,6.08,2.02,12,4.89,2.09,9,4.71,2.21,7,3.79,1.85,14,6.2,2.1,10,5.6,2.29,15,6.0,2.0,4,5.47,2.15,17,4.5,2.17,10,3.73,1.79,11,5.71,2.98,7,5.89,1.91,18,5.33,2.31,12,5.89,1.83,9,4.46,2.26,13,3.5,1.31,8,5.67,2.69,9,5.94,1.95,16
+indifference,4.35,1.73,20,3.61,2.25,18,5.64,2.24,22,5.0,1.87,5,4.13,1.68,15,4.83,2.48,6,3.0,1.95,12,5.7,1.83,10,5.58,2.61,12,4.5,1.08,10,4.2,2.25,10,3.6,2.59,10,3.62,1.92,8,4.91,2.34,11,6.36,1.96,11,4.08,1.38,12,4.75,2.19,8,3.11,2.47,9,4.11,2.03,9,5.36,2.62,11,5.91,1.87,11
+indifferent,4.28,1.67,43,3.19,1.89,21,4.85,2.49,55,4.6,1.67,20,4.0,1.65,23,3.5,2.0,8,3.0,1.87,13,4.92,2.58,26,4.79,2.5,28,4.06,1.91,16,4.41,1.53,27,3.78,1.72,9,2.75,1.96,12,5.0,2.73,35,4.58,2.09,19,4.11,2.0,19,4.42,1.38,24,3.7,1.64,10,2.73,2.05,11,4.36,2.71,28,5.37,2.17,27
+indigenous,4.75,1.77,20,4.22,2.39,18,4.96,2.38,23,4.8,2.39,5,4.73,1.62,15,3.6,1.14,5,4.46,2.73,13,4.62,2.14,13,5.4,2.72,10,5.4,1.9,10,4.1,1.45,10,4.71,1.8,7,3.91,2.74,11,4.2,2.08,15,6.38,2.39,8,4.29,1.64,14,5.83,1.72,6,5.25,2.18,12,2.17,1.17,6,4.79,2.83,14,5.22,1.56,9
+indigent,4.7,1.08,20,4.19,1.91,21,4.61,2.52,33,4.8,0.92,10,4.6,1.26,10,4.38,2.07,8,4.08,1.89,13,5.64,2.68,14,3.84,2.17,19,5.22,0.44,9,4.27,1.27,11,4.77,2.01,13,3.25,1.39,8,5.09,2.49,22,3.64,2.42,11,4.7,1.06,10,4.7,1.16,10,4.43,2.03,14,3.71,1.7,7,4.41,2.58,17,4.81,2.54,16
+indigestion,2.48,1.25,21,3.3,2.47,20,3.59,2.2,22,2.5,1.05,6,2.47,1.36,15,2.75,2.19,8,3.67,2.67,12,3.75,2.63,12,3.4,1.65,10,2.67,1.73,9,2.33,0.78,12,3.44,2.74,9,3.18,2.36,11,3.71,1.38,7,3.53,2.53,15,2.8,1.62,10,2.18,0.75,11,3.54,2.6,13,2.86,2.34,7,3.83,2.69,12,3.3,1.49,10
+indignant,3.32,1.42,19,4.5,2.37,20,5.61,2.25,23,3.33,0.58,3,3.31,1.54,16,4.12,2.3,8,4.75,2.49,12,6.22,1.92,9,5.21,2.42,14,3.56,1.74,9,3.1,1.1,10,4.75,2.25,8,4.33,2.53,12,6.07,2.55,15,4.75,1.28,8,3.43,1.9,7,3.25,1.14,12,5.0,2.36,10,4.0,2.4,10,6.46,2.22,13,4.5,1.84,10
+indignation,4.33,1.35,21,4.05,2.08,22,5.0,2.41,21,4.67,1.22,9,4.08,1.44,12,3.67,2.34,6,4.27,2.09,15,4.67,3.2,6,5.13,2.13,15,4.67,1.22,9,4.08,1.44,12,4.0,1.41,5,4.06,2.28,17,6.1,1.91,10,4.0,2.45,11,4.33,1.44,12,4.33,1.32,9,4.33,1.41,9,3.85,2.48,13,5.0,2.41,12,5.0,2.55,9
+indignity,3.37,1.74,19,4.65,2.35,20,4.5,2.09,24,3.38,1.89,13,3.33,1.51,6,4.8,2.28,5,4.6,2.44,15,4.46,1.94,13,4.55,2.34,11,4.0,2.24,9,2.8,0.92,10,5.57,2.15,7,4.15,2.38,13,4.82,2.32,11,4.23,1.92,13,3.67,2.18,9,3.1,1.29,10,5.1,2.56,10,4.2,2.15,10,4.56,2.65,9,4.47,1.77,15
+indirect,3.58,1.61,19,3.77,1.9,22,4.41,1.71,22,4.22,1.3,9,3.0,1.7,10,3.75,1.75,8,3.79,2.04,14,4.27,1.68,11,4.55,1.81,11,4.43,0.98,7,3.08,1.73,12,3.5,1.72,10,4.0,2.09,12,4.85,1.68,13,3.78,1.64,9,3.8,1.75,10,3.33,1.5,9,3.88,2.3,8,3.71,1.73,14,4.29,1.94,14,4.62,1.3,8
+indiscreet,3.84,1.61,19,4.38,2.4,21,4.4,1.98,20,4.33,1.53,3,3.75,1.65,16,4.67,2.94,6,4.27,2.25,15,4.83,1.94,6,4.21,2.04,14,4.1,1.1,10,3.56,2.07,9,4.86,2.48,7,4.14,2.41,14,4.9,2.28,10,3.9,1.6,10,4.38,1.69,8,3.45,1.51,11,4.22,2.91,9,4.5,2.07,12,5.12,2.1,8,3.92,1.83,12
+indiscretion,4.11,1.49,19,4.22,2.26,18,3.29,1.99,17,4.73,1.49,11,3.25,1.04,8,5.0,2.94,4,4.0,2.11,14,3.25,2.12,8,3.33,2.0,9,4.62,1.06,8,3.73,1.68,11,3.86,1.46,7,4.45,2.7,11,3.5,2.35,6,3.18,1.89,11,4.31,1.65,13,3.67,1.03,6,3.73,2.2,11,5.0,2.31,7,2.71,1.7,7,3.7,2.16,10
+indispensable,6.37,1.5,19,4.15,2.28,20,5.75,2.56,24,6.69,1.49,13,5.67,1.37,6,4.2,1.92,5,4.13,2.45,15,6.0,2.45,13,5.45,2.77,11,6.11,1.76,9,6.6,1.26,10,4.57,1.9,7,3.92,2.5,13,5.91,2.74,11,5.62,2.5,13,5.78,1.48,9,6.9,1.37,10,4.4,2.55,10,3.9,2.08,10,6.67,2.65,9,5.2,2.43,15
+indisposed,4.52,1.44,21,4.6,2.78,20,4.31,2.34,36,4.88,1.73,8,4.31,1.25,13,2.8,1.3,5,5.2,2.91,15,4.55,2.34,11,4.2,2.38,25,4.77,1.64,13,4.12,0.99,8,4.67,2.84,12,4.5,2.88,8,4.45,2.48,20,4.12,2.22,16,5.09,1.45,11,3.9,1.2,10,5.73,2.53,11,3.22,2.54,9,4.18,2.58,22,4.5,1.99,14
+indistinct,4.32,1.49,19,4.39,2.64,18,4.21,2.32,24,4.4,1.82,5,4.29,1.44,14,5.4,2.97,5,4.0,2.52,13,3.92,2.14,13,4.55,2.58,11,4.7,1.34,10,3.89,1.62,9,6.0,2.52,7,3.36,2.25,11,4.31,2.18,16,4.0,2.73,8,3.92,1.5,13,5.17,1.17,6,5.0,2.56,12,3.17,2.56,6,4.2,2.7,15,4.22,1.64,9
+individual,6.17,2.04,23,3.47,2.22,19,6.86,1.8,21,5.56,2.13,9,6.57,1.95,14,3.56,2.55,9,3.4,2.01,10,6.8,2.86,5,6.88,1.45,16,6.73,1.74,11,5.64,2.34,11,3.38,2.07,8,3.55,2.42,11,6.6,1.88,15,7.5,1.52,6,6.23,2.17,13,6.1,1.97,10,3.18,2.04,11,3.88,2.53,8,6.55,2.21,11,7.2,1.23,10
+individuality,6.95,1.5,20,5.67,2.6,24,7.25,1.94,28,6.12,0.83,8,7.5,1.62,12,4.56,2.6,9,6.33,2.44,15,6.64,2.37,14,7.86,1.17,14,7.33,1.32,9,6.64,1.63,11,5.25,2.93,12,6.08,2.27,12,7.14,2.35,14,7.36,1.5,14,6.9,1.73,10,7.0,1.33,10,5.5,2.71,12,5.83,2.59,12,7.17,2.08,12,7.31,1.89,16
+indivisible,5.38,2.09,21,4.1,2.4,20,4.95,2.38,22,5.5,2.88,6,5.33,1.8,15,4.12,2.47,8,4.08,2.47,12,4.5,2.84,12,5.5,1.65,10,5.67,3.0,9,5.17,1.11,12,4.22,2.49,9,4.0,2.45,11,4.86,1.95,7,5.0,2.62,15,5.4,2.17,10,5.36,2.11,11,3.62,2.22,13,5.0,2.65,7,5.25,2.83,12,4.6,1.78,10
+indoor,6.29,1.27,21,2.86,1.59,21,6.54,1.79,24,6.42,1.24,12,6.11,1.36,9,3.0,1.53,7,2.79,1.67,14,7.0,1.76,10,6.21,1.81,14,6.75,1.71,4,6.18,1.19,17,3.0,1.25,10,2.73,1.9,11,7.0,1.63,7,6.35,1.87,17,6.42,1.44,12,6.11,1.05,9,3.08,1.66,13,2.5,1.51,8,6.25,1.49,8,6.69,1.96,16
+induce,5.0,1.95,20,3.17,2.07,18,3.73,2.23,22,4.6,1.52,5,5.13,2.1,15,4.33,1.86,6,2.58,1.98,12,4.5,2.27,10,3.08,2.07,12,5.4,0.84,10,4.6,2.63,10,3.1,2.13,10,3.25,2.12,8,2.64,1.36,11,4.82,2.44,11,5.0,2.0,12,5.0,2.0,8,2.89,2.03,9,3.44,2.19,9,3.27,2.0,11,4.18,2.44,11
+induction,5.32,1.89,19,4.09,2.07,22,4.91,2.37,23,5.36,1.86,11,4.86,1.86,7,5.0,1.93,8,3.57,2.03,14,3.29,2.36,7,5.62,2.06,16,5.38,1.92,8,5.27,1.95,11,3.56,2.19,9,4.46,1.98,13,4.55,2.25,11,5.25,2.53,12,5.08,1.98,12,5.71,1.8,7,4.0,2.65,11,4.18,1.4,11,5.46,2.4,13,4.2,2.25,10
+indulge,6.33,2.06,21,5.2,2.63,20,5.5,2.43,36,5.5,2.93,8,6.85,1.14,13,4.2,2.39,5,5.53,2.7,15,5.27,2.41,11,5.6,2.48,25,6.0,2.48,13,6.88,0.99,8,5.33,2.46,12,5.0,3.02,8,5.0,2.77,20,6.12,1.82,16,5.91,2.17,11,6.8,1.93,10,6.0,2.79,11,4.22,2.17,9,5.27,2.71,22,5.86,1.96,14
+indulgence,5.74,1.73,19,5.29,2.37,21,4.91,2.64,23,6.33,1.15,3,5.62,1.82,16,5.75,2.12,8,5.0,2.55,13,5.0,2.74,9,4.86,2.68,14,5.56,2.01,9,5.9,1.52,10,6.78,1.39,9,4.17,2.37,12,5.07,2.87,15,4.62,2.33,8,5.57,1.72,7,5.83,1.8,12,5.4,2.27,10,5.18,2.56,11,4.69,3.15,13,5.2,1.93,10
+indulgent,4.86,2.15,21,4.68,1.96,22,5.85,2.05,26,5.45,2.3,11,4.2,1.87,10,4.5,1.84,10,4.83,2.12,12,5.45,1.92,11,6.14,2.25,14,5.5,2.37,10,4.27,1.85,11,4.4,2.12,10,4.92,1.88,12,6.06,2.01,17,5.38,2.33,8,4.77,2.52,13,5.0,1.51,8,4.93,2.09,14,4.25,1.75,8,6.41,1.97,17,4.78,1.86,9
+industrial,4.65,1.69,20,4.72,2.35,18,5.08,2.12,25,4.73,1.9,11,4.56,1.51,9,5.29,1.7,7,4.36,2.69,11,5.23,1.83,13,4.92,2.47,12,4.55,1.44,11,4.78,2.05,9,4.6,2.41,10,4.88,2.42,8,5.59,2.0,17,4.0,2.07,8,4.7,1.25,10,4.6,2.12,10,4.82,2.23,11,4.57,2.7,7,5.44,2.03,16,4.44,2.24,9
+industrialist,4.37,1.77,19,4.77,2.43,22,5.48,2.06,21,4.67,2.06,9,4.1,1.52,10,5.55,2.54,11,4.0,2.14,11,4.88,2.03,8,5.85,2.08,13,4.31,1.25,13,4.5,2.74,6,5.5,3.21,8,4.36,1.86,14,5.62,1.92,8,5.38,2.22,13,4.67,0.87,9,4.1,2.33,10,4.25,2.26,12,5.4,2.59,10,5.83,1.85,12,5.0,2.35,9
+industry,5.07,1.56,870,4.25,2.2,20,4.65,1.85,23,5.34,1.55,335,4.91,1.53,529,4.57,2.64,7,4.08,2.02,13,4.75,2.25,8,4.6,1.68,15,5.08,1.64,416,5.07,1.48,447,4.0,2.1,11,4.56,2.4,9,4.94,1.91,16,3.83,1.72,6,4.94,1.55,478,5.22,1.56,392,3.83,2.21,12,4.88,2.17,8,4.47,1.73,15,5.0,2.14,8
+ineffective,3.11,1.15,19,3.75,2.2,20,3.55,2.54,20,3.67,1.53,3,2.87,0.99,15,3.5,1.58,10,4.0,2.75,10,3.5,2.01,10,3.6,3.1,10,3.17,0.75,6,2.92,1.24,12,3.29,2.29,7,4.0,2.2,13,2.38,1.41,8,4.33,2.87,12,2.75,1.14,12,3.71,0.95,7,4.0,2.54,10,3.5,1.9,10,4.0,2.6,9,3.18,2.56,11
+ineffectual,3.79,1.78,19,3.5,2.04,20,4.21,2.15,24,3.77,2.01,13,3.83,1.33,6,4.0,2.55,5,3.33,1.91,15,4.08,2.06,13,4.36,2.34,11,4.22,2.33,9,3.4,1.07,10,4.43,2.23,7,3.0,1.83,13,4.18,1.99,11,4.23,2.35,13,4.33,2.24,9,3.3,1.16,10,3.1,1.91,10,3.9,2.18,10,4.33,2.65,9,4.13,1.88,15
+inefficient,4.05,1.53,21,3.96,2.51,24,5.6,1.98,20,4.0,1.07,8,4.08,1.8,13,5.0,1.1,6,3.61,2.77,18,5.36,2.2,11,5.89,1.76,9,4.42,1.83,12,3.56,0.88,9,5.2,1.99,10,3.07,2.53,14,5.85,1.99,13,5.14,2.04,7,4.21,1.76,14,3.71,0.95,7,3.56,2.13,16,4.75,3.15,8,5.67,1.83,12,5.5,2.33,8
+inept,4.1,1.65,20,4.2,2.24,20,4.23,2.14,26,3.73,1.56,11,4.56,1.74,9,3.14,1.57,7,4.77,2.39,13,4.15,2.19,13,4.31,2.18,13,4.55,1.86,11,3.56,1.24,9,3.73,2.05,11,4.78,2.44,9,4.41,2.5,17,3.89,1.27,9,4.5,1.78,10,3.7,1.49,10,3.75,2.22,12,4.88,2.23,8,4.69,2.3,16,3.5,1.72,10
+inertia,5.35,1.5,20,5.32,2.46,22,4.05,2.3,19,6.22,1.3,9,4.64,1.29,11,6.2,3.03,5,5.25,2.24,16,3.17,2.32,6,4.46,2.26,13,5.57,1.22,14,4.83,2.04,6,4.5,2.28,12,6.78,1.99,9,3.78,2.17,9,4.3,2.5,10,5.6,1.35,10,5.1,1.66,10,4.58,2.61,12,6.2,2.04,10,3.5,2.43,6,4.31,2.29,13
+inevitable,4.1,1.73,21,4.27,2.21,22,3.15,2.39,26,4.0,1.95,11,4.2,1.55,10,4.3,2.11,10,4.25,2.38,12,3.91,3.02,11,2.57,1.79,14,3.9,1.6,10,4.27,1.9,11,4.2,2.62,10,4.33,1.92,12,3.59,2.69,17,2.25,1.58,8,3.69,2.1,13,4.75,0.46,8,4.71,2.16,14,3.5,2.2,8,3.06,2.36,17,3.33,2.6,9
+inexcusable,3.68,1.2,19,3.59,2.37,17,3.82,2.01,17,4.27,1.01,11,2.88,0.99,8,4.5,2.52,4,3.31,2.36,13,4.0,2.45,8,3.67,1.66,9,3.75,1.16,8,3.64,1.29,11,3.29,2.21,7,3.8,2.57,10,4.17,2.04,6,3.64,2.06,11,3.62,1.04,13,3.83,1.6,6,2.8,1.81,10,4.71,2.75,7,3.71,1.98,7,3.9,2.13,10
+inexpensive,7.63,1.46,19,4.74,2.58,23,5.72,2.08,18,7.11,1.17,9,8.1,1.6,10,5.86,3.24,7,4.2,2.24,15,5.7,2.06,10,5.75,2.25,8,8.22,1.09,9,7.1,1.6,10,4.7,2.36,10,4.75,2.96,12,5.0,1.41,8,6.0,2.35,9,7.67,1.37,12,7.57,1.72,7,4.6,2.56,20,5.67,3.06,3,5.38,1.92,8,6.0,2.26,10
+inexperienced,3.5,1.32,20,3.67,2.06,18,3.64,2.11,22,3.6,1.14,5,3.47,1.41,15,3.33,1.97,6,3.83,2.17,12,4.1,1.6,10,3.25,2.45,12,3.8,0.92,10,3.2,1.62,10,3.2,1.69,10,4.25,2.43,8,3.36,2.11,11,3.91,2.17,11,3.17,1.4,12,4.0,1.07,8,2.22,1.09,9,5.11,1.76,9,4.18,2.56,11,3.09,1.45,11
+inexplicable,4.55,1.5,20,5.0,2.26,23,4.43,1.86,21,4.0,1.22,9,5.0,1.61,11,5.0,2.41,11,5.0,2.22,12,3.5,1.2,8,5.0,2.0,13,4.43,1.16,14,4.83,2.23,6,4.89,2.71,9,5.07,2.02,14,5.5,1.85,8,3.77,1.59,13,4.7,1.42,10,4.4,1.65,10,4.46,1.94,13,5.7,2.54,10,4.5,2.2,12,4.33,1.41,9
+infallible,5.86,1.46,21,3.79,2.86,24,5.3,2.39,20,6.25,1.28,8,5.62,1.56,13,4.83,2.23,6,3.44,3.01,18,5.82,2.04,11,4.67,2.74,9,5.58,1.08,12,6.22,1.86,9,4.2,2.97,10,3.5,2.85,14,5.38,2.36,13,5.14,2.61,7,5.71,1.2,14,6.14,1.95,7,4.19,2.79,16,3.0,3.02,8,5.67,1.83,12,4.75,3.11,8
+infamous,4.86,1.77,21,4.32,2.5,22,5.04,2.21,27,4.5,1.58,10,5.18,1.94,11,3.86,2.79,7,4.53,2.42,15,4.53,2.48,17,5.9,1.37,10,5.55,1.63,11,4.1,1.66,10,3.8,3.03,5,4.47,2.4,17,4.93,2.79,14,5.15,1.46,13,4.77,1.79,13,5.0,1.85,8,3.8,3.01,10,4.75,2.01,12,5.5,2.56,14,4.54,1.71,13
+infamy,4.36,2.04,22,5.05,2.64,21,4.65,1.98,20,4.38,2.07,8,4.36,2.1,14,5.0,2.54,10,5.09,2.84,11,6.14,0.9,7,3.85,1.95,13,4.18,2.36,11,4.55,1.75,11,4.91,2.3,11,5.2,3.08,10,4.87,1.85,15,4.0,2.45,5,4.2,1.32,10,4.5,2.54,12,5.89,2.15,9,4.42,2.87,12,4.7,1.57,10,4.6,2.41,10
+infant,6.65,1.93,20,4.1,2.72,21,5.26,2.49,38,7.33,1.53,3,6.53,2.0,17,3.57,2.99,7,4.31,2.75,13,4.54,2.47,13,5.64,2.46,25,7.0,2.24,7,6.46,1.81,13,4.0,3.27,7,4.08,2.63,13,5.22,2.26,18,5.3,2.74,20,6.78,1.86,9,6.55,2.07,11,5.0,2.72,11,3.1,2.47,10,5.0,2.6,17,5.48,2.44,21
+infantile,4.3,1.42,20,3.6,2.14,20,3.77,1.69,22,3.86,1.57,7,4.54,1.33,13,4.0,2.4,9,3.27,1.95,11,3.83,2.32,6,3.75,1.48,16,4.6,1.07,10,3.89,1.76,9,3.12,1.46,8,3.92,2.5,12,4.13,1.77,15,3.0,1.29,7,4.27,1.49,11,4.33,1.41,9,3.5,1.83,12,3.75,2.66,8,4.18,1.83,11,3.36,1.5,11
+infantry,3.7,2.2,20,4.05,2.71,21,4.67,2.18,24,4.25,2.63,4,3.56,2.16,16,5.5,2.38,4,3.71,2.73,17,4.5,2.78,8,4.75,1.91,16,3.38,1.69,8,3.92,2.54,12,4.1,2.88,10,4.0,2.68,11,4.92,1.85,13,4.36,2.58,11,3.91,1.92,11,3.44,2.6,9,3.2,2.7,10,4.82,2.6,11,4.76,2.41,17,4.43,1.62,7
+infatuated,6.0,1.76,21,6.0,2.18,20,4.8,2.8,20,5.5,1.52,6,6.2,1.86,15,5.88,2.1,8,6.08,2.31,12,4.8,2.3,10,4.8,3.36,10,6.0,1.79,6,6.0,1.81,15,5.5,2.68,10,6.5,1.51,10,4.29,2.76,14,6.0,2.76,6,5.14,2.19,7,6.43,1.4,14,5.86,2.44,14,6.33,1.51,6,4.83,2.98,12,4.75,2.71,8
+infatuation,5.74,2.37,39,5.77,2.51,22,4.59,2.64,39,5.47,2.29,15,5.92,2.45,24,5.75,2.73,12,5.8,2.35,10,4.95,2.99,21,4.17,2.18,18,6.32,2.38,19,5.2,2.28,20,6.33,2.55,9,5.38,2.5,13,4.79,2.62,19,4.4,2.72,20,5.92,2.45,24,5.47,2.29,15,4.78,2.64,9,6.46,2.26,13,5.47,2.93,19,3.75,2.07,20
+infect,2.84,1.68,19,4.0,2.02,22,3.7,2.1,23,2.45,1.51,11,3.0,1.63,7,4.25,2.05,8,3.86,2.07,14,4.57,1.99,7,3.31,2.09,16,3.62,1.69,8,2.27,1.49,11,3.78,1.79,9,4.15,2.23,13,4.64,2.06,11,2.83,1.8,12,2.75,1.82,12,3.0,1.53,7,2.82,1.83,11,5.18,1.47,11,3.23,1.96,13,4.3,2.21,10
+infection,2.0,1.17,20,4.95,2.52,38,3.8,2.3,54,1.2,0.45,5,2.27,1.22,15,4.78,2.77,9,5.0,2.49,29,3.72,2.4,18,3.83,2.29,36,2.1,1.1,10,1.9,1.29,10,4.5,2.77,14,5.21,2.4,24,4.36,2.25,28,3.19,2.25,26,2.17,1.19,12,1.75,1.16,8,3.76,2.32,21,6.41,1.97,17,3.41,2.26,32,4.36,2.3,22
+infectious,2.63,1.86,19,5.14,2.26,21,3.19,2.04,21,3.0,1.8,9,2.3,1.95,10,4.67,2.66,6,5.36,2.24,14,3.17,2.4,6,3.2,1.97,15,3.0,2.24,7,2.42,1.68,12,4.8,1.92,5,5.25,2.41,16,3.8,2.25,10,2.64,1.75,11,2.3,1.89,10,3.0,1.87,9,5.75,1.49,8,4.77,2.62,13,3.58,2.11,12,2.67,1.94,9
+infer,4.79,1.13,19,3.82,2.24,22,4.95,2.18,21,4.75,2.06,4,4.8,0.86,15,5.0,1.81,12,2.4,1.9,10,4.64,2.58,11,4.89,1.17,9,4.55,1.29,11,5.12,0.83,8,4.13,2.42,15,3.14,1.77,7,4.27,1.62,11,5.7,2.54,10,4.75,0.97,12,4.86,1.46,7,3.79,2.25,19,4.0,2.65,3,4.86,1.92,14,5.14,2.79,7
+inferior,3.43,1.47,21,4.55,2.47,40,3.35,1.96,46,3.42,1.31,12,3.44,1.74,9,4.57,2.62,14,4.54,2.44,26,3.6,1.45,15,3.23,2.17,31,2.75,2.06,4,3.59,1.33,17,4.53,2.8,15,4.56,2.31,25,3.84,2.3,25,2.76,1.26,21,3.67,1.56,12,3.11,1.36,9,4.0,2.37,21,5.16,2.5,19,3.55,1.86,29,3.0,2.12,17
+inferiority,3.09,1.93,22,3.47,2.22,19,3.33,2.2,21,4.4,2.79,5,2.62,1.5,16,3.62,2.45,8,3.36,2.16,11,4.2,2.44,10,2.55,1.69,11,3.25,2.14,12,2.9,1.73,10,4.8,1.99,10,2.0,1.41,9,3.25,2.6,12,3.44,1.67,9,2.91,2.26,11,3.27,1.62,11,4.0,1.85,8,3.09,2.47,11,4.0,2.65,9,2.83,1.75,12
+infernal,4.14,1.77,21,6.3,2.03,20,4.61,2.22,36,3.5,1.2,8,4.54,1.98,13,7.2,1.64,5,6.0,2.1,15,4.82,1.99,11,4.52,2.35,25,4.31,2.14,13,3.88,0.99,8,6.5,1.93,12,6.0,2.27,8,4.8,2.24,20,4.38,2.25,16,4.73,1.9,11,3.5,1.43,10,6.91,1.92,11,5.56,2.01,9,4.27,2.31,22,5.14,2.03,14
+inferno,3.24,1.79,21,6.14,2.37,21,3.32,2.04,25,3.0,1.28,12,3.56,2.35,9,6.14,1.57,7,6.14,2.74,14,3.7,2.06,10,3.07,2.05,15,4.5,2.52,4,2.94,1.52,17,6.0,2.21,10,6.27,2.61,11,2.57,1.27,7,3.61,2.23,18,3.33,1.92,12,3.11,1.69,9,6.08,2.33,13,6.25,2.6,8,2.67,1.32,9,3.69,2.3,16
+infertility,3.0,1.49,19,4.8,2.8,20,2.62,2.12,24,3.15,1.77,13,2.67,0.52,6,5.2,2.39,5,4.67,2.99,15,3.15,1.77,13,2.0,2.41,11,3.22,2.05,9,2.8,0.79,10,5.29,2.98,7,4.54,2.79,13,3.18,2.71,11,2.15,1.41,13,3.56,1.33,9,2.5,1.51,10,3.7,2.67,10,5.9,2.6,10,2.78,2.68,9,2.53,1.81,15
+infestation,2.3,1.17,20,5.83,2.96,18,2.75,2.23,24,2.6,0.89,5,2.2,1.26,15,7.0,2.92,5,5.38,2.96,13,3.77,2.49,13,1.55,1.04,11,2.6,1.35,10,2.0,0.94,10,7.14,2.48,7,5.0,3.03,11,3.38,2.42,16,1.5,1.07,8,2.36,1.28,14,2.17,0.98,6,6.0,2.83,12,5.5,3.45,6,2.73,2.37,15,2.78,2.11,9
+infidel,3.9,2.05,21,4.52,2.4,21,5.0,2.14,21,4.0,2.2,13,3.75,1.91,8,4.91,2.59,11,4.33,2.24,9,4.83,2.71,6,5.07,1.98,15,4.1,2.33,10,3.73,1.85,11,4.09,2.26,11,5.0,2.58,10,4.69,2.02,13,5.5,2.39,8,3.42,2.02,12,4.56,2.01,9,4.31,2.5,13,4.88,2.36,8,4.45,1.44,11,5.6,2.67,10
+infidelity,2.1,1.62,20,5.7,2.57,23,3.86,2.57,21,1.89,1.05,9,2.27,2.0,11,4.91,2.43,11,6.42,2.57,12,3.5,1.31,8,4.08,3.15,13,2.29,1.86,14,1.67,0.82,6,3.89,2.2,9,6.86,2.11,14,4.0,2.67,8,3.77,2.62,13,2.5,2.12,10,1.7,0.82,10,5.85,2.38,13,5.5,2.92,10,4.42,3.06,12,3.11,1.62,9
+infield,4.75,1.41,20,3.87,1.98,23,5.52,1.94,21,4.6,1.52,5,4.8,1.42,15,4.75,1.6,12,2.91,1.97,11,5.91,1.81,11,4.78,1.92,9,4.73,1.79,11,4.78,0.83,9,3.94,1.95,16,3.71,2.21,7,5.27,1.74,11,5.8,2.2,10,5.0,1.47,13,4.29,1.25,7,3.95,2.07,19,3.5,1.73,4,5.0,1.57,14,6.57,2.3,7
+infiltrate,4.41,1.74,22,5.13,2.56,23,5.11,2.85,19,4.75,1.67,8,4.15,1.86,13,6.12,2.23,8,4.64,2.73,14,5.0,3.42,7,5.0,2.68,11,3.5,1.6,8,4.92,1.71,13,4.89,2.85,9,5.29,2.46,14,5.14,2.97,7,5.08,2.91,12,4.64,1.91,11,4.18,1.6,11,3.0,2.4,9,6.5,1.56,14,5.25,2.86,16,4.33,3.21,3
+infiltration,3.7,1.42,20,4.78,2.56,18,4.33,2.18,24,4.4,1.14,5,3.47,1.46,15,6.4,1.52,5,4.15,2.64,13,4.85,2.44,13,3.73,1.74,11,3.3,1.42,10,4.1,1.37,10,6.0,1.53,7,4.0,2.83,11,4.69,2.27,16,3.62,1.92,8,3.71,1.54,14,3.67,1.21,6,4.58,2.64,12,5.17,2.56,6,4.53,2.2,15,4.0,2.24,9
+infinite,6.05,1.66,21,4.6,2.8,25,5.16,3.0,19,6.11,1.96,9,6.0,1.48,12,4.17,3.13,6,4.72,2.85,18,4.57,3.64,7,5.5,2.68,12,6.19,1.56,16,5.6,2.07,5,4.93,2.95,14,4.1,2.81,10,5.22,3.49,9,5.1,2.69,10,6.25,2.01,12,5.78,1.09,9,4.69,2.82,16,4.44,2.92,9,6.09,2.98,11,3.88,2.7,8
+infinity,6.74,2.02,19,4.0,2.68,20,5.65,3.01,20,7.67,1.53,3,6.6,2.16,15,5.1,3.03,10,2.9,1.79,10,5.0,2.87,10,6.3,3.16,10,6.5,2.17,6,6.92,2.11,12,4.57,3.1,7,3.69,2.5,13,5.75,3.28,8,5.58,2.97,12,6.92,2.11,12,6.43,1.99,7,4.4,3.06,10,3.6,2.32,10,5.44,3.17,9,5.82,3.03,11
+infirmary,3.52,1.63,21,4.13,2.28,23,4.25,2.2,20,4.2,2.17,5,3.31,1.45,16,4.58,1.88,12,3.64,2.66,11,4.2,2.44,10,3.78,1.3,9,2.83,1.47,12,4.44,1.42,9,4.31,2.41,16,3.71,2.06,7,4.3,1.49,10,4.2,2.82,10,3.54,1.71,13,3.5,1.6,8,4.0,2.26,19,4.75,2.63,4,4.29,1.98,14,4.17,2.86,6
+inflammation,2.76,1.41,21,4.46,2.06,24,2.64,1.94,22,2.38,1.06,8,3.0,1.58,13,4.67,2.35,12,4.25,1.82,12,3.0,2.16,13,2.11,1.54,9,2.25,1.16,8,2.92,1.44,12,4.92,1.19,13,3.91,2.74,11,3.42,2.27,12,1.7,0.82,10,2.9,1.73,10,2.64,1.12,11,4.06,2.24,16,5.25,1.49,8,3.0,2.58,10,2.33,1.23,12
+inflammatory,3.0,1.72,20,4.67,2.52,21,4.17,2.75,24,3.67,1.53,3,2.88,1.76,17,5.14,2.41,7,4.38,2.72,13,4.38,2.5,8,4.06,2.93,16,3.14,1.35,7,2.92,1.93,13,4.14,1.77,7,4.92,2.96,13,4.86,3.01,14,3.2,2.1,10,3.22,1.39,9,2.82,1.99,11,4.55,2.42,11,4.8,2.74,10,3.71,2.97,17,5.29,1.8,7
+inflatable,4.79,2.02,19,2.8,1.99,20,5.55,2.26,20,5.67,1.15,3,4.67,2.19,15,2.7,2.11,10,2.9,1.97,10,6.3,1.64,10,4.8,2.62,10,4.33,1.97,6,5.08,2.15,12,2.43,1.9,7,3.0,2.08,13,5.12,2.23,8,5.83,2.33,12,4.75,1.91,12,4.86,2.34,7,3.2,2.15,10,2.4,1.84,10,5.33,2.24,9,5.73,2.37,11
+inflate,4.3,1.72,20,3.3,1.82,23,5.28,2.22,18,4.89,1.62,9,3.82,1.72,11,3.73,1.74,11,2.92,1.88,12,5.5,1.78,10,5.0,2.78,8,4.14,1.86,7,4.42,1.78,12,3.91,1.81,11,2.75,1.71,12,5.29,2.21,7,5.27,2.33,11,4.0,1.91,13,4.86,1.21,7,2.73,1.74,11,3.83,1.8,12,5.11,1.83,9,5.44,2.65,9
+inflated,5.13,1.66,23,3.55,2.22,22,4.47,2.25,19,5.25,2.05,8,5.07,1.49,15,4.3,2.21,10,2.92,2.11,12,5.29,2.81,7,4.0,1.81,12,4.92,1.93,12,5.36,1.36,11,3.36,1.86,11,3.73,2.61,11,4.57,2.59,14,4.2,0.84,5,4.64,1.57,11,5.58,1.68,12,3.3,1.95,10,3.75,2.49,12,4.22,2.11,9,4.7,2.45,10
+inflation,2.91,1.87,22,4.5,2.32,22,4.0,2.49,19,3.62,2.67,8,2.62,1.12,13,3.75,2.25,8,4.92,2.43,13,3.71,3.04,7,3.91,2.17,11,2.88,2.7,8,3.08,1.26,13,4.38,2.62,8,4.57,2.24,14,3.43,2.3,7,4.33,2.64,12,3.36,2.38,11,2.45,1.13,11,3.25,2.55,8,5.21,1.93,14,4.06,2.49,16,3.67,3.06,3
+inflict,3.35,2.03,20,3.71,2.37,21,4.6,2.4,25,2.75,2.22,4,3.5,2.03,16,3.5,2.08,4,3.76,2.49,17,4.78,2.68,9,4.5,2.31,16,3.62,1.6,8,3.17,2.33,12,4.4,2.55,10,3.09,2.12,11,4.29,2.27,14,5.0,2.61,11,3.09,1.7,11,3.67,2.45,9,3.5,2.22,10,3.91,2.59,11,4.94,2.53,18,3.71,1.89,7
+influence,5.53,1.58,19,4.3,2.27,23,5.96,2.19,28,5.57,0.79,7,5.5,1.93,12,4.11,1.9,9,4.43,2.53,14,5.5,2.41,14,6.43,1.91,14,5.38,2.2,8,5.64,1.03,11,4.17,2.55,12,4.45,2.02,11,6.14,2.14,14,5.79,2.29,14,5.3,1.95,10,5.78,1.09,9,4.55,1.97,11,4.08,2.57,12,5.58,2.43,12,6.25,2.02,16
+influential,5.94,1.21,18,4.33,2.31,21,6.52,2.04,23,6.2,1.3,5,5.83,1.27,12,5.17,2.56,6,4.0,2.2,15,7.0,2.0,10,6.15,2.08,13,6.33,1.21,6,5.73,1.27,11,4.14,2.34,7,4.43,2.38,14,6.27,2.1,11,6.75,2.05,12,6.0,1.18,11,5.86,1.35,7,4.73,2.24,11,3.9,2.42,10,6.5,1.95,14,6.56,2.3,9
+influenza,2.86,1.8,21,4.91,2.39,23,2.76,1.92,21,4.2,2.77,5,2.44,1.21,16,5.08,2.35,12,4.73,2.53,11,3.18,2.27,11,2.22,1.48,9,2.25,1.71,12,3.67,1.66,9,5.06,2.21,16,4.57,2.94,7,2.73,1.49,11,2.8,2.39,10,2.69,1.84,13,3.12,1.81,8,4.95,2.61,19,4.75,0.96,4,2.86,2.18,14,2.57,1.4,7
+info,5.95,1.54,19,3.72,2.19,18,5.06,2.19,17,6.36,1.12,11,5.38,1.92,8,4.0,2.0,4,3.64,2.31,14,3.88,1.73,8,6.11,2.09,9,6.75,1.04,8,5.36,1.63,11,4.0,1.53,7,3.55,2.58,11,3.83,2.32,6,5.73,1.9,11,5.92,1.8,13,6.0,0.89,6,2.82,2.14,11,5.14,1.46,7,5.43,2.07,7,4.8,2.35,10
+infomercial,3.52,2.14,21,4.35,2.72,20,4.67,2.54,36,3.75,2.25,8,3.38,2.14,13,4.6,2.61,5,4.27,2.84,15,5.09,2.66,11,4.48,2.52,25,3.92,2.33,13,2.88,1.73,8,4.33,2.61,12,4.38,3.07,8,4.45,2.46,20,4.94,2.69,16,3.91,2.12,11,3.1,2.18,10,4.82,2.93,11,3.78,2.49,9,3.95,2.59,22,5.79,2.08,14
+inform,5.18,1.29,17,3.33,1.62,21,6.4,1.57,20,5.0,1.0,3,5.21,1.37,14,3.0,1.41,6,3.47,1.73,15,6.67,1.51,6,6.29,1.64,14,5.11,1.05,9,5.25,1.58,8,4.0,1.41,7,3.0,1.66,14,6.5,1.51,10,6.3,1.7,10,4.71,0.95,7,5.5,1.43,10,3.11,1.83,9,3.5,1.51,12,5.62,1.69,8,6.92,1.31,12
+informal,5.05,1.43,20,3.24,2.07,25,5.58,2.17,19,5.25,1.75,8,4.92,1.24,12,2.83,1.83,6,3.39,2.23,18,4.86,2.27,7,6.0,2.09,12,5.07,1.62,15,5.0,0.71,5,2.93,2.37,14,3.7,1.7,10,5.22,2.54,9,5.9,1.85,10,5.0,1.55,11,5.11,1.36,9,3.62,2.25,16,2.56,1.59,9,5.45,2.5,11,5.75,1.75,8
+informant,4.5,2.15,22,4.3,2.39,20,4.79,2.3,24,4.73,2.37,15,4.0,1.63,7,4.0,2.55,5,4.4,2.41,15,4.77,2.09,13,4.82,2.64,11,5.8,2.2,10,3.42,1.44,12,4.43,3.15,7,4.23,2.01,13,5.18,2.09,11,4.46,2.5,13,5.09,2.07,11,3.91,2.17,11,3.8,2.39,10,4.8,2.39,10,5.56,2.55,9,4.33,2.09,15
+information,6.33,2.09,18,2.3,2.05,20,5.39,2.0,18,5.62,2.39,8,6.9,1.73,10,2.14,1.57,7,2.38,2.33,13,5.36,2.2,11,5.43,1.81,7,5.82,2.27,11,7.14,1.57,7,1.89,1.45,9,2.64,2.46,11,5.09,2.21,11,5.86,1.68,7,5.67,2.02,12,7.67,1.63,6,2.17,1.59,12,2.5,2.73,8,6.0,2.12,9,4.78,1.79,9
+informative,5.94,1.16,18,3.89,2.05,18,6.47,1.62,17,5.9,1.1,10,6.0,1.31,8,4.5,2.52,4,3.71,1.98,14,6.75,1.16,8,6.22,1.99,9,6.29,1.11,7,5.73,1.19,11,3.57,1.81,7,4.09,2.26,11,5.67,2.07,6,6.91,1.22,11,5.92,1.38,12,6.0,0.63,6,3.27,1.9,11,4.86,2.04,7,6.71,1.11,7,6.3,1.95,10
+informer,4.25,1.77,20,4.81,1.57,21,5.71,2.47,34,4.5,1.72,10,4.0,1.89,10,4.62,1.69,8,4.92,1.55,13,6.43,2.62,14,5.2,2.28,20,4.89,1.69,9,3.73,1.74,11,4.77,1.24,13,4.88,2.1,8,5.59,2.89,22,5.92,1.51,12,3.9,2.08,10,4.6,1.43,10,4.79,1.63,14,4.86,1.57,7,6.12,2.34,17,5.29,2.59,17
+infraction,3.86,1.21,22,5.05,1.81,19,4.1,1.87,21,3.4,1.14,5,4.0,1.26,16,5.88,1.73,8,4.45,1.69,11,4.0,1.05,10,4.18,2.44,11,3.92,0.79,12,3.8,1.62,10,5.3,1.95,10,4.78,1.72,9,3.75,2.05,12,4.56,1.59,9,3.55,0.69,11,4.18,1.54,11,4.88,1.96,8,5.18,1.78,11,3.67,1.0,9,4.42,2.31,12
+infrared,4.39,1.2,23,4.41,2.4,22,5.25,2.07,20,4.5,1.2,8,4.33,1.23,15,4.2,2.39,10,4.58,2.5,12,6.29,2.14,7,4.69,1.89,13,4.67,0.89,12,4.09,1.45,11,3.91,2.02,11,4.91,2.74,11,5.6,2.06,15,4.2,1.92,5,4.18,1.08,11,4.58,1.31,12,4.2,2.25,10,4.58,2.61,12,5.5,1.08,10,5.0,2.79,10
+infrastructure,5.14,1.73,22,4.16,2.17,25,5.33,2.24,24,5.22,2.05,9,5.08,1.55,13,4.2,2.86,10,4.13,1.68,15,5.78,2.28,9,5.07,2.25,15,5.12,1.36,8,5.14,1.96,14,4.08,2.39,12,4.23,2.05,13,5.33,2.31,12,5.33,2.27,12,4.75,1.29,12,5.6,2.12,10,3.93,2.31,15,4.5,2.01,10,5.08,2.63,13,5.64,1.75,11
+infuriating,2.63,1.21,19,5.9,2.25,20,4.48,2.47,23,3.33,1.53,3,2.5,1.15,16,6.5,1.2,8,5.5,2.71,12,4.56,2.35,9,4.43,2.62,14,2.56,1.24,9,2.7,1.25,10,5.62,1.69,8,6.08,2.61,12,4.93,2.63,15,3.62,2.0,8,2.43,0.53,7,2.75,1.48,12,6.5,1.58,10,5.3,2.71,10,4.85,3.0,13,4.0,1.56,10
+infuser,5.05,1.24,21,4.2,2.44,20,3.62,2.36,21,5.17,0.75,6,5.0,1.41,15,4.38,3.11,8,4.08,2.02,12,3.18,2.27,11,4.1,2.47,10,5.44,0.73,9,4.75,1.48,12,3.67,2.55,9,4.64,2.38,11,2.86,1.35,7,4.0,2.69,14,5.0,1.25,10,5.09,1.3,11,3.69,2.43,13,5.14,2.34,7,3.18,2.52,11,4.1,2.18,10
+ingenious,5.61,2.06,23,5.45,2.52,22,6.6,2.04,20,5.75,2.38,8,5.53,1.96,15,5.2,2.74,10,5.67,2.42,12,6.14,2.48,7,6.85,1.82,13,5.17,2.37,12,6.09,1.64,11,4.91,2.34,11,6.0,2.68,11,6.4,1.92,15,7.2,2.49,5,4.55,2.11,11,6.58,1.51,12,6.0,2.26,10,5.0,2.73,12,5.6,1.78,10,7.6,1.84,10
+ingenuity,6.52,2.04,21,4.39,2.57,23,5.92,1.85,26,7.09,1.81,11,5.9,2.18,10,4.82,2.56,11,4.0,2.63,12,5.09,1.64,11,6.79,1.58,14,6.3,2.41,10,6.73,1.74,11,5.18,2.79,11,3.67,2.23,12,5.82,1.91,17,6.5,1.51,8,7.0,2.2,13,5.75,1.58,8,4.2,2.78,15,4.75,2.25,8,6.0,1.94,17,5.78,1.79,9
+ingest,5.0,1.61,21,3.56,2.31,25,6.26,2.02,19,5.33,1.8,9,4.75,1.48,12,3.67,1.97,6,3.61,2.5,18,5.57,2.3,7,6.67,1.83,12,5.06,1.57,16,4.8,1.92,5,3.29,2.37,14,4.1,2.33,10,5.89,2.26,9,6.6,1.84,10,5.42,1.98,12,4.44,0.73,9,3.75,2.24,16,3.22,2.54,9,6.36,2.5,11,6.12,1.25,8
+ingrate,3.5,1.85,22,4.47,2.12,19,3.38,1.94,21,3.2,1.64,5,3.62,2.0,16,4.75,2.05,8,4.27,2.24,11,3.4,1.71,10,3.36,2.2,11,3.42,1.62,12,3.6,2.17,10,4.7,2.16,10,4.22,2.17,9,2.83,1.4,12,4.11,2.37,9,2.82,1.66,11,4.18,1.83,11,4.12,2.23,8,4.73,2.1,11,3.11,1.69,9,3.58,2.15,12
+ingredient,5.86,1.35,21,2.45,1.74,22,5.85,2.27,27,5.7,1.42,10,6.0,1.34,11,1.86,1.57,7,2.73,1.79,15,5.41,2.53,17,6.6,1.58,10,6.27,1.56,11,5.4,0.97,10,2.2,2.17,5,2.53,1.66,17,5.29,2.52,14,6.46,1.85,13,5.85,1.57,13,5.88,0.99,8,1.8,1.32,10,3.0,1.91,12,6.07,2.5,14,5.62,2.06,13
+inhabit,5.38,1.77,21,3.65,1.72,23,5.45,2.09,20,4.2,2.17,5,5.75,1.53,16,4.42,1.38,12,2.82,1.72,11,5.7,2.36,10,4.89,1.69,9,5.17,1.99,12,5.67,1.5,9,3.62,1.63,16,3.71,2.06,7,4.45,1.81,11,6.67,1.8,9,5.69,1.6,13,4.88,2.03,8,3.58,1.71,19,4.0,2.0,4,4.93,1.98,14,6.67,1.97,6
+inhabitant,5.11,1.73,19,3.57,1.99,21,5.69,2.06,49,5.67,0.58,3,4.8,1.74,15,4.0,1.51,8,3.31,2.25,13,6.0,1.97,18,5.52,2.13,31,5.17,2.32,6,4.83,1.27,12,3.89,1.76,9,3.33,2.19,12,5.23,2.12,26,6.22,1.91,23,5.0,1.6,12,5.29,2.06,7,4.3,2.06,10,2.91,1.76,11,5.81,1.94,31,5.5,2.31,18
+inhalation,5.25,1.86,20,3.33,2.06,21,4.72,2.73,25,5.0,2.45,4,5.31,1.78,16,4.0,2.16,4,3.18,2.07,17,4.78,3.03,9,4.69,2.65,16,6.0,1.6,8,4.75,1.91,12,3.6,2.22,10,3.09,1.97,11,4.57,2.82,14,4.91,2.74,11,5.45,1.92,11,5.0,1.87,9,3.2,1.99,10,3.45,2.21,11,5.28,2.82,18,3.29,1.98,7
+inhale,5.36,1.53,22,4.43,2.56,23,5.89,2.42,19,5.25,1.67,8,5.23,1.36,13,4.62,2.88,8,4.36,2.56,14,6.0,2.71,7,5.82,2.48,11,5.25,1.75,8,5.23,1.3,13,3.89,2.57,9,4.79,2.58,14,4.71,2.75,7,6.58,2.02,12,5.73,1.79,11,5.0,1.18,11,3.67,2.6,9,4.93,2.5,14,6.31,2.27,16,3.67,2.31,3
+inhaler,4.43,1.91,21,3.46,2.38,24,5.05,2.5,19,4.88,1.13,8,4.15,2.27,13,4.67,1.63,6,3.06,2.48,18,5.36,2.62,11,4.62,2.45,8,5.0,2.13,12,3.67,1.32,9,3.7,2.54,10,3.29,2.33,14,5.42,2.68,12,4.43,2.23,7,4.5,2.03,14,4.29,1.8,7,4.12,2.36,16,2.12,1.89,8,4.92,2.57,12,5.29,2.56,7
+inherent,5.95,1.36,22,3.71,1.95,21,5.68,1.96,22,6.29,1.44,14,5.38,1.06,8,3.73,1.74,11,3.89,2.32,9,4.67,1.86,6,6.06,1.91,16,6.5,1.18,10,5.5,1.38,12,3.36,2.06,11,4.1,1.85,10,5.31,1.8,13,6.22,2.17,9,5.83,1.47,12,6.1,1.29,10,3.54,1.94,13,4.0,2.07,8,4.83,1.9,12,6.7,1.57,10
+inherit,7.11,1.71,18,4.35,2.48,20,4.76,1.9,25,8.2,0.84,5,6.69,1.8,13,4.18,2.68,11,4.56,2.35,9,4.81,1.68,16,4.67,2.35,9,6.57,2.07,7,7.45,1.44,11,4.11,2.15,9,4.55,2.81,11,4.6,1.98,20,5.4,1.52,5,6.78,1.92,9,7.44,1.51,9,4.0,2.24,11,4.78,2.82,9,4.84,1.54,19,4.5,2.95,6
+inheritance,6.8,1.36,20,5.0,2.71,20,5.04,2.98,25,6.0,1.0,3,6.94,1.39,17,5.43,3.1,7,4.92,2.64,12,4.62,2.92,8,5.24,3.07,17,6.71,1.25,7,6.85,1.46,13,5.0,3.11,7,5.17,2.66,12,4.93,3.15,14,5.18,2.89,11,6.33,1.22,9,7.18,1.4,11,5.55,2.81,11,4.33,2.6,9,5.06,3.26,18,5.0,2.31,7
+inhibition,3.95,1.28,21,4.29,1.85,21,4.48,2.49,25,3.92,1.31,12,4.0,1.32,9,4.43,2.15,7,4.21,1.76,14,3.3,1.42,10,5.27,2.76,15,4.0,1.15,4,3.94,1.34,17,5.0,1.49,10,3.64,1.96,11,3.71,2.43,7,4.78,2.51,18,4.0,1.48,12,3.89,1.05,9,4.0,1.68,13,4.75,2.12,8,3.56,2.35,9,5.0,2.48,16
+inhibitor,4.43,2.06,21,5.45,2.21,20,4.43,2.2,21,5.5,1.38,6,4.0,2.17,15,5.5,2.33,8,5.42,2.23,12,4.91,2.55,11,3.9,1.73,10,4.33,2.34,6,4.47,2.03,15,5.9,2.33,10,5.0,2.11,10,4.64,2.53,14,4.0,1.41,7,5.0,2.08,7,4.14,2.07,14,5.36,2.27,14,5.67,2.25,6,4.67,2.61,12,4.11,1.62,9
+inhospitable,2.65,1.53,20,4.36,2.22,22,3.35,1.69,20,3.22,1.92,9,2.18,0.98,11,3.5,2.35,6,4.67,2.23,15,2.83,1.72,6,3.57,1.7,14,3.38,2.07,8,2.17,0.83,12,4.0,2.0,5,4.47,2.32,17,4.44,1.67,9,2.45,1.13,11,2.27,1.79,11,3.11,1.05,9,4.44,2.13,9,4.31,2.36,13,3.64,1.96,11,3.0,1.32,9
+inhuman,3.18,1.92,22,5.24,2.47,21,3.64,2.48,22,3.57,2.14,14,2.5,1.31,8,5.36,2.54,11,5.11,2.67,9,5.67,2.34,6,2.88,2.13,16,3.7,2.36,10,2.75,1.42,12,5.09,2.84,11,5.4,2.12,10,4.46,2.22,13,2.44,2.46,9,3.08,2.02,12,3.3,1.89,10,4.85,2.58,13,5.88,2.3,8,3.67,2.57,12,3.6,2.5,10
+inhumane,3.1,2.36,21,5.43,2.18,21,3.36,1.84,22,3.78,2.28,9,2.58,2.39,12,4.5,2.26,6,5.79,2.19,14,3.83,1.47,6,3.19,1.97,16,3.67,2.6,9,2.67,2.19,12,5.6,2.07,5,5.38,2.28,16,3.91,1.81,11,2.82,1.78,11,2.58,2.61,12,3.78,1.92,9,4.88,1.89,8,5.77,2.35,13,2.92,1.62,12,3.9,2.02,10
+iniquity,4.25,2.27,20,3.38,2.16,21,4.92,2.38,25,4.86,3.18,7,3.92,1.66,13,2.89,1.54,9,3.75,2.53,12,5.2,2.24,15,4.56,2.79,9,4.45,2.07,11,4.0,2.6,9,4.0,1.51,8,3.0,2.45,13,5.73,2.55,15,3.67,1.58,9,5.15,2.12,13,2.57,1.51,7,3.0,1.81,15,4.33,2.8,6,5.08,2.61,12,4.77,2.24,13
+initial,5.38,1.56,21,4.09,2.27,22,5.27,1.91,22,5.5,1.43,10,5.27,1.74,11,5.0,1.51,8,3.57,2.5,14,5.0,1.84,11,5.55,2.02,11,5.0,0.0,7,5.57,1.91,14,4.1,2.02,10,4.08,2.54,12,5.15,2.03,13,5.44,1.81,9,5.67,1.97,12,5.0,0.71,9,4.12,2.42,8,4.07,2.27,14,5.43,2.21,14,5.0,1.31,8
+initiate,6.1,1.76,21,3.52,1.65,23,6.67,2.31,21,6.62,1.41,8,5.77,1.92,13,3.54,1.71,13,3.5,1.65,10,6.92,2.06,13,6.25,2.76,8,7.5,1.51,8,5.5,0.9,12,3.85,1.34,13,3.1,1.97,10,6.58,2.39,12,6.78,2.33,9,6.1,2.13,10,6.09,1.45,11,3.44,1.71,16,3.71,1.6,7,5.33,2.78,9,7.67,1.23,12
+initiation,5.09,1.41,22,4.29,2.39,21,4.68,2.63,22,5.36,1.5,14,4.62,1.19,8,5.0,2.61,11,3.67,2.0,9,4.5,2.26,6,4.75,2.82,16,5.2,1.69,10,5.0,1.21,12,3.45,2.16,11,5.2,2.39,10,4.54,2.63,13,4.89,2.76,9,5.17,1.53,12,5.0,1.33,10,4.31,2.56,13,4.25,2.25,8,5.08,2.75,12,4.2,2.53,10
+initiative,6.68,2.19,19,4.09,2.64,22,6.67,2.22,27,7.17,1.6,6,6.46,2.44,13,4.36,2.54,11,3.82,2.82,11,7.1,2.42,10,6.41,2.12,17,7.27,2.1,11,5.88,2.17,8,3.27,1.85,11,4.91,3.11,11,6.56,2.53,18,6.89,1.54,9,6.62,2.47,13,6.83,1.6,6,4.36,2.9,14,3.62,2.2,8,6.88,2.47,16,6.36,1.86,11
+inject,3.32,1.45,19,4.14,2.44,22,4.74,2.03,23,3.73,1.49,11,3.0,1.15,7,3.62,1.6,8,4.43,2.82,14,4.86,2.41,7,4.69,1.92,16,3.0,1.41,8,3.55,1.51,11,4.22,2.64,9,4.08,2.4,13,5.0,1.67,11,4.5,2.35,12,2.75,1.29,12,4.29,1.25,7,2.64,1.63,11,5.64,2.2,11,4.23,2.17,13,5.4,1.71,10
+injection,2.89,1.41,19,5.67,2.37,21,3.5,2.01,20,4.0,1.0,3,2.69,1.4,16,5.5,2.88,6,5.73,2.25,15,3.67,1.97,6,3.43,2.1,14,2.9,1.2,10,2.89,1.69,9,6.0,2.45,7,5.5,2.41,14,4.0,2.11,10,3.0,1.89,10,3.25,1.75,8,2.64,1.12,11,5.56,2.92,9,5.75,2.01,12,3.88,2.53,8,3.25,1.66,12
+injunction,4.18,1.99,22,4.26,1.66,19,4.19,2.48,21,4.8,1.92,5,3.94,2.08,16,4.38,1.3,8,4.18,1.94,11,4.4,2.55,10,4.0,2.53,11,4.5,2.11,12,3.8,1.87,10,4.5,1.43,10,4.0,1.94,9,4.17,2.29,12,4.22,2.86,9,4.18,2.4,11,4.18,1.6,11,3.88,2.03,8,4.55,1.37,11,4.44,2.7,9,4.0,2.41,12
+injure,3.74,1.41,19,5.9,2.43,21,4.22,1.57,23,3.8,1.1,5,3.77,1.59,13,6.17,2.56,6,5.8,2.46,15,4.7,1.42,10,3.85,1.63,13,3.86,1.07,7,3.73,1.68,11,5.29,2.5,7,6.21,2.42,14,4.73,1.19,11,3.75,1.76,12,4.08,1.38,12,3.14,1.35,7,4.73,2.8,11,7.2,0.92,10,4.36,1.69,14,4.0,1.41,9
+injury,2.32,1.63,19,5.56,2.33,43,3.6,2.08,48,2.89,2.03,9,1.8,1.03,10,5.25,2.24,16,5.74,2.41,27,3.65,2.21,17,3.53,2.06,30,2.86,1.21,7,2.0,1.81,12,5.52,2.45,23,5.6,2.26,20,4.0,2.17,32,2.67,1.63,15,3.0,1.89,10,1.56,0.88,9,5.73,2.34,26,5.29,2.37,17,4.0,2.33,28,3.05,1.57,20
+injustice,2.45,1.64,20,6.45,1.88,20,3.27,2.09,26,2.64,1.86,11,2.22,1.39,9,6.57,1.9,7,6.38,1.94,13,3.54,1.9,13,3.0,2.31,13,2.64,1.91,11,2.22,1.3,9,6.45,2.02,11,6.44,1.81,9,3.94,2.19,17,2.0,1.12,9,2.6,2.07,10,2.3,1.16,10,6.58,1.78,12,6.25,2.12,8,3.81,2.04,16,2.4,1.96,10
+ink,5.65,1.69,20,3.73,2.31,44,6.32,2.4,22,5.0,1.58,5,5.87,1.73,15,4.35,2.62,17,3.33,2.04,27,6.22,2.86,9,6.38,2.14,13,5.8,1.03,10,5.5,2.22,10,4.05,2.42,21,3.43,2.21,23,6.21,2.69,14,6.5,1.93,8,5.25,1.76,12,6.25,1.49,8,3.44,2.14,25,4.11,2.51,19,6.38,2.72,13,6.22,1.99,9
+inkling,5.63,2.11,19,3.9,2.14,21,4.71,2.22,21,5.36,1.96,11,5.86,2.54,7,4.29,1.98,7,3.71,2.27,14,3.8,2.28,5,5.0,2.19,16,5.62,2.26,8,5.64,2.11,11,3.67,2.45,9,4.08,1.98,12,4.11,2.42,9,5.17,2.04,12,5.33,2.46,12,6.14,1.35,7,2.91,2.17,11,5.0,1.56,10,4.58,2.23,12,4.89,2.32,9
+inlet,5.57,1.89,21,2.75,1.98,24,4.75,2.27,20,5.75,1.83,8,5.46,1.98,13,4.5,1.38,6,2.17,1.82,18,5.18,2.36,11,4.22,2.17,9,5.92,1.93,12,5.11,1.83,9,2.8,1.81,10,2.71,2.16,14,5.15,2.54,13,4.0,1.53,7,5.79,1.81,14,5.14,2.12,7,3.31,2.15,16,1.62,0.92,8,4.5,2.11,12,5.12,2.59,8
+inmate,2.67,2.09,18,4.73,2.91,22,3.0,1.89,28,2.67,1.63,6,2.67,2.35,12,5.36,2.77,11,4.09,3.05,11,2.45,1.86,11,3.35,1.87,17,3.4,2.46,10,1.75,1.04,8,4.45,3.05,11,5.0,2.9,11,3.22,2.1,18,2.6,1.43,10,2.92,2.35,12,2.17,1.47,6,3.86,2.8,14,6.25,2.6,8,2.69,1.82,16,3.42,1.98,12
+inn,5.71,1.82,21,3.26,1.89,23,5.52,2.02,21,5.6,2.7,5,5.75,1.57,16,3.75,1.96,12,2.73,1.74,11,6.27,1.85,11,4.22,1.3,9,5.83,2.29,12,5.56,1.01,9,3.19,1.87,16,3.43,2.07,7,4.82,1.72,11,6.3,2.11,10,5.85,1.46,13,5.5,2.39,8,3.32,1.95,19,3.0,1.83,4,4.79,1.89,14,7.0,1.41,7
+innards,3.11,1.24,19,3.29,2.28,21,4.17,2.25,23,3.18,1.25,11,3.29,1.11,7,4.0,2.56,8,2.85,2.08,13,4.57,2.82,7,4.0,2.03,16,3.12,1.64,8,3.09,0.94,11,3.11,2.09,9,3.42,2.5,12,4.91,2.07,11,3.5,2.28,12,3.08,1.44,12,3.14,0.9,7,3.0,2.79,11,3.6,1.65,10,4.23,2.31,13,4.1,2.28,10
+innate,5.14,1.39,21,2.95,1.76,22,5.07,2.27,27,5.1,1.6,10,5.18,1.25,11,2.43,1.9,7,3.2,1.7,15,4.71,2.44,17,5.7,1.89,10,5.09,1.04,11,5.2,1.75,10,3.2,2.28,5,2.88,1.65,17,4.64,2.27,14,5.54,2.26,13,4.54,1.2,13,6.12,1.13,8,2.5,1.72,10,3.33,1.78,12,5.29,2.37,14,4.85,2.23,13
+inner,5.11,1.45,19,3.5,2.64,18,5.71,2.37,17,5.36,0.67,11,4.75,2.12,8,3.5,3.0,4,3.5,2.65,14,4.62,2.56,8,6.67,1.8,9,5.5,1.07,8,4.82,1.66,11,2.29,1.38,7,4.27,3.0,11,5.5,3.08,6,5.82,2.04,11,4.69,1.44,13,6.0,1.1,6,3.45,3.01,11,3.57,2.15,7,5.71,2.14,7,5.7,2.63,10
+innermost,5.25,1.41,20,3.57,2.25,23,6.24,2.0,21,5.78,1.2,9,4.82,1.47,11,4.36,2.66,11,2.83,1.59,12,5.38,2.2,8,6.77,1.74,13,5.21,0.97,14,5.33,2.25,6,4.89,2.71,9,2.71,1.44,14,5.12,2.42,8,6.92,1.38,13,5.1,0.57,10,5.4,1.96,10,3.77,1.96,13,3.3,2.67,10,6.33,2.19,12,6.11,1.83,9
+inning,5.14,1.53,21,3.4,2.18,25,5.79,1.93,19,5.44,1.59,9,4.92,1.51,12,2.83,1.6,6,3.56,2.41,18,4.71,1.7,7,6.42,1.83,12,4.94,1.48,16,5.8,1.64,5,3.21,2.33,14,3.6,2.17,10,5.56,2.24,9,6.0,1.7,10,5.33,1.56,12,4.89,1.54,9,3.69,2.09,16,2.89,2.37,9,5.73,2.28,11,5.88,1.46,8
+innkeeper,5.06,1.39,18,3.05,1.83,21,5.5,2.24,22,5.25,0.71,8,4.9,1.79,10,4.0,2.07,8,2.46,1.45,13,5.09,2.43,11,5.91,2.07,11,5.0,0.0,7,5.09,1.81,11,3.9,1.85,10,2.27,1.49,11,5.85,2.27,13,5.0,2.24,9,5.3,1.83,10,4.75,0.46,8,3.14,2.27,7,3.0,1.66,14,5.43,2.41,14,5.62,2.07,8
+innocence,6.73,1.45,22,3.65,2.35,26,6.38,1.81,24,7.22,1.56,9,6.38,1.33,13,2.2,1.55,10,4.56,2.34,16,6.33,1.8,9,6.4,1.88,15,7.0,1.51,8,6.57,1.45,14,4.38,2.47,13,2.92,2.06,13,6.75,1.71,12,6.0,1.91,12,6.42,1.56,12,7.1,1.29,10,3.07,2.4,15,4.45,2.11,11,6.54,1.61,13,6.18,2.09,11
+innocent,6.55,1.23,20,4.4,2.72,20,5.92,2.53,38,6.33,1.15,3,6.59,1.28,17,5.0,2.83,7,4.08,2.72,13,6.37,2.48,19,5.28,2.49,18,6.29,1.25,7,6.69,1.25,13,4.91,2.81,11,3.78,2.64,9,5.65,2.62,17,6.14,2.5,21,6.56,1.33,9,6.55,1.21,11,5.25,3.02,12,3.12,1.64,8,6.1,2.34,21,5.71,2.8,17
+innocuous,5.28,1.99,18,3.7,2.22,23,4.78,1.7,18,5.12,2.03,8,5.4,2.07,10,3.71,2.43,7,3.67,2.29,15,5.1,1.97,10,4.38,1.3,8,5.56,2.3,9,5.0,1.73,9,4.8,2.44,10,2.75,1.71,12,4.71,0.95,7,4.6,2.07,10,5.09,1.7,11,5.57,2.51,7,3.6,2.33,20,4.33,1.53,3,5.25,0.89,8,4.4,2.12,10
+innovation,6.95,1.56,22,6.42,2.19,19,6.38,2.06,21,7.4,1.52,5,6.88,1.63,16,7.25,1.91,8,5.82,2.27,11,6.3,2.26,10,6.45,1.97,11,6.58,1.83,12,7.4,1.07,10,6.2,1.87,10,6.67,2.6,9,6.5,2.35,12,6.22,1.72,9,6.82,1.89,11,7.09,1.22,11,5.5,2.39,8,7.09,1.87,11,6.0,2.29,9,6.67,1.92,12
+innovative,6.38,1.86,21,4.17,2.33,23,6.55,2.06,20,5.6,2.51,5,6.62,1.63,16,4.83,2.66,12,3.45,1.75,11,6.09,2.26,11,7.11,1.76,9,6.25,2.26,12,6.56,1.24,9,3.94,2.26,16,4.71,2.56,7,6.36,1.86,11,6.78,2.39,9,6.38,1.66,13,6.38,2.26,8,4.32,2.45,19,3.5,1.73,4,6.71,1.59,14,6.17,3.06,6
+innuendo,4.65,1.53,20,4.68,2.21,22,5.63,2.34,19,4.33,1.22,9,4.91,1.76,11,5.2,2.59,5,4.38,2.13,16,6.67,2.58,6,5.15,2.15,13,4.64,1.65,14,4.67,1.37,6,3.58,2.02,12,5.89,1.76,9,5.11,2.09,9,6.1,2.56,10,4.6,1.84,10,4.7,1.25,10,4.17,2.29,12,5.3,2.06,10,7.33,1.51,6,4.85,2.27,13
+inoperable,2.5,1.67,20,5.05,2.68,20,3.23,1.88,26,2.09,1.14,11,3.0,2.12,9,4.86,2.04,7,5.15,3.05,13,4.0,1.68,13,2.46,1.81,13,2.45,1.97,11,2.56,1.33,9,4.73,2.72,11,5.44,2.74,9,3.76,1.95,17,2.22,1.3,9,2.3,1.57,10,2.7,1.83,10,4.75,2.83,12,5.5,2.56,8,3.56,1.82,16,2.7,1.95,10
+input,5.05,1.84,19,3.0,1.8,22,6.17,2.25,23,5.64,1.36,11,4.71,1.89,7,4.0,2.0,8,2.43,1.45,14,6.71,2.69,7,5.94,2.08,16,5.12,1.96,8,5.0,1.84,11,2.78,1.99,9,3.15,1.72,13,5.82,2.68,11,6.5,1.83,12,4.83,1.99,12,5.43,1.62,7,2.45,1.92,11,3.55,1.57,11,5.69,2.5,13,6.8,1.81,10
+inquest,3.77,1.38,22,3.71,2.51,21,5.81,1.83,21,3.86,1.56,14,3.62,1.06,8,3.82,2.52,11,3.89,2.62,9,5.8,1.79,5,5.81,1.91,16,3.8,1.69,10,3.75,1.14,12,2.82,1.78,11,4.7,2.91,10,5.33,1.37,12,6.44,2.24,9,3.83,1.7,12,3.7,0.95,10,3.69,2.69,13,3.75,2.38,8,5.91,1.76,11,5.7,2.0,10
+inquire,5.32,2.06,19,3.73,1.98,22,6.25,1.48,24,4.83,2.32,6,5.54,1.98,13,4.17,1.95,12,3.2,1.99,10,6.0,2.07,8,6.38,1.15,16,5.7,1.57,10,4.89,2.52,9,3.89,2.03,9,3.62,2.02,13,6.0,1.41,17,7.17,1.47,6,5.38,1.92,8,5.27,2.24,11,3.33,1.5,9,4.0,2.27,13,6.0,1.55,16,6.75,1.28,8
+inquiry,5.09,1.8,22,3.67,2.18,21,5.76,2.39,21,5.21,2.15,14,4.88,0.99,8,3.36,2.25,11,4.22,2.17,9,5.4,2.3,5,5.88,2.47,16,4.6,2.07,10,5.5,1.51,12,3.09,2.3,11,4.3,1.95,10,5.5,2.2,12,6.11,2.71,9,4.42,1.31,12,5.9,2.02,10,3.15,1.99,13,4.5,2.33,8,6.0,2.53,11,5.5,2.32,10
+inquisitive,6.0,1.45,19,5.33,2.5,21,5.85,2.19,34,6.1,1.37,10,5.89,1.62,9,5.62,2.33,8,5.15,2.67,13,5.07,2.46,14,6.4,1.85,20,5.78,1.56,9,6.2,1.4,10,5.69,2.43,13,4.75,2.66,8,5.41,2.22,22,6.67,1.97,12,5.7,1.83,10,6.33,0.87,9,5.64,2.5,14,4.71,2.56,7,5.41,2.12,17,6.29,2.23,17
+inquisitor,4.0,1.3,21,5.14,2.08,21,4.04,2.47,25,4.0,1.48,12,4.0,1.12,9,5.71,1.11,7,4.86,2.41,14,3.2,2.39,10,4.6,2.44,15,4.75,0.5,4,3.82,1.38,17,4.7,2.06,10,5.55,2.11,11,3.29,3.04,7,4.33,2.25,18,3.75,1.14,12,4.33,1.5,9,4.69,1.97,13,5.88,2.17,8,3.11,1.9,9,4.56,2.66,16
+insane,2.55,1.61,20,5.14,2.63,21,3.74,2.22,42,2.4,0.55,5,2.6,1.84,15,5.17,2.56,6,5.13,2.75,15,3.29,1.83,17,4.04,2.44,25,3.2,1.62,10,1.9,1.37,10,6.0,2.52,7,4.71,2.67,14,4.0,2.37,23,3.42,2.04,19,2.58,1.88,12,2.5,1.2,8,5.44,2.65,9,4.92,2.71,12,3.84,2.54,25,3.59,1.7,17
+insanity,2.7,1.81,20,7.79,1.44,19,4.12,2.39,26,2.18,0.98,11,3.33,2.4,9,7.71,1.25,7,7.83,1.59,12,4.0,2.68,13,4.23,2.17,13,2.91,1.81,11,2.44,1.88,9,7.64,1.5,11,8.0,1.41,8,4.71,2.57,17,3.0,1.58,9,3.1,2.38,10,2.3,0.95,10,8.17,1.03,12,7.14,1.86,7,4.31,2.3,16,3.8,2.62,10
+insatiable,4.26,1.76,19,5.48,2.34,21,2.95,1.47,20,5.0,1.73,3,4.12,1.78,16,7.33,1.21,6,4.73,2.28,15,3.5,1.87,6,2.71,1.27,14,5.0,1.41,10,3.44,1.81,9,4.71,2.81,7,5.86,2.07,14,3.1,1.29,10,2.8,1.69,10,4.75,1.16,8,3.91,2.07,11,4.56,2.51,9,6.17,2.04,12,2.62,1.3,8,3.17,1.59,12
+inscription,6.14,1.35,21,4.85,2.39,20,5.06,2.22,35,6.0,1.31,8,6.23,1.42,13,5.6,2.41,5,4.6,2.41,15,5.18,2.09,11,5.0,2.32,24,6.0,1.41,13,6.38,1.3,8,5.25,2.45,12,4.25,2.31,8,5.37,2.36,19,4.69,2.06,16,5.82,1.4,11,6.5,1.27,10,5.09,2.63,11,4.56,2.19,9,4.95,2.3,22,5.23,2.17,13
+inscrutable,4.1,1.59,20,4.33,2.59,18,4.96,2.63,24,4.6,0.89,5,3.93,1.75,15,5.0,2.92,5,4.08,2.53,13,4.31,2.25,13,5.73,2.94,11,4.3,1.25,10,3.9,1.91,10,5.14,2.41,7,3.82,2.68,11,4.81,2.17,16,5.25,3.54,8,4.29,1.54,14,3.67,1.75,6,4.5,2.5,12,4.0,2.97,6,5.13,2.75,15,4.67,2.55,9
+insect,4.43,1.93,42,4.67,2.59,42,4.79,2.7,43,5.07,1.73,14,4.11,1.97,28,4.44,2.45,16,4.81,2.71,26,4.65,2.62,17,4.88,2.79,26,4.39,1.8,23,4.47,2.12,19,5.05,2.3,19,4.35,2.82,23,4.81,2.72,27,4.75,2.74,16,4.5,1.93,24,4.33,1.97,18,4.88,3.02,25,4.35,1.84,17,4.67,2.84,24,4.95,2.57,19
+insecticide,3.86,1.8,21,5.09,2.61,23,4.47,2.39,19,4.29,1.11,7,3.54,2.11,13,5.62,2.39,8,4.93,2.81,14,3.43,1.4,7,4.91,2.74,11,3.5,1.31,8,4.0,2.13,12,4.33,2.78,9,5.57,2.47,14,3.71,1.98,7,4.92,2.57,12,4.1,2.18,10,3.64,1.43,11,3.56,2.88,9,6.07,1.94,14,4.56,2.42,16,4.0,2.65,3
+insecure,2.3,1.44,871,4.57,2.48,23,3.62,2.42,37,2.48,1.58,336,2.18,1.31,530,5.57,2.07,7,4.07,2.66,15,3.08,2.75,13,3.92,2.22,24,2.37,1.52,419,2.22,1.35,447,5.4,2.67,10,3.83,2.29,12,3.88,2.26,17,3.4,2.58,20,2.4,1.59,479,2.18,1.21,392,4.45,2.46,20,5.33,3.06,3,3.0,2.48,16,4.1,2.32,21
+insecurity,2.24,1.04,21,4.81,1.94,21,3.56,2.24,25,2.17,1.03,12,2.33,1.12,9,5.0,1.73,7,4.71,2.09,14,3.6,1.9,10,3.53,2.5,15,1.75,0.96,4,2.35,1.06,17,4.1,1.73,10,5.45,1.97,11,2.86,2.12,7,3.83,2.28,18,2.33,1.07,12,2.11,1.05,9,5.08,2.02,13,4.38,1.85,8,2.0,1.0,9,4.44,2.28,16
+insemination,3.65,2.3,20,4.68,2.57,22,5.07,2.51,27,4.29,2.98,7,3.31,1.89,13,4.8,2.25,10,4.58,2.91,12,4.4,2.26,15,5.91,2.77,11,2.82,1.83,11,4.67,2.5,9,5.0,2.24,9,4.46,2.85,13,4.82,2.79,17,5.44,2.13,9,4.54,2.26,13,2.0,1.29,7,4.44,2.58,16,5.33,2.66,6,5.92,2.71,12,4.4,2.2,15
+insensitive,3.55,1.74,22,4.32,2.14,19,4.48,2.09,21,3.8,1.3,5,3.44,1.93,16,4.5,1.85,8,4.18,2.4,11,5.4,2.01,10,3.64,1.86,11,3.83,1.53,12,3.2,1.99,10,5.4,1.84,10,3.11,1.83,9,4.5,2.02,12,4.44,2.3,9,3.09,1.76,11,4.0,1.67,11,4.88,1.81,8,3.91,2.34,11,5.33,2.06,9,3.83,1.95,12
+inseparable,5.67,2.06,21,4.32,2.43,19,4.9,2.36,21,6.33,1.03,6,5.4,2.32,15,5.12,2.23,8,3.73,2.49,11,5.09,2.47,11,4.7,2.36,10,5.83,2.48,6,5.6,1.96,15,5.0,2.75,10,3.56,1.88,9,4.79,2.72,14,5.14,1.57,7,6.0,2.38,7,5.5,1.95,14,4.46,2.76,13,4.0,1.67,6,4.5,2.58,12,5.44,2.07,9
+insert,5.1,1.64,21,3.68,2.7,22,5.85,1.93,26,4.9,1.85,10,5.27,1.49,11,3.86,2.85,7,3.6,2.72,15,6.0,2.03,17,5.56,1.81,9,5.36,2.06,11,4.8,1.03,10,4.0,3.32,5,3.59,2.6,17,5.77,2.17,13,5.92,1.75,13,4.85,1.91,13,5.5,1.07,8,3.1,3.25,10,4.17,2.17,12,5.92,2.18,13,5.77,1.74,13
+insertion,4.47,1.5,19,5.05,1.8,21,5.18,1.79,22,4.33,1.53,3,4.5,1.55,16,5.88,1.64,8,4.54,1.76,13,4.88,2.1,8,5.36,1.65,14,3.89,1.27,9,5.0,1.56,10,5.56,1.81,9,4.67,1.78,12,5.27,2.09,15,5.0,1.0,7,4.57,2.07,7,4.42,1.16,12,5.7,0.82,10,4.45,2.25,11,5.38,2.18,13,4.89,1.05,9
+insider,4.5,1.85,22,4.39,2.87,23,5.63,2.34,19,4.62,1.92,8,4.08,1.38,13,4.75,2.55,8,4.36,3.15,14,5.43,2.15,7,5.73,2.65,11,3.88,2.3,8,4.54,0.97,13,4.22,3.11,9,4.5,2.82,14,4.0,2.0,7,6.58,2.02,12,4.64,1.75,11,4.36,2.01,11,2.44,2.79,9,5.64,2.21,14,5.81,2.17,16,4.67,3.51,3
+insidious,3.55,1.99,20,4.68,2.75,25,3.58,2.34,19,4.0,2.0,9,3.18,1.99,11,4.5,2.81,6,4.67,2.87,18,3.57,2.51,7,3.58,2.35,12,3.94,2.02,16,2.0,0.82,4,4.43,3.03,14,4.9,2.56,10,3.22,2.49,9,3.9,2.28,10,3.36,2.01,11,3.78,2.05,9,4.75,2.62,16,4.56,3.13,9,3.64,2.73,11,3.5,1.85,8
+insight,6.76,1.41,21,3.96,2.93,24,6.3,2.0,20,6.75,1.28,8,6.77,1.54,13,4.67,2.58,6,3.72,3.06,18,6.45,1.51,11,6.11,2.57,9,6.5,1.38,12,7.11,1.45,9,4.7,3.27,10,3.43,2.65,14,6.31,2.18,13,6.29,1.8,7,6.64,1.39,14,7.0,1.53,7,4.25,2.93,16,3.38,3.02,8,6.92,1.56,12,5.38,2.33,8
+insightful,5.43,2.27,23,4.27,2.33,22,6.85,2.08,20,6.12,1.89,8,5.07,2.43,15,4.3,2.21,10,4.25,2.53,12,6.43,2.51,7,7.08,1.89,13,5.33,2.5,12,5.55,2.11,11,4.09,2.59,11,4.45,2.16,11,6.53,2.13,15,7.8,1.79,5,5.18,2.18,11,5.67,2.42,12,3.7,1.89,10,4.75,2.63,12,6.6,1.78,10,7.1,2.42,10
+insignia,5.57,1.36,21,2.83,1.67,23,5.44,1.92,18,6.22,1.64,9,5.08,0.9,12,3.27,1.49,11,2.42,1.78,12,5.7,2.16,10,5.12,1.64,8,5.86,1.46,7,5.46,1.39,13,3.09,1.7,11,2.58,1.68,12,6.71,1.5,7,4.64,1.75,11,5.23,1.36,13,6.12,1.25,8,2.64,1.63,11,3.0,1.76,12,5.11,1.54,9,5.78,2.28,9
+insignificant,3.64,2.08,22,3.7,1.78,20,4.64,2.38,22,3.43,2.38,14,4.0,1.51,8,4.0,1.89,10,3.11,1.54,9,3.83,2.48,6,4.94,2.35,16,3.3,2.36,10,3.92,1.88,12,3.09,1.64,11,4.44,1.74,9,4.54,1.98,13,4.78,2.99,9,3.17,2.04,12,4.2,2.1,10,3.58,1.73,12,3.88,1.96,8,4.83,1.95,12,4.4,2.91,10
+insinuate,4.09,1.02,22,5.22,2.58,23,5.84,1.61,19,4.62,0.52,8,4.0,0.82,13,5.12,2.59,8,5.36,2.73,14,6.0,2.16,7,5.64,1.29,11,3.88,0.83,8,4.46,0.66,13,5.78,3.03,9,4.86,2.28,14,5.71,1.11,7,5.92,1.88,12,4.27,0.79,11,3.91,1.22,11,4.67,3.2,9,5.57,2.14,14,5.88,1.71,16,5.67,1.15,3
+insipid,4.16,2.17,19,2.9,1.95,21,4.29,1.8,28,4.67,2.34,6,3.92,2.14,13,2.7,1.77,10,3.09,2.17,11,4.18,2.36,11,4.35,1.41,17,4.18,2.14,11,4.12,2.36,8,2.7,1.83,10,3.09,2.12,11,4.28,1.78,18,4.3,1.95,10,4.0,1.87,13,4.5,2.88,6,2.71,1.77,14,3.29,2.36,7,3.88,1.96,16,4.83,1.47,12
+insist,4.42,1.74,19,4.55,2.56,20,6.35,1.87,20,5.33,0.58,3,4.13,1.85,15,4.7,2.71,10,4.4,2.55,10,6.1,1.6,10,6.6,2.17,10,4.0,2.37,6,4.5,1.45,12,4.29,2.93,7,4.69,2.46,13,6.0,2.14,8,6.58,1.73,12,4.75,1.48,12,3.86,2.12,7,4.4,2.72,10,4.7,2.54,10,6.89,1.83,9,5.91,1.87,11
+insistence,5.0,1.82,21,5.63,2.45,19,5.33,2.15,21,4.2,1.92,5,5.27,1.83,15,6.5,2.67,8,5.0,2.19,11,4.5,2.37,10,6.09,1.7,11,4.82,1.78,11,5.2,1.93,10,6.3,2.11,10,4.89,2.71,9,5.08,1.83,12,5.67,2.6,9,4.3,1.77,10,5.64,1.69,11,4.62,2.56,8,6.36,2.2,11,5.0,2.12,9,5.58,2.23,12
+insistent,4.75,1.55,20,3.91,2.27,22,5.54,2.37,26,4.57,2.37,7,4.85,0.99,13,4.8,2.3,10,3.17,2.04,12,5.64,2.06,14,5.45,2.91,11,4.45,1.44,11,5.11,1.69,9,3.89,2.2,9,3.92,2.4,13,5.5,2.37,16,5.67,2.65,9,4.92,1.8,13,4.43,0.98,7,3.75,2.35,16,4.33,2.16,6,4.67,2.35,12,6.29,2.2,14
+insolence,3.5,1.79,20,3.83,2.41,23,5.22,2.39,18,3.67,2.4,9,3.36,1.21,11,4.55,2.5,11,3.17,2.21,12,5.8,2.39,10,4.5,2.33,8,3.14,1.35,7,3.75,2.09,12,4.55,2.73,11,3.17,1.95,12,4.71,2.98,7,5.55,2.02,11,3.0,1.41,13,4.43,2.15,7,3.27,1.9,11,4.33,2.77,12,4.56,2.24,9,5.89,2.47,9
+insolent,2.74,1.63,19,5.43,2.11,21,4.12,2.05,24,3.17,1.47,6,2.54,1.71,13,5.57,2.15,7,5.36,2.17,14,4.5,2.33,8,3.94,1.95,16,2.9,1.6,10,2.56,1.74,9,5.1,2.18,10,5.73,2.1,11,4.12,1.73,17,4.17,3.13,6,2.38,1.51,8,3.0,1.73,11,5.62,1.85,13,5.12,2.59,8,3.44,1.46,16,5.5,2.45,8
+insomnia,2.67,1.32,21,4.91,2.43,22,2.92,1.32,25,2.82,1.4,11,2.5,1.27,10,5.09,2.74,11,4.73,2.2,11,3.4,1.07,10,2.57,1.45,14,3.1,1.29,10,2.27,1.27,11,4.36,2.73,11,5.45,2.07,11,3.06,1.39,16,2.62,1.3,8,2.62,1.33,13,2.75,1.39,8,5.53,2.29,15,3.57,2.3,7,3.0,1.46,17,2.75,1.04,8
+inspect,5.26,1.52,19,4.05,2.17,19,4.78,2.04,23,5.62,1.45,13,4.5,1.52,6,3.8,1.92,5,4.14,2.32,14,4.58,1.83,12,5.0,2.32,11,5.56,1.59,9,5.0,1.49,10,5.14,2.61,7,3.42,1.68,12,4.0,2.05,11,5.5,1.83,12,4.78,1.39,9,5.7,1.57,10,3.7,2.21,10,4.44,2.19,9,4.44,2.13,9,5.0,2.04,14
+inspection,4.32,1.29,19,4.05,2.27,21,4.48,2.21,23,4.36,0.81,11,4.71,1.38,7,3.86,1.95,7,4.14,2.48,14,4.43,2.15,7,4.5,2.31,16,4.12,1.55,8,4.45,1.13,11,4.44,2.24,9,3.75,2.34,12,5.18,1.83,11,3.83,2.41,12,4.5,1.51,12,4.0,0.82,7,3.82,2.48,11,4.3,2.11,10,4.69,2.5,13,4.2,1.87,10
+inspector,4.33,1.8,21,3.61,2.66,23,5.89,2.4,18,4.11,2.37,9,4.5,1.31,12,3.91,2.59,11,3.33,2.81,12,5.9,2.38,10,5.88,2.59,8,4.29,2.29,7,4.38,1.66,13,4.36,2.73,11,2.92,2.5,12,5.71,3.04,7,6.0,2.05,11,4.15,1.99,13,4.62,1.51,8,3.09,2.66,11,4.08,2.68,12,5.56,2.51,9,6.22,2.39,9
+inspiration,6.53,1.95,19,4.77,3.13,22,6.0,2.18,27,6.5,1.97,6,6.54,2.03,13,5.09,3.14,11,4.45,3.24,11,5.9,2.13,10,6.06,2.28,17,6.36,2.38,11,6.75,1.28,8,4.45,3.11,11,5.09,3.27,11,5.82,2.24,17,6.3,2.16,10,6.46,2.18,13,6.67,1.51,6,5.07,3.2,14,4.25,3.15,8,6.47,2.33,15,5.42,1.93,12
+inspirational,6.95,1.5,21,4.0,2.54,23,6.08,2.33,26,6.73,1.74,11,7.2,1.23,10,4.55,3.01,11,3.5,2.02,12,5.55,2.11,11,6.71,2.37,14,7.1,1.45,10,6.82,1.6,11,4.91,3.05,11,3.17,1.7,12,6.18,2.38,17,6.25,2.25,8,7.31,1.55,13,6.38,1.3,8,4.2,2.7,15,3.62,2.33,8,6.0,2.52,17,6.22,2.05,9
+inspire,7.42,1.71,40,5.9,2.64,40,7.11,1.98,45,6.64,1.98,14,7.85,1.41,26,6.43,2.56,14,5.62,2.68,26,7.31,2.36,16,7.0,1.77,29,7.61,1.65,18,7.27,1.78,22,5.59,2.72,17,6.13,2.62,23,6.68,2.25,22,7.52,1.62,23,7.2,1.99,20,7.65,1.39,20,5.16,2.32,19,6.57,2.79,21,7.31,1.93,26,6.84,2.06,19
+inspired,6.89,1.85,19,5.56,2.77,45,7.3,2.08,20,5.78,1.79,9,7.9,1.29,10,5.6,2.98,20,5.52,2.65,25,6.3,2.36,10,8.3,1.16,10,7.0,2.35,9,6.8,1.4,10,6.16,2.72,25,4.8,2.71,20,7.62,2.0,8,7.08,2.19,12,6.75,2.14,12,7.14,1.35,7,5.66,2.94,29,5.38,2.5,16,8.11,1.17,9,6.64,2.46,11
+instability,2.75,1.21,20,4.89,2.32,18,3.27,2.05,22,2.4,1.14,5,2.87,1.25,15,5.0,1.9,6,4.83,2.59,12,3.9,2.08,10,2.75,1.96,12,2.9,1.1,10,2.6,1.35,10,5.3,2.21,10,4.38,2.5,8,3.36,2.06,11,3.18,2.14,11,2.75,1.22,12,2.75,1.28,8,3.0,1.22,9,6.78,1.39,9,3.27,2.05,11,3.27,2.15,11
+install,5.95,1.63,21,3.72,2.62,25,6.68,1.83,19,6.22,1.56,9,5.75,1.71,12,4.17,2.79,6,3.67,2.68,18,6.71,1.89,7,6.67,1.87,12,6.06,1.65,16,5.6,1.67,5,3.57,2.71,14,4.1,2.69,10,6.56,1.81,9,6.8,1.93,10,6.17,1.59,12,5.67,1.73,9,4.25,2.7,16,2.78,2.33,9,6.91,1.92,11,6.38,1.77,8
+installation,5.06,1.55,18,3.42,1.77,19,5.75,1.7,24,6.2,1.3,5,4.62,1.45,13,3.4,1.96,10,3.44,1.67,9,5.67,1.76,15,5.89,1.69,9,4.43,1.81,7,5.45,1.29,11,2.67,1.5,9,4.1,1.79,10,5.79,1.78,19,5.6,1.52,5,4.89,1.27,9,5.22,1.86,9,2.82,1.72,11,4.25,1.58,8,5.56,1.65,18,6.33,1.86,6
+installment,4.42,1.87,19,4.43,2.2,21,5.54,1.77,24,3.5,2.17,6,4.85,1.63,13,5.25,2.18,12,3.33,1.8,9,6.25,1.98,8,5.19,1.6,16,4.0,1.56,10,4.89,2.15,9,5.33,1.66,9,3.75,2.38,12,5.53,2.0,17,5.67,1.21,6,4.25,1.16,8,4.55,2.3,11,5.0,2.39,8,4.08,2.1,13,6.12,1.75,16,4.38,1.19,8
+instant,5.84,1.17,19,4.33,2.24,21,6.22,1.57,23,6.2,1.64,5,5.77,1.01,13,4.83,2.4,6,4.13,2.23,15,6.4,1.51,10,6.08,1.66,13,6.14,1.57,7,5.73,0.9,11,4.71,2.69,7,4.14,2.07,14,5.82,1.25,11,6.58,1.78,12,5.75,1.42,12,6.0,0.58,7,4.0,2.24,11,4.7,2.31,10,6.14,1.35,14,6.33,1.94,9
+instantaneous,5.16,1.86,19,4.72,2.52,18,5.96,2.63,24,5.8,1.48,5,4.93,1.98,14,5.2,2.49,5,4.54,2.6,13,5.23,2.59,13,6.82,2.52,11,5.3,1.95,10,5.0,1.87,9,6.0,2.45,7,3.91,2.3,11,6.0,2.34,16,5.88,3.31,8,5.08,1.71,13,5.33,2.34,6,5.67,2.15,12,2.83,2.23,6,6.27,2.79,15,5.44,2.4,9
+instinct,5.67,1.88,21,4.44,2.48,25,6.26,2.23,19,5.56,1.24,9,5.75,2.3,12,4.5,2.17,6,4.56,2.64,18,4.57,2.15,7,7.25,1.66,12,5.5,1.71,16,6.2,2.49,5,4.29,2.4,14,4.9,2.69,10,6.56,1.42,9,6.0,2.83,10,5.25,2.18,12,6.22,1.3,9,4.12,2.47,16,5.0,2.55,9,6.45,2.54,11,6.0,1.85,8
+instinctive,5.81,1.78,21,4.04,2.65,23,5.88,2.71,17,5.78,1.92,9,5.83,1.75,12,4.64,2.87,11,3.5,2.43,12,5.33,2.69,9,6.5,2.78,8,6.29,2.36,7,5.46,1.45,13,4.91,2.98,11,3.25,2.14,12,5.43,3.31,7,6.2,2.35,10,6.08,2.02,13,5.38,1.3,8,3.91,2.77,11,4.17,2.66,12,5.12,2.64,8,6.56,2.74,9
+institute,4.95,1.15,20,3.5,1.97,22,5.11,2.0,19,5.11,1.45,9,4.82,0.87,11,2.4,1.67,5,4.0,1.9,16,5.0,2.76,6,5.15,1.68,13,5.0,1.04,14,4.83,1.47,6,3.92,2.11,12,3.22,1.72,9,4.78,1.39,9,5.4,2.46,10,4.9,0.99,10,5.0,1.33,10,3.17,2.12,12,3.9,1.79,10,5.0,2.45,6,5.15,1.86,13
+institution,4.0,1.51,22,4.09,2.31,22,4.74,2.51,19,4.0,1.41,8,4.23,1.42,13,4.0,1.91,7,4.14,2.63,14,4.86,2.97,7,4.45,2.34,11,3.75,1.67,8,4.38,1.19,13,3.38,1.85,8,4.5,2.5,14,4.57,2.99,7,4.83,2.33,12,4.0,1.41,11,4.0,1.67,11,2.56,2.24,9,5.15,1.72,13,4.75,2.44,16,4.67,3.51,3
+instruct,5.81,1.75,21,4.25,2.79,20,6.23,2.74,35,5.5,1.85,8,6.0,1.73,13,3.6,1.82,5,4.47,3.07,15,5.09,2.84,11,6.75,2.59,24,5.69,1.75,13,6.0,1.85,8,4.17,2.69,12,4.38,3.11,8,5.7,2.92,20,6.93,2.4,15,5.82,1.89,11,5.8,1.69,10,5.27,2.9,11,3.0,2.18,9,6.32,2.71,22,6.08,2.9,13
+instruction,5.22,1.4,18,2.62,1.36,21,5.65,2.08,23,5.6,1.51,10,5.0,1.0,7,2.86,0.9,7,2.5,1.56,14,5.14,2.54,7,5.88,1.89,16,4.38,1.3,8,5.9,1.1,10,2.78,1.56,9,2.5,1.24,12,5.0,1.95,11,6.25,2.09,12,5.0,1.48,12,5.67,1.21,6,2.55,1.57,11,2.7,1.16,10,5.77,2.42,13,5.5,1.65,10
+instructive,6.26,1.69,19,4.05,2.65,21,5.96,2.1,23,5.4,2.19,5,6.46,1.45,13,5.0,2.83,6,3.67,2.58,15,6.1,2.02,10,5.85,2.23,13,5.57,1.9,7,6.55,1.51,11,3.71,3.25,7,4.21,2.42,14,5.36,2.29,11,6.5,1.83,12,6.0,1.86,12,6.71,1.38,7,3.36,2.69,11,4.8,2.53,10,6.07,1.59,14,5.78,2.82,9
+instructor,6.15,2.11,20,5.05,2.11,20,5.81,1.98,26,6.55,2.02,11,5.67,2.24,9,6.0,2.08,7,4.54,2.03,13,5.54,2.03,13,6.08,1.98,13,5.64,2.38,11,6.78,1.64,9,5.55,2.21,11,4.44,1.94,9,6.18,2.01,17,5.11,1.83,9,6.0,2.4,10,6.3,1.89,10,5.58,2.11,12,4.25,1.98,8,5.69,1.89,16,6.0,2.21,10
+instrument,6.68,1.67,22,3.88,2.6,26,6.35,1.97,23,7.44,1.88,9,6.15,1.34,13,3.2,2.57,10,4.31,2.6,16,6.38,1.85,8,6.33,2.09,15,6.5,1.6,8,6.79,1.76,14,4.69,2.69,13,3.08,2.33,13,5.67,1.97,12,7.09,1.76,11,6.42,1.56,12,7.0,1.83,10,4.07,3.13,15,3.64,1.75,11,6.42,2.07,12,6.27,1.95,11
+instrumental,6.76,1.45,21,3.92,2.36,25,6.68,1.95,19,6.89,1.36,9,6.67,1.56,12,3.83,2.4,6,4.0,2.47,18,6.0,1.63,7,7.08,2.07,12,6.81,1.22,16,6.6,2.19,5,4.36,2.76,14,3.4,1.78,10,7.0,1.87,9,6.4,2.07,10,7.0,1.71,12,6.44,1.01,9,4.25,2.49,16,3.33,2.12,9,6.55,2.21,11,6.88,1.64,8
+insubordination,3.47,1.54,19,6.29,2.03,21,4.04,1.94,23,3.4,0.89,5,3.54,1.81,13,5.33,2.66,6,6.67,1.68,15,4.5,2.17,10,3.69,1.75,13,3.86,2.12,7,3.27,1.19,11,5.71,2.5,7,6.57,1.79,14,3.82,1.72,11,4.25,2.18,12,3.33,1.5,12,3.71,1.7,7,5.73,2.49,11,6.9,1.2,10,3.93,2.09,14,4.22,1.79,9
+insufferable,3.85,1.27,20,3.65,2.18,20,3.38,1.88,21,3.71,1.38,7,3.92,1.26,13,4.0,2.12,9,3.36,2.29,11,3.83,2.71,6,3.2,1.52,15,3.9,1.1,10,4.0,1.41,9,3.12,2.03,8,4.0,2.3,12,3.93,1.9,14,2.29,1.38,7,3.73,1.35,11,4.0,1.22,9,3.75,2.09,12,3.5,2.45,8,3.73,2.15,11,3.0,1.56,10
+insufficient,3.24,1.95,21,3.57,1.75,23,3.38,2.22,21,2.8,2.39,5,3.38,1.86,16,4.17,1.59,12,2.91,1.76,11,3.27,2.65,11,3.11,1.36,9,3.0,2.09,12,3.56,1.81,9,3.88,1.67,16,2.86,1.86,7,3.36,1.63,11,3.4,2.84,10,3.62,2.26,13,2.62,1.19,8,3.47,1.74,19,4.0,2.0,4,3.5,2.31,14,3.14,2.19,7
+insulation,5.37,1.07,19,3.71,2.22,21,5.56,2.09,34,5.11,1.36,9,5.6,0.7,10,4.38,2.39,8,3.31,2.1,13,5.57,2.31,14,5.55,1.99,20,5.33,1.12,9,5.4,1.07,10,4.15,2.3,13,3.0,2.0,8,5.64,2.15,22,5.42,2.07,12,5.1,1.29,10,5.67,0.71,9,4.0,2.48,14,3.14,1.57,7,5.71,1.86,17,5.41,2.35,17
+insulin,4.52,1.91,21,4.92,2.45,25,3.81,2.25,21,4.75,2.12,8,4.38,1.85,13,4.54,2.6,13,5.33,2.31,12,4.31,2.36,13,3.0,1.93,8,4.38,2.0,8,4.83,1.85,12,5.29,1.98,14,4.45,2.98,11,3.75,2.14,12,3.89,2.52,9,3.9,1.66,10,5.09,2.02,11,4.71,2.64,17,5.38,2.07,8,4.1,2.81,10,3.55,1.69,11
+insult,2.62,1.33,40,5.3,2.72,44,3.96,2.69,23,2.69,1.38,13,2.62,1.36,26,4.14,2.57,21,6.35,2.46,23,4.56,3.09,9,3.57,2.44,14,2.4,1.24,15,2.79,1.41,24,4.64,2.56,22,5.95,2.79,22,4.6,2.85,15,2.75,1.98,8,2.7,1.66,20,2.55,0.94,20,6.0,2.67,24,4.45,2.61,20,4.15,3.36,13,3.7,1.57,10
+insulting,1.89,0.94,19,4.7,3.01,20,4.48,2.75,21,2.0,1.22,5,1.86,0.86,14,5.5,3.3,8,4.17,2.82,12,3.91,2.63,11,5.1,2.88,10,1.88,1.13,8,1.91,0.83,11,5.44,2.6,9,4.09,3.3,11,3.86,1.46,7,4.79,3.21,14,1.78,0.97,9,2.0,0.94,10,4.31,2.84,13,5.43,3.41,7,4.45,3.33,11,4.5,2.12,10
+insurance,3.76,2.51,21,3.8,2.59,20,5.84,2.29,19,4.08,2.33,13,3.25,2.87,8,3.29,2.14,7,4.08,2.84,13,6.0,2.0,7,5.75,2.53,12,3.58,2.35,12,4.0,2.83,9,3.11,1.9,9,4.36,3.01,11,5.8,2.3,10,5.89,2.42,9,3.0,1.65,12,4.78,3.15,9,3.14,1.86,7,4.15,2.91,13,6.0,2.08,7,5.75,2.49,12
+insure,5.67,1.46,21,3.76,1.95,21,5.72,2.23,25,6.17,0.83,12,5.0,1.87,9,4.57,1.9,7,3.36,1.91,14,5.0,2.31,10,6.2,2.11,15,6.0,1.41,4,5.59,1.5,17,3.8,1.75,10,3.73,2.2,11,4.71,3.04,7,6.11,1.78,18,5.33,1.56,12,6.11,1.27,9,3.54,1.94,13,4.12,2.03,8,5.11,2.76,9,6.06,1.88,16
+intact,6.0,1.38,20,3.18,1.94,22,7.3,1.51,27,6.71,1.11,7,5.62,1.39,13,4.0,2.11,10,2.5,1.57,12,7.47,1.36,15,7.09,1.81,11,5.73,1.35,11,6.33,1.41,9,4.11,1.76,9,2.54,1.85,13,7.24,1.68,17,7.44,1.33,9,6.54,1.05,13,5.0,1.41,7,2.94,1.81,16,3.83,2.32,6,7.5,1.24,12,7.13,1.73,15
+intake,5.53,1.84,19,4.0,2.27,20,6.35,1.9,20,5.33,0.58,3,5.53,2.07,15,3.6,1.96,10,4.4,2.59,10,6.2,1.23,10,6.5,2.46,10,5.33,2.25,6,5.58,1.78,12,4.14,2.27,7,3.92,2.36,13,6.12,2.53,8,6.5,1.45,12,5.83,1.59,12,5.0,2.24,7,4.3,2.5,10,3.7,2.11,10,6.33,2.55,9,6.36,1.29,11
+intangible,5.7,1.53,20,3.19,2.23,21,4.28,2.32,25,4.5,2.38,4,6.0,1.15,16,4.25,2.06,4,2.94,2.25,17,4.89,3.02,9,3.94,1.84,16,5.25,1.16,8,6.0,1.71,12,4.1,2.18,10,2.36,2.01,11,4.5,2.47,14,4.0,2.19,11,5.73,1.27,11,5.67,1.87,9,2.2,2.1,10,4.09,2.02,11,4.44,2.43,18,3.86,2.12,7
+integral,5.19,2.04,21,3.65,2.42,23,6.11,2.19,18,6.44,1.94,9,4.25,1.6,12,4.36,2.58,11,3.0,2.17,12,6.2,2.39,10,6.0,2.07,8,5.0,2.16,7,5.31,2.14,13,4.64,2.54,11,2.75,2.01,12,6.29,2.56,7,6.0,2.05,11,4.85,2.3,13,5.75,1.49,8,3.36,2.38,11,3.92,2.54,12,5.33,2.45,9,6.89,1.69,9
+integrate,5.78,1.63,18,3.37,2.39,19,5.08,1.8,25,5.4,1.67,5,5.92,1.66,13,3.82,2.6,11,2.75,2.05,8,4.81,1.94,16,5.56,1.51,9,5.86,1.46,7,5.73,1.79,11,2.33,1.94,9,4.3,2.45,10,5.1,1.83,20,5.0,1.87,5,5.0,1.32,9,6.56,1.59,9,3.09,1.7,11,3.75,3.2,8,4.89,1.94,19,5.67,1.21,6
+integration,5.29,1.98,21,4.38,2.36,21,5.88,2.35,25,5.17,2.21,12,5.44,1.74,9,5.0,1.83,7,4.07,2.59,14,6.0,2.21,10,5.8,2.51,15,6.0,2.0,4,5.12,2.0,17,5.2,2.86,10,3.64,1.57,11,6.14,2.54,7,5.78,2.34,18,5.33,2.23,12,5.22,1.72,9,4.69,2.63,13,3.88,1.89,8,5.0,2.55,9,6.38,2.16,16
+integrity,6.11,2.62,19,3.36,2.34,22,6.96,1.87,23,6.73,2.2,11,5.86,2.73,7,3.38,2.07,8,3.36,2.56,14,6.43,2.94,7,7.19,1.22,16,5.12,2.7,8,6.82,2.44,11,3.11,2.42,9,3.54,2.37,13,6.45,2.3,11,7.42,1.31,12,5.33,2.99,12,7.43,0.98,7,3.09,2.59,11,3.64,2.16,11,6.92,1.85,13,7.0,2.0,10
+intellect,6.62,2.09,21,4.41,2.36,39,6.69,2.14,54,6.83,1.85,12,6.33,2.45,9,5.08,2.43,13,4.08,2.3,26,6.6,2.16,25,6.82,2.16,28,7.5,1.73,4,6.41,2.15,17,5.4,2.21,20,3.37,2.09,19,6.59,2.31,34,6.95,1.84,19,6.83,2.12,12,6.33,2.12,9,4.65,2.42,26,3.92,2.25,13,6.52,2.28,27,6.85,2.01,27
+intellectual,7.65,1.69,20,4.53,2.2,19,6.56,2.14,25,6.75,3.3,4,7.88,1.09,16,3.67,2.08,3,4.69,2.24,16,5.78,2.82,9,7.0,1.59,16,7.75,1.16,8,7.58,2.02,12,4.22,2.49,9,4.8,1.99,10,6.07,2.59,14,7.18,1.25,11,7.91,1.22,11,7.33,2.18,9,5.0,2.29,9,4.1,2.13,10,6.39,2.28,18,7.0,1.83,7
+intelligence,7.65,1.09,20,6.32,2.36,19,6.72,2.19,25,7.33,0.58,3,7.71,1.16,17,6.17,2.56,6,6.38,2.36,13,6.75,1.58,8,6.71,2.47,17,7.14,1.07,7,7.92,1.04,13,7.14,0.69,7,5.83,2.86,12,6.71,2.27,14,6.73,2.2,11,7.44,1.13,9,7.82,1.08,11,6.8,1.93,10,5.78,2.77,9,6.72,2.44,18,6.71,1.5,7
+intelligent,7.6,1.35,20,5.67,3.03,18,6.77,1.9,22,7.2,1.64,5,7.73,1.28,15,4.0,3.29,6,6.5,2.65,12,6.1,1.66,10,7.33,1.97,12,7.6,1.17,10,7.6,1.58,10,4.7,3.2,10,6.88,2.47,8,6.55,2.34,11,7.0,1.41,11,7.5,1.38,12,7.75,1.39,8,5.44,3.61,9,5.89,2.52,9,6.27,2.33,11,7.27,1.27,11
+intend,5.75,1.41,20,3.39,1.99,23,6.18,1.7,28,5.0,0.53,8,6.25,1.6,12,3.56,2.19,9,3.29,1.94,14,6.0,2.0,14,6.36,1.39,14,6.44,1.74,9,5.18,0.75,11,3.0,1.41,12,3.82,2.48,11,5.57,1.55,14,6.79,1.67,14,6.5,1.51,10,5.0,0.82,10,3.18,1.72,11,3.58,2.27,12,5.75,1.66,12,6.5,1.71,16
+intense,5.65,1.84,20,6.6,1.93,20,5.57,2.34,21,5.83,1.83,6,5.57,1.91,14,6.62,1.6,8,6.58,2.19,12,5.73,2.41,11,5.4,2.37,10,6.2,1.92,5,5.47,1.85,15,6.2,2.25,10,7.0,1.56,10,5.43,2.59,14,5.86,1.86,7,5.71,2.63,7,5.62,1.39,13,6.57,2.28,14,6.67,0.82,6,4.83,2.37,12,6.56,2.01,9
+intensity,5.19,1.94,21,7.05,1.58,19,5.34,2.1,35,5.0,2.67,8,5.31,1.44,13,7.2,1.64,5,7.0,1.62,14,6.18,1.47,11,4.96,2.26,24,5.23,2.31,13,5.12,1.25,8,7.55,1.21,11,6.38,1.85,8,5.95,1.87,19,4.62,2.19,16,5.82,1.83,11,4.5,1.9,10,7.18,1.17,11,6.88,2.1,8,5.36,2.08,22,5.31,2.21,13
+intensive,4.25,1.68,20,4.38,2.98,24,5.9,2.15,20,4.88,1.89,8,3.83,1.47,12,5.5,2.43,6,4.0,3.11,18,5.55,2.25,11,6.33,2.06,9,4.36,1.69,11,4.11,1.76,9,4.7,3.06,10,4.14,3.01,14,5.85,2.27,13,6.0,2.08,7,4.15,1.41,13,4.43,2.23,7,4.81,2.97,16,3.5,2.98,8,5.83,2.04,12,6.0,2.45,8
+intent,5.86,1.39,22,4.32,2.36,19,6.25,1.89,20,5.8,0.84,5,5.94,1.57,16,4.75,1.98,8,4.0,2.65,11,6.11,2.2,9,6.36,1.69,11,6.0,1.41,12,5.7,1.42,10,4.6,2.32,10,4.0,2.5,9,6.25,1.96,12,6.25,1.91,8,6.09,1.51,11,5.64,1.29,11,3.25,1.75,8,5.09,2.51,11,6.38,1.92,8,6.17,1.95,12
+intention,5.58,1.68,19,3.91,1.74,22,6.81,2.09,21,6.0,1.66,9,5.2,1.69,10,4.38,1.6,8,3.64,1.82,14,7.3,2.11,10,6.36,2.06,11,5.57,1.62,7,5.58,1.78,12,3.9,1.6,10,3.92,1.93,12,6.54,2.37,13,7.25,1.58,8,5.2,1.81,10,6.0,1.5,9,3.5,1.85,8,4.14,1.7,14,6.79,2.33,14,6.86,1.68,7
+intentional,5.37,1.34,19,3.89,2.18,19,6.0,2.23,22,5.0,1.1,6,5.54,1.45,13,3.62,2.62,8,4.09,1.92,11,5.67,2.66,6,6.12,2.13,16,6.0,1.32,9,4.67,1.12,9,3.38,2.56,8,4.27,1.9,11,6.13,2.17,15,5.71,2.5,7,5.4,1.84,10,5.33,0.5,9,3.91,2.39,11,3.88,2.03,8,6.09,2.21,11,5.91,2.34,11
+interact,6.0,1.41,20,3.78,2.07,23,5.46,2.52,28,6.0,1.07,8,6.0,1.65,12,3.44,2.07,9,4.0,2.11,14,5.36,2.76,14,5.57,2.34,14,6.0,1.5,9,6.0,1.41,11,3.25,1.91,12,4.36,2.16,11,4.57,2.9,14,6.36,1.74,14,5.9,1.45,10,6.1,1.45,10,4.27,2.0,11,3.33,2.1,12,5.5,2.2,12,5.44,2.8,16
+interaction,5.62,2.27,21,4.35,2.48,23,5.06,2.6,18,5.0,2.24,9,6.08,2.27,12,4.82,2.36,11,3.92,2.61,12,5.0,2.79,10,5.12,2.53,8,4.71,2.43,7,5.92,2.14,13,5.18,2.27,11,3.58,2.5,12,4.14,2.54,7,5.64,2.58,11,5.15,2.34,13,6.38,2.07,8,4.55,2.73,11,4.17,2.33,12,3.56,2.13,9,6.56,2.19,9
+interactive,5.89,1.41,19,4.28,2.59,18,5.29,1.99,17,6.0,1.18,11,5.75,1.75,8,4.75,2.63,4,4.14,2.66,14,5.5,2.51,8,5.11,1.54,9,6.38,1.19,8,5.55,1.51,11,4.29,2.36,7,4.27,2.83,11,4.17,2.4,6,5.91,1.51,11,5.92,1.66,13,5.83,0.75,6,3.55,2.58,11,5.43,2.3,7,5.43,2.23,7,5.2,1.93,10
+intercede,5.24,1.51,21,4.04,1.87,23,5.38,2.13,21,4.8,1.64,5,5.38,1.5,16,4.58,1.56,12,3.45,2.07,11,5.64,2.5,11,4.78,1.48,9,5.17,1.9,12,5.33,0.87,9,4.44,1.79,16,3.14,1.86,7,4.82,1.94,11,6.0,2.26,10,5.46,1.56,13,4.88,1.46,8,4.11,1.91,19,3.75,1.89,4,5.0,2.25,14,6.14,1.77,7
+intercept,4.64,1.65,22,4.59,2.42,22,5.1,2.31,20,5.0,1.83,7,4.47,1.6,15,4.5,2.27,10,4.67,2.64,12,5.29,2.5,7,5.0,2.31,13,4.82,1.72,11,4.45,1.63,11,4.27,2.2,11,4.91,2.7,11,5.0,2.27,15,5.4,2.7,5,4.3,1.77,10,4.92,1.56,12,5.4,2.32,10,3.92,2.39,12,4.9,1.85,10,5.3,2.79,10
+interception,5.41,1.1,22,4.23,2.67,22,4.5,2.52,20,5.0,0.93,8,5.64,1.15,14,5.3,3.02,10,3.33,2.06,12,6.0,2.89,7,3.69,1.97,13,5.36,1.12,11,5.45,1.13,11,3.64,2.34,11,4.82,2.96,11,4.73,2.84,15,3.8,1.1,5,5.4,1.51,10,5.42,0.67,12,4.5,2.37,10,4.0,2.98,12,4.7,2.63,10,4.3,2.54,10
+interchangeable,5.37,1.83,19,3.77,2.41,22,5.75,1.7,24,5.17,2.32,6,5.46,1.66,13,4.25,2.56,12,3.2,2.2,10,5.38,2.07,8,5.94,1.53,16,5.3,1.06,10,5.44,2.51,9,4.78,2.49,9,3.08,2.18,13,6.0,1.66,17,5.17,1.94,6,5.25,1.58,8,5.45,2.07,11,3.33,2.4,9,4.08,2.47,13,5.88,1.63,16,5.5,1.93,8
+intercom,5.26,1.82,19,2.86,1.61,22,5.52,2.04,23,5.73,1.68,11,4.14,1.46,7,3.62,1.69,8,2.43,1.45,14,5.57,2.3,7,5.5,2.0,16,5.88,1.55,8,4.82,1.94,11,2.22,1.3,9,3.31,1.7,13,5.91,2.02,11,5.17,2.08,12,5.33,2.15,12,5.14,1.21,7,2.45,1.97,11,3.27,1.1,11,5.85,1.95,13,5.1,2.18,10
+intercourse,7.22,1.82,41,6.5,2.6,22,6.0,2.71,44,7.8,1.62,10,7.07,1.93,29,6.75,2.3,12,6.2,3.01,10,5.7,2.54,20,6.25,2.88,24,7.37,1.71,19,7.14,1.98,21,6.33,2.5,9,6.62,2.75,13,5.78,2.5,23,6.24,2.96,21,7.83,1.44,23,6.44,2.01,18,7.0,1.22,9,6.15,3.24,13,5.57,2.78,23,6.48,2.62,21
+interest,6.66,1.37,41,4.36,2.73,44,6.31,2.0,55,6.65,1.27,20,6.67,1.49,21,5.38,2.68,16,3.67,2.6,27,6.23,2.08,26,6.5,1.88,28,6.7,1.38,20,6.62,1.4,21,4.19,2.68,21,4.52,2.83,23,6.26,2.2,35,6.58,1.46,19,6.52,1.38,23,6.83,1.38,18,4.82,2.74,28,3.56,2.61,16,5.96,2.25,28,6.67,1.66,27
+interested,6.83,2.12,18,4.45,2.78,20,6.83,2.04,18,5.5,2.51,8,7.9,0.88,10,3.57,1.81,7,4.92,3.15,13,6.45,2.34,11,7.43,1.4,7,6.0,2.28,11,8.14,0.9,7,4.33,3.28,9,4.55,2.46,11,7.55,1.29,11,5.71,2.56,7,6.58,2.27,12,7.33,1.86,6,4.5,3.18,12,4.38,2.26,8,6.89,2.71,9,6.78,1.2,9
+interesting,6.78,2.07,18,5.1,2.55,21,6.83,1.54,18,5.88,1.81,8,7.5,2.07,10,4.43,2.3,7,5.43,2.68,14,6.64,1.43,11,7.14,1.77,7,6.45,1.81,11,7.29,2.5,7,4.89,2.89,9,5.25,2.38,12,6.73,1.49,11,7.0,1.73,7,6.17,2.21,12,8.0,1.1,6,4.92,2.68,12,5.33,2.5,9,7.44,1.51,9,6.22,1.39,9
+interface,5.32,2.16,19,3.35,2.06,20,6.15,2.32,20,5.33,0.58,3,5.13,2.33,15,3.6,2.12,10,3.1,2.08,10,6.3,1.89,10,6.0,2.79,10,5.17,2.79,6,5.17,1.85,12,4.14,2.41,7,2.92,1.8,13,5.75,3.33,8,6.42,1.44,12,5.5,2.24,12,5.0,2.16,7,3.1,1.79,10,3.6,2.37,10,6.56,2.6,9,5.82,2.14,11
+interfere,3.94,1.86,18,4.33,2.78,21,4.71,2.24,28,3.0,1.22,5,4.31,1.97,13,4.82,2.68,11,3.8,2.94,10,5.91,2.59,11,3.94,1.64,17,4.7,2.0,10,3.0,1.2,8,4.0,2.1,11,4.7,3.47,10,4.78,2.37,18,4.6,2.12,10,4.0,2.09,12,3.83,1.47,6,4.08,2.84,13,4.75,2.82,8,5.0,2.56,16,4.33,1.78,12
+interference,4.71,1.23,21,3.84,2.44,25,4.11,2.4,19,5.22,1.2,9,4.33,1.15,12,4.17,2.14,6,3.67,2.63,18,4.71,1.89,7,3.75,2.67,12,4.88,1.2,16,4.2,1.3,5,3.07,2.09,14,4.8,2.74,10,4.0,2.78,9,4.2,2.15,10,4.83,1.4,12,4.56,1.01,9,3.94,2.46,16,3.67,2.55,9,3.91,2.47,11,4.38,2.45,8
+intergalactic,6.32,2.33,19,5.91,2.09,23,4.37,2.24,19,6.44,1.74,9,6.2,2.86,10,7.0,1.53,7,5.47,2.23,15,5.0,2.0,10,3.67,2.4,9,7.67,1.8,9,5.1,2.13,10,6.1,2.51,10,5.83,1.85,12,4.25,1.28,8,4.4,2.95,10,6.33,2.64,12,6.29,1.89,7,6.0,1.97,20,5.33,3.21,3,4.62,1.77,8,4.18,2.6,11
+interim,4.68,1.64,22,3.68,2.21,22,5.4,2.19,20,5.25,1.39,8,4.36,1.74,14,4.1,2.18,10,3.33,2.27,12,5.86,2.48,7,5.15,2.08,13,4.36,1.91,11,5.0,1.34,11,3.45,2.07,11,3.91,2.43,11,5.13,2.2,15,6.2,2.17,5,4.8,1.55,10,4.58,1.78,12,4.6,2.12,10,2.92,2.07,12,4.7,1.49,10,6.1,2.6,10
+interior,5.79,1.81,19,3.86,1.98,22,5.54,1.69,24,4.5,1.97,6,6.38,1.45,13,4.5,2.24,12,3.1,1.37,10,5.75,1.91,8,5.44,1.63,16,6.0,1.49,10,5.56,2.19,9,4.44,2.35,9,3.46,1.66,13,5.59,1.97,17,5.5,0.84,6,5.62,1.06,8,5.91,2.26,11,3.89,1.62,9,3.85,2.27,13,5.94,1.88,16,4.75,0.89,8
+interject,4.29,1.65,21,3.52,2.35,23,5.18,2.19,17,4.67,2.0,9,4.0,1.35,12,4.18,2.4,11,2.92,2.23,12,5.5,2.01,10,4.71,2.5,7,3.57,1.72,7,4.69,1.6,13,4.36,2.5,11,2.75,2.01,12,4.29,2.56,7,5.8,1.75,10,3.85,1.57,13,5.0,1.6,8,3.45,2.38,11,3.58,2.43,12,4.5,2.0,8,5.78,2.28,9
+interlude,5.47,1.39,19,3.96,2.23,23,4.79,1.72,19,5.0,1.0,9,5.9,1.6,10,3.71,1.98,7,4.2,2.4,15,4.9,1.73,10,4.67,1.8,9,5.89,1.76,9,5.1,0.88,10,3.7,2.83,10,4.33,1.67,12,4.25,1.16,8,5.3,2.06,10,5.83,1.53,12,4.86,0.9,7,4.0,2.29,20,3.67,2.08,3,4.38,1.06,8,5.09,2.07,11
+intermediate,5.05,1.03,19,3.28,1.9,18,4.94,2.19,17,5.45,0.82,11,4.5,1.07,8,3.75,1.89,4,3.14,1.96,14,4.25,2.19,8,5.56,2.13,9,5.25,0.89,8,4.91,1.14,11,3.86,1.95,7,2.91,1.87,11,3.5,1.05,6,5.73,2.28,11,5.15,1.21,13,4.83,0.41,6,2.64,1.91,11,4.29,1.5,7,5.86,1.68,7,4.3,2.36,10
+intermission,5.2,1.85,20,5.0,2.21,19,5.38,1.81,26,6.0,1.67,11,4.22,1.64,9,5.29,1.8,7,4.83,2.48,12,5.0,1.78,13,5.77,1.83,13,4.64,1.8,11,5.89,1.76,9,5.3,2.36,10,4.67,2.12,9,5.35,2.09,17,5.44,1.24,9,4.8,1.81,10,5.6,1.9,10,5.36,2.38,11,4.5,2.0,8,5.12,1.96,16,5.8,1.55,10
+intermittent,4.65,1.57,20,3.6,2.7,20,4.77,2.09,22,4.0,1.73,5,4.87,1.51,15,2.75,2.43,8,4.17,2.82,12,5.25,2.45,12,4.2,1.48,10,5.0,1.93,8,4.42,1.31,12,3.67,3.12,9,3.55,2.46,11,5.43,2.64,7,4.47,1.81,15,4.33,2.18,9,4.91,0.83,11,3.69,2.72,13,3.43,2.88,7,4.83,2.33,12,4.7,1.89,10
+intern,5.14,1.49,22,3.62,1.99,21,5.55,1.82,22,5.43,1.7,14,4.62,0.92,8,3.64,1.91,11,3.78,2.22,9,5.83,0.75,6,5.44,2.1,16,5.1,1.79,10,5.17,1.27,12,3.27,2.1,11,4.0,1.89,10,5.31,1.6,13,5.89,2.15,9,4.92,1.62,12,5.4,1.35,10,3.38,1.98,13,4.0,2.07,8,5.25,1.48,12,5.9,2.18,10
+internal,5.18,1.22,22,3.67,2.22,21,6.25,2.17,20,5.21,1.48,14,5.12,0.64,8,3.91,2.34,11,3.56,2.24,9,5.33,2.07,6,6.64,2.17,14,4.9,1.6,10,5.42,0.79,12,2.73,1.79,11,4.7,2.26,10,6.46,1.9,13,5.86,2.73,7,5.17,1.34,12,5.2,1.14,10,3.38,2.22,13,4.12,2.3,8,5.83,2.21,12,6.88,2.1,8
+international,5.65,1.95,20,3.95,2.48,22,5.33,2.5,18,5.89,2.03,9,5.45,1.97,11,3.91,2.21,11,4.0,2.83,11,4.5,2.42,10,6.38,2.33,8,5.86,2.67,7,5.58,1.62,12,4.64,2.38,11,3.27,2.49,11,5.57,2.99,7,5.18,2.27,11,5.75,2.05,12,5.5,1.93,8,3.82,2.64,11,4.09,2.43,11,5.56,2.6,9,5.11,2.52,9
+internet,6.68,1.53,19,5.44,2.73,18,6.24,2.49,17,7.18,1.17,11,6.0,1.77,8,7.75,1.89,4,4.79,2.61,14,5.25,3.2,8,7.11,1.27,9,7.38,1.19,8,6.18,1.6,11,5.43,2.64,7,5.45,2.91,11,4.0,2.68,6,7.45,1.29,11,6.54,1.81,13,7.0,0.63,6,5.0,3.19,11,6.14,1.77,7,6.86,2.61,7,5.8,2.44,10
+internship,5.9,2.0,21,6.25,2.55,20,5.11,2.24,36,6.5,2.78,8,5.54,1.33,13,7.0,1.41,5,6.0,2.83,15,5.55,2.21,11,4.92,2.27,25,6.46,2.33,13,5.0,0.76,8,6.92,2.15,12,5.25,2.92,8,5.0,2.34,20,5.25,2.18,16,5.91,1.76,11,5.9,2.33,10,6.55,2.54,11,5.89,2.67,9,5.14,2.46,22,5.07,1.94,14
+interoffice,4.32,1.49,19,3.67,2.38,18,4.59,1.59,22,4.0,1.41,5,4.43,1.55,14,2.67,1.51,6,4.17,2.62,12,5.2,1.14,10,4.08,1.78,12,4.11,1.17,9,4.5,1.78,10,3.7,2.5,10,3.62,2.39,8,5.0,1.79,11,4.18,1.33,11,3.55,1.04,11,5.38,1.41,8,1.89,1.17,9,5.44,1.88,9,4.45,1.69,11,4.73,1.56,11
+interpret,5.2,2.02,20,4.43,1.93,23,5.24,2.21,21,3.2,1.3,5,5.87,1.77,15,5.17,1.19,12,3.64,2.29,11,5.18,2.44,11,5.0,1.94,9,5.73,2.45,11,4.56,1.13,9,5.0,1.55,16,3.14,2.19,7,4.64,1.96,11,5.9,2.38,10,5.62,2.14,13,4.43,1.62,7,4.58,1.95,19,3.75,1.89,4,5.21,2.19,14,5.29,2.43,7
+interpretation,5.6,1.19,20,4.21,2.17,24,5.43,2.25,28,5.12,0.64,8,5.92,1.38,12,4.0,2.6,9,4.33,1.95,15,4.93,2.4,14,5.93,2.06,14,5.89,1.54,9,5.36,0.81,11,4.08,2.15,12,4.33,2.27,12,5.29,2.46,14,5.57,2.1,14,5.8,1.48,10,5.4,0.84,10,4.0,1.91,12,4.42,2.47,12,5.17,2.08,12,5.62,2.42,16
+interpreter,5.8,1.4,20,3.14,1.96,21,5.74,2.3,27,6.43,1.62,7,5.46,1.2,13,3.89,2.09,9,2.58,1.73,12,5.8,1.97,15,5.55,2.84,11,5.18,1.08,11,6.56,1.42,9,3.5,1.69,8,2.92,2.14,13,6.12,2.45,17,4.89,1.96,9,5.85,1.46,13,5.71,1.38,7,2.87,1.85,15,3.83,2.23,6,5.83,2.59,12,5.67,2.13,15
+interpretive,5.16,1.89,19,2.9,1.83,20,6.3,1.81,20,5.0,0.0,3,5.07,2.09,15,3.1,1.73,10,2.7,2.0,10,5.8,1.81,10,6.8,1.75,10,5.5,2.35,6,4.83,1.7,12,2.14,1.46,7,3.31,1.93,13,6.5,1.77,8,6.17,1.9,12,5.25,1.86,12,5.0,2.08,7,2.3,1.42,10,3.5,2.07,10,7.0,1.41,9,5.73,1.95,11
+interrogate,2.76,1.58,21,4.8,2.91,20,4.64,2.79,22,3.17,1.47,6,2.6,1.64,15,4.88,3.27,8,4.75,2.8,12,5.33,2.87,12,3.8,2.57,10,3.22,1.92,9,2.42,1.24,12,4.89,2.98,9,4.73,3.0,11,4.43,2.07,7,4.73,3.13,15,2.8,1.93,10,2.73,1.27,11,4.08,2.84,13,6.14,2.73,7,3.75,2.73,12,5.7,2.58,10
+interrogation,2.21,1.32,19,5.41,2.4,22,2.92,2.04,24,2.33,1.51,6,2.15,1.28,13,5.75,2.42,12,5.0,2.45,10,3.5,2.51,8,2.62,1.78,16,2.3,1.34,10,2.11,1.36,9,5.89,2.09,9,5.08,2.63,13,3.06,2.19,17,2.33,1.75,6,1.88,1.13,8,2.45,1.44,11,4.11,1.83,9,6.31,2.39,13,2.88,2.13,16,3.0,2.0,8
+interrupt,3.26,1.41,19,4.36,2.72,22,3.93,1.96,28,2.67,1.03,6,3.54,1.51,13,4.09,2.88,11,4.64,2.66,11,4.27,2.49,11,3.71,1.57,17,3.09,1.51,11,3.5,1.31,8,4.27,2.87,11,4.45,2.7,11,4.06,1.66,18,3.7,2.5,10,2.85,1.41,13,4.17,0.98,6,4.29,2.79,14,4.5,2.78,8,3.38,1.89,16,4.67,1.87,12
+interruption,3.81,1.12,21,3.88,2.3,26,4.25,2.23,24,4.0,1.0,9,3.67,1.23,12,3.2,2.04,10,4.31,2.41,16,4.33,1.66,9,4.2,2.57,15,4.0,0.82,7,3.71,1.27,14,3.85,2.58,13,3.92,2.1,13,4.75,1.54,12,3.75,2.73,12,3.55,1.13,11,4.1,1.1,10,3.4,2.44,15,4.55,2.02,11,4.23,2.17,13,4.27,2.41,11
+intersection,4.58,2.04,19,4.45,2.04,22,4.42,1.95,24,4.5,1.97,6,4.62,2.14,13,5.17,1.85,12,3.6,2.01,10,4.5,0.93,8,4.38,2.33,16,4.5,1.78,10,4.67,2.4,9,5.89,1.05,9,3.46,1.98,13,3.71,1.45,17,6.33,2.16,6,4.38,2.07,8,4.73,2.1,11,4.0,1.87,9,4.77,2.17,13,4.31,1.89,16,4.62,2.2,8
+interstate,5.0,2.05,19,4.38,2.13,21,4.91,2.29,22,5.89,1.69,9,4.2,2.1,10,4.57,1.62,7,4.29,2.4,14,5.27,2.24,11,4.55,2.38,11,5.43,1.62,7,4.75,2.3,12,4.8,1.69,10,4.0,2.49,11,4.38,2.57,13,5.67,1.66,9,5.1,1.79,10,4.89,2.42,9,5.0,2.62,8,4.0,1.78,13,4.71,2.05,14,5.25,2.76,8
+interstellar,5.95,1.51,19,4.95,2.74,20,5.33,2.41,24,6.23,1.48,13,5.33,1.51,6,5.0,2.74,5,4.93,2.84,15,5.62,2.66,13,5.0,2.14,11,6.0,1.87,9,5.9,1.2,10,6.0,2.83,7,4.38,2.63,13,5.18,1.78,11,5.46,2.9,13,6.44,1.59,9,5.5,1.35,10,4.4,2.41,10,5.5,3.06,10,5.78,2.68,9,5.07,2.28,15
+interval,5.05,1.58,19,3.43,2.31,21,5.7,2.23,27,5.29,2.06,7,4.92,1.31,12,3.7,2.31,10,3.18,2.4,11,6.13,1.96,15,5.36,2.54,11,4.8,1.32,10,5.33,1.87,9,4.88,2.17,8,2.54,1.98,13,6.06,2.38,17,5.33,1.87,9,5.0,1.81,12,5.14,1.21,7,3.2,2.46,15,4.0,2.0,6,5.42,2.47,12,5.93,2.09,15
+intervene,5.21,1.4,19,4.48,2.48,23,5.82,2.02,28,5.12,0.64,8,5.27,1.79,11,4.62,1.85,8,4.4,2.82,15,5.71,2.37,14,5.93,1.69,14,5.0,1.22,9,5.4,1.58,10,4.25,2.67,12,4.73,2.37,11,5.14,2.14,14,6.5,1.7,14,5.1,1.2,10,5.33,1.66,9,4.25,2.6,12,4.73,2.45,11,5.25,2.34,12,6.25,1.69,16
+intervention,4.14,2.01,21,4.74,2.3,23,4.57,2.4,21,4.2,2.17,5,4.12,2.03,16,5.25,2.18,12,4.18,2.4,11,4.64,2.62,11,4.0,1.73,9,3.25,2.01,12,5.33,1.32,9,4.75,2.18,16,4.71,2.75,7,4.45,1.97,11,4.7,2.91,10,4.77,2.09,13,3.12,1.46,8,4.89,2.38,19,4.0,2.0,4,4.86,2.11,14,4.0,3.0,7
+interview,4.68,2.01,22,6.35,2.48,20,6.84,2.24,19,5.08,2.36,13,4.11,1.27,9,6.14,2.12,7,6.46,2.73,13,6.57,2.88,7,7.0,1.91,12,4.67,2.27,12,4.7,1.77,10,5.67,2.45,9,6.91,2.47,11,6.4,2.55,10,7.33,1.87,9,4.75,1.96,12,4.6,2.17,10,6.57,1.9,7,6.23,2.8,13,7.29,1.8,7,6.58,2.5,12
+interviewer,5.0,1.53,19,4.52,2.38,21,4.75,2.34,20,5.0,1.73,3,5.0,1.55,16,4.67,2.94,6,4.47,2.23,15,5.17,2.64,6,4.57,2.28,14,5.1,0.74,10,4.89,2.15,9,4.71,2.69,7,4.43,2.31,14,5.5,2.51,10,4.0,2.0,10,5.0,1.07,8,5.0,1.84,11,4.0,2.87,9,4.92,1.98,12,6.0,2.62,8,3.92,1.78,12
+intestinal,3.3,1.49,20,3.82,1.92,22,4.47,2.17,19,3.22,1.48,9,3.36,1.57,11,3.6,2.41,5,4.0,1.83,16,4.67,2.58,6,4.38,2.06,13,3.5,1.45,14,2.83,1.6,6,3.42,2.15,12,4.56,1.42,9,4.56,1.42,9,4.4,2.76,10,4.0,1.41,10,2.6,1.26,10,2.92,1.93,12,4.9,1.29,10,5.0,2.76,6,4.23,1.92,13
+intestine,3.37,1.8,19,4.5,2.44,20,4.21,2.11,24,3.54,1.85,13,3.0,1.79,6,4.6,2.19,5,4.47,2.59,15,4.38,2.1,13,4.0,2.19,11,3.67,2.24,9,3.1,1.37,10,4.57,2.3,7,4.46,2.6,13,5.0,2.1,11,3.54,1.94,13,3.22,2.05,9,3.5,1.65,10,4.2,2.7,10,4.8,2.25,10,4.56,2.4,9,4.0,1.96,15
+intimacy,7.0,1.81,20,6.0,2.66,20,6.59,1.87,22,8.43,0.79,7,6.23,1.74,13,6.56,2.46,9,5.55,2.84,11,7.17,1.83,6,6.38,1.89,16,6.0,1.89,10,8.11,1.05,9,4.88,2.95,8,6.75,2.26,12,6.53,2.07,15,6.71,1.5,7,6.45,1.69,11,7.67,1.8,9,5.08,2.68,12,7.38,2.07,8,6.73,1.85,11,6.45,1.97,11
+intimate,7.22,1.67,41,6.02,2.64,43,6.29,2.29,56,6.77,2.2,13,7.43,1.35,28,5.8,2.57,10,6.12,2.73,32,5.93,2.48,27,6.62,2.09,29,7.06,1.3,17,7.33,1.9,24,6.13,2.88,15,5.96,2.56,28,6.38,2.31,37,6.11,2.31,19,7.3,1.74,23,7.11,1.6,18,5.32,2.71,19,6.58,2.5,24,6.41,2.24,32,6.12,2.4,24
+intimidate,2.84,1.3,19,5.27,2.53,22,5.75,2.56,28,3.38,1.06,8,2.45,1.37,11,5.88,1.89,8,4.93,2.84,14,5.29,2.58,14,6.21,2.55,14,2.56,1.51,9,3.1,1.1,10,5.18,2.44,11,5.36,2.73,11,5.07,2.64,14,6.43,2.38,14,2.7,1.57,10,3.0,1.0,9,4.4,2.55,10,6.0,2.37,12,5.08,2.61,12,6.25,2.49,16
+intimidating,3.0,0.84,21,4.33,2.76,24,4.0,2.45,20,3.12,0.83,8,2.92,0.86,13,5.83,2.56,6,3.83,2.71,18,3.91,2.21,11,4.11,2.85,9,3.0,0.85,12,3.0,0.87,9,5.4,2.72,10,3.57,2.62,14,4.08,2.5,13,3.86,2.54,7,2.93,0.83,14,3.14,0.9,7,4.44,2.85,16,4.12,2.75,8,4.42,2.47,12,3.38,2.45,8
+intimidation,3.79,2.39,19,4.67,2.61,21,3.25,2.08,28,4.0,2.61,6,3.69,2.39,13,4.91,2.66,11,4.4,2.67,10,3.09,1.7,11,3.35,2.34,17,4.91,2.51,11,2.25,1.04,8,5.4,2.72,10,4.0,2.45,11,3.33,2.03,18,3.1,2.28,10,4.31,2.53,13,2.67,1.75,6,4.31,2.81,13,5.25,2.31,8,3.19,1.83,16,3.33,2.46,12
+intolerable,3.14,1.31,21,5.41,2.4,22,4.15,2.74,20,3.5,1.41,8,2.92,1.26,13,5.5,2.37,10,5.33,2.53,12,5.29,2.43,7,3.54,2.79,13,3.4,1.65,10,2.91,0.94,11,4.73,2.24,11,6.09,2.47,11,4.33,2.64,15,3.6,3.29,5,3.44,1.59,9,2.92,1.08,12,6.1,2.13,10,4.83,2.55,12,4.2,3.08,10,4.1,2.51,10
+intolerance,2.95,1.27,19,5.35,2.03,20,3.87,2.55,23,4.33,1.15,3,2.69,1.14,16,5.43,2.64,7,5.31,1.75,13,4.33,2.55,9,3.57,2.59,14,2.78,1.2,9,3.1,1.37,10,5.22,1.99,9,5.45,2.16,11,4.27,2.79,15,3.12,1.96,8,2.71,1.38,7,3.08,1.24,12,5.5,1.43,10,5.2,2.57,10,3.54,2.82,13,4.3,2.21,10
+intolerant,3.43,1.69,21,4.05,2.48,22,4.74,2.46,27,3.1,1.85,10,3.73,1.56,11,3.86,2.48,7,4.13,2.56,15,4.41,2.43,17,5.3,2.54,10,4.09,2.02,11,2.7,0.82,10,2.8,2.49,5,4.41,2.43,17,4.57,2.74,14,4.92,2.22,13,3.92,1.89,13,2.62,0.92,8,3.3,2.54,10,4.67,2.35,12,5.57,2.77,14,3.85,1.77,13
+intoxicating,5.58,2.39,19,5.81,2.66,21,2.82,1.49,28,6.33,1.51,6,5.23,2.68,13,6.09,2.55,11,5.5,2.88,10,2.55,1.21,11,3.0,1.66,17,5.82,2.09,11,5.25,2.87,8,6.0,2.41,11,5.6,3.03,10,2.94,1.7,18,2.6,1.07,10,5.85,1.91,13,5.0,3.35,6,5.46,2.67,13,6.38,2.72,8,2.31,0.87,16,3.5,1.88,12
+intracranial,4.62,1.88,21,4.45,2.63,20,4.57,2.4,21,5.17,1.94,6,4.4,1.88,15,4.88,2.8,8,4.17,2.59,12,4.45,2.7,11,4.7,2.16,10,4.17,2.48,6,4.8,1.66,15,4.3,2.95,10,4.6,2.41,10,4.36,2.59,14,5.0,2.08,7,4.43,2.15,7,4.71,1.82,14,4.21,2.72,14,5.0,2.53,6,3.83,2.48,12,5.56,2.01,9
+intravenous,4.29,1.93,21,4.09,2.16,22,4.59,2.39,27,4.1,1.91,10,4.45,2.02,11,3.71,2.43,7,4.27,2.09,15,5.24,2.54,17,3.5,1.72,10,4.91,1.97,11,3.6,1.71,10,3.4,2.7,5,4.29,2.02,17,5.36,2.76,14,3.77,1.64,13,4.31,2.25,13,4.25,1.39,8,3.4,2.37,10,4.67,1.87,12,5.36,2.68,14,3.77,1.79,13
+intrepid,5.37,1.67,19,3.95,2.57,19,5.5,1.93,20,5.0,0.0,3,5.47,1.88,15,4.2,2.82,10,3.67,2.4,9,6.1,1.85,10,4.9,1.91,10,5.5,2.17,6,5.33,1.56,12,4.0,2.58,7,3.92,2.68,12,4.88,2.3,8,5.92,1.62,12,5.0,1.6,12,6.0,1.73,7,4.44,2.46,9,3.5,2.72,10,4.89,1.83,9,6.0,1.95,11
+intricate,5.11,2.05,18,4.48,2.23,21,5.13,1.55,23,5.0,1.87,5,5.25,2.26,12,4.33,2.5,6,4.53,2.2,15,5.1,1.45,10,5.15,1.68,13,4.29,2.14,7,5.8,1.93,10,5.14,2.27,7,4.14,2.21,14,4.64,1.5,11,5.58,1.51,12,4.58,1.98,12,6.17,1.94,6,4.45,2.54,11,4.5,1.96,10,4.86,1.35,14,5.56,1.81,9
+intrigue,6.05,1.81,19,5.18,2.24,22,6.21,1.82,24,4.5,1.97,6,6.77,1.24,13,4.58,2.54,12,5.9,1.66,10,5.75,2.05,8,6.44,1.71,16,6.0,1.05,10,6.11,2.47,9,4.89,2.71,9,5.38,1.94,13,6.18,2.07,17,6.5,1.05,6,6.62,1.41,8,5.64,2.01,11,4.33,2.35,9,5.77,2.05,13,6.12,2.06,16,6.38,1.3,8
+intriguing,6.53,1.68,19,5.44,2.01,18,5.53,2.48,17,6.55,1.13,11,6.5,2.33,8,6.5,1.29,4,5.14,2.11,14,4.62,2.67,8,6.33,2.12,9,7.0,1.2,8,6.18,1.94,11,5.71,2.06,7,5.27,2.05,11,4.5,2.88,6,6.09,2.17,11,6.23,1.83,13,7.17,1.17,6,4.91,1.92,11,6.29,1.98,7,6.43,1.81,7,4.9,2.77,10
+intro,5.15,1.95,20,4.48,2.15,23,5.84,1.92,19,4.6,1.52,5,5.33,2.09,15,4.83,2.04,12,4.09,2.3,11,6.2,2.15,10,5.0,1.07,8,5.18,2.36,11,5.11,1.45,9,4.56,1.93,16,4.29,2.75,7,6.1,1.37,10,5.56,2.46,9,5.58,1.93,12,4.5,1.93,8,4.26,2.31,19,5.5,0.58,4,6.0,1.73,13,5.5,2.43,6
+introduce,5.91,1.8,22,4.55,2.39,20,6.84,2.14,19,5.92,1.98,13,5.89,1.62,9,5.57,1.72,7,4.0,2.58,13,6.86,2.19,7,6.83,2.21,12,6.25,2.05,12,5.5,1.43,10,4.67,2.0,9,4.45,2.77,11,6.5,2.22,10,7.22,2.11,9,6.42,2.02,12,5.3,1.34,10,5.57,2.15,7,4.0,2.42,13,6.86,2.34,7,6.83,2.12,12
+introduction,5.81,1.4,21,3.9,2.77,20,5.36,2.54,22,5.83,1.83,6,5.8,1.26,15,4.62,3.46,8,3.42,2.23,12,5.25,2.67,12,5.5,2.51,10,6.22,1.79,9,5.5,1.0,12,3.44,2.7,9,4.27,2.9,11,4.0,2.08,7,6.0,2.54,15,6.2,1.62,10,5.45,1.13,11,2.92,2.06,13,5.71,3.15,7,5.58,3.09,12,5.1,1.79,10
+intrude,3.1,1.61,21,5.2,1.99,20,3.92,2.22,25,3.42,1.73,12,2.67,1.41,9,6.17,1.17,6,4.79,2.15,14,4.0,1.94,10,3.87,2.45,15,1.75,1.5,4,3.41,1.5,17,4.78,2.05,9,5.55,1.97,11,3.57,2.57,7,4.06,2.13,18,2.83,1.27,12,3.44,2.01,9,4.77,2.17,13,6.0,1.41,7,2.67,1.32,9,4.62,2.33,16
+intruder,2.46,1.83,41,5.66,2.64,44,3.18,1.89,22,2.47,1.87,19,2.55,1.9,20,4.94,2.59,17,6.11,2.62,27,2.73,1.42,11,3.64,2.25,11,2.06,1.29,16,2.79,2.11,24,5.29,2.59,21,6.0,2.7,23,3.23,2.24,13,3.11,1.36,9,2.65,1.99,23,2.22,1.63,18,5.48,2.62,25,5.89,2.73,19,3.36,1.91,14,2.88,1.96,8
+intrusion,3.37,1.71,19,4.9,2.57,20,2.75,1.55,20,4.67,1.53,3,3.12,1.67,16,4.33,2.8,6,5.14,2.54,14,3.5,1.05,6,2.43,1.65,14,4.2,1.69,10,2.44,1.24,9,5.14,2.79,7,4.77,2.55,13,2.9,1.6,10,2.6,1.58,10,3.5,1.6,8,3.27,1.85,11,4.89,3.14,9,4.91,2.17,11,2.75,1.91,8,2.75,1.36,12
+intrusive,3.05,1.76,22,5.77,1.93,22,4.47,2.44,19,3.62,2.39,8,2.77,1.3,13,5.14,1.68,7,6.21,2.01,14,3.86,2.73,7,4.64,2.29,11,3.38,2.13,8,2.92,1.61,13,5.78,1.92,9,5.77,2.01,13,3.86,2.54,7,4.83,2.41,12,3.64,1.91,11,2.45,1.44,11,5.11,2.09,9,6.23,1.74,13,4.56,2.48,16,4.0,2.65,3
+intubation,4.1,1.62,20,4.04,2.46,23,4.32,1.95,19,4.8,2.17,5,3.87,1.41,15,4.58,2.35,12,3.45,2.54,11,4.91,2.17,11,3.5,1.31,8,3.55,1.44,11,4.78,1.64,9,4.81,2.43,16,2.29,1.5,7,4.91,1.97,11,3.5,1.69,8,4.25,1.82,12,3.88,1.36,8,4.05,2.5,19,4.0,2.58,4,4.69,1.8,13,3.5,2.17,6
+intuition,6.42,1.54,19,4.81,2.27,21,5.84,2.62,25,6.33,1.15,3,6.44,1.63,16,4.71,2.29,7,4.77,2.42,13,5.75,2.43,8,5.88,2.78,17,6.14,0.9,7,6.58,1.83,12,4.71,1.8,7,4.77,2.62,13,5.57,2.53,14,6.18,2.82,11,5.88,1.73,8,6.82,1.33,11,5.27,2.2,11,4.3,2.36,10,5.67,2.66,18,6.29,2.69,7
+intuitive,6.0,1.11,19,4.28,1.96,18,6.29,1.96,17,6.0,1.18,11,6.0,1.07,8,4.5,2.52,4,4.21,1.89,14,5.38,2.39,8,7.11,1.05,9,6.25,1.16,8,5.82,1.08,11,4.71,1.38,7,4.0,2.28,11,6.33,2.34,6,6.27,1.85,11,6.08,1.12,13,5.83,1.17,6,3.55,1.81,11,5.43,1.72,7,5.71,2.29,7,6.7,1.7,10
+invade,3.32,1.7,19,6.0,2.45,20,4.31,2.39,36,3.62,1.92,8,3.09,1.58,11,6.8,1.79,5,5.73,2.63,15,4.36,2.46,11,4.28,2.41,25,3.31,1.84,13,3.33,1.51,6,6.75,2.14,12,4.88,2.59,8,4.55,2.16,20,4.0,2.68,16,4.1,1.6,10,2.44,1.42,9,6.45,2.5,11,5.44,2.4,9,4.09,2.41,22,4.64,2.41,14
+invader,2.23,1.53,866,5.67,2.83,18,3.5,2.33,42,2.46,1.68,333,2.08,1.42,528,5.83,2.71,6,5.58,3.0,12,4.17,2.41,24,2.61,1.94,18,2.39,1.64,415,2.08,1.42,446,6.2,2.82,10,5.0,2.88,8,3.88,2.55,25,2.94,1.89,17,2.34,1.62,477,2.1,1.4,389,4.22,3.11,9,7.11,1.62,9,3.91,2.2,22,3.05,2.44,20
+invalid,3.52,1.6,21,3.7,2.91,23,5.1,2.25,20,3.88,1.89,8,3.31,1.44,13,5.6,2.19,5,3.17,2.92,18,4.82,2.36,11,5.44,2.19,9,3.17,1.75,12,4.0,1.32,9,4.4,3.24,10,3.15,2.64,13,5.0,2.55,13,5.29,1.7,7,3.36,1.69,14,3.86,1.46,7,4.0,2.88,15,3.12,3.09,8,5.17,2.17,12,5.0,2.51,8
+invaluable,5.6,2.28,20,5.21,2.23,24,5.14,2.53,22,5.75,2.38,8,5.5,2.32,12,5.54,2.57,13,4.82,1.78,11,5.77,2.24,13,4.22,2.77,9,5.12,2.7,8,5.92,2.02,12,6.0,1.71,14,4.1,2.47,10,5.08,2.35,12,5.2,2.86,10,5.44,2.92,9,5.73,1.74,11,5.12,2.52,17,5.43,1.4,7,4.9,3.25,10,5.33,1.87,12
+invasion,2.45,1.87,22,6.59,1.91,17,3.0,1.92,21,2.4,1.67,5,2.5,2.03,16,7.14,0.9,7,6.2,2.35,10,3.7,2.21,10,2.36,1.43,11,2.5,1.62,12,2.4,2.22,10,6.0,2.07,8,7.11,1.69,9,3.25,2.05,12,2.67,1.8,9,1.91,1.22,11,3.0,2.28,11,5.71,1.25,7,7.2,2.1,10,3.33,2.6,9,2.75,1.29,12
+invasive,3.1,1.74,20,6.28,2.19,18,3.23,1.6,22,2.0,0.71,5,3.47,1.85,15,6.33,1.21,6,6.25,2.6,12,3.9,1.2,10,2.67,1.72,12,2.6,0.84,10,3.6,2.27,10,6.7,1.95,10,5.75,2.49,8,3.09,1.22,11,3.36,1.96,11,2.67,1.23,12,3.75,2.25,8,5.0,2.24,9,7.56,1.24,9,3.09,1.58,11,3.36,1.69,11
+invent,6.64,1.71,22,6.16,2.57,19,6.9,2.22,20,6.0,1.87,5,6.88,1.71,16,6.88,2.59,8,5.64,2.54,11,6.44,1.81,9,7.27,2.53,11,6.42,1.93,12,6.9,1.45,10,5.6,2.95,10,6.78,2.05,9,6.58,2.39,12,7.38,2.0,8,6.64,1.91,11,6.64,1.57,11,4.88,2.47,8,7.09,2.3,11,7.22,1.48,9,6.64,2.73,11
+invention,6.4,1.5,20,4.24,2.83,21,6.67,2.3,27,7.57,1.13,7,5.77,1.3,13,4.56,2.46,9,4.0,3.16,12,6.47,2.56,15,7.09,2.02,11,6.18,1.47,11,6.67,1.58,9,5.11,2.42,9,3.58,3.03,12,7.24,2.14,17,5.78,2.49,9,6.69,1.25,13,5.86,1.86,7,4.0,2.83,15,4.83,2.99,6,7.08,1.93,12,6.33,2.58,15
+inventive,6.29,1.95,21,4.22,2.63,23,6.39,2.66,18,6.33,2.18,9,6.25,1.86,12,4.73,2.45,11,3.75,2.8,12,6.2,3.05,10,6.62,2.26,8,6.43,2.37,7,6.23,1.88,13,4.91,2.43,11,3.58,2.75,12,5.0,3.46,7,7.27,1.62,11,6.69,2.02,13,5.62,1.77,8,4.27,2.87,11,4.17,2.52,12,6.22,3.03,9,6.56,2.4,9
+inventor,6.21,1.44,19,4.62,2.5,21,5.15,2.52,20,7.0,1.0,3,6.06,1.48,16,5.0,2.45,6,4.47,2.59,15,4.33,2.94,6,5.5,2.35,14,6.0,1.49,10,6.44,1.42,9,3.29,1.89,7,5.29,2.55,14,5.1,2.85,10,5.2,2.3,10,6.38,1.51,8,6.09,1.45,11,4.22,3.03,9,4.92,2.11,12,5.75,3.24,8,4.75,1.96,12
+inventory,4.95,1.65,19,3.58,2.04,19,5.48,2.21,23,4.92,1.85,13,5.0,1.26,6,5.0,1.73,5,3.07,1.94,14,5.85,2.48,13,5.0,1.83,10,4.78,2.17,9,5.1,1.1,10,5.0,2.0,7,2.75,1.6,12,5.3,1.95,10,5.62,2.47,13,4.44,1.74,9,5.4,1.51,10,2.9,1.52,10,4.33,2.35,9,6.11,2.76,9,5.07,1.77,14
+inverted,4.91,1.51,22,3.85,2.26,26,5.58,2.17,24,4.78,1.72,9,5.0,1.41,13,3.9,2.69,10,3.81,2.04,16,5.67,2.18,9,5.53,2.23,15,5.25,1.49,8,4.71,1.54,14,4.54,1.98,13,3.15,2.38,13,5.33,2.42,12,5.83,1.95,12,4.83,1.7,12,5.0,1.33,10,3.93,2.31,15,3.73,2.28,11,6.0,2.27,13,5.09,2.02,11
+invest,6.16,1.72,38,3.95,1.99,20,5.94,2.67,18,6.55,1.26,22,5.62,2.13,16,3.9,1.85,10,4.0,2.21,10,6.3,3.16,10,5.5,2.0,8,6.23,1.54,22,6.06,1.98,16,3.57,1.4,7,4.15,2.27,13,6.29,2.98,7,5.73,2.57,11,6.33,1.53,18,6.0,1.89,20,3.9,1.97,10,4.0,2.11,10,4.89,2.8,9,7.0,2.18,9
+investigate,5.68,1.86,19,4.09,2.33,23,5.43,2.23,28,5.88,1.25,8,5.55,2.25,11,3.78,1.86,9,4.29,2.64,14,5.21,2.22,14,5.64,2.31,14,5.89,1.69,9,5.5,2.07,10,3.91,2.51,11,4.25,2.26,12,4.71,2.37,14,6.14,1.92,14,5.7,1.49,10,5.67,2.29,9,4.82,2.4,11,3.42,2.15,12,5.42,1.88,12,5.44,2.53,16
+investigation,4.36,2.3,22,5.7,2.79,20,6.11,2.4,19,5.08,2.33,13,3.33,1.94,9,6.71,1.6,7,5.15,3.18,13,6.86,1.95,7,5.67,2.61,12,4.42,2.31,12,4.3,2.41,10,6.0,2.24,9,5.45,3.27,11,6.8,2.1,10,5.33,2.6,9,3.92,2.11,12,4.9,2.51,10,6.14,1.95,7,5.46,3.2,13,6.43,2.94,7,5.92,2.15,12
+investigative,5.5,1.91,20,5.8,2.28,20,5.69,2.19,35,5.5,2.39,8,5.5,1.62,12,6.0,1.87,5,5.73,2.46,15,5.27,2.1,11,5.88,2.25,24,5.69,2.29,13,5.14,0.9,7,6.17,1.99,12,5.25,2.71,8,5.85,2.35,20,5.47,2.03,15,5.09,2.07,11,6.0,1.66,9,6.27,2.1,11,5.22,2.49,9,5.77,2.33,22,5.54,2.03,13
+investigator,4.95,1.58,19,4.35,2.25,20,4.79,2.21,24,5.15,1.68,13,4.5,1.38,6,4.0,1.87,5,4.47,2.42,15,5.0,2.04,13,4.55,2.46,11,5.78,1.64,9,4.2,1.14,10,5.14,2.54,7,3.92,2.06,13,4.73,2.37,11,4.85,2.15,13,4.44,1.42,9,5.4,1.65,10,3.4,2.17,10,5.3,2.0,10,6.33,2.12,9,3.87,1.73,15
+investment,5.14,1.98,21,4.73,2.12,22,5.19,2.2,21,3.6,1.95,5,5.62,1.78,16,6.09,1.64,11,3.36,1.63,11,4.73,2.24,11,5.33,1.94,9,4.83,2.08,12,5.56,1.88,9,4.73,2.02,15,4.71,2.5,7,5.0,1.55,11,5.4,2.84,10,5.85,1.82,13,4.0,1.77,8,4.78,2.34,18,4.5,0.58,4,5.0,1.96,14,5.57,2.76,7
+investor,5.42,1.22,19,3.39,2.09,18,5.76,2.05,17,5.91,1.14,11,4.75,1.04,8,4.25,2.5,4,3.14,1.99,14,5.62,2.13,8,5.89,2.09,9,5.62,1.41,8,5.27,1.1,11,3.0,1.91,7,3.64,2.25,11,4.83,2.4,6,6.27,1.74,11,5.54,1.39,13,5.17,0.75,6,3.0,2.0,11,4.0,2.24,7,6.14,1.86,7,5.5,2.22,10
+invincible,6.32,1.63,19,5.3,2.34,20,6.6,2.33,20,5.33,0.58,3,6.5,1.71,16,4.83,2.71,6,5.5,2.24,14,5.67,2.16,6,7.0,2.35,14,6.4,1.35,10,6.22,1.99,9,6.86,1.57,7,4.46,2.3,13,6.3,2.95,10,6.9,1.6,10,5.5,1.93,8,6.91,1.14,11,5.67,2.69,9,5.0,2.1,11,7.62,1.92,8,5.92,2.39,12
+invisibility,5.32,1.59,22,4.32,2.77,22,5.1,2.45,20,5.5,1.31,8,5.21,1.76,14,5.3,2.95,10,3.5,2.43,12,5.57,2.51,7,4.85,2.48,13,5.09,1.7,11,5.55,1.51,11,5.0,2.68,11,3.64,2.8,11,5.4,2.23,15,4.2,3.11,5,4.5,1.43,10,6.0,1.41,12,4.3,2.83,10,4.33,2.84,12,4.5,2.27,10,5.7,2.58,10
+invisible,5.0,1.63,19,3.95,2.31,21,4.27,2.35,22,5.33,1.12,9,4.7,2.0,10,2.88,1.55,8,4.62,2.5,13,4.91,2.3,11,3.64,2.34,11,5.43,0.79,7,4.75,1.96,12,4.5,2.51,10,3.45,2.11,11,3.69,2.46,13,5.11,2.03,9,5.1,1.79,10,4.89,1.54,9,4.12,2.75,8,3.85,2.12,13,4.86,2.32,14,3.25,2.19,8
+invitation,7.05,1.23,20,4.94,2.13,18,6.43,2.18,21,7.0,1.58,5,7.07,1.16,15,5.0,1.41,6,4.92,2.47,12,5.89,2.03,9,6.83,2.29,12,7.2,1.23,10,6.9,1.29,10,5.7,1.77,10,4.0,2.27,8,6.18,2.64,11,6.7,1.64,10,7.08,1.38,12,7.0,1.07,8,3.67,1.87,9,6.22,1.56,9,6.09,2.66,11,6.8,1.55,10
+invite,5.68,1.89,22,5.1,2.4,20,6.95,1.87,19,5.15,1.91,13,6.44,1.67,9,5.43,1.72,7,4.92,2.75,13,6.71,1.7,7,7.08,2.02,12,5.58,1.98,12,5.8,1.87,10,4.44,2.13,9,5.64,2.58,11,6.7,2.0,10,7.22,1.79,9,6.25,1.82,12,5.0,1.83,10,6.0,1.63,7,4.62,2.66,13,7.0,2.38,7,6.92,1.62,12
+invoice,4.6,1.43,20,3.68,2.64,22,5.7,2.0,27,5.14,1.86,7,4.31,1.11,13,3.4,2.22,10,3.92,3.03,12,5.4,1.96,15,6.36,1.91,11,4.45,0.69,11,4.78,2.05,9,3.67,1.94,9,3.69,3.12,13,6.29,2.02,17,4.89,1.54,9,4.69,1.75,13,4.43,0.53,7,3.31,2.41,16,4.67,3.2,6,5.92,1.98,12,5.53,2.07,15
+invoke,5.05,2.15,19,4.85,1.95,20,5.54,1.64,24,5.85,1.91,13,3.33,1.63,6,5.8,1.92,5,4.53,1.92,15,6.0,1.63,13,5.0,1.55,11,5.89,2.62,9,4.3,1.34,10,6.0,1.83,7,4.23,1.79,13,5.18,1.89,11,5.85,1.41,13,4.11,1.69,9,5.9,2.23,10,4.9,1.79,10,4.8,2.2,10,5.78,1.99,9,5.4,1.45,15
+involuntary,4.05,0.97,19,3.75,2.0,20,4.13,3.06,23,4.0,1.0,3,4.06,1.0,16,4.29,1.38,7,3.46,2.26,13,4.67,2.78,9,3.79,3.29,14,4.22,1.09,9,3.9,0.88,10,4.67,1.8,9,3.0,1.9,11,5.0,3.32,15,2.5,1.69,8,4.0,1.29,7,4.08,0.79,12,4.0,1.7,10,3.5,2.32,10,4.38,3.73,13,3.8,2.04,10
+involve,5.44,1.85,18,3.6,2.21,20,5.28,2.11,18,4.25,1.58,8,6.4,1.51,10,3.29,2.21,7,3.77,2.28,13,5.36,1.75,11,5.14,2.73,7,4.82,1.78,11,6.43,1.62,7,3.22,2.33,9,3.91,2.17,11,5.82,2.32,11,4.43,1.51,7,4.92,1.56,12,6.5,2.07,6,2.83,1.99,12,4.75,2.12,8,6.33,1.5,9,4.22,2.17,9
+involvement,5.81,1.4,21,2.95,2.27,21,6.41,1.93,27,5.2,0.92,10,6.36,1.57,11,2.14,1.95,7,3.36,2.37,14,6.41,2.29,17,6.4,1.17,10,6.09,1.3,11,5.5,1.51,10,2.8,1.79,5,3.0,2.45,16,6.07,2.34,14,6.77,1.36,13,5.92,1.38,13,5.62,1.51,8,3.0,2.62,10,2.91,2.02,11,6.64,1.82,14,6.15,2.08,13
+invulnerable,6.05,2.01,21,3.85,2.46,20,5.36,2.98,22,6.17,2.64,6,6.0,1.81,15,5.75,2.55,8,2.58,1.38,12,6.17,3.01,12,4.4,2.8,10,6.22,2.49,9,5.92,1.68,12,3.56,2.55,9,4.09,2.47,11,6.14,1.86,7,5.0,3.38,15,5.2,2.3,10,6.82,1.4,11,4.0,2.2,13,3.57,3.05,7,4.0,3.1,12,7.0,1.89,10
+iodine,4.9,1.58,21,4.21,2.11,24,4.86,2.29,22,5.0,1.69,8,4.85,1.57,13,4.46,2.3,13,3.91,1.92,11,4.92,2.25,13,4.78,2.49,9,5.62,0.74,8,4.75,1.54,12,5.14,1.75,14,2.9,1.91,10,5.67,2.06,12,3.9,2.28,10,4.3,2.06,10,5.45,0.69,11,3.65,2.21,17,5.57,0.98,7,4.1,2.81,10,5.5,1.62,12
+ion,5.1,1.12,20,4.19,2.25,21,5.16,2.72,25,5.67,0.58,3,5.0,1.17,17,4.43,2.7,7,3.92,2.1,13,4.75,2.66,8,5.35,2.8,17,5.29,0.49,7,5.0,1.35,13,3.86,2.85,7,4.23,2.01,13,4.29,2.49,14,6.27,2.69,11,4.89,1.36,9,5.27,0.9,11,4.55,2.3,11,3.8,2.25,10,5.11,3.18,18,5.29,0.95,7
+iota,5.16,1.34,19,2.76,2.0,21,4.55,1.96,20,5.33,1.53,3,5.12,1.36,16,3.17,2.14,6,2.6,1.99,15,5.17,2.56,6,4.29,1.68,14,5.3,0.95,10,5.0,1.73,9,1.71,0.95,7,3.29,2.2,14,4.0,1.83,10,5.1,2.02,10,5.12,0.99,8,5.18,1.6,11,2.11,1.69,9,3.25,2.14,12,4.5,2.27,8,4.58,1.83,12
+irate,2.9,1.62,20,4.71,2.74,21,3.6,2.33,25,2.5,1.73,4,3.0,1.63,16,4.25,1.89,4,4.82,2.94,17,4.56,2.79,9,3.06,1.91,16,3.62,1.77,8,2.42,1.38,12,5.1,2.69,10,4.36,2.87,11,3.29,2.2,14,4.0,2.53,11,3.09,1.64,11,2.67,1.66,9,4.4,2.8,10,5.0,2.79,11,4.06,2.48,18,2.43,1.4,7
+iris,6.85,1.6,20,4.2,2.55,20,6.24,1.79,25,6.55,1.69,11,7.22,1.48,9,4.43,2.82,7,4.08,2.5,13,6.08,1.8,13,6.42,1.83,12,7.27,1.35,11,6.33,1.8,9,4.55,2.46,11,3.78,2.73,9,6.41,1.84,17,5.88,1.73,8,6.8,1.4,10,6.9,1.85,10,4.75,2.83,12,3.38,1.92,8,6.44,1.86,16,5.89,1.69,9
+iron,5.03,1.47,101,3.24,2.18,106,5.51,2.36,93,5.07,1.47,43,5.04,1.48,57,3.87,2.22,38,2.91,2.1,67,5.0,2.32,46,6.07,2.32,45,5.1,1.42,61,4.97,1.57,38,3.29,2.36,48,3.19,2.05,58,5.4,2.29,48,5.62,2.44,45,4.93,1.45,59,5.17,1.51,42,3.15,2.22,54,3.33,2.17,52,5.7,2.42,47,5.3,2.3,46
+ironclad,5.14,1.62,21,3.77,2.11,22,6.09,2.16,22,5.67,1.5,9,4.75,1.66,12,3.0,1.41,6,4.0,2.36,15,7.0,1.55,6,5.75,2.29,16,5.56,1.51,9,4.83,1.7,12,4.0,2.0,5,3.71,2.2,17,6.0,1.84,11,6.18,2.52,11,5.33,2.06,12,4.89,0.78,9,4.56,2.3,9,3.23,1.88,13,5.83,1.8,12,6.4,2.59,10
+ironic,5.42,1.44,24,4.39,2.1,23,4.46,2.35,26,5.54,1.27,13,5.27,1.68,11,4.73,2.0,11,4.08,2.23,12,4.09,2.47,11,4.93,2.27,14,5.91,1.45,11,5.0,1.35,13,5.0,2.28,11,3.83,1.85,12,4.94,2.63,17,3.75,1.39,8,5.4,1.64,15,5.44,1.13,9,4.6,2.35,15,4.0,1.6,8,4.12,2.45,17,5.11,2.15,9
+irony,5.19,1.99,21,4.09,2.37,23,5.28,2.44,18,5.78,2.11,9,4.75,1.86,12,4.36,2.16,11,3.83,2.62,12,5.9,2.47,10,4.5,2.33,8,5.14,2.19,7,5.23,2.05,13,5.18,2.36,11,3.08,1.98,12,4.86,3.18,7,5.55,1.97,11,4.54,2.11,13,6.25,1.28,8,3.73,2.45,11,4.42,2.35,12,4.22,2.33,9,6.33,2.18,9
+irrational,3.5,1.91,20,5.12,2.64,17,3.46,2.32,24,4.4,1.67,5,3.2,1.93,15,5.4,2.61,5,5.0,2.76,12,3.23,2.17,13,3.73,2.57,11,4.0,2.4,10,3.0,1.15,10,5.86,2.48,7,4.6,2.76,10,3.62,2.53,16,3.12,1.96,8,2.86,1.35,14,5.0,2.28,6,5.73,2.49,11,4.0,2.76,6,3.13,2.03,15,4.0,2.78,9
+irregular,4.05,1.79,20,4.86,2.55,22,4.93,2.95,27,4.29,2.56,7,3.92,1.32,13,4.4,2.5,10,5.25,2.63,12,5.13,2.83,15,4.91,3.24,11,3.82,1.33,11,4.33,2.29,9,4.67,2.4,9,5.0,2.74,13,6.06,3.05,17,3.11,1.45,9,4.54,1.66,13,3.14,1.77,7,4.56,2.58,16,5.67,2.5,6,4.92,3.42,12,4.93,2.63,15
+irregularity,4.26,1.52,19,3.94,2.39,18,3.44,1.75,16,4.55,1.51,11,3.88,1.55,8,4.75,2.63,4,3.71,2.37,14,3.14,2.27,7,3.67,1.32,9,4.0,1.69,8,4.45,1.44,11,3.57,2.44,7,4.18,2.44,11,3.0,1.58,5,3.64,1.86,11,4.08,1.38,13,4.67,1.86,6,3.55,2.3,11,4.57,2.57,7,3.57,1.51,7,3.33,2.0,9
+irrelevant,3.35,1.63,20,3.71,2.28,17,4.68,1.73,22,4.0,1.87,5,3.13,1.55,15,3.8,1.92,5,3.67,2.5,12,4.5,0.71,10,4.83,2.29,12,3.6,1.26,10,3.1,1.97,10,3.67,1.87,9,3.75,2.82,8,4.82,2.04,11,4.55,1.44,11,3.17,1.4,12,3.62,2.0,8,1.88,1.13,8,5.33,1.73,9,4.36,1.57,11,5.0,1.9,11
+irreparable,4.05,2.1,22,5.05,2.72,22,3.5,2.16,20,4.62,2.07,8,3.71,2.13,14,5.3,2.75,10,4.83,2.79,12,4.29,2.69,7,3.08,1.8,13,4.18,1.94,11,3.91,2.34,11,4.36,2.58,11,5.73,2.8,11,3.33,2.26,15,4.0,2.0,5,3.4,1.71,10,4.58,2.31,12,5.8,2.35,10,4.42,2.94,12,3.9,2.18,10,3.1,2.18,10
+irreplaceable,5.59,2.34,22,4.62,2.6,21,3.95,2.21,22,5.21,2.69,14,6.25,1.49,8,4.45,2.81,11,4.67,2.6,9,3.83,2.71,6,4.0,2.1,16,5.4,2.5,10,5.75,2.3,12,3.73,2.76,11,5.6,2.12,10,4.54,2.22,13,3.11,2.03,9,5.42,2.43,12,5.8,2.35,10,4.38,2.75,13,5.0,2.45,8,4.67,2.27,12,3.1,1.91,10
+irresistible,6.58,1.5,19,5.71,2.51,21,4.68,2.69,25,7.0,1.0,3,6.5,1.59,16,6.14,2.61,7,5.69,2.53,13,4.62,2.67,8,4.71,2.78,17,6.29,1.11,7,6.75,1.71,12,5.86,2.48,7,5.85,2.61,13,4.21,2.49,14,5.27,2.94,11,6.56,1.13,9,6.6,1.84,10,6.36,2.25,11,5.0,2.71,10,4.5,3.03,18,5.14,1.57,7
+irresponsible,2.5,1.4,20,5.0,2.57,18,3.91,2.27,22,2.6,1.82,5,2.47,1.3,15,5.0,2.53,6,5.0,2.7,12,4.6,2.22,10,3.33,2.23,12,2.6,1.17,10,2.4,1.65,10,5.6,2.32,10,4.25,2.82,8,3.09,1.38,11,4.73,2.72,11,2.33,1.3,12,2.75,1.58,8,3.56,2.35,9,6.44,1.94,9,3.82,2.71,11,4.0,1.84,11
+irreversible,3.61,2.15,18,4.09,2.33,22,3.11,2.11,28,3.67,1.21,6,3.58,2.54,12,4.18,2.56,11,4.0,2.19,11,2.73,2.05,11,3.35,2.18,17,4.2,2.35,10,2.88,1.73,8,4.91,2.21,11,3.27,2.24,11,3.06,1.98,18,3.2,2.44,10,3.75,2.26,12,3.33,2.07,6,4.14,2.48,14,4.0,2.2,8,2.81,1.97,16,3.5,2.32,12
+irrigate,5.23,1.9,22,3.77,2.18,22,5.6,2.11,20,5.75,1.83,8,4.93,1.94,14,3.9,2.42,10,3.67,2.06,12,6.43,2.44,7,5.15,1.86,13,5.45,1.57,11,5.0,2.24,11,3.91,2.21,11,3.64,2.25,11,5.33,2.29,15,6.4,1.34,5,4.09,1.58,11,6.36,1.5,11,4.1,2.18,10,3.5,2.24,12,5.7,1.77,10,5.5,2.51,10
+irrigation,3.82,1.65,22,4.65,2.15,26,6.05,2.21,22,3.67,1.66,9,3.92,1.71,13,4.2,2.78,10,4.94,1.69,16,7.0,1.85,8,5.5,2.28,14,4.12,1.55,8,3.64,1.74,14,4.31,2.25,13,5.0,2.08,13,5.91,2.43,11,6.18,2.09,11,3.67,1.92,12,4.0,1.33,10,4.73,2.43,15,4.55,1.81,11,6.25,2.53,12,5.8,1.87,10
+irritable,2.85,0.93,20,6.37,2.27,19,4.23,2.41,26,2.55,0.82,11,3.22,0.97,9,6.86,1.57,7,6.08,2.61,12,4.54,2.33,13,3.92,2.53,13,3.0,1.0,11,2.67,0.87,9,5.8,2.1,10,7.0,2.4,9,4.41,2.55,17,3.89,2.2,9,2.9,1.2,10,2.8,0.63,10,6.5,2.02,12,6.14,2.79,7,4.62,2.39,16,3.6,2.41,10
+irritate,3.19,1.69,42,5.85,2.23,39,4.39,2.59,18,3.94,2.16,17,2.68,1.03,25,6.23,1.92,13,5.65,2.38,26,4.3,2.36,10,4.5,3.02,8,3.28,1.96,29,3.0,0.82,13,6.2,2.04,20,5.47,2.41,19,4.29,2.63,7,4.45,2.7,11,3.57,1.95,23,2.74,1.19,19,6.15,2.17,26,5.23,2.31,13,4.0,1.5,9,4.78,3.42,9
+irritating,2.63,1.42,19,4.91,2.45,22,3.77,2.29,22,3.11,1.62,9,2.2,1.14,10,4.38,2.67,8,5.21,2.36,14,4.0,2.41,11,3.55,2.25,11,3.86,1.07,7,1.92,1.08,12,3.9,1.91,10,5.75,2.6,12,3.62,2.26,13,4.0,2.45,9,2.6,1.43,10,2.67,1.5,9,5.12,2.9,8,4.79,2.26,14,4.43,2.53,14,2.62,1.19,8
+irritation,3.38,1.47,21,5.5,2.91,22,4.35,2.43,20,3.62,1.41,8,3.23,1.54,13,4.6,3.1,10,6.25,2.63,12,4.86,2.61,7,4.08,2.4,13,3.82,1.6,11,2.9,1.2,10,4.64,3.07,11,6.36,2.58,11,4.2,2.4,15,4.8,2.77,5,3.1,1.29,10,3.64,1.63,11,6.2,2.3,10,4.92,3.32,12,3.7,1.7,10,5.0,2.94,10
+island,7.18,2.06,22,4.25,2.95,20,5.58,2.73,19,6.69,2.32,13,7.89,1.45,9,5.29,2.75,7,3.69,3.01,13,6.29,2.56,7,5.17,2.86,12,6.5,2.43,12,8.0,1.15,10,5.11,3.26,9,3.55,2.62,11,5.3,2.87,10,5.89,2.71,9,7.0,2.41,12,7.4,1.65,10,7.43,1.4,7,2.54,1.94,13,6.0,3.0,7,5.33,2.67,12
+isle,6.05,2.07,19,3.24,2.12,21,4.7,2.42,23,6.18,1.94,11,5.43,2.15,7,4.0,2.89,7,2.86,1.61,14,3.43,2.51,7,5.25,2.24,16,6.62,2.39,8,5.64,1.8,11,2.38,1.69,8,3.77,2.24,13,4.0,2.14,11,5.33,2.57,12,5.92,2.31,12,6.29,1.7,7,3.27,2.8,11,3.2,1.14,10,5.38,2.57,13,3.8,1.99,10
+isolate,4.35,1.84,20,4.6,2.76,20,4.38,2.12,26,3.91,2.12,11,4.89,1.36,9,4.57,2.76,7,4.62,2.87,13,4.0,1.78,13,4.77,2.42,13,4.55,1.92,11,4.11,1.83,9,4.82,2.68,11,4.33,3.0,9,4.82,2.43,17,3.56,1.01,9,3.8,1.87,10,4.9,1.73,10,5.5,2.75,12,3.25,2.31,8,4.56,2.48,16,4.1,1.45,10
+isolation,3.77,2.07,22,3.0,2.29,19,4.52,2.58,21,3.6,2.07,5,3.75,2.18,16,3.62,2.33,8,2.55,2.25,11,5.2,2.86,10,3.91,2.26,11,3.67,1.92,12,3.9,2.33,10,3.5,2.64,10,2.44,1.81,9,4.67,2.53,12,4.33,2.78,9,4.0,2.37,11,3.55,1.81,11,3.0,2.98,8,3.0,1.79,11,4.89,2.52,9,4.25,2.7,12
+isotope,5.35,1.87,20,2.73,1.67,22,5.19,1.88,27,5.1,2.33,10,5.6,1.35,10,2.29,1.7,7,2.93,1.67,15,4.88,2.12,17,5.7,1.34,10,5.8,1.75,10,4.9,1.97,10,3.2,2.28,5,2.59,1.5,17,4.79,2.15,14,5.62,1.5,13,4.75,1.71,12,6.25,1.83,8,2.3,1.64,10,3.08,1.68,12,5.5,2.1,14,4.85,1.63,13
+issue,3.95,2.06,22,4.55,2.52,20,5.47,2.48,19,4.77,2.09,13,2.78,1.39,9,4.43,1.4,7,4.62,3.01,13,5.57,2.88,7,5.42,2.35,12,4.17,2.52,12,3.7,1.42,10,4.67,2.4,9,4.45,2.73,11,5.3,2.54,10,5.67,2.55,9,4.0,2.37,12,3.9,1.73,10,4.43,2.15,7,4.62,2.79,13,6.0,2.77,7,5.17,2.37,12
+itch,3.11,1.49,19,5.0,2.59,21,3.86,2.59,21,3.78,1.72,9,2.5,0.97,10,5.71,1.8,7,4.64,2.9,14,4.2,2.82,10,3.55,2.46,11,4.43,1.27,7,2.33,0.98,12,4.4,1.9,10,5.55,3.08,11,4.31,2.46,13,3.12,2.8,8,3.3,1.25,10,2.89,1.76,9,5.12,2.75,8,4.92,2.6,13,4.0,2.94,13,3.62,2.07,8
+itchy,2.53,1.43,19,4.9,2.26,21,3.0,1.65,20,3.67,1.15,3,2.31,1.4,16,5.5,2.43,6,4.67,2.23,15,4.0,2.0,6,2.57,1.34,14,2.5,1.35,10,2.56,1.59,9,4.57,2.88,7,5.07,1.98,14,3.4,1.84,10,2.6,1.43,10,2.62,1.51,8,2.45,1.44,11,4.56,3.0,9,5.17,1.59,12,2.75,1.67,8,3.17,1.7,12
+item,5.29,1.72,41,2.9,2.0,21,5.5,2.4,20,5.14,1.56,14,5.37,1.82,27,3.42,2.27,12,2.22,1.39,9,6.0,2.0,6,5.29,2.58,14,5.64,1.97,22,4.89,1.33,19,3.89,2.26,9,2.17,1.47,12,5.0,2.45,10,6.0,2.36,10,5.35,1.4,23,5.22,2.1,18,3.11,2.15,9,2.75,1.96,12,5.38,3.11,8,5.58,1.93,12
+itinerary,6.1,1.25,20,3.27,2.05,22,5.32,2.53,25,6.14,1.46,7,6.08,1.19,13,3.6,2.12,10,3.0,2.04,12,4.79,2.75,14,6.1,2.23,10,5.91,1.04,11,6.33,1.5,9,3.11,1.54,9,3.38,2.4,13,5.65,2.6,17,4.57,2.57,7,6.08,1.19,13,6.14,1.46,7,3.25,2.18,16,3.33,1.86,6,4.64,2.84,11,5.86,2.21,14
+ivory,5.2,2.07,20,2.33,1.61,18,5.17,1.81,24,5.8,1.92,5,5.0,2.14,15,2.6,1.67,5,2.23,1.64,13,4.85,1.95,13,5.55,1.63,11,5.2,2.44,10,5.2,1.75,10,2.57,1.81,7,2.18,1.54,11,4.81,1.68,16,5.88,1.96,8,5.21,1.81,14,5.17,2.79,6,2.58,1.73,12,1.83,1.33,6,5.2,1.93,15,5.11,1.69,9
+jab,3.81,1.86,21,4.85,2.49,26,5.42,2.36,24,3.62,2.2,8,3.92,1.71,13,5.0,2.75,10,4.75,2.41,16,5.89,2.37,9,5.13,2.39,15,3.43,1.62,7,4.0,2.0,14,5.31,2.29,13,4.38,2.69,13,5.58,2.23,12,5.25,2.56,12,3.5,1.88,12,4.22,1.86,9,4.2,2.6,15,5.73,2.15,11,5.54,2.26,13,5.27,2.57,11
+jabber,4.38,1.24,21,3.78,1.95,23,4.95,1.59,22,4.55,1.21,11,4.2,1.32,10,4.09,2.12,11,3.5,1.83,12,5.38,1.85,8,4.77,1.48,13,4.5,1.43,10,4.27,1.1,11,3.91,2.3,11,3.67,1.67,12,5.36,1.78,14,4.29,0.95,7,4.15,1.46,13,4.75,0.71,8,3.87,2.07,15,3.62,1.85,8,5.07,1.77,14,4.75,1.28,8
+Jack Daniels,5.38,2.58,21,4.78,2.98,23,5.59,2.76,17,4.8,3.35,5,5.56,2.39,16,6.67,2.5,12,2.73,1.95,11,5.44,2.83,9,5.43,2.94,7,5.42,2.94,12,5.33,2.18,9,4.44,2.92,16,5.57,3.21,7,5.5,2.68,10,5.71,3.09,7,5.31,2.87,13,5.5,2.2,8,5.21,3.05,19,2.75,1.71,4,5.58,2.61,12,5.6,3.44,5
+jackal,4.65,1.6,20,4.58,2.36,24,4.57,2.41,28,4.88,1.13,8,4.5,1.88,12,4.56,2.7,9,4.6,2.23,15,3.93,2.5,14,5.21,2.22,14,4.67,2.0,9,4.64,1.29,11,4.0,2.3,12,5.17,2.37,12,4.29,2.52,14,4.86,2.35,14,4.5,1.72,10,4.8,1.55,10,4.5,2.35,12,4.67,2.46,12,3.92,1.62,12,5.06,2.82,16
+jackass,4.05,2.07,19,6.57,2.38,21,4.59,1.97,22,4.0,1.87,5,4.23,2.2,13,5.67,2.73,6,6.93,2.22,15,4.5,1.84,10,4.67,2.15,12,3.57,1.72,7,4.55,2.25,11,6.14,2.97,7,6.79,2.12,14,4.18,1.4,11,5.0,2.41,11,4.0,1.86,12,4.14,2.54,7,5.73,2.8,11,7.5,1.43,10,4.21,1.97,14,5.25,1.91,8
+jacket,5.86,1.65,21,3.35,2.16,20,6.89,2.51,19,5.77,1.92,13,6.0,1.2,8,3.57,2.37,7,3.23,2.13,13,7.0,2.08,7,6.83,2.82,12,6.08,2.02,12,5.56,1.01,9,3.22,2.11,9,3.45,2.3,11,7.0,2.58,10,6.78,2.59,9,5.67,1.83,12,6.11,1.45,9,4.43,2.51,7,2.77,1.79,13,6.71,2.56,7,7.0,2.59,12
+jackhammer,3.9,1.55,20,4.7,2.44,23,4.76,2.34,21,4.22,1.48,9,3.64,1.63,11,4.55,2.5,11,4.83,2.48,12,5.12,2.03,8,4.54,2.57,13,4.07,1.27,14,3.5,2.17,6,4.11,2.62,9,5.07,2.34,14,5.5,2.56,8,4.31,2.18,13,3.9,1.45,10,3.9,1.73,10,4.15,2.48,13,5.4,2.32,10,4.67,2.9,12,4.89,1.45,9
+jackpot,7.1,1.92,21,5.62,3.19,24,4.35,2.81,20,7.62,1.51,8,6.77,2.13,13,6.33,3.5,6,5.39,3.15,18,5.64,2.58,11,2.78,2.33,9,6.67,2.15,12,7.67,1.5,9,6.0,3.06,10,5.36,3.37,14,4.62,2.9,13,3.86,2.79,7,6.71,1.98,14,7.86,1.68,7,6.31,2.96,16,4.25,3.37,8,4.17,2.59,12,4.62,3.29,8
+jackrabbit,5.95,1.75,19,3.61,2.35,18,4.36,1.94,22,5.2,1.48,5,6.21,1.81,14,4.5,2.66,6,3.17,2.17,12,4.5,1.43,10,4.25,2.34,12,6.11,1.45,9,5.8,2.04,10,4.2,2.57,10,2.88,1.96,8,5.0,2.0,11,3.73,1.74,11,5.64,2.06,11,6.38,1.19,8,3.11,2.62,9,4.11,2.09,9,4.82,1.89,11,3.91,1.97,11
+jade,6.25,1.94,20,3.43,1.75,21,5.37,1.95,19,5.67,1.94,9,6.73,1.9,11,1.8,0.84,5,4.07,1.62,15,5.5,3.08,6,5.31,1.32,13,6.36,1.82,14,6.0,2.37,6,3.82,1.78,11,3.11,1.76,9,5.22,1.3,9,5.5,2.46,10,6.4,1.78,10,6.1,2.18,10,3.27,1.79,11,3.6,1.78,10,5.17,2.56,6,5.46,1.71,13
+jaded,3.62,1.53,21,3.79,2.93,24,5.65,2.64,20,3.12,1.13,8,3.92,1.71,13,6.0,2.97,6,3.06,2.6,18,6.0,2.68,11,5.22,2.68,9,3.42,1.31,12,3.89,1.83,9,4.5,3.34,10,3.29,2.61,14,6.0,2.74,13,5.0,2.52,7,3.5,1.22,14,3.86,2.12,7,4.75,2.72,16,1.88,2.47,8,5.83,2.69,12,5.38,2.72,8
+jagged,3.95,1.75,21,6.05,2.11,20,4.48,2.34,21,4.83,1.17,6,3.6,1.84,15,6.62,2.0,8,5.67,2.19,12,4.27,2.37,11,4.7,2.41,10,4.17,1.83,6,3.87,1.77,15,6.1,2.42,10,6.0,1.89,10,4.64,2.5,14,4.14,2.12,7,4.43,1.51,7,3.71,1.86,14,6.43,2.34,14,5.17,1.17,6,3.92,2.47,12,5.22,2.05,9
+jaguar,5.63,2.19,19,5.55,2.21,20,5.1,2.67,20,6.67,2.08,3,5.47,2.29,15,5.4,2.67,10,5.7,1.77,10,4.5,2.59,10,5.7,2.75,10,4.17,2.4,6,6.42,1.83,12,6.57,2.82,7,5.0,1.68,13,6.25,2.49,8,4.33,2.61,12,6.33,2.06,12,4.43,1.99,7,5.5,2.55,10,5.6,1.96,10,6.33,2.6,9,4.09,2.39,11
+jail,1.91,1.44,870,4.47,2.5,38,3.91,2.91,23,2.09,1.69,336,1.79,1.25,528,4.11,2.47,9,4.59,2.54,29,4.11,2.85,9,3.79,3.04,14,2.04,1.56,418,1.78,1.32,446,4.43,2.47,14,4.5,2.57,24,4.53,2.97,15,2.75,2.55,8,2.01,1.6,479,1.77,1.22,391,3.76,2.32,21,5.35,2.5,17,4.38,3.28,13,3.3,2.36,10
+jailbird,2.38,1.4,21,4.48,2.22,25,3.18,2.65,22,2.75,1.58,8,2.15,1.28,13,4.62,2.22,13,4.33,2.31,12,3.85,3.05,13,2.22,1.64,9,2.5,1.51,8,2.42,1.38,12,5.14,1.46,14,3.64,2.77,11,4.25,2.8,12,1.9,1.85,10,2.2,1.48,10,2.55,1.37,11,4.18,2.43,17,5.12,1.64,8,3.6,2.76,10,2.83,2.62,12
+jailbreak,3.5,1.73,20,5.6,2.3,20,5.27,2.37,22,3.14,1.46,7,3.69,1.89,13,6.78,1.39,9,4.64,2.5,11,5.17,3.19,6,5.31,2.12,16,4.4,1.84,10,2.56,1.13,9,5.5,2.98,8,5.67,1.87,12,6.0,2.3,15,3.71,1.8,7,3.45,1.86,11,3.56,1.67,9,6.17,2.12,12,4.75,2.43,8,5.64,2.34,11,4.91,2.47,11
+jailer,2.61,1.72,18,4.95,2.85,22,3.79,2.64,28,3.17,1.17,6,2.33,1.92,12,5.36,2.73,11,4.55,3.05,11,4.36,3.11,11,3.41,2.32,17,3.0,1.95,11,2.0,1.15,7,4.73,2.72,11,5.18,3.09,11,4.11,2.74,18,3.2,2.49,10,3.08,1.8,13,1.4,0.55,5,4.79,3.02,14,5.25,2.71,8,3.31,2.5,16,4.42,2.81,12
+jailhouse,2.57,1.41,23,4.5,2.77,22,2.89,2.34,27,2.91,1.38,11,2.25,1.42,12,3.57,2.94,7,4.93,2.69,15,2.82,1.98,17,3.0,2.98,10,2.64,1.57,11,2.5,1.31,12,3.0,2.83,5,4.94,2.68,17,2.93,2.4,14,2.85,2.38,13,2.53,1.6,15,2.62,1.06,8,3.4,2.41,10,5.42,2.81,12,2.86,2.44,14,2.92,2.33,13
+jalopy,5.15,2.03,20,3.94,2.62,18,4.12,2.07,24,5.2,1.48,5,5.13,2.23,15,3.2,1.79,5,4.23,2.89,13,3.62,1.71,13,4.73,2.37,11,5.7,2.26,10,4.6,1.71,10,4.29,2.56,7,3.73,2.76,11,4.0,1.79,16,4.38,2.67,8,4.93,2.27,14,5.67,1.37,6,4.75,2.7,12,2.33,1.63,6,3.87,2.36,15,4.56,1.51,9
+jam,5.81,2.62,21,3.95,2.44,21,5.89,2.56,18,5.78,2.73,9,5.83,2.66,12,4.78,2.28,9,3.33,2.46,12,5.1,2.6,10,6.88,2.3,8,6.0,2.38,7,5.54,2.85,13,4.45,2.34,11,3.4,2.55,10,5.29,3.15,7,6.27,2.2,11,6.08,2.5,13,5.38,2.92,8,3.64,2.42,11,4.3,2.54,10,6.22,2.33,9,5.56,2.88,9
+jamboree,6.14,1.61,22,5.28,2.51,25,5.5,2.25,24,5.67,1.66,9,6.46,1.56,13,5.0,2.49,10,5.47,2.59,15,5.44,1.88,9,5.53,2.5,15,5.62,1.41,8,6.43,1.7,14,5.5,2.24,12,5.08,2.81,13,5.33,2.31,12,5.67,2.27,12,6.25,1.66,12,6.0,1.63,10,5.13,2.33,15,5.5,2.88,10,6.38,2.14,13,4.45,1.97,11
+jammer,5.19,1.29,21,4.22,2.37,23,5.1,2.39,21,4.8,1.79,5,5.31,1.14,16,4.83,1.64,12,3.55,2.91,11,5.73,2.53,11,4.0,1.8,9,4.92,1.51,12,5.56,0.88,9,4.69,2.24,16,3.14,2.48,7,4.55,1.86,11,5.7,2.83,10,5.23,1.09,13,5.12,1.64,8,4.32,2.5,19,3.75,1.89,4,4.29,2.33,14,6.71,1.6,7
+janitor,4.86,1.75,22,2.3,1.56,20,5.36,2.04,22,5.0,2.04,14,4.62,1.19,8,2.7,1.89,10,2.0,1.12,9,4.67,1.75,6,5.62,2.13,16,5.0,1.56,10,4.75,1.96,12,2.0,1.61,11,2.67,1.5,9,4.77,1.48,13,6.22,2.49,9,4.67,1.3,12,5.1,2.23,10,2.23,1.59,13,2.43,1.62,7,5.0,1.6,12,5.8,2.49,10
+janitorial,4.87,1.91,23,3.86,2.08,21,5.35,2.18,20,5.0,1.77,8,4.8,2.04,15,4.2,1.81,10,3.55,2.34,11,6.0,2.31,7,5.0,2.12,13,4.75,1.76,12,5.0,2.14,11,3.18,1.6,11,4.6,2.37,10,5.27,2.25,15,5.6,2.19,5,4.18,1.6,11,5.5,2.02,12,4.3,2.06,10,3.45,2.11,11,4.8,2.15,10,5.9,2.18,10
+jar,5.71,1.82,21,2.77,1.88,22,5.26,1.97,27,6.1,1.66,10,5.36,1.96,11,1.71,0.95,7,3.27,2.02,15,5.12,2.2,17,5.5,1.58,10,5.55,2.25,11,5.9,1.29,10,2.0,2.24,5,3.0,1.77,17,5.14,2.38,14,5.38,1.5,13,5.31,1.93,13,6.38,1.51,8,2.1,1.79,10,3.33,1.83,12,5.07,2.13,14,5.46,1.85,13
+jargon,4.85,1.14,20,3.95,1.99,21,5.25,2.49,24,5.0,0.0,3,4.82,1.24,17,4.14,2.48,7,3.92,1.85,13,5.5,2.78,8,5.12,2.42,16,5.0,0.58,7,4.77,1.36,13,4.57,1.9,7,3.69,2.1,13,5.29,2.73,14,5.2,2.25,10,5.0,0.5,9,4.73,1.49,11,4.36,1.75,11,3.5,2.22,10,4.76,2.61,17,6.43,1.81,7
+jarhead,4.16,2.61,19,4.41,2.99,22,4.14,1.58,28,4.0,2.83,6,4.23,2.62,13,5.18,3.03,11,3.64,2.87,11,4.0,1.73,11,4.24,1.52,17,4.82,2.68,11,3.25,2.38,8,3.73,2.65,11,5.09,3.27,11,3.89,1.75,18,4.6,1.17,10,4.08,2.53,13,4.33,3.01,6,3.86,3.11,14,5.38,2.67,8,4.12,1.75,16,4.17,1.4,12
+jasmine,6.74,1.19,19,3.7,1.98,20,5.75,2.01,24,6.62,1.26,13,7.0,1.1,6,4.4,2.61,5,3.47,1.77,15,5.77,1.88,13,5.73,2.24,11,6.33,1.5,9,7.1,0.74,10,3.43,2.15,7,3.85,1.95,13,5.82,2.48,11,5.69,1.6,13,6.78,0.97,9,6.7,1.42,10,3.7,1.83,10,3.7,2.21,10,5.78,1.72,9,5.73,2.22,15
+java,5.9,2.25,20,5.05,2.3,22,6.16,2.12,19,6.22,2.64,9,5.64,1.96,11,3.6,2.41,5,5.5,2.22,16,7.0,2.1,6,5.77,2.09,13,5.5,1.91,14,6.83,2.86,6,4.17,2.33,12,6.22,1.92,9,5.33,2.12,9,6.9,1.91,10,5.5,1.51,10,6.3,2.83,10,4.42,2.57,12,5.8,1.75,10,7.5,1.97,6,5.54,1.94,13
+javelin,5.24,1.58,21,3.89,2.51,19,5.71,1.85,21,5.33,1.63,6,5.2,1.61,15,4.29,2.93,7,3.67,2.35,12,6.27,1.9,11,5.1,1.66,10,5.33,1.37,6,5.2,1.7,15,4.1,2.64,10,3.67,2.5,9,5.79,1.93,14,5.57,1.81,7,5.29,1.7,7,5.21,1.58,14,4.21,2.81,14,3.0,1.22,5,5.67,2.02,12,5.78,1.72,9
+jaw,4.41,1.01,22,4.09,2.35,23,5.84,1.92,19,5.0,0.0,8,4.31,0.75,13,4.62,2.83,8,3.79,2.19,14,6.43,1.4,7,5.64,2.2,11,4.5,0.76,8,4.62,0.65,13,4.78,2.68,9,3.64,2.1,14,6.0,2.0,7,5.75,1.96,12,4.55,0.69,11,4.27,1.27,11,3.44,2.55,9,4.5,2.21,14,6.12,1.89,16,4.33,1.53,3
+jawbone,4.63,1.16,19,4.19,1.72,21,5.65,1.94,23,5.0,0.0,5,4.54,1.39,13,3.83,1.17,6,4.33,1.91,15,6.3,1.57,10,5.15,2.12,13,4.57,1.13,7,4.73,1.27,11,4.43,1.51,7,4.07,1.86,14,5.73,2.28,11,5.58,1.68,12,4.75,0.97,12,4.43,1.51,7,4.18,1.99,11,4.2,1.48,10,5.71,1.94,14,5.56,2.07,9
+jaws,4.42,1.61,19,5.91,3.24,22,4.68,1.94,28,5.33,1.51,6,4.0,1.53,13,6.09,3.02,11,5.73,3.58,11,4.91,2.34,11,4.53,1.7,17,4.64,1.69,11,4.12,1.55,8,5.45,3.42,11,6.36,3.14,11,4.5,2.12,18,5.0,1.63,10,4.15,1.86,13,5.0,0.63,6,5.14,3.25,14,7.25,2.92,8,4.56,2.28,16,4.83,1.47,12
+jazz,6.57,1.86,21,6.05,2.76,19,6.42,2.02,36,7.25,2.05,8,6.15,1.68,13,5.2,3.11,5,6.36,2.68,14,5.45,2.21,11,6.84,1.82,25,6.77,1.96,13,6.25,1.75,8,5.5,3.23,12,7.0,1.41,7,6.5,1.91,20,6.31,2.21,16,6.36,2.11,11,6.8,1.62,10,5.45,2.98,11,6.88,2.36,8,6.82,1.87,22,5.79,2.15,14
+jazzy,6.81,1.54,21,4.74,2.42,23,5.42,1.55,26,7.36,1.03,11,6.2,1.81,10,5.73,2.1,11,3.83,2.41,12,5.27,1.74,11,5.64,1.45,14,6.6,1.9,10,7.0,1.18,11,5.09,2.63,11,4.42,2.27,12,5.29,1.76,17,5.88,0.99,8,6.77,1.74,13,6.88,1.25,8,4.87,2.42,15,4.5,2.56,8,5.35,1.62,17,5.56,1.51,9
+jealous,2.38,1.43,21,5.9,2.07,20,4.68,2.63,19,2.54,1.45,13,2.12,1.46,8,5.86,2.12,7,5.92,2.14,13,5.86,3.02,7,4.0,2.22,12,2.17,1.27,12,2.67,1.66,9,5.44,2.4,9,6.27,1.79,11,4.8,2.35,10,4.56,3.05,9,2.08,1.31,12,2.78,1.56,9,4.86,1.07,7,6.46,2.3,13,3.57,1.72,7,5.33,2.9,12
+jealousy,2.58,1.37,106,5.45,2.47,84,3.89,2.45,98,2.81,1.62,47,2.4,1.11,58,5.46,2.56,28,5.51,2.42,55,4.17,2.47,47,3.66,2.44,50,2.54,1.43,68,2.65,1.27,37,5.3,2.64,37,5.65,2.3,46,3.96,2.28,53,3.8,2.66,45,2.73,1.42,62,2.39,1.28,44,5.2,2.65,45,5.74,2.23,39,4.02,2.56,48,3.76,2.36,50
+jean,6.05,1.66,21,2.41,1.71,22,5.19,2.11,27,5.5,1.43,10,6.55,1.75,11,2.57,2.3,7,2.33,1.45,15,4.71,2.31,17,6.0,1.49,10,6.18,1.94,11,5.9,1.37,10,1.8,1.79,5,2.59,1.7,17,5.0,2.51,14,5.38,1.66,13,6.0,1.83,13,6.12,1.46,8,1.7,1.16,10,3.0,1.91,12,5.36,2.24,14,5.0,2.04,13
+jeans,5.47,1.71,19,3.95,1.9,20,6.26,1.79,19,5.11,2.09,9,5.8,1.32,10,2.0,1.41,4,4.53,1.73,15,6.17,1.6,6,6.31,1.93,13,5.5,1.34,14,5.4,2.7,5,4.18,2.04,11,3.75,1.91,8,5.89,1.36,9,6.6,2.12,10,6.0,0.67,10,4.89,2.32,9,4.0,2.16,10,3.9,1.73,10,6.83,1.6,6,6.0,1.87,13
+jeep,5.53,1.68,19,4.05,2.58,21,5.0,2.4,19,4.0,1.73,3,5.81,1.56,16,4.83,2.56,6,3.73,2.6,15,6.17,1.17,6,4.46,2.67,13,5.1,0.32,10,6.0,2.4,9,3.86,2.19,7,4.14,2.82,14,5.0,2.21,10,5.0,2.74,9,5.0,1.93,8,5.91,1.45,11,4.67,3.04,9,3.58,2.19,12,5.5,3.12,8,4.64,1.8,11
+jeering,2.52,1.54,21,5.57,2.04,21,4.32,2.12,25,2.5,1.57,12,2.56,1.59,9,5.14,2.54,7,5.79,1.81,14,5.0,2.11,10,3.87,2.07,15,2.25,1.89,4,2.59,1.5,17,5.4,1.9,10,5.73,2.24,11,3.57,1.13,7,4.61,2.35,18,2.75,1.76,12,2.22,1.2,9,5.46,1.98,13,5.75,2.25,8,3.56,1.74,9,4.75,2.24,16
+jelly,5.9,1.52,20,3.63,1.96,41,5.68,2.16,38,5.2,0.84,5,6.13,1.64,15,4.12,1.86,16,3.32,1.99,25,5.46,2.47,13,5.8,2.02,25,5.8,0.92,10,6.0,2.0,10,3.79,2.1,19,3.5,1.87,22,5.56,2.25,18,5.8,2.12,20,5.58,1.51,12,6.38,1.51,8,3.32,2.04,25,4.12,1.78,16,5.88,2.47,17,5.52,1.91,21
+jellybean,6.4,1.98,20,4.77,2.11,22,6.14,2.08,21,6.44,1.13,9,6.36,2.54,11,5.1,2.56,10,4.5,1.73,12,4.75,1.04,8,7.0,2.12,13,6.43,1.99,14,6.33,2.16,6,5.38,2.0,8,4.43,2.17,14,5.75,1.83,8,6.38,2.26,13,6.3,2.16,10,6.5,1.9,10,5.5,1.98,12,3.9,2.02,10,6.33,1.87,12,5.89,2.42,9
+jellyfish,4.9,2.36,21,3.73,2.19,22,4.0,2.63,21,5.89,2.37,9,4.17,2.17,12,4.0,2.53,6,3.47,2.1,15,3.33,3.14,6,4.27,2.46,15,5.56,1.88,9,4.42,2.64,12,4.0,2.45,5,3.65,2.18,17,4.7,2.58,10,3.36,2.62,11,5.08,2.39,12,4.67,2.45,9,3.78,2.28,9,3.69,2.21,13,4.45,2.42,11,3.5,2.88,10
+jeopardize,3.1,1.37,20,6.15,2.3,20,3.65,2.02,26,2.73,1.1,11,3.56,1.59,9,6.86,1.35,7,5.77,2.65,13,3.77,2.05,13,3.54,2.07,13,3.45,1.63,11,2.67,0.87,9,6.09,2.39,11,6.22,2.33,9,3.88,2.29,17,3.22,1.39,9,2.6,1.17,10,3.6,1.43,10,6.42,2.19,12,5.75,2.55,8,3.94,2.17,16,3.2,1.75,10
+jeopardy,3.84,1.86,19,4.23,2.86,22,4.32,2.11,28,4.5,2.07,6,3.54,1.76,13,3.73,2.33,11,4.73,3.35,11,5.36,2.29,11,3.65,1.73,17,4.64,1.75,11,2.75,1.49,8,4.18,2.56,11,4.27,3.26,11,4.56,1.98,18,3.9,2.38,10,4.31,1.75,13,2.83,1.83,6,4.0,2.88,14,4.62,2.97,8,3.94,2.17,16,4.83,1.99,12
+jerk,2.43,1.57,21,6.45,2.01,20,4.84,2.85,19,2.77,1.83,13,1.88,0.83,8,6.29,1.5,7,6.54,2.3,13,5.86,2.85,7,4.25,2.8,12,2.17,1.27,12,2.78,1.92,9,6.22,2.64,9,6.64,1.43,11,5.9,2.38,10,3.67,3.0,9,1.92,1.0,12,3.11,1.96,9,6.86,2.12,7,6.23,2.01,13,5.29,2.87,7,4.58,2.94,12
+jerky,4.74,1.79,19,4.0,2.89,22,4.21,1.81,28,5.17,1.17,6,4.54,2.03,13,4.09,2.95,11,3.91,2.98,11,4.09,2.39,11,4.29,1.4,17,5.18,1.54,11,4.12,2.03,8,4.09,2.84,11,3.91,3.08,11,4.06,2.01,18,4.5,1.43,10,4.54,1.98,13,5.17,1.33,6,3.36,2.84,14,5.12,2.8,8,4.06,2.14,16,4.42,1.31,12
+jest,6.2,1.47,20,4.21,2.59,24,5.64,1.77,28,6.88,1.36,8,5.75,1.42,12,4.0,2.55,9,4.33,2.69,15,5.14,1.79,14,6.14,1.66,14,5.78,1.39,9,6.55,1.51,11,4.17,2.76,12,4.25,2.53,12,5.36,2.1,14,5.93,1.38,14,6.0,1.15,10,6.4,1.78,10,4.5,2.61,12,3.92,2.64,12,5.42,1.38,12,5.81,2.04,16
+jester,4.53,2.44,19,4.75,2.38,20,5.35,2.11,20,3.67,2.31,3,4.87,2.47,15,4.5,2.22,10,5.0,2.62,10,5.2,2.1,10,5.5,2.22,10,4.0,2.0,6,5.0,2.63,12,4.57,2.7,7,4.85,2.3,13,4.12,2.23,8,6.17,1.64,12,4.83,2.69,12,4.0,2.0,7,5.1,2.73,10,4.4,2.07,10,4.78,1.99,9,5.82,2.18,11
+jet,6.74,1.59,19,5.26,2.2,23,5.44,1.85,18,6.33,1.12,9,7.1,1.91,10,5.86,1.95,7,5.2,2.24,15,5.5,1.96,10,5.38,1.85,8,7.22,1.48,9,6.3,1.64,10,5.5,2.64,10,5.33,1.72,12,4.5,1.31,8,6.11,2.03,9,6.83,1.64,12,6.57,1.62,7,5.05,2.24,20,6.67,1.53,3,4.88,1.46,8,5.9,2.08,10
+jewel,6.68,1.63,19,3.83,2.57,23,5.1,2.34,20,5.33,0.58,3,6.94,1.65,16,4.55,2.42,11,3.17,2.62,12,4.17,0.98,6,5.5,2.65,14,7.1,1.45,10,6.22,1.79,9,3.82,2.75,11,3.83,2.52,12,4.6,2.22,10,5.6,2.46,10,6.5,2.14,8,6.82,1.25,11,4.0,2.86,11,3.67,2.39,12,6.12,2.7,8,4.42,1.88,12
+jeweler,5.95,2.31,21,3.73,2.47,22,5.73,1.97,26,5.3,1.95,10,6.55,2.54,11,2.14,1.68,7,4.47,2.47,15,5.56,2.34,16,6.0,1.25,10,6.27,2.45,11,5.6,2.22,10,4.2,3.11,5,3.59,2.35,17,5.85,2.34,13,5.62,1.61,13,6.0,2.35,13,5.88,2.42,8,4.3,3.02,10,3.25,1.91,12,6.54,1.66,13,4.92,1.98,13
+jewelry,7.0,1.75,22,3.38,2.2,21,6.19,1.94,21,7.21,1.93,14,6.62,1.41,8,3.36,2.29,11,3.56,2.3,9,5.0,2.12,5,6.56,1.79,16,7.0,1.76,10,7.0,1.81,12,2.91,2.12,11,3.9,2.28,10,5.92,1.98,12,6.56,1.94,9,6.75,1.82,12,7.3,1.7,10,3.38,2.29,13,3.38,2.2,8,6.73,1.19,11,5.6,2.46,10
+jib,5.53,1.26,19,4.57,1.86,21,4.83,2.27,23,7.0,1.0,3,5.25,1.13,16,5.0,0.93,8,4.31,2.25,13,4.22,2.39,9,5.21,2.19,14,5.33,1.22,9,5.7,1.34,10,5.11,1.69,9,4.17,1.95,12,5.0,2.45,15,4.5,2.0,8,5.43,1.4,7,5.58,1.24,12,5.1,1.85,10,4.09,1.81,11,4.77,2.8,13,4.9,1.45,10
+jiff,5.21,1.4,19,4.17,2.21,23,4.68,1.49,19,4.89,1.17,9,5.5,1.58,10,4.14,2.48,7,4.13,2.23,15,4.7,1.64,10,4.67,1.41,9,5.78,1.39,9,4.7,1.25,10,4.7,2.63,10,3.67,1.87,12,4.38,1.6,8,4.7,1.34,10,5.58,1.38,12,4.57,1.27,7,4.2,2.28,20,4.0,2.0,3,4.88,1.73,8,4.55,1.37,11
+jiffy,6.09,1.63,22,4.89,2.47,19,6.05,2.01,21,5.2,1.48,5,6.38,1.67,16,4.5,2.45,8,5.18,2.56,11,5.7,1.77,10,6.36,2.25,11,5.5,1.62,12,6.8,1.4,10,4.6,2.67,10,5.22,2.33,9,6.08,2.31,12,6.0,1.66,9,6.09,1.64,11,6.09,1.7,11,4.25,2.19,8,5.36,2.66,11,6.56,1.67,9,5.67,2.23,12
+jig,4.95,1.88,21,4.95,2.5,20,5.33,1.83,21,5.33,0.82,6,4.8,2.18,15,4.38,2.13,8,5.33,2.74,12,4.82,1.99,11,5.9,1.52,10,5.0,1.67,6,4.93,2.02,15,5.2,2.66,10,4.7,2.45,10,5.57,2.06,14,4.86,1.21,7,4.86,1.86,7,5.0,1.96,14,5.21,2.72,14,4.33,1.97,6,4.75,1.76,12,6.11,1.69,9
+jiggle,6.15,1.9,20,5.22,2.73,18,4.88,2.44,24,7.2,1.1,5,5.8,2.01,15,5.6,2.88,5,5.08,2.78,13,4.46,2.33,13,5.36,2.58,11,6.3,1.77,10,6.0,2.11,10,6.0,2.38,7,4.73,2.94,11,4.44,2.19,16,5.75,2.82,8,5.64,1.95,14,7.33,1.21,6,5.92,2.27,12,3.83,3.25,6,5.07,2.69,15,4.56,2.07,9
+jigsaw,5.05,1.57,20,4.0,2.67,22,6.57,2.09,21,4.89,0.78,9,5.18,2.04,11,4.5,2.8,10,3.58,2.61,12,5.88,1.55,8,7.0,2.31,13,4.79,1.25,14,5.67,2.16,6,3.88,3.18,8,4.07,2.46,14,5.75,2.31,8,7.08,1.85,13,5.1,1.52,10,5.0,1.7,10,3.58,2.71,12,4.5,2.68,10,7.17,2.12,12,5.78,1.86,9
+jihad,2.32,1.53,19,5.35,2.87,20,3.08,2.22,24,1.85,1.28,13,3.33,1.63,6,4.2,3.56,5,5.73,2.63,15,3.69,2.39,13,2.36,1.86,11,2.56,1.67,9,2.1,1.45,10,5.14,3.34,7,5.46,2.73,13,2.64,1.5,11,3.46,2.7,13,2.67,1.66,9,2.0,1.41,10,4.0,2.87,10,6.7,2.26,10,3.44,2.74,9,2.87,1.92,15
+jingle,5.16,1.5,19,4.33,2.25,18,5.81,1.64,16,5.18,1.17,11,5.12,1.96,8,4.75,2.87,4,4.21,2.15,14,5.29,1.6,7,6.22,1.64,9,5.75,1.16,8,4.73,1.62,11,4.57,1.99,7,4.18,2.48,11,4.6,1.52,5,6.36,1.43,11,5.31,1.6,13,4.83,1.33,6,3.82,2.52,11,5.14,1.57,7,5.86,2.27,7,5.78,1.09,9
+jinx,3.59,1.82,22,4.95,2.48,22,4.16,2.22,19,4.12,2.17,8,3.46,1.51,13,4.12,2.03,8,5.46,2.76,13,4.71,2.5,7,3.82,2.18,11,3.5,1.69,8,3.85,1.86,13,5.44,2.55,9,4.62,2.47,13,4.71,2.06,7,3.83,2.33,12,3.36,1.86,11,3.82,1.83,11,4.67,3.08,9,5.15,2.08,13,4.25,2.29,16,3.67,2.08,3
+jittery,3.35,1.66,20,4.89,2.65,18,3.5,1.5,22,2.8,1.1,5,3.53,1.81,15,5.0,2.1,6,4.83,2.98,12,4.0,1.33,10,3.08,1.56,12,3.7,1.25,10,3.0,2.0,10,5.5,2.68,10,4.12,2.59,8,3.82,1.6,11,3.18,1.4,11,3.5,1.98,12,3.12,1.13,8,3.44,2.7,9,6.33,1.73,9,3.91,1.45,11,3.09,1.51,11
+jive,6.32,1.36,22,5.68,2.19,19,5.29,2.1,21,6.2,1.48,5,6.31,1.4,16,5.75,1.04,8,5.64,2.8,11,4.9,2.28,10,5.64,1.96,11,5.92,1.31,12,6.8,1.32,10,5.9,2.23,10,5.44,2.24,9,5.08,2.23,12,5.56,2.01,9,6.45,1.57,11,6.18,1.17,11,5.25,1.98,8,6.0,2.37,11,5.33,2.4,9,5.25,1.96,12
+job,5.64,1.81,22,4.0,2.34,20,4.44,2.8,16,5.83,2.04,6,5.53,1.85,15,2.86,2.34,7,4.62,2.18,13,4.62,2.92,8,4.25,2.87,8,5.36,1.69,14,6.14,2.19,7,4.67,2.74,9,3.45,1.92,11,4.56,3.5,9,4.29,1.8,7,5.71,1.98,14,5.5,1.6,8,4.5,2.81,6,3.79,2.19,14,5.56,3.09,9,3.0,1.63,7
+jockey,4.95,1.46,22,4.84,2.79,19,5.62,1.43,21,4.8,1.1,5,5.0,1.63,16,4.75,2.71,8,4.91,2.98,11,5.3,1.49,10,5.91,1.38,11,4.58,1.08,12,5.4,1.78,10,4.1,2.51,10,5.67,3.0,9,5.42,1.24,12,5.89,1.69,9,4.73,0.9,11,5.18,1.89,11,3.12,2.42,8,6.09,2.43,11,5.11,1.27,9,6.0,1.48,12
+jockstrap,3.5,1.99,20,4.33,2.77,18,4.58,2.39,24,3.0,1.58,5,3.67,2.13,15,4.2,3.11,5,4.38,2.75,13,4.08,2.72,13,5.18,1.89,11,3.3,2.31,10,3.7,1.7,10,5.0,2.94,7,3.91,2.7,11,4.38,2.42,16,5.0,2.45,8,3.5,1.79,14,3.5,2.59,6,4.92,2.64,12,3.17,2.86,6,4.6,2.56,15,4.56,2.24,9
+jog,5.81,1.36,21,3.43,1.95,23,6.35,1.87,26,5.82,1.25,11,5.8,1.55,10,3.64,2.11,11,3.25,1.86,12,6.0,1.79,11,6.86,1.75,14,5.9,1.6,10,5.73,1.19,11,3.64,1.75,11,3.25,2.18,12,6.24,1.82,17,7.0,1.69,8,5.69,1.49,13,6.0,1.2,8,3.33,1.84,15,3.62,2.26,8,6.88,1.8,17,5.33,1.66,9
+jogger,5.11,1.63,19,3.5,2.33,18,5.94,2.22,17,5.18,1.6,11,5.0,1.77,8,5.0,2.94,4,3.07,2.06,14,4.88,2.17,8,6.89,1.9,9,5.25,1.75,8,5.0,1.61,11,3.57,2.3,7,3.45,2.46,11,5.17,2.93,6,6.36,1.75,11,5.15,1.91,13,5.0,0.89,6,2.64,1.8,11,4.86,2.54,7,6.0,2.31,7,5.9,2.28,10
+join,5.83,2.07,18,3.9,2.7,21,4.94,2.13,18,4.75,1.91,8,6.7,1.83,10,4.0,2.89,7,3.86,2.71,14,4.64,2.46,11,5.43,1.51,7,4.91,1.64,11,7.29,1.89,7,4.11,3.41,9,3.75,2.18,12,5.64,2.01,11,3.86,1.95,7,5.42,2.02,12,6.67,2.07,6,3.33,2.74,12,4.67,2.6,9,5.22,2.39,9,4.67,1.94,9
+joint,5.32,2.15,22,4.5,2.63,20,6.16,2.29,19,5.85,1.99,13,4.56,2.24,9,6.57,1.9,7,3.38,2.29,13,6.71,1.5,7,5.83,2.66,12,5.92,2.5,12,4.6,1.43,10,5.0,2.96,9,4.09,2.39,11,6.6,2.17,10,5.67,2.45,9,6.0,2.26,12,4.5,1.78,10,4.86,3.53,7,4.31,2.14,13,5.71,3.15,7,6.42,1.73,12
+joke,7.88,1.44,869,5.73,2.37,22,5.79,1.86,47,7.77,1.48,334,7.95,1.4,529,6.17,2.33,12,5.2,2.44,10,5.47,2.2,15,5.94,1.7,32,7.85,1.48,416,7.91,1.4,446,5.89,2.37,9,5.62,2.47,13,5.68,1.8,25,5.91,1.97,22,7.79,1.58,478,7.98,1.24,391,5.33,1.87,9,6.0,2.71,13,6.17,1.78,30,5.12,1.87,17
+joker,5.67,2.01,21,4.21,2.93,24,5.05,2.42,20,6.62,1.51,8,5.08,2.1,13,6.5,2.17,6,3.44,2.79,18,5.55,2.3,11,4.44,2.55,9,5.5,2.02,12,5.89,2.09,9,4.7,2.87,10,3.86,3.03,14,5.15,2.54,13,4.86,2.34,7,5.57,1.74,14,5.86,2.61,7,5.19,2.9,16,2.25,1.91,8,5.58,1.73,12,4.25,3.15,8
+jolly,7.47,1.12,43,5.95,2.44,20,7.4,1.55,25,7.61,0.85,18,7.36,1.29,25,6.17,2.93,6,5.86,2.32,14,6.88,1.89,8,7.65,1.37,17,7.32,1.18,25,7.76,0.97,17,5.86,2.34,7,6.0,2.58,13,7.14,1.75,14,7.73,1.27,11,7.48,1.08,23,7.45,1.19,20,6.44,2.4,9,5.55,2.5,11,7.39,1.65,18,7.43,1.4,7
+jolt,4.43,1.72,21,6.63,1.98,19,4.76,1.73,21,4.6,1.34,5,4.47,1.88,15,6.88,1.73,8,6.45,2.21,11,5.0,1.76,10,4.55,1.75,11,4.55,1.51,11,4.3,2.0,10,6.5,2.07,10,6.78,1.99,9,4.42,1.98,12,5.22,1.3,9,4.4,1.58,10,4.45,1.92,11,5.62,1.92,8,7.36,1.75,11,5.22,1.79,9,4.42,1.68,12
+jot,4.79,1.84,19,4.0,2.49,21,5.77,2.11,22,5.11,0.6,9,4.5,2.51,10,3.75,1.98,8,4.15,2.82,13,6.45,1.44,11,5.09,2.51,11,5.14,0.38,7,4.58,2.31,12,4.0,2.71,10,4.0,2.41,11,5.46,2.47,13,6.22,1.48,9,4.9,2.18,10,4.67,1.5,9,3.0,2.89,7,4.5,2.21,14,6.14,2.25,14,5.12,1.81,8
+jour,5.74,1.45,19,2.95,2.21,20,5.45,1.79,20,5.0,0.0,3,5.8,1.57,15,3.2,2.44,10,2.7,2.06,10,5.5,1.51,10,5.4,2.12,10,6.5,2.35,6,5.25,0.45,12,2.29,1.89,7,3.31,2.36,13,4.62,1.77,8,6.0,1.65,12,6.0,1.21,12,5.29,1.8,7,3.2,2.25,10,2.7,2.26,10,4.56,1.67,9,6.18,1.6,11
+journal,5.91,1.77,81,3.23,2.23,107,6.31,2.04,109,5.24,1.73,33,6.38,1.68,47,3.17,2.18,35,3.26,2.26,72,6.13,2.08,53,6.49,2.02,55,5.72,1.72,47,6.18,1.86,33,3.65,2.3,49,2.88,2.12,58,6.22,2.26,65,6.47,1.68,43,5.74,1.63,46,6.14,1.94,35,3.14,2.35,50,3.32,2.13,57,6.21,2.32,53,6.41,1.75,56
+journalism,4.95,1.73,20,4.22,2.51,18,5.67,2.5,24,5.0,1.87,5,4.93,1.75,15,4.6,2.88,5,4.08,2.47,13,4.92,2.43,13,6.55,2.38,11,5.2,1.75,10,4.7,1.77,10,5.14,2.54,7,3.64,2.42,11,5.0,2.37,16,7.0,2.33,8,4.43,1.7,14,6.17,1.17,6,4.17,1.99,12,4.33,3.56,6,5.73,2.69,15,5.56,2.3,9
+journalist,5.3,1.42,20,3.86,2.36,22,6.15,2.09,27,5.57,2.15,7,5.15,0.9,13,3.7,2.31,10,4.0,2.49,12,5.8,1.9,15,6.45,2.38,11,4.91,1.22,11,5.78,1.56,9,5.0,2.06,9,3.08,2.29,13,6.41,2.32,17,5.44,1.51,9,5.31,1.6,13,5.29,1.11,7,3.75,2.46,16,4.17,2.23,6,6.33,2.19,12,6.0,2.07,15
+journalistic,5.55,1.39,20,3.2,1.91,20,6.45,1.71,22,5.29,0.95,7,5.69,1.6,13,3.33,1.5,9,3.09,2.26,11,6.5,1.52,6,6.44,1.82,16,5.7,1.57,10,5.44,1.33,9,2.62,1.51,8,3.58,2.11,12,6.53,1.64,15,6.29,1.98,7,5.64,1.63,11,5.44,1.13,9,2.83,1.64,12,3.75,2.25,8,6.55,1.44,11,6.36,2.01,11
+journey,6.65,1.84,20,4.89,2.63,18,6.77,1.74,22,7.4,1.14,5,6.4,1.99,15,5.67,2.07,6,4.5,2.88,12,6.2,1.99,10,7.25,1.42,12,7.1,1.1,10,6.2,2.35,10,5.4,2.32,10,4.25,3.01,8,7.0,1.73,11,6.55,1.81,11,6.58,2.35,12,6.75,0.71,8,4.44,3.17,9,5.33,2.06,9,6.91,1.92,11,6.64,1.63,11
+joust,4.9,1.68,20,5.61,2.04,23,5.11,2.13,19,4.6,1.82,5,5.0,1.69,15,5.92,1.44,12,5.27,2.57,11,5.09,2.17,11,4.57,1.72,7,4.36,1.57,11,5.56,1.67,9,5.81,1.42,16,5.14,3.13,7,4.73,1.74,11,5.62,2.62,8,5.23,1.83,13,4.29,1.25,7,5.68,2.24,19,5.25,0.5,4,4.62,1.85,13,6.17,2.48,6
+joy,8.21,1.18,19,5.55,2.85,49,7.0,2.05,55,7.78,1.39,9,8.6,0.84,10,6.58,2.48,19,4.9,2.92,30,6.56,2.23,18,7.22,1.95,37,8.22,1.39,9,8.2,1.03,10,6.21,2.47,24,4.92,3.09,25,6.59,2.43,29,7.46,1.42,26,8.08,1.31,12,8.43,0.98,7,6.27,2.65,33,4.06,2.74,16,6.94,2.26,33,7.09,1.72,22
+joyful,8.21,0.98,39,5.53,2.88,43,7.05,2.08,43,8.18,1.05,22,8.24,0.9,17,4.6,2.84,10,5.72,2.87,32,6.18,2.24,17,7.62,1.79,26,8.09,1.12,23,8.38,0.72,16,6.0,2.3,15,5.29,3.16,28,6.37,2.26,27,8.19,1.05,16,8.16,0.96,19,8.25,1.02,20,6.16,3.06,19,5.04,2.69,24,6.83,1.93,24,7.32,2.29,19
+joyous,7.45,1.82,22,6.62,2.11,21,6.25,1.83,20,6.8,1.3,5,7.65,1.93,17,5.67,2.88,6,7.0,1.69,15,4.5,0.84,6,7.0,1.62,14,7.64,1.57,11,7.27,2.1,11,7.43,0.98,7,6.21,2.42,14,5.7,1.64,10,6.8,1.93,10,6.8,2.3,10,8.0,1.13,12,7.44,1.13,9,6.0,2.49,12,6.25,2.05,8,6.25,1.76,12
+joyride,6.1,1.64,21,3.71,2.53,21,5.93,2.59,27,5.6,1.51,10,6.55,1.69,11,2.86,2.19,7,4.14,2.66,14,6.06,2.88,17,5.7,2.11,10,6.27,1.74,11,5.9,1.6,10,2.25,2.5,4,4.06,2.49,17,5.64,2.92,14,6.23,2.24,13,6.0,1.63,13,6.25,1.75,8,3.5,2.99,10,3.91,2.17,11,6.14,2.68,14,5.69,2.56,13
+jubilee,7.05,1.67,20,5.2,2.78,20,6.35,1.6,26,7.45,1.44,11,6.56,1.88,9,5.57,3.26,7,5.0,2.61,13,6.54,1.51,13,6.15,1.72,13,6.55,1.92,11,7.67,1.12,9,4.18,2.68,11,6.44,2.51,9,6.53,1.62,17,6.0,1.58,9,6.9,1.29,10,7.2,2.04,10,5.08,2.71,12,5.38,3.07,8,6.12,1.41,16,6.7,1.89,10
+judge,3.89,2.11,18,4.5,2.74,20,3.78,2.6,18,2.75,1.49,8,4.8,2.15,10,4.71,2.93,7,4.38,2.75,13,3.18,2.27,11,4.71,2.98,7,2.91,1.38,11,5.43,2.23,7,4.56,3.05,9,4.45,2.62,11,3.73,3.07,11,3.86,1.86,7,3.33,1.92,12,5.0,2.19,6,4.17,2.62,12,5.0,3.02,8,4.33,2.83,9,3.22,2.39,9
+judgment,4.65,1.84,20,4.27,2.45,22,5.54,2.5,26,4.86,2.27,7,4.54,1.66,13,3.7,1.89,10,4.75,2.83,12,5.8,2.51,15,5.2,2.7,10,4.18,1.54,11,5.22,2.11,9,4.33,2.69,9,4.23,2.39,13,5.25,2.24,16,6.11,3.1,9,4.62,2.14,13,4.71,1.25,7,4.19,2.48,16,4.5,2.59,6,5.67,2.64,12,5.43,2.47,14
+judgmental,3.0,1.41,19,5.05,1.72,21,3.79,2.15,19,4.0,1.0,3,2.81,1.42,16,4.5,2.26,6,5.27,1.49,15,3.5,1.52,6,3.92,2.43,13,3.0,1.33,10,3.0,1.58,9,5.0,1.63,7,5.07,1.82,14,4.22,2.17,9,3.4,2.17,10,3.5,1.51,8,2.64,1.29,11,5.22,1.86,9,4.92,1.68,12,3.5,1.6,8,4.0,2.53,11
+judicial,4.0,1.49,19,4.59,2.2,22,4.9,1.97,21,4.0,1.41,9,4.0,1.63,10,5.5,2.59,10,3.83,1.53,12,4.88,1.55,8,4.92,2.25,13,3.57,1.4,14,5.2,1.1,5,5.0,2.83,8,4.36,1.82,14,5.62,1.69,8,4.46,2.07,13,3.8,1.4,10,4.22,1.64,9,4.08,1.88,12,5.2,2.49,10,4.42,2.35,12,5.56,1.13,9
+judo,5.79,1.99,19,4.5,2.54,20,6.17,2.14,24,6.38,2.02,13,4.5,1.22,6,5.0,2.45,5,4.33,2.64,15,6.54,1.98,13,5.73,2.33,11,7.0,1.8,9,4.7,1.49,10,5.0,3.06,7,4.23,2.31,13,5.45,2.38,11,6.77,1.79,13,5.67,2.0,9,5.9,2.08,10,4.2,2.3,10,4.8,2.86,10,6.89,2.09,9,5.73,2.12,15
+jug,5.45,1.88,40,3.73,2.12,41,5.45,2.25,42,6.06,1.64,17,5.18,1.79,22,4.56,2.25,16,3.2,1.89,25,4.71,2.27,14,5.78,2.22,27,4.93,1.9,14,5.73,1.85,26,4.04,2.1,23,3.33,2.14,18,4.78,2.34,18,5.96,2.1,24,5.05,2.07,19,5.81,1.66,21,3.57,2.18,30,4.18,1.99,11,5.21,2.18,29,6.0,2.42,13
+juggle,5.84,1.21,19,5.14,2.33,21,4.7,2.87,20,6.0,1.0,3,5.81,1.28,16,5.5,2.88,6,5.0,2.17,15,3.83,2.14,6,5.07,3.12,14,5.7,0.82,10,6.0,1.58,9,4.29,2.29,7,5.57,2.31,14,4.2,2.94,10,5.2,2.86,10,5.88,1.55,8,5.82,0.98,11,5.22,3.03,9,5.08,1.78,12,5.62,3.07,8,4.08,2.68,12
+juggler,6.3,2.05,20,4.05,2.56,20,5.23,2.72,22,6.8,1.48,5,6.13,2.23,15,4.5,2.98,8,3.75,2.34,12,5.25,3.14,12,5.2,2.3,10,7.38,1.69,8,5.58,2.02,12,4.89,2.89,9,3.36,2.16,11,5.29,2.56,7,5.2,2.88,15,6.6,2.22,10,6.0,1.94,10,4.31,2.53,13,3.57,2.76,7,5.17,3.1,12,5.3,2.36,10
+jugular,5.2,1.91,20,4.56,2.77,25,4.84,1.86,19,5.67,1.58,9,4.82,2.14,11,4.0,2.76,6,4.78,2.9,18,4.29,1.7,7,5.17,1.95,12,5.47,1.81,15,4.4,2.19,5,4.0,2.96,14,5.4,2.55,10,4.78,2.33,9,4.9,1.45,10,5.33,1.97,12,5.0,1.93,8,4.88,2.73,16,4.0,2.92,9,4.82,2.27,11,4.88,1.25,8
+juice,6.9,1.61,21,4.6,2.74,20,5.74,2.84,19,6.85,1.68,13,7.0,1.6,8,5.43,2.88,7,4.15,2.67,13,6.29,2.36,7,5.42,3.15,12,7.17,1.75,12,6.56,1.42,9,4.22,2.59,9,4.91,2.95,11,6.2,2.7,10,5.22,3.07,9,7.0,1.76,12,6.78,1.48,9,6.0,1.83,7,3.85,2.91,13,6.14,2.85,7,5.5,2.94,12
+juicer,5.84,1.64,19,4.44,2.41,18,5.35,2.26,17,5.73,1.19,11,6.0,2.2,8,4.25,2.22,4,4.5,2.53,14,3.88,1.89,8,6.67,1.73,9,6.0,1.31,8,5.73,1.9,11,4.57,1.99,7,4.36,2.73,11,5.0,1.67,6,5.55,2.58,11,5.62,1.8,13,6.33,1.21,6,3.64,2.54,11,5.71,1.6,7,6.14,1.86,7,4.8,2.44,10
+juicy,7.05,1.54,20,4.7,2.58,20,5.48,2.33,25,7.5,1.38,6,6.86,1.61,14,4.45,2.54,11,5.0,2.74,9,4.88,2.13,16,6.56,2.4,9,7.12,1.46,8,7.0,1.65,12,4.89,2.98,9,4.55,2.34,11,5.5,2.42,20,5.4,2.19,5,6.7,1.83,10,7.4,1.17,10,4.27,2.57,11,5.22,2.64,9,5.21,2.3,19,6.33,2.42,6
+juju,4.73,1.16,22,4.12,2.44,26,5.21,2.02,24,4.67,1.12,9,4.77,1.24,13,4.0,2.49,10,4.19,2.48,16,5.44,1.94,9,5.07,2.12,15,5.25,1.49,8,4.43,0.85,14,4.46,2.4,13,3.77,2.52,13,4.83,2.12,12,5.58,1.93,12,4.75,1.29,12,4.7,1.06,10,3.4,2.38,15,5.09,2.26,11,5.38,2.22,13,5.0,1.84,11
+juke,5.0,1.78,18,3.3,2.18,20,4.92,1.98,25,6.0,1.73,5,4.62,1.71,13,3.73,2.24,11,2.78,2.11,9,5.25,2.32,16,4.33,1.0,9,5.0,1.73,7,5.0,1.9,11,2.67,2.18,9,3.82,2.14,11,5.0,2.1,20,4.6,1.52,5,5.56,2.13,9,4.44,1.24,9,3.45,2.21,11,3.11,2.26,9,4.63,2.09,19,5.83,1.33,6
+jukebox,6.76,2.1,21,4.9,2.22,20,5.67,2.15,36,7.12,2.36,8,6.54,1.98,13,3.6,1.67,5,5.33,2.26,15,5.09,2.17,11,5.92,2.14,25,6.92,2.14,13,6.5,2.14,8,4.5,1.93,12,5.5,2.62,8,5.3,2.08,20,6.12,2.22,16,6.45,2.02,11,7.1,2.23,10,5.73,2.28,11,3.89,1.76,9,5.45,2.22,22,6.0,2.08,14
+jumbo,4.9,1.71,20,4.24,2.28,21,4.92,1.69,24,6.0,1.83,4,4.62,1.63,16,4.75,2.22,4,4.12,2.34,17,4.67,2.12,9,5.07,1.44,15,5.25,1.49,8,4.67,1.87,12,4.0,2.54,10,4.45,2.11,11,4.71,1.38,14,5.2,2.1,10,4.91,1.64,11,4.89,1.9,9,3.6,2.59,10,4.82,1.89,11,4.82,1.94,17,5.14,0.9,7
+jump,6.44,1.69,18,5.14,2.43,21,5.72,1.99,18,6.88,1.13,8,6.1,2.02,10,4.57,2.88,7,5.43,2.24,14,5.82,1.72,11,5.57,2.51,7,6.73,1.19,11,6.0,2.31,7,5.56,2.24,9,4.83,2.62,12,5.36,2.06,11,6.29,1.89,7,5.92,1.62,12,7.5,1.38,6,5.17,2.44,12,5.11,2.57,9,6.44,2.35,9,5.0,1.32,9
+jump rope,5.74,2.05,19,4.7,2.89,20,5.54,1.99,28,5.17,1.6,6,6.0,2.24,13,4.7,2.91,10,4.7,3.02,10,6.18,2.36,11,5.12,1.65,17,6.27,1.74,11,5.0,2.33,8,4.33,3.04,9,5.0,2.86,11,5.61,2.03,18,5.4,2.01,10,5.62,2.06,13,6.0,2.19,6,4.93,3.1,14,4.17,2.48,6,5.75,2.18,16,5.25,1.76,12
+jumper,4.55,2.16,20,3.76,2.11,17,5.0,2.33,22,3.4,1.52,5,4.93,2.25,15,3.67,1.75,6,3.82,2.36,11,5.7,1.57,10,4.42,2.75,12,4.7,1.34,10,4.4,2.84,10,3.9,2.28,10,3.57,1.99,7,5.27,2.0,11,4.73,2.69,11,4.25,2.22,12,5.0,2.14,8,2.38,1.41,8,5.0,1.87,9,5.45,2.3,11,4.55,2.38,11
+jumpsuit,5.1,0.94,21,3.62,2.13,21,5.7,1.49,20,4.67,1.0,9,5.42,0.79,12,3.0,2.28,6,3.79,2.15,14,6.0,1.67,6,5.57,1.45,14,4.67,0.87,9,5.42,0.9,12,4.2,2.59,5,3.44,2.03,16,5.44,1.59,9,5.91,1.45,11,4.92,1.0,12,5.33,0.87,9,4.0,1.93,8,3.38,2.29,13,5.73,1.85,11,5.67,1.0,9
+jumpy,4.8,1.74,20,5.45,2.2,22,4.47,2.34,19,4.33,1.58,9,5.18,1.83,11,3.8,2.59,5,5.88,1.93,16,5.33,2.73,6,4.08,2.14,13,4.79,1.12,14,4.83,2.86,6,4.58,2.11,12,6.44,2.01,9,4.11,2.2,9,4.8,2.53,10,4.8,1.32,10,4.8,2.15,10,4.58,1.98,12,6.5,2.07,10,4.5,2.81,6,4.46,2.22,13
+junction,5.21,1.08,19,3.86,2.13,21,6.36,2.0,25,4.33,1.15,3,5.38,1.02,16,2.86,1.46,7,4.54,2.26,13,6.0,2.14,8,6.53,1.97,17,4.71,0.76,7,5.5,1.17,12,3.71,2.81,7,4.08,1.8,13,6.5,2.35,14,6.18,1.54,11,5.12,0.83,8,5.27,1.27,11,3.82,2.56,11,3.9,1.66,10,6.61,2.09,18,5.71,1.7,7
+juncture,5.25,0.97,20,4.08,2.38,25,5.79,2.02,24,5.75,1.39,8,4.92,0.29,12,3.0,2.12,9,4.69,2.36,16,5.56,2.01,9,5.93,2.09,15,5.17,0.41,6,5.29,1.14,14,4.42,2.19,12,3.77,2.59,13,5.42,2.19,12,6.17,1.85,12,4.91,0.3,11,5.67,1.32,9,3.5,2.68,14,4.82,1.78,11,6.23,1.88,13,5.27,2.15,11
+jungle,5.7,2.18,20,4.06,2.58,18,4.5,2.38,24,6.2,2.28,5,5.53,2.2,15,5.8,1.79,5,3.38,2.57,13,4.62,2.5,13,4.36,2.34,11,5.5,2.17,10,5.9,2.28,10,5.43,2.15,7,3.18,2.52,11,4.5,2.39,16,4.5,2.51,8,5.43,2.44,14,6.33,1.37,6,3.83,2.66,12,4.5,2.59,6,4.8,2.54,15,4.0,2.12,9
+junior,5.36,1.68,22,4.15,2.18,20,6.26,2.28,19,5.69,1.93,13,4.89,1.17,9,4.57,2.07,7,3.92,2.29,13,6.57,1.99,7,6.08,2.5,12,6.08,1.38,12,4.5,1.65,10,4.11,2.15,9,4.18,2.32,11,7.0,1.83,10,5.44,2.55,9,5.92,1.38,12,4.7,1.83,10,5.0,1.73,7,3.69,2.32,13,6.29,2.29,7,6.25,2.38,12
+juniper,6.33,1.57,18,3.27,2.1,22,5.3,1.89,23,6.2,1.79,5,6.38,1.56,13,3.83,2.37,12,2.6,1.58,10,4.88,1.73,8,5.53,2.0,15,5.78,1.48,9,6.89,1.54,9,3.78,2.22,9,2.92,2.02,13,5.18,1.88,17,5.8,2.28,5,6.29,1.8,7,6.36,1.5,11,2.78,1.48,9,3.62,2.43,13,5.5,1.79,16,4.86,2.19,7
+junk,3.57,1.89,21,3.95,2.26,20,4.86,2.56,21,4.0,1.79,6,3.4,1.96,15,4.38,2.67,8,3.67,2.02,12,4.36,2.66,11,5.4,2.46,10,3.5,1.87,6,3.6,1.96,15,3.3,2.67,10,4.6,1.65,10,4.93,2.79,14,4.71,2.21,7,3.29,1.98,7,3.71,1.9,14,3.57,2.41,14,4.83,1.72,6,4.25,2.93,12,5.67,1.8,9
+junket,4.22,1.44,18,3.5,2.19,20,5.35,2.01,20,4.33,1.15,3,4.14,1.56,14,3.1,2.28,10,3.9,2.13,10,5.8,1.93,10,4.9,2.08,10,4.0,2.1,6,4.27,1.1,11,2.71,2.06,7,3.92,2.22,13,4.75,1.98,8,5.75,2.01,12,4.55,1.37,11,3.71,1.5,7,3.7,2.21,10,3.3,2.26,10,5.0,1.73,9,5.64,2.25,11
+junkie,2.5,1.43,20,4.62,3.02,24,3.82,2.33,28,2.62,1.3,8,2.42,1.56,12,4.67,2.87,9,4.6,3.2,15,2.93,1.94,14,4.71,2.4,14,2.22,1.3,9,2.73,1.56,11,4.25,3.05,12,5.0,3.07,12,3.5,1.79,14,4.14,2.8,14,2.5,1.58,10,2.5,1.35,10,4.92,3.09,12,4.33,3.06,12,3.42,1.88,12,4.12,2.63,16
+junky,3.05,1.58,19,4.3,2.7,20,4.86,2.48,14,2.33,1.15,3,3.33,1.59,15,3.5,2.32,10,5.1,2.92,10,4.83,1.83,6,4.88,3.0,8,3.0,1.79,6,3.25,1.48,12,3.71,3.09,7,4.62,2.53,13,2.75,1.71,4,5.7,2.26,10,2.92,1.68,12,3.29,1.5,7,4.0,3.16,10,4.6,2.27,10,4.86,2.54,7,4.86,2.61,7
+junkyard,4.05,1.79,22,3.95,2.2,21,4.82,1.99,22,4.07,2.16,14,4.0,0.93,8,4.64,2.46,11,3.44,1.59,9,5.33,1.51,6,4.62,2.16,16,3.2,1.75,10,4.75,1.54,12,3.36,1.86,11,4.6,2.46,10,5.15,1.77,13,4.33,2.29,9,3.58,1.93,12,4.6,1.51,10,3.62,2.47,13,4.5,1.69,8,4.92,1.62,12,4.7,2.45,10
+jurisdiction,4.68,2.0,19,3.95,2.35,20,4.33,2.58,21,6.0,1.5,9,3.5,1.65,10,5.0,2.56,8,3.25,2.01,12,3.9,2.81,10,4.73,2.41,11,6.0,1.73,7,3.92,1.78,12,4.11,2.03,9,3.82,2.68,11,3.85,2.34,13,5.12,2.9,8,4.3,2.0,10,5.11,2.03,9,4.43,2.51,7,3.69,2.32,13,5.0,2.86,13,3.25,1.67,8
+juror,4.65,1.79,20,4.5,2.38,18,5.08,2.78,24,4.6,0.55,5,4.67,2.06,15,4.4,1.52,5,4.54,2.7,13,4.15,2.67,13,6.18,2.6,11,4.9,2.18,10,4.4,1.35,10,5.29,2.14,7,4.0,2.49,11,4.62,2.78,16,6.0,2.73,8,4.21,1.67,14,5.67,1.75,6,5.42,2.11,12,2.67,1.86,6,4.6,2.95,15,5.89,2.42,9
+jury,4.23,1.63,22,5.2,2.48,20,5.21,2.88,19,4.62,1.61,13,3.67,1.58,9,6.29,2.14,7,4.62,2.53,13,6.14,2.34,7,4.67,3.11,12,3.83,1.85,12,4.7,1.25,10,5.0,2.12,9,5.36,2.84,11,5.9,2.73,10,4.44,3.0,9,4.0,1.95,12,4.5,1.18,10,5.86,1.86,7,4.85,2.76,13,5.86,3.18,7,4.83,2.76,12
+justice,6.8,1.54,41,5.4,2.37,42,6.31,2.24,16,6.59,1.84,17,6.96,1.3,24,5.44,2.42,16,5.38,2.38,26,5.86,2.85,7,6.67,1.73,9,6.68,1.76,22,6.95,1.27,19,5.84,2.83,19,5.04,1.89,23,5.4,2.88,5,6.73,1.9,11,6.73,1.71,26,6.93,1.22,15,5.4,2.58,25,5.41,2.09,17,6.25,1.98,8,6.38,2.62,8
+justifiable,6.1,1.41,21,3.58,2.17,24,5.84,2.43,19,5.67,1.8,9,6.42,1.0,12,3.0,1.67,6,3.88,2.34,17,5.43,3.1,7,6.08,2.07,12,6.0,1.55,16,6.4,0.89,5,3.43,2.21,14,4.0,2.24,9,4.78,2.39,9,6.8,2.15,10,6.0,1.6,12,6.22,1.2,9,3.81,2.04,16,3.12,2.47,8,6.27,2.87,11,5.25,1.67,8
+justification,5.68,2.11,19,4.09,2.02,22,6.48,1.68,23,5.82,2.04,11,6.14,1.57,7,3.88,1.89,8,4.21,2.15,14,7.29,1.5,7,6.12,1.67,16,5.0,2.56,8,6.18,1.66,11,3.56,2.24,9,4.46,1.85,13,7.09,1.22,11,5.92,1.88,12,5.5,2.47,12,6.0,1.41,7,4.0,2.32,11,4.18,1.78,11,6.46,1.71,13,6.5,1.72,10
+justify,6.17,1.69,18,3.2,2.24,20,6.04,1.84,25,7.2,1.48,5,5.77,1.64,13,2.91,2.43,11,3.56,2.07,9,5.94,1.61,16,6.22,2.28,9,5.86,2.19,7,6.36,1.36,11,2.67,1.94,9,3.64,2.46,11,5.9,1.92,20,6.6,1.52,5,5.78,1.79,9,6.56,1.59,9,2.55,1.97,11,4.0,2.4,9,5.68,1.86,19,7.17,1.33,6
+juvenile,3.74,1.91,19,3.85,2.25,20,4.12,2.47,24,3.85,1.99,13,3.5,1.87,6,4.4,2.41,5,3.67,2.26,15,3.69,2.29,13,4.64,2.69,11,3.78,2.33,9,3.7,1.57,10,4.57,2.57,7,3.46,2.07,13,4.45,2.77,11,3.85,2.27,13,3.56,2.13,9,3.9,1.79,10,3.1,1.97,10,4.6,2.37,10,3.78,2.82,9,4.33,2.32,15
+kale,5.79,2.2,19,3.29,2.27,24,5.5,2.25,28,6.25,1.58,8,5.45,2.58,11,3.89,2.67,9,2.93,2.02,15,5.0,2.39,14,6.0,2.08,14,6.78,2.05,9,4.9,2.02,10,3.83,2.52,12,2.75,1.96,12,5.14,2.71,14,5.86,1.7,14,5.8,2.7,10,5.78,1.64,9,3.42,2.5,12,3.17,2.12,12,5.42,1.98,12,5.56,2.5,16
+kamikaze,3.58,2.22,19,4.68,2.9,22,3.87,2.62,23,3.45,2.34,11,4.14,2.04,7,6.0,3.25,8,3.93,2.5,14,4.43,2.57,7,3.62,2.68,16,3.0,1.69,8,4.0,2.53,11,4.33,3.39,9,4.92,2.63,13,4.64,2.66,11,3.17,2.48,12,3.08,2.02,12,4.43,2.44,7,4.27,3.1,11,5.09,2.77,11,4.62,2.87,13,2.9,1.97,10
+kangaroo,6.45,1.28,20,4.27,2.69,22,5.37,2.29,27,7.0,1.15,7,6.15,1.28,13,4.3,2.58,10,4.25,2.9,12,5.87,2.1,15,4.73,2.57,11,6.45,1.29,11,6.44,1.33,9,4.78,2.73,9,3.92,2.72,13,5.47,2.7,17,5.22,1.56,9,6.62,1.19,13,6.14,1.46,7,3.88,2.7,16,5.33,2.58,6,5.17,2.62,12,5.53,2.07,15
+kappa,5.65,1.31,20,2.79,1.93,19,4.59,1.37,22,5.57,1.51,7,5.69,1.25,13,2.88,1.89,8,2.73,2.05,11,4.17,1.47,6,4.75,1.34,16,6.0,1.7,10,5.33,0.71,9,2.75,1.91,8,2.82,2.04,11,5.0,1.31,15,3.71,1.11,7,5.73,1.35,11,5.56,1.33,9,3.09,2.07,11,2.38,1.77,8,5.09,1.38,11,4.09,1.22,11
+kaput,3.95,1.77,21,4.45,1.99,20,4.52,2.31,25,4.42,1.73,12,3.33,1.73,9,4.83,1.72,6,4.29,2.13,14,3.9,1.73,10,4.93,2.6,15,4.0,2.0,4,3.94,1.78,17,4.1,1.91,10,4.8,2.1,10,3.71,2.81,7,4.83,2.09,18,3.83,1.59,12,4.11,2.09,9,4.33,1.92,12,4.62,2.2,8,3.0,1.73,9,5.38,2.19,16
+karaoke,6.29,2.19,21,5.0,2.83,22,6.17,2.43,18,6.56,2.19,9,6.08,2.27,12,4.1,2.73,10,5.75,2.8,12,6.4,2.84,10,5.88,1.96,8,5.57,2.64,7,6.46,1.9,13,5.27,2.8,11,4.73,2.97,11,6.0,3.16,7,6.27,2.0,11,6.38,2.43,13,6.12,1.89,8,6.1,2.51,10,4.08,2.84,12,5.67,2.65,9,6.67,2.24,9
+karate,6.26,1.33,19,4.6,2.5,20,6.74,1.66,23,6.62,1.39,13,5.5,0.84,6,6.2,0.45,5,4.07,2.69,15,6.62,1.76,13,6.9,1.6,10,7.0,1.5,9,5.6,0.7,10,6.0,1.83,7,3.85,2.54,13,6.4,1.65,10,7.0,1.68,13,6.33,1.0,9,6.2,1.62,10,4.8,2.04,10,4.4,2.99,10,7.22,1.86,9,6.43,1.5,14
+karma,6.28,1.23,18,4.18,2.24,17,3.29,2.2,17,6.1,1.52,10,6.5,0.76,8,3.25,2.5,4,4.46,2.18,13,1.88,1.13,8,4.56,2.19,9,6.14,1.77,7,6.36,0.81,11,5.5,1.87,6,3.45,2.16,11,3.33,2.42,6,3.27,2.2,11,6.17,1.47,12,6.5,0.55,6,3.91,2.17,11,4.67,2.5,6,3.0,1.41,7,3.5,2.68,10
+karmic,5.63,1.67,19,4.22,2.1,18,4.19,2.54,16,5.73,1.1,11,5.5,2.33,8,3.75,1.5,4,4.36,2.27,14,2.75,2.12,8,5.62,2.13,8,5.62,1.19,8,5.64,2.01,11,4.43,1.81,7,4.09,2.34,11,3.33,1.51,6,4.7,2.95,10,5.31,1.84,13,6.33,1.03,6,3.82,1.94,11,4.86,2.34,7,4.0,2.94,7,4.33,2.35,9
+kayak,5.68,2.26,19,3.77,2.81,22,5.43,1.87,28,5.0,2.37,6,6.0,2.24,13,4.36,2.94,11,3.18,2.68,11,6.09,2.12,11,5.0,1.62,17,6.0,2.37,11,5.25,2.19,8,4.09,2.74,11,3.45,2.98,11,5.39,1.94,18,5.5,1.84,10,6.0,2.16,13,5.0,2.53,6,3.71,2.79,14,3.88,3.04,8,5.81,2.01,16,4.92,1.62,12
+kazoo,5.76,2.21,21,5.05,2.72,20,5.1,2.57,21,5.67,2.16,6,5.8,2.31,15,4.38,2.56,8,5.5,2.84,12,5.18,2.48,11,5.0,2.79,10,4.83,2.48,6,6.13,2.07,15,4.6,2.88,10,5.5,2.64,10,4.86,2.74,14,5.57,2.3,7,5.71,2.69,7,5.79,2.04,14,5.07,3.1,14,5.0,1.79,6,4.92,2.31,12,5.33,3.0,9
+kebab,5.95,1.88,21,3.65,2.25,20,5.23,2.27,22,5.83,1.33,6,6.0,2.1,15,3.12,2.59,8,4.0,2.04,12,4.83,2.21,12,5.7,2.36,10,5.44,2.01,9,6.33,1.78,12,3.33,2.24,9,3.91,2.34,11,4.14,2.34,7,5.73,2.12,15,5.9,2.28,10,6.0,1.55,11,3.69,2.21,13,3.57,2.51,7,5.5,2.88,12,4.9,1.29,10
+keel,4.64,1.53,22,4.15,2.07,26,5.74,1.81,23,4.11,1.69,9,5.0,1.35,13,3.4,2.27,10,4.62,1.86,16,6.0,1.87,9,5.57,1.83,14,4.75,1.16,8,4.57,1.74,14,4.77,2.31,13,3.54,1.66,13,5.82,1.54,11,5.67,2.1,12,5.08,1.38,12,4.1,1.6,10,3.87,2.13,15,4.55,2.02,11,6.25,1.54,12,5.18,1.99,11
+keen,6.72,1.36,18,3.21,1.99,19,5.52,2.02,25,7.0,1.22,5,6.62,1.45,13,3.6,2.07,10,2.78,1.92,9,5.5,2.1,16,5.56,2.01,9,6.86,1.46,7,6.64,1.36,11,2.89,1.9,9,3.5,2.12,10,5.6,2.26,20,5.2,0.45,5,6.56,1.33,9,6.89,1.45,9,3.45,1.86,11,2.88,2.23,8,5.37,1.89,19,6.0,2.53,6
+keep,6.32,1.86,22,3.43,2.34,21,5.71,1.86,17,5.83,2.48,6,6.53,1.68,15,3.71,2.98,7,3.29,2.05,14,5.62,1.69,8,6.12,1.96,8,6.21,2.22,14,6.57,1.13,7,3.22,2.64,9,3.58,2.19,12,5.67,2.4,9,5.75,1.16,8,6.36,2.06,14,6.25,1.58,8,3.67,3.2,6,3.33,2.02,15,5.44,2.35,9,6.0,1.2,8
+keeper,5.89,1.37,19,3.81,1.91,21,4.83,2.42,23,5.6,0.89,5,5.85,1.46,13,4.0,2.0,6,3.73,1.94,15,5.0,2.05,10,4.69,2.75,13,5.71,1.89,7,5.82,0.87,11,3.71,2.43,7,3.86,1.7,14,5.27,1.95,11,4.42,2.81,12,6.17,1.34,12,5.43,1.4,7,3.82,2.09,11,3.8,1.81,10,5.14,2.03,14,4.33,3.0,9
+keepsake,6.73,1.45,22,4.43,2.63,23,5.95,1.68,19,5.75,1.16,8,7.15,1.28,13,5.75,2.12,8,3.79,2.75,14,5.29,1.25,7,6.27,1.9,11,6.62,1.3,8,6.62,1.5,13,4.11,3.02,9,4.64,2.44,14,5.43,1.99,7,6.25,1.48,12,6.91,1.64,11,6.55,1.29,11,4.56,3.13,9,4.36,2.37,14,5.81,1.64,16,6.67,2.08,3
+keg,5.65,1.6,20,4.52,2.09,23,6.33,2.03,21,5.33,2.0,9,5.91,1.22,11,4.73,2.33,11,4.33,1.92,12,6.12,0.99,8,6.46,2.5,13,5.71,1.9,14,5.5,0.55,6,4.0,2.12,9,4.86,2.07,14,6.25,2.31,8,6.38,1.94,13,5.6,1.65,10,5.7,1.64,10,4.46,1.9,13,4.6,2.41,10,6.42,2.43,12,6.22,1.48,9
+kelp,5.0,1.38,20,3.46,2.41,24,5.18,2.18,28,5.75,1.16,8,4.5,1.31,12,3.89,2.8,9,3.2,2.21,15,5.0,1.88,14,5.36,2.5,14,4.78,1.92,9,5.18,0.75,11,3.92,2.78,12,3.0,2.0,12,5.07,2.56,14,5.29,1.82,14,4.6,1.58,10,5.4,1.07,10,3.83,2.66,12,3.08,2.19,12,5.17,1.85,12,5.19,2.46,16
+kennel,4.64,1.81,22,3.67,2.33,21,5.73,2.27,22,4.71,1.82,14,4.5,1.93,8,3.73,2.33,11,3.89,2.42,9,5.33,1.86,6,5.88,2.45,16,5.4,1.17,10,4.0,2.04,12,2.82,1.78,11,4.6,2.59,10,5.0,2.12,13,6.78,2.17,9,4.92,1.68,12,4.3,2.0,10,3.92,2.69,13,3.25,1.67,8,5.17,2.29,12,6.4,2.17,10
+kerchief,5.31,1.22,42,2.95,1.84,38,5.1,1.92,42,5.18,1.22,22,5.45,1.23,20,3.44,2.01,9,2.79,1.8,29,4.77,2.11,22,5.45,1.67,20,5.0,1.3,21,5.62,1.07,21,3.5,1.87,14,2.62,1.79,24,4.61,1.72,18,5.46,2.02,24,5.28,1.31,25,5.35,1.11,17,2.62,1.83,21,3.35,1.84,17,5.0,2.2,20,5.18,1.68,22
+kernel,5.23,1.72,22,3.87,2.3,23,5.53,1.26,19,6.0,1.85,8,4.46,0.97,13,4.62,2.72,8,3.43,2.1,14,5.71,0.76,7,5.45,1.57,11,5.25,1.58,8,4.92,1.55,13,3.89,2.89,9,3.86,1.96,14,5.43,0.79,7,5.58,1.51,12,4.91,1.7,11,5.55,1.75,11,2.56,2.24,9,4.71,1.98,14,5.5,1.32,16,5.67,1.15,3
+kerosene,3.86,1.88,22,4.0,2.19,21,5.34,2.16,53,4.12,1.64,8,3.71,2.05,14,4.5,2.2,8,3.69,2.21,13,5.44,2.3,32,5.15,2.01,20,3.36,1.5,11,4.36,2.16,11,4.22,2.11,9,3.83,2.33,12,5.27,2.48,30,5.41,1.74,22,4.1,1.79,10,3.67,2.02,12,4.7,1.89,10,3.36,2.34,11,5.64,2.25,25,5.07,2.07,28
+ketchup,6.03,2.18,40,3.85,2.78,20,5.48,1.89,44,6.88,1.36,17,5.59,2.32,22,3.33,1.63,6,4.07,3.17,14,5.59,1.94,22,5.36,1.87,22,5.93,2.46,14,6.08,2.06,26,3.67,3.5,6,3.93,2.56,14,5.24,1.98,29,5.93,1.67,15,5.84,2.61,19,6.19,1.75,21,4.25,3.49,8,3.58,2.31,12,5.32,1.8,25,5.68,2.03,19
+kettle,5.67,1.54,43,3.1,1.76,21,5.68,1.91,47,4.91,1.04,11,5.94,1.63,31,3.75,1.91,8,2.69,1.6,13,6.12,1.87,17,5.43,1.92,30,5.48,1.4,21,5.86,1.67,22,3.0,1.66,9,3.17,1.9,12,5.19,1.83,26,6.29,1.87,21,5.57,1.6,21,5.77,1.51,22,3.4,1.43,10,2.82,2.04,11,5.65,1.89,31,5.75,2.02,16
+key,6.22,1.46,45,3.9,2.07,21,6.75,1.62,20,6.24,1.37,21,6.21,1.56,24,4.38,2.0,8,3.62,2.14,13,7.29,1.7,7,6.46,1.56,13,6.67,1.46,24,5.71,1.31,21,4.44,1.42,9,3.5,2.43,12,6.8,1.66,15,6.6,1.67,5,6.27,1.48,26,6.16,1.46,19,4.3,2.16,10,3.55,2.02,11,6.7,1.16,10,6.8,2.04,10
+keyboard,5.17,2.12,18,3.59,2.15,22,5.13,2.44,23,4.9,2.08,10,5.0,1.91,7,3.88,2.03,8,3.43,2.28,14,4.14,2.67,7,5.56,2.28,16,5.38,2.67,8,5.0,1.7,10,3.0,2.74,9,4.0,1.63,13,5.09,2.63,11,5.17,2.37,12,4.92,2.47,12,5.67,1.21,6,3.27,2.24,11,3.91,2.12,11,5.31,2.84,13,4.9,1.91,10
+keyhole,5.39,1.14,18,3.96,2.36,23,5.74,1.73,19,5.22,0.67,9,5.56,1.51,9,3.86,2.48,7,3.93,2.46,15,6.3,1.77,10,5.11,1.54,9,5.5,1.6,8,5.3,0.67,10,4.6,2.59,10,3.33,2.19,12,5.25,1.16,8,6.0,2.11,10,5.64,1.36,11,5.0,0.58,7,3.8,2.31,20,5.0,3.0,3,5.75,1.04,8,5.73,2.15,11
+keynote,5.67,1.46,21,3.1,1.58,21,5.84,2.1,25,5.75,1.22,12,5.56,1.81,9,3.57,1.81,7,2.86,1.46,14,5.8,2.3,10,5.87,2.03,15,6.25,1.89,4,5.53,1.37,17,3.7,1.57,10,2.55,1.44,11,5.43,2.51,7,6.0,1.97,18,5.58,1.73,12,5.78,1.09,9,3.23,1.48,13,2.88,1.81,8,6.0,2.29,9,5.75,2.05,16
+keypad,5.65,1.6,20,3.0,2.05,20,6.0,2.81,19,6.17,1.83,6,5.43,1.5,14,3.62,2.26,8,2.58,1.88,12,6.33,2.87,12,5.43,2.82,7,6.5,1.85,8,5.08,1.16,12,2.89,1.69,9,3.09,2.39,11,5.57,3.46,7,6.25,2.49,12,5.33,1.8,9,5.91,1.45,11,2.85,1.86,13,3.29,2.5,7,5.4,3.27,10,6.67,2.18,9
+keyword,5.6,1.27,20,3.67,1.97,18,5.73,1.32,22,5.6,0.89,5,5.6,1.4,15,4.5,1.38,6,3.25,2.14,12,5.5,0.97,10,5.92,1.56,12,5.9,0.74,10,5.3,1.64,10,3.9,1.85,10,3.38,2.2,8,5.82,1.4,11,5.64,1.29,11,5.33,1.3,12,6.0,1.2,8,3.0,1.87,9,4.33,1.94,9,5.64,1.36,11,5.82,1.33,11
+khaki,5.05,1.32,20,2.64,2.01,22,6.08,2.08,26,5.71,1.8,7,4.69,0.85,13,3.1,2.13,10,2.25,1.91,12,6.71,1.86,14,5.27,2.24,11,4.64,1.12,11,5.56,1.42,9,3.22,2.22,9,2.23,1.83,13,6.25,2.41,16,5.78,1.56,9,5.15,1.41,13,4.86,1.21,7,1.81,1.52,16,4.83,1.47,6,5.64,2.25,11,6.4,1.96,15
+kibble,5.5,1.85,20,3.7,2.13,20,5.46,1.56,26,4.82,1.83,11,6.33,1.58,9,4.57,1.81,7,3.23,2.2,13,5.08,0.95,13,5.85,1.95,13,5.45,2.07,11,5.56,1.67,9,3.0,1.9,11,4.56,2.19,9,5.53,1.66,17,5.33,1.41,9,6.1,1.91,10,4.9,1.66,10,3.58,2.27,12,3.88,2.03,8,5.44,1.55,16,5.5,1.65,10
+kick,4.55,2.19,20,5.1,2.42,42,5.1,2.49,20,4.09,2.12,11,5.11,2.26,9,5.44,2.25,16,4.88,2.53,26,4.7,1.77,10,5.5,3.1,10,5.27,2.24,11,3.67,1.87,9,5.47,2.55,19,4.78,2.32,23,4.0,2.14,8,5.83,2.52,12,4.9,2.64,10,4.2,1.69,10,5.24,2.65,25,4.88,2.09,17,4.89,2.42,9,5.27,2.65,11
+kickboxing,5.33,2.15,21,4.45,2.69,22,5.18,2.11,22,5.33,1.8,9,5.33,2.46,12,4.67,3.01,6,4.47,2.72,15,5.67,1.97,6,5.0,2.19,16,5.22,1.79,9,5.42,2.47,12,4.4,2.61,5,4.47,2.79,17,4.45,1.69,11,5.91,2.3,11,5.42,2.57,12,5.22,1.56,9,4.11,2.71,9,4.69,2.75,13,4.5,1.83,12,6.0,2.21,10
+kicker,5.11,0.81,19,4.85,2.3,20,5.53,1.93,19,4.67,1.15,3,5.19,0.75,16,5.0,3.16,6,4.79,1.97,14,6.33,1.75,6,5.15,1.95,13,5.1,0.74,10,5.11,0.93,9,4.0,2.0,6,5.21,2.39,14,5.2,1.93,10,5.89,1.96,9,5.12,0.83,8,5.09,0.83,11,4.62,2.56,8,5.0,2.22,12,5.62,2.5,8,5.45,1.51,11
+kickoff,4.95,1.76,20,5.0,2.47,22,6.11,1.76,19,4.44,2.13,9,5.36,1.36,11,5.8,2.95,5,4.69,2.41,16,6.5,1.76,6,5.92,1.8,13,5.0,1.57,14,4.83,2.32,6,4.17,2.21,12,6.0,2.65,9,5.56,1.33,9,6.6,2.01,10,4.8,1.62,10,5.1,1.97,10,4.0,2.34,12,6.2,2.15,10,6.67,1.37,6,5.85,1.91,13
+kid,7.23,2.35,22,4.71,2.67,21,4.83,2.55,18,5.67,2.42,6,7.87,2.17,15,4.14,2.91,7,5.0,2.6,14,5.33,2.24,9,4.0,2.88,8,6.71,2.73,14,8.29,1.11,7,3.89,2.52,9,5.33,2.71,12,5.5,2.72,10,4.0,2.2,8,7.43,1.65,14,6.88,3.36,8,4.83,3.13,6,4.67,2.58,15,5.6,2.76,10,3.88,2.03,8
+kidder,6.38,1.77,21,3.25,1.97,20,5.09,2.49,22,6.17,1.33,6,6.47,1.96,15,2.88,1.81,8,3.5,2.11,12,5.0,2.49,12,5.2,2.62,10,6.33,1.94,9,6.42,1.73,12,3.11,1.83,9,3.36,2.16,11,4.43,2.37,7,5.4,2.56,15,6.6,1.9,10,6.18,1.72,11,3.38,2.06,13,3.0,1.91,7,4.5,2.84,12,5.8,1.87,10
+kiddo,5.65,1.84,20,4.68,2.64,22,5.26,2.18,27,5.71,2.06,7,5.62,1.8,13,4.9,2.08,10,4.5,3.12,12,5.47,2.2,15,4.91,2.3,11,5.45,1.86,11,5.89,1.9,9,5.0,2.4,9,4.46,2.88,13,4.94,2.41,17,5.78,1.79,9,6.15,1.86,13,4.71,1.5,7,4.69,2.8,16,4.67,2.42,6,5.67,2.5,12,4.93,1.91,15
+kidnap,2.19,1.29,21,5.59,2.75,22,2.37,2.02,27,2.6,1.51,10,1.82,0.98,11,5.86,3.39,7,5.47,2.53,15,2.76,2.36,17,1.7,1.06,10,2.36,1.69,11,2.0,0.67,10,3.4,1.95,5,6.24,2.66,17,2.79,2.58,14,1.92,1.12,13,2.15,1.52,13,2.25,0.89,8,4.8,2.86,10,6.25,2.6,12,3.0,2.48,14,1.69,1.11,13
+kidnapper,1.77,1.02,22,6.52,1.81,25,3.33,2.32,24,1.44,0.53,9,2.0,1.22,13,6.78,1.3,9,6.38,2.06,16,2.89,1.9,9,3.6,2.56,15,1.62,0.74,8,1.86,1.17,14,6.08,1.88,12,6.92,1.71,13,3.67,2.39,12,3.0,2.3,12,2.0,1.28,12,1.5,0.53,10,6.29,1.86,14,6.82,1.78,11,3.0,2.08,13,3.73,2.61,11
+kidnapping,2.05,1.57,20,5.36,2.61,22,2.47,1.98,19,2.44,2.07,9,1.73,1.01,11,5.0,3.16,5,5.31,2.52,16,1.67,0.82,6,2.85,2.27,13,2.36,1.78,14,1.33,0.52,6,4.17,2.82,12,6.67,1.41,9,2.44,1.33,9,2.5,2.51,10,2.8,1.87,10,1.3,0.67,10,4.08,2.57,12,6.9,1.73,10,2.33,1.63,6,2.54,2.18,13
+kidney,4.9,1.89,21,3.95,2.32,19,5.44,2.1,36,4.5,2.33,8,5.15,1.63,13,4.4,2.07,5,3.79,2.46,14,5.09,2.3,11,5.6,2.04,25,4.85,2.03,13,5.0,1.77,8,4.09,2.26,11,3.75,2.55,8,5.6,2.19,20,5.25,2.05,16,5.45,2.38,11,4.3,0.95,10,4.8,2.53,10,3.0,1.73,9,5.5,2.15,22,5.36,2.1,14
+kids,6.48,2.16,21,5.69,2.47,45,5.13,2.56,38,6.44,2.35,9,6.5,2.11,12,5.8,2.14,20,5.6,2.74,25,4.95,2.46,19,5.11,2.63,18,5.43,2.64,7,6.92,1.8,13,5.8,2.24,25,5.55,2.78,20,5.24,2.02,17,5.05,2.97,21,6.54,2.37,13,6.38,1.92,8,5.83,2.69,29,5.44,2.06,16,4.71,2.39,21,5.65,2.74,17
+kill,1.81,1.6,21,6.81,2.54,21,3.61,2.3,18,2.17,1.83,6,1.64,1.6,14,7.29,2.87,7,6.57,2.44,14,4.0,2.35,9,3.38,2.45,8,2.15,1.95,13,1.14,0.38,7,5.33,3.08,9,7.92,1.31,12,4.0,2.67,10,3.12,1.81,8,1.62,1.12,13,2.12,2.23,8,6.33,3.5,6,7.0,2.17,15,4.1,2.64,10,3.0,1.77,8
+killer,1.74,1.28,19,7.05,2.39,41,4.43,3.13,23,1.67,0.82,6,1.77,1.48,13,6.91,2.55,11,7.21,2.34,29,4.89,3.3,9,4.14,3.11,14,1.6,1.26,10,1.89,1.36,9,6.82,2.23,11,7.13,2.47,30,5.2,3.08,15,3.0,2.88,8,1.62,1.41,8,1.82,1.25,11,6.78,2.32,18,7.26,2.47,23,4.08,3.5,13,4.9,2.69,10
+killing,1.95,1.53,21,5.52,3.16,25,4.47,2.91,19,2.22,1.92,9,1.75,1.22,12,5.17,3.49,6,5.83,3.11,18,4.14,3.58,7,4.67,2.61,12,2.06,1.69,16,1.6,0.89,5,5.07,3.54,14,6.5,2.42,10,4.67,3.0,9,4.3,2.98,10,1.83,1.47,12,2.11,1.69,9,5.44,3.16,16,5.67,3.35,9,5.0,3.49,11,3.75,1.83,8
+killjoy,3.84,1.86,19,4.14,2.19,22,4.05,2.3,19,3.78,1.99,9,3.9,1.85,10,4.0,2.45,5,4.19,2.26,16,4.33,3.33,6,3.92,1.8,13,3.92,2.06,13,3.67,1.51,6,3.92,2.39,12,4.44,2.13,9,4.67,2.4,9,3.5,2.17,10,4.22,2.22,9,3.5,1.51,10,3.83,2.37,12,4.5,2.01,10,3.5,2.17,6,4.31,2.39,13
+kilo,4.29,1.68,21,3.26,1.89,23,5.19,2.04,21,4.4,2.51,5,4.25,1.44,16,3.5,1.78,12,3.0,2.05,11,5.36,1.86,11,4.56,1.94,9,3.75,1.6,12,5.0,1.58,9,3.75,1.95,16,2.14,1.21,7,5.09,1.81,11,5.3,2.36,10,4.54,1.76,13,3.88,1.55,8,3.21,1.93,19,3.5,1.91,4,4.5,1.87,14,6.57,1.72,7
+kilometer,5.52,1.57,21,4.1,2.75,20,4.81,1.92,36,5.5,1.77,8,5.54,1.51,13,5.0,2.74,5,3.8,2.78,15,4.73,1.95,11,4.84,1.95,25,5.54,1.76,13,5.5,1.31,8,4.42,2.91,12,3.62,2.62,8,4.65,1.93,20,5.0,1.97,16,4.91,1.64,11,6.2,1.23,10,5.18,2.99,11,2.78,1.79,9,4.64,1.94,22,5.07,1.94,14
+kilt,5.12,2.13,24,4.74,2.47,23,4.81,1.44,21,5.71,2.21,7,4.88,2.12,17,5.42,2.61,12,4.0,2.19,11,4.73,0.9,11,5.0,2.0,9,4.31,2.21,13,6.09,1.64,11,4.56,2.61,16,5.14,2.27,7,5.09,1.3,11,4.5,1.58,10,5.33,2.35,15,4.78,1.79,9,4.84,2.69,19,4.25,0.96,4,4.93,1.64,14,4.57,0.98,7
+kimono,5.9,1.3,21,3.77,2.27,22,5.08,2.35,26,5.7,1.34,10,6.09,1.3,11,4.0,3.0,7,3.67,1.95,15,5.06,2.73,17,5.11,1.54,9,6.09,1.14,11,5.7,1.49,10,3.6,3.21,5,3.82,2.04,17,5.21,2.61,14,4.92,2.11,12,5.46,0.97,13,6.62,1.51,8,3.0,2.31,10,4.42,2.11,12,5.21,2.26,14,4.92,2.54,12
+kin,5.85,1.09,20,3.0,1.69,22,5.05,2.57,19,5.44,1.33,9,6.18,0.75,11,2.6,1.82,5,3.0,1.67,16,5.67,2.73,6,4.77,2.55,13,5.86,1.1,14,5.83,1.17,6,3.0,1.81,12,2.78,1.56,9,3.67,1.8,9,6.3,2.58,10,6.4,0.7,10,5.3,1.16,10,2.67,1.78,12,3.4,1.58,10,5.17,2.99,6,5.0,2.48,13
+kind,7.78,1.12,40,3.19,2.02,21,7.62,1.79,40,7.56,1.13,9,7.79,1.15,29,3.14,2.19,7,3.21,2.01,14,7.57,1.44,23,7.71,2.23,17,7.5,1.34,18,7.95,0.86,21,3.8,1.81,10,2.64,2.11,11,7.48,1.96,25,7.87,1.51,15,7.91,0.92,22,7.61,1.33,18,3.69,2.25,13,2.38,1.3,8,7.36,1.65,22,7.94,1.95,18
+kindergarten,6.62,1.99,21,3.09,2.35,23,6.17,2.62,18,6.67,1.73,9,6.58,2.23,12,3.64,2.11,11,2.58,2.54,12,6.8,2.57,10,5.38,2.62,8,5.71,2.14,7,6.92,1.8,13,3.18,1.83,11,3.0,2.83,12,6.57,3.26,7,5.91,2.26,11,6.54,2.22,13,6.75,1.67,8,2.82,2.64,11,3.33,2.15,12,6.33,2.87,9,6.0,2.5,9
+kindling,5.45,1.61,20,4.05,2.42,22,5.85,2.35,27,5.57,2.44,7,5.38,1.04,13,5.3,2.45,10,3.0,1.91,12,6.07,1.79,15,5.55,3.11,11,4.91,1.58,11,6.11,1.45,9,4.67,2.06,9,3.62,2.63,13,5.65,2.78,17,6.22,1.48,9,5.77,1.79,13,4.86,1.07,7,4.25,2.54,16,3.5,2.17,6,5.75,2.09,12,5.93,2.6,15
+kindness,7.65,1.76,102,3.96,2.65,103,6.95,2.12,99,7.43,1.75,46,7.79,1.8,53,3.88,2.64,40,3.94,2.62,62,6.11,2.21,47,7.71,1.75,51,7.79,1.56,53,7.45,1.98,47,3.69,2.55,48,4.2,2.74,55,6.68,2.28,50,7.22,1.93,49,7.59,1.94,61,7.73,1.47,41,4.12,2.78,52,3.8,2.54,51,7.45,1.8,47,6.5,2.3,52
+kindred,6.47,1.98,19,3.23,2.07,22,5.46,2.0,24,5.5,2.51,6,6.92,1.61,13,4.08,2.27,12,2.2,1.23,10,5.0,2.27,8,5.69,1.89,16,6.2,1.48,10,6.78,2.49,9,4.56,1.88,9,2.31,1.7,13,5.88,1.83,17,4.17,2.23,6,6.75,1.91,8,6.27,2.1,11,3.11,1.83,9,3.31,2.29,13,5.31,2.09,16,5.75,1.91,8
+kinesiology,4.9,1.83,20,3.89,2.19,18,5.14,1.83,22,4.6,1.82,5,5.0,1.89,15,4.0,2.53,6,3.83,2.12,12,4.6,1.35,10,5.58,2.11,12,5.5,1.08,10,4.3,2.26,10,4.2,2.2,10,3.5,2.27,8,5.36,1.91,11,4.91,1.81,11,4.25,1.54,12,5.88,1.89,8,3.44,2.6,9,4.33,1.73,9,4.91,1.81,11,5.36,1.91,11
+kinetic,5.11,2.23,19,4.95,2.52,22,5.29,1.68,24,4.67,3.14,6,5.31,1.8,13,5.17,2.59,12,4.7,2.54,10,5.0,2.27,8,5.44,1.36,16,5.3,1.83,10,4.89,2.71,9,5.56,2.51,9,4.54,2.54,13,5.0,1.66,17,6.17,1.72,6,4.38,2.2,8,5.64,2.2,11,4.22,2.11,9,5.46,2.73,13,5.06,1.69,16,5.75,1.67,8
+king,6.0,2.34,23,4.45,2.68,47,5.53,2.69,53,6.71,2.21,7,5.69,2.39,16,4.67,2.82,21,4.27,2.6,26,5.78,2.6,18,5.4,2.77,35,6.0,1.84,11,6.0,2.8,12,4.64,2.8,28,4.16,2.52,19,6.33,2.53,27,4.69,2.65,26,5.86,2.38,14,6.22,2.39,9,4.58,2.67,31,4.19,2.76,16,6.03,2.79,31,4.82,2.44,22
+king snake,3.26,2.05,23,6.64,2.52,22,3.8,2.67,20,3.62,2.07,8,3.07,2.09,15,6.5,2.64,10,6.75,2.53,12,4.0,2.89,7,3.69,2.66,13,4.17,2.21,12,2.27,1.35,11,5.82,2.75,11,7.45,2.07,11,4.27,2.81,15,2.4,1.67,5,3.82,2.04,11,2.75,2.01,12,6.9,1.73,10,6.42,3.09,12,4.0,2.83,10,3.6,2.63,10
+kingdom,6.74,2.13,19,4.2,2.42,20,6.75,2.22,20,6.33,2.31,3,6.8,2.24,15,4.7,2.11,10,3.7,2.71,10,7.0,2.16,10,6.5,2.37,10,6.0,2.45,6,7.08,2.07,12,4.57,2.3,7,4.0,2.55,13,7.62,1.77,8,6.17,2.37,12,7.42,1.44,12,5.57,2.7,7,4.3,2.36,10,4.1,2.6,10,7.0,2.18,9,6.55,2.34,11
+kingpin,4.37,1.8,19,5.14,2.48,21,5.17,2.01,23,5.4,1.14,5,4.08,1.93,13,4.0,2.28,6,5.6,2.47,15,5.7,1.95,10,4.77,2.05,13,5.14,2.27,7,4.0,1.41,11,5.29,3.09,7,5.07,2.23,14,5.09,1.97,11,5.25,2.14,12,4.92,1.73,12,3.43,1.62,7,5.36,2.94,11,4.9,1.97,10,5.29,1.9,14,5.0,2.29,9
+kink,5.29,1.79,21,4.8,2.67,20,4.82,2.54,22,6.17,1.83,6,4.93,1.71,15,5.12,3.14,8,4.58,2.43,12,4.67,3.08,12,5.0,1.83,10,6.11,1.9,9,4.67,1.5,12,4.56,2.46,9,5.0,2.93,11,5.86,2.85,7,4.33,2.32,15,5.7,1.7,10,4.91,1.87,11,5.08,2.4,13,4.29,3.25,7,5.08,3.03,12,4.5,1.9,10
+kinky,5.71,2.17,21,5.52,2.89,23,5.33,2.45,18,4.8,2.77,5,6.0,1.97,16,6.0,3.19,12,5.0,2.57,11,5.33,2.45,9,5.12,2.7,8,5.42,2.5,12,6.11,1.69,9,5.12,2.99,16,6.43,2.64,7,6.0,2.11,10,4.5,2.73,8,6.38,1.89,13,4.62,2.26,8,5.74,3.07,19,4.5,1.73,4,5.25,2.45,12,5.5,2.66,6
+kinship,7.53,1.39,19,4.65,2.06,23,6.26,2.1,19,6.89,1.27,9,8.1,1.29,10,5.0,1.91,7,4.6,2.2,15,6.8,2.2,10,5.67,1.94,9,7.67,1.66,9,7.4,1.17,10,5.1,2.6,10,4.42,1.56,12,5.75,1.83,8,6.4,2.27,10,7.67,1.44,12,7.29,1.38,7,4.8,1.94,20,3.67,3.06,3,6.38,2.13,8,6.18,2.18,11
+kiosk,5.0,1.79,21,3.35,1.58,23,5.1,1.76,21,5.6,2.51,5,4.81,1.56,16,3.92,1.31,12,2.73,1.68,11,4.91,1.7,11,5.11,1.9,9,4.58,1.98,12,5.56,1.42,9,3.56,1.63,16,2.86,1.46,7,4.91,1.7,11,5.3,1.89,10,4.92,1.71,13,5.12,2.03,8,3.16,1.42,19,4.25,2.22,4,4.71,1.9,14,5.86,1.21,7
+kiss,7.78,1.64,41,6.05,3.03,22,6.52,2.43,42,7.93,1.27,14,7.7,1.81,27,5.2,3.16,10,6.75,2.86,12,7.04,1.92,24,5.83,2.9,18,8.28,1.02,18,7.39,1.92,23,5.64,3.41,11,6.45,2.7,11,6.88,2.2,25,6.0,2.72,17,7.5,2.09,20,8.05,1.02,21,7.5,1.65,10,4.83,3.43,12,6.55,2.61,22,6.5,2.28,20
+kisser,7.33,1.57,18,5.85,2.48,20,5.38,2.24,24,8.4,0.89,5,6.92,1.61,13,6.0,2.61,11,5.67,2.45,9,5.25,2.41,16,5.62,2.0,8,7.57,1.99,7,7.18,1.33,11,5.89,2.15,9,5.82,2.82,11,5.4,2.41,20,5.25,1.26,4,7.67,1.8,9,7.0,1.32,9,5.64,2.84,11,6.11,2.09,9,4.67,2.03,18,7.5,1.38,6
+kissy,7.06,1.52,17,5.32,2.56,19,5.2,2.2,25,7.8,0.45,5,6.75,1.71,12,4.3,2.31,10,6.44,2.46,9,4.88,2.22,16,5.78,2.17,9,6.71,2.14,7,7.3,0.95,10,5.62,2.0,8,5.09,2.98,11,5.3,2.45,20,4.8,0.45,5,7.22,1.79,9,6.88,1.25,8,5.4,2.99,10,5.22,2.17,9,4.74,2.1,19,6.67,1.97,6
+kit,6.1,1.21,20,3.68,2.46,22,6.29,1.52,21,6.22,0.97,9,6.0,1.41,11,4.0,2.87,10,3.42,2.15,12,5.38,0.92,8,6.85,1.57,13,5.71,0.91,14,7.0,1.41,6,4.0,3.25,8,3.5,1.99,14,6.25,1.58,8,6.31,1.55,13,5.7,0.95,10,6.5,1.35,10,3.58,2.23,12,3.8,2.82,10,6.5,1.68,12,6.0,1.32,9
+kitchen,6.17,1.98,18,3.52,2.62,21,5.89,2.0,18,5.12,2.03,8,7.0,1.56,10,3.14,2.85,7,3.71,2.58,14,5.73,1.74,11,6.14,2.48,7,5.55,2.07,11,7.14,1.46,7,2.67,2.65,9,4.17,2.52,12,6.36,1.86,11,5.14,2.12,7,5.67,2.02,12,7.17,1.6,6,2.92,2.5,12,4.33,2.69,9,6.11,1.9,9,5.67,2.18,9
+kite,6.9,1.45,20,4.2,2.63,20,6.24,2.37,25,7.27,1.27,11,6.44,1.59,9,6.0,1.41,7,3.23,2.65,13,5.31,2.66,13,7.25,1.54,12,7.18,1.66,11,6.56,1.13,9,4.91,2.59,11,3.33,2.55,9,5.76,2.61,17,7.25,1.39,8,7.0,1.41,10,6.8,1.55,10,4.5,2.97,12,3.75,2.12,8,5.62,2.5,16,7.33,1.73,9
+kitten,7.58,1.72,868,3.19,2.66,21,6.67,1.87,42,7.32,1.92,336,7.74,1.56,526,4.45,2.98,11,1.8,1.32,10,7.12,1.36,16,6.38,2.1,26,7.46,1.84,416,7.69,1.6,445,2.67,1.94,9,3.58,3.12,12,6.92,2.02,26,6.25,1.57,16,7.53,1.77,478,7.64,1.64,390,4.0,2.73,8,2.69,2.59,13,6.7,1.52,23,6.63,2.27,19
+kiwi,6.11,2.17,18,3.65,2.48,20,5.5,1.72,24,5.92,2.33,13,6.6,1.82,5,4.8,3.49,5,3.27,2.05,15,5.77,1.42,13,5.18,2.04,11,6.5,2.33,8,5.8,2.1,10,4.14,2.85,7,3.38,2.33,13,5.64,2.16,11,5.38,1.33,13,7.11,1.54,9,5.11,2.32,9,3.3,2.5,10,4.0,2.54,10,5.67,1.94,9,5.4,1.64,15
+klutz,3.81,1.72,21,4.08,2.33,25,4.21,2.32,19,4.11,1.05,9,3.58,2.11,12,3.33,2.25,6,4.5,2.28,18,3.57,2.3,7,4.58,2.35,12,3.75,1.34,16,4.0,2.83,5,3.79,2.33,14,4.8,2.2,10,4.44,2.46,9,4.0,2.31,10,4.08,1.88,12,3.44,1.51,9,4.38,2.25,16,3.56,2.51,9,3.82,2.6,11,4.75,1.91,8
+knack,5.68,1.86,19,3.77,2.09,22,5.71,2.03,21,5.67,1.12,9,5.7,2.41,10,4.88,2.03,8,3.14,1.92,14,6.09,2.12,11,5.3,1.95,10,5.43,0.79,7,5.83,2.29,12,4.0,2.26,10,3.58,2.02,12,5.08,2.15,12,6.56,1.59,9,6.3,1.77,10,5.0,1.8,9,3.62,2.62,8,3.86,1.83,14,5.46,2.18,13,6.12,1.81,8
+knapsack,5.3,1.45,20,3.86,2.4,22,5.5,2.47,26,5.57,2.07,7,5.15,1.07,13,3.8,2.57,10,3.92,2.35,12,5.36,2.5,14,5.82,2.6,11,4.73,1.35,11,6.0,1.32,9,4.44,2.35,9,3.46,2.44,13,5.31,2.96,16,6.0,1.41,9,5.46,1.56,13,5.0,1.29,7,3.88,2.63,16,3.83,1.83,6,4.83,2.48,12,6.07,2.4,14
+knee,4.7,1.49,20,4.25,2.27,20,5.38,1.86,26,4.82,1.6,11,4.56,1.42,9,5.29,1.7,7,3.69,2.39,13,5.08,1.93,13,5.69,1.8,13,4.27,1.68,11,5.22,1.09,9,4.36,2.38,11,4.11,2.26,9,5.41,1.97,17,5.33,1.73,9,4.3,1.77,10,5.1,1.1,10,3.83,2.21,12,4.88,2.36,8,5.56,1.55,16,5.1,2.33,10
+kneecap,4.55,1.47,20,3.74,2.1,19,5.46,1.86,26,4.45,1.44,11,4.67,1.58,9,5.29,1.98,7,2.83,1.64,12,5.23,1.74,13,5.69,2.02,13,4.18,1.78,11,5.0,0.87,9,4.1,2.47,10,3.33,1.66,9,5.59,1.94,17,5.22,1.79,9,4.6,1.43,10,4.5,1.58,10,4.08,2.19,12,3.14,1.95,7,5.69,1.82,16,5.1,1.97,10
+kneel,4.0,1.76,19,3.18,2.04,22,4.88,2.13,24,4.17,2.04,6,3.92,1.71,13,3.75,2.38,12,2.5,1.35,10,4.38,2.07,8,5.12,2.19,16,4.5,1.51,10,3.44,1.94,9,3.67,2.45,9,2.85,1.72,13,4.24,1.92,17,6.67,1.97,6,4.0,1.69,8,4.0,1.9,11,3.11,1.76,9,3.23,2.28,13,5.06,2.29,16,4.5,1.85,8
+knick,5.0,1.41,18,3.45,2.24,20,4.84,1.46,25,5.0,1.22,5,5.0,1.53,13,4.27,2.49,11,2.44,1.42,9,4.88,1.67,16,4.78,1.09,9,5.14,1.21,7,4.91,1.58,11,3.33,2.29,9,3.55,2.3,11,4.8,1.64,20,5.0,0.0,5,4.44,1.33,9,5.56,1.33,9,3.64,2.34,11,3.22,2.22,9,4.68,1.49,19,5.33,1.37,6
+knickers,5.74,1.71,23,3.7,2.83,20,4.09,2.33,22,6.0,2.0,8,5.6,1.59,15,4.0,2.88,8,3.5,2.91,12,3.92,2.68,12,4.3,1.95,10,5.8,1.69,10,5.69,1.8,13,4.0,2.69,9,3.45,3.05,11,2.86,1.35,7,4.67,2.5,15,6.25,2.18,12,5.18,0.75,11,3.92,2.9,13,3.29,2.87,7,4.33,2.61,12,3.8,2.04,10
+knife,4.33,1.98,21,4.86,2.48,21,5.29,2.97,17,4.83,1.53,12,3.67,2.4,9,5.09,2.51,11,4.6,2.55,10,5.44,3.28,9,5.12,2.8,8,4.25,3.2,4,4.35,1.73,17,5.88,2.64,8,4.23,2.24,13,5.86,3.76,7,4.9,2.42,10,4.75,2.22,12,3.78,1.56,9,4.33,2.83,9,5.25,2.22,12,5.12,3.18,8,5.44,2.96,9
+knighthood,6.2,1.67,20,4.86,2.1,22,5.81,1.66,21,6.11,1.9,9,6.27,1.56,11,5.3,2.5,10,4.5,1.73,12,5.5,2.14,8,6.0,1.35,13,5.93,1.64,14,6.83,1.72,6,5.38,2.77,8,4.57,1.65,14,6.38,1.41,8,5.46,1.76,13,5.8,1.75,10,6.6,1.58,10,5.0,1.95,12,4.7,2.36,10,6.08,1.83,12,5.44,1.42,9
+knit,5.85,1.6,20,3.35,2.25,20,6.44,1.69,25,6.0,0.89,11,5.67,2.24,9,3.86,2.41,7,3.08,2.22,13,5.92,1.62,12,6.92,1.66,13,6.09,1.97,11,5.56,1.01,9,4.0,2.14,11,2.56,2.24,9,6.44,1.75,16,6.44,1.67,9,5.6,1.96,10,6.1,1.2,10,3.25,2.22,12,3.5,2.45,8,5.73,1.62,15,7.5,1.18,10
+knob,5.21,1.36,19,3.05,1.75,21,5.35,1.9,23,5.33,3.79,3,5.19,0.54,16,3.38,1.6,8,2.85,1.86,13,5.67,2.06,9,5.14,1.83,14,4.78,1.48,9,5.6,1.17,10,3.33,1.8,9,2.83,1.75,12,5.67,2.09,15,4.75,1.39,8,5.57,1.13,7,5.0,1.48,12,3.5,1.51,10,2.64,1.91,11,5.46,2.47,13,5.2,0.79,10
+knock,5.44,1.54,18,3.95,2.24,20,5.11,1.78,18,4.88,1.73,8,5.9,1.29,10,3.86,2.61,7,4.0,2.12,13,5.0,1.84,11,5.29,1.8,7,5.09,1.51,11,6.0,1.53,7,3.11,2.52,9,4.64,1.8,11,5.18,2.32,11,5.0,0.0,7,5.25,1.48,12,5.83,1.72,6,3.0,1.95,12,5.38,1.92,8,5.78,1.48,9,4.44,1.88,9
+knockoff,3.55,1.68,22,4.22,2.37,23,4.68,1.97,19,3.5,1.31,8,3.77,1.83,13,3.75,2.43,8,4.5,2.47,14,4.14,1.57,7,4.91,2.26,11,2.75,1.58,8,4.23,1.42,13,3.67,2.78,9,4.57,2.1,14,3.43,1.62,7,5.42,1.83,12,3.91,1.38,11,3.18,1.94,11,3.22,2.77,9,4.86,1.92,14,4.88,1.89,16,3.67,2.52,3
+knockout,4.95,2.48,19,5.91,2.91,22,4.11,2.41,28,5.83,2.99,6,4.54,2.22,13,6.36,3.17,11,5.45,2.7,11,3.64,2.42,11,4.41,2.43,17,6.18,1.94,11,3.25,2.19,8,6.0,3.07,11,5.82,2.89,11,3.83,2.15,18,4.6,2.88,10,5.46,2.63,13,3.83,1.83,6,5.07,3.1,14,7.38,1.92,8,3.44,2.34,16,5.0,2.3,12
+knoll,5.09,1.06,22,3.68,2.06,22,5.55,1.85,20,5.25,1.39,8,5.0,0.88,14,4.5,1.72,10,3.0,2.13,12,5.57,2.44,7,5.54,1.56,13,5.0,0.89,11,5.18,1.25,11,3.82,2.14,11,3.55,2.07,11,5.2,1.82,15,6.6,1.67,5,4.6,0.7,10,5.5,1.17,12,3.3,1.77,10,4.0,2.3,12,5.2,1.4,10,5.9,2.23,10
+knot,4.57,1.03,21,3.84,2.3,43,6.04,2.24,25,4.5,1.17,12,4.67,0.87,9,4.69,2.09,16,3.33,2.3,27,5.0,1.51,8,6.53,2.4,17,5.25,0.5,4,4.41,1.06,17,4.17,2.59,23,3.45,1.9,20,6.36,2.1,14,5.64,2.46,11,4.58,1.0,12,4.56,1.13,9,4.04,2.37,26,3.53,2.21,17,6.33,2.54,18,5.29,0.95,7
+know,6.82,1.44,22,3.24,2.02,21,5.78,1.96,18,6.83,1.6,6,6.73,1.44,15,2.43,2.15,7,3.64,1.91,14,5.56,2.07,9,5.88,2.03,8,6.64,1.6,14,7.0,1.15,7,3.44,2.24,9,3.08,1.93,12,5.6,1.71,10,6.0,2.33,8,6.5,1.65,14,7.38,0.74,8,3.67,2.8,6,3.07,1.71,15,5.9,2.13,10,5.62,1.85,8
+knowledge,7.28,1.67,39,4.86,2.65,42,7.2,1.84,45,7.0,2.12,13,7.42,1.42,26,5.65,2.5,20,4.14,2.62,22,6.81,1.64,16,7.41,1.94,29,6.91,2.0,22,7.76,0.97,17,5.06,2.88,18,4.71,2.51,24,6.68,2.1,22,7.7,1.43,23,7.46,1.7,26,6.92,1.61,13,4.73,2.81,26,5.06,2.43,16,6.58,1.96,26,8.05,1.27,19
+knowledgeable,7.95,1.12,21,4.65,2.21,20,7.19,1.99,21,7.67,1.03,6,8.07,1.16,15,5.75,2.12,8,3.92,2.02,12,6.55,2.02,11,7.9,1.79,10,7.67,1.21,6,8.07,1.1,15,5.5,2.32,10,3.8,1.81,10,6.64,2.21,14,8.29,0.76,7,7.29,1.25,7,8.29,0.91,14,4.79,2.42,14,4.33,1.75,6,6.92,2.23,12,7.56,1.67,9
+knuckle,4.68,1.97,19,4.32,2.5,22,4.95,1.99,21,4.56,1.67,9,4.8,2.3,10,4.75,2.38,8,4.07,2.62,14,4.8,2.2,10,5.09,1.87,11,5.0,0.0,7,4.5,2.5,12,3.9,2.08,10,4.67,2.84,12,5.0,2.12,13,4.88,1.89,8,5.3,2.16,10,4.0,1.58,9,4.25,2.96,8,4.36,2.31,14,5.38,2.18,13,4.25,1.49,8
+knucklehead,3.79,1.87,19,4.82,2.22,22,4.64,1.73,22,3.17,1.72,6,4.08,1.93,13,5.0,2.09,12,4.6,2.46,10,5.12,1.55,8,4.36,1.82,14,3.9,1.37,10,3.67,2.4,9,4.67,1.32,9,4.92,2.72,13,5.06,1.61,16,3.2,1.64,5,3.25,1.49,8,4.18,2.09,11,5.0,2.35,9,4.69,2.21,13,4.93,1.75,15,4.0,1.63,7
+koala,6.65,1.42,20,3.73,1.75,22,6.62,1.6,21,6.33,1.66,9,6.91,1.22,11,3.4,1.58,10,4.0,1.91,12,5.75,0.71,8,7.15,1.77,13,6.36,1.34,14,7.33,1.51,6,3.5,1.6,8,3.86,1.88,14,6.88,1.46,8,6.46,1.71,13,6.6,1.35,10,6.7,1.57,10,4.17,1.59,12,3.2,1.87,10,6.75,1.66,12,6.44,1.59,9
+kook,4.5,1.37,22,3.38,2.58,26,4.78,2.3,23,4.22,1.2,9,4.69,1.49,13,2.4,1.84,10,4.0,2.83,16,5.25,2.25,8,4.53,2.36,15,4.0,1.41,8,4.79,1.31,14,3.62,2.75,13,3.15,2.48,13,4.92,2.11,12,4.64,2.58,11,4.58,1.38,12,4.4,1.43,10,2.53,2.17,15,4.55,2.73,11,5.46,1.94,13,3.9,2.51,10
+kooky,6.42,1.22,19,5.67,1.91,21,5.3,1.92,23,6.2,1.3,5,6.46,1.27,13,5.5,2.66,6,5.73,1.62,15,5.3,1.77,10,5.31,2.1,13,5.86,1.07,7,6.73,1.27,11,5.86,2.61,7,5.57,1.55,14,4.55,2.02,11,6.0,1.6,12,6.42,1.24,12,6.43,1.27,7,5.55,2.58,11,5.8,0.79,10,5.0,1.8,14,5.78,2.11,9
+kool-aid,6.6,2.01,20,4.09,2.74,22,5.22,1.93,27,6.22,1.99,9,6.91,2.07,11,3.0,2.38,7,4.6,2.82,15,5.29,2.37,17,5.1,0.88,10,6.64,1.86,11,6.56,2.3,9,4.4,3.36,5,4.0,2.65,17,5.0,2.18,14,5.46,1.66,13,7.08,1.83,12,5.88,2.17,8,4.8,3.12,10,3.5,2.35,12,5.43,1.95,14,5.0,1.96,13
+kosher,4.68,1.34,19,3.06,1.83,18,6.12,2.29,17,4.91,0.7,11,4.38,1.92,8,3.5,1.91,4,2.93,1.86,14,5.38,2.56,8,6.78,1.92,9,4.38,1.19,8,4.91,1.45,11,3.57,1.9,7,2.73,1.79,11,5.17,2.64,6,6.64,2.01,11,4.62,1.33,13,4.83,1.47,6,2.45,1.81,11,4.0,1.53,7,6.29,2.63,7,6.0,2.16,10
+kraut,4.72,1.93,18,3.55,2.39,20,4.6,2.26,20,4.67,0.58,3,4.73,2.12,15,3.9,2.51,10,3.2,2.35,10,4.8,2.15,10,4.4,2.46,10,5.33,2.25,6,4.42,1.78,12,3.86,2.73,7,3.38,2.29,13,4.62,2.72,8,4.58,2.02,12,4.55,1.92,11,5.0,2.08,7,4.1,2.64,10,3.0,2.11,10,3.78,1.99,9,5.27,2.33,11
+kryptonite,5.21,2.04,19,5.86,2.29,21,4.96,2.03,23,6.2,0.84,5,4.92,2.33,13,5.5,2.81,6,6.0,2.14,15,6.5,1.58,10,3.77,1.48,13,5.57,1.9,7,5.09,2.26,11,6.43,2.82,7,5.57,2.03,14,5.0,1.95,11,4.92,2.19,12,5.25,2.18,12,5.14,1.95,7,6.36,2.42,11,5.3,2.11,10,5.79,1.85,14,3.67,1.66,9
+kudos,6.95,1.17,22,4.27,1.98,22,6.95,1.54,19,7.0,1.18,11,6.91,1.22,11,3.6,2.79,5,4.5,1.79,16,6.83,2.23,6,7.0,1.22,13,6.87,1.13,15,7.14,1.35,7,4.5,1.98,12,4.0,2.18,9,6.11,1.62,9,7.7,1.06,10,6.73,1.1,11,7.18,1.25,11,4.17,1.75,12,4.4,2.32,10,7.67,1.51,6,6.62,1.5,13
+kumquat,6.1,1.48,20,2.75,1.92,20,4.59,1.62,22,6.14,1.21,7,6.08,1.66,13,2.56,1.94,9,2.91,1.97,11,3.67,1.21,6,4.94,1.65,16,5.5,1.43,10,6.56,1.33,9,2.5,1.93,8,2.92,1.98,12,4.53,1.3,15,4.71,2.29,7,6.36,1.57,11,5.78,1.39,9,3.0,2.17,12,2.38,1.51,8,4.45,1.81,11,4.73,1.49,11
+lab,4.57,1.5,21,4.35,2.25,20,6.68,2.19,19,4.54,1.76,13,4.62,1.06,8,4.86,2.04,7,4.08,2.4,13,6.43,1.9,7,6.83,2.41,12,4.75,1.66,12,4.33,1.32,9,4.67,2.0,9,4.09,2.51,11,6.8,1.87,10,6.56,2.6,9,4.5,1.68,12,4.67,1.32,9,4.86,1.68,7,4.08,2.53,13,7.29,2.06,7,6.33,2.27,12
+label,4.79,1.23,19,3.38,1.6,21,5.48,1.59,23,5.4,0.89,5,4.54,1.33,13,3.67,1.51,6,3.27,1.67,15,5.9,1.66,10,5.15,1.52,13,4.29,1.5,7,5.09,1.04,11,3.57,1.9,7,3.29,1.49,14,5.27,1.9,11,5.67,1.3,12,4.75,1.42,12,4.86,0.9,7,3.36,1.75,11,3.4,1.51,10,5.36,1.91,14,5.67,1.0,9
+labor,4.74,1.97,19,5.23,2.45,22,5.41,2.48,22,5.11,1.54,9,4.4,2.32,10,5.5,2.39,8,5.07,2.56,14,5.0,2.68,11,5.82,2.32,11,5.71,0.95,7,4.17,2.21,12,4.7,2.36,10,5.67,2.53,12,4.92,2.72,13,6.11,2.03,9,4.7,1.95,10,4.78,2.11,9,5.38,3.2,8,5.14,2.03,14,6.0,2.11,14,4.38,2.88,8
+laboratory,5.14,1.61,22,4.38,2.4,21,4.77,2.51,22,5.14,1.46,14,5.12,1.96,8,5.0,2.32,11,4.0,2.35,9,3.17,1.6,6,5.38,2.55,16,5.1,1.73,10,5.17,1.59,12,3.82,2.36,11,5.0,2.4,10,4.38,2.33,13,5.33,2.78,9,4.92,1.56,12,5.4,1.71,10,4.23,2.39,13,4.62,2.56,8,4.83,2.62,12,4.7,2.5,10
+laborer,4.71,2.03,21,4.08,2.1,26,5.21,2.65,24,5.33,2.4,9,4.25,1.66,12,3.7,2.26,10,4.31,2.02,16,6.33,2.55,9,4.53,2.56,15,5.14,2.54,7,4.5,1.79,14,4.54,1.98,13,3.62,2.18,13,5.0,3.07,12,5.42,2.27,12,4.27,1.35,11,5.2,2.57,10,3.8,2.27,15,4.45,1.86,11,5.46,2.9,13,4.91,2.43,11
+labyrinth,4.84,2.17,19,4.24,2.36,21,3.8,2.12,20,4.33,1.53,3,4.94,2.29,16,4.83,2.64,6,4.0,2.3,15,5.33,2.07,6,3.14,1.83,14,5.1,1.1,10,4.56,3.0,9,4.29,2.69,7,4.21,2.29,14,4.2,2.04,10,3.4,2.22,10,5.12,1.96,8,4.64,2.38,11,3.44,3.13,9,4.83,1.47,12,4.25,1.98,8,3.5,2.24,12
+lace,6.58,2.12,19,3.75,2.69,20,6.7,1.95,20,6.33,2.31,3,6.53,2.2,15,2.6,1.78,10,4.9,3.03,10,6.7,1.77,10,6.7,2.21,10,6.5,2.74,6,6.5,1.93,12,4.57,3.51,7,3.31,2.18,13,7.38,1.41,8,6.25,2.18,12,7.25,1.48,12,5.43,2.64,7,4.3,2.98,10,3.2,2.39,10,7.44,1.74,9,6.09,1.97,11
+laceration,3.43,1.5,21,6.67,1.71,21,3.64,1.96,25,3.42,1.68,12,3.44,1.33,9,7.14,1.35,7,6.43,1.87,14,3.5,1.65,10,3.73,2.19,15,3.75,1.89,4,3.35,1.46,17,6.3,1.77,10,7.0,1.67,11,3.29,2.43,7,3.78,1.8,18,3.83,1.34,12,2.89,1.62,9,6.46,1.85,13,7.0,1.51,8,2.67,1.12,9,4.19,2.14,16
+lack,3.68,1.38,19,2.24,1.18,21,5.46,2.3,24,4.33,1.15,3,3.56,1.41,16,2.14,1.57,7,2.23,1.01,13,5.75,1.67,8,5.31,2.6,16,4.0,1.0,7,3.5,1.57,12,2.29,1.5,7,2.15,1.07,13,5.77,2.31,13,5.09,2.34,11,4.12,1.55,8,3.36,1.21,11,2.55,1.37,11,1.9,0.88,10,5.28,2.49,18,6.0,1.67,6
+lackey,4.32,1.77,19,4.0,2.43,21,4.13,2.46,23,5.33,3.21,3,4.12,1.45,16,4.38,2.5,8,3.77,2.45,13,4.0,2.4,9,4.21,2.58,14,4.11,2.09,9,4.5,1.51,10,4.22,2.05,9,3.83,2.76,12,4.13,2.88,15,4.12,1.55,8,4.29,1.38,7,4.33,2.02,12,4.8,1.87,10,3.27,2.72,11,4.23,3.11,13,4.0,1.33,10
+lacquer,4.95,1.36,21,3.3,2.29,23,5.0,1.83,26,4.91,0.83,11,5.0,1.83,10,3.09,2.07,11,3.5,2.54,12,5.09,2.12,11,4.93,1.73,14,4.8,1.87,10,5.09,0.7,11,2.91,1.92,11,3.67,2.61,12,4.94,1.78,17,5.12,2.17,8,5.0,1.73,13,4.88,0.35,8,3.0,2.24,15,3.88,2.42,8,4.71,2.05,17,5.56,1.24,9
+lacrosse,5.29,1.21,17,3.7,2.72,20,4.84,1.7,25,6.6,1.14,5,4.75,0.75,12,4.45,3.17,11,2.78,1.79,9,4.88,2.0,16,4.78,1.09,9,5.43,1.62,7,5.2,0.92,10,2.89,2.71,9,4.36,2.66,11,4.95,1.79,20,4.4,1.34,5,5.12,1.46,8,5.44,1.01,9,3.55,2.42,11,3.89,3.18,9,4.95,1.72,19,4.5,1.76,6
+lactose,4.44,1.78,25,3.44,2.38,25,4.26,2.23,19,5.0,2.0,10,4.07,1.58,15,2.67,1.97,6,3.67,2.57,18,3.71,1.7,7,4.58,2.5,12,4.28,2.08,18,4.86,0.38,7,3.14,2.51,14,3.8,2.39,10,4.22,2.49,9,4.3,2.11,10,4.73,1.91,15,4.0,1.56,10,3.62,2.33,16,3.11,2.57,9,3.64,2.34,11,5.12,1.89,8
+lad,6.19,1.57,21,3.6,2.56,20,5.0,2.2,36,6.38,1.85,8,6.08,1.44,13,3.6,1.67,5,3.6,2.85,15,5.0,2.14,11,5.0,2.27,25,6.31,1.84,13,6.0,1.07,8,3.92,2.68,12,3.12,2.47,8,5.05,2.5,20,4.94,1.84,16,5.91,1.7,11,6.5,1.43,10,4.36,2.98,11,2.67,1.66,9,4.77,2.41,22,5.36,1.86,14
+ladder,5.32,1.49,19,4.09,2.31,23,5.56,2.06,18,4.78,1.48,9,5.8,1.4,10,4.14,2.27,7,4.0,2.48,15,6.22,2.22,9,4.89,1.76,9,5.44,1.94,9,5.2,1.03,10,4.5,2.27,10,3.67,2.46,12,5.14,2.04,7,5.6,2.12,10,6.0,1.28,12,4.14,1.07,7,3.8,2.19,20,6.0,2.65,3,5.75,1.98,8,5.4,2.22,10
+laddie,5.5,1.3,22,4.32,1.83,19,5.0,1.67,21,5.0,0.0,5,5.69,1.49,16,4.38,1.69,8,4.27,2.0,11,5.0,1.7,10,5.0,1.73,11,5.25,1.29,12,5.8,1.32,10,3.9,1.97,10,4.78,1.64,9,5.25,1.76,12,4.67,1.58,9,5.36,1.43,11,5.64,1.21,11,4.0,1.77,8,4.55,1.92,11,5.33,1.32,9,4.75,1.91,12
+ladle,5.11,1.7,19,2.82,2.04,22,5.42,2.0,24,4.5,2.17,6,5.38,1.45,13,3.42,2.31,12,2.1,1.45,10,4.38,1.3,8,5.94,2.11,16,4.9,0.99,10,5.33,2.29,9,3.22,2.44,9,2.54,1.76,13,5.06,2.05,17,6.5,1.76,6,4.88,1.46,8,5.27,1.9,11,3.44,1.74,9,2.38,2.18,13,5.56,2.22,16,5.12,1.55,8
+lady,6.91,1.31,22,4.05,2.04,21,5.87,2.0,15,7.33,1.21,6,6.73,1.39,15,4.86,2.34,7,3.64,1.82,14,5.57,2.51,7,6.12,1.55,8,6.86,1.35,14,7.0,1.41,7,3.22,2.05,9,4.67,1.87,12,6.25,2.66,8,5.43,0.79,7,7.07,1.33,14,6.62,1.3,8,3.83,2.56,6,4.13,1.88,15,6.62,2.13,8,5.0,1.53,7
+lady bug,7.0,1.45,20,3.38,2.6,21,5.8,2.33,25,6.0,1.0,3,7.18,1.47,17,2.29,1.98,7,3.92,2.87,13,5.5,2.27,8,5.94,2.41,17,6.29,1.5,7,7.38,1.33,13,2.71,2.56,7,3.69,2.75,13,6.14,2.25,14,5.36,2.46,11,6.67,1.22,9,7.27,1.62,11,3.91,2.63,11,2.8,2.57,10,5.89,2.68,18,5.57,1.13,7
+ladybug,6.9,1.55,20,3.45,1.9,20,5.33,2.18,21,7.0,1.41,7,6.85,1.68,13,3.44,2.01,9,3.45,1.92,11,5.2,1.48,5,5.38,2.39,16,6.4,1.51,10,7.33,1.58,9,2.62,1.6,8,4.0,1.95,12,5.43,2.41,14,5.14,1.77,7,6.91,1.7,11,6.89,1.45,9,2.92,1.83,12,4.25,1.83,8,4.73,2.45,11,6.0,1.7,10
+ladylike,5.68,2.43,19,3.77,2.45,22,5.37,2.6,27,5.67,2.34,6,5.69,2.56,13,4.55,2.54,11,3.0,2.19,11,4.55,2.66,11,5.94,2.49,16,5.36,2.73,11,6.12,2.03,8,3.18,1.78,11,4.36,2.94,11,4.76,2.41,17,6.4,2.72,10,5.69,2.81,13,5.67,1.51,6,3.43,2.41,14,4.38,2.56,8,4.93,2.94,15,5.92,2.11,12
+ladyship,6.24,1.79,21,3.45,2.34,22,5.15,1.83,26,5.55,1.63,11,7.0,1.7,10,3.7,2.67,10,3.25,2.14,12,5.18,1.89,11,5.21,1.89,14,6.5,2.01,10,6.0,1.61,11,3.6,2.76,10,3.33,2.06,12,5.47,1.84,17,4.62,1.85,8,7.0,1.68,13,5.0,1.2,8,3.71,2.64,14,3.0,1.77,8,5.65,1.84,17,4.22,1.48,9
+lag,3.9,1.18,21,4.0,2.67,26,4.57,2.37,23,4.0,1.12,9,3.83,1.27,12,2.8,2.3,10,4.75,2.67,16,4.67,2.55,9,4.5,2.35,14,4.29,0.76,7,3.71,1.33,14,4.92,2.75,13,3.08,2.33,13,4.0,2.24,11,5.08,2.47,12,3.91,1.22,11,3.9,1.2,10,3.27,2.58,15,5.0,2.57,11,4.67,2.57,12,4.45,2.25,11
+lager,5.4,2.09,20,3.11,2.27,18,5.64,2.11,22,5.2,2.86,5,5.47,1.88,15,3.67,2.66,6,2.83,2.12,12,5.7,1.95,10,5.58,2.31,12,5.6,2.32,10,5.2,1.93,10,3.7,2.54,10,2.38,1.77,8,6.27,1.74,11,5.0,2.32,11,5.25,2.34,12,5.62,1.77,8,1.67,1.32,9,4.56,2.13,9,6.27,2.33,11,5.0,1.73,11
+lagoon,6.23,1.69,22,3.56,2.36,18,4.62,2.16,21,5.4,2.3,5,6.38,1.45,16,3.5,2.67,8,3.6,2.22,10,4.4,2.37,10,4.82,2.04,11,6.0,1.86,12,6.5,1.51,10,3.0,2.31,10,4.25,2.38,8,3.75,1.42,12,5.78,2.49,9,6.45,2.02,11,6.0,1.34,11,4.0,2.71,7,3.27,2.2,11,4.89,2.52,9,4.42,1.93,12
+lair,5.0,2.13,20,5.35,2.5,20,5.12,2.03,26,4.09,2.12,11,6.11,1.62,9,4.71,2.29,7,5.69,2.63,13,4.77,1.69,13,5.46,2.33,13,5.18,2.32,11,4.78,1.99,9,5.27,2.61,11,5.44,2.51,9,5.12,2.09,17,5.11,2.03,9,6.1,2.18,10,3.9,1.45,10,5.58,2.35,12,5.0,2.83,8,5.12,2.16,16,5.1,1.91,10
+lake,7.13,1.34,39,2.64,2.08,44,5.36,2.33,25,7.05,1.29,22,7.24,1.44,17,2.95,2.22,21,2.35,1.94,23,5.2,2.62,10,5.47,2.2,15,7.17,1.4,23,7.06,1.29,16,2.8,2.17,20,2.5,2.04,24,4.43,2.94,7,5.72,2.02,18,7.32,1.2,19,6.95,1.47,20,2.7,2.15,30,2.5,1.99,14,4.33,2.29,9,5.94,2.21,16
+lamb,6.3,1.51,40,3.32,2.44,22,5.72,2.26,25,6.12,1.5,17,6.43,1.53,23,3.8,2.7,10,2.92,2.23,12,5.9,2.28,10,5.6,2.32,15,6.1,1.09,21,6.53,1.87,19,2.82,2.14,11,3.82,2.71,11,5.57,3.15,7,5.78,1.93,18,6.28,1.57,25,6.33,1.45,15,4.1,2.28,10,2.67,2.46,12,4.78,2.68,9,6.25,1.88,16
+lame,3.2,1.15,20,2.74,1.66,19,3.45,1.63,22,2.86,0.9,7,3.38,1.26,13,2.5,1.77,8,2.91,1.64,11,2.17,1.17,6,3.94,1.53,16,3.2,1.32,10,3.22,1.09,9,2.29,1.38,7,3.0,1.81,12,3.73,1.79,15,2.86,1.07,7,2.91,1.38,11,3.56,0.73,9,2.64,1.5,11,2.88,1.96,8,3.27,1.79,11,3.64,1.5,11
+lament,4.16,1.3,19,3.33,1.81,18,3.47,1.46,17,4.73,1.01,11,3.38,1.3,8,3.25,1.71,4,3.36,1.91,14,3.5,1.6,8,3.44,1.42,9,4.5,1.07,8,3.91,1.45,11,3.0,1.91,7,3.55,1.81,11,4.0,1.67,6,3.18,1.33,11,4.15,1.28,13,4.17,1.47,6,3.09,1.7,11,3.71,2.06,7,3.43,1.51,7,3.5,1.51,10
+lamp,5.74,1.12,39,2.71,1.8,42,6.04,2.21,54,5.42,0.79,12,5.77,1.07,26,2.44,1.97,16,2.96,1.7,25,5.69,2.4,32,6.57,1.89,21,5.73,0.96,15,5.61,1.03,23,3.0,1.95,21,2.5,1.64,20,5.9,2.45,31,6.23,1.93,22,5.63,0.96,19,5.85,1.27,20,2.57,1.78,23,2.89,1.85,19,6.12,2.29,26,5.96,2.19,28
+lamppost,5.29,1.65,21,2.76,2.05,21,6.17,1.99,24,5.25,1.29,12,5.33,2.12,9,4.14,2.34,7,2.07,1.54,14,6.11,2.26,9,6.2,1.9,15,6.5,1.91,4,5.0,1.5,17,3.2,2.49,10,2.36,1.57,11,6.0,2.38,7,6.24,1.89,17,5.17,1.85,12,5.44,1.42,9,2.92,2.18,13,2.5,1.93,8,6.11,1.96,9,6.2,2.08,15
+lance,4.7,1.56,20,3.6,2.72,20,5.17,1.76,24,5.25,1.71,4,4.56,1.55,16,4.75,2.36,4,3.31,2.8,16,5.89,2.2,9,4.73,1.33,15,4.88,1.46,8,4.58,1.68,12,3.44,2.92,9,3.73,2.69,11,5.57,1.79,14,4.6,1.65,10,4.73,1.42,11,4.67,1.8,9,3.11,3.02,9,4.0,2.53,11,5.29,1.93,17,4.86,1.35,7
+lancer,4.58,1.8,19,3.25,1.92,20,4.61,2.21,23,4.55,1.86,11,5.14,1.21,7,4.0,1.63,7,2.85,1.99,13,5.0,2.65,7,4.44,2.06,16,3.88,2.23,8,5.09,1.3,11,2.43,1.62,7,3.69,1.97,13,5.09,1.92,11,4.17,2.44,12,4.0,1.95,12,5.57,0.98,7,2.56,1.88,9,3.82,1.83,11,4.46,2.26,13,4.8,2.25,10
+land,6.61,1.82,18,3.05,2.16,21,5.94,1.83,18,6.12,1.55,8,7.0,2.0,10,2.43,1.51,7,3.36,2.41,14,5.91,1.14,11,6.0,2.71,7,6.73,1.68,11,6.43,2.15,7,2.56,1.88,9,3.42,2.35,12,6.18,1.66,11,5.57,2.15,7,6.08,1.88,12,7.67,1.21,6,2.5,1.88,12,3.78,2.39,9,6.67,1.73,9,5.22,1.72,9
+landfall,4.95,1.9,19,3.45,2.13,22,5.04,2.4,23,5.45,1.81,11,4.71,1.5,7,3.75,2.25,8,3.29,2.13,14,5.0,2.89,7,5.06,2.26,16,4.12,2.1,8,5.55,1.57,11,3.11,2.32,9,3.69,2.06,13,5.0,2.53,11,5.08,2.39,12,4.5,2.07,12,5.71,1.38,7,2.18,1.72,11,4.73,1.74,11,4.46,2.57,13,5.8,2.04,10
+landfill,3.14,1.71,21,3.65,2.06,20,4.46,2.15,35,2.12,0.99,8,3.77,1.79,13,4.2,1.92,5,3.47,2.13,15,4.36,2.16,11,4.5,2.19,24,2.85,1.91,13,3.62,1.3,8,4.0,2.22,12,3.12,1.81,8,4.4,2.39,20,4.53,1.85,15,3.55,2.07,11,2.7,1.16,10,4.0,2.28,11,3.22,1.79,9,4.19,2.06,21,4.86,2.28,14
+landing,5.09,1.34,22,3.62,2.3,26,5.62,2.14,24,5.44,1.01,9,4.85,1.52,13,3.1,2.23,10,3.94,2.35,16,4.78,2.33,9,6.13,1.92,15,4.75,1.58,8,5.29,1.2,14,4.15,2.54,13,3.08,1.98,13,5.42,2.31,12,5.83,2.04,12,4.83,1.4,12,5.4,1.26,10,3.07,2.37,15,4.36,2.06,11,5.62,2.14,13,5.64,2.25,11
+landlady,4.1,1.7,21,4.9,2.57,20,4.52,2.52,21,4.0,1.55,6,4.13,1.81,15,5.0,2.45,8,4.83,2.76,12,4.91,2.43,11,4.1,2.69,10,3.67,1.63,6,4.27,1.75,15,5.4,2.5,10,4.4,2.67,10,4.5,2.82,14,4.57,1.99,7,3.57,1.81,7,4.36,1.65,14,5.43,2.65,14,3.67,2.07,6,4.42,2.64,12,4.67,2.5,9
+landlord,3.5,1.7,20,3.95,1.75,21,4.64,2.82,33,2.8,1.75,10,4.2,1.4,10,3.88,1.36,8,4.0,2.0,13,5.15,2.97,13,4.3,2.74,20,2.44,1.51,9,4.36,1.36,11,4.15,1.52,13,3.62,2.13,8,4.59,2.75,22,4.73,3.07,11,2.7,1.89,10,4.3,1.06,10,3.86,1.66,14,4.14,2.04,7,4.81,2.88,16,4.47,2.83,17
+landmark,6.0,1.62,20,4.15,2.3,20,5.5,1.82,26,6.36,1.63,11,5.56,1.59,9,4.71,1.89,7,3.85,2.51,13,5.31,1.97,13,5.69,1.7,13,5.82,1.89,11,6.22,1.3,9,4.64,2.5,11,3.56,2.01,9,5.35,2.0,17,5.78,1.48,9,5.6,1.65,10,6.4,1.58,10,4.42,2.47,12,3.75,2.12,8,5.38,1.71,16,5.7,2.06,10
+landscape,7.0,1.58,21,3.75,2.94,20,5.0,2.05,20,7.0,1.41,6,7.0,1.69,15,4.12,3.48,8,3.5,2.65,12,4.91,2.26,11,5.11,1.9,9,7.0,1.58,9,7.0,1.65,12,3.44,3.05,9,4.0,2.97,11,4.33,1.97,6,5.29,2.09,14,6.6,1.84,10,7.36,1.29,11,3.15,2.64,13,4.86,3.34,7,4.58,2.23,12,5.62,1.69,8
+landscaping,6.58,1.71,19,4.0,2.41,20,6.31,2.17,26,6.9,1.52,10,6.22,1.92,9,3.86,2.48,7,4.08,2.47,13,5.77,2.17,13,6.85,2.12,13,6.7,1.83,10,6.44,1.67,9,4.36,2.5,11,3.56,2.35,9,5.82,2.24,17,7.22,1.79,9,6.6,1.78,10,6.56,1.74,9,4.0,2.52,12,4.0,2.39,8,5.94,2.02,16,6.9,2.38,10
+landslide,4.76,2.07,21,5.89,2.45,18,3.81,2.56,36,5.25,2.55,8,4.46,1.76,13,6.0,1.22,5,5.85,2.82,13,3.45,2.21,11,3.96,2.73,25,4.69,2.43,13,4.88,1.46,8,6.64,1.69,11,4.71,3.09,7,4.25,2.51,20,3.25,2.59,16,5.09,1.81,11,4.4,2.37,10,6.4,2.37,10,5.25,2.55,8,3.45,2.46,22,4.36,2.71,14
+lane,5.29,1.98,21,3.95,2.26,20,6.95,2.2,19,5.62,2.1,13,4.75,1.75,8,4.71,1.7,7,3.54,2.47,13,7.0,1.73,7,6.92,2.5,12,5.5,2.35,12,5.0,1.41,9,4.33,1.94,9,3.64,2.54,11,7.0,1.89,10,6.89,2.62,9,5.08,2.31,12,5.56,1.51,9,4.14,1.95,7,3.85,2.48,13,7.29,1.98,7,6.75,2.38,12
+language,6.38,1.6,21,3.7,2.11,20,7.37,1.74,19,5.92,1.44,13,7.12,1.64,8,5.0,2.08,7,3.0,1.83,13,7.0,1.53,7,7.58,1.88,12,6.0,1.6,12,6.89,1.54,9,4.22,2.39,9,3.27,1.85,11,6.4,1.78,10,8.44,0.88,9,6.33,1.56,12,6.44,1.74,9,5.14,1.77,7,2.92,1.89,13,7.0,2.24,7,7.58,1.44,12
+lanky,5.71,1.59,21,4.32,2.14,19,5.11,2.2,36,5.75,1.49,8,5.69,1.7,13,6.0,1.41,5,3.71,2.05,14,5.27,2.24,11,5.04,2.23,25,6.0,1.73,13,5.25,1.28,8,4.83,2.25,12,3.43,1.72,7,5.3,2.56,20,4.88,1.71,16,5.27,1.68,11,6.2,1.4,10,4.2,2.39,10,4.44,1.94,9,5.05,2.46,22,5.21,1.81,14
+lantern,5.37,1.86,19,3.21,1.8,42,5.24,2.31,50,5.33,0.58,3,5.38,2.03,16,3.47,1.78,19,3.0,1.83,23,4.73,2.36,26,5.79,2.17,24,5.8,1.32,10,4.89,2.32,9,2.94,1.81,16,3.38,1.81,26,4.67,2.5,21,5.66,2.11,29,4.88,2.36,8,5.73,1.42,11,3.17,1.88,24,3.28,1.74,18,5.46,2.28,24,5.04,2.36,26
+lap,5.89,1.79,19,3.45,2.4,22,5.26,2.2,23,5.73,1.42,11,5.86,2.34,7,4.0,2.73,8,3.14,2.25,14,4.86,3.02,7,5.44,1.82,16,5.75,1.75,8,6.0,1.9,11,3.78,2.86,9,3.23,2.13,13,5.27,2.1,11,5.25,2.38,12,5.83,2.17,12,6.0,1.0,7,3.18,2.79,11,3.73,2.05,11,5.0,2.27,13,5.6,2.17,10
+lapdog,6.45,2.24,20,3.2,2.35,20,4.53,2.61,19,6.0,2.37,6,6.64,2.24,14,3.0,2.88,8,3.33,2.06,12,4.83,2.86,12,4.0,2.24,7,7.0,2.4,9,6.0,2.1,11,3.22,2.64,9,3.18,2.23,11,3.43,2.07,7,5.17,2.76,12,5.9,2.38,10,7.0,2.05,10,3.08,2.02,13,3.43,3.05,7,4.1,3.18,10,5.0,1.87,9
+lapel,5.74,1.66,19,3.17,2.23,23,5.21,1.69,19,5.11,0.93,9,6.3,2.0,10,3.14,2.12,7,3.2,2.43,15,5.1,1.6,10,5.33,1.87,9,5.44,1.59,9,6.0,1.76,10,4.3,2.54,10,2.25,1.6,12,4.88,1.46,8,5.4,1.96,10,5.92,1.73,12,5.43,1.62,7,3.2,2.33,20,3.0,1.73,3,4.62,0.92,8,5.64,2.01,11
+lapse,4.35,1.53,20,3.11,2.37,18,3.59,1.74,22,4.6,1.67,5,4.27,1.53,15,3.67,2.66,6,2.83,2.29,12,4.0,1.56,10,3.25,1.86,12,4.4,1.26,10,4.3,1.83,10,3.2,2.7,10,3.0,2.07,8,4.0,2.0,11,3.18,1.4,11,3.83,1.53,12,5.12,1.25,8,2.44,2.51,9,3.78,2.17,9,3.55,1.86,11,3.64,1.69,11
+laptop,6.95,1.56,21,4.62,2.81,24,6.5,2.06,20,7.25,0.89,8,6.77,1.88,13,5.83,2.04,6,4.22,2.96,18,6.73,1.68,11,6.22,2.54,9,7.33,1.15,12,6.44,1.94,9,5.2,2.62,10,4.21,2.97,14,6.46,2.18,13,6.57,1.99,7,7.29,1.07,14,6.29,2.21,7,5.31,2.55,16,3.25,2.96,8,6.5,1.57,12,6.5,2.78,8
+larceny,3.1,1.59,20,5.44,2.73,18,4.29,2.26,24,2.8,1.79,5,3.2,1.57,15,6.8,2.28,5,4.92,2.78,13,4.23,2.42,13,4.36,2.16,11,3.5,1.84,10,2.7,1.25,10,6.14,2.67,7,5.0,2.79,11,4.56,2.39,16,3.75,1.98,8,2.64,1.34,14,4.17,1.72,6,5.92,2.57,12,4.5,3.02,6,4.6,2.23,15,3.78,2.33,9
+lard,3.55,1.61,20,2.95,2.26,20,4.18,2.34,22,3.43,1.72,7,3.62,1.61,13,3.78,2.59,9,2.27,1.79,11,3.83,3.49,6,4.31,1.89,16,3.6,1.71,10,3.11,1.05,9,3.62,2.72,8,2.5,1.88,12,4.4,2.47,15,3.71,2.14,7,3.82,1.89,11,3.22,1.2,9,3.42,2.5,12,2.25,1.75,8,4.64,2.58,11,3.73,2.1,11
+large,5.77,1.9,22,5.35,2.41,20,5.05,2.59,19,6.0,1.83,13,5.44,2.07,9,6.29,2.21,7,4.85,2.44,13,5.29,3.15,7,4.92,2.35,12,6.67,1.83,12,4.7,1.42,10,5.78,2.05,9,5.0,2.72,11,4.5,2.8,10,5.67,2.35,9,6.33,1.72,12,5.1,1.97,10,5.71,2.56,7,5.15,2.41,13,5.0,3.0,7,5.08,2.47,12
+lark,5.19,1.36,21,3.52,2.11,23,4.96,1.28,26,5.45,1.13,11,4.9,1.6,10,3.36,1.86,11,3.67,2.39,12,4.73,1.35,11,5.07,1.27,14,4.5,1.35,10,5.82,1.08,11,3.82,2.18,11,3.25,2.09,12,4.82,1.01,17,5.12,1.81,8,5.23,1.74,13,5.12,0.35,8,3.73,2.09,15,3.12,2.23,8,5.06,1.3,17,4.78,1.3,9
+laryngitis,3.14,1.35,21,3.56,2.18,18,4.06,2.59,17,3.38,1.26,13,2.75,1.49,8,4.25,2.5,4,3.36,2.13,14,3.75,2.55,8,4.33,2.74,9,3.11,1.54,9,3.17,1.27,12,3.29,2.21,7,3.73,2.24,11,5.0,2.68,6,3.55,2.5,11,3.27,1.44,15,2.83,1.17,6,3.0,1.9,11,4.43,2.44,7,3.71,2.81,7,4.3,2.54,10
+larynx,4.45,1.06,22,4.0,2.2,23,5.84,1.86,19,4.62,0.74,8,4.54,1.05,13,4.62,2.72,8,3.64,1.95,14,6.14,2.04,7,5.73,1.9,11,4.38,1.3,8,4.69,0.63,13,4.22,2.73,9,3.86,1.88,14,5.43,2.07,7,6.08,1.78,12,4.64,0.81,11,4.27,1.27,11,2.78,2.17,9,4.79,1.89,14,5.62,1.96,16,7.0,0.0,3
+lasagna,7.1,1.41,20,5.04,2.58,24,5.89,2.3,28,6.62,1.19,8,7.42,1.51,12,5.78,2.33,9,4.6,2.69,15,5.64,2.27,14,6.14,2.38,14,7.56,1.59,9,6.73,1.19,11,5.83,2.72,12,4.25,2.26,12,6.21,2.49,14,5.57,2.14,14,7.2,1.48,10,7.0,1.41,10,5.58,2.64,12,4.5,2.5,12,6.17,1.7,12,5.69,2.7,16
+laser,5.64,1.68,22,5.09,2.51,22,5.52,2.36,21,6.45,1.37,11,4.82,1.6,11,5.0,2.33,8,5.14,2.68,14,5.5,2.17,10,5.55,2.62,11,6.12,1.55,8,5.36,1.74,14,4.4,2.17,10,5.67,2.71,12,6.0,2.65,13,4.75,1.67,8,5.25,1.71,12,6.1,1.6,10,5.12,2.85,8,5.07,2.4,14,5.69,2.43,13,5.25,2.38,8
+lash,4.63,2.03,19,4.65,2.46,20,5.2,2.61,20,5.0,2.0,3,4.67,2.13,15,5.7,2.31,10,3.6,2.22,10,6.1,2.33,10,4.3,2.67,10,5.0,2.28,6,4.58,2.02,12,5.0,2.71,7,4.46,2.4,13,5.38,2.92,8,5.08,2.5,12,4.42,1.98,12,5.0,2.24,7,5.2,2.86,10,4.1,1.97,10,4.78,2.17,9,5.55,2.98,11
+lass,5.42,1.71,19,4.24,1.95,21,5.75,2.03,24,4.67,2.07,6,5.77,1.48,13,4.58,1.88,12,3.78,2.05,9,5.25,2.12,8,6.0,2.0,16,5.6,0.97,10,5.22,2.33,9,4.56,1.74,9,4.0,2.13,12,5.47,2.1,17,6.67,1.86,6,5.62,1.19,8,5.27,2.05,11,4.75,1.58,8,3.92,2.14,13,5.88,2.33,16,5.5,1.31,8
+lasso,5.33,1.28,21,4.67,2.03,21,4.68,2.44,25,5.58,0.9,12,5.0,1.66,9,4.86,2.12,7,4.57,2.06,14,5.6,2.32,10,4.07,2.4,15,5.75,0.96,4,5.24,1.35,17,5.3,2.0,10,4.09,1.97,11,4.86,3.13,7,4.61,2.23,18,5.17,1.53,12,5.56,0.88,9,4.38,2.18,13,5.12,1.81,8,3.89,2.37,9,5.12,2.45,16
+lasting,6.67,1.85,21,3.33,1.96,21,6.33,2.12,24,6.58,1.62,12,6.78,2.22,9,4.29,2.29,7,2.86,1.66,14,5.5,2.59,10,6.93,1.54,14,8.25,0.96,4,6.29,1.83,17,3.6,2.32,10,3.09,1.64,11,5.17,3.25,6,6.72,1.53,18,6.92,1.98,12,6.33,1.73,9,3.15,1.63,13,3.62,2.5,8,5.56,2.7,9,6.8,1.61,15
+latch,5.0,1.76,19,3.09,1.74,22,4.78,2.28,23,5.36,1.29,11,5.0,1.91,7,3.62,1.51,8,2.79,1.85,14,4.57,2.94,7,4.88,2.03,16,4.25,1.39,8,5.55,1.86,11,3.11,2.09,9,3.08,1.55,13,4.64,2.34,11,4.92,2.31,12,4.92,2.23,12,5.14,0.38,7,2.45,1.86,11,3.73,1.42,11,4.38,2.22,13,5.3,2.36,10
+late,3.32,1.17,22,5.57,2.56,21,4.22,2.18,18,3.33,1.51,6,3.27,1.1,15,4.86,2.91,7,5.93,2.4,14,4.89,2.09,9,3.62,2.33,8,3.29,1.27,14,3.29,1.11,7,5.33,2.6,9,5.75,2.63,12,5.5,1.9,10,2.62,1.3,8,3.64,1.28,14,2.75,0.71,8,5.33,3.39,6,5.67,2.29,15,4.8,2.44,10,3.5,1.69,8
+latent,4.48,1.03,21,3.04,2.37,24,4.11,2.16,19,5.0,1.07,8,4.15,0.9,13,3.83,1.94,6,2.78,2.49,18,4.36,2.01,11,3.75,2.43,8,4.42,1.08,12,4.56,1.01,9,3.5,2.84,10,2.71,2.02,14,4.58,2.31,12,3.29,1.7,7,4.29,1.07,14,4.86,0.9,7,3.88,2.47,16,1.38,0.74,8,4.08,1.98,12,4.14,2.61,7
+lateral,5.43,1.47,21,4.11,2.62,19,4.68,2.19,22,5.67,1.21,6,5.33,1.59,15,4.38,2.97,8,3.91,2.47,11,4.75,1.91,12,4.6,2.59,10,6.22,1.86,9,4.83,0.72,12,3.78,2.54,9,4.4,2.8,10,3.71,1.7,7,5.13,2.29,15,5.3,1.34,10,5.55,1.63,11,3.15,2.23,13,6.17,2.32,6,4.5,2.75,12,4.9,1.37,10
+latex,3.95,2.04,20,3.72,2.8,18,5.54,2.21,24,4.2,2.59,5,3.87,1.92,15,5.8,3.35,5,2.92,2.22,13,5.54,2.18,13,5.55,2.34,11,4.0,2.26,10,3.9,1.91,10,5.43,3.05,7,2.64,2.11,11,5.25,2.44,16,6.12,1.64,8,3.5,1.95,14,5.0,2.0,6,4.08,2.57,12,3.0,3.35,6,5.53,2.5,15,5.56,1.74,9
+lather,5.57,1.57,21,4.39,2.92,23,6.16,1.89,19,5.75,1.58,8,5.17,1.27,12,5.0,3.25,8,3.93,2.84,14,6.0,2.0,7,6.36,1.96,11,5.71,1.5,7,5.23,1.36,13,3.78,3.42,9,4.79,2.61,14,6.43,1.62,7,6.0,2.09,12,5.5,1.78,10,5.64,1.43,11,4.33,3.35,9,4.43,2.74,14,5.88,1.86,16,7.67,1.53,3
+latitude,4.82,1.56,22,3.74,2.3,23,5.47,2.27,19,5.62,1.41,8,4.62,1.19,13,4.25,2.87,8,3.36,2.02,14,5.71,2.36,7,5.18,2.36,11,5.25,1.58,8,4.85,1.21,13,4.0,2.69,9,3.57,2.1,14,4.86,2.67,7,5.83,2.04,12,5.0,1.79,11,4.64,1.36,11,2.78,2.17,9,4.36,2.24,14,5.5,2.07,16,5.33,3.79,3
+latrine,4.0,2.03,20,3.82,2.3,22,5.56,2.21,27,5.0,2.08,7,3.46,1.85,13,3.9,2.6,10,3.75,2.14,12,5.8,1.9,15,5.45,2.62,11,4.18,1.47,11,3.78,2.64,9,4.44,1.81,9,3.38,2.57,13,5.88,2.55,17,5.22,1.3,9,4.77,1.92,13,2.57,1.4,7,3.5,2.39,16,4.67,1.97,6,5.25,2.38,12,5.8,2.11,15
+latte,6.45,1.43,20,4.79,2.6,24,6.4,2.23,20,5.88,1.55,8,6.83,1.27,12,4.5,1.97,6,4.89,2.83,18,6.55,1.86,11,6.22,2.73,9,6.36,1.63,11,6.56,1.24,9,6.2,2.35,10,3.79,2.36,14,6.31,2.43,13,6.57,1.99,7,6.54,1.2,13,6.29,1.89,7,5.5,2.68,16,3.38,1.85,8,6.67,1.97,12,6.0,2.67,8
+laugh,7.56,2.64,18,6.62,1.91,21,7.39,1.54,18,6.75,2.71,8,8.2,2.53,10,5.14,1.95,7,7.36,1.45,14,6.91,1.38,11,8.14,1.57,7,7.36,2.5,11,7.86,3.02,7,7.33,1.58,9,6.08,2.02,12,7.36,1.29,11,7.43,1.99,7,7.0,3.1,12,8.67,0.52,6,6.58,2.31,12,6.67,1.32,9,7.78,1.56,9,7.0,1.5,9
+laughable,6.21,1.96,19,5.6,2.3,20,5.46,2.4,24,6.46,2.18,13,5.67,1.37,6,7.0,1.22,5,5.13,2.42,15,5.31,2.59,13,5.64,2.25,11,7.0,1.8,9,5.5,1.9,10,7.29,1.11,7,4.69,2.29,13,5.91,2.26,11,5.08,2.53,13,6.11,1.69,9,6.3,2.26,10,6.2,1.93,10,5.0,2.58,10,5.11,2.89,9,5.67,2.13,15
+laughingstock,3.77,2.33,22,5.16,2.34,19,3.52,2.68,21,5.2,2.05,5,3.38,2.36,16,6.0,2.07,8,4.55,2.42,11,4.0,2.83,10,3.09,2.59,11,3.25,1.91,12,4.4,2.72,10,5.2,1.99,10,5.11,2.8,9,3.33,2.57,12,3.78,2.95,9,3.73,2.8,11,3.82,1.89,11,4.75,1.98,8,5.45,2.62,11,4.11,2.93,9,3.08,2.5,12
+laughter,8.05,1.57,103,5.39,2.88,105,7.02,2.08,92,7.75,1.78,44,8.28,1.39,58,5.81,2.7,42,5.11,2.98,63,6.63,2.17,46,7.41,1.94,44,7.86,1.8,66,8.39,1.02,36,5.57,2.88,47,5.24,2.9,58,6.42,2.33,48,7.68,1.54,44,8.05,1.58,61,8.05,1.59,42,5.38,3.02,55,5.4,2.76,50,7.13,2.04,46,6.91,2.14,46
+launch,6.4,1.88,20,5.26,2.16,23,6.75,1.83,20,6.0,1.87,9,6.73,1.9,11,5.27,2.53,11,5.25,1.86,12,5.86,1.21,7,7.23,1.96,13,6.14,1.92,14,7.0,1.79,6,5.22,2.59,9,5.29,1.94,14,6.25,1.75,8,7.08,1.88,12,6.3,1.89,10,6.5,1.96,10,4.54,2.18,13,6.2,1.81,10,7.18,1.83,11,6.22,1.79,9
+launcher,5.38,1.77,21,4.39,2.69,23,5.11,2.4,18,5.67,2.0,9,5.17,1.64,12,4.55,2.54,11,4.25,2.93,12,5.9,2.08,10,4.12,2.53,8,6.29,2.29,7,4.85,1.34,13,5.0,2.32,11,3.83,2.98,12,5.43,2.88,7,4.91,2.17,11,5.69,1.97,13,4.88,1.36,8,4.55,2.88,11,4.25,2.63,12,4.22,2.17,9,6.0,2.4,9
+launder,5.15,1.18,20,3.57,2.04,21,5.36,2.8,25,4.0,1.0,3,5.35,1.11,17,4.71,2.5,7,3.0,1.63,13,5.62,2.88,8,5.24,2.84,17,5.0,1.53,7,5.23,1.01,13,4.43,2.76,7,3.15,1.57,13,5.43,2.82,14,5.27,2.9,11,5.22,1.2,9,5.09,1.22,11,3.91,2.47,11,3.2,1.48,10,5.28,3.12,18,5.57,1.9,7
+laundering,5.3,2.2,20,3.71,2.67,21,3.84,2.25,25,5.75,2.75,4,5.19,2.14,16,3.75,2.87,4,3.71,2.71,17,4.0,2.45,9,3.75,2.21,16,4.75,1.04,8,5.67,2.71,12,4.1,2.85,10,3.36,2.58,11,3.29,1.68,14,4.55,2.73,11,5.18,2.23,11,5.44,2.3,9,3.2,2.39,10,4.18,2.93,11,4.17,2.43,18,3.0,1.53,7
+laundry,5.15,1.46,20,4.5,2.36,24,6.09,2.29,22,5.57,1.81,7,4.92,1.26,13,4.75,2.67,12,4.25,2.09,12,5.85,2.34,13,6.44,2.3,9,5.38,1.77,8,5.0,1.34,11,5.43,2.34,14,3.2,1.75,10,6.25,2.22,12,5.9,2.47,10,5.33,1.66,9,5.0,1.34,11,4.44,2.45,16,4.62,2.33,8,6.2,2.7,10,6.0,2.0,12
+lava,4.33,2.27,21,5.26,2.54,23,3.12,1.96,25,4.73,2.24,11,3.9,2.33,10,5.09,2.63,11,5.42,2.57,12,3.27,2.37,11,2.85,1.63,13,4.7,2.41,10,4.0,2.19,11,5.0,2.72,11,5.5,2.47,12,3.18,1.63,17,2.71,2.75,7,4.54,2.37,13,4.0,2.2,8,5.93,2.19,15,4.0,2.83,8,3.06,2.01,17,3.25,1.98,8
+lavatory,5.18,1.33,22,4.21,1.96,19,5.57,2.44,21,5.6,1.34,5,5.06,1.39,16,4.12,1.96,8,4.27,2.05,11,5.8,2.3,10,5.36,2.66,11,5.0,1.35,12,5.4,1.35,10,5.1,1.66,10,3.22,1.86,9,5.5,2.5,12,5.67,2.5,9,5.18,1.54,11,5.18,1.17,11,4.25,2.66,8,4.18,1.4,11,6.22,2.17,9,5.08,2.61,12
+lavender,6.9,1.74,20,3.81,2.4,21,6.03,2.38,34,6.7,1.89,10,7.1,1.66,10,3.88,1.89,8,3.77,2.74,13,6.0,2.35,14,6.05,2.46,20,6.78,1.79,9,7.0,1.79,11,4.31,2.14,13,3.0,2.73,8,5.82,2.48,22,6.42,2.23,12,6.9,1.85,10,6.9,1.73,10,4.0,2.54,14,3.43,2.23,7,5.76,2.19,17,6.29,2.59,17
+lavish,6.79,1.66,43,4.88,2.39,41,5.88,2.09,41,7.36,2.06,11,6.61,1.5,31,5.0,2.45,16,4.8,2.4,25,5.9,1.89,21,5.85,2.32,20,7.38,1.66,21,6.23,1.48,22,4.09,2.31,23,5.89,2.14,18,5.24,2.25,17,6.33,1.88,24,7.0,1.41,21,6.59,1.87,22,4.9,2.64,30,4.82,1.6,11,5.69,2.02,16,6.0,2.16,25
+law,4.55,1.95,22,3.55,2.39,20,4.83,2.18,18,4.33,1.75,6,4.6,2.13,15,3.43,2.88,7,3.62,2.22,13,5.44,2.13,9,4.12,2.3,8,4.71,1.86,14,4.14,2.34,7,3.56,2.46,9,3.55,2.46,11,5.2,1.93,10,4.38,2.5,8,4.0,2.11,14,5.5,1.2,8,5.0,2.76,6,2.93,2.02,14,4.5,2.37,10,5.25,1.98,8
+lawful,6.26,1.24,19,3.7,2.3,20,5.71,2.17,21,6.14,0.9,7,6.33,1.44,12,4.0,2.45,9,3.45,2.25,11,6.17,2.64,6,5.53,2.03,15,6.1,1.6,10,6.5,0.76,8,3.12,2.53,8,4.08,2.15,12,5.64,2.17,14,5.86,2.34,7,6.8,1.14,10,5.67,1.12,9,3.08,2.27,12,4.62,2.13,8,5.36,2.38,11,6.1,1.97,10
+lawless,3.1,1.97,21,4.17,3.1,23,3.94,2.62,18,3.33,2.18,9,2.92,1.88,12,4.27,3.0,11,4.08,3.32,12,4.9,3.11,10,2.75,1.16,8,4.43,2.51,7,2.31,1.25,13,4.55,3.17,11,3.83,3.13,12,4.0,2.71,7,3.91,2.7,11,3.15,2.34,13,3.0,1.31,8,4.64,3.35,11,3.75,2.93,12,3.78,2.33,9,4.11,3.02,9
+lawlessness,2.61,1.38,18,4.73,2.64,22,3.54,2.17,24,2.5,1.76,6,2.67,1.23,12,4.42,2.19,12,5.1,3.18,10,3.5,2.56,8,3.56,2.03,16,3.1,1.2,10,2.0,1.41,8,4.67,2.78,9,4.77,2.65,13,3.41,2.03,17,3.67,2.8,6,2.86,1.35,7,2.45,1.44,11,4.0,2.74,9,5.23,2.55,13,3.62,1.96,16,3.38,2.67,8
+lawman,4.79,1.99,19,4.14,2.25,22,4.38,2.06,24,4.33,1.75,6,5.0,2.12,13,5.25,1.82,12,2.8,2.04,10,4.62,1.85,8,4.25,2.21,16,5.2,1.48,10,4.33,2.45,9,5.11,2.26,9,3.46,2.07,13,4.47,2.24,17,3.83,1.6,6,4.62,2.26,8,4.91,1.87,11,4.44,2.4,9,3.92,2.22,13,4.5,1.86,16,4.12,2.53,8
+lawn,6.05,1.84,19,2.62,1.63,21,6.04,2.23,25,5.33,0.58,3,6.2,2.04,15,3.25,1.67,8,2.23,1.54,13,5.6,2.8,10,6.33,1.8,15,5.33,2.25,6,6.42,1.68,12,3.0,1.94,9,2.33,1.37,12,6.0,2.52,7,6.06,2.18,18,6.5,1.62,12,5.29,2.06,7,2.8,1.69,10,2.45,1.63,11,6.22,2.39,9,5.94,2.21,16
+lawnmower,5.48,1.63,21,2.92,2.25,25,5.74,2.05,19,6.0,1.66,9,5.08,1.56,12,2.67,1.97,6,3.11,2.4,18,5.29,2.21,7,6.0,2.0,12,5.81,1.42,16,4.4,1.95,5,2.93,2.4,14,3.1,2.18,10,6.11,2.37,9,5.4,1.78,10,5.58,2.07,12,5.33,0.87,9,3.5,2.39,16,1.89,1.62,9,5.36,2.06,11,6.25,2.05,8
+lawsuit,2.84,1.46,19,5.39,2.54,41,3.2,2.24,20,3.67,1.15,3,2.69,1.49,16,5.0,2.38,19,5.71,2.74,21,3.5,2.26,6,3.07,2.3,14,2.8,1.32,10,2.89,1.69,9,5.1,2.7,21,5.7,2.39,20,4.1,2.51,10,2.3,1.57,10,3.12,1.55,8,2.64,1.43,11,5.48,2.75,27,5.21,2.15,14,3.5,3.07,8,3.0,1.6,12
+lawyer,3.94,2.21,18,3.95,2.67,20,3.56,2.38,18,3.25,1.83,8,4.5,2.42,10,4.14,2.67,7,3.85,2.76,13,3.0,1.55,11,4.43,3.26,7,3.27,1.68,11,5.0,2.65,7,3.22,3.15,9,4.55,2.16,11,3.82,2.71,11,3.14,1.86,7,3.67,2.06,12,4.5,2.59,6,3.17,2.37,12,5.12,2.8,8,4.11,2.47,9,3.0,2.29,9
+lax,4.43,1.08,21,3.12,2.2,26,5.33,2.3,24,4.44,1.42,9,4.42,0.79,12,2.0,1.49,10,3.81,2.32,16,6.33,2.12,9,4.73,2.25,15,4.38,0.92,8,4.46,1.2,13,3.69,2.69,13,2.54,1.45,13,5.5,2.07,12,5.17,2.59,12,4.42,0.79,12,4.44,1.42,9,2.6,1.92,15,3.82,2.44,11,5.77,2.09,13,4.82,2.52,11
+laxative,3.1,1.97,21,4.14,2.01,21,3.0,1.93,22,4.11,2.03,9,2.33,1.61,12,3.5,2.07,6,4.36,2.06,14,3.0,2.68,6,3.0,1.67,16,3.67,2.4,9,2.67,1.56,12,4.8,2.28,5,3.94,1.95,16,3.45,2.38,11,2.55,1.29,11,2.92,2.23,12,3.33,1.66,9,3.88,1.55,8,4.31,2.29,13,3.33,2.31,12,2.6,1.35,10
+lay,6.18,1.62,22,3.7,2.9,20,6.32,2.6,19,6.15,1.77,13,6.22,1.48,9,4.43,3.26,7,3.31,2.75,13,6.57,2.51,7,6.17,2.76,12,6.58,1.73,12,5.7,1.42,10,3.89,3.06,9,3.55,2.91,11,5.8,2.94,10,6.89,2.2,9,6.67,1.61,12,5.6,1.51,10,4.57,2.99,7,3.23,2.86,13,6.29,2.98,7,6.33,2.5,12
+layaway,5.29,1.1,21,3.9,2.53,21,5.35,1.83,26,5.27,1.01,11,5.3,1.25,10,3.89,2.62,9,3.92,2.57,12,5.27,1.35,11,5.36,2.24,14,5.4,0.84,10,5.18,1.33,11,4.67,2.78,9,3.33,2.27,12,4.88,1.83,17,6.25,1.67,8,5.62,1.19,13,4.75,0.71,8,3.31,2.25,13,4.88,2.8,8,5.18,1.91,17,5.67,1.73,9
+layer,5.2,1.2,20,3.45,2.32,22,6.04,2.08,27,5.14,1.86,7,5.23,0.73,13,4.0,2.54,10,3.0,2.13,12,6.33,1.76,15,5.82,2.52,11,4.73,0.79,11,5.78,1.39,9,3.67,1.66,9,3.31,2.75,13,6.53,2.29,17,5.33,1.41,9,5.15,1.34,13,5.29,0.95,7,3.19,2.2,16,4.17,2.71,6,5.92,2.35,12,6.13,1.92,15
+layman,5.1,1.68,20,3.48,2.45,25,5.11,2.11,19,5.75,2.05,8,4.67,1.3,12,3.17,2.4,6,3.61,2.59,18,4.57,1.9,7,5.42,2.23,12,5.27,1.75,15,4.6,1.52,5,3.07,2.53,14,4.1,2.47,10,4.67,2.4,9,5.5,1.84,10,5.27,2.05,11,4.89,1.17,9,3.75,2.46,16,3.0,2.5,9,4.91,2.39,11,5.38,1.77,8
+layout,4.95,1.63,21,3.52,1.75,23,4.95,2.28,20,5.2,2.39,5,4.88,1.41,16,4.08,1.24,12,2.91,2.07,11,5.0,2.16,10,4.44,2.19,9,4.83,2.08,12,5.11,0.78,9,3.69,1.58,16,3.14,2.19,7,4.55,1.75,11,5.44,2.83,9,4.69,1.38,13,5.38,2.0,8,3.58,1.74,19,3.25,2.06,4,4.15,2.19,13,6.43,1.72,7
+layover,3.37,1.64,19,4.1,2.3,21,2.63,1.64,19,3.0,0.0,3,3.44,1.79,16,3.5,1.52,6,4.33,2.55,15,3.67,2.25,6,2.15,1.07,13,3.3,1.7,10,3.44,1.67,9,3.86,1.86,7,4.21,2.55,14,2.7,1.7,10,2.56,1.67,9,3.25,1.39,8,3.45,1.86,11,3.44,1.81,9,4.58,2.57,12,2.71,2.06,7,2.58,1.44,12
+laziness,3.9,2.28,21,2.76,2.23,21,4.95,2.3,22,3.56,2.35,9,4.17,2.29,12,2.17,0.75,6,3.07,2.67,14,5.67,3.01,6,4.69,2.02,16,4.78,2.54,9,3.25,1.91,12,2.0,1.0,5,3.0,2.48,16,5.82,1.89,11,4.09,2.43,11,3.33,2.67,12,4.67,1.41,9,2.5,2.0,8,2.92,2.43,13,5.17,2.48,12,4.7,2.16,10
+lazy,3.05,1.9,19,3.05,2.3,22,5.79,2.7,24,2.17,1.47,6,3.46,1.98,13,2.88,2.17,8,3.14,2.44,14,5.75,3.11,8,5.81,2.59,16,3.3,1.83,10,2.78,2.05,9,3.5,2.32,10,2.67,2.31,12,6.15,2.61,13,5.36,2.87,11,3.0,2.07,8,3.09,1.87,11,3.25,2.38,8,2.93,2.34,14,6.12,2.89,17,5.0,2.16,7
+lead,5.56,1.76,18,3.95,2.37,20,5.22,2.82,18,4.5,1.41,8,6.4,1.58,10,4.29,2.87,7,3.77,2.17,13,4.91,2.51,11,5.71,3.4,7,4.91,1.45,11,6.57,1.81,7,3.56,2.83,9,4.27,2.0,11,5.27,3.2,11,5.14,2.34,7,5.25,1.22,12,6.17,2.56,6,3.33,2.15,12,4.88,2.53,8,5.89,2.52,9,4.56,3.09,9
+leaded,4.52,1.4,21,3.52,2.04,23,4.23,1.84,26,4.73,1.42,11,4.3,1.42,10,4.27,2.15,11,2.83,1.75,12,3.91,1.97,11,4.5,1.83,14,4.5,1.58,10,4.55,1.29,11,3.91,2.26,11,3.17,1.85,12,3.82,1.85,17,5.12,1.73,8,4.31,1.75,13,4.88,0.35,8,3.27,1.83,15,4.0,2.45,8,4.24,2.08,17,4.22,1.39,9
+leader,6.24,1.96,42,4.96,2.45,47,6.3,2.17,61,6.07,2.23,14,6.32,1.85,28,5.24,2.3,21,4.73,2.59,26,5.77,1.93,22,6.55,2.29,38,6.61,2.23,18,5.96,1.73,24,5.29,2.55,28,4.47,2.27,19,6.19,2.27,37,6.39,2.06,23,6.0,2.1,26,6.62,1.71,16,4.9,2.53,31,5.06,2.35,16,6.31,2.35,39,6.27,1.86,22
+leadership,6.0,2.0,20,4.76,2.41,21,6.84,1.91,25,6.0,3.37,4,6.0,1.67,16,5.5,2.65,4,4.59,2.4,17,6.78,1.79,9,6.88,2.03,16,6.38,1.41,8,5.75,2.34,12,5.0,2.49,10,4.55,2.42,11,7.0,1.92,14,6.64,1.96,11,6.27,1.27,11,5.67,2.69,9,5.0,2.49,10,4.55,2.42,11,6.67,2.11,18,7.29,1.25,7
+leaf,6.16,1.98,19,3.05,2.3,22,5.54,1.9,28,5.67,1.21,6,6.38,2.26,13,3.0,2.41,11,3.09,2.3,11,6.0,2.28,11,5.24,1.6,17,5.82,2.36,11,6.62,1.3,8,2.82,2.09,11,3.27,2.57,11,5.67,2.11,18,5.3,1.49,10,6.08,2.18,13,6.33,1.63,6,3.0,2.15,14,3.12,2.7,8,5.12,2.0,16,6.08,1.68,12
+leafy,5.95,1.32,20,3.57,1.78,21,5.88,2.36,34,5.8,1.03,10,6.1,1.6,10,3.5,2.2,8,3.62,1.56,13,6.14,2.54,14,5.7,2.27,20,5.33,0.71,9,6.45,1.51,11,4.38,1.56,13,2.25,1.28,8,5.77,2.51,22,6.08,2.15,12,5.8,1.23,10,6.1,1.45,10,3.29,1.82,14,4.14,1.68,7,5.94,2.08,17,5.82,2.67,17
+league,5.35,1.84,20,4.25,1.92,20,6.28,1.4,25,5.09,1.45,11,5.67,2.29,9,5.57,1.4,7,3.54,1.81,13,6.33,1.44,12,6.23,1.42,13,5.36,2.42,11,5.33,0.87,9,3.91,2.21,11,4.67,1.5,9,6.5,1.59,16,5.89,0.93,9,5.6,2.17,10,5.1,1.52,10,4.0,2.17,12,4.62,1.51,8,6.13,1.68,15,6.5,0.85,10
+leak,4.0,1.29,19,5.43,2.18,21,4.57,2.19,23,3.8,1.1,5,4.15,1.41,13,5.5,2.43,6,5.4,2.16,15,5.2,1.87,10,4.08,2.36,13,4.43,1.81,7,3.82,0.87,11,5.43,2.57,7,5.43,2.06,14,4.45,2.11,11,4.67,2.35,12,4.08,1.44,12,3.86,1.07,7,4.91,2.59,11,6.0,1.56,10,4.71,2.09,14,4.33,2.45,9
+leakage,3.52,1.66,21,5.23,1.97,22,3.67,1.59,21,3.89,2.03,9,3.25,1.36,12,5.17,2.56,6,5.2,1.86,15,3.0,1.67,6,3.93,1.53,15,4.11,2.03,9,3.08,1.24,12,4.4,2.07,5,5.47,1.94,17,4.2,1.69,10,3.18,1.4,11,3.42,1.88,12,3.67,1.41,9,4.89,1.83,9,5.46,2.11,13,3.64,1.91,11,3.7,1.25,10
+leaky,3.95,1.65,22,4.33,2.33,21,4.59,2.4,22,4.21,1.72,14,3.5,1.51,8,4.82,2.6,11,4.0,2.0,9,6.0,2.76,6,4.06,2.11,16,4.3,1.77,10,3.67,1.56,12,3.73,2.15,11,5.0,2.45,10,5.0,2.27,13,4.0,2.6,9,4.0,1.65,12,3.9,1.73,10,4.38,2.47,13,4.25,2.25,8,4.17,1.64,12,5.1,3.11,10
+lean,6.35,1.79,20,3.32,2.04,25,5.84,2.36,19,5.75,1.98,8,6.75,1.6,12,2.67,1.63,6,3.5,2.2,18,4.57,2.37,7,6.58,2.11,12,6.2,1.93,15,6.8,1.3,5,2.93,2.02,14,3.8,2.15,10,5.78,2.99,9,5.9,1.79,10,5.91,1.81,11,6.89,1.69,9,3.44,1.86,16,3.11,2.42,9,5.73,2.41,11,6.0,2.45,8
+leap,4.8,1.54,20,4.0,2.49,23,5.33,2.93,18,5.12,1.81,8,4.58,1.38,12,4.0,2.49,11,4.0,2.59,12,5.8,3.08,10,4.75,2.82,8,4.33,2.34,6,5.08,1.12,13,3.64,2.29,11,4.33,2.71,12,5.14,3.13,7,5.45,2.94,11,4.42,1.78,12,5.38,0.92,8,4.73,2.37,11,3.33,2.5,12,4.0,2.45,9,6.67,2.87,9
+learn,6.85,1.81,20,4.8,2.64,44,7.0,1.34,20,7.17,1.19,12,6.38,2.5,8,5.06,2.82,17,4.63,2.56,27,6.33,1.37,6,7.29,1.27,14,8.0,1.73,3,6.65,1.8,17,5.19,2.69,21,4.43,2.59,23,6.7,1.49,10,7.3,1.16,10,7.0,2.24,11,6.67,1.22,9,5.08,2.72,25,4.42,2.55,19,6.75,1.67,8,7.17,1.11,12
+learner,6.4,1.98,20,4.23,2.45,22,7.14,1.71,21,6.67,1.22,9,6.18,2.48,11,4.7,2.67,10,3.83,2.29,12,7.12,0.83,8,7.15,2.12,13,6.14,1.41,14,7.0,3.03,6,4.75,3.15,8,3.93,2.02,14,6.5,2.2,8,7.54,1.27,13,6.0,1.63,10,6.8,2.3,10,4.38,2.5,13,4.0,2.5,9,7.17,1.34,12,7.11,2.2,9
+lease,4.75,1.25,20,3.23,1.72,22,4.63,2.24,19,4.56,1.81,9,4.91,0.54,11,2.2,1.64,5,3.56,1.71,16,4.33,3.01,6,4.77,1.92,13,4.79,1.37,14,4.67,1.03,6,3.17,1.9,12,3.33,1.66,9,5.11,1.54,9,4.2,2.74,10,4.8,0.92,10,4.7,1.57,10,2.5,1.51,12,4.1,1.6,10,5.17,2.79,6,4.38,2.02,13
+leash,5.25,2.07,20,3.0,2.02,21,4.32,3.0,25,3.5,2.08,4,5.69,1.89,16,3.75,2.22,4,2.82,2.01,17,5.33,2.96,9,3.75,2.96,16,5.75,1.67,8,4.92,2.31,12,3.7,2.41,10,2.36,1.43,11,4.43,2.82,14,4.18,3.34,11,5.45,1.37,11,5.0,2.78,9,2.9,2.08,10,3.09,2.07,11,5.28,2.91,18,1.86,1.46,7
+leather,5.84,1.61,19,3.57,2.46,21,5.32,2.06,25,5.92,1.24,12,5.71,2.21,7,4.57,2.76,7,3.07,2.23,14,5.1,1.97,10,5.47,2.17,15,6.0,2.0,4,5.8,1.57,15,4.3,2.91,10,2.91,1.87,11,4.86,2.54,7,5.5,1.89,18,5.64,1.75,11,6.12,1.46,8,3.62,2.33,13,3.5,2.83,8,5.0,2.24,9,5.5,2.0,16
+leave,4.68,1.64,22,4.48,2.11,21,5.47,1.97,17,4.0,1.1,6,4.87,1.81,15,3.86,2.67,7,4.79,1.81,14,5.0,2.35,9,6.0,1.41,8,4.57,1.95,14,4.71,0.95,7,4.78,2.39,9,4.25,1.96,12,5.22,2.54,9,5.75,1.16,8,4.29,1.44,14,5.38,1.85,8,5.0,2.37,6,4.27,2.05,15,5.56,2.55,9,5.38,1.19,8
+lecherous,3.33,1.58,24,3.79,2.23,24,3.65,1.93,17,3.5,1.43,10,3.21,1.72,14,4.5,1.87,6,3.56,2.33,18,3.78,1.99,9,3.5,2.0,8,3.38,1.33,13,3.27,1.9,11,4.5,2.12,10,3.29,2.23,14,3.9,2.13,10,3.29,1.7,7,3.69,1.4,16,2.62,1.77,8,3.56,1.93,16,4.25,2.82,8,3.89,1.54,9,3.38,2.39,8
+lecture,4.0,2.21,21,3.16,2.36,19,4.5,2.53,18,4.0,2.76,6,4.0,2.07,15,3.25,2.96,8,3.09,1.97,11,4.92,2.81,12,3.67,1.75,6,4.44,2.79,9,3.67,1.72,12,3.11,2.71,9,3.2,2.15,10,4.29,1.98,7,4.64,2.91,11,4.1,2.85,10,3.91,1.58,11,2.77,2.35,13,4.0,2.37,6,4.6,2.99,10,4.38,2.0,8
+lecturer,4.42,1.39,19,3.48,2.19,23,4.88,2.21,26,4.6,1.71,10,4.22,0.97,9,3.55,2.21,11,3.42,2.27,12,4.64,2.62,11,5.14,1.99,14,4.0,0.94,10,4.89,1.69,9,4.18,2.4,11,2.83,1.85,12,4.76,2.33,17,5.25,2.19,8,4.15,1.57,13,5.0,0.63,6,3.13,2.07,15,4.12,2.42,8,4.88,2.37,17,4.89,2.03,9
+ledge,5.24,1.41,21,4.95,2.17,22,4.36,1.87,22,5.11,1.36,9,5.33,1.5,12,6.33,2.88,6,4.4,1.72,15,4.5,2.07,6,4.31,1.85,16,5.33,1.5,9,5.17,1.4,12,4.6,3.21,5,5.06,1.89,17,4.64,1.86,11,4.09,1.92,11,5.58,1.78,12,4.78,0.44,9,5.33,1.41,9,4.69,2.59,13,3.75,1.66,12,5.1,1.91,10
+ledger,5.33,1.28,18,3.24,1.7,21,5.87,1.55,23,4.8,1.1,5,5.42,1.31,12,3.67,1.75,6,3.07,1.71,15,6.0,1.41,10,5.77,1.69,13,5.14,1.95,7,5.3,0.48,10,3.71,1.8,7,3.0,1.66,14,5.36,1.36,11,6.33,1.61,12,5.45,1.57,11,5.14,0.69,7,3.36,1.96,11,3.1,1.45,10,6.07,1.59,14,5.56,1.51,9
+leech,2.43,1.83,21,4.09,2.72,22,4.5,2.64,18,3.22,2.44,9,1.83,0.94,12,4.3,2.71,10,3.92,2.84,12,5.2,2.57,10,3.62,2.62,8,2.57,1.13,7,2.46,2.18,13,5.0,2.65,11,3.18,2.6,11,5.43,2.88,7,3.91,2.43,11,1.92,1.12,13,3.25,2.49,8,3.64,2.66,11,4.55,2.84,11,4.33,1.66,9,4.67,3.46,9
+leeway,5.26,1.59,19,3.88,2.11,24,6.11,2.02,28,4.88,1.36,8,5.55,1.75,11,4.0,2.45,9,3.8,1.97,15,6.07,2.13,14,6.14,1.99,14,5.0,1.32,9,5.5,1.84,10,4.0,1.95,12,3.75,2.34,12,6.07,2.27,14,6.14,1.83,14,5.0,1.7,10,5.56,1.51,9,4.17,2.41,12,3.58,1.83,12,6.42,1.62,12,5.88,2.31,16
+leftover,4.59,1.97,22,4.27,2.25,26,5.54,2.08,24,4.78,1.72,9,4.46,2.18,13,3.4,2.32,10,4.81,2.1,16,6.0,1.94,9,5.27,2.19,15,5.12,0.35,8,4.29,2.43,14,4.54,2.57,13,4.0,1.96,13,4.67,1.83,12,6.42,2.02,12,4.0,1.81,12,5.3,2.0,10,4.13,2.64,15,4.45,1.69,11,5.92,1.89,13,5.09,2.3,11
+leftovers,5.29,2.15,21,3.4,2.22,25,6.09,1.76,23,6.0,1.22,9,4.75,2.56,12,2.6,1.71,10,3.93,2.4,15,6.11,1.69,9,6.07,1.86,14,5.86,1.35,7,5.0,2.45,14,3.75,2.8,12,3.08,1.55,13,5.08,1.38,12,7.18,1.47,11,4.82,2.44,11,5.8,1.75,10,3.33,2.55,15,3.5,1.72,10,5.85,1.86,13,6.4,1.65,10
+lefty,5.7,2.13,20,3.33,2.65,21,4.92,2.51,26,4.7,2.0,10,6.7,1.83,10,4.0,3.32,7,3.0,2.32,14,5.12,2.68,16,4.6,2.32,10,5.36,2.16,11,6.11,2.15,9,3.4,3.05,5,3.31,2.63,16,5.85,2.41,13,4.0,2.35,13,5.31,2.25,13,6.43,1.81,7,2.8,2.57,10,3.82,2.75,11,5.07,2.87,14,4.75,2.14,12
+leg,6.22,1.63,18,2.75,2.29,20,5.5,1.86,18,5.25,1.04,8,7.0,1.63,10,2.57,2.15,7,2.85,2.44,13,5.45,1.13,11,5.57,2.76,7,5.73,1.42,11,7.0,1.73,7,2.67,2.87,9,2.82,1.83,11,5.82,1.54,11,5.0,2.31,7,6.25,1.54,12,6.17,1.94,6,3.25,2.67,12,2.0,1.41,8,6.33,1.8,9,4.67,1.58,9
+legacy,7.38,1.53,21,4.75,2.45,24,5.67,2.52,21,8.0,0.76,8,7.0,1.78,13,4.85,2.76,13,4.64,2.16,11,6.08,2.47,13,5.0,2.62,8,8.0,1.31,8,6.92,1.62,12,5.57,1.99,14,3.6,2.67,10,6.17,2.29,12,5.0,2.78,9,7.1,1.91,10,7.64,1.12,11,4.69,2.55,16,4.88,2.42,8,5.67,2.74,9,5.67,2.46,12
+legal,5.24,1.92,21,3.35,2.28,20,6.68,2.5,19,5.62,2.14,13,4.62,1.41,8,3.71,2.69,7,3.15,2.12,13,7.0,2.08,7,6.5,2.78,12,5.58,1.88,12,4.78,1.99,9,2.78,2.39,9,3.82,2.18,11,7.0,1.76,10,6.33,3.2,9,4.83,1.9,12,5.78,1.92,9,3.29,2.5,7,3.38,2.26,13,7.57,1.62,7,6.17,2.82,12
+legend,6.86,1.76,42,5.13,2.12,23,6.78,1.66,18,6.59,2.21,17,7.04,1.4,25,5.86,2.12,7,4.93,2.12,15,6.6,1.51,10,7.0,1.93,8,6.72,2.0,29,7.15,1.07,13,5.3,2.67,10,5.17,1.64,12,6.86,1.68,7,6.73,1.74,11,6.78,1.93,23,6.95,1.58,19,5.0,2.15,20,6.0,2.0,3,7.11,1.54,9,6.44,1.81,9
+legendary,6.86,1.93,22,6.61,2.59,18,6.95,1.85,20,5.8,3.03,5,7.31,1.4,16,7.12,2.3,8,6.2,2.86,10,7.1,1.97,10,6.8,1.81,10,6.33,2.35,12,7.5,1.08,10,5.9,2.92,10,7.5,1.93,8,7.0,2.13,12,6.88,1.46,8,6.73,2.1,11,7.0,1.84,11,5.71,2.36,7,7.18,2.68,11,7.44,1.74,9,6.55,1.92,11
+legion,5.32,1.86,19,4.18,2.65,22,4.87,2.44,23,5.64,1.8,11,4.29,1.11,7,5.75,2.49,8,3.29,2.37,14,2.86,1.46,7,5.75,2.27,16,5.25,2.25,8,5.36,1.63,11,4.33,2.96,9,4.08,2.53,13,4.55,2.46,11,5.17,2.48,12,4.83,1.8,12,6.14,1.77,7,3.64,2.77,11,4.73,2.53,11,4.69,2.95,13,5.1,1.66,10
+legislation,3.55,1.93,20,4.09,2.64,22,3.85,2.43,20,4.2,3.19,5,3.33,1.4,15,5.27,2.28,11,2.91,2.51,11,4.1,2.38,10,3.11,2.2,9,3.73,2.28,11,3.33,1.5,9,4.13,2.7,15,4.0,2.71,7,3.55,1.69,11,4.22,3.19,9,3.15,1.41,13,4.29,2.63,7,4.28,2.76,18,3.25,2.06,4,2.92,1.75,13,5.57,2.7,7
+legislature,3.55,1.57,20,3.22,2.18,18,4.48,1.99,21,3.0,1.0,5,3.73,1.71,15,4.0,2.0,6,2.83,2.25,12,4.0,1.12,9,4.83,2.44,12,4.3,1.16,10,2.8,1.62,10,3.5,2.32,10,2.88,2.1,8,4.5,2.01,10,4.45,2.07,11,3.5,1.51,12,3.62,1.77,8,2.33,1.58,9,4.11,2.42,9,4.18,2.04,11,4.8,1.99,10
+legit,6.85,1.84,20,4.8,2.14,20,5.77,2.3,26,7.0,1.95,11,6.67,1.8,9,5.57,1.51,7,4.38,2.36,13,5.46,2.73,13,6.08,1.85,13,7.73,1.62,11,5.78,1.56,9,4.73,2.33,11,4.89,2.03,9,5.65,2.57,17,6.0,1.8,9,7.0,2.31,10,6.7,1.34,10,5.25,2.38,12,4.12,1.64,8,5.56,2.13,16,6.1,2.64,10
+legitimacy,5.55,2.01,20,4.09,1.97,22,6.37,1.71,19,6.22,1.56,9,5.0,2.24,11,3.8,2.95,5,4.31,1.66,16,6.17,2.23,6,6.46,1.51,13,5.5,1.79,14,5.67,2.66,6,3.67,1.97,12,4.89,1.83,9,6.11,1.36,9,6.6,2.01,10,4.6,2.22,10,6.5,1.27,10,3.25,2.01,12,5.1,1.45,10,6.33,2.25,6,6.38,1.5,13
+legitimate,5.7,1.89,23,3.94,2.8,18,6.29,1.97,24,5.57,0.53,7,5.75,2.27,16,4.2,2.17,5,3.85,3.08,13,6.0,1.83,13,6.64,2.16,11,5.55,1.57,11,5.83,2.21,12,5.57,2.82,7,2.91,2.34,11,5.56,1.67,16,7.75,1.75,8,5.38,1.86,16,6.43,1.9,7,4.25,2.96,12,3.33,2.58,6,6.53,2.2,15,5.89,1.54,9
+lego,6.14,1.85,21,5.05,2.33,20,6.3,2.49,20,6.5,1.38,6,6.0,2.04,15,6.0,2.14,8,4.42,2.31,12,5.3,2.83,10,7.3,1.7,10,6.5,1.38,6,6.0,2.04,15,5.8,2.25,10,4.3,2.26,10,6.38,2.93,13,6.14,1.57,7,5.86,1.95,7,6.29,1.86,14,5.43,2.44,14,4.17,1.94,6,5.92,2.81,12,6.88,1.96,8
+legwork,4.86,1.15,21,3.5,1.92,22,6.36,1.68,22,5.44,0.73,9,4.42,1.24,12,2.83,1.83,6,3.73,2.02,15,6.83,2.14,6,6.19,1.52,16,5.56,1.01,9,4.33,0.98,12,4.2,2.17,5,3.29,1.86,17,6.09,1.64,11,6.64,1.75,11,5.0,1.35,12,4.67,0.87,9,3.56,1.42,9,3.46,2.26,13,6.58,1.73,12,6.1,1.66,10
+leisure,7.4,1.43,20,4.48,2.69,25,6.68,1.64,22,7.5,1.41,8,7.33,1.5,12,5.0,3.06,13,3.92,2.23,12,6.62,1.89,13,6.78,1.3,9,7.88,1.36,8,7.09,1.51,11,5.36,2.73,14,3.36,2.29,11,6.42,1.83,12,7.0,1.41,10,7.4,1.26,10,7.4,1.65,10,4.76,2.82,17,3.88,2.47,8,6.1,2.13,10,7.17,0.94,12
+leisurely,6.92,1.31,39,3.6,2.12,47,6.58,1.93,43,7.13,0.99,15,6.79,1.47,24,3.71,1.87,21,3.5,2.34,26,6.0,2.45,14,6.86,1.6,29,6.83,1.37,23,7.07,1.28,15,3.57,2.1,28,3.63,2.22,19,6.3,1.87,23,6.9,2.0,20,6.9,1.45,20,6.95,1.18,19,3.71,2.15,31,3.38,2.13,16,6.57,2.21,23,6.6,1.6,20
+lemon,6.37,1.46,19,4.52,1.99,21,5.43,2.11,23,5.67,1.15,3,6.5,1.51,16,4.62,2.2,8,4.46,1.94,13,4.33,2.29,9,6.14,1.7,14,6.56,1.74,9,6.2,1.23,10,4.67,1.87,9,4.42,2.15,12,5.6,2.32,15,5.12,1.73,8,6.57,1.27,7,6.25,1.6,12,5.0,1.76,10,4.09,2.17,11,5.85,2.41,13,4.9,1.6,10
+lemonade,7.05,1.62,22,4.63,2.54,19,6.0,1.82,21,6.4,1.95,5,7.38,1.45,16,5.25,3.11,8,4.18,2.09,11,4.9,1.52,10,7.0,1.48,11,6.92,1.83,12,7.2,1.4,10,4.4,2.22,10,4.89,2.98,9,6.08,2.19,12,5.89,1.27,9,7.0,1.41,11,7.09,1.87,11,4.12,2.3,8,5.0,2.76,11,5.11,1.69,9,6.67,1.67,12
+lend,4.95,1.72,19,3.22,1.77,18,5.5,2.65,24,5.6,1.14,5,4.71,1.86,14,3.8,1.79,5,3.0,1.78,13,5.15,2.79,13,5.91,2.55,11,5.6,1.71,10,4.22,1.48,9,3.86,1.68,7,2.82,1.78,11,5.25,2.65,16,6.0,2.78,8,4.54,1.56,13,5.83,1.83,6,3.5,1.73,12,2.67,1.86,6,6.53,2.42,15,3.78,2.17,9
+length,5.21,1.36,19,3.41,2.13,22,5.67,2.22,27,5.43,2.15,7,5.08,0.67,12,4.3,2.06,10,2.67,1.97,12,5.93,1.75,15,5.45,2.84,11,5.0,1.05,10,5.44,1.67,9,4.0,1.87,9,3.0,2.27,13,6.0,2.65,17,5.22,1.09,9,5.42,1.51,12,4.86,1.07,7,3.31,2.3,16,3.67,1.75,6,5.75,2.26,12,5.6,2.26,15
+lengthy,4.4,2.09,20,3.39,1.99,23,5.24,2.39,21,4.89,2.2,9,4.0,2.0,11,3.82,2.4,11,3.0,1.54,12,4.5,2.14,8,5.69,2.5,13,4.29,1.73,14,4.67,2.94,6,4.0,2.4,9,3.0,1.66,14,5.5,2.83,8,5.08,2.18,13,4.0,1.41,10,4.8,2.62,10,3.85,2.27,13,2.8,1.48,10,5.25,2.67,12,5.22,2.11,9
+leniency,5.8,1.58,20,3.78,1.52,18,5.71,2.69,24,5.4,1.52,5,5.93,1.62,15,3.2,1.3,5,4.0,1.58,13,5.31,2.87,13,6.18,2.52,11,6.1,1.29,10,5.5,1.84,10,3.57,1.51,7,3.91,1.58,11,5.81,2.46,16,5.5,3.3,8,5.64,1.78,14,6.17,0.98,6,4.0,1.48,12,3.33,1.63,6,6.4,2.5,15,4.56,2.74,9
+lenient,5.52,1.57,21,3.61,2.41,23,5.54,1.61,26,5.55,1.44,11,5.5,1.78,10,3.91,2.55,11,3.33,2.35,12,5.73,1.19,11,5.5,1.91,14,5.4,2.22,10,5.64,0.67,11,4.27,2.8,11,3.0,1.91,12,5.29,1.21,17,6.25,2.19,8,5.77,1.83,13,5.12,0.99,8,3.47,2.53,15,3.88,2.3,8,5.53,1.7,17,5.56,1.51,9
+lens,5.42,2.04,19,2.95,1.53,22,5.04,1.97,23,5.82,1.99,11,5.14,2.12,7,3.88,1.64,8,2.43,1.22,14,4.71,2.56,7,5.19,1.72,16,5.0,1.85,8,5.73,2.2,11,2.67,1.66,9,3.15,1.46,13,5.18,1.72,11,4.92,2.23,12,5.0,2.26,12,6.14,1.46,7,2.55,1.81,11,3.36,1.12,11,4.54,2.33,13,5.7,1.16,10
+leopard,6.43,1.8,21,6.26,2.13,19,4.29,2.43,21,5.4,2.07,5,6.8,1.7,15,6.62,1.3,8,6.0,2.61,11,4.9,2.6,10,3.73,2.24,11,6.42,1.88,12,6.44,1.81,9,6.5,1.96,10,6.0,2.4,9,4.0,2.26,12,4.67,2.74,9,7.18,1.47,11,5.6,1.84,10,5.88,2.42,8,6.55,1.97,11,4.44,2.92,9,4.17,2.12,12
+leotard,5.1,1.21,20,3.95,2.04,20,5.0,2.37,22,5.0,1.73,7,5.15,0.9,13,5.11,1.62,9,3.0,1.9,11,3.83,2.93,6,5.44,2.06,16,5.0,0.94,10,5.56,1.01,9,4.12,1.89,8,3.83,2.21,12,5.13,2.45,15,4.71,2.36,7,5.18,1.6,11,5.0,0.5,9,4.67,1.72,12,2.88,2.1,8,5.09,2.59,11,4.91,2.26,11
+leper,3.3,1.87,20,4.24,2.81,21,2.88,2.03,25,4.25,2.06,4,3.06,1.81,16,4.25,2.5,4,4.24,2.95,17,4.11,2.57,9,2.19,1.28,16,4.38,1.69,8,2.58,1.68,12,4.5,2.68,10,4.0,3.03,11,2.71,1.77,14,3.09,2.39,11,3.36,1.75,11,3.22,2.11,9,3.5,2.72,10,4.91,2.84,11,3.11,2.27,18,2.29,1.11,7
+leprechaun,6.0,2.2,22,5.11,2.56,19,4.43,2.36,21,4.8,1.64,5,6.5,2.25,16,3.88,3.04,8,6.0,1.79,11,4.8,2.3,10,4.09,2.47,11,5.67,2.42,12,6.4,1.96,10,5.4,2.59,10,4.78,2.64,9,3.75,2.18,12,5.33,2.4,9,5.64,2.58,11,6.36,1.8,11,5.38,2.67,8,4.91,2.59,11,5.0,2.24,9,4.0,2.45,12
+leprosy,2.25,1.37,40,4.38,2.43,47,3.35,1.98,20,2.5,1.55,16,2.08,1.25,24,3.82,2.36,11,4.68,2.45,34,4.14,2.34,7,2.92,1.71,13,2.65,1.6,20,1.79,0.98,19,4.27,2.51,26,4.74,2.35,19,3.67,2.02,15,2.4,1.67,5,2.38,1.56,24,2.06,1.06,16,4.18,2.67,28,4.68,2.06,19,3.7,2.0,10,3.0,2.0,10
+lesbian,5.76,2.24,42,6.04,2.53,23,5.34,2.62,38,6.24,2.49,17,5.44,2.04,25,7.0,2.37,11,5.17,2.44,12,5.11,3.07,19,5.72,2.11,18,6.14,2.18,29,4.92,2.22,13,6.64,2.06,11,5.5,2.88,12,5.24,2.61,17,5.43,2.69,21,6.13,2.46,23,5.32,1.92,19,6.0,2.61,11,6.08,2.57,12,5.05,2.69,21,5.71,2.57,17
+lesion,2.95,1.47,19,5.62,2.31,21,4.13,1.89,23,3.8,1.3,5,2.69,1.49,13,5.33,2.58,6,5.73,2.28,15,4.4,1.65,10,3.92,2.1,13,3.0,1.53,7,3.0,1.55,11,5.57,2.94,7,5.64,2.06,14,4.64,2.06,11,3.67,1.67,12,3.25,1.71,12,2.43,0.79,7,4.82,2.71,11,6.5,1.43,10,3.64,1.98,14,4.89,1.54,9
+lessen,4.5,1.93,20,4.08,1.95,24,4.73,2.39,22,4.71,1.8,7,4.38,2.06,13,4.23,1.83,13,3.91,2.17,11,5.0,2.42,13,4.33,2.45,9,4.14,2.19,7,5.0,1.54,12,4.93,1.38,14,2.9,2.08,10,6.0,1.95,12,3.2,1.99,10,4.33,2.29,9,4.64,1.69,11,3.76,1.79,17,4.86,2.27,7,4.5,2.99,10,4.92,1.88,12
+lesson,5.57,1.83,21,3.8,2.12,20,6.79,2.32,19,5.77,1.48,13,5.25,2.38,8,4.43,1.9,7,3.46,2.22,13,6.57,2.51,7,6.92,2.31,12,5.75,1.86,12,5.33,1.87,9,3.89,2.09,9,3.73,2.24,11,6.3,2.79,10,7.33,1.66,9,5.25,1.91,12,6.0,1.73,9,4.0,1.0,7,3.69,2.56,13,6.29,2.63,7,7.08,2.19,12
+let,5.95,1.76,22,2.71,1.71,21,6.06,1.8,18,5.83,2.79,6,5.93,1.33,15,2.43,1.81,7,2.86,1.7,14,6.0,2.06,9,6.0,1.69,8,5.57,1.83,14,6.57,1.62,7,2.89,1.96,9,2.58,1.56,12,6.8,1.81,10,5.12,1.36,8,6.07,1.86,14,5.75,1.67,8,3.33,2.58,6,2.47,1.25,15,6.4,1.96,10,5.62,1.6,8
+lethal,2.48,1.47,21,5.64,2.63,22,4.72,2.63,18,3.0,2.0,5,2.31,1.3,16,6.42,2.35,12,4.7,2.75,10,4.11,2.67,9,4.88,2.36,8,2.0,1.28,12,3.11,1.54,9,5.69,2.6,16,5.5,2.95,6,4.1,2.77,10,5.5,2.39,8,2.77,1.54,13,2.0,1.31,8,5.83,2.83,18,4.75,1.26,4,4.25,2.56,12,5.67,2.73,6
+letter,5.68,1.57,19,3.19,1.97,21,5.97,2.24,60,5.67,1.15,3,5.73,1.71,15,3.0,2.24,7,3.29,1.9,14,6.13,2.26,30,5.8,2.25,30,6.67,1.63,6,5.25,1.42,12,3.6,2.12,10,2.82,1.83,11,5.86,2.48,35,6.12,1.9,25,5.25,1.42,12,6.43,1.62,7,3.54,2.03,13,2.62,1.85,8,6.07,2.05,30,5.87,2.45,30
+letterhead,4.68,1.34,19,3.27,2.0,22,6.32,2.0,19,4.67,1.87,9,4.7,0.67,10,2.6,2.07,5,3.62,1.96,16,6.83,1.72,6,6.08,2.14,13,5.0,1.24,14,3.8,1.3,5,3.58,2.11,12,3.11,1.9,9,5.56,2.3,9,7.0,1.49,10,5.1,0.57,10,4.22,1.79,9,3.17,2.33,12,3.4,1.65,10,6.83,1.72,6,6.08,2.14,13
+lettering,5.14,1.39,21,3.12,2.15,25,5.42,2.04,19,4.67,1.8,9,5.5,0.9,12,3.83,2.71,6,2.78,1.96,18,4.86,1.86,7,5.75,2.14,12,5.06,1.48,16,5.4,1.14,5,3.14,2.44,14,2.9,1.79,10,5.22,2.28,9,5.6,1.9,10,5.0,1.76,12,5.33,0.71,9,3.44,2.22,16,2.56,2.01,9,5.18,2.4,11,5.75,1.49,8
+lettuce,5.84,1.86,19,3.64,2.66,22,5.44,2.31,18,5.22,1.3,9,6.4,2.17,10,3.57,2.44,7,3.71,2.95,14,5.89,2.47,9,5.0,2.18,9,5.56,2.13,9,6.1,1.66,10,5.3,2.75,10,2.18,1.72,11,5.29,2.43,7,5.4,2.41,10,5.75,2.05,12,6.0,1.63,7,3.55,2.78,20,4.5,0.71,2,5.86,2.34,7,5.18,2.36,11
+leukemia,1.47,1.39,19,5.75,2.38,20,2.83,2.35,24,1.54,1.66,13,1.33,0.52,6,4.6,3.36,5,6.13,1.96,15,3.23,2.2,13,2.36,2.54,11,2.0,1.94,9,1.0,0.0,10,5.57,2.51,7,5.85,2.41,13,3.0,2.49,11,2.69,2.32,13,1.78,1.99,9,1.2,0.42,10,4.7,2.58,10,6.8,1.69,10,2.56,2.55,9,3.0,2.3,15
+levee,5.09,1.51,22,4.26,2.05,19,5.14,2.17,21,5.2,1.48,5,5.06,1.61,16,4.5,1.69,8,4.09,2.34,11,5.1,2.51,10,5.18,1.94,11,4.92,1.68,12,5.3,1.34,10,4.8,2.1,10,3.67,1.94,9,4.33,2.35,12,6.22,1.39,9,4.82,1.47,11,5.36,1.57,11,4.38,2.56,8,4.18,1.72,11,5.22,2.54,9,5.08,1.98,12
+level,5.72,1.67,18,2.15,1.63,20,5.61,1.72,18,4.88,1.25,8,6.4,1.71,10,2.0,1.73,7,2.23,1.64,13,5.27,1.62,11,6.14,1.86,7,5.18,1.4,11,6.57,1.81,7,1.56,1.33,9,2.64,1.75,11,5.64,1.75,11,5.57,1.81,7,5.33,0.98,12,6.5,2.51,6,2.33,1.83,12,1.88,1.36,8,5.56,2.13,9,5.67,1.32,9
+lever,4.5,1.76,20,2.56,1.82,18,6.29,2.26,24,4.4,1.95,5,4.53,1.77,15,3.0,1.87,5,2.38,1.85,13,6.15,2.64,13,6.45,1.81,11,5.0,1.56,10,4.0,1.89,10,2.86,1.95,7,2.36,1.8,11,6.06,2.52,16,6.75,1.67,8,4.0,1.71,14,5.67,1.37,6,2.83,1.95,12,2.0,1.55,6,6.33,2.16,15,6.22,2.54,9
+leverage,4.9,1.55,21,4.08,2.5,24,5.25,2.47,20,5.62,1.3,8,4.46,1.56,13,5.67,1.75,6,3.56,2.53,18,5.18,2.82,11,5.33,2.12,9,4.83,1.75,12,5.0,1.32,9,4.8,1.75,10,3.57,2.87,14,5.31,2.63,13,5.14,2.34,7,4.86,1.66,14,5.0,1.41,7,4.38,2.58,16,3.5,2.39,8,5.33,2.61,12,5.12,2.42,8
+levitate,5.4,1.85,20,6.1,2.61,20,5.04,2.03,26,5.73,1.79,11,5.0,1.94,9,4.86,3.08,7,6.77,2.17,13,4.85,1.34,13,5.23,2.59,13,5.36,1.5,11,5.44,2.3,9,6.09,2.39,11,6.11,3.02,9,5.29,2.2,17,4.56,1.67,9,6.3,1.49,10,4.5,1.78,10,6.25,2.9,12,5.88,2.3,8,5.5,1.97,16,4.3,2.0,10
+lewd,3.58,1.5,19,4.41,2.34,22,4.53,2.29,19,3.44,1.88,9,3.7,1.16,10,3.6,2.41,5,4.56,2.39,16,5.0,2.83,6,4.31,2.1,13,3.77,1.64,13,3.17,1.17,6,4.0,2.49,12,4.78,2.28,9,4.0,2.06,9,5.0,2.49,10,3.56,1.24,9,3.6,1.78,10,3.75,2.56,12,5.2,1.87,10,3.83,2.71,6,4.85,2.12,13
+liability,3.45,2.04,22,4.58,2.04,19,4.24,2.34,21,4.2,2.28,5,3.12,2.0,16,5.25,1.58,8,4.09,2.26,11,4.8,2.57,10,3.73,2.1,11,3.17,1.9,12,3.8,2.25,10,4.7,2.0,10,4.44,2.19,9,4.75,2.7,12,3.56,1.67,9,3.36,2.01,11,3.55,2.16,11,4.75,2.12,8,4.45,2.07,11,4.44,2.07,9,4.08,2.61,12
+liable,4.0,1.78,20,4.32,2.3,22,5.19,2.7,27,4.86,2.27,7,3.54,1.33,13,3.7,2.06,10,4.83,2.44,12,4.13,2.77,15,6.64,2.06,11,3.73,1.42,11,4.33,2.18,9,4.22,1.64,9,4.38,2.72,13,6.0,2.26,17,3.67,3.08,9,4.54,1.76,13,3.0,1.41,7,4.0,2.19,16,5.17,2.56,6,5.17,3.07,12,5.2,2.48,15
+liaison,5.05,1.43,19,3.35,1.95,20,5.81,1.66,21,5.29,0.76,7,4.92,1.73,12,3.11,1.76,9,3.55,2.16,11,6.17,2.14,6,5.67,1.5,15,4.8,1.14,10,5.38,1.85,8,3.0,1.93,8,3.58,2.02,12,5.6,1.5,15,6.33,2.07,6,4.64,1.36,11,5.62,1.41,8,3.25,1.86,12,3.5,2.2,8,5.6,1.78,10,6.0,1.61,11
+liar,2.41,2.15,22,6.6,2.46,20,4.74,2.77,19,3.15,2.51,13,1.33,0.71,9,6.71,1.89,7,6.54,2.79,13,4.57,1.9,7,4.83,3.24,12,2.67,2.61,12,2.1,1.52,10,6.67,2.6,9,6.55,2.46,11,5.9,2.08,10,3.44,2.96,9,1.92,1.73,12,3.0,2.54,10,7.29,1.7,7,6.23,2.77,13,5.71,2.93,7,4.17,2.62,12
+libel,3.68,1.13,22,5.0,2.19,21,4.78,2.21,23,4.0,1.15,7,3.5,1.16,14,4.67,2.25,6,5.13,2.23,15,4.9,2.42,10,4.69,2.14,13,3.88,1.25,8,3.54,1.13,13,5.43,2.88,7,4.79,1.85,14,5.18,1.4,11,4.42,2.78,12,3.93,1.21,14,3.25,0.89,8,4.27,2.33,11,5.8,1.81,10,4.64,2.41,14,5.0,2.0,9
+liberate,5.79,2.39,19,5.32,2.55,22,6.96,1.88,24,4.5,2.43,6,6.38,2.22,13,5.5,2.5,12,5.1,2.73,10,6.5,2.56,8,7.19,1.47,16,6.3,1.64,10,5.22,3.03,9,6.0,3.12,9,4.85,2.08,13,6.65,2.06,17,8.0,0.89,6,6.62,1.92,8,5.18,2.6,11,4.89,2.71,9,5.62,2.5,13,6.56,2.1,16,7.75,1.04,8
+liberating,7.75,1.45,20,5.3,2.6,20,7.31,1.83,26,8.27,0.79,11,7.11,1.83,9,6.29,1.98,7,4.77,2.8,13,7.0,1.91,13,7.62,1.76,13,7.82,1.54,11,7.67,1.41,9,4.91,2.81,11,5.78,2.39,9,7.65,1.66,17,6.67,2.06,9,7.9,1.6,10,7.6,1.35,10,5.25,2.96,12,5.38,2.13,8,7.31,1.82,16,7.3,1.95,10
+liberation,6.74,1.41,19,5.29,2.51,21,5.59,2.58,22,5.8,0.84,5,7.08,1.5,13,5.5,3.27,6,5.2,2.27,15,5.6,2.72,10,5.58,2.57,12,6.29,1.5,7,7.0,1.41,11,5.29,2.87,7,5.29,2.43,14,5.3,2.41,10,5.83,2.79,12,6.17,1.11,12,7.71,1.38,7,5.18,2.79,11,5.4,2.32,10,5.79,2.46,14,5.25,2.92,8
+liberty,7.2,1.82,41,4.5,2.77,44,7.04,2.04,977,7.28,2.11,18,7.13,1.6,23,4.43,2.52,21,4.57,3.03,23,6.96,2.11,430,7.1,1.99,542,7.0,1.86,30,7.73,1.68,11,4.5,2.48,20,4.5,3.04,24,6.9,2.12,535,7.22,1.93,438,6.86,1.83,22,7.58,1.77,19,4.5,2.92,30,4.5,2.5,14,6.99,2.09,531,7.11,1.97,446
+libido,6.86,1.39,21,5.68,2.55,22,4.95,2.42,21,7.33,1.32,9,6.5,1.38,12,4.0,1.41,6,6.27,2.71,15,5.83,2.79,6,4.6,2.26,15,6.89,1.62,9,6.83,1.27,12,6.2,2.17,5,5.53,2.7,17,5.0,2.87,10,4.91,2.07,11,6.92,1.51,12,6.78,1.3,9,6.11,2.42,9,5.38,2.69,13,4.67,2.46,12,5.33,2.45,9
+librarian,6.38,1.66,21,1.75,1.19,24,5.0,2.91,19,6.88,1.36,8,6.08,1.8,13,2.5,1.38,6,1.5,1.04,18,6.09,2.77,11,3.5,2.51,8,6.33,1.72,12,6.44,1.67,9,2.1,1.6,10,1.5,0.76,14,6.0,2.92,12,3.29,2.06,7,6.36,1.5,14,6.43,2.07,7,1.94,1.34,16,1.38,0.74,8,4.67,3.03,12,5.57,2.82,7
+library,6.33,2.25,18,2.52,1.94,21,6.35,2.28,20,4.33,1.53,3,6.73,2.19,15,2.83,2.56,6,2.4,1.72,15,6.5,1.64,6,6.29,2.55,14,6.6,1.9,10,6.0,2.73,8,2.14,1.35,7,2.71,2.2,14,6.7,2.06,10,6.0,2.54,10,5.0,2.27,8,7.4,1.65,10,1.89,1.27,9,3.0,2.26,12,6.0,2.83,8,6.58,1.93,12
+lice,2.24,1.64,41,5.2,2.99,44,2.77,1.54,22,2.8,1.87,10,2.07,1.6,29,5.0,3.15,21,5.39,2.9,23,3.4,1.71,10,2.25,1.22,12,2.37,1.67,19,2.14,1.68,21,4.27,2.99,22,6.14,2.75,22,2.64,1.29,11,2.91,1.81,11,2.13,1.58,23,2.39,1.75,18,5.0,3.19,24,5.45,2.8,20,2.73,1.56,11,2.82,1.6,11
+license,5.91,1.95,22,4.7,2.45,20,6.79,2.23,19,5.23,1.88,13,6.89,1.69,9,4.71,1.6,7,4.69,2.87,13,6.43,2.15,7,7.0,2.34,12,6.33,2.02,12,5.4,1.84,10,4.78,2.22,9,4.64,2.73,11,6.3,2.79,10,7.33,1.32,9,6.5,1.98,12,5.2,1.75,10,5.57,1.99,7,4.23,2.62,13,7.0,3.0,7,6.67,1.78,12
+lick,6.38,2.22,21,6.2,2.17,20,5.97,2.12,36,6.75,2.66,8,6.15,1.99,13,7.4,1.82,5,5.8,2.18,15,5.64,1.86,11,6.12,2.24,25,6.85,2.27,13,5.62,2.07,8,6.42,1.78,12,5.88,2.75,8,5.7,2.39,20,6.31,1.74,16,6.09,2.39,11,6.7,2.11,10,6.18,2.18,11,6.22,2.28,9,5.59,2.3,22,6.57,1.7,14
+licorice,4.58,2.41,19,4.14,2.31,21,5.52,2.21,23,4.6,2.3,5,4.31,2.43,13,3.83,1.72,6,4.27,2.55,15,5.4,2.41,10,5.62,2.14,13,4.29,2.14,7,4.45,2.54,11,4.57,2.15,7,3.93,2.43,14,4.36,1.86,11,6.58,2.02,12,5.25,2.34,12,3.43,2.23,7,4.64,2.58,11,3.6,1.96,10,5.43,2.44,14,5.67,1.94,9
+lid,5.14,1.53,21,2.91,2.2,22,6.33,2.25,18,5.33,1.8,9,5.0,1.35,12,3.55,2.46,11,2.27,1.79,11,6.4,2.46,10,6.25,2.12,8,5.43,2.07,7,5.0,1.29,13,3.6,2.72,10,2.33,1.56,12,6.71,2.36,7,6.09,2.26,11,5.15,1.82,13,5.12,0.99,8,2.7,2.21,10,3.08,2.27,12,6.78,2.05,9,5.89,2.47,9
+lie,2.39,1.43,41,4.81,2.8,21,4.72,2.91,57,2.36,1.28,14,2.41,1.53,27,5.0,2.52,7,4.71,3.02,14,4.96,3.01,27,4.5,2.85,30,2.18,1.56,22,2.63,1.26,19,3.9,1.79,10,5.64,3.35,11,4.65,2.81,37,4.85,3.15,20,2.3,1.18,23,2.5,1.72,18,4.88,3.0,8,4.77,2.8,13,4.58,2.9,31,4.88,2.97,26
+liege,4.6,1.19,20,3.32,1.73,22,5.11,1.91,19,4.22,1.48,9,4.91,0.83,11,2.2,1.79,5,3.75,1.61,16,5.0,2.45,6,5.15,1.72,13,4.57,0.85,14,4.67,1.86,6,3.33,1.67,12,3.44,1.94,9,4.33,1.5,9,5.8,2.04,10,4.7,1.06,10,4.5,1.35,10,2.83,1.7,12,3.9,1.66,10,5.67,2.42,6,4.85,1.68,13
+lieutenant,4.91,1.72,22,4.1,2.43,20,5.28,2.67,18,4.0,2.19,6,5.27,1.49,15,4.43,3.05,7,3.92,2.14,13,5.67,3.08,9,4.88,2.47,8,4.64,1.82,14,5.43,1.62,7,3.56,2.4,9,4.55,2.46,11,5.4,3.06,10,5.12,2.3,8,4.64,1.65,14,5.38,1.85,8,4.67,2.94,6,3.86,2.25,14,4.9,3.11,10,5.75,2.12,8
+life,6.68,2.49,41,5.59,2.58,22,5.89,2.42,44,6.56,2.55,18,6.78,2.5,23,6.0,2.56,12,5.1,2.64,10,6.32,2.03,22,5.45,2.74,22,6.6,2.31,30,6.91,3.05,11,5.78,2.91,9,5.46,2.44,13,5.9,2.34,29,5.87,2.67,15,6.5,2.69,22,6.89,2.31,19,5.44,2.46,9,5.69,2.75,13,6.0,2.6,25,5.74,2.23,19
+lifeboat,5.84,1.57,25,3.96,2.54,26,5.7,2.48,23,5.73,1.74,11,5.93,1.49,14,3.1,2.28,10,4.5,2.61,16,4.88,2.64,8,6.13,2.36,15,5.11,1.69,9,6.25,1.39,16,4.46,2.47,13,3.46,2.6,13,5.42,2.81,12,6.0,2.14,11,5.86,1.46,14,5.82,1.78,11,4.2,2.76,15,3.64,2.29,11,6.0,2.8,12,5.36,2.16,11
+lifeguard,6.35,1.35,20,4.64,2.36,22,5.73,2.13,26,6.3,1.06,10,6.4,1.65,10,4.3,2.11,10,4.92,2.61,12,5.91,2.3,11,5.79,2.01,14,6.6,1.65,10,6.1,0.99,10,4.8,2.3,10,4.5,2.5,12,6.29,2.14,17,4.88,1.73,8,6.92,1.32,13,5.29,0.49,7,4.57,2.34,14,4.75,2.55,8,6.0,2.4,17,5.22,1.48,9
+lifeless,2.24,1.61,21,3.55,2.58,20,2.81,1.91,21,2.33,1.21,6,2.2,1.78,15,3.75,2.38,8,3.42,2.81,12,2.45,1.51,11,3.2,2.3,10,2.56,2.01,9,2.0,1.28,12,4.44,2.65,9,2.82,2.4,11,2.83,0.98,6,2.8,2.21,15,2.7,2.06,10,1.82,0.98,11,3.77,2.71,13,3.14,2.48,7,2.92,2.35,12,2.67,1.22,9
+lifelike,6.16,1.74,19,4.32,2.44,22,5.39,2.06,28,5.71,0.76,7,6.42,2.11,12,4.25,2.38,8,4.36,2.56,14,5.0,2.25,14,5.79,1.85,14,5.62,1.77,8,6.55,1.69,11,4.1,2.33,10,4.5,2.61,12,5.5,1.95,14,5.29,2.23,14,6.4,1.71,10,5.89,1.83,9,4.55,2.5,11,4.09,2.47,11,5.92,1.56,12,5.0,2.34,16
+lifeline,5.77,1.74,22,4.46,2.47,26,5.26,2.36,23,5.67,1.12,9,5.85,2.12,13,4.8,2.9,10,4.25,2.24,16,5.44,2.19,9,5.14,2.54,14,6.38,2.0,8,5.43,1.55,14,4.77,2.24,13,4.15,2.73,13,4.67,1.87,12,5.91,2.74,11,5.58,2.19,12,6.0,1.05,10,4.73,2.4,15,4.09,2.63,11,5.23,2.39,13,5.3,2.45,10
+lifelong,6.76,2.0,21,4.32,2.34,25,6.74,2.42,19,5.78,2.28,9,7.5,1.45,12,4.0,2.45,6,4.33,2.4,18,5.14,3.08,7,7.67,1.37,12,6.38,2.09,16,8.0,1.0,5,4.29,2.64,14,4.2,2.04,10,7.0,2.69,9,6.5,2.27,10,6.75,2.38,12,6.78,1.48,9,4.5,2.16,16,4.0,2.74,9,6.45,2.94,11,7.12,1.55,8
+lifer,3.74,2.13,19,4.55,2.96,22,4.32,2.0,28,3.67,1.97,6,3.77,2.28,13,4.55,3.14,11,4.55,2.91,11,3.64,2.34,11,4.76,1.68,17,4.64,2.01,11,2.5,1.69,8,3.73,2.8,11,5.36,3.01,11,4.06,2.04,18,4.8,1.93,10,3.92,2.29,13,3.33,1.86,6,4.64,2.76,14,4.38,3.46,8,4.19,2.14,16,4.5,1.88,12
+lifesaver,7.24,1.58,21,4.92,2.31,25,6.19,2.79,21,7.62,1.06,8,7.0,1.83,13,5.38,2.57,13,4.42,1.98,12,6.38,2.79,13,5.88,2.95,8,7.75,1.04,8,6.92,1.88,12,5.57,1.83,14,4.09,2.66,11,6.58,2.54,12,5.67,3.16,9,6.9,1.85,10,7.55,1.29,11,5.06,2.56,17,4.62,1.77,8,5.44,3.13,9,6.75,2.49,12
+lifestyle,5.95,1.39,19,5.52,1.94,21,6.4,1.93,20,5.33,1.15,3,6.06,1.44,16,5.17,2.71,6,5.67,1.63,15,5.67,2.07,6,6.71,1.86,14,6.0,1.25,10,5.89,1.62,9,5.29,1.5,7,5.64,2.17,14,5.9,2.08,10,6.9,1.73,10,5.88,1.64,8,6.0,1.26,11,6.11,2.32,9,5.08,1.56,12,6.62,2.45,8,6.25,1.6,12
+lifetime,7.3,1.49,20,4.52,2.2,25,5.09,2.76,22,7.12,1.46,8,7.42,1.56,12,4.46,2.4,13,4.58,2.07,12,5.85,2.51,13,4.0,2.87,9,7.62,1.77,8,7.09,1.38,11,4.93,1.44,14,4.0,2.9,11,5.67,2.67,12,4.4,2.84,10,7.6,1.35,10,7.0,1.63,10,4.35,2.42,17,4.88,1.73,8,5.6,2.95,10,4.67,2.64,12
+lift,5.32,1.76,22,4.9,2.81,20,6.84,2.17,19,5.38,1.8,13,5.22,1.79,9,5.57,2.88,7,4.54,2.82,13,7.0,2.0,7,6.75,2.34,12,5.42,2.15,12,5.2,1.23,10,4.67,2.69,9,5.09,3.02,11,6.2,2.57,10,7.56,1.42,9,5.25,1.91,12,5.4,1.65,10,4.86,1.57,7,4.92,3.35,13,6.86,2.54,7,6.83,2.04,12
+liftoff,4.7,1.72,20,6.17,2.64,18,5.62,2.32,24,4.2,2.17,5,4.87,1.6,15,7.4,2.3,5,5.69,2.69,13,4.62,2.22,13,6.82,1.89,11,4.8,1.48,10,4.6,2.01,10,7.57,1.81,7,5.27,2.76,11,5.12,1.86,16,6.62,2.92,8,4.43,1.79,14,5.33,1.51,6,6.42,2.5,12,5.67,3.08,6,5.4,2.67,15,6.0,1.66,9
+ligament,4.19,1.6,21,3.16,2.19,25,4.89,2.0,19,3.67,1.94,9,4.58,1.24,12,2.33,1.75,6,3.33,2.33,18,4.29,1.89,7,5.25,2.05,12,3.88,1.71,16,5.2,0.45,5,2.5,2.28,14,3.9,1.91,10,4.78,2.49,9,5.0,1.56,10,3.75,2.01,12,4.78,0.44,9,3.38,2.22,16,2.78,2.22,9,5.0,2.14,11,4.75,1.91,8
+ligature,4.05,1.32,20,4.12,2.8,17,4.42,1.95,24,4.4,1.34,5,3.93,1.33,15,5.4,2.51,5,3.58,2.84,12,4.38,2.29,13,4.45,1.57,11,3.8,1.4,10,4.3,1.25,10,5.43,2.7,7,3.2,2.62,10,4.5,1.97,16,4.25,2.05,8,4.21,1.42,14,3.67,1.03,6,4.45,2.73,11,3.5,3.08,6,4.53,2.26,15,4.22,1.39,9
+light,6.55,1.82,22,3.52,2.58,21,5.89,2.25,18,5.83,1.94,6,6.8,1.82,15,2.71,2.63,7,3.93,2.56,14,5.33,2.69,9,6.38,1.77,8,6.14,1.79,14,7.29,1.89,7,3.11,2.8,9,3.83,2.48,12,6.3,2.79,10,5.38,1.3,8,6.57,1.87,14,6.5,1.85,8,5.17,3.49,6,2.87,1.88,15,6.8,2.35,10,4.75,1.58,8
+light year,6.24,1.64,21,4.79,2.74,19,4.55,2.72,22,6.5,1.64,6,6.13,1.68,15,5.86,2.34,7,4.17,2.86,12,4.25,3.02,12,4.9,2.42,10,7.11,1.83,9,5.58,1.16,12,5.44,2.7,9,4.2,2.78,10,4.43,3.1,7,4.6,2.64,15,6.7,1.83,10,5.82,1.4,11,4.92,2.78,12,4.57,2.88,7,3.75,2.7,12,5.5,2.55,10
+lightbulb,5.55,1.34,40,3.07,1.93,43,6.67,2.28,18,5.73,1.16,15,5.44,1.45,25,2.4,1.17,10,3.16,2.0,32,6.8,2.57,10,6.5,2.0,8,5.47,1.12,19,5.62,1.53,21,3.47,1.88,15,2.86,1.96,28,6.0,3.06,7,7.09,1.64,11,5.42,1.47,24,5.75,1.13,16,3.05,2.01,19,3.08,1.91,24,6.0,2.69,9,7.33,1.66,9
+lighten,6.21,1.81,19,3.14,1.86,22,5.45,2.4,22,6.27,1.49,11,5.71,2.14,7,4.0,2.0,8,2.64,1.65,14,4.33,3.08,6,5.88,2.06,16,6.5,1.85,8,6.0,1.84,11,2.56,2.13,9,3.54,1.61,13,5.2,2.7,10,5.67,2.23,12,6.08,2.19,12,6.43,0.98,7,2.82,2.18,11,3.45,1.51,11,4.77,2.68,13,6.44,1.59,9
+lightheaded,4.89,2.31,19,3.96,2.06,23,3.0,1.33,19,4.56,1.51,9,5.2,2.9,10,3.71,1.98,7,4.2,2.14,15,3.1,1.29,10,2.89,1.45,9,4.33,2.78,9,5.4,1.78,10,4.1,2.85,10,4.0,1.21,12,3.5,1.07,8,2.6,1.51,10,5.08,2.84,12,4.57,0.98,7,3.85,2.08,20,4.67,2.08,3,3.88,0.99,8,2.36,1.21,11
+lighthouse,6.24,1.74,41,3.67,2.6,42,6.24,2.21,978,6.64,2.17,14,6.04,1.48,27,3.95,2.95,19,3.36,2.34,22,6.3,2.18,431,6.2,2.23,542,6.33,1.46,18,6.17,1.97,23,4.06,3.1,18,3.38,2.18,24,6.34,2.22,536,6.12,2.19,438,5.88,1.74,25,6.81,1.64,16,3.84,2.77,19,3.52,2.5,23,6.38,2.23,534,6.07,2.18,444
+lighting,6.52,1.83,21,4.92,2.73,24,6.18,2.44,22,7.12,1.81,8,6.15,1.82,13,5.69,2.78,13,4.0,2.49,11,6.92,1.55,13,5.11,3.14,9,7.62,1.69,8,6.08,1.44,12,5.79,1.67,14,3.7,3.5,10,6.92,1.98,12,5.3,2.75,10,6.5,2.12,10,6.55,1.63,11,4.59,2.9,17,5.71,2.29,7,6.2,2.53,10,6.17,2.48,12
+lightness,6.37,1.5,19,4.5,2.6,18,5.88,2.18,17,6.36,1.03,11,6.38,2.07,8,5.0,2.83,4,4.36,2.62,14,4.75,2.05,8,6.89,1.83,9,6.5,0.93,8,6.27,1.85,11,4.71,2.21,7,4.36,2.91,11,6.0,1.9,6,5.82,2.4,11,6.31,1.7,13,6.5,1.05,6,3.64,2.91,11,5.86,1.21,7,5.86,2.54,7,5.9,2.02,10
+lightning,5.34,1.79,38,6.75,1.59,20,4.0,2.39,22,5.54,1.61,24,5.0,2.08,14,6.75,2.25,8,6.75,1.06,12,4.0,2.24,11,4.0,2.65,11,5.71,1.45,17,5.05,2.01,21,6.75,1.58,8,6.75,1.66,12,3.85,2.7,13,4.22,1.99,9,4.73,1.78,22,6.19,1.47,16,6.6,1.71,10,6.9,1.52,10,4.43,2.56,14,3.25,1.98,8
+lightweight,5.9,1.48,20,3.05,1.93,20,5.36,2.74,25,6.0,0.0,3,5.88,1.62,17,3.29,1.98,7,2.92,2.07,12,4.62,1.77,8,5.71,3.08,17,5.43,1.13,7,6.15,1.63,13,3.57,2.15,7,2.75,1.91,12,5.5,2.82,14,5.18,2.75,11,6.0,1.73,9,5.82,1.33,11,3.1,1.66,10,3.0,2.26,10,5.06,2.92,18,6.14,2.19,7
+likable,6.83,1.58,18,4.23,2.47,22,7.35,1.75,23,6.82,1.66,11,6.67,1.63,6,4.0,2.2,8,4.36,2.68,14,6.29,2.21,7,7.81,1.33,16,7.0,1.2,8,6.7,1.89,10,3.67,2.6,9,4.62,2.4,13,6.73,1.85,11,7.92,1.51,12,7.09,1.58,11,6.43,1.62,7,3.82,2.6,11,4.64,2.38,11,7.23,1.83,13,7.5,1.72,10
+like,7.44,1.46,18,4.4,2.5,20,6.28,1.45,18,6.5,1.41,8,8.2,1.03,10,4.43,2.64,7,4.38,2.53,13,6.09,1.51,11,6.57,1.4,7,7.0,1.48,11,8.14,1.21,7,3.89,2.71,9,4.82,2.36,11,6.64,1.63,11,5.71,0.95,7,7.0,1.54,12,8.33,0.82,6,4.0,2.86,12,5.0,1.85,8,6.67,1.41,9,5.89,1.45,9
+likelihood,5.74,1.33,19,2.9,1.71,20,5.59,1.4,22,5.86,1.07,7,5.67,1.5,12,3.44,1.81,9,2.45,1.57,11,6.5,1.52,6,5.25,1.24,16,5.6,1.65,10,6.0,0.93,8,3.25,1.83,8,2.67,1.67,12,5.53,1.36,15,5.71,1.6,7,5.73,1.56,11,5.75,1.04,8,3.17,1.75,12,2.5,1.69,8,5.73,1.56,11,5.45,1.29,11
+likely,6.9,1.37,21,4.42,2.29,19,6.14,2.1,21,7.17,0.75,6,6.8,1.57,15,5.12,2.03,8,3.91,2.43,11,6.0,2.49,11,6.3,1.7,10,7.33,0.82,6,6.73,1.53,15,5.44,2.51,9,3.5,1.72,10,5.79,2.29,14,6.86,1.57,7,6.57,1.62,7,7.07,1.27,14,4.31,2.59,13,4.67,1.63,6,6.0,2.37,12,6.33,1.8,9
+likeness,6.6,1.54,20,4.27,2.39,22,6.43,1.94,21,6.33,1.8,9,6.82,1.33,11,4.27,2.24,11,4.27,2.65,11,5.0,1.85,8,7.31,1.44,13,6.36,1.55,14,7.17,1.47,6,4.33,2.5,9,4.23,2.42,13,6.62,2.07,8,6.31,1.93,13,6.4,1.65,10,6.8,1.48,10,4.46,2.4,13,4.0,2.5,9,6.75,1.82,12,6.0,2.12,9
+lilac,6.95,1.23,20,3.64,2.46,22,6.24,2.17,21,6.78,0.97,9,7.09,1.45,11,3.0,2.58,10,4.17,2.33,12,4.62,1.06,8,7.23,2.09,13,6.71,1.33,14,7.5,0.84,6,3.12,2.47,8,3.93,2.5,14,5.88,2.36,8,6.46,2.11,13,6.6,1.43,10,7.3,0.95,10,4.17,2.44,12,3.0,2.45,10,6.0,2.34,12,6.56,2.01,9
+lily,7.05,2.15,19,2.64,2.11,22,5.39,1.77,28,5.33,2.25,6,7.85,1.63,13,2.82,2.09,11,2.45,2.21,11,5.36,2.29,11,5.41,1.42,17,6.91,2.63,11,7.25,1.39,8,2.18,1.47,11,3.09,2.59,11,5.28,1.64,18,5.6,2.07,10,6.69,2.32,13,7.83,1.6,6,3.21,2.42,14,1.62,0.74,8,5.19,2.1,16,5.67,1.23,12
+limb,4.42,1.3,19,2.7,1.81,20,6.37,2.39,19,5.0,0.0,3,4.4,1.4,15,2.4,1.51,10,3.0,2.11,10,6.67,2.0,9,6.1,2.77,10,4.33,1.75,6,4.58,1.08,12,2.14,1.35,7,3.0,2.0,13,5.86,3.08,7,6.67,1.97,12,4.67,1.15,12,4.0,1.53,7,2.6,1.43,10,2.8,2.2,10,6.38,2.88,8,6.36,2.11,11
+limber,6.45,1.28,20,3.41,2.06,41,6.07,2.03,55,6.67,1.15,3,6.41,1.33,17,3.63,2.36,19,3.23,1.8,22,5.39,1.91,18,6.41,2.02,37,6.14,1.07,7,6.62,1.39,13,3.63,2.27,19,3.23,1.9,22,6.14,1.98,29,6.0,2.12,26,6.33,1.41,9,6.55,1.21,11,3.42,2.3,26,3.4,1.64,15,6.03,2.24,33,6.14,1.7,22
+limbo,4.53,1.43,19,4.1,1.97,20,4.05,2.16,20,5.33,0.58,3,4.38,1.5,16,4.33,1.86,6,4.0,2.08,14,6.33,1.97,6,3.07,1.38,14,4.9,0.99,10,4.11,1.76,9,3.67,1.86,6,4.29,2.05,14,4.3,2.5,10,3.8,1.87,10,4.88,1.36,8,4.27,1.49,11,4.0,2.24,9,4.18,1.83,11,3.38,2.26,8,4.5,2.07,12
+lime,6.1,1.65,20,3.83,1.98,18,6.23,1.69,22,6.2,0.84,5,6.07,1.87,15,4.17,1.47,6,3.67,2.23,12,6.2,1.99,10,6.25,1.48,12,6.6,0.84,10,5.6,2.12,10,4.3,1.77,10,3.25,2.19,8,6.27,1.9,11,6.18,1.54,11,6.17,1.47,12,6.0,2.0,8,3.22,1.99,9,4.44,1.88,9,6.64,2.01,11,5.82,1.25,11
+limelight,6.05,1.7,22,5.47,2.06,19,5.86,2.01,21,5.8,2.49,5,6.19,1.52,16,5.5,2.62,8,5.45,1.69,11,6.1,1.91,10,5.64,2.16,11,5.83,2.04,12,6.3,1.25,10,4.8,2.1,10,6.22,1.86,9,5.58,1.73,12,6.22,2.39,9,5.55,2.02,11,6.55,1.21,11,4.5,1.69,8,6.18,2.09,11,6.67,0.71,9,5.25,2.45,12
+limestone,5.05,2.09,21,2.83,2.12,23,5.61,2.3,18,5.44,2.24,9,4.75,2.01,12,3.55,2.34,11,2.17,1.75,12,5.4,2.22,10,5.88,2.53,8,5.86,2.12,7,4.62,2.1,13,3.55,2.46,11,2.17,1.59,12,5.57,2.64,7,5.64,2.2,11,4.92,2.22,13,5.25,1.98,8,2.82,2.18,11,2.83,2.17,12,5.22,2.39,9,6.0,2.29,9
+limey,4.86,1.88,21,3.55,2.15,22,5.37,1.74,27,5.0,2.26,10,4.73,1.56,11,2.57,1.99,7,4.0,2.14,15,5.41,2.12,17,5.3,0.82,10,5.09,1.92,11,4.6,1.9,10,4.2,3.35,5,3.35,1.77,17,5.57,1.95,14,5.15,1.52,13,4.31,2.1,13,5.75,1.04,8,3.6,2.63,10,3.5,1.78,12,5.79,1.72,14,4.92,1.71,13
+limit,4.53,1.61,19,4.29,2.51,21,4.37,2.34,19,5.0,1.0,3,4.44,1.71,16,4.17,2.4,6,4.33,2.64,15,3.33,1.63,6,4.85,2.51,13,4.5,0.97,10,4.56,2.19,9,5.0,2.38,7,3.93,2.59,14,4.0,2.21,10,4.78,2.54,9,4.75,1.04,8,4.36,1.96,11,3.78,2.49,9,4.67,2.57,12,3.57,2.76,7,4.83,2.04,12
+limitless,7.11,1.7,19,5.83,1.99,23,6.05,2.27,19,6.89,1.54,9,7.3,1.89,10,7.0,0.82,7,5.4,2.2,15,5.7,2.31,10,6.44,2.3,9,7.67,1.5,9,6.6,1.78,10,6.2,2.49,10,5.67,1.56,12,5.25,2.19,8,6.4,2.22,10,7.0,1.65,12,7.29,1.89,7,5.85,2.08,20,5.67,1.53,3,6.25,2.38,8,5.91,2.3,11
+limo,6.14,2.29,22,4.15,2.89,26,5.88,2.03,24,6.44,2.6,9,5.92,2.14,13,2.6,2.32,10,5.12,2.85,16,5.89,1.96,9,5.87,2.13,15,5.0,2.56,8,6.79,1.93,14,4.62,3.28,13,3.69,2.5,13,5.33,2.19,12,6.42,1.78,12,6.0,2.34,12,6.3,2.36,10,4.2,3.17,15,4.09,2.63,11,5.62,2.18,13,6.18,1.89,11
+limousine,6.14,1.56,21,5.65,2.32,20,6.2,2.5,20,6.67,1.63,6,5.93,1.53,15,5.5,1.69,8,5.75,2.73,12,5.9,2.47,10,6.5,2.64,10,7.33,1.63,6,5.67,1.29,15,6.1,2.23,10,5.2,2.44,10,5.93,2.67,14,6.83,2.14,6,6.14,1.95,7,6.14,1.41,14,5.43,2.5,14,6.17,1.94,6,5.27,2.69,11,7.33,1.8,9
+limp,2.81,1.29,21,3.0,2.25,20,4.45,2.3,22,3.33,1.51,6,2.6,1.18,15,4.0,2.83,8,2.33,1.56,12,4.0,1.86,12,5.0,2.75,10,3.0,1.58,9,2.67,1.07,12,3.33,2.0,9,2.73,2.49,11,4.29,1.25,7,4.53,2.7,15,2.9,1.37,10,2.73,1.27,11,2.62,1.71,13,3.71,3.04,7,4.0,2.76,12,5.0,1.56,10
+line,4.82,1.1,22,3.24,2.0,21,4.89,2.0,18,4.5,1.76,6,4.93,0.8,15,2.71,2.43,7,3.5,1.79,14,4.33,2.45,9,5.5,1.41,8,4.86,1.29,14,4.71,0.76,7,3.44,2.35,9,3.08,1.78,12,4.8,2.62,10,5.0,0.93,8,4.57,1.22,14,5.25,0.71,8,3.5,2.51,6,3.13,1.85,15,4.9,2.6,10,4.88,0.99,8
+lineage,5.32,2.03,19,3.37,1.89,19,5.45,2.65,20,5.67,1.15,3,5.47,2.07,15,3.4,2.01,10,3.33,1.87,9,5.5,2.88,10,5.4,2.55,10,5.17,2.32,6,5.67,1.78,12,4.0,2.16,7,3.0,1.71,12,4.88,2.8,8,5.83,2.59,12,5.33,2.02,12,5.29,2.21,7,3.89,2.09,9,2.9,1.66,10,4.33,2.74,9,6.36,2.29,11
+linear,5.05,1.53,21,3.2,1.91,20,6.0,1.82,21,5.33,0.52,6,4.93,1.79,15,3.0,1.77,8,3.33,2.06,12,5.73,2.2,11,6.3,1.34,10,4.67,1.37,6,5.2,1.61,15,3.5,2.17,10,2.9,1.66,10,5.93,2.16,14,6.14,0.9,7,4.71,1.8,7,5.21,1.42,14,2.79,1.85,14,4.17,1.83,6,5.75,2.05,12,6.33,1.5,9
+linebacker,5.42,1.35,19,4.41,2.74,17,4.5,2.6,24,5.0,0.0,4,5.53,1.51,15,5.0,2.83,4,4.23,2.8,13,3.54,2.07,13,5.64,2.8,11,5.44,1.88,9,5.4,0.7,10,5.83,2.48,6,3.64,2.66,11,3.88,2.19,16,5.75,3.06,8,5.07,1.07,14,6.4,1.67,5,5.27,2.53,11,2.83,2.56,6,5.33,2.79,15,3.11,1.54,9
+linen,6.0,1.41,19,2.95,1.83,21,5.73,1.91,22,5.0,0.71,5,6.23,1.42,13,3.0,1.67,6,2.93,1.94,15,5.4,1.78,10,6.0,2.04,12,5.57,1.51,7,6.09,1.3,11,3.0,2.24,7,2.93,1.69,14,4.9,1.73,10,6.42,1.83,12,5.67,1.44,12,6.57,1.27,7,2.64,1.69,11,3.3,2.0,10,5.62,1.89,13,5.89,2.03,9
+liner,4.79,1.4,19,3.71,1.71,21,5.57,1.47,21,5.44,0.73,9,4.2,1.62,10,4.25,1.67,8,3.38,1.71,13,5.73,1.62,11,5.4,1.35,10,5.0,0.0,7,4.67,1.78,12,4.67,1.41,9,3.0,1.6,12,5.33,1.56,12,5.89,1.36,9,4.7,1.49,10,4.89,1.36,9,4.0,2.0,8,3.54,1.56,13,5.71,1.68,14,5.29,0.95,7
+lineup,4.45,1.87,22,4.47,2.7,19,5.15,2.08,20,3.8,2.28,5,4.62,1.82,16,4.88,2.64,8,4.18,2.82,11,5.0,2.05,10,5.3,2.21,10,4.25,1.82,12,4.7,2.0,10,4.0,2.75,10,5.0,2.69,9,5.64,1.86,11,4.56,2.3,9,4.18,1.89,11,4.73,1.9,11,3.0,2.39,8,5.55,2.46,11,5.0,1.94,9,5.27,2.28,11
+linger,4.42,1.39,19,4.05,1.91,21,5.39,2.5,23,3.0,1.0,3,4.69,1.3,16,4.0,1.85,8,4.08,2.02,13,4.89,2.93,9,5.71,2.23,14,4.11,1.45,9,4.7,1.34,10,4.0,1.94,9,4.08,1.98,12,5.53,2.72,15,5.12,2.17,8,4.86,1.35,7,4.17,1.4,12,4.8,1.48,10,3.36,2.06,11,6.23,2.83,13,4.3,1.49,10
+lingerie,6.89,2.11,19,5.18,3.03,22,5.87,2.14,23,6.82,2.6,11,6.86,1.35,7,5.62,2.56,8,4.93,3.34,14,4.43,2.15,7,6.5,1.86,16,6.0,2.62,8,7.55,1.44,11,5.22,3.38,9,5.15,2.91,13,5.91,2.17,11,5.83,2.21,12,6.17,2.29,12,8.14,0.9,7,4.0,2.37,11,6.36,3.26,11,5.62,2.53,13,6.2,1.55,10
+lingering,4.95,2.3,19,4.48,2.16,21,4.41,2.28,22,5.0,1.58,9,4.9,2.88,10,4.88,1.73,8,4.23,2.42,13,4.27,2.61,11,4.55,2.02,11,5.14,1.35,7,4.83,2.76,12,4.67,2.12,9,4.33,2.27,12,4.0,2.08,13,5.0,2.55,9,5.2,2.49,10,4.67,2.18,9,3.62,2.45,8,5.0,1.87,13,4.5,2.47,14,4.25,2.05,8
+lingo,5.33,1.33,18,3.3,2.23,20,5.28,1.93,25,4.8,1.1,5,5.54,1.39,13,3.36,2.42,11,3.22,2.11,9,4.94,2.05,16,5.89,1.62,9,5.14,1.77,7,5.45,1.04,11,2.89,2.26,9,3.64,2.25,11,5.3,2.13,20,5.2,0.84,5,4.78,1.3,9,5.89,1.17,9,3.18,2.36,11,3.44,2.19,9,4.68,1.67,19,7.17,1.47,6
+linguini,5.45,1.92,22,4.09,2.31,23,5.53,1.77,17,5.25,1.67,8,5.92,1.71,13,4.0,2.39,8,4.21,2.42,14,4.5,1.76,6,6.2,1.62,10,5.62,1.77,8,5.69,1.7,13,4.33,2.83,9,3.93,2.02,14,4.33,1.75,6,6.18,1.47,11,5.27,2.0,11,5.64,1.91,11,3.44,2.65,9,4.5,2.07,14,5.14,1.7,14,7.33,0.58,3
+linguist,5.0,1.29,19,3.71,1.99,17,5.59,2.29,17,5.36,0.92,11,4.5,1.6,8,3.67,2.31,3,3.71,2.02,14,4.62,2.62,8,6.44,1.67,9,4.75,1.49,8,5.18,1.17,11,4.29,1.7,7,3.3,2.16,10,5.0,2.45,6,5.91,2.26,11,5.0,1.22,13,5.0,1.55,6,3.0,2.05,11,5.0,1.1,6,6.0,1.91,7,5.3,2.58,10
+linguistics,6.37,1.26,19,2.76,1.67,21,5.87,2.32,23,6.73,1.42,11,5.86,0.9,7,2.86,2.04,7,2.71,1.54,14,5.29,2.98,7,6.12,2.03,16,6.62,1.19,8,6.18,1.33,11,2.33,1.41,9,3.08,1.83,12,6.09,1.97,11,5.67,2.67,12,6.33,1.37,12,6.43,1.13,7,2.55,1.97,11,3.0,1.33,10,5.54,2.47,13,6.3,2.16,10
+link,5.9,1.29,20,3.15,2.52,20,5.91,1.88,23,5.5,1.73,4,6.0,1.21,16,2.75,1.71,4,3.25,2.72,16,5.89,2.37,9,5.93,1.59,14,6.0,1.31,8,5.83,1.34,12,3.44,2.65,9,2.91,2.51,11,6.0,1.83,13,5.8,2.04,10,5.91,1.22,11,5.89,1.45,9,2.44,2.7,9,3.73,2.33,11,6.31,1.82,16,5.0,1.83,7
+linoleum,4.47,1.39,19,2.77,2.39,22,5.54,2.13,28,4.25,1.39,8,4.64,1.43,11,2.89,2.85,9,2.69,2.14,13,5.57,2.17,14,5.5,2.18,14,4.38,1.6,8,4.55,1.29,11,3.82,2.93,11,1.73,1.01,11,5.57,2.21,14,5.5,2.14,14,4.56,1.59,9,4.4,1.26,10,3.5,2.95,10,2.17,1.7,12,6.08,1.56,12,5.12,2.45,16
+lint,4.3,1.78,20,2.44,1.65,18,4.75,2.01,24,4.2,1.1,5,4.33,1.99,15,2.8,1.79,5,2.31,1.65,13,4.0,1.41,13,5.64,2.29,11,4.4,2.17,10,4.2,1.4,10,2.43,1.62,7,2.45,1.75,11,4.44,1.63,16,5.38,2.62,8,3.71,1.54,14,5.67,1.63,6,2.5,1.73,12,2.33,1.63,6,4.8,2.14,15,4.67,1.87,9
+lion,5.84,1.8,19,5.29,2.22,21,4.86,2.43,43,5.33,2.52,3,5.94,1.73,16,6.0,2.52,7,4.93,2.06,14,4.44,2.94,16,5.11,2.08,27,6.1,1.37,10,5.56,2.24,9,6.2,2.1,10,4.45,2.07,11,4.75,2.57,20,4.96,2.34,23,6.12,1.96,8,5.64,1.75,11,5.08,2.18,13,5.62,2.39,8,4.52,2.38,25,5.33,2.47,18
+lip,6.38,1.8,21,4.6,2.78,20,5.95,2.7,19,6.23,2.01,13,6.62,1.51,8,4.71,2.56,7,4.54,2.99,13,5.86,2.48,7,6.0,2.92,12,6.92,1.62,12,5.67,1.87,9,4.78,2.73,9,4.45,2.94,11,5.8,2.86,10,6.11,2.67,9,6.5,1.51,12,6.22,2.22,9,5.86,2.61,7,3.92,2.72,13,7.0,2.08,7,5.33,2.9,12
+liposuction,4.68,2.33,19,4.05,2.44,22,4.21,1.91,24,3.67,1.75,6,5.15,2.48,13,4.17,2.04,12,3.9,2.96,10,3.75,1.83,8,4.44,1.97,16,4.7,2.0,10,4.67,2.78,9,4.89,2.09,9,3.46,2.57,13,4.59,1.7,17,3.17,2.4,6,5.38,2.26,8,4.18,2.36,11,3.56,2.13,9,4.38,2.66,13,4.5,1.9,16,3.62,1.92,8
+lipstick,6.35,1.76,20,4.0,2.33,18,5.58,2.26,24,5.8,1.3,5,6.53,1.88,15,4.4,2.19,5,3.85,2.44,13,5.0,2.38,13,6.27,2.0,11,6.4,1.96,10,6.3,1.64,10,5.14,2.12,7,3.27,2.24,11,5.38,2.58,16,6.0,1.51,8,6.5,1.79,14,6.0,1.79,6,4.17,2.04,12,3.67,3.01,6,5.6,2.1,15,5.56,2.65,9
+liqueur,4.74,2.23,19,5.05,2.5,22,5.73,1.98,22,5.11,2.37,9,4.4,2.17,10,5.88,2.03,8,4.57,2.68,14,5.82,2.09,11,5.64,1.96,11,5.43,2.37,7,4.33,2.15,12,5.3,2.16,10,4.83,2.82,12,5.46,2.15,13,6.11,1.76,9,4.3,2.26,10,5.22,2.22,9,4.62,2.77,8,5.29,2.4,14,6.29,1.86,14,4.75,1.91,8
+liquid,5.35,1.7,23,3.67,2.63,21,6.16,2.27,19,6.0,1.6,8,5.0,1.69,15,3.9,2.81,10,3.45,2.58,11,6.86,2.27,7,5.75,2.26,12,5.67,1.5,12,5.0,1.9,11,3.73,2.69,11,3.6,2.72,10,5.86,2.35,14,7.0,2.0,5,4.91,1.7,11,5.75,1.66,12,3.6,2.5,10,3.73,2.87,11,5.67,1.73,9,6.6,2.67,10
+liquidate,3.95,2.04,19,4.36,2.06,22,4.36,2.38,22,4.11,2.09,9,3.8,2.1,10,4.62,1.77,8,4.21,2.26,14,4.73,2.28,11,4.0,2.53,11,4.29,1.25,7,3.75,2.42,12,4.0,2.0,10,4.67,2.15,12,3.92,2.4,13,5.0,2.35,9,4.6,2.22,10,3.22,1.64,9,4.5,2.39,8,4.29,1.94,14,5.14,2.38,14,3.0,1.77,8
+liquor,4.85,2.83,20,5.85,2.46,20,4.5,2.8,34,5.6,2.8,10,4.1,2.81,10,5.75,2.38,8,5.92,2.61,12,4.93,3.02,14,4.2,2.67,20,5.56,3.21,9,4.27,2.49,11,6.33,1.87,12,5.12,3.14,8,4.45,2.92,22,4.58,2.68,12,3.6,3.13,10,6.1,1.91,10,5.86,2.51,14,5.83,2.56,6,5.24,2.73,17,3.76,2.75,17
+lira,5.6,1.14,20,3.1,1.95,21,5.08,1.96,25,5.67,1.15,3,5.59,1.18,17,4.0,1.91,7,2.77,1.88,13,4.88,2.1,8,5.18,1.94,17,5.57,0.98,7,5.62,1.26,13,3.29,1.89,7,3.15,2.03,13,4.14,1.88,14,6.27,1.35,11,5.44,1.01,9,5.73,1.27,11,3.0,2.19,11,3.2,1.75,10,5.22,2.16,18,4.71,1.38,7
+lisp,3.9,1.89,20,3.78,2.24,18,3.5,2.23,24,3.4,0.55,5,4.07,2.15,15,3.4,2.19,5,3.92,2.33,13,3.23,2.24,13,3.82,2.27,11,3.8,2.1,10,4.0,1.76,10,4.29,2.36,7,3.45,2.21,11,3.5,2.13,16,3.5,2.56,8,3.36,1.45,14,5.17,2.32,6,4.33,2.23,12,2.67,1.97,6,3.47,2.61,15,3.56,1.51,9
+list,5.89,1.94,18,2.55,1.93,20,5.61,2.48,18,5.12,2.1,8,6.5,1.65,10,2.0,1.53,7,2.85,2.12,13,5.27,2.37,11,6.14,2.73,7,5.36,1.86,11,6.71,1.89,7,1.78,1.39,9,3.18,2.14,11,6.73,2.1,11,3.86,2.04,7,5.5,1.88,12,6.67,1.97,6,2.25,1.76,12,3.0,2.2,8,5.56,2.83,9,5.67,2.24,9
+listen,6.91,1.31,22,3.76,1.89,21,5.56,2.43,18,6.33,1.51,6,7.2,1.21,15,3.43,2.37,7,3.93,1.69,14,5.33,2.5,9,6.0,2.56,8,7.14,1.35,14,6.57,1.27,7,3.78,1.92,9,3.75,1.96,12,5.4,2.63,10,5.75,2.31,8,6.86,1.56,14,7.0,0.76,8,3.33,2.34,6,3.93,1.75,15,5.2,2.9,10,6.0,1.77,8
+listener,6.1,1.73,21,3.83,2.37,23,5.67,2.29,21,5.4,2.7,5,6.31,1.35,16,4.25,2.53,12,3.36,2.2,11,5.55,2.7,11,5.89,1.96,9,6.33,2.1,12,5.78,1.09,9,3.81,2.34,16,3.86,2.61,7,5.55,2.16,11,5.8,2.53,10,6.31,1.38,13,5.75,2.25,8,3.89,2.49,19,3.5,1.91,4,5.5,2.1,14,6.0,2.77,7
+listing,5.67,1.33,18,2.9,1.86,20,5.56,1.85,25,6.2,1.3,5,5.46,1.33,13,2.27,1.35,11,3.67,2.18,9,5.5,2.07,16,5.67,1.5,9,5.71,1.7,7,5.64,1.12,11,2.78,1.99,9,3.0,1.84,11,5.7,2.05,20,5.0,0.0,5,5.33,1.32,9,6.0,1.32,9,2.18,1.6,11,3.78,1.86,9,5.37,2.03,19,6.17,0.98,6
+listless,3.84,1.5,19,3.33,2.29,45,4.67,2.15,48,4.67,0.58,3,3.69,1.58,16,4.45,2.3,11,3.0,2.22,33,5.19,2.06,26,4.05,2.13,22,3.89,1.76,9,3.8,1.32,10,3.65,2.31,26,2.94,2.29,18,5.55,2.1,29,3.32,1.42,19,3.71,1.7,7,3.92,1.44,12,3.37,2.26,27,3.28,2.4,18,4.85,2.2,26,4.45,2.11,22
+liter,4.37,2.36,19,3.65,2.14,23,5.16,1.86,19,3.78,1.99,9,4.9,2.64,10,3.29,1.38,7,3.93,2.46,15,5.6,2.32,10,4.67,1.12,9,4.33,3.2,9,4.4,1.43,10,3.5,2.59,10,3.92,1.83,12,4.75,1.67,8,5.1,1.73,10,5.33,2.15,12,2.71,1.8,7,3.5,2.12,20,4.67,2.52,3,5.12,2.23,8,5.18,1.66,11
+literacy,7.55,1.47,20,3.95,2.77,21,6.36,2.48,25,7.0,2.16,4,7.69,1.3,16,3.75,2.87,4,4.0,2.83,17,5.44,2.74,9,6.88,2.25,16,7.25,1.28,8,7.75,1.6,12,4.6,3.1,10,3.36,2.42,11,6.0,2.69,14,6.82,2.23,11,7.55,1.13,11,7.56,1.88,9,3.6,2.91,10,4.27,2.72,11,6.33,2.57,18,6.43,2.44,7
+literal,5.84,1.71,19,4.35,1.87,23,6.32,2.19,19,5.44,1.42,9,6.2,1.93,10,4.57,1.72,7,4.27,2.05,15,5.9,2.38,10,6.78,1.99,9,6.44,1.67,9,5.3,1.64,10,4.5,2.46,10,4.25,1.42,12,5.62,2.5,8,6.8,1.99,10,5.67,1.61,12,6.14,1.95,7,4.3,1.95,20,4.67,1.53,3,5.62,2.33,8,6.82,2.04,11
+literary,5.95,1.72,19,3.9,1.81,21,6.43,1.95,23,5.33,1.53,3,6.06,1.77,16,3.38,1.51,8,4.23,1.96,13,5.89,2.03,9,6.79,1.89,14,6.22,1.72,9,5.7,1.77,10,4.56,2.19,9,3.42,1.38,12,6.33,2.26,15,6.62,1.3,8,5.43,2.07,7,6.25,1.48,12,3.6,1.9,10,4.18,1.78,11,6.69,2.25,13,6.1,1.52,10
+literature,6.43,1.96,21,3.7,2.52,20,6.06,2.0,36,6.62,2.2,8,6.31,1.89,13,3.4,2.07,5,3.8,2.7,15,5.91,2.26,11,6.12,1.92,25,6.46,2.26,13,6.38,1.51,8,3.33,2.31,12,4.25,2.87,8,6.0,2.1,20,6.12,1.93,16,6.0,2.19,11,6.9,1.66,10,4.09,2.84,11,3.22,2.11,9,6.0,2.27,22,6.14,1.56,14
+lithium,4.75,1.62,20,3.5,2.35,22,4.79,1.55,19,4.33,1.12,9,5.09,1.92,11,4.0,3.46,5,3.5,2.0,16,4.67,2.25,6,4.85,1.21,13,5.0,1.41,14,4.17,2.04,6,3.25,1.76,12,4.11,2.98,9,4.44,1.81,9,5.1,1.29,10,5.4,1.65,10,4.1,1.37,10,2.92,2.15,12,4.2,2.49,10,5.67,1.51,6,4.38,1.45,13
+litigation,3.8,2.09,20,4.33,2.22,21,4.21,2.25,34,4.0,1.94,10,3.6,2.32,10,4.38,1.92,8,4.31,2.46,13,4.36,2.27,14,4.1,2.29,20,3.44,1.74,9,4.09,2.39,11,4.31,1.89,13,4.38,2.83,8,4.09,2.37,22,4.42,2.11,12,3.1,1.73,10,4.5,2.27,10,4.79,2.46,14,3.43,1.4,7,4.76,2.14,17,3.65,2.29,17
+litigator,3.52,1.5,21,4.43,1.94,21,4.36,2.27,25,3.5,1.73,12,3.56,1.24,9,4.71,2.21,7,4.29,1.86,14,4.2,2.62,10,4.47,2.1,15,3.75,1.5,4,3.47,1.55,17,4.5,2.17,10,4.36,1.8,11,3.29,2.43,7,4.78,2.13,18,3.5,1.51,12,3.56,1.59,9,4.38,1.71,13,4.5,2.39,8,3.67,2.12,9,4.75,2.32,16
+litter,2.58,1.43,19,3.8,1.99,20,5.7,2.68,20,2.0,1.0,3,2.53,1.41,15,3.1,2.08,10,4.5,1.72,10,5.9,2.42,10,5.5,3.03,10,2.0,1.1,6,2.67,1.44,12,2.86,1.68,7,4.31,2.02,13,5.88,2.64,8,5.58,2.81,12,2.5,1.62,12,2.71,1.11,7,3.5,2.17,10,4.1,1.85,10,6.11,2.67,9,5.36,2.77,11
+little,5.91,1.66,22,4.2,1.96,20,5.18,2.24,17,5.0,2.45,6,6.27,1.22,15,4.33,2.34,6,4.14,1.88,14,5.22,2.49,9,5.12,2.1,8,5.71,1.77,14,6.29,1.6,7,3.67,2.35,9,4.64,1.57,11,6.0,2.29,9,4.25,1.91,8,6.14,1.88,14,5.5,1.2,8,5.17,2.23,6,3.79,1.76,14,5.33,2.65,9,5.0,1.85,8
+live,7.95,1.17,22,4.71,2.57,21,6.5,1.86,18,7.5,1.38,6,8.2,1.08,15,5.0,2.0,7,4.57,2.87,14,6.0,2.06,9,7.0,1.69,8,7.79,1.31,14,8.43,0.79,7,4.11,2.85,9,5.17,2.37,12,6.7,1.57,10,6.25,2.25,8,7.93,1.27,14,8.0,1.07,8,4.67,3.2,6,4.73,2.4,15,6.8,1.62,10,6.12,2.17,8
+livelihood,6.21,1.62,19,4.6,2.33,20,6.09,2.0,23,6.6,1.14,5,5.92,1.75,13,5.0,2.76,6,4.43,2.21,14,6.6,1.43,10,5.69,2.32,13,5.71,1.98,7,6.36,1.36,11,4.86,3.18,7,4.46,1.85,13,5.55,1.44,11,6.58,2.35,12,5.83,1.7,12,6.86,1.35,7,5.0,2.71,10,4.2,1.93,10,5.93,2.16,14,6.33,1.8,9
+lively,7.12,1.36,40,6.1,2.69,20,6.86,1.83,22,7.0,1.3,14,7.16,1.43,25,7.0,2.54,10,5.2,2.66,10,6.73,2.05,11,7.0,1.67,11,6.81,1.6,16,7.3,1.18,23,6.43,3.41,7,5.92,2.36,13,6.62,2.14,13,7.22,1.3,9,7.25,1.33,24,6.94,1.44,16,5.5,3.34,10,6.7,1.83,10,6.79,2.04,14,7.0,1.51,8
+liven,6.1,1.09,21,5.84,2.83,19,5.95,2.16,20,5.8,0.84,5,6.27,1.16,15,6.75,2.25,8,5.18,3.12,11,6.1,1.85,10,5.8,2.53,10,5.82,0.87,11,6.4,1.26,10,5.7,2.58,10,6.0,3.24,9,5.64,2.5,11,6.33,1.73,9,5.9,1.29,10,6.27,0.9,11,4.0,2.14,8,7.18,2.56,11,6.22,1.92,9,5.73,2.41,11
+liver,4.19,1.63,21,3.27,2.41,22,4.67,1.98,27,4.0,1.33,10,4.36,1.91,11,2.71,2.36,7,3.53,2.47,15,4.41,2.4,17,5.1,0.88,10,4.09,1.45,11,4.3,1.89,10,4.0,3.32,5,3.06,2.16,17,4.57,2.24,14,4.77,1.74,13,4.08,1.61,13,4.38,1.77,8,2.5,2.37,10,3.92,2.35,12,5.14,1.92,14,4.15,1.99,13
+livery,4.59,2.06,22,5.11,2.11,19,5.37,2.01,19,5.0,2.0,5,4.38,2.16,16,6.38,1.6,8,4.18,1.99,11,5.78,1.72,9,5.0,2.26,10,4.08,1.98,12,5.2,2.1,10,5.4,1.96,10,4.78,2.33,9,5.1,2.42,10,5.67,1.5,9,3.82,2.14,11,5.36,1.75,11,4.38,2.39,8,5.64,1.8,11,6.0,1.87,9,4.8,2.04,10
+livestock,5.95,1.53,21,2.95,2.24,20,4.68,2.63,22,6.33,1.21,6,5.8,1.66,15,2.5,1.69,8,3.25,2.56,12,5.08,2.64,12,4.2,2.66,10,6.33,1.41,9,5.67,1.61,12,2.78,1.99,9,3.09,2.51,11,3.14,2.41,7,5.4,2.47,15,6.1,1.37,10,5.82,1.72,11,2.46,1.94,13,3.86,2.61,7,4.5,2.75,12,4.9,2.6,10
+livid,3.42,1.8,19,5.38,2.94,21,4.55,2.48,22,3.55,1.44,11,3.57,2.3,7,5.43,2.88,7,5.36,3.08,14,4.67,2.42,6,4.5,2.58,16,3.0,1.51,8,3.73,2.0,11,6.0,3.51,8,5.0,2.61,13,5.1,2.33,10,4.08,2.61,12,3.17,1.9,12,3.86,1.68,7,4.7,3.23,10,6.0,2.65,11,4.38,2.57,13,4.78,2.49,9
+lizard,5.43,2.2,21,5.5,2.82,20,5.86,2.37,21,5.5,1.76,6,5.4,2.41,15,5.0,2.73,8,5.83,2.95,12,6.0,2.45,11,5.7,2.41,10,4.5,2.81,6,5.8,1.9,15,5.4,2.72,10,5.6,3.06,10,5.57,2.41,14,6.43,2.37,7,5.86,2.12,7,5.21,2.29,14,5.71,2.95,14,5.0,2.68,6,5.58,2.71,12,6.22,1.92,9
+llama,5.43,1.78,21,4.04,2.88,23,5.63,1.98,19,6.0,1.73,7,5.46,1.39,13,4.12,3.14,8,4.07,2.95,14,5.29,2.06,7,5.73,2.05,11,5.88,1.36,8,5.5,1.62,12,3.78,3.38,9,4.21,2.64,14,5.71,2.56,7,5.58,1.68,12,5.91,1.45,11,4.9,2.02,10,3.67,3.46,9,4.29,2.55,14,5.19,1.72,16,8.0,1.73,3
+load,4.43,1.47,21,4.55,2.37,20,6.68,2.63,19,4.85,1.28,13,3.75,1.58,8,4.29,2.21,7,4.69,2.53,13,7.14,2.04,7,6.42,2.97,12,4.67,1.37,12,4.11,1.62,9,4.44,1.94,9,4.64,2.77,11,6.5,2.76,10,6.89,2.62,9,4.83,1.27,12,3.89,1.62,9,5.29,1.6,7,4.15,2.67,13,7.14,2.91,7,6.42,2.54,12
+loader,4.48,1.91,21,2.96,2.18,23,6.33,2.25,18,5.33,2.4,9,3.83,1.19,12,3.09,1.92,11,2.83,2.48,12,6.6,2.46,10,6.0,2.07,8,5.14,2.54,7,4.08,1.55,13,3.18,2.23,11,2.75,2.22,12,6.57,3.05,7,6.18,1.72,11,4.54,1.98,13,4.38,1.92,8,3.09,2.47,11,2.83,1.99,12,6.22,2.54,9,6.44,2.07,9
+loaf,5.75,1.65,20,2.45,1.7,20,5.32,1.82,25,4.5,1.91,4,6.06,1.48,16,4.33,2.08,3,2.12,1.45,17,5.0,1.66,9,5.5,1.93,16,5.62,1.06,8,5.83,1.99,12,2.67,1.73,9,2.27,1.74,11,5.14,1.56,14,5.55,2.16,11,5.64,1.36,11,5.89,2.03,9,1.6,1.07,10,3.3,1.83,10,5.56,1.79,18,4.71,1.89,7
+loafer,4.05,1.56,22,3.63,2.24,19,5.05,2.5,21,3.8,1.3,5,4.06,1.69,16,4.0,1.85,8,3.36,2.54,11,4.8,2.57,10,5.27,2.53,11,4.0,1.13,12,4.1,2.02,10,3.2,1.81,10,4.11,2.67,9,5.5,2.32,12,4.44,2.74,9,3.73,1.1,11,4.36,1.91,11,3.12,1.89,8,4.0,2.49,11,5.33,2.87,9,4.83,2.29,12
+loan,4.19,2.56,21,3.3,2.03,20,3.77,2.07,22,4.0,2.53,6,4.27,2.66,15,2.88,2.1,8,3.58,2.02,12,3.75,2.34,12,3.8,1.81,10,5.22,3.19,9,3.42,1.73,12,3.33,1.73,9,3.27,2.33,11,4.0,1.41,7,3.67,2.35,15,5.0,2.62,10,3.45,2.38,11,3.08,1.93,13,3.71,2.29,7,3.75,2.49,12,3.8,1.55,10
+loathe,2.68,1.92,19,5.18,2.26,22,4.77,2.62,22,3.22,2.11,9,2.2,1.69,10,5.12,2.36,8,5.21,2.29,14,4.55,2.98,11,5.0,2.32,11,2.86,1.21,7,2.58,2.27,12,4.7,2.06,10,5.58,2.43,12,4.77,2.45,13,4.78,2.99,9,3.4,2.32,10,1.89,0.93,9,5.0,2.78,8,5.29,2.02,14,5.36,2.59,14,3.75,2.49,8
+loathing,2.42,1.26,19,4.5,2.19,20,3.95,2.55,22,2.43,0.53,7,2.42,1.56,12,5.11,2.2,9,4.0,2.14,11,4.83,3.49,6,3.62,2.16,16,2.5,1.65,10,2.25,0.71,8,4.38,2.13,8,4.58,2.31,12,4.6,2.75,15,2.57,1.4,7,2.27,1.35,11,2.62,1.19,8,5.33,1.61,12,3.25,2.43,8,4.82,3.06,11,3.09,1.64,11
+loathsome,2.89,1.7,19,4.45,2.54,20,3.57,1.85,28,3.33,1.86,6,2.69,1.65,13,4.18,2.56,11,4.78,2.64,9,3.73,2.24,11,3.47,1.62,17,3.55,1.86,11,2.0,0.93,8,3.6,2.32,10,5.3,2.58,10,3.89,2.08,18,3.0,1.25,10,3.31,1.84,13,2.0,0.89,6,4.08,2.53,13,5.14,2.61,7,3.25,2.08,16,4.0,1.48,12
+lobby,4.76,1.89,21,4.65,2.62,20,5.53,2.14,36,4.38,2.62,8,5.0,1.35,13,5.0,2.74,5,4.53,2.67,15,5.18,2.79,11,5.68,1.84,25,4.92,2.36,13,4.5,0.76,8,4.83,2.79,12,4.38,2.5,8,6.05,1.82,20,4.88,2.39,16,4.64,1.91,11,4.9,1.97,10,5.09,2.63,11,4.11,2.67,9,5.36,2.19,22,5.79,2.12,14
+lobbyist,3.32,1.7,19,3.73,2.12,22,4.45,2.42,22,4.0,1.5,9,2.7,1.7,10,3.88,1.96,8,3.64,2.27,14,4.55,2.54,11,4.36,2.42,11,4.43,1.13,7,2.67,1.67,12,3.7,2.11,10,3.75,2.22,12,4.23,2.2,13,4.78,2.82,9,3.6,1.65,10,3.0,1.8,9,4.12,2.75,8,3.5,1.74,14,5.07,2.59,14,3.38,1.77,8
+lobe,4.52,1.44,21,3.92,1.93,24,5.59,2.15,22,4.62,1.51,8,4.46,1.45,13,3.85,2.03,13,4.0,1.9,11,5.92,2.33,13,5.11,1.9,9,4.38,1.41,8,4.92,1.08,12,4.79,1.37,14,2.7,2.0,10,6.17,1.85,12,4.9,2.38,10,3.9,1.79,10,5.09,0.7,11,3.59,2.03,17,4.71,1.5,7,5.9,2.51,10,5.33,1.87,12
+lobotomy,2.45,2.13,22,5.32,2.65,19,2.0,1.55,21,3.2,2.28,5,2.25,2.18,16,5.38,2.97,8,5.27,2.53,11,2.0,1.89,10,2.0,1.26,11,2.5,2.02,12,2.4,2.37,10,5.9,1.97,10,4.67,3.24,9,2.33,1.92,12,1.56,0.73,9,2.27,1.95,11,2.64,2.38,11,4.88,2.85,8,5.64,2.58,11,2.22,1.92,9,1.83,1.27,12
+lobster,6.43,1.8,21,4.67,2.43,24,5.55,2.52,22,6.62,1.85,8,6.31,1.84,13,4.77,2.65,13,4.55,2.25,11,5.38,2.79,13,5.78,2.22,9,6.88,2.3,8,6.33,1.37,12,5.07,2.13,14,4.1,2.81,10,6.17,2.62,12,4.8,2.3,10,5.4,1.84,10,7.36,1.21,11,4.76,2.66,17,4.43,1.9,7,5.4,2.99,10,5.67,2.19,12
+local,6.77,1.74,22,3.8,1.91,20,6.68,1.97,19,6.08,1.85,13,7.78,0.97,9,4.29,1.38,7,3.54,2.15,13,6.71,1.89,7,6.67,2.1,12,6.67,1.97,12,6.9,1.52,10,4.11,1.27,9,3.55,2.34,11,6.5,1.96,10,6.89,2.09,9,6.83,2.04,12,6.7,1.42,10,4.0,1.73,7,3.69,2.06,13,6.57,2.37,7,6.75,1.82,12
+localized,5.05,1.05,20,2.4,1.64,20,5.86,1.28,22,5.0,0.0,7,5.08,1.32,13,2.67,1.94,9,2.18,1.4,11,6.5,1.87,6,5.62,0.96,16,5.1,1.1,10,5.0,1.12,9,2.38,1.77,8,2.42,1.62,12,5.87,1.46,15,5.86,0.9,7,4.91,1.22,11,5.22,0.83,9,2.33,1.78,12,2.5,1.51,8,5.91,1.64,11,5.82,0.87,11
+locate,5.58,1.22,19,3.67,1.85,21,6.3,1.49,23,6.0,1.0,5,5.38,1.33,13,4.17,2.04,6,3.47,1.81,15,6.6,1.26,10,6.08,1.66,13,5.29,0.95,7,5.73,1.42,11,3.14,2.34,7,3.93,1.59,14,6.09,1.22,11,6.5,1.73,12,5.58,1.31,12,5.57,1.13,7,3.64,2.38,11,3.7,1.16,10,6.21,1.37,14,6.44,1.74,9
+location,5.77,1.63,22,4.58,2.65,19,6.19,1.54,21,4.8,2.28,5,6.12,1.36,16,5.88,2.42,8,3.64,2.5,11,5.9,1.85,10,6.45,1.21,11,5.5,1.78,12,6.1,1.45,10,4.3,2.63,10,4.89,2.8,9,6.17,1.64,12,6.22,1.48,9,5.55,1.97,11,6.0,1.26,11,3.5,2.62,8,5.36,2.5,11,5.78,1.64,9,6.5,1.45,12
+locator,5.14,1.49,21,2.83,2.32,24,5.45,2.21,20,5.75,1.49,8,4.77,1.42,13,4.33,1.75,6,2.33,2.3,18,6.0,2.28,11,4.78,2.05,9,5.0,1.65,12,5.33,1.32,9,3.5,2.76,10,2.36,1.91,14,5.69,2.53,13,5.0,1.53,7,5.29,1.64,14,4.86,1.21,7,3.31,2.5,16,1.88,1.64,8,5.33,2.15,12,5.62,2.45,8
+loch,5.67,1.35,21,3.89,2.73,19,5.25,2.17,36,5.38,1.51,8,5.85,1.28,13,5.4,2.3,5,3.36,2.73,14,4.64,2.54,11,5.52,1.98,25,5.54,1.56,13,5.88,0.99,8,4.27,2.8,11,3.38,2.72,8,5.65,2.32,20,4.75,1.91,16,5.55,1.57,11,5.8,1.14,10,4.45,3.11,11,3.12,2.03,8,5.18,2.26,22,5.36,2.1,14
+lock,4.56,1.62,18,3.0,1.81,20,4.11,2.52,18,3.88,1.13,8,5.1,1.79,10,2.86,2.12,7,3.08,1.71,13,3.36,2.25,11,5.29,2.63,7,3.91,1.22,11,5.57,1.72,7,2.0,1.41,9,3.82,1.72,11,4.09,2.77,11,4.14,2.27,7,4.25,1.22,12,5.17,2.23,6,2.83,1.95,12,3.25,1.67,8,4.44,2.46,9,3.78,2.68,9
+locker,4.79,1.17,43,3.35,2.4,23,6.35,2.45,17,4.93,1.33,15,4.71,1.08,28,4.45,2.77,11,2.33,1.5,12,6.5,2.51,10,6.14,2.54,7,4.45,1.26,22,5.14,0.96,21,4.27,2.83,11,2.5,1.62,12,5.86,2.91,7,6.7,2.16,10,5.0,1.22,25,4.5,1.04,18,2.45,1.75,11,4.17,2.69,12,5.5,2.45,8,7.11,2.32,9
+locket,5.71,1.95,21,3.39,1.64,23,5.2,2.12,20,4.0,2.0,5,6.25,1.65,16,3.58,1.62,12,3.18,1.72,11,5.36,1.63,11,4.75,2.76,8,6.08,2.15,12,5.22,1.64,9,3.5,1.46,16,3.14,2.12,7,5.09,1.87,11,5.33,2.5,9,6.0,1.83,13,5.25,2.19,8,3.37,1.67,19,3.5,1.73,4,4.5,1.99,14,6.83,1.47,6
+locksmith,5.48,1.6,21,3.83,2.79,23,5.68,2.0,19,5.62,1.41,8,5.08,1.44,12,4.25,3.24,8,3.5,2.68,14,5.43,1.62,7,5.91,2.34,11,5.0,1.77,8,5.5,1.17,12,4.33,2.96,9,3.5,2.74,14,4.86,2.12,7,6.17,1.85,12,5.6,1.9,10,5.36,1.36,11,3.0,2.5,9,4.36,2.92,14,5.56,2.0,16,6.33,2.31,3
+lockup,3.19,1.72,21,4.11,2.47,19,4.63,2.43,35,2.75,1.39,8,3.46,1.9,13,4.2,2.17,5,4.07,2.64,14,4.55,2.25,11,4.67,2.55,24,2.92,1.8,13,3.62,1.6,8,4.73,2.61,11,3.25,2.12,8,5.11,2.13,19,4.06,2.69,16,3.64,1.69,11,2.7,1.7,10,4.4,2.72,10,3.78,2.28,9,4.52,2.62,21,4.79,2.19,14
+loco,4.53,1.71,19,4.8,2.4,20,4.21,1.91,24,4.38,2.02,13,4.83,0.75,6,5.6,1.67,5,4.53,2.59,15,4.54,1.51,13,3.82,2.32,11,5.11,2.26,9,4.0,0.82,10,6.14,1.68,7,4.08,2.47,13,4.0,2.1,11,4.38,1.8,13,4.89,1.54,9,4.2,1.87,10,4.9,2.33,10,4.7,2.58,10,4.33,2.55,9,4.13,1.51,15
+locomotive,5.95,1.28,21,5.5,2.18,22,5.23,2.14,22,5.78,1.48,9,6.08,1.16,12,5.33,2.16,6,5.53,2.33,15,6.17,2.04,6,4.88,2.13,16,5.78,0.67,9,6.08,1.62,12,5.6,2.3,5,5.47,2.21,17,4.82,2.04,11,5.64,2.25,11,6.25,1.06,12,5.56,1.51,9,4.89,2.15,9,5.92,2.18,13,4.92,1.98,12,5.6,2.37,10
+locust,3.16,1.71,19,4.24,2.05,21,3.45,2.31,20,4.0,2.0,3,3.0,1.67,16,4.17,2.64,6,4.27,1.87,15,3.5,2.07,6,3.43,2.47,14,3.1,1.79,10,3.22,1.72,9,4.14,2.12,7,4.29,2.09,14,3.6,2.76,10,3.3,1.89,10,3.38,1.69,8,3.0,1.79,11,4.33,2.55,9,4.17,1.7,12,4.0,2.62,8,3.08,2.11,12
+lode,5.24,1.81,21,3.45,2.52,20,5.03,2.37,36,5.5,2.0,8,5.08,1.75,13,4.2,2.77,5,3.2,2.48,15,4.91,2.26,11,5.08,2.47,25,5.46,1.94,13,4.88,1.64,8,4.08,2.71,12,2.5,2.0,8,5.0,2.47,20,5.06,2.32,16,5.27,2.05,11,5.2,1.62,10,3.91,2.74,11,2.89,2.26,9,4.68,2.4,22,5.57,2.31,14
+lodge,6.43,1.54,21,3.33,2.29,21,5.8,1.78,25,6.33,1.56,12,6.56,1.59,9,3.86,2.97,7,3.07,1.94,14,5.4,2.17,10,6.07,1.49,15,7.5,1.91,4,6.18,1.38,17,4.1,2.69,10,2.64,1.69,11,4.86,2.04,7,6.17,1.58,18,6.75,1.66,12,6.0,1.32,9,3.46,2.3,13,3.12,2.42,8,5.0,1.94,9,6.25,1.57,16
+loft,5.96,1.81,24,3.42,2.78,19,5.09,2.11,22,6.0,1.93,8,5.94,1.81,16,2.43,2.57,7,4.0,2.83,12,5.25,1.91,12,4.9,2.42,10,6.2,1.62,10,5.79,1.97,14,3.33,2.87,9,3.5,2.84,10,4.14,1.95,7,5.53,2.1,15,6.33,2.06,12,5.58,1.51,12,3.0,2.61,13,4.33,3.14,6,4.92,2.47,12,5.3,1.7,10
+lofty,5.65,1.76,20,2.95,2.24,22,5.85,2.09,27,6.86,1.46,7,5.0,1.58,13,3.4,2.27,10,2.58,2.23,12,5.87,2.2,15,5.91,2.12,11,5.55,1.37,11,5.78,2.22,9,3.22,2.39,9,2.77,2.2,13,5.76,2.31,17,6.11,1.83,9,5.46,1.9,13,6.0,1.53,7,2.44,1.9,16,4.33,2.66,6,5.08,2.54,12,6.47,1.46,15
+log,4.94,1.11,18,4.29,2.31,21,5.7,1.4,23,5.2,0.84,5,4.92,1.24,12,4.33,2.66,6,4.27,2.25,15,5.7,1.57,10,5.69,1.32,13,4.71,0.76,7,5.2,1.32,10,5.0,3.11,7,3.93,1.82,14,5.55,1.13,11,5.83,1.64,12,4.82,1.17,11,5.14,1.07,7,4.09,2.59,11,4.5,2.07,10,5.57,1.34,14,5.89,1.54,9
+logic,6.58,1.12,19,3.67,1.85,21,6.7,1.69,23,6.8,0.84,5,6.38,1.19,13,4.67,2.16,6,3.27,1.62,15,6.4,1.43,10,6.92,1.89,13,6.43,1.13,7,6.55,1.13,11,4.0,2.0,7,3.5,1.83,14,6.36,1.91,11,7.0,1.48,12,6.75,1.29,12,6.29,0.76,7,3.73,2.37,11,3.6,1.17,10,6.57,1.5,14,6.89,2.03,9
+logical,6.38,2.25,21,3.83,1.99,24,7.29,1.93,21,6.88,1.89,8,6.08,2.47,13,3.17,1.7,12,4.5,2.11,12,7.31,1.84,13,7.25,2.19,8,7.0,1.77,8,6.33,2.27,12,4.54,1.94,13,3.0,1.79,11,7.42,2.02,12,7.11,1.9,9,6.0,2.36,10,6.73,2.2,11,3.81,2.17,16,3.88,1.73,8,6.67,2.18,9,7.75,1.66,12
+logistics,5.05,1.85,20,3.76,1.55,21,5.65,2.29,34,6.0,1.25,10,4.1,1.91,10,4.12,1.73,8,3.54,1.45,13,6.57,2.31,14,5.0,2.1,20,4.78,1.72,9,5.27,2.0,11,4.15,1.52,13,3.12,1.46,8,6.05,2.32,22,4.92,2.15,12,4.3,1.34,10,5.8,2.04,10,3.57,1.79,14,4.14,0.9,7,5.94,2.36,17,5.35,2.26,17
+logo,5.53,2.01,19,3.32,2.51,22,5.0,1.9,27,4.67,1.97,6,5.92,1.98,13,2.45,1.37,11,4.18,3.12,11,4.9,2.47,10,5.06,1.56,17,6.09,1.7,11,4.75,2.25,8,2.91,2.17,11,3.73,2.87,11,5.0,1.88,18,5.0,2.06,9,5.77,1.79,13,5.0,2.53,6,3.71,2.84,14,2.62,1.77,8,4.75,2.18,16,5.36,1.43,11
+lollipop,7.29,1.06,21,3.88,2.23,24,6.1,2.13,20,7.5,1.07,8,7.15,1.07,13,4.83,2.4,6,3.56,2.15,18,6.0,1.84,11,6.22,2.54,9,7.08,1.08,12,7.56,1.01,9,4.5,1.96,10,3.43,2.38,14,5.85,2.23,13,6.57,1.99,7,7.36,1.08,14,7.14,1.07,7,4.38,2.19,16,2.88,2.1,8,6.25,1.86,12,5.88,2.59,8
+lone,3.75,1.25,20,3.84,2.01,19,4.32,2.34,22,3.29,1.11,7,4.0,1.29,13,4.22,2.17,9,3.5,1.9,10,5.33,2.42,6,3.94,2.26,16,4.0,1.05,10,3.56,1.51,9,3.88,1.55,8,3.82,2.36,11,4.87,2.26,15,3.14,2.19,7,3.45,1.21,11,4.11,1.27,9,3.27,1.74,11,4.62,2.2,8,4.45,2.46,11,4.18,2.32,11
+loneliness,2.35,1.85,43,4.09,2.37,43,3.61,2.29,23,2.45,2.07,11,2.26,1.81,31,4.55,2.31,20,3.7,2.4,23,4.78,2.91,9,2.86,1.46,14,2.33,1.68,21,2.36,2.04,22,3.58,2.19,19,4.5,2.47,24,4.13,2.56,15,2.62,1.3,8,2.1,1.58,21,2.59,2.09,22,3.74,2.36,27,4.69,2.33,16,3.77,2.83,13,3.4,1.43,10
+lonely,2.67,1.62,21,4.37,2.55,43,3.33,1.97,24,3.44,2.07,9,2.08,0.9,12,3.85,2.25,20,4.83,2.76,23,2.88,1.36,8,3.56,2.22,16,3.0,1.91,7,2.54,1.56,13,4.83,2.65,24,3.79,2.37,19,3.35,1.66,17,3.17,2.99,6,2.54,1.61,13,2.88,1.73,8,4.52,2.73,29,4.07,2.2,14,3.56,2.16,16,2.88,1.55,8
+loner,3.5,1.67,20,3.94,2.41,18,5.45,2.32,22,3.4,1.14,5,3.53,1.85,15,3.33,1.86,6,4.25,2.67,12,5.6,1.51,10,5.33,2.9,12,3.7,1.06,10,3.3,2.16,10,3.6,2.22,10,4.38,2.72,8,4.27,2.1,11,6.64,1.96,11,3.17,1.4,12,4.0,2.0,8,3.0,2.78,9,4.89,1.62,9,5.45,2.34,11,5.45,2.42,11
+lonesome,3.35,1.76,20,3.45,2.16,20,4.28,2.28,25,3.33,1.53,3,3.35,1.84,17,4.0,2.71,7,3.33,1.83,12,4.62,2.07,8,4.12,2.42,17,3.86,1.21,7,3.08,1.98,13,4.0,1.91,7,3.33,2.31,12,4.07,2.2,14,4.55,2.46,11,2.89,1.36,9,3.73,2.0,11,3.18,2.09,11,3.78,2.33,9,3.67,2.09,18,5.86,2.12,7
+longboat,5.35,1.95,20,3.72,2.85,18,5.38,2.12,24,6.0,0.71,5,5.13,2.2,15,4.8,2.49,5,3.31,2.95,13,4.77,2.39,13,6.09,1.58,11,5.5,2.32,10,5.2,1.62,10,4.86,2.91,7,3.0,2.68,11,5.31,1.99,16,5.5,2.51,8,5.0,2.15,14,6.17,1.17,6,3.83,2.79,12,3.5,3.21,6,5.4,2.35,15,5.33,1.8,9
+longevity,6.57,1.66,21,4.75,2.63,20,5.89,2.21,36,7.75,1.04,8,5.85,1.57,13,4.0,2.12,5,5.0,2.8,15,5.91,1.81,11,5.88,2.4,25,7.15,1.46,13,5.62,1.6,8,4.33,2.35,12,5.38,3.07,8,6.35,2.06,20,5.31,2.33,16,6.55,1.51,11,6.6,1.9,10,5.73,2.97,11,3.56,1.59,9,5.68,2.51,22,6.21,1.67,14
+longitude,4.76,1.61,21,2.91,1.93,23,5.04,1.82,26,5.45,1.13,11,4.0,1.76,10,3.18,2.09,11,2.67,1.83,12,5.18,1.83,11,5.07,1.86,14,4.7,1.83,10,4.82,1.47,11,3.0,2.1,11,2.83,1.85,12,4.94,1.95,17,5.5,1.51,8,4.54,2.03,13,5.12,0.35,8,2.53,1.96,15,3.62,1.77,8,4.94,2.11,17,5.22,1.2,9
+longtime,5.5,1.54,22,3.36,2.27,25,6.0,2.19,24,6.0,1.94,9,5.15,1.14,13,2.67,2.0,9,3.75,2.38,16,5.78,2.17,9,6.13,2.26,15,5.25,1.49,8,5.64,1.6,14,4.58,2.15,12,2.23,1.79,13,5.75,2.45,12,6.25,1.96,12,5.58,1.56,12,5.4,1.58,10,3.2,2.11,15,3.6,2.59,10,6.23,2.09,13,5.73,2.37,11
+look,5.95,1.68,22,3.76,2.64,21,5.88,1.67,16,5.0,1.55,6,6.33,1.68,15,2.86,2.48,7,4.21,2.69,14,5.5,1.77,8,6.25,1.58,8,5.71,1.86,14,6.43,1.4,7,4.0,2.83,9,3.58,2.61,12,5.78,1.99,9,6.0,1.29,7,5.79,1.93,14,6.25,1.16,8,4.5,3.33,6,3.47,2.39,15,6.44,1.94,9,5.14,0.9,7
+looker,6.05,1.81,22,4.88,2.29,26,6.17,2.08,24,6.78,1.2,9,5.54,2.03,13,3.8,2.44,10,5.56,1.97,16,6.0,2.0,9,6.27,2.19,15,5.75,2.31,8,6.21,1.53,14,4.54,2.3,13,5.23,2.31,13,5.83,1.95,12,6.5,2.24,12,5.75,2.05,12,6.4,1.51,10,5.0,2.45,15,4.73,2.15,11,6.0,2.16,13,6.36,2.06,11
+lookout,4.43,1.7,23,4.32,2.21,22,6.0,2.47,19,4.62,1.51,8,4.33,1.84,15,4.2,2.15,10,4.42,2.35,12,6.0,3.22,6,6.0,2.2,13,4.67,1.72,12,4.18,1.72,11,4.36,2.16,11,4.27,2.37,11,5.64,2.59,14,7.0,2.0,5,4.18,1.83,11,4.67,1.61,12,4.2,2.35,10,4.42,2.19,12,5.8,1.81,10,6.22,3.15,9
+loom,4.94,1.76,18,3.65,2.21,20,4.96,2.13,25,5.6,1.52,5,4.69,1.84,13,2.91,1.87,11,4.56,2.35,9,5.38,2.13,16,4.22,2.05,9,4.57,1.81,7,5.18,1.78,11,3.22,2.64,9,4.0,1.84,11,4.65,2.21,20,6.2,1.3,5,5.11,1.83,9,4.78,1.79,9,3.09,2.34,11,4.33,1.94,9,5.11,2.13,19,4.5,2.26,6
+loon,4.74,1.79,19,3.85,1.98,20,4.75,2.29,20,6.0,1.0,3,4.5,1.83,16,3.0,1.67,6,4.21,2.04,14,5.5,1.76,6,4.43,2.47,14,5.6,0.97,10,3.78,2.05,9,4.29,2.06,7,3.62,1.98,13,4.6,2.01,10,4.9,2.64,10,5.12,1.64,8,4.45,1.92,11,4.33,2.18,9,3.45,1.81,11,4.12,2.59,8,5.17,2.08,12
+loony,4.48,1.44,21,4.04,2.61,24,4.2,2.5,20,5.12,1.64,8,4.08,1.19,13,4.83,2.14,6,3.78,2.76,18,4.09,2.63,11,4.33,2.5,9,4.5,1.62,12,4.44,1.24,9,5.0,2.75,10,3.36,2.37,14,4.38,2.72,13,3.86,2.19,7,4.14,1.51,14,5.14,1.07,7,4.62,2.31,16,2.88,2.95,8,4.25,2.56,12,4.12,2.59,8
+loop,5.26,1.59,19,3.52,1.81,21,4.9,1.8,20,5.0,0.0,3,5.31,1.74,16,3.0,1.55,6,3.73,1.91,15,6.17,1.17,6,4.36,1.78,14,5.6,0.7,10,4.89,2.2,9,2.86,1.46,7,3.86,1.92,14,5.2,2.2,10,4.6,1.35,10,5.62,1.6,8,5.0,1.61,11,3.11,1.69,9,3.83,1.9,12,4.88,2.64,8,4.92,1.08,12
+loophole,4.84,1.61,19,4.71,1.95,21,5.35,2.04,23,4.8,1.3,5,4.85,1.82,13,5.5,2.43,6,4.4,1.72,15,4.8,1.87,10,5.77,2.13,13,4.14,1.57,7,5.27,1.62,11,4.43,2.23,7,4.86,1.88,14,5.45,2.07,11,5.25,2.09,12,5.08,1.38,12,4.43,1.99,7,5.0,2.37,11,4.4,1.43,10,4.79,2.12,14,6.22,1.64,9
+loopy,4.67,2.2,21,4.25,2.27,20,4.16,2.39,19,5.0,3.03,6,4.53,1.88,15,4.38,2.0,8,4.17,2.52,12,4.08,2.61,12,4.29,2.14,7,4.89,2.89,9,4.5,1.62,12,5.0,1.87,9,3.64,2.46,11,4.43,2.23,7,4.0,2.56,12,5.3,2.63,10,4.09,1.64,11,4.92,2.29,13,3.0,1.73,7,3.9,3.07,10,4.44,1.42,9
+loose,4.52,2.06,21,4.3,2.47,20,5.53,2.74,19,4.77,1.79,13,4.12,2.53,8,4.86,2.12,7,4.0,2.68,13,6.14,2.85,7,5.17,2.72,12,4.58,2.19,12,4.44,2.01,9,4.11,2.26,9,4.45,2.73,11,6.0,2.79,10,5.0,2.74,9,4.42,2.11,12,4.67,2.12,9,5.29,1.6,7,3.77,2.74,13,5.71,3.35,7,5.42,2.47,12
+loosen,5.0,1.0,19,4.0,2.43,21,6.0,2.2,23,5.33,0.58,3,4.94,1.06,16,4.62,2.39,8,3.62,2.47,13,6.44,2.19,9,5.71,2.23,14,5.22,0.83,9,4.8,1.14,10,5.0,2.65,9,3.25,2.05,12,6.27,2.22,15,5.5,2.2,8,4.43,1.27,7,5.33,0.65,12,4.5,2.17,10,3.55,2.66,11,6.85,2.19,13,4.9,1.73,10
+loot,4.43,2.6,21,5.15,2.13,20,5.62,2.5,21,5.83,2.14,6,3.87,2.61,15,5.62,2.0,8,4.83,2.25,12,6.45,2.62,11,4.7,2.11,10,5.5,2.74,6,4.0,2.51,15,5.7,2.45,10,4.6,1.71,10,5.79,2.39,14,5.29,2.87,7,4.86,2.54,7,4.21,2.69,14,5.07,2.23,14,5.33,2.07,6,5.75,2.53,12,5.44,2.6,9
+lop,4.8,2.14,20,4.55,2.16,20,5.08,1.71,25,4.18,2.09,11,5.56,2.07,9,6.0,2.0,7,3.77,1.88,13,4.58,1.38,12,5.54,1.9,13,4.82,2.36,11,4.78,1.99,9,3.91,2.21,11,5.33,1.94,9,5.0,1.94,17,5.25,1.16,8,5.3,1.89,10,4.3,2.36,10,4.42,2.39,12,4.75,1.91,8,5.13,1.96,15,5.0,1.33,10
+lopsided,4.19,1.54,21,4.42,2.21,24,3.95,2.17,22,4.38,1.92,8,4.08,1.32,13,4.23,2.13,13,4.64,2.38,11,4.23,2.59,13,3.56,1.42,9,4.25,1.91,8,4.33,1.23,12,5.14,1.83,14,3.4,2.37,10,4.42,2.43,12,3.4,1.78,10,3.9,2.02,10,4.45,0.93,11,4.12,1.93,17,5.14,2.79,7,3.7,2.45,10,4.17,1.99,12
+lord,5.59,2.17,22,3.81,2.42,21,5.75,2.35,16,6.0,2.37,6,5.33,2.19,15,3.86,3.24,7,3.79,2.04,14,5.5,1.85,8,6.0,2.88,8,5.5,1.95,14,5.57,2.82,7,3.33,2.06,9,4.17,2.69,12,6.0,2.24,9,5.43,2.64,7,5.29,2.02,14,6.12,2.47,8,3.5,2.51,6,3.93,2.46,15,6.33,2.74,9,5.0,1.63,7
+lordship,5.2,2.26,20,4.42,2.04,24,5.41,2.68,22,6.0,1.6,8,4.67,2.53,12,4.69,2.36,13,4.09,1.64,11,6.23,2.39,13,4.22,2.77,9,6.88,1.81,8,3.82,1.66,11,5.0,1.62,14,3.6,2.37,10,5.67,2.67,12,5.1,2.81,10,5.5,2.12,10,4.9,2.47,10,4.35,2.15,17,4.57,1.9,7,5.3,2.75,10,5.5,2.75,12
+lore,6.42,1.95,19,4.5,2.37,22,5.58,1.77,19,5.89,1.96,9,6.9,1.91,10,4.14,2.27,7,4.64,2.56,14,6.0,1.94,10,5.11,1.54,9,6.44,2.07,9,6.4,1.96,10,5.3,2.5,10,3.73,2.2,11,5.12,1.25,8,5.7,2.06,10,5.92,1.73,12,7.29,2.14,7,4.2,2.26,20,7.5,0.71,2,5.5,1.6,8,5.64,1.96,11
+lose,3.59,2.09,22,5.43,2.69,21,4.39,2.33,18,4.83,2.64,6,3.07,1.75,15,4.71,2.81,7,5.79,2.67,14,4.78,2.54,9,4.12,2.3,8,3.71,2.33,14,3.29,1.8,7,4.56,3.13,9,6.08,2.23,12,5.3,2.36,10,3.25,1.83,8,4.21,2.33,14,2.5,0.93,8,5.83,3.92,6,5.27,2.19,15,5.2,2.49,10,3.38,1.77,8
+loser,2.85,2.06,39,3.94,2.41,18,4.53,2.55,17,3.23,2.55,13,2.65,1.79,26,3.5,1.64,6,4.17,2.76,12,5.89,2.57,9,3.0,1.51,8,3.09,2.31,22,2.53,1.7,17,3.9,2.02,10,4.0,2.98,8,5.0,3.41,6,4.27,2.1,11,3.23,2.29,26,2.08,1.26,13,2.67,2.69,9,5.22,1.2,9,4.62,2.72,8,4.44,2.55,9
+loss,2.9,2.14,21,5.2,2.55,20,4.47,3.04,19,3.38,2.43,13,2.12,1.36,8,4.43,1.51,7,5.62,2.93,13,5.43,2.88,7,3.92,3.12,12,3.25,2.53,12,2.44,1.51,9,4.22,2.44,9,6.0,2.45,11,6.1,2.42,10,2.67,2.69,9,2.75,1.76,12,3.11,2.67,9,5.0,1.63,7,5.31,2.98,13,5.29,3.25,7,4.0,2.95,12
+lost,2.53,1.12,19,5.11,2.47,37,3.85,2.05,26,2.33,1.53,3,2.53,1.13,15,4.67,2.74,9,5.25,2.41,28,3.92,2.25,13,3.77,1.92,13,2.83,1.17,6,2.33,1.15,12,5.29,2.61,14,5.0,2.43,23,4.41,2.29,17,2.78,0.83,9,2.42,1.0,12,2.71,1.38,7,4.25,2.15,20,6.12,2.5,17,4.25,2.21,16,3.2,1.69,10
+lotion,5.52,1.88,23,3.55,2.28,22,5.75,2.45,20,5.88,1.36,8,5.33,2.13,15,3.1,2.02,10,3.92,2.5,12,6.71,2.98,7,5.23,2.05,13,5.0,2.09,12,6.09,1.51,11,4.27,2.49,11,2.82,1.89,11,5.53,2.67,15,6.4,1.67,5,4.73,1.85,11,6.25,1.66,12,3.8,1.93,10,3.33,2.61,12,5.6,1.9,10,5.9,3.0,10
+lottery,6.33,1.98,21,6.05,2.42,21,3.45,2.7,22,6.78,1.39,9,6.0,2.34,12,5.71,2.75,7,6.08,2.36,13,2.8,1.87,10,4.0,3.22,12,6.86,1.95,7,5.85,1.91,13,5.57,1.99,7,6.15,2.7,13,4.0,2.76,11,2.91,2.66,11,6.85,1.82,13,5.5,2.07,8,6.82,2.09,11,5.2,2.57,10,3.09,2.47,11,3.82,2.99,11
+lotto,6.05,1.86,22,6.0,2.74,18,3.29,2.83,21,5.6,1.67,5,6.19,2.01,16,5.86,2.85,7,6.09,2.81,11,2.9,3.0,10,3.64,2.77,11,5.92,2.19,12,6.2,1.48,10,5.22,2.73,9,6.78,2.68,9,3.33,2.9,12,3.22,2.91,9,6.09,2.07,11,6.0,1.73,11,5.29,2.14,7,6.45,3.08,11,3.89,3.37,9,2.83,2.41,12
+lotus,6.24,1.87,21,3.77,2.14,22,4.86,2.2,21,6.33,1.0,9,6.17,2.37,12,3.33,1.86,6,3.8,2.27,15,4.83,3.37,6,4.87,1.68,15,6.0,1.22,9,6.42,2.27,12,5.4,1.52,5,3.29,2.08,17,4.8,2.04,10,4.91,2.43,11,5.67,2.06,12,7.0,1.32,9,4.0,2.24,9,3.62,2.14,13,5.25,2.14,12,4.33,2.29,9
+loudmouth,3.24,1.84,21,5.21,2.37,19,4.39,2.64,36,3.12,1.96,8,3.31,1.84,13,5.0,2.92,5,5.29,2.27,14,4.73,3.04,11,4.24,2.5,25,3.23,1.92,13,3.25,1.83,8,5.55,2.5,11,4.75,2.25,8,4.35,2.58,20,4.44,2.8,16,3.64,1.8,11,2.8,1.87,10,5.82,2.18,11,4.38,2.5,8,4.18,2.82,22,4.71,2.4,14
+loudspeaker,4.67,2.06,21,4.3,2.49,23,4.62,2.46,21,3.0,2.0,5,5.19,1.83,16,4.75,2.3,12,3.82,2.71,11,5.27,2.33,11,3.33,1.87,9,4.58,2.23,12,4.78,1.92,9,4.44,2.78,16,4.0,1.83,7,4.64,2.06,11,4.6,2.95,10,4.92,2.36,13,4.25,1.49,8,4.47,2.61,19,3.5,1.91,4,4.43,2.5,14,5.0,2.52,7
+lounge,5.95,1.9,20,2.64,2.08,22,5.88,2.12,26,5.22,1.56,9,6.55,2.02,11,3.43,3.05,7,2.27,1.44,15,5.5,2.39,16,6.5,1.51,10,6.5,1.78,10,5.4,1.96,10,2.0,2.24,5,2.82,2.07,17,5.38,2.6,13,6.38,1.45,13,6.25,1.82,12,5.5,2.07,8,1.6,1.07,10,3.5,2.35,12,5.92,2.4,13,5.85,1.91,13
+louse,3.34,1.61,41,3.61,2.22,41,3.93,1.92,42,3.61,1.85,18,3.13,1.39,23,4.12,2.13,16,3.28,2.26,25,4.79,1.72,14,3.5,1.9,28,3.65,1.53,20,2.95,1.64,20,3.78,2.0,23,3.39,2.52,18,4.35,2.01,23,3.42,1.71,19,3.38,1.81,24,3.29,1.31,17,3.27,2.0,30,4.55,2.62,11,3.95,2.06,22,3.9,1.8,20
+lousy,3.14,1.93,22,4.28,2.44,25,4.33,1.93,24,3.44,1.74,9,2.92,2.1,13,3.78,2.22,9,4.56,2.58,16,3.89,1.45,9,4.6,2.16,15,4.0,2.45,8,2.64,1.45,14,4.75,2.53,12,3.85,2.38,13,4.17,1.47,12,4.5,2.35,12,2.75,2.3,12,3.6,1.35,10,3.79,2.61,14,4.91,2.17,11,4.31,1.7,13,4.36,2.25,11
+lovable,8.26,0.99,19,5.41,2.72,22,6.83,2.33,24,8.33,1.21,6,8.23,0.93,13,5.5,2.68,12,5.3,2.91,10,5.25,3.11,8,7.62,1.36,16,7.8,1.14,10,8.78,0.44,9,5.89,2.8,9,5.08,2.72,13,6.82,2.35,17,7.0,2.68,6,8.88,0.35,8,7.82,1.08,11,5.78,2.82,9,5.15,2.73,13,7.06,2.43,16,6.38,2.2,8
+love,8.0,1.39,37,5.36,3.23,47,5.92,2.92,50,7.71,1.63,24,8.54,0.52,13,4.29,3.27,14,5.82,3.15,33,5.81,3.12,26,6.04,2.74,24,8.0,1.46,16,8.0,1.38,21,5.43,3.44,23,5.29,3.09,24,5.81,3.2,21,6.0,2.75,29,7.91,1.44,22,8.13,1.36,15,6.0,3.21,25,4.64,3.16,22,5.96,3.3,24,5.88,2.58,26
+loved,7.65,1.73,43,5.59,3.08,46,6.68,1.8,19,7.45,1.6,22,7.86,1.88,21,4.79,3.29,14,5.94,2.97,32,6.7,2.26,10,6.67,1.22,9,7.18,2.04,22,8.14,1.2,21,6.0,3.27,22,5.21,2.92,24,6.0,2.07,8,7.1,1.52,10,7.62,1.88,26,7.71,1.53,17,5.92,3.16,25,5.19,3.01,21,6.88,1.73,8,6.55,1.92,11
+loveless,2.59,1.89,22,4.46,2.39,26,3.96,2.37,24,2.33,1.66,9,2.77,2.09,13,4.3,2.45,10,4.56,2.42,16,3.89,1.45,9,4.0,2.83,15,2.88,2.17,8,2.43,1.79,14,4.08,2.18,13,4.85,2.61,13,3.5,2.28,12,4.42,2.47,12,3.08,2.23,12,2.0,1.25,10,4.13,2.26,15,4.91,2.59,11,3.85,2.27,13,4.09,2.59,11
+loveliness,7.5,1.1,20,5.65,2.68,20,5.24,2.17,17,7.43,0.98,7,7.54,1.2,13,6.22,2.22,9,5.18,3.03,11,3.6,1.67,5,5.92,2.02,12,7.4,1.26,10,7.78,0.83,9,5.88,2.47,8,5.5,2.91,12,4.5,1.83,12,7.0,2.0,5,7.91,1.22,11,7.0,0.71,9,5.08,2.84,12,6.5,2.33,8,4.22,2.11,9,6.38,1.69,8
+lovely,7.55,1.65,22,3.95,2.75,21,6.38,2.42,16,7.5,1.52,6,7.53,1.81,15,4.14,3.29,7,3.86,2.57,14,5.75,2.6,8,7.0,2.2,8,7.36,1.78,14,7.86,1.57,7,3.89,2.42,9,4.0,3.07,12,6.0,2.88,8,6.75,1.98,8,7.36,1.82,14,7.88,1.36,8,4.67,2.94,6,3.67,2.72,15,6.62,2.77,8,6.12,2.17,8
+lovemaking,7.95,1.27,19,6.14,3.29,21,6.22,2.33,23,8.4,0.89,5,7.77,1.42,13,7.0,3.03,6,5.8,3.43,15,7.0,2.62,10,5.62,1.98,13,7.57,1.4,7,8.18,1.25,11,6.43,2.7,7,6.0,3.64,14,6.18,2.09,11,6.25,2.63,12,8.08,1.24,12,7.71,1.38,7,6.36,3.53,11,5.9,3.18,10,6.57,2.62,14,5.67,1.8,9
+lover,8.05,1.25,22,7.45,2.04,20,6.37,2.17,19,7.85,1.41,13,8.33,1.0,9,7.57,1.81,7,7.38,2.22,13,6.0,2.31,7,6.58,2.15,12,8.17,1.19,12,7.9,1.37,10,7.44,1.67,9,7.45,2.38,11,6.1,2.02,10,6.67,2.4,9,8.33,0.98,12,7.7,1.49,10,8.29,0.76,7,7.0,2.38,13,7.14,1.57,7,5.92,2.39,12
+lovesick,3.63,1.54,19,5.81,2.48,21,3.8,2.61,20,4.0,1.73,3,3.56,1.55,16,4.17,2.64,6,6.47,2.17,15,3.83,2.14,6,3.79,2.86,14,3.8,1.14,10,3.44,1.94,9,7.14,1.35,7,5.14,2.68,14,4.8,2.97,10,2.8,1.81,10,4.12,1.64,8,3.27,1.42,11,6.44,2.74,9,5.33,2.27,12,5.0,3.59,8,3.0,1.35,12
+low,4.39,1.72,18,2.21,1.9,19,3.11,1.53,18,3.5,1.51,8,5.1,1.6,10,2.29,1.98,7,2.17,1.95,12,3.27,1.42,11,2.86,1.77,7,3.73,1.49,11,5.43,1.62,7,2.11,2.09,9,2.3,1.83,10,2.91,1.38,11,3.43,1.81,7,3.92,1.24,12,5.33,2.25,6,2.58,2.27,12,1.57,0.79,7,3.22,1.79,9,3.0,1.32,9
+lowdown,3.74,1.79,19,4.0,2.43,22,4.87,2.12,23,4.18,1.78,11,3.43,1.62,7,4.62,2.45,8,3.64,2.44,14,4.57,2.23,7,5.0,2.13,16,4.0,1.77,8,3.55,1.86,11,3.56,2.92,9,4.31,2.1,13,4.55,1.81,11,5.17,2.41,12,3.25,1.71,12,4.57,1.72,7,3.55,2.98,11,4.45,1.75,11,4.85,2.08,13,4.9,2.28,10
+lowlife,2.68,1.34,19,4.29,1.71,21,3.4,1.82,20,3.33,1.53,3,2.56,1.31,16,4.67,2.25,6,4.13,1.51,15,3.33,1.51,6,3.43,1.99,14,3.2,1.14,10,2.11,1.36,9,4.29,1.25,7,4.29,1.94,14,2.9,1.45,10,3.9,2.08,10,2.62,1.41,8,2.73,1.35,11,4.22,1.92,9,4.33,1.61,12,2.62,1.92,8,3.92,1.62,12
+lowly,4.0,1.61,21,3.95,1.75,19,3.57,2.44,21,3.8,1.1,5,4.0,1.81,15,3.62,1.69,8,4.18,1.83,11,3.3,2.06,10,3.82,2.82,11,3.73,1.1,11,4.3,2.06,10,4.6,1.65,10,3.22,1.64,9,2.92,2.39,12,4.44,2.35,9,4.3,1.06,10,3.73,2.0,11,4.62,1.85,8,3.45,1.57,11,3.22,1.79,9,3.83,2.89,12
+lox,4.74,2.0,19,3.86,1.88,22,5.68,1.91,22,4.22,1.48,9,5.2,2.35,10,5.0,1.07,8,3.21,1.97,14,5.82,2.14,11,5.55,1.75,11,4.71,0.76,7,4.75,2.49,12,4.2,1.81,10,3.58,1.98,12,6.15,1.95,13,5.0,1.73,9,5.7,1.83,10,3.67,1.66,9,4.0,2.0,8,3.79,1.89,14,5.64,2.17,14,5.75,1.49,8
+loyal,7.31,1.33,42,3.65,2.45,43,6.8,1.91,44,7.58,1.3,19,7.09,1.35,23,3.75,2.96,12,3.7,2.26,30,6.43,2.04,23,7.15,1.76,20,7.74,1.18,23,6.79,1.36,19,3.92,2.78,12,3.55,2.35,31,6.78,2.06,27,6.82,1.7,17,7.33,1.27,24,7.28,1.45,18,4.2,2.82,20,3.17,2.01,23,6.77,1.86,35,6.89,2.2,9
+loyalty,7.18,2.13,22,4.52,2.71,21,7.0,1.83,22,7.29,1.9,14,7.0,2.62,8,4.45,2.91,11,4.56,2.79,9,5.0,2.0,6,7.75,1.06,16,7.1,2.13,10,7.25,2.22,12,3.18,1.94,11,6.0,2.75,10,6.31,1.84,13,8.0,1.32,9,7.08,1.98,12,7.3,2.41,10,4.08,2.63,13,5.25,2.87,8,7.08,1.83,12,6.9,1.91,10
+luau,6.05,1.47,20,4.59,2.28,22,6.33,1.68,21,5.78,1.56,9,6.27,1.42,11,4.8,2.7,10,4.42,1.98,12,6.12,1.36,8,6.46,1.9,13,5.64,1.34,14,7.0,1.41,6,5.5,2.45,8,4.07,2.09,14,6.38,1.3,8,6.31,1.93,13,5.6,0.52,10,6.5,1.96,10,5.33,1.97,12,3.7,2.41,10,6.5,1.45,12,6.11,2.03,9
+lube,5.1,1.97,21,4.17,2.37,23,5.58,1.86,26,5.45,1.63,11,4.7,2.31,10,5.09,2.02,11,3.33,2.42,12,5.82,1.94,11,5.43,1.91,14,5.5,2.22,10,4.73,1.74,11,4.27,2.37,11,4.08,2.47,12,5.29,2.02,17,6.25,1.49,8,4.92,2.36,13,5.38,1.19,8,3.53,2.17,15,5.38,2.39,8,5.35,2.06,17,6.0,1.41,9
+lubricant,5.32,1.67,19,5.38,1.69,21,5.52,2.25,23,6.67,1.53,3,5.06,1.61,16,6.12,1.55,8,4.92,1.66,13,5.44,2.35,9,5.57,2.28,14,4.44,1.59,9,6.1,1.37,10,5.78,1.72,9,5.08,1.68,12,5.93,2.6,15,4.75,1.16,8,4.86,1.86,7,5.58,1.56,12,5.7,0.82,10,5.09,2.21,11,5.85,2.51,13,5.1,1.91,10
+lucid,5.35,2.16,20,4.78,2.71,18,5.27,2.19,22,4.8,1.64,5,5.53,2.33,15,5.83,2.64,6,4.25,2.7,12,5.0,1.89,10,5.5,2.47,12,5.6,1.84,10,5.1,2.51,10,4.5,2.84,10,5.12,2.7,8,4.0,2.14,11,6.55,1.37,11,4.67,2.19,12,6.38,1.77,8,5.33,2.96,9,4.22,2.49,9,4.18,1.99,11,6.36,1.86,11
+luck,6.73,1.93,22,4.57,2.87,21,6.06,2.58,18,5.83,2.79,6,7.07,1.53,15,4.57,3.05,7,4.57,2.9,14,6.22,2.54,9,5.88,2.95,8,6.57,2.28,14,7.0,1.29,7,4.0,3.16,9,5.0,2.7,12,7.5,1.9,10,4.25,2.19,8,6.64,2.13,14,6.88,1.64,8,4.5,2.81,6,4.6,3.0,15,7.1,2.02,10,4.75,2.71,8
+lucky,7.32,1.45,19,5.3,2.56,20,5.36,2.51,47,7.33,1.32,9,7.3,1.64,10,4.43,2.76,7,5.77,2.42,13,5.27,2.66,15,5.41,2.47,32,6.57,1.27,7,7.75,1.42,12,5.44,2.65,9,5.18,2.6,11,5.64,2.6,25,5.05,2.42,22,6.8,1.62,10,7.89,1.05,9,5.9,2.08,10,4.7,2.95,10,5.4,2.54,30,5.29,2.52,17
+lucrative,6.81,1.81,21,5.15,2.62,20,6.11,1.92,36,7.25,1.39,8,6.54,2.03,13,5.0,2.83,5,5.2,2.65,15,6.09,2.07,11,6.12,1.9,25,6.69,2.02,13,7.0,1.51,8,5.25,2.49,12,5.0,2.98,8,6.1,1.89,20,6.12,2.03,16,6.36,2.06,11,7.3,1.42,10,5.0,2.9,11,5.33,2.4,9,6.32,1.73,22,5.79,2.22,14
+ludicrous,3.95,2.22,19,4.78,2.0,23,4.79,1.93,19,3.89,1.36,9,4.0,2.87,10,5.57,1.51,7,4.47,2.2,15,4.8,1.93,10,4.78,2.05,9,3.78,2.39,9,4.1,2.18,10,5.2,2.15,10,4.5,1.98,12,4.38,1.3,8,5.3,2.31,10,4.25,2.67,12,3.43,1.13,7,4.75,1.97,20,5.0,2.65,3,4.25,1.39,8,5.18,2.23,11
+lug,4.58,2.17,19,3.45,2.52,22,4.96,1.73,28,6.5,1.87,6,3.69,1.7,13,4.09,2.55,11,2.82,2.44,11,5.55,1.75,11,4.59,1.66,17,4.64,2.25,11,4.5,2.2,8,3.64,2.94,11,3.27,2.15,11,4.72,1.64,18,5.4,1.9,10,4.46,2.33,13,4.83,1.94,6,3.64,2.82,14,3.12,2.03,8,4.88,2.16,16,5.08,1.0,12
+luggage,5.19,1.69,21,3.75,2.21,24,5.42,1.61,19,5.89,1.36,9,4.67,1.78,12,2.83,2.04,6,4.12,2.29,17,4.29,0.95,7,6.08,1.56,12,5.0,1.79,16,5.8,1.3,5,3.43,2.5,14,4.33,1.8,9,5.33,1.73,9,5.5,1.58,10,5.75,1.6,12,4.44,1.59,9,3.75,2.05,16,3.75,2.66,8,5.18,1.72,11,5.75,1.49,8
+lukewarm,4.5,1.67,20,2.61,1.59,23,5.76,1.76,21,4.78,1.72,9,4.27,1.68,11,2.45,1.44,11,2.75,1.76,12,5.12,1.64,8,6.15,1.77,13,4.79,1.53,14,3.83,1.94,6,2.44,1.67,9,2.71,1.59,14,6.0,1.41,8,5.62,1.98,13,4.7,1.16,10,4.3,2.11,10,2.77,1.69,13,2.4,1.51,10,6.42,1.88,12,4.89,1.17,9
+lull,4.05,1.6,21,3.76,1.85,25,5.41,2.75,22,3.62,1.85,8,4.31,1.44,13,4.15,2.19,13,3.33,1.37,12,4.77,2.71,13,6.33,2.69,9,3.75,2.31,8,4.25,1.06,12,4.0,1.66,14,3.45,2.11,11,5.75,2.63,12,5.0,2.98,10,3.8,1.81,10,4.27,1.42,11,3.06,1.68,17,5.25,1.28,8,4.9,3.25,10,5.83,2.33,12
+lullaby,7.57,1.29,21,3.79,1.98,24,6.05,2.58,20,7.38,1.41,8,7.69,1.25,13,4.08,2.25,13,3.45,1.63,11,5.85,2.48,13,6.43,2.94,7,8.0,1.2,8,7.33,1.37,12,4.43,1.95,14,2.9,1.73,10,6.64,2.42,11,5.33,2.74,9,7.8,1.48,10,7.36,1.12,11,3.71,2.14,17,4.0,1.63,7,6.25,3.15,8,5.92,2.27,12
+lumbar,4.47,1.35,19,3.28,1.74,18,4.82,2.32,17,5.0,1.1,11,3.75,1.39,8,4.0,2.0,4,3.07,1.69,14,4.25,2.38,8,5.33,2.29,9,4.88,1.25,8,4.18,1.4,11,3.86,1.68,7,2.91,1.76,11,4.5,2.35,6,5.0,2.41,11,4.69,1.44,13,4.0,1.1,6,2.64,1.8,11,4.29,1.11,7,5.14,2.34,7,4.6,2.41,10
+lumber,5.65,1.31,20,3.32,2.36,22,5.96,2.16,27,6.0,1.63,7,5.46,1.13,13,4.2,2.53,10,2.58,2.02,12,6.07,2.34,15,5.73,2.05,11,5.27,1.01,11,6.11,1.54,9,3.0,1.94,9,3.54,2.67,13,6.0,2.5,17,5.78,1.56,9,5.92,1.26,13,5.14,1.35,7,3.19,2.59,16,3.67,1.75,6,5.83,2.21,12,6.07,2.19,15
+lumberjack,5.79,1.02,24,3.81,2.2,21,5.75,1.62,20,5.82,1.17,11,5.77,0.93,13,2.83,2.23,6,4.21,2.22,14,6.67,1.63,6,5.36,1.5,14,5.5,1.18,10,6.0,0.88,14,4.4,2.3,5,3.62,2.22,16,6.0,2.0,9,5.55,1.29,11,5.71,1.2,14,5.9,0.74,10,3.75,2.31,8,3.85,2.23,13,5.55,1.86,11,6.0,1.32,9
+luminous,6.29,1.85,21,3.73,2.57,22,5.85,2.05,27,5.8,2.39,10,6.73,1.1,11,2.71,2.21,7,4.2,2.65,15,5.82,2.3,17,5.9,1.66,10,5.64,1.75,11,7.0,1.76,10,2.2,2.17,5,4.18,2.56,17,5.57,2.06,14,6.15,2.08,13,5.85,1.95,13,7.0,1.51,8,3.8,3.36,10,3.67,1.83,12,6.64,1.78,14,5.0,2.04,13
+lump,3.07,1.62,41,3.74,2.22,23,4.72,2.13,25,3.92,1.85,13,2.68,1.36,28,4.0,2.45,7,3.73,2.22,15,4.8,1.99,10,4.67,2.29,15,2.71,1.38,21,3.45,1.79,20,3.9,2.64,10,3.75,1.96,12,5.0,1.91,7,4.61,2.25,18,2.87,1.69,23,3.33,1.53,18,3.65,2.18,20,4.33,2.89,3,4.22,1.48,9,5.0,2.42,16
+lumpy,3.75,1.48,20,3.94,2.1,18,4.12,2.36,24,3.0,1.22,5,4.0,1.51,15,4.2,2.05,5,3.85,2.19,13,4.0,2.74,13,4.27,1.95,11,3.4,1.17,10,4.1,1.73,10,4.86,1.86,7,3.36,2.11,11,4.5,2.56,16,3.38,1.85,8,3.57,1.6,14,4.17,1.17,6,4.58,1.88,12,2.67,2.07,6,4.33,2.5,15,3.78,2.22,9
+lunacy,4.58,2.43,19,5.2,2.35,20,4.1,2.38,20,2.67,1.53,3,4.73,2.37,15,4.8,2.49,10,5.6,2.27,10,3.7,1.83,10,4.5,2.88,10,4.67,2.5,6,4.25,2.38,12,4.71,2.75,7,5.46,2.18,13,2.88,1.55,8,4.92,2.54,12,4.58,2.5,12,4.57,2.51,7,4.9,2.85,10,5.5,1.84,10,3.78,2.44,9,4.36,2.42,11
+lunar,6.15,1.53,20,5.5,2.14,20,4.5,2.4,34,6.7,1.57,10,5.6,1.35,10,6.25,2.19,8,5.0,2.04,12,4.07,2.23,14,4.8,2.53,20,6.22,1.48,9,6.09,1.64,11,5.77,2.01,13,5.0,2.45,7,4.45,2.32,22,4.58,2.64,12,6.3,1.7,10,6.0,1.41,10,6.08,1.8,13,4.43,2.44,7,5.0,1.97,17,4.0,2.74,17
+lunatic,3.47,2.22,19,5.64,2.17,22,3.29,2.22,24,3.33,1.97,6,3.54,2.4,13,5.42,2.31,12,5.9,2.08,10,3.12,2.1,8,3.38,2.33,16,3.3,1.57,10,3.67,2.87,9,5.89,2.03,9,5.46,2.33,13,3.76,2.33,17,1.83,1.33,6,2.88,2.1,8,3.91,2.3,11,4.78,2.28,9,6.23,1.96,13,3.25,2.24,16,3.38,2.33,8
+lunch,6.64,1.53,22,3.57,2.01,21,6.44,2.19,16,6.17,2.32,6,6.8,1.21,15,2.86,1.68,7,3.93,2.13,14,6.12,2.47,8,6.75,1.98,8,6.43,1.6,14,7.0,1.53,7,3.22,1.86,9,3.83,2.17,12,6.33,2.55,9,6.57,1.81,7,6.64,1.82,14,6.62,0.92,8,4.0,2.76,6,3.4,1.72,15,6.67,2.6,9,6.14,1.68,7
+lunchbox,6.64,1.59,22,4.19,2.48,26,6.12,2.17,24,7.67,1.5,9,5.92,1.26,13,3.8,2.97,10,4.44,2.19,16,6.22,2.99,9,6.07,1.62,15,6.88,1.55,8,6.5,1.65,14,4.85,2.23,13,3.54,2.63,13,5.83,2.59,12,6.42,1.73,12,6.42,1.73,12,6.9,1.45,10,4.07,2.74,15,4.36,2.2,11,6.62,2.18,13,5.55,2.11,11
+luncheon,7.19,1.78,21,4.12,2.35,25,5.41,2.13,22,7.62,1.3,8,6.92,2.02,13,4.54,2.33,13,3.67,2.39,12,5.62,1.98,13,5.11,2.42,9,8.0,1.2,8,6.83,1.95,12,4.71,2.2,14,3.36,2.42,11,5.25,2.01,12,5.6,2.37,10,7.0,2.21,10,7.36,1.36,11,4.06,2.46,17,4.25,2.25,8,4.6,2.41,10,6.08,1.68,12
+lunchtime,7.26,1.63,19,4.95,2.33,21,6.7,1.46,23,7.33,2.89,3,7.25,1.44,16,4.12,2.1,8,5.46,2.4,13,7.22,1.2,9,6.36,1.55,14,7.78,1.48,9,6.8,1.69,10,4.89,2.42,9,5.0,2.37,12,6.67,1.5,15,6.75,1.49,8,7.86,1.46,7,6.92,1.68,12,4.8,2.9,10,5.09,1.81,11,7.15,1.63,13,6.1,0.99,10
+lung,4.84,2.01,19,2.64,1.5,22,4.74,2.3,23,5.0,1.95,11,5.14,1.77,7,3.0,1.41,8,2.43,1.55,14,3.14,1.95,7,5.44,2.13,16,4.5,2.39,8,5.09,1.76,11,2.11,1.36,9,3.0,1.53,13,4.45,2.11,11,5.0,2.52,12,4.67,2.42,12,5.14,1.07,7,2.45,1.81,11,2.82,1.17,11,4.38,2.36,13,5.2,2.25,10
+lunge,4.27,1.52,22,4.73,2.75,22,6.1,2.38,20,5.12,1.64,8,3.79,1.25,14,4.6,2.67,10,4.83,2.92,12,7.86,1.68,7,5.15,2.19,13,4.09,1.87,11,4.45,1.13,11,4.09,2.07,11,5.36,3.26,11,6.6,2.44,15,4.6,1.52,5,3.8,0.92,10,4.67,1.83,12,5.5,2.37,10,4.08,2.97,12,5.9,2.33,10,6.3,2.54,10
+lurch,3.9,1.26,21,4.09,1.88,23,4.38,1.79,26,4.0,1.1,11,3.8,1.48,10,4.18,1.89,11,4.0,1.95,12,4.91,2.02,11,3.93,1.59,14,4.2,1.32,10,3.64,1.21,11,4.09,2.12,11,4.08,1.73,12,4.88,1.73,17,3.25,1.58,8,3.77,1.36,13,4.12,1.13,8,4.0,1.96,15,4.25,1.83,8,4.59,1.8,17,4.0,1.8,9
+lure,4.65,1.53,20,4.48,1.97,21,5.44,2.33,25,5.67,1.53,3,4.47,1.5,17,5.14,2.12,7,4.31,1.84,13,5.38,2.26,8,5.47,2.43,17,5.43,0.98,7,4.23,1.64,13,4.43,1.81,7,4.69,2.06,13,5.5,2.38,14,5.36,2.38,11,4.0,1.5,9,5.18,1.4,11,4.45,1.92,11,4.5,2.12,10,5.44,2.64,18,5.43,1.4,7
+lurk,3.48,1.59,23,4.43,2.4,21,5.0,2.22,20,3.62,1.41,8,3.4,1.72,15,4.67,2.74,9,4.25,2.22,12,6.43,2.15,7,4.23,1.92,13,3.25,1.54,12,3.73,1.68,11,3.9,2.13,10,4.91,2.63,11,5.33,2.41,15,4.0,1.22,5,2.91,1.22,11,4.0,1.76,12,5.33,2.29,9,3.75,2.34,12,4.7,1.95,10,5.3,2.54,10
+luscious,6.91,1.73,43,5.75,2.29,20,5.59,2.17,39,7.05,1.79,20,6.78,1.7,23,5.2,2.57,10,6.3,1.95,10,5.29,2.43,21,5.94,1.83,18,6.5,1.86,16,7.15,1.63,27,6.43,2.64,7,5.38,2.1,13,5.0,2.38,19,6.15,1.84,20,6.68,1.95,19,7.08,1.56,24,5.6,2.84,10,5.9,1.73,10,5.47,2.29,19,5.7,2.11,20
+lush,6.48,1.83,21,4.24,2.3,21,5.79,2.41,24,7.08,1.44,12,5.67,2.06,9,4.86,2.54,7,3.93,2.2,14,5.78,2.33,9,5.8,2.54,15,7.0,2.31,4,6.35,1.77,17,3.7,2.0,10,4.73,2.53,11,6.0,2.52,7,5.71,2.44,17,6.67,1.83,12,6.22,1.92,9,3.31,2.06,13,5.75,1.91,8,5.33,2.87,9,6.07,2.15,15
+lust,6.26,2.1,39,6.44,2.36,45,4.64,2.77,22,6.79,2.29,14,5.96,1.97,25,7.0,2.19,16,6.11,2.47,28,4.64,2.94,11,4.64,2.73,11,6.53,2.01,19,6.0,2.2,20,6.17,2.77,18,6.63,2.08,27,4.0,2.68,13,5.56,2.79,9,6.21,2.19,24,6.33,2.02,15,6.15,2.83,20,6.68,1.93,25,5.5,2.95,14,3.12,1.64,8
+lustful,5.53,2.34,19,6.6,2.19,20,5.04,2.6,24,6.23,2.13,13,4.0,2.19,6,7.2,1.79,5,6.4,2.32,15,5.08,2.53,13,5.0,2.79,11,6.67,2.24,9,4.5,2.01,10,8.0,1.29,7,5.85,2.23,13,4.73,2.05,11,5.31,3.04,13,5.11,2.76,9,5.9,1.97,10,6.9,2.47,10,6.3,1.95,10,5.0,2.45,9,5.07,2.76,15
+lusty,5.8,2.14,20,5.59,2.74,22,4.84,2.75,19,6.0,2.78,9,5.64,1.57,11,4.2,3.35,5,5.88,2.53,16,4.17,3.25,6,5.15,2.58,13,5.36,2.17,14,6.83,1.83,6,4.58,2.64,12,6.67,2.55,9,6.0,1.73,9,3.8,3.16,10,5.2,2.53,10,6.4,1.58,10,5.33,2.87,12,5.9,2.69,10,5.0,3.41,6,4.77,2.55,13
+luxurious,7.58,1.95,19,4.73,2.57,22,6.62,2.02,24,6.5,2.88,6,8.08,1.19,13,5.0,2.49,12,4.4,2.76,10,5.12,2.36,8,7.38,1.36,16,7.9,1.2,10,7.22,2.59,9,5.22,3.19,9,4.38,2.1,13,6.35,2.15,17,7.67,1.37,6,8.25,1.16,8,7.09,2.3,11,5.22,2.77,9,4.38,2.47,13,6.44,2.25,16,7.0,1.51,8
+luxury,7.25,1.71,20,4.71,3.04,21,5.86,2.26,44,8.2,1.3,5,6.93,1.75,15,5.5,2.81,6,4.4,3.16,15,5.67,2.74,15,5.97,2.01,29,7.5,1.43,10,7.0,2.0,10,3.71,2.81,7,5.21,3.12,14,5.76,2.3,21,5.96,2.27,23,7.0,1.54,12,7.62,2.0,8,5.33,3.35,9,4.25,2.83,12,5.08,2.45,25,6.89,1.49,19
+lycra,4.5,1.99,20,3.39,1.91,18,4.46,2.43,24,3.6,1.67,5,4.8,2.04,15,4.2,1.64,5,3.08,1.98,13,4.15,2.38,13,4.82,2.56,11,4.4,2.07,10,4.6,2.01,10,4.0,1.63,7,3.0,2.05,11,4.38,2.19,16,4.62,3.02,8,4.21,1.93,14,5.17,2.14,6,4.0,1.81,12,2.17,1.6,6,4.4,2.41,15,4.56,2.6,9
+lye,4.26,1.79,19,4.29,2.35,21,4.91,2.62,34,5.11,1.76,9,3.5,1.51,10,4.62,2.07,8,4.08,2.56,13,5.64,2.47,14,4.4,2.66,20,4.33,2.29,9,4.2,1.32,10,4.77,2.17,13,3.5,2.56,8,4.91,2.86,22,4.92,2.23,12,4.2,2.1,10,4.33,1.5,9,4.57,2.53,14,3.71,1.98,7,5.65,2.37,17,4.18,2.72,17
+lymphoma,2.6,2.04,20,4.59,3.22,17,2.38,1.61,24,3.6,2.51,5,2.27,1.83,15,6.0,3.83,4,4.15,3.05,13,2.77,1.83,13,1.91,1.22,11,3.0,2.21,10,2.2,1.87,10,4.67,2.73,6,4.55,3.59,11,2.69,1.66,16,1.75,1.39,8,2.14,1.61,14,3.67,2.66,6,4.36,2.62,11,5.0,4.38,6,2.87,1.81,15,1.56,0.73,9
+lynching,1.67,0.96,24,4.92,3.24,25,2.53,2.09,19,1.91,1.22,11,1.46,0.66,13,4.0,3.52,6,5.44,3.11,18,2.43,1.9,7,2.58,2.27,12,1.76,1.09,17,1.43,0.53,7,4.71,3.47,14,5.6,2.88,10,2.44,1.42,9,2.6,2.63,10,1.5,0.65,14,1.9,1.29,10,4.62,3.18,16,5.44,3.47,9,2.91,2.63,11,2.0,0.93,8
+lyric,6.53,1.61,19,3.57,2.18,21,5.64,1.59,22,6.6,1.52,5,6.46,1.76,13,4.67,2.58,6,3.13,1.92,15,5.33,1.66,9,5.85,1.57,13,5.71,1.38,7,7.0,1.67,11,3.43,2.88,7,3.64,1.86,14,5.2,1.4,10,6.0,1.71,12,6.25,1.66,12,7.0,1.53,7,3.55,2.25,11,3.6,2.22,10,5.15,1.52,13,6.33,1.5,9
+lyrical,6.84,1.61,19,3.81,2.23,21,5.76,1.48,21,5.4,1.82,5,7.31,1.25,13,4.33,2.58,6,3.6,2.13,15,6.0,1.51,8,5.62,1.5,13,6.43,2.15,7,7.0,1.26,11,4.0,2.71,7,3.71,2.05,14,5.8,1.23,10,5.73,1.74,11,6.75,1.66,12,7.0,1.63,7,3.82,2.52,11,3.8,1.99,10,6.0,1.28,12,5.44,1.74,9
+lyrics,6.42,1.54,19,4.95,2.14,20,5.8,2.12,20,5.67,1.53,3,6.56,1.55,16,4.5,1.97,6,5.14,2.25,14,6.0,1.1,6,5.71,2.46,14,6.3,1.16,10,6.56,1.94,9,4.5,2.59,6,5.14,1.99,14,6.1,2.08,10,5.5,2.22,10,5.75,1.83,8,6.91,1.14,11,6.12,1.89,8,4.17,1.99,12,6.38,2.5,8,5.42,1.83,12
+macadamia,6.33,1.88,21,3.8,2.86,25,5.37,2.22,19,6.0,1.8,9,6.58,1.98,12,2.5,2.35,6,4.17,3.01,18,5.86,2.27,7,5.08,2.23,12,6.06,1.84,16,7.2,1.92,5,3.36,3.15,14,4.3,2.58,10,5.11,2.47,9,5.6,2.07,10,6.17,1.75,12,6.56,2.13,9,4.06,2.89,16,3.33,2.92,9,5.45,2.62,11,5.25,1.67,8
+macarena,6.52,2.09,21,4.24,2.33,25,5.26,1.85,19,6.0,2.29,9,6.92,1.93,12,2.67,1.63,6,4.72,2.4,18,5.43,1.62,7,5.17,2.04,12,6.5,2.03,16,6.6,2.51,5,3.93,2.62,14,4.6,2.07,10,5.44,2.24,9,5.1,1.52,10,6.5,2.35,12,6.56,1.81,9,4.44,2.28,16,3.89,2.52,9,5.36,1.91,11,5.12,1.89,8
+macaroni,7.75,1.37,20,5.09,2.37,23,6.27,2.43,22,8.29,0.95,7,7.46,1.51,13,5.92,2.43,12,4.18,2.04,11,6.08,2.43,13,6.56,2.55,9,8.57,0.53,7,7.5,1.38,12,5.79,2.01,14,4.0,2.6,9,6.25,2.56,12,6.3,2.41,10,7.56,1.51,9,7.91,1.3,11,5.19,2.59,16,4.86,1.95,7,6.1,3.0,10,6.42,1.98,12
+mace,4.14,2.01,21,5.43,2.13,23,4.76,2.61,21,4.4,2.88,5,4.06,1.77,16,6.0,1.81,12,4.82,2.36,11,4.36,2.54,11,4.78,2.54,9,4.25,2.3,12,4.0,1.66,9,5.62,2.0,16,5.0,2.52,7,5.18,2.18,11,4.3,3.06,10,4.0,2.04,13,4.38,2.07,8,5.63,2.27,19,4.5,1.0,4,5.07,2.53,14,4.14,2.85,7
+mach,5.35,0.81,20,3.95,2.6,21,5.24,2.49,25,5.0,0.0,3,5.41,0.87,17,4.71,3.09,7,3.77,2.31,13,5.12,2.23,8,5.29,2.66,17,5.29,0.76,7,5.38,0.87,13,5.43,2.94,7,3.38,2.14,13,5.14,2.63,14,5.36,2.42,11,5.11,0.6,9,5.55,0.93,11,4.27,2.97,11,3.6,2.22,10,5.33,2.81,18,5.0,1.53,7
+machete,4.13,1.98,23,6.18,2.63,22,4.7,2.32,20,5.38,2.26,8,3.47,1.51,15,5.9,2.96,10,6.42,2.43,12,5.29,2.5,7,4.38,2.26,13,4.67,2.39,12,3.55,1.29,11,5.82,2.75,11,6.55,2.58,11,5.2,2.18,15,3.2,2.28,5,4.18,2.09,11,4.08,1.98,12,7.5,1.65,10,5.08,2.84,12,5.3,1.89,10,4.1,2.64,10
+machine,5.0,1.24,23,4.39,2.18,44,4.8,2.22,44,5.75,0.89,8,4.6,1.24,15,5.2,2.19,20,3.71,1.97,24,4.94,2.62,18,4.69,1.93,26,4.83,1.53,12,5.18,0.87,11,5.12,2.03,24,3.5,2.06,20,4.48,2.31,25,5.21,2.07,19,4.45,1.37,11,5.5,0.9,12,4.34,2.26,29,4.47,2.1,15,4.52,2.31,25,5.16,2.09,19
+machinery,4.65,1.87,20,3.89,2.22,18,4.76,2.26,21,4.8,1.79,5,4.6,1.96,15,4.67,1.63,6,3.5,2.43,12,4.44,1.81,9,5.0,2.59,12,4.7,1.49,10,4.6,2.27,10,4.6,2.37,10,3.0,1.77,8,4.45,2.42,11,5.1,2.13,10,3.75,1.42,12,6.0,1.69,8,2.89,2.2,9,4.89,1.83,9,4.36,2.11,11,5.2,2.44,10
+macho,4.84,2.29,19,3.96,2.12,23,4.94,2.21,18,5.22,1.99,9,4.5,2.59,10,4.0,2.24,7,4.07,2.15,15,5.6,1.96,10,4.12,2.36,8,5.0,2.69,9,4.7,2.0,10,4.5,2.42,10,3.67,1.87,12,5.75,1.49,8,3.89,2.32,9,5.5,2.39,12,3.71,1.7,7,4.15,2.16,20,2.67,1.53,3,6.29,1.5,7,4.09,2.21,11
+mackerel,4.78,1.57,23,3.45,2.04,22,5.63,2.81,19,4.88,1.25,8,4.73,1.75,15,3.9,2.23,10,3.08,1.88,12,6.71,2.98,7,5.0,2.63,12,4.75,1.86,12,4.82,1.25,11,3.36,2.06,11,3.55,2.11,11,6.07,2.76,14,4.4,2.88,5,4.82,2.18,11,4.75,0.75,12,3.4,2.12,10,3.5,2.07,12,5.11,2.76,9,6.1,2.92,10
+macro,5.2,1.28,20,3.85,2.25,20,5.45,1.37,22,5.43,0.98,7,5.08,1.44,13,5.22,2.22,9,2.73,1.62,11,5.67,1.86,6,5.38,1.2,16,5.4,0.84,10,5.11,1.69,9,4.5,2.14,8,3.42,2.31,12,5.4,1.3,15,5.57,1.62,7,5.18,1.72,11,5.22,0.44,9,4.0,2.34,12,3.62,2.26,8,5.64,1.57,11,5.27,1.19,11
+mad,2.47,1.26,19,5.59,2.55,44,4.9,2.33,48,3.0,1.73,3,2.38,1.2,16,5.33,2.87,15,5.72,2.42,29,5.09,2.27,22,4.73,2.41,26,2.44,1.59,9,2.5,0.97,10,5.95,2.86,20,5.29,2.29,24,4.82,2.39,28,5.0,2.29,20,2.29,1.25,7,2.58,1.31,12,5.37,2.57,27,5.94,2.56,17,5.11,2.36,28,4.6,2.3,20
+madam,5.17,1.89,18,3.05,2.09,20,4.67,2.09,18,4.75,0.89,8,5.5,2.42,10,3.29,2.14,7,2.92,2.14,13,4.36,2.06,11,5.14,2.19,7,5.27,1.49,11,5.0,2.52,7,2.44,1.88,9,3.55,2.21,11,5.18,2.32,11,3.86,1.46,7,5.5,1.38,12,4.5,2.66,6,2.25,1.6,12,4.25,2.25,8,4.22,2.39,9,5.11,1.76,9
+madden,4.75,2.38,20,5.17,2.71,24,5.33,2.04,24,6.0,2.88,8,3.92,1.62,12,6.25,2.38,8,4.62,2.78,16,6.11,1.83,9,4.87,2.07,15,4.86,3.18,7,4.69,1.97,13,5.54,2.9,13,4.73,2.53,11,5.25,2.05,12,5.42,2.11,12,4.25,2.01,12,5.5,2.83,8,4.23,2.95,13,6.27,2.0,11,5.85,1.99,13,4.73,2.0,11
+mademoiselle,6.35,1.53,20,4.5,2.02,22,5.68,1.8,19,6.22,1.64,9,6.45,1.51,11,3.8,3.35,5,4.75,1.57,16,6.17,1.83,6,5.46,1.81,13,6.07,1.44,14,7.0,1.67,6,4.08,1.98,12,5.11,2.15,9,4.89,1.62,9,6.4,1.71,10,6.4,1.26,10,6.3,1.83,10,3.92,1.98,12,5.2,1.93,10,6.83,1.72,6,5.15,1.63,13
+madhouse,3.11,1.64,18,5.77,2.52,22,3.21,1.96,24,3.17,1.83,6,3.08,1.62,12,5.75,2.56,12,5.8,2.62,10,2.62,2.0,8,3.5,1.93,16,3.1,1.45,10,3.12,1.96,8,6.67,2.29,9,5.15,2.58,13,3.29,1.99,17,2.83,2.14,6,2.57,1.9,7,3.45,1.44,11,4.89,2.85,9,6.38,2.18,13,3.0,1.83,16,3.62,2.26,8
+madman,3.45,2.2,42,6.09,2.53,44,3.76,2.15,37,3.57,2.38,14,3.39,2.15,28,6.14,2.41,21,6.04,2.69,23,4.37,2.34,19,3.06,1.82,17,4.17,2.5,23,2.58,1.39,19,6.15,2.28,20,6.04,2.77,24,4.35,2.06,17,3.25,2.15,20,4.0,2.15,24,2.72,2.11,18,5.77,2.64,30,6.79,2.22,14,3.86,2.37,21,3.62,1.89,16
+madness,2.86,1.71,21,6.25,2.22,20,4.18,2.91,22,3.17,1.94,6,2.73,1.67,15,6.38,2.56,8,6.17,2.08,12,4.08,3.37,12,4.3,2.41,10,3.22,1.99,9,2.58,1.51,12,6.67,2.18,9,5.91,2.3,11,6.14,2.34,7,3.27,2.74,15,3.2,1.81,10,2.55,1.63,11,6.0,2.45,13,6.71,1.8,7,4.08,3.18,12,4.3,2.71,10
+maestro,6.14,1.71,21,3.7,2.3,23,6.24,2.02,21,5.91,1.92,11,6.4,1.51,10,4.0,2.32,11,3.42,2.35,12,6.25,2.12,8,6.25,2.14,12,6.9,1.6,10,5.45,1.57,11,4.36,2.58,11,3.08,1.93,12,6.31,2.18,13,6.14,2.04,7,6.08,2.06,13,6.25,1.04,8,4.27,2.31,15,2.62,2.0,8,6.29,2.09,14,6.14,2.04,7
+mafia,3.11,1.15,19,7.05,1.77,21,3.65,2.52,23,3.8,0.84,5,2.85,1.21,13,6.67,1.75,6,7.2,1.82,15,4.3,2.54,10,3.15,2.48,13,3.14,1.21,7,3.09,1.22,11,7.43,0.98,7,6.86,2.07,14,4.45,2.46,11,2.92,2.43,12,3.0,1.04,12,3.29,1.38,7,6.91,2.3,11,7.2,1.03,10,3.86,2.38,14,3.33,2.83,9
+magazine,6.24,1.87,21,4.2,2.57,20,7.05,2.09,19,6.08,2.14,13,6.5,1.41,8,5.14,2.04,7,3.69,2.75,13,7.14,1.86,7,7.0,2.3,12,6.17,2.41,12,6.33,0.87,9,4.22,2.22,9,4.18,2.93,11,7.4,1.58,10,6.67,2.6,9,6.17,2.41,12,6.33,0.87,9,5.0,1.73,7,3.77,2.89,13,7.29,1.6,7,6.92,2.39,12
+magenta,5.95,2.13,22,4.58,2.46,19,5.43,1.91,21,5.0,1.87,5,6.19,2.23,16,3.75,2.31,8,5.18,2.48,11,5.5,1.9,10,5.36,2.01,11,5.75,2.14,12,6.2,2.2,10,4.6,2.32,10,4.56,2.74,9,5.33,1.72,12,5.56,2.24,9,5.18,2.52,11,6.73,1.35,11,4.0,2.14,8,5.0,2.68,11,5.78,1.86,9,5.17,1.99,12
+maggot,2.0,1.59,38,5.6,2.38,40,3.55,1.93,42,2.29,2.16,14,1.83,1.17,24,5.14,2.11,14,5.85,2.52,26,3.5,1.45,14,3.44,2.08,27,1.95,0.86,21,2.06,2.22,17,6.0,1.8,17,5.3,2.74,23,3.56,1.42,18,3.54,2.26,24,1.95,1.27,19,2.05,1.9,19,4.89,2.83,19,6.24,1.73,21,4.0,2.02,29,2.54,1.27,13
+magic,7.17,1.89,18,6.05,2.64,21,5.33,2.47,18,7.38,0.92,8,7.0,2.45,10,5.29,3.3,7,6.43,2.28,14,5.27,1.95,11,5.43,3.31,7,6.91,2.17,11,7.57,1.4,7,6.67,2.87,9,5.58,2.47,12,5.73,2.72,11,4.71,2.06,7,6.83,2.04,12,7.83,1.47,6,5.92,2.97,12,6.22,2.28,9,5.33,2.92,9,5.33,2.12,9
+magical,8.23,0.97,22,5.88,2.47,42,5.3,2.2,20,8.4,0.89,5,8.12,1.02,16,5.89,2.02,19,5.91,2.89,22,4.86,1.95,7,5.54,2.37,13,8.29,1.11,7,8.14,0.95,14,6.24,2.28,17,5.64,2.61,25,5.0,1.69,15,6.2,3.42,5,8.57,0.65,14,7.62,1.19,8,6.21,2.68,19,5.61,2.31,23,4.6,1.9,10,6.0,2.36,10
+magician,5.68,2.21,19,4.73,2.73,22,4.26,2.33,19,5.0,1.67,6,6.0,2.42,13,4.55,2.58,11,4.91,2.98,11,3.62,2.67,8,4.73,2.05,11,5.45,2.54,11,6.0,1.77,8,5.18,2.4,11,4.27,3.07,11,3.62,1.89,13,5.67,2.73,6,5.54,2.3,13,6.0,2.19,6,4.14,2.88,14,5.75,2.25,8,3.44,1.59,9,5.0,2.71,10
+magistrate,4.71,1.82,21,3.68,1.94,22,4.7,2.66,27,5.2,1.93,10,4.27,1.68,11,3.0,1.53,7,4.0,2.07,15,4.76,2.75,17,4.6,2.63,10,5.09,1.92,11,4.3,1.7,10,4.2,3.27,5,3.53,1.46,17,4.93,2.56,14,4.46,2.85,13,4.92,1.93,13,4.38,1.69,8,4.1,2.28,10,3.33,1.61,12,5.0,2.66,14,4.38,2.72,13
+magna,5.09,1.44,22,4.63,2.03,19,4.9,2.26,21,4.6,0.55,5,5.25,1.65,16,5.25,1.58,8,4.18,2.27,11,5.1,2.08,10,4.73,2.49,11,4.92,1.16,12,5.3,1.77,10,4.7,1.83,10,4.56,2.35,9,4.42,2.23,12,5.56,2.24,9,4.64,1.12,11,5.55,1.63,11,3.88,1.96,8,5.18,1.99,11,5.11,2.2,9,4.75,2.38,12
+magnesium,4.95,1.87,19,2.86,1.86,22,4.87,1.82,23,5.45,1.75,11,4.29,2.06,7,3.62,1.77,8,2.43,1.83,14,3.43,1.62,7,5.5,1.55,16,4.62,1.3,8,5.18,2.23,11,2.22,1.56,9,3.31,1.97,13,5.0,1.84,11,4.75,1.86,12,4.58,2.19,12,5.57,0.98,7,2.64,1.75,11,3.09,2.02,11,5.38,2.1,13,4.2,1.14,10
+magnet,5.65,1.31,20,3.38,1.95,24,4.89,2.27,28,6.0,1.58,9,5.36,1.03,11,3.78,2.28,9,3.13,1.77,15,5.0,2.04,14,4.79,2.55,14,5.56,1.33,9,5.73,1.35,11,3.42,2.02,12,3.33,1.97,12,4.64,2.47,14,5.14,2.11,14,5.5,0.97,10,5.8,1.62,10,3.33,2.19,12,3.42,1.78,12,4.58,2.23,12,5.12,2.33,16
+magnetic,6.17,1.47,18,3.55,2.56,20,4.84,2.15,25,6.2,1.79,5,6.15,1.41,13,3.64,3.04,11,3.44,2.01,9,4.5,1.86,16,5.44,2.6,9,6.14,1.46,7,6.18,1.54,11,3.11,2.71,9,3.91,2.51,11,4.7,2.18,20,5.4,2.19,5,5.89,1.36,9,6.44,1.59,9,3.09,1.92,11,4.11,3.22,9,4.95,2.04,19,4.5,2.66,6
+magnetism,6.0,1.37,19,4.56,2.48,18,5.12,2.5,17,5.91,1.22,11,6.12,1.64,8,4.5,1.91,4,4.57,2.68,14,3.88,2.59,8,6.22,1.92,9,5.75,1.28,8,6.18,1.47,11,5.14,2.19,7,4.18,2.68,11,3.83,2.48,6,5.82,2.32,11,5.54,1.2,13,7.0,1.26,6,4.0,2.83,11,5.43,1.62,7,5.29,2.29,7,5.0,2.75,10
+magnification,6.65,1.42,20,4.38,2.44,21,5.38,2.14,24,7.25,1.5,4,6.5,1.41,16,4.75,2.5,4,4.29,2.49,17,5.67,2.45,9,5.2,2.01,15,6.38,1.3,8,6.83,1.53,12,4.3,2.5,10,4.45,2.5,11,5.21,2.04,14,5.6,2.37,10,7.0,1.41,11,6.22,1.39,9,4.0,2.98,10,4.73,1.9,11,5.71,2.17,17,4.57,1.99,7
+magnificence,7.47,1.31,19,3.95,3.02,21,6.93,1.94,28,7.17,1.33,6,7.62,1.33,13,4.18,2.64,11,3.7,3.53,10,7.09,2.02,11,6.82,1.94,17,7.55,1.37,11,7.38,1.3,8,4.4,2.99,10,3.55,3.14,11,6.5,2.09,18,7.7,1.42,10,7.38,1.19,13,7.67,1.63,6,3.38,3.23,13,4.88,2.59,8,6.94,2.11,16,6.92,1.78,12
+magnificent,6.95,1.51,19,4.52,2.39,23,6.05,2.34,22,6.44,1.42,9,7.4,1.51,10,4.27,2.33,11,4.75,2.53,12,6.0,1.85,8,6.38,2.47,13,7.2,1.62,10,6.67,1.41,9,5.0,2.37,11,4.08,2.43,12,6.36,2.41,14,6.0,1.91,7,7.25,1.6,12,6.43,1.27,7,5.13,2.42,15,3.38,2.0,8,5.5,2.71,14,7.0,1.07,8
+magnify,4.86,1.67,22,4.41,2.44,22,6.3,2.0,20,5.5,1.07,8,4.5,1.87,14,4.7,2.71,10,4.17,2.29,12,6.57,1.9,7,6.15,2.12,13,4.73,1.74,11,5.0,1.67,11,4.0,2.0,11,4.82,2.86,11,6.0,1.93,15,7.2,2.17,5,4.4,1.51,10,5.25,1.76,12,5.1,2.23,10,3.83,2.55,12,5.9,0.88,10,6.7,2.71,10
+magnifying,6.11,1.71,18,3.58,2.04,19,5.56,1.23,25,6.4,1.14,5,6.0,1.91,13,3.5,2.27,10,3.67,1.87,9,5.56,1.26,16,5.56,1.24,9,6.0,2.0,7,6.18,1.6,11,3.11,2.03,9,4.0,2.05,10,5.55,1.19,20,5.6,1.52,5,5.78,1.92,9,6.44,1.51,9,3.18,1.99,11,4.12,2.1,8,5.32,1.16,19,6.33,1.21,6
+magnitude,5.1,1.21,20,5.11,2.47,18,5.09,2.37,22,5.4,0.55,5,5.0,1.36,15,5.33,1.63,6,5.0,2.86,12,3.9,1.66,10,6.08,2.47,12,5.3,0.67,10,4.9,1.6,10,5.5,2.12,10,4.62,2.92,8,5.0,2.41,11,5.18,2.44,11,5.17,1.11,12,5.0,1.41,8,4.22,2.59,9,6.0,2.12,9,4.55,2.16,11,5.64,2.54,11
+magnolia,6.8,1.44,20,4.19,2.34,21,5.32,2.54,34,6.5,1.72,10,7.1,1.1,10,4.5,1.93,8,4.0,2.61,13,4.21,2.52,14,6.1,2.31,20,6.22,1.39,9,7.27,1.35,11,4.62,2.22,13,3.5,2.51,8,5.14,2.7,22,5.67,2.31,12,6.7,1.49,10,6.9,1.45,10,4.07,2.23,14,4.43,2.7,7,5.59,2.18,17,5.06,2.9,17
+magpie,5.5,1.36,20,3.08,2.04,24,4.3,1.75,27,5.12,1.36,8,5.75,1.36,12,2.89,1.76,9,3.2,2.24,15,3.62,1.39,13,4.93,1.86,14,5.22,1.3,9,5.73,1.42,11,3.08,1.93,12,3.08,2.23,12,4.0,1.71,14,4.62,1.8,13,5.6,1.17,10,5.4,1.58,10,3.33,2.19,12,2.83,1.95,12,3.83,1.27,12,4.67,2.02,15
+mahi mahi,5.52,2.18,21,5.16,2.36,19,5.86,2.43,21,6.33,1.63,6,5.2,2.34,15,6.25,2.05,8,4.36,2.34,11,5.73,2.49,11,6.0,2.49,10,5.5,2.59,6,5.53,2.1,15,5.22,3.03,9,5.1,1.73,10,5.5,2.5,14,6.57,2.3,7,5.86,1.95,7,5.36,2.34,14,5.21,2.78,14,5.0,0.0,5,6.33,2.64,12,5.22,2.11,9
+mahjong,5.55,1.5,20,3.61,2.21,23,5.64,1.79,22,5.5,1.18,10,5.6,1.84,10,3.91,2.39,11,3.33,2.1,12,5.5,1.2,8,5.85,2.12,13,5.9,1.37,10,5.2,1.62,10,4.36,2.2,11,2.92,2.07,12,6.0,1.75,14,5.14,1.86,7,5.5,1.73,12,5.62,1.19,8,3.13,1.96,15,4.5,2.51,8,5.64,1.95,14,5.62,1.6,8
+mahogany,6.48,1.72,21,2.67,1.8,21,5.63,2.08,27,6.5,1.96,10,6.45,1.57,11,1.83,1.33,6,3.0,1.89,15,5.47,2.4,17,5.9,1.45,10,7.09,1.38,11,5.8,1.87,10,1.2,0.45,5,3.12,1.82,16,5.29,2.33,14,6.0,1.78,13,6.31,1.89,13,6.75,1.49,8,2.3,2.06,10,3.0,1.55,11,5.93,1.94,14,5.31,2.25,13
+maid,5.38,1.72,21,3.19,1.91,21,6.2,2.02,25,5.42,1.68,12,5.33,1.87,9,3.57,1.72,7,3.0,2.04,14,6.8,1.62,10,5.8,2.21,15,6.25,1.89,4,5.18,1.67,17,3.4,2.12,10,3.0,1.79,11,6.14,2.97,7,6.22,1.63,18,6.08,1.73,12,4.44,1.24,9,3.54,2.07,13,2.62,1.6,8,5.78,2.05,9,6.44,2.03,16
+maiden,5.65,1.04,20,4.05,2.29,21,5.68,2.01,25,4.67,1.15,3,5.82,0.95,17,4.0,2.65,7,4.08,2.29,13,5.38,1.77,8,5.82,2.16,17,5.0,0.82,7,6.0,1.0,13,3.86,2.19,7,4.15,2.51,13,5.36,1.86,14,6.09,2.21,11,5.44,0.88,9,5.82,1.17,11,4.09,2.3,11,4.0,2.4,10,5.67,2.28,18,5.71,1.25,7
+mail,6.28,1.6,40,3.81,2.09,21,5.26,2.24,43,5.94,1.61,16,6.5,1.59,24,3.14,2.19,7,4.14,2.03,14,4.65,2.37,17,5.65,2.1,26,6.29,1.46,24,6.33,1.88,15,4.5,1.96,10,3.18,2.09,11,4.59,2.12,27,6.38,2.03,16,6.29,1.55,21,6.26,1.69,19,4.38,1.89,13,2.88,2.17,8,4.79,2.32,24,5.84,2.03,19
+mailbox,6.05,1.57,20,2.29,1.27,21,5.03,2.66,34,6.1,1.37,10,6.0,1.83,10,2.62,1.6,8,2.08,1.04,13,4.86,2.82,14,5.15,2.6,20,5.78,1.56,9,6.27,1.62,11,2.69,1.38,13,1.62,0.74,8,4.95,2.72,22,5.17,2.66,12,5.7,1.57,10,6.4,1.58,10,2.14,1.1,14,2.57,1.62,7,5.18,2.53,17,4.88,2.85,17
+mailing,5.33,1.83,21,3.14,1.74,21,5.88,2.44,25,5.25,2.09,12,5.44,1.51,9,3.71,2.14,7,2.86,1.51,14,5.6,2.8,10,6.07,2.25,15,6.25,1.89,4,5.12,1.8,17,3.3,2.11,10,3.0,1.41,11,3.57,2.3,7,6.78,1.86,18,5.75,1.82,12,4.78,1.79,9,3.46,1.85,13,2.62,1.51,8,4.78,2.82,9,6.5,2.03,16
+mailman,5.32,1.73,19,3.32,2.21,22,4.82,1.87,22,5.67,0.87,9,5.0,2.26,10,3.38,1.77,8,3.29,2.49,14,4.64,1.36,11,5.0,2.32,11,5.29,0.49,7,5.33,2.19,12,3.7,2.54,10,3.0,1.95,12,4.62,2.26,13,5.11,1.17,9,5.6,1.84,10,5.0,1.66,9,3.62,2.92,8,3.14,1.79,14,5.14,2.21,14,4.25,0.89,8
+maim,3.14,2.22,21,4.56,2.74,25,4.0,2.43,19,4.33,2.45,9,2.25,1.6,12,4.5,3.02,6,4.67,2.79,18,3.43,1.81,7,4.33,2.74,12,3.62,2.25,16,1.6,1.34,5,4.5,2.88,14,4.8,2.78,10,3.56,2.55,9,4.4,2.37,10,3.75,2.45,12,2.33,1.66,9,4.19,2.76,16,5.22,2.73,9,4.45,2.66,11,3.38,2.07,8
+main,5.27,1.16,22,4.1,2.4,20,6.79,2.25,19,5.54,1.05,13,4.89,1.27,9,4.71,2.06,7,3.77,2.59,13,6.57,2.44,7,6.92,2.23,12,5.5,1.09,12,5.0,1.25,10,4.56,2.35,9,3.73,2.49,11,7.2,1.99,10,6.33,2.55,9,5.33,1.07,12,5.2,1.32,10,5.29,2.21,7,3.46,2.33,13,7.57,1.51,7,6.33,2.53,12
+mainframe,5.0,2.0,19,3.95,2.34,22,5.59,1.89,22,5.78,1.48,9,4.3,2.21,10,5.5,2.45,8,3.07,1.82,14,5.64,1.69,11,5.55,2.16,11,5.57,1.62,7,4.67,2.19,12,4.4,2.32,10,3.58,2.39,12,5.31,2.14,13,6.0,1.5,9,5.1,1.91,10,4.89,2.2,9,4.12,2.53,8,3.86,2.32,14,5.57,2.21,14,5.62,1.3,8
+mainland,5.3,1.72,20,3.67,2.28,18,5.71,1.88,24,5.8,1.1,5,5.13,1.88,15,3.8,2.17,5,3.62,2.4,13,5.15,1.82,13,6.36,1.8,11,5.3,1.7,10,5.3,1.83,10,4.29,2.06,7,3.27,2.41,11,5.38,1.67,16,6.38,2.2,8,4.79,1.48,14,6.5,1.76,6,4.08,2.11,12,2.83,2.56,6,6.07,1.98,15,5.11,1.62,9
+mainstream,4.55,1.39,20,3.38,2.04,21,5.48,1.9,25,4.33,0.58,3,4.59,1.5,17,3.57,2.44,7,3.23,1.96,13,5.62,1.51,8,5.41,2.09,17,4.43,0.53,7,4.62,1.71,13,3.71,2.14,7,3.15,2.12,13,5.14,1.56,14,5.91,2.26,11,4.11,1.45,9,4.91,1.3,11,3.82,2.36,11,2.9,1.6,10,5.44,2.12,18,5.57,1.27,7
+maintain,6.29,1.19,21,2.75,2.21,24,5.89,2.31,19,6.12,1.46,8,6.38,1.04,13,4.67,1.63,6,2.11,2.03,18,5.8,2.04,10,6.0,2.69,9,6.25,1.14,12,6.33,1.32,9,3.2,2.39,10,2.43,2.1,14,5.42,2.54,12,6.71,1.7,7,6.36,1.08,14,6.14,1.46,7,3.44,2.39,16,1.38,0.74,8,6.33,2.19,12,5.14,2.48,7
+maintenance,5.95,1.76,20,2.81,1.91,21,5.28,2.69,25,6.5,1.73,4,5.81,1.8,16,3.25,2.63,4,2.71,1.79,17,5.33,2.29,9,5.25,2.96,16,5.88,1.64,8,6.0,1.91,12,3.4,1.9,10,2.27,1.85,11,4.79,2.75,14,5.91,2.59,11,6.0,1.95,11,5.89,1.62,9,2.1,1.45,10,3.45,2.11,11,5.17,2.79,18,5.57,2.57,7
+majestic,7.14,1.9,21,4.16,2.49,25,6.63,2.06,19,6.11,1.96,9,7.92,1.51,12,3.83,2.23,6,4.39,2.64,18,6.29,2.56,7,6.83,1.8,12,6.69,1.96,16,8.6,0.55,5,3.64,2.5,14,5.1,2.38,10,7.22,2.22,9,6.1,1.85,10,7.0,2.0,12,7.33,1.87,9,4.31,2.6,16,3.89,2.42,9,6.55,2.38,11,6.75,1.67,8
+majesty,6.86,2.31,21,4.7,2.79,20,7.21,2.12,19,5.92,2.47,13,8.38,0.74,8,5.0,2.71,7,4.54,2.93,13,7.86,1.07,7,6.83,2.52,12,6.75,2.53,12,7.0,2.12,9,4.33,2.87,9,5.0,2.83,11,7.0,1.94,10,7.44,2.4,9,6.83,2.48,12,6.89,2.2,9,5.29,2.21,7,4.38,3.1,13,7.14,2.12,7,7.25,2.22,12
+major,5.52,1.36,21,4.24,2.72,21,5.28,1.67,18,4.83,0.98,6,5.86,1.46,14,3.86,3.34,7,4.43,2.47,14,4.89,1.76,9,5.62,1.69,8,5.62,1.33,13,5.43,1.62,7,3.56,2.55,9,4.75,2.83,12,5.4,2.01,10,5.12,1.25,8,5.0,1.22,13,6.38,1.19,8,4.5,2.88,6,4.13,2.75,15,5.3,2.0,10,5.25,1.28,8
+majority,4.95,1.07,21,4.3,2.36,23,4.76,2.59,21,4.8,1.79,5,5.0,0.82,16,5.92,1.56,12,2.55,1.75,11,4.0,2.49,11,5.22,2.39,9,4.83,1.19,12,5.11,0.93,9,4.75,2.35,16,3.29,2.21,7,4.64,2.25,11,4.9,3.03,10,5.0,1.0,13,4.88,1.25,8,4.47,2.46,19,3.5,1.91,4,3.93,2.09,14,6.43,2.82,7
+make,6.09,1.6,22,3.67,2.33,21,6.22,2.32,18,6.5,1.76,6,5.8,1.52,15,2.57,2.44,7,4.21,2.15,14,6.0,2.69,9,6.25,2.05,8,5.5,1.51,14,7.0,1.29,7,3.44,2.13,9,3.83,2.55,12,6.2,2.66,10,6.25,1.98,8,6.36,1.45,14,5.62,1.85,8,4.0,2.76,6,3.53,2.23,15,6.1,2.6,10,6.38,2.07,8
+makeover,5.76,1.73,21,5.13,2.58,23,5.5,1.62,18,4.43,1.4,7,6.62,1.39,13,3.75,2.87,8,5.93,2.23,14,4.57,0.98,7,6.2,1.75,10,5.86,2.12,7,5.85,1.57,13,5.78,3.07,9,4.71,2.23,14,6.0,1.53,7,5.18,1.66,11,5.82,1.99,11,5.7,1.49,10,5.56,2.96,9,4.86,2.38,14,5.31,1.45,16,7.0,2.83,2
+maker,5.74,1.79,19,4.16,2.39,19,6.15,2.87,20,5.0,0.0,3,6.0,1.93,15,4.5,2.42,10,3.78,2.44,9,6.5,2.64,10,5.8,3.19,10,5.83,2.23,6,5.83,1.64,12,5.17,2.64,6,3.69,2.21,13,5.88,3.04,8,6.33,2.87,12,6.17,1.64,12,5.0,1.91,7,4.56,2.88,9,3.8,1.93,10,5.56,3.21,9,6.64,2.62,11
+makeshift,5.32,1.29,22,4.79,2.1,19,5.1,2.28,21,4.8,1.3,5,5.38,1.26,16,5.38,2.0,8,4.36,2.16,11,5.2,1.81,10,5.0,2.72,11,5.08,0.79,12,5.6,1.71,10,5.7,1.95,10,3.78,1.86,9,4.83,2.59,12,5.44,1.88,9,5.09,1.22,11,5.55,1.37,11,4.62,2.62,8,4.91,1.76,11,5.78,1.56,9,4.58,2.64,12
+makeup,5.21,1.4,19,4.1,1.68,20,6.46,2.4,24,4.67,0.58,3,5.31,1.49,16,4.67,1.03,6,3.85,1.95,13,6.12,1.96,8,6.62,2.63,16,4.57,1.4,7,5.58,1.31,12,4.0,1.73,7,4.17,1.8,12,6.08,2.66,13,6.91,2.07,11,5.12,1.13,8,5.27,1.62,11,4.64,1.8,11,3.44,1.33,9,6.59,2.55,17,6.14,2.12,7
+malady,3.86,2.2,21,4.48,2.76,25,4.37,2.99,19,5.44,1.81,9,2.67,1.67,12,4.5,3.27,6,4.5,2.75,18,4.14,3.44,7,4.5,2.84,12,4.31,2.18,16,2.4,1.67,5,4.0,2.86,14,5.2,2.74,10,3.89,3.14,9,4.8,2.94,10,4.25,2.45,12,3.33,1.8,9,5.19,2.79,16,3.22,2.33,9,4.36,3.5,11,4.38,2.33,8
+malaria,2.34,1.39,41,5.07,2.63,41,3.32,1.53,19,3.23,1.54,13,1.93,1.12,28,4.53,2.67,19,5.67,2.56,21,3.4,1.26,10,3.22,1.86,9,2.05,1.2,21,2.65,1.53,20,4.43,2.58,21,5.75,2.57,20,3.88,1.89,8,2.8,1.14,10,2.35,1.5,23,2.33,1.28,18,4.93,2.73,27,5.36,2.5,14,3.5,1.41,8,3.18,1.66,11
+malarkey,4.45,2.09,20,4.33,2.65,21,4.33,1.88,24,4.75,1.5,4,4.38,2.25,16,4.75,2.06,4,4.24,2.82,17,5.44,2.19,9,3.67,1.35,15,4.12,2.03,8,4.67,2.19,12,4.5,2.95,10,4.18,2.48,11,4.5,1.65,14,4.1,2.23,10,4.27,1.95,11,4.67,2.35,9,3.9,2.88,10,4.73,2.49,11,4.71,1.93,17,3.43,1.51,7
+male,6.91,1.9,22,4.5,2.48,20,5.89,2.79,19,6.38,1.98,13,7.67,1.58,9,4.0,1.63,7,4.77,2.86,13,7.43,1.27,7,5.0,3.07,12,7.58,1.78,12,6.1,1.79,10,4.67,2.0,9,4.36,2.91,11,6.4,2.5,10,5.33,3.12,9,7.58,1.78,12,6.1,1.79,10,5.29,2.56,7,4.08,2.43,13,5.14,3.29,7,6.33,2.5,12
+malfunction,2.68,1.49,19,4.62,2.4,21,2.92,2.08,24,3.33,1.63,6,2.38,1.39,13,4.73,2.72,11,4.5,2.12,10,3.88,3.0,8,2.44,1.31,16,2.8,1.32,10,2.56,1.74,9,5.0,2.5,9,4.33,2.39,12,3.18,2.35,17,2.0,0.89,6,2.38,1.41,8,2.91,1.58,11,3.56,2.19,9,5.42,2.31,12,3.19,2.46,16,2.38,0.92,8
+malice,2.81,1.56,43,4.81,2.52,21,4.56,2.31,48,2.82,1.47,11,2.81,1.64,31,4.33,2.34,6,5.0,2.65,15,4.09,2.33,22,4.96,2.25,26,3.1,1.64,21,2.55,1.47,22,5.0,2.94,7,4.71,2.4,14,4.43,2.18,28,4.75,2.51,20,2.76,1.55,21,2.86,1.61,22,4.33,3.08,9,5.17,2.08,12,4.57,2.28,28,4.55,2.39,20
+malicious,2.32,1.42,19,4.95,1.66,21,4.78,2.94,23,3.33,1.53,3,2.12,1.36,16,4.75,2.19,8,5.08,1.32,13,5.33,2.92,9,4.43,3.01,14,1.89,1.54,9,2.7,1.25,10,4.67,1.73,9,5.17,1.64,12,5.67,3.04,15,3.12,1.96,8,2.29,1.38,7,2.33,1.5,12,5.2,1.4,10,4.73,1.9,11,5.08,3.38,13,4.4,2.37,10
+malignant,3.1,1.67,21,4.42,2.98,24,4.2,2.55,20,3.62,2.0,8,2.77,1.42,13,5.5,2.66,6,4.06,3.06,18,5.36,2.46,11,2.78,1.92,9,3.42,1.93,12,2.67,1.22,9,4.5,3.24,10,4.36,2.9,14,4.77,2.74,13,3.14,1.86,7,2.79,1.63,14,3.71,1.7,7,4.5,3.03,16,4.25,3.06,8,4.5,2.32,12,3.75,2.96,8
+mall,4.45,2.26,20,5.3,2.68,20,6.0,1.74,26,3.73,1.85,11,5.33,2.5,9,5.71,2.29,7,5.08,2.93,13,5.69,1.65,13,6.31,1.84,13,4.91,2.51,11,3.89,1.9,9,5.18,2.32,11,5.44,3.21,9,6.06,1.68,17,5.89,1.96,9,4.8,2.49,10,4.1,2.08,10,5.67,2.64,12,4.75,2.82,8,5.62,1.63,16,6.6,1.84,10
+mallet,4.7,1.63,20,3.95,2.44,21,6.24,1.73,21,5.22,1.39,9,4.27,1.74,11,4.33,2.96,9,3.67,2.06,12,6.0,1.41,8,6.38,1.94,13,4.86,0.86,14,4.33,2.8,6,4.5,2.98,8,3.62,2.1,13,6.5,1.31,8,6.08,1.98,13,4.9,0.99,10,4.5,2.12,10,3.83,2.48,12,4.11,2.52,9,6.33,1.78,12,6.11,1.76,9
+malnutrition,2.48,1.25,21,3.5,2.54,24,5.3,2.52,20,2.88,1.13,8,2.23,1.3,13,5.17,2.32,6,2.94,2.41,18,5.64,2.34,11,4.89,2.8,9,2.75,1.29,12,2.11,1.17,9,3.9,2.47,10,3.21,2.64,14,5.92,2.18,13,4.14,2.85,7,2.36,1.22,14,2.71,1.38,7,3.38,2.45,16,3.75,2.87,8,5.33,2.42,12,5.25,2.82,8
+malpractice,2.74,1.24,19,5.26,2.05,19,4.3,2.72,20,2.33,1.15,3,2.73,1.28,15,5.22,2.05,9,5.3,2.16,10,4.6,2.63,10,4.0,2.91,10,2.67,1.21,6,2.67,1.3,12,5.43,2.23,7,5.17,2.04,12,4.0,2.98,8,4.5,2.65,12,2.75,1.42,12,2.71,0.95,7,5.8,2.15,10,4.67,1.87,9,5.0,2.78,9,3.73,2.65,11
+malt,6.14,2.2,21,3.75,2.07,24,5.91,1.93,22,7.25,1.75,8,5.46,2.22,13,3.77,2.24,13,3.73,1.95,11,5.62,2.18,13,6.33,1.5,9,7.38,2.0,8,5.67,1.83,12,4.5,1.99,14,2.7,1.77,10,6.17,2.04,12,5.6,1.84,10,7.0,2.75,10,5.36,1.21,11,3.06,1.68,17,5.43,2.07,7,6.0,2.54,10,5.83,1.34,12
+mama,7.64,1.62,22,4.29,2.8,21,5.28,1.96,18,7.33,1.21,6,7.8,1.82,15,3.71,3.25,7,4.57,2.62,14,5.11,1.76,9,5.5,2.39,8,7.29,1.9,14,8.43,0.53,7,3.89,3.14,9,4.58,2.61,12,5.3,2.11,10,5.25,1.91,8,7.71,1.44,14,7.5,2.0,8,3.33,3.01,6,4.67,2.72,15,4.8,2.49,10,5.88,0.83,8
+mambo,5.52,1.97,21,5.05,2.18,21,5.1,1.58,21,5.44,2.01,9,5.58,2.02,12,5.0,1.67,6,5.07,2.5,14,4.83,1.94,6,5.2,1.47,15,5.22,2.05,9,5.75,1.96,12,5.8,1.1,5,4.81,2.4,16,5.1,1.79,10,5.09,1.45,11,5.25,2.38,12,5.89,1.27,9,4.75,2.38,8,5.23,2.13,13,5.42,1.31,12,4.67,1.87,9
+mammal,5.95,1.91,22,3.81,2.54,21,6.0,1.75,22,5.86,2.28,14,6.12,1.13,8,4.0,2.37,11,3.89,2.85,9,5.67,2.16,6,6.12,1.63,16,5.6,2.37,10,6.25,1.48,12,3.27,2.0,11,4.4,3.03,10,6.0,1.87,13,6.0,1.66,9,5.25,1.91,12,6.8,1.62,10,3.46,2.6,13,4.38,2.5,8,5.5,1.31,12,6.6,2.07,10
+mammoth,5.84,1.68,19,4.09,1.85,22,5.23,2.05,22,6.33,1.66,9,5.4,1.65,10,3.88,1.25,8,4.21,2.15,14,4.82,1.99,11,5.64,2.11,11,5.43,1.13,7,6.08,1.93,12,4.5,1.51,10,3.75,2.09,12,4.92,2.1,13,5.67,2.0,9,6.0,1.76,10,5.67,1.66,9,3.88,1.46,8,4.21,2.08,14,5.79,2.15,14,4.25,1.49,8
+mammy,5.1,2.07,20,3.82,2.5,22,4.7,2.78,27,5.71,2.29,7,4.77,1.96,13,3.9,2.64,10,3.75,2.49,12,4.27,3.01,15,5.36,2.58,11,4.64,1.86,11,5.67,2.29,9,3.56,2.07,9,4.0,2.83,13,4.82,3.03,17,4.56,2.6,9,5.69,1.8,13,4.0,2.24,7,3.81,2.34,16,3.83,3.13,6,3.92,3.06,12,5.33,2.47,15
+man,5.42,1.22,19,4.36,2.49,47,5.44,2.24,54,5.33,0.58,3,5.44,1.31,16,4.0,2.21,21,4.65,2.7,26,6.0,1.9,17,5.19,2.36,37,4.9,0.74,10,6.0,1.41,9,3.75,2.22,28,5.26,2.64,19,5.48,2.18,29,5.4,2.35,25,5.75,1.39,8,5.18,1.08,11,4.68,2.7,31,3.75,1.95,16,5.67,2.57,33,5.1,1.58,21
+manage,4.71,1.23,21,3.52,1.83,23,5.88,2.36,26,4.64,1.12,11,4.8,1.4,10,3.55,1.44,11,3.5,2.2,12,5.09,2.07,11,6.71,2.33,14,4.5,1.43,10,4.91,1.04,11,3.73,1.85,11,3.33,1.87,12,5.59,2.29,17,6.88,2.3,8,4.69,1.49,13,4.75,0.71,8,3.6,2.06,15,3.38,1.41,8,6.0,2.5,17,5.67,2.18,9
+manageable,5.33,2.06,21,3.05,1.93,19,6.86,2.06,21,5.33,1.51,6,5.33,2.29,15,2.5,1.69,8,3.45,2.07,11,7.18,1.89,11,6.5,2.27,10,4.83,2.04,6,5.53,2.1,15,3.0,2.16,10,3.11,1.76,9,6.64,2.37,14,7.29,1.25,7,5.0,1.53,7,5.5,2.31,14,2.86,2.07,14,3.6,1.52,5,6.83,2.21,12,6.89,1.96,9
+management,4.95,1.9,19,3.24,1.89,21,4.7,3.32,23,5.0,3.61,3,4.94,1.61,16,3.0,1.31,8,3.38,2.22,13,3.89,2.93,9,5.21,3.56,14,6.11,1.54,9,3.9,1.6,10,3.67,2.12,9,2.92,1.73,12,4.8,3.47,15,4.5,3.25,8,4.71,1.89,7,5.08,1.98,12,3.8,2.04,10,2.73,1.68,11,3.85,3.63,13,5.8,2.66,10
+manager,4.82,1.74,22,4.15,2.3,20,7.16,2.09,19,5.15,2.15,13,4.33,0.71,9,4.29,1.8,7,4.08,2.6,13,7.57,2.23,7,6.92,2.07,12,4.92,2.19,12,4.7,1.06,10,4.44,2.13,9,3.91,2.51,11,6.8,2.25,10,7.56,1.94,9,4.75,2.09,12,4.9,1.29,10,4.14,2.04,7,4.15,2.51,13,7.0,1.73,7,7.25,2.34,12
+managerial,4.5,1.47,20,2.81,1.75,21,5.38,2.5,24,5.0,0.0,3,4.41,1.58,17,2.71,1.7,7,2.77,1.88,13,6.25,2.12,8,4.94,2.62,16,4.86,0.9,7,4.31,1.7,13,3.14,1.57,7,2.54,1.9,13,4.92,2.96,13,5.91,1.81,11,5.0,1.22,9,4.09,1.58,11,2.82,1.66,11,2.8,1.93,10,5.06,2.56,17,6.14,2.34,7
+mandarin,6.15,1.35,20,3.91,2.49,22,5.56,2.45,27,6.43,1.9,7,6.0,1.0,13,4.3,2.41,10,3.58,2.61,12,5.87,2.2,15,5.45,2.73,11,5.91,1.22,11,6.44,1.51,9,3.89,2.2,9,3.92,2.75,13,5.94,2.73,17,5.22,1.64,9,5.92,1.5,13,6.57,0.98,7,3.31,2.44,16,5.5,1.97,6,5.0,2.92,12,6.0,2.0,15
+mandate,3.76,1.04,21,4.32,2.15,25,4.0,2.78,22,4.38,0.74,8,3.38,1.04,13,4.15,2.08,13,4.5,2.32,12,4.77,2.71,13,2.89,2.62,9,4.25,0.89,8,3.42,1.08,12,5.0,1.71,14,3.45,2.42,11,4.08,2.68,12,3.9,3.03,10,4.3,0.82,10,3.27,1.01,11,4.12,2.15,17,4.75,2.25,8,4.0,2.79,10,4.0,2.89,12
+mandatory,3.9,1.89,20,3.89,2.65,18,3.54,2.64,24,4.8,1.92,5,3.6,1.84,15,4.0,2.74,5,3.85,2.73,13,3.62,2.22,13,3.45,3.17,11,3.6,1.65,10,4.2,2.15,10,4.86,2.61,7,3.27,2.61,11,3.69,2.63,16,3.25,2.82,8,3.57,2.06,14,4.67,1.21,6,4.33,2.53,12,3.0,2.9,6,3.67,2.41,15,3.33,3.12,9
+mandible,4.32,1.25,19,3.05,1.77,21,4.9,1.97,20,3.67,0.58,3,4.44,1.31,16,3.33,1.63,6,2.93,1.87,15,5.83,2.14,6,4.5,1.83,14,4.3,1.16,10,4.33,1.41,9,2.86,1.68,7,3.14,1.88,14,5.4,2.55,10,4.4,1.07,10,4.38,0.74,8,4.27,1.56,11,3.22,1.64,9,2.92,1.93,12,5.25,2.76,8,4.67,1.3,12
+mandolin,5.7,1.92,23,3.14,2.17,22,6.25,2.34,20,6.12,1.46,8,5.47,2.13,15,3.9,2.51,10,2.5,1.68,12,6.43,2.64,7,6.15,2.27,13,5.33,2.06,12,6.09,1.76,11,2.91,1.76,11,3.36,2.58,11,5.8,2.51,15,7.6,0.89,5,5.55,1.69,11,5.83,2.17,12,3.4,1.65,10,2.92,2.57,12,5.6,2.22,10,6.9,2.38,10
+mane,5.32,1.53,19,4.17,2.35,23,5.58,1.98,19,5.0,0.5,9,5.6,2.07,10,4.14,2.27,7,4.33,2.47,15,5.2,2.2,10,6.0,1.73,9,5.11,1.83,9,5.5,1.27,10,4.9,2.64,10,3.75,2.05,12,5.0,2.14,8,6.1,1.91,10,5.17,1.59,12,5.57,1.51,7,4.2,2.46,20,4.0,1.73,3,4.75,1.98,8,6.18,1.83,11
+maneuver,4.63,0.83,19,4.33,1.59,21,5.88,2.25,34,4.8,0.92,10,4.44,0.73,9,4.5,1.85,8,4.23,1.48,13,6.29,2.09,14,5.6,2.37,20,4.75,0.89,8,4.55,0.82,11,4.46,1.33,13,4.12,2.03,8,5.77,2.52,22,6.08,1.73,12,4.67,0.71,9,4.6,0.97,10,4.21,1.93,14,4.57,0.53,7,5.65,2.12,17,6.12,2.42,17
+manger,5.5,1.82,18,3.05,1.96,20,6.1,2.31,20,5.0,0.0,3,5.6,1.99,15,3.2,1.87,10,2.9,2.13,10,6.7,1.89,10,5.5,2.64,10,5.5,2.26,6,5.5,1.68,12,2.71,1.98,7,3.23,2.01,13,5.75,2.55,8,6.33,2.23,12,6.0,1.41,11,4.71,2.21,7,3.7,1.77,10,2.4,2.01,10,5.33,2.35,9,6.73,2.2,11
+mangle,2.9,1.66,41,5.0,2.8,43,4.35,2.24,55,3.46,1.9,13,2.64,1.5,28,5.29,2.89,17,4.81,2.79,26,4.5,2.42,26,4.25,2.12,28,2.29,1.27,21,3.55,1.79,20,4.9,2.88,20,5.09,2.79,23,4.51,2.42,35,4.11,1.94,19,2.74,1.57,23,3.11,1.78,18,4.75,2.63,24,5.32,3.06,19,4.46,2.44,28,4.22,2.04,27
+mango,6.57,2.31,21,3.05,1.77,21,5.76,2.2,25,6.67,2.27,12,6.44,2.51,9,3.29,1.6,7,2.93,1.9,14,5.7,2.79,10,5.8,1.82,15,7.75,1.89,4,6.29,2.37,17,2.9,1.91,10,3.18,1.72,11,5.29,2.87,7,5.94,1.95,18,6.83,2.29,12,6.22,2.44,9,3.15,1.82,13,2.88,1.81,8,5.89,2.32,9,5.69,2.21,16
+mangy,4.3,1.84,23,4.86,2.44,22,4.53,2.22,19,4.62,1.77,8,4.13,1.92,15,4.4,2.32,10,5.25,2.56,12,5.67,2.34,6,4.0,2.04,13,4.67,2.06,12,3.91,1.58,11,4.09,2.3,11,5.64,2.42,11,4.93,2.34,14,3.4,1.52,5,4.0,1.41,11,4.58,2.19,12,6.2,1.4,10,3.75,2.6,12,4.0,2.18,9,5.0,2.26,10
+manhole,4.8,1.44,20,4.09,2.43,22,5.59,2.1,27,5.29,2.06,7,4.54,0.97,13,3.3,1.83,10,4.75,2.73,12,6.13,2.03,15,5.0,2.14,11,4.18,1.17,11,5.56,1.42,9,4.67,2.24,9,3.69,2.56,13,5.82,2.43,17,5.33,1.41,9,5.0,1.58,13,4.43,1.13,7,3.88,2.39,16,4.67,2.66,6,5.25,2.26,12,5.87,2.0,15
+manhood,6.5,1.64,20,5.27,2.16,22,5.91,1.8,22,7.0,1.41,8,6.17,1.75,12,5.5,1.76,6,5.13,2.42,15,7.33,1.63,6,5.38,1.59,16,5.78,1.56,9,7.09,1.51,11,6.0,1.22,5,5.06,2.36,17,6.18,1.66,11,5.64,1.96,11,6.45,1.97,11,6.56,1.24,9,5.56,2.46,9,5.08,2.02,13,5.67,1.83,12,6.2,1.81,10
+manhunt,3.61,2.21,23,6.33,1.85,21,4.09,2.71,34,3.75,2.22,12,3.45,2.3,11,6.88,1.55,8,6.0,2.0,13,4.57,2.68,14,3.75,2.75,20,3.9,2.23,10,3.38,2.26,13,5.85,2.08,13,7.12,1.13,8,4.14,2.73,22,4.0,2.8,12,3.75,2.3,12,3.45,2.21,11,6.21,2.12,14,6.57,1.27,7,3.88,2.45,17,4.29,3.02,17
+mania,3.62,1.91,21,4.74,2.53,23,3.83,2.55,18,4.22,2.17,9,3.17,1.64,12,4.64,2.2,11,4.83,2.89,12,3.7,2.71,10,4.0,2.51,8,4.29,2.14,7,3.38,1.8,13,5.36,2.58,11,4.17,2.44,12,4.86,2.91,7,3.18,2.18,11,3.38,2.14,13,4.0,1.51,8,5.0,2.83,11,4.5,2.32,12,3.67,2.12,9,4.0,3.04,9
+maniac,3.5,2.48,20,5.77,2.83,44,3.8,2.69,49,3.5,2.22,10,3.5,2.84,10,5.71,2.99,21,5.83,2.74,23,3.16,2.3,25,4.26,2.85,23,3.9,2.92,10,3.1,2.02,10,5.9,2.75,20,5.67,2.94,24,3.88,2.6,25,3.71,2.84,24,3.62,2.79,13,3.29,1.98,7,5.47,2.89,30,6.43,2.68,14,3.12,2.25,26,4.57,2.98,23
+maniacal,3.3,1.82,23,6.0,2.86,22,4.1,2.05,20,3.75,1.83,8,3.07,1.83,15,6.3,2.58,10,5.75,3.17,12,4.43,1.99,7,3.92,2.14,13,2.83,1.9,12,3.82,1.66,11,5.45,2.84,11,6.55,2.91,11,4.53,2.03,15,2.8,1.64,5,3.55,1.75,11,3.08,1.93,12,6.5,2.59,10,5.58,3.12,12,4.6,2.07,10,3.6,2.01,10
+manic,4.19,1.54,21,4.55,2.7,22,3.63,2.02,27,4.3,1.42,10,4.09,1.7,11,4.0,2.83,7,4.8,2.7,15,3.41,2.24,17,4.0,1.63,10,4.64,1.29,11,3.7,1.7,10,2.8,2.49,5,5.06,2.61,17,3.64,2.31,14,3.62,1.76,13,4.31,1.84,13,4.0,0.93,8,4.1,3.11,10,4.92,2.39,12,3.79,2.01,14,3.46,2.11,13
+manicure,6.15,1.79,20,4.23,2.29,22,5.56,2.06,18,6.0,2.35,5,6.2,1.66,15,3.92,1.44,12,4.6,3.06,10,4.67,2.29,9,6.25,1.39,8,6.27,2.33,11,6.0,0.87,9,3.93,2.02,15,4.86,2.85,7,4.9,2.28,10,6.38,1.51,8,6.5,1.73,12,5.62,1.85,8,4.28,2.37,18,4.0,2.16,4,5.25,1.86,12,6.17,2.48,6
+manicurist,5.57,1.94,21,4.17,2.39,23,5.19,2.14,21,5.8,2.59,5,5.5,1.79,16,4.67,1.92,12,3.64,2.8,11,4.64,2.06,11,5.78,2.28,9,5.5,2.5,12,5.67,0.87,9,4.38,2.28,16,3.71,2.75,7,5.36,1.86,11,5.0,2.49,10,6.08,1.71,13,4.75,2.12,8,4.37,2.5,19,3.25,1.71,4,5.36,1.91,14,4.86,2.67,7
+manifest,4.81,1.78,21,4.12,2.79,25,5.16,2.27,19,5.11,1.17,9,4.58,2.15,12,3.83,3.37,6,4.22,2.76,18,4.29,1.7,7,5.67,2.46,12,4.56,1.67,16,5.6,2.07,5,4.36,3.18,14,3.8,2.44,10,5.0,2.4,9,5.3,2.26,10,5.17,1.99,12,4.33,1.41,9,4.5,2.85,16,3.44,2.7,9,4.55,2.62,11,6.0,1.41,8
+manifestation,4.38,1.47,21,4.21,2.73,24,5.5,2.67,20,4.5,1.51,8,4.31,1.49,13,5.33,1.86,6,3.83,2.92,18,6.36,2.11,11,4.44,3.0,9,4.5,1.73,12,4.22,1.09,9,4.9,2.38,10,3.71,2.95,14,6.23,2.49,13,4.14,2.61,7,4.14,1.46,14,4.86,1.46,7,4.56,2.78,16,3.5,2.67,8,6.0,2.49,12,4.75,2.92,8
+manifesto,4.05,2.37,19,4.59,2.28,22,5.12,2.01,24,3.5,2.17,6,4.31,2.5,13,5.67,1.83,12,3.3,2.16,10,4.75,2.25,8,5.31,1.92,16,4.2,2.3,10,3.89,2.57,9,5.78,1.72,9,3.77,2.31,13,5.24,2.22,17,4.83,1.6,6,4.0,2.2,8,4.09,2.59,11,4.33,2.55,9,4.77,2.17,13,5.0,2.13,16,5.38,1.85,8
+manifold,4.8,1.74,20,3.22,1.86,18,4.91,1.34,22,6.2,2.17,5,4.33,1.35,15,3.67,1.97,6,3.0,1.86,12,4.8,0.92,10,5.0,1.65,12,5.7,1.57,10,3.9,1.45,10,3.3,1.95,10,3.12,1.89,8,5.09,1.76,11,4.73,0.79,11,4.58,1.98,12,5.12,1.36,8,2.33,1.5,9,4.11,1.83,9,5.0,1.73,11,4.82,0.87,11
+manipulate,3.21,1.36,19,4.76,1.92,21,5.74,2.96,23,3.0,1.73,3,3.25,1.34,16,5.12,1.73,8,4.54,2.07,13,6.22,2.39,9,5.43,3.32,14,3.11,1.54,9,3.3,1.25,10,5.44,1.13,9,4.25,2.26,12,6.73,2.69,15,3.88,2.64,8,3.0,1.41,7,3.33,1.37,12,5.7,1.49,10,3.91,1.92,11,6.46,3.2,13,4.8,2.44,10
+manipulation,2.84,1.42,19,4.86,2.35,21,5.39,3.09,23,3.67,1.53,3,2.69,1.4,16,6.25,1.28,8,4.0,2.48,13,4.89,2.71,9,5.71,3.36,14,2.56,1.24,9,3.1,1.6,10,4.78,1.56,9,4.92,2.87,12,6.2,2.98,15,3.88,2.85,8,2.14,1.07,7,3.25,1.48,12,5.4,2.17,10,4.36,2.5,11,5.62,3.69,13,5.1,2.23,10
+manipulative,2.9,1.92,21,4.44,2.38,25,3.67,2.52,21,3.62,2.26,8,2.46,1.61,13,4.15,2.03,13,4.75,2.77,12,4.62,2.63,13,2.12,1.36,8,3.62,2.39,8,2.25,1.36,12,5.07,1.9,14,3.64,2.77,11,4.42,3.0,12,2.67,1.22,9,2.9,1.79,10,2.91,2.12,11,3.65,2.12,17,6.12,2.1,8,3.67,2.87,9,3.67,2.35,12
+mankind,6.59,1.92,22,4.89,1.59,19,5.14,2.22,21,5.4,1.67,5,7.06,1.88,16,5.38,1.6,8,4.55,1.57,11,5.2,2.25,10,5.09,2.3,11,6.42,1.83,12,6.8,2.1,10,5.0,1.56,10,4.78,1.72,9,5.33,2.15,12,4.89,2.42,9,6.36,2.06,11,6.82,1.83,11,5.25,1.49,8,4.64,1.69,11,5.33,1.8,9,5.0,2.56,12
+manly,6.09,1.8,22,5.63,2.41,19,6.48,2.5,21,6.0,2.12,5,6.19,1.8,16,5.38,2.5,8,5.82,2.44,11,6.5,2.8,10,6.45,2.34,11,5.67,1.78,12,6.6,1.78,10,5.3,2.58,10,6.0,2.29,9,6.33,2.77,12,6.67,2.24,9,5.73,2.1,11,6.45,1.44,11,5.62,3.16,8,5.64,1.86,11,6.56,2.46,9,6.42,2.64,12
+manned,5.14,1.13,22,4.47,1.87,19,5.71,2.92,21,5.0,1.22,5,5.19,1.17,16,5.38,1.19,8,3.82,2.04,11,5.4,2.8,10,6.0,3.13,11,5.08,1.08,12,5.2,1.23,10,4.6,1.9,10,4.33,1.94,9,5.58,3.09,12,5.89,2.85,9,4.82,0.87,11,5.45,1.29,11,4.62,1.85,8,4.36,1.96,11,4.78,3.23,9,6.42,2.57,12
+mannequin,5.35,1.66,20,3.9,2.38,20,6.38,1.98,26,5.09,1.45,11,5.67,1.94,9,3.43,2.51,7,4.15,2.38,13,6.0,2.16,13,6.77,1.79,13,5.36,1.86,11,5.33,1.5,9,4.36,2.42,11,3.33,2.35,9,6.76,1.89,17,5.67,2.06,9,5.3,1.57,10,5.4,1.84,10,4.08,2.47,12,3.62,2.39,8,6.44,2.25,16,6.3,1.57,10
+manner,5.86,1.44,42,3.52,2.14,42,5.45,2.0,55,6.15,1.77,13,5.72,1.28,29,3.32,2.29,19,3.68,2.1,22,4.89,1.68,18,5.73,2.1,37,6.31,1.4,16,5.58,1.42,26,3.67,2.66,18,3.42,1.72,24,5.1,2.21,29,5.85,1.69,26,6.09,1.38,23,5.58,1.5,19,2.79,2.18,19,4.13,1.96,23,5.45,2.28,33,5.45,1.53,22
+manor,5.9,0.94,21,3.68,2.29,25,5.05,1.99,19,5.67,1.0,9,6.08,0.9,12,3.67,2.66,6,3.83,2.2,18,4.43,1.72,7,5.42,2.11,12,5.94,1.0,16,5.8,0.84,5,3.79,2.55,14,3.8,1.93,10,5.11,2.37,9,5.0,1.7,10,5.75,0.97,12,6.11,0.93,9,4.19,2.34,16,2.78,1.99,9,4.64,2.16,11,5.62,1.69,8
+manpower,6.0,1.49,19,4.32,2.43,19,5.92,2.19,24,6.38,1.5,13,5.17,1.17,6,5.4,2.51,5,3.93,2.37,14,6.38,1.85,13,5.36,2.5,11,6.11,1.96,9,5.9,0.99,10,6.0,2.52,7,3.33,1.83,12,5.27,2.57,11,6.46,1.71,13,5.67,1.41,9,6.3,1.57,10,4.1,2.38,10,4.56,2.6,9,6.67,2.29,9,5.47,2.07,15
+mansion,6.62,1.88,21,4.84,2.69,25,6.5,2.5,22,6.62,2.26,8,6.62,1.71,13,4.69,3.12,13,5.0,2.26,12,6.77,2.31,13,6.11,2.85,9,6.88,2.59,8,6.33,1.37,12,5.29,2.76,14,4.27,2.61,11,6.67,2.19,12,6.3,2.95,10,6.5,2.27,10,6.73,1.56,11,5.29,2.89,17,3.88,2.03,8,6.0,2.98,10,6.92,2.07,12
+mansions,6.21,1.93,19,4.95,2.91,21,5.8,2.09,20,6.0,1.0,3,6.25,2.08,16,5.67,2.94,6,4.67,2.94,15,6.0,1.55,6,5.71,2.33,14,6.6,1.65,10,5.78,2.22,9,4.43,3.69,7,5.21,2.55,14,6.5,1.9,10,5.1,2.13,10,6.88,1.25,8,5.73,2.24,11,5.67,3.24,9,4.42,2.64,12,7.0,2.56,8,5.0,1.28,12
+manslaughter,2.05,1.39,20,5.67,3.04,21,3.88,2.53,26,2.3,1.16,10,1.8,1.62,10,5.0,3.29,6,5.93,3.01,15,4.24,2.41,17,3.22,2.77,9,2.18,1.25,11,1.89,1.62,9,4.2,3.11,5,6.12,2.96,16,4.36,2.65,14,3.33,2.39,12,1.85,1.07,13,2.43,1.9,7,4.9,3.38,10,6.36,2.66,11,4.07,2.87,14,3.67,2.19,12
+mantel,4.74,1.85,39,2.93,2.03,45,5.28,2.26,61,4.78,1.7,18,4.68,1.63,19,3.27,1.56,11,2.88,2.18,33,5.16,2.46,31,5.4,2.06,30,4.0,1.85,15,5.04,1.55,23,3.0,2.32,26,2.94,1.59,18,5.25,2.53,36,5.32,1.84,25,4.43,1.88,23,5.19,1.76,16,3.41,2.22,27,2.22,1.48,18,5.61,2.17,31,4.93,2.33,30
+mantis,4.95,1.61,19,3.25,2.47,20,5.88,2.17,24,5.23,1.74,13,4.33,1.21,6,3.8,3.11,5,3.07,2.31,15,6.15,2.15,13,5.55,2.25,11,5.11,2.26,9,4.8,0.79,10,4.0,3.42,7,2.85,1.82,13,5.45,2.07,11,6.23,2.28,13,4.56,1.01,9,5.3,2.0,10,3.1,2.64,10,3.4,2.41,10,6.89,1.96,9,5.27,2.12,15
+mantle,5.35,1.18,20,2.45,1.82,20,5.05,1.53,22,5.57,1.51,7,5.23,1.01,13,2.78,2.28,9,2.18,1.4,11,4.0,1.41,6,5.44,1.41,16,5.1,0.57,10,5.67,1.66,9,3.0,2.14,8,2.08,1.56,12,5.07,1.39,15,5.0,1.91,7,5.36,1.5,11,5.33,0.71,9,2.67,2.06,12,2.12,1.46,8,5.36,1.91,11,4.73,1.01,11
+mantra,5.47,1.39,19,3.48,2.27,21,5.87,1.84,23,5.2,1.1,5,5.54,1.56,13,3.83,2.86,6,3.33,2.09,15,5.7,1.83,10,6.0,1.91,13,5.57,1.81,7,5.36,1.21,11,3.71,2.93,7,3.36,1.98,14,5.36,1.86,11,6.33,1.78,12,5.25,1.48,12,5.86,1.21,7,3.55,2.7,11,3.4,1.84,10,5.36,1.74,14,6.67,1.8,9
+manual,4.95,1.64,20,3.17,1.72,23,6.48,1.6,21,4.89,1.36,9,5.0,1.9,11,3.18,1.83,11,3.17,1.7,12,5.88,1.25,8,6.85,1.72,13,4.71,1.68,14,5.5,1.52,6,3.22,1.72,9,3.14,1.79,14,6.25,1.58,8,6.62,1.66,13,5.3,1.49,10,4.6,1.78,10,3.31,1.75,13,3.0,1.76,10,6.75,1.48,12,6.11,1.76,9
+manufacture,5.0,1.91,19,4.41,2.42,22,5.45,1.68,22,5.67,1.12,9,4.4,2.32,10,4.75,2.49,8,4.21,2.46,14,5.64,1.8,11,5.27,1.62,11,5.14,0.38,7,4.92,2.43,12,4.0,1.94,10,4.75,2.8,12,4.92,1.55,13,6.22,1.64,9,5.1,2.23,10,4.89,1.62,9,4.25,2.82,8,4.5,2.28,14,5.93,1.69,14,4.62,1.41,8
+manufacturer,4.0,1.84,24,3.61,1.99,23,4.95,1.77,21,3.57,1.81,7,4.18,1.88,17,4.33,1.61,12,2.82,2.14,11,4.55,1.69,11,5.0,1.41,9,3.62,1.61,13,4.45,2.07,11,3.88,2.13,16,3.0,1.63,7,4.73,1.35,11,5.2,2.2,10,4.07,1.94,15,3.89,1.76,9,3.53,2.04,19,4.0,2.0,4,4.79,1.63,14,5.29,2.14,7
+manufacturing,5.0,1.9,22,4.5,2.23,26,5.67,2.1,24,5.44,1.81,9,4.69,1.97,13,4.1,2.73,10,4.75,1.91,16,6.0,2.18,9,5.47,2.1,15,5.62,2.26,8,4.64,1.65,14,4.69,2.69,13,4.31,1.75,13,5.58,2.11,12,5.75,2.18,12,4.67,1.97,12,5.4,1.84,10,4.6,2.53,15,4.36,1.86,11,5.69,2.25,13,5.64,2.01,11
+manure,3.19,1.84,103,4.15,2.24,79,4.51,2.32,76,3.35,2.06,40,3.1,1.71,62,4.37,1.96,27,4.04,2.38,52,4.53,2.3,38,4.5,2.38,38,3.28,1.83,53,3.1,1.87,49,4.05,2.12,37,4.24,2.36,42,4.72,2.4,43,4.24,2.22,33,3.13,1.67,61,3.29,2.08,42,3.5,2.11,34,4.64,2.23,45,4.87,2.49,39,4.14,2.1,37
+manuscript,6.05,1.39,20,3.29,2.33,21,5.32,1.97,25,5.25,1.71,4,6.25,1.29,16,4.0,2.71,4,3.12,2.29,17,4.78,2.59,9,5.62,1.54,16,6.12,1.13,8,6.0,1.6,12,3.3,2.54,10,3.27,2.24,11,5.07,1.82,14,5.64,2.2,11,5.91,1.04,11,6.22,1.79,9,2.4,2.07,10,4.09,2.34,11,5.78,1.7,18,4.14,2.27,7
+map,5.81,1.91,21,3.95,2.28,20,5.79,2.82,19,6.0,1.83,13,5.5,2.14,8,5.14,2.54,7,3.31,1.93,13,5.86,2.85,7,5.75,2.93,12,5.25,1.96,12,6.56,1.67,9,4.67,2.29,9,3.36,2.2,11,5.6,2.95,10,6.0,2.83,9,5.75,2.01,12,5.89,1.9,9,5.43,1.99,7,3.15,2.08,13,5.43,3.1,7,6.0,2.76,12
+maple,6.09,1.66,22,3.77,2.07,22,5.47,2.29,19,6.0,1.41,8,6.14,1.83,14,3.9,2.02,10,3.67,2.19,12,5.14,2.48,7,5.67,2.27,12,6.55,1.57,11,5.64,1.69,11,4.73,2.0,11,2.82,1.72,11,4.93,2.2,14,7.0,2.0,5,5.5,1.78,10,6.58,1.44,12,3.8,2.2,10,3.75,2.05,12,4.89,1.83,9,6.0,2.62,10
+mar,3.47,1.65,19,3.41,1.87,22,4.52,2.11,23,3.09,1.04,11,4.43,1.99,7,3.75,1.67,8,3.21,2.01,14,5.14,2.34,7,4.25,2.02,16,3.38,1.19,8,3.55,1.97,11,3.22,2.17,9,3.54,1.71,13,4.73,2.15,11,4.33,2.15,12,3.58,1.98,12,3.29,0.95,7,3.0,2.05,11,3.82,1.66,11,4.69,2.21,13,4.3,2.06,10
+marathon,5.48,1.72,21,5.04,2.69,23,4.9,2.77,21,4.4,2.51,5,5.81,1.33,16,5.58,2.39,12,4.45,2.98,11,5.55,2.81,11,3.89,2.67,9,5.58,1.88,12,5.33,1.58,9,5.69,2.33,16,3.57,3.05,7,4.09,2.02,11,5.8,3.29,10,5.54,1.81,13,5.38,1.69,8,5.16,2.95,19,4.5,0.58,4,4.14,2.6,14,6.43,2.64,7
+marble,5.8,1.64,20,3.57,1.73,23,5.38,2.11,21,5.8,2.77,5,5.8,1.21,15,4.33,1.56,12,2.73,1.56,11,5.27,2.1,11,5.22,2.17,9,5.36,1.86,11,6.33,1.22,9,3.75,1.69,16,3.14,1.86,7,4.91,1.92,11,5.9,2.28,10,6.23,1.09,13,5.0,2.24,7,3.58,1.77,19,3.5,1.73,4,5.0,1.75,14,6.14,2.67,7
+mare,5.62,1.53,21,3.64,2.53,25,5.0,2.21,19,5.0,1.22,9,6.08,1.62,12,4.67,2.07,6,3.28,2.7,18,4.57,1.81,7,5.25,2.45,12,5.62,1.63,16,5.6,1.34,5,4.14,3.01,14,2.9,1.73,10,4.56,2.65,9,5.4,1.78,10,5.25,1.36,12,6.11,1.69,9,4.06,2.67,16,2.89,2.2,9,4.73,2.57,11,5.38,1.69,8
+margarine,4.85,1.87,20,3.14,1.83,22,5.96,2.01,27,5.86,2.19,7,4.31,1.49,13,3.1,1.79,10,3.17,1.95,12,6.2,2.01,15,5.73,2.15,11,4.55,1.81,11,5.22,1.99,9,3.22,1.56,9,3.08,2.06,13,6.35,2.23,17,5.33,1.5,9,5.54,1.27,13,3.57,2.23,7,2.81,1.83,16,4.0,1.67,6,6.08,2.07,12,5.87,2.03,15
+margarita,6.33,2.46,21,5.2,2.98,20,6.19,2.62,21,6.67,2.07,6,6.2,2.65,15,5.38,2.67,8,5.08,3.29,12,5.73,2.24,11,6.7,3.02,10,7.5,1.05,6,5.87,2.72,15,6.2,2.82,10,4.2,2.94,10,6.93,2.4,14,4.71,2.56,7,6.0,2.83,7,6.5,2.35,14,5.07,3.0,14,5.5,3.21,6,5.67,3.08,12,6.89,1.76,9
+margin,4.75,1.25,20,3.71,1.93,21,5.15,2.64,34,4.5,1.43,10,5.0,1.05,10,4.38,1.6,8,3.31,2.06,13,6.14,2.48,14,4.45,2.58,20,4.89,1.05,9,4.64,1.43,11,3.92,2.02,13,3.38,1.85,8,5.0,2.81,22,5.42,2.39,12,5.2,0.79,10,4.3,1.49,10,4.14,1.88,14,2.86,1.86,7,5.18,2.56,17,5.12,2.8,17
+marginal,4.6,1.05,20,3.57,1.54,21,5.47,2.02,34,5.1,0.88,10,4.1,0.99,10,3.88,1.55,8,3.38,1.56,13,6.14,2.07,14,5.0,1.89,20,4.56,1.01,9,4.64,1.12,11,3.46,1.71,13,3.75,1.28,8,5.59,1.97,22,5.25,2.18,12,4.5,0.97,10,4.7,1.16,10,3.64,1.6,14,3.43,1.51,7,5.65,2.06,17,5.29,2.02,17
+mariachi,5.95,1.4,21,4.43,2.64,21,5.33,1.65,21,5.56,1.42,9,6.25,1.36,12,3.67,2.34,6,4.64,2.84,14,4.83,1.33,6,5.53,1.77,15,5.67,1.66,9,6.17,1.19,12,5.4,2.41,5,4.12,2.7,16,5.3,1.89,10,5.36,1.5,11,6.08,1.68,12,5.78,0.97,9,3.88,2.64,8,4.77,2.68,13,5.0,1.41,12,5.78,1.92,9
+marijuana,3.63,2.03,19,4.36,2.95,22,4.77,2.81,22,4.11,2.03,9,3.2,2.04,10,5.0,2.56,8,4.0,3.19,14,5.73,2.61,11,3.82,2.79,11,5.0,1.15,7,2.83,2.04,12,5.4,2.46,10,3.5,3.15,12,4.38,2.81,13,5.33,2.87,9,3.5,1.96,10,3.78,2.22,9,5.38,3.38,8,3.79,2.64,14,5.79,2.75,14,3.0,2.0,8
+marinara,5.95,1.7,22,3.0,2.0,21,6.59,1.76,22,6.36,1.74,14,5.25,1.49,8,2.82,1.54,11,3.44,2.51,9,6.33,2.16,6,6.69,1.66,16,5.6,1.84,10,6.25,1.6,12,3.09,2.39,11,2.9,1.6,10,6.38,1.76,13,6.89,1.83,9,5.5,1.45,12,6.5,1.9,10,2.62,1.76,13,3.62,2.33,8,6.42,1.62,12,6.8,1.99,10
+marine,5.95,2.24,20,3.44,1.46,18,5.14,2.4,22,6.8,2.28,5,5.67,2.23,15,3.83,1.17,6,3.25,1.6,12,4.7,2.31,10,5.5,2.5,12,6.4,1.58,10,5.5,2.76,10,3.7,1.34,10,3.12,1.64,8,5.82,2.64,11,4.45,2.02,11,5.42,2.23,12,6.75,2.12,8,2.78,1.48,9,4.11,1.17,9,4.36,2.8,11,5.91,1.7,11
+mariner,5.58,0.96,19,3.43,1.86,21,4.96,2.23,23,6.67,1.53,3,5.38,0.72,16,4.12,1.64,8,3.0,1.91,13,4.33,2.18,9,5.36,2.24,14,5.56,0.53,9,5.6,1.26,10,3.33,1.87,9,3.5,1.93,12,5.2,2.37,15,4.5,2.0,8,5.57,0.98,7,5.58,1.0,12,3.6,1.65,10,3.27,2.1,11,4.62,2.53,13,5.4,1.78,10
+marital,5.24,1.92,21,4.91,2.29,23,5.43,2.18,21,4.8,2.17,5,5.38,1.89,16,5.33,2.1,12,4.45,2.5,11,5.0,2.37,11,5.56,1.74,9,5.17,2.04,12,5.33,1.87,9,5.0,2.42,16,4.71,2.14,7,4.91,2.07,11,6.0,2.26,10,5.62,2.06,13,4.62,1.6,8,5.0,2.47,19,4.5,1.29,4,5.64,2.27,14,5.0,2.08,7
+maritime,4.9,1.61,21,3.36,2.08,25,5.26,1.85,19,5.11,1.83,9,4.75,1.48,12,2.67,1.86,6,3.5,2.18,18,4.71,1.7,7,5.58,1.93,12,4.81,1.68,16,5.2,1.48,5,3.43,2.41,14,3.1,1.66,10,5.44,2.19,9,5.1,1.6,10,5.08,1.88,12,4.67,1.22,9,3.62,2.19,16,2.89,1.9,9,5.0,2.05,11,5.62,1.6,8
+marker,5.8,1.64,20,4.05,2.54,21,5.48,2.24,25,5.75,2.87,4,5.81,1.33,16,3.5,2.38,4,4.18,2.63,17,5.89,2.57,9,5.25,2.08,16,6.12,1.55,8,5.58,1.73,12,4.4,2.72,10,3.73,2.45,11,4.86,1.96,14,6.27,2.41,11,6.18,1.47,11,5.33,1.8,9,4.1,2.81,10,4.0,2.41,11,5.72,1.99,18,4.86,2.85,7
+market,6.21,1.68,101,3.55,2.18,82,5.77,2.24,107,6.08,1.76,40,6.28,1.64,60,4.0,2.46,28,3.31,2.01,54,5.48,2.33,44,5.97,2.17,63,5.96,1.65,53,6.47,1.69,47,3.78,2.21,37,3.36,2.17,45,5.92,2.34,59,5.58,2.11,48,6.33,1.61,60,6.02,1.77,41,3.47,2.08,38,3.61,2.29,44,5.79,2.44,57,5.74,2.01,50
+marketing,4.83,1.85,23,4.75,2.33,24,5.09,2.56,22,4.56,1.13,9,5.0,2.22,14,5.62,2.33,13,3.73,1.95,11,6.08,2.72,13,3.67,1.5,9,6.0,1.77,8,4.36,1.55,14,5.5,1.91,14,3.7,2.54,10,5.33,2.81,12,4.8,2.35,10,4.55,1.63,11,5.08,2.07,12,4.59,2.55,17,5.14,1.77,7,5.1,2.88,10,5.08,2.39,12
+marketplace,6.25,1.52,20,4.32,2.08,19,5.81,2.02,21,6.0,0.89,6,6.36,1.74,14,5.86,1.68,7,3.42,1.78,12,5.55,2.02,11,6.1,2.08,10,6.17,1.17,6,6.29,1.68,14,4.78,2.44,9,3.9,1.73,10,5.57,2.38,14,6.29,0.95,7,5.86,1.86,7,6.46,1.33,13,4.46,2.4,13,4.0,1.26,6,5.58,2.5,12,6.11,1.17,9
+marksman,5.05,1.76,22,4.59,2.61,22,5.37,2.61,19,5.38,1.51,8,4.54,1.56,13,4.62,3.07,8,4.62,2.53,13,6.0,2.45,7,5.0,2.86,11,4.12,1.25,8,5.31,1.6,13,3.75,2.66,8,5.07,2.56,14,4.29,2.63,7,6.0,2.49,12,4.64,1.43,11,5.45,2.02,11,2.88,2.17,8,5.57,2.38,14,5.88,2.47,16,2.67,1.53,3
+marksmanship,5.19,1.83,21,4.96,2.33,23,6.0,1.95,20,3.8,1.64,5,5.62,1.71,16,5.58,2.31,12,4.27,2.24,11,5.5,2.17,10,6.22,1.48,9,4.83,2.25,12,5.67,1.0,9,4.5,1.93,16,6.0,2.94,7,5.45,2.07,11,6.67,1.66,9,5.92,1.55,13,4.0,1.69,8,5.16,2.48,19,4.0,1.15,4,5.38,1.71,13,7.14,1.95,7
+marmalade,5.95,1.22,19,3.95,2.65,21,5.15,2.28,20,6.0,0.0,3,5.94,1.34,16,4.17,2.86,6,3.87,2.67,15,5.33,1.63,6,5.07,2.56,14,5.6,0.7,10,6.33,1.58,9,3.43,2.3,7,4.21,2.86,14,5.4,2.67,10,4.9,1.91,10,5.88,1.46,8,6.0,1.1,11,4.22,3.07,9,3.75,2.42,12,5.12,3.04,8,5.17,1.75,12
+maroon,5.41,2.2,22,4.37,2.14,19,4.76,2.66,21,4.8,1.1,5,5.5,2.48,16,5.25,1.91,8,3.73,2.15,11,4.6,2.63,10,4.91,2.81,11,5.0,2.0,12,5.9,2.42,10,5.0,2.11,10,3.67,2.06,9,4.92,2.78,12,4.56,2.65,9,4.55,2.38,11,6.27,1.68,11,4.38,2.45,8,4.36,2.01,11,4.33,2.74,9,5.08,2.68,12
+marooned,4.26,1.88,19,5.9,1.89,21,3.3,2.05,23,4.4,0.89,5,4.31,2.21,13,5.67,2.73,6,6.0,1.56,15,3.3,2.36,10,3.31,1.89,13,4.43,1.9,7,4.27,2.0,11,5.43,2.51,7,6.14,1.56,14,3.73,2.0,11,2.92,2.11,12,4.75,1.71,12,3.43,1.99,7,6.0,2.19,11,5.8,1.62,10,3.14,2.21,14,3.56,1.88,9
+marquee,6.0,1.3,20,4.21,2.23,19,5.64,1.96,25,5.82,1.33,11,6.22,1.3,9,4.43,2.07,7,4.08,2.39,12,5.0,1.65,12,6.23,2.09,13,5.73,1.35,11,6.33,1.22,9,4.45,2.07,11,3.88,2.53,8,5.53,2.03,17,5.88,1.89,8,6.2,1.32,10,5.8,1.32,10,4.25,2.22,12,4.14,2.41,7,5.27,1.83,15,6.2,2.1,10
+marquis,4.77,1.69,22,3.77,2.16,22,4.6,2.09,20,5.62,1.69,8,4.29,1.54,14,5.0,2.21,10,2.75,1.54,12,6.14,1.86,7,3.77,1.74,13,4.73,1.9,11,4.82,1.54,11,3.64,1.96,11,3.91,2.43,11,5.13,1.92,15,3.0,1.87,5,5.0,1.7,10,4.58,1.73,12,3.6,1.51,10,3.92,2.64,12,4.5,0.85,10,4.7,2.91,10
+marriage,7.56,1.62,18,4.95,3.04,21,5.33,2.89,18,7.0,1.07,8,8.0,1.89,10,5.57,3.64,7,4.64,2.79,14,4.91,2.95,11,6.0,2.89,7,7.55,1.29,11,7.57,2.15,7,3.56,3.28,9,6.0,2.49,12,5.82,2.96,11,4.57,2.82,7,7.58,1.62,12,7.5,1.76,6,3.67,3.03,12,6.67,2.18,9,6.11,2.89,9,4.56,2.83,9
+marrow,4.29,2.02,17,3.65,2.06,20,4.12,1.74,25,5.75,1.5,4,3.85,1.99,13,4.27,2.05,11,2.89,1.9,9,4.38,1.82,16,3.67,1.58,9,4.67,2.58,6,4.09,1.76,11,2.78,2.05,9,4.36,1.86,11,4.0,1.92,20,4.6,0.55,5,4.33,2.5,9,4.25,1.49,8,3.18,2.14,11,4.22,1.92,9,4.53,1.58,19,2.83,1.72,6
+marry,7.09,2.2,22,5.52,2.96,21,5.67,2.33,18,6.17,3.13,6,7.67,1.54,15,5.86,3.39,7,5.36,2.84,14,5.22,2.86,9,6.12,1.81,8,7.07,2.4,14,7.57,1.62,7,4.56,3.24,9,6.25,2.63,12,5.1,2.69,10,6.38,1.69,8,6.5,2.5,14,8.12,0.99,8,4.17,3.71,6,6.07,2.55,15,5.4,2.5,10,6.0,2.2,8
+marshal,4.62,1.53,21,4.08,2.52,25,5.79,2.37,19,4.67,1.12,9,4.58,1.83,12,5.0,2.45,6,3.78,2.6,18,5.0,2.38,7,6.25,2.34,12,4.69,1.45,16,4.4,1.95,5,4.07,2.64,14,4.1,2.6,10,5.67,2.24,9,5.9,2.6,10,4.58,1.62,12,4.67,1.5,9,4.0,2.34,16,4.22,2.95,9,5.64,3.01,11,6.0,1.2,8
+marshmallow,6.84,2.09,19,4.7,2.42,23,5.58,2.14,19,6.56,1.59,9,7.1,2.51,10,4.57,2.94,7,4.8,2.34,15,5.3,2.36,10,5.89,1.96,9,6.33,2.65,9,7.3,1.42,10,5.6,2.55,10,4.0,2.26,12,4.5,1.93,8,6.3,2.11,10,7.0,2.17,12,6.57,2.07,7,4.65,2.46,20,5.0,2.65,3,5.12,1.96,8,5.91,2.3,11
+mart,5.32,1.34,19,3.55,2.09,22,5.24,1.95,21,5.11,0.78,9,5.5,1.72,10,4.62,2.33,8,2.93,1.73,14,5.09,1.7,11,5.4,2.27,10,5.14,0.69,7,5.42,1.62,12,3.8,1.93,10,3.33,2.27,12,5.25,2.22,12,5.22,1.64,9,5.4,1.71,10,5.22,0.83,9,3.62,2.39,8,3.5,1.99,14,5.86,1.99,14,4.0,1.15,7
+martial,5.4,1.64,20,4.23,2.31,22,4.59,2.42,27,6.14,1.46,7,5.0,1.63,13,4.4,2.37,10,4.08,2.35,12,4.53,2.47,15,4.73,2.57,11,5.73,1.35,11,5.0,1.94,9,4.56,2.46,9,4.0,2.27,13,5.0,2.76,17,3.89,1.69,9,5.85,1.82,13,4.57,0.79,7,3.81,2.59,16,5.33,0.52,6,4.92,2.91,12,4.33,2.02,15
+martini,6.14,2.1,21,5.9,2.4,20,5.33,2.4,36,6.75,1.67,8,5.77,2.31,13,4.8,2.86,5,6.27,2.22,15,5.45,2.21,11,5.28,2.53,25,6.31,2.32,13,5.88,1.81,8,5.58,2.75,12,6.38,1.85,8,4.75,2.61,20,6.06,1.95,16,6.18,1.83,11,6.1,2.47,10,6.0,2.79,11,5.78,1.99,9,5.0,2.54,22,5.86,2.14,14
+martyr,4.24,1.89,21,4.52,2.2,25,3.79,1.96,19,3.78,0.97,9,4.58,2.35,12,4.67,2.88,6,4.44,2.09,18,3.29,1.89,7,4.08,2.02,12,4.5,1.63,16,3.4,2.61,5,4.5,2.47,14,4.5,2.01,10,3.0,1.5,9,4.5,2.12,10,3.75,1.54,12,4.89,2.2,9,5.06,2.35,16,3.56,1.59,9,3.27,2.24,11,4.5,1.31,8
+marvel,5.84,2.36,19,4.77,2.39,22,5.21,1.47,24,4.17,2.48,6,6.62,1.94,13,5.25,2.34,12,4.2,2.44,10,4.12,1.64,8,5.75,1.06,16,5.3,2.31,10,6.44,2.4,9,5.11,2.52,9,4.54,2.37,13,5.18,1.38,17,5.17,1.94,6,5.88,3.0,8,5.82,1.94,11,5.44,2.4,9,4.31,2.36,13,5.06,1.44,16,5.5,1.6,8
+marvelous,7.21,1.72,19,3.77,2.86,22,6.21,1.81,28,7.17,1.83,6,7.23,1.74,13,3.45,2.42,11,4.09,3.33,11,6.55,1.92,11,6.0,1.77,17,7.0,2.05,11,7.5,1.2,8,3.09,2.26,11,4.45,3.33,11,6.06,2.07,18,6.5,1.27,10,7.0,1.91,13,7.67,1.21,6,4.07,3.32,14,3.25,1.91,8,6.38,2.19,16,6.0,1.21,12
+marzipan,5.4,1.27,20,3.91,2.69,22,5.23,2.58,26,5.29,2.06,7,5.46,0.66,13,4.0,2.4,10,3.83,3.01,12,5.21,2.64,14,5.18,2.75,11,5.09,1.14,11,5.78,1.39,9,4.78,2.73,9,3.31,2.59,13,4.88,3.14,16,5.78,1.3,9,5.38,1.5,13,5.43,0.79,7,3.69,2.6,16,4.5,3.08,6,4.33,2.93,12,6.0,2.04,14
+mascara,4.79,1.81,19,4.55,2.42,20,6.27,1.8,26,3.91,1.58,11,6.0,1.41,8,4.0,2.24,7,4.85,2.54,13,5.69,1.89,13,6.85,1.57,13,4.8,2.15,10,4.78,1.48,9,4.0,2.28,11,5.22,2.54,9,6.06,1.98,17,6.67,1.41,9,5.44,1.81,9,4.2,1.69,10,5.0,2.56,12,3.88,2.17,8,5.88,1.78,16,6.9,1.73,10
+mascot,5.5,1.25,18,4.11,2.4,18,5.65,2.18,17,5.7,0.95,10,5.25,1.58,8,4.5,2.38,4,4.0,2.48,14,5.62,2.33,8,5.67,2.18,9,5.75,1.04,8,5.3,1.42,10,5.0,2.58,7,3.55,2.21,11,6.33,1.51,6,5.27,2.45,11,5.58,1.31,12,5.33,1.21,6,3.45,2.54,11,5.14,1.86,7,4.57,2.37,7,6.4,1.78,10
+masculine,5.79,1.4,19,5.19,2.14,21,5.48,2.76,23,5.0,1.0,3,5.94,1.44,16,4.62,1.6,8,5.54,2.4,13,6.33,2.29,9,4.93,2.97,14,6.33,1.0,9,5.3,1.57,10,5.44,1.74,9,5.0,2.45,12,5.47,2.77,15,5.5,2.93,8,5.57,1.62,7,5.92,1.31,12,6.0,2.31,10,4.45,1.75,11,5.77,3.17,13,5.1,2.23,10
+masculinity,5.75,1.55,20,4.7,2.11,20,5.91,2.27,22,6.29,1.6,7,5.46,1.51,13,4.44,2.4,9,4.91,1.92,11,6.5,3.08,6,5.69,1.96,16,5.0,1.41,10,6.56,1.42,9,3.75,1.91,8,5.33,2.06,12,5.53,2.5,15,6.71,1.5,7,5.55,1.29,11,6.0,1.87,9,4.67,2.57,12,4.75,1.28,8,5.91,2.47,11,5.91,2.17,11
+mash,4.81,2.02,21,3.85,2.89,20,4.82,2.38,22,6.33,1.97,6,4.2,1.74,15,3.75,2.92,8,3.92,3.0,12,5.33,2.35,12,4.2,2.39,10,6.0,2.45,9,3.92,1.0,12,3.56,2.4,9,4.09,3.33,11,3.71,1.7,7,5.33,2.53,15,5.6,2.32,10,4.09,1.45,11,3.31,2.39,13,4.86,3.63,7,4.83,2.55,12,4.8,2.3,10
+mashed,4.61,1.46,18,4.15,2.74,20,4.24,1.64,25,4.4,1.95,5,4.69,1.32,13,5.36,2.77,11,2.67,1.94,9,4.06,1.29,16,4.56,2.19,9,5.14,1.77,7,4.27,1.19,11,3.11,2.76,9,5.0,2.53,11,4.35,1.73,20,3.8,1.3,5,4.22,1.48,9,5.0,1.41,9,3.82,2.71,11,4.56,2.88,9,4.47,1.68,19,3.5,1.38,6
+mask,4.81,1.5,21,3.26,2.4,23,5.1,2.22,20,5.12,1.55,8,4.62,1.5,13,4.83,2.32,6,2.71,2.23,17,5.82,2.18,11,4.22,2.05,9,4.75,1.42,12,4.89,1.69,9,3.67,3.08,9,3.0,1.92,14,5.38,2.36,13,4.57,1.99,7,4.71,1.44,14,5.0,1.73,7,4.0,2.42,15,1.88,1.73,8,5.58,2.02,12,4.38,2.45,8
+masked,5.14,1.68,21,4.0,2.7,23,5.1,2.61,20,6.0,1.31,8,4.62,1.71,13,5.67,2.58,6,3.41,2.55,17,5.18,2.71,11,5.0,2.65,9,5.08,1.73,12,5.22,1.72,9,5.7,2.67,10,2.69,1.93,13,5.31,2.53,13,4.71,2.93,7,5.29,1.77,14,4.86,1.57,7,4.73,2.81,15,2.62,1.92,8,5.42,2.81,12,4.62,2.39,8
+masochist,3.39,2.23,18,4.77,2.43,22,4.45,2.09,22,3.75,1.28,8,3.1,2.81,10,5.62,2.72,8,4.29,2.2,14,4.73,1.9,11,4.18,2.32,11,3.33,1.37,6,3.42,2.61,12,4.5,2.01,10,5.0,2.8,12,4.08,2.06,13,5.0,2.12,9,4.1,2.64,10,2.5,1.2,8,4.25,2.55,8,5.07,2.4,14,5.07,2.27,14,3.38,1.19,8
+masquerade,5.53,1.84,19,5.17,2.09,18,5.29,2.23,17,5.18,1.47,11,6.0,2.27,8,4.75,2.63,4,5.29,2.02,14,4.62,2.39,8,5.89,2.03,9,5.62,2.2,8,5.45,1.63,11,5.29,2.06,7,5.09,2.21,11,5.0,2.1,6,5.45,2.38,11,5.15,1.91,13,6.33,1.51,6,4.91,2.02,11,5.57,2.3,7,5.43,2.23,7,5.2,2.35,10
+mass,5.15,1.35,20,3.56,2.18,25,5.47,2.55,19,5.25,1.16,8,5.08,1.51,12,4.0,2.19,6,3.44,2.28,18,5.29,2.5,7,5.58,2.68,12,5.13,1.51,15,5.2,0.84,5,3.71,2.16,14,3.4,2.41,10,5.56,2.24,9,5.4,2.91,10,5.09,1.14,11,5.22,1.64,9,3.5,2.0,16,3.67,2.6,9,5.36,3.17,11,5.62,1.51,8
+massacre,1.77,1.57,80,6.68,2.49,104,3.33,2.45,79,1.93,1.57,30,1.62,1.54,48,6.19,2.99,31,6.89,2.26,72,3.88,2.21,34,2.93,2.59,44,1.83,1.7,42,1.64,1.38,36,6.48,2.81,42,6.82,2.27,62,3.75,2.58,44,2.8,2.21,35,1.82,1.48,49,1.71,1.74,31,6.5,2.46,44,6.82,2.53,60,3.5,2.64,44,3.11,2.22,35
+massage,7.16,1.64,19,3.88,2.59,24,6.57,2.22,28,6.62,1.3,8,7.55,1.81,11,3.78,2.17,9,3.93,2.89,15,6.93,1.86,14,6.21,2.55,14,7.22,1.79,9,7.1,1.6,10,4.5,2.88,12,3.25,2.22,12,7.29,1.68,14,5.86,2.51,14,7.1,1.91,10,7.22,1.39,9,4.33,2.71,12,3.42,2.5,12,6.5,2.5,12,6.62,2.06,16
+masses,4.41,1.94,22,4.11,2.91,18,4.54,2.13,24,4.0,2.52,7,4.6,1.68,15,6.0,2.74,5,3.38,2.72,13,4.62,1.98,13,4.45,2.38,11,4.7,2.41,10,4.17,1.53,12,6.29,2.56,7,2.73,2.24,11,4.06,2.08,16,5.5,2.0,8,3.6,1.45,15,6.14,1.77,7,4.5,2.94,12,3.33,2.94,6,5.07,1.94,15,3.67,2.24,9
+masseur,5.73,1.78,22,4.68,2.31,19,5.24,2.07,21,4.4,1.14,5,6.12,1.82,16,3.5,2.2,8,5.55,2.07,11,5.3,2.36,10,5.18,1.89,11,5.17,2.08,12,6.4,1.07,10,4.3,2.11,10,5.11,2.57,9,4.83,1.9,12,5.78,2.28,9,5.45,1.86,11,6.0,1.73,11,3.62,2.0,8,5.45,2.3,11,5.67,2.35,9,4.92,1.88,12
+masseuse,6.61,2.12,18,4.09,2.97,22,4.71,1.92,28,5.17,2.32,6,7.33,1.67,12,4.0,2.93,11,4.18,3.16,11,5.55,2.02,11,4.18,1.7,17,6.2,2.44,10,7.12,1.64,8,2.91,1.97,11,5.27,3.41,11,4.5,1.58,18,5.1,2.47,10,6.25,2.22,12,7.33,1.86,6,4.21,3.02,14,3.88,3.09,8,4.62,1.82,16,4.83,2.12,12
+massive,5.18,1.37,22,5.79,2.68,19,5.71,2.35,21,6.0,1.87,5,4.94,1.18,16,6.38,2.62,8,5.36,2.77,11,6.0,2.67,10,5.45,2.11,11,4.92,1.56,12,5.5,1.08,10,6.4,2.55,10,5.11,2.8,9,5.67,2.39,12,5.78,2.44,9,5.18,1.54,11,5.18,1.25,11,5.12,2.42,8,6.27,2.87,11,5.44,2.35,9,5.92,2.43,12
+mast,4.85,0.88,20,3.71,1.9,21,5.32,2.56,34,5.2,0.63,10,4.5,0.97,10,4.38,2.0,8,3.31,1.8,13,4.79,2.81,14,5.7,2.36,20,4.89,0.6,9,4.82,1.08,11,4.08,1.98,13,3.12,1.73,8,5.45,2.5,22,5.08,2.75,12,4.8,0.42,10,4.9,1.2,10,3.36,2.21,14,4.43,0.79,7,5.94,2.3,17,4.71,2.71,17
+master,5.72,1.99,18,4.4,3.15,20,4.17,2.83,18,5.38,2.07,8,6.0,2.0,10,4.43,2.94,7,4.38,3.38,13,4.27,2.61,11,4.0,3.37,7,5.36,1.75,11,6.29,2.36,7,3.22,3.19,9,5.36,2.91,11,4.73,3.26,11,3.29,1.89,7,5.67,1.78,12,5.83,2.56,6,2.92,2.81,12,6.62,2.26,8,5.11,3.02,9,3.22,2.44,9
+masterful,6.72,1.64,43,4.38,1.77,21,6.77,2.09,44,6.91,1.82,22,6.52,1.44,21,4.75,1.16,8,4.15,2.08,13,6.88,2.47,16,6.71,1.88,28,6.59,1.76,22,6.86,1.53,21,5.11,1.17,9,3.83,1.99,12,6.24,2.19,21,7.26,1.91,23,6.46,1.5,26,7.12,1.8,17,4.6,1.84,10,4.18,1.78,11,6.69,2.05,26,6.89,2.19,18
+mastermind,5.15,1.81,20,5.58,2.65,19,6.61,1.97,18,5.71,1.38,7,4.85,1.99,13,7.33,1.41,9,4.0,2.54,10,7.2,1.64,5,6.38,2.1,13,5.5,2.12,10,4.56,1.33,9,5.0,3.02,8,6.0,2.41,11,6.08,1.93,13,8.0,1.41,5,5.27,2.37,11,5.0,0.87,9,5.82,2.56,11,5.25,2.92,8,6.11,2.37,9,7.11,1.45,9
+masterpiece,7.14,1.85,21,4.7,2.4,23,6.0,2.47,21,6.4,2.97,5,7.38,1.41,16,5.67,2.06,12,3.64,2.38,11,5.73,3.17,11,6.22,1.56,9,7.42,2.07,12,6.78,1.56,9,4.56,2.42,16,5.0,2.52,7,5.45,2.38,11,6.6,2.55,10,7.54,1.39,13,6.5,2.39,8,4.79,2.57,19,4.25,1.5,4,5.86,2.21,14,6.29,3.09,7
+mastery,6.55,1.34,22,5.68,2.73,19,7.25,1.68,20,6.2,1.48,5,6.75,1.29,16,6.0,3.07,8,5.45,2.58,11,7.11,1.96,9,7.36,1.5,11,6.17,1.47,12,7.0,1.05,10,5.9,2.51,10,5.44,3.09,9,7.09,1.81,11,7.44,1.59,9,6.36,1.29,11,6.73,1.42,11,5.62,2.67,8,5.73,2.9,11,8.0,1.07,8,6.75,1.86,12
+masturbate,5.65,2.08,40,6.42,2.15,43,6.46,2.57,24,6.44,1.97,16,5.12,2.03,24,6.08,2.43,12,6.63,2.04,30,6.5,2.83,8,6.44,2.53,16,5.15,2.13,20,6.15,1.95,20,6.17,1.9,12,6.52,2.26,31,6.57,2.44,14,6.3,2.87,10,6.23,2.2,26,4.57,1.34,14,6.6,1.67,20,6.26,2.53,23,6.53,2.81,17,6.29,2.06,7
+masturbation,5.89,2.4,18,6.3,2.64,20,5.92,2.8,25,7.8,1.1,5,5.15,2.38,13,7.0,2.28,11,5.44,2.92,9,5.44,2.87,16,6.78,2.59,9,5.71,2.21,7,6.0,2.61,11,4.89,3.1,9,7.45,1.51,11,6.05,2.91,20,5.4,2.51,5,6.33,1.94,9,5.44,2.83,9,6.18,3.25,11,6.44,1.81,9,5.32,2.85,19,7.83,1.6,6
+mat,5.0,0.94,19,2.86,2.03,21,5.3,2.1,23,5.33,0.58,3,4.94,1.0,16,3.62,2.2,8,2.38,1.85,13,5.11,2.52,9,5.43,1.87,14,4.89,1.27,9,5.1,0.57,10,3.33,2.0,9,2.5,2.07,12,5.53,2.26,15,4.88,1.81,8,4.86,1.35,7,5.08,0.67,12,2.9,1.91,10,2.82,2.23,11,5.15,2.7,13,5.5,0.97,10
+matador,5.0,1.75,22,4.35,2.79,23,4.89,2.42,19,5.62,1.41,8,4.46,1.81,13,5.0,2.88,8,4.0,2.88,14,5.71,2.29,7,4.36,2.58,11,5.12,1.73,8,4.77,1.79,13,4.22,3.27,9,4.43,2.56,14,3.71,1.8,7,5.58,2.54,12,5.18,1.89,11,4.82,1.66,11,2.78,2.91,9,5.36,2.27,14,5.19,2.26,16,3.33,3.21,3
+match,5.61,0.85,18,3.05,2.27,21,6.06,2.01,18,5.75,1.04,8,5.5,0.71,10,3.57,2.15,7,2.79,2.36,14,5.73,2.05,11,6.57,1.99,7,5.73,0.9,11,5.43,0.79,7,2.56,2.01,9,3.42,2.47,12,5.82,2.09,11,6.43,1.99,7,5.58,1.0,12,5.67,0.52,6,2.33,1.61,12,4.0,2.74,9,6.33,2.6,9,5.78,1.3,9
+matchbook,5.05,1.69,21,3.65,2.69,23,6.22,2.13,18,5.67,1.8,9,4.58,1.51,12,4.36,2.42,11,3.0,2.86,12,5.8,2.25,10,6.75,1.98,8,6.0,2.16,7,4.54,1.27,13,4.36,2.5,11,3.0,2.8,12,6.0,2.94,7,6.36,1.57,11,5.15,1.99,13,4.88,1.13,8,3.55,2.84,11,3.75,2.67,12,5.89,2.52,9,6.56,1.74,9
+matching,6.3,1.45,20,3.0,1.91,24,5.79,2.28,28,5.5,1.07,8,6.83,1.47,12,3.22,2.11,9,2.87,1.85,15,6.29,1.94,14,5.29,2.55,14,6.33,1.22,9,6.27,1.68,11,2.5,1.38,12,3.5,2.28,12,5.5,2.56,14,6.07,2.02,14,6.3,1.16,10,6.3,1.77,10,3.25,1.86,12,2.75,2.01,12,5.75,2.01,12,5.81,2.54,16
+matchmaker,5.63,1.71,19,4.0,2.37,21,5.39,2.02,23,5.64,1.75,11,5.14,1.21,7,3.86,2.19,7,4.07,2.53,14,5.86,2.73,7,5.19,1.68,16,5.38,2.13,8,5.82,1.4,11,3.5,2.2,8,4.31,2.5,13,6.0,2.1,11,4.83,1.85,12,5.75,1.71,12,5.43,1.81,7,3.8,2.86,10,4.18,1.94,11,5.69,2.02,13,5.0,2.05,10
+mate,7.18,1.76,22,5.95,2.74,20,6.79,2.02,19,6.92,1.89,13,7.56,1.59,9,6.57,2.3,7,5.62,2.99,13,7.14,1.57,7,6.58,2.27,12,7.42,1.98,12,6.9,1.52,10,5.67,2.69,9,6.18,2.89,11,6.8,1.87,10,6.78,2.28,9,7.5,1.88,12,6.8,1.62,10,6.86,2.79,7,5.46,2.7,13,7.14,2.34,7,6.58,1.88,12
+material,5.71,1.52,24,3.74,2.54,39,5.48,2.04,23,5.91,1.51,11,5.54,1.56,13,4.0,2.76,16,3.57,2.43,23,4.83,1.33,6,5.71,2.23,17,5.62,2.0,8,5.8,1.32,15,4.26,2.51,19,3.25,2.53,20,5.46,2.15,13,5.5,2.01,10,5.47,1.68,15,6.11,1.17,9,3.14,2.06,21,4.44,2.91,18,5.75,2.18,16,4.86,1.68,7
+materialism,3.52,2.06,21,3.52,2.31,23,4.89,2.95,18,4.89,2.26,9,2.5,1.17,12,3.91,2.34,11,3.17,2.33,12,5.4,2.8,10,4.25,3.2,8,3.29,1.98,7,3.77,2.2,13,3.82,2.36,11,3.25,2.34,12,4.57,2.88,7,5.09,3.11,11,3.0,1.87,13,4.38,2.2,8,3.73,2.49,11,3.33,2.23,12,4.44,2.3,9,5.33,3.57,9
+materialistic,3.79,1.79,24,4.04,2.12,23,4.6,2.36,25,3.85,1.99,13,3.73,1.62,11,4.73,2.28,11,3.42,1.83,12,3.73,1.9,11,5.15,2.58,13,4.18,1.89,11,3.46,1.71,13,4.18,2.44,11,3.92,1.88,12,4.88,2.31,16,3.75,2.43,8,3.73,2.12,15,3.89,1.17,9,3.93,2.09,15,4.25,2.31,8,5.06,2.64,16,3.78,1.56,9
+materialize,5.75,1.45,20,3.95,1.94,21,6.55,2.22,33,6.1,1.66,10,5.4,1.17,10,3.62,1.77,8,4.15,2.08,13,6.79,1.97,14,6.37,2.43,19,5.56,1.33,9,5.91,1.58,11,4.23,1.83,13,3.5,2.14,8,6.73,2.25,22,6.18,2.23,11,5.3,1.34,10,6.2,1.48,10,3.93,2.02,14,4.0,1.91,7,6.56,2.19,16,6.53,2.32,17
+maternal,6.7,2.03,20,4.38,2.64,21,6.32,1.89,25,4.25,2.63,4,7.31,1.35,16,3.75,2.63,4,4.53,2.7,17,6.0,2.06,9,6.5,1.83,16,6.12,2.1,8,7.08,1.98,12,4.9,2.56,10,3.91,2.74,11,6.0,1.92,14,6.73,1.85,11,6.45,1.86,11,7.0,2.29,9,3.4,2.46,10,5.27,2.57,11,6.56,2.04,18,5.71,1.38,7
+maternity,5.76,2.07,21,4.83,2.89,23,4.81,2.44,21,5.8,2.77,5,5.75,1.91,16,4.92,2.81,12,4.73,3.1,11,4.45,2.3,11,5.22,2.82,9,5.83,2.29,12,5.67,1.87,9,5.0,2.97,16,4.43,2.88,7,5.18,2.6,11,4.4,2.32,10,6.08,1.8,13,5.25,2.49,8,4.63,2.95,19,5.75,2.75,4,4.86,2.82,14,4.71,1.6,7
+math,4.45,2.37,20,4.96,3.1,23,5.79,2.42,28,5.12,1.81,8,4.0,2.66,12,5.33,3.2,9,4.71,3.12,14,5.79,2.52,14,5.79,2.42,14,4.0,2.55,9,4.82,2.27,11,5.91,2.98,11,4.08,3.06,12,5.93,2.46,14,5.64,2.47,14,4.1,2.28,10,4.8,2.53,10,4.92,3.2,12,5.0,3.13,11,5.08,2.61,12,6.31,2.21,16
+mathematical,5.29,2.0,21,3.48,2.81,23,6.0,2.35,18,5.78,2.49,9,4.92,1.56,12,4.18,3.06,11,2.83,2.52,12,6.4,2.07,10,5.5,2.73,8,5.14,2.54,7,5.23,1.79,13,3.73,2.61,11,3.25,3.08,12,5.29,2.87,7,6.45,1.97,11,5.0,2.24,13,5.75,1.58,8,3.73,3.04,11,3.25,2.7,12,5.11,2.32,9,6.89,2.15,9
+mathematician,5.24,1.97,21,3.57,2.23,23,4.81,2.06,26,6.0,1.61,11,4.4,2.07,10,3.45,2.38,11,3.67,2.19,12,5.18,1.99,11,4.64,2.17,14,5.2,2.74,10,5.27,1.01,11,3.82,2.64,11,3.33,1.87,12,5.59,1.97,17,3.38,1.41,8,5.0,2.38,13,5.62,1.06,8,3.27,1.91,15,4.12,2.8,8,5.0,2.26,17,4.44,1.67,9
+mathematics,4.89,1.94,19,4.33,2.18,21,5.3,2.57,23,4.4,2.19,5,5.15,1.95,13,4.67,2.25,6,4.2,2.21,15,5.3,2.67,10,5.31,2.59,13,4.57,2.76,7,5.18,1.4,11,3.71,2.36,7,4.64,2.1,14,5.91,2.47,11,4.75,2.63,12,4.58,2.23,12,5.43,1.27,7,3.91,2.17,11,4.8,2.2,10,5.07,2.7,14,5.67,2.45,9
+matinee,6.0,1.94,19,3.05,1.96,21,5.3,2.39,20,5.67,0.58,3,6.06,2.11,16,3.5,1.64,6,2.87,2.1,15,5.17,1.33,6,5.36,2.76,14,6.1,1.45,10,5.89,2.47,9,2.14,1.57,7,3.5,2.03,14,4.8,2.39,10,5.8,2.39,10,6.12,2.3,8,5.91,1.76,11,2.0,1.41,9,3.83,1.99,12,5.62,3.25,8,5.08,1.73,12
+mating,5.76,2.28,21,6.35,2.23,23,5.67,2.35,21,4.2,2.49,5,6.25,2.05,16,6.83,2.21,12,5.82,2.23,11,5.64,2.69,11,5.89,2.09,9,5.08,2.39,12,6.67,1.87,9,6.0,2.25,16,7.14,2.12,7,5.91,2.34,11,5.4,2.46,10,6.92,1.61,13,3.88,1.96,8,6.74,2.16,19,4.5,1.73,4,5.93,2.16,14,5.14,2.79,7
+matrimony,7.0,2.1,21,5.77,2.6,22,6.32,2.77,22,6.62,2.07,8,7.23,2.17,13,6.83,2.12,12,4.5,2.64,10,6.54,2.7,13,6.0,3.0,9,6.88,2.23,8,6.92,2.11,12,6.46,1.98,13,4.78,3.15,9,6.83,2.25,12,5.7,3.3,10,6.5,2.46,10,7.45,1.69,11,5.53,2.8,15,6.29,2.21,7,6.5,2.84,10,6.17,2.82,12
+matrix,5.9,2.05,21,4.4,2.56,20,4.58,2.83,19,6.0,2.19,6,5.87,2.07,15,5.62,2.62,8,3.58,2.27,12,5.0,3.05,12,3.86,2.48,7,7.0,2.35,9,5.08,1.38,12,5.0,2.29,9,3.91,2.77,11,5.0,3.56,7,4.33,2.46,12,6.8,1.99,10,5.09,1.81,11,4.0,2.38,13,5.14,2.91,7,4.7,2.75,10,4.44,3.09,9
+matron,4.79,1.69,19,3.59,1.76,22,5.68,1.67,22,5.0,1.0,9,4.6,2.17,10,3.75,1.91,8,3.5,1.74,14,5.64,1.63,11,5.73,1.79,11,4.71,0.76,7,4.83,2.08,12,3.7,1.95,10,3.5,1.68,12,5.69,1.84,13,5.67,1.5,9,4.7,2.06,10,4.89,1.27,9,3.38,1.92,8,3.71,1.73,14,5.93,1.86,14,5.25,1.28,8
+matter,5.82,1.37,22,4.05,2.18,21,6.12,2.23,17,6.17,1.72,6,5.67,1.29,15,3.0,2.65,7,4.57,1.79,14,6.56,2.79,9,5.62,1.41,8,6.14,1.51,14,5.14,0.9,7,4.44,2.35,9,3.75,2.09,12,6.33,2.87,9,5.88,1.36,8,6.0,1.41,14,5.5,1.31,8,4.5,2.43,6,3.87,2.13,15,6.78,2.17,9,5.38,2.2,8
+mattress,5.74,2.42,19,3.45,2.22,22,6.17,1.9,24,5.0,2.83,6,6.08,2.25,13,3.33,2.31,12,3.6,2.22,10,5.75,1.49,8,6.38,2.09,16,5.4,2.46,10,6.11,2.47,9,3.44,2.7,9,3.46,1.94,13,6.24,2.02,17,6.17,1.83,6,5.62,2.77,8,5.82,2.27,11,2.89,1.54,9,3.85,2.58,13,6.5,1.93,16,5.5,1.77,8
+mature,5.95,2.03,22,3.48,2.09,21,7.05,1.59,22,5.79,2.15,14,6.25,1.91,8,3.91,2.3,11,3.11,1.9,9,5.67,1.03,6,7.56,1.46,16,6.0,2.71,10,5.92,1.38,12,3.09,1.92,11,3.9,2.28,10,6.92,1.61,13,7.22,1.64,9,5.83,2.25,12,6.1,1.85,10,3.38,2.47,13,3.62,1.41,8,6.75,1.71,12,7.4,1.43,10
+maturity,6.53,1.17,19,3.55,2.74,22,6.78,1.72,27,6.43,1.27,7,6.58,1.16,12,3.7,2.98,10,3.42,2.64,12,6.53,2.03,15,7.18,1.25,11,6.5,1.27,10,6.56,1.13,9,3.78,2.54,9,3.38,2.96,13,6.59,1.84,17,7.22,1.56,9,6.62,1.26,13,6.33,1.03,6,3.31,2.57,16,4.17,3.31,6,6.42,2.23,12,7.07,1.16,15
+maudlin,4.75,1.86,20,3.58,2.41,19,4.61,1.86,36,4.71,2.63,7,4.77,1.42,13,3.8,1.92,5,3.5,2.62,14,4.45,1.75,11,4.68,1.93,25,4.92,2.23,12,4.5,1.2,8,3.64,2.38,11,3.5,2.62,8,4.65,2.06,20,4.56,1.63,16,4.73,1.68,11,4.78,2.17,9,3.91,2.7,11,3.12,2.03,8,4.23,2.05,22,5.21,1.37,14
+mausoleum,4.5,1.36,20,3.87,2.49,23,4.62,2.82,21,4.67,1.58,9,4.36,1.21,11,3.73,2.76,11,4.0,2.34,12,4.12,2.17,8,4.92,3.2,13,4.71,0.83,14,4.0,2.19,6,4.44,2.83,9,3.5,2.28,14,4.38,2.97,8,4.77,2.83,13,5.0,0.47,10,4.0,1.76,10,4.85,2.48,13,2.6,1.96,10,4.5,2.54,12,4.78,3.31,9
+mauve,5.1,1.48,21,2.88,2.15,25,5.37,2.01,19,4.89,1.05,9,5.25,1.76,12,1.83,1.6,6,3.22,2.29,18,4.29,1.6,7,6.0,2.0,12,4.94,1.53,16,5.6,1.34,5,2.57,2.28,14,3.3,2.11,10,4.67,2.18,9,6.0,1.7,10,5.08,1.31,12,5.11,1.76,9,3.06,2.29,16,2.56,1.94,9,5.0,2.32,11,5.88,1.46,8
+maverick,6.63,1.77,19,4.55,2.56,22,5.25,2.53,28,6.5,1.87,6,6.69,1.8,13,5.0,2.83,11,4.09,2.3,11,5.55,2.94,11,5.06,2.3,17,7.18,1.78,11,5.88,1.55,8,4.09,2.07,11,5.0,3.0,11,5.06,2.51,18,5.6,2.67,10,6.85,1.82,13,6.17,1.72,6,4.21,2.26,14,5.12,3.09,8,5.56,2.85,16,4.83,2.08,12
+maxim,5.74,1.41,19,4.1,2.1,21,5.64,1.98,25,6.0,1.73,11,5.38,0.74,8,5.57,1.62,7,3.36,1.95,14,5.2,2.2,10,5.93,1.83,15,5.0,0.0,4,5.93,1.53,15,3.6,2.37,10,4.55,1.81,11,5.29,2.21,7,5.78,1.93,18,5.17,1.03,12,6.71,1.5,7,3.38,1.85,13,5.25,2.05,8,5.11,2.2,9,5.94,1.84,16
+maximize,6.2,1.74,20,4.74,2.63,23,5.9,2.0,20,6.0,2.65,5,6.27,1.44,15,5.25,2.45,12,4.18,2.82,11,5.45,2.38,11,6.44,1.33,9,6.18,2.18,11,6.22,1.09,9,4.81,2.74,16,4.57,2.57,7,6.27,1.1,11,5.44,2.74,9,6.08,1.51,12,6.38,2.13,8,5.0,2.73,19,3.5,1.91,4,5.5,1.83,14,6.83,2.23,6
+maximum,4.7,1.92,20,5.05,2.66,22,5.62,2.01,21,4.2,3.11,5,4.87,1.46,15,5.73,2.28,11,4.36,2.94,11,5.45,2.5,11,6.0,1.32,9,4.82,2.23,11,4.56,1.59,9,5.47,2.7,15,4.14,2.54,7,6.55,1.44,11,4.6,2.12,10,4.54,1.9,13,5.0,2.08,7,5.39,2.73,18,3.5,1.91,4,6.0,1.96,14,4.86,2.04,7
+may,5.55,2.06,22,3.19,1.86,21,5.94,2.25,17,4.17,2.56,6,6.07,1.71,15,2.43,1.4,7,3.57,1.99,14,6.11,2.32,9,5.75,2.31,8,5.14,2.35,14,6.29,1.38,7,3.22,1.86,9,3.17,1.95,12,7.44,1.74,9,4.25,1.39,8,5.14,2.35,14,6.25,1.28,8,2.5,1.22,6,3.47,2.03,15,7.11,2.03,9,4.62,1.77,8
+mayday,4.42,2.61,19,4.27,2.43,22,4.25,1.87,24,3.67,1.97,6,4.77,2.86,13,4.83,2.25,12,3.6,2.59,10,4.0,2.0,8,4.38,1.86,16,5.1,1.79,10,3.67,3.24,9,4.67,2.55,9,4.0,2.42,13,4.29,2.14,17,4.0,1.1,6,5.25,2.82,8,3.82,2.4,11,4.33,2.5,9,4.23,2.49,13,4.12,1.86,16,4.5,2.0,8
+mayflower,5.29,2.03,21,2.91,2.2,22,5.26,2.03,27,5.3,1.7,10,5.27,2.37,11,3.0,2.77,7,2.87,2.0,15,4.94,2.36,17,5.8,1.23,10,5.27,1.95,11,5.3,2.21,10,2.4,1.95,5,3.06,2.3,17,4.86,2.28,14,5.69,1.7,13,5.38,1.89,13,5.12,2.36,8,2.6,2.27,10,3.17,2.21,12,5.5,2.1,14,5.0,2.0,13
+mayhem,3.59,1.99,22,5.95,2.65,22,3.9,2.67,20,4.0,1.51,8,3.36,2.24,14,5.7,3.02,10,6.17,2.41,12,4.71,2.87,7,3.46,2.57,13,4.09,1.87,11,3.09,2.07,11,5.36,2.54,11,6.55,2.73,11,4.6,2.72,15,1.8,0.84,5,4.2,1.55,10,3.08,2.23,12,7.4,1.58,10,4.75,2.8,12,4.1,2.56,10,3.7,2.91,10
+mayonnaise,5.65,2.41,20,3.9,2.38,20,5.88,1.97,26,5.64,2.69,11,5.67,2.18,9,4.57,1.9,7,3.54,2.6,13,5.92,2.02,13,5.85,1.99,13,5.55,2.54,11,5.78,2.39,9,3.64,2.66,11,4.22,2.11,9,5.76,1.89,17,6.11,2.2,9,5.5,2.84,10,5.8,2.04,10,3.33,2.53,12,4.75,1.98,8,5.88,1.59,16,5.9,2.56,10
+mayor,4.59,1.5,22,4.15,2.41,20,6.21,2.44,19,4.38,1.8,13,4.89,0.93,9,4.57,2.23,7,3.92,2.56,13,6.86,1.77,7,5.83,2.76,12,4.08,1.51,12,5.2,1.32,10,4.33,2.24,9,4.0,2.65,11,7.0,1.76,10,5.33,2.87,9,4.17,1.53,12,5.1,1.37,10,4.43,1.99,7,4.0,2.68,13,7.43,1.72,7,5.5,2.58,12
+maze,5.84,1.61,19,4.83,1.95,18,4.56,2.13,16,5.91,1.3,11,5.75,2.05,8,5.25,2.87,4,4.71,1.73,14,4.14,2.54,7,4.89,1.83,9,6.38,1.41,8,5.45,1.69,11,4.71,1.38,7,4.91,2.3,11,4.5,2.43,6,4.6,2.07,10,5.69,1.6,13,6.17,1.72,6,4.09,1.92,11,6.0,1.41,7,4.5,2.07,6,4.6,2.27,10
+meadow,7.3,1.53,20,2.62,2.16,21,6.15,2.39,33,7.7,1.57,10,6.9,1.45,10,3.0,2.07,8,2.38,2.26,13,6.77,2.17,13,5.75,2.49,20,7.0,1.73,9,7.55,1.37,11,3.31,2.46,13,1.5,0.76,8,6.0,2.57,21,6.42,2.11,12,7.0,1.76,10,7.6,1.26,10,2.57,1.91,14,2.71,2.75,7,5.94,2.57,16,6.35,2.26,17
+meager,3.35,1.35,20,4.63,2.19,19,4.46,1.86,26,3.45,1.37,11,3.22,1.39,9,4.57,2.07,7,4.67,2.35,12,4.23,1.59,13,4.69,2.14,13,3.55,1.21,11,3.11,1.54,9,4.1,2.02,10,5.22,2.33,9,4.53,2.21,17,4.33,1.0,9,3.4,1.58,10,3.3,1.16,10,4.58,1.83,12,4.71,2.87,7,4.44,2.1,16,4.5,1.51,10
+meal,7.05,1.86,22,4.85,3.0,20,7.11,1.91,19,7.0,2.27,13,7.11,1.17,9,6.71,2.43,7,3.85,2.85,13,6.57,2.3,7,7.42,1.68,12,6.92,2.35,12,7.2,1.14,10,4.67,2.78,9,5.0,3.29,11,7.3,1.57,10,6.89,2.32,9,7.33,1.78,12,6.7,2.0,10,5.86,2.34,7,4.31,3.25,13,8.0,1.15,7,6.58,2.11,12
+mean,2.43,1.69,21,4.81,2.44,21,4.17,2.18,18,2.5,2.07,6,2.43,1.65,14,3.43,2.37,7,5.5,2.24,14,3.56,2.01,9,5.0,2.33,8,2.92,1.98,13,1.57,0.53,7,5.0,2.35,9,4.67,2.61,12,4.4,2.72,10,3.88,1.36,8,2.54,1.51,13,2.25,2.05,8,4.67,2.34,6,4.87,2.56,15,4.5,2.76,10,3.75,1.16,8
+meanie,3.17,2.04,18,4.85,2.28,20,4.48,1.73,25,2.2,0.84,5,3.54,2.26,13,5.27,2.57,11,4.33,1.87,9,4.88,1.82,16,3.78,1.39,9,3.0,1.15,7,3.27,2.49,11,4.0,2.06,9,5.55,2.3,11,4.3,1.78,20,5.2,1.48,5,2.78,1.86,9,3.56,2.24,9,4.91,2.34,11,4.78,2.33,9,4.53,1.39,19,4.33,2.73,6
+meaning,6.45,1.82,22,4.05,2.14,20,6.53,2.01,19,6.08,1.89,13,7.0,1.66,9,4.43,2.37,7,3.85,2.08,13,6.71,1.89,7,6.42,2.15,12,6.17,2.08,12,6.8,1.48,10,4.0,2.74,9,4.09,1.64,11,5.9,2.08,10,7.22,1.79,9,6.25,2.18,12,6.7,1.34,10,4.71,3.04,7,3.69,1.49,13,5.86,2.34,7,6.92,1.78,12
+meaningful,6.79,0.98,19,3.78,1.93,18,6.29,2.02,17,6.73,1.1,11,6.88,0.83,8,3.25,2.06,4,3.93,1.94,14,5.75,2.43,8,6.78,1.56,9,7.25,0.71,8,6.45,1.04,11,3.57,1.81,7,3.91,2.07,11,5.33,2.66,6,6.82,1.47,11,6.92,1.04,13,6.5,0.84,6,3.64,2.11,11,4.0,1.73,7,5.86,2.27,7,6.6,1.9,10
+meaningless,2.95,1.39,19,3.05,1.86,21,3.57,2.21,23,3.33,2.08,3,2.88,1.31,16,3.12,1.89,8,3.0,1.91,13,3.89,1.96,9,3.36,2.41,14,2.22,0.97,9,3.6,1.43,10,3.67,1.87,9,2.58,1.78,12,4.13,2.23,15,2.5,1.85,8,2.86,1.35,7,3.0,1.48,12,3.4,1.9,10,2.73,1.85,11,3.62,2.47,13,3.5,1.96,10
+meanness,3.09,1.69,22,5.19,2.77,21,5.09,2.79,22,3.21,1.93,14,2.88,1.25,8,5.0,3.13,11,5.33,2.6,9,4.33,2.34,6,5.38,2.96,16,3.3,2.0,10,2.92,1.44,12,4.0,2.79,11,6.5,2.17,10,5.23,2.71,13,4.89,3.06,9,2.83,1.95,12,3.4,1.35,10,5.0,2.92,13,5.5,2.67,8,5.75,2.38,12,4.3,3.16,10
+meantime,4.44,0.86,18,3.9,2.41,21,5.26,1.68,23,4.6,0.55,5,4.42,1.0,12,4.5,3.15,6,3.67,2.13,15,6.0,1.56,10,4.69,1.6,13,4.14,0.9,7,4.7,0.82,10,3.57,2.23,7,4.07,2.56,14,5.36,1.69,11,5.17,1.75,12,4.09,0.7,11,5.0,0.82,7,4.0,2.49,11,3.8,2.44,10,5.5,1.7,14,4.89,1.69,9
+measles,2.57,1.82,42,4.5,2.52,44,4.1,2.39,58,2.38,1.98,13,2.66,1.78,29,4.6,2.75,15,4.45,2.44,29,3.86,2.47,29,4.34,2.32,29,2.5,1.79,16,2.62,1.88,26,4.8,2.59,20,4.25,2.49,24,4.15,2.43,34,4.04,2.39,24,2.61,1.62,23,2.53,2.09,19,4.48,2.69,27,4.53,2.29,17,4.55,2.25,29,3.66,2.48,29
+measure,5.14,1.56,21,4.36,1.93,25,5.41,2.38,22,5.62,0.74,8,4.85,1.86,13,4.69,2.32,13,4.0,1.41,12,5.77,2.39,13,4.89,2.42,9,5.75,1.58,8,5.08,1.0,12,4.93,1.64,14,3.64,2.11,11,6.33,2.15,12,4.3,2.26,10,5.1,1.91,10,5.18,1.25,11,4.35,2.29,17,4.38,0.92,8,5.6,2.46,10,5.25,2.42,12
+measurement,5.11,1.56,19,3.09,2.14,22,5.18,2.4,22,5.09,1.22,11,4.86,2.04,7,3.25,1.91,8,3.0,2.32,14,5.86,2.85,7,4.87,2.2,15,5.12,1.55,8,5.09,1.64,11,2.0,1.41,9,3.85,2.27,13,5.6,2.27,10,4.83,2.55,12,4.92,1.88,12,5.43,0.79,7,3.09,2.39,11,3.09,1.97,11,4.5,2.61,12,6.0,1.94,10
+measuring cup,5.75,1.45,20,3.62,1.88,21,6.47,2.27,34,5.9,1.66,10,5.6,1.26,10,4.62,2.2,8,3.0,1.41,13,6.21,2.55,14,6.65,2.11,20,5.33,1.66,9,6.09,1.22,11,4.38,1.76,13,2.38,1.41,8,6.14,2.36,22,7.08,2.07,12,5.8,1.87,10,5.7,0.95,10,3.5,2.03,14,3.86,1.68,7,6.29,2.08,17,6.65,2.5,17
+measuring tape,5.43,1.63,21,2.15,1.5,20,6.86,2.1,22,4.67,2.07,6,5.73,1.39,15,2.0,1.2,8,2.25,1.71,12,7.0,2.22,12,6.7,2.06,10,5.11,1.96,9,5.67,1.37,12,1.89,0.93,9,2.36,1.86,11,6.0,2.71,7,7.27,1.71,15,5.2,2.15,10,5.64,1.03,11,2.0,1.47,13,2.43,1.62,7,7.42,1.98,12,6.2,2.15,10
+meat,6.62,1.77,21,4.3,2.11,20,5.58,2.95,19,6.31,1.89,13,7.12,1.55,8,4.71,1.6,7,4.08,2.36,13,6.57,2.23,7,5.0,3.25,12,6.5,1.93,12,6.78,1.64,9,4.22,1.99,9,4.36,2.29,11,5.9,2.6,10,5.22,3.42,9,6.92,1.68,12,6.22,1.92,9,4.86,1.57,7,4.0,2.35,13,6.0,2.94,7,5.33,3.06,12
+meatball,6.68,1.59,22,4.79,2.57,19,5.38,2.31,21,6.0,1.0,5,6.94,1.73,16,5.38,2.45,8,4.36,2.69,11,4.8,2.39,10,5.91,2.21,11,6.08,1.24,12,7.4,1.71,10,4.1,2.13,10,5.56,2.92,9,5.25,2.45,12,5.56,2.24,9,6.73,1.62,11,6.64,1.63,11,3.88,2.36,8,5.45,2.62,11,5.56,2.13,9,5.25,2.53,12
+meathead,3.38,1.6,21,4.22,2.24,23,3.81,2.34,21,3.8,2.17,5,3.25,1.44,16,5.0,1.91,12,3.36,2.34,11,3.82,2.4,11,3.22,1.64,9,3.17,1.53,12,3.67,1.73,9,4.56,2.22,16,3.43,2.23,7,4.0,1.95,11,3.6,2.8,10,3.15,1.68,13,3.75,1.49,8,4.11,2.4,19,4.75,1.26,4,3.07,1.82,14,5.29,2.69,7
+meatloaf,5.16,2.57,19,4.46,2.47,24,5.57,2.2,28,4.88,1.36,8,5.36,3.23,11,5.33,2.35,9,3.93,2.46,15,5.21,2.12,14,5.93,2.3,14,4.78,2.95,9,5.5,2.27,10,4.75,2.56,12,4.17,2.44,12,5.14,2.32,14,6.0,2.08,14,5.9,2.6,10,4.33,2.4,9,5.0,2.59,12,3.92,2.31,12,5.33,1.97,12,5.75,2.41,16
+mechanic,5.45,1.32,20,4.45,2.15,22,5.15,2.64,27,6.0,1.53,7,5.15,1.14,13,4.8,2.25,10,4.17,2.12,12,5.53,2.5,15,4.73,2.97,11,5.09,0.94,11,5.89,1.62,9,4.44,2.13,9,4.46,2.26,13,5.24,2.93,17,5.11,2.32,9,5.85,1.46,13,4.71,0.49,7,4.56,2.48,16,4.17,0.98,6,5.17,3.13,12,5.13,2.29,15
+mechanical,5.67,1.93,21,5.4,2.82,20,5.0,2.62,36,6.38,2.33,8,5.23,1.59,13,6.8,1.92,5,4.93,2.96,15,4.73,3.0,11,5.12,2.49,25,5.69,2.02,13,5.62,1.92,8,5.83,2.86,12,4.75,2.82,8,5.75,2.55,20,4.06,2.46,16,5.91,1.92,11,5.4,2.01,10,6.0,2.83,11,4.67,2.78,9,4.73,2.75,22,5.43,2.44,14
+mechanics,6.0,1.45,19,3.91,2.52,22,5.21,1.75,19,6.11,1.36,9,5.9,1.6,10,3.57,3.15,7,4.21,2.29,14,5.8,1.69,10,4.56,1.67,9,6.56,1.74,9,5.5,0.97,10,3.9,2.88,10,4.09,2.34,11,5.38,1.19,8,4.8,1.99,10,6.33,1.37,12,5.43,1.51,7,3.84,2.61,19,4.33,2.31,3,5.5,1.41,8,5.0,2.0,11
+mechanism,4.9,1.61,21,3.64,1.79,22,5.42,1.75,26,5.64,1.12,11,4.1,1.73,10,3.6,1.51,10,3.67,2.06,12,5.91,2.02,11,5.14,1.51,14,4.8,1.75,10,5.0,1.55,11,3.6,1.78,10,3.67,1.87,12,5.47,1.97,17,5.5,1.31,8,4.85,2.03,13,5.0,0.53,8,3.57,1.91,14,3.75,1.67,8,5.59,2.09,17,5.11,0.78,9
+med,5.0,1.9,21,3.52,2.5,21,5.64,1.84,22,5.0,1.88,14,5.0,2.08,7,3.91,2.81,11,3.33,2.18,9,6.83,1.33,6,5.19,1.83,16,5.2,1.93,10,4.82,1.94,11,2.27,1.62,11,4.9,2.64,10,5.85,1.99,13,5.33,1.66,9,5.33,1.67,12,4.56,2.19,9,3.69,2.78,13,3.25,2.12,8,5.5,1.31,12,5.8,2.39,10
+medal,5.2,1.61,20,5.3,2.45,20,5.88,1.8,26,5.18,1.78,11,5.22,1.48,9,6.57,1.62,7,4.62,2.6,13,6.31,1.25,13,5.46,2.18,13,4.91,1.51,11,5.56,1.74,9,5.18,2.56,11,5.44,2.46,9,6.35,1.66,17,5.0,1.8,9,4.8,1.75,10,5.6,1.43,10,5.33,2.46,12,5.25,2.6,8,6.12,1.71,16,5.5,1.96,10
+medallion,5.85,1.39,20,3.25,2.29,20,5.52,1.29,21,6.29,1.7,7,5.62,1.19,13,3.22,2.22,9,3.27,2.45,11,4.8,1.3,5,5.75,1.24,16,5.4,0.84,10,6.22,1.79,9,2.62,1.85,8,3.67,2.53,12,5.43,1.16,14,5.71,1.6,7,5.91,1.3,11,5.78,1.56,9,2.92,2.19,12,3.75,2.49,8,5.64,1.63,11,5.4,0.84,10
+meddle,3.86,1.13,22,4.35,2.13,26,4.78,2.76,23,3.89,1.45,9,3.85,0.9,13,3.6,1.51,10,4.81,2.37,16,5.78,2.59,9,4.14,2.77,14,3.88,1.25,8,3.86,1.1,14,5.0,2.27,13,3.69,1.84,13,4.92,2.78,12,4.64,2.87,11,3.83,0.94,12,3.9,1.37,10,3.93,2.09,15,4.91,2.17,11,5.31,2.81,13,4.1,2.69,10
+medial,4.65,0.75,20,3.55,1.57,20,4.96,1.73,26,4.55,0.69,11,4.78,0.83,9,3.71,1.25,7,3.46,1.76,13,5.38,1.56,13,4.54,1.85,13,4.45,0.82,11,4.89,0.6,9,3.18,1.33,11,4.0,1.8,9,5.18,1.91,17,4.56,1.33,9,4.6,0.52,10,4.7,0.95,10,3.0,1.28,12,4.38,1.69,8,5.31,1.58,16,4.4,1.9,10
+median,4.5,1.05,20,3.23,1.63,22,5.95,1.61,19,4.33,1.32,9,4.64,0.81,11,2.4,1.34,5,3.62,1.59,16,6.33,1.75,6,5.77,1.59,13,4.57,1.09,14,4.33,1.03,6,3.42,1.62,12,3.22,1.64,9,5.0,0.5,9,6.8,1.81,10,4.9,0.99,10,4.1,0.99,10,2.92,1.68,12,3.6,1.58,10,6.33,1.75,6,5.77,1.59,13
+mediation,5.5,1.0,20,2.85,1.87,20,5.77,2.35,22,5.29,0.95,7,5.62,1.04,13,3.56,2.07,9,2.27,1.56,11,4.67,2.94,6,6.19,2.04,16,5.4,0.84,10,5.56,1.24,9,2.62,2.26,8,3.0,1.65,12,5.2,2.51,15,7.0,1.41,7,5.45,0.82,11,5.56,1.24,9,3.08,2.19,12,2.5,1.31,8,4.91,2.84,11,6.64,1.36,11
+medic,5.2,1.61,20,3.55,2.15,22,5.46,2.28,26,6.0,1.83,7,4.77,1.36,13,3.9,2.47,10,3.25,1.91,12,5.93,1.86,14,4.91,2.81,11,5.36,1.29,11,5.0,2.0,9,4.11,2.32,9,3.15,2.03,13,5.62,2.63,16,5.22,1.79,9,5.46,1.85,13,4.71,0.95,7,2.94,2.11,16,5.17,1.33,6,5.5,2.35,12,5.43,2.31,14
+medical,5.22,2.05,18,4.05,2.8,20,4.22,1.52,18,5.0,1.93,8,5.4,2.22,10,5.0,3.32,7,3.54,2.47,13,4.18,1.47,11,4.29,1.7,7,4.82,1.94,11,5.86,2.19,7,3.78,2.77,9,4.27,2.94,11,4.45,1.57,11,3.86,1.46,7,4.92,2.11,12,5.83,1.94,6,3.17,2.17,12,5.38,3.25,8,4.44,1.74,9,4.0,1.32,9
+medicate,4.15,1.57,20,4.14,2.43,21,5.88,2.49,25,4.0,1.0,3,4.18,1.67,17,4.57,2.57,7,3.85,2.51,13,6.88,1.73,8,5.41,2.69,17,3.86,1.46,7,4.31,1.65,13,4.71,2.69,7,3.77,2.42,13,6.36,1.78,14,5.27,3.17,11,4.56,1.59,9,3.82,1.54,11,4.18,2.6,11,4.1,2.38,10,6.22,2.58,18,5.0,2.16,7
+medication,3.65,1.46,20,4.56,2.94,18,6.21,2.21,24,4.4,1.67,5,3.4,1.35,15,5.6,2.88,5,4.15,2.97,13,5.62,2.5,13,6.91,1.64,11,3.4,1.43,10,3.9,1.52,10,6.71,2.87,7,3.18,2.09,11,6.31,2.09,16,6.0,2.56,8,3.43,1.5,14,4.17,1.33,6,4.92,2.78,12,3.83,3.37,6,6.67,2.23,15,5.44,2.07,9
+medicinal,5.45,1.9,22,5.87,1.98,23,5.16,2.39,19,5.88,2.1,8,4.92,1.5,13,6.38,2.88,8,5.64,1.39,14,4.86,2.61,7,5.18,2.4,11,5.62,2.33,8,5.08,1.38,13,5.89,2.57,9,5.86,1.61,14,4.0,2.45,7,5.83,2.17,12,4.82,1.99,11,6.09,1.64,11,6.11,1.45,9,5.71,2.3,14,5.5,2.34,16,3.33,2.08,3
+medicine,5.9,2.39,21,4.0,1.99,43,5.35,2.3,55,6.17,2.48,12,5.56,2.35,9,4.0,2.36,15,4.0,1.81,28,5.08,2.4,26,5.57,2.25,28,5.5,2.52,4,6.0,2.42,17,4.33,2.0,18,3.76,1.98,25,5.06,2.36,35,5.84,2.19,19,6.25,2.42,12,5.44,2.4,9,3.75,2.36,24,4.32,1.38,19,5.32,2.31,28,5.37,2.32,27
+medieval,5.6,1.7,20,4.4,2.23,20,5.29,2.47,34,5.6,1.71,10,5.6,1.78,10,4.43,1.99,7,4.38,2.43,13,6.0,2.29,14,4.8,2.53,20,6.0,2.0,9,5.27,1.42,11,4.77,2.01,13,3.71,2.63,7,5.41,2.65,22,5.08,2.19,12,6.0,1.89,10,5.2,1.48,10,4.38,2.22,13,4.43,2.44,7,5.06,2.44,17,5.53,2.55,17
+mediocre,4.43,1.6,21,3.0,2.36,25,4.16,2.19,19,4.22,1.3,9,4.58,1.83,12,2.0,1.55,6,3.44,2.53,18,3.14,1.86,7,4.75,2.22,12,4.69,1.7,16,3.6,0.89,5,2.93,2.43,14,3.3,2.41,10,4.11,2.09,9,4.2,2.39,10,4.17,1.19,12,4.78,2.05,9,3.06,2.17,16,2.89,2.8,9,4.0,2.83,11,4.38,0.92,8
+mediocrity,3.71,2.69,21,3.55,1.99,22,3.67,1.98,21,6.2,3.11,5,2.94,2.08,16,3.91,2.07,11,3.18,1.94,11,3.73,1.56,11,3.0,1.66,9,3.33,2.81,12,4.22,2.59,9,3.8,1.9,15,3.0,2.24,7,3.64,1.63,11,3.7,2.41,10,3.77,2.95,13,3.62,2.39,8,3.44,2.15,18,4.0,1.15,4,3.57,1.5,14,3.86,2.85,7
+meditate,6.47,2.25,19,2.85,1.81,20,7.15,2.06,20,8.0,1.0,3,6.53,1.92,15,2.8,1.87,10,2.9,1.85,10,7.7,1.57,10,6.6,2.41,10,6.33,2.5,6,7.0,1.54,12,2.29,1.6,7,3.15,1.91,13,7.0,1.93,8,7.25,2.22,12,6.67,2.23,12,6.14,2.41,7,3.1,1.91,10,2.6,1.78,10,7.67,1.5,9,6.73,2.41,11
+meditation,7.21,1.78,19,2.5,1.99,20,7.35,2.11,20,8.67,0.58,3,7.2,1.52,15,2.2,1.93,10,2.8,2.1,10,8.1,0.99,10,6.6,2.67,10,7.83,1.33,6,7.25,1.6,12,2.0,1.0,7,2.77,2.35,13,7.0,2.51,8,7.58,1.88,12,7.08,1.78,12,7.43,1.9,7,3.5,2.27,10,1.5,0.97,10,7.67,1.66,9,7.09,2.47,11
+medium,4.85,1.35,20,3.0,2.06,17,5.22,1.48,23,4.4,1.34,5,5.0,1.36,15,3.8,1.64,5,2.67,2.19,12,4.83,1.47,12,5.64,1.43,11,5.0,0.94,10,4.7,1.7,10,4.57,1.9,7,1.9,1.37,10,4.87,1.3,15,5.88,1.64,8,4.36,1.15,14,6.0,1.1,6,3.36,2.29,11,2.33,1.51,6,5.13,1.68,15,5.38,1.06,8
+medley,6.6,1.73,20,4.48,2.0,23,5.95,1.8,21,5.89,1.27,9,7.18,1.89,11,5.0,2.14,11,4.0,1.81,12,5.62,1.85,8,6.15,1.82,13,6.21,1.72,14,7.5,1.52,6,5.56,1.88,9,3.79,1.81,14,6.12,1.36,8,5.85,2.08,13,6.0,2.0,10,7.2,1.23,10,4.77,1.74,13,4.1,2.33,10,6.17,1.8,12,5.67,1.87,9
+meek,4.92,1.99,40,3.14,1.88,22,5.05,2.32,22,5.07,2.4,15,4.84,1.75,25,3.67,2.06,12,2.5,1.51,10,5.3,1.95,10,4.83,2.66,12,4.53,1.81,19,5.29,2.12,21,4.11,2.26,9,2.46,1.27,13,4.82,2.27,11,5.27,2.45,11,4.83,2.3,24,5.06,1.48,16,4.22,2.11,9,2.38,1.33,13,5.73,2.49,11,4.36,2.01,11
+meet,6.09,1.54,22,3.71,2.12,21,5.89,1.91,18,6.17,1.47,6,6.07,1.67,15,3.57,2.23,7,3.79,2.15,14,5.89,2.15,9,6.0,1.85,8,6.0,1.8,14,6.29,1.11,7,3.56,2.24,9,3.83,2.12,12,6.1,2.38,10,5.62,1.19,8,5.71,1.33,14,6.75,1.75,8,4.33,2.58,6,3.47,1.96,15,6.3,2.16,10,5.38,1.51,8
+meeting,4.55,1.26,22,3.71,2.08,21,5.47,2.35,17,4.83,0.98,6,4.4,1.4,15,2.57,1.81,7,4.29,2.02,14,5.67,2.18,9,5.25,2.66,8,4.57,1.22,14,4.43,1.51,7,3.22,2.22,9,4.08,1.98,12,6.22,2.77,9,4.62,1.51,8,4.57,1.45,14,4.5,0.93,8,3.67,2.66,6,3.73,1.91,15,6.33,2.6,9,4.5,1.69,8
+mega,5.6,1.76,20,5.11,2.83,18,6.21,2.26,24,5.8,1.48,5,5.53,1.88,15,5.4,1.14,5,5.0,3.29,13,5.92,2.56,13,6.55,1.92,11,6.1,1.66,10,5.1,1.79,10,6.43,1.72,7,4.27,3.13,11,5.56,2.28,16,7.5,1.69,8,5.14,1.56,14,6.67,1.86,6,5.83,2.92,12,3.67,2.16,6,6.07,2.58,15,6.44,1.74,9
+melancholy,3.74,1.69,19,4.13,2.56,23,3.96,2.16,26,4.36,1.63,11,2.88,1.46,8,5.36,2.77,11,3.0,1.81,12,4.18,2.36,11,3.57,1.95,14,3.5,1.2,8,3.91,2.02,11,4.91,2.55,11,3.42,2.47,12,4.47,1.94,17,2.5,1.93,8,4.09,1.92,11,3.25,1.28,8,4.47,2.2,15,3.5,3.21,8,4.29,2.26,17,3.33,1.94,9
+mellow,6.68,1.81,22,2.81,2.4,21,7.0,2.16,22,6.43,1.99,14,7.12,1.46,8,3.0,2.61,11,2.67,2.4,9,4.83,2.71,6,7.81,1.22,16,6.1,2.08,10,7.17,1.47,12,3.45,2.25,11,2.1,2.47,10,6.08,2.33,13,8.33,0.87,9,6.0,2.0,12,7.5,1.18,10,3.08,2.66,13,2.38,2.0,8,7.17,2.04,12,6.8,2.39,10
+melodrama,4.25,1.68,20,4.83,2.6,24,4.58,2.59,19,4.0,1.2,8,4.42,1.98,12,4.33,3.56,6,5.06,2.36,17,4.71,2.36,7,4.5,2.81,12,3.87,1.36,15,5.4,2.19,5,4.38,2.93,13,5.5,2.22,10,5.78,2.28,9,3.5,2.46,10,4.55,1.63,11,3.89,1.76,9,5.47,2.5,15,3.78,2.54,9,4.27,2.83,11,5.0,2.33,8
+melodramatic,4.21,1.93,19,5.79,2.6,24,4.57,2.32,28,4.0,1.6,8,4.36,2.2,11,5.56,2.51,9,5.93,2.74,15,4.0,2.29,14,5.14,2.28,14,4.33,1.87,9,4.1,2.08,10,5.42,3.0,12,6.17,2.21,12,4.86,2.38,14,4.29,2.3,14,4.0,1.83,10,4.44,2.13,9,6.08,2.84,12,5.5,2.43,12,4.08,2.47,12,4.94,2.21,16
+melody,6.65,1.64,40,4.86,2.67,21,6.25,2.02,20,6.06,1.73,16,7.04,1.49,24,3.17,2.32,6,5.53,2.56,15,5.83,2.04,6,6.43,2.06,14,6.75,1.97,20,6.55,1.28,20,4.71,2.06,7,4.93,3.0,14,6.6,1.9,10,5.9,2.18,10,6.96,1.48,26,6.07,1.82,14,4.78,3.03,9,4.92,2.5,12,6.25,2.66,8,6.25,1.6,12
+melon,6.32,1.62,22,3.68,2.25,22,5.79,1.93,19,5.5,1.41,8,6.62,1.5,13,3.5,2.51,8,3.77,2.28,13,4.86,1.86,7,6.45,1.86,11,6.12,1.81,8,6.23,1.42,13,4.33,3.0,9,3.23,1.54,13,4.71,2.06,7,6.42,1.62,12,6.73,1.74,11,5.91,1.45,11,3.62,2.77,8,3.71,2.02,14,5.44,1.86,16,7.67,1.15,3
+melt,5.95,1.8,21,3.0,2.4,24,4.47,2.57,19,6.5,1.41,8,5.62,1.98,13,4.5,2.51,6,2.5,2.2,18,5.0,2.65,11,3.75,2.43,8,5.75,2.14,12,6.22,1.3,9,3.8,3.05,10,2.43,1.7,14,5.08,2.71,12,3.43,2.07,7,5.57,2.03,14,6.71,0.95,7,3.81,2.54,16,1.38,0.74,8,5.0,2.3,12,3.57,2.94,7
+meltdown,3.05,2.19,20,4.81,2.64,21,2.96,2.41,25,1.5,1.0,4,3.44,2.25,16,5.75,2.22,4,4.59,2.74,17,4.44,2.07,9,2.12,2.22,16,3.88,2.53,8,2.5,1.83,12,4.9,2.13,10,4.73,3.13,11,3.14,2.54,14,2.73,2.33,11,3.09,2.3,11,3.0,2.18,9,4.1,2.51,10,5.45,2.7,11,2.83,2.07,18,3.29,3.3,7
+member,5.95,1.89,22,3.47,2.17,19,6.89,1.85,19,5.77,2.2,13,6.22,1.39,9,4.43,1.72,7,2.92,2.27,12,7.43,1.81,7,6.58,1.88,12,6.33,2.39,12,5.5,0.97,10,3.78,2.05,9,3.2,2.35,10,6.5,2.12,10,7.33,1.5,9,6.58,1.73,12,5.2,1.87,10,4.0,2.0,7,3.17,2.29,12,7.14,1.77,7,6.75,1.96,12
+membership,5.61,1.88,23,4.45,2.36,22,5.5,2.26,20,6.12,1.46,8,5.33,2.06,15,4.2,2.3,10,4.67,2.5,12,4.57,2.99,7,6.0,1.68,13,6.0,1.95,12,5.18,1.78,11,4.18,2.36,11,4.73,2.45,11,5.13,2.33,15,6.6,1.82,5,5.45,1.86,11,5.75,1.96,12,5.1,2.42,10,3.92,2.27,12,5.5,2.01,10,5.5,2.59,10
+membrane,4.95,1.24,21,3.23,2.22,22,4.33,1.94,27,4.9,1.45,10,5.0,1.1,11,2.29,1.89,7,3.67,2.29,15,3.82,2.16,17,5.2,1.14,10,5.27,1.19,11,4.6,1.26,10,2.2,1.79,5,3.53,2.29,17,4.14,2.03,14,4.54,1.9,13,4.69,1.25,13,5.38,1.19,8,2.7,2.71,10,3.67,1.72,12,4.43,1.95,14,4.23,2.01,13
+memento,6.8,1.61,20,4.04,2.6,24,5.29,2.16,28,5.75,0.89,8,7.5,1.62,12,4.56,2.55,9,3.73,2.66,15,5.07,2.2,14,5.5,2.18,14,7.0,1.8,9,6.64,1.5,11,3.92,2.54,12,4.17,2.76,12,4.71,2.3,14,5.86,1.92,14,6.9,1.79,10,6.7,1.49,10,4.25,2.45,12,3.83,2.82,12,5.0,1.86,12,5.5,2.39,16
+memo,4.7,1.59,20,2.39,1.61,18,5.86,2.21,22,4.8,2.17,5,4.67,1.45,15,2.67,1.86,6,2.25,1.54,12,5.5,2.17,10,6.17,2.29,12,5.2,1.55,10,4.2,1.55,10,2.1,1.6,10,2.75,1.67,8,6.09,2.39,11,5.64,2.11,11,4.92,1.38,12,4.38,1.92,8,1.67,1.0,9,3.11,1.83,9,5.73,2.83,11,6.0,1.48,11
+memorabilia,6.55,1.47,22,3.77,2.0,22,6.05,2.28,20,6.75,1.67,8,6.43,1.4,14,3.9,1.97,10,3.67,2.1,12,7.0,2.38,7,5.54,2.15,13,6.08,1.78,12,7.1,0.74,10,4.36,2.06,11,3.18,1.83,11,6.2,2.43,15,5.6,1.95,5,6.0,1.7,10,7.0,1.13,12,4.0,1.76,10,3.58,2.23,12,6.6,1.58,10,5.5,2.8,10
+memorable,6.54,1.18,24,4.83,2.94,24,6.32,2.45,19,6.4,1.17,10,6.64,1.22,14,5.67,2.42,6,4.56,3.11,18,6.7,2.54,10,5.89,2.42,9,6.77,1.09,13,6.27,1.27,11,5.2,3.19,10,4.57,2.85,14,6.08,2.75,12,6.71,1.98,7,6.69,1.2,16,6.25,1.16,8,5.31,2.91,16,3.88,2.95,8,6.45,2.34,11,6.12,2.75,8
+memorandum,4.5,1.3,22,3.96,2.29,26,6.08,2.06,24,4.22,1.56,9,4.69,1.11,13,2.8,2.25,10,4.69,2.06,16,6.78,1.79,9,5.67,2.16,15,4.25,1.58,8,4.64,1.15,14,4.0,2.38,13,3.92,2.29,13,6.5,1.83,12,5.67,2.27,12,4.92,0.79,12,4.0,1.63,10,4.13,2.53,15,3.73,2.0,11,6.46,1.61,13,5.64,2.5,11
+memorial,5.72,2.27,18,3.25,2.2,20,5.24,1.85,25,6.4,0.89,5,5.46,2.6,13,3.0,2.61,11,3.56,1.67,9,5.25,2.11,16,5.22,1.39,9,5.71,2.29,7,5.73,2.37,11,3.22,1.92,9,3.27,2.49,11,5.35,2.01,20,4.8,1.1,5,6.56,1.74,9,4.89,2.52,9,3.55,1.97,11,2.89,2.52,9,5.21,1.84,19,5.33,2.07,6
+memories,7.0,1.66,40,4.19,2.94,21,6.11,1.91,44,6.69,2.06,16,7.21,1.35,24,5.14,3.02,7,3.69,3.01,13,5.5,1.79,20,6.62,1.88,24,7.0,2.0,20,7.0,1.3,20,5.14,3.02,7,3.69,3.01,13,6.0,2.0,23,6.24,1.84,21,7.08,1.65,26,6.86,1.75,14,4.82,2.96,11,3.5,2.92,10,5.74,2.03,23,6.52,1.72,21
+memorize,5.7,1.45,20,3.9,2.14,21,5.65,2.48,34,6.0,1.89,10,5.4,0.84,10,4.75,2.6,8,3.38,1.71,13,6.21,2.29,14,5.25,2.59,20,5.89,1.36,9,5.55,1.57,11,4.15,2.15,13,3.5,2.2,8,5.5,2.61,22,5.92,2.31,12,6.0,1.76,10,5.4,1.07,10,4.14,2.18,14,3.43,2.15,7,5.53,2.43,17,5.76,2.61,17
+memory,6.58,2.14,19,4.08,2.25,37,5.75,2.34,48,5.67,2.8,6,7.0,1.73,13,4.44,2.13,9,3.96,2.32,28,5.2,2.43,25,6.27,2.14,22,6.7,1.83,10,6.44,2.55,9,4.5,1.99,14,3.83,2.41,23,5.28,2.56,25,6.26,2.0,23,7.5,1.69,8,5.91,2.26,11,4.35,2.48,20,3.76,1.99,17,5.52,2.42,25,6.0,2.28,23
+menace,3.13,1.67,39,4.89,2.83,44,4.4,2.53,43,3.54,1.94,13,2.92,1.52,26,5.65,2.64,17,4.5,2.9,26,5.06,2.58,18,3.92,2.43,25,3.59,1.44,22,2.53,1.81,17,4.57,2.8,21,5.17,2.89,23,4.83,2.53,24,3.84,2.48,19,3.35,1.81,26,2.69,1.32,13,4.54,2.92,28,5.5,2.63,16,4.25,2.64,24,4.58,2.43,19
+menacing,3.14,1.2,21,4.76,2.62,21,4.15,1.96,27,3.4,1.07,10,2.91,1.3,11,4.86,2.79,7,4.71,2.64,14,4.29,2.11,17,3.9,1.73,10,3.36,1.29,11,2.9,1.1,10,2.8,2.49,5,5.38,2.42,16,4.43,1.91,14,3.85,2.03,13,2.85,1.21,13,3.62,1.06,8,3.33,2.87,9,5.83,1.9,12,4.93,1.94,14,3.31,1.65,13
+mend,6.53,1.31,19,3.76,1.95,21,5.83,1.67,23,6.2,1.3,5,6.77,1.3,13,4.33,2.66,6,3.53,1.64,15,6.3,1.34,10,5.46,1.85,13,6.71,1.5,7,6.55,1.21,11,3.86,2.73,7,3.71,1.54,14,5.36,1.91,11,6.25,1.36,12,6.42,1.31,12,6.71,1.38,7,3.91,2.17,11,3.6,1.78,10,5.93,1.64,14,5.67,1.8,9
+menial,3.8,1.54,20,3.85,2.25,20,5.32,1.8,25,3.36,1.29,11,4.33,1.73,9,3.86,2.61,7,3.85,2.15,13,5.31,1.7,13,5.33,1.97,12,4.0,1.95,11,3.56,0.88,9,4.27,2.65,11,3.33,1.66,9,5.35,1.84,17,5.25,1.83,8,3.7,1.16,10,3.9,1.91,10,4.17,2.33,12,3.38,2.2,8,5.12,1.75,16,5.67,1.94,9
+meningitis,2.55,1.43,20,5.41,2.38,22,3.43,2.36,21,2.56,0.88,9,2.55,1.81,11,4.7,2.5,10,6.0,2.22,12,3.88,1.55,8,3.15,2.76,13,3.07,1.33,14,1.33,0.82,6,4.25,2.31,8,6.07,2.23,14,4.62,2.62,8,2.69,1.93,13,3.1,1.6,10,2.0,1.05,10,5.5,2.5,12,5.3,2.36,10,3.58,2.54,12,3.22,2.22,9
+menopause,1.89,1.02,18,3.55,2.24,20,4.32,2.81,19,1.0,0.0,2,2.0,1.07,15,2.5,1.65,10,4.6,2.32,10,4.67,2.55,9,4.0,3.13,10,2.17,1.33,6,1.73,0.9,11,2.0,1.53,7,4.38,2.14,13,3.75,2.6,8,4.73,3.0,11,1.75,0.97,12,2.17,1.17,6,3.6,2.55,10,3.5,2.01,10,2.89,1.62,9,5.6,3.1,10
+menstrual,2.79,2.04,19,4.3,2.38,23,3.37,1.83,19,3.33,2.24,9,2.3,1.83,10,4.0,2.08,7,4.53,2.61,15,3.2,1.48,10,3.56,2.24,9,2.44,2.35,9,3.1,1.79,10,4.7,2.5,10,4.08,2.43,12,3.0,1.51,8,3.7,2.16,10,2.92,2.43,12,2.57,1.27,7,4.45,2.39,20,3.33,2.52,3,3.25,1.28,8,3.45,2.21,11
+mental,4.58,1.68,19,3.68,2.21,22,5.48,1.86,21,4.88,0.99,8,4.36,2.06,11,3.9,2.28,10,3.5,2.24,12,5.12,1.55,8,5.69,2.06,13,4.23,1.17,13,5.33,2.42,6,3.78,2.49,9,3.62,2.1,13,5.12,2.03,8,5.69,1.8,13,3.89,1.27,9,5.2,1.81,10,3.23,1.24,13,4.33,3.12,9,5.5,2.2,12,5.44,1.42,9
+mentality,4.76,1.34,21,4.62,2.04,21,6.24,2.13,25,5.0,0.95,12,4.44,1.74,9,5.86,1.95,7,4.0,1.84,14,5.9,2.56,10,6.47,1.85,15,4.5,1.0,4,4.82,1.42,17,4.7,2.21,10,4.55,1.97,11,6.57,2.37,7,6.11,2.08,18,4.67,1.44,12,4.89,1.27,9,4.69,1.97,13,4.5,2.27,8,6.33,2.29,9,6.19,2.1,16
+menthol,4.9,1.74,20,2.9,1.8,20,5.45,1.87,22,5.29,2.43,7,4.69,1.32,13,2.78,1.2,9,3.0,2.24,11,6.0,2.68,6,5.25,1.53,16,5.3,1.42,10,4.56,2.13,9,3.25,2.66,8,2.67,0.98,12,5.53,1.92,15,5.29,1.89,7,4.18,1.66,11,5.78,1.48,9,3.25,2.18,12,2.38,0.92,8,5.82,2.27,11,5.09,1.38,11
+mention,5.39,1.5,18,2.65,1.6,20,5.33,1.68,18,4.62,0.74,8,6.0,1.7,10,2.57,1.4,7,2.69,1.75,13,5.36,1.43,11,5.29,2.14,7,4.91,1.22,11,6.14,1.68,7,2.11,1.36,9,3.09,1.7,11,5.82,1.83,11,4.57,1.13,7,5.0,1.13,12,6.17,1.94,6,2.5,1.68,12,2.88,1.55,8,5.89,1.96,9,4.78,1.2,9
+mentor,7.05,1.81,22,3.5,1.79,22,6.6,2.04,20,6.86,1.07,7,7.13,2.1,15,3.6,1.78,10,3.42,1.88,12,7.29,1.5,7,6.23,2.24,13,7.0,2.0,11,7.09,1.7,11,3.91,1.76,11,3.09,1.81,11,6.47,1.81,15,7.0,2.83,5,6.55,2.07,11,7.55,1.44,11,3.7,1.89,10,3.33,1.78,12,6.5,2.07,10,6.7,2.11,10
+menu,6.3,1.34,20,4.17,2.42,23,6.29,2.15,21,5.78,1.3,9,6.73,1.27,11,4.0,2.57,11,4.33,2.39,12,4.88,1.55,8,7.15,2.03,13,6.14,1.23,14,6.67,1.63,6,3.78,2.64,9,4.43,2.34,14,6.12,1.73,8,6.38,2.43,13,5.9,1.45,10,6.7,1.16,10,3.69,2.25,13,4.8,2.62,10,6.5,2.35,12,6.0,1.94,9
+meow,6.14,1.9,21,3.42,3.05,24,5.75,2.02,20,5.5,2.2,8,6.54,1.66,13,3.0,2.1,6,3.56,3.35,18,6.09,1.97,11,5.33,2.12,9,6.42,2.23,12,5.78,1.39,9,3.9,3.31,10,3.07,2.92,14,6.54,1.85,13,4.29,1.5,7,6.29,1.9,14,5.86,2.04,7,4.44,3.27,16,1.38,0.74,8,5.67,2.5,12,5.88,1.13,8
+mercenary,3.89,2.21,19,5.14,3.04,21,4.29,2.35,28,4.0,2.37,6,3.85,2.23,13,6.2,2.62,10,4.18,3.19,11,5.45,2.91,11,3.53,1.59,17,5.36,1.63,11,1.88,0.83,8,5.0,2.91,10,5.27,3.29,11,4.33,2.14,18,4.2,2.82,10,4.23,1.92,13,3.17,2.79,6,4.23,2.92,13,6.62,2.77,8,4.38,2.66,16,4.17,1.99,12
+merchandise,5.21,1.32,19,3.78,2.34,18,4.76,2.41,17,5.82,0.75,11,4.38,1.51,8,5.0,2.83,4,3.43,2.17,14,4.0,2.27,8,5.44,2.46,9,5.75,1.04,8,4.82,1.4,11,4.0,2.24,7,3.64,2.5,11,4.33,2.16,6,5.0,2.61,11,5.38,1.5,13,4.83,0.75,6,3.36,2.62,11,4.43,1.81,7,5.14,2.54,7,4.5,2.42,10
+merchant,5.21,1.36,19,3.68,2.08,22,5.18,2.04,22,5.11,0.6,9,5.3,1.83,10,4.5,2.51,8,3.21,1.72,14,4.55,2.11,11,5.82,1.83,11,5.0,0.58,7,5.33,1.67,12,3.8,1.93,10,3.58,2.27,12,5.0,2.12,13,5.44,2.01,9,5.3,1.83,10,5.11,0.6,9,3.5,1.6,8,3.79,2.36,14,5.07,2.2,14,5.38,1.85,8
+merciful,7.0,2.0,21,4.22,2.13,23,6.75,1.94,20,6.0,3.08,5,7.31,1.54,16,4.25,2.01,12,4.18,2.36,11,6.36,2.29,11,7.0,1.31,8,7.0,2.17,12,7.0,1.87,9,3.88,2.03,16,5.0,2.31,7,5.7,2.0,10,7.8,1.23,10,7.69,1.49,13,5.88,2.3,8,4.16,2.24,19,4.5,1.73,4,6.38,1.76,13,7.43,2.23,7
+merciless,3.05,2.36,22,5.05,2.63,19,5.05,2.75,21,3.4,1.52,5,3.06,2.62,16,5.38,2.56,8,4.82,2.79,11,5.6,2.84,10,4.55,2.7,11,3.5,2.24,12,2.5,2.51,10,5.9,2.18,10,4.11,2.89,9,4.83,2.62,12,5.33,3.04,9,2.82,2.27,11,3.27,2.53,11,5.0,2.45,8,5.09,2.88,11,6.0,2.65,9,4.33,2.71,12
+mercury,5.67,1.85,18,4.8,2.69,20,3.96,1.86,25,6.0,1.41,5,5.54,2.03,13,5.82,2.4,11,3.56,2.6,9,3.69,2.02,16,4.44,1.51,9,6.0,2.31,7,5.45,1.57,11,3.78,3.07,9,5.64,2.11,11,3.7,2.0,20,5.0,0.0,5,5.89,1.76,9,5.44,2.01,9,4.36,2.77,11,5.33,2.65,9,3.95,2.04,19,4.0,1.26,6
+mercy,6.4,2.16,20,3.67,2.45,18,5.55,2.3,22,7.2,2.49,5,6.13,2.07,15,4.17,1.94,6,3.42,2.71,12,6.0,1.41,10,5.17,2.86,12,6.4,2.17,10,6.4,2.27,10,4.0,2.45,10,3.25,2.55,8,5.45,2.16,11,5.64,2.54,11,5.67,2.31,12,7.5,1.41,8,3.44,2.92,9,3.89,2.03,9,4.91,2.47,11,6.18,2.04,11
+mere,4.68,1.49,22,3.71,2.12,21,5.21,1.32,19,5.5,1.07,8,4.31,1.55,13,4.0,2.33,8,3.42,2.11,12,5.43,1.27,7,4.91,1.3,11,5.0,1.6,8,4.62,1.45,13,3.78,2.59,9,3.67,1.83,12,5.29,1.38,7,5.17,1.34,12,5.0,1.73,11,4.36,1.21,11,2.43,2.15,7,4.36,1.86,14,5.06,1.24,16,6.0,1.73,3
+merengue,6.47,2.17,19,3.45,2.52,22,5.13,2.16,23,6.27,2.41,11,6.43,1.81,7,3.25,2.43,8,3.57,2.65,14,4.57,1.99,7,5.38,2.25,16,6.25,2.76,8,6.64,1.75,11,3.33,2.69,9,3.54,2.5,13,4.91,1.81,11,5.33,2.5,12,6.58,2.27,12,6.29,2.14,7,2.36,1.8,11,4.55,2.73,11,4.54,2.33,13,5.9,1.73,10
+merge,4.95,1.27,19,3.5,1.98,18,5.53,1.77,17,5.0,1.55,11,4.88,0.83,8,4.0,2.16,4,3.36,1.98,14,5.25,1.67,8,5.78,1.92,9,4.75,1.75,8,5.09,0.83,11,4.14,2.19,7,3.09,1.81,11,5.67,1.86,6,5.45,1.81,11,4.77,1.48,13,5.33,0.52,6,2.91,2.02,11,4.43,1.62,7,5.57,1.9,7,5.5,1.78,10
+merger,4.09,1.19,22,4.22,2.35,23,4.63,2.54,19,4.25,0.89,8,4.23,1.09,13,3.88,2.17,8,4.36,2.59,14,3.43,2.64,7,5.09,2.26,11,3.75,1.04,8,4.54,0.88,13,4.78,2.64,9,3.86,2.18,14,2.71,1.6,7,5.75,2.34,12,4.64,0.81,11,3.55,1.29,11,3.11,2.89,9,4.93,1.69,14,4.81,2.51,16,3.67,3.06,3
+meringue,6.57,1.8,21,4.04,2.67,25,5.16,2.14,19,5.89,1.62,9,7.08,1.83,12,3.67,3.27,6,4.11,2.61,18,4.29,2.06,7,5.67,2.1,12,6.25,1.88,16,7.6,1.14,5,3.57,3.11,14,4.6,2.07,10,4.78,2.68,9,5.5,1.58,10,6.58,1.78,12,6.56,1.94,9,4.19,2.59,16,3.78,2.95,9,4.55,2.38,11,6.0,1.51,8
+merit,6.94,1.55,18,3.16,2.83,19,5.88,2.01,25,7.2,1.48,5,6.85,1.63,13,3.2,3.08,10,3.11,2.71,9,5.5,2.19,16,6.56,1.51,9,7.0,1.53,7,6.91,1.64,11,3.11,2.85,9,3.2,2.97,10,6.05,2.16,20,5.2,1.1,5,6.78,1.3,9,7.11,1.83,9,2.64,2.01,11,3.88,3.72,8,5.37,2.01,19,7.5,0.84,6
+mermaid,7.05,1.43,21,5.58,2.14,19,4.33,2.13,21,7.0,1.22,5,7.13,1.55,15,5.62,2.56,8,5.55,1.92,11,4.1,2.23,10,4.55,2.11,11,7.0,1.54,12,7.11,1.36,9,5.8,2.25,10,5.33,2.12,9,3.92,1.78,12,4.89,2.52,9,7.18,1.47,11,6.9,1.45,10,4.62,2.45,8,6.27,1.68,11,4.44,2.24,9,4.25,2.14,12
+merry,7.2,2.11,84,4.57,2.62,108,7.1,1.79,91,6.86,2.33,35,7.48,1.94,48,4.17,2.7,35,4.77,2.58,73,7.05,1.79,39,7.13,1.8,52,7.04,2.37,48,7.46,1.72,35,4.72,2.74,50,4.45,2.54,58,6.81,1.88,48,7.42,1.65,43,7.0,2.24,48,7.47,1.92,36,4.64,2.62,50,4.52,2.65,58,7.31,1.85,42,6.92,1.73,49
+mescaline,5.0,1.97,18,4.65,3.1,20,4.6,2.09,20,3.33,2.08,3,5.21,1.85,14,5.2,3.26,10,4.1,3.0,10,5.0,2.11,10,4.2,2.1,10,6.17,2.23,6,4.18,1.47,11,5.57,3.1,7,4.15,3.11,13,5.0,2.0,8,4.33,2.19,12,4.91,2.07,11,5.14,1.95,7,5.6,3.31,10,3.7,2.71,10,4.11,1.45,9,5.0,2.49,11
+mesh,5.25,1.48,20,3.11,1.88,18,5.18,1.82,22,5.6,1.52,5,5.13,1.51,15,4.0,1.79,6,2.67,1.83,12,5.0,1.05,10,5.33,2.31,12,5.9,1.37,10,4.6,1.35,10,3.9,1.6,10,2.12,1.81,8,4.55,2.02,11,5.82,1.4,11,5.08,1.44,12,5.5,1.6,8,2.11,1.76,9,4.11,1.45,9,4.64,2.01,11,5.73,1.49,11
+mess,3.5,1.29,18,4.7,2.43,20,2.89,1.84,18,3.5,1.6,8,3.5,1.08,10,4.71,2.69,7,4.69,2.39,13,3.27,1.79,11,2.29,1.89,7,3.45,1.37,11,3.57,1.27,7,4.44,2.79,9,4.91,2.21,11,2.45,1.44,11,3.57,2.3,7,3.08,1.38,12,4.33,0.52,6,4.08,2.39,12,5.62,2.33,8,2.78,1.64,9,3.0,2.12,9
+message,6.18,1.87,22,3.81,2.62,21,6.78,2.21,18,6.33,1.51,6,6.13,2.1,15,2.86,2.67,7,4.29,2.55,14,7.22,2.22,9,6.75,1.98,8,6.21,2.26,14,6.14,1.07,7,4.22,2.95,9,3.5,2.43,12,7.4,2.41,10,6.0,1.77,8,6.36,1.6,14,5.88,2.36,8,3.67,3.39,6,3.87,2.39,15,7.7,2.31,10,5.62,1.51,8
+messenger,5.65,1.31,20,4.57,2.23,21,5.65,2.13,34,5.8,1.4,10,5.5,1.27,10,5.12,2.42,8,4.23,2.13,13,5.79,2.12,14,5.55,2.19,20,5.78,1.72,9,5.55,0.93,11,4.54,1.81,13,4.62,2.92,8,5.64,2.19,22,5.67,2.1,12,5.8,1.55,10,5.5,1.08,10,4.71,2.33,14,4.29,2.14,7,5.82,1.7,17,5.47,2.53,17
+messiah,6.67,2.47,18,3.75,2.65,20,3.71,1.97,24,7.4,1.82,5,6.38,2.69,13,4.0,3.0,11,3.44,2.3,9,3.94,1.98,16,3.25,1.98,8,5.14,2.91,7,7.64,1.63,11,3.56,2.7,9,3.91,2.74,11,3.63,2.06,19,4.0,1.73,5,5.44,2.74,9,7.89,1.45,9,3.82,2.71,11,3.67,2.74,9,3.83,1.47,18,3.33,3.2,6
+messy,3.0,1.61,18,4.61,2.3,18,4.83,2.55,23,4.67,1.53,3,2.67,1.45,15,4.67,2.07,6,4.58,2.5,12,6.57,1.99,7,4.06,2.43,16,3.56,1.59,9,2.44,1.51,9,4.9,2.28,10,4.25,2.43,8,5.31,2.63,13,4.2,2.44,10,3.0,1.93,8,3.0,1.41,10,3.22,2.54,9,6.0,0.71,9,4.44,2.73,16,5.71,1.98,7
+metabolic,5.11,1.45,19,4.67,1.98,21,5.0,1.65,23,5.4,1.14,5,5.0,1.63,13,4.17,2.32,6,4.87,1.88,15,5.2,1.62,10,4.85,1.72,13,5.0,1.91,7,5.18,1.25,11,5.14,2.12,7,4.43,1.95,14,4.73,1.62,11,5.25,1.71,12,4.67,1.44,12,5.86,1.21,7,4.45,2.07,11,4.9,1.97,10,4.93,1.69,14,5.11,1.69,9
+metabolism,5.4,2.21,20,4.17,2.26,18,4.36,2.3,22,5.2,2.17,5,5.47,2.29,15,4.17,1.83,6,4.17,2.52,12,4.7,1.49,10,4.08,2.84,12,6.2,1.69,10,4.6,2.46,10,4.2,2.57,10,4.12,1.96,8,4.73,2.28,11,4.0,2.37,11,5.0,2.45,12,6.0,1.77,8,3.67,2.35,9,4.67,2.18,9,5.18,2.52,11,3.55,1.81,11
+metal,5.05,1.34,41,3.48,2.09,21,6.54,1.98,24,5.5,0.92,18,4.7,1.52,23,4.0,1.67,6,3.27,2.25,15,6.83,1.99,12,6.25,2.01,12,5.25,1.41,20,4.8,1.28,20,3.0,2.38,7,3.71,1.98,14,6.94,2.08,16,5.75,1.58,8,5.12,1.57,24,4.94,0.97,17,3.56,1.88,9,3.42,2.31,12,6.57,1.87,14,6.5,2.22,10
+metallic,5.26,1.45,19,4.32,2.33,19,5.17,1.99,24,5.46,1.61,13,4.83,0.98,6,5.6,1.34,5,3.86,2.48,14,5.23,2.05,13,5.09,2.02,11,5.11,2.03,9,5.4,0.7,10,6.14,1.57,7,3.25,2.05,12,4.91,2.17,11,5.38,1.89,13,5.0,1.0,9,5.5,1.78,10,4.22,2.22,9,4.4,2.55,10,5.56,2.46,9,4.93,1.71,15
+metamorphosis,5.25,1.62,20,4.27,2.45,22,5.11,2.81,19,5.0,1.73,9,5.45,1.57,11,3.6,3.29,5,4.56,2.28,16,4.0,2.97,6,5.62,2.69,13,4.93,1.64,14,6.0,1.41,6,4.25,2.3,12,4.44,2.88,9,4.78,2.33,9,5.4,3.27,10,5.2,1.55,10,5.3,1.77,10,3.83,2.37,12,4.8,2.57,10,5.33,3.39,6,5.0,2.65,13
+metaphor,6.11,1.2,19,4.14,2.48,21,5.36,2.18,25,5.0,1.0,3,6.31,1.14,16,5.0,2.94,7,3.77,2.28,13,5.62,2.13,8,5.24,2.25,17,5.29,0.76,7,6.58,1.16,12,5.0,2.52,7,3.77,2.52,13,5.57,2.06,14,5.09,2.39,11,5.88,0.64,8,6.27,1.49,11,4.45,2.81,11,3.8,2.15,10,5.28,2.44,18,5.57,1.4,7
+metaphysical,5.48,1.78,21,4.0,2.76,22,5.37,2.2,27,5.1,1.29,10,5.82,2.14,11,3.57,2.82,7,4.2,2.81,15,5.24,2.49,17,5.6,1.71,10,5.36,1.57,11,5.6,2.07,10,3.0,2.83,5,4.29,2.76,17,4.71,2.33,14,6.08,1.89,13,5.0,1.78,13,6.25,1.58,8,3.8,3.19,10,4.17,2.48,12,5.93,2.3,14,4.77,2.01,13
+meteor,5.1,1.58,21,5.62,2.2,21,3.92,2.78,25,5.42,0.79,12,4.67,2.24,9,6.14,1.46,7,5.36,2.5,14,3.6,2.67,10,4.13,2.92,15,5.0,3.27,4,5.12,1.05,17,5.9,2.28,10,5.36,2.2,11,2.86,2.48,7,4.33,2.85,18,4.75,1.6,12,5.56,1.51,9,5.54,2.3,13,5.75,2.19,8,3.0,2.45,9,4.44,2.9,16
+meteorite,7.25,1.52,20,6.37,2.59,19,3.49,2.45,35,7.88,0.99,8,6.83,1.7,12,6.0,3.32,5,6.5,2.41,14,3.6,2.63,10,3.44,2.43,25,7.38,1.76,13,7.0,1.0,7,6.75,2.18,12,5.71,3.25,7,4.25,2.34,20,2.47,2.29,15,7.5,1.43,10,7.0,1.63,10,7.4,2.27,10,5.22,2.54,9,3.48,2.58,21,3.5,2.35,14
+meter,5.53,1.5,19,3.25,2.45,20,5.25,1.92,24,5.77,1.74,13,5.0,0.63,6,4.0,2.55,5,3.0,2.45,15,5.0,2.04,13,5.55,1.81,11,6.11,1.96,9,5.0,0.67,10,5.14,2.67,7,2.23,1.64,13,4.64,2.25,11,5.77,1.48,13,5.56,1.59,9,5.5,1.51,10,3.1,2.28,10,3.4,2.72,10,5.22,2.54,9,5.27,1.53,15
+meth,2.55,1.82,20,4.43,3.09,21,3.12,2.57,25,1.75,0.5,4,2.75,1.98,16,4.0,3.56,4,4.53,3.08,17,4.67,3.08,9,2.25,1.81,16,3.12,1.81,8,2.17,1.8,12,5.6,2.95,10,3.36,2.94,11,3.43,2.71,14,2.73,2.45,11,2.64,1.57,11,2.44,2.19,9,3.9,3.41,10,4.91,2.84,11,3.28,2.78,18,2.71,2.06,7
+methadone,3.05,1.22,19,3.76,2.86,21,4.48,2.65,25,4.0,1.0,3,2.88,1.2,16,4.86,3.58,7,3.31,2.46,13,5.62,1.69,8,3.94,2.88,17,4.33,0.82,6,2.46,0.88,13,4.43,2.7,7,3.54,3.07,13,4.57,2.53,14,4.36,2.91,11,3.11,1.17,9,3.0,1.33,10,3.45,2.58,11,4.1,3.25,10,4.67,2.99,18,4.0,1.53,7
+methane,3.48,1.72,21,3.73,2.27,22,4.37,2.15,27,4.3,2.06,10,2.73,0.9,11,3.71,2.81,7,3.73,2.09,15,3.82,2.3,17,5.3,1.57,10,4.0,1.9,11,2.9,1.37,10,3.2,3.19,5,3.88,2.03,17,3.86,2.51,14,4.92,1.61,13,3.23,1.54,13,3.88,2.03,8,2.6,1.9,10,4.67,2.19,12,4.57,2.31,14,4.15,2.03,13
+method,5.2,1.32,40,4.17,2.55,42,6.13,2.24,47,5.5,1.15,16,5.0,1.41,24,4.88,2.64,17,3.68,2.41,25,5.86,2.61,22,6.36,1.89,25,5.3,1.3,20,5.1,1.37,20,4.67,2.35,21,3.67,2.69,21,6.14,2.4,28,6.11,2.05,19,5.27,1.51,26,5.07,0.92,14,3.61,2.41,23,4.84,2.61,19,6.29,2.46,28,5.89,1.91,19
+methodical,5.11,1.97,19,3.76,2.3,21,5.43,1.85,23,4.83,2.04,6,5.23,2.01,13,4.55,2.62,11,2.9,1.6,10,5.62,1.6,8,5.33,2.02,15,5.1,1.6,10,5.11,2.42,9,4.78,2.95,9,3.0,1.35,12,5.12,1.71,16,6.17,2.32,6,4.25,1.83,8,5.73,1.9,11,3.44,2.01,9,4.0,2.56,12,5.2,1.97,15,5.88,1.64,8
+methodology,4.84,2.12,19,3.41,2.38,22,5.48,2.24,27,4.67,1.03,6,4.92,2.5,13,3.82,2.18,11,3.0,2.61,11,4.82,2.36,11,5.94,2.11,16,4.55,2.25,11,5.25,1.98,8,3.45,2.3,11,3.36,2.58,11,5.53,2.37,17,5.4,2.12,10,4.54,2.15,13,5.5,2.07,6,3.21,2.67,14,3.75,1.91,8,5.19,2.37,16,5.91,2.07,11
+meticulous,5.14,1.68,21,4.8,2.29,25,5.36,2.17,22,5.38,2.07,8,5.0,1.47,13,4.62,2.43,13,5.0,2.22,12,6.08,1.5,13,4.33,2.65,9,4.62,1.92,8,5.5,1.57,12,5.29,1.68,14,4.18,2.86,11,5.17,1.7,12,5.6,2.72,10,4.6,1.78,10,5.64,1.5,11,4.47,2.32,17,5.5,2.2,8,4.7,2.5,10,5.92,1.78,12
+metric,4.95,1.43,19,3.67,2.15,21,5.13,1.36,23,4.6,0.89,5,5.23,1.54,13,3.83,2.14,6,3.6,2.23,15,4.9,1.29,10,5.31,1.44,13,5.57,0.98,7,4.73,1.56,11,4.29,2.36,7,3.36,2.06,14,5.45,1.69,11,4.83,0.94,12,5.08,1.16,12,4.71,1.89,7,3.73,2.2,11,3.6,2.22,10,4.93,1.21,14,5.44,1.59,9
+metropolis,4.95,1.96,20,4.95,2.48,21,5.6,2.4,25,5.33,1.53,3,4.88,2.06,17,5.71,2.29,7,4.77,2.55,13,5.25,2.19,8,5.76,2.54,17,4.71,1.25,7,5.08,2.29,13,5.57,2.82,7,4.85,2.3,13,5.57,2.68,14,5.64,2.11,11,4.0,1.58,9,5.73,1.95,11,5.55,2.7,11,4.3,2.16,10,5.56,2.73,18,5.71,1.38,7
+metropolitan,5.84,1.89,19,4.91,2.23,23,5.42,2.29,19,5.78,1.3,9,5.9,2.38,10,5.43,2.3,7,4.67,2.32,15,6.2,2.25,10,4.56,2.13,9,6.0,2.12,9,5.7,1.77,10,5.3,2.71,10,4.58,1.93,12,4.88,1.36,8,5.5,2.72,10,5.5,2.02,12,6.43,1.62,7,4.8,2.33,20,5.67,1.53,3,5.5,1.85,8,5.36,2.66,11
+mew,6.05,2.19,20,4.62,2.42,21,5.56,1.92,18,5.22,2.33,9,6.73,1.9,11,5.0,3.27,4,4.75,2.18,16,6.2,1.79,5,5.31,1.97,13,5.86,2.38,14,6.5,1.76,6,4.33,2.87,12,5.5,0.93,8,5.44,1.59,9,5.67,2.29,9,6.1,2.13,10,6.0,2.36,10,3.92,2.87,12,5.56,1.24,9,6.83,1.83,6,4.92,1.68,12
+mezzanine,5.32,1.63,19,3.77,2.37,22,5.11,1.91,19,5.11,0.78,9,5.5,2.17,10,3.43,2.51,7,4.0,2.45,14,5.7,2.16,10,4.44,1.42,9,5.22,1.72,9,5.4,1.65,10,4.3,2.87,10,3.36,1.96,11,4.75,1.16,8,5.0,2.11,10,5.25,1.66,12,5.43,1.72,7,3.7,2.34,20,4.5,3.54,2,5.0,1.77,8,5.18,2.09,11
+micro,5.5,1.15,20,3.48,2.27,23,4.36,2.41,28,5.88,1.25,8,5.25,1.06,12,2.89,2.26,9,3.86,2.28,14,3.93,2.5,14,4.79,2.33,14,5.67,1.5,9,5.36,0.81,11,3.75,2.22,12,3.18,2.4,11,3.86,2.6,14,4.86,2.18,14,5.4,1.17,10,5.6,1.17,10,3.36,2.34,11,3.58,2.31,12,4.92,2.27,12,3.94,2.49,16
+microchip,5.6,1.73,20,3.52,2.34,21,5.24,2.3,25,6.75,2.22,4,5.31,1.54,16,3.0,2.16,4,3.65,2.42,17,6.44,2.74,9,4.56,1.75,16,5.62,1.92,8,5.58,1.68,12,4.0,2.16,10,3.09,2.51,11,5.93,1.98,14,4.36,2.46,11,5.82,1.6,11,5.33,1.94,9,3.4,2.59,10,3.64,2.2,11,5.39,2.5,18,4.86,1.77,7
+microfilm,5.53,1.58,19,3.5,2.42,20,5.33,2.3,24,5.62,1.89,13,5.33,0.52,6,4.6,3.05,5,3.13,2.17,15,5.0,2.38,13,5.73,2.24,11,6.11,1.96,9,5.0,0.94,10,5.29,2.75,7,2.54,1.61,13,5.45,2.46,11,5.23,2.24,13,5.89,1.05,9,5.2,1.93,10,3.5,2.51,10,3.5,2.46,10,5.56,2.74,9,5.2,2.08,15
+microphone,5.11,1.49,19,4.19,2.48,21,5.35,2.64,20,4.67,0.58,3,5.19,1.6,16,5.0,2.76,6,3.87,2.39,15,5.33,2.66,6,5.36,2.73,14,5.1,0.99,10,5.11,1.96,9,3.71,2.21,7,4.43,2.65,14,5.5,2.88,10,5.2,2.53,10,5.25,0.89,8,5.0,1.84,11,3.56,2.7,9,4.67,2.31,12,4.88,3.44,8,5.67,2.06,12
+microscope,6.33,1.37,18,4.0,2.56,23,5.05,2.09,19,5.89,0.93,9,6.78,1.64,9,4.43,2.64,7,3.93,2.63,15,5.1,2.23,10,5.0,2.06,9,6.56,1.59,9,6.11,1.17,9,5.0,2.71,10,3.33,2.31,12,5.5,2.2,8,4.7,2.16,10,6.73,1.49,11,5.71,0.95,7,3.95,2.54,20,4.33,3.21,3,5.25,1.58,8,4.91,2.47,11
+microscopic,5.24,1.73,21,3.86,2.46,22,5.33,2.06,21,5.4,2.3,5,5.19,1.6,16,4.42,2.35,12,3.2,2.53,10,5.0,2.14,11,5.78,2.11,9,5.33,1.97,12,5.11,1.45,9,4.0,2.39,15,3.57,2.76,7,5.18,1.83,11,5.5,2.37,10,5.46,1.81,13,4.88,1.64,8,4.05,2.5,19,2.67,2.08,3,5.21,1.89,14,5.57,2.51,7
+microwave,5.25,1.59,20,4.0,2.47,19,5.6,2.21,20,5.33,0.52,6,5.21,1.89,14,5.12,2.59,8,3.18,2.14,11,5.8,2.04,10,5.4,2.46,10,5.33,0.52,6,5.21,1.89,14,4.8,2.86,10,3.11,1.69,9,5.31,2.29,13,6.14,2.12,7,5.0,2.08,7,5.38,1.33,13,4.62,2.53,13,2.67,1.86,6,5.0,2.57,11,6.33,1.5,9
+mid,5.21,1.41,24,2.8,2.04,25,5.33,2.0,18,5.55,1.75,11,4.92,1.04,13,3.17,2.04,6,2.56,2.06,18,4.5,1.76,6,5.75,2.05,12,5.35,1.58,17,4.86,0.9,7,2.64,2.24,14,2.8,1.81,10,5.67,2.29,9,5.0,1.73,9,5.43,1.6,14,4.9,1.1,10,3.44,2.19,16,1.67,1.12,9,4.82,2.14,11,6.14,1.57,7
+midair,5.0,1.59,20,5.23,2.22,22,4.84,2.24,19,4.89,1.45,9,5.09,1.76,11,4.8,3.35,5,5.25,1.91,16,3.0,2.1,6,5.69,1.8,13,5.07,1.69,14,4.83,1.47,6,4.33,1.78,12,6.22,2.44,9,4.89,2.03,9,4.8,2.53,10,5.4,1.65,10,4.6,1.51,10,4.0,2.04,12,6.7,1.42,10,4.5,2.88,6,5.0,2.0,13
+midday,5.37,1.3,19,3.63,2.14,19,4.9,2.27,20,6.0,1.73,3,5.25,1.24,16,4.17,2.4,6,3.38,2.06,13,5.0,2.37,6,4.86,2.32,14,5.1,0.74,10,5.67,1.73,9,3.0,2.1,6,3.92,2.18,13,4.8,2.9,10,5.0,1.56,10,5.25,1.39,8,5.45,1.29,11,3.12,2.59,8,4.0,1.79,11,5.0,2.56,8,4.83,2.17,12
+middle,5.22,1.48,18,2.85,2.06,20,5.11,1.49,18,4.38,1.06,8,5.9,1.45,10,3.0,2.24,7,2.77,2.05,13,5.09,1.3,11,5.14,1.86,7,4.64,1.03,11,6.14,1.68,7,2.67,2.29,9,3.0,1.95,11,5.36,1.8,11,4.71,0.76,7,4.83,1.34,12,6.0,1.55,6,2.5,2.07,12,3.38,2.07,8,5.89,1.45,9,4.33,1.12,9
+middleman,4.24,1.48,21,3.92,2.46,26,5.33,2.53,24,3.78,1.86,9,4.58,1.08,12,3.2,2.7,10,4.38,2.28,16,5.0,2.87,9,5.53,2.39,15,4.14,1.57,7,4.29,1.49,14,4.31,2.56,13,3.54,2.4,13,5.25,2.67,12,5.42,2.5,12,4.45,1.29,11,4.0,1.7,10,3.4,2.61,15,4.64,2.16,11,5.92,2.56,13,4.64,2.42,11
+middleweight,4.1,1.55,20,4.04,1.61,23,4.0,1.82,21,4.4,1.52,5,4.0,1.6,15,4.25,1.76,12,3.82,1.47,11,3.82,1.25,11,3.67,1.73,9,3.64,1.75,11,4.67,1.12,9,4.31,1.2,16,3.43,2.3,7,3.91,1.14,11,4.1,2.42,10,4.0,1.81,12,4.25,1.16,8,4.11,1.66,19,3.75,1.5,4,3.43,1.55,14,5.14,1.86,7
+midget,4.58,1.43,19,4.0,2.1,20,3.7,2.0,20,4.33,1.15,3,4.62,1.5,16,4.33,1.97,6,3.86,2.21,14,4.83,2.23,6,3.21,1.76,14,4.3,1.06,10,4.89,1.76,9,3.86,2.34,7,4.08,2.06,13,3.9,2.13,10,3.5,1.96,10,5.0,1.2,8,4.27,1.56,11,4.33,2.29,9,3.73,2.0,11,3.12,2.3,8,4.08,1.78,12
+midlife,4.71,1.59,21,3.09,2.02,22,5.26,2.26,27,3.9,1.66,10,5.45,1.13,11,2.14,1.57,7,3.53,2.1,15,5.18,2.63,17,5.4,1.58,10,4.64,1.5,11,4.8,1.75,10,2.4,1.95,5,3.29,2.05,17,5.14,2.63,14,5.38,1.89,13,4.77,1.54,13,4.62,1.77,8,2.8,2.3,10,3.33,1.83,12,5.64,2.37,14,4.85,2.15,13
+midline,4.79,1.03,19,3.36,1.97,22,4.42,1.44,24,4.17,1.6,6,5.08,0.49,13,3.75,2.14,12,2.9,1.73,10,3.88,1.73,8,4.69,1.25,16,5.1,0.57,10,4.44,1.33,9,3.78,2.22,9,3.08,1.8,13,4.35,1.5,17,4.5,1.52,6,5.0,0.76,8,4.64,1.21,11,2.67,1.66,9,3.85,2.08,13,4.5,1.63,16,4.25,1.04,8
+midnight,6.18,2.08,22,4.05,3.07,20,6.26,2.38,19,5.54,2.22,13,7.11,1.54,9,4.14,2.91,7,4.0,3.27,13,6.29,1.98,7,6.25,2.67,12,6.0,2.45,12,6.4,1.65,10,4.22,2.95,9,3.91,3.3,11,6.1,1.91,10,6.44,2.92,9,6.42,2.27,12,5.9,1.91,10,6.14,2.27,7,2.92,2.9,13,7.29,1.98,7,5.67,2.46,12
+midshipman,4.75,1.68,20,2.72,1.93,18,5.14,1.42,22,5.0,0.71,5,4.67,1.91,15,3.5,2.26,6,2.33,1.72,12,4.8,0.92,10,5.42,1.73,12,5.1,0.32,10,4.4,2.37,10,2.8,2.1,10,2.62,1.85,8,5.0,1.1,11,5.27,1.74,11,4.5,2.11,12,5.12,0.64,8,1.67,1.12,9,3.78,2.05,9,5.27,1.62,11,5.0,1.26,11
+midst,5.25,1.89,20,2.62,1.6,21,5.08,1.73,25,4.75,2.63,4,5.38,1.75,16,3.75,1.5,4,2.35,1.54,17,5.22,2.28,9,5.0,1.41,16,5.25,1.98,8,5.25,1.91,12,2.9,1.45,10,2.36,1.75,11,5.07,1.33,14,5.09,2.21,11,5.36,1.63,11,5.11,2.26,9,2.1,1.73,10,3.09,1.38,11,5.56,1.62,18,3.86,1.46,7
+midsummer,6.24,2.14,21,4.8,2.89,20,5.14,2.49,36,6.12,2.7,8,6.31,1.84,13,5.6,3.21,5,4.53,2.85,15,5.09,2.26,11,5.16,2.62,25,6.0,2.65,13,6.62,0.92,8,5.75,2.86,12,3.38,2.45,8,4.9,2.65,20,5.44,2.31,16,5.27,2.45,11,7.3,1.06,10,4.82,3.03,11,4.78,2.91,9,4.82,2.32,22,5.64,2.73,14
+midterm,4.14,2.19,22,4.82,2.68,22,4.28,1.99,18,3.91,2.17,11,4.36,2.29,11,5.29,2.5,7,4.64,2.92,14,4.6,2.07,10,3.88,1.96,8,3.7,2.71,10,4.5,1.68,12,5.2,3.19,10,4.55,2.38,11,3.86,1.07,7,4.7,2.5,10,4.64,2.06,14,3.25,2.25,8,4.45,2.52,20,8.5,0.71,2,4.0,1.2,8,4.5,2.51,10
+midtown,5.83,1.42,18,4.2,2.5,20,5.54,2.3,24,6.33,1.5,12,4.83,0.41,6,4.6,2.97,5,4.07,2.43,15,5.23,2.35,13,5.91,2.3,11,6.0,1.66,9,5.67,1.22,9,5.29,2.93,7,3.62,2.14,13,5.36,2.42,11,5.69,2.29,13,5.67,1.22,9,6.0,1.66,9,3.9,1.73,10,4.5,3.17,10,6.33,2.5,9,5.07,2.12,15
+midwife,5.65,1.31,20,3.14,1.96,21,5.96,2.18,24,5.33,0.58,3,5.71,1.4,17,3.86,2.27,7,2.85,1.82,13,5.62,2.2,8,6.12,2.22,16,4.71,0.95,7,6.15,1.21,13,4.29,2.36,7,2.62,1.56,13,5.79,2.46,14,6.2,1.81,10,6.0,1.32,9,5.36,1.29,11,3.18,1.99,11,3.1,2.02,10,5.94,2.51,17,6.0,1.15,7
+mighty,6.45,2.14,20,5.43,1.9,23,6.85,2.19,937,7.8,0.84,5,6.0,2.27,15,5.57,1.9,7,5.53,1.92,15,6.87,2.17,410,6.83,2.21,522,7.1,1.29,10,5.8,2.66,10,5.6,2.55,10,5.5,1.17,12,6.94,2.13,514,6.75,2.26,419,5.83,2.55,12,7.38,0.74,8,5.35,1.93,20,6.0,2.0,3,6.86,2.25,505,6.85,2.12,432
+mignon,5.57,2.36,21,3.37,2.43,19,4.82,2.28,22,4.67,2.34,6,5.93,2.34,15,1.88,1.64,8,4.45,2.38,11,5.0,2.34,12,4.6,2.32,10,5.0,2.35,9,6.0,2.37,12,3.0,2.2,8,3.64,2.66,11,4.71,2.63,7,4.87,2.2,15,4.8,2.7,10,6.27,1.85,11,3.31,2.29,13,3.5,2.95,6,4.75,2.73,12,4.9,1.73,10
+migraine,2.68,1.77,19,4.96,2.96,24,3.11,2.25,28,3.12,1.46,8,2.36,1.96,11,4.44,2.96,9,5.27,3.01,15,2.79,2.04,14,3.43,2.47,14,2.89,1.96,9,2.5,1.65,10,5.25,2.83,12,4.67,3.17,12,2.93,2.5,14,3.29,2.05,14,2.8,2.15,10,2.56,1.33,9,5.58,3.18,12,4.33,2.71,12,2.92,2.23,12,3.25,2.32,16
+migrate,4.57,1.4,21,3.33,2.78,24,5.55,2.09,20,5.25,0.89,8,4.15,1.52,13,3.67,2.34,6,3.22,2.96,18,6.0,2.19,11,5.0,1.94,9,4.58,1.51,12,4.56,1.33,9,4.3,2.98,10,2.64,2.5,14,6.0,2.35,13,4.71,1.25,7,4.36,1.34,14,5.0,1.53,7,3.44,2.53,16,3.12,3.4,8,5.92,1.93,12,5.0,2.33,8
+migration,4.52,1.6,21,3.54,2.37,26,4.88,2.31,24,4.75,1.91,8,4.38,1.45,13,3.1,2.28,10,3.81,2.46,16,4.0,2.5,9,5.4,2.1,15,4.0,1.41,7,4.79,1.67,14,3.85,2.15,13,3.23,2.62,13,4.25,2.34,12,5.5,2.2,12,3.83,1.53,12,5.44,1.24,9,3.2,2.4,15,4.0,2.37,11,4.69,2.63,13,5.09,1.97,11
+mil,4.85,1.66,20,4.05,2.31,20,5.58,1.96,26,5.09,1.64,11,4.56,1.74,9,6.0,2.16,7,3.0,1.63,13,5.0,2.12,13,6.15,1.68,13,4.73,1.95,11,5.0,1.32,9,4.09,2.43,11,4.0,2.29,9,5.41,2.24,17,5.89,1.36,9,5.3,1.95,10,4.4,1.26,10,3.92,2.71,12,4.25,1.67,8,5.5,2.13,16,5.7,1.77,10
+mild,5.9,2.1,21,2.39,1.8,23,5.67,2.4,18,5.0,2.06,9,6.58,1.93,12,3.27,2.15,11,1.58,0.9,12,5.7,2.45,10,5.62,2.5,8,4.0,2.0,7,6.85,1.46,13,2.91,1.97,11,1.92,1.56,12,5.14,2.67,7,6.0,2.28,11,5.38,2.36,13,6.75,1.28,8,2.45,1.92,11,2.33,1.78,12,4.44,2.3,9,6.89,1.9,9
+mildew,2.61,1.46,41,4.14,2.73,22,4.19,2.27,980,2.23,1.24,13,2.79,1.55,28,4.88,2.3,8,3.71,2.95,14,4.55,2.28,430,3.92,2.23,545,3.0,1.37,16,2.36,1.5,25,4.2,2.39,10,4.08,3.09,12,4.55,2.31,537,3.76,2.14,439,2.48,1.04,23,2.78,1.9,18,4.88,3.31,8,3.71,2.37,14,4.27,2.35,533,4.1,2.16,447
+mile,4.78,1.8,18,3.43,2.38,21,5.33,1.78,18,4.12,0.99,8,5.3,2.16,10,2.71,2.43,7,3.79,2.36,14,5.27,1.62,11,5.43,2.15,7,4.55,1.44,11,5.14,2.34,7,2.89,2.47,9,3.83,2.33,12,5.36,2.06,11,5.29,1.38,7,4.5,1.0,12,5.33,2.88,6,2.92,2.11,12,4.11,2.67,9,5.56,2.19,9,5.11,1.36,9
+mileage,5.9,1.71,20,2.95,1.94,21,5.64,1.93,25,6.0,2.83,4,5.88,1.45,16,3.25,2.63,4,2.88,1.83,17,5.22,2.49,9,5.88,1.59,16,6.25,1.04,8,5.67,2.06,12,4.1,1.85,10,1.91,1.38,11,5.57,1.79,14,5.73,2.2,11,6.18,1.4,11,5.56,2.07,9,2.7,1.95,10,3.18,1.99,11,5.78,2.07,18,5.29,1.6,7
+milestone,6.85,1.53,20,4.56,2.48,18,6.36,1.62,22,7.0,0.71,5,6.8,1.74,15,4.17,1.47,6,4.75,2.9,12,5.6,1.51,10,7.0,1.48,12,7.4,1.07,10,6.3,1.77,10,5.3,1.89,10,3.62,2.92,8,6.09,2.02,11,6.64,1.12,11,6.83,1.4,12,6.88,1.81,8,2.56,1.67,9,6.56,1.13,9,6.18,1.83,11,6.55,1.44,11
+militant,3.95,1.5,20,5.38,2.27,21,4.4,2.31,25,4.25,1.76,12,3.5,0.93,8,6.0,1.83,7,5.07,2.46,14,4.0,1.89,10,4.67,2.58,15,4.33,0.58,3,3.88,1.62,17,5.3,2.0,10,5.45,2.58,11,2.57,1.51,7,5.11,2.19,18,4.27,1.49,11,3.56,1.51,9,5.15,2.34,13,5.75,2.25,8,3.44,2.46,9,4.94,2.11,16
+military,4.9,2.34,21,5.8,2.31,20,5.89,2.64,19,4.46,2.5,13,5.62,2.0,8,6.71,1.8,7,5.31,2.46,13,6.57,2.37,7,5.5,2.81,12,5.17,2.59,12,4.56,2.07,9,6.11,1.83,9,5.55,2.7,11,6.0,2.75,10,5.78,2.68,9,5.58,2.39,12,4.0,2.06,9,6.71,1.89,7,5.31,2.43,13,6.57,3.15,7,5.5,2.35,12
+militia,4.21,2.2,19,4.36,2.5,22,4.52,2.56,23,4.73,2.1,11,3.86,2.19,7,5.5,2.98,8,3.71,2.02,14,3.29,1.98,7,5.06,2.64,16,3.88,2.3,8,4.45,2.21,11,4.0,2.65,9,4.62,2.47,13,5.27,2.28,11,3.83,2.69,12,3.83,2.48,12,4.86,1.57,7,3.91,2.66,11,4.82,2.36,11,5.23,2.77,13,3.6,2.01,10
+milk,6.74,1.91,19,2.33,1.56,21,6.31,2.33,42,6.78,1.64,9,6.7,2.21,10,2.5,1.64,6,2.27,1.58,15,6.47,2.18,17,6.2,2.47,25,7.0,2.24,9,6.5,1.65,10,1.86,0.69,7,2.57,1.83,14,6.26,2.54,27,6.4,1.99,15,6.42,2.02,12,7.29,1.7,7,2.0,1.22,9,2.58,1.78,12,6.04,2.53,24,6.67,2.06,18
+milkman,5.75,1.52,20,2.73,1.91,22,5.54,2.12,26,5.71,1.89,7,5.77,1.36,13,2.8,2.1,10,2.67,1.83,12,5.43,2.28,14,5.64,2.11,11,5.09,1.22,11,6.56,1.51,9,3.67,2.12,9,2.08,1.5,13,5.38,2.53,16,5.78,1.39,9,5.69,1.55,13,5.86,1.57,7,2.44,1.82,16,3.5,2.07,6,5.83,2.04,12,5.29,2.23,14
+milkshake,7.26,1.66,19,4.05,2.87,22,6.0,1.74,28,7.17,1.72,6,7.31,1.7,13,4.36,2.94,11,3.73,2.9,11,7.18,1.54,11,5.24,1.44,17,7.27,1.68,11,7.25,1.75,8,4.27,2.53,11,3.82,3.28,11,5.89,1.97,18,6.2,1.32,10,7.31,1.55,13,7.17,2.04,6,3.29,2.87,14,5.38,2.5,8,6.31,2.09,16,5.58,1.08,12
+milky,5.0,1.91,19,3.7,2.27,23,5.37,1.61,19,5.33,1.41,9,4.7,2.31,10,3.57,2.51,7,3.67,2.29,15,5.4,1.65,10,5.33,1.66,9,5.0,2.45,9,5.0,1.41,10,4.5,2.68,10,2.92,1.73,12,5.25,1.39,8,5.5,1.9,10,5.42,2.15,12,4.29,1.25,7,3.75,2.38,20,3.33,1.53,3,4.88,1.13,8,5.73,1.85,11
+mill,5.39,1.54,18,2.21,1.75,19,4.76,1.54,25,6.2,1.3,5,5.08,1.55,13,2.4,1.65,10,2.0,1.94,9,4.69,1.3,16,4.89,1.96,9,5.57,1.62,7,5.27,1.56,11,1.75,0.89,8,2.55,2.16,11,4.55,1.61,20,5.6,0.89,5,4.89,1.36,9,5.89,1.62,9,1.7,1.06,10,2.78,2.22,9,4.63,1.16,19,5.17,2.48,6
+millennium,4.85,2.11,20,4.59,2.09,22,4.71,2.22,21,4.2,2.17,5,5.07,2.12,15,5.17,1.7,12,3.9,2.38,10,4.64,2.11,11,4.33,2.06,9,4.45,2.5,11,5.33,1.5,9,4.5,2.16,16,4.83,2.04,6,4.36,2.2,11,5.1,2.28,10,5.08,2.29,13,4.43,1.81,7,4.78,2.13,18,3.75,1.89,4,4.0,2.08,14,6.14,1.86,7
+milligram,5.28,1.13,18,3.1,2.29,20,4.12,1.39,25,5.4,0.89,5,5.23,1.24,13,3.91,2.59,11,2.11,1.45,9,4.06,1.48,16,4.22,1.3,9,5.43,1.4,7,5.18,0.98,11,2.89,2.2,9,3.27,2.45,11,4.05,1.43,20,4.4,1.34,5,5.11,1.05,9,5.44,1.24,9,3.09,2.17,11,3.11,2.57,9,4.0,1.29,19,4.5,1.76,6
+millimeter,4.86,1.28,22,3.62,2.38,21,5.75,2.2,20,5.38,0.52,8,4.57,1.5,14,4.1,2.64,10,3.18,2.14,11,7.14,1.57,7,5.0,2.16,13,4.82,1.4,11,4.91,1.22,11,2.91,1.87,11,4.4,2.72,10,5.47,2.33,15,6.6,1.67,5,4.6,1.43,10,5.08,1.16,12,3.56,2.13,9,3.67,2.64,12,4.9,1.52,10,6.6,2.5,10
+million,7.55,1.79,22,5.38,2.71,21,5.82,2.19,17,8.33,0.82,6,7.27,2.05,15,5.57,2.82,7,5.29,2.76,14,5.22,2.49,9,6.5,1.69,8,7.5,2.03,14,7.71,1.5,7,5.0,3.08,9,5.67,2.5,12,5.56,2.6,9,6.12,1.73,8,7.79,1.48,14,7.12,2.3,8,4.83,3.25,6,5.6,2.56,15,6.22,2.73,9,5.38,1.41,8
+millionaire,7.32,2.11,19,6.14,2.95,21,5.73,2.64,55,7.44,1.67,9,7.2,2.53,10,6.5,3.02,6,6.0,3.02,15,6.5,2.28,18,5.35,2.75,37,7.0,1.63,7,7.5,2.39,12,5.0,3.32,7,6.71,2.7,14,5.93,2.48,29,5.5,2.85,26,6.7,2.5,10,8.0,1.41,9,6.33,3.35,9,6.0,2.76,12,6.15,2.88,33,5.09,2.14,22
+millionth,5.42,2.09,19,4.64,2.28,22,5.0,2.2,22,6.22,1.86,9,4.7,2.11,10,4.5,2.56,8,4.71,2.2,14,4.09,1.7,11,5.91,2.34,11,5.57,1.51,7,5.33,2.42,12,4.2,2.3,10,5.0,2.3,12,5.38,2.63,13,4.44,1.33,9,4.4,1.9,10,6.56,1.74,9,4.5,2.56,8,4.71,2.2,14,5.43,2.34,14,4.25,1.83,8
+millstone,4.86,1.96,21,3.12,2.51,24,6.4,2.04,20,5.75,1.75,8,4.31,1.93,13,4.83,1.94,6,2.56,2.45,18,7.0,1.67,11,5.67,2.29,9,5.25,2.38,12,4.33,1.12,9,3.3,2.26,10,3.0,2.75,14,6.46,2.18,13,6.29,1.89,7,4.5,1.74,14,5.57,2.3,7,3.88,2.73,16,1.62,0.92,8,6.83,1.7,12,5.75,2.43,8
+mime,4.58,1.61,19,2.81,2.2,21,4.85,1.39,20,4.33,1.15,3,4.62,1.71,16,2.17,1.6,6,3.07,2.4,15,4.83,0.41,6,4.86,1.66,14,4.7,1.49,10,4.44,1.81,9,1.71,0.76,7,3.36,2.5,14,5.0,1.49,10,4.7,1.34,10,5.0,1.6,8,4.27,1.62,11,2.89,2.76,9,2.75,1.82,12,4.62,2.2,8,5.0,0.43,12
+mimic,4.67,1.43,21,3.85,2.16,20,6.05,2.44,22,4.83,1.72,6,4.6,1.35,15,3.75,2.12,8,3.92,2.27,12,6.08,2.35,12,6.0,2.67,10,4.56,1.81,9,4.75,1.14,12,3.78,1.79,9,3.91,2.51,11,4.86,2.48,7,6.6,2.29,15,5.0,1.33,10,4.36,1.5,11,3.54,1.98,13,4.43,2.51,7,5.75,2.8,12,6.4,2.01,10
+mince,5.23,1.57,22,4.14,2.33,21,5.68,2.03,22,5.5,1.83,14,4.75,0.89,8,4.18,2.23,11,4.44,2.46,9,4.17,2.14,6,6.25,1.73,16,5.5,1.27,10,5.0,1.81,12,3.82,2.4,11,4.5,2.32,10,5.0,1.73,13,6.67,2.12,9,5.25,1.54,12,5.2,1.69,10,3.85,2.3,13,4.62,2.45,8,6.17,1.7,12,5.1,2.33,10
+mincemeat,4.05,2.06,22,3.84,2.01,19,4.19,2.11,21,4.6,0.55,5,3.81,2.37,16,3.88,2.23,8,3.82,1.94,11,3.9,2.28,10,4.45,2.02,11,4.75,1.86,12,3.2,2.04,10,4.5,1.96,10,3.11,1.9,9,4.25,2.22,12,4.11,2.09,9,4.27,2.33,11,3.82,1.83,11,3.88,2.23,8,3.82,1.94,11,4.33,2.0,9,4.08,2.27,12
+mind,6.7,1.6,43,5.05,2.26,39,6.09,2.14,22,6.18,1.78,11,6.9,1.54,31,5.75,2.32,16,4.57,2.13,23,6.36,2.11,11,5.82,2.23,11,6.62,1.77,21,6.77,1.45,22,5.32,2.47,19,4.8,2.07,20,5.62,2.33,13,6.78,1.72,9,6.29,1.79,21,7.09,1.31,22,4.86,2.24,21,5.28,2.32,18,6.0,2.29,14,6.25,1.98,8
+mindful,6.7,1.3,20,6.0,2.7,20,6.76,1.71,25,7.0,1.34,11,6.33,1.22,9,5.57,2.7,7,6.23,2.77,13,6.46,1.81,13,7.08,1.62,12,6.64,1.36,11,6.78,1.3,9,5.36,2.69,11,6.78,2.64,9,6.94,1.82,17,6.38,1.51,8,6.7,1.42,10,6.7,1.25,10,6.33,2.87,12,5.5,2.51,8,6.75,1.69,16,6.78,1.86,9
+mindless,3.0,1.6,19,3.1,1.81,21,3.86,2.71,22,3.44,1.33,9,2.6,1.78,10,3.62,1.92,8,2.77,1.74,13,4.36,2.98,11,3.36,2.46,11,4.14,0.9,7,2.33,1.56,12,3.56,2.07,9,2.75,1.6,12,3.77,2.59,13,4.0,3.04,9,3.0,1.7,10,3.0,1.58,9,2.62,1.92,8,3.38,1.76,13,3.79,2.83,14,4.0,2.67,8
+minefield,3.65,1.81,20,5.5,2.62,24,3.71,2.29,28,3.62,1.06,8,3.67,2.23,12,4.33,2.4,9,6.2,2.57,15,2.71,1.59,14,4.71,2.49,14,2.56,1.51,9,4.55,1.57,11,5.0,2.45,12,6.0,2.8,12,3.36,2.17,14,4.07,2.43,14,3.8,1.93,10,3.5,1.78,10,5.5,2.5,12,5.5,2.84,12,3.42,1.73,12,3.94,2.67,16
+miner,4.81,1.44,21,4.05,1.84,19,4.67,2.06,21,5.4,0.89,5,4.6,1.59,15,4.25,1.83,8,3.91,1.92,11,4.7,2.26,10,4.64,1.96,11,4.5,1.51,12,5.22,1.3,9,4.2,1.81,10,3.89,1.96,9,4.25,1.91,12,5.22,2.22,9,4.45,1.57,11,5.2,1.23,10,3.88,1.89,8,4.18,1.89,11,5.22,2.22,9,4.25,1.91,12
+mineral,6.05,2.12,19,2.86,2.61,21,4.67,1.92,27,5.17,2.14,6,6.46,2.07,13,4.2,3.26,10,1.64,0.81,11,4.27,2.65,11,4.94,1.24,16,5.73,2.53,11,6.5,1.41,8,3.4,2.84,10,2.36,2.42,11,4.72,2.27,18,4.56,1.01,9,5.85,2.38,13,6.5,1.52,6,2.79,2.64,14,3.0,2.77,7,4.73,2.22,15,4.58,1.56,12
+mingle,5.21,2.44,19,4.41,2.97,22,5.36,1.85,28,3.67,1.97,6,5.92,2.36,13,4.27,2.9,11,4.55,3.17,11,5.55,2.11,11,5.24,1.71,17,5.27,2.76,11,5.12,2.1,8,3.73,3.17,11,5.09,2.74,11,5.67,1.88,18,4.8,1.75,10,5.15,2.61,13,5.33,2.25,6,5.0,3.11,14,3.38,2.56,8,5.5,2.13,16,5.17,1.47,12
+mini,5.86,1.68,21,3.0,2.18,25,5.16,2.09,19,5.67,1.41,9,6.0,1.91,12,3.67,2.34,6,2.89,2.17,18,4.43,1.62,7,5.58,2.27,12,6.12,1.67,16,5.0,1.58,5,3.21,2.55,14,2.9,1.66,10,5.11,2.47,9,5.2,1.81,10,6.0,1.65,12,5.67,1.8,9,3.81,2.32,16,1.56,0.73,9,4.82,2.27,11,5.62,1.85,8
+miniature,6.11,1.24,19,3.95,2.06,21,4.39,2.15,23,5.0,0.71,5,6.46,1.2,13,4.0,2.68,6,3.93,1.87,15,4.3,1.95,10,4.46,2.37,13,5.71,1.11,7,6.27,1.35,11,5.0,2.77,7,3.43,1.45,14,3.55,1.63,11,5.17,2.33,12,5.83,1.11,12,6.57,1.4,7,4.82,2.23,11,3.0,1.41,10,4.21,1.89,14,4.67,2.6,9
+minibus,4.89,1.41,19,3.56,1.89,18,4.53,2.18,17,5.09,0.83,11,4.62,2.0,8,4.25,2.22,4,3.36,1.82,14,3.75,1.58,8,5.22,2.49,9,4.88,0.83,8,4.91,1.76,11,4.14,1.86,7,3.18,1.89,11,4.0,1.26,6,4.82,2.56,11,4.92,1.38,13,4.83,1.6,6,2.91,2.02,11,4.57,1.13,7,4.86,2.34,7,4.3,2.16,10
+minimal,4.62,1.75,21,3.41,2.06,22,4.67,1.91,21,4.89,2.15,9,4.42,1.44,12,3.83,2.32,6,3.2,2.08,15,3.83,2.14,6,5.0,1.77,15,5.44,1.88,9,4.0,1.41,12,4.2,1.64,5,3.18,2.16,17,5.0,1.94,10,4.36,1.91,11,4.5,2.02,12,4.78,1.39,9,3.44,1.67,9,3.38,2.36,13,4.42,1.83,12,5.0,2.06,9
+minimize,5.16,1.8,19,4.19,2.11,21,5.45,2.3,22,5.22,1.2,9,5.1,2.28,10,4.62,2.45,8,3.92,1.93,13,6.0,2.45,11,4.91,2.12,11,5.0,1.15,7,5.25,2.14,12,4.9,2.38,10,3.55,1.69,11,5.77,2.35,13,5.0,2.29,9,5.2,1.93,10,5.11,1.76,9,4.86,2.41,7,3.86,1.96,14,5.43,2.17,14,5.5,2.67,8
+minimum,4.8,1.51,20,3.27,1.67,22,5.22,1.73,18,5.0,1.8,9,4.64,1.29,11,2.4,1.34,5,3.62,1.71,16,5.33,2.07,6,5.17,1.64,12,4.86,1.51,14,4.67,1.63,6,3.33,1.61,12,3.33,1.87,9,4.75,0.71,8,5.6,2.22,10,5.3,1.34,10,4.3,1.57,10,2.92,1.78,12,3.7,1.49,10,5.5,2.07,6,5.08,1.62,12
+mining,4.5,1.71,22,4.57,2.78,23,5.53,2.01,19,5.75,0.89,8,3.92,1.66,13,4.62,2.72,8,4.5,3.01,14,6.0,2.08,7,5.09,2.02,11,4.88,2.17,8,4.46,1.33,13,4.78,3.07,9,4.43,2.68,14,5.0,2.24,7,5.83,1.9,12,4.45,1.63,11,4.55,1.86,11,3.44,3.13,9,5.29,2.37,14,5.69,2.02,16,4.67,2.08,3
+minion,5.33,1.98,21,5.0,2.34,20,3.94,2.41,33,5.25,2.12,8,5.38,1.98,13,5.2,2.49,5,4.93,2.37,15,4.09,1.92,11,3.86,2.66,22,5.54,2.26,13,5.0,1.51,8,5.33,2.19,12,4.5,2.62,8,4.11,2.45,19,3.71,2.43,14,5.73,1.9,11,4.9,2.08,10,5.18,2.44,11,4.78,2.33,9,3.71,2.53,21,4.33,2.23,12
+minister,5.0,1.84,21,3.85,2.94,20,5.65,1.93,20,4.0,1.26,6,5.4,1.92,15,4.75,2.66,8,3.25,3.08,12,5.27,2.15,11,6.11,1.62,9,5.17,0.98,6,4.93,2.12,15,4.7,3.13,10,3.0,2.62,10,5.38,2.14,13,6.14,1.46,7,4.43,1.27,7,5.29,2.05,14,3.86,2.98,14,3.83,3.13,6,5.67,2.19,12,5.62,1.6,8
+ministry,5.08,2.04,24,3.85,2.96,20,4.5,2.48,22,4.5,2.67,8,5.38,1.67,16,4.12,3.48,8,3.67,2.71,12,4.75,2.93,12,4.2,1.93,10,5.4,1.96,10,4.86,2.14,14,3.89,2.85,9,3.82,3.19,11,3.57,2.07,7,4.93,2.6,15,5.17,2.37,12,5.0,1.76,12,3.15,2.48,13,5.14,3.53,7,5.0,2.59,12,3.9,2.33,10
+minivan,4.4,1.19,20,2.95,2.36,21,5.92,2.5,25,4.0,1.0,3,4.47,1.23,17,3.71,2.69,7,2.62,2.26,13,4.62,2.56,8,6.53,2.29,17,4.43,0.79,7,4.38,1.39,13,2.86,2.12,7,3.08,2.63,13,5.36,2.76,14,6.64,2.01,11,4.33,1.0,9,4.45,1.37,11,3.27,2.61,11,2.6,2.12,10,6.0,2.66,18,5.71,2.21,7
+mink,5.86,1.81,22,3.24,2.39,21,4.86,2.1,22,6.0,1.47,14,5.62,2.39,8,3.0,2.0,11,3.67,2.96,9,5.17,2.14,6,4.75,2.14,16,6.0,2.45,10,5.75,1.14,12,2.27,1.56,11,4.3,2.75,10,4.54,1.81,13,5.33,2.5,9,5.17,1.7,12,6.7,1.64,10,2.92,1.89,13,3.75,3.11,8,4.5,2.02,12,5.3,2.21,10
+minor,4.81,1.6,21,3.26,1.98,23,4.79,1.93,19,4.8,2.39,5,4.81,1.38,16,3.67,2.19,12,2.82,1.72,11,5.1,1.91,10,3.88,1.13,8,4.5,1.78,12,5.22,1.3,9,3.12,1.45,16,3.57,2.99,7,4.45,1.51,11,5.25,2.43,8,4.62,1.61,13,5.12,1.64,8,3.16,2.03,19,3.75,1.89,4,4.69,1.84,13,5.0,2.28,6
+minority,4.75,1.12,20,3.1,1.84,21,4.88,2.55,25,5.0,1.0,3,4.71,1.16,17,2.43,1.62,7,3.54,1.94,13,6.12,2.36,8,4.29,2.49,17,5.0,0.58,7,4.62,1.33,13,3.14,2.12,7,3.15,1.82,13,5.21,2.33,14,4.45,2.88,11,4.33,1.5,9,5.09,0.54,11,3.27,2.15,11,2.9,1.52,10,4.5,2.85,18,5.86,1.21,7
+mint,6.55,1.54,20,4.9,2.43,20,6.62,1.75,26,6.18,1.6,11,7.0,1.41,9,6.86,1.46,7,3.85,2.19,13,6.54,1.85,13,6.69,1.7,13,6.64,1.86,11,6.44,1.13,9,4.0,2.61,11,6.0,1.73,9,6.47,1.81,17,6.89,1.69,9,6.1,1.73,10,7.0,1.25,10,4.42,2.78,12,5.62,1.69,8,6.38,1.82,16,7.0,1.63,10
+minty,7.0,1.68,18,3.19,1.97,21,5.09,1.9,23,6.73,1.74,11,7.17,1.6,6,3.38,1.85,8,3.08,2.1,13,4.57,2.07,7,5.31,1.85,16,7.0,2.0,8,7.0,1.49,10,3.22,1.92,9,3.17,2.08,12,5.09,2.12,11,5.08,1.78,12,6.91,2.07,11,7.14,0.9,7,3.0,2.21,10,3.36,1.8,11,5.0,2.38,13,5.2,1.14,10
+minute,5.5,1.47,22,3.76,2.64,21,4.17,2.28,18,5.33,1.37,6,5.6,1.59,15,3.57,3.05,7,3.86,2.54,14,4.56,2.35,9,3.75,2.43,8,5.29,1.49,14,6.0,1.53,7,3.0,2.24,9,4.33,2.87,12,4.1,2.64,10,4.25,1.91,8,5.43,1.16,14,5.62,2.0,8,3.17,2.99,6,4.0,2.56,15,4.0,2.83,10,4.38,1.51,8
+minx,6.63,1.61,19,3.95,2.36,21,4.78,2.3,23,6.55,1.86,11,6.43,0.98,7,4.43,2.44,7,3.71,2.37,14,3.71,2.63,7,5.25,2.05,16,6.25,2.05,8,6.91,1.22,11,3.5,2.56,8,4.23,2.28,13,4.91,2.51,11,4.67,2.19,12,6.58,1.73,12,6.71,1.5,7,3.55,2.54,11,4.4,2.17,10,4.92,2.63,13,4.6,1.9,10
+miracle,7.3,2.25,20,5.52,2.79,23,5.26,2.62,42,7.45,2.11,11,7.11,2.52,9,4.64,2.8,11,6.33,2.64,12,4.79,2.22,14,5.5,2.81,28,6.55,2.77,11,8.22,0.83,9,6.09,2.81,11,5.0,2.8,12,5.13,2.32,23,5.42,3.01,19,7.5,2.51,10,7.1,2.08,10,7.18,2.14,11,4.0,2.49,12,5.09,2.52,22,5.45,2.78,20
+miraculous,6.37,1.71,19,6.17,2.36,18,4.38,2.6,16,6.45,1.69,11,6.25,1.83,8,7.25,0.5,4,5.86,2.6,14,3.43,2.3,7,5.11,2.71,9,6.5,1.69,8,6.27,1.79,11,5.0,2.83,7,6.91,1.76,11,3.8,2.39,5,4.64,2.77,11,6.31,2.02,13,6.5,0.84,6,6.18,2.36,11,6.14,2.54,7,5.29,2.87,7,3.67,2.29,9
+mirage,4.47,2.25,19,3.8,1.96,20,4.21,2.11,24,4.46,2.6,13,4.5,1.38,6,4.2,1.3,5,3.67,2.16,15,4.31,1.93,13,4.09,2.39,11,5.11,2.52,9,3.9,1.91,10,4.14,2.04,7,3.62,1.98,13,4.64,1.96,11,3.85,2.23,13,4.78,2.11,9,4.2,2.44,10,4.1,1.85,10,3.5,2.12,10,5.11,2.15,9,3.67,1.95,15
+mire,4.2,1.4,20,3.94,1.92,18,4.19,1.33,21,4.0,1.87,5,4.27,1.28,15,4.33,1.63,6,3.75,2.09,12,4.44,0.73,9,4.0,1.65,12,4.2,1.23,10,4.2,1.62,10,4.3,1.89,10,3.5,2.0,8,4.09,1.51,11,4.3,1.16,10,3.58,1.24,12,5.12,1.13,8,3.33,2.06,9,4.56,1.67,9,4.27,1.49,11,4.1,1.2,10
+mirror,5.9,1.76,21,4.55,2.54,20,5.5,2.02,36,6.88,1.73,8,5.31,1.55,13,6.0,2.24,5,4.07,2.52,15,4.73,1.79,11,5.84,2.06,25,6.08,2.1,13,5.62,1.06,8,4.92,2.54,12,4.0,2.62,8,5.85,1.76,20,5.06,2.29,16,6.09,1.87,11,5.7,1.7,10,4.82,2.79,11,4.22,2.33,9,5.09,1.97,22,6.14,1.99,14
+misbehave,3.79,1.55,19,4.28,2.59,18,4.65,2.55,17,4.0,1.67,11,3.5,1.41,8,5.5,3.11,4,3.93,2.43,14,4.75,2.92,8,4.56,2.35,9,4.38,1.69,8,3.36,1.36,11,3.71,2.81,7,4.64,2.5,11,4.33,2.16,6,4.82,2.82,11,3.85,1.77,13,3.67,1.03,6,3.82,2.32,11,5.0,3.0,7,5.86,2.79,7,3.8,2.1,10
+miscalculation,3.21,1.18,19,4.71,2.05,21,4.96,2.48,23,2.0,1.0,3,3.44,1.09,16,4.88,1.81,8,4.62,2.26,13,5.44,2.4,9,4.64,2.56,14,2.78,1.39,9,3.6,0.84,10,4.89,2.09,9,4.58,2.11,12,5.6,2.59,15,3.75,1.83,8,3.57,0.98,7,3.0,1.28,12,4.8,1.75,10,4.64,2.38,11,5.23,3.11,13,4.6,1.35,10
+miscarriage,2.48,1.97,21,5.7,2.83,20,2.33,1.85,21,3.33,2.73,6,2.13,1.55,15,4.88,3.0,8,6.25,2.7,12,2.55,1.81,11,2.1,1.97,10,2.5,2.74,6,2.47,1.68,15,5.1,3.03,10,6.3,2.63,10,2.79,2.08,14,1.43,0.79,7,2.43,2.51,7,2.5,1.74,14,5.71,3.2,14,5.67,1.97,6,2.25,2.01,12,2.44,1.74,9
+miscellaneous,5.38,1.66,21,4.0,2.73,20,5.11,2.16,36,5.0,1.93,8,5.62,1.5,13,3.6,1.52,5,4.13,3.07,15,5.09,1.97,11,5.12,2.28,25,5.15,1.82,13,5.75,1.39,8,4.42,2.81,12,3.38,2.67,8,4.9,2.51,20,5.38,1.67,16,4.64,1.69,11,6.2,1.23,10,5.09,3.14,11,2.67,1.32,9,4.55,2.28,22,6.0,1.66,14
+mischief,4.78,2.39,41,5.77,1.78,39,4.97,2.48,59,5.21,2.04,14,4.56,2.56,27,6.15,1.63,13,5.58,1.86,26,4.7,2.44,30,5.24,2.53,29,4.43,2.4,21,5.15,2.39,20,6.1,1.62,20,5.42,1.92,19,4.65,2.5,34,5.4,2.43,25,4.74,2.77,23,4.83,1.89,18,6.08,1.83,26,5.15,1.57,13,5.1,2.37,29,4.83,2.61,30
+mischievous,4.48,2.27,21,4.88,1.78,24,4.86,2.46,21,4.25,2.6,8,4.62,2.14,13,4.77,1.96,13,5.0,1.61,11,5.92,2.33,13,3.12,1.55,8,4.38,2.83,8,4.58,2.07,12,5.36,1.28,14,4.2,2.2,10,5.5,2.24,12,4.0,2.6,9,4.3,2.67,10,4.64,1.96,11,4.71,1.9,17,5.29,1.5,7,5.0,2.75,10,4.73,2.28,11
+misconception,3.65,0.81,20,3.45,2.24,20,4.33,1.68,21,3.71,0.76,7,3.62,0.87,13,3.44,2.51,9,3.45,2.11,11,4.33,2.07,6,4.33,1.59,15,4.1,0.74,10,3.11,0.6,9,3.0,2.27,8,3.75,2.26,12,4.71,1.86,14,3.57,0.98,7,3.55,0.82,11,3.78,0.83,9,3.83,2.41,12,2.88,1.96,8,4.64,1.96,11,4.0,1.33,10
+misconduct,3.55,1.73,20,4.59,1.99,22,5.16,2.24,19,3.67,2.12,9,3.45,1.44,11,3.8,2.17,5,4.75,1.98,16,4.83,2.64,6,5.31,2.14,13,3.93,1.49,14,2.67,2.07,6,3.92,2.15,12,5.33,1.58,9,5.0,1.87,9,5.3,2.63,10,3.9,1.97,10,3.2,1.48,10,3.33,1.72,12,6.1,0.99,10,4.83,2.4,6,5.31,2.25,13
+misdemeanor,2.76,1.18,21,5.24,2.26,25,3.95,2.36,22,2.62,1.19,8,2.85,1.21,13,4.92,2.18,13,5.58,2.39,12,4.54,2.54,13,3.11,1.9,9,2.5,1.07,8,3.08,1.16,12,5.93,1.59,14,4.36,2.73,11,4.75,2.6,12,3.0,1.7,10,2.3,1.06,10,3.18,1.17,11,4.71,2.39,17,6.38,1.51,8,3.8,2.49,10,4.08,2.35,12
+misdirection,3.7,1.3,20,3.78,2.13,18,3.42,2.21,24,4.8,0.84,5,3.33,1.23,15,4.4,1.52,5,3.54,2.33,13,3.77,2.45,13,3.0,1.9,11,3.6,1.26,10,3.8,1.4,10,4.71,1.5,7,3.18,2.32,11,3.5,2.0,16,3.25,2.71,8,3.5,1.34,14,4.17,1.17,6,4.33,2.19,12,2.67,1.63,6,2.53,1.73,15,4.89,2.2,9
+miser,3.45,1.84,22,3.88,2.39,25,4.46,2.15,24,3.56,2.55,9,3.38,1.26,13,3.0,2.0,10,4.47,2.5,15,4.22,2.11,9,4.6,2.23,15,5.0,1.6,8,2.57,1.34,14,4.17,2.72,12,3.62,2.1,13,4.08,2.11,12,4.83,2.21,12,2.92,1.44,12,4.1,2.13,10,3.47,2.61,15,4.5,1.96,10,4.62,2.4,13,4.27,1.9,11
+miserable,2.6,1.9,20,5.06,3.04,18,3.86,2.12,22,2.2,1.79,5,2.73,1.98,15,5.67,2.94,6,4.75,3.17,12,4.7,1.64,10,3.17,2.29,12,2.1,1.1,10,3.1,2.42,10,5.5,3.14,10,4.5,3.02,8,3.64,2.06,11,4.09,2.26,11,2.08,1.08,12,3.38,2.62,8,3.89,3.48,9,6.22,2.11,9,4.55,2.58,11,3.18,1.33,11
+misery,2.2,1.59,102,4.82,2.64,98,3.8,2.34,74,2.42,1.64,45,2.04,1.54,56,4.4,2.98,30,5.0,2.47,68,4.17,2.43,36,3.49,2.24,37,2.39,1.86,56,1.95,1.16,44,4.39,2.68,41,5.12,2.58,57,4.0,2.31,38,3.58,2.38,36,2.16,1.58,61,2.24,1.61,41,3.89,2.49,45,5.6,2.52,53,4.35,2.4,34,3.33,2.21,40
+misfire,2.63,1.57,19,4.64,2.42,22,3.0,1.93,23,3.83,1.72,6,2.08,1.19,13,4.92,2.19,12,4.3,2.75,10,3.5,2.07,8,2.73,1.87,15,2.8,1.48,10,2.44,1.74,9,5.44,2.07,9,4.08,2.56,13,3.24,1.99,17,2.0,1.73,5,2.62,1.51,8,2.64,1.69,11,3.56,2.46,9,5.38,2.18,13,2.67,1.88,15,3.62,2.0,8
+misfit,4.19,2.27,21,5.09,2.15,23,4.52,2.62,21,3.4,2.41,5,4.44,2.25,16,5.83,1.9,12,4.27,2.2,11,3.64,2.11,11,5.11,2.76,9,3.5,2.07,12,5.11,2.32,9,5.25,2.05,16,4.71,2.5,7,4.91,2.63,11,4.1,2.69,10,4.23,2.49,13,4.12,2.03,8,5.26,2.16,19,4.25,2.22,4,4.29,2.84,14,5.0,2.24,7
+misfortune,2.4,1.93,20,4.24,2.19,21,2.92,1.96,25,1.5,1.0,4,2.62,2.06,16,3.25,1.26,4,4.47,2.32,17,3.56,1.59,9,2.56,2.1,16,1.88,1.13,8,2.75,2.3,12,4.3,2.36,10,4.18,2.14,11,3.21,2.33,14,2.55,1.37,11,2.27,1.42,11,2.56,2.51,9,4.3,2.5,10,4.18,1.99,11,2.89,1.57,18,3.0,2.89,7
+misguided,3.58,1.43,19,4.33,2.18,21,3.25,1.86,20,4.67,1.53,3,3.38,1.36,16,4.0,2.37,6,4.47,2.17,15,3.83,2.32,6,3.0,1.66,14,3.8,1.32,10,3.33,1.58,9,4.43,2.64,7,4.29,2.02,14,3.7,2.0,10,2.8,1.69,10,3.88,1.55,8,3.36,1.36,11,4.78,2.44,9,4.0,2.0,12,2.75,1.83,8,3.58,1.88,12
+mishap,3.5,1.3,22,4.61,2.31,23,3.26,1.82,19,4.38,0.74,8,3.15,1.21,13,4.12,1.96,8,5.0,2.54,14,2.0,1.0,7,3.91,1.87,11,3.62,1.06,8,3.62,1.33,13,5.11,2.09,9,4.29,2.46,14,3.86,1.95,7,2.92,1.73,12,3.55,1.51,11,3.45,1.13,11,3.44,2.55,9,5.36,1.86,14,3.0,1.79,16,4.67,1.53,3
+mislead,3.2,1.54,20,5.1,2.43,21,4.2,2.2,25,3.45,1.86,11,2.89,1.05,9,5.86,1.95,7,4.71,2.61,14,3.9,1.85,10,4.4,2.44,15,2.75,0.96,4,3.31,1.66,16,4.3,1.77,10,5.82,2.79,11,3.71,2.43,7,4.39,2.15,18,3.0,1.21,12,3.5,2.0,8,4.62,2.29,13,5.88,2.59,8,3.0,1.73,9,4.88,2.19,16
+misleading,3.14,1.42,21,4.48,2.06,21,3.69,1.87,26,3.45,1.37,11,2.8,1.48,10,4.4,1.96,10,4.55,2.25,11,3.27,1.19,11,4.0,2.32,14,3.6,1.65,10,2.73,1.1,11,4.4,2.01,10,4.55,2.21,11,4.06,1.98,17,2.88,1.55,8,3.0,1.29,13,3.38,1.69,8,4.0,1.88,14,5.43,2.23,7,3.82,2.1,17,3.44,1.42,9
+misplace,3.15,1.42,20,4.83,2.23,23,4.14,2.39,21,3.33,0.87,9,3.0,1.79,11,4.91,2.17,11,4.75,2.38,12,4.88,2.1,8,3.69,2.53,13,3.21,1.31,14,3.0,1.79,6,4.44,2.3,9,5.07,2.23,14,5.25,2.66,8,3.46,2.03,13,3.1,1.52,10,3.2,1.4,10,4.85,1.99,13,4.8,2.62,10,3.92,2.84,12,4.44,1.74,9
+misread,3.59,1.76,22,3.79,2.1,19,3.33,1.56,21,4.0,2.0,5,3.44,1.79,16,3.75,1.83,8,3.82,2.36,11,3.3,1.06,10,3.36,1.96,11,3.58,1.62,12,3.6,2.01,10,4.8,1.87,10,2.67,1.8,9,3.33,1.5,12,3.33,1.73,9,3.09,1.76,11,4.09,1.7,11,3.88,2.17,8,3.73,2.15,11,3.22,0.83,9,3.42,1.98,12
+miss,4.1,1.41,21,3.9,2.36,21,5.12,1.86,16,3.67,1.37,6,4.21,1.48,14,2.71,1.89,7,4.5,2.41,14,5.38,2.2,8,4.88,1.55,8,3.92,1.12,13,4.29,1.98,7,3.67,2.06,9,4.08,2.64,12,6.11,1.69,9,3.86,1.21,7,4.08,1.19,13,4.12,1.81,8,4.5,3.08,6,3.67,2.09,15,5.67,2.18,9,4.43,1.13,7
+missile,2.85,1.6,20,5.67,2.61,21,4.2,2.6,25,3.33,2.08,3,2.76,1.56,17,5.43,3.1,7,6.0,2.42,13,4.12,2.7,8,4.24,2.63,17,3.57,1.51,7,2.46,1.56,13,6.29,2.81,7,5.54,2.57,13,4.36,2.53,14,4.0,2.79,11,3.0,1.66,9,2.73,1.62,11,6.36,2.29,11,4.9,2.85,10,4.28,2.93,18,4.0,1.63,7
+mission,6.39,1.69,18,5.52,2.54,21,4.89,2.85,18,6.25,1.28,8,6.5,2.01,10,6.29,2.21,7,5.14,2.68,14,4.0,2.24,11,6.29,3.3,7,6.45,1.37,11,6.29,2.21,7,5.78,3.35,9,5.33,1.87,12,4.73,2.9,11,5.14,2.97,7,5.75,1.36,12,7.67,1.63,6,5.5,2.97,12,5.56,2.01,9,6.22,2.86,9,3.56,2.24,9
+missionary,5.33,1.98,21,4.24,1.67,21,5.6,2.18,25,5.42,2.19,12,5.22,1.79,9,5.14,1.35,7,3.79,1.67,14,5.9,2.08,10,5.4,2.29,15,6.0,2.0,4,5.18,2.01,17,4.4,2.01,10,4.09,1.38,11,6.0,2.08,7,5.44,2.25,18,5.0,2.0,12,5.78,1.99,9,4.08,1.85,13,4.5,1.41,8,4.56,2.35,9,6.19,1.91,16
+missy,5.4,1.7,20,3.39,1.97,18,4.82,1.62,22,5.4,0.55,5,5.4,1.96,15,4.17,1.94,6,3.0,1.95,12,4.7,0.82,10,4.92,2.11,12,5.7,1.34,10,5.1,2.02,10,3.6,2.01,10,3.12,2.03,8,5.18,2.04,11,4.45,1.04,11,5.42,2.11,12,5.38,0.92,8,3.33,2.12,9,3.44,1.94,9,5.36,1.91,11,4.27,1.1,11
+mist,6.47,1.58,19,3.05,1.96,20,4.7,2.52,20,6.62,1.8,13,6.17,0.98,6,4.0,2.55,5,2.73,1.71,15,4.0,2.65,9,5.27,2.37,11,6.89,1.69,9,6.1,1.45,10,3.57,2.3,7,2.77,1.79,13,5.56,2.24,9,4.0,2.61,11,6.44,1.33,9,6.5,1.84,10,3.3,2.26,10,2.8,1.69,10,4.43,3.15,7,4.85,2.23,13
+mistake,2.89,1.73,19,4.93,2.61,44,4.69,2.79,58,2.67,0.58,3,3.07,1.87,15,5.1,2.23,21,4.78,2.95,23,4.81,3.09,27,4.58,2.55,31,3.83,2.64,6,2.58,0.9,12,4.85,2.18,20,5.0,2.96,24,4.89,2.91,38,4.3,2.58,20,2.33,0.98,12,3.86,2.34,7,4.7,2.71,30,5.43,2.41,14,5.12,2.61,32,4.15,2.96,26
+mister,5.56,2.23,18,3.2,2.48,20,4.83,2.07,18,4.12,1.64,8,6.7,2.0,10,2.86,2.27,7,3.38,2.66,13,4.91,1.97,11,4.71,2.36,7,4.73,2.0,11,6.86,2.04,7,3.11,2.8,9,3.27,2.33,11,5.18,1.89,11,4.29,2.36,7,4.92,1.93,12,6.83,2.4,6,3.17,2.66,12,3.25,2.38,8,5.22,2.49,9,4.44,1.59,9
+mistletoe,7.1,1.37,20,4.77,2.37,22,6.57,1.86,21,6.56,1.24,9,7.55,1.37,11,4.8,2.35,10,4.75,2.49,12,5.62,1.51,8,7.15,1.86,13,6.79,1.48,14,7.83,0.75,6,4.0,2.55,9,5.31,2.18,13,6.5,1.69,8,6.62,2.02,13,6.8,1.62,10,7.4,1.07,10,4.46,2.44,13,5.22,2.33,9,7.08,1.56,12,5.89,2.09,9
+mistress,3.86,2.35,21,5.96,2.33,23,5.33,2.37,21,6.2,2.77,5,3.12,1.71,16,7.0,1.71,12,4.82,2.44,11,5.0,2.1,11,5.33,2.6,9,2.67,1.83,12,5.44,2.07,9,5.62,2.03,16,6.71,2.93,7,5.36,1.91,11,5.3,2.91,10,4.08,2.63,13,3.5,1.93,8,6.32,2.31,19,4.25,1.71,4,4.79,2.58,14,6.43,1.51,7
+mistrial,4.15,1.57,20,3.29,2.12,21,4.3,2.28,27,4.86,2.04,7,3.77,1.17,13,3.78,2.28,9,2.92,2.02,12,4.2,2.27,15,4.45,2.5,11,3.91,1.3,11,4.44,1.88,9,3.12,1.64,8,3.38,2.43,13,4.24,2.46,17,4.44,2.19,9,4.23,1.88,13,4.0,0.82,7,3.13,2.36,15,3.67,1.51,6,4.08,2.84,12,4.47,1.81,15
+mistrust,2.0,1.08,20,5.09,2.65,22,4.45,2.44,20,2.11,1.05,9,1.91,1.14,11,4.18,2.48,11,6.0,2.61,11,4.14,2.12,7,4.62,2.66,13,1.93,1.14,14,2.17,0.98,6,4.22,2.95,9,5.69,2.36,13,5.14,2.12,7,4.08,2.6,13,2.1,1.29,10,1.9,0.88,10,5.15,2.76,13,5.0,2.65,9,5.0,2.49,12,3.62,2.26,8
+misty,5.14,1.46,21,2.5,2.0,24,5.0,2.34,20,5.12,0.99,8,5.15,1.72,13,3.0,1.9,6,2.33,2.06,18,5.18,2.6,11,4.78,2.11,9,4.75,1.22,12,5.67,1.66,9,2.6,1.43,10,2.43,2.38,14,5.31,2.69,13,4.43,1.51,7,5.43,1.4,14,4.57,1.51,7,3.06,2.24,16,1.38,0.52,8,5.08,2.31,12,4.88,2.53,8
+misunderstand,4.05,1.6,21,5.09,2.47,23,3.5,1.68,26,4.27,1.9,11,3.8,1.23,10,4.82,2.75,11,5.33,2.27,12,2.82,0.6,11,4.0,2.11,14,4.3,1.34,10,3.82,1.83,11,5.45,2.62,11,4.75,2.38,12,3.82,1.81,17,2.75,1.28,8,4.08,1.89,13,4.0,1.07,8,5.07,2.34,15,5.12,2.85,8,3.76,1.89,17,3.0,1.12,9
+misunderstanding,2.86,1.46,21,4.52,2.43,23,3.83,2.09,18,3.33,1.66,9,2.5,1.24,12,5.18,2.14,11,3.92,2.61,12,3.7,2.21,10,4.0,2.07,8,2.71,1.38,7,2.85,1.57,13,5.18,2.52,11,3.92,2.27,12,4.14,2.34,7,3.64,2.01,11,2.31,1.25,13,3.75,1.39,8,3.73,2.49,11,5.25,2.22,12,4.44,2.4,9,3.22,1.64,9
+misuse,3.25,1.48,20,4.48,2.13,23,4.9,1.64,21,3.78,1.3,9,2.82,1.54,11,4.0,2.24,11,4.92,2.02,12,4.25,1.04,8,5.31,1.84,13,3.43,1.28,14,2.83,1.94,6,3.89,2.47,9,4.86,1.88,14,4.88,1.89,8,4.92,1.55,13,3.4,1.43,10,3.1,1.6,10,4.69,2.1,13,4.2,2.25,10,4.67,1.61,12,5.22,1.72,9
+mite,3.9,2.0,20,4.68,2.53,22,5.19,1.57,21,4.33,1.87,9,3.55,2.11,11,5.2,2.82,10,4.25,2.3,12,4.62,0.92,8,5.54,1.81,13,4.29,2.02,14,3.0,1.79,6,4.38,3.02,8,4.86,2.32,14,5.38,1.6,8,5.08,1.61,13,4.8,2.04,10,3.0,1.56,10,4.38,2.1,13,5.11,3.14,9,5.25,1.82,12,5.11,1.27,9
+miter,4.53,1.35,19,3.05,1.8,21,4.4,1.76,20,4.0,1.73,3,4.62,1.31,16,2.83,1.33,6,3.13,2.0,15,4.17,2.04,6,4.5,1.7,14,4.7,0.82,10,4.33,1.8,9,2.86,1.95,7,3.14,1.79,14,4.0,1.94,10,4.8,1.55,10,4.5,1.31,8,4.55,1.44,11,2.89,1.96,9,3.17,1.75,12,4.12,2.03,8,4.58,1.62,12
+mitigate,5.38,1.91,21,3.9,2.2,20,5.86,2.2,21,5.67,1.51,6,5.27,2.09,15,3.12,1.96,8,4.42,2.27,12,6.18,1.94,11,5.5,2.51,10,5.17,2.14,6,5.47,1.88,15,3.2,2.2,10,4.6,2.07,10,5.71,2.46,14,6.14,1.68,7,5.43,2.37,7,5.36,1.74,14,3.57,2.47,14,4.67,1.21,6,5.83,2.04,12,5.89,2.52,9
+mitigating,4.47,1.93,19,3.85,2.39,20,4.7,1.95,20,4.67,1.15,3,4.44,2.06,16,3.5,1.64,6,4.0,2.69,14,4.5,1.38,6,4.79,2.19,14,4.0,1.7,10,5.0,2.12,9,3.29,2.75,7,4.15,2.23,13,4.4,2.17,10,5.0,1.76,10,4.5,1.77,8,4.45,2.11,11,3.33,2.5,9,4.27,2.33,11,4.5,2.45,8,4.83,1.64,12
+mitt,5.48,2.06,21,2.75,1.74,20,5.0,2.19,21,5.5,2.88,6,5.47,1.77,15,2.25,1.28,8,3.08,1.98,12,4.83,2.48,12,5.22,1.86,9,5.67,2.6,9,5.33,1.67,12,2.67,1.5,9,2.82,1.99,11,4.29,2.14,7,5.36,2.21,14,5.2,2.74,10,5.73,1.27,11,2.46,1.51,13,3.29,2.14,7,5.58,2.11,12,4.22,2.17,9
+mitten,5.6,1.85,20,2.33,1.74,21,5.91,1.83,23,4.5,2.38,4,5.88,1.67,16,3.0,2.71,4,2.18,1.51,17,6.44,2.35,9,5.57,1.4,14,5.25,2.05,8,5.83,1.75,12,2.3,1.89,10,2.36,1.69,11,5.71,1.77,14,6.22,1.99,9,5.64,1.63,11,5.56,2.19,9,2.1,1.6,10,2.55,1.92,11,6.31,1.92,16,5.0,1.29,7
+mitzvah,4.47,1.54,19,4.22,1.99,18,5.06,2.63,17,4.73,0.79,11,4.12,2.23,8,4.5,1.29,4,4.14,2.18,14,3.5,2.27,8,6.44,2.19,9,4.12,1.46,8,4.73,1.62,11,4.14,2.12,7,4.27,2.0,11,4.17,2.48,6,5.55,2.7,11,4.31,1.32,13,4.83,2.04,6,3.82,2.18,11,4.86,1.57,7,6.29,2.21,7,4.2,2.66,10
+mix,5.71,1.23,21,2.86,2.06,21,5.56,2.06,27,5.7,1.49,10,5.73,1.01,11,2.14,1.57,7,3.21,2.22,14,5.41,2.5,17,5.8,1.03,10,5.91,1.3,11,5.5,1.18,10,2.6,2.61,5,2.94,1.95,16,5.29,2.46,14,5.85,1.57,13,5.54,1.33,13,6.0,1.07,8,2.44,2.3,9,3.17,1.9,12,5.64,2.06,14,5.46,2.15,13
+mixer,4.9,1.52,20,4.17,2.53,18,5.18,1.94,22,5.0,2.0,5,4.87,1.41,15,5.0,2.19,6,3.75,2.67,12,5.2,1.62,10,5.17,2.25,12,5.3,1.7,10,4.5,1.27,10,5.1,2.6,10,3.0,2.0,8,4.45,1.86,11,5.91,1.81,11,4.5,1.57,12,5.5,1.31,8,2.78,2.28,9,5.56,2.01,9,4.91,2.07,11,5.45,1.86,11
+mixture,5.9,1.3,21,3.52,2.42,25,6.0,1.97,19,6.33,1.66,9,5.58,0.9,12,4.17,2.71,6,3.44,2.36,18,5.29,2.21,7,6.42,1.78,12,6.0,1.41,16,5.6,0.89,5,3.57,2.71,14,3.7,2.06,10,6.11,2.37,9,5.9,1.66,10,6.17,1.53,12,5.56,0.88,9,3.94,2.74,16,2.78,1.56,9,6.0,2.28,11,6.0,1.6,8
+mnemonic,5.1,1.21,20,3.45,2.09,20,5.32,1.84,22,4.57,1.27,7,5.38,1.12,13,4.33,2.24,9,2.73,1.74,11,5.67,1.97,6,5.19,1.83,16,5.1,0.57,10,5.11,1.76,9,3.5,2.0,8,3.42,2.23,12,5.73,1.62,15,4.43,2.07,7,4.73,1.19,11,5.56,1.13,9,3.58,2.27,12,3.25,1.91,8,5.91,2.02,11,4.73,1.49,11
+moan,4.05,1.93,20,5.52,2.75,21,6.04,1.99,25,4.67,2.08,3,3.94,1.95,17,5.0,2.83,7,6.08,2.66,13,6.5,2.0,8,5.82,2.01,17,3.86,2.04,7,4.15,1.95,13,6.71,2.21,7,5.15,2.85,13,6.14,1.99,14,5.91,2.07,11,4.0,1.66,9,4.09,2.21,11,5.55,2.58,11,5.5,3.06,10,6.0,2.14,18,6.14,1.68,7
+moat,5.19,1.72,21,4.17,2.26,24,4.95,2.54,22,5.88,1.73,8,4.77,1.64,13,4.92,2.5,13,3.27,1.62,11,4.77,2.95,13,5.22,1.92,9,6.0,1.69,8,5.0,1.21,12,4.71,1.77,14,3.4,2.72,10,5.92,2.35,12,3.8,2.35,10,4.9,1.97,10,5.45,1.51,11,4.18,2.6,17,4.14,1.21,7,5.1,2.85,10,4.83,2.37,12
+mob,3.7,1.63,20,4.86,2.26,21,3.47,2.46,19,3.67,1.8,9,3.73,1.56,11,3.4,1.67,5,5.27,2.34,15,3.67,3.08,6,3.38,2.26,13,3.5,1.61,14,4.17,1.72,6,3.64,2.16,11,6.22,1.64,9,3.67,2.18,9,3.3,2.79,10,4.1,1.6,10,3.3,1.64,10,4.08,2.47,12,5.89,1.54,9,2.83,1.94,6,3.77,2.68,13
+mobile,5.81,1.12,21,3.76,1.76,21,5.9,2.05,21,5.56,1.13,9,6.0,1.13,12,3.5,1.64,6,3.71,1.82,14,5.67,2.34,6,6.0,2.0,15,5.78,0.97,9,5.83,1.27,12,4.4,1.14,5,3.56,1.9,16,5.7,2.41,10,6.09,1.76,11,6.17,1.34,12,5.33,0.5,9,4.38,2.0,8,3.38,1.56,13,5.33,2.19,12,6.67,1.66,9
+mobility,5.53,2.04,40,4.7,2.1,23,7.11,2.11,18,4.69,1.65,13,5.93,2.11,27,5.29,1.8,7,4.4,2.29,15,6.6,2.41,10,7.75,1.58,8,5.62,2.5,21,5.42,1.43,19,5.1,2.13,10,4.33,2.19,12,7.0,2.83,7,7.18,1.66,11,5.83,2.29,23,5.12,1.62,17,4.65,2.16,20,5.0,2.0,3,6.56,2.46,9,7.67,1.66,9
+mobilize,5.95,1.83,21,4.56,1.87,25,6.18,2.34,22,6.0,1.6,8,5.92,2.02,13,4.54,2.22,13,4.58,1.51,12,6.08,2.22,13,6.33,2.65,9,7.12,1.96,8,5.25,1.42,12,4.93,1.49,14,4.09,2.26,11,6.75,1.86,12,5.5,2.76,10,5.8,2.25,10,6.09,1.45,11,4.47,2.0,17,4.75,1.67,8,6.7,2.58,10,5.75,2.14,12
+mobster,3.05,1.5,20,5.14,1.98,21,4.04,2.61,25,4.33,0.58,3,2.82,1.51,17,5.86,1.86,7,4.77,2.09,13,3.62,2.07,8,4.24,2.86,17,3.57,1.51,7,2.77,1.48,13,5.29,2.14,7,5.08,2.06,13,3.86,2.57,14,4.27,2.76,11,3.33,1.41,9,2.82,1.6,11,5.45,1.92,11,4.8,2.1,10,4.11,2.76,18,3.86,2.34,7
+mocha,6.53,1.87,19,3.36,2.54,22,5.61,1.99,28,6.0,1.1,6,6.77,2.13,13,3.82,2.82,11,2.91,2.26,11,5.55,2.3,11,5.65,1.84,17,6.64,2.16,11,6.38,1.51,8,3.36,2.58,11,3.36,2.62,11,5.5,2.33,18,5.8,1.23,10,6.38,2.06,13,6.83,1.47,6,2.64,1.82,14,4.62,3.2,8,5.38,2.31,16,5.92,1.51,12
+mock,3.81,1.57,21,4.95,2.2,21,5.17,2.62,24,3.83,1.27,12,3.78,1.99,9,4.57,1.9,7,5.14,2.38,14,5.11,2.57,9,5.2,2.73,15,5.25,2.06,4,3.47,1.28,17,4.4,2.01,10,5.45,2.34,11,4.29,2.75,7,5.53,2.55,17,3.75,1.14,12,3.89,2.09,9,5.0,2.08,13,4.88,2.53,8,3.56,2.24,9,6.13,2.39,15
+mockery,2.95,1.63,21,4.48,2.63,23,4.11,2.72,18,3.44,2.19,9,2.58,1.0,12,4.91,2.7,11,4.08,2.61,12,4.2,2.97,10,4.0,2.56,8,2.86,1.68,7,3.0,1.73,13,5.18,2.96,11,3.83,2.21,12,4.29,3.45,7,4.0,2.32,11,2.54,1.61,13,3.62,1.51,8,4.27,2.83,11,4.67,2.53,12,3.89,2.71,9,4.33,2.87,9
+mockingbird,6.37,1.57,19,4.62,1.86,21,5.48,2.35,23,6.0,1.0,3,6.44,1.67,16,5.12,1.36,8,4.31,2.1,13,5.22,2.44,9,5.64,2.37,14,6.67,1.5,9,6.1,1.66,10,4.67,1.73,9,4.58,2.02,12,5.87,2.59,15,4.75,1.75,8,6.43,1.27,7,6.33,1.78,12,5.3,1.64,10,4.0,1.9,11,5.69,2.9,13,5.2,1.48,10
+mod,5.57,1.8,21,3.65,2.6,20,4.81,1.98,36,4.62,2.0,8,6.15,1.46,13,4.2,2.59,5,3.47,2.67,15,5.18,2.04,11,4.64,1.98,25,5.38,2.06,13,5.88,1.36,8,4.17,2.66,12,2.88,2.47,8,4.6,2.16,20,5.06,1.77,16,5.18,1.78,11,6.0,1.83,10,4.45,3.01,11,2.67,1.66,9,4.5,2.04,22,5.29,1.86,14
+mode,5.25,1.62,20,3.43,1.7,23,6.1,1.74,20,5.33,0.71,9,5.18,2.14,11,3.45,1.75,11,3.42,1.73,12,5.0,0.53,8,6.83,1.9,12,5.71,1.44,14,4.17,1.6,6,2.89,1.54,9,3.79,1.76,14,6.0,1.85,8,6.17,1.75,12,6.0,1.56,10,4.5,1.35,10,3.31,1.6,13,3.6,1.9,10,6.55,2.07,11,5.56,1.13,9
+model,6.38,1.99,21,3.9,2.61,20,6.53,2.61,19,6.31,1.8,13,6.5,2.39,8,3.57,2.7,7,4.08,2.66,13,6.43,2.15,7,6.58,2.94,12,6.75,1.66,12,5.89,2.37,9,3.56,2.65,9,4.18,2.68,11,6.4,2.55,10,6.67,2.83,9,6.67,1.56,12,6.0,2.5,9,5.14,2.12,7,3.23,2.68,13,7.14,2.67,7,6.17,2.62,12
+modeling,5.67,1.93,21,3.92,2.76,24,4.65,2.01,20,6.25,1.83,8,5.31,1.97,13,5.83,1.94,6,3.28,2.74,18,4.36,1.91,11,5.0,2.18,9,5.42,2.23,12,6.0,1.5,9,5.1,2.51,10,3.07,2.7,14,4.31,2.14,13,5.29,1.7,7,5.57,1.95,14,5.86,2.04,7,4.75,2.79,16,2.25,1.91,8,4.92,1.83,12,4.25,2.31,8
+modem,5.29,1.68,21,3.55,2.11,20,4.5,2.48,22,5.0,1.67,6,5.4,1.72,15,3.88,2.03,8,3.33,2.23,12,4.42,2.5,12,4.6,2.59,10,5.56,1.81,9,5.08,1.62,12,3.67,1.87,9,3.45,2.38,11,3.86,2.27,7,4.8,2.6,15,5.7,1.7,10,4.91,1.64,11,2.85,1.99,13,4.86,1.77,7,4.33,2.84,12,4.7,2.11,10
+moderate,5.52,1.17,21,4.0,2.41,20,5.53,1.75,36,5.5,0.76,8,5.54,1.39,13,3.6,1.67,5,4.13,2.64,15,4.82,1.6,11,5.84,1.75,25,5.38,1.33,13,5.75,0.89,8,4.17,2.62,12,3.75,2.19,8,5.4,1.82,20,5.69,1.7,16,5.64,1.5,11,5.4,0.7,10,4.91,2.51,11,2.89,1.83,9,5.36,1.68,22,5.79,1.89,14
+moderation,5.3,1.42,20,3.67,1.88,21,5.44,2.38,25,4.75,1.5,4,5.44,1.41,16,4.25,2.63,4,3.53,1.74,17,5.0,2.5,9,5.69,2.36,16,5.5,0.76,8,5.17,1.75,12,3.9,1.85,10,3.45,1.97,11,5.21,2.29,14,5.73,2.57,11,4.91,1.14,11,5.78,1.64,9,3.3,1.83,10,4.0,1.95,11,5.44,2.41,18,5.43,2.51,7
+modern,6.05,1.73,20,5.4,2.28,20,5.31,2.05,26,6.64,1.57,11,5.33,1.73,9,4.14,2.04,7,6.08,2.18,13,5.31,2.14,13,5.31,2.06,13,5.82,2.14,11,6.33,1.12,9,5.91,2.21,11,4.78,2.33,9,5.47,2.24,17,5.0,1.73,9,6.5,1.72,10,5.6,1.71,10,5.75,2.63,12,4.88,1.64,8,5.62,2.06,16,4.8,2.04,10
+modest,6.42,1.47,40,2.93,1.69,44,7.05,1.99,42,6.77,1.24,13,6.26,1.56,27,2.82,1.59,17,3.0,1.78,27,6.47,2.35,17,7.44,1.64,25,6.35,1.58,17,6.48,1.41,23,2.93,1.77,14,2.93,1.68,30,6.81,2.17,26,7.44,1.63,16,6.3,1.64,23,6.59,1.23,17,2.81,1.74,26,3.11,1.64,18,7.04,2.07,24,7.06,1.92,18
+modesty,6.19,1.94,21,4.41,2.2,22,5.81,2.52,21,6.2,2.77,5,6.19,1.72,16,4.58,2.23,12,4.2,2.25,10,6.18,2.23,11,5.22,2.99,9,6.25,2.34,12,6.11,1.36,9,3.87,2.0,15,5.57,2.3,7,4.73,2.1,11,7.0,2.49,10,6.77,1.88,13,5.25,1.75,8,4.58,2.29,19,3.33,1.15,3,4.86,2.54,14,7.71,0.95,7
+modicum,4.95,0.84,22,3.33,2.24,21,5.18,2.06,22,4.93,1.0,14,5.0,0.53,8,3.18,1.83,11,3.78,2.73,9,4.5,2.51,6,5.44,1.9,16,4.9,1.1,10,5.0,0.6,12,2.82,2.18,11,3.9,2.28,10,5.0,2.04,13,5.44,2.19,9,4.67,0.98,12,5.3,0.48,10,3.23,2.62,13,3.5,1.6,8,5.08,1.88,12,5.3,2.36,10
+modification,5.05,1.72,19,4.1,2.05,20,6.62,2.09,16,6.0,1.73,3,5.0,1.69,15,3.9,1.6,10,4.3,2.5,10,6.86,1.21,7,6.44,2.65,9,5.5,1.97,6,5.0,1.6,12,4.29,2.29,7,4.0,2.0,13,6.2,3.35,5,6.82,1.4,11,4.58,1.38,12,5.86,2.04,7,4.1,2.33,10,4.1,1.85,10,6.62,2.77,8,6.62,1.3,8
+modify,5.1,1.62,20,3.78,1.8,18,6.43,2.46,23,5.2,0.45,5,5.07,1.87,15,4.8,0.45,5,3.38,1.98,13,5.25,2.83,12,7.73,1.01,11,5.2,1.62,10,5.0,1.7,10,4.57,0.53,7,3.27,2.15,11,5.87,2.64,15,7.5,1.77,8,4.71,1.49,14,6.0,1.67,6,3.75,1.82,12,3.83,1.94,6,6.33,2.55,15,6.62,2.45,8
+module,4.9,1.26,21,4.33,2.22,24,5.41,2.38,22,5.0,0.53,8,4.85,1.57,13,4.85,2.34,13,3.73,2.0,11,6.08,2.06,13,4.44,2.6,9,5.25,1.16,8,4.92,1.08,12,5.29,1.38,14,3.0,2.54,10,5.83,1.99,12,4.9,2.81,10,4.6,1.58,10,5.18,0.87,11,3.88,2.42,17,5.43,1.13,7,6.1,2.6,10,4.83,2.12,12
+mogul,5.42,1.84,24,3.48,2.22,25,5.11,2.18,19,4.82,2.18,11,5.92,1.38,13,2.83,1.72,6,3.61,2.4,18,5.0,1.91,7,5.17,2.41,12,5.53,1.59,17,5.14,2.48,7,3.14,2.21,14,3.8,2.35,10,5.44,2.13,9,4.8,2.3,10,5.14,2.32,14,5.8,0.79,10,3.88,2.36,16,2.78,1.86,9,5.36,2.42,11,4.75,1.91,8
+moist,5.53,1.78,19,4.2,2.31,20,4.5,2.27,24,6.15,1.46,13,4.17,1.72,6,5.0,2.92,5,3.93,2.12,15,4.85,2.19,13,4.09,2.39,11,5.56,2.13,9,5.5,1.51,10,4.71,2.5,7,3.92,2.25,13,4.27,2.41,11,4.69,2.21,13,5.0,1.58,9,6.0,1.89,10,4.0,2.45,10,4.4,2.27,10,4.44,2.83,9,4.53,1.96,15
+moisture,5.5,1.71,22,4.39,2.09,18,4.14,1.96,21,5.2,0.84,5,5.62,1.96,16,5.5,1.77,8,3.5,1.96,10,3.6,1.65,10,4.64,2.16,11,5.25,1.66,12,5.8,1.81,10,4.9,1.73,10,3.75,2.43,8,4.0,1.95,12,4.33,2.06,9,5.0,2.0,11,6.0,1.26,11,4.86,2.34,7,4.09,1.97,11,4.11,1.69,9,4.17,2.21,12
+moisturizer,6.35,1.66,20,2.95,1.85,20,5.86,1.78,22,6.57,1.51,7,6.23,1.79,13,3.67,1.5,9,2.36,1.96,11,6.0,2.1,6,5.81,1.72,16,6.3,1.34,10,6.56,2.07,9,2.88,1.64,8,3.0,2.04,12,5.6,1.88,15,6.43,1.51,7,6.27,2.0,11,6.44,1.24,9,2.83,1.7,12,3.12,2.17,8,5.73,2.2,11,6.0,1.34,11
+molar,4.73,1.35,22,3.54,2.18,26,5.12,2.07,24,5.22,1.3,9,4.38,1.33,13,2.9,1.79,10,3.94,2.35,16,5.44,2.4,9,4.93,1.91,15,4.12,1.64,8,5.07,1.07,14,4.0,2.48,13,3.08,1.8,13,5.08,1.68,12,5.17,2.48,12,4.42,1.51,12,5.1,1.1,10,3.13,2.17,15,4.09,2.17,11,5.08,2.25,13,5.18,1.94,11
+molasses,5.9,1.65,20,3.09,2.11,23,5.71,2.15,21,5.67,1.73,9,6.09,1.64,11,3.36,2.46,11,2.83,1.8,12,4.62,1.51,8,6.38,2.26,13,5.36,1.34,14,7.17,1.72,6,3.33,2.78,9,2.93,1.64,14,5.25,1.83,8,6.0,2.35,13,5.8,1.69,10,6.0,1.7,10,3.69,2.32,13,2.3,1.57,10,5.83,2.25,12,5.56,2.13,9
+mold,2.71,1.58,42,3.77,2.29,43,4.5,2.42,54,2.64,1.28,14,2.75,1.73,28,3.4,1.96,10,3.84,2.42,32,4.75,2.5,32,4.24,2.32,21,2.78,1.86,18,2.67,1.37,24,3.93,2.37,15,3.68,2.28,28,5.06,2.73,31,3.82,1.71,22,2.62,1.39,26,2.88,1.89,16,3.26,2.33,19,4.17,2.22,24,4.73,2.66,26,4.29,2.21,28
+moldy,1.95,0.94,20,4.35,2.29,23,4.29,1.82,21,2.11,0.78,9,1.82,1.08,11,3.82,1.99,11,4.83,2.52,12,4.12,1.36,8,4.38,2.1,13,2.0,0.96,14,1.83,0.98,6,3.33,2.0,9,5.0,2.29,14,4.88,2.1,8,3.92,1.61,13,2.0,1.05,10,1.9,0.88,10,4.69,2.1,13,3.9,2.56,10,4.17,2.21,12,4.44,1.24,9
+mole,4.23,1.69,22,3.81,2.29,21,5.32,1.92,19,4.75,1.83,8,3.93,1.59,14,4.56,2.3,9,3.25,2.22,12,6.14,2.04,7,4.83,1.75,12,4.58,1.93,12,3.8,1.32,10,3.82,2.27,11,3.8,2.44,10,5.5,2.14,14,4.8,1.1,5,3.55,1.04,11,4.91,1.97,11,3.5,1.78,10,4.09,2.74,11,4.8,1.93,10,5.89,1.83,9
+molecular,5.5,1.5,20,3.52,2.16,21,5.14,2.15,21,6.0,1.12,9,5.09,1.7,11,4.0,2.54,10,3.09,1.76,11,5.12,0.64,8,5.15,2.73,13,5.5,1.02,14,5.5,2.43,6,3.43,2.15,7,3.57,2.24,14,4.88,2.36,8,5.31,2.1,13,5.6,1.17,10,5.4,1.84,10,3.75,2.22,12,3.22,2.17,9,5.17,2.59,12,5.11,1.54,9
+molecule,5.37,1.86,19,3.7,2.75,20,4.75,2.31,24,5.38,2.22,13,5.33,0.82,6,4.2,3.03,5,3.53,2.75,15,4.85,2.27,13,4.64,2.46,11,5.56,2.24,9,5.2,1.55,10,5.29,3.09,7,2.85,2.23,13,5.0,2.05,11,4.54,2.57,13,5.67,1.0,9,5.1,2.42,10,3.3,2.58,10,4.1,3.0,10,4.56,2.65,9,4.87,2.17,15
+molest,1.89,1.85,19,6.43,2.6,21,2.57,1.88,23,1.6,0.55,5,2.0,2.24,13,6.33,2.66,6,6.47,2.67,15,3.1,2.13,10,2.15,1.63,13,2.43,2.94,7,1.55,0.82,11,5.57,3.1,7,6.86,2.32,14,2.45,1.51,11,2.67,2.23,12,2.0,2.26,12,1.71,0.95,7,5.36,3.11,11,7.6,1.17,10,2.86,2.11,14,2.11,1.45,9
+molester,1.48,0.98,21,5.0,2.81,25,3.22,2.62,18,1.89,1.27,9,1.17,0.58,12,4.83,3.13,6,5.11,2.87,18,4.33,3.56,6,2.67,1.97,12,1.5,1.03,16,1.4,0.89,5,4.71,3.1,14,5.5,2.59,10,3.22,2.22,9,3.22,3.11,9,1.5,0.67,12,1.44,1.33,9,4.75,2.86,16,5.44,2.83,9,2.9,2.77,10,3.62,2.56,8
+molten,4.75,1.86,20,4.26,2.75,19,4.08,2.38,25,3.75,0.96,4,5.0,1.97,16,4.25,2.99,4,4.27,2.79,15,5.78,2.39,9,3.12,1.82,16,3.88,1.64,8,5.33,1.83,12,4.89,2.8,9,3.7,2.71,10,4.43,2.17,14,3.64,2.66,11,4.64,1.36,11,4.89,2.42,9,4.0,2.78,9,4.5,2.84,10,4.33,2.47,18,3.43,2.15,7
+mom,7.64,1.43,22,4.62,2.65,21,6.29,2.26,17,6.67,1.75,6,8.07,1.16,15,3.86,3.18,7,5.0,2.39,14,6.44,2.19,9,6.12,2.47,8,7.43,1.65,14,8.14,0.9,7,3.67,2.4,9,5.33,2.71,12,6.33,2.35,9,6.25,2.31,8,7.5,1.65,14,7.88,0.99,8,4.33,2.8,6,4.73,2.69,15,5.78,2.86,9,6.88,1.25,8
+moment,6.1,1.55,20,4.05,2.33,20,6.0,1.53,43,6.27,1.68,11,5.89,1.45,9,4.33,2.34,6,3.93,2.4,14,5.43,1.65,14,6.28,1.41,29,6.45,1.44,11,5.67,1.66,9,3.57,1.62,7,4.31,2.66,13,6.04,1.58,23,5.95,1.5,20,6.4,1.35,10,5.8,1.75,10,2.88,1.64,8,4.83,2.44,12,6.22,1.7,23,5.75,1.29,20
+momentary,4.95,1.62,22,3.73,2.05,22,4.8,2.42,20,5.62,1.3,8,4.57,1.7,14,3.3,1.64,10,4.08,2.35,12,5.57,2.37,7,4.38,2.43,13,5.55,1.37,11,4.36,1.69,11,4.09,2.02,11,3.36,2.11,11,4.47,2.29,15,5.8,2.77,5,4.4,1.51,10,5.42,1.62,12,4.0,1.89,10,3.5,2.24,12,3.6,1.65,10,6.0,2.54,10
+momentous,6.35,1.5,20,4.9,2.1,20,5.95,2.01,22,6.57,0.98,7,6.23,1.74,13,4.67,2.35,9,5.09,1.97,11,4.67,1.97,6,6.44,1.86,16,6.2,1.14,10,6.44,1.94,9,4.62,2.33,8,5.08,2.02,12,5.73,2.05,15,6.43,1.99,7,6.27,1.68,11,6.44,1.33,9,4.67,1.92,12,5.25,2.43,8,6.0,2.05,11,5.91,2.07,11
+momentum,6.1,1.8,20,4.14,2.61,21,5.16,2.39,25,5.5,3.11,4,6.25,1.44,16,5.0,2.45,4,3.94,2.68,17,5.33,2.87,9,5.06,2.17,16,6.25,1.16,8,6.0,2.17,12,4.0,2.62,10,4.27,2.72,11,5.57,2.31,14,4.64,2.5,11,6.36,1.21,11,5.78,2.39,9,3.2,2.3,10,5.0,2.68,11,5.11,2.59,18,5.29,1.98,7
+momma,7.45,1.74,22,3.45,2.7,22,5.11,2.45,28,7.75,0.89,8,7.29,2.09,14,2.64,2.42,11,4.27,2.83,11,3.64,2.29,11,6.06,2.11,17,7.25,1.42,12,7.7,2.11,10,3.36,2.46,11,3.55,3.05,11,4.56,1.98,18,6.1,3.0,10,7.53,1.36,15,7.29,2.5,7,3.57,2.85,14,3.25,2.6,8,4.38,2.63,16,6.08,1.88,12
+mommy,7.39,2.55,18,3.7,3.01,20,4.89,2.68,18,5.5,2.88,8,8.9,0.32,10,3.43,2.64,7,3.85,3.29,13,4.55,2.5,11,5.43,3.05,7,6.36,2.84,11,9.0,0.0,7,3.67,3.46,9,3.73,2.76,11,5.36,2.66,11,4.14,2.73,7,6.92,2.97,12,8.33,1.03,6,3.58,3.09,12,3.88,3.09,8,4.33,2.92,9,5.44,2.46,9
+monarch,4.33,1.83,21,3.41,2.09,22,3.78,2.39,18,3.67,2.18,9,4.83,1.4,12,3.64,1.75,11,3.18,2.44,11,4.1,2.85,10,3.38,1.77,8,3.71,2.21,7,4.46,1.51,13,4.1,2.02,10,2.83,2.04,12,4.29,2.98,7,3.45,2.02,11,4.0,1.96,13,4.88,1.55,8,3.8,2.44,10,3.08,1.78,12,4.0,2.0,9,3.56,2.83,9
+monarchy,3.29,1.65,17,3.7,2.83,20,4.04,2.13,25,4.0,0.0,4,3.08,1.85,13,4.82,3.16,11,2.33,1.66,9,4.75,1.98,16,2.78,1.86,9,3.29,1.6,7,3.3,1.77,10,3.33,2.96,9,4.0,2.83,11,4.0,2.22,20,4.2,1.92,5,3.33,1.58,9,3.25,1.83,8,4.18,3.03,11,3.11,2.62,9,4.05,2.12,19,4.0,2.37,6
+monastery,4.75,1.77,20,2.5,1.58,18,4.59,2.32,22,5.6,1.95,5,4.47,1.68,15,2.33,1.63,6,2.58,1.62,12,4.3,1.95,10,4.83,2.66,12,5.7,1.42,10,3.8,1.62,10,2.3,1.42,10,2.75,1.83,8,4.18,2.18,11,5.0,2.49,11,4.67,2.06,12,4.88,1.36,8,2.22,1.64,9,2.78,1.56,9,4.45,2.07,11,4.73,2.65,11
+monetary,6.32,1.49,22,4.46,2.55,26,5.62,2.04,24,7.0,1.41,9,5.85,1.41,13,4.2,3.12,10,4.62,2.22,16,5.56,1.59,9,5.67,2.32,15,6.38,1.51,8,6.29,1.54,14,4.92,2.5,13,4.0,2.61,13,5.58,1.78,12,5.67,2.35,12,5.92,1.44,12,6.8,1.48,10,5.2,2.6,15,3.45,2.21,11,5.62,2.22,13,5.64,1.91,11
+money,7.1,2.27,20,6.86,2.49,22,6.32,3.05,25,8.0,1.41,5,6.8,2.46,15,6.3,2.63,10,7.33,2.39,12,4.88,3.18,8,7.0,2.83,17,7.5,1.9,10,6.7,2.63,10,6.27,2.97,11,7.45,1.86,11,6.14,3.01,14,6.55,3.24,11,6.33,2.53,12,8.25,1.16,8,7.8,1.4,10,6.08,2.97,12,6.94,2.86,18,4.71,3.15,7
+mongoloid,4.23,2.11,22,4.28,2.32,25,3.79,2.34,24,3.22,1.86,9,4.92,2.06,13,3.44,2.01,9,4.75,2.41,16,3.33,2.4,9,4.07,2.34,15,4.25,2.66,8,4.21,1.85,14,4.69,2.36,13,3.83,2.29,12,3.5,2.2,12,4.08,2.54,12,5.0,2.0,12,3.3,1.95,10,3.93,2.34,14,4.73,2.33,11,4.0,2.58,13,3.55,2.11,11
+mongoose,4.95,1.96,22,3.55,2.39,20,4.23,1.82,22,4.79,1.89,14,5.25,2.19,8,3.82,2.14,11,3.5,2.83,8,3.5,1.64,6,4.5,1.86,16,4.3,2.0,10,5.5,1.83,12,3.3,2.06,10,3.8,2.78,10,3.92,1.32,13,4.67,2.4,9,5.0,1.86,12,4.9,2.18,10,3.17,2.25,12,4.12,2.64,8,4.58,1.51,12,3.8,2.15,10
+mongrel,3.47,2.06,19,4.5,2.35,22,3.46,1.59,24,2.5,1.38,6,3.92,2.22,13,4.75,2.34,12,4.2,2.44,10,3.88,2.1,8,3.25,1.29,16,3.0,1.33,10,4.0,2.65,9,5.44,1.94,9,3.85,2.44,13,3.65,1.58,17,2.83,1.72,6,3.5,1.93,8,3.45,2.25,11,3.89,2.37,9,4.92,2.33,13,3.56,1.63,16,3.25,1.58,8
+monitor,5.05,1.43,20,3.86,2.46,22,5.81,2.48,27,5.57,1.99,7,4.77,1.01,13,4.9,2.33,10,3.0,2.3,12,6.27,1.87,15,5.36,3.2,11,5.18,1.25,11,4.89,1.69,9,4.0,2.29,9,3.77,2.65,13,6.06,2.84,17,5.56,1.81,9,5.46,1.51,13,4.29,0.95,7,3.81,2.64,16,4.0,2.1,6,5.92,2.35,12,5.73,2.66,15
+monk,4.9,1.73,21,2.61,1.53,23,5.04,2.13,26,5.55,1.04,11,4.2,2.1,10,2.18,1.33,11,3.0,1.65,12,4.91,2.26,11,5.14,2.18,14,5.0,2.0,10,4.82,1.54,11,2.36,1.63,11,2.83,1.47,12,4.94,2.01,17,5.25,2.6,8,4.46,2.03,13,5.62,0.74,8,2.73,1.62,15,2.38,1.41,8,4.88,2.15,17,5.33,2.18,9
+monkey,5.82,2.13,22,5.15,2.5,20,5.74,2.7,19,5.77,2.55,13,5.89,1.45,9,5.14,1.68,7,5.15,2.91,13,6.29,2.36,7,5.42,2.94,12,5.92,2.23,12,5.7,2.11,10,5.33,2.55,9,5.0,2.57,11,6.6,2.37,10,4.78,2.86,9,5.75,1.96,12,5.9,2.42,10,5.43,2.23,7,5.0,2.71,13,6.86,2.67,7,5.08,2.61,12
+mono,3.85,1.63,20,3.0,1.94,19,4.88,2.51,33,3.7,1.7,10,4.0,1.63,10,3.25,1.75,8,2.82,2.14,11,5.21,2.75,14,4.63,2.36,19,3.44,1.88,9,4.18,1.4,11,3.18,1.72,11,2.75,2.31,8,5.05,2.75,21,4.58,2.11,12,3.9,1.52,10,3.8,1.81,10,3.38,2.1,13,2.17,1.33,6,5.76,2.25,17,3.94,2.49,16
+monogamous,7.05,1.72,21,4.4,2.38,25,7.0,2.05,22,7.12,1.46,8,7.0,1.91,13,4.85,2.76,13,3.92,1.88,12,6.62,2.29,13,7.56,1.59,9,6.75,1.58,8,7.17,1.9,12,4.79,1.97,14,3.91,2.84,11,7.17,2.04,12,6.8,2.15,10,7.1,1.91,10,7.0,1.61,11,4.12,2.62,17,5.0,1.77,8,6.8,2.15,10,7.17,2.04,12
+monogamy,6.43,2.01,21,3.48,2.11,21,5.57,2.4,21,6.22,2.49,9,6.58,1.68,12,1.67,0.82,6,4.14,2.11,14,5.67,3.2,6,5.53,2.13,15,6.11,1.9,9,6.67,2.15,12,3.8,2.59,5,3.38,2.03,16,5.3,2.75,10,5.82,2.14,11,6.58,2.39,12,6.22,1.48,9,4.38,1.85,8,2.92,2.14,13,5.0,2.49,12,6.33,2.18,9
+monogrammed,4.79,2.1,19,2.82,1.59,22,4.78,2.24,23,5.27,2.05,11,4.57,1.81,7,3.38,1.6,8,2.5,1.56,14,4.43,2.3,7,4.94,2.26,16,4.12,2.36,8,5.27,1.85,11,2.22,1.3,9,3.23,1.69,13,4.45,2.3,11,5.08,2.23,12,4.25,2.34,12,5.71,1.25,7,2.82,2.04,11,2.82,1.08,11,4.31,2.46,13,5.4,1.84,10
+monolith,5.24,1.14,21,3.57,2.04,21,4.32,2.5,25,5.67,1.23,12,4.67,0.71,9,4.0,2.31,7,3.36,1.95,14,3.9,2.28,10,4.6,2.67,15,4.5,1.0,4,5.41,1.12,17,3.6,2.5,10,3.55,1.63,11,4.57,3.05,7,4.22,2.34,18,5.08,1.16,12,5.44,1.13,9,3.92,2.18,13,3.0,1.77,8,4.0,2.35,9,4.5,2.63,16
+monologue,5.43,1.83,21,3.05,1.59,22,4.67,2.22,18,5.8,1.92,5,5.31,1.85,16,3.42,1.38,12,2.6,1.78,10,4.0,2.18,9,5.0,2.07,8,5.83,2.08,12,4.89,1.36,9,3.0,1.46,16,3.17,2.04,6,4.1,1.79,10,5.38,2.62,8,5.46,2.03,13,5.38,1.6,8,2.94,1.55,18,3.5,1.91,4,4.33,1.56,12,5.33,3.27,6
+monopoly,5.29,2.28,21,4.83,2.27,23,6.14,2.59,22,5.88,2.1,8,4.92,2.4,13,5.42,2.71,12,4.18,1.54,11,6.69,2.36,13,5.33,2.83,9,6.0,2.27,8,4.67,2.27,12,5.0,2.11,14,4.56,2.6,9,6.83,2.17,12,5.3,2.91,10,5.1,2.38,10,5.45,2.3,11,4.62,2.45,16,5.29,1.89,7,5.6,2.5,10,6.58,2.68,12
+monotonous,3.05,1.36,20,2.68,1.86,19,4.55,2.2,22,3.14,1.57,7,3.0,1.29,13,3.11,2.15,9,2.3,1.57,10,4.83,3.06,6,4.44,1.9,16,2.8,1.03,10,3.56,1.51,9,2.57,1.81,7,2.75,1.96,12,4.87,2.36,15,3.86,1.77,7,2.73,1.42,11,3.44,1.24,9,2.67,1.72,12,2.71,2.21,7,5.36,2.38,11,3.73,1.74,11
+monoxide,3.0,1.52,20,4.55,2.6,22,4.85,2.25,20,3.29,1.38,7,2.85,1.63,13,3.8,2.3,10,5.17,2.76,12,6.29,2.21,7,4.08,1.93,13,2.8,1.14,10,3.2,1.87,10,4.09,2.39,11,5.0,2.83,11,5.2,2.43,15,3.8,1.3,5,3.1,1.1,10,2.9,1.91,10,5.3,2.21,10,3.92,2.81,12,4.3,1.95,10,5.4,2.5,10
+monsieur,5.5,1.01,22,3.3,2.05,20,5.89,2.45,19,5.77,1.24,13,5.11,0.33,9,3.14,2.27,7,3.38,2.02,13,6.71,2.06,7,5.42,2.61,12,5.92,1.16,12,5.0,0.47,10,3.11,2.09,9,3.45,2.11,11,5.9,2.6,10,5.89,2.42,9,5.83,1.19,12,5.1,0.57,10,3.57,2.37,7,3.15,1.95,13,5.14,3.24,7,6.33,1.87,12
+monsoon,2.85,1.73,20,4.5,2.18,18,3.09,1.63,22,2.8,0.45,5,2.87,2.0,15,4.67,1.97,6,4.42,2.35,12,4.1,1.2,10,2.25,1.48,12,2.6,0.84,10,3.1,2.33,10,4.6,1.78,10,4.38,2.72,8,3.45,1.44,11,2.73,1.79,11,2.58,1.0,12,3.25,2.49,8,4.0,2.29,9,5.0,2.06,9,3.36,1.57,11,2.82,1.72,11
+monster,2.55,1.9,22,5.55,2.95,20,5.0,3.02,19,2.85,2.23,13,2.11,1.27,9,5.43,2.82,7,5.62,3.12,13,6.0,2.52,7,4.42,3.23,12,2.25,2.01,12,2.9,1.79,10,5.0,3.0,9,6.0,2.97,11,5.7,2.36,10,4.22,3.6,9,1.75,0.87,12,3.5,2.37,10,5.71,2.69,7,5.46,3.18,13,6.29,2.69,7,4.25,3.05,12
+monstrosity,3.84,2.22,19,5.83,2.55,18,4.21,2.5,24,4.8,3.11,5,3.5,1.83,14,6.4,2.3,5,5.62,2.69,13,4.85,2.54,13,3.45,2.34,11,4.0,2.62,10,3.67,1.8,9,6.57,1.9,7,5.36,2.87,11,4.88,2.53,16,2.88,1.96,8,3.08,1.89,13,5.5,2.07,6,6.5,2.78,12,4.5,1.38,6,4.33,2.77,15,4.0,2.12,9
+monstrous,3.43,1.91,21,5.9,2.14,21,3.86,2.33,21,4.11,2.15,9,2.92,1.62,12,5.0,2.28,6,6.36,2.1,14,3.67,2.25,6,3.93,2.43,15,5.11,1.17,9,2.17,1.27,12,6.4,1.34,5,5.75,2.35,16,5.6,1.51,10,2.27,1.74,11,3.58,2.31,12,3.22,1.3,9,5.67,1.73,9,6.08,2.47,12,4.0,2.41,11,3.7,2.36,10
+montage,5.48,1.72,21,4.85,2.13,20,5.76,2.19,21,5.67,1.21,6,5.4,1.92,15,5.62,2.39,8,4.33,1.87,12,5.82,2.23,11,5.7,2.26,10,5.17,1.6,6,5.6,1.8,15,4.9,2.18,10,4.8,2.2,10,5.86,2.41,14,5.57,1.81,7,5.14,1.95,7,5.64,1.65,14,4.79,2.36,14,5.0,1.67,6,5.33,2.27,12,6.33,2.06,9
+month,5.78,1.59,18,3.64,2.16,44,5.05,2.42,20,5.5,0.76,8,6.0,2.05,10,3.4,2.26,15,3.76,2.13,29,5.3,2.36,10,4.8,2.57,10,5.17,0.41,6,6.08,1.88,12,4.35,2.35,20,3.04,1.83,24,3.88,1.89,8,5.83,2.48,12,6.0,2.05,10,5.5,0.76,8,3.63,2.15,27,3.65,2.23,17,3.78,2.28,9,6.09,2.07,11
+monthly,5.32,1.95,19,3.5,1.74,22,4.67,2.2,24,4.67,1.97,6,5.62,1.94,13,3.83,1.8,12,3.1,1.66,10,5.0,2.2,8,4.5,2.25,16,5.0,1.63,10,5.67,2.29,9,4.22,1.64,9,3.0,1.68,13,4.47,2.24,17,5.17,2.4,6,5.62,1.92,8,5.09,2.02,11,3.33,1.5,9,3.62,1.94,13,4.94,2.35,16,4.12,1.89,8
+monument,6.24,1.41,21,2.82,1.79,22,5.45,1.54,20,6.11,1.45,9,6.33,1.44,12,1.83,1.17,6,3.07,1.87,15,5.67,1.51,6,5.36,1.6,14,5.89,1.45,9,6.5,1.38,12,3.6,2.07,5,2.59,1.7,17,5.0,1.5,9,5.82,1.54,11,6.42,1.51,12,6.0,1.32,9,3.22,1.92,9,2.54,1.71,13,5.18,1.54,11,5.78,1.56,9
+monumental,5.74,1.59,19,5.24,2.32,21,6.06,2.16,34,5.89,2.09,9,5.6,1.07,10,6.5,1.51,8,4.46,2.44,13,5.86,2.57,14,6.2,1.88,20,6.56,1.51,9,5.0,1.33,10,5.77,2.39,13,4.38,2.07,8,6.05,2.24,22,6.08,2.11,12,6.11,1.76,9,5.4,1.43,10,5.29,2.43,14,5.14,2.27,7,5.24,2.05,17,6.88,2.0,17
+moo,5.48,1.4,21,3.95,2.19,22,5.18,1.59,17,5.2,2.17,5,5.56,1.15,16,4.64,2.06,11,3.27,2.2,11,5.0,1.58,9,4.86,0.9,7,5.25,1.42,12,5.78,1.39,9,4.13,2.13,15,3.57,2.44,7,5.33,1.12,9,5.0,2.07,8,5.62,1.26,13,5.25,1.67,8,4.11,2.23,19,3.0,2.0,3,5.27,1.01,11,5.0,2.45,6
+mooch,3.71,1.95,21,5.8,2.46,20,5.2,2.29,35,3.62,2.5,8,3.77,1.64,13,4.0,2.65,5,6.4,2.16,15,5.0,2.0,11,5.29,2.44,24,3.46,1.98,13,4.12,1.96,8,5.67,2.57,12,6.0,2.45,8,4.95,2.44,20,5.53,2.1,15,3.45,1.75,11,4.0,2.21,10,6.36,1.96,11,5.11,2.93,9,4.55,2.26,22,6.31,1.93,13
+mood,5.29,1.74,21,4.5,2.63,20,5.79,2.66,19,5.69,1.75,13,4.62,1.6,8,4.43,2.3,7,4.54,2.88,13,5.43,2.7,7,6.0,2.73,12,5.75,1.66,12,4.67,1.73,9,4.22,2.28,9,4.73,2.97,11,5.7,2.67,10,5.89,2.8,9,5.25,1.71,12,5.33,1.87,9,5.43,1.9,7,4.0,2.89,13,5.43,3.15,7,6.0,2.45,12
+moody,3.71,1.85,42,5.0,2.36,42,4.26,2.68,23,3.79,1.19,14,3.68,2.13,28,5.0,2.78,15,5.0,2.15,27,3.89,2.76,9,4.5,2.71,14,3.78,2.11,23,3.63,1.54,19,5.47,2.9,15,4.74,2.01,27,4.73,2.84,15,3.38,2.26,8,3.79,1.79,24,3.61,1.97,18,5.23,2.18,22,4.75,2.57,20,4.85,3.02,13,3.5,2.07,10
+moon,7.0,1.88,18,3.43,2.27,21,6.11,2.03,18,6.12,1.89,8,7.7,1.64,10,4.43,2.3,7,2.93,2.16,14,5.45,1.75,11,7.14,2.12,7,6.73,1.9,11,7.43,1.9,7,3.33,2.29,9,3.5,2.35,12,6.0,2.14,11,6.29,1.98,7,7.08,1.93,12,6.83,1.94,6,2.83,1.75,12,4.22,2.73,9,6.22,2.28,9,6.0,1.87,9
+moonbeam,7.17,1.69,18,4.52,2.82,21,4.82,2.33,28,7.17,1.6,6,7.17,1.8,12,4.4,2.84,10,4.64,2.94,11,4.27,2.69,11,5.18,2.07,17,7.36,1.75,11,6.86,1.68,7,4.5,2.32,10,4.55,3.33,11,4.72,2.24,18,5.0,2.58,10,7.54,1.56,13,6.2,1.79,5,5.14,2.68,14,3.29,2.87,7,5.06,2.52,16,4.5,2.11,12
+moonlight,7.05,1.86,21,3.61,2.37,23,6.28,2.7,18,7.11,1.54,9,7.0,2.13,12,3.91,2.55,11,3.33,2.27,12,6.3,2.63,10,6.25,2.96,8,6.43,2.57,7,7.23,1.36,13,3.0,2.45,11,4.17,2.25,12,6.14,2.79,7,6.36,2.77,11,7.08,2.22,13,7.0,1.2,8,4.36,2.42,11,2.92,2.19,12,5.44,2.4,9,7.11,2.85,9
+moonlit,7.24,2.14,21,3.96,2.34,25,6.05,2.5,22,7.5,1.41,8,7.08,2.53,13,3.62,1.98,13,4.33,2.71,12,6.15,2.3,13,5.89,2.89,9,7.5,1.41,8,7.58,1.83,12,4.64,2.21,14,3.09,2.3,11,6.33,2.31,12,5.7,2.79,10,6.6,2.8,10,7.82,1.17,11,4.0,2.32,17,3.88,2.53,8,6.0,3.06,10,6.08,2.07,12
+moonshine,5.5,1.91,20,4.67,3.06,24,4.95,2.37,20,6.86,1.35,7,4.77,1.79,13,6.0,2.83,6,4.22,3.08,18,4.91,2.21,11,5.0,2.69,9,5.83,2.12,12,5.0,1.51,8,5.3,2.75,10,4.21,3.29,14,5.0,2.65,13,4.86,1.95,7,5.21,2.01,14,6.17,1.6,6,4.94,2.95,16,4.12,3.4,8,4.75,2.18,12,5.25,2.76,8
+moonwalk,6.18,1.59,22,5.15,2.54,26,6.08,1.93,24,6.0,1.87,9,6.31,1.44,13,5.8,2.7,10,4.75,2.44,16,6.56,1.94,9,5.8,1.93,15,6.75,1.98,8,5.86,1.29,14,5.62,2.29,13,4.69,2.78,13,6.5,2.2,12,5.67,1.61,12,6.17,1.4,12,6.2,1.87,10,5.33,2.44,15,4.91,2.77,11,6.62,1.94,13,5.45,1.81,11
+moor,4.95,2.04,21,3.95,1.4,21,5.28,2.09,25,5.67,2.23,12,4.0,1.32,9,3.57,1.13,7,4.14,1.51,14,4.9,2.28,10,5.53,2.0,15,4.5,1.0,4,5.06,2.22,17,4.3,1.34,10,3.64,1.43,11,4.57,2.64,7,5.56,1.85,18,4.75,1.82,12,5.22,2.39,9,3.69,1.44,13,4.38,1.3,8,4.56,2.3,9,5.69,1.92,16
+moose,6.71,1.45,21,4.85,2.35,20,4.97,2.16,36,6.75,1.49,8,6.69,1.49,13,5.8,2.05,5,4.53,2.42,15,5.09,1.81,11,4.92,2.33,25,6.92,1.66,13,6.38,1.06,8,5.5,2.02,12,3.88,2.59,8,4.95,2.33,20,5.0,2.0,16,6.45,1.37,11,7.0,1.56,10,4.91,2.51,11,4.78,2.28,9,4.95,2.42,22,5.0,1.75,14
+moot,4.62,1.75,21,3.71,1.98,21,5.52,2.24,25,4.5,1.73,12,4.78,1.86,9,4.0,2.0,7,3.57,2.03,14,5.4,2.59,10,5.6,2.06,15,5.5,1.0,4,4.41,1.84,17,3.6,2.46,10,3.82,1.54,11,5.57,2.57,7,5.5,2.18,18,4.67,1.61,12,4.56,2.01,9,4.08,2.22,13,3.12,1.46,8,5.67,2.18,9,5.44,2.34,16
+mop,4.53,1.12,19,3.14,1.77,21,5.32,2.06,22,5.33,0.58,3,4.38,1.15,16,3.38,1.41,8,3.0,2.0,13,5.44,2.35,9,5.23,1.92,13,4.33,1.22,9,4.7,1.06,10,2.78,1.56,9,3.42,1.93,12,5.53,2.26,15,4.86,1.57,7,4.86,0.9,7,4.33,1.23,12,3.2,1.93,10,3.09,1.7,11,5.67,2.39,12,4.9,1.6,10
+mope,3.27,1.64,22,3.26,1.69,19,4.76,2.23,21,3.4,1.14,5,3.25,1.84,16,3.38,1.92,8,3.18,1.6,11,4.7,2.16,10,4.82,2.4,11,3.17,1.03,12,3.4,2.22,10,3.3,1.57,10,3.22,1.92,9,4.33,2.35,12,5.33,2.06,9,2.64,1.29,11,3.91,1.76,11,3.0,1.6,8,3.45,1.81,11,4.89,2.2,9,4.67,2.35,12
+moped,5.0,1.79,21,3.62,2.27,21,5.38,1.99,21,4.78,1.99,9,5.17,1.7,12,2.83,2.4,6,3.79,2.22,14,5.83,1.94,6,5.2,2.04,15,4.67,1.73,9,5.25,1.86,12,5.2,2.49,5,3.12,2.03,16,5.5,2.32,10,5.27,1.74,11,4.42,1.68,12,5.78,1.72,9,3.44,1.81,9,3.75,2.63,12,5.45,2.11,11,5.3,1.95,10
+moral,6.85,1.86,104,3.73,2.39,85,6.31,2.48,75,6.88,1.98,43,6.82,1.81,60,3.41,2.28,32,3.92,2.46,53,5.65,2.69,37,6.97,2.13,37,7.11,1.84,57,6.6,1.83,45,3.79,2.49,38,3.68,2.33,47,6.26,2.49,39,6.36,2.51,36,7.15,1.74,62,6.4,1.98,42,3.92,2.42,36,3.59,2.39,49,6.49,2.61,35,6.15,2.39,40
+morale,5.95,1.85,20,4.1,2.36,20,6.23,1.8,22,5.57,2.23,7,6.15,1.68,13,4.89,2.26,9,3.45,2.34,11,6.5,2.07,6,6.12,1.75,16,5.7,1.42,10,6.33,2.35,9,3.62,2.62,8,4.42,2.23,12,6.27,1.71,15,6.14,2.12,7,5.55,2.21,11,6.44,1.24,9,3.42,2.54,12,5.12,1.73,8,5.55,2.16,11,6.91,1.04,11
+morality,6.48,1.81,21,4.76,2.3,25,6.5,2.2,22,6.62,1.3,8,6.38,2.1,13,4.92,2.81,13,4.58,1.68,12,6.85,1.72,13,6.0,2.78,9,7.38,1.3,8,5.83,1.95,12,5.36,1.91,14,4.0,2.61,11,6.5,2.28,12,6.5,2.22,10,6.6,1.35,10,6.36,2.2,11,4.41,2.35,17,5.5,2.14,8,6.1,2.47,10,6.83,1.99,12
+moray,4.74,0.45,19,4.45,2.04,20,5.24,1.73,21,5.0,0.0,5,4.62,0.51,13,4.4,2.19,5,4.47,2.07,15,4.8,1.69,10,5.64,1.75,11,4.71,0.49,7,4.73,0.47,11,4.14,2.54,7,4.62,1.8,13,5.8,1.62,10,4.73,1.74,11,4.75,0.45,12,4.71,0.49,7,4.64,2.34,11,4.22,1.72,9,4.86,1.46,14,6.0,2.08,7
+morbid,2.73,1.67,41,5.29,2.65,21,4.49,2.69,43,3.0,1.97,17,2.54,1.44,24,6.71,1.11,7,4.57,2.93,14,5.06,2.69,18,4.08,2.68,25,2.68,1.49,22,2.79,1.9,19,4.1,2.42,10,6.36,2.46,11,4.56,2.55,25,4.39,2.95,18,2.77,1.84,26,2.67,1.4,15,5.0,2.86,13,5.75,2.38,8,4.38,2.83,24,4.63,2.59,19
+mores,5.17,1.42,18,2.6,1.64,20,4.44,1.61,25,4.8,0.45,5,5.31,1.65,13,2.27,1.49,11,3.0,1.8,9,4.0,1.55,16,5.22,1.48,9,4.57,0.79,7,5.55,1.63,11,1.89,1.36,9,3.18,1.66,11,4.35,1.79,20,4.8,0.45,5,5.11,1.27,9,5.22,1.64,9,2.64,1.8,11,2.56,1.51,9,4.05,1.27,19,5.67,2.07,6
+morgue,1.79,1.18,19,3.48,2.62,21,3.32,2.23,53,2.22,1.48,9,1.4,0.7,10,3.43,3.26,7,3.62,2.43,13,3.71,2.48,31,2.67,1.71,21,2.71,1.38,7,1.25,0.62,12,3.43,2.07,7,3.62,3.01,13,3.68,2.47,31,2.71,1.76,21,2.0,1.33,10,1.56,1.01,9,3.09,1.7,11,3.9,3.41,10,3.73,2.62,26,2.93,1.75,27
+morn,3.62,2.18,21,3.0,1.98,22,4.3,2.35,27,3.6,1.43,10,3.64,2.77,11,2.29,1.89,7,3.33,1.99,15,4.47,2.5,17,4.0,2.16,10,3.0,1.61,11,4.3,2.58,10,2.6,2.19,5,3.12,1.96,17,4.07,2.56,14,4.54,2.18,13,2.69,1.49,13,5.12,2.36,8,2.3,1.77,10,3.58,2.02,12,3.86,2.14,14,4.77,2.55,13
+morning,6.41,1.92,22,3.95,2.33,21,6.35,1.84,17,6.83,1.6,6,6.27,2.12,15,3.0,2.31,7,4.43,2.28,14,5.89,1.76,9,6.88,1.89,8,6.07,2.06,14,7.14,1.68,7,3.78,2.33,9,4.08,2.43,12,6.89,2.09,9,5.75,1.39,8,6.5,1.91,14,6.25,2.05,8,4.33,2.66,6,3.8,2.27,15,7.0,2.0,9,5.62,1.41,8
+moron,4.3,1.92,23,4.5,2.84,22,4.55,2.54,20,3.88,1.55,8,4.53,2.1,15,4.6,2.72,10,4.42,3.06,12,5.43,2.23,7,4.08,2.66,13,4.25,2.14,12,4.36,1.75,11,3.45,2.34,11,5.55,3.01,11,4.53,2.53,15,4.6,2.88,5,3.64,1.75,11,4.92,1.93,12,5.0,2.83,10,4.08,2.91,12,4.2,2.44,10,4.9,2.73,10
+moronic,3.25,1.52,20,3.81,1.99,21,3.2,2.12,25,3.5,1.73,4,3.19,1.52,16,4.0,2.0,4,3.76,2.05,17,3.78,2.39,9,2.88,1.96,16,3.5,1.2,8,3.08,1.73,12,3.9,1.97,10,3.73,2.1,11,3.07,1.94,14,3.36,2.42,11,3.64,1.69,11,2.78,1.2,9,3.9,1.97,10,3.73,2.1,11,3.33,2.09,18,2.86,2.34,7
+morph,5.5,1.5,18,5.19,2.32,21,4.65,1.99,23,5.0,0.82,4,5.69,1.7,13,5.0,2.37,6,5.27,2.37,15,4.9,2.08,10,4.46,1.98,13,5.43,1.72,7,5.6,1.51,10,5.71,3.09,7,4.93,1.9,14,4.09,2.07,11,5.17,1.85,12,5.36,1.63,11,5.71,1.38,7,5.18,2.6,11,5.2,2.1,10,4.5,1.87,14,4.89,2.26,9
+morphine,4.58,2.27,19,5.14,3.0,21,4.57,2.35,23,6.2,1.1,5,4.08,2.4,13,4.83,2.71,6,5.27,3.2,15,5.5,1.84,10,3.85,2.51,13,5.14,2.04,7,4.36,2.5,11,5.43,3.36,7,5.0,2.94,14,4.45,2.25,11,4.67,2.53,12,5.0,2.13,12,3.86,2.48,7,4.64,3.35,11,5.7,2.63,10,4.5,2.28,14,4.67,2.6,9
+morsel,5.3,1.56,20,3.41,2.13,22,5.52,2.62,25,5.71,1.8,7,5.08,1.44,13,3.2,1.87,10,3.58,2.39,12,5.86,2.35,14,5.4,2.95,10,5.09,1.51,11,5.56,1.67,9,3.89,1.83,9,3.08,2.33,13,5.94,2.91,16,5.12,1.73,8,5.77,1.17,13,4.43,1.9,7,3.25,2.14,16,3.83,2.23,6,5.17,2.79,12,5.85,2.51,13
+mortal,4.39,2.0,18,3.55,2.04,20,3.88,2.09,25,4.4,1.82,5,4.38,2.14,13,3.82,2.18,11,3.22,1.92,9,3.44,1.9,16,4.67,2.29,9,5.14,1.46,7,3.91,2.21,11,2.89,1.83,9,4.09,2.12,11,3.7,2.05,20,4.6,2.3,5,4.44,1.42,9,4.33,2.55,9,3.55,2.11,11,3.56,2.07,9,4.11,1.94,19,3.17,2.56,6
+mortality,5.15,2.46,20,6.9,1.74,20,3.58,2.18,26,4.55,2.77,11,5.89,1.9,9,6.86,0.69,7,6.92,2.14,13,3.54,1.9,13,3.62,2.5,13,5.45,2.11,11,4.78,2.91,9,7.18,1.99,11,6.56,1.42,9,3.76,2.36,17,3.22,1.86,9,5.1,2.81,10,5.2,2.2,10,7.33,1.78,12,6.25,1.58,8,4.06,2.32,16,2.8,1.75,10
+mortar,4.14,2.06,21,4.37,2.83,19,4.94,2.25,35,3.62,2.0,8,4.46,2.11,13,6.6,1.52,5,3.57,2.79,14,4.27,2.15,11,5.25,2.27,24,3.92,2.02,13,4.5,2.2,8,4.73,2.87,11,3.88,2.9,8,4.95,2.5,19,4.94,1.98,16,4.09,1.58,11,4.2,2.57,10,4.6,3.06,10,4.11,2.71,9,4.68,2.25,22,5.38,2.26,13
+mortgage,3.45,1.5,22,4.43,2.39,23,3.74,1.69,19,3.88,1.89,8,3.38,1.12,13,3.75,1.98,8,4.79,2.67,14,3.29,1.7,7,3.91,1.76,11,3.5,1.69,8,3.62,1.33,13,4.33,2.4,9,4.5,2.47,14,3.71,1.98,7,3.75,1.6,12,3.55,1.37,11,3.36,1.69,11,3.67,2.87,9,4.93,1.98,14,3.69,1.49,16,4.0,3.0,3
+mortician,3.56,1.58,18,3.33,2.06,18,3.59,2.69,17,4.36,1.36,11,2.29,0.95,7,4.0,3.16,4,3.14,1.75,14,4.5,3.21,8,2.78,1.99,9,4.12,1.55,8,3.1,1.52,10,2.57,1.72,7,3.82,2.18,11,4.5,3.39,6,3.09,2.26,11,3.92,1.68,12,2.83,1.17,6,3.09,1.76,11,3.71,2.56,7,3.0,2.24,7,4.0,3.02,10
+mortuary,2.21,1.55,19,3.59,2.42,22,3.91,2.62,22,2.78,1.72,9,1.7,1.25,10,3.5,1.93,8,3.64,2.73,14,3.45,2.7,11,4.36,2.58,11,3.14,1.35,7,1.67,1.44,12,3.5,1.9,10,3.67,2.87,12,4.15,2.73,13,3.56,2.55,9,2.7,1.89,10,1.67,0.87,9,3.25,2.71,8,3.79,2.33,14,3.93,2.62,14,3.88,2.8,8
+mosaic,6.33,1.49,21,3.7,2.22,23,5.19,1.74,26,6.0,1.18,11,6.7,1.77,10,3.36,2.16,11,4.0,2.34,12,4.55,2.02,11,5.79,1.37,14,6.6,1.78,10,6.09,1.22,11,3.0,2.05,11,4.33,2.27,12,5.47,1.62,17,4.75,2.05,8,6.62,1.76,13,5.88,0.83,8,3.13,2.1,15,4.75,2.19,8,5.18,2.01,17,5.22,1.2,9
+mosey,5.85,1.9,20,4.5,2.67,20,5.36,2.4,36,5.38,2.45,8,6.17,1.47,12,5.4,2.97,5,4.2,2.6,15,5.18,2.23,11,5.44,2.52,25,5.92,2.25,13,5.71,1.11,7,4.67,2.67,12,4.25,2.82,8,4.7,2.58,20,6.19,1.94,16,5.3,2.06,10,6.4,1.65,10,4.64,2.84,11,4.33,2.6,9,4.59,2.5,22,6.57,1.7,14
+mosque,4.11,1.91,18,3.0,2.55,20,4.04,1.88,25,4.6,2.3,5,3.92,1.8,13,3.0,2.79,11,3.0,2.4,9,4.12,2.0,16,3.89,1.76,9,4.14,1.21,7,4.09,2.3,11,2.44,1.74,9,3.45,3.08,11,4.0,2.03,20,4.2,1.3,5,3.67,1.66,9,4.56,2.13,9,2.82,2.6,11,3.22,2.64,9,4.37,1.8,19,3.0,1.9,6
+mosquito,3.12,2.08,40,5.17,2.64,41,3.88,2.68,25,3.43,2.31,14,2.92,2.0,25,5.37,2.59,19,5.19,2.66,21,4.25,2.6,8,3.71,2.78,17,4.06,2.26,16,2.43,1.73,23,4.95,2.75,21,5.4,2.58,20,4.29,3.0,14,3.36,2.25,11,2.96,2.24,24,3.38,1.86,16,5.07,2.92,27,5.36,2.1,14,3.83,3.01,18,4.0,1.73,7
+motel,5.3,1.49,20,3.55,2.35,20,4.52,1.83,21,4.75,0.89,8,5.67,1.72,12,2.33,1.51,6,4.0,2.58,13,4.67,2.34,6,4.47,1.68,15,5.11,1.05,9,5.45,1.81,11,4.8,2.28,5,3.13,2.29,15,3.7,1.49,10,5.27,1.85,11,5.67,1.5,12,4.75,1.39,8,3.29,2.87,7,3.69,2.14,13,4.17,2.12,12,5.0,1.32,9
+moth,4.47,2.06,19,2.55,1.9,20,4.6,2.14,20,4.33,1.15,3,4.67,2.19,15,3.1,2.08,10,2.0,1.63,10,5.2,1.75,10,4.0,2.4,10,5.5,2.43,6,4.17,1.75,12,2.43,1.99,7,2.62,1.94,13,4.12,2.17,8,4.92,2.15,12,4.17,1.99,12,5.0,2.24,7,2.8,2.35,10,2.3,1.42,10,3.56,1.81,9,5.45,2.07,11
+mother,7.53,1.86,80,4.73,2.92,106,6.11,2.64,74,7.03,2.19,30,7.84,1.59,49,4.8,2.89,41,4.68,2.95,65,5.78,2.58,37,6.39,2.72,36,7.65,1.88,46,7.36,1.87,33,5.1,2.89,52,4.37,2.92,54,6.08,2.57,39,6.12,2.79,34,7.67,1.87,45,7.34,1.85,35,5.17,2.94,54,4.27,2.84,52,6.15,2.8,34,6.08,2.54,40
+motherfucker,1.61,1.04,18,7.33,2.06,21,2.56,2.23,18,2.0,1.07,8,1.3,0.95,10,6.71,2.63,7,7.64,1.74,14,2.64,2.54,11,2.43,1.81,7,1.73,1.01,11,1.43,1.13,7,7.11,2.71,9,7.5,1.51,12,2.55,2.54,11,2.57,1.81,7,1.42,0.9,12,2.0,1.26,6,6.67,2.31,12,8.22,1.3,9,3.67,2.69,9,1.44,0.73,9
+motherfucking,3.95,3.06,21,5.92,2.87,25,4.16,2.97,19,4.67,3.2,9,3.42,2.97,12,4.83,3.19,6,6.56,2.53,18,4.14,3.63,7,4.17,2.69,12,3.81,2.9,16,4.4,3.85,5,5.21,3.14,14,7.4,1.35,10,4.67,3.54,9,3.7,2.45,10,4.42,3.23,12,3.33,2.87,9,6.44,2.58,16,5.0,3.28,9,3.64,3.04,11,4.88,2.9,8
+motherhood,6.8,2.42,20,5.52,2.68,21,6.0,2.66,34,6.4,2.17,10,7.2,2.7,10,4.75,1.83,8,6.0,3.06,13,5.14,2.6,14,6.6,2.6,20,6.0,2.6,9,7.45,2.16,11,5.69,2.36,13,5.25,3.28,8,5.41,2.86,22,7.08,1.93,12,6.4,2.63,10,7.2,2.25,10,5.5,2.82,14,5.57,2.57,7,5.29,2.76,17,6.71,2.44,17
+motherland,5.8,1.77,20,4.22,2.56,23,5.76,2.23,21,5.78,1.2,9,5.82,2.18,11,4.82,2.82,11,3.67,2.27,12,5.12,2.17,8,6.15,2.27,13,5.71,1.64,14,6.0,2.19,6,4.78,3.03,9,3.86,2.25,14,6.38,1.51,8,5.38,2.57,13,5.7,1.83,10,5.9,1.79,10,3.77,2.35,13,4.8,2.82,10,6.0,2.17,12,5.44,2.4,9
+motherless,1.9,1.48,21,4.52,2.22,25,4.23,2.72,22,2.38,2.2,8,1.62,0.77,13,4.54,2.18,13,4.5,2.35,12,4.62,2.72,13,3.67,2.78,9,1.5,1.07,8,2.17,1.75,12,4.79,1.58,14,4.18,2.89,11,4.17,2.59,12,4.3,3.02,10,1.7,0.95,10,2.09,1.87,11,3.88,2.12,17,5.88,1.89,8,4.3,3.09,10,4.17,2.52,12
+motherly,7.67,1.75,18,3.74,2.88,19,5.08,2.48,25,8.4,0.89,5,7.38,1.94,13,2.91,2.51,11,4.88,3.14,8,4.12,2.39,16,6.78,1.64,9,8.43,0.79,7,7.18,2.04,11,3.56,2.79,9,3.9,3.11,10,5.1,2.61,20,5.0,2.12,5,8.11,1.36,9,7.22,2.05,9,3.2,2.97,10,4.33,2.83,9,4.95,2.41,19,5.5,2.88,6
+motif,5.27,1.55,22,4.24,2.49,25,6.42,1.86,24,5.78,1.09,9,4.92,1.75,13,3.4,2.63,10,4.8,2.31,15,6.78,1.64,9,6.2,2.01,15,6.12,1.55,8,4.79,1.37,14,4.58,2.31,12,3.92,2.69,13,6.25,2.18,12,6.58,1.56,12,4.92,1.88,12,5.7,0.95,10,4.07,2.49,15,4.5,2.59,10,6.92,2.06,13,5.82,1.47,11
+motion,5.8,1.47,20,4.71,2.31,21,6.15,2.12,34,5.9,1.6,10,5.7,1.42,10,6.0,1.6,8,3.92,2.36,13,6.57,2.34,14,5.85,1.95,20,5.67,1.41,9,5.91,1.58,11,4.92,2.5,13,4.38,2.07,8,6.0,2.41,22,6.42,1.51,12,6.2,1.62,10,5.4,1.26,10,5.07,2.2,14,4.0,2.52,7,5.76,2.19,17,6.53,2.03,17
+motivate,6.05,2.53,19,5.09,2.45,22,7.22,1.91,23,6.18,2.86,11,5.57,2.15,7,6.12,2.59,8,4.5,2.24,14,7.57,2.15,7,7.06,1.84,16,5.38,2.77,8,6.55,2.34,11,4.89,2.71,9,5.23,2.35,13,7.64,1.96,11,6.83,1.85,12,5.58,2.87,12,6.86,1.68,7,5.36,3.04,11,4.82,1.78,11,7.38,1.89,13,7.0,2.0,10
+motivation,6.24,2.05,21,4.73,2.6,22,6.35,1.69,20,4.8,2.77,5,6.69,1.62,16,5.18,2.52,11,4.27,2.72,11,6.7,1.77,10,5.67,1.32,9,6.33,2.61,12,6.11,1.05,9,4.53,2.7,15,5.14,2.54,7,5.6,1.58,10,7.1,1.52,10,6.92,1.71,13,5.12,2.17,8,4.94,2.73,18,3.75,1.89,4,5.93,1.64,14,7.33,1.51,6
+motivational,6.76,1.76,25,6.37,2.31,19,7.14,1.62,21,6.0,2.31,7,7.12,1.5,17,6.88,1.89,8,6.0,2.61,11,6.8,2.1,10,7.45,1.04,11,6.62,1.76,13,6.92,1.83,12,6.1,2.23,10,6.67,2.5,9,7.25,1.82,12,7.0,1.41,9,6.23,2.09,13,7.33,1.15,12,5.12,1.73,8,7.27,2.33,11,7.0,2.12,9,7.25,1.22,12
+motive,5.32,1.55,22,4.86,2.57,22,6.2,2.42,20,5.62,1.51,8,5.14,1.61,14,5.4,2.67,10,4.42,2.5,12,6.86,2.34,7,5.85,2.48,13,5.27,1.79,11,5.36,1.36,11,4.09,2.17,11,5.64,2.8,11,5.67,2.44,15,7.8,1.64,5,4.2,1.03,10,6.25,1.29,12,4.5,2.22,10,5.17,2.89,12,5.3,2.21,10,7.1,2.38,10
+motley,4.89,1.94,19,2.95,2.06,21,4.52,2.18,25,2.75,1.26,4,5.47,1.68,15,3.75,1.71,4,2.76,2.14,17,5.22,3.03,9,4.12,1.5,16,4.71,1.7,7,5.0,2.13,12,2.5,1.72,10,3.36,2.34,11,4.64,2.47,14,4.36,1.86,11,4.9,1.73,10,4.89,2.26,9,2.7,2.26,10,3.18,1.94,11,4.89,2.11,18,3.57,2.23,7
+motor,5.64,1.81,22,5.42,1.74,19,5.5,2.24,20,5.4,2.97,5,5.75,1.48,16,6.0,0.93,8,5.0,2.1,11,5.22,2.05,9,5.73,2.45,11,5.58,2.23,12,5.7,1.25,10,5.2,1.62,10,5.67,1.94,9,5.08,2.64,12,6.12,1.36,8,5.82,2.36,11,5.45,1.13,11,5.12,1.81,8,5.64,1.75,11,5.0,1.5,9,5.91,2.7,11
+motorbike,5.95,2.42,20,5.68,2.73,19,5.58,2.16,26,5.82,2.56,11,6.11,2.37,9,6.86,1.68,7,5.0,3.05,12,5.69,2.39,13,5.46,1.98,13,5.91,2.74,11,6.0,2.12,9,5.2,2.78,10,6.22,2.73,9,5.47,2.03,17,5.78,2.49,9,6.3,2.95,10,5.6,1.84,10,5.67,2.84,12,5.71,2.75,7,5.81,2.01,16,5.2,2.44,10
+motorboat,6.2,2.02,20,4.22,2.86,18,5.18,1.97,22,7.2,1.79,5,5.87,2.03,15,4.67,2.42,6,4.0,3.13,12,6.1,1.52,10,4.42,2.02,12,6.3,1.64,10,6.1,2.42,10,4.5,2.84,10,3.88,3.04,8,5.55,2.16,11,4.82,1.78,11,5.67,2.06,12,7.0,1.77,8,3.44,3.17,9,5.0,2.45,9,5.45,2.16,11,4.91,1.81,11
+motorcade,4.64,1.81,22,4.67,1.81,18,4.81,2.09,21,5.4,0.89,5,4.38,2.03,16,4.25,1.98,8,5.0,1.7,10,5.4,1.96,10,4.27,2.15,11,4.67,1.37,12,4.6,2.32,10,4.11,1.54,9,5.22,1.99,9,4.67,2.27,12,5.0,1.94,9,4.45,1.63,11,4.82,2.04,11,4.57,0.79,7,4.73,2.28,11,5.78,1.86,9,4.08,2.02,12
+motorcar,5.7,1.63,20,3.95,2.04,21,6.03,2.43,34,6.4,1.65,10,5.0,1.33,10,4.62,2.39,8,3.54,1.76,13,5.86,2.66,14,6.15,2.32,20,5.44,1.13,9,5.91,1.97,11,4.46,2.15,13,3.12,1.64,8,5.64,2.77,22,6.75,1.48,12,5.4,1.58,10,6.0,1.7,10,4.07,2.06,14,3.71,2.14,7,6.06,2.14,17,6.0,2.76,17
+motorcycle,5.8,1.36,20,5.8,2.76,20,5.55,2.58,22,6.14,1.07,7,5.62,1.5,13,6.22,2.17,9,5.45,3.24,11,6.67,2.5,6,5.12,2.55,16,5.7,1.64,10,5.89,1.17,9,4.5,2.83,8,6.67,2.46,12,5.8,2.21,15,5.0,3.37,7,6.18,1.4,11,5.33,1.22,9,5.92,2.71,12,5.62,3.02,8,5.91,2.74,11,5.18,2.48,11
+motorist,5.47,0.84,19,4.24,2.0,21,5.83,2.42,23,5.33,0.58,3,5.5,0.89,16,4.75,1.39,8,3.92,2.29,13,4.67,2.83,9,6.57,1.87,14,5.56,1.13,9,5.4,0.52,10,4.11,1.83,9,4.33,2.19,12,6.27,2.6,15,5.0,1.93,8,5.71,0.76,7,5.33,0.89,12,4.9,1.97,10,3.64,1.91,11,6.38,2.47,13,5.1,2.28,10
+motto,5.95,1.19,20,3.86,2.44,22,6.3,2.22,27,6.57,1.72,7,5.62,0.65,13,4.1,2.6,10,3.67,2.39,12,5.67,2.32,15,7.45,1.44,11,6.0,1.18,11,5.89,1.27,9,4.44,2.19,9,3.46,2.6,13,6.59,2.53,17,6.11,1.27,9,6.15,1.41,13,5.57,0.53,7,3.75,2.57,16,4.17,2.23,6,6.08,2.39,12,6.47,2.13,15
+mould,3.57,1.66,21,3.35,2.4,23,5.28,2.42,18,3.56,1.74,9,3.58,1.68,12,3.91,2.63,11,2.83,2.17,12,5.2,2.62,10,5.38,2.33,8,3.0,1.73,7,3.77,1.64,13,4.09,2.47,11,2.67,2.23,12,4.71,2.81,7,5.64,2.2,11,3.23,1.74,13,4.12,1.46,8,2.64,1.86,11,4.0,2.73,12,5.0,2.24,9,5.56,2.7,9
+mound,5.43,1.5,21,3.63,2.59,19,5.5,2.3,36,5.25,1.67,8,5.54,1.45,13,4.2,2.86,5,3.43,2.56,14,5.27,2.33,11,5.6,2.33,25,5.54,1.66,13,5.25,1.28,8,4.18,2.64,11,2.88,2.47,8,5.45,2.65,20,5.56,1.86,16,5.27,1.62,11,5.6,1.43,10,4.4,3.13,10,2.78,1.56,9,5.32,2.5,22,5.79,2.01,14
+mount,5.38,1.28,21,4.09,2.67,22,5.63,2.1,27,5.3,1.34,10,5.45,1.29,11,4.71,3.3,7,3.8,2.4,15,5.53,2.55,17,5.8,1.03,10,5.27,1.35,11,5.5,1.27,10,2.4,1.95,5,4.59,2.69,17,5.57,2.5,14,5.69,1.65,13,5.08,1.26,13,5.88,1.25,8,3.6,2.95,10,4.5,2.47,12,5.71,1.98,14,5.54,2.3,13
+mountain,6.65,1.77,43,4.12,2.5,43,6.18,2.58,22,7.24,1.35,17,6.27,1.93,26,3.75,2.3,12,4.27,2.64,30,6.27,2.72,11,6.09,2.55,11,6.05,1.47,20,7.17,1.87,23,4.42,2.54,12,4.0,2.52,31,5.38,2.84,13,7.33,1.66,9,6.23,1.9,26,7.29,1.36,17,4.85,2.72,20,3.48,2.15,23,6.43,2.79,14,5.75,2.25,8
+Mountain Dew,5.47,3.03,19,5.05,3.06,22,5.74,2.32,23,6.27,3.1,11,4.14,2.85,7,6.5,2.27,8,4.21,3.21,14,5.14,3.18,7,6.0,1.9,16,5.5,2.98,8,5.45,3.21,11,4.44,3.28,9,5.46,2.96,13,5.18,2.04,11,6.25,2.53,12,5.67,2.87,12,5.14,3.48,7,4.64,3.23,11,5.45,2.98,11,5.0,2.31,13,6.7,2.06,10
+mountaintop,6.5,1.82,20,4.28,2.8,18,5.46,2.98,24,6.6,2.3,5,6.47,1.73,15,3.0,1.58,5,4.77,3.06,13,4.85,3.24,13,6.18,2.6,11,6.3,1.7,10,6.7,2.0,10,4.57,2.37,7,4.09,3.14,11,5.19,2.86,16,6.0,3.34,8,6.14,1.88,14,7.33,1.51,6,4.5,2.91,12,3.83,2.79,6,6.07,3.33,15,4.44,2.07,9
+mourn,2.4,1.73,20,4.95,2.93,20,4.08,1.87,26,2.18,1.89,11,2.67,1.58,9,4.71,2.43,7,5.08,3.25,13,4.23,1.79,13,3.92,2.02,13,2.18,1.66,11,2.67,1.87,9,4.55,3.24,11,5.44,2.6,9,4.35,2.09,17,3.56,1.33,9,2.5,1.72,10,2.3,1.83,10,5.33,3.42,12,4.38,2.07,8,3.88,1.67,16,4.4,2.22,10
+mournful,3.32,1.42,19,2.78,1.77,18,3.59,2.62,17,3.64,1.21,11,2.88,1.64,8,2.5,1.73,4,2.86,1.83,14,2.88,2.7,8,4.22,2.54,9,3.88,0.99,8,2.91,1.58,11,2.29,1.5,7,3.09,1.92,11,3.33,2.34,6,3.73,2.87,11,3.0,1.22,13,4.0,1.67,6,2.55,1.75,11,3.14,1.86,7,3.29,2.69,7,3.8,2.7,10
+mourning,1.71,1.15,21,3.9,2.95,20,3.64,2.46,22,1.67,1.21,6,1.73,1.16,15,3.62,2.92,8,4.08,3.09,12,3.0,2.34,12,4.4,2.5,10,1.78,1.09,9,1.67,1.23,12,4.11,3.06,9,3.73,3.0,11,3.43,1.4,7,3.73,2.87,15,1.9,1.29,10,1.55,1.04,11,4.08,2.93,13,3.57,3.21,7,4.42,3.0,12,2.7,1.16,10
+mouse,4.8,2.04,20,3.38,1.94,21,4.29,2.16,24,5.25,3.2,4,4.69,1.78,16,4.25,2.5,4,3.18,1.81,17,4.62,2.72,8,4.12,1.89,16,4.75,1.98,8,4.83,2.17,12,3.1,1.91,10,3.64,2.01,11,4.46,1.98,13,4.09,2.43,11,5.09,1.97,11,4.44,2.19,9,2.4,1.51,10,4.27,1.9,11,4.65,2.12,17,3.43,2.15,7
+mousetrap,4.82,1.89,22,4.05,2.36,21,5.5,2.22,22,5.0,2.0,14,4.5,1.77,8,4.27,2.53,11,4.11,2.15,9,6.33,1.75,6,5.19,2.34,16,4.5,2.12,10,5.08,1.73,12,3.18,1.99,11,5.0,2.45,10,5.54,2.26,13,5.44,2.3,9,4.17,2.21,12,5.6,1.07,10,3.92,2.6,13,4.25,2.05,8,5.25,2.42,12,5.8,2.04,10
+mousse,6.0,0.92,20,3.19,1.86,21,6.04,2.03,24,6.0,1.0,3,6.0,0.94,17,4.57,1.72,7,2.62,1.56,13,5.88,2.03,8,6.12,2.09,16,6.43,0.79,7,5.77,0.93,13,3.29,1.8,7,3.31,1.93,13,5.62,2.4,13,6.55,1.44,11,5.67,0.71,9,6.27,1.01,11,3.18,1.83,11,3.2,1.99,10,6.29,2.34,17,5.43,0.79,7
+moustache,5.35,2.11,20,3.23,2.11,22,5.32,2.1,22,5.62,1.85,8,5.17,2.33,12,2.5,1.38,6,3.53,2.39,15,6.5,2.74,6,4.88,1.71,16,5.78,2.05,9,5.0,2.19,11,2.8,2.05,5,3.35,2.18,17,5.64,2.34,11,5.0,1.9,11,5.17,2.44,12,5.62,1.6,8,3.44,2.3,9,3.08,2.06,13,4.92,2.11,12,5.8,2.1,10
+mousy,3.74,1.63,19,3.1,2.13,20,3.2,1.54,20,4.67,2.08,3,3.56,1.55,16,3.67,2.5,6,2.86,1.99,14,4.0,1.26,6,2.86,1.56,14,4.4,1.51,10,3.0,1.5,9,3.14,2.12,7,3.08,2.22,13,3.6,1.58,10,2.8,1.48,10,4.38,1.6,8,3.27,1.56,11,3.33,2.55,9,2.91,1.81,11,2.62,1.6,8,3.58,1.44,12
+mouth,5.59,1.59,22,4.14,2.29,21,6.0,2.65,17,4.5,1.76,6,6.07,1.39,15,3.29,1.89,7,4.57,2.41,14,6.22,3.15,9,5.75,2.12,8,5.64,1.95,14,5.57,0.79,7,4.56,2.88,9,3.83,1.8,12,6.44,3.28,9,5.5,1.77,8,5.29,1.68,14,6.12,1.36,8,4.5,3.02,6,4.0,2.04,15,6.89,2.67,9,5.0,2.39,8
+mouthful,4.88,1.41,17,3.8,2.14,20,4.64,1.98,25,5.8,1.48,5,4.5,1.24,12,4.0,2.32,11,3.56,2.01,9,4.88,2.06,16,4.22,1.86,9,5.33,1.63,6,4.64,1.29,11,3.22,2.22,9,4.27,2.05,11,4.65,2.18,20,4.6,0.89,5,4.78,1.64,9,5.0,1.2,8,3.55,2.16,11,4.11,2.2,9,4.42,1.77,19,5.33,2.58,6
+mouthpiece,4.65,1.81,20,3.62,2.09,21,4.62,2.5,24,3.5,2.65,4,4.94,1.53,16,4.5,2.38,4,3.41,2.03,17,4.67,2.69,9,4.6,2.47,15,4.38,1.69,8,4.83,1.95,12,3.9,2.23,10,3.36,2.01,11,4.64,2.37,14,4.6,2.8,10,4.55,1.81,11,4.78,1.92,9,3.2,2.15,10,4.0,2.05,11,5.0,2.6,17,3.71,2.14,7
+mouthwash,5.7,2.0,20,2.67,2.22,18,5.38,2.39,24,4.6,1.14,5,6.07,2.12,15,2.6,2.19,5,2.69,2.32,13,4.62,2.57,13,6.27,1.9,11,6.1,1.85,10,5.3,2.16,10,3.14,2.73,7,2.36,1.91,11,4.94,2.57,16,6.25,1.83,8,5.57,2.21,14,6.0,1.55,6,3.17,2.37,12,1.67,1.63,6,5.47,2.56,15,5.22,2.22,9
+move,4.95,1.86,21,4.24,2.45,21,5.12,2.32,17,5.33,1.86,6,4.79,1.97,14,2.71,1.5,7,5.0,2.51,14,4.89,2.47,9,5.38,2.26,8,5.0,1.91,13,4.86,2.04,7,4.11,2.67,9,4.33,2.39,12,4.67,2.55,9,5.62,2.07,8,5.0,1.73,13,4.88,2.17,8,4.17,2.93,6,4.27,2.34,15,5.44,2.51,9,4.75,2.19,8
+movement,6.58,1.3,19,4.0,2.14,21,5.96,2.25,23,6.4,1.34,5,6.54,1.33,13,4.33,2.16,6,3.87,2.2,15,5.4,2.41,10,6.38,2.1,13,6.43,1.62,7,6.55,1.13,11,4.0,2.38,7,4.0,2.11,14,4.73,2.15,11,7.08,1.73,12,7.0,1.28,12,5.86,1.07,7,3.82,2.18,11,4.2,2.2,10,5.36,2.31,14,6.89,1.9,9
+mover,4.55,1.36,20,3.82,2.01,17,5.42,2.5,24,4.6,2.19,5,4.53,1.06,15,4.4,2.19,5,3.58,1.98,12,4.62,2.36,13,6.36,2.42,11,4.6,1.43,10,4.5,1.35,10,4.29,1.98,7,3.5,2.07,10,5.0,2.16,16,6.25,3.06,8,4.21,1.25,14,5.33,1.37,6,4.27,1.79,11,3.0,2.28,6,5.4,2.8,15,5.44,2.07,9
+movie,7.24,1.51,41,4.39,2.63,49,5.68,2.16,44,7.25,1.45,20,7.24,1.61,21,5.0,2.67,19,4.0,2.57,30,5.45,1.96,20,5.88,2.35,24,7.25,1.62,20,7.24,1.45,21,5.25,2.57,24,3.56,2.45,25,5.48,2.04,23,5.9,2.32,21,7.22,1.54,23,7.28,1.53,18,4.67,2.84,33,3.81,2.1,16,5.57,2.09,23,5.81,2.29,21
+mow,4.94,1.86,18,4.17,2.39,23,5.58,1.68,19,4.62,2.07,8,5.2,1.75,10,3.71,1.98,7,4.47,2.64,15,5.8,2.04,10,5.33,1.22,9,4.78,2.64,9,5.11,0.6,9,4.7,2.5,10,3.83,2.41,12,5.12,1.64,8,5.8,1.75,10,5.45,1.97,11,4.14,1.46,7,3.85,2.37,20,6.33,1.15,3,5.12,1.64,8,5.91,1.7,11
+mower,4.76,1.04,21,2.79,2.59,24,5.45,2.28,20,5.12,1.13,8,4.54,0.97,13,3.67,2.8,6,2.5,2.53,18,5.82,2.14,11,5.0,2.5,9,4.67,0.89,12,4.89,1.27,9,3.6,2.84,10,2.21,2.33,14,5.85,2.34,13,4.71,2.14,7,4.64,1.01,14,5.0,1.15,7,2.94,2.54,16,2.5,2.83,8,5.67,2.27,12,5.12,2.42,8
+moxie,6.1,1.45,20,3.78,1.99,18,5.79,2.59,24,7.2,0.84,5,5.73,1.44,15,4.6,1.82,5,3.46,2.03,13,5.15,2.73,13,6.55,2.3,11,6.3,1.42,10,5.9,1.52,10,4.43,1.9,7,3.36,2.01,11,5.25,2.46,16,6.88,2.64,8,6.0,1.57,14,6.33,1.21,6,4.08,2.15,12,3.17,1.6,6,5.53,2.67,15,6.22,2.54,9
+mozzarella,7.19,1.97,21,4.54,2.49,26,6.29,2.46,24,8.44,0.73,9,6.25,2.09,12,3.7,2.5,10,5.06,2.41,16,6.56,2.51,9,6.13,2.5,15,6.62,2.5,8,7.54,1.56,13,5.38,2.14,13,3.69,2.59,13,5.58,2.94,12,7.0,1.71,12,6.5,2.32,12,8.11,0.78,9,4.8,3.08,15,4.18,1.4,11,6.46,2.5,13,6.09,2.51,11
+muck,3.14,1.24,21,3.55,1.96,20,4.09,2.22,22,3.83,1.17,6,2.87,1.19,15,3.62,2.0,8,3.5,2.02,12,4.0,2.66,12,4.2,1.69,10,3.22,1.3,9,3.08,1.24,12,3.78,1.72,9,3.36,2.2,11,4.43,2.07,7,3.93,2.34,15,3.3,1.16,10,3.0,1.34,11,3.69,2.06,13,3.29,1.89,7,3.75,2.56,12,4.5,1.78,10
+mucous,2.95,1.73,22,3.83,2.32,24,4.41,2.32,22,2.33,1.22,9,3.38,1.94,13,3.56,2.13,9,4.0,2.48,15,5.0,2.07,8,4.07,2.46,14,3.25,2.25,8,2.79,1.42,14,4.09,2.47,11,3.62,2.26,13,4.09,2.26,11,4.73,2.45,11,3.42,2.02,12,2.4,1.17,10,4.15,2.7,13,3.45,1.81,11,4.75,2.3,12,4.0,2.4,10
+mucus,2.84,1.34,19,4.17,2.14,42,4.16,1.81,45,3.33,0.58,3,2.75,1.44,16,4.12,2.55,16,4.24,1.92,25,4.24,1.14,21,4.08,2.26,24,3.14,1.21,7,2.67,1.44,12,3.62,2.11,21,4.8,2.09,20,4.53,2.14,19,3.88,1.51,26,3.5,1.6,8,2.36,0.92,11,3.74,2.26,23,4.68,1.92,19,4.38,2.16,21,3.96,1.46,24
+mud,5.06,1.21,18,3.19,1.66,21,4.27,2.43,22,5.0,0.0,3,5.07,1.33,15,3.38,1.41,8,3.08,1.85,13,4.56,2.92,9,4.08,2.14,13,5.0,1.58,9,5.11,0.78,9,3.33,1.32,9,3.08,1.93,12,4.4,2.53,15,4.0,2.38,7,5.67,1.63,6,4.75,0.87,12,3.8,1.32,10,2.64,1.8,11,4.0,3.05,12,4.6,1.51,10
+muddle,4.47,1.35,19,3.05,2.14,20,4.8,2.19,20,5.0,0.0,3,4.47,1.46,15,2.0,0.82,10,4.1,2.56,10,5.0,2.16,10,4.6,2.32,10,4.5,1.52,6,4.58,1.31,12,2.57,2.51,7,3.31,1.97,13,4.38,2.5,8,5.08,2.02,12,4.5,1.51,12,4.43,1.13,7,3.4,2.37,10,2.7,1.95,10,4.33,2.0,9,5.18,2.36,11
+muddy,4.14,2.04,102,4.2,2.27,82,4.6,2.21,91,4.23,2.31,39,4.05,1.87,62,3.68,2.1,31,4.51,2.34,51,4.54,2.28,39,4.65,2.17,52,4.22,2.3,54,4.0,1.71,47,3.91,2.19,34,4.4,2.33,48,4.72,2.31,47,4.48,2.11,44,4.11,2.12,61,4.17,1.94,41,4.09,2.21,35,4.28,2.34,47,4.29,2.49,41,4.86,1.93,50
+muff,5.63,2.39,19,3.59,2.38,22,4.43,2.33,23,5.82,2.56,11,5.29,2.43,7,4.38,2.88,8,3.14,2.03,14,5.29,2.75,7,4.06,2.11,16,4.62,2.2,8,6.36,2.34,11,2.22,1.99,9,4.54,2.22,13,4.82,2.14,11,4.08,2.54,12,5.17,2.62,12,6.43,1.81,7,3.36,2.54,11,3.82,2.32,11,4.08,2.53,13,4.9,2.08,10
+muffin,7.1,1.62,20,4.05,2.82,43,6.29,2.2,48,7.0,1.0,11,7.22,2.22,9,4.05,2.99,19,4.04,2.8,23,6.23,2.49,22,6.35,1.98,26,8.25,0.96,4,6.81,1.64,16,3.94,3.0,18,4.12,2.74,25,6.14,2.52,28,6.5,1.7,20,7.08,2.02,12,7.12,0.83,8,3.7,2.9,20,4.35,2.77,23,6.36,2.33,28,6.2,2.07,20
+muffled,4.74,0.56,19,3.86,1.93,21,4.18,2.35,34,4.9,0.57,10,4.56,0.53,9,3.75,1.58,8,3.92,2.18,13,4.71,2.7,14,3.8,2.07,20,4.78,0.67,9,4.7,0.48,10,4.15,1.72,13,3.38,2.26,8,4.18,2.63,22,4.17,1.85,12,4.8,0.63,10,4.67,0.5,9,3.86,1.88,14,3.86,2.19,7,5.06,2.44,17,3.29,1.96,17
+muffler,3.63,1.83,19,4.27,2.95,22,4.64,2.04,28,3.5,2.17,6,3.69,1.75,13,4.18,3.22,11,4.36,2.8,11,4.0,2.61,11,5.06,1.52,17,3.55,1.75,11,3.75,2.05,8,3.82,2.82,11,4.73,3.13,11,4.94,2.01,18,4.1,2.08,10,3.31,1.89,13,4.33,1.63,6,4.29,3.15,14,4.25,2.76,8,4.31,2.47,16,5.08,1.24,12
+mug,4.16,1.77,19,3.83,2.52,23,4.82,2.25,28,4.75,0.71,8,3.73,2.2,11,3.56,2.4,9,4.0,2.66,14,4.21,2.39,14,5.43,1.99,14,3.44,1.88,9,4.8,1.48,10,3.75,2.34,12,3.91,2.81,11,4.21,2.26,14,5.43,2.14,14,4.3,2.0,10,4.0,1.58,9,3.45,2.38,11,4.17,2.69,12,4.75,2.09,12,4.88,2.42,16
+mugger,1.9,1.25,20,5.67,1.83,21,2.97,2.32,34,2.5,1.51,10,1.3,0.48,10,5.88,1.55,8,5.54,2.03,13,3.57,2.56,14,2.55,2.09,20,1.89,1.05,9,1.91,1.45,11,5.46,1.94,13,6.0,1.69,8,3.05,2.36,22,2.83,2.33,12,1.7,0.95,10,2.1,1.52,10,5.43,1.5,14,6.14,2.41,7,3.47,2.45,17,2.47,2.12,17
+mulberry,5.74,1.45,19,2.75,1.71,20,5.43,1.5,21,5.0,1.0,7,6.17,1.53,12,2.67,1.32,9,2.82,2.04,11,5.4,1.14,5,5.44,1.63,16,5.6,1.35,10,5.88,1.73,8,2.38,1.3,8,3.0,1.95,12,5.14,1.51,14,6.0,1.41,7,5.6,1.78,10,5.89,1.05,9,2.75,1.96,12,2.75,1.39,8,5.3,2.06,10,5.55,0.82,11
+mulch,5.33,1.8,21,3.52,1.81,23,5.24,1.09,21,5.8,2.77,5,5.19,1.47,16,4.17,1.7,12,2.82,1.72,11,5.18,0.87,11,5.11,1.27,9,4.75,1.82,12,6.11,1.54,9,3.5,1.86,16,3.57,1.81,7,5.18,1.25,11,5.3,0.95,10,5.77,1.42,13,4.62,2.2,8,3.58,1.8,19,3.25,2.06,4,5.21,1.19,14,5.29,0.95,7
+mule,4.26,1.48,19,2.78,1.66,18,4.5,2.37,16,4.45,1.37,11,4.0,1.69,8,3.25,2.06,4,2.64,1.6,14,4.75,2.38,8,4.25,2.49,8,4.0,1.93,8,4.45,1.13,11,2.57,1.27,7,2.91,1.92,11,4.17,2.32,6,4.7,2.5,10,4.46,1.45,13,3.83,1.6,6,2.27,1.68,11,3.57,1.4,7,4.43,2.88,7,4.56,2.07,9
+mull,4.38,1.69,21,3.12,2.11,25,5.11,2.45,19,4.44,1.81,9,4.33,1.67,12,2.67,1.63,6,3.06,2.13,18,3.71,2.06,7,5.92,2.35,12,4.31,1.7,16,4.6,1.82,5,2.93,2.13,14,3.0,1.89,10,4.89,2.32,9,5.3,2.67,10,4.25,2.01,12,4.56,1.24,9,3.56,2.16,16,2.33,1.87,9,4.64,2.91,11,5.75,1.58,8
+mullet,3.86,2.38,22,3.81,2.62,21,5.64,2.19,22,4.14,2.85,14,3.38,1.19,8,4.36,2.84,11,3.44,2.35,9,5.83,1.94,6,5.56,2.34,16,4.2,2.86,10,3.58,1.98,12,3.36,2.62,11,4.3,2.67,10,5.46,2.07,13,5.89,2.47,9,3.33,2.15,12,4.5,2.59,10,3.15,2.58,13,4.88,2.47,8,5.92,2.23,12,5.3,2.21,10
+multimedia,6.53,1.68,19,4.8,2.63,20,5.9,2.38,20,7.0,2.0,3,6.53,1.68,15,5.2,2.62,10,4.4,2.72,10,6.7,1.83,10,5.1,2.69,10,7.17,1.72,6,6.33,1.67,12,4.86,2.67,7,4.77,2.71,13,4.88,3.0,8,6.58,1.68,12,6.17,1.53,12,7.14,1.86,7,4.9,2.13,10,4.7,3.16,10,4.67,2.29,9,6.91,2.02,11
+multinational,5.3,1.56,20,3.94,2.55,18,5.33,1.65,21,5.0,1.41,5,5.4,1.64,15,4.33,3.14,6,3.75,2.34,12,4.78,0.83,9,5.75,2.01,12,5.7,1.34,10,4.9,1.73,10,4.3,3.02,10,3.5,1.93,8,6.0,1.94,10,4.73,1.1,11,4.83,1.7,12,6.0,1.07,8,2.78,2.64,9,5.11,1.96,9,5.73,1.85,11,4.9,1.37,10
+multiple,5.0,1.61,18,4.0,2.03,20,5.64,1.62,22,4.6,1.52,5,5.17,1.75,12,3.83,2.48,6,4.07,1.9,14,6.1,2.02,10,5.25,1.14,12,5.0,2.08,7,5.0,1.41,10,5.14,2.27,7,3.38,1.66,13,5.36,1.29,11,5.91,1.92,11,4.92,1.88,12,5.17,0.98,6,4.27,2.33,11,3.67,1.66,9,5.79,1.76,14,5.38,1.41,8
+multiple sclerosis,2.45,1.39,20,5.11,2.81,18,2.33,2.2,24,2.4,1.67,5,2.47,1.36,15,6.4,3.44,5,4.62,2.5,13,2.54,2.11,13,2.09,2.39,11,2.0,1.41,10,2.9,1.29,10,6.0,2.71,7,4.55,2.84,11,2.44,1.93,16,2.12,2.8,8,2.79,1.48,14,1.67,0.82,6,5.33,2.46,12,4.67,3.61,6,2.93,2.6,15,1.33,0.5,9
+multiplex,5.09,1.85,22,4.95,2.3,19,5.45,2.04,20,5.4,1.14,5,5.0,2.1,16,5.38,1.19,8,4.64,2.87,11,5.2,1.99,10,5.7,2.16,10,4.5,1.83,12,5.8,1.69,10,5.3,2.0,10,4.56,2.65,9,5.64,2.06,11,5.22,2.11,9,5.09,2.07,11,5.09,1.7,11,4.25,2.25,8,5.45,2.3,11,5.56,1.74,9,5.36,2.34,11
+multiply,5.43,1.69,21,4.39,1.95,23,5.48,2.18,21,5.4,2.7,5,5.44,1.36,16,4.5,1.57,12,4.27,2.37,11,5.45,2.54,11,5.11,1.45,9,5.58,2.15,12,5.22,0.83,9,4.31,1.85,16,4.57,2.3,7,5.36,2.11,11,5.6,2.37,10,5.46,1.39,13,5.38,2.2,8,4.58,1.98,19,3.5,1.73,4,5.43,1.91,14,5.57,2.82,7
+multitude,5.0,1.56,20,4.09,2.16,22,5.16,2.06,19,5.22,2.17,9,4.82,0.87,11,4.8,3.03,5,3.88,1.96,16,5.5,2.26,6,5.0,2.04,13,4.86,1.79,14,5.33,0.82,6,3.58,1.98,12,4.78,2.44,9,5.0,1.41,9,5.3,2.58,10,5.1,1.73,10,4.9,1.45,10,3.42,2.19,12,4.9,1.91,10,6.33,2.16,6,4.62,1.85,13
+mum,5.43,1.21,21,3.35,2.35,23,4.54,2.12,26,5.27,0.79,11,5.6,1.58,10,3.45,2.62,11,3.25,2.18,12,4.36,2.38,11,4.64,2.06,14,5.7,1.49,10,5.18,0.87,11,3.82,2.56,11,2.92,2.15,12,4.24,1.86,17,5.12,2.75,8,5.69,1.44,13,5.0,0.53,8,3.53,2.56,15,3.0,2.0,8,4.94,2.16,17,3.78,1.92,9
+mumble,4.4,1.73,20,3.19,2.18,21,3.68,2.25,25,5.0,2.16,4,4.25,1.65,16,4.0,2.58,4,3.0,2.12,17,5.11,2.52,9,2.88,1.67,16,5.0,1.77,8,4.0,1.65,12,3.4,2.12,10,3.0,2.32,11,4.0,2.22,14,3.27,2.33,11,4.82,1.54,11,3.89,1.9,9,2.7,2.31,10,3.64,2.06,11,4.28,2.32,18,2.14,1.07,7
+mumbo,4.76,1.87,21,5.1,1.33,20,4.75,2.29,20,5.33,0.52,6,4.53,2.17,15,5.5,0.93,8,4.83,1.53,12,4.45,2.34,11,5.11,2.32,9,4.5,1.38,6,4.87,2.07,15,5.8,0.92,10,4.4,1.35,10,4.86,2.66,14,4.5,1.22,6,5.14,2.12,7,4.57,1.79,14,5.36,1.28,14,4.5,1.38,6,4.36,2.29,11,5.22,2.33,9
+mummy,4.81,2.48,21,3.75,2.12,20,4.4,1.98,20,4.83,2.04,6,4.8,2.7,15,4.75,2.66,8,3.08,1.44,12,4.1,2.47,10,4.7,1.42,10,5.17,2.99,6,4.67,2.35,15,4.7,2.31,10,2.8,1.48,10,4.15,1.86,13,4.86,2.27,7,5.29,2.75,7,4.57,2.41,14,4.0,2.48,14,3.17,0.75,6,4.08,2.43,12,4.88,0.99,8
+mumps,2.61,1.61,18,3.84,2.81,19,3.44,1.64,25,2.8,1.48,5,2.54,1.71,13,4.45,3.24,11,3.0,2.0,8,3.56,1.36,16,3.22,2.11,9,2.71,1.8,7,2.55,1.57,11,2.0,1.12,9,5.5,2.88,10,3.5,1.57,20,3.2,2.05,5,2.67,1.87,9,2.56,1.42,9,3.4,2.88,10,4.33,2.83,9,3.58,1.57,19,3.0,1.9,6
+munch,6.32,1.53,19,3.62,1.96,21,6.14,1.73,22,6.22,1.56,9,6.4,1.58,10,3.38,1.3,8,3.77,2.31,13,6.55,1.75,11,5.73,1.68,11,5.86,1.57,7,6.58,1.51,12,3.44,1.51,9,3.75,2.3,12,5.85,1.72,13,6.56,1.74,9,6.1,1.45,10,6.56,1.67,9,3.12,1.55,8,3.92,2.18,13,6.5,1.87,14,5.5,1.31,8
+munchkin,6.95,1.81,19,4.27,2.25,22,4.13,2.22,23,6.27,1.95,11,7.71,1.11,7,4.38,2.0,8,4.21,2.46,14,4.14,2.61,7,4.12,2.13,16,6.88,2.36,8,7.0,1.41,11,3.56,2.46,9,4.77,2.05,13,4.09,2.17,11,4.17,2.37,12,7.17,1.95,12,6.57,1.62,7,3.82,2.68,11,4.73,1.74,11,4.46,2.5,13,3.7,1.83,10
+mundane,3.63,1.3,19,2.76,1.79,21,4.0,1.92,20,4.0,1.0,3,3.56,1.36,16,2.17,1.47,6,3.0,1.89,15,5.0,2.0,6,3.57,1.79,14,4.0,1.05,10,3.22,1.48,9,2.57,1.81,7,2.86,1.83,14,4.4,1.65,10,3.6,2.17,10,4.5,0.76,8,3.0,1.26,11,3.0,1.87,9,2.58,1.78,12,3.5,1.2,8,4.33,2.27,12
+municipal,4.89,1.49,18,3.05,2.31,20,4.92,2.32,24,5.08,1.62,12,4.5,1.22,6,4.2,3.03,5,2.67,1.99,15,4.54,2.47,13,5.36,2.16,11,4.88,2.1,8,4.9,0.88,10,4.43,2.76,7,2.31,1.7,13,4.27,2.1,11,5.46,2.44,13,5.0,2.07,8,4.8,0.92,10,2.9,2.13,10,3.2,2.57,10,5.0,2.92,9,4.87,2.0,15
+mural,6.67,1.24,21,3.4,2.24,25,5.95,1.68,19,6.11,0.93,9,7.08,1.31,12,3.67,2.66,6,3.44,2.15,18,5.57,0.79,7,6.17,2.04,12,6.5,1.15,16,7.2,1.48,5,3.14,2.35,14,4.0,2.05,10,5.89,1.83,9,6.0,1.63,10,6.42,1.0,12,7.0,1.5,9,3.81,2.48,16,2.67,1.58,9,5.82,1.83,11,6.12,1.55,8
+murder,1.48,0.81,21,6.24,2.76,21,3.38,2.28,16,1.67,0.82,6,1.43,0.85,14,5.14,3.39,7,6.79,2.33,14,4.38,1.85,8,2.38,2.33,8,1.69,0.95,13,1.14,0.38,7,5.11,2.76,9,7.08,2.54,12,4.0,2.5,9,2.57,1.81,7,1.62,0.96,13,1.25,0.46,8,5.83,3.37,6,6.4,2.59,15,3.56,2.46,9,3.14,2.19,7
+murderer,1.92,1.63,101,6.83,1.94,82,2.83,2.26,95,2.33,2.02,46,1.62,1.14,52,6.62,2.08,29,6.94,1.86,53,3.25,2.3,44,2.47,2.18,51,2.13,1.86,52,1.72,1.35,47,6.64,1.94,36,6.98,1.94,46,3.12,2.43,56,2.41,1.96,39,2.08,1.79,59,1.69,1.35,42,6.91,1.95,35,6.77,1.95,47,2.96,2.48,48,2.7,2.03,47
+murderess,2.56,1.54,18,5.8,2.71,20,3.52,2.35,25,2.8,1.48,5,2.46,1.61,13,7.09,2.02,11,4.22,2.68,9,3.31,2.09,16,3.89,2.85,9,2.86,1.35,7,2.36,1.69,11,4.78,2.86,9,6.64,2.38,11,3.15,2.23,20,5.0,2.45,5,2.89,1.76,9,2.22,1.3,9,5.73,3.04,11,5.89,2.42,9,4.05,2.41,19,1.83,0.98,6
+murderous,2.05,1.67,20,7.05,2.06,20,2.95,1.83,21,2.33,1.63,6,1.93,1.73,14,7.25,1.83,8,6.92,2.27,12,3.0,2.19,11,2.9,1.45,10,1.67,1.63,6,2.21,1.72,14,7.3,1.89,10,6.8,2.3,10,3.14,2.07,14,2.57,1.27,7,1.86,1.57,7,2.15,1.77,13,7.14,2.25,14,6.83,1.72,6,2.83,2.08,12,3.11,1.54,9
+murky,3.4,1.39,20,3.45,1.82,20,3.77,1.63,22,3.43,1.13,7,3.38,1.56,13,4.11,1.54,9,2.91,1.92,11,3.83,2.64,6,3.75,1.18,16,3.7,1.16,10,3.0,1.66,9,3.5,1.51,8,3.42,2.07,12,4.0,1.81,15,3.29,1.11,7,3.36,1.57,11,3.44,1.24,9,3.92,1.73,12,2.75,1.83,8,3.82,1.94,11,3.73,1.35,11
+murmur,4.57,1.43,21,4.08,1.58,25,4.36,1.89,22,5.25,1.16,8,4.15,1.46,13,4.0,1.78,13,4.17,1.4,12,4.15,2.08,13,4.67,1.66,9,4.62,1.77,8,4.5,1.31,12,4.86,1.23,14,3.09,1.45,11,5.17,1.75,12,3.4,1.65,10,4.9,0.74,10,4.27,1.85,11,3.82,1.7,17,4.62,1.19,8,3.7,1.89,10,4.92,1.78,12
+muscle,6.15,1.35,20,4.55,2.46,22,6.81,1.71,27,7.29,1.11,7,5.54,1.05,13,5.0,2.45,10,4.17,2.52,12,6.93,1.71,15,7.0,1.41,11,6.27,1.35,11,6.0,1.41,9,4.44,2.55,9,4.62,2.5,13,7.12,1.58,17,6.67,1.58,9,6.54,1.39,13,5.43,0.98,7,4.38,2.87,16,5.0,0.63,6,7.0,1.76,12,6.67,1.72,15
+muscular,6.32,1.85,81,4.98,2.48,83,6.52,2.03,71,6.09,2.05,33,6.53,1.68,47,4.88,2.67,32,5.04,2.38,51,6.89,1.94,36,6.14,2.07,35,6.32,1.91,47,6.39,1.77,33,5.11,2.74,38,4.87,2.27,45,6.73,2.0,37,6.29,2.07,34,6.26,1.91,46,6.4,1.79,35,4.89,2.87,35,5.04,2.19,48,6.26,2.22,34,6.76,1.83,37
+muse,6.3,1.08,20,4.75,2.63,20,6.12,1.53,26,6.27,1.01,11,6.33,1.22,9,5.0,2.89,7,4.62,2.6,13,5.92,1.26,13,6.31,1.8,13,6.18,1.17,11,6.44,1.01,9,4.18,2.56,11,5.44,2.7,9,6.47,1.7,17,5.44,0.88,9,5.9,0.74,10,6.7,1.25,10,5.0,2.45,12,4.38,3.02,8,6.38,1.54,16,5.7,1.49,10
+museum,6.67,1.59,21,3.74,2.58,23,5.4,2.06,20,6.5,1.83,12,6.89,1.27,9,4.36,2.69,11,3.17,2.44,12,5.4,2.12,10,5.4,2.12,10,7.0,1.63,4,6.59,1.62,17,4.27,2.8,11,3.25,2.38,12,4.75,2.31,8,5.83,1.85,12,7.0,1.41,12,6.22,1.79,9,3.73,2.45,11,3.75,2.8,12,4.78,2.39,9,5.91,1.7,11
+mush,4.05,1.79,20,3.21,2.41,24,4.79,1.93,28,4.25,1.04,8,3.92,2.19,12,3.44,2.88,9,3.07,2.19,15,4.43,1.28,14,5.14,2.41,14,3.22,1.39,9,4.73,1.85,11,3.58,2.75,12,2.83,2.08,12,4.57,2.24,14,5.0,1.62,14,4.3,1.83,10,3.8,1.81,10,3.42,2.31,12,3.0,2.59,12,4.67,1.67,12,4.88,2.16,16
+mushroom,5.61,2.0,41,3.14,2.28,44,5.5,1.75,38,4.6,1.78,10,6.0,2.04,29,3.38,2.31,21,2.91,2.27,23,4.92,1.55,13,5.8,1.8,25,4.74,1.88,19,6.43,1.83,21,3.77,2.71,22,2.5,1.57,22,5.19,1.94,21,5.88,1.45,17,5.17,2.08,23,6.17,1.79,18,3.58,2.43,24,2.6,2.01,20,5.85,1.87,20,5.11,1.57,18
+mushy,4.6,2.09,20,3.71,1.87,21,5.47,2.33,34,5.0,1.94,10,4.2,2.25,10,3.38,1.77,8,3.92,1.98,13,5.5,2.5,14,5.45,2.26,20,5.44,2.01,9,3.91,1.97,11,4.0,1.83,13,3.25,1.98,8,5.27,2.25,22,5.83,2.52,12,4.9,2.28,10,4.3,1.95,10,3.36,2.02,14,4.43,1.4,7,5.71,2.37,17,5.24,2.33,17
+music,7.67,1.82,40,5.57,3.09,23,6.5,2.25,48,7.87,1.25,15,7.56,2.1,25,4.91,3.33,11,6.17,2.86,12,6.67,2.63,18,6.4,2.03,30,7.68,2.29,19,7.67,1.32,21,6.91,2.74,11,4.33,2.96,12,6.3,2.34,33,6.93,2.05,15,7.33,2.16,24,8.19,0.98,16,6.64,2.66,11,4.58,3.23,12,6.46,2.16,26,6.55,2.4,22
+musical,7.68,1.21,22,5.63,2.61,19,5.43,2.48,21,6.6,0.55,5,8.06,1.18,16,5.38,3.16,8,5.82,2.27,11,5.2,2.57,10,5.64,2.5,11,7.33,1.3,12,8.1,0.99,10,4.8,2.49,10,6.56,2.55,9,5.5,2.71,12,5.33,2.29,9,7.64,1.36,11,7.73,1.1,11,3.62,1.6,8,7.09,2.21,11,5.44,2.55,9,5.42,2.54,12
+musician,6.79,1.55,19,5.52,2.02,21,5.7,2.24,23,7.0,1.73,3,6.75,1.57,16,6.0,2.2,8,5.23,1.92,13,4.89,2.76,9,6.21,1.76,14,6.78,1.99,9,6.8,1.14,10,5.89,1.9,9,5.25,2.14,12,5.47,2.36,15,6.12,2.1,8,6.86,2.04,7,6.75,1.29,12,5.5,1.72,10,5.55,2.34,11,6.38,2.69,13,4.8,1.03,10
+musk,4.5,1.82,18,2.45,1.88,20,4.56,1.71,25,4.2,2.39,5,4.62,1.66,13,1.91,0.83,11,3.11,2.57,9,4.88,1.82,16,4.0,1.41,9,5.0,2.45,7,4.18,1.33,11,2.22,2.28,9,2.64,1.57,11,4.5,1.88,20,4.8,0.84,5,4.22,1.99,9,4.78,1.72,9,2.73,2.28,11,2.11,1.27,9,4.84,1.61,19,3.67,1.86,6
+musket,4.13,1.71,23,4.0,2.74,18,4.64,2.04,22,4.71,0.95,7,3.88,1.93,16,6.83,1.47,6,2.58,2.02,12,4.9,1.85,10,4.42,2.23,12,5.0,1.18,11,3.33,1.78,12,5.0,2.98,10,2.75,1.91,8,4.18,2.09,11,5.09,1.97,11,4.0,2.08,14,4.33,1.0,9,3.67,2.96,9,4.33,2.65,9,4.55,2.02,11,4.73,2.15,11
+musketeer,4.76,1.95,21,4.71,2.45,21,4.96,2.01,25,4.83,1.85,12,4.67,2.18,9,5.57,2.44,7,4.29,2.43,14,4.7,2.0,10,5.13,2.07,15,5.25,2.36,4,4.65,1.9,17,5.7,2.5,10,3.82,2.14,11,4.29,1.98,7,5.22,2.02,18,4.92,1.83,12,4.56,2.19,9,4.69,2.53,13,4.75,2.49,8,4.56,2.24,9,5.19,1.91,16
+muskrat,4.15,1.9,20,3.5,2.18,18,4.32,1.49,22,4.2,1.3,5,4.13,2.1,15,4.83,2.14,6,2.83,1.95,12,4.5,1.43,10,4.17,1.59,12,5.0,1.63,10,3.3,1.83,10,3.9,2.28,10,3.0,2.07,8,4.55,1.37,11,4.09,1.64,11,3.92,2.35,12,4.5,0.93,8,3.11,2.52,9,3.89,1.83,9,4.0,1.84,11,4.64,1.03,11
+must,5.45,1.44,22,4.1,2.47,21,5.06,2.68,17,4.83,1.17,6,5.73,1.53,15,3.57,2.64,7,4.36,2.44,14,6.0,2.51,8,4.38,2.83,8,5.64,1.74,14,5.14,0.69,7,3.78,2.49,9,4.33,2.53,12,5.67,3.08,9,4.38,2.13,8,5.36,1.15,14,5.62,1.92,8,5.33,3.61,6,3.6,1.76,15,5.33,2.65,9,4.75,2.87,8
+mustang,6.32,1.97,19,6.14,2.83,22,6.0,2.21,24,4.67,1.97,6,7.08,1.5,13,6.67,2.57,12,5.5,3.14,10,4.88,2.42,8,6.56,1.93,16,6.2,1.55,10,6.44,2.46,9,6.78,2.95,9,5.69,2.78,13,6.41,2.0,17,5.0,2.76,6,7.38,1.6,8,5.55,1.92,11,6.89,2.37,9,5.62,3.1,13,5.94,2.41,16,6.12,1.89,8
+mustard,4.74,1.41,19,3.39,2.0,18,5.69,2.63,16,5.09,1.14,11,4.25,1.67,8,4.0,2.16,4,3.21,2.01,14,5.5,2.39,8,5.88,3.0,8,4.62,0.92,8,4.82,1.72,11,4.29,1.98,7,2.82,1.89,11,5.2,2.49,5,5.91,2.77,11,4.62,1.56,13,5.0,1.1,6,2.55,1.86,11,4.71,1.5,7,6.14,2.04,7,5.33,3.08,9
+muster,4.67,1.68,21,3.65,2.31,23,5.41,1.97,17,4.33,2.29,9,4.92,1.08,12,4.55,2.54,11,2.83,1.8,12,5.1,1.85,10,5.86,2.19,7,4.29,2.14,7,4.92,1.5,13,4.55,2.42,11,2.83,1.95,12,4.83,2.4,6,5.73,1.74,11,4.31,1.97,13,5.25,0.89,8,3.18,2.09,11,4.08,2.5,12,4.38,1.41,8,6.33,2.0,9
+musty,3.37,1.34,19,3.5,2.32,22,4.22,2.76,23,3.55,1.21,11,3.14,1.68,7,4.25,2.31,8,3.07,2.3,14,5.43,2.51,7,3.69,2.77,16,3.88,1.36,8,3.0,1.26,11,3.22,2.44,9,3.69,2.32,13,4.55,2.73,11,3.92,2.87,12,3.42,1.68,12,3.29,0.49,7,3.27,2.65,11,3.73,2.05,11,4.54,2.85,13,3.8,2.74,10
+mutant,5.06,1.95,18,4.61,2.64,18,4.53,2.29,17,5.45,1.75,11,4.43,2.23,7,6.75,1.71,4,4.0,2.57,14,4.88,2.42,8,4.22,2.28,9,5.5,1.77,8,4.7,2.11,10,4.0,2.65,7,5.0,2.68,11,5.83,2.32,6,3.82,2.04,11,4.75,1.91,12,5.67,2.07,6,4.45,2.54,11,4.86,2.97,7,3.43,2.23,7,5.3,2.11,10
+mutate,4.16,2.14,19,5.88,2.27,24,4.04,2.12,28,5.12,1.25,8,3.45,2.42,11,5.33,1.94,9,6.2,2.46,15,3.36,1.69,14,4.71,2.33,14,3.44,2.46,9,4.8,1.69,10,5.83,2.08,12,5.92,2.54,12,4.07,2.2,14,4.0,2.11,14,3.3,2.11,10,5.11,1.83,9,5.92,2.27,12,5.83,2.37,12,3.83,1.8,12,4.19,2.37,16
+mutation,4.14,1.9,37,4.56,2.83,18,4.16,2.21,25,3.86,1.96,14,4.3,1.89,23,6.0,2.19,6,3.83,2.92,12,4.9,2.64,10,3.67,1.8,15,4.1,2.05,21,4.19,1.76,16,5.1,2.73,10,3.88,3.0,8,5.14,2.67,7,3.78,1.96,18,3.89,1.91,19,4.39,1.91,18,4.0,3.16,9,5.11,2.52,9,4.0,2.83,9,4.25,1.88,16
+mute,3.95,1.47,20,2.45,1.88,20,4.18,2.24,22,4.14,1.68,7,3.85,1.41,13,3.33,2.29,9,1.73,1.1,11,5.17,2.32,6,3.81,2.17,16,4.2,1.03,10,3.56,1.88,9,2.62,2.45,8,2.33,1.5,12,4.73,2.34,15,3.0,1.53,7,4.27,1.62,11,3.56,1.24,9,2.5,2.11,12,2.38,1.6,8,4.73,2.41,11,3.64,2.01,11
+muted,3.63,1.67,19,2.15,1.66,20,4.9,2.34,20,4.33,0.58,3,3.67,1.72,15,1.7,0.95,10,2.6,2.12,10,4.5,2.12,10,5.3,2.58,10,3.5,1.52,6,3.92,1.68,12,1.71,1.11,7,2.38,1.89,13,3.5,1.07,8,5.83,2.52,12,3.25,1.48,12,4.29,1.89,7,2.4,2.01,10,1.9,1.29,10,4.89,1.9,9,4.91,2.74,11
+mutilate,2.0,1.21,20,4.96,2.75,47,2.91,2.37,22,1.67,0.58,3,2.06,1.3,17,4.64,2.59,14,5.09,2.84,33,3.7,2.36,10,2.25,2.26,12,2.71,1.7,7,1.62,0.65,13,4.7,2.7,23,5.21,2.83,24,3.18,2.86,11,2.64,1.86,11,2.22,1.2,9,1.82,1.25,11,4.68,2.87,25,5.27,2.64,22,3.27,2.9,11,2.55,1.75,11
+mutilated,2.73,2.1,22,6.0,2.47,20,3.32,1.99,22,3.07,2.34,14,2.12,1.55,8,5.82,2.89,11,6.12,2.1,8,4.5,1.87,6,2.88,1.89,16,3.3,2.71,10,2.25,1.36,12,5.55,2.62,11,6.56,2.3,9,4.0,1.78,13,2.33,1.94,9,2.5,1.83,12,3.0,2.45,10,5.23,2.65,13,7.43,1.27,7,3.58,1.98,12,3.0,2.05,10
+mutilation,2.27,1.61,22,5.38,2.67,21,2.73,1.55,22,2.36,1.74,14,2.12,1.46,8,5.73,2.94,11,5.44,2.13,9,3.83,1.6,6,2.31,1.35,16,2.9,1.85,10,1.75,1.22,12,5.27,2.65,11,5.5,2.84,10,3.54,1.39,13,1.56,0.88,9,2.33,1.83,12,2.2,1.4,10,4.69,2.95,13,6.5,1.77,8,2.75,1.82,12,2.7,1.25,10
+mutiny,4.2,1.91,20,5.18,2.32,22,4.56,2.22,27,5.43,2.23,7,3.54,1.39,13,5.6,2.22,10,4.83,2.44,12,4.87,2.03,15,4.0,2.53,11,4.27,1.9,11,4.11,2.03,9,5.56,2.01,9,4.92,2.56,13,5.0,2.5,17,3.56,1.33,9,4.38,2.1,13,3.86,1.57,7,5.06,2.41,16,5.5,2.26,6,5.25,1.82,12,4.0,2.42,15
+mutt,4.84,2.63,19,4.14,2.25,22,4.5,2.19,24,4.5,2.59,6,5.0,2.74,13,4.33,2.02,12,3.9,2.6,10,3.25,1.67,8,5.12,2.19,16,4.7,2.21,10,5.0,3.16,9,4.44,1.74,9,3.92,2.6,13,4.29,2.08,17,5.0,2.76,6,5.25,3.33,8,4.55,2.11,11,3.67,2.12,9,4.46,2.37,13,5.06,2.32,16,3.38,1.41,8
+mutter,4.4,0.82,20,3.67,2.06,21,5.57,1.72,21,4.11,0.78,9,4.64,0.81,11,3.8,2.49,10,3.55,1.69,11,5.0,0.76,8,5.92,2.06,13,4.14,0.77,14,5.0,0.63,6,3.38,2.45,8,3.85,1.86,13,5.75,1.58,8,5.46,1.85,13,4.3,0.67,10,4.5,0.97,10,4.0,2.28,11,3.3,1.83,10,6.17,1.95,12,4.78,0.97,9
+mutual,6.48,1.25,21,3.5,2.45,24,6.45,2.24,20,6.62,0.92,8,6.38,1.45,13,4.17,1.94,6,3.28,2.61,18,7.36,1.29,11,5.33,2.69,9,6.67,1.3,12,6.22,1.2,9,4.0,2.36,10,3.14,2.54,14,6.69,2.18,13,6.0,2.45,7,6.64,1.22,14,6.14,1.35,7,4.25,2.32,16,2.0,2.07,8,6.5,2.07,12,6.38,2.62,8
+muzzle,3.95,1.75,21,4.65,2.29,23,3.54,2.06,26,4.36,1.8,11,3.5,1.65,10,4.73,2.45,11,4.58,2.23,12,3.36,1.91,11,3.57,2.28,14,3.6,1.58,10,4.27,1.9,11,5.18,2.23,11,4.17,2.33,12,3.47,1.77,17,3.5,2.78,8,3.85,1.95,13,4.12,1.46,8,4.93,2.4,15,4.12,2.1,8,3.94,2.11,17,2.78,1.86,9
+myriad,5.52,1.63,21,3.52,2.09,21,5.41,1.44,22,5.62,1.8,13,5.38,1.41,8,3.64,2.16,11,3.67,2.06,9,5.0,1.41,6,5.56,1.46,16,5.22,2.11,9,5.75,1.22,12,3.27,2.1,11,3.8,2.15,10,4.92,1.26,13,6.11,1.45,9,4.82,1.72,11,6.3,1.16,10,3.23,2.2,13,4.0,1.93,8,4.83,1.27,12,6.1,1.37,10
+mysterious,6.05,1.32,20,5.45,2.04,22,4.76,2.23,21,6.22,1.39,9,5.91,1.3,11,5.36,2.16,11,5.55,2.02,11,5.0,1.6,8,4.62,2.6,13,6.0,1.36,14,6.17,1.33,6,4.62,2.2,8,5.93,1.86,14,5.5,1.77,8,4.31,2.43,13,6.0,1.41,10,6.1,1.29,10,5.0,1.68,13,6.11,2.42,9,4.58,2.23,12,5.0,2.35,9
+mystery,5.29,2.03,21,5.04,2.6,23,4.33,2.45,18,4.89,1.96,9,5.58,2.11,12,4.09,2.51,11,5.92,2.47,12,4.4,2.63,10,4.25,2.38,8,4.71,2.29,7,5.54,1.98,13,4.82,2.64,11,5.25,2.67,12,4.57,2.88,7,4.18,2.27,11,4.85,2.19,13,6.0,1.6,8,6.64,1.43,11,3.58,2.61,12,4.11,2.03,9,4.56,2.92,9
+mystic,6.12,2.16,40,4.52,2.34,21,4.7,2.19,43,6.68,1.92,19,5.68,2.0,19,3.86,2.85,7,4.85,2.15,13,4.55,2.28,22,4.86,2.13,21,5.25,2.08,16,6.61,2.04,23,5.0,2.38,7,4.23,2.45,13,4.32,1.57,19,5.0,2.57,24,5.96,2.38,23,6.35,1.87,17,5.45,1.81,11,3.5,2.51,10,5.0,2.26,21,4.41,2.13,22
+mystical,6.57,1.89,21,5.04,2.61,25,5.79,1.96,24,6.0,2.2,8,6.92,1.66,13,3.9,2.28,10,5.8,2.6,15,5.67,1.73,9,5.87,2.13,15,6.5,1.85,8,6.62,1.98,13,6.0,2.52,13,4.0,2.37,12,5.5,1.62,12,6.08,2.27,12,7.17,1.53,12,5.78,2.11,9,5.2,2.68,15,4.8,2.62,10,6.23,1.83,13,5.27,2.05,11
+mysticism,6.0,1.86,19,4.29,2.53,21,4.58,2.22,19,4.0,1.73,3,6.38,1.67,16,4.33,2.34,6,4.27,2.69,15,5.8,1.64,5,4.14,2.28,14,5.9,1.52,10,6.11,2.26,9,5.0,2.31,7,3.93,2.64,14,5.33,1.8,9,3.9,2.42,10,5.0,1.93,8,6.73,1.49,11,5.0,2.96,9,3.75,2.14,12,4.88,2.64,8,4.36,1.96,11
+mystified,6.05,1.96,21,5.8,2.33,20,4.67,2.46,21,6.0,0.89,6,6.07,2.28,15,6.5,1.51,8,5.33,2.71,12,5.18,2.09,11,4.1,2.81,10,5.83,1.17,6,6.13,2.23,15,6.6,1.58,10,5.0,2.75,10,4.79,2.75,14,4.43,1.9,7,6.43,1.99,7,5.86,1.99,14,5.86,2.51,14,5.67,2.07,6,4.83,2.33,12,4.44,2.74,9
+mystique,6.52,1.08,21,5.67,2.52,21,5.32,1.94,22,6.56,0.88,9,6.5,1.24,12,4.67,2.07,6,5.86,2.6,14,5.83,2.04,6,5.12,1.93,16,6.44,0.88,9,6.58,1.24,12,6.2,2.77,5,5.5,2.5,16,5.55,1.97,11,5.09,1.97,11,6.75,0.62,12,6.22,1.48,9,6.33,2.83,9,5.17,2.25,12,5.42,2.07,12,5.2,1.87,10
+myth,6.11,2.02,19,4.0,2.53,22,5.38,2.09,16,6.55,2.16,11,5.43,1.9,7,4.75,2.92,8,3.57,2.28,14,4.17,2.4,6,6.1,1.6,10,6.12,2.23,8,6.09,1.97,11,4.33,2.96,9,3.77,2.28,13,5.88,1.96,8,4.88,2.23,8,5.92,2.39,12,6.43,1.27,7,3.55,2.62,11,4.45,2.46,11,5.22,2.11,9,5.57,2.23,7
+mythical,6.11,2.05,18,5.1,2.43,20,4.91,2.0,23,6.58,1.88,12,5.17,2.23,6,5.2,2.49,5,5.07,2.49,15,4.42,1.83,12,5.45,2.11,11,6.44,2.24,9,5.78,1.92,9,5.57,2.51,7,4.85,2.44,13,4.73,2.05,11,5.08,2.02,12,5.67,2.18,9,6.56,1.94,9,4.7,2.0,10,5.5,2.84,10,5.44,2.01,9,4.57,1.99,14
+mythology,6.1,1.77,20,4.27,2.53,22,4.81,1.94,27,5.3,1.83,10,6.9,1.37,10,3.57,2.15,7,4.6,2.69,15,4.76,2.33,17,4.9,1.1,10,6.18,1.47,11,6.0,2.18,9,3.2,2.95,5,4.59,2.4,17,4.57,2.34,14,5.08,1.44,13,5.92,1.51,12,6.38,2.2,8,4.4,3.2,10,4.17,1.95,12,5.64,1.95,14,3.92,1.55,13
+nab,3.65,1.53,20,4.27,2.23,22,4.84,2.09,19,2.67,1.32,9,4.45,1.21,11,2.6,1.14,5,4.69,2.3,16,4.0,2.97,6,5.23,1.54,13,3.79,1.12,14,3.33,2.34,6,3.75,2.26,12,4.78,2.22,9,4.22,1.09,9,5.4,2.63,10,3.9,1.1,10,3.4,1.9,10,3.58,2.57,12,5.1,1.45,10,4.17,2.86,6,5.15,1.68,13
+nacho,7.05,1.47,19,4.38,1.91,21,5.82,1.62,22,6.4,1.95,5,7.31,1.32,13,4.17,2.4,6,4.47,1.77,15,5.3,1.42,10,6.25,1.71,12,6.86,1.86,7,7.18,1.33,11,5.43,2.15,7,3.86,1.61,14,5.45,1.44,11,6.18,1.78,11,7.42,1.44,12,6.43,1.4,7,5.09,2.07,11,3.6,1.43,10,5.64,1.45,14,6.12,1.96,8
+nada,4.57,1.5,21,3.7,2.51,23,4.11,1.91,19,4.8,1.79,5,4.5,1.46,16,4.58,2.54,12,2.73,2.2,11,4.0,1.49,10,3.62,1.69,8,4.17,1.8,12,5.11,0.78,9,4.0,2.58,16,3.0,2.38,7,4.0,1.25,10,4.22,2.54,9,4.38,1.45,13,4.88,1.64,8,3.53,2.55,19,4.5,2.52,4,3.85,1.52,13,4.67,2.66,6
+nag,2.3,1.56,20,4.72,2.78,18,3.96,2.73,24,2.4,0.89,5,2.27,1.75,15,5.8,3.03,5,4.31,2.69,13,3.77,2.74,13,4.18,2.82,11,1.8,0.92,10,2.8,1.93,10,6.14,2.73,7,3.82,2.52,11,4.44,2.45,16,3.0,3.16,8,2.29,1.59,14,2.33,1.63,6,5.25,2.34,12,3.67,3.5,6,3.67,2.61,15,4.44,3.0,9
+nail,4.6,1.7,20,3.05,2.46,21,5.17,2.12,24,3.75,1.71,4,4.81,1.68,16,3.5,3.11,4,2.94,2.38,17,6.0,2.4,9,4.67,1.84,15,4.88,1.13,8,4.42,2.02,12,3.3,2.5,10,2.82,2.52,11,5.23,1.59,13,5.09,2.7,11,4.64,1.29,11,4.56,2.19,9,2.8,2.39,10,3.27,2.61,11,5.44,1.98,18,4.33,2.5,6
+nail gun,4.09,1.9,22,4.85,2.54,26,5.96,2.1,24,4.22,2.28,9,4.0,1.68,13,4.5,2.88,10,5.06,2.38,16,6.44,1.94,9,5.67,2.19,15,4.25,0.89,8,4.0,2.32,14,5.15,2.58,13,4.54,2.57,13,5.08,1.98,12,6.83,1.9,12,3.58,1.68,12,4.7,2.06,10,4.47,2.59,15,5.36,2.5,11,6.46,1.81,13,5.36,2.34,11
+naive,4.22,1.51,23,3.86,2.22,21,5.0,2.32,20,4.38,1.41,8,4.13,1.6,15,4.11,2.32,9,3.67,2.23,12,6.43,2.64,7,4.23,1.79,13,3.92,1.38,12,4.55,1.63,11,3.5,2.07,10,4.18,2.4,11,5.2,2.51,15,4.4,1.67,5,4.09,1.45,11,4.33,1.61,12,4.3,2.06,10,3.45,2.38,11,4.8,2.1,10,5.2,2.62,10
+naked,6.21,2.43,42,5.58,2.73,45,5.6,3.0,25,7.12,2.06,17,5.6,2.52,25,4.91,2.91,11,5.91,2.64,33,6.5,2.27,8,5.18,3.26,17,6.31,2.42,29,6.0,2.55,13,5.58,2.66,26,5.78,2.86,18,6.29,2.64,14,4.73,3.32,11,6.65,2.37,23,5.68,2.47,19,5.48,2.89,27,5.72,2.56,18,5.61,3.36,18,5.57,1.99,7
+nakedness,6.67,2.2,21,6.62,2.06,26,5.21,2.6,24,7.78,1.64,9,5.83,2.25,12,7.2,1.75,10,6.25,2.21,16,5.33,2.6,9,5.13,2.7,15,7.43,1.27,7,6.29,2.49,14,6.92,1.66,13,6.31,2.43,13,4.75,2.63,12,5.67,2.61,12,6.09,2.59,11,7.3,1.57,10,6.67,2.26,15,6.55,1.86,11,5.31,2.66,13,5.09,2.66,11
+name,5.62,1.56,21,3.04,2.12,23,5.14,2.78,22,5.92,1.08,12,5.22,2.05,9,3.73,2.05,11,2.42,2.07,12,6.1,2.08,10,4.33,3.11,12,5.5,2.52,4,5.65,1.37,17,3.91,2.39,11,2.25,1.54,12,5.73,2.76,11,4.55,2.81,11,5.58,1.68,12,5.67,1.5,9,2.82,2.09,11,3.25,2.22,12,4.36,2.42,11,5.91,3.02,11
+nameless,2.79,1.51,19,2.8,1.64,20,4.58,2.29,19,3.67,2.31,3,2.73,1.33,15,2.7,1.95,10,2.9,1.37,10,4.78,1.64,9,4.4,2.84,10,3.0,1.67,6,2.83,1.47,12,2.43,2.15,7,3.0,1.35,13,3.57,2.57,7,5.17,1.99,12,2.33,1.3,12,3.57,1.62,7,2.4,1.78,10,3.2,1.48,10,3.88,2.1,8,5.09,2.39,11
+nana,5.79,1.81,19,3.82,1.97,22,5.09,2.39,22,5.67,1.8,9,5.9,1.91,10,3.88,1.55,8,3.79,2.22,14,5.09,2.07,11,5.09,2.77,11,5.57,1.13,7,5.92,2.15,12,3.9,1.37,10,3.75,2.42,12,5.08,2.33,13,5.11,2.62,9,6.6,1.9,10,4.89,1.27,9,4.25,1.98,8,3.57,1.99,14,5.29,2.61,14,4.75,2.05,8
+nanny,5.86,1.8,21,4.05,2.46,22,5.42,1.61,19,5.75,2.05,8,5.75,1.66,12,5.0,3.02,8,3.46,2.07,13,5.29,1.7,7,5.45,1.69,11,5.88,1.89,8,5.67,1.78,12,4.56,2.88,9,3.69,2.18,13,5.57,1.72,7,5.33,1.61,12,6.2,1.99,10,5.55,1.63,11,2.78,2.17,9,4.92,2.33,13,5.5,1.46,16,5.0,2.65,3
+nanometer,5.15,1.42,20,3.59,2.06,22,5.54,2.37,26,6.14,1.68,7,4.62,0.96,13,4.1,2.18,10,3.17,1.95,12,6.07,2.37,14,5.09,2.34,11,5.18,1.08,11,5.11,1.83,9,4.0,1.58,9,3.31,2.36,13,5.88,2.62,17,5.12,1.73,8,5.54,1.39,13,4.43,1.27,7,3.62,2.16,16,3.5,1.97,6,5.91,2.77,11,5.27,2.09,15
+nap,6.53,1.95,19,4.14,2.41,21,5.91,2.61,23,6.18,2.09,11,6.71,1.7,7,4.14,2.73,7,4.14,2.35,14,5.86,2.41,7,5.94,2.77,16,6.0,2.51,8,6.91,1.45,11,4.88,2.36,8,3.69,2.43,13,6.73,2.15,11,5.17,2.86,12,6.42,2.23,12,6.71,1.5,7,4.64,2.34,11,3.6,2.5,10,6.08,2.33,13,5.7,3.06,10
+napalm,2.7,1.72,20,5.29,2.9,21,4.08,2.8,25,2.67,2.08,3,2.71,1.72,17,5.86,3.76,7,5.15,2.51,13,3.38,2.83,8,4.41,2.81,17,2.86,2.04,7,2.62,1.61,13,5.86,3.02,7,5.15,2.97,13,4.07,2.92,14,4.09,2.77,11,3.89,1.54,9,1.73,1.19,11,6.0,2.45,11,4.5,3.27,10,3.67,3.2,18,5.14,0.69,7
+napkin,5.63,1.92,19,3.09,2.67,22,5.21,1.77,28,5.67,2.5,6,5.62,1.71,13,3.09,2.81,11,3.09,2.66,11,5.82,1.99,11,4.82,1.55,17,5.27,2.05,11,6.12,1.73,8,2.18,1.99,11,4.0,3.03,11,5.28,1.87,18,5.1,1.66,10,5.38,1.98,13,6.17,1.83,6,3.5,3.06,14,2.38,1.77,8,5.38,2.09,16,5.0,1.28,12
+nappy,3.1,1.34,21,3.32,2.19,22,4.24,2.02,21,3.22,1.3,9,3.0,1.41,12,2.67,1.97,6,3.4,2.26,15,3.83,1.94,6,4.4,2.1,15,2.89,1.17,9,3.25,1.48,12,3.4,2.07,5,3.29,2.28,17,4.7,2.54,10,3.82,1.4,11,2.5,1.24,12,3.89,1.05,9,3.78,2.39,9,3.0,2.08,13,4.83,2.37,12,3.44,1.13,9
+narcissism,3.25,1.83,20,5.05,2.42,21,4.15,2.4,33,3.8,1.81,10,2.7,1.77,10,5.12,2.3,8,5.0,2.58,13,4.07,2.7,14,4.21,2.23,19,3.22,2.05,9,3.27,1.74,11,5.08,2.1,13,5.0,3.02,8,4.14,2.56,21,4.17,2.21,12,2.8,1.99,10,3.7,1.64,10,4.79,2.36,14,5.57,2.64,7,4.24,2.36,17,4.06,2.52,16
+narcissist,3.11,1.7,19,5.81,2.02,21,4.04,2.48,23,3.4,1.14,5,3.08,1.93,13,5.0,2.45,6,6.13,1.81,15,5.3,2.63,10,3.08,1.93,13,3.14,1.95,7,3.18,1.66,11,5.29,2.21,7,6.07,1.94,14,4.0,2.53,11,4.08,2.54,12,3.42,1.78,12,2.57,1.51,7,5.45,2.58,11,6.2,1.14,10,4.36,2.76,14,3.56,2.01,9
+narcissistic,3.0,2.0,20,5.0,2.23,22,4.94,2.78,18,2.78,1.72,9,3.18,2.27,11,4.4,2.97,5,5.12,2.09,16,6.4,3.21,5,4.38,2.5,13,3.29,2.09,14,2.33,1.75,6,4.25,2.26,12,5.89,2.03,9,4.67,2.6,9,5.22,3.07,9,3.5,2.32,10,2.5,1.58,10,4.42,2.31,12,5.7,2.0,10,5.67,3.44,6,4.58,2.47,12
+narcotic,3.52,1.86,21,4.38,2.53,45,3.45,2.14,20,3.89,2.2,9,3.25,1.6,12,4.94,2.99,17,4.15,2.14,27,3.83,1.83,6,3.29,2.3,14,3.43,1.99,7,3.77,1.79,13,4.67,2.73,21,4.12,2.36,24,4.3,2.63,10,2.6,1.07,10,3.23,1.96,13,4.0,1.69,8,4.34,2.64,29,4.44,2.39,16,3.12,2.85,8,3.67,1.61,12
+narrative,6.32,1.92,19,3.23,2.18,22,5.61,1.93,28,7.0,2.0,6,6.0,1.87,13,2.91,1.97,11,3.55,2.42,11,6.45,2.02,11,5.06,1.71,17,6.09,2.17,11,6.62,1.6,8,3.36,2.16,11,3.09,2.3,11,5.5,1.98,18,5.8,1.93,10,6.08,1.98,13,6.83,1.83,6,3.36,2.47,14,3.0,1.69,8,5.38,2.16,16,5.92,1.62,12
+narrator,6.48,1.78,21,2.57,1.5,21,5.76,2.11,25,6.5,1.93,12,6.44,1.67,9,2.71,1.38,7,2.5,1.61,14,4.9,1.97,10,6.33,2.06,15,7.5,1.91,4,6.24,1.71,17,2.3,1.06,10,2.82,1.83,11,5.0,2.38,7,6.06,1.98,18,6.75,1.91,12,6.11,1.62,9,2.85,1.68,13,2.12,1.13,8,5.33,2.55,9,6.0,1.86,16
+narrow,4.95,1.0,20,4.53,2.57,19,5.19,1.9,26,4.73,0.9,11,5.22,1.09,9,5.33,2.25,6,4.15,2.7,13,4.77,1.88,13,5.62,1.89,13,4.64,0.81,11,5.33,1.12,9,4.1,2.81,10,5.0,2.35,9,5.06,2.08,17,5.44,1.59,9,4.9,1.1,10,5.0,0.94,10,4.67,2.84,12,4.29,2.21,7,4.69,1.89,16,6.0,1.7,10
+nasal,4.26,1.45,19,3.38,1.6,21,4.3,2.36,20,4.0,1.73,3,4.31,1.45,16,3.33,1.37,6,3.4,1.72,15,4.33,2.42,6,4.29,2.43,14,4.5,0.85,10,4.0,1.94,9,3.57,1.62,7,3.29,1.64,14,4.3,2.67,10,4.3,2.16,10,4.62,1.51,8,4.0,1.41,11,3.33,1.66,9,3.42,1.62,12,3.88,2.85,8,4.58,2.07,12
+nasty,2.95,2.14,20,5.44,2.23,43,3.98,2.06,44,2.55,0.93,11,3.44,3.05,9,5.0,2.45,12,5.73,2.08,30,4.19,2.26,16,3.86,1.98,28,3.0,2.19,11,2.89,2.2,9,4.92,2.27,12,5.65,2.21,31,4.29,2.05,21,3.7,2.08,23,3.3,2.91,10,2.6,0.97,10,4.7,2.45,20,6.09,1.83,23,4.0,2.29,25,3.95,1.78,19
+nation,6.0,1.97,19,4.78,2.21,23,4.74,2.18,19,5.67,1.87,9,6.3,2.11,10,5.0,2.38,7,4.87,2.17,15,5.1,2.47,10,4.33,1.87,9,6.11,2.47,9,5.9,1.52,10,5.5,2.46,10,4.42,1.88,12,4.62,1.69,8,4.5,2.46,10,6.42,1.88,12,5.29,2.06,7,4.55,2.28,20,6.33,0.58,3,5.0,2.07,8,4.55,2.34,11
+national,5.62,1.28,21,3.45,1.88,20,6.63,2.89,19,5.62,1.45,13,5.62,1.06,8,3.71,1.8,7,3.31,1.97,13,5.57,2.99,7,7.25,2.77,12,5.17,1.27,12,6.22,1.09,9,3.22,1.64,9,3.64,2.11,11,6.8,2.86,10,6.44,3.09,9,5.42,1.51,12,5.89,0.93,9,4.29,1.38,7,3.0,2.0,13,8.57,0.53,7,5.5,3.12,12
+nationality,5.6,1.1,20,3.5,2.16,20,5.32,1.94,22,5.29,0.49,7,5.77,1.3,13,4.22,2.17,9,2.91,2.07,11,4.83,2.99,6,5.5,1.46,16,5.6,1.17,10,5.67,1.12,9,4.0,1.85,8,3.17,2.37,12,4.73,1.83,15,6.57,1.62,7,5.64,1.12,11,5.56,1.13,9,3.5,2.11,12,3.5,2.39,8,5.09,1.87,11,5.55,2.07,11
+nationwide,5.2,1.64,20,3.72,2.37,18,5.45,2.35,20,5.8,0.84,5,5.0,1.81,15,3.83,1.94,6,3.67,2.64,12,4.62,2.26,8,6.0,2.34,12,6.1,0.99,10,4.3,1.7,10,4.4,2.5,10,2.88,2.03,8,5.3,2.63,10,5.6,2.17,10,4.83,1.95,12,5.75,0.89,8,2.22,1.64,9,5.22,2.05,9,5.6,2.46,10,5.3,2.36,10
+native,5.85,1.04,20,3.05,1.93,19,6.05,2.06,22,5.86,0.9,7,5.85,1.14,13,3.33,2.06,9,2.8,1.87,10,6.0,1.9,6,6.06,2.17,16,5.6,0.97,10,6.22,1.09,9,3.38,2.0,8,2.82,1.94,11,5.53,2.07,15,7.14,1.68,7,6.18,1.17,11,5.44,0.73,9,3.27,2.0,11,2.75,1.91,8,5.73,1.95,11,6.36,2.2,11
+natural,6.42,1.96,40,3.67,2.62,36,5.16,2.52,19,5.69,1.82,16,6.92,1.93,24,3.67,2.53,12,3.67,2.71,24,5.8,2.62,10,4.44,2.35,9,6.35,2.35,20,6.5,1.54,20,3.85,2.6,20,3.44,2.71,16,4.62,1.92,8,5.2,2.82,10,6.88,1.63,26,5.57,2.28,14,3.35,2.45,26,4.5,2.99,10,5.12,2.47,8,5.18,2.68,11
+natural gas,4.47,1.78,19,3.36,2.26,22,5.19,2.7,26,5.14,2.04,7,4.08,1.56,12,4.1,1.97,10,2.75,2.38,12,5.5,2.47,14,4.91,3.14,11,4.36,1.21,11,4.62,2.45,8,3.44,2.13,9,3.31,2.43,13,5.06,3.15,17,5.62,1.69,8,4.67,1.92,12,4.14,1.57,7,2.94,2.32,16,4.5,1.76,6,5.25,2.8,12,5.14,2.71,14
+nature,6.88,1.94,42,4.0,2.69,42,5.0,2.97,20,7.0,1.58,21,6.76,2.28,21,3.47,3.03,19,4.36,2.38,22,5.0,2.19,6,5.0,3.33,14,6.68,1.91,22,7.1,2.0,20,4.06,2.73,18,3.96,2.71,24,4.8,2.66,10,5.2,3.39,10,6.8,1.87,25,7.0,2.09,17,4.1,2.59,20,3.91,2.83,22,6.38,2.72,8,4.08,2.87,12
+naughty,6.04,2.24,24,6.95,1.79,20,5.76,2.24,34,6.5,2.17,10,5.71,2.3,14,7.2,1.64,5,6.87,1.88,15,5.18,2.14,11,6.04,2.29,23,6.14,2.11,14,5.9,2.51,10,7.75,1.06,12,5.75,2.05,8,6.0,1.91,19,5.47,2.64,15,6.31,2.5,13,5.73,1.95,11,7.18,1.4,11,6.67,2.24,9,5.71,2.47,21,5.85,1.91,13
+nausea,1.68,1.0,19,4.59,2.52,22,2.95,1.59,22,1.67,1.0,9,1.7,1.06,10,5.0,2.27,8,4.36,2.71,14,3.18,1.54,11,2.73,1.68,11,2.0,1.0,7,1.5,1.0,12,4.3,2.16,10,4.83,2.86,12,2.77,1.64,13,3.22,1.56,9,2.1,1.2,10,1.22,0.44,9,4.5,3.12,8,4.64,2.24,14,2.93,1.49,14,3.0,1.85,8
+nauseating,2.73,1.45,22,4.33,2.42,21,3.68,2.03,22,2.57,1.55,14,3.0,1.31,8,4.73,2.49,11,4.11,2.42,9,4.5,1.76,6,3.38,2.09,16,2.7,1.89,10,2.75,1.06,12,3.73,2.2,11,5.0,2.58,10,4.0,1.96,13,3.22,2.17,9,2.83,1.59,12,2.6,1.35,10,4.0,2.55,13,4.88,2.23,8,4.58,2.15,12,2.6,1.26,10
+nauseous,1.95,1.85,20,4.18,2.68,22,3.19,2.27,27,2.86,2.79,7,1.46,0.88,13,4.2,2.2,10,4.17,3.13,12,2.87,2.03,15,3.45,2.66,11,1.45,0.69,11,2.56,2.6,9,4.0,2.4,9,4.31,2.95,13,3.59,2.55,17,2.22,1.39,9,2.15,2.23,13,1.57,0.79,7,3.44,2.66,16,6.17,1.6,6,3.0,2.22,12,3.33,2.38,15
+nautical,6.15,1.6,20,3.41,1.62,22,4.9,1.58,21,5.75,1.39,8,6.42,1.73,12,3.0,1.41,6,3.47,1.73,15,3.67,1.03,6,5.4,1.5,15,5.67,1.41,9,6.55,1.69,11,4.2,1.92,5,3.18,1.51,17,4.9,1.52,10,4.91,1.7,11,6.91,1.7,11,5.22,0.83,9,4.11,1.62,9,2.92,1.5,13,5.17,1.53,12,4.56,1.67,9
+nautilus,5.29,2.03,21,3.76,1.79,21,5.6,1.87,25,5.92,1.88,12,4.44,2.01,9,4.43,1.99,7,3.43,1.65,14,5.5,2.22,10,5.67,1.68,15,5.0,2.45,4,5.35,2.0,17,4.0,2.11,10,3.55,1.51,11,5.29,2.5,7,5.72,1.64,18,5.08,2.07,12,5.56,2.07,9,3.85,1.95,13,3.62,1.6,8,5.44,2.24,9,5.69,1.7,16
+naval,5.19,1.78,21,2.86,1.9,21,5.15,2.38,26,4.6,1.71,10,5.73,1.74,11,3.14,2.67,7,2.71,1.49,14,4.88,2.73,16,5.6,1.71,10,5.18,1.25,11,5.2,2.3,10,2.0,1.41,5,3.12,2.0,16,5.08,2.81,13,5.23,1.96,13,4.92,1.44,13,5.62,2.26,8,2.0,1.32,9,3.5,2.07,12,5.23,2.71,13,5.08,2.1,13
+nave,3.9,1.41,21,3.52,1.54,21,4.33,1.62,21,4.0,1.87,5,3.88,1.31,16,4.08,1.0,12,2.78,1.86,9,4.73,1.79,11,3.89,1.45,9,3.42,1.44,12,4.56,1.13,9,3.75,1.44,16,2.8,1.79,5,4.09,2.02,11,4.6,1.07,10,4.08,1.38,13,3.62,1.51,8,3.47,1.5,17,3.75,1.89,4,4.21,1.93,14,4.57,0.79,7
+navel,4.89,2.03,18,3.36,1.94,22,5.5,1.79,22,4.88,0.35,8,4.9,2.77,10,3.75,2.12,8,3.14,1.88,14,6.0,1.84,11,5.0,1.67,11,4.86,0.38,7,4.91,2.63,11,4.3,2.06,10,2.58,1.51,12,5.15,1.86,13,6.0,1.66,9,5.2,2.39,10,4.5,1.51,8,4.0,2.2,8,3.0,1.75,14,5.71,2.2,14,5.12,0.64,8
+navigate,5.05,1.51,19,4.18,2.5,22,5.71,1.99,24,4.33,1.75,6,5.38,1.33,13,5.17,2.72,12,3.0,1.63,10,5.12,2.42,8,6.0,1.75,16,5.2,0.63,10,4.89,2.15,9,5.11,2.67,9,3.54,2.26,13,5.76,1.89,17,5.67,2.58,6,4.75,0.89,8,5.27,1.85,11,4.11,2.67,9,4.23,2.49,13,5.88,2.09,16,5.38,1.85,8
+navigation,5.84,1.64,19,4.0,1.88,22,6.59,1.97,22,6.36,1.5,11,5.0,1.73,7,4.12,1.73,8,3.93,2.02,14,6.0,2.58,7,6.87,1.64,15,5.38,0.92,8,6.18,1.99,11,3.78,1.99,9,4.15,1.86,13,6.4,2.17,10,6.75,1.86,12,5.5,1.78,12,6.43,1.27,7,3.36,2.11,11,4.64,1.43,11,6.17,2.41,12,7.1,1.2,10
+navigational,5.1,1.41,20,4.0,2.29,22,6.42,1.71,19,5.56,1.81,9,4.73,0.9,11,4.8,3.03,5,3.94,2.02,16,6.67,2.07,6,6.31,1.6,13,5.07,1.49,14,5.17,1.33,6,3.75,2.05,12,4.67,2.5,9,5.44,1.67,9,7.3,1.25,10,5.5,0.97,10,4.7,1.7,10,3.0,2.0,12,5.2,2.1,10,7.17,1.47,6,6.08,1.75,13
+navigator,5.47,1.78,19,4.09,2.74,22,6.37,1.95,19,4.83,2.04,6,5.77,1.64,13,4.18,2.96,11,4.0,2.65,11,6.62,2.39,8,6.18,1.66,11,5.55,1.44,11,5.38,2.26,8,4.09,2.51,11,4.09,3.08,11,5.85,1.77,13,7.5,1.97,6,5.77,1.54,13,4.83,2.23,6,4.14,2.8,14,4.0,2.83,8,6.22,2.11,9,6.5,1.9,10
+navy,5.38,2.04,21,3.64,2.48,22,5.07,2.53,27,4.5,2.37,10,6.18,1.33,11,3.0,2.65,7,3.93,2.43,15,5.35,2.6,17,4.6,2.46,10,5.18,2.23,11,5.6,1.9,10,2.6,3.05,5,3.94,2.3,17,5.57,2.53,14,4.54,2.5,13,5.31,1.55,13,5.5,2.78,8,2.5,1.9,10,4.58,2.57,12,5.64,2.68,14,4.46,2.3,13
+nearsighted,4.5,1.57,20,3.83,1.77,23,3.9,1.89,21,4.2,2.77,5,4.6,1.06,15,4.0,1.28,12,3.64,2.25,11,3.91,2.17,11,3.89,1.76,9,4.55,1.29,11,4.44,1.94,9,3.75,1.57,16,4.0,2.31,7,4.27,1.85,11,3.5,1.96,10,4.5,1.88,12,4.5,1.07,8,3.84,1.8,19,3.75,1.89,4,3.86,2.14,14,4.0,1.41,7
+neat,6.95,1.63,21,4.1,2.49,20,5.64,3.03,22,7.67,1.03,6,6.67,1.76,15,3.25,1.67,8,4.67,2.84,12,5.25,2.93,12,6.1,3.25,10,7.78,1.2,9,6.33,1.67,12,3.67,2.06,9,4.45,2.84,11,4.14,2.41,7,6.33,3.11,15,6.6,1.78,10,7.27,1.49,11,4.0,2.27,13,4.29,3.04,7,6.17,3.27,12,5.0,2.75,10
+nebula,7.0,2.03,18,4.05,2.4,21,4.26,2.24,23,7.09,2.02,11,6.5,2.17,6,5.12,2.8,8,3.38,1.94,13,4.14,3.02,7,4.31,1.92,16,7.0,2.14,8,7.0,2.05,10,3.88,2.85,8,4.15,2.19,13,4.64,2.11,11,3.92,2.39,12,7.0,2.32,11,7.0,1.63,7,3.27,2.37,11,4.9,2.23,10,3.85,1.82,13,4.8,2.7,10
+necessary,5.39,1.42,18,3.38,2.13,21,4.89,2.65,18,4.62,0.74,8,6.0,1.56,10,3.57,2.07,7,3.29,2.23,14,4.64,2.73,11,5.29,2.69,7,4.91,1.22,11,6.14,1.46,7,2.56,2.01,9,4.0,2.09,12,5.0,2.76,11,4.71,2.69,7,5.08,1.0,12,6.0,2.0,6,3.0,2.22,12,3.89,2.03,9,5.89,2.98,9,3.89,1.96,9
+necessity,5.32,1.6,19,4.55,2.11,22,4.75,2.19,24,4.33,1.86,6,5.77,1.3,13,5.0,2.34,12,4.0,1.76,10,4.25,1.91,8,5.0,2.34,16,5.3,1.16,10,5.33,2.06,9,4.67,2.45,9,4.46,1.94,13,4.18,2.04,17,6.33,2.16,6,5.38,1.19,8,5.27,1.9,11,4.56,2.6,9,4.54,1.81,13,4.75,2.41,16,4.75,1.83,8
+neck,5.44,2.06,18,3.65,2.74,20,5.17,1.89,18,3.88,1.36,8,6.7,1.64,10,4.86,2.61,7,3.0,2.68,13,4.55,1.37,11,6.14,2.27,7,4.55,1.75,11,6.86,1.77,7,3.11,3.02,9,4.09,2.55,11,5.55,1.44,11,4.57,2.44,7,5.08,2.11,12,6.17,1.94,6,2.92,2.5,12,4.75,2.87,8,5.33,2.55,9,5.0,1.0,9
+necklace,6.85,1.53,20,3.52,2.6,21,5.64,2.29,25,5.75,2.06,4,7.12,1.31,16,2.25,0.96,4,3.82,2.79,17,5.0,2.92,9,6.0,1.86,16,7.12,1.25,8,6.67,1.72,12,2.5,1.78,10,4.45,2.94,11,4.71,2.02,14,6.82,2.14,11,7.0,1.26,11,6.67,1.87,9,4.0,3.16,10,3.09,2.02,11,5.67,2.38,18,5.57,2.23,7
+necktie,4.84,1.98,19,2.62,1.6,21,4.87,2.14,23,5.45,1.86,11,4.43,1.62,7,3.57,1.81,7,2.14,1.29,14,5.0,3.06,7,4.81,1.72,16,4.62,2.0,8,5.0,2.05,11,2.33,1.73,9,2.83,1.53,12,4.45,2.38,11,5.25,1.91,12,4.58,2.23,12,5.29,1.5,7,2.45,1.86,11,2.8,1.32,10,4.85,2.27,13,4.9,2.08,10
+necromancer,4.11,1.88,18,6.05,2.18,21,3.91,1.59,23,4.6,1.82,5,3.75,1.91,12,5.33,3.14,6,6.33,1.72,15,4.3,1.57,10,3.62,1.61,13,3.33,2.42,6,4.36,1.5,11,6.14,2.73,7,6.0,1.96,14,4.45,1.04,11,3.42,1.88,12,4.45,1.75,11,3.57,2.07,7,5.82,2.68,11,6.3,1.57,10,4.07,1.49,14,3.67,1.8,9
+nectar,6.8,1.87,41,3.95,2.32,22,5.83,1.82,18,7.16,1.64,19,6.3,2.03,20,3.55,2.16,11,4.36,2.5,11,5.5,1.9,10,6.25,1.75,8,7.06,1.65,16,6.58,2.04,24,3.5,2.51,10,4.33,2.19,12,4.75,1.16,8,6.67,1.94,9,6.65,2.23,23,7.0,1.33,18,3.8,2.7,10,4.08,2.07,12,4.86,1.21,7,6.45,1.92,11
+need,5.45,1.82,22,3.67,2.15,21,5.06,2.16,17,5.17,2.48,6,5.67,1.59,15,2.71,1.7,7,4.14,2.25,14,5.11,2.42,9,5.0,2.0,8,5.71,2.02,14,5.14,1.46,7,3.22,1.86,9,4.0,2.37,12,6.0,2.29,9,4.0,1.51,8,5.64,1.82,14,5.12,1.89,8,3.83,2.71,6,3.6,1.99,15,6.11,2.15,9,3.88,1.55,8
+needle,3.97,1.73,38,4.36,2.35,42,5.12,2.44,42,3.57,1.65,14,4.21,1.77,24,4.68,2.45,19,4.09,2.27,23,5.12,2.26,17,5.12,2.6,25,3.95,1.66,21,4.0,1.87,17,4.44,2.64,18,4.29,2.16,24,5.19,2.08,26,5.0,3.01,16,3.79,1.72,19,4.16,1.77,19,4.31,2.36,26,4.44,2.39,16,5.17,2.16,24,5.06,2.84,18
+needlepoint,5.55,1.43,20,3.2,2.19,20,5.42,2.55,24,5.36,0.81,11,5.78,1.99,9,4.71,2.36,7,2.38,1.66,13,4.11,2.32,9,6.2,2.43,15,6.5,1.91,4,5.31,1.25,16,4.0,2.29,9,2.55,1.97,11,4.0,2.24,7,6.0,2.5,17,5.5,1.73,12,5.62,0.92,8,2.77,2.05,13,4.0,2.38,7,5.11,2.93,9,5.6,2.38,15
+needless,4.25,1.83,20,2.95,2.06,21,4.16,2.21,25,3.25,2.63,4,4.5,1.59,16,3.75,2.36,4,2.76,2.02,17,5.0,2.35,9,3.69,2.06,16,3.38,1.3,8,4.83,1.95,12,3.1,2.23,10,2.82,1.99,11,4.0,2.29,14,4.36,2.2,11,4.18,1.47,11,4.33,2.29,9,2.5,2.01,10,3.36,2.11,11,4.56,2.38,18,3.14,1.35,7
+needy,2.9,1.29,20,4.68,1.7,25,4.27,2.33,22,2.38,1.06,8,3.25,1.36,12,4.38,1.89,13,5.0,1.48,12,4.46,2.57,13,4.0,2.06,9,2.38,1.3,8,3.09,1.14,11,4.86,0.95,14,4.45,2.38,11,5.17,2.33,12,3.2,1.93,10,2.9,1.45,10,2.9,1.2,10,4.24,1.56,17,5.62,1.69,8,4.4,2.22,10,4.17,2.52,12
+nefarious,3.79,1.78,19,5.72,2.49,18,4.25,2.51,24,2.8,1.79,5,4.14,1.7,14,7.6,0.89,5,5.0,2.55,13,4.54,2.79,13,3.91,2.21,11,4.0,1.66,9,3.6,1.96,10,7.14,1.35,7,4.82,2.68,11,4.94,2.46,16,2.88,2.1,8,3.77,1.92,13,3.83,1.6,6,5.75,2.6,12,5.67,2.5,6,4.4,2.56,15,4.0,2.55,9
+negative,2.52,1.4,21,5.05,2.65,20,4.29,2.21,34,2.0,1.2,8,2.85,1.46,13,5.0,2.65,5,5.07,2.74,15,4.1,2.08,10,4.38,2.3,24,2.15,1.28,13,3.12,1.46,8,5.42,2.43,12,4.5,3.02,8,4.74,2.28,19,3.73,2.05,15,3.09,1.51,11,1.9,0.99,10,5.73,2.8,11,4.22,2.33,9,4.14,2.5,21,4.54,1.71,13
+negativity,2.74,1.69,19,5.09,2.67,22,3.42,1.9,26,3.33,1.86,6,2.46,1.61,13,4.45,2.66,11,5.73,2.65,11,3.2,2.35,10,3.56,1.63,16,3.18,1.83,11,2.12,1.36,8,4.55,2.5,11,5.64,2.84,11,3.53,2.18,17,3.22,1.3,9,3.15,1.63,13,1.83,1.6,6,5.57,3.03,14,4.25,1.75,8,3.33,2.09,15,3.55,1.69,11
+neglect,2.16,1.21,19,4.72,2.49,43,3.69,2.53,61,2.0,1.55,6,2.23,1.09,13,4.06,2.29,16,5.11,2.56,27,4.1,2.69,31,3.27,2.33,30,2.2,1.23,10,2.11,1.27,9,4.52,2.43,23,4.95,2.61,20,4.17,2.8,36,3.0,1.94,25,2.12,1.13,8,2.18,1.33,11,4.69,2.63,26,4.76,2.33,17,4.06,2.73,31,3.3,2.29,30
+negligee,6.2,2.04,20,4.67,2.54,18,5.64,2.48,22,6.6,2.51,5,6.07,1.94,15,5.0,3.03,6,4.5,2.39,12,5.4,2.17,10,5.83,2.79,12,6.4,1.9,10,6.0,2.26,10,4.2,2.78,10,5.25,2.25,8,5.18,2.64,11,6.09,2.34,11,5.58,2.15,12,7.12,1.55,8,4.22,2.11,9,5.11,2.98,9,5.18,2.48,11,6.09,2.51,11
+negligence,2.7,1.17,20,4.22,2.61,23,3.79,2.1,28,2.88,0.35,8,2.58,1.51,12,4.44,2.51,9,4.07,2.76,14,3.14,1.83,14,4.43,2.21,14,2.78,1.3,9,2.64,1.12,11,3.58,2.31,12,4.91,2.84,11,3.07,1.82,14,4.5,2.18,14,2.7,1.25,10,2.7,1.16,10,4.64,2.87,11,3.83,2.41,12,3.42,1.98,12,4.06,2.21,16
+negligent,2.05,1.28,21,4.45,2.54,20,4.57,2.73,21,2.67,1.37,6,1.8,1.21,15,4.62,2.97,8,4.33,2.35,12,4.09,2.81,11,5.1,2.69,10,1.67,0.87,9,2.33,1.5,12,4.78,2.68,9,4.18,2.52,11,5.86,2.54,7,3.93,2.67,14,2.1,1.37,10,2.0,1.26,11,4.23,2.62,13,4.86,2.54,7,4.83,3.01,12,4.22,2.44,9
+negligible,3.81,2.09,21,3.89,2.78,18,4.67,2.4,36,5.0,2.27,8,3.08,1.66,13,3.4,1.82,5,4.08,3.12,13,4.45,2.62,11,4.76,2.35,25,3.69,2.29,13,4.0,1.85,8,3.83,2.89,12,4.0,2.83,6,4.9,2.47,20,4.38,2.36,16,3.73,1.56,11,3.9,2.64,10,4.0,2.94,10,3.75,2.76,8,4.27,2.73,22,5.29,1.68,14
+negotiable,6.0,1.45,20,4.62,2.32,24,5.61,2.17,28,5.75,1.16,8,6.17,1.64,12,4.33,2.65,9,4.8,2.18,15,5.43,2.21,14,5.79,2.19,14,5.78,1.48,9,6.18,1.47,11,4.67,2.19,12,4.58,2.54,12,5.14,2.28,14,6.07,2.02,14,6.1,1.37,10,5.9,1.6,10,4.08,2.27,12,5.17,2.33,12,5.75,1.96,12,5.5,2.37,16
+negotiate,5.57,1.86,21,5.0,2.5,23,5.84,1.74,19,5.62,1.6,8,5.25,1.86,12,5.12,2.75,8,5.0,2.54,14,6.29,2.43,7,5.55,1.29,11,5.38,2.62,8,5.42,0.9,12,4.67,2.92,9,5.21,2.29,14,5.86,1.95,7,5.83,1.7,12,5.9,1.6,10,5.27,2.1,11,4.11,2.71,9,5.57,2.28,14,5.94,1.81,16,5.33,1.53,3
+negotiation,6.05,1.58,19,4.76,2.36,21,6.17,1.85,23,6.4,1.67,5,5.92,1.66,13,5.5,2.59,6,4.47,2.29,15,5.9,2.02,10,6.38,1.76,13,5.86,1.68,7,6.18,1.66,11,4.71,2.56,7,4.79,2.36,14,5.82,1.94,11,6.5,1.78,12,6.08,1.44,12,6.0,1.91,7,4.55,2.34,11,5.0,2.49,10,5.79,1.97,14,6.78,1.56,9
+negotiator,5.1,1.95,21,4.45,2.39,22,5.6,2.44,20,4.0,2.12,5,5.44,1.82,16,5.82,1.99,11,3.09,1.97,11,4.5,2.64,10,6.44,1.59,9,5.08,2.27,12,5.11,1.54,9,4.47,2.26,15,4.43,2.82,7,5.3,2.0,10,5.9,2.88,10,5.46,1.66,13,4.5,2.33,8,4.72,2.42,18,3.25,2.06,4,5.07,2.16,14,6.83,2.79,6
+negro,3.83,1.97,23,5.27,2.93,22,4.35,2.43,20,2.38,1.41,8,4.6,1.8,15,5.3,2.45,10,5.25,3.39,12,6.0,2.45,7,3.46,1.98,13,3.67,2.27,12,4.0,1.67,11,5.0,2.93,11,5.55,3.05,11,4.27,2.58,15,4.6,2.19,5,3.91,1.76,11,3.75,2.22,12,4.6,2.84,10,5.83,3.01,12,3.3,2.45,10,5.4,2.01,10
+neighbor,5.6,2.01,20,3.72,2.61,18,5.12,2.15,24,6.4,2.07,5,5.33,1.99,15,4.0,2.45,5,3.62,2.75,13,5.08,2.5,13,5.18,1.78,11,6.1,1.73,10,5.1,2.23,10,4.43,2.88,7,3.27,2.45,11,4.69,2.39,16,6.0,1.31,8,5.07,2.02,14,6.83,1.47,6,3.33,2.57,12,4.5,2.74,6,5.67,2.26,15,4.22,1.72,9
+neighborhood,6.09,1.85,22,4.05,2.33,20,6.95,1.72,19,5.92,1.38,13,6.33,2.45,9,3.86,1.95,7,4.15,2.58,13,6.71,1.8,7,7.08,1.73,12,5.58,1.88,12,6.7,1.7,10,4.11,2.2,9,4.0,2.53,11,6.6,1.9,10,7.33,1.5,9,6.0,2.17,12,6.2,1.48,10,5.57,1.13,7,3.23,2.42,13,7.43,1.9,7,6.67,1.61,12
+neighboring,5.95,1.84,19,3.95,2.3,19,4.91,1.95,23,5.69,1.93,13,6.5,1.64,6,5.0,2.24,5,3.57,2.28,14,5.08,1.51,12,4.73,2.41,11,5.89,1.54,9,6.0,2.16,10,5.43,2.15,7,3.08,1.98,12,4.73,2.2,11,5.08,1.78,12,6.44,1.42,9,5.5,2.12,10,3.8,2.53,10,4.11,2.15,9,4.62,2.5,8,5.07,1.67,15
+nemesis,2.44,1.42,18,5.5,1.95,22,4.25,2.07,24,2.33,1.51,6,2.5,1.45,12,5.5,2.28,12,5.5,1.58,10,4.25,2.12,8,4.25,2.11,16,2.6,1.35,10,2.25,1.58,8,6.22,1.64,9,5.0,2.04,13,4.12,2.12,17,4.5,2.26,6,2.57,1.13,7,2.36,1.63,11,4.67,2.0,9,6.08,1.75,13,4.19,1.97,16,4.38,2.39,8
+neon,6.48,1.86,21,4.56,2.29,25,5.62,2.06,21,7.38,1.6,8,5.92,1.85,13,4.31,2.53,13,4.83,2.08,12,5.67,2.06,12,5.56,2.19,9,7.0,2.39,8,6.17,1.53,12,5.36,2.27,14,3.55,1.97,11,5.82,1.54,11,5.4,2.59,10,6.8,1.75,10,6.18,1.99,11,4.35,2.37,17,5.0,2.2,8,6.44,2.6,9,5.0,1.35,12
+nephew,6.75,1.83,20,4.33,2.39,21,5.94,2.42,34,7.0,1.94,10,6.5,1.78,10,3.88,2.23,8,4.62,2.53,13,5.36,2.68,14,6.35,2.21,20,6.56,2.24,9,6.91,1.51,11,4.54,2.11,13,4.0,2.93,8,5.91,2.51,22,6.0,2.37,12,6.6,2.12,10,6.9,1.6,10,4.57,2.5,14,3.86,2.27,7,6.41,1.94,17,5.47,2.81,17
+nerd,5.18,2.17,22,4.46,2.34,26,5.91,2.39,23,4.89,3.06,9,5.38,1.39,13,3.0,1.89,10,5.38,2.16,16,5.67,2.69,9,6.07,2.27,14,6.12,1.73,8,4.64,2.27,14,4.92,2.22,13,4.0,2.45,13,6.25,2.09,12,5.55,2.73,11,4.67,2.02,12,5.8,2.3,10,4.0,2.67,15,5.09,1.7,11,6.23,2.35,13,5.5,2.51,10
+nerdy,4.68,1.95,19,4.3,2.62,20,5.7,1.99,23,4.85,2.12,13,4.33,1.63,6,4.4,2.41,5,4.27,2.76,15,5.54,1.81,13,5.9,2.28,10,5.78,2.11,9,3.7,1.16,10,4.43,2.82,7,4.23,2.62,13,5.6,2.12,10,5.77,1.96,13,4.22,1.72,9,5.1,2.13,10,3.0,2.0,10,5.6,2.59,10,6.0,2.51,8,5.53,1.73,15
+nerve,4.45,1.76,20,5.27,2.27,22,5.42,1.87,19,5.0,1.94,9,4.0,1.55,11,5.6,3.21,5,5.06,2.05,16,6.0,1.79,6,5.15,1.91,13,4.93,1.21,14,3.33,2.42,6,3.92,2.11,12,6.89,1.17,9,5.0,1.41,9,5.8,2.2,10,4.6,1.84,10,4.3,1.77,10,4.17,2.37,12,6.6,1.26,10,5.67,2.42,6,5.31,1.65,13
+nervous,3.56,1.79,18,5.51,2.65,43,4.02,2.25,42,3.4,1.52,5,3.62,1.94,13,4.62,2.82,21,6.36,2.22,22,3.64,2.47,14,4.19,2.18,27,3.33,1.22,9,3.78,2.28,9,4.52,2.54,21,6.45,2.44,22,4.17,2.12,18,3.92,2.38,24,2.86,1.07,7,4.0,2.05,11,6.26,2.4,23,4.65,2.72,20,4.07,2.4,29,3.92,1.93,13
+nervousness,3.1,1.45,21,4.45,2.63,22,3.93,2.16,27,3.2,1.32,10,3.0,1.61,11,2.86,2.48,7,5.2,2.43,15,3.94,2.16,17,3.9,2.28,10,3.27,1.56,11,2.9,1.37,10,3.6,2.97,5,4.71,2.57,17,3.86,2.41,14,4.0,1.96,13,2.77,1.64,13,3.62,0.92,8,3.9,2.81,10,4.92,2.5,12,4.36,2.41,14,3.46,1.85,13
+nest,5.65,1.27,20,3.35,2.25,20,5.5,1.61,26,5.82,0.75,11,5.44,1.74,9,3.57,2.7,7,3.23,2.09,13,5.0,1.35,13,6.0,1.73,13,5.82,1.47,11,5.44,1.01,9,3.64,2.25,11,3.0,2.35,9,5.18,1.42,17,6.11,1.83,9,5.0,0.94,10,6.3,1.25,10,3.42,2.54,12,3.25,1.91,8,5.5,1.46,16,5.5,1.9,10
+net,5.0,1.76,21,3.0,2.09,23,4.61,2.38,18,4.78,2.28,9,5.17,1.34,12,3.82,2.36,11,2.25,1.54,12,4.3,2.36,10,5.0,2.51,8,4.71,2.29,7,5.23,1.54,13,3.82,2.52,11,2.25,1.29,12,4.71,2.69,7,4.55,2.3,11,4.85,2.15,13,5.25,0.89,8,2.55,1.75,11,3.42,2.35,12,3.78,1.79,9,5.44,2.7,9
+nether,4.81,1.33,21,4.05,1.94,21,4.92,2.08,25,4.83,1.75,12,4.78,0.44,9,5.14,2.12,7,3.5,1.65,14,5.2,2.39,10,4.73,1.91,15,4.75,0.5,4,4.82,1.47,17,3.7,2.11,10,4.36,1.8,11,3.86,2.67,7,5.33,1.71,18,4.92,0.79,12,4.67,1.87,9,3.92,1.93,13,4.25,2.05,8,4.67,2.29,9,5.06,2.02,16
+network,5.05,1.58,19,4.43,2.09,21,5.39,2.39,23,4.8,1.48,5,4.92,1.5,13,4.5,2.59,6,4.4,1.96,15,5.0,2.21,10,5.69,2.56,13,3.86,1.21,7,5.55,1.21,11,5.57,2.7,7,3.86,1.51,14,5.64,2.2,11,5.17,2.62,12,5.42,1.73,12,4.43,1.13,7,4.36,2.58,11,4.5,1.51,10,4.93,2.34,14,6.11,2.42,9
+networking,5.6,1.39,20,3.71,2.08,21,6.31,1.83,26,6.57,1.51,7,5.08,1.04,13,3.33,1.32,9,4.0,2.52,12,6.27,1.75,15,6.7,1.77,10,5.36,1.21,11,5.89,1.62,9,4.0,1.66,9,3.5,2.39,12,6.12,1.86,16,7.0,1.41,9,6.0,1.15,13,4.86,1.57,7,3.47,1.85,15,4.33,2.66,6,6.42,2.02,12,6.21,1.72,14
+neural,6.05,1.65,22,3.19,2.04,21,4.64,1.73,22,6.29,1.64,14,5.62,1.69,8,3.73,2.0,11,2.67,2.12,9,4.83,2.14,6,4.56,1.63,16,6.1,1.45,10,6.0,1.86,12,2.82,1.99,11,3.6,2.12,10,4.92,1.8,13,4.22,1.64,9,5.67,1.78,12,6.5,1.43,10,3.31,2.02,13,3.0,2.2,8,5.08,1.62,12,4.1,1.79,10
+neurological,3.89,1.59,19,4.55,2.44,20,4.32,2.16,19,4.67,0.58,3,3.6,1.64,15,4.4,2.17,10,4.7,2.79,10,5.0,2.0,9,3.7,2.21,10,3.83,1.6,6,3.75,1.6,12,5.14,2.27,7,4.23,2.55,13,2.29,1.11,7,5.5,1.68,12,3.83,1.64,12,4.0,1.63,7,3.9,2.6,10,5.2,2.2,10,4.0,2.67,8,4.55,1.81,11
+neurologist,5.05,1.86,21,3.86,2.59,22,5.22,2.31,27,4.9,1.6,10,5.18,2.14,11,2.86,2.34,7,4.33,2.64,15,5.24,2.82,17,5.2,1.14,10,5.55,1.75,11,4.5,1.9,10,2.6,2.19,5,4.24,2.63,17,5.21,2.72,14,5.23,1.88,13,5.0,1.78,13,5.12,2.1,8,3.2,2.86,10,4.42,2.31,12,6.29,1.9,14,4.08,2.22,13
+neurology,4.95,1.6,21,4.55,2.67,20,4.62,2.27,21,4.67,1.51,6,5.07,1.67,15,4.88,2.3,8,4.33,2.96,12,5.09,2.26,11,4.1,2.28,10,4.5,1.52,6,5.13,1.64,15,5.5,2.8,10,3.6,2.27,10,4.43,2.47,14,5.0,1.91,7,4.71,1.38,7,5.07,1.73,14,4.43,2.82,14,4.83,2.48,6,4.5,2.39,12,4.78,2.22,9
+neurosis,3.15,1.35,20,4.3,2.15,20,3.14,1.98,21,3.0,1.15,7,3.23,1.48,13,4.44,2.19,9,4.18,2.23,11,4.0,2.0,6,2.8,1.93,15,3.4,1.43,10,2.67,1.12,9,3.5,2.07,8,4.83,2.12,12,3.79,2.01,14,1.86,1.21,7,3.73,1.1,11,2.44,1.33,9,4.5,1.93,12,4.0,2.56,8,3.64,2.25,11,2.6,1.58,10
+neurosurgeon,4.67,2.11,21,4.85,2.5,20,5.33,2.67,21,4.33,1.97,6,4.8,2.21,15,5.5,2.27,8,4.42,2.64,12,5.09,2.43,11,5.6,3.03,10,4.17,2.23,6,4.87,2.1,15,5.5,2.72,10,4.2,2.2,10,5.29,2.87,14,5.43,2.44,7,4.71,1.7,7,4.64,2.34,14,5.43,2.56,14,3.5,1.87,6,5.33,2.81,12,5.33,2.65,9
+neurosurgery,4.25,1.92,20,5.09,2.31,22,3.74,2.56,19,5.44,1.88,9,3.27,1.35,11,5.6,3.44,5,5.12,1.89,16,1.33,0.52,6,4.85,2.34,13,4.29,1.94,14,4.17,2.04,6,4.92,1.78,12,5.67,2.83,9,4.78,2.22,9,2.8,2.57,10,3.7,1.89,10,4.8,1.87,10,4.17,2.08,12,6.2,2.15,10,3.17,2.79,6,4.0,2.52,13
+neurotic,3.84,1.54,43,4.98,2.27,41,4.15,2.38,41,4.18,1.53,22,3.48,1.5,21,4.93,2.62,14,5.0,2.13,27,4.44,2.61,16,3.96,2.26,25,4.36,1.56,22,3.29,1.35,21,5.33,2.47,15,4.77,2.18,26,4.32,2.27,25,3.88,2.6,16,3.77,1.56,26,3.94,1.56,17,4.55,2.18,22,5.47,2.34,19,4.71,2.48,24,3.35,2.06,17
+neuter,4.11,1.7,19,4.9,2.36,20,4.21,2.62,24,4.23,1.96,13,3.83,0.98,6,5.4,2.07,5,4.73,2.49,15,4.23,2.55,13,4.18,2.82,11,4.22,2.39,9,4.0,0.82,10,6.86,1.68,7,3.85,1.99,13,4.09,2.88,11,4.31,2.5,13,4.44,1.88,9,3.8,1.55,10,5.1,2.51,10,4.7,2.31,10,3.89,2.67,9,4.4,2.67,15
+neutral,5.5,1.5,20,3.45,2.39,22,5.81,1.5,21,4.67,0.71,9,6.18,1.66,11,3.91,2.84,11,3.0,1.84,11,5.25,0.46,8,6.15,1.82,13,5.5,1.34,14,5.5,1.97,6,4.38,3.07,8,2.93,1.82,14,6.25,1.75,8,5.54,1.33,13,5.7,1.57,10,5.3,1.49,10,3.0,2.16,13,4.11,2.67,9,6.0,1.81,12,5.56,1.01,9
+neutralize,5.19,1.29,21,3.36,1.87,22,5.45,1.99,22,5.56,1.24,9,4.92,1.31,12,3.0,1.79,6,3.47,2.0,15,4.5,2.07,6,5.81,1.91,16,5.33,1.5,9,5.08,1.16,12,4.0,2.24,5,3.18,1.78,17,4.82,1.99,11,6.09,1.87,11,5.25,1.42,12,5.11,1.17,9,3.44,1.51,9,3.31,2.14,13,5.0,1.91,12,6.0,2.05,10
+neutron,6.62,1.88,21,4.47,2.65,19,4.78,2.27,36,7.62,1.06,8,6.0,2.04,13,4.6,3.05,5,4.43,2.62,14,4.45,2.58,11,4.92,2.16,25,7.23,1.59,13,5.62,2.0,8,4.08,2.61,12,5.14,2.79,7,4.7,2.49,20,4.88,2.03,16,6.36,2.2,11,6.9,1.52,10,5.5,2.72,10,3.33,2.18,9,4.73,2.16,22,4.86,2.51,14
+new,7.68,1.29,22,5.14,2.82,21,5.22,2.02,18,7.5,0.55,6,7.8,1.52,15,5.43,3.21,7,5.0,2.72,14,4.78,2.44,9,5.88,1.46,8,7.43,1.45,14,8.29,0.76,7,4.78,3.35,9,5.42,2.47,12,5.0,2.45,10,5.5,1.41,8,7.86,0.66,14,7.38,2.0,8,5.5,3.62,6,5.0,2.56,15,5.1,2.47,10,5.38,1.41,8
+new age,5.05,1.99,22,4.39,2.66,23,4.84,1.42,19,5.62,1.85,8,5.0,1.83,13,4.88,2.3,8,4.29,2.92,14,4.57,0.98,7,4.82,1.6,11,6.12,1.73,8,4.69,1.7,13,3.22,2.11,9,5.14,2.77,14,4.43,1.27,7,5.08,1.51,12,5.55,1.81,11,4.55,2.11,11,3.67,3.16,9,4.86,2.28,14,4.88,1.54,16,4.67,0.58,3
+newborn,7.48,1.69,21,4.96,2.86,25,4.89,2.83,19,7.0,1.8,9,7.83,1.59,12,4.33,3.44,6,5.22,2.8,18,4.14,2.79,7,5.33,2.87,12,7.12,1.78,16,8.6,0.55,5,5.14,3.23,14,4.8,2.57,10,4.89,3.3,9,4.9,2.51,10,7.67,1.56,12,7.22,1.92,9,5.19,3.04,16,4.56,2.65,9,4.82,2.99,11,5.0,2.78,8
+newcomer,5.8,1.4,20,5.05,2.63,19,4.58,2.12,26,5.91,1.14,11,5.67,1.73,9,6.0,2.0,7,4.5,2.88,12,4.62,1.94,13,4.54,2.37,13,5.64,1.75,11,6.0,0.87,9,5.6,2.72,10,4.44,2.55,9,4.41,2.55,17,4.89,0.93,9,5.5,1.58,10,6.1,1.2,10,5.33,2.67,12,4.57,2.7,7,4.62,2.25,16,4.5,2.01,10
+newfound,5.89,1.88,19,3.45,2.2,22,6.17,1.66,24,5.0,2.28,6,6.31,1.6,13,4.08,2.35,12,2.7,1.83,10,5.5,1.51,8,6.5,1.67,16,6.1,1.52,10,5.67,2.29,9,4.67,2.18,9,2.62,1.85,13,6.18,1.63,17,6.33,1.97,6,5.75,1.58,8,6.0,2.14,11,3.11,2.09,9,3.69,2.32,13,6.5,1.75,16,5.5,1.31,8
+newlywed,6.9,2.02,20,6.32,2.79,19,5.92,2.04,26,7.45,1.63,11,6.22,2.33,9,6.57,2.94,7,6.17,2.82,12,5.77,2.05,13,6.08,2.1,13,5.91,2.21,11,8.11,0.78,9,6.3,2.63,10,6.33,3.12,9,5.71,1.99,17,6.33,2.18,9,7.5,1.78,10,6.3,2.16,10,6.08,3.15,12,6.71,2.21,7,5.81,1.72,16,6.1,2.56,10
+news,4.96,1.43,23,4.61,2.3,38,4.48,2.6,25,5.5,1.41,8,4.67,1.4,15,5.33,2.5,9,4.38,2.23,29,4.7,2.54,10,4.33,2.72,15,5.0,1.65,12,4.91,1.22,11,5.57,2.77,14,4.04,1.81,24,3.29,2.63,7,4.94,2.51,18,4.55,1.29,11,5.33,1.5,12,4.38,2.42,21,4.88,2.18,17,3.56,2.7,9,5.0,2.48,16
+newscast,5.43,1.78,21,4.74,2.68,19,4.8,2.31,35,5.12,1.64,8,5.62,1.89,13,4.8,2.28,5,4.71,2.89,14,5.27,2.37,11,4.58,2.3,24,5.38,1.98,13,5.5,1.51,8,5.17,2.29,12,4.0,3.32,7,4.6,2.44,20,5.07,2.19,15,5.0,1.61,11,5.9,1.91,10,5.0,3.06,10,4.44,2.35,9,4.77,2.41,22,4.85,2.23,13
+newscaster,4.89,1.2,19,2.95,1.85,20,4.85,2.03,20,5.0,0.58,7,4.83,1.47,12,3.22,1.86,9,2.73,1.9,11,5.17,2.64,6,4.71,1.82,14,4.6,1.35,10,5.25,1.04,8,2.88,2.17,8,3.0,1.71,12,5.0,2.32,14,4.5,1.22,6,5.0,1.18,11,4.75,1.28,8,3.0,2.04,12,2.88,1.64,8,5.2,2.3,10,4.5,1.78,10
+newsflash,5.26,1.76,19,4.64,2.54,22,4.52,2.09,23,5.45,1.21,11,4.43,1.9,7,5.25,2.25,8,4.29,2.7,14,4.14,2.61,7,4.69,1.89,16,5.12,1.89,8,5.36,1.75,11,5.22,2.86,9,4.23,2.31,13,4.45,2.21,11,4.58,2.07,12,5.17,2.21,12,5.43,0.53,7,4.0,2.41,11,5.27,2.61,11,4.23,2.2,13,4.9,1.97,10
+newsletter,5.19,1.75,21,3.63,2.71,19,5.03,2.21,36,4.88,2.1,8,5.38,1.56,13,4.4,3.44,5,3.36,2.5,14,4.91,2.17,11,5.08,2.27,25,5.31,2.06,13,5.0,1.2,8,4.27,2.83,11,2.75,2.43,8,4.95,2.5,20,5.12,1.86,16,4.73,1.9,11,5.7,1.49,10,4.0,2.86,11,3.12,2.59,8,5.0,2.51,22,5.07,1.73,14
+newsman,5.52,1.44,21,3.12,2.36,24,4.35,2.23,20,6.25,1.16,8,5.08,1.44,13,4.67,2.07,6,2.61,2.28,18,4.55,2.34,11,4.11,2.2,9,5.92,1.38,12,5.0,1.41,9,3.7,2.71,10,2.71,2.09,14,4.69,2.46,13,3.71,1.7,7,5.71,1.44,14,5.14,1.46,7,3.88,2.31,16,1.62,1.77,8,4.17,2.21,12,4.62,2.39,8
+newspaper,5.11,1.15,19,2.67,1.93,21,5.05,2.66,19,5.0,1.73,3,5.12,1.09,16,3.33,2.16,6,2.4,1.84,15,5.67,1.97,6,4.77,2.95,13,5.0,1.15,10,5.22,1.2,9,2.29,1.25,7,2.86,2.21,14,4.8,2.35,10,5.33,3.08,9,5.25,1.04,8,5.0,1.26,11,2.33,1.12,9,2.92,2.39,12,4.71,3.3,7,5.25,2.34,12
+newspaperman,5.63,1.26,19,3.0,2.0,18,5.0,1.95,22,5.6,0.89,5,5.64,1.39,14,3.17,2.14,6,2.92,2.02,12,4.6,1.84,10,5.33,2.06,12,5.7,0.82,10,5.56,1.67,9,2.5,1.84,10,3.62,2.13,8,5.64,1.63,11,4.36,2.11,11,5.45,1.37,11,5.88,1.13,8,2.22,1.48,9,3.78,2.22,9,5.09,2.3,11,4.91,1.64,11
+newsreel,5.47,1.43,19,4.86,2.15,21,5.57,1.53,23,4.8,1.48,5,5.69,1.44,13,5.33,3.01,6,4.67,1.8,15,6.2,1.32,10,5.08,1.55,13,5.14,1.77,7,5.64,1.29,11,5.14,2.91,7,4.71,1.77,14,5.73,1.56,11,5.42,1.56,12,5.5,1.31,12,5.43,1.72,7,4.64,2.42,11,5.1,1.91,10,5.86,1.46,14,5.11,1.62,9
+newsroom,4.83,1.69,18,4.11,2.4,18,4.94,2.33,17,5.6,1.35,10,3.88,1.64,8,4.0,2.0,4,4.14,2.57,14,4.25,1.98,8,5.56,2.55,9,5.14,2.12,7,4.64,1.43,11,4.71,2.5,7,3.73,2.37,11,4.0,2.19,6,5.45,2.34,11,5.0,1.86,12,4.5,1.38,6,3.27,2.28,11,5.43,2.07,7,5.86,2.19,7,4.3,2.31,10
+newsstand,5.79,1.62,19,3.22,2.3,23,5.05,1.99,19,5.56,1.59,9,6.0,1.7,10,2.43,2.15,7,3.67,2.38,15,5.5,2.27,10,4.56,1.59,9,5.89,1.96,9,5.7,1.34,10,3.6,2.8,10,3.0,1.95,12,4.75,1.83,8,5.0,2.05,10,5.67,1.61,12,6.0,1.73,7,3.0,2.34,20,4.67,1.53,3,4.62,1.85,8,5.36,2.11,11
+newt,4.65,1.93,20,3.64,2.04,22,5.59,2.19,27,5.14,2.54,7,4.38,1.56,13,4.3,2.31,10,3.08,1.68,12,5.73,2.12,15,5.55,2.42,11,4.73,1.79,11,4.56,2.19,9,3.44,1.42,9,3.77,2.42,13,5.88,2.52,17,5.22,1.48,9,5.23,1.79,13,3.57,1.81,7,3.5,2.22,16,4.0,1.55,6,5.0,2.41,12,6.07,1.94,15
+nexus,5.57,1.57,21,3.96,2.56,25,5.42,1.89,19,5.11,1.17,9,5.92,1.78,12,2.67,2.25,6,4.33,2.63,18,5.86,0.9,7,5.17,2.29,12,5.5,1.59,16,5.8,1.64,5,3.64,2.84,14,4.3,2.31,10,6.0,1.32,9,4.9,2.23,10,5.67,1.61,12,5.44,1.59,9,3.94,2.35,16,4.0,3.04,9,5.27,2.24,11,5.62,1.41,8
+nibble,6.3,1.26,20,3.96,2.18,23,6.05,2.09,21,5.78,1.3,9,6.73,1.1,11,3.73,2.57,11,4.17,1.85,12,5.62,1.6,8,6.31,2.36,13,6.14,1.29,14,6.67,1.21,6,3.89,2.47,9,4.0,2.08,14,6.25,1.83,8,5.92,2.29,13,6.0,1.49,10,6.6,0.97,10,4.15,1.82,13,3.7,2.67,10,6.0,2.3,12,6.11,1.9,9
+nice,6.95,2.04,40,3.53,2.44,43,6.47,1.98,19,6.6,2.23,15,7.16,1.93,25,3.67,2.58,15,3.46,2.41,28,6.4,2.5,10,6.56,1.33,9,7.21,1.58,19,6.71,2.39,21,3.5,2.23,18,3.56,2.63,25,6.38,2.2,8,6.3,1.83,10,6.92,1.89,24,7.0,2.31,16,3.75,2.74,24,3.26,2.05,19,6.62,2.26,8,6.36,1.86,11
+niche,5.75,1.68,20,3.43,1.86,21,5.18,2.61,34,6.1,1.73,10,5.4,1.65,10,3.88,1.73,8,3.15,1.95,13,5.0,2.29,14,5.3,2.87,20,5.78,1.72,9,5.73,1.74,11,4.0,1.78,13,2.5,1.69,8,5.32,2.59,22,4.92,2.75,12,5.5,1.72,10,6.0,1.7,10,3.14,1.88,14,4.0,1.83,7,5.12,2.37,17,5.24,2.91,17
+nickel,5.62,1.69,21,4.22,2.11,23,5.0,2.07,21,5.4,2.19,5,5.69,1.58,16,5.08,1.62,12,3.27,2.24,11,5.27,1.95,11,4.22,1.79,9,5.17,1.99,12,6.22,0.97,9,4.19,1.97,16,4.29,2.56,7,4.36,1.57,11,5.7,2.41,10,5.77,1.74,13,5.38,1.69,8,4.42,2.12,19,3.25,2.06,4,4.36,1.98,14,6.29,1.7,7
+nickname,6.14,1.2,21,4.38,2.3,26,5.7,1.72,23,6.56,1.33,9,5.83,1.03,12,3.2,2.35,10,5.12,2.0,16,5.89,1.27,9,5.57,1.99,14,6.57,0.98,7,5.93,1.27,14,4.85,2.48,13,3.92,2.1,13,5.33,1.56,12,6.09,1.87,11,5.91,1.14,11,6.4,1.26,10,4.53,2.67,15,4.18,1.78,11,5.46,2.07,13,6.0,1.15,10
+nicotine,3.05,2.5,21,4.04,2.7,25,3.58,2.48,19,3.67,2.5,9,2.58,2.5,12,2.67,2.58,6,4.44,2.73,18,4.0,3.11,7,3.33,2.15,12,2.75,2.21,16,4.0,3.39,5,2.86,2.54,14,5.6,2.27,10,4.67,2.87,9,2.6,1.65,10,4.0,2.89,12,1.78,0.97,9,4.19,2.64,16,3.78,2.95,9,2.45,1.92,11,5.12,2.42,8
+niece,6.52,1.75,21,3.95,1.8,21,5.36,2.41,25,6.5,1.51,12,6.56,2.13,9,3.57,1.72,7,4.14,1.88,14,4.8,2.62,10,5.73,2.28,15,6.0,3.16,4,6.65,1.37,17,4.5,1.72,10,3.45,1.81,11,5.86,2.48,7,5.17,2.43,18,6.83,1.53,12,6.11,2.03,9,4.23,2.01,13,3.5,1.41,8,6.0,2.29,9,5.0,2.48,16
+nifty,6.3,1.49,20,4.59,2.22,22,6.41,1.82,27,6.14,2.04,7,6.38,1.19,13,4.7,2.21,10,4.5,2.32,12,6.6,1.99,15,6.18,1.72,11,5.45,1.13,11,7.33,1.22,9,5.11,2.32,9,4.23,2.17,13,6.53,1.97,17,6.22,1.72,9,6.54,1.51,13,5.86,1.46,7,4.62,2.5,16,4.5,1.38,6,6.5,2.11,12,6.33,1.63,15
+nigger,1.67,1.24,21,6.81,2.16,21,2.96,2.34,25,2.0,1.48,12,1.22,0.67,9,7.0,1.83,7,6.71,2.37,14,4.0,2.91,10,2.27,1.62,15,1.5,1.0,4,1.71,1.31,17,5.9,1.45,10,7.64,2.42,11,2.0,1.53,7,3.33,2.52,18,1.67,1.37,12,1.67,1.12,9,6.54,2.26,13,7.25,2.05,8,1.89,1.36,9,3.56,2.58,16
+night,6.68,1.52,22,3.57,2.54,21,5.22,2.05,18,6.67,2.25,6,6.67,1.29,15,3.0,2.45,7,3.86,2.63,14,4.33,2.0,9,6.12,1.89,8,6.79,1.63,14,6.43,1.51,7,3.89,2.42,9,3.33,2.71,12,5.5,2.51,10,4.88,1.36,8,6.64,1.69,14,6.75,1.28,8,3.33,2.94,6,3.67,2.47,15,5.7,2.67,10,4.62,0.52,8
+nightcap,5.22,2.28,23,4.0,2.41,22,6.1,2.47,20,5.88,1.89,8,4.87,2.45,15,4.2,2.35,10,3.83,2.55,12,6.43,3.1,7,5.92,2.18,13,5.33,2.27,12,5.09,2.39,11,4.0,2.14,11,4.0,2.76,11,6.0,2.65,15,6.4,2.07,5,5.45,2.38,11,5.0,2.26,12,4.4,2.01,10,3.67,2.74,12,6.3,2.0,10,5.9,2.96,10
+nightclub,5.32,2.08,19,5.08,2.8,24,5.57,2.23,28,5.5,1.93,8,5.18,2.27,11,4.56,2.74,9,5.4,2.87,15,5.57,1.95,14,5.57,2.56,14,5.33,2.5,9,5.3,1.77,10,4.5,3.0,12,5.67,2.57,12,5.29,2.58,14,5.86,1.88,14,5.8,1.81,10,4.78,2.33,9,5.67,2.67,12,4.5,2.91,12,6.17,1.7,12,5.12,2.53,16
+nightfall,6.63,1.74,19,4.0,2.32,21,3.8,2.07,20,6.33,1.15,3,6.69,1.85,16,4.5,2.59,6,3.8,2.27,15,3.17,1.72,6,4.07,2.2,14,7.0,1.15,10,6.22,2.22,9,3.71,1.98,7,4.14,2.54,14,4.2,1.75,10,3.4,2.37,10,6.5,2.07,8,6.73,1.56,11,4.0,2.06,9,4.0,2.59,12,5.12,2.1,8,2.92,1.56,12
+nightgown,5.85,2.01,20,3.35,2.45,17,5.67,2.22,24,6.2,1.48,5,5.73,2.19,15,4.5,3.51,4,3.0,2.08,13,5.0,2.48,13,6.45,1.63,11,6.1,2.38,10,5.6,1.65,10,3.57,2.88,7,3.2,2.25,10,5.38,2.47,16,6.25,1.58,8,5.57,2.21,14,6.5,1.38,6,3.58,2.43,12,2.8,2.68,5,5.6,2.32,15,5.78,2.17,9
+nightie,7.11,1.91,18,4.57,2.5,23,5.53,1.87,19,6.0,1.69,8,8.0,1.63,10,4.29,2.93,7,4.87,2.36,15,5.6,1.9,10,5.44,1.94,9,7.33,2.06,9,6.89,1.83,9,4.2,2.97,10,5.08,2.07,12,4.5,0.93,8,6.1,2.08,10,7.73,1.68,11,6.14,1.95,7,4.45,2.46,20,5.33,3.21,3,5.0,1.51,8,5.91,2.07,11
+nightlife,5.95,2.17,19,6.36,2.19,22,6.09,2.16,22,7.0,1.41,9,5.0,2.36,10,5.88,2.36,8,6.64,2.13,14,6.45,2.16,11,5.73,2.2,11,6.71,1.8,7,5.5,2.32,12,6.5,2.17,10,6.25,2.3,12,5.69,2.36,13,6.67,1.8,9,5.5,2.27,10,6.44,2.07,9,6.38,2.88,8,6.36,1.82,14,6.86,1.75,14,4.75,2.25,8
+nightly,5.38,1.63,21,3.61,2.23,23,5.32,1.38,25,4.73,1.62,11,6.1,1.37,10,4.09,2.47,11,3.17,1.99,12,5.82,1.4,11,4.92,1.32,13,5.5,2.07,10,5.27,1.19,11,3.09,1.87,11,4.08,2.5,12,5.41,1.66,17,5.14,0.38,7,5.62,2.06,13,5.0,0.0,8,3.8,2.14,15,3.25,2.49,8,5.35,1.66,17,5.25,0.46,8
+nightmare,1.79,0.92,19,5.83,2.72,42,3.21,2.3,19,2.0,0.89,6,1.69,0.95,13,6.0,2.99,16,5.73,2.6,26,3.56,2.3,9,2.9,2.38,10,2.1,0.99,10,1.44,0.73,9,5.16,3.3,19,6.39,2.04,23,2.14,1.46,7,3.83,2.52,12,1.38,0.52,8,2.09,1.04,11,5.68,3.05,25,6.06,2.22,17,2.88,2.64,8,3.45,2.11,11
+nightstand,5.62,1.4,21,4.04,1.73,24,5.68,2.48,22,5.12,0.64,8,5.92,1.66,13,4.08,1.89,13,4.0,1.61,11,5.69,2.59,13,5.67,2.45,9,6.12,1.89,8,5.5,0.67,12,4.85,1.28,13,3.09,1.76,11,6.0,2.41,12,5.3,2.63,10,5.3,1.57,10,5.91,1.22,11,3.88,2.0,17,4.43,0.79,7,6.1,3.03,10,5.33,1.97,12
+nightstick,3.79,1.69,24,4.81,2.18,21,4.32,2.34,25,4.29,1.2,14,3.1,2.08,10,4.71,1.98,7,4.86,2.35,14,5.1,1.91,10,3.8,2.51,15,4.4,2.19,5,3.63,1.57,19,4.9,2.33,10,4.73,2.15,11,4.86,2.27,7,4.11,2.4,18,3.5,1.74,14,4.2,1.62,10,4.92,1.85,13,4.62,2.77,8,3.22,1.56,9,4.94,2.52,16
+nighttime,6.18,1.87,22,3.91,2.47,23,4.78,2.41,18,6.38,1.92,8,5.85,1.77,13,5.38,2.39,8,3.07,2.27,14,4.57,2.82,7,4.6,2.12,10,6.88,1.64,8,5.54,1.76,13,4.44,2.96,9,3.57,2.14,14,4.0,1.53,7,5.27,2.8,11,5.91,2.17,11,6.45,1.57,11,3.44,2.65,9,4.21,2.39,14,4.73,2.58,15,5.0,1.73,3
+Nike,5.86,1.8,21,4.71,2.48,24,5.95,2.21,22,6.38,1.41,8,5.54,1.98,13,5.23,2.74,13,4.09,2.07,11,6.46,2.11,13,5.22,2.28,9,6.5,1.85,8,5.58,1.73,12,5.36,1.91,14,3.8,2.97,10,6.0,2.09,12,5.9,2.47,10,5.8,1.55,10,5.91,2.07,11,4.82,2.9,17,4.43,0.98,7,5.9,2.88,10,6.0,1.6,12
+nimble,6.25,1.16,20,4.5,2.09,24,5.41,2.54,22,6.29,1.25,7,6.23,1.17,13,4.77,2.13,13,4.18,2.09,11,5.54,2.5,13,5.22,2.73,9,7.0,1.53,7,5.92,0.67,12,5.14,1.7,14,3.6,2.32,10,5.92,2.02,12,4.8,3.05,10,6.33,1.66,9,6.18,0.6,11,4.12,2.03,17,5.43,2.07,7,4.5,2.95,10,6.17,1.95,12
+nimrod,4.21,1.81,19,3.67,2.17,18,3.41,2.29,17,4.64,1.75,11,3.62,1.85,8,4.5,3.51,4,3.43,1.74,14,2.75,1.83,8,4.0,2.6,9,4.38,1.69,8,4.09,1.97,11,2.57,1.81,7,4.36,2.16,11,4.17,2.4,6,3.0,2.24,11,4.15,1.72,13,4.33,2.16,6,3.36,1.8,11,4.14,2.73,7,2.71,2.21,7,3.9,2.33,10
+nincompoop,5.0,2.19,21,3.21,2.55,24,4.72,2.08,18,4.88,2.36,8,5.08,2.18,13,3.67,2.42,6,3.06,2.65,18,4.73,2.0,11,4.71,2.36,7,5.83,1.59,12,3.89,2.47,9,3.9,3.28,10,2.71,1.86,14,4.5,2.2,12,5.17,1.94,6,4.93,1.77,14,5.14,3.02,7,3.19,2.46,16,3.25,2.92,8,4.82,2.18,11,4.57,2.07,7
+nine,5.1,1.77,20,3.83,2.33,24,5.21,2.73,28,5.62,1.41,8,4.75,1.96,12,4.0,2.65,9,3.73,2.22,15,4.64,2.76,14,5.79,2.67,14,4.33,1.73,9,5.73,1.62,11,4.5,2.2,12,3.17,2.37,12,5.43,2.9,14,5.0,2.63,14,4.7,2.16,10,5.5,1.27,10,3.92,2.31,12,3.75,2.45,12,4.42,2.31,12,5.81,2.93,16
+nineteen,5.63,1.74,19,3.86,2.56,21,5.09,2.07,23,6.45,1.57,11,4.71,1.25,7,4.71,2.43,7,3.43,2.59,14,4.29,2.63,7,5.44,1.75,16,5.25,1.98,8,5.91,1.58,11,3.67,3.12,9,4.0,2.17,12,5.18,2.04,11,5.0,2.17,12,4.92,1.44,12,6.86,1.57,7,3.36,2.54,11,4.4,2.59,10,4.85,2.34,13,5.4,1.71,10
+ninety,4.65,1.69,20,3.28,2.16,18,5.36,1.65,22,5.6,1.82,5,4.33,1.59,15,4.0,2.0,6,2.92,2.23,12,5.2,0.92,10,5.5,2.11,12,5.6,1.43,10,3.7,1.42,10,3.4,2.01,10,3.12,2.47,8,5.09,2.02,11,5.64,1.21,11,4.92,1.73,12,4.25,1.67,8,2.44,2.13,9,4.11,1.96,9,5.0,2.0,11,5.73,1.19,11
+ninja,5.14,2.41,21,5.61,2.66,23,5.23,1.97,26,5.27,2.45,11,5.0,2.49,10,5.55,2.77,11,5.67,2.67,12,4.91,2.12,11,5.5,1.95,14,6.5,2.46,10,3.91,1.64,11,6.36,2.77,11,4.92,2.47,12,5.71,2.2,17,4.25,1.04,8,5.31,2.56,13,4.88,2.3,8,5.53,2.83,15,5.75,2.49,8,5.53,2.27,17,4.67,1.12,9
+ninny,4.33,1.96,21,5.42,2.32,19,4.81,2.4,21,5.0,1.67,6,4.07,2.05,15,5.38,2.5,8,5.45,2.3,11,4.18,2.36,11,5.5,2.37,10,5.0,1.9,6,4.07,1.98,15,5.0,3.0,9,5.8,1.55,10,4.64,2.71,14,5.14,1.77,7,4.29,2.14,7,4.36,1.95,14,5.77,2.42,13,4.67,2.07,6,4.5,2.5,12,5.22,2.33,9
+nintendo,6.8,2.14,20,6.37,3.06,19,6.23,2.18,26,7.0,1.61,11,6.56,2.74,9,7.86,1.68,7,5.5,3.4,12,6.0,2.55,13,6.46,1.81,13,7.36,2.06,11,6.11,2.15,9,7.4,2.59,10,5.22,3.27,9,6.12,2.32,17,6.44,2.01,9,8.0,1.33,10,5.6,2.17,10,7.0,3.05,12,5.29,2.98,7,6.38,2.25,16,6.0,2.16,10
+nip,5.25,1.48,20,4.39,2.45,18,4.68,1.36,22,5.6,1.34,5,5.13,1.55,15,6.0,2.83,6,3.58,1.88,12,4.7,1.49,10,4.67,1.3,12,5.3,1.57,10,5.2,1.48,10,4.6,2.99,10,4.12,1.73,8,4.55,1.51,11,4.82,1.25,11,4.33,0.78,12,6.62,1.19,8,4.22,3.03,9,4.56,1.88,9,4.45,1.44,11,4.91,1.3,11
+nipper,5.43,2.01,21,4.42,2.39,19,4.86,2.28,36,5.25,2.49,8,5.54,1.76,13,4.0,2.45,5,4.57,2.44,14,4.09,2.26,11,5.2,2.25,25,5.62,2.29,13,5.12,1.55,8,4.55,2.62,11,4.25,2.19,8,5.5,2.14,20,4.06,2.26,16,5.18,2.52,11,5.7,1.34,10,4.73,2.49,11,4.0,2.33,8,4.68,2.28,22,5.14,2.35,14
+nipple,5.73,2.06,41,5.88,2.42,43,5.64,2.11,22,6.36,1.82,14,5.41,2.14,27,6.38,2.53,16,5.59,2.36,27,5.67,2.0,9,5.62,2.26,13,5.95,2.03,22,5.47,2.12,19,6.52,2.21,23,5.15,2.5,20,6.29,2.2,14,4.5,1.41,8,5.35,2.21,23,6.22,1.8,18,5.85,2.69,26,5.94,2.01,17,6.42,2.5,12,4.7,0.95,10
+nippy,4.79,1.87,19,5.45,1.9,22,5.14,1.75,22,5.56,0.88,9,4.1,2.28,10,6.25,1.04,8,5.0,2.15,14,5.55,2.11,11,4.73,1.27,11,5.29,0.76,7,4.5,2.28,12,5.4,1.65,10,5.5,2.15,12,5.08,1.61,13,5.22,2.05,9,5.2,1.99,10,4.33,1.73,9,5.62,2.26,8,5.36,1.74,14,5.14,1.66,14,5.12,2.03,8
+nitrate,5.0,1.7,21,4.0,2.51,22,5.12,1.97,26,5.1,1.45,10,4.91,1.97,11,3.29,2.87,7,4.33,2.35,15,5.06,2.3,17,5.22,1.2,9,5.45,1.44,11,4.5,1.9,10,2.8,2.17,5,4.35,2.55,17,4.79,2.15,14,5.5,1.73,12,4.85,1.72,13,5.25,1.75,8,3.3,2.54,10,4.58,2.43,12,5.62,1.94,13,4.62,1.94,13
+nitro,5.0,1.3,21,4.55,2.26,22,4.71,1.95,21,5.44,1.42,9,4.67,1.15,12,4.5,2.59,6,4.73,2.19,15,3.83,1.17,6,5.07,2.12,15,5.44,1.13,9,4.67,1.37,12,5.0,2.45,5,4.41,2.27,17,5.2,1.48,10,4.27,2.28,11,5.17,1.47,12,4.78,1.09,9,3.89,2.03,9,5.0,2.38,13,4.58,1.78,12,4.89,2.26,9
+nitrogen,4.6,1.73,20,5.2,2.21,20,4.82,2.44,34,4.5,2.07,10,4.7,1.42,10,5.0,1.31,8,5.33,2.71,12,4.36,2.37,14,5.15,2.5,20,4.56,1.67,9,4.64,1.86,11,5.23,1.96,13,5.14,2.79,7,4.41,2.5,22,5.58,2.23,12,4.0,1.89,10,5.2,1.4,10,5.08,2.33,13,5.43,2.15,7,4.88,2.32,17,4.76,2.63,17
+nitrous,5.1,2.07,20,5.25,2.27,20,5.35,1.79,26,4.45,2.02,11,5.89,1.96,9,5.14,2.04,7,5.31,2.46,13,5.62,1.71,13,5.08,1.89,13,5.18,2.32,11,5.0,1.87,9,6.09,2.07,11,4.22,2.17,9,5.41,1.84,17,5.22,1.79,9,5.9,1.85,10,4.3,2.06,10,6.33,1.67,12,3.62,2.13,8,5.31,1.7,16,5.4,2.01,10
+nitwit,3.75,1.77,20,3.96,2.18,23,3.54,2.3,26,4.0,2.21,10,3.5,1.27,10,3.82,2.4,11,4.08,2.07,12,3.64,2.25,11,3.43,2.5,14,3.9,1.66,10,3.6,1.96,10,4.18,2.36,11,3.75,2.09,12,4.12,2.52,17,2.25,1.28,8,3.85,2.08,13,3.57,1.13,7,4.2,2.14,15,3.5,2.33,8,3.82,2.46,17,3.0,2.0,9
+nix,4.0,1.37,19,3.89,1.79,19,3.9,1.74,20,4.33,1.53,3,3.94,1.39,16,3.33,1.63,6,4.15,1.86,13,4.5,2.26,6,3.64,1.5,14,4.7,0.82,10,3.22,1.48,9,3.29,2.06,7,4.25,1.6,12,3.6,1.43,10,4.2,2.04,10,4.38,1.06,8,3.73,1.56,11,3.89,1.83,9,3.9,1.85,10,3.62,1.41,8,4.08,1.98,12
+nobility,5.83,2.81,18,4.57,1.78,23,4.89,2.42,18,4.56,2.35,9,7.11,2.76,9,5.0,1.91,7,4.47,1.77,15,5.22,2.86,9,4.56,2.01,9,6.56,2.96,9,5.11,2.62,9,4.6,2.32,10,4.67,1.3,12,4.57,2.15,7,4.8,2.62,10,6.67,2.64,12,4.17,2.56,6,4.5,1.88,20,5.0,1.0,3,5.25,2.19,8,4.6,2.67,10
+noble,7.16,1.95,19,4.14,2.31,21,6.71,1.82,21,7.0,2.18,9,7.3,1.83,10,5.0,2.24,7,3.71,2.3,14,6.36,2.2,11,7.1,1.29,10,7.29,1.7,7,7.08,2.15,12,4.9,1.79,10,3.45,2.58,11,6.58,2.07,12,6.89,1.54,9,6.8,2.35,10,7.56,1.42,9,3.5,2.39,8,4.54,2.26,13,6.31,1.84,13,7.38,1.69,8
+nobleman,6.86,1.42,21,4.0,2.07,21,5.36,2.18,25,6.5,1.51,12,7.33,1.22,9,4.71,2.56,7,3.64,1.78,14,4.9,2.33,10,5.67,2.09,15,8.0,0.82,4,6.59,1.42,17,3.9,2.56,10,4.09,1.64,11,5.86,2.61,7,5.17,2.04,18,6.92,1.51,12,6.78,1.39,9,4.08,2.02,13,3.88,2.3,8,5.33,2.55,9,5.38,2.03,16
+nocturnal,5.29,1.71,21,3.48,2.15,23,5.61,2.73,18,5.67,1.66,9,5.0,1.76,12,3.64,2.16,11,3.33,2.23,12,4.7,2.87,10,6.75,2.19,8,6.0,2.31,7,4.85,1.28,13,3.45,1.97,11,3.5,2.39,12,4.86,3.08,7,6.09,2.51,11,5.38,1.89,13,5.12,1.46,8,3.91,2.51,11,3.08,1.78,12,5.0,3.2,9,6.22,2.17,9
+nod,5.05,1.28,21,2.92,2.32,24,6.1,2.29,20,4.88,1.81,8,5.15,0.9,13,3.67,2.16,6,2.67,2.38,18,6.55,2.3,11,5.56,2.3,9,5.0,1.41,12,5.11,1.17,9,3.3,2.63,10,2.64,2.13,14,6.38,2.63,13,5.57,1.51,7,5.36,1.01,14,4.43,1.62,7,3.69,2.41,16,1.38,1.06,8,6.33,2.15,12,5.75,2.6,8
+node,4.84,1.57,19,3.5,2.22,22,5.62,1.43,21,5.25,1.28,8,4.55,1.75,11,3.0,2.21,10,3.92,2.23,12,5.25,0.89,8,5.85,1.68,13,5.21,1.37,14,3.8,1.79,5,2.75,1.98,8,3.93,2.3,14,5.75,1.91,8,5.54,1.13,13,5.4,1.51,10,4.22,1.48,9,3.75,1.96,12,3.2,2.57,10,5.58,1.51,12,5.67,1.41,9
+noggin,5.63,1.42,19,4.29,1.95,21,5.74,1.45,23,5.2,0.45,5,5.69,1.65,13,4.17,2.48,6,4.33,1.8,15,6.2,1.4,10,5.38,1.45,13,5.0,0.58,7,5.91,1.7,11,4.86,2.79,7,4.0,1.41,14,5.73,1.74,11,5.75,1.22,12,5.92,1.0,12,5.14,1.95,7,4.27,2.15,11,4.3,1.83,10,5.71,1.38,14,5.78,1.64,9
+noir,5.37,1.54,19,3.59,2.38,22,5.32,1.81,22,5.44,0.73,9,5.3,2.06,10,4.62,2.45,8,3.0,2.22,14,5.64,1.96,11,5.0,1.67,11,5.14,0.38,7,5.5,1.93,12,4.9,2.38,10,2.5,1.83,12,4.92,1.93,13,5.89,1.54,9,5.5,1.9,10,5.22,1.09,9,3.0,2.67,8,3.93,2.23,14,5.21,1.63,14,5.5,2.2,8
+noise,3.36,2.28,22,5.75,2.59,20,5.47,2.76,19,4.0,2.58,13,2.44,1.42,9,6.43,1.81,7,5.38,2.93,13,5.57,2.51,7,5.42,3.0,12,3.92,2.71,12,2.7,1.49,10,5.89,2.47,9,5.64,2.8,11,5.8,2.2,10,5.11,3.37,9,3.42,2.47,12,3.3,2.16,10,6.29,1.89,7,5.46,2.93,13,5.43,3.1,7,5.5,2.68,12
+noisy,3.21,1.4,19,5.15,2.57,47,4.42,2.84,50,3.33,2.08,3,3.19,1.33,16,5.38,2.13,21,4.96,2.9,26,4.04,2.97,26,4.83,2.7,24,2.78,1.72,9,3.6,0.97,10,5.0,2.75,28,5.37,2.34,19,4.38,3.01,21,4.45,2.77,29,3.57,1.72,7,3.0,1.21,12,5.29,2.69,31,4.88,2.39,16,4.96,3.11,24,3.92,2.53,26
+nomad,4.71,1.31,21,3.17,2.63,24,5.3,2.87,20,4.88,1.64,8,4.62,1.12,13,6.17,1.94,6,2.17,2.01,18,6.09,2.81,11,4.33,2.78,9,5.0,1.35,12,4.33,1.22,9,4.4,3.17,10,2.29,1.82,14,6.15,2.88,13,3.71,2.21,7,5.07,1.33,14,4.0,1.0,7,3.81,2.9,16,1.88,1.36,8,5.75,2.45,12,4.62,3.46,8
+nominal,5.1,1.79,21,3.55,2.28,20,4.61,1.9,36,5.5,2.07,8,4.85,1.63,13,4.6,2.88,5,3.2,2.04,15,4.55,2.02,11,4.64,1.89,25,5.15,1.68,13,5.0,2.07,8,4.25,2.53,12,2.5,1.41,8,4.55,2.06,20,4.69,1.74,16,5.73,1.85,11,4.4,1.51,10,3.36,2.42,11,3.78,2.22,9,4.36,2.08,22,5.0,1.57,14
+nominate,5.86,1.39,21,3.48,1.9,25,6.05,2.09,19,6.0,1.22,9,5.75,1.54,12,4.0,1.79,6,3.28,1.99,18,5.0,1.91,7,6.67,2.02,12,5.69,1.4,16,6.4,1.34,5,3.29,1.98,14,3.7,1.95,10,5.22,2.11,9,6.8,1.87,10,6.25,1.36,12,5.33,1.32,9,3.75,1.88,16,3.0,1.94,9,6.27,2.41,11,5.75,1.67,8
+nomination,5.63,1.54,19,4.04,2.38,23,6.0,2.25,27,5.62,1.19,8,5.64,1.8,11,3.67,2.06,9,4.29,2.61,14,6.0,2.24,13,6.0,2.35,14,5.89,2.15,9,5.4,0.7,10,4.33,2.27,12,3.73,2.57,11,5.79,2.49,14,6.23,2.05,13,5.7,1.83,10,5.56,1.24,9,3.64,2.34,11,4.42,2.47,12,6.42,1.98,12,5.67,2.47,15
+nominee,5.5,1.19,22,4.4,2.63,25,5.75,2.09,24,5.44,1.51,9,5.54,0.97,13,3.78,2.77,9,4.75,2.57,16,6.44,2.13,9,5.33,2.02,15,5.25,0.71,8,5.64,1.39,14,5.25,2.53,12,3.62,2.57,13,6.17,1.9,12,5.33,2.27,12,5.33,0.65,12,5.7,1.64,10,4.57,2.95,14,4.18,2.27,11,6.23,2.01,13,5.18,2.14,11
+nonchalant,4.58,1.35,19,3.64,2.47,45,5.84,2.34,25,5.0,1.0,3,4.5,1.41,16,3.82,2.36,11,3.55,2.56,33,6.38,2.56,8,5.59,2.27,17,4.44,1.51,9,4.7,1.25,10,3.96,2.44,26,3.11,2.54,18,5.79,2.46,14,5.91,2.3,11,4.29,1.25,7,4.75,1.42,12,4.33,2.6,27,2.61,1.88,18,5.39,2.55,18,7.0,1.15,7
+nonexistent,3.89,1.24,19,3.81,2.02,21,3.83,2.61,23,4.67,0.58,3,3.75,1.29,16,3.62,2.2,8,3.92,1.98,13,3.78,2.33,9,3.86,2.85,14,3.56,1.42,9,4.2,1.03,10,3.89,1.96,9,3.75,2.14,12,4.07,3.08,15,3.38,1.41,8,3.43,1.62,7,4.17,0.94,12,4.6,1.71,10,3.09,2.07,11,4.23,3.27,13,3.3,1.34,10
+nonfat,5.74,1.82,19,3.57,2.23,21,6.0,2.04,23,5.67,2.52,3,5.75,1.77,16,3.75,2.25,8,3.46,2.3,13,6.22,1.92,9,5.86,2.18,14,6.33,1.94,9,5.2,1.62,10,3.89,2.03,9,3.33,2.42,12,6.4,2.26,15,5.25,1.39,8,5.0,2.52,7,6.17,1.19,12,3.2,1.62,10,3.91,2.7,11,6.69,2.39,13,5.1,0.99,10
+nonfiction,5.95,1.72,21,3.85,2.16,20,5.47,2.32,36,6.0,1.93,8,5.92,1.66,13,3.8,2.39,5,3.87,2.17,15,5.27,2.53,11,5.56,2.27,25,6.23,2.01,13,5.5,1.07,8,3.67,2.31,12,4.12,2.03,8,5.2,2.28,20,5.81,2.4,16,5.55,1.57,11,6.4,1.84,10,4.27,2.53,11,3.33,1.58,9,5.77,2.2,22,5.0,2.51,14
+nonsense,4.0,1.89,20,4.52,2.29,21,4.74,2.31,43,4.09,2.02,11,3.89,1.83,9,5.43,2.15,7,4.23,2.31,13,5.0,2.35,17,4.58,2.32,26,4.55,2.3,11,3.33,1.0,9,5.0,1.91,7,4.46,2.5,13,4.96,2.14,27,4.38,2.6,16,3.4,1.65,10,4.6,2.01,10,4.73,2.28,11,4.3,2.41,10,4.08,2.19,24,5.58,2.24,19
+nonviolent,6.84,1.3,19,3.95,2.11,20,5.17,2.2,24,7.0,1.41,13,6.5,1.05,6,4.0,2.83,5,3.93,1.94,15,5.54,2.07,13,4.73,2.37,11,7.11,1.36,9,6.6,1.26,10,3.71,2.29,7,4.08,2.1,13,5.55,2.46,11,4.85,1.99,13,7.11,1.05,9,6.6,1.51,10,3.8,2.35,10,4.1,1.97,10,5.22,2.44,9,5.13,2.13,15
+noodle,6.48,1.57,21,3.09,2.16,22,5.48,1.99,27,6.0,1.76,10,6.91,1.3,11,3.14,2.04,7,3.07,2.28,15,5.47,2.35,17,5.5,1.27,10,6.64,1.57,11,6.3,1.64,10,3.4,3.36,5,3.0,1.8,17,5.43,2.41,14,5.54,1.51,13,6.54,1.45,13,6.38,1.85,8,2.4,2.5,10,3.67,1.72,12,5.79,2.12,14,5.15,1.86,13
+nook,6.33,1.56,21,2.8,2.16,25,5.47,1.87,19,6.33,1.87,9,6.33,1.37,12,3.17,2.4,6,2.61,2.17,18,5.57,0.98,7,5.42,2.27,12,6.25,1.57,16,6.6,1.67,5,3.07,2.59,14,2.3,1.49,10,6.0,1.94,9,5.0,1.76,10,6.5,1.78,12,6.11,1.27,9,3.38,2.36,16,1.78,1.3,9,5.55,1.92,11,5.38,1.92,8
+noon,5.38,2.09,21,2.87,1.96,23,6.22,2.05,18,5.0,2.5,9,5.67,1.78,12,3.55,2.11,11,2.25,1.66,12,6.3,2.21,10,6.12,1.96,8,4.86,2.41,7,5.46,1.9,13,3.18,2.32,11,2.58,1.62,12,6.0,2.45,7,6.36,1.86,11,5.31,2.18,13,5.5,2.07,8,2.82,2.04,11,2.92,1.98,12,5.56,1.81,9,6.89,2.15,9
+noose,2.43,1.67,84,5.38,2.58,104,3.99,2.53,78,3.16,1.94,32,2.0,1.33,51,5.41,2.78,37,5.36,2.5,66,4.69,2.41,36,3.39,2.53,41,2.52,1.65,48,2.34,1.73,35,5.0,2.88,48,5.71,2.28,55,4.5,2.72,46,3.25,2.05,32,2.6,1.65,48,2.19,1.7,36,5.25,2.72,48,5.5,2.47,56,4.31,2.76,39,3.67,2.26,39
+norm,5.56,1.42,18,3.06,1.92,17,5.06,2.01,17,5.3,1.49,10,5.88,1.36,8,3.5,1.91,4,2.92,1.98,13,4.25,1.67,8,5.78,2.11,9,5.5,1.69,8,5.6,1.26,10,3.14,1.86,7,3.0,2.05,10,4.67,2.16,6,5.27,2.0,11,5.67,1.67,12,5.33,0.82,6,2.4,1.84,10,4.0,1.73,7,5.43,1.72,7,4.8,2.25,10
+normal,6.17,2.07,18,2.29,2.03,21,6.39,1.79,18,5.62,0.74,8,6.6,2.67,10,1.86,1.46,7,2.5,2.28,14,6.0,1.84,11,7.0,1.63,7,6.09,1.38,11,6.29,2.98,7,2.0,1.73,9,2.5,2.28,12,6.36,2.01,11,6.43,1.51,7,5.58,1.98,12,7.33,1.86,6,2.42,1.93,12,2.11,2.26,9,6.78,1.64,9,6.0,1.94,9
+normalcy,4.84,2.24,19,3.15,2.11,20,6.65,2.23,20,6.67,1.53,3,4.6,2.26,15,2.5,1.72,10,3.8,2.35,10,6.2,1.93,10,7.1,2.51,10,3.33,1.63,6,5.75,2.14,12,3.0,2.52,7,3.23,1.96,13,6.25,2.6,8,6.92,2.02,12,5.33,2.15,12,4.0,2.31,7,3.8,2.15,10,2.5,1.96,10,6.11,2.47,9,7.09,2.02,11
+north,5.72,1.87,18,2.15,1.46,20,5.0,2.03,18,4.75,1.83,8,6.5,1.58,10,2.14,1.68,7,2.15,1.41,13,4.45,1.21,11,5.86,2.79,7,5.27,2.0,11,6.43,1.51,7,1.44,0.53,9,2.73,1.74,11,4.91,1.81,11,5.14,2.48,7,5.5,1.62,12,6.17,2.4,6,2.0,1.48,12,2.38,1.51,8,5.56,2.51,9,4.44,1.33,9
+northbound,5.45,1.9,20,4.8,2.5,20,5.73,1.85,26,5.82,1.94,11,5.0,1.87,9,5.86,2.34,7,4.23,2.49,13,6.0,1.83,13,5.46,1.9,13,5.45,2.16,11,5.44,1.67,9,4.27,2.9,11,5.44,1.88,9,5.35,1.87,17,6.44,1.67,9,4.5,1.9,10,6.4,1.43,10,4.75,2.77,12,4.88,2.23,8,5.31,1.82,16,6.4,1.78,10
+northeast,5.5,1.89,18,3.65,2.48,20,5.9,2.36,20,5.0,0.0,3,5.86,1.88,14,3.6,2.88,10,3.7,2.16,10,6.0,2.26,10,5.8,2.57,10,5.67,2.34,6,5.73,1.42,11,2.86,2.54,7,4.08,2.43,13,5.38,2.07,8,6.25,2.56,12,5.64,1.96,11,5.29,1.89,7,3.7,2.54,10,3.6,2.55,10,5.44,2.83,9,6.27,1.95,11
+northern,5.65,2.08,20,3.17,2.33,18,5.08,2.19,24,5.8,2.59,5,5.6,1.99,15,2.8,1.79,5,3.31,2.56,13,4.15,2.15,13,6.18,1.72,11,5.9,1.85,10,5.4,2.37,10,4.29,2.81,7,2.45,1.75,11,4.44,2.06,16,6.38,1.92,8,5.57,2.1,14,5.83,2.23,6,3.67,2.46,12,2.17,1.83,6,5.33,2.23,15,4.67,2.18,9
+northwest,5.81,1.4,21,2.71,2.4,24,4.9,2.43,20,5.88,0.83,8,5.77,1.69,13,3.33,1.86,6,2.5,2.57,18,5.64,2.73,11,4.0,1.73,9,5.67,1.37,12,6.0,1.5,9,3.0,2.54,10,2.5,2.38,14,5.38,2.72,13,4.0,1.53,7,5.71,1.44,14,6.0,1.41,7,3.19,2.66,16,1.75,1.49,8,5.0,2.63,12,4.75,2.25,8
+northwestern,5.39,1.61,18,3.05,2.3,22,5.13,2.1,23,6.09,1.51,11,4.33,1.21,6,3.38,2.39,8,2.86,2.32,14,4.0,2.08,7,5.62,1.96,16,5.0,1.07,8,5.7,1.95,10,2.33,1.94,9,3.54,2.47,13,5.18,1.66,11,5.08,2.5,12,4.73,1.27,11,6.43,1.62,7,3.0,2.37,11,3.09,2.34,11,4.69,2.36,13,5.7,1.64,10
+nose,5.5,1.47,18,3.1,2.05,20,4.61,2.3,18,4.75,1.04,8,6.1,1.52,10,3.29,2.14,7,3.0,2.08,13,4.55,2.38,11,4.71,2.36,7,5.27,1.42,11,5.86,1.57,7,2.67,2.35,9,3.45,1.81,11,5.45,2.3,11,3.29,1.7,7,5.25,1.14,12,6.0,2.0,6,2.92,2.27,12,3.38,1.77,8,4.56,2.74,9,4.67,1.94,9
+nosebleed,3.16,1.98,19,5.27,2.23,22,3.5,1.99,22,3.11,1.62,9,3.2,2.35,10,5.88,2.1,8,4.93,2.3,14,2.82,1.6,11,4.18,2.18,11,4.14,1.07,7,2.58,2.19,12,5.0,1.94,10,5.5,2.5,12,3.77,2.2,13,3.11,1.69,9,3.7,2.26,10,2.56,1.51,9,5.5,2.62,8,5.14,2.07,14,3.36,2.02,14,3.75,2.05,8
+nostalgia,6.65,2.08,20,4.38,2.71,21,5.36,1.96,25,5.75,3.4,4,6.88,1.71,16,5.0,2.94,4,4.24,2.73,17,4.56,2.79,9,5.81,1.17,16,6.5,2.07,8,6.75,2.18,12,4.5,2.59,10,4.27,2.94,11,5.0,1.96,14,5.82,1.94,11,6.91,1.51,11,6.33,2.69,9,4.3,2.79,10,4.45,2.77,11,5.44,2.12,18,5.14,1.57,7
+nostalgic,6.68,1.64,22,4.37,2.5,19,5.05,2.31,21,6.2,1.3,5,6.94,1.73,16,5.0,3.46,8,3.91,1.51,11,5.7,2.21,10,4.45,2.34,11,6.25,1.66,12,7.2,1.55,10,4.6,2.84,10,4.11,2.2,9,4.33,2.35,12,6.0,2.0,9,6.64,1.86,11,6.73,1.49,11,4.38,2.56,8,4.36,2.58,11,5.67,2.18,9,4.58,2.39,12
+nostril,3.58,1.3,19,3.43,2.16,21,4.58,2.43,19,3.33,0.58,3,3.62,1.41,16,3.5,2.07,6,3.4,2.26,15,4.67,1.37,6,4.54,2.85,13,3.9,1.1,10,3.22,1.48,9,3.71,2.63,7,3.29,1.98,14,5.0,2.87,9,4.2,2.04,10,3.88,0.99,8,3.36,1.5,11,4.0,2.35,9,3.0,2.0,12,3.86,3.18,7,5.0,1.91,12
+nosy,3.1,1.55,21,4.65,2.31,23,5.04,2.29,26,3.73,1.68,11,2.4,1.07,10,4.36,2.58,11,4.92,2.11,12,4.27,2.0,11,5.79,2.36,14,3.3,1.64,10,2.91,1.51,11,4.27,2.53,11,5.0,2.13,12,5.76,1.82,17,3.75,2.71,8,2.85,1.57,13,3.5,1.51,8,4.33,2.02,15,5.25,2.82,8,5.65,2.32,17,3.89,1.83,9
+notable,5.95,1.67,20,3.45,1.95,22,6.23,1.34,22,5.25,1.67,8,6.42,1.56,12,2.5,1.97,6,3.87,1.92,15,6.17,1.83,6,6.25,1.18,16,5.11,1.62,9,6.64,1.43,11,3.4,1.67,5,3.47,2.07,17,6.18,0.87,11,6.27,1.74,11,6.25,1.71,12,5.5,1.6,8,3.89,2.03,9,3.15,1.91,13,6.17,1.47,12,6.3,1.25,10
+notary,5.43,1.5,21,3.23,2.16,22,5.5,1.47,20,5.33,1.12,9,5.5,1.78,12,2.67,1.63,6,3.4,2.41,15,5.83,1.83,6,5.36,1.34,14,5.11,0.93,9,5.67,1.83,12,3.6,0.89,5,3.12,2.42,17,4.89,1.69,9,6.0,1.1,11,5.92,1.51,12,4.78,1.3,9,3.44,2.07,9,3.08,2.29,13,5.0,1.48,11,6.11,1.27,9
+notch,5.32,1.57,19,2.95,2.01,21,4.8,1.73,25,5.0,1.41,4,5.4,1.64,15,3.25,1.89,4,2.88,2.09,17,5.22,2.39,9,4.56,1.26,16,5.12,1.64,8,5.45,1.57,11,3.3,2.0,10,2.64,2.06,11,4.57,1.28,14,5.09,2.21,11,5.6,0.97,10,5.0,2.06,9,2.2,1.55,10,3.64,2.2,11,4.94,1.63,18,4.43,2.07,7
+note,5.78,1.73,18,3.33,2.06,21,5.28,1.41,18,5.12,0.99,8,6.3,2.06,10,2.71,1.89,7,3.64,2.13,14,5.18,1.25,11,5.43,1.72,7,5.64,1.5,11,6.0,2.16,7,2.33,1.41,9,4.08,2.19,12,5.64,1.69,11,4.71,0.49,7,5.25,1.06,12,6.83,2.4,6,2.75,1.76,12,4.11,2.26,9,5.33,1.94,9,5.22,0.67,9
+notebook,6.05,2.2,19,3.58,2.73,19,6.12,1.85,24,6.15,2.64,13,5.83,0.75,6,6.2,1.64,5,2.64,2.44,14,6.62,1.5,13,5.55,2.11,11,6.44,2.55,9,5.7,1.89,10,5.86,2.73,7,2.25,1.71,12,6.45,1.81,11,5.85,1.91,13,5.78,1.99,9,6.3,2.45,10,4.1,3.03,10,3.0,2.4,9,6.22,2.49,9,6.07,1.44,15
+nothingness,2.79,1.62,19,3.25,1.89,20,3.2,2.33,20,4.0,2.0,3,2.56,1.5,16,2.83,1.33,6,3.43,2.1,14,3.33,2.73,6,3.14,2.25,14,3.5,1.78,10,2.0,1.0,9,4.29,2.14,7,2.69,1.55,13,4.0,2.67,10,2.4,1.71,10,3.25,1.75,8,2.45,1.51,11,3.78,2.17,9,2.82,1.6,11,3.75,3.11,8,2.83,1.7,12
+notice,5.94,1.86,18,3.38,2.25,21,5.11,2.37,18,5.88,1.96,8,6.0,1.89,10,3.14,2.19,7,3.5,2.35,14,4.73,2.33,11,5.71,2.5,7,5.64,1.91,11,6.43,1.81,7,3.0,2.5,9,3.67,2.1,12,6.0,2.28,11,3.71,1.89,7,5.42,1.73,12,7.0,1.79,6,2.83,2.04,12,4.11,2.42,9,5.56,2.7,9,4.67,2.06,9
+noticeable,5.86,1.53,21,4.25,2.65,20,5.75,1.73,36,5.75,1.58,8,5.92,1.55,13,4.0,2.45,5,4.33,2.79,15,5.82,1.83,11,5.72,1.72,25,5.69,1.65,13,6.12,1.36,8,5.0,2.66,12,3.12,2.36,8,5.75,2.02,20,5.75,1.34,16,5.45,1.37,11,6.3,1.64,10,5.0,2.86,11,3.33,2.18,9,5.95,1.79,22,5.43,1.65,14
+notification,5.24,1.73,21,4.5,2.54,20,5.09,2.49,22,6.0,1.67,6,4.93,1.71,15,5.25,2.38,8,4.0,2.63,12,5.25,2.49,12,4.9,2.6,10,5.67,2.6,9,4.92,0.51,12,5.0,2.6,9,4.09,2.55,11,4.57,1.72,7,5.33,2.79,15,4.8,2.04,10,5.64,1.36,11,3.92,2.66,13,5.57,2.07,7,4.5,3.0,12,5.8,1.55,10
+notify,4.9,1.74,20,3.13,2.05,23,5.67,2.25,18,4.56,1.88,9,5.18,1.66,11,3.36,1.91,11,2.92,2.23,12,5.5,2.51,10,5.88,2.03,8,4.86,1.95,7,4.92,1.78,12,3.36,1.96,11,2.92,2.19,12,5.43,2.88,7,5.82,1.89,11,4.85,1.91,13,5.0,1.53,7,3.0,1.95,11,3.25,2.22,12,4.11,1.62,9,7.22,1.64,9
+notion,5.86,1.88,21,4.25,2.77,20,5.42,2.03,36,6.25,1.39,8,5.62,2.14,13,3.4,2.07,5,4.53,2.97,15,5.45,2.02,11,5.4,2.08,25,6.31,1.8,13,5.12,1.89,8,4.33,2.81,12,4.12,2.9,8,5.2,2.26,20,5.69,1.74,16,5.45,2.02,11,6.3,1.7,10,5.09,3.05,11,3.22,2.11,9,5.27,2.23,22,5.64,1.74,14
+notoriety,5.68,1.89,19,5.23,2.07,22,5.77,2.51,22,5.44,2.35,9,5.9,1.45,10,5.62,2.33,8,5.0,1.96,14,6.36,2.66,11,5.18,2.32,11,5.86,0.9,7,5.58,2.31,12,4.7,2.06,10,5.67,2.06,12,5.15,2.64,13,6.67,2.12,9,6.2,1.75,10,5.11,1.96,9,4.75,1.83,8,5.5,2.21,14,6.07,2.34,14,5.25,2.87,8
+notorious,4.19,1.89,21,4.68,1.99,25,5.23,2.33,22,4.12,2.03,8,4.23,1.88,13,4.69,2.29,13,4.67,1.72,12,5.69,2.14,13,4.56,2.55,9,4.25,2.05,8,3.92,1.73,12,5.07,1.73,14,4.18,2.27,11,5.83,1.9,12,4.5,2.68,10,4.6,2.12,10,3.82,1.66,11,4.29,1.96,17,5.5,1.93,8,5.7,2.71,10,4.83,1.99,12
+noun,5.22,1.26,18,2.37,1.95,19,5.28,1.88,25,5.8,0.84,5,5.0,1.35,13,2.73,2.37,11,1.88,1.13,8,5.06,2.02,16,5.67,1.66,9,5.43,1.4,7,5.09,1.22,11,2.67,2.69,9,2.1,0.99,10,5.35,2.11,20,5.0,0.0,5,5.0,1.12,9,5.44,1.42,9,1.8,1.55,10,3.0,2.24,9,5.0,1.86,19,6.17,1.83,6
+nourish,7.5,1.47,20,3.85,2.15,47,7.06,2.1,18,6.9,1.37,10,8.1,1.37,10,4.09,2.26,11,3.85,2.15,34,6.7,2.36,10,7.5,1.77,8,7.9,1.45,10,7.1,1.45,10,3.77,2.2,26,4.11,2.13,19,7.29,2.43,7,6.91,1.97,11,7.69,1.44,13,7.14,1.57,7,3.79,2.22,28,3.95,2.09,19,7.22,2.05,9,6.89,2.26,9
+nourishment,7.44,1.29,18,3.1,2.2,20,6.0,2.04,25,7.6,1.14,5,7.38,1.39,13,2.82,2.4,11,3.44,2.01,9,5.25,1.88,16,7.33,1.66,9,7.14,1.21,7,7.64,1.36,11,2.67,2.06,9,3.45,2.34,11,6.05,2.21,20,5.8,1.3,5,7.67,1.22,9,7.22,1.39,9,2.55,1.75,11,3.78,2.59,9,5.84,2.19,19,6.5,1.52,6
+nouveau,5.9,1.8,20,3.1,2.12,21,4.76,2.09,25,5.0,0.82,4,6.12,1.93,16,3.5,3.0,4,3.0,1.97,17,5.33,2.18,9,4.44,2.03,16,6.0,1.31,8,5.83,2.12,12,3.5,2.12,10,2.73,2.15,11,4.79,1.85,14,4.73,2.45,11,5.36,1.69,11,6.56,1.81,9,2.3,1.42,10,3.82,2.44,11,5.0,2.2,18,4.14,1.77,7
+novel,5.74,2.54,19,3.41,2.36,22,5.09,2.04,23,5.73,2.24,11,6.29,2.87,7,2.88,2.1,8,3.71,2.52,14,3.29,2.14,7,5.88,1.45,16,5.62,3.11,8,5.82,2.18,11,3.33,2.12,9,3.46,2.6,13,4.0,2.05,11,6.08,1.51,12,5.17,2.98,12,6.71,1.11,7,3.09,2.47,11,3.73,2.33,11,5.15,2.03,13,5.0,2.16,10
+novelist,6.1,1.02,20,3.95,2.04,21,6.29,2.22,34,5.4,0.52,10,6.8,0.92,10,3.62,1.77,8,4.15,2.23,13,6.71,2.16,14,6.0,2.27,20,6.33,1.22,9,5.91,0.83,11,4.46,1.9,13,3.12,2.1,8,6.82,2.02,22,5.33,2.35,12,6.3,1.25,10,5.9,0.74,10,3.57,2.06,14,4.71,1.89,7,6.41,2.09,17,6.18,2.4,17
+novelty,5.82,1.68,22,5.04,2.5,23,5.47,1.43,19,5.25,1.39,8,5.92,1.66,13,4.25,2.66,8,5.57,2.44,14,5.43,1.81,7,5.45,1.29,11,5.62,2.33,8,5.69,0.95,13,4.89,3.06,9,5.14,2.18,14,4.71,1.8,7,5.92,1.0,12,5.91,1.64,11,5.73,1.79,11,4.67,3.12,9,5.29,2.09,14,5.5,1.46,16,5.33,1.53,3
+novice,5.1,0.64,20,4.0,2.05,21,5.6,2.52,25,5.33,0.58,3,5.06,0.66,17,4.57,2.64,7,3.62,1.76,13,6.38,2.13,8,5.24,2.66,17,5.0,0.58,7,5.15,0.69,13,5.0,2.31,7,3.38,1.8,13,5.21,2.67,14,6.09,2.34,11,4.89,0.6,9,5.27,0.65,11,4.64,1.91,11,3.3,2.06,10,5.61,2.77,18,5.57,1.9,7
+nuance,5.47,1.81,19,4.55,2.04,20,4.58,1.67,24,6.08,1.55,13,4.17,1.72,6,5.8,1.1,5,4.13,2.13,15,4.92,1.5,13,4.18,1.83,11,6.11,2.2,9,4.9,1.2,10,5.71,1.98,7,3.92,1.85,13,5.0,1.79,11,4.23,1.54,13,5.22,2.22,9,5.7,1.42,10,3.9,2.33,10,5.2,1.55,10,4.78,2.11,9,4.47,1.41,15
+nuclear,4.3,1.92,20,7.3,1.92,20,4.12,2.49,26,4.0,2.0,11,4.67,1.87,9,7.86,1.46,7,7.0,2.12,13,4.38,2.26,13,3.85,2.76,13,4.55,2.16,11,4.0,1.66,9,6.64,2.16,11,8.11,1.27,9,4.47,2.4,17,3.44,2.65,9,3.8,1.69,10,4.8,2.1,10,7.25,2.09,12,7.38,1.77,8,4.81,2.23,16,3.0,2.58,10
+nucleus,5.59,1.8,17,3.65,2.56,20,4.32,1.86,25,6.0,1.73,5,5.42,1.88,12,4.0,2.9,11,3.22,2.17,9,4.38,1.96,16,4.22,1.79,9,5.17,2.32,6,5.82,1.54,11,3.11,3.26,9,4.09,1.87,11,4.1,1.97,20,5.2,1.1,5,5.75,1.67,8,5.44,2.01,9,2.82,2.18,11,4.67,2.74,9,4.16,2.09,19,4.83,0.75,6
+nude,6.1,1.85,40,5.86,3.0,22,6.05,2.68,22,6.38,2.16,16,5.92,1.64,24,6.7,2.58,10,5.17,3.24,12,6.2,2.35,10,5.92,3.03,12,6.25,1.86,20,5.95,1.88,20,6.91,2.55,11,4.82,3.16,11,5.55,2.98,11,6.55,2.38,11,6.62,1.81,26,5.14,1.56,14,6.5,3.41,10,5.33,2.64,12,5.73,3.17,11,6.36,2.2,11
+nudge,5.67,1.06,21,4.33,2.18,24,4.95,2.5,22,6.25,1.39,8,5.31,0.63,13,4.77,2.42,13,3.82,1.83,11,5.38,2.47,13,4.33,2.55,9,6.12,1.46,8,5.42,0.67,12,5.07,1.98,14,3.3,2.11,10,6.42,1.88,12,3.2,1.99,10,5.9,1.37,10,5.45,0.69,11,4.35,2.4,17,4.29,1.7,7,4.5,2.99,10,5.33,2.06,12
+nudie,4.5,2.24,20,6.0,2.26,21,4.53,2.61,34,6.0,1.15,10,3.0,2.05,10,6.62,1.6,8,5.62,2.57,13,4.43,2.59,14,4.6,2.68,20,5.22,1.79,9,3.91,2.47,11,6.0,2.38,13,6.0,2.2,8,4.5,2.6,22,4.58,2.75,12,4.3,2.0,10,4.7,2.54,10,5.93,2.4,14,6.14,2.12,7,5.24,2.39,17,3.82,2.7,17
+nudist,6.0,2.51,21,6.05,1.93,20,5.05,2.82,22,6.83,1.94,6,5.67,2.69,15,6.12,2.85,8,6.0,1.13,12,5.5,3.15,12,4.5,2.42,10,6.44,2.7,9,5.67,2.42,12,5.89,1.76,9,6.18,2.14,11,4.57,1.99,7,5.27,3.17,15,6.6,2.01,10,5.45,2.88,11,5.62,2.02,13,6.86,1.57,7,5.0,3.44,12,5.1,2.02,10
+nudity,6.48,1.83,21,6.15,2.23,20,5.28,2.25,25,7.08,1.56,12,5.67,1.94,9,7.71,1.38,7,5.31,2.18,13,5.1,2.23,10,5.4,2.32,15,6.5,1.91,4,6.47,1.87,17,7.11,1.9,9,5.36,2.25,11,4.43,2.51,7,5.61,2.12,18,6.33,2.27,12,6.67,1.12,9,5.33,2.27,12,7.38,1.6,8,3.89,2.09,9,6.06,1.98,16
+nugget,6.29,1.42,21,3.32,2.28,22,4.93,2.02,27,6.1,1.29,10,6.45,1.57,11,3.29,2.36,7,3.33,2.32,15,4.53,2.27,17,5.6,1.35,10,6.91,1.3,11,5.6,1.26,10,2.6,2.19,5,3.53,2.32,17,4.57,2.34,14,5.31,1.6,13,6.85,1.34,13,5.38,1.06,8,2.7,2.63,10,3.83,1.9,12,5.21,2.15,14,4.62,1.89,13
+nuisance,3.0,1.96,81,4.7,2.48,83,3.79,2.07,92,3.08,1.86,36,2.98,2.05,44,4.43,2.39,28,4.84,2.53,55,3.87,2.13,45,3.62,1.92,45,2.85,2.12,46,3.26,1.71,34,4.41,2.4,37,4.93,2.54,46,3.96,2.16,48,3.61,1.98,44,3.0,2.01,50,3.0,1.9,31,4.5,2.46,38,4.87,2.51,45,3.67,2.12,46,3.91,2.04,46
+nuke,3.67,2.58,21,5.0,2.24,23,3.29,1.82,21,5.6,2.61,5,3.06,2.32,16,5.83,1.9,12,4.09,2.3,11,3.45,1.97,11,3.0,1.8,9,3.75,3.05,12,3.56,1.94,9,5.06,2.24,16,4.86,2.41,7,3.09,1.14,11,3.5,2.42,10,3.46,2.6,13,4.0,2.67,8,5.21,2.35,19,4.0,1.41,4,2.86,1.51,14,4.14,2.19,7
+null,4.32,1.06,19,3.05,1.75,21,4.48,2.69,23,4.67,0.58,3,4.25,1.13,16,3.75,1.39,8,2.62,1.85,13,4.89,2.98,9,4.21,2.58,14,4.11,1.17,9,4.5,0.97,10,3.0,1.8,9,3.08,1.78,12,4.87,2.92,15,3.75,2.19,8,4.43,1.13,7,4.25,1.06,12,3.4,1.65,10,2.73,1.85,11,4.0,3.14,13,5.1,1.97,10
+numb,3.79,1.84,19,2.5,1.44,22,4.04,1.76,24,3.5,1.76,6,3.92,1.93,13,2.83,1.47,12,2.1,1.37,10,4.0,1.77,8,4.06,1.81,16,3.7,1.49,10,3.89,2.26,9,2.67,1.5,9,2.38,1.45,13,3.94,1.48,17,4.17,2.64,6,3.88,2.23,8,3.73,1.62,11,2.67,1.58,9,2.38,1.39,13,4.38,1.93,16,3.38,1.19,8
+number,5.59,1.74,22,3.5,2.01,20,6.13,2.0,15,5.5,2.26,6,5.67,1.63,15,2.29,1.6,7,4.15,1.95,13,6.43,2.15,7,5.88,1.96,8,5.86,2.14,14,5.14,0.38,7,3.78,2.28,9,3.27,1.85,11,7.0,2.24,7,5.38,1.51,8,5.79,2.01,14,5.25,1.16,8,3.33,1.86,6,3.57,2.14,14,6.43,2.44,7,5.88,1.64,8
+numbskull,3.65,1.93,20,4.0,2.52,19,4.28,2.05,18,3.43,0.98,7,3.77,2.31,13,3.75,2.6,8,4.18,2.56,11,4.8,3.19,5,4.08,1.55,13,3.6,1.51,10,3.78,2.49,9,3.12,2.59,8,4.64,2.38,11,4.69,2.14,13,3.2,1.48,5,3.36,2.5,11,4.0,0.87,9,3.73,2.28,11,4.38,2.92,8,4.89,2.47,9,3.67,1.41,9
+numerical,5.0,1.56,19,2.76,1.79,21,5.43,2.15,23,5.27,1.68,11,4.71,1.5,7,3.57,1.81,7,2.36,1.69,14,5.57,2.57,7,5.38,2.03,16,5.0,1.77,8,5.0,1.48,11,2.67,1.94,9,2.83,1.75,12,5.64,1.63,11,5.25,2.6,12,4.42,1.44,12,6.0,1.29,7,2.82,2.04,11,2.7,1.57,10,4.69,2.21,13,6.4,1.71,10
+numerous,5.35,1.81,20,3.39,2.12,18,6.25,1.98,24,4.8,2.28,5,5.53,1.68,15,3.8,1.1,5,3.23,2.42,13,6.0,2.16,13,6.55,1.81,11,6.3,1.42,10,4.4,1.71,10,4.57,1.51,7,2.64,2.16,11,5.81,1.91,16,7.12,1.96,8,5.07,1.98,14,6.0,1.26,6,3.5,2.24,12,3.17,2.04,6,6.8,2.18,15,5.33,1.22,9
+nun,5.79,2.53,19,2.43,1.88,23,4.53,2.71,43,5.78,2.17,9,5.8,2.94,10,3.36,2.2,11,1.58,1.0,12,3.43,1.95,14,5.07,2.89,29,5.44,2.7,9,6.1,2.47,10,2.82,2.32,11,2.08,1.38,12,3.83,2.33,23,5.35,2.94,20,6.08,2.78,12,5.29,2.14,7,2.18,1.6,11,2.67,2.15,12,4.87,2.74,23,4.15,2.7,20
+nunchucks,5.7,1.81,20,4.7,2.3,23,5.76,1.37,21,5.67,2.12,9,5.73,1.62,11,4.36,2.5,11,5.0,2.17,12,6.12,0.99,8,5.54,1.56,13,5.64,1.86,14,5.83,1.83,6,4.0,2.65,9,5.14,2.03,14,6.25,1.04,8,5.46,1.51,13,5.4,1.78,10,6.0,1.89,10,5.08,2.43,13,4.2,2.15,10,5.92,1.31,12,5.56,1.51,9
+nunnery,4.25,1.59,20,2.78,1.86,18,4.77,2.43,22,4.8,1.92,5,4.07,1.49,15,3.5,2.17,6,2.42,1.68,12,4.3,1.95,10,5.17,2.79,12,4.5,1.35,10,4.0,1.83,10,3.0,2.05,10,2.5,1.69,8,4.18,2.09,11,5.36,2.69,11,4.17,1.9,12,4.38,1.06,8,1.89,1.17,9,3.67,2.06,9,4.64,2.34,11,4.91,2.63,11
+nuptials,5.63,2.14,19,4.55,2.06,22,5.71,2.05,24,5.67,2.5,6,5.62,2.06,13,5.0,1.95,12,4.0,2.16,10,4.75,1.98,8,6.19,1.97,16,4.9,1.85,10,6.44,2.24,9,4.78,1.86,9,4.38,2.26,13,5.24,2.08,17,7.17,1.47,6,5.5,2.45,8,5.73,2.0,11,5.0,1.66,9,4.23,2.31,13,5.62,2.33,16,5.88,1.46,8
+nurse,5.41,2.25,41,4.64,2.82,22,5.58,2.1,48,5.8,1.99,20,5.05,2.46,21,5.58,2.91,12,3.5,2.37,10,5.5,2.46,18,5.63,1.9,30,5.1,2.38,20,5.71,2.12,21,6.0,2.5,9,3.69,2.72,13,5.15,2.12,33,6.53,1.77,15,5.17,2.53,23,5.72,1.84,18,4.56,3.17,9,4.69,2.69,13,5.69,2.13,26,5.45,2.11,22
+nursemaid,5.38,1.86,21,3.83,2.42,23,5.17,2.36,18,5.89,2.37,9,5.0,1.35,12,5.27,2.37,11,2.5,1.62,12,5.4,2.12,10,4.88,2.75,8,5.86,2.48,7,5.15,1.57,13,4.36,2.77,11,3.33,2.06,12,5.14,2.67,7,5.18,2.27,11,5.46,1.94,13,5.25,1.83,8,3.18,2.56,11,4.42,2.23,12,5.44,2.24,9,4.89,2.57,9
+nursery,6.1,2.3,21,4.29,2.46,48,4.89,1.82,19,6.0,2.87,9,6.17,1.9,12,4.47,2.63,19,4.17,2.38,29,4.9,1.52,10,4.89,2.2,9,4.71,3.04,7,6.77,1.59,13,5.25,2.36,24,3.33,2.2,24,5.12,1.89,8,4.8,1.93,10,5.92,2.84,13,6.38,1.06,8,4.27,2.45,33,4.33,2.55,15,5.0,1.07,8,4.82,2.27,11
+nursing,6.39,1.65,18,3.57,2.39,23,5.05,1.96,19,6.0,1.32,9,6.78,1.92,9,2.71,2.06,7,4.07,2.52,15,4.9,1.73,10,5.22,2.28,9,5.88,1.73,8,6.8,1.55,10,3.4,2.32,10,3.83,2.59,12,5.25,2.25,8,4.9,1.91,10,6.27,1.68,11,6.57,1.72,7,3.1,2.05,20,6.67,2.52,3,5.12,1.96,8,5.0,2.05,11
+nurture,7.14,2.03,21,4.12,2.3,25,6.29,1.9,21,7.38,1.06,8,7.0,2.48,13,4.62,2.63,13,3.58,1.83,12,6.38,1.8,13,6.12,2.17,8,6.88,2.64,8,7.25,1.71,12,4.57,2.24,14,3.55,2.34,11,6.5,1.88,12,6.0,2.0,9,7.5,1.35,10,6.82,2.52,11,4.29,2.52,17,3.75,1.83,8,6.33,2.45,9,6.25,1.48,12
+nut,5.44,1.69,18,4.24,2.28,21,4.56,1.79,18,5.38,1.41,8,5.5,1.96,10,4.57,1.99,7,4.07,2.46,14,4.64,1.21,11,4.43,2.57,7,5.64,1.43,11,5.14,2.12,7,3.67,2.4,9,4.67,2.19,12,4.91,1.92,11,4.0,1.53,7,5.67,1.07,12,5.0,2.61,6,3.75,2.38,12,4.89,2.09,9,5.22,1.86,9,3.89,1.54,9
+nutcase,2.81,1.54,21,3.76,1.92,25,3.36,2.56,22,2.5,1.2,8,3.0,1.73,13,3.69,1.84,13,3.83,2.08,12,4.38,2.72,13,1.89,1.36,9,2.62,1.3,8,2.92,1.78,12,4.14,1.46,14,3.27,2.37,11,4.0,2.8,12,2.6,2.12,10,2.4,1.58,10,3.18,1.47,11,3.41,2.0,17,4.5,1.6,8,3.0,2.49,10,3.67,2.67,12
+nutcracker,5.45,1.87,22,4.84,1.95,19,6.05,2.09,21,5.8,0.84,5,5.25,2.11,16,4.38,2.45,8,5.18,1.54,11,6.2,2.2,10,5.91,2.07,11,5.33,1.61,12,5.6,2.22,10,4.9,1.79,10,4.78,2.22,9,6.0,2.34,12,6.11,1.83,9,5.55,1.97,11,5.36,1.86,11,4.5,2.33,8,5.09,1.7,11,5.67,2.29,9,6.33,1.97,12
+nuthouse,3.4,1.6,20,4.33,2.14,24,3.45,2.69,22,2.75,1.28,8,3.83,1.7,12,4.25,2.18,12,4.42,2.19,12,4.38,2.96,13,2.11,1.54,9,2.71,0.95,7,3.83,1.85,12,4.79,1.67,14,3.7,2.63,10,3.67,2.93,12,3.2,2.49,10,3.0,1.7,10,3.8,1.48,10,4.0,2.0,16,5.0,2.39,8,3.9,3.18,10,3.08,2.27,12
+nutmeg,5.76,1.89,21,3.24,1.87,21,6.04,2.07,25,5.83,1.27,12,5.67,2.6,9,3.43,2.23,7,3.14,1.75,14,5.8,2.44,10,6.2,1.86,15,6.75,2.06,4,5.53,1.84,17,3.5,2.42,10,3.0,1.26,11,6.29,1.98,7,5.94,2.15,18,6.33,2.23,12,5.0,1.0,9,3.77,1.96,13,2.38,1.41,8,6.44,2.01,9,5.81,2.14,16
+nutrition,6.86,1.71,21,4.48,2.56,23,6.46,1.7,26,6.64,1.8,11,7.1,1.66,10,5.55,2.5,11,3.5,2.28,12,5.45,1.69,11,7.21,1.37,14,7.3,1.7,10,6.45,1.69,11,4.73,2.76,11,4.25,2.45,12,6.0,1.77,17,7.38,1.3,8,7.08,1.93,13,6.5,1.31,8,4.67,2.69,15,4.12,2.42,8,6.53,1.94,17,6.33,1.22,9
+nutritional,6.83,1.72,18,3.4,2.3,20,5.68,1.82,25,6.0,2.45,5,7.15,1.34,13,3.27,2.37,11,3.56,2.35,9,5.44,1.55,16,6.11,2.26,9,7.14,1.21,7,6.64,2.01,11,3.33,2.29,9,3.45,2.42,11,5.7,1.95,20,5.6,1.34,5,7.11,1.27,9,6.56,2.13,9,2.82,2.09,11,4.11,2.47,9,5.26,1.69,19,7.0,1.67,6
+nutritious,7.09,1.44,22,4.38,2.22,21,7.32,1.76,22,6.93,1.69,14,7.38,0.92,8,4.27,2.41,11,4.67,2.18,9,7.17,1.72,6,7.38,1.82,16,6.9,1.6,10,7.25,1.36,12,4.55,2.38,11,4.2,2.15,10,7.46,1.33,13,7.11,2.32,9,6.92,1.56,12,7.3,1.34,10,4.38,2.63,13,4.38,1.51,8,7.75,1.48,12,6.8,1.99,10
+nutshell,5.05,0.79,22,3.95,2.09,21,5.73,1.61,22,5.07,0.92,14,5.0,0.53,8,3.91,2.07,11,4.0,2.35,9,5.5,2.07,6,5.81,1.47,16,4.9,0.99,10,5.17,0.58,12,3.82,2.56,11,4.1,1.52,10,5.23,1.64,13,6.44,1.33,9,4.75,0.62,12,5.4,0.84,10,4.0,2.0,13,3.88,2.36,8,5.25,1.36,12,6.3,1.77,10
+nutty,5.35,2.13,20,4.72,2.27,18,5.29,2.58,24,5.0,1.73,5,5.47,2.29,15,4.8,2.39,5,4.69,2.32,13,4.85,2.85,13,5.82,2.23,11,5.8,2.1,10,4.9,2.18,10,5.57,2.23,7,4.18,2.23,11,5.5,2.39,16,4.88,3.04,8,5.07,2.34,14,6.0,1.55,6,5.17,2.29,12,3.83,2.14,6,5.47,2.61,15,5.0,2.65,9
+nylon,4.9,1.22,21,3.61,2.44,23,5.19,1.67,26,5.09,0.7,11,4.7,1.64,10,4.55,2.88,11,2.75,1.66,12,5.18,1.83,11,5.21,1.67,14,5.0,1.33,10,4.82,1.17,11,4.36,2.94,11,2.92,1.73,12,5.24,1.86,17,5.12,1.46,8,4.85,1.57,13,5.0,0.0,8,3.53,2.56,15,3.75,2.38,8,5.47,1.84,17,4.67,1.22,9
+nylong,4.95,1.72,21,4.24,1.64,21,4.67,2.08,24,5.25,1.22,12,4.56,2.24,9,4.43,1.62,7,4.14,1.7,14,5.0,2.06,9,4.47,2.13,15,6.0,2.0,4,4.71,1.61,17,4.3,1.89,10,4.18,1.47,11,4.14,2.41,7,4.88,1.96,17,5.17,1.95,12,4.67,1.41,9,4.54,1.66,13,3.75,1.58,8,3.78,1.92,9,5.2,2.04,15
+nylons,5.52,2.09,21,3.14,2.44,22,5.04,2.05,27,5.8,1.87,10,5.27,2.33,11,4.86,3.29,7,2.33,1.45,15,5.06,2.16,17,5.0,1.94,10,5.64,2.29,11,5.4,1.96,10,1.8,1.79,5,3.53,2.5,17,5.21,2.19,14,4.85,1.95,13,5.23,2.01,13,6.0,2.27,8,1.3,0.67,10,4.67,2.31,12,5.07,2.2,14,5.0,1.96,13
+nymph,5.42,2.29,19,5.32,2.61,22,4.5,2.08,28,5.0,2.1,6,5.62,2.43,13,6.73,1.95,11,3.91,2.47,11,4.82,2.82,11,4.29,1.49,17,5.55,2.42,11,5.25,2.25,8,5.64,2.54,11,5.0,2.76,11,4.67,2.17,18,4.2,1.99,10,5.69,2.36,13,4.83,2.23,6,4.43,2.74,14,6.88,1.46,8,4.38,2.28,16,4.67,1.87,12
+nymphomaniac,4.95,2.46,21,5.17,2.67,23,4.54,2.63,26,5.55,2.21,11,4.3,2.67,10,6.09,2.66,11,4.33,2.5,12,5.0,2.19,11,4.21,3.04,14,5.7,2.21,10,4.27,2.57,11,4.91,2.77,11,5.42,2.68,12,5.12,2.62,17,3.38,2.56,8,5.31,2.66,13,4.38,2.13,8,5.07,3.03,15,5.38,2.0,8,4.59,2.79,17,4.44,2.46,9
+O'Doul's,4.5,1.99,20,2.71,2.28,17,5.42,2.48,24,5.0,1.87,5,4.33,2.06,15,2.6,2.19,5,2.75,2.42,12,4.85,2.73,13,6.09,2.07,11,4.6,2.41,10,4.4,1.58,10,2.83,2.99,6,2.64,1.96,11,5.12,2.58,16,6.0,2.33,8,4.57,1.91,14,4.33,2.34,6,2.91,2.47,11,2.33,2.07,6,5.4,2.59,15,5.44,2.46,9
+oaf,3.5,1.96,20,2.95,2.13,21,4.04,1.83,24,3.5,2.52,4,3.5,1.9,16,3.5,3.11,4,2.82,1.94,17,5.0,1.94,9,3.47,1.55,15,3.25,1.39,8,3.67,2.31,12,3.4,2.41,10,2.55,1.86,11,4.21,1.25,14,3.8,2.49,10,3.09,0.94,11,4.0,2.74,9,2.3,1.7,10,3.55,2.38,11,4.12,1.96,17,3.86,1.57,7
+oak,6.47,1.35,19,2.64,2.08,22,5.91,2.02,22,6.56,1.42,9,6.4,1.35,10,3.88,2.23,8,1.93,1.69,14,6.0,2.24,11,5.82,1.89,11,6.14,0.9,7,6.67,1.56,12,3.9,2.42,10,1.58,0.9,12,5.69,2.25,13,6.22,1.72,9,6.6,1.58,10,6.33,1.12,9,2.25,2.31,8,2.86,1.99,14,6.07,2.37,14,5.62,1.3,8
+oar,5.15,1.79,20,2.72,1.6,18,6.38,2.46,24,4.8,1.48,5,5.27,1.91,15,3.6,1.34,5,2.38,1.61,13,6.15,3.02,13,6.64,1.69,11,5.6,1.9,10,4.7,1.64,10,3.71,1.38,7,2.09,1.45,11,5.56,2.58,16,8.0,1.07,8,4.86,1.66,14,5.83,2.04,6,2.83,1.7,12,2.5,1.52,6,6.33,2.53,15,6.44,2.51,9
+oasis,8.0,1.52,20,4.95,2.74,20,5.73,1.82,26,7.91,1.7,11,8.11,1.36,9,5.14,3.08,7,4.85,2.67,13,5.54,1.94,13,5.92,1.75,13,7.45,1.81,11,8.67,0.71,9,5.09,2.51,11,4.78,3.15,9,5.65,1.93,17,5.89,1.69,9,8.5,1.08,10,7.5,1.78,10,5.83,2.55,12,3.62,2.62,8,5.69,1.96,16,5.8,1.69,10
+oat,5.67,1.24,18,2.82,1.98,17,5.32,1.62,22,5.4,0.55,5,5.77,1.42,13,2.5,1.52,6,3.0,2.24,11,4.8,0.79,10,5.75,2.01,12,6.0,1.0,9,5.33,1.41,9,2.0,1.33,10,4.0,2.24,7,5.18,2.04,11,5.45,1.13,11,5.4,1.51,10,6.0,0.76,8,2.5,1.85,8,3.11,2.15,9,5.18,2.04,11,5.45,1.13,11
+oath,6.4,1.57,20,4.0,2.22,25,6.47,2.37,19,6.75,1.49,8,6.17,1.64,12,4.67,2.25,6,3.83,2.28,18,5.0,2.89,7,7.33,1.56,12,6.53,1.41,15,6.0,2.12,5,3.93,2.27,14,4.2,2.35,10,7.0,1.66,9,6.0,2.87,10,6.73,1.9,11,6.0,1.0,9,4.0,2.42,16,4.0,1.94,9,5.82,2.82,11,7.38,1.19,8
+oatmeal,5.47,1.58,19,3.1,2.1,21,5.65,2.06,23,6.4,1.14,5,5.15,1.68,13,4.0,2.83,6,2.73,1.71,15,5.8,1.93,10,5.54,2.22,13,6.29,1.11,7,5.0,1.73,11,3.86,2.73,7,2.71,1.68,14,5.91,2.07,11,5.42,2.11,12,5.67,1.37,12,5.14,1.95,7,3.18,2.52,11,3.0,1.63,10,5.79,2.08,14,5.44,2.13,9
+obedience,4.63,2.09,19,3.29,2.12,21,4.06,2.35,16,4.91,2.21,11,4.29,2.14,7,3.86,2.48,7,3.0,1.96,14,4.5,2.17,6,3.8,2.53,10,4.0,2.14,8,5.09,2.02,11,2.44,1.42,9,3.92,2.39,12,5.0,2.56,8,3.12,1.81,8,4.5,2.32,12,4.86,1.77,7,3.09,2.26,11,3.5,2.07,10,3.44,2.3,9,4.86,2.34,7
+obedient,6.05,2.09,21,2.82,1.68,22,4.74,2.57,27,5.0,1.83,10,7.0,1.9,11,2.43,1.62,7,3.0,1.73,15,4.82,2.4,17,4.6,2.95,10,6.27,1.9,11,5.8,2.35,10,1.8,1.1,5,3.12,1.73,17,4.86,2.66,14,4.62,2.57,13,6.0,2.0,13,6.12,2.36,8,2.7,1.95,10,2.92,1.51,12,5.14,2.82,14,4.31,2.29,13
+obese,2.32,1.25,19,3.95,2.46,21,4.22,2.86,23,2.36,1.12,11,2.43,1.51,7,4.57,2.23,7,3.64,2.59,14,5.43,3.36,7,3.69,2.55,16,2.5,1.41,8,2.18,1.17,11,2.88,2.1,8,4.62,2.5,13,4.55,3.11,11,3.92,2.71,12,2.33,1.5,12,2.29,0.76,7,3.64,2.66,11,4.3,2.31,10,4.62,2.75,13,3.7,3.06,10
+obesity,2.81,1.99,81,4.63,2.55,106,4.55,2.7,97,3.47,2.26,36,2.25,1.59,44,4.66,2.32,38,4.64,2.7,67,4.64,2.56,44,4.47,2.84,53,3.02,2.26,43,2.56,1.66,36,4.38,2.48,48,4.84,2.61,58,5.11,2.52,57,3.75,2.79,40,2.86,2.05,50,2.74,1.93,31,4.22,2.38,54,5.06,2.67,52,5.04,2.75,49,4.04,2.58,48
+obey,5.13,1.98,79,4.1,2.46,105,4.43,2.78,98,5.03,2.05,33,5.22,1.95,45,3.79,2.34,42,4.32,2.53,63,4.0,2.56,47,4.82,2.94,51,5.04,1.86,46,5.28,2.17,32,3.65,2.32,49,4.5,2.52,56,3.98,2.61,49,4.88,2.91,49,4.91,1.83,45,5.41,2.15,34,3.98,2.45,49,4.21,2.48,56,4.8,2.86,46,4.1,2.7,52
+obituary,3.1,1.59,20,5.04,2.34,23,3.43,2.11,21,3.33,1.66,9,2.91,1.58,11,4.64,2.29,11,5.42,2.43,12,3.62,1.06,8,3.31,2.59,13,3.14,1.61,14,3.0,1.67,6,5.44,2.4,9,4.79,2.36,14,3.75,2.25,8,3.23,2.09,13,3.3,1.83,10,2.9,1.37,10,5.15,1.82,13,4.9,3.0,10,3.5,1.98,12,3.33,2.4,9
+object,5.52,1.47,21,4.08,2.24,24,5.91,2.52,22,6.0,1.41,8,5.23,1.48,13,4.62,2.53,13,3.45,1.75,11,6.38,2.33,13,5.22,2.77,9,6.25,1.75,8,5.0,1.13,12,4.79,1.97,14,3.1,2.33,10,6.5,2.47,12,5.2,2.53,10,5.6,1.26,10,5.45,1.69,11,3.94,2.54,17,4.43,1.4,7,6.6,2.55,10,5.33,2.46,12
+objection,3.83,1.34,18,4.48,2.25,21,4.22,1.73,23,3.17,2.04,6,4.17,0.72,12,4.67,2.27,12,4.22,2.33,9,4.25,1.83,8,4.2,1.74,15,3.89,1.36,9,3.78,1.39,9,5.44,2.19,9,3.75,2.09,12,4.18,1.85,17,4.2,1.64,5,3.43,1.27,7,4.09,1.38,11,4.0,2.0,8,4.77,2.42,13,4.06,1.39,16,4.57,2.44,7
+objective,5.55,1.36,20,4.38,2.13,21,6.47,1.74,19,5.89,1.76,9,5.27,0.9,11,4.8,2.86,5,4.33,1.99,15,7.0,1.26,6,6.23,1.92,13,5.5,1.61,14,5.67,0.52,6,3.73,2.45,11,5.33,1.41,9,5.44,1.33,9,7.4,1.58,10,5.5,1.58,10,5.6,1.17,10,3.67,2.31,12,5.33,1.5,9,7.0,1.41,6,6.23,1.88,13
+objectivity,5.63,1.92,19,4.09,2.2,22,7.04,1.6,27,5.67,2.8,6,5.62,1.5,13,4.5,2.51,10,3.75,1.96,12,7.07,1.62,15,7.27,1.42,11,4.7,2.0,10,6.67,1.22,9,4.44,2.01,9,3.85,2.38,13,7.29,1.53,17,6.89,1.54,9,5.31,2.02,13,6.33,1.63,6,4.12,2.5,16,4.0,1.26,6,7.0,1.81,12,7.07,1.49,15
+obligation,4.68,1.97,19,5.76,2.19,21,5.39,1.97,23,4.6,1.67,5,4.85,2.15,13,5.5,2.26,6,5.87,2.23,15,6.0,2.0,10,4.92,1.89,13,4.43,2.07,7,5.0,2.0,11,5.14,2.91,7,6.07,1.77,14,5.45,1.51,11,5.33,2.39,12,4.58,1.68,12,4.86,2.54,7,5.27,2.61,11,6.3,1.57,10,5.93,1.86,14,4.56,1.94,9
+obligatory,3.94,1.71,17,3.6,2.06,20,3.88,2.45,25,4.75,1.26,4,3.69,1.8,13,4.0,2.14,11,3.11,1.96,9,4.31,2.7,16,3.11,1.83,9,4.17,1.47,6,3.82,1.89,11,2.44,1.59,9,4.55,1.97,11,4.0,2.66,20,3.4,1.52,5,4.22,1.48,9,3.62,2.0,8,3.0,1.84,11,4.33,2.18,9,4.11,2.58,19,3.17,2.04,6
+oblige,5.19,1.83,21,3.74,2.21,19,5.11,3.0,19,5.83,2.04,6,4.93,1.75,15,4.57,2.7,7,3.25,1.82,12,5.33,2.99,12,4.71,3.2,7,5.67,1.8,9,4.83,1.85,12,4.88,2.1,8,2.91,1.97,11,4.86,2.91,7,5.25,3.17,12,5.6,1.9,10,4.82,1.78,11,3.92,1.83,12,3.43,2.88,7,6.2,3.16,10,3.89,2.42,9
+oblique,4.57,1.27,23,3.18,1.99,22,5.6,2.33,20,4.88,0.99,8,4.4,1.4,15,3.6,2.17,10,2.83,1.85,12,7.0,2.31,7,4.85,2.03,13,4.67,1.44,12,4.45,1.13,11,3.64,2.01,11,2.73,1.95,11,6.13,2.29,15,4.0,1.73,5,3.91,1.22,11,5.17,1.03,12,3.8,2.1,10,2.67,1.83,12,5.6,1.58,10,5.6,2.99,10
+oblivion,3.95,1.82,20,4.38,2.6,21,4.92,2.4,25,3.67,0.58,3,4.0,1.97,17,4.71,2.75,7,4.31,2.69,13,5.5,2.62,8,4.65,2.32,17,3.71,1.38,7,4.08,2.06,13,4.43,2.44,7,4.46,2.85,13,5.07,2.2,14,4.73,2.72,11,3.78,1.3,9,4.09,2.21,11,4.36,2.73,11,4.4,2.59,10,4.61,2.73,18,5.71,0.95,7
+oblivious,4.5,1.42,18,3.5,2.31,18,3.81,2.26,16,5.0,1.48,11,3.71,0.95,7,4.75,2.63,4,3.14,2.18,14,2.14,0.9,7,5.11,2.15,9,4.88,1.73,8,4.2,1.14,10,3.29,1.8,7,3.64,2.66,11,3.8,1.92,5,3.82,2.48,11,4.69,1.6,13,4.0,0.71,5,2.91,1.7,11,4.43,2.94,7,3.29,1.7,7,4.22,2.64,9
+obnoxious,2.76,1.65,42,5.95,2.09,40,4.1,2.39,21,3.44,2.03,16,2.35,1.23,26,5.64,2.41,14,6.12,1.93,26,4.91,2.66,11,3.2,1.75,10,3.05,2.01,20,2.57,1.21,21,5.41,1.97,17,6.35,2.12,23,3.33,1.87,12,5.11,2.71,9,2.62,1.86,24,2.94,1.35,18,5.63,2.22,19,6.24,1.97,21,4.43,2.34,14,3.43,2.51,7
+obscene,3.1,1.62,20,5.24,2.64,46,4.64,2.37,44,3.33,1.53,3,3.06,1.68,17,5.25,2.49,20,5.23,2.8,26,5.72,2.14,18,3.88,2.27,26,3.0,1.53,7,3.15,1.72,13,5.04,2.68,27,5.53,2.63,19,5.08,2.27,25,4.05,2.44,19,3.44,1.81,9,2.82,1.47,11,5.5,2.5,30,4.75,2.91,16,4.32,2.54,25,5.05,2.12,19
+obscenity,3.41,1.3,22,6.11,2.26,19,4.43,2.36,21,4.0,1.22,5,3.19,1.33,16,6.0,2.83,8,6.18,1.89,11,4.2,2.49,10,4.64,2.34,11,3.92,1.31,12,2.8,1.03,10,7.2,1.55,10,4.89,2.37,9,3.5,1.78,12,5.67,2.55,9,3.91,1.3,11,2.91,1.14,11,6.0,2.07,8,6.18,2.48,11,4.56,2.65,9,4.33,2.23,12
+obscure,5.15,1.9,20,3.1,2.05,21,4.48,2.14,25,4.75,0.96,4,5.25,2.08,16,3.5,2.38,4,3.0,2.03,17,5.33,2.65,9,4.0,1.71,16,4.5,1.77,8,5.58,1.93,12,3.6,2.27,10,2.64,1.8,11,4.5,2.1,14,4.45,2.3,11,5.18,1.66,11,5.11,2.26,9,2.8,2.1,10,3.36,2.06,11,5.06,2.01,18,3.0,1.83,7
+obscurity,4.64,1.71,22,3.28,1.64,18,3.88,2.15,17,4.92,1.98,13,4.22,1.2,9,3.25,2.06,4,3.29,1.59,14,3.5,2.39,8,4.22,1.99,9,4.22,1.64,9,4.92,1.75,13,4.0,1.41,7,2.82,1.66,11,4.17,2.48,6,3.73,2.05,11,4.4,1.92,15,5.14,1.07,7,2.91,1.64,11,3.86,1.57,7,3.14,1.86,7,4.4,2.27,10
+observant,6.37,1.21,19,4.05,2.48,20,6.04,2.49,24,6.31,1.25,13,6.5,1.22,6,4.6,2.19,5,3.87,2.61,15,5.92,2.63,13,6.18,2.44,11,6.11,1.54,9,6.6,0.84,10,5.71,2.63,7,3.15,1.95,13,5.36,2.66,11,6.62,2.29,13,6.33,0.87,9,6.4,1.51,10,3.6,2.22,10,4.5,2.76,10,7.11,2.2,9,5.4,2.5,15
+observation,5.61,1.75,18,3.23,1.72,22,6.04,1.99,23,5.3,1.77,10,5.57,1.4,7,3.62,1.92,8,3.0,1.62,14,6.14,2.54,7,6.0,1.79,16,5.57,2.23,7,5.64,1.5,11,2.56,1.59,9,3.69,1.7,13,5.64,2.25,11,6.42,1.73,12,5.67,2.1,12,5.5,0.84,6,2.82,1.89,11,3.64,1.5,11,5.62,2.33,13,6.6,1.35,10
+observatory,5.36,1.76,22,4.61,2.25,23,5.95,2.3,19,5.75,1.16,8,5.38,1.89,13,5.5,2.39,8,4.14,2.18,14,6.29,2.5,7,5.55,2.25,11,5.62,1.3,8,5.46,1.85,13,4.89,2.8,9,4.43,1.91,14,5.29,2.21,7,6.33,2.35,12,5.45,2.07,11,5.27,1.49,11,4.22,3.03,9,4.86,1.66,14,5.88,2.45,16,6.33,1.53,3
+observe,5.3,1.95,20,4.25,2.29,20,5.92,1.66,25,5.55,2.16,11,5.0,1.73,9,4.43,1.72,7,4.15,2.61,13,5.62,1.76,13,6.25,1.54,12,4.64,2.16,11,6.11,1.36,9,4.45,2.16,11,4.0,2.55,9,6.0,2.0,16,5.78,0.83,9,4.7,2.41,10,5.9,1.2,10,4.42,2.23,12,4.0,2.51,8,5.67,1.88,15,6.3,1.25,10
+observer,5.0,1.84,20,4.5,2.24,20,6.08,2.17,26,5.45,1.92,11,4.44,1.67,9,4.14,1.77,7,4.69,2.5,13,6.15,2.15,13,6.0,2.27,13,4.73,2.28,11,5.33,1.12,9,5.27,1.85,11,3.56,2.4,9,6.24,2.17,17,5.78,2.28,9,4.6,2.17,10,5.4,1.43,10,5.25,2.18,12,3.38,1.92,8,5.56,2.16,16,6.9,2.02,10
+obsess,3.23,1.8,22,4.95,2.41,19,4.1,2.45,21,3.2,1.79,5,3.12,1.86,16,5.75,1.91,8,4.36,2.66,11,4.8,2.74,10,3.45,2.07,11,3.17,1.64,12,3.3,2.06,10,6.1,2.18,10,3.67,2.06,9,3.92,2.35,12,4.33,2.69,9,2.55,1.37,11,3.91,1.97,11,4.88,2.23,8,5.0,2.65,11,5.0,2.78,9,3.42,2.02,12
+obsessed,4.86,1.71,21,4.46,2.64,24,5.76,2.68,17,5.25,1.49,8,4.62,1.85,13,5.5,2.59,6,4.11,2.63,18,5.56,3.0,9,6.0,2.45,8,5.25,1.71,12,4.33,1.66,9,5.0,2.58,10,4.07,2.7,14,5.3,3.16,10,6.43,1.81,7,4.79,1.85,14,5.0,1.53,7,4.5,2.48,16,4.38,3.11,8,6.44,2.55,9,5.0,2.78,8
+obsession,4.38,1.66,40,5.64,2.19,44,4.15,2.83,54,4.67,1.63,15,4.2,1.68,25,5.0,2.45,15,5.97,2.01,29,4.11,2.99,18,4.17,2.79,36,4.58,1.68,19,4.05,1.57,20,5.6,2.41,20,5.67,2.04,24,3.97,2.58,29,4.36,3.13,25,4.48,1.75,23,4.24,1.56,17,5.78,2.45,27,5.41,1.73,17,4.18,2.94,33,4.1,2.72,21
+obsessive,3.35,1.73,20,6.14,2.27,22,4.0,2.55,21,3.33,0.87,9,3.36,2.25,11,6.2,2.44,10,6.08,2.23,12,4.12,1.55,8,3.92,3.07,13,3.57,1.79,14,2.83,1.6,6,5.5,3.07,8,6.5,1.7,14,4.62,1.92,8,3.62,2.87,13,3.9,2.13,10,2.8,1.03,10,6.17,2.21,12,6.1,2.47,10,4.0,2.89,12,4.0,2.18,9
+obsolete,3.53,2.06,19,3.27,2.14,22,3.61,2.02,28,3.5,1.38,6,3.54,2.37,13,3.82,2.4,11,2.73,1.79,11,3.82,2.64,11,3.47,1.59,17,2.82,1.94,11,4.5,1.93,8,3.55,2.02,11,3.0,2.32,11,3.56,1.95,18,3.7,2.26,10,3.85,2.23,13,2.83,1.6,6,3.43,2.34,14,3.0,1.85,8,3.25,2.08,16,4.08,1.93,12
+obstacle,4.38,1.91,21,4.6,2.4,25,4.11,2.42,19,4.67,1.5,9,4.17,2.21,12,4.0,2.97,6,5.0,2.11,18,3.86,2.27,7,4.25,2.6,12,4.5,1.93,16,4.0,2.0,5,4.29,2.52,14,5.4,1.96,10,4.0,2.4,9,4.2,2.57,10,4.33,1.92,12,4.44,2.01,9,4.81,2.46,16,4.22,2.39,9,3.36,2.54,11,5.12,1.96,8
+obstinate,3.81,1.4,21,4.43,1.95,23,4.9,2.23,21,4.0,1.41,5,3.75,1.44,16,5.17,1.9,12,3.64,1.75,11,5.0,2.24,11,4.33,1.94,9,3.92,1.38,12,3.67,1.5,9,4.81,1.94,16,3.57,1.81,7,4.36,1.36,11,5.5,2.88,10,3.69,1.49,13,4.0,1.31,8,4.47,2.06,19,4.25,1.5,4,4.64,2.06,14,5.43,2.64,7
+obstruct,3.61,1.14,18,4.29,1.74,21,4.7,2.58,23,3.67,2.08,3,3.6,0.99,15,4.12,2.3,8,4.38,1.39,13,4.89,2.52,9,4.57,2.71,14,3.5,1.31,8,3.7,1.06,10,4.22,1.48,9,4.33,1.97,12,5.07,2.79,15,4.0,2.14,8,3.5,1.22,6,3.67,1.15,12,5.0,1.49,10,3.64,1.75,11,5.0,3.16,13,4.3,1.64,10
+obstruction,3.75,1.41,20,3.68,2.17,22,3.48,1.99,27,3.8,1.4,10,3.7,1.49,10,2.57,1.99,7,4.2,2.11,15,3.41,1.8,17,3.6,2.37,10,4.18,1.6,11,3.22,0.97,9,2.8,2.49,5,3.94,2.08,17,3.86,2.44,14,3.08,1.32,13,3.69,1.75,13,3.86,0.38,7,3.1,2.18,10,4.17,2.12,12,3.64,2.44,14,3.31,1.44,13
+obtain,5.11,2.0,19,3.67,2.48,21,6.7,1.99,23,5.64,1.63,11,4.86,2.04,7,4.57,2.3,7,3.21,2.52,14,6.57,2.76,7,6.75,1.65,16,4.75,1.91,8,5.36,2.11,11,3.78,3.03,9,3.58,2.11,12,6.82,2.18,11,6.58,1.88,12,4.83,2.29,12,5.57,1.4,7,3.0,2.28,11,4.4,2.59,10,6.85,1.99,13,6.5,2.07,10
+obvious,5.33,1.93,21,3.65,2.18,20,6.47,2.32,19,5.69,2.1,13,4.75,1.58,8,3.57,1.81,7,3.69,2.43,13,6.71,2.36,7,6.33,2.39,12,5.92,2.15,12,4.56,1.33,9,3.56,2.07,9,3.73,2.37,11,6.4,2.27,10,6.56,2.51,9,6.0,1.71,12,4.44,1.94,9,3.86,1.77,7,3.54,2.44,13,7.0,2.52,7,6.17,2.25,12
+occasion,6.45,1.63,22,4.79,2.04,19,5.52,1.86,21,5.8,1.64,5,6.62,1.67,16,5.0,1.41,8,4.64,2.46,11,4.9,1.85,10,6.09,1.76,11,6.17,1.53,12,6.8,1.75,10,4.4,1.43,10,5.22,2.59,9,5.5,1.93,12,5.56,1.88,9,6.55,1.57,11,6.36,1.75,11,3.5,1.51,8,5.73,1.9,11,4.89,1.96,9,6.0,1.71,12
+occasional,5.5,1.42,18,2.45,1.64,20,4.72,1.67,25,6.0,1.41,5,5.31,1.44,13,2.09,1.38,11,2.89,1.9,9,4.69,1.74,16,4.78,1.64,9,5.0,1.73,7,5.82,1.17,11,1.89,1.54,9,2.91,1.64,11,4.8,1.82,20,4.4,0.89,5,4.89,1.36,9,6.11,1.27,9,1.82,1.17,11,3.22,1.86,9,4.58,1.57,19,5.17,2.04,6
+occipital,4.45,1.63,22,4.14,1.78,22,5.35,2.21,20,4.71,1.11,7,4.33,1.84,15,4.3,1.89,10,4.0,1.76,12,6.71,2.5,7,4.62,1.71,13,5.18,1.17,11,3.73,1.74,11,3.82,1.72,11,4.45,1.86,11,5.33,2.53,15,5.4,0.89,5,4.2,1.62,10,4.67,1.67,12,4.6,1.43,10,3.75,2.01,12,4.7,1.95,10,6.0,2.36,10
+occult,3.5,2.28,20,4.63,2.5,19,4.64,1.92,22,3.71,1.7,7,3.38,2.6,13,5.12,2.75,8,4.27,2.37,11,4.83,2.56,6,4.56,1.71,16,3.6,2.37,10,3.56,2.4,9,4.0,2.39,8,5.09,2.59,11,4.87,1.64,15,4.14,2.48,7,3.09,2.39,11,4.0,2.18,9,5.0,2.3,12,4.0,2.89,7,5.64,1.36,11,3.64,1.91,11
+occupant,5.19,1.91,21,3.17,2.27,23,5.24,2.61,17,5.56,2.13,9,4.92,1.78,12,4.18,2.23,11,2.25,1.96,12,5.56,2.51,9,4.88,2.85,8,5.43,2.51,7,5.08,1.71,13,3.82,2.27,11,2.58,2.19,12,5.14,3.02,7,5.3,2.45,10,5.15,2.08,13,5.25,1.75,8,2.64,2.11,11,3.67,2.39,12,4.38,2.62,8,6.0,2.5,9
+occupation,4.77,2.33,22,4.33,2.15,21,5.47,2.32,19,5.12,2.36,8,4.85,2.23,13,3.71,1.89,7,4.64,2.27,14,5.0,2.52,7,5.64,2.34,11,4.88,2.9,8,5.0,1.83,13,4.5,3.02,8,4.23,1.54,13,3.71,1.8,7,6.5,1.98,12,5.0,2.41,11,4.55,2.34,11,3.67,2.55,9,4.83,1.75,12,5.88,2.13,16,3.33,2.52,3
+occupational,6.18,1.71,22,4.32,1.97,19,5.8,1.91,20,5.6,2.19,5,6.38,1.63,16,5.38,1.85,8,3.55,1.75,11,5.67,2.06,9,5.91,1.87,11,5.92,1.78,12,6.5,1.65,10,4.6,1.58,10,4.0,2.4,9,5.82,1.83,11,5.78,2.11,9,6.09,1.64,11,6.27,1.85,11,4.25,2.19,8,4.36,1.91,11,5.67,2.18,9,5.91,1.76,11
+occupy,4.86,1.52,22,4.27,2.31,26,5.29,2.16,24,5.0,1.8,9,4.77,1.36,13,3.4,2.41,10,4.81,2.14,16,5.44,2.01,9,5.2,2.31,15,4.12,1.46,8,5.29,1.44,14,4.23,2.49,13,4.31,2.21,13,4.92,1.93,12,5.67,2.39,12,4.5,1.0,12,5.3,1.95,10,3.73,2.43,15,5.0,2.0,11,5.08,2.5,13,5.55,1.75,11
+occur,6.26,1.69,19,3.57,2.62,21,4.46,1.55,28,5.17,0.75,6,6.77,1.79,13,3.3,2.54,10,3.82,2.79,11,3.82,1.89,11,4.88,1.17,17,6.73,1.74,11,5.62,1.51,8,2.82,1.83,11,4.4,3.17,10,4.67,1.57,18,4.1,1.52,10,6.31,1.49,13,6.17,2.23,6,3.54,2.6,13,3.62,2.83,8,4.12,1.82,16,4.92,1.0,12
+occurrence,4.94,1.66,18,4.1,2.0,21,4.7,1.81,20,5.0,1.73,3,4.93,1.71,15,4.33,2.07,6,4.0,2.04,15,5.33,1.03,6,4.43,2.03,14,5.2,1.75,10,4.62,1.6,8,4.71,2.14,7,3.79,1.93,14,4.9,1.37,10,4.5,2.22,10,5.12,1.25,8,4.8,1.99,10,3.78,2.11,9,4.33,1.97,12,4.25,2.12,8,5.0,1.6,12
+ocean,7.39,2.01,82,3.5,2.83,80,5.88,2.64,76,6.81,2.24,32,7.78,1.79,49,3.45,2.61,31,3.53,2.99,49,5.47,2.51,38,6.29,2.74,38,7.02,2.26,47,7.91,1.52,34,3.44,3.0,34,3.54,2.74,46,6.14,2.54,43,5.55,2.77,33,7.4,2.03,50,7.38,2.01,32,3.91,3.06,35,3.18,2.63,45,6.36,2.8,39,5.38,2.4,37
+oceanic,7.45,1.26,22,4.26,2.62,19,5.57,2.25,21,6.6,1.14,5,7.69,1.25,16,4.62,2.83,8,4.0,2.57,11,5.9,2.28,10,5.27,2.28,11,6.92,1.38,12,8.1,0.74,10,3.5,2.84,10,5.11,2.2,9,5.5,2.32,12,5.67,2.29,9,7.64,1.21,11,7.27,1.35,11,3.75,2.66,8,4.64,2.66,11,5.0,2.35,9,6.0,2.17,12
+octopus,6.0,1.89,20,5.1,2.36,20,5.76,2.09,25,5.82,1.83,11,6.22,2.05,9,6.0,1.41,7,4.62,2.66,13,5.92,2.25,13,5.58,1.98,12,6.18,2.04,11,5.78,1.79,9,5.73,2.33,11,4.33,2.29,9,6.06,1.64,17,5.12,2.85,8,6.9,1.73,10,5.1,1.66,10,5.08,2.57,12,5.12,2.17,8,5.56,1.75,16,6.11,2.67,9
+ocular,4.86,1.39,22,4.0,2.26,23,5.42,1.68,19,4.88,1.36,8,5.08,1.26,13,4.38,2.67,8,3.79,2.15,14,5.29,1.89,7,5.36,1.63,11,4.75,1.16,8,5.15,1.34,13,3.56,2.88,9,4.29,1.82,14,4.71,2.14,7,5.83,1.27,12,5.27,1.56,11,4.45,1.13,11,2.56,2.19,9,4.93,1.82,14,5.38,1.82,16,5.67,0.58,3
+odd,4.56,1.23,41,4.26,2.14,43,5.42,1.74,24,4.61,1.04,18,4.52,1.38,23,4.75,2.35,16,3.96,1.99,27,5.38,2.07,8,5.44,1.63,16,4.6,1.19,20,4.5,1.32,20,4.05,2.04,20,4.43,2.25,23,5.29,1.93,17,5.83,1.33,6,4.83,1.46,24,4.18,0.64,17,4.33,2.01,24,4.16,2.34,19,5.44,1.71,16,5.38,1.92,8
+oddball,6.17,2.18,18,3.55,2.4,22,4.11,1.83,28,5.17,2.23,6,6.67,2.06,12,3.36,2.62,11,3.73,2.28,11,3.64,2.01,11,4.41,1.7,17,6.36,2.42,11,5.86,1.86,7,3.36,2.62,11,3.73,2.28,11,4.33,2.2,18,3.7,0.82,10,6.54,2.4,13,5.2,1.1,5,3.86,2.44,14,3.0,2.39,8,3.88,2.03,16,4.42,1.56,12
+odds,5.32,1.42,19,4.39,2.1,23,5.32,2.31,19,5.11,1.17,9,5.5,1.65,10,5.14,2.04,7,4.07,2.19,15,5.9,2.33,10,4.67,2.24,9,6.11,1.62,9,4.6,0.7,10,4.9,2.56,10,4.0,1.76,12,4.88,1.55,8,5.4,2.8,10,5.67,1.44,12,4.71,1.25,7,4.4,2.26,20,4.33,0.58,3,5.12,1.89,8,5.45,2.66,11
+ode,5.75,1.41,20,2.81,1.97,21,4.48,1.73,25,5.0,1.63,4,5.94,1.34,16,3.0,1.83,4,2.76,2.05,17,4.56,2.24,9,4.44,1.46,16,5.62,0.92,8,5.83,1.7,12,3.5,2.12,10,2.18,1.66,11,4.71,1.27,14,4.18,2.23,11,5.73,1.01,11,5.78,1.86,9,2.5,2.07,10,3.09,1.92,11,4.61,1.82,18,4.14,1.57,7
+odor,3.0,1.89,19,5.05,2.26,20,4.12,2.29,24,2.62,1.66,13,3.83,2.23,6,4.4,3.05,5,5.27,2.02,15,4.15,1.82,13,4.09,2.84,11,2.67,2.12,9,3.3,1.7,10,5.43,2.76,7,4.85,2.03,13,4.36,2.34,11,3.92,2.33,13,3.44,2.35,9,2.6,1.35,10,4.0,2.49,10,6.1,1.45,10,4.89,2.62,9,3.67,2.02,15
+odyssey,5.7,1.72,20,4.83,2.37,23,6.57,1.8,21,5.22,1.72,9,6.09,1.7,11,5.45,2.73,11,4.25,1.91,12,6.0,2.07,8,6.92,1.61,13,5.36,1.69,14,6.5,1.64,6,4.67,2.69,9,4.93,2.23,14,7.0,1.41,8,6.31,2.02,13,5.9,2.02,10,5.5,1.43,10,4.31,2.06,13,5.5,2.68,10,7.08,1.44,12,5.89,2.09,9
+oedipal,3.95,1.64,20,3.5,2.07,18,4.54,2.28,24,3.2,1.79,5,4.2,1.57,15,4.8,2.28,5,3.0,1.83,13,4.38,2.6,13,4.73,1.95,11,4.0,1.56,10,3.9,1.79,10,4.29,2.29,7,3.0,1.84,11,4.62,2.16,16,4.38,2.67,8,3.86,1.75,14,4.17,1.47,6,3.5,1.93,12,3.5,2.51,6,4.93,1.98,15,3.89,2.71,9
+offence,3.4,1.67,20,4.29,2.46,24,4.79,2.28,28,3.5,1.07,8,3.33,2.02,12,4.44,2.65,9,4.2,2.43,15,4.36,2.13,14,5.21,2.42,14,3.11,1.62,9,3.64,1.75,11,3.83,2.12,12,4.75,2.77,12,4.07,2.53,14,5.5,1.83,14,3.4,1.84,10,3.4,1.58,10,4.33,2.31,12,4.25,2.7,12,4.58,2.43,12,4.94,2.24,16
+offend,3.29,1.76,42,4.81,2.04,21,4.17,2.92,18,3.79,2.12,19,2.87,1.29,23,5.29,1.5,7,4.62,2.36,13,4.1,2.88,10,4.25,3.15,8,3.35,1.87,23,3.21,1.65,19,5.43,2.15,7,4.54,2.07,13,4.14,3.18,7,4.18,2.89,11,3.33,1.81,24,3.22,1.73,18,5.36,2.06,11,4.2,1.93,10,2.78,2.05,9,5.56,3.09,9
+offender,3.25,1.77,20,4.52,2.57,23,3.86,2.35,21,3.6,2.88,5,3.13,1.36,15,5.58,1.98,12,3.36,2.73,11,3.64,2.46,11,3.56,1.67,9,2.73,1.42,11,3.89,2.03,9,4.75,2.44,16,4.0,3.0,7,3.91,1.7,11,3.8,3.01,10,3.46,2.03,13,2.86,1.21,7,4.74,2.7,19,3.5,1.73,4,3.79,2.22,14,4.0,2.77,7
+offense,4.05,2.17,19,4.67,2.03,21,4.4,2.54,20,4.67,1.15,3,3.94,2.32,16,4.17,2.14,6,4.87,2.03,15,5.17,2.14,6,4.07,2.7,14,5.0,2.0,10,3.0,1.94,9,4.57,2.07,7,4.71,2.09,14,5.4,2.41,10,3.4,2.37,10,4.62,2.26,8,3.64,2.11,11,4.22,2.28,9,5.0,1.86,12,4.88,3.27,8,4.08,2.02,12
+offensive,3.8,1.58,20,4.95,2.78,21,5.17,2.48,24,3.67,1.15,3,3.82,1.67,17,4.86,3.29,7,5.08,2.72,13,5.88,1.64,8,4.81,2.79,16,4.0,1.0,7,3.69,1.84,13,6.14,2.73,7,4.38,2.81,13,5.29,2.7,14,5.0,2.26,10,4.22,1.09,9,3.45,1.86,11,6.0,2.41,11,3.8,2.82,10,4.94,2.75,17,5.71,1.7,7
+offer,5.67,2.03,18,3.5,2.26,20,5.44,2.01,18,4.75,2.19,8,6.4,1.65,10,2.43,1.62,7,4.08,2.4,13,5.18,1.94,11,5.86,2.19,7,5.0,1.9,11,6.71,1.89,7,2.11,1.36,9,4.64,2.25,11,5.55,2.54,11,5.29,0.76,7,5.33,1.87,12,6.33,2.34,6,2.58,1.73,12,4.88,2.36,8,6.11,1.62,9,4.78,2.22,9
+office,4.54,1.75,41,3.05,2.01,22,5.16,2.15,44,4.92,1.55,13,4.36,1.83,28,3.33,2.35,12,2.7,1.57,10,5.17,2.41,18,5.15,1.99,26,4.05,2.13,21,5.05,1.05,20,3.67,2.24,9,2.62,1.8,13,5.12,2.09,25,5.21,2.27,19,4.65,1.67,23,4.39,1.88,18,3.11,2.42,9,3.0,1.78,13,5.32,2.1,25,4.95,2.25,19
+officer,4.91,1.63,22,4.38,2.4,21,4.41,2.69,17,4.67,1.86,6,5.07,1.62,15,3.14,2.41,7,5.0,2.22,14,4.78,2.49,9,4.0,3.02,8,4.71,1.68,14,5.43,1.62,7,5.44,2.74,9,3.58,1.83,12,4.11,2.85,9,4.75,2.66,8,4.86,1.51,14,5.0,1.93,8,5.33,2.73,6,4.0,2.24,15,3.89,2.85,9,5.0,2.56,8
+official,5.75,1.77,20,4.04,2.46,23,5.45,2.56,22,6.29,1.5,7,5.46,1.9,13,3.67,2.46,12,4.45,2.5,11,6.0,2.58,13,4.67,2.45,9,7.14,1.86,7,5.0,1.28,12,4.62,2.18,13,3.3,2.71,10,5.67,2.42,12,5.2,2.82,10,5.89,2.03,9,5.64,1.63,11,3.88,2.45,17,4.5,2.66,6,5.7,2.95,10,5.25,2.3,12
+offset,4.79,1.75,19,4.05,2.06,20,4.75,2.15,24,5.08,2.02,13,4.17,0.75,6,4.6,2.3,5,3.87,2.03,15,5.0,2.16,13,4.45,2.21,11,5.44,2.07,9,4.2,1.23,10,4.86,2.41,7,3.62,1.8,13,4.91,2.55,11,4.62,1.85,13,4.78,1.48,9,4.8,2.04,10,3.8,2.2,10,4.3,2.0,10,4.44,3.0,9,4.93,1.53,15
+offshore,4.95,1.65,19,3.5,2.43,22,4.13,2.4,23,5.27,1.35,11,5.0,1.53,7,3.75,2.66,8,3.36,2.37,14,4.71,2.63,7,3.88,2.33,16,4.12,1.96,8,5.55,1.13,11,3.11,2.37,9,3.77,2.52,13,5.0,1.95,11,3.33,2.57,12,4.42,1.68,12,5.86,1.21,7,2.73,2.61,11,4.27,2.05,11,4.38,2.47,13,3.8,2.39,10
+offspring,5.89,2.16,19,4.65,2.32,20,6.35,2.35,20,7.0,2.0,3,5.67,2.26,15,4.2,2.39,10,5.1,2.28,10,5.4,2.63,10,7.3,1.64,10,5.33,2.34,6,6.17,2.21,12,4.86,2.61,7,4.54,2.26,13,6.75,2.31,8,6.08,2.43,12,6.25,2.09,12,5.29,2.29,7,5.3,2.87,10,4.0,1.49,10,7.11,1.83,9,5.73,2.61,11
+ogre,3.57,2.29,21,5.19,2.32,21,4.32,2.32,25,4.0,2.17,12,3.0,2.45,9,5.43,2.37,7,5.07,2.37,14,4.1,2.38,10,4.47,2.36,15,3.75,3.1,4,3.53,2.18,17,5.4,2.46,10,5.0,2.28,11,3.57,2.76,7,4.61,2.15,18,3.5,2.2,12,3.67,2.55,9,5.31,2.25,13,5.0,2.56,8,2.89,1.45,9,5.12,2.36,16
+oil,3.91,1.82,22,4.25,2.57,20,5.63,2.89,19,3.85,2.08,13,4.0,1.5,9,5.71,3.04,7,3.46,1.98,13,5.71,2.5,7,5.58,3.2,12,4.0,2.04,12,3.8,1.62,10,4.56,2.65,9,4.0,2.61,11,6.8,2.1,10,4.33,3.2,9,4.25,2.01,12,3.5,1.58,10,4.0,2.65,7,4.38,2.63,13,6.57,2.88,7,5.08,2.87,12
+oily,4.14,1.46,22,4.53,1.93,19,4.62,2.42,21,4.2,0.84,5,4.06,1.65,16,4.5,1.93,8,4.55,2.02,11,5.5,1.58,10,3.82,2.82,11,4.17,0.94,12,4.1,1.97,10,4.9,1.2,10,4.11,2.52,9,4.5,2.28,12,4.78,2.73,9,4.09,1.14,11,4.18,1.78,11,4.25,2.05,8,4.73,1.9,11,5.11,1.96,9,4.25,2.73,12
+oink,5.21,2.18,19,3.73,2.37,22,4.62,2.08,24,4.83,2.23,6,5.38,2.22,13,4.08,2.57,12,3.3,2.16,10,4.12,1.81,8,4.88,2.22,16,5.7,1.49,10,4.67,2.74,9,4.11,2.71,9,3.46,2.18,13,4.94,2.19,17,3.67,1.75,6,5.12,1.96,8,5.27,2.41,11,3.89,2.15,9,3.62,2.6,13,4.94,2.35,16,4.0,1.31,8
+ointment,4.81,1.25,21,2.86,1.98,22,5.0,2.17,26,5.0,1.56,10,4.64,0.92,11,2.0,1.53,7,3.27,2.09,15,4.75,2.54,16,5.4,1.43,10,5.45,1.21,11,4.1,0.88,10,2.4,1.95,5,3.0,2.03,17,5.08,2.72,13,4.92,1.55,13,5.15,1.28,13,4.25,1.04,8,2.7,2.36,10,3.0,1.71,12,5.29,2.37,14,4.67,1.97,12
+okra,5.55,1.85,20,3.27,2.03,22,6.24,2.23,21,4.67,0.87,9,6.27,2.15,11,3.2,2.04,10,3.33,2.1,12,4.75,2.19,8,7.15,1.77,13,5.14,1.66,14,6.5,2.07,6,3.12,2.17,8,3.36,2.02,14,5.88,2.36,8,6.46,2.22,13,5.4,1.78,10,5.7,2.0,10,3.67,2.19,12,2.8,1.81,10,6.25,2.3,12,6.22,2.28,9
+old,3.19,1.94,21,4.48,2.66,21,4.22,2.88,18,2.5,1.52,6,3.5,2.14,14,3.43,2.57,7,5.0,2.63,14,5.0,3.04,9,3.5,2.83,8,3.38,2.22,13,2.86,1.57,7,5.44,2.3,9,3.75,2.77,12,5.0,2.91,10,3.25,2.71,8,2.85,1.82,13,3.75,2.12,8,4.5,3.27,6,4.47,2.5,15,3.9,2.85,10,4.62,3.07,8
+olden,5.25,1.55,20,3.17,2.35,24,4.46,2.19,28,5.75,1.28,8,4.92,1.68,12,3.33,2.35,9,3.07,2.43,15,3.86,2.11,14,5.07,2.16,14,5.0,1.73,9,5.45,1.44,11,3.42,2.5,12,2.92,2.27,12,4.57,2.56,14,4.36,1.82,14,5.1,1.91,10,5.4,1.17,10,4.25,2.49,12,2.08,1.68,12,4.67,1.92,12,4.31,2.41,16
+oldie,5.41,2.04,22,3.78,2.02,23,5.63,2.01,19,5.0,2.2,8,5.38,1.8,13,4.5,2.39,8,3.29,1.77,14,5.57,1.99,7,5.55,2.16,11,6.5,2.27,8,4.46,1.2,13,3.11,2.2,9,4.21,1.85,14,4.0,1.63,7,6.58,1.56,12,5.27,2.33,11,5.55,1.81,11,2.78,1.86,9,4.43,1.91,14,5.88,1.78,16,4.33,3.06,3
+oldies,5.53,1.95,19,4.18,2.48,22,5.77,1.8,22,4.78,1.64,9,6.2,2.04,10,4.12,1.73,8,4.21,2.89,14,5.91,1.7,11,5.64,1.96,11,5.14,0.9,7,5.75,2.38,12,4.0,2.36,10,4.33,2.67,12,5.92,1.98,13,5.56,1.59,9,5.6,1.9,10,5.44,2.13,9,3.88,2.85,8,4.36,2.34,14,5.43,2.1,14,6.38,0.92,8
+olive,6.05,2.5,21,3.92,2.04,25,5.18,2.17,22,6.5,2.78,8,5.77,2.39,13,3.92,2.36,13,3.92,1.73,12,5.46,2.44,13,4.78,1.79,9,7.5,1.77,8,5.33,2.53,12,5.0,1.8,14,2.55,1.44,11,5.83,2.08,12,4.4,2.12,10,5.7,2.67,10,6.36,2.42,11,3.71,2.2,17,4.38,1.69,8,5.1,2.69,10,5.25,1.76,12
+omega,5.5,1.85,20,4.65,2.25,20,5.36,2.01,22,4.86,1.35,7,5.85,2.03,13,5.44,1.81,9,4.0,2.45,11,6.0,1.79,6,5.12,2.09,16,6.0,2.16,10,5.0,1.5,9,4.5,2.39,8,4.75,2.26,12,4.93,1.87,15,6.29,2.14,7,5.91,2.21,11,5.0,1.22,9,4.83,1.7,12,4.38,3.02,8,5.45,0.93,11,5.27,2.76,11
+omelet,6.25,1.97,20,3.89,2.73,19,6.35,2.23,20,5.83,0.98,6,6.43,2.28,14,4.5,3.02,8,3.45,2.54,11,5.73,2.57,11,7.11,1.54,9,5.17,2.23,6,6.71,1.73,14,4.33,3.0,9,3.5,2.55,10,6.08,2.6,13,6.86,1.35,7,6.57,1.4,7,6.08,2.25,13,4.31,3.15,13,3.0,1.26,6,5.45,2.38,11,7.44,1.51,9
+omen,3.77,1.8,22,4.52,2.68,21,3.59,2.2,22,3.57,2.1,14,4.12,1.13,8,4.73,3.0,11,4.67,2.24,9,4.17,2.48,6,3.38,2.13,16,4.5,1.9,10,3.17,1.53,12,3.91,2.59,11,5.2,2.74,10,3.38,2.02,13,3.89,2.52,9,3.75,2.05,12,3.8,1.55,10,4.0,3.08,13,5.38,1.69,8,3.17,1.59,12,4.1,2.77,10
+ominous,3.95,1.58,19,5.57,1.8,21,4.48,1.95,23,3.8,1.3,5,4.15,1.68,13,5.33,2.42,6,5.67,1.59,15,4.5,1.65,10,4.46,2.22,13,4.14,1.68,7,4.0,1.55,11,5.0,2.08,7,5.86,1.66,14,4.64,2.46,11,4.33,1.44,12,4.5,1.51,12,3.0,1.29,7,5.55,2.02,11,5.6,1.65,10,4.0,1.88,14,5.22,1.92,9
+omission,4.71,1.19,21,2.82,1.79,22,4.81,2.53,27,4.8,1.32,10,4.64,1.12,11,2.57,1.99,7,2.93,1.75,15,4.41,2.9,17,5.5,1.65,10,5.27,1.35,11,4.1,0.57,10,2.4,1.95,5,2.94,1.78,17,4.36,2.98,14,5.31,1.93,13,5.0,1.35,13,4.25,0.71,8,1.9,1.29,10,3.58,1.83,12,5.29,3.07,14,4.31,1.75,13
+onboard,5.1,1.62,20,3.95,2.63,22,6.78,1.74,27,5.71,1.5,7,4.77,1.64,13,4.3,2.63,10,3.67,2.71,12,6.4,1.84,15,7.55,1.21,11,4.73,1.79,11,5.56,1.33,9,4.44,2.01,9,3.62,3.01,13,7.24,1.79,17,6.22,1.3,9,5.38,1.76,13,4.57,1.27,7,3.88,2.63,16,4.17,2.86,6,6.33,1.97,12,7.13,1.51,15
+oncologist,3.45,1.73,20,3.71,2.47,21,4.48,2.45,25,2.67,2.08,3,3.59,1.7,17,3.86,2.73,7,3.77,2.49,13,4.75,2.31,8,4.35,2.57,17,2.86,1.77,7,3.77,1.69,13,3.71,2.14,7,3.85,2.76,13,4.71,2.43,14,4.18,2.56,11,4.11,1.96,9,2.91,1.38,11,3.36,2.2,11,4.1,2.81,10,4.33,2.81,18,4.86,1.21,7
+oncology,3.32,1.95,19,5.8,2.61,20,4.27,1.95,26,3.1,1.91,10,3.56,2.07,9,5.43,2.23,7,6.0,2.86,13,5.54,1.51,13,3.0,1.47,13,3.8,2.04,10,2.78,1.79,9,4.73,2.87,11,7.11,1.54,9,4.88,1.76,17,3.11,1.83,9,3.6,1.96,10,3.0,2.0,9,5.58,2.61,12,6.12,2.75,8,4.31,1.08,16,4.2,2.94,10
+oncoming,4.68,1.25,19,4.06,2.62,18,4.35,2.29,17,5.0,1.26,11,4.25,1.16,8,5.0,2.71,4,3.79,2.64,14,3.12,1.36,8,5.44,2.46,9,4.88,1.46,8,4.55,1.13,11,4.29,2.29,7,3.91,2.91,11,3.83,1.47,6,4.64,2.66,11,4.46,1.39,13,5.17,0.75,6,3.18,2.56,11,5.43,2.23,7,5.0,2.52,7,3.9,2.13,10
+one,6.09,2.07,22,2.67,2.01,21,5.56,2.45,18,6.5,2.95,6,5.93,1.79,15,2.71,2.14,7,2.64,2.02,14,5.78,2.54,9,5.75,2.31,8,6.07,2.4,14,6.14,1.57,7,2.78,2.05,9,2.58,2.07,12,5.8,2.94,10,5.25,1.83,8,6.0,2.0,14,6.25,2.31,8,2.5,2.35,6,2.73,1.94,15,5.9,2.92,10,5.12,1.81,8
+oneness,6.4,2.06,20,3.19,2.42,21,4.8,2.53,25,6.25,2.36,4,6.44,2.06,16,2.25,1.89,4,3.41,2.53,17,4.33,2.6,9,5.06,2.54,16,5.75,2.12,8,6.83,1.99,12,2.1,1.6,10,4.18,2.68,11,4.14,2.35,14,5.64,2.62,11,6.36,1.57,11,6.44,2.65,9,3.6,2.67,10,2.82,2.23,11,5.33,2.43,18,3.43,2.44,7
+ongoing,4.79,1.44,19,4.24,2.75,17,5.08,2.5,24,4.4,0.89,5,4.93,1.59,14,4.4,3.13,5,4.17,2.72,12,4.69,2.53,13,5.55,2.5,11,5.1,1.29,10,4.44,1.59,9,4.0,2.83,7,4.4,2.84,10,4.56,2.34,16,6.12,2.64,8,4.38,1.5,13,5.67,0.82,6,4.27,2.28,11,4.17,3.71,6,5.47,2.75,15,4.44,2.01,9
+onion,5.37,1.61,19,4.95,2.09,21,4.78,1.98,23,5.8,1.1,5,5.08,1.75,13,5.67,2.25,6,4.67,2.02,15,4.8,1.14,10,4.77,2.49,13,6.0,1.0,7,4.82,1.78,11,5.86,2.04,7,4.5,2.03,14,4.82,1.54,11,4.75,2.38,12,5.5,1.45,12,5.14,1.95,7,4.55,2.11,11,5.4,2.07,10,4.93,1.86,14,4.56,2.24,9
+onset,4.35,1.73,20,4.39,2.64,18,4.62,2.14,24,4.2,1.1,5,4.4,1.92,15,5.4,2.7,5,4.0,2.61,13,4.0,2.16,13,5.36,1.96,11,4.3,2.11,10,4.4,1.35,10,5.43,2.23,7,3.73,2.76,11,4.0,1.9,16,5.88,2.17,8,4.0,1.47,14,5.17,2.14,6,5.08,2.39,12,3.0,2.76,6,5.2,2.04,15,3.67,2.06,9
+onstage,5.48,2.42,21,4.48,2.94,23,4.94,2.39,18,5.0,2.83,9,5.83,2.12,12,4.64,2.8,11,4.33,3.17,12,5.2,2.44,10,4.62,2.45,8,4.14,2.67,7,6.23,2.13,13,5.18,3.06,11,3.83,2.79,12,4.14,2.79,7,5.45,2.07,11,5.46,2.82,13,5.5,1.77,8,4.73,3.04,11,4.25,2.96,12,3.78,1.72,9,6.11,2.47,9
+oodles,5.74,1.94,23,5.09,2.58,22,5.35,2.58,20,5.88,2.03,8,5.67,1.95,15,5.4,2.5,10,4.83,2.72,12,5.71,2.93,7,5.15,2.48,13,6.25,2.49,12,5.18,0.87,11,5.18,2.44,11,5.0,2.83,11,4.93,2.52,15,6.6,2.61,5,5.27,2.24,11,6.17,1.59,12,5.7,2.45,10,4.58,2.68,12,4.5,1.9,10,6.2,2.97,10
+oomph,5.52,1.86,21,4.27,2.91,22,5.07,2.15,27,4.7,1.64,10,6.27,1.79,11,4.14,3.24,7,4.33,2.87,15,5.29,2.47,17,4.7,1.49,10,5.73,1.56,11,5.3,2.21,10,2.4,1.95,5,4.82,2.96,17,5.29,2.33,14,4.85,1.99,13,5.23,2.13,13,6.0,1.31,8,3.8,3.58,10,4.67,2.31,12,5.14,2.28,14,5.0,2.08,13
+ooze,3.57,2.01,21,5.0,2.1,21,3.44,1.64,25,4.67,1.67,12,2.11,1.45,9,5.14,2.27,7,4.93,2.09,14,4.0,1.7,10,3.07,1.53,15,2.5,1.73,4,3.82,2.04,17,4.1,1.6,10,5.82,2.23,11,3.14,1.57,7,3.56,1.69,18,3.42,2.02,12,3.78,2.11,9,4.54,1.94,13,5.75,2.25,8,2.67,1.32,9,3.88,1.67,16
+op,5.21,0.98,19,3.24,2.32,21,5.26,2.36,23,6.33,1.15,3,5.0,0.82,16,4.0,2.14,8,2.77,2.39,13,4.67,2.5,9,5.64,2.27,14,5.0,0.87,9,5.4,1.07,10,3.89,2.47,9,2.75,2.18,12,5.53,2.64,15,4.75,1.75,8,5.57,1.13,7,5.0,0.85,12,4.0,2.54,10,2.55,1.97,11,5.08,3.07,13,5.5,0.97,10
+opal,6.0,1.97,20,3.14,2.23,22,5.26,2.21,27,5.29,2.43,7,6.38,1.66,13,3.9,2.28,10,2.5,2.07,12,5.33,2.09,15,5.36,2.46,11,5.09,1.87,11,7.11,1.54,9,3.22,1.99,9,3.08,2.47,13,5.41,2.53,17,5.22,1.56,9,6.46,2.11,13,5.14,1.46,7,2.94,2.32,16,3.67,2.07,6,4.58,2.43,12,5.8,1.93,15
+open,6.14,1.58,22,4.43,2.38,21,6.17,1.79,18,5.5,2.17,6,6.33,1.35,15,3.14,2.48,7,5.07,2.13,14,5.89,1.9,9,6.38,1.85,8,5.71,1.54,14,6.86,1.57,7,4.22,2.68,9,4.58,2.23,12,6.2,2.15,10,6.12,1.36,8,5.71,1.49,14,6.88,1.55,8,4.67,3.14,6,4.33,2.13,15,6.1,1.85,10,6.25,1.83,8
+opener,6.0,1.95,20,3.0,2.21,21,5.67,1.93,24,6.5,3.7,4,5.88,1.41,16,3.75,3.4,4,2.82,1.94,17,5.12,2.42,8,5.94,1.65,16,6.25,1.49,8,5.83,2.25,12,3.4,2.5,10,2.64,1.96,11,5.92,1.89,13,5.36,2.01,11,6.0,1.79,11,6.0,2.24,9,2.3,1.83,10,3.64,2.42,11,6.0,2.06,17,4.86,1.35,7
+opening,5.95,1.47,21,4.6,2.64,20,6.68,2.11,19,5.92,1.38,13,6.0,1.69,8,6.43,1.62,7,3.62,2.6,13,6.43,1.9,7,6.83,2.29,12,5.92,1.56,12,6.0,1.41,9,4.89,2.67,9,4.36,2.73,11,7.1,1.66,10,6.22,2.54,9,5.83,1.53,12,6.11,1.45,9,6.0,2.52,7,3.85,2.48,13,7.14,1.68,7,6.42,2.35,12
+openness,6.52,2.42,21,4.37,2.69,19,5.86,1.9,21,4.0,2.45,5,7.4,1.88,15,6.12,1.96,8,3.09,2.47,11,5.5,1.84,10,6.18,1.99,11,5.25,2.34,12,8.22,1.2,9,4.0,2.21,10,4.78,3.23,9,5.58,1.93,12,6.22,1.92,9,6.0,2.76,11,7.1,1.97,10,3.75,1.83,8,4.82,3.19,11,5.44,1.88,9,6.17,1.95,12
+opera,5.68,1.59,22,3.84,2.36,25,6.25,1.7,24,5.56,1.67,9,5.77,1.59,13,2.2,1.55,10,4.93,2.19,15,6.0,1.5,9,6.4,1.84,15,5.62,1.3,8,5.71,1.77,14,4.92,2.43,13,2.67,1.67,12,6.25,1.86,12,6.25,1.6,12,6.17,1.53,12,5.1,1.52,10,4.0,2.33,15,3.6,2.5,10,6.23,1.74,13,6.27,1.74,11
+operate,5.37,1.71,19,4.62,2.09,21,5.78,1.91,23,6.0,1.22,5,5.15,1.91,13,4.83,1.94,6,4.53,2.2,15,6.0,1.89,10,5.62,1.98,13,5.86,1.57,7,5.09,1.87,11,4.43,1.51,7,4.71,2.37,14,6.27,1.85,11,5.33,1.92,12,5.5,1.83,12,5.14,1.57,7,4.27,1.74,11,5.0,2.45,10,6.0,1.71,14,5.44,2.24,9
+operation,2.94,1.8,18,5.71,2.92,21,3.78,1.86,18,3.12,1.89,8,2.8,1.81,10,4.86,3.53,7,6.14,2.6,14,3.82,2.23,11,3.71,1.25,7,3.18,1.83,11,2.57,1.81,7,6.33,3.77,9,5.25,2.14,12,3.82,2.04,11,3.71,1.7,7,2.67,1.67,12,3.5,2.07,6,5.75,3.57,12,5.67,1.94,9,4.33,2.29,9,3.22,1.2,9
+operational,5.6,1.6,20,4.32,2.06,22,5.81,2.23,21,5.89,1.17,9,5.36,1.91,11,5.1,2.47,10,3.67,1.44,12,4.75,2.19,8,6.46,2.07,13,5.86,1.46,14,5.0,1.9,6,4.62,2.62,8,4.14,1.75,14,5.75,2.12,8,5.85,2.38,13,5.9,1.6,10,5.3,1.64,10,4.33,1.92,12,4.3,2.31,10,6.33,2.35,12,5.11,1.96,9
+operative,5.9,1.64,21,4.36,2.36,22,6.05,1.96,21,6.0,1.87,9,5.83,1.53,12,3.5,1.97,6,4.67,2.55,15,7.5,1.64,6,5.47,1.81,15,5.33,1.94,9,6.33,1.3,12,4.4,1.52,5,4.35,2.6,17,6.1,1.97,10,6.0,2.05,11,6.08,1.68,12,5.67,1.66,9,5.22,2.39,9,3.77,2.24,13,6.08,2.02,12,6.0,2.0,9
+operator,4.85,1.27,20,2.67,2.04,24,4.74,2.16,19,5.14,1.35,7,4.69,1.25,13,4.83,1.33,6,1.94,1.7,18,5.1,2.47,10,4.33,1.8,9,5.08,1.16,12,4.5,1.41,8,3.2,2.2,10,2.29,1.9,14,5.08,2.54,12,4.14,1.21,7,4.86,1.1,14,4.83,1.72,6,3.06,2.08,16,1.88,1.81,8,4.45,2.02,11,5.12,2.42,8
+opiate,5.35,2.3,20,5.06,2.58,18,5.12,2.38,24,5.8,2.77,5,5.2,2.21,15,5.8,2.77,5,4.77,2.55,13,5.15,2.94,13,5.09,1.64,11,5.1,2.47,10,5.6,2.22,10,6.57,2.88,7,4.09,1.92,11,5.5,2.34,16,4.38,2.45,8,5.21,2.55,14,5.67,1.75,6,5.08,2.5,12,5.0,2.97,6,5.73,2.25,15,4.11,2.37,9
+opinion,6.38,1.86,21,4.53,2.45,45,6.28,1.94,43,6.25,1.96,12,6.56,1.81,9,4.5,2.19,16,4.57,2.66,28,6.44,2.16,16,6.19,1.84,27,6.75,2.63,4,6.29,1.72,17,5.0,2.61,18,4.22,2.33,27,5.85,1.63,20,6.65,2.14,23,6.42,2.11,12,6.33,1.58,9,4.4,2.46,20,4.64,2.48,25,6.2,2.06,25,6.39,1.82,18
+opinionated,5.57,1.63,21,3.95,2.65,22,5.54,2.28,26,5.0,1.25,10,6.09,1.81,11,3.14,2.73,7,4.33,2.61,15,5.31,2.44,16,5.9,2.08,10,5.55,1.63,11,5.6,1.71,10,2.6,2.19,5,4.35,2.69,17,5.36,2.56,14,5.75,2.01,12,5.23,1.74,13,6.12,1.36,8,3.9,2.88,10,4.0,2.56,12,5.57,2.53,14,5.5,2.07,12
+opium,3.42,2.41,19,3.65,2.19,23,4.68,2.14,19,4.0,2.35,9,2.9,2.47,10,2.71,2.06,7,4.2,2.18,15,4.6,1.9,10,4.78,2.49,9,3.67,2.45,9,3.2,2.49,10,3.8,2.94,10,3.67,1.5,12,4.25,1.39,8,5.1,2.69,10,3.17,2.33,12,3.86,2.67,7,3.7,2.3,20,3.33,1.53,3,3.88,0.99,8,5.27,2.57,11
+opponent,4.42,1.46,19,5.5,1.99,22,5.8,1.58,20,5.25,1.39,8,3.82,1.25,11,5.4,2.5,10,5.58,1.56,12,5.75,0.71,8,5.83,1.99,12,4.54,0.88,13,4.17,2.4,6,5.0,2.67,8,5.79,1.53,14,6.0,1.41,8,5.67,1.72,12,4.33,1.0,9,4.5,1.84,10,5.58,1.88,12,5.4,2.22,10,6.09,1.81,11,5.44,1.24,9
+opportunity,7.1,1.45,21,5.5,2.89,20,7.11,2.02,19,6.69,1.55,13,7.75,1.04,8,5.43,2.57,7,5.54,3.15,13,6.14,2.19,7,7.67,1.78,12,7.17,1.47,12,7.0,1.5,9,5.44,2.88,9,5.55,3.05,11,7.0,2.16,10,7.22,1.99,9,7.08,1.51,12,7.11,1.45,9,6.57,2.07,7,4.92,3.17,13,8.43,0.79,7,6.33,2.15,12
+oppose,4.21,2.15,19,5.17,2.33,23,5.74,2.18,19,4.22,2.05,9,4.2,2.35,10,6.0,2.31,7,4.8,2.4,15,5.8,2.04,10,5.67,2.45,9,4.44,2.74,9,4.0,1.56,10,5.1,2.64,10,5.25,2.26,12,5.62,1.41,8,6.1,2.64,10,4.5,2.39,12,3.71,1.7,7,5.0,2.36,20,6.33,2.08,3,5.0,1.31,8,6.27,2.57,11
+opposing,3.85,1.18,20,4.25,2.15,20,4.27,2.19,22,4.0,1.41,7,3.77,1.09,13,3.78,2.17,9,4.64,2.16,11,4.83,2.71,6,4.06,2.02,16,4.2,1.23,10,3.33,1.0,9,3.75,1.83,8,4.58,2.35,12,4.87,2.17,15,3.0,1.73,7,3.73,1.49,11,4.0,0.71,9,3.92,2.15,12,4.75,2.19,8,5.0,2.32,11,3.55,1.86,11
+opposite,4.77,1.11,22,3.43,1.99,21,4.95,1.84,22,4.86,1.29,14,4.62,0.74,8,3.45,1.97,11,3.56,2.19,9,5.0,2.0,6,4.94,1.84,16,4.5,1.27,10,5.0,0.95,12,3.36,2.2,11,3.5,1.84,10,4.92,1.44,13,5.0,2.4,9,4.58,1.31,12,5.0,0.82,10,3.15,2.12,13,3.88,1.81,8,4.0,1.71,12,6.1,1.29,10
+opposition,3.21,1.36,19,4.5,1.92,22,4.0,1.89,24,3.5,1.38,6,3.08,1.38,13,4.17,1.85,12,4.9,2.02,10,4.12,1.96,8,3.94,1.91,16,3.7,1.06,10,2.67,1.5,9,5.11,2.03,9,4.08,1.8,13,4.12,1.96,17,3.5,1.87,6,2.88,0.99,8,3.45,1.57,11,4.11,2.03,9,4.77,1.88,13,4.12,1.89,16,3.75,1.98,8
+oppressed,3.1,1.37,20,5.05,2.75,22,3.81,2.53,27,4.0,1.63,7,2.62,0.96,13,5.0,2.4,10,5.08,3.12,12,3.4,2.47,15,4.27,2.72,11,3.09,0.83,11,3.11,1.9,9,5.11,2.71,9,5.0,2.89,13,4.53,2.72,17,2.33,1.5,9,3.54,1.45,13,2.29,0.76,7,4.56,2.8,16,6.33,2.34,6,4.25,2.83,12,3.47,2.29,15
+oppression,2.67,1.96,21,4.57,2.69,23,2.94,2.16,17,3.22,2.28,9,2.25,1.66,12,5.0,2.28,11,4.17,3.07,12,2.89,1.96,9,3.0,2.51,8,4.14,2.41,7,2.0,1.22,13,5.18,2.56,11,4.0,2.8,12,3.17,1.94,6,2.82,2.36,11,2.92,2.25,13,2.25,1.39,8,4.73,3.0,11,4.42,2.5,12,2.62,1.06,8,3.22,2.86,9
+oppressive,3.05,1.22,19,6.24,2.21,21,3.43,2.39,23,3.8,0.84,5,2.85,1.28,13,6.17,2.64,6,6.27,2.12,15,3.4,2.63,10,3.46,2.3,13,3.29,1.11,7,3.0,1.34,11,5.29,2.63,7,6.71,1.9,14,4.18,2.14,11,2.75,2.49,12,3.25,1.06,12,2.71,1.5,7,5.91,2.43,11,6.6,2.01,10,3.0,2.35,14,4.11,2.42,9
+oppressor,2.81,1.54,21,5.48,2.11,23,3.0,1.38,22,2.91,1.7,11,2.7,1.42,10,5.36,1.43,11,5.58,2.64,12,3.38,1.3,8,2.85,1.46,13,2.8,1.62,10,2.82,1.54,11,5.55,1.81,11,5.42,2.43,12,3.29,1.33,14,2.57,1.51,7,2.85,1.63,13,2.75,1.49,8,5.27,2.09,15,5.88,2.23,8,3.07,1.33,14,2.88,1.55,8
+ops,5.05,1.72,21,4.21,2.26,24,4.73,1.8,22,6.0,1.6,8,4.46,1.56,13,4.92,2.47,13,3.36,1.75,11,5.08,1.89,13,4.22,1.64,9,6.25,1.58,8,4.5,1.24,12,5.21,1.89,14,2.8,2.04,10,4.83,2.29,12,4.6,1.07,10,5.1,2.18,10,5.0,1.26,11,3.88,2.5,17,5.0,1.41,7,5.2,1.81,10,4.33,1.78,12
+opt,4.85,1.84,20,2.44,1.65,18,6.32,2.08,22,5.0,1.22,5,4.8,2.04,15,2.83,1.47,6,2.25,1.76,12,5.9,1.79,10,6.67,2.31,12,5.1,1.2,10,4.6,2.37,10,2.6,1.58,10,2.25,1.83,8,5.09,1.97,11,7.55,1.37,11,4.75,1.91,12,5.0,1.85,8,1.78,1.2,9,3.11,1.83,9,5.64,2.34,11,7.0,1.61,11
+optic,5.6,1.85,20,3.48,2.02,21,5.32,1.84,25,5.0,2.16,4,5.75,1.81,16,4.0,2.0,4,3.35,2.06,17,4.89,2.2,9,5.56,1.63,16,5.5,2.07,8,5.67,1.78,12,3.7,2.06,10,3.27,2.05,11,5.29,1.73,14,5.36,2.06,11,6.0,1.0,11,5.11,2.52,9,2.9,1.91,10,4.0,2.05,11,5.5,1.89,18,4.86,1.77,7
+optical,5.15,1.42,20,3.44,1.92,18,5.12,2.13,24,5.4,0.55,5,5.07,1.62,15,3.2,1.79,5,3.54,2.03,13,4.38,2.02,13,6.0,2.0,11,4.9,0.74,10,5.4,1.9,10,3.86,1.86,7,3.18,1.99,11,4.56,2.0,16,6.25,2.05,8,4.93,1.49,14,5.67,1.21,6,4.08,1.78,12,2.17,1.6,6,4.73,2.22,15,5.78,1.92,9
+optics,6.37,2.01,19,3.05,1.84,22,5.32,2.1,22,6.82,1.6,11,5.29,2.21,7,4.0,2.33,8,2.5,1.29,14,4.57,2.7,7,5.67,1.76,15,6.75,1.91,8,6.09,2.12,11,2.67,1.94,9,3.31,1.8,13,5.8,1.93,10,4.92,2.23,12,6.33,2.31,12,6.43,1.51,7,2.91,2.47,11,3.18,0.98,11,5.08,2.43,12,5.6,1.71,10
+optimism,7.21,2.09,39,4.95,2.56,21,6.9,2.08,48,7.29,1.57,17,7.1,2.51,21,5.57,2.23,7,4.85,2.73,13,6.28,2.35,18,7.27,1.84,30,6.86,1.75,14,7.4,2.27,25,5.43,2.15,7,4.92,2.78,13,6.54,2.32,26,7.32,1.7,22,6.5,2.75,18,7.81,1.03,21,4.91,2.3,11,5.0,2.94,10,7.07,2.21,30,6.61,1.85,18
+optimist,7.19,1.72,21,4.43,2.39,23,6.78,2.18,18,7.67,1.41,9,6.83,1.9,12,4.45,2.62,11,4.42,2.27,12,6.8,2.66,10,6.75,1.58,8,6.43,2.37,7,7.54,1.27,13,4.91,2.59,11,4.0,2.22,12,6.0,3.06,7,7.27,1.35,11,6.85,1.95,13,7.75,1.16,8,4.64,2.2,11,4.25,2.63,12,6.22,2.68,9,7.33,1.5,9
+optimistic,7.45,1.71,22,4.19,2.4,26,7.0,2.06,24,8.0,1.0,9,7.08,2.02,13,3.6,2.63,10,4.56,2.25,16,6.33,2.35,9,7.4,1.84,15,7.0,2.27,8,7.71,1.33,14,4.38,2.26,13,4.0,2.61,13,6.83,2.66,12,7.17,1.34,12,6.92,2.02,12,8.1,0.99,10,3.8,2.65,15,4.73,2.0,11,7.15,2.48,13,6.82,1.54,11
+optimum,7.38,1.77,21,5.21,2.8,19,5.55,2.69,22,7.5,1.52,6,7.33,1.91,15,6.12,2.85,8,4.55,2.7,11,5.67,2.77,12,5.4,2.72,10,7.78,1.72,9,7.08,1.83,12,6.12,2.8,8,4.55,2.73,11,4.57,2.57,7,6.0,2.7,15,7.2,2.15,10,7.55,1.44,11,4.77,2.74,13,6.17,2.93,6,4.92,3.0,12,6.3,2.16,10
+option,6.37,1.3,19,3.19,2.04,21,6.36,1.95,44,7.67,1.15,3,6.12,1.2,16,3.43,2.76,7,3.08,1.75,13,5.75,2.24,16,6.71,1.72,28,6.44,1.59,9,6.3,1.06,10,4.43,2.23,7,2.54,1.76,13,6.48,1.63,21,6.26,2.24,23,6.71,1.25,7,6.17,1.34,12,4.18,2.09,11,2.1,1.37,10,6.12,1.82,26,6.72,2.14,18
+optional,5.76,1.87,21,2.59,1.65,22,7.11,1.65,27,5.9,1.66,10,5.64,2.11,11,2.0,1.53,7,2.87,1.68,15,7.18,1.47,17,7.0,2.0,10,6.27,1.9,11,5.2,1.75,10,2.0,1.73,5,2.76,1.64,17,7.29,1.54,14,6.92,1.8,13,5.77,1.74,13,5.75,2.19,8,2.0,1.49,10,3.08,1.68,12,7.71,1.33,14,6.46,1.76,13
+oracle,6.16,1.71,19,3.62,2.13,21,4.07,2.13,27,4.83,1.47,6,6.77,1.48,13,3.82,2.09,11,3.4,2.27,10,3.36,1.91,11,4.56,2.19,16,6.45,1.57,11,5.75,1.91,8,3.82,1.89,11,3.4,2.46,10,4.0,2.15,17,4.2,2.2,10,6.46,1.66,13,5.5,1.76,6,3.08,1.75,13,4.5,2.51,8,3.5,2.07,16,4.91,2.02,11
+oral,4.95,1.96,19,4.33,2.61,18,4.56,2.03,16,5.82,1.72,11,3.75,1.67,8,7.5,1.29,4,3.43,2.14,14,3.43,1.51,7,5.44,2.01,9,6.0,1.93,8,4.18,1.66,11,4.0,2.24,7,4.55,2.91,11,4.0,2.19,6,4.9,1.97,10,5.46,1.98,13,3.83,1.47,6,3.82,2.79,11,5.14,2.27,7,4.43,1.81,7,4.67,2.29,9
+orange,6.81,1.54,21,4.04,2.73,25,5.58,2.36,24,7.0,1.41,9,6.67,1.67,12,2.9,2.28,10,4.8,2.81,15,5.89,2.52,9,5.4,2.32,15,6.43,0.98,7,7.0,1.75,14,5.33,2.67,12,2.85,2.27,13,5.08,2.47,12,6.08,2.23,12,6.91,1.58,11,6.7,1.57,10,3.67,3.02,15,4.6,2.27,10,6.08,2.33,13,5.0,2.37,11
+orange juice,6.62,2.16,21,3.95,2.24,20,5.91,2.27,22,7.0,1.67,6,6.47,2.36,15,4.88,2.03,8,3.33,2.23,12,5.42,2.23,12,6.5,2.27,10,6.78,2.33,9,6.5,2.11,12,3.22,2.05,9,4.55,2.3,11,3.86,2.12,7,6.87,1.64,15,6.7,2.06,10,6.55,2.34,11,3.92,2.5,13,4.0,1.83,7,6.25,2.45,12,5.5,2.07,10
+orangutan,5.74,2.23,19,4.87,2.16,23,4.0,1.91,19,5.89,1.36,9,5.6,2.88,10,5.0,2.0,7,4.93,2.31,15,4.5,2.01,10,3.44,1.74,9,6.56,2.24,9,5.0,2.05,10,5.9,2.33,10,4.17,1.75,12,4.88,1.46,8,3.0,1.7,10,5.25,2.45,12,6.57,1.62,7,5.05,2.24,20,3.67,1.15,3,4.88,1.46,8,3.36,2.01,11
+orb,5.0,1.48,21,4.26,2.47,23,5.48,2.14,21,4.8,2.17,5,5.06,1.29,16,4.83,2.12,12,3.64,2.77,11,4.73,1.79,11,6.0,2.18,9,4.58,1.56,12,5.56,1.24,9,4.5,2.45,16,3.71,2.63,7,5.27,2.1,11,5.7,2.26,10,5.54,1.45,13,4.12,1.13,8,4.53,2.55,19,3.0,1.83,4,5.0,2.11,14,6.43,1.99,7
+orbit,5.95,1.8,21,4.26,2.63,23,5.06,2.92,18,5.67,1.66,9,6.17,1.95,12,4.82,2.56,11,3.75,2.7,12,4.8,3.12,10,5.38,2.83,8,6.0,2.24,7,5.92,1.71,13,5.27,2.45,11,3.33,2.53,12,4.57,3.21,7,5.36,2.84,11,6.23,2.05,13,5.5,1.31,8,4.0,2.79,11,4.5,2.58,12,5.56,2.92,9,4.56,3.0,9
+orbital,5.5,1.5,22,4.24,2.23,21,5.48,2.33,23,6.4,2.19,5,5.24,1.2,17,4.62,2.56,8,4.0,2.08,13,5.33,2.35,9,5.57,2.41,14,6.0,0.94,10,5.08,1.78,12,4.56,1.74,9,4.0,2.59,12,6.07,2.31,15,4.38,2.07,8,5.67,2.0,9,5.38,1.12,13,4.1,2.13,10,4.36,2.42,11,6.0,2.8,13,4.8,1.4,10
+orchard,6.15,1.66,20,3.86,2.37,21,5.5,2.6,34,5.9,1.79,10,6.4,1.58,10,5.0,2.27,8,3.15,2.23,13,4.79,2.58,14,6.0,2.55,20,5.44,1.01,9,6.73,1.9,11,4.23,2.55,13,3.25,2.05,8,4.86,2.78,22,6.67,1.78,12,5.2,0.79,10,7.1,1.79,10,3.93,2.3,14,3.71,2.69,7,5.88,2.12,17,5.12,3.02,17
+orchestra,6.5,1.87,82,4.07,2.63,85,5.76,2.24,99,6.1,1.84,30,6.73,1.89,51,3.71,2.66,28,4.23,2.64,56,6.02,2.16,42,5.56,2.3,57,6.5,2.04,44,6.49,1.71,37,3.84,2.51,37,4.23,2.75,47,5.94,2.19,53,5.54,2.31,46,6.3,1.97,47,6.77,1.73,35,4.33,2.5,45,3.77,2.77,40,5.81,2.4,54,5.69,2.07,45
+orchid,7.0,1.52,20,4.11,2.81,18,5.58,2.26,24,6.6,1.14,5,7.13,1.64,15,2.2,1.3,5,4.85,2.91,13,5.46,2.3,13,5.73,2.33,11,6.9,1.79,10,7.1,1.29,10,4.29,2.81,7,4.0,2.93,11,5.38,2.09,16,6.0,2.67,8,6.71,1.59,14,7.67,1.21,6,4.83,2.98,12,2.67,1.86,6,6.07,2.52,15,4.78,1.56,9
+ordeal,3.84,1.21,19,5.14,2.1,21,4.65,2.44,23,4.0,1.0,3,3.81,1.28,16,5.38,2.33,8,5.0,2.04,13,5.0,2.69,9,4.43,2.34,14,3.89,1.27,9,3.8,1.23,10,5.22,1.99,9,5.08,2.27,12,5.73,2.28,15,2.62,1.06,8,3.86,0.69,7,3.83,1.47,12,5.2,2.15,10,5.09,2.17,11,5.38,2.87,13,3.7,1.34,10
+order,5.82,0.96,22,3.19,1.99,21,6.56,1.82,16,6.33,1.37,6,5.67,0.72,15,2.57,2.44,7,3.5,1.74,14,7.38,1.6,8,5.75,1.75,8,5.71,0.91,14,6.14,1.07,7,4.22,2.17,9,2.42,1.51,12,6.67,2.18,9,6.43,1.4,7,5.71,1.07,14,6.0,0.76,8,4.17,2.32,6,2.8,1.78,15,6.78,1.79,9,6.29,1.98,7
+orderly,6.36,2.19,22,5.05,2.39,19,6.38,1.94,21,6.2,2.77,5,6.38,2.16,16,5.5,2.39,8,4.73,2.45,11,6.4,2.07,10,6.36,1.91,11,6.0,2.37,12,6.8,1.99,10,4.8,2.3,10,5.33,2.6,9,5.67,2.02,12,7.33,1.41,9,6.91,1.97,11,5.82,2.36,11,4.0,1.6,8,5.82,2.64,11,6.22,2.05,9,6.5,1.93,12
+ordinance,4.75,1.62,20,3.95,2.5,21,4.67,1.91,21,4.56,1.94,9,4.91,1.38,11,4.5,2.76,10,3.45,2.25,11,4.12,2.1,8,5.0,1.78,13,4.5,1.29,14,5.33,2.25,6,2.86,2.48,7,4.5,2.41,14,5.75,1.75,8,4.0,1.73,13,5.0,1.05,10,4.5,2.07,10,3.82,2.23,11,4.1,2.88,10,4.83,1.99,12,4.44,1.88,9
+ordinary,5.05,1.28,20,2.86,1.83,22,5.89,1.87,27,5.0,1.91,7,5.08,0.86,13,3.1,2.02,10,2.67,1.72,12,5.93,1.94,15,6.0,1.84,11,4.91,0.83,11,5.22,1.72,9,2.89,1.76,9,2.85,1.95,13,5.94,1.98,17,6.0,1.73,9,5.0,1.41,13,5.14,1.07,7,2.69,1.82,16,3.33,1.97,6,6.08,2.19,12,5.73,1.62,15
+ordnance,4.52,1.83,21,2.84,1.86,19,5.09,2.49,22,4.83,2.04,6,4.4,1.8,15,3.14,2.41,7,2.67,1.56,12,5.17,2.55,12,5.0,2.54,10,4.78,2.28,9,4.33,1.5,12,3.22,2.05,9,2.5,1.72,10,4.0,2.71,7,5.6,2.29,15,4.5,2.17,10,4.55,1.57,11,3.0,2.04,13,2.5,1.52,6,5.5,2.91,12,4.6,1.9,10
+ore,5.78,1.66,18,2.85,1.93,20,4.92,2.02,24,6.08,1.88,12,5.17,0.98,6,3.6,2.61,5,2.6,1.68,15,5.08,1.93,13,4.73,2.2,11,6.11,2.2,9,5.44,0.88,9,3.43,2.15,7,2.54,1.81,13,5.0,2.49,11,4.85,1.63,13,5.89,1.54,9,5.67,1.87,9,2.2,1.48,10,3.5,2.17,10,4.56,2.35,9,5.13,1.85,15
+oregano,6.11,1.52,19,3.7,2.36,23,5.16,1.83,19,5.56,1.01,9,6.6,1.78,10,4.0,2.58,7,3.53,2.42,15,5.0,1.7,10,5.33,2.06,9,6.0,1.58,9,6.2,1.55,10,5.1,2.56,10,2.5,1.57,12,4.38,0.92,8,5.8,2.25,10,6.33,1.44,12,5.71,1.7,7,3.95,2.42,20,2.0,1.0,3,4.62,0.74,8,5.55,2.3,11
+organ,4.95,1.5,22,3.41,1.94,22,5.55,2.06,20,5.38,1.06,8,4.71,1.68,14,3.1,1.66,10,3.67,2.19,12,6.57,2.23,7,5.0,1.83,13,4.82,1.66,11,5.09,1.38,11,3.73,2.24,11,3.09,1.64,11,5.4,2.2,15,6.0,1.73,5,4.1,1.52,10,5.67,1.07,12,4.5,2.01,10,2.5,1.38,12,4.9,1.45,10,6.2,2.44,10
+organic,5.55,2.11,20,4.29,2.14,17,6.17,2.32,24,4.6,2.51,5,5.87,1.96,15,4.4,2.19,5,4.25,2.22,12,5.69,2.29,13,6.73,2.33,11,6.0,1.94,10,5.1,2.28,10,4.71,2.21,7,4.0,2.16,10,6.12,2.13,16,6.25,2.82,8,5.43,2.5,14,5.83,0.75,6,4.09,2.26,11,4.67,2.07,6,6.73,2.43,15,5.22,1.86,9
+organism,6.0,2.03,18,3.48,2.29,21,5.22,1.95,23,6.09,1.51,11,6.0,3.03,6,4.71,2.14,7,2.86,2.18,14,4.57,2.7,7,5.5,1.55,16,6.5,2.0,8,5.6,2.07,10,2.78,2.44,9,4.0,2.13,12,5.18,1.83,11,5.25,2.14,12,6.0,2.49,11,6.0,1.15,7,4.09,2.88,11,2.8,1.23,10,4.85,2.03,13,5.7,1.83,10
+organist,5.67,1.68,18,2.25,1.33,20,5.2,1.68,25,6.6,1.34,5,5.31,1.7,13,2.18,1.47,11,2.33,1.22,9,5.25,1.61,16,5.11,1.9,9,5.0,2.0,7,6.09,1.38,11,2.33,1.73,9,2.18,0.98,11,5.3,1.81,20,4.8,1.1,5,5.22,1.86,9,6.11,1.45,9,1.73,0.9,11,2.89,1.54,9,4.84,1.26,19,6.33,2.42,6
+organization,5.71,1.45,21,3.09,2.39,22,5.96,2.09,26,6.18,1.54,11,5.2,1.23,10,3.36,2.69,11,2.82,2.14,11,5.82,1.83,11,6.07,2.4,14,5.5,1.78,10,5.91,1.14,11,4.09,2.84,11,2.09,1.3,11,5.94,2.22,17,6.0,2.07,8,5.85,1.68,13,5.5,1.07,8,2.73,2.15,15,3.86,2.85,7,6.35,2.4,17,5.22,1.09,9
+organize,6.75,1.62,20,4.05,2.19,22,6.95,1.39,20,5.75,1.16,8,7.42,1.56,12,3.5,2.74,6,4.2,2.08,15,6.5,1.87,6,7.14,1.17,14,5.5,1.31,8,7.58,1.24,12,4.0,2.0,5,4.06,2.3,17,6.67,1.8,9,7.18,0.98,11,7.27,1.62,11,6.11,1.45,9,4.33,1.87,9,3.85,2.44,13,6.73,1.68,11,7.22,0.97,9
+organizer,6.35,1.53,20,3.17,2.14,24,6.96,2.17,28,5.88,1.13,8,6.67,1.72,12,2.89,1.83,9,3.33,2.35,15,7.14,1.96,14,6.79,2.42,14,6.56,1.42,9,6.18,1.66,11,3.75,2.34,12,2.58,1.83,12,7.0,2.29,14,6.93,2.13,14,6.9,1.6,10,5.8,1.32,10,3.17,1.95,12,3.17,2.41,12,6.58,2.71,12,7.25,1.69,16
+orgasm,8.01,1.63,102,7.19,2.31,83,5.84,2.62,80,7.65,2.05,46,8.33,1.12,55,7.64,2.13,28,6.96,2.39,55,6.19,2.37,37,5.52,2.84,42,7.71,1.89,56,8.39,1.17,44,7.46,1.88,37,6.98,2.61,46,5.68,2.81,38,5.98,2.45,42,7.97,1.83,58,8.07,1.35,44,6.95,2.24,38,7.4,2.38,45,5.97,2.64,35,5.73,2.62,45
+orgy,5.37,2.5,19,7.3,2.2,20,5.26,2.79,19,6.33,1.15,3,5.4,2.61,15,8.3,1.89,10,6.3,2.11,10,5.22,2.82,9,5.3,2.91,10,5.83,2.79,6,5.42,2.35,12,8.71,0.76,7,6.54,2.37,13,5.38,2.83,8,5.18,2.89,11,5.08,2.5,12,5.86,2.61,7,7.9,1.73,10,6.7,2.54,10,7.22,1.72,9,3.5,2.37,10
+oriental,6.26,1.76,19,3.18,1.94,22,5.45,2.02,22,6.56,1.67,9,6.0,1.89,10,4.25,1.83,8,2.57,1.79,14,5.55,1.92,11,5.36,2.2,11,6.0,1.41,7,6.42,1.98,12,4.1,2.02,10,2.42,1.56,12,5.46,2.26,13,5.44,1.74,9,6.2,2.04,10,6.33,1.5,9,3.25,2.12,8,3.14,1.92,14,5.86,2.11,14,4.75,1.75,8
+orientation,6.0,1.89,20,3.38,2.25,21,5.58,1.77,24,6.25,3.59,4,5.94,1.39,16,3.5,1.73,4,3.35,2.4,17,6.11,2.2,9,5.27,1.44,15,6.25,1.39,8,5.83,2.21,12,3.9,2.18,10,2.91,2.3,11,5.69,1.89,13,5.45,1.69,11,6.36,1.57,11,5.56,2.24,9,2.8,2.49,10,3.91,1.97,11,6.0,1.87,17,4.57,0.98,7
+orifice,4.48,1.69,21,3.17,2.33,24,4.45,2.16,20,4.62,2.07,8,4.38,1.5,13,3.5,1.22,6,3.06,2.62,18,5.0,2.1,11,3.78,2.17,9,4.33,1.87,12,4.67,1.5,9,3.4,2.37,10,3.0,2.39,14,4.85,2.3,13,3.71,1.8,7,4.79,1.42,14,3.86,2.12,7,3.62,2.55,16,2.25,1.58,8,4.5,1.78,12,4.38,2.77,8
+origami,5.95,2.21,20,2.87,1.74,23,6.17,2.36,18,5.5,2.67,8,6.25,1.91,12,3.0,1.79,11,2.75,1.76,12,6.5,2.17,10,5.75,2.66,8,4.83,2.79,6,6.31,1.84,13,2.73,1.74,11,3.0,1.81,12,6.29,2.43,7,6.09,2.43,11,5.33,2.5,12,6.88,1.36,8,3.18,1.94,11,2.58,1.56,12,6.44,2.3,9,5.89,2.52,9
+origin,5.19,1.6,21,3.7,2.3,20,5.29,2.33,21,5.5,0.84,6,5.07,1.83,15,4.62,1.77,8,3.08,2.47,12,4.73,2.57,11,5.9,1.97,10,5.17,2.23,6,5.2,1.37,15,4.5,2.59,10,2.9,1.73,10,5.0,2.66,14,5.86,1.46,7,5.0,1.53,7,5.29,1.68,14,3.29,2.2,14,4.67,2.42,6,4.75,2.53,12,6.0,1.94,9
+original,7.5,1.44,22,4.4,2.54,20,7.16,1.71,19,7.38,1.5,13,7.67,1.41,9,5.43,2.07,7,3.85,2.67,13,6.71,2.21,7,7.42,1.38,12,7.67,1.44,12,7.3,1.49,10,4.33,2.35,9,4.45,2.81,11,7.0,1.89,10,7.33,1.58,9,7.83,1.19,12,7.1,1.66,10,4.29,2.93,7,4.46,2.44,13,7.43,1.4,7,7.0,1.91,12
+originality,6.94,1.26,18,5.0,1.95,21,6.3,2.27,23,8.5,0.71,2,6.75,1.18,16,5.12,1.89,8,4.92,2.06,13,5.67,2.5,9,6.71,2.09,14,7.22,1.3,9,6.67,1.22,9,5.33,2.06,9,4.75,1.91,12,6.2,2.37,15,6.5,2.2,8,7.14,0.9,7,6.82,1.47,11,5.0,2.05,10,5.0,1.95,11,7.08,2.1,13,5.3,2.16,10
+ornament,6.63,1.57,19,3.32,2.25,22,5.39,2.19,23,6.45,1.69,11,6.57,1.27,7,3.12,0.99,8,3.43,2.77,14,5.14,2.79,7,5.5,1.97,16,6.5,2.14,8,6.73,1.1,11,3.33,2.4,9,3.31,2.25,13,5.18,1.66,11,5.58,2.64,12,6.58,1.88,12,6.71,0.95,7,2.73,2.41,11,3.91,2.02,11,4.77,2.28,13,6.2,1.87,10
+ornery,3.85,1.46,20,4.19,2.04,21,5.19,2.24,32,3.8,1.55,10,3.9,1.45,10,3.75,1.67,8,4.46,2.26,13,5.23,2.55,13,5.16,2.06,19,4.11,1.54,9,3.64,1.43,11,4.23,1.79,13,4.12,2.53,8,5.45,2.09,20,4.75,2.49,12,3.6,1.65,10,4.1,1.29,10,4.07,2.27,14,4.43,1.62,7,5.27,1.91,15,5.12,2.55,17
+orphan,2.9,1.61,21,3.24,2.02,21,3.48,2.05,27,3.3,1.64,10,2.55,1.57,11,2.0,1.55,6,3.73,2.02,15,3.59,2.21,17,3.3,1.83,10,2.91,2.02,11,2.9,1.1,10,2.8,2.05,5,3.38,2.06,16,3.71,2.27,14,3.23,1.83,13,2.62,1.8,13,3.38,1.19,8,2.5,2.01,10,3.91,1.87,11,3.57,2.24,14,3.38,1.89,13
+orphanage,2.95,1.88,21,3.12,2.09,24,4.0,2.18,20,3.75,2.05,8,2.46,1.66,13,3.67,2.42,6,2.94,2.01,18,3.64,2.16,11,4.44,2.24,9,3.17,1.99,12,2.67,1.8,9,3.0,2.26,10,3.21,2.04,14,4.08,2.33,13,3.86,2.04,7,2.43,1.45,14,4.0,2.31,7,3.5,2.16,16,2.38,1.85,8,3.58,2.07,12,4.62,2.33,8
+orphaned,2.55,1.61,20,4.6,1.82,20,2.91,1.93,22,2.43,1.27,7,2.62,1.8,13,4.67,2.0,9,4.55,1.75,11,2.67,1.86,6,3.0,2.0,16,3.0,1.89,10,1.78,0.67,9,4.12,1.89,8,4.92,1.78,12,3.4,2.03,15,1.86,1.21,7,2.91,1.97,11,2.11,0.93,9,4.42,1.51,12,4.88,2.3,8,3.64,2.11,11,2.18,1.47,11
+orthodontist,4.38,1.96,21,4.9,2.85,20,4.22,2.31,36,3.88,2.03,8,4.69,1.93,13,5.6,1.34,5,4.67,3.2,15,4.36,2.34,11,4.16,2.34,25,4.69,2.18,13,3.88,1.55,8,5.25,2.77,12,4.38,3.07,8,3.95,2.28,20,4.56,2.37,16,4.45,2.02,11,4.3,2.0,10,5.0,3.35,11,4.78,2.28,9,4.14,2.46,22,4.36,2.13,14
+orthodox,3.95,2.48,19,3.14,2.47,22,4.75,2.03,28,2.83,2.14,6,4.46,2.54,13,3.45,2.66,11,2.82,2.36,11,4.55,2.16,11,4.88,2.0,17,3.55,2.62,11,4.5,2.33,8,3.0,2.28,11,3.27,2.76,11,4.61,1.97,18,5.0,2.21,10,4.15,2.64,13,3.5,2.26,6,2.86,2.57,14,3.62,2.39,8,4.19,2.14,16,5.5,1.68,12
+orthopedic,4.32,1.68,25,3.78,2.04,23,4.63,1.98,19,4.5,1.51,10,4.29,1.86,14,4.0,2.2,8,3.57,2.06,14,4.14,1.35,7,4.64,2.16,11,4.56,1.74,9,4.27,1.71,15,3.44,2.46,9,4.0,1.8,14,3.57,1.72,7,5.25,1.91,12,4.38,1.94,13,4.25,1.42,12,2.78,2.28,9,4.43,1.65,14,4.88,1.86,16,3.33,2.52,3
+ostentatious,5.05,1.69,21,5.25,2.45,20,4.4,2.37,35,5.25,1.28,8,4.92,1.93,13,5.2,2.28,5,5.27,2.58,15,4.27,2.65,11,4.46,2.28,24,5.08,1.89,13,5.0,1.41,8,5.17,2.48,12,5.38,2.56,8,4.5,2.09,20,4.27,2.76,15,5.18,1.72,11,4.9,1.73,10,5.91,2.34,11,4.44,2.46,9,4.05,2.34,22,5.0,2.38,13
+ostrich,5.16,1.68,19,3.87,2.47,23,4.11,2.16,19,5.22,1.2,9,5.1,2.08,10,2.86,1.35,7,4.47,2.77,15,4.4,1.78,10,3.78,2.59,9,5.67,1.73,9,4.7,1.57,10,3.6,2.91,10,4.25,2.18,12,5.0,2.14,8,3.3,2.06,10,5.08,2.11,12,5.29,0.49,7,3.7,2.47,20,5.0,2.65,3,4.75,1.75,8,3.64,2.38,11
+other,5.41,1.59,22,3.48,2.27,21,6.0,2.09,18,6.33,2.88,6,5.0,0.53,15,2.57,2.82,7,3.93,1.9,14,6.0,2.45,9,6.0,1.93,8,5.29,1.68,14,5.57,1.62,7,4.33,2.69,9,2.83,1.75,12,6.9,2.23,10,4.88,1.25,8,5.86,1.61,14,4.62,1.3,8,4.17,2.93,6,3.2,2.01,15,6.6,2.32,10,5.25,1.58,8
+otter,6.95,1.79,22,4.42,2.5,19,5.19,2.09,21,7.0,1.58,5,6.88,1.93,16,3.88,2.17,8,4.82,2.75,11,5.4,2.17,10,5.0,2.1,11,7.17,2.12,12,6.7,1.34,10,4.4,2.59,10,4.44,2.55,9,5.08,2.19,12,5.33,2.06,9,7.45,2.16,11,6.45,1.21,11,2.75,1.39,8,5.64,2.46,11,5.0,2.35,9,5.33,1.97,12
+ought,5.0,1.88,18,3.0,2.49,20,4.39,1.91,18,3.75,0.89,8,6.0,1.89,10,2.29,1.98,7,3.38,2.72,13,4.36,1.63,11,4.43,2.44,7,4.27,1.49,11,6.14,1.95,7,1.67,1.32,9,4.09,2.74,11,4.64,2.06,11,4.0,1.73,7,4.33,0.89,12,6.33,2.66,6,2.25,1.91,12,4.12,2.95,8,4.89,2.37,9,3.89,1.27,9
+ounce,5.65,1.35,20,3.77,2.43,22,5.26,2.12,27,6.0,1.41,8,5.42,1.31,12,4.88,2.59,8,3.14,2.18,14,5.0,2.25,14,5.54,2.03,13,5.44,1.33,9,5.82,1.4,11,4.42,2.47,12,3.0,2.26,10,4.46,2.15,13,6.0,1.88,14,6.2,1.62,10,5.1,0.74,10,3.64,2.66,11,3.91,2.3,11,5.09,1.64,11,5.38,2.45,16
+outage,3.86,1.9,21,3.92,2.5,25,3.0,1.83,19,4.11,1.83,9,3.67,2.02,12,3.0,1.9,6,4.33,2.66,18,2.71,1.89,7,3.17,1.85,12,3.69,1.85,16,4.4,2.19,5,3.57,2.56,14,4.6,2.46,10,3.33,2.24,9,2.7,1.42,10,3.92,2.19,12,3.78,1.56,9,3.94,2.54,16,3.89,2.57,9,3.09,2.21,11,2.88,1.25,8
+outback,5.3,2.27,20,3.72,1.99,18,4.55,1.5,22,6.6,1.67,5,4.87,2.33,15,5.0,0.63,6,3.08,2.15,12,4.6,0.52,10,4.5,2.02,12,6.3,1.42,10,4.3,2.58,10,4.2,1.48,10,3.12,2.47,8,4.55,1.57,11,4.55,1.51,11,5.0,2.73,12,5.75,1.39,8,3.33,2.4,9,4.11,1.54,9,4.82,1.72,11,4.27,1.27,11
+outbid,4.86,2.43,21,5.15,2.89,20,5.22,2.74,36,5.5,2.78,8,4.46,2.22,13,6.2,2.17,5,4.8,3.08,15,5.55,2.46,11,5.08,2.89,25,5.15,2.7,13,4.38,2.0,8,5.75,2.6,12,4.25,3.24,8,5.45,2.52,20,4.94,3.04,16,4.64,2.42,11,5.1,2.56,10,5.36,3.01,11,4.89,2.89,9,5.18,2.81,22,5.29,2.73,14
+outboard,5.15,0.75,20,3.43,1.89,21,5.25,2.44,24,4.67,1.53,3,5.24,0.56,17,3.57,1.9,7,3.23,1.96,13,4.12,2.23,8,5.81,2.4,16,4.86,0.9,7,5.31,0.63,13,3.43,2.07,7,3.31,1.89,13,4.64,2.59,14,6.1,2.02,10,5.22,0.44,9,5.09,0.94,11,3.55,2.16,11,3.3,1.64,10,5.28,2.65,18,5.17,1.83,6
+outbreak,2.47,1.65,19,5.38,1.91,21,3.4,1.73,20,3.33,1.53,3,2.31,1.66,16,5.67,2.07,6,5.27,1.91,15,3.33,1.21,6,3.43,1.95,14,2.5,1.9,10,2.44,1.42,9,5.57,2.23,7,5.29,1.82,14,3.2,1.32,10,3.6,2.12,10,2.38,1.51,8,2.55,1.81,11,5.56,2.4,9,5.25,1.54,12,3.0,1.51,8,3.67,1.87,12
+outburst,4.15,1.79,20,6.33,2.43,18,4.25,2.69,24,3.8,0.84,5,4.27,2.02,15,7.4,2.3,5,5.92,2.43,13,2.62,1.19,13,6.18,2.71,11,4.9,1.52,10,3.4,1.78,10,7.71,1.89,7,5.45,2.38,11,3.81,2.4,16,5.12,3.18,8,3.71,1.59,14,5.17,1.94,6,6.75,2.26,12,5.5,2.74,6,5.07,2.79,15,2.89,1.96,9
+outcast,2.86,1.59,21,5.17,2.15,23,3.81,1.83,26,3.0,1.95,11,2.7,1.16,10,5.73,1.95,11,4.67,2.27,12,4.09,1.92,11,3.5,1.83,14,2.8,1.14,10,2.91,1.97,11,6.27,1.68,11,4.17,2.08,12,3.76,1.71,17,3.75,2.25,8,3.0,1.91,13,2.62,0.92,8,5.07,2.28,15,5.38,2.0,8,4.06,2.01,17,3.33,1.41,9
+outcome,5.62,1.16,21,3.68,2.67,25,6.37,1.71,19,5.11,0.78,9,6.0,1.28,12,3.67,3.27,6,3.72,2.63,18,5.29,1.25,7,7.0,1.65,12,5.44,1.15,16,6.2,1.1,5,3.57,3.03,14,3.9,2.38,10,6.44,1.81,9,6.3,1.7,10,5.75,1.48,12,5.44,0.53,9,4.06,2.84,16,3.0,2.35,9,6.0,1.9,11,6.88,1.36,8
+outdated,3.63,1.92,19,3.76,2.19,21,4.0,2.31,25,3.75,2.06,4,3.6,1.96,15,4.75,1.71,4,3.53,2.27,17,5.0,2.35,9,3.44,2.16,16,2.88,1.73,8,4.18,1.94,11,4.5,1.96,10,3.09,2.26,11,4.14,2.44,14,3.82,2.23,11,3.8,1.62,10,3.44,2.3,9,3.3,2.41,10,4.18,1.99,11,4.33,2.28,18,3.14,2.34,7
+outdo,4.95,1.84,19,5.43,2.35,23,6.9,1.61,21,4.88,1.73,8,5.0,2.0,11,5.91,2.51,11,5.0,2.22,12,6.88,1.25,8,6.92,1.85,13,4.77,1.42,13,5.33,2.66,6,5.0,2.87,9,5.71,2.02,14,7.38,1.19,8,6.62,1.8,13,4.67,1.66,9,5.2,2.04,10,5.31,2.56,13,5.6,2.17,10,6.92,1.56,12,6.89,1.76,9
+outdoor,7.33,1.8,21,3.55,2.39,22,5.2,2.14,20,7.44,1.51,9,7.25,2.05,12,3.0,1.79,6,3.8,2.68,15,4.33,1.21,6,5.57,2.38,14,6.78,2.49,9,7.75,0.97,12,3.8,2.28,5,3.47,2.48,17,5.1,2.08,10,5.3,2.31,10,7.58,1.98,12,7.0,1.58,9,3.78,2.68,9,3.38,2.26,13,5.0,2.41,12,5.5,1.77,8
+outdoors,6.91,1.85,82,3.94,2.61,104,6.2,2.36,76,6.51,2.02,39,7.26,1.64,42,3.75,2.6,36,4.04,2.63,68,5.67,2.35,36,6.67,2.29,40,6.46,1.9,41,7.35,1.73,40,3.58,2.41,45,4.22,2.75,59,6.22,2.35,37,6.18,2.4,39,7.12,1.75,50,6.59,2.0,32,3.8,2.58,49,4.07,2.66,55,6.68,2.38,34,5.81,2.3,42
+outer,5.19,1.44,21,3.27,1.91,22,5.19,1.69,21,5.78,1.48,9,4.75,1.29,12,2.83,1.6,6,3.27,1.98,15,5.17,1.83,6,5.2,1.7,15,6.0,1.32,9,4.58,1.24,12,4.4,2.41,5,2.94,1.68,17,5.2,1.99,10,5.18,1.47,11,5.25,1.82,12,5.11,0.78,9,3.56,1.74,9,3.08,2.06,13,5.42,1.83,12,4.89,1.54,9
+outfit,6.05,1.35,19,4.19,1.99,21,6.64,1.84,22,5.67,1.12,9,6.4,1.51,10,3.71,1.8,7,4.43,2.1,14,6.55,1.75,11,6.73,2.0,11,5.29,0.76,7,6.5,1.45,12,4.8,1.62,10,3.64,2.2,11,7.08,1.8,13,6.0,1.8,9,5.9,1.45,10,6.22,1.3,9,3.75,2.12,8,4.46,1.94,13,6.71,1.82,14,6.5,2.0,8
+outgoing,6.89,1.2,19,5.71,2.1,21,5.65,2.6,23,7.67,1.15,3,6.75,1.18,16,6.25,2.12,8,5.38,2.1,13,4.89,2.62,9,6.14,2.57,14,7.33,1.0,9,6.5,1.27,10,6.22,1.79,9,5.33,2.31,12,6.0,2.98,15,5.0,1.69,8,7.29,1.11,7,6.67,1.23,12,5.5,2.17,10,5.91,2.12,11,6.31,2.98,13,4.8,1.81,10
+outgrow,4.4,1.23,20,3.78,1.9,18,5.18,2.34,22,5.0,1.41,5,4.2,1.15,15,4.0,2.0,6,3.67,1.92,12,4.6,1.71,10,5.67,2.74,12,4.7,1.25,10,4.1,1.2,10,3.6,1.78,10,4.0,2.14,8,5.36,2.38,11,5.0,2.41,11,4.58,1.38,12,4.12,0.99,8,3.33,2.5,9,4.22,0.97,9,5.09,2.34,11,5.27,2.45,11
+outhouse,4.19,2.14,21,3.43,2.31,21,4.59,2.15,27,4.6,1.43,10,3.82,2.64,11,2.5,1.76,6,3.8,2.46,15,4.35,2.4,17,5.0,1.7,10,3.55,1.69,11,4.9,2.42,10,2.8,2.49,5,3.62,2.31,16,4.57,2.28,14,4.62,2.1,13,3.31,1.7,13,5.62,2.07,8,2.8,2.35,10,4.0,2.24,11,4.71,2.27,14,4.46,2.11,13
+outing,6.09,1.97,22,5.52,2.52,23,6.16,1.77,19,4.88,2.1,8,6.62,1.5,13,5.88,2.36,8,5.5,2.68,14,6.0,2.16,7,6.18,1.66,11,4.75,2.12,8,6.69,1.38,13,5.44,3.17,9,5.57,2.14,14,5.71,2.36,7,6.42,1.38,12,6.36,1.69,11,5.82,2.27,11,5.11,3.06,9,5.79,2.19,14,6.0,1.75,16,7.0,2.0,3
+outlaw,4.1,2.36,21,6.0,2.15,20,4.1,2.19,21,3.83,1.94,6,4.2,2.57,15,5.75,2.31,8,6.17,2.12,12,4.55,2.5,11,3.6,1.78,10,3.83,2.48,6,4.2,2.4,15,5.5,2.59,10,6.5,1.58,10,4.0,2.39,14,4.29,1.89,7,4.57,2.64,7,3.86,2.28,14,6.07,2.3,14,5.83,1.94,6,3.83,2.25,12,4.44,2.19,9
+outlet,5.45,1.15,20,3.5,2.09,22,6.31,2.09,26,5.57,1.81,7,5.38,0.65,13,4.3,2.11,10,2.83,1.9,12,6.64,1.86,14,5.73,2.37,11,5.18,0.87,11,5.78,1.39,9,4.0,1.8,9,3.15,2.27,13,6.12,2.39,16,6.44,1.59,9,5.62,1.39,13,5.14,0.38,7,3.5,2.25,16,3.5,1.76,6,6.17,2.33,12,6.43,1.95,14
+outline,5.1,0.89,21,2.62,2.0,24,5.8,2.19,20,5.5,0.53,8,4.85,0.99,13,3.33,1.97,6,2.39,2.0,18,6.45,1.86,11,5.0,2.4,9,5.08,1.08,12,5.11,0.6,9,3.0,2.31,10,2.36,1.78,14,6.08,2.43,13,5.29,1.7,7,4.93,1.0,14,5.43,0.53,7,3.06,2.14,16,1.75,1.39,8,5.92,1.98,12,5.62,2.62,8
+outlive,5.52,1.47,21,4.39,2.52,23,5.15,1.76,26,5.45,1.44,11,5.6,1.58,10,5.0,2.37,11,3.83,2.62,12,5.09,1.45,11,5.14,2.07,14,5.5,1.58,10,5.55,1.44,11,5.36,2.11,11,3.5,2.61,12,5.29,1.61,17,4.75,2.19,8,5.77,1.83,13,5.12,0.35,8,4.6,2.72,15,4.0,2.2,8,4.82,1.78,17,5.78,1.64,9
+outlook,6.15,1.79,20,3.43,2.38,21,6.12,2.11,25,5.75,3.4,4,6.25,1.29,16,3.75,2.75,4,3.35,2.37,17,5.56,2.46,9,6.44,1.9,16,6.38,1.06,8,6.0,2.17,12,4.3,2.54,10,2.64,2.01,11,5.79,1.97,14,6.55,2.3,11,6.55,1.37,11,5.67,2.18,9,3.1,2.64,10,3.73,2.2,11,6.56,2.2,18,5.0,1.41,7
+outnumber,3.86,1.68,21,4.45,2.37,20,4.56,2.26,25,4.29,1.5,7,3.64,1.78,14,5.09,2.63,11,3.67,1.87,9,5.25,2.38,16,3.33,1.41,9,4.12,1.46,8,3.69,1.84,13,4.33,2.65,9,4.55,2.25,11,4.5,2.4,20,4.8,1.79,5,3.91,1.58,11,3.8,1.87,10,4.18,2.52,11,4.78,2.28,9,4.58,2.12,19,4.5,2.88,6
+outpatient,4.14,1.77,21,3.35,2.31,23,5.6,2.3,20,4.25,1.67,8,4.08,1.89,13,4.67,2.58,6,2.88,2.09,17,6.45,2.16,11,4.56,2.13,9,4.33,1.92,12,3.89,1.62,9,3.5,2.42,10,3.23,2.31,13,6.0,2.52,13,4.86,1.77,7,4.57,1.55,14,3.29,1.98,7,3.87,2.29,15,2.38,2.13,8,5.92,2.11,12,5.12,2.64,8
+outpost,4.67,1.83,21,3.05,1.94,22,6.06,2.21,18,4.67,2.24,9,4.67,1.56,12,3.18,1.66,11,2.91,2.26,11,5.9,2.47,10,6.25,1.98,8,4.86,2.48,7,4.54,1.56,13,3.5,1.9,10,2.67,1.97,12,5.43,2.82,7,6.45,1.75,11,4.54,2.07,13,4.88,1.46,8,3.4,2.17,10,2.75,1.76,12,6.0,2.29,9,6.11,2.26,9
+output,4.85,1.93,20,3.67,2.2,18,6.21,2.08,24,4.6,2.19,5,4.93,1.91,15,5.2,2.49,5,3.08,1.85,13,5.69,2.02,13,6.82,2.09,11,5.2,1.93,10,4.5,1.96,10,5.14,2.12,7,2.73,1.74,11,5.88,2.19,16,6.88,1.81,8,4.29,1.9,14,6.17,1.33,6,3.67,1.78,12,3.67,3.08,6,6.6,2.32,15,5.56,1.51,9
+outrage,2.97,1.44,39,6.52,2.09,42,4.8,2.66,44,3.06,1.7,18,2.9,1.22,21,5.9,2.02,20,7.09,2.02,22,4.65,2.81,23,4.85,2.56,20,3.29,1.76,17,2.81,1.08,21,5.72,2.02,18,7.12,1.96,24,4.22,2.71,27,5.71,2.37,17,2.6,1.54,20,3.37,1.26,19,6.46,2.04,26,6.62,2.22,16,5.26,2.6,35,3.0,2.12,9
+outraged,3.21,2.07,19,5.65,2.4,23,4.47,2.39,19,3.56,1.74,9,2.9,2.38,10,7.86,0.9,7,4.73,2.28,15,5.4,2.67,10,3.44,1.59,9,3.11,2.67,9,3.3,1.49,10,6.2,2.35,10,5.33,2.53,12,4.25,1.91,8,4.2,2.49,10,3.33,2.46,12,3.0,1.29,7,5.9,2.29,20,4.0,3.0,3,4.25,2.31,8,4.64,2.54,11
+outrageous,4.19,2.04,21,5.35,2.21,23,4.56,2.57,18,4.89,2.09,9,3.67,1.92,12,5.09,2.12,11,5.58,2.35,12,4.9,2.92,10,4.12,2.17,8,3.0,1.53,7,4.77,2.13,13,5.45,2.3,11,5.25,2.22,12,4.0,2.89,7,4.91,2.43,11,3.38,1.71,13,5.5,1.93,8,5.91,2.17,11,4.83,2.21,12,3.78,1.92,9,5.33,3.0,9
+outrank,4.4,1.57,20,4.14,2.35,21,5.73,1.98,22,4.25,1.28,8,4.5,1.78,12,3.17,1.83,6,4.5,2.56,14,5.0,2.1,6,6.0,1.93,16,4.44,1.59,9,4.36,1.63,11,4.8,2.86,5,3.94,2.24,16,5.55,2.21,11,5.91,1.81,11,4.73,1.95,11,4.0,0.87,9,4.62,2.13,8,3.85,2.51,13,5.17,2.17,12,6.4,1.58,10
+outreach,4.94,1.66,18,3.95,1.91,21,5.74,2.08,19,5.33,0.58,3,4.87,1.81,15,3.5,1.87,6,4.13,1.96,15,6.17,1.83,6,5.54,2.22,13,4.8,1.03,10,5.12,2.3,8,4.14,1.57,7,3.86,2.11,14,5.7,2.16,10,5.78,2.11,9,4.5,1.6,8,5.3,1.7,10,4.0,1.87,9,3.92,2.02,12,5.12,2.7,8,6.18,1.47,11
+outrun,6.26,1.45,19,5.62,2.13,21,5.0,2.61,23,6.0,0.71,5,6.38,1.71,13,6.33,2.94,6,5.33,1.76,15,5.2,2.39,10,4.85,2.85,13,6.71,1.38,7,6.0,1.55,11,5.57,2.94,7,5.64,1.74,14,6.73,1.68,11,3.42,2.31,12,6.25,1.06,12,6.29,2.06,7,5.09,2.51,11,6.2,1.55,10,5.29,2.58,14,4.56,2.74,9
+outsider,4.3,1.84,20,3.52,2.45,23,5.17,2.83,18,4.88,2.47,8,3.92,1.24,12,3.73,1.95,11,3.33,2.9,12,6.3,2.71,10,3.75,2.43,8,5.43,2.07,7,3.75,1.48,12,4.18,2.75,11,2.92,2.07,12,5.57,3.46,7,4.91,2.51,11,4.33,2.23,12,4.25,1.16,8,3.82,2.75,11,3.25,2.22,12,5.44,2.51,9,4.89,3.26,9
+outskirts,5.0,0.92,20,3.75,2.1,20,4.88,1.11,17,5.29,0.95,7,4.85,0.9,13,3.78,2.17,9,3.73,2.15,11,5.6,0.89,5,4.58,1.08,12,4.9,0.99,10,4.89,0.6,9,3.25,1.98,8,4.08,2.19,12,5.33,0.65,12,3.8,1.3,5,5.18,1.17,11,4.78,0.44,9,3.42,1.93,12,4.25,2.38,8,5.0,1.12,9,4.75,1.16,8
+outsmart,5.8,1.47,20,5.3,2.38,23,7.38,1.66,21,6.22,1.2,9,5.45,1.63,11,5.55,2.84,11,5.08,1.98,12,6.62,1.77,8,7.85,1.46,13,5.79,1.05,14,5.83,2.32,6,5.0,2.96,9,5.5,2.03,14,6.75,1.75,8,7.77,1.54,13,5.7,1.16,10,5.9,1.79,10,4.92,1.98,13,5.8,2.86,10,7.58,1.44,12,7.11,1.96,9
+outspoken,6.16,1.57,19,5.36,2.34,22,6.14,2.44,22,6.44,1.42,9,5.9,1.73,10,4.38,2.13,8,5.93,2.34,14,6.0,2.49,11,6.27,2.49,11,6.0,1.53,7,6.25,1.66,12,4.7,1.89,10,5.92,2.61,12,5.92,2.66,13,6.44,2.19,9,6.4,1.58,10,5.89,1.62,9,5.5,2.14,8,5.29,2.52,14,6.64,2.37,14,5.25,2.43,8
+outstanding,7.1,1.61,40,4.04,2.69,23,6.86,1.49,44,7.27,1.71,15,7.0,1.58,25,3.64,2.25,11,4.42,3.09,12,6.9,1.65,20,6.83,1.37,24,6.74,1.73,19,7.43,1.47,21,4.27,2.45,11,3.83,2.98,12,6.61,1.41,23,7.14,1.56,21,6.67,1.69,24,7.75,1.29,16,4.45,3.21,11,3.67,2.19,12,6.78,1.48,23,6.95,1.53,21
+outstretched,5.19,1.54,21,4.14,2.14,22,4.8,1.85,25,5.09,0.54,11,5.3,2.21,10,4.2,2.15,10,4.08,2.23,12,4.55,1.63,11,5.23,1.92,13,5.1,1.97,10,5.27,1.1,11,4.2,2.39,10,4.08,2.02,12,4.69,1.92,16,5.38,1.51,8,5.23,1.96,13,5.12,0.35,8,4.43,2.34,14,3.62,1.77,8,5.06,2.16,17,4.25,0.71,8
+outweigh,4.19,1.86,21,3.95,2.03,22,5.33,2.03,21,5.0,3.08,5,3.94,1.34,16,4.08,1.62,12,3.8,2.53,10,5.82,2.14,11,4.56,1.81,9,3.92,2.15,12,4.56,1.42,9,3.8,2.04,15,4.29,2.14,7,4.45,1.63,11,6.3,2.06,10,4.23,1.59,13,4.12,2.36,8,4.06,2.13,18,3.5,1.73,4,4.57,1.87,14,6.86,1.46,7
+outwit,5.3,1.95,20,4.04,2.44,24,6.89,1.71,28,6.0,1.6,8,4.83,2.08,12,3.56,2.35,9,4.33,2.53,15,6.71,1.68,14,7.07,1.77,14,5.44,2.6,9,5.18,1.33,11,3.5,2.47,12,4.58,2.39,12,6.71,2.05,14,7.07,1.33,14,5.0,2.4,10,5.6,1.43,10,4.0,2.76,12,4.08,2.19,12,6.25,1.96,12,7.38,1.36,16
+oval,5.14,1.04,22,3.5,2.2,26,5.54,2.0,24,4.78,0.83,9,5.38,1.12,13,2.4,1.84,10,4.19,2.17,16,5.22,2.22,9,5.73,1.91,15,5.38,1.69,8,5.0,0.39,14,3.54,2.57,13,3.46,1.85,13,5.0,2.34,12,6.08,1.51,12,5.42,1.16,12,4.8,0.79,10,2.87,2.1,15,4.36,2.11,11,5.54,2.07,13,5.55,2.02,11
+ovary,5.23,1.93,22,3.67,2.33,21,5.14,2.14,22,5.43,2.14,14,4.88,1.55,8,3.73,2.37,11,3.89,2.37,9,6.5,1.05,6,4.62,2.25,16,4.9,2.28,10,5.5,1.62,12,3.45,2.16,11,3.9,2.6,10,5.54,1.61,13,4.56,2.74,9,5.33,1.5,12,5.1,2.42,10,3.38,2.63,13,4.12,1.81,8,5.17,1.99,12,5.1,2.42,10
+ovation,5.21,1.81,19,5.32,2.38,22,7.05,2.01,20,5.33,1.94,9,5.1,1.79,10,5.73,2.53,11,4.91,2.26,11,6.43,2.76,7,7.38,1.5,13,5.14,1.79,14,5.4,2.07,5,5.5,2.51,8,5.21,2.39,14,6.29,2.43,7,7.46,1.71,13,4.9,1.97,10,5.56,1.67,9,4.83,2.69,12,5.9,1.91,10,7.42,1.24,12,6.5,2.83,8
+oven,6.16,1.34,19,2.95,1.53,21,6.04,1.97,23,6.6,1.52,5,6.0,1.35,13,3.5,1.76,6,2.73,1.44,15,5.6,2.07,10,6.38,1.89,13,5.86,1.57,7,6.36,1.29,11,2.71,1.7,7,3.07,1.49,14,6.0,2.0,11,6.08,2.02,12,5.92,1.31,12,6.57,1.4,7,2.45,1.13,11,3.5,1.78,10,5.79,1.93,14,6.44,2.07,9
+overactive,5.19,1.69,21,5.12,2.17,25,4.27,2.47,22,5.5,1.07,8,5.0,2.0,13,5.38,2.29,13,4.83,2.08,12,4.92,2.66,13,3.33,1.94,9,5.88,2.36,8,4.83,1.03,12,5.5,1.61,14,4.64,2.73,11,5.17,2.33,12,3.2,2.3,10,4.7,1.57,10,5.64,1.75,11,4.94,2.16,17,5.5,2.27,8,4.7,2.71,10,3.92,2.31,12
+overall,5.17,1.95,18,2.95,1.96,22,4.81,1.64,27,5.17,2.56,6,5.17,1.7,12,3.0,2.28,11,2.91,1.7,11,4.91,2.02,11,4.75,1.39,16,5.45,1.63,11,4.71,2.43,7,2.91,2.3,11,3.0,1.67,11,5.06,1.82,17,4.4,1.26,10,5.31,1.8,13,4.8,2.49,5,3.0,2.08,14,2.88,1.89,8,4.33,1.95,15,5.42,0.9,12
+overbearing,3.65,1.95,20,5.1,2.3,21,4.26,2.6,34,4.0,1.63,10,3.3,2.26,10,4.38,2.39,8,5.54,2.22,13,4.43,2.82,14,4.15,2.5,20,3.33,1.41,9,3.91,2.34,11,4.85,1.95,13,5.5,2.88,8,4.59,2.75,22,3.67,2.27,12,2.8,1.4,10,4.5,2.12,10,5.07,2.43,14,5.14,2.19,7,4.59,2.6,17,3.94,2.63,17
+overcast,4.35,1.6,20,3.83,2.64,23,4.19,2.39,54,4.0,2.0,3,4.41,1.58,17,3.71,2.63,7,3.8,2.81,15,4.06,2.18,18,4.25,2.51,36,4.0,1.91,7,4.54,1.45,13,5.2,3.12,10,2.58,1.56,12,4.57,2.39,28,3.77,2.35,26,4.22,1.39,9,4.45,1.81,11,4.1,2.71,20,2.0,1.0,3,4.22,2.55,32,4.14,2.19,22
+overcoat,5.43,1.57,21,3.1,2.43,20,5.77,2.09,22,5.5,1.76,6,5.4,1.55,15,3.0,2.62,8,3.17,2.41,12,5.83,1.9,12,5.7,2.41,10,5.78,1.48,9,5.17,1.64,12,2.56,2.07,9,3.55,2.7,11,5.29,2.29,7,6.0,2.04,15,5.7,2.16,10,5.18,0.75,11,2.31,1.75,13,4.57,2.94,7,5.75,2.45,12,5.8,1.69,10
+overcome,6.81,1.89,21,5.75,2.38,24,6.32,2.46,22,6.88,1.73,8,6.77,2.05,13,6.85,2.23,13,4.45,1.92,11,6.15,2.23,13,6.56,2.88,9,7.25,1.75,8,6.92,1.51,12,6.36,1.55,14,4.9,3.11,10,6.67,2.19,12,5.9,2.81,10,6.7,2.26,10,6.91,1.58,11,5.88,2.64,17,5.43,1.72,7,6.7,2.87,10,6.0,2.13,12
+overcrowded,2.55,1.53,22,5.39,2.89,18,3.15,2.37,20,2.4,1.14,5,2.69,1.66,16,5.5,2.73,8,5.3,3.16,10,3.56,2.65,9,2.82,2.18,11,2.67,1.23,12,2.4,1.9,10,5.33,2.87,9,5.44,3.09,9,2.67,2.1,12,3.88,2.7,8,2.09,1.38,11,3.0,1.61,11,3.57,2.57,7,6.55,2.54,11,3.75,2.76,8,2.75,2.09,12
+overdo,3.61,1.24,18,4.6,2.37,20,4.88,1.88,25,4.0,1.22,5,3.46,1.27,13,4.91,2.66,11,4.22,2.05,9,5.12,1.82,16,4.44,2.01,9,4.0,1.15,7,3.36,1.29,11,3.78,2.59,9,5.27,2.05,11,4.65,1.84,20,5.8,1.92,5,3.89,1.05,9,3.33,1.41,9,4.27,2.24,11,5.0,2.6,9,5.11,1.79,19,4.17,2.14,6
+overdose,2.67,1.91,21,4.92,2.96,25,3.16,2.67,19,3.33,2.5,9,2.17,1.19,12,4.0,3.35,6,5.22,2.94,18,3.14,2.85,7,3.17,2.69,12,2.81,2.14,16,2.2,0.84,5,4.14,3.16,14,6.0,2.58,10,3.0,2.4,9,3.3,3.02,10,2.83,2.17,12,2.44,1.59,9,5.12,2.83,16,4.56,3.32,9,3.18,2.89,11,3.12,2.53,8
+overdrive,5.43,1.57,21,5.16,2.61,25,5.53,2.39,19,5.33,2.06,9,5.5,1.17,12,5.83,2.79,6,5.0,2.66,18,5.57,2.3,7,5.5,2.54,12,5.5,1.75,16,5.2,0.84,5,5.29,2.67,14,5.1,2.77,10,5.56,3.09,9,5.5,1.72,10,5.5,1.98,12,5.33,0.87,9,5.06,2.77,16,5.33,2.45,9,5.36,2.42,11,5.75,2.49,8
+overdue,3.39,1.69,18,4.62,2.87,24,4.37,2.34,27,4.0,0.82,7,3.0,2.0,11,4.44,2.6,9,4.73,3.1,15,3.23,1.88,13,5.43,2.28,14,3.67,1.66,9,3.11,1.76,9,4.42,2.81,12,4.83,3.04,12,4.0,2.55,13,4.71,2.16,14,3.78,1.92,9,3.0,1.41,9,4.83,2.79,12,4.42,3.06,12,4.0,2.17,12,4.67,2.5,15
+overestimate,5.33,1.32,21,3.52,2.11,21,4.41,1.87,22,5.22,1.56,9,5.42,1.16,12,2.83,1.83,6,3.79,2.29,14,4.67,2.66,6,4.31,1.58,16,5.56,1.59,9,5.17,1.11,12,3.2,1.48,5,3.62,2.31,16,3.82,2.04,11,5.0,1.55,11,5.33,1.61,12,5.33,0.87,9,3.62,1.85,8,3.46,2.33,13,3.58,2.07,12,5.4,0.97,10
+overflow,4.76,2.14,21,4.25,2.97,20,4.32,2.98,22,6.67,1.63,6,4.0,1.85,15,5.62,3.29,8,3.33,2.46,12,4.83,3.24,12,3.7,2.67,10,4.67,2.45,9,4.83,1.99,12,5.33,2.83,9,3.36,2.91,11,4.14,3.44,7,4.4,2.87,15,5.3,1.89,10,4.27,2.33,11,4.38,2.87,13,4.0,3.37,7,4.42,3.29,12,4.2,2.74,10
+overgrown,3.29,1.35,21,4.29,1.9,24,4.86,2.49,22,3.5,1.31,8,3.15,1.41,13,4.62,2.02,13,3.91,1.76,11,6.38,1.8,13,2.67,1.5,9,3.12,1.64,8,3.33,1.23,12,5.0,0.91,13,3.45,2.42,11,5.08,2.57,12,4.6,2.5,10,3.1,1.29,10,3.45,1.44,11,3.94,2.21,16,5.0,0.76,8,4.4,3.1,10,5.25,1.91,12
+overhaul,5.23,1.74,22,3.92,2.45,26,6.21,2.0,24,5.67,2.12,9,4.92,1.44,13,4.6,3.13,10,3.5,1.9,16,6.78,2.05,9,5.87,1.96,15,5.25,1.28,8,5.21,2.01,14,4.38,2.57,13,3.46,2.33,13,5.5,2.24,12,6.92,1.51,12,4.83,1.64,12,5.7,1.83,10,3.93,2.74,15,3.91,2.12,11,6.38,1.98,13,6.0,2.1,11
+overhear,3.89,1.56,19,4.27,2.14,22,5.21,2.06,24,4.0,1.55,6,3.85,1.63,13,4.5,2.35,12,4.0,1.94,10,5.25,2.19,8,5.19,2.07,16,4.5,1.35,10,3.22,1.56,9,4.44,2.13,9,4.15,2.23,13,5.12,2.32,17,5.5,1.52,6,4.0,1.69,8,3.82,1.54,11,3.44,1.81,9,4.85,2.23,13,5.06,2.21,16,5.5,1.85,8
+overheated,3.63,1.07,19,5.43,2.42,21,3.87,2.18,23,4.0,1.22,5,3.54,1.05,13,5.83,2.48,6,5.27,2.46,15,3.9,2.47,10,3.85,2.03,13,3.57,1.51,7,3.73,0.79,11,4.86,2.91,7,5.71,2.2,14,4.09,2.12,11,3.67,2.31,12,3.67,1.15,12,3.57,0.98,7,4.73,2.87,11,6.2,1.62,10,3.64,2.27,14,4.22,2.11,9
+overjoyed,7.17,1.54,18,5.57,3.04,21,6.78,1.95,23,6.4,1.14,5,7.42,1.68,12,5.67,3.08,6,5.53,3.14,15,7.3,1.42,10,6.38,2.26,13,6.0,1.63,7,7.9,0.99,10,5.29,2.56,7,5.71,3.34,14,6.18,2.09,11,7.33,1.72,12,7.0,1.79,11,7.43,1.13,7,5.55,2.91,11,5.6,3.34,10,6.86,1.75,14,6.67,2.35,9
+overkill,3.35,1.18,20,6.0,2.51,20,4.69,2.26,26,3.45,1.29,11,3.22,1.09,9,6.57,1.9,7,5.69,2.81,13,5.08,1.89,13,4.31,2.59,13,3.27,1.01,11,3.44,1.42,9,5.55,2.34,11,6.56,2.74,9,5.12,2.37,17,3.89,1.9,9,3.1,1.2,10,3.6,1.17,10,6.67,2.35,12,5.0,2.56,8,5.31,1.92,16,3.7,2.5,10
+overlap,3.95,1.72,21,2.83,1.92,23,5.61,2.12,18,4.22,1.86,9,3.75,1.66,12,3.09,1.7,11,2.58,2.15,12,5.4,2.32,10,5.88,1.96,8,3.86,1.68,7,4.0,1.87,13,3.27,1.9,11,2.42,1.93,12,5.29,2.29,7,5.82,2.09,11,3.62,1.8,13,4.5,1.51,8,2.91,2.12,11,2.75,1.82,12,4.89,1.83,9,6.33,2.24,9
+overlapping,4.9,1.86,20,3.5,2.44,20,4.92,1.64,24,5.0,1.83,4,4.88,1.93,16,4.0,2.16,4,3.38,2.55,16,4.25,2.38,8,5.25,1.06,16,4.5,2.2,8,5.17,1.64,12,4.22,2.64,9,2.91,2.21,11,4.77,1.3,13,5.09,2.02,11,4.91,1.7,11,4.89,2.15,9,2.78,2.59,9,4.09,2.26,11,5.18,1.7,17,4.29,1.38,7
+overlay,4.58,1.74,19,3.18,2.11,22,4.54,1.71,28,3.5,2.17,6,5.08,1.32,13,2.91,2.12,11,3.45,2.16,11,3.73,1.95,11,5.06,1.34,17,4.18,1.33,11,5.12,2.17,8,2.82,1.89,11,3.55,2.34,11,4.67,1.91,18,4.3,1.34,10,4.85,1.77,13,4.0,1.67,6,3.29,2.23,14,3.0,2.0,8,4.31,1.99,16,4.83,1.27,12
+overload,3.64,1.4,22,4.96,2.36,26,4.79,2.06,24,3.0,1.32,9,4.08,1.32,13,5.4,2.95,10,4.69,1.96,16,4.44,1.94,9,5.0,2.17,15,4.12,1.25,8,3.36,1.45,14,4.46,2.3,13,5.46,2.4,13,4.67,1.56,12,4.92,2.54,12,3.58,1.44,12,3.7,1.42,10,4.87,2.39,15,5.09,2.43,11,5.23,1.74,13,4.27,2.37,11
+overlook,4.3,1.78,20,3.78,2.39,18,5.1,2.28,21,4.6,1.14,5,4.2,1.97,15,4.67,1.97,6,3.33,2.53,12,5.3,1.89,10,4.91,2.66,11,4.5,1.08,10,4.1,2.33,10,4.5,2.27,10,2.88,2.36,8,4.55,2.34,11,5.7,2.16,10,3.67,1.67,12,5.25,1.58,8,2.78,2.49,9,4.78,1.92,9,4.82,2.6,11,5.4,1.96,10
+overlord,3.73,1.96,22,4.78,2.81,23,4.42,2.93,19,4.88,2.53,8,2.92,1.12,13,5.0,2.67,8,4.71,3.07,14,4.14,3.24,7,4.55,3.01,11,3.25,1.16,8,3.92,2.36,13,5.11,3.3,9,4.57,2.56,14,3.86,2.54,7,4.75,3.19,12,3.45,1.81,11,4.0,2.14,11,3.33,3.46,9,5.71,1.9,14,4.62,2.94,16,3.33,3.21,3
+overpass,4.77,1.23,22,4.0,2.23,22,5.32,2.29,19,5.0,0.53,8,4.85,1.34,13,4.5,2.39,8,3.69,2.25,13,5.29,2.5,7,5.45,2.34,11,4.25,1.39,8,5.31,0.63,13,3.67,2.78,9,4.23,1.83,13,5.14,2.61,7,5.42,2.19,12,5.27,0.79,11,4.27,1.42,11,2.88,2.75,8,4.64,1.65,14,5.5,2.1,16,4.33,3.51,3
+overpower,4.14,2.13,21,4.96,2.82,24,5.58,2.78,19,4.56,2.13,9,3.83,2.17,12,4.67,3.72,6,5.06,2.66,17,6.14,3.48,7,5.25,2.38,12,4.12,2.13,16,4.2,2.39,5,4.15,3.16,13,6.0,2.21,10,5.33,2.78,9,5.8,2.9,10,4.33,2.5,12,3.89,1.62,9,5.4,2.85,15,4.22,2.77,9,6.0,3.03,11,5.0,2.45,8
+overpriced,3.05,1.28,21,4.55,2.56,22,3.93,1.88,27,3.5,0.85,10,2.64,1.5,11,4.43,2.94,7,4.6,2.47,15,4.53,1.81,17,2.9,1.6,10,3.18,1.54,11,2.9,0.99,10,4.0,2.83,5,4.71,2.54,17,4.21,1.93,14,3.62,1.85,13,2.85,1.52,13,3.38,0.74,8,4.4,2.95,10,4.67,2.31,12,3.86,1.99,14,4.0,1.83,13
+overprotective,3.16,1.3,19,4.37,2.36,19,4.85,2.37,20,3.0,1.0,3,3.2,1.42,15,3.56,2.19,9,5.1,2.38,10,4.7,2.36,10,5.0,2.49,10,2.83,1.47,6,3.33,1.3,12,3.57,2.37,7,4.83,2.33,12,4.75,1.39,8,4.92,2.91,12,3.25,1.42,12,3.0,1.15,7,4.4,2.59,10,4.33,2.24,9,5.22,1.92,9,4.55,2.73,11
+overrated,3.65,1.46,20,5.4,2.46,20,4.81,1.92,26,3.55,1.63,11,3.78,1.3,9,4.86,1.95,7,5.69,2.72,13,5.15,1.86,13,4.46,1.98,13,3.82,1.47,11,3.44,1.51,9,5.36,2.01,11,5.44,3.05,9,5.24,1.95,17,4.0,1.66,9,3.5,1.72,10,3.8,1.23,10,5.67,2.67,12,5.0,2.2,8,5.25,1.77,16,4.1,2.02,10
+overreact,3.59,1.14,22,5.23,2.6,26,4.48,2.47,23,3.56,1.33,9,3.62,1.04,13,4.9,2.85,10,5.44,2.5,16,3.67,1.8,9,5.0,2.75,14,3.5,1.41,8,3.64,1.01,14,5.31,2.75,13,5.15,2.54,13,4.17,2.33,12,4.82,2.68,11,3.58,1.16,12,3.6,1.17,10,4.93,2.91,15,5.64,2.16,11,4.23,2.05,13,4.8,3.01,10
+override,4.33,1.78,18,3.35,2.62,20,6.0,2.4,25,4.8,1.92,5,4.15,1.77,13,4.0,2.79,11,2.56,2.3,9,6.38,2.6,16,5.33,1.94,9,5.43,1.9,7,3.64,1.36,11,2.44,2.3,9,4.09,2.74,11,5.6,2.44,20,7.6,1.52,5,4.44,1.74,9,4.22,1.92,9,2.55,1.75,11,4.33,3.24,9,5.89,2.54,19,6.33,2.07,6
+overriding,4.38,1.36,21,4.65,2.48,23,5.11,1.97,18,4.2,2.17,5,4.44,1.09,16,5.5,2.15,12,3.73,2.57,11,5.11,2.32,9,4.75,1.39,8,4.17,1.4,12,4.67,1.32,9,4.62,2.45,16,4.71,2.75,7,4.9,1.29,10,5.38,2.67,8,4.69,1.38,13,3.88,1.25,8,4.74,2.66,19,4.25,1.5,4,5.0,1.21,12,5.33,3.14,6
+overrun,3.14,1.93,21,4.56,2.31,18,3.38,1.8,21,3.67,1.75,6,2.93,2.02,15,6.14,2.12,7,3.55,1.86,11,3.09,1.7,11,3.7,1.95,10,3.5,1.87,6,3.0,2.0,15,5.1,2.33,10,3.88,2.23,8,3.79,1.89,14,2.57,1.4,7,3.0,2.08,7,3.21,1.93,14,4.62,2.57,13,4.4,1.67,5,2.92,1.93,12,4.0,1.5,9
+oversee,5.68,1.38,19,3.65,2.18,20,5.42,2.59,24,5.85,1.63,13,5.33,0.52,6,4.4,2.07,5,3.4,2.23,15,5.15,2.41,13,5.73,2.87,11,6.44,1.59,9,5.0,0.67,10,4.86,2.27,7,3.0,1.91,13,4.09,2.34,11,6.54,2.3,13,5.89,1.27,9,5.5,1.51,10,3.4,1.71,10,3.9,2.64,10,5.67,3.16,9,5.27,2.28,15
+overseer,4.71,2.1,21,5.3,2.49,20,5.11,2.67,35,5.12,2.42,8,4.46,1.94,13,6.0,2.24,5,5.07,2.6,15,5.18,2.71,11,5.08,2.7,24,5.31,2.18,13,3.75,1.67,8,5.5,2.35,12,5.0,2.83,8,4.9,2.57,20,5.4,2.85,15,5.18,2.36,11,4.2,1.75,10,6.27,2.33,11,4.11,2.26,9,5.05,2.73,22,5.23,2.65,13
+oversight,3.6,1.82,20,4.45,2.02,22,5.32,2.36,19,3.33,2.45,9,3.82,1.17,11,4.2,2.59,5,4.44,1.93,16,5.0,3.1,6,5.46,2.07,13,4.07,1.69,14,2.5,1.76,6,3.75,1.76,12,5.22,2.17,9,5.11,1.54,9,5.5,2.99,10,4.3,1.7,10,2.9,1.73,10,3.42,1.88,12,5.7,1.42,10,6.33,2.58,6,4.85,2.19,13
+oversized,4.4,1.54,20,3.65,2.06,20,4.44,1.79,18,5.14,0.69,7,4.0,1.73,13,3.89,2.03,9,3.45,2.16,11,5.6,2.41,5,4.0,1.35,13,4.5,1.84,10,4.22,1.3,9,3.12,2.1,8,4.0,2.04,12,4.62,1.94,13,4.0,1.41,5,4.36,1.91,11,4.44,1.01,9,3.42,2.15,12,4.0,2.0,8,5.22,1.92,9,3.67,1.32,9
+overtake,3.95,2.01,19,4.36,2.56,22,5.39,2.73,28,5.0,1.9,6,3.46,1.94,13,4.27,2.72,11,4.45,2.5,11,5.45,2.84,11,5.35,2.74,17,4.09,2.34,11,3.75,1.58,8,4.09,2.39,11,4.64,2.8,11,4.72,2.8,18,6.6,2.22,10,4.23,2.09,13,3.33,1.86,6,4.0,2.18,14,5.0,3.16,8,5.19,2.51,16,5.67,3.08,12
+overthrow,3.71,1.9,21,4.78,2.58,23,5.39,2.73,18,4.11,2.2,9,3.42,1.68,12,5.91,1.87,11,3.75,2.77,12,5.6,3.2,10,5.12,2.17,8,4.0,1.91,7,3.69,1.97,13,5.64,2.5,11,4.0,2.49,12,5.71,3.15,7,5.18,2.56,11,3.69,2.1,13,3.75,1.67,8,3.64,2.73,11,5.83,1.99,12,4.22,2.64,9,6.56,2.4,9
+overtime,4.8,2.57,20,5.71,1.9,21,5.47,2.61,34,5.1,2.77,10,4.5,2.46,10,6.0,1.07,8,5.54,2.3,13,5.93,2.67,14,5.15,2.58,20,4.78,2.99,9,4.82,2.32,11,5.69,1.89,13,5.75,2.05,8,5.86,2.62,22,4.75,2.53,12,4.3,2.71,10,5.3,2.45,10,5.86,2.18,14,5.43,1.27,7,5.18,2.35,17,5.76,2.88,17
+overture,5.33,1.62,21,4.29,2.53,24,5.77,2.25,22,5.25,2.19,8,5.38,1.26,13,4.46,2.4,13,4.09,2.77,11,6.0,2.12,13,5.44,2.51,9,5.25,2.19,8,5.5,1.24,12,5.64,2.17,14,2.4,1.65,10,5.75,1.96,12,5.8,2.66,10,5.2,2.35,10,5.45,0.52,11,3.82,2.27,17,5.43,2.94,7,5.7,2.75,10,5.83,1.85,12
+overview,4.85,1.35,20,3.18,1.88,17,5.38,2.53,24,4.6,0.89,5,4.93,1.49,15,3.2,1.79,5,3.17,1.99,12,4.62,2.63,13,6.27,2.2,11,5.2,1.23,10,4.5,1.43,10,3.29,1.7,7,3.1,2.08,10,4.5,2.39,16,7.12,1.89,8,4.71,1.59,14,5.17,0.41,6,3.73,1.85,11,2.17,1.6,6,5.73,2.79,15,4.78,2.05,9
+overweight,3.14,2.06,21,3.91,2.57,23,3.57,2.75,21,4.8,3.35,5,2.62,1.2,16,4.33,2.53,12,3.45,2.66,11,4.09,3.05,11,2.33,1.22,9,2.67,2.1,12,3.78,1.92,9,4.5,2.48,16,2.57,2.44,7,3.82,2.36,11,3.3,3.23,10,2.69,1.84,13,3.88,2.3,8,3.84,2.77,19,4.25,1.5,4,3.64,2.82,14,3.43,2.82,7
+overwhelm,3.3,1.3,20,4.36,2.75,22,4.24,2.5,25,3.9,1.1,10,2.7,1.25,10,3.43,2.57,7,4.8,2.81,15,4.47,2.64,15,3.9,2.38,10,3.27,1.74,11,3.33,0.5,9,3.0,2.74,5,4.76,2.7,17,4.31,2.63,13,4.17,2.48,12,3.17,1.64,12,3.5,0.53,8,4.0,3.27,10,4.67,2.35,12,4.62,2.6,13,3.83,2.44,12
+overwhelmed,2.8,1.24,20,4.9,2.9,21,2.7,1.81,44,3.0,1.87,5,2.73,1.03,15,5.0,3.37,7,4.92,2.87,13,2.45,1.74,22,2.95,1.89,22,2.7,0.95,10,2.9,1.52,10,6.43,1.4,7,4.15,3.31,13,2.69,1.65,29,2.73,2.15,15,2.42,1.16,12,3.38,1.19,8,5.27,2.61,11,4.5,3.27,10,2.76,1.74,25,2.63,1.95,19
+overwhelming,3.89,1.7,19,4.86,2.83,22,2.61,1.42,28,3.17,1.83,6,4.23,1.59,13,5.09,3.02,11,4.64,2.77,11,2.73,1.56,11,2.53,1.37,17,4.0,1.95,11,3.75,1.39,8,4.27,2.9,11,5.45,2.77,11,2.89,1.53,18,2.1,1.1,10,3.38,1.8,13,5.0,0.63,6,4.86,2.82,14,4.88,3.04,8,2.38,1.54,16,2.92,1.24,12
+overworked,1.9,1.04,21,4.42,2.78,24,4.36,2.59,22,1.88,0.83,8,1.92,1.19,13,4.77,2.89,13,4.0,2.72,11,5.38,2.66,13,2.89,1.69,9,1.75,0.89,8,2.08,1.16,12,5.43,2.5,14,3.0,2.62,10,5.0,2.63,12,3.6,2.46,10,1.8,0.79,10,2.0,1.26,11,3.76,2.59,17,6.0,2.77,7,5.6,2.37,10,3.33,2.39,12
+overwrought,3.52,1.66,21,4.56,2.66,25,4.11,2.31,19,4.0,2.0,9,3.17,1.34,12,5.17,3.06,6,4.39,2.66,18,4.14,2.54,7,4.08,2.27,12,3.81,1.8,16,2.6,0.55,5,4.29,2.79,14,5.0,2.71,10,3.56,2.4,9,4.6,2.22,10,3.58,1.78,12,3.44,1.59,9,4.44,2.53,16,4.78,3.03,9,3.91,2.17,11,4.38,2.62,8
+overzealous,5.16,1.64,19,5.9,2.61,21,5.19,2.2,27,5.83,1.94,6,4.85,1.46,13,6.0,2.31,10,5.82,2.96,11,4.6,1.8,15,5.82,2.6,11,5.2,1.4,10,5.11,1.96,9,5.56,2.65,9,6.17,2.66,12,5.06,2.44,17,5.22,1.86,9,5.0,1.58,13,5.5,1.87,6,5.31,2.65,16,7.8,1.3,5,4.33,2.35,12,5.87,1.88,15
+owe,3.56,2.48,18,4.67,2.42,21,3.17,1.92,18,3.88,2.59,8,3.3,2.5,10,4.29,1.7,7,4.86,2.74,14,3.0,1.9,11,3.43,2.07,7,3.91,2.66,11,3.0,2.24,7,3.11,2.42,9,5.83,1.7,12,2.64,1.86,11,4.0,1.83,7,3.33,2.42,12,4.0,2.76,6,3.67,2.31,12,6.0,1.94,9,3.33,2.0,9,3.0,1.94,9
+owl,6.3,1.7,43,3.57,2.42,42,5.02,2.14,44,6.27,1.7,22,6.33,1.74,21,2.91,2.21,11,3.8,2.52,30,4.45,1.99,20,5.5,2.19,24,6.32,1.62,22,6.29,1.82,21,4.0,2.49,12,3.4,2.42,30,4.52,2.11,23,5.57,2.09,21,6.46,1.48,26,6.06,2.01,17,3.45,2.48,20,3.68,2.42,22,4.91,2.19,23,5.14,2.13,21
+owner,6.38,1.53,21,4.71,2.1,24,6.59,2.46,22,6.38,1.51,8,6.38,1.61,13,5.15,2.03,13,4.18,2.14,11,6.92,2.1,13,6.11,2.98,9,7.12,1.89,8,5.83,1.11,12,5.36,1.65,14,3.8,2.39,10,7.33,1.67,12,5.7,3.02,10,6.7,1.57,10,6.09,1.51,11,4.69,2.47,16,4.75,1.16,8,6.8,2.7,10,6.42,2.35,12
+ownership,5.85,2.13,20,4.41,2.4,22,7.53,1.71,19,6.33,2.55,9,5.45,1.75,11,3.8,2.28,5,4.75,2.46,16,8.0,1.26,6,7.31,1.89,13,5.79,2.22,14,6.0,2.1,6,3.67,2.39,12,5.67,2.0,9,7.11,1.69,9,7.9,1.73,10,5.9,2.28,10,5.8,2.1,10,3.58,2.5,12,5.4,1.96,10,8.0,1.67,6,7.31,1.75,13
+ox,4.95,1.7,20,3.82,2.26,22,5.81,1.91,21,5.11,1.54,9,4.82,1.89,11,4.7,2.54,10,3.08,1.78,12,4.62,1.06,8,6.54,1.98,13,5.07,1.59,14,4.67,2.07,6,4.5,3.07,8,3.43,1.65,14,5.88,2.1,8,5.77,1.88,13,5.4,1.58,10,4.5,1.78,10,3.67,2.23,12,4.0,2.4,10,6.17,2.17,12,5.33,1.5,9
+oxide,5.53,1.35,19,2.91,2.24,22,4.39,1.79,28,5.5,0.84,6,5.54,1.56,13,2.82,1.89,11,3.0,2.65,11,3.91,2.3,11,4.71,1.36,17,5.36,1.29,11,5.75,1.49,8,3.82,2.6,11,2.0,1.41,11,4.0,1.64,18,5.1,1.91,10,5.31,1.38,13,6.0,1.26,6,2.79,2.46,14,3.12,1.96,8,3.94,1.81,16,5.0,1.65,12
+oxygen,7.25,1.68,20,4.9,2.77,20,5.69,2.41,26,7.45,1.51,11,7.0,1.94,9,6.14,2.48,7,4.23,2.77,13,5.85,2.3,13,5.54,2.6,13,7.18,1.6,11,7.33,1.87,9,4.91,2.95,11,4.89,2.71,9,6.12,2.52,17,4.89,2.09,9,7.5,1.51,10,7.0,1.89,10,4.58,3.29,12,5.38,1.85,8,6.0,2.22,16,5.2,2.74,10
+oyster,4.81,2.36,21,3.11,2.08,19,5.18,2.46,22,6.0,2.0,6,4.33,2.38,15,3.25,2.12,8,3.0,2.14,11,5.42,2.61,12,4.9,2.38,10,4.78,2.28,9,4.83,2.52,12,3.22,2.11,9,3.0,2.16,10,4.29,2.43,7,5.6,2.44,15,5.3,2.45,10,4.36,2.29,11,3.08,2.23,12,3.14,1.95,7,5.33,2.99,12,5.0,1.76,10
+ozone,5.05,2.16,20,4.17,2.62,18,5.25,2.45,24,4.0,1.41,5,5.4,2.29,15,5.8,3.27,5,3.54,2.15,13,5.69,2.21,13,4.73,2.72,11,5.7,1.77,10,4.4,2.41,10,4.57,3.15,7,3.91,2.34,11,5.62,2.06,16,4.5,3.12,8,4.64,1.98,14,6.0,2.45,6,4.0,2.34,12,4.5,3.33,6,5.0,2.73,15,5.67,2.0,9
+pace,5.0,1.67,21,3.0,2.15,23,6.11,2.3,18,5.0,1.66,9,5.0,1.76,12,3.27,2.05,11,2.75,2.3,12,5.9,2.69,10,6.38,1.85,8,4.71,2.29,7,5.15,1.41,13,3.09,1.97,11,2.92,2.39,12,5.0,3.06,7,6.82,1.4,11,4.77,2.09,13,5.38,0.52,8,3.27,2.41,11,2.75,1.96,12,4.67,1.94,9,7.56,1.67,9
+pacemaker,4.9,2.25,20,4.36,2.3,22,5.1,2.69,20,4.44,2.07,9,5.27,2.41,11,4.4,2.5,10,4.33,2.23,12,4.38,2.13,8,5.58,3.0,12,5.0,1.96,14,4.67,3.01,6,3.5,2.51,8,4.86,2.11,14,4.62,2.26,8,5.42,3.0,12,5.1,1.97,10,4.7,2.58,10,3.67,2.19,12,5.2,2.25,10,5.82,2.6,11,4.22,2.68,9
+pacifier,5.52,1.86,21,3.2,2.12,25,5.11,2.45,18,5.89,1.76,9,5.25,1.96,12,2.5,1.76,6,3.56,2.2,18,3.83,1.83,6,5.75,2.53,12,5.81,1.76,16,4.6,2.07,5,3.21,2.46,14,3.4,1.65,10,4.44,2.35,9,5.78,2.49,9,6.08,1.98,12,4.78,1.48,9,3.25,2.08,16,3.11,2.32,9,4.5,2.92,10,5.88,1.55,8
+pacifist,4.78,1.65,23,3.17,2.31,18,5.46,2.6,24,4.57,2.44,7,4.88,1.26,16,1.2,0.45,5,3.92,2.29,13,5.0,2.12,13,6.0,3.1,11,5.09,1.45,11,4.5,1.83,12,2.71,2.36,7,3.45,2.34,11,5.94,2.05,16,4.5,3.42,8,4.31,1.7,16,5.86,0.9,7,3.83,2.48,12,1.83,1.17,6,5.0,2.8,15,6.22,2.17,9
+pacify,5.67,1.96,21,2.55,1.64,20,5.32,2.95,22,7.0,1.1,6,5.13,2.0,15,2.62,1.77,8,2.5,1.62,12,6.25,2.93,12,4.2,2.7,10,7.22,1.64,9,4.5,1.24,12,2.89,1.69,9,2.27,1.62,11,4.14,2.67,7,5.87,3.0,15,6.2,2.1,10,5.18,1.78,11,2.85,1.72,13,2.0,1.41,7,5.25,3.11,12,5.4,2.91,10
+pack,5.55,1.87,22,4.1,2.85,20,6.05,2.84,19,5.85,2.3,13,5.11,0.93,9,3.57,2.57,7,4.38,3.04,13,6.29,2.06,7,5.92,3.29,12,5.58,2.07,12,5.5,1.72,10,3.78,2.59,9,4.36,3.14,11,5.6,3.17,10,6.56,2.51,9,5.75,1.54,12,5.3,2.26,10,4.29,3.04,7,4.0,2.86,13,6.86,3.39,7,5.58,2.5,12
+package,5.17,1.92,18,4.73,2.83,22,5.17,1.99,23,5.7,1.64,10,5.0,1.73,7,3.88,2.03,8,5.21,3.17,14,4.86,2.91,7,5.31,1.54,16,4.88,2.42,8,5.4,1.51,10,4.56,2.96,9,4.85,2.85,13,5.18,2.09,11,5.17,1.99,12,4.67,2.06,12,6.17,1.17,6,4.09,2.95,11,5.36,2.69,11,4.77,2.13,13,5.7,1.77,10
+packaging,5.15,1.35,20,3.3,2.1,23,5.36,2.0,28,4.62,1.06,8,5.5,1.45,12,3.33,2.06,9,3.29,2.2,14,5.21,2.04,14,5.5,2.03,14,5.22,2.05,9,5.09,0.3,11,3.33,2.15,12,3.27,2.15,11,5.14,2.07,14,5.57,1.99,14,5.6,1.58,10,4.7,0.95,10,4.18,2.18,11,2.5,1.73,12,5.08,1.51,12,5.56,2.34,16
+packer,4.9,1.51,21,4.23,2.18,22,4.86,1.98,21,5.0,2.12,5,4.88,1.36,16,4.83,2.12,12,3.5,2.12,10,5.0,1.79,11,4.22,1.79,9,4.58,1.78,12,5.33,1.0,9,4.13,2.26,15,4.43,2.15,7,4.64,1.21,11,5.1,2.64,10,5.38,1.5,13,4.12,1.25,8,4.42,2.19,19,3.0,2.0,3,4.57,2.03,14,5.43,1.9,7
+packet,5.16,0.69,19,3.62,1.99,21,5.55,1.74,22,5.4,0.89,5,5.08,0.64,13,3.67,2.8,6,3.6,1.68,15,5.0,1.63,10,6.0,1.76,12,5.14,0.9,7,5.18,0.6,11,4.43,2.7,7,3.21,1.48,14,5.4,1.78,10,5.67,1.78,12,5.33,0.78,12,4.86,0.38,7,3.91,2.3,11,3.3,1.64,10,5.14,1.46,14,6.25,2.05,8
+pact,5.0,1.68,23,3.73,2.25,22,6.0,2.49,19,5.12,1.96,8,4.93,1.58,15,4.1,2.6,10,3.42,1.98,12,6.43,3.1,7,5.75,2.18,12,5.08,1.73,12,4.91,1.7,11,3.36,1.8,11,4.09,2.66,11,5.64,2.62,14,7.0,2.0,5,4.45,1.29,11,5.5,1.88,12,3.9,1.91,10,3.58,2.57,12,5.22,2.33,9,6.7,2.54,10
+pad,5.14,1.49,21,3.96,2.37,26,5.45,2.4,22,5.33,0.87,9,5.0,1.86,12,3.2,2.35,10,4.44,2.34,16,5.38,2.13,8,5.5,2.62,14,5.5,1.51,8,4.92,1.5,13,4.77,2.42,13,3.15,2.12,13,4.33,2.35,12,6.8,1.75,10,5.09,1.92,11,5.2,0.92,10,3.67,2.32,15,4.36,2.5,11,5.42,2.64,12,5.5,2.22,10
+padded,5.14,2.15,21,2.87,2.03,23,5.56,2.48,18,5.89,2.03,9,4.58,2.15,12,3.91,2.26,11,1.92,1.24,12,6.2,2.62,10,4.75,2.19,8,5.0,2.24,7,5.23,2.28,13,2.45,1.75,11,3.25,2.26,12,6.0,2.71,7,5.27,2.41,11,4.62,2.5,13,6.0,1.07,8,2.55,1.69,11,3.17,2.33,12,4.78,2.44,9,6.33,2.4,9
+padding,5.25,2.02,20,2.76,2.17,21,4.88,2.26,25,5.75,3.4,4,5.12,1.67,16,3.5,2.65,4,2.59,2.09,17,4.33,2.45,9,5.19,2.17,16,5.0,1.77,8,5.42,2.23,12,3.0,2.4,10,2.55,2.02,11,4.07,2.02,14,5.91,2.21,11,5.82,1.25,11,4.56,2.6,9,1.8,1.32,10,3.64,2.46,11,5.22,2.41,18,4.0,1.63,7
+paddle,5.38,1.53,21,4.17,2.21,23,5.43,1.83,21,5.4,2.3,5,5.38,1.31,16,5.0,2.04,12,3.27,2.1,11,5.27,2.2,11,5.44,1.42,9,5.0,1.21,12,5.89,1.83,9,3.81,2.1,16,5.0,2.38,7,4.82,1.33,11,6.1,2.13,10,5.54,1.61,13,5.12,1.46,8,4.32,2.36,19,3.5,1.29,4,5.07,1.69,14,6.14,2.04,7
+paddle boat,5.85,1.69,20,3.05,2.1,22,6.44,2.29,27,6.0,2.24,7,5.77,1.42,13,3.3,1.64,10,2.83,2.48,12,6.4,2.38,15,6.45,2.38,11,5.18,1.54,11,6.67,1.58,9,3.56,1.88,9,2.69,2.25,13,6.29,2.66,17,6.67,1.66,9,6.15,1.91,13,5.29,1.11,7,2.5,1.67,16,4.5,2.59,6,6.83,2.33,12,6.13,2.29,15
+padlock,4.8,0.89,20,3.33,2.13,21,5.16,2.36,25,4.67,0.58,3,4.82,0.95,17,3.29,2.21,7,3.23,2.2,13,4.62,2.2,8,5.41,2.45,17,4.57,0.79,7,4.92,0.95,13,3.43,1.81,7,3.15,2.38,13,4.93,2.37,14,5.45,2.42,11,4.89,1.05,9,4.73,0.79,11,3.09,2.07,11,3.6,2.27,10,5.11,2.61,18,5.29,1.7,7
+padre,5.84,1.8,19,3.57,2.52,23,5.0,2.23,28,5.25,1.16,8,6.27,2.1,11,3.22,1.86,9,3.79,2.91,14,4.71,2.02,14,5.29,2.46,14,6.11,2.09,9,5.6,1.58,10,4.33,2.67,12,2.73,2.15,11,4.57,2.31,14,5.43,2.14,14,6.2,1.99,10,5.44,1.59,9,3.73,2.49,11,3.42,2.64,12,5.08,1.88,12,4.94,2.52,16
+pagan,5.0,2.12,21,5.25,2.22,20,4.81,2.48,36,4.38,1.06,8,5.38,2.53,13,4.6,2.07,5,5.47,2.29,15,5.45,2.66,11,4.52,2.4,25,5.31,2.29,13,4.5,1.85,8,5.42,1.83,12,5.0,2.83,8,5.2,2.19,20,4.31,2.8,16,5.09,2.26,11,4.9,2.08,10,5.91,2.07,11,4.44,2.24,9,4.23,2.49,22,5.71,2.27,14
+page,6.09,1.31,22,3.45,1.99,20,6.37,2.43,19,6.15,1.07,13,6.0,1.66,9,3.43,2.15,7,3.46,1.98,13,6.57,2.07,7,6.25,2.7,12,6.25,1.54,12,5.9,0.99,10,3.11,1.76,9,3.73,2.2,11,5.5,2.59,10,7.33,1.94,9,6.25,1.66,12,5.9,0.74,10,4.14,1.95,7,3.08,1.98,13,6.57,2.57,7,6.25,2.45,12
+pageant,5.0,2.0,20,4.42,2.24,19,4.88,1.96,25,5.36,1.86,11,4.56,2.19,9,3.71,1.8,7,4.83,2.44,12,4.92,1.8,13,4.83,2.21,12,4.27,1.74,11,5.89,2.03,9,4.36,2.46,11,4.5,2.07,8,5.24,1.99,17,4.12,1.81,8,5.0,2.0,10,5.0,2.11,10,4.36,2.38,11,4.5,2.2,8,5.0,1.63,16,4.67,2.55,9
+pager,3.8,1.58,20,3.73,2.14,22,5.16,1.86,19,4.0,1.94,9,3.64,1.29,11,3.0,2.45,5,3.81,2.07,16,5.33,1.86,6,5.08,1.93,13,4.07,1.59,14,3.17,1.47,6,3.58,2.19,12,3.67,2.18,9,4.56,1.33,9,5.7,2.16,10,3.8,1.55,10,3.8,1.69,10,3.25,2.22,12,4.3,2.0,10,5.5,1.76,6,5.0,1.96,13
+paging,4.71,1.59,21,4.6,2.11,20,6.19,2.06,21,5.5,1.05,6,4.4,1.68,15,5.5,2.27,8,4.0,1.86,12,6.36,1.57,11,6.0,2.58,10,5.0,1.67,6,4.6,1.59,15,5.2,2.25,10,4.0,1.89,10,6.07,2.34,14,6.43,1.51,7,4.57,1.72,7,4.79,1.58,14,4.71,2.49,14,4.33,0.82,6,6.17,2.04,12,6.22,2.22,9
+pagoda,5.6,1.43,20,4.5,2.26,20,5.52,1.58,25,5.73,1.68,11,5.44,1.13,9,6.0,1.83,7,3.69,2.1,13,5.23,1.3,13,5.83,1.85,12,5.73,1.35,11,5.44,1.59,9,3.91,2.07,11,5.22,2.39,9,5.18,1.51,17,6.25,1.58,8,5.8,0.92,10,5.4,1.84,10,3.92,2.07,12,5.38,2.39,8,5.38,1.2,16,5.78,2.17,9
+pail,4.5,1.57,20,2.24,1.61,21,5.08,1.78,25,3.25,1.5,4,4.81,1.47,16,2.0,0.82,4,2.29,1.76,17,4.89,2.26,9,5.19,1.52,16,4.5,1.2,8,4.5,1.83,12,2.4,1.26,10,2.09,1.92,11,4.71,1.33,14,5.55,2.21,11,4.36,1.03,11,4.67,2.12,9,1.9,1.73,10,2.55,1.51,11,5.22,1.63,18,4.71,2.21,7
+pain,2.0,1.28,40,6.27,2.59,22,3.47,2.09,38,2.31,1.38,13,1.85,1.23,27,5.5,2.84,10,6.92,2.27,12,3.21,1.78,19,3.5,2.2,18,1.65,1.04,20,2.35,1.42,20,5.18,3.06,11,7.36,1.43,11,4.41,2.0,17,2.71,1.87,21,1.91,1.28,23,2.12,1.32,17,7.0,2.36,10,5.67,2.71,12,3.0,1.97,21,4.06,2.14,17
+painful,2.58,1.46,19,5.52,2.4,21,3.83,2.67,23,4.0,1.0,3,2.31,1.4,16,5.88,2.03,8,5.31,2.66,13,5.56,3.09,9,2.71,1.68,14,2.44,1.94,9,2.7,0.95,10,5.33,2.18,9,5.67,2.64,12,4.4,2.85,15,2.75,2.05,8,2.71,1.6,7,2.5,1.45,12,5.9,2.28,10,5.18,2.56,11,3.69,3.25,13,4.0,1.83,10
+painkiller,5.43,2.29,21,3.39,1.95,23,4.67,2.59,21,5.6,2.88,5,5.38,2.19,16,4.0,2.22,12,2.73,1.42,11,4.27,2.72,11,5.11,2.67,9,5.33,2.61,12,5.56,1.94,9,3.56,1.9,16,3.0,2.16,7,5.27,2.49,11,4.0,2.67,10,5.38,2.29,13,5.5,2.45,8,3.21,1.99,19,4.25,1.71,4,4.64,2.62,14,4.71,2.75,7
+painless,7.4,1.7,20,4.1,2.63,20,5.72,2.78,25,6.5,3.11,4,7.62,1.2,16,4.25,1.5,4,4.06,2.89,16,5.22,2.99,9,6.0,2.71,16,7.38,0.92,8,7.42,2.11,12,4.56,2.65,9,3.73,2.69,11,5.36,2.98,14,6.18,2.56,11,7.55,1.29,11,7.22,2.17,9,5.1,3.03,10,3.1,1.79,10,6.0,2.5,18,5.0,3.51,7
+paint,5.74,1.33,19,4.5,1.96,20,6.56,1.68,43,5.0,0.0,3,5.88,1.41,16,5.14,2.27,7,4.15,1.77,13,5.64,1.6,14,7.0,1.56,29,6.44,1.24,9,5.1,1.1,10,5.45,1.21,11,3.33,2.12,9,6.35,1.5,23,6.8,1.88,20,5.43,0.98,7,5.92,1.51,12,5.5,1.24,12,3.0,1.93,8,6.96,1.69,23,6.1,1.59,20
+paintball,5.22,1.78,23,5.19,2.46,21,4.48,2.26,25,5.4,2.3,5,5.17,1.69,18,5.0,2.45,7,5.46,2.57,13,5.25,1.98,8,4.12,2.34,17,5.5,2.07,8,5.07,1.67,15,6.14,2.54,7,4.85,2.41,13,4.5,2.38,14,4.45,2.21,11,4.91,1.22,11,5.5,2.2,12,5.64,2.25,11,4.7,2.71,10,4.44,2.53,18,4.57,1.51,7
+paintbrush,6.18,1.14,22,3.33,1.91,21,5.74,2.28,23,6.4,1.52,5,6.12,1.05,17,4.25,1.58,8,2.77,1.92,13,6.11,2.2,9,5.5,2.38,14,6.2,1.14,10,6.17,1.19,12,3.33,2.29,9,3.33,1.67,12,6.0,2.45,15,5.25,1.98,8,6.0,1.22,9,6.31,1.11,13,3.7,1.95,10,3.0,1.9,11,6.62,2.53,13,4.6,1.26,10
+painter,6.6,1.47,20,3.29,1.95,21,5.71,1.92,24,6.0,2.16,4,6.75,1.29,16,3.0,1.63,4,3.35,2.06,17,4.62,2.45,8,6.25,1.39,16,6.62,1.19,8,6.58,1.68,12,2.5,1.35,10,4.0,2.19,11,5.38,1.66,13,6.09,2.21,11,6.73,0.9,11,6.44,2.01,9,3.2,2.25,10,3.36,1.75,11,5.82,1.88,17,5.43,2.15,7
+painting,6.9,1.87,21,3.25,2.49,20,7.32,1.86,19,6.38,1.98,13,7.75,1.39,8,3.29,2.63,7,3.23,2.52,13,7.0,2.08,7,7.5,1.78,12,6.75,1.96,12,7.11,1.83,9,2.33,1.87,9,4.0,2.76,11,7.2,1.81,10,7.44,2.01,9,7.08,2.07,12,6.67,1.66,9,3.43,1.9,7,3.15,2.82,13,7.29,1.89,7,7.33,1.92,12
+pair,5.95,1.8,21,3.35,1.9,20,6.68,2.19,19,5.69,1.55,13,6.38,2.2,8,3.57,2.07,7,3.23,1.88,13,7.14,1.46,7,6.42,2.54,12,5.92,1.68,12,6.0,2.06,9,3.56,1.81,9,3.18,2.04,11,7.4,1.35,10,5.89,2.71,9,5.92,1.88,12,6.0,1.8,9,3.0,2.0,7,3.54,1.9,13,7.0,1.73,7,6.5,2.47,12
+paisley,5.6,1.54,20,3.83,2.35,24,5.32,2.29,28,5.25,1.58,8,5.83,1.53,12,4.11,2.47,9,3.67,2.35,15,4.36,1.95,14,6.29,2.27,14,5.89,1.96,9,5.36,1.12,11,3.92,2.68,12,3.75,2.09,12,5.29,2.79,14,5.36,1.78,14,6.3,1.7,10,4.9,0.99,10,3.83,2.37,12,3.83,2.44,12,5.42,1.98,12,5.25,2.57,16
+pajama,6.86,1.53,21,4.37,2.81,19,6.54,2.13,35,6.38,1.85,8,7.15,1.28,13,5.25,2.36,4,4.13,2.95,15,5.64,2.25,11,6.96,1.99,24,6.85,1.72,13,6.88,1.25,8,3.91,2.74,11,5.0,2.98,8,6.16,2.41,19,7.0,1.71,16,6.36,1.75,11,7.4,1.07,10,5.0,3.26,11,3.5,1.93,8,6.67,2.24,21,6.36,2.02,14
+pal,6.67,2.17,18,3.25,2.31,20,5.11,1.81,18,5.25,2.12,8,7.8,1.48,10,3.57,2.94,7,3.08,2.02,13,5.82,1.08,11,4.0,2.24,7,5.82,2.23,11,8.0,1.29,7,2.56,2.6,9,3.82,1.99,11,5.36,1.91,11,4.71,1.7,7,6.0,2.3,12,8.0,1.1,6,2.75,2.42,12,4.0,2.07,8,5.0,1.73,9,5.22,1.99,9
+palace,6.1,1.86,20,4.67,2.28,40,5.4,2.13,45,6.36,2.01,11,5.78,1.72,9,4.57,2.74,14,4.73,2.05,26,5.4,2.2,15,5.4,2.13,30,5.73,2.1,11,6.56,1.51,9,4.76,2.19,17,4.61,2.39,23,5.26,2.18,23,5.55,2.11,22,6.6,1.9,10,5.6,1.78,10,4.53,2.04,19,4.81,2.52,21,5.69,2.21,29,4.88,1.93,16
+palate,5.89,1.23,18,2.75,1.94,20,4.8,1.66,25,6.0,1.0,5,5.85,1.34,13,2.64,1.96,11,2.89,2.03,9,4.69,1.96,16,5.0,1.0,9,5.71,1.5,7,6.0,1.1,11,2.11,1.96,9,3.27,1.85,11,4.75,1.86,20,5.0,0.0,5,5.44,1.33,9,6.33,1.0,9,2.36,1.75,11,3.22,2.17,9,4.68,1.45,19,5.17,2.32,6
+pale,4.11,1.76,19,3.18,1.94,22,4.18,2.13,22,4.33,1.58,9,3.9,1.97,10,4.0,2.14,8,2.71,1.73,14,4.27,2.2,11,4.09,2.17,11,5.0,1.29,7,3.58,1.83,12,4.0,2.21,10,2.5,1.45,12,4.0,2.12,13,4.44,2.24,9,4.7,1.42,10,3.44,1.94,9,3.38,2.77,8,3.07,1.38,14,4.5,2.31,14,3.62,1.77,8
+paleontology,5.82,1.4,22,3.9,2.63,20,5.59,2.02,22,6.14,1.61,14,5.25,0.71,8,3.82,2.6,11,4.25,2.92,8,5.83,1.94,6,5.5,2.1,16,6.0,1.76,10,5.67,1.07,12,4.6,2.88,10,3.2,2.3,10,5.92,1.75,13,5.11,2.37,9,5.67,1.37,12,6.0,1.49,10,3.54,2.85,13,4.57,2.23,7,4.83,2.25,12,6.5,1.27,10
+palette,5.14,1.98,21,3.3,2.18,23,5.76,2.14,17,5.11,1.54,9,5.17,2.33,12,3.36,2.2,11,3.25,2.26,12,5.67,1.66,9,5.88,2.7,8,4.71,1.7,7,5.38,2.22,13,3.64,2.46,11,3.0,1.95,12,6.0,2.24,7,5.6,2.17,10,4.92,1.89,13,5.5,2.2,8,3.0,2.0,11,3.58,2.39,12,5.0,2.33,8,6.44,1.81,9
+pallet,4.73,1.78,22,4.05,2.5,22,5.95,1.99,20,5.0,1.41,8,4.57,1.99,14,4.4,2.46,10,3.75,2.6,12,7.29,1.89,7,5.23,1.69,13,5.0,1.95,12,4.4,1.58,10,3.36,2.06,11,4.73,2.8,11,6.2,2.24,15,5.2,0.45,5,3.91,1.51,11,5.55,1.69,11,4.7,2.21,10,3.5,2.68,12,6.2,1.55,10,5.7,2.41,10
+palm,6.05,1.7,20,2.67,1.75,18,5.83,2.06,23,6.2,0.84,5,6.0,1.93,15,3.8,1.79,5,2.23,1.59,13,5.77,2.49,13,5.9,1.45,10,6.9,1.6,10,5.2,1.4,10,3.0,1.73,7,2.45,1.81,11,5.56,2.22,16,6.43,1.62,7,5.93,1.73,14,6.33,1.75,6,2.75,1.71,12,2.5,1.97,6,5.86,1.99,14,5.78,2.28,9
+palomino,5.64,1.68,22,4.26,2.26,19,4.38,1.72,21,5.6,1.67,5,5.62,1.78,16,4.12,1.64,8,4.36,2.69,11,4.7,1.16,10,4.09,2.12,11,5.42,1.78,12,5.9,1.6,10,4.0,1.7,10,4.56,2.83,9,3.75,1.6,12,5.22,1.56,9,5.64,1.69,11,5.64,1.75,11,3.62,2.0,8,4.73,2.41,11,5.0,0.71,9,3.92,2.11,12
+palpable,4.85,1.5,20,4.59,2.48,22,5.37,2.29,19,5.22,1.64,9,4.55,1.37,11,2.8,2.17,5,5.06,2.43,16,6.67,2.25,6,4.77,2.13,13,4.71,1.54,14,5.17,1.47,6,4.17,2.55,12,5.0,2.55,9,4.89,2.26,9,5.8,2.35,10,4.4,1.71,10,5.3,1.16,10,4.0,2.59,12,5.3,2.26,10,6.5,1.52,6,4.85,2.44,13
+pamper,7.11,1.33,19,4.38,1.99,21,6.18,2.06,22,6.67,1.58,9,7.5,0.97,10,4.5,2.07,8,4.31,2.02,13,6.36,2.38,11,6.0,1.79,11,6.71,1.7,7,7.33,1.07,12,5.11,1.96,9,3.83,1.9,12,5.85,2.19,13,6.67,1.87,9,7.0,1.41,10,7.22,1.3,9,4.0,2.2,8,4.62,1.89,13,6.36,2.24,14,5.88,1.81,8
+pamphlet,4.37,1.38,19,2.7,1.82,23,5.12,2.05,42,4.17,2.04,6,4.46,1.05,13,3.36,1.91,11,2.08,1.56,12,5.79,1.79,24,4.22,2.07,18,4.4,1.17,10,4.33,1.66,9,3.55,2.02,11,1.92,1.24,12,5.36,2.0,25,4.76,2.14,17,4.0,1.2,8,4.64,1.5,11,2.36,1.63,11,3.0,2.0,12,5.45,2.3,22,4.75,1.71,20
+pan,5.15,1.69,20,3.05,1.32,20,6.0,1.85,25,5.09,1.38,11,5.22,2.11,9,3.29,1.25,7,2.92,1.38,13,5.6,1.9,10,6.27,1.83,15,6.0,2.0,4,4.94,1.61,16,3.1,1.1,10,3.0,1.56,10,5.29,1.7,7,6.28,1.87,18,5.42,1.98,12,4.75,1.16,8,3.5,1.09,12,2.38,1.41,8,5.78,1.86,9,6.12,1.89,16
+pancake,7.71,1.65,21,4.0,2.55,24,5.53,2.09,19,8.0,1.41,9,7.5,1.83,12,5.67,2.66,6,3.59,2.32,17,5.43,2.44,7,5.58,1.98,12,7.62,1.86,16,8.0,0.71,5,4.86,2.57,14,3.0,2.12,9,6.11,2.2,9,5.0,1.94,10,8.25,0.87,12,7.0,2.18,9,3.94,2.59,16,4.12,2.64,8,5.36,2.5,11,5.75,1.49,8
+pancakes,7.43,1.58,42,3.33,2.08,21,6.9,2.31,20,7.86,1.23,14,7.21,1.71,28,3.0,2.0,7,3.5,2.18,14,7.57,1.81,7,6.54,2.54,13,7.5,1.5,18,7.38,1.66,24,4.6,1.65,10,2.18,1.78,11,6.47,2.5,15,8.2,0.84,5,7.27,1.66,26,7.69,1.45,16,3.92,2.1,13,2.38,1.77,8,6.6,1.96,10,7.2,2.7,10
+pancreas,4.14,1.98,21,2.74,2.18,23,5.0,2.54,18,4.44,2.46,9,3.92,1.62,12,3.45,2.42,11,2.08,1.78,12,5.4,2.8,10,4.5,2.27,8,3.86,1.68,7,4.23,2.24,13,3.73,2.41,11,1.83,1.53,12,5.14,2.97,7,4.91,2.39,11,3.46,1.76,13,5.25,1.91,8,2.18,1.83,11,3.25,2.42,12,5.78,2.54,9,4.22,2.44,9
+panda,7.55,1.32,20,4.05,2.61,19,5.14,1.71,21,7.57,0.98,7,7.54,1.51,13,3.5,2.67,8,4.45,2.62,11,5.0,1.1,6,5.2,1.93,15,7.2,1.48,10,7.89,1.17,9,4.0,2.93,8,4.09,2.51,11,4.57,1.65,14,6.29,1.25,7,7.73,1.1,11,7.33,1.58,9,3.82,2.71,11,4.38,2.62,8,4.6,1.58,10,5.64,1.75,11
+pandemonium,4.4,2.3,20,6.15,2.46,20,3.77,2.76,22,4.83,3.31,6,4.21,1.85,14,6.5,2.62,8,5.92,2.43,12,3.67,3.23,12,3.9,2.23,10,5.44,2.55,9,3.55,1.75,11,6.89,1.45,9,5.55,2.98,11,4.57,2.99,7,3.4,2.67,15,5.5,2.59,10,3.3,1.34,10,5.85,2.19,13,6.71,2.98,7,3.75,3.02,12,3.8,2.57,10
+pane,4.95,1.43,21,3.57,1.78,21,4.85,1.81,20,4.8,1.79,5,5.0,1.37,16,4.08,1.51,12,2.89,1.96,9,5.18,1.4,11,3.88,1.55,8,4.83,1.8,12,5.11,0.78,9,3.67,1.8,15,3.33,1.86,6,4.73,1.56,11,5.0,2.18,9,5.31,1.32,13,4.38,1.51,8,3.61,1.79,18,3.33,2.08,3,4.29,1.64,14,6.17,1.6,6
+panel,4.81,0.75,21,2.92,1.44,25,5.0,2.47,22,5.0,1.07,8,4.69,0.48,13,3.0,1.58,13,2.83,1.34,12,5.54,2.63,13,4.22,2.11,9,4.75,0.71,8,4.83,0.83,12,3.5,1.29,14,2.18,1.33,11,5.75,2.38,12,4.1,2.38,10,4.7,0.67,10,4.91,0.83,11,2.47,1.37,17,3.88,1.13,8,4.9,3.03,10,5.08,2.02,12
+pang,4.94,1.35,18,4.5,2.35,20,3.88,1.76,25,5.0,0.71,5,4.92,1.55,13,5.27,2.28,11,3.56,2.19,9,4.0,1.75,16,3.67,1.87,9,5.0,0.58,7,4.91,1.7,11,3.56,2.65,9,5.27,1.85,11,3.75,1.92,20,4.4,0.89,5,4.67,1.41,9,5.22,1.3,9,4.27,2.28,11,4.78,2.54,9,4.32,1.73,19,2.5,1.05,6
+panhandle,4.05,1.43,20,3.26,2.0,19,4.09,1.85,22,4.57,1.4,7,3.77,1.42,13,3.38,1.85,8,3.18,2.18,11,2.67,1.63,6,4.62,1.67,16,4.0,0.94,10,4.22,1.92,9,2.75,1.91,8,3.64,2.06,11,4.53,1.85,15,3.14,1.57,7,3.64,1.5,11,4.56,1.24,9,3.09,1.87,11,3.5,2.27,8,4.27,2.1,11,3.91,1.64,11
+panic,2.56,1.55,39,6.4,2.26,20,2.65,2.06,23,2.47,1.62,17,2.64,1.53,22,6.3,2.91,10,6.5,1.51,10,2.89,2.15,9,2.5,2.07,14,2.47,1.43,19,2.68,1.73,19,6.71,2.98,7,6.23,1.88,13,3.13,2.29,15,1.75,1.16,8,2.61,1.85,23,2.5,1.03,16,6.0,2.45,10,6.8,2.1,10,2.92,2.63,13,2.3,0.95,10
+panicky,3.84,1.92,19,7.0,1.97,21,4.13,2.1,23,3.8,1.1,5,3.69,2.18,13,6.17,2.86,6,7.33,1.5,15,4.4,2.01,10,3.92,2.22,13,2.86,1.46,7,4.27,2.0,11,6.14,3.02,7,7.43,1.09,14,4.0,1.61,11,4.25,2.53,12,3.83,1.9,12,3.86,2.12,7,6.36,2.54,11,7.7,0.67,10,4.43,1.79,14,3.67,2.55,9
+pansy,4.1,2.19,21,3.96,2.75,25,4.05,2.57,19,3.22,1.56,9,4.75,2.42,12,4.0,3.35,6,3.94,2.71,18,3.43,2.7,7,4.42,2.54,12,3.62,1.71,16,5.6,3.05,5,3.71,3.24,14,4.3,2.16,10,4.11,3.14,9,4.0,2.11,10,4.42,2.54,12,3.67,1.66,9,4.38,2.87,16,3.22,2.49,9,3.82,2.82,11,4.38,2.33,8
+pant,5.33,1.64,18,3.9,2.75,20,4.56,1.65,18,4.75,1.67,8,5.8,1.55,10,4.29,2.87,7,3.69,2.78,13,4.45,1.13,11,4.71,2.36,7,5.0,1.73,11,5.86,1.46,7,3.33,3.32,9,4.36,2.25,11,4.45,2.11,11,4.71,0.49,7,4.83,1.4,12,6.33,1.75,6,2.83,2.59,12,5.5,2.27,8,5.11,1.83,9,4.0,1.32,9
+pantheon,5.9,1.55,20,4.85,2.58,20,5.04,2.09,26,5.55,1.51,11,6.33,1.58,9,6.57,1.9,7,3.92,2.47,13,4.92,2.25,13,5.15,1.99,13,6.36,1.91,11,5.33,0.71,9,4.73,2.45,11,5.0,2.87,9,5.35,2.4,17,4.44,1.24,9,5.7,1.42,10,6.1,1.73,10,4.83,2.69,12,4.88,2.59,8,5.38,2.13,16,4.5,2.01,10
+panther,6.1,2.43,21,5.45,2.14,20,4.4,2.2,25,6.57,1.72,7,5.86,2.74,14,5.91,2.21,11,4.89,2.03,9,3.94,2.21,16,5.22,2.05,9,6.12,2.03,8,6.08,2.72,13,4.67,2.4,9,6.09,1.76,11,4.2,2.14,20,5.2,2.49,5,6.64,2.5,11,5.5,2.32,10,5.64,2.16,11,5.22,2.22,9,4.37,1.98,19,4.5,3.02,6
+panties,6.38,1.77,21,5.65,2.7,20,4.95,2.78,21,7.33,1.37,6,6.0,1.81,15,8.0,0.93,8,4.08,2.31,12,4.55,2.73,11,5.4,2.91,10,6.67,1.51,6,6.27,1.91,15,6.3,2.95,10,5.0,2.4,10,4.07,2.84,14,6.71,1.7,7,6.43,2.23,7,6.36,1.6,14,5.36,2.98,14,6.33,1.97,6,5.42,2.97,12,4.33,2.55,9
+pantry,5.38,1.5,21,4.0,2.29,20,6.14,1.96,21,5.33,0.52,6,5.4,1.76,15,4.5,2.33,8,3.67,2.31,12,5.91,2.17,11,6.4,1.78,10,4.67,1.86,6,5.67,1.29,15,4.5,2.72,10,3.5,1.78,10,5.57,2.03,14,7.29,1.25,7,5.29,0.95,7,5.43,1.74,14,4.07,2.64,14,3.83,1.33,6,5.75,2.05,12,6.67,1.8,9
+pants,5.62,1.56,21,3.8,2.71,20,6.29,2.12,21,6.17,0.98,6,5.4,1.72,15,4.88,2.36,8,3.08,2.78,12,5.45,2.34,11,7.2,1.48,10,5.83,1.17,6,5.53,1.73,15,4.0,2.75,10,3.6,2.8,10,5.86,2.35,14,7.14,1.35,7,5.86,2.27,7,5.5,1.16,14,4.0,2.94,14,3.33,2.25,6,6.08,2.23,12,6.56,2.07,9
+panty,5.94,1.73,18,5.0,2.51,21,5.35,2.69,23,8.33,0.58,3,5.47,1.46,15,6.12,2.42,8,4.31,2.39,13,4.56,3.0,9,5.86,2.44,14,5.89,1.69,9,6.0,1.87,9,5.44,2.4,9,4.67,2.64,12,5.73,2.79,15,4.62,2.5,8,5.86,1.95,7,6.0,1.67,11,5.9,2.13,10,4.18,2.64,11,5.31,3.04,13,5.4,2.32,10
+pantyhose,5.5,1.91,20,4.08,2.08,24,5.44,2.79,27,5.5,0.76,8,5.5,2.43,12,4.33,2.69,9,3.93,1.71,15,5.07,2.95,14,5.85,2.67,13,5.22,2.49,9,5.73,1.35,11,4.5,1.88,12,3.67,2.27,12,4.86,3.21,14,6.08,2.22,13,5.8,2.15,10,5.2,1.69,10,4.58,1.88,12,3.58,2.23,12,5.17,2.92,12,5.67,2.77,15
+pap,4.71,1.9,21,3.52,2.43,25,4.11,2.16,19,4.78,1.64,9,4.67,2.15,12,2.83,2.48,6,3.78,2.51,18,3.86,1.68,7,4.25,2.45,12,4.88,1.93,16,4.2,1.92,5,2.93,2.46,14,4.4,2.37,10,3.56,2.55,9,4.6,1.71,10,5.08,2.15,12,4.22,1.48,9,3.75,2.32,16,3.11,2.71,9,3.82,2.04,11,4.5,2.39,8
+papa,7.0,1.82,21,4.4,2.96,20,6.37,2.63,19,6.38,1.76,13,8.0,1.51,8,3.29,2.21,7,5.0,3.21,13,7.29,1.6,7,5.83,3.01,12,7.33,1.56,12,6.56,2.13,9,3.78,2.39,9,4.91,3.39,11,7.0,2.0,10,5.67,3.16,9,7.08,1.56,12,6.89,2.2,9,5.14,2.54,7,4.0,3.19,13,6.43,3.15,7,6.33,2.42,12
+papaya,6.43,1.75,21,4.4,2.48,25,5.58,2.17,19,5.78,1.09,9,6.92,2.02,12,5.0,2.61,6,4.17,2.55,18,5.43,2.07,7,5.67,2.31,12,6.19,1.8,16,7.2,1.48,5,4.5,2.93,14,4.2,1.99,10,5.89,2.62,9,5.3,1.77,10,6.25,1.36,12,6.67,2.24,9,4.75,2.18,16,3.78,2.99,9,5.18,2.52,11,6.12,1.55,8
+paper,5.42,1.62,40,3.52,2.58,48,5.64,2.3,61,5.13,1.64,15,5.6,1.61,25,4.26,2.47,19,3.03,2.57,29,6.0,2.63,31,5.27,1.87,30,5.74,1.85,19,5.14,1.35,21,4.42,2.54,24,2.62,2.34,24,5.92,2.56,36,5.24,1.85,25,5.38,1.71,24,5.5,1.51,16,3.61,2.62,33,3.33,2.55,15,6.23,2.32,31,5.03,2.16,30
+paperback,6.5,1.5,22,4.84,2.36,19,5.48,2.34,21,5.6,0.89,5,6.88,1.54,16,4.88,2.64,8,4.82,2.27,11,5.8,2.49,10,5.18,2.27,11,6.33,1.37,12,6.7,1.7,10,4.7,2.31,10,5.0,2.55,9,5.25,2.73,12,5.78,1.79,9,6.55,1.69,11,6.45,1.37,11,3.88,2.59,8,5.55,2.02,11,6.11,2.26,9,5.0,2.37,12
+paperboy,5.41,1.65,22,3.19,2.18,21,5.32,1.91,22,5.14,1.83,14,5.88,1.25,8,3.91,2.39,11,2.56,1.74,9,4.83,2.4,6,5.5,1.75,16,5.0,2.11,10,5.75,1.14,12,3.0,1.95,11,3.4,2.5,10,5.0,1.73,13,5.78,2.17,9,5.08,1.51,12,5.8,1.81,10,3.38,2.5,13,2.88,1.64,8,5.08,1.68,12,5.6,2.22,10
+paperweight,5.05,1.59,22,3.38,2.25,26,5.62,2.1,24,4.67,1.73,9,5.31,1.49,13,2.8,2.2,10,3.75,2.27,16,5.89,2.42,9,5.47,1.96,15,5.25,1.49,8,4.93,1.69,14,3.31,2.29,13,3.46,2.3,13,4.75,2.18,12,6.5,1.68,12,5.0,1.35,12,5.1,1.91,10,2.73,2.25,15,4.27,2.0,11,5.62,1.98,13,5.64,2.34,11
+paperwork,4.25,1.97,20,4.1,2.65,20,5.23,2.18,26,3.73,1.95,11,4.89,1.9,9,4.86,3.39,7,3.69,2.21,13,4.46,2.11,13,6.0,2.04,13,4.82,1.72,11,3.56,2.13,9,4.18,2.93,11,4.0,2.45,9,5.53,2.4,17,4.67,1.66,9,4.7,2.0,10,3.8,1.93,10,3.75,3.02,12,4.62,2.07,8,4.75,2.29,16,6.0,1.83,10
+paprika,6.4,1.35,20,4.09,2.27,22,5.69,1.89,26,7.0,1.33,10,5.8,1.14,10,4.4,2.12,10,3.83,2.44,12,5.45,2.11,11,6.0,1.75,14,6.4,1.51,10,6.4,1.26,10,4.7,2.16,10,3.58,2.31,12,5.65,2.12,17,6.0,1.41,8,6.69,1.38,13,5.86,1.21,7,3.93,2.37,14,4.38,2.2,8,5.59,2.15,17,5.89,1.36,9
+par,4.85,1.79,20,2.94,2.18,18,5.67,2.26,24,4.4,1.34,5,5.0,1.93,15,4.0,2.83,5,2.54,1.85,13,5.85,2.79,13,5.45,1.51,11,5.1,1.45,10,4.6,2.12,10,3.86,2.73,7,2.36,1.63,11,5.88,2.39,16,5.25,2.05,8,4.29,1.27,14,6.17,2.23,6,3.08,2.23,12,2.67,2.25,6,5.8,2.21,15,5.44,2.46,9
+parachute,5.2,1.4,20,4.94,2.39,18,4.09,2.11,22,5.4,0.89,5,5.13,1.55,15,5.83,1.33,6,4.5,2.71,12,4.3,1.34,10,3.92,2.64,12,5.9,0.99,10,4.5,1.43,10,6.0,1.7,10,3.62,2.56,8,4.36,2.46,11,3.82,1.78,11,5.17,1.53,12,5.25,1.28,8,4.22,2.54,9,5.67,2.12,9,4.27,2.41,11,3.91,1.87,11
+parade,6.37,1.26,19,4.8,1.82,20,5.78,2.37,23,6.0,2.65,3,6.44,0.96,16,4.75,1.67,8,4.83,1.99,12,5.67,2.65,9,5.86,2.28,14,6.89,1.05,9,5.9,1.29,10,5.38,0.92,8,4.42,2.19,12,5.73,2.81,15,5.88,1.36,8,6.0,0.82,7,6.58,1.44,12,5.56,1.42,9,4.18,1.94,11,5.85,2.76,13,5.7,1.89,10
+paradigm,5.55,1.19,20,4.71,1.9,21,5.0,2.51,34,5.0,0.67,10,6.1,1.37,10,4.5,1.85,8,4.85,1.99,13,4.86,2.51,14,5.1,2.57,20,5.56,1.42,9,5.55,1.04,11,5.15,1.91,13,4.0,1.77,8,5.0,2.58,22,5.0,2.49,12,5.7,1.25,10,5.4,1.17,10,4.71,1.9,14,4.71,2.06,7,5.71,2.28,17,4.29,2.59,17
+paradise,7.0,2.33,22,4.82,2.95,22,7.9,1.58,21,7.25,1.75,8,6.86,2.66,14,4.92,2.97,12,4.7,3.09,10,8.09,1.22,11,7.7,1.95,10,6.55,2.84,11,7.45,1.69,11,4.78,3.42,9,4.85,2.73,13,7.69,1.89,13,8.25,0.89,8,6.8,2.1,10,7.17,2.59,12,5.11,2.62,9,4.62,3.25,13,7.92,1.26,13,7.88,2.1,8
+paradox,5.4,1.23,20,5.0,2.16,22,4.26,1.91,19,5.78,1.64,9,5.09,0.7,11,5.6,2.97,5,4.81,2.01,16,2.17,0.98,6,5.23,1.36,13,5.64,1.15,14,4.83,1.33,6,4.42,2.54,12,5.78,1.48,9,4.89,0.6,9,3.7,2.5,10,5.5,1.43,10,5.3,1.06,10,4.33,2.64,12,5.8,1.03,10,3.5,2.07,6,4.62,1.8,13
+paraffin,5.1,1.48,20,3.11,2.03,18,5.29,2.29,24,5.0,1.58,5,5.13,1.51,15,3.4,1.82,5,3.0,2.16,13,5.0,2.83,13,5.64,1.5,11,5.6,1.35,10,4.6,1.51,10,3.57,1.9,7,2.82,2.14,11,5.25,2.41,16,5.38,2.2,8,5.0,1.66,14,5.33,1.03,6,3.33,2.15,12,2.67,1.86,6,5.2,2.4,15,5.44,2.24,9
+paragraph,5.4,2.06,20,3.26,1.71,23,5.1,1.7,21,5.6,2.61,5,5.33,1.95,15,3.83,1.59,12,2.64,1.69,11,5.09,1.7,11,4.67,1.22,9,5.27,2.49,11,5.56,1.51,9,3.56,1.79,16,2.57,1.4,7,5.18,0.75,11,5.0,2.4,10,5.54,2.15,13,5.14,2.04,7,3.16,1.77,19,3.75,1.5,4,4.79,1.05,14,5.71,2.56,7
+parakeet,6.65,1.53,20,4.5,2.26,18,4.55,2.22,22,5.6,1.82,5,7.0,1.31,15,4.67,2.58,6,4.42,2.19,12,4.9,1.73,10,4.25,2.6,12,6.6,1.26,10,6.7,1.83,10,4.6,1.96,10,4.38,2.72,8,4.36,1.86,11,4.73,2.61,11,6.75,1.29,12,6.5,1.93,8,4.89,2.98,9,4.11,1.27,9,5.36,2.11,11,3.73,2.1,11
+paralegal,4.52,1.86,21,3.28,2.09,25,5.47,2.04,19,5.11,1.96,9,4.08,1.73,12,3.17,2.04,6,3.33,2.22,18,4.0,1.73,7,6.33,1.72,12,4.5,1.93,16,4.6,1.82,5,3.0,2.15,14,3.7,2.16,10,5.56,2.01,9,5.4,2.17,10,4.42,2.19,12,4.67,1.41,9,3.5,2.19,16,2.89,1.96,9,5.64,2.29,11,5.25,1.75,8
+parallel,5.29,1.52,21,2.87,2.05,23,5.56,2.28,18,5.78,1.79,9,4.92,1.24,12,3.64,2.25,11,2.17,1.64,12,5.7,2.41,10,5.38,2.26,8,6.0,2.31,7,5.0,0.82,13,3.73,2.2,11,2.08,1.62,12,5.43,3.41,7,5.64,1.36,11,5.38,1.89,13,5.12,0.64,8,2.18,1.54,11,3.5,2.32,12,4.33,2.12,9,6.78,1.79,9
+paralysis,2.9,2.09,42,5.07,2.52,42,2.9,2.15,20,3.32,2.38,19,2.57,1.8,23,4.53,2.47,15,5.37,2.54,27,3.71,2.14,7,2.46,2.11,13,3.3,2.29,23,2.42,1.77,19,4.27,2.22,15,5.52,2.61,27,3.47,2.2,15,1.2,0.45,5,3.38,2.36,24,2.28,1.53,18,5.05,2.48,22,5.1,2.63,20,3.3,2.31,10,2.5,2.01,10
+paralyze,2.52,1.78,21,4.47,2.37,19,3.05,2.61,20,3.0,0.0,5,2.4,2.1,15,4.62,2.72,8,4.36,2.2,11,3.0,2.4,9,3.09,2.88,11,2.42,1.08,12,2.67,2.5,9,5.7,1.42,10,3.11,2.52,9,3.42,2.81,12,2.5,2.33,8,1.82,0.87,11,3.3,2.21,10,5.12,2.17,8,4.0,2.49,11,3.5,2.93,8,2.75,2.45,12
+paramedic,5.16,2.5,19,4.9,2.64,21,4.5,2.35,28,5.83,2.71,6,4.85,2.44,13,5.0,2.53,11,4.8,2.9,10,4.09,2.43,11,4.76,2.33,17,4.73,2.0,11,5.75,3.11,8,5.45,2.11,11,4.3,3.13,10,4.56,2.38,18,4.4,2.41,10,4.85,2.48,13,5.83,2.64,6,4.31,2.69,13,5.88,2.42,8,4.0,2.42,16,5.17,2.17,12
+paramedics,5.05,1.59,22,4.67,2.82,21,3.82,1.87,22,5.14,1.51,14,4.88,1.81,8,4.82,2.75,11,4.89,2.93,9,3.67,1.63,6,3.88,2.0,16,4.9,1.29,10,5.17,1.85,12,3.82,2.56,11,5.6,2.91,10,3.77,1.74,13,3.89,2.15,9,5.25,1.42,12,4.8,1.81,10,4.69,3.09,13,4.62,2.5,8,4.08,1.88,12,3.5,1.9,10
+paramilitary,3.82,1.59,22,4.05,2.44,22,4.79,2.72,19,4.62,1.77,8,3.54,1.2,13,4.62,2.62,8,3.69,2.46,13,4.57,2.7,7,4.82,2.96,11,3.75,1.04,8,4.08,1.75,13,3.33,2.6,9,4.54,2.3,13,3.43,2.44,7,5.58,2.64,12,4.0,1.41,11,3.64,1.8,11,2.12,2.1,8,5.14,1.92,14,5.06,2.74,16,3.33,2.52,3
+paranoia,2.6,1.43,20,5.57,2.52,21,4.56,2.66,25,3.33,1.53,3,2.47,1.42,17,5.29,3.09,7,5.69,2.39,13,5.88,2.1,8,3.94,2.73,17,2.86,1.68,7,2.46,1.33,13,6.14,1.46,7,5.23,3.03,13,5.0,2.54,14,4.0,2.83,11,2.67,1.5,9,2.55,1.44,11,6.55,2.16,11,4.5,2.55,10,4.17,2.41,18,5.57,3.21,7
+paranoid,2.9,1.18,21,5.09,2.75,23,3.81,2.58,26,3.18,1.17,11,2.6,1.17,10,5.45,3.01,11,4.75,2.56,12,3.82,2.4,11,3.93,2.84,14,3.2,1.4,10,2.64,0.92,11,5.0,3.03,11,5.17,2.59,12,4.29,2.57,17,3.0,2.62,8,2.54,0.88,13,3.5,1.41,8,4.73,2.76,15,5.75,2.76,8,4.06,2.7,17,3.33,2.4,9
+paranormal,4.05,1.75,21,4.42,2.81,24,4.25,2.67,20,4.0,1.31,8,4.08,2.02,13,5.67,3.78,6,4.0,2.4,18,5.09,2.63,11,3.22,2.49,9,4.0,2.0,12,4.11,1.45,9,5.0,2.58,10,4.0,2.99,14,4.08,2.66,13,4.57,2.88,7,4.43,1.91,14,3.29,1.11,7,4.31,2.98,16,4.62,2.62,8,4.75,2.56,12,3.5,2.83,8
+paraphernalia,5.11,1.88,19,5.18,2.61,22,4.59,2.04,22,5.44,1.74,9,4.8,2.04,10,6.12,2.17,8,4.64,2.76,14,4.91,2.3,11,4.27,1.79,11,5.14,0.9,7,5.08,2.31,12,5.3,2.06,10,5.08,3.09,12,4.15,2.08,13,5.22,1.92,9,5.4,1.65,10,4.78,2.17,9,5.62,2.72,8,4.93,2.62,14,5.21,2.01,14,3.5,1.69,8
+paraplegic,2.85,1.73,20,3.82,2.11,22,2.6,1.71,25,3.1,2.13,10,2.6,1.26,10,3.36,2.11,11,4.27,2.1,11,3.18,1.83,11,1.92,1.32,13,2.5,1.51,10,3.2,1.93,10,4.0,2.32,11,3.64,1.96,11,2.69,1.89,16,2.12,1.13,8,2.67,2.06,12,3.12,1.13,8,4.13,2.17,15,3.14,1.95,7,2.62,1.71,16,2.56,1.81,9
+parasite,1.9,0.94,21,5.65,2.1,23,3.08,1.41,25,1.91,0.94,11,1.9,0.99,10,5.27,2.05,11,6.0,2.17,12,2.82,1.4,11,3.23,1.48,13,1.9,0.88,10,1.91,1.04,11,5.55,2.25,11,5.75,2.05,12,3.38,1.36,16,2.38,1.41,8,1.92,1.04,13,1.88,0.83,8,5.4,2.03,15,6.12,2.3,8,3.18,1.29,17,2.88,1.73,8
+parasitic,1.95,1.03,19,4.82,2.06,22,2.71,1.63,24,1.83,0.98,6,2.0,1.08,13,4.58,2.11,12,5.1,2.08,10,3.25,1.91,8,2.44,1.46,16,2.3,1.06,10,1.56,0.88,9,4.89,1.96,9,4.77,2.2,13,2.71,1.69,17,2.5,1.64,6,1.88,1.25,8,2.0,0.89,11,4.44,2.24,9,5.08,1.98,13,2.62,1.78,16,2.88,1.36,8
+parasol,5.57,1.78,21,3.5,2.16,20,4.91,2.27,22,4.67,1.86,6,5.93,1.67,15,3.5,2.45,8,3.5,2.07,12,4.25,2.3,12,5.7,2.06,10,5.0,1.94,9,6.0,1.6,12,3.44,2.3,9,3.55,2.16,11,3.0,1.63,7,5.8,1.97,15,5.6,2.17,10,5.55,1.44,11,2.92,1.71,13,4.57,2.64,7,4.92,2.61,12,4.9,1.91,10
+parcel,5.45,1.39,20,4.18,2.54,22,5.83,1.72,18,5.0,1.58,9,5.82,1.17,11,3.0,2.45,5,4.44,2.58,16,6.17,1.94,6,5.67,1.67,12,5.14,1.1,14,6.17,1.83,6,4.42,2.47,12,3.67,2.78,9,5.0,1.22,9,6.67,1.8,9,5.4,1.07,10,5.5,1.72,10,3.75,2.63,12,4.7,2.45,10,6.5,1.64,6,5.5,1.73,12
+parched,3.3,1.49,20,4.91,2.07,22,4.38,2.18,21,3.11,1.05,9,3.45,1.81,11,5.2,2.39,10,4.67,1.83,12,4.12,1.96,8,4.54,2.37,13,3.29,1.54,14,3.33,1.51,6,5.5,2.45,8,4.57,1.83,14,5.25,2.71,8,3.85,1.68,13,2.9,1.6,10,3.7,1.34,10,4.58,2.31,12,5.3,1.77,10,4.17,2.29,12,4.67,2.12,9
+parchment,5.48,1.75,21,2.9,2.1,20,5.23,2.31,22,5.17,2.14,6,5.6,1.64,15,2.0,1.41,8,3.5,2.32,12,4.92,2.19,12,5.6,2.5,10,5.78,1.99,9,5.25,1.6,12,2.67,1.8,9,3.09,2.39,11,4.71,2.06,7,5.47,2.45,15,5.0,2.0,10,5.91,1.45,11,2.62,1.8,13,3.43,2.64,7,4.67,2.64,12,5.9,1.73,10
+pardon,5.5,2.26,18,2.8,2.09,20,5.0,2.28,18,4.0,1.6,8,6.7,2.0,10,2.14,1.46,7,3.15,2.34,13,5.45,1.86,11,4.29,2.81,7,4.73,2.05,11,6.71,2.14,7,2.0,2.29,9,3.45,1.75,11,5.27,2.1,11,4.57,2.64,7,4.67,1.92,12,7.17,2.04,6,2.33,2.23,12,3.5,1.77,8,5.33,2.83,9,4.67,1.66,9
+parent,6.73,1.91,22,4.14,2.63,21,5.0,2.8,16,4.67,1.63,6,7.53,1.41,15,2.43,2.23,7,5.0,2.45,14,5.62,2.62,8,4.38,3.02,8,6.5,2.1,14,7.14,1.68,7,4.0,2.55,9,4.25,2.8,12,4.67,3.12,9,5.43,2.51,7,6.36,2.02,14,7.38,1.6,8,3.83,2.71,6,4.27,2.69,15,4.44,3.24,9,5.71,2.14,7
+parental,6.21,1.81,19,2.73,2.35,22,5.93,2.61,28,6.0,1.55,6,6.31,1.97,13,2.82,2.64,11,2.64,2.16,11,6.18,2.86,11,5.76,2.51,17,6.0,2.1,11,6.5,1.41,8,1.91,1.45,11,3.55,2.84,11,5.5,2.41,18,6.7,2.91,10,6.08,1.93,13,6.5,1.64,6,2.93,2.7,14,2.38,1.69,8,5.38,2.85,16,6.67,2.15,12
+parenthood,6.05,2.37,20,6.0,2.61,18,5.38,2.98,24,6.0,2.92,5,6.07,2.28,15,5.8,3.19,5,6.08,2.5,13,4.31,2.98,13,6.64,2.54,11,6.5,2.51,10,5.6,2.27,10,6.29,2.98,7,5.82,2.48,11,5.31,2.77,16,5.5,3.55,8,5.64,2.59,14,7.0,1.55,6,6.33,2.64,12,5.33,2.66,6,5.53,3.11,15,5.11,2.89,9
+parenting,7.24,1.79,21,4.92,2.41,24,6.27,2.49,22,6.62,2.26,8,7.62,1.39,13,5.92,2.47,13,3.73,1.79,11,6.85,2.3,13,5.44,2.65,9,6.62,2.45,8,7.67,1.23,12,5.0,2.11,14,4.8,2.9,10,6.5,2.28,12,6.0,2.83,10,6.8,2.1,10,7.64,1.43,11,4.82,2.46,17,5.14,2.48,7,6.7,2.95,10,5.92,2.11,12
+pariah,3.71,2.12,21,3.65,2.67,23,4.56,2.77,18,4.56,2.35,9,3.08,1.78,12,4.09,2.39,11,3.25,2.96,12,4.7,2.91,10,4.38,2.77,8,4.86,1.35,7,3.23,2.31,13,4.27,2.76,11,3.08,2.57,12,5.14,3.29,7,4.18,2.48,11,3.69,2.1,13,3.75,2.31,8,3.45,2.54,11,3.83,2.89,12,4.0,2.69,9,5.11,2.89,9
+parish,4.0,1.73,17,3.45,1.99,20,5.57,2.48,23,2.5,0.71,2,4.2,1.74,15,3.88,2.3,8,3.17,1.8,12,6.44,1.59,9,5.0,2.83,14,5.14,1.57,7,3.2,1.4,10,3.89,1.62,9,3.09,2.26,11,6.07,2.6,15,4.62,2.07,8,3.67,1.51,6,4.18,1.89,11,3.44,1.51,9,3.45,2.38,11,5.38,3.23,13,5.8,1.03,10
+park,7.0,1.61,18,2.7,2.08,20,5.56,1.98,18,6.12,1.81,8,7.7,1.06,10,3.0,1.91,7,2.54,2.22,13,5.82,1.54,11,5.14,2.61,7,6.36,1.63,11,8.0,1.0,7,2.44,2.51,9,2.91,1.76,11,6.09,1.58,11,4.71,2.36,7,6.83,1.64,12,7.33,1.63,6,2.67,2.35,12,2.75,1.75,8,6.33,1.87,9,4.78,1.86,9
+parka,5.84,1.01,19,2.72,2.19,18,5.86,1.75,22,5.86,0.9,7,5.83,1.11,12,3.12,2.64,8,2.4,1.84,10,6.17,2.4,6,5.75,1.53,16,5.44,1.13,9,6.22,0.83,9,2.5,1.6,8,2.9,2.64,10,6.0,2.07,15,5.57,0.79,7,5.82,1.17,11,5.88,0.83,8,2.27,1.74,11,3.43,2.76,7,6.09,2.34,11,5.64,0.92,11
+parking,4.57,1.72,21,3.8,2.04,20,6.47,2.46,19,4.85,1.99,13,4.12,1.13,8,4.57,1.27,7,3.38,2.29,13,7.29,1.5,7,6.0,2.83,12,5.0,2.13,12,4.0,0.71,9,4.0,2.06,9,3.64,2.11,11,6.4,2.32,10,6.56,2.74,9,4.67,2.19,12,4.44,0.88,9,4.14,1.46,7,3.62,2.33,13,6.86,2.04,7,6.25,2.73,12
+parkinsons,2.09,1.38,22,4.76,2.51,21,3.3,2.49,20,2.12,1.46,8,2.07,1.38,14,5.1,2.73,10,4.45,2.38,11,4.14,2.79,7,2.85,2.3,13,2.0,1.28,12,2.2,1.55,10,4.09,1.97,11,5.5,2.92,10,3.67,2.66,15,2.2,1.64,5,2.3,1.16,10,1.92,1.56,12,5.22,2.22,9,4.42,2.75,12,3.5,2.32,10,3.1,2.77,10
+parlay,5.15,1.42,20,3.29,2.34,17,5.38,2.22,24,5.4,0.55,5,5.07,1.62,15,3.8,1.79,5,3.08,2.57,12,4.77,2.59,13,6.09,1.51,11,5.1,1.45,10,5.2,1.48,10,4.43,2.7,7,2.5,1.78,10,5.31,2.18,16,5.5,2.45,8,5.07,1.49,14,5.33,1.37,6,3.73,2.49,11,2.5,1.97,6,5.67,2.16,15,4.89,2.37,9
+parliament,4.9,1.89,20,2.81,1.86,21,4.08,2.06,25,5.0,2.58,4,4.88,1.78,16,3.25,2.06,4,2.71,1.86,17,3.78,2.22,9,4.25,2.02,16,4.88,2.17,8,4.92,1.78,12,3.2,1.99,10,2.45,1.75,11,3.93,2.06,14,4.27,2.15,11,5.09,1.81,11,4.67,2.06,9,2.6,2.01,10,3.0,1.79,11,4.28,2.24,18,3.57,1.51,7
+parlor,5.85,2.16,20,2.71,1.85,21,5.29,1.9,24,5.5,3.11,4,5.94,1.98,16,3.75,1.26,4,2.47,1.91,17,5.88,2.53,8,5.0,1.51,16,5.62,2.13,8,6.0,2.26,12,3.0,1.76,10,2.45,1.97,11,5.54,1.9,13,5.0,1.95,11,6.36,1.12,11,5.22,2.95,9,1.7,1.25,10,3.64,1.86,11,5.35,2.0,17,5.14,1.77,7
+parmesan,7.0,1.6,19,4.22,2.37,23,5.58,2.12,19,6.22,1.2,9,7.7,1.64,10,3.86,2.34,7,4.53,2.45,15,6.1,2.13,10,5.0,2.06,9,7.11,1.83,9,6.9,1.45,10,4.5,2.55,10,4.17,2.33,12,5.12,1.55,8,5.6,2.37,10,7.33,1.44,12,6.43,1.81,7,3.9,2.34,20,6.33,1.53,3,5.62,2.0,8,5.55,2.3,11
+parody,5.75,2.1,20,4.76,2.19,21,5.52,2.29,25,5.82,1.66,11,5.67,2.65,9,5.43,2.15,7,4.43,2.21,14,4.6,2.55,10,6.13,1.96,15,8.0,2.0,4,5.19,1.76,16,5.5,2.46,10,4.09,1.76,11,5.14,2.41,7,5.67,2.3,18,5.75,2.34,12,5.75,1.83,8,5.08,2.25,13,4.25,2.12,8,4.44,2.3,9,6.12,2.13,16
+parole,3.25,1.74,20,4.91,2.24,22,4.38,2.06,21,3.22,1.64,9,3.27,1.9,11,4.7,2.63,10,5.08,1.98,12,4.62,1.69,8,4.23,2.31,13,3.21,1.48,14,3.33,2.42,6,4.0,2.07,8,5.43,2.24,14,5.62,1.6,8,3.62,1.98,13,3.4,1.65,10,3.1,1.91,10,4.83,2.33,12,5.0,2.26,10,4.58,2.5,12,4.11,1.36,9
+parrot,6.79,1.36,19,4.65,2.41,20,4.25,2.29,20,6.33,0.58,3,6.88,1.45,16,4.5,2.59,6,4.71,2.43,14,4.67,1.63,6,4.07,2.56,14,6.7,1.16,10,6.89,1.62,9,4.17,2.79,6,4.86,2.32,14,3.9,2.42,10,4.6,2.22,10,6.88,1.25,8,6.73,1.49,11,3.62,2.26,8,5.33,2.35,12,4.88,2.8,8,3.83,1.9,12
+parsley,6.26,2.18,19,2.77,1.82,22,4.26,2.14,23,6.73,1.9,11,5.57,2.7,7,3.12,1.89,8,2.57,1.83,14,3.71,2.56,7,4.5,1.97,16,6.5,1.93,8,6.09,2.43,11,2.22,1.3,9,3.15,2.08,13,3.82,2.04,11,4.67,2.23,12,5.83,2.55,12,7.0,1.15,7,2.73,2.37,11,2.82,1.17,11,4.08,2.47,13,4.5,1.72,10
+part,4.77,1.29,39,3.36,2.17,22,5.21,1.87,19,5.14,1.08,22,4.29,1.4,17,3.71,2.69,7,3.21,2.04,14,5.6,2.07,10,4.78,1.64,9,4.96,1.36,23,4.5,1.15,16,4.0,2.58,10,2.82,1.78,11,5.12,1.96,8,5.1,1.91,10,4.53,1.26,19,5.0,1.3,20,3.47,2.22,19,2.67,2.08,3,5.0,1.77,8,5.36,2.01,11
+partake,5.79,1.62,19,4.3,2.41,20,6.8,1.99,20,6.67,1.53,3,5.87,1.36,15,4.7,2.16,10,3.9,2.69,10,6.9,1.37,10,6.7,2.54,10,5.67,1.97,6,6.17,1.03,12,4.29,2.36,7,4.31,2.53,13,6.12,2.7,8,7.25,1.29,12,5.75,1.42,12,5.86,2.04,7,5.1,2.56,10,3.5,2.07,10,7.33,2.5,9,6.36,1.43,11
+partial,5.29,1.62,21,3.8,2.59,20,5.59,2.48,22,5.83,1.6,6,5.07,1.62,15,4.25,2.76,8,3.5,2.54,12,5.67,2.5,12,5.5,2.59,10,6.33,1.58,9,4.5,1.17,12,4.44,2.55,9,3.27,2.61,11,4.29,2.81,7,6.2,2.14,15,5.4,1.71,10,5.18,1.6,11,3.69,2.63,13,4.0,2.71,7,5.5,2.91,12,5.7,2.0,10
+participant,5.32,1.92,19,3.29,2.22,21,6.43,1.78,23,5.27,1.62,11,5.0,2.31,7,3.71,2.5,7,3.07,2.13,14,7.0,1.83,7,6.19,1.76,16,5.0,1.93,8,5.55,1.97,11,3.25,3.11,8,3.31,1.6,13,6.73,1.49,11,6.17,2.04,12,5.08,2.31,12,5.71,0.95,7,3.18,2.79,11,3.4,1.51,10,6.54,2.11,13,6.3,1.34,10
+participate,5.5,1.54,20,4.44,2.53,18,6.42,2.39,24,5.8,1.3,5,5.4,1.64,15,4.6,2.51,5,4.38,2.63,13,5.77,2.62,13,7.18,1.94,11,6.2,1.03,10,4.8,1.69,10,5.0,2.31,7,4.09,2.7,11,6.06,2.32,16,7.12,2.53,8,5.07,1.49,14,6.5,1.22,6,4.58,1.88,12,4.17,3.71,6,7.27,2.15,15,5.0,2.18,9
+participation,6.15,1.69,20,3.55,2.6,22,6.3,1.88,27,6.22,1.3,9,6.09,2.02,11,2.71,2.36,7,3.93,2.69,15,6.41,2.06,17,6.1,1.6,10,6.5,1.84,10,5.8,1.55,10,3.8,3.42,5,3.47,2.43,17,6.0,2.11,14,6.62,1.61,13,6.67,1.61,12,5.38,1.6,8,3.5,3.06,10,3.58,2.27,12,6.5,1.74,14,6.08,2.06,13
+particle,5.24,1.7,21,4.74,2.6,19,4.59,2.42,22,6.17,1.6,6,4.87,1.64,15,6.29,1.11,7,3.83,2.82,12,4.5,2.43,12,4.7,2.54,10,5.67,2.06,9,4.92,1.38,12,5.11,2.32,9,4.4,2.91,10,4.29,2.43,7,4.73,2.49,15,4.7,2.0,10,5.73,1.27,11,4.42,2.54,12,5.29,2.81,7,3.83,2.41,12,5.5,2.22,10
+particular,5.05,1.63,21,3.9,2.38,20,7.53,1.58,19,5.23,1.88,13,4.75,1.16,8,3.86,1.86,7,3.92,2.69,13,6.86,2.19,7,7.92,1.0,12,4.83,1.7,12,5.33,1.58,9,3.67,1.94,9,4.09,2.77,11,7.0,1.94,10,8.11,0.78,9,4.67,1.56,12,5.56,1.67,9,4.71,2.36,7,3.46,2.37,13,8.14,0.9,7,7.17,1.8,12
+parting,3.95,1.27,19,4.81,2.27,21,4.91,2.45,23,3.8,1.1,5,3.92,1.38,13,5.33,2.58,6,4.6,2.2,15,5.3,2.16,10,4.62,2.69,13,3.29,1.38,7,4.27,1.1,11,4.0,2.83,7,5.21,1.93,14,5.0,2.37,11,4.83,2.62,12,4.08,1.31,12,3.71,1.25,7,4.64,2.87,11,5.0,1.49,10,4.79,2.55,14,5.11,2.42,9
+partition,4.0,1.49,19,3.1,1.89,21,5.39,1.95,23,4.36,1.21,11,3.86,1.57,7,4.0,2.08,7,2.64,1.69,14,5.43,2.51,7,5.38,1.75,16,3.88,1.64,8,4.09,1.45,11,2.56,1.81,9,3.5,1.93,12,5.36,1.96,11,5.42,2.02,12,3.67,1.56,12,4.57,1.27,7,2.82,2.04,11,3.4,1.78,10,5.08,2.25,13,5.8,1.48,10
+partner,7.11,2.05,18,3.7,2.77,20,6.0,2.25,18,6.88,1.89,8,7.3,2.26,10,3.71,2.81,7,3.69,2.87,13,5.55,2.58,11,6.71,1.5,7,6.45,2.34,11,8.14,0.9,7,2.56,2.51,9,4.64,2.73,11,6.82,1.99,11,4.71,2.14,7,6.58,2.19,12,8.17,1.33,6,2.67,2.31,12,5.25,2.82,8,5.67,2.24,9,6.33,2.35,9
+partnership,6.5,1.85,20,3.73,2.41,22,6.33,2.08,27,6.57,1.81,7,6.46,1.94,13,4.0,2.31,10,3.5,2.58,12,6.2,1.86,15,7.0,1.73,11,6.27,2.1,11,6.78,1.56,9,4.11,2.03,9,3.46,2.7,13,6.71,2.08,17,6.22,1.2,9,6.46,1.76,13,6.57,2.15,7,3.56,2.31,16,4.17,2.86,6,6.08,2.19,12,6.53,2.03,15
+partridge,5.95,1.32,20,3.15,1.98,20,4.55,1.77,22,6.0,1.15,7,5.92,1.44,13,3.33,1.8,9,3.0,2.19,11,4.83,2.79,6,4.44,1.31,16,5.4,1.17,10,6.56,1.33,9,3.12,2.23,8,3.17,1.9,12,4.47,2.13,15,4.71,0.49,7,6.09,1.38,11,5.78,1.3,9,3.08,1.93,12,3.25,2.19,8,4.64,2.29,11,4.45,1.13,11
+party,7.18,1.97,82,6.08,2.8,106,5.92,2.19,75,7.19,2.04,36,7.29,1.79,45,5.9,2.74,42,6.19,2.86,64,6.16,1.99,37,5.73,2.39,37,7.11,2.1,44,7.42,1.65,36,6.11,2.85,47,6.05,2.79,59,6.0,2.26,39,5.83,2.14,36,7.0,2.14,51,7.48,1.65,31,6.04,2.94,55,6.12,2.67,51,6.09,2.43,35,5.78,1.98,40
+pass,5.73,2.07,22,4.38,2.78,21,4.78,2.13,18,5.5,2.88,6,5.87,1.85,15,3.43,2.51,7,4.86,2.88,14,4.44,2.35,9,5.12,2.1,8,5.43,2.34,14,6.43,1.51,7,4.22,2.99,9,4.5,2.75,12,4.8,2.44,10,4.75,1.83,8,5.57,2.03,14,6.0,2.27,8,5.83,3.82,6,3.8,2.14,15,4.1,2.38,10,5.62,1.51,8
+passage,5.88,1.39,82,3.35,2.08,82,5.68,2.17,93,6.0,1.56,39,5.74,1.23,42,3.52,2.28,27,3.27,1.99,55,5.72,2.16,46,5.53,2.19,45,5.95,1.55,40,5.78,1.24,41,3.09,1.9,34,3.54,2.2,48,5.73,2.22,48,5.62,2.15,45,5.78,1.37,49,6.03,1.42,33,3.06,2.09,34,3.56,2.07,48,5.47,2.36,47,5.89,1.97,46
+passageway,5.58,1.89,19,4.45,2.77,22,5.42,1.38,24,4.5,1.97,6,6.08,1.71,13,5.5,2.88,12,3.2,2.15,10,5.5,1.41,8,5.38,1.41,16,5.7,1.49,10,5.44,2.35,9,5.56,2.88,9,3.69,2.53,13,5.47,1.62,17,5.33,0.52,6,6.12,1.73,8,5.18,1.99,11,4.44,3.24,9,4.46,2.54,13,5.75,1.48,16,4.75,0.89,8
+passenger,4.55,1.19,20,3.82,2.04,22,4.0,2.31,19,4.22,1.64,9,4.82,0.6,11,3.0,2.12,5,4.0,2.07,16,3.0,2.1,6,4.46,2.33,13,4.57,1.22,14,4.5,1.22,6,3.83,2.12,12,3.67,2.12,9,3.78,1.79,9,4.2,2.78,10,4.6,0.97,10,4.5,1.43,10,3.42,2.23,12,4.3,1.77,10,3.67,1.63,6,4.15,2.61,13
+passion,7.53,1.52,100,6.08,2.52,108,6.23,2.37,102,7.38,1.51,40,7.64,1.54,59,5.83,2.42,35,6.21,2.57,73,5.69,2.3,51,6.76,2.36,50,7.67,1.4,55,7.36,1.67,44,5.76,2.58,50,6.36,2.45,58,6.22,2.37,55,6.23,2.4,47,7.53,1.52,58,7.52,1.53,42,6.24,2.64,50,5.95,2.42,58,6.37,2.42,51,6.08,2.34,51
+passionate,7.17,1.54,18,6.33,1.96,21,6.62,2.37,34,7.22,1.92,9,7.11,1.17,9,6.12,1.64,8,6.46,2.18,13,6.14,2.63,14,6.95,2.19,20,7.38,1.3,8,7.0,1.76,10,6.77,1.64,13,5.62,2.33,8,6.55,2.39,22,6.75,2.45,12,7.22,1.3,9,7.11,1.83,9,6.36,2.13,14,6.29,1.7,7,6.41,2.5,17,6.82,2.3,17
+passive,4.84,1.89,19,3.55,2.5,22,5.64,2.38,22,5.22,1.72,9,4.5,2.07,10,4.12,2.3,8,3.21,2.64,14,5.73,2.41,11,5.55,2.46,11,5.14,0.9,7,4.67,2.31,12,3.4,2.37,10,3.67,2.71,12,5.85,2.64,13,5.33,2.06,9,5.1,1.97,10,4.56,1.88,9,3.62,2.72,8,3.5,2.47,14,5.64,2.37,14,5.62,2.56,8
+passkey,5.37,1.16,19,3.39,1.79,18,5.53,2.43,17,5.27,0.47,11,5.5,1.77,8,4.25,2.22,4,3.14,1.66,14,5.12,2.42,8,5.89,2.52,9,5.25,0.46,8,5.45,1.51,11,3.86,1.57,7,3.09,1.92,11,4.5,2.07,6,6.09,2.51,11,5.08,1.12,13,6.0,1.1,6,2.82,1.89,11,4.29,1.25,7,6.0,2.58,7,5.2,2.39,10
+passport,6.0,1.41,19,4.35,2.46,20,5.32,2.06,22,5.83,1.47,6,6.08,1.44,13,3.56,2.01,9,5.0,2.68,11,5.33,2.66,6,5.31,1.89,16,6.1,1.79,10,6.0,0.93,8,4.12,2.53,8,4.5,2.5,12,5.0,2.14,15,6.0,1.83,7,6.1,1.6,10,5.89,1.27,9,3.83,2.48,12,5.12,2.36,8,4.82,2.09,11,5.82,1.99,11
+password,5.5,1.1,20,3.71,2.19,21,6.39,2.36,28,5.5,1.07,8,5.5,1.17,12,3.62,2.13,8,3.77,2.31,13,6.21,2.67,14,6.57,2.1,14,5.44,1.24,9,5.55,1.04,11,3.73,2.28,11,3.7,2.21,10,6.07,2.46,14,6.71,2.3,14,6.1,1.1,10,4.9,0.74,10,4.78,1.86,9,2.92,2.15,12,6.08,2.07,12,6.62,2.6,16
+past,5.09,1.9,22,4.71,2.37,21,5.18,2.56,17,5.17,2.4,6,5.0,1.81,15,4.14,2.61,7,5.0,2.29,14,5.33,2.29,9,5.0,2.98,8,4.86,2.25,14,5.43,1.13,7,5.67,2.6,9,4.0,2.0,12,6.11,2.62,9,4.12,2.17,8,4.93,1.94,14,5.38,1.92,8,5.67,3.08,6,4.33,2.02,15,6.0,2.96,9,4.25,1.75,8
+pasta,7.08,1.72,104,3.97,2.27,104,5.98,2.1,99,6.98,1.85,44,7.15,1.64,59,4.03,2.18,31,3.88,2.26,72,5.88,1.99,43,6.05,2.2,56,7.12,1.7,66,7.0,1.8,37,4.33,2.3,42,3.73,2.24,62,6.1,2.11,52,5.85,2.12,47,6.98,1.69,61,7.21,1.77,43,4.23,2.27,44,3.78,2.28,60,6.06,2.11,51,5.9,2.12,48
+paste,4.95,0.83,20,2.62,1.53,21,5.84,1.95,25,4.33,1.15,3,5.06,0.75,17,2.71,1.8,7,2.62,1.5,13,5.25,1.67,8,6.12,2.06,17,4.86,0.9,7,5.0,0.82,13,3.14,1.95,7,2.38,1.33,13,5.29,1.98,14,6.55,1.75,11,5.22,0.67,9,4.73,0.9,11,2.64,1.75,11,2.6,1.35,10,6.06,2.1,18,5.29,1.5,7
+pastime,5.94,1.76,18,2.75,1.86,20,5.48,2.06,25,7.0,1.22,5,5.54,1.81,13,2.55,1.81,11,3.0,2.0,9,5.12,2.06,16,6.11,2.03,9,5.86,2.12,7,6.0,1.61,11,2.67,1.94,9,2.82,1.89,11,5.5,2.28,20,5.4,0.89,5,6.22,1.99,9,5.67,1.58,9,2.36,1.86,11,3.22,1.86,9,5.05,2.07,19,6.83,1.47,6
+pastor,5.35,2.7,20,3.91,2.52,23,5.38,1.53,21,4.89,3.26,9,5.73,2.24,11,4.36,2.58,11,3.5,2.5,12,4.38,0.74,8,6.0,1.58,13,5.21,2.75,14,5.67,2.8,6,4.44,2.7,9,3.57,2.44,14,5.0,2.0,8,5.62,1.19,13,5.4,2.67,10,5.3,2.87,10,3.92,2.56,13,3.9,2.6,10,5.5,1.62,12,5.22,1.48,9
+pastrami,6.38,2.18,21,3.68,2.36,25,5.74,2.13,19,6.67,1.58,9,6.17,2.59,12,4.5,2.43,6,3.56,2.33,18,6.29,1.5,7,5.42,2.43,12,6.06,2.32,16,7.4,1.34,5,4.0,2.69,14,3.5,1.84,10,6.11,1.96,9,5.4,2.32,10,7.17,1.47,12,5.33,2.6,9,3.81,2.23,16,3.44,2.7,9,6.09,2.47,11,5.25,1.58,8
+pastry,6.9,1.48,21,4.95,2.54,20,5.61,2.14,36,7.0,1.41,8,6.85,1.57,13,4.6,2.88,5,5.07,2.52,15,5.45,2.42,11,5.68,2.06,25,6.69,1.8,13,7.25,0.71,8,5.33,2.67,12,4.38,2.39,8,5.25,2.15,20,6.06,2.11,16,6.45,1.57,11,7.4,1.26,10,5.45,2.38,11,4.33,2.74,9,5.41,2.32,22,5.93,1.86,14
+pasture,6.15,2.13,20,3.14,2.26,21,5.75,2.19,24,5.75,2.75,4,6.25,2.05,16,4.5,2.08,4,2.82,2.24,17,6.56,2.01,9,5.27,2.22,15,6.12,2.1,8,6.17,2.25,12,2.9,1.97,10,3.36,2.58,11,5.54,2.3,13,6.0,2.14,11,5.91,2.3,11,6.44,2.01,9,2.6,2.5,10,3.64,2.01,11,6.41,2.15,17,4.14,1.35,7
+pasty,3.94,1.55,18,3.39,2.17,18,4.47,2.35,17,4.36,1.12,11,3.29,1.98,7,4.0,3.16,4,3.21,1.93,14,3.0,1.69,8,5.78,2.11,9,3.88,1.36,8,4.0,1.76,10,2.57,1.81,7,3.91,2.3,11,4.67,1.51,6,4.36,2.77,11,3.92,1.16,12,4.0,2.28,6,3.18,2.04,11,3.71,2.5,7,4.57,2.37,7,4.4,2.46,10
+patch,5.11,1.28,18,2.84,1.71,19,4.4,2.0,25,4.8,1.79,5,5.23,1.09,13,2.7,1.57,10,3.0,1.94,9,4.06,1.95,16,5.0,2.06,9,5.29,1.25,7,5.0,1.34,11,2.22,1.48,9,3.4,1.78,10,4.4,2.14,20,4.4,1.52,5,4.78,1.3,9,5.44,1.24,9,2.27,1.27,11,3.62,2.0,8,4.16,1.74,19,5.17,2.71,6
+patent,5.34,1.48,102,3.64,2.53,81,5.79,2.08,101,5.5,1.69,42,5.24,1.33,59,4.25,2.7,28,3.32,2.4,53,6.02,2.17,44,5.61,2.02,57,5.43,1.64,56,5.24,1.28,45,3.82,2.63,38,3.49,2.46,43,6.0,2.18,63,5.45,1.9,38,5.27,1.47,62,5.45,1.5,40,4.08,2.62,36,3.29,2.43,45,5.94,2.19,51,5.64,1.98,50
+patented,5.05,1.07,21,3.6,2.48,25,5.11,2.42,19,5.0,0.71,9,5.08,1.31,12,3.5,2.95,6,3.56,2.45,18,4.0,1.73,7,5.75,2.6,12,5.12,0.81,16,4.8,1.79,5,3.14,2.77,14,4.1,2.13,10,4.78,2.73,9,5.4,2.22,10,4.75,1.06,12,5.44,1.01,9,4.12,2.6,16,2.67,2.06,9,4.82,2.6,11,5.5,2.27,8
+paternal,5.86,1.8,21,3.27,2.12,22,5.59,2.17,22,6.0,1.0,9,5.75,2.26,12,2.33,1.21,6,3.6,2.38,15,7.5,1.38,6,4.88,2.0,16,5.78,1.3,9,5.92,2.15,12,3.8,1.48,5,3.12,2.29,17,5.27,1.85,11,5.91,2.51,11,6.0,2.04,12,5.67,1.5,9,4.0,2.24,9,2.77,1.96,13,5.42,1.73,12,5.8,2.7,10
+paternity,5.81,2.16,21,3.95,2.68,20,5.32,2.82,22,6.83,2.04,6,5.4,2.13,15,3.38,2.45,8,4.33,2.87,12,5.67,2.93,12,4.9,2.77,10,6.44,2.88,9,5.33,1.37,12,4.22,2.39,9,3.73,3.0,11,3.29,2.69,7,6.27,2.4,15,5.7,2.83,10,5.91,1.45,11,3.85,2.38,13,4.14,3.39,7,5.58,3.0,12,5.0,2.71,10
+path,5.71,1.31,21,3.74,2.42,23,4.62,1.65,26,5.64,1.57,11,5.8,1.03,10,4.36,2.73,11,3.17,2.04,12,4.73,2.0,11,4.57,1.45,14,6.0,1.41,10,5.45,1.21,11,4.45,2.77,11,3.08,1.93,12,4.65,1.69,17,4.62,1.77,8,6.08,1.5,13,5.12,0.64,8,3.67,2.5,15,3.88,2.42,8,4.35,1.9,17,5.11,0.93,9
+pathetic,3.11,1.41,19,3.56,2.25,18,3.18,2.04,17,3.45,1.44,11,2.62,1.3,8,4.0,2.58,4,3.43,2.24,14,3.0,2.33,8,3.33,1.87,9,2.88,1.13,8,3.27,1.62,11,2.57,1.62,7,4.18,2.44,11,4.33,1.97,6,2.55,1.86,11,3.0,1.29,13,3.33,1.75,6,3.09,1.87,11,4.29,2.75,7,2.29,1.5,7,3.8,2.2,10
+pathological,2.71,1.45,21,3.5,2.4,20,4.0,2.62,22,3.33,1.37,6,2.47,1.46,15,4.12,2.85,8,3.08,2.07,12,4.08,2.81,12,3.9,2.51,10,2.78,1.86,9,2.67,1.15,12,4.44,2.65,9,2.73,1.95,11,3.71,2.56,7,4.13,2.72,15,2.5,1.65,10,2.91,1.3,11,4.08,2.66,13,2.43,1.4,7,4.0,2.8,12,4.0,2.54,10
+pathologist,4.2,1.36,20,3.74,2.58,23,4.55,2.67,20,4.12,1.64,8,4.25,1.22,12,5.33,2.25,6,3.18,2.51,17,5.0,2.83,11,4.0,2.5,9,3.91,1.7,11,4.56,0.73,9,3.8,3.08,10,3.69,2.25,13,5.23,2.95,13,3.29,1.5,7,4.08,1.26,13,4.43,1.62,7,3.81,2.56,16,3.57,2.82,7,4.08,2.68,12,5.25,2.66,8
+pathology,3.91,1.63,22,4.15,2.6,26,4.83,2.08,24,4.11,1.9,9,3.77,1.48,13,3.4,2.12,10,4.62,2.83,16,5.0,1.94,9,4.73,2.22,15,4.62,1.6,8,3.5,1.56,14,4.08,2.69,13,4.23,2.62,13,4.58,2.02,12,5.08,2.19,12,3.83,1.53,12,4.0,1.83,10,3.8,2.54,15,4.64,2.73,11,4.77,2.13,13,4.91,2.12,11
+pathway,6.05,1.72,19,2.77,1.72,22,6.23,2.07,22,5.56,1.24,9,6.5,2.01,10,3.38,1.92,8,2.43,1.55,14,6.64,1.96,11,5.82,2.18,11,5.14,1.21,7,6.58,1.78,12,3.5,2.01,10,2.17,1.19,12,6.08,2.1,13,6.44,2.13,9,6.1,1.97,10,6.0,1.5,9,2.62,1.92,8,2.86,1.66,14,6.57,2.28,14,5.62,1.6,8
+patience,6.62,1.83,21,3.16,1.55,25,7.18,1.56,22,7.12,1.46,8,6.31,2.02,13,3.15,1.72,13,3.17,1.4,12,7.0,1.41,13,7.44,1.81,9,6.88,1.46,8,6.42,2.15,12,3.29,1.38,14,3.0,1.79,11,7.58,1.38,12,6.7,1.7,10,6.6,2.12,10,6.64,1.63,11,3.35,1.73,17,2.75,1.04,8,7.0,1.89,10,7.33,1.3,12
+patient,6.71,1.55,42,2.77,1.74,22,4.83,2.04,18,6.88,1.32,17,6.6,1.71,25,3.25,2.05,12,2.2,1.14,10,5.1,2.23,10,4.5,1.85,8,6.69,1.63,29,6.77,1.42,13,3.44,2.24,9,2.31,1.18,13,4.29,1.6,7,4.9,2.18,10,6.78,1.78,23,6.63,1.26,19,2.89,1.76,9,2.69,1.8,13,4.62,2.0,8,5.0,2.16,10
+patio,6.61,1.79,18,2.55,2.11,20,5.64,1.82,25,6.8,1.79,5,6.54,1.85,13,2.64,2.54,11,2.44,1.59,9,5.38,2.03,16,6.11,1.36,9,6.29,1.5,7,6.82,1.99,11,3.22,2.86,9,2.0,1.1,11,5.65,2.01,20,5.6,0.89,5,6.67,1.5,9,6.56,2.13,9,2.82,2.04,11,2.22,2.28,9,5.32,1.92,19,6.67,1.03,6
+patriot,5.8,1.96,20,4.86,2.74,44,6.09,2.19,43,7.33,0.58,3,5.53,2.0,17,5.64,2.66,11,4.69,2.76,32,6.61,2.25,23,5.53,2.06,19,6.57,1.27,7,5.38,2.18,13,5.08,2.59,26,4.71,3.02,17,6.12,2.27,26,6.06,2.14,17,5.89,2.09,9,5.73,1.95,11,5.11,2.72,27,4.47,2.81,17,6.32,2.14,34,5.22,2.28,9
+patriotic,6.6,1.5,20,4.55,2.86,22,6.69,2.33,26,7.14,1.77,7,6.31,1.32,13,4.3,2.63,10,4.75,3.14,12,6.73,2.43,15,7.1,1.79,10,6.27,1.19,11,7.0,1.8,9,4.56,2.3,9,4.54,3.28,13,6.75,2.44,16,7.11,1.69,9,7.08,1.19,13,5.71,1.7,7,4.62,2.87,16,4.33,3.08,6,6.17,2.55,12,7.14,2.11,14
+patriotism,6.55,2.06,20,3.89,2.22,18,6.23,2.45,22,7.8,1.3,5,6.13,2.13,15,3.5,2.07,6,4.08,2.35,12,6.8,1.87,10,5.75,2.83,12,6.7,1.49,10,6.4,2.59,10,3.1,2.13,10,4.88,2.03,8,6.09,2.3,11,6.36,2.69,11,6.08,2.39,12,7.25,1.28,8,3.33,2.45,9,4.44,1.94,9,5.73,2.61,11,6.73,2.28,11
+patrol,4.04,1.73,24,4.26,2.64,19,5.27,3.09,22,4.5,2.07,8,3.81,1.56,16,5.14,2.91,7,3.75,2.45,12,6.5,2.58,12,3.8,3.12,10,4.4,2.17,10,3.79,1.37,14,4.67,2.65,9,3.9,2.73,10,4.71,3.09,7,5.53,3.16,15,4.33,2.02,12,3.75,1.42,12,3.92,2.56,13,5.0,2.9,6,5.33,3.52,12,5.2,2.66,10
+patrolman,4.63,1.26,19,4.57,2.34,21,4.04,1.92,23,4.2,1.1,5,4.85,1.34,13,5.33,2.58,6,4.27,2.25,15,4.2,1.48,10,3.92,2.25,13,3.71,1.25,7,5.27,0.9,11,5.0,2.77,7,4.36,2.17,14,4.73,1.9,11,3.42,1.78,12,4.58,1.24,12,4.71,1.38,7,3.91,2.59,11,5.3,1.89,10,3.93,1.69,14,4.22,2.33,9
+patron,5.7,1.56,20,2.91,1.87,22,6.11,2.21,27,6.29,2.43,7,5.38,0.77,13,3.4,2.01,10,2.5,1.73,12,5.8,2.24,15,6.64,2.25,11,5.27,1.42,11,6.22,1.64,9,3.89,1.96,9,2.23,1.54,13,5.82,2.38,17,6.78,1.92,9,5.69,1.7,13,5.71,1.38,7,2.56,1.82,16,3.83,1.83,6,5.17,2.41,12,6.87,1.77,15
+patronize,3.48,1.78,21,3.15,2.39,20,5.73,2.51,22,3.17,1.33,6,3.6,1.96,15,3.25,3.06,8,3.08,1.98,12,5.25,2.73,12,6.3,2.21,10,3.67,2.5,9,3.33,1.07,12,4.11,2.57,9,2.36,2.01,11,4.86,1.35,7,6.13,2.85,15,4.0,2.36,10,3.0,0.89,11,3.31,2.06,13,2.86,3.08,7,6.08,2.47,12,5.3,2.63,10
+patronizing,3.11,1.41,19,5.67,2.61,21,4.68,2.19,22,3.6,0.89,5,3.0,1.58,13,5.83,2.71,6,5.6,2.67,15,5.2,1.75,10,4.25,2.49,12,3.57,1.51,7,2.91,1.38,11,5.14,3.08,7,5.93,2.43,14,4.55,2.16,11,4.82,2.32,11,3.25,1.29,12,2.86,1.68,7,4.82,3.06,11,6.6,1.71,10,4.54,2.07,13,4.89,2.47,9
+patter,5.79,1.84,19,3.5,2.15,22,5.17,1.95,23,5.91,1.51,11,5.14,2.04,7,3.12,1.89,8,3.71,2.33,14,4.14,2.04,7,5.62,1.78,16,5.88,2.03,8,5.73,1.79,11,3.56,2.51,9,3.46,1.98,13,5.0,1.9,11,5.33,2.06,12,5.5,2.24,12,6.29,0.76,7,2.64,1.96,11,4.36,2.06,11,4.92,2.06,13,5.5,1.84,10
+pattern,5.53,1.9,19,3.14,1.61,22,5.39,2.57,23,5.64,1.29,11,5.14,2.73,7,3.38,1.41,8,3.0,1.75,14,4.14,2.85,7,5.94,2.32,16,5.88,1.36,8,5.27,2.24,11,2.78,1.79,9,3.38,1.5,13,5.55,2.42,11,5.25,2.8,12,5.5,2.2,12,5.57,1.4,7,2.73,1.85,11,3.55,1.29,11,5.23,2.8,13,5.6,2.37,10
+pauper,3.95,1.43,19,3.33,1.96,21,3.85,1.9,20,4.67,0.58,3,3.81,1.52,16,2.67,1.63,6,3.6,2.06,15,4.17,1.17,6,3.71,2.16,14,4.5,1.43,10,3.33,1.22,9,4.0,1.83,7,3.0,2.0,14,4.2,2.15,10,3.5,1.65,10,4.38,0.92,8,3.64,1.69,11,4.11,2.2,9,2.75,1.6,12,3.75,2.66,8,3.92,1.31,12
+pause,5.53,0.84,19,2.57,1.75,21,6.35,1.67,23,5.33,0.58,3,5.56,0.89,16,3.12,1.73,8,2.23,1.74,13,5.67,1.94,9,6.79,1.37,14,5.44,0.73,9,5.6,0.97,10,2.67,1.66,9,2.5,1.88,12,6.87,1.68,15,5.38,1.19,8,5.43,0.79,7,5.58,0.9,12,2.8,1.75,10,2.36,1.8,11,6.46,1.9,13,6.2,1.4,10
+pave,5.61,1.58,18,2.74,1.88,19,5.04,1.43,25,5.2,1.92,5,5.77,1.48,13,3.5,2.07,10,1.89,1.27,9,4.94,1.53,16,5.22,1.3,9,5.57,1.51,7,5.64,1.69,11,2.11,1.62,9,3.3,2.0,10,5.0,1.52,20,5.2,1.1,5,5.22,1.48,9,6.0,1.66,9,2.55,1.57,11,3.0,2.33,8,5.11,1.49,19,4.83,1.33,6
+pavement,5.5,1.38,18,2.64,1.4,22,4.65,2.29,23,5.55,1.69,11,5.33,0.82,6,3.12,1.36,8,2.36,1.39,14,4.0,2.89,7,4.94,2.02,16,5.0,1.41,8,5.9,1.29,10,2.44,1.24,9,2.77,1.54,13,4.45,2.46,11,4.83,2.21,12,5.27,1.49,11,5.86,1.21,7,2.36,1.69,11,2.91,1.04,11,5.23,2.35,13,3.9,2.08,10
+pavilion,6.1,1.48,20,3.04,2.14,24,5.25,2.07,28,6.0,1.31,8,6.17,1.64,12,3.33,2.35,9,2.87,2.07,15,5.0,2.04,14,5.5,2.14,14,5.89,1.36,9,6.27,1.62,11,3.42,2.23,12,2.67,2.06,12,4.86,2.14,14,5.64,1.98,14,5.9,1.52,10,6.3,1.49,10,3.08,1.73,12,3.0,2.56,12,5.58,1.62,12,5.0,2.37,16
+paw,5.43,1.91,21,4.09,1.98,23,5.56,2.04,18,4.0,1.87,5,5.88,1.75,16,4.58,2.23,12,3.55,1.57,11,5.22,1.92,9,5.62,2.2,8,5.17,2.25,12,5.78,1.39,9,4.25,2.14,16,3.71,1.6,7,5.5,1.72,10,5.62,2.5,8,5.85,1.82,13,4.75,1.98,8,4.16,2.09,19,3.75,1.5,4,5.17,1.7,12,6.33,2.58,6
+pawn,3.9,1.73,21,4.29,2.08,21,5.16,2.91,25,4.0,2.09,12,3.78,1.2,9,4.71,1.7,7,4.07,2.27,14,5.2,3.19,10,5.13,2.83,15,4.0,1.41,4,3.88,1.83,17,4.5,2.68,10,4.09,1.45,11,4.14,3.44,7,5.56,2.68,18,3.92,1.38,12,3.89,2.2,9,4.31,2.25,13,4.25,1.91,8,5.0,3.0,9,5.25,2.96,16
+pawnshop,4.63,1.21,19,4.15,2.01,20,4.5,2.06,22,4.43,1.13,7,4.75,1.29,12,5.0,1.8,9,3.45,1.97,11,5.83,1.47,6,4.0,2.07,16,5.0,0.82,10,4.12,1.55,8,4.25,2.49,8,4.08,1.73,12,4.67,2.26,15,4.14,1.68,7,4.91,1.3,11,4.25,1.04,8,4.58,2.11,12,3.5,1.77,8,5.27,2.2,11,3.73,1.68,11
+pay,6.23,1.95,22,4.24,2.32,21,6.33,2.02,15,5.33,2.16,6,6.53,1.88,15,3.29,1.89,7,4.71,2.43,14,5.86,1.86,7,6.75,2.19,8,6.43,2.17,14,5.71,1.6,7,4.44,2.6,9,4.08,2.19,12,6.25,2.31,8,6.43,1.81,7,6.5,2.24,14,5.75,1.28,8,4.33,2.34,6,4.2,2.4,15,7.38,2.0,8,5.14,1.35,7
+payable,6.75,1.83,20,3.95,3.0,22,6.15,2.05,27,7.86,1.57,7,6.15,1.72,13,4.1,2.64,10,3.83,3.38,12,6.07,1.75,15,6.55,2.34,11,6.27,1.9,11,7.33,1.66,9,4.22,2.49,9,3.77,3.39,13,6.65,2.06,17,5.56,1.74,9,7.0,1.87,13,6.29,1.8,7,4.0,3.06,16,3.83,3.13,6,6.17,2.12,12,6.13,2.07,15
+payback,5.09,1.87,22,5.85,2.03,20,5.88,2.01,24,5.67,1.84,15,3.86,1.35,7,5.6,2.7,5,5.93,1.87,15,5.92,1.98,13,5.82,2.14,11,5.3,1.83,10,4.92,1.98,12,6.29,2.56,7,5.62,1.76,13,5.55,2.25,11,6.15,1.82,13,4.82,2.32,11,5.36,1.36,11,5.2,2.39,10,6.5,1.43,10,6.33,2.5,9,5.6,1.68,15
+paycheck,7.48,1.89,21,6.77,2.41,22,6.62,2.31,21,7.0,2.55,9,7.83,1.19,12,5.33,3.33,6,7.33,1.88,15,7.17,1.94,6,6.4,2.47,15,6.44,2.24,9,8.25,1.14,12,6.8,2.77,5,6.76,2.39,17,6.7,2.63,10,6.55,2.11,11,7.83,2.04,12,7.0,1.66,9,7.56,2.19,9,6.23,2.49,13,6.92,2.35,12,6.22,2.33,9
+payday,7.95,1.47,19,6.81,2.23,21,5.54,2.52,26,8.5,0.84,6,7.69,1.65,13,6.4,2.01,10,7.18,2.44,11,5.4,2.44,15,6.0,2.71,10,7.6,1.78,10,8.33,1.0,9,6.0,1.94,9,7.42,2.31,12,5.65,2.78,17,5.62,2.0,8,8.5,0.67,12,7.0,2.0,7,6.81,2.34,16,6.8,2.05,5,4.58,2.43,12,6.36,2.37,14
+payload,5.42,2.06,19,5.36,2.22,22,5.64,2.24,22,6.11,1.54,9,4.8,2.35,10,4.5,2.27,8,5.86,2.11,14,6.36,2.11,11,4.91,2.21,11,5.86,1.21,7,5.17,2.44,12,4.8,2.2,10,5.83,2.21,12,4.92,2.43,13,6.67,1.5,9,4.8,2.49,10,6.11,1.27,9,5.25,2.12,8,5.43,2.34,14,5.36,2.41,14,6.12,1.96,8
+payment,5.16,1.64,19,4.44,2.2,18,5.19,2.37,16,5.55,1.37,11,4.62,1.92,8,5.75,1.71,4,4.07,2.23,14,4.71,2.14,7,5.56,2.6,9,5.38,1.6,8,5.0,1.73,11,3.71,1.98,7,4.91,2.3,11,4.67,2.25,6,5.5,2.51,10,5.0,1.83,13,5.5,1.22,6,4.27,2.53,11,4.71,1.7,7,5.71,2.43,7,4.78,2.39,9
+payoff,6.5,1.68,22,6.22,2.83,23,5.42,2.34,19,6.25,2.05,8,6.46,1.39,13,6.5,3.12,8,6.07,2.87,14,5.43,2.99,7,5.55,2.07,11,6.75,1.83,8,6.15,1.52,13,5.78,3.38,9,6.5,2.5,14,5.29,1.8,7,5.5,2.68,12,6.55,1.81,11,6.45,1.63,11,7.0,2.83,9,5.71,2.81,14,5.5,2.53,16,5.0,1.0,3
+payout,6.58,1.35,19,5.84,2.59,19,6.05,1.77,21,7.33,1.03,6,6.23,1.36,13,5.22,2.68,9,6.4,2.5,10,7.17,2.23,6,5.6,1.4,15,6.7,1.42,10,6.44,1.33,9,4.57,3.05,7,6.58,2.07,12,5.79,1.93,14,6.57,1.4,7,6.7,1.42,10,6.44,1.33,9,5.08,2.75,12,7.14,1.77,7,6.36,1.86,11,5.7,1.7,10
+payphone,5.11,1.97,19,2.6,1.64,20,6.0,2.49,20,5.0,0.0,3,4.87,1.96,15,2.3,1.42,10,2.9,1.85,10,6.9,1.45,10,5.1,3.03,10,3.5,1.76,6,5.58,1.38,12,1.71,0.76,7,3.08,1.8,13,5.12,2.9,8,6.58,2.11,12,5.83,1.8,12,3.86,1.68,7,2.3,1.25,10,2.9,1.97,10,5.0,2.6,9,6.82,2.18,11
+payroll,6.19,2.02,21,3.82,2.59,22,5.11,2.72,18,6.44,2.51,9,6.0,1.65,12,3.7,2.45,10,3.92,2.81,12,5.3,3.06,10,4.88,2.42,8,6.0,2.24,7,6.23,2.05,13,4.36,2.73,11,3.27,2.45,11,4.57,3.87,7,5.45,1.81,11,6.46,2.15,13,5.75,1.83,8,4.36,3.26,11,3.27,1.68,11,5.0,2.83,9,5.22,2.77,9
+pea,6.0,1.89,19,2.41,1.47,22,5.0,2.47,23,6.18,1.72,11,5.43,2.15,7,2.75,1.49,8,2.21,1.48,14,3.0,2.24,7,5.88,2.06,16,6.0,1.77,8,6.0,2.05,11,2.56,1.59,9,2.31,1.44,13,4.0,2.49,11,5.92,2.15,12,5.92,2.11,12,6.14,1.57,7,2.18,1.4,11,2.64,1.57,11,4.92,2.63,13,5.1,2.38,10
+peace,7.75,1.5,40,4.65,2.77,23,7.17,2.19,48,7.31,1.7,13,7.92,1.38,26,4.43,3.15,7,4.73,2.79,15,6.68,2.3,22,7.58,2.04,26,7.73,1.39,15,7.71,1.6,24,5.9,2.85,10,3.58,2.47,12,7.0,2.29,28,7.4,2.06,20,7.6,1.7,20,7.9,1.29,20,4.85,2.85,20,3.33,2.08,3,7.43,1.99,28,6.8,2.44,20
+peaceful,8.0,1.78,20,4.38,3.2,21,6.84,2.49,25,7.75,1.89,4,8.06,1.81,16,2.5,1.73,4,4.82,3.34,17,5.22,3.19,9,7.75,1.44,16,8.38,1.06,8,7.75,2.14,12,3.9,3.51,10,4.82,2.99,11,6.71,2.49,14,7.0,2.61,11,7.73,2.1,11,8.33,1.32,9,5.7,3.4,10,3.18,2.6,11,7.17,2.38,18,6.0,2.77,7
+peacekeeper,6.79,1.4,19,4.0,2.27,22,6.32,2.34,22,6.78,1.48,9,6.8,1.4,10,4.25,2.05,8,3.86,2.44,14,6.09,2.39,11,6.55,2.38,11,6.14,1.57,7,7.17,1.19,12,4.1,1.6,10,3.92,2.78,12,6.0,2.58,13,6.78,1.99,9,6.7,1.34,10,6.89,1.54,9,3.62,2.45,8,4.21,2.22,14,6.29,2.4,14,6.38,2.39,8
+peacetime,6.7,2.15,20,2.57,2.2,21,6.21,2.37,33,7.0,1.89,10,6.4,2.46,10,2.0,1.69,8,2.92,2.47,13,6.69,2.59,13,5.9,2.22,20,6.33,1.66,9,7.0,2.53,11,2.85,2.12,13,2.12,2.42,8,6.14,2.54,21,6.33,2.15,12,6.7,1.83,10,6.7,2.54,10,2.43,2.24,14,2.86,2.27,7,5.75,2.35,16,6.65,2.37,17
+peach,6.83,2.01,18,4.7,2.49,23,5.74,1.91,19,5.56,1.94,9,8.11,1.05,9,4.14,2.04,7,5.0,2.78,15,5.5,2.01,10,6.0,1.87,9,6.38,2.83,8,7.2,1.03,10,5.2,2.78,10,4.33,2.39,12,4.62,1.41,8,6.5,1.96,10,6.73,2.49,11,7.0,1.0,7,4.45,2.28,20,6.33,3.79,3,5.12,1.55,8,6.18,2.09,11
+peachy,6.47,1.87,19,4.7,2.49,23,5.93,2.19,28,6.25,1.58,8,6.64,2.11,11,4.5,2.56,8,4.8,2.54,15,5.71,2.27,14,6.14,2.18,14,6.56,2.13,9,6.4,1.71,10,4.92,2.27,12,4.45,2.81,11,6.21,2.52,14,5.64,1.86,14,7.1,1.52,10,5.78,2.05,9,5.08,2.61,12,4.27,2.41,11,5.92,1.78,12,5.94,2.52,16
+peak,6.1,1.62,20,3.9,1.94,20,6.48,2.23,21,6.17,1.17,6,6.07,1.82,14,3.88,1.96,8,3.92,2.02,12,7.09,2.17,11,5.8,2.2,10,6.6,1.52,5,5.93,1.67,15,4.2,2.3,10,3.6,1.58,10,6.5,2.35,14,6.43,2.15,7,5.71,1.98,7,6.31,1.44,13,3.57,1.91,14,4.67,1.97,6,5.67,2.42,12,7.56,1.42,9
+peanut,6.38,1.63,21,3.48,2.37,25,5.74,2.23,19,6.11,1.62,9,6.58,1.68,12,3.33,1.51,6,3.44,2.66,18,5.0,1.63,7,6.17,2.48,12,6.19,1.76,16,7.0,1.0,5,4.0,2.66,14,2.6,1.78,10,6.22,2.17,9,5.3,2.31,10,6.58,1.62,12,6.11,1.69,9,4.06,2.54,16,2.44,1.67,9,5.64,2.73,11,5.88,1.46,8
+peanuts,5.63,2.06,19,3.86,2.03,22,5.45,1.9,22,5.67,2.18,9,5.6,2.07,10,5.0,2.0,8,3.21,1.81,14,6.0,1.67,11,4.91,2.02,11,5.71,0.76,7,5.58,2.57,12,4.6,2.01,10,3.25,1.91,12,5.15,2.08,13,5.89,1.62,9,5.7,2.31,10,5.56,1.88,9,3.38,2.33,8,4.14,1.88,14,5.71,2.05,14,5.0,1.6,8
+pear,6.7,2.13,20,3.76,2.66,17,5.71,2.31,24,6.8,1.3,5,6.67,2.38,15,4.8,2.86,5,3.33,2.57,12,5.15,2.64,13,6.36,1.75,11,6.8,1.87,10,6.6,2.46,10,4.14,3.08,7,3.5,2.46,10,5.44,2.61,16,6.25,1.58,8,6.5,2.28,14,7.17,1.83,6,3.67,2.5,12,4.0,3.32,5,5.4,2.16,15,6.22,2.59,9
+pearl,6.05,1.68,19,3.5,2.07,18,5.94,2.16,17,5.91,1.22,11,6.25,2.25,8,3.5,2.08,4,3.5,2.14,14,4.62,1.85,8,7.11,1.76,9,6.38,1.06,8,5.82,2.04,11,3.57,2.44,7,3.45,1.92,11,5.83,2.4,6,6.0,2.14,11,5.77,1.79,13,6.67,1.37,6,3.36,2.2,11,3.71,1.98,7,6.14,2.04,7,5.8,2.35,10
+pearly,6.43,1.5,21,3.45,2.09,22,5.04,1.84,26,6.18,1.33,11,6.7,1.7,10,3.6,2.37,10,3.33,1.92,12,4.55,1.57,11,5.43,2.06,14,6.6,1.71,10,6.27,1.35,11,3.9,2.38,10,3.08,1.83,12,4.94,2.14,17,5.25,1.28,8,7.08,1.55,13,5.38,0.52,8,3.93,2.27,14,2.62,1.51,8,5.06,1.98,17,5.0,1.66,9
+peas,6.1,1.68,20,2.95,1.88,21,5.72,2.17,25,6.17,1.03,12,6.0,2.45,8,2.86,2.41,7,3.0,1.66,14,5.6,2.55,10,5.8,1.97,15,7.33,2.08,3,5.88,1.58,17,3.3,2.21,10,2.64,1.57,11,4.86,3.08,7,6.06,1.7,18,6.09,1.87,11,6.11,1.54,9,3.54,1.94,13,2.0,1.41,8,5.78,2.33,9,5.69,2.15,16
+peasant,4.62,1.77,21,4.0,2.05,21,4.92,2.4,25,4.75,1.96,12,4.44,1.59,9,5.43,2.44,7,3.29,1.44,14,4.7,2.16,10,5.07,2.6,15,4.75,1.26,4,4.59,1.91,17,4.1,2.6,10,3.91,1.51,11,5.29,2.93,7,4.78,2.24,18,4.83,1.85,12,4.33,1.73,9,3.85,1.72,13,4.25,2.6,8,3.67,2.5,9,5.62,2.09,16
+pebble,5.72,1.67,18,2.85,2.13,20,4.67,1.76,24,5.67,2.02,12,5.83,0.75,6,4.2,3.03,5,2.4,1.64,15,4.77,1.48,13,4.55,2.11,11,6.38,1.51,8,5.2,1.69,10,3.57,2.51,7,2.46,1.9,13,4.91,1.76,11,4.46,1.81,13,6.11,0.93,9,5.33,2.18,9,3.0,2.45,10,2.7,1.89,10,4.78,2.39,9,4.6,1.35,15
+pecan,6.63,1.57,19,3.52,2.75,21,5.05,2.42,20,5.67,1.53,3,6.81,1.56,16,2.33,1.51,6,4.0,3.02,15,4.83,1.72,6,5.14,2.71,14,6.8,1.23,10,6.44,1.94,9,2.0,1.53,7,4.29,2.95,14,4.3,2.21,10,5.8,2.49,10,6.5,1.93,8,6.73,1.35,11,2.67,2.74,9,4.17,2.69,12,4.88,3.04,8,5.17,2.04,12
+pecker,4.81,2.56,21,4.5,2.15,24,4.82,1.97,22,4.5,2.33,8,5.0,2.77,13,4.0,2.12,13,5.09,2.12,11,5.31,2.18,13,4.11,1.45,9,5.5,2.33,8,4.58,2.71,12,4.43,1.83,14,4.6,2.63,10,5.42,2.23,12,4.1,1.37,10,3.7,2.21,10,5.82,2.52,11,4.71,2.23,17,4.0,2.0,7,4.7,2.45,10,4.92,1.56,12
+peculiar,4.68,1.36,22,4.05,2.39,20,5.67,1.96,21,4.71,1.64,14,4.62,0.74,8,4.5,2.51,10,3.89,2.26,9,5.8,2.39,5,5.62,1.89,16,4.6,1.71,10,4.75,1.06,12,3.73,2.28,11,4.44,2.6,9,5.92,1.83,12,5.33,2.18,9,4.75,1.36,12,4.6,1.43,10,4.31,2.72,13,3.57,1.72,7,5.27,1.85,11,6.1,2.08,10
+pedal,5.16,1.42,19,3.89,2.52,18,6.06,1.64,17,5.18,0.75,11,5.12,2.1,8,4.75,2.87,4,3.64,2.47,14,6.0,1.6,8,6.11,1.76,9,5.38,1.19,8,5.0,1.61,11,4.29,1.7,7,3.64,2.98,11,6.33,1.97,6,5.91,1.51,11,4.92,1.5,13,5.67,1.21,6,2.64,1.96,11,5.86,2.04,7,6.43,1.13,7,5.8,1.93,10
+peddle,4.89,1.24,19,3.52,2.09,21,5.22,2.37,23,3.67,1.53,3,5.12,1.09,16,4.5,2.0,8,2.92,1.98,13,5.22,2.82,9,5.21,2.15,14,5.33,1.12,9,4.5,1.27,10,3.33,2.18,9,3.67,2.1,12,5.0,2.7,15,5.62,1.69,8,4.43,1.27,7,5.17,1.19,12,3.9,1.97,10,3.18,2.23,11,4.69,2.66,13,5.9,1.85,10
+peddler,3.77,1.41,22,4.83,2.21,23,4.0,1.6,19,4.25,0.89,8,3.62,1.61,13,5.25,2.49,8,4.43,2.06,14,3.71,1.6,7,4.0,1.61,11,3.88,1.13,8,3.85,1.57,13,4.67,2.87,9,4.93,1.77,14,3.57,1.62,7,4.25,1.6,12,3.73,1.74,11,3.82,1.08,11,4.11,2.57,9,5.29,1.9,14,4.19,1.38,16,3.0,2.65,3
+pedestal,5.81,1.89,21,3.18,2.13,22,5.26,2.28,27,5.0,1.33,10,6.55,2.07,11,2.29,1.7,7,3.6,2.23,15,5.29,2.73,17,5.2,1.32,10,5.64,2.16,11,6.0,1.63,10,3.2,2.95,5,3.18,1.94,17,5.36,2.65,14,5.15,1.91,13,5.62,2.26,13,6.12,1.13,8,2.9,2.56,10,3.42,1.78,12,5.86,2.32,14,4.62,2.14,13
+pedestrian,5.21,1.36,19,3.71,2.28,21,5.65,1.99,23,4.33,2.08,3,5.38,1.2,16,5.0,2.2,8,2.92,2.02,13,5.56,2.24,9,5.71,1.9,14,5.0,1.32,9,5.4,1.43,10,3.44,1.94,9,3.92,2.57,12,5.87,2.2,15,5.25,1.58,8,4.43,1.62,7,5.67,0.98,12,3.8,1.93,10,3.64,2.66,11,6.0,2.38,13,5.2,1.32,10
+pediatric,5.75,1.86,20,3.78,2.07,23,5.38,2.11,21,5.33,1.5,9,6.09,2.12,11,3.64,2.16,11,3.92,2.07,12,5.12,1.46,8,5.54,2.47,13,5.71,1.38,14,5.83,2.86,6,4.22,2.44,9,3.5,1.83,14,5.5,1.6,8,5.31,2.43,13,5.9,1.6,10,5.6,2.17,10,3.85,1.91,13,3.7,2.36,10,5.67,1.78,12,5.0,2.55,9
+pediatrician,6.95,1.63,21,4.29,2.56,24,5.32,2.3,22,7.0,1.6,8,6.92,1.71,13,4.62,2.79,13,3.91,2.34,11,5.77,2.59,13,4.67,1.73,9,7.62,1.85,8,6.5,1.45,12,4.79,2.08,14,3.6,3.1,10,5.92,2.39,12,4.6,2.07,10,6.5,1.65,10,7.36,1.57,11,3.65,2.55,17,5.86,1.95,7,5.7,2.58,10,5.0,2.09,12
+pediatrics,5.29,1.79,21,2.42,2.14,19,4.73,2.35,22,5.83,1.6,6,5.07,1.87,15,2.25,1.75,8,2.55,2.46,11,4.17,2.55,12,5.4,2.01,10,5.56,2.01,9,5.08,1.68,12,2.38,1.51,8,2.45,2.58,11,3.57,1.9,7,5.27,2.4,15,5.7,2.36,10,4.91,1.04,11,2.0,1.54,12,3.14,2.91,7,5.42,2.31,12,3.9,2.23,10
+pedicure,6.14,1.65,21,3.78,2.43,23,6.05,2.46,20,5.6,1.67,5,6.31,1.66,16,3.42,1.98,12,4.18,2.89,11,5.82,2.56,11,6.0,2.39,8,6.33,2.02,12,5.89,1.05,9,3.31,2.3,16,4.86,2.54,7,5.64,2.16,11,6.56,2.83,9,6.62,1.71,13,5.38,1.3,8,4.11,2.51,19,2.25,1.26,4,5.86,2.32,14,6.5,2.95,6
+pedigree,6.33,1.68,21,4.09,2.24,22,5.59,1.97,22,6.11,1.9,9,6.5,1.57,12,4.33,2.58,6,3.8,2.11,15,5.83,1.72,6,5.5,2.1,16,5.22,1.48,9,7.17,1.34,12,4.0,2.12,5,4.12,2.34,17,5.18,1.99,11,6.0,1.95,11,6.75,1.66,12,5.78,1.64,9,4.78,2.39,9,3.62,2.1,13,5.92,2.11,12,5.2,1.81,10
+pedophile,1.26,0.65,19,5.05,3.21,22,3.37,2.04,27,1.33,0.82,6,1.23,0.6,13,4.4,2.95,10,5.58,3.45,12,3.53,2.17,15,3.18,2.04,11,1.2,0.63,10,1.33,0.71,9,5.22,2.95,9,4.92,3.5,13,3.71,2.2,17,2.78,1.79,9,1.08,0.28,13,1.67,1.03,6,4.75,3.42,16,5.83,2.71,6,3.58,2.11,12,3.2,2.04,15
+pee,4.5,1.15,18,3.32,2.21,22,5.91,2.68,23,4.6,1.26,10,4.29,1.11,7,4.0,2.73,8,2.93,1.86,14,5.0,2.94,7,6.31,2.55,16,4.43,1.13,7,4.55,1.21,11,2.78,1.99,9,3.69,2.36,13,5.73,2.87,11,6.08,2.61,12,4.18,1.33,11,5.0,0.58,7,3.36,2.84,11,3.27,1.49,11,6.54,2.3,13,5.1,3.03,10
+peek,5.37,1.01,19,4.29,2.24,24,5.57,1.95,28,5.25,0.46,8,5.45,1.29,11,4.33,2.24,9,4.27,2.31,15,5.5,1.99,14,5.64,1.98,14,5.44,1.42,9,5.3,0.48,10,4.33,2.1,12,4.25,2.45,12,5.0,2.08,14,6.14,1.7,14,5.8,1.03,10,4.89,0.78,9,3.75,2.38,12,4.83,2.04,12,4.75,1.42,12,6.19,2.1,16
+peekaboo,6.28,2.32,18,3.84,2.36,19,5.24,2.35,25,7.0,1.22,5,6.0,2.61,13,3.2,2.49,10,4.56,2.13,9,5.12,2.22,16,5.44,2.7,9,6.43,2.7,7,6.18,2.18,11,3.22,1.86,9,4.4,2.72,10,5.2,2.61,20,5.4,0.89,5,6.44,2.24,9,6.11,2.52,9,3.82,2.4,11,3.88,2.47,8,4.89,2.31,19,6.33,2.34,6
+peel,4.68,0.95,19,3.71,2.31,24,5.57,2.03,28,5.0,0.0,8,4.45,1.21,11,3.67,2.5,9,3.73,2.28,15,5.36,2.02,14,5.79,2.08,14,4.33,1.32,9,5.0,0.0,10,3.58,2.02,12,3.83,2.66,12,5.07,2.2,14,6.07,1.77,14,4.8,0.42,10,4.56,1.33,9,3.83,2.44,12,3.58,2.27,12,5.75,1.36,12,5.44,2.45,16
+peep,4.42,2.14,19,4.3,2.47,20,4.96,2.42,24,4.77,2.42,13,3.67,1.21,6,5.2,2.59,5,4.0,2.45,15,5.31,2.43,13,4.55,2.46,11,4.33,2.6,9,4.5,1.78,10,5.29,2.75,7,3.77,2.24,13,5.18,2.09,11,4.77,2.74,13,5.0,2.18,9,3.9,2.08,10,3.7,2.41,10,4.9,2.51,10,5.22,2.49,9,4.8,2.46,15
+peeper,2.89,1.63,19,5.41,2.38,22,4.41,1.84,22,3.67,1.41,9,2.2,1.55,10,4.0,2.07,8,6.21,2.22,14,4.82,1.94,11,4.0,1.73,11,4.0,1.53,7,2.25,1.36,12,5.0,2.11,10,5.75,2.63,12,4.08,1.71,13,4.89,2.03,9,3.3,1.64,10,2.44,1.59,9,5.38,3.16,8,5.43,1.95,14,4.43,2.03,14,4.38,1.6,8
+peephole,4.29,2.15,21,5.39,2.5,23,4.81,2.96,21,5.75,1.91,8,3.38,1.8,13,5.5,2.94,12,5.27,2.05,11,5.25,2.86,12,4.22,3.15,9,5.25,1.83,8,3.83,2.21,12,6.14,2.21,14,4.22,2.59,9,5.92,2.57,12,3.33,2.92,9,4.9,1.97,10,3.73,2.24,11,4.62,2.55,16,7.14,1.21,7,4.22,3.35,9,5.25,2.7,12
+peer,5.64,2.04,22,4.05,2.06,21,6.05,2.26,20,5.75,1.75,8,5.57,2.24,14,4.0,2.18,9,4.08,2.07,12,6.86,2.27,7,5.62,2.22,13,6.09,2.43,11,5.18,1.54,11,4.0,1.84,11,4.1,2.38,10,5.8,2.37,15,6.8,1.92,5,4.8,1.93,10,6.33,1.92,12,4.1,1.97,10,4.0,2.24,11,5.4,1.84,10,6.7,2.54,10
+peeved,3.55,1.82,20,5.5,2.41,22,5.22,2.34,27,4.71,2.29,7,2.92,1.19,13,5.7,2.16,10,5.33,2.67,12,4.8,2.31,15,5.73,2.49,11,3.18,1.4,11,4.0,2.24,9,5.44,2.24,9,5.54,2.6,13,5.71,2.47,17,4.22,1.99,9,3.77,2.01,13,3.14,1.46,7,5.31,2.47,16,6.0,2.37,6,5.33,2.9,12,5.13,1.88,15
+pelican,6.21,1.99,19,3.55,2.15,22,4.96,1.9,24,6.5,1.64,6,6.08,2.18,13,4.42,2.19,12,2.5,1.65,10,4.12,1.73,8,5.38,1.89,16,6.4,1.65,10,6.0,2.4,9,4.33,2.24,9,3.0,2.0,13,5.06,2.14,17,4.67,1.37,6,6.38,2.33,8,6.09,1.81,11,3.67,2.35,9,3.46,2.11,13,5.25,1.88,16,4.38,1.92,8
+pellet,4.65,1.5,20,3.8,2.14,20,5.67,2.24,21,5.0,0.0,5,4.53,1.73,15,4.5,2.39,8,3.33,1.92,12,5.18,1.72,11,6.2,2.7,10,4.8,0.45,5,4.6,1.72,15,4.5,2.01,10,3.1,2.13,10,5.93,2.27,14,5.14,2.27,7,4.43,1.13,7,4.77,1.69,13,4.0,2.39,14,3.33,1.51,6,5.17,2.52,12,6.33,1.73,9
+pelvic,5.42,2.04,19,3.73,2.62,22,4.39,1.75,28,6.0,1.79,6,5.15,2.15,13,3.55,2.34,11,3.91,2.98,11,4.27,2.37,11,4.47,1.28,17,5.27,1.9,11,5.62,2.33,8,4.55,2.94,11,2.91,2.07,11,4.61,1.91,18,4.0,1.41,10,5.46,2.18,13,5.33,1.86,6,3.21,2.49,14,4.62,2.77,8,4.44,2.16,16,4.33,1.07,12
+pelvis,5.33,1.19,18,4.2,2.61,20,5.16,1.84,25,6.0,1.0,5,5.08,1.19,13,4.82,2.93,11,3.44,2.07,9,5.06,1.98,16,5.33,1.66,9,5.43,1.51,7,5.27,1.01,11,3.67,2.87,9,4.64,2.42,11,5.05,1.96,20,5.6,1.34,5,5.33,1.41,9,5.33,1.0,9,4.36,2.73,11,4.0,2.6,9,5.21,1.81,19,5.0,2.1,6
+pen,5.63,2.03,19,2.75,1.94,20,6.17,2.04,23,6.08,1.85,13,4.67,2.25,6,4.0,3.0,5,2.33,1.35,15,6.08,1.68,12,6.27,2.45,11,5.78,2.49,9,5.5,1.65,10,3.71,2.63,7,2.23,1.3,13,6.36,1.96,11,6.0,2.17,12,5.67,2.29,9,5.6,1.9,10,2.7,1.89,10,2.8,2.1,10,6.0,2.69,9,6.29,1.59,14
+penal,3.55,1.96,20,3.44,2.45,18,3.45,1.77,22,3.2,1.79,5,3.67,2.06,15,3.33,2.25,6,3.5,2.65,12,3.8,1.23,10,3.17,2.12,12,3.7,1.34,10,3.4,2.5,10,3.4,2.55,10,3.5,2.51,8,4.0,1.84,11,2.91,1.58,11,2.92,1.44,12,4.5,2.33,8,2.0,2.0,9,4.89,2.03,9,3.91,2.07,11,3.0,1.34,11
+penalty,2.8,1.6,40,3.89,2.45,44,3.7,2.17,43,3.92,2.23,12,2.32,0.94,28,3.53,2.4,17,4.11,2.5,27,3.56,2.2,18,3.8,2.18,25,2.71,1.71,21,2.89,1.52,19,3.79,2.08,14,3.93,2.64,30,4.12,2.13,25,3.11,2.14,18,2.74,1.32,23,2.88,1.96,17,3.62,2.3,26,4.28,2.67,18,3.84,2.44,25,3.5,1.76,18
+penance,4.77,1.8,22,3.89,1.63,19,4.9,2.51,21,3.8,1.1,5,5.06,1.95,16,3.62,1.3,8,4.09,1.87,11,5.3,2.67,10,4.55,2.42,11,4.67,1.61,12,4.9,2.08,10,4.0,1.56,10,3.78,1.79,9,4.67,2.35,12,5.22,2.82,9,4.55,1.97,11,5.0,1.67,11,3.38,2.13,8,4.27,1.1,11,4.44,2.79,9,5.25,2.34,12
+penchant,5.47,1.78,19,4.71,1.9,21,5.14,2.01,21,5.8,1.79,5,5.31,1.89,13,4.33,2.16,6,4.87,1.85,15,5.6,1.58,10,4.73,2.33,11,5.0,2.31,7,5.73,1.49,11,4.43,2.44,7,4.86,1.66,14,5.3,1.77,10,5.0,2.28,11,5.42,1.83,12,5.57,1.81,7,4.73,1.79,11,4.7,2.11,10,4.92,1.98,13,5.5,2.14,8
+pencil,5.65,1.37,23,3.11,2.13,19,6.03,2.34,40,5.38,1.77,8,5.8,1.15,15,2.4,2.01,10,3.89,2.09,9,5.95,2.33,20,6.1,2.4,20,5.75,1.54,12,5.55,1.21,11,2.29,1.8,7,3.58,2.23,12,6.18,2.3,17,5.91,2.41,23,5.09,1.04,11,6.17,1.47,12,3.33,2.18,9,2.9,2.18,10,6.19,2.54,16,5.92,2.24,24
+pendant,5.83,1.54,18,4.05,2.01,21,5.68,2.43,34,5.89,1.69,9,5.78,1.48,9,4.5,1.93,8,3.77,2.09,13,5.79,2.61,14,5.6,2.37,20,5.78,1.39,9,5.89,1.76,9,4.62,1.85,13,3.12,2.03,8,5.45,2.7,22,6.08,1.88,12,6.0,1.33,10,5.62,1.85,8,4.14,2.25,14,3.86,1.57,7,5.94,2.36,17,5.41,2.55,17
+pending,3.79,1.4,19,4.55,2.48,20,5.4,1.9,20,3.67,1.15,3,3.73,1.49,15,5.2,2.44,10,3.9,2.47,10,5.3,1.89,10,5.5,2.01,10,3.5,1.64,6,3.83,1.34,12,4.14,2.54,7,4.77,2.52,13,5.0,2.39,8,5.67,1.56,12,4.08,1.31,12,3.29,1.5,7,4.4,2.88,10,4.7,2.16,10,4.33,1.73,9,6.27,1.62,11
+pendulum,5.17,1.98,18,2.77,1.38,22,4.13,2.22,23,5.18,1.78,11,5.83,1.72,6,3.12,1.13,8,2.57,1.5,14,3.71,2.5,7,4.31,2.15,16,4.25,2.25,8,5.9,1.45,10,2.0,1.0,9,3.31,1.38,13,3.64,2.38,11,4.58,2.07,12,4.73,2.24,11,5.86,1.35,7,2.55,1.44,11,3.0,1.34,11,3.62,2.33,13,4.8,1.99,10
+penetrate,5.71,1.76,21,6.08,2.48,25,5.41,2.22,22,6.0,1.51,8,5.54,1.94,13,6.62,2.63,13,5.5,2.28,12,6.38,1.89,13,4.0,1.94,9,5.5,1.41,8,5.83,2.08,12,6.21,2.58,14,5.91,2.47,11,6.17,1.59,12,4.5,2.59,10,5.1,0.88,10,6.27,2.2,11,6.29,2.57,17,5.62,2.39,8,5.5,2.76,10,5.33,1.78,12
+penetration,5.81,2.54,21,7.25,1.94,20,5.41,2.81,22,6.83,2.4,6,5.4,2.56,15,6.62,2.67,8,7.67,1.23,12,5.42,2.94,12,5.4,2.8,10,6.56,2.74,9,5.25,2.34,12,7.33,1.41,9,7.18,2.36,11,5.71,2.87,7,5.27,2.87,15,6.8,2.39,10,4.91,2.43,11,6.92,2.14,13,7.86,1.46,7,6.0,2.83,12,4.7,2.75,10
+penguin,6.65,1.27,20,4.0,2.52,24,4.86,2.51,28,6.75,1.39,8,6.58,1.24,12,5.0,2.69,9,3.4,2.29,15,3.86,2.14,14,5.86,2.51,14,7.22,0.97,9,6.18,1.33,11,4.67,2.5,12,3.33,2.46,12,4.93,2.89,14,4.79,2.15,14,6.8,1.4,10,6.5,1.18,10,4.75,2.49,12,3.25,2.42,12,4.75,2.42,12,4.94,2.64,16
+penicillin,5.67,2.28,18,3.38,1.94,21,4.64,2.11,22,6.0,1.67,11,5.83,2.71,6,2.71,2.06,7,3.71,1.86,14,3.83,2.04,6,4.94,2.11,16,5.25,2.43,8,6.0,2.21,10,3.25,1.58,8,3.46,2.18,13,4.4,1.9,10,4.83,2.33,12,5.73,2.65,11,5.57,1.72,7,3.0,2.0,10,3.73,1.9,11,4.75,2.34,12,4.5,1.9,10
+penile,4.15,2.28,20,4.86,2.29,22,4.79,2.23,19,3.78,2.49,9,4.45,2.16,11,3.6,2.41,5,5.19,2.26,16,6.17,2.23,6,4.15,1.99,13,4.14,2.03,14,4.17,2.99,6,4.25,2.63,12,5.56,1.74,9,3.89,1.45,9,5.6,2.55,10,4.1,1.45,10,4.2,2.97,10,5.0,2.83,12,4.7,1.57,10,5.83,2.86,6,4.31,1.8,13
+peninsula,5.95,1.77,21,3.55,2.42,20,4.5,2.3,22,5.5,1.22,6,6.13,1.96,15,3.25,1.98,8,3.75,2.73,12,3.83,2.12,12,5.3,2.36,10,5.78,1.48,9,6.08,2.02,12,3.22,2.05,9,3.82,2.75,11,3.29,1.6,7,5.07,2.4,15,5.8,2.04,10,6.09,1.58,11,3.15,2.48,13,4.29,2.29,7,4.5,2.81,12,4.5,1.65,10
+penis,5.3,1.42,20,5.9,2.97,20,6.21,2.44,19,4.33,1.15,3,5.47,1.42,17,4.7,3.27,10,7.1,2.18,10,6.5,2.37,10,5.89,2.62,9,5.0,1.53,7,5.46,1.39,13,5.71,3.4,7,6.0,2.86,13,5.62,2.07,8,6.5,2.8,10,5.22,1.39,9,5.36,1.5,11,5.7,3.59,10,6.1,2.38,10,5.62,2.0,8,6.64,2.73,11
+penitent,4.81,1.57,21,3.8,2.4,25,4.37,2.34,19,4.78,1.3,9,4.83,1.8,12,3.5,2.35,6,3.83,2.53,18,3.86,1.86,7,4.67,2.61,12,4.69,1.62,16,5.2,1.48,5,3.93,2.87,14,3.5,1.78,10,4.0,2.5,9,4.7,2.26,10,4.67,1.3,12,5.0,1.94,9,4.25,2.46,16,3.0,2.18,9,3.73,2.24,11,5.25,2.31,8
+penitentiary,2.05,1.24,21,6.35,2.25,20,3.43,2.5,21,2.17,1.17,6,2.0,1.31,15,6.5,1.93,8,6.25,2.53,12,3.91,2.91,11,2.9,1.97,10,1.83,1.17,6,2.13,1.3,15,6.1,2.42,10,6.6,2.17,10,3.71,2.84,14,2.86,1.68,7,2.0,1.41,7,2.07,1.21,14,6.57,2.28,14,5.83,2.32,6,3.25,2.6,12,3.67,2.5,9
+penmanship,5.62,1.66,21,3.04,2.08,23,6.67,2.09,18,5.78,1.72,9,5.5,1.68,12,3.45,2.16,11,2.67,2.02,12,6.9,1.6,10,6.38,2.67,8,5.14,2.27,7,5.85,1.34,13,3.27,2.24,11,2.83,1.99,12,5.86,2.61,7,7.18,1.6,11,5.46,2.03,13,5.88,0.83,8,2.82,2.23,11,3.25,2.01,12,6.56,2.46,9,6.78,1.79,9
+pennant,5.42,1.54,19,3.2,2.67,20,5.75,1.78,24,5.92,1.26,13,4.33,1.63,6,5.4,3.21,5,2.47,2.1,15,6.08,1.55,13,5.36,2.01,11,5.22,1.92,9,5.6,1.17,10,4.86,3.24,7,2.31,1.89,13,5.36,1.91,11,6.08,1.66,13,4.78,1.48,9,6.0,1.41,10,3.1,2.51,10,3.3,2.95,10,6.56,1.51,9,5.27,1.79,15
+penniless,2.55,1.1,20,5.76,2.66,21,5.6,3.01,25,2.67,0.58,3,2.53,1.18,17,6.0,2.45,7,5.46,2.88,13,7.75,1.28,8,4.59,3.08,17,2.71,1.25,7,2.46,1.05,13,5.29,2.56,7,5.85,2.82,13,7.0,2.18,14,3.82,3.06,11,2.56,0.88,9,2.55,1.29,11,6.45,2.25,11,5.0,2.98,10,5.56,3.09,18,5.71,3.04,7
+penny,6.29,1.9,21,5.55,2.52,20,5.4,2.34,35,6.88,2.7,8,5.92,1.19,13,5.6,2.41,5,5.53,2.64,15,5.0,2.49,11,5.58,2.3,24,6.62,2.29,13,5.75,0.89,8,5.83,2.52,12,5.12,2.64,8,5.7,2.47,20,5.0,2.17,15,6.09,2.3,11,6.5,1.43,10,6.09,2.34,11,4.89,2.71,9,5.18,2.5,22,5.77,2.09,13
+pension,6.19,2.04,21,2.9,2.53,20,4.77,2.65,22,7.0,1.79,6,5.87,2.1,15,2.12,2.1,8,3.42,2.75,12,5.08,2.71,12,4.4,2.67,10,6.22,1.99,9,6.17,2.17,12,3.22,2.44,9,2.64,2.69,11,4.0,1.83,7,5.13,2.95,15,5.6,2.12,10,6.73,1.9,11,3.23,2.31,13,2.29,2.98,7,4.5,2.78,12,5.1,2.6,10
+pentagram,4.42,1.57,19,3.89,1.94,18,4.24,2.36,17,4.64,1.36,11,4.12,1.89,8,4.0,2.16,4,3.86,1.96,14,3.12,1.89,8,5.22,2.39,9,4.38,1.41,8,4.45,1.75,11,3.86,1.68,7,3.91,2.17,11,2.5,0.84,6,5.18,2.4,11,4.31,1.49,13,4.67,1.86,6,3.36,1.96,11,4.71,1.7,7,5.0,2.38,7,3.7,2.31,10
+penthouse,6.42,2.23,101,5.74,2.47,101,5.82,2.38,78,6.55,2.31,40,6.32,2.21,60,5.8,2.54,35,5.71,2.45,66,6.06,2.35,36,5.62,2.42,42,6.32,2.32,59,6.54,2.16,41,5.5,2.65,44,5.93,2.33,57,5.84,2.49,37,5.8,2.32,41,6.42,2.29,64,6.41,2.17,37,5.8,2.66,44,5.7,2.34,57,5.62,2.44,34,5.98,2.36,44
+people,5.7,2.01,81,3.77,2.34,82,5.4,2.19,95,5.06,1.82,33,6.15,2.05,47,3.68,2.28,28,3.85,2.41,53,5.4,2.25,40,5.37,2.18,54,5.49,1.89,47,6.0,2.19,33,3.74,2.26,34,3.83,2.43,47,5.62,2.15,48,5.17,2.24,47,5.74,2.05,46,5.66,1.98,35,3.89,2.34,36,3.67,2.37,46,5.54,2.25,54,5.22,2.13,41
+pep,6.15,1.39,20,4.83,1.82,18,5.86,1.93,22,5.4,1.14,5,6.4,1.4,15,4.5,1.97,6,5.0,1.81,12,5.1,1.91,10,6.5,1.78,12,6.5,1.58,10,5.8,1.14,10,4.4,1.58,10,5.38,2.07,8,5.0,2.1,11,6.73,1.35,11,6.17,1.47,12,6.12,1.36,8,4.56,2.46,9,5.11,0.93,9,5.73,1.85,11,6.0,2.1,11
+pepper,5.63,1.89,19,4.3,2.43,20,5.75,2.15,20,6.33,2.08,3,5.5,1.9,16,4.17,2.32,6,4.36,2.56,14,5.83,0.75,6,5.71,2.55,14,6.4,1.35,10,4.78,2.11,9,4.0,2.37,6,4.43,2.53,14,6.2,1.81,10,5.3,2.45,10,5.75,2.05,8,5.55,1.86,11,5.0,2.67,8,3.83,2.25,12,5.88,2.75,8,5.67,1.78,12
+peppermint,6.84,2.03,19,4.52,2.32,21,6.05,1.84,22,7.44,1.74,9,6.3,2.21,10,5.5,2.2,8,3.92,2.25,13,6.0,1.9,11,6.09,1.87,11,6.43,1.62,7,7.08,2.27,12,6.11,2.26,9,3.33,1.56,12,5.69,2.1,13,6.56,1.33,9,6.4,2.32,10,7.33,1.66,9,5.14,2.61,7,4.21,2.19,14,6.5,1.99,14,5.25,1.28,8
+pepperoni,6.26,2.05,19,3.82,2.52,22,5.54,1.64,28,6.5,1.52,6,6.15,2.3,13,3.27,2.2,11,4.36,2.8,11,6.27,2.0,11,5.06,1.2,17,5.91,2.34,11,6.75,1.58,8,3.82,2.79,11,3.82,2.36,11,5.56,1.76,18,5.5,1.51,10,6.23,2.24,13,6.33,1.75,6,3.64,2.92,14,4.12,1.73,8,5.5,1.79,16,5.58,1.51,12
+peppy,6.19,1.81,21,5.1,2.05,21,5.81,1.78,21,5.78,1.64,9,6.5,1.93,12,3.83,2.71,6,5.57,1.6,14,4.5,2.07,6,6.33,1.4,15,6.33,1.0,9,6.08,2.27,12,4.8,1.79,5,5.19,2.17,16,5.7,1.89,10,5.91,1.76,11,6.33,2.19,12,6.0,1.22,9,5.67,1.41,9,4.67,2.39,12,5.64,1.96,11,6.0,1.63,10
+Pepsi,6.3,1.81,20,4.58,2.89,19,5.32,1.76,22,7.14,1.77,7,5.85,1.72,13,4.12,2.42,8,4.91,3.27,11,6.0,1.67,6,5.06,1.77,16,5.6,1.9,10,7.22,1.39,9,4.12,2.8,8,4.91,3.05,11,5.6,1.68,15,4.71,1.89,7,6.27,1.85,11,6.33,1.87,9,4.36,3.11,11,4.88,2.75,8,6.09,1.51,11,4.55,1.69,11
+peptide,4.74,1.05,19,3.0,1.75,22,4.69,1.85,16,4.55,1.13,11,5.14,0.9,7,3.62,1.92,8,2.64,1.6,14,4.5,2.43,6,4.8,1.55,10,4.75,1.16,8,4.73,1.01,11,2.44,1.81,9,3.38,1.66,13,5.0,2.2,8,4.38,1.51,8,4.92,0.9,12,4.43,1.27,7,2.82,2.09,11,3.18,1.4,11,4.33,2.06,9,5.14,1.57,7
+perceive,5.81,1.21,21,4.43,2.04,23,6.0,1.92,26,5.55,1.04,11,6.1,1.37,10,5.27,1.74,11,3.67,2.06,12,6.09,2.02,11,6.14,1.79,14,6.1,1.52,10,5.55,0.82,11,4.82,2.09,11,4.08,2.02,12,5.71,1.57,17,7.0,2.2,8,6.31,1.32,13,5.0,0.0,8,4.87,2.17,15,3.62,1.6,8,6.12,1.9,17,5.78,2.05,9
+percent,5.67,2.13,21,3.24,2.17,21,5.5,1.41,22,6.29,2.2,14,4.43,1.4,7,4.0,2.57,11,2.44,1.33,9,5.5,2.07,6,5.5,1.15,16,5.67,2.35,9,5.67,2.06,12,2.55,1.69,11,4.0,2.45,10,5.46,1.51,13,5.56,1.33,9,5.64,2.42,11,5.7,1.89,10,3.23,2.31,13,3.25,2.05,8,5.08,1.24,12,6.0,1.49,10
+percentage,4.81,1.47,21,2.96,1.8,23,6.22,2.1,18,4.78,1.86,9,4.83,1.19,12,3.64,1.8,11,2.33,1.61,12,6.5,1.72,10,5.88,2.59,8,4.29,2.14,7,5.08,1.04,13,3.36,1.96,11,2.58,1.62,12,5.86,2.85,7,6.45,1.57,11,4.77,1.69,13,4.88,1.13,8,2.73,1.62,11,3.17,1.99,12,5.78,2.33,9,6.67,1.87,9
+percentile,4.55,1.1,20,4.52,1.72,21,5.24,2.26,34,4.6,1.26,10,4.5,0.97,10,5.88,1.46,8,3.69,1.32,13,5.5,2.53,14,5.05,2.09,20,4.33,1.12,9,4.73,1.1,11,4.46,1.61,13,4.62,2.0,8,5.23,2.29,22,5.25,2.3,12,4.6,1.07,10,4.5,1.18,10,4.93,1.64,14,3.71,1.7,7,5.53,2.24,17,4.94,2.3,17
+perception,6.05,1.53,21,3.57,1.54,21,6.2,2.42,25,6.58,1.38,12,5.33,1.5,9,4.0,1.63,7,3.36,1.5,14,6.2,2.44,10,6.2,2.48,15,5.75,0.96,4,6.12,1.65,17,3.7,1.77,10,3.45,1.37,11,5.43,3.1,7,6.5,2.12,18,6.25,1.86,12,5.78,0.97,9,3.54,1.45,13,3.62,1.77,8,5.44,2.96,9,6.62,2.03,16
+perceptive,5.95,2.11,20,4.36,2.32,22,6.95,1.99,21,6.67,1.58,9,5.36,2.38,11,4.4,2.88,10,4.33,1.87,12,5.75,2.25,8,7.69,1.44,13,6.14,1.99,14,5.5,2.51,6,4.62,2.97,8,4.21,1.97,14,6.25,2.05,8,7.38,1.89,13,5.8,2.04,10,6.1,2.28,10,5.17,2.17,12,3.4,2.22,10,7.42,1.16,12,6.33,2.69,9
+perch,5.35,1.31,20,3.38,1.88,21,5.26,2.43,34,5.5,1.72,10,5.2,0.79,10,3.88,2.17,8,3.08,1.71,13,5.43,2.93,14,5.15,2.08,20,4.78,0.97,9,5.82,1.4,11,3.69,1.97,13,2.88,1.73,8,5.27,2.83,22,5.25,1.54,12,4.9,0.88,10,5.8,1.55,10,3.21,1.53,14,3.71,2.56,7,5.65,2.15,17,4.88,2.69,17
+percussion,6.53,1.58,19,3.43,2.56,21,5.62,2.36,24,6.75,2.22,4,6.47,1.46,15,3.75,2.36,4,3.35,2.67,17,5.44,2.96,9,5.73,2.02,15,7.0,1.77,8,6.18,1.4,11,4.4,2.41,10,2.55,2.46,11,5.62,2.02,13,5.64,2.8,11,6.7,1.34,10,6.33,1.87,9,3.2,2.86,10,3.64,2.38,11,6.06,2.19,17,4.57,2.57,7
+perfect,7.19,2.18,21,4.71,2.69,21,6.53,2.32,17,7.0,2.9,6,7.36,1.98,14,4.57,2.64,7,4.79,2.81,14,6.44,2.55,9,6.62,2.2,8,6.93,2.43,14,8.0,1.55,6,3.89,2.8,9,5.33,2.53,12,6.89,2.76,9,6.12,1.81,8,6.93,2.43,14,7.71,1.6,7,4.0,3.22,6,5.0,2.51,15,6.44,2.7,9,6.62,2.0,8
+perfection,6.59,1.88,41,5.55,2.21,38,6.42,2.12,24,7.2,1.4,10,6.31,2.04,29,5.78,2.33,9,5.48,2.21,29,5.75,2.31,8,6.75,2.02,16,6.74,1.79,19,6.38,2.01,21,5.71,2.4,14,5.46,2.15,24,6.24,2.17,17,7.0,2.28,6,6.65,1.94,23,6.5,1.86,18,5.57,2.16,21,5.53,2.35,17,5.88,2.19,16,7.5,1.6,8
+perfectionist,5.91,1.9,22,5.42,2.24,19,6.75,1.77,20,6.4,0.89,5,5.75,2.18,16,6.0,2.14,8,5.0,2.32,11,6.2,1.99,10,7.3,1.42,10,5.83,1.59,12,6.0,2.31,10,5.2,2.7,10,5.67,1.73,9,6.58,1.93,12,7.0,1.6,8,5.27,1.9,11,6.55,1.75,11,4.25,1.67,8,6.27,2.28,11,7.11,1.05,9,6.45,2.21,11
+perfecto,7.3,1.78,20,4.04,2.73,24,5.71,2.32,28,6.5,2.14,8,7.83,1.34,12,3.89,2.76,9,4.13,2.8,15,5.57,2.17,14,5.86,2.54,14,7.44,1.33,9,7.18,2.14,11,4.92,2.91,12,3.17,2.33,12,5.07,2.53,14,6.36,1.98,14,7.7,1.64,10,6.9,1.91,10,4.83,2.79,12,3.25,2.53,12,5.83,1.99,12,5.62,2.6,16
+perform,6.48,1.75,21,5.15,2.78,20,5.82,2.58,22,6.83,1.47,6,6.33,1.88,15,5.5,2.98,8,4.92,2.75,12,6.17,2.29,12,5.4,2.95,10,7.0,1.41,9,6.08,1.93,12,5.44,2.6,9,4.91,3.02,11,4.86,3.02,7,6.27,2.31,15,6.2,2.2,10,6.73,1.27,11,4.85,2.61,13,5.71,3.2,7,6.08,2.94,12,5.5,2.17,10
+performance,6.2,1.94,20,5.61,2.17,23,6.95,1.63,21,5.89,1.69,9,6.45,2.16,11,6.55,2.07,11,4.75,1.96,12,6.12,1.81,8,7.46,1.33,13,6.36,1.78,14,5.83,2.4,6,5.56,2.4,9,5.64,2.1,14,6.62,1.6,8,7.15,1.68,13,6.3,2.0,10,6.1,1.97,10,5.62,2.26,13,5.6,2.17,10,7.58,1.16,12,6.11,1.83,9
+performer,5.75,1.37,20,4.45,2.15,22,6.84,1.92,19,5.11,1.62,9,6.27,0.9,11,4.0,3.32,5,4.62,1.86,16,6.83,2.14,6,6.85,1.91,13,5.71,1.33,14,5.83,1.6,6,4.0,2.0,12,5.11,2.42,9,6.33,2.0,9,7.3,1.83,10,5.6,1.26,10,5.9,1.52,10,3.83,1.95,12,5.2,2.25,10,7.67,1.51,6,6.46,2.03,13
+perfume,6.58,1.68,19,4.28,2.47,43,5.71,2.17,48,4.33,0.58,3,7.0,1.46,16,4.65,2.54,20,3.96,2.42,23,5.58,2.23,26,5.86,2.14,22,7.0,1.56,10,6.11,1.76,9,4.65,2.67,17,4.04,2.36,26,5.9,2.13,29,5.42,2.27,19,6.38,2.26,8,6.73,1.19,11,4.44,2.52,25,4.06,2.46,18,5.62,2.26,26,5.82,2.11,22
+perfumed,6.4,1.54,20,4.75,2.4,20,6.25,2.09,24,6.0,2.0,3,6.47,1.5,17,5.57,2.15,7,4.31,2.5,13,5.62,2.56,8,6.56,1.82,16,6.43,1.72,7,6.38,1.5,13,5.14,2.12,7,4.54,2.6,13,6.5,2.07,14,5.9,2.18,10,5.67,1.12,9,7.0,1.61,11,5.7,1.89,10,3.8,2.57,10,6.33,2.28,18,6.0,1.55,6
+peril,3.19,1.66,21,5.95,2.35,20,3.12,1.62,25,3.33,1.67,12,3.0,1.73,9,5.57,2.51,7,6.15,2.34,13,3.9,1.66,10,2.6,1.4,15,3.0,1.63,4,3.24,1.71,17,6.0,2.54,10,5.9,2.28,10,3.29,1.7,7,3.06,1.63,18,3.08,1.83,12,3.33,1.5,9,6.33,1.78,12,5.38,3.07,8,2.78,1.72,9,3.31,1.58,16
+perilous,4.57,1.88,23,4.24,2.61,21,3.52,2.33,25,5.67,1.51,6,4.18,1.88,17,5.0,2.94,4,4.06,2.59,17,4.33,2.12,9,3.06,2.38,16,4.56,1.81,9,4.57,1.99,14,4.0,2.79,10,4.45,2.54,11,4.0,2.22,14,2.91,2.43,11,4.77,1.83,13,4.3,2.0,10,3.5,2.17,10,4.91,2.88,11,4.0,2.38,18,2.29,1.8,7
+perimeter,5.45,1.1,20,3.7,2.0,20,5.85,2.05,26,5.55,1.37,11,5.33,0.71,9,4.43,1.62,7,3.31,2.14,13,5.46,2.07,13,6.23,2.05,13,5.91,1.14,11,4.89,0.78,9,3.64,1.96,11,3.78,2.17,9,5.65,2.18,17,6.22,1.86,9,5.5,0.85,10,5.4,1.35,10,3.75,1.91,12,3.62,2.26,8,5.12,1.93,16,7.0,1.76,10
+period,3.33,2.08,21,4.2,2.35,20,6.0,2.85,19,4.23,2.13,13,1.88,0.83,8,3.43,2.44,7,4.62,2.29,13,6.43,1.99,7,5.75,3.31,12,3.25,2.18,12,3.44,2.07,9,3.89,2.32,9,4.45,2.46,11,7.0,2.0,10,4.89,3.33,9,3.58,1.93,12,3.0,2.35,9,4.43,1.62,7,4.08,2.72,13,6.14,3.08,7,5.92,2.84,12
+periodic,4.79,1.32,19,3.55,2.28,22,4.59,1.59,22,4.89,0.33,9,4.7,1.83,10,4.88,2.59,8,2.79,1.76,14,4.64,1.43,11,4.55,1.81,11,4.86,0.38,7,4.75,1.66,12,4.1,2.08,10,3.08,2.43,12,4.23,1.88,13,5.11,0.93,9,5.0,1.7,10,4.56,0.73,9,3.25,2.05,8,3.71,2.46,14,4.64,1.69,14,4.5,1.51,8
+peripheral,4.95,1.65,19,3.86,2.08,22,5.52,1.86,23,5.27,1.62,11,4.71,1.7,7,4.62,2.07,8,3.43,2.03,14,5.86,1.95,7,5.38,1.86,16,4.62,1.51,8,5.18,1.78,11,2.56,1.59,9,4.77,1.92,13,5.64,1.69,11,5.42,2.07,12,4.58,1.73,12,5.57,1.4,7,3.45,2.38,11,4.27,1.74,11,5.85,2.08,13,5.1,1.52,10
+periscope,5.21,1.23,19,3.6,1.98,20,5.3,2.15,20,5.38,1.45,13,4.83,0.41,6,4.8,1.92,5,3.2,1.9,15,5.11,2.15,9,5.45,2.25,11,4.56,1.01,9,5.8,1.14,10,4.57,2.37,7,3.08,1.61,13,5.22,2.49,9,5.36,1.96,11,4.67,1.22,9,5.7,1.06,10,3.3,1.49,10,3.9,2.42,10,5.71,2.93,7,5.08,1.71,13
+perish,2.22,1.22,18,5.19,2.34,21,3.35,2.31,23,2.33,1.53,3,2.2,1.21,15,6.12,1.81,8,4.62,2.5,13,3.44,2.65,9,3.29,2.16,14,1.89,1.36,9,2.56,1.01,9,4.44,2.07,9,5.75,2.45,12,3.87,2.56,15,2.38,1.41,8,1.83,0.75,6,2.42,1.38,12,5.2,2.57,10,5.18,2.23,11,3.54,2.9,13,3.1,1.29,10
+perjury,2.95,1.65,22,4.68,1.67,19,4.35,2.52,20,4.0,2.12,5,2.62,1.45,16,5.0,1.51,8,4.45,1.81,11,4.67,2.06,9,4.09,2.91,11,3.17,1.75,12,2.7,1.57,10,4.9,0.99,10,4.44,2.24,9,4.92,2.64,12,3.5,2.2,8,2.64,1.91,11,3.27,1.35,11,3.88,1.96,8,5.27,1.19,11,4.22,2.17,9,4.45,2.88,11
+perk,7.32,1.59,22,5.78,2.32,23,5.89,1.52,19,7.12,1.64,8,7.31,1.6,13,4.62,2.0,8,6.5,2.35,14,5.57,1.62,7,6.09,1.58,11,7.62,1.19,8,7.0,1.78,13,6.56,2.4,9,5.29,2.2,14,5.29,1.7,7,6.25,1.36,12,7.27,1.62,11,7.36,1.63,11,6.22,2.73,9,5.5,2.07,14,5.94,1.61,16,5.67,1.15,3
+perky,6.0,1.76,19,6.57,2.13,21,5.75,2.05,20,6.33,0.58,3,5.94,1.91,16,6.5,2.81,6,6.6,1.92,15,4.83,0.75,6,6.14,2.32,14,6.1,1.6,10,5.89,2.03,9,6.14,2.48,7,6.79,2.01,14,5.6,2.01,10,5.9,2.18,10,6.38,1.06,8,5.73,2.15,11,6.67,2.45,9,6.5,1.98,12,6.12,2.53,8,5.5,1.73,12
+perm,5.05,1.72,19,3.19,2.73,21,5.07,1.82,28,4.5,1.22,6,5.31,1.89,13,2.4,1.65,10,3.91,3.36,11,5.0,1.95,11,5.12,1.8,17,4.73,1.35,11,5.5,2.14,8,1.9,1.45,10,4.36,3.14,11,5.22,1.73,18,4.8,2.04,10,5.0,1.83,13,5.17,1.6,6,3.0,2.99,14,3.57,2.3,7,4.88,1.96,16,5.33,1.67,12
+permanent,5.06,1.59,18,3.82,1.65,22,4.32,2.98,22,5.25,1.28,8,4.9,1.85,10,3.62,1.69,8,3.93,1.69,14,3.09,2.51,11,5.55,3.01,11,5.29,0.76,7,4.91,1.97,11,4.5,1.08,10,3.25,1.86,12,4.46,2.99,13,4.11,3.14,9,5.2,1.81,10,4.88,1.36,8,3.75,1.58,8,3.86,1.75,14,4.79,3.17,14,3.5,2.62,8
+permissible,5.3,1.75,20,3.3,1.63,20,6.12,2.46,34,4.8,1.93,10,5.8,1.48,10,3.12,1.81,8,3.42,1.56,12,6.57,2.14,14,5.8,2.67,20,4.67,1.94,9,5.82,1.47,11,3.85,1.57,13,2.29,1.25,7,5.86,2.62,22,6.58,2.15,12,4.9,1.73,10,5.7,1.77,10,3.31,1.55,13,3.29,1.89,7,6.06,2.08,17,6.18,2.86,17
+permission,5.14,1.88,22,4.0,1.86,20,5.84,2.83,19,4.92,2.25,13,5.44,1.24,9,4.29,1.89,7,3.85,1.91,13,6.57,2.37,7,5.42,3.09,12,4.92,2.39,12,5.4,1.07,10,4.11,1.69,9,3.91,2.07,11,5.7,2.87,10,6.0,2.96,9,5.33,2.15,12,4.9,1.6,10,4.57,1.62,7,3.69,1.97,13,5.71,3.59,7,5.92,2.47,12
+permit,5.26,1.37,19,3.76,2.39,21,4.68,1.67,19,5.33,0.58,3,5.25,1.48,16,3.17,1.6,6,4.0,2.65,15,5.5,1.97,6,4.31,1.44,13,5.0,0.94,10,5.56,1.74,9,3.29,1.98,7,4.0,2.6,14,5.11,1.69,9,4.3,1.64,10,5.0,0.93,8,5.45,1.63,11,4.0,2.6,9,3.58,2.31,12,4.57,1.4,7,4.75,1.86,12
+peroxide,5.11,1.32,18,3.63,2.41,19,5.2,1.91,25,4.8,1.48,5,5.23,1.3,13,3.91,2.43,11,3.25,2.49,8,5.31,1.92,16,5.0,2.0,9,5.14,1.77,7,5.09,1.04,11,2.11,1.62,9,5.0,2.21,10,5.1,2.05,20,5.6,1.34,5,4.78,1.09,9,5.44,1.51,9,3.0,2.0,10,4.33,2.74,9,5.37,1.89,19,4.67,2.07,6
+perpetrator,3.52,1.78,21,5.75,2.43,20,3.48,2.2,21,3.83,2.4,6,3.4,1.55,15,5.25,2.49,8,6.08,2.43,12,3.82,2.18,11,3.1,2.28,10,3.17,2.56,6,3.67,1.45,15,5.1,2.51,10,6.4,2.27,10,3.5,2.35,14,3.43,2.07,7,4.14,2.41,7,3.21,1.37,14,5.79,2.78,14,5.67,1.51,6,3.92,2.57,12,2.89,1.54,9
+perpetual,5.75,1.68,20,3.55,1.85,20,5.36,2.2,25,5.0,2.45,4,5.94,1.48,16,5.0,1.73,3,3.29,1.79,17,5.67,2.74,9,5.19,1.91,16,5.62,1.51,8,5.83,1.85,12,3.11,1.96,9,3.91,1.76,11,4.86,2.21,14,6.0,2.1,11,5.82,1.6,11,5.67,1.87,9,3.2,1.87,10,3.9,1.85,10,5.28,2.16,18,5.57,2.44,7
+persecute,3.11,1.45,18,5.11,1.97,19,4.09,2.78,22,3.2,1.64,5,3.08,1.44,13,4.5,2.0,8,5.55,1.92,11,4.83,2.86,6,3.81,2.79,16,3.11,1.36,9,3.11,1.62,9,4.12,1.96,8,5.82,1.72,11,4.6,2.97,15,3.0,2.08,7,3.0,1.5,9,3.22,1.48,9,4.55,1.81,11,5.88,2.03,8,4.82,3.03,11,3.36,2.42,11
+persecution,3.21,1.4,19,6.6,1.96,20,3.13,1.91,23,4.0,1.0,5,3.0,1.47,13,7.17,0.75,6,6.36,2.27,14,3.4,2.27,10,2.92,1.66,13,3.43,1.4,7,3.18,1.47,11,7.0,1.55,6,6.43,2.14,14,4.09,1.87,11,2.25,1.54,12,3.75,1.22,12,2.29,1.25,7,6.0,2.36,10,7.2,1.32,10,3.07,2.06,14,3.22,1.79,9
+perseverance,6.33,2.01,21,3.41,2.28,22,6.89,2.15,27,5.4,2.17,10,7.18,1.47,11,2.57,1.99,7,3.8,2.37,15,7.0,2.42,17,6.7,1.7,10,5.91,2.34,11,6.8,1.55,10,2.6,2.3,5,3.65,2.29,17,6.79,2.61,14,7.0,1.63,13,5.77,2.28,13,7.25,1.04,8,3.4,2.8,10,3.42,1.88,12,7.43,2.1,14,6.31,2.14,13
+persist,4.74,2.18,19,3.64,2.66,22,6.44,1.97,27,4.67,1.75,6,4.77,2.42,13,4.27,2.72,11,3.0,2.57,11,7.0,1.79,11,6.06,2.05,16,5.45,2.21,11,3.75,1.83,8,3.82,2.64,11,3.45,2.81,11,6.29,2.08,17,6.7,1.83,10,5.15,2.27,13,3.83,1.83,6,3.71,2.87,14,3.5,2.45,8,6.31,2.06,16,6.64,1.91,11
+persistence,6.21,1.87,19,5.95,2.35,20,6.0,1.63,25,6.0,2.1,11,6.5,1.6,8,6.71,2.14,7,5.54,2.44,13,6.08,1.19,13,5.92,2.07,12,5.7,2.16,10,6.78,1.39,9,5.27,2.49,11,6.78,1.99,9,6.0,1.32,17,6.0,2.27,8,6.0,1.8,9,6.4,2.01,10,6.25,2.49,12,5.5,2.2,8,6.25,1.44,16,5.56,1.94,9
+persistent,5.71,1.38,21,5.58,2.69,19,6.24,2.17,21,6.0,1.1,6,5.6,1.5,15,6.88,1.46,8,4.64,3.04,11,6.27,2.41,11,6.2,1.99,10,5.83,0.98,6,5.67,1.54,15,6.22,2.73,9,5.0,2.67,10,5.86,2.11,14,7.0,2.24,7,5.0,1.53,7,6.07,1.21,14,5.38,2.72,13,6.0,2.83,6,6.42,2.27,12,6.0,2.12,9
+person,6.1,1.62,41,3.71,2.08,38,6.0,1.91,23,5.88,1.8,17,6.25,1.51,24,4.78,2.28,9,3.38,1.93,29,6.22,1.86,9,5.86,1.99,14,5.36,1.53,22,6.95,1.31,19,4.43,2.03,14,3.29,2.03,24,6.47,1.92,15,5.12,1.64,8,6.15,1.67,26,6.0,1.6,15,3.48,2.2,21,4.0,1.94,17,6.46,1.94,13,5.4,1.78,10
+persona,5.37,1.42,19,3.9,1.7,21,6.19,2.02,21,5.56,1.24,9,5.2,1.62,10,4.12,1.73,8,3.77,1.74,13,6.27,1.85,11,6.1,2.28,10,5.29,0.95,7,5.42,1.68,12,4.33,1.32,9,3.58,1.93,12,6.0,2.2,13,6.5,1.77,8,5.4,1.58,10,5.33,1.32,9,3.5,1.93,8,4.15,1.57,13,6.23,2.39,13,6.12,1.36,8
+personal,6.09,1.74,22,3.57,2.27,21,4.72,2.08,18,5.5,2.51,6,6.33,1.45,15,3.57,2.3,7,3.57,2.34,14,4.22,1.79,9,5.25,2.49,8,6.07,1.98,14,6.14,1.46,7,3.89,2.93,9,3.33,1.72,12,4.6,2.37,10,4.88,1.81,8,6.29,1.68,14,5.75,1.91,8,2.83,2.4,6,3.87,2.23,15,4.9,2.23,10,4.5,2.0,8
+personality,6.14,1.61,22,4.5,2.57,26,6.71,1.85,24,7.11,1.54,9,5.46,1.33,13,3.3,2.83,10,5.25,2.14,16,6.78,1.92,9,6.67,1.88,15,6.62,1.06,8,5.86,1.83,14,4.85,3.02,13,4.15,2.08,13,6.33,2.15,12,7.08,1.51,12,5.92,1.24,12,6.4,2.01,10,4.4,2.85,15,4.64,2.25,11,6.46,2.26,13,7.0,1.26,11
+personnel,5.37,1.74,19,3.67,2.11,21,5.45,2.09,22,5.67,1.8,9,5.1,1.73,10,4.14,1.57,7,3.43,2.34,14,5.45,2.02,11,5.45,2.25,11,5.57,1.51,7,5.25,1.91,12,4.22,1.72,9,3.25,2.34,12,5.23,2.28,13,5.78,1.86,9,5.3,1.7,10,5.44,1.88,9,4.14,2.12,7,3.43,2.14,14,5.64,2.17,14,5.12,2.03,8
+perspective,6.21,1.72,19,3.64,2.13,22,6.36,1.79,22,5.89,1.17,9,6.5,2.12,10,4.62,2.33,8,3.07,1.86,14,6.55,1.75,11,6.18,1.89,11,5.71,1.25,7,6.5,1.93,12,4.4,2.12,10,3.0,2.0,12,6.23,1.96,13,6.56,1.59,9,6.3,2.11,10,6.11,1.27,9,3.5,2.51,8,3.71,1.98,14,6.14,1.96,14,6.75,1.49,8
+perspiration,4.0,1.49,19,3.52,2.16,21,4.57,2.13,23,4.45,1.29,11,3.71,1.38,7,5.14,1.57,7,2.71,1.98,14,4.14,2.19,7,4.75,2.14,16,3.75,1.67,8,4.18,1.4,11,2.89,2.47,9,4.0,1.86,12,4.45,2.25,11,4.67,2.1,12,3.5,1.38,12,4.86,1.35,7,3.18,2.09,11,3.9,2.28,10,4.85,2.12,13,4.2,2.2,10
+persuade,5.67,1.85,21,3.65,2.52,23,6.0,2.55,17,5.89,2.15,9,5.5,1.68,12,4.45,2.5,11,2.92,2.39,12,6.56,2.55,9,5.38,2.56,8,5.29,2.29,7,5.85,1.72,13,4.36,2.58,11,3.0,2.37,12,5.33,3.14,6,6.36,2.25,11,5.54,2.07,13,5.88,1.55,8,3.55,2.66,11,3.75,2.49,12,5.12,2.7,8,6.78,2.28,9
+persuasion,5.67,1.49,21,5.16,1.91,25,5.73,2.6,22,6.5,1.41,8,5.15,1.34,13,5.15,2.27,13,5.17,1.53,12,6.0,2.74,13,5.33,2.5,9,6.62,1.51,8,5.25,1.06,12,5.93,0.92,14,4.18,2.4,11,6.83,2.33,12,4.4,2.37,10,5.4,2.01,10,5.91,0.83,11,5.06,1.95,17,5.38,1.92,8,5.8,2.66,10,5.67,2.67,12
+persuasive,5.84,1.92,19,4.87,2.28,23,5.37,2.31,19,5.67,1.41,9,6.0,2.36,10,5.71,2.36,7,4.6,2.26,15,5.2,2.25,10,5.56,2.51,9,6.67,1.58,9,5.1,1.97,10,4.4,2.67,10,5.42,1.93,12,4.88,2.03,8,5.5,2.55,10,5.42,1.98,12,6.57,1.72,7,4.9,2.27,20,4.67,2.89,3,5.25,1.98,8,5.45,2.62,11
+pert,4.95,1.5,21,5.41,1.5,22,5.14,1.93,21,5.2,2.17,5,4.88,1.31,16,5.91,1.22,11,4.91,1.64,11,4.64,1.03,11,5.33,2.4,9,4.5,1.51,12,5.56,1.33,9,5.4,1.55,15,5.43,1.51,7,4.91,1.51,11,5.4,2.37,10,5.08,1.32,13,4.75,1.83,8,5.39,1.5,18,5.5,1.73,4,4.64,1.74,14,6.14,2.04,7
+pertinent,5.24,1.51,21,4.83,2.5,18,5.5,1.99,36,5.25,1.49,8,5.23,1.59,13,4.5,1.73,4,4.93,2.73,14,6.0,2.05,11,5.28,1.97,25,5.46,1.61,13,4.88,1.36,8,5.27,2.83,11,4.14,1.86,7,5.2,2.4,20,5.88,1.31,16,4.91,1.81,11,5.6,1.07,10,5.36,2.54,11,4.0,2.38,7,5.23,2.16,22,5.93,1.69,14
+perverse,3.52,2.42,21,4.87,2.44,23,4.9,2.32,21,2.8,2.49,5,3.75,2.44,16,5.25,2.6,12,4.45,2.3,11,4.73,1.95,11,4.67,2.55,9,3.25,2.6,12,3.89,2.26,9,4.81,2.46,16,5.0,2.58,7,4.82,1.83,11,5.0,2.87,10,4.15,2.7,13,2.5,1.51,8,5.16,2.5,19,3.5,1.73,4,5.07,2.27,14,4.57,2.57,7
+perversion,3.55,2.34,22,5.48,2.44,21,3.85,2.41,20,4.75,2.12,8,2.86,2.25,14,4.89,2.67,9,5.92,2.27,12,4.86,2.48,7,3.31,2.29,13,3.36,2.46,11,3.73,2.33,11,4.9,2.64,10,6.0,2.24,11,4.27,2.28,15,2.6,2.61,5,3.6,1.96,10,3.5,2.71,12,6.33,1.73,9,4.83,2.76,12,3.9,2.02,10,3.8,2.86,10
+pervert,2.45,1.28,20,5.18,2.2,22,2.82,1.79,22,2.33,0.58,3,2.47,1.37,17,5.08,2.07,12,5.3,2.45,10,3.8,2.15,10,2.0,0.85,12,2.57,0.79,7,2.38,1.5,13,5.44,1.88,9,5.0,2.45,13,2.64,1.36,11,3.0,2.19,11,2.67,1.58,9,2.27,1.01,11,4.89,2.09,9,5.38,2.33,13,3.09,1.64,11,2.55,1.97,11
+perverted,3.26,1.94,19,6.9,2.19,21,3.96,2.36,23,2.4,1.14,5,3.31,1.93,13,6.0,2.97,6,7.27,1.79,15,5.1,2.64,10,3.08,1.75,13,2.71,1.5,7,3.27,1.95,11,6.43,2.7,7,7.14,1.96,14,4.55,2.58,11,3.42,2.11,12,3.25,2.18,12,3.29,1.6,7,6.18,2.82,11,7.7,0.67,10,4.36,2.68,14,3.33,1.73,9
+pesky,4.15,1.87,20,4.32,2.53,22,4.67,2.09,27,5.43,1.9,7,3.46,1.51,13,4.7,2.16,10,4.0,2.86,12,4.27,1.87,15,5.45,2.21,11,3.82,1.6,11,4.56,2.19,9,4.89,1.36,9,3.92,3.09,13,5.06,2.41,17,4.22,1.09,9,4.15,2.03,13,4.14,1.68,7,3.88,2.42,16,5.5,2.66,6,4.33,2.35,12,4.93,1.91,15
+pessimist,3.81,1.99,21,4.2,2.89,20,4.33,2.59,36,3.62,2.26,8,3.92,1.89,13,4.0,2.0,5,4.27,3.2,15,5.0,2.49,11,4.04,2.62,25,3.54,2.33,13,4.25,1.28,8,4.5,2.84,12,3.75,3.11,8,4.1,2.65,20,4.62,2.55,16,4.18,1.89,11,3.4,2.12,10,4.64,3.14,11,3.67,2.65,9,4.23,2.65,22,4.5,2.56,14
+pessimistic,3.9,2.28,21,4.48,2.18,21,4.0,2.37,22,4.07,2.06,14,3.57,2.82,7,4.18,1.99,11,4.67,2.55,9,4.17,1.94,6,3.94,2.57,16,3.6,2.32,10,4.18,2.32,11,4.27,2.49,11,4.7,1.89,10,4.23,2.2,13,3.67,2.69,9,4.55,2.54,11,3.2,1.81,10,4.62,2.29,13,4.25,2.12,8,4.67,2.39,12,3.2,2.2,10
+pest,2.67,1.49,40,5.14,2.63,43,4.36,2.31,25,3.0,0.91,13,2.52,1.7,27,4.89,2.38,19,5.33,2.85,24,5.0,2.56,8,4.06,2.19,17,2.53,1.66,17,2.78,1.38,23,5.33,2.35,24,4.89,3.0,19,4.43,2.44,14,4.27,2.24,11,2.79,1.75,19,2.57,1.25,21,5.17,2.79,29,5.07,2.37,14,4.22,2.44,18,4.71,2.06,7
+pester,3.26,1.45,19,5.18,2.3,22,4.04,2.18,24,3.0,1.67,6,3.38,1.39,13,5.25,2.14,12,5.1,2.6,10,4.5,2.2,8,3.81,2.2,16,3.6,1.51,10,2.89,1.36,9,5.89,2.32,9,4.69,2.25,13,4.12,2.12,17,3.67,2.66,6,2.88,1.46,8,3.55,1.44,11,5.33,1.94,9,5.08,2.6,13,4.0,2.07,16,4.12,2.53,8
+pestilence,2.95,1.77,21,4.23,2.43,22,4.33,2.43,18,2.89,1.54,9,3.0,2.0,12,5.27,2.24,11,3.18,2.23,11,4.1,2.18,10,4.62,2.83,8,2.86,1.57,7,3.08,1.98,13,5.4,1.96,10,3.25,2.42,12,4.43,2.51,7,4.27,2.49,11,3.0,2.16,13,2.88,0.99,8,2.9,1.73,10,5.33,2.42,12,4.22,2.22,9,4.44,2.74,9
+pestle,4.67,1.24,21,3.0,2.18,22,5.06,2.04,18,4.89,1.27,9,4.5,1.24,12,3.2,1.99,10,2.83,2.41,12,5.1,1.91,10,5.0,2.33,8,4.43,1.27,7,4.85,1.28,13,3.45,2.42,11,2.55,1.92,11,5.0,2.38,7,5.09,1.92,11,4.54,1.13,13,4.88,1.46,8,3.3,2.58,10,2.75,1.86,12,4.11,1.83,9,6.0,1.87,9
+pesto,5.91,1.9,22,5.58,2.81,19,5.57,1.83,21,5.0,0.71,5,6.19,2.14,16,5.38,2.33,8,5.73,3.23,11,5.6,2.01,10,5.55,1.75,11,5.75,1.71,12,6.1,2.18,10,6.3,2.41,10,4.78,3.15,9,5.0,1.81,12,6.33,1.66,9,5.73,1.74,11,6.09,2.12,11,4.75,2.87,8,6.18,2.75,11,5.33,2.12,9,5.75,1.66,12
+pet,7.05,1.39,38,3.76,2.7,21,5.61,2.43,49,6.96,1.49,24,7.21,1.25,14,3.57,2.57,7,3.86,2.85,14,5.31,2.35,26,5.96,2.53,23,7.35,1.27,17,6.81,1.47,21,4.4,2.63,10,3.18,2.75,11,5.2,2.53,20,5.9,2.37,29,7.14,1.08,22,6.94,1.77,16,4.46,3.02,13,2.62,1.69,8,5.57,2.48,23,5.65,2.43,26
+petal,6.68,1.49,19,3.58,2.28,24,5.43,2.22,28,6.0,0.82,7,7.08,1.68,12,3.89,2.71,9,3.4,2.06,15,5.71,2.13,14,5.14,2.35,14,7.38,1.51,8,6.18,1.33,11,3.92,2.54,12,3.25,2.05,12,4.79,2.49,14,6.07,1.77,14,6.7,1.77,10,6.67,1.22,9,4.33,2.57,12,2.83,1.75,12,5.33,1.61,12,5.5,2.63,16
+petite,5.86,1.61,22,4.78,2.19,23,5.37,1.83,19,6.5,2.0,8,5.77,0.83,13,5.12,1.96,8,4.64,2.44,14,5.0,1.63,7,5.45,2.02,11,5.88,1.36,8,6.15,1.46,13,4.78,2.49,9,4.79,2.08,14,4.29,1.11,7,6.0,1.91,12,5.73,1.42,11,6.0,1.84,11,3.78,2.91,9,5.43,1.34,14,5.44,1.86,16,5.0,2.0,3
+petition,4.8,1.74,20,3.1,2.27,20,5.54,2.72,24,5.0,2.16,4,4.75,1.69,16,4.0,2.65,3,2.94,2.25,17,6.89,2.42,9,4.73,2.63,15,5.0,1.6,8,4.67,1.87,12,3.11,2.09,9,3.09,2.51,11,5.79,2.78,14,5.2,2.74,10,5.09,1.3,11,4.44,2.19,9,2.6,1.96,10,3.6,2.55,10,5.72,2.67,18,5.0,3.03,6
+petitioner,5.55,1.67,20,3.83,2.15,23,6.24,2.14,21,5.56,1.51,9,5.55,1.86,11,3.91,2.12,11,3.75,2.26,12,5.5,1.93,8,6.69,2.21,13,5.21,1.63,14,6.33,1.63,6,4.11,2.37,9,3.64,2.06,14,6.12,1.55,8,6.31,2.5,13,5.5,1.58,10,5.6,1.84,10,4.54,2.22,13,2.9,1.73,10,6.92,1.56,12,5.33,2.55,9
+petrified,3.37,2.22,19,5.17,2.61,23,3.58,2.04,19,4.33,1.58,9,2.5,2.42,10,5.14,3.08,7,5.4,2.41,15,3.1,1.6,10,4.11,2.42,9,4.0,2.74,9,2.8,1.55,10,4.6,3.03,10,5.92,2.07,12,3.62,1.6,8,3.7,2.45,10,3.33,2.53,12,3.43,1.72,7,5.25,2.55,20,4.67,3.51,3,3.38,1.69,8,3.73,2.33,11
+petrol,4.52,1.57,21,4.04,2.14,23,4.55,2.33,20,5.4,2.51,5,4.25,1.13,16,4.58,1.62,12,3.45,2.54,11,3.91,2.07,11,4.88,2.23,8,4.5,1.83,12,4.56,1.24,9,4.06,2.21,16,4.0,2.16,7,4.91,2.12,11,4.11,2.62,9,4.46,1.13,13,4.62,2.2,8,4.21,2.18,19,3.25,2.06,4,4.5,2.03,14,4.67,3.14,6
+petroleum,3.95,1.61,19,3.81,2.52,21,5.35,2.21,23,3.67,3.06,3,4.0,1.37,16,4.75,3.06,8,3.23,2.05,13,5.89,2.26,9,5.0,2.18,14,3.56,1.67,9,4.3,1.57,10,4.22,2.73,9,3.5,2.43,12,5.93,1.94,15,4.25,2.38,8,3.86,1.21,7,4.0,1.86,12,3.7,1.77,10,3.91,3.14,11,5.31,2.81,13,5.4,1.17,10
+petticoat,5.57,1.08,21,3.87,2.63,23,5.48,1.6,21,5.18,0.87,11,6.0,1.15,10,5.09,2.7,11,2.75,2.09,12,5.5,1.6,8,5.5,1.73,12,5.8,1.23,10,5.36,0.92,11,4.27,2.97,11,3.5,2.35,12,5.31,1.75,13,5.86,1.46,7,5.85,1.28,13,5.12,0.35,8,3.87,2.7,15,3.88,2.7,8,5.57,1.95,14,5.29,0.49,7
+petty,4.4,2.46,20,4.45,1.96,20,4.67,2.56,36,5.86,2.85,7,3.62,1.89,13,3.8,2.28,5,4.67,1.88,15,4.36,2.5,11,4.8,2.63,25,4.77,2.77,13,3.71,1.7,7,4.42,2.15,12,4.5,1.77,8,5.1,2.57,20,4.12,2.53,16,4.7,2.26,10,4.1,2.73,10,5.64,1.63,11,3.0,1.22,9,4.59,2.81,22,4.79,2.22,14
+petunia,6.22,1.99,18,4.19,2.36,21,5.64,1.89,22,6.0,1.77,8,6.4,2.22,10,4.25,2.49,8,4.15,2.38,13,5.73,1.85,11,5.55,2.02,11,5.67,1.03,6,6.5,2.32,12,5.44,2.19,9,3.25,2.09,12,5.31,2.1,13,6.11,1.54,9,6.0,2.31,10,6.5,1.6,8,3.88,2.23,8,4.38,2.5,13,5.64,1.91,14,5.62,2.0,8
+pew,5.38,2.42,21,2.41,2.06,22,5.44,2.94,18,5.44,2.92,9,5.33,2.1,12,3.1,2.6,10,1.83,1.34,12,4.9,3.14,10,6.12,2.7,8,4.0,2.58,7,6.23,2.09,13,3.09,2.66,11,1.73,0.9,11,4.14,3.44,7,6.27,2.37,11,5.15,2.58,13,5.75,2.25,8,2.36,2.58,11,2.45,1.51,11,5.33,3.0,9,5.56,3.05,9
+peyote,4.77,2.2,22,4.58,2.17,19,4.29,1.98,21,5.2,0.84,5,4.62,2.55,16,3.25,1.58,8,5.55,2.07,11,4.5,2.37,10,4.09,1.64,11,4.75,1.96,12,4.8,2.57,10,4.9,2.47,10,4.22,1.86,9,4.17,1.75,12,4.44,2.35,9,4.27,2.45,11,5.27,1.9,11,4.75,2.66,8,4.45,1.86,11,4.56,2.3,9,4.08,1.78,12
+phantom,4.26,2.26,19,5.23,2.49,22,4.46,1.86,24,3.5,2.07,6,4.62,2.33,13,5.67,2.15,12,4.7,2.87,10,3.88,1.73,8,4.75,1.91,16,4.6,2.17,10,3.89,2.42,9,6.44,2.13,9,4.38,2.43,13,4.53,1.84,17,4.17,2.23,6,3.88,2.3,8,4.55,2.3,11,4.67,2.5,9,5.62,2.5,13,4.88,1.86,16,3.62,1.69,8
+pharaoh,5.45,1.93,20,4.63,2.45,19,5.52,2.1,25,4.73,2.15,11,6.33,1.22,9,5.57,2.15,7,4.08,2.54,12,5.0,1.96,13,6.08,2.19,12,5.73,1.74,11,5.11,2.2,9,4.36,2.42,11,5.0,2.62,8,5.81,2.26,16,5.0,1.8,9,6.4,1.17,10,4.5,2.12,10,4.18,2.44,11,5.25,2.49,8,5.75,2.21,16,5.11,1.96,9
+pharmaceutical,4.67,1.91,21,3.35,2.23,23,5.0,2.57,18,5.33,2.4,9,4.17,1.34,12,4.09,2.74,11,2.67,1.44,12,5.4,2.76,10,4.5,2.39,8,4.43,2.7,7,4.77,1.54,13,4.09,2.81,11,2.67,1.3,12,5.14,3.34,7,4.91,2.12,11,4.38,2.22,13,5.12,1.25,8,3.64,2.29,11,3.08,2.23,12,5.22,2.49,9,4.78,2.77,9
+pharmacist,6.33,1.88,21,4.48,1.95,23,6.0,2.41,22,6.62,1.41,8,6.15,2.15,13,4.92,2.25,13,3.9,1.37,10,6.31,2.1,13,5.56,2.88,9,7.12,1.96,8,5.83,1.8,12,5.36,1.55,14,3.11,1.76,9,6.42,1.78,12,5.5,3.03,10,6.2,1.69,10,6.45,2.11,11,4.31,2.24,16,4.86,1.07,7,6.4,2.59,10,5.67,2.31,12
+pharmacy,5.05,1.56,21,3.68,2.08,19,6.05,2.52,21,5.67,1.21,6,4.8,1.66,15,4.62,2.0,8,3.0,1.95,11,5.82,2.75,11,6.3,2.36,10,5.33,1.63,6,4.93,1.58,15,4.2,2.04,10,3.11,2.09,9,5.36,2.59,14,7.43,1.81,7,5.29,2.06,7,4.93,1.33,14,3.64,2.13,14,3.8,2.17,5,5.58,2.97,12,6.67,1.73,9
+phase,5.29,1.29,41,3.96,2.36,23,4.93,1.97,44,5.3,1.49,10,5.34,1.26,29,4.57,2.37,7,3.73,2.46,15,4.86,2.1,22,5.0,1.88,22,5.16,1.54,19,5.48,1.03,21,4.8,2.62,10,3.33,2.1,12,4.45,1.88,29,5.87,1.85,15,5.43,1.34,23,5.11,1.23,18,3.85,2.39,20,4.67,2.52,3,4.88,1.99,25,5.0,2.0,19
+pheasant,4.95,1.85,20,4.05,2.16,21,5.69,2.15,32,5.6,1.58,10,4.3,1.95,10,4.38,2.13,8,3.85,2.23,13,5.79,2.52,14,5.61,1.88,18,4.78,1.79,9,5.09,1.97,11,4.54,2.22,13,3.25,1.91,8,5.95,2.56,21,5.18,0.87,11,4.7,2.16,10,5.2,1.55,10,4.14,2.28,14,3.86,2.04,7,6.0,2.03,16,5.38,2.28,16
+phenomenal,7.11,1.59,19,5.35,2.24,26,6.04,1.92,24,7.44,1.42,9,6.8,1.75,10,5.2,2.62,10,5.44,2.06,16,5.56,1.81,9,6.33,1.99,15,7.17,0.75,6,7.08,1.89,13,5.23,2.05,13,5.46,2.5,13,5.5,2.2,12,6.58,1.51,12,6.7,1.95,10,7.56,1.01,9,5.13,2.59,15,5.64,1.75,11,6.0,1.91,13,6.09,2.02,11
+phenomenon,6.79,1.32,19,5.0,2.65,21,5.05,2.44,22,6.67,1.5,9,6.9,1.2,10,4.5,2.39,8,5.31,2.84,13,4.91,2.3,11,5.18,2.68,11,6.43,1.4,7,7.0,1.28,12,5.56,1.81,9,4.58,3.15,12,4.62,2.33,13,5.67,2.6,9,6.6,1.35,10,7.0,1.32,9,5.12,3.0,8,4.92,2.53,13,5.36,2.62,14,4.5,2.14,8
+pheromone,5.5,1.61,20,4.96,2.24,24,4.32,2.39,28,6.0,1.07,8,5.17,1.85,12,6.0,1.73,9,4.33,2.32,15,3.64,2.1,14,5.0,2.54,14,5.0,1.94,9,5.91,1.22,11,4.42,2.11,12,5.5,2.32,12,4.57,2.62,14,4.07,2.2,14,5.2,1.69,10,5.8,1.55,10,4.83,2.33,12,5.08,2.23,12,4.33,2.19,12,4.31,2.6,16
+phi,4.33,1.85,18,3.32,1.94,22,5.17,1.97,24,4.17,1.83,6,4.42,1.93,12,3.5,1.98,12,3.1,1.97,10,5.25,2.05,8,5.12,2.0,16,4.22,1.09,9,4.44,2.46,9,3.78,2.28,9,3.0,1.68,13,5.59,2.0,17,4.0,1.67,6,4.0,1.15,7,4.55,2.21,11,4.33,1.73,9,2.62,1.8,13,5.38,2.36,16,4.75,0.71,8
+philanthropist,6.57,1.63,21,4.17,2.14,24,6.0,2.33,22,7.25,1.39,8,6.15,1.68,13,4.15,1.82,13,4.18,2.56,11,6.69,2.06,13,5.0,2.45,9,7.12,1.81,8,6.42,1.38,12,4.86,1.96,14,3.2,2.1,10,6.58,1.98,12,5.3,2.63,10,6.3,1.89,10,6.82,1.4,11,3.71,2.05,17,5.29,2.06,7,5.6,2.95,10,6.33,1.72,12
+philistine,3.52,1.62,23,3.33,2.47,18,4.86,2.27,22,3.29,1.5,7,3.62,1.71,16,4.67,3.01,6,2.67,1.97,12,5.3,1.7,10,4.5,2.68,12,4.27,1.42,11,2.83,1.53,12,4.0,2.75,10,2.5,1.93,8,5.82,1.83,11,3.91,2.34,11,3.36,1.69,14,3.78,1.56,9,1.89,1.62,9,4.78,2.39,9,5.55,2.11,11,4.18,2.32,11
+philosopher,6.63,1.92,19,3.71,2.12,21,6.58,1.71,19,6.88,1.96,8,6.45,1.97,11,3.8,2.68,5,3.8,2.04,15,6.17,1.94,6,6.77,1.64,13,6.69,1.7,13,6.5,2.51,6,3.73,2.33,11,3.89,2.03,9,6.11,1.45,9,7.0,1.89,10,6.7,1.77,10,6.56,2.19,9,3.36,2.42,11,4.1,1.79,10,6.83,2.14,6,6.46,1.56,13
+philosophical,6.21,2.27,19,3.5,2.11,22,5.39,2.1,28,6.5,0.84,6,6.08,2.72,13,3.55,2.25,11,3.45,2.07,11,5.18,2.48,11,5.53,1.87,17,6.0,2.76,11,6.5,1.51,8,4.73,2.0,11,2.27,1.42,11,5.28,2.24,18,5.6,1.9,10,6.23,2.52,13,6.17,1.83,6,3.64,2.27,14,3.25,1.91,8,5.38,2.31,16,5.42,1.88,12
+philosophy,5.48,1.94,21,2.9,1.59,20,6.6,2.27,25,5.17,1.8,12,5.89,2.15,9,3.71,1.8,7,2.46,1.33,13,6.5,2.07,10,6.67,2.47,15,7.0,1.83,4,5.12,1.83,17,3.33,1.58,9,2.55,1.57,11,5.71,2.87,7,6.94,1.98,18,5.58,1.88,12,5.33,2.12,9,3.15,1.57,13,2.43,1.62,7,6.11,2.71,9,6.88,2.03,16
+phlegm,2.52,1.41,23,4.06,2.78,18,4.0,1.93,24,2.14,1.07,7,2.69,1.54,16,5.4,2.97,5,3.54,2.63,13,3.85,1.77,13,4.18,2.18,11,2.82,1.4,11,2.25,1.42,12,5.29,2.63,7,3.27,2.69,11,4.19,1.56,16,3.62,2.62,8,2.31,1.25,16,3.0,1.73,7,4.67,2.77,12,2.83,2.56,6,3.93,2.25,15,4.11,1.36,9
+phobia,3.68,1.89,19,6.57,2.04,21,3.65,2.48,23,3.8,1.3,5,3.54,2.15,13,5.33,2.34,6,7.07,1.75,15,3.6,2.5,10,3.69,2.56,13,2.71,1.38,7,4.18,2.04,11,5.57,2.15,7,7.07,1.86,14,3.82,2.36,11,3.5,2.68,12,3.58,1.88,12,3.86,2.04,7,6.27,2.65,11,6.9,1.1,10,3.64,2.71,14,3.67,2.24,9
+phone,6.09,1.63,22,3.43,1.94,21,4.44,2.23,18,5.67,2.07,6,6.4,1.4,15,3.57,2.07,7,3.36,1.95,14,3.89,2.26,9,5.0,2.33,8,6.07,1.77,14,6.43,1.27,7,3.67,2.4,9,3.25,1.6,12,4.8,2.86,10,4.0,1.07,8,6.07,1.94,14,6.12,0.99,8,3.67,2.25,6,3.33,1.88,15,5.2,2.53,10,3.5,1.41,8
+phonograph,6.14,1.35,21,3.32,2.01,22,5.5,1.77,22,5.78,1.39,9,6.42,1.31,12,2.33,1.75,6,3.53,2.0,15,4.17,1.47,6,6.0,1.63,16,5.67,1.58,9,6.5,1.09,12,4.0,2.35,5,3.12,1.93,17,5.18,1.6,11,5.82,1.94,11,6.42,1.44,12,5.78,1.2,9,3.44,2.01,9,3.23,2.09,13,5.33,1.87,12,5.7,1.7,10
+phony,2.52,1.83,21,4.4,1.87,25,4.09,2.6,22,1.88,0.99,8,2.92,2.14,13,4.0,2.04,13,4.83,1.64,12,4.62,2.75,13,3.33,2.29,9,3.12,2.53,8,2.17,1.27,12,4.29,1.82,14,4.55,2.02,11,5.33,2.67,12,2.6,1.58,10,2.3,0.95,10,2.73,2.41,11,4.24,1.71,17,4.75,2.25,8,3.5,2.51,10,4.58,2.68,12
+phooey,3.53,1.35,19,4.41,2.52,22,4.59,1.79,22,4.0,1.12,9,3.1,1.45,10,5.25,2.55,8,3.93,2.46,14,5.09,2.12,11,4.09,1.3,11,4.43,1.13,7,3.0,1.21,12,4.2,2.1,10,4.58,2.91,12,4.46,1.81,13,4.78,1.86,9,3.4,1.26,10,3.67,1.5,9,5.38,2.56,8,3.86,2.41,14,4.64,1.82,14,4.5,1.85,8
+phosphate,4.74,0.93,19,3.71,2.15,21,4.61,2.37,23,4.67,0.58,3,4.75,1.0,16,4.62,1.92,8,3.15,2.15,13,4.11,2.42,9,4.93,2.37,14,4.78,1.09,9,4.7,0.82,10,4.44,1.74,9,3.17,2.33,12,4.8,2.68,15,4.25,1.75,8,4.57,0.98,7,4.83,0.94,12,4.1,2.08,10,3.36,2.25,11,4.92,2.9,13,4.2,1.48,10
+phosphorus,4.43,2.04,21,3.91,2.23,23,4.33,1.98,21,3.8,1.79,5,4.62,2.13,16,5.25,2.01,12,2.45,1.44,11,5.0,2.05,11,3.56,1.81,9,4.33,2.46,12,4.56,1.42,9,3.69,2.3,16,4.43,2.15,7,4.45,2.11,11,4.2,1.93,10,4.85,2.27,13,3.75,1.49,8,4.0,2.26,19,3.5,2.38,4,4.5,2.03,14,4.0,2.0,7
+photo,6.58,1.28,24,4.6,2.3,20,6.05,1.83,21,6.75,1.16,8,6.5,1.37,16,4.88,1.81,8,4.42,2.64,12,6.0,2.05,11,6.1,1.66,10,6.86,1.21,7,6.47,1.33,17,4.8,2.53,10,4.4,2.17,10,6.07,1.73,14,6.0,2.16,7,6.89,1.27,9,6.4,1.3,15,4.43,2.38,14,5.0,2.28,6,5.83,1.95,12,6.33,1.73,9
+photogenic,6.74,1.73,19,4.36,2.36,22,5.91,2.47,22,6.89,1.54,9,6.6,1.96,10,4.38,2.39,8,4.36,2.44,14,5.64,2.54,11,6.18,2.48,11,6.0,0.82,7,7.17,1.99,12,5.2,2.39,10,3.67,2.19,12,5.62,2.75,13,6.33,2.06,9,6.4,2.01,10,7.11,1.36,9,3.75,2.25,8,4.71,2.43,14,6.07,2.34,14,5.62,2.83,8
+photograph,6.61,2.0,18,4.57,2.36,21,5.8,2.17,20,5.67,0.58,3,6.8,2.14,15,4.17,2.4,6,4.73,2.4,15,5.67,1.97,6,5.86,2.32,14,7.22,1.64,9,6.0,2.24,9,4.43,2.3,7,4.64,2.47,14,5.5,1.78,10,6.1,2.56,10,5.0,1.63,7,7.64,1.5,11,4.33,2.0,9,4.75,2.67,12,6.12,2.85,8,5.58,1.68,12
+photographer,6.71,1.42,21,3.58,2.6,24,5.65,2.28,20,6.62,1.3,8,6.77,1.54,13,5.67,2.58,6,2.89,2.27,18,5.64,2.2,11,5.67,2.5,9,6.92,1.51,12,6.44,1.33,9,4.7,2.71,10,2.79,2.29,14,5.54,2.6,13,5.86,1.68,7,6.86,1.41,14,6.43,1.51,7,4.12,2.7,16,2.5,2.14,8,6.33,1.97,12,4.62,2.45,8
+photographic,6.81,1.66,21,4.19,2.25,21,5.58,1.91,24,6.67,1.72,12,7.0,1.66,9,4.71,2.43,7,3.93,2.2,14,5.22,2.39,9,5.8,1.61,15,7.5,1.91,4,6.65,1.62,17,4.8,2.15,10,3.64,2.29,11,4.71,2.21,7,5.94,1.71,17,7.0,1.54,12,6.56,1.88,9,4.23,2.24,13,4.12,2.42,8,5.0,2.24,9,5.93,1.67,15
+photography,6.67,1.32,21,3.96,2.46,24,6.2,2.33,20,6.88,1.13,8,6.54,1.45,13,6.33,2.34,6,3.17,1.98,18,6.91,1.76,11,5.33,2.74,9,6.67,1.56,12,6.67,1.0,9,5.3,2.06,10,3.0,2.32,14,6.38,2.4,13,5.86,2.34,7,6.79,1.37,14,6.43,1.27,7,4.19,2.71,16,3.5,1.93,8,6.42,2.23,12,5.88,2.59,8
+photon,4.9,1.8,20,3.7,2.81,20,4.64,1.43,22,5.57,1.13,7,4.54,2.03,13,5.11,3.14,9,2.55,1.97,11,4.17,1.94,6,4.81,1.22,16,5.0,1.76,10,4.78,2.05,9,4.62,2.97,8,3.08,2.64,12,4.8,1.47,15,4.29,1.38,7,5.0,1.9,11,4.78,1.79,9,3.83,2.82,12,3.5,2.98,8,4.36,1.63,11,4.91,1.22,11
+phrase,5.5,1.64,20,3.0,1.84,20,5.12,1.62,24,5.25,2.22,4,5.56,1.55,16,3.0,1.41,4,3.0,1.97,16,5.11,2.37,9,5.13,1.06,15,5.5,1.41,8,5.5,1.83,12,2.89,1.54,9,3.09,2.12,11,4.38,1.45,13,6.0,1.41,11,5.45,1.21,11,5.56,2.13,9,2.44,1.88,9,3.45,1.75,11,5.17,1.72,18,5.0,1.41,6
+physical,5.9,1.87,21,5.5,2.46,20,7.26,2.0,19,6.08,1.85,13,5.62,2.0,8,6.71,1.6,7,4.85,2.64,13,7.43,1.81,7,7.17,2.17,12,6.42,1.88,12,5.22,1.72,9,6.11,2.32,9,5.0,2.57,11,7.6,1.51,10,6.89,2.47,9,5.67,1.97,12,6.22,1.79,9,6.86,1.21,7,4.77,2.68,13,7.86,1.21,7,6.92,2.31,12
+physical therapist,6.25,1.74,20,2.71,2.03,21,4.4,2.18,25,6.0,2.58,4,6.31,1.58,16,3.75,2.87,4,2.47,1.81,17,5.0,2.55,9,4.06,1.95,16,5.88,0.99,8,6.5,2.11,12,3.6,2.27,10,1.91,1.45,11,4.71,2.79,14,4.0,1.0,11,6.36,1.36,11,6.11,2.2,9,2.5,2.01,10,2.91,2.12,11,4.83,2.2,18,3.29,1.8,7
+physician,5.24,1.64,21,3.96,2.36,23,5.23,2.14,26,5.18,1.4,11,5.3,1.95,10,3.82,2.6,11,4.08,2.23,12,5.73,2.65,11,4.86,1.75,14,5.9,1.1,10,4.64,1.86,11,4.0,2.72,11,3.92,2.11,12,5.29,2.49,17,5.12,1.46,8,5.46,1.61,13,4.88,1.73,8,3.67,2.41,15,4.5,2.33,8,5.12,2.42,17,5.44,1.59,9
+physicist,5.9,1.64,21,3.41,2.11,22,5.7,2.09,27,5.6,1.65,10,6.18,1.66,11,2.57,2.3,7,3.8,1.97,15,5.47,2.35,17,6.1,1.6,10,5.73,1.27,11,6.1,2.02,10,3.8,3.11,5,3.29,1.83,17,5.5,2.47,14,5.92,1.66,13,5.23,1.3,13,7.0,1.6,8,3.7,2.45,10,3.17,1.85,12,5.86,1.66,14,5.54,2.54,13
+physics,5.53,2.17,19,4.27,2.43,22,5.16,1.98,19,5.89,1.36,9,5.2,2.74,10,4.14,2.54,7,4.43,2.53,14,5.7,2.21,10,4.56,1.59,9,5.78,2.64,9,5.3,1.77,10,4.89,2.89,9,3.92,2.15,12,4.5,1.77,8,5.4,2.01,10,6.17,2.25,12,4.43,1.62,7,4.21,2.49,19,4.67,2.52,3,5.0,2.0,8,5.27,2.05,11
+physiological,4.76,1.51,21,5.04,2.16,23,4.86,2.15,21,5.2,2.05,5,4.62,1.36,16,5.42,2.27,12,4.64,2.06,11,4.0,2.32,11,5.56,1.42,9,4.58,1.56,12,5.0,1.5,9,5.12,2.0,16,4.86,2.67,7,5.27,2.1,11,4.4,2.22,10,4.54,1.33,13,5.12,1.81,8,5.32,2.16,19,3.75,1.89,4,4.79,2.12,14,5.0,2.38,7
+physiology,5.16,1.3,19,4.9,2.34,20,5.24,1.56,25,5.2,1.48,10,5.11,1.17,9,5.43,2.51,7,4.62,2.29,13,5.08,1.16,12,5.38,1.89,13,4.9,1.52,10,5.44,1.01,9,5.45,2.02,11,4.22,2.64,9,5.5,1.63,16,4.78,1.39,9,5.1,1.2,10,5.22,1.48,9,5.5,2.2,12,4.0,2.39,8,5.47,1.6,15,4.9,1.52,10
+physique,5.74,1.37,19,4.57,2.44,21,6.0,2.22,23,5.6,2.3,5,5.85,0.99,13,4.0,2.61,6,4.8,2.43,15,6.5,2.12,10,5.62,2.29,13,6.14,1.21,7,5.55,1.51,11,4.71,3.04,7,4.5,2.21,14,5.64,1.86,11,6.33,2.53,12,5.92,1.62,12,5.43,0.79,7,4.73,2.61,11,4.4,2.37,10,5.86,2.44,14,6.22,1.92,9
+pi,5.4,1.85,20,3.35,2.42,23,4.85,1.78,26,5.73,1.79,11,5.0,1.94,9,3.36,2.73,11,3.33,2.23,12,5.36,2.29,11,4.43,1.28,14,6.1,2.42,10,4.7,0.48,10,3.18,2.75,11,3.5,2.2,12,4.94,2.11,17,4.62,1.06,8,5.17,2.08,12,5.75,1.49,8,3.27,2.46,15,3.5,2.51,8,4.71,1.83,17,5.11,1.76,9
+pianist,7.15,1.87,20,3.55,2.63,20,5.56,2.08,25,6.5,3.11,4,7.31,1.54,16,5.25,2.99,4,3.12,2.45,16,5.44,2.74,9,5.62,1.71,16,7.25,1.67,8,7.08,2.07,12,2.6,2.46,10,4.5,2.55,10,5.57,2.06,14,5.55,2.21,11,7.45,1.29,11,6.78,2.44,9,2.9,2.56,10,4.2,2.66,10,6.0,2.17,18,4.43,1.4,7
+piano,6.4,1.76,20,3.61,2.1,23,5.42,1.75,26,5.9,1.6,10,6.9,1.85,10,3.82,2.27,11,3.42,2.02,12,4.73,1.62,11,6.0,1.75,14,7.0,1.76,10,5.8,1.62,10,4.36,2.2,11,2.92,1.83,12,5.12,1.65,17,6.12,1.96,8,6.67,1.87,12,6.0,1.6,8,3.53,2.36,15,3.75,1.67,8,5.41,1.8,17,5.44,1.74,9
+piazza,6.53,2.01,19,3.73,2.41,22,5.26,2.28,23,6.55,2.07,11,6.14,1.95,7,4.12,2.59,8,3.5,2.38,14,4.43,2.88,7,5.62,1.96,16,6.25,2.12,8,6.73,2.0,11,4.11,3.02,9,3.46,1.98,13,5.27,2.45,11,5.25,2.22,12,5.92,2.15,12,7.57,1.27,7,2.55,1.81,11,4.91,2.43,11,4.77,2.45,13,5.9,1.97,10
+piccolo,5.5,1.62,18,4.33,2.54,21,4.96,1.72,23,5.5,2.08,4,5.38,1.56,13,3.83,2.99,6,4.53,2.42,15,4.8,1.75,10,5.08,1.75,13,5.29,1.89,7,5.5,1.51,10,4.86,3.24,7,4.07,2.2,14,4.36,1.8,11,5.5,1.51,12,5.36,1.29,11,5.71,2.14,7,4.91,2.59,11,3.7,2.45,10,4.64,1.86,14,5.44,1.42,9
+pick,5.91,1.41,22,3.62,2.25,21,5.94,1.83,18,6.17,1.83,6,5.87,1.3,15,2.86,2.34,7,4.0,2.18,14,5.22,1.39,9,6.88,2.03,8,5.71,1.44,14,6.43,1.4,7,3.89,2.71,9,3.42,1.93,12,5.9,1.85,10,6.0,1.93,8,5.93,1.59,14,5.88,1.13,8,4.5,2.81,6,3.27,1.98,15,6.3,2.06,10,5.5,1.51,8
+picker,4.38,1.4,21,3.62,1.86,21,4.76,2.2,25,4.67,1.37,12,4.0,1.41,9,4.71,2.36,7,3.07,1.33,14,4.3,2.16,10,5.07,2.25,15,4.25,0.96,4,4.41,1.5,17,3.6,2.27,10,3.64,1.5,11,4.71,2.75,7,4.78,2.05,18,4.33,1.23,12,4.44,1.67,9,3.62,1.71,13,3.62,2.2,8,3.78,1.92,9,5.31,2.21,16
+picket,4.38,1.96,21,3.0,2.36,20,5.45,2.76,22,2.67,1.21,6,5.07,1.79,15,3.75,3.15,8,2.5,1.62,12,5.75,2.7,12,5.1,2.92,10,4.44,2.46,9,4.33,1.61,12,4.0,2.69,9,2.18,1.78,11,3.86,1.77,7,6.2,2.86,15,4.3,2.58,10,4.45,1.29,11,3.15,2.44,13,2.71,2.36,7,5.08,2.94,12,5.9,2.6,10
+pickle,6.52,2.02,21,3.48,2.42,25,5.84,2.01,19,5.78,2.33,9,7.08,1.62,12,4.5,2.81,6,3.11,2.32,18,5.71,1.11,7,5.92,2.43,12,6.5,2.22,16,6.6,1.34,5,3.86,2.74,14,2.9,2.02,10,6.0,2.35,9,5.7,1.77,10,6.25,2.26,12,6.89,1.69,9,4.06,2.54,16,2.44,1.88,9,5.82,2.32,11,5.88,1.64,8
+pickled,5.55,1.85,20,3.0,2.59,18,5.12,2.33,24,5.8,1.64,5,5.47,1.96,15,2.4,1.95,5,3.23,2.83,13,5.38,2.1,13,4.82,2.64,11,5.6,2.46,10,5.5,1.08,10,3.14,2.91,7,2.91,2.51,11,5.56,2.19,16,4.25,2.49,8,5.14,1.79,14,6.5,1.76,6,3.67,2.77,12,1.67,1.63,6,5.07,2.79,15,5.22,1.39,9
+pickpocket,2.35,1.27,23,6.0,2.73,22,3.6,2.44,20,2.62,1.69,8,2.2,1.01,15,6.1,2.85,10,5.92,2.75,12,4.86,2.41,7,2.92,2.25,13,2.42,1.08,12,2.27,1.49,11,5.45,2.58,11,6.55,2.88,11,3.73,2.69,15,3.2,1.64,5,2.82,0.87,11,1.92,1.44,12,6.3,2.16,10,5.75,3.19,12,3.2,2.49,10,4.0,2.45,10
+pickup,4.84,2.43,19,3.85,2.18,20,6.5,1.96,20,5.67,1.15,3,4.93,2.49,15,4.2,2.44,10,3.5,1.96,10,7.2,1.32,10,5.8,2.3,10,3.5,1.76,6,5.83,2.21,12,4.43,2.51,7,3.54,2.03,13,5.62,2.39,8,7.08,1.44,12,5.25,2.63,12,4.14,2.04,7,3.7,2.36,10,4.0,2.11,10,5.56,2.07,9,7.27,1.56,11
+picky,3.9,1.3,21,4.27,2.39,22,6.04,1.99,27,4.1,1.45,10,3.73,1.19,11,4.0,2.83,7,4.4,2.26,15,6.29,1.99,17,5.6,2.01,10,4.18,1.54,11,3.6,0.97,10,3.6,3.29,5,4.47,2.15,17,6.21,2.26,14,5.85,1.72,13,4.0,1.47,13,3.75,1.04,8,4.3,2.79,10,4.25,2.14,12,6.5,1.95,14,5.54,1.98,13
+picnic,7.11,2.08,19,3.65,2.6,20,6.1,2.4,20,7.67,1.53,3,7.33,1.8,15,3.9,2.88,10,3.4,2.41,10,6.0,2.21,10,6.2,2.7,10,6.5,2.35,6,7.83,1.19,12,3.0,2.52,7,4.0,2.68,13,4.5,2.67,8,7.17,1.53,12,7.58,2.07,12,6.29,1.98,7,4.0,3.02,10,3.3,2.21,10,6.78,2.49,9,5.55,2.3,11
+picture,6.73,1.67,22,3.29,1.82,21,6.12,2.0,16,6.5,1.22,6,6.87,1.88,15,2.71,1.89,7,3.57,1.79,14,5.75,2.31,8,6.5,1.69,8,6.5,1.7,14,7.29,1.7,7,3.11,1.9,9,3.42,1.83,12,6.56,2.35,9,5.57,1.4,7,6.71,1.59,14,6.75,1.91,8,2.83,1.83,6,3.47,1.85,15,6.67,2.18,9,5.43,1.62,7
+pictures,7.22,1.77,18,4.29,2.49,21,6.72,1.56,18,6.5,2.14,8,7.8,1.23,10,4.86,3.08,7,4.0,2.22,14,6.45,1.57,11,7.14,1.57,7,6.91,1.97,11,7.71,1.38,7,4.78,3.19,9,3.92,1.88,12,6.82,1.54,11,6.57,1.72,7,6.83,1.95,12,8.0,1.1,6,3.92,2.87,12,4.78,1.92,9,7.11,1.83,9,6.33,1.22,9
+picturesque,7.35,1.84,20,4.24,2.17,21,5.8,2.0,25,6.25,3.1,4,7.62,1.41,16,5.0,2.16,4,4.06,2.19,17,5.22,2.39,9,6.12,1.75,16,7.38,1.3,8,7.33,2.19,12,3.5,2.17,10,4.91,2.02,11,5.21,1.72,14,6.55,2.16,11,7.45,1.51,11,7.22,2.28,9,4.3,2.21,10,4.18,2.23,11,6.0,1.97,18,5.29,2.14,7
+pie,6.45,1.99,40,4.05,2.49,41,6.29,1.87,62,6.75,1.77,16,6.25,2.13,24,4.6,2.67,15,3.73,2.38,26,6.09,1.72,22,6.36,1.97,39,6.35,2.39,20,6.55,1.54,20,4.93,2.56,14,3.59,2.37,27,6.03,1.92,37,6.62,1.76,24,6.69,1.91,26,6.0,2.11,14,4.36,2.59,22,3.68,2.38,19,6.38,1.98,39,6.13,1.69,23
+piece,5.23,1.8,22,3.57,1.99,21,5.11,2.19,18,3.67,1.86,6,5.87,1.46,15,3.0,2.38,7,3.86,1.79,14,5.0,2.65,9,5.5,1.69,8,4.71,1.94,14,6.29,1.11,7,3.78,2.28,9,3.42,1.83,12,5.1,2.51,10,5.12,1.89,8,5.29,1.49,14,5.12,2.36,8,4.17,2.56,6,3.33,1.76,15,5.0,2.58,10,5.25,1.75,8
+pier,5.86,1.56,21,3.75,2.24,20,6.14,2.5,21,6.0,1.26,6,5.8,1.7,15,4.25,1.28,8,3.42,2.71,12,6.36,1.8,11,5.9,3.18,10,5.67,2.16,6,5.93,1.33,15,4.2,1.75,10,3.3,2.67,10,5.86,2.71,14,6.71,2.06,7,5.71,1.38,7,5.93,1.69,14,3.21,1.93,14,5.0,2.61,6,5.42,2.75,12,7.11,1.83,9
+piety,5.0,1.81,18,3.42,2.14,19,4.08,2.02,25,4.8,1.64,5,5.08,1.93,13,3.5,2.32,10,3.33,2.06,9,4.06,1.91,16,4.11,2.32,9,5.0,1.83,7,5.0,1.9,11,3.0,2.33,8,3.73,2.05,11,4.25,2.12,20,3.4,1.52,5,5.0,1.73,9,5.0,2.0,9,2.8,1.93,10,4.11,2.26,9,4.05,1.72,19,4.17,2.99,6
+pig,4.83,2.2,18,3.68,1.73,22,5.04,2.12,48,4.25,1.98,8,5.3,2.36,10,3.62,1.3,8,3.71,1.98,14,5.44,2.43,18,4.8,1.92,30,4.89,2.42,9,4.78,2.11,9,4.0,1.49,10,3.42,1.93,12,5.15,2.18,33,4.8,2.04,15,5.36,1.86,11,4.0,2.58,7,3.12,1.25,8,4.0,1.92,14,4.58,2.14,26,5.59,2.02,22
+pigeon,5.58,1.71,19,2.95,2.35,20,5.04,2.18,23,5.69,1.65,13,5.33,1.97,6,3.4,2.61,5,2.8,2.34,15,5.23,1.96,13,4.8,2.53,10,5.33,2.06,9,5.8,1.4,10,4.29,3.09,7,2.23,1.54,13,5.4,2.5,10,4.77,1.96,13,6.33,0.71,9,4.9,2.08,10,3.0,2.62,10,2.9,2.18,10,4.89,2.93,9,5.14,1.66,14
+piggy,4.71,1.52,21,3.18,2.17,22,5.07,2.35,27,5.3,1.49,10,4.18,1.4,11,2.43,1.9,7,3.53,2.26,15,5.24,2.82,17,4.8,1.32,10,5.18,1.17,11,4.2,1.75,10,2.8,2.05,5,3.29,2.26,17,5.57,2.74,14,4.54,1.81,13,4.85,1.52,13,4.5,1.6,8,2.2,1.62,10,4.0,2.3,12,5.93,2.4,14,4.15,1.99,13
+piggyback,5.15,1.57,20,4.11,2.19,18,4.91,2.02,22,4.6,1.52,5,5.33,1.59,15,5.33,1.37,6,3.5,2.32,12,4.3,1.64,10,5.42,2.23,12,5.2,1.32,10,5.1,1.85,10,4.7,2.36,10,3.38,1.85,8,4.45,1.86,11,5.36,2.16,11,5.0,1.28,12,5.38,2.0,8,3.67,2.18,9,4.56,2.24,9,4.73,2.37,11,5.09,1.7,11
+pigheaded,3.16,1.46,19,4.96,2.57,23,4.82,2.54,28,3.62,1.19,8,2.82,1.6,11,4.11,2.26,9,5.5,2.68,14,4.57,2.71,14,5.07,2.43,14,2.44,1.24,9,3.8,1.4,10,5.0,2.37,12,4.91,2.88,11,3.93,2.73,14,5.71,2.05,14,3.1,1.66,10,3.22,1.3,9,5.0,2.57,11,4.92,2.68,12,4.25,2.63,12,5.25,2.46,16
+piglet,6.13,2.42,23,3.95,2.21,22,5.75,2.31,20,6.38,2.56,8,6.0,2.42,15,3.8,2.15,10,4.08,2.35,12,6.57,2.88,7,5.31,1.93,13,6.92,2.68,12,5.27,1.85,11,4.18,1.99,11,3.73,2.49,11,5.73,2.63,15,5.8,1.1,5,5.91,2.43,11,6.33,2.5,12,3.9,1.91,10,4.0,2.52,12,5.7,2.26,10,5.8,2.49,10
+pigskin,4.47,1.95,19,4.35,2.64,20,5.15,1.98,20,5.67,2.08,3,4.07,1.83,15,4.7,2.71,10,4.0,2.67,10,5.4,1.43,10,4.9,2.47,10,3.0,1.67,6,5.0,1.71,12,4.14,2.61,7,4.46,2.76,13,4.75,2.19,8,5.42,1.88,12,4.5,1.93,12,4.43,2.15,7,4.8,2.86,10,3.9,2.47,10,5.11,2.03,9,5.18,2.04,11
+pigsty,2.86,1.42,21,4.48,2.04,23,4.05,2.22,21,3.12,1.46,8,2.69,1.44,13,4.54,2.26,13,4.4,1.84,10,4.54,2.15,13,3.25,2.25,8,2.38,1.3,8,3.33,1.37,12,5.0,1.68,13,3.8,2.35,10,5.08,1.88,12,2.67,1.94,9,2.5,1.58,10,3.18,1.25,11,4.0,2.0,17,5.83,1.6,6,4.22,2.39,9,3.92,2.19,12
+pike,4.73,1.45,22,4.09,2.64,22,5.5,2.24,20,4.75,1.39,8,4.71,1.54,14,4.9,2.77,10,3.42,2.43,12,6.71,2.63,7,4.85,1.77,13,4.17,1.4,12,5.4,1.26,10,3.82,2.4,11,4.36,2.94,11,5.67,2.55,15,5.0,0.71,5,4.09,1.51,11,5.36,1.12,11,4.6,2.46,10,3.67,2.81,12,5.4,1.65,10,5.6,2.8,10
+pile,4.74,1.37,19,4.43,2.13,21,5.57,1.12,23,4.4,0.55,5,5.0,1.53,13,4.83,2.64,6,4.27,1.98,15,6.0,1.15,10,5.23,1.01,13,5.0,1.83,7,4.73,1.01,11,5.0,2.38,7,4.14,2.03,14,5.45,1.37,11,5.67,0.89,12,4.58,1.56,12,5.0,1.0,7,4.64,2.38,11,4.2,1.93,10,5.79,1.12,14,5.22,1.09,9
+pileup,2.76,1.48,21,5.25,2.61,20,4.14,2.15,36,2.5,1.51,8,2.92,1.5,13,5.6,2.7,5,5.13,2.67,15,4.64,2.06,11,3.92,2.2,25,3.08,1.66,13,2.25,1.04,8,5.42,2.71,12,5.0,2.62,8,4.4,2.3,20,3.81,1.97,16,3.27,1.56,11,2.2,1.23,10,6.27,2.1,11,4.0,2.74,9,4.0,2.31,22,4.36,1.95,14
+pilgrim,5.16,1.89,19,4.04,2.29,23,5.0,1.63,19,4.56,1.88,9,5.7,1.83,10,3.86,2.48,7,4.07,2.34,15,5.4,2.07,10,4.56,0.88,9,5.22,2.17,9,5.1,1.73,10,5.6,1.84,10,2.67,1.83,12,4.88,1.81,8,5.0,1.63,10,5.58,1.31,12,4.43,2.57,7,3.85,2.39,20,5.33,0.58,3,5.12,1.81,8,4.91,1.58,11
+pilgrimage,5.24,1.48,21,3.17,2.66,24,4.9,2.22,20,5.25,1.83,8,5.23,1.3,13,4.5,1.52,6,2.72,2.85,18,4.55,2.16,11,5.33,2.35,9,5.0,1.65,12,5.56,1.24,9,3.5,2.59,10,2.93,2.79,14,4.54,2.15,13,5.57,2.37,7,5.14,1.61,14,5.43,1.27,7,3.69,2.68,16,2.12,2.47,8,5.5,2.32,12,4.0,1.85,8
+pill,4.16,1.8,19,3.73,2.19,22,4.88,2.44,24,3.83,1.47,6,4.31,1.97,13,4.17,2.41,12,3.2,1.87,10,3.88,2.36,8,5.38,2.39,16,4.2,1.03,10,4.11,2.47,9,3.89,2.26,9,3.62,2.22,13,4.24,2.31,17,6.67,2.25,6,3.88,1.36,8,4.36,2.11,11,2.89,1.69,9,4.31,2.36,13,4.94,2.54,16,4.75,2.38,8
+pillage,3.79,2.18,19,4.65,2.52,23,3.79,1.96,19,3.44,2.13,9,4.1,2.28,10,5.57,2.3,7,4.2,2.65,15,4.0,2.05,10,3.56,1.94,9,4.33,2.78,9,3.3,1.42,10,5.3,2.87,10,4.08,2.27,12,3.75,1.16,8,3.8,2.57,10,4.42,2.23,12,2.71,1.7,7,4.6,2.44,20,5.0,3.61,3,3.75,0.71,8,3.82,2.56,11
+pillar,5.48,1.97,21,4.3,2.66,20,4.89,2.45,35,5.38,1.85,8,5.54,2.11,13,5.8,2.39,5,3.8,2.62,15,5.0,2.58,10,4.84,2.44,25,5.54,2.4,13,5.38,1.06,8,4.5,2.81,12,4.0,2.56,8,5.11,2.6,19,4.62,2.31,16,4.82,1.89,11,6.2,1.87,10,4.09,2.88,11,4.56,2.51,9,4.62,2.69,21,5.29,2.05,14
+pillbox,4.73,1.24,22,2.85,2.18,20,5.86,2.43,21,4.64,1.5,14,4.88,0.64,8,3.2,2.62,10,2.67,1.73,9,5.33,2.8,6,6.07,2.34,15,5.0,1.33,10,4.5,1.17,12,2.91,2.55,11,2.78,1.79,9,5.67,2.5,12,6.11,2.47,9,4.92,1.24,12,4.5,1.27,10,2.69,2.43,13,3.14,1.77,7,6.27,2.57,11,5.4,2.32,10
+pillow,7.0,1.87,83,2.9,2.21,104,6.34,1.9,103,6.71,1.87,35,7.21,1.88,47,3.0,2.28,41,2.84,2.19,63,6.16,1.9,44,6.51,1.9,57,6.92,2.02,48,7.12,1.68,34,2.89,2.34,44,2.92,2.13,60,6.43,1.9,63,6.26,1.9,39,6.65,1.9,48,7.49,1.74,35,2.82,2.18,50,2.98,2.26,54,6.35,2.04,54,6.33,1.75,49
+pillowcase,6.3,1.26,20,2.62,1.86,21,6.32,2.12,25,6.67,1.53,3,6.24,1.25,17,2.14,2.04,7,2.85,1.86,13,5.25,2.25,8,6.82,1.91,17,6.14,1.21,7,6.38,1.33,13,2.71,2.36,7,2.54,1.71,13,6.21,2.19,14,6.45,2.11,11,6.22,1.09,9,6.36,1.43,11,2.45,1.44,11,2.8,2.3,10,6.78,2.1,18,5.14,1.77,7
+pilot,6.0,1.61,21,5.6,2.33,20,6.16,2.65,19,5.77,1.59,13,6.38,1.69,8,6.57,1.51,7,5.08,2.56,13,6.71,2.14,7,5.83,2.95,12,5.92,1.78,12,6.11,1.45,9,5.22,2.17,9,5.91,2.51,11,6.7,2.26,10,5.56,3.05,9,6.42,1.83,12,5.44,1.13,9,6.0,1.91,7,5.38,2.57,13,7.43,2.15,7,5.42,2.71,12
+pimp,3.05,2.38,21,4.2,2.5,25,4.22,2.69,18,4.11,1.96,9,2.25,2.42,12,2.67,1.86,6,4.78,2.56,18,4.14,2.97,7,4.27,2.65,11,3.19,2.01,16,2.6,3.58,5,4.14,2.98,14,4.4,1.9,10,4.12,2.64,8,4.3,2.87,10,3.67,2.71,12,2.22,1.64,9,4.56,2.48,16,3.56,2.55,9,3.91,3.3,11,4.71,1.38,7
+pimple,2.11,1.24,19,3.9,2.47,20,4.09,3.19,22,2.4,1.14,5,2.0,1.3,14,3.88,2.53,8,3.92,2.54,12,4.58,3.29,12,3.5,3.14,10,1.5,1.07,8,2.55,1.21,11,4.33,2.45,9,3.55,2.54,11,4.0,3.37,7,4.13,3.23,15,2.11,1.36,9,2.1,1.2,10,4.0,2.38,13,3.71,2.81,7,4.5,3.85,12,3.6,2.27,10
+pin,5.29,1.52,21,3.73,1.98,22,5.76,1.61,21,4.78,1.09,9,5.67,1.72,12,4.17,2.48,6,3.53,1.88,15,5.83,1.72,6,5.73,1.62,15,5.11,1.54,9,5.42,1.56,12,3.0,1.41,5,3.94,2.11,17,5.6,1.58,10,5.91,1.7,11,5.75,1.82,12,4.67,0.71,9,3.78,1.92,9,3.69,2.1,13,6.0,1.48,12,5.44,1.81,9
+pinball,6.1,1.41,20,4.95,2.6,21,6.07,2.04,27,6.43,1.81,7,5.92,1.19,13,4.3,2.71,10,5.55,2.46,11,5.93,2.05,15,6.27,2.2,11,5.91,1.58,11,6.33,1.22,9,4.78,2.28,9,5.08,2.91,12,6.76,2.02,17,4.78,1.56,9,6.0,1.47,13,6.29,1.38,7,4.5,2.66,16,6.4,1.95,5,6.58,1.62,12,5.67,2.29,15
+pinch,3.5,1.32,20,4.44,2.59,43,4.77,2.36,44,3.33,0.58,3,3.53,1.42,17,4.53,2.43,17,4.38,2.74,26,4.5,2.28,18,4.96,2.44,26,3.71,1.11,7,3.38,1.45,13,4.38,2.58,21,4.5,2.67,22,4.88,2.44,25,4.63,2.31,19,3.78,1.2,9,3.27,1.42,11,4.92,2.55,24,3.84,2.59,19,4.44,2.38,25,5.21,2.32,19
+pine,6.58,1.3,19,3.25,2.1,20,4.95,2.28,20,6.92,1.38,13,5.83,0.75,6,4.8,1.79,5,2.73,1.98,15,4.78,2.17,9,5.09,2.47,11,6.44,1.51,9,6.7,1.16,10,4.57,1.9,7,2.54,1.9,13,5.78,2.39,9,4.27,2.05,11,6.56,1.13,9,6.6,1.51,10,3.7,1.95,10,2.8,2.25,10,5.29,2.75,7,4.77,2.09,13
+pineapple,6.9,1.97,21,4.41,2.36,22,5.65,1.87,20,7.22,1.39,9,6.67,2.35,12,3.33,1.86,6,4.73,2.52,15,5.67,2.42,6,5.64,1.69,14,6.33,2.74,9,7.33,1.07,12,5.2,1.3,5,4.18,2.58,17,5.78,1.56,9,5.55,2.16,11,7.08,2.43,12,6.67,1.22,9,4.78,2.64,9,4.15,2.23,13,5.91,1.7,11,5.33,2.12,9
+ping,5.67,2.01,21,4.09,2.22,22,5.38,2.11,21,5.6,2.51,5,5.69,1.92,16,4.58,1.44,12,3.5,2.88,10,5.64,2.2,11,4.67,1.66,9,5.75,2.09,12,5.56,2.01,9,4.4,2.29,15,3.43,2.07,7,5.0,2.0,11,5.8,2.25,10,5.92,2.14,13,5.25,1.83,8,4.21,2.27,19,3.33,2.08,3,5.21,2.15,14,5.71,2.14,7
+pinhead,3.95,2.03,22,3.9,2.17,21,4.86,1.75,22,3.86,2.14,14,4.12,1.96,8,4.18,2.27,11,3.78,2.17,9,5.33,1.63,6,4.69,1.82,16,4.2,2.2,10,3.75,1.96,12,3.73,2.28,11,4.1,2.13,10,4.85,1.28,13,4.89,2.37,9,3.67,2.02,12,4.3,2.11,10,3.62,2.18,13,4.38,2.2,8,4.42,1.31,12,5.4,2.12,10
+pink,6.68,1.89,22,4.35,2.98,20,6.74,2.51,19,5.92,1.61,13,7.78,1.79,9,4.14,2.54,7,4.46,3.28,13,6.71,2.06,7,6.75,2.83,12,6.5,2.15,12,6.9,1.6,10,4.44,2.88,9,4.27,3.2,11,6.2,2.53,10,7.33,2.5,9,7.08,1.68,12,6.2,2.1,10,4.57,2.3,7,4.23,3.37,13,7.71,1.8,7,6.17,2.76,12
+pinkie,5.82,1.01,17,2.85,2.11,20,5.08,1.96,25,5.75,0.96,4,5.85,1.07,13,3.18,2.36,11,2.44,1.81,9,5.0,2.34,16,5.22,1.09,9,5.83,0.75,6,5.82,1.17,11,2.56,2.3,9,3.09,2.02,11,4.95,2.09,20,5.6,1.34,5,5.75,1.04,8,5.89,1.05,9,2.55,1.97,11,3.22,2.33,9,4.95,1.96,19,5.5,2.07,6
+pinnacle,5.26,2.45,19,4.32,2.12,22,5.92,1.84,24,3.83,2.56,6,5.92,2.18,13,4.67,2.1,12,3.9,2.18,10,6.0,2.14,8,5.88,1.75,16,4.2,1.87,10,6.44,2.55,9,5.11,1.83,9,3.77,2.2,13,6.35,1.5,17,4.83,2.48,6,4.62,2.56,8,5.73,2.37,11,4.11,1.9,9,4.46,2.33,13,6.38,1.45,16,5.0,2.27,8
+pinot,5.71,1.45,21,3.62,1.86,21,5.28,2.09,25,5.75,1.29,12,5.67,1.73,9,3.57,0.98,7,3.64,2.21,14,5.4,2.22,10,5.2,2.08,15,6.0,2.0,4,5.65,1.37,17,4.3,1.95,10,3.0,1.61,11,5.29,2.69,7,5.28,1.9,18,5.42,1.44,12,6.11,1.45,9,3.46,1.98,13,3.88,1.73,8,4.56,2.55,9,5.69,1.74,16
+pinpoint,5.27,1.64,22,4.16,2.24,19,6.48,2.38,21,6.6,1.67,5,4.81,1.47,16,5.25,2.38,8,3.36,1.86,11,6.3,2.45,10,6.64,2.42,11,5.33,1.72,12,5.2,1.62,10,4.6,2.32,10,3.67,2.18,9,6.0,2.73,12,7.11,1.76,9,5.73,1.42,11,4.82,1.78,11,3.5,2.51,8,4.64,2.01,11,6.22,2.59,9,6.67,2.31,12
+pint,5.53,1.98,19,3.52,2.27,21,5.18,2.02,22,5.31,2.18,13,6.0,1.55,6,4.09,2.66,11,3.0,1.73,9,5.0,2.53,6,5.25,1.88,16,4.25,1.91,8,6.45,1.51,11,3.55,2.21,11,3.5,2.46,10,5.46,1.9,13,4.78,2.22,9,5.09,1.64,11,6.12,2.36,8,3.23,2.09,13,4.0,2.62,8,5.0,2.0,12,5.4,2.12,10
+pinto,4.05,1.18,19,3.3,2.47,20,5.37,2.01,19,4.0,1.0,3,4.06,1.24,16,2.67,1.63,6,3.57,2.77,14,5.17,0.75,6,5.46,2.4,13,4.5,0.97,10,3.56,1.24,9,3.14,2.73,7,3.38,2.43,13,5.4,2.17,10,5.33,1.94,9,3.88,0.83,8,4.18,1.4,11,3.44,3.24,9,3.18,1.78,11,5.14,2.67,7,5.5,1.62,12
+pinup,5.74,2.0,19,4.91,2.58,22,5.29,1.76,24,4.33,2.58,6,6.38,1.33,13,5.25,2.6,12,4.5,2.64,10,5.75,1.39,8,5.06,1.91,16,6.0,1.76,10,5.44,2.3,9,5.44,2.79,9,4.54,2.47,13,5.59,1.62,17,4.5,2.17,6,5.88,1.89,8,5.64,2.16,11,4.44,2.3,9,5.23,2.8,13,5.12,1.89,16,5.62,1.51,8
+pioneer,6.0,1.73,21,3.43,2.4,21,6.31,1.72,26,5.4,2.01,10,6.55,1.29,11,3.14,2.73,7,3.57,2.31,14,6.25,1.98,16,6.4,1.26,10,6.0,1.9,11,6.0,1.63,10,2.2,1.64,5,3.81,2.51,16,6.43,2.14,14,6.17,1.11,12,5.85,1.99,13,6.25,1.28,8,3.11,2.71,9,3.67,2.23,12,6.69,2.06,13,5.92,1.26,13
+pious,3.95,2.5,20,3.0,2.19,21,4.25,2.45,24,3.25,2.06,4,4.12,2.63,16,4.0,2.83,4,2.76,2.05,17,5.11,2.52,9,3.73,2.34,15,4.25,2.19,8,3.75,2.77,12,3.6,2.72,10,2.45,1.51,11,4.07,2.06,14,4.5,3.03,10,3.73,1.56,11,4.22,3.42,9,2.9,2.33,10,3.09,2.17,11,4.18,2.48,17,4.43,2.57,7
+pipe,4.75,1.86,20,4.11,2.85,18,5.92,1.74,26,4.55,1.57,11,5.0,2.24,9,4.14,3.02,7,4.09,2.88,11,5.77,1.59,13,6.08,1.93,13,5.0,2.19,11,4.44,1.42,9,4.2,3.05,10,4.0,2.78,8,5.71,1.65,17,6.33,1.94,9,5.2,1.81,10,4.3,1.89,10,4.83,3.04,12,2.67,1.86,6,5.69,1.62,16,6.3,1.95,10
+pipeline,5.05,1.23,20,4.33,2.08,21,4.76,2.24,34,5.6,1.26,10,4.5,0.97,10,4.25,2.12,8,4.38,2.14,13,4.43,2.53,14,5.0,2.05,20,5.33,1.41,9,4.82,1.08,11,4.77,2.09,13,3.62,2.0,8,4.55,2.46,22,5.17,1.8,12,5.4,1.35,10,4.7,1.06,10,4.5,2.38,14,4.0,1.41,7,5.29,2.34,17,4.24,2.08,17
+piping,5.09,1.24,23,4.1,2.34,20,5.85,1.62,26,4.85,1.21,13,5.4,1.26,10,5.57,1.81,7,3.31,2.25,13,5.46,1.56,13,6.23,1.64,13,4.83,1.34,12,5.36,1.12,11,3.36,1.91,11,5.0,2.6,9,5.76,1.64,17,6.0,1.66,9,5.5,1.24,12,4.64,1.12,11,4.08,2.64,12,4.12,1.96,8,5.94,1.48,16,5.7,1.89,10
+pipsqueak,4.14,1.62,21,4.43,1.85,23,4.36,2.5,22,4.0,1.31,8,4.23,1.83,13,4.54,1.85,13,4.3,1.95,10,4.31,2.39,13,4.44,2.79,9,4.25,1.04,8,4.08,2.02,12,5.07,1.27,14,3.44,2.24,9,5.0,2.37,12,3.6,2.55,10,4.3,1.89,10,4.0,1.41,11,4.35,2.03,17,4.67,1.37,6,3.7,2.83,10,4.92,2.15,12
+piracy,5.65,2.23,20,5.64,2.44,22,4.38,2.73,21,5.89,2.85,9,5.45,1.69,11,6.7,2.06,10,4.75,2.45,12,3.25,1.83,8,5.08,3.01,13,5.71,2.05,14,5.5,2.81,6,5.62,2.88,8,5.64,2.27,14,5.0,2.45,8,4.0,2.92,13,5.2,1.55,10,6.1,2.77,10,5.08,2.54,12,6.3,2.26,10,4.58,2.84,12,4.11,2.71,9
+piranha,3.5,1.5,20,5.38,2.82,21,4.16,2.98,25,4.0,1.0,3,3.41,1.58,17,6.0,2.38,7,5.23,3.11,13,4.5,3.07,8,4.0,3.02,17,3.86,1.68,7,3.31,1.44,13,5.57,2.3,7,5.46,3.18,13,4.5,2.98,14,3.73,3.07,11,3.56,1.59,9,3.45,1.51,11,5.73,2.97,11,5.0,2.75,10,4.17,3.33,18,4.14,2.04,7
+pirate,4.19,2.32,21,5.26,2.56,23,3.81,2.5,21,4.4,3.36,5,4.12,2.03,16,5.92,2.54,12,4.55,2.5,11,3.18,2.68,11,4.56,2.35,9,3.75,2.14,12,4.78,2.54,9,5.69,2.24,16,4.29,3.15,7,3.55,2.34,11,4.1,2.77,10,4.08,2.5,13,4.38,2.13,8,5.32,2.81,19,5.0,0.82,4,3.29,2.37,14,4.86,2.61,7
+piss,2.73,1.61,22,4.74,2.99,23,5.63,2.52,19,4.12,1.55,8,2.0,1.0,13,5.25,2.92,8,4.43,3.2,14,6.86,2.27,7,4.64,2.38,11,2.75,1.91,8,2.85,1.46,13,3.44,2.55,9,5.57,3.03,14,4.71,2.21,7,6.17,2.62,12,3.09,1.87,11,2.36,1.29,11,3.22,3.07,9,5.71,2.58,14,5.94,2.57,16,4.0,1.73,3
+pisser,4.1,2.22,20,6.05,2.16,20,4.85,2.56,26,4.36,2.46,11,3.78,1.99,9,6.43,1.62,7,5.85,2.44,13,5.31,2.56,13,4.38,2.57,13,3.55,2.11,11,4.78,2.28,9,5.82,1.94,11,6.33,2.5,9,5.41,2.76,17,3.78,1.79,9,3.8,2.49,10,4.4,2.01,10,6.08,2.02,12,6.0,2.51,8,5.25,2.41,16,4.2,2.78,10
+pistachio,6.09,2.22,22,4.68,2.54,19,5.48,1.81,21,4.6,1.82,5,6.44,2.22,16,5.5,2.27,8,4.09,2.66,11,5.2,1.87,10,5.73,1.79,11,5.0,2.26,12,7.4,1.35,10,4.2,2.35,10,5.22,2.77,9,5.33,1.87,12,5.67,1.8,9,6.27,2.37,11,5.91,2.17,11,3.62,2.0,8,5.45,2.7,11,5.22,2.05,9,5.67,1.67,12
+pistol,3.92,2.25,39,5.79,2.41,42,4.53,2.65,60,5.31,2.72,13,3.23,1.63,26,6.44,2.73,16,5.32,2.17,25,4.48,2.78,31,4.59,2.54,29,3.91,1.97,22,3.94,2.63,17,4.9,2.45,21,6.65,2.13,20,4.57,2.86,35,4.48,2.37,25,4.12,2.34,26,3.54,2.11,13,5.09,2.54,23,6.63,2.01,19,5.06,2.71,31,3.97,2.5,29
+piston,4.57,2.09,23,4.85,2.06,20,5.55,2.48,20,5.62,2.0,8,4.0,1.96,15,5.4,1.84,10,4.3,2.21,10,6.57,2.64,7,5.0,2.31,13,5.33,2.23,12,3.73,1.62,11,4.4,2.37,10,5.3,1.7,10,5.8,2.7,15,4.8,1.64,5,3.91,1.81,11,5.17,2.21,12,5.0,1.85,8,4.75,2.26,12,5.8,2.25,10,5.3,2.79,10
+pit,3.85,1.69,20,3.5,2.53,18,4.04,2.18,24,4.0,1.0,5,3.8,1.9,15,4.0,1.73,5,3.31,2.81,13,3.92,2.4,13,4.18,1.99,11,4.4,2.12,10,3.3,0.95,10,3.71,1.8,7,3.36,2.98,11,4.44,2.22,16,3.25,1.98,8,3.29,1.2,14,5.17,2.04,6,4.0,2.7,12,2.5,1.97,6,4.4,2.26,15,3.44,2.01,9
+pita,5.95,2.27,21,4.0,2.16,25,6.05,2.15,22,7.25,1.58,8,5.15,2.3,13,4.15,2.38,13,3.83,1.99,12,6.23,1.92,13,5.78,2.54,9,7.25,1.67,8,5.5,1.98,12,4.57,1.7,14,3.27,2.53,11,6.17,1.95,12,5.9,2.47,10,6.2,2.62,10,5.73,2.0,11,4.12,2.55,17,3.75,1.04,8,6.0,2.98,10,6.08,1.24,12
+pitch,5.52,1.25,21,3.42,2.65,24,5.75,1.71,20,6.5,1.2,8,4.92,0.86,13,5.17,2.14,6,2.83,2.6,18,5.73,2.1,11,5.78,1.2,9,5.67,1.07,12,5.33,1.5,9,4.3,2.54,10,2.79,2.64,14,5.92,2.06,13,5.43,0.79,7,5.36,1.15,14,5.86,1.46,7,3.81,2.59,16,2.62,2.77,8,5.58,1.88,12,6.0,1.51,8
+pitcher,5.7,1.3,20,4.09,2.11,22,6.08,2.12,26,6.57,1.72,7,5.23,0.73,13,4.7,2.0,10,3.58,2.15,12,6.33,2.06,15,5.8,2.35,10,5.36,0.5,11,6.11,1.83,9,4.89,1.83,9,3.54,2.18,13,5.88,2.53,16,6.56,1.24,9,5.69,1.18,13,5.71,1.6,7,3.81,2.26,16,4.83,1.6,6,5.58,2.61,12,6.5,1.56,14
+pitchfork,3.53,1.31,19,4.35,2.32,20,4.6,2.44,20,3.67,0.58,3,3.5,1.41,16,4.33,2.8,6,4.36,2.21,14,4.67,2.34,6,4.57,2.56,14,4.1,0.99,10,2.89,1.36,9,4.71,2.63,7,4.15,2.23,13,4.4,2.37,10,4.8,2.62,10,3.75,1.28,8,3.36,1.36,11,5.12,3.0,8,3.83,1.7,12,3.38,2.62,8,5.42,2.02,12
+pithy,4.67,1.49,21,3.32,2.01,22,5.4,1.82,20,4.56,1.67,9,4.75,1.42,12,2.83,2.04,6,3.53,2.1,15,6.0,2.0,6,5.14,1.75,14,4.44,1.51,9,4.83,1.53,12,3.2,1.48,5,3.35,2.18,17,5.3,1.95,10,5.5,1.78,10,4.92,1.68,12,4.33,1.22,9,3.56,2.01,9,3.15,2.08,13,5.33,1.97,12,5.5,1.69,8
+pitiful,2.89,1.24,19,4.47,2.5,17,3.45,1.84,22,2.8,1.3,5,2.93,1.27,14,4.67,1.97,6,4.36,2.84,11,4.0,1.7,10,3.0,1.91,12,2.67,0.87,9,3.1,1.52,10,4.5,2.46,10,4.43,2.76,7,3.27,2.0,11,3.64,1.75,11,2.58,1.08,12,3.43,1.4,7,3.25,2.66,8,5.56,1.88,9,4.0,2.32,11,2.91,1.04,11
+pituitary,4.79,1.47,19,4.4,2.39,20,4.91,1.76,23,4.4,1.52,5,4.92,1.55,13,4.0,2.0,6,4.57,2.59,14,4.9,1.73,10,4.92,1.85,13,5.14,2.12,7,4.55,1.04,11,3.57,2.44,7,4.85,2.34,13,5.18,1.78,11,4.67,1.78,12,4.67,1.78,12,5.0,0.82,7,3.55,2.34,11,5.44,2.13,9,4.57,1.55,14,5.44,2.01,9
+pity,3.18,1.59,44,4.07,2.63,42,4.52,2.31,50,3.5,1.79,16,3.0,1.47,28,3.81,2.69,16,4.23,2.63,26,3.96,2.13,26,5.12,2.4,24,3.17,1.85,23,3.19,1.29,21,4.05,2.86,19,4.09,2.48,23,4.24,2.32,21,4.72,2.33,29,3.12,1.48,25,3.26,1.76,19,4.04,3.05,25,4.12,1.93,17,4.71,2.29,24,4.35,2.37,26
+pivot,4.95,1.22,19,3.29,1.71,21,5.87,2.03,23,5.33,0.58,3,4.88,1.31,16,4.25,1.39,8,2.69,1.65,13,5.11,2.62,9,6.36,1.45,14,4.56,1.42,9,5.3,0.95,10,3.44,1.67,9,3.17,1.8,12,5.8,2.43,15,6.0,1.07,8,4.14,1.46,7,5.42,0.79,12,3.6,1.78,10,3.0,1.67,11,5.69,2.59,13,6.1,0.99,10
+pivotal,5.19,1.25,21,3.41,2.61,22,5.52,1.74,27,5.1,1.45,10,5.27,1.1,11,2.57,2.15,7,3.8,2.78,15,5.59,1.87,17,5.4,1.58,10,5.45,0.93,11,4.9,1.52,10,2.4,1.95,5,3.71,2.76,17,5.07,1.54,14,6.0,1.87,13,4.85,1.28,13,5.75,1.04,8,3.0,2.94,10,3.75,2.38,12,5.36,2.21,14,5.69,1.11,13
+pixie,6.5,1.92,18,3.86,2.46,22,4.86,1.78,28,6.83,1.47,6,6.33,2.15,12,4.09,2.43,11,3.64,2.58,11,4.18,2.14,11,5.29,1.4,17,6.0,2.05,10,7.12,1.64,8,3.64,2.01,11,4.09,2.91,11,4.78,1.9,18,5.0,1.63,10,6.42,2.11,12,6.67,1.63,6,3.64,2.53,14,4.25,2.43,8,4.81,2.2,16,4.92,1.08,12
+pizza,7.89,1.29,19,4.58,2.72,43,5.47,2.48,19,8.33,1.15,3,7.87,1.36,15,5.15,2.64,20,4.09,2.75,23,6.4,2.55,10,4.44,2.07,9,7.5,1.97,6,8.17,0.83,12,5.37,2.95,19,3.96,2.4,24,5.25,2.31,8,5.3,2.58,10,7.75,1.48,12,8.14,0.9,7,5.04,2.99,27,3.81,2.04,16,5.62,2.39,8,5.36,2.66,11
+pizzazz,6.79,1.62,19,5.95,2.04,21,5.42,1.8,19,6.22,1.3,9,7.3,1.77,10,6.57,1.72,7,5.77,2.2,13,6.0,1.94,10,4.78,1.48,9,6.89,1.9,9,6.7,1.42,10,6.0,1.94,9,6.09,2.21,11,4.88,1.13,8,5.7,2.21,10,6.58,1.88,12,7.14,1.07,7,5.78,1.96,18,7.0,2.65,3,5.38,1.3,8,5.45,2.16,11
+pizzeria,6.52,2.11,21,5.41,2.22,22,5.86,2.2,21,5.8,2.86,5,6.75,1.88,16,6.17,1.64,12,4.5,2.55,10,5.18,2.56,11,6.67,1.58,9,6.33,2.35,12,6.78,1.86,9,5.33,2.16,15,5.57,2.51,7,6.27,1.56,11,5.4,2.76,10,6.77,2.09,13,6.12,2.23,8,5.58,2.29,19,4.33,1.53,3,5.86,2.11,14,5.86,2.54,7
+place,5.86,1.36,22,3.52,2.32,21,6.53,1.91,17,5.67,1.63,6,5.93,1.33,15,2.14,1.68,7,4.21,2.33,14,7.0,2.24,9,6.0,1.41,8,6.0,1.57,14,5.57,0.98,7,3.78,2.64,9,3.33,2.15,12,6.67,2.29,9,6.38,1.51,8,5.71,1.44,14,6.12,1.25,8,3.17,2.14,6,3.67,2.44,15,6.56,2.07,9,6.5,1.85,8
+placebo,4.6,1.47,20,3.32,1.86,22,4.58,2.12,19,4.56,1.67,9,4.64,1.36,11,2.2,1.3,5,3.75,1.91,16,3.83,1.47,6,4.92,2.33,13,4.79,1.31,14,4.17,1.83,6,3.67,1.87,12,3.0,1.94,9,5.33,1.41,9,3.9,2.47,10,4.9,1.1,10,4.3,1.77,10,3.0,1.65,12,3.7,2.11,10,4.5,2.07,6,4.62,2.22,13
+placement,4.96,1.15,23,3.48,2.2,21,6.2,1.96,20,5.25,0.71,8,4.8,1.32,15,3.44,2.01,9,3.5,2.43,12,6.86,1.68,7,5.85,2.08,13,5.0,1.35,12,4.91,0.94,11,3.9,2.23,10,3.09,2.21,11,5.93,1.98,15,7.0,1.87,5,4.18,0.87,11,5.67,0.89,12,3.7,1.95,10,3.27,2.49,11,5.9,1.79,10,6.5,2.17,10
+placenta,5.05,2.18,21,4.35,2.96,20,4.64,2.27,36,5.5,1.93,8,4.77,2.35,13,5.6,2.79,5,3.93,2.99,15,4.09,2.12,11,4.88,2.33,25,5.15,2.34,13,4.88,2.03,8,4.08,2.54,12,4.75,3.65,8,5.0,1.97,20,4.19,2.59,16,4.91,2.39,11,5.2,2.04,10,4.45,3.33,11,4.22,2.64,9,4.36,2.4,22,5.07,2.06,14
+placid,4.84,2.29,19,3.45,2.44,22,5.68,1.67,19,5.89,2.67,9,3.9,1.45,10,3.14,2.54,7,3.57,2.56,14,5.7,1.83,10,5.67,1.58,9,4.67,2.78,9,5.0,1.89,10,4.0,3.08,9,3.0,2.0,12,5.0,1.41,8,6.2,1.81,10,4.5,2.11,12,5.43,2.64,7,3.37,2.48,19,4.0,2.65,3,5.12,1.46,8,6.09,1.76,11
+plague,2.42,1.57,19,6.67,2.63,21,2.96,1.85,23,3.2,2.39,5,2.15,1.21,13,5.83,2.86,6,7.0,2.56,15,3.3,2.0,10,2.69,1.75,13,1.86,1.07,7,2.82,1.83,11,6.0,2.94,7,7.0,2.51,14,3.45,1.44,11,2.5,2.11,12,2.58,1.78,12,2.14,1.21,7,5.91,3.05,11,7.5,1.9,10,3.21,2.01,14,2.56,1.59,9
+plaid,5.71,1.55,21,3.72,2.25,25,5.64,2.44,22,5.88,1.46,8,5.62,1.66,13,3.62,2.18,13,3.83,2.41,12,7.0,1.47,13,3.67,2.24,9,6.12,1.46,8,5.5,1.68,12,4.14,1.99,14,3.18,2.52,11,6.0,2.41,12,5.2,2.53,10,5.6,1.65,10,5.82,1.54,11,3.24,2.19,17,4.75,2.12,8,5.0,2.79,10,6.17,2.08,12
+plain,5.08,1.75,80,2.68,1.97,81,5.56,2.12,101,4.84,1.76,32,5.23,1.76,47,2.81,2.33,31,2.6,1.73,50,5.39,2.2,44,5.67,2.09,55,5.06,1.74,47,5.09,1.82,32,2.65,2.24,34,2.7,1.77,47,5.98,2.09,61,4.9,2.05,39,4.76,1.59,46,5.5,1.88,34,2.97,2.28,35,2.46,1.68,46,6.06,2.04,54,5.0,2.09,47
+plainclothes,4.94,1.76,18,3.0,2.45,19,4.32,1.97,25,6.4,1.34,5,4.38,1.61,13,4.0,2.76,11,1.62,0.92,8,4.06,1.61,16,4.78,2.54,9,4.86,1.86,7,5.0,1.79,11,2.88,2.42,8,3.09,2.59,11,4.4,2.06,20,4.0,1.73,5,4.89,1.62,9,5.0,2.0,9,3.4,2.76,10,2.56,2.13,9,4.26,1.37,19,4.5,3.45,6
+plaintiff,4.0,1.57,22,3.86,2.52,21,4.25,1.92,20,3.8,1.64,5,4.06,1.6,17,4.67,2.66,6,3.53,2.47,15,3.17,1.72,6,4.71,1.86,14,4.45,1.04,11,3.55,1.92,11,2.86,2.19,7,4.36,2.59,14,3.8,2.1,10,4.7,1.7,10,3.7,1.7,10,4.25,1.48,12,3.11,2.57,9,4.42,2.43,12,4.0,1.85,8,4.42,2.02,12
+plan,6.14,1.46,22,3.86,2.26,21,6.28,1.93,18,6.67,1.21,6,6.0,1.56,15,3.43,2.37,7,4.07,2.27,14,5.89,2.03,9,6.62,2.0,8,6.07,1.59,14,6.43,1.27,7,3.56,2.51,9,4.08,2.15,12,6.1,2.38,10,6.5,1.31,8,6.07,1.44,14,6.25,1.58,8,3.17,2.14,6,4.13,2.33,15,6.2,2.35,10,6.38,1.41,8
+plane,5.72,1.85,40,4.91,2.18,22,5.07,2.35,45,6.0,2.08,13,5.59,1.76,27,5.0,1.89,10,4.83,2.48,12,4.33,2.31,21,5.71,2.24,24,6.06,1.77,16,5.5,1.91,24,4.36,1.86,11,5.45,2.42,11,5.05,2.32,19,5.08,2.42,26,6.14,1.98,22,5.22,1.59,18,5.0,2.49,10,4.83,1.99,12,5.57,2.71,21,4.62,1.93,24
+planet,6.27,1.58,22,4.35,2.6,20,6.11,2.51,19,6.54,1.81,13,5.89,1.17,9,6.57,1.81,7,3.15,2.15,13,6.43,2.15,7,5.92,2.78,12,6.08,1.68,12,6.5,1.51,10,5.0,2.55,9,3.82,2.64,11,6.2,2.57,10,6.0,2.6,9,6.25,1.42,12,6.3,1.83,10,5.43,1.72,7,3.77,2.86,13,7.57,2.15,7,5.25,2.38,12
+planetarium,6.9,1.68,20,3.72,2.47,18,4.71,1.9,21,7.0,1.41,5,6.87,1.81,15,2.67,2.07,6,4.25,2.56,12,4.44,1.51,9,4.92,2.19,12,7.3,1.06,10,6.5,2.12,10,3.2,2.25,10,4.38,2.72,8,4.45,1.86,11,5.0,2.0,10,6.67,1.97,12,7.25,1.16,8,3.56,2.92,9,3.89,2.09,9,4.91,1.81,11,4.5,2.07,10
+planetary,6.67,1.96,21,4.65,2.28,20,4.81,2.33,36,7.12,1.96,8,6.38,1.98,13,4.2,2.28,5,4.8,2.34,15,5.09,2.17,11,4.68,2.43,25,6.85,1.82,13,6.38,2.26,8,5.08,2.15,12,4.0,2.45,8,4.6,2.37,20,5.06,2.32,16,6.27,2.05,11,7.1,1.85,10,5.0,2.61,11,4.22,1.86,9,4.41,2.42,22,5.43,2.1,14
+plank,4.76,1.67,21,4.3,2.47,20,6.05,2.13,21,5.17,0.98,6,4.6,1.88,15,4.0,2.73,8,4.5,2.39,12,5.91,1.97,11,6.2,2.39,10,4.67,1.97,6,4.8,1.61,15,4.7,2.75,10,3.9,2.23,10,6.21,2.36,14,5.71,1.7,7,4.71,1.5,7,4.79,1.81,14,4.43,2.65,14,4.0,2.19,6,5.58,2.47,12,6.67,1.5,9
+plankton,5.36,1.36,22,3.6,2.44,20,4.41,2.13,22,5.57,1.5,14,5.0,1.07,8,4.5,2.55,10,2.89,2.09,9,4.0,2.0,6,4.56,2.22,16,5.2,1.14,10,5.5,1.57,12,3.09,2.12,11,4.22,2.77,9,4.15,1.86,13,4.78,2.54,9,5.33,1.3,12,5.4,1.51,10,3.17,2.55,12,4.25,2.25,8,3.58,2.02,12,5.4,1.9,10
+planner,6.32,1.34,19,4.0,2.41,20,5.83,2.33,24,6.62,1.45,13,5.67,0.82,6,4.4,2.19,5,3.87,2.53,15,5.23,2.2,13,6.55,2.38,11,6.56,1.51,9,6.1,1.2,10,5.71,2.87,7,3.08,1.55,13,5.36,2.62,11,6.23,2.09,13,6.44,0.88,9,6.2,1.69,10,3.8,2.62,10,4.2,2.3,10,6.44,2.7,9,5.47,2.1,15
+plant,7.05,1.32,20,3.94,2.41,18,6.45,1.96,20,6.6,0.89,5,7.2,1.42,15,4.67,2.58,6,3.58,2.35,12,6.6,1.43,10,6.3,2.45,10,7.2,1.23,10,6.9,1.45,10,4.6,2.55,10,3.12,2.1,8,6.5,2.51,8,6.42,1.62,12,6.92,1.38,12,7.25,1.28,8,4.22,2.86,9,3.67,2.0,9,5.89,2.37,9,6.91,1.51,11
+plantation,4.57,2.01,21,3.6,2.11,20,5.76,2.19,21,5.33,0.82,6,4.27,2.28,15,3.62,2.2,8,3.58,2.15,12,6.0,2.19,11,5.5,2.27,10,5.0,2.19,6,4.4,1.99,15,4.2,2.15,10,3.0,2.0,10,5.14,2.21,14,7.0,1.63,7,4.43,1.81,7,4.64,2.17,14,3.64,2.02,14,3.5,2.51,6,6.0,2.34,12,5.44,2.07,9
+planter,5.85,1.04,20,2.67,2.06,18,6.86,1.35,21,5.8,0.84,5,5.87,1.13,15,2.0,0.89,6,3.0,2.41,12,6.56,1.67,9,7.08,1.08,12,5.8,0.79,10,5.9,1.29,10,2.2,1.87,10,3.25,2.25,8,6.55,1.29,11,7.2,1.4,10,5.67,0.98,12,6.12,1.13,8,2.11,1.36,9,3.22,2.54,9,6.18,1.47,11,7.6,0.7,10
+plaque,3.38,2.13,21,4.52,2.15,23,5.32,2.42,22,3.62,2.56,8,3.23,1.92,13,5.0,2.45,13,3.9,1.6,10,6.15,2.19,13,4.11,2.32,9,4.12,2.7,8,3.0,1.71,12,5.57,1.7,14,2.89,1.76,9,5.67,2.1,12,4.9,2.81,10,3.1,2.18,10,3.64,2.16,11,4.06,2.32,16,5.57,1.27,7,5.0,2.79,10,5.58,2.15,12
+plasma,6.05,1.7,20,5.3,2.7,20,5.19,1.98,26,6.0,1.73,11,6.11,1.76,9,6.86,2.67,7,4.46,2.4,13,4.77,1.79,13,5.62,2.14,13,6.18,1.89,11,5.89,1.54,9,5.64,2.54,11,4.89,2.98,9,5.06,1.98,17,5.44,2.07,9,6.6,1.9,10,5.5,1.35,10,5.0,2.8,12,5.75,2.66,8,4.5,1.75,16,6.3,1.89,10
+plaster,5.24,1.64,21,3.9,2.69,20,4.89,2.09,36,5.38,1.69,8,5.15,1.68,13,3.2,1.64,5,4.13,2.97,15,4.18,1.99,11,5.2,2.1,25,5.62,1.8,13,4.62,1.19,8,3.67,2.61,12,4.25,2.96,8,4.85,2.28,20,4.94,1.91,16,4.82,1.6,11,5.7,1.64,10,4.55,2.91,11,3.11,2.32,9,4.77,2.27,22,5.07,1.86,14
+plastic,4.48,1.29,21,3.36,1.78,25,5.24,2.0,21,5.0,1.07,8,4.15,1.34,13,3.38,1.66,13,3.33,1.97,12,5.69,2.06,13,4.5,1.77,8,4.88,0.99,8,4.25,1.48,12,4.0,1.52,14,2.55,1.81,11,6.08,2.02,12,4.11,1.36,9,4.3,0.95,10,4.64,1.57,11,3.06,1.89,17,4.0,1.41,8,5.0,2.18,9,5.42,1.93,12
+plate,4.8,1.36,20,3.18,2.02,22,5.79,1.55,19,4.78,1.2,9,4.82,1.54,11,1.8,0.84,5,3.75,2.05,16,6.83,1.72,6,5.31,1.25,13,5.0,1.3,14,4.33,1.51,6,3.42,2.19,12,3.11,1.83,9,4.89,0.6,9,6.6,1.71,10,4.6,1.51,10,5.0,1.25,10,2.83,2.17,12,3.6,1.84,10,6.5,1.64,6,5.46,1.45,13
+plateau,5.84,1.5,19,3.68,2.25,22,5.63,1.57,19,6.0,1.79,6,5.77,1.42,13,4.09,2.59,11,3.27,1.9,11,6.0,1.77,8,5.36,1.43,11,5.91,1.51,11,5.75,1.58,8,3.64,2.11,11,3.73,2.49,11,5.46,1.56,13,6.0,1.67,6,6.38,1.5,13,4.67,0.52,6,3.79,2.15,14,3.5,2.56,8,5.78,1.64,9,5.5,1.58,10
+platform,5.0,1.21,20,4.18,2.34,22,6.42,1.89,19,4.78,1.56,9,5.18,0.87,11,4.0,3.32,5,4.38,2.09,16,7.67,1.75,6,5.85,1.72,13,5.29,0.99,14,4.33,1.51,6,4.0,2.13,12,4.67,2.69,9,5.44,1.67,9,7.3,1.7,10,5.4,1.07,10,4.6,1.26,10,3.67,2.42,12,4.8,2.2,10,6.83,1.72,6,6.23,2.01,13
+plating,5.14,1.32,22,3.29,2.22,21,6.33,2.03,21,5.36,1.5,14,4.75,0.89,8,3.82,2.52,11,2.67,1.87,9,6.67,1.51,6,6.2,2.24,15,5.1,1.6,10,5.17,1.11,12,2.55,2.02,11,4.1,2.23,10,6.42,1.38,12,6.22,2.77,9,5.0,1.48,12,5.3,1.16,10,3.62,2.4,13,2.75,1.91,8,6.0,2.37,11,6.7,1.64,10
+platinum,6.2,1.79,20,4.78,2.82,18,5.75,2.33,24,6.4,0.55,5,6.13,2.07,15,5.4,2.88,5,4.54,2.88,13,5.85,2.51,13,5.64,2.2,11,6.6,1.78,10,5.8,1.81,10,6.14,2.73,7,3.91,2.63,11,5.5,2.19,16,6.25,2.66,8,6.29,1.9,14,6.0,1.67,6,5.42,2.68,12,3.5,2.88,6,5.8,2.7,15,5.67,1.66,9
+platonic,4.63,1.74,19,3.0,1.77,22,5.52,1.95,23,4.91,1.45,11,4.71,1.8,7,3.75,2.12,8,2.57,1.45,14,5.71,1.98,7,5.44,2.0,16,4.75,1.98,8,4.55,1.63,11,2.56,1.67,9,3.31,1.84,13,5.82,1.94,11,5.25,2.01,12,4.5,1.98,12,4.86,1.35,7,2.64,1.96,11,3.36,1.57,11,5.54,1.85,13,5.5,2.17,10
+platoon,4.65,1.66,20,4.28,2.82,18,4.54,2.38,24,4.8,0.84,5,4.6,1.88,15,6.0,2.0,5,3.62,2.87,13,4.92,2.36,13,4.09,2.43,11,4.8,1.69,10,4.5,1.72,10,5.43,2.23,7,3.55,3.01,11,4.62,2.25,16,4.38,2.77,8,4.57,1.7,14,4.83,1.72,6,4.33,2.87,12,4.17,2.99,6,4.8,2.6,15,4.11,2.03,9
+platter,5.3,0.98,20,3.4,2.58,20,5.36,1.56,22,5.14,0.9,7,5.38,1.04,13,4.56,2.88,9,2.45,1.97,11,4.33,1.86,6,5.75,1.29,16,5.2,1.14,10,5.44,0.88,9,3.88,2.85,8,3.08,2.47,12,5.4,1.8,15,5.29,0.95,7,5.36,1.21,11,5.22,0.67,9,3.75,2.77,12,2.88,2.36,8,5.18,1.78,11,5.55,1.37,11
+plausible,5.38,1.47,21,3.09,2.52,23,5.5,2.06,20,5.75,1.58,8,5.15,1.41,13,5.17,2.64,6,2.35,2.09,17,5.64,2.11,11,5.33,2.12,9,6.08,1.08,12,4.44,1.42,9,3.6,2.55,10,2.69,2.53,13,5.08,2.18,13,6.29,1.7,7,5.64,1.22,14,4.86,1.86,7,3.8,2.48,15,1.75,2.12,8,5.83,2.25,12,5.0,1.77,8
+play,7.55,1.34,22,3.81,2.56,21,6.29,1.96,17,7.67,1.03,6,7.53,1.51,15,3.29,2.63,7,4.07,2.59,14,5.89,2.32,9,6.75,1.49,8,7.5,1.09,14,7.71,1.89,7,4.11,2.85,9,3.58,2.43,12,6.33,2.5,9,6.25,1.28,8,7.36,1.55,14,7.88,0.83,8,4.0,3.03,6,3.73,2.46,15,6.56,2.55,9,6.0,1.07,8
+playa,4.64,2.32,22,3.76,2.28,21,5.0,2.23,22,4.5,2.47,14,4.88,2.17,8,4.73,2.24,11,2.44,1.81,9,5.67,1.63,6,4.75,2.41,16,5.0,2.79,10,4.33,1.92,12,3.27,2.41,11,4.3,2.11,10,5.23,2.09,13,4.67,2.5,9,4.58,2.39,12,4.7,2.36,10,3.69,2.1,13,3.88,2.7,8,4.58,1.98,12,5.5,2.51,10
+playback,5.76,1.09,21,3.36,1.79,22,6.14,1.82,21,5.56,1.01,9,5.92,1.16,12,2.33,1.51,6,3.67,1.8,15,5.33,2.66,6,6.47,1.36,15,5.78,1.09,9,5.75,1.14,12,3.6,1.67,5,3.29,1.86,17,6.2,1.4,10,6.09,2.21,11,6.17,1.27,12,5.22,0.44,9,3.78,1.72,9,3.08,1.85,13,6.09,1.51,11,6.2,2.2,10
+playbook,6.14,1.42,21,4.53,1.71,19,6.43,1.8,21,6.33,1.21,6,6.07,1.53,15,5.12,2.03,8,4.09,1.38,11,6.64,1.5,11,6.2,2.15,10,6.67,1.21,6,5.93,1.49,15,4.6,2.12,10,4.44,1.24,9,6.07,1.86,14,7.14,1.57,7,6.29,1.6,7,6.07,1.38,14,4.77,1.96,13,4.0,0.89,6,6.67,1.44,12,6.11,2.26,9
+playboy,4.15,2.21,20,5.24,2.83,21,4.28,2.67,25,4.5,1.91,4,4.06,2.32,16,6.5,2.52,4,4.94,2.88,17,5.22,2.91,9,3.75,2.46,16,4.75,1.75,8,3.75,2.45,12,5.6,2.63,10,4.91,3.08,11,5.0,2.42,14,3.36,2.8,11,4.45,1.69,11,3.78,2.77,9,4.7,3.16,10,5.73,2.53,11,4.67,2.68,18,3.29,2.56,7
+player,5.55,2.02,22,5.95,2.54,20,5.68,2.6,19,6.23,1.36,13,4.56,2.46,9,6.86,1.57,7,5.46,2.88,13,7.29,2.06,7,4.75,2.49,12,6.0,1.95,12,5.0,2.05,10,6.44,2.3,9,5.55,2.77,11,6.1,2.28,10,5.22,2.99,9,6.25,1.86,12,4.7,1.95,10,7.0,1.83,7,5.38,2.75,13,5.29,2.87,7,5.92,2.54,12
+playful,7.63,1.21,19,5.89,2.49,18,6.81,2.04,16,7.36,1.36,11,8.0,0.93,8,7.25,0.96,4,5.5,2.68,14,6.57,2.15,7,7.0,2.06,9,8.0,0.76,8,7.36,1.43,11,6.0,2.83,7,5.82,2.4,11,6.5,2.43,6,7.0,1.89,10,7.77,1.17,13,7.33,1.37,6,5.36,2.77,11,6.71,1.89,7,7.67,1.63,6,6.3,2.16,10
+playground,7.14,1.42,21,4.67,2.42,21,6.32,1.77,25,6.92,1.51,12,7.44,1.33,9,4.57,2.76,7,4.71,2.33,14,6.5,1.65,10,6.2,1.9,15,8.0,1.15,4,6.94,1.43,17,5.4,2.07,10,4.0,2.61,11,6.29,2.14,7,6.33,1.68,18,7.42,1.38,12,6.78,1.48,9,5.08,2.29,13,4.0,2.62,8,6.33,2.12,9,6.31,1.62,16
+playhouse,6.29,1.81,24,3.57,2.71,21,5.7,2.09,27,6.33,1.61,12,6.25,2.05,12,3.0,2.58,7,3.86,2.82,14,5.41,2.4,17,6.2,1.4,10,6.33,1.78,12,6.25,1.91,12,3.4,3.58,5,3.62,2.53,16,5.36,2.44,14,6.08,1.66,13,6.6,1.76,15,5.78,1.86,9,3.9,3.18,10,3.27,2.33,11,5.86,2.18,14,5.54,2.07,13
+playmate,7.3,1.53,20,4.38,2.25,21,5.58,1.89,24,7.25,2.22,4,7.31,1.4,16,6.0,2.16,4,4.0,2.15,17,5.44,2.3,9,5.67,1.68,15,7.12,1.36,8,7.42,1.68,12,4.6,2.17,10,4.18,2.4,11,5.62,1.94,13,5.55,1.92,11,7.36,1.5,11,7.22,1.64,9,4.0,1.94,10,4.73,2.53,11,5.76,1.82,17,5.14,2.12,7
+playoff,5.14,1.83,22,5.36,2.32,22,6.36,1.92,22,5.27,2.05,11,5.0,1.67,11,5.38,2.26,8,5.36,2.44,14,6.45,2.3,11,6.27,1.56,11,5.5,2.0,8,4.93,1.77,14,4.9,2.47,10,5.75,2.22,12,6.31,2.1,13,6.44,1.74,9,4.33,1.61,12,6.1,1.66,10,5.62,3.11,8,5.21,1.85,14,6.36,2.17,14,6.38,1.51,8
+playpen,5.95,1.69,21,2.65,1.73,20,4.5,2.7,22,6.17,1.6,6,5.87,1.77,15,2.5,1.6,8,2.75,1.86,12,4.42,2.43,12,4.6,3.13,10,6.22,1.92,9,5.75,1.54,12,2.44,1.59,9,2.82,1.89,11,4.57,3.1,7,4.47,2.61,15,6.1,2.08,10,5.82,1.33,11,2.92,1.89,13,2.14,1.35,7,4.08,2.81,12,5.0,2.62,10
+playroom,6.05,2.38,21,4.29,2.22,21,6.38,2.09,21,5.64,2.65,14,6.86,1.57,7,4.91,2.47,11,3.78,1.79,9,6.67,1.37,6,6.27,2.34,15,5.1,2.51,10,6.91,1.97,11,3.82,2.23,11,4.8,2.2,10,6.46,1.9,13,6.25,2.49,8,5.27,2.53,11,6.9,1.97,10,4.46,2.57,13,4.0,1.6,8,5.92,2.39,12,7.0,1.5,9
+plaything,6.21,1.62,19,5.1,2.66,21,5.3,2.24,23,6.0,1.58,5,6.15,1.68,13,6.33,1.97,6,4.6,2.8,15,4.8,2.3,10,5.69,2.21,13,5.57,1.62,7,6.45,1.57,11,6.14,2.67,7,4.57,2.59,14,4.64,2.46,11,5.92,1.93,12,6.67,1.15,12,5.43,2.07,7,5.09,2.91,11,5.1,2.51,10,4.5,2.21,14,6.56,1.74,9
+playtime,6.63,2.54,19,5.1,2.43,21,6.96,1.55,23,6.64,2.58,11,7.43,1.51,7,5.57,2.94,7,4.86,2.21,14,6.86,2.41,7,7.0,1.1,16,4.88,2.95,8,7.91,1.14,11,4.0,2.39,8,5.77,2.28,13,6.64,1.8,11,7.25,1.29,12,6.17,3.1,12,7.43,0.79,7,5.0,3.02,10,5.18,1.89,11,7.23,1.09,13,6.6,2.01,10
+playwright,6.1,1.37,20,3.59,2.32,22,6.42,1.8,19,6.44,1.59,9,5.82,1.17,11,2.8,2.49,5,4.0,2.25,16,6.17,2.23,6,6.54,1.66,13,6.5,1.34,14,5.17,0.98,6,3.58,2.43,12,3.89,2.26,9,6.11,1.45,9,6.7,2.11,10,6.1,1.6,10,6.1,1.2,10,3.33,2.61,12,3.9,2.02,10,6.67,1.63,6,6.31,1.93,13
+plaza,6.33,1.37,18,3.9,2.36,21,4.96,2.33,23,5.6,0.89,5,6.58,1.51,12,2.83,2.32,6,4.33,2.32,15,4.6,2.17,10,5.23,2.49,13,6.0,1.53,7,6.5,1.35,10,4.71,3.09,7,3.5,1.91,14,5.18,2.09,11,4.75,2.6,12,6.08,1.31,12,6.83,1.47,6,4.27,2.72,11,3.5,1.96,10,5.0,2.15,14,4.89,2.71,9
+plea,4.35,1.6,20,4.64,2.61,22,4.93,2.48,27,5.0,2.31,7,4.0,1.0,13,5.2,2.1,10,4.17,2.98,12,4.8,2.51,15,5.27,2.57,11,4.55,1.13,11,4.11,2.09,9,4.89,2.2,9,4.46,2.93,13,5.53,2.48,17,4.0,2.35,9,4.77,1.69,13,3.57,1.13,7,4.38,2.63,16,5.33,2.66,6,4.83,2.66,12,5.0,2.42,15
+plead,3.26,1.85,19,4.32,2.5,22,3.42,1.32,24,3.5,1.64,6,3.15,1.99,13,4.92,2.31,12,3.6,2.63,10,3.38,0.92,8,3.44,1.5,16,3.3,1.34,10,3.22,2.39,9,4.89,2.37,9,3.92,2.6,13,3.41,1.18,17,3.33,1.86,6,2.5,1.2,8,3.82,2.09,11,4.56,2.96,9,4.15,2.23,13,3.75,1.44,16,2.75,0.71,8
+pleasant,7.24,1.51,21,2.91,2.52,22,6.7,2.0,27,6.7,1.42,10,7.73,1.49,11,1.71,1.5,7,3.47,2.75,15,6.59,2.24,17,6.9,1.6,10,7.18,1.66,11,7.3,1.42,10,3.2,3.03,5,2.82,2.46,17,6.21,2.26,14,7.23,1.59,13,7.23,1.74,13,7.25,1.16,8,3.5,2.99,10,2.42,2.07,12,6.71,1.98,14,6.69,2.1,13
+pleased,7.82,1.18,22,4.25,3.01,20,6.84,2.57,19,7.54,1.2,13,8.22,1.09,9,5.0,2.89,7,3.85,3.11,13,5.86,2.73,7,7.42,2.39,12,7.83,1.34,12,7.8,1.03,10,4.89,3.1,9,3.73,2.97,11,6.7,2.36,10,7.0,2.92,9,8.17,1.03,12,7.4,1.26,10,6.43,2.44,7,3.08,2.66,13,7.0,3.0,7,6.75,2.42,12
+pleasing,7.65,1.09,20,5.2,2.8,20,6.15,2.09,26,8.18,0.87,11,7.0,1.0,9,5.71,1.8,7,4.92,3.25,13,6.0,2.38,13,6.31,1.84,13,7.45,1.29,11,7.89,0.78,9,5.27,2.49,11,5.11,3.3,9,6.06,2.08,17,6.33,2.24,9,7.4,1.26,10,7.9,0.88,10,5.58,2.97,12,4.62,2.62,8,6.44,1.93,16,5.7,2.36,10
+pleasurable,7.75,1.12,20,6.33,2.67,21,6.76,2.35,25,7.67,0.58,3,7.76,1.2,17,6.43,2.82,7,6.38,2.79,13,7.38,1.69,8,6.47,2.6,17,7.29,1.11,7,8.0,1.08,13,6.0,2.83,7,6.62,2.75,13,6.64,2.68,14,6.91,1.97,11,7.56,1.13,9,7.91,1.14,11,6.64,2.42,11,6.0,3.02,10,6.72,2.61,18,6.86,1.68,7
+pleasure,7.8,1.94,20,6.8,2.93,20,7.18,1.33,22,7.75,2.76,8,7.83,1.27,12,8.43,1.13,7,5.92,3.25,13,6.7,1.34,10,7.58,1.24,12,6.86,2.91,7,8.33,0.98,12,6.73,2.83,11,6.89,3.22,9,7.0,1.41,11,7.36,1.29,11,7.58,2.35,12,8.12,1.13,8,6.92,3.23,12,6.62,2.62,8,7.36,1.21,11,7.0,1.48,11
+pledge,5.09,2.02,23,3.95,2.22,21,6.0,1.95,20,5.88,1.46,8,4.67,2.19,15,4.1,2.51,10,3.82,2.04,11,6.86,2.19,7,5.54,1.71,13,4.75,2.14,12,5.45,1.92,11,4.09,2.07,11,3.8,2.49,10,5.8,2.01,15,6.6,1.82,5,4.09,1.87,11,6.0,1.76,12,3.9,1.73,10,4.0,2.68,11,5.5,1.65,10,6.5,2.17,10
+pliers,4.48,1.36,21,3.55,1.99,22,5.76,2.43,21,4.89,1.36,9,4.17,1.34,12,3.0,2.1,6,3.67,2.02,15,7.17,2.14,6,5.2,2.37,15,4.78,1.48,9,4.25,1.29,12,4.4,2.19,5,3.29,1.93,17,5.5,2.84,10,6.0,2.1,11,4.5,1.73,12,4.44,0.73,9,3.44,1.88,9,3.62,2.14,13,5.33,2.46,12,6.33,2.4,9
+plight,4.21,2.3,19,3.85,2.03,20,4.8,2.5,20,4.0,1.0,3,4.4,2.5,15,3.6,1.96,10,4.1,2.18,10,5.0,2.26,10,4.6,2.84,10,4.33,2.66,6,4.33,2.23,12,3.29,1.98,7,4.15,2.08,13,4.62,2.56,8,4.92,2.57,12,4.17,2.48,12,4.29,2.14,7,3.9,2.02,10,3.8,2.15,10,4.89,2.57,9,4.73,2.57,11
+plop,5.5,1.99,20,3.77,2.02,22,5.24,1.58,21,5.78,1.09,9,5.27,2.53,11,3.73,2.49,11,3.82,1.54,11,4.75,0.71,8,5.54,1.9,13,5.14,1.51,14,6.33,2.8,6,4.5,2.62,8,3.36,1.55,14,5.75,1.67,8,4.92,1.5,13,5.3,1.77,10,5.7,2.26,10,3.77,1.64,13,3.78,2.59,9,5.17,1.7,12,5.33,1.5,9
+plot,4.9,1.73,21,4.52,1.83,23,5.29,2.26,21,4.8,1.79,5,4.94,1.77,16,4.75,1.54,12,4.27,2.15,11,4.45,1.86,11,5.89,2.32,9,4.25,1.71,12,5.78,1.39,9,4.25,1.18,16,5.14,2.85,7,4.64,1.69,11,6.0,2.67,10,4.92,1.98,13,4.88,1.36,8,4.53,1.98,19,4.5,1.0,4,5.07,2.16,14,5.71,2.56,7
+plow,5.09,1.27,22,4.04,2.25,23,6.26,1.88,19,5.25,1.39,8,5.08,1.26,13,3.88,2.17,8,4.14,2.44,14,5.57,2.3,7,6.64,1.63,11,4.62,1.3,8,5.46,1.2,13,4.56,2.3,9,3.71,2.23,14,5.29,1.98,7,6.83,1.64,12,5.18,1.33,11,5.0,1.26,11,3.33,2.6,9,4.5,1.95,14,6.12,1.93,16,7.0,1.73,3
+ploy,3.9,1.22,21,3.0,2.3,24,4.84,2.61,19,4.12,1.25,8,3.77,1.24,13,3.83,2.71,6,2.72,2.16,18,5.1,2.69,10,4.56,2.65,9,4.17,1.19,12,3.56,1.24,9,3.0,2.49,10,3.0,2.25,14,5.0,2.59,12,4.57,2.82,7,3.86,1.17,14,4.0,1.41,7,3.5,2.28,16,2.0,2.14,8,5.75,2.22,12,3.29,2.63,7
+pluck,3.9,1.7,21,4.16,1.95,25,5.73,2.31,22,4.38,1.6,8,3.62,1.76,13,4.15,2.15,13,4.17,1.8,12,5.69,2.21,13,5.78,2.59,9,3.75,1.67,8,4.17,1.75,12,4.57,1.74,14,3.64,2.16,11,6.17,1.7,12,5.2,2.9,10,4.2,1.55,10,3.64,1.86,11,3.76,1.82,17,5.0,2.07,8,6.0,2.58,10,5.5,2.15,12
+plucky,5.16,1.95,19,4.7,2.05,23,5.11,1.59,19,6.11,1.36,9,4.3,2.06,10,6.0,1.53,7,4.2,2.08,15,5.1,1.97,10,5.11,1.17,9,5.0,2.74,9,5.3,0.95,10,5.2,2.78,10,4.42,1.24,12,4.0,0.93,8,5.7,1.42,10,4.67,2.15,12,6.0,1.29,7,4.95,2.09,20,3.0,0.0,3,4.62,1.6,8,5.45,1.57,11
+plug,4.42,1.79,24,3.35,2.06,23,5.67,2.14,18,4.36,1.8,11,4.46,1.85,13,4.09,2.07,11,2.67,1.87,12,5.8,2.25,10,5.5,2.14,8,4.0,1.85,8,4.6,1.84,15,3.82,2.23,11,2.92,1.88,12,5.14,2.27,7,6.0,2.1,11,4.2,1.97,15,4.78,1.48,9,3.27,2.0,11,3.42,2.19,12,4.44,1.67,9,6.89,1.9,9
+plum,6.15,1.79,20,2.76,1.95,21,5.26,2.33,27,6.0,1.63,10,6.3,2.0,10,2.0,1.67,6,3.07,2.02,15,4.94,2.7,17,5.8,1.48,10,6.1,1.37,10,6.2,2.2,10,3.2,3.03,5,2.62,1.59,16,4.5,2.56,14,6.08,1.8,13,5.83,1.9,12,6.62,1.6,8,2.7,2.31,10,2.82,1.66,11,5.29,2.55,14,5.23,2.17,13
+plumber,5.4,1.35,20,3.18,2.22,22,5.59,2.27,27,6.14,1.68,7,5.0,1.0,13,3.9,2.28,10,2.58,2.07,12,5.6,2.26,15,5.64,2.5,11,5.27,1.1,11,5.56,1.67,9,4.33,2.29,9,2.38,1.85,13,5.76,2.63,17,5.33,1.66,9,5.54,1.56,13,5.14,0.9,7,3.0,2.31,16,3.67,2.07,6,5.5,2.24,12,5.67,2.38,15
+plumbing,4.45,2.04,20,3.36,2.01,22,5.5,2.04,26,5.57,2.3,7,3.85,1.68,13,3.4,1.84,10,3.33,2.23,12,5.8,1.82,15,5.3,2.36,10,4.36,1.8,11,4.56,2.4,9,3.89,1.76,9,3.0,2.16,13,6.12,2.36,16,4.67,0.5,9,4.85,2.12,13,3.71,1.8,7,3.12,2.13,16,4.0,1.67,6,5.55,2.46,11,5.47,1.77,15
+plume,5.19,2.04,21,3.0,2.13,20,4.77,2.52,22,4.67,2.34,6,5.4,1.96,15,2.75,2.31,8,3.17,2.08,12,4.67,2.61,12,4.9,2.56,10,4.56,2.51,9,5.67,1.56,12,3.44,2.07,9,2.64,2.2,11,3.43,2.88,7,5.4,2.16,15,4.9,2.51,10,5.45,1.57,11,3.23,2.01,13,2.57,2.44,7,4.5,2.81,12,5.1,2.23,10
+plummet,3.95,1.83,21,5.04,2.5,23,3.31,1.69,26,3.91,1.76,11,4.0,2.0,10,5.09,2.74,11,5.0,2.37,12,3.45,1.97,11,3.07,1.49,14,4.5,1.58,10,3.45,1.97,11,4.91,2.66,11,5.17,2.44,12,3.88,1.65,17,1.88,0.64,8,3.92,2.18,13,4.0,1.2,8,5.27,2.28,15,4.62,2.97,8,3.47,1.62,17,3.0,1.87,9
+plump,4.95,1.51,19,4.43,2.09,21,5.22,1.73,23,4.8,1.79,5,5.0,1.53,13,3.67,2.25,6,4.73,2.02,15,5.6,1.35,10,4.92,1.98,13,4.71,1.38,7,5.09,1.7,11,4.29,1.98,7,4.5,2.21,14,5.36,1.29,11,5.08,2.11,12,4.83,1.53,12,5.14,1.57,7,3.91,1.97,11,5.0,2.16,10,5.36,1.65,14,5.0,1.94,9
+plunder,4.0,2.22,18,5.05,2.39,20,4.46,2.48,24,4.17,2.52,12,3.67,1.63,6,5.6,1.67,5,4.87,2.61,15,5.15,2.34,13,3.64,2.5,11,4.89,2.42,9,3.11,1.69,9,6.0,1.91,7,4.54,2.54,13,5.09,2.3,11,3.92,2.6,13,4.33,2.06,9,3.67,2.45,9,4.6,2.27,10,5.5,2.55,10,4.44,3.0,9,4.47,2.23,15
+plunge,4.62,1.47,21,4.6,2.66,25,3.89,2.02,19,4.22,1.48,9,4.92,1.44,12,4.5,3.45,6,4.61,2.55,18,4.71,2.14,7,3.42,1.88,12,4.75,1.53,16,4.2,1.3,5,4.5,3.08,14,4.7,2.26,10,4.0,2.4,9,3.8,1.75,10,4.17,1.47,12,5.22,1.3,9,4.38,2.7,16,5.0,2.69,9,3.55,2.21,11,4.38,1.77,8
+plunger,4.25,1.8,20,3.15,1.95,20,5.2,2.06,25,4.5,1.73,4,4.19,1.87,16,2.5,1.0,4,3.31,2.12,16,5.33,2.65,9,5.12,1.75,16,4.38,2.0,8,4.17,1.75,12,2.9,2.02,10,3.4,1.96,10,4.86,2.03,14,5.64,2.11,11,4.82,1.4,11,3.56,2.07,9,2.67,1.8,9,3.55,2.07,11,5.72,2.08,18,3.86,1.35,7
+plural,4.81,1.21,21,3.4,2.45,25,5.78,2.3,23,4.89,1.83,9,4.75,0.45,12,2.6,2.12,10,3.93,2.58,15,6.25,2.12,8,5.53,2.42,15,4.43,1.13,7,5.0,1.24,14,3.62,2.63,13,3.17,2.33,12,4.67,2.27,12,7.0,1.67,11,4.82,0.4,11,4.8,1.75,10,2.64,2.44,14,4.36,2.2,11,5.83,2.29,12,5.73,2.41,11
+plush,6.32,2.16,19,3.05,2.17,22,5.62,2.2,24,5.67,2.88,6,6.62,1.8,13,4.17,2.33,12,1.7,0.82,10,4.5,2.07,8,6.19,2.1,16,6.2,1.99,10,6.44,2.46,9,4.0,2.65,9,2.38,1.56,13,5.59,2.32,17,5.83,2.23,6,6.62,1.85,8,6.09,2.43,11,3.0,2.0,9,3.08,2.36,13,5.94,2.05,16,5.0,2.51,8
+plutonium,4.05,2.27,19,4.45,2.72,20,4.15,2.7,20,1.33,0.58,3,4.53,2.17,15,5.2,2.82,10,3.7,2.54,10,4.3,2.71,10,4.0,2.83,10,4.5,1.76,6,3.75,2.6,12,5.29,3.04,7,4.0,2.55,13,4.62,3.25,8,3.83,2.37,12,4.42,2.39,12,3.43,2.07,7,4.4,2.84,10,4.5,2.76,10,4.56,3.0,9,3.82,2.52,11
+plywood,4.74,1.19,19,2.67,1.8,21,5.05,2.19,20,6.0,1.0,3,4.5,1.1,16,2.67,1.63,6,2.67,1.91,15,5.67,1.86,6,4.79,2.33,14,4.9,0.88,10,4.56,1.51,9,1.86,0.9,7,3.07,2.02,14,5.2,2.44,10,4.9,2.02,10,4.88,1.46,8,4.64,1.03,11,2.44,1.42,9,2.83,2.08,12,4.62,2.88,8,5.33,1.67,12
+pneumatic,4.5,1.41,22,3.9,2.59,21,4.67,2.42,21,4.64,1.65,14,4.25,0.89,8,4.18,2.64,11,3.89,2.62,9,5.83,2.14,6,4.2,2.43,15,4.4,1.84,10,4.58,1.0,12,3.27,2.49,11,4.6,2.63,10,5.17,1.7,12,4.0,3.12,9,4.33,1.61,12,4.7,1.16,10,4.15,3.02,13,3.5,1.77,8,4.73,1.95,11,4.6,2.95,10
+pneumonia,2.65,1.63,20,4.62,2.33,21,2.91,2.4,34,2.9,1.97,10,2.4,1.26,10,4.25,2.38,8,4.85,2.38,13,3.0,2.8,14,2.85,2.16,20,2.67,1.94,9,2.64,1.43,11,4.69,2.21,13,4.5,2.67,8,3.05,2.68,22,2.67,1.87,12,2.8,1.75,10,2.5,1.58,10,4.79,2.49,14,4.29,2.14,7,3.41,2.53,17,2.41,2.24,17
+poacher,3.1,1.77,20,4.86,2.49,22,4.67,2.7,18,3.67,1.8,9,2.64,1.69,11,3.2,2.39,5,5.31,2.44,16,3.83,3.06,6,5.08,2.54,12,3.5,1.83,14,2.17,1.33,6,4.83,3.04,12,4.78,1.86,9,4.56,2.07,9,4.78,3.35,9,3.2,1.69,10,3.0,1.94,10,4.25,2.67,12,5.6,2.17,10,4.33,3.56,6,4.83,2.33,12
+pocket,5.67,1.15,21,4.5,2.4,20,6.37,2.52,19,5.77,1.36,13,5.5,0.76,8,5.86,2.04,7,3.77,2.31,13,6.71,1.8,7,6.17,2.92,12,5.83,1.34,12,5.44,0.88,9,5.11,2.32,9,4.0,2.45,11,7.1,1.97,10,5.56,2.92,9,5.83,1.34,12,5.44,0.88,9,5.57,1.4,7,3.92,2.66,13,7.14,2.12,7,5.92,2.71,12
+pocketbook,5.6,1.53,25,3.42,2.08,26,6.42,2.02,24,5.18,1.94,11,5.93,1.07,14,2.8,2.25,10,3.81,1.94,16,6.33,1.94,9,6.47,2.13,15,5.44,1.01,9,5.69,1.78,16,3.85,2.23,13,3.0,1.91,13,6.08,2.35,12,6.75,1.66,12,5.5,1.56,14,5.73,1.56,11,3.27,2.43,15,3.64,1.57,11,6.46,2.37,13,6.36,1.63,11
+pocketful,6.25,1.52,20,2.72,1.6,18,6.36,1.73,22,6.29,1.25,7,6.23,1.69,13,2.43,1.51,7,2.91,1.7,11,6.17,2.56,6,6.44,1.41,16,6.1,1.66,10,6.56,1.42,9,2.43,1.4,7,2.91,1.76,11,6.13,1.51,15,6.86,2.19,7,6.45,1.81,11,6.0,1.12,9,2.73,1.49,11,2.71,1.89,7,6.64,1.8,11,6.09,1.7,11
+pod,5.0,1.62,20,3.32,1.78,22,5.11,1.56,19,5.11,1.54,9,4.91,1.76,11,3.0,2.45,5,3.5,1.63,16,5.0,2.1,6,5.15,1.34,13,5.14,1.61,14,4.67,1.75,6,3.25,1.71,12,3.56,2.01,9,4.56,0.73,9,5.6,1.96,10,5.5,1.58,10,4.5,1.58,10,2.92,1.68,12,3.8,1.87,10,5.33,1.97,6,5.0,1.41,13
+podium,5.05,1.27,19,3.52,2.09,21,4.61,2.31,23,6.0,1.73,3,4.88,1.15,16,3.25,1.91,8,3.69,2.25,13,4.33,2.45,9,4.79,2.29,14,4.89,1.27,9,5.2,1.32,10,4.0,2.5,9,3.17,1.75,12,4.6,2.41,15,4.62,2.26,8,4.57,0.79,7,5.33,1.44,12,3.8,1.99,10,3.27,2.24,11,4.15,2.82,13,5.2,1.32,10
+poem,6.62,2.18,21,4.15,2.66,20,6.31,1.98,36,6.38,3.11,8,6.77,1.48,13,3.2,1.79,5,4.47,2.88,15,5.27,2.41,11,6.76,1.61,25,6.69,2.66,13,6.5,1.2,8,3.92,2.57,12,4.5,2.93,8,6.0,2.38,20,6.69,1.3,16,6.27,2.61,11,7.0,1.63,10,4.73,2.69,11,3.44,2.6,9,6.32,2.21,22,6.29,1.64,14
+poet,6.85,1.46,20,2.91,2.04,22,5.84,2.39,19,7.0,1.94,9,6.73,1.01,11,2.4,1.67,5,3.19,2.17,16,5.5,2.59,6,6.0,2.38,13,6.64,1.5,14,7.33,1.37,6,3.17,2.44,12,2.78,1.48,9,5.33,2.35,9,6.3,2.45,10,5.9,1.29,10,7.8,0.92,10,3.0,2.52,12,2.8,1.4,10,6.0,2.68,6,5.77,2.35,13
+poetic,6.83,1.4,23,4.4,2.58,20,6.32,1.41,25,7.08,1.32,13,6.5,1.51,10,4.57,1.9,7,4.31,2.95,13,6.25,1.42,12,6.38,1.45,13,7.0,1.28,12,6.64,1.57,11,5.09,2.66,11,3.56,2.35,9,6.35,1.58,17,6.25,1.04,8,7.0,1.41,12,6.64,1.43,11,4.75,2.8,12,3.88,2.3,8,6.4,1.55,15,6.2,1.23,10
+poetry,6.15,2.13,40,3.59,2.45,41,5.83,2.05,47,5.87,2.5,15,6.32,1.91,25,3.94,1.98,16,3.36,2.72,25,5.0,2.22,16,6.27,1.87,30,6.21,2.1,19,6.1,2.21,21,4.04,2.64,23,3.0,2.11,18,5.77,2.22,31,5.93,1.79,15,6.12,2.13,24,6.19,2.2,16,3.4,2.37,30,4.09,2.7,11,5.57,2.25,28,6.21,1.69,19
+pogo,5.4,1.47,20,3.94,2.39,18,4.95,2.28,22,5.8,0.84,5,5.27,1.62,15,3.67,2.58,6,4.08,2.39,12,4.6,2.17,10,5.25,2.42,12,5.9,0.88,10,4.9,1.79,10,3.7,2.75,10,4.25,1.98,8,4.36,2.38,11,5.55,2.11,11,5.08,1.73,12,5.88,0.83,8,2.78,1.99,9,5.11,2.26,9,4.91,2.63,11,5.0,2.0,11
+poignant,5.1,1.33,20,4.09,2.45,23,6.44,1.85,18,5.44,1.42,9,4.82,1.25,11,4.55,2.58,11,3.67,2.35,12,6.1,1.91,10,6.88,1.81,8,5.0,1.53,7,5.25,1.29,12,4.91,2.47,11,3.33,2.27,12,7.14,2.12,7,6.0,1.61,11,4.92,1.24,12,5.38,1.51,8,3.82,2.4,11,4.33,2.57,12,6.78,2.05,9,6.11,1.69,9
+point,5.45,1.01,22,3.86,2.29,21,6.27,1.58,15,5.83,1.33,6,5.33,0.9,15,3.14,2.34,7,4.21,2.26,14,6.75,1.58,8,5.71,1.5,7,5.43,1.09,14,5.57,0.98,7,3.44,2.24,9,4.17,2.37,12,6.5,1.69,8,6.0,1.53,7,5.5,1.02,14,5.38,1.06,8,4.33,3.44,6,3.67,1.76,15,6.5,1.69,8,6.0,1.53,7
+pointer,4.57,1.29,21,3.73,2.16,26,6.12,2.03,24,4.89,1.54,9,4.33,1.07,12,3.5,2.37,10,3.88,2.09,16,6.78,1.92,9,5.73,2.05,15,4.57,0.98,7,4.57,1.45,14,4.15,2.08,13,3.31,2.25,13,5.92,2.47,12,6.33,1.56,12,4.36,1.12,11,4.8,1.48,10,3.33,2.16,15,4.27,2.15,11,6.69,1.97,13,5.45,1.97,11
+pointless,3.22,1.44,18,4.26,2.7,23,3.75,1.97,28,3.86,1.07,7,2.82,1.54,11,4.67,2.5,9,4.0,2.88,14,2.79,1.53,14,4.71,1.94,14,3.0,1.41,9,3.44,1.51,9,4.42,2.78,12,4.09,2.74,11,3.5,2.07,14,4.0,1.92,14,3.22,1.64,9,3.22,1.3,9,3.55,2.46,11,4.92,2.84,12,3.83,2.04,12,3.69,1.99,16
+pointy,4.26,1.66,19,4.55,2.44,22,5.04,2.46,27,4.67,2.58,6,4.08,1.12,13,4.2,2.2,10,4.83,2.69,12,5.6,2.32,15,4.55,2.54,11,4.2,1.55,10,4.33,1.87,9,5.11,2.09,9,4.15,2.67,13,4.94,2.75,17,5.56,1.74,9,4.42,1.98,12,4.0,1.0,7,4.06,2.35,16,5.83,2.4,6,5.17,2.82,12,4.93,2.22,15
+poise,5.5,1.65,22,3.77,2.16,22,6.2,2.31,20,5.38,1.51,8,5.57,1.79,14,3.9,2.6,10,3.67,1.83,12,6.71,2.69,7,5.92,2.14,13,5.36,1.43,11,5.64,1.91,11,3.36,1.8,11,4.18,2.48,11,6.07,2.55,15,6.6,1.52,5,5.0,1.33,10,5.92,1.83,12,3.6,1.58,10,3.92,2.61,12,6.1,1.79,10,6.3,2.83,10
+poison,2.16,1.46,85,6.01,2.31,105,3.38,2.37,98,2.56,1.66,41,1.81,1.16,43,6.47,2.05,36,5.77,2.42,69,3.41,2.16,49,3.35,2.61,48,2.12,1.31,41,2.23,1.62,43,6.11,2.3,47,5.93,2.35,58,3.9,2.53,50,2.83,2.08,48,2.25,1.45,51,2.03,1.49,34,5.94,2.35,52,6.08,2.3,53,3.66,2.5,47,3.12,2.22,51
+poisoning,2.27,1.49,22,6.35,1.9,23,3.74,2.62,19,2.75,1.98,8,2.08,1.12,13,6.62,1.92,8,6.21,2.01,14,2.29,1.5,7,4.36,2.84,11,1.25,0.46,8,3.0,1.53,13,6.11,2.62,9,6.5,1.34,14,3.86,2.85,7,3.67,2.61,12,2.36,1.43,11,2.18,1.6,11,5.89,2.26,9,6.64,1.65,14,3.56,2.48,16,4.67,3.79,3
+poisonous,2.52,1.66,21,5.67,2.94,21,4.0,2.38,20,2.5,1.51,8,2.54,1.81,13,4.22,3.31,9,6.75,2.18,12,5.29,2.69,7,3.31,1.97,13,2.6,2.01,10,2.45,1.37,11,4.5,2.92,10,6.73,2.65,11,4.53,2.39,15,2.4,1.67,5,1.78,0.83,9,3.08,1.93,12,7.0,2.06,9,4.67,3.17,12,4.1,2.02,10,3.9,2.81,10
+poke,4.14,1.28,22,5.41,2.7,22,6.74,1.66,19,4.0,1.2,8,4.08,1.32,13,4.75,3.01,8,5.92,2.6,13,6.71,2.06,7,6.73,1.56,11,3.75,1.39,8,4.23,1.17,13,5.33,3.43,9,5.46,2.22,13,6.43,1.99,7,6.92,1.51,12,4.09,1.51,11,4.18,1.08,11,5.11,3.41,9,5.62,2.22,13,6.56,1.75,16,7.67,0.58,3
+poker,5.79,1.58,19,5.05,2.59,22,5.67,2.32,27,7.0,1.29,7,5.08,1.31,12,4.2,2.25,10,5.75,2.73,12,5.33,2.44,15,6.09,2.3,11,5.7,1.25,10,5.89,1.96,9,5.11,2.47,9,5.0,2.77,13,6.41,2.27,17,4.22,1.92,9,6.0,1.63,13,5.33,1.51,6,5.0,2.61,16,5.17,2.79,6,6.0,2.41,12,5.4,2.29,15
+polar,5.19,1.57,21,3.95,1.83,21,4.1,1.79,21,5.22,1.99,9,5.17,1.27,12,3.17,2.04,6,4.07,1.59,14,3.4,0.89,5,4.31,1.96,16,6.0,1.5,9,4.58,1.38,12,4.2,2.28,5,3.88,1.75,16,4.6,1.78,10,3.64,1.75,11,5.58,1.83,12,4.67,1.0,9,4.25,1.83,8,3.77,1.88,13,4.0,1.79,11,4.2,1.87,10
+pole,5.6,1.39,20,3.05,2.04,19,4.59,1.53,22,6.0,1.73,7,5.38,1.19,13,3.38,1.85,8,2.82,2.23,11,4.5,2.26,6,4.62,1.26,16,5.8,1.48,10,5.44,1.42,9,3.0,1.85,8,3.09,2.26,11,4.6,1.8,15,4.57,0.79,7,5.82,1.66,11,5.33,1.0,9,2.67,1.78,12,3.71,2.43,7,4.73,2.1,11,4.45,0.69,11
+police,4.59,2.4,22,5.95,2.46,21,3.44,2.12,18,4.33,2.8,6,4.6,2.38,15,6.86,2.67,7,5.5,2.31,14,3.78,1.72,9,3.12,2.7,8,4.14,2.44,14,5.29,2.43,7,5.11,2.67,9,6.58,2.19,12,3.9,2.69,10,2.88,0.99,8,4.71,2.43,14,4.38,2.5,8,6.33,2.94,6,5.8,2.34,15,3.6,2.59,10,3.25,1.49,8
+police officer,4.67,1.85,21,5.48,2.5,23,4.05,2.54,21,4.8,1.92,5,4.62,1.89,16,6.25,2.38,12,4.64,2.46,11,3.82,2.64,11,3.78,2.05,9,4.17,2.17,12,5.33,1.12,9,5.75,2.38,16,4.86,2.85,7,4.18,2.23,11,3.9,2.96,10,4.85,2.15,13,4.38,1.3,8,5.68,2.5,19,4.5,2.65,4,3.64,2.21,14,4.86,3.13,7
+policeman,4.21,1.32,19,4.06,2.48,18,5.76,2.28,17,4.0,1.41,11,4.5,1.2,8,5.5,1.73,4,3.64,2.56,14,6.12,2.36,8,5.44,2.3,9,3.62,1.41,8,4.64,1.12,11,4.71,2.69,7,3.64,2.38,11,7.0,1.1,6,5.09,2.51,11,3.92,1.44,13,4.83,0.75,6,3.09,2.21,11,5.57,2.23,7,6.0,2.71,7,5.6,2.07,10
+policewoman,5.05,2.57,22,3.92,2.52,25,5.12,2.23,24,4.78,3.15,9,5.23,2.2,13,3.8,2.78,10,4.0,2.42,15,5.56,1.67,9,4.87,2.53,15,4.62,2.77,8,5.29,2.52,14,4.33,2.39,12,3.54,2.67,13,5.58,1.38,12,4.67,2.84,12,5.0,2.7,12,5.1,2.56,10,3.93,2.71,15,3.9,2.33,10,5.15,2.3,13,5.09,2.26,11
+policy,3.77,1.34,22,3.3,2.03,20,6.11,2.38,19,3.62,1.5,13,4.0,1.12,9,3.71,2.69,7,3.08,1.66,13,6.14,2.48,7,6.08,2.43,12,3.5,1.62,12,4.1,0.88,10,3.44,2.4,9,3.18,1.78,11,5.7,2.58,10,6.56,2.19,9,3.42,1.56,12,4.2,0.92,10,3.57,2.57,7,3.15,1.77,13,6.71,2.63,7,5.75,2.26,12
+polio,2.67,1.8,21,5.0,2.61,21,3.44,2.36,25,3.0,2.0,12,2.22,1.48,9,5.43,2.07,7,4.79,2.89,14,4.0,2.31,10,3.07,2.4,15,2.25,1.89,4,2.76,1.82,17,4.5,1.96,10,5.45,3.11,11,3.29,2.98,7,3.5,2.18,18,2.67,1.78,12,2.67,1.94,9,4.77,2.71,13,5.38,2.56,8,2.44,2.01,9,4.0,2.42,16
+polish,6.0,1.89,19,3.36,2.38,22,6.38,1.88,24,4.5,1.76,6,6.69,1.55,13,3.92,2.71,12,2.7,1.83,10,5.88,1.89,8,6.62,1.89,16,6.4,1.65,10,5.56,2.13,9,4.11,2.52,9,2.85,2.23,13,6.24,2.02,17,7.0,1.55,6,6.38,1.77,8,5.73,2.0,11,3.56,2.55,9,3.23,2.35,13,6.44,2.03,16,6.25,1.67,8
+polite,6.57,1.93,23,2.95,1.86,21,7.4,1.7,20,6.88,1.13,8,6.4,2.26,15,2.4,1.51,10,3.45,2.07,11,7.29,2.06,7,7.46,1.56,13,6.42,2.43,12,6.73,1.27,11,3.55,2.11,11,2.3,1.34,10,7.0,1.77,15,8.6,0.55,5,5.73,1.68,11,7.33,1.87,12,3.11,2.15,9,2.83,1.7,12,7.1,1.6,10,7.7,1.83,10
+politeness,7.33,1.3,39,3.04,2.34,23,7.05,1.85,20,7.5,1.3,22,7.12,1.32,17,3.64,2.5,11,2.5,2.15,12,7.7,1.06,10,6.4,2.27,10,7.09,1.35,23,7.69,1.2,16,4.0,2.37,11,2.17,2.04,12,6.62,1.69,8,7.33,1.97,12,6.95,1.43,19,7.7,1.08,20,2.64,2.5,11,3.42,2.23,12,7.78,1.3,9,6.45,2.07,11
+political,4.35,1.46,20,4.0,2.97,18,4.08,2.7,24,4.4,1.82,5,4.33,1.4,15,5.2,2.86,5,3.54,2.99,13,4.38,2.96,13,3.73,2.45,11,4.8,1.48,10,3.9,1.37,10,5.0,3.0,7,3.36,2.91,11,4.12,3.07,16,4.0,1.93,8,4.14,1.46,14,4.83,1.47,6,4.25,3.02,12,3.5,3.08,6,4.0,2.7,15,4.22,2.86,9
+politician,3.25,1.33,20,4.7,2.79,23,4.1,2.36,21,3.2,1.3,5,3.27,1.39,15,5.5,2.43,12,3.82,2.99,11,4.18,2.36,11,3.56,2.19,9,3.0,1.48,12,3.62,1.06,8,4.88,2.75,16,4.29,3.04,7,5.09,2.12,11,3.0,2.21,10,3.5,1.57,12,2.88,0.83,8,4.79,3.01,19,4.25,1.5,4,3.93,2.5,14,4.43,2.23,7
+politics,4.0,2.15,20,3.44,2.62,18,3.42,2.65,24,4.2,2.59,5,3.93,2.09,15,4.6,2.97,5,3.0,2.45,13,3.38,2.6,13,3.45,2.84,11,4.7,2.11,10,3.3,2.06,10,4.57,3.05,7,2.73,2.15,11,3.69,2.87,16,2.88,2.23,8,3.64,2.06,14,4.83,2.32,6,4.17,2.76,12,2.0,1.67,6,3.53,2.7,15,3.22,2.73,9
+polka,4.79,2.3,19,4.17,2.41,18,5.04,2.5,23,3.4,2.07,5,5.29,2.23,14,4.4,2.61,5,4.08,2.43,13,4.69,2.63,13,5.5,2.37,10,4.8,2.35,10,4.78,2.39,9,4.57,2.15,7,3.91,2.63,11,4.38,2.5,16,6.57,1.81,7,4.54,2.37,13,5.33,2.25,6,3.83,1.7,12,4.83,3.54,6,5.36,2.47,14,4.56,2.6,9
+poll,4.63,1.61,19,4.14,2.13,21,5.4,2.14,20,4.33,0.58,3,4.69,1.74,16,5.33,2.25,6,3.67,1.95,15,5.5,1.76,6,5.36,2.34,14,4.8,0.79,10,4.44,2.24,9,3.86,2.12,7,4.29,2.2,14,5.3,2.45,10,5.5,1.9,10,4.38,1.19,8,4.82,1.89,11,3.78,2.44,9,4.42,1.93,12,5.25,2.87,8,5.5,1.62,12
+pollen,3.81,2.06,21,3.44,2.29,25,3.53,2.59,19,4.33,2.35,9,3.42,1.83,12,3.83,2.4,6,3.33,2.38,18,3.43,3.26,7,3.58,2.27,12,3.81,2.29,16,3.8,1.3,5,3.36,2.53,14,3.6,2.17,10,3.78,3.27,9,3.3,1.95,10,3.83,2.29,12,3.78,1.86,9,3.56,1.97,16,3.22,2.91,9,2.73,2.1,11,4.62,2.92,8
+polling,4.55,2.18,22,3.25,2.02,20,5.91,1.57,22,4.5,2.62,14,4.62,1.19,8,3.18,2.04,11,3.62,2.07,8,5.67,1.51,6,6.0,1.63,16,4.7,2.0,10,4.42,2.39,12,3.0,2.0,11,3.56,2.13,9,5.54,1.33,13,6.44,1.81,9,4.5,2.39,12,4.6,2.01,10,2.85,1.99,13,4.0,2.0,7,6.0,1.48,12,5.8,1.75,10
+pollute,1.88,1.17,41,4.91,2.69,22,4.47,2.44,19,1.84,1.12,19,1.91,1.23,22,5.5,2.78,8,4.57,2.68,14,5.1,2.51,10,3.78,2.28,9,1.79,1.13,19,1.95,1.24,21,4.4,2.32,10,5.33,2.99,12,4.29,2.69,7,4.58,2.39,12,1.85,1.27,20,1.9,1.09,21,5.12,2.9,8,4.79,2.67,14,5.12,2.75,8,4.0,2.19,11
+pollution,2.0,1.55,21,5.19,2.4,21,4.16,2.25,25,2.17,1.7,12,1.78,1.39,9,5.57,2.51,7,5.0,2.42,14,4.3,2.36,10,4.07,2.25,15,2.0,2.0,4,2.0,1.5,17,4.7,2.16,10,5.64,2.62,11,2.86,1.35,7,4.67,2.35,18,1.92,1.24,12,2.11,1.96,9,5.15,2.15,13,5.25,2.92,8,2.78,1.3,9,4.94,2.32,16
+polo,5.21,2.04,19,3.95,2.09,20,4.6,2.19,20,5.62,2.29,13,4.33,1.03,6,4.8,2.59,5,3.67,1.91,15,4.78,1.99,9,4.45,2.42,11,6.11,2.42,9,4.4,1.26,10,4.57,2.23,7,3.62,2.02,13,4.44,2.3,9,4.73,2.2,11,5.56,2.07,9,4.9,2.08,10,4.1,2.13,10,3.8,2.15,10,4.43,2.7,7,4.69,1.97,13
+poltergeist,4.4,1.93,20,5.55,2.09,22,4.05,2.76,20,3.89,1.76,9,4.82,2.04,11,5.18,2.32,11,5.91,1.87,11,4.38,2.13,8,3.83,3.19,12,4.64,2.06,14,3.83,1.6,6,4.5,2.56,8,6.14,1.56,14,4.5,2.27,8,3.75,3.11,12,4.4,2.17,10,4.4,1.78,10,5.15,1.91,13,6.11,2.32,9,3.73,3.04,11,4.44,2.51,9
+polyester,4.29,1.62,21,3.85,2.09,26,5.0,2.13,24,4.44,1.88,9,4.17,1.47,12,3.1,2.38,10,4.31,1.82,16,4.89,2.15,9,5.07,2.19,15,4.12,1.73,8,4.38,1.61,13,4.0,2.12,13,3.69,2.14,13,4.92,2.15,12,5.08,2.19,12,4.58,1.62,12,3.89,1.62,9,3.93,2.52,15,3.73,1.42,11,5.31,2.21,13,4.64,2.06,11
+polygraph,3.95,1.73,22,4.31,2.33,26,4.87,2.3,23,3.89,2.15,9,4.0,1.47,13,4.1,2.42,10,4.44,2.34,16,5.33,1.41,9,4.57,2.74,14,4.75,1.98,8,3.5,1.45,14,4.54,2.18,13,4.08,2.53,13,4.45,2.07,11,5.25,2.53,12,4.17,1.53,12,3.7,2.0,10,4.2,2.4,15,4.45,2.34,11,4.69,2.32,13,5.1,2.38,10
+polymer,5.35,0.86,17,3.0,2.13,20,5.08,1.63,25,5.4,1.14,5,5.33,0.78,12,3.36,2.38,11,2.56,1.81,9,5.19,1.97,16,4.89,0.78,9,5.14,1.07,7,5.5,0.71,10,2.11,1.54,9,3.73,2.33,11,5.05,1.82,20,5.2,0.45,5,5.33,0.87,9,5.38,0.92,8,2.45,1.81,11,3.67,2.4,9,5.11,1.73,19,5.0,1.41,6
+pomp,5.32,1.06,19,3.57,1.86,21,4.87,2.22,23,4.67,0.58,3,5.44,1.09,16,4.0,1.77,8,3.31,1.93,13,5.22,2.22,9,4.64,2.27,14,5.56,1.13,9,5.1,0.99,10,3.78,1.86,9,3.42,1.93,12,5.27,2.4,15,4.12,1.73,8,4.86,0.9,7,5.58,1.08,12,4.2,1.87,10,3.0,1.73,11,4.69,2.69,13,5.1,1.52,10
+pompous,3.26,1.33,19,4.76,2.12,21,3.9,1.94,20,3.0,1.0,3,3.31,1.4,16,4.67,2.58,6,4.8,2.01,15,4.33,1.37,6,3.71,2.16,14,4.1,0.99,10,2.33,1.0,9,4.86,2.67,7,4.71,1.9,14,4.4,2.01,10,3.4,1.84,10,3.38,1.19,8,3.18,1.47,11,4.67,2.55,9,4.83,1.85,12,4.0,2.51,8,3.83,1.59,12
+poncho,5.48,1.47,21,3.74,2.0,19,5.71,2.41,21,5.5,0.84,6,5.47,1.68,15,4.0,2.0,8,3.55,2.07,11,5.36,2.11,11,6.1,2.77,10,5.5,1.05,6,5.47,1.64,15,3.6,2.12,10,3.89,1.96,9,5.93,2.59,14,5.29,2.14,7,5.29,1.7,7,5.57,1.4,14,3.69,2.1,13,3.83,1.94,6,6.08,2.23,12,5.22,2.68,9
+pond,6.32,2.06,19,2.32,1.76,22,5.95,1.86,22,6.33,1.66,9,6.3,2.45,10,2.62,2.26,8,2.14,1.46,14,5.27,1.95,11,6.64,1.57,11,6.29,1.89,7,6.33,2.23,12,2.7,2.21,10,2.0,1.28,12,6.69,1.44,13,4.89,1.96,9,5.8,2.2,10,6.89,1.83,9,1.25,0.71,8,2.93,1.9,14,6.0,2.11,14,5.88,1.46,8
+ponder,5.65,1.6,20,3.95,1.99,20,5.62,2.48,21,6.17,0.98,6,5.43,1.79,14,4.75,1.75,8,3.42,2.02,12,5.82,2.27,11,5.4,2.8,10,6.0,0.89,6,5.5,1.83,14,4.0,2.11,10,3.9,1.97,10,5.14,2.82,14,6.57,1.27,7,5.0,2.0,7,6.0,1.29,13,4.21,2.04,14,3.33,1.86,6,5.58,2.87,12,5.67,2.0,9
+pong,5.05,1.99,19,4.0,2.34,20,5.6,2.09,20,6.0,1.73,3,4.8,2.08,15,4.1,2.56,10,3.9,2.23,10,6.3,1.42,10,4.9,2.47,10,4.0,2.19,6,5.5,1.83,12,4.14,2.67,7,3.92,2.25,13,5.38,2.77,8,5.75,1.6,12,5.33,1.44,12,4.57,2.76,7,3.5,1.9,10,4.5,2.72,10,4.67,2.4,9,6.36,1.5,11
+pony,6.71,1.59,21,4.29,2.93,24,5.9,1.97,20,6.25,1.83,8,7.0,1.41,13,3.67,1.97,6,4.5,3.2,18,6.64,1.86,11,5.0,1.8,9,6.75,1.76,12,6.67,1.41,9,5.7,2.54,10,3.29,2.84,14,6.0,2.31,13,5.71,1.25,7,7.0,1.57,14,6.14,1.57,7,4.5,2.63,16,3.88,3.6,8,6.42,1.56,12,5.12,2.36,8
+ponytail,7.05,1.32,21,3.53,2.41,19,5.52,2.96,21,7.5,1.52,6,6.87,1.25,15,4.62,2.97,8,2.73,1.62,11,5.58,2.68,12,5.44,3.47,9,7.44,1.51,9,6.75,1.14,12,3.25,1.83,8,3.73,2.83,11,4.43,2.57,7,6.07,3.08,14,7.4,1.65,10,6.73,0.9,11,3.17,1.8,12,4.14,3.29,7,4.73,3.5,11,6.4,2.07,10
+pooch,6.1,2.02,20,4.08,2.39,24,4.81,2.53,26,5.5,2.14,8,6.5,1.93,12,4.22,3.03,9,4.0,2.04,15,3.92,2.1,13,5.69,2.69,13,6.22,2.68,9,6.0,1.41,11,4.92,2.61,12,3.25,1.91,12,4.25,2.73,12,5.29,2.33,14,7.0,1.41,10,5.2,2.2,10,4.42,2.07,12,3.75,2.73,12,5.45,2.58,11,4.33,2.47,15
+poodle,6.1,2.2,20,3.6,1.85,20,6.38,1.96,21,5.11,2.26,9,6.91,1.87,11,3.6,1.96,10,3.6,1.84,10,4.88,1.25,8,7.31,1.75,13,6.07,2.06,14,6.17,2.71,6,3.75,1.98,8,3.5,1.83,12,5.88,2.3,8,6.69,1.75,13,6.6,1.71,10,5.6,2.59,10,4.0,2.0,11,3.11,1.62,9,6.25,2.22,12,6.56,1.67,9
+poof,5.7,1.53,20,3.8,2.33,20,4.73,1.96,22,5.57,1.13,7,5.77,1.74,13,3.89,2.15,9,3.73,2.57,11,4.67,1.97,6,4.75,2.02,16,6.0,1.49,10,5.22,1.56,9,3.75,2.6,8,3.83,2.25,12,4.8,2.21,15,4.57,1.4,7,6.0,1.79,11,5.33,1.12,9,4.67,2.5,12,2.5,1.31,8,4.73,2.37,11,4.73,1.56,11
+pool,6.78,1.7,18,3.65,2.66,20,6.39,2.09,18,5.38,1.3,8,7.9,0.99,10,4.43,2.94,7,3.23,2.52,13,6.55,1.57,11,6.14,2.85,7,6.0,1.55,11,8.0,1.15,7,3.33,2.74,9,3.91,2.7,11,6.82,1.66,11,5.71,2.63,7,6.5,1.62,12,7.33,1.86,6,3.25,2.49,12,4.25,2.96,8,7.0,1.8,9,5.78,2.28,9
+poop,2.6,1.73,20,5.14,2.15,21,4.48,3.01,33,2.7,1.83,10,2.5,1.72,10,4.5,1.77,8,5.54,2.33,13,5.29,3.31,14,3.89,2.71,19,3.0,1.73,9,2.27,1.74,11,4.92,1.61,13,5.5,2.93,8,4.82,3.03,22,3.82,2.99,11,2.8,1.87,10,2.4,1.65,10,4.86,2.41,14,5.71,1.5,7,4.69,2.85,16,4.29,3.24,17
+poor,3.67,1.53,21,4.67,2.33,21,4.0,2.56,16,3.83,0.98,6,3.57,1.79,14,4.0,2.24,7,5.0,2.39,14,3.75,1.98,8,4.25,3.15,8,4.0,1.68,13,3.0,1.15,7,4.11,2.03,9,5.08,2.54,12,4.33,2.83,9,3.57,2.3,7,3.69,1.38,13,3.62,1.85,8,4.17,2.71,6,4.87,2.23,15,4.33,2.83,9,3.57,2.3,7
+pop,6.05,1.73,20,4.45,2.24,22,5.68,1.89,19,5.44,1.81,9,6.55,1.57,11,1.8,0.84,5,5.38,1.86,16,5.83,2.32,6,5.62,1.76,13,5.71,1.54,14,6.83,2.04,6,4.67,2.27,12,4.33,2.4,9,5.22,0.83,9,6.1,2.47,10,5.6,1.07,10,6.5,2.17,10,4.33,2.23,12,4.6,2.37,10,6.0,2.28,6,5.54,1.76,13
+popcorn,7.26,1.33,19,5.23,2.86,22,5.39,1.88,18,6.89,1.17,9,7.6,1.43,10,5.29,2.75,7,5.36,3.05,14,5.4,1.9,10,5.38,2.0,8,7.33,1.66,9,7.2,1.03,10,5.8,2.82,10,4.91,3.02,11,4.75,1.04,8,6.11,2.32,9,7.17,1.34,12,7.43,1.4,7,5.0,2.83,19,6.67,3.21,3,4.75,1.04,8,5.9,2.28,10
+pope,5.18,2.06,22,4.21,2.23,19,4.24,2.34,21,5.2,2.17,5,5.12,2.16,16,4.5,3.16,8,4.0,1.34,11,4.4,2.41,10,4.09,2.39,11,4.58,2.19,12,5.9,1.73,10,3.6,1.65,10,4.89,2.67,9,3.92,2.02,12,4.67,2.78,9,4.82,1.83,11,5.55,2.3,11,3.62,1.77,8,4.64,2.5,11,4.44,2.35,9,4.08,2.43,12
+Pope,3.7,2.34,20,3.59,2.15,22,3.84,2.41,19,3.11,2.98,9,4.18,1.66,11,2.0,1.41,5,4.0,2.19,16,2.33,1.51,6,4.54,2.47,13,3.93,2.59,14,3.17,1.72,6,4.0,2.41,12,2.89,1.76,9,3.67,2.06,9,4.0,2.79,10,4.9,2.42,10,2.5,1.58,10,3.75,2.49,12,3.4,1.78,10,3.0,2.1,6,4.23,2.52,13
+popper,5.05,1.84,19,4.23,2.2,22,4.91,1.95,23,5.36,1.75,11,4.29,1.89,7,4.5,2.33,8,4.07,2.2,14,5.0,2.52,7,4.88,1.75,16,5.0,1.93,8,5.09,1.87,11,4.33,2.45,9,4.15,2.12,13,5.18,1.78,11,4.67,2.15,12,4.75,2.05,12,5.57,1.4,7,3.64,2.58,11,4.82,1.66,11,4.92,1.93,13,4.9,2.08,10
+poppycock,5.68,1.57,19,5.19,2.11,21,4.6,2.16,20,5.67,1.53,3,5.69,1.62,16,4.83,1.94,6,5.33,2.23,15,5.67,1.21,6,4.14,2.35,14,5.8,1.48,10,5.56,1.74,9,4.43,2.57,7,5.57,1.83,14,5.3,2.06,10,3.9,2.13,10,5.12,1.46,8,6.09,1.58,11,5.44,2.01,9,5.0,2.26,12,4.5,3.12,8,4.67,1.37,12
+popsicle,6.85,1.18,20,3.95,2.54,21,6.12,2.62,25,7.33,0.58,3,6.76,1.25,17,3.29,1.98,7,4.46,2.82,13,6.5,1.77,8,5.94,2.97,17,6.43,1.13,7,7.08,1.19,13,4.71,2.63,7,3.69,2.56,13,6.0,2.75,14,6.27,2.57,11,6.56,1.24,9,7.09,1.14,11,4.18,2.18,11,3.7,2.98,10,6.11,3.01,18,6.14,1.35,7
+popular,5.71,1.79,21,4.74,2.38,23,5.19,2.5,21,5.8,2.49,5,5.69,1.62,16,4.92,2.27,12,4.55,2.58,11,5.09,2.88,11,4.89,1.83,9,5.67,2.19,12,5.78,1.2,9,4.88,2.09,16,4.43,3.1,7,5.0,2.45,11,5.4,2.67,10,5.92,1.55,13,5.38,2.2,8,4.95,2.5,19,3.75,1.5,4,4.79,2.33,14,6.0,2.83,7
+popularity,5.81,1.97,21,4.32,2.39,25,5.89,2.45,18,5.56,2.19,9,6.0,1.86,12,3.5,2.26,6,4.78,2.34,18,5.14,2.73,7,6.36,2.25,11,5.56,2.03,16,6.6,1.67,5,4.14,2.44,14,4.9,2.23,10,4.88,2.42,8,6.7,2.26,10,6.42,2.27,12,5.0,1.12,9,4.62,2.36,16,3.78,2.49,9,6.3,2.91,10,5.38,1.77,8
+population,4.81,1.4,21,3.96,2.27,23,4.24,2.23,21,5.6,1.95,5,4.56,1.15,16,4.67,2.15,12,3.18,2.23,11,3.82,2.71,11,4.33,1.12,9,4.33,1.23,12,5.44,1.42,9,4.25,2.46,16,3.29,1.7,7,4.09,2.07,11,4.4,2.5,10,4.69,1.55,13,5.0,1.2,8,4.0,2.43,19,3.75,1.5,4,4.07,1.9,14,4.57,2.94,7
+porcelain,6.14,1.49,21,3.14,2.27,22,5.24,1.89,21,6.44,1.51,9,5.92,1.51,12,3.33,3.01,6,2.93,2.05,15,5.67,2.25,6,5.07,1.79,15,6.0,1.8,9,6.25,1.29,12,3.2,2.17,5,3.12,2.37,17,5.2,1.81,10,5.27,2.05,11,6.33,1.44,12,5.89,1.62,9,3.22,2.11,9,3.08,2.47,13,5.17,1.9,12,5.33,2.0,9
+porch,6.4,1.6,20,3.36,2.11,22,6.11,2.44,27,6.14,2.04,7,6.54,1.39,13,3.3,1.95,10,3.42,2.31,12,6.2,2.14,15,6.36,2.69,11,5.64,1.29,11,7.33,1.5,9,3.33,2.0,9,3.38,2.26,13,6.18,2.74,17,6.44,1.42,9,6.38,1.56,13,6.43,1.81,7,3.38,2.25,16,3.33,1.86,6,5.42,2.78,12,6.67,2.06,15
+porcupine,6.38,1.63,21,4.95,2.26,20,4.89,2.45,36,6.25,1.83,8,6.46,1.56,13,4.4,2.07,5,5.13,2.36,15,3.73,2.57,11,5.4,2.25,25,6.15,1.91,13,6.75,1.04,8,5.17,2.12,12,4.62,2.56,8,5.3,2.25,20,4.38,2.66,16,6.55,1.13,11,6.2,2.1,10,5.64,2.38,11,4.11,1.9,9,4.59,2.58,22,5.36,2.24,14
+pore,4.71,1.62,21,3.12,2.13,25,4.89,2.02,19,5.22,1.79,9,4.33,1.44,12,2.5,2.35,6,3.33,2.14,18,4.71,1.8,7,5.0,2.22,12,4.62,1.75,16,5.0,1.22,5,2.79,2.19,14,3.6,2.17,10,5.22,2.49,9,4.6,1.58,10,5.08,1.78,12,4.22,1.3,9,3.31,2.18,16,2.78,2.11,9,4.64,2.25,11,5.25,1.75,8
+pork,5.0,2.54,19,3.8,2.88,20,5.85,1.79,20,5.67,3.06,3,4.8,2.6,15,4.2,3.29,10,3.4,2.5,10,6.5,1.51,10,5.2,1.87,10,4.33,2.88,6,5.25,2.53,12,3.57,3.26,7,3.92,2.78,13,5.5,2.27,8,6.08,1.44,12,5.67,2.35,12,3.86,2.61,7,5.0,3.13,10,2.6,2.12,10,5.22,1.92,9,6.36,1.57,11
+porker,3.63,1.83,19,3.62,2.52,21,4.52,2.31,23,3.18,1.89,11,4.0,1.63,7,5.12,2.64,8,2.69,2.02,13,5.29,2.87,7,4.19,2.04,16,3.62,1.69,8,3.64,2.01,11,3.0,2.65,9,4.08,2.43,12,5.18,2.14,11,3.92,2.39,12,3.92,2.07,12,3.14,1.35,7,3.36,2.69,11,3.9,2.42,10,4.23,2.2,13,4.9,2.51,10
+porky,3.7,1.89,20,4.29,2.08,21,4.3,2.4,33,4.1,2.13,10,3.3,1.64,10,4.12,1.64,8,4.38,2.36,13,4.21,2.55,14,4.37,2.36,19,4.22,1.56,9,3.27,2.1,11,4.08,1.75,13,4.62,2.62,8,4.18,2.48,22,4.55,2.34,11,3.7,1.77,10,3.7,2.11,10,4.5,2.14,14,3.86,2.04,7,4.88,2.26,17,3.69,2.47,16
+porn,4.32,2.89,19,7.24,2.1,21,3.82,2.34,28,6.17,1.6,6,3.46,2.99,13,7.09,1.51,11,7.4,2.67,10,4.73,2.9,11,3.24,1.75,17,4.82,2.93,11,3.62,2.88,8,7.27,2.24,11,7.2,2.04,10,4.5,2.5,18,2.6,1.43,10,4.92,2.56,13,3.0,3.35,6,7.0,2.45,13,7.62,1.41,8,3.62,2.53,16,4.08,2.15,12
+porno,5.53,3.12,19,5.82,2.28,22,5.52,2.27,21,5.89,3.14,9,5.2,3.22,10,6.7,2.36,10,5.08,2.02,12,5.88,1.46,8,5.31,2.69,13,5.5,3.08,14,5.6,3.58,5,5.88,2.95,8,5.79,1.93,14,6.38,1.77,8,5.0,2.45,13,5.4,2.99,10,5.67,3.43,9,6.08,2.19,12,5.5,2.46,10,5.75,2.6,12,5.22,1.86,9
+pornographic,4.77,2.09,22,6.09,2.97,23,6.21,1.87,19,5.88,2.17,8,4.0,1.83,13,6.0,3.34,8,6.07,2.97,14,6.29,1.98,7,5.91,1.76,11,4.88,1.96,8,4.62,2.29,13,7.0,2.6,9,5.5,3.13,14,5.29,1.5,7,6.75,1.91,12,4.82,2.14,11,4.73,2.15,11,4.89,3.66,9,6.86,2.25,14,6.25,2.02,16,6.0,1.0,3
+pornography,3.85,2.23,20,6.0,2.22,20,4.14,2.49,22,4.57,2.23,7,3.46,2.22,13,7.11,1.69,9,5.09,2.26,11,5.5,3.27,6,3.62,2.03,16,4.0,1.89,10,3.56,2.74,9,5.75,2.6,8,6.17,2.04,12,4.67,2.61,15,3.0,1.91,7,3.73,2.33,11,4.0,2.24,9,6.42,1.88,12,5.38,2.67,8,4.82,2.93,11,3.45,1.86,11
+porridge,5.0,1.23,22,3.33,2.44,21,4.52,2.27,23,4.4,1.14,5,5.18,1.24,17,4.38,3.02,8,2.69,1.84,13,4.11,2.67,9,4.79,2.04,14,5.1,1.52,10,4.92,1.0,12,3.0,2.06,9,3.58,2.75,12,4.6,2.41,15,4.38,2.13,8,5.0,1.0,9,5.0,1.41,13,3.6,1.96,10,3.09,2.88,11,4.54,2.7,13,4.5,1.72,10
+port,5.55,1.19,20,3.38,1.75,21,5.92,2.2,25,4.67,1.53,3,5.71,1.1,17,4.14,2.34,7,2.92,1.32,13,5.75,1.75,8,6.0,2.42,17,5.0,1.0,7,5.85,1.21,13,4.14,2.19,7,2.92,1.44,13,6.5,2.28,14,5.18,1.94,11,5.67,0.71,9,5.45,1.51,11,3.73,1.9,11,3.0,1.56,10,6.11,2.42,18,5.43,1.51,7
+portable,5.91,1.6,22,3.38,1.72,21,6.86,2.01,22,6.21,1.85,14,5.38,0.92,8,4.0,1.67,11,2.89,1.54,9,6.67,2.5,6,6.94,1.88,16,5.9,1.97,10,5.92,1.31,12,3.27,1.68,11,3.5,1.84,10,6.77,2.09,13,7.0,2.0,9,6.08,1.44,12,5.7,1.83,10,3.0,1.83,13,4.0,1.41,8,7.17,1.85,12,6.5,2.22,10
+portal,5.37,1.74,19,3.59,2.2,22,5.23,2.18,22,5.45,1.44,11,5.57,2.15,7,4.75,2.87,8,2.93,1.44,14,5.17,2.56,6,5.25,2.11,16,5.62,2.26,8,5.18,1.33,11,3.22,2.54,9,3.85,1.99,13,4.73,2.2,11,5.73,2.15,11,5.0,1.95,12,6.0,1.15,7,3.45,2.5,11,3.73,1.95,11,4.83,2.25,12,5.7,2.11,10
+porterhouse,5.74,1.76,19,4.43,2.56,23,5.57,1.67,28,5.75,1.39,8,5.73,2.05,11,4.56,2.65,9,4.36,2.59,14,5.36,1.28,14,5.79,2.01,14,5.22,2.11,9,6.2,1.32,10,4.67,2.19,12,4.18,2.99,11,5.14,1.79,14,6.0,1.47,14,5.7,1.64,10,5.78,1.99,9,4.64,2.73,11,4.25,2.49,12,5.42,1.44,12,5.69,1.85,16
+portfolio,5.95,1.93,19,3.36,2.65,22,5.32,2.02,28,5.33,1.21,6,6.23,2.17,13,3.45,2.88,11,3.27,2.53,11,5.82,2.36,11,5.0,1.77,17,6.45,1.69,11,5.25,2.12,8,2.36,2.25,11,4.36,2.73,11,5.22,2.24,18,5.5,1.65,10,5.92,2.06,13,6.0,1.79,6,3.71,3.05,14,2.75,1.75,8,5.5,2.13,16,5.08,1.93,12
+porthole,4.86,1.96,21,3.25,2.38,20,5.45,2.58,20,5.4,1.52,5,4.6,2.13,15,3.2,2.2,10,3.3,2.67,10,6.1,1.37,10,4.8,3.36,10,4.71,2.14,7,4.85,1.99,13,4.0,2.94,7,2.85,2.03,13,6.0,2.56,8,5.08,2.64,12,4.62,1.5,13,5.25,2.6,8,3.8,2.7,10,2.7,2.0,10,4.67,2.6,9,6.09,2.51,11
+portion,5.16,1.57,19,3.91,2.33,23,5.05,2.07,19,4.89,0.6,9,5.4,2.12,10,4.29,2.69,7,3.67,2.29,15,5.4,1.84,10,4.67,2.35,9,4.78,1.86,9,5.5,1.27,10,4.5,2.64,10,3.33,2.1,12,4.88,1.64,8,5.3,2.5,10,4.92,1.56,12,5.57,1.62,7,4.05,2.42,20,3.0,1.73,3,4.75,1.28,8,5.27,2.53,11
+portrait,6.05,1.86,21,3.2,2.21,20,7.0,2.13,20,6.2,1.79,5,6.2,1.82,15,3.1,2.28,10,3.3,2.26,10,6.8,2.15,10,7.2,2.2,10,5.57,2.07,7,6.54,1.56,13,2.86,2.27,7,3.38,2.26,13,6.62,2.33,8,7.25,2.05,12,6.31,1.7,13,5.62,2.13,8,3.6,2.32,10,2.8,2.15,10,7.89,1.36,9,6.27,2.41,11
+portray,5.35,1.81,20,3.09,1.86,23,6.11,2.08,18,5.67,2.4,9,5.09,1.22,11,3.36,1.91,11,2.83,1.85,12,6.5,2.17,10,5.62,2.0,8,6.14,2.48,7,4.83,1.27,12,3.45,2.07,11,2.75,1.66,12,6.43,2.7,7,5.91,1.7,11,5.54,1.98,13,5.0,1.53,7,3.09,1.76,11,3.08,2.02,12,5.33,2.06,9,6.89,1.9,9
+pose,5.63,1.98,19,3.11,2.18,19,6.3,2.47,20,5.67,1.53,3,5.87,1.92,15,3.56,2.07,9,2.7,2.31,10,7.3,1.42,10,5.3,2.95,10,5.83,2.32,6,5.83,1.64,12,3.71,2.63,7,2.75,1.91,12,5.5,2.83,8,6.83,2.17,12,6.0,1.76,12,5.0,2.31,7,3.11,2.57,9,3.1,1.91,10,6.22,2.82,9,6.36,2.29,11
+posh,5.58,2.04,19,3.95,2.17,22,5.45,2.06,22,6.67,1.32,9,4.6,2.12,10,3.62,1.19,8,4.14,2.6,14,5.55,2.11,11,5.36,2.11,11,6.0,1.0,7,5.33,2.46,12,4.6,1.78,10,3.42,2.39,12,5.23,2.17,13,5.78,1.99,9,4.3,1.7,10,7.0,1.32,9,3.88,2.47,8,4.0,2.08,14,5.21,2.46,14,5.88,1.13,8
+position,5.56,1.65,18,3.35,2.83,20,4.72,1.81,18,5.0,1.69,8,6.0,1.56,10,3.0,3.0,7,3.54,2.85,13,4.55,1.44,11,5.0,2.38,7,5.18,1.72,11,6.14,1.46,7,3.89,3.66,9,2.91,2.02,11,4.91,1.81,11,4.43,1.9,7,5.08,1.38,12,6.5,1.87,6,3.17,2.92,12,3.62,2.88,8,5.22,2.28,9,4.22,1.09,9
+positioning,4.84,1.17,19,3.88,2.15,17,5.94,2.19,17,5.09,1.3,11,4.5,0.93,8,4.0,2.0,4,3.85,2.27,13,5.75,2.38,8,6.11,2.15,9,5.0,1.51,8,4.73,0.9,11,4.0,1.73,7,3.8,2.49,10,5.67,2.5,6,6.09,2.12,11,4.77,1.3,13,5.0,0.89,6,3.2,2.35,10,4.86,1.46,7,6.29,2.14,7,5.7,2.31,10
+positive,7.57,1.75,21,5.5,3.12,20,7.26,1.82,19,7.08,1.98,13,8.38,0.92,8,6.14,2.85,7,5.15,3.31,13,6.86,2.19,7,7.5,1.62,12,7.5,1.98,12,7.67,1.5,9,5.33,3.61,9,5.64,2.84,11,6.6,2.12,10,8.0,1.12,9,7.67,1.83,12,7.44,1.74,9,7.43,1.81,7,4.46,3.23,13,7.14,1.95,7,7.33,1.83,12
+posse,4.52,1.63,21,4.41,2.04,22,5.77,1.77,22,4.67,1.32,9,4.42,1.88,12,3.83,1.72,6,4.6,2.23,15,5.33,2.16,6,5.94,1.65,16,4.56,1.13,9,4.5,1.98,12,5.0,1.87,5,4.24,2.11,17,5.36,1.8,11,6.18,1.72,11,4.33,2.1,12,4.78,0.67,9,4.56,1.94,9,4.31,2.18,13,5.25,1.6,12,6.4,1.84,10
+possess,4.67,1.62,21,3.95,2.21,22,5.59,2.65,22,4.44,1.74,9,4.83,1.59,12,3.83,2.56,6,3.73,1.94,15,6.83,2.93,6,5.12,2.47,16,4.44,1.81,9,4.83,1.53,12,5.0,2.65,5,3.65,2.06,17,4.36,2.91,11,6.82,1.72,11,4.83,1.95,12,4.44,1.13,9,4.89,2.47,9,3.31,1.84,13,5.58,2.68,12,5.6,2.76,10
+possession,5.14,1.88,21,4.04,2.56,24,5.47,2.61,19,5.78,1.72,9,4.67,1.92,12,3.8,2.77,5,4.22,2.6,18,5.29,2.36,7,5.58,2.84,12,5.0,2.03,16,5.6,1.34,5,3.64,2.47,14,4.89,2.71,9,5.89,2.67,9,5.1,2.64,10,5.33,2.1,12,4.89,1.62,9,4.27,2.74,15,3.67,2.35,9,5.45,3.11,11,5.5,1.93,8
+possessive,3.26,1.45,19,4.86,1.93,21,5.26,2.67,23,2.33,1.15,3,3.44,1.46,16,5.38,1.19,8,4.54,2.26,13,6.0,2.24,9,4.79,2.89,14,2.44,1.42,9,4.0,1.05,10,5.33,1.41,9,4.5,2.24,12,5.53,2.95,15,4.75,2.12,8,3.14,1.46,7,3.33,1.5,12,5.4,2.01,10,4.36,1.8,11,5.46,2.9,13,5.0,2.45,10
+possibility,6.55,1.32,20,4.85,2.62,20,5.77,1.69,22,6.86,1.35,7,6.38,1.33,13,5.33,2.4,9,4.45,2.84,11,5.5,2.17,6,5.88,1.54,16,6.3,1.16,10,6.89,1.54,9,5.12,3.04,8,4.67,2.42,12,5.4,1.72,15,6.57,1.4,7,6.55,0.93,11,6.56,1.74,9,4.92,2.75,12,4.75,2.6,8,5.0,1.79,11,6.55,1.21,11
+possible,7.14,0.99,22,3.71,2.1,21,6.0,1.77,17,7.17,0.41,6,7.07,1.16,15,3.57,2.15,7,3.79,2.15,14,6.0,2.07,8,6.12,1.64,8,7.0,0.88,14,7.29,1.25,7,3.78,2.49,9,3.67,1.87,12,6.11,2.32,9,5.88,0.99,8,7.0,1.11,14,7.38,0.74,8,3.0,2.45,6,4.0,1.96,15,6.56,2.24,9,5.38,0.74,8
+possum,3.74,1.88,19,4.0,2.45,22,4.57,2.11,21,4.89,0.6,9,2.7,2.06,10,4.38,2.0,8,3.79,2.72,14,4.27,2.2,11,4.9,2.08,10,4.71,0.49,7,3.17,2.17,12,4.9,2.33,10,3.25,2.38,12,4.25,2.18,12,5.0,2.06,9,3.9,1.91,10,3.56,1.94,9,3.5,2.39,8,4.29,2.52,14,5.07,2.23,14,3.57,1.51,7
+post,5.05,1.65,22,3.58,2.09,19,6.32,2.43,19,5.08,2.14,13,5.0,0.5,9,4.0,1.83,7,3.33,2.27,12,7.14,1.77,7,5.83,2.69,12,5.0,1.65,12,5.1,1.73,10,4.0,1.94,9,3.2,2.25,10,6.9,1.91,10,5.67,2.87,9,5.08,1.38,12,5.0,2.0,10,3.71,1.7,7,3.5,2.35,12,6.43,2.15,7,6.25,2.67,12
+postage,5.09,1.69,22,2.57,1.5,21,4.36,1.84,22,5.29,1.98,14,4.75,1.04,8,2.82,1.66,11,2.33,1.41,9,4.0,2.1,6,4.5,1.79,16,5.0,2.0,10,5.17,1.47,12,2.45,1.57,11,2.7,1.49,10,4.23,1.83,13,4.56,1.94,9,5.0,1.65,12,5.2,1.81,10,2.31,1.6,13,3.0,1.31,8,4.17,1.75,12,4.6,2.01,10
+postal,5.21,1.81,19,3.41,2.24,22,4.83,2.15,23,5.45,1.81,11,4.57,1.81,7,4.62,2.77,8,2.71,1.59,14,4.57,2.51,7,4.94,2.05,16,4.75,1.49,8,5.55,2.02,11,2.44,1.42,9,4.08,2.5,13,4.64,2.34,11,5.0,2.04,12,5.25,1.91,12,5.14,1.77,7,2.91,2.55,11,3.91,1.87,11,5.0,2.52,13,4.6,1.65,10
+postcard,5.68,1.59,22,4.23,2.57,26,6.08,2.21,24,6.11,1.54,9,5.38,1.61,13,2.8,2.04,10,5.12,2.5,16,7.0,2.24,9,5.53,2.07,15,4.88,1.73,8,6.14,1.35,14,4.31,2.56,13,4.15,2.67,13,5.67,2.64,12,6.5,1.68,12,5.42,1.88,12,6.0,1.15,10,3.53,2.29,15,5.18,2.71,11,6.69,2.02,13,5.36,2.29,11
+poster,5.35,0.59,20,3.14,1.98,22,5.95,1.5,22,5.33,0.58,3,5.35,0.61,17,3.5,2.32,10,2.83,1.7,12,5.5,1.27,10,6.33,1.61,12,5.29,0.49,7,5.38,0.65,13,3.64,2.38,11,2.64,1.43,11,5.73,1.56,11,6.18,1.47,11,5.44,0.73,9,5.27,0.47,11,3.4,1.78,10,2.92,2.19,12,5.73,1.56,11,6.18,1.47,11
+posterior,5.33,1.33,18,2.9,1.97,20,5.12,1.48,25,5.2,1.3,5,5.38,1.39,13,3.09,2.07,11,2.67,1.94,9,5.19,1.68,16,5.0,1.12,9,6.14,1.68,7,4.82,0.75,11,2.11,1.96,9,3.55,1.81,11,5.05,1.61,20,5.4,0.89,5,5.44,1.59,9,5.22,1.09,9,2.73,2.1,11,3.11,1.9,9,5.16,1.61,19,5.0,1.1,6
+posterity,5.89,1.49,19,3.85,2.28,20,5.62,1.76,24,6.0,1.68,13,5.67,1.03,6,4.8,1.3,5,3.53,2.47,15,6.23,1.54,13,4.91,1.81,11,5.44,1.51,9,6.3,1.42,10,4.29,1.38,7,3.62,2.66,13,5.18,1.83,11,6.0,1.68,13,5.89,0.93,9,5.9,1.91,10,3.5,1.9,10,4.2,2.66,10,6.22,1.64,9,5.27,1.79,15
+postman,5.83,1.82,18,3.2,2.44,20,4.79,2.15,24,5.62,1.94,13,6.4,1.52,5,3.4,2.61,5,3.13,2.47,15,5.08,2.02,13,4.45,2.34,11,5.78,2.22,9,5.89,1.45,9,5.0,3.06,7,2.23,1.36,13,4.45,2.16,11,5.08,2.18,13,6.38,1.51,8,5.4,2.01,10,2.9,2.85,10,3.5,2.07,10,5.33,2.5,9,4.47,1.92,15
+postmortem,3.19,1.97,21,4.71,2.61,21,3.32,2.04,25,3.33,2.27,12,3.0,1.58,9,5.14,2.34,7,4.5,2.79,14,4.1,2.02,10,2.8,1.93,15,3.25,1.71,4,3.18,2.07,17,3.6,2.41,10,5.73,2.45,11,3.29,1.98,7,3.33,2.11,18,3.08,1.51,12,3.33,2.55,9,4.69,2.5,13,4.75,2.96,8,2.67,1.66,9,3.69,2.18,16
+postpone,4.32,1.11,19,2.94,1.76,18,4.76,1.99,17,4.73,1.01,11,3.75,1.04,8,3.75,2.22,4,2.71,1.64,14,4.75,1.75,8,4.78,2.28,9,4.25,0.46,8,4.36,1.43,11,2.86,1.86,7,3.0,1.79,11,5.17,1.47,6,4.55,2.25,11,4.15,0.99,13,4.67,1.37,6,2.91,1.76,11,3.0,1.91,7,3.86,2.12,7,5.4,1.71,10
+postponement,4.0,1.38,20,4.36,1.89,22,5.37,2.36,19,4.33,1.22,9,3.73,1.49,11,3.4,2.07,5,4.69,1.85,16,6.33,2.42,6,4.92,2.29,13,4.0,1.24,14,4.0,1.79,6,3.67,1.87,12,5.33,1.66,9,5.33,1.41,9,5.4,3.06,10,4.2,1.32,10,3.8,1.48,10,3.75,1.96,12,5.1,1.6,10,6.33,2.58,6,4.92,2.22,13
+posture,4.89,1.33,19,3.56,2.18,18,5.71,2.34,17,5.45,1.04,11,4.12,1.36,8,4.0,2.0,4,3.43,2.28,14,5.12,2.75,8,6.22,1.92,9,5.62,1.19,8,4.36,1.21,11,3.43,1.81,7,3.64,2.46,11,5.5,2.17,6,5.82,2.52,11,5.0,1.58,13,4.67,0.52,6,2.91,2.21,11,4.57,1.81,7,6.57,1.62,7,5.1,2.64,10
+pot,5.81,2.09,21,4.0,2.0,21,6.0,1.98,25,5.83,1.53,12,5.78,2.77,9,4.43,1.4,7,3.79,2.26,14,6.5,2.22,10,5.67,1.8,15,6.25,3.4,4,5.71,1.79,17,3.8,2.04,10,4.18,2.04,11,5.14,2.04,7,6.33,1.91,18,6.0,1.91,12,5.56,2.4,9,3.77,2.01,13,4.38,2.07,8,6.11,2.2,9,5.94,1.91,16
+potassium,6.1,1.25,20,2.43,1.8,21,5.16,2.37,25,5.33,1.53,3,6.24,1.2,17,2.71,2.29,7,2.23,1.64,13,4.88,1.89,8,5.29,2.62,17,5.71,1.38,7,6.31,1.18,13,3.71,2.56,7,1.69,0.75,13,4.21,2.42,14,6.36,1.75,11,5.78,1.09,9,6.36,1.36,11,2.64,1.86,11,2.2,1.81,10,5.33,2.38,18,4.71,2.5,7
+potato,6.4,2.21,20,2.38,1.69,21,5.46,2.11,24,6.5,3.79,4,6.38,1.82,16,2.25,1.26,4,2.41,1.8,17,6.0,2.69,9,5.13,1.68,15,7.12,1.64,8,5.92,2.47,12,2.3,1.25,10,2.45,2.07,11,5.62,2.26,13,5.27,2.0,11,6.64,2.11,11,6.11,2.42,9,2.0,1.41,10,2.73,1.9,11,5.72,2.22,18,4.67,1.63,6
+potatoes,6.11,1.29,19,2.95,1.96,21,5.95,2.38,22,5.33,2.52,3,6.25,1.0,16,3.25,1.67,8,2.77,2.17,13,6.44,2.55,9,5.62,2.29,13,6.22,1.2,9,6.0,1.41,10,3.33,2.35,9,2.67,1.67,12,6.13,2.75,15,5.57,1.4,7,6.71,1.25,7,5.75,1.22,12,2.8,1.75,10,3.09,2.21,11,6.33,2.67,12,5.5,2.01,10
+potency,5.84,2.01,19,4.45,2.39,20,6.37,2.5,19,7.33,2.08,3,5.73,1.87,15,5.2,1.99,10,3.7,2.63,10,7.0,2.0,9,5.8,2.86,10,5.67,2.34,6,6.17,1.8,12,4.86,2.91,7,4.23,2.17,13,5.29,2.87,7,7.0,2.13,12,6.0,1.6,12,5.57,2.7,7,4.9,2.33,10,4.0,2.49,10,5.88,2.64,8,6.73,2.45,11
+potent,4.9,1.59,20,5.05,2.27,21,5.91,2.15,34,5.2,1.87,10,4.6,1.26,10,5.0,1.51,8,5.08,2.69,13,6.07,1.73,14,5.8,2.44,20,5.22,1.64,9,4.64,1.57,11,5.15,2.48,13,4.88,2.03,8,5.64,2.4,22,6.42,1.56,12,5.1,1.6,10,4.7,1.64,10,5.29,2.05,14,4.57,2.76,7,5.76,2.19,17,6.06,2.16,17
+potential,6.86,1.85,21,4.09,2.5,23,6.47,2.4,17,7.0,1.8,9,6.75,1.96,12,4.55,2.34,11,3.67,2.67,12,7.22,2.17,9,5.62,2.5,8,6.57,2.51,7,7.15,1.46,13,4.27,2.45,11,3.92,2.64,12,6.14,3.08,7,6.7,1.95,10,7.23,2.09,13,6.25,1.28,8,4.36,2.62,11,3.83,2.48,12,5.5,2.67,8,7.33,1.87,9
+pothead,3.71,2.69,21,4.16,2.54,25,3.84,2.34,19,4.0,2.6,9,3.5,2.84,12,3.5,2.59,6,4.39,2.64,18,3.14,1.86,7,4.25,2.56,12,3.38,2.31,16,4.8,3.77,5,3.64,2.71,14,4.9,2.38,10,4.11,2.52,9,3.6,2.27,10,4.17,3.19,12,3.11,1.83,9,4.69,2.44,16,3.22,2.59,9,2.91,2.17,11,5.12,2.03,8
+pothole,3.54,2.06,24,4.79,3.03,19,4.33,2.41,36,4.6,2.41,10,2.79,1.42,14,6.2,2.17,5,4.29,3.2,14,4.18,2.14,11,4.4,2.57,25,3.86,2.48,14,3.1,1.29,10,5.55,2.98,11,3.75,2.96,8,4.9,2.57,20,3.62,2.06,16,3.69,1.38,13,3.36,2.73,11,5.18,3.03,11,4.25,3.15,8,4.18,2.36,22,4.57,2.56,14
+potion,5.65,1.57,20,5.12,2.89,24,4.96,2.38,27,6.5,1.07,8,5.08,1.62,12,5.0,2.65,9,5.2,3.12,15,4.5,2.35,14,5.46,2.4,13,6.0,1.41,9,5.36,1.69,11,5.0,2.83,12,5.25,3.08,12,4.93,2.79,14,5.0,1.96,13,5.9,0.74,10,5.4,2.12,10,6.08,2.31,12,4.17,3.19,12,4.67,1.83,12,5.2,2.78,15
+potluck,6.59,1.89,22,4.95,2.09,19,5.29,2.33,21,5.6,1.67,5,6.88,1.96,16,5.62,1.19,8,4.45,2.5,11,4.2,1.99,10,6.27,2.24,11,6.33,2.23,12,6.9,1.45,10,5.2,1.62,10,4.67,2.6,9,5.42,2.84,12,5.11,1.54,9,7.0,2.1,11,6.18,1.66,11,4.25,2.19,8,5.45,1.97,11,4.11,1.9,9,6.17,2.29,12
+potpourri,5.5,1.91,20,2.94,2.24,18,5.46,2.23,24,5.8,1.64,5,5.4,2.03,15,2.6,1.82,5,3.08,2.43,13,5.62,2.47,13,5.27,2.0,11,5.1,1.97,10,5.9,1.85,10,3.0,2.08,7,2.91,2.43,11,5.44,2.25,16,5.5,2.33,8,5.07,1.86,14,6.5,1.76,6,3.33,2.15,12,2.17,2.4,6,5.4,2.29,15,5.56,2.24,9
+potted,5.74,1.48,19,2.8,1.94,20,4.9,2.05,20,5.67,1.15,3,5.73,1.62,15,2.8,1.69,10,2.8,2.25,10,5.3,1.57,10,4.5,2.46,10,5.5,1.52,6,5.83,1.59,12,2.43,1.62,7,3.0,2.12,13,4.62,2.39,8,5.08,1.88,12,6.0,1.6,12,5.29,1.25,7,2.7,1.7,10,2.9,2.23,10,4.33,2.0,9,5.36,2.06,11
+pottery,5.79,1.62,19,2.75,2.07,20,6.0,2.15,20,6.0,1.0,3,6.0,1.46,15,2.7,2.21,10,2.8,2.04,10,6.9,1.37,10,5.1,2.47,10,5.67,1.63,6,6.17,1.27,12,2.29,2.21,7,3.0,2.04,13,6.12,2.3,8,5.92,2.15,12,5.75,1.82,12,5.86,1.35,7,3.0,2.16,10,2.5,2.07,10,5.22,2.59,9,6.64,1.57,11
+potty,4.29,2.15,21,2.83,1.92,23,5.39,2.91,18,4.89,2.52,9,3.83,1.8,12,3.09,1.64,11,2.58,2.19,12,5.0,3.16,10,5.88,2.7,8,5.29,2.06,7,3.92,2.1,13,3.18,1.78,11,2.5,2.07,12,6.29,2.98,7,4.82,2.86,11,4.08,2.25,13,4.62,2.07,8,2.73,2.05,11,2.92,1.88,12,5.44,3.0,9,5.33,3.0,9
+pouch,5.33,1.53,21,2.44,1.71,25,4.68,2.11,19,6.0,1.58,9,4.83,1.34,12,2.83,1.47,6,2.39,1.82,18,3.86,2.04,7,5.17,2.08,12,5.44,1.67,16,5.0,1.0,5,2.57,1.99,14,2.4,1.35,10,4.33,2.55,9,5.0,1.7,10,5.67,1.56,12,4.89,1.45,9,2.75,1.95,16,1.89,1.05,9,4.18,2.36,11,5.38,1.6,8
+poultry,5.67,1.74,21,3.95,1.96,20,5.67,2.52,21,6.33,1.03,6,5.4,1.92,15,4.38,1.3,8,3.67,2.31,12,5.73,2.57,11,5.6,2.59,10,6.17,0.98,6,5.47,1.96,15,3.8,1.69,10,4.1,2.28,10,5.57,2.95,14,5.86,1.46,7,5.29,2.14,7,5.86,1.56,14,4.21,2.08,14,3.33,1.63,6,5.33,2.5,12,6.11,2.62,9
+pounce,4.67,1.98,21,6.22,1.81,23,5.52,2.42,21,4.8,2.17,5,4.62,2.0,16,6.58,2.02,12,5.82,1.54,11,4.91,2.34,11,5.89,2.37,9,4.25,1.86,12,5.22,2.11,9,6.0,1.83,16,6.71,1.8,7,5.64,2.06,11,5.4,2.88,10,4.92,2.47,13,4.25,0.71,8,6.37,1.95,19,5.5,0.58,4,5.21,2.52,14,6.14,2.27,7
+pound,4.62,2.06,21,4.26,2.4,19,6.11,2.58,19,5.69,1.49,13,2.88,1.64,8,4.86,2.41,7,3.92,2.43,12,5.71,2.43,7,6.33,2.74,12,5.0,2.17,12,4.11,1.9,9,4.67,2.6,9,3.9,2.28,10,6.0,2.54,10,6.22,2.77,9,4.5,2.43,12,4.78,1.56,9,4.71,2.21,7,4.0,2.56,12,6.71,2.63,7,5.75,2.6,12
+pounding,4.1,1.76,21,4.71,2.68,24,4.0,2.65,19,5.22,1.64,9,3.25,1.36,12,4.5,3.21,6,4.71,2.64,17,4.0,2.89,7,4.0,2.63,12,4.31,1.89,16,3.4,1.14,5,4.57,3.11,14,4.78,2.17,9,3.56,2.35,9,4.4,2.95,10,4.83,1.7,12,3.11,1.36,9,5.12,2.63,16,3.88,2.75,8,3.82,3.22,11,4.25,1.75,8
+pour,5.16,1.07,19,3.28,1.9,18,5.35,2.42,17,5.36,0.81,11,4.88,1.36,8,4.25,2.22,4,3.0,1.8,14,4.0,2.27,8,6.56,1.94,9,5.5,0.93,8,4.91,1.14,11,4.14,1.86,7,2.73,1.79,11,4.17,2.04,6,6.0,2.45,11,5.08,1.26,13,5.33,0.52,6,2.64,2.01,11,4.29,1.25,7,6.43,2.3,7,4.6,2.32,10
+pout,3.33,1.62,21,4.14,1.85,21,5.52,2.33,25,3.33,1.44,12,3.33,1.94,9,5.29,1.5,7,3.57,1.79,14,6.0,2.16,10,5.2,2.46,15,3.5,3.0,4,3.29,1.26,17,3.8,1.93,10,4.45,1.81,11,6.43,2.37,7,5.17,2.28,18,3.42,1.88,12,3.22,1.3,9,3.77,1.69,13,4.75,2.05,8,5.22,2.54,9,5.69,2.27,16
+pouty,3.71,2.0,21,3.74,2.22,23,5.33,3.01,18,4.33,2.5,9,3.25,1.48,12,4.09,2.12,11,3.42,2.35,12,5.2,3.26,10,5.5,2.88,8,4.43,2.64,7,3.23,1.59,13,4.45,2.25,11,3.08,2.07,12,5.0,3.56,7,5.55,2.77,11,3.54,2.33,13,4.0,1.41,8,3.27,2.05,11,4.17,2.37,12,5.67,3.16,9,5.0,3.0,9
+poverty,2.0,1.11,19,5.3,2.53,44,3.16,2.21,44,2.0,1.0,3,2.07,1.16,15,4.8,2.53,20,5.71,2.51,24,3.35,2.08,20,3.0,2.34,24,2.33,1.51,6,1.92,0.9,12,5.92,2.06,25,4.47,2.89,19,3.3,2.2,23,3.0,2.26,21,1.75,1.29,12,2.43,0.53,7,5.14,2.59,29,5.6,2.47,15,3.17,2.01,23,3.14,2.46,21
+powder,5.26,1.57,23,2.77,1.77,22,6.05,2.35,20,4.75,0.89,8,5.53,1.81,15,3.4,1.84,10,2.25,1.6,12,6.57,2.7,7,5.77,2.2,13,5.33,1.44,12,5.18,1.78,11,3.27,1.68,11,2.27,1.79,11,5.87,2.45,15,6.6,2.19,5,5.27,1.74,11,5.25,1.48,12,3.2,1.69,10,2.42,1.83,12,5.3,1.7,10,6.8,2.74,10
+powdered,5.32,1.57,19,3.18,2.11,22,5.23,1.93,22,5.56,1.24,9,5.1,1.85,10,3.12,1.89,8,3.21,2.29,14,5.55,1.51,11,4.91,2.3,11,5.43,1.4,7,5.25,1.71,12,3.5,1.96,10,2.92,2.27,12,5.46,1.98,13,4.89,1.9,9,4.6,1.71,10,6.11,0.93,9,2.25,1.67,8,3.71,2.2,14,5.29,2.09,14,5.12,1.73,8
+power,5.97,1.81,39,5.41,2.63,44,6.17,2.89,48,6.36,1.65,22,5.47,1.94,17,6.1,2.51,21,4.78,2.63,23,5.55,2.92,22,6.69,2.81,26,6.48,1.68,23,5.25,1.81,16,5.27,2.64,22,5.55,2.67,22,6.14,2.98,28,6.2,2.84,20,6.0,1.76,19,5.95,1.9,20,5.42,2.48,24,5.4,2.85,20,6.71,2.61,28,5.4,3.15,20
+powerful,6.46,1.64,39,5.41,2.18,41,6.95,2.04,42,6.92,1.5,13,6.12,1.62,25,6.07,2.02,14,5.07,2.22,27,7.21,2.52,14,6.81,1.82,27,6.67,1.59,15,6.22,1.62,23,5.87,2.45,15,5.15,2.01,26,6.56,2.2,18,7.25,1.89,24,6.05,1.75,19,6.85,1.46,20,5.64,2.01,22,5.16,2.39,19,6.86,2.2,29,7.15,1.68,13
+powerhouse,5.3,1.89,20,6.12,2.18,17,5.96,2.42,24,5.0,1.87,5,5.4,1.96,15,6.6,1.67,5,5.92,2.39,12,5.85,2.64,13,6.09,2.26,11,6.2,1.69,10,4.4,1.71,10,6.86,1.68,7,5.6,2.41,10,5.5,2.45,16,6.88,2.23,8,4.86,1.88,14,6.33,1.63,6,6.36,1.91,11,5.67,2.73,6,6.2,2.4,15,5.56,2.55,9
+powerless,2.9,1.92,20,3.95,2.89,22,3.04,2.67,27,3.43,2.57,7,2.62,1.5,13,3.9,2.88,10,4.0,3.02,12,3.0,2.67,15,2.91,2.84,11,2.45,1.37,11,3.44,2.4,9,2.89,1.69,9,4.69,3.35,13,3.59,3.06,17,1.78,1.2,9,2.69,2.14,13,3.29,1.5,7,3.38,2.75,16,5.5,2.88,6,3.92,3.26,12,2.33,1.91,15
+powwow,5.74,1.19,19,4.76,2.12,21,5.39,2.19,23,4.67,0.58,3,5.94,1.18,16,5.25,2.19,8,4.46,2.11,13,4.89,2.42,9,5.71,2.05,14,6.11,1.36,9,5.4,0.97,10,4.33,2.29,9,5.08,2.02,12,5.6,2.47,15,5.0,1.6,8,5.71,0.95,7,5.75,1.36,12,5.2,2.1,10,4.36,2.16,11,5.38,2.66,13,5.4,1.51,10
+pox,2.62,1.56,21,4.4,2.04,25,3.36,2.24,22,2.12,0.83,8,2.92,1.85,13,4.31,2.29,13,4.5,1.83,12,3.85,2.27,13,2.67,2.12,9,2.75,1.67,8,2.58,1.62,12,4.93,1.33,14,3.73,2.61,11,4.25,2.38,12,2.3,1.57,10,2.4,1.58,10,2.82,1.6,11,3.94,2.08,17,5.38,1.69,8,3.8,2.82,10,3.0,1.65,12
+practical,5.63,2.19,19,3.5,2.35,20,6.04,2.24,24,5.69,2.56,13,5.5,1.22,6,4.6,3.51,5,3.13,1.85,15,6.31,1.32,13,5.73,3.04,11,5.56,2.65,9,5.7,1.83,10,4.71,3.09,7,2.85,1.63,13,6.27,2.49,11,5.85,2.08,13,5.22,1.92,9,6.0,2.45,10,3.1,2.18,10,3.9,2.56,10,5.67,2.35,9,6.27,2.22,15
+practice,5.72,1.78,18,2.5,1.82,20,6.11,2.05,18,5.38,2.13,8,6.0,1.49,10,3.29,2.36,7,2.08,1.38,13,6.09,1.7,11,6.14,2.67,7,5.45,1.86,11,6.14,1.68,7,2.33,2.24,9,2.64,1.5,11,6.18,1.83,11,6.0,2.52,7,5.42,1.88,12,6.33,1.51,6,2.33,2.15,12,2.75,1.28,8,6.67,1.87,9,5.56,2.19,9
+practitioner,5.05,1.7,22,4.86,2.48,21,5.3,2.62,20,5.88,1.46,8,4.57,1.7,14,4.22,2.64,9,5.33,2.35,12,5.71,3.09,7,5.08,2.43,13,5.18,1.78,11,4.91,1.7,11,4.2,2.2,10,5.45,2.66,11,5.27,2.69,15,5.4,2.7,5,4.2,1.93,10,5.75,1.14,12,5.67,2.24,9,4.25,2.56,12,5.2,2.1,10,5.4,3.17,10
+pragmatic,4.58,1.71,19,3.38,2.33,21,5.45,1.9,20,6.0,1.73,3,4.31,1.62,16,3.5,1.87,6,3.33,2.55,15,6.33,1.51,6,5.07,1.98,14,4.6,1.26,10,4.56,2.19,9,3.0,2.31,7,3.57,2.41,14,5.5,2.27,10,5.4,1.58,10,5.25,1.39,8,4.09,1.81,11,3.0,2.24,9,3.67,2.46,12,5.0,2.39,8,5.75,1.54,12
+prairie,5.33,2.03,21,2.41,1.89,39,5.38,1.71,24,5.44,2.4,9,5.25,1.82,12,2.85,2.41,13,2.19,1.58,26,4.5,1.2,8,5.81,1.8,16,5.57,2.23,7,5.31,2.06,13,2.6,2.14,20,2.21,1.62,19,5.0,1.62,17,6.5,1.76,6,5.62,2.1,13,4.88,1.96,8,2.31,1.81,26,2.62,2.1,13,5.25,2.02,16,5.62,0.92,8
+praise,7.65,1.31,20,5.45,2.04,20,6.57,1.8,21,8.0,0.58,7,7.46,1.56,13,5.44,1.94,9,5.45,2.21,11,6.5,2.26,6,6.6,1.68,15,7.4,1.43,10,8.0,1.22,9,4.88,1.96,8,5.83,2.08,12,6.53,2.07,15,6.67,1.03,6,7.55,1.44,11,7.78,1.2,9,5.17,2.17,12,5.88,1.89,8,6.0,2.24,11,7.2,0.92,10
+prance,6.0,1.45,20,5.05,2.24,22,6.1,2.3,21,5.33,1.22,9,6.55,1.44,11,5.4,2.5,10,4.75,2.05,12,4.38,2.0,8,7.15,1.82,13,6.07,1.64,14,5.83,0.98,6,5.88,2.64,8,4.57,1.91,14,5.38,2.33,8,6.54,2.26,13,6.1,1.85,10,5.9,0.99,10,5.42,2.47,12,4.6,1.96,10,6.33,2.1,12,5.78,2.64,9
+prank,4.79,2.1,19,5.36,2.75,22,4.74,2.42,19,5.17,2.14,6,4.62,2.14,13,5.82,2.64,11,4.91,2.91,11,6.12,2.3,8,3.73,2.05,11,5.09,2.21,11,4.38,2.0,8,5.36,2.5,11,5.36,3.11,11,5.08,2.22,13,4.0,2.9,6,5.08,2.25,13,4.17,1.72,6,4.86,3.03,14,6.25,2.05,8,5.11,2.76,9,4.4,2.17,10
+prawn,4.82,1.55,17,2.79,1.87,19,4.76,1.61,25,5.8,1.64,5,4.42,1.38,12,2.5,1.65,10,3.11,2.15,9,4.88,1.31,16,4.56,2.13,9,4.5,1.38,6,5.0,1.67,11,2.75,2.12,8,2.82,1.78,11,4.8,1.51,20,4.6,2.19,5,4.38,1.51,8,5.22,1.56,9,2.2,1.81,10,3.44,1.81,9,4.74,1.63,19,4.83,1.72,6
+pray,6.57,2.77,21,3.25,2.27,20,6.58,2.67,19,5.54,2.9,13,8.25,1.49,8,3.29,2.63,7,3.23,2.17,13,6.71,2.56,7,6.5,2.84,12,5.67,3.11,12,7.78,1.72,9,3.78,2.64,9,2.82,1.94,11,6.2,2.74,10,7.0,2.69,9,6.5,2.84,12,6.67,2.83,9,4.86,2.79,7,2.38,1.39,13,7.14,1.95,7,6.25,3.05,12
+prayer,5.67,2.65,21,4.04,2.62,25,6.37,2.5,19,4.56,2.65,9,6.5,2.43,12,4.5,3.67,6,4.06,2.26,18,5.14,2.73,7,7.08,2.15,12,5.12,2.6,16,7.4,2.19,5,4.29,2.73,14,4.0,2.54,10,4.89,2.67,9,7.7,1.42,10,6.0,2.66,12,5.22,2.73,9,4.5,2.73,16,3.22,2.33,9,6.0,2.57,11,6.88,2.47,8
+praying mantis,5.4,1.96,20,3.24,2.21,21,4.36,2.5,25,5.0,1.73,3,5.47,2.03,17,2.29,1.7,7,3.62,2.4,13,5.88,1.96,8,3.65,2.45,17,5.71,1.8,7,5.23,2.09,13,3.14,1.57,7,3.15,2.58,13,4.5,2.44,14,4.18,2.68,11,4.67,1.8,9,6.0,1.95,11,3.82,2.4,11,2.6,1.9,10,4.11,2.76,18,5.0,1.63,7
+preach,4.15,1.76,20,3.71,1.82,21,5.68,2.5,19,4.22,1.92,9,4.09,1.7,11,4.2,2.59,5,3.67,1.59,15,6.83,1.6,6,5.15,2.7,13,3.93,1.64,14,4.67,2.07,6,3.55,1.57,11,4.11,2.15,9,5.89,1.9,9,5.5,3.03,10,4.5,1.58,10,3.8,1.93,10,2.82,1.54,11,4.7,1.64,10,6.33,1.97,6,5.38,2.72,13
+preacher,5.09,2.39,22,4.55,2.42,22,4.85,2.25,20,5.25,2.38,8,5.0,2.48,14,4.2,2.49,10,4.83,2.44,12,5.43,2.64,7,4.54,2.07,13,4.36,2.8,11,5.82,1.72,11,3.91,2.34,11,5.18,2.44,11,4.87,2.36,15,4.8,2.17,5,3.5,2.27,10,6.42,1.56,12,5.0,2.62,10,4.17,2.29,12,5.0,2.05,10,4.7,2.54,10
+precarious,4.5,1.43,20,3.7,2.27,20,3.94,1.64,17,4.57,0.98,7,4.46,1.66,13,3.11,2.15,9,4.18,2.36,11,4.0,1.63,4,3.92,1.71,13,4.8,1.69,10,4.11,1.17,9,3.0,2.07,8,4.17,2.37,12,4.42,1.44,12,2.8,1.64,5,4.91,1.64,11,4.0,1.0,9,3.58,2.43,12,3.88,2.17,8,4.0,1.41,8,3.89,1.9,9
+precaution,4.57,1.5,21,4.0,2.05,21,6.12,2.49,24,4.75,1.6,12,4.33,1.41,9,4.29,2.06,7,3.86,2.11,14,5.67,2.92,9,6.4,2.26,15,4.25,0.96,4,4.65,1.62,17,4.0,2.16,10,4.0,2.05,11,5.0,2.94,7,6.59,2.21,17,4.92,1.31,12,4.11,1.69,9,4.15,2.15,13,3.75,1.98,8,4.89,2.93,9,6.87,1.92,15
+precautionary,5.68,2.29,19,4.32,2.12,22,5.0,2.31,19,4.89,2.09,9,6.4,2.32,10,4.14,2.34,7,4.57,2.06,14,5.4,2.76,10,4.56,1.74,9,5.78,2.82,9,5.6,1.84,10,5.0,2.35,9,4.0,1.91,12,4.5,2.27,8,5.0,2.16,10,5.5,2.43,12,6.0,2.16,7,4.26,2.13,19,4.67,2.52,3,4.88,2.75,8,5.09,2.07,11
+precedence,5.38,1.4,21,3.8,2.22,25,6.11,2.13,19,4.89,1.45,9,5.75,1.29,12,4.5,1.87,6,3.67,2.35,18,5.29,2.14,7,6.58,2.07,12,5.31,1.3,16,5.6,1.82,5,3.5,2.24,14,4.4,2.22,10,6.56,2.3,9,5.7,2.0,10,5.0,1.54,12,5.89,1.05,9,3.75,1.98,16,3.89,2.71,9,6.82,1.89,11,5.12,2.17,8
+precedent,5.25,1.65,20,3.59,1.77,17,4.86,2.17,22,6.0,1.73,5,5.0,1.6,15,4.83,1.17,6,2.91,1.7,11,4.4,1.65,10,5.25,2.53,12,5.8,1.23,10,4.7,1.89,10,4.3,1.57,10,2.57,1.62,7,4.18,1.99,11,5.55,2.21,11,5.0,2.0,12,5.62,0.92,8,2.75,1.75,8,4.33,1.5,9,4.09,2.26,11,5.64,1.86,11
+precinct,4.85,1.31,20,3.95,2.4,21,4.88,2.07,25,4.33,1.15,3,4.94,1.34,17,4.71,3.15,7,3.54,2.03,13,5.12,1.64,8,4.76,2.28,17,4.71,0.76,7,4.92,1.55,13,4.14,2.48,7,3.85,2.54,13,4.64,2.06,14,5.18,2.14,11,5.0,1.32,9,4.73,1.35,11,4.27,2.57,11,3.6,2.27,10,4.72,2.22,18,5.29,1.7,7
+precious,6.84,2.52,19,3.64,2.52,22,5.75,2.08,28,6.67,2.88,6,6.92,2.47,13,3.45,2.46,11,3.82,2.68,11,5.55,2.34,11,5.88,1.96,17,6.64,3.07,11,7.12,1.64,8,3.27,2.15,11,4.0,2.9,11,5.44,2.12,18,6.3,2.0,10,6.46,2.79,13,7.67,1.75,6,3.93,2.89,14,3.12,1.73,8,5.56,2.22,16,6.0,1.95,12
+precipice,4.58,1.95,19,4.14,2.2,21,3.79,1.93,19,3.33,0.58,3,4.81,2.04,16,3.83,1.72,6,4.27,2.4,15,4.5,2.17,6,3.46,1.81,13,4.6,1.65,10,4.56,2.35,9,4.57,2.64,7,3.93,2.02,14,4.22,2.17,9,3.4,1.71,10,4.12,2.03,8,4.91,1.92,11,3.33,1.8,9,4.75,2.34,12,4.57,2.23,7,3.33,1.67,12
+precise,6.1,1.83,20,5.25,2.15,20,6.17,2.23,35,6.86,1.57,7,5.69,1.89,13,5.4,2.51,5,5.2,2.11,15,6.73,1.42,11,5.92,2.5,24,6.54,1.76,13,5.29,1.8,7,5.83,2.04,12,4.38,2.13,8,6.37,2.17,19,5.94,2.35,16,6.2,1.99,10,6.0,1.76,10,5.27,2.1,11,5.22,2.33,9,6.76,2.02,21,5.29,2.3,14
+precision,6.38,1.24,21,3.91,2.02,22,6.77,1.54,22,6.33,1.12,9,6.42,1.38,12,3.83,2.48,6,4.0,1.96,15,6.67,2.07,6,6.81,1.38,16,6.22,1.09,9,6.5,1.38,12,5.0,2.12,5,3.59,1.94,17,6.73,1.19,11,6.82,1.89,11,6.92,1.08,12,5.67,1.12,9,3.56,1.74,9,4.15,2.23,13,6.5,1.31,12,7.1,1.79,10
+precocious,5.8,1.58,20,3.5,2.04,18,4.81,2.18,21,5.0,1.0,5,6.07,1.67,15,4.17,1.83,6,3.17,2.12,12,4.89,1.96,9,4.75,2.42,12,5.4,1.43,10,6.2,1.69,10,4.0,2.11,10,2.88,1.89,8,5.5,1.9,10,4.18,2.32,11,5.5,1.51,12,6.25,1.67,8,2.11,1.62,9,4.89,1.36,9,5.7,2.36,10,4.0,1.73,11
+predator,3.24,2.43,21,4.72,2.15,25,3.86,2.51,22,4.38,3.29,8,2.54,1.45,13,4.77,2.45,13,4.67,1.87,12,5.15,2.3,13,2.0,1.41,9,4.12,3.04,8,2.83,1.9,12,4.71,1.98,14,4.73,2.45,11,4.58,2.5,12,3.0,2.36,10,2.9,2.47,10,3.55,2.46,11,4.35,2.26,17,5.5,1.77,8,3.5,2.68,10,4.17,2.44,12
+predatory,3.16,2.36,19,5.26,2.45,23,4.32,2.38,19,3.67,2.0,9,2.7,2.67,10,6.86,1.86,7,4.53,2.47,15,5.0,2.26,10,3.56,2.4,9,3.78,2.82,9,2.6,1.84,10,5.6,2.41,10,5.0,2.66,12,5.12,1.46,8,3.6,2.91,10,3.75,2.6,12,2.14,1.57,7,5.3,2.49,20,5.0,2.65,3,4.62,1.77,8,4.09,2.81,11
+predecessor,5.11,1.41,19,3.6,2.41,20,4.6,2.5,20,4.67,0.58,3,5.2,1.57,15,3.1,1.85,10,4.1,2.88,10,4.5,2.88,10,4.7,2.21,10,5.17,2.32,6,5.08,0.9,12,3.29,2.21,7,3.77,2.59,13,4.25,2.55,8,4.83,2.55,12,5.33,0.78,12,4.71,2.14,7,3.7,2.16,10,3.5,2.76,10,3.56,2.35,9,5.45,2.38,11
+predicament,4.11,2.05,18,5.3,2.46,23,3.95,1.65,19,4.62,1.3,8,3.7,2.5,10,6.0,2.45,7,5.07,2.55,15,4.0,1.76,10,3.89,1.62,9,4.11,2.76,9,4.11,1.17,9,5.7,2.75,10,5.08,2.35,12,3.75,1.28,8,4.1,2.02,10,4.09,2.47,11,4.14,1.35,7,5.1,2.53,20,6.67,1.53,3,3.5,1.2,8,4.27,1.9,11
+predict,6.29,1.52,21,4.68,2.24,19,5.23,2.46,35,6.62,1.6,8,6.08,1.5,13,5.6,2.7,5,4.36,2.06,14,6.36,2.29,11,4.71,2.4,24,6.46,1.61,13,6.0,1.41,8,4.73,2.57,11,4.62,1.85,8,4.85,2.3,20,5.73,2.66,15,6.0,1.55,11,6.6,1.51,10,4.91,2.17,11,4.38,2.45,8,5.18,2.59,22,5.31,2.32,13
+predictable,5.25,1.29,20,2.86,1.71,21,6.64,2.27,25,5.67,2.08,3,5.18,1.19,17,2.29,1.8,7,3.15,1.72,13,6.25,1.91,8,6.82,2.46,17,5.57,1.51,7,5.08,1.19,13,2.86,1.68,7,2.85,1.86,13,6.21,2.67,14,7.18,1.6,11,5.56,1.33,9,5.0,1.26,11,3.82,1.72,11,1.8,0.92,10,6.89,2.47,18,6.0,1.63,7
+prediction,5.62,1.75,21,5.6,2.11,20,5.5,2.18,36,5.38,2.33,8,5.77,1.36,13,5.6,2.07,5,5.6,2.2,15,5.45,2.07,11,5.52,2.28,25,5.54,2.15,13,5.75,0.89,8,6.0,1.86,12,5.0,2.45,8,5.6,2.21,20,5.38,2.22,16,5.18,2.04,11,6.1,1.29,10,5.91,2.39,11,5.22,1.79,9,4.82,2.4,22,6.57,1.22,14
+preemptive,4.26,1.79,19,3.77,2.0,22,5.39,2.02,23,4.0,1.67,6,4.38,1.89,13,4.08,2.11,12,3.4,1.9,10,6.12,2.17,8,5.0,1.89,15,4.1,1.45,10,4.44,2.19,9,4.22,2.28,9,3.46,1.81,13,5.31,2.27,16,5.83,1.33,6,3.62,1.3,8,4.73,2.0,11,3.33,1.8,9,4.08,2.14,13,5.13,1.88,15,5.88,2.3,8
+preface,5.52,1.17,21,2.9,2.07,20,4.77,1.85,22,5.85,1.28,13,5.0,0.76,8,2.73,2.15,11,3.25,2.19,8,4.33,1.63,6,4.94,1.95,16,5.67,1.41,9,5.42,1.0,12,2.55,1.92,11,3.33,2.29,9,5.0,1.58,13,4.44,2.24,9,5.73,1.42,11,5.3,0.82,10,2.31,1.65,13,4.0,2.45,7,4.92,2.07,12,4.6,1.65,10
+prefect,6.45,1.85,20,4.33,2.87,21,6.04,2.52,25,8.0,1.73,3,6.18,1.78,17,4.29,2.98,7,4.38,3.04,13,5.12,1.81,8,6.47,2.74,17,7.14,1.86,7,6.08,1.8,13,5.0,3.11,7,4.0,2.92,13,5.86,2.48,14,6.27,2.69,11,6.22,1.99,9,6.64,1.8,11,4.82,3.09,11,3.8,2.66,10,6.44,2.68,18,5.0,1.83,7
+prefer,5.62,2.16,21,4.65,2.6,20,6.89,2.08,19,5.54,2.37,13,5.75,1.91,8,5.57,2.57,7,4.15,2.58,13,7.0,1.63,7,6.83,2.37,12,5.08,2.27,12,6.33,1.87,9,4.78,2.95,9,4.55,2.42,11,6.4,2.41,10,7.44,1.59,9,4.83,2.08,12,6.67,1.87,9,6.14,2.61,7,3.85,2.3,13,6.57,2.07,7,7.08,2.15,12
+preferable,6.26,1.37,19,4.24,2.12,21,6.26,1.89,23,6.2,0.84,5,6.31,1.6,13,4.33,2.5,6,4.2,2.04,15,6.3,1.64,10,6.23,2.13,13,6.14,0.9,7,6.36,1.69,11,5.43,2.3,7,3.64,1.82,14,5.73,1.85,11,6.75,1.86,12,5.92,1.31,12,6.86,1.35,7,4.09,2.21,11,4.4,2.12,10,6.14,1.83,14,6.44,2.07,9
+preference,6.16,1.5,19,4.23,1.97,22,7.27,1.64,22,6.33,1.41,9,6.0,1.63,10,4.38,1.85,8,4.14,2.11,14,7.27,2.1,11,7.27,1.1,11,6.14,1.57,7,6.17,1.53,12,4.5,2.17,10,4.0,1.86,12,7.15,1.68,13,7.44,1.67,9,5.9,1.66,10,6.44,1.33,9,4.0,2.56,8,4.36,1.65,14,7.0,1.8,14,7.75,1.28,8
+preferential,5.15,1.46,20,3.68,1.86,19,5.38,1.96,21,4.43,1.13,7,5.54,1.51,13,3.11,1.83,9,4.2,1.81,10,5.67,1.97,6,5.27,2.02,15,5.3,1.42,10,5.0,1.66,9,3.29,2.21,7,3.92,1.68,12,5.43,1.7,14,5.29,2.56,7,5.27,1.56,11,5.0,1.41,9,4.0,2.0,11,3.25,1.67,8,5.36,1.69,11,5.4,2.32,10
+prefix,5.24,1.51,21,3.7,2.42,23,4.85,1.67,26,5.09,0.7,11,5.4,2.12,10,4.0,2.72,11,3.42,2.19,12,4.27,2.0,11,5.29,1.33,14,5.5,1.72,10,5.0,1.34,11,4.64,2.8,11,2.83,1.7,12,5.0,1.94,17,4.5,1.07,8,5.38,1.94,13,5.0,0.0,8,3.47,2.42,15,4.12,2.53,8,4.76,1.99,17,5.0,0.87,9
+pregnancy,4.79,2.07,19,5.0,2.95,18,4.56,2.71,16,4.0,1.9,11,5.88,1.89,8,6.25,2.99,4,4.64,2.95,14,4.38,2.45,8,4.75,3.11,8,3.5,1.85,8,5.73,1.74,11,4.29,3.2,7,5.45,2.84,11,6.5,2.07,6,3.4,2.41,10,4.23,2.09,13,6.0,1.55,6,5.0,3.03,11,5.0,3.06,7,3.67,2.5,6,5.1,2.81,10
+pregnant,7.17,2.33,18,5.7,2.85,20,4.06,2.21,18,5.88,2.85,8,8.2,1.14,10,5.86,3.18,7,5.62,2.79,13,4.27,2.33,11,3.71,2.14,7,6.45,2.7,11,8.29,0.95,7,6.0,3.04,9,5.45,2.81,11,4.55,2.02,11,3.29,2.43,7,7.08,2.47,12,7.33,2.25,6,5.75,3.05,12,5.62,2.72,8,4.0,2.4,9,4.11,2.15,9
+prehistoric,5.68,1.29,19,4.55,2.28,20,4.5,2.41,22,5.2,0.84,5,6.0,1.35,13,4.5,3.02,6,4.57,2.03,14,5.0,2.65,9,4.15,2.27,13,5.29,0.76,7,6.09,1.45,11,5.17,3.06,6,4.29,1.94,14,5.5,2.32,10,3.67,2.23,12,5.5,1.24,12,6.0,1.41,7,5.45,2.34,11,3.44,1.74,9,4.14,2.54,14,5.12,2.17,8
+prejudice,2.71,1.95,21,5.35,2.08,23,3.81,2.4,26,2.82,2.18,11,2.6,1.78,10,5.45,1.92,11,5.25,2.3,12,4.18,2.32,11,3.71,2.49,14,2.4,1.58,10,3.0,2.28,11,6.0,1.73,11,4.75,2.26,12,3.94,2.41,17,3.88,2.47,8,2.62,2.26,13,2.88,1.46,8,5.4,2.06,15,5.25,2.25,8,3.82,2.51,17,3.78,2.33,9
+prejudiced,2.7,1.26,20,4.89,3.14,18,3.79,2.7,24,2.6,1.34,5,2.73,1.28,15,5.0,2.92,5,4.85,3.34,13,4.46,2.76,13,3.0,2.53,11,2.6,1.35,10,2.8,1.23,10,5.43,2.64,7,4.55,3.5,11,4.31,2.6,16,2.75,2.76,8,2.86,1.46,14,2.33,0.52,6,5.33,3.08,12,4.0,3.35,6,4.13,2.95,15,3.22,2.28,9
+prejudicial,3.16,1.68,19,5.1,2.28,21,4.3,2.58,23,4.67,1.53,3,2.88,1.59,16,5.0,2.07,8,5.15,2.48,13,4.89,2.71,9,3.93,2.53,14,3.33,1.8,9,3.0,1.63,10,5.44,2.19,9,4.83,2.41,12,4.47,2.85,15,4.0,2.14,8,3.29,2.06,7,3.08,1.51,12,5.3,2.16,10,4.91,2.47,11,4.38,3.18,13,4.2,1.69,10
+prelim,5.2,1.01,20,3.62,2.01,21,5.14,1.28,21,5.44,1.13,9,5.0,0.89,11,2.67,1.97,6,3.86,1.96,14,5.5,1.22,6,5.0,1.31,15,5.75,1.04,8,4.83,0.83,12,4.4,2.41,5,3.38,1.89,16,5.4,1.71,10,4.91,0.7,11,5.0,1.18,11,5.44,0.73,9,3.88,1.89,8,3.46,2.15,13,5.25,1.29,12,5.0,1.32,9
+preliminary,4.73,1.16,22,3.73,2.41,22,5.37,2.19,19,5.25,1.16,8,4.62,0.87,13,3.88,2.3,8,3.64,2.56,14,5.29,2.14,7,5.55,2.38,11,4.88,1.46,8,4.85,0.69,13,3.22,2.28,9,4.08,2.53,13,4.57,2.82,7,5.83,1.7,12,5.09,1.22,11,4.36,1.03,11,2.44,2.3,9,4.62,2.14,13,5.62,2.09,16,4.0,2.65,3
+prelude,6.05,1.31,19,3.9,1.92,20,5.57,2.13,23,7.0,1.73,3,5.88,1.2,16,4.12,1.81,8,3.75,2.05,12,5.89,2.47,9,5.36,1.95,14,6.44,1.42,9,5.7,1.16,10,4.33,1.73,9,3.55,2.07,11,5.53,2.42,15,5.62,1.6,8,6.29,1.11,7,5.92,1.44,12,4.2,1.69,10,3.6,2.17,10,6.15,2.38,13,4.8,1.55,10
+premarital,5.73,1.67,22,4.76,2.36,21,5.86,2.39,21,5.79,1.89,14,5.62,1.3,8,4.73,2.41,11,5.11,2.37,9,5.67,2.34,6,5.93,2.49,15,5.2,1.55,10,6.17,1.7,12,4.27,2.15,11,5.3,2.58,10,6.08,1.85,13,5.5,3.21,8,6.17,1.59,12,5.2,1.69,10,4.62,2.79,13,5.0,1.6,8,6.75,1.86,12,4.67,2.6,9
+premature,4.1,1.37,20,4.62,2.54,21,4.4,2.47,25,4.33,1.15,3,4.06,1.43,17,4.86,2.97,7,4.54,2.5,13,5.25,1.16,8,4.0,2.83,17,4.57,0.79,7,3.85,1.57,13,5.71,2.43,7,4.08,2.6,13,4.71,2.43,14,4.0,2.57,11,3.56,1.42,9,4.55,1.21,11,5.18,2.56,11,4.0,2.49,10,4.39,2.81,18,4.43,1.4,7
+premed,4.6,1.64,20,4.22,2.6,18,5.71,1.76,24,4.0,1.73,5,4.8,1.61,15,5.8,3.11,5,3.62,2.22,13,5.69,1.89,13,5.73,1.68,11,5.1,1.52,10,4.1,1.66,10,5.86,2.67,7,3.18,2.04,11,5.62,1.67,16,5.88,2.03,8,4.36,1.86,14,5.17,0.75,6,4.25,2.6,12,4.17,2.86,6,5.4,1.96,15,6.22,1.3,9
+premier,5.37,1.71,19,4.62,2.5,21,5.48,1.9,23,5.0,0.71,5,5.38,1.98,13,4.67,2.58,6,4.6,2.56,15,5.1,2.08,10,5.77,1.79,13,4.29,1.11,7,5.91,1.76,11,5.43,2.88,7,4.21,2.29,14,5.18,1.99,11,5.75,1.86,12,5.5,1.45,12,5.14,2.19,7,4.18,2.52,11,5.1,2.51,10,5.07,1.86,14,6.11,1.9,9
+premiere,6.47,1.07,19,5.3,2.03,20,5.45,2.24,22,7.67,1.53,3,6.25,0.86,16,4.86,2.41,7,5.54,1.85,13,5.78,2.39,9,5.23,2.2,13,6.33,1.22,9,6.6,0.97,10,6.44,1.74,9,4.36,1.8,11,5.4,2.59,15,5.57,1.4,7,6.43,0.98,7,6.5,1.17,12,5.7,1.49,10,4.9,2.47,10,5.77,2.52,13,5.0,1.8,9
+premise,5.43,1.12,21,4.25,2.17,20,4.86,2.03,21,5.17,0.41,6,5.53,1.3,15,5.0,1.85,8,3.75,2.3,12,5.09,1.64,11,4.6,2.46,10,4.83,0.41,6,5.67,1.23,15,4.8,2.39,10,3.7,1.89,10,4.79,2.22,14,5.0,1.73,7,5.14,0.38,7,5.57,1.34,14,4.29,2.46,14,4.17,1.47,6,4.17,1.95,12,5.78,1.86,9
+premises,5.05,1.07,21,4.0,2.41,22,5.63,1.57,19,5.25,0.46,8,4.92,1.38,12,4.86,3.08,7,3.64,2.1,14,5.14,1.46,7,6.0,1.67,11,5.14,0.38,7,5.0,1.35,13,4.33,2.87,9,3.77,2.13,13,5.14,1.77,7,5.92,1.44,12,4.82,1.33,11,5.3,0.67,10,2.78,2.17,9,4.85,2.27,13,5.56,1.67,16,6.0,1.0,3
+premium,6.9,2.05,21,5.5,2.37,20,5.86,2.24,21,6.5,1.87,6,7.07,2.15,15,5.25,2.25,8,5.67,2.53,12,6.36,2.06,11,5.3,2.41,10,7.0,2.0,6,6.87,2.13,15,5.7,2.21,10,5.3,2.63,10,5.5,2.38,14,6.57,1.9,7,6.0,3.06,7,7.36,1.22,14,5.0,2.51,14,6.67,1.63,6,5.5,2.39,12,6.33,2.06,9
+premonition,5.11,2.05,19,4.64,2.15,22,5.3,2.01,23,5.09,2.02,11,5.57,1.99,7,5.38,2.2,8,4.21,2.08,14,5.29,2.36,7,5.31,1.92,16,4.5,1.77,8,5.55,2.21,11,3.89,2.15,9,5.15,2.08,13,5.45,2.34,11,5.17,1.75,12,5.0,2.41,12,5.29,1.38,7,4.36,2.42,11,4.91,1.92,11,4.92,2.02,13,5.8,1.99,10
+prenatal,5.9,1.77,20,3.55,2.24,20,4.18,2.11,22,6.14,1.68,7,5.77,1.88,13,3.33,2.29,9,3.73,2.28,11,3.33,2.25,6,4.5,2.03,16,5.4,1.84,10,6.56,1.67,9,3.12,2.47,8,3.83,2.12,12,4.07,2.31,15,4.43,1.72,7,5.91,1.87,11,5.89,1.76,9,3.08,2.07,12,4.25,2.43,8,3.64,2.01,11,4.73,2.15,11
+prenuptial,4.84,1.42,19,5.29,2.0,21,5.77,2.41,22,4.4,1.34,5,5.0,1.53,13,3.83,1.94,6,5.87,1.77,15,6.2,1.48,10,5.42,3.0,12,4.14,0.9,7,5.27,1.62,11,4.86,2.79,7,5.5,1.56,14,4.9,2.42,10,6.5,2.24,12,4.83,1.64,12,4.86,1.07,7,5.09,2.39,11,5.5,1.58,10,5.69,1.8,13,5.89,3.22,9
+preoccupied,4.24,1.87,21,4.13,2.38,23,4.24,2.17,21,3.2,1.3,5,4.56,1.93,16,5.0,2.0,12,3.18,2.48,11,4.45,2.38,11,3.56,1.51,9,4.42,2.31,12,4.0,1.12,9,4.38,2.36,16,3.57,2.51,7,4.18,1.83,11,4.3,2.58,10,4.54,2.18,13,3.75,1.16,8,4.32,2.45,19,3.25,2.06,4,4.07,2.23,14,4.57,2.15,7
+prep,5.29,1.52,21,3.19,1.91,21,6.45,1.57,20,5.78,0.97,9,4.92,1.78,12,2.17,1.33,6,3.57,2.06,14,6.17,2.14,6,6.57,1.34,14,5.56,1.01,9,5.08,1.83,12,3.6,1.82,5,3.06,1.98,16,6.33,1.32,9,6.55,1.81,11,5.5,1.83,12,5.0,1.0,9,3.0,1.31,8,3.31,2.25,13,6.18,1.33,11,6.78,1.86,9
+preparation,5.62,0.97,21,3.77,2.0,22,6.57,1.83,21,5.56,0.88,9,5.67,1.07,12,2.17,1.17,6,4.2,1.86,15,7.17,1.6,6,6.33,1.91,15,5.44,0.53,9,5.75,1.22,12,3.8,2.39,5,3.76,1.95,17,5.9,2.08,10,7.18,1.4,11,5.5,1.17,12,5.78,0.67,9,4.56,1.94,9,3.23,1.92,13,6.75,1.29,12,6.33,2.45,9
+prepare,5.32,1.91,22,4.15,2.46,20,7.26,2.08,19,5.54,1.81,13,5.0,2.12,9,6.14,2.12,7,3.08,1.93,13,6.86,1.95,7,7.5,2.2,12,4.92,2.11,12,5.8,1.62,10,4.56,2.51,9,3.82,2.48,11,6.7,2.36,10,7.89,1.62,9,5.17,2.44,12,5.5,1.08,10,5.0,2.31,7,3.69,2.5,13,7.0,2.77,7,7.42,1.68,12
+preposterous,5.0,1.73,21,5.95,2.35,20,5.14,2.07,36,4.62,2.2,8,5.23,1.42,13,7.0,2.12,5,5.6,2.38,15,4.45,2.02,11,5.44,2.06,25,5.23,1.88,13,4.62,1.51,8,6.33,1.92,12,5.38,2.92,8,5.15,2.28,20,5.12,1.86,16,4.64,1.57,11,5.4,1.9,10,6.36,2.58,11,5.44,2.07,9,5.05,2.01,22,5.29,2.23,14
+preppy,4.96,2.32,25,4.35,2.23,23,6.05,1.96,19,4.0,2.11,10,5.93,1.98,14,4.12,1.96,8,4.43,2.5,14,5.29,2.5,7,6.45,1.57,11,5.89,1.9,9,4.67,2.32,15,4.67,2.65,9,4.14,1.99,14,6.0,2.45,7,6.08,1.73,12,5.46,2.26,13,4.42,2.35,12,3.78,2.91,9,4.71,1.68,14,5.94,1.98,16,6.67,2.08,3
+prerogative,5.32,1.64,22,4.55,2.13,22,6.32,1.92,19,4.75,1.16,8,5.38,1.61,13,4.38,2.2,8,4.54,2.22,13,7.0,1.91,7,5.82,1.94,11,4.88,1.73,8,5.31,1.32,13,4.11,2.47,9,4.85,1.91,13,5.14,1.86,7,7.0,1.65,12,5.36,1.8,11,5.27,1.56,11,3.56,2.6,9,5.23,1.48,13,6.56,1.97,16,5.0,1.0,3
+preschool,6.05,1.64,20,3.35,2.57,23,4.54,2.59,28,5.38,0.74,8,6.5,1.93,12,3.33,2.29,9,3.36,2.82,14,4.29,2.55,14,4.79,2.69,14,6.22,1.92,9,5.91,1.45,11,3.58,2.5,12,3.09,2.74,11,4.0,2.69,14,5.07,2.46,14,6.1,1.85,10,6.0,1.49,10,4.45,2.81,11,2.33,1.92,12,3.58,2.35,12,5.25,2.59,16
+prescribe,5.21,2.1,19,3.23,2.33,22,5.71,1.7,28,4.83,1.94,6,5.38,2.22,13,2.82,1.99,11,3.64,2.66,11,6.55,1.29,11,5.18,1.74,17,5.45,2.16,11,4.88,2.1,8,2.73,1.95,11,3.73,2.65,11,5.72,1.81,18,5.7,1.57,10,4.92,2.06,13,5.83,2.23,6,3.07,2.3,14,3.5,2.51,8,6.12,1.75,16,5.17,1.53,12
+prescription,4.55,1.44,22,3.14,1.82,21,5.0,2.07,21,4.14,1.61,14,5.25,0.71,8,3.18,1.99,11,3.33,1.66,9,4.83,1.72,6,5.07,2.25,15,4.3,1.77,10,4.75,1.14,12,3.09,1.92,11,3.2,1.81,10,5.15,1.72,13,4.75,2.66,8,4.58,1.78,12,4.5,0.97,10,2.92,2.1,13,3.5,1.31,8,5.08,2.23,12,4.89,1.96,9
+presence,5.75,1.25,20,3.6,2.23,20,5.59,1.62,22,5.57,1.27,7,5.85,1.28,13,3.56,2.24,9,3.64,2.34,11,4.33,1.75,6,6.06,1.34,16,5.6,0.84,10,6.11,1.54,9,3.62,2.39,8,3.58,2.23,12,5.33,1.76,15,6.14,1.21,7,5.45,1.21,11,6.11,1.27,9,2.92,2.11,12,4.62,2.13,8,5.55,2.02,11,5.64,1.21,11
+present,6.85,1.5,39,4.82,2.92,22,6.65,2.03,20,6.77,1.45,22,6.94,1.6,17,4.6,2.84,10,5.0,3.1,12,6.71,2.69,7,6.62,1.71,13,6.61,1.62,23,7.19,1.28,16,4.55,2.91,11,5.09,3.05,11,6.33,2.09,15,7.6,1.67,5,6.53,1.58,19,7.15,1.39,20,5.6,3.1,10,4.17,2.72,12,6.4,1.58,10,6.9,2.47,10
+presentable,6.82,1.47,22,4.31,2.4,26,6.08,1.86,24,6.89,1.69,9,6.77,1.36,13,3.7,2.63,10,4.69,2.24,16,6.67,1.66,9,5.73,1.94,15,6.88,1.46,8,6.79,1.53,14,4.85,2.64,13,3.77,2.09,13,6.17,2.08,12,6.0,1.71,12,7.08,1.44,12,6.5,1.51,10,4.2,2.48,15,4.45,2.38,11,6.31,1.55,13,5.82,2.23,11
+presentation,4.9,1.64,21,4.65,2.21,23,4.62,2.22,21,3.6,2.07,5,5.31,1.3,16,5.58,2.15,12,3.64,1.86,11,4.27,2.41,11,4.56,1.59,9,4.75,1.86,12,5.11,1.36,9,4.44,2.28,16,5.14,2.12,7,3.91,1.97,11,5.4,2.32,10,5.38,1.61,13,4.12,1.46,8,4.74,2.26,19,4.25,2.22,4,4.21,2.04,14,5.43,2.51,7
+presenter,5.71,1.52,21,5.28,2.08,18,5.57,2.42,21,5.0,1.87,5,5.93,1.44,15,5.88,1.81,8,4.8,2.25,10,5.4,2.07,10,5.73,2.8,11,5.25,1.29,12,6.33,1.66,9,5.3,2.31,10,5.25,1.91,8,5.58,2.64,12,5.56,2.24,9,5.3,1.25,10,6.09,1.7,11,4.5,1.85,8,5.9,2.13,10,5.78,2.49,9,5.42,2.47,12
+preservation,6.68,1.49,19,4.6,2.19,20,6.0,2.59,24,6.77,1.59,13,6.5,1.38,6,6.6,1.52,5,3.93,1.98,15,6.38,2.66,13,5.55,2.54,11,6.78,1.72,9,6.6,1.35,10,5.86,2.27,7,3.92,1.89,13,5.36,2.66,11,6.54,2.5,13,6.56,1.42,9,6.8,1.62,10,5.3,2.26,10,3.9,1.97,10,6.0,3.12,9,6.0,2.33,15
+preserve,4.9,2.0,20,3.0,1.87,17,6.0,2.41,24,4.6,2.51,5,5.0,1.89,15,2.0,1.73,5,3.42,1.83,12,5.15,2.67,13,7.0,1.67,11,4.9,1.85,10,4.9,2.23,10,2.43,1.81,7,3.4,1.9,10,5.44,2.58,16,7.12,1.64,8,4.5,1.99,14,5.83,1.83,6,3.45,1.81,11,2.17,1.83,6,6.2,2.14,15,5.67,2.92,9
+presidency,5.65,2.01,20,4.58,2.96,24,4.96,2.62,28,5.75,0.89,8,5.58,2.54,12,3.44,2.6,9,5.27,3.03,15,4.29,2.55,14,5.64,2.59,14,6.11,2.26,9,5.27,1.79,11,4.33,2.93,12,4.83,3.1,12,4.14,2.25,14,5.79,2.78,14,5.9,2.13,10,5.4,1.96,10,5.08,3.23,12,4.08,2.71,12,4.17,2.59,12,5.56,2.56,16
+president,5.23,1.57,22,4.71,2.69,21,4.38,2.73,16,5.17,2.64,6,5.27,1.1,15,4.57,3.36,7,4.79,2.42,14,4.75,2.25,8,4.0,3.25,8,4.79,1.42,14,6.14,1.68,7,4.0,2.78,9,5.25,2.6,12,4.0,2.96,9,4.86,2.54,7,5.07,1.64,14,5.5,1.51,8,3.17,2.4,6,5.33,2.61,15,4.11,2.85,9,4.71,2.75,7
+President,5.19,2.11,21,3.83,2.79,23,4.52,2.54,21,5.2,2.17,5,5.19,2.17,16,4.83,2.69,12,2.73,2.57,11,4.82,2.56,11,3.67,2.12,9,4.75,2.42,12,5.78,1.56,9,4.56,2.76,16,2.14,2.19,7,4.73,1.85,11,4.3,3.23,10,5.23,2.42,13,5.12,1.64,8,3.68,2.91,19,4.5,2.38,4,3.57,1.87,14,6.43,2.76,7
+presidential,4.95,1.35,19,4.06,2.24,18,5.18,2.81,17,5.18,1.4,11,4.62,1.3,8,4.25,2.22,4,4.0,2.32,14,4.5,2.88,8,5.78,2.77,9,5.5,1.31,8,4.55,1.29,11,4.0,2.16,7,4.09,2.39,11,3.83,2.64,6,5.91,2.74,11,5.23,1.24,13,4.33,1.51,6,3.91,2.63,11,4.29,1.6,7,5.29,3.2,7,5.1,2.69,10
+press,5.39,1.88,18,2.8,2.35,20,4.78,1.73,18,4.62,1.92,8,6.0,1.7,10,3.14,2.27,7,2.62,2.47,13,4.64,1.03,11,5.0,2.58,7,4.91,1.92,11,6.14,1.68,7,2.89,3.1,9,2.73,1.68,11,5.0,1.9,11,4.43,1.51,7,4.92,1.83,12,6.33,1.75,6,2.75,2.83,12,2.88,1.55,8,5.33,1.5,9,4.22,1.86,9
+pressure,3.56,1.4,41,4.48,2.52,21,4.4,2.24,25,3.28,1.32,18,3.78,1.44,23,4.83,2.79,6,4.33,2.5,15,4.5,2.17,10,4.33,2.35,15,4.0,1.26,20,3.1,1.45,20,5.14,2.54,7,4.14,2.54,14,4.14,2.67,7,4.5,2.12,18,3.96,1.43,24,3.0,1.17,17,3.67,2.96,9,5.08,2.07,12,3.56,2.19,9,4.88,2.19,16
+prestige,6.23,1.91,43,3.91,2.09,22,6.79,2.0,38,6.0,2.28,11,6.35,1.82,31,3.82,1.66,11,4.0,2.53,11,6.31,2.46,13,7.04,1.72,25,6.24,2.28,21,6.23,1.54,22,4.5,1.65,10,3.42,2.35,12,6.0,2.14,18,7.5,1.61,20,5.67,2.13,21,6.77,1.54,22,4.5,2.22,10,3.42,1.93,12,6.82,2.46,17,6.76,1.61,21
+prestigious,6.47,1.65,19,5.23,2.27,22,6.27,2.29,22,7.11,1.27,9,5.9,1.79,10,5.25,2.76,8,5.21,2.04,14,6.55,2.3,11,6.0,2.37,11,6.71,1.38,7,6.33,1.83,12,5.1,2.42,10,5.33,2.23,12,5.85,2.64,13,6.89,1.62,9,6.0,1.56,10,7.0,1.66,9,5.12,2.42,8,5.29,2.27,14,6.64,2.17,14,5.62,2.5,8
+presume,4.0,1.56,20,3.4,2.37,20,5.73,2.07,22,5.0,2.1,6,3.57,1.09,14,3.62,2.5,8,3.25,2.38,12,5.83,2.12,12,5.6,2.12,10,4.11,1.69,9,3.91,1.51,11,4.11,2.67,9,2.82,2.04,11,5.57,2.07,7,5.8,2.14,15,3.7,1.42,10,4.3,1.7,10,3.46,2.47,13,3.29,2.36,7,5.58,2.54,12,5.9,1.45,10
+presumption,4.42,1.54,19,4.5,2.52,20,5.69,1.64,26,4.7,1.25,10,4.11,1.83,9,5.29,1.7,7,4.08,2.84,13,6.08,1.66,13,5.31,1.6,13,4.27,1.74,11,4.62,1.3,8,3.91,2.55,11,5.22,2.44,9,6.0,1.5,17,5.11,1.83,9,4.3,1.34,10,4.56,1.81,9,4.08,2.71,12,5.12,2.23,8,5.75,1.48,16,5.6,1.96,10
+presumptuous,4.1,1.25,20,3.47,1.87,19,4.81,1.89,21,4.14,0.9,7,4.08,1.44,13,3.33,1.8,9,3.6,2.01,10,5.6,2.07,5,4.56,1.82,16,4.2,1.48,10,4.11,1.05,9,3.43,1.99,7,3.5,1.88,12,5.36,1.98,14,3.71,1.11,7,4.18,1.54,11,4.0,0.87,9,3.55,1.92,11,3.38,1.92,8,5.4,2.32,10,4.27,1.27,11
+pretend,4.62,1.91,21,4.3,2.18,20,5.58,2.85,19,4.92,2.02,13,4.12,1.73,8,4.57,2.44,7,4.15,2.12,13,5.71,2.36,7,5.5,3.21,12,4.83,2.04,12,4.33,1.8,9,4.67,2.65,9,4.0,1.79,11,5.2,2.86,10,6.0,2.96,9,4.17,1.75,12,5.22,2.05,9,4.86,1.46,7,4.0,2.48,13,6.0,3.51,7,5.33,2.53,12
+pretender,3.6,1.64,20,5.55,2.09,20,4.77,2.2,26,3.36,1.75,11,3.89,1.54,9,5.71,1.38,7,5.46,2.44,13,5.15,2.23,13,4.38,2.18,13,3.55,1.51,11,3.67,1.87,9,5.36,2.01,11,5.78,2.28,9,4.71,2.2,17,4.89,2.32,9,3.2,1.75,10,4.0,1.49,10,5.42,1.93,12,5.75,2.43,8,4.38,1.78,16,5.4,2.72,10
+pretense,4.6,1.39,20,4.61,2.15,23,4.86,2.13,21,4.67,1.5,9,4.55,1.37,11,5.09,2.47,11,4.17,1.8,12,4.5,2.0,8,5.08,2.25,13,4.64,1.22,14,4.5,1.87,6,4.67,2.6,9,4.57,1.91,14,5.62,1.6,8,4.38,2.33,13,4.5,1.43,10,4.7,1.42,10,4.62,2.06,13,4.6,2.37,10,5.58,2.23,12,3.89,1.62,9
+pretentious,3.76,2.02,21,4.09,2.11,22,5.29,1.87,21,3.89,2.47,9,3.67,1.72,12,3.67,1.97,6,4.27,2.28,15,5.33,2.34,6,5.27,1.75,15,4.44,2.35,9,3.25,1.66,12,4.2,2.28,5,4.06,2.14,17,5.7,1.57,10,4.91,2.12,11,4.17,2.37,12,3.22,1.39,9,4.0,1.8,9,4.15,2.38,13,5.0,2.0,12,5.67,1.73,9
+pretext,4.61,1.56,23,3.11,1.88,18,4.92,2.22,24,5.43,1.13,7,4.25,1.61,16,3.4,2.19,5,3.0,1.83,13,4.69,2.39,13,5.18,2.09,11,4.73,1.1,11,4.5,1.93,12,3.71,2.06,7,2.73,1.74,11,4.94,1.98,16,4.88,2.8,8,4.5,1.59,16,4.86,1.57,7,3.25,1.86,12,2.83,2.04,6,5.13,2.42,15,4.56,1.94,9
+pretty,7.7,1.45,20,5.5,2.33,20,6.7,1.56,20,7.67,0.58,3,7.71,1.57,17,5.8,2.66,10,5.2,2.04,10,5.9,1.52,10,7.5,1.18,10,7.57,1.4,7,7.77,1.54,13,6.43,2.51,7,5.0,2.16,13,7.25,1.67,8,6.33,1.44,12,7.67,1.32,9,7.73,1.62,11,6.0,2.58,10,5.0,2.05,10,6.44,1.67,9,6.91,1.51,11
+pretzel,6.81,1.75,21,5.7,2.27,20,5.69,2.12,36,6.62,2.0,8,6.92,1.66,13,5.2,2.77,5,5.87,2.17,15,4.73,1.95,11,6.12,2.09,25,6.54,1.9,13,7.25,1.49,8,5.58,2.64,12,5.88,1.73,8,5.25,2.24,20,6.25,1.88,16,6.27,1.9,11,7.4,1.43,10,5.55,2.42,11,5.89,2.2,9,5.27,2.29,22,6.36,1.69,14
+prevail,5.73,2.53,22,4.55,2.84,22,6.58,2.12,19,6.38,2.72,8,5.15,2.41,13,4.62,2.72,8,4.46,3.13,13,7.29,2.36,7,6.0,1.95,11,5.25,2.82,8,5.85,2.44,13,4.78,3.11,9,4.38,2.75,13,5.86,1.95,7,7.0,2.17,12,5.55,2.7,11,5.91,2.47,11,3.22,2.95,9,5.46,2.47,13,7.0,2.03,16,4.33,0.58,3
+prevailing,5.09,2.0,23,4.36,2.38,22,5.65,2.41,20,5.25,2.12,8,5.0,2.0,15,5.0,2.0,10,3.83,2.62,12,6.29,2.56,7,5.31,2.36,13,5.42,1.93,12,4.73,2.1,11,3.91,1.97,11,4.82,2.75,11,5.53,2.53,15,6.0,2.24,5,5.0,2.14,11,5.17,1.95,12,4.8,2.2,10,4.0,2.56,12,5.7,1.77,10,5.6,3.03,10
+prevent,5.42,1.98,19,4.18,2.11,22,6.21,1.96,24,4.5,2.26,6,5.85,1.77,13,4.17,2.12,12,4.2,2.2,10,5.88,2.75,8,6.38,1.5,16,5.4,1.51,10,5.44,2.51,9,4.44,2.3,9,4.0,2.04,13,5.71,1.99,17,7.83,0.75,6,5.62,1.77,8,5.27,2.2,11,3.89,2.09,9,4.38,2.18,13,5.94,2.26,16,6.75,1.04,8
+prevention,5.74,1.66,19,3.14,2.13,21,5.16,1.86,19,5.67,0.58,3,5.75,1.81,16,2.5,1.38,6,3.4,2.35,15,5.17,2.14,6,5.15,1.82,13,5.6,1.78,10,5.89,1.62,9,3.29,2.36,7,3.07,2.09,14,5.0,2.21,10,5.33,1.5,9,5.88,1.73,8,5.64,1.69,11,2.56,2.07,9,3.58,2.15,12,5.29,2.21,7,5.08,1.73,12
+preview,5.74,1.33,19,3.7,2.49,20,5.48,2.06,23,6.0,1.41,13,5.17,0.98,6,4.4,2.88,5,3.47,2.42,15,5.62,1.85,13,5.3,2.41,10,5.78,1.79,9,5.7,0.82,10,4.57,2.76,7,3.23,2.31,13,5.1,2.13,10,5.77,2.05,13,5.89,1.27,9,5.6,1.43,10,3.2,1.99,10,4.2,2.94,10,5.56,2.07,9,5.43,2.14,14
+previous,4.74,1.52,19,3.59,2.09,22,5.12,2.19,24,4.33,1.75,6,4.92,1.44,13,3.75,2.42,12,3.4,1.71,10,4.75,2.19,8,5.31,2.24,16,4.6,0.84,10,4.89,2.09,9,3.89,2.62,9,3.38,1.71,13,4.82,2.3,17,6.0,2.0,6,4.62,0.92,8,4.82,1.89,11,2.89,1.76,9,4.08,2.22,13,5.62,2.36,16,4.12,1.46,8
+prey,3.74,1.24,19,4.56,2.68,18,3.24,2.14,17,4.0,1.1,11,3.38,1.41,8,5.5,3.0,4,4.29,2.64,14,2.88,1.36,8,3.56,2.7,9,4.0,1.2,8,3.55,1.29,11,5.0,2.89,7,4.27,2.65,11,4.0,2.19,6,2.82,2.09,11,3.54,1.39,13,4.17,0.75,6,3.55,2.38,11,6.14,2.48,7,2.57,1.81,7,3.7,2.31,10
+price,4.94,1.89,18,3.4,2.33,20,4.61,1.69,18,4.25,2.05,8,5.5,1.65,10,3.0,2.08,7,3.62,2.5,13,4.27,1.56,11,5.14,1.86,7,4.45,1.97,11,5.71,1.6,7,2.78,2.22,9,3.91,2.39,11,4.91,1.81,11,4.14,1.46,7,4.33,1.61,12,6.17,1.94,6,2.75,2.22,12,4.38,2.26,8,4.89,2.09,9,4.33,1.22,9
+priceless,6.95,1.39,20,5.23,2.33,22,6.76,1.76,21,6.89,1.05,9,7.0,1.67,11,6.3,1.34,10,4.33,2.64,12,6.88,1.55,8,6.69,1.93,13,6.86,1.46,14,7.17,1.33,6,5.44,1.88,9,5.08,2.66,13,6.75,1.39,8,6.77,2.01,13,6.9,1.66,10,7.0,1.15,10,4.69,2.06,13,6.0,2.6,9,6.75,1.76,12,6.78,1.86,9
+pricey,4.05,2.27,19,4.45,2.35,20,3.54,2.25,24,4.23,2.65,13,3.67,1.21,6,3.2,2.17,5,4.87,2.33,15,3.77,2.2,13,3.27,2.37,11,5.44,2.51,9,2.8,1.03,10,4.57,2.88,7,4.38,2.14,13,3.64,2.25,11,3.46,2.33,13,4.11,1.62,9,4.0,2.83,10,3.4,2.17,10,5.5,2.12,10,4.22,3.03,9,3.13,1.6,15
+prick,2.81,1.21,21,4.26,2.61,23,4.58,2.54,38,2.78,1.09,9,2.83,1.34,12,4.55,3.01,11,4.0,2.3,12,4.54,2.33,13,4.6,2.69,25,2.43,0.79,7,3.0,1.41,13,3.73,2.87,11,4.75,2.38,12,4.17,2.5,18,4.95,2.58,20,2.38,1.19,13,3.5,0.93,8,4.55,2.7,11,4.0,2.63,12,4.53,2.94,17,4.62,2.25,21
+prickly,3.59,1.37,22,5.21,2.02,19,4.76,2.02,21,3.8,1.1,5,3.5,1.51,16,5.0,2.07,8,5.36,2.06,11,4.7,1.64,10,4.82,2.4,11,3.67,1.37,12,3.5,1.43,10,6.0,1.89,10,4.33,1.87,9,4.75,2.3,12,4.78,1.72,9,3.73,1.19,11,3.45,1.57,11,5.5,2.07,8,5.0,2.05,11,4.89,1.62,9,4.67,2.35,12
+pride,6.5,2.28,18,5.54,2.38,39,5.83,2.94,18,6.44,2.35,9,6.56,2.35,9,5.38,2.73,16,5.65,2.17,23,6.1,3.21,10,5.5,2.73,8,6.29,2.21,7,6.64,2.42,11,5.21,2.39,19,5.85,2.39,20,5.14,3.39,7,6.27,2.69,11,6.11,2.09,9,6.89,2.52,9,4.71,2.35,21,6.5,2.09,18,4.33,2.6,9,7.33,2.55,9
+priest,4.5,2.41,40,3.76,2.45,42,5.82,2.04,22,5.0,2.8,13,4.23,2.25,26,4.38,2.58,16,3.38,2.33,26,5.27,1.85,11,6.36,2.16,11,4.2,2.43,15,4.67,2.48,24,3.82,2.67,22,3.7,2.25,20,6.38,1.85,13,5.0,2.12,9,4.25,2.55,20,4.75,2.29,20,4.2,2.6,25,3.12,2.12,17,5.71,2.33,14,6.0,1.51,8
+priestess,5.42,1.68,19,3.35,2.11,20,5.3,2.13,20,5.62,1.76,13,5.0,1.55,6,4.2,2.17,5,3.07,2.09,15,4.89,2.09,9,5.64,2.2,11,5.89,1.62,9,5.0,1.7,10,3.0,1.91,7,3.54,2.26,13,4.56,2.19,9,5.91,1.97,11,5.67,1.66,9,5.2,1.75,10,3.6,2.27,10,3.1,2.02,10,6.14,2.79,7,4.85,1.63,13
+priesthood,5.0,2.39,21,2.55,1.71,22,4.96,2.39,27,4.1,2.6,10,5.82,1.94,11,2.43,1.9,7,2.6,1.68,15,5.0,2.72,17,4.9,1.85,10,5.09,2.34,11,4.9,2.56,10,3.0,2.35,5,2.41,1.54,17,5.57,2.93,14,4.31,1.49,13,5.31,1.89,13,4.5,3.12,8,2.2,1.48,10,2.83,1.9,12,5.86,2.68,14,4.0,1.63,13
+prig,3.86,1.62,21,3.29,1.68,21,4.55,1.7,20,3.67,1.41,9,4.0,1.81,12,3.0,1.79,6,3.36,1.74,14,5.0,2.53,6,4.36,1.28,14,4.0,1.5,9,3.75,1.76,12,3.4,1.52,5,3.25,1.77,16,5.11,2.03,9,4.09,1.3,11,3.67,1.78,12,4.11,1.45,9,3.5,1.51,8,3.15,1.82,13,5.27,1.56,11,3.67,1.5,9
+prima,4.6,1.43,20,3.65,2.29,23,6.24,2.0,21,4.56,1.51,9,4.64,1.43,11,4.0,2.86,11,3.33,1.67,12,5.88,1.96,8,6.46,2.07,13,4.64,1.39,14,4.5,1.64,6,4.0,2.69,9,3.43,2.06,14,5.88,1.89,8,6.46,2.11,13,4.9,1.29,10,4.3,1.57,10,3.77,1.92,13,3.5,2.8,10,5.67,2.06,12,7.0,1.73,9
+primal,4.79,1.03,19,5.38,2.09,21,4.52,2.52,23,4.0,1.0,3,4.94,1.0,16,6.25,1.83,8,4.85,2.12,13,4.44,2.79,9,4.57,2.44,14,5.0,1.0,9,4.6,1.07,10,5.78,2.33,9,5.08,1.93,12,4.67,2.85,15,4.25,1.91,8,4.57,1.27,7,4.92,0.9,12,5.9,1.66,10,4.91,2.39,11,4.23,2.68,13,4.9,2.38,10
+primary,5.32,2.11,19,3.25,2.27,20,6.35,2.3,20,6.0,1.73,3,5.33,2.19,15,3.3,2.45,10,3.2,2.2,10,7.2,1.23,10,5.5,2.84,10,5.17,2.32,6,5.58,2.07,12,3.29,2.43,7,3.23,2.28,13,6.12,2.95,8,6.5,1.88,12,5.17,2.04,12,5.57,2.37,7,3.3,2.21,10,3.2,2.44,10,5.44,2.7,9,7.09,1.7,11
+primate,5.84,1.57,19,2.95,1.91,22,4.18,1.94,28,5.5,0.84,6,6.0,1.83,13,3.27,1.85,11,2.64,2.01,11,4.45,2.54,11,4.0,1.5,17,6.09,1.64,11,5.5,1.51,8,3.82,2.18,11,2.09,1.14,11,4.06,1.86,18,4.4,2.17,10,5.92,1.75,13,5.67,1.21,6,2.93,2.2,14,3.0,1.41,8,3.5,1.86,16,5.08,1.73,12
+prime,6.0,1.54,22,4.71,2.11,17,6.33,2.24,21,6.0,1.0,5,6.0,1.75,16,4.88,2.23,8,4.56,2.13,9,7.1,1.79,10,5.64,2.46,11,5.75,1.6,12,6.3,1.49,10,4.67,0.87,9,4.75,3.06,8,6.08,2.57,12,6.67,1.8,9,6.0,1.84,11,6.0,1.26,11,4.17,1.83,6,5.0,2.28,11,6.33,2.29,9,6.33,2.31,12
+primer,5.35,1.57,20,4.55,1.64,20,5.69,1.64,26,5.09,1.38,11,5.67,1.8,9,5.0,2.0,7,4.31,1.44,13,5.31,1.44,13,6.08,1.8,13,5.45,2.02,11,5.22,0.83,9,4.36,1.91,11,4.78,1.3,9,5.65,1.9,17,5.78,1.09,9,6.0,1.49,10,4.7,1.42,10,4.83,1.64,12,4.12,1.64,8,5.44,1.79,16,6.1,1.37,10
+primitive,4.1,2.07,20,3.62,2.33,21,3.38,1.97,24,3.5,2.65,4,4.25,1.98,16,4.25,2.63,4,3.47,2.32,17,3.62,1.51,8,3.25,2.21,16,3.25,1.98,8,4.67,2.02,12,3.2,2.25,10,4.0,2.45,11,3.79,2.22,14,2.8,1.48,10,3.82,1.72,11,4.44,2.51,9,3.1,2.18,10,4.09,2.47,11,3.76,2.14,17,2.43,1.13,7
+primordial,4.91,1.72,22,4.88,2.39,26,5.58,2.34,24,4.89,2.15,9,4.92,1.44,13,5.0,2.4,10,4.81,2.46,16,6.11,2.09,9,5.27,2.49,15,4.75,2.31,8,5.0,1.36,14,4.38,1.85,13,5.38,2.81,13,5.33,2.23,12,5.83,2.52,12,4.92,1.44,12,4.9,2.08,10,3.93,2.25,15,6.18,1.99,11,6.08,2.36,13,5.0,2.28,11
+primrose,5.33,2.39,21,3.62,2.14,24,5.59,2.34,22,5.0,2.39,8,5.54,2.47,13,3.75,2.67,12,3.5,1.57,12,5.0,2.0,13,6.44,2.65,9,5.75,2.82,8,5.42,1.88,12,4.15,1.86,13,3.0,2.37,11,5.58,1.83,12,5.6,2.95,10,4.7,2.98,10,5.91,1.64,11,3.53,2.48,17,3.86,1.07,7,5.8,2.9,10,5.42,1.88,12
+prince,5.44,2.2,18,5.15,3.28,20,4.39,2.57,18,4.25,1.67,8,6.4,2.17,10,5.0,3.06,7,5.23,3.52,13,4.09,2.12,11,4.86,3.29,7,4.64,2.06,11,6.71,1.89,7,5.11,3.95,9,5.18,2.82,11,4.64,3.11,11,4.0,1.53,7,4.83,1.8,12,6.67,2.58,6,4.92,3.73,12,5.5,2.67,8,4.67,2.6,9,4.11,2.67,9
+princess,7.64,1.94,22,5.42,2.83,19,5.74,2.98,19,7.23,2.24,13,8.22,1.3,9,6.5,1.38,6,4.92,3.23,13,6.57,2.88,7,5.25,3.05,12,7.83,1.75,12,7.4,2.22,10,5.38,2.5,8,5.45,3.17,11,6.3,2.75,10,5.11,3.26,9,8.08,1.51,12,7.1,2.33,10,6.33,2.07,6,5.0,3.11,13,7.43,1.62,7,4.75,3.19,12
+principal,5.3,2.23,20,4.3,1.89,23,5.26,1.56,19,5.11,2.42,9,5.45,2.16,11,4.55,2.34,11,4.08,1.44,12,4.57,1.13,7,5.67,1.67,12,5.21,2.08,14,5.5,2.74,6,4.33,2.5,9,4.29,1.49,14,5.14,2.12,7,5.33,1.23,12,4.9,2.18,10,5.7,2.31,10,4.31,1.65,13,4.3,2.26,10,5.7,1.7,10,4.78,1.3,9
+principle,5.0,2.03,19,3.27,1.86,22,5.48,2.06,23,4.5,1.97,6,5.23,2.09,13,3.67,1.87,12,2.8,1.81,10,5.38,2.0,8,5.53,2.17,15,4.9,1.1,10,5.11,2.8,9,4.0,1.94,9,2.77,1.69,13,5.06,2.08,17,7.0,1.58,5,4.5,2.14,8,5.36,1.96,11,3.11,1.69,9,3.38,2.02,13,5.67,2.41,15,5.12,1.25,8
+principles,5.45,2.13,22,3.39,2.27,23,6.63,2.56,19,5.25,1.83,8,5.31,2.21,13,3.62,2.45,8,3.29,2.33,14,6.0,3.06,7,6.82,2.32,11,5.38,1.92,8,5.23,2.17,13,3.11,2.37,9,3.57,2.28,14,5.0,3.21,7,7.58,1.56,12,4.91,2.34,11,6.0,1.84,11,3.11,2.93,9,3.57,1.83,14,7.12,2.31,16,4.0,2.65,3
+print,5.65,1.63,20,2.74,1.76,23,6.67,1.65,21,5.44,1.74,9,5.82,1.6,11,2.45,1.44,11,3.0,2.04,12,6.0,1.41,8,7.08,1.71,13,5.79,1.76,14,5.33,1.37,6,2.67,1.87,9,2.79,1.76,14,6.25,1.75,8,6.92,1.61,13,6.0,1.7,10,5.3,1.57,10,2.77,1.69,13,2.7,1.95,10,7.0,1.65,12,6.22,1.64,9
+printer,5.65,1.5,20,3.68,2.61,22,6.11,2.08,27,5.57,2.23,7,5.69,1.03,13,4.1,2.64,10,3.33,2.64,12,6.47,1.81,15,5.82,2.44,11,5.18,1.54,11,6.22,1.3,9,4.56,2.74,9,3.08,2.43,13,6.35,2.4,17,5.89,1.36,9,5.92,1.75,13,5.14,0.69,7,3.56,2.92,16,4.0,1.67,6,6.0,2.37,12,6.2,1.9,15
+printing,5.35,0.59,20,2.74,1.63,19,5.09,1.41,22,5.14,0.38,7,5.46,0.66,13,3.0,1.69,8,2.55,1.63,11,4.83,1.47,6,5.19,1.42,16,5.5,0.71,10,5.22,0.44,9,2.43,1.27,7,2.92,1.83,12,5.33,1.35,15,4.57,1.51,7,5.45,0.69,11,5.22,0.44,9,2.55,1.75,11,3.0,1.51,8,5.45,1.51,11,4.73,1.27,11
+printout,5.24,1.73,21,3.35,2.5,20,5.72,1.81,36,5.12,2.1,8,5.31,1.55,13,5.0,2.65,5,2.8,2.27,15,5.73,1.56,11,5.72,1.95,25,5.23,1.96,13,5.25,1.39,8,3.5,2.81,12,3.12,2.1,8,5.85,1.81,20,5.56,1.86,16,5.36,1.8,11,5.1,1.73,10,3.45,2.58,11,3.22,2.54,9,5.55,2.04,22,6.0,1.41,14
+prior,4.32,1.89,19,3.0,1.72,22,5.17,2.01,24,4.33,1.75,6,4.31,2.02,13,3.42,1.62,12,2.5,1.78,10,5.88,1.64,8,4.81,2.14,16,4.5,1.35,10,4.11,2.42,9,3.22,1.79,9,2.85,1.72,13,5.06,2.25,17,5.5,1.52,6,3.38,1.51,8,5.0,1.9,11,3.11,1.69,9,2.92,1.8,13,5.62,2.03,16,4.25,1.75,8
+prioritize,5.95,1.47,21,4.38,3.2,24,6.55,2.58,20,6.5,1.2,8,5.62,1.56,13,5.83,3.13,6,3.89,3.16,18,7.0,2.37,11,6.0,2.87,9,6.0,1.76,12,5.89,1.05,9,4.4,3.24,10,4.36,3.3,14,6.0,2.94,13,7.57,1.4,7,5.71,1.49,14,6.43,1.4,7,5.19,3.25,16,2.75,2.55,8,6.58,2.31,12,6.5,3.12,8
+priority,6.17,1.98,18,4.85,2.56,20,5.92,2.04,24,6.08,2.31,12,6.33,1.21,6,6.0,2.55,5,4.47,2.53,15,5.69,1.75,13,6.18,2.4,11,6.12,2.64,8,6.2,1.4,10,6.86,2.54,7,3.77,1.88,13,4.91,1.97,11,6.77,1.74,13,5.67,2.0,9,6.67,1.94,9,5.2,2.86,10,4.5,2.32,10,6.33,2.29,9,5.67,1.91,15
+prison,1.94,1.55,18,5.1,2.34,21,3.54,2.65,52,2.44,2.01,9,1.44,0.73,9,5.38,2.0,8,4.92,2.6,13,3.29,2.34,17,3.66,2.81,35,2.38,2.13,8,1.6,0.84,10,5.11,1.96,9,5.08,2.68,12,4.11,2.59,27,2.92,2.61,25,2.09,1.76,11,1.71,1.25,7,6.1,1.97,10,4.18,2.36,11,3.52,2.68,31,3.57,2.66,21
+prisoner,2.67,1.68,21,5.0,2.32,23,2.41,2.0,17,2.89,2.26,9,2.5,1.17,12,5.55,2.34,11,4.5,2.28,12,2.89,2.52,9,1.88,1.13,8,2.43,1.27,7,2.85,1.95,13,6.0,2.32,11,4.08,1.98,12,3.29,2.75,7,1.8,1.03,10,2.08,1.26,13,3.62,1.92,8,4.82,2.44,11,5.17,2.29,12,2.25,1.04,8,2.56,2.65,9
+prissy,3.95,1.93,20,4.09,2.22,22,5.7,2.37,27,4.29,2.43,7,3.77,1.69,13,3.7,2.11,10,4.42,2.35,12,5.47,2.56,15,5.91,2.26,11,3.55,1.75,11,4.44,2.13,9,5.11,1.62,9,3.38,2.36,13,6.18,2.21,17,4.67,2.55,9,4.0,2.0,13,3.86,1.95,7,4.12,2.45,16,4.0,1.67,6,5.83,2.69,12,5.6,2.16,15
+pristine,5.81,1.86,21,3.48,2.29,23,6.18,2.56,17,6.0,2.35,9,5.67,1.5,12,3.27,2.28,11,3.67,2.39,12,5.9,2.85,10,6.57,2.23,7,5.0,2.52,7,6.15,1.41,13,4.0,2.45,11,3.0,2.13,12,5.83,3.19,6,6.36,2.29,11,5.62,2.22,13,6.12,1.13,8,4.09,2.81,11,2.92,1.62,12,4.5,2.67,8,7.67,1.22,9
+privacy,6.36,1.85,36,3.95,2.38,44,6.9,1.89,20,6.59,1.94,22,6.0,1.71,14,4.55,2.11,11,3.78,2.5,32,7.33,1.21,6,6.71,2.13,14,6.69,2.02,16,6.1,1.71,20,3.88,2.44,26,4.12,2.42,17,7.3,1.64,10,6.5,2.12,10,6.1,2.0,20,6.69,1.66,16,4.33,2.48,27,3.35,2.15,17,7.62,2.13,8,6.42,1.62,12
+private,5.44,1.89,18,3.62,2.48,21,4.33,2.11,18,4.75,1.98,8,6.0,1.7,10,3.29,2.36,7,3.79,2.61,14,4.0,1.84,11,4.86,2.54,7,4.82,1.72,11,6.43,1.81,7,2.78,2.59,9,4.25,2.3,12,4.82,2.23,11,3.57,1.81,7,5.33,2.02,12,5.67,1.75,6,2.92,2.39,12,4.56,2.4,9,4.0,1.94,9,4.67,2.35,9
+privilege,5.81,1.78,21,3.71,2.54,24,6.0,2.69,17,6.12,1.55,8,5.62,1.94,13,5.0,1.41,6,3.28,2.72,18,6.0,2.78,9,6.0,2.78,8,5.58,2.07,12,6.11,1.36,9,3.9,2.73,10,3.57,2.5,14,6.3,2.79,10,5.57,2.7,7,5.5,1.91,14,6.43,1.4,7,4.69,2.52,16,1.75,1.04,8,5.78,2.59,9,6.25,2.96,8
+privileged,5.58,1.5,19,4.67,2.33,21,6.27,2.27,22,6.2,1.3,5,5.23,1.54,13,4.17,2.48,6,4.87,2.33,15,6.6,2.01,10,6.0,2.52,12,5.0,1.63,7,5.82,1.4,11,5.14,2.67,7,4.43,2.21,14,6.7,1.95,10,5.92,2.54,12,6.0,1.54,12,4.86,1.21,7,4.55,2.11,11,4.8,2.66,10,5.92,2.4,13,6.78,2.11,9
+privy,4.42,1.74,19,3.24,1.51,21,4.61,1.75,23,4.5,1.76,6,4.38,1.8,13,3.91,1.45,11,2.5,1.27,10,5.25,1.83,8,4.27,1.67,15,4.4,1.58,10,4.44,2.01,9,3.88,1.55,8,2.85,1.41,13,4.94,1.68,17,3.4,1.82,5,4.12,1.89,8,4.64,1.69,11,3.33,1.32,9,3.17,1.7,12,5.07,1.58,15,3.75,1.83,8
+prize,8.0,0.86,20,5.5,2.84,20,6.16,2.41,25,7.0,0.0,3,8.18,0.81,17,5.5,2.74,6,5.62,3.07,13,5.88,2.47,8,6.29,2.44,17,7.71,0.95,7,8.15,0.8,13,6.29,2.69,7,5.17,3.04,12,5.86,2.38,14,6.55,2.5,11,7.78,0.83,9,8.18,0.87,11,6.36,2.87,11,4.44,2.55,9,6.17,2.75,18,6.14,1.35,7
+prized,6.2,1.88,20,4.48,1.94,21,6.38,1.83,26,6.36,1.36,11,6.0,2.45,9,4.89,1.17,9,4.17,2.37,12,5.82,2.23,11,6.86,1.46,14,6.2,2.53,10,6.2,1.03,10,4.82,1.78,11,4.1,2.13,10,6.29,1.61,17,6.62,2.45,8,6.5,2.32,12,5.75,0.89,8,4.46,2.03,13,4.5,1.93,8,6.47,1.84,17,6.22,1.92,9
+pro,6.36,1.71,22,3.81,2.46,21,6.32,2.42,22,6.57,2.03,14,6.0,0.93,8,4.27,2.49,11,3.56,2.46,9,5.83,2.79,6,6.5,2.34,16,7.1,1.52,10,5.75,1.66,12,3.36,2.5,11,4.3,2.45,10,6.31,2.18,13,6.33,2.87,9,6.0,1.91,12,6.8,1.4,10,3.92,2.69,13,3.62,2.2,8,6.75,2.26,12,5.8,2.62,10
+proactive,6.06,1.98,18,3.4,2.26,20,7.32,1.34,19,5.67,1.15,3,6.29,2.13,14,4.4,2.46,10,2.4,1.58,10,6.89,1.45,9,7.7,1.16,10,6.4,2.7,5,6.08,1.73,12,4.14,2.79,7,3.0,1.91,13,7.43,1.62,7,7.25,1.22,12,6.75,1.71,12,4.67,1.86,6,3.0,2.26,10,3.8,2.3,10,8.0,0.76,8,6.82,1.47,11
+probability,5.0,1.34,21,3.81,1.9,26,5.12,2.03,24,5.0,1.2,8,5.0,1.47,13,3.0,1.89,10,4.31,1.78,16,5.0,1.5,9,5.2,2.34,15,5.12,1.36,8,4.92,1.38,13,3.62,2.1,13,4.0,1.73,13,3.83,1.53,12,6.42,1.62,12,4.82,1.33,11,5.2,1.4,10,3.47,2.03,15,4.27,1.68,11,4.92,2.06,13,5.36,2.06,11
+probable,5.45,1.61,20,3.35,1.53,23,5.38,1.99,21,5.0,1.87,5,5.6,1.55,15,3.75,1.36,12,2.91,1.64,11,5.09,2.26,11,5.44,1.59,9,5.18,1.83,11,5.78,1.3,9,3.25,1.39,16,3.57,1.9,7,4.45,2.02,11,6.4,1.43,10,5.67,1.67,12,5.12,1.55,8,3.26,1.56,19,3.75,1.5,4,4.86,1.99,14,6.43,1.62,7
+probate,4.05,1.47,20,4.43,2.23,23,4.76,1.76,21,4.44,1.33,9,3.73,1.56,11,4.27,2.49,11,4.58,2.07,12,4.25,1.49,8,5.08,1.89,13,4.07,1.38,14,4.0,1.79,6,3.89,2.67,9,4.79,1.93,14,5.5,1.85,8,4.31,1.6,13,4.4,1.26,10,3.7,1.64,10,3.92,1.98,13,5.1,2.47,10,5.25,1.86,12,4.11,1.45,9
+probation,3.6,2.06,20,4.3,2.67,23,3.67,2.5,18,3.89,2.37,9,3.36,1.86,11,5.0,2.1,11,3.67,3.06,12,4.0,2.45,10,3.25,2.66,8,4.33,2.5,6,3.15,1.86,13,5.45,2.62,11,3.25,2.34,12,4.43,2.82,7,3.18,2.27,11,3.42,2.19,12,3.88,1.96,8,4.36,3.14,11,4.25,2.3,12,3.22,1.99,9,4.11,2.98,9
+probe,3.63,1.3,19,4.48,2.4,21,4.18,2.33,34,4.1,1.1,10,3.11,1.36,9,3.75,2.6,8,4.92,2.25,13,4.0,2.35,14,4.3,2.36,20,3.5,1.51,8,3.73,1.19,11,4.69,2.18,13,4.12,2.85,8,3.5,2.09,22,5.42,2.31,12,3.44,1.59,9,3.8,1.03,10,4.0,2.77,14,5.43,0.98,7,3.82,2.1,17,4.53,2.55,17
+probing,3.83,1.89,18,4.5,2.4,20,4.44,2.35,25,3.6,1.82,5,3.92,1.98,13,4.82,2.79,11,4.11,1.9,9,4.62,2.25,16,4.11,2.62,9,4.0,2.38,7,3.73,1.62,11,4.44,2.55,9,4.55,2.38,11,4.4,2.54,20,4.6,1.52,5,4.0,1.94,9,3.67,1.94,9,5.09,2.12,11,3.78,2.64,9,4.74,2.47,19,3.5,1.76,6
+problem,3.52,1.94,21,4.81,2.42,21,4.94,2.3,17,3.67,2.07,6,3.43,2.03,14,3.14,2.48,7,5.64,1.98,14,5.78,2.22,9,4.0,2.14,8,3.77,2.24,13,3.0,1.41,7,4.67,2.18,9,4.92,2.68,12,5.89,2.09,9,3.88,2.17,8,3.31,1.75,13,3.88,2.3,8,3.83,1.94,6,5.2,2.54,15,6.0,1.87,9,3.75,2.25,8
+problematic,2.58,1.22,19,4.8,2.38,20,4.65,2.58,20,2.67,1.15,3,2.53,1.3,15,4.2,2.39,10,5.4,2.32,10,4.7,2.31,10,4.6,2.95,10,2.17,1.17,6,2.75,1.29,12,4.57,2.37,7,4.92,2.47,13,4.0,3.02,8,5.08,2.27,12,2.25,1.29,12,3.14,0.9,7,4.3,2.45,10,5.3,2.31,10,5.56,2.83,9,3.91,2.21,11
+procedural,4.71,1.35,21,4.2,1.98,25,4.36,2.19,22,4.88,0.64,8,4.62,1.66,13,4.62,2.18,13,3.75,1.71,12,5.0,2.42,13,3.44,1.51,9,5.0,1.69,8,4.75,0.87,12,5.29,1.44,14,2.82,1.72,11,4.83,2.29,12,3.8,2.04,10,4.3,0.95,10,5.09,1.58,11,4.35,2.26,17,3.88,1.25,8,4.5,2.51,10,4.25,2.01,12
+procedure,4.28,1.41,18,4.15,2.11,20,4.24,2.05,25,3.8,1.64,5,4.46,1.33,13,4.09,2.21,11,4.22,2.11,9,4.12,2.19,16,4.44,1.88,9,4.0,1.63,7,4.45,1.29,11,3.11,2.2,9,5.0,1.67,11,4.1,2.15,20,4.8,1.64,5,4.0,1.5,9,4.56,1.33,9,3.27,2.05,11,5.22,1.72,9,4.0,2.08,19,5.0,1.9,6
+proceed,5.7,0.86,20,3.43,1.96,21,6.38,2.04,24,5.67,1.15,3,5.71,0.85,17,3.86,2.27,7,3.23,1.92,13,5.62,2.2,8,6.75,1.91,16,5.57,0.79,7,5.77,0.93,13,4.43,2.23,7,2.92,1.75,13,6.31,2.29,13,6.45,1.81,11,5.56,1.01,9,5.82,0.75,11,3.82,1.89,11,3.0,2.05,10,6.33,2.25,18,6.5,1.38,6
+proceeds,5.79,1.44,19,3.65,2.32,20,5.92,2.06,24,6.0,1.63,13,5.33,0.82,6,4.6,2.7,5,3.33,2.19,15,6.54,1.94,13,5.18,2.04,11,6.0,1.73,9,5.6,1.17,10,5.29,2.5,7,2.77,1.74,13,5.73,2.28,11,6.08,1.93,13,5.33,1.5,9,6.2,1.32,10,3.6,2.41,10,3.7,2.36,10,5.67,2.06,9,6.07,2.12,15
+process,5.62,1.66,21,3.9,2.34,20,6.11,2.73,19,5.54,1.56,13,5.75,1.91,8,3.57,2.15,7,4.08,2.5,13,6.71,1.8,7,5.75,3.17,12,5.42,1.83,12,5.89,1.45,9,3.56,2.07,9,4.18,2.6,11,5.7,2.63,10,6.56,2.92,9,5.58,1.98,12,5.67,1.22,9,4.86,1.46,7,3.38,2.6,13,6.29,3.15,7,6.0,2.59,12
+processing,5.53,1.47,19,3.39,1.85,23,6.0,2.08,19,5.44,1.42,9,5.6,1.58,10,3.0,1.83,7,3.67,1.91,15,6.1,2.56,10,5.89,1.54,9,5.33,1.8,9,5.7,1.16,10,3.5,2.27,10,3.42,1.56,12,5.88,1.55,8,5.8,2.39,10,5.58,1.56,12,5.43,1.4,7,3.35,1.98,20,3.67,0.58,3,6.5,1.77,8,5.64,2.29,11
+procession,5.14,1.82,21,4.14,1.9,21,5.08,2.4,25,5.42,1.98,12,4.78,1.64,9,5.29,1.7,7,3.57,1.79,14,4.5,2.17,10,5.47,2.53,15,4.0,2.0,4,5.41,1.73,17,3.8,1.62,10,4.45,2.16,11,4.86,2.34,7,5.17,2.48,18,4.92,1.51,12,5.44,2.24,9,4.08,1.71,13,4.25,2.31,8,4.89,2.09,9,5.19,2.61,16
+processor,5.26,1.45,19,3.5,2.43,22,5.09,2.09,22,5.27,1.9,11,5.14,0.38,7,5.25,2.71,8,2.5,1.61,14,3.33,2.25,6,5.75,1.65,16,5.0,1.77,8,5.45,1.21,11,2.78,1.99,9,4.0,2.65,13,5.1,2.23,10,5.08,2.07,12,5.08,1.51,12,5.57,1.4,7,3.09,2.66,11,3.91,2.21,11,5.31,2.36,13,4.78,1.72,9
+proclaim,5.38,1.43,21,4.84,2.24,19,6.1,2.1,20,6.0,1.22,5,5.2,1.52,15,5.88,1.96,8,4.09,2.21,11,5.89,1.9,9,6.27,2.33,11,5.5,0.9,12,5.22,1.99,9,5.7,2.11,10,3.89,2.09,9,6.0,2.34,12,6.25,1.83,8,5.27,1.62,11,5.5,1.27,10,4.5,2.45,8,5.09,2.17,11,6.38,1.69,8,5.92,2.39,12
+proclamation,5.71,1.45,21,4.3,2.79,20,5.95,2.16,21,5.83,1.72,6,5.67,1.4,15,4.62,2.67,8,4.08,2.97,12,6.27,2.49,11,5.6,1.78,10,6.33,1.58,9,5.25,1.22,12,4.44,2.35,9,4.18,3.22,11,5.83,1.94,6,6.0,2.3,15,6.0,1.76,10,5.45,1.13,11,3.69,2.39,13,5.43,3.31,7,5.92,2.71,12,6.0,1.22,9
+procreate,5.33,1.88,18,4.7,2.47,20,5.64,2.33,25,6.0,2.83,5,5.08,1.44,13,5.0,2.83,11,4.33,2.06,9,5.75,1.98,16,5.44,2.96,9,4.71,2.06,7,5.73,1.74,11,3.67,2.74,9,5.55,1.97,11,5.7,2.23,20,5.4,2.97,5,5.22,1.92,9,5.44,1.94,9,3.91,2.63,11,5.67,2.0,9,5.47,2.22,19,6.17,2.79,6
+procreation,5.14,1.36,22,6.04,2.12,23,6.67,2.06,18,4.75,0.89,8,5.08,1.19,13,6.12,2.42,8,6.07,2.09,14,7.71,1.98,7,5.9,1.97,10,4.75,1.49,8,5.08,0.76,13,6.33,2.5,9,5.86,1.92,14,6.14,2.12,7,7.0,2.05,11,5.09,1.04,11,5.18,1.66,11,6.0,3.2,9,6.07,1.14,14,6.56,2.1,16,7.5,2.12,2
+proctologist,3.1,1.59,20,4.68,2.32,22,3.89,2.47,19,3.11,1.54,9,3.09,1.7,11,3.2,1.79,5,5.06,2.38,16,3.0,3.03,6,4.31,2.18,13,3.29,1.64,14,2.67,1.51,6,4.42,2.57,12,4.89,2.15,9,4.22,1.39,9,3.6,3.2,10,3.7,1.57,10,2.5,1.43,10,4.33,2.9,12,5.1,1.37,10,3.67,3.08,6,4.0,2.27,13
+procure,5.42,1.89,19,4.25,2.55,20,5.42,1.69,24,5.54,2.03,13,5.17,1.72,6,6.2,3.27,5,3.6,1.99,15,5.31,1.7,13,5.55,1.75,11,6.11,1.62,9,4.8,1.99,10,6.29,2.81,7,3.15,1.63,13,5.18,1.99,11,5.62,1.45,13,5.67,1.73,9,5.2,2.1,10,3.7,2.75,10,4.8,2.35,10,5.78,1.72,9,5.2,1.7,15
+prod,4.65,1.66,20,4.23,2.29,22,5.3,1.66,20,4.67,1.5,9,4.64,1.86,11,4.9,2.64,10,3.67,1.87,12,5.12,1.25,8,5.42,1.93,12,4.79,1.53,14,4.33,2.07,6,4.62,2.56,8,4.0,2.18,14,5.43,1.81,7,5.23,1.64,13,5.4,1.43,10,3.9,1.6,10,4.0,2.13,12,4.5,2.55,10,5.55,1.97,11,5.0,1.22,9
+prodigal,5.53,2.41,19,3.57,2.25,21,5.87,1.98,23,5.45,2.5,11,5.29,2.43,7,4.0,2.71,7,3.36,2.06,14,6.29,2.75,7,5.69,1.62,16,4.88,2.36,8,6.0,2.45,11,3.11,2.09,9,3.92,2.39,12,5.73,2.15,11,6.0,1.91,12,5.25,2.8,12,6.0,1.63,7,3.27,2.72,11,3.9,1.66,10,6.23,1.88,13,5.4,2.12,10
+prodigious,5.19,1.72,21,3.45,2.28,22,5.67,1.88,27,5.5,1.51,10,4.91,1.92,11,2.71,2.43,7,3.8,2.21,15,5.88,2.23,17,5.3,1.06,10,5.18,1.6,11,5.2,1.93,10,2.4,1.95,5,3.76,2.33,17,5.36,2.27,14,6.0,1.35,13,4.38,1.61,13,6.5,0.93,8,3.0,2.62,10,3.83,1.99,12,5.79,1.93,14,5.54,1.9,13
+prodigy,5.8,1.79,20,5.35,2.3,20,5.96,1.71,26,5.82,1.83,11,5.78,1.86,9,4.86,2.19,7,5.62,2.4,13,6.23,1.54,13,5.69,1.89,13,6.09,2.12,11,5.44,1.33,9,5.73,2.37,11,4.89,2.26,9,6.0,2.03,17,5.89,0.93,9,6.1,2.18,10,5.5,1.35,10,5.08,2.68,12,5.75,1.67,8,6.31,1.62,16,5.4,1.78,10
+produce,6.57,2.09,21,3.23,1.93,22,6.57,1.72,21,6.22,2.39,9,6.83,1.9,12,3.0,1.67,6,3.07,1.87,15,6.17,1.94,6,6.73,1.67,15,5.44,2.4,9,7.42,1.38,12,4.6,2.19,5,2.82,1.7,17,6.0,1.49,10,7.09,1.81,11,6.42,2.54,12,6.78,1.39,9,3.44,2.19,9,3.08,1.8,13,6.92,1.44,12,6.11,2.03,9
+producer,6.15,1.39,20,3.89,2.05,18,5.81,2.2,21,6.4,1.34,5,6.07,1.44,15,4.5,2.43,6,3.58,1.88,12,5.89,0.93,9,5.75,2.86,12,6.4,0.97,10,5.9,1.73,10,4.5,2.27,10,3.12,1.55,8,5.45,2.11,11,6.2,2.35,10,6.08,1.51,12,6.25,1.28,8,2.56,1.74,9,5.22,1.39,9,4.55,2.02,11,7.2,1.48,10
+product,5.5,1.19,20,3.45,1.97,22,6.04,2.12,27,5.71,1.8,7,5.38,0.77,13,3.8,1.81,10,3.17,2.12,12,6.2,1.82,15,6.09,2.47,11,5.09,0.94,11,6.0,1.32,9,4.33,1.58,9,2.85,2.03,13,6.47,2.35,17,5.56,1.33,9,5.77,1.36,13,5.0,0.58,7,3.25,1.98,16,4.0,2.0,6,5.33,2.5,12,6.6,1.64,15
+production,6.06,1.86,18,4.78,2.21,23,6.05,1.84,19,5.89,1.76,9,6.22,2.05,9,5.29,2.21,7,4.6,2.32,15,7.0,1.89,10,5.0,1.12,9,6.62,1.6,8,5.6,2.01,10,5.1,2.69,10,4.58,1.93,12,6.5,1.77,8,5.6,1.96,10,6.18,1.66,11,5.86,2.27,7,4.65,2.23,20,5.67,2.31,3,6.12,1.36,8,6.0,2.19,11
+productive,7.37,1.07,19,4.6,2.56,20,6.43,2.63,23,7.46,1.13,13,7.17,0.98,6,5.6,2.51,5,4.27,2.58,15,6.23,2.42,13,6.7,2.98,10,7.33,1.12,9,7.4,1.07,10,5.86,2.91,7,3.92,2.18,13,5.27,2.9,11,7.5,1.88,12,7.22,1.2,9,7.5,0.97,10,3.9,2.42,10,5.3,2.63,10,7.0,2.0,8,6.13,2.92,15
+productivity,6.55,1.88,20,5.1,2.47,20,6.58,2.02,26,6.91,1.76,11,6.11,2.03,9,5.43,2.3,7,4.92,2.63,13,6.15,2.27,13,7.0,1.73,13,6.36,2.25,11,6.78,1.39,9,4.73,2.53,11,5.56,2.46,9,6.18,2.24,17,7.33,1.32,9,6.6,2.17,10,6.5,1.65,10,4.58,2.57,12,5.88,2.23,8,6.25,2.32,16,7.1,1.37,10
+profane,2.47,1.39,19,4.55,2.34,22,3.91,1.9,23,2.5,1.64,6,2.46,1.33,13,4.5,2.32,12,4.6,2.5,10,3.75,2.05,8,4.0,1.89,15,2.8,1.48,10,2.11,1.27,9,5.0,1.8,9,4.23,2.68,13,4.24,1.92,17,2.6,1.52,5,2.38,1.3,8,2.55,1.51,11,4.67,2.18,9,4.46,2.54,13,4.0,1.73,15,3.75,2.31,8
+profanity,3.43,2.04,21,5.52,1.6,21,5.48,2.22,25,3.67,1.97,12,3.11,2.2,9,6.14,1.21,7,5.21,1.72,14,5.8,2.1,10,5.27,2.34,15,3.25,2.87,4,3.47,1.91,17,5.8,1.4,10,5.27,1.79,11,5.57,2.7,7,5.44,2.09,18,3.42,2.07,12,3.44,2.13,9,5.23,1.83,13,6.0,1.07,8,4.44,2.35,9,6.06,1.98,16
+profession,5.52,1.47,21,3.33,1.93,21,6.48,2.26,25,5.33,1.78,12,5.78,0.97,9,4.43,2.64,7,2.79,1.25,14,6.4,2.17,10,6.53,2.39,15,6.0,1.15,4,5.41,1.54,17,3.5,2.27,10,3.18,1.66,11,6.14,2.41,7,6.61,2.25,18,5.42,1.31,12,5.67,1.73,9,3.15,1.46,13,3.62,2.62,8,5.33,2.69,9,7.12,1.75,16
+professional,6.29,1.85,21,4.4,2.66,20,6.74,2.64,19,5.77,1.88,13,7.12,1.55,8,4.14,2.34,7,4.54,2.9,13,5.43,3.21,7,7.5,2.02,12,6.33,1.97,12,6.22,1.79,9,3.78,2.28,9,4.91,2.95,11,5.9,2.96,10,7.67,2.0,9,6.25,1.86,12,6.33,1.94,9,6.0,2.08,7,3.54,2.6,13,7.57,2.3,7,6.25,2.8,12
+professionalism,6.16,2.22,19,3.73,2.16,22,6.61,2.35,23,7.0,1.55,11,5.57,2.15,7,4.0,1.6,8,3.57,2.47,14,4.86,3.24,7,7.38,1.36,16,5.5,2.14,8,6.64,2.25,11,3.67,2.69,9,3.77,1.83,13,6.0,3.03,11,7.17,1.4,12,5.67,2.57,12,7.0,1.15,7,3.27,1.95,11,4.18,2.36,11,6.85,2.54,13,6.3,2.16,10
+professor,5.72,2.16,18,3.85,2.43,20,4.44,2.45,18,4.62,1.51,8,6.6,2.27,10,3.43,2.44,7,4.08,2.5,13,4.09,2.07,11,5.0,3.06,7,4.82,2.04,11,7.14,1.57,7,4.44,3.13,9,3.36,1.69,11,4.91,2.66,11,3.71,2.06,7,5.17,2.12,12,6.83,1.94,6,3.92,3.0,12,3.75,1.39,8,5.22,2.28,9,3.67,2.5,9
+proficiency,6.79,1.47,19,3.86,1.93,22,6.86,1.86,22,7.0,1.58,9,6.6,1.43,10,4.5,2.07,8,3.5,1.83,14,6.82,1.99,11,6.91,1.81,11,6.43,1.81,7,7.0,1.28,12,4.4,2.01,10,3.42,1.83,12,6.46,2.11,13,7.44,1.33,9,6.2,1.4,10,7.44,1.33,9,3.88,2.53,8,3.86,1.61,14,6.57,2.06,14,7.38,1.41,8
+proficient,6.44,1.76,18,3.43,2.2,21,6.43,2.11,23,6.4,1.14,5,6.5,2.07,12,4.0,2.37,6,3.2,2.18,15,5.8,2.44,10,6.92,1.75,13,6.0,2.61,6,6.73,1.27,11,3.29,2.06,7,3.5,2.35,14,5.55,2.16,11,7.25,1.76,12,6.0,1.84,11,7.14,1.46,7,3.36,2.29,11,3.5,2.22,10,5.93,2.09,14,7.22,1.99,9
+profile,5.94,1.2,17,2.6,1.67,20,5.32,1.91,25,6.25,0.96,4,5.85,1.28,13,2.27,1.42,11,3.0,1.94,9,5.0,1.86,16,5.89,1.96,9,6.33,1.21,6,5.73,1.19,11,1.89,1.05,9,3.18,1.89,11,5.1,1.92,20,6.2,1.79,5,5.62,1.19,8,6.22,1.2,9,2.09,1.45,11,3.22,1.79,9,5.0,1.97,19,6.33,1.37,6
+profiler,4.43,1.66,21,4.43,2.11,23,4.77,1.84,26,5.0,1.73,11,3.8,1.4,10,4.64,2.42,11,4.25,1.86,12,5.0,1.61,11,4.64,2.1,14,4.7,1.49,10,4.18,1.83,11,4.91,2.39,11,4.0,1.81,12,4.82,2.04,17,4.75,1.58,8,4.38,2.06,13,4.5,0.76,8,4.53,2.13,15,4.25,2.19,8,4.82,2.1,17,4.67,1.32,9
+profit,6.95,1.83,41,5.24,1.84,21,5.65,2.35,20,7.22,2.16,18,6.74,1.54,23,4.38,1.77,8,5.77,1.74,13,5.17,1.6,6,5.86,2.63,14,6.93,1.8,30,7.0,2.0,11,4.89,1.9,9,5.5,1.83,12,6.5,2.17,10,4.8,2.3,10,6.68,2.06,22,7.26,1.52,19,5.5,1.43,10,5.0,2.19,11,6.38,3.02,8,5.17,1.75,12
+profitable,6.5,1.25,18,5.61,2.59,18,5.76,1.99,17,6.4,1.51,10,6.62,0.92,8,7.5,1.91,4,5.07,2.56,14,5.12,1.96,8,6.33,1.94,9,6.57,1.13,7,6.45,1.37,11,4.29,2.36,7,6.45,2.46,11,4.17,1.83,6,6.64,1.5,11,6.42,1.31,12,6.67,1.21,6,5.82,2.79,11,5.29,2.43,7,6.71,1.8,7,5.1,1.91,10
+profound,6.65,1.35,20,4.14,2.73,21,5.4,2.6,25,7.0,1.0,3,6.59,1.42,17,4.86,3.13,7,3.69,2.63,13,5.38,2.62,8,5.41,2.67,17,6.71,1.38,7,6.62,1.39,13,5.0,2.94,7,3.62,2.69,13,5.0,2.48,14,5.91,2.77,11,6.0,1.41,9,7.18,1.08,11,4.64,2.98,11,3.6,2.46,10,5.11,2.89,18,6.14,1.57,7
+prognosis,3.83,1.15,18,4.67,2.33,21,5.14,2.46,22,3.33,1.53,3,3.93,1.1,15,5.0,1.77,8,4.46,2.67,13,4.75,2.05,8,5.36,2.71,14,3.88,1.13,8,3.8,1.23,10,5.0,2.24,9,4.42,2.47,12,5.29,2.76,14,4.88,1.96,8,3.5,1.05,6,4.0,1.21,12,5.3,2.06,10,4.09,2.51,11,5.23,2.98,13,5.0,1.58,9
+program,5.5,1.65,22,3.9,2.13,20,6.53,2.25,19,5.54,1.85,13,5.44,1.42,9,4.57,2.07,7,3.54,2.15,13,6.0,2.52,7,6.83,2.12,12,5.92,2.02,12,5.0,0.94,10,4.11,1.9,9,3.73,2.37,11,6.7,1.89,10,6.33,2.69,9,6.08,1.73,12,4.8,1.32,10,4.86,2.41,7,3.38,1.85,13,7.14,2.04,7,6.17,2.37,12
+programmer,5.05,1.53,22,3.59,2.04,22,5.8,2.35,20,6.0,1.41,8,4.5,1.34,14,4.0,2.36,10,3.25,1.76,12,6.86,3.02,7,5.23,1.79,13,5.36,2.01,11,4.73,0.79,11,3.91,1.92,11,3.27,2.2,11,5.73,2.69,15,6.0,1.0,5,4.5,1.84,10,5.5,1.09,12,3.3,1.89,10,3.83,2.21,12,5.7,2.16,10,5.9,2.64,10
+programming,5.11,1.63,19,3.5,2.12,18,6.24,2.41,17,5.82,1.54,11,4.12,1.25,8,4.0,2.16,4,3.36,2.17,14,6.38,2.56,8,6.11,2.42,9,5.88,1.73,8,4.55,1.37,11,3.57,1.99,7,3.45,2.3,11,5.5,2.59,6,6.64,2.34,11,5.15,1.82,13,5.0,1.26,6,3.09,2.34,11,4.14,1.68,7,6.57,2.99,7,6.0,2.05,10
+progress,6.58,2.04,19,3.82,1.79,22,6.55,2.11,22,5.67,2.66,6,7.0,1.63,13,4.33,1.56,12,3.2,1.93,10,6.33,2.4,9,6.69,1.97,13,7.1,1.73,10,6.0,2.29,9,4.56,1.59,9,3.31,1.8,13,6.53,2.36,15,6.57,1.62,7,6.25,1.58,8,6.82,2.36,11,3.89,1.76,9,3.77,1.88,13,6.58,2.64,12,6.5,1.35,10
+progression,6.21,1.23,19,2.95,1.53,21,6.18,1.97,22,6.2,1.3,5,6.23,1.3,13,2.33,1.21,6,3.2,1.61,15,5.8,1.93,10,6.5,2.02,12,6.29,1.11,7,6.18,1.4,11,3.0,2.08,7,2.93,1.27,14,5.8,2.2,10,6.5,1.78,12,6.17,1.03,12,6.29,1.6,7,2.55,1.75,11,3.4,1.17,10,5.77,1.79,13,6.78,2.17,9
+progressive,6.26,1.88,19,4.38,1.88,21,6.61,1.8,23,7.33,1.53,3,6.06,1.91,16,5.25,1.16,8,3.85,2.08,13,6.78,1.79,9,6.5,1.87,14,6.89,1.17,9,5.7,2.26,10,4.78,1.48,9,4.08,2.15,12,7.13,1.96,15,5.62,0.92,8,7.43,0.98,7,5.58,1.98,12,4.6,1.9,10,4.18,1.94,11,7.15,2.12,13,5.9,0.99,10
+prohibit,4.29,1.98,21,4.56,2.36,25,2.95,2.04,19,3.89,2.37,9,4.58,1.68,12,3.0,1.9,6,5.06,2.39,18,2.14,1.57,7,3.42,2.19,12,4.31,2.06,16,4.2,1.92,5,3.93,2.5,14,5.4,2.12,10,2.89,1.9,9,3.0,2.26,10,4.0,2.13,12,4.67,1.8,9,5.06,2.21,16,3.67,2.5,9,2.64,2.11,11,3.38,2.0,8
+prohibition,2.84,1.37,25,4.04,2.44,26,4.14,2.1,22,2.55,1.69,11,3.07,1.07,14,3.5,2.27,10,4.38,2.55,16,4.0,1.69,8,4.21,2.36,14,2.56,0.88,9,3.0,1.59,16,3.92,2.47,13,4.15,2.51,13,4.17,1.47,12,4.1,2.77,10,2.86,1.35,14,2.82,1.47,11,3.93,2.52,15,4.18,2.44,11,4.67,1.97,12,3.5,2.17,10
+project,5.0,1.98,22,4.55,2.52,20,7.63,1.61,19,5.38,1.94,13,4.44,2.01,9,4.71,2.5,7,4.46,2.63,13,7.71,1.7,7,7.58,1.62,12,5.5,2.47,12,4.4,0.97,10,4.33,2.18,9,4.73,2.87,11,7.7,1.64,10,7.56,1.67,9,5.0,2.3,12,5.0,1.63,10,4.43,1.81,7,4.62,2.9,13,8.43,0.79,7,7.17,1.8,12
+projectile,3.85,1.9,20,3.67,2.48,21,4.12,2.54,24,4.5,1.0,4,3.69,2.06,16,4.5,2.38,4,3.47,2.53,17,5.75,2.71,8,3.31,2.09,16,4.75,1.67,8,3.25,1.86,12,3.5,2.59,10,3.82,2.48,11,4.54,2.44,13,3.64,2.69,11,3.64,1.8,11,4.11,2.09,9,3.3,2.95,10,4.0,2.05,11,4.24,2.59,17,3.86,2.61,7
+projecting,5.4,1.23,20,3.75,2.55,20,4.92,1.98,25,5.75,1.71,4,5.31,1.14,16,5.0,2.58,4,3.44,2.53,16,5.22,2.44,9,4.75,1.73,16,5.38,0.74,8,5.42,1.51,12,3.78,2.68,9,3.73,2.57,11,4.86,1.7,14,5.0,2.37,11,5.45,1.13,11,5.33,1.41,9,3.0,2.74,9,4.36,2.34,11,5.11,1.88,18,4.43,2.3,7
+projection,5.2,0.89,20,3.6,1.9,20,5.05,1.81,22,5.14,0.69,7,5.23,1.01,13,4.11,1.9,9,3.18,1.89,11,3.5,2.43,6,5.62,1.15,16,5.4,0.84,10,5.0,1.0,9,3.62,2.39,8,3.58,1.62,12,4.73,1.44,15,5.71,2.43,7,5.09,1.14,11,5.33,0.5,9,4.08,1.98,12,2.88,1.64,8,4.73,1.68,11,5.36,1.96,11
+projector,5.42,1.5,19,3.78,2.32,18,5.24,2.19,17,5.82,1.4,11,4.88,1.55,8,4.5,2.52,4,3.57,2.31,14,4.5,2.0,8,5.89,2.26,9,6.12,1.55,8,4.91,1.3,11,3.86,1.95,7,3.73,2.61,11,5.0,2.19,6,5.36,2.29,11,5.54,1.66,13,5.17,1.17,6,3.0,2.24,11,5.0,2.0,7,5.14,2.61,7,5.3,2.0,10
+prologue,5.89,1.29,19,3.2,2.38,20,5.92,2.43,24,6.0,1.47,13,5.67,0.82,6,3.8,2.68,5,3.0,2.33,15,6.31,2.36,13,5.45,2.54,11,6.11,1.54,9,5.7,1.06,10,4.29,2.75,7,2.62,2.02,13,5.82,2.44,11,6.0,2.52,13,5.56,0.88,9,6.2,1.55,10,2.6,1.65,10,3.8,2.9,10,6.78,2.05,9,5.4,2.56,15
+prolong,3.89,1.59,19,3.29,1.79,21,4.45,2.09,20,5.33,1.15,3,3.62,1.54,16,3.83,1.6,6,3.07,1.87,15,5.0,2.45,6,4.21,1.97,14,4.8,0.92,10,2.89,1.62,9,3.57,1.72,7,3.14,1.88,14,4.4,1.96,10,4.5,2.32,10,4.38,1.6,8,3.55,1.57,11,2.78,1.86,9,3.67,1.72,12,3.88,2.1,8,4.83,2.08,12
+prolonged,4.74,1.56,19,3.36,2.08,22,5.0,2.02,28,5.5,1.22,6,4.38,1.61,13,3.36,1.69,11,3.36,2.5,11,5.0,1.95,11,5.0,2.12,17,4.91,1.51,11,4.5,1.69,8,3.09,1.58,11,3.64,2.54,11,4.72,2.11,18,5.5,1.84,10,4.38,1.71,13,5.5,0.84,6,3.21,2.36,14,3.62,1.6,8,4.25,1.88,16,6.0,1.81,12
+prom,5.9,2.28,21,4.27,2.68,22,5.09,1.93,22,5.22,2.73,9,6.42,1.83,12,3.5,2.43,6,4.27,2.6,15,3.83,1.83,6,5.56,1.79,16,4.56,2.3,9,6.92,1.73,12,6.0,3.32,5,3.76,2.33,17,5.09,2.3,11,5.09,1.58,11,5.67,2.87,12,6.22,1.2,9,4.33,3.12,9,4.23,2.45,13,4.92,2.07,12,5.3,1.83,10
+promenade,6.19,1.78,21,3.32,1.73,22,5.77,1.27,22,6.11,1.62,9,6.25,1.96,12,3.17,2.04,6,3.27,1.67,15,5.67,1.03,6,5.81,1.38,16,5.11,1.54,9,7.0,1.54,12,4.6,1.52,5,2.94,1.64,17,5.73,1.1,11,5.82,1.47,11,6.17,2.17,12,6.22,1.2,9,4.22,1.48,9,2.69,1.65,13,5.67,0.98,12,5.9,1.6,10
+prominent,5.21,1.58,19,4.05,2.6,21,5.55,1.76,20,4.33,0.58,3,5.38,1.67,16,4.83,2.71,6,3.73,2.58,15,6.67,1.86,6,5.07,1.54,14,5.0,0.67,10,5.44,2.24,9,3.57,2.51,7,4.29,2.7,14,6.0,2.21,10,5.1,1.1,10,4.5,1.6,8,5.73,1.42,11,3.67,3.5,9,4.33,1.78,12,6.5,1.93,8,4.92,1.38,12
+promiscuity,3.95,2.37,20,6.0,2.99,22,5.41,2.48,27,5.71,2.69,7,3.0,1.58,13,5.5,3.14,10,6.42,2.94,12,5.4,2.29,15,5.45,2.94,11,3.55,1.97,11,4.44,2.83,9,6.0,3.04,9,6.0,3.08,13,5.0,2.6,17,6.22,2.33,9,4.23,2.62,13,3.43,1.9,7,5.75,3.19,16,6.67,2.5,6,5.58,2.54,12,5.27,2.52,15
+promiscuous,3.32,1.67,19,5.81,1.91,21,4.9,2.02,20,4.67,2.31,3,3.06,1.48,16,6.0,3.03,6,5.73,1.39,15,4.17,2.14,6,5.21,1.97,14,3.6,1.51,10,3.0,1.87,9,6.14,1.57,7,5.64,2.1,14,4.4,1.9,10,5.4,2.12,10,4.38,1.6,8,2.55,1.29,11,6.33,2.0,9,5.42,1.83,12,4.0,1.69,8,5.5,2.07,12
+promise,6.64,1.59,22,3.9,2.32,21,6.47,1.96,15,5.67,0.82,6,7.0,1.73,15,2.86,1.46,7,4.43,2.53,14,6.29,2.43,7,6.62,1.6,8,6.5,1.87,14,6.86,1.07,7,3.78,2.49,9,4.0,2.3,12,6.25,2.19,8,6.71,1.8,7,6.86,1.66,14,6.25,1.49,8,4.17,3.13,6,3.8,2.04,15,6.75,2.05,8,6.14,1.95,7
+promising,6.95,1.5,21,4.7,2.27,20,6.33,1.93,21,6.33,1.97,6,7.2,1.26,15,5.5,1.6,8,4.17,2.55,12,6.82,2.23,11,5.8,1.48,10,6.33,1.75,6,7.2,1.37,15,6.1,1.91,10,3.3,1.7,10,6.07,2.16,14,6.86,1.35,7,7.14,1.77,7,6.86,1.41,14,4.64,2.56,14,4.83,1.6,6,6.08,2.15,12,6.67,1.66,9
+promo,6.15,2.08,20,4.09,2.73,23,6.24,1.51,21,6.0,2.18,9,6.27,2.1,11,4.27,3.1,11,3.92,2.47,12,5.88,0.83,8,6.46,1.81,13,6.29,1.94,14,5.83,2.56,6,3.67,2.83,9,4.36,2.73,14,6.25,1.49,8,6.23,1.59,13,5.9,2.18,10,6.4,2.07,10,4.46,2.85,13,3.6,2.63,10,6.5,1.57,12,5.89,1.45,9
+promote,6.55,1.67,20,4.7,2.36,20,6.08,1.57,26,6.64,1.86,11,6.44,1.51,9,4.71,2.43,7,4.69,2.43,13,5.77,1.69,13,6.38,1.45,13,6.55,1.86,11,6.56,1.51,9,5.18,2.36,11,4.11,2.37,9,6.24,1.79,17,5.78,1.09,9,6.1,1.79,10,7.0,1.49,10,4.25,2.53,12,5.38,2.07,8,5.94,1.81,16,6.3,1.16,10
+promoter,5.3,1.58,23,4.36,2.46,22,5.25,2.43,20,5.75,1.49,8,5.07,1.62,15,5.0,2.62,10,3.83,2.29,12,7.29,1.7,7,4.15,2.03,13,5.33,1.78,12,5.27,1.42,11,3.27,1.49,11,5.45,2.81,11,5.53,2.45,15,4.4,2.41,5,5.18,1.47,11,5.42,1.73,12,4.5,2.01,10,4.25,2.86,12,5.2,1.75,10,5.3,3.06,10
+promotion,7.1,2.2,20,5.21,2.99,47,6.0,2.29,19,7.0,2.45,8,7.17,2.12,12,5.43,2.87,21,5.04,3.12,26,5.67,1.86,6,6.15,2.51,13,6.71,2.5,7,7.25,2.18,12,4.75,2.98,28,5.89,2.94,19,6.3,2.21,10,5.67,2.45,9,7.42,2.19,12,6.62,2.26,8,5.45,3.16,31,4.75,2.65,16,7.12,2.17,8,5.18,2.09,11
+promotional,5.45,1.85,20,4.77,2.09,22,6.53,1.58,19,5.89,2.47,9,5.09,1.14,11,6.2,3.11,5,4.25,1.57,16,7.17,1.47,6,6.23,1.59,13,5.79,1.67,14,4.67,2.16,6,4.08,1.78,12,5.56,2.35,9,6.44,1.24,9,6.6,1.9,10,6.2,1.55,10,4.7,1.89,10,3.67,1.92,12,6.1,1.45,10,7.0,1.41,6,6.31,1.65,13
+prompt,6.33,1.71,18,2.9,2.0,20,5.92,2.22,25,6.8,0.84,5,6.15,1.95,13,3.0,2.28,11,2.78,1.72,9,5.5,2.37,16,6.67,1.8,9,6.43,1.99,7,6.27,1.62,11,2.11,1.54,9,3.55,2.16,11,5.8,2.4,20,6.4,1.34,5,5.89,1.69,9,6.78,1.72,9,2.64,1.63,11,3.22,2.44,9,5.58,2.24,19,7.0,1.9,6
+prone,4.7,1.17,20,3.68,2.21,22,5.4,1.79,20,4.89,0.78,9,4.55,1.44,11,3.9,2.6,10,3.5,1.93,12,5.0,1.73,7,5.62,1.85,13,4.93,0.83,14,4.17,1.72,6,3.0,2.0,8,4.07,2.3,14,4.86,2.12,7,5.69,1.6,13,5.0,0.94,10,4.4,1.35,10,3.67,2.31,12,3.7,2.21,10,5.58,2.07,12,5.12,1.36,8
+pronounce,5.61,1.42,18,2.75,2.02,20,5.84,1.77,25,6.0,1.22,5,5.46,1.51,13,2.82,2.48,11,2.67,1.41,9,5.81,2.01,16,5.89,1.36,9,6.14,1.57,7,5.27,1.27,11,2.22,1.3,9,3.18,2.44,11,5.85,1.95,20,5.8,0.84,5,5.78,1.2,9,5.44,1.67,9,2.0,1.0,11,3.67,2.6,9,5.47,1.74,19,7.0,1.41,6
+pronto,5.7,1.53,20,4.05,2.77,21,5.81,2.43,27,6.29,1.8,7,5.38,1.33,13,4.1,2.73,10,4.0,2.93,11,6.0,2.3,15,5.91,2.55,11,5.55,1.51,11,5.89,1.62,9,4.44,2.7,9,3.75,2.9,12,6.53,2.1,17,4.89,2.57,9,5.92,1.5,13,5.29,1.6,7,3.27,2.69,15,6.0,2.0,6,5.67,2.71,12,5.93,2.28,15
+pronunciation,6.2,1.79,20,4.2,2.04,20,6.38,1.6,26,5.55,1.57,11,7.0,1.8,9,4.86,1.77,7,3.85,2.15,13,6.15,1.72,13,6.62,1.5,13,6.64,2.25,11,5.67,0.87,9,4.64,2.06,11,3.67,2.0,9,6.24,1.71,17,6.67,1.41,9,6.1,2.33,10,6.3,1.16,10,4.67,2.02,12,3.5,2.0,8,6.44,1.86,16,6.3,1.16,10
+proof,6.38,1.66,21,4.15,2.32,20,7.05,2.17,19,6.31,1.55,13,6.5,1.93,8,5.0,2.0,7,3.69,2.43,13,7.43,1.51,7,6.83,2.52,12,6.75,1.6,12,5.89,1.69,9,4.56,2.19,9,3.82,2.48,11,7.0,1.94,10,7.11,2.52,9,6.42,1.51,12,6.33,1.94,9,5.43,1.9,7,3.46,2.3,13,7.57,1.99,7,6.75,2.3,12
+prop,5.16,1.46,19,3.15,2.23,20,5.0,2.13,23,5.31,1.65,13,4.83,0.98,6,3.2,2.68,5,3.13,2.17,15,5.08,1.98,12,4.91,2.39,11,5.33,2.0,9,5.0,0.82,10,3.86,3.18,7,2.77,1.54,13,5.4,2.12,10,4.69,2.18,13,5.33,1.22,9,5.0,1.7,10,3.2,2.49,10,3.1,2.08,10,4.12,2.75,8,5.47,1.64,15
+propaganda,3.36,1.97,22,5.0,2.15,23,3.42,2.24,19,4.0,2.88,8,3.08,1.19,13,5.88,1.64,8,4.5,2.38,14,2.57,1.99,7,3.64,2.2,11,3.62,2.39,8,3.31,1.8,13,4.67,2.12,9,5.21,2.22,14,2.71,1.7,7,3.83,2.48,12,4.36,2.25,11,2.36,0.92,11,3.56,2.13,9,5.93,1.64,14,3.38,2.19,16,3.67,3.06,3
+propane,4.26,1.45,23,3.64,2.22,22,5.6,2.16,20,5.0,0.76,8,3.87,1.6,15,4.3,2.36,10,3.08,2.02,12,5.71,2.43,7,5.54,2.11,13,4.33,1.3,12,4.18,1.66,11,3.18,1.78,11,4.09,2.59,11,5.27,2.25,15,6.6,1.67,5,3.64,1.43,11,4.83,1.27,12,3.4,1.78,10,3.83,2.59,12,5.3,1.57,10,5.9,2.69,10
+propeller,4.95,1.58,19,3.53,2.53,17,4.91,1.93,22,5.0,2.16,4,4.93,1.49,15,5.0,2.83,5,2.92,2.23,12,4.3,1.83,10,5.42,1.93,12,5.11,1.05,9,4.8,1.99,10,4.11,2.85,9,2.88,2.1,8,5.64,2.29,11,4.18,1.17,11,4.25,1.42,12,6.14,1.07,7,3.0,2.78,9,4.12,2.23,8,5.09,2.02,11,4.73,1.9,11
+proper,5.68,2.14,19,2.85,2.13,20,7.15,2.06,20,5.67,1.15,3,5.93,2.15,15,2.8,2.39,10,2.9,1.97,10,7.2,1.99,10,7.1,2.23,10,5.17,2.32,6,6.25,1.82,12,2.86,2.54,7,2.85,1.99,13,7.75,1.04,8,6.75,2.49,12,6.08,1.98,12,5.0,2.38,7,3.5,2.37,10,2.2,1.75,10,7.11,2.26,9,7.18,1.99,11
+property,6.0,1.76,21,4.75,2.05,20,6.68,1.8,19,5.77,1.92,13,6.38,1.51,8,5.43,1.9,7,4.38,2.1,13,7.0,1.73,7,6.5,1.88,12,5.92,2.11,12,6.11,1.27,9,5.11,1.96,9,4.45,2.16,11,6.9,1.97,10,6.44,1.67,9,5.83,1.85,12,6.22,1.72,9,5.43,1.9,7,4.38,2.1,13,6.86,1.86,7,6.58,1.83,12
+prophecy,5.62,1.43,21,4.38,2.93,24,4.7,2.85,20,6.12,0.99,8,5.31,1.6,13,6.33,2.16,6,3.72,2.91,18,5.18,2.99,11,4.11,2.71,9,5.17,1.53,12,6.22,1.09,9,4.5,3.14,10,4.29,2.89,14,5.23,3.22,13,3.71,1.8,7,5.64,1.6,14,5.57,1.13,7,5.06,2.91,16,3.0,2.62,8,4.58,2.84,12,4.88,3.04,8
+prophet,5.32,2.93,19,3.05,2.32,22,4.68,1.98,28,3.17,2.4,6,6.31,2.66,13,3.0,2.45,11,3.09,2.3,11,4.36,2.11,11,4.88,1.93,17,5.82,2.75,11,4.62,3.2,8,2.64,1.86,11,3.45,2.73,11,4.78,1.93,18,4.5,2.17,10,5.31,2.93,13,5.33,3.2,6,2.79,2.15,14,3.5,2.67,8,4.81,2.37,16,4.5,1.38,12
+prophetic,5.25,1.74,20,4.05,2.48,21,4.74,2.77,23,4.0,2.45,4,5.56,1.46,16,4.75,2.75,4,3.88,2.47,17,4.25,2.49,8,5.0,2.95,15,4.88,1.25,8,5.5,2.02,12,3.5,2.55,10,4.55,2.42,11,4.5,2.53,14,5.11,3.22,9,4.64,1.36,11,6.0,1.94,9,3.9,2.33,10,4.18,2.71,11,5.12,2.64,17,3.67,3.08,6
+proportion,5.2,1.44,20,3.73,1.91,22,5.68,1.63,19,5.33,1.87,9,5.09,1.04,11,2.8,2.17,5,4.12,1.78,16,5.67,1.75,6,5.69,1.65,13,5.36,1.55,14,4.83,1.17,6,3.75,2.01,12,3.89,1.9,9,4.67,1.22,9,6.6,1.43,10,5.5,1.65,10,4.9,1.2,10,3.25,2.18,12,4.3,1.42,10,6.0,1.67,6,5.54,1.66,13
+proposal,5.45,1.82,20,4.73,2.41,22,6.63,1.67,19,5.44,1.81,9,5.45,1.92,11,3.4,2.88,5,5.06,2.26,16,7.33,1.37,6,6.31,1.75,13,5.71,1.9,14,4.83,1.6,6,4.0,2.26,12,5.56,2.55,9,6.0,1.22,9,7.2,1.87,10,5.7,1.89,10,5.2,1.81,10,4.0,2.3,12,5.6,2.37,10,6.83,1.6,6,6.54,1.76,13
+propose,6.26,2.0,19,4.77,2.18,22,5.77,2.29,22,6.33,1.41,9,6.2,2.49,10,5.12,1.96,8,4.57,2.34,14,6.27,2.53,11,5.27,2.0,11,6.0,1.53,7,6.42,2.27,12,5.3,2.45,10,4.33,1.92,12,5.69,2.39,13,5.89,2.26,9,5.8,2.39,10,6.78,1.39,9,4.75,1.83,8,4.79,2.42,14,5.64,2.37,14,6.0,2.27,8
+proposition,5.84,1.3,19,4.86,2.46,22,6.18,1.92,22,5.89,1.17,9,5.8,1.48,10,5.62,2.45,8,4.43,2.44,14,6.55,2.02,11,5.82,1.83,11,5.29,0.76,7,6.17,1.47,12,4.3,1.77,10,5.33,2.9,12,5.85,2.19,13,6.67,1.41,9,6.2,1.48,10,5.44,1.01,9,3.75,2.31,8,5.5,2.38,14,6.14,1.92,14,6.25,2.05,8
+proprietary,4.55,1.99,20,3.39,2.17,23,5.44,2.36,27,3.5,1.2,8,5.25,2.14,12,3.44,2.46,9,3.36,2.06,14,5.08,2.53,13,5.79,2.22,14,4.22,1.79,9,4.82,2.18,11,3.42,1.83,12,3.36,2.58,11,5.5,2.38,14,5.38,2.43,13,4.6,1.84,10,4.5,2.22,10,3.0,2.14,11,3.75,2.22,12,5.5,2.32,12,5.4,2.47,15
+proprietor,5.48,1.69,21,4.0,2.02,26,5.5,2.15,24,5.78,1.72,9,5.25,1.71,12,4.0,2.58,10,4.0,1.67,16,5.67,1.94,9,5.4,2.32,15,4.75,1.39,8,5.92,1.75,13,4.0,1.68,13,4.0,2.38,13,4.83,2.17,12,6.17,1.99,12,5.33,1.67,12,5.67,1.8,9,3.87,2.33,15,4.18,1.6,11,5.54,2.47,13,5.45,1.81,11
+propriety,5.14,1.49,22,4.14,2.06,21,5.58,2.19,19,5.5,1.51,8,4.93,1.49,14,4.11,2.32,9,4.17,1.95,12,6.0,3.29,6,5.38,1.61,13,5.0,2.1,11,5.27,0.47,11,3.91,1.81,11,4.4,2.37,10,5.43,2.5,14,6.0,1.0,5,4.9,0.99,10,5.33,1.83,12,3.9,1.52,10,4.36,2.5,11,5.22,2.05,9,5.9,2.38,10
+propulsion,4.85,1.42,20,5.0,2.43,24,5.21,2.13,28,5.75,0.46,8,4.25,1.54,12,5.44,2.4,9,4.73,2.49,15,5.21,2.39,14,5.21,1.93,14,4.11,1.83,9,5.45,0.52,11,5.08,2.35,12,4.92,2.61,12,4.86,1.99,14,5.57,2.28,14,4.3,1.83,10,5.4,0.52,10,4.17,2.37,12,5.83,2.29,12,5.0,1.76,12,5.38,2.42,16
+prose,6.43,1.94,21,3.4,2.6,20,5.0,2.49,22,6.33,2.16,6,6.47,1.92,15,3.88,3.4,8,3.08,2.02,12,4.75,2.83,12,5.3,2.11,10,7.11,2.26,9,5.92,1.56,12,4.44,3.21,9,2.55,1.69,11,3.0,1.63,7,5.93,2.28,15,6.6,2.12,10,6.27,1.85,11,3.38,2.57,13,3.43,2.88,7,4.75,2.73,12,5.3,2.26,10
+prosecute,3.15,1.42,20,4.62,2.78,21,5.12,2.7,25,4.0,1.73,3,3.0,1.37,17,5.14,3.44,7,4.54,2.5,13,6.12,2.03,8,4.65,2.89,17,4.0,1.29,7,2.69,1.32,13,5.57,2.94,7,4.31,2.72,13,4.86,2.57,14,5.45,2.94,11,3.22,1.48,9,3.09,1.45,11,4.36,2.62,11,4.9,3.07,10,4.83,2.98,18,5.86,1.77,7
+prosecution,3.37,1.21,19,4.56,2.53,18,2.88,2.03,17,3.64,1.21,11,3.0,1.2,8,5.5,3.11,4,4.29,2.4,14,3.12,2.23,8,2.67,1.94,9,3.0,0.93,8,3.64,1.36,11,4.71,2.06,7,4.45,2.88,11,2.5,1.22,6,3.09,2.39,11,3.31,1.32,13,3.5,1.05,6,3.64,2.2,11,6.0,2.45,7,3.14,2.34,7,2.7,1.89,10
+prosecutor,3.55,1.7,20,6.17,2.71,18,5.12,2.2,26,2.73,1.42,11,4.56,1.51,9,6.86,1.77,7,5.73,3.17,11,5.62,2.06,13,4.62,2.29,13,3.73,1.79,11,3.33,1.66,9,6.11,2.32,9,6.22,3.19,9,5.76,2.14,17,3.89,1.83,9,3.4,2.07,10,3.7,1.34,10,6.64,2.25,11,5.43,3.36,7,5.56,1.9,16,4.4,2.55,10
+prospect,5.78,1.8,18,3.68,2.21,19,5.52,1.78,25,6.4,1.52,5,5.54,1.9,13,3.6,2.27,10,3.78,2.28,9,5.44,2.06,16,5.67,1.22,9,5.29,1.6,7,6.09,1.92,11,3.0,2.0,8,4.18,2.32,11,5.6,1.93,20,5.2,1.1,5,5.56,2.07,9,6.0,1.58,9,3.8,2.04,10,3.56,2.51,9,5.21,1.87,19,6.5,1.05,6
+prospective,5.76,1.34,21,4.78,1.95,23,5.75,1.74,20,5.8,1.64,5,5.75,1.29,16,5.42,1.62,12,4.09,2.12,11,5.64,1.8,11,5.5,1.41,8,5.58,1.44,12,6.0,1.22,9,4.81,1.83,16,4.71,2.36,7,5.73,1.74,11,5.78,1.86,9,5.77,1.54,13,5.75,1.04,8,4.68,2.14,19,5.25,0.5,4,5.29,1.59,14,6.83,1.72,6
+prospector,4.84,1.26,19,3.74,2.09,23,4.86,2.03,28,5.12,0.35,8,4.64,1.63,11,3.56,2.24,9,3.86,2.07,14,4.21,2.29,14,5.5,1.56,14,4.22,1.48,9,5.4,0.7,10,4.09,1.97,11,3.42,2.23,12,4.29,1.59,14,5.43,2.31,14,4.6,1.58,10,5.11,0.78,9,3.64,1.96,11,3.83,2.29,12,4.33,1.5,12,5.25,2.32,16
+prospectus,5.74,1.37,19,3.87,2.44,23,5.16,2.17,19,5.11,1.17,9,6.3,1.34,10,3.57,2.44,7,3.93,2.58,15,5.0,2.21,10,5.33,2.24,9,5.89,1.36,9,5.6,1.43,10,4.3,2.98,10,3.42,2.02,12,4.88,1.81,8,5.5,2.55,10,5.58,1.16,12,6.0,1.73,7,3.8,2.44,20,4.33,2.89,3,5.0,1.69,8,5.27,2.53,11
+prosper,7.67,1.91,18,6.0,2.6,22,5.11,2.18,19,7.75,1.04,8,7.6,2.46,10,6.29,3.35,7,6.07,2.23,14,5.0,2.31,10,5.22,2.17,9,8.22,0.83,9,7.11,2.52,9,5.8,2.74,10,6.45,2.5,11,4.12,1.55,8,5.6,2.37,10,7.36,2.34,11,8.14,0.9,7,6.05,2.55,19,5.67,3.51,3,5.12,2.03,8,5.09,2.39,11
+prosperity,7.1,1.45,20,5.3,2.47,20,6.55,2.04,22,7.71,1.5,7,6.77,1.36,13,5.11,1.9,9,5.45,2.94,11,5.83,2.04,6,6.81,2.04,16,7.1,1.45,10,7.0,1.58,9,4.5,3.25,8,5.83,1.75,12,6.2,2.01,15,7.29,2.06,7,7.18,1.47,11,7.0,1.5,9,5.25,2.49,12,5.38,2.62,8,6.73,1.85,11,6.36,2.29,11
+prosperous,7.16,1.8,19,6.0,2.11,18,6.76,1.35,17,7.45,1.63,11,6.75,2.05,8,7.25,1.71,4,5.64,2.13,14,6.5,1.85,8,7.0,0.71,9,7.75,0.89,8,6.73,2.2,11,5.14,2.27,7,6.55,1.92,11,6.17,1.72,6,7.09,1.04,11,7.08,2.14,13,7.33,0.82,6,6.36,2.25,11,5.43,1.9,7,6.86,1.46,7,6.7,1.34,10
+prostate,4.0,1.41,17,4.7,2.6,20,4.2,1.85,25,3.8,1.3,5,4.08,1.51,12,5.55,2.34,11,3.67,2.65,9,4.0,1.63,16,4.56,2.24,9,4.43,1.13,7,3.7,1.57,10,3.44,2.6,9,5.73,2.2,11,3.8,1.67,20,5.8,1.79,5,4.33,1.12,9,3.62,1.69,8,4.09,2.66,11,5.44,2.46,9,4.74,1.66,19,2.5,1.38,6
+prosthetic,4.1,2.14,21,3.42,2.54,24,5.05,2.33,20,4.25,2.43,8,4.0,2.04,13,4.67,2.88,6,3.0,2.35,18,5.82,2.09,11,4.11,2.37,9,4.75,2.34,12,3.22,1.56,9,4.2,2.94,10,2.86,2.14,14,5.77,2.24,13,3.71,1.98,7,4.43,2.06,14,3.43,2.3,7,3.69,2.68,16,2.88,2.3,8,4.92,2.43,12,5.25,2.31,8
+prostitute,3.42,2.22,19,4.86,2.68,22,3.91,2.57,23,3.55,2.5,11,3.0,1.91,7,6.12,2.64,8,4.14,2.51,14,4.0,2.52,7,3.88,2.68,16,3.5,1.6,8,3.36,2.66,11,4.56,3.32,9,5.08,2.25,13,4.91,2.47,11,3.0,2.41,12,3.08,2.07,12,4.0,2.52,7,4.64,2.98,11,5.09,2.47,11,3.23,2.49,13,4.8,2.53,10
+prostitution,2.79,1.51,19,6.05,2.56,21,4.68,2.82,25,2.5,0.71,2,2.82,1.59,17,6.71,2.87,7,5.85,2.48,13,5.75,2.6,8,4.18,2.86,17,2.5,1.52,6,2.92,1.55,13,6.14,2.48,7,6.15,2.73,13,4.36,2.76,14,5.09,2.98,11,3.25,1.49,8,2.45,1.51,11,6.0,2.24,11,6.1,3.0,10,4.28,2.93,18,5.71,2.43,7
+prostrate,3.62,1.91,21,4.6,2.29,25,4.32,2.32,22,3.5,1.51,8,3.69,2.18,13,5.08,2.66,13,4.08,1.78,12,4.31,2.56,13,4.33,2.06,9,3.75,1.83,8,3.67,2.06,12,5.43,1.74,14,3.55,2.54,11,5.17,2.52,12,3.3,1.64,10,3.5,1.65,10,3.73,2.2,11,4.47,2.48,17,4.88,1.96,8,4.5,2.59,10,4.17,2.17,12
+protect,6.83,2.01,18,3.7,2.13,20,5.83,2.53,18,5.88,2.36,8,7.6,1.35,10,3.71,1.6,7,3.69,2.43,13,5.91,2.12,11,5.71,3.25,7,6.18,2.04,11,7.86,1.57,7,3.33,2.65,9,4.0,1.67,11,5.82,2.44,11,5.86,2.85,7,6.33,2.23,12,7.83,0.98,6,3.42,2.43,12,4.12,1.64,8,6.0,2.96,9,5.67,2.18,9
+protected,7.05,1.6,41,3.81,2.16,47,6.04,2.46,55,7.13,1.36,15,7.0,1.74,26,3.91,2.43,11,3.82,2.15,34,5.89,2.49,18,6.11,2.48,37,7.05,1.7,20,6.95,1.5,20,3.77,2.23,26,3.95,2.2,19,5.93,2.7,29,6.15,2.22,26,7.12,1.68,24,6.94,1.52,17,3.86,2.21,28,3.74,2.16,19,6.33,2.68,33,5.59,2.09,22
+protection,6.73,1.39,22,4.32,2.19,19,6.71,2.03,21,6.4,1.14,5,6.88,1.5,16,5.38,2.07,8,3.55,2.02,11,5.6,2.32,10,7.73,1.01,11,6.33,1.5,12,7.2,1.14,10,4.6,2.27,10,4.0,2.18,9,6.42,2.43,12,7.11,1.36,9,6.64,1.57,11,6.82,1.25,11,4.5,1.51,8,4.18,2.64,11,5.67,2.6,9,7.5,1.0,12
+protective,6.53,1.71,19,3.96,2.2,23,6.61,1.87,28,5.62,0.74,8,7.18,1.94,11,3.78,2.17,9,4.07,2.3,14,6.64,2.27,14,6.57,1.45,14,6.22,1.86,9,6.8,1.62,10,4.0,2.0,12,3.91,2.51,11,6.29,2.05,14,6.93,1.69,14,6.8,1.75,10,6.22,1.72,9,3.55,1.97,11,4.33,2.42,12,6.75,1.96,12,6.5,1.86,16
+protector,7.37,1.57,19,4.23,2.67,22,6.21,2.39,28,7.17,1.47,6,7.46,1.66,13,4.55,2.5,11,3.91,2.91,11,6.64,2.25,11,5.94,2.51,17,7.27,1.95,11,7.5,0.93,8,3.27,2.0,11,5.18,2.99,11,5.94,2.55,18,6.7,2.11,10,7.15,1.77,13,7.83,0.98,6,4.43,2.93,14,3.88,2.3,8,6.5,2.22,16,5.83,2.66,12
+protein,6.55,1.93,20,2.95,1.99,21,5.08,1.84,24,6.75,3.3,4,6.5,1.59,16,2.25,0.96,4,3.12,2.15,17,4.62,2.45,8,5.31,1.49,16,6.25,1.75,8,6.75,2.09,12,3.2,1.99,10,2.73,2.05,11,5.5,1.91,14,4.5,1.65,10,7.0,1.67,11,6.0,2.18,9,3.7,2.31,10,2.27,1.42,11,5.12,1.9,17,5.0,1.83,7
+protest,4.42,2.46,19,4.18,2.72,22,4.93,2.54,28,3.67,2.42,6,4.77,2.49,13,3.73,2.72,11,4.64,2.77,11,5.45,2.58,11,4.59,2.53,17,4.36,2.46,11,4.5,2.62,8,3.36,2.06,11,5.0,3.13,11,5.17,2.6,18,4.5,2.51,10,4.0,2.45,13,5.33,2.42,6,4.43,2.77,14,3.75,2.76,8,5.12,2.7,16,4.67,2.39,12
+protestant,4.5,1.99,22,3.0,1.67,21,4.95,2.24,22,4.86,2.14,14,3.88,1.64,8,2.64,1.69,11,3.22,1.64,9,4.0,1.67,6,5.31,2.36,16,4.5,2.22,10,4.5,1.88,12,2.73,1.9,11,3.3,1.42,10,4.23,1.64,13,6.0,2.65,9,4.42,1.88,12,4.6,2.22,10,2.77,1.88,13,3.38,1.3,8,5.08,2.07,12,4.8,2.53,10
+protocol,5.1,1.37,20,3.83,2.26,18,4.05,2.44,22,5.2,1.48,5,5.07,1.39,15,4.5,2.26,6,3.5,2.28,12,4.4,2.01,10,3.75,2.8,12,5.6,0.7,10,4.6,1.71,10,4.6,2.55,10,2.88,1.46,8,3.09,2.07,11,5.0,2.49,11,5.17,1.47,12,5.0,1.31,8,2.89,2.32,9,4.78,1.86,9,3.27,2.15,11,4.82,2.56,11
+proton,6.26,1.59,19,3.36,2.4,22,4.32,1.91,28,6.17,1.17,6,6.31,1.8,13,4.0,2.72,11,2.73,1.95,11,3.45,2.11,11,4.88,1.58,17,6.27,1.79,11,6.25,1.39,8,4.0,2.72,11,2.73,1.95,11,4.22,1.96,18,4.5,1.9,10,6.69,1.65,13,5.33,1.03,6,3.0,2.25,14,4.0,2.67,8,4.12,2.13,16,4.58,1.62,12
+prototype,6.48,1.66,21,3.92,2.36,25,6.68,2.03,19,6.67,1.73,9,6.33,1.67,12,3.67,1.51,6,4.17,2.57,18,6.86,2.48,7,6.58,1.83,12,6.56,1.63,16,6.2,1.92,5,4.0,2.57,14,4.1,2.08,10,7.89,1.45,9,5.6,1.9,10,6.67,1.72,12,6.22,1.64,9,4.5,2.53,16,2.89,1.69,9,6.64,2.2,11,6.75,1.91,8
+proud,7.0,2.03,19,5.55,2.34,22,7.09,2.05,47,5.0,1.0,3,7.38,1.96,16,5.71,2.75,7,5.5,2.31,14,6.65,2.12,17,7.33,2.01,30,7.2,1.55,10,6.78,2.54,9,5.8,2.57,10,5.36,2.34,11,6.85,2.07,26,7.38,2.04,21,6.25,2.6,8,7.55,1.37,11,5.42,2.29,19,6.33,3.06,3,7.1,2.13,29,7.06,1.98,18
+prove,6.0,2.06,18,3.25,2.61,20,5.78,2.21,18,5.0,2.07,8,6.8,1.75,10,2.71,1.89,7,3.54,2.96,13,5.27,2.41,11,6.57,1.72,7,5.36,1.96,11,7.0,1.91,7,3.11,2.76,9,3.36,2.62,11,5.55,2.46,11,6.14,1.86,7,5.58,1.98,12,6.83,2.14,6,2.83,2.52,12,3.88,2.8,8,6.56,1.67,9,5.0,2.5,9
+proverb,5.95,2.3,19,3.55,2.06,22,6.14,1.93,22,6.0,2.06,9,5.9,2.6,10,3.75,1.98,8,3.43,2.17,14,5.82,2.14,11,6.45,1.75,11,5.14,1.68,7,6.42,2.54,12,4.4,2.01,10,2.83,1.9,12,6.62,1.98,13,5.44,1.74,9,5.9,2.47,10,6.0,2.24,9,3.12,2.36,8,3.79,1.93,14,5.86,2.11,14,6.62,1.6,8
+proverbial,5.32,1.0,19,3.24,1.87,21,5.25,2.0,20,6.33,0.58,3,5.12,0.96,16,4.33,1.75,6,2.8,1.78,15,6.17,1.47,6,4.86,2.11,14,5.4,0.7,10,5.22,1.3,9,2.57,1.81,7,3.57,1.87,14,5.4,2.59,10,5.1,1.29,10,5.62,1.06,8,5.09,0.94,11,2.78,1.86,9,3.58,1.88,12,5.62,2.88,8,5.0,1.21,12
+provide,6.67,1.41,18,4.76,2.49,21,5.96,1.92,23,6.4,1.34,5,6.77,1.48,13,5.67,2.16,6,4.4,2.59,15,6.4,1.96,10,5.62,1.89,13,6.57,1.13,7,6.73,1.62,11,4.57,2.88,7,4.86,2.38,14,5.73,2.0,11,6.17,1.9,12,6.55,1.29,11,6.86,1.68,7,3.55,2.3,11,6.1,2.02,10,5.93,1.9,14,6.0,2.06,9
+provider,6.26,1.94,19,3.73,2.55,22,6.32,2.45,28,6.17,1.6,6,6.31,2.14,13,4.55,2.81,11,2.91,2.07,11,5.82,2.82,11,6.65,2.21,17,5.91,2.07,11,6.75,1.75,8,2.82,1.89,11,4.64,2.87,11,5.56,2.57,18,7.7,1.49,10,5.77,2.09,13,7.33,1.03,6,3.86,2.51,14,3.5,2.78,8,6.06,2.46,16,6.67,2.5,12
+province,5.14,1.42,22,3.33,2.24,21,5.18,1.82,22,5.36,1.69,14,4.75,0.71,8,3.45,1.92,11,3.44,2.7,9,5.33,1.86,6,5.12,1.86,16,5.2,1.69,10,5.08,1.24,12,3.27,2.45,11,3.4,2.12,10,5.0,1.53,13,5.44,2.24,9,5.5,1.38,12,4.7,1.42,10,3.77,2.52,13,2.62,1.6,8,4.42,1.51,12,6.1,1.79,10
+provincial,5.22,1.52,18,2.85,2.28,20,5.0,2.17,23,5.33,1.72,12,5.0,1.1,6,4.2,3.11,5,2.4,1.84,15,4.67,1.92,12,5.36,2.46,11,5.22,2.05,9,5.22,0.83,9,4.14,3.08,7,2.15,1.41,13,5.09,2.26,11,4.92,2.19,12,5.11,1.54,9,5.33,1.58,9,2.7,2.36,10,3.0,2.31,10,5.12,2.64,8,4.93,1.98,15
+provision,5.74,1.91,19,4.19,2.02,21,6.14,2.08,21,6.22,1.3,9,5.3,2.31,10,5.14,1.86,7,3.71,1.98,14,5.91,2.43,11,6.4,1.71,10,6.0,1.29,7,5.58,2.23,12,4.7,1.83,10,3.73,2.15,11,5.5,2.2,12,7.0,1.66,9,6.0,1.89,10,5.44,2.01,9,3.88,2.53,8,4.38,1.71,13,6.14,2.11,14,6.14,2.19,7
+provisional,4.78,1.54,23,3.12,1.73,17,5.08,2.34,24,4.86,1.86,7,4.75,1.44,16,3.6,1.67,5,2.92,1.78,12,4.85,2.58,13,5.36,2.11,11,5.27,1.01,11,4.33,1.83,12,4.0,1.53,7,2.5,1.65,10,5.06,2.32,16,5.12,2.53,8,4.62,1.59,16,5.14,1.46,7,3.55,1.63,11,2.33,1.75,6,5.87,2.59,15,3.78,0.97,9
+provocation,3.89,1.23,18,5.11,2.66,19,4.32,1.97,25,3.8,1.3,5,3.92,1.26,13,5.9,2.69,10,4.22,2.49,9,4.56,1.97,16,3.89,2.03,9,4.29,1.38,7,3.64,1.12,11,3.89,2.62,9,6.2,2.3,10,4.1,2.0,20,5.2,1.79,5,4.0,1.12,9,3.78,1.39,9,4.45,2.98,11,6.0,2.0,8,4.47,1.95,19,3.83,2.14,6
+provocative,5.47,2.01,19,5.9,2.45,21,4.8,1.4,20,5.67,1.53,3,5.44,2.13,16,6.83,2.99,6,5.53,2.2,15,4.5,1.64,6,4.93,1.33,14,5.6,1.26,10,5.33,2.69,9,6.57,1.99,7,5.57,2.65,14,4.9,1.66,10,4.7,1.16,10,6.12,1.55,8,5.0,2.24,11,5.67,3.04,9,6.08,2.02,12,4.38,1.41,8,5.08,1.38,12
+provoke,3.3,1.3,20,6.72,2.16,18,5.23,2.42,26,2.82,1.17,11,3.89,1.27,9,7.17,2.14,6,6.5,2.24,12,5.38,2.33,13,5.08,2.6,13,3.55,1.29,11,3.0,1.32,9,6.6,1.96,10,6.88,2.53,8,5.82,2.32,17,4.11,2.32,9,3.4,1.65,10,3.2,0.92,10,6.5,2.39,12,7.17,1.72,6,5.69,2.44,16,4.5,2.32,10
+prowess,5.95,1.6,21,5.25,2.4,20,6.29,1.92,35,6.0,1.69,8,5.92,1.61,13,6.6,1.67,5,4.8,2.48,15,6.73,1.62,11,6.08,2.04,24,6.08,1.8,13,5.75,1.28,8,6.08,2.5,12,4.0,1.69,8,6.37,2.14,19,6.19,1.68,16,5.45,1.57,11,6.5,1.51,10,4.91,2.51,11,5.67,2.35,9,6.24,2.0,21,6.36,1.86,14
+prowl,3.39,1.69,18,4.32,2.44,22,5.04,2.01,28,3.0,1.67,6,3.58,1.73,12,4.36,2.38,11,4.27,2.61,11,5.45,2.25,11,4.76,1.86,17,3.82,1.47,11,2.71,1.89,7,4.27,2.28,11,4.36,2.69,11,5.17,2.07,18,4.8,1.99,10,3.62,1.66,13,2.8,1.79,5,4.21,2.46,14,4.5,2.56,8,5.31,2.12,16,4.67,1.87,12
+prowler,2.84,1.8,19,5.48,2.8,21,3.4,1.96,20,4.67,2.52,3,2.5,1.51,16,5.17,2.71,6,5.6,2.92,15,4.5,1.38,6,2.93,2.02,14,3.4,1.96,10,2.22,1.48,9,5.29,2.81,7,5.57,2.9,14,4.5,1.84,10,2.3,1.42,10,3.62,2.13,8,2.27,1.35,11,5.0,3.46,9,5.83,2.29,12,3.12,2.3,8,3.58,1.78,12
+proximal,4.45,1.32,20,3.59,1.71,22,5.42,1.64,19,4.11,1.69,9,4.73,0.9,11,3.0,1.58,5,3.88,1.75,16,5.67,1.75,6,5.31,1.65,13,4.07,1.38,14,5.33,0.52,6,3.58,2.02,12,3.78,1.3,9,5.11,1.27,9,5.7,1.95,10,4.3,1.42,10,4.6,1.26,10,2.83,1.85,12,4.5,0.97,10,6.17,1.83,6,5.08,1.5,13
+proximity,4.47,1.47,19,3.85,2.06,20,6.15,2.39,20,5.33,0.58,3,4.47,1.46,15,3.8,1.81,10,3.9,2.38,10,6.2,2.35,10,6.1,2.56,10,4.17,1.83,6,4.83,1.11,12,4.0,1.83,7,3.77,2.24,13,6.12,2.42,8,6.17,2.48,12,4.5,1.31,12,4.43,1.81,7,3.8,2.35,10,3.9,1.85,10,6.56,2.35,9,5.82,2.48,11
+proxy,4.95,1.19,20,3.2,2.04,20,4.41,2.06,22,5.0,0.0,7,4.92,1.5,13,3.78,2.22,9,2.73,1.85,11,4.5,2.95,6,4.38,1.75,16,4.7,0.95,10,5.22,1.48,9,3.5,2.2,8,3.0,2.0,12,4.4,2.32,15,4.43,1.51,7,5.0,1.48,11,4.89,0.78,9,3.25,1.96,12,3.12,2.3,8,4.91,2.3,11,3.91,1.76,11
+prude,3.17,1.62,18,3.32,2.03,22,4.12,2.07,24,3.2,1.48,5,3.15,1.72,13,3.75,2.05,12,2.8,1.99,10,3.75,1.83,8,4.31,2.21,16,3.22,1.39,9,3.11,1.9,9,4.44,2.24,9,2.54,1.51,13,3.88,2.32,17,4.67,1.37,6,2.29,0.95,7,3.73,1.74,11,3.89,2.42,9,2.92,1.71,13,4.12,2.39,16,4.12,1.36,8
+prudence,5.38,1.69,21,4.12,1.92,24,5.45,2.09,22,5.75,1.28,8,5.15,1.91,13,4.23,2.28,13,4.0,1.48,11,5.69,1.65,13,5.11,2.67,9,6.25,1.75,8,5.0,1.41,12,4.85,1.63,13,3.27,1.95,11,5.58,1.0,12,5.3,2.98,10,4.9,1.85,10,5.82,1.47,11,4.0,2.18,17,4.43,1.13,7,4.8,2.49,10,6.0,1.6,12
+prudent,5.29,1.87,21,3.44,2.55,25,5.95,2.63,19,5.22,2.44,9,5.33,1.44,12,3.67,3.08,6,3.17,2.36,18,4.57,3.55,7,6.75,1.6,12,5.19,1.94,16,5.6,1.82,5,3.21,2.86,14,3.4,2.01,10,5.44,2.92,9,6.4,2.41,10,5.17,2.21,12,5.44,1.42,9,4.12,2.75,16,2.22,1.64,9,5.27,3.07,11,6.88,1.64,8
+prune,4.61,1.59,23,3.14,1.8,21,5.55,2.78,20,4.0,1.31,8,4.93,1.67,15,3.1,1.73,10,3.18,1.94,11,6.71,2.69,7,4.92,2.72,13,4.67,1.3,12,4.55,1.92,11,3.1,1.66,10,3.18,1.99,11,5.13,2.9,15,6.8,2.17,5,4.73,1.68,11,4.5,1.57,12,3.7,2.06,10,2.64,1.43,11,4.6,2.27,10,6.5,3.03,10
+pruning,5.43,2.09,21,2.83,1.92,23,6.06,2.18,18,5.56,2.51,9,5.33,1.83,12,3.09,1.81,11,2.58,2.07,12,6.0,2.26,10,6.12,2.23,8,5.29,2.14,7,5.62,2.18,13,3.55,1.92,11,2.17,1.75,12,5.86,2.34,7,6.18,2.18,11,5.23,2.28,13,5.75,1.83,8,2.64,2.11,11,3.0,1.81,12,5.56,2.13,9,6.56,2.24,9
+pry,3.57,1.86,21,5.3,2.58,20,4.85,2.25,20,3.83,1.47,6,3.47,2.03,15,4.62,2.67,8,5.75,2.53,12,5.18,2.23,11,4.44,2.35,9,2.83,1.47,6,3.87,1.96,15,5.0,2.98,10,5.6,2.22,10,5.15,2.54,13,4.29,1.6,7,2.86,1.57,7,3.93,1.94,14,5.64,2.71,14,4.5,2.26,6,4.18,2.27,11,5.67,2.06,9
+psalm,6.16,2.67,19,3.14,2.01,21,5.5,2.22,22,5.56,2.65,9,6.7,2.71,10,4.0,1.91,7,2.71,1.98,14,5.18,2.23,11,5.82,2.27,11,4.71,2.56,7,7.0,2.45,12,3.5,2.07,10,2.82,1.99,11,5.38,2.43,13,5.67,2.0,9,6.2,2.7,10,6.11,2.8,9,3.38,2.0,8,3.0,2.08,13,5.5,2.14,14,5.5,2.51,8
+psi,4.59,1.33,22,3.92,2.59,26,6.25,1.82,24,4.67,1.58,9,4.54,1.2,13,3.1,2.08,10,4.44,2.8,16,6.56,1.74,9,6.07,1.91,15,4.12,1.64,8,4.86,1.1,14,4.31,2.56,13,3.54,2.67,13,5.75,1.76,12,6.75,1.82,12,4.67,0.98,12,4.5,1.72,10,2.87,2.29,15,5.36,2.34,11,6.62,1.89,13,5.82,1.72,11
+psoriasis,2.52,1.29,21,4.24,2.62,21,3.35,2.39,20,3.0,1.6,8,2.23,1.01,13,4.2,2.66,10,4.27,2.72,11,4.57,2.99,7,2.69,1.8,13,2.64,1.36,11,2.4,1.26,10,3.9,2.38,10,4.55,2.91,11,3.53,2.61,15,2.8,1.64,5,2.8,1.03,10,2.27,1.49,11,4.56,2.55,9,4.0,2.76,12,3.0,1.76,10,3.7,2.95,10
+psych,4.67,2.35,21,4.6,2.54,20,4.05,2.84,21,4.0,2.37,6,4.93,2.37,15,4.25,2.55,8,4.83,2.62,12,4.33,2.96,12,3.67,2.78,9,5.44,2.96,9,4.08,1.68,12,4.33,2.78,9,4.82,2.44,11,3.14,2.12,7,4.5,3.11,14,4.7,2.58,10,4.64,2.25,11,4.38,2.47,13,5.0,2.83,7,3.0,2.72,11,5.2,2.62,10
+psyche,5.0,1.45,19,4.61,1.79,18,4.59,1.73,17,5.27,1.01,11,4.62,1.92,8,4.25,2.22,4,4.71,1.73,14,4.88,2.03,8,4.33,1.5,9,5.5,1.07,8,4.64,1.63,11,5.14,1.35,7,4.27,2.0,11,4.5,1.87,6,4.64,1.75,11,4.77,1.42,13,5.5,1.52,6,4.45,2.11,11,4.86,1.21,7,4.71,1.38,7,4.5,2.01,10
+psychedelic,4.68,2.14,19,5.64,2.61,22,4.0,2.47,24,3.83,1.72,6,5.08,2.25,13,5.83,2.62,12,5.4,2.72,10,4.25,2.92,8,3.88,2.31,16,4.2,1.23,10,5.22,2.82,9,6.33,2.0,9,5.15,2.94,13,4.12,2.57,17,3.5,2.51,6,4.62,2.2,8,4.73,2.2,11,4.78,2.39,9,6.23,2.68,13,3.62,2.28,16,4.75,2.82,8
+psychiatric,3.32,1.7,19,4.52,2.18,21,4.76,2.72,34,3.8,1.69,10,2.78,1.64,9,5.0,2.0,8,4.23,2.31,13,4.79,2.81,14,4.75,2.73,20,4.12,1.25,8,2.73,1.79,11,4.85,2.23,13,4.0,2.14,8,4.64,2.68,22,5.0,2.89,12,3.67,1.73,9,3.0,1.7,10,4.21,2.42,14,5.14,1.57,7,5.18,2.53,17,4.35,2.91,17
+psychiatrist,4.11,1.91,19,4.25,2.71,20,4.1,2.4,20,4.0,1.0,3,4.12,2.06,16,4.8,3.35,5,4.07,2.58,15,5.0,2.0,6,3.71,2.52,14,3.9,1.52,10,4.33,2.35,9,4.14,2.91,7,4.31,2.72,13,4.6,2.22,10,3.6,2.59,10,3.62,1.51,8,4.45,2.16,11,4.44,3.47,9,4.09,2.07,11,3.0,2.62,8,4.83,2.04,12
+psychiatry,4.61,1.72,18,4.6,2.21,20,4.71,2.29,24,4.58,2.11,12,4.67,0.52,6,4.0,2.24,5,4.8,2.24,15,4.69,2.21,13,4.73,2.49,11,4.78,2.28,9,4.44,1.01,9,5.29,2.87,7,4.23,1.79,13,4.18,1.83,11,5.15,2.61,13,4.33,1.58,9,4.89,1.9,9,4.5,1.9,10,4.7,2.58,10,6.0,2.29,9,3.93,1.98,15
+psychic,5.67,2.08,21,4.71,2.27,24,5.43,2.42,21,6.12,2.36,8,5.38,1.94,13,4.75,2.56,12,4.67,2.06,12,6.08,2.5,13,4.38,2.0,8,6.12,1.64,8,5.42,2.43,12,4.93,2.02,14,4.4,2.67,10,6.17,2.37,12,4.44,2.24,9,6.3,1.77,10,5.09,2.26,11,4.62,2.45,16,4.88,2.03,8,5.2,2.9,10,5.64,2.01,11
+psycho,3.2,1.67,20,6.0,2.39,22,3.1,2.21,21,2.89,1.54,9,3.45,1.81,11,5.64,2.58,11,6.36,2.25,11,3.0,1.51,8,3.15,2.61,13,3.0,1.47,14,3.67,2.16,6,4.78,3.03,9,6.85,1.41,13,3.75,1.67,8,2.69,2.46,13,3.1,1.66,10,3.3,1.77,10,6.25,2.05,12,5.7,2.83,10,2.5,1.93,12,3.89,2.42,9
+psychoanalysis,4.47,1.98,19,5.57,2.34,21,3.83,1.67,23,6.0,2.12,5,3.92,1.75,13,5.0,2.28,6,5.8,2.4,15,4.7,1.57,10,3.15,1.46,13,5.57,2.51,7,3.82,1.4,11,6.0,1.63,7,5.36,2.65,14,3.91,0.83,11,3.75,2.22,12,4.58,2.07,12,4.29,1.98,7,5.55,2.46,11,5.6,2.32,10,4.0,1.8,14,3.56,1.51,9
+psychoanalyst,5.35,1.57,20,4.59,2.3,22,4.48,2.59,27,6.57,1.51,7,4.69,1.18,13,4.2,2.15,10,4.92,2.47,12,4.73,2.63,15,4.27,2.72,11,4.82,1.6,11,6.0,1.32,9,4.33,2.06,9,4.77,2.52,13,5.0,2.92,17,3.67,1.8,9,5.62,1.56,13,4.86,1.57,7,4.75,2.38,16,4.17,2.23,6,4.67,2.84,12,4.33,2.47,15
+psychobabble,4.16,1.68,19,4.25,2.07,20,5.26,2.6,23,3.0,2.0,3,4.38,1.59,16,5.14,2.54,7,3.77,1.69,13,5.22,2.59,9,5.29,2.7,14,3.33,1.8,9,4.9,1.2,10,3.88,1.64,8,4.5,2.35,12,6.0,2.51,15,3.88,2.3,8,4.29,1.25,7,4.08,1.93,12,4.56,1.51,9,4.0,2.49,11,5.77,3.19,13,4.6,1.43,10
+psychological,4.77,1.54,22,4.81,2.46,21,5.33,2.5,18,5.12,1.46,8,4.57,1.6,14,4.33,2.45,9,5.17,2.52,12,6.14,2.54,7,4.82,2.44,11,5.25,1.76,12,4.2,1.03,10,4.2,2.39,10,5.36,2.5,11,5.31,2.59,13,5.4,2.51,5,4.45,1.04,11,5.09,1.92,11,5.89,1.9,9,4.0,2.59,12,4.88,2.3,8,5.7,2.71,10
+psychologist,5.05,1.35,19,3.78,2.16,18,4.53,1.94,17,5.27,1.49,11,4.75,1.16,8,4.0,2.0,4,3.71,2.27,14,4.25,1.67,8,4.78,2.22,9,5.75,1.39,8,4.55,1.13,11,4.0,2.08,7,3.64,2.29,11,3.83,1.47,6,4.91,2.12,11,5.38,1.39,13,4.33,1.03,6,3.45,2.25,11,4.29,2.06,7,4.29,2.06,7,4.7,1.95,10
+psychology,4.81,1.36,21,3.41,2.36,22,4.38,2.16,26,4.7,0.82,10,4.91,1.76,11,2.14,1.86,7,4.0,2.39,15,4.25,2.29,16,4.6,2.01,10,4.73,0.79,11,4.9,1.85,10,2.8,2.49,5,3.59,2.37,17,4.08,2.33,13,4.69,2.02,13,4.54,1.13,13,5.25,1.67,8,3.2,2.86,10,3.58,1.98,12,4.46,2.5,13,4.31,1.84,13
+psychopath,2.62,1.53,21,5.41,2.82,22,3.52,2.34,27,3.4,1.26,10,1.91,1.45,11,5.0,3.21,7,5.6,2.72,15,3.53,2.21,17,3.5,2.68,10,2.64,1.57,11,2.6,1.58,10,3.2,2.68,5,6.06,2.59,17,4.29,2.55,14,2.69,1.84,13,2.62,1.71,13,2.62,1.3,8,4.2,3.26,10,6.42,2.02,12,3.93,2.46,14,3.08,2.22,13
+psychopathic,2.8,1.79,20,6.0,2.09,18,2.86,2.12,22,2.6,1.82,5,2.87,1.85,15,5.5,1.38,6,6.25,2.38,12,3.6,2.17,10,2.25,1.96,12,2.6,1.43,10,3.0,2.16,10,6.2,1.87,10,5.75,2.43,8,3.18,2.6,11,2.55,1.57,11,2.75,1.96,12,2.88,1.64,8,5.0,2.24,9,7.0,1.41,9,3.64,2.5,11,2.09,1.38,11
+psychosis,2.65,1.31,20,6.0,2.2,22,3.52,2.25,21,2.78,1.39,9,2.55,1.29,11,6.4,2.17,10,5.67,2.27,12,3.75,1.49,8,3.38,2.66,13,3.0,1.18,14,1.83,1.33,6,5.0,2.56,8,6.57,1.83,14,4.62,1.77,8,2.85,2.3,13,3.1,0.99,10,2.2,1.48,10,5.83,1.85,12,6.2,2.66,10,3.25,2.34,12,3.89,2.2,9
+psychosomatic,3.71,1.74,21,5.12,1.9,25,3.23,1.74,22,3.5,2.0,8,3.85,1.63,13,5.08,2.22,13,5.17,1.59,12,3.92,1.61,13,2.22,1.48,9,3.62,1.3,8,3.92,2.02,12,5.86,1.51,14,4.18,1.99,11,3.83,1.85,12,2.5,1.35,10,3.3,1.57,10,4.09,1.87,11,4.65,1.9,17,6.12,1.55,8,3.1,1.97,10,3.33,1.61,12
+psychotherapy,4.26,1.45,23,4.32,2.55,22,4.05,2.04,20,5.38,1.3,8,3.67,1.18,15,4.5,2.37,10,4.17,2.79,12,4.57,2.44,7,3.77,1.83,13,4.33,1.78,12,4.18,1.08,11,4.27,2.49,11,4.36,2.73,11,3.93,2.12,15,4.4,1.95,5,4.18,1.17,11,4.33,1.72,12,4.6,2.67,10,4.08,2.54,12,3.8,1.81,10,4.3,2.31,10
+psychotic,3.3,2.18,23,6.14,2.08,22,3.05,2.3,19,3.45,2.25,11,3.17,2.21,12,4.8,2.68,5,6.62,1.78,16,2.5,2.35,6,3.31,2.32,13,3.73,2.09,15,2.5,2.27,8,5.92,2.5,12,6.56,1.51,9,4.0,2.45,9,2.2,1.87,10,4.17,2.37,12,2.36,1.57,11,5.67,2.35,12,6.7,1.64,10,2.67,2.07,6,3.23,2.45,13
+pterodactyl,5.71,2.0,21,4.45,2.63,22,5.48,1.99,27,5.9,2.28,10,5.55,1.81,11,4.14,3.24,7,4.6,2.41,15,5.29,2.23,17,5.8,1.55,10,5.91,2.51,11,5.5,1.35,10,3.0,3.08,5,4.88,2.42,17,5.71,2.49,14,5.23,1.3,13,5.38,1.89,13,6.25,2.19,8,3.6,2.84,10,5.17,2.33,12,6.36,1.98,14,4.54,1.56,13
+pub,5.45,2.16,20,4.36,2.44,22,5.68,2.31,19,5.89,2.67,9,5.09,1.7,11,2.6,2.07,5,4.81,2.4,16,6.5,2.07,6,5.31,2.39,13,5.36,2.13,14,5.67,2.42,6,3.83,2.08,12,4.89,2.93,9,4.33,2.0,9,6.9,1.91,10,4.6,1.84,10,6.3,2.21,10,3.67,2.06,12,5.2,2.7,10,5.67,2.94,6,5.69,2.1,13
+puberty,4.3,1.81,20,4.14,2.46,21,3.6,2.2,25,4.25,2.75,4,4.31,1.62,16,4.25,2.99,4,4.12,2.42,17,4.22,2.54,9,3.25,1.98,16,4.75,1.58,8,4.0,1.95,12,4.4,2.37,10,3.91,2.63,11,3.43,1.74,14,3.82,2.75,11,4.55,1.13,11,4.0,2.45,9,4.0,2.54,10,4.27,2.49,11,4.0,2.3,18,2.57,1.62,7
+pubes,4.0,2.08,20,4.76,2.57,25,4.41,2.3,22,4.12,2.03,8,3.92,2.19,12,5.08,2.9,13,4.42,2.23,12,4.62,2.63,13,4.11,1.83,9,4.25,2.66,8,3.83,1.7,12,5.36,2.1,14,4.0,3.0,11,4.75,2.34,12,4.0,2.31,10,3.22,1.79,9,4.64,2.16,11,4.12,2.52,17,6.12,2.23,8,5.2,2.82,10,3.75,1.6,12
+pubic,4.73,1.93,22,5.24,2.72,21,6.09,2.18,22,5.43,1.83,14,3.5,1.51,8,5.55,3.08,11,5.0,2.5,9,6.17,2.56,6,6.06,2.11,16,5.0,1.76,10,4.5,2.11,12,4.55,2.88,11,6.0,2.45,10,6.08,2.4,13,6.11,1.96,9,4.92,1.73,12,4.5,2.22,10,5.0,3.0,13,5.62,2.33,8,6.33,1.97,12,5.8,2.49,10
+public,5.33,1.78,18,3.35,2.91,20,4.94,2.1,18,4.75,1.16,8,5.8,2.1,10,2.57,2.07,7,3.77,3.27,13,5.18,1.99,11,4.57,2.37,7,4.55,1.29,11,6.57,1.81,7,2.56,2.6,9,4.0,3.1,11,4.64,2.38,11,5.43,1.62,7,4.67,1.37,12,6.67,1.86,6,2.75,2.53,12,4.25,3.37,8,5.89,2.09,9,4.0,1.73,9
+publication,5.48,1.63,21,2.79,2.04,24,4.63,1.98,19,6.12,1.13,8,5.08,1.8,13,4.33,2.07,6,2.28,1.81,18,5.0,1.89,10,4.22,2.11,9,5.5,1.31,12,5.44,2.07,9,3.2,1.99,10,2.5,2.1,14,4.83,2.17,12,4.29,1.7,7,5.36,1.5,14,5.71,1.98,7,3.56,2.06,16,1.25,0.71,8,4.58,1.31,12,4.71,2.93,7
+publicist,4.32,1.65,25,3.62,2.19,26,6.08,2.08,24,4.0,2.0,11,4.57,1.34,14,2.7,1.95,10,4.19,2.2,16,6.44,2.19,9,5.87,2.07,15,4.67,1.73,9,4.12,1.63,16,3.62,2.18,13,3.62,2.29,13,6.0,2.13,12,6.17,2.12,12,4.64,1.15,14,3.91,2.12,11,2.87,2.07,15,4.64,2.01,11,6.31,2.32,13,5.82,1.83,11
+publicity,4.89,1.56,19,4.57,2.29,21,4.6,2.19,20,4.33,1.53,3,5.0,1.59,16,4.83,2.86,6,4.47,2.13,15,4.83,2.4,6,4.5,2.18,14,5.1,0.74,10,4.67,2.18,9,4.57,2.44,7,4.57,2.31,14,5.2,2.39,10,4.0,1.89,10,4.75,1.04,8,5.0,1.9,11,3.89,2.71,9,5.08,1.88,12,5.12,2.85,8,4.25,1.66,12
+publish,5.91,1.44,23,3.67,1.93,21,6.44,2.12,34,6.0,1.6,12,5.82,1.33,11,3.62,1.92,8,3.69,2.02,13,6.71,1.98,14,6.25,2.24,20,6.1,1.6,10,5.77,1.36,13,4.31,1.89,13,2.62,1.6,8,6.36,2.19,22,6.58,2.07,12,6.0,1.6,12,5.82,1.33,11,3.29,1.9,14,4.43,1.9,7,5.88,2.26,17,7.0,1.87,17
+publisher,5.05,2.09,20,3.39,2.31,23,5.54,1.68,26,5.1,2.13,10,5.0,2.16,10,3.27,1.9,11,3.5,2.71,12,5.27,2.15,11,5.79,1.31,14,4.8,2.2,10,5.3,2.06,10,4.0,2.53,11,2.83,2.04,12,5.94,1.75,17,4.75,1.39,8,5.54,2.26,13,4.14,1.46,7,3.13,2.36,15,3.88,2.3,8,6.0,1.62,17,4.67,1.5,9
+publishing,5.14,1.65,21,2.96,2.31,23,5.42,2.12,26,5.36,1.03,11,4.9,2.18,10,2.91,1.97,11,3.0,2.66,12,5.64,2.8,11,5.21,1.58,14,5.1,1.73,10,5.18,1.66,11,3.36,2.69,11,2.58,1.93,12,5.41,2.48,17,5.38,1.41,8,5.23,2.09,13,5.0,0.53,8,2.6,1.99,15,3.62,2.83,8,5.65,2.23,17,5.0,1.94,9
+puck,4.28,2.16,18,4.64,3.11,22,4.82,1.87,28,4.33,2.8,6,4.25,1.91,12,5.18,3.19,11,4.09,3.08,11,5.45,1.97,11,4.41,1.73,17,4.7,2.26,10,3.75,2.05,8,4.27,3.13,11,5.0,3.19,11,4.44,1.76,18,5.5,1.96,10,4.58,2.35,12,3.67,1.75,6,4.14,3.18,14,5.5,2.98,8,4.88,2.09,16,4.75,1.6,12
+pucker,5.58,2.36,19,4.73,2.62,22,5.56,2.1,16,5.36,2.34,11,5.43,2.37,7,4.75,2.6,8,4.71,2.73,14,5.83,2.14,6,5.4,2.17,10,4.62,2.72,8,6.27,1.9,11,4.44,2.92,9,4.92,2.5,13,5.5,2.83,8,5.62,1.19,8,5.42,2.57,12,5.86,2.12,7,3.91,3.02,11,5.55,1.97,11,5.0,2.35,9,6.29,1.6,7
+pudding,6.72,1.64,18,3.8,2.75,20,5.46,2.34,24,6.54,1.76,13,7.2,1.3,5,4.0,2.24,5,3.73,2.96,15,5.77,2.28,13,5.09,2.47,11,6.0,2.0,9,7.44,0.73,9,4.0,2.77,7,3.69,2.84,13,5.45,2.66,11,5.46,2.15,13,7.12,0.83,8,6.4,2.07,10,4.2,2.97,10,3.4,2.59,10,4.89,2.57,9,5.8,2.21,15
+puddle,4.3,1.63,20,4.33,2.37,21,4.73,2.45,33,4.5,1.51,10,4.1,1.79,10,4.25,2.38,8,4.38,2.47,13,4.71,2.58,14,4.74,2.42,19,3.89,1.76,9,4.64,1.5,11,4.77,2.2,13,3.62,2.62,8,4.64,2.7,22,4.91,1.97,11,4.1,1.85,10,4.5,1.43,10,4.57,2.65,14,3.86,1.77,7,5.5,2.07,16,4.0,2.62,17
+pudgy,3.81,1.47,21,3.5,2.09,22,3.18,2.04,22,4.11,1.27,9,3.58,1.62,12,3.17,2.23,6,3.53,2.13,15,3.0,1.79,6,3.25,2.18,16,4.33,1.22,9,3.42,1.56,12,4.0,2.0,5,3.35,2.15,17,3.55,2.3,11,2.82,1.78,11,3.67,1.61,12,4.0,1.32,9,4.0,2.0,9,3.15,2.15,13,2.83,2.08,12,3.6,2.01,10
+puff,5.45,1.19,20,3.43,2.09,21,5.71,2.51,24,5.33,0.58,3,5.47,1.28,17,3.57,2.99,7,3.31,1.65,13,5.38,3.16,8,5.88,2.22,16,5.0,0.82,7,5.69,1.32,13,4.0,2.71,7,3.08,1.8,13,4.93,2.7,14,6.8,1.81,10,5.44,1.51,9,5.45,0.93,11,4.0,2.14,11,2.8,1.93,10,5.89,2.54,18,5.17,2.56,6
+puffing,4.06,1.59,18,4.53,2.29,19,5.08,1.38,25,4.6,1.52,5,3.85,1.63,13,5.09,2.47,11,3.75,1.91,8,4.81,1.52,16,5.56,1.01,9,4.14,1.95,7,4.0,1.41,11,4.0,2.55,9,5.0,2.05,10,5.1,1.45,20,5.0,1.22,5,4.11,1.27,9,4.0,1.94,9,4.6,2.5,10,4.44,2.19,9,4.79,1.23,19,6.0,1.55,6
+puffy,4.78,1.62,23,4.5,2.6,22,5.05,2.2,19,5.5,1.07,8,4.4,1.76,15,5.0,2.31,10,4.08,2.84,12,6.14,2.79,7,4.42,1.56,12,4.75,1.66,12,4.82,1.66,11,4.55,2.7,11,4.45,2.62,11,5.14,2.44,14,4.8,1.48,5,4.09,1.7,11,5.42,1.31,12,4.4,2.55,10,4.58,2.75,12,4.44,1.24,9,5.6,2.76,10
+pug,5.9,2.49,20,3.55,1.9,22,5.9,2.15,20,5.0,2.35,9,6.64,2.46,11,3.0,1.73,11,4.09,1.97,11,4.38,1.3,8,6.92,2.02,12,6.0,2.22,14,5.67,3.27,6,3.25,1.91,8,3.71,1.94,14,6.0,2.2,8,5.83,2.21,12,5.8,1.87,10,6.0,3.09,10,4.08,1.98,13,2.78,1.56,9,6.18,1.99,11,5.56,2.4,9
+puke,1.84,1.01,19,5.05,2.63,22,3.09,1.63,22,2.11,1.27,9,1.6,0.7,10,4.75,2.82,8,5.21,2.61,14,2.91,1.51,11,3.27,1.79,11,2.57,1.13,7,1.42,0.67,12,4.1,1.79,10,5.83,3.01,12,2.85,1.68,13,3.44,1.59,9,2.1,1.29,10,1.56,0.53,9,4.62,3.25,8,5.29,2.3,14,3.14,1.51,14,3.0,1.93,8
+pull,5.59,1.59,22,4.1,2.47,21,6.0,2.03,17,6.0,2.0,6,5.53,1.46,15,3.14,2.34,7,4.57,2.47,14,6.22,2.39,9,5.75,1.67,8,5.93,1.86,14,5.14,0.69,7,3.67,2.55,9,4.42,2.47,12,6.0,2.4,9,6.0,1.69,8,5.93,1.59,14,5.0,1.51,8,3.17,2.32,6,4.47,2.5,15,6.11,2.26,9,5.88,1.89,8
+pulley,5.0,1.55,21,4.0,2.05,20,5.71,2.12,21,5.5,0.84,6,4.8,1.74,15,5.0,2.14,8,3.33,1.78,12,5.45,2.34,11,6.0,1.94,10,5.0,1.67,6,5.0,1.56,15,4.6,2.17,10,3.4,1.84,10,5.43,2.34,14,6.29,1.6,7,5.0,1.91,7,5.0,1.41,14,4.0,2.35,14,4.0,1.26,6,5.67,2.35,12,5.78,1.92,9
+pulmonary,4.77,0.92,22,3.73,2.25,22,4.79,1.99,19,5.25,0.46,8,4.46,1.05,13,3.75,1.98,8,3.62,2.53,13,4.86,1.46,7,4.64,2.38,11,4.62,1.06,8,4.85,0.9,13,3.89,2.89,9,3.62,1.8,13,4.0,2.08,7,5.25,1.86,12,4.64,1.12,11,4.91,0.7,11,2.89,3.02,9,4.31,1.38,13,4.81,1.76,16,4.67,3.51,3
+pulp,4.94,2.26,18,3.82,2.38,22,4.18,1.54,28,4.33,2.07,6,5.25,2.38,12,3.73,2.45,11,3.91,2.43,11,3.73,1.85,11,4.47,1.28,17,5.18,2.64,11,4.57,1.62,7,3.27,1.79,11,4.36,2.84,11,4.17,1.76,18,4.2,1.14,10,4.92,2.68,12,5.0,1.26,6,3.64,2.27,14,4.12,2.7,8,4.0,1.9,16,4.42,0.9,12
+pulpit,4.05,1.88,20,2.9,1.95,21,4.92,2.27,25,4.25,1.71,4,4.0,1.97,16,3.75,1.26,4,2.71,2.05,17,4.78,2.54,9,5.0,2.19,16,3.88,1.55,8,4.17,2.12,12,2.9,2.02,10,2.91,1.97,11,4.86,2.25,14,5.0,2.41,11,3.64,1.75,11,4.56,2.01,9,2.3,1.83,10,3.45,1.97,11,4.94,2.29,18,4.86,2.41,7
+pulsar,5.32,1.7,19,4.72,2.59,18,4.76,2.51,17,5.82,1.25,11,4.62,2.07,8,5.5,3.32,4,4.5,2.44,14,4.25,2.38,8,5.22,2.68,9,5.38,1.51,8,5.27,1.9,11,5.29,2.43,7,4.36,2.73,11,4.17,2.32,6,5.09,2.66,11,5.0,1.63,13,6.0,1.79,6,3.64,2.42,11,6.43,1.9,7,5.0,2.71,7,4.6,2.5,10
+pulse,6.38,1.4,21,4.85,2.52,20,4.77,2.33,22,6.38,1.5,13,6.38,1.3,8,5.7,2.54,10,4.11,2.42,9,5.0,1.26,6,4.69,2.65,16,6.11,1.36,9,6.58,1.44,12,3.73,2.53,11,6.22,1.79,9,5.38,1.89,13,3.89,2.71,9,6.36,1.43,11,6.4,1.43,10,5.0,2.66,12,4.62,2.45,8,5.0,2.26,12,4.5,2.51,10
+pump,4.0,1.3,20,4.0,2.17,21,5.74,1.79,19,3.89,1.27,9,4.09,1.38,11,3.6,2.79,5,4.27,2.02,15,6.83,1.94,6,5.23,1.54,13,4.29,1.2,14,3.33,1.37,6,3.82,2.4,11,4.44,1.94,9,4.89,1.27,9,6.5,1.9,10,4.0,1.33,10,4.0,1.33,10,3.64,2.42,11,4.4,1.9,10,5.67,2.5,6,5.77,1.48,13
+pumpkin,7.0,1.38,21,3.43,1.96,21,5.35,2.08,20,6.33,1.32,9,7.5,1.24,12,2.83,1.72,6,3.64,2.13,14,4.83,2.56,6,5.57,1.91,14,6.56,1.24,9,7.33,1.44,12,5.0,1.22,5,2.94,1.91,16,4.78,2.39,9,5.82,1.78,11,7.25,1.14,12,6.67,1.66,9,3.5,1.93,8,3.38,2.06,13,4.82,2.27,11,6.0,1.73,9
+pun,5.45,2.01,20,3.94,2.44,18,5.68,1.76,22,6.2,0.84,5,5.2,2.24,15,5.33,2.42,6,3.25,2.22,12,5.3,1.25,10,6.0,2.09,12,6.2,1.03,10,4.7,2.5,10,4.5,2.59,10,3.25,2.19,8,5.0,1.61,11,6.36,1.69,11,5.5,2.28,12,5.38,1.69,8,2.67,2.24,9,5.22,1.99,9,5.55,1.97,11,5.82,1.6,11
+punch,3.27,2.07,22,5.8,2.82,20,5.26,2.83,19,3.92,2.4,13,2.33,1.0,9,6.71,2.21,7,5.31,3.07,13,5.71,3.25,7,5.0,2.66,12,3.75,2.42,12,2.7,1.49,10,5.56,2.7,9,6.0,3.03,11,4.6,3.1,10,6.0,2.45,9,3.42,2.23,12,3.1,1.97,10,5.71,2.43,7,5.85,3.11,13,5.86,2.85,7,4.92,2.87,12
+punchy,4.78,2.05,18,4.32,3.05,22,3.96,1.71,28,4.5,2.17,6,4.92,2.07,12,4.09,3.18,11,4.55,3.05,11,3.64,2.25,11,4.18,1.29,17,5.4,2.12,10,4.0,1.77,8,3.73,3.0,11,4.91,3.11,11,4.06,1.98,18,3.8,1.14,10,4.83,2.48,12,4.67,0.82,6,4.36,3.3,14,4.25,2.76,8,3.62,2.0,16,4.42,1.16,12
+punctual,5.73,1.96,22,4.27,2.39,22,6.85,2.35,20,5.25,2.31,8,6.0,1.75,14,4.2,2.44,10,4.33,2.46,12,6.71,2.69,7,6.92,2.25,13,5.55,2.21,11,5.91,1.76,11,4.45,2.54,11,4.09,2.34,11,6.4,2.53,15,8.2,0.84,5,5.0,1.89,10,6.33,1.87,12,4.7,2.36,10,3.92,2.47,12,6.9,1.66,10,6.8,2.97,10
+punctuality,6.72,1.45,18,3.85,2.66,20,5.84,2.03,25,7.0,0.71,5,6.62,1.66,13,3.91,2.98,11,3.78,2.39,9,5.62,2.22,16,6.22,1.72,9,6.29,1.89,7,7.0,1.1,11,3.33,2.96,9,4.27,2.45,11,6.15,2.06,20,4.6,1.52,5,6.44,1.67,9,7.0,1.22,9,3.64,2.29,11,4.11,3.18,9,5.32,1.95,19,7.5,1.38,6
+punctuation,5.55,1.05,20,2.86,2.22,21,5.58,2.45,24,5.33,0.58,3,5.59,1.12,17,2.86,1.95,7,3.0,2.45,13,5.0,2.08,7,5.82,2.6,17,5.43,0.79,7,5.62,1.19,13,4.0,2.31,7,2.38,2.06,13,5.14,2.44,14,6.2,2.44,10,5.67,1.32,9,5.45,0.82,11,2.55,2.3,11,3.2,2.2,10,5.71,2.71,17,5.29,1.8,7
+puncture,4.33,1.65,21,3.83,2.68,24,5.35,2.25,20,4.88,1.25,8,4.0,1.83,13,4.67,2.66,6,3.56,2.71,18,5.55,2.34,11,5.11,2.26,9,5.0,1.54,12,3.44,1.42,9,4.5,2.84,10,3.36,2.56,14,5.31,2.53,13,5.43,1.81,7,4.36,1.45,14,4.29,2.14,7,4.12,2.83,16,3.25,2.43,8,5.83,2.12,12,4.62,2.39,8
+pungent,3.71,1.79,41,4.52,2.11,21,4.37,2.38,43,4.17,2.07,18,3.35,1.5,23,4.33,2.5,6,4.6,2.03,15,4.45,2.4,22,4.29,2.41,21,3.63,1.63,30,3.91,2.26,11,4.71,2.21,7,4.43,2.14,14,4.16,2.19,19,4.54,2.55,24,3.95,1.76,22,3.42,1.84,19,4.56,2.13,9,4.5,2.2,12,4.38,2.8,21,4.36,1.97,22
+punish,2.86,2.2,21,5.85,2.35,20,3.81,2.46,21,3.33,2.58,6,2.67,2.09,15,5.88,2.64,8,5.83,2.25,12,3.64,2.94,11,4.0,1.94,10,2.67,2.73,6,2.93,2.05,15,5.8,2.74,10,5.9,2.02,10,3.5,2.41,14,4.43,2.64,7,3.0,2.52,7,2.79,2.12,14,6.21,2.58,14,5.0,1.55,6,3.33,2.71,12,4.44,2.07,9
+punishable,3.42,1.68,19,4.71,2.55,21,4.22,1.88,23,3.09,1.22,11,3.29,1.5,7,5.38,2.88,8,4.31,2.36,13,4.71,1.98,7,4.0,1.86,16,3.75,2.12,8,3.18,1.33,11,4.78,2.33,9,4.67,2.81,12,4.55,2.07,11,3.92,1.73,12,3.5,2.02,12,3.29,0.95,7,4.3,2.54,10,5.09,2.63,11,4.08,2.02,13,4.4,1.78,10
+punishment,2.76,1.74,42,5.07,2.51,42,4.11,2.4,19,2.6,1.72,15,2.85,1.77,27,4.89,2.47,9,5.19,2.57,32,3.7,2.16,10,4.56,2.7,9,3.17,1.83,23,2.26,1.52,19,5.57,2.41,14,4.82,2.57,28,2.88,0.99,8,4.7,2.71,10,2.75,1.6,28,2.79,2.04,14,5.16,2.52,19,5.0,2.56,23,3.75,2.19,8,4.36,2.62,11
+punitive,2.95,1.54,20,4.62,2.31,21,4.08,2.33,25,2.73,1.56,11,3.22,1.56,9,4.57,2.07,7,4.64,2.5,14,4.4,2.01,10,3.87,2.56,15,3.25,2.06,4,2.88,1.45,16,4.2,2.3,10,5.0,2.37,11,3.57,2.82,7,4.28,2.16,18,3.33,1.67,12,2.38,1.19,8,4.85,2.41,13,4.25,2.25,8,2.56,1.33,9,4.94,2.35,16
+punk,4.25,2.17,20,4.14,2.85,21,3.96,2.11,25,2.5,1.73,4,4.69,2.09,16,4.5,2.52,4,4.06,2.99,17,5.11,2.15,9,3.31,1.85,16,4.0,1.51,8,4.42,2.57,12,3.9,3.03,10,4.36,2.8,11,4.14,2.11,14,3.73,2.2,11,3.82,1.72,11,4.78,2.64,9,4.0,3.4,10,4.27,2.41,11,4.28,1.9,18,3.14,2.54,7
+punt,4.62,1.53,21,4.0,2.17,23,5.31,1.69,26,4.73,2.0,11,4.5,0.85,10,4.91,2.21,11,3.17,1.85,12,6.0,1.79,11,4.71,1.49,14,4.4,1.84,10,4.82,1.25,11,4.64,2.25,11,3.42,2.02,12,5.76,1.48,17,4.25,1.83,8,4.38,1.61,13,5.0,1.41,8,4.0,2.14,15,4.0,2.39,8,5.47,1.37,17,5.0,2.24,9
+puny,4.0,2.16,19,3.27,2.05,22,4.04,2.2,23,3.64,2.29,11,4.86,1.86,7,4.12,1.73,8,2.79,2.12,14,2.71,1.7,7,4.62,2.19,16,3.62,2.26,8,4.27,2.15,11,2.22,1.56,9,4.0,2.08,13,4.09,2.17,11,4.0,2.34,12,3.5,2.2,12,4.86,1.95,7,3.36,1.96,11,3.18,2.23,11,4.23,2.35,13,3.8,2.1,10
+pup,7.53,1.84,19,4.5,2.67,20,6.15,1.76,20,8.0,1.73,3,7.6,1.84,15,3.4,2.32,10,5.6,2.63,10,5.5,1.72,10,6.8,1.62,10,7.5,2.35,6,7.75,1.54,12,5.29,3.2,7,4.08,2.36,13,5.75,1.98,8,6.42,1.62,12,7.58,1.68,12,7.43,2.23,7,4.3,3.16,10,4.7,2.21,10,6.11,1.62,9,6.18,1.94,11
+pupil,5.53,1.17,19,3.76,1.95,21,5.17,2.33,23,5.67,1.15,3,5.5,1.21,16,4.25,1.58,8,3.46,2.15,13,5.56,2.35,9,4.93,2.37,14,5.44,1.33,9,5.6,1.07,10,4.11,2.2,9,3.5,1.78,12,5.2,2.51,15,5.12,2.1,8,5.57,1.27,7,5.5,1.17,12,4.2,2.1,10,3.36,1.8,11,4.85,2.76,13,5.6,1.65,10
+puppet,5.56,1.98,18,4.43,2.35,23,4.94,2.13,18,4.78,1.79,9,6.33,1.94,9,3.14,2.12,7,5.0,2.36,15,4.89,1.96,9,5.0,2.4,9,5.33,2.29,9,5.78,1.72,9,4.9,2.28,10,4.0,2.52,12,5.12,2.36,8,4.67,2.12,9,6.09,1.58,11,4.71,2.36,7,4.15,2.3,20,6.33,2.08,3,4.88,2.1,8,5.0,2.26,10
+puppeteer,5.8,1.61,20,4.22,2.05,18,5.86,2.63,21,5.4,1.14,5,5.93,1.75,15,3.83,1.94,6,4.42,2.15,12,6.3,1.95,10,5.45,3.17,11,6.3,1.34,10,5.3,1.77,10,3.9,1.52,10,4.62,2.62,8,5.09,2.55,11,6.7,2.58,10,5.58,1.88,12,6.12,1.13,8,3.33,2.35,9,5.11,1.27,9,6.09,2.47,11,5.6,2.91,10
+puppy,7.85,1.53,41,5.84,2.62,38,6.24,2.15,45,7.5,1.89,18,8.13,1.14,23,6.89,1.45,9,5.52,2.82,29,6.33,1.8,21,6.17,2.46,24,7.73,1.68,30,8.18,0.98,11,7.0,2.22,14,5.17,2.63,24,6.84,1.95,19,5.81,2.23,26,7.86,1.32,22,7.84,1.77,19,5.29,2.63,21,6.53,2.5,17,6.52,2.36,21,6.0,1.98,24
+purchase,6.47,1.26,19,5.1,1.94,20,6.64,1.65,22,6.71,0.76,7,6.33,1.5,12,5.11,2.03,9,5.09,1.97,11,7.33,1.37,6,6.38,1.71,16,6.33,1.66,9,6.67,0.87,9,5.75,1.67,8,4.67,2.06,12,6.73,1.58,15,6.43,1.9,7,6.4,1.43,10,6.56,1.13,9,5.08,2.35,12,5.12,1.25,8,6.91,1.76,11,6.36,1.57,11
+pure,6.8,1.24,20,4.05,2.31,21,6.44,1.94,25,6.67,1.53,3,6.82,1.24,17,4.57,2.64,7,3.92,2.22,13,6.0,1.51,8,6.65,2.12,17,6.86,1.35,7,6.77,1.24,13,4.43,2.51,7,4.0,2.31,13,6.07,2.23,14,6.91,1.45,11,6.56,1.13,9,7.0,1.34,11,4.45,2.42,11,3.6,2.22,10,6.5,2.2,18,6.29,1.11,7
+purgatory,3.17,2.18,18,4.41,2.34,22,3.47,1.98,19,2.88,1.64,8,3.4,2.59,10,4.0,2.31,7,4.79,2.39,14,3.9,2.23,10,3.0,1.66,9,3.0,2.78,9,3.33,1.5,9,4.78,3.07,9,4.33,1.72,12,3.5,1.41,8,3.4,2.5,10,3.45,2.46,11,2.71,1.7,7,4.26,2.31,19,5.33,2.89,3,3.0,1.51,8,3.82,2.27,11
+purge,3.61,1.94,18,5.45,2.21,20,4.68,2.34,25,2.6,1.14,5,4.0,2.08,13,6.09,1.87,11,4.67,2.45,9,4.81,2.29,16,4.44,2.55,9,3.29,0.95,7,3.82,2.4,11,4.44,2.6,9,6.27,1.49,11,4.45,2.42,20,5.6,1.95,5,3.44,1.51,9,3.78,2.39,9,5.73,2.37,11,5.11,2.09,9,4.74,2.31,19,4.5,2.66,6
+purification,6.95,1.99,22,4.15,2.17,26,6.54,2.32,24,7.67,1.58,9,6.46,2.15,13,3.6,2.07,10,4.5,2.22,16,7.22,2.17,9,6.13,2.39,15,7.12,1.64,8,6.86,2.21,14,3.85,2.03,13,4.46,2.33,13,7.0,2.26,12,6.08,2.39,12,6.67,2.39,12,7.3,1.42,10,4.07,2.25,15,4.27,2.15,11,6.69,2.78,13,6.36,1.75,11
+purify,6.95,1.53,21,4.88,2.28,25,6.77,2.31,22,7.12,1.55,8,6.85,1.57,13,5.46,2.47,13,4.25,1.96,12,6.77,2.13,13,6.78,2.68,9,7.62,1.41,8,6.58,1.56,12,5.79,1.25,14,3.73,2.8,11,7.33,1.97,12,6.1,2.6,10,6.7,1.64,10,7.18,1.47,11,4.47,2.53,17,5.75,1.39,8,6.3,2.95,10,7.17,1.64,12
+purity,6.57,2.04,21,3.0,2.37,23,5.78,2.51,18,6.67,1.58,9,6.5,2.39,12,3.91,2.66,11,2.17,1.8,12,6.5,2.37,10,4.88,2.53,8,5.57,2.37,7,7.31,1.55,13,3.73,2.69,11,2.33,1.92,12,5.86,3.39,7,5.73,1.95,11,6.46,2.26,13,6.75,1.75,8,3.18,2.82,11,2.83,1.99,12,4.56,2.6,9,7.0,1.8,9
+purple,5.6,1.5,20,4.05,2.61,22,5.85,2.49,27,5.0,1.91,7,5.92,1.19,13,3.3,2.26,10,4.67,2.81,12,6.07,1.94,15,5.91,3.05,11,5.0,1.26,11,6.33,1.5,9,4.0,2.55,9,4.08,2.75,13,6.06,2.82,17,5.89,1.54,9,5.85,1.57,13,5.14,1.35,7,3.81,2.83,16,4.67,1.97,6,5.33,2.64,12,6.27,2.37,15
+purpose,6.67,1.68,21,5.05,2.5,20,7.42,1.8,19,6.31,1.7,13,7.25,1.58,8,6.0,1.63,7,4.54,2.79,13,7.14,1.57,7,7.58,1.98,12,6.42,1.93,12,7.0,1.32,9,5.78,2.86,9,4.45,2.11,11,6.5,2.01,10,8.44,0.73,9,6.83,1.34,12,6.44,2.13,9,6.29,2.29,7,4.38,2.43,13,7.29,2.21,7,7.5,1.62,12
+purr,6.43,2.44,21,3.84,2.41,25,6.53,2.39,19,5.78,2.54,9,6.92,2.35,12,3.67,2.25,6,3.83,2.57,18,6.0,2.77,7,6.83,2.21,12,6.12,2.63,16,7.4,1.52,5,3.57,2.62,14,4.1,2.28,10,6.78,2.49,9,6.3,2.41,10,6.58,2.5,12,6.22,2.49,9,4.25,2.35,16,3.11,2.47,9,6.91,2.55,11,6.0,2.2,8
+purse,5.95,1.66,21,3.21,1.89,24,5.68,2.65,19,5.38,1.3,8,6.31,1.8,13,4.0,1.26,6,2.94,2.01,18,5.4,2.84,10,6.0,2.55,9,6.08,1.83,12,5.78,1.48,9,4.3,1.89,10,2.43,1.5,14,5.67,2.84,12,5.71,2.5,7,6.14,1.96,14,5.57,0.79,7,3.44,1.82,16,2.75,2.05,8,5.36,2.69,11,6.12,2.7,8
+pursue,5.39,1.61,18,4.45,2.91,20,6.12,2.15,24,6.8,1.48,5,4.85,1.34,13,5.09,3.18,11,3.67,2.5,9,5.53,2.2,15,7.11,1.76,9,5.14,1.95,7,5.55,1.44,11,3.56,2.83,9,5.18,2.89,11,6.05,2.34,19,6.4,1.34,5,5.33,1.8,9,5.44,1.51,9,5.27,2.69,11,3.44,3.0,9,6.17,2.07,18,6.0,2.61,6
+pursuit,4.79,1.36,19,5.67,2.61,18,5.46,2.67,24,4.8,1.64,5,4.79,1.31,14,7.4,2.07,5,5.0,2.55,13,5.08,2.22,13,5.91,3.18,11,5.2,1.4,10,4.33,1.22,9,7.14,1.77,7,4.73,2.69,11,5.12,2.39,16,6.12,3.23,8,4.31,1.32,13,5.83,0.75,6,6.17,2.21,12,4.67,3.27,6,6.13,2.53,15,4.33,2.65,9
+pus,2.52,1.5,21,5.0,2.2,22,3.55,1.84,42,3.17,1.53,12,1.67,1.0,9,4.12,2.42,8,5.5,1.99,14,4.1,2.05,20,3.05,1.5,22,1.5,1.0,4,2.76,1.52,17,4.2,1.69,10,5.67,2.42,12,3.77,1.95,22,3.3,1.72,20,2.67,1.67,12,2.33,1.32,9,4.38,2.67,8,5.36,1.91,14,4.0,2.07,22,3.05,1.43,20
+push,5.39,1.85,18,4.4,2.78,20,4.06,2.29,18,4.88,1.89,8,5.8,1.81,10,4.71,2.87,7,4.23,2.83,13,3.73,1.68,11,4.57,3.1,7,5.45,2.02,11,5.29,1.7,7,4.67,3.2,9,4.18,2.52,11,4.55,2.46,11,3.29,1.89,7,5.42,1.44,12,5.33,2.66,6,3.83,2.76,12,5.25,2.76,8,4.56,2.24,9,3.56,2.35,9
+pusher,3.52,2.04,21,4.63,2.45,19,4.71,2.53,21,4.5,1.76,6,3.13,2.07,15,4.88,2.1,8,4.45,2.77,11,5.55,2.3,11,3.8,2.57,10,4.0,2.0,6,3.33,2.09,15,3.9,2.13,10,5.44,2.65,9,4.21,2.69,14,5.71,1.98,7,3.86,2.19,7,3.36,2.02,14,4.64,2.71,14,4.6,1.82,5,4.5,2.68,12,5.0,2.45,9
+pushover,4.1,1.67,21,3.9,2.31,20,4.64,2.33,36,4.88,2.03,8,3.62,1.26,13,5.8,2.17,5,3.27,2.05,15,4.55,2.34,11,4.68,2.38,25,4.31,1.97,13,3.75,1.04,8,4.67,2.42,12,2.75,1.67,8,4.5,2.31,20,4.81,2.43,16,4.36,1.63,11,3.8,1.75,10,3.55,2.21,11,4.33,2.5,9,4.14,2.44,22,5.43,1.99,14
+pushy,3.1,1.37,20,4.6,1.76,20,4.23,2.39,22,3.0,1.29,7,3.15,1.46,13,4.33,1.8,9,4.82,1.78,11,4.0,2.83,6,4.31,2.3,16,3.2,1.14,10,3.0,1.73,9,3.88,1.81,8,5.08,1.62,12,4.53,2.36,15,3.57,2.51,7,3.09,1.76,11,3.11,0.78,9,4.5,1.57,12,4.75,2.12,8,4.55,2.62,11,3.91,2.21,11
+puss,3.7,1.38,20,3.71,2.51,24,4.7,2.43,20,3.75,1.16,8,3.67,1.56,12,4.5,1.97,6,3.44,2.66,18,5.0,2.76,11,4.33,2.06,9,3.0,1.21,12,4.75,0.89,8,4.1,2.28,10,3.43,2.71,14,5.08,2.72,13,4.0,1.73,7,3.38,1.45,13,4.29,1.11,7,4.25,2.57,16,2.62,2.13,8,4.42,2.31,12,5.12,2.7,8
+pussy,4.48,3.06,21,6.3,2.46,23,4.83,2.94,18,6.56,3.05,9,2.92,2.02,12,7.64,1.63,11,5.08,2.5,12,4.4,3.17,10,5.38,2.72,8,4.86,3.44,7,4.38,3.07,13,7.45,1.51,11,5.25,2.73,12,4.57,3.26,7,5.0,2.86,11,4.08,3.43,13,5.12,2.42,8,5.27,2.24,11,7.25,2.34,12,5.0,3.04,9,4.67,3.0,9
+pussycat,5.26,2.51,19,4.0,2.81,22,4.75,2.23,24,4.5,2.88,6,5.62,2.36,13,4.75,2.86,12,3.1,2.6,10,3.75,1.75,8,5.25,2.32,16,4.5,2.37,10,6.11,2.52,9,4.56,3.05,9,3.62,2.69,13,4.59,2.18,17,5.33,2.66,6,5.25,2.76,8,5.27,2.45,11,4.67,3.0,9,3.54,2.7,13,5.0,2.25,16,4.25,2.25,8
+put,5.09,1.23,22,3.86,2.03,21,5.94,1.84,16,5.0,0.89,6,5.13,1.41,15,2.86,1.86,7,4.36,1.98,14,6.0,1.93,8,5.88,1.89,8,5.0,1.52,14,5.29,0.49,7,3.89,2.2,9,3.83,1.99,12,6.0,2.2,8,5.88,1.55,8,4.86,1.23,14,5.5,1.2,8,4.33,2.66,6,3.67,1.8,15,6.38,2.07,8,5.5,1.6,8
+putrid,2.8,1.72,41,4.32,2.59,38,3.35,1.69,20,3.21,1.93,19,2.45,1.47,22,4.33,2.45,9,4.31,2.67,29,3.83,1.94,6,3.14,1.61,14,2.65,1.64,23,3.0,1.85,18,4.07,2.46,14,4.46,2.7,24,4.0,1.7,10,2.7,1.49,10,2.83,1.86,24,2.76,1.56,17,3.43,2.2,21,5.41,2.67,17,3.62,2.13,8,3.17,1.4,12
+putt,5.29,1.71,21,2.77,1.69,22,5.5,2.08,26,5.2,1.55,10,5.36,1.91,11,2.43,1.51,7,2.93,1.79,15,5.41,2.45,17,5.67,1.22,9,5.64,1.43,11,4.9,1.97,10,2.0,1.41,5,3.0,1.73,17,5.5,2.41,14,5.5,1.73,12,5.15,1.57,13,5.5,2.0,8,1.9,1.37,10,3.5,1.62,12,5.29,1.98,14,5.75,2.26,12
+putter,5.42,1.64,19,3.17,1.58,18,4.88,2.36,16,5.64,1.12,11,5.12,2.23,8,3.25,1.71,4,3.14,1.61,14,4.5,2.39,8,5.25,2.43,8,5.38,1.6,8,5.45,1.75,11,3.0,1.41,7,3.27,1.74,11,3.33,1.51,6,5.8,2.35,10,5.31,1.75,13,5.67,1.51,6,3.0,1.79,11,3.43,1.27,7,4.83,2.48,6,4.9,2.42,10
+putty,5.15,1.57,20,2.9,1.71,20,4.52,1.81,21,5.29,1.7,7,5.08,1.55,13,3.67,1.66,9,2.27,1.56,11,4.5,1.87,6,4.53,1.85,15,5.2,1.69,10,5.11,1.62,9,2.62,1.69,8,3.08,1.78,12,5.07,1.82,14,3.43,1.27,7,5.64,1.91,11,4.56,0.73,9,2.83,1.64,12,3.0,1.93,8,5.4,1.84,10,3.73,1.42,11
+puzzle,6.53,1.81,19,4.42,2.78,24,5.86,2.49,28,5.62,1.3,8,7.18,1.89,11,4.56,3.13,9,4.33,2.66,15,5.36,2.56,14,6.36,2.41,14,6.67,2.0,9,6.4,1.71,10,4.83,2.82,12,4.0,2.8,12,5.5,2.77,14,6.21,2.22,14,6.9,1.91,10,6.11,1.69,9,5.0,2.95,12,3.83,2.59,12,5.75,2.34,12,5.94,2.67,16
+puzzled,4.6,0.94,20,4.43,2.15,23,4.81,1.63,21,4.44,1.01,9,4.73,0.9,11,3.82,1.99,11,5.0,2.22,12,4.12,0.64,8,5.23,1.92,13,4.71,0.91,14,4.33,1.03,6,3.33,2.12,9,5.14,1.92,14,5.25,1.91,8,4.54,1.45,13,4.6,0.97,10,4.6,0.97,10,4.46,1.66,13,4.4,2.76,10,5.0,1.95,12,4.56,1.13,9
+pylon,4.43,1.66,21,3.41,2.11,22,5.41,2.02,27,4.3,1.25,10,4.55,2.02,11,2.57,1.99,7,3.8,2.11,15,5.65,2.29,17,5.0,1.49,10,4.36,1.21,11,4.5,2.12,10,3.4,2.61,5,3.41,2.03,17,5.57,2.24,14,5.23,1.83,13,3.69,1.18,13,5.62,1.69,8,3.3,2.31,10,3.5,2.02,12,6.07,1.9,14,4.69,1.97,13
+pyramid,5.68,1.34,19,3.48,1.9,23,5.71,2.14,28,5.88,1.46,8,5.55,1.29,11,3.56,2.19,9,3.43,1.79,14,5.36,2.41,14,6.07,1.86,14,5.62,1.51,8,5.73,1.27,11,3.82,1.94,11,3.17,1.9,12,5.79,1.81,14,5.64,2.5,14,6.11,1.69,9,5.3,0.82,10,3.82,1.6,11,3.17,2.17,12,5.92,1.88,12,5.56,2.37,16
+python,3.61,2.06,23,5.91,1.94,43,3.56,2.22,62,4.12,2.23,8,3.33,1.99,15,6.1,1.97,10,5.84,1.99,32,4.05,1.96,22,3.26,2.35,39,4.75,1.96,12,2.36,1.36,11,5.13,2.13,15,6.32,1.72,28,4.16,2.41,37,2.58,1.53,24,4.36,2.11,11,2.92,1.83,12,5.95,2.41,19,5.88,1.51,24,3.69,2.57,39,3.35,1.5,23
+quad,4.62,1.53,21,4.2,2.14,20,5.76,2.41,21,4.0,1.1,6,4.87,1.64,15,4.38,2.39,8,4.08,2.07,12,5.82,2.4,11,5.7,2.54,10,3.83,1.47,6,4.93,1.49,15,4.5,2.32,10,3.9,2.02,10,5.43,2.53,14,6.43,2.15,7,4.29,1.11,7,4.79,1.72,14,4.21,2.49,14,4.17,1.17,6,6.0,2.37,12,5.44,2.55,9
+quadrant,4.68,1.32,22,3.77,2.31,22,4.89,1.88,18,5.25,1.58,8,4.31,1.11,13,3.71,2.43,7,3.71,2.4,14,5.14,2.12,7,4.73,1.79,11,4.38,1.06,8,4.85,1.52,13,3.75,2.43,8,3.79,2.33,14,3.71,1.8,7,5.64,1.57,11,4.36,1.63,11,5.0,0.89,11,3.0,2.6,9,4.31,2.02,13,4.93,1.67,15,4.67,3.21,3
+quadruple,4.79,1.23,19,4.24,2.17,21,5.05,2.44,20,6.0,1.0,3,4.56,1.15,16,4.5,2.59,6,4.13,2.07,15,5.17,2.14,6,5.0,2.63,14,5.0,1.15,10,4.56,1.33,9,4.57,1.72,7,4.07,2.4,14,5.1,2.73,10,5.0,2.26,10,5.38,1.06,8,4.36,1.21,11,3.89,2.15,9,4.5,2.24,12,5.5,3.12,8,4.75,1.96,12
+quail,5.43,1.16,21,2.67,2.37,24,5.2,2.19,20,4.88,1.13,8,5.77,1.09,13,4.17,2.56,6,2.17,2.15,18,6.36,1.57,11,3.78,2.05,9,5.58,1.38,12,5.22,0.83,9,3.6,2.91,10,2.0,1.71,14,5.69,2.06,13,4.29,2.29,7,5.86,1.1,14,4.57,0.79,7,3.25,2.57,16,1.5,1.41,8,5.58,1.93,12,4.62,2.56,8
+quaint,5.9,1.51,21,3.52,2.29,23,4.16,1.34,25,5.82,1.4,11,6.0,1.7,10,4.36,2.46,11,2.75,1.91,12,3.91,1.14,11,4.38,1.56,13,5.4,1.65,10,6.36,1.29,11,4.18,2.52,11,2.92,1.98,12,3.94,1.29,16,4.62,1.51,8,5.85,1.63,13,6.0,1.41,8,3.87,2.56,15,2.88,1.64,8,4.24,1.44,17,4.0,1.2,8
+quake,3.3,2.13,20,6.9,1.71,20,2.71,2.15,21,3.67,2.34,6,3.14,2.11,14,7.12,1.55,8,6.75,1.86,12,3.27,2.53,11,2.1,1.52,10,3.6,2.61,5,3.2,2.04,15,7.5,1.43,10,6.3,1.83,10,3.0,2.54,14,2.14,0.9,7,3.14,2.12,7,3.38,2.22,13,7.36,1.78,14,5.83,0.98,6,2.0,1.6,12,3.67,2.5,9
+qualifications,5.37,1.61,19,4.76,2.26,21,6.19,1.6,21,6.25,1.28,8,4.73,1.56,11,5.44,2.46,9,4.25,2.05,12,5.62,1.69,8,6.54,1.51,13,5.64,1.55,14,4.6,1.67,5,5.5,2.88,8,4.31,1.75,13,6.0,1.6,8,6.31,1.65,13,5.5,1.35,10,5.22,1.92,9,4.58,2.15,12,5.0,2.5,9,6.58,1.56,12,5.67,1.58,9
+qualify,6.77,1.41,22,6.05,2.22,19,6.48,2.11,21,6.6,1.14,5,6.88,1.54,16,6.88,1.64,8,5.45,2.46,11,5.5,2.64,10,7.36,0.92,11,6.75,1.36,12,6.8,1.55,10,6.0,2.16,10,6.11,2.42,9,6.33,2.23,12,6.67,2.06,9,6.82,1.47,11,6.73,1.42,11,5.25,1.67,8,6.64,2.46,11,5.67,2.5,9,7.08,1.62,12
+quality,6.86,2.01,21,3.65,2.4,48,6.46,1.89,24,7.17,1.85,12,6.44,2.24,9,4.58,2.29,19,3.03,2.31,29,6.7,1.57,10,6.29,2.13,14,7.5,1.91,4,6.71,2.05,17,4.25,2.11,24,3.04,2.56,24,6.5,1.97,6,6.44,1.92,18,6.83,2.17,12,6.89,1.9,9,4.15,2.61,33,2.53,1.36,15,6.89,1.45,9,6.2,2.11,15
+quandary,4.68,2.19,19,3.59,2.2,22,4.19,1.84,27,4.5,2.59,6,4.77,2.09,13,3.73,2.24,11,3.45,2.25,11,4.64,2.42,11,3.88,1.31,16,4.36,1.91,11,5.12,2.59,8,4.36,2.29,11,2.82,1.89,11,4.35,2.12,17,3.9,1.29,10,4.77,1.96,13,4.5,2.81,6,3.57,2.44,14,3.62,1.85,8,4.33,2.23,15,4.0,1.28,12
+quantity,5.33,1.11,21,3.84,2.32,19,5.86,1.56,21,5.0,1.0,5,5.47,1.19,15,4.75,2.43,8,3.18,2.09,11,5.5,1.78,10,6.18,1.33,11,5.25,0.97,12,5.44,1.33,9,4.3,2.58,10,3.33,2.0,9,6.17,1.75,12,5.44,1.24,9,5.4,0.84,10,5.27,1.35,11,3.12,2.3,8,4.36,2.29,11,5.33,1.58,9,6.25,1.48,12
+quantum,5.15,1.76,20,4.67,2.29,21,4.85,2.58,34,5.1,2.28,10,5.2,1.14,10,4.88,2.9,8,4.54,1.94,13,4.57,2.85,14,5.05,2.44,20,4.67,1.8,9,5.55,1.69,11,5.54,1.76,13,3.25,2.43,8,4.73,2.73,22,5.08,2.39,12,4.8,1.75,10,5.5,1.78,10,4.71,2.52,14,4.57,1.9,7,5.18,2.48,17,4.53,2.72,17
+quarantine,2.84,2.36,19,5.39,2.21,23,2.95,1.78,19,2.89,1.96,9,2.8,2.78,10,5.86,2.41,7,5.2,2.24,15,3.1,0.57,10,2.78,2.59,9,2.89,3.02,9,2.8,1.75,10,5.7,2.58,10,5.17,2.04,12,3.12,0.64,8,2.8,2.44,10,3.58,2.64,12,1.57,0.98,7,5.15,2.18,20,7.0,2.0,3,3.0,0.76,8,2.91,2.3,11
+quarrel,2.84,1.21,19,5.39,2.75,44,4.76,1.81,25,2.67,1.37,6,2.92,1.19,13,5.0,2.5,17,5.63,2.91,27,5.0,1.87,13,4.5,1.78,12,3.0,1.05,10,2.67,1.41,9,5.07,2.81,14,5.53,2.75,30,5.24,1.68,17,3.75,1.75,8,2.25,1.16,8,3.27,1.1,11,4.88,2.82,26,6.11,2.54,18,4.81,1.68,16,4.67,2.12,9
+quarry,4.74,1.19,19,3.57,2.04,21,5.74,1.96,23,5.33,0.58,3,4.62,1.26,16,4.75,2.05,8,2.85,1.72,13,6.56,1.67,9,5.21,2.01,14,4.67,1.22,9,4.8,1.23,10,3.56,1.74,9,3.58,2.31,12,6.07,2.28,15,5.12,0.99,8,4.71,1.38,7,4.75,1.14,12,4.2,1.81,10,3.0,2.14,11,6.31,2.29,13,5.0,1.15,10
+quart,4.89,1.2,19,3.73,2.27,22,5.92,1.68,25,5.22,0.67,9,4.6,1.51,10,3.43,2.51,7,3.93,2.3,14,5.58,1.44,12,6.23,1.88,13,5.0,0.0,7,4.83,1.53,12,4.78,2.49,9,3.0,1.95,12,5.94,1.78,17,5.88,1.55,8,4.7,1.64,10,5.11,0.33,9,3.63,2.39,19,4.33,1.53,3,5.87,1.77,15,6.0,1.63,10
+quarter,5.61,2.03,18,3.85,2.46,20,6.04,1.99,24,5.92,2.25,13,4.8,1.1,5,5.2,3.03,5,3.4,2.16,15,6.31,1.84,13,5.73,2.2,11,5.67,2.5,9,5.56,1.59,9,5.14,3.02,7,3.15,1.86,13,6.27,1.79,11,5.85,2.19,13,5.38,1.69,8,5.8,2.35,10,4.4,3.06,10,3.3,1.64,10,5.44,2.35,9,6.4,1.72,15
+quarterback,5.48,2.38,21,3.58,2.62,24,5.4,2.66,20,6.75,1.75,8,4.69,2.43,13,6.0,2.19,6,2.78,2.26,18,6.09,2.88,11,4.56,2.24,9,5.42,2.35,12,5.56,2.55,9,4.6,2.8,10,2.86,2.32,14,5.77,3.03,13,4.71,1.8,7,5.36,2.24,14,5.71,2.81,7,4.12,2.78,16,2.5,2.0,8,5.25,2.83,12,5.62,2.56,8
+quarterly,4.95,1.5,20,3.2,2.2,25,5.11,1.94,19,5.5,1.2,8,4.58,1.62,12,4.17,2.71,6,2.94,2.04,18,4.29,2.06,7,5.58,1.78,12,5.0,1.65,15,4.8,1.1,5,2.93,2.27,14,3.7,2.21,10,5.0,2.4,9,5.2,1.55,10,4.91,1.76,11,5.0,1.22,9,3.19,1.91,16,3.22,2.77,9,4.73,2.15,11,5.62,1.6,8
+quartermaster,4.59,1.94,22,4.0,2.47,22,5.65,1.87,20,5.5,2.0,8,4.07,1.77,14,4.1,2.56,10,3.92,2.5,12,7.0,2.0,7,4.92,1.38,13,4.73,1.74,11,4.45,2.21,11,3.64,2.38,11,4.36,2.62,11,6.07,1.94,15,4.4,0.89,5,4.0,1.76,10,5.08,2.02,12,4.5,2.32,10,3.58,2.61,12,5.2,1.62,10,6.1,2.08,10
+quartet,6.0,1.38,21,3.09,1.95,22,5.14,1.52,22,5.78,1.09,9,6.17,1.59,12,2.0,1.26,6,3.33,1.99,15,5.67,2.16,6,4.94,1.24,16,5.89,1.17,9,6.08,1.56,12,4.0,2.35,5,2.82,1.81,17,4.73,1.49,11,5.55,1.51,11,6.25,1.66,12,5.67,0.87,9,3.44,2.01,9,2.85,1.95,13,5.0,1.71,12,5.3,1.34,10
+quartz,5.73,1.39,22,4.23,2.93,26,5.88,1.83,24,6.0,1.22,9,5.54,1.51,13,2.7,2.41,10,5.19,2.88,16,5.67,1.8,9,6.0,1.89,15,5.88,0.99,8,5.64,1.6,14,4.08,3.12,13,4.38,2.84,13,5.33,1.56,12,6.42,1.98,12,5.5,1.57,12,6.0,1.15,10,3.8,2.98,15,4.82,2.89,11,6.15,1.86,13,5.55,1.81,11
+quasi,4.53,1.02,19,5.0,1.65,20,4.43,1.75,23,4.8,0.45,5,4.46,1.2,13,4.17,2.48,6,5.36,1.08,14,4.7,1.7,10,4.23,1.83,13,5.0,0.0,7,4.27,1.27,11,5.29,2.21,7,4.85,1.34,13,4.27,1.62,11,4.58,1.93,12,4.58,0.79,12,4.43,1.4,7,5.36,1.86,11,4.56,1.33,9,3.93,1.98,14,5.22,0.97,9
+queasy,2.74,2.0,19,4.82,2.42,22,4.23,2.23,26,3.57,2.64,7,2.25,1.42,12,4.7,2.5,10,4.92,2.47,12,3.93,2.4,15,4.4,1.96,10,2.45,1.51,11,3.12,2.59,8,4.11,2.26,9,5.31,2.5,13,4.94,2.21,16,2.67,1.32,9,2.83,2.17,12,2.57,1.81,7,4.19,2.4,16,6.5,1.64,6,4.0,2.49,12,4.43,2.06,14
+queen,6.52,1.97,21,5.05,2.21,20,6.04,2.63,24,6.58,1.62,12,6.44,2.46,9,4.86,2.61,7,5.15,2.08,13,4.75,2.38,8,6.69,2.57,16,7.25,1.71,4,6.35,2.03,17,4.56,2.24,9,5.45,2.21,11,5.65,2.83,17,7.33,1.86,6,6.25,2.3,12,6.89,1.45,9,5.6,2.01,10,4.5,2.37,10,6.06,2.82,16,6.0,2.39,8
+queer,4.74,2.42,19,3.95,2.5,20,4.44,2.5,18,2.83,1.6,6,5.62,2.26,13,3.44,2.6,9,4.36,2.46,11,4.4,3.13,5,4.46,2.37,13,4.9,2.73,10,4.62,2.33,8,3.5,2.83,8,4.25,2.34,12,4.54,2.5,13,4.2,2.77,5,4.55,2.42,11,5.0,2.56,8,3.58,2.39,12,4.5,2.73,8,4.89,2.47,9,4.0,2.6,9
+quench,5.82,1.92,22,4.7,2.84,23,6.11,1.97,19,6.0,1.77,8,5.54,2.03,13,3.75,2.55,8,5.21,3.04,14,6.57,2.07,7,5.82,2.04,11,5.62,2.13,8,5.77,1.83,13,4.33,3.2,9,4.93,2.67,14,4.86,1.07,7,6.83,2.04,12,5.82,2.18,11,5.82,1.72,11,4.33,3.43,9,4.93,2.5,14,6.31,1.96,16,5.0,2.0,3
+query,5.24,0.83,21,3.76,2.73,25,5.68,1.95,19,5.0,0.71,9,5.42,0.9,12,4.5,3.27,6,3.39,2.59,18,4.86,2.19,7,6.17,1.7,12,5.25,0.86,16,5.2,0.84,5,3.14,2.77,14,4.4,2.67,10,5.56,2.35,9,5.8,1.62,10,5.25,0.97,12,5.22,0.67,9,4.44,2.73,16,2.56,2.4,9,5.09,1.97,11,6.5,1.69,8
+quest,6.26,1.76,19,5.8,2.65,20,6.0,2.19,24,6.54,1.81,13,5.67,1.63,6,7.0,1.0,5,5.4,2.92,15,6.31,2.18,13,5.64,2.25,11,6.33,2.0,9,6.2,1.62,10,7.29,1.38,7,5.0,2.86,13,5.82,2.23,11,6.15,2.23,13,6.56,1.74,9,6.0,1.83,10,6.3,2.0,10,5.3,3.2,10,7.44,1.59,9,5.13,2.07,15
+question,6.36,1.62,22,3.67,2.24,21,5.88,2.31,16,6.33,1.86,6,6.27,1.58,15,2.14,1.46,7,4.43,2.21,14,5.12,2.03,8,6.62,2.45,8,6.29,1.77,14,6.29,1.38,7,3.11,1.96,9,4.08,2.43,12,5.89,2.42,9,5.86,2.34,7,6.36,1.65,14,6.38,1.69,8,3.33,2.73,6,3.8,2.11,15,6.56,2.55,9,5.0,1.73,7
+questionable,4.48,1.57,21,3.55,2.32,22,4.56,2.26,27,4.4,1.35,10,4.55,1.81,11,2.71,2.21,7,3.93,2.34,15,4.71,2.64,17,4.3,1.49,10,4.55,1.75,11,4.4,1.43,10,3.2,3.19,5,3.65,2.12,17,4.86,2.63,14,4.23,1.83,13,4.46,1.76,13,4.5,1.31,8,2.3,1.77,10,4.58,2.27,12,5.21,2.81,14,3.85,1.21,13
+questionnaire,4.9,2.05,21,3.43,1.8,21,5.64,2.4,25,5.0,1.76,12,4.78,2.49,9,3.57,1.81,7,3.36,1.86,14,5.3,2.31,10,5.87,2.5,15,5.75,2.99,4,4.71,1.83,17,3.6,1.71,10,3.27,1.95,11,5.14,2.48,7,5.83,2.41,18,4.83,2.48,12,5.0,1.41,9,3.08,1.75,13,4.0,1.85,8,4.89,2.42,9,6.06,2.35,16
+queue,5.26,1.56,19,3.1,2.31,20,5.17,1.76,18,4.56,1.13,9,5.9,1.66,10,2.43,1.9,7,3.58,2.57,12,5.5,1.72,10,4.75,1.83,8,5.11,1.83,9,5.4,1.35,10,3.5,3.12,8,2.91,1.76,11,4.5,0.93,8,5.44,2.07,9,5.67,1.5,12,4.57,1.51,7,3.11,2.38,19,3.0,,1,5.12,1.36,8,5.2,2.1,10
+quibble,4.05,1.43,21,3.7,2.45,20,4.59,2.2,22,4.5,1.05,6,3.87,1.55,15,3.5,2.73,8,3.83,2.37,12,4.5,2.24,12,4.7,2.26,10,4.78,0.83,9,3.5,1.57,12,4.0,2.87,9,3.45,2.16,11,4.57,2.51,7,4.6,2.13,15,4.2,1.75,10,3.91,1.14,11,4.31,2.63,13,2.57,1.72,7,3.92,2.5,12,5.4,1.51,10
+quiche,5.47,2.32,19,3.15,2.03,20,5.15,2.54,20,5.0,0.0,3,5.87,2.29,15,3.0,2.26,10,3.3,1.89,10,5.7,1.83,10,4.6,3.1,10,5.67,2.8,6,5.75,1.82,12,2.71,2.06,7,3.38,2.06,13,4.75,2.49,8,5.42,2.64,12,5.75,2.42,12,5.0,2.24,7,3.3,2.26,10,3.0,1.89,10,4.11,2.85,9,6.0,2.0,11
+quick,6.08,1.53,38,5.16,2.47,43,6.18,1.92,22,6.0,1.87,13,6.12,1.39,24,4.42,2.61,12,5.43,2.43,30,6.0,1.41,10,6.33,2.31,12,5.75,1.61,16,6.33,1.49,21,5.42,2.19,12,5.06,2.59,31,6.27,1.62,11,6.09,2.26,11,6.17,1.34,23,5.93,1.83,15,5.85,1.98,20,4.57,2.73,23,6.36,1.75,11,6.0,2.14,11
+quickie,6.64,1.99,22,6.29,2.33,21,5.77,2.43,22,6.43,2.21,14,7.0,1.6,8,6.36,2.38,11,6.33,2.5,9,5.17,2.48,6,6.0,2.45,16,6.1,2.38,10,7.08,1.56,12,5.27,2.72,11,7.4,1.07,10,5.69,1.93,13,5.89,3.14,9,6.17,2.17,12,7.2,1.69,10,5.85,2.73,13,7.0,1.31,8,6.42,1.93,12,5.0,2.83,10
+quicksand,3.62,1.91,21,4.42,3.15,24,3.9,2.47,20,3.62,1.6,8,3.62,2.14,13,6.0,2.37,6,3.89,3.25,18,4.0,2.97,11,3.78,1.86,9,3.83,2.29,12,3.33,1.32,9,5.0,3.13,10,4.0,3.21,14,3.92,2.78,13,3.86,1.95,7,3.29,2.02,14,4.29,1.6,7,4.69,3.14,16,3.88,3.31,8,4.0,2.37,12,3.75,2.76,8
+quiet,6.47,1.58,19,1.95,1.58,41,5.8,2.16,49,5.67,1.15,3,6.62,1.63,16,1.88,0.96,16,2.0,1.89,25,5.84,2.39,25,5.83,1.95,23,5.9,1.6,10,7.11,1.36,9,1.91,1.31,23,2.0,1.91,18,5.76,2.03,25,5.83,2.33,24,6.25,1.16,8,6.64,1.86,11,1.83,1.6,30,2.27,1.56,11,6.04,2.03,26,5.52,2.31,23
+quilt,5.91,1.57,22,3.11,1.85,19,5.62,2.5,21,5.8,0.45,5,5.88,1.82,16,3.12,1.55,8,3.09,2.12,11,5.3,2.11,10,5.91,2.88,11,5.58,1.88,12,6.3,1.06,10,3.8,2.1,10,2.33,1.22,9,5.67,2.77,12,5.56,2.24,9,6.09,2.07,11,5.73,0.9,11,2.75,1.83,8,3.36,1.91,11,4.44,2.79,9,6.5,1.93,12
+quince,5.16,1.57,19,3.6,2.46,20,5.04,1.52,23,5.31,1.7,13,4.83,1.33,6,4.2,3.11,5,3.4,2.29,15,5.08,1.38,13,5.0,1.76,10,5.44,2.01,9,4.9,1.1,10,4.43,2.57,7,3.15,2.38,13,5.0,1.94,10,5.08,1.19,13,5.11,1.36,9,5.2,1.81,10,4.1,2.69,10,3.1,2.23,10,5.22,2.05,9,4.93,1.14,14
+quintet,5.6,1.39,20,3.33,2.45,18,4.73,1.55,22,5.6,0.89,5,5.6,1.55,15,4.83,2.86,6,2.58,1.93,12,4.6,0.84,10,4.83,1.99,12,5.8,1.03,10,5.4,1.71,10,4.2,2.74,10,2.25,1.58,8,4.45,1.57,11,5.0,1.55,11,5.67,1.61,12,5.5,1.07,8,2.89,3.02,9,3.78,1.79,9,4.27,1.56,11,5.18,1.47,11
+quirk,5.6,1.64,20,3.59,1.74,22,5.7,1.95,20,5.67,1.58,9,5.55,1.75,11,3.2,1.93,10,3.92,1.56,12,4.43,1.4,7,6.38,1.89,13,5.86,1.03,14,5.0,2.61,6,3.38,1.92,8,3.71,1.68,14,6.0,1.85,8,5.5,2.07,12,5.8,1.14,10,5.4,2.07,10,3.67,1.72,12,3.5,1.84,10,5.64,2.29,11,5.78,1.56,9
+quirky,6.43,2.13,21,4.35,2.41,20,5.82,2.7,22,6.5,2.17,6,6.4,2.2,15,3.75,2.19,8,4.75,2.56,12,5.17,2.82,12,6.6,2.46,10,6.78,2.05,9,6.17,2.25,12,4.22,2.39,9,4.45,2.54,11,5.43,2.15,7,6.0,2.98,15,6.5,2.72,10,6.36,1.57,11,4.69,2.5,13,3.71,2.29,7,6.08,3.23,12,5.5,2.01,10
+quit,3.72,1.18,18,4.05,2.58,20,4.39,2.52,18,3.5,1.2,8,3.9,1.2,10,4.0,2.16,7,4.08,2.87,13,4.09,2.43,11,4.86,2.79,7,3.45,1.21,11,4.14,1.07,7,3.89,2.93,9,4.18,2.4,11,4.45,2.73,11,4.29,2.36,7,3.42,1.24,12,4.33,0.82,6,3.33,2.67,12,5.12,2.17,8,4.67,2.78,9,4.11,2.37,9
+quitter,2.95,1.39,20,5.43,2.27,23,5.62,1.8,21,2.78,0.97,9,3.09,1.7,11,4.91,2.43,11,5.92,2.11,12,5.25,1.98,8,5.85,1.72,13,2.79,1.31,14,3.33,1.63,6,5.0,2.78,9,5.71,1.94,14,5.75,1.75,8,5.54,1.9,13,3.0,1.49,10,2.9,1.37,10,5.77,2.05,13,5.0,2.58,10,5.67,1.83,12,5.56,1.88,9
+quiver,4.52,1.34,23,4.45,2.4,22,4.7,2.03,20,4.12,1.46,8,4.73,1.28,15,4.5,2.64,10,4.42,2.31,12,4.43,2.76,7,4.85,1.63,13,4.67,1.44,12,4.36,1.29,11,4.09,2.02,11,4.82,2.79,11,4.4,2.23,15,5.6,0.89,5,4.0,1.48,11,5.0,1.04,12,4.7,2.58,10,4.25,2.34,12,4.8,1.32,10,4.6,2.63,10
+quivering,4.19,2.04,21,4.68,2.14,25,3.95,2.34,22,3.62,2.0,8,4.54,2.07,13,4.08,2.06,13,5.33,2.1,12,4.62,2.47,13,3.0,1.87,9,4.5,2.2,8,4.08,2.07,12,5.43,1.91,14,3.73,2.1,11,4.75,2.67,12,3.0,1.49,10,3.1,1.45,10,5.18,2.04,11,4.18,2.01,17,5.75,2.12,8,3.6,2.76,10,4.25,2.01,12
+quiz,4.53,1.23,17,4.95,2.26,20,4.9,1.87,21,3.6,0.89,5,4.92,1.16,12,5.33,2.0,9,4.64,2.5,11,5.0,2.61,6,4.87,1.6,15,4.9,1.1,10,4.17,1.33,6,5.25,1.91,8,4.75,2.53,12,5.0,2.11,14,4.71,1.38,7,4.8,1.23,10,4.14,1.21,7,4.75,2.26,12,5.25,2.38,8,4.64,2.16,11,5.2,1.55,10
+quota,4.1,1.77,20,4.09,1.97,22,5.89,2.08,19,3.44,2.3,9,4.64,1.03,11,2.8,1.79,5,4.69,1.74,16,6.5,2.74,6,5.62,1.76,13,4.29,1.64,14,3.67,2.16,6,3.5,1.62,12,5.22,1.86,9,6.0,1.32,9,5.8,2.66,10,4.6,1.26,10,3.6,2.12,10,3.5,2.11,12,4.8,1.62,10,7.5,1.38,6,5.15,1.95,13
+quote,5.85,1.53,20,2.95,2.15,22,5.89,1.89,27,5.89,1.76,9,5.82,1.4,11,2.43,1.9,7,3.2,2.27,15,5.94,2.08,17,5.8,1.62,10,5.91,1.87,11,5.78,1.09,9,2.0,2.24,5,3.24,2.11,17,5.43,2.14,14,6.38,1.5,13,5.62,1.56,13,6.29,1.5,7,1.8,1.32,10,3.92,2.27,12,5.93,1.98,14,5.85,1.86,13
+R & B,5.47,2.41,19,4.27,2.71,22,5.42,2.1,24,5.17,2.14,6,5.62,2.6,13,4.17,2.92,12,4.4,2.59,10,4.5,1.31,8,5.88,2.31,16,5.8,2.25,10,5.11,2.67,9,4.56,3.05,9,4.08,2.56,13,5.65,2.03,17,4.83,2.56,6,5.62,2.45,8,5.36,2.5,11,3.44,3.0,9,4.85,2.44,13,5.44,1.9,16,5.38,2.62,8
+rabbi,4.79,1.84,19,4.0,2.5,23,4.32,2.21,19,4.44,1.74,9,5.1,1.97,10,3.86,2.97,7,4.0,2.45,15,5.0,2.4,10,3.56,1.81,9,4.44,2.01,9,5.1,1.73,10,5.0,2.87,10,3.08,1.98,12,3.75,1.83,8,4.7,2.58,10,4.92,1.62,12,4.57,2.3,7,3.75,2.57,20,5.67,1.15,3,4.0,1.6,8,4.55,2.62,11
+rabbit,7.21,1.69,19,3.98,2.44,42,5.95,2.24,22,5.67,2.08,3,7.5,1.51,16,4.15,2.5,20,3.82,2.44,22,5.36,2.2,11,6.55,2.21,11,6.89,1.69,9,7.5,1.72,10,3.81,2.74,16,4.08,2.3,26,5.92,2.5,13,6.0,1.94,9,7.86,1.35,7,6.83,1.8,12,3.36,2.23,25,4.88,2.52,17,6.29,2.43,14,5.38,1.85,8
+rabble,4.77,1.8,22,3.14,1.71,21,5.18,2.11,22,5.07,1.9,14,4.25,1.58,8,3.0,1.73,11,3.44,1.81,9,4.83,2.32,6,5.31,2.09,16,4.3,2.21,10,5.17,1.34,12,2.64,1.5,11,3.7,1.83,10,5.0,1.68,13,5.44,2.7,9,4.58,1.83,12,5.0,1.83,10,3.08,1.93,13,3.25,1.39,8,5.25,1.82,12,5.1,2.51,10
+rabid,2.95,1.36,20,6.62,2.13,21,3.17,2.04,24,2.67,1.3,12,3.38,1.41,8,6.43,1.13,7,6.71,2.52,14,4.4,2.27,10,2.29,1.33,14,3.33,2.08,3,2.88,1.27,17,6.4,1.84,10,6.82,2.44,11,2.29,1.25,7,3.53,2.21,17,3.08,1.38,12,2.75,1.39,8,6.46,2.57,13,6.88,1.25,8,1.88,1.13,8,3.81,2.1,16
+rabies,2.17,1.57,103,5.99,2.55,105,3.47,2.52,73,2.5,1.84,40,1.97,1.35,62,5.48,2.48,42,6.33,2.55,63,3.84,2.32,37,3.11,2.73,35,2.33,1.61,52,2.02,1.55,50,6.0,2.46,47,5.98,2.64,58,3.97,2.5,38,2.91,2.47,35,2.15,1.18,60,2.21,2.01,43,5.51,2.79,55,6.52,2.16,50,3.51,2.47,35,3.42,2.61,38
+raccoon,5.85,1.9,20,5.16,2.75,19,5.19,2.08,26,6.09,1.7,11,5.56,2.19,9,6.14,2.04,7,4.58,3.03,12,4.69,2.25,13,5.69,1.84,13,6.09,1.97,11,5.56,1.88,9,5.4,2.84,10,4.89,2.8,9,5.06,2.05,17,5.44,2.24,9,6.6,2.12,10,5.1,1.37,10,5.42,2.91,12,4.71,2.63,7,4.69,2.06,16,6.0,1.94,10
+race,5.44,1.82,18,5.2,2.61,20,4.56,2.06,18,4.75,1.58,8,6.0,1.89,10,5.43,2.51,7,5.08,2.75,13,4.64,1.96,11,4.43,2.37,7,4.82,1.6,11,6.43,1.81,7,5.33,3.43,9,5.09,1.87,11,4.64,2.29,11,4.43,1.81,7,4.92,1.44,12,6.5,2.17,6,4.92,2.71,12,5.62,2.56,8,4.56,2.24,9,4.56,2.01,9
+racehorse,5.78,2.58,18,4.95,2.95,20,5.6,2.01,20,6.67,2.08,3,5.93,2.46,14,3.7,2.54,10,6.2,2.9,10,6.5,1.84,10,4.7,1.83,10,4.5,2.59,6,6.91,1.81,11,4.43,3.26,7,5.23,2.86,13,5.12,2.47,8,5.92,1.68,12,6.36,2.77,11,4.86,2.12,7,4.6,2.99,10,5.3,3.02,10,5.0,2.29,9,6.09,1.7,11
+racer,5.26,1.91,23,5.86,2.68,22,5.8,2.38,20,5.75,1.83,8,5.0,1.96,15,5.8,2.62,10,5.92,2.84,12,7.0,2.52,7,5.15,2.12,13,5.25,2.22,12,5.27,1.62,11,4.91,2.84,11,6.82,2.23,11,5.93,2.49,15,5.4,2.19,5,4.64,1.63,11,5.83,2.04,12,6.6,2.37,10,5.25,2.86,12,5.3,1.83,10,6.3,2.83,10
+racetrack,5.76,2.05,21,5.24,2.28,21,5.04,2.44,24,5.92,2.02,12,5.56,2.19,9,5.71,1.8,7,5.0,2.51,14,5.44,2.74,9,4.8,2.31,15,6.5,1.91,4,5.59,2.09,17,5.3,2.67,10,5.18,1.99,11,5.43,2.57,7,4.88,2.45,17,5.83,2.37,12,5.67,1.66,9,5.0,2.42,13,5.62,2.13,8,4.89,2.2,9,5.13,2.64,15
+racial,3.65,1.81,20,4.05,2.33,21,4.0,2.28,24,2.75,1.71,4,3.88,1.82,16,3.25,2.5,4,4.24,2.33,17,4.78,2.59,9,3.53,2.03,15,3.75,0.89,8,3.58,2.27,12,4.4,2.27,10,3.73,2.45,11,4.29,2.3,14,3.6,2.32,10,3.18,1.47,11,4.22,2.11,9,4.2,2.66,10,3.91,2.12,11,4.11,2.42,18,3.67,1.97,6
+racism,1.48,0.68,21,5.88,2.49,26,4.46,2.59,24,1.5,0.76,8,1.46,0.66,13,5.2,2.25,10,6.31,2.6,16,4.78,2.11,9,4.27,2.89,15,1.25,0.46,8,1.62,0.77,13,5.15,2.61,13,6.62,2.22,13,4.33,2.93,12,4.58,2.31,12,1.5,0.67,12,1.44,0.73,9,5.4,2.69,15,6.55,2.11,11,4.0,2.42,13,5.0,2.79,11
+racist,2.05,1.69,21,4.84,2.79,25,4.37,2.89,19,2.89,2.2,9,1.42,0.79,12,2.83,2.79,6,5.39,2.59,18,4.29,3.59,7,4.42,2.57,12,2.25,1.84,16,1.4,0.89,5,4.14,3.08,14,5.6,2.27,10,4.33,2.74,9,4.4,3.17,10,2.25,1.91,12,1.78,1.39,9,4.75,2.72,16,5.0,3.08,9,4.18,3.28,11,4.62,2.45,8
+rack,5.55,1.1,20,4.52,1.89,21,5.12,2.27,33,5.9,1.29,10,5.2,0.79,10,5.25,1.91,8,4.08,1.8,13,5.64,2.34,14,4.74,2.21,19,5.33,1.12,9,5.73,1.1,11,4.85,1.91,13,4.0,1.85,8,5.1,2.57,21,5.17,1.75,12,5.2,1.03,10,5.9,1.1,10,4.64,2.02,14,4.29,1.7,7,5.31,1.99,16,4.94,2.56,17
+racket,3.95,1.08,19,4.33,2.24,21,4.45,1.9,20,3.67,0.58,3,4.0,1.15,16,4.5,2.81,6,4.27,2.09,15,4.5,1.52,6,4.43,2.1,14,4.3,0.82,10,3.56,1.24,9,4.14,2.19,7,4.43,2.34,14,4.1,2.18,10,4.8,1.62,10,4.25,1.04,8,3.73,1.1,11,3.67,1.94,9,4.83,2.41,12,4.25,2.66,8,4.58,1.31,12
+racketeering,3.25,1.59,20,3.65,2.52,23,4.22,2.78,18,2.62,1.69,8,3.67,1.44,12,4.36,2.2,11,3.0,2.7,12,4.4,3.06,10,4.0,2.56,8,3.57,1.72,7,2.92,1.51,12,4.36,2.46,11,3.0,2.49,12,5.43,3.15,7,3.45,2.34,11,3.25,1.71,12,3.25,1.49,8,3.73,2.87,11,3.58,2.27,12,4.44,2.55,9,4.0,3.12,9
+racquetball,5.05,1.83,21,5.05,2.46,22,5.84,1.89,19,6.0,1.83,7,4.77,1.59,13,4.62,2.67,8,5.31,2.5,13,5.43,2.23,7,6.09,1.81,11,6.12,1.81,8,4.58,1.44,12,6.0,2.88,8,4.5,2.1,14,5.57,2.3,7,6.0,1.71,12,4.9,1.97,10,5.18,1.78,11,5.5,2.83,8,4.79,2.29,14,5.56,1.63,16,7.33,2.89,3
+racy,4.63,1.89,19,5.39,2.83,18,6.04,2.14,24,5.75,1.71,4,4.33,1.88,15,7.4,1.52,5,4.62,2.87,13,5.77,2.55,13,6.36,1.57,11,4.9,1.73,10,4.33,2.12,9,7.43,1.27,7,4.09,2.81,11,5.81,2.26,16,6.5,1.93,8,4.46,2.03,13,5.0,1.67,6,5.25,2.83,12,5.67,3.08,6,6.13,1.92,15,5.89,2.57,9
+radar,5.32,1.59,22,4.55,2.33,20,5.63,2.61,19,5.54,1.94,13,5.0,0.87,9,4.43,1.27,7,4.62,2.79,13,6.0,2.65,7,5.42,2.68,12,5.83,1.64,12,4.7,1.34,10,4.33,2.06,9,4.73,2.61,11,6.5,2.42,10,4.67,2.6,9,5.58,1.68,12,5.0,1.49,10,5.57,1.51,7,4.0,2.55,13,6.14,3.08,7,5.33,2.39,12
+radial,4.71,1.9,21,3.61,2.35,23,5.06,2.18,18,5.56,2.01,9,4.08,1.62,12,4.82,2.09,11,2.5,2.07,12,5.1,2.28,10,5.0,2.2,8,5.71,2.14,7,4.15,1.68,13,4.45,2.07,11,2.83,2.41,12,5.43,2.23,7,4.82,2.23,11,4.62,2.22,13,4.88,1.36,8,3.18,2.4,11,4.0,2.34,12,4.33,2.0,9,5.78,2.22,9
+radiant,7.29,1.31,41,5.03,2.55,38,6.54,1.83,48,7.22,1.26,18,7.35,1.37,23,5.78,2.39,9,4.79,2.6,29,6.27,1.64,22,6.77,1.99,26,7.25,1.37,20,7.35,1.31,20,5.93,2.16,14,4.5,2.65,24,6.36,1.83,28,6.8,1.85,20,7.5,1.32,24,7.0,1.27,17,4.48,2.86,21,5.71,1.99,17,6.71,1.76,28,6.3,1.95,20
+radiate,6.9,1.81,21,4.81,2.48,21,5.43,2.68,21,7.1,1.29,10,6.73,2.24,11,4.71,2.87,7,4.86,2.38,14,4.5,2.76,10,6.27,2.41,11,6.43,0.79,7,7.14,2.14,14,4.67,2.29,9,4.92,2.71,12,5.31,2.93,13,5.62,2.39,8,7.42,1.24,12,6.22,2.28,9,4.75,2.66,8,4.85,2.48,13,5.23,2.71,13,5.75,2.76,8
+radiation,3.32,2.19,19,4.56,2.25,18,4.06,2.46,17,3.55,2.07,11,3.0,2.45,8,5.25,2.99,4,4.36,2.1,14,4.62,2.72,8,3.56,2.24,9,3.0,2.27,8,3.55,2.21,11,4.86,2.04,7,4.36,2.46,11,4.83,2.4,6,3.64,2.5,11,3.15,2.12,13,3.67,2.5,6,3.82,2.09,11,5.71,2.14,7,3.57,2.15,7,4.4,2.72,10
+radiator,4.55,1.63,40,3.67,2.45,43,5.19,2.33,26,4.77,1.3,13,4.58,1.68,26,4.47,2.72,19,3.0,2.09,23,4.38,2.4,13,6.0,2.04,13,5.07,1.44,15,4.38,1.58,24,4.11,2.89,18,3.36,2.08,25,4.82,2.38,17,5.89,2.2,9,4.8,1.85,20,4.3,1.38,20,3.35,2.7,20,3.96,2.23,23,4.88,2.19,16,5.7,2.58,10
+radical,4.36,1.92,22,5.27,2.57,22,5.21,1.87,19,3.62,1.41,8,4.79,2.08,14,5.8,2.62,10,4.83,2.55,12,4.43,1.9,7,5.67,1.78,12,4.45,1.69,11,4.27,2.2,11,4.64,2.5,11,5.91,2.59,11,5.14,1.79,14,5.4,2.3,5,4.7,1.77,10,4.08,2.07,12,6.0,2.26,10,4.67,2.74,12,5.44,1.88,9,5.0,1.94,10
+radio,6.0,2.21,19,3.84,2.57,43,6.27,2.17,44,7.33,2.08,3,6.07,1.87,15,2.95,2.22,19,4.57,2.71,23,5.85,2.23,20,6.62,2.1,24,6.17,1.94,6,6.33,1.97,12,3.94,2.96,18,3.76,2.31,25,6.11,2.0,19,6.4,2.33,25,6.0,2.49,12,6.0,1.83,7,4.05,2.93,20,3.65,2.27,23,7.1,2.07,21,5.52,2.02,23
+radioactive,3.47,2.55,19,5.64,2.68,22,3.27,2.16,22,4.44,2.24,9,2.6,2.59,10,4.75,2.76,8,6.14,2.6,14,3.18,1.99,11,3.36,2.42,11,5.29,1.25,7,2.42,2.54,12,4.7,2.41,10,6.42,2.75,12,3.77,2.45,13,2.56,1.51,9,3.4,2.59,10,3.56,2.65,9,5.5,2.73,8,5.71,2.76,14,3.86,2.28,14,2.25,1.58,8
+radioactivity,3.12,1.9,24,6.09,1.86,23,2.6,1.64,20,3.43,2.07,7,3.0,1.87,17,6.33,1.72,12,5.82,2.04,11,2.09,1.38,11,3.12,1.89,8,3.15,2.08,13,3.09,1.76,11,5.75,2.11,16,6.86,0.69,7,3.1,1.6,10,2.1,1.6,10,3.27,2.34,15,2.89,0.78,9,6.42,1.84,19,4.5,1.0,4,2.77,1.69,13,2.29,1.6,7
+radiologist,5.45,1.32,20,4.55,2.2,22,5.43,2.27,21,5.22,1.2,9,5.64,1.43,11,4.9,2.51,10,4.25,1.96,12,5.0,1.69,8,5.69,2.59,13,5.43,1.45,14,5.5,1.05,6,5.38,2.5,8,4.07,1.94,14,5.62,1.92,8,5.31,2.53,13,5.7,1.64,10,5.2,0.92,10,4.58,2.19,12,4.5,2.32,10,6.17,2.04,12,4.44,2.3,9
+radiology,4.89,1.24,19,4.27,2.19,22,5.05,2.16,21,5.0,1.41,9,4.8,1.14,10,4.36,2.25,11,4.18,2.23,11,4.0,1.2,8,5.69,2.39,13,5.0,1.15,13,4.67,1.51,6,4.11,2.37,9,4.38,2.14,13,5.0,2.2,8,5.08,2.22,13,5.11,1.05,9,4.7,1.42,10,3.92,1.78,12,4.7,2.63,10,5.33,1.97,12,4.67,2.45,9
+radish,4.7,2.13,20,3.71,2.33,21,5.41,2.23,34,4.7,2.5,10,4.7,1.83,10,4.62,2.72,8,3.15,1.95,13,5.36,2.41,14,5.45,2.16,20,3.56,2.13,9,5.64,1.69,11,4.0,2.31,13,3.25,2.43,8,5.36,2.42,22,5.5,1.93,12,4.5,2.17,10,4.9,2.18,10,4.21,2.52,14,2.71,1.6,7,5.76,1.86,17,5.06,2.56,17
+radium,4.37,1.16,19,5.29,2.19,21,4.43,1.8,23,5.2,0.45,5,4.15,1.21,13,5.83,2.64,6,5.07,2.05,15,4.5,1.35,10,4.38,2.14,13,4.71,0.76,7,4.27,1.35,11,4.86,2.91,7,5.5,1.83,14,4.73,1.27,11,4.17,2.21,12,4.92,0.79,12,3.43,1.13,7,4.18,2.27,11,6.5,1.35,10,4.36,1.55,14,4.56,2.24,9
+radius,5.3,1.81,20,4.55,2.8,20,5.06,2.0,36,6.14,1.57,7,4.85,1.82,13,6.2,2.17,5,4.0,2.83,15,4.73,1.95,11,5.2,2.04,25,5.5,2.11,12,5.0,1.31,8,4.75,2.6,12,4.25,3.24,8,5.4,2.01,20,4.62,1.96,16,5.18,2.27,11,5.44,1.13,9,5.18,2.93,11,3.78,2.59,9,5.05,2.03,22,5.07,2.02,14
+raffle,5.37,2.19,19,5.05,2.82,22,4.29,2.0,28,5.0,2.1,6,5.54,2.3,13,5.18,2.48,11,4.91,3.24,11,4.09,2.59,11,4.41,1.58,17,6.0,2.0,11,4.5,2.27,8,4.64,2.38,11,5.45,3.27,11,4.39,1.91,18,4.1,2.23,10,5.15,1.82,13,5.83,2.99,6,4.93,3.1,14,5.25,2.43,8,3.88,1.93,16,4.83,2.04,12
+raft,5.7,1.81,20,4.55,2.09,22,5.76,2.12,21,5.89,1.17,9,5.55,2.25,11,5.1,2.69,10,4.08,1.38,12,4.88,1.64,8,6.31,2.25,13,5.79,1.42,14,5.5,2.66,6,4.88,2.8,8,4.36,1.65,14,5.62,1.77,8,5.85,2.38,13,5.6,1.58,10,5.8,2.1,10,4.25,1.91,12,4.9,2.33,10,6.0,2.45,12,5.44,1.67,9
+rag,4.21,1.84,19,2.65,1.79,20,4.45,2.39,20,4.33,1.53,3,4.19,1.94,16,2.5,1.64,6,2.71,1.9,14,5.33,1.86,6,4.07,2.56,14,4.4,1.17,10,4.0,2.45,9,2.71,1.8,7,2.62,1.85,13,5.2,2.39,10,3.7,2.26,10,4.38,1.41,8,4.09,2.17,11,2.67,1.87,9,2.64,1.8,11,3.75,2.96,8,4.92,1.93,12
+rage,2.5,1.95,18,6.62,2.47,39,4.17,2.5,41,3.0,2.18,9,2.0,1.66,9,7.23,1.83,13,6.31,2.71,26,4.42,2.7,24,3.82,2.21,17,2.62,2.39,8,2.4,1.65,10,7.35,1.46,20,5.84,3.06,19,4.72,2.64,25,3.31,2.06,16,2.91,2.26,11,1.86,1.21,7,6.62,2.52,26,6.62,2.47,13,4.0,2.53,21,4.35,2.52,20
+ragged,4.2,1.24,20,5.2,2.53,20,4.96,1.75,26,3.73,1.1,11,4.78,1.2,9,5.71,2.29,7,4.92,2.69,13,5.23,1.92,13,4.69,1.6,13,4.36,1.03,11,4.0,1.5,9,5.09,2.26,11,5.33,2.96,9,5.24,1.92,17,4.44,1.33,9,4.3,1.49,10,4.1,0.99,10,6.0,2.41,12,4.0,2.33,8,4.88,1.67,16,5.1,1.97,10
+raggedy,3.27,1.55,22,4.65,2.21,26,4.83,2.01,23,2.78,1.2,9,3.62,1.71,13,3.9,2.47,10,5.12,1.96,16,4.78,1.79,9,4.86,2.21,14,3.25,1.16,8,3.29,1.77,14,4.46,2.37,13,4.85,2.12,13,4.27,1.49,11,5.33,2.35,12,3.0,1.54,12,3.6,1.58,10,4.13,2.29,15,5.36,1.96,11,5.0,1.95,12,4.64,2.16,11
+raging,3.25,2.1,20,5.38,2.09,21,4.16,2.12,25,3.27,2.15,11,3.22,2.17,9,6.14,1.95,7,5.0,2.11,14,4.3,1.57,10,4.07,2.46,15,2.5,1.91,4,3.44,2.16,16,4.8,1.87,10,5.91,2.21,11,3.29,1.38,7,4.5,2.28,18,2.82,1.33,11,3.78,2.77,9,5.0,2.2,13,6.0,1.85,8,3.11,1.54,9,4.75,2.21,16
+ragtime,5.45,1.84,22,3.73,2.27,26,6.36,1.97,22,5.56,1.67,9,5.38,2.02,13,2.6,1.65,10,4.44,2.37,16,6.0,1.94,9,6.62,2.02,13,5.38,2.2,8,5.5,1.7,14,4.0,2.65,13,3.46,1.9,13,6.91,2.07,11,5.82,1.78,11,5.0,1.91,12,6.0,1.7,10,3.27,2.25,15,4.36,2.25,11,7.08,1.78,12,5.5,1.9,10
+raid,3.35,1.79,20,5.62,2.04,21,3.91,2.54,34,3.8,1.93,10,2.9,1.6,10,6.25,1.98,8,5.23,2.05,13,4.0,2.8,14,3.85,2.41,20,3.78,1.64,9,3.0,1.9,11,5.92,2.1,13,5.12,1.96,8,3.86,2.7,22,4.0,2.34,12,3.5,1.9,10,3.2,1.75,10,5.71,2.3,14,5.43,1.51,7,4.06,2.3,17,3.76,2.82,17
+raider,4.43,1.63,21,4.4,2.8,25,4.37,2.17,19,4.78,1.2,9,4.17,1.9,12,4.33,3.27,6,4.33,2.79,18,4.57,1.99,7,4.25,2.34,12,4.62,1.63,16,3.8,1.64,5,4.0,3.06,14,4.8,2.57,10,4.44,2.01,9,4.3,2.41,10,4.42,1.62,12,4.44,1.74,9,4.75,2.89,16,3.78,2.68,9,4.73,2.37,11,3.88,1.89,8
+rail,5.1,1.26,21,2.62,2.18,24,5.5,2.48,20,4.88,1.13,8,5.23,1.36,13,2.83,1.83,6,2.56,2.33,18,6.18,2.36,11,4.67,2.5,9,4.83,1.19,12,5.44,1.33,9,2.5,2.12,10,2.71,2.3,14,6.31,2.56,13,4.0,1.53,7,4.93,1.14,14,5.43,1.51,7,3.06,2.29,16,1.75,1.75,8,5.42,2.5,12,5.62,2.62,8
+railing,4.67,1.28,21,3.17,2.63,24,5.5,2.42,20,5.38,1.06,8,4.23,1.24,13,4.17,2.23,6,2.83,2.73,18,5.91,2.59,11,5.0,2.24,9,4.92,1.51,12,4.33,0.87,9,3.4,2.67,10,3.0,2.69,14,6.08,2.75,13,4.43,1.13,7,4.5,1.4,14,5.0,1.0,7,3.62,2.53,16,2.25,2.76,8,5.58,2.39,12,5.38,2.62,8
+railroad,5.68,1.67,19,3.95,1.5,21,5.29,2.15,34,6.33,1.94,9,5.1,1.2,10,4.25,1.49,8,3.77,1.54,13,5.71,2.46,14,5.0,1.92,20,5.11,1.9,9,6.2,1.32,10,4.38,1.45,13,3.25,1.39,8,5.55,2.34,22,4.83,1.75,12,5.5,1.65,10,5.89,1.76,9,4.07,1.69,14,3.71,1.11,7,5.76,1.92,17,4.82,2.32,17
+railway,5.42,2.04,19,3.25,2.15,20,5.0,2.13,20,6.0,1.0,3,5.53,2.07,15,3.5,2.59,10,3.0,1.7,10,5.3,2.11,10,4.7,2.21,10,4.83,2.4,6,6.0,1.6,12,2.29,1.38,7,3.77,2.35,13,4.75,1.58,8,5.17,2.48,12,5.25,1.96,12,5.71,2.29,7,3.4,2.01,10,3.1,2.38,10,3.89,2.15,9,5.91,1.7,11
+rain,6.58,1.75,38,3.29,2.19,21,4.25,2.75,20,6.38,1.66,13,6.68,1.82,25,3.71,2.56,7,3.0,2.12,13,4.2,3.08,10,4.3,2.54,10,6.36,1.76,22,6.88,1.75,16,3.14,2.19,7,3.31,2.36,13,3.5,2.27,8,4.75,3.02,12,6.54,1.75,26,6.67,1.83,12,2.73,2.2,11,3.9,2.13,10,3.33,2.45,9,5.0,2.86,11
+rainbow,7.3,1.97,103,3.94,2.73,82,6.11,2.41,95,6.38,2.37,45,8.02,1.22,57,4.04,2.67,28,3.89,2.79,54,5.67,2.32,48,6.55,2.44,47,6.97,2.14,67,7.91,1.48,35,4.11,2.64,37,3.8,2.83,45,6.13,2.35,47,6.08,2.49,48,7.13,2.05,60,7.53,1.86,43,4.5,2.62,38,3.45,2.77,44,6.32,2.57,41,5.94,2.29,54
+rainbow trout,6.42,1.87,19,5.04,2.14,23,4.37,1.67,19,6.67,1.32,9,6.2,2.3,10,5.14,2.04,7,5.0,2.33,15,4.6,1.58,10,4.11,1.83,9,6.44,2.01,9,6.4,1.84,10,5.6,2.5,10,4.58,1.88,12,4.88,1.46,8,4.0,1.89,10,6.08,1.93,12,7.0,1.73,7,5.2,2.24,20,4.0,1.0,3,5.0,1.41,8,3.91,1.76,11
+raincoat,5.63,1.74,19,3.48,2.04,21,5.42,1.82,24,4.33,1.97,6,6.23,1.3,13,3.73,2.2,11,3.2,1.93,10,4.62,1.6,8,5.81,1.83,16,5.8,1.23,10,5.44,2.24,9,4.12,1.96,8,3.08,2.06,13,5.29,1.76,17,5.83,2.23,6,5.75,1.39,8,5.55,2.02,11,3.25,1.91,8,3.62,2.18,13,5.5,2.03,16,5.25,1.39,8
+rainforest,7.11,1.78,18,3.4,2.54,20,5.05,2.39,20,7.5,2.12,2,7.27,1.67,15,3.1,2.51,10,3.7,2.67,10,5.2,1.87,10,4.9,2.92,10,7.33,2.07,6,7.27,1.49,11,2.71,2.21,7,3.77,2.71,13,5.0,2.93,8,5.08,2.11,12,7.0,2.0,12,7.33,1.37,6,3.2,2.35,10,3.6,2.84,10,4.89,2.89,9,5.18,2.04,11
+rainmaker,6.1,2.07,21,4.43,1.97,23,5.43,2.38,21,6.5,1.69,8,5.85,2.3,13,4.92,2.23,12,3.91,1.58,11,5.85,2.15,13,4.75,2.71,8,6.62,1.6,8,5.83,2.41,12,5.0,1.22,13,3.7,2.54,10,5.75,2.22,12,5.0,2.65,9,6.5,2.22,10,5.73,1.95,11,4.38,2.09,16,4.57,1.81,7,5.3,2.63,10,5.55,2.25,11
+rainstorm,5.75,2.05,20,4.96,2.46,23,4.29,2.85,21,6.22,2.17,9,5.36,1.96,11,5.27,2.76,11,4.67,2.23,12,4.0,2.07,8,4.46,3.31,13,5.64,1.74,14,6.0,2.83,6,5.11,2.76,9,4.86,2.35,14,5.38,2.72,8,3.62,2.81,13,5.5,1.72,10,6.0,2.4,10,4.77,1.92,13,5.2,3.12,10,3.83,3.01,12,4.89,2.67,9
+rainy,5.55,2.19,20,4.33,2.42,21,4.44,2.68,34,5.6,2.8,10,5.5,1.51,10,3.38,2.13,8,4.92,2.47,13,4.21,2.75,14,4.6,2.68,20,5.44,2.46,9,5.64,2.06,11,4.46,2.07,13,4.12,3.04,8,4.55,2.92,22,4.25,2.26,12,5.9,2.69,10,5.2,1.62,10,4.71,2.73,14,3.57,1.51,7,5.18,2.63,17,3.71,2.59,17
+raise,7.22,1.56,18,5.1,2.93,21,5.44,1.85,18,6.75,1.49,8,7.6,1.58,10,4.86,3.29,7,5.21,2.86,14,5.36,1.75,11,5.57,2.15,7,7.0,1.41,11,7.57,1.81,7,4.33,3.2,9,5.67,2.71,12,5.91,1.51,11,4.71,2.21,7,6.83,1.59,12,8.0,1.26,6,4.33,3.03,12,6.11,2.62,9,5.89,1.96,9,5.0,1.73,9
+raisin,6.05,2.01,20,3.65,2.58,20,5.73,1.91,26,6.45,1.97,11,5.56,2.07,9,4.14,2.61,7,3.38,2.63,13,5.38,2.06,13,6.08,1.75,13,5.91,2.34,11,6.22,1.64,9,3.18,2.48,11,4.22,2.73,9,5.53,2.0,17,6.11,1.76,9,6.3,2.21,10,5.8,1.87,10,3.75,2.9,12,3.5,2.2,8,5.44,1.71,16,6.2,2.2,10
+rake,4.75,1.59,20,4.22,1.91,23,5.24,2.0,21,5.2,1.79,5,4.6,1.55,15,4.92,1.62,12,3.45,1.97,11,5.09,2.26,11,5.67,1.66,9,4.36,1.86,11,5.22,1.09,9,4.31,1.85,16,4.0,2.16,7,5.09,1.51,11,5.4,2.5,10,5.08,1.83,12,4.25,1.04,8,4.11,1.91,19,4.75,2.06,4,5.5,1.99,14,4.71,2.06,7
+rally,4.71,1.93,21,5.35,2.71,23,5.62,2.11,21,3.8,1.3,5,5.0,2.03,16,6.67,1.78,12,3.91,2.88,11,5.36,2.25,11,5.56,1.81,9,4.42,2.19,12,5.11,1.54,9,5.44,2.5,16,5.14,3.34,7,4.82,1.6,11,6.5,2.32,10,5.0,2.08,13,4.25,1.67,8,5.47,2.74,19,4.75,2.87,4,4.79,1.81,14,7.29,1.7,7
+ram,4.37,1.77,19,4.5,2.44,22,5.27,2.29,22,4.78,1.09,9,4.0,2.21,10,4.88,2.59,8,4.29,2.43,14,5.73,2.15,11,4.82,2.44,11,4.57,0.79,7,4.25,2.18,12,4.0,2.05,10,4.92,2.75,12,4.77,2.24,13,6.0,2.29,9,4.7,2.06,10,4.0,1.41,9,4.5,2.27,8,4.5,2.62,14,5.57,2.41,14,4.75,2.12,8
+ramble,4.32,2.0,19,5.0,2.41,23,5.89,2.11,18,3.78,1.79,9,4.8,2.15,10,4.29,2.29,7,5.33,2.55,15,5.1,1.91,10,6.88,2.03,8,4.11,2.52,9,4.5,1.51,10,4.9,2.56,10,5.08,2.5,12,5.5,0.93,8,6.67,2.45,9,5.17,1.9,12,2.86,1.21,7,4.9,2.38,20,5.67,3.06,3,4.86,1.46,7,6.55,2.25,11
+rambling,3.58,2.17,19,4.04,2.34,23,4.68,2.0,19,3.44,1.51,9,3.7,2.71,10,4.14,2.54,7,4.07,2.4,15,4.0,2.05,10,5.44,1.74,9,3.11,2.62,9,4.0,1.7,10,4.3,2.87,10,3.92,2.02,12,3.75,1.04,8,5.7,2.11,10,4.0,2.37,12,2.86,1.68,7,4.15,2.5,20,3.33,0.58,3,3.5,1.2,8,5.55,2.07,11
+ramp,4.95,1.36,20,4.09,2.16,22,5.6,1.96,20,5.12,1.64,8,4.83,1.19,12,4.17,2.99,6,3.93,1.87,15,5.5,2.51,6,5.64,1.78,14,5.12,1.81,8,4.83,1.03,12,4.6,2.51,5,3.94,2.11,17,5.67,1.5,9,5.55,2.34,11,4.55,1.51,11,5.44,1.01,9,4.0,1.8,9,4.15,2.44,13,5.73,1.62,11,5.44,2.4,9
+rampage,4.21,1.99,19,7.57,1.43,21,4.43,2.5,23,4.8,1.92,5,3.92,2.1,13,7.17,1.17,6,7.73,1.53,15,4.6,2.59,10,4.31,2.53,13,5.0,2.45,7,3.64,1.63,11,7.43,0.98,7,7.64,1.65,14,4.73,2.28,11,4.17,2.76,12,4.5,2.11,12,3.71,1.8,7,7.45,1.81,11,7.7,0.95,10,4.14,2.51,14,4.89,2.57,9
+rampant,4.4,1.54,20,4.5,2.35,20,4.5,2.13,22,4.57,1.13,7,4.31,1.75,13,5.11,2.37,9,4.0,2.32,11,5.83,2.04,6,4.0,2.0,16,4.4,1.07,10,4.22,1.99,9,4.88,2.3,8,4.25,2.45,12,5.07,2.05,15,3.29,1.89,7,4.73,1.79,11,4.0,1.12,9,4.92,1.93,12,3.88,2.9,8,5.09,2.3,11,3.91,1.87,11
+rampart,5.0,1.57,18,3.95,2.34,19,5.15,2.18,20,4.5,0.71,2,5.33,1.29,15,4.2,2.57,10,3.67,2.18,9,5.6,1.96,10,4.7,2.41,10,4.67,1.63,6,5.55,0.93,11,4.0,2.53,6,3.92,2.36,13,4.38,2.2,8,5.67,2.1,12,5.36,1.69,11,4.43,1.27,7,4.67,2.4,9,3.3,2.21,10,4.89,1.76,9,5.36,2.54,11
+ramrod,4.57,1.69,21,3.61,2.59,23,5.17,2.46,18,5.11,1.83,9,4.17,1.53,12,3.64,2.5,11,3.58,2.78,12,5.4,2.01,10,4.88,3.04,8,4.71,2.21,7,4.54,1.51,13,3.55,2.58,11,3.67,2.71,12,5.0,2.24,7,5.27,2.69,11,4.31,1.89,13,5.0,1.31,8,4.55,2.91,11,2.75,2.01,12,4.67,2.5,9,5.67,2.45,9
+ranch,5.91,1.41,22,5.3,2.87,23,5.68,1.8,19,5.62,1.6,8,5.85,1.07,13,5.75,2.71,8,5.07,3.12,14,5.29,2.21,7,5.91,1.64,11,5.75,1.67,8,5.77,1.01,13,5.67,3.12,9,5.07,2.79,14,5.0,1.83,7,6.08,1.73,12,5.91,1.51,11,5.91,1.38,11,6.44,3.43,9,4.57,2.28,14,5.38,1.78,16,7.33,0.58,3
+rancher,5.95,2.01,20,4.32,2.52,19,6.04,1.8,26,5.64,1.57,11,6.33,2.5,9,5.86,1.35,7,3.42,2.64,12,5.77,1.74,13,6.31,1.89,13,6.0,2.53,11,5.89,1.27,9,3.7,2.58,10,5.0,2.4,9,6.0,1.77,17,6.11,1.96,9,6.0,2.31,10,5.9,1.79,10,4.08,2.61,12,4.71,2.5,7,5.62,1.71,16,6.7,1.83,10
+rancid,2.38,1.72,40,5.16,2.42,43,4.07,2.42,55,2.47,2.03,17,2.36,1.5,22,5.05,2.48,19,5.26,2.47,23,4.06,2.31,18,4.08,2.5,37,2.71,2.09,14,2.19,1.5,26,4.28,2.63,18,5.8,2.08,25,4.52,2.44,29,3.58,2.34,26,2.11,1.85,19,2.62,1.6,21,4.75,2.67,20,5.52,2.17,23,4.15,2.64,33,3.95,2.1,22
+random,5.37,1.89,19,4.15,2.58,20,4.71,2.4,24,5.62,2.14,13,4.83,1.17,6,6.2,2.28,5,3.47,2.36,15,5.15,2.44,13,4.18,2.36,11,6.0,2.0,9,4.8,1.69,10,6.43,1.99,7,2.92,1.98,13,5.82,2.09,11,3.77,2.31,13,5.44,1.74,9,5.3,2.11,10,4.2,2.74,10,4.1,2.56,10,5.56,2.92,9,4.2,1.97,15
+range,5.11,0.74,19,3.9,1.77,20,5.57,1.97,23,5.0,0.71,5,5.23,0.73,13,3.83,1.83,6,3.93,1.82,14,4.9,1.45,10,6.08,2.22,13,4.86,0.38,7,5.36,0.81,11,4.29,2.36,7,3.69,1.44,13,5.27,2.1,11,5.83,1.9,12,5.0,0.74,12,5.29,0.76,7,3.6,2.07,10,4.2,1.48,10,5.0,1.92,14,6.44,1.81,9
+ranger,5.79,1.27,19,3.5,2.67,22,6.0,2.08,27,6.5,1.38,6,5.46,1.13,13,4.2,2.74,10,2.92,2.57,12,6.47,1.92,15,5.36,2.29,11,5.3,1.06,10,6.33,1.32,9,4.0,2.4,9,3.15,2.88,13,5.88,2.37,17,6.22,1.64,9,6.0,1.15,13,5.33,1.51,6,3.06,2.41,16,4.67,3.2,6,5.58,2.23,12,6.33,1.95,15
+rank,5.26,1.15,19,3.67,1.74,21,5.57,2.25,23,5.33,0.58,3,5.25,1.24,16,4.38,1.19,8,3.23,1.92,13,5.89,1.9,9,5.36,2.5,14,5.67,1.41,9,4.9,0.74,10,3.67,1.8,9,3.67,1.78,12,6.07,2.4,15,4.62,1.69,8,5.86,1.46,7,4.92,0.79,12,4.3,1.42,10,3.09,1.87,11,5.85,2.76,13,5.2,1.4,10
+ranking,5.42,1.61,19,3.86,1.7,22,6.21,1.93,19,5.89,2.15,9,5.0,0.82,10,2.0,1.22,5,4.31,1.4,16,7.0,1.55,6,5.85,2.03,13,5.43,1.7,14,5.4,1.52,5,3.92,1.88,12,3.56,1.42,9,6.11,1.45,9,6.3,2.36,10,5.7,1.57,10,5.11,1.69,9,3.83,1.85,12,3.9,1.6,10,7.5,1.05,6,5.62,1.98,13
+ransom,2.32,1.42,19,4.45,2.34,22,2.43,1.47,23,2.67,1.37,6,2.15,1.46,13,4.67,2.31,12,4.2,2.49,10,2.25,1.67,8,2.53,1.41,15,2.3,1.57,10,2.33,1.32,9,5.56,2.01,9,3.69,2.32,13,2.53,1.5,17,1.8,1.3,5,1.38,0.52,8,3.0,1.48,11,3.78,2.28,9,4.92,2.36,13,2.47,1.64,15,2.38,1.19,8
+rant,3.43,1.63,21,5.23,3.04,22,4.45,2.42,20,3.62,1.77,8,3.31,1.6,13,4.8,2.94,10,5.58,3.2,12,5.0,2.89,7,4.15,2.19,13,3.75,1.96,12,3.0,1.0,9,4.73,2.87,11,5.73,3.26,11,4.87,2.59,15,3.2,1.3,5,3.09,1.22,11,3.8,1.99,10,5.8,2.74,10,4.75,3.31,12,4.8,2.44,10,4.1,2.47,10
+rap,5.6,1.47,20,4.3,2.08,20,4.82,2.13,22,6.14,1.35,7,5.31,1.49,13,4.67,2.18,9,4.0,2.05,11,5.33,3.27,6,4.62,1.63,16,5.6,1.26,10,5.33,1.58,9,3.38,2.33,8,4.92,1.73,12,5.33,2.19,15,3.71,1.6,7,5.91,1.76,11,5.22,0.97,9,4.08,2.23,12,4.62,1.92,8,5.64,2.34,11,4.0,1.61,11
+rape,1.54,1.36,82,7.24,1.99,83,2.47,2.29,107,1.97,1.89,36,1.2,0.55,45,6.71,2.35,28,7.51,1.73,55,2.62,2.32,58,2.29,2.3,48,1.72,1.5,43,1.35,1.21,37,7.11,2.16,37,7.35,1.85,46,2.82,2.53,60,2.02,1.9,46,1.52,1.31,50,1.56,1.46,32,7.11,2.22,38,7.36,1.79,45,3.02,2.77,50,1.98,1.64,57
+rapid,4.57,1.66,21,6.45,2.16,20,5.24,2.57,21,5.17,0.98,6,4.33,1.84,15,7.0,1.2,8,6.08,2.61,12,5.73,2.69,11,4.7,2.45,10,4.33,1.51,6,4.67,1.76,15,7.2,1.23,10,5.7,2.67,10,5.14,2.88,14,5.43,1.99,7,4.0,1.83,7,4.86,1.56,14,6.57,2.41,14,6.17,1.6,6,4.5,2.54,12,6.22,2.39,9
+rapist,1.3,0.73,20,6.33,2.39,21,2.21,2.19,34,1.4,0.97,10,1.2,0.42,10,5.0,2.51,8,7.15,1.99,13,3.07,3.1,14,1.6,0.88,20,1.22,0.44,9,1.36,0.92,11,6.38,2.29,13,6.25,2.71,8,2.41,2.63,22,1.83,0.94,12,1.2,0.42,10,1.4,0.97,10,6.07,2.56,14,6.86,2.12,7,2.88,2.87,17,1.53,0.8,17
+rapper,4.9,2.2,20,3.61,2.35,18,4.77,1.8,22,5.8,2.17,5,4.6,2.2,15,4.0,1.41,6,3.42,2.75,12,4.9,1.37,10,4.67,2.15,12,6.3,1.16,10,3.5,2.12,10,3.7,1.7,10,3.5,3.12,8,5.0,2.1,11,4.55,1.51,11,5.17,2.21,12,4.5,2.27,8,1.89,1.17,9,5.33,1.94,9,5.09,2.26,11,4.45,1.21,11
+rapport,6.26,1.69,19,3.73,2.75,22,5.61,1.85,28,5.83,1.17,6,6.46,1.9,13,3.73,2.72,11,3.73,2.9,11,5.45,2.21,11,5.71,1.65,17,5.91,1.81,11,6.75,1.49,8,3.09,2.43,11,4.36,3.01,11,4.94,1.83,18,6.8,1.23,10,5.92,1.66,13,7.0,1.67,6,4.36,3.05,14,2.62,1.77,8,5.38,2.19,16,5.92,1.31,12
+raptor,5.05,2.15,19,5.7,2.2,20,5.09,2.37,23,6.0,1.73,5,4.77,2.31,13,6.0,2.83,6,5.57,1.99,14,4.8,3.05,10,5.31,1.8,13,5.86,2.27,7,4.64,2.11,11,5.67,2.8,6,5.71,2.02,14,5.27,2.15,11,4.92,2.64,12,5.67,1.83,12,4.0,2.38,7,5.8,2.49,10,5.6,2.01,10,4.86,2.66,14,5.44,1.94,9
+rapture,5.3,2.27,20,4.86,3.12,21,4.04,2.46,24,4.5,2.89,4,5.5,2.16,16,6.0,2.94,4,4.59,3.18,17,4.33,2.65,9,3.87,2.42,15,5.0,2.0,8,5.5,2.5,12,5.3,3.5,10,4.45,2.84,11,3.5,1.61,14,4.8,3.26,10,4.73,1.56,11,6.0,2.87,9,4.3,2.79,10,5.36,3.44,11,4.18,2.3,17,3.71,2.98,7
+rare,6.05,1.31,19,5.1,2.88,21,5.08,2.41,24,5.67,1.53,3,6.12,1.31,16,4.86,3.18,7,5.38,2.87,13,5.12,2.36,8,5.06,2.52,16,6.14,1.21,7,6.0,1.41,12,5.43,3.31,7,5.08,2.81,13,4.5,2.56,14,5.9,2.02,10,5.56,1.24,9,6.5,1.27,10,5.64,2.98,11,4.5,2.8,10,4.94,2.68,17,5.43,1.72,7
+rarity,6.48,1.63,21,4.05,1.94,22,5.18,2.08,22,6.73,1.42,11,6.2,1.87,10,3.7,1.95,10,4.33,1.97,12,4.62,2.39,8,5.62,1.94,13,6.5,1.84,10,6.45,1.51,11,4.2,2.49,10,3.92,1.44,12,5.43,1.6,14,4.86,3.02,7,7.0,1.73,13,5.62,1.06,8,4.43,1.74,14,3.38,2.2,8,5.43,2.03,14,4.75,2.25,8
+rascal,4.6,2.01,20,4.5,2.4,20,4.12,1.9,25,4.25,2.06,4,4.69,2.06,16,4.0,1.15,4,4.62,2.63,16,4.44,2.3,9,3.94,1.69,16,4.25,2.12,8,4.83,1.99,12,3.78,2.22,9,5.09,2.47,11,4.07,1.73,14,4.18,2.18,11,4.55,1.81,11,4.67,2.35,9,4.0,2.78,9,4.91,2.07,11,4.44,1.92,18,3.29,1.7,7
+rash,3.15,1.79,20,3.82,2.88,17,3.0,2.11,24,2.6,1.14,5,3.33,1.95,15,6.75,2.06,4,2.92,2.5,13,2.62,1.8,13,3.45,2.42,11,3.2,2.04,10,3.1,1.6,10,5.83,2.64,6,2.73,2.45,11,2.88,1.78,16,3.25,2.76,8,2.71,1.49,14,4.17,2.14,6,4.0,2.7,12,3.4,3.58,5,3.2,2.46,15,2.67,1.41,9
+raspberry,7.3,1.22,20,3.71,2.43,21,6.33,2.3,24,7.67,0.58,3,7.24,1.3,17,3.0,2.38,7,4.23,2.49,13,5.25,1.58,8,6.88,2.45,16,7.43,0.98,7,7.23,1.36,13,3.86,2.48,7,3.77,2.55,13,6.14,2.21,14,6.6,2.5,10,6.89,1.05,9,7.64,1.29,11,3.91,2.63,11,3.5,2.32,10,6.76,2.51,17,5.29,1.25,7
+rat,3.21,2.02,42,5.9,2.43,20,3.35,2.13,20,3.35,1.87,17,3.12,2.15,25,6.0,2.37,6,5.86,2.54,14,3.5,2.17,6,3.29,2.2,14,3.45,1.96,29,2.69,2.14,13,4.9,2.56,10,6.9,1.91,10,4.1,2.38,10,2.6,1.65,10,3.22,1.98,23,3.21,2.12,19,6.0,2.27,13,5.71,2.87,7,3.5,2.73,8,3.25,1.76,12
+ratchet,4.8,1.54,20,4.11,2.72,18,5.45,1.6,22,4.8,0.45,5,4.8,1.78,15,3.83,1.6,6,4.25,3.19,12,5.7,1.25,10,5.25,1.86,12,5.1,0.74,10,4.5,2.07,10,4.2,2.82,10,4.0,2.78,8,5.45,1.75,11,5.45,1.51,11,4.33,1.56,12,5.5,1.31,8,2.78,2.05,9,5.44,2.74,9,5.73,1.85,11,5.18,1.33,11
+rate,5.68,1.06,19,4.17,2.1,23,5.0,2.21,19,5.44,0.53,9,5.9,1.37,10,4.71,1.8,7,4.0,2.3,15,5.8,2.25,10,4.11,1.9,9,6.0,1.22,9,5.4,0.84,10,4.7,2.26,10,3.83,2.04,12,5.5,2.2,8,4.5,2.32,10,5.92,1.24,12,5.29,0.49,7,3.9,2.1,20,6.0,1.0,3,5.5,2.2,8,4.64,2.25,11
+rating,4.64,1.5,22,4.77,2.39,22,6.37,2.01,19,5.25,1.16,8,4.29,1.59,14,4.8,2.53,10,4.75,2.38,12,6.14,2.79,7,6.5,1.51,12,4.64,1.86,11,4.64,1.12,11,4.09,2.17,11,5.45,2.5,11,6.14,2.21,14,7.0,1.22,5,4.0,1.15,10,5.17,1.59,12,5.1,1.97,10,4.5,2.75,12,6.11,1.45,9,6.6,2.46,10
+ratio,4.68,1.77,19,3.11,2.11,18,4.79,2.7,24,4.8,1.79,5,4.64,1.82,14,3.6,1.95,5,2.92,2.22,13,5.15,2.85,13,4.36,2.58,11,5.2,1.81,10,4.11,1.62,9,3.86,2.48,7,2.64,1.8,11,4.31,2.96,16,5.75,1.91,8,4.0,1.41,13,6.17,1.6,6,3.42,2.19,12,2.5,1.97,6,4.87,2.95,15,4.67,2.4,9
+ration,4.73,1.55,22,3.9,2.49,21,4.59,2.63,22,4.93,1.73,14,4.38,1.19,8,3.73,2.2,11,4.44,2.83,9,4.67,2.8,6,4.56,2.66,16,4.6,1.9,10,4.83,1.27,12,3.45,2.42,11,4.4,2.59,10,5.38,2.53,13,3.44,2.46,9,4.58,1.73,12,4.9,1.37,10,3.92,2.69,13,3.88,2.3,8,4.83,2.59,12,4.3,2.79,10
+rational,5.85,1.63,20,4.26,2.68,19,6.19,2.21,26,6.82,0.87,11,4.67,1.58,9,5.57,2.7,7,3.5,2.47,12,5.69,2.43,13,6.69,1.93,13,5.73,2.0,11,6.0,1.12,9,4.55,3.01,11,3.88,2.3,8,6.47,2.48,17,5.67,1.58,9,5.5,1.9,10,6.2,1.32,10,4.18,3.06,11,4.38,2.26,8,6.12,2.53,16,6.3,1.7,10
+rationalize,5.47,2.06,19,3.59,2.04,22,6.43,2.31,21,6.0,1.73,9,5.0,2.31,10,4.75,2.25,8,2.93,1.64,14,6.73,2.37,11,6.1,2.33,10,6.14,1.57,7,5.08,2.27,12,4.3,2.31,10,3.0,1.65,12,5.83,2.37,12,7.22,2.11,9,5.5,1.9,10,5.44,2.35,9,3.5,2.56,8,3.64,1.78,14,6.0,2.68,13,7.12,1.46,8
+rationing,4.11,1.15,19,3.62,2.06,21,5.3,2.3,23,3.67,1.53,3,4.19,1.11,16,4.62,1.19,8,3.0,2.27,13,5.33,2.45,9,5.29,2.3,14,4.22,1.3,9,4.0,1.05,10,3.89,2.15,9,3.42,2.07,12,6.27,2.09,15,3.5,1.51,8,4.29,1.38,7,4.0,1.04,12,4.0,2.16,10,3.27,2.0,11,5.85,2.58,13,4.6,1.78,10
+rattle,4.47,1.41,40,4.48,2.52,44,4.81,1.88,43,4.56,1.46,16,4.42,1.41,24,4.8,2.4,15,4.31,2.61,29,5.29,1.98,14,4.59,1.82,29,4.15,1.39,20,4.8,1.4,20,5.45,2.48,20,3.67,2.3,24,4.96,2.03,23,4.65,1.73,20,4.69,1.35,26,4.07,1.49,14,4.59,2.55,27,4.29,2.54,17,5.22,1.91,23,4.35,1.79,20
+rattler,3.4,1.7,20,6.3,2.49,20,5.04,2.01,26,2.82,1.25,11,4.11,1.96,9,7.29,1.7,7,5.77,2.74,13,4.54,2.03,13,5.54,1.94,13,4.0,1.67,11,2.67,1.5,9,5.45,2.7,11,7.33,1.87,9,5.41,2.06,17,4.33,1.8,9,3.5,2.37,10,3.3,0.67,10,6.17,2.72,12,6.5,2.27,8,4.88,2.16,16,5.3,1.83,10
+rattlesnake,3.37,1.98,19,5.33,3.1,21,3.93,2.69,27,4.29,2.29,7,2.83,1.64,12,5.3,3.2,10,5.36,3.17,11,4.47,2.61,15,3.36,2.84,11,3.1,1.79,10,3.67,2.24,9,4.78,2.95,9,5.75,3.28,12,4.0,2.85,17,4.0,2.6,9,3.42,2.15,12,3.29,1.8,7,4.69,3.2,16,7.4,1.67,5,4.25,3.14,12,3.67,2.35,15
+ratty,3.0,1.55,21,3.82,2.38,22,4.78,2.03,27,3.3,1.77,10,2.73,1.35,11,2.86,2.04,7,4.27,2.46,15,4.76,2.19,17,4.8,1.81,10,3.73,1.62,11,2.2,1.03,10,2.6,2.19,5,4.18,2.38,17,5.14,2.44,14,4.38,1.45,13,3.23,1.83,13,2.62,0.92,8,3.7,2.79,10,3.92,2.11,12,5.0,2.48,14,4.54,1.45,13
+ravage,3.95,1.84,22,5.67,2.76,21,4.75,2.36,20,4.38,1.92,8,3.71,1.82,14,5.67,2.83,9,5.67,2.84,12,4.86,2.34,7,4.69,2.46,13,4.18,2.23,11,3.73,1.42,11,5.2,2.3,10,6.09,3.18,11,4.8,2.34,15,4.6,2.7,5,3.7,1.06,10,4.17,2.33,12,6.33,2.6,9,5.17,2.89,12,4.9,1.97,10,4.6,2.8,10
+rave,5.68,2.33,19,4.77,2.78,22,5.83,2.04,23,5.64,2.29,11,5.29,2.36,7,5.75,2.92,8,4.21,2.64,14,4.57,2.88,7,6.38,1.31,16,5.25,2.71,8,6.0,2.1,11,4.0,2.74,9,5.31,2.78,13,5.82,2.09,11,5.83,2.08,12,5.42,2.57,12,6.14,1.95,7,4.82,3.49,11,4.73,2.0,11,5.69,2.25,13,6.0,1.83,10
+raven,5.11,1.52,19,4.33,1.75,18,5.12,2.22,16,5.64,1.03,11,4.38,1.85,8,4.5,1.0,4,4.29,1.94,14,4.38,1.85,8,5.88,2.42,8,5.75,1.16,8,4.64,1.63,11,4.57,1.13,7,4.18,2.09,11,4.5,2.43,6,5.5,2.12,10,4.85,1.72,13,5.67,0.82,6,4.27,2.0,11,4.43,1.4,7,4.86,2.04,7,5.33,2.45,9
+ravenous,4.95,1.63,21,4.9,2.88,21,4.09,2.39,22,4.71,1.9,14,5.43,0.79,7,5.27,2.9,11,4.89,2.85,9,4.83,2.56,6,3.81,2.34,16,4.89,2.32,9,5.0,0.95,12,4.73,2.8,11,5.1,3.11,10,4.31,2.14,13,3.78,2.82,9,4.5,1.88,12,5.56,1.01,9,4.38,3.12,13,5.75,2.38,8,4.25,2.45,12,3.9,2.42,10
+ravine,5.21,1.65,19,4.65,2.52,20,4.75,2.05,24,5.46,1.56,13,4.67,1.86,6,6.0,2.55,5,4.2,2.43,15,4.77,2.05,13,4.73,2.15,11,5.89,1.76,9,4.6,1.35,10,6.14,2.54,7,3.85,2.19,13,5.09,2.3,11,4.46,1.85,13,4.78,1.64,9,5.6,1.65,10,4.2,2.44,10,5.1,2.64,10,6.0,2.12,9,4.0,1.65,15
+ravioli,5.95,2.06,20,3.39,2.64,18,5.73,2.1,22,6.0,2.24,5,5.93,2.09,15,2.5,1.52,6,3.83,3.01,12,5.5,1.84,10,5.92,2.35,12,6.5,1.35,10,5.4,2.55,10,2.6,2.32,10,4.38,2.83,8,5.45,2.38,11,6.0,1.84,11,5.5,2.07,12,6.62,2.0,8,2.67,2.06,9,4.11,3.06,9,5.64,2.62,11,5.82,1.54,11
+ravishing,7.41,1.53,22,6.14,2.44,22,5.9,2.36,20,6.62,1.6,8,7.86,1.35,14,5.3,2.75,10,6.83,1.99,12,6.14,2.54,7,5.77,2.35,13,7.09,1.97,11,7.73,0.9,11,5.09,2.95,11,7.18,1.17,11,5.8,2.57,15,6.2,1.79,5,7.1,1.79,10,7.67,1.3,12,7.0,1.33,10,5.42,2.94,12,6.2,2.04,10,5.6,2.72,10
+raw,4.37,1.16,19,5.14,2.06,21,4.79,2.58,34,4.33,1.41,9,4.4,0.97,10,5.25,1.04,8,5.08,2.53,13,5.07,2.7,14,4.6,2.54,20,4.0,0.93,8,4.64,1.29,11,5.0,1.96,13,5.38,2.33,8,4.95,2.75,22,4.5,2.32,12,4.22,0.97,9,4.5,1.35,10,5.29,2.16,14,4.86,1.95,7,5.0,2.62,17,4.59,2.6,17
+rawhide,4.8,1.58,20,4.36,1.94,22,4.56,2.31,18,5.33,1.22,9,4.36,1.75,11,3.4,2.51,5,4.56,1.75,16,5.5,2.17,6,4.08,2.31,12,4.64,1.65,14,5.17,1.47,6,4.0,2.04,12,4.67,1.87,9,3.78,1.64,9,5.33,2.69,9,4.8,1.75,10,4.8,1.48,10,4.17,2.17,12,4.6,1.71,10,4.5,3.02,6,4.58,2.02,12
+razor,4.9,1.76,39,4.23,2.76,22,5.93,2.19,57,5.4,0.7,10,4.78,2.04,27,4.5,2.56,8,4.07,2.95,14,6.07,2.25,27,5.8,2.16,30,4.94,1.76,18,4.9,1.83,20,3.8,2.04,10,4.58,3.29,12,5.84,2.36,37,6.1,1.86,20,4.91,1.63,22,4.88,1.96,17,4.5,3.16,8,4.07,2.62,14,5.91,2.29,32,5.96,2.09,25
+reach,5.78,1.44,18,3.35,2.25,20,5.72,1.99,18,5.62,1.6,8,5.9,1.37,10,4.0,2.94,7,3.0,1.83,13,5.64,1.43,11,5.86,2.79,7,5.64,1.43,11,6.0,1.53,7,2.89,2.71,9,3.73,1.85,11,6.36,1.91,11,4.71,1.8,7,5.42,1.38,12,6.5,1.38,6,2.5,1.93,12,4.62,2.2,8,5.89,1.76,9,5.56,2.3,9
+react,5.15,1.57,20,5.48,1.99,21,6.12,2.48,34,5.7,1.42,10,4.6,1.58,10,5.75,1.67,8,5.31,2.21,13,6.86,2.41,14,5.6,2.46,20,4.89,1.83,9,5.36,1.36,11,5.69,2.06,13,5.12,1.96,8,5.91,2.76,22,6.5,1.93,12,4.8,1.87,10,5.5,1.18,10,5.86,2.07,14,4.71,1.7,7,6.0,2.32,17,6.24,2.7,17
+reaction,4.68,1.63,19,3.95,2.11,20,6.3,2.27,20,5.67,1.15,3,4.33,1.59,15,4.7,2.41,10,3.2,1.55,10,5.6,2.32,10,7.0,2.11,10,4.33,1.75,6,4.67,1.56,12,4.57,2.57,7,3.62,1.85,13,6.0,2.88,8,6.5,1.88,12,4.83,1.59,12,4.43,1.81,7,3.6,2.41,10,4.3,1.83,10,6.67,2.24,9,6.0,2.37,11
+reactive,5.2,1.32,20,4.64,2.19,22,5.0,1.67,21,5.44,0.73,9,5.0,1.67,11,5.2,2.39,10,4.17,1.99,12,5.25,1.39,8,4.85,1.86,13,5.57,0.94,14,4.33,1.75,6,4.75,2.55,8,4.57,2.06,14,5.88,1.36,8,4.46,1.66,13,5.6,0.97,10,4.8,1.55,10,3.92,1.98,12,5.5,2.22,10,5.5,1.51,12,4.33,1.73,9
+reactor,4.47,1.74,19,4.42,2.17,24,4.52,2.39,27,4.75,0.71,8,4.27,2.24,11,4.56,2.01,9,4.33,2.32,15,4.07,2.3,14,5.0,2.48,13,4.22,1.99,9,4.7,1.57,10,4.33,1.92,12,4.5,2.47,12,4.21,2.52,14,4.85,2.3,13,4.5,1.84,10,4.44,1.74,9,4.92,2.11,12,3.92,2.19,12,5.0,2.22,12,4.13,2.53,15
+read,6.73,2.0,22,3.7,2.54,20,6.11,2.37,18,5.5,2.59,6,7.13,1.64,15,3.57,2.44,7,3.77,2.68,13,6.22,2.91,9,5.88,1.96,8,6.21,2.15,14,7.57,1.51,7,4.11,3.02,9,3.36,2.16,11,5.7,2.87,10,6.62,1.6,8,6.64,1.69,14,6.88,2.59,8,3.67,2.8,6,3.71,2.52,14,6.6,2.76,10,5.5,1.77,8
+reader,6.52,1.86,21,4.45,2.3,22,6.95,1.64,20,5.6,2.61,5,6.81,1.56,16,3.92,1.56,12,5.1,2.92,10,7.0,1.73,11,6.89,1.62,9,6.83,2.17,12,6.11,1.36,9,4.07,1.91,15,5.29,2.98,7,6.09,1.38,11,8.0,1.32,9,6.77,1.59,13,6.12,2.3,8,4.33,2.52,18,5.0,0.82,4,6.64,1.65,14,7.67,1.51,6
+readiness,6.24,1.58,21,3.92,2.77,25,6.0,2.06,18,5.89,1.96,9,6.5,1.24,12,4.17,3.19,6,4.0,2.7,18,4.86,2.19,7,6.73,1.68,11,6.12,1.63,16,6.6,1.52,5,3.71,2.97,14,4.5,2.51,10,6.12,2.3,8,5.9,1.97,10,6.08,1.83,12,6.44,1.24,9,4.25,3.11,16,3.33,2.06,9,5.8,2.49,10,6.25,1.49,8
+readout,4.95,1.67,20,3.24,2.12,21,5.67,1.88,27,5.14,2.34,7,4.85,1.28,13,3.56,2.19,9,3.0,2.13,12,5.87,1.64,15,5.55,2.25,11,4.73,1.62,11,5.22,1.79,9,4.0,1.94,9,2.67,2.15,12,5.88,2.26,17,5.44,0.88,9,5.08,1.66,13,4.71,1.8,7,2.93,2.15,15,4.0,2.0,6,5.33,2.19,12,5.93,1.62,15
+ready,6.64,1.97,22,3.9,2.43,21,6.06,1.76,18,7.33,1.97,6,6.4,2.03,15,4.57,2.88,7,3.57,2.21,14,5.56,1.94,9,6.38,1.51,8,6.57,2.17,14,6.86,1.77,7,3.44,2.96,9,4.25,2.01,12,6.0,2.05,10,6.12,1.46,8,6.93,1.77,14,6.12,2.3,8,3.33,2.42,6,4.13,2.47,15,6.4,2.07,10,5.62,1.3,8
+real,7.09,1.63,22,4.05,2.38,21,5.89,1.78,18,6.17,0.98,6,7.47,1.77,15,4.57,3.05,7,3.79,2.04,14,5.56,2.13,9,6.0,1.31,8,6.79,1.85,14,7.71,1.11,7,3.78,2.73,9,4.25,2.18,12,6.4,2.22,10,5.25,0.71,8,7.36,1.15,14,6.62,2.26,8,4.17,3.13,6,4.0,2.14,15,6.1,2.02,10,5.62,1.51,8
+realism,6.24,1.95,21,4.28,2.32,25,6.11,2.02,19,5.89,2.03,9,6.5,1.93,12,4.17,2.32,6,4.39,2.43,18,5.29,2.36,7,6.58,1.73,12,6.38,1.93,16,5.8,2.17,5,3.71,2.49,14,5.2,1.93,10,6.0,1.73,9,6.2,2.35,10,6.17,2.25,12,6.33,1.58,9,4.75,2.32,16,3.44,2.19,9,6.36,2.2,11,5.75,1.83,8
+realist,5.53,2.41,19,4.25,2.2,20,5.58,2.02,24,5.77,2.59,13,5.0,2.1,6,5.4,2.19,5,3.87,2.13,15,5.23,1.83,13,6.0,2.24,11,5.89,2.98,9,5.2,1.87,10,5.29,2.69,7,3.69,1.75,13,5.27,2.24,11,5.85,1.86,13,4.89,2.42,9,6.1,2.38,10,4.8,2.49,10,3.7,1.83,10,5.78,2.39,9,5.47,1.85,15
+realistic,5.89,1.41,19,4.09,2.24,22,6.77,1.77,22,6.11,1.27,9,5.7,1.57,10,4.0,1.93,8,4.14,2.48,14,6.18,1.83,11,7.36,1.57,11,6.0,1.41,7,5.83,1.47,12,4.5,1.96,10,3.75,2.49,12,6.54,1.94,13,7.11,1.54,9,6.0,1.25,10,5.78,1.64,9,4.25,2.49,8,4.0,2.18,14,6.79,2.12,14,6.75,1.04,8
+reality,5.73,2.14,22,4.1,2.45,20,7.26,1.73,19,5.62,2.57,13,5.89,1.45,9,4.86,2.27,7,3.69,2.53,13,6.86,1.86,7,7.5,1.68,12,5.92,2.68,12,5.5,1.35,10,3.89,2.47,9,4.27,2.53,11,6.9,1.79,10,7.67,1.66,9,5.58,2.5,12,5.9,1.73,10,4.57,2.57,7,3.85,2.44,13,7.86,1.35,7,6.92,1.88,12
+realization,6.42,2.01,19,3.67,2.76,21,5.68,2.34,25,4.75,2.5,4,6.87,1.68,15,3.5,3.11,4,3.71,2.78,17,5.0,2.24,9,6.06,2.38,16,6.25,2.31,8,6.55,1.86,11,4.1,3.07,10,3.27,2.53,11,5.36,2.62,14,6.09,1.97,11,6.1,2.28,10,6.78,1.72,9,3.7,3.16,10,3.64,2.5,11,5.94,2.26,18,5.0,2.58,7
+realize,6.44,1.62,18,3.24,2.39,21,6.94,1.63,18,5.88,1.46,8,6.9,1.66,10,4.0,3.0,7,2.86,2.03,14,6.73,1.62,11,7.29,1.7,7,5.82,1.25,11,7.43,1.72,7,3.0,3.0,9,3.42,1.93,12,7.09,1.76,11,6.71,1.5,7,6.25,1.6,12,6.83,1.72,6,2.42,2.02,12,4.33,2.5,9,7.67,1.41,9,6.22,1.56,9
+realm,5.39,1.64,23,4.0,2.14,22,5.65,2.28,20,5.5,2.2,8,5.33,1.35,15,4.4,1.96,10,3.67,2.31,12,6.14,2.48,7,5.38,2.22,13,5.83,1.64,12,4.91,1.58,11,4.0,2.19,11,4.0,2.19,11,5.6,2.2,15,5.8,2.77,5,5.55,1.37,11,5.25,1.91,12,4.0,2.05,10,4.0,2.3,12,5.3,1.49,10,6.0,2.91,10
+realtor,4.42,1.86,24,4.14,2.66,22,6.11,2.02,19,5.0,2.26,10,4.0,1.47,14,4.8,2.86,10,3.58,2.47,12,6.43,2.51,7,5.92,1.78,12,4.67,2.19,12,4.17,1.53,12,2.73,1.42,11,5.55,2.91,11,6.0,2.22,14,6.4,1.52,5,3.67,1.56,12,5.17,1.9,12,4.6,2.46,10,3.75,2.86,12,5.56,1.67,9,6.6,2.27,10
+realty,4.95,1.85,20,3.0,1.98,23,5.18,2.33,28,4.25,0.89,8,5.42,2.19,12,3.33,1.73,9,2.79,2.15,14,5.29,2.33,14,5.07,2.4,14,4.78,2.28,9,5.09,1.51,11,2.55,1.69,11,3.42,2.19,12,4.29,2.37,14,6.07,1.98,14,5.2,1.99,10,4.7,1.77,10,2.92,1.98,12,3.09,2.07,11,5.33,2.1,12,5.06,2.54,16
+reap,5.23,1.45,22,4.68,2.23,25,6.57,1.88,23,5.56,1.74,9,5.0,1.22,13,4.4,2.67,10,4.87,1.96,15,6.56,2.19,9,6.57,1.74,14,5.25,1.16,8,5.21,1.63,14,5.0,2.42,13,4.33,2.06,12,6.36,1.75,11,6.75,2.05,12,5.33,1.67,12,5.1,1.2,10,4.64,2.44,14,4.73,2.05,11,7.0,1.76,12,6.09,1.97,11
+reaper,3.41,2.42,22,5.05,2.2,19,4.24,2.62,21,3.8,2.95,5,3.31,2.41,16,5.38,2.39,8,4.82,2.14,11,4.5,2.27,10,4.0,3.0,11,3.25,2.3,12,3.6,2.67,10,5.2,2.44,10,4.89,2.03,9,4.17,2.72,12,4.33,2.65,9,2.73,2.41,11,4.09,2.34,11,4.75,2.25,8,5.27,2.24,11,4.33,2.35,9,4.17,2.92,12
+rear,4.68,0.89,19,3.86,2.52,21,5.61,2.13,23,5.33,1.53,3,4.56,0.73,16,5.38,2.72,8,2.92,1.93,13,6.11,2.09,9,5.29,2.16,14,4.44,0.88,9,4.9,0.88,10,4.0,2.5,9,3.75,2.63,12,6.13,1.92,15,4.62,2.26,8,4.57,0.79,7,4.75,0.97,12,4.1,1.97,10,3.64,3.01,11,5.69,2.43,13,5.5,1.78,10
+rearrange,5.52,1.29,21,3.19,1.89,21,6.41,2.29,27,5.5,1.18,10,5.55,1.44,11,2.14,1.68,7,3.71,1.82,14,6.53,2.5,17,6.2,1.99,10,5.82,1.33,11,5.2,1.23,10,2.4,1.67,5,3.44,1.93,16,6.43,2.71,14,6.38,1.85,13,5.54,1.27,13,5.5,1.41,8,3.5,2.17,10,2.91,1.64,11,7.0,2.25,14,5.77,2.24,13
+reason,6.27,1.42,22,3.33,2.11,21,6.11,1.97,18,6.67,1.37,6,6.07,1.49,15,3.29,2.21,7,3.36,2.13,14,5.56,1.88,9,7.0,1.85,8,6.21,1.58,14,6.29,1.25,7,3.44,2.3,9,3.25,2.05,12,5.9,2.42,10,6.38,1.3,8,5.64,1.15,14,7.38,1.19,8,2.5,2.26,6,3.67,2.02,15,6.5,2.55,10,5.62,0.74,8
+reasonable,6.84,1.3,19,3.0,2.12,17,5.88,2.29,17,6.82,1.47,11,6.88,1.13,8,3.5,1.91,4,2.85,2.23,13,5.12,2.36,8,6.56,2.13,9,7.25,1.28,8,6.55,1.29,11,3.29,2.06,7,2.8,2.25,10,6.17,1.94,6,5.73,2.53,11,7.08,1.26,13,6.33,1.37,6,2.0,1.33,10,4.43,2.3,7,6.29,1.89,7,5.6,2.59,10
+reasoning,6.25,1.52,20,5.68,2.11,19,6.64,1.66,25,6.73,1.19,11,5.67,1.73,9,5.29,1.98,7,5.92,2.23,12,6.25,1.66,12,7.0,1.63,13,6.18,1.54,11,6.33,1.58,9,5.18,1.72,11,6.38,2.5,8,6.53,1.7,17,6.88,1.64,8,5.7,1.49,10,6.8,1.4,10,6.25,1.6,12,4.71,2.63,7,6.27,1.79,15,7.2,1.32,10
+reassign,4.75,1.02,20,3.67,1.83,21,4.94,2.59,34,4.6,1.26,10,4.9,0.74,10,3.5,1.93,8,3.77,1.83,13,5.36,2.68,14,4.65,2.56,20,4.56,1.42,9,4.91,0.54,11,3.77,1.92,13,3.5,1.77,8,4.86,2.8,22,5.08,2.27,12,4.5,1.35,10,5.0,0.47,10,3.57,1.95,14,3.86,1.68,7,5.12,2.47,17,4.76,2.77,17
+reassignment,4.35,1.35,20,3.25,1.97,20,4.05,1.7,22,4.0,1.53,7,4.54,1.27,13,3.33,2.12,9,3.18,1.94,11,4.5,2.51,6,3.88,1.36,16,4.6,1.07,10,4.0,1.66,9,3.38,2.26,8,3.17,1.85,12,4.13,1.88,15,3.86,1.35,7,4.27,1.68,11,4.44,0.88,9,3.5,2.07,12,2.88,1.89,8,4.73,1.9,11,3.36,1.21,11
+reassurance,6.05,1.99,19,3.55,1.99,20,5.91,2.5,23,6.18,2.09,11,5.57,1.9,7,4.14,1.46,7,3.23,2.2,13,7.0,2.08,7,5.44,2.58,16,5.5,1.77,8,6.45,2.11,11,3.0,2.18,9,4.0,1.79,11,6.0,2.53,11,5.83,2.59,12,6.0,2.26,12,6.14,1.57,7,3.7,2.21,10,3.4,1.84,10,5.46,2.7,13,6.5,2.22,10
+reassure,6.55,1.76,20,3.7,2.4,23,6.07,2.02,28,6.5,1.2,8,6.58,2.11,12,4.5,2.56,8,3.27,2.28,15,5.71,2.16,14,6.43,1.87,14,6.89,1.54,9,6.27,1.95,11,4.0,2.37,11,3.42,2.5,12,5.64,2.27,14,6.5,1.7,14,7.1,1.6,10,6.0,1.83,10,3.75,2.56,12,3.64,2.34,11,5.42,2.23,12,6.56,1.75,16
+rebel,4.37,1.71,19,5.29,2.15,21,5.2,2.26,20,4.67,1.53,3,4.31,1.78,16,5.83,2.64,6,5.07,1.98,15,4.67,2.34,6,5.43,2.28,14,4.5,1.43,10,4.22,2.05,9,5.43,2.37,7,5.21,2.12,14,5.5,2.27,10,4.9,2.33,10,4.25,1.39,8,4.45,1.97,11,5.33,2.6,9,5.25,1.86,12,6.0,2.45,8,4.67,2.06,12
+rebellion,4.79,2.1,19,5.09,2.58,22,4.83,2.39,23,5.36,2.01,11,4.29,2.06,7,5.88,2.95,8,4.64,2.34,14,5.14,2.41,7,4.69,2.44,16,6.0,2.07,8,3.91,1.7,11,5.22,2.86,9,5.0,2.48,13,5.91,2.26,11,3.83,2.12,12,4.58,2.27,12,5.14,1.86,7,4.36,2.91,11,5.82,2.09,11,4.69,2.63,13,5.0,2.16,10
+rebellious,3.89,1.56,19,6.45,1.93,20,5.46,2.9,24,4.08,1.66,13,3.5,1.38,6,6.4,0.89,5,6.47,2.2,15,5.31,3.09,13,5.64,2.8,11,4.33,1.66,9,3.5,1.43,10,7.0,1.29,7,6.15,2.19,13,6.18,2.89,11,4.85,2.88,13,4.22,1.3,9,3.6,1.78,10,6.5,1.58,10,6.4,2.32,10,6.0,3.2,9,5.13,2.77,15
+rebirth,6.3,2.03,20,4.52,2.34,21,5.79,2.43,33,6.7,1.49,10,5.9,2.47,10,3.62,2.2,8,5.08,2.33,13,6.0,2.45,14,5.63,2.48,19,6.22,1.48,9,6.36,2.46,11,4.54,2.03,13,4.5,2.93,8,5.52,2.64,21,6.25,2.05,12,6.5,2.01,10,6.1,2.13,10,4.14,2.57,14,5.29,1.7,7,5.56,2.42,16,6.0,2.5,17
+reboot,5.38,2.27,21,5.1,2.45,20,5.72,2.21,36,5.75,2.55,8,5.15,2.15,13,5.6,2.3,5,4.93,2.55,15,6.64,1.63,11,5.32,2.34,25,4.92,2.53,13,6.12,1.64,8,5.25,2.45,12,4.88,2.59,8,5.9,2.05,20,5.5,2.45,16,5.45,2.25,11,5.3,2.41,10,5.91,1.7,11,4.11,2.93,9,5.95,2.34,22,5.36,2.02,14
+reborn,5.59,1.59,22,4.89,1.76,19,5.3,2.43,20,6.0,0.71,5,5.5,1.83,16,5.75,1.28,8,4.27,1.85,11,6.2,1.75,10,4.4,2.76,10,5.33,1.37,12,5.9,1.85,10,5.0,1.63,10,4.78,1.99,9,5.18,1.99,11,5.44,3.0,9,4.91,1.45,11,6.27,1.49,11,4.0,1.6,8,5.55,1.63,11,6.0,2.0,9,4.73,2.69,11
+rebound,5.09,1.95,22,4.67,2.3,18,5.33,2.42,21,6.0,1.22,5,4.75,2.11,16,4.88,2.75,8,4.5,2.01,10,5.5,2.22,10,5.18,2.68,11,5.25,1.6,12,4.9,2.38,10,4.7,2.26,10,4.62,2.5,8,4.75,2.53,12,6.11,2.15,9,4.36,1.69,11,5.82,1.99,11,3.57,2.57,7,5.36,1.91,11,5.56,1.88,9,5.17,2.82,12
+rebuild,6.38,1.83,21,4.43,2.48,23,5.29,2.43,21,5.8,2.39,5,6.56,1.67,16,5.25,2.42,12,3.55,2.34,11,5.09,2.55,11,5.11,2.2,9,6.33,2.15,12,6.44,1.42,9,4.62,2.39,16,4.0,2.83,7,4.45,2.21,11,6.2,2.44,10,6.62,1.8,13,6.0,1.93,8,4.47,2.59,19,4.25,2.22,4,4.93,2.37,14,6.0,2.58,7
+rebuttal,4.42,1.39,19,4.6,1.85,20,6.13,2.38,23,4.67,0.58,3,4.38,1.5,16,5.25,2.25,8,4.17,1.47,12,6.33,2.24,9,6.0,2.54,14,4.56,1.59,9,4.3,1.25,10,4.44,1.59,9,4.73,2.1,11,6.47,2.5,15,5.5,2.14,8,5.0,1.53,7,4.08,1.24,12,4.7,1.25,10,4.5,2.37,10,6.31,3.04,13,5.9,1.2,10
+recall,4.77,1.63,22,4.48,2.64,23,5.78,1.63,18,5.38,1.51,8,4.69,1.38,13,4.12,2.7,8,4.71,2.79,14,6.0,2.24,7,5.6,1.26,10,5.38,2.0,8,4.69,0.95,13,4.22,2.91,9,4.64,2.56,14,4.86,1.77,7,6.36,1.29,11,5.36,1.69,11,4.18,1.4,11,3.67,3.12,9,5.0,2.25,14,5.67,1.72,15,6.33,1.15,3
+recant,3.89,1.15,19,4.5,2.41,24,5.29,1.98,28,4.12,0.83,8,3.73,1.35,11,4.11,1.96,9,4.73,2.69,15,4.64,2.1,14,5.93,1.69,14,3.22,1.2,9,4.5,0.71,10,4.42,2.57,12,4.58,2.35,12,5.07,2.02,14,5.5,1.99,14,3.6,1.35,10,4.22,0.83,9,4.67,2.15,12,4.33,2.74,12,5.17,1.85,12,5.38,2.13,16
+recap,5.33,1.24,21,3.26,1.91,23,5.15,1.38,26,5.45,1.37,11,5.2,1.14,10,3.64,1.96,11,2.92,1.88,12,4.91,1.76,11,5.36,1.08,14,5.5,1.27,10,5.18,1.25,11,3.64,2.11,11,2.92,1.73,12,5.12,1.27,17,5.25,1.75,8,5.46,1.56,13,5.12,0.35,8,3.0,1.51,15,3.75,2.55,8,5.47,1.28,17,4.56,1.42,9
+recapture,4.9,2.34,21,5.32,2.45,19,5.62,2.22,21,4.83,2.32,6,4.93,2.43,15,4.88,2.1,8,5.64,2.73,11,5.73,2.24,11,5.5,2.32,10,4.0,2.68,6,5.27,2.19,15,5.4,2.46,10,5.22,2.59,9,5.29,2.4,14,6.29,1.8,7,4.86,2.34,7,4.93,2.43,14,5.15,2.85,13,5.67,1.37,6,5.5,2.28,12,5.78,2.28,9
+receipt,5.41,1.4,22,4.5,2.2,26,5.38,2.22,24,5.78,1.79,9,5.15,1.07,13,4.5,2.32,10,4.5,2.19,16,5.33,2.18,9,5.4,2.32,15,5.25,1.49,8,5.5,1.4,14,5.0,2.08,13,4.0,2.27,13,4.33,2.1,12,6.42,1.88,12,5.33,0.89,12,5.5,1.9,10,4.13,2.67,15,5.0,1.26,11,5.38,2.26,13,5.36,2.29,11
+receive,7.14,1.67,22,4.3,2.75,20,6.79,2.1,19,6.77,1.83,13,7.67,1.32,9,5.14,2.85,7,3.85,2.7,13,6.57,2.23,7,6.92,2.11,12,7.5,1.62,12,6.7,1.7,10,4.89,2.52,9,3.82,2.96,11,6.7,1.95,10,6.89,2.37,9,7.5,1.45,12,6.7,1.89,10,5.71,2.69,7,3.54,2.57,13,7.0,2.31,7,6.67,2.06,12
+receiver,4.9,1.34,21,3.89,2.14,18,6.0,1.77,17,5.08,1.08,12,4.67,1.66,9,5.0,2.94,4,3.57,1.87,14,6.12,2.17,8,5.89,1.45,9,4.88,1.46,8,4.92,1.32,13,4.86,1.57,7,3.27,2.28,11,6.5,1.22,6,5.73,2.0,11,4.79,1.48,14,5.14,1.07,7,2.91,1.92,11,5.43,1.51,7,6.14,1.57,7,5.9,1.97,10
+recent,5.42,1.98,19,3.82,2.63,22,4.86,1.98,28,6.33,1.75,6,5.0,2.0,13,3.73,2.72,11,3.91,2.66,11,5.27,2.53,11,4.59,1.54,17,5.27,2.1,11,5.62,1.92,8,3.55,2.34,11,4.09,2.98,11,5.0,2.22,18,4.6,1.51,10,5.15,2.15,13,6.0,1.55,6,4.0,2.72,14,3.5,2.62,8,4.88,2.25,16,4.83,1.64,12
+receptacle,5.24,1.58,21,3.1,1.58,21,5.64,2.02,25,5.75,1.42,12,4.56,1.59,9,3.29,1.38,7,3.0,1.71,14,5.0,2.16,10,6.07,1.87,15,4.25,2.22,4,5.47,1.37,17,2.6,1.43,10,3.55,1.63,11,4.71,2.21,7,6.0,1.88,18,5.25,2.01,12,5.22,0.83,9,3.31,1.49,13,2.75,1.75,8,5.0,2.29,9,6.0,1.83,16
+reception,6.0,1.78,18,4.05,2.21,22,6.08,1.53,24,5.2,2.68,5,6.31,1.32,13,4.33,2.31,12,3.7,2.16,10,5.88,1.46,8,6.19,1.6,16,6.11,1.05,9,5.89,2.37,9,4.78,2.05,9,3.54,2.26,13,6.06,1.52,17,6.33,1.75,6,6.29,1.25,7,5.82,2.09,11,3.22,1.64,9,4.62,2.43,13,6.19,1.76,16,5.88,0.99,8
+receptionist,5.37,1.61,19,3.09,2.2,22,5.58,1.98,24,4.5,1.76,6,5.77,1.42,13,3.58,2.54,12,2.5,1.65,10,5.5,2.2,8,5.62,1.93,16,5.6,0.84,10,5.11,2.2,9,4.0,2.74,9,2.46,1.56,13,5.12,2.0,17,7.0,1.41,6,5.75,0.71,8,5.09,2.02,11,2.89,1.96,9,3.23,2.42,13,5.62,1.71,16,5.5,2.56,8
+receptive,6.32,1.92,19,3.9,2.43,20,5.46,2.0,24,7.08,1.19,13,4.67,2.25,6,4.2,3.03,5,3.8,2.31,15,5.62,2.26,13,5.27,1.74,11,6.11,2.47,9,6.5,1.35,10,4.0,3.0,7,3.85,2.19,13,5.27,1.74,11,5.62,2.26,13,5.67,2.24,9,6.9,1.45,10,3.4,2.46,10,4.4,2.41,10,6.33,1.8,9,4.93,1.98,15
+receptor,5.63,1.5,19,3.36,2.19,22,6.11,1.45,19,5.67,1.12,9,5.6,1.84,10,2.71,2.06,7,3.79,2.29,14,5.8,1.4,10,6.44,1.51,9,5.78,1.64,9,5.5,1.43,10,3.56,2.96,9,3.33,1.61,12,5.5,0.93,8,6.6,1.71,10,5.25,1.42,12,6.29,1.5,7,3.32,2.26,19,3.67,2.08,3,5.5,0.93,8,6.55,1.63,11
+recess,6.57,1.4,21,4.15,2.8,20,5.32,2.77,22,7.33,1.37,6,6.27,1.33,15,3.25,2.19,8,4.75,3.08,12,5.42,3.0,12,5.2,2.62,10,6.78,1.56,9,6.42,1.31,12,4.22,2.77,9,4.09,2.95,11,4.0,3.16,7,5.93,2.43,15,6.6,1.9,10,6.55,0.82,11,4.31,2.66,13,3.86,3.24,7,4.75,2.86,12,6.0,2.62,10
+recession,2.68,1.86,19,4.7,2.6,20,3.0,2.0,24,2.77,2.05,13,2.5,1.52,6,3.2,1.92,5,5.2,2.65,15,3.31,1.25,13,2.64,2.66,11,3.33,2.4,9,2.1,0.99,10,4.29,2.69,7,4.92,2.63,13,3.45,2.25,11,2.62,1.76,13,2.78,2.33,9,2.6,1.43,10,3.6,2.22,10,5.8,2.57,10,3.78,2.33,9,2.53,1.68,15
+recharge,6.32,1.53,19,4.81,2.54,21,6.3,2.08,23,5.8,0.84,5,6.46,1.76,13,4.17,2.4,6,5.07,2.63,15,6.5,2.32,10,6.15,1.95,13,5.71,1.6,7,6.64,1.5,11,5.0,3.32,7,4.71,2.2,14,5.64,2.42,11,6.92,1.56,12,5.75,1.36,12,7.29,1.38,7,5.09,2.84,11,4.5,2.27,10,6.14,2.35,14,6.56,1.67,9
+recheck,4.95,1.72,21,4.95,1.99,19,5.38,2.16,21,5.17,0.98,6,4.87,1.96,15,5.12,1.46,8,4.82,2.36,11,5.64,1.91,11,5.1,2.47,10,5.0,2.19,6,4.93,1.58,15,5.7,2.06,10,4.11,1.62,9,5.0,2.39,14,6.14,1.46,7,5.14,1.68,7,4.86,1.79,14,4.69,2.21,13,5.5,1.38,6,5.25,2.42,12,5.56,1.88,9
+recipe,6.85,1.6,20,4.45,2.09,22,7.05,1.96,21,6.67,1.73,9,7.0,1.55,11,4.5,1.96,10,4.42,2.27,12,6.0,2.07,8,7.69,1.65,13,6.43,1.6,14,7.83,1.17,6,4.5,1.85,8,4.43,2.28,14,6.5,2.2,8,7.38,1.8,13,6.5,1.65,10,7.2,1.55,10,3.92,2.35,12,5.1,1.6,10,7.75,1.66,12,6.11,2.03,9
+recipient,5.68,1.67,22,5.53,1.9,19,4.81,1.86,21,4.4,1.52,5,6.12,1.59,16,6.0,0.93,8,5.18,2.36,11,4.8,1.14,10,4.82,2.4,11,5.17,1.64,12,6.3,1.57,10,5.2,1.62,10,5.89,2.2,9,4.83,1.95,12,4.78,1.86,9,5.55,2.02,11,5.82,1.33,11,5.25,2.05,8,5.73,1.85,11,4.78,1.39,9,4.83,2.21,12
+reciprocal,4.95,1.7,20,3.28,2.32,18,4.67,2.37,24,4.2,1.92,5,5.2,1.61,15,3.2,2.05,5,3.31,2.5,13,4.54,2.37,13,4.82,2.48,11,5.4,1.58,10,4.5,1.78,10,4.57,2.76,7,2.45,1.63,11,4.19,2.37,16,5.62,2.2,8,4.86,1.92,14,5.17,1.17,6,3.67,2.53,12,2.5,1.76,6,4.53,2.23,15,4.89,2.71,9
+reciprocate,6.6,1.96,20,3.71,2.39,21,5.96,1.97,25,6.0,3.16,4,6.75,1.65,16,5.25,2.75,4,3.35,2.23,17,5.44,2.3,9,6.25,1.77,16,6.38,1.51,8,6.75,2.26,12,4.1,2.73,10,3.36,2.11,11,6.29,1.33,14,5.55,2.58,11,7.0,1.79,11,6.11,2.15,9,3.2,2.35,10,4.18,2.44,11,6.44,1.58,18,4.71,2.43,7
+recital,4.7,1.75,20,4.2,2.5,20,5.23,1.63,26,4.82,2.18,11,4.56,1.13,9,5.43,1.9,7,3.54,2.6,13,5.08,1.19,13,5.38,2.02,13,4.27,1.49,11,5.22,1.99,9,4.0,2.61,11,4.44,2.51,9,5.24,1.75,17,5.22,1.48,9,3.9,1.73,10,5.5,1.43,10,4.33,2.81,12,4.0,2.14,8,5.06,1.65,16,5.5,1.65,10
+recitation,4.55,1.54,20,3.33,2.09,18,5.33,2.37,24,5.0,2.55,5,4.4,1.12,15,4.0,2.0,5,3.08,2.14,13,5.38,2.26,13,5.27,2.61,11,4.7,1.57,10,4.4,1.58,10,4.29,1.98,7,2.73,2.0,11,5.44,2.0,16,5.12,3.14,8,4.43,1.4,14,4.83,1.94,6,3.92,2.11,12,2.17,1.6,6,5.0,2.51,15,5.89,2.15,9
+recite,5.45,1.47,20,3.29,2.57,21,5.32,1.77,25,5.0,1.63,4,5.56,1.46,16,3.5,2.08,4,3.24,2.73,17,5.0,2.0,9,5.5,1.67,16,5.75,1.16,8,5.25,1.66,12,3.0,2.67,10,3.55,2.58,11,5.21,1.72,14,5.45,1.92,11,5.18,1.17,11,5.78,1.79,9,3.2,3.08,10,3.36,2.16,11,5.5,1.79,18,4.86,1.77,7
+reckless,3.09,1.53,23,5.18,2.61,22,4.4,2.62,20,3.0,1.31,8,3.13,1.68,15,4.5,2.8,10,5.75,2.42,12,5.71,2.56,7,3.69,2.46,13,3.0,1.54,12,3.18,1.6,11,4.55,2.38,11,5.82,2.79,11,4.87,2.67,15,3.0,2.12,5,2.73,1.27,11,3.42,1.73,12,5.8,2.15,10,4.67,2.93,12,4.8,2.86,10,4.0,2.45,10
+reckon,5.25,1.65,20,2.86,1.9,21,4.88,1.9,25,3.75,1.5,4,5.62,1.5,16,3.0,2.16,4,2.82,1.91,17,4.44,2.6,9,5.12,1.41,16,5.25,1.58,8,5.25,1.76,12,3.2,1.75,10,2.55,2.07,11,4.71,1.54,14,5.09,2.34,11,5.45,1.37,11,5.0,2.0,9,2.8,2.1,10,2.91,1.81,11,5.06,2.04,18,4.43,1.51,7
+reckoning,4.9,1.33,20,5.22,2.21,18,5.46,2.19,24,5.2,1.64,5,4.8,1.26,15,6.0,2.0,5,4.92,2.29,13,4.85,2.23,13,6.18,1.99,11,5.5,1.18,10,4.3,1.25,10,6.0,1.63,7,4.73,2.45,11,5.06,2.05,16,6.25,2.38,8,4.64,1.28,14,5.5,1.38,6,5.25,2.09,12,5.17,2.64,6,6.0,2.24,15,4.56,1.88,9
+reclaim,5.55,1.57,20,4.52,2.78,23,5.77,1.82,22,5.6,1.58,10,5.5,1.65,10,4.64,3.14,11,4.42,2.54,12,5.75,1.49,8,6.0,1.96,13,5.8,1.48,10,5.3,1.7,10,4.82,3.22,11,4.25,2.42,12,5.64,1.82,14,6.43,1.62,7,5.69,1.89,13,5.29,0.76,7,4.8,2.78,15,4.0,2.88,8,5.57,2.06,14,6.12,1.36,8
+reclining,6.67,1.2,21,2.38,2.14,24,5.5,1.93,20,6.75,1.16,8,6.62,1.26,13,4.17,3.13,6,1.78,1.35,18,5.45,1.44,11,5.56,2.51,9,6.5,1.17,12,6.89,1.27,9,2.7,2.0,10,2.14,2.28,14,5.31,2.14,13,5.86,1.57,7,6.71,1.07,14,6.57,1.51,7,2.94,2.41,16,1.25,0.71,8,5.92,1.93,12,4.88,1.89,8
+recluse,3.71,2.39,21,3.05,1.65,22,4.57,2.25,21,4.8,3.56,5,3.38,1.93,16,3.42,1.38,12,2.6,1.9,10,4.45,2.07,11,4.89,2.62,9,3.75,2.6,12,3.67,2.24,9,3.33,1.54,15,2.43,1.81,7,3.91,1.92,11,5.3,2.45,10,3.62,2.5,13,3.88,2.36,8,3.06,1.66,18,3.0,1.83,4,4.64,2.34,14,4.43,2.23,7
+recognition,6.68,1.49,19,4.45,2.39,22,7.0,1.64,21,6.33,1.22,9,7.0,1.7,10,4.5,2.33,8,4.43,2.5,14,6.7,1.89,10,7.27,1.42,11,6.0,1.15,7,7.08,1.56,12,4.2,2.15,10,4.67,2.64,12,6.54,1.81,13,7.75,1.04,8,6.6,1.71,10,6.78,1.3,9,3.0,1.77,8,5.29,2.33,14,7.31,1.75,13,6.5,1.41,8
+recognizable,6.32,1.45,19,4.59,2.26,22,6.5,1.79,24,6.5,1.38,6,6.23,1.54,13,4.67,2.15,12,4.5,2.51,10,5.38,2.07,8,7.06,1.39,16,6.3,1.25,10,6.33,1.73,9,4.44,2.55,9,4.69,2.14,13,6.41,2.03,17,7.0,0.89,6,6.38,1.41,8,6.27,1.56,11,4.56,2.7,9,4.62,2.02,13,6.5,2.0,16,6.5,1.41,8
+recognize,6.14,1.93,22,4.2,2.33,20,7.11,2.23,19,5.62,2.14,13,6.89,1.36,9,4.43,2.37,7,4.08,2.4,13,7.14,1.57,7,7.08,2.61,12,6.0,2.17,12,6.3,1.7,10,3.89,2.03,9,4.45,2.62,11,6.9,1.97,10,7.33,2.6,9,6.08,2.11,12,6.2,1.81,10,5.14,1.21,7,3.69,2.66,13,7.29,2.21,7,7.0,2.34,12
+recoil,4.8,1.44,20,4.63,2.11,19,4.31,1.83,26,4.64,1.43,11,5.0,1.5,9,5.71,1.6,7,4.0,2.17,12,4.54,1.9,13,4.08,1.8,13,4.55,1.51,11,5.11,1.36,9,4.4,1.9,10,4.89,2.42,9,4.35,2.15,17,4.22,1.09,9,5.1,1.1,10,4.5,1.72,10,4.75,2.01,12,4.43,2.44,7,4.25,1.95,16,4.4,1.71,10
+recollect,5.05,1.99,19,3.05,1.94,22,5.75,1.84,28,5.67,0.82,6,4.77,2.31,13,3.55,2.16,11,2.55,1.63,11,7.0,1.34,11,4.94,1.68,17,5.45,1.97,11,4.5,2.0,8,3.27,1.95,11,2.82,1.99,11,5.72,2.08,18,5.8,1.4,10,4.77,2.13,13,5.67,1.63,6,3.07,1.94,14,3.0,2.07,8,6.25,2.08,16,5.08,1.24,12
+recollection,5.29,1.98,21,3.55,2.26,22,5.5,2.53,16,5.22,2.11,9,5.33,1.97,12,4.3,2.36,10,2.92,2.07,12,5.8,2.49,10,5.0,2.76,6,4.71,2.29,7,5.62,1.89,13,3.91,2.43,11,3.18,2.14,11,4.57,3.1,7,6.22,1.86,9,5.0,2.27,13,5.75,1.39,8,3.09,2.3,11,4.0,2.24,11,4.44,2.55,9,6.86,1.86,7
+recommend,6.52,1.29,21,3.71,2.0,21,6.3,2.08,23,6.58,1.24,12,6.44,1.42,9,4.57,2.23,7,3.29,1.82,14,5.11,2.37,9,7.07,1.49,14,6.75,1.71,4,6.47,1.23,17,4.1,2.47,10,3.36,1.5,11,5.5,2.26,6,6.59,2.0,17,7.0,1.35,12,5.89,0.93,9,3.38,1.71,13,4.25,2.43,8,6.11,1.69,9,6.43,2.34,14
+recommendation,6.1,2.1,20,3.0,2.02,23,6.22,2.24,18,5.44,1.88,9,6.64,2.2,11,3.27,1.79,11,2.75,2.26,12,5.9,2.51,10,6.62,1.92,8,5.29,2.81,7,6.5,1.62,12,3.55,2.21,11,2.5,1.78,12,6.14,2.79,7,6.27,1.95,11,5.62,2.47,13,7.0,0.58,7,3.18,2.32,11,2.83,1.8,12,5.78,2.33,9,6.67,2.18,9
+recon,4.68,1.2,19,4.71,2.37,21,5.3,2.3,23,5.0,1.0,3,4.62,1.26,16,5.88,0.83,8,4.0,2.74,13,4.89,2.52,9,5.57,2.21,14,4.44,1.59,9,4.9,0.74,10,5.44,2.24,9,4.17,2.41,12,5.73,2.52,15,4.5,1.69,8,4.43,1.62,7,4.83,0.94,12,5.0,2.45,10,4.45,2.38,11,5.31,2.98,13,5.3,1.06,10
+reconcile,6.84,1.57,19,4.0,2.32,23,5.63,1.77,19,6.44,1.13,9,7.2,1.87,10,3.29,1.7,7,4.47,2.53,15,5.2,1.87,10,6.11,1.62,9,7.22,1.39,9,6.5,1.72,10,4.1,2.73,10,4.08,2.07,12,5.5,1.6,8,5.9,1.97,10,6.75,1.82,12,7.0,1.15,7,3.6,2.16,20,6.67,1.53,3,5.25,1.28,8,5.91,2.07,11
+reconciliation,5.47,1.84,19,4.05,2.06,22,6.32,1.95,19,5.62,1.41,8,5.36,2.16,11,4.2,2.68,5,3.88,1.93,16,6.67,1.97,6,6.15,1.99,13,5.62,1.76,13,5.17,2.14,6,3.67,1.87,12,4.33,2.35,9,6.22,1.2,9,6.4,2.5,10,5.44,2.13,9,5.5,1.65,10,3.17,1.8,12,5.1,1.91,10,6.83,1.72,6,6.08,2.06,13
+reconfigure,4.85,1.63,20,3.52,2.06,21,5.4,2.0,25,4.5,2.52,4,4.94,1.44,16,4.0,2.45,4,3.41,2.03,17,5.78,2.05,9,5.19,2.01,16,5.12,0.83,8,4.67,2.02,12,4.4,2.12,10,2.73,1.74,11,4.86,2.07,14,6.09,1.76,11,5.0,1.18,11,4.67,2.12,9,3.2,2.15,10,3.82,2.04,11,5.61,2.09,18,4.86,1.77,7
+reconnaissance,5.52,1.6,21,4.21,2.15,24,5.32,2.64,22,6.0,1.6,8,5.23,1.59,13,4.0,2.55,13,4.45,1.63,11,5.46,2.4,13,5.11,3.1,9,6.38,1.85,8,5.17,1.11,12,4.29,1.94,14,4.1,2.51,10,5.08,2.23,12,5.6,3.17,10,5.2,1.81,10,5.82,1.4,11,4.12,2.29,17,4.43,1.9,7,4.2,2.94,10,6.25,2.05,12
+reconnect,6.37,1.34,19,4.05,2.42,20,6.08,1.72,24,6.46,1.45,13,6.17,1.17,6,4.8,1.92,5,3.8,2.57,15,6.38,1.33,13,5.73,2.1,11,5.78,1.72,9,6.9,0.57,10,6.0,2.31,7,3.0,1.78,13,5.82,2.23,11,6.31,1.18,13,6.44,1.33,9,6.3,1.42,10,3.7,2.5,10,4.4,2.41,10,6.78,1.64,9,5.67,1.68,15
+reconsider,5.74,1.91,19,3.55,2.48,22,5.25,2.19,28,5.33,2.34,6,5.92,1.75,13,3.91,2.81,11,3.18,2.18,11,5.91,2.59,11,4.82,1.85,17,5.91,1.64,11,5.5,2.33,8,3.09,2.21,11,4.0,2.76,11,5.39,2.0,18,5.0,2.58,10,6.0,1.47,13,5.17,2.71,6,3.57,2.65,14,3.5,2.33,8,4.75,2.49,16,5.92,1.56,12
+reconstruct,5.7,0.86,20,3.95,2.48,21,6.08,2.43,24,6.33,0.58,3,5.59,0.87,17,4.14,2.85,7,4.0,2.42,13,6.29,2.69,7,6.0,2.4,17,6.0,0.58,7,5.54,0.97,13,5.71,2.29,7,3.15,2.19,13,5.92,2.4,13,6.27,2.57,11,5.44,0.73,9,5.91,0.94,11,4.45,2.62,11,3.4,2.32,10,6.0,2.74,17,6.29,1.6,7
+reconstruction,4.79,2.07,19,4.86,2.61,21,5.91,1.85,22,5.11,1.54,9,4.5,2.51,10,4.86,2.91,7,4.86,2.57,14,6.55,1.51,11,5.27,2.0,11,5.29,1.7,7,4.5,2.28,12,4.8,2.53,10,4.91,2.81,11,5.46,1.98,13,6.56,1.51,9,5.6,1.71,10,3.89,2.15,9,3.75,2.71,8,5.54,2.4,13,6.07,1.69,14,5.62,2.2,8
+reconstructive,5.05,1.81,19,4.73,2.37,22,5.86,1.82,21,5.11,1.45,9,5.0,2.16,10,4.88,2.42,8,4.64,2.44,14,6.1,1.66,10,5.64,2.01,11,5.0,1.29,7,5.08,2.11,12,5.1,2.02,10,4.42,2.68,12,5.62,2.02,13,6.25,1.49,8,5.6,1.65,10,4.44,1.88,9,4.38,2.26,8,4.93,2.5,14,6.23,1.69,13,5.25,1.98,8
+reconvene,4.95,1.03,19,4.05,1.9,20,4.83,1.53,23,5.8,1.3,5,4.69,0.75,13,4.33,2.16,6,3.93,1.86,14,5.8,0.79,10,4.08,1.55,13,5.29,1.25,7,4.82,0.87,11,4.67,2.42,6,3.79,1.67,14,5.0,1.55,11,4.67,1.56,12,4.92,1.24,12,5.0,0.58,7,3.8,2.15,10,4.3,1.7,10,4.93,1.86,14,4.67,0.87,9
+record,5.89,1.57,18,3.3,2.3,20,5.5,2.31,18,5.38,1.06,8,6.3,1.83,10,3.0,2.52,7,3.46,2.26,13,5.36,2.42,11,5.71,2.29,7,5.55,1.51,11,6.43,1.62,7,3.44,2.83,9,3.18,1.89,11,6.18,2.23,11,4.43,2.15,7,5.17,1.03,12,7.33,1.51,6,3.17,2.21,12,3.5,2.56,8,5.56,2.35,9,5.44,2.4,9
+recorder,5.53,1.12,19,3.32,2.19,22,6.27,2.05,26,5.71,1.6,7,5.42,0.79,12,3.4,2.46,10,3.25,2.05,12,6.67,1.76,15,5.7,2.5,10,5.18,0.75,11,6.0,1.41,8,4.0,1.87,9,2.85,2.34,13,6.25,2.29,16,6.33,1.8,9,5.67,1.15,12,5.29,1.11,7,3.0,2.16,16,4.17,2.23,6,6.25,2.34,12,6.29,1.86,14
+recording,5.22,1.22,18,3.53,1.84,17,5.59,2.15,17,5.5,0.71,10,4.88,1.64,8,3.5,1.91,4,3.54,1.9,13,5.38,2.13,8,5.78,2.28,9,5.62,0.74,8,4.9,1.45,10,3.57,1.62,7,3.5,2.07,10,4.33,1.63,6,6.27,2.15,11,5.08,1.44,12,5.5,0.55,6,3.4,2.12,10,3.71,1.5,7,6.29,2.29,7,5.1,2.02,10
+recount,4.89,1.45,19,4.1,2.34,21,5.22,1.68,23,5.2,1.79,5,4.92,1.32,13,4.33,2.58,6,4.0,2.33,15,5.3,1.25,10,5.15,1.99,13,5.71,1.25,7,4.55,1.37,11,3.71,3.25,7,4.29,1.86,14,5.27,1.85,11,5.17,1.59,12,4.75,1.66,12,5.14,1.07,7,3.55,2.46,11,4.7,2.16,10,5.0,1.57,14,5.56,1.88,9
+recourse,5.38,1.28,21,4.15,1.87,20,5.71,2.08,21,5.17,0.41,6,5.47,1.51,15,4.38,2.2,8,4.0,1.71,12,5.64,1.8,11,5.8,2.44,10,5.33,0.82,6,5.4,1.45,15,4.1,2.23,10,4.2,1.55,10,6.14,2.07,14,4.86,1.95,7,4.71,1.25,7,5.71,1.2,14,4.21,2.04,14,4.0,1.55,6,5.5,2.2,12,6.0,2.0,9
+recover,6.4,1.57,20,4.42,2.78,19,5.91,1.51,22,6.71,1.89,7,6.23,1.42,13,5.25,2.49,8,3.82,2.93,11,6.83,1.72,6,5.56,1.31,16,6.3,1.49,10,6.67,1.73,9,3.86,2.73,7,4.75,2.86,12,6.0,1.6,15,5.71,1.38,7,6.45,1.69,11,6.33,1.5,9,3.64,2.46,11,5.5,2.98,8,6.18,1.78,11,5.64,1.21,11
+recovery,6.43,1.86,21,4.12,2.28,25,6.37,2.19,19,7.0,1.41,9,6.0,2.09,12,4.0,2.76,6,4.17,2.26,18,5.0,2.52,7,7.17,1.59,12,6.69,1.78,16,5.6,2.07,5,3.93,2.53,14,4.4,2.12,10,6.78,1.86,9,6.0,2.49,10,6.67,1.83,12,6.11,1.96,9,4.44,2.48,16,3.56,1.88,9,6.27,2.61,11,6.5,1.6,8
+recreate,6.0,1.12,20,3.65,2.25,20,5.77,1.74,22,5.86,1.46,7,6.08,0.95,13,4.0,2.65,9,3.36,1.96,11,4.17,1.72,6,6.38,1.36,16,5.8,1.14,10,6.22,1.2,9,3.25,2.43,8,3.92,2.19,12,5.67,1.72,15,6.0,1.91,7,6.45,1.29,11,5.44,0.53,9,3.75,2.14,12,3.5,2.56,8,5.73,1.95,11,5.82,1.6,11
+recreation,6.7,1.22,23,4.33,2.5,18,7.18,1.62,22,6.86,1.21,7,6.62,1.26,16,4.67,2.42,6,4.17,2.62,12,6.5,1.9,10,7.75,1.14,12,6.64,1.29,11,6.75,1.22,12,4.6,2.72,10,4.0,2.33,8,7.73,1.19,11,6.64,1.86,11,6.36,1.28,14,7.22,0.97,9,3.78,2.99,9,4.89,1.9,9,7.64,1.5,11,6.73,1.68,11
+recreational,6.76,1.81,21,4.9,2.55,21,6.16,1.89,25,6.67,1.44,12,6.89,2.32,9,4.86,2.97,7,4.93,2.43,14,5.7,2.11,10,6.47,1.73,15,8.0,2.0,4,6.47,1.7,17,5.5,2.32,10,4.36,2.73,11,5.71,2.06,7,6.33,1.85,18,6.83,2.04,12,6.67,1.58,9,4.38,2.14,13,5.75,3.06,8,5.67,1.66,9,6.44,2.0,16
+recruit,4.53,1.81,19,4.77,1.97,22,6.0,1.61,21,4.89,1.69,9,4.2,1.93,10,5.2,2.25,10,4.42,1.73,12,6.12,1.73,8,5.92,1.61,13,4.77,1.3,13,4.0,2.68,6,5.12,2.47,8,4.57,1.7,14,6.5,1.41,8,5.69,1.7,13,4.56,1.51,9,4.5,2.12,10,4.42,2.27,12,5.2,1.55,10,6.42,1.78,12,5.44,1.24,9
+recruiter,5.56,1.95,18,4.17,1.99,23,4.16,1.8,19,5.12,1.81,8,5.9,2.08,10,4.29,1.98,7,4.2,2.11,15,3.7,1.57,10,4.67,2.0,9,6.11,2.57,9,5.0,0.87,9,5.2,2.35,10,3.42,1.31,12,4.62,1.6,8,3.9,2.02,10,5.73,2.05,11,5.29,1.89,7,4.1,2.13,20,4.67,0.58,3,4.12,1.36,8,4.18,2.14,11
+recruitment,4.81,1.5,21,4.0,2.54,19,4.5,2.67,22,5.83,1.72,6,4.4,1.24,15,5.12,2.85,8,3.18,2.04,11,4.83,2.98,12,4.1,2.33,10,5.11,2.09,9,4.58,0.9,12,4.88,2.59,8,3.36,2.42,11,3.86,2.54,7,4.8,2.76,15,4.9,2.02,10,4.73,0.9,11,3.69,2.39,13,4.67,2.94,6,4.58,3.03,12,4.4,2.32,10
+rectal,2.9,1.7,21,4.41,2.4,22,4.44,1.89,27,3.6,1.71,10,2.27,1.49,11,4.86,3.08,7,4.2,2.11,15,4.47,2.18,17,4.4,1.35,10,3.0,1.73,11,2.8,1.75,10,2.4,1.95,5,5.0,2.24,17,4.43,2.17,14,4.46,1.61,13,2.46,1.56,13,3.62,1.77,8,3.2,2.3,10,5.42,2.07,12,4.86,1.96,14,4.0,1.78,13
+rectangular,5.25,0.55,20,2.7,1.78,20,5.5,1.9,22,5.14,0.38,7,5.31,0.63,13,3.44,1.94,9,2.09,1.45,11,4.5,2.66,6,5.88,1.45,16,5.3,0.67,10,5.22,0.44,9,2.88,1.89,8,2.58,1.78,12,5.4,2.13,15,5.71,1.38,7,5.36,0.67,11,5.11,0.33,9,2.75,1.82,12,2.62,1.85,8,5.36,2.38,11,5.64,1.36,11
+rectify,5.6,1.57,20,3.57,2.02,23,5.81,2.16,21,5.2,2.05,5,5.73,1.44,15,4.33,2.1,12,2.73,1.62,11,5.82,2.32,11,6.0,2.12,9,5.27,1.85,11,6.0,1.12,9,3.69,2.18,16,3.29,1.7,7,5.09,2.26,11,6.6,1.84,10,5.75,1.48,12,5.38,1.77,8,3.42,2.01,19,4.25,2.22,4,5.43,2.1,14,6.57,2.23,7
+rectory,4.14,1.08,22,3.91,2.5,23,5.05,1.58,19,4.25,1.04,8,4.23,1.01,13,5.12,3.0,8,3.07,1.94,14,4.86,1.46,7,5.27,1.74,11,3.75,1.16,8,4.54,0.78,13,3.67,2.69,9,4.07,2.46,14,5.0,1.83,7,5.08,1.51,12,4.27,0.9,11,4.0,1.26,11,2.22,1.56,9,5.0,2.42,14,5.06,1.69,16,5.0,1.0,3
+rectum,3.23,1.74,22,4.18,2.4,22,5.42,2.46,19,4.75,1.67,8,2.46,1.05,13,4.88,2.42,8,3.69,2.46,13,6.14,2.27,7,5.09,2.66,11,3.38,1.92,8,3.31,1.65,13,3.44,2.24,9,4.69,2.46,13,5.86,1.95,7,5.17,2.76,12,3.45,1.75,11,3.0,1.79,11,2.44,1.81,9,5.38,2.02,13,5.56,2.34,16,4.67,3.51,3
+recurring,4.42,1.12,19,3.43,1.66,21,4.74,2.65,23,4.33,1.15,3,4.44,1.15,16,3.62,1.41,8,3.31,1.84,13,5.44,2.6,9,4.29,2.67,14,4.67,1.12,9,4.2,1.14,10,4.11,1.27,9,2.92,1.78,12,5.6,2.72,15,3.12,1.64,8,4.57,1.51,7,4.33,0.89,12,4.0,1.56,10,2.91,1.64,11,5.54,3.23,13,3.7,1.06,10
+recycle,6.14,1.96,21,3.75,2.15,20,6.14,2.53,22,5.83,1.72,6,6.27,2.09,15,3.62,2.13,8,3.83,2.25,12,5.92,2.61,12,6.4,2.55,10,6.56,2.55,9,5.83,1.4,12,3.56,2.07,9,3.91,2.3,11,3.29,0.95,7,7.47,1.81,15,6.6,1.78,10,5.73,2.1,11,3.38,1.89,13,4.43,2.57,7,6.67,2.57,12,5.5,2.46,10
+recycled,5.26,1.69,19,3.67,2.3,18,5.25,2.52,16,5.09,1.58,11,5.5,1.93,8,3.5,2.38,4,3.71,2.37,14,4.38,2.13,8,6.12,2.7,8,5.0,1.93,8,5.45,1.57,11,3.86,2.04,7,3.55,2.54,11,4.0,2.37,6,6.0,2.4,10,4.85,1.86,13,6.17,0.75,6,3.18,2.09,11,4.43,2.57,7,6.83,1.47,6,4.3,2.58,10
+recycling,6.25,1.48,20,3.52,2.46,21,6.6,2.27,25,6.33,0.58,3,6.24,1.6,17,3.14,2.41,7,3.62,2.63,13,6.0,2.0,8,6.88,2.39,17,5.86,1.86,7,6.46,1.27,13,4.71,2.69,7,2.77,2.2,13,6.86,2.11,14,6.27,2.53,11,6.0,0.5,9,6.45,1.97,11,3.73,2.15,11,3.3,2.87,10,6.67,2.54,18,6.43,1.51,7
+red,5.67,2.07,42,5.02,2.56,43,5.2,2.28,20,5.47,2.12,19,5.83,2.06,23,4.83,2.76,12,5.13,2.56,30,5.0,2.36,10,5.4,2.32,10,5.61,2.25,23,5.74,1.88,19,4.67,2.67,12,5.16,2.54,31,5.0,2.45,8,5.33,2.27,12,6.29,2.18,24,4.83,1.62,18,5.5,2.63,20,4.61,2.48,23,4.33,2.24,9,5.91,2.17,11
+redecorate,6.24,2.12,21,3.0,2.13,23,6.33,2.57,18,6.0,2.4,9,6.42,1.98,12,3.0,1.9,11,3.0,2.41,12,6.3,2.54,10,6.38,2.77,8,5.0,2.71,7,6.92,1.55,13,2.36,1.8,11,3.58,2.31,12,5.86,3.39,7,6.64,2.01,11,5.92,2.5,13,6.75,1.28,8,3.64,2.54,11,2.42,1.56,12,5.56,2.74,9,7.11,2.26,9
+redeem,5.95,1.65,19,4.2,2.46,20,5.35,1.93,20,6.67,1.53,3,5.81,1.68,16,4.17,2.48,6,4.21,2.55,14,4.67,1.03,6,5.64,2.17,14,5.3,1.25,10,6.67,1.8,9,3.71,2.14,7,4.46,2.67,13,5.7,1.95,10,5.0,1.94,10,5.75,1.58,8,6.09,1.76,11,2.67,1.94,9,5.45,2.16,11,5.62,2.83,8,5.17,1.11,12
+redemption,6.33,2.37,21,3.68,2.23,22,6.44,2.26,27,5.6,2.41,10,7.0,2.24,11,4.14,3.24,7,3.47,1.68,15,6.29,2.31,17,6.7,2.26,10,6.64,2.11,11,6.0,2.71,10,3.2,2.28,5,3.82,2.27,17,5.93,2.4,14,7.0,2.04,13,6.08,2.56,13,6.75,2.12,8,2.9,1.85,10,4.33,2.39,12,6.07,2.73,14,6.85,1.63,13
+redesign,5.76,1.34,21,4.54,2.36,24,5.94,1.86,18,5.78,0.83,9,5.75,1.66,12,4.17,2.23,6,4.76,2.49,17,4.67,1.03,6,6.58,1.88,12,5.75,1.39,16,5.8,1.3,5,4.69,2.84,13,4.5,1.78,10,5.33,1.87,9,6.56,1.74,9,6.08,1.16,12,5.33,1.5,9,4.75,2.38,16,4.12,2.42,8,6.3,1.95,10,5.5,1.77,8
+redhead,6.71,1.95,21,3.91,2.56,22,5.52,2.41,27,6.6,2.01,10,6.82,1.99,11,4.71,3.59,7,3.53,1.96,15,5.35,2.76,17,5.8,1.75,10,6.64,1.8,11,6.8,2.2,10,1.8,1.3,5,4.53,2.53,17,5.79,2.81,14,5.23,1.96,13,6.85,1.82,13,6.5,2.27,8,2.6,2.22,10,5.0,2.37,12,6.21,2.39,14,4.77,2.28,13
+redheaded,6.67,1.8,21,3.95,2.55,22,5.62,2.38,26,6.9,1.85,10,6.45,1.81,11,4.71,2.98,7,3.6,2.35,15,5.56,2.63,16,5.7,2.06,10,6.73,1.62,11,6.6,2.07,10,2.0,1.73,5,4.53,2.5,17,5.93,2.62,14,5.25,2.14,12,6.92,1.71,13,6.25,1.98,8,2.7,2.16,10,5.0,2.45,12,6.5,2.1,14,4.58,2.35,12
+redirect,4.28,1.02,18,3.05,1.76,20,4.89,2.26,19,4.33,0.58,3,4.27,1.1,15,3.67,1.75,6,2.79,1.76,14,5.5,1.87,6,4.62,2.43,13,4.44,1.01,9,4.11,1.05,9,2.43,1.51,7,3.38,1.85,13,5.11,2.09,9,4.7,2.5,10,4.38,1.06,8,4.2,1.03,10,2.22,1.64,9,3.73,1.62,11,4.86,2.79,7,4.92,2.02,12
+redneck,4.4,2.16,20,4.5,2.28,22,5.05,2.29,21,3.44,1.33,9,5.18,2.44,11,4.6,2.41,10,4.42,2.27,12,4.25,1.75,8,5.54,2.5,13,4.57,2.28,14,4.0,2.0,6,3.88,2.47,8,4.86,2.18,14,4.38,2.39,8,5.46,2.22,13,5.1,2.28,10,3.7,1.89,10,4.92,2.31,12,4.0,2.26,10,5.42,2.39,12,4.56,2.19,9
+redo,4.68,1.86,19,4.85,2.28,20,4.3,2.23,20,5.0,1.78,13,4.0,2.0,6,4.0,3.32,5,5.13,1.88,15,4.0,1.66,9,4.55,2.66,11,5.22,2.11,9,4.2,1.55,10,5.14,2.97,7,4.69,1.93,13,4.78,2.39,9,3.91,2.12,11,4.56,1.51,9,4.8,2.2,10,4.4,2.67,10,5.3,1.83,10,4.43,2.57,7,4.23,2.13,13
+reduce,5.1,1.59,20,3.67,1.83,21,4.92,2.26,24,4.82,1.47,11,5.44,1.74,9,3.71,1.7,7,3.64,1.95,14,5.0,2.4,9,4.87,2.26,15,5.5,2.52,4,5.0,1.37,16,3.4,1.51,10,3.91,2.12,11,4.71,2.5,7,5.0,2.24,17,5.5,1.45,12,4.5,1.69,8,3.92,1.89,13,3.25,1.75,8,4.11,2.09,9,5.4,2.29,15
+reduction,5.0,0.89,21,3.0,1.88,26,5.25,1.94,24,5.0,1.0,9,5.0,0.85,12,2.8,2.04,10,3.12,1.82,16,5.78,1.86,9,4.93,1.98,15,5.57,0.79,7,4.71,0.83,14,3.0,1.87,13,3.0,1.96,13,5.08,2.07,12,5.42,1.88,12,5.18,0.75,11,4.8,1.03,10,2.53,1.88,15,3.64,1.75,11,5.62,2.06,13,4.82,1.78,11
+redundancy,3.86,1.24,21,3.35,2.17,26,5.42,2.43,24,3.75,1.49,8,3.92,1.12,13,3.4,2.63,10,3.31,1.92,16,6.44,2.65,9,4.8,2.14,15,4.38,0.74,8,3.54,1.39,13,3.46,2.07,13,3.23,2.35,13,5.5,2.35,12,5.33,2.61,12,3.92,1.16,12,3.78,1.39,9,3.33,2.58,15,3.36,1.57,11,5.54,2.76,13,5.27,2.1,11
+redundant,4.1,1.55,20,3.05,2.39,20,4.23,1.74,22,3.71,1.25,7,4.31,1.7,13,3.33,2.5,9,2.82,2.4,11,5.33,2.25,6,3.81,1.38,16,4.3,1.25,10,3.78,1.92,9,3.25,2.55,8,2.92,2.39,12,4.67,1.76,15,3.29,1.38,7,4.27,1.68,11,3.89,1.45,9,3.0,2.3,12,3.12,2.7,8,4.45,1.81,11,4.0,1.73,11
+redwood,5.68,1.25,19,3.15,2.16,20,4.9,2.31,20,5.67,0.58,3,5.69,1.35,16,3.83,2.64,6,2.86,1.96,14,5.17,1.94,6,4.79,2.52,14,5.8,1.4,10,5.56,1.13,9,2.67,1.63,6,3.36,2.37,14,4.8,2.57,10,5.0,2.16,10,5.62,1.69,8,5.73,0.9,11,2.88,1.64,8,3.33,2.5,12,5.75,3.2,8,4.33,1.37,12
+Reebox,5.4,2.06,20,2.88,2.03,17,4.41,1.79,22,5.0,1.41,5,5.53,2.26,15,3.0,2.35,5,2.83,1.99,12,3.9,1.45,10,4.83,1.99,12,5.6,0.97,10,5.2,2.82,10,2.56,1.94,9,3.25,2.19,8,3.55,1.92,11,5.27,1.19,11,5.25,2.09,12,5.62,2.13,8,2.25,2.05,8,3.44,1.94,9,3.73,1.95,11,5.09,1.38,11
+reef,5.63,1.5,19,3.67,1.94,18,5.29,1.86,17,5.09,1.14,11,6.38,1.69,8,4.25,3.2,4,3.5,1.56,14,4.88,1.64,8,5.67,2.06,9,5.38,1.69,8,5.82,1.4,11,4.29,1.7,7,3.27,2.05,11,5.5,1.64,6,5.18,2.04,11,5.46,1.61,13,6.0,1.26,6,3.27,1.9,11,4.29,1.98,7,4.57,1.9,7,5.8,1.75,10
+reefer,4.42,1.74,19,5.29,2.65,21,5.65,2.25,23,5.33,0.58,3,4.25,1.84,16,5.88,2.53,8,4.92,2.75,13,6.22,2.11,9,5.29,2.33,14,4.11,1.36,9,4.7,2.06,10,5.78,2.99,9,4.92,2.43,12,5.87,2.61,15,5.25,1.39,8,4.43,2.23,7,4.42,1.51,12,6.0,2.67,10,4.64,2.58,11,6.15,2.41,13,5.0,1.94,10
+reek,2.32,1.57,19,4.86,1.93,21,4.86,2.17,22,2.88,2.03,8,1.91,1.04,11,4.83,2.14,6,4.87,1.92,15,5.5,2.95,6,4.62,1.86,16,3.0,1.85,8,1.82,1.17,11,4.25,2.22,4,5.0,1.9,17,5.82,1.94,11,3.91,2.02,11,2.36,1.8,11,2.25,1.28,8,5.0,1.31,8,4.77,2.28,13,4.92,2.39,12,4.8,1.99,10
+reel,5.5,2.24,20,3.44,1.95,18,5.05,1.86,22,5.4,2.61,5,5.53,2.2,15,3.33,1.97,6,3.5,2.02,12,5.1,1.29,10,5.0,2.3,12,5.9,1.66,10,5.1,2.73,10,3.1,1.91,10,3.88,2.03,8,4.45,1.86,11,5.64,1.75,11,5.17,2.52,12,6.0,1.77,8,2.78,2.28,9,4.11,1.36,9,4.73,2.24,11,5.36,1.43,11
+reelection,5.35,1.81,20,4.32,2.34,22,5.59,2.45,27,6.14,1.86,7,4.92,1.71,13,5.3,1.95,10,3.5,2.39,12,4.93,2.19,15,6.36,2.73,11,5.27,1.19,11,5.44,2.46,9,4.44,1.51,9,4.23,2.83,13,5.35,3.0,17,5.89,1.05,9,4.77,1.83,13,6.43,1.27,7,4.19,2.54,16,4.67,1.86,6,4.83,2.89,12,6.2,1.93,15
+reenactment,5.45,1.61,20,4.14,1.8,21,5.7,2.67,23,5.83,1.47,12,4.88,1.73,8,4.43,1.9,7,4.0,1.8,14,5.5,3.03,10,5.85,2.48,13,6.0,1.73,3,5.35,1.62,17,4.0,1.94,10,4.27,1.74,11,6.5,2.51,6,5.41,2.74,17,5.82,1.47,11,5.0,1.73,9,4.23,1.64,13,4.0,2.14,8,5.25,2.38,8,5.93,2.87,15
+reentry,4.67,1.32,21,3.57,2.29,23,6.78,1.96,18,5.11,1.62,9,4.33,0.98,12,4.45,2.38,11,2.75,1.96,12,7.2,1.48,10,6.25,2.43,8,4.0,2.0,7,5.0,0.71,13,4.36,2.34,11,2.83,2.08,12,6.71,2.43,7,6.82,1.72,11,4.23,1.48,13,5.38,0.52,8,3.0,1.95,11,4.08,2.54,12,6.56,2.07,9,7.0,1.94,9
+reestablish,6.14,1.85,21,4.0,2.51,20,6.18,2.59,22,6.33,1.51,6,6.07,2.02,15,4.25,2.31,8,3.83,2.72,12,6.25,2.45,12,6.1,2.88,10,6.78,2.11,9,5.67,1.56,12,4.11,2.47,9,3.91,2.66,11,5.14,2.34,7,6.67,2.64,15,6.0,2.31,10,6.27,1.42,11,3.54,2.47,13,4.86,2.54,7,7.25,2.38,12,4.9,2.33,10
+ref,5.35,1.81,20,3.38,1.69,21,4.55,1.97,22,5.79,1.53,14,4.33,2.16,6,3.91,1.81,11,2.89,1.45,9,3.5,2.07,6,4.94,1.84,16,5.22,1.92,9,5.45,1.81,11,2.91,1.51,11,3.9,1.79,10,4.15,1.91,13,5.11,2.03,9,6.4,1.07,10,4.3,1.83,10,3.15,1.63,13,3.75,1.83,8,4.17,1.7,12,5.0,2.26,10
+refer,5.18,1.1,22,4.09,2.76,23,5.58,1.74,19,5.38,0.74,8,4.92,1.19,13,4.38,2.56,8,4.0,3.04,14,5.0,2.0,7,5.91,1.64,11,5.0,1.51,8,5.15,0.69,13,3.89,3.02,9,4.21,2.69,14,4.57,1.51,7,6.17,1.64,12,5.36,0.92,11,5.0,1.26,11,3.11,3.33,9,4.71,2.23,14,5.62,1.82,16,5.33,1.53,3
+referee,5.1,1.17,20,3.65,2.13,20,5.09,2.52,22,5.29,0.49,7,5.0,1.41,13,3.56,2.01,9,3.73,2.33,11,5.17,2.99,6,5.06,2.43,16,5.2,1.14,10,5.0,1.32,9,3.25,2.43,8,3.92,1.98,12,5.0,2.48,15,5.29,2.81,7,5.0,1.48,11,5.22,0.67,9,3.42,2.35,12,4.0,1.85,8,5.0,2.65,11,5.18,2.52,11
+reference,5.63,1.57,19,3.41,2.06,22,5.38,2.02,24,5.83,1.6,6,5.54,1.61,13,4.33,1.97,12,2.3,1.64,10,5.12,2.03,8,5.5,2.07,16,5.6,1.17,10,5.67,2.0,9,4.11,2.32,9,2.92,1.8,13,4.88,2.03,17,6.83,1.47,6,5.25,1.16,8,5.91,1.81,11,3.22,1.56,9,3.54,2.4,13,5.69,2.12,16,4.75,1.75,8
+referral,5.52,1.4,21,4.52,1.94,25,5.64,2.26,22,5.12,1.13,8,5.77,1.54,13,4.54,2.22,13,4.5,1.68,12,5.69,2.32,13,5.56,2.3,9,5.38,1.92,8,5.58,1.08,12,5.29,1.59,14,3.55,1.97,11,5.75,2.09,12,5.5,2.55,10,5.3,1.57,10,5.73,1.27,11,4.18,1.81,17,5.25,2.12,8,5.2,2.39,10,6.0,2.17,12
+refill,5.48,1.81,21,3.52,2.25,21,6.8,2.02,25,5.58,1.38,12,5.33,2.35,9,4.71,1.98,7,2.93,2.2,14,6.8,1.99,10,6.8,2.11,15,5.5,2.52,4,5.47,1.7,17,3.9,2.88,10,3.18,1.54,11,6.14,2.34,7,7.06,1.89,18,5.83,1.99,12,5.0,1.5,9,3.54,2.47,13,3.5,2.0,8,6.44,2.51,9,7.0,1.75,16
+refine,5.17,1.92,18,3.6,2.39,20,7.19,1.56,16,5.67,1.15,3,5.21,2.04,14,4.1,2.47,10,3.1,2.33,10,7.29,1.5,7,7.11,1.69,9,4.33,2.34,6,5.82,1.47,11,3.14,1.86,7,3.85,2.67,13,7.4,1.67,5,7.09,1.58,11,5.82,1.54,11,4.14,2.12,7,4.4,2.72,10,2.8,1.81,10,7.0,1.77,8,7.38,1.41,8
+refined,6.11,1.94,19,3.95,2.19,22,6.67,1.58,24,5.0,2.53,6,6.62,1.45,13,4.33,2.27,12,3.5,2.12,10,6.62,1.51,8,6.69,1.66,16,5.9,1.73,10,6.33,2.24,9,4.89,2.62,9,3.31,1.65,13,6.53,1.66,17,7.33,1.21,6,6.25,1.83,8,6.0,2.1,11,3.89,2.2,9,4.0,2.27,13,6.62,1.67,16,6.75,1.49,8
+refinement,6.05,1.36,21,3.78,2.3,23,5.54,2.16,26,5.91,1.45,11,6.2,1.32,10,4.55,2.11,11,3.08,2.31,12,4.91,1.81,11,6.21,2.26,14,6.2,1.48,10,5.91,1.3,11,4.82,2.27,11,2.83,1.95,12,5.47,2.12,17,6.0,2.27,8,6.46,1.51,13,5.38,0.74,8,3.87,2.26,15,3.62,2.5,8,5.41,2.48,17,5.78,1.48,9
+refinery,4.76,1.95,21,3.61,2.02,23,4.24,1.84,21,4.6,2.51,5,4.81,1.83,16,4.08,1.73,12,3.09,2.26,11,4.18,1.4,11,3.89,2.03,9,4.42,2.27,12,5.22,1.39,9,3.69,2.09,16,3.43,1.99,7,4.27,1.49,11,4.2,2.25,10,4.92,2.14,13,4.5,1.69,8,3.68,2.06,19,3.25,2.06,4,4.29,1.59,14,4.14,2.41,7
+reflect,6.1,1.67,21,3.35,1.94,23,6.72,1.93,18,6.11,1.76,9,6.08,1.68,12,3.55,2.16,11,3.17,1.8,12,7.2,1.75,10,6.12,2.1,8,5.86,2.34,7,6.15,1.34,13,3.64,2.2,11,3.08,1.73,12,7.43,1.99,7,6.27,1.85,11,5.92,2.02,13,6.38,0.92,8,2.64,1.43,11,4.0,2.17,12,6.11,1.9,9,7.33,1.87,9
+reflection,5.7,1.42,20,4.1,2.22,20,5.65,2.13,26,6.18,1.08,11,5.11,1.62,9,4.43,1.99,7,3.92,2.4,13,5.38,2.29,13,5.92,2.02,13,5.82,1.78,11,5.56,0.88,9,4.36,2.46,11,3.78,1.99,9,5.71,2.42,17,5.56,1.59,9,5.3,1.77,10,6.1,0.88,10,4.17,2.44,12,4.0,2.0,8,5.44,2.25,16,6.0,2.0,10
+reflective,5.57,1.21,21,3.38,2.62,24,6.84,1.89,19,5.75,0.71,8,5.46,1.45,13,4.5,1.87,6,3.0,2.77,18,6.82,1.25,11,6.88,2.64,8,5.5,1.09,12,5.67,1.41,9,3.8,2.62,10,3.07,2.67,14,7.23,1.48,13,6.0,2.53,6,5.64,1.22,14,5.43,1.27,7,4.25,2.57,16,1.62,1.77,8,6.73,2.0,11,7.0,1.85,8
+reflex,5.24,1.48,21,4.7,2.2,23,4.09,2.2,22,5.64,1.5,11,4.8,1.4,10,5.09,1.97,11,4.33,2.42,12,3.88,1.64,8,4.08,2.56,13,5.1,1.91,10,5.36,1.03,11,5.36,2.42,11,4.08,1.88,12,4.71,2.2,14,2.57,1.51,7,5.31,1.89,13,5.12,0.35,8,4.87,2.45,15,4.38,1.77,8,4.36,2.37,14,3.62,1.92,8
+reform,5.05,2.01,21,4.78,2.35,23,5.57,2.31,21,5.2,2.17,5,5.0,2.03,16,5.33,2.06,12,4.18,2.6,11,5.82,2.04,11,4.89,2.47,9,4.92,2.43,12,5.22,1.39,9,4.88,2.36,16,4.57,2.51,7,5.82,1.78,11,5.3,2.87,10,5.31,2.1,13,4.62,1.92,8,4.84,2.5,19,4.5,1.73,4,4.93,2.3,14,6.86,1.86,7
+refrain,5.3,1.17,20,3.47,2.29,19,5.23,2.37,26,5.27,1.49,11,5.33,0.71,9,4.43,2.3,7,2.92,2.19,12,5.31,2.63,13,5.15,2.19,13,5.0,1.34,11,5.67,0.87,9,3.9,2.42,10,3.0,2.18,9,5.12,2.67,17,5.44,1.81,9,4.8,0.92,10,5.8,1.23,10,4.08,2.54,12,2.43,1.4,7,4.94,2.46,16,5.7,2.26,10
+refresh,6.62,1.56,21,2.77,2.22,22,6.0,2.08,27,6.0,1.63,10,7.18,1.33,11,2.14,1.68,7,3.07,2.43,15,5.59,2.27,17,6.7,1.57,10,6.45,1.75,11,6.8,1.4,10,2.4,3.13,5,2.88,2.0,17,5.43,2.53,14,6.62,1.26,13,6.69,1.8,13,6.5,1.2,8,2.4,2.27,10,3.08,2.23,12,6.0,2.35,14,6.0,1.83,13
+refreshing,7.05,1.53,22,4.0,2.35,22,6.3,2.3,20,7.25,1.16,8,6.93,1.73,14,3.0,2.05,10,4.83,2.33,12,6.71,2.43,7,6.08,2.29,13,7.18,1.66,11,6.91,1.45,11,4.0,2.24,11,4.0,2.57,11,6.07,2.4,15,7.0,2.0,5,7.3,1.64,10,6.83,1.47,12,4.3,1.95,10,3.75,2.7,12,6.0,2.05,10,6.6,2.59,10
+refreshment,6.82,1.71,38,4.22,2.37,23,6.59,1.74,22,6.96,1.6,24,6.57,1.91,14,3.71,2.56,7,4.53,2.39,15,5.9,1.97,10,7.17,1.34,12,6.94,1.43,17,6.71,1.93,21,4.6,2.72,10,4.0,2.22,12,6.82,2.09,11,6.36,1.36,11,6.55,1.82,22,7.19,1.52,16,4.1,2.27,20,5.0,3.46,3,6.91,2.12,11,6.27,1.27,11
+refrigerator,5.76,1.34,21,3.25,2.4,20,5.82,2.48,22,6.5,1.52,6,5.47,1.19,15,2.75,2.19,8,3.58,2.57,12,5.92,2.15,12,5.7,2.95,10,6.33,1.5,9,5.33,1.07,12,3.22,2.54,9,3.27,2.41,11,5.0,2.83,7,6.2,2.31,15,5.6,1.58,10,5.91,1.14,11,2.62,2.18,13,4.43,2.51,7,5.5,2.78,12,6.2,2.15,10
+refuel,5.5,1.63,22,4.84,2.06,19,6.75,1.48,20,5.6,1.34,5,5.44,1.79,16,5.62,1.77,8,4.27,2.15,11,6.33,1.87,9,7.09,1.04,11,5.0,1.13,12,6.1,1.97,10,4.2,1.55,10,5.56,2.4,9,6.82,1.54,11,6.67,1.5,9,5.36,1.5,11,5.64,1.8,11,4.38,2.0,8,5.18,2.14,11,6.38,1.69,8,7.0,1.35,12
+refuge,5.95,1.7,20,3.36,2.13,22,4.74,2.21,27,6.43,2.23,7,5.69,1.38,13,3.3,2.11,10,3.42,2.23,12,4.73,2.22,15,4.73,2.41,11,6.18,1.54,11,5.67,1.94,9,4.56,1.74,9,2.54,2.03,13,4.76,2.41,17,4.67,2.06,9,6.15,1.91,13,5.57,1.27,7,3.69,2.15,16,2.5,1.97,6,3.92,1.88,12,5.4,2.29,15
+refugee,4.68,1.78,22,4.29,2.37,21,3.86,1.98,22,4.79,1.97,14,4.5,1.51,8,3.82,2.44,11,4.89,2.42,9,4.83,1.83,6,3.5,1.97,16,4.7,2.31,10,4.67,1.3,12,4.0,2.57,11,4.6,2.22,10,4.54,1.66,13,2.89,2.09,9,5.08,2.11,12,4.2,1.23,10,3.85,2.48,13,5.0,2.14,8,3.75,1.6,12,4.0,2.45,10
+refund,7.0,1.76,21,4.96,2.18,24,6.45,2.02,22,6.62,2.2,8,7.23,1.48,13,5.08,2.36,13,4.82,2.04,11,6.31,2.21,13,6.67,1.8,9,7.38,1.6,8,6.75,1.96,12,5.14,1.51,14,4.7,2.95,10,6.17,1.9,12,6.8,2.2,10,6.5,1.9,10,7.45,1.57,11,4.76,2.46,17,5.43,1.27,7,6.1,2.18,10,6.75,1.91,12
+refusal,2.95,1.91,21,3.0,2.49,19,4.91,3.13,22,2.83,1.6,6,3.0,2.07,15,3.29,3.15,7,2.83,2.17,12,5.17,3.38,12,4.6,2.95,10,3.33,2.5,9,2.67,1.37,12,3.67,2.96,9,2.4,1.96,10,4.57,2.99,7,5.07,3.28,15,3.3,2.45,10,2.64,1.29,11,3.54,2.7,13,1.83,1.6,6,5.25,3.74,12,4.5,2.32,10
+refuse,3.42,1.35,19,4.32,2.06,22,4.5,2.57,24,3.33,1.63,6,3.46,1.27,13,4.17,1.85,12,4.5,2.37,10,5.12,2.53,8,4.19,2.61,16,3.9,1.2,10,2.89,1.36,9,4.89,1.96,9,3.92,2.1,13,4.59,2.6,17,4.17,2.93,6,4.0,0.76,8,3.0,1.55,11,4.22,1.99,9,4.38,2.18,13,4.19,2.37,16,5.12,3.0,8
+refute,4.37,1.07,19,4.55,2.16,20,4.96,2.46,23,3.67,0.58,3,4.5,1.1,16,5.62,1.41,8,3.83,2.33,12,5.11,2.42,9,4.86,2.57,14,4.0,1.32,9,4.7,0.67,10,5.33,1.32,9,3.91,2.55,11,5.6,2.41,15,3.75,2.19,8,4.71,0.95,7,4.17,1.11,12,4.6,2.01,10,4.5,2.42,10,4.92,3.01,13,5.0,1.63,10
+regain,6.25,2.24,20,3.05,1.83,21,6.08,2.06,25,7.0,2.71,4,6.06,2.17,16,3.0,2.71,4,3.06,1.68,17,5.67,2.74,9,6.31,1.62,16,6.62,2.39,8,6.0,2.22,12,3.4,1.96,10,2.73,1.74,11,6.21,1.97,14,5.91,2.26,11,7.0,1.84,11,5.33,2.45,9,2.8,1.69,10,3.27,2.0,11,6.5,2.09,18,5.0,1.63,7
+regal,5.9,1.55,21,3.25,1.83,20,4.38,2.78,21,6.0,1.26,6,5.87,1.68,15,2.88,1.73,8,3.5,1.93,12,4.36,2.54,11,4.4,3.17,10,5.56,1.33,9,6.17,1.7,12,3.44,1.81,9,3.09,1.92,11,3.71,1.98,7,4.71,3.12,14,5.3,1.49,10,6.45,1.44,11,3.69,1.93,13,2.43,1.4,7,4.45,3.42,11,4.3,2.06,10
+regard,5.7,1.49,20,3.39,1.97,23,6.38,1.6,21,5.56,1.01,9,5.82,1.83,11,3.64,2.29,11,3.17,1.7,12,5.88,1.13,8,6.69,1.8,13,5.71,1.2,14,5.67,2.16,6,3.67,2.4,9,3.21,1.72,14,6.38,1.77,8,6.38,1.56,13,5.9,1.37,10,5.5,1.65,10,3.85,1.91,13,2.8,1.99,10,6.58,1.68,12,6.11,1.54,9
+regatta,4.9,1.26,21,3.26,2.36,23,5.1,1.8,20,5.0,1.51,8,4.85,1.14,13,3.67,1.37,6,3.12,2.64,17,5.64,1.96,11,4.44,1.42,9,4.58,0.9,12,5.33,1.58,9,4.2,2.66,10,2.54,1.9,13,5.31,2.14,13,4.71,0.95,7,5.07,1.14,14,4.57,1.51,7,3.4,2.26,15,3.0,2.67,8,5.08,1.51,12,5.12,2.3,8
+regenerate,5.76,1.45,21,4.65,1.93,20,5.95,2.04,21,5.17,1.17,6,6.0,1.51,15,5.62,1.19,8,4.0,2.09,12,5.91,1.64,11,6.0,2.49,10,5.17,1.47,6,6.0,1.41,15,5.4,1.65,10,3.9,1.97,10,5.93,2.37,14,6.0,1.29,7,5.57,0.98,7,5.86,1.66,14,4.64,2.02,14,4.67,1.86,6,6.08,2.23,12,5.78,1.86,9
+regeneration,6.0,1.27,22,5.0,2.26,19,6.35,1.76,20,6.2,0.84,5,5.94,1.44,16,6.25,1.83,8,4.09,2.17,11,5.9,1.91,10,6.8,1.55,10,6.17,1.11,12,5.8,1.48,10,5.3,2.54,10,4.67,2.0,9,6.25,2.14,12,6.5,1.07,8,6.45,0.93,11,5.55,1.44,11,5.38,1.77,8,4.73,2.61,11,6.0,2.12,9,6.64,1.43,11
+reggae,5.19,2.68,21,5.0,2.04,25,6.24,2.39,21,6.88,2.1,8,4.15,2.51,13,4.77,2.28,13,5.25,1.82,12,6.23,2.2,13,6.25,2.82,8,5.5,2.98,8,5.08,2.68,12,5.21,1.72,14,4.73,2.45,11,5.75,2.22,12,6.89,2.57,9,5.7,2.63,10,4.73,2.76,11,4.53,2.03,17,6.0,1.77,8,6.4,3.03,10,6.09,1.76,11
+regime,4.17,1.34,18,3.89,2.54,18,4.56,2.48,16,4.6,1.43,10,3.62,1.06,8,5.25,2.99,4,3.5,2.38,14,5.12,2.75,8,4.0,2.2,8,4.25,1.83,8,4.1,0.88,10,4.0,2.0,7,3.82,2.93,11,4.83,2.23,6,4.4,2.72,10,4.33,1.37,12,3.83,1.33,6,2.91,2.26,11,5.43,2.3,7,4.67,2.07,6,4.5,2.8,10
+regimen,5.32,1.45,19,3.71,1.87,21,5.6,2.41,20,4.67,0.58,3,5.44,1.55,16,3.5,1.87,6,3.8,1.93,15,4.67,2.58,6,6.0,2.32,14,5.0,1.56,10,5.67,1.32,9,4.0,2.08,7,3.57,1.83,14,5.5,2.46,10,5.7,2.5,10,4.88,0.35,8,5.64,1.86,11,3.78,2.22,9,3.67,1.67,12,5.5,2.39,8,5.67,2.53,12
+regiment,5.16,2.03,19,3.0,2.02,22,5.83,2.04,23,5.45,2.07,11,4.57,2.15,7,2.88,1.96,8,3.07,2.13,14,6.0,2.89,7,5.75,1.65,16,4.75,2.19,8,5.45,1.97,11,2.56,1.88,9,3.31,2.14,13,6.55,1.86,11,5.17,2.04,12,4.67,2.06,12,6.0,1.83,7,2.45,2.07,11,3.55,1.92,11,5.31,2.25,13,6.5,1.58,10
+regimental,5.1,1.81,21,3.45,2.13,22,5.15,2.58,27,4.7,2.06,10,5.45,1.57,11,2.0,1.53,7,4.13,2.07,15,5.47,2.58,17,4.6,2.63,10,5.18,1.4,11,5.0,2.26,10,4.0,2.83,5,3.29,1.96,17,5.93,2.56,14,4.31,2.43,13,4.69,1.8,13,5.75,1.75,8,3.2,2.2,10,3.67,2.15,12,5.5,2.65,14,4.77,2.55,13
+region,5.21,0.63,19,3.24,1.7,21,6.04,2.1,23,5.33,0.58,3,5.19,0.66,16,4.0,1.51,8,2.77,1.69,13,6.11,2.52,9,6.0,1.88,14,5.11,0.33,9,5.3,0.82,10,3.56,1.74,9,3.0,1.71,12,6.2,2.4,15,5.75,1.49,8,4.86,0.38,7,5.42,0.67,12,3.2,1.69,10,3.27,1.79,11,5.85,2.48,13,6.3,1.57,10
+regional,4.95,1.23,20,4.95,2.5,20,5.08,2.02,26,5.0,1.34,11,4.89,1.17,9,5.86,2.54,7,4.46,2.44,13,5.08,1.85,13,5.08,2.25,13,5.18,1.4,11,4.67,1.0,9,4.91,2.47,11,5.0,2.69,9,5.76,2.02,17,3.78,1.3,9,4.7,0.95,10,5.2,1.48,10,5.17,2.66,12,4.62,2.39,8,5.62,1.82,16,4.2,2.1,10
+register,5.43,1.12,21,3.14,1.98,22,5.29,2.17,21,5.22,0.97,9,5.58,1.24,12,3.0,2.1,6,3.0,1.93,15,5.6,1.52,5,5.19,2.37,16,5.22,0.97,9,5.58,1.24,12,4.0,2.35,5,2.88,1.87,17,5.1,2.23,10,5.45,2.21,11,5.67,1.44,12,5.11,0.33,9,3.33,2.0,9,3.0,2.04,13,5.55,2.02,11,5.0,2.4,10
+registrar,5.37,1.95,19,3.27,2.29,22,4.79,1.87,28,4.83,1.17,6,5.62,2.22,13,2.55,1.75,11,4.0,2.61,11,5.09,2.3,11,4.59,1.58,17,5.45,1.97,11,5.25,2.05,8,3.0,2.28,11,3.55,2.38,11,4.39,2.03,18,5.5,1.35,10,5.08,2.06,13,6.0,1.67,6,3.43,2.56,14,3.0,1.85,8,5.0,2.22,16,4.5,1.31,12
+registration,4.79,1.96,19,3.09,2.41,22,5.32,1.93,28,4.0,1.79,6,5.15,1.99,13,3.64,2.62,11,2.55,2.16,11,5.45,2.3,11,5.24,1.71,17,5.09,2.17,11,4.38,1.69,8,2.09,1.58,11,4.09,2.74,11,5.06,1.86,18,5.8,2.04,10,4.31,1.7,13,5.83,2.23,6,2.71,2.43,14,3.75,2.38,8,5.31,2.27,16,5.33,1.44,12
+registry,4.68,1.38,25,3.52,2.27,21,6.05,1.94,22,4.56,1.59,16,4.89,0.93,9,3.73,2.57,11,3.56,1.94,9,5.33,2.42,6,6.31,1.74,16,3.82,1.33,11,5.36,1.01,14,2.82,2.09,11,4.3,2.31,10,5.69,1.75,13,6.56,2.19,9,4.43,1.4,14,5.0,1.34,11,3.15,2.44,13,4.12,1.96,8,6.17,1.8,12,5.9,2.18,10
+regression,3.48,1.5,21,3.74,1.94,19,4.4,1.91,25,3.29,1.25,7,3.57,1.65,14,3.82,2.27,11,3.62,1.51,8,3.81,1.8,16,5.44,1.74,9,3.75,1.39,8,3.31,1.6,13,3.22,2.05,9,4.2,1.81,10,4.25,1.94,20,5.0,1.87,5,3.27,1.19,11,3.7,1.83,10,3.4,1.78,10,4.11,2.15,9,4.37,1.83,19,4.5,2.35,6
+regret,3.41,2.17,22,4.9,2.36,20,5.63,2.69,19,4.08,2.43,13,2.44,1.33,9,4.29,2.36,7,5.23,2.39,13,6.0,2.52,7,5.42,2.87,12,3.75,2.38,12,3.0,1.94,10,4.11,2.52,9,5.55,2.11,11,6.1,2.38,10,5.11,3.06,9,3.58,2.35,12,3.2,2.04,10,5.43,2.15,7,4.62,2.5,13,5.43,2.88,7,5.75,2.7,12
+regretful,3.1,1.33,20,4.56,2.15,41,4.09,2.1,47,2.33,0.58,3,3.24,1.39,17,4.32,2.24,19,4.77,2.09,22,5.0,2.51,15,3.66,1.77,32,2.57,0.79,7,3.38,1.5,13,4.2,2.48,15,4.77,1.95,26,4.12,2.22,25,4.05,2.01,22,3.67,1.22,9,2.64,1.29,11,4.42,2.1,24,4.76,2.25,17,4.17,2.15,30,3.94,2.08,17
+regrettable,3.53,1.17,19,5.0,2.39,21,4.43,2.15,23,3.6,0.55,5,3.46,1.39,13,5.0,2.76,6,5.0,2.33,15,5.2,1.55,10,3.85,2.41,13,3.0,1.15,7,3.82,1.17,11,5.29,2.56,7,4.86,2.38,14,3.73,1.95,11,5.08,2.19,12,3.25,0.87,12,4.0,1.53,7,4.27,2.37,11,5.8,2.25,10,4.64,1.82,14,4.11,2.67,9
+regroup,4.7,0.92,20,4.09,2.0,22,6.28,1.93,18,4.44,1.33,9,4.91,0.3,11,2.6,1.67,5,4.56,1.97,16,6.67,2.07,6,6.08,1.93,12,4.86,0.77,14,4.33,1.21,6,3.92,1.88,12,4.33,2.35,9,5.67,2.06,9,6.89,1.69,9,4.5,0.71,10,4.9,1.1,10,3.58,2.07,12,4.7,1.83,10,6.67,2.34,6,6.08,1.78,12
+regular,6.09,1.66,22,3.65,2.48,20,6.74,2.02,19,6.08,1.66,13,6.11,1.76,9,4.86,2.12,7,3.0,2.48,13,6.43,2.57,7,6.92,1.73,12,6.5,1.78,12,5.6,1.43,10,4.0,2.5,9,3.36,2.54,11,6.3,2.16,10,7.22,1.86,9,5.92,1.56,12,6.3,1.83,10,5.14,1.57,7,2.85,2.54,13,7.0,1.73,7,6.58,2.23,12
+regulate,5.16,1.61,19,3.95,2.24,22,5.59,2.7,22,5.11,1.17,9,5.2,1.99,10,4.25,1.67,8,3.79,2.55,14,4.36,2.58,11,6.82,2.32,11,4.57,0.53,7,5.5,1.93,12,3.9,1.97,10,4.0,2.52,12,6.0,2.68,13,5.0,2.78,9,5.4,2.07,10,4.89,0.93,9,3.38,2.07,8,4.29,2.33,14,5.86,2.77,14,5.12,2.7,8
+regulation,4.15,1.95,20,3.45,1.92,22,4.24,2.14,21,4.0,1.77,8,4.25,2.14,12,3.0,1.41,6,3.47,2.07,15,4.0,2.1,6,4.33,2.23,15,4.11,1.76,9,4.18,2.18,11,4.0,1.87,5,3.29,1.96,17,4.6,2.27,10,3.91,2.07,11,4.36,2.46,11,3.89,1.17,9,3.67,2.0,9,3.31,1.93,13,4.08,2.07,12,4.44,2.35,9
+regulator,4.9,1.71,20,3.79,2.04,19,5.69,2.22,26,4.91,2.07,11,4.89,1.27,9,4.0,2.0,7,3.67,2.15,12,5.62,2.4,13,5.77,2.13,13,5.09,1.76,11,4.67,1.73,9,3.73,1.95,11,3.88,2.3,8,6.65,2.03,17,3.89,1.27,9,5.5,1.27,10,4.3,1.95,10,3.73,2.05,11,3.88,2.17,8,6.38,2.0,16,4.6,2.22,10
+rehab,3.19,1.57,21,4.38,2.35,26,5.17,2.53,23,3.0,1.41,8,3.31,1.7,13,3.5,2.27,10,4.94,2.29,16,5.78,2.05,9,4.79,2.81,14,3.38,1.41,8,3.08,1.71,13,4.38,2.43,13,4.38,2.36,13,4.92,2.43,12,5.45,2.73,11,3.45,1.81,11,2.9,1.29,10,4.0,2.27,15,4.91,2.47,11,5.08,2.29,13,5.3,2.95,10
+rehabilitate,6.32,1.7,22,4.67,2.39,21,4.86,2.23,22,6.29,2.02,14,6.38,1.06,8,4.36,2.77,11,4.78,1.99,9,3.83,1.47,6,5.25,2.38,16,6.4,2.17,10,6.25,1.29,12,4.0,2.28,11,5.4,2.41,10,5.0,2.04,13,4.67,2.6,9,6.42,1.88,12,6.2,1.55,10,4.46,2.76,13,5.0,1.77,8,4.83,2.17,12,4.9,2.42,10
+rehabilitation,5.24,2.36,21,4.24,2.5,25,5.26,2.66,19,5.56,2.07,9,5.0,2.63,12,4.83,2.93,6,4.11,2.47,18,4.29,2.75,7,5.83,2.55,12,5.56,2.1,16,4.2,3.11,5,3.79,2.58,14,5.0,2.45,10,5.22,2.54,9,5.3,2.91,10,4.75,2.63,12,5.89,1.9,9,4.19,2.34,16,4.33,2.92,9,5.09,3.27,11,5.5,1.69,8
+rehash,4.25,1.12,20,3.79,2.8,24,5.35,2.3,20,4.5,1.41,8,4.08,0.9,12,5.0,2.19,6,3.39,2.91,18,5.73,2.41,11,4.89,2.2,9,4.36,1.03,11,4.11,1.27,9,3.9,2.77,10,3.71,2.92,14,5.62,2.22,13,4.86,2.54,7,4.38,0.87,13,4.0,1.53,7,4.56,2.71,16,2.25,2.43,8,5.25,2.42,12,5.5,2.27,8
+rehearsal,6.1,1.74,20,4.84,2.19,19,5.62,2.16,21,5.5,1.64,6,6.36,1.78,14,4.38,1.77,8,5.18,2.48,11,5.73,2.37,11,5.5,2.01,10,5.83,1.47,6,6.21,1.89,14,5.3,2.21,10,4.33,2.18,9,5.29,2.37,14,6.29,1.6,7,6.0,1.63,7,6.15,1.86,13,5.15,2.3,13,4.17,1.94,6,5.58,2.43,12,5.67,1.87,9
+rehearse,5.42,2.04,24,4.2,2.67,20,6.67,1.94,36,5.7,1.95,10,5.21,2.15,14,5.8,2.17,5,3.67,2.66,15,7.0,1.34,11,6.52,2.16,25,5.43,2.17,14,5.4,1.96,10,4.75,2.73,12,3.38,2.5,8,6.4,2.04,20,7.0,1.83,16,5.08,1.8,13,5.82,2.32,11,3.73,2.61,11,4.78,2.77,9,7.0,1.93,22,6.14,1.92,14
+reign,5.4,1.64,20,4.17,2.28,18,5.59,2.09,22,6.0,2.0,5,5.2,1.52,15,4.17,2.23,6,4.17,2.41,12,5.5,1.43,10,5.67,2.57,12,5.1,1.6,10,5.7,1.7,10,4.5,2.72,10,3.75,1.67,8,5.91,1.92,11,5.27,2.28,11,4.92,1.56,12,6.12,1.55,8,3.11,1.96,9,5.22,2.17,9,5.55,2.21,11,5.64,2.06,11
+reigning,5.25,1.41,20,4.3,1.99,23,5.57,2.42,21,5.33,1.32,9,5.18,1.54,11,4.36,2.46,11,4.25,1.54,12,4.5,1.77,8,6.23,2.59,13,5.43,1.45,14,4.83,1.33,6,3.89,2.47,9,4.57,1.65,14,6.75,1.58,8,4.85,2.61,13,5.7,1.42,10,4.8,1.32,10,3.85,1.91,13,4.9,2.02,10,5.83,2.62,12,5.22,2.22,9
+reimburse,6.24,1.81,21,5.29,3.09,24,5.85,2.3,20,7.12,1.25,8,5.69,1.93,13,5.67,2.25,6,5.17,3.37,18,6.18,2.04,11,5.44,2.65,9,6.08,1.98,12,6.44,1.67,9,6.2,2.62,10,4.64,3.32,14,6.0,2.48,13,5.57,2.07,7,6.0,1.75,14,6.71,1.98,7,5.44,3.05,16,5.0,3.34,8,6.33,2.06,12,5.12,2.59,8
+rein,4.79,1.47,19,2.77,1.74,22,4.09,2.35,23,5.18,1.4,11,4.57,1.27,7,3.25,1.39,8,2.5,1.91,14,4.29,2.56,7,4.0,2.34,16,4.38,1.69,8,5.09,1.3,11,2.33,1.58,9,3.08,1.85,13,3.64,2.16,11,4.5,2.54,12,4.25,1.48,12,5.71,0.95,7,2.55,1.69,11,3.0,1.84,11,3.85,2.38,13,4.4,2.41,10
+reincarnation,5.56,1.95,18,4.8,2.75,20,4.04,2.61,25,6.0,1.0,3,5.47,2.1,15,4.29,2.43,7,5.08,2.96,13,4.0,2.56,8,4.06,2.7,17,5.29,1.98,7,5.73,2.0,11,3.71,2.29,7,5.38,2.87,13,4.14,2.51,14,3.91,2.84,11,5.0,1.91,7,5.91,1.97,11,5.2,2.82,10,4.4,2.76,10,3.83,2.48,18,4.57,3.05,7
+reindeer,6.62,1.53,21,3.59,2.13,22,5.5,1.85,22,6.67,1.58,9,6.58,1.56,12,3.0,1.41,6,3.87,2.42,15,4.17,1.6,6,6.0,1.71,16,6.67,1.58,9,6.58,1.56,12,4.6,2.61,5,3.29,1.96,17,5.64,1.63,11,5.36,2.11,11,7.08,1.62,12,6.0,1.22,9,3.0,1.73,9,4.0,2.35,13,5.83,1.53,12,5.1,2.18,10
+reinforce,5.53,1.5,19,3.96,2.33,23,4.94,2.48,18,5.71,0.95,7,5.42,1.78,12,4.27,2.45,11,3.67,2.27,12,4.4,2.67,10,5.62,2.2,8,4.17,1.33,6,6.25,1.14,12,4.27,2.61,11,3.67,2.1,12,3.57,2.57,7,5.82,2.09,11,5.42,1.83,12,5.71,0.76,7,4.55,2.58,11,3.42,2.02,12,3.56,1.51,9,6.33,2.55,9
+reinforcement,5.0,2.0,21,4.3,2.36,20,5.8,1.89,25,4.91,1.7,11,5.1,2.38,10,4.12,2.47,8,4.42,2.39,12,6.4,1.71,10,5.57,1.91,14,4.6,2.01,10,5.36,2.01,11,4.88,2.7,8,3.92,2.15,12,5.65,1.9,17,6.57,1.62,7,4.77,2.42,13,5.38,1.06,8,4.25,2.22,12,4.38,2.72,8,5.47,2.0,17,6.5,1.51,8
+reins,5.11,1.53,18,3.2,2.42,20,5.8,2.25,25,5.0,1.41,5,5.15,1.63,13,3.45,2.34,11,2.89,2.62,9,5.81,2.29,16,5.78,2.33,9,5.14,2.04,7,5.09,1.22,11,2.44,2.4,9,3.82,2.36,11,5.9,2.4,20,5.4,1.67,5,4.89,1.69,9,5.33,1.41,9,2.73,1.9,11,3.78,2.95,9,5.26,2.21,19,7.5,1.52,6
+reinstate,5.11,1.79,19,3.33,1.96,21,5.25,1.86,20,5.0,1.73,3,5.12,1.86,16,3.0,1.26,6,3.47,2.2,15,5.0,1.79,6,5.36,1.95,14,4.8,1.23,10,5.44,2.3,9,3.14,1.68,7,3.43,2.14,14,4.7,2.06,10,5.8,1.55,10,5.0,1.31,8,5.18,2.14,11,3.11,2.57,9,3.5,1.45,12,4.5,2.2,8,5.75,1.48,12
+reiterate,4.9,1.73,21,3.62,1.96,21,6.2,1.99,20,4.93,1.98,14,4.86,1.21,7,4.09,1.92,11,3.11,2.09,9,5.0,2.12,5,6.6,1.84,15,5.0,2.0,10,4.82,1.54,11,3.55,2.11,11,3.7,1.89,10,6.0,2.34,12,6.5,1.41,8,4.45,1.86,11,5.4,1.51,10,3.38,1.98,13,4.0,2.0,8,6.45,1.81,11,5.89,2.26,9
+reject,2.95,1.75,21,4.78,2.02,23,3.46,2.04,26,3.36,2.01,11,2.5,1.35,10,5.09,2.07,11,4.5,2.02,12,3.36,1.8,11,3.29,2.13,14,2.9,1.45,10,3.0,2.05,11,4.45,2.11,11,5.08,1.98,12,3.59,2.12,17,2.75,1.49,8,3.08,1.98,13,2.75,1.39,8,4.6,2.16,15,5.12,1.81,8,3.65,2.21,17,3.11,1.76,9
+rejected,2.4,1.71,42,4.7,2.28,43,2.43,1.96,21,2.54,1.9,13,2.34,1.65,29,4.4,2.16,20,4.96,2.4,23,2.64,1.03,11,2.2,2.7,10,2.19,1.47,16,2.54,1.86,26,3.94,2.3,17,5.19,2.17,26,2.42,2.43,12,2.44,1.24,9,2.09,1.12,23,2.79,2.2,19,4.28,1.97,25,5.28,2.61,18,2.93,2.2,14,1.43,0.79,7
+rejection,2.6,1.67,20,5.05,2.35,20,3.91,2.59,35,2.25,0.89,8,2.83,2.04,12,6.8,1.48,5,4.47,2.33,15,4.0,2.45,10,3.88,2.7,25,2.31,1.18,13,3.14,2.34,7,5.67,2.02,12,4.12,2.64,8,4.32,2.63,19,3.44,2.56,16,2.6,1.07,10,2.6,2.17,10,5.27,2.69,11,4.78,1.99,9,3.57,2.62,21,4.43,2.56,14
+rejoice,7.14,1.98,21,5.56,2.57,25,7.68,1.29,19,6.56,2.6,9,7.58,1.31,12,5.67,3.2,6,5.61,2.48,18,7.29,1.89,7,7.92,0.79,12,6.88,2.16,16,8.0,1.0,5,5.57,2.9,14,5.7,2.26,10,8.0,1.0,9,7.4,1.51,10,7.33,2.39,12,6.89,1.36,9,5.94,2.54,16,4.89,2.62,9,8.0,1.26,11,7.25,1.28,8
+rejoin,5.85,1.87,20,3.26,2.05,23,5.72,2.14,18,5.78,1.79,9,5.91,2.02,11,3.09,1.87,11,3.42,2.27,12,5.6,2.41,10,5.88,1.89,8,5.57,2.37,7,6.08,1.68,12,3.55,1.92,11,3.0,2.22,12,5.57,2.76,7,5.82,1.78,11,5.92,2.06,13,5.71,1.6,7,3.09,2.07,11,3.42,2.11,12,5.0,1.8,9,6.44,2.3,9
+rekindle,6.19,1.83,21,4.35,2.79,23,6.17,2.41,18,6.56,1.42,9,5.92,2.11,12,4.18,2.48,11,4.5,3.15,12,5.6,2.84,10,6.88,1.64,8,5.57,2.07,7,6.46,1.76,13,5.0,2.83,11,3.75,2.73,12,6.14,3.18,7,6.18,1.94,11,6.23,1.96,13,6.12,1.73,8,5.27,3.04,11,3.5,2.35,12,5.67,2.65,9,6.67,2.18,9
+relapse,2.91,1.8,22,4.05,2.5,19,3.62,2.27,21,2.4,1.14,5,3.0,2.0,16,4.0,2.83,8,4.09,2.39,11,4.0,2.49,10,3.27,2.1,11,2.58,1.24,12,3.3,2.31,10,5.3,2.11,10,2.67,2.24,9,3.08,1.83,12,4.33,2.69,9,2.09,1.22,11,3.73,1.95,11,3.88,2.53,8,4.18,2.6,11,4.22,2.54,9,3.17,2.04,12
+relate,6.05,1.8,21,3.64,2.23,25,6.0,1.7,19,6.11,1.76,9,6.0,1.91,12,4.17,2.04,6,3.39,2.35,18,5.43,1.51,7,6.33,1.78,12,6.12,1.78,16,5.8,2.05,5,3.5,2.47,14,3.7,2.06,10,5.89,1.76,9,6.1,1.73,10,6.25,2.01,12,5.78,1.56,9,3.94,2.29,16,3.11,2.15,9,5.73,1.85,11,6.38,1.51,8
+relation,5.84,1.68,19,4.36,2.28,22,5.75,1.57,24,4.67,1.86,6,6.38,1.33,13,5.42,2.19,12,3.1,1.73,10,5.88,1.36,8,5.69,1.7,16,6.2,1.23,10,5.44,2.07,9,4.78,2.33,9,4.08,2.29,13,5.53,1.66,17,6.5,1.22,6,6.12,1.36,8,5.64,1.91,11,4.22,1.09,9,4.46,2.88,13,5.69,1.82,16,5.88,0.99,8
+relationship,7.83,1.38,18,5.0,3.16,20,5.83,2.23,18,6.88,1.46,8,8.6,0.7,10,5.29,3.5,7,4.85,3.11,13,5.55,2.62,11,6.29,1.5,7,7.27,1.49,11,8.71,0.49,7,4.78,3.77,9,5.18,2.75,11,6.36,2.06,11,5.0,2.38,7,7.58,1.56,12,8.33,0.82,6,4.42,3.4,12,5.88,2.75,8,6.0,2.29,9,5.67,2.29,9
+relative,5.9,2.07,21,3.86,1.86,22,4.81,2.2,21,5.67,2.06,9,6.08,2.15,12,3.67,1.97,6,3.87,1.92,15,3.2,2.28,5,5.31,1.99,16,5.11,2.52,9,6.5,1.51,12,5.0,1.58,5,3.53,1.84,17,5.0,2.21,10,4.64,2.29,11,5.67,2.46,12,6.22,1.48,9,3.78,1.72,9,3.92,2.02,13,4.82,2.6,11,4.8,1.81,10
+relativity,5.8,2.02,20,3.38,1.99,21,5.28,2.23,25,5.5,3.51,4,5.88,1.63,16,3.75,2.75,4,3.29,1.86,17,5.33,2.35,9,5.25,2.24,16,5.62,1.6,8,5.92,2.31,12,3.8,2.04,10,3.0,1.95,11,5.14,2.03,14,5.45,2.54,11,6.0,1.67,11,5.56,2.46,9,3.2,1.87,10,3.55,2.16,11,5.78,2.21,18,4.0,1.83,7
+relax,7.82,2.04,22,2.38,2.13,21,6.94,2.15,18,7.33,1.86,6,8.0,2.2,15,2.0,2.24,7,2.57,2.14,14,6.0,2.24,9,7.88,1.81,8,7.36,2.44,14,8.71,0.49,7,3.44,2.88,9,1.58,0.79,12,7.0,2.49,10,6.88,1.81,8,8.0,1.62,14,7.5,2.73,8,3.33,3.27,6,2.0,1.46,15,7.2,2.57,10,6.62,1.6,8
+relaxation,8.0,1.54,17,3.15,2.32,20,7.12,1.45,25,8.4,0.55,5,7.83,1.8,12,2.45,2.34,11,4.0,2.12,9,7.25,1.44,16,6.89,1.54,9,8.29,1.5,7,7.8,1.62,10,3.78,2.77,9,2.64,1.86,11,7.2,1.47,20,6.8,1.48,5,7.88,1.81,8,8.11,1.36,9,3.36,2.66,11,2.89,1.96,9,6.95,1.54,19,7.67,1.03,6
+relaxed,7.25,1.92,40,2.49,2.51,39,7.09,2.03,44,7.14,2.07,14,7.31,1.87,26,2.5,2.66,16,2.48,2.47,23,7.25,1.97,20,6.96,2.12,24,6.89,2.22,18,7.55,1.63,22,2.84,2.85,19,2.15,2.16,20,6.74,2.32,23,7.48,1.63,21,6.65,2.35,20,7.85,1.14,20,2.76,2.74,21,2.17,2.26,18,7.26,1.91,23,6.9,2.19,21
+relaxing,8.19,0.93,21,4.29,3.07,24,7.33,1.56,21,7.88,1.13,8,8.38,0.77,13,5.31,3.35,13,3.09,2.3,11,7.17,1.59,12,7.56,1.59,9,8.38,0.92,8,8.08,1.0,12,4.57,3.03,14,3.9,3.25,10,7.25,1.71,12,7.44,1.42,9,8.2,0.92,10,8.18,0.98,11,4.53,3.22,17,3.71,2.81,7,7.2,1.81,10,7.45,1.37,11
+relay,4.86,1.82,21,4.25,2.0,20,5.81,1.72,21,5.0,0.63,6,4.8,2.14,15,3.88,1.96,8,4.5,2.07,12,6.36,1.5,11,5.2,1.81,10,4.67,1.63,6,4.93,1.94,15,4.2,1.87,10,4.3,2.21,10,5.43,1.83,14,6.57,1.27,7,4.71,1.8,7,4.93,1.9,14,4.21,2.33,14,4.33,1.03,6,5.75,1.66,12,5.89,1.9,9
+release,6.64,1.65,22,4.55,2.46,20,6.37,2.29,19,6.38,1.61,13,7.0,1.73,9,4.43,2.57,7,4.62,2.5,13,6.57,1.62,7,6.25,2.67,12,6.83,1.53,12,6.4,1.84,10,4.44,2.55,9,4.64,2.5,11,5.6,2.37,10,7.22,1.99,9,7.08,1.51,12,6.1,1.73,10,5.43,1.99,7,4.08,2.63,13,6.43,2.44,7,6.33,2.31,12
+relentless,5.0,2.16,19,4.74,2.28,19,5.88,2.23,24,5.85,1.95,13,3.17,1.33,6,5.4,2.88,5,4.5,2.1,14,6.46,2.07,13,5.18,2.32,11,6.0,2.69,9,4.1,0.99,10,5.57,2.94,7,4.25,1.76,12,5.73,2.24,11,6.0,2.31,13,4.11,1.9,9,5.8,2.15,10,4.4,2.22,10,5.11,2.42,9,7.11,1.83,9,5.13,2.17,15
+relevance,5.7,1.49,20,4.84,2.27,19,5.73,1.66,26,5.55,1.57,11,5.89,1.45,9,5.57,0.98,7,4.42,2.71,12,5.15,1.34,13,6.31,1.8,13,5.64,1.86,11,5.78,0.97,9,4.6,2.46,10,5.11,2.15,9,6.06,1.89,17,5.11,0.93,9,5.3,1.83,10,6.1,0.99,10,4.92,2.35,12,4.71,2.29,7,5.56,1.79,16,6.0,1.49,10
+relevant,5.84,1.8,19,2.95,1.69,21,5.74,1.56,19,6.0,1.0,3,5.81,1.94,16,3.5,2.07,6,2.73,1.53,15,6.5,1.52,6,5.38,1.5,13,5.2,0.63,10,6.56,2.4,9,2.71,1.11,7,3.07,1.94,14,6.2,1.81,10,5.22,1.09,9,5.25,1.91,8,6.27,1.68,11,2.78,1.3,9,3.08,1.98,12,6.71,1.7,7,5.17,1.19,12
+reliable,7.3,1.34,20,3.76,2.57,21,6.72,1.95,25,7.67,1.53,3,7.24,1.35,17,4.86,2.97,7,3.15,2.34,13,6.5,1.93,8,6.82,2.01,17,7.43,1.4,7,7.23,1.36,13,4.29,2.5,7,3.46,2.76,13,6.71,1.77,14,6.73,2.24,11,6.89,1.36,9,7.64,1.29,11,4.27,2.53,11,3.2,2.62,10,6.5,2.07,18,7.29,1.6,7
+relic,6.0,1.25,19,4.0,2.37,22,5.7,2.27,27,6.14,1.46,7,5.92,1.16,12,4.1,2.42,10,3.92,2.43,12,6.0,2.27,15,5.45,2.38,11,5.9,1.2,10,6.11,1.36,9,4.78,1.79,9,3.46,2.63,13,6.0,2.57,17,5.33,1.66,9,6.0,1.29,13,6.0,1.26,6,3.81,2.23,16,4.5,2.88,6,5.83,2.72,12,5.6,1.92,15
+relief,6.63,1.54,19,4.42,2.87,24,5.64,2.31,28,6.12,1.13,8,7.0,1.73,11,4.0,2.5,9,4.67,3.13,15,5.79,2.69,14,5.5,1.95,14,6.67,1.5,9,6.6,1.65,10,5.17,2.95,12,3.67,2.71,12,5.36,2.47,14,5.93,2.2,14,6.7,1.57,10,6.56,1.59,9,4.5,2.84,12,4.33,3.03,12,5.42,2.43,12,5.81,2.29,16
+relieve,7.25,1.59,20,3.9,2.31,20,6.62,2.14,26,7.45,1.29,11,7.0,1.94,9,4.71,2.06,7,3.46,2.4,13,6.0,2.31,13,7.23,1.83,13,7.91,1.38,11,6.44,1.51,9,4.27,2.41,11,3.44,2.24,9,6.82,1.85,17,6.22,2.68,9,7.2,1.93,10,7.3,1.25,10,3.5,2.28,12,4.5,2.39,8,6.88,1.89,16,6.2,2.53,10
+religion,5.42,3.08,19,5.0,2.68,23,4.42,2.43,19,5.11,3.06,9,5.7,3.23,10,5.29,2.5,7,4.87,2.92,15,3.6,2.32,10,5.33,2.35,9,5.0,3.71,9,5.8,2.53,10,6.4,2.72,10,3.83,2.25,12,3.25,1.28,8,5.7,2.5,10,6.0,2.89,12,4.43,3.36,7,4.6,2.6,20,7.67,1.53,3,3.38,1.85,8,5.18,2.6,11
+religious,5.2,2.19,20,4.63,2.95,19,6.23,2.3,26,4.91,2.17,11,5.56,2.3,9,5.86,2.27,7,3.92,3.15,12,6.62,1.39,13,5.85,2.97,13,4.82,2.52,11,5.67,1.73,9,4.8,3.05,10,4.44,3.0,9,6.71,2.02,17,5.33,2.65,9,5.0,2.05,10,5.4,2.41,10,4.0,2.7,12,5.71,3.25,7,6.25,2.14,16,6.2,2.66,10
+relinquish,3.74,1.69,19,4.5,1.99,22,4.42,2.3,24,3.33,1.97,6,3.92,1.61,13,4.83,1.59,12,4.1,2.42,10,6.0,2.93,8,3.62,1.45,16,3.9,1.79,10,3.56,1.67,9,5.67,1.32,9,3.69,2.02,13,4.29,2.31,17,4.83,2.64,6,4.25,1.67,8,3.36,1.69,11,3.78,1.99,9,5.0,1.91,13,4.62,2.28,16,4.0,2.45,8
+relish,4.55,1.61,20,4.45,1.9,22,5.56,2.01,18,4.11,1.69,9,4.91,1.51,11,2.6,1.95,5,5.06,1.57,16,5.5,2.74,6,5.58,1.68,12,4.43,1.7,14,4.83,1.47,6,4.42,1.88,12,4.56,2.13,9,4.67,0.87,9,6.44,2.46,9,4.5,1.58,10,4.6,1.71,10,4.17,1.8,12,4.8,2.04,10,6.33,1.75,6,5.17,2.08,12
+relive,5.89,1.76,19,4.22,2.15,23,5.47,2.27,19,5.78,1.48,9,6.0,2.05,10,4.29,2.14,7,4.13,2.29,15,5.4,2.37,10,5.56,2.3,9,6.44,1.81,9,5.4,1.65,10,4.7,2.36,10,3.75,2.05,12,5.12,1.81,8,5.6,2.72,10,5.92,1.78,12,5.86,1.86,7,4.5,2.12,20,2.33,1.53,3,5.38,1.92,8,5.55,2.58,11
+reload,5.13,1.84,23,4.27,2.8,22,5.95,2.31,20,6.0,1.93,8,4.67,1.68,15,5.3,3.09,10,3.42,2.31,12,6.86,2.54,7,5.46,2.11,13,5.25,2.14,12,5.0,1.55,11,3.82,2.6,11,4.73,3.04,11,6.2,2.46,15,5.2,1.79,5,4.91,2.26,11,5.33,1.44,12,4.9,2.73,10,3.75,2.86,12,6.3,1.89,10,5.6,2.72,10
+relocate,4.05,1.65,19,4.38,2.2,21,5.3,2.41,20,4.67,0.58,3,3.94,1.77,16,4.33,2.34,6,4.4,2.23,15,5.5,2.17,6,5.21,2.58,14,4.4,1.78,10,3.67,1.5,9,4.86,2.34,7,4.14,2.18,14,5.1,2.18,10,5.5,2.72,10,4.38,1.51,8,3.82,1.78,11,4.33,2.45,9,4.42,2.11,12,4.38,3.02,8,5.92,1.78,12
+relocation,4.63,1.86,19,4.2,2.21,20,5.17,2.16,24,4.92,1.93,13,4.0,1.67,6,5.0,2.55,5,3.93,2.12,15,5.38,1.98,13,4.91,2.43,11,5.22,2.39,9,4.1,1.1,10,5.14,2.73,7,3.69,1.8,13,5.27,2.05,11,5.08,2.33,13,3.89,2.03,9,5.3,1.49,10,4.0,1.94,10,4.4,2.55,10,5.56,2.46,9,4.93,2.02,15
+reluctance,4.05,1.47,19,4.42,2.45,24,4.32,2.07,28,4.5,1.31,8,3.73,1.56,11,4.44,2.51,9,4.4,2.5,15,4.07,1.82,14,4.57,2.34,14,3.56,1.13,9,4.5,1.65,10,4.0,2.22,12,4.83,2.69,12,3.5,1.99,14,5.14,1.88,14,4.4,1.65,10,3.67,1.22,9,4.25,2.49,12,4.58,2.5,12,3.92,1.68,12,4.62,2.33,16
+reluctant,3.76,1.55,21,3.6,2.41,20,5.16,2.46,19,4.67,2.25,6,3.4,1.06,15,3.25,2.12,8,3.83,2.66,12,4.67,2.5,12,6.0,2.31,7,4.22,1.99,9,3.42,1.08,12,3.56,2.4,9,3.64,2.54,11,5.43,2.07,7,5.0,2.73,12,4.2,1.99,10,3.36,0.92,11,3.46,2.44,13,3.86,2.54,7,5.4,3.1,10,4.89,1.62,9
+rely,5.76,1.61,21,3.8,2.35,25,5.05,2.97,19,5.56,1.01,9,5.92,1.98,12,3.67,2.25,6,3.89,2.49,18,3.0,2.24,7,6.25,2.73,12,5.56,1.63,16,6.4,1.52,5,4.21,2.39,14,3.3,2.41,10,3.78,3.35,9,6.2,2.15,10,6.08,1.44,12,5.33,1.8,9,3.94,2.32,16,3.56,2.51,9,4.82,3.16,11,5.38,2.88,8
+remain,5.68,1.39,22,3.2,1.99,20,6.58,2.22,19,5.69,1.49,13,5.67,1.32,9,4.14,2.41,7,2.69,1.6,13,6.71,1.98,7,6.5,2.43,12,5.83,1.47,12,5.5,1.35,10,3.67,2.24,9,2.82,1.78,11,6.4,2.12,10,6.78,2.44,9,5.83,1.59,12,5.5,1.18,10,4.43,1.72,7,2.54,1.85,13,7.57,1.81,7,6.0,2.3,12
+remainder,5.63,1.12,19,4.18,2.48,22,5.27,2.37,22,6.0,1.41,9,5.3,0.67,10,5.38,2.33,8,3.5,2.38,14,5.09,2.51,11,5.45,2.34,11,5.57,0.98,7,5.67,1.23,12,4.2,2.15,10,4.17,2.82,12,5.15,2.48,13,5.44,2.35,9,5.8,1.4,10,5.44,0.73,9,3.5,2.2,8,4.57,2.62,14,5.14,2.6,14,5.5,2.07,8
+remaining,5.2,1.74,20,3.57,2.23,23,4.76,2.0,21,5.2,2.49,5,5.2,1.52,15,4.33,2.1,12,2.73,2.15,11,4.64,2.29,11,4.44,1.01,9,5.18,2.27,11,5.22,0.83,9,3.31,2.44,16,4.14,1.68,7,4.36,1.8,11,5.2,2.2,10,5.17,1.59,12,5.25,2.05,8,3.79,2.2,19,2.5,2.38,4,4.64,1.95,14,5.0,2.24,7
+remake,4.53,1.7,17,3.16,2.14,19,5.84,1.25,25,5.4,1.52,5,4.17,1.7,12,3.36,2.06,11,2.88,2.36,8,5.69,1.2,16,6.11,1.36,9,5.0,2.28,6,4.27,1.35,11,2.38,2.0,8,3.73,2.15,11,5.95,1.32,20,5.4,0.89,5,4.44,1.74,9,4.62,1.77,8,3.0,1.89,10,3.33,2.5,9,5.63,1.21,19,6.5,1.22,6
+remark,5.05,1.75,19,3.0,2.27,20,6.3,2.03,20,5.0,0.0,3,5.33,1.63,15,3.1,2.42,10,2.9,2.23,10,6.2,2.2,10,6.4,1.96,10,5.5,2.59,6,5.17,0.58,12,2.57,2.3,7,3.23,2.31,13,5.12,2.1,8,7.08,1.62,12,5.17,1.4,12,4.86,2.34,7,3.3,2.41,10,2.7,2.21,10,6.22,2.44,9,6.36,1.75,11
+remarkable,7.18,1.88,17,4.3,2.03,20,5.64,1.75,25,8.0,0.82,4,6.92,2.06,13,3.82,2.14,11,4.89,1.83,9,5.5,1.97,16,5.89,1.36,9,7.0,2.45,6,7.27,1.62,11,3.78,1.72,9,4.73,2.24,11,5.6,1.9,20,5.8,1.1,5,7.0,2.33,8,7.33,1.5,9,4.64,1.8,11,3.89,2.32,9,5.26,1.79,19,6.83,0.98,6
+remarry,5.52,1.78,21,4.58,3.05,24,5.7,2.45,20,4.75,1.75,8,6.0,1.68,13,5.83,2.48,6,4.17,3.17,18,5.82,2.18,11,5.56,2.88,9,6.25,1.82,12,4.56,1.24,9,5.5,2.8,10,3.93,3.15,14,5.54,2.44,13,6.0,2.65,7,5.79,2.04,14,5.0,1.0,7,4.69,3.24,16,4.38,2.83,8,5.5,2.24,12,6.0,2.88,8
+rematch,5.95,1.61,20,4.82,2.11,22,6.57,1.6,21,6.22,1.56,9,5.73,1.68,11,5.64,2.16,11,4.0,1.79,11,6.0,1.31,8,6.92,1.71,13,6.14,1.1,14,5.5,2.51,6,5.12,2.8,8,4.64,1.69,14,6.38,1.51,8,6.69,1.7,13,6.3,1.16,10,5.6,1.96,10,4.58,2.19,12,5.1,2.08,10,7.17,1.4,12,5.78,1.56,9
+remedial,4.05,2.2,19,3.4,2.14,20,4.5,2.63,16,5.0,0.0,3,4.0,2.39,15,3.1,2.02,10,3.7,2.31,10,4.14,2.34,7,4.78,2.95,9,3.17,1.47,6,4.67,2.39,12,3.0,1.63,7,3.62,2.4,13,2.0,1.73,5,5.64,2.16,11,4.42,2.47,12,3.43,1.62,7,4.0,2.21,10,2.8,1.99,10,4.0,2.93,8,5.0,2.39,8
+remedy,6.62,1.72,21,4.33,2.18,24,6.82,2.22,22,6.5,1.07,8,6.69,2.06,13,4.46,2.26,13,4.18,2.18,11,7.0,2.12,13,6.56,2.46,9,7.38,1.06,8,6.58,1.16,12,5.21,1.67,14,3.1,2.28,10,6.92,2.19,12,6.7,2.36,10,6.2,2.15,10,7.0,1.18,11,4.24,2.39,17,4.57,1.72,7,6.3,3.09,10,7.25,1.06,12
+remember,6.5,1.3,22,3.14,1.88,21,6.31,2.27,16,6.83,1.17,6,6.47,1.36,15,2.57,1.62,7,3.43,1.99,14,6.0,2.62,8,6.62,2.0,8,6.57,1.16,14,6.57,1.62,7,3.44,2.19,9,2.92,1.68,12,6.0,2.45,9,6.71,2.14,7,6.29,1.38,14,6.88,1.13,8,3.17,2.14,6,3.13,1.85,15,6.56,2.55,9,6.0,2.0,7
+remembrance,5.57,1.99,21,4.35,2.74,20,6.38,2.25,21,5.67,1.75,6,5.53,2.13,15,5.0,1.85,8,3.92,3.2,12,6.09,2.3,11,6.7,2.26,10,5.33,2.42,6,5.67,1.88,15,4.2,2.7,10,4.5,2.92,10,6.36,2.68,14,6.43,1.13,7,5.86,1.68,7,5.43,2.17,14,3.64,2.65,14,6.0,2.37,6,6.08,2.23,12,6.78,2.33,9
+remind,4.81,1.25,21,4.2,2.04,20,6.47,2.78,19,5.08,1.44,13,4.38,0.74,8,4.57,1.9,7,4.0,2.16,13,5.29,3.2,7,7.17,2.37,12,5.0,1.35,12,4.56,1.13,9,4.67,1.94,9,3.82,2.14,11,6.2,3.08,10,6.78,2.54,9,4.83,1.34,12,4.78,1.2,9,5.14,1.21,7,3.69,2.25,13,8.0,1.83,7,5.58,2.91,12
+reminder,6.0,1.77,22,3.48,2.25,21,6.33,1.74,21,5.93,2.09,14,6.12,1.13,8,3.64,2.54,11,3.56,1.94,9,5.67,1.63,6,6.6,1.76,15,5.4,1.96,10,6.5,1.51,12,3.0,2.14,11,4.0,2.36,10,6.15,1.68,13,6.62,1.92,8,5.92,1.78,12,6.1,1.85,10,3.31,2.59,13,3.75,1.67,8,5.75,1.71,12,7.11,1.54,9
+reminisce,6.67,1.74,21,4.09,2.17,23,6.04,2.07,26,6.45,1.57,11,6.9,1.97,10,4.64,2.5,11,3.58,1.78,12,5.64,2.06,11,6.5,2.07,14,7.1,1.73,10,6.27,1.74,11,4.73,2.49,11,3.5,1.73,12,6.0,2.12,17,6.38,2.07,8,6.77,1.92,13,6.5,1.51,8,4.47,2.33,15,3.38,1.77,8,6.0,2.32,17,6.11,1.62,9
+reminiscent,6.11,1.33,19,3.62,2.04,21,6.04,2.18,23,5.67,2.08,3,6.19,1.22,16,4.5,2.51,8,3.08,1.55,13,5.0,2.6,9,6.71,1.64,14,6.11,0.6,9,6.1,1.79,10,4.22,1.79,9,3.17,2.17,12,6.4,2.23,15,5.38,2.07,8,6.86,0.9,7,5.67,1.37,12,4.0,1.56,10,3.27,2.41,11,6.77,2.35,13,5.1,1.6,10
+remiss,4.29,1.06,21,3.0,2.17,23,5.4,1.9,20,4.38,1.06,8,4.23,1.09,13,4.0,2.0,5,2.72,2.19,18,5.64,2.11,11,5.11,1.69,9,4.0,0.95,12,4.67,1.12,9,3.44,2.55,9,2.71,1.94,14,5.69,2.14,13,4.86,1.35,7,4.36,1.08,14,4.14,1.07,7,3.8,2.21,15,1.5,1.07,8,5.33,1.72,12,5.5,2.27,8
+remission,5.19,2.23,21,3.65,2.27,23,4.1,2.0,21,4.0,1.87,5,5.56,2.25,16,4.42,2.11,12,2.82,2.23,11,3.73,1.74,11,4.11,2.03,9,5.25,2.38,12,5.11,2.15,9,3.56,1.97,16,3.86,3.02,7,4.27,1.19,11,3.9,2.69,10,5.0,2.42,13,5.5,2.0,8,3.63,2.36,19,3.75,2.06,4,3.71,1.59,14,4.86,2.61,7
+remodel,5.59,1.82,22,3.95,2.5,21,6.45,2.26,22,5.29,1.82,14,6.12,1.81,8,3.64,2.62,11,4.67,2.29,9,5.67,2.07,6,6.75,2.32,16,5.4,2.37,10,5.75,1.29,12,4.09,2.77,11,3.8,2.3,10,6.23,1.83,13,6.78,2.86,9,5.08,1.78,12,6.2,1.75,10,3.69,2.9,13,4.38,1.77,8,6.75,2.26,12,6.1,2.33,10
+remorse,3.63,2.14,19,4.29,2.17,21,4.57,2.61,23,4.33,1.15,3,3.5,2.28,16,5.25,1.83,8,3.69,2.21,13,5.56,2.74,9,3.93,2.4,14,3.89,2.52,9,3.4,1.84,10,3.89,1.36,9,4.58,2.64,12,5.13,2.64,15,3.5,2.33,8,4.57,2.3,7,3.08,1.93,12,4.3,2.21,10,4.27,2.24,11,4.54,3.13,13,4.6,1.9,10
+remote,5.42,1.61,19,3.5,2.16,20,5.54,2.48,24,5.54,1.94,13,5.17,0.41,6,4.4,2.88,5,3.2,1.9,15,6.0,2.65,13,5.0,2.28,11,6.11,2.03,9,4.8,0.79,10,3.57,2.57,7,3.46,2.03,13,4.73,2.69,11,6.23,2.17,13,5.78,1.64,9,5.1,1.6,10,3.5,1.96,10,3.5,2.46,10,6.56,2.4,9,4.93,2.4,15
+removal,4.26,1.76,19,3.86,2.17,22,4.91,1.88,23,3.5,1.64,6,4.62,1.76,13,4.17,2.25,12,3.5,2.12,10,4.88,1.73,8,4.93,2.02,15,4.1,1.45,10,4.44,2.13,9,5.0,2.06,9,3.08,1.93,13,4.88,2.12,17,5.0,1.22,5,4.25,1.04,8,4.27,2.2,11,2.89,2.03,9,4.54,2.07,13,5.2,1.9,15,4.38,1.85,8
+remove,4.21,1.23,19,3.11,2.03,18,4.56,2.37,16,4.55,1.13,11,3.75,1.28,8,3.25,2.06,4,3.07,2.09,14,3.43,2.07,7,5.44,2.3,9,4.75,1.16,8,3.82,1.17,11,3.29,1.8,7,3.0,2.24,11,3.67,1.86,6,5.1,2.56,10,4.31,1.38,13,4.0,0.89,6,2.82,2.27,11,3.57,1.62,7,4.0,2.19,6,4.9,2.51,10
+remover,4.67,0.86,21,3.0,2.24,23,5.42,2.46,19,4.88,0.83,8,4.54,0.88,13,4.0,1.79,6,2.65,2.32,17,5.82,2.18,11,4.88,2.85,8,4.58,1.0,12,4.78,0.67,9,3.78,2.64,9,2.5,1.87,14,5.46,2.73,13,5.33,1.97,6,4.5,0.94,14,5.0,0.58,7,3.44,2.39,16,2.0,1.53,7,5.17,2.37,12,5.86,2.73,7
+renal,4.0,1.33,18,3.77,2.94,22,4.42,2.04,19,3.83,1.47,6,4.08,1.31,12,3.91,3.21,11,3.64,2.8,11,4.75,2.76,8,4.18,1.4,11,4.27,0.9,11,3.57,1.81,7,3.91,3.02,11,3.64,3.01,11,4.0,2.0,13,5.33,1.97,6,4.08,1.08,12,3.83,1.83,6,4.07,3.2,14,3.25,2.55,8,4.56,2.01,9,4.3,2.16,10
+render,4.86,1.96,21,4.16,2.06,25,5.36,2.11,22,5.88,1.55,8,4.23,1.96,13,4.46,2.18,13,3.83,1.95,12,5.62,2.36,13,5.0,1.73,9,5.88,1.81,8,4.5,1.62,12,5.36,1.39,14,2.64,1.75,11,5.5,2.11,12,5.2,2.2,10,4.5,1.84,10,5.18,2.09,11,4.12,2.2,17,4.25,1.83,8,5.0,2.45,10,5.67,1.83,12
+rendezvous,6.3,1.13,20,5.1,2.76,21,6.17,1.83,24,5.33,0.58,3,6.47,1.12,17,5.29,3.09,7,5.31,2.53,13,5.5,0.93,8,6.5,2.1,16,5.57,0.79,7,6.69,1.11,13,5.14,2.61,7,5.38,2.79,13,6.14,1.99,14,6.2,1.69,10,6.0,1.0,9,6.55,1.21,11,5.64,2.62,11,4.5,2.92,10,6.5,1.82,18,5.17,1.6,6
+rendition,5.11,1.59,19,3.6,2.26,20,5.3,2.18,20,4.33,1.15,3,5.33,1.68,15,3.8,2.15,10,3.4,2.46,10,5.3,2.26,10,5.3,2.21,10,5.83,2.4,6,4.83,1.03,12,3.29,2.14,7,3.77,2.39,13,5.12,2.17,8,5.42,2.27,12,5.42,1.08,12,4.57,2.23,7,3.5,2.55,10,3.7,2.06,10,5.44,1.88,9,5.18,2.48,11
+renegade,4.53,1.9,19,4.86,2.83,22,5.53,2.17,19,5.0,1.55,6,4.31,2.06,13,5.36,2.8,11,4.36,2.91,11,5.88,2.59,8,5.27,1.9,11,4.73,2.0,11,4.25,1.83,8,5.27,2.2,11,4.45,3.42,11,5.69,1.93,13,5.17,2.79,6,4.92,1.89,13,3.67,1.75,6,4.21,2.75,14,6.0,2.78,8,5.56,2.24,9,5.5,2.22,10
+renegotiate,5.9,1.52,20,3.7,2.03,20,5.42,2.1,24,6.25,2.5,4,5.81,1.28,16,5.67,1.53,3,3.35,1.93,17,5.88,2.42,8,5.19,1.97,16,5.88,0.99,8,5.92,1.83,12,4.33,2.0,9,3.18,1.99,11,5.54,2.18,13,5.27,2.1,11,6.09,1.3,11,5.67,1.8,9,3.1,2.18,10,4.3,1.77,10,5.65,2.03,17,4.86,2.34,7
+renew,6.0,1.49,20,4.14,2.29,21,6.44,1.93,27,5.71,1.89,7,6.15,1.28,13,4.8,2.15,10,3.55,2.34,11,6.13,2.13,15,7.0,1.61,11,5.64,1.21,11,6.44,1.74,9,5.33,1.66,9,3.25,2.34,12,6.65,1.84,17,6.22,2.22,9,6.0,1.68,13,6.0,1.15,7,4.38,2.47,16,3.4,1.52,5,5.83,2.12,12,6.93,1.67,15
+renewal,5.86,1.98,21,5.23,2.29,22,6.14,2.24,21,5.6,2.88,5,5.94,1.73,16,5.45,2.34,11,5.0,2.32,11,5.45,2.34,11,7.22,1.79,9,6.0,2.37,12,5.67,1.41,9,5.2,2.48,15,5.29,1.98,7,5.64,2.29,11,6.7,2.16,10,6.15,1.57,13,5.38,2.56,8,5.56,2.33,18,3.75,1.5,4,6.14,2.18,14,6.14,2.54,7
+renounce,4.26,1.69,19,4.95,2.11,21,5.13,2.26,23,5.0,1.22,5,3.92,1.85,13,5.0,2.28,6,4.93,2.12,15,5.0,2.16,10,5.23,2.42,13,4.71,1.5,7,3.91,1.87,11,4.29,2.29,7,5.29,2.02,14,4.73,1.9,11,5.5,2.58,12,4.75,1.54,12,3.43,1.72,7,4.36,2.58,11,5.6,1.26,10,4.57,2.34,14,6.0,1.94,9
+renovation,5.63,1.21,19,4.67,2.59,21,6.05,1.54,19,5.67,0.58,3,5.62,1.31,16,4.17,1.94,6,4.87,2.85,15,6.17,1.17,6,6.0,1.73,13,5.3,1.16,10,6.0,1.22,9,4.14,1.57,7,4.93,3.0,14,6.5,1.58,10,5.56,1.42,9,5.5,1.2,8,5.73,1.27,11,3.78,2.44,9,5.33,2.61,12,6.5,1.93,8,5.73,1.19,11
+renown,5.83,1.38,18,2.95,1.96,20,5.83,1.95,24,6.4,1.67,5,5.62,1.26,13,3.09,2.12,11,2.78,1.86,9,5.75,2.14,16,6.0,1.6,8,5.43,1.27,7,6.09,1.45,11,2.11,1.76,9,3.64,1.91,11,5.95,2.11,20,5.25,0.5,4,5.44,1.24,9,6.22,1.48,9,2.73,2.0,11,3.22,1.99,9,5.44,1.92,18,7.0,1.67,6
+renowned,6.0,1.37,18,3.25,2.1,20,5.24,1.94,25,6.4,1.14,5,5.85,1.46,13,3.64,2.16,11,2.78,2.05,9,4.81,2.14,16,6.0,1.32,9,5.71,1.5,7,6.18,1.33,11,2.67,2.45,9,3.73,1.74,11,5.1,2.07,20,5.8,1.3,5,5.33,1.22,9,6.67,1.22,9,3.09,2.43,11,3.44,1.74,9,4.79,1.99,19,6.67,0.82,6
+rent,4.41,1.97,22,4.25,2.75,20,5.68,2.71,19,5.15,1.77,13,3.33,1.8,9,4.43,2.44,7,4.15,3.0,13,6.43,2.44,7,5.25,2.86,12,4.58,2.23,12,4.2,1.69,10,4.11,2.76,9,4.36,2.87,11,6.1,2.56,10,5.22,2.95,9,4.5,2.15,12,4.3,1.83,10,5.0,3.06,7,3.85,2.61,13,5.43,2.57,7,5.83,2.89,12
+rental,4.58,2.17,19,3.73,2.03,22,5.14,2.27,22,5.56,1.81,9,3.7,2.16,10,4.5,2.0,8,3.29,1.98,14,4.91,2.3,11,5.36,2.34,11,6.14,1.57,7,3.67,1.97,12,4.1,2.18,10,3.42,1.93,12,5.46,2.7,13,4.67,1.5,9,4.4,2.07,10,4.78,2.39,9,4.38,2.39,8,3.36,1.78,14,5.14,2.14,14,5.12,2.64,8
+reopen,5.75,1.16,20,4.14,2.37,21,5.68,1.97,25,5.67,0.58,3,5.76,1.25,17,3.57,2.57,7,4.62,2.29,13,4.88,2.1,8,6.06,1.85,17,5.71,1.11,7,5.77,1.24,13,5.0,2.83,7,3.85,2.12,13,5.21,1.97,14,6.27,1.9,11,5.89,1.27,9,5.64,1.12,11,4.73,2.49,11,3.5,2.17,10,5.56,2.23,18,6.0,1.15,7
+reorganize,5.67,1.77,21,4.16,2.54,25,6.22,2.24,18,5.33,1.12,9,5.92,2.15,12,3.67,2.5,6,4.33,2.68,18,5.0,2.1,6,6.83,2.12,12,5.88,1.5,16,5.0,2.55,5,3.71,2.46,14,4.8,2.78,10,5.33,2.5,9,7.11,1.62,9,5.08,1.73,12,6.44,1.59,9,4.62,2.58,16,3.33,2.4,9,6.2,2.66,10,6.25,1.75,8
+rep,4.86,1.98,21,3.95,2.87,20,5.2,2.18,35,4.62,2.72,8,5.0,1.47,13,6.0,3.08,5,3.27,2.55,15,5.18,1.89,11,5.21,2.34,24,5.08,2.47,13,4.5,0.76,8,4.08,2.75,12,3.75,3.24,8,5.55,2.24,20,4.73,2.09,15,4.0,2.1,11,5.8,1.4,10,3.55,3.01,11,4.44,2.79,9,5.18,2.34,22,5.23,1.96,13
+repaint,4.62,2.16,21,3.35,2.3,20,6.18,2.58,22,5.17,2.56,6,4.4,2.03,15,3.12,2.47,8,3.5,2.28,12,6.58,2.47,12,5.7,2.75,10,5.56,2.19,9,3.92,1.93,12,3.44,2.6,9,3.27,2.15,11,4.71,2.29,7,6.87,2.47,15,5.6,2.32,10,3.73,1.62,11,2.77,1.88,13,4.43,2.76,7,6.33,2.9,12,6.0,2.26,10
+repair,4.89,1.37,19,3.38,2.18,21,5.78,2.35,23,4.67,0.58,3,4.94,1.48,16,4.75,1.91,8,2.54,1.94,13,4.89,2.76,9,6.36,1.95,14,5.33,1.5,9,4.5,1.18,10,3.67,1.87,9,3.17,2.44,12,5.93,2.6,15,5.5,1.93,8,5.29,1.38,7,4.67,1.37,12,3.6,2.01,10,3.18,2.4,11,5.69,2.84,13,5.9,1.66,10
+repairman,5.0,1.86,20,3.83,2.28,18,5.18,2.08,22,5.0,1.0,5,5.0,2.1,15,4.17,1.47,6,3.67,2.64,12,5.0,1.63,10,5.33,2.46,12,5.3,0.95,10,4.7,2.5,10,4.1,2.28,10,3.5,2.39,8,5.27,2.2,11,5.09,2.07,11,4.92,1.73,12,5.12,2.17,8,2.78,2.28,9,4.89,1.83,9,5.09,2.21,11,5.27,2.05,11
+repay,5.18,1.84,22,3.65,2.33,23,5.94,1.89,18,5.0,0.93,8,5.0,2.04,13,3.25,2.12,8,3.86,2.57,14,6.17,2.23,6,5.73,1.85,11,4.38,1.77,8,5.38,1.56,13,4.33,2.92,9,3.21,1.85,14,5.67,1.21,6,6.08,2.19,12,5.09,1.97,11,5.27,1.79,11,3.56,2.6,9,3.71,2.23,14,6.13,1.77,15,5.0,2.65,3
+repeat,4.64,1.71,22,3.7,2.23,20,6.21,2.46,19,4.77,2.17,13,4.44,0.73,9,4.86,2.12,7,3.08,2.1,13,6.86,1.77,7,5.83,2.79,12,5.0,2.13,12,4.2,0.92,10,4.56,2.4,9,3.0,1.9,11,6.4,2.5,10,6.0,2.55,9,4.58,1.88,12,4.7,1.57,10,4.14,2.27,7,3.46,2.26,13,5.14,3.13,7,6.83,1.85,12
+repel,3.67,1.96,21,4.43,2.25,21,4.75,2.45,24,4.0,2.17,12,3.22,1.64,9,5.29,1.25,7,4.0,2.54,14,5.5,2.42,10,4.21,2.42,14,3.25,1.71,4,3.76,2.05,17,3.7,2.26,10,5.09,2.12,11,2.86,1.57,7,5.53,2.35,17,3.5,1.57,12,3.89,2.47,9,4.62,2.4,13,4.12,2.1,8,3.67,2.12,9,5.4,2.47,15
+repellent,4.73,2.19,22,4.65,2.12,23,5.37,2.09,19,5.25,1.67,8,4.15,2.3,13,5.75,2.43,8,4.14,1.79,14,4.71,1.89,7,5.64,2.25,11,5.25,2.38,8,4.15,1.91,13,4.78,2.49,9,4.57,1.95,14,5.14,2.54,7,5.5,1.88,12,5.09,2.55,11,4.36,1.8,11,3.67,2.0,9,5.29,2.02,14,5.38,1.96,16,5.33,3.21,3
+repent,4.4,2.48,20,4.25,2.27,20,4.41,2.24,22,5.0,2.24,7,4.08,2.63,13,4.89,2.03,9,3.73,2.41,11,5.0,3.22,6,4.19,1.83,16,4.3,2.95,10,4.67,2.12,9,3.5,2.39,8,4.75,2.14,12,4.93,2.34,15,3.29,1.6,7,4.36,2.29,11,4.44,2.83,9,3.92,2.19,12,4.75,2.43,8,4.73,2.45,11,4.09,2.07,11
+repentance,6.0,1.9,21,4.04,2.14,26,5.65,2.19,23,6.78,1.72,9,5.42,1.88,12,3.8,2.49,10,4.19,1.97,16,6.11,1.62,9,5.36,2.5,14,7.0,1.63,7,5.5,1.87,14,4.0,2.12,13,4.08,2.25,13,5.91,2.07,11,5.42,2.35,12,6.36,1.86,11,5.6,1.96,10,3.87,2.39,15,4.27,1.85,11,5.62,2.47,13,5.7,1.89,10
+repentant,4.95,2.15,19,3.98,2.28,42,5.13,2.33,54,5.67,1.53,3,4.81,2.26,16,3.4,1.8,15,4.3,2.48,27,5.03,2.26,32,5.19,2.5,21,4.5,1.27,10,5.44,2.83,9,4.39,2.25,18,3.67,2.3,24,5.39,2.51,31,4.68,2.06,22,5.0,2.0,8,4.91,2.34,11,3.88,2.46,24,4.11,2.08,18,5.15,2.51,26,5.11,2.2,28
+repertoire,5.47,1.98,19,3.27,1.93,22,5.96,1.76,24,5.0,2.28,6,5.69,1.89,13,3.75,2.01,12,2.7,1.77,10,6.0,2.0,8,5.94,1.69,16,5.5,1.65,10,5.44,2.4,9,4.0,1.87,9,2.77,1.88,13,5.59,1.66,17,7.17,1.72,6,5.25,1.91,8,5.64,2.11,11,2.78,1.79,9,3.62,2.02,13,5.62,1.86,16,6.62,1.41,8
+repetition,4.64,1.22,22,4.24,2.84,21,5.0,2.73,23,4.2,1.92,5,4.76,0.97,17,5.38,2.72,8,3.54,2.79,13,4.89,3.1,9,5.07,2.59,14,4.9,0.74,10,4.42,1.51,12,4.89,3.14,9,3.75,2.63,12,5.6,2.85,15,3.88,2.23,8,4.0,1.5,9,5.08,0.76,13,4.4,2.67,10,4.09,3.11,11,5.08,3.3,13,4.9,1.91,10
+repetitive,4.05,1.65,22,3.91,2.64,23,4.89,2.37,18,4.12,1.13,8,3.69,1.6,13,4.5,3.16,8,3.5,2.44,14,5.0,2.58,7,4.6,2.37,10,3.25,1.49,8,4.23,1.3,13,4.78,3.03,9,3.36,2.31,14,4.0,2.16,7,5.45,2.42,11,4.18,1.6,11,3.91,1.76,11,3.0,2.5,9,4.5,2.65,14,4.88,2.5,16,5.0,1.41,2
+rephrase,5.0,0.97,20,2.65,1.73,20,6.09,1.69,22,5.14,0.9,7,4.92,1.04,13,2.89,1.76,9,2.45,1.75,11,6.17,2.32,6,6.06,1.48,16,5.3,0.48,10,4.67,1.32,9,2.62,1.69,8,2.67,1.83,12,6.0,1.73,15,6.29,1.7,7,5.0,1.26,11,5.0,0.5,9,2.75,1.82,12,2.5,1.69,8,6.0,2.14,11,6.18,1.17,11
+replace,5.56,1.29,18,3.41,1.99,22,5.61,1.97,23,5.4,1.17,10,5.43,1.27,7,4.12,2.53,8,3.0,1.57,14,6.43,1.72,7,5.25,2.02,16,5.25,1.39,8,5.8,1.23,10,3.22,1.79,9,3.54,2.18,13,6.18,1.94,11,5.08,1.93,12,5.5,1.31,12,5.67,1.37,6,3.45,2.54,11,3.36,1.36,11,5.85,1.86,13,5.3,2.16,10
+replacement,5.45,1.57,20,4.24,1.95,21,4.84,2.25,25,5.64,1.03,11,5.22,2.11,9,4.43,1.51,7,4.14,2.18,14,4.8,2.3,10,4.87,2.29,15,5.25,2.63,4,5.5,1.32,16,4.6,2.17,10,3.91,1.76,11,4.0,2.16,7,5.17,2.26,18,5.83,1.95,12,4.88,0.35,8,4.0,1.91,13,4.62,2.07,8,3.44,1.81,9,5.62,2.13,16
+replay,5.74,1.73,19,4.05,2.21,22,5.47,2.14,19,5.44,2.01,9,6.0,1.49,10,4.14,2.41,7,4.07,2.27,14,5.8,2.44,10,5.11,1.83,9,6.33,2.06,9,5.2,1.23,10,4.3,2.58,10,3.91,2.02,11,4.75,1.91,8,5.8,2.25,10,6.17,1.47,12,5.0,2.0,7,3.9,2.13,20,5.5,3.54,2,5.38,2.13,8,5.55,2.25,11
+replenish,6.9,1.45,20,3.5,2.06,24,6.36,1.93,28,6.88,1.36,8,6.92,1.56,12,3.44,2.46,9,3.53,1.88,15,6.29,2.05,14,6.43,1.87,14,7.33,1.5,9,6.55,1.37,11,3.67,2.27,12,3.33,1.92,12,6.29,2.05,14,6.43,1.87,14,7.2,1.32,10,6.6,1.58,10,4.25,2.01,12,2.75,1.91,12,6.67,2.15,12,6.12,1.78,16
+replica,5.4,1.1,20,3.5,1.64,20,4.86,1.32,22,5.71,1.6,7,5.23,0.73,13,4.11,1.76,9,3.0,1.41,11,5.67,1.97,6,4.56,0.89,16,5.3,0.48,10,5.22,1.3,9,3.62,2.0,8,3.42,1.44,12,5.2,1.37,15,4.14,0.9,7,5.55,1.37,11,5.22,0.67,9,3.33,1.97,12,3.75,1.04,8,5.36,1.57,11,4.36,0.81,11
+replicate,4.95,0.71,19,3.9,2.12,21,5.96,1.9,25,5.67,0.58,3,4.81,0.66,16,4.14,2.27,7,3.92,2.14,13,5.88,1.73,8,6.0,2.03,17,5.14,0.69,7,4.83,0.72,12,4.86,1.86,7,3.54,2.18,13,6.21,2.04,14,5.64,1.75,11,4.88,0.99,8,5.0,0.45,11,4.36,2.34,11,3.4,1.84,10,6.11,2.03,18,5.57,1.62,7
+reply,6.15,1.35,20,3.44,2.08,25,6.79,2.2,19,6.11,1.27,9,6.18,1.47,11,3.17,2.14,6,3.5,2.18,18,5.71,2.75,7,7.42,1.62,12,6.27,1.44,15,5.8,1.1,5,3.0,2.0,14,4.0,2.26,10,6.78,2.49,9,6.8,2.04,10,6.33,1.44,12,5.88,1.25,8,3.81,2.07,16,2.78,2.05,9,6.82,2.64,11,6.75,1.58,8
+report,4.77,1.34,22,3.52,1.91,21,4.94,1.76,18,4.83,0.75,6,4.73,1.58,15,3.71,1.98,7,3.43,1.95,14,5.44,1.88,9,4.12,1.36,8,4.86,1.23,14,4.57,1.72,7,3.44,2.01,9,3.58,1.93,12,5.4,1.9,10,4.38,1.51,8,4.5,1.34,14,5.25,1.28,8,5.17,2.4,6,2.87,1.25,15,4.7,1.95,10,5.25,1.58,8
+reporter,4.57,1.83,21,3.17,2.19,23,5.17,2.62,18,4.56,2.55,9,4.58,1.16,12,3.45,2.21,11,2.92,2.23,12,5.1,2.77,10,5.25,2.6,8,4.86,2.41,7,4.38,1.61,13,3.91,2.39,11,2.5,1.83,12,5.0,3.0,7,5.27,2.49,11,4.38,2.18,13,4.88,1.13,8,3.18,2.23,11,3.17,2.25,12,4.89,2.71,9,5.44,2.65,9
+repose,5.0,1.6,22,2.48,1.54,21,5.68,2.06,22,5.0,1.36,14,5.0,2.07,8,2.45,1.57,11,2.56,1.67,9,5.0,1.41,6,5.94,2.24,16,5.2,1.93,10,4.83,1.34,12,2.64,1.69,11,2.3,1.42,10,5.0,1.73,13,6.67,2.18,9,5.67,1.72,12,4.2,1.03,10,2.46,1.71,13,2.5,1.31,8,4.83,1.99,12,6.7,1.7,10
+reposition,5.05,1.28,21,3.6,2.54,20,4.55,2.18,22,5.83,1.6,6,4.73,1.03,15,4.75,2.82,8,2.83,2.12,12,4.67,2.46,12,4.4,1.9,10,5.56,1.67,9,4.67,0.78,12,4.33,2.45,9,3.0,2.57,11,3.86,2.19,7,4.87,2.17,15,5.6,1.43,10,4.55,0.93,11,3.38,2.4,13,4.0,2.94,7,4.58,2.47,12,4.5,1.9,10
+repossess,3.0,1.7,19,4.33,2.5,21,4.2,2.28,20,4.33,0.58,3,2.75,1.73,16,4.5,2.74,6,4.27,2.49,15,4.5,2.17,6,4.07,2.4,14,3.2,1.81,10,2.78,1.64,9,4.0,2.31,7,4.5,2.65,14,4.0,2.45,10,4.4,2.22,10,3.38,1.77,8,2.73,1.68,11,4.0,2.55,9,4.58,2.54,12,4.25,3.15,8,4.17,1.64,12
+reprehensible,4.43,2.23,21,3.96,2.14,23,3.5,1.85,20,5.8,2.77,5,4.0,1.93,16,4.5,2.15,12,3.36,2.06,11,3.64,2.2,11,3.12,1.36,8,4.75,2.3,12,4.0,2.18,9,3.81,1.94,16,4.29,2.69,7,3.18,1.17,11,3.89,2.47,9,4.69,2.18,13,4.0,2.39,8,4.05,2.22,19,3.5,1.91,4,3.62,2.06,13,3.29,1.5,7
+represent,5.43,1.12,21,3.86,1.77,21,6.12,2.47,25,5.75,1.22,12,5.0,0.87,9,4.71,2.06,7,3.43,1.5,14,5.5,2.64,10,6.53,2.36,15,5.0,0.0,4,5.53,1.23,17,3.9,2.28,10,3.82,1.25,11,5.71,3.15,7,6.28,2.24,18,5.58,1.38,12,5.22,0.67,9,3.85,1.82,13,3.88,1.81,8,5.11,2.71,9,6.69,2.21,16
+representation,4.86,2.23,22,4.36,2.5,22,5.8,2.53,20,5.62,2.2,8,4.43,2.21,14,4.9,2.47,10,3.92,2.54,12,7.29,2.43,7,5.0,2.27,13,5.0,2.37,11,4.73,2.2,11,4.27,2.28,11,4.45,2.81,11,5.87,2.47,15,5.6,2.97,5,3.9,1.79,10,5.67,2.31,12,4.7,2.31,10,4.08,2.71,12,6.0,1.89,10,5.6,3.13,10
+representative,5.26,1.94,23,3.73,2.39,22,6.05,1.96,19,5.88,1.96,8,4.93,1.91,15,3.1,1.52,10,4.25,2.9,12,7.0,1.41,7,5.5,2.07,12,5.75,1.76,12,4.73,2.05,11,3.36,2.42,11,4.09,2.43,11,6.36,1.6,14,5.2,2.77,5,4.18,1.66,11,6.25,1.66,12,4.9,2.73,10,2.75,1.6,12,6.33,1.32,9,5.8,2.44,10
+Representative,4.32,1.7,22,4.23,2.72,22,4.68,2.24,19,5.12,1.46,8,4.08,1.55,13,4.14,3.08,7,4.21,2.75,14,4.57,2.57,7,4.73,2.24,11,4.38,1.3,8,4.54,1.76,13,4.75,3.33,8,3.93,2.4,14,3.43,1.51,7,5.42,2.31,12,4.55,1.57,11,4.09,1.87,11,3.33,2.87,9,4.85,2.54,13,4.94,2.24,16,3.33,2.08,3
+repressed,3.47,1.78,19,3.24,2.23,21,4.35,2.44,23,3.36,1.75,11,4.0,1.73,7,4.14,2.73,7,2.79,1.89,14,4.57,2.44,7,4.25,2.52,16,4.0,2.07,8,3.09,1.51,11,1.88,1.25,8,4.08,2.33,13,4.55,2.11,11,4.17,2.79,12,3.17,1.75,12,4.0,1.83,7,2.73,2.2,11,3.8,2.25,10,4.85,2.85,13,3.7,1.7,10
+repression,2.81,1.57,21,4.15,2.68,20,4.14,2.14,22,2.83,2.23,6,2.8,1.32,15,4.75,2.76,8,3.75,2.67,12,4.08,2.39,12,4.2,1.93,10,3.56,1.81,9,2.25,1.14,12,4.56,2.79,9,3.82,2.68,11,4.43,1.81,7,4.0,2.33,15,3.2,1.4,10,2.45,1.69,11,3.69,2.69,13,5.0,2.65,7,3.75,2.38,12,4.6,1.84,10
+reprieve,4.95,1.53,22,3.92,2.13,26,5.67,1.81,24,4.56,1.81,9,5.23,1.3,13,4.1,2.73,10,3.81,1.76,16,5.0,1.5,9,6.07,1.91,15,5.5,1.31,8,4.64,1.6,14,4.69,2.21,13,3.15,1.82,13,5.58,1.16,12,5.75,2.34,12,5.0,1.41,12,4.9,1.73,10,3.93,2.43,15,3.91,1.76,11,6.23,1.54,13,5.0,1.95,11
+reprimand,2.67,1.24,21,4.86,2.35,21,3.32,2.25,25,3.0,1.28,12,2.22,1.09,9,5.0,2.38,7,4.79,2.42,14,3.0,2.0,10,3.53,2.45,15,1.5,0.58,4,2.94,1.2,17,4.1,2.23,10,5.55,2.34,11,2.57,1.81,7,3.61,2.38,18,2.5,1.31,12,2.89,1.17,9,4.62,2.33,13,5.25,2.49,8,2.56,1.67,9,3.75,2.46,16
+reproach,5.26,2.1,19,4.3,2.46,23,5.11,1.66,19,4.89,1.9,9,5.6,2.32,10,3.86,2.73,7,4.6,2.44,15,5.2,1.93,10,5.0,1.41,9,5.89,2.57,9,4.7,1.49,10,5.0,2.71,10,3.83,2.29,12,4.25,0.89,8,5.6,1.9,10,6.08,2.15,12,3.86,1.07,7,4.0,2.49,20,6.33,0.58,3,4.38,1.3,8,5.64,1.75,11
+reproduce,5.63,1.64,19,4.61,2.03,18,4.88,2.5,17,5.55,1.51,11,5.75,1.91,8,5.5,1.91,4,4.36,2.06,14,5.75,2.49,8,4.11,2.37,9,5.62,1.77,8,5.64,1.63,11,4.71,1.89,7,4.55,2.21,11,3.5,2.43,6,5.64,2.29,11,5.62,1.71,13,5.67,1.63,6,4.36,2.16,11,5.0,1.91,7,5.14,2.41,7,4.7,2.67,10
+reproduction,6.67,1.53,21,4.71,2.65,21,5.45,2.04,22,7.44,1.01,9,6.08,1.62,12,4.5,2.81,6,4.5,2.5,14,6.0,2.45,6,5.25,1.91,16,6.11,1.69,9,7.08,1.31,12,6.4,3.29,5,4.19,2.29,16,5.55,2.02,11,5.36,2.16,11,6.75,1.71,12,6.56,1.33,9,5.25,2.25,8,4.38,2.9,13,5.58,2.02,12,5.3,2.16,10
+reproductive,5.68,2.19,19,4.83,2.06,23,4.74,1.85,19,5.56,0.73,9,5.8,3.01,10,5.86,2.04,7,4.53,1.92,15,4.8,1.4,10,4.67,2.35,9,6.0,1.94,9,5.4,2.46,10,4.5,1.96,10,5.33,2.06,12,4.62,1.69,8,4.9,2.13,10,5.33,2.53,12,6.29,1.38,7,4.75,2.05,20,5.33,2.52,3,4.88,1.64,8,4.64,2.06,11
+reprogram,5.52,1.21,21,3.71,2.91,24,6.0,2.49,20,5.88,0.83,8,5.31,1.38,13,4.67,2.73,6,3.39,2.97,18,6.64,2.34,11,5.22,2.59,9,5.58,1.38,12,5.44,1.01,9,3.9,2.92,10,3.57,3.01,14,6.54,2.47,13,5.0,2.38,7,5.57,1.4,14,5.43,0.79,7,4.38,2.78,16,2.38,2.88,8,6.17,2.55,12,5.75,2.55,8
+reptile,4.58,2.41,19,5.89,2.4,18,4.55,2.24,20,4.67,2.34,6,4.54,2.54,13,6.67,1.97,6,5.5,2.58,12,5.33,1.63,6,4.21,2.42,14,5.2,1.32,10,3.89,3.18,9,6.6,1.65,10,5.0,2.98,8,5.1,2.42,10,4.0,2.0,10,4.62,2.67,8,4.55,2.34,11,5.56,3.09,9,6.22,1.56,9,5.5,2.73,8,3.92,1.68,12
+republic,4.8,1.4,20,3.48,2.23,21,5.16,2.53,25,4.67,0.58,3,4.82,1.51,17,3.0,2.24,7,3.69,2.36,13,5.5,2.27,8,5.0,2.69,17,5.29,1.25,7,4.54,1.45,13,3.57,2.37,7,3.38,2.33,13,4.36,2.53,14,6.18,2.23,11,4.67,0.87,9,4.91,1.76,11,3.82,2.48,11,3.1,1.97,10,4.94,2.75,18,5.71,1.89,7
+republican,4.26,2.02,19,3.11,1.84,18,5.4,3.0,15,4.27,2.05,11,4.25,2.12,8,3.25,2.63,4,3.07,1.69,14,4.5,3.08,6,6.0,2.96,9,3.12,1.96,8,5.09,1.7,11,3.14,1.46,7,3.09,2.12,11,7.0,2.92,5,4.6,2.84,10,4.0,1.91,13,4.83,2.32,6,2.27,1.62,11,4.43,1.4,7,4.71,3.3,7,6.0,2.78,8
+repugnant,2.83,1.62,18,3.64,2.56,22,4.04,2.2,23,2.91,1.81,11,2.83,1.47,6,3.88,3.0,8,3.5,2.38,14,5.0,2.0,7,3.62,2.22,16,3.38,1.92,8,2.4,1.26,10,3.11,2.76,9,4.0,2.45,13,4.18,1.94,11,3.92,2.5,12,2.45,1.44,11,3.43,1.81,7,3.09,2.77,11,4.18,2.32,11,4.0,2.35,13,4.1,2.13,10
+repulsive,1.95,1.2,21,5.12,2.13,25,3.59,2.56,22,1.75,0.71,8,2.08,1.44,13,4.69,2.25,13,5.58,1.98,12,4.31,2.63,13,2.56,2.19,9,2.38,1.3,8,1.67,1.15,12,5.57,1.95,14,4.55,2.3,11,4.58,2.81,12,2.4,1.65,10,1.5,0.53,10,2.36,1.5,11,4.47,1.7,17,6.5,2.39,8,3.6,3.03,10,3.58,2.23,12
+reputable,6.47,1.81,19,3.52,1.97,21,5.53,1.81,19,7.0,1.0,3,6.38,1.93,16,3.33,1.86,6,3.6,2.06,15,4.5,0.84,6,6.0,1.96,13,6.2,1.55,10,6.78,2.11,9,4.0,2.0,7,3.29,1.98,14,5.3,1.83,10,5.78,1.86,9,5.88,1.96,8,6.91,1.64,11,3.0,2.24,9,3.92,1.73,12,5.86,2.19,7,5.33,1.61,12
+reputation,5.63,1.74,19,5.0,1.95,22,5.58,1.93,24,4.83,2.14,6,6.0,1.47,13,5.25,2.34,12,4.7,1.42,10,5.25,2.43,8,5.75,1.69,16,5.6,1.07,10,5.67,2.35,9,5.22,2.28,9,4.85,1.77,13,5.29,2.14,17,6.5,1.05,6,5.75,1.49,8,5.55,1.97,11,4.78,1.72,9,5.15,2.15,13,5.62,2.06,16,5.5,1.77,8
+reputed,4.9,1.59,20,3.68,2.38,22,5.52,2.1,27,5.29,2.21,7,4.69,1.18,13,3.8,2.3,10,3.58,2.54,12,5.53,2.03,15,5.64,2.34,11,4.55,1.21,11,5.33,1.94,9,3.89,1.54,9,3.54,2.88,13,5.59,2.45,17,5.56,1.42,9,4.85,1.86,13,5.0,1.0,7,3.38,2.19,16,4.5,2.88,6,5.5,2.39,12,5.53,1.92,15
+request,5.85,1.53,20,4.45,2.09,22,5.67,1.83,21,5.56,1.24,9,6.09,1.76,11,5.0,2.58,10,4.0,1.54,12,5.25,1.39,8,5.92,2.06,13,5.71,1.54,14,6.17,1.6,6,4.5,2.78,8,4.43,1.7,14,6.0,1.85,8,5.46,1.85,13,6.0,1.56,10,5.7,1.57,10,4.25,1.96,12,4.7,2.31,10,6.42,1.93,12,4.67,1.12,9
+require,4.74,1.48,19,4.33,2.39,24,4.79,2.56,28,4.5,1.07,8,4.91,1.76,11,4.78,2.39,9,4.07,2.43,15,4.36,2.71,14,5.21,2.42,14,4.89,1.69,9,4.6,1.35,10,4.0,2.49,12,4.67,2.35,12,4.21,2.55,14,5.36,2.53,14,5.4,1.17,10,4.0,1.5,9,4.42,2.27,12,4.25,2.6,12,5.08,2.64,12,4.56,2.56,16
+requirement,5.1,1.09,21,3.27,2.27,22,4.3,2.33,27,4.7,1.16,10,5.45,0.93,11,2.29,1.7,7,3.73,2.4,15,4.65,2.45,17,3.7,2.11,10,5.09,0.94,11,5.1,1.29,10,2.4,1.95,5,3.53,2.35,17,4.5,2.44,14,4.08,2.29,13,5.23,1.01,13,4.88,1.25,8,3.1,2.64,10,3.42,2.02,12,4.36,2.65,14,4.23,2.05,13
+requisition,4.71,1.79,21,4.5,1.79,20,5.48,2.36,21,5.0,1.1,6,4.6,2.03,15,4.75,1.58,8,4.33,1.97,12,5.0,2.45,11,6.0,2.26,10,4.83,1.72,6,4.67,1.88,15,4.7,1.7,10,4.3,1.95,10,5.29,2.73,14,5.86,1.46,7,4.57,1.9,7,4.79,1.81,14,4.43,2.14,14,4.67,0.52,6,4.92,2.61,12,6.22,1.86,9
+reread,5.18,1.71,22,3.68,2.32,22,5.4,2.28,20,5.75,1.39,8,4.86,1.83,14,4.2,1.75,10,3.25,2.7,12,6.43,2.44,7,4.85,2.08,13,5.64,2.2,11,4.73,0.9,11,3.64,2.73,11,3.73,1.95,11,5.13,2.39,15,6.2,1.92,5,4.2,1.14,10,6.0,1.71,12,3.6,2.46,10,3.75,2.3,12,4.6,1.26,10,6.2,2.82,10
+reroute,3.78,1.22,18,3.0,1.98,22,4.0,1.87,28,3.83,1.17,6,3.75,1.29,12,2.55,1.21,11,3.45,2.5,11,4.0,2.24,11,4.0,1.66,17,3.82,0.98,11,3.71,1.6,7,3.0,2.19,11,3.0,1.84,11,4.17,1.95,18,3.7,1.77,10,3.54,1.27,13,4.4,0.89,5,3.14,2.18,14,2.75,1.67,8,3.69,1.99,16,4.42,1.68,12
+rerun,4.63,1.57,19,3.48,2.41,23,4.74,1.79,19,4.56,1.33,9,4.7,1.83,10,3.29,2.98,7,3.47,2.26,15,5.0,1.76,10,4.44,1.88,9,4.67,2.12,9,4.6,0.97,10,3.7,3.09,10,3.17,1.85,12,4.5,1.31,8,4.6,1.96,10,4.92,1.73,12,4.14,1.21,7,3.55,2.5,20,3.0,2.0,3,4.62,1.6,8,4.82,1.99,11
+reschedule,3.72,1.96,18,2.95,2.46,22,4.79,2.36,28,3.17,1.72,6,4.0,2.09,12,3.0,3.0,11,2.91,1.92,11,5.45,2.94,11,4.35,1.87,17,3.64,2.38,11,3.86,1.21,7,2.09,2.07,11,3.82,2.6,11,5.11,2.3,18,4.2,2.49,10,3.17,1.53,12,4.83,2.4,6,2.57,1.91,14,3.62,3.25,8,4.5,2.66,16,5.17,1.95,12
+rescind,3.81,1.63,21,3.87,2.1,23,4.81,1.94,26,4.09,1.64,11,3.5,1.65,10,3.91,2.02,11,3.83,2.25,12,4.82,1.89,11,4.86,2.11,14,3.9,1.52,10,3.73,1.79,11,3.64,2.01,11,4.08,2.23,12,5.18,2.07,17,4.12,1.64,8,3.54,1.85,13,4.25,1.16,8,3.73,2.02,15,4.12,2.36,8,5.35,1.97,17,3.78,1.48,9
+rescue,7.04,1.65,80,5.0,2.54,83,5.94,2.27,79,6.56,1.73,36,7.42,1.5,43,5.59,2.21,29,4.69,2.67,54,5.7,2.21,37,6.14,2.33,42,6.7,1.68,44,7.43,1.56,35,4.97,2.7,36,5.02,2.44,47,5.7,2.33,37,6.14,2.23,42,7.02,1.64,48,7.06,1.68,32,4.66,2.7,35,5.25,2.42,48,5.82,2.59,34,6.02,2.03,45
+research,6.5,1.68,22,4.8,2.44,20,7.16,2.17,19,6.77,1.36,13,6.11,2.09,9,5.29,2.06,7,4.54,2.67,13,7.29,1.8,7,7.08,2.43,12,6.08,1.78,12,7.0,1.49,10,4.56,2.35,9,5.0,2.61,11,7.3,2.21,10,7.0,2.24,9,6.25,1.91,12,6.8,1.4,10,6.0,1.41,7,4.15,2.67,13,7.29,2.43,7,7.08,2.11,12
+researcher,5.7,1.75,20,2.86,1.98,22,5.81,1.9,27,5.4,1.51,10,6.0,2.0,10,2.14,1.46,7,3.2,2.14,15,5.76,2.28,17,5.9,1.1,10,5.3,1.64,10,6.1,1.85,10,3.4,2.88,5,2.71,1.72,17,6.0,2.18,14,5.62,1.61,13,4.92,1.24,12,6.88,1.81,8,3.1,2.47,10,2.67,1.56,12,6.21,2.01,14,5.38,1.76,13
+resemblance,5.68,2.0,19,3.58,1.92,19,4.85,2.56,20,5.33,0.58,3,6.07,1.83,15,4.0,1.94,10,3.11,1.9,9,4.8,2.78,10,4.9,2.47,10,5.83,2.04,6,6.0,1.6,12,3.86,1.68,7,3.42,2.11,12,4.12,2.42,8,5.33,2.64,12,5.83,2.17,12,5.43,1.81,7,3.78,2.33,9,3.4,1.58,10,3.44,2.13,9,6.0,2.37,11
+resemble,5.9,1.21,20,3.77,2.16,22,6.12,1.93,26,6.57,1.51,7,5.54,0.88,13,4.4,2.37,10,3.25,1.91,12,6.07,1.98,15,6.4,1.9,10,5.36,0.81,11,6.56,1.33,9,4.22,1.79,9,3.46,2.4,13,6.81,1.8,16,5.11,1.69,9,6.08,1.19,13,5.57,1.27,7,3.56,2.06,16,4.33,2.5,6,5.92,1.93,12,6.29,1.98,14
+resent,3.28,1.73,39,4.05,2.36,21,4.21,2.19,24,3.54,2.26,13,3.15,1.43,26,4.14,2.41,7,4.23,2.35,13,4.12,2.3,8,4.25,2.21,16,3.32,1.59,22,3.24,1.95,17,4.0,1.91,7,4.31,2.56,13,4.24,2.25,17,4.0,2.37,6,3.42,1.84,26,3.0,1.53,13,4.45,2.5,11,3.6,2.22,10,4.12,2.28,16,4.38,2.13,8
+resentful,3.0,1.87,21,4.35,2.67,23,4.12,2.67,17,3.89,2.32,9,2.33,1.15,12,4.45,2.54,11,4.25,2.9,12,4.89,2.47,9,3.25,2.76,8,3.71,2.63,7,2.62,1.39,13,4.18,2.82,11,4.5,2.65,12,3.71,2.69,7,4.4,2.76,10,3.0,2.27,13,3.0,1.07,8,4.18,2.86,11,4.5,2.61,12,3.12,1.46,8,5.0,3.24,9
+resentment,3.0,1.89,19,5.19,2.46,21,4.05,2.38,22,3.89,2.03,9,2.2,1.4,10,5.86,2.48,7,4.86,2.48,14,4.27,2.69,11,3.82,2.14,11,3.86,2.04,7,2.5,1.68,12,4.6,1.96,10,5.73,2.83,11,3.85,2.3,13,4.33,2.6,9,2.9,1.66,10,3.11,2.2,9,4.75,2.6,8,5.46,2.44,13,4.07,2.37,14,4.0,2.56,8
+reservation,5.0,0.82,19,4.24,2.1,21,5.0,2.35,23,4.33,0.58,3,5.12,0.81,16,5.12,1.64,8,3.69,2.21,13,4.22,1.39,9,5.5,2.74,14,5.0,0.87,9,5.0,0.82,10,4.22,1.64,9,4.25,2.45,12,5.47,2.42,15,4.12,2.1,8,4.86,0.9,7,5.08,0.79,12,4.3,2.06,10,4.18,2.23,11,4.54,2.82,13,5.6,1.51,10
+reserve,6.14,1.31,21,4.16,2.87,19,5.56,2.27,36,5.88,1.13,8,6.31,1.44,13,5.0,2.55,5,3.86,3.01,14,5.36,2.16,11,5.64,2.36,25,5.85,1.34,13,6.62,1.19,8,4.27,2.61,11,4.0,3.38,8,5.5,2.59,20,5.62,1.89,16,5.91,1.3,11,6.4,1.35,10,4.45,3.24,11,3.75,2.43,8,5.41,2.48,22,5.79,1.97,14
+reserved,5.63,1.65,41,2.79,1.7,42,5.39,2.33,23,5.38,1.8,13,5.75,1.6,28,2.38,1.93,16,3.08,1.55,25,5.67,2.18,9,5.21,2.49,14,5.62,1.94,21,5.65,1.35,20,3.29,1.85,21,2.3,1.45,20,5.6,2.53,15,5.0,2.0,8,6.09,1.86,23,5.06,1.16,18,3.04,1.72,23,2.47,1.68,19,5.54,2.85,13,5.2,1.55,10
+reservoir,5.37,0.9,19,3.22,2.02,18,5.0,2.25,16,5.64,0.92,11,5.0,0.76,8,4.0,2.0,4,3.0,2.04,14,4.62,1.6,8,5.38,2.83,8,5.75,1.04,8,5.09,0.7,11,3.29,1.8,7,3.18,2.23,11,4.0,1.41,5,5.45,2.46,11,5.46,1.05,13,5.17,0.41,6,3.09,2.3,11,3.43,1.62,7,5.71,2.5,7,4.44,2.01,9
+reset,4.65,1.27,20,3.17,2.23,18,5.86,2.23,22,4.8,1.48,5,4.6,1.24,15,3.0,1.55,6,3.25,2.56,12,5.5,1.9,10,6.17,2.52,12,4.9,1.2,10,4.4,1.35,10,3.4,2.41,10,2.88,2.1,8,5.73,2.33,11,6.0,2.24,11,4.75,1.29,12,4.5,1.31,8,2.0,1.58,9,4.33,2.24,9,5.91,2.34,11,5.82,2.23,11
+reside,5.57,1.33,21,3.43,2.04,23,5.69,2.02,26,5.36,1.29,11,5.8,1.4,10,3.82,2.14,11,3.08,1.98,12,4.73,2.28,11,6.57,1.4,14,5.6,1.58,10,5.55,1.13,11,3.64,2.06,11,3.25,2.09,12,5.82,2.07,17,5.62,2.07,8,5.77,1.48,13,5.25,1.04,8,3.4,2.23,15,3.5,1.77,8,6.0,2.09,17,5.11,1.83,9
+residence,6.74,1.73,19,3.17,2.33,23,5.0,2.17,18,6.67,1.66,9,6.8,1.87,10,2.14,1.68,7,3.73,2.52,15,5.56,2.3,9,4.44,2.01,9,6.67,1.94,9,6.8,1.62,10,3.5,2.72,10,3.0,2.13,12,5.25,2.05,8,4.8,2.35,10,6.42,1.73,12,7.29,1.7,7,3.05,2.33,20,4.0,2.65,3,5.71,1.89,7,4.55,2.3,11
+residency,5.37,1.61,19,3.43,1.63,21,5.96,1.85,23,6.33,3.06,3,5.19,1.28,16,3.75,1.75,8,3.23,1.59,13,6.0,1.94,9,5.93,1.86,14,5.56,2.07,9,5.2,1.14,10,3.89,1.45,9,3.08,1.73,12,6.07,2.15,15,5.75,1.16,8,5.14,1.77,7,5.5,1.57,12,3.3,1.57,10,3.55,1.75,11,6.08,2.18,13,5.8,1.4,10
+residential,6.05,1.58,19,3.27,1.93,22,5.82,2.02,22,6.22,1.64,9,5.9,1.6,10,3.88,2.53,8,2.93,1.49,14,5.64,2.38,11,6.0,1.67,11,5.71,1.7,7,6.25,1.54,12,3.9,2.28,10,2.75,1.48,12,6.31,1.8,13,5.11,2.2,9,5.7,1.89,10,6.44,1.13,9,3.38,2.39,8,3.21,1.72,14,5.29,2.02,14,6.75,1.75,8
+residual,5.09,1.19,22,3.19,2.27,21,4.23,1.6,22,5.36,1.34,14,4.62,0.74,8,3.73,2.65,11,2.78,1.72,9,4.17,2.14,6,4.25,1.44,16,5.4,1.58,10,4.83,0.72,12,2.45,1.63,11,4.0,2.67,10,4.54,1.51,13,3.78,1.72,9,4.83,1.4,12,5.4,0.84,10,2.85,2.44,13,3.75,1.98,8,4.17,1.47,12,4.3,1.83,10
+residue,3.95,1.0,20,3.39,1.91,18,4.5,1.71,22,4.0,1.0,5,3.93,1.03,15,3.67,2.5,6,3.25,1.66,12,4.5,1.65,10,4.5,1.83,12,4.2,0.63,10,3.7,1.25,10,3.2,2.04,10,3.62,1.85,8,3.82,1.6,11,5.18,1.6,11,3.83,1.11,12,4.12,0.83,8,2.89,2.15,9,3.89,1.62,9,4.55,2.34,11,4.45,0.82,11
+resign,4.17,1.37,23,3.88,2.7,16,6.0,2.36,24,4.29,1.38,7,4.12,1.41,16,5.5,2.08,4,3.33,2.74,12,5.92,2.22,13,6.09,2.63,11,4.0,1.26,11,4.33,1.5,12,6.0,1.87,5,2.91,2.51,11,5.75,1.88,16,6.5,3.21,8,4.06,1.24,16,4.43,1.72,7,4.3,2.67,10,3.17,2.86,6,5.6,2.72,15,6.67,1.5,9
+resignation,4.19,1.75,21,4.7,2.64,20,5.19,2.68,21,4.5,1.52,6,4.07,1.87,15,4.38,2.26,8,4.92,2.94,12,5.45,2.58,11,4.9,2.88,10,3.83,1.6,6,4.33,1.84,15,4.4,2.59,10,5.0,2.79,10,4.43,2.68,14,6.71,2.06,7,3.57,1.9,7,4.5,1.65,14,4.71,3.12,14,4.67,1.03,6,4.75,2.93,12,5.78,2.33,9
+resilient,5.71,2.17,21,4.65,2.31,23,5.52,2.4,21,5.2,3.27,5,5.88,1.82,16,5.5,1.78,12,3.73,2.53,11,6.09,1.92,11,4.67,2.87,9,5.17,2.41,12,6.44,1.67,9,4.88,2.31,16,4.14,2.41,7,4.91,2.34,11,6.2,2.39,10,6.54,1.61,13,4.38,2.39,8,4.84,2.39,19,3.75,1.89,4,4.57,2.21,14,7.43,1.51,7
+resin,4.84,2.01,19,3.68,2.67,19,4.8,2.55,20,4.67,0.58,3,5.07,2.12,15,4.56,3.09,9,2.9,2.08,10,5.5,1.51,10,4.1,3.21,10,5.17,2.56,6,4.92,1.68,12,3.86,2.85,7,3.58,2.68,12,4.62,2.92,8,4.92,2.39,12,4.83,2.04,12,4.86,2.12,7,4.0,2.94,10,3.33,2.45,9,4.78,3.11,9,4.82,2.14,11
+resist,3.95,1.43,21,3.6,2.42,25,6.11,2.38,19,4.33,1.41,9,3.67,1.44,12,3.5,2.59,6,3.61,2.5,18,6.14,2.79,7,6.08,2.23,12,4.19,1.38,16,3.2,1.48,5,3.14,2.41,14,4.2,2.53,10,5.33,2.78,9,6.8,1.81,10,3.83,1.53,12,4.11,1.36,9,3.88,2.42,16,3.11,2.47,9,6.45,2.42,11,5.62,2.39,8
+resistance,3.74,1.48,19,5.23,2.2,22,3.92,2.19,24,3.33,1.21,6,3.92,1.61,13,5.67,1.5,12,4.7,2.83,10,3.88,1.96,8,3.94,2.35,16,4.5,1.18,10,2.89,1.36,9,6.56,1.59,9,4.31,2.14,13,4.24,2.17,17,2.83,2.23,6,4.25,1.49,8,3.36,1.43,11,4.67,2.06,9,5.62,2.29,13,3.69,1.66,16,4.38,3.07,8
+resistant,3.86,1.21,22,4.0,2.48,26,4.75,2.47,24,4.11,1.36,9,3.69,1.11,13,3.3,2.16,10,4.44,2.63,16,5.0,2.12,9,4.6,2.72,15,3.62,1.3,8,4.0,1.18,14,4.85,2.51,13,3.15,2.23,13,3.67,2.06,12,5.83,2.44,12,3.67,1.23,12,4.1,1.2,10,3.8,2.62,15,4.27,2.37,11,5.08,2.75,13,4.36,2.16,11
+resolute,5.95,1.5,20,2.86,1.74,21,5.92,2.1,25,5.5,1.73,4,6.06,1.48,16,2.75,0.96,4,2.88,1.9,17,5.56,2.6,9,6.12,1.82,16,5.88,1.46,8,6.0,1.6,12,2.4,1.17,10,3.27,2.1,11,5.71,1.86,14,6.18,2.44,11,5.64,1.21,11,6.33,1.8,9,2.2,1.4,10,3.45,1.86,11,5.67,2.11,18,6.57,2.07,7
+resolution,6.0,1.8,19,3.7,2.03,20,6.42,1.84,19,6.0,1.73,3,6.13,1.85,15,4.6,1.71,10,2.8,1.99,10,5.89,1.69,9,6.9,1.91,10,5.33,2.07,6,6.5,1.57,12,3.71,1.8,7,3.69,2.21,13,6.43,1.9,7,6.42,1.88,12,6.33,1.72,12,5.43,1.9,7,3.3,1.77,10,4.1,2.28,10,6.44,2.07,9,6.4,1.71,10
+resolve,5.85,1.95,20,2.65,1.77,17,6.92,1.89,24,5.8,0.84,5,5.87,2.23,15,1.75,0.96,4,2.92,1.89,13,6.31,2.1,13,7.64,1.36,11,5.8,1.93,10,5.9,2.08,10,2.43,1.4,7,2.8,2.04,10,6.81,2.1,16,7.12,1.46,8,5.64,1.82,14,6.33,2.34,6,2.92,1.56,12,2.0,2.24,5,6.73,2.12,15,7.22,1.48,9
+resonance,5.9,1.45,20,4.45,2.22,22,5.43,1.33,21,6.0,1.12,9,5.82,1.72,11,5.27,2.33,11,3.64,1.86,11,5.25,1.16,8,5.54,1.45,13,5.79,1.42,14,6.17,1.6,6,5.22,2.82,9,3.92,1.61,13,6.0,1.07,8,5.08,1.38,13,5.8,1.4,10,6.0,1.56,10,4.38,2.26,13,4.56,2.3,9,5.33,0.98,12,5.56,1.74,9
+resort,7.76,1.3,21,4.16,2.29,25,6.09,2.29,22,8.0,0.93,8,7.62,1.5,13,4.38,2.93,13,3.92,1.38,12,6.23,2.13,13,5.89,2.62,9,8.25,0.89,8,7.67,1.3,12,4.43,2.34,14,3.82,2.27,11,6.17,1.9,12,6.0,2.79,10,7.5,1.58,10,8.0,1.0,11,4.59,2.5,17,3.25,1.49,8,6.4,2.5,10,5.83,2.17,12
+resounding,5.7,1.38,20,4.33,2.5,21,5.48,2.35,25,5.0,0.0,3,5.82,1.47,17,4.0,2.52,7,4.38,2.63,13,5.38,1.92,8,5.53,2.58,17,5.86,1.57,7,5.62,1.33,13,4.71,2.5,7,4.0,2.61,13,6.0,2.04,14,4.82,2.64,11,5.0,1.0,9,6.27,1.42,11,4.55,2.66,11,4.1,2.42,10,5.17,2.6,18,6.29,1.38,7
+resource,5.63,1.01,19,3.71,1.87,21,6.17,2.25,23,4.67,0.58,3,5.81,0.98,16,3.62,1.6,8,3.77,2.09,13,6.33,2.24,9,6.07,2.34,14,6.0,0.87,9,5.3,1.06,10,4.22,2.17,9,3.33,1.61,12,6.13,2.72,15,6.25,1.04,8,5.86,0.69,7,5.5,1.17,12,4.2,1.99,10,3.27,1.74,11,6.31,2.93,13,6.0,0.94,10
+resourceful,7.25,1.29,20,4.0,2.47,21,6.48,1.76,25,6.67,0.58,3,7.35,1.37,17,4.71,2.63,7,3.62,2.5,13,6.12,1.36,8,6.65,1.93,17,6.86,1.07,7,7.46,1.39,13,5.0,2.31,7,3.46,2.57,13,6.29,1.86,14,6.73,1.68,11,6.89,1.27,9,7.55,1.29,11,3.73,2.05,11,4.3,2.95,10,6.67,1.91,18,6.0,1.29,7
+respect,6.79,1.72,19,4.79,2.62,38,7.26,1.73,42,5.0,1.0,3,7.12,1.63,16,5.0,2.45,16,4.64,2.79,22,6.79,2.36,14,7.44,1.28,27,7.56,1.51,9,6.1,1.66,10,4.67,2.38,18,4.9,2.88,20,6.67,2.14,18,7.71,1.2,24,7.57,1.81,7,6.33,1.56,12,4.6,2.41,20,5.0,2.89,18,7.28,1.69,29,7.23,1.88,13
+respectability,6.26,1.73,19,4.24,2.05,17,6.41,1.91,17,6.55,1.21,11,5.88,2.3,8,4.75,2.06,4,4.08,2.1,13,6.62,2.13,8,6.22,1.79,9,7.38,0.92,8,5.45,1.75,11,4.43,2.15,7,4.1,2.08,10,5.5,1.87,6,6.91,1.81,11,6.15,1.91,13,6.5,1.38,6,3.6,2.12,10,5.14,1.68,7,7.0,1.15,7,6.0,2.26,10
+respectable,6.55,1.93,20,4.05,2.18,21,7.3,1.78,33,5.7,2.26,10,7.4,1.07,10,4.62,2.07,8,3.69,2.25,13,7.31,1.89,13,7.3,1.75,20,6.44,2.35,9,6.64,1.63,11,4.31,2.18,13,3.62,2.26,8,7.57,1.72,21,6.83,1.85,12,6.5,2.32,10,6.6,1.58,10,4.07,2.27,14,4.0,2.16,7,6.75,2.02,16,7.82,1.38,17
+respectful,7.45,1.26,40,3.32,2.34,44,6.74,2.18,23,7.36,1.28,14,7.48,1.29,25,3.81,2.42,21,2.87,2.22,23,6.22,2.73,9,7.07,1.77,14,7.25,1.24,16,7.57,1.31,23,2.9,1.77,20,3.67,2.71,24,6.73,2.4,15,6.75,1.83,8,7.67,1.24,24,7.12,1.26,16,3.47,2.47,30,3.0,2.08,14,7.0,2.83,13,6.4,0.84,10
+respective,5.9,1.79,21,3.76,2.21,21,6.42,1.69,24,5.42,1.93,12,6.56,1.42,9,4.57,2.76,7,3.36,1.86,14,6.5,1.65,10,6.36,1.78,14,6.75,2.06,4,5.71,1.72,17,4.5,2.76,10,3.09,1.38,11,6.14,2.04,7,6.53,1.59,17,6.42,1.44,12,5.22,2.05,9,3.85,2.15,13,3.62,2.45,8,5.89,1.83,9,6.73,1.58,15
+respiration,6.14,1.81,22,4.29,2.53,21,5.91,2.14,22,6.21,2.12,14,6.0,1.2,8,4.27,2.65,11,4.22,2.68,9,4.67,1.86,6,6.38,2.09,16,5.9,2.08,10,6.33,1.61,12,3.45,2.7,11,5.2,2.1,10,5.0,2.04,13,7.22,1.56,9,5.92,2.02,12,6.4,1.58,10,4.62,2.81,13,3.75,2.05,8,6.25,2.01,12,5.5,2.32,10
+respirator,3.11,2.13,19,3.73,2.43,22,2.93,2.18,28,3.33,1.63,6,3.0,2.38,13,3.82,2.56,11,3.64,2.42,11,2.45,2.21,11,3.24,2.17,17,3.82,2.48,11,2.12,0.99,8,3.55,2.02,11,3.91,2.88,11,2.67,2.06,18,3.4,2.41,10,3.08,1.85,13,3.17,2.86,6,3.5,2.5,14,4.12,2.42,8,3.06,2.14,16,2.75,2.3,12
+respiratory,4.45,1.18,22,3.77,2.0,22,5.75,2.29,20,4.62,1.3,8,4.36,1.15,14,4.0,2.11,10,3.58,1.98,12,6.86,2.12,7,5.15,2.23,13,4.27,1.42,11,4.64,0.92,11,3.55,1.57,11,4.0,2.41,11,5.4,2.38,15,6.8,1.79,5,4.0,1.49,10,4.83,0.72,12,4.0,1.89,10,3.58,2.15,12,5.0,1.63,10,6.5,2.68,10
+respite,5.76,1.18,21,3.68,2.12,22,5.62,1.56,21,5.44,1.33,9,6.0,1.04,12,3.33,1.86,6,3.67,2.26,15,5.5,2.35,6,5.67,1.23,15,5.33,1.22,9,6.08,1.08,12,4.4,1.82,5,3.47,2.21,17,5.7,1.49,10,5.55,1.69,11,5.75,1.14,12,5.78,1.3,9,4.78,1.92,9,2.92,1.98,13,5.64,1.8,11,5.6,1.35,10
+respond,5.71,1.68,21,3.09,2.07,22,6.0,1.94,26,5.5,1.08,10,5.91,2.12,11,2.0,1.53,7,3.6,2.13,15,6.12,2.18,17,5.78,1.48,9,5.36,2.06,11,6.1,1.1,10,2.0,1.73,5,3.41,2.09,17,5.57,2.06,14,6.5,1.73,12,5.46,1.94,13,6.12,1.13,8,2.5,2.12,10,3.58,1.98,12,6.36,1.82,14,5.58,2.07,12
+response,5.95,1.5,21,3.56,2.2,25,6.05,2.37,19,6.11,1.54,9,5.83,1.53,12,3.67,2.5,6,3.5,2.23,18,5.29,2.75,7,6.5,2.11,12,6.12,1.5,16,5.4,1.52,5,3.21,2.29,14,4.0,2.21,10,6.33,2.74,9,5.8,2.1,10,6.17,1.8,12,5.67,1.0,9,3.75,2.08,16,3.22,2.49,9,5.82,2.86,11,6.38,1.6,8
+responsibility,4.68,1.73,22,5.3,2.92,20,6.79,2.76,19,4.38,1.85,13,5.11,1.54,9,7.0,2.31,7,4.38,2.87,13,6.71,3.09,7,6.83,2.69,12,4.92,1.88,12,4.4,1.58,10,6.11,2.93,9,4.64,2.87,11,6.4,2.8,10,7.22,2.82,9,4.75,1.66,12,4.6,1.9,10,5.57,3.1,7,5.15,2.94,13,6.86,2.41,7,6.75,3.05,12
+responsible,6.28,2.19,18,3.0,2.17,21,7.39,2.15,18,5.12,1.55,8,7.2,2.25,10,2.57,2.15,7,3.21,2.22,14,6.73,2.49,11,8.43,0.79,7,5.91,1.92,11,6.86,2.61,7,2.0,1.41,9,3.75,2.38,12,7.36,2.42,11,7.43,1.81,7,5.83,2.21,12,7.17,2.04,6,2.5,1.88,12,3.67,2.45,9,8.22,1.3,9,6.56,2.55,9
+responsive,6.1,1.25,20,4.9,2.57,20,5.54,1.98,26,6.18,1.54,11,6.0,0.87,9,5.0,2.83,7,4.85,2.54,13,4.92,2.1,13,6.15,1.72,13,5.91,1.45,11,6.33,1.0,9,4.36,2.73,11,5.56,2.35,9,5.53,2.4,17,5.56,0.88,9,5.7,1.42,10,6.5,0.97,10,5.5,2.58,12,4.0,2.45,8,5.62,2.06,16,5.4,1.96,10
+rest,7.86,1.25,22,2.29,2.35,21,5.78,2.34,18,7.33,1.03,6,8.07,1.33,15,2.14,3.02,7,2.36,2.06,14,5.11,2.71,9,6.75,1.67,8,7.93,1.21,14,7.71,1.5,7,3.0,3.04,9,1.75,1.6,12,5.5,2.84,10,6.12,1.64,8,7.71,1.38,14,8.12,0.99,8,2.33,3.27,6,2.27,2.02,15,6.2,2.74,10,5.25,1.75,8
+restart,4.4,1.64,20,4.55,1.87,22,6.63,2.06,19,4.0,1.58,9,4.73,1.68,11,4.6,2.51,5,4.44,1.75,16,7.67,1.37,6,6.15,2.19,13,4.64,1.39,14,3.83,2.14,6,4.0,2.0,12,5.11,1.62,9,5.67,2.29,9,7.5,1.43,10,4.4,1.9,10,4.4,1.43,10,3.83,1.9,12,5.4,1.51,10,7.67,1.51,6,6.15,2.15,13
+restaurant,6.95,1.08,19,4.19,2.33,43,5.82,1.85,45,7.0,1.73,3,6.94,1.0,16,4.07,2.05,15,4.25,2.5,28,6.19,1.94,16,5.62,1.8,29,7.67,0.87,9,6.3,0.82,10,4.94,2.24,18,3.64,2.29,25,5.86,2.01,22,5.78,1.73,23,6.86,0.9,7,7.0,1.21,12,4.08,2.48,24,4.32,2.19,19,5.96,1.95,26,5.63,1.74,19
+restful,6.05,2.21,20,2.58,2.19,24,6.0,2.43,28,6.5,1.69,8,5.75,2.53,12,2.44,1.59,9,2.67,2.53,15,5.93,2.59,14,6.07,2.37,14,5.56,2.01,9,6.45,2.38,11,3.0,2.22,12,2.17,2.17,12,5.57,2.56,14,6.43,2.31,14,5.3,1.89,10,6.8,2.35,10,2.58,2.02,12,2.58,2.43,12,5.75,2.22,12,6.19,2.64,16
+restitution,5.81,1.66,21,4.1,2.25,20,5.57,1.75,21,5.17,1.72,6,6.07,1.62,15,3.75,2.12,8,4.33,2.39,12,5.55,1.92,11,5.6,1.65,10,5.17,1.72,6,6.07,1.62,15,3.9,2.33,10,4.3,2.26,10,5.71,1.86,14,5.29,1.6,7,5.43,2.23,7,6.0,1.36,14,4.21,2.33,14,3.83,2.23,6,5.92,1.83,12,5.11,1.62,9
+restless,3.63,1.57,19,4.05,2.55,22,4.35,1.97,23,3.36,1.69,11,4.14,1.46,7,4.75,2.66,8,3.64,2.5,14,5.14,1.35,7,4.0,2.13,16,4.0,1.93,8,3.36,1.29,11,3.89,2.52,9,4.15,2.67,13,4.82,1.89,11,3.92,2.02,12,3.33,1.56,12,4.14,1.57,7,4.18,2.93,11,3.91,2.26,11,4.46,2.15,13,4.2,1.81,10
+restock,4.84,1.98,19,3.27,2.0,22,4.74,1.66,19,4.5,2.88,6,5.0,1.53,13,3.18,1.94,11,3.36,2.16,11,4.75,1.98,8,4.73,1.49,11,5.45,1.86,11,4.0,1.93,8,3.09,2.39,11,3.45,1.63,11,4.69,1.8,13,4.83,1.47,6,4.85,1.95,13,4.83,2.23,6,3.43,2.14,14,3.0,1.85,8,4.33,2.0,9,5.1,1.29,10
+restoration,5.8,1.67,20,3.76,1.89,21,6.26,1.88,34,5.9,1.29,10,5.7,2.06,10,3.88,1.73,8,3.69,2.06,13,6.0,2.04,14,6.45,1.79,20,5.67,1.41,9,5.91,1.92,11,3.85,1.68,13,3.62,2.33,8,6.18,1.87,22,6.42,1.98,12,6.0,1.7,10,5.6,1.71,10,3.71,1.9,14,3.86,2.04,7,6.12,1.5,17,6.41,2.24,17
+restore,5.86,2.01,21,4.1,2.07,20,6.76,1.97,21,5.83,1.33,6,5.87,2.26,15,5.25,1.75,8,3.33,1.97,12,6.36,2.16,11,7.2,1.75,10,5.33,2.5,6,6.07,1.83,15,4.5,2.32,10,3.7,1.83,10,6.5,2.28,14,7.29,1.11,7,6.0,2.0,7,5.79,2.08,14,4.07,2.43,14,4.17,0.98,6,6.25,2.42,12,7.44,0.88,9
+restrain,4.42,1.54,19,4.7,1.95,20,4.43,2.61,23,4.46,1.76,13,4.33,1.03,6,5.6,1.52,5,4.4,2.03,15,4.67,2.93,12,4.18,2.32,11,4.78,1.72,9,4.1,1.37,10,5.71,1.8,7,4.15,1.86,13,5.2,2.53,10,3.85,2.61,13,4.22,1.72,9,4.6,1.43,10,4.3,2.11,10,5.1,1.79,10,4.88,3.4,8,4.2,2.18,15
+restraining,3.53,1.58,19,4.67,2.2,21,5.32,2.64,25,4.0,1.0,3,3.44,1.67,16,4.29,1.8,7,5.0,2.45,13,5.12,2.59,8,5.41,2.74,17,4.0,1.15,7,3.25,1.76,12,4.29,1.8,7,5.0,2.45,13,5.36,2.76,14,5.27,2.61,11,3.62,1.6,8,3.45,1.63,11,4.91,2.26,11,4.4,2.22,10,5.17,2.9,18,5.71,1.98,7
+restraint,3.47,1.43,19,4.05,2.31,20,4.45,2.48,20,3.67,1.15,3,3.4,1.55,15,4.3,2.45,10,3.8,2.25,10,4.3,2.45,10,4.6,2.63,10,3.67,1.86,6,3.33,1.3,12,4.71,2.75,7,3.69,2.06,13,3.88,1.89,8,4.83,2.82,12,3.67,1.5,12,3.14,1.35,7,4.2,3.01,10,3.9,1.45,10,4.56,2.6,9,4.36,2.5,11
+restrict,3.48,2.14,21,4.35,2.31,23,3.52,2.04,21,4.8,3.35,5,3.06,1.53,16,5.17,1.9,12,3.45,2.46,11,3.36,2.38,11,3.44,1.59,9,3.08,2.23,12,4.0,2.0,9,4.38,2.53,16,4.29,1.89,7,3.0,1.26,11,4.1,2.6,10,3.31,2.1,13,3.75,2.31,8,4.58,2.34,19,3.25,2.06,4,2.93,1.38,14,4.71,2.69,7
+restricted,3.83,1.69,18,4.59,2.54,22,3.43,2.63,23,3.7,1.57,10,4.43,1.62,7,5.62,2.56,8,4.0,2.42,14,3.57,2.64,7,3.38,2.7,16,3.14,1.68,7,4.27,1.62,11,4.78,2.54,9,4.46,2.63,13,3.0,2.19,11,3.83,3.01,12,3.67,1.83,12,4.17,1.47,6,3.64,2.77,11,5.55,1.97,11,3.62,3.15,13,3.2,1.87,10
+restriction,4.0,2.0,22,4.58,2.69,19,3.48,2.2,21,5.4,2.51,5,3.56,1.75,16,5.0,2.98,8,4.27,2.57,11,3.8,2.35,10,3.18,2.14,11,4.42,1.93,12,3.5,2.07,10,5.9,2.08,10,3.11,2.62,9,3.75,2.63,12,3.11,1.54,9,3.91,1.97,11,4.09,2.12,11,4.62,2.33,8,4.55,3.05,11,3.11,1.45,9,3.75,2.67,12
+restroom,4.47,1.87,19,4.09,2.49,22,5.12,2.29,24,3.5,1.52,6,4.92,1.89,13,4.92,2.81,12,3.1,1.66,10,4.12,2.17,8,5.62,2.25,16,4.3,1.25,10,4.67,2.45,9,4.67,2.65,9,3.69,2.39,13,4.71,2.08,17,6.33,2.8,6,5.0,1.51,8,4.09,2.07,11,3.56,2.55,9,4.46,2.47,13,5.69,2.3,16,4.0,1.93,8
+result,6.11,1.08,18,4.14,2.01,21,6.13,1.98,23,6.0,1.0,5,6.15,1.14,13,4.5,2.26,6,4.0,1.96,15,5.8,2.04,10,6.38,1.98,13,5.86,0.9,7,6.27,1.19,11,3.57,2.3,7,4.43,1.87,14,6.0,1.41,11,6.25,2.45,12,5.91,0.94,11,6.43,1.27,7,3.64,2.25,11,4.7,1.64,10,5.71,2.05,14,6.78,1.79,9
+resume,4.89,0.99,19,3.67,2.08,21,5.04,2.62,23,5.0,0.0,3,4.88,1.09,16,3.75,1.75,8,3.62,2.33,13,4.67,3.04,9,5.29,2.4,14,5.0,0.87,9,4.8,1.14,10,3.78,1.86,9,3.58,2.31,12,5.13,2.72,15,4.88,2.59,8,5.0,0.82,7,4.83,1.11,12,4.3,2.0,10,3.09,2.07,11,5.46,3.04,13,4.5,1.96,10
+resurrect,6.41,2.09,22,4.76,2.93,21,4.27,2.14,22,6.64,2.41,14,6.0,1.41,8,5.73,2.72,11,4.0,2.92,9,3.5,1.64,6,4.56,2.28,16,5.5,2.22,10,7.17,1.7,12,3.64,2.58,11,6.0,2.91,10,3.46,1.61,13,5.44,2.35,9,6.42,2.39,12,6.4,1.78,10,4.77,3.03,13,4.75,2.96,8,4.08,1.68,12,4.5,2.68,10
+resuscitate,5.65,2.54,20,4.62,2.45,24,5.91,2.49,22,5.62,2.39,8,5.67,2.74,12,5.0,2.65,13,4.18,2.23,11,6.0,2.27,13,5.78,2.91,9,6.75,1.67,8,5.27,2.65,11,5.21,1.42,14,3.8,3.33,10,5.75,2.3,12,6.1,2.81,10,4.7,2.87,10,6.6,1.84,10,4.18,2.48,17,5.71,2.14,7,5.4,2.88,10,6.33,2.15,12
+resuscitation,4.89,1.59,19,4.54,2.55,24,5.5,2.3,28,4.38,1.3,8,5.27,1.74,11,3.67,2.5,9,5.07,2.52,15,5.86,2.14,14,5.14,2.48,14,4.78,1.64,9,5.0,1.63,10,4.92,2.54,12,4.17,2.62,12,5.29,2.33,14,5.71,2.33,14,4.9,1.29,10,4.89,1.96,9,4.33,2.81,12,4.75,2.38,12,5.17,2.33,12,5.75,2.32,16
+retail,5.0,1.08,20,3.62,2.16,21,6.12,2.13,25,4.0,1.0,3,5.18,1.01,17,3.57,2.44,7,3.62,2.18,13,5.88,1.13,8,6.24,2.49,17,4.57,0.98,7,5.23,1.09,13,4.14,2.48,7,3.31,2.1,13,6.29,1.59,14,5.91,2.74,11,5.22,1.3,9,4.82,0.87,11,4.27,2.28,11,2.9,1.85,10,6.39,2.09,18,5.43,2.23,7
+retain,6.25,2.07,20,2.76,1.84,21,5.76,1.61,25,5.75,3.3,4,6.38,1.78,16,3.5,2.08,4,2.59,1.8,17,5.67,1.73,9,5.81,1.6,16,6.0,1.41,8,6.42,2.47,12,3.4,1.71,10,2.18,1.83,11,5.57,1.7,14,6.0,1.55,11,6.36,2.11,11,6.11,2.15,9,2.1,1.52,10,3.36,1.96,11,5.61,1.72,18,6.14,1.35,7
+retainer,4.19,1.4,21,3.14,2.03,21,4.64,1.94,22,4.64,1.28,14,3.29,1.25,7,3.18,2.32,11,3.22,1.86,9,4.33,1.21,6,4.75,2.18,16,3.8,1.48,10,4.55,1.29,11,2.82,1.99,11,3.5,2.12,10,4.08,1.66,13,5.44,2.13,9,3.83,1.34,12,4.67,1.41,9,2.92,2.02,13,3.5,2.14,8,4.33,1.78,12,5.0,2.16,10
+retake,4.05,1.35,19,3.43,1.86,21,5.26,2.51,23,3.0,1.73,3,4.25,1.24,16,4.0,1.51,8,3.08,2.02,13,6.22,2.54,9,4.64,2.37,14,4.33,1.5,9,3.8,1.23,10,3.78,1.56,9,3.17,2.08,12,5.47,2.77,15,4.88,2.03,8,4.0,1.53,7,4.08,1.31,12,3.4,1.51,10,3.45,2.21,11,5.54,2.99,13,4.9,1.79,10
+retaliate,3.55,1.7,20,5.05,2.44,21,4.58,2.72,24,3.25,1.26,4,3.62,1.82,16,4.75,1.5,4,5.12,2.64,17,6.0,2.92,9,3.73,2.28,15,4.25,1.75,8,3.08,1.56,12,4.8,2.53,10,5.27,2.45,11,5.0,2.61,13,4.09,2.88,11,3.73,1.79,11,3.33,1.66,9,4.9,2.51,10,5.18,2.48,11,4.94,2.67,18,3.5,2.81,6
+retaliation,3.0,1.37,19,5.17,2.66,23,5.43,2.28,28,3.12,1.13,8,2.91,1.58,11,4.78,2.33,9,5.43,2.9,14,5.5,2.38,14,5.36,2.27,14,2.78,1.2,9,3.2,1.55,10,4.83,2.72,12,5.55,2.66,11,4.93,2.46,14,5.93,2.06,14,3.0,1.63,10,3.0,1.12,9,5.18,2.82,11,5.17,2.62,12,5.25,2.53,12,5.56,2.16,16
+retard,3.28,1.6,18,3.83,2.07,18,3.12,2.18,17,3.7,1.83,10,2.75,1.16,8,4.25,2.5,4,3.71,2.02,14,2.88,1.96,8,3.33,2.45,9,4.0,1.93,8,2.7,1.06,10,3.0,2.08,7,4.36,1.96,11,4.17,1.6,6,2.55,2.3,11,3.42,1.62,12,3.0,1.67,6,3.45,1.44,11,4.43,2.82,7,3.57,3.15,7,2.8,1.23,10
+retarded,2.25,1.55,20,5.43,2.98,21,4.16,2.76,25,3.67,2.89,3,2.0,1.17,17,5.14,3.34,7,5.62,3.01,13,4.5,2.56,8,4.0,2.92,17,3.14,2.12,7,1.77,0.93,13,6.0,2.94,7,5.15,3.18,13,4.36,2.87,14,3.91,2.74,11,2.22,1.3,9,2.27,1.79,11,5.82,2.48,11,5.0,3.53,10,4.11,3.14,18,4.29,1.6,7
+rethink,5.33,1.41,18,3.53,2.48,19,5.88,1.94,25,5.6,0.89,5,5.23,1.59,13,3.45,2.25,11,3.62,2.92,8,5.56,1.9,16,6.44,2.01,9,5.29,1.25,7,5.36,1.57,11,3.22,2.82,9,3.8,2.25,10,5.75,2.07,20,6.4,1.34,5,5.11,1.05,9,5.56,1.74,9,3.0,2.31,10,4.11,2.67,9,6.0,2.05,19,5.5,1.64,6
+retina,5.86,1.85,21,4.7,2.23,20,4.56,1.63,36,6.75,1.83,8,5.31,1.7,13,5.8,2.17,5,4.33,2.19,15,4.0,1.61,11,4.8,1.61,25,6.0,1.91,13,5.62,1.85,8,5.08,2.47,12,4.12,1.81,8,4.6,1.57,20,4.5,1.75,16,6.09,1.87,11,5.6,1.9,10,5.09,2.12,11,4.22,2.39,9,4.45,1.65,22,4.71,1.64,14
+retinal,4.32,1.39,22,3.65,2.13,26,4.71,2.26,24,4.11,1.27,9,4.46,1.51,13,3.3,2.45,10,3.88,1.96,16,4.22,2.17,9,5.0,2.33,15,4.38,1.69,8,4.29,1.27,14,3.69,2.18,13,3.62,2.18,13,4.08,2.19,12,5.33,2.23,12,4.42,1.56,12,4.2,1.23,10,3.67,2.47,15,3.64,1.69,11,4.77,2.45,13,4.64,2.11,11
+retire,6.4,1.88,20,2.91,1.86,23,5.71,1.93,21,6.22,1.86,9,6.55,1.97,11,2.82,1.78,11,3.0,2.0,12,4.75,1.83,8,6.31,1.8,13,6.07,1.59,14,7.17,2.4,6,2.89,2.26,9,2.93,1.64,14,6.0,2.2,8,5.54,1.81,13,6.2,1.62,10,6.6,2.17,10,3.31,2.14,13,2.4,1.35,10,6.0,1.91,12,5.33,2.0,9
+retirement,6.6,2.26,20,4.09,2.24,22,5.62,1.94,21,6.0,2.35,9,7.09,2.17,11,4.45,2.58,11,3.73,1.9,11,4.88,1.89,8,6.08,1.89,13,6.36,2.41,14,7.17,1.94,6,4.25,2.76,8,4.0,2.0,14,6.25,2.19,8,5.23,1.74,13,6.5,2.42,10,6.7,2.21,10,4.08,2.4,13,4.11,2.15,9,5.92,1.98,12,5.22,1.92,9
+retrace,4.75,1.41,20,3.75,2.21,24,5.45,2.2,22,5.12,0.64,8,4.5,1.73,12,3.85,2.03,13,3.64,2.5,11,5.77,2.28,13,5.0,2.12,9,5.38,1.3,8,4.64,0.92,11,4.64,1.98,14,2.5,1.96,10,5.92,1.98,12,4.9,2.42,10,4.56,1.88,9,4.91,0.94,11,3.12,2.0,17,5.29,2.06,7,4.7,2.54,10,6.08,1.73,12
+retract,5.38,1.43,21,3.5,2.02,22,4.86,1.88,21,5.11,1.36,9,5.58,1.51,12,2.83,2.23,6,3.6,1.92,15,3.8,1.92,5,5.19,1.8,16,5.33,1.58,9,5.42,1.38,12,3.6,1.95,5,3.47,2.1,17,5.3,1.49,10,4.45,2.16,11,5.67,1.72,12,5.0,0.87,9,3.67,1.87,9,3.38,2.18,13,4.82,1.78,11,4.9,2.08,10
+retraction,4.63,1.07,19,4.45,2.09,20,4.7,2.58,33,4.78,0.97,9,4.5,1.18,10,4.5,1.85,8,4.42,2.31,12,4.71,2.89,14,4.68,2.4,19,4.67,1.12,9,4.6,1.07,10,4.31,1.65,13,4.71,2.87,7,4.57,2.64,21,4.92,2.57,12,4.5,1.08,10,4.78,1.09,9,4.64,2.27,14,4.0,1.67,6,5.25,1.95,16,4.18,3.03,17
+retractor,4.95,1.16,21,2.81,1.83,21,4.74,2.14,27,4.7,1.16,10,5.18,1.17,11,2.29,1.89,7,3.07,1.82,14,4.82,2.38,17,4.6,1.78,10,5.36,0.92,11,4.5,1.27,10,2.2,1.79,5,3.0,1.86,16,5.07,2.43,14,4.38,1.8,13,4.92,1.19,13,5.0,1.2,8,2.4,1.84,10,3.18,1.83,11,4.64,2.53,14,4.85,1.72,13
+retreat,4.92,2.58,25,4.12,2.49,25,4.68,2.36,19,3.7,2.45,10,5.73,2.4,15,4.83,2.56,6,3.94,2.55,18,4.0,2.08,7,5.08,2.5,12,4.5,2.53,18,6.0,2.58,7,4.43,2.74,14,3.8,2.3,10,4.11,2.67,9,5.2,2.04,10,4.53,2.59,15,5.5,2.59,10,4.25,2.79,16,3.89,1.96,9,4.45,2.54,11,5.0,2.2,8
+retrial,3.95,1.39,19,5.06,2.29,18,4.65,1.9,23,3.6,1.67,5,4.07,1.33,14,5.4,2.3,5,4.92,2.36,13,4.33,2.46,12,5.0,1.0,11,3.9,1.29,10,4.0,1.58,9,5.71,1.98,7,4.64,2.46,11,4.6,2.13,15,4.75,1.49,8,3.54,1.39,13,4.83,0.98,6,5.08,2.02,12,5.0,2.97,6,5.0,1.88,14,4.11,1.9,9
+retribution,3.39,1.65,18,4.35,2.35,20,4.7,2.45,20,2.67,1.53,3,3.57,1.74,14,4.1,2.69,10,4.6,2.07,10,4.9,2.42,10,4.5,2.59,10,3.17,1.72,6,3.55,1.75,11,4.71,2.81,7,4.15,2.15,13,4.88,2.36,8,4.58,2.61,12,3.73,1.85,11,2.86,1.21,7,4.2,2.57,10,4.5,2.22,10,4.78,2.68,9,4.64,2.38,11
+retrieval,5.45,1.39,20,3.24,1.84,21,5.52,2.4,25,5.33,0.58,3,5.47,1.5,17,3.14,2.41,7,3.38,1.61,13,4.88,1.89,8,5.82,2.6,17,5.29,0.49,7,5.54,1.71,13,3.14,1.95,7,3.38,1.89,13,5.07,2.56,14,6.09,2.17,11,5.22,0.67,9,5.64,1.8,11,2.82,1.6,11,3.7,2.06,10,5.61,2.7,18,5.29,1.5,7
+retrieve,6.16,1.61,19,4.45,2.42,20,5.83,1.79,24,6.38,1.56,13,5.67,1.75,6,4.8,2.28,5,4.33,2.53,15,6.0,1.53,13,5.64,2.11,11,6.22,1.79,9,6.1,1.52,10,6.0,2.77,7,3.62,1.8,13,5.27,2.0,11,6.31,1.49,13,5.89,1.69,9,6.4,1.58,10,4.3,2.45,10,4.6,2.5,10,6.0,1.66,9,5.73,1.91,15
+retriever,5.26,1.76,23,4.27,2.29,22,6.3,1.95,20,6.12,1.73,8,4.8,1.66,15,4.5,2.51,10,4.08,2.19,12,6.86,2.54,7,6.0,1.58,13,5.67,1.5,12,4.82,1.99,11,3.73,1.74,11,4.82,2.71,11,6.07,2.05,15,7.0,1.58,5,4.82,1.54,11,5.67,1.92,12,4.8,2.04,10,3.83,2.48,12,5.9,1.2,10,6.7,2.5,10
+retro,5.6,1.31,20,4.0,2.43,21,5.76,2.35,34,5.8,1.4,10,5.4,1.26,10,3.88,2.36,8,4.08,2.56,13,5.79,1.76,14,5.75,2.73,20,5.0,0.87,9,6.09,1.45,11,4.0,2.16,13,4.0,2.98,8,5.5,2.24,22,6.25,2.56,12,5.5,1.18,10,5.7,1.49,10,3.79,2.58,14,4.43,2.23,7,5.76,2.25,17,5.76,2.51,17
+retroactive,4.77,1.51,22,3.92,2.54,26,5.22,2.28,23,5.22,1.48,9,4.46,1.51,13,4.3,2.79,10,3.69,2.44,16,5.44,2.35,9,5.07,2.3,14,5.5,1.41,8,4.36,1.45,14,4.54,2.73,13,3.31,2.29,13,5.64,1.8,11,4.83,2.66,12,4.83,1.4,12,4.7,1.7,10,4.47,2.72,15,3.18,2.18,11,5.85,1.99,13,4.4,2.46,10
+retrospect,5.76,1.51,21,3.23,1.54,22,4.86,1.71,21,6.0,2.06,9,5.58,1.0,12,3.0,0.63,6,3.2,1.78,15,5.17,2.56,6,4.73,1.33,15,5.67,2.12,9,5.83,0.94,12,3.2,1.48,5,3.24,1.6,17,4.2,1.69,10,5.45,1.57,11,6.08,1.62,12,5.33,1.32,9,3.44,1.81,9,3.08,1.38,13,4.42,1.88,12,5.44,1.33,9
+return,5.95,0.95,22,3.29,1.95,21,5.71,1.83,17,6.17,0.75,6,5.87,1.06,15,2.71,2.06,7,3.57,1.91,14,5.44,2.24,9,6.0,1.31,8,5.93,0.92,14,6.0,1.15,7,3.44,2.35,9,3.17,1.7,12,6.0,2.4,9,5.38,0.92,8,5.93,1.0,14,6.0,0.93,8,3.67,2.66,6,3.13,1.68,15,5.67,2.29,9,5.75,1.28,8
+reunion,6.37,1.76,41,4.61,2.33,23,5.76,2.23,54,6.1,1.89,20,6.62,1.63,21,4.73,2.24,11,4.5,2.5,12,5.41,2.51,32,6.29,1.71,21,6.15,2.01,20,6.57,1.5,21,4.45,2.38,11,4.75,2.38,12,5.87,2.5,31,5.59,1.89,22,6.57,1.59,23,6.11,1.97,18,4.91,2.39,11,4.33,2.35,12,5.81,2.4,26,5.71,2.11,28
+reunite,6.86,1.53,21,5.05,2.46,20,6.37,2.14,35,6.88,2.03,8,6.85,1.21,13,4.2,3.11,5,5.33,2.26,15,6.64,1.69,11,6.25,2.35,24,6.77,1.79,13,7.0,1.07,8,5.08,2.54,12,5.0,2.51,8,6.45,2.04,20,6.27,2.34,15,6.73,1.35,11,7.0,1.76,10,6.0,2.1,11,3.89,2.47,9,6.62,2.42,21,6.0,1.66,14
+rev,5.36,1.56,22,4.3,2.79,23,5.26,1.15,19,5.88,1.64,8,4.77,1.01,13,4.38,2.72,8,4.21,3.02,14,4.86,0.38,7,5.36,1.36,11,5.12,1.89,8,5.23,1.01,13,4.89,3.22,9,3.93,2.53,14,4.57,0.53,7,5.67,1.23,12,5.36,1.36,11,5.36,1.8,11,3.22,3.27,9,5.0,2.29,14,5.31,1.2,16,5.0,1.0,3
+reveal,5.86,1.59,21,4.14,2.46,22,6.5,1.68,26,5.9,1.73,10,5.82,1.54,11,2.71,2.14,7,4.8,2.37,15,6.47,1.81,17,6.56,1.51,9,5.55,2.07,11,6.2,0.79,10,3.2,3.03,5,4.41,2.29,17,6.62,1.98,13,6.38,1.39,13,5.69,1.93,13,6.12,0.83,8,4.0,2.87,10,4.25,2.18,12,7.23,1.59,13,5.77,1.48,13
+revel,5.4,1.96,20,4.05,2.16,20,5.57,2.44,21,4.83,0.41,6,5.64,2.31,14,4.38,1.92,8,3.83,2.37,12,6.55,1.97,11,4.5,2.55,10,5.2,1.1,5,5.47,2.2,15,4.0,2.31,10,4.1,2.13,10,5.57,2.65,14,5.57,2.15,7,4.14,1.21,7,6.08,1.98,13,3.79,2.04,14,4.67,2.5,6,5.17,2.33,12,6.11,2.62,9
+revelation,5.94,1.26,18,3.85,2.13,20,5.6,2.58,25,6.0,1.0,3,5.93,1.33,15,3.57,2.37,7,4.08,2.15,12,6.25,2.49,8,5.29,2.64,17,6.17,1.6,6,5.83,1.11,12,4.71,1.98,7,3.42,2.23,12,5.86,2.44,14,5.27,2.83,11,5.62,1.3,8,6.2,1.23,10,4.4,1.9,10,3.3,2.31,10,5.17,2.81,18,6.71,1.5,7
+revenge,2.75,1.55,20,6.14,2.17,21,5.72,2.92,25,3.33,0.58,3,2.65,1.66,17,6.0,2.24,7,6.08,2.25,13,7.0,1.77,8,5.12,3.2,17,2.86,1.77,7,2.69,1.49,13,6.86,1.57,7,5.62,2.4,13,5.86,2.82,14,5.55,3.17,11,3.44,1.67,9,2.18,1.25,11,6.55,2.07,11,5.7,2.31,10,5.44,3.01,18,6.43,2.76,7
+revenue,7.0,1.52,20,4.78,2.29,18,5.68,2.44,22,7.6,1.14,5,6.8,1.61,15,4.17,1.83,6,5.08,2.5,12,4.3,2.0,10,6.83,2.21,12,7.4,1.07,10,6.6,1.84,10,4.9,2.02,10,4.62,2.72,8,5.91,2.55,11,5.45,2.42,11,6.67,1.67,12,7.5,1.2,8,3.22,1.99,9,6.33,1.32,9,5.36,2.54,11,6.0,2.41,11
+reverence,6.11,1.71,18,3.25,2.2,20,5.08,1.89,25,5.2,1.48,5,6.46,1.71,13,3.09,2.51,11,3.44,1.88,9,4.81,1.83,16,5.56,2.01,9,6.0,1.53,7,6.18,1.89,11,3.44,2.7,9,3.09,1.81,11,5.2,2.07,20,4.6,0.89,5,6.22,1.3,9,6.0,2.12,9,2.82,1.99,11,3.78,2.44,9,5.05,1.61,19,5.17,2.79,6
+reverend,5.42,2.17,19,2.4,1.79,20,5.0,2.31,16,6.67,2.08,3,5.27,2.22,15,2.3,1.42,10,2.5,2.17,10,5.57,1.81,7,4.56,2.65,9,4.33,2.5,6,6.08,1.88,12,1.29,0.49,7,3.0,1.96,13,3.8,2.68,5,5.55,2.02,11,5.58,2.35,12,5.14,1.95,7,2.4,2.01,10,2.4,1.65,10,3.75,2.19,8,6.25,1.75,8
+reverent,5.44,1.92,39,3.88,2.32,41,4.93,2.45,41,5.68,2.15,22,5.12,1.58,17,3.84,2.22,19,4.0,2.47,21,4.71,2.51,21,5.15,2.43,20,5.26,2.09,23,5.69,1.66,16,3.76,2.53,21,4.0,2.13,20,4.71,2.44,17,5.08,2.5,24,5.0,2.03,19,5.85,1.76,20,3.44,2.28,27,4.71,2.23,14,5.69,2.52,16,4.44,2.33,25
+reversal,4.86,1.82,21,3.91,2.02,22,6.0,2.22,20,5.12,2.1,8,4.69,1.7,13,4.4,1.96,10,3.5,2.07,12,7.0,2.65,7,5.46,1.85,13,4.64,1.91,11,5.1,1.79,10,3.64,1.86,11,4.18,2.23,11,5.8,2.34,15,6.6,1.95,5,4.1,1.29,10,5.55,2.02,11,4.4,2.07,10,3.5,1.98,12,5.2,1.93,10,6.8,2.3,10
+reverse,5.2,1.32,20,3.73,2.57,22,6.08,2.12,25,5.71,1.7,7,4.92,1.04,13,3.6,2.63,10,3.83,2.62,12,6.33,1.68,15,6.0,2.69,9,5.27,1.19,11,5.11,1.54,9,4.56,2.19,9,3.15,2.73,13,6.47,2.33,15,5.78,1.56,9,5.23,1.36,13,5.14,1.35,7,3.44,2.39,16,4.5,3.08,6,5.67,2.35,12,6.46,1.9,13
+revert,4.95,1.54,20,3.55,2.3,22,5.26,2.68,27,6.0,2.08,7,4.38,0.77,13,3.1,1.66,10,3.92,2.75,12,6.0,2.42,15,4.27,2.94,11,5.09,1.38,11,4.78,1.79,9,3.78,1.39,9,3.38,2.81,13,5.71,2.93,17,4.44,2.24,9,5.23,1.79,13,4.43,0.79,7,3.25,2.02,16,4.33,3.01,6,6.08,2.64,12,4.6,2.61,15
+review,5.09,1.06,22,3.77,2.05,26,6.04,2.08,23,5.33,1.12,9,4.92,1.04,13,3.4,2.55,10,4.0,1.71,16,6.11,2.15,9,6.0,2.11,14,4.62,1.19,8,5.36,0.93,14,3.77,1.96,13,3.77,2.2,13,5.33,2.06,12,6.82,1.89,11,4.83,1.03,12,5.4,1.07,10,3.67,2.44,15,3.91,1.45,11,6.15,1.99,13,5.9,2.28,10
+reviewer,5.16,1.12,19,2.95,1.85,20,5.05,2.34,22,5.33,0.52,6,5.08,1.32,13,3.0,1.8,9,2.91,1.97,11,5.17,2.86,6,5.0,2.22,16,5.5,1.18,10,4.78,0.97,9,2.5,1.69,8,3.25,1.96,12,5.07,2.22,15,5.0,2.77,7,5.3,1.49,10,5.0,0.5,9,3.08,1.98,12,2.75,1.75,8,5.0,2.45,11,5.09,2.34,11
+revise,5.26,1.52,19,3.52,2.19,23,5.95,1.72,19,5.11,1.17,9,5.4,1.84,10,3.0,1.41,7,3.87,2.5,15,5.4,1.96,10,6.56,1.24,9,5.11,1.69,9,5.4,1.43,10,3.4,2.59,10,3.75,1.96,12,5.5,1.2,8,6.7,1.49,10,5.25,1.71,12,5.29,1.25,7,3.25,2.12,20,5.33,2.08,3,5.0,1.69,8,6.64,1.43,11
+revision,4.62,1.32,21,4.19,2.23,21,6.23,1.82,22,4.89,0.93,9,4.42,1.56,12,3.83,2.48,6,4.33,2.19,15,5.17,2.64,6,6.62,1.31,16,4.89,1.17,9,4.42,1.44,12,3.75,1.89,4,4.29,2.34,17,6.55,1.63,11,5.91,2.02,11,4.75,1.29,12,4.44,1.42,9,3.88,1.73,8,4.38,2.53,13,6.0,1.76,12,6.5,1.96,10
+revisit,5.81,1.5,21,3.9,1.92,21,5.84,2.21,25,6.0,1.04,12,5.56,2.01,9,4.29,1.5,7,3.71,2.13,14,5.3,2.41,10,6.2,2.08,15,6.5,1.91,4,5.65,1.41,17,3.8,2.2,10,4.0,1.73,11,5.43,1.99,7,6.0,2.33,18,6.0,1.91,12,5.56,0.73,9,3.92,2.14,13,3.88,1.64,8,5.44,1.94,9,6.06,2.38,16
+revival,6.38,1.72,21,4.31,2.26,26,5.42,2.47,24,6.89,1.9,9,6.0,1.54,12,3.6,2.67,10,4.75,1.91,16,6.11,2.09,9,5.0,2.65,15,6.88,1.46,8,6.08,1.85,13,4.77,2.13,13,3.85,2.38,13,5.5,2.35,12,5.33,2.67,12,6.0,1.54,12,6.89,1.9,9,4.0,2.42,15,4.73,2.05,11,5.15,2.85,13,5.73,2.0,11
+revive,6.53,1.95,19,3.92,2.0,24,6.11,2.04,28,5.62,1.06,8,7.18,2.23,11,3.22,1.72,9,4.33,2.09,15,6.14,2.11,14,6.07,2.06,14,7.11,2.09,9,6.0,1.76,10,3.92,1.83,12,3.92,2.23,12,5.5,2.14,14,6.71,1.82,14,7.4,1.78,10,5.56,1.74,9,4.0,1.95,12,3.83,2.12,12,5.75,1.91,12,6.38,2.16,16
+revoke,2.95,1.32,21,5.0,2.26,19,5.0,2.21,21,3.6,1.52,5,2.67,1.23,15,6.0,2.0,8,4.27,2.24,11,5.4,2.37,10,4.64,2.11,11,3.17,1.53,12,2.67,1.0,9,5.9,1.79,10,4.0,2.4,9,5.17,2.08,12,4.78,2.49,9,2.91,1.45,11,3.0,1.25,10,4.62,2.67,8,5.27,2.0,11,5.11,1.9,9,4.92,2.5,12
+revolt,4.0,1.57,18,4.36,2.71,44,4.97,2.57,36,4.67,1.53,3,3.87,1.6,15,3.82,2.65,17,4.7,2.74,27,4.94,2.54,16,5.0,2.66,20,4.0,1.41,9,4.0,1.8,9,4.64,2.65,14,4.23,2.78,30,5.21,2.86,14,4.82,2.42,22,3.0,1.15,7,4.64,1.5,11,4.15,2.75,26,4.67,2.7,18,5.36,2.53,14,4.73,2.62,22
+revolting,2.47,1.9,19,5.9,2.13,20,3.95,2.37,20,2.33,1.15,3,2.47,2.1,15,5.1,2.42,10,6.7,1.49,10,3.3,1.89,10,4.6,2.72,10,2.83,3.06,6,2.25,1.22,12,4.86,2.12,7,6.46,1.98,13,3.38,2.62,8,4.33,2.23,12,1.83,1.11,12,3.57,2.51,7,5.7,2.21,10,6.1,2.13,10,4.22,2.68,9,3.73,2.2,11
+revolution,4.81,1.99,21,5.68,2.32,22,5.23,2.41,26,5.18,1.99,11,4.4,2.01,10,5.2,2.1,10,6.08,2.5,12,6.09,2.21,11,4.64,2.5,14,5.4,2.17,10,4.27,1.74,11,5.5,2.55,10,5.83,2.21,12,6.12,2.32,17,3.5,1.69,8,4.92,2.4,13,4.62,1.19,8,6.0,2.42,14,5.12,2.17,8,5.47,2.65,17,4.78,1.92,9
+revolutionary,6.21,1.87,19,4.86,2.97,21,5.11,2.33,28,6.17,0.75,6,6.23,2.24,13,5.27,3.07,11,4.4,2.95,10,5.18,2.68,11,5.06,2.16,17,6.55,1.69,11,5.75,2.12,8,4.64,2.84,11,5.1,3.25,10,5.28,2.14,18,4.8,2.74,10,6.23,1.96,13,6.17,1.83,6,3.69,2.46,13,6.75,2.87,8,5.06,2.49,16,5.17,2.21,12
+revolutionize,5.65,2.23,20,5.28,2.63,18,5.45,2.2,22,6.4,1.82,5,5.4,2.35,15,5.83,2.71,6,5.0,2.66,12,5.2,1.55,10,5.67,2.67,12,6.6,1.17,10,4.7,2.67,10,5.5,2.95,10,5.0,2.33,8,5.64,2.29,11,5.27,2.2,11,5.67,2.27,12,5.62,2.33,8,4.44,3.21,9,6.11,1.69,9,5.0,1.95,11,5.91,2.43,11
+revolve,6.37,1.83,19,4.35,2.4,23,4.67,1.85,18,6.0,1.58,9,6.7,2.06,10,5.14,2.48,7,4.13,2.39,15,5.4,1.78,10,3.75,1.58,8,6.78,1.56,9,6.0,2.05,10,5.3,2.75,10,3.75,1.91,12,4.57,1.4,7,4.5,2.12,10,6.33,1.87,12,6.43,1.9,7,4.4,2.44,20,4.0,2.65,3,5.0,1.51,8,4.4,2.12,10
+revolver,3.3,1.69,20,6.29,1.83,41,4.39,2.97,18,4.0,1.0,3,3.18,1.78,17,6.61,1.61,18,6.04,1.99,23,5.4,2.91,10,3.12,2.7,8,4.29,1.38,7,2.77,1.64,13,5.53,2.23,15,6.73,1.43,26,4.71,2.43,7,4.18,3.37,11,3.11,1.62,9,3.45,1.81,11,6.09,1.98,23,6.56,1.65,18,5.44,2.96,9,3.33,2.74,9
+revolving,5.0,1.62,20,4.41,2.7,22,5.26,2.46,27,6.0,1.53,7,4.46,1.45,13,5.1,2.6,10,3.83,2.76,12,5.73,2.43,15,4.64,2.58,11,5.36,0.81,11,4.56,2.24,9,4.22,2.05,9,4.54,3.15,13,5.76,2.49,17,4.33,2.4,9,5.08,1.98,13,4.86,0.69,7,4.12,2.73,16,5.17,2.71,6,5.17,2.79,12,5.33,2.26,15
+revue,5.32,1.42,19,3.5,2.37,20,4.94,2.43,16,5.33,0.58,3,5.2,1.52,15,3.3,2.11,10,3.7,2.71,10,5.43,2.3,7,4.56,2.6,9,5.67,1.75,6,5.0,1.21,12,3.43,2.44,7,3.54,2.44,13,3.2,2.68,5,5.73,1.95,11,5.08,1.38,12,5.71,1.5,7,3.8,2.78,10,3.2,1.99,10,4.62,2.77,8,5.25,2.19,8
+reward,7.47,1.35,19,5.58,2.74,43,6.33,2.25,48,7.0,1.0,3,7.56,1.41,16,5.0,2.77,19,6.09,2.73,23,5.71,2.11,17,6.68,2.29,31,7.6,1.65,10,7.33,1.0,9,5.61,2.87,18,5.56,2.69,25,6.08,2.33,26,6.64,2.17,22,7.75,1.16,8,7.27,1.49,11,6.2,2.8,20,5.04,2.62,23,6.2,2.3,30,6.56,2.23,18
+rewarding,6.75,1.52,20,5.65,2.37,23,6.58,2.02,26,6.82,1.6,11,6.67,1.5,9,5.55,2.16,11,5.75,2.63,12,6.0,1.84,11,7.43,1.34,14,6.44,1.67,9,7.0,1.41,11,5.36,2.8,11,5.92,1.98,12,6.71,1.72,17,7.0,1.77,8,6.92,1.62,12,6.5,1.41,8,5.93,2.52,15,5.12,2.1,8,6.88,2.12,17,6.0,1.8,9
+rewind,5.58,1.92,19,4.13,2.32,23,5.58,1.43,19,4.78,1.48,9,6.3,2.06,10,3.71,2.29,7,4.27,2.46,15,5.1,0.99,10,6.11,1.69,9,5.44,2.13,9,5.7,1.83,10,4.3,2.83,10,3.92,2.02,12,4.75,0.89,8,6.1,1.52,10,5.83,1.9,12,5.14,2.04,7,4.0,2.2,20,5.0,3.46,3,5.0,1.07,8,6.0,1.55,11
+rewire,5.67,1.46,21,3.73,2.37,22,4.9,1.8,20,6.11,1.45,9,5.33,1.44,12,2.67,1.97,6,4.07,2.52,15,5.33,2.42,6,4.71,1.54,14,5.89,1.62,9,5.5,1.38,12,4.6,2.07,5,3.47,2.45,17,4.22,1.99,9,5.45,1.51,11,6.08,1.68,12,5.11,0.93,9,3.44,1.88,9,3.92,2.72,13,4.45,1.86,11,5.44,1.67,9
+rewrite,4.2,1.2,20,3.78,2.8,18,5.75,2.8,24,4.8,0.84,5,4.0,1.25,15,4.8,2.86,5,3.38,2.79,13,5.46,3.1,13,6.09,2.51,11,4.4,1.35,10,4.0,1.05,10,4.71,2.36,7,3.18,2.99,11,5.25,2.91,16,6.75,2.43,8,4.0,1.24,14,4.67,1.03,6,3.92,2.71,12,3.5,3.21,6,6.33,2.82,15,4.78,2.64,9
+rhapsody,6.63,1.46,19,4.7,2.4,23,5.05,1.18,19,6.11,1.17,9,7.1,1.6,10,4.14,2.41,7,5.07,2.46,15,5.1,1.1,10,5.0,1.32,9,6.78,1.64,9,6.5,1.35,10,5.1,2.64,10,4.5,2.32,12,5.12,1.25,8,5.0,1.25,10,6.58,1.44,12,6.71,1.6,7,4.6,2.39,20,5.33,2.89,3,4.75,1.04,8,5.27,1.27,11
+rhetoric,4.6,1.27,20,3.9,2.12,21,4.68,2.56,34,4.7,1.16,10,4.5,1.43,10,4.88,2.03,8,3.31,2.02,13,4.64,2.71,14,4.7,2.52,20,4.56,1.24,9,4.64,1.36,11,3.92,1.55,13,3.88,2.95,8,4.77,2.64,22,4.5,2.5,12,4.5,1.35,10,4.7,1.25,10,4.07,2.4,14,3.57,1.51,7,5.12,2.55,17,4.24,2.56,17
+rhetorical,5.05,1.6,21,3.74,2.05,23,5.12,1.51,26,5.45,1.51,11,4.6,1.65,10,3.55,2.21,11,3.92,1.98,12,5.64,1.43,11,4.79,1.53,14,5.1,2.13,10,5.0,1.0,11,3.73,2.53,11,3.75,1.6,12,4.94,1.71,17,5.62,0.92,8,4.77,1.92,13,5.5,0.76,8,4.2,2.08,15,2.88,1.81,8,4.94,1.78,17,5.44,0.73,9
+rhinestone,5.42,2.52,19,3.45,2.63,22,4.71,1.7,28,4.33,2.34,6,5.92,2.53,13,2.82,2.23,11,4.09,2.95,11,4.18,1.89,11,5.06,1.52,17,6.18,2.56,11,4.38,2.2,8,3.36,2.91,11,3.55,2.46,11,4.72,1.78,18,4.7,1.64,10,5.38,2.5,13,5.5,2.81,6,3.79,2.99,14,2.88,1.89,8,4.69,2.09,16,4.75,1.06,12
+rhino,6.25,1.29,20,4.1,2.17,21,5.17,2.6,24,6.0,1.0,3,6.29,1.36,17,4.14,1.95,7,4.15,2.41,13,4.75,2.6,8,5.38,2.66,16,6.0,0.82,7,6.38,1.5,13,3.43,1.9,7,4.54,2.33,13,4.79,2.64,14,5.7,2.58,10,5.78,1.2,9,6.64,1.29,11,3.64,2.29,11,4.6,2.01,10,5.24,2.86,17,5.0,2.0,7
+rhinoceros,6.0,1.85,22,4.47,2.27,19,4.4,2.39,20,6.2,1.3,5,5.94,2.08,16,4.88,2.3,8,4.18,2.32,11,4.89,2.52,9,4.0,2.32,11,6.17,1.99,12,5.8,1.75,10,4.8,2.1,10,4.11,2.52,9,3.73,1.85,11,5.22,2.82,9,6.0,2.41,11,6.0,1.18,11,3.5,2.45,8,5.18,1.94,11,4.67,2.65,9,4.18,2.27,11
+rhubarb,6.45,1.64,20,4.3,2.27,20,5.73,1.85,26,6.18,1.66,11,6.78,1.64,9,4.43,1.9,7,4.23,2.52,13,5.77,1.74,13,5.69,2.02,13,6.45,1.97,11,6.44,1.24,9,4.36,1.96,11,4.22,2.73,9,5.82,1.74,17,5.56,2.13,9,5.9,1.6,10,7.0,1.56,10,4.17,2.08,12,4.5,2.67,8,5.5,1.59,16,6.1,2.23,10
+rhyme,6.58,1.57,19,3.59,2.4,22,6.09,2.02,22,7.0,1.58,9,6.2,1.55,10,4.88,2.23,8,2.86,2.25,14,6.82,1.99,11,5.36,1.86,11,6.43,1.62,7,6.67,1.61,12,4.1,2.38,10,3.17,2.44,12,5.69,2.25,13,6.67,1.58,9,6.2,1.55,10,7.0,1.58,9,3.38,2.92,8,3.71,2.16,14,5.86,2.41,14,6.5,1.07,8
+rhythm,6.42,1.17,19,5.14,2.54,21,7.0,1.71,34,6.4,1.26,10,6.44,1.13,9,6.0,2.27,8,4.62,2.63,13,6.93,1.9,14,7.05,1.61,20,5.88,0.83,8,6.82,1.25,11,5.38,2.81,13,4.75,2.12,8,6.77,1.74,22,7.42,1.62,12,6.44,1.33,9,6.4,1.07,10,5.43,2.28,14,4.57,3.1,7,6.88,1.73,17,7.12,1.73,17
+rhythmic,6.3,1.87,20,5.05,2.21,22,6.26,1.97,19,5.78,1.86,9,6.73,1.85,11,4.0,3.24,5,5.31,1.89,16,6.83,2.14,6,6.0,1.91,13,6.21,1.97,14,6.5,1.76,6,4.17,1.99,12,6.11,2.2,9,5.44,1.74,9,7.0,1.94,10,6.3,2.0,10,6.3,1.83,10,4.67,2.42,12,5.5,1.96,10,7.17,1.72,6,5.85,1.99,13
+rib,6.1,1.83,20,2.29,1.74,21,5.0,1.53,24,6.75,2.63,4,5.94,1.65,16,4.0,2.16,4,1.88,1.41,17,5.78,2.05,9,4.53,0.92,15,6.38,1.6,8,5.92,2.02,12,2.2,1.81,10,2.36,1.75,11,4.71,1.54,14,5.4,1.51,10,6.09,1.81,11,6.11,1.96,9,2.0,1.41,10,2.55,2.02,11,5.24,1.64,17,4.43,1.13,7
+ribbon,6.7,1.17,20,3.63,2.29,19,5.31,1.81,26,6.36,0.92,11,7.11,1.36,9,4.29,2.29,7,3.25,2.3,12,4.77,1.92,13,5.85,1.57,13,7.0,1.34,11,6.33,0.87,9,4.5,2.59,10,2.67,1.5,9,5.06,1.78,17,5.78,1.86,9,6.9,1.29,10,6.5,1.08,10,4.17,2.48,12,2.71,1.7,7,5.25,1.53,16,5.4,2.27,10
+rice,5.7,1.56,20,3.0,2.38,18,5.5,2.52,22,6.4,0.55,5,5.47,1.73,15,3.0,2.83,5,3.0,2.31,13,5.25,2.77,12,5.8,2.3,10,6.3,1.7,10,5.1,1.2,10,3.0,2.77,7,3.0,2.24,11,5.62,2.58,16,5.17,2.56,6,5.5,1.34,14,6.17,2.04,6,3.08,2.23,12,2.83,2.86,6,5.38,2.69,13,5.67,2.4,9
+rich,6.83,2.31,18,6.81,2.04,21,6.83,2.38,18,6.38,2.13,8,7.2,2.49,10,6.29,2.56,7,7.07,1.77,14,6.36,2.62,11,7.57,1.9,7,6.73,2.0,11,7.0,2.89,7,7.78,1.64,9,6.08,2.07,12,6.91,2.34,11,6.71,2.63,7,6.25,2.53,12,8.0,1.26,6,6.83,2.33,12,6.78,1.72,9,6.0,2.87,9,7.67,1.5,9
+riches,7.1,1.46,40,5.42,2.58,43,6.1,2.37,42,7.14,1.7,14,7.08,1.38,25,5.0,3.19,12,5.63,2.37,30,5.29,2.87,14,6.56,2.03,27,6.56,1.5,16,7.48,1.38,23,4.75,2.22,12,5.68,2.7,31,5.5,2.04,18,6.54,2.54,24,7.21,1.38,24,6.94,1.61,16,6.0,2.68,20,4.91,2.45,23,6.1,2.5,29,6.08,2.14,13
+rickety,3.52,1.94,21,5.35,2.35,20,4.15,2.16,20,4.17,1.83,6,3.27,1.98,15,5.5,2.88,8,5.25,2.05,12,3.55,2.07,11,4.89,2.15,9,3.5,2.07,6,3.53,1.96,15,5.6,2.99,10,5.1,1.6,10,4.23,2.35,13,4.0,1.91,7,3.29,2.06,7,3.64,1.95,14,5.57,2.74,14,4.83,0.98,6,4.09,1.81,11,4.22,2.64,9
+rickshaw,5.63,1.3,19,4.3,2.27,20,5.32,1.84,25,5.2,1.23,10,6.11,1.27,9,4.71,2.5,7,4.08,2.22,13,4.92,1.71,13,5.75,1.96,12,5.7,1.7,10,5.56,0.73,9,4.45,1.63,11,4.11,2.98,9,5.41,1.91,17,5.12,1.81,8,5.4,1.07,10,5.89,1.54,9,4.42,2.07,12,4.12,2.7,8,5.25,1.44,16,5.44,2.51,9
+ricochet,4.75,1.41,20,5.05,2.2,21,4.3,2.23,27,5.43,1.9,7,4.38,0.96,13,5.22,2.33,9,4.92,2.19,12,4.27,2.46,15,4.27,2.1,11,4.82,1.08,11,4.67,1.8,9,5.62,1.92,8,4.69,2.36,13,4.82,2.21,17,3.22,2.11,9,5.0,1.53,13,4.29,1.11,7,4.8,2.51,15,5.67,1.03,6,4.5,2.24,12,4.13,2.29,15
+rid,3.67,2.03,18,4.38,2.52,21,5.06,2.46,18,3.88,1.36,8,3.5,2.51,10,4.29,3.04,7,4.43,2.34,14,4.82,2.32,11,5.43,2.82,7,4.27,1.95,11,2.71,1.89,7,3.67,3.12,9,4.92,1.93,12,5.64,2.29,11,4.14,2.61,7,3.33,1.56,12,4.33,2.8,6,3.42,2.43,12,5.67,2.12,9,5.78,2.39,9,4.33,2.45,9
+riddance,4.79,1.69,19,4.5,2.56,22,4.77,2.29,22,4.33,1.32,9,5.2,1.93,10,5.75,2.82,8,3.79,2.19,14,5.0,2.32,11,4.55,2.34,11,4.86,1.21,7,4.75,1.96,12,5.2,2.35,10,3.92,2.68,12,4.31,2.18,13,5.44,2.4,9,5.3,1.64,10,4.22,1.64,9,4.0,2.98,8,4.79,2.36,14,4.64,2.53,14,5.0,1.93,8
+riddle,6.3,1.66,20,4.48,2.11,23,4.39,2.17,18,5.0,2.12,5,6.73,1.28,15,5.08,2.27,12,3.82,1.78,11,4.0,2.12,9,4.25,1.75,8,6.27,1.95,11,6.33,1.32,9,4.5,1.9,16,4.43,2.7,7,4.2,1.62,10,4.62,2.83,8,6.75,1.42,12,5.62,1.85,8,4.53,2.29,19,4.25,0.96,4,4.33,1.92,12,4.5,2.81,6
+ride,6.27,1.45,22,5.1,2.57,21,5.28,1.87,18,6.5,1.52,6,6.2,1.52,15,4.71,2.5,7,5.29,2.67,14,5.33,2.24,9,5.25,1.67,8,6.29,1.49,14,6.29,1.6,7,3.67,2.6,9,6.17,2.04,12,5.7,2.11,10,4.75,1.49,8,5.93,1.54,14,6.88,1.13,8,4.5,3.21,6,5.33,2.35,15,5.6,2.17,10,4.88,1.46,8
+rider,5.36,1.22,22,4.41,2.46,22,5.37,2.29,19,5.5,1.07,8,5.0,0.82,13,3.57,2.37,7,4.79,2.58,14,5.86,1.95,7,5.18,2.6,11,5.12,1.25,8,5.23,0.73,13,4.67,2.78,9,4.23,2.31,13,5.43,2.82,7,5.33,2.06,12,5.36,1.12,11,5.36,1.36,11,3.89,2.98,9,4.77,2.09,13,5.38,2.09,16,5.33,3.79,3
+ridge,4.62,1.56,21,3.52,2.33,23,5.28,2.27,18,4.44,1.81,9,4.75,1.42,12,3.73,2.0,11,3.33,2.67,12,5.0,2.4,10,5.62,2.2,8,4.43,2.07,7,4.69,1.38,13,4.55,2.42,11,2.58,1.88,12,4.43,2.57,7,5.82,1.99,11,4.62,1.8,13,4.62,1.19,8,3.27,2.45,11,3.75,2.3,12,4.67,2.18,9,5.89,2.32,9
+ridicule,2.95,1.5,41,5.53,2.05,40,4.15,2.4,41,2.89,1.57,18,3.0,1.48,23,5.36,1.98,14,5.62,2.12,26,5.31,2.57,16,3.4,2.0,25,2.97,1.4,30,2.91,1.81,11,5.53,1.77,17,5.52,2.27,23,4.8,2.47,25,3.12,1.96,16,3.0,1.45,22,2.89,1.59,19,5.37,1.8,19,5.67,2.29,21,4.52,2.61,23,3.67,2.09,18
+ridiculous,3.67,2.0,18,5.65,2.83,20,3.78,2.16,18,3.75,1.67,8,3.6,2.32,10,6.14,2.91,7,5.38,2.87,13,3.64,1.86,11,4.0,2.71,7,4.18,2.09,11,2.86,1.68,7,6.22,2.95,9,5.18,2.79,11,4.18,2.4,11,3.14,1.68,7,3.83,1.75,12,3.33,2.58,6,5.25,2.77,12,6.25,3.01,8,4.78,2.39,9,2.78,1.39,9
+rife,3.32,1.7,19,3.4,1.98,20,5.4,2.3,20,3.0,2.0,3,3.53,1.64,15,3.2,1.93,10,3.6,2.12,10,6.2,2.15,10,4.6,2.27,10,3.5,1.64,6,3.42,1.73,12,3.0,1.91,7,3.62,2.06,13,5.38,2.39,8,5.42,2.35,12,3.0,1.76,12,3.86,1.57,7,3.8,1.93,10,3.0,2.05,10,4.56,1.88,9,6.09,2.47,11
+riff,4.63,1.61,19,4.71,2.31,17,4.88,2.62,17,5.18,1.47,11,3.88,1.55,8,5.0,3.46,3,4.64,2.17,14,3.88,1.89,8,5.78,2.95,9,5.0,1.69,8,4.36,1.57,11,5.0,2.38,7,4.5,2.37,10,4.67,2.73,6,5.0,2.68,11,4.62,1.76,13,4.67,1.37,6,4.0,2.32,11,6.0,1.79,6,4.86,2.54,7,4.9,2.81,10
+riffraff,4.05,1.47,20,4.57,2.18,21,4.21,2.68,34,3.9,2.08,10,4.2,0.42,10,3.75,1.67,8,5.08,2.36,13,4.5,3.01,14,4.0,2.49,20,3.89,1.76,9,4.18,1.25,11,4.62,2.33,13,4.5,2.07,8,4.41,2.79,22,3.83,2.55,12,3.3,1.64,10,4.8,0.79,10,4.71,2.52,14,4.29,1.38,7,5.06,2.44,17,3.35,2.71,17
+rifle,4.3,1.66,20,6.14,2.2,21,5.28,2.75,25,5.0,1.61,11,3.44,1.33,9,6.33,1.51,6,6.07,2.46,15,5.62,2.77,8,5.12,2.8,17,4.25,0.96,4,4.31,1.82,16,6.71,1.89,7,5.86,2.35,14,5.14,2.77,14,5.45,2.84,11,4.17,1.34,12,4.5,2.14,8,5.56,3.0,9,6.58,1.31,12,5.67,2.85,18,4.29,2.36,7
+rifleman,4.25,1.77,20,5.1,2.19,21,3.84,2.21,25,4.64,1.86,11,3.78,1.64,9,5.57,1.62,7,4.86,2.44,14,4.6,2.41,10,3.33,1.99,15,4.5,1.91,4,4.19,1.8,16,5.0,2.4,10,5.18,2.09,11,2.86,1.57,7,4.22,2.34,18,4.36,1.63,11,4.11,2.03,9,4.62,2.14,13,5.88,2.17,8,3.11,2.09,9,4.25,2.24,16
+rift,3.84,1.12,19,4.57,2.2,21,5.26,2.28,23,4.67,0.58,3,3.69,1.14,16,5.12,1.96,8,4.23,2.35,13,5.67,2.4,9,5.0,2.25,14,4.11,1.17,9,3.6,1.07,10,5.0,1.58,9,4.25,2.6,12,6.07,2.25,15,3.75,1.49,8,3.71,1.38,7,3.92,1.0,12,5.2,1.75,10,4.0,2.49,11,5.54,2.76,13,4.9,1.52,10
+rig,4.32,1.38,19,4.52,2.11,21,5.39,1.9,23,5.0,0.71,5,4.15,1.52,13,4.33,2.16,6,4.6,2.16,15,4.5,1.9,10,6.08,1.66,13,4.14,1.68,7,4.55,1.21,11,4.43,2.51,7,4.57,1.99,14,5.18,1.94,11,5.58,1.93,12,4.5,1.24,12,4.0,1.63,7,4.0,2.19,11,5.1,1.97,10,5.14,2.07,14,5.78,1.64,9
+right,7.32,1.49,22,5.0,2.6,20,7.16,1.86,19,7.15,1.57,13,7.56,1.42,9,5.71,2.29,7,4.62,2.75,13,7.0,1.73,7,7.25,2.01,12,7.58,1.51,12,7.0,1.49,10,5.11,2.67,9,4.91,2.66,11,6.1,1.97,10,8.33,0.71,9,7.75,1.29,12,6.8,1.62,10,5.86,3.24,7,4.54,2.18,13,6.71,2.36,7,7.42,1.56,12
+righteous,6.0,2.79,19,3.32,2.73,22,5.59,2.48,27,5.33,2.42,6,6.31,2.98,13,3.36,2.69,11,3.27,2.9,11,4.8,2.9,10,6.06,2.16,17,6.64,2.42,11,5.12,3.18,8,3.09,2.3,11,3.55,3.21,11,5.35,2.42,17,6.0,2.67,10,5.92,2.43,13,6.17,3.71,6,2.93,2.7,14,4.0,2.83,8,5.53,2.8,15,5.67,2.15,12
+righteousness,5.18,2.22,22,5.0,2.78,22,6.05,2.33,20,5.75,2.25,8,4.86,2.21,14,5.4,2.88,10,4.67,2.77,12,6.43,1.81,7,5.85,2.61,13,4.27,2.61,11,6.09,1.3,11,4.73,2.2,11,5.27,3.35,11,6.07,2.15,15,6.0,3.08,5,4.2,2.1,10,6.0,2.04,12,5.4,2.46,10,4.67,3.08,12,6.4,2.37,10,5.7,2.36,10
+rightful,6.0,1.73,19,3.45,1.85,20,6.9,1.92,20,6.67,2.08,3,5.87,1.77,15,3.4,1.84,10,3.5,1.96,10,6.9,1.29,10,6.9,2.47,10,6.0,2.0,6,6.0,1.76,12,2.57,1.4,7,3.92,1.93,13,6.5,2.62,8,7.17,1.34,12,6.33,1.5,12,5.43,2.07,7,3.1,1.85,10,3.8,1.87,10,6.89,2.52,9,6.91,1.38,11
+righty,5.33,1.75,18,3.62,1.75,21,5.56,2.36,34,5.7,1.57,10,4.88,1.96,8,3.62,1.69,8,3.62,1.85,13,5.79,2.26,14,5.4,2.48,20,5.38,2.5,8,5.3,0.95,10,4.08,1.5,13,2.88,1.96,8,5.73,2.49,22,5.25,2.18,12,4.89,2.37,9,5.78,0.67,9,3.64,1.74,14,3.57,1.9,7,5.82,2.04,17,5.29,2.69,17
+rigid,3.47,2.09,19,4.81,2.13,37,4.83,2.36,42,3.67,2.42,6,3.38,2.02,13,5.08,1.68,12,4.68,2.34,25,5.83,2.12,24,3.5,2.01,18,3.3,1.57,10,3.67,2.65,9,5.05,1.84,19,4.56,2.43,18,5.48,2.38,25,3.88,2.03,17,2.38,0.92,8,4.27,2.37,11,5.04,2.22,26,4.27,1.9,11,4.82,2.5,22,4.85,2.25,20
+rigor,4.81,2.14,21,5.05,2.53,19,5.48,2.25,21,5.33,0.82,6,4.6,2.47,15,5.0,3.02,8,5.09,2.26,11,5.36,2.42,11,5.6,2.17,10,5.0,1.67,6,4.73,2.34,15,5.2,2.94,10,4.89,2.15,9,5.0,2.39,14,6.43,1.72,7,4.43,2.15,7,5.0,2.18,14,4.92,3.07,13,5.33,0.52,6,4.67,2.46,12,6.56,1.42,9
+rigorous,4.81,1.66,21,5.81,2.02,21,6.18,1.74,22,4.11,1.27,9,5.33,1.78,12,5.17,2.48,6,6.07,1.83,15,5.83,1.83,6,6.31,1.74,16,4.33,1.32,9,5.17,1.85,12,6.25,1.5,4,5.71,2.14,17,6.18,1.78,11,6.18,1.78,11,5.0,2.0,12,4.56,1.13,9,5.12,2.53,8,6.23,1.59,13,5.5,1.62,12,7.0,1.56,10
+rim,4.6,1.57,20,3.72,2.56,18,5.04,2.07,24,4.2,0.84,5,4.73,1.75,15,5.6,2.97,5,3.0,2.08,13,4.85,2.48,13,5.27,1.56,11,4.6,2.01,10,4.6,1.07,10,5.43,2.64,7,2.64,1.91,11,4.88,2.22,16,5.38,1.85,8,4.21,1.25,14,5.5,1.97,6,4.17,2.69,12,2.83,2.23,6,4.93,2.22,15,5.22,1.92,9
+ring,7.09,1.48,22,4.43,2.66,21,5.44,2.15,18,6.33,1.03,6,7.47,1.55,15,4.29,3.04,7,4.5,2.56,14,5.56,2.46,9,5.62,1.85,8,7.29,1.49,14,6.86,1.57,7,4.56,3.05,9,4.33,2.46,12,5.9,2.73,10,4.88,0.99,8,7.07,1.33,14,7.12,1.81,8,4.33,3.56,6,4.47,2.36,15,5.8,2.78,10,5.0,0.93,8
+ringer,4.95,0.76,20,4.24,2.19,21,5.56,2.35,25,4.0,1.0,3,5.12,0.6,17,4.86,2.67,7,4.0,2.0,13,5.38,2.2,8,5.65,2.47,17,4.71,0.95,7,5.08,0.64,13,4.57,2.51,7,4.15,2.15,13,5.64,2.41,14,5.45,2.38,11,4.89,0.6,9,5.0,0.89,11,4.27,2.0,11,4.2,2.49,10,5.44,2.68,18,5.86,1.21,7
+ringleader,4.1,1.8,20,5.2,2.33,20,5.56,2.1,25,3.18,1.66,11,5.22,1.3,9,5.14,1.68,7,5.23,2.68,13,5.38,1.89,13,5.75,2.38,12,4.18,1.4,11,4.0,2.29,9,5.27,2.45,11,5.11,2.32,9,6.24,2.11,17,4.12,1.25,8,4.0,2.21,10,4.2,1.4,10,5.75,2.49,12,4.38,1.92,8,5.94,2.11,16,4.89,2.03,9
+ringmaster,5.53,1.61,19,4.35,2.16,20,6.3,2.44,23,5.77,1.83,13,5.0,0.89,6,5.6,1.95,5,3.93,2.12,15,6.92,2.07,12,5.64,2.73,11,5.78,1.79,9,5.3,1.49,10,5.57,2.15,7,3.69,1.93,13,6.0,2.79,11,6.58,2.15,12,6.0,1.0,9,5.1,1.97,10,4.4,1.96,10,4.3,2.45,10,7.67,2.24,9,5.43,2.21,14
+ringside,5.3,0.86,20,4.29,2.31,21,5.72,2.32,25,6.0,1.0,3,5.18,0.81,17,4.71,2.87,7,4.0,2.12,13,5.75,1.75,8,5.71,2.59,17,5.57,0.79,7,5.15,0.9,13,4.57,2.23,7,4.08,2.5,13,5.93,1.82,14,5.45,2.91,11,5.44,0.73,9,5.18,0.98,11,4.55,2.02,11,4.0,2.67,10,5.56,2.48,18,6.14,1.95,7
+rink,5.67,1.59,21,3.32,2.14,19,4.62,2.31,21,6.5,1.64,6,5.33,1.5,15,2.88,2.3,8,3.64,2.06,11,4.58,2.35,12,4.67,2.4,9,6.22,1.72,9,5.25,1.42,12,3.22,2.17,9,3.4,2.22,10,2.83,1.33,6,5.33,2.26,15,5.3,1.7,10,6.0,1.48,11,3.31,2.1,13,3.33,2.42,6,4.33,2.61,12,5.0,1.94,9
+rinse,5.47,0.9,19,2.76,1.84,21,6.92,1.53,25,5.0,0.0,3,5.56,0.96,16,3.29,2.75,7,2.46,1.27,13,7.12,1.36,8,6.82,1.63,17,5.17,0.41,6,5.62,1.04,13,3.43,2.76,7,2.38,1.19,13,7.14,1.66,14,6.64,1.36,11,5.89,1.05,9,5.1,0.57,10,3.0,2.37,11,2.5,1.08,10,7.17,1.58,18,6.29,1.25,7
+riot,3.15,2.01,40,6.19,2.38,21,3.25,2.38,24,3.16,1.86,19,2.95,1.75,19,6.57,2.07,7,5.92,2.66,13,3.25,2.66,8,3.25,2.32,16,3.81,2.51,16,2.78,1.48,23,5.86,2.54,7,6.31,2.46,13,3.65,2.62,17,2.0,1.26,6,3.41,2.24,22,2.83,1.69,18,7.18,1.4,11,5.1,2.81,10,3.19,2.37,16,3.38,2.56,8
+rioting,3.42,2.27,19,5.32,2.85,22,3.29,2.14,28,4.5,2.88,6,2.92,1.85,13,4.73,2.65,11,5.91,3.05,11,2.91,2.12,11,3.53,2.18,17,3.64,1.8,11,3.12,2.9,8,5.91,2.74,11,4.73,2.97,11,3.83,2.38,18,2.3,1.16,10,3.46,1.98,13,3.33,3.01,6,5.21,3.19,14,5.5,2.33,8,3.25,2.27,16,3.33,2.06,12
+rip,3.28,1.78,18,5.26,2.33,19,4.12,2.05,24,3.4,1.52,5,3.23,1.92,13,5.82,2.52,11,4.5,1.93,8,4.5,2.19,16,3.38,1.6,8,4.29,1.11,7,2.64,1.86,11,4.33,2.78,9,6.1,1.52,10,3.84,2.17,19,5.2,1.1,5,3.56,1.74,9,3.0,1.87,9,4.91,2.34,11,5.75,2.38,8,3.89,1.91,18,4.83,2.48,6
+ripe,5.57,2.01,21,4.78,2.32,23,5.72,2.02,18,4.8,2.77,5,5.81,1.76,16,5.92,2.35,12,3.55,1.57,11,5.33,2.18,9,5.88,1.89,8,4.92,2.23,12,6.44,1.33,9,4.88,2.36,16,4.57,2.37,7,5.9,2.23,10,5.5,1.85,8,6.38,1.76,13,4.25,1.75,8,4.74,2.49,19,5.0,1.41,4,6.08,1.88,12,5.0,2.28,6
+ripper,3.11,1.45,18,5.1,2.55,20,4.48,2.26,25,3.6,1.34,5,2.92,1.5,13,6.18,2.48,11,3.78,2.05,9,4.56,2.19,16,4.33,2.5,9,3.29,0.95,7,3.0,1.73,11,4.22,2.44,9,5.82,2.52,11,4.55,2.46,20,4.2,1.3,5,3.33,1.5,9,2.89,1.45,9,4.45,2.73,11,5.89,2.2,9,4.53,2.25,19,4.33,2.5,6
+ripple,6.17,1.42,18,3.2,1.96,20,5.08,1.8,25,6.4,1.52,5,6.08,1.44,13,3.09,1.97,11,3.33,2.06,9,4.75,1.84,16,5.67,1.66,9,6.29,1.25,7,6.09,1.58,11,2.78,1.92,9,3.55,2.02,11,5.0,1.78,20,5.4,2.07,5,6.0,1.22,9,6.33,1.66,9,3.18,2.36,11,3.22,1.48,9,5.26,1.85,19,4.5,1.64,6
+rippling,4.91,1.5,23,4.41,2.44,22,5.1,2.29,20,5.5,1.2,8,4.6,1.59,15,4.0,2.49,10,4.75,2.45,12,5.14,2.19,7,5.08,2.43,13,4.83,1.59,12,5.0,1.48,11,4.18,2.27,11,4.64,2.69,11,4.87,2.03,15,5.8,3.11,5,4.55,1.75,11,5.25,1.22,12,4.5,2.37,10,4.33,2.61,12,4.4,1.65,10,5.8,2.7,10
+rise,5.73,1.52,22,5.3,2.75,20,7.16,1.92,19,5.23,1.24,13,6.44,1.67,9,6.29,2.69,7,4.77,2.74,13,6.86,1.86,7,7.33,2.02,12,5.67,1.5,12,5.8,1.62,10,5.67,3.0,9,5.0,2.65,11,7.0,2.11,10,7.33,1.8,9,6.17,1.27,12,5.2,1.69,10,6.14,1.95,7,4.85,3.08,13,7.29,2.43,7,7.08,1.68,12
+risk,5.17,2.23,18,6.43,2.04,21,3.89,1.71,18,4.38,2.0,8,5.8,2.3,10,5.43,2.3,7,6.93,1.77,14,4.0,1.95,11,3.71,1.38,7,4.27,1.74,11,6.57,2.3,7,6.67,2.55,9,6.25,1.66,12,3.18,1.17,11,5.0,1.91,7,5.08,2.43,12,5.33,1.97,6,5.92,2.19,12,7.11,1.69,9,4.33,2.12,9,3.44,1.13,9
+risky,3.85,1.35,20,5.91,2.35,22,4.42,2.29,19,3.78,1.56,9,3.91,1.22,11,5.6,2.79,5,5.94,2.35,16,4.33,3.01,6,4.46,2.03,13,4.21,1.19,14,3.0,1.41,6,5.0,2.3,12,7.0,2.12,9,5.0,1.87,9,3.9,2.6,10,4.6,0.97,10,3.1,1.29,10,4.58,2.35,12,7.5,0.97,10,4.5,2.43,6,4.38,2.33,13
+risotto,5.84,1.12,19,3.81,1.83,21,6.13,2.12,23,6.33,1.53,3,5.75,1.06,16,3.75,1.58,8,3.85,2.03,13,5.11,2.26,9,6.79,1.81,14,6.0,1.12,9,5.7,1.16,10,4.0,2.18,9,3.67,1.61,12,6.33,2.44,15,5.75,1.39,8,5.71,1.38,7,5.92,1.0,12,4.3,2.0,10,3.36,1.63,11,6.46,2.67,13,5.7,1.06,10
+rite,5.58,0.9,19,3.9,1.81,21,5.41,2.26,22,5.8,0.84,5,5.46,0.97,13,4.17,1.6,6,3.8,1.93,15,5.6,2.12,10,5.25,2.45,12,5.57,1.13,7,5.55,0.82,11,4.43,2.23,7,3.64,1.6,14,5.73,1.9,11,5.09,2.63,11,5.58,0.9,12,5.57,0.98,7,3.73,1.9,11,4.1,1.79,10,5.43,1.99,14,5.38,2.83,8
+ritual,4.52,1.6,21,4.1,2.55,20,5.0,2.37,22,3.83,1.72,6,4.8,1.52,15,3.25,2.25,8,4.67,2.67,12,4.75,2.38,12,5.3,2.45,10,4.22,1.48,9,4.75,1.71,12,3.44,2.51,9,4.64,2.58,11,5.86,1.86,7,4.6,2.53,15,4.3,1.83,10,4.73,1.42,11,4.08,2.6,13,4.14,2.67,7,4.67,2.5,12,5.4,2.27,10
+ritualistic,4.73,1.72,22,4.58,2.28,26,5.79,1.84,24,5.44,1.51,9,4.23,1.74,13,5.1,2.56,10,4.25,2.11,16,6.22,1.86,9,5.53,1.85,15,4.88,2.36,8,4.64,1.34,14,3.54,1.9,13,5.62,2.22,13,6.17,1.8,12,5.42,1.88,12,4.08,1.38,12,5.5,1.84,10,4.27,2.43,15,5.0,2.1,11,6.15,1.86,13,5.36,1.8,11
+rival,4.58,1.17,19,4.81,2.44,21,4.74,2.22,23,4.8,1.3,5,4.54,1.2,13,4.67,2.58,6,4.87,2.47,15,4.9,2.77,10,4.62,1.8,13,4.29,1.11,7,4.82,1.25,11,4.86,2.54,7,4.79,2.49,14,4.55,2.02,11,4.92,2.47,12,4.5,1.0,12,4.71,1.5,7,4.0,2.49,11,5.7,2.16,10,4.21,2.55,14,5.56,1.33,9
+rivalry,4.57,2.16,21,5.05,2.34,22,5.64,1.89,22,5.33,2.24,9,4.0,2.0,12,4.17,2.14,6,5.27,2.43,15,5.33,2.73,6,5.75,1.57,16,5.56,1.88,9,3.83,2.12,12,6.6,1.82,5,4.59,2.32,17,5.55,2.21,11,5.73,1.62,11,4.75,2.77,12,4.33,1.0,9,4.67,2.45,9,5.31,2.32,13,4.92,2.15,12,6.5,1.08,10
+river,6.72,1.72,40,4.22,2.86,45,4.89,2.39,38,7.2,1.42,15,6.44,1.85,25,4.45,2.81,11,4.21,2.93,33,4.54,2.6,13,5.08,2.31,25,6.58,1.61,19,6.86,1.85,21,4.27,3.11,26,4.28,2.59,18,5.56,2.31,18,4.3,2.36,20,6.42,1.93,24,7.19,1.28,16,4.56,2.99,27,3.72,2.65,18,4.88,2.8,17,4.9,2.07,21
+riverbank,6.58,1.8,19,3.96,2.5,23,4.68,2.06,19,6.44,1.59,9,6.7,2.06,10,3.57,2.44,7,4.27,2.6,15,5.2,1.99,10,4.11,2.09,9,7.0,2.06,9,6.2,1.55,10,3.0,2.31,10,4.92,2.43,12,4.12,1.13,8,5.1,2.64,10,6.42,1.93,12,6.86,1.68,7,3.5,2.26,20,7.0,2.0,3,4.38,1.06,8,4.91,2.59,11
+riverbed,5.9,1.37,21,3.64,1.59,22,5.05,1.99,21,5.2,2.05,5,6.12,1.09,16,4.27,1.49,11,3.0,1.48,11,5.18,1.89,11,4.44,1.74,9,5.58,1.51,12,6.33,1.12,9,3.6,1.18,15,3.71,2.36,7,4.45,1.97,11,5.7,1.89,10,6.31,1.18,13,5.25,1.49,8,3.56,1.72,18,4.0,0.82,4,4.36,1.69,14,6.43,1.9,7
+riverboat,6.09,1.51,22,5.37,2.27,19,5.62,1.96,21,5.6,0.55,5,6.25,1.73,16,5.75,2.12,8,5.09,2.43,11,5.8,1.75,10,5.45,2.21,11,5.75,1.48,12,6.5,1.51,10,4.9,1.91,10,5.89,2.62,9,5.33,1.87,12,6.0,2.12,9,6.36,1.63,11,5.82,1.4,11,3.88,1.55,8,6.45,2.11,11,6.22,1.86,9,5.17,1.99,12
+riveting,5.95,1.65,19,4.88,2.03,17,5.47,2.12,17,6.0,0.89,11,5.88,2.42,8,5.0,2.71,4,4.85,1.91,13,4.75,1.91,8,6.11,2.2,9,6.62,1.3,8,5.45,1.75,11,5.71,1.7,7,4.3,2.11,10,3.5,1.52,6,6.55,1.57,11,5.69,1.6,13,6.5,1.76,6,4.4,2.27,10,5.57,1.51,7,6.0,2.38,7,5.1,1.97,10
+roach,2.19,1.17,21,5.26,2.76,43,3.33,2.37,49,2.44,1.24,9,2.0,1.13,12,4.7,2.98,10,5.41,2.76,32,3.44,2.45,25,2.96,2.01,23,2.14,1.07,7,2.31,1.25,13,5.47,2.77,15,5.14,2.8,28,3.4,2.31,25,3.25,2.47,24,1.85,1.14,13,2.75,1.04,8,4.95,2.61,19,5.5,2.9,24,3.04,2.18,26,3.65,2.57,23
+road,5.59,1.53,22,3.81,2.16,21,6.0,2.35,17,5.67,1.03,6,5.53,1.77,15,2.57,1.51,7,4.43,2.21,14,5.56,2.74,9,6.5,1.85,8,5.5,1.74,14,5.71,1.25,7,4.11,2.62,9,3.58,1.83,12,5.78,2.95,9,6.25,1.58,8,5.0,1.3,14,6.62,1.41,8,4.0,2.53,6,3.73,2.09,15,6.0,3.04,9,6.0,1.41,8
+roadblock,3.55,1.85,20,3.86,2.26,21,3.12,2.15,24,2.5,1.73,4,3.81,1.83,16,4.0,2.45,4,3.82,2.3,17,3.56,2.24,9,2.87,2.13,15,3.5,1.41,8,3.58,2.15,12,4.1,1.97,10,3.64,2.58,11,3.15,2.12,13,3.09,2.3,11,3.45,1.21,11,3.67,2.5,9,3.6,2.46,10,4.09,2.17,11,3.35,2.4,17,2.57,1.4,7
+roadhouse,5.62,1.75,21,3.61,2.55,23,5.06,2.53,18,5.56,1.94,9,5.67,1.67,12,4.09,2.47,11,3.17,2.66,12,5.2,2.35,10,4.88,2.9,8,5.71,2.14,7,5.62,1.66,13,4.45,2.7,11,2.83,2.25,12,4.57,2.82,7,5.36,2.42,11,5.85,1.91,13,5.25,1.49,8,3.55,2.73,11,3.67,2.5,12,4.44,2.74,9,5.67,2.29,9
+roadie,5.37,1.89,19,4.63,2.77,19,5.3,2.15,20,4.33,1.15,3,5.8,1.78,15,5.11,2.98,9,4.2,2.66,10,5.7,1.77,10,4.9,2.51,10,5.33,2.25,6,5.67,1.56,12,5.83,3.76,6,4.08,2.14,13,5.62,2.0,8,5.08,2.31,12,5.0,1.6,12,6.0,2.31,7,4.44,2.92,9,4.8,2.78,10,5.67,1.73,9,5.0,2.49,11
+roadrunner,5.45,1.3,22,5.16,2.12,19,4.95,1.91,21,5.4,1.14,5,5.5,1.41,16,5.5,1.07,8,4.91,2.66,11,4.9,2.33,10,5.0,1.55,11,5.25,1.36,12,5.7,1.25,10,5.1,2.18,10,5.22,2.17,9,4.83,2.21,12,5.11,1.54,9,5.36,1.36,11,5.55,1.29,11,4.5,2.0,8,5.64,2.16,11,4.56,2.19,9,5.25,1.71,12
+roadside,4.65,1.9,20,4.05,1.86,22,6.05,1.94,21,4.44,2.24,9,4.82,1.66,11,4.1,2.08,10,4.0,1.76,12,5.75,1.49,8,6.23,2.2,13,4.29,1.54,14,5.5,2.51,6,3.62,2.13,8,4.29,1.73,14,5.88,1.55,8,6.15,2.19,13,4.4,1.65,10,4.9,2.18,10,3.92,1.88,12,4.2,1.93,10,6.25,2.09,12,5.78,1.79,9
+roam,4.89,1.85,19,4.2,2.76,20,6.42,2.22,24,4.92,2.22,13,4.83,0.75,6,4.8,3.35,5,4.0,2.65,15,7.08,2.02,13,5.64,2.29,11,5.22,2.49,9,4.6,1.07,10,4.86,3.58,7,3.85,2.3,13,6.27,2.53,11,6.54,2.03,13,5.11,1.54,9,4.7,2.16,10,4.2,2.9,10,4.2,2.78,10,7.67,1.94,9,5.67,2.09,15
+roar,5.37,1.67,19,6.15,2.25,20,5.88,2.11,24,5.54,1.85,13,5.0,1.26,6,6.8,1.3,5,5.93,2.49,15,6.23,1.83,13,5.45,2.42,11,6.0,2.12,9,4.8,0.92,10,7.14,1.57,7,5.62,2.43,13,5.45,2.25,11,6.23,2.01,13,5.44,1.88,9,5.3,1.57,10,6.4,1.58,10,5.9,2.85,10,7.33,1.87,9,5.0,1.77,15
+roast,5.74,1.37,19,4.05,2.4,21,5.65,1.9,23,5.8,0.84,5,5.62,1.56,13,4.17,2.23,6,4.0,2.54,15,5.2,1.55,10,6.0,2.12,13,5.29,1.7,7,5.91,1.14,11,4.57,3.05,7,3.79,2.08,14,4.82,1.89,11,6.42,1.62,12,6.0,0.95,12,5.29,1.89,7,4.55,2.73,11,3.5,1.96,10,5.29,1.9,14,6.22,1.86,9
+roasted,5.6,1.7,20,4.0,2.3,24,5.29,2.02,28,5.75,1.16,8,5.5,2.02,12,3.33,2.24,9,4.4,2.32,15,4.79,1.89,14,5.79,2.08,14,4.89,1.83,9,6.18,1.4,11,3.25,2.22,12,4.75,2.22,12,5.29,2.05,14,5.29,2.05,14,5.3,1.57,10,5.9,1.85,10,4.17,2.59,12,3.83,2.08,12,5.17,1.8,12,5.38,2.22,16
+rob,2.1,1.21,20,5.54,2.86,24,3.57,2.78,28,2.38,0.52,8,1.92,1.51,12,5.0,2.87,9,5.87,2.9,15,3.36,2.53,14,3.79,3.09,14,2.44,1.59,9,1.82,0.75,11,5.0,3.22,12,6.08,2.47,12,2.57,2.59,14,4.57,2.68,14,2.3,1.57,10,1.9,0.74,10,6.33,2.71,12,4.75,2.9,12,3.25,2.63,12,3.81,2.95,16
+robber,2.9,1.57,40,6.2,2.21,916,3.92,2.51,38,3.0,1.05,10,2.86,1.78,28,6.16,2.23,343,6.24,2.19,566,4.08,2.96,13,3.84,2.3,25,3.11,1.52,19,2.7,1.66,20,5.98,2.29,415,6.39,2.12,497,3.89,2.17,18,3.95,2.84,20,2.39,1.31,23,3.59,1.66,17,6.01,2.31,505,6.44,2.06,411,4.18,3.0,17,3.71,2.08,21
+robbery,2.76,2.1,21,6.32,2.7,22,2.67,1.96,21,3.0,2.4,9,2.58,1.93,12,5.5,3.08,6,6.6,2.67,15,2.33,1.51,6,2.8,2.14,15,3.67,2.6,9,2.08,1.38,12,6.8,2.28,5,6.18,2.86,17,3.1,2.51,10,2.27,1.27,11,3.08,2.54,12,2.33,1.32,9,5.89,2.76,9,6.62,2.72,13,2.67,2.35,12,2.67,1.41,9
+robe,5.53,1.22,19,3.1,1.92,21,5.7,1.89,23,6.0,1.73,3,5.44,1.15,16,3.75,1.75,8,2.69,1.97,13,5.89,2.09,9,5.57,1.83,14,5.44,1.51,9,5.6,0.97,10,3.56,2.07,9,2.75,1.82,12,5.73,2.09,15,5.62,1.6,8,5.14,0.69,7,5.75,1.42,12,3.6,1.9,10,2.64,1.91,11,5.62,2.22,13,5.8,1.48,10
+robin,6.63,2.17,19,2.64,2.24,22,4.35,2.12,23,6.91,1.81,11,6.0,2.77,7,4.12,2.75,8,1.79,1.37,14,3.43,1.9,7,4.75,2.14,16,6.75,1.98,8,6.55,2.38,11,2.44,2.13,9,2.77,2.39,13,3.73,1.9,11,4.92,2.23,12,6.08,2.57,12,7.57,0.53,7,2.64,2.84,11,2.64,1.57,11,4.23,2.28,13,4.5,2.01,10
+robot,6.18,1.65,22,4.43,2.64,21,5.14,2.51,22,6.5,1.95,14,5.62,0.74,8,5.36,2.46,11,3.67,2.55,9,5.83,2.64,6,4.88,2.5,16,5.9,1.91,10,6.42,1.44,12,4.55,2.73,11,4.3,2.67,10,5.38,2.43,13,4.78,2.73,9,6.33,1.5,12,6.0,1.89,10,4.46,2.79,13,4.38,2.56,8,5.67,2.57,12,4.5,2.42,10
+robotic,5.05,1.54,19,4.6,2.41,20,4.29,2.63,24,5.15,1.68,13,4.83,1.33,6,5.0,1.87,5,4.47,2.61,15,4.62,2.9,13,3.91,2.34,11,5.78,1.92,9,4.4,0.7,10,6.43,2.15,7,3.62,1.98,13,5.18,2.14,11,3.54,2.85,13,5.11,1.62,9,5.0,1.56,10,4.2,2.86,10,5.0,1.94,10,5.11,3.1,9,3.8,2.27,15
+robotics,4.95,1.88,21,4.55,2.37,20,5.65,2.52,20,5.83,1.17,6,4.6,2.03,15,6.25,1.67,8,3.42,2.11,12,5.73,2.83,11,5.56,2.24,9,5.17,2.32,6,4.87,1.77,15,5.0,2.4,10,4.1,2.38,10,5.38,2.72,13,6.14,2.19,7,5.0,2.0,7,4.93,1.9,14,4.71,2.55,14,4.17,2.04,6,5.55,2.81,11,5.78,2.28,9
+robust,6.1,1.33,20,5.24,2.74,21,5.76,2.26,25,5.0,0.0,3,6.29,1.36,17,5.43,3.21,7,5.31,2.63,13,5.62,2.2,8,5.82,2.35,17,5.86,1.21,7,6.23,1.42,13,5.86,2.54,7,5.08,2.93,13,5.0,2.51,14,6.73,1.49,11,5.78,0.67,9,6.36,1.69,11,5.73,2.45,11,4.7,3.06,10,5.56,2.53,18,6.29,1.38,7
+rock,5.72,1.83,39,3.14,2.29,919,5.26,2.36,23,5.55,1.65,22,5.94,2.08,17,3.52,2.42,344,2.91,2.19,568,5.44,2.4,9,5.14,2.41,14,5.48,1.75,23,6.06,1.95,16,3.38,2.36,416,2.95,2.22,499,5.47,2.56,15,4.88,2.03,8,5.53,1.71,19,5.9,1.97,20,3.03,2.23,509,3.28,2.35,410,5.69,2.39,13,4.7,2.31,10
+rocker,5.65,1.63,20,5.67,2.74,21,6.0,1.92,34,5.7,1.95,10,5.6,1.35,10,5.75,2.12,8,5.62,3.15,13,6.14,1.92,14,5.9,1.97,20,5.89,1.69,9,5.45,1.63,11,5.85,2.82,13,5.38,2.77,8,6.27,2.0,22,5.5,1.73,12,5.9,1.66,10,5.4,1.65,10,6.36,2.41,14,4.29,3.04,7,5.47,1.84,17,6.53,1.91,17
+rocket,5.8,1.36,20,5.04,2.69,24,5.57,2.56,28,5.75,1.49,8,5.83,1.34,12,4.11,2.52,9,5.6,2.72,15,5.21,3.17,14,5.93,1.82,14,5.56,1.24,9,6.0,1.48,11,4.83,2.82,12,5.25,2.67,12,5.0,2.66,14,6.14,2.41,14,6.0,1.05,10,5.6,1.65,10,4.67,2.5,12,5.42,2.94,12,5.08,2.61,12,5.94,2.54,16
+rod,4.95,1.8,21,3.05,2.09,21,5.19,2.25,27,5.1,1.6,10,4.82,2.04,11,2.71,2.43,7,3.21,1.97,14,5.06,2.79,17,5.4,0.84,10,4.73,2.0,11,5.2,1.62,10,2.4,1.95,5,3.25,2.14,16,5.5,2.56,14,4.85,1.91,13,4.62,1.71,13,5.5,1.93,8,2.7,2.21,10,3.36,2.01,11,5.79,2.46,14,4.54,1.9,13
+rodent,3.56,1.42,18,3.83,2.62,18,4.06,2.68,17,4.2,1.32,10,2.75,1.16,8,3.75,3.4,4,3.86,2.51,14,4.0,2.56,8,4.11,2.93,9,4.12,1.46,8,3.1,1.29,10,3.43,2.7,7,4.09,2.66,11,4.67,3.08,6,3.73,2.53,11,3.67,1.56,12,3.33,1.21,6,3.18,2.56,11,4.86,2.54,7,3.71,2.29,7,4.3,3.02,10
+rodeo,4.57,2.19,23,5.19,2.27,21,5.08,2.43,25,4.33,2.94,6,4.65,1.97,17,4.5,2.38,4,5.35,2.29,17,6.11,2.42,9,4.5,2.31,16,4.56,2.19,9,4.57,2.28,14,4.6,2.55,10,5.73,1.95,11,5.93,1.98,14,4.0,2.61,11,5.08,2.14,13,3.9,2.18,10,5.4,2.72,10,5.0,1.9,11,5.11,2.7,18,5.0,1.73,7
+roe,4.18,1.05,22,4.04,2.5,23,5.32,1.38,19,4.88,0.35,8,3.92,1.04,13,4.5,3.12,8,3.86,2.25,14,5.43,1.27,7,5.0,1.26,11,4.25,0.89,8,4.31,1.03,13,3.78,2.77,9,4.21,2.39,14,5.43,1.72,7,5.25,1.22,12,4.18,0.98,11,4.18,1.17,11,2.78,2.28,9,4.86,2.35,14,5.25,1.44,16,5.67,1.15,3
+rogue,3.89,2.56,18,5.04,2.31,23,4.63,1.8,19,3.89,1.62,9,3.89,3.37,9,5.57,2.07,7,4.8,2.51,15,4.9,2.08,10,4.33,1.5,9,4.0,2.87,9,3.78,2.39,9,5.4,2.76,10,4.75,2.05,12,5.0,1.77,8,4.5,1.9,10,3.91,2.74,11,3.86,2.48,7,4.85,2.21,20,6.33,3.06,3,4.5,1.69,8,4.73,1.95,11
+role,5.1,0.97,20,4.4,2.54,20,5.36,2.04,25,5.36,1.03,11,4.78,0.83,9,5.14,2.67,7,4.0,2.48,13,4.54,1.76,13,6.25,2.01,12,5.18,1.17,11,5.0,0.71,9,4.64,2.38,11,4.11,2.85,9,5.19,2.34,16,5.67,1.41,9,5.1,1.2,10,5.1,0.74,10,4.67,2.53,12,4.0,2.67,8,5.0,2.3,15,5.9,1.52,10
+roll,5.72,1.27,18,3.9,2.64,21,5.11,2.35,18,5.38,1.19,8,6.0,1.33,10,3.86,2.85,7,3.93,2.64,14,5.36,2.42,11,4.71,2.36,7,5.64,1.21,11,5.86,1.46,7,3.56,3.09,9,4.17,2.37,12,5.73,2.49,11,4.14,1.86,7,5.67,0.78,12,5.83,2.04,6,3.0,2.52,12,5.11,2.42,9,5.44,2.83,9,4.78,1.86,9
+roller,5.35,0.88,20,3.15,2.28,20,4.95,1.47,21,5.14,0.38,7,5.46,1.05,13,3.56,2.6,9,2.82,2.04,11,5.2,2.59,5,4.88,1.02,16,5.5,1.08,10,5.22,0.67,9,3.38,2.26,8,3.0,2.37,12,4.64,1.65,14,5.57,0.79,7,5.45,1.13,11,5.22,0.44,9,3.5,2.47,12,2.62,2.0,8,4.9,2.13,10,5.0,0.45,11
+rollercoaster,6.75,2.01,80,6.64,2.75,83,3.78,2.71,72,7.11,1.86,36,6.51,2.09,43,6.48,2.86,29,6.72,2.71,54,4.22,2.76,36,3.29,2.65,35,6.84,2.07,43,6.72,1.94,36,6.08,3.0,37,7.09,2.47,46,4.03,2.82,37,3.51,2.61,35,6.15,2.15,47,7.61,1.43,33,6.21,3.28,33,6.92,2.33,50,4.06,2.66,34,3.53,2.77,38
+roman,5.55,1.61,20,4.36,2.65,22,5.78,2.03,27,6.0,1.73,7,5.31,1.55,13,4.5,2.59,10,4.25,2.8,12,6.47,1.88,15,4.82,1.99,11,4.73,0.9,11,6.56,1.74,9,4.56,2.74,9,4.23,2.68,13,5.88,2.39,17,5.56,1.33,9,5.38,1.12,13,5.86,2.34,7,4.56,2.83,16,3.83,2.23,6,5.83,1.99,12,5.73,2.12,15
+romance,7.28,1.18,18,6.06,2.41,18,5.0,1.87,17,7.1,1.45,10,7.5,0.76,8,5.5,2.65,4,6.21,2.42,14,4.62,1.92,8,5.33,1.87,9,8.0,1.0,7,6.82,1.08,11,5.71,2.87,7,6.27,2.2,11,4.5,1.87,6,5.27,1.9,11,7.33,1.07,12,7.17,1.47,6,6.91,1.76,11,4.71,2.81,7,4.43,1.72,7,5.4,1.96,10
+romantic,7.61,1.27,36,5.12,2.69,43,6.45,2.26,47,7.5,1.54,22,7.79,0.7,14,5.0,2.51,20,5.22,2.89,23,6.05,2.46,22,6.8,2.06,25,7.75,1.06,16,7.5,1.43,20,5.11,2.47,19,5.12,2.91,24,6.14,2.45,28,6.89,1.94,19,7.57,1.03,21,7.67,1.59,15,5.04,2.72,27,5.25,2.72,16,6.89,2.28,27,5.85,2.16,20
+romp,6.79,1.18,19,5.8,2.09,20,5.61,2.37,23,7.67,1.15,3,6.62,1.15,16,5.71,1.98,7,5.85,2.23,13,5.11,2.52,9,5.93,2.3,14,6.67,1.66,9,6.9,0.57,10,6.78,1.86,9,5.0,2.0,11,6.07,2.6,15,4.75,1.67,8,6.43,1.13,7,7.0,1.21,12,6.2,1.93,10,5.4,2.27,10,5.85,2.67,13,5.3,2.0,10
+roof,4.48,1.72,21,3.4,2.33,20,7.05,2.37,19,4.08,1.61,13,5.12,1.81,8,4.14,2.85,7,3.0,2.0,13,7.0,2.31,7,7.08,2.5,12,4.58,2.11,12,4.33,1.12,9,4.33,2.69,9,2.64,1.75,11,7.6,2.07,10,6.44,2.65,9,4.42,2.07,12,4.56,1.24,9,4.14,2.61,7,3.0,2.16,13,7.86,1.46,7,6.58,2.71,12
+rooftop,5.42,1.3,19,3.44,2.31,18,5.65,2.0,17,5.55,1.04,11,5.25,1.67,8,4.5,2.52,4,3.14,2.25,14,4.88,1.89,8,6.33,1.94,9,5.75,0.89,8,5.18,1.54,11,4.43,2.15,7,2.82,2.27,11,4.67,2.5,6,6.18,1.54,11,5.38,1.33,13,5.5,1.38,6,2.91,2.59,11,4.29,1.6,7,6.0,1.41,7,5.4,2.37,10
+rook,5.58,1.64,19,3.41,2.77,22,4.21,1.81,28,5.67,1.97,6,5.54,1.56,13,3.09,2.59,11,3.73,3.04,11,3.91,2.26,11,4.41,1.5,17,5.45,1.37,11,5.75,2.05,8,2.45,1.75,11,4.36,3.32,11,4.06,2.15,18,4.5,0.97,10,5.46,1.61,13,5.83,1.83,6,3.43,2.87,14,3.38,2.77,8,4.19,2.01,16,4.25,1.6,12
+rookie,5.25,1.12,20,3.5,2.26,18,3.91,1.85,22,5.6,0.89,5,5.13,1.19,15,3.67,2.16,6,3.42,2.39,12,4.7,1.25,10,3.25,2.05,12,5.6,0.97,10,4.9,1.2,10,3.8,2.35,10,3.12,2.23,8,4.27,2.05,11,3.55,1.63,11,5.0,1.21,12,5.62,0.92,8,2.44,1.67,9,4.56,2.35,9,4.45,2.21,11,3.36,1.29,11
+room,5.55,1.53,22,3.1,1.58,21,5.71,2.23,17,5.0,2.0,6,5.8,1.37,15,2.57,1.81,7,3.36,1.45,14,5.44,2.6,9,6.0,1.85,8,5.43,1.83,14,5.86,0.9,7,3.11,1.76,9,3.08,1.51,12,6.0,3.04,9,5.38,0.74,8,5.43,1.65,14,5.75,1.39,8,2.83,1.6,6,3.2,1.61,15,6.44,2.46,9,4.88,1.73,8
+roomful,5.8,1.32,20,3.68,1.89,22,5.26,2.18,19,5.78,1.79,9,5.82,0.87,11,2.6,2.07,5,3.94,1.81,16,5.5,2.88,6,5.15,1.91,13,6.14,1.41,14,5.0,0.63,6,3.42,1.88,12,3.89,2.03,9,5.11,1.62,9,5.4,2.67,10,6.1,1.2,10,5.5,1.43,10,3.33,1.78,12,4.1,2.02,10,6.33,2.8,6,4.77,1.74,13
+roommate,5.29,1.45,21,4.13,1.82,23,4.52,1.96,25,5.55,1.29,11,5.0,1.63,10,4.64,1.8,11,3.67,1.78,12,4.9,1.6,10,4.36,2.24,14,5.1,1.79,10,5.45,1.13,11,5.0,1.73,11,3.33,1.56,12,4.76,2.11,17,4.14,1.68,7,5.31,1.75,13,5.25,0.89,8,3.93,1.87,15,4.5,1.77,8,4.35,2.34,17,4.88,0.64,8
+rooms,5.65,1.42,20,3.48,1.86,23,5.15,1.52,26,5.5,1.43,10,5.8,1.48,10,3.73,1.9,11,3.25,1.86,12,4.91,1.38,11,5.21,1.63,14,6.1,1.79,10,5.2,0.79,10,3.64,1.69,11,3.33,2.06,12,5.06,1.6,17,5.12,1.36,8,6.0,1.68,13,5.0,0.0,7,2.8,1.57,15,4.75,1.75,8,5.35,1.77,17,4.78,0.83,9
+roomy,6.6,1.47,20,3.4,2.06,20,6.64,2.22,33,7.1,1.52,10,6.1,1.29,10,3.88,2.53,8,3.08,1.73,12,6.69,2.56,13,6.6,2.04,20,6.78,2.05,9,6.45,0.82,11,4.08,2.1,13,2.14,1.35,7,7.14,1.88,22,5.64,2.58,11,6.5,1.78,10,6.7,1.16,10,3.38,2.43,13,3.43,1.27,7,6.56,2.03,16,6.71,2.44,17
+roost,5.16,1.42,19,3.82,2.22,22,5.81,1.75,21,5.33,0.71,9,5.0,1.89,10,5.0,2.51,8,3.14,1.79,14,5.91,1.64,11,5.7,1.95,10,5.43,0.79,7,5.0,1.71,12,4.4,1.9,10,3.33,2.42,12,5.33,1.97,12,6.44,1.24,9,5.2,1.75,10,5.11,1.05,9,3.12,2.47,8,4.21,2.04,14,5.46,1.85,13,6.38,1.51,8
+rooster,5.53,1.93,19,4.57,2.13,21,5.09,1.88,23,5.8,1.92,5,5.54,2.03,13,4.83,2.32,6,4.47,2.13,15,4.4,1.71,10,5.62,1.89,13,4.43,2.3,7,6.36,1.29,11,5.14,2.41,7,4.29,2.02,14,5.0,1.95,11,5.17,1.9,12,5.25,2.14,12,6.0,1.53,7,5.09,2.26,11,4.0,1.94,10,4.57,1.7,14,5.89,1.96,9
+root,5.33,1.88,21,3.62,2.31,21,6.05,1.43,21,5.22,2.33,9,5.42,1.56,12,3.67,2.34,6,3.43,2.38,14,5.5,1.76,6,6.27,1.28,15,4.78,2.68,9,5.75,0.87,12,4.0,2.55,5,3.5,2.31,16,6.2,1.4,10,5.91,1.51,11,5.42,2.27,12,5.22,1.3,9,3.12,2.1,8,3.92,2.47,13,6.25,1.36,12,5.78,1.56,9
+root beer,6.11,1.79,19,3.81,2.91,21,5.05,2.28,20,7.0,1.0,3,5.94,1.88,16,3.67,2.42,6,3.87,3.16,15,5.83,1.83,6,4.71,2.43,14,5.8,1.87,10,6.44,1.74,9,3.29,3.09,7,4.07,2.89,14,4.7,2.45,10,5.4,2.17,10,6.25,1.39,8,6.0,2.1,11,4.22,3.53,9,3.5,2.47,12,5.0,2.78,8,5.08,2.02,12
+rope,5.05,1.43,22,4.58,2.14,19,5.62,2.01,21,6.0,1.22,5,4.75,1.44,16,5.62,1.3,8,3.82,2.36,11,5.4,2.17,10,5.82,1.94,11,4.83,1.4,12,5.3,1.49,10,4.4,1.9,10,4.78,2.49,9,5.5,2.02,12,5.78,2.11,9,4.73,1.35,11,5.36,1.5,11,4.12,2.23,8,4.91,2.12,11,5.33,1.8,9,5.83,2.21,12
+ropes,4.86,1.86,22,3.1,1.81,21,5.5,2.06,22,4.93,2.27,14,4.75,0.89,8,3.45,1.86,11,2.89,1.76,9,4.67,2.5,6,5.81,1.87,16,5.0,2.26,10,4.75,1.54,12,2.36,1.43,11,3.9,1.91,10,5.15,1.95,13,6.0,2.24,9,4.42,1.98,12,5.4,1.65,10,2.92,1.85,13,3.38,1.85,8,5.17,1.7,12,5.9,2.47,10
+rosary,5.26,2.16,19,3.36,2.17,22,4.5,2.35,28,5.12,2.47,8,5.36,2.01,11,3.12,2.17,8,3.5,2.24,14,4.07,1.59,14,4.93,2.92,14,5.11,2.52,9,5.4,1.9,10,3.92,2.15,12,2.7,2.11,10,3.79,2.46,14,5.21,2.08,14,6.2,2.39,10,4.22,1.3,9,3.55,2.46,11,3.18,1.94,11,4.67,2.31,12,4.38,2.45,16
+rose,7.11,2.0,18,2.8,1.99,20,6.22,2.07,18,5.88,2.17,8,8.1,1.2,10,3.14,2.12,7,2.62,1.98,13,6.36,1.5,11,6.0,2.89,7,6.36,2.11,11,8.29,1.11,7,2.44,1.74,9,3.09,2.21,11,6.64,1.43,11,5.57,2.82,7,7.0,2.04,12,7.33,2.07,6,2.67,1.78,12,3.0,2.39,8,7.22,1.79,9,5.22,1.92,9
+rosemary,6.37,2.03,19,3.59,2.2,22,6.19,2.11,21,6.22,1.56,9,6.5,2.46,10,3.62,1.85,8,3.57,2.44,14,6.0,2.45,11,6.4,1.78,10,5.71,0.95,7,6.75,2.42,12,4.6,2.37,10,2.75,1.71,12,6.58,1.88,12,5.67,2.4,9,6.6,2.41,10,6.11,1.62,9,3.75,2.71,8,3.5,1.95,14,6.46,1.98,13,5.75,2.38,8
+roster,4.71,1.55,21,3.09,1.95,23,6.12,1.78,16,5.11,1.76,9,4.42,1.38,12,3.18,1.47,11,3.0,2.37,12,6.44,2.01,9,5.71,1.5,7,4.43,2.15,7,4.85,1.28,13,3.64,2.01,11,2.58,1.83,12,6.43,2.3,7,5.89,1.36,9,4.23,1.74,13,5.5,0.76,8,3.18,2.23,11,3.0,1.76,12,5.78,1.86,9,6.57,1.72,7
+rot,2.65,1.79,20,4.72,2.42,18,3.54,2.54,24,1.8,0.84,5,2.93,1.94,15,4.6,2.3,5,4.77,2.55,13,3.23,2.49,13,3.91,2.66,11,2.5,1.72,10,2.8,1.93,10,5.57,2.37,7,4.18,2.4,11,4.12,2.78,16,2.38,1.51,8,2.57,1.79,14,2.83,1.94,6,5.5,2.24,12,3.17,2.14,6,3.2,2.57,15,4.11,2.52,9
+rotary,4.7,1.69,20,3.5,2.18,18,5.12,1.9,24,5.0,2.55,5,4.6,1.4,15,4.6,2.19,5,3.08,2.1,13,4.31,1.55,13,6.09,1.87,11,5.0,1.49,10,4.4,1.9,10,5.0,1.91,7,2.55,1.81,11,4.75,1.73,16,5.88,2.1,8,4.43,1.6,14,5.33,1.86,6,3.58,2.02,12,3.33,2.66,6,5.4,1.99,15,4.67,1.73,9
+rotate,5.24,1.26,21,3.35,2.57,23,5.0,2.21,19,5.88,1.13,8,4.85,1.21,13,4.0,1.0,5,3.17,2.85,18,5.27,2.24,11,4.62,2.26,8,5.08,1.31,12,5.44,1.24,9,3.6,2.27,10,3.15,2.85,13,4.77,2.42,13,5.5,1.76,6,4.93,1.21,14,5.86,1.21,7,3.93,2.76,15,2.25,1.83,8,5.25,2.14,12,4.57,2.44,7
+rotation,5.0,1.1,21,4.1,2.61,20,5.43,2.2,21,5.0,0.0,6,5.0,1.31,15,4.0,2.2,8,4.17,2.95,12,6.09,2.07,11,4.7,2.21,10,4.5,0.84,6,5.2,1.15,15,4.4,2.88,10,3.8,2.44,10,4.86,2.25,14,6.57,1.72,7,5.14,0.38,7,4.93,1.33,14,3.64,2.59,14,5.17,2.56,6,5.17,2.12,12,5.78,2.39,9
+rotor,3.95,1.4,22,3.25,2.29,20,5.32,1.59,22,3.79,1.42,14,4.25,1.39,8,4.27,2.45,11,2.12,1.36,8,5.17,1.72,6,5.38,1.59,16,3.4,1.51,10,4.42,1.16,12,2.55,1.69,11,4.11,2.71,9,5.38,1.39,13,5.22,1.92,9,3.83,1.53,12,4.1,1.29,10,3.31,2.29,13,3.14,2.48,7,4.83,1.34,12,5.9,1.73,10
+rotten,2.43,1.5,23,4.9,2.24,40,3.37,2.07,43,2.0,1.07,8,2.67,1.68,15,4.21,2.42,14,5.27,2.09,26,3.5,2.1,14,3.31,2.09,29,2.42,1.98,12,2.45,0.82,11,4.94,1.56,17,4.87,2.67,23,3.57,2.37,23,3.15,1.69,20,2.09,1.22,11,2.75,1.71,12,4.58,2.27,19,5.19,2.23,21,3.17,2.35,23,3.6,1.73,20
+rotunda,5.74,1.63,19,3.05,2.21,22,4.93,1.76,28,4.67,0.82,6,6.23,1.69,13,2.45,2.07,11,3.64,2.29,11,5.91,2.02,11,4.29,1.26,17,5.73,1.74,11,5.75,1.58,8,2.82,2.23,11,3.27,2.28,11,4.78,1.77,18,5.2,1.81,10,5.85,1.63,13,5.5,1.76,6,3.5,2.44,14,2.25,1.58,8,5.0,1.93,16,4.83,1.59,12
+rouge,5.55,1.5,20,4.18,2.58,22,5.48,2.24,27,5.86,2.19,7,5.38,1.04,13,4.9,3.0,10,3.58,2.11,12,5.87,2.0,15,5.0,2.65,11,5.36,1.43,11,5.78,1.64,9,3.89,2.52,9,4.38,2.69,13,5.94,2.33,17,4.67,2.06,9,5.85,1.57,13,5.0,1.29,7,4.12,2.68,16,4.33,2.5,6,5.92,1.73,12,5.13,2.59,15
+rough,3.68,1.69,41,5.43,1.97,23,4.88,1.97,42,3.65,1.69,20,3.71,1.74,21,5.14,1.77,7,5.6,2.16,15,5.41,1.91,17,4.52,1.96,25,3.5,1.76,20,3.86,1.65,21,4.9,2.23,10,5.92,1.78,12,5.35,1.87,26,4.12,1.93,16,3.35,1.67,23,4.11,1.68,18,5.15,1.84,20,7.33,2.08,3,4.83,1.9,24,4.94,2.1,18
+roughneck,3.74,2.08,19,4.64,2.7,22,6.33,1.82,27,4.0,2.65,7,3.58,1.78,12,4.9,2.56,10,4.42,2.91,12,6.4,1.59,15,6.27,2.24,11,3.3,1.64,10,4.22,2.49,9,5.0,2.06,9,4.38,3.12,13,6.94,1.68,17,5.22,1.72,9,4.0,2.26,12,3.29,1.8,7,4.62,2.6,16,4.67,3.2,6,6.75,1.66,12,6.0,1.93,15
+roulette,4.37,1.89,19,5.48,2.69,21,3.56,2.68,25,4.33,1.53,3,4.38,2.0,16,5.86,2.79,7,5.62,2.53,13,3.25,2.6,8,3.71,2.78,17,4.29,1.38,7,4.42,2.19,12,6.0,2.45,7,5.54,2.7,13,3.29,2.4,14,3.91,3.08,11,4.62,2.33,8,4.18,1.6,11,5.64,2.62,11,5.3,2.91,10,3.39,2.89,18,4.0,2.16,7
+round,5.89,1.75,18,2.5,2.24,20,4.78,1.9,18,5.38,1.92,8,6.3,1.57,10,2.57,1.99,7,2.46,2.44,13,5.0,1.18,11,4.43,2.76,7,5.55,1.69,11,6.43,1.81,7,1.89,1.76,9,3.0,2.53,11,4.91,2.12,11,4.57,1.62,7,5.58,1.88,12,6.5,1.38,6,2.33,1.97,12,2.75,2.71,8,5.67,1.41,9,3.89,1.96,9
+roundabout,5.05,1.27,19,3.19,1.97,21,5.48,2.06,23,5.09,0.94,11,4.57,1.27,7,3.57,1.62,7,3.0,2.15,14,5.14,2.54,7,5.62,1.89,16,5.38,1.41,8,4.82,1.17,11,2.22,1.39,9,3.92,2.07,12,5.73,2.15,11,5.25,2.05,12,5.0,1.41,12,5.14,1.07,7,2.91,2.07,11,3.5,1.9,10,5.38,1.94,13,5.6,2.32,10
+roundup,4.63,1.8,19,4.0,2.41,20,5.5,2.32,24,4.54,2.15,13,4.83,0.75,6,5.0,1.58,5,3.67,2.58,15,5.92,2.22,13,5.0,2.45,11,4.89,1.96,9,4.4,1.71,10,5.29,1.5,7,3.31,2.56,13,4.73,2.24,11,6.15,2.27,13,4.78,0.97,9,4.5,2.37,10,4.3,2.11,10,3.7,2.75,10,6.33,2.69,9,5.0,2.0,15
+rouse,5.24,2.07,21,4.79,2.49,19,4.95,2.73,22,4.83,2.79,6,5.4,1.8,15,5.14,2.91,7,4.58,2.31,12,4.58,3.06,12,5.4,2.37,10,5.67,2.5,9,4.92,1.73,12,5.22,2.68,9,4.4,2.37,10,4.14,2.04,7,5.33,2.99,15,5.4,2.22,10,5.09,2.02,11,4.85,2.54,13,4.67,2.58,6,5.58,2.91,12,4.2,2.44,10
+rousing,5.35,1.73,20,5.83,2.75,18,5.56,2.02,25,5.45,1.97,11,5.22,1.48,9,6.83,2.64,6,5.33,2.77,12,5.0,1.96,13,6.17,1.99,12,5.27,1.79,11,5.44,1.74,9,6.0,2.67,10,5.62,3.02,8,5.88,2.23,17,4.88,1.36,8,5.2,1.03,10,5.5,2.27,10,6.64,2.38,11,4.57,2.99,7,5.56,2.13,16,5.56,1.94,9
+route,5.86,1.28,21,3.83,2.18,24,5.23,2.58,22,6.0,1.31,8,5.77,1.3,13,3.92,2.02,13,3.73,2.45,11,5.31,2.75,13,5.11,2.47,9,6.62,1.51,8,5.42,0.9,12,4.64,1.69,14,2.7,2.36,10,5.92,2.64,12,4.4,2.37,10,5.7,1.57,10,6.0,1.0,11,3.65,2.15,17,4.29,2.36,7,5.4,2.41,10,5.08,2.81,12
+routine,4.95,1.61,20,3.15,1.63,20,6.27,2.39,33,4.6,1.84,10,5.3,1.34,10,3.88,1.55,8,2.67,1.56,12,7.0,1.53,13,5.8,2.75,20,5.11,0.93,9,4.82,2.04,11,3.38,1.8,13,2.71,1.25,7,6.43,2.48,21,6.0,2.3,12,5.2,0.92,10,4.7,2.11,10,3.21,1.58,14,3.0,1.9,6,5.81,2.14,16,6.71,2.59,17
+rove,4.6,1.47,20,3.44,2.01,18,5.83,2.39,24,4.0,1.41,5,4.8,1.47,15,3.6,2.07,5,3.38,2.06,13,5.0,2.48,13,6.82,1.94,11,4.5,1.78,10,4.7,1.16,10,3.43,1.81,7,3.45,2.21,11,5.38,2.42,16,6.75,2.19,8,4.5,1.45,14,4.83,1.6,6,3.67,1.92,12,3.0,2.28,6,6.4,2.47,15,4.89,2.03,9
+roving,4.89,1.91,19,4.0,2.53,22,4.86,1.76,28,4.83,0.98,6,4.92,2.25,13,4.36,2.62,11,3.64,2.5,11,5.36,2.25,11,4.53,1.33,17,4.91,1.92,11,4.88,2.03,8,4.09,2.47,11,3.91,2.7,11,4.83,1.86,18,4.9,1.66,10,5.23,2.13,13,4.17,1.17,6,4.07,2.73,14,3.88,2.3,8,4.94,2.14,16,4.75,1.14,12
+row,5.48,1.6,21,3.39,2.29,23,6.06,2.24,18,5.89,1.54,9,5.17,1.64,12,4.09,2.17,11,2.75,2.3,12,6.5,1.9,10,5.5,2.62,8,5.57,2.15,7,5.46,1.39,13,3.82,2.27,11,3.0,2.34,12,5.71,2.81,7,6.27,1.9,11,5.46,1.94,13,5.5,0.93,8,3.27,2.33,11,3.5,2.35,12,6.11,2.67,9,6.0,1.87,9
+rowboat,5.4,1.7,20,2.56,2.12,18,6.05,1.62,22,4.6,1.67,5,5.67,1.68,15,2.67,1.97,6,2.5,2.28,12,6.0,1.33,10,6.08,1.88,12,5.2,1.4,10,5.6,2.01,10,2.2,1.62,10,3.0,2.67,8,6.36,1.5,11,5.73,1.74,11,4.92,1.98,12,6.12,0.83,8,2.44,2.65,9,2.67,1.58,9,6.64,1.69,11,5.45,1.37,11
+rowdy,4.16,1.92,19,4.88,2.63,24,4.7,2.32,27,5.25,1.75,8,3.36,1.69,11,4.0,1.8,9,5.4,2.95,15,4.08,2.36,13,5.29,2.2,14,3.78,1.2,9,4.5,2.42,10,4.25,2.77,12,5.5,2.43,12,4.14,2.41,14,5.31,2.14,13,4.4,1.84,10,3.89,2.09,9,5.42,2.43,12,4.33,2.81,12,4.25,2.18,12,5.07,2.43,15
+rowing,5.42,1.84,19,3.77,2.16,22,5.87,1.74,23,5.82,1.78,11,5.43,1.13,7,4.88,2.17,8,3.14,1.96,14,6.0,2.58,7,5.81,1.33,16,4.38,1.92,8,6.18,1.4,11,3.56,2.79,9,3.92,1.71,13,5.82,2.14,11,5.92,1.38,12,4.92,1.88,12,6.29,1.5,7,3.55,2.3,11,4.0,2.1,11,5.54,1.76,13,6.3,1.7,10
+royal,5.25,1.59,20,4.23,1.93,22,6.32,1.97,19,4.78,2.22,9,5.64,0.67,11,4.4,3.29,5,4.19,1.52,16,6.17,2.93,6,6.38,1.5,13,5.21,1.72,14,5.33,1.37,6,4.17,1.9,12,4.33,2.18,9,5.89,1.05,9,6.7,2.54,10,5.5,1.27,10,5.0,1.89,10,4.08,2.07,12,4.4,1.84,10,5.67,2.66,6,6.62,1.61,13
+royalty,5.52,2.54,21,4.32,2.43,25,5.68,2.77,19,4.0,2.92,9,6.67,1.5,12,3.83,2.4,6,4.56,2.53,18,5.71,2.75,7,5.67,2.9,12,4.81,2.48,16,7.8,0.84,5,4.36,2.82,14,4.4,2.01,10,6.0,3.24,9,5.4,2.41,10,5.5,3.06,12,5.56,1.81,9,4.56,2.5,16,3.89,2.37,9,6.0,3.0,11,5.25,2.55,8
+rub,6.63,1.5,19,4.35,2.37,23,6.78,1.63,18,6.33,1.5,9,6.9,1.52,10,3.57,1.99,7,4.87,2.47,15,6.78,1.64,9,6.78,1.72,9,7.11,1.69,9,6.2,1.23,10,4.5,2.32,10,4.42,2.5,12,5.86,1.35,7,7.3,1.64,10,6.58,1.62,12,6.71,1.38,7,3.9,2.15,20,7.33,1.53,3,6.12,1.46,8,7.3,1.64,10
+rubber,4.37,1.95,19,4.14,2.4,22,5.38,1.97,24,4.67,1.97,6,4.23,2.01,13,5.25,2.22,12,2.8,1.93,10,4.12,1.36,8,6.0,1.97,16,4.3,1.49,10,4.44,2.46,9,5.0,2.45,9,3.54,2.26,13,5.41,2.32,17,5.33,0.82,6,3.75,1.58,8,4.82,2.14,11,3.89,1.83,9,4.31,2.78,13,5.44,2.16,16,5.25,1.67,8
+rubbish,3.39,2.03,18,4.1,2.65,20,4.76,1.88,25,4.4,2.19,5,3.0,1.91,13,4.82,2.68,11,3.22,2.49,9,5.19,2.14,16,4.0,1.0,9,3.57,2.37,7,3.27,1.9,11,3.22,2.77,9,4.82,2.44,11,4.8,2.07,20,4.6,0.89,5,3.67,2.45,9,3.11,1.62,9,4.0,2.86,11,4.22,2.54,9,4.53,1.78,19,5.5,2.17,6
+rubble,3.65,1.84,20,3.86,2.06,21,4.42,2.22,19,3.22,1.48,9,4.0,2.1,11,4.2,2.59,5,3.6,1.92,15,4.17,2.86,6,4.54,1.98,13,3.93,1.94,14,3.0,1.55,6,3.09,1.92,11,4.56,2.01,9,4.44,1.51,9,4.4,2.8,10,4.1,2.23,10,3.2,1.32,10,2.82,1.83,11,5.0,1.7,10,4.5,2.81,6,4.38,2.02,13
+rubdown,6.52,1.72,21,4.24,2.24,25,5.05,2.33,21,6.88,1.55,8,6.31,1.84,13,4.77,2.49,13,3.67,1.87,12,5.62,2.5,13,4.12,1.81,8,6.75,1.67,8,6.58,1.73,12,4.71,1.33,14,3.64,3.01,11,6.08,2.15,12,3.67,1.87,9,6.6,1.65,10,6.45,1.86,11,3.88,2.29,17,5.0,2.07,8,4.5,2.51,10,5.55,2.16,11
+ruby,6.79,1.44,19,4.05,2.25,21,6.0,1.6,23,6.2,0.84,5,7.15,1.52,13,4.17,2.4,6,4.0,2.27,15,6.1,1.52,10,5.92,1.71,13,6.86,1.21,7,6.91,1.58,11,4.86,2.34,7,3.64,2.17,14,5.36,1.21,11,6.58,1.73,12,6.5,1.45,12,7.29,1.38,7,5.0,2.41,11,3.0,1.56,10,6.0,1.66,14,6.0,1.58,9
+ruckus,4.35,1.5,20,6.27,1.7,22,5.11,2.51,19,3.78,1.72,9,4.82,1.17,11,5.6,2.79,5,6.5,1.32,16,5.0,2.37,6,5.15,2.67,13,4.21,1.12,14,4.67,2.25,6,5.42,1.83,12,7.44,0.53,9,5.22,2.39,9,5.0,2.75,10,4.4,1.51,10,4.3,1.57,10,5.67,2.02,12,7.0,0.82,10,4.5,2.26,6,5.38,2.66,13
+rudder,5.11,1.73,19,3.25,1.94,20,5.5,2.06,24,5.31,2.02,13,4.67,0.82,6,4.0,2.45,5,3.0,1.77,15,6.08,1.8,13,4.82,2.23,11,4.56,1.74,9,5.6,1.65,10,4.43,2.15,7,2.62,1.56,13,5.18,1.99,11,5.77,2.17,13,4.89,1.45,9,5.3,2.0,10,2.9,2.23,10,3.6,1.65,10,5.44,2.51,9,5.53,1.85,15
+ruddy,4.65,1.31,20,4.33,2.03,21,5.0,2.13,34,4.9,1.29,10,4.4,1.35,10,4.0,2.2,8,4.54,1.98,13,5.64,2.34,14,4.55,1.9,20,4.33,0.87,9,4.91,1.58,11,4.85,1.77,13,3.5,2.27,8,4.77,2.27,22,5.42,1.88,12,4.6,1.17,10,4.7,1.49,10,4.29,2.37,14,4.43,1.27,7,5.06,2.44,17,4.94,1.85,17
+rude,2.04,0.93,23,4.7,2.3,20,3.8,2.35,20,2.57,0.79,7,1.81,0.91,16,3.8,1.99,10,5.6,2.32,10,2.67,1.37,6,4.29,2.55,14,2.45,0.93,11,1.67,0.78,12,3.71,2.75,7,5.23,1.92,13,3.8,2.25,10,3.8,2.57,10,2.07,1.07,14,2.0,0.71,9,5.0,2.4,10,4.4,2.27,10,3.38,2.67,8,4.08,2.19,12
+rudeness,2.57,1.83,21,6.2,2.19,20,3.62,2.22,21,3.33,1.86,6,2.27,1.79,15,5.5,2.62,8,6.67,1.83,12,3.64,2.42,11,3.6,2.12,10,2.33,1.63,6,2.67,1.95,15,5.9,2.6,10,6.5,1.78,10,3.93,2.56,14,3.0,1.29,7,2.57,1.4,7,2.57,2.06,14,6.14,2.6,14,6.33,0.82,6,3.58,2.23,12,3.67,2.35,9
+rudimentary,4.45,1.1,20,3.0,1.84,21,5.28,2.39,25,4.67,0.58,3,4.41,1.18,17,3.43,2.15,7,2.69,1.75,13,5.38,2.2,8,5.24,2.54,17,4.71,0.49,7,4.31,1.32,13,3.86,2.27,7,2.46,1.51,13,5.5,2.35,14,5.0,2.53,11,4.56,0.88,9,4.36,1.29,11,3.09,1.97,11,2.9,1.79,10,5.11,2.76,18,5.71,0.95,7
+ruff,4.86,1.8,21,5.04,2.23,25,5.23,2.39,22,5.38,1.69,8,4.54,1.85,13,5.15,2.44,13,4.92,2.07,12,6.15,2.19,13,3.89,2.09,9,5.62,2.13,8,4.58,1.31,12,5.93,2.13,14,3.91,1.87,11,5.75,2.49,12,4.6,2.22,10,5.1,2.23,10,4.64,1.36,11,4.35,2.15,17,6.5,1.69,8,5.5,3.1,10,5.0,1.71,12
+ruffian,4.21,1.36,19,5.38,2.04,21,4.39,1.67,23,4.4,0.89,5,4.23,1.54,13,4.83,2.48,6,5.6,1.88,15,5.2,1.75,10,3.77,1.36,13,4.71,1.11,7,4.0,1.48,11,5.71,2.21,7,5.21,2.01,14,5.09,1.58,11,3.75,1.54,12,4.25,0.87,12,4.14,2.04,7,5.09,2.47,11,5.7,1.49,10,4.5,1.99,14,4.22,1.09,9
+ruffle,5.19,1.97,21,3.64,2.24,22,5.31,2.09,26,4.3,1.89,10,6.0,1.73,11,2.29,1.7,7,4.27,2.22,15,5.0,2.4,17,5.89,1.27,9,5.27,2.24,11,5.1,1.73,10,3.2,2.86,5,3.76,2.11,17,5.36,2.5,14,5.25,1.6,12,4.92,2.25,13,5.62,1.41,8,3.9,2.47,10,3.42,2.11,12,5.79,2.22,14,4.75,1.86,12
+rug,5.0,1.45,22,3.24,2.23,21,5.68,2.16,19,5.38,0.74,8,4.54,1.51,13,3.88,2.64,8,2.67,1.92,12,4.86,1.46,7,6.09,2.51,11,5.0,1.07,8,4.77,1.48,13,3.5,3.02,8,3.08,1.71,13,4.0,1.91,7,6.67,1.67,12,5.0,1.73,11,5.0,1.18,11,2.22,1.99,9,4.0,2.17,12,5.62,1.75,16,6.0,4.36,3
+rugby,5.94,2.07,18,4.1,2.28,21,5.61,2.06,23,6.2,1.93,10,5.14,2.04,7,4.43,2.57,7,3.93,2.2,14,6.57,2.88,7,5.19,1.52,16,6.0,2.2,8,5.9,2.08,10,3.5,2.73,8,4.46,1.98,13,6.36,2.11,11,4.92,1.83,12,5.27,2.24,11,7.0,1.29,7,3.4,2.41,10,4.73,2.05,11,5.46,2.03,13,5.8,2.2,10
+rugged,5.1,1.86,20,4.1,2.49,21,5.36,1.93,25,4.25,2.06,4,5.31,1.82,16,4.5,1.73,4,4.0,2.67,17,6.0,2.12,9,5.0,1.79,16,3.88,1.89,8,5.92,1.38,12,3.4,2.17,10,4.73,2.69,11,5.0,2.0,14,5.82,1.83,11,5.27,1.49,11,4.89,2.32,9,3.6,2.59,10,4.55,2.42,11,5.56,1.89,18,4.86,2.12,7
+ruin,2.32,1.36,22,5.4,2.52,20,5.16,2.65,19,2.77,1.42,13,1.67,1.0,9,4.71,2.06,7,5.77,2.74,13,5.71,2.14,7,4.83,2.95,12,1.92,0.79,12,2.8,1.75,10,4.89,2.71,9,5.82,2.4,11,5.4,2.07,10,4.89,3.3,9,1.83,0.83,12,2.9,1.66,10,5.14,2.27,7,5.54,2.73,13,6.14,2.34,7,4.58,2.75,12
+ruination,3.53,2.12,19,4.27,2.64,22,3.74,1.41,19,4.11,2.15,9,3.0,2.05,10,4.33,2.34,6,4.4,2.85,15,3.9,1.45,10,3.56,1.42,9,4.0,2.5,9,3.1,1.73,10,5.4,2.84,10,3.45,2.21,11,4.12,1.13,8,3.3,1.57,10,3.75,2.3,12,3.14,1.86,7,3.89,2.51,19,6.67,2.52,3,3.62,1.06,8,3.82,1.66,11
+rule,4.5,2.18,18,3.67,2.24,21,3.61,2.68,18,3.25,1.58,8,5.5,2.12,10,3.0,2.31,7,4.0,2.22,14,3.27,2.33,11,4.14,3.29,7,3.82,1.66,11,5.57,2.57,7,2.33,1.73,9,4.67,2.1,12,3.55,2.81,11,3.71,2.69,7,3.83,1.59,12,5.83,2.71,6,2.5,1.62,12,5.22,2.05,9,5.33,2.83,9,1.89,0.78,9
+ruler,5.0,1.75,22,4.47,2.14,19,6.62,2.16,21,5.0,1.58,5,5.0,1.9,16,5.25,2.12,8,3.91,2.07,11,5.7,2.63,10,7.45,1.21,11,4.58,1.73,12,5.5,1.72,10,4.5,2.17,10,4.44,2.24,9,6.92,2.19,12,6.22,2.17,9,4.91,2.12,11,5.09,1.38,11,4.5,2.33,8,4.45,2.11,11,6.44,2.55,9,6.75,1.91,12
+ruling,4.22,1.65,23,4.52,2.2,21,5.47,2.29,19,4.45,2.07,11,4.0,1.21,12,4.4,2.41,5,4.6,2.29,15,7.0,2.1,6,4.77,2.09,13,4.27,1.87,15,4.12,1.25,8,3.09,1.92,11,6.33,1.0,9,4.22,1.2,9,6.6,2.5,10,4.33,1.5,12,4.09,1.87,11,3.36,2.46,11,5.8,0.79,10,6.17,2.4,6,5.15,2.27,13
+rum,5.57,2.5,21,4.96,2.65,26,6.17,2.32,24,5.67,3.39,9,5.5,1.73,12,3.8,2.82,10,5.69,2.33,16,6.22,2.28,9,6.13,2.42,15,6.71,2.69,7,5.0,2.29,14,6.31,2.25,13,3.62,2.36,13,6.08,2.64,12,6.25,2.05,12,4.91,2.59,11,6.3,2.31,10,5.0,2.67,15,4.91,2.74,11,6.62,1.94,13,5.64,2.69,11
+rumba,5.95,2.25,19,4.59,2.59,22,5.29,1.9,24,4.0,2.37,6,6.85,1.57,13,4.25,2.3,12,5.0,2.98,10,4.25,1.67,8,5.81,1.83,16,5.8,2.15,10,6.11,2.47,9,4.44,2.4,9,4.69,2.81,13,5.24,2.08,17,5.5,1.64,6,6.5,2.67,8,5.55,1.92,11,4.78,2.49,9,4.46,2.76,13,5.12,2.09,16,5.62,1.51,8
+rumble,5.0,1.46,18,4.5,2.41,18,4.94,1.89,17,5.45,1.21,11,4.29,1.6,7,5.25,2.87,4,4.29,2.33,14,4.5,2.51,8,5.33,1.12,9,5.88,1.36,8,4.3,1.16,10,4.29,2.63,7,4.64,2.38,11,5.17,2.14,6,4.82,1.83,11,4.83,1.64,12,5.33,1.03,6,3.91,2.26,11,5.43,2.51,7,4.71,1.11,7,5.1,2.33,10
+rummage,4.95,1.81,19,4.1,2.85,20,4.85,2.13,20,4.0,1.0,3,4.93,1.79,15,3.2,2.35,10,5.0,3.13,10,5.0,1.7,10,4.7,2.58,10,5.17,2.14,6,4.58,1.51,12,3.71,2.98,7,4.31,2.87,13,4.12,2.36,8,5.33,1.92,12,4.92,1.88,12,5.0,1.83,7,4.5,2.92,10,3.7,2.87,10,5.33,2.35,9,4.45,1.97,11
+rumor,3.14,1.82,21,3.85,2.41,20,5.36,2.89,22,4.33,1.97,6,2.67,1.59,15,3.75,1.67,8,3.92,2.87,12,5.5,2.78,12,5.2,3.16,10,3.0,2.18,9,3.25,1.6,12,4.22,1.92,9,3.55,2.81,11,5.57,2.76,7,5.27,3.03,15,2.9,1.52,10,3.36,2.11,11,4.15,2.27,13,3.29,2.75,7,5.58,3.29,12,5.1,2.47,10
+rump,5.81,2.14,21,4.79,2.88,19,5.09,2.14,22,7.17,1.6,6,5.27,2.12,15,5.25,3.15,8,4.45,2.77,11,4.83,2.55,12,5.4,1.58,10,7.0,1.73,9,4.92,2.02,12,5.12,2.64,8,4.55,3.14,11,4.86,2.12,7,5.2,2.21,15,6.2,2.57,10,5.45,1.69,11,3.92,2.4,13,6.67,3.14,6,5.25,2.05,12,4.9,2.33,10
+rumpus,4.96,1.99,23,4.45,2.34,22,5.0,2.32,20,5.75,2.19,8,4.53,1.81,15,4.1,2.56,10,4.75,2.22,12,5.71,2.5,7,4.62,2.22,13,5.42,2.15,12,4.45,1.75,11,3.73,1.9,11,5.18,2.6,11,4.73,2.19,15,5.8,2.77,5,4.45,2.25,11,5.42,1.68,12,4.9,2.08,10,4.08,2.57,12,4.1,1.66,10,5.9,2.6,10
+run,6.41,1.4,22,5.24,2.68,21,5.44,1.79,18,7.0,1.55,6,6.2,1.37,15,5.71,2.69,7,5.0,2.75,14,4.67,1.58,9,6.38,1.77,8,6.5,1.51,14,6.29,1.38,7,4.33,3.04,9,5.92,2.27,12,5.6,2.12,10,5.25,1.39,8,6.64,1.55,14,6.0,1.07,8,5.33,3.5,6,5.2,2.43,15,5.7,2.16,10,5.12,1.25,8
+runaround,4.14,1.68,21,5.14,2.08,21,4.04,2.41,25,4.42,1.78,12,3.78,1.56,9,5.14,2.48,7,5.14,1.96,14,5.2,2.2,10,3.27,2.28,15,3.5,1.91,4,4.29,1.65,17,5.8,1.69,10,4.55,2.3,11,3.29,1.6,7,4.33,2.63,18,4.08,1.88,12,4.22,1.48,9,5.23,2.17,13,5.0,2.07,8,3.0,1.73,9,4.62,2.58,16
+runaway,4.05,1.87,19,3.95,2.24,22,4.41,2.44,22,3.91,1.22,11,3.57,1.9,7,4.5,2.67,8,3.64,1.98,14,6.17,2.56,6,3.75,2.11,16,5.12,1.89,8,3.27,1.49,11,3.56,2.83,9,4.23,1.79,13,5.4,2.27,10,3.58,2.35,12,3.92,2.23,12,4.29,1.11,7,4.09,2.63,11,3.82,1.89,11,4.38,2.69,13,4.44,2.19,9
+rundown,3.79,1.13,19,3.55,2.52,20,3.46,2.19,24,3.0,0.82,4,4.0,1.13,15,5.0,3.46,3,3.29,2.37,17,4.67,2.12,9,2.73,1.94,15,4.5,1.07,8,3.27,0.9,11,4.11,2.47,9,3.09,2.59,11,3.29,2.16,14,3.7,2.31,10,4.0,1.26,11,3.5,0.93,8,2.4,1.58,10,4.7,2.83,10,3.82,2.3,17,2.57,1.72,7
+runner,5.68,1.29,19,5.05,1.86,21,5.9,2.13,20,6.33,1.15,3,5.56,1.31,16,4.33,2.25,6,5.33,1.68,15,6.4,1.78,10,5.4,2.41,10,5.6,0.84,10,5.78,1.72,9,5.14,1.77,7,5.0,1.96,14,6.25,2.49,8,5.67,1.92,12,5.88,1.46,8,5.55,1.21,11,5.56,2.35,9,4.67,1.37,12,5.56,2.35,9,6.18,1.99,11
+running,6.53,2.14,19,5.52,2.19,23,5.89,2.18,19,6.22,1.56,9,6.8,2.62,10,5.14,2.12,7,5.87,2.23,15,5.8,2.2,10,6.0,2.29,9,6.67,2.65,9,6.4,1.71,10,5.5,2.32,10,5.75,2.14,12,5.5,2.14,8,5.9,2.18,10,6.75,2.22,12,6.14,2.12,7,5.15,2.11,20,8.0,0.0,3,5.12,1.96,8,6.45,2.25,11
+running shoes,5.84,1.5,19,3.78,2.44,18,5.88,2.69,17,5.91,1.22,11,5.75,1.91,8,5.0,2.83,4,3.43,2.31,14,5.0,2.93,8,6.67,2.35,9,6.0,1.6,8,5.73,1.49,11,4.14,2.34,7,3.55,2.58,11,5.0,3.41,6,6.36,2.25,11,5.92,1.5,13,5.67,1.63,6,2.82,2.14,11,5.29,2.21,7,6.29,2.5,7,5.6,2.91,10
+runny,4.14,1.46,22,3.81,2.11,21,4.23,2.02,22,4.5,1.56,14,3.5,1.07,8,3.45,1.97,11,4.33,2.4,9,4.33,2.07,6,4.19,2.07,16,4.3,1.83,10,4.0,1.13,12,3.82,2.32,11,3.8,1.99,10,3.54,1.94,13,5.22,1.79,9,4.08,1.62,12,4.2,1.32,10,3.54,2.18,13,4.25,2.05,8,3.42,1.51,12,5.2,2.2,10
+runt,4.77,1.88,22,4.32,1.6,19,4.0,2.05,21,4.0,1.22,5,4.94,2.05,16,4.12,1.13,8,4.45,1.92,11,4.0,1.7,10,4.0,2.41,11,4.67,2.02,12,4.9,1.79,10,4.1,1.1,10,4.56,2.07,9,3.92,2.15,12,4.11,2.03,9,5.64,1.8,11,3.91,1.58,11,4.12,1.64,8,4.45,1.63,11,4.33,1.58,9,3.75,2.38,12
+runway,4.74,1.63,19,4.33,2.68,18,4.94,2.3,17,4.91,1.64,11,4.5,1.69,8,5.5,3.11,4,4.0,2.57,14,6.0,2.2,8,4.0,2.06,9,4.62,1.85,8,4.82,1.54,11,4.71,2.63,7,4.09,2.81,11,5.33,2.42,6,4.73,2.33,11,4.62,1.94,13,5.0,0.63,6,3.64,2.8,11,5.43,2.23,7,5.71,2.21,7,4.4,2.32,10
+rupture,3.21,1.75,19,5.26,2.43,23,3.32,1.89,19,4.0,1.87,9,2.5,1.35,10,5.86,2.12,7,5.13,2.61,15,4.0,2.21,10,2.56,1.13,9,3.44,1.94,9,3.0,1.63,10,5.8,2.7,10,5.0,2.26,12,4.0,2.27,8,2.5,1.08,10,3.5,1.88,12,2.71,1.5,7,5.4,2.23,20,4.33,4.04,3,4.12,2.3,8,2.73,1.35,11
+rural,5.95,1.91,21,3.15,1.98,20,5.57,2.44,21,6.33,1.21,6,5.8,2.14,15,3.25,2.19,8,3.08,1.93,12,5.64,2.69,11,5.5,2.27,10,6.17,2.64,6,5.87,1.64,15,3.7,2.06,10,2.6,1.84,10,4.86,2.44,14,7.0,1.83,7,5.71,1.98,7,6.07,1.94,14,2.93,2.02,14,3.67,1.97,6,5.58,2.71,12,5.56,2.19,9
+ruse,3.76,1.14,21,3.58,2.39,24,3.89,2.18,19,4.0,1.07,8,3.62,1.19,13,4.83,1.94,6,3.17,2.43,18,4.27,2.2,11,3.38,2.2,8,3.83,1.11,12,3.67,1.22,9,4.6,2.32,10,2.86,2.25,14,4.31,2.18,13,3.0,2.1,6,4.0,0.96,14,3.29,1.38,7,4.38,2.31,16,2.0,1.77,8,4.36,2.25,11,3.25,2.05,8
+rush,4.05,2.09,21,6.55,2.46,20,6.79,1.99,19,4.85,1.95,13,2.75,1.67,8,7.14,1.57,7,6.23,2.83,13,6.86,2.12,7,6.75,2.01,12,4.58,2.23,12,3.33,1.73,9,6.78,2.68,9,6.36,2.38,11,6.7,2.26,10,6.89,1.76,9,4.67,2.19,12,3.22,1.72,9,7.29,0.95,7,6.15,2.94,13,7.0,2.52,7,6.67,1.72,12
+rust,4.05,1.47,19,3.42,2.43,24,4.0,2.24,28,4.88,0.99,8,3.45,1.51,11,4.0,2.45,9,3.07,2.43,15,3.29,1.94,14,4.71,2.37,14,3.89,1.17,9,4.2,1.75,10,3.75,2.9,12,3.08,1.93,12,3.57,2.31,14,4.43,2.17,14,4.6,1.43,10,3.44,1.33,9,3.75,2.63,12,3.08,2.27,12,4.08,2.07,12,3.94,2.43,16
+rusted,3.27,1.64,22,4.09,2.45,22,4.26,1.91,19,3.38,1.51,8,3.31,1.8,13,4.25,2.76,8,4.08,2.43,13,4.29,1.7,7,4.0,2.0,11,2.62,1.41,8,3.77,1.69,13,4.22,3.23,9,4.0,1.87,13,4.0,1.41,7,4.42,2.19,12,3.55,2.02,11,3.0,1.18,11,3.0,3.02,8,4.71,1.9,14,4.12,1.96,16,5.0,1.73,3
+rustic,6.0,1.73,21,4.45,2.46,20,5.08,2.14,36,5.88,2.1,8,6.08,1.55,13,4.0,2.12,5,4.6,2.61,15,5.18,2.4,11,5.04,2.07,25,6.38,1.76,13,5.38,1.6,8,4.25,2.49,12,4.75,2.55,8,5.0,2.36,20,5.19,1.91,16,5.45,1.69,11,6.6,1.65,10,5.64,2.38,11,3.0,1.73,9,5.18,2.22,22,4.93,2.09,14
+rustle,4.16,1.54,19,3.88,2.62,17,5.62,2.22,24,3.8,1.92,5,4.29,1.44,14,5.0,3.37,4,3.54,2.4,13,5.46,2.11,13,5.82,2.44,11,4.3,1.42,10,4.0,1.73,9,4.83,2.93,6,3.36,2.42,11,5.38,2.03,16,6.12,2.64,8,3.92,1.55,13,4.67,1.51,6,4.27,2.37,11,3.17,3.13,6,5.47,2.23,15,5.89,2.32,9
+rustler,4.21,1.55,19,4.5,3.02,22,4.33,2.22,27,4.17,0.98,6,4.23,1.79,13,4.82,3.06,11,4.18,3.09,11,4.82,2.79,11,4.0,1.75,16,4.82,1.4,11,3.38,1.41,8,4.27,2.69,11,4.73,3.44,11,4.78,2.32,18,3.44,1.81,9,4.46,1.56,13,3.67,1.51,6,4.07,3.27,14,5.25,2.55,8,4.81,2.51,16,3.64,1.57,11
+rusty,3.5,1.65,18,4.24,1.89,21,4.51,2.28,55,4.11,1.9,9,2.89,1.17,9,5.14,1.68,7,3.79,1.89,14,3.61,2.15,18,4.95,2.25,37,4.71,1.6,7,2.73,1.19,11,3.9,2.23,10,4.55,1.57,11,4.72,2.23,29,4.27,2.36,26,3.78,1.92,9,3.22,1.39,9,4.15,1.95,13,4.38,1.92,8,4.15,2.35,33,5.05,2.13,22
+rut,2.9,1.48,21,3.87,2.18,23,4.0,2.86,22,2.75,1.39,8,3.0,1.58,13,4.0,2.49,12,3.73,1.9,11,4.62,3.12,13,3.11,2.32,9,2.88,1.36,8,3.08,1.56,12,4.5,2.07,14,2.89,2.09,9,5.0,2.89,12,2.8,2.44,10,2.4,1.51,10,3.36,1.36,11,3.44,2.25,16,4.86,1.77,7,4.1,3.18,10,3.92,2.71,12
+ruthless,3.67,1.49,21,6.0,1.81,23,4.04,2.44,26,3.64,1.43,11,3.7,1.64,10,6.0,2.24,11,6.0,1.41,12,3.45,1.75,11,4.64,2.84,14,4.0,1.25,10,3.36,1.69,11,6.27,1.95,11,5.75,1.71,12,4.94,2.54,17,2.38,0.92,8,3.85,1.46,13,3.38,1.6,8,6.13,1.64,15,5.75,2.19,8,4.53,2.7,17,3.11,1.62,9
+rye,5.45,1.64,20,3.78,2.1,18,5.45,0.96,22,5.6,0.89,5,5.4,1.84,15,3.83,2.86,6,3.75,1.76,12,5.2,0.63,10,5.67,1.15,12,5.4,1.43,10,5.5,1.9,10,3.7,2.41,10,3.88,1.81,8,5.82,1.17,11,5.09,0.54,11,5.5,1.31,12,5.38,2.13,8,3.33,2.35,9,4.22,1.86,9,5.73,1.19,11,5.18,0.6,11
+sabbatical,6.0,2.25,18,2.75,1.71,20,5.76,1.56,25,7.2,1.48,5,5.54,2.37,13,2.91,1.87,11,2.56,1.59,9,6.0,1.67,16,5.33,1.32,9,5.43,2.64,7,6.36,2.01,11,2.89,1.27,9,2.64,2.06,11,6.0,1.62,20,4.8,0.84,5,5.89,2.52,9,6.11,2.09,9,2.45,1.63,11,3.11,1.83,9,5.63,1.64,19,6.17,1.33,6
+saber,4.5,2.01,20,4.48,2.63,23,5.61,2.48,18,5.11,2.2,9,4.0,1.79,11,4.73,2.65,11,4.25,2.7,12,6.0,2.45,10,5.12,2.59,8,5.5,2.26,6,4.0,1.87,13,4.73,2.45,11,4.25,2.86,12,5.14,2.91,7,5.91,2.26,11,4.5,2.28,12,4.5,1.69,8,4.73,2.69,11,4.25,2.67,12,6.11,2.15,9,5.11,2.8,9
+sabotage,2.0,1.22,21,5.15,2.74,20,3.64,2.92,22,2.0,1.26,6,2.0,1.25,15,5.88,2.75,8,4.67,2.74,12,4.58,3.18,12,2.5,2.22,10,2.11,1.17,9,1.92,1.31,12,5.89,2.03,9,4.55,3.17,11,3.86,2.97,7,3.53,3.0,15,2.0,1.33,10,2.0,1.18,11,5.08,2.5,13,5.29,3.35,7,3.08,3.12,12,4.3,2.67,10
+saboteur,4.0,1.87,21,3.86,2.1,22,4.85,2.49,27,4.2,2.04,10,3.82,1.78,11,2.71,2.21,7,4.4,1.88,15,5.12,2.29,17,4.4,2.88,10,4.27,1.79,11,3.7,2.0,10,3.2,2.17,5,4.06,2.11,17,6.14,1.99,14,3.46,2.26,13,3.69,1.65,13,4.5,2.2,8,3.2,1.87,10,4.42,2.19,12,5.29,2.61,14,4.38,2.36,13
+sac,4.35,1.6,20,2.85,1.79,20,3.55,1.6,22,4.43,1.13,7,4.31,1.84,13,3.22,1.92,9,2.55,1.69,11,2.83,1.17,6,3.81,1.68,16,4.6,1.78,10,4.0,1.5,9,3.25,1.75,8,2.58,1.83,12,3.27,1.71,15,4.14,1.21,7,4.09,2.07,11,4.67,0.71,9,3.17,1.85,12,2.38,1.69,8,3.18,1.54,11,3.91,1.64,11
+sack,5.11,1.41,18,4.24,2.51,21,5.0,2.13,20,4.33,0.58,3,5.27,1.49,15,5.0,2.9,6,3.93,2.37,15,5.83,2.23,6,4.64,2.06,14,5.0,0.5,9,5.22,1.99,9,3.86,2.61,7,4.43,2.53,14,5.0,2.45,10,5.0,1.89,10,5.5,1.69,8,4.8,1.14,10,3.89,2.71,9,4.5,2.43,12,4.88,2.64,8,5.08,1.83,12
+sacrament,5.61,2.0,18,3.35,2.08,20,4.24,1.92,25,6.0,1.0,5,5.46,2.3,13,3.73,2.49,11,2.89,1.45,9,4.44,1.75,16,3.89,2.26,9,5.57,2.23,7,5.64,1.96,11,3.11,2.42,9,3.55,1.86,11,4.25,2.0,20,4.2,1.79,5,5.0,2.12,9,6.22,1.79,9,3.36,2.34,11,3.33,1.87,9,4.21,1.87,19,4.33,2.25,6
+sacred,6.95,1.6,21,5.0,2.75,23,5.12,2.45,26,7.0,1.48,11,6.9,1.79,10,5.73,2.72,11,4.33,2.71,12,4.64,2.58,11,5.64,2.37,14,7.1,1.85,10,6.82,1.4,11,5.82,2.71,11,4.25,2.67,12,4.76,2.75,17,6.12,1.46,8,7.23,1.74,13,6.5,1.31,8,5.8,2.86,15,3.5,1.85,8,4.88,2.83,17,5.56,1.59,9
+sacrifice,4.76,2.1,21,4.95,2.19,22,5.6,2.28,20,5.33,1.32,9,4.33,2.5,12,4.33,2.25,6,5.13,2.26,15,6.0,1.9,6,5.43,2.47,14,4.78,2.22,9,4.75,2.09,12,5.4,2.51,5,4.82,2.16,17,5.3,2.36,10,5.9,2.28,10,5.17,2.41,12,4.22,1.56,9,4.67,2.06,9,5.15,2.34,13,5.17,2.59,12,6.25,1.67,8
+sacrificial,3.2,1.58,20,5.94,2.6,18,4.46,2.92,24,3.4,1.52,5,3.13,1.64,15,7.4,2.07,5,5.38,2.63,13,5.31,2.95,13,3.45,2.66,11,3.7,1.7,10,2.7,1.34,10,7.29,1.89,7,5.09,2.7,11,5.31,2.96,16,2.75,2.05,8,3.07,1.64,14,3.5,1.52,6,6.25,2.49,12,5.33,2.94,6,4.07,3.17,15,5.11,2.47,9
+sacrilege,3.64,2.04,22,4.85,2.09,26,4.71,2.22,24,2.89,1.9,9,4.15,2.03,13,4.1,2.02,10,5.31,2.06,16,5.0,1.94,9,4.53,2.42,15,3.38,2.92,8,3.79,1.42,14,4.31,1.93,13,5.38,2.18,13,4.5,2.32,12,4.92,2.19,12,4.0,2.3,12,3.2,1.69,10,4.33,2.09,15,5.55,1.97,11,4.77,2.35,13,4.64,2.16,11
+sacrilegious,4.09,1.41,22,4.11,2.31,19,3.71,2.31,21,3.6,1.14,5,4.38,1.41,16,4.5,2.45,8,3.82,2.27,11,3.9,2.69,10,3.55,2.02,11,4.08,1.16,12,4.1,1.73,10,4.9,1.85,10,3.22,2.54,9,3.58,2.43,12,3.89,2.26,9,3.73,1.49,11,4.45,1.29,11,3.62,2.2,8,4.45,2.42,11,4.56,2.3,9,3.08,2.19,12
+sad,2.1,0.91,20,3.49,2.21,919,3.84,2.21,44,2.0,1.0,3,2.12,0.93,17,3.59,2.34,343,3.43,2.13,569,3.52,2.23,23,4.05,2.14,20,2.0,0.82,7,2.15,0.99,13,3.51,2.3,418,3.47,2.14,497,3.96,2.38,27,3.65,1.97,17,2.11,1.05,9,2.09,0.83,11,3.32,2.21,509,3.71,2.19,410,3.94,2.04,35,3.44,2.88,9
+saddle,4.95,1.75,19,3.1,1.67,21,5.25,2.73,20,6.0,1.0,3,4.75,1.81,16,3.5,2.17,6,2.93,1.49,15,5.17,1.94,6,5.29,3.07,14,5.0,1.49,10,4.89,2.09,9,2.29,0.95,7,3.5,1.83,14,4.5,2.92,10,6.0,2.45,10,6.0,1.31,8,4.18,1.66,11,3.0,2.0,9,3.17,1.47,12,5.12,3.31,8,5.33,2.42,12
+sadist,2.11,1.37,18,5.0,2.47,20,4.32,2.38,25,2.4,1.67,5,2.0,1.29,13,5.91,2.59,11,3.89,1.9,9,4.06,2.35,16,4.78,2.49,9,2.86,1.57,7,1.64,1.03,11,3.44,2.07,9,6.27,2.05,11,3.85,2.3,20,6.2,1.79,5,2.56,1.67,9,1.67,0.87,9,4.82,2.89,11,5.22,1.99,9,4.84,2.41,19,2.67,1.37,6
+sadistic,2.62,1.94,21,5.25,2.65,20,3.43,2.31,21,3.0,1.41,6,2.47,2.13,15,4.38,3.02,8,5.83,2.33,12,2.73,1.79,11,4.2,2.66,10,2.5,1.52,6,2.67,2.13,15,4.3,2.95,10,6.2,2.04,10,3.64,2.59,14,3.0,1.73,7,2.29,1.5,7,2.79,2.15,14,5.29,3.07,14,5.17,1.47,6,3.08,2.23,12,3.89,2.47,9
+sadness,2.4,1.1,20,2.81,2.25,21,3.84,2.79,25,2.33,1.53,3,2.41,1.06,17,2.14,2.61,7,3.15,2.15,13,4.5,3.12,8,3.53,2.67,17,2.43,1.27,7,2.38,1.04,13,2.29,1.5,7,3.08,2.66,13,4.43,2.85,14,3.09,2.66,11,2.44,1.33,9,2.36,0.92,11,2.36,1.63,11,3.3,2.79,10,3.39,2.79,18,5.0,2.65,7
+safari,6.15,1.53,20,5.67,2.2,21,5.65,2.18,20,5.89,1.45,9,6.36,1.63,11,5.6,2.5,10,5.73,2.0,11,5.62,1.85,8,5.67,2.46,12,6.14,1.29,14,6.17,2.14,6,5.25,2.71,8,5.92,1.89,13,5.5,2.33,8,5.75,2.18,12,6.1,1.37,10,6.2,1.75,10,5.67,1.97,12,5.67,2.6,9,5.73,2.45,11,5.56,1.94,9
+safe,7.7,1.57,43,3.14,2.6,44,7.21,1.88,42,7.15,1.69,20,8.17,1.3,23,3.71,2.72,21,2.61,2.43,23,6.71,2.46,14,7.52,1.5,27,7.06,1.88,16,8.07,1.24,27,2.75,2.15,20,3.46,2.93,24,6.83,1.69,18,7.5,2.0,24,7.42,1.8,19,7.92,1.35,24,3.47,2.91,30,2.43,1.65,14,7.28,1.83,29,7.08,2.06,13
+safeguard,5.5,1.69,18,3.17,1.95,18,4.94,2.3,17,5.73,1.42,11,5.14,2.12,7,3.0,1.63,4,3.21,2.08,14,4.5,2.2,8,5.33,2.45,9,5.5,1.69,8,5.5,1.78,10,3.43,1.62,7,3.0,2.19,11,3.5,1.87,6,5.73,2.2,11,5.42,1.93,12,5.67,1.21,6,2.45,1.81,11,4.29,1.7,7,5.29,2.69,7,4.7,2.11,10
+safekeeping,6.48,1.91,21,2.95,2.06,22,6.3,2.25,27,6.1,1.79,10,6.82,2.04,11,2.0,1.73,7,3.4,2.1,15,6.18,2.35,17,6.5,2.17,10,6.45,2.02,11,6.5,1.9,10,2.4,1.95,5,3.12,2.12,17,5.71,2.64,14,6.92,1.61,13,6.77,1.96,13,6.0,1.85,8,2.8,2.3,10,3.08,1.93,12,6.43,2.47,14,6.15,2.08,13
+safety,7.14,1.35,21,3.8,2.42,20,6.47,2.89,19,7.08,1.12,13,7.25,1.75,8,4.14,1.95,7,3.62,2.69,13,5.43,2.88,7,7.08,2.84,12,7.17,1.4,12,7.11,1.36,9,3.56,1.94,9,4.0,2.83,11,6.6,2.91,10,6.33,3.04,9,7.25,1.36,12,7.0,1.41,9,4.57,2.44,7,3.38,2.4,13,7.57,2.99,7,5.83,2.76,12
+saffron,6.17,1.38,18,3.0,2.33,18,5.4,1.55,25,5.6,1.34,5,6.38,1.39,13,2.8,2.35,10,3.25,2.43,8,5.12,1.45,16,5.89,1.69,9,6.14,1.68,7,6.18,1.25,11,2.67,2.12,9,3.33,2.6,9,5.35,1.63,20,5.6,1.34,5,6.11,1.36,9,6.22,1.48,9,1.8,1.4,10,4.5,2.45,8,5.16,1.5,19,6.17,1.6,6
+sag,3.58,1.98,19,3.0,2.35,22,3.54,1.53,28,3.5,1.64,6,3.62,2.18,13,2.55,2.21,11,3.45,2.5,11,3.09,1.76,11,3.82,1.33,17,3.36,1.86,11,3.88,2.23,8,2.91,2.43,11,3.09,2.39,11,3.5,1.54,18,3.6,1.58,10,3.46,2.22,13,3.83,1.47,6,3.29,2.79,14,2.5,1.31,8,3.25,1.73,16,3.92,1.16,12
+saga,6.4,1.54,20,5.09,2.39,22,5.26,2.26,27,6.43,1.99,7,6.38,1.33,13,5.6,1.78,10,4.67,2.81,12,5.33,2.09,15,5.36,2.58,11,6.45,1.57,11,6.33,1.58,9,5.33,1.94,9,4.92,2.72,13,5.65,2.47,17,4.78,1.79,9,6.38,1.56,13,6.43,1.62,7,4.69,2.55,16,6.17,1.6,6,5.0,2.26,12,5.47,2.33,15
+sage,5.79,1.69,19,3.33,2.03,18,5.25,2.62,16,5.82,1.25,11,5.75,2.25,8,3.5,2.52,4,3.29,1.98,14,4.12,2.9,8,6.38,1.85,8,6.0,1.31,8,5.64,1.96,11,4.43,2.15,7,2.64,1.69,11,5.0,2.74,5,5.36,2.69,11,5.69,1.75,13,6.0,1.67,6,3.27,2.15,11,3.43,1.99,7,5.57,1.9,7,5.0,3.16,9
+saggy,2.62,1.43,21,3.04,2.31,23,4.94,2.36,18,2.89,1.83,9,2.42,1.08,12,3.0,2.32,11,3.08,2.39,12,4.7,2.21,10,5.25,2.66,8,2.57,1.81,7,2.62,1.33,13,3.91,2.84,11,2.25,1.36,12,4.71,2.75,7,5.09,2.21,11,2.46,1.71,13,2.88,0.83,8,2.45,1.44,11,3.58,2.84,12,4.67,2.24,9,5.22,2.59,9
+sail,6.84,1.5,19,3.74,2.65,23,6.37,1.77,19,6.33,1.32,9,7.3,1.57,10,4.29,3.04,7,3.4,2.59,15,6.8,2.2,10,5.89,1.05,9,7.22,1.39,9,6.5,1.58,10,3.8,2.86,10,3.58,2.68,12,6.0,2.0,8,6.4,1.51,10,6.83,1.47,12,6.86,1.68,7,3.65,2.5,20,4.33,4.16,3,6.25,2.31,8,6.45,1.37,11
+sailboat,6.81,1.54,21,2.5,1.91,20,6.05,2.13,22,6.67,1.83,12,7.0,1.12,9,2.5,1.78,10,2.5,2.12,10,5.73,2.45,11,6.36,1.8,11,7.25,1.71,4,6.71,1.53,17,1.86,1.46,7,2.85,2.08,13,6.0,2.2,13,6.11,2.15,9,7.08,1.31,12,6.44,1.81,9,2.7,1.83,10,2.3,2.06,10,6.64,2.13,14,5.0,1.77,8
+sailor,6.1,2.1,21,3.87,1.79,23,6.09,2.33,22,5.88,1.73,8,6.23,2.35,13,3.67,1.97,12,4.09,1.64,11,6.23,2.28,13,5.89,2.52,9,6.62,2.26,8,6.08,1.73,12,4.62,1.56,13,2.9,1.66,10,6.5,1.98,12,5.6,2.72,10,6.1,2.47,10,6.09,1.81,11,3.65,1.97,17,4.5,1.05,6,6.7,2.58,10,5.58,2.07,12
+saint,6.4,1.82,20,3.48,2.55,44,5.82,2.44,38,7.4,2.07,5,6.07,1.67,15,3.29,2.63,21,3.65,2.52,23,5.37,2.52,19,6.33,2.38,18,6.8,2.1,10,6.0,1.49,10,3.09,2.22,22,3.86,2.83,22,5.88,2.2,17,5.76,2.66,21,6.17,1.7,12,6.75,2.05,8,3.21,2.48,24,3.8,2.65,20,5.95,2.65,21,5.65,2.21,17
+sainted,5.44,2.48,18,3.45,1.97,22,5.91,1.95,22,5.22,2.28,9,5.67,2.78,9,4.38,2.39,8,2.93,1.54,14,6.18,1.83,11,5.64,2.11,11,5.14,2.48,7,5.64,2.58,11,4.5,1.96,10,2.58,1.56,12,5.92,2.1,13,5.89,1.83,9,5.44,2.55,9,5.44,2.55,9,3.5,2.67,8,3.43,1.55,14,5.79,1.89,14,6.12,2.17,8
+sake,5.28,1.71,18,3.2,2.12,20,5.17,1.76,18,4.38,1.19,8,6.0,1.76,10,3.29,2.29,7,3.15,2.12,13,5.45,0.93,11,4.71,2.63,7,4.82,1.72,11,6.0,1.53,7,2.78,2.33,9,3.55,1.97,11,5.73,1.35,11,4.29,2.06,7,4.75,1.22,12,6.33,2.16,6,3.33,2.39,12,3.0,1.77,8,5.44,2.13,9,4.89,1.36,9
+salad,6.35,1.96,40,3.78,2.76,18,6.11,2.06,47,5.71,2.44,17,6.83,1.37,23,3.17,2.64,6,4.08,2.87,12,6.67,1.97,18,5.76,2.06,29,5.67,2.11,21,7.11,1.49,19,3.2,2.74,10,4.5,2.78,8,5.64,2.03,33,7.21,1.72,14,6.2,2.2,25,6.6,1.5,15,3.11,2.98,9,4.44,2.51,9,5.92,2.29,25,6.32,1.78,22
+salami,4.83,2.55,23,4.8,2.19,20,6.32,1.84,25,5.15,2.73,13,4.4,2.37,10,5.29,1.7,7,4.54,2.44,13,6.23,1.96,13,6.42,1.78,12,3.83,2.33,12,5.91,2.43,11,4.73,2.41,11,4.89,2.03,9,6.06,1.85,17,6.88,1.81,8,5.83,2.04,12,3.73,2.69,11,4.25,2.56,12,5.62,1.19,8,6.13,1.81,15,6.6,1.96,10
+salary,6.42,2.09,19,4.86,2.4,22,5.05,2.48,22,6.33,2.55,9,6.5,1.72,10,4.0,1.51,8,5.36,2.71,14,4.18,2.14,11,5.91,2.59,11,6.0,2.31,7,6.67,2.02,12,4.4,1.78,10,5.25,2.83,12,4.92,2.63,13,5.22,2.39,9,6.3,1.49,10,6.56,2.7,9,3.25,1.67,8,5.79,2.29,14,5.43,2.47,14,4.38,2.5,8
+sale,6.23,1.69,22,6.05,2.4,22,6.16,2.5,19,5.62,1.51,8,6.38,1.66,13,6.0,2.45,8,6.07,2.46,14,5.43,2.51,7,6.55,2.62,11,6.25,1.91,8,6.0,1.47,13,6.78,2.59,9,5.54,2.22,13,5.0,2.16,7,6.83,2.52,12,6.36,1.75,11,6.09,1.7,11,6.67,2.96,9,5.62,1.94,13,6.38,2.25,16,5.0,4.0,3
+salesgirl,6.26,1.57,23,4.45,2.52,22,5.63,2.44,27,7.78,1.09,9,5.29,0.91,14,5.6,2.37,10,3.5,2.32,12,5.13,2.39,15,6.36,2.54,11,5.83,1.34,12,6.73,1.74,11,5.67,1.66,9,3.62,2.72,13,5.65,2.87,17,5.67,1.66,9,6.33,1.72,15,6.12,1.36,8,4.31,2.68,16,4.83,2.23,6,5.17,2.55,12,6.0,2.36,15
+salesman,4.1,1.65,20,3.0,2.09,18,5.05,2.38,22,3.8,0.84,5,4.2,1.86,15,3.17,1.47,6,2.92,2.39,12,4.5,1.9,10,5.5,2.71,12,4.8,1.55,10,3.4,1.51,10,3.4,2.17,10,2.5,2.0,8,6.09,2.07,11,4.0,2.28,11,4.0,1.86,12,4.25,1.39,8,1.67,0.71,9,4.33,2.18,9,6.09,2.3,11,4.0,2.05,11
+saline,4.76,1.26,21,3.2,2.38,25,5.26,1.94,19,4.67,1.58,9,4.83,1.03,12,4.0,2.53,6,2.94,2.41,18,4.57,2.15,7,5.67,1.78,12,4.75,1.44,16,4.8,0.45,5,3.29,2.64,14,3.1,2.23,10,5.0,2.18,9,5.5,1.78,10,4.58,1.38,12,5.0,1.12,9,3.44,2.19,16,2.78,2.77,9,4.91,2.26,11,5.75,1.39,8
+saliva,4.25,1.97,20,4.0,1.87,21,4.82,2.59,34,4.8,2.1,10,3.7,1.77,10,3.75,1.98,8,4.15,1.86,13,4.93,2.84,14,4.75,2.47,20,4.56,1.94,9,4.0,2.05,11,4.31,1.75,13,3.5,2.07,8,4.77,2.84,22,4.92,2.15,12,4.8,1.93,10,3.7,1.95,10,4.0,2.04,14,4.0,1.63,7,5.06,2.3,17,4.59,2.9,17
+salmon,6.48,1.69,21,3.87,2.32,23,4.81,1.77,26,6.27,1.62,11,6.7,1.83,10,4.82,2.48,11,3.0,1.86,12,4.82,1.6,11,4.93,1.94,14,6.6,1.84,10,6.36,1.63,11,4.82,2.44,11,3.0,1.91,12,5.29,1.57,17,4.0,1.93,8,7.08,1.89,13,5.5,0.53,8,4.07,2.34,15,3.5,2.39,8,5.24,1.92,17,4.0,1.12,9
+salmonella,2.55,1.47,20,4.33,2.99,21,3.56,2.22,25,4.33,0.58,3,2.24,1.35,17,4.0,3.27,7,4.54,3.07,13,3.62,2.45,8,3.53,2.18,17,3.71,1.6,7,1.92,0.95,13,4.14,2.48,7,4.46,3.43,13,3.79,2.49,14,3.27,1.9,11,2.89,1.54,9,2.27,1.42,11,4.73,3.04,11,3.9,3.03,10,3.22,2.46,18,4.43,1.13,7
+salon,5.58,1.47,24,3.76,2.49,21,5.52,1.73,25,5.31,1.18,13,5.91,1.76,11,3.89,2.42,9,3.67,2.64,12,5.4,2.07,10,5.64,1.6,14,6.18,1.66,11,5.08,1.12,13,4.2,2.66,10,3.36,2.38,11,5.82,1.98,17,4.86,0.9,7,6.07,1.58,15,4.78,0.83,9,3.0,1.78,13,5.0,3.07,8,5.53,1.81,17,5.5,1.69,8
+saloon,5.45,2.06,20,3.35,1.87,20,3.68,2.17,22,5.0,3.08,5,5.6,1.72,15,2.88,1.46,8,3.67,2.1,12,3.5,2.32,12,3.9,2.08,10,5.22,2.49,9,5.64,1.75,11,3.11,1.62,9,3.55,2.11,11,3.14,1.46,7,3.93,2.43,15,5.7,2.5,10,5.2,1.62,10,3.69,2.02,13,2.71,1.5,7,3.33,2.64,12,4.1,1.45,10
+salsa,6.0,1.53,19,5.41,2.43,17,5.88,1.83,17,5.64,1.43,11,6.5,1.6,8,5.5,3.0,4,5.38,2.36,13,4.75,1.49,8,6.89,1.54,9,6.12,0.83,8,5.91,1.92,11,5.67,2.5,6,5.27,2.49,11,5.33,1.51,6,6.18,1.99,11,6.23,0.93,13,5.5,2.43,6,5.0,2.79,11,6.17,1.47,6,6.29,1.98,7,5.6,1.78,10
+salt,6.05,1.73,20,4.53,2.14,19,6.04,1.87,26,6.45,1.57,11,5.56,1.88,9,6.0,1.41,7,3.67,2.06,12,5.62,2.06,13,6.46,1.61,13,6.18,1.89,11,5.89,1.62,9,4.36,2.29,11,4.75,2.05,8,6.0,2.0,17,6.11,1.69,9,6.1,1.85,10,6.0,1.7,10,4.27,2.2,11,4.88,2.17,8,5.88,2.06,16,6.3,1.57,10
+salted,5.52,1.33,21,4.04,2.25,23,5.31,1.46,26,5.45,1.29,11,5.6,1.43,10,4.18,2.32,11,3.92,2.27,12,4.91,1.3,11,5.79,1.42,14,5.9,1.37,10,5.18,1.25,11,4.27,2.45,11,3.83,2.12,12,5.29,1.45,17,5.62,1.41,8,5.54,1.56,13,5.5,0.93,8,3.73,2.09,15,4.62,2.56,8,5.65,1.62,17,4.67,0.87,9
+saltwater,4.71,2.03,21,3.58,2.54,24,4.26,2.23,19,4.33,1.87,9,5.0,2.17,12,2.83,2.32,6,3.82,2.7,17,3.43,1.81,7,4.75,2.38,12,4.5,2.1,16,5.4,1.82,5,3.43,2.62,14,3.78,2.68,9,3.56,2.46,9,4.9,1.91,10,4.33,2.27,12,5.22,1.64,9,3.69,2.55,16,3.38,2.67,8,3.82,2.4,11,4.88,1.96,8
+salty,5.1,2.13,20,3.94,1.95,18,5.14,1.81,22,7.0,1.0,5,4.47,2.03,15,4.5,1.64,6,3.67,2.1,12,5.0,1.49,10,5.25,2.09,12,5.9,1.29,10,4.3,2.54,10,3.8,1.75,10,4.12,2.3,8,4.27,1.62,11,6.0,1.61,11,4.33,2.1,12,6.25,1.67,8,3.22,1.56,9,4.67,2.12,9,4.55,1.97,11,5.73,1.49,11
+salute,6.22,1.93,23,4.38,1.88,21,6.4,2.19,42,6.88,1.36,8,5.87,2.13,15,4.14,1.57,7,4.5,2.07,14,6.38,1.91,24,6.44,2.57,18,6.25,1.96,12,6.18,1.99,11,4.7,2.16,10,4.09,1.64,11,6.28,2.17,25,6.59,2.27,17,5.18,1.72,11,7.17,1.64,12,4.54,1.61,13,4.12,2.36,8,6.45,2.24,22,6.35,2.18,20
+salvage,5.16,1.57,19,4.57,1.99,21,5.74,2.16,23,6.0,2.0,3,5.0,1.51,16,4.5,1.31,8,4.62,2.36,13,5.56,2.6,9,5.86,1.92,14,5.44,1.51,9,4.9,1.66,10,5.33,1.41,9,4.0,2.22,12,5.47,2.5,15,6.25,1.28,8,5.14,2.19,7,5.17,1.19,12,5.1,1.45,10,4.09,2.34,11,4.92,2.47,13,6.8,1.03,10
+salvation,6.94,1.95,18,3.55,2.33,20,5.67,2.65,24,7.08,2.15,12,6.67,1.63,6,5.8,1.79,5,2.8,2.01,15,5.62,2.81,13,5.73,2.57,11,6.5,2.62,8,7.3,1.25,10,4.0,2.71,7,3.31,2.18,13,5.55,2.38,11,5.77,2.95,13,7.44,1.42,9,6.44,2.35,9,3.8,2.3,10,3.3,2.45,10,7.0,2.6,9,4.87,2.42,15
+salve,4.62,1.5,21,3.44,1.79,18,5.24,1.95,17,5.0,1.58,13,4.0,1.2,8,4.0,2.16,4,3.29,1.73,14,4.88,1.64,8,5.56,2.24,9,4.78,1.86,9,4.5,1.24,12,3.57,2.15,7,3.36,1.63,11,4.5,1.38,6,5.64,2.16,11,4.8,1.74,15,4.17,0.41,6,3.45,1.92,11,3.43,1.72,7,5.29,2.29,7,5.2,1.81,10
+samba,5.95,1.68,19,4.5,2.23,18,5.88,2.03,16,5.18,1.4,11,7.0,1.51,8,4.5,2.38,4,4.5,2.28,14,4.86,1.21,7,6.67,2.24,9,5.5,1.41,8,6.27,1.85,11,4.71,2.63,7,4.36,2.06,11,6.17,0.98,6,5.7,2.5,10,6.15,1.63,13,5.5,1.87,6,4.18,2.44,11,5.0,1.91,7,6.29,1.89,7,5.56,2.19,9
+sample,5.76,1.45,21,2.87,1.94,23,5.71,1.99,17,5.56,1.81,9,5.92,1.16,12,2.82,1.99,11,2.92,1.98,12,5.6,1.96,10,5.86,2.19,7,6.14,1.35,7,5.62,1.56,13,3.0,1.9,11,2.75,2.05,12,5.57,2.37,7,5.8,1.81,10,6.15,1.41,13,5.12,1.36,8,3.36,2.16,11,2.42,1.68,12,5.62,2.0,8,5.78,2.11,9
+samurai,5.5,1.15,18,5.24,1.61,21,6.91,1.93,22,6.33,1.15,3,5.33,1.11,15,5.12,1.25,8,5.31,1.84,13,6.89,1.83,9,6.92,2.06,13,5.38,1.51,8,5.6,0.84,10,6.11,1.05,9,4.58,1.68,12,7.27,1.91,15,6.14,1.86,7,5.67,1.51,6,5.42,1.0,12,5.7,1.34,10,4.82,1.78,11,7.75,1.48,12,5.9,1.97,10
+sanatorium,3.33,2.52,21,4.11,2.49,19,3.09,2.18,22,4.17,2.71,6,3.0,2.45,15,3.38,2.07,8,4.64,2.73,11,2.67,2.02,12,3.6,2.37,10,4.44,3.13,9,2.5,1.62,12,3.78,2.11,9,4.4,2.88,10,3.29,1.5,7,3.0,2.48,15,3.8,3.26,10,2.91,1.64,11,3.75,1.86,12,4.71,3.4,7,2.92,2.61,12,3.3,1.64,10
+sanctimonious,4.37,1.64,19,4.9,2.51,21,5.09,2.15,23,5.6,0.55,5,3.92,1.75,13,5.0,3.35,6,4.87,2.23,15,6.3,1.25,10,4.15,2.27,13,4.43,1.81,7,4.36,1.69,11,4.57,3.05,7,5.07,2.3,14,5.73,2.0,11,4.5,2.2,12,4.83,1.47,12,3.57,1.72,7,4.82,2.75,11,5.0,2.36,10,5.79,1.81,14,4.0,2.29,9
+sanction,4.43,1.89,21,4.4,2.11,20,5.14,1.9,21,4.33,1.63,6,4.47,2.03,15,4.75,1.83,8,4.17,2.33,12,4.91,1.92,11,5.4,1.96,10,4.83,1.47,6,4.27,2.05,15,4.8,2.3,10,4.0,1.94,10,4.86,2.14,14,5.71,1.25,7,4.14,1.68,7,4.57,2.03,14,4.29,2.4,14,4.67,1.37,6,5.33,2.23,12,4.89,1.45,9
+sanctity,5.43,1.86,21,3.79,2.59,19,5.64,2.53,36,5.0,2.51,8,5.69,1.38,13,2.8,2.49,5,4.14,2.63,14,4.82,2.79,11,6.0,2.38,25,4.85,1.91,13,6.38,1.41,8,4.25,2.96,12,3.0,1.73,7,5.35,2.62,20,6.0,2.45,16,5.73,1.85,11,5.1,1.91,10,5.1,2.73,10,2.33,1.5,9,5.64,2.77,22,5.64,2.21,14
+sanctuary,7.05,1.19,20,2.64,2.13,22,6.15,2.68,27,7.29,1.5,7,6.92,1.04,13,2.9,2.42,10,2.42,1.93,12,6.4,2.29,15,6.0,3.29,11,6.73,1.01,11,7.44,1.33,9,2.22,1.39,9,2.92,2.53,13,5.88,3.1,17,6.89,1.69,9,7.54,1.13,13,6.14,0.69,7,2.75,2.38,16,2.33,1.37,6,5.42,2.75,12,6.73,2.58,15
+sanctum,5.09,0.81,22,3.74,2.32,23,6.21,1.72,19,5.5,0.53,8,4.77,0.83,13,4.0,2.56,8,3.64,2.34,14,6.29,1.8,7,6.27,1.79,11,4.75,0.89,8,5.23,0.73,13,4.33,2.65,9,3.36,2.1,14,4.86,0.9,7,7.0,1.6,12,5.09,0.7,11,5.09,0.94,11,3.44,2.65,9,3.93,2.16,14,6.19,1.87,16,6.33,0.58,3
+sand,6.16,1.92,19,3.43,2.6,21,4.82,1.91,28,5.0,1.26,6,6.69,1.97,13,4.0,2.79,10,2.91,2.43,11,4.64,2.73,11,4.94,1.2,17,6.27,2.0,11,6.0,1.93,8,3.3,2.71,10,3.55,2.62,11,5.17,2.09,18,4.2,1.4,10,5.77,2.05,13,7.0,1.41,6,3.71,2.87,14,2.86,2.04,7,5.06,2.21,16,4.5,1.45,12
+sandbox,5.75,2.12,20,3.4,2.6,20,6.1,2.14,21,6.17,0.98,6,5.57,2.47,14,4.12,3.48,8,2.92,1.83,12,5.91,2.07,11,6.3,2.31,10,5.33,2.34,6,5.93,2.09,14,4.3,3.09,10,2.5,1.72,10,5.64,2.34,14,7.0,1.41,7,6.29,1.7,7,5.46,2.33,13,3.36,3.0,14,3.5,1.52,6,6.25,2.38,12,5.89,1.9,9
+sander,5.4,1.19,20,3.29,2.31,24,5.46,2.35,28,5.75,1.28,8,5.17,1.11,12,3.33,2.45,9,3.27,2.31,15,5.29,2.61,14,5.64,2.13,14,4.78,0.83,9,5.91,1.22,11,3.42,2.31,12,3.17,2.41,12,5.5,2.47,14,5.43,2.31,14,5.5,1.43,10,5.3,0.95,10,3.92,2.57,12,2.67,1.92,12,5.83,2.08,12,5.19,2.56,16
+sandman,4.9,1.52,20,3.55,2.24,22,5.0,1.83,19,4.56,1.51,9,5.18,1.54,11,2.8,2.49,5,3.94,2.14,16,4.83,2.23,6,5.08,1.71,13,4.86,1.7,14,5.0,1.1,6,3.67,1.97,12,3.67,2.65,9,4.33,1.32,9,5.6,2.07,10,5.1,1.85,10,4.7,1.16,10,3.5,2.32,12,3.6,2.27,10,5.17,2.32,6,4.92,1.66,13
+sandpaper,4.95,2.06,21,3.13,2.2,23,5.67,2.68,18,5.78,2.28,9,4.33,1.72,12,3.64,2.01,11,2.67,2.35,12,6.0,2.62,10,5.25,2.87,8,5.86,2.19,7,4.62,1.94,13,3.55,2.07,11,2.75,2.34,12,5.71,3.09,7,5.64,2.54,11,4.77,2.28,13,5.25,1.75,8,3.0,2.24,11,3.25,2.26,12,4.89,2.47,9,6.44,2.79,9
+sandstorm,4.19,1.44,21,4.32,2.48,22,4.26,2.41,27,4.6,0.97,10,3.82,1.72,11,3.71,2.63,7,4.6,2.44,15,4.18,2.74,17,4.4,1.84,10,4.09,1.14,11,4.3,1.77,10,2.6,2.19,5,4.82,2.38,17,4.0,2.75,14,4.54,2.07,13,3.77,1.01,13,4.88,1.81,8,3.9,2.81,10,4.67,2.23,12,4.36,2.82,14,4.15,1.99,13
+sandwich,7.18,1.33,22,4.94,2.62,18,5.57,2.2,21,7.2,0.84,5,7.19,1.52,16,5.57,2.37,7,4.55,2.81,11,4.8,2.15,10,6.27,2.1,11,7.0,1.41,12,7.4,1.26,10,4.9,2.28,10,5.0,3.16,8,5.08,2.5,12,6.22,1.64,9,7.36,0.92,11,7.0,1.67,11,4.25,2.87,8,5.5,2.42,10,5.0,2.4,9,6.0,2.04,12
+sane,6.73,1.42,22,3.81,2.44,21,6.1,2.75,20,6.86,1.29,14,6.5,1.69,8,4.36,2.62,11,2.89,2.09,9,5.6,2.97,5,6.27,2.76,15,6.6,1.35,10,6.83,1.53,12,3.27,2.28,11,4.4,2.59,10,6.83,2.37,12,5.0,3.07,8,6.92,1.44,12,6.5,1.43,10,3.69,2.59,13,4.0,2.33,8,6.82,2.18,11,5.22,3.23,9
+sanitarium,3.36,1.71,22,4.1,2.19,21,3.68,2.53,22,2.93,1.73,14,4.12,1.46,8,4.09,2.63,11,4.0,1.8,9,2.67,2.73,6,4.06,2.43,16,3.7,1.77,10,3.08,1.68,12,3.27,1.74,11,5.0,2.36,10,3.31,2.18,13,4.22,3.03,9,3.42,1.78,12,3.3,1.7,10,3.85,2.27,13,4.5,2.14,8,2.75,1.71,12,4.8,2.97,10
+sanitary,6.33,1.91,21,3.09,2.11,23,7.44,1.72,18,6.56,1.51,9,6.17,2.21,12,3.91,2.21,11,2.33,1.78,12,7.3,1.95,10,7.62,1.51,8,6.43,2.51,7,6.23,1.69,13,3.82,2.23,11,2.42,1.83,12,8.29,1.25,7,6.91,1.81,11,6.46,2.37,13,6.12,0.83,8,3.0,2.19,11,3.17,2.12,12,7.89,1.17,9,7.0,2.12,9
+sanitation,4.76,2.51,21,4.3,2.25,20,6.33,2.27,21,4.5,1.87,6,4.87,2.77,15,3.88,2.03,8,4.58,2.43,12,5.91,2.07,11,6.8,2.49,10,4.0,2.53,6,5.07,2.52,15,4.9,2.81,10,3.7,1.42,10,6.43,2.56,14,6.14,1.68,7,3.86,2.19,7,5.21,2.61,14,4.14,2.25,14,4.67,2.42,6,6.0,2.7,12,6.78,1.56,9
+sanity,5.95,1.51,19,4.05,2.36,21,6.22,2.13,23,6.6,1.14,5,5.92,1.44,13,3.83,2.99,6,4.13,2.17,15,5.9,2.13,10,6.46,2.18,13,6.29,1.8,7,6.0,1.1,11,4.57,3.05,7,3.79,2.01,14,5.91,2.21,11,6.5,2.11,12,6.25,1.66,12,5.43,1.13,7,3.91,2.55,11,4.2,2.25,10,5.86,2.11,14,6.78,2.17,9
+sap,4.19,1.5,21,3.92,1.82,25,4.77,2.41,22,4.62,1.51,8,3.92,1.5,13,4.15,1.57,13,3.67,2.1,12,4.54,2.63,13,5.11,2.15,9,4.88,0.83,8,4.0,1.54,12,4.86,1.1,14,2.73,1.9,11,5.42,2.35,12,4.0,2.36,10,4.0,1.89,10,4.36,1.12,11,3.53,1.77,17,4.75,1.75,8,4.6,2.99,10,4.92,1.93,12
+sapiens,5.81,1.99,21,2.95,1.76,22,5.62,2.21,26,5.4,1.9,10,6.18,2.09,11,2.43,1.81,7,3.2,1.74,15,5.47,2.65,17,5.89,1.05,9,6.09,2.07,11,5.5,1.96,10,3.0,2.83,5,2.94,1.43,17,5.79,2.55,14,5.42,1.83,12,5.31,2.06,13,6.62,1.69,8,2.5,1.58,10,3.33,1.87,12,6.43,1.65,14,4.67,2.46,12
+sapphire,6.92,2.06,40,4.88,2.14,41,6.0,2.33,18,6.82,1.59,17,6.91,2.39,22,5.62,2.16,16,4.4,2.02,25,5.7,2.36,10,6.38,2.39,8,6.64,2.27,14,7.08,1.96,26,4.83,2.29,23,4.94,1.98,18,5.71,2.93,7,6.18,1.99,11,6.95,2.34,19,6.9,1.81,21,4.97,2.34,30,4.64,1.5,11,5.67,2.55,9,6.33,2.18,9
+sappy,4.43,1.36,21,3.3,2.08,23,4.12,1.92,25,4.09,1.22,11,4.8,1.48,10,3.0,2.41,11,3.58,1.78,12,4.27,1.85,11,4.08,2.1,13,4.5,1.65,10,4.36,1.12,11,3.36,2.42,11,3.25,1.82,12,4.19,1.94,16,4.12,2.1,8,4.15,1.57,13,4.88,0.83,8,3.73,2.25,15,2.5,1.51,8,4.5,2.07,16,3.44,1.51,9
+sarcasm,4.81,2.25,21,5.29,2.26,21,5.72,2.53,25,5.5,2.39,12,3.89,1.76,9,5.29,1.38,7,5.29,2.64,14,6.4,2.17,10,5.27,2.71,15,3.5,2.38,4,5.12,2.18,17,4.4,2.41,10,6.09,1.87,11,5.43,2.44,7,5.83,2.62,18,4.58,1.78,12,5.11,2.85,9,5.08,2.63,13,5.62,1.6,8,4.44,2.35,9,6.44,2.39,16
+sarcastic,4.24,2.36,21,5.19,1.94,21,5.35,2.51,26,4.91,2.34,11,3.5,2.27,10,5.22,1.86,9,5.17,2.08,12,4.27,2.24,11,6.07,2.56,14,4.9,2.42,10,3.64,2.25,11,5.1,2.13,10,5.27,1.85,11,5.82,2.19,17,4.12,3.0,8,4.62,2.75,13,3.62,1.51,8,4.85,2.03,13,5.75,1.75,8,5.76,2.66,17,4.56,2.13,9
+sarcophagus,4.81,1.89,21,3.7,1.92,23,4.58,1.88,26,4.91,1.7,11,4.7,2.16,10,3.82,1.99,11,3.58,1.93,12,5.55,1.97,11,3.86,1.56,14,5.1,2.08,10,4.55,1.75,11,4.0,2.0,11,3.42,1.88,12,4.76,1.95,17,4.25,1.91,8,5.0,2.24,13,4.5,1.2,8,4.0,2.17,15,3.12,1.25,8,4.76,1.52,17,4.22,2.49,9
+sardine,4.24,2.19,21,3.95,2.48,20,5.38,2.71,21,3.5,2.43,6,4.53,2.1,15,5.12,2.9,8,3.17,1.9,12,5.45,2.62,11,5.3,2.95,10,3.5,2.66,6,4.53,2.0,15,4.9,2.73,10,3.0,1.89,10,6.07,2.7,14,4.0,2.31,7,3.86,2.48,7,4.43,2.1,14,4.21,2.72,14,3.33,1.86,6,5.83,2.72,12,4.78,2.73,9
+sarsaparilla,5.4,1.82,20,3.08,2.26,24,5.15,1.98,20,5.12,2.3,8,5.58,1.51,12,4.5,1.87,6,2.61,2.23,18,5.64,2.01,11,4.56,1.88,9,5.0,1.73,11,5.89,1.9,9,3.8,2.7,10,2.57,1.83,14,5.62,2.26,13,4.29,0.95,7,6.0,1.41,13,4.29,2.06,7,3.88,2.31,16,1.5,1.07,8,5.42,1.98,12,4.75,2.05,8
+sash,5.48,1.25,21,4.0,1.86,20,5.5,2.37,20,5.33,0.82,6,5.53,1.41,15,4.38,1.6,8,3.75,2.05,12,5.0,2.14,11,6.11,2.62,9,5.17,0.98,6,5.6,1.35,15,4.3,2.21,10,3.7,1.49,10,5.31,2.75,13,5.86,1.57,7,5.86,1.46,7,5.29,1.14,14,4.14,2.03,14,3.67,1.51,6,5.27,2.41,11,5.78,2.44,9
+sashimi,4.77,1.9,22,5.11,2.38,19,4.43,1.78,21,4.6,2.07,5,4.81,1.97,16,5.0,1.85,8,5.18,2.79,11,4.9,1.85,10,4.0,1.67,11,4.42,2.11,12,5.2,1.62,10,6.2,1.93,10,3.89,2.32,9,3.83,1.59,12,5.22,1.79,9,4.55,1.57,11,5.0,2.24,11,5.12,3.04,8,5.09,1.92,11,4.56,2.13,9,4.33,1.56,12
+sassafras,5.48,1.57,21,3.67,2.11,21,5.48,2.04,25,5.58,1.44,12,5.33,1.8,9,4.0,1.63,7,3.5,2.35,14,5.1,2.28,10,5.73,1.91,15,6.25,1.89,4,5.29,1.49,17,4.4,2.46,10,3.0,1.55,11,4.71,2.63,7,5.78,1.77,18,5.5,1.62,12,5.44,1.59,9,3.46,2.18,13,4.0,2.07,8,4.78,2.39,9,5.88,1.78,16
+sassy,5.19,2.23,21,5.16,2.49,25,6.32,2.29,19,4.56,2.3,9,5.67,2.15,12,3.17,2.4,6,5.94,2.18,18,5.86,3.02,7,6.58,1.83,12,4.88,2.28,16,6.2,1.92,5,4.36,2.82,14,6.5,1.27,10,6.44,2.74,9,6.2,1.93,10,5.5,2.54,12,4.78,1.79,9,5.69,2.41,16,4.22,2.49,9,6.27,2.61,11,6.38,1.92,8
+satanic,1.94,1.39,18,5.26,2.7,19,3.92,2.0,25,1.2,0.45,5,2.23,1.54,13,6.0,2.72,11,4.25,2.49,8,3.81,1.87,16,4.11,2.32,9,2.86,1.68,7,1.36,0.81,11,3.38,2.62,8,6.64,1.86,11,3.5,1.67,20,5.6,2.51,5,2.56,1.67,9,1.33,0.71,9,5.2,2.97,10,5.33,2.55,9,4.16,1.95,19,3.17,2.14,6
+satchel,5.21,1.55,19,3.36,2.13,22,5.46,1.45,28,4.5,1.38,6,5.54,1.56,13,3.45,2.02,11,3.27,2.33,11,6.36,1.5,11,4.88,1.11,17,4.91,1.64,11,5.62,1.41,8,3.64,2.2,11,3.09,2.12,11,5.44,1.54,18,5.5,1.35,10,5.08,1.71,13,5.5,1.22,6,3.36,2.44,14,3.38,1.6,8,5.69,1.89,16,5.17,0.39,12
+satellite,5.56,1.66,25,5.17,2.55,23,4.53,2.29,19,5.8,1.81,10,5.57,1.5,14,5.62,3.11,8,4.86,2.35,14,4.43,2.44,7,4.55,2.42,11,5.56,2.07,9,5.73,1.33,15,5.44,2.96,9,5.0,2.35,14,3.43,1.62,7,5.17,2.44,12,5.77,1.69,13,5.33,1.67,12,5.11,2.8,9,5.21,2.49,14,4.44,2.16,16,5.0,3.46,3
+satin,6.24,1.81,21,3.7,2.24,23,5.58,2.0,26,6.36,1.36,11,6.1,2.28,10,4.55,2.38,11,2.92,1.88,12,5.0,1.55,11,6.14,2.25,14,6.4,1.65,10,6.09,2.02,11,4.45,2.21,11,3.0,2.13,12,5.65,2.18,17,5.62,1.77,8,6.85,1.52,13,5.25,1.91,8,3.87,2.42,15,3.38,2.0,8,5.76,2.28,17,5.22,1.39,9
+satire,5.81,2.09,21,3.73,2.37,22,5.63,2.0,27,6.1,1.85,10,5.55,2.34,11,4.0,2.58,7,3.6,2.35,15,5.41,2.32,17,6.0,1.33,10,6.27,2.28,11,5.3,1.83,10,2.0,1.41,5,4.24,2.39,17,5.86,2.18,14,5.38,1.85,13,5.62,2.29,13,6.12,1.81,8,3.0,2.75,10,4.33,1.92,12,6.5,1.7,14,4.69,1.93,13
+satisfaction,7.18,1.87,22,3.18,2.92,22,6.44,2.12,27,7.88,0.83,8,6.79,2.19,14,3.09,2.88,11,3.27,3.1,11,6.9,2.23,10,6.18,2.07,17,7.33,2.23,12,7.0,1.41,10,2.45,2.25,11,3.91,3.42,11,6.44,2.06,18,6.44,2.35,9,7.33,1.99,15,6.86,1.68,7,3.36,3.15,14,2.88,2.64,8,6.73,2.31,15,6.08,1.88,12
+satisfactory,6.62,1.6,21,3.14,2.51,22,6.12,2.07,26,5.8,1.4,10,7.36,1.43,11,2.29,1.89,7,3.53,2.72,15,6.59,2.0,17,5.22,1.99,9,6.64,1.69,11,6.6,1.58,10,2.6,2.3,5,3.29,2.62,17,6.07,2.2,14,6.17,1.99,12,6.54,1.76,13,6.75,1.39,8,3.4,3.17,10,2.92,1.93,12,6.54,2.4,13,5.69,1.65,13
+satisfied,7.16,1.26,19,3.95,2.67,43,6.26,1.88,19,7.33,1.53,3,7.12,1.26,16,3.8,2.48,15,4.04,2.81,28,6.3,2.16,10,6.22,1.64,9,7.67,1.41,9,6.7,0.95,10,4.16,2.75,19,3.79,2.65,24,5.38,1.85,8,6.8,1.75,10,7.14,1.07,7,7.17,1.4,12,4.22,2.71,27,3.5,2.63,16,6.25,2.05,8,6.27,1.85,11
+satisfy,7.09,1.6,22,5.53,2.67,19,6.33,1.96,21,7.0,1.58,5,7.25,1.61,16,7.38,1.92,8,4.18,2.36,11,5.8,2.25,10,6.82,1.6,11,6.67,1.78,12,7.6,1.26,10,5.3,2.63,10,5.78,2.86,9,6.33,1.97,12,6.33,2.06,9,6.91,1.87,11,7.27,1.35,11,4.75,2.31,8,6.09,2.88,11,6.44,2.35,9,6.25,1.71,12
+satisfying,7.48,1.78,21,4.83,2.62,24,6.73,2.05,22,7.88,1.46,8,7.23,1.96,13,5.0,2.83,13,4.64,2.46,11,6.62,1.94,13,6.89,2.32,9,7.38,1.85,8,8.0,0.74,12,4.93,2.16,14,4.7,3.27,10,6.75,2.05,12,6.7,2.16,10,7.4,2.27,10,7.55,1.29,11,5.18,2.88,17,4.0,1.73,7,6.5,2.59,10,6.92,1.56,12
+saturated,4.77,1.34,22,4.95,2.01,19,5.14,1.59,21,4.8,0.84,5,4.75,1.53,16,5.75,1.58,8,4.36,2.16,11,4.8,1.69,10,5.45,1.51,11,4.75,0.62,12,4.8,1.93,10,5.1,2.13,10,4.78,1.99,9,4.92,1.38,12,5.44,1.88,9,4.27,1.19,11,5.27,1.35,11,4.62,1.85,8,5.18,2.18,11,4.89,1.76,9,5.33,1.5,12
+saturation,4.42,1.61,19,3.86,1.86,22,4.64,2.11,22,4.44,0.88,9,4.4,2.12,10,3.38,1.6,8,4.14,1.99,14,4.36,2.11,11,4.91,2.17,11,4.71,0.76,7,4.25,1.96,12,3.9,1.52,10,3.83,2.17,12,4.69,2.02,13,4.56,2.35,9,4.8,1.75,10,4.0,1.41,9,4.5,1.6,8,3.5,1.95,14,4.64,2.24,14,4.62,2.0,8
+satyr,4.05,2.01,19,4.14,2.17,22,5.25,1.8,24,4.0,1.67,6,4.08,2.22,13,4.5,2.2,12,3.7,2.16,10,5.12,2.23,8,5.31,1.62,16,3.9,1.6,10,4.22,2.49,9,5.0,1.8,9,3.54,2.26,13,5.41,1.97,17,4.83,1.47,6,3.88,1.36,8,4.18,2.44,11,3.44,2.13,9,4.62,2.14,13,5.31,1.92,16,5.12,1.64,8
+sauce,6.58,1.87,19,3.95,2.5,20,5.85,1.76,20,7.33,2.08,3,6.33,1.88,15,3.7,2.45,10,4.2,2.66,10,6.4,1.26,10,5.3,2.06,10,5.83,2.48,6,6.83,1.53,12,4.71,3.2,7,3.54,2.07,13,5.12,1.81,8,6.33,1.61,12,6.92,1.44,12,6.0,2.45,7,4.4,2.76,10,3.5,2.27,10,5.33,1.94,9,6.27,1.56,11
+saucer,5.16,1.07,19,3.7,2.13,20,4.91,1.82,22,4.86,0.69,7,5.33,1.23,12,5.0,1.87,9,2.64,1.75,11,5.0,2.53,6,4.88,1.59,16,5.2,1.23,10,5.25,0.89,8,4.0,1.77,8,3.5,2.39,12,4.87,1.77,15,5.0,2.08,7,5.3,1.42,10,5.0,0.5,9,3.5,1.98,12,4.0,2.45,8,5.18,2.4,11,4.64,1.03,11
+saucy,6.11,1.59,19,5.62,2.5,24,6.25,2.01,28,6.25,1.04,8,6.0,1.95,11,5.22,2.54,9,5.87,2.53,15,6.29,2.02,14,6.21,2.08,14,6.0,2.14,8,6.18,1.17,11,5.67,2.96,12,5.58,2.07,12,6.36,2.31,14,6.14,1.75,14,6.78,1.39,9,5.5,1.58,10,6.17,2.21,12,5.08,2.75,12,6.25,1.71,12,6.25,2.27,16
+sauerkraut,5.5,1.79,20,3.9,2.07,21,5.12,2.22,25,5.67,1.15,3,5.47,1.91,17,3.86,1.95,7,4.0,2.27,13,4.5,2.14,8,5.41,2.27,17,5.14,1.57,7,5.69,1.93,13,4.0,2.38,7,3.92,2.06,13,4.21,2.29,14,6.27,1.56,11,5.78,1.64,9,5.27,1.95,11,3.91,2.07,11,3.9,2.18,10,5.17,2.38,18,5.0,1.91,7
+sauna,5.68,1.89,22,4.95,2.42,21,5.77,1.8,22,5.79,2.12,14,5.5,1.51,8,4.73,2.24,11,5.22,2.86,9,6.17,1.47,6,5.62,1.93,16,5.0,2.0,10,6.25,1.66,12,3.73,2.37,11,6.3,1.7,10,5.54,1.85,13,6.11,1.76,9,5.67,1.87,12,5.7,2.0,10,4.62,2.53,13,5.5,2.27,8,5.25,1.91,12,6.4,1.51,10
+sausage,6.32,1.67,19,4.8,2.53,20,6.27,1.58,22,6.0,1.41,5,6.38,1.85,13,3.83,2.48,6,5.21,2.52,14,6.2,1.48,10,6.33,1.72,12,5.71,2.14,7,6.64,1.36,11,6.14,2.61,7,4.08,2.25,13,6.0,1.41,10,6.5,1.73,12,6.58,1.16,12,5.86,2.34,7,4.45,2.7,11,5.22,2.39,9,6.38,1.5,13,6.11,1.76,9
+savage,4.29,2.35,21,4.68,2.63,22,4.22,2.01,27,5.1,2.51,10,3.55,2.02,11,4.43,2.99,7,4.8,2.54,15,4.24,1.92,17,4.2,2.25,10,4.64,2.42,11,3.9,2.33,10,2.8,2.49,5,5.24,2.46,17,4.43,2.28,14,4.0,1.73,13,3.69,2.25,13,5.25,2.31,8,4.1,3.03,10,5.17,2.25,12,4.57,2.31,14,3.85,1.63,13
+savannah,6.05,1.81,19,3.5,2.11,22,5.86,1.86,22,6.56,1.42,9,5.6,2.07,10,4.0,2.2,8,3.21,2.08,14,5.18,1.66,11,6.55,1.86,11,6.29,1.7,7,5.92,1.93,12,4.5,2.22,10,2.67,1.67,12,6.23,2.24,13,5.33,1.0,9,5.6,1.84,10,6.56,1.74,9,3.38,2.45,8,3.57,1.99,14,5.5,2.03,14,6.5,1.41,8
+savant,5.11,1.71,18,4.45,2.5,20,5.44,2.85,16,6.33,1.15,3,5.0,1.71,14,4.0,2.31,10,4.9,2.73,10,6.14,2.34,7,4.89,3.22,9,4.83,2.04,6,5.45,1.51,11,3.71,2.29,7,4.85,2.61,13,5.2,3.77,5,5.55,2.54,11,5.27,1.74,11,4.86,1.77,7,4.8,2.53,10,4.1,2.56,10,5.25,3.11,8,5.62,2.77,8
+save,7.26,1.59,19,4.62,2.46,21,6.34,2.43,47,6.67,1.58,9,7.8,1.48,10,4.0,2.2,8,5.0,2.61,13,5.93,2.69,15,6.53,2.31,32,7.44,1.67,9,7.1,1.6,10,4.0,1.94,10,5.18,2.82,11,6.76,2.15,25,5.86,2.68,22,7.42,1.44,12,7.0,1.91,7,4.43,2.99,7,4.71,2.27,14,6.23,2.49,30,6.53,2.37,17
+saver,6.44,2.2,18,2.68,1.63,19,5.84,1.97,25,7.0,1.87,5,6.23,2.35,13,2.2,1.48,10,3.22,1.72,9,5.5,2.13,16,6.44,1.59,9,6.43,1.9,7,6.45,2.46,11,1.88,0.99,8,3.27,1.79,11,5.75,2.15,20,6.2,1.1,5,6.44,1.81,9,6.44,2.65,9,2.18,1.08,11,3.38,2.07,8,5.84,1.98,19,5.83,2.14,6
+savings,7.67,1.53,18,2.86,2.29,22,6.85,2.24,26,6.83,1.83,6,8.08,1.24,12,2.91,2.59,11,2.82,2.09,11,6.36,2.54,11,7.2,2.01,15,7.91,1.45,11,7.29,1.7,7,2.0,1.0,11,3.73,2.9,11,6.44,2.58,16,7.5,1.43,10,7.31,1.65,13,8.6,0.55,5,3.0,2.63,14,2.62,1.69,8,6.27,2.66,15,7.64,1.21,11
+savior,6.59,2.25,41,4.37,2.59,43,5.23,2.33,22,5.82,2.51,17,7.12,1.92,24,4.53,2.85,17,4.27,2.46,26,5.3,1.77,10,5.17,2.79,12,5.68,2.03,22,7.63,2.06,19,4.33,2.33,21,4.41,2.87,22,5.0,2.79,11,5.45,1.86,11,6.73,2.05,26,6.33,2.61,15,4.71,2.76,24,3.95,2.37,19,4.91,2.66,11,5.55,2.02,11
+savor,6.7,1.34,20,3.64,2.44,22,6.67,1.47,27,6.4,1.51,10,7.0,1.15,10,3.57,2.82,7,3.67,2.35,15,6.76,1.39,17,6.5,1.65,10,6.64,1.36,11,6.78,1.39,9,4.0,3.08,5,3.53,2.32,17,6.79,1.42,14,6.54,1.56,13,6.77,1.3,13,6.57,1.51,7,3.0,2.67,10,4.17,2.21,12,6.93,1.54,14,6.38,1.39,13
+savvy,6.4,1.19,20,4.23,2.45,22,6.44,1.97,27,7.43,1.27,7,5.85,0.69,13,4.0,2.05,10,4.42,2.81,12,5.93,1.94,15,7.45,1.44,11,6.27,1.1,11,6.56,1.33,9,4.89,1.54,9,3.77,2.89,13,6.53,2.12,17,6.67,1.41,9,6.46,1.27,13,6.29,1.11,7,3.88,2.16,16,5.17,3.13,6,6.08,2.31,12,6.73,1.67,15
+saw,4.16,1.95,19,4.18,2.3,22,4.67,2.04,24,4.33,2.07,6,4.08,1.98,13,4.42,2.15,12,3.9,2.56,10,4.12,1.73,8,4.94,2.17,16,3.9,1.29,10,4.44,2.55,9,5.0,2.06,9,3.62,2.36,13,4.65,2.15,17,4.67,2.07,6,3.88,1.13,8,4.36,2.42,11,4.44,2.46,9,4.0,2.27,13,5.0,2.07,16,4.0,1.93,8
+sawdust,5.32,2.38,19,2.95,2.31,20,4.96,1.83,24,5.23,2.71,13,5.5,1.64,6,3.8,2.59,5,2.67,2.23,15,5.08,1.61,13,4.82,2.14,11,5.0,3.12,9,5.6,1.58,10,4.29,2.56,7,2.23,1.88,13,4.82,1.66,11,5.08,2.02,13,5.0,2.24,9,5.6,2.59,10,2.9,2.47,10,3.0,2.26,10,4.78,2.22,9,5.07,1.62,15
+sawmill,4.57,1.75,21,4.9,2.43,20,4.72,2.17,36,4.75,1.75,8,4.46,1.81,13,5.6,1.52,5,4.67,2.66,15,4.36,2.54,11,4.88,2.03,25,4.77,2.05,13,4.25,1.16,8,5.25,2.09,12,4.38,2.92,8,5.05,2.33,20,4.31,1.96,16,4.64,1.96,11,4.5,1.58,10,5.27,2.8,11,4.44,1.94,9,4.73,2.41,22,4.71,1.82,14
+sax,6.16,1.46,19,3.4,2.64,20,5.62,1.66,24,6.31,1.6,13,5.83,1.17,6,4.4,3.13,5,3.07,2.49,15,5.92,1.44,13,5.27,1.9,11,6.44,1.51,9,5.9,1.45,10,4.43,3.41,7,2.85,2.08,13,5.18,1.99,11,6.0,1.29,13,6.44,1.33,9,5.9,1.6,10,3.5,2.92,10,3.3,2.5,10,6.11,1.69,9,5.33,1.63,15
+saxophone,6.32,1.42,19,4.67,2.44,21,5.74,2.14,23,6.0,2.65,3,6.38,1.2,16,4.88,2.47,8,4.54,2.5,13,6.22,2.28,9,5.43,2.06,14,6.89,1.45,9,5.8,1.23,10,5.11,2.89,9,4.33,2.1,12,5.4,2.44,15,6.38,1.3,8,6.57,1.27,7,6.17,1.53,12,4.7,2.11,10,4.64,2.8,11,6.23,2.42,13,5.1,1.6,10
+say,5.91,1.66,22,4.43,2.48,21,6.88,1.83,17,6.83,2.04,6,5.6,1.45,15,3.57,2.57,7,4.86,2.41,14,7.11,1.62,9,6.62,2.13,8,6.0,1.96,14,5.86,1.07,7,4.56,2.88,9,4.33,2.27,12,7.11,1.83,9,6.62,1.92,8,6.07,1.64,14,5.62,1.77,8,4.83,3.19,6,4.27,2.25,15,7.33,2.06,9,6.38,1.51,8
+sayonara,5.22,1.56,18,3.15,2.21,20,4.92,1.66,25,5.4,0.55,5,5.15,1.82,13,3.09,2.47,11,3.22,1.99,9,5.12,1.86,16,4.56,1.24,9,4.86,1.35,7,5.45,1.69,11,3.0,2.87,9,3.27,1.62,11,5.05,1.73,20,4.4,1.34,5,5.11,1.54,9,5.33,1.66,9,2.82,2.23,11,3.56,2.24,9,4.89,1.66,19,5.0,1.79,6
+scab,3.1,1.45,21,3.15,2.25,20,3.52,2.04,21,3.33,1.86,6,3.0,1.31,15,3.38,2.13,8,3.0,2.41,12,3.91,2.07,11,3.1,2.02,10,2.67,1.73,9,3.42,1.16,12,3.44,2.24,9,2.91,2.34,11,3.33,2.07,6,3.6,2.1,15,3.3,1.49,10,2.91,1.45,11,2.92,2.18,13,3.57,2.51,7,3.42,2.5,12,3.67,1.32,9
+scaffold,4.78,1.59,18,4.11,2.27,18,5.24,2.25,17,5.0,1.76,10,4.5,1.41,8,5.25,3.1,4,3.79,2.01,14,5.38,2.2,8,5.11,2.42,9,5.43,1.72,7,4.36,1.43,11,4.29,2.5,7,4.0,2.24,11,5.5,2.07,6,5.09,2.43,11,4.67,1.87,12,5.0,0.89,6,3.82,2.56,11,4.57,1.81,7,5.86,2.19,7,4.8,2.3,10
+scalding,3.02,1.52,41,5.21,2.54,43,3.91,2.29,47,3.17,1.82,18,2.91,1.28,23,5.8,2.57,15,4.89,2.56,27,3.93,2.55,15,3.91,2.2,32,3.2,1.44,20,2.85,1.66,20,4.78,2.78,18,5.52,2.37,25,3.68,2.3,25,4.18,2.3,22,3.08,1.64,24,2.94,1.39,17,4.3,2.98,20,6.0,1.81,23,3.7,2.37,30,4.29,2.17,17
+scale,5.06,1.51,18,3.8,2.48,20,5.17,1.88,24,5.17,1.59,12,4.83,1.47,6,3.8,2.68,5,3.8,2.51,15,5.15,1.82,13,5.18,2.04,11,5.0,1.93,8,5.1,1.2,10,4.86,2.85,7,3.23,2.17,13,5.82,1.83,11,4.62,1.8,13,4.89,1.17,9,5.22,1.86,9,3.0,2.16,10,4.6,2.63,10,5.33,2.65,9,5.07,1.33,15
+scalp,3.75,1.55,20,3.82,2.2,22,5.74,2.42,19,3.22,1.64,9,4.18,1.4,11,2.0,1.0,5,4.19,2.14,16,6.0,2.97,6,5.62,2.26,13,4.07,1.33,14,3.0,1.9,6,4.17,2.37,12,3.0,1.66,9,4.67,1.5,9,6.7,2.75,10,4.4,0.97,10,3.1,1.79,10,4.08,2.68,12,3.5,1.51,10,5.17,3.6,6,6.0,1.78,13
+scalpel,3.95,1.67,20,4.48,2.5,21,4.23,2.51,22,4.0,1.83,13,3.86,1.46,7,4.91,2.59,11,4.33,2.35,9,4.0,2.37,6,4.31,2.63,16,4.6,1.51,10,3.3,1.64,10,3.82,1.94,11,5.2,2.94,10,4.38,2.36,13,4.0,2.83,9,3.73,1.74,11,4.22,1.64,9,4.46,2.9,13,4.5,1.85,8,4.0,2.26,12,4.5,2.88,10
+scam,2.53,1.87,19,4.64,3.03,22,3.74,2.72,23,2.45,1.97,11,2.86,1.86,7,4.5,3.46,8,4.71,2.89,14,3.57,2.57,7,3.81,2.86,16,2.75,2.05,8,2.36,1.8,11,4.44,3.09,9,4.77,3.11,13,3.91,2.88,11,3.58,2.68,12,2.83,2.17,12,2.0,1.15,7,3.73,2.83,11,5.55,3.08,11,3.54,2.76,13,4.0,2.79,10
+scamp,5.16,1.83,19,4.14,1.96,21,4.55,2.04,22,5.22,0.97,9,5.1,2.42,10,3.71,1.98,7,4.36,1.98,14,4.91,1.97,11,4.18,2.14,11,5.29,0.49,7,5.08,2.31,12,3.78,2.11,9,4.42,1.88,12,4.38,2.1,13,4.78,2.05,9,5.4,1.78,10,4.89,1.96,9,3.75,2.25,8,4.38,1.8,13,4.64,2.21,14,4.38,1.85,8
+scampi,5.86,1.74,21,3.58,2.48,24,5.0,1.75,16,5.12,1.73,8,6.31,1.65,13,4.83,2.56,6,3.17,2.38,18,5.38,1.92,8,4.62,1.6,8,5.75,1.76,12,6.0,1.8,9,4.3,2.91,10,3.07,2.09,14,4.78,2.33,9,5.29,0.49,7,5.86,1.29,14,5.86,2.54,7,4.56,2.39,16,1.62,1.19,8,5.22,1.72,9,4.71,1.89,7
+scan,5.47,1.12,19,4.09,2.52,23,5.63,1.92,19,5.56,0.88,9,5.4,1.35,10,3.57,2.37,7,4.27,2.71,15,6.2,2.15,10,5.0,1.5,9,5.67,1.5,9,5.3,0.67,10,4.3,2.67,10,3.83,2.59,12,5.38,2.2,8,5.6,1.71,10,5.33,1.23,12,5.71,0.95,7,4.2,2.57,20,3.33,2.52,3,5.88,2.17,8,5.45,1.81,11
+scandal,3.63,2.34,19,5.64,2.39,39,3.88,2.34,48,3.67,2.0,9,3.6,2.72,10,6.06,2.38,16,5.35,2.4,23,3.76,2.47,25,3.95,2.28,22,3.33,2.6,9,3.9,2.18,10,5.68,1.95,19,5.6,2.8,20,3.56,2.24,25,4.22,2.45,23,3.58,2.31,12,3.71,2.56,7,4.9,2.3,21,6.5,2.26,18,3.88,2.57,26,3.86,2.1,22
+scandalous,3.32,1.84,22,5.85,2.31,26,4.52,2.13,23,3.89,2.37,9,2.92,1.32,13,6.0,2.36,10,5.75,2.35,16,4.5,1.6,8,4.53,2.42,15,3.5,2.56,8,3.21,1.37,14,5.92,2.36,13,5.77,2.35,13,4.08,1.56,12,5.0,2.61,11,2.25,0.97,12,4.6,1.84,10,5.87,2.5,15,5.82,2.14,11,4.25,2.09,12,4.82,2.23,11
+scanner,5.57,1.78,21,4.0,2.68,20,5.33,1.94,36,6.0,2.0,8,5.31,1.65,13,6.2,2.17,5,3.27,2.46,15,4.73,1.95,11,5.6,1.91,25,5.77,2.05,13,5.25,1.28,8,4.25,2.8,12,3.62,2.62,8,5.6,1.82,20,5.0,2.1,16,5.18,1.83,11,6.0,1.7,10,4.0,2.79,11,4.0,2.69,9,5.32,1.99,22,5.36,1.95,14
+scapegoat,3.0,2.13,19,4.8,2.54,45,3.65,2.64,23,2.89,1.83,9,3.1,2.47,10,5.48,2.2,21,4.21,2.7,24,4.0,2.87,9,3.43,2.56,14,3.56,2.83,9,2.5,1.18,10,4.78,2.47,27,4.83,2.71,18,4.27,2.94,15,2.5,1.51,8,3.67,2.35,12,1.86,1.07,7,5.03,2.5,30,4.33,2.64,15,3.77,2.95,13,3.5,2.32,10
+scar,3.71,1.74,38,6.55,2.09,20,4.1,2.5,42,4.1,1.81,21,3.24,1.56,17,6.86,1.86,7,6.38,2.26,13,5.41,2.69,17,3.2,1.94,25,4.22,1.91,23,2.93,1.1,15,7.0,1.61,11,6.0,2.55,9,4.77,2.69,26,3.0,1.71,16,3.63,1.92,19,3.79,1.58,19,6.92,1.62,12,6.0,2.67,8,4.21,2.64,24,3.94,2.36,18
+scarce,3.37,1.42,19,3.9,2.49,20,4.04,2.12,24,3.46,1.39,13,3.17,1.6,6,2.6,2.07,5,4.33,2.53,15,4.0,1.96,13,4.09,2.39,11,3.11,1.69,9,3.6,1.17,10,4.43,3.15,7,3.62,2.14,13,4.73,2.1,11,3.46,2.03,13,3.22,1.2,9,3.5,1.65,10,3.1,2.28,10,4.7,2.54,10,4.44,2.24,9,3.8,2.08,15
+scare,3.55,2.11,22,7.1,2.13,20,4.58,2.61,19,4.31,2.32,13,2.44,1.13,9,7.86,1.46,7,6.69,2.36,13,5.29,2.69,7,4.17,2.59,12,4.0,2.59,12,3.0,1.25,10,7.44,2.13,9,6.82,2.18,11,5.1,2.38,10,4.0,2.87,9,3.67,2.57,12,3.4,1.51,10,7.57,1.4,7,6.85,2.44,13,4.43,2.94,7,4.67,2.53,12
+scarecrow,5.19,2.27,21,3.16,1.97,25,5.37,1.92,19,5.89,1.69,9,4.67,2.57,12,2.83,2.04,6,3.39,1.97,18,5.14,2.41,7,5.5,1.68,12,5.06,2.24,16,5.6,2.61,5,2.86,1.99,14,3.8,1.87,10,5.67,2.45,9,5.1,1.37,10,5.67,2.42,12,4.56,2.01,9,3.62,2.09,16,2.33,1.5,9,4.91,1.81,11,6.0,2.0,8
+scared,2.8,1.83,41,6.1,2.39,39,4.2,2.72,50,3.77,2.17,13,2.36,1.5,28,6.08,2.02,13,6.12,2.6,26,4.54,2.82,26,3.83,2.62,24,2.33,1.96,21,3.3,1.59,20,6.7,1.84,20,5.47,2.78,19,4.9,2.57,21,3.69,2.75,29,2.61,1.62,23,3.06,2.1,18,6.42,2.23,26,5.46,2.67,13,4.17,2.97,24,4.23,2.52,26
+scarf,6.0,1.87,21,2.39,1.9,23,6.39,2.12,18,6.33,1.66,9,5.75,2.05,12,2.64,1.57,11,2.17,2.21,12,5.8,2.1,10,7.12,2.03,8,5.0,2.24,7,6.38,1.5,13,2.36,1.57,11,2.42,2.23,12,6.0,2.24,7,6.64,2.11,11,5.85,2.27,13,6.25,1.04,8,2.36,2.25,11,2.42,1.62,12,6.11,1.96,9,6.67,2.35,9
+scary,3.0,2.0,19,5.35,2.28,20,3.7,2.16,23,3.31,2.32,13,2.33,0.82,6,4.8,2.39,5,5.53,2.29,15,3.62,1.98,13,3.8,2.49,10,3.44,2.46,9,2.6,1.51,10,5.29,2.63,7,5.38,2.18,13,4.7,2.06,10,2.92,1.98,13,3.11,2.42,9,2.9,1.66,10,5.6,2.37,10,5.1,2.28,10,3.67,2.6,9,3.71,1.94,14
+scat,3.68,1.83,19,5.33,1.59,21,5.17,2.35,23,2.0,1.0,3,4.0,1.79,16,5.5,1.6,8,5.23,1.64,13,6.11,2.26,9,4.57,2.28,14,4.56,1.33,9,2.9,1.91,10,5.67,1.66,9,5.08,1.56,12,5.27,2.63,15,5.0,1.85,8,3.43,1.81,7,3.83,1.9,12,5.5,1.65,10,5.18,1.6,11,5.62,2.57,13,4.6,2.01,10
+scatter,3.9,1.41,20,4.52,2.25,21,4.21,2.35,34,4.2,1.62,10,3.6,1.17,10,4.0,2.0,8,4.85,2.41,13,4.5,2.53,14,4.0,2.25,20,3.67,1.8,9,4.09,1.04,11,4.69,1.7,13,4.25,3.06,8,4.36,2.48,22,3.92,2.15,12,3.5,1.51,10,4.3,1.25,10,4.36,2.44,14,4.86,1.95,7,4.53,2.32,17,3.88,2.39,17
+scavenger,3.85,2.03,20,5.14,2.1,21,4.29,2.5,34,4.0,2.26,10,3.7,1.89,10,5.0,1.77,8,5.23,2.35,13,4.43,2.62,14,4.2,2.48,20,4.33,2.29,9,3.45,1.81,11,5.31,2.1,13,4.88,2.23,8,4.23,2.52,22,4.42,2.57,12,4.0,2.45,10,3.7,1.64,10,5.14,2.25,14,5.14,1.95,7,4.18,2.43,17,4.41,2.65,17
+scenario,5.58,1.5,19,2.91,1.77,22,5.96,2.18,23,5.45,1.63,11,5.29,0.49,7,2.62,1.41,8,3.07,1.98,14,6.57,2.37,7,5.69,2.12,16,5.62,2.13,8,5.55,0.93,11,2.89,1.76,9,2.92,1.85,13,6.55,2.21,11,5.42,2.11,12,5.58,1.73,12,5.57,1.13,7,2.18,1.54,11,3.64,1.75,11,5.62,2.66,13,6.4,1.35,10
+scene,5.94,1.3,18,1.95,1.5,21,5.29,2.02,17,5.88,1.46,8,6.0,1.25,10,2.0,1.73,7,1.93,1.44,14,4.73,1.85,11,6.33,2.07,6,6.0,1.34,11,5.86,1.35,7,1.67,1.12,9,2.17,1.75,12,5.09,2.21,11,5.67,1.75,6,5.75,1.29,12,6.33,1.37,6,1.92,1.56,12,2.0,1.5,9,5.33,2.74,9,5.25,0.89,8
+scenery,6.18,1.62,22,4.43,2.94,23,5.63,1.74,19,4.75,0.89,8,6.85,1.28,13,4.38,3.02,8,4.43,3.11,14,4.86,1.57,7,6.0,1.79,11,5.88,1.73,8,6.15,1.46,13,3.89,3.14,9,4.79,2.86,14,4.29,1.5,7,6.42,1.38,12,5.91,1.81,11,6.45,1.44,11,4.89,3.18,9,4.14,2.85,14,5.62,1.71,16,5.67,2.31,3
+scenic,6.9,1.73,21,3.88,2.54,25,6.37,2.36,19,7.0,1.66,9,6.83,1.85,12,4.33,2.8,6,3.61,2.52,18,5.0,2.77,7,7.17,1.75,12,6.69,1.78,16,7.6,1.52,5,3.57,2.71,14,4.1,2.42,10,6.33,2.78,9,6.4,2.07,10,7.08,1.68,12,6.67,1.87,9,3.94,2.74,16,3.78,2.28,9,6.27,2.83,11,6.5,1.69,8
+scent,6.5,1.4,20,5.05,2.58,20,5.31,2.11,26,6.64,1.36,11,6.33,1.5,9,6.14,2.19,7,4.46,2.67,13,4.62,1.8,13,6.0,2.24,13,7.0,1.34,11,5.89,1.27,9,5.36,2.46,11,4.67,2.83,9,5.0,2.03,17,5.89,2.26,9,6.3,1.16,10,6.7,1.64,10,5.5,2.5,12,4.38,2.72,8,5.31,2.06,16,5.3,2.31,10
+scented,6.42,1.74,19,4.19,2.42,21,5.0,2.29,19,5.0,1.73,3,6.69,1.66,16,4.33,3.08,6,4.13,2.23,15,4.83,1.47,6,5.08,2.63,13,7.0,0.94,10,5.78,2.22,9,3.14,2.12,7,4.71,2.46,14,4.56,1.94,9,5.4,2.59,10,6.0,2.0,8,6.73,1.56,11,3.11,2.57,9,5.0,2.04,12,5.29,2.98,7,4.83,1.9,12
+scepter,5.1,1.45,20,3.6,2.39,20,5.04,2.21,25,5.25,2.22,4,5.06,1.29,16,4.5,1.91,4,3.38,2.5,16,5.22,2.33,9,4.94,2.21,16,5.5,1.51,8,4.83,1.4,12,2.78,1.79,9,4.27,2.69,11,5.21,2.15,14,4.82,2.36,11,5.82,1.17,11,4.22,1.3,9,2.33,1.94,9,4.64,2.29,11,4.72,2.05,18,5.86,2.54,7
+schedule,4.71,1.82,21,3.35,2.06,20,6.95,1.78,19,5.08,1.85,13,4.12,1.73,8,3.29,1.89,7,3.38,2.22,13,6.43,1.99,7,7.25,1.66,12,4.92,1.83,12,4.44,1.88,9,3.11,2.09,9,3.55,2.11,11,6.5,1.9,10,7.44,1.59,9,4.33,1.83,12,5.22,1.79,9,3.43,1.72,7,3.31,2.29,13,7.43,1.9,7,6.67,1.72,12
+schematic,4.63,1.12,19,3.6,2.72,20,5.36,1.99,22,5.33,0.52,6,4.31,1.18,13,4.22,2.86,9,3.09,2.63,11,4.67,2.88,6,5.62,1.59,16,4.56,1.01,9,4.67,1.32,9,3.62,3.2,8,3.58,2.5,12,5.4,2.06,15,5.29,1.98,7,4.1,1.29,10,5.22,0.44,9,3.58,2.71,12,3.62,2.92,8,5.45,2.34,11,5.27,1.68,11
+scheme,3.8,1.54,20,5.57,2.11,21,4.71,2.37,34,2.9,1.29,10,4.7,1.25,10,5.38,2.5,8,5.69,1.93,13,5.5,2.44,14,4.15,2.21,20,3.33,1.41,9,4.18,1.6,11,5.85,2.15,13,5.12,2.1,8,5.14,2.4,22,3.92,2.19,12,3.2,1.55,10,4.4,1.35,10,5.21,2.39,14,6.29,1.25,7,5.41,2.18,17,4.0,2.4,17
+schilling,5.25,1.07,20,2.8,2.04,20,4.76,1.61,21,5.71,0.95,7,5.0,1.08,13,2.56,1.94,9,3.0,2.19,11,5.0,2.74,5,4.69,1.2,16,4.9,0.74,10,5.67,1.32,9,2.5,1.93,8,3.0,2.17,12,4.86,1.51,14,4.57,1.9,7,5.0,1.18,11,5.56,0.88,9,2.75,2.09,12,2.88,2.1,8,5.09,1.97,11,4.4,1.07,10
+schizophrenia,3.42,1.87,19,6.76,2.1,21,3.35,2.04,23,3.8,1.64,5,3.31,2.06,13,6.5,2.43,6,6.87,2.03,15,3.9,2.28,10,2.92,1.8,13,3.86,2.19,7,3.18,1.78,11,7.29,0.95,7,6.5,2.47,14,4.18,2.09,11,2.58,1.73,12,3.67,1.72,12,3.0,2.16,7,6.55,2.7,11,7.0,1.25,10,3.57,2.14,14,3.0,1.94,9
+schizophrenic,2.91,2.11,23,5.41,2.68,22,3.1,2.43,20,2.38,1.41,8,3.2,2.4,15,5.0,2.54,10,5.75,2.86,12,4.0,2.58,7,2.62,2.29,13,2.58,1.68,12,3.27,2.53,11,4.45,2.42,11,6.36,2.69,11,3.2,2.68,15,2.8,1.64,5,3.45,1.92,11,2.42,2.23,12,6.2,2.2,10,4.75,2.96,12,3.1,2.81,10,3.1,2.13,10
+schlep,4.55,1.57,20,3.59,1.84,22,5.07,2.4,27,4.57,2.37,7,4.54,1.05,13,3.3,1.57,10,3.83,2.08,12,5.0,1.89,15,5.36,3.07,11,4.27,1.35,11,4.89,1.83,9,4.33,1.66,9,3.08,1.85,13,5.29,2.66,17,4.89,1.96,9,4.62,1.61,13,4.43,1.62,7,3.5,1.9,16,3.83,1.83,6,4.67,2.42,12,5.4,2.41,15
+schmuck,3.95,1.43,20,4.95,2.11,21,4.44,2.4,25,3.91,1.38,11,4.0,1.58,9,5.14,1.77,7,4.86,2.32,14,4.3,2.41,10,4.53,2.47,15,3.75,1.89,4,4.0,1.37,16,3.7,1.34,10,6.09,2.07,11,3.57,2.37,7,4.78,2.39,18,3.73,1.49,11,4.22,1.39,9,5.23,2.13,13,4.5,2.14,8,2.89,1.54,9,5.31,2.39,16
+schnapps,5.79,2.1,19,4.65,2.39,23,5.42,2.29,19,5.33,1.8,9,6.2,2.35,10,4.43,2.37,7,4.87,2.5,15,5.9,2.08,10,4.89,2.52,9,6.11,2.26,9,5.5,2.01,10,4.9,2.64,10,4.58,2.31,12,4.88,1.64,8,5.5,2.59,10,5.67,2.1,12,6.0,2.24,7,4.8,2.4,20,3.67,2.52,3,5.75,1.91,8,5.18,2.6,11
+schnitzel,5.55,1.65,22,4.46,2.63,26,5.33,2.22,24,6.0,1.41,9,5.23,1.79,13,3.9,2.88,10,4.81,2.48,16,5.56,2.4,9,5.2,2.18,15,6.38,1.51,8,5.07,1.59,14,4.62,2.87,13,4.31,2.46,13,4.75,2.34,12,5.92,2.02,12,5.17,1.85,12,6.0,1.33,10,4.4,2.87,15,4.55,2.38,11,5.38,2.36,13,5.27,2.15,11
+scholar,6.33,1.73,45,4.25,2.15,40,6.04,2.33,23,6.52,1.83,21,6.17,1.66,24,4.79,2.3,19,3.76,1.92,21,5.67,2.35,9,6.29,2.37,14,6.08,2.02,24,6.62,1.32,21,4.47,2.45,15,4.12,1.99,25,6.47,2.5,15,5.25,1.83,8,6.15,2.01,26,6.58,1.26,19,4.17,2.08,24,4.38,2.31,16,6.38,2.9,13,5.6,1.26,10
+scholarly,6.43,1.69,21,5.4,2.72,20,6.17,1.98,36,6.75,1.28,8,6.23,1.92,13,5.2,2.77,5,5.47,2.8,15,6.27,1.9,11,6.12,2.05,25,6.54,1.81,13,6.25,1.58,8,6.0,2.63,12,4.5,2.78,8,6.15,1.98,20,6.19,2.04,16,6.18,1.72,11,6.7,1.7,10,6.27,2.45,11,4.33,2.78,9,6.14,2.32,22,6.21,1.37,14
+scholarship,6.76,1.87,21,5.8,2.71,20,6.08,2.32,36,7.12,1.73,8,6.54,1.98,13,4.8,2.28,5,6.13,2.83,15,7.09,1.81,11,5.64,2.41,25,6.92,1.98,13,6.5,1.77,8,5.67,2.71,12,6.0,2.88,8,6.35,2.16,20,5.75,2.54,16,6.45,1.69,11,7.1,2.08,10,6.82,2.44,11,4.56,2.6,9,5.91,2.76,22,6.36,1.45,14
+scholastic,6.63,1.64,19,3.8,2.67,20,6.67,2.14,24,6.62,1.98,13,6.67,0.52,6,5.0,2.45,5,3.4,2.69,15,6.31,2.21,13,7.09,2.07,11,6.56,2.3,9,6.7,0.82,10,6.14,2.79,7,2.54,1.56,13,6.27,2.45,11,7.0,1.87,13,6.11,1.76,9,7.1,1.45,10,3.8,2.74,10,3.8,2.74,10,7.11,2.37,9,6.4,2.03,15
+school,5.41,2.26,22,4.57,2.36,21,5.88,2.39,17,5.5,2.43,6,5.47,2.33,15,4.0,2.83,7,4.86,2.14,14,5.33,2.5,9,6.5,2.27,8,5.07,2.27,14,6.29,2.29,7,4.11,2.76,9,4.92,2.07,12,5.56,2.88,9,6.25,1.83,8,4.79,1.97,14,6.5,2.45,8,4.83,2.56,6,4.47,2.36,15,5.33,3.0,9,6.5,1.41,8
+schoolboy,5.53,1.35,19,2.89,1.63,19,4.48,1.91,21,5.29,0.76,7,5.67,1.61,12,2.88,1.73,8,2.91,1.64,11,4.5,1.64,6,4.47,2.07,15,5.22,1.56,9,5.89,1.17,9,2.88,1.64,8,2.91,1.7,11,4.57,1.83,14,4.29,2.21,7,5.8,1.48,10,5.22,1.2,9,2.82,1.54,11,3.0,1.85,8,5.0,1.84,11,3.9,1.91,10
+schoolgirl,5.91,1.81,23,4.86,2.8,22,5.9,2.59,20,6.75,1.75,8,5.47,1.73,15,5.8,2.97,10,4.08,2.5,12,6.43,2.51,7,5.62,2.69,13,5.75,2.05,12,6.09,1.58,11,4.82,3.16,11,4.91,2.55,11,5.53,2.64,15,7.0,2.35,5,5.73,2.1,11,6.08,1.56,12,5.2,2.86,10,4.58,2.84,12,5.4,2.17,10,6.4,2.99,10
+schoolhouse,6.0,1.45,19,3.2,2.24,20,4.57,1.83,23,6.0,1.73,11,5.86,1.07,7,2.62,1.51,8,3.58,2.61,12,4.57,1.81,7,4.56,1.9,16,6.25,1.91,8,5.82,1.08,11,2.25,2.12,8,3.83,2.17,12,4.64,1.57,11,4.5,2.11,12,6.0,1.6,12,6.0,1.29,7,3.0,2.19,11,3.44,2.4,9,3.85,1.77,13,5.5,1.51,10
+schooling,6.2,1.2,20,4.52,2.11,21,5.5,2.44,34,5.8,1.03,10,6.6,1.26,10,4.88,2.36,8,4.31,2.02,13,6.64,2.34,14,4.7,2.23,20,5.67,0.87,9,6.64,1.29,11,5.0,1.73,13,3.75,2.55,8,6.0,2.45,22,4.58,2.23,12,6.0,1.15,10,6.4,1.26,10,4.43,2.28,14,4.71,1.89,7,5.53,2.15,17,5.47,2.76,17
+schoolmaster,4.95,1.39,20,3.24,1.76,21,4.8,2.58,25,4.0,0.0,3,5.12,1.45,17,2.86,1.95,7,3.38,1.76,13,4.12,1.73,8,5.12,2.89,17,4.57,1.27,7,5.15,1.46,13,2.86,1.57,7,3.38,1.94,13,4.57,2.59,14,5.09,2.66,11,5.11,0.78,9,4.82,1.78,11,3.27,1.49,11,3.2,2.1,10,4.89,2.89,18,4.57,1.72,7
+schoolteacher,5.14,2.13,21,3.95,2.58,20,5.23,2.78,22,5.83,1.6,6,4.87,2.29,15,4.75,2.92,8,3.42,2.31,12,5.5,3.0,12,4.9,2.6,10,4.44,2.51,9,5.67,1.72,12,4.22,2.68,9,3.73,2.61,11,5.29,2.63,7,5.2,2.93,15,5.1,2.38,10,5.18,1.99,11,3.31,2.39,13,5.14,2.67,7,5.92,2.97,12,4.4,2.41,10
+schoolwork,4.71,1.79,21,4.09,2.15,23,5.81,2.33,26,5.09,1.76,11,4.3,1.83,10,4.91,1.7,11,3.33,2.31,12,5.73,1.95,11,5.93,2.73,14,4.4,2.32,10,5.0,1.18,11,4.45,1.69,11,3.75,2.53,12,5.82,2.43,17,5.88,2.42,8,4.69,2.21,13,4.75,0.89,8,3.73,2.28,15,4.75,1.83,8,6.41,2.45,17,4.67,1.66,9
+schoolyard,5.41,1.71,22,5.37,2.34,19,5.14,2.35,21,5.4,2.19,5,5.38,1.67,16,5.38,2.07,8,5.36,2.62,11,5.2,2.15,10,5.09,2.63,11,4.83,1.9,12,6.1,1.2,10,5.0,2.21,10,5.78,2.54,9,5.5,2.65,12,4.67,1.94,9,5.0,2.05,11,5.82,1.25,11,5.12,2.47,8,5.55,2.34,11,3.89,2.42,9,6.08,1.88,12
+schooner,4.95,1.76,22,2.29,1.45,21,5.38,1.83,21,5.21,1.97,14,4.5,1.31,8,2.55,1.75,11,2.11,1.05,9,5.6,2.07,5,5.31,1.82,16,4.7,2.11,10,5.17,1.47,12,2.0,1.18,11,2.6,1.71,10,4.83,1.59,12,6.11,1.96,9,5.0,1.76,12,4.9,1.85,10,1.92,1.26,13,2.88,1.64,8,4.91,1.76,11,5.9,1.85,10
+science,6.32,2.21,22,5.25,2.4,20,6.74,2.13,19,7.15,1.77,13,5.11,2.32,9,6.43,2.57,7,4.62,2.14,13,7.43,2.07,7,6.33,2.15,12,6.42,2.57,12,6.2,1.81,10,5.56,2.65,9,5.0,2.28,11,6.7,2.31,10,6.78,2.05,9,6.42,2.57,12,6.2,1.81,10,6.29,1.7,7,4.69,2.59,13,6.57,2.37,7,6.83,2.08,12
+scientific,5.95,1.68,19,4.22,2.29,18,6.12,2.0,16,6.18,1.4,11,5.62,2.07,8,4.75,2.63,4,4.07,2.27,14,5.86,2.04,7,6.33,2.06,9,6.0,1.6,8,5.91,1.81,11,4.86,2.12,7,3.82,2.4,11,5.4,1.52,5,6.45,2.16,11,5.77,1.64,13,6.33,1.86,6,3.36,2.16,11,5.57,1.9,7,6.86,1.57,7,5.56,2.19,9
+scientist,5.83,1.97,23,4.14,2.14,22,6.68,1.49,19,6.62,1.6,8,5.4,2.06,15,5.1,1.97,10,3.33,2.02,12,6.86,1.86,7,6.58,1.31,12,6.08,2.19,12,5.55,1.75,11,4.64,2.11,11,3.64,2.16,11,6.67,1.5,15,6.75,1.71,4,5.09,1.81,11,6.5,1.93,12,4.2,2.1,10,4.08,2.27,12,6.3,1.25,10,7.11,1.69,9
+scintillating,6.5,1.88,20,5.1,2.53,21,5.64,2.45,25,5.67,2.08,3,6.65,1.87,17,5.71,3.09,7,4.92,2.29,13,5.25,2.76,8,5.82,2.35,17,6.29,1.98,7,6.62,1.89,13,4.86,2.73,7,5.38,2.53,13,5.71,2.55,14,5.55,2.42,11,5.44,1.01,9,7.36,2.01,11,5.0,2.45,11,5.2,2.74,10,5.67,2.61,18,5.57,2.15,7
+scissors,5.03,1.07,40,4.02,2.29,47,6.89,1.49,18,4.62,1.15,16,5.29,0.95,24,4.36,2.37,14,3.88,2.27,33,6.9,1.6,10,6.88,1.46,8,5.04,1.23,28,5.0,0.6,12,4.17,2.48,23,3.88,2.13,24,7.14,1.46,7,6.73,1.56,11,5.18,0.96,22,4.83,1.2,18,3.72,2.51,25,4.36,2.01,22,6.89,1.17,9,6.89,1.83,9
+scoff,3.47,1.87,19,3.4,1.93,20,5.7,2.36,20,3.33,2.08,3,3.67,1.84,15,2.8,1.55,10,4.0,2.16,10,6.1,2.28,10,5.3,2.5,10,4.5,2.51,6,3.17,1.27,12,2.57,1.51,7,3.85,2.03,13,5.0,2.56,8,6.17,2.21,12,2.83,1.34,12,4.57,2.23,7,3.5,1.84,10,3.3,2.11,10,5.89,2.57,9,5.55,2.3,11
+scold,2.77,1.27,22,4.19,2.6,21,4.59,2.04,22,2.57,1.28,14,3.12,1.25,8,4.73,2.57,11,3.89,2.62,9,4.0,1.67,6,4.81,2.17,16,2.7,1.49,10,2.83,1.11,12,3.64,2.42,11,4.8,2.78,10,4.38,1.8,13,4.89,2.42,9,2.67,1.37,12,2.9,1.2,10,4.08,2.93,13,4.38,2.13,8,5.17,1.59,12,3.9,2.38,10
+scone,5.62,2.27,21,4.35,2.6,23,5.48,2.42,21,6.0,1.07,8,5.38,2.79,13,4.46,2.79,13,4.2,2.49,10,5.46,2.54,13,5.5,2.39,8,6.0,2.27,8,5.75,2.01,12,5.77,2.17,13,2.5,1.9,10,5.25,2.53,12,5.78,2.39,9,5.7,2.21,10,5.55,2.42,11,4.0,2.83,16,5.14,1.95,7,4.44,3.05,9,6.25,1.54,12
+scoop,5.24,2.41,21,3.39,2.35,23,6.11,2.11,18,4.33,2.18,9,5.92,2.43,12,4.09,2.3,11,2.75,2.3,12,6.2,2.25,10,6.0,2.07,8,4.86,2.48,7,5.46,2.54,13,3.55,2.25,11,3.25,2.53,12,5.43,2.88,7,6.55,1.44,11,5.23,2.68,13,5.25,2.05,8,3.27,2.33,11,3.5,2.47,12,5.22,2.28,9,7.0,1.58,9
+scoot,5.74,1.28,19,4.24,2.12,21,5.13,1.98,23,6.0,1.73,3,5.69,1.25,16,4.62,1.85,8,4.0,2.31,13,5.44,2.19,9,4.93,1.9,14,5.89,1.27,9,5.6,1.35,10,4.22,2.17,9,4.25,2.18,12,5.4,2.06,15,4.62,1.85,8,6.0,1.63,7,5.58,1.08,12,5.1,1.79,10,3.45,2.16,11,5.15,2.51,13,5.1,1.1,10
+scooter,5.42,1.39,19,3.72,1.84,18,5.35,2.34,17,5.91,0.94,11,4.75,1.67,8,5.0,1.41,4,3.36,1.82,14,4.5,2.45,8,6.11,2.09,9,5.62,0.74,8,5.27,1.74,11,4.29,1.98,7,3.36,1.75,11,5.5,2.59,6,5.27,2.33,11,5.54,1.66,13,5.17,0.41,6,3.18,1.99,11,4.57,1.27,7,5.86,1.68,7,5.0,2.75,10
+scope,5.17,0.79,18,3.48,1.94,21,4.83,2.21,23,5.5,0.71,2,5.12,0.81,16,4.0,1.77,8,3.15,2.03,13,4.67,2.5,9,4.93,2.09,14,5.0,1.0,9,5.33,0.5,9,4.0,1.87,9,3.08,1.98,12,4.73,2.37,15,5.0,2.0,8,5.17,0.75,6,5.17,0.83,12,4.2,2.15,10,2.82,1.54,11,4.23,2.45,13,5.6,1.65,10
+scorch,3.45,2.09,22,4.9,2.66,21,5.59,1.82,22,4.07,2.27,14,2.38,1.19,8,5.18,2.93,11,5.0,2.24,9,5.83,1.6,6,5.5,1.93,16,3.9,2.38,10,3.08,1.83,12,4.18,2.44,11,5.7,2.79,10,5.54,1.39,13,5.67,2.4,9,3.42,2.31,12,3.5,1.9,10,4.62,3.12,13,5.38,1.77,8,5.25,1.6,12,6.0,2.05,10
+scorching,3.54,1.79,41,4.98,2.19,47,4.34,1.97,41,4.12,2.15,17,3.12,1.39,24,4.71,1.68,14,5.09,2.39,33,4.48,1.83,21,4.2,2.14,20,3.59,1.4,22,3.47,2.2,19,5.22,2.15,23,4.75,2.25,24,4.18,1.85,17,4.46,2.08,24,3.58,1.98,26,3.47,1.46,15,5.36,2.14,25,4.55,2.22,22,4.69,2.18,16,4.12,1.83,25
+score,6.5,1.74,22,6.35,2.13,20,7.32,1.53,19,6.54,1.81,13,6.44,1.74,9,7.29,2.06,7,5.85,2.08,13,7.29,1.5,7,7.33,1.61,12,6.58,2.11,12,6.4,1.26,10,5.89,2.52,9,6.73,1.79,11,7.1,1.79,10,7.56,1.24,9,6.42,1.98,12,6.6,1.51,10,6.57,1.81,7,6.23,2.35,13,8.0,1.15,7,6.92,1.62,12
+scoreboard,5.4,1.79,20,4.59,2.42,22,5.4,2.23,20,5.44,2.13,9,5.36,1.57,11,5.2,2.9,10,4.08,1.93,12,4.43,1.81,7,5.92,2.33,13,5.07,1.38,14,6.17,2.48,6,5.62,2.88,8,4.0,2.0,14,6.0,2.0,7,5.08,2.36,13,5.4,1.17,10,5.4,2.32,10,4.67,2.27,12,4.5,2.72,10,5.67,2.67,12,5.0,1.41,8
+scorer,5.42,1.28,24,3.64,2.38,22,6.41,1.99,27,5.42,1.56,12,5.42,1.0,12,2.57,1.99,7,4.13,2.45,15,6.59,2.06,17,6.1,1.91,10,5.75,1.06,12,5.08,1.44,12,3.8,3.03,5,3.59,2.27,17,6.64,2.24,14,6.15,1.72,13,5.53,1.51,15,5.22,0.83,9,3.6,2.99,10,3.67,1.87,12,6.86,2.18,14,5.92,1.71,13
+scorn,3.07,1.37,41,4.53,2.33,47,4.05,2.54,20,3.53,1.39,19,2.8,1.24,20,2.82,2.09,11,5.03,2.22,34,4.0,2.26,10,4.1,2.92,10,3.5,1.37,16,2.88,1.3,24,4.04,2.57,26,5.11,1.97,19,3.5,1.69,8,4.42,3.0,12,3.0,1.6,23,3.17,1.04,18,4.36,2.26,28,4.79,2.46,19,4.0,2.12,9,4.09,2.95,11
+scornful,2.5,1.15,20,4.71,2.51,21,5.04,2.43,50,2.45,1.29,11,2.56,1.01,9,5.0,2.71,7,4.69,2.56,13,5.08,2.53,26,5.0,2.38,24,2.45,1.29,11,2.56,1.01,9,5.14,2.34,7,4.62,2.72,13,4.81,2.4,21,5.21,2.48,29,2.4,1.07,10,2.6,1.26,10,5.18,2.4,11,4.2,2.66,10,4.58,2.69,24,5.46,2.14,26
+scorpion,3.68,2.33,41,6.45,2.02,22,4.67,2.87,18,4.43,1.79,14,3.3,2.51,27,6.67,1.97,12,6.2,2.15,10,5.0,2.58,10,4.25,3.33,8,3.28,2.47,18,4.0,2.22,23,7.11,0.78,9,6.0,2.48,13,4.0,2.77,7,5.09,2.98,11,3.6,2.56,20,3.76,2.14,21,5.22,2.54,9,7.31,0.95,13,4.78,2.49,9,4.56,3.36,9
+scotch,5.89,2.13,19,4.2,2.86,20,5.32,2.63,19,4.0,2.65,3,6.13,1.92,15,4.8,2.86,10,3.6,2.88,10,6.0,2.45,10,4.56,2.74,9,6.67,2.25,6,5.33,2.02,12,5.86,3.18,7,3.31,2.32,13,4.75,2.76,8,5.73,2.57,11,5.83,2.37,12,6.0,1.83,7,4.2,2.9,10,4.2,2.97,10,5.44,2.92,9,5.2,2.49,10
+scoundrel,3.25,1.41,20,6.26,2.66,19,4.88,2.39,26,3.0,1.34,11,3.56,1.51,9,6.43,1.99,7,6.17,3.07,12,5.54,2.47,13,4.23,2.2,13,3.73,1.49,11,2.67,1.12,9,6.2,2.57,10,6.33,2.92,9,5.53,2.1,17,3.67,2.55,9,3.1,1.79,10,3.4,0.97,10,6.92,2.11,12,5.14,3.29,7,5.69,2.15,16,3.6,2.27,10
+scour,4.89,1.81,18,4.09,2.23,23,5.32,1.77,19,4.78,1.2,9,5.0,2.35,9,4.29,2.29,7,4.13,2.29,15,5.0,2.31,10,5.67,0.87,9,5.11,1.9,9,4.67,1.8,9,4.7,2.79,10,3.75,1.66,12,4.25,1.83,8,6.0,1.33,10,4.64,1.86,11,5.29,1.8,7,4.15,2.25,20,3.67,2.52,3,4.75,1.98,8,5.73,1.56,11
+scourge,4.13,1.96,23,4.91,2.54,22,4.25,1.83,20,4.38,2.33,8,4.0,1.81,15,4.8,2.39,10,5.0,2.76,12,5.29,1.98,7,3.69,1.55,13,3.67,1.97,12,4.64,1.91,11,4.82,2.68,11,5.0,2.53,11,4.6,1.8,15,3.2,1.64,5,3.36,1.36,11,4.83,2.21,12,6.0,2.4,10,4.0,2.37,12,4.0,1.94,10,4.5,1.78,10
+scout,6.0,1.63,19,4.52,2.15,23,5.32,1.95,19,5.78,1.56,9,6.2,1.75,10,5.14,1.95,7,4.27,2.31,15,5.7,2.36,10,4.89,1.36,9,6.33,1.8,9,5.7,1.49,10,4.9,2.51,10,4.25,1.96,12,5.0,2.07,8,5.5,2.01,10,6.0,1.41,12,6.0,2.08,7,4.65,2.25,20,3.67,1.15,3,5.38,1.85,8,5.27,2.1,11
+scowl,3.24,1.58,21,4.56,2.58,25,4.74,2.79,19,3.78,1.79,9,2.83,1.34,12,3.67,2.88,6,4.78,2.56,18,4.57,3.26,7,4.83,2.62,12,3.19,1.64,16,3.4,1.52,5,4.07,2.81,14,5.1,2.33,10,4.11,2.71,9,5.3,2.87,10,3.5,1.83,12,2.89,1.17,9,4.88,2.53,16,4.0,2.74,9,4.36,3.14,11,5.25,2.31,8
+scrabble,6.14,2.03,21,3.52,2.04,21,6.56,2.16,25,6.25,1.91,12,6.0,2.29,9,3.43,1.27,7,3.57,2.38,14,5.9,2.18,10,7.0,2.1,15,7.0,2.31,4,5.94,1.98,17,3.9,2.51,10,3.18,1.54,11,5.57,3.1,7,6.94,1.63,18,6.33,2.15,12,5.89,1.96,9,3.85,2.3,13,3.0,1.51,8,6.33,2.92,9,6.69,1.7,16
+scram,3.57,1.72,21,3.65,2.58,20,4.5,2.22,22,4.17,2.71,6,3.33,1.18,15,3.5,3.12,8,3.75,2.3,12,4.75,2.63,12,4.2,1.69,10,4.0,2.29,9,3.25,1.14,12,3.89,2.93,9,3.45,2.38,11,4.29,2.5,7,4.6,2.16,15,3.6,1.96,10,3.55,1.57,11,3.85,2.76,13,3.29,2.36,7,4.92,2.78,12,4.0,1.25,10
+scramble,5.21,1.36,19,4.85,2.62,20,5.0,1.98,26,5.0,1.33,10,5.44,1.42,9,5.14,2.97,7,4.69,2.53,13,4.92,1.8,13,5.08,2.22,13,5.2,1.48,10,5.22,1.3,9,4.55,2.58,11,5.22,2.77,9,5.12,1.93,17,4.78,2.17,9,5.3,1.06,10,5.11,1.69,9,4.92,2.43,12,4.75,3.06,8,5.12,2.0,16,4.8,2.04,10
+scrambled,5.2,1.47,20,3.79,2.8,24,4.35,2.3,20,5.5,0.93,8,5.0,1.76,12,5.83,2.32,6,3.11,2.65,18,5.0,2.28,11,3.56,2.19,9,5.55,1.37,11,4.78,1.56,9,4.5,2.92,10,3.29,2.7,14,4.92,2.4,13,3.29,1.8,7,5.38,1.5,13,4.86,1.46,7,4.5,2.92,16,2.38,2.0,8,4.83,2.21,12,3.62,2.39,8
+scrambler,4.86,1.93,21,3.44,2.38,25,5.21,1.9,19,5.89,1.62,9,4.08,1.83,12,3.33,2.73,6,3.61,2.33,18,5.14,2.04,7,5.25,1.91,12,4.81,2.1,16,5.0,1.41,5,3.21,2.52,14,4.0,2.21,10,5.11,2.32,9,5.3,1.57,10,5.42,1.98,12,4.11,1.69,9,3.69,2.6,16,3.0,2.0,9,5.18,2.14,11,5.25,1.67,8
+scrap,4.71,1.59,21,3.43,2.18,21,5.18,1.68,22,4.86,1.83,14,4.43,0.98,7,3.82,2.4,11,3.22,1.92,9,4.17,1.72,6,5.56,1.55,16,4.4,1.65,10,5.0,1.55,11,3.45,2.3,11,3.4,2.17,10,5.15,1.86,13,5.22,1.48,9,5.18,1.89,11,4.2,1.03,10,3.08,2.4,13,4.0,1.77,8,5.25,1.71,12,5.1,1.73,10
+scrapbook,5.71,1.95,21,3.9,2.05,20,6.91,1.78,34,4.62,2.62,8,6.38,1.04,13,4.2,2.05,5,3.8,2.11,15,6.36,1.36,11,7.17,1.92,23,5.38,2.29,13,6.25,1.16,8,4.5,2.2,12,3.0,1.51,8,6.68,1.86,19,7.2,1.7,15,5.0,2.28,11,6.5,1.18,10,3.91,2.55,11,3.89,1.36,9,7.24,1.48,21,6.38,2.14,13
+scrape,3.74,1.69,19,4.5,2.28,22,4.41,1.89,22,4.67,1.5,9,2.9,1.45,10,5.0,1.85,8,4.21,2.52,14,4.36,2.25,11,4.45,1.57,11,5.14,1.21,7,2.92,1.38,12,4.4,1.07,10,4.58,3.0,12,4.15,1.52,13,4.78,2.39,9,3.7,1.7,10,3.78,1.79,9,4.38,2.39,8,4.57,2.31,14,4.5,2.1,14,4.25,1.58,8
+scrappy,4.0,1.9,21,4.78,2.49,23,4.78,2.56,18,4.44,1.88,9,3.67,1.92,12,5.36,2.16,11,4.25,2.73,12,5.1,2.73,10,4.38,2.45,8,3.29,1.38,7,4.46,2.11,13,5.36,2.73,11,4.25,2.22,12,4.71,3.09,7,4.82,2.32,11,3.31,1.44,13,5.12,2.1,8,4.18,2.6,11,5.33,2.35,12,3.22,1.48,9,6.33,2.5,9
+scratch,4.95,1.65,19,4.35,2.28,20,4.5,1.85,20,5.38,1.71,13,4.0,1.1,6,4.6,2.61,5,4.27,2.25,15,4.78,1.39,9,4.27,2.2,11,5.11,1.9,9,4.8,1.48,10,5.43,2.44,7,3.77,2.05,13,4.89,2.03,9,4.18,1.72,11,4.78,2.05,9,5.1,1.29,10,4.2,2.35,10,4.5,2.32,10,4.71,2.36,7,4.38,1.61,13
+scratchy,3.65,1.27,20,4.82,1.76,22,4.58,2.34,19,4.0,1.41,9,3.36,1.12,11,3.6,2.07,5,5.12,1.59,16,5.0,2.83,6,4.38,2.18,13,3.57,1.4,14,3.83,0.98,6,4.67,2.15,12,4.89,1.27,9,4.11,1.62,9,5.0,2.87,10,3.5,1.58,10,3.8,0.92,10,4.83,2.21,12,4.8,1.14,10,4.5,2.43,6,4.62,2.4,13
+scrawny,3.89,2.13,19,4.26,1.81,23,3.61,1.69,18,4.11,1.62,9,3.7,2.58,10,4.29,2.06,7,4.27,1.83,15,3.0,1.15,10,4.38,2.0,8,3.89,2.52,9,3.9,1.85,10,4.8,2.1,10,3.83,1.59,12,3.25,1.91,8,4.0,1.58,9,4.33,2.27,12,3.14,1.77,7,4.2,1.91,20,4.67,1.15,3,3.12,1.64,8,4.0,1.7,10
+scream,3.02,1.62,40,6.74,1.66,23,4.51,2.5,47,3.47,1.46,15,2.76,1.69,25,7.43,0.98,7,6.53,1.85,15,5.06,2.86,18,4.17,2.24,29,3.32,1.63,19,2.76,1.61,21,6.3,2.0,10,7.25,1.22,12,4.94,2.55,32,3.6,2.2,15,2.54,1.32,24,3.75,1.81,16,6.7,1.75,20,7.0,1.0,3,4.6,2.43,25,4.41,2.63,22
+screamer,3.68,2.21,19,6.52,2.54,21,4.96,1.99,23,4.2,2.28,5,3.54,2.33,13,5.67,3.27,6,6.87,2.23,15,4.7,1.95,10,5.15,2.08,13,3.86,2.34,7,3.64,2.34,11,6.29,2.56,7,6.64,2.62,14,5.27,1.85,11,4.67,2.15,12,4.0,2.37,12,3.14,1.95,7,6.0,3.0,11,7.1,1.91,10,4.43,1.99,14,5.78,1.79,9
+screech,3.5,1.57,20,6.05,2.84,19,4.88,2.29,26,3.45,1.51,11,3.56,1.74,9,6.86,1.35,7,5.58,3.4,12,4.85,2.19,13,4.92,2.47,13,3.45,1.51,11,3.56,1.74,9,5.8,2.66,10,6.33,3.16,9,5.29,2.23,17,4.11,2.32,9,3.7,1.89,10,3.3,1.25,10,6.33,2.53,12,5.57,3.46,7,4.94,2.05,16,4.8,2.74,10
+screen,5.55,1.26,22,4.09,2.37,22,5.63,1.77,19,5.88,1.73,8,5.38,0.96,13,5.12,2.9,8,3.46,1.94,13,5.43,0.79,7,5.82,2.27,11,6.12,1.89,8,5.23,0.6,13,4.33,2.65,9,3.92,2.25,13,4.43,1.62,7,6.33,1.5,12,6.0,1.61,11,5.09,0.54,11,2.5,1.85,8,5.0,2.18,14,5.88,1.45,16,4.33,3.06,3
+screening,4.77,1.45,22,4.14,2.1,22,6.2,2.28,20,4.5,1.85,8,4.93,1.21,14,4.5,2.32,10,3.83,1.95,12,6.86,2.27,7,5.85,2.3,13,4.55,1.75,11,5.0,1.1,11,4.18,2.09,11,4.09,2.21,11,5.8,2.34,15,7.4,1.82,5,3.7,1.25,10,5.67,0.89,12,4.3,1.83,10,4.0,2.37,12,5.4,1.96,10,7.0,2.4,10
+screenplay,5.65,1.39,20,4.09,2.29,22,6.0,1.97,19,5.89,1.54,9,5.45,1.29,11,2.0,1.41,5,4.69,2.21,16,6.33,2.07,6,5.85,1.99,13,5.86,1.41,14,5.17,1.33,6,4.5,2.28,12,3.44,2.4,9,5.44,2.07,9,6.5,1.84,10,5.8,0.92,10,5.5,1.78,10,4.0,2.34,12,4.2,2.35,10,6.67,2.34,6,5.69,1.8,13
+screenwriter,6.21,1.47,19,3.64,2.15,22,5.59,2.24,22,6.67,1.12,9,5.8,1.69,10,3.88,2.47,8,3.5,2.03,14,4.82,2.18,11,6.36,2.11,11,6.57,1.27,7,6.0,1.6,12,4.8,1.81,10,2.67,1.97,12,5.54,2.07,13,5.67,2.6,9,6.1,1.45,10,6.33,1.58,9,4.12,2.64,8,3.36,1.86,14,6.0,2.51,14,4.88,1.55,8
+screw,5.24,2.17,21,5.4,2.76,20,5.16,2.52,19,5.54,2.18,13,4.75,2.19,8,6.0,2.08,7,5.08,3.09,13,5.43,2.37,7,5.0,2.7,12,5.75,2.3,12,4.56,1.88,9,5.89,1.96,9,5.0,3.32,11,6.3,2.36,10,3.89,2.15,9,5.0,2.26,12,5.56,2.13,9,6.29,2.29,7,4.92,2.96,13,6.57,1.99,7,4.33,2.5,12
+screwball,4.57,2.09,21,4.05,2.5,22,4.58,2.21,26,4.9,2.02,10,4.27,2.2,11,3.57,2.57,7,4.27,2.52,15,4.62,2.53,16,4.5,1.72,10,5.45,1.81,11,3.6,2.01,10,2.2,1.79,5,4.59,2.45,17,4.92,2.69,13,4.23,1.64,13,5.0,2.35,13,3.88,1.46,8,3.6,2.8,10,4.42,2.27,12,4.92,2.75,13,4.23,1.54,13
+screwdriver,5.76,1.79,21,3.8,2.08,25,6.09,2.41,22,6.88,2.03,8,5.08,1.26,13,3.46,2.07,13,4.17,2.12,12,6.54,2.33,13,5.44,2.51,9,6.62,2.0,8,5.42,1.38,12,4.57,2.1,14,2.82,1.66,11,6.33,2.27,12,5.8,2.66,10,5.3,2.11,10,6.18,1.4,11,3.47,2.1,17,4.5,2.0,8,5.5,2.72,10,6.58,2.11,12
+screwy,3.86,1.53,21,4.19,1.86,21,4.84,2.25,25,4.5,1.09,12,3.0,1.66,9,5.14,1.86,7,3.71,1.73,14,5.1,1.6,10,4.67,2.64,15,2.5,1.91,4,4.18,1.29,17,4.2,2.2,10,4.18,1.6,11,3.86,1.68,7,5.22,2.37,18,3.33,1.61,12,4.56,1.13,9,4.23,1.92,13,4.12,1.89,8,3.44,2.01,9,5.62,2.03,16
+scribble,5.21,2.07,19,3.76,2.0,21,5.6,2.6,20,4.67,2.08,3,5.31,2.12,16,3.83,2.23,6,3.73,1.98,15,5.83,2.32,6,5.5,2.79,14,5.9,1.6,10,4.44,2.35,9,3.43,1.99,7,3.93,2.06,14,5.5,2.27,10,5.7,3.02,10,4.88,1.46,8,5.45,2.46,11,3.56,2.13,9,3.92,1.98,12,5.62,3.34,8,5.58,2.15,12
+scrimmage,4.91,1.51,22,5.63,1.95,19,4.75,2.1,20,5.8,0.84,5,4.62,1.63,16,5.12,2.17,8,6.0,1.79,11,5.0,2.24,9,4.55,2.07,11,4.58,1.31,12,5.3,1.7,10,5.8,2.1,10,5.44,1.88,9,4.17,1.9,12,5.62,2.2,8,4.73,1.27,11,5.09,1.76,11,5.25,2.66,8,5.91,1.3,11,5.0,2.24,9,4.55,2.07,11
+script,5.42,2.12,19,3.65,2.46,20,4.67,2.43,24,5.23,2.42,13,5.83,1.33,6,4.0,2.45,5,3.53,2.53,15,4.38,2.53,13,5.0,2.37,11,5.78,2.54,9,5.1,1.73,10,5.14,2.79,7,2.85,1.91,13,5.0,2.45,11,4.38,2.47,13,6.33,1.5,9,4.6,2.32,10,3.6,2.5,10,3.7,2.54,10,4.89,2.62,9,4.53,2.39,15
+scripture,5.47,2.67,19,2.89,2.05,19,5.15,3.01,20,7.33,2.08,3,4.93,2.66,15,3.0,2.16,10,2.78,2.05,9,5.1,2.77,10,5.2,3.39,10,3.17,1.6,6,6.42,2.47,12,2.57,1.81,7,3.08,2.23,12,5.75,3.37,8,4.75,2.83,12,6.5,2.07,12,3.71,2.81,7,3.56,2.19,9,2.3,1.83,10,4.89,3.48,9,5.36,2.73,11
+scroll,5.32,1.57,19,3.86,2.36,22,5.82,2.17,22,5.89,0.93,9,4.8,1.87,10,4.5,1.69,8,3.5,2.65,14,6.0,1.95,11,5.64,2.46,11,5.57,0.98,7,5.17,1.85,12,4.6,2.22,10,3.25,2.38,12,5.85,2.3,13,5.78,2.11,9,4.9,1.73,10,5.78,1.3,9,3.38,2.26,8,4.14,2.44,14,5.71,2.58,14,6.0,1.31,8
+scrotum,4.8,2.48,20,4.62,2.27,21,5.24,1.87,21,5.0,2.74,9,4.64,2.38,11,4.78,2.59,9,4.5,2.11,12,4.5,1.77,8,5.69,1.84,13,4.86,2.21,14,4.67,3.27,6,4.62,2.88,8,4.62,1.94,13,5.25,2.38,8,5.23,1.59,13,4.7,2.31,10,4.9,2.77,10,4.08,2.31,12,5.33,2.12,9,5.42,1.93,12,5.0,1.87,9
+scrounge,3.67,2.2,21,4.05,2.32,22,4.43,2.52,21,4.2,3.11,5,3.5,1.93,16,4.5,1.98,12,3.5,2.68,10,4.45,2.66,11,3.89,2.03,9,3.83,2.66,12,3.44,1.51,9,4.13,2.2,15,3.86,2.73,7,3.73,1.42,11,5.2,3.26,10,3.38,2.22,13,4.12,2.23,8,4.11,2.49,18,3.75,1.5,4,4.21,2.36,14,4.86,2.97,7
+scrounger,3.65,1.87,20,5.75,2.31,20,5.15,2.27,26,4.09,2.12,11,3.11,1.45,9,5.71,1.98,7,5.77,2.55,13,5.38,2.06,13,4.92,2.53,13,3.73,1.9,11,3.56,1.94,9,5.64,2.54,11,5.89,2.15,9,5.76,2.22,17,4.0,2.0,9,3.5,1.9,10,3.8,1.93,10,5.92,2.39,12,5.5,2.33,8,5.5,2.19,16,4.6,2.41,10
+scrub,4.53,1.07,19,3.95,2.01,20,5.17,2.53,23,3.67,1.15,3,4.69,1.01,16,4.75,1.67,8,3.42,2.11,12,6.11,2.47,9,4.57,2.47,14,4.67,1.22,9,4.4,0.97,10,3.5,1.51,8,4.25,2.3,12,5.67,2.66,15,4.25,2.12,8,4.14,0.9,7,4.75,1.14,12,4.44,1.88,9,3.55,2.11,11,5.08,3.12,13,5.3,1.64,10
+scruffy,4.42,1.3,19,4.38,2.01,21,5.18,2.26,22,5.33,0.58,3,4.25,1.34,16,4.62,1.77,8,4.23,2.2,13,5.56,2.51,9,4.92,2.14,13,4.22,0.83,9,4.6,1.65,10,4.11,2.26,9,4.58,1.88,12,5.4,2.47,15,4.71,1.8,7,4.0,1.41,7,4.67,1.23,12,5.5,1.72,10,3.36,1.75,11,5.62,2.69,13,4.56,1.33,9
+scrumptious,7.2,1.32,20,4.95,2.59,22,5.85,2.22,26,7.43,1.51,7,7.08,1.26,13,4.8,2.35,10,5.08,2.87,12,5.4,2.32,15,6.4,2.12,10,6.73,1.27,11,7.78,1.2,9,5.56,2.51,9,4.54,2.67,13,5.69,2.27,16,6.0,2.35,9,7.38,1.04,13,6.86,1.77,7,5.38,2.85,16,3.83,1.33,6,5.0,2.41,11,6.47,1.92,15
+scrutiny,3.83,2.09,18,4.05,2.44,20,3.56,1.87,25,3.0,0.0,5,4.15,2.41,13,3.73,2.57,11,4.44,2.35,9,4.06,1.77,16,2.67,1.8,9,2.86,1.21,7,4.45,2.34,11,2.67,2.06,9,5.18,2.18,11,3.65,1.95,20,3.2,1.64,5,3.11,1.9,9,4.56,2.13,9,3.36,2.01,11,4.89,2.76,9,3.68,1.8,19,3.17,2.23,6
+scuba,5.86,1.88,21,3.86,2.36,22,5.05,2.24,22,6.78,1.56,9,5.17,1.85,12,3.17,2.32,6,4.2,2.46,15,5.33,1.51,6,4.94,2.49,16,6.11,1.9,9,5.67,1.92,12,4.2,2.17,5,3.76,2.46,17,5.45,2.11,11,4.64,2.38,11,6.08,2.02,12,5.56,1.74,9,3.44,2.3,9,4.15,2.44,13,4.67,2.39,12,5.5,2.07,10
+scuff,3.26,1.28,19,3.82,2.22,22,4.33,1.88,24,3.17,1.33,6,3.31,1.32,13,3.92,2.31,12,3.7,2.21,10,4.5,2.0,8,4.25,1.88,16,3.5,1.27,10,3.0,1.32,9,4.22,1.92,9,3.54,2.44,13,4.71,1.93,17,3.17,1.47,6,3.12,1.13,8,3.36,1.43,11,3.56,2.07,9,4.0,2.38,13,4.81,1.91,16,3.38,1.51,8
+scuffle,3.78,1.9,18,4.41,2.52,22,5.5,2.58,16,3.4,1.84,10,4.57,1.9,7,6.38,2.5,8,3.29,1.77,14,7.67,0.82,6,4.2,2.39,10,3.88,2.03,8,3.7,1.89,10,4.11,2.89,9,4.62,2.33,13,7.0,1.51,8,4.0,2.62,8,3.45,2.02,11,4.29,1.7,7,4.0,3.1,11,4.82,1.83,11,5.22,2.64,9,5.86,2.67,7
+scullery,4.47,1.31,19,3.53,2.14,19,3.91,1.57,22,4.57,0.53,7,4.42,1.62,12,4.11,2.57,9,3.0,1.63,10,2.83,1.83,6,4.31,1.3,16,4.22,1.09,9,4.78,1.56,9,4.14,2.27,7,3.17,2.08,12,4.0,1.56,15,3.71,1.7,7,4.45,1.63,11,4.5,0.76,8,3.83,2.12,12,3.0,2.24,7,4.0,1.55,11,3.82,1.66,11
+sculptor,5.91,1.06,22,4.87,2.63,23,6.05,1.61,19,5.62,0.92,8,6.08,1.19,13,4.38,3.25,8,5.29,2.33,14,5.57,2.07,7,6.27,1.35,11,5.62,1.06,8,6.08,1.12,13,5.0,2.96,9,4.79,2.52,14,5.29,1.6,7,6.5,1.51,12,5.82,0.98,11,6.0,1.18,11,4.56,2.92,9,5.07,2.53,14,6.0,1.71,16,6.33,1.15,3
+sculpture,6.5,2.06,20,3.48,2.34,21,5.62,2.24,24,6.5,2.52,4,6.5,2.03,16,3.5,2.38,4,3.47,2.4,17,4.75,2.49,8,6.06,2.05,16,7.12,1.55,8,6.08,2.31,12,2.7,2.16,10,4.18,2.36,11,4.71,2.3,14,6.9,1.45,10,6.55,1.86,11,6.44,2.4,9,3.2,2.25,10,3.73,2.49,11,5.24,2.39,17,6.57,1.62,7
+scum,2.12,1.14,41,5.2,2.04,45,4.87,2.87,23,2.0,0.75,19,2.23,1.41,22,4.75,2.07,20,5.56,1.98,25,6.11,2.89,9,4.07,2.64,14,2.21,1.13,19,2.1,1.18,21,5.28,1.97,25,5.1,2.17,20,5.87,2.77,15,3.0,2.07,8,1.85,1.14,20,2.38,1.12,21,4.83,2.17,29,5.88,1.63,16,5.23,3.47,13,4.4,1.9,10
+scumbag,2.48,1.86,21,5.1,1.76,21,2.73,1.49,22,2.89,2.03,9,2.17,1.75,12,5.83,1.47,6,4.64,1.78,14,1.83,0.98,6,3.06,1.53,16,3.56,2.35,9,1.67,0.78,12,5.4,1.52,5,5.0,1.86,16,3.0,1.73,11,2.45,1.21,11,2.25,2.26,12,2.78,1.2,9,5.12,1.81,8,5.08,1.8,13,2.75,1.6,12,2.7,1.42,10
+scurry,2.95,1.39,19,4.59,2.06,22,4.13,1.52,23,3.5,1.38,6,2.69,1.38,13,4.67,2.15,12,4.5,2.07,10,4.14,1.95,7,4.12,1.36,16,3.6,1.17,10,2.22,1.3,9,4.44,2.24,9,4.69,2.02,13,4.0,1.63,16,4.5,1.38,6,2.62,1.3,8,3.18,1.47,11,4.0,1.94,9,5.0,2.12,13,4.38,1.41,16,3.57,1.72,7
+scurvy,2.76,1.86,42,5.18,2.58,22,4.12,2.18,42,3.53,2.07,15,2.33,1.62,27,5.1,2.64,10,5.25,2.63,12,4.79,2.36,24,3.22,1.56,18,2.83,1.59,23,2.68,2.19,19,4.64,2.5,11,5.73,2.65,11,4.76,2.39,25,3.18,1.42,17,3.0,1.78,28,2.29,1.98,14,6.2,2.39,10,4.33,2.5,12,4.14,2.36,22,4.1,2.02,20
+scuttle,4.5,0.76,20,3.86,2.29,22,4.93,2.25,27,4.5,0.85,10,4.5,0.71,10,2.57,2.44,7,4.47,2.03,15,5.12,2.52,17,4.6,1.78,10,4.55,0.69,11,4.44,0.88,9,3.2,2.95,5,4.06,2.14,17,5.57,2.38,14,4.23,1.96,13,4.38,0.87,13,4.71,0.49,7,3.6,2.37,10,4.08,2.31,12,5.36,2.47,14,4.46,1.98,13
+sea,6.56,2.09,18,2.8,2.33,20,5.22,2.41,18,5.38,2.26,8,7.5,1.43,10,3.0,2.31,7,2.69,2.43,13,4.27,2.0,11,6.71,2.36,7,5.91,2.21,11,7.57,1.51,7,2.33,2.5,9,3.18,2.23,11,5.09,2.39,11,5.43,2.64,7,6.42,2.31,12,6.83,1.72,6,2.5,2.32,12,3.25,2.43,8,4.89,2.8,9,5.56,2.07,9
+seaboard,5.75,1.77,20,3.45,2.22,22,5.95,2.17,19,5.44,1.67,9,6.0,1.9,11,2.4,1.67,5,3.88,2.33,16,5.83,3.19,6,6.0,1.68,13,5.93,1.64,14,5.33,2.16,6,3.75,2.49,12,3.22,1.99,9,5.33,0.87,9,6.5,2.84,10,6.5,1.65,10,5.0,1.63,10,3.17,2.44,12,3.8,1.99,10,5.0,2.83,6,6.38,1.76,13
+seafood,6.45,2.44,22,4.73,2.95,26,5.54,2.43,24,6.78,2.82,9,6.23,2.24,13,2.7,1.95,10,6.0,2.78,16,5.11,2.42,9,5.8,2.48,15,6.88,2.36,8,6.21,2.55,14,5.15,3.16,13,4.31,2.78,13,4.92,2.23,12,6.17,2.55,12,6.67,2.5,12,6.2,2.49,10,4.33,3.18,15,5.27,2.65,11,5.62,2.63,13,5.45,2.3,11
+seagull,5.27,1.7,22,2.9,2.21,21,4.41,2.11,22,5.21,1.42,14,5.38,2.2,8,2.82,1.99,11,3.22,2.59,9,3.83,1.72,6,4.62,2.25,16,4.3,1.7,10,6.08,1.24,12,2.27,1.56,11,3.6,2.67,10,4.23,1.88,13,4.67,2.5,9,5.17,1.85,12,5.4,1.58,10,2.15,1.28,13,4.12,2.9,8,4.08,2.02,12,4.8,2.25,10
+seal,5.0,1.3,21,2.5,2.11,24,5.63,2.45,19,4.88,1.13,8,5.08,1.44,13,3.33,1.63,6,2.22,2.21,18,6.18,2.04,11,4.88,2.9,8,5.08,1.24,12,4.89,1.45,9,2.4,1.58,10,2.57,2.47,14,6.0,2.52,13,4.83,2.32,6,5.21,1.25,14,4.57,1.4,7,3.12,2.33,16,1.25,0.46,8,6.0,2.3,12,5.0,2.77,7
+seam,5.25,1.33,20,3.5,2.52,22,5.33,2.39,27,5.86,1.57,7,4.92,1.12,13,3.9,2.23,10,3.17,2.79,12,5.4,2.35,15,5.27,2.65,11,5.27,0.9,11,5.22,1.79,9,3.89,2.52,9,3.23,2.59,13,5.71,2.59,17,4.67,2.06,9,5.23,1.54,13,5.29,0.95,7,3.38,2.68,16,3.83,2.23,6,5.0,2.56,12,5.6,2.29,15
+seaman,5.28,1.9,18,4.3,2.75,20,5.6,1.85,25,6.0,0.71,5,5.0,2.16,13,5.09,2.66,11,3.33,2.69,9,6.06,1.53,16,4.78,2.17,9,4.29,1.7,7,5.91,1.81,11,4.22,3.35,9,4.36,2.34,11,5.55,1.99,20,5.8,1.3,5,5.0,0.87,9,5.56,2.6,9,3.82,2.75,11,4.89,2.8,9,5.42,1.68,19,6.17,2.4,6
+seamstress,5.6,1.73,20,3.18,1.94,17,5.45,1.82,22,4.4,0.89,5,6.0,1.77,15,3.33,2.07,6,3.09,1.97,11,5.1,1.45,10,5.75,2.09,12,5.6,1.26,10,5.6,2.17,10,2.7,1.83,10,3.86,2.04,7,5.09,2.07,11,5.82,1.54,11,5.33,1.5,12,6.0,2.07,8,3.0,2.45,8,3.33,1.5,9,4.73,1.85,11,6.18,1.54,11
+search,5.56,1.5,18,3.85,2.37,20,5.0,2.06,18,5.62,1.6,8,5.5,1.51,10,3.71,2.56,7,3.92,2.36,13,5.18,1.6,11,4.71,2.75,7,5.36,1.57,11,5.86,1.46,7,3.33,2.65,9,4.27,2.15,11,5.09,2.43,11,4.86,1.46,7,5.5,1.31,12,5.67,1.97,6,3.17,2.08,12,4.88,2.53,8,5.33,1.5,9,4.67,2.55,9
+searchlight,5.35,1.35,20,3.65,2.06,20,5.45,1.79,22,5.43,0.79,7,5.31,1.6,13,3.89,2.15,9,3.45,2.07,11,6.0,1.79,6,5.25,1.81,16,5.5,1.35,10,5.22,1.48,9,3.38,2.07,8,3.83,2.12,12,5.4,1.84,15,5.57,1.81,7,5.27,1.62,11,5.44,1.01,9,3.75,2.01,12,3.5,2.27,8,5.55,2.21,11,5.36,1.36,11
+seashore,7.68,1.6,19,3.0,2.39,21,6.0,2.39,22,7.56,1.67,9,7.8,1.62,10,4.12,2.64,8,2.31,2.02,13,5.45,2.66,11,6.55,2.07,11,6.71,1.8,7,8.25,1.22,12,4.4,2.46,10,1.73,1.49,11,5.92,2.14,13,6.11,2.85,9,7.2,1.69,10,8.22,1.39,9,2.86,2.54,7,3.07,2.4,14,6.36,2.65,14,5.38,1.85,8
+seasick,1.89,1.29,19,5.0,2.47,41,2.39,1.67,38,2.33,1.5,9,1.5,0.97,10,5.75,2.57,16,4.52,2.33,25,2.15,2.27,13,2.52,1.29,25,2.71,1.5,7,1.42,0.9,12,5.28,2.56,18,4.78,2.43,23,2.72,1.64,18,2.1,1.68,20,2.2,1.55,10,1.56,0.88,9,5.08,2.83,25,4.88,1.86,16,1.88,1.45,17,2.81,1.75,21
+seaside,7.67,1.49,21,4.41,3.13,22,5.76,2.12,21,7.44,1.51,9,7.83,1.53,12,4.33,2.66,6,4.33,3.46,15,5.67,1.37,6,5.8,2.4,15,7.0,1.58,9,8.17,1.27,12,5.0,2.83,5,4.24,3.27,17,5.2,1.87,10,6.27,2.28,11,7.92,1.51,12,7.33,1.5,9,2.78,2.86,9,5.54,2.88,13,6.08,1.56,12,5.33,2.74,9
+season,6.71,1.27,21,3.2,1.82,20,6.16,2.46,19,6.31,1.03,13,7.38,1.41,8,3.43,2.37,7,3.08,1.55,13,6.57,1.99,7,5.92,2.75,12,6.42,1.31,12,7.11,1.17,9,3.33,2.06,9,3.09,1.7,11,6.5,2.01,10,5.78,2.95,9,6.67,1.3,12,6.78,1.3,9,4.29,1.5,7,2.62,1.76,13,6.86,1.95,7,5.75,2.7,12
+seasonal,6.58,1.61,19,4.3,2.2,23,4.68,1.89,19,6.11,1.45,9,7.0,1.7,10,4.14,1.68,7,4.47,2.5,15,4.9,1.97,10,4.44,1.88,9,6.56,1.67,9,6.6,1.65,10,4.8,2.53,10,4.0,2.0,12,4.75,1.39,8,4.8,2.3,10,6.67,1.67,12,6.43,1.62,7,4.1,2.2,20,5.67,2.08,3,4.5,1.51,8,4.82,2.18,11
+seasoned,7.16,1.42,19,3.75,2.4,20,6.55,2.04,20,7.33,2.08,3,7.13,1.41,15,4.1,2.56,10,3.4,2.32,10,6.8,1.4,10,6.3,2.58,10,6.5,1.52,6,7.5,1.38,12,3.71,3.4,7,3.77,1.83,13,5.38,2.26,8,7.33,1.5,12,7.42,1.44,12,6.71,1.38,7,4.7,2.54,10,2.8,1.93,10,5.67,2.35,9,7.27,1.49,11
+seasoning,6.38,1.4,21,2.55,1.71,22,6.04,2.14,27,6.7,1.42,10,6.09,1.38,11,2.43,1.81,7,2.6,1.72,15,5.71,2.42,17,6.6,1.51,10,6.55,1.63,11,6.2,1.14,10,2.6,2.19,5,2.53,1.62,17,5.57,2.38,14,6.54,1.81,13,6.15,1.52,13,6.75,1.16,8,2.0,1.7,10,3.0,1.65,12,6.29,2.09,14,5.77,2.24,13
+seat,5.22,1.44,18,3.0,1.95,20,6.05,1.81,22,5.67,0.58,3,5.13,1.55,15,3.88,1.96,8,2.42,1.78,12,5.91,1.3,11,6.18,2.27,11,5.1,0.99,10,5.38,1.92,8,3.5,1.85,8,2.67,2.02,12,6.08,2.1,13,6.0,1.41,9,5.12,1.46,8,5.3,1.49,10,2.9,1.73,10,3.1,2.23,10,6.0,2.08,14,6.12,1.36,8
+seatbelt,5.79,1.78,19,3.55,2.09,20,4.79,2.65,24,5.92,1.98,13,5.5,1.38,6,4.8,2.05,5,3.13,2.0,15,4.31,2.63,13,5.36,2.69,11,6.22,2.05,9,5.4,1.51,10,5.0,2.08,7,2.77,1.69,13,4.36,2.66,11,5.15,2.7,13,6.0,1.66,9,5.6,1.96,10,3.6,2.46,10,3.5,1.78,10,4.89,3.06,9,4.73,2.49,15
+seating,5.33,0.97,21,2.91,1.95,23,5.04,2.05,25,5.18,0.75,11,5.5,1.18,10,2.91,2.07,11,2.92,1.93,12,5.1,2.28,10,5.07,2.02,14,5.6,1.26,10,5.09,0.54,11,3.27,2.2,11,2.58,1.73,12,5.31,2.33,16,4.62,1.51,8,5.46,1.2,13,5.12,0.35,8,2.93,2.19,15,2.88,1.55,8,4.94,2.05,16,5.22,2.17,9
+seawater,5.95,1.93,20,3.0,2.05,22,4.48,2.5,27,6.43,2.07,7,5.69,1.89,13,4.1,2.18,10,2.08,1.44,12,4.73,2.25,15,4.18,2.99,11,5.27,1.68,11,6.78,1.99,9,3.67,2.4,9,2.54,1.71,13,4.82,3.0,17,3.89,1.27,9,5.69,1.93,13,6.43,1.99,7,3.06,2.17,16,2.83,1.83,6,4.58,2.57,12,4.4,2.53,15
+seaweed,4.52,2.2,21,3.9,2.2,20,5.14,1.93,21,4.83,1.94,6,4.4,2.35,15,3.88,2.53,8,3.92,2.07,12,5.09,2.12,11,5.2,1.81,10,4.0,2.53,6,4.73,2.12,15,4.0,2.54,10,3.8,1.93,10,5.36,2.21,14,4.71,1.25,7,4.29,2.14,7,4.64,2.31,14,3.93,2.53,14,3.83,1.33,6,4.92,1.78,12,5.44,2.19,9
+sec,4.74,1.91,19,2.95,1.79,22,4.52,1.9,23,4.36,1.91,11,4.71,1.25,7,3.12,1.96,8,2.86,1.75,14,3.71,1.38,7,4.88,2.03,16,5.0,2.39,8,4.55,1.57,11,2.44,1.51,9,3.31,1.93,13,4.27,1.56,11,4.75,2.22,12,4.67,2.02,12,4.86,1.86,7,2.55,2.16,11,3.36,1.29,11,4.62,2.14,13,4.4,1.65,10
+secluded,5.21,2.55,19,3.45,2.34,22,4.39,2.13,28,4.67,1.86,6,5.46,2.85,13,3.55,2.3,11,3.36,2.5,11,3.64,1.86,11,4.88,2.2,17,4.91,2.74,11,5.62,2.39,8,3.45,2.02,11,3.45,2.73,11,4.56,2.31,18,4.1,1.85,10,5.46,2.54,13,4.67,2.73,6,3.5,2.38,14,3.38,2.45,8,3.62,1.89,16,5.42,2.07,12
+seclusion,3.91,1.93,22,3.23,2.35,22,5.05,1.88,20,4.25,1.98,8,3.71,1.94,14,2.8,2.2,10,3.58,2.5,12,5.71,2.56,7,4.69,1.38,13,3.58,1.78,12,4.3,2.11,10,3.45,2.46,11,3.0,2.32,11,4.93,2.12,15,5.4,0.89,5,2.9,1.29,10,4.75,2.01,12,4.0,2.67,10,2.58,1.93,12,5.1,1.2,10,5.0,2.45,10
+second,5.23,1.57,22,3.48,1.91,21,5.35,2.06,17,5.67,1.37,6,5.07,1.71,15,3.29,1.89,7,3.57,1.99,14,5.11,2.03,9,5.62,2.2,8,5.21,1.97,14,5.29,0.49,7,3.11,2.03,9,3.75,1.86,12,6.22,1.92,9,4.38,1.85,8,5.29,1.33,14,5.12,2.03,8,3.5,2.43,6,3.47,1.77,15,6.11,2.03,9,4.5,1.85,8
+second cousin,6.11,1.45,19,4.04,2.18,23,4.16,1.71,19,5.56,0.88,9,6.6,1.71,10,3.86,2.27,7,4.2,2.27,15,4.6,1.07,10,3.67,2.18,9,6.11,1.45,9,6.1,1.52,10,5.0,2.21,10,3.33,2.02,12,4.12,1.13,8,4.1,2.18,10,6.17,1.47,12,6.0,1.53,7,3.85,2.18,20,5.33,2.08,3,4.38,1.06,8,4.0,2.1,11
+secondary,4.77,0.97,22,3.85,2.05,26,4.96,1.69,23,5.22,0.83,9,4.46,0.97,13,2.9,1.85,10,4.44,2.0,16,5.11,1.36,9,4.86,1.92,14,5.0,0.93,8,4.64,1.01,14,4.46,1.98,13,3.23,2.01,13,4.5,1.73,12,5.45,1.57,11,4.5,0.8,12,5.1,1.1,10,3.87,2.26,15,3.82,1.83,11,4.83,1.75,12,5.09,1.7,11
+secondhand,5.53,1.9,19,3.77,2.22,22,3.93,1.86,28,4.33,1.75,6,6.08,1.75,13,3.64,2.29,11,3.91,2.26,11,4.0,2.37,11,3.88,1.54,17,5.45,1.92,11,5.62,2.0,8,3.64,2.11,11,3.91,2.43,11,4.06,1.73,18,3.7,2.16,10,5.31,2.14,13,6.0,1.26,6,3.64,2.21,14,4.0,2.39,8,3.38,1.71,16,4.67,1.87,12
+secrecy,4.15,1.31,20,5.18,2.86,17,5.08,2.72,24,5.2,0.84,5,3.8,1.26,15,5.25,2.99,4,5.15,2.94,13,4.77,2.55,13,5.45,2.98,11,4.4,0.97,10,3.9,1.6,10,6.29,2.63,7,4.4,2.88,10,5.19,2.2,16,4.88,3.72,8,4.0,1.36,14,4.5,1.22,6,5.17,2.82,12,5.2,3.27,5,4.47,2.61,15,6.11,2.71,9
+secret,5.33,1.96,21,4.14,2.1,21,5.41,2.81,17,6.33,1.97,6,4.93,1.94,14,4.29,2.63,7,4.07,1.9,14,5.67,3.0,9,5.12,2.75,8,5.43,2.21,14,5.17,1.6,6,3.56,2.13,9,4.58,2.07,12,6.67,2.78,9,4.0,2.2,8,5.71,2.05,14,4.57,1.62,7,3.17,2.48,6,4.53,1.88,15,6.67,2.96,9,4.0,1.93,8
+secretary,5.18,1.84,22,3.8,2.17,20,6.68,2.26,19,4.92,2.02,13,5.56,1.59,9,4.71,2.29,7,3.31,2.02,13,6.57,2.37,7,6.75,2.3,12,5.42,2.02,12,4.9,1.66,10,4.33,2.12,9,3.36,2.2,11,6.4,2.63,10,7.0,1.87,9,5.33,2.02,12,5.0,1.7,10,4.14,1.21,7,3.62,2.57,13,7.29,2.56,7,6.33,2.1,12
+Secretary of State,4.29,1.62,21,3.52,2.06,21,5.85,2.38,27,4.3,1.34,10,4.27,1.9,11,3.29,1.7,7,3.64,2.27,14,6.24,2.46,17,5.2,2.2,10,4.27,1.74,11,4.3,1.57,10,3.5,3.32,4,3.53,1.81,17,5.93,2.5,14,5.77,2.35,13,4.69,1.38,13,3.62,1.85,8,3.89,2.62,9,3.25,1.6,12,6.21,2.42,14,5.46,2.37,13
+secretive,4.15,1.35,20,5.73,2.21,22,5.81,2.44,21,4.11,1.17,9,4.18,1.54,11,6.3,2.41,10,5.25,2.01,12,5.0,2.0,8,6.31,2.63,13,4.14,1.03,14,4.17,2.04,6,4.75,2.82,8,6.29,1.64,14,5.62,2.13,8,5.92,2.69,13,4.4,0.97,10,3.9,1.66,10,5.5,2.07,12,6.0,2.45,10,6.75,2.14,12,4.56,2.35,9
+sect,3.81,1.57,21,3.5,2.02,22,4.71,2.05,21,4.11,1.45,9,3.58,1.68,12,2.33,1.63,6,3.93,2.09,15,4.67,2.34,6,4.73,2.02,15,4.56,1.42,9,3.25,1.48,12,3.4,1.52,5,3.53,2.18,17,4.9,2.28,10,4.55,1.92,11,4.25,1.6,12,3.22,1.39,9,3.56,1.74,9,3.46,2.26,13,4.5,2.28,12,5.0,1.8,9
+section,5.05,1.05,22,3.75,1.68,20,6.0,2.45,19,5.08,1.32,13,5.0,0.5,9,4.43,1.4,7,3.38,1.76,13,6.14,2.67,7,5.92,2.43,12,4.92,1.08,12,5.2,1.03,10,3.78,1.56,9,3.73,1.85,11,7.0,1.94,10,4.89,2.57,9,4.92,1.0,12,5.2,1.14,10,4.29,1.25,7,3.46,1.85,13,6.43,2.23,7,5.75,2.63,12
+sector,4.67,0.73,21,4.0,1.58,25,5.18,2.04,22,5.0,0.53,8,4.46,0.78,13,4.15,1.72,13,3.83,1.47,12,5.85,2.08,13,4.22,1.64,9,4.75,0.71,8,4.67,0.78,12,4.79,0.97,14,3.0,1.67,11,5.42,2.11,12,4.9,2.02,10,4.5,0.71,10,4.82,0.75,11,3.76,1.86,17,4.5,0.53,8,5.1,2.56,10,5.25,1.6,12
+secular,4.81,1.69,21,3.52,2.04,23,5.09,1.9,22,4.91,1.51,11,4.7,1.95,10,4.0,2.1,11,3.08,1.98,12,4.38,1.51,8,5.69,1.97,13,4.5,2.17,10,5.09,1.14,11,4.27,2.28,11,2.83,1.59,12,5.36,1.78,14,4.86,2.19,7,5.0,1.96,13,4.5,1.2,8,3.8,2.31,15,3.0,1.41,8,5.07,1.86,14,5.12,2.1,8
+secure,7.08,1.86,39,3.6,2.5,20,7.0,2.18,20,7.62,1.26,13,6.72,2.05,25,4.67,2.66,6,3.0,2.42,13,7.6,1.26,10,6.4,2.76,10,7.36,1.78,14,6.83,1.9,24,3.14,2.73,7,3.75,2.53,12,7.25,1.67,8,6.83,2.52,12,6.63,2.17,19,7.5,1.43,20,4.0,2.86,11,3.11,2.03,9,7.67,1.5,9,6.45,2.54,11
+security,6.41,1.4,22,4.19,2.04,21,6.0,2.18,17,6.5,0.84,6,6.4,1.64,15,4.0,2.16,7,4.29,2.05,14,5.67,2.12,9,6.38,2.33,8,6.64,1.55,14,6.0,1.15,7,4.56,2.35,9,3.92,1.83,12,5.78,2.77,9,6.25,1.39,8,6.14,1.46,14,6.88,1.25,8,4.33,2.42,6,4.13,1.96,15,6.0,2.35,9,6.0,2.14,8
+sedan,5.05,1.78,19,3.39,2.25,18,6.0,1.48,22,4.8,1.1,5,5.14,1.99,14,3.17,2.4,6,3.5,2.28,12,5.5,1.72,10,6.42,1.16,12,5.3,1.34,10,4.78,2.22,9,3.5,2.51,10,3.25,2.05,8,6.36,1.69,11,5.64,1.21,11,4.75,1.82,12,5.57,1.72,7,3.11,2.52,9,3.67,2.06,9,6.27,1.74,11,5.73,1.19,11
+sedate,4.8,1.51,20,4.0,2.62,20,4.76,2.57,21,4.67,1.5,9,4.91,1.58,11,5.0,2.6,9,3.18,2.44,11,4.12,1.64,8,5.15,3.0,13,4.57,1.65,14,5.33,1.03,6,4.62,2.83,8,3.58,2.5,12,5.0,2.78,8,4.62,2.53,13,5.0,1.7,10,4.6,1.35,10,4.55,2.25,11,3.33,3.0,9,4.25,2.45,12,5.44,2.7,9
+sedation,4.38,1.6,21,3.48,2.09,21,4.12,2.62,25,4.42,1.73,12,4.33,1.5,9,4.14,2.67,7,3.14,1.75,14,5.0,2.36,10,3.53,2.7,15,4.75,0.5,4,4.29,1.76,17,3.4,2.5,10,3.55,1.75,11,3.86,2.73,7,4.22,2.65,18,4.33,1.67,12,4.44,1.59,9,3.85,1.63,13,2.88,2.7,8,4.0,3.08,9,4.19,2.43,16
+sedative,4.89,1.88,19,3.45,2.7,20,4.21,2.82,19,4.67,0.58,3,5.13,1.96,15,3.3,2.71,10,3.6,2.84,10,4.56,2.7,9,3.9,3.03,10,5.5,2.43,6,4.83,1.47,12,2.86,2.85,7,3.77,2.68,13,2.86,2.97,7,5.0,2.52,12,5.08,1.73,12,4.57,2.23,7,4.0,3.2,10,2.9,2.13,10,3.89,2.71,9,4.5,3.03,10
+sediment,5.11,1.37,18,2.91,2.51,22,4.43,1.62,28,5.0,1.1,6,5.17,1.53,12,2.64,1.96,11,3.18,3.03,11,4.27,2.0,11,4.53,1.37,17,5.0,1.0,11,5.29,1.89,7,3.0,2.37,11,2.82,2.75,11,4.67,1.71,18,4.0,1.41,10,5.23,1.48,13,4.8,1.1,5,3.14,2.8,14,2.5,2.0,8,4.19,1.87,16,4.75,1.22,12
+sedition,3.86,1.65,21,4.13,2.24,23,4.57,1.86,21,4.6,2.19,5,3.62,1.45,16,5.17,2.29,12,3.0,1.61,11,4.27,2.2,11,4.78,1.48,9,3.33,1.5,12,4.56,1.67,9,4.56,2.39,16,3.14,1.57,7,4.18,1.6,11,5.0,2.11,10,4.31,1.8,13,3.12,1.13,8,4.16,2.32,19,4.0,2.16,4,4.29,1.73,14,5.14,2.12,7
+seduce,6.74,1.82,19,6.23,2.58,22,6.18,2.86,22,6.78,1.72,9,6.7,2.0,10,6.5,2.73,8,6.07,2.59,14,5.45,3.24,11,6.91,2.34,11,6.14,2.54,7,7.08,1.24,12,6.3,2.41,10,6.17,2.82,12,5.69,3.28,13,6.89,2.09,9,6.0,1.83,10,7.56,1.51,9,5.12,3.27,8,6.86,1.96,14,7.57,1.79,14,3.75,2.82,8
+seducer,3.84,2.03,19,6.33,1.91,21,5.57,2.86,23,5.67,2.52,3,3.5,1.83,16,7.38,1.6,8,5.69,1.84,13,5.33,3.24,9,5.71,2.7,14,3.22,1.99,9,4.4,2.01,10,6.44,1.51,9,6.25,2.22,12,6.2,2.81,15,4.38,2.72,8,3.43,2.15,7,4.08,2.02,12,6.6,1.35,10,6.09,2.34,11,5.69,2.98,13,5.4,2.84,10
+seduction,6.86,2.08,22,7.16,1.98,19,4.9,2.88,21,7.8,1.79,5,6.62,2.19,16,8.25,0.89,8,6.36,2.2,11,5.3,3.06,10,4.55,2.81,11,6.75,1.86,12,7.0,2.4,10,7.5,1.51,10,6.78,2.44,9,4.83,2.37,12,5.0,3.61,9,7.73,1.79,11,6.0,2.05,11,6.12,2.3,8,7.91,1.38,11,6.78,2.64,9,3.5,2.24,12
+seductive,6.2,2.26,20,6.52,2.16,21,5.85,2.6,34,6.9,2.38,10,5.5,2.01,10,6.5,2.07,8,6.54,2.3,13,5.57,2.44,14,6.05,2.74,20,6.22,2.59,9,6.18,2.09,11,6.85,1.72,13,6.0,2.78,8,5.64,2.46,22,6.25,2.9,12,5.5,2.51,10,6.9,1.85,10,6.86,2.03,14,5.86,2.41,7,5.65,2.6,17,6.06,2.66,17
+see,6.27,1.61,22,3.9,2.28,21,6.0,2.29,17,5.67,1.51,6,6.47,1.68,15,3.29,2.29,7,4.21,2.29,14,5.78,2.95,9,6.25,1.39,8,6.07,1.64,14,6.57,1.72,7,4.0,2.35,9,3.83,2.33,12,5.56,2.83,9,6.5,1.51,8,6.29,1.82,14,6.25,1.28,8,4.5,2.88,6,3.67,2.06,15,5.44,2.83,9,6.62,1.41,8
+seed,6.38,1.99,21,3.68,2.87,19,5.19,2.16,36,6.62,2.77,8,6.23,1.42,13,3.8,2.59,5,3.64,3.05,14,4.55,2.21,11,5.48,2.12,25,6.77,2.42,13,5.75,0.71,8,3.55,2.7,11,3.88,3.27,8,5.2,2.26,20,5.19,2.1,16,6.0,2.41,11,6.8,1.4,10,4.64,3.32,11,2.38,1.41,8,4.86,2.17,22,5.71,2.13,14
+seeds,5.8,2.02,20,3.64,2.32,22,5.84,1.68,19,5.33,2.0,9,6.18,2.04,11,3.2,2.59,5,3.81,2.37,16,5.33,2.34,6,6.08,1.32,13,5.43,1.65,14,6.67,2.66,6,3.83,2.37,12,3.44,2.51,9,5.33,1.32,9,6.3,1.89,10,6.0,1.63,10,5.6,2.41,10,3.42,2.47,12,3.9,2.23,10,6.33,2.16,6,5.62,1.45,13
+seedy,3.86,1.98,21,4.05,2.85,22,4.7,2.18,27,4.0,2.45,10,3.73,1.56,11,4.43,3.21,7,3.87,2.77,15,5.06,2.49,17,4.1,1.45,10,4.64,2.34,11,3.0,1.05,10,2.4,3.13,5,4.53,2.67,17,4.86,2.6,14,4.54,1.71,13,4.38,2.29,13,3.0,0.93,8,2.9,2.88,10,5.0,2.56,12,4.79,2.64,14,4.62,1.66,13
+seek,6.25,1.37,20,3.9,2.59,20,6.16,1.7,25,6.25,1.5,4,6.25,1.39,16,1.67,0.58,3,4.29,2.62,17,6.44,1.51,9,6.0,1.83,16,6.12,1.25,8,6.33,1.5,12,2.89,2.26,9,4.73,2.65,11,6.07,1.77,14,6.27,1.68,11,6.55,1.13,11,5.89,1.62,9,4.5,2.55,10,3.3,2.63,10,6.0,1.91,18,6.57,0.98,7
+seeker,6.33,1.24,21,4.95,2.22,21,5.85,1.57,20,6.44,1.24,9,6.25,1.29,12,4.67,2.73,6,4.93,2.09,14,6.17,1.72,6,5.71,1.54,14,6.22,1.2,9,6.42,1.31,12,5.2,3.03,5,4.88,2.03,16,5.8,1.4,10,5.9,1.79,10,6.42,1.31,12,6.22,1.2,9,4.78,1.86,9,5.08,2.54,12,5.67,1.67,12,6.12,1.46,8
+seem,5.45,1.01,22,3.24,1.7,21,4.53,1.55,17,5.17,0.75,6,5.53,1.13,15,3.0,2.08,7,3.36,1.55,14,3.88,1.25,8,5.12,1.73,8,5.57,1.16,14,5.14,0.69,7,2.78,1.72,9,3.58,1.68,12,4.89,1.69,9,4.12,1.36,8,5.64,1.08,14,5.12,0.83,8,3.17,2.14,6,3.27,1.58,15,4.67,1.8,9,4.38,1.3,8
+seer,5.35,2.11,20,3.77,2.6,22,5.41,2.29,27,6.43,2.51,7,4.77,1.69,13,4.0,2.54,10,3.58,2.75,12,5.4,2.16,15,5.45,2.66,11,5.36,1.5,11,5.33,2.78,9,3.67,2.55,9,3.85,2.73,13,5.65,2.57,17,5.0,1.87,9,5.46,2.33,13,5.14,1.77,7,3.44,2.85,16,4.67,1.63,6,4.75,2.14,12,5.93,2.34,15
+seesaw,6.5,1.85,22,4.58,2.43,19,5.14,2.24,21,6.0,2.55,5,6.69,1.7,16,4.25,2.6,8,4.82,2.4,11,4.4,1.96,10,5.82,2.36,11,6.25,2.09,12,6.8,1.55,10,4.0,2.11,10,5.22,2.73,9,5.08,2.78,12,5.22,1.39,9,7.27,1.49,11,5.73,1.9,11,2.88,1.73,8,5.82,2.14,11,4.22,1.56,9,5.83,2.48,12
+segment,4.63,1.42,19,3.61,2.12,18,5.29,1.83,17,5.18,1.33,11,3.88,1.25,8,4.5,2.52,4,3.36,2.02,14,4.38,1.41,8,6.11,1.83,9,4.88,1.73,8,4.45,1.21,11,3.86,1.95,7,3.45,2.3,11,4.67,1.51,6,5.64,1.96,11,4.69,1.55,13,4.5,1.22,6,2.91,2.07,11,4.71,1.8,7,5.71,1.8,7,5.0,1.89,10
+segregation,3.05,1.93,19,4.09,2.24,22,3.59,1.97,22,2.91,1.81,11,3.57,2.15,7,3.62,1.92,8,4.36,2.44,14,2.86,0.38,7,3.93,2.31,15,3.0,2.2,8,3.09,1.81,11,3.44,2.7,9,4.54,1.85,13,3.55,2.3,11,3.64,1.69,11,2.83,2.04,12,3.43,1.81,7,3.36,2.11,11,4.82,2.23,11,3.42,1.98,12,3.8,2.04,10
+seismic,4.45,1.67,20,4.32,2.23,22,3.78,2.62,27,5.43,2.23,7,3.92,1.04,13,5.2,2.15,10,3.58,2.11,12,4.0,2.51,15,3.55,2.98,11,4.55,1.37,11,4.33,2.06,9,4.0,1.58,9,4.54,2.63,13,3.76,2.82,17,3.89,2.52,9,4.92,1.85,13,3.57,0.79,7,3.94,2.35,16,5.33,1.63,6,4.25,2.73,12,3.4,2.56,15
+seize,3.79,0.98,19,4.06,2.53,18,5.18,2.65,17,3.91,0.94,11,3.62,1.06,8,5.0,2.71,4,3.79,2.52,14,5.5,2.67,8,4.89,2.76,9,3.5,0.76,8,4.0,1.1,11,4.86,2.12,7,3.55,2.73,11,4.83,1.72,6,5.36,3.11,11,3.69,1.03,13,4.0,0.89,6,3.0,2.05,11,5.71,2.43,7,6.0,2.77,7,4.6,2.55,10
+seizure,3.05,1.51,19,4.67,2.33,18,3.59,2.27,17,3.82,1.4,11,2.0,0.93,8,5.25,2.87,4,4.5,2.24,14,3.0,1.93,8,4.11,2.52,9,3.62,1.6,8,2.64,1.36,11,5.0,2.24,7,4.45,2.46,11,4.17,1.94,6,3.27,2.45,11,3.08,1.5,13,3.0,1.67,6,3.82,2.4,11,6.0,1.53,7,2.43,1.81,7,4.4,2.27,10
+select,6.1,1.64,21,4.05,2.44,20,5.46,2.32,35,6.62,1.85,8,5.77,1.48,13,5.0,1.41,5,3.73,2.66,15,5.91,2.02,11,5.25,2.45,24,6.08,1.98,13,6.12,0.99,8,4.42,2.54,12,3.5,2.33,8,5.3,2.3,20,5.67,2.41,15,5.91,1.76,11,6.3,1.57,10,4.45,2.88,11,3.56,1.81,9,5.48,2.52,21,5.43,2.06,14
+selection,5.1,1.83,20,3.95,2.04,21,6.82,1.87,34,5.1,1.66,10,5.1,2.08,10,4.25,2.31,8,3.77,1.92,13,7.14,1.79,14,6.6,1.93,20,5.33,1.87,9,4.91,1.87,11,4.69,1.89,13,2.75,1.75,8,6.68,1.94,22,7.08,1.78,12,5.4,1.84,10,4.8,1.87,10,4.07,2.16,14,3.71,1.89,7,6.82,1.85,17,6.82,1.94,17
+selective,5.21,1.58,19,3.95,2.16,20,6.45,2.61,20,6.33,1.53,3,5.0,1.6,15,3.7,2.06,10,4.2,2.35,10,7.2,1.32,10,5.7,3.37,10,4.83,2.14,6,5.42,1.38,12,4.0,2.58,7,3.92,2.02,13,6.12,3.04,8,6.67,2.39,12,4.83,1.27,12,5.86,1.95,7,4.3,2.26,10,3.6,2.12,10,6.22,2.86,9,6.64,2.5,11
+selectman,4.84,1.5,19,2.8,1.77,20,4.55,2.35,20,3.67,0.58,3,5.06,1.53,16,3.0,1.26,6,2.71,1.98,14,6.17,1.17,6,3.86,2.41,14,4.9,0.32,10,4.78,2.22,9,2.0,1.83,7,3.23,1.64,13,5.0,2.67,10,4.1,2.02,10,4.88,1.81,8,4.82,1.33,11,2.44,1.88,9,3.09,1.7,11,4.62,3.07,8,4.5,1.88,12
+selenium,4.86,1.21,22,2.71,1.93,21,4.5,1.71,22,4.79,1.48,14,5.0,0.53,8,3.0,2.0,11,2.56,1.94,9,3.67,1.63,6,4.81,1.68,16,4.6,1.71,10,5.08,0.51,12,2.64,2.11,11,2.8,1.81,10,4.31,1.25,13,4.78,2.28,9,5.0,1.35,12,4.7,1.06,10,2.54,1.9,13,3.0,2.07,8,4.33,1.23,12,4.7,2.21,10
+self,6.86,1.64,22,4.78,2.97,23,7.74,1.73,19,6.62,2.0,8,6.85,1.41,13,4.25,2.92,8,5.14,3.16,14,8.14,1.86,7,7.73,1.56,11,7.0,1.77,8,6.62,1.56,13,4.11,2.93,9,5.21,3.02,14,7.14,1.95,7,8.08,1.56,12,6.91,1.81,11,6.82,1.54,11,4.33,2.96,9,5.07,3.05,14,7.62,1.82,16,8.33,1.15,3
+selfish,3.3,1.78,43,4.57,2.35,42,5.32,2.42,22,3.8,1.99,20,2.87,1.49,23,4.15,2.23,20,4.95,2.44,22,5.5,2.17,10,5.17,2.69,12,3.31,2.02,16,3.3,1.66,27,3.65,2.37,17,5.2,2.16,25,4.91,2.21,11,5.73,2.65,11,3.21,1.75,19,3.38,1.84,24,4.72,2.42,25,4.35,2.29,17,5.36,2.66,11,5.27,2.28,11
+selfishness,2.95,1.78,19,4.57,1.96,21,4.94,2.86,34,3.11,1.76,9,2.8,1.87,10,4.25,1.83,8,4.77,2.09,13,5.07,3.17,14,4.85,2.7,20,2.56,1.24,9,3.3,2.16,10,4.69,2.02,13,4.38,2.0,8,5.0,2.89,22,4.83,2.92,12,2.1,1.2,10,3.89,1.9,9,4.43,1.99,14,4.86,2.04,7,4.76,2.86,17,5.12,2.93,17
+selfless,7.11,1.49,19,4.52,2.52,23,6.63,2.01,19,6.89,1.36,9,7.3,1.64,10,5.14,3.02,7,4.33,2.38,15,6.1,2.47,10,7.22,1.2,9,7.78,1.39,9,6.5,1.35,10,5.3,3.06,10,4.0,2.0,12,5.38,2.2,8,7.4,1.26,10,6.75,1.66,12,7.71,0.95,7,4.35,2.58,20,5.67,2.08,3,6.12,2.75,8,7.0,1.26,11
+sell,5.33,2.39,21,4.19,2.2,21,5.88,1.96,17,4.83,2.48,6,5.53,2.42,15,4.14,2.48,7,4.21,2.15,14,5.56,1.67,9,6.25,2.31,8,4.79,2.52,14,6.43,1.81,7,3.56,2.46,9,4.67,1.97,12,6.22,2.22,9,5.5,1.69,8,5.23,2.45,13,5.5,2.45,8,4.33,3.2,6,4.13,1.81,15,6.67,2.35,9,5.0,0.93,8
+seller,4.82,0.96,22,4.09,2.27,23,4.68,2.19,19,4.88,0.35,8,4.54,0.78,13,4.25,2.43,8,3.86,2.28,14,3.71,1.98,7,5.09,2.21,11,4.25,0.89,8,4.92,0.28,13,4.0,2.6,9,4.14,2.14,14,3.29,1.25,7,5.5,2.24,12,4.64,0.67,11,5.0,1.18,11,2.78,2.05,9,4.93,2.06,14,4.94,2.17,16,3.33,2.08,3
+sellout,3.74,1.56,19,3.83,2.23,18,3.5,2.31,16,4.45,1.44,11,2.75,1.16,8,5.25,2.99,4,3.43,1.91,14,4.43,2.64,7,2.78,1.86,9,4.12,2.03,8,3.45,1.13,11,3.43,2.3,7,4.09,2.26,11,4.2,2.86,5,3.18,2.09,11,4.0,1.63,13,3.17,1.33,6,3.55,2.07,11,4.29,2.56,7,2.57,1.13,7,4.22,2.77,9
+seltzer,4.33,1.33,18,2.9,2.13,20,4.4,1.29,25,4.4,1.95,5,4.31,1.11,13,3.55,2.07,11,2.11,2.03,9,4.25,0.86,16,4.67,1.87,9,4.43,1.62,7,4.27,1.19,11,2.56,2.65,9,3.18,1.66,11,4.45,1.32,20,4.2,1.3,5,4.11,1.62,9,4.56,1.01,9,2.55,2.11,11,3.33,2.18,9,4.37,1.3,19,4.5,1.38,6
+semantics,5.0,1.81,20,4.21,2.55,24,5.11,2.5,28,4.88,1.46,8,5.08,2.07,12,5.0,3.08,9,3.73,2.15,15,4.29,2.55,14,5.93,2.23,14,5.11,2.09,9,4.91,1.64,11,4.08,2.64,12,4.33,2.57,12,4.36,2.95,14,5.86,1.75,14,4.9,2.18,10,5.1,1.45,10,4.67,2.53,12,3.75,2.6,12,4.92,2.68,12,5.25,2.44,16
+semblance,5.0,1.58,21,3.83,1.61,23,5.1,1.8,20,5.8,2.77,5,4.75,1.0,16,4.58,1.16,12,3.0,1.67,11,5.5,2.12,10,4.56,1.42,9,4.92,1.68,12,5.11,1.54,9,3.94,1.65,16,3.57,1.62,7,4.4,1.9,10,5.8,1.48,10,4.85,1.41,13,5.25,1.91,8,3.84,1.61,19,3.75,1.89,4,4.64,1.74,14,6.17,1.6,6
+semen,3.85,1.76,20,5.0,2.35,21,4.16,1.93,25,4.0,1.63,4,3.81,1.83,16,4.5,2.08,4,5.12,2.45,17,5.0,2.24,9,3.69,1.62,16,4.25,0.71,8,3.58,2.19,12,5.0,2.58,10,5.0,2.24,11,4.21,1.76,14,4.09,2.21,11,3.82,1.72,11,3.89,1.9,9,4.3,2.58,10,5.64,2.01,11,4.72,1.78,18,2.71,1.6,7
+semester,5.0,1.3,21,4.2,2.28,20,4.95,2.29,21,5.33,0.52,6,4.87,1.51,15,4.75,2.19,8,3.83,2.37,12,4.64,1.86,11,5.3,2.75,10,5.17,0.41,6,4.93,1.53,15,5.2,2.35,10,3.2,1.81,10,4.64,2.56,14,5.57,1.62,7,4.71,1.38,7,5.14,1.29,14,4.43,2.5,14,3.67,1.75,6,4.92,2.57,12,5.0,2.0,9
+semi,5.57,1.43,21,3.32,2.21,25,4.95,1.65,19,5.67,1.5,9,5.5,1.45,12,3.33,1.86,6,3.39,2.4,18,4.86,1.86,7,5.0,1.6,12,5.56,1.63,16,5.6,0.55,5,3.14,2.35,14,3.7,2.16,10,5.44,1.81,9,4.5,1.43,10,5.92,1.62,12,5.11,1.05,9,3.62,2.22,16,2.78,2.22,9,4.55,1.81,11,5.5,1.31,8
+semiautomatic,4.68,2.71,19,6.32,2.24,19,4.35,2.04,26,3.3,2.26,10,6.22,2.39,9,7.71,1.38,7,5.5,2.28,12,4.92,1.8,13,3.77,2.17,13,4.91,2.66,11,4.38,2.92,8,6.0,1.89,10,6.67,2.65,9,4.88,2.2,17,3.33,1.22,9,5.0,2.4,10,4.33,3.12,9,6.36,1.91,11,6.25,2.76,8,4.56,2.0,16,4.0,2.16,10
+seminar,5.2,1.54,20,3.74,2.16,23,4.82,2.31,28,5.12,0.99,8,5.25,1.86,12,3.89,2.32,9,3.64,2.13,14,3.93,1.98,14,5.71,2.33,14,4.89,1.76,9,5.45,1.37,11,3.92,1.98,12,3.55,2.42,11,4.93,2.56,14,4.71,2.13,14,5.1,1.85,10,5.3,1.25,10,3.73,2.2,11,3.75,2.22,12,4.92,1.88,12,4.75,2.65,16
+seminary,5.64,1.76,22,3.81,2.15,26,5.12,2.29,24,5.67,1.0,9,5.62,2.18,13,3.4,2.76,10,4.06,1.73,16,5.67,1.58,9,4.8,2.62,15,5.88,1.25,8,5.5,2.03,14,4.23,2.31,13,3.38,1.98,13,4.75,2.22,12,5.5,2.39,12,5.58,2.19,12,5.7,1.16,10,3.6,2.64,15,4.09,1.3,11,5.15,2.44,13,5.09,2.21,11
+senate,3.38,1.86,21,3.63,2.29,19,3.52,2.12,25,3.71,2.06,7,3.21,1.81,14,4.4,2.55,10,2.78,1.72,9,3.56,2.28,16,3.44,1.94,9,3.75,1.16,8,3.15,2.19,13,2.62,1.6,8,4.36,2.5,11,3.4,2.23,20,4.0,1.73,5,3.36,1.91,11,3.4,1.9,10,3.7,2.54,10,3.56,2.13,9,3.89,2.16,19,2.33,1.63,6
+senator,4.32,1.96,22,3.75,2.36,20,5.84,2.85,19,4.23,2.45,13,4.44,1.01,9,4.86,2.73,7,3.15,1.99,13,6.86,2.48,7,5.25,2.99,12,4.42,2.23,12,4.2,1.69,10,4.11,2.85,9,3.45,1.97,11,6.3,2.87,10,5.33,2.92,9,4.25,1.91,12,4.4,2.12,10,4.0,2.77,7,3.62,2.22,13,7.14,2.27,7,5.08,2.97,12
+Senator,4.47,1.54,19,3.9,2.19,21,4.35,2.81,34,4.5,1.84,10,4.44,1.24,9,5.12,2.47,8,3.15,1.68,13,4.71,3.38,14,4.1,2.38,20,4.44,2.01,9,4.5,1.08,10,4.0,2.24,13,3.75,2.25,8,4.64,3.14,22,3.83,2.08,12,4.7,1.77,10,4.22,1.3,9,4.14,2.41,14,3.43,1.72,7,4.35,2.94,17,4.35,2.76,17
+send,6.18,1.59,22,3.43,2.29,21,5.94,2.14,16,6.0,1.79,6,6.33,1.59,15,3.43,2.88,7,3.43,2.06,14,5.62,2.56,8,6.25,1.75,8,6.29,1.82,14,6.14,1.21,7,3.33,2.74,9,3.5,2.02,12,5.78,2.54,9,6.14,1.68,7,6.0,1.66,14,6.5,1.51,8,4.5,3.21,6,3.0,1.77,15,5.89,2.67,9,6.0,1.41,7
+sender,6.43,1.25,21,3.24,1.81,21,5.45,2.19,20,6.22,1.3,9,6.58,1.24,12,2.67,1.97,6,3.43,1.83,14,4.17,2.79,6,6.0,1.71,14,6.0,1.41,9,6.75,1.06,12,3.2,1.64,5,3.25,1.91,16,5.0,2.11,10,5.9,2.28,10,6.83,1.27,12,5.89,1.05,9,3.75,1.91,8,2.92,1.75,13,5.25,2.45,12,5.75,1.83,8
+senile,3.14,1.71,21,3.68,2.66,25,3.0,2.05,19,3.89,1.96,9,2.58,1.31,12,3.33,2.58,6,3.94,2.73,18,2.14,1.46,7,3.5,2.24,12,3.38,1.82,16,2.4,1.14,5,3.43,2.77,14,4.3,2.54,10,2.56,1.33,9,3.4,2.55,10,3.08,1.98,12,3.22,1.39,9,3.62,2.58,16,3.78,2.95,9,2.73,2.37,11,3.38,1.6,8
+senior,4.79,1.36,19,3.44,2.31,18,5.26,2.61,23,5.2,0.45,5,4.64,1.55,14,3.6,2.97,5,3.38,2.14,13,5.25,2.96,12,5.27,2.33,11,5.0,1.49,10,4.56,1.24,9,3.86,2.61,7,3.18,2.18,11,4.6,2.61,15,6.5,2.27,8,4.38,1.19,13,5.67,1.37,6,3.67,2.06,12,3.0,2.9,6,5.0,2.78,15,5.75,2.38,8
+seniority,5.0,1.95,23,3.55,2.02,22,6.2,2.31,20,5.88,1.73,8,4.53,1.96,15,3.6,2.22,10,3.5,1.93,12,6.43,2.57,7,6.08,2.25,13,4.83,2.29,12,5.18,1.6,11,3.27,1.56,11,3.82,2.44,11,6.27,2.31,15,6.0,2.55,5,4.36,2.16,11,5.58,1.62,12,4.0,1.83,10,3.17,2.17,12,6.0,1.83,10,6.4,2.8,10
+senor,5.24,1.61,21,4.25,2.23,24,6.48,2.25,21,5.75,1.39,8,4.92,1.71,13,4.31,2.21,13,4.18,2.36,11,6.42,1.83,12,6.56,2.83,9,5.88,1.64,8,5.0,1.48,12,5.43,1.83,14,2.6,1.65,10,7.09,1.51,11,5.8,2.78,10,5.4,1.78,10,5.09,1.51,11,3.76,2.28,17,5.43,1.72,7,6.33,2.69,9,6.58,1.98,12
+senorita,7.1,1.37,20,5.4,2.56,20,5.77,2.05,26,7.36,1.21,11,6.78,1.56,9,7.0,2.08,7,4.54,2.44,13,5.85,2.03,13,5.69,2.14,13,7.18,1.47,11,7.0,1.32,9,5.0,2.49,11,5.89,2.71,9,6.06,2.22,17,5.22,1.64,9,7.4,1.65,10,6.8,1.03,10,5.5,2.61,12,5.25,2.66,8,6.0,2.03,16,5.4,2.12,10
+sensation,6.14,1.9,21,4.96,2.44,25,5.89,2.08,19,5.56,2.35,9,6.58,1.44,12,5.5,2.51,6,4.83,2.53,18,5.14,2.12,7,6.33,2.02,12,5.81,2.04,16,7.2,0.84,5,4.79,2.72,14,5.3,2.21,10,7.11,1.36,9,4.8,2.04,10,6.25,2.3,12,6.0,1.32,9,5.06,2.38,16,4.78,2.68,9,5.82,2.36,11,6.0,1.77,8
+sensational,7.21,1.99,19,5.7,2.53,23,6.37,1.92,19,7.11,1.36,9,7.3,2.5,10,5.0,2.24,7,6.27,2.52,15,5.9,2.08,10,6.89,1.69,9,8.11,1.27,9,6.4,2.22,10,5.7,2.67,10,6.0,2.37,12,5.25,1.75,8,7.1,1.73,10,7.08,2.19,12,7.43,1.72,7,5.25,2.4,20,8.67,0.58,3,6.0,1.69,8,6.64,2.11,11
+sense,6.09,1.34,22,3.7,1.81,20,6.29,1.72,17,6.5,1.22,6,5.93,1.44,15,3.43,1.9,7,3.85,1.82,13,6.11,1.83,9,6.5,1.69,8,6.07,1.59,14,6.14,0.9,7,3.33,1.94,9,4.0,1.73,11,6.67,2.06,9,5.88,1.25,8,6.0,1.52,14,6.25,1.04,8,3.83,2.48,6,3.64,1.55,14,6.67,1.94,9,5.88,1.46,8
+senseless,3.32,1.6,19,3.96,2.66,24,3.36,1.93,28,4.12,0.83,8,2.73,1.79,11,4.22,2.68,9,3.8,2.73,15,2.71,1.49,14,4.0,2.15,14,3.44,1.59,9,3.2,1.69,10,4.0,3.05,12,3.92,2.35,12,2.79,1.72,14,3.93,2.02,14,3.3,1.77,10,3.33,1.5,9,3.5,2.2,12,4.42,3.09,12,3.33,1.61,12,3.38,2.19,16
+sensibility,6.2,1.44,20,3.45,2.39,20,6.45,1.53,22,6.29,1.25,7,6.15,1.57,13,4.22,2.95,9,2.82,1.72,11,7.0,1.67,6,6.25,1.48,16,6.4,1.65,10,6.11,1.27,9,3.12,1.73,8,3.67,2.81,12,6.33,1.72,15,6.71,1.11,7,6.45,1.75,11,5.89,0.93,9,3.25,2.42,12,3.75,2.49,8,6.64,1.75,11,6.27,1.35,11
+sensible,6.74,1.05,19,3.72,1.81,18,6.0,2.06,17,6.73,1.1,11,6.75,1.04,8,3.5,2.38,4,3.79,1.72,14,5.25,2.31,8,6.67,1.66,9,6.88,0.99,8,6.64,1.12,11,3.57,1.72,7,3.82,1.94,11,5.17,2.64,6,6.45,1.63,11,7.08,0.95,13,6.0,0.89,6,3.82,2.04,11,3.57,1.51,7,6.14,1.86,7,5.9,2.28,10
+sensitive,6.33,1.91,21,3.68,2.17,25,5.0,2.52,19,5.78,2.05,9,6.75,1.76,12,3.83,2.79,6,3.67,2.09,18,3.43,2.76,7,5.92,1.93,12,5.94,1.84,16,7.6,1.67,5,3.0,1.75,14,4.7,2.5,10,5.22,2.64,9,4.8,2.53,10,6.33,2.06,12,6.33,1.8,9,3.56,2.19,16,3.89,2.26,9,4.45,2.66,11,5.75,2.25,8
+sensitivity,5.5,1.77,22,5.3,2.4,23,5.42,2.17,19,5.38,1.06,8,5.31,1.93,13,5.88,2.53,8,5.14,2.38,14,5.43,1.99,7,5.36,2.46,11,5.25,2.12,8,5.38,1.33,13,5.11,2.47,9,5.43,2.44,14,4.43,1.4,7,6.0,2.37,12,6.0,1.41,11,5.0,2.0,11,5.0,1.8,9,5.5,2.77,14,5.31,2.15,16,6.0,2.65,3
+sensor,4.6,1.23,20,3.47,2.14,19,5.05,2.18,21,4.57,1.13,7,4.62,1.33,13,4.0,2.35,9,3.0,1.94,10,4.6,3.29,5,5.19,1.83,16,4.5,1.27,10,4.67,1.32,9,3.12,1.81,8,3.73,2.41,11,4.79,2.22,14,5.57,2.15,7,4.36,1.63,11,4.89,0.33,9,3.82,2.04,11,3.0,2.33,8,4.9,2.47,10,5.18,1.99,11
+sensory,6.15,1.31,20,4.52,2.2,21,5.96,2.13,25,5.33,0.58,3,6.29,1.36,17,4.29,2.36,7,4.69,2.29,13,4.88,2.7,8,6.47,1.66,17,6.0,1.15,7,6.23,1.42,13,4.86,2.12,7,4.38,2.4,13,6.0,2.45,14,5.91,1.76,11,5.78,1.09,9,6.45,1.44,11,5.27,1.95,11,3.7,2.26,10,6.17,2.07,18,5.43,2.37,7
+sensual,7.4,2.06,20,6.35,3.13,20,6.31,1.98,26,7.0,2.45,11,7.89,1.45,9,7.43,2.51,7,5.77,3.37,13,6.23,1.88,13,6.38,2.14,13,7.27,2.2,11,7.56,2.01,9,6.36,3.14,11,6.33,3.32,9,6.12,2.03,17,6.67,1.94,9,7.7,2.36,10,7.1,1.79,10,6.58,3.37,12,6.0,2.93,8,6.69,1.82,16,5.7,2.16,10
+sensuality,6.71,2.1,21,5.45,2.91,22,6.26,2.1,27,7.1,1.85,10,6.36,2.34,11,5.14,3.34,7,5.6,2.8,15,6.12,2.32,17,6.5,1.78,10,7.0,1.73,11,6.4,2.5,10,4.0,3.0,5,5.88,2.83,17,6.07,2.56,14,6.46,1.56,13,6.92,1.61,13,6.38,2.83,8,5.3,3.3,10,5.58,2.68,12,6.79,2.01,14,5.69,2.14,13
+sensuous,5.79,1.36,19,5.86,2.8,21,5.61,1.99,23,5.4,0.89,5,5.77,1.42,13,5.5,3.15,6,6.0,2.75,15,6.2,1.75,10,5.15,2.12,13,6.0,1.29,7,5.45,1.29,11,5.71,3.2,7,5.93,2.7,14,5.18,2.14,11,6.0,1.86,12,5.42,1.38,12,6.43,1.13,7,5.82,3.03,11,5.9,2.69,10,5.5,2.24,14,5.78,1.64,9
+sentence,5.13,2.01,23,3.09,1.74,22,6.53,2.29,19,5.5,1.6,8,4.93,2.22,15,3.2,1.48,10,3.0,2.0,12,7.71,1.5,7,5.83,2.44,12,5.08,2.5,12,5.18,1.4,11,3.09,1.81,11,3.09,1.76,11,6.0,2.27,15,8.5,1.0,4,4.0,1.95,11,6.17,1.47,12,3.7,1.64,10,2.58,1.73,12,5.89,1.69,9,7.1,2.69,10
+sentencing,3.61,1.46,18,4.57,2.34,21,3.53,2.17,19,3.67,1.15,3,3.6,1.55,15,5.17,2.56,6,4.33,2.29,15,4.83,0.75,6,2.92,2.36,13,4.1,1.2,10,3.0,1.6,8,4.86,2.67,7,4.43,2.24,14,4.44,2.35,9,2.7,1.7,10,3.62,1.41,8,3.6,1.58,10,4.44,2.65,9,4.67,2.19,12,3.86,3.02,7,3.33,1.61,12
+sentient,5.16,1.8,19,3.64,1.87,22,5.5,2.23,24,5.5,2.51,6,5.0,1.47,13,4.08,1.83,12,3.1,1.85,10,5.38,2.26,8,5.56,2.28,16,5.3,0.95,10,5.0,2.5,9,4.22,1.48,9,3.23,2.05,13,4.71,1.99,17,7.83,1.17,6,4.88,1.36,8,5.36,2.11,11,3.22,1.48,9,3.92,2.1,13,5.69,2.24,16,5.12,2.3,8
+sentiment,6.2,1.75,41,3.54,2.1,41,5.32,1.83,19,6.44,1.65,18,6.0,1.83,23,4.19,2.29,16,3.12,1.9,25,5.4,1.9,10,5.22,1.86,9,6.13,1.89,30,6.36,1.36,11,3.52,2.13,23,3.56,2.12,18,4.5,1.2,8,5.7,2.0,10,6.18,1.94,22,6.21,1.55,19,3.67,2.29,30,3.18,1.47,11,5.25,1.49,8,5.36,2.11,11
+sentimental,6.27,2.1,22,2.95,2.11,21,6.73,2.21,22,6.14,2.44,14,6.5,1.41,8,2.91,2.39,11,2.56,1.33,9,6.0,2.1,6,7.0,2.25,16,5.8,2.25,10,6.67,1.97,12,1.91,0.94,11,4.1,2.47,10,6.54,1.98,13,7.0,2.6,9,6.0,2.56,12,6.6,1.43,10,2.92,2.47,13,3.0,1.51,8,6.58,2.47,12,6.9,1.97,10
+sentimentality,6.0,1.91,19,3.55,1.77,22,5.71,2.1,24,4.5,2.26,6,6.69,1.32,13,3.5,1.88,12,3.6,1.71,10,5.62,1.41,8,5.75,2.41,16,6.2,1.4,10,5.78,2.44,9,4.0,2.0,9,3.23,1.59,13,5.18,2.04,17,7.33,1.63,6,6.25,1.67,8,5.82,2.14,11,3.44,2.07,9,3.62,1.61,13,5.88,2.03,16,5.38,2.33,8
+sentinel,4.38,1.94,21,3.45,1.99,22,4.44,2.5,18,4.11,1.9,9,4.58,2.02,12,4.0,2.14,11,2.91,1.76,11,4.3,2.75,10,4.62,2.33,8,4.0,1.83,7,4.54,2.11,13,3.73,2.15,11,3.18,1.89,11,3.43,2.76,7,5.09,2.21,11,4.15,2.08,13,4.75,1.75,8,3.8,2.25,10,3.17,1.8,12,3.0,1.87,9,5.89,2.26,9
+sentry,4.16,2.01,19,3.59,2.56,22,4.7,1.98,27,3.67,1.51,6,4.38,2.22,13,4.09,2.77,11,3.09,2.34,11,4.55,2.42,11,4.81,1.68,16,4.09,1.92,11,4.25,2.25,8,3.36,2.29,11,3.82,2.89,11,4.33,1.78,18,5.44,2.24,9,4.38,2.22,13,3.67,1.51,6,2.79,1.81,14,5.0,3.16,8,4.5,2.13,16,5.0,1.79,11
+separate,3.95,1.61,20,3.91,1.86,23,4.14,2.01,22,4.2,1.62,10,3.7,1.64,10,3.91,1.64,11,3.92,2.11,12,3.62,1.92,8,4.46,2.15,13,3.9,1.73,10,4.0,1.56,10,4.18,2.14,11,3.67,1.61,12,4.57,2.14,14,3.29,1.7,7,3.54,1.66,13,4.71,1.25,7,3.8,1.78,15,4.12,2.1,8,4.57,2.17,14,3.38,1.51,8
+separation,3.05,1.96,19,3.67,2.13,21,4.0,2.14,25,3.0,1.41,4,3.07,2.12,15,3.75,1.71,4,3.65,2.26,17,5.44,2.19,9,3.19,1.68,16,2.25,1.04,8,3.64,2.29,11,4.5,2.12,10,2.91,1.92,11,4.43,2.5,14,3.45,1.51,11,3.18,1.47,11,2.88,2.59,8,3.4,2.07,10,3.91,2.26,11,4.33,2.25,18,3.14,1.68,7
+septic,3.5,1.82,20,3.76,2.12,21,3.05,1.61,20,3.89,1.76,9,3.18,1.89,11,3.5,1.38,6,3.79,2.46,14,2.17,1.47,6,3.43,1.55,14,4.67,1.32,9,2.55,1.63,11,3.4,1.82,5,3.88,2.25,16,3.56,1.81,9,2.64,1.36,11,3.67,2.02,12,3.25,1.58,8,3.44,1.94,9,4.0,2.3,12,3.18,1.72,11,2.89,1.54,9
+sequel,5.76,1.34,21,3.35,2.46,23,4.9,2.17,20,6.12,1.36,8,5.54,1.33,13,3.67,1.03,6,3.24,2.82,17,5.55,1.92,11,4.11,2.32,9,6.08,1.38,12,5.33,1.22,9,3.8,2.3,10,3.0,2.61,13,5.31,2.21,13,4.14,2.04,7,5.64,1.34,14,6.0,1.41,7,3.67,2.32,15,2.75,2.76,8,4.83,2.41,12,5.0,1.93,8
+sequence,5.84,1.86,19,2.9,2.02,21,5.92,2.14,25,5.67,4.04,3,5.88,1.41,16,2.5,1.29,4,3.0,2.18,17,6.33,2.45,9,5.69,1.99,16,5.86,1.77,7,5.83,1.99,12,3.4,2.27,10,2.45,1.75,11,5.79,2.49,14,6.09,1.7,11,6.5,1.27,10,5.11,2.2,9,3.0,2.26,10,2.82,1.89,11,5.83,2.28,18,6.14,1.86,7
+serenade,6.43,1.89,21,3.32,2.32,22,6.58,1.96,26,5.7,1.64,10,7.09,1.92,11,1.86,1.46,7,4.0,2.36,15,6.56,2.16,16,6.6,1.71,10,6.45,1.92,11,6.4,1.96,10,3.0,2.74,5,3.41,2.27,17,6.36,2.06,14,6.83,1.9,12,6.46,1.98,13,6.38,1.85,8,4.0,2.87,10,2.75,1.66,12,6.86,1.51,14,6.25,2.42,12
+serendipity,6.95,1.87,19,3.23,2.25,22,5.22,2.49,23,7.27,2.1,11,6.14,1.21,7,3.38,1.69,8,3.14,2.57,14,4.71,3.25,7,5.44,2.16,16,6.62,2.45,8,7.18,1.4,11,3.44,2.96,9,3.08,1.71,13,4.64,2.54,11,5.75,2.42,12,6.75,2.22,12,7.29,1.11,7,3.18,2.04,11,3.27,2.53,11,4.69,2.66,13,5.9,2.18,10
+serene,6.9,1.48,20,4.67,2.72,18,6.5,2.02,22,6.2,1.79,5,7.13,1.36,15,4.33,3.08,6,4.83,2.66,12,6.0,1.49,10,6.92,2.35,12,7.0,1.41,10,6.8,1.62,10,3.9,2.51,10,5.62,2.83,8,6.18,2.44,11,6.82,1.54,11,6.67,1.44,12,7.25,1.58,8,6.0,2.4,9,3.33,2.45,9,6.27,2.45,11,6.73,1.56,11
+serenity,7.75,1.65,20,2.95,2.6,21,5.97,2.66,34,7.9,1.52,10,7.6,1.84,10,4.0,2.83,8,2.31,2.32,13,5.36,2.84,14,6.4,2.5,20,8.11,1.36,9,7.45,1.86,11,3.23,2.83,13,2.5,2.27,8,5.45,2.89,22,6.92,1.93,12,7.8,1.87,10,7.7,1.49,10,3.29,2.64,14,2.29,2.56,7,5.76,2.44,17,6.18,2.92,17
+sergeant,3.89,2.42,18,5.1,2.72,21,3.83,2.66,18,2.75,1.75,8,4.8,2.57,10,4.14,3.08,7,5.57,2.5,14,4.09,2.51,11,3.43,3.05,7,3.0,1.67,11,5.29,2.87,7,5.44,2.92,9,4.83,2.66,12,4.36,3.07,11,3.0,1.73,7,3.5,1.73,12,4.67,3.5,6,4.92,3.09,12,5.33,2.29,9,5.33,2.74,9,2.33,1.58,9
+serial,3.45,1.67,20,4.33,2.0,18,5.86,2.14,22,3.2,1.79,5,3.53,1.68,15,4.17,1.94,6,4.42,2.11,12,5.6,2.27,10,6.08,2.11,12,3.4,1.51,10,3.5,1.9,10,4.6,1.9,10,4.0,2.2,8,5.73,2.53,11,6.0,1.79,11,3.0,1.54,12,4.12,1.73,8,3.22,1.99,9,5.44,1.33,9,5.09,2.39,11,6.64,1.63,11
+serialize,4.25,1.21,20,3.95,1.83,21,5.15,2.58,33,4.7,0.82,10,3.8,1.4,10,4.38,2.2,8,3.69,1.6,13,5.46,2.47,13,4.95,2.68,20,4.11,1.36,9,4.36,1.12,11,4.0,1.68,13,3.88,2.17,8,5.1,2.68,21,5.25,2.49,12,3.9,1.45,10,4.6,0.84,10,3.93,1.98,14,4.0,1.63,7,4.5,2.28,16,5.76,2.75,17
+series,5.23,1.66,22,3.62,2.01,21,6.05,2.01,19,5.38,1.19,8,5.14,1.92,14,4.1,2.18,10,3.18,1.83,11,7.14,1.57,7,5.42,2.02,12,5.0,1.48,11,5.45,1.86,11,3.64,2.11,11,3.6,2.01,10,5.79,2.15,14,6.8,1.48,5,4.8,1.55,10,5.58,1.73,12,4.22,2.05,9,3.17,1.95,12,5.89,1.45,9,6.2,2.49,10
+serious,5.88,1.77,40,4.05,2.48,21,5.67,1.99,48,6.43,1.4,14,5.56,1.94,25,5.29,2.93,7,3.43,2.06,14,5.24,2.39,17,6.0,1.68,30,5.62,1.82,16,6.04,1.8,23,3.5,2.84,10,4.55,2.11,11,5.91,1.97,32,5.33,1.99,15,6.12,1.87,24,5.5,1.59,16,4.15,2.34,13,3.88,2.85,8,6.07,2.14,28,5.1,1.65,20
+seriousness,4.33,1.43,21,3.9,2.43,20,5.41,2.58,22,4.17,2.04,6,4.4,1.18,15,4.0,3.02,8,3.83,2.08,12,4.83,2.89,12,6.1,2.08,10,4.33,1.66,9,4.33,1.3,12,4.44,2.46,9,3.45,2.42,11,6.0,2.08,7,5.13,2.8,15,4.2,1.69,10,4.45,1.21,11,4.0,2.08,13,3.71,3.15,7,5.5,2.68,12,5.3,2.58,10
+sermon,4.86,2.55,22,3.1,2.49,20,5.32,2.51,22,5.0,2.69,14,4.62,2.45,8,3.36,2.8,11,3.0,2.2,8,4.33,2.58,6,5.69,2.47,16,4.2,2.49,10,5.42,2.57,12,2.4,1.78,10,3.8,2.97,10,4.62,2.57,13,6.33,2.18,9,4.75,2.96,12,5.0,2.11,10,2.83,2.86,12,3.5,1.93,8,5.17,2.41,12,5.5,2.76,10
+serpent,3.45,1.85,20,4.83,2.92,18,3.59,2.15,22,2.8,1.64,5,3.67,1.91,15,4.83,2.71,6,4.83,3.13,12,3.6,1.51,10,3.58,2.64,12,3.9,1.45,10,3.0,2.16,10,5.1,2.88,10,4.5,3.12,8,3.55,2.3,11,3.64,2.11,11,3.25,1.96,12,3.75,1.75,8,3.44,3.24,9,6.22,1.79,9,3.55,2.3,11,3.64,2.11,11
+serum,4.1,1.52,20,3.78,2.34,18,5.38,2.48,24,3.2,1.64,5,4.4,1.4,15,3.2,1.79,5,4.0,2.55,13,5.0,2.71,13,5.82,2.23,11,4.5,1.27,10,3.7,1.7,10,4.29,2.29,7,3.45,2.42,11,5.31,2.41,16,5.5,2.78,8,4.07,1.69,14,4.17,1.17,6,4.5,2.32,12,2.33,1.75,6,5.47,2.72,15,5.22,2.17,9
+servant,4.0,1.82,21,3.77,2.32,26,4.71,2.9,24,4.11,2.15,9,3.92,1.62,12,2.5,2.12,10,4.56,2.13,16,5.33,2.6,9,4.33,3.09,15,4.71,1.38,7,3.64,1.95,14,3.92,2.6,13,3.62,2.1,13,4.67,2.81,12,4.75,3.11,12,3.45,1.81,11,4.6,1.71,10,3.2,2.21,15,4.55,2.34,11,4.77,3.03,13,4.64,2.87,11
+serve,5.36,1.36,22,3.7,2.32,20,6.47,2.29,19,5.38,1.61,13,5.33,1.0,9,4.57,2.99,7,3.23,1.83,13,5.43,2.76,7,7.08,1.83,12,5.0,1.48,12,5.8,1.14,10,4.33,2.69,9,3.18,1.94,11,6.1,2.51,10,6.89,2.09,9,5.17,1.59,12,5.6,1.07,10,5.29,2.21,7,2.85,1.95,13,7.43,2.07,7,5.92,2.31,12
+server,5.35,1.73,20,3.71,2.07,24,5.14,2.05,28,5.5,0.76,8,5.25,2.18,12,4.0,2.55,9,3.53,1.81,15,4.71,1.68,14,5.57,2.34,14,4.44,1.59,9,6.09,1.51,11,3.83,1.8,12,3.58,2.39,12,4.79,2.33,14,5.5,1.74,14,4.9,1.66,10,5.8,1.75,10,4.17,2.17,12,3.25,1.96,12,5.17,1.95,12,5.12,2.19,16
+service,6.83,1.54,18,2.95,2.09,21,5.33,2.5,18,6.5,1.2,8,7.1,1.79,10,3.57,2.3,7,2.64,1.98,14,4.64,2.2,11,6.43,2.7,7,7.0,1.34,11,6.57,1.9,7,2.22,1.99,9,3.5,2.07,12,4.64,2.38,11,6.43,2.44,7,6.67,1.37,12,7.17,1.94,6,1.75,1.29,12,4.56,1.88,9,6.89,2.2,9,3.78,1.72,9
+servitude,3.0,1.56,20,4.5,2.87,18,2.46,2.15,24,2.8,0.84,5,3.07,1.75,15,4.2,3.35,5,4.62,2.81,13,2.92,2.06,13,1.91,2.21,11,2.8,1.55,10,3.2,1.62,10,5.14,3.29,7,4.09,2.66,11,2.94,2.41,16,1.5,1.07,8,3.21,1.63,14,2.5,1.38,6,5.25,2.93,12,3.0,2.28,6,2.53,2.29,15,2.33,2.0,9
+sesame,5.45,1.7,20,3.95,1.91,21,5.91,2.4,34,5.3,2.21,10,5.6,1.07,10,4.0,1.41,8,3.92,2.22,13,6.43,2.14,14,5.55,2.56,20,4.33,1.5,9,6.36,1.29,11,4.31,1.84,13,3.38,2.0,8,5.73,2.6,22,6.25,2.05,12,4.9,1.73,10,6.0,1.56,10,3.71,1.98,14,4.43,1.81,7,5.94,2.44,17,5.88,2.45,17
+session,5.1,1.41,21,3.38,1.96,21,5.21,2.43,24,5.42,1.38,12,4.67,1.41,9,4.0,2.31,7,3.07,1.77,14,5.44,2.46,9,5.07,2.49,15,5.0,0.0,4,5.12,1.58,17,3.6,2.27,10,3.18,1.72,11,5.67,3.01,6,5.06,2.29,18,4.83,1.64,12,5.44,1.01,9,3.77,2.05,13,2.75,1.75,8,4.22,2.44,9,5.8,2.31,15
+set,5.23,0.81,22,3.1,1.89,21,5.81,2.2,16,5.17,0.98,6,5.27,0.8,15,2.86,2.34,7,3.21,1.72,14,5.62,2.56,8,6.0,1.93,8,5.07,0.73,14,5.57,0.98,7,3.56,2.19,9,2.75,1.66,12,5.78,2.64,9,5.86,1.68,7,5.14,0.66,14,5.38,1.06,8,2.83,2.23,6,3.2,1.82,15,6.0,2.5,9,5.57,1.9,7
+setback,3.22,1.31,18,3.95,2.56,20,3.36,1.58,25,2.6,0.89,5,3.46,1.39,13,4.36,2.87,11,3.44,2.19,9,3.31,1.74,16,3.44,1.33,9,3.14,1.07,7,3.27,1.49,11,2.89,2.47,9,4.82,2.4,11,3.35,1.63,20,3.4,1.52,5,3.11,1.17,9,3.33,1.5,9,3.36,2.54,11,4.67,2.55,9,3.47,1.74,19,3.0,0.89,6
+settle,5.62,1.8,21,3.4,1.88,20,6.16,2.61,19,5.85,1.63,13,5.25,2.12,8,3.57,2.23,7,3.31,1.75,13,6.29,2.56,7,6.08,2.75,12,6.42,1.56,12,4.56,1.59,9,3.44,1.94,9,3.36,1.91,11,5.8,2.57,10,6.56,2.74,9,5.92,1.44,12,5.22,2.22,9,4.71,1.11,7,2.69,1.84,13,5.86,3.18,7,6.33,2.35,12
+settlement,5.67,2.03,18,3.36,2.7,22,4.93,1.96,28,4.67,0.82,6,6.17,2.29,12,4.09,2.98,11,2.64,2.29,11,4.82,2.52,11,5.0,1.58,17,6.09,1.92,11,5.0,2.16,7,2.36,2.16,11,4.36,2.91,11,4.72,1.81,18,5.3,2.26,10,5.62,1.61,13,5.8,3.11,5,3.43,3.01,14,3.25,2.25,8,4.69,2.21,16,5.25,1.6,12
+setup,4.35,1.9,23,4.65,2.52,23,4.72,2.22,18,5.14,1.86,7,4.0,1.86,16,5.5,2.24,12,3.73,2.57,11,4.33,2.35,9,4.62,1.69,8,3.5,1.57,12,5.27,1.85,11,4.44,2.45,16,5.14,2.79,7,4.0,1.76,10,5.62,2.5,8,4.27,1.83,15,4.5,2.14,8,4.84,2.59,19,3.75,2.22,4,4.33,1.67,12,5.5,3.08,6
+seven,4.9,1.3,21,3.8,2.06,25,5.64,1.81,22,5.0,1.07,8,4.85,1.46,13,4.38,2.18,13,3.17,1.8,12,6.08,1.8,13,5.0,1.73,9,5.0,0.0,8,5.08,1.51,12,4.29,1.2,14,3.18,2.75,11,6.25,1.76,12,4.9,1.66,10,4.4,1.26,10,5.36,1.21,11,3.35,2.23,17,4.75,1.28,8,5.5,2.17,10,5.75,1.54,12
+seventeen,5.9,1.77,20,3.38,2.09,21,4.56,2.63,25,6.75,2.06,4,5.69,1.7,16,2.5,1.29,4,3.59,2.21,17,5.44,3.24,9,4.06,2.17,16,5.75,1.83,8,6.0,1.81,12,3.4,1.78,10,3.36,2.42,11,4.71,2.79,14,4.36,2.54,11,6.45,1.37,11,5.22,2.05,9,3.6,2.32,10,3.18,1.94,11,5.06,2.67,18,3.29,2.21,7
+seventy,4.55,1.57,20,3.48,2.29,23,5.19,2.11,21,4.44,1.01,9,4.64,1.96,11,3.91,2.66,11,3.08,1.93,12,4.62,1.3,8,5.54,2.47,13,4.79,1.48,14,4.0,1.79,6,3.22,2.59,9,3.64,2.17,14,4.62,2.72,8,5.54,1.66,13,5.1,1.37,10,4.0,1.63,10,3.69,2.29,13,3.2,2.39,10,5.0,1.95,12,5.44,2.4,9
+sever,3.52,2.02,21,5.39,2.08,23,4.38,2.28,26,4.18,1.94,11,2.8,1.93,10,5.0,2.32,11,5.75,1.86,12,4.64,2.46,11,4.0,2.15,14,3.0,1.83,10,4.0,2.14,11,5.0,2.49,11,5.75,1.66,12,4.18,2.24,17,4.5,2.45,8,3.69,2.21,13,3.25,1.75,8,5.4,1.92,15,5.38,2.5,8,4.12,2.37,17,4.89,2.15,9
+severance,3.89,2.16,19,3.32,2.25,22,3.68,2.06,28,5.0,2.61,6,3.38,1.8,13,2.91,2.26,11,3.73,2.28,11,3.36,2.06,11,3.88,2.09,17,3.45,1.92,11,4.5,2.45,8,3.82,2.44,11,2.82,2.04,11,3.67,2.25,18,3.7,1.77,10,3.62,1.98,13,4.5,2.59,6,3.14,2.41,14,3.62,2.07,8,3.81,2.34,16,3.5,1.68,12
+severe,3.21,1.13,19,5.43,1.83,21,4.05,2.06,41,4.33,0.58,3,3.0,1.1,16,5.33,2.58,6,5.47,1.55,15,3.95,2.01,21,4.15,2.16,20,2.89,1.27,9,3.5,0.97,10,5.43,2.07,7,5.43,1.79,14,4.0,1.94,17,4.08,2.19,24,3.14,1.21,7,3.25,1.14,12,5.56,2.24,9,5.33,1.56,12,4.75,2.52,16,3.6,1.61,25
+severity,3.8,1.24,20,5.48,1.91,21,5.21,2.4,24,3.67,1.53,3,3.82,1.24,17,5.29,1.7,7,5.46,2.11,13,5.12,2.03,8,5.25,2.62,16,4.0,1.0,7,3.69,1.38,13,4.57,2.23,7,5.85,1.68,13,4.62,2.18,13,5.91,2.55,11,4.11,1.27,9,3.55,1.21,11,5.55,1.97,11,5.4,1.96,10,4.76,2.54,17,6.29,1.7,7
+sew,5.67,1.49,21,4.35,2.21,23,5.77,2.52,22,5.38,0.74,8,5.85,1.82,13,4.31,2.36,13,4.4,2.12,10,6.31,2.29,13,5.0,2.78,9,5.38,2.13,8,5.92,1.0,12,5.0,1.88,14,3.33,2.4,9,5.83,2.76,12,5.7,2.36,10,5.6,1.07,10,5.73,1.85,11,3.81,2.23,16,5.57,1.72,7,6.0,3.16,10,5.58,1.98,12
+sewage,2.33,1.56,21,4.09,2.37,22,3.89,2.17,27,3.0,1.83,10,1.73,1.01,11,3.43,2.3,7,4.4,2.41,15,3.88,2.45,17,3.9,1.73,10,2.45,1.69,11,2.2,1.48,10,4.2,2.77,5,4.06,2.33,17,4.07,2.43,14,3.69,1.93,13,2.31,1.6,13,2.38,1.6,8,3.3,2.36,10,4.75,2.26,12,3.86,2.57,14,3.92,1.75,13
+sewer,2.9,1.76,21,3.39,2.06,23,4.12,1.4,26,3.55,2.11,11,2.2,0.92,10,3.36,2.16,11,3.42,2.07,12,4.36,1.57,11,3.93,1.33,14,2.7,1.57,10,3.09,1.97,11,3.18,2.14,11,3.58,2.07,12,4.18,1.47,17,4.0,1.41,8,2.69,1.93,13,3.25,1.49,8,3.47,2.13,15,3.25,2.05,8,4.12,1.41,17,4.11,1.45,9
+sewing,5.05,1.88,20,3.45,2.24,22,6.26,2.26,19,4.22,2.17,9,5.73,1.35,11,2.6,1.95,5,3.81,2.34,16,6.33,2.66,6,6.23,2.17,13,5.14,1.56,14,4.83,2.64,6,4.08,2.64,12,2.78,1.48,9,5.33,1.8,9,7.1,2.38,10,4.9,1.73,10,5.2,2.1,10,3.58,2.5,12,3.3,2.0,10,6.0,2.68,6,6.38,2.14,13
+sex,6.73,2.07,22,7.6,2.01,915,6.17,2.55,40,6.8,1.3,5,6.71,2.28,17,7.83,1.96,342,7.46,2.04,566,6.0,2.53,21,6.37,2.63,19,6.73,2.49,11,6.73,1.68,11,7.53,2.1,415,7.65,1.95,496,6.59,2.35,17,5.87,2.7,23,7.3,1.49,10,6.25,2.42,12,7.56,2.13,504,7.64,1.87,411,5.6,2.87,15,6.52,2.33,25
+sexist,3.4,2.37,20,5.72,2.8,18,4.08,2.72,24,2.6,1.52,5,3.67,2.58,15,6.0,3.16,5,5.62,2.79,13,4.38,2.93,13,3.73,2.53,11,3.6,2.84,10,3.2,1.93,10,6.29,2.75,7,5.36,2.91,11,4.19,2.86,16,3.88,2.59,8,3.36,2.31,14,3.5,2.74,6,6.58,2.15,12,4.0,3.35,6,4.6,2.56,15,3.22,2.91,9
+sexual,6.64,2.15,22,6.95,2.63,20,7.0,1.83,19,6.54,2.54,13,6.78,1.56,9,7.57,2.51,7,6.62,2.72,13,7.43,1.51,7,6.75,2.01,12,6.75,2.53,12,6.5,1.72,10,6.67,2.55,9,7.18,2.79,11,7.0,1.7,10,7.0,2.06,9,6.92,2.19,12,6.3,2.16,10,7.57,2.15,7,6.62,2.87,13,7.29,1.98,7,6.83,1.8,12
+sexuality,5.95,1.27,19,7.14,1.96,21,6.74,2.32,23,6.33,1.53,3,5.88,1.26,16,6.71,2.69,7,7.31,1.6,13,6.75,1.83,8,6.73,2.6,15,6.14,1.35,7,5.83,1.27,12,7.0,1.73,7,7.15,2.19,13,6.86,1.99,14,6.56,2.88,9,5.62,1.3,8,6.18,1.25,11,7.73,1.42,11,6.5,2.32,10,6.59,2.58,17,7.17,1.47,6
+sexy,7.42,2.14,81,6.8,2.48,101,6.0,2.34,92,7.11,2.37,38,7.76,1.88,42,7.4,2.43,35,6.48,2.47,66,5.93,2.25,46,6.07,2.48,45,7.29,2.34,48,7.69,1.8,32,7.02,2.2,44,6.63,2.68,57,6.13,2.19,47,5.87,2.51,45,7.58,2.1,48,7.18,2.21,33,6.93,2.3,44,6.7,2.63,57,6.02,2.53,46,5.98,2.18,46
+shabby,4.11,2.11,19,4.05,2.7,22,3.71,1.86,28,4.83,0.75,6,3.77,2.45,13,3.55,2.62,11,4.55,2.81,11,4.0,2.41,11,3.53,1.46,17,3.82,2.09,11,4.5,2.2,8,3.91,2.7,11,4.18,2.82,11,3.94,1.86,18,3.3,1.89,10,4.31,2.29,13,3.67,1.75,6,4.21,2.86,14,3.75,2.55,8,3.81,2.14,16,3.58,1.51,12
+shack,3.89,1.63,19,3.33,1.98,21,4.35,2.23,20,3.67,1.15,3,3.94,1.73,16,3.5,1.87,6,3.27,2.09,15,5.83,2.14,6,3.71,2.02,14,4.2,0.92,10,3.56,2.19,9,2.86,1.68,7,3.57,2.14,14,4.5,2.01,10,4.2,2.53,10,3.75,1.16,8,4.0,1.95,11,3.44,2.35,9,3.25,1.76,12,4.0,2.78,8,4.58,1.88,12
+shade,5.91,1.7,23,2.91,1.93,22,6.25,2.07,20,5.88,1.96,8,5.93,1.62,15,2.9,1.91,10,2.92,2.02,12,7.14,1.68,7,5.77,2.17,13,5.92,2.19,12,5.91,1.04,11,3.45,2.42,11,2.36,1.12,11,6.07,2.25,15,6.8,1.48,5,5.36,1.91,11,6.42,1.38,12,3.0,1.83,10,2.83,2.08,12,5.9,1.79,10,6.6,2.37,10
+shadow,5.07,1.8,43,3.1,1.87,41,4.41,1.98,37,5.0,1.95,20,5.13,1.71,23,3.4,2.06,15,2.92,1.76,26,3.63,1.61,19,5.18,2.1,17,4.69,2.18,16,5.3,1.54,27,3.24,2.08,17,3.0,1.74,24,4.12,1.76,17,4.65,2.16,20,5.21,2.12,19,4.96,1.55,24,3.09,2.18,22,3.11,1.49,19,4.71,1.98,21,4.0,1.97,16
+shadowy,4.48,2.04,21,4.48,2.35,23,3.86,2.33,21,3.2,2.17,5,4.88,1.89,16,5.0,2.13,12,3.91,2.55,11,3.0,1.73,11,4.33,2.29,9,4.25,2.3,12,4.78,1.72,9,4.38,2.5,16,4.71,2.14,7,3.91,1.87,11,3.8,2.86,10,4.69,2.18,13,4.12,1.89,8,4.68,2.5,19,3.5,1.29,4,3.57,1.87,14,4.43,3.15,7
+shady,3.71,1.85,21,4.29,2.15,21,4.96,2.28,25,3.83,1.27,12,3.56,2.51,9,5.14,2.48,7,3.86,1.92,14,5.3,1.89,10,4.73,2.55,15,4.0,3.83,4,3.65,1.22,17,4.4,2.32,10,4.18,2.09,11,4.57,3.21,7,5.11,1.91,18,3.67,2.1,12,3.78,1.56,9,3.92,2.14,13,4.88,2.17,8,4.67,2.78,9,5.12,2.03,16
+shaft,4.86,2.26,21,4.65,2.39,20,5.32,2.44,22,4.83,2.71,6,4.87,2.17,15,5.25,2.19,8,4.25,2.53,12,5.58,2.97,12,5.0,1.7,10,5.44,3.09,9,4.42,1.38,12,4.67,1.8,9,4.64,2.87,11,6.0,2.24,7,5.0,2.54,15,5.6,2.84,10,4.18,1.4,11,4.46,2.22,13,5.0,2.83,7,5.25,2.73,12,5.4,2.17,10
+shag,5.38,2.11,21,4.95,2.68,20,4.86,2.44,22,6.0,2.1,6,5.13,2.13,15,5.75,2.82,8,4.42,2.57,12,5.33,2.64,12,4.3,2.16,10,5.89,2.52,9,5.0,1.76,12,4.89,1.96,9,5.0,3.26,11,4.71,2.56,7,4.93,2.46,15,5.7,2.21,10,5.09,2.07,11,4.62,2.1,13,5.57,3.64,7,5.08,2.75,12,4.6,2.12,10
+shake,4.59,1.82,22,5.2,2.71,20,6.37,2.11,19,4.92,1.98,13,4.11,1.54,9,5.29,2.63,7,5.15,2.85,13,6.29,2.56,7,6.42,1.93,12,4.42,2.11,12,4.8,1.48,10,4.67,2.87,9,5.64,2.62,11,6.5,2.46,10,6.22,1.79,9,4.0,1.65,12,5.3,1.83,10,4.86,1.77,7,5.38,3.15,13,7.29,1.89,7,5.83,2.12,12
+shakedown,4.05,1.93,20,5.55,2.67,22,4.7,2.61,27,4.86,2.48,7,3.62,1.5,13,5.1,2.42,10,5.92,2.91,12,4.4,2.5,15,5.18,2.93,11,3.91,1.81,11,4.22,2.17,9,5.33,2.65,9,5.69,2.78,13,5.24,2.73,17,3.78,2.39,9,4.46,2.03,13,3.29,1.6,7,4.94,2.79,16,7.17,1.47,6,4.75,2.77,12,4.67,2.58,15
+shaker,5.19,1.12,21,3.58,2.67,24,5.7,2.3,20,5.62,1.06,8,4.92,1.12,13,5.0,1.1,6,3.11,2.89,18,5.82,2.4,11,5.56,2.3,9,5.08,0.9,12,5.33,1.41,9,4.4,2.5,10,3.0,2.72,14,5.54,2.6,13,6.0,1.73,7,5.14,1.1,14,5.29,1.25,7,4.06,2.64,16,2.62,2.62,8,6.17,2.21,12,5.0,2.39,8
+shaky,3.16,1.17,19,4.33,2.2,21,3.8,2.14,20,3.33,0.58,3,3.12,1.26,16,3.83,2.48,6,4.53,2.13,15,5.17,1.72,6,3.21,2.08,14,3.4,1.07,10,2.89,1.27,9,4.43,2.76,7,4.29,1.98,14,4.3,2.45,10,3.3,1.77,10,3.25,1.04,8,3.09,1.3,11,4.56,2.79,9,4.17,1.75,12,4.12,2.85,8,3.58,1.62,12
+shall,5.86,1.42,22,3.52,1.94,21,5.89,2.14,18,6.0,2.0,6,5.8,1.26,15,2.71,1.8,7,3.93,1.94,14,6.11,2.62,9,5.62,1.77,8,5.93,1.64,14,5.71,1.11,7,3.33,2.06,9,3.67,1.92,12,5.8,2.74,10,6.0,1.2,8,5.79,1.48,14,6.0,1.41,8,3.0,2.1,6,3.73,1.91,15,5.8,2.49,10,6.0,1.77,8
+shallow,3.86,1.74,21,3.0,2.34,24,5.95,1.99,20,5.0,1.85,8,3.15,1.28,13,4.83,1.72,6,2.39,2.23,18,5.73,2.37,11,6.22,1.48,9,4.17,1.99,12,3.44,1.33,9,3.7,2.45,10,2.5,2.21,14,5.77,2.17,13,6.29,1.7,7,3.86,1.79,14,3.86,1.77,7,3.88,2.42,16,1.25,0.46,8,5.83,2.21,12,6.12,1.73,8
+shallows,5.37,1.61,19,2.52,1.89,21,5.22,1.58,27,5.33,2.07,6,5.38,1.45,13,2.4,1.58,10,2.64,2.2,11,5.0,2.11,10,5.35,1.22,17,5.45,1.57,11,5.25,1.75,8,1.91,1.14,11,3.2,2.35,10,5.0,1.53,18,5.67,1.66,9,5.62,1.89,13,4.83,0.41,6,2.57,2.1,14,2.43,1.51,7,5.0,1.69,15,5.5,1.45,12
+sham,3.45,1.73,20,3.14,2.15,21,3.33,1.86,24,2.25,1.26,4,3.75,1.73,16,4.5,2.89,4,2.82,1.91,17,3.88,1.81,8,3.06,1.88,16,3.62,1.06,8,3.33,2.1,12,3.1,2.28,10,3.18,2.14,11,3.57,1.79,14,3.0,2.0,10,3.0,1.18,11,4.0,2.18,9,3.1,1.79,10,3.18,2.52,11,3.47,1.59,17,3.0,2.52,7
+shaman,5.21,1.4,19,4.17,2.28,18,4.69,2.41,16,5.45,1.21,11,4.88,1.64,8,6.25,0.96,4,3.57,2.21,14,3.86,2.73,7,5.33,2.06,9,5.25,1.28,8,5.18,1.54,11,3.29,2.63,7,4.73,1.95,11,4.33,2.25,6,4.9,2.6,10,5.0,1.58,13,5.67,0.82,6,4.36,2.25,11,3.86,2.48,7,5.83,2.56,6,4.0,2.16,10
+shame,2.62,2.11,21,5.4,2.64,20,5.21,2.8,19,3.31,2.39,13,1.5,0.76,8,4.86,2.54,7,5.69,2.75,13,4.86,2.97,7,5.42,2.81,12,3.0,2.37,12,2.11,1.69,9,4.67,2.74,9,6.0,2.53,11,5.4,2.59,10,5.0,3.16,9,2.75,2.34,12,2.44,1.88,9,5.14,2.27,7,5.54,2.9,13,5.57,2.57,7,5.0,3.02,12
+shamed,2.51,1.68,43,4.23,2.29,43,3.42,1.71,48,2.91,1.7,11,2.29,1.64,31,3.47,2.17,15,4.64,2.28,28,3.47,1.5,17,3.27,1.74,30,2.38,1.53,21,2.64,1.84,22,3.89,1.71,18,4.48,2.63,25,3.66,1.45,32,2.67,1.88,15,2.48,1.4,21,2.55,1.95,22,4.04,2.24,24,4.47,2.39,19,3.61,1.69,28,3.15,1.76,20
+shameful,3.0,1.8,22,4.81,2.82,21,4.35,2.46,20,3.25,1.83,8,2.86,1.83,14,4.7,2.67,10,4.91,3.08,11,6.0,2.08,7,3.46,2.22,13,3.09,1.87,11,2.91,1.81,11,3.6,2.41,10,5.91,2.81,11,4.47,2.33,15,4.0,3.08,5,2.6,1.26,10,3.33,2.15,12,5.44,2.7,9,4.33,2.93,12,4.1,2.33,10,4.6,2.67,10
+shameless,3.89,2.47,19,4.17,2.27,23,4.58,2.32,19,3.11,1.62,9,4.6,2.95,10,4.57,1.9,7,4.0,2.54,15,4.3,2.16,10,4.89,2.57,9,4.44,3.36,9,3.4,1.26,10,5.1,2.33,10,3.42,2.11,12,4.12,1.89,8,5.1,2.69,10,4.25,2.86,12,3.29,1.6,7,3.85,2.21,20,6.33,1.53,3,3.38,1.19,8,5.45,2.58,11
+shampoo,5.75,1.33,20,3.18,2.06,22,6.32,1.7,19,5.56,1.51,9,5.91,1.22,11,2.0,1.41,5,3.69,2.09,16,6.17,1.83,6,6.38,1.71,13,6.14,1.17,14,4.83,1.33,6,3.83,2.25,12,2.56,1.59,9,5.67,1.32,9,6.9,1.85,10,5.6,1.43,10,5.9,1.29,10,3.58,2.39,12,2.7,1.57,10,7.0,1.67,6,6.0,1.68,13
+shank,3.4,1.5,20,4.9,2.21,21,4.09,2.52,34,3.2,1.48,10,3.6,1.58,10,4.38,1.69,8,5.23,2.49,13,4.64,2.41,14,3.7,2.58,20,3.0,1.73,9,3.73,1.27,11,4.92,1.66,13,4.88,3.04,8,4.18,2.63,22,3.92,2.39,12,3.1,1.85,10,3.7,1.06,10,4.29,2.3,14,6.14,1.46,7,4.59,2.4,17,3.59,2.6,17
+shanty,3.14,1.65,21,4.56,1.85,25,4.5,2.15,22,2.62,1.19,8,3.46,1.85,13,4.46,2.18,13,4.67,1.5,12,5.23,2.05,13,3.44,1.94,9,3.12,2.23,8,3.17,1.34,12,5.29,1.44,14,3.64,1.96,11,5.42,1.44,12,3.4,2.41,10,2.3,0.95,10,3.91,1.81,11,4.47,2.1,17,4.75,1.28,8,4.4,2.55,10,4.58,1.88,12
+shape,5.41,1.87,22,3.6,2.06,20,5.84,2.34,19,5.38,2.06,13,5.44,1.67,9,4.29,2.69,7,3.23,1.64,13,6.14,2.34,7,5.67,2.42,12,5.92,2.11,12,4.8,1.4,10,3.78,2.49,9,3.45,1.75,11,5.8,2.53,10,5.89,2.26,9,5.67,2.27,12,5.1,1.29,10,4.14,2.61,7,3.31,1.75,13,5.43,2.7,7,6.08,2.19,12
+shard,4.05,1.72,19,4.18,2.7,22,3.89,1.62,28,4.67,0.82,6,3.77,1.96,13,4.27,2.61,11,4.09,2.91,11,3.0,1.55,11,4.47,1.42,17,4.09,1.92,11,4.0,1.51,8,4.0,2.68,11,4.36,2.84,11,4.06,1.73,18,3.6,1.43,10,4.38,1.56,13,3.33,1.97,6,3.79,2.55,14,4.88,3.0,8,3.44,1.75,16,4.5,1.24,12
+share,6.22,2.46,18,3.2,2.21,20,6.44,2.33,18,4.25,2.05,8,7.8,1.4,10,3.14,2.04,7,3.23,2.39,13,6.0,2.65,11,7.14,1.68,7,5.09,2.43,11,8.0,1.15,7,2.44,2.01,9,3.82,2.27,11,7.18,2.27,11,5.29,2.06,7,5.67,2.53,12,7.33,2.07,6,2.67,1.97,12,4.0,2.45,8,6.44,2.35,9,6.44,2.46,9
+shareholder,4.48,1.99,21,2.96,2.14,23,4.94,2.51,18,4.33,2.18,9,4.58,1.93,12,3.09,2.21,11,2.83,2.17,12,5.8,2.49,10,3.88,2.23,8,3.43,1.62,7,5.08,2.06,13,3.18,2.36,11,2.75,2.01,12,5.57,2.7,7,4.55,2.42,11,4.23,1.92,13,4.88,2.17,8,3.45,2.5,11,2.5,1.73,12,4.67,2.4,9,5.22,2.73,9
+shark,4.02,1.8,42,5.27,2.65,45,4.87,2.58,23,3.62,1.98,13,4.21,1.72,29,5.5,2.88,16,5.14,2.61,28,5.89,2.42,9,4.21,2.55,14,4.25,1.73,16,3.88,1.86,26,5.67,3.01,18,5.0,2.4,27,5.67,2.64,15,3.38,1.77,8,3.91,1.78,23,4.16,1.86,19,4.25,2.79,20,6.08,2.27,25,5.0,3.11,13,4.7,1.83,10
+sharp,5.24,2.02,21,6.0,2.11,19,4.92,2.1,36,5.25,2.55,8,5.23,1.74,13,6.0,1.41,5,6.0,2.35,14,5.36,1.43,11,4.72,2.34,25,5.08,2.22,13,5.5,1.77,8,5.92,2.23,12,6.14,2.04,7,5.0,2.34,20,4.81,1.83,16,5.09,1.81,11,5.4,2.32,10,7.1,1.52,10,4.78,2.05,9,5.0,2.31,22,4.79,1.81,14
+sharpen,5.67,1.41,18,4.74,2.64,19,5.67,1.63,24,6.2,1.3,5,5.46,1.45,13,5.7,2.67,10,3.67,2.29,9,5.67,1.91,15,5.67,1.12,9,5.86,1.68,7,5.55,1.29,11,4.88,3.09,8,4.64,2.42,11,5.68,1.8,19,5.6,0.89,5,5.44,1.67,9,5.89,1.17,9,4.5,2.32,10,5.0,3.08,9,5.28,1.64,18,6.83,0.98,6
+sharpshooter,4.26,2.0,19,5.62,2.09,21,4.75,2.65,20,6.33,1.15,3,3.88,1.89,16,6.17,1.72,6,5.4,2.23,15,4.83,2.32,6,4.71,2.87,14,4.7,1.7,10,3.78,2.28,9,3.86,2.04,7,6.5,1.51,14,5.2,2.86,10,4.3,2.5,10,5.62,1.6,8,3.27,1.68,11,5.0,2.5,9,6.08,1.68,12,6.12,2.85,8,3.83,2.17,12
+shatter,3.44,1.5,18,5.29,2.47,21,4.57,2.68,23,3.0,2.0,3,3.53,1.46,15,5.75,2.25,8,5.0,2.65,13,5.44,3.0,9,4.0,2.39,14,2.25,0.71,8,4.4,1.26,10,6.11,1.62,9,4.67,2.87,12,5.27,2.76,15,3.25,2.05,8,3.5,1.05,6,3.42,1.73,12,6.4,1.58,10,4.27,2.76,11,4.0,2.86,13,5.3,2.36,10
+shattering,3.67,1.43,21,5.0,3.07,21,4.63,2.06,27,4.4,1.35,10,3.0,1.18,11,4.57,3.46,7,5.21,2.97,14,4.76,2.11,17,4.4,2.07,10,3.64,1.69,11,3.7,1.16,10,3.0,2.83,5,5.62,2.94,16,4.79,2.29,14,4.46,1.85,13,3.38,1.39,13,4.12,1.46,8,3.89,3.33,9,5.83,2.69,12,5.07,2.43,14,4.15,1.52,13
+shave,4.9,1.76,21,3.11,2.18,19,6.19,2.6,21,4.17,1.72,6,5.2,1.74,15,2.5,1.51,8,3.55,2.54,11,6.18,2.4,11,6.2,2.94,10,4.56,2.07,9,5.17,1.53,12,3.56,2.4,9,2.7,2.0,10,5.67,2.42,6,6.4,2.72,15,5.3,2.41,10,4.55,0.82,11,3.17,2.41,12,3.0,1.91,7,6.17,2.82,12,6.22,2.44,9
+shaver,5.39,1.2,18,4.22,2.19,23,5.44,2.33,18,5.0,0.71,9,5.78,1.48,9,5.0,2.0,7,3.87,2.33,15,5.9,2.85,10,4.88,1.46,8,5.56,1.67,9,5.22,0.44,9,5.3,2.41,10,3.33,1.72,12,4.62,2.39,8,5.78,2.05,9,5.82,1.33,11,4.71,0.49,7,4.35,2.18,20,3.33,2.52,3,5.5,2.67,8,5.4,2.17,10
+shawl,4.9,1.25,20,3.35,1.95,20,5.24,2.39,34,4.7,1.25,10,5.1,1.29,10,3.75,1.98,8,3.08,1.98,12,4.86,2.6,14,5.5,2.26,20,4.56,1.13,9,5.18,1.33,11,3.92,1.98,13,2.29,1.5,7,5.14,2.61,22,5.42,2.02,12,5.0,1.05,10,4.8,1.48,10,3.36,2.02,14,3.33,1.97,6,5.53,2.1,17,4.94,2.68,17
+shear,5.21,1.75,19,3.57,1.99,21,5.15,1.87,20,4.33,0.58,3,5.38,1.86,16,3.33,1.63,6,3.67,2.16,15,5.5,1.05,6,5.0,2.15,14,5.3,1.34,10,5.11,2.2,9,4.29,2.43,7,3.21,1.72,14,5.2,2.1,10,5.1,1.73,10,5.38,1.19,8,5.09,2.12,11,4.0,2.29,9,3.25,1.76,12,5.0,2.98,8,5.25,0.62,12
+sheath,4.85,1.23,20,4.05,1.96,22,5.95,2.07,19,4.44,0.88,9,5.18,1.4,11,3.2,2.49,5,4.44,1.75,16,5.83,2.48,6,6.0,1.96,13,5.07,0.92,14,4.33,1.75,6,3.42,1.83,12,5.11,1.76,9,5.0,1.32,9,6.8,2.3,10,4.6,0.7,10,5.1,1.6,10,3.42,2.07,12,4.8,1.62,10,5.67,2.5,6,6.08,1.93,13
+shed,5.37,1.86,19,3.64,2.19,22,5.59,2.02,22,5.11,0.93,9,5.6,2.46,10,4.0,2.67,8,3.43,1.95,14,5.91,2.17,11,5.27,1.9,11,5.29,0.49,7,5.42,2.35,12,4.6,2.32,10,2.83,1.8,12,5.62,1.85,13,5.56,2.35,9,5.8,1.99,10,4.89,1.69,9,4.12,3.09,8,3.36,1.55,14,5.36,2.27,14,6.0,1.51,8
+sheep,5.32,1.89,19,2.95,2.26,20,4.42,2.6,24,5.31,2.29,13,5.33,0.52,6,4.2,3.11,5,2.53,1.85,15,4.77,2.74,13,4.0,2.49,11,5.56,2.46,9,5.1,1.29,10,4.0,2.94,7,2.38,1.66,13,5.09,2.84,11,3.85,2.34,13,6.0,1.0,9,4.7,2.31,10,2.9,2.08,10,3.0,2.54,10,4.33,3.32,9,4.47,2.2,15
+sheepdog,6.4,1.98,20,3.91,2.27,22,5.37,2.39,19,6.33,2.12,9,6.45,1.97,11,3.0,2.12,5,4.25,2.35,16,5.17,2.99,6,5.46,2.18,13,6.36,1.91,14,6.5,2.35,6,3.75,1.76,12,4.22,2.99,9,4.11,2.09,9,6.5,2.12,10,5.9,1.37,10,6.9,2.42,10,2.83,1.4,12,5.2,2.49,10,5.67,2.42,6,5.23,2.45,13
+sheer,5.38,1.4,21,5.55,2.74,20,5.44,2.18,36,5.62,1.3,8,5.23,1.48,13,7.0,1.58,5,5.07,2.91,15,5.18,2.27,11,5.56,2.18,25,5.62,1.45,13,5.0,1.31,8,6.17,2.72,12,4.62,2.67,8,5.75,2.4,20,5.06,1.88,16,5.55,1.37,11,5.2,1.48,10,5.73,3.26,11,5.33,2.12,9,5.23,2.41,22,5.79,1.81,14
+sheet,5.57,1.08,21,2.64,1.62,22,5.0,2.0,27,5.4,0.7,10,5.73,1.35,11,2.0,1.53,7,2.93,1.62,15,4.82,2.4,17,5.3,1.06,10,5.64,1.12,11,5.5,1.08,10,2.0,1.0,5,2.82,1.74,17,4.86,2.38,14,5.15,1.57,13,5.46,1.05,13,5.75,1.16,8,2.1,1.37,10,3.08,1.73,12,5.36,2.24,14,4.62,1.71,13
+sheik,5.15,1.69,20,4.39,2.12,18,4.92,2.65,24,5.4,1.67,5,5.07,1.75,15,4.8,2.49,5,4.23,2.05,13,4.85,2.7,13,5.0,2.72,11,5.8,1.62,10,4.5,1.58,10,4.71,2.21,7,4.18,2.14,11,4.5,2.61,16,5.75,2.71,8,4.93,1.64,14,5.67,1.86,6,4.92,1.83,12,3.33,2.42,6,5.53,2.7,15,3.89,2.37,9
+shelf,5.62,1.07,21,3.09,1.69,22,6.0,1.75,22,5.67,1.12,9,5.58,1.08,12,2.83,2.04,6,3.07,1.58,15,5.17,1.94,6,6.31,1.62,16,5.78,1.09,9,5.5,1.09,12,3.4,1.67,5,3.0,1.73,17,6.0,1.67,11,6.0,1.9,11,5.83,1.19,12,5.33,0.87,9,3.44,1.94,9,2.85,1.52,13,6.17,1.7,12,5.8,1.87,10
+shell,6.05,1.69,21,3.23,2.02,22,5.62,1.63,21,6.0,1.32,9,6.08,1.98,12,2.33,1.75,6,3.4,2.03,15,5.33,2.25,6,5.73,1.39,15,5.56,1.88,9,6.42,1.51,12,4.4,1.95,5,2.88,1.96,17,5.8,1.55,10,5.45,1.75,11,6.17,2.12,12,5.89,0.93,9,3.33,2.0,9,3.15,2.12,13,5.92,1.88,12,5.22,1.2,9
+shellfish,5.0,2.34,20,2.9,2.15,20,5.09,2.16,22,4.83,2.48,6,5.07,2.37,14,2.88,1.96,8,2.92,2.35,12,5.42,2.31,12,4.7,2.0,10,5.5,2.2,8,4.67,2.46,12,2.78,1.79,9,3.0,2.49,11,4.71,2.5,7,5.27,2.05,15,5.67,2.65,9,4.45,2.02,11,3.0,2.42,13,2.71,1.7,7,4.67,2.46,12,5.6,1.71,10
+shelter,6.5,1.61,20,3.25,2.19,24,6.11,1.91,28,5.88,1.36,8,6.92,1.68,12,3.89,2.15,9,2.87,2.2,15,6.43,1.83,14,5.79,2.01,14,6.89,1.36,9,6.18,1.78,11,3.33,2.35,12,3.17,2.12,12,5.64,2.17,14,6.57,1.55,14,6.6,1.65,10,6.4,1.65,10,3.25,2.42,12,3.25,2.05,12,6.33,1.72,12,5.94,2.08,16
+sheltered,5.39,1.94,44,3.14,2.01,42,4.1,2.61,21,5.83,1.86,18,5.08,1.98,26,3.63,2.09,19,2.74,1.89,23,4.67,2.35,9,3.67,2.81,12,5.24,2.19,21,5.59,1.74,22,2.69,1.82,16,3.42,2.1,26,4.18,2.56,11,4.0,2.79,10,5.16,2.13,25,5.68,1.67,19,3.08,2.04,24,3.22,2.02,18,4.18,2.56,11,4.0,2.79,10
+shepherd,5.75,1.29,20,3.05,2.09,21,5.72,2.05,25,4.67,1.53,3,5.94,1.2,17,2.29,1.6,7,3.38,2.33,13,5.75,1.58,8,5.71,2.28,17,5.57,1.4,7,5.85,1.28,13,2.71,2.21,7,3.15,2.15,13,5.57,2.06,14,5.91,2.12,11,5.78,1.72,9,5.73,0.9,11,3.09,2.02,11,3.0,2.26,10,5.56,2.28,18,6.14,1.35,7
+sherbet,6.36,1.89,22,4.65,2.64,23,6.37,1.61,19,5.25,2.12,8,7.31,0.95,13,4.62,2.26,8,4.64,3.0,14,5.71,1.11,7,6.73,1.85,11,5.88,2.47,8,6.92,1.12,13,5.0,2.96,9,4.43,2.5,14,6.29,1.6,7,6.42,1.68,12,6.36,2.29,11,6.36,1.5,11,4.89,3.66,9,4.5,1.87,14,6.12,1.41,16,7.67,2.31,3
+sheriff,4.44,1.89,18,4.3,2.62,20,3.67,2.28,18,3.62,1.85,8,5.1,1.73,10,3.86,2.73,7,4.54,2.63,13,3.18,1.66,11,4.43,2.99,7,3.73,1.62,11,5.57,1.81,7,4.33,3.43,9,4.27,1.9,11,3.73,2.57,11,3.57,1.9,7,4.08,1.68,12,5.17,2.23,6,4.08,2.64,12,4.62,2.72,8,4.11,2.47,9,3.22,2.11,9
+sherry,5.95,1.75,19,3.65,2.37,20,5.25,1.92,24,5.92,2.02,13,6.0,1.1,6,4.8,3.11,5,3.27,2.05,15,5.0,1.87,13,5.55,2.02,11,5.44,2.13,9,6.4,1.26,10,3.71,2.93,7,3.62,2.14,13,5.27,1.42,11,5.23,2.31,13,6.22,1.56,9,5.7,1.95,10,3.3,2.26,10,4.0,2.54,10,4.33,2.35,9,5.8,1.42,15
+shield,5.91,1.41,22,3.65,2.51,26,6.41,2.24,22,6.33,1.58,9,5.62,1.26,13,2.4,1.96,10,4.44,2.56,16,6.0,2.06,9,6.69,2.39,13,6.62,1.77,8,5.5,1.02,14,4.69,2.75,13,2.62,1.8,13,5.7,2.5,10,7.0,1.91,12,5.75,1.36,12,6.1,1.52,10,3.73,2.66,15,3.55,2.42,11,6.23,2.35,13,6.67,2.18,9
+shift,4.95,1.13,19,3.82,2.24,17,5.38,2.06,16,5.36,1.03,11,4.38,1.06,8,4.75,2.5,4,3.54,2.18,13,5.38,1.77,8,5.38,2.45,8,5.25,1.04,8,4.73,1.19,11,4.29,1.98,7,3.5,2.46,10,4.4,1.52,5,5.82,2.18,11,4.85,1.21,13,5.17,0.98,6,2.9,2.28,10,5.14,1.46,7,5.29,2.63,7,5.44,1.67,9
+shifty,3.37,2.48,19,4.78,1.88,23,4.72,1.67,18,3.33,1.94,9,3.4,2.99,10,4.86,1.07,7,4.73,2.25,15,4.9,1.73,10,4.5,1.69,8,3.22,2.95,9,3.5,2.12,10,5.1,2.33,10,4.5,1.57,12,4.12,0.64,8,5.11,2.2,9,3.92,2.84,12,2.43,1.4,7,4.9,1.97,20,4.0,1.0,3,4.12,0.83,8,5.2,2.04,10
+shilling,5.36,1.62,22,3.76,2.19,21,5.32,1.84,22,5.86,1.66,14,4.5,1.2,8,4.18,2.68,11,3.22,1.56,9,5.0,2.1,6,5.44,1.79,16,4.9,1.45,10,5.75,1.71,12,3.64,2.46,11,3.9,1.97,10,5.0,1.58,13,5.78,2.17,9,5.25,1.54,12,5.5,1.78,10,3.92,2.4,13,3.5,1.93,8,4.42,1.38,12,6.4,1.78,10
+shimmer,6.95,1.36,22,5.37,2.48,19,5.52,2.02,21,6.6,1.14,5,7.06,1.48,16,4.88,2.59,8,5.73,2.45,11,5.3,1.64,10,5.73,2.37,11,6.67,1.5,12,7.3,1.16,10,4.7,2.5,10,6.11,2.37,9,5.5,2.15,12,5.56,1.94,9,7.27,1.49,11,6.64,1.21,11,3.5,1.77,8,6.73,2.0,11,5.33,1.73,9,5.67,2.27,12
+shimmering,6.81,1.25,21,4.33,2.39,21,5.35,1.73,20,6.22,1.09,9,7.25,1.22,12,3.0,2.1,6,4.93,2.43,14,4.2,1.48,5,5.73,1.67,15,7.0,1.32,9,6.67,1.23,12,3.8,2.49,5,4.5,2.42,16,5.56,1.24,9,5.18,2.09,11,7.42,1.08,12,6.0,1.0,9,5.25,1.83,8,3.77,2.59,13,5.36,1.8,11,5.33,1.73,9
+shimmy,6.52,1.72,21,5.2,2.65,20,5.97,1.92,35,6.88,1.89,8,6.31,1.65,13,7.0,1.22,5,4.6,2.75,15,5.91,1.64,11,6.0,2.06,24,7.08,1.66,13,5.62,1.51,8,5.92,2.57,12,4.12,2.53,8,6.0,1.86,19,5.94,2.05,16,6.45,1.75,11,6.6,1.78,10,5.36,2.8,11,5.0,2.6,9,5.48,2.06,21,6.71,1.44,14
+shin,5.09,1.15,22,3.68,2.38,25,5.88,2.29,24,4.89,0.78,9,5.23,1.36,13,3.33,2.24,9,3.88,2.5,16,6.44,2.55,9,5.53,2.13,15,5.25,0.89,8,5.0,1.3,14,4.23,2.71,13,3.08,1.88,12,5.67,2.61,12,6.08,2.02,12,5.33,1.37,12,4.8,0.79,10,3.21,2.42,14,4.27,2.28,11,6.77,2.05,13,4.82,2.18,11
+shindig,6.9,1.51,21,5.8,2.28,20,6.19,2.14,36,6.38,1.85,8,7.23,1.24,13,5.6,2.61,5,5.87,2.26,15,6.36,1.8,11,6.12,2.3,25,6.85,1.68,13,7.0,1.31,8,5.58,2.43,12,6.12,2.17,8,5.8,2.4,20,6.69,1.7,16,6.36,1.5,11,7.5,1.35,10,6.91,1.81,11,4.44,2.13,9,6.09,2.43,22,6.36,1.65,14
+shine,7.27,1.39,22,5.19,2.4,26,5.96,2.14,24,7.11,1.54,9,7.38,1.33,13,4.7,2.75,10,5.5,2.19,16,5.78,2.22,9,6.07,2.15,15,7.38,1.3,8,7.21,1.48,14,5.77,2.55,13,4.62,2.18,13,5.25,2.42,12,6.67,1.61,12,7.25,1.54,12,7.3,1.25,10,5.2,2.46,15,5.18,2.44,11,5.69,2.39,13,6.27,1.85,11
+shiner,4.84,2.06,19,4.0,1.92,20,4.88,1.75,24,4.92,2.43,13,4.67,1.03,6,3.6,2.3,5,4.13,1.85,15,4.62,1.5,13,5.18,2.04,11,5.89,2.32,9,3.9,1.29,10,3.57,1.99,7,4.23,1.92,13,5.0,2.1,11,4.77,1.48,13,4.56,1.88,9,5.1,2.28,10,4.1,1.97,10,3.9,1.97,10,5.0,1.73,9,4.8,1.82,15
+shingle,4.45,2.09,20,3.71,2.28,21,4.52,2.29,33,5.1,1.6,10,3.8,2.39,10,4.0,2.67,8,3.54,2.11,13,4.64,2.73,14,4.42,1.98,19,4.33,2.18,9,4.55,2.11,11,4.08,2.43,13,3.12,2.03,8,4.55,2.65,22,4.45,1.44,11,4.4,2.07,10,4.5,2.22,10,3.93,2.46,14,3.29,1.98,7,4.75,2.35,16,4.29,2.28,17
+shining,5.84,1.57,19,3.89,2.32,18,5.88,2.06,17,6.0,1.18,11,5.62,2.07,8,4.5,3.11,4,3.71,2.16,14,4.75,1.91,8,6.89,1.69,9,6.0,1.41,8,5.73,1.74,11,5.14,2.27,7,3.09,2.07,11,4.83,2.56,6,6.45,1.57,11,5.77,1.83,13,6.0,0.89,6,3.0,2.45,11,5.29,1.25,7,6.14,1.77,7,5.7,2.31,10
+shiny,6.68,1.89,19,4.45,2.14,20,6.17,2.26,24,7.08,1.66,13,5.83,2.23,6,6.2,1.92,5,3.87,1.92,15,6.15,2.41,13,6.18,2.18,11,6.44,2.65,9,6.9,0.88,10,5.14,2.27,7,4.08,2.06,13,6.45,2.07,11,5.92,2.47,13,6.78,2.05,9,6.6,1.84,10,4.8,2.04,10,4.1,2.28,10,6.0,2.5,9,6.27,2.19,15
+ship,6.14,1.68,21,3.94,2.29,18,5.84,2.25,25,6.22,1.48,9,6.08,1.88,12,4.67,2.5,6,3.58,2.19,12,4.8,2.57,10,6.53,1.77,15,6.29,2.29,7,6.15,1.41,13,4.6,2.41,10,3.12,1.96,8,4.71,2.75,7,6.28,1.93,18,6.38,2.02,13,5.75,0.89,8,3.0,2.18,9,4.89,2.09,9,5.22,2.49,9,6.19,2.1,16
+shipment,5.26,1.41,19,3.91,1.86,23,6.05,1.47,21,5.5,1.51,8,5.09,1.38,11,4.36,1.91,11,3.5,1.78,12,5.38,0.92,8,6.46,1.61,13,4.92,0.95,13,6.0,2.0,6,4.22,2.22,9,3.71,1.64,14,6.25,1.67,8,5.92,1.38,13,4.9,1.1,10,5.67,1.66,9,3.92,1.98,13,3.9,1.79,10,6.5,1.51,12,5.44,1.24,9
+shipping,5.6,1.23,20,4.41,2.42,22,6.08,2.15,24,6.29,1.7,7,5.23,0.73,13,4.2,2.1,10,4.58,2.75,12,6.2,2.24,15,5.88,2.23,8,5.64,1.21,11,5.56,1.33,9,3.78,1.64,9,4.85,2.82,13,6.21,2.26,14,5.89,2.2,9,6.0,1.35,13,4.86,0.38,7,4.38,2.83,16,4.5,0.84,6,5.18,2.48,11,6.85,1.52,13
+shipshape,5.2,1.36,20,4.29,2.27,24,5.57,2.28,28,5.25,0.71,8,5.17,1.7,12,4.11,2.37,9,4.4,2.29,15,4.64,2.02,14,6.5,2.21,14,4.67,1.32,9,5.64,1.29,11,4.17,2.66,12,4.42,1.93,12,5.21,2.26,14,5.93,2.34,14,4.7,1.25,10,5.7,1.34,10,4.83,2.21,12,3.75,2.3,12,5.67,2.46,12,5.5,2.22,16
+shipwreck,3.84,1.42,19,6.85,1.69,20,3.48,1.86,23,3.8,0.84,5,3.77,1.64,13,6.67,1.37,6,6.93,1.86,14,4.2,1.93,10,2.92,1.66,13,3.43,0.98,7,4.0,1.67,11,6.43,1.72,7,7.08,1.71,13,3.18,1.83,11,3.75,1.91,12,3.92,1.08,12,3.71,1.98,7,6.64,2.06,11,7.11,1.17,9,3.79,1.89,14,3.0,1.8,9
+shipyard,5.05,1.23,20,3.52,2.19,23,4.65,1.29,26,5.4,1.51,10,4.7,0.82,10,3.64,2.38,11,3.42,2.11,12,4.73,1.68,11,4.64,1.01,14,4.4,0.84,10,5.7,1.25,10,4.09,2.59,11,3.0,1.71,12,4.76,1.48,17,4.5,0.93,8,5.08,1.55,13,5.0,0.0,7,3.67,2.19,15,3.25,2.31,8,4.47,1.28,17,5.0,1.32,9
+shire,5.78,1.56,18,3.3,1.75,20,5.76,1.54,25,7.0,1.58,5,5.31,1.32,13,3.18,1.4,11,3.44,2.19,9,5.75,1.61,16,5.78,1.48,9,5.29,1.5,7,6.09,1.58,11,3.33,1.87,9,3.27,1.74,11,5.85,1.57,20,5.4,1.52,5,5.44,1.42,9,6.11,1.69,9,3.27,1.95,11,3.33,1.58,9,5.58,1.54,19,6.33,1.51,6
+shirt,5.56,1.85,18,2.3,1.59,20,5.67,1.37,18,4.38,1.06,8,6.5,1.84,10,1.86,1.46,7,2.54,1.66,13,5.55,0.93,11,5.86,1.95,7,5.0,1.67,11,6.43,1.9,7,1.67,1.12,9,2.82,1.78,11,6.09,1.38,11,5.0,1.15,7,5.0,1.04,12,6.67,2.66,6,2.5,1.78,12,2.0,1.31,8,5.78,1.3,9,5.56,1.51,9
+shit,3.91,2.27,22,5.67,2.69,21,4.59,2.27,17,3.83,1.47,6,4.13,2.5,15,6.14,3.08,7,5.43,2.56,14,5.22,1.99,9,3.88,2.47,8,4.93,2.06,14,2.29,1.38,7,5.56,2.55,9,5.75,2.9,12,4.89,2.37,9,4.25,2.25,8,4.14,2.41,14,3.5,2.07,8,6.0,2.68,6,5.53,2.77,15,4.44,2.51,9,4.75,2.12,8
+shitfaced,4.65,3.08,20,6.05,2.72,22,3.23,2.34,26,6.86,2.67,7,3.46,2.67,13,5.5,2.42,10,6.5,2.97,12,2.93,2.19,15,3.5,2.68,10,4.73,2.9,11,4.56,3.47,9,6.67,2.24,9,5.62,3.01,13,3.56,2.58,16,2.44,1.81,9,4.62,2.87,13,4.71,3.68,7,6.0,2.73,16,6.17,2.93,6,3.18,2.14,11,3.27,2.55,15
+shithead,2.37,2.14,19,6.0,2.25,20,3.96,2.2,24,2.77,2.49,13,1.5,0.55,6,4.4,2.3,5,6.53,2.03,15,4.23,2.09,13,3.64,2.38,11,3.0,2.92,9,1.8,0.92,10,5.29,2.87,7,6.38,1.85,13,4.45,2.25,11,3.54,2.15,13,2.44,2.55,9,2.3,1.83,10,4.8,2.39,10,7.2,1.32,10,4.44,2.6,9,3.67,1.95,15
+shitload,4.76,2.39,21,6.19,2.5,21,5.09,2.72,22,4.85,2.58,13,4.62,2.2,8,6.27,2.94,11,6.11,2.2,9,6.33,3.08,6,4.62,2.53,16,4.33,2.55,9,5.08,2.31,12,5.82,2.64,11,6.6,2.41,10,5.38,2.53,13,4.67,3.08,9,3.42,1.88,12,6.56,1.74,9,5.62,2.81,13,7.12,1.64,8,4.5,2.54,12,5.8,2.9,10
+shitty,2.3,1.56,20,5.45,2.26,22,4.1,2.26,21,2.67,1.8,9,2.0,1.34,11,4.6,2.55,10,6.17,1.8,12,4.12,1.89,8,4.08,2.53,13,2.07,1.21,14,2.83,2.23,6,5.0,2.73,8,5.71,2.02,14,4.75,2.66,8,3.69,1.97,13,2.3,1.25,10,2.3,1.89,10,5.5,1.93,12,5.4,2.72,10,4.17,2.62,12,4.0,1.8,9
+shiver,3.61,2.12,18,4.65,2.54,20,3.04,1.55,24,3.2,1.48,5,3.77,2.35,13,5.09,2.91,11,4.11,2.03,9,3.19,1.38,16,2.75,1.91,8,3.57,1.51,7,3.64,2.5,11,3.11,2.47,9,5.91,1.87,11,2.8,1.54,20,4.25,0.96,4,3.44,1.67,9,3.78,2.59,9,3.82,2.75,11,5.67,1.94,9,3.39,1.5,18,2.0,1.26,6
+shock,3.9,2.05,21,5.95,2.86,20,5.79,2.94,19,4.62,2.14,13,2.75,1.28,8,6.43,2.23,7,5.69,3.2,13,6.57,2.23,7,5.33,3.28,12,4.58,2.27,12,3.0,1.32,9,6.11,2.93,9,5.82,2.93,11,6.7,2.67,10,4.78,3.03,9,4.5,2.28,12,3.11,1.45,9,6.14,2.27,7,5.85,3.21,13,7.29,2.75,7,4.92,2.78,12
+shocker,4.35,2.03,20,4.62,2.67,21,3.92,2.02,25,4.0,2.94,4,4.44,1.86,16,5.5,2.89,4,4.41,2.67,17,5.11,2.62,9,3.25,1.24,16,4.38,2.26,8,4.33,1.97,12,5.1,2.69,10,4.18,2.71,11,3.71,2.05,14,4.18,2.04,11,4.73,1.9,11,3.89,2.2,9,3.8,2.66,10,5.36,2.58,11,4.28,2.14,18,3.0,1.41,7
+shocking,4.63,2.36,19,5.3,2.68,20,4.12,1.92,24,5.15,2.67,13,3.5,0.84,6,6.4,1.95,5,4.93,2.84,15,4.31,1.44,13,3.91,2.43,11,5.78,2.68,9,3.6,1.51,10,6.71,1.89,7,4.54,2.79,13,4.73,2.1,11,3.62,1.66,13,4.11,2.15,9,5.1,2.56,10,5.4,2.72,10,5.2,2.78,10,5.11,1.9,9,3.53,1.73,15
+shoddy,4.14,1.88,21,4.8,2.28,20,4.83,2.24,36,4.5,2.07,8,3.92,1.8,13,5.2,2.49,5,4.67,2.29,15,4.64,2.16,11,4.92,2.31,25,4.46,1.85,13,3.62,1.92,8,4.92,2.35,12,4.62,2.33,8,4.85,2.41,20,4.81,2.07,16,4.36,1.57,11,3.9,2.23,10,5.82,2.14,11,3.56,1.88,9,4.77,2.29,22,4.93,2.23,14
+shoe,5.78,1.73,18,2.4,1.67,20,5.44,1.54,18,4.75,1.39,8,6.6,1.58,10,2.14,1.57,7,2.54,1.76,13,5.09,1.51,11,6.0,1.53,7,5.18,1.54,11,6.71,1.7,7,2.0,1.32,9,2.73,1.9,11,5.55,1.92,11,5.29,0.76,7,5.17,1.27,12,7.0,2.0,6,2.42,1.68,12,2.38,1.77,8,5.67,2.06,9,5.22,0.83,9
+shoelace,5.71,1.38,21,3.13,2.24,23,5.38,1.39,26,5.55,1.29,11,5.9,1.52,10,3.36,2.58,11,2.92,1.98,12,5.09,1.64,11,5.57,1.22,14,6.0,1.63,10,5.45,1.13,11,3.73,2.72,11,2.58,1.62,12,5.35,1.62,17,5.38,0.92,8,6.08,1.66,13,5.12,0.35,8,2.47,2.0,15,4.38,2.26,8,5.53,1.7,17,5.11,0.33,9
+shoemaker,5.86,1.98,21,2.7,2.12,23,5.83,2.04,18,6.33,2.35,9,5.5,1.68,12,3.45,2.46,11,2.0,1.54,12,6.2,2.04,10,5.38,2.07,8,5.71,2.29,7,5.85,1.95,13,2.64,1.8,11,2.75,2.45,12,6.43,2.37,7,5.45,1.81,11,6.08,2.1,13,5.5,1.85,8,2.64,2.46,11,2.75,1.86,12,5.89,1.9,9,5.78,2.28,9
+shoes,5.88,1.92,24,3.57,2.87,23,6.39,2.43,18,5.55,2.07,11,6.15,1.82,13,2.64,2.46,11,4.42,3.06,12,6.0,2.71,10,6.88,2.1,8,5.0,2.39,8,6.27,1.58,15,3.82,3.16,11,3.33,2.71,12,5.71,3.25,7,6.82,1.78,11,5.73,2.28,15,6.11,1.17,9,4.18,3.09,11,3.0,2.66,12,5.56,2.6,9,7.22,2.05,9
+shoeshine,5.68,2.06,19,2.9,1.8,20,5.75,2.53,20,5.67,1.15,3,5.93,2.05,15,2.8,1.99,10,3.0,1.7,10,6.6,1.65,10,4.9,3.03,10,5.5,2.43,6,6.08,1.68,12,2.14,1.46,7,3.31,1.89,13,4.12,1.81,8,6.83,2.41,12,5.67,1.92,12,5.71,2.43,7,3.0,1.89,10,2.8,1.81,10,5.22,2.77,9,6.18,2.36,11
+shoot,3.5,2.37,22,6.0,2.47,21,4.67,2.54,18,3.67,2.34,6,3.53,2.5,15,5.71,2.87,7,6.14,2.35,14,5.0,3.16,9,4.12,1.89,8,3.71,2.46,14,3.29,2.43,7,5.67,2.74,9,6.25,2.34,12,5.2,2.74,10,4.0,2.27,8,3.79,2.26,14,3.0,2.62,8,6.83,2.04,6,5.67,2.61,15,5.1,2.88,10,4.12,2.1,8
+shooter,3.7,2.0,20,6.48,2.06,21,4.8,2.89,20,4.0,1.66,9,3.45,2.3,11,6.7,2.26,10,6.27,1.95,11,4.43,2.64,7,5.0,3.11,13,3.93,1.86,14,3.17,2.4,6,6.57,2.88,7,6.43,1.65,14,5.5,2.88,8,4.33,2.93,12,3.9,2.23,10,3.5,1.84,10,5.92,2.39,12,7.22,1.3,9,4.73,2.76,11,4.89,3.22,9
+shootout,3.32,1.83,19,6.09,2.58,22,4.27,2.69,22,4.0,2.35,9,2.7,0.95,10,5.5,2.73,8,6.43,2.53,14,4.0,2.68,11,4.55,2.81,11,5.29,0.95,7,2.17,1.03,12,5.1,2.42,10,6.92,2.5,12,4.54,2.79,13,3.89,2.67,9,3.1,1.45,10,3.56,2.24,9,6.75,2.71,8,5.71,2.52,14,4.14,2.8,14,4.5,2.67,8
+shop,5.89,2.4,18,4.76,2.62,21,5.72,2.22,18,4.62,1.85,8,6.9,2.38,10,3.86,3.08,7,5.21,2.36,14,5.27,2.0,11,6.43,2.51,7,4.82,2.14,11,7.57,1.81,7,5.56,3.4,9,4.17,1.8,12,6.82,1.78,11,4.0,1.73,7,5.33,2.39,12,7.0,2.19,6,4.67,2.93,12,4.89,2.32,9,5.44,2.55,9,6.0,1.94,9
+shopkeeper,5.35,1.76,20,3.57,2.09,21,6.0,1.76,19,5.44,2.24,9,5.27,1.35,11,2.5,1.91,4,3.94,2.11,16,6.5,2.07,6,5.77,1.64,13,5.64,1.78,14,4.67,1.63,6,4.08,2.35,12,3.0,1.6,8,4.78,0.67,9,7.1,1.73,10,5.5,1.96,10,5.2,1.62,10,3.58,2.47,12,3.56,1.59,9,6.67,1.63,6,5.69,1.8,13
+shoplifter,2.26,1.41,19,5.59,2.5,22,4.86,2.32,22,2.78,1.86,9,1.8,0.63,10,5.0,2.39,8,5.93,2.59,14,4.45,2.3,11,5.27,2.37,11,3.43,1.62,7,1.58,0.67,12,5.2,2.04,10,5.92,2.87,12,5.54,2.57,13,3.89,1.54,9,2.3,1.16,10,2.22,1.72,9,5.38,2.88,8,5.71,2.37,14,5.0,2.39,14,4.62,2.33,8
+shoplifting,2.95,1.72,21,4.32,2.88,22,4.76,2.54,25,3.7,1.89,10,2.27,1.27,11,3.71,2.75,7,4.6,3.0,15,4.73,2.6,15,4.8,2.57,10,3.0,1.67,11,2.9,1.85,10,3.2,3.19,5,4.65,2.8,17,5.31,2.63,13,4.17,2.41,12,2.85,1.82,13,3.12,1.64,8,3.5,3.21,10,5.0,2.52,12,5.92,2.36,13,3.5,2.15,12
+shopper,5.29,1.49,17,3.94,2.53,18,6.06,2.05,17,4.9,1.66,10,5.86,1.07,7,3.75,1.89,4,4.0,2.75,14,6.12,2.23,8,6.0,2.0,9,4.43,1.72,7,5.9,0.99,10,3.0,1.63,7,4.55,2.88,11,6.33,1.97,6,5.91,2.17,11,5.08,1.68,12,5.8,0.84,5,4.0,3.03,11,3.86,1.68,7,6.0,2.45,7,6.1,1.85,10
+shoreline,6.29,1.59,21,4.42,2.43,19,5.81,2.77,21,6.0,1.79,6,6.4,1.55,15,4.62,1.85,8,4.27,2.87,11,6.45,2.66,11,5.1,2.85,10,5.83,1.94,6,6.47,1.46,15,4.5,2.12,10,4.33,2.87,9,5.36,3.03,14,6.71,2.06,7,6.29,1.98,7,6.29,1.44,14,4.62,2.6,13,4.0,2.19,6,5.92,2.71,12,5.67,3.0,9
+short,5.67,1.41,18,2.62,2.01,21,4.39,2.3,18,5.62,1.6,8,5.7,1.34,10,2.71,2.06,7,2.57,2.06,14,3.82,1.89,11,5.29,2.75,7,5.64,1.43,11,5.71,1.5,7,1.67,1.0,9,3.33,2.31,12,4.55,2.21,11,4.14,2.61,7,5.42,1.16,12,6.17,1.83,6,2.08,1.62,12,3.33,2.35,9,4.56,3.0,9,4.22,1.48,9
+short story,5.42,1.46,19,3.86,2.48,21,5.25,2.07,20,4.67,0.58,3,5.56,1.55,16,3.5,2.51,6,4.0,2.54,15,5.67,1.51,6,5.07,2.3,14,5.3,1.42,10,5.56,1.59,9,4.0,2.31,7,3.79,2.64,14,5.2,2.2,10,5.3,2.06,10,4.88,0.64,8,5.82,1.78,11,4.78,2.54,9,3.17,2.29,12,4.88,2.59,8,5.5,1.73,12
+shortage,3.63,1.57,19,3.72,2.02,18,3.35,2.09,17,3.82,1.54,11,3.38,1.69,8,4.0,2.16,4,3.64,2.06,14,2.62,1.69,8,4.0,2.29,9,3.62,1.6,8,3.64,1.63,11,3.71,1.8,7,3.73,2.24,11,4.17,2.4,6,2.91,1.87,11,3.62,1.71,13,3.67,1.37,6,3.09,2.07,11,4.71,1.6,7,2.57,1.51,7,3.9,2.33,10
+shortcake,6.89,1.45,19,4.14,2.54,21,5.5,2.12,28,6.33,1.21,6,7.15,1.52,13,3.64,2.38,11,4.7,2.71,10,6.27,2.97,11,5.0,1.17,17,6.64,1.36,11,7.25,1.58,8,3.91,2.47,11,4.4,2.72,10,5.33,2.22,18,5.8,1.99,10,7.0,1.29,13,6.67,1.86,6,4.23,2.59,13,4.0,2.62,8,5.31,2.57,16,5.75,1.36,12
+shortcut,5.84,1.64,19,4.05,2.52,20,5.15,2.5,20,6.33,1.15,3,5.75,1.73,16,4.83,2.56,6,3.71,2.52,14,6.83,2.14,6,4.43,2.34,14,6.0,0.94,10,5.67,2.24,9,4.57,2.76,7,3.77,2.45,13,5.7,2.54,10,4.6,2.46,10,5.5,2.0,8,6.09,1.38,11,4.33,2.65,9,3.82,2.52,11,4.38,3.16,8,5.67,1.92,12
+shorten,5.05,1.56,21,2.77,1.8,22,5.35,2.08,26,4.8,1.69,10,5.27,1.49,11,2.0,1.53,7,3.13,1.85,15,5.41,2.43,17,5.22,1.3,9,5.18,2.09,11,4.9,0.74,10,2.4,2.19,5,2.88,1.73,17,5.57,2.5,14,5.08,1.51,12,5.15,1.91,13,4.88,0.83,8,2.1,1.52,10,3.33,1.87,12,5.62,2.18,13,5.08,2.02,13
+shorthand,4.9,1.51,21,4.44,2.02,25,5.45,2.24,22,5.5,0.76,8,4.54,1.76,13,4.54,2.33,13,4.33,1.72,12,5.69,2.29,13,5.11,2.26,9,5.38,1.6,8,4.92,1.0,12,5.14,1.61,14,3.55,2.21,11,5.67,2.02,12,5.2,2.57,10,4.9,1.6,10,4.91,1.51,11,4.24,2.22,17,4.88,1.55,8,5.6,2.8,10,5.33,1.78,12
+shortness,3.75,1.29,20,4.48,2.2,21,4.41,2.69,34,3.8,1.32,10,3.7,1.34,10,4.0,1.85,8,4.77,2.42,13,4.21,2.86,14,4.55,2.63,20,3.67,1.5,9,3.82,1.17,11,5.0,1.96,13,3.62,2.45,8,4.5,2.56,22,4.25,3.02,12,3.9,1.45,10,3.6,1.17,10,4.57,2.17,14,4.29,2.43,7,4.88,2.45,17,3.94,2.9,17
+shorts,5.95,1.85,20,4.23,2.29,22,6.57,2.06,21,5.89,1.45,9,6.0,2.19,11,4.64,2.58,11,3.82,1.99,11,5.5,1.93,8,7.23,1.92,13,5.43,1.79,14,7.17,1.47,6,4.89,2.89,9,3.77,1.74,13,6.62,1.6,8,6.54,2.37,13,4.9,1.85,10,7.0,1.15,10,3.92,2.06,13,4.67,2.65,9,7.0,1.86,12,6.0,2.29,9
+shortstop,5.3,1.92,20,4.4,2.19,20,5.81,2.04,26,4.82,2.09,11,5.89,1.62,9,4.71,2.5,7,4.23,2.09,13,5.77,1.88,13,5.85,2.27,13,5.09,2.51,11,5.56,0.88,9,4.18,2.09,11,4.67,2.4,9,5.47,1.91,17,6.44,2.24,9,5.8,1.55,10,4.8,2.2,10,4.58,1.83,12,4.12,2.75,8,5.62,1.71,16,6.1,2.56,10
+shortwave,5.3,0.73,20,4.33,2.33,24,4.21,2.28,28,5.38,0.74,8,5.25,0.75,12,5.22,2.64,9,3.8,2.04,15,3.29,1.54,14,5.14,2.57,14,5.44,1.01,9,5.18,0.4,11,4.17,2.33,12,4.5,2.43,12,4.07,2.59,14,4.36,2.02,14,5.4,0.84,10,5.2,0.63,10,4.0,2.56,12,4.67,2.15,12,4.25,2.09,12,4.19,2.48,16
+shot,2.82,1.71,22,6.48,2.38,21,3.39,2.33,18,3.5,2.43,6,2.6,1.4,15,5.86,2.67,7,6.79,2.26,14,3.11,1.45,9,3.88,3.18,8,3.0,1.92,14,2.57,1.4,7,5.78,3.11,9,7.0,1.6,12,4.3,2.58,10,2.25,1.39,8,2.57,1.28,14,3.25,2.31,8,5.5,3.56,6,6.87,1.73,15,4.3,2.58,10,2.25,1.39,8
+shotgun,3.5,2.04,20,6.55,2.22,918,4.92,2.75,40,5.4,1.82,5,2.87,1.73,15,6.57,2.15,343,6.53,2.27,568,5.23,2.84,22,4.56,2.66,18,4.5,1.84,10,2.5,1.78,10,6.41,2.26,418,6.66,2.19,496,4.58,2.89,19,5.24,2.64,21,3.33,1.87,12,3.75,2.38,8,6.41,2.41,508,6.72,1.97,410,5.05,3.1,19,4.81,2.46,21
+shoulder,5.1,1.89,20,2.96,1.61,23,4.81,1.4,21,4.2,2.17,5,5.4,1.76,15,3.33,1.15,12,2.55,1.97,11,4.82,1.72,11,4.78,1.09,9,4.64,2.16,11,5.67,1.41,9,3.25,1.61,16,2.29,1.5,7,5.45,0.93,11,4.1,1.52,10,5.69,1.89,13,4.0,1.41,7,2.89,1.56,19,3.25,2.06,4,5.07,1.14,14,4.29,1.8,7
+shout,5.0,1.65,20,6.29,2.05,21,5.85,2.2,33,5.0,1.63,10,5.0,1.76,10,5.38,1.92,8,6.85,1.99,13,6.43,1.99,14,5.42,2.29,19,4.78,0.83,9,5.18,2.14,11,6.15,2.12,13,6.5,2.07,8,6.0,2.19,21,5.58,2.27,12,4.8,1.14,10,5.2,2.1,10,6.14,2.48,14,6.57,0.79,7,6.0,2.0,17,5.69,2.44,16
+shove,3.1,1.14,21,3.83,3.06,24,4.41,2.43,17,3.5,1.07,8,2.85,1.14,13,5.83,2.32,6,3.17,3.03,18,5.22,2.95,9,3.5,1.31,8,3.08,1.24,12,3.11,1.05,9,4.9,3.07,10,3.07,2.92,14,4.8,3.08,10,3.86,0.9,7,2.86,1.03,14,3.57,1.27,7,4.12,2.99,16,3.25,3.33,8,4.89,2.57,9,3.88,2.3,8
+shovel,4.8,1.58,20,3.5,1.87,22,6.42,1.74,19,4.56,1.94,9,5.0,1.26,11,2.6,2.07,5,3.75,1.84,16,7.0,2.19,6,6.15,1.52,13,5.21,1.12,14,3.83,2.14,6,3.42,2.02,12,3.56,1.88,9,6.0,1.58,9,6.8,1.87,10,5.7,0.82,10,3.9,1.66,10,2.83,1.8,12,4.3,1.7,10,7.0,1.67,6,6.15,1.77,13
+show,5.91,1.27,22,4.1,2.41,21,5.83,1.98,18,5.83,1.33,6,6.07,1.22,15,3.43,2.64,7,4.43,2.31,14,5.44,2.07,9,6.62,1.6,8,5.93,1.27,14,6.14,1.21,7,3.33,2.4,9,4.67,2.35,12,5.6,2.5,10,6.12,1.13,8,6.0,1.36,14,5.75,1.16,8,4.17,2.56,6,4.07,2.43,15,6.3,2.21,10,5.25,1.58,8
+showbiz,5.52,1.33,21,6.05,2.54,20,5.24,2.26,21,5.0,1.26,6,5.73,1.33,15,6.0,2.27,8,6.08,2.81,12,5.09,2.34,11,5.4,2.27,10,5.17,1.6,6,5.67,1.23,15,6.5,2.42,10,5.6,2.72,10,5.36,2.13,14,5.0,2.65,7,4.57,0.79,7,6.0,1.3,14,6.64,2.17,14,4.67,3.01,6,4.33,2.23,12,6.44,1.74,9
+showboat,5.0,2.29,20,4.12,2.39,17,5.27,1.67,22,3.4,1.82,5,5.53,2.23,15,4.8,1.64,5,3.83,2.66,12,5.1,1.1,10,5.42,2.07,12,4.4,1.96,10,5.6,2.55,10,4.33,2.45,9,3.88,2.47,8,6.27,1.49,11,4.27,1.19,11,4.67,2.57,12,5.5,1.85,8,3.33,2.24,9,5.0,2.39,8,5.82,1.83,11,4.73,1.35,11
+showcase,6.29,1.45,21,3.71,3.0,24,4.4,2.26,20,6.25,1.58,8,6.31,1.44,13,5.33,3.01,6,3.17,2.87,18,4.91,2.39,11,3.78,2.05,9,6.25,1.36,12,6.33,1.66,9,4.9,3.07,10,2.86,2.74,14,4.92,2.4,13,3.43,1.72,7,6.29,1.49,14,6.29,1.5,7,4.44,3.01,16,2.25,2.55,8,4.08,2.19,12,4.88,2.42,8
+showdown,4.68,2.11,19,5.55,2.61,20,5.08,2.24,24,5.08,2.33,13,3.83,1.33,6,7.2,1.3,5,5.0,2.73,15,5.08,2.29,13,5.09,2.3,11,6.22,1.64,9,3.3,1.42,10,7.29,1.5,7,4.62,2.63,13,4.82,2.56,11,5.31,2.02,13,4.11,1.9,9,5.2,2.25,10,5.8,2.49,10,5.3,2.83,10,6.33,2.6,9,4.33,1.68,15
+shower,7.19,1.57,21,4.15,2.72,20,7.47,1.68,19,6.69,1.65,13,8.0,1.07,8,5.0,3.11,7,3.69,2.5,13,6.86,1.95,7,7.83,1.47,12,7.0,1.65,12,7.44,1.51,9,4.44,3.05,9,3.91,2.55,11,6.9,1.97,10,8.11,1.05,9,7.25,1.71,12,7.11,1.45,9,6.29,2.29,7,3.0,2.24,13,7.57,1.81,7,7.42,1.68,12
+showgirl,5.38,2.56,21,5.76,2.57,21,5.59,1.74,22,6.0,2.92,13,4.38,1.51,8,6.73,2.41,11,4.89,2.47,9,6.33,1.97,6,5.31,1.62,16,5.6,2.17,10,5.18,2.96,11,5.18,2.99,11,6.4,1.96,10,5.38,1.89,13,5.89,1.54,9,5.33,2.53,12,5.44,2.74,9,5.46,2.73,13,6.25,2.38,8,5.58,1.31,12,5.6,2.22,10
+showoff,4.0,2.19,21,5.45,2.01,20,4.53,2.31,36,3.62,2.67,8,4.23,1.92,13,6.0,2.55,5,5.27,1.87,15,4.73,2.53,11,4.44,2.26,25,3.77,2.42,13,4.38,1.85,8,5.5,1.98,12,5.38,2.2,8,4.3,2.03,20,4.81,2.66,16,3.64,2.11,11,4.4,2.32,10,5.45,1.97,11,5.44,2.19,9,4.23,2.33,22,5.0,2.29,14
+showroom,5.57,2.01,21,3.88,3.01,24,5.0,2.55,20,6.25,1.67,8,5.15,2.15,13,6.0,2.83,6,3.17,2.79,18,5.82,2.52,11,4.0,2.35,9,5.58,2.23,12,5.56,1.81,9,4.6,3.24,10,3.36,2.84,14,5.46,2.67,13,4.14,2.27,7,5.5,1.95,14,5.71,2.29,7,4.56,3.08,16,2.5,2.51,8,4.92,2.61,12,5.12,2.64,8
+shrapnel,3.6,1.85,20,4.96,2.36,23,3.43,2.38,21,3.0,1.22,9,4.09,2.17,11,4.55,2.46,11,5.33,2.31,12,3.62,2.07,8,3.31,2.63,13,3.93,1.94,14,2.83,1.47,6,3.67,2.06,9,5.79,2.22,14,4.88,2.75,8,2.54,1.66,13,4.2,2.15,10,3.0,1.33,10,4.54,2.6,13,5.5,2.01,10,3.08,2.43,12,3.89,2.37,9
+shred,4.53,2.39,19,3.7,2.1,23,5.32,1.95,19,4.67,1.8,9,4.4,2.91,10,3.57,2.76,7,3.87,1.85,15,5.2,2.1,10,5.44,1.88,9,4.33,2.83,9,4.7,2.06,10,3.4,2.59,10,4.08,1.68,12,4.5,1.6,8,5.8,2.1,10,4.42,2.47,12,4.71,2.43,7,3.7,2.2,20,3.67,1.53,3,4.5,1.6,8,5.91,2.02,11
+shrew,3.83,1.76,24,3.87,2.07,23,4.48,2.46,21,4.71,2.21,7,3.47,1.46,17,4.67,1.97,12,3.0,1.9,11,4.73,2.72,11,3.78,1.92,9,3.54,2.15,13,4.18,1.17,11,4.12,2.16,16,3.29,1.89,7,4.73,2.24,11,4.2,2.78,10,3.4,1.3,15,4.56,2.24,9,4.05,2.12,19,3.0,1.83,4,4.36,2.27,14,4.71,2.98,7
+shrewd,4.4,1.73,20,4.18,2.54,22,6.29,1.15,21,4.0,1.32,9,4.73,2.0,11,3.27,2.28,11,5.09,2.55,11,7.0,0.76,8,5.85,1.14,13,4.07,1.38,14,5.17,2.32,6,2.67,2.35,9,5.23,2.17,13,6.25,1.04,8,6.31,1.25,13,4.7,1.25,10,4.1,2.13,10,3.75,2.49,12,4.7,2.63,10,6.58,1.16,12,5.89,1.05,9
+shriek,3.45,1.8,38,5.37,2.82,41,4.0,1.67,44,3.41,1.68,22,3.5,2.0,16,4.73,2.58,15,5.73,2.93,26,3.95,1.7,22,4.05,1.68,22,4.05,1.84,22,2.62,1.41,16,5.38,2.82,21,5.35,2.89,20,4.1,1.57,29,3.8,1.9,15,3.83,1.95,18,3.1,1.62,20,5.56,2.58,25,5.06,3.21,16,4.12,1.62,25,3.84,1.77,19
+shrill,3.33,1.46,21,5.95,2.04,21,3.52,1.92,25,3.25,1.6,12,3.44,1.33,9,6.43,0.98,7,5.71,2.4,14,4.0,1.94,10,3.2,1.9,15,2.75,1.71,4,3.47,1.42,17,6.0,1.76,10,5.91,2.34,11,2.71,1.25,7,3.83,2.07,18,3.58,1.51,12,3.0,1.41,9,5.77,2.49,13,6.25,1.04,8,2.67,1.41,9,4.0,2.03,16
+shrimp,6.95,1.72,21,3.78,2.52,23,5.23,1.88,26,6.82,1.66,11,7.1,1.85,10,3.82,2.93,11,3.75,2.22,12,5.91,2.07,11,4.71,1.68,14,6.9,1.85,10,7.0,1.67,11,4.09,2.88,11,3.5,2.24,12,5.47,1.62,17,4.75,2.49,8,7.23,1.64,13,6.5,1.85,8,4.07,2.58,15,3.25,2.49,8,5.06,1.95,17,5.56,1.81,9
+shrine,5.38,1.47,21,3.35,2.1,23,5.31,2.19,26,5.64,1.36,11,5.1,1.6,10,3.82,2.36,11,2.92,1.83,12,6.0,1.95,11,4.86,2.35,14,5.4,1.78,10,5.36,1.21,11,3.64,2.25,11,3.08,2.02,12,5.35,2.29,17,5.38,2.2,8,5.31,1.7,13,5.5,1.07,8,3.47,2.17,15,3.12,2.1,8,5.35,2.4,17,5.22,1.86,9
+shrink,4.0,0.89,21,3.42,2.1,24,3.7,2.0,20,3.88,0.83,8,4.08,0.95,13,5.0,1.26,6,2.89,2.08,18,4.0,1.9,11,3.33,2.18,9,3.92,1.08,12,4.11,0.6,9,4.0,2.0,10,3.0,2.15,14,3.85,1.95,13,3.43,2.23,7,4.0,0.96,14,4.0,0.82,7,4.0,2.07,16,2.25,1.75,8,3.17,1.19,12,4.5,2.73,8
+shrivel,4.21,2.25,19,4.14,2.08,22,4.05,1.96,19,4.67,1.58,9,3.8,2.74,10,4.57,2.37,7,3.93,2.06,14,4.4,1.9,10,3.67,2.06,9,4.22,2.77,9,4.2,1.81,10,5.0,2.18,9,3.5,1.93,12,3.88,1.13,8,4.2,2.57,10,4.17,2.69,12,4.29,1.38,7,4.16,2.22,19,4.0,1.0,3,3.75,1.04,8,4.27,2.45,11
+shroud,4.21,1.96,19,3.4,2.11,20,4.5,2.4,20,5.0,0.0,3,4.2,2.11,15,2.9,2.28,10,3.9,1.91,10,4.7,2.36,10,4.3,2.54,10,4.67,2.34,6,4.17,1.8,12,1.71,0.76,7,4.31,2.06,13,4.75,2.19,8,4.33,2.61,12,3.75,1.71,12,5.0,2.24,7,2.8,1.93,10,4.0,2.21,10,4.44,2.46,9,4.55,2.46,11
+shrug,4.71,1.82,21,3.9,1.74,20,5.1,2.4,20,5.67,1.75,6,4.33,1.76,15,4.12,1.73,8,3.75,1.82,12,4.9,2.28,10,5.3,2.63,10,4.83,2.23,6,4.67,1.72,15,4.8,1.69,10,3.0,1.33,10,5.23,2.65,13,4.86,2.04,7,4.0,2.16,7,5.07,1.59,14,4.29,1.82,14,3.0,1.26,6,4.73,2.72,11,5.56,2.01,9
+shrunken,3.58,1.8,19,4.43,2.06,21,4.36,1.97,22,3.89,1.83,9,3.3,1.83,10,4.38,2.5,8,4.46,1.85,13,4.91,2.12,11,3.82,1.72,11,4.57,0.79,7,3.0,2.0,12,4.3,2.36,10,4.55,1.86,11,4.08,1.93,13,4.78,2.05,9,3.7,1.7,10,3.44,2.01,9,4.88,2.85,8,4.15,1.46,13,4.5,2.07,14,4.12,1.89,8
+shudder,4.1,1.14,21,4.48,2.68,25,4.16,1.95,19,3.78,0.97,9,4.33,1.23,12,4.33,2.94,6,4.56,2.75,18,3.71,1.89,7,4.42,2.02,12,3.94,0.85,16,4.6,1.82,5,3.93,3.0,14,5.3,2.21,10,3.56,2.01,9,4.7,1.83,10,4.0,1.41,12,4.22,0.67,9,4.81,2.46,16,3.89,3.1,9,4.0,2.28,11,4.38,1.51,8
+shuffle,4.72,1.02,18,3.45,2.28,20,4.92,1.87,25,4.4,0.89,5,4.85,1.07,13,3.27,2.33,11,3.67,2.35,9,4.56,1.82,16,5.56,1.88,9,5.14,1.21,7,4.45,0.82,11,2.67,2.18,9,4.09,2.26,11,4.9,2.07,20,5.0,0.71,5,4.56,0.88,9,4.89,1.17,9,2.55,1.81,11,4.56,2.4,9,4.58,1.74,19,6.0,2.0,6
+shuffleboard,4.77,1.41,22,3.92,2.22,25,5.65,2.29,23,5.0,0.87,9,4.62,1.71,13,2.89,1.9,9,4.5,2.22,16,6.0,2.0,9,5.43,2.5,14,4.62,1.69,8,4.86,1.29,14,4.58,1.98,12,3.31,2.32,13,5.17,2.37,12,6.18,2.18,11,4.75,1.91,12,4.8,0.42,10,3.57,2.28,14,4.36,2.16,11,5.69,2.36,13,5.6,2.32,10
+shuffling,4.85,1.84,20,4.68,2.38,19,5.77,2.14,26,4.91,1.45,11,4.78,2.33,9,4.43,1.9,7,4.83,2.69,12,6.23,1.79,13,5.31,2.43,13,5.09,1.92,11,4.56,1.81,9,4.6,2.63,10,4.78,2.22,9,6.24,2.08,17,4.89,2.09,9,5.4,1.84,10,4.3,1.77,10,5.33,2.71,12,3.57,1.13,7,5.75,1.84,16,5.8,2.66,10
+shun,2.42,1.3,19,4.04,2.33,23,4.63,1.83,19,2.11,0.93,9,2.7,1.57,10,3.86,2.27,7,4.27,2.43,15,3.9,1.97,10,5.44,1.33,9,2.44,1.67,9,2.4,0.97,10,4.3,3.16,10,4.0,1.48,12,4.0,1.41,8,5.4,1.84,10,2.75,1.29,12,1.86,1.21,7,3.85,2.3,20,5.33,2.52,3,3.62,1.06,8,5.36,1.96,11
+shunt,4.2,1.28,20,3.76,2.0,21,4.68,2.43,25,4.67,1.53,3,4.12,1.27,17,3.14,2.12,7,4.23,1.92,13,5.62,2.2,8,4.24,2.46,17,4.57,0.98,7,4.0,1.41,13,3.57,1.9,7,4.0,2.12,13,4.86,2.63,14,4.45,2.25,11,4.0,1.58,9,4.36,1.03,11,4.09,1.92,11,3.4,2.12,10,4.44,2.62,18,5.29,1.89,7
+shut,4.5,1.44,22,4.05,2.18,21,5.61,2.3,18,5.17,2.14,6,4.2,1.08,15,4.29,3.15,7,3.93,1.64,14,5.44,2.74,9,5.75,2.05,8,4.86,1.41,14,3.71,1.38,7,4.0,2.29,9,4.08,2.19,12,5.7,2.83,10,5.5,1.6,8,4.93,1.44,14,3.75,1.16,8,4.17,2.23,6,4.0,2.24,15,6.0,2.4,10,5.12,2.23,8
+shutdown,3.57,1.72,21,2.92,2.15,24,5.35,2.3,20,3.38,1.19,8,3.69,2.02,13,4.83,1.33,6,2.28,1.99,18,5.36,2.54,11,5.33,2.12,9,3.25,1.42,12,4.0,2.06,9,3.5,2.51,10,2.5,1.83,14,5.31,2.32,13,5.43,2.44,7,3.29,1.44,14,4.14,2.19,7,3.44,2.31,16,1.88,1.36,8,5.17,2.21,12,5.62,2.56,8
+shuteye,5.47,1.74,19,3.06,2.13,18,4.59,2.74,17,5.91,1.51,11,4.88,1.96,8,3.0,2.16,4,3.07,2.2,14,3.5,2.33,8,5.56,2.83,9,5.75,1.67,8,5.27,1.85,11,3.29,2.06,7,2.91,2.26,11,4.33,2.5,6,4.73,2.97,11,5.46,2.07,13,5.5,0.84,6,3.0,2.49,11,3.14,1.57,7,4.43,2.99,7,4.7,2.71,10
+shutter,4.7,1.81,20,3.38,2.33,21,5.28,2.17,25,4.75,1.71,4,4.69,1.89,16,4.0,2.45,4,3.24,2.36,17,6.0,2.12,9,4.88,2.16,16,4.62,2.0,8,4.75,1.76,12,3.2,2.35,10,3.55,2.42,11,5.14,2.35,14,5.45,2.02,11,4.91,1.22,11,4.44,2.4,9,3.2,2.62,10,3.55,2.16,11,5.28,2.44,18,5.29,1.38,7
+shuttle,5.65,1.5,20,3.81,1.94,21,5.86,1.77,21,5.78,1.48,9,5.55,1.57,11,4.1,2.33,10,3.55,1.57,11,4.88,1.25,8,6.46,1.81,13,5.5,1.65,14,6.0,1.1,6,3.86,2.61,7,3.79,1.63,14,5.75,1.83,8,5.92,1.8,13,5.3,1.77,10,6.0,1.15,10,4.36,2.06,11,3.2,1.69,10,6.17,1.8,12,5.44,1.74,9
+shy,5.16,1.74,19,3.33,2.11,39,4.5,2.0,26,4.67,1.53,3,5.4,1.76,15,3.23,2.09,13,3.38,2.16,26,3.62,1.26,13,5.38,2.26,13,5.33,1.86,6,5.25,1.71,12,3.3,2.08,20,3.37,2.19,19,4.53,2.24,17,4.44,1.59,9,5.5,1.93,12,4.57,1.27,7,3.31,2.05,26,3.38,2.29,13,4.75,2.14,16,4.1,1.79,10
+shyness,4.43,1.47,21,3.0,2.3,24,5.9,2.43,20,4.12,1.55,8,4.62,1.45,13,4.0,2.1,6,2.67,2.33,18,5.36,2.11,11,6.56,2.74,9,4.25,1.42,12,4.67,1.58,9,3.3,2.26,10,2.79,2.39,14,6.0,2.35,13,5.71,2.75,7,4.64,1.39,14,4.0,1.63,7,3.56,2.56,16,1.88,1.13,8,5.5,2.32,12,6.5,2.62,8
+shyster,3.68,1.45,19,4.0,2.43,18,3.35,2.0,17,4.64,0.81,11,2.38,1.06,8,5.25,3.1,4,3.64,2.21,14,3.25,1.58,8,3.44,2.4,9,4.12,1.46,8,3.36,1.43,11,2.86,1.68,7,4.73,2.61,11,3.83,1.47,6,3.09,2.26,11,3.92,1.12,13,3.17,2.04,6,3.55,2.21,11,4.71,2.75,7,3.14,2.73,7,3.5,1.43,10
+sibling,7.27,1.16,22,5.16,2.71,19,4.81,1.75,21,7.4,0.89,5,7.25,1.29,16,5.75,2.31,8,4.73,3.0,11,4.5,1.51,10,5.09,1.97,11,7.25,1.22,12,7.3,1.16,10,4.4,2.37,10,6.0,2.96,9,5.0,1.86,12,4.56,1.67,9,7.09,1.3,11,7.45,1.04,11,4.0,2.07,8,6.0,2.9,11,5.11,1.76,9,4.58,1.78,12
+sick,2.29,1.38,21,4.67,2.58,21,2.84,1.97,25,2.58,1.62,12,1.89,0.93,9,3.29,2.63,7,5.31,2.43,13,3.1,1.91,10,2.67,2.06,15,1.0,0.0,4,2.59,1.37,17,4.0,2.58,7,4.92,2.69,13,2.0,0.82,7,3.17,2.2,18,2.25,1.48,12,2.33,1.32,9,5.36,2.2,11,3.9,2.85,10,2.0,0.71,9,3.31,2.3,16
+sickbay,3.65,1.95,20,4.18,2.46,22,4.81,2.69,27,5.14,2.34,7,2.85,1.14,13,3.9,2.18,10,4.42,2.75,12,5.47,2.67,15,3.91,2.7,11,3.0,1.67,11,4.44,2.07,9,4.33,1.66,9,4.08,2.96,13,5.0,3.06,17,4.44,2.13,9,3.77,2.2,13,3.43,1.51,7,3.5,2.19,16,6.0,2.37,6,5.58,2.97,12,4.2,2.37,15
+sickening,2.53,1.58,19,5.05,2.14,20,3.8,2.21,20,3.33,1.53,3,2.38,1.59,16,4.17,2.79,6,5.43,1.79,14,3.0,1.55,6,4.14,2.41,14,2.9,1.73,10,2.11,1.36,9,5.5,2.43,6,4.86,2.07,14,4.0,2.71,10,3.6,1.71,10,2.5,1.51,8,2.55,1.69,11,5.25,2.43,8,4.92,2.02,12,4.38,2.72,8,3.42,1.83,12
+sickle,3.95,2.09,19,3.5,2.24,22,4.32,2.07,28,4.17,1.6,6,3.85,2.34,13,3.36,1.96,11,3.64,2.58,11,4.55,2.94,11,4.18,1.33,17,4.36,2.34,11,3.38,1.69,8,3.27,1.95,11,3.73,2.57,11,4.72,2.22,18,3.6,1.65,10,4.54,1.94,13,2.67,1.97,6,3.07,2.3,14,4.25,2.05,8,4.44,2.63,16,4.17,1.03,12
+sickly,3.16,1.99,25,4.41,2.5,22,3.85,1.98,20,3.8,2.53,10,2.73,1.49,15,4.1,2.51,10,4.67,2.57,12,4.86,1.77,7,3.31,1.93,13,3.17,1.85,12,3.15,2.19,13,3.91,1.81,11,4.91,3.05,11,4.13,1.77,15,3.0,2.55,5,3.33,2.23,12,3.0,1.83,13,5.3,2.31,10,3.67,2.5,12,4.4,1.71,10,3.3,2.16,10
+sickness,2.4,1.27,20,3.95,2.25,41,2.8,2.14,20,2.18,0.87,11,2.67,1.66,9,4.69,2.3,16,3.48,2.12,25,2.6,1.58,10,3.0,2.67,10,2.55,1.51,11,2.22,0.97,9,4.04,2.4,23,3.83,2.09,18,2.88,2.64,8,2.75,1.86,12,2.5,1.65,10,2.3,0.82,10,3.93,2.39,30,4.0,1.9,11,2.89,2.57,9,2.73,1.85,11
+side,5.32,1.32,22,3.14,2.08,21,5.82,1.91,17,4.33,1.21,6,5.73,1.22,15,2.14,1.68,7,3.64,2.13,14,5.89,2.03,9,5.75,1.91,8,5.36,1.6,14,5.29,0.76,7,3.44,2.4,9,2.92,1.88,12,6.0,2.12,9,5.62,1.77,8,5.07,1.44,14,5.75,1.04,8,2.5,1.64,6,3.4,2.23,15,5.89,2.32,9,5.75,1.49,8
+sidearm,4.55,1.64,20,3.67,2.55,24,4.86,2.34,28,5.38,0.52,8,4.0,1.91,12,3.89,2.57,9,3.53,2.61,15,4.64,2.17,14,5.07,2.56,14,3.67,1.22,9,5.27,1.62,11,3.75,2.53,12,3.58,2.68,12,3.71,2.13,14,6.0,2.0,14,4.4,1.71,10,4.7,1.64,10,4.33,2.71,12,3.0,2.3,12,5.0,2.13,12,4.75,2.54,16
+sidebar,4.95,2.14,20,3.85,2.56,20,4.89,2.09,36,4.29,2.69,7,5.31,1.8,13,5.8,2.59,5,3.2,2.27,15,4.91,2.3,11,4.88,2.05,25,4.83,2.44,12,5.12,1.73,8,4.17,2.89,12,3.38,2.07,8,5.15,2.06,20,4.56,2.16,16,4.64,2.16,11,5.33,2.18,9,3.55,2.54,11,4.22,2.68,9,4.5,2.2,22,5.5,1.83,14
+sideburns,4.18,1.3,22,4.29,2.24,21,5.39,2.17,23,4.71,1.11,7,3.93,1.38,14,3.83,2.79,6,4.47,2.07,15,5.8,1.99,10,5.08,2.33,13,4.75,1.49,8,3.85,1.14,13,6.14,2.61,7,3.36,1.34,14,4.82,1.72,11,5.92,2.47,12,4.07,1.27,14,4.38,1.41,8,4.45,2.5,11,4.1,2.02,10,5.07,2.4,14,5.89,1.76,9
+sidecar,6.11,1.45,19,4.73,1.93,22,4.5,2.41,22,6.11,1.62,9,6.1,1.37,10,5.25,1.28,8,4.43,2.21,14,4.27,2.53,11,4.73,2.37,11,6.0,1.53,7,6.17,1.47,12,4.6,1.58,10,4.83,2.25,12,4.54,2.37,13,4.44,2.6,9,6.3,1.42,10,5.89,1.54,9,5.12,2.36,8,4.5,1.7,14,4.21,2.64,14,5.0,2.0,8
+sidekick,6.14,2.2,21,4.08,2.12,25,5.79,2.18,19,6.11,2.26,9,6.17,2.25,12,4.0,2.53,6,4.11,2.11,18,6.14,2.85,7,5.58,1.78,12,6.31,2.02,16,5.6,2.88,5,3.71,2.49,14,4.6,1.58,10,6.22,3.03,9,5.4,0.97,10,6.33,2.71,12,5.89,1.36,9,4.88,1.86,16,2.67,1.87,9,5.45,2.42,11,6.25,1.83,8
+sideline,4.55,1.54,20,3.35,1.92,23,4.5,1.57,22,4.73,1.68,11,4.33,1.41,9,3.09,2.02,11,3.58,1.88,12,4.12,1.64,8,4.85,1.52,13,4.33,1.8,9,4.73,1.35,11,3.0,2.0,11,3.67,1.87,12,5.07,1.33,14,3.57,1.62,7,4.08,1.78,12,5.25,0.71,8,3.33,1.84,15,3.38,2.2,8,4.93,1.14,14,3.75,1.98,8
+sideshow,4.86,1.39,21,5.0,2.29,22,5.58,1.87,19,5.43,1.51,7,4.54,1.33,13,5.62,2.92,8,4.69,1.93,13,4.86,2.27,7,6.0,1.61,11,5.0,1.63,7,4.77,1.36,13,5.38,2.67,8,4.79,2.12,14,4.57,2.15,7,6.17,1.47,12,4.91,1.22,11,4.8,1.62,10,3.88,2.42,8,5.64,2.02,14,5.44,1.93,16,6.33,1.53,3
+sidewalk,5.67,1.56,21,3.65,1.66,20,6.19,2.29,21,6.17,1.17,6,5.47,1.68,15,3.88,1.89,8,3.5,1.57,12,6.0,2.28,11,6.4,2.41,10,5.5,2.07,6,5.73,1.39,15,3.8,1.69,10,3.5,1.72,10,5.86,2.54,14,6.86,1.68,7,6.0,1.73,7,5.5,1.51,14,3.79,1.72,14,3.33,1.63,6,6.33,2.39,12,6.0,2.29,9
+sidewinder,4.26,1.97,19,5.09,2.67,22,4.23,1.85,22,4.44,1.33,9,4.1,2.47,10,5.62,2.62,8,4.79,2.75,14,4.36,1.91,11,4.09,1.87,11,4.57,0.98,7,4.08,2.39,12,5.0,1.94,10,5.17,3.24,12,4.15,1.72,13,4.33,2.12,9,4.8,2.1,10,3.67,1.73,9,4.88,3.09,8,5.21,2.52,14,4.5,1.95,14,3.75,1.67,8
+siege,4.1,2.1,21,5.55,2.44,20,4.39,2.61,36,4.75,2.43,8,3.69,1.84,13,5.6,2.79,5,5.53,2.42,15,4.09,2.43,11,4.52,2.73,25,4.31,2.43,13,3.75,1.49,8,6.08,2.07,12,4.75,2.87,8,5.1,2.59,20,3.5,2.42,16,4.82,2.4,11,3.3,1.42,10,5.0,2.79,11,6.22,1.86,9,3.91,2.62,22,5.14,2.51,14
+siesta,6.38,1.69,21,3.59,2.13,22,6.6,2.3,20,6.0,1.83,7,6.57,1.65,14,3.0,1.49,10,4.08,2.5,12,6.57,2.64,7,6.62,2.22,13,6.64,1.75,11,6.1,1.66,10,3.91,2.26,11,3.27,2.05,11,6.2,2.48,15,7.8,1.1,5,5.8,1.75,10,6.91,1.51,11,4.2,2.15,10,3.08,2.07,12,6.7,1.89,10,6.5,2.76,10
+sift,5.09,0.92,22,3.67,2.08,21,5.43,2.31,23,5.4,0.89,5,5.0,0.94,17,4.12,1.89,8,3.38,2.22,13,5.11,2.52,9,5.64,2.24,14,5.1,1.1,10,5.08,0.79,12,3.78,1.3,9,3.58,2.57,12,5.47,2.56,15,5.38,1.92,8,5.44,1.24,9,4.85,0.55,13,3.9,1.97,10,3.45,2.25,11,5.38,2.96,13,5.5,1.18,10
+sigh,4.29,1.74,21,2.91,1.74,22,5.0,2.37,21,5.8,2.17,5,3.81,1.33,16,3.5,1.88,12,2.2,1.32,10,5.09,2.3,11,4.89,2.71,9,3.83,1.4,12,4.89,2.03,9,3.25,1.73,16,2.0,1.55,6,4.82,1.94,11,5.2,2.86,10,4.38,2.06,13,4.12,1.13,8,2.89,1.88,18,3.0,1.15,4,5.0,2.39,14,5.0,2.52,7
+sight,7.11,1.41,18,3.2,2.89,20,5.94,1.86,18,6.62,1.51,8,7.5,1.27,10,3.86,3.67,7,2.85,2.48,13,5.55,1.29,11,6.57,2.51,7,6.91,1.38,11,7.43,1.51,7,4.22,3.8,9,2.36,1.63,11,6.27,1.74,11,5.43,2.07,7,7.17,1.59,12,7.0,1.1,6,3.33,3.08,12,3.0,2.78,8,5.56,2.24,9,6.33,1.41,9
+sighting,5.57,1.29,21,4.26,2.03,23,5.62,1.98,26,5.45,0.93,11,5.7,1.64,10,4.82,2.23,11,3.75,1.76,12,5.18,2.27,11,6.07,1.73,14,5.7,1.64,10,5.45,0.93,11,4.91,2.34,11,3.67,1.56,12,5.59,2.15,17,5.88,1.73,8,5.77,1.59,13,5.25,0.46,8,4.67,2.09,15,3.5,1.77,8,5.59,1.94,17,5.67,2.18,9
+sightseeing,7.38,1.36,21,5.08,2.67,24,6.41,2.24,22,7.62,1.19,8,7.23,1.48,13,5.77,2.68,13,4.27,2.53,11,6.31,2.36,13,6.56,2.19,9,8.0,1.07,8,7.08,1.44,12,5.5,2.07,14,4.5,3.37,10,6.42,2.02,12,6.4,2.59,10,7.5,1.27,10,7.27,1.49,11,5.53,2.9,17,4.0,1.73,7,6.3,2.79,10,6.5,1.78,12
+sigma,4.83,2.43,18,3.23,1.97,22,5.26,1.66,23,5.27,2.72,11,4.67,1.37,6,4.25,2.31,8,2.64,1.55,14,5.14,2.34,7,5.31,1.35,16,4.62,2.77,8,5.0,2.26,10,2.33,1.41,9,3.85,2.12,13,5.73,1.19,11,4.83,1.95,12,4.27,2.33,11,5.71,2.5,7,3.09,2.59,11,3.36,1.21,11,5.08,1.85,13,5.5,1.43,10
+sign,5.27,1.08,22,3.19,1.83,21,5.38,2.06,16,4.83,0.98,6,5.47,1.13,15,2.57,2.15,7,3.5,1.65,14,4.75,2.12,8,6.0,1.93,8,5.5,1.22,14,4.86,0.69,7,3.11,1.96,9,3.25,1.82,12,6.0,2.67,8,4.75,1.04,8,5.07,1.0,14,5.62,1.19,8,3.5,2.17,6,3.07,1.75,15,6.38,2.26,8,4.38,1.3,8
+signal,5.27,1.16,22,4.05,2.28,20,7.05,2.17,19,5.23,1.36,13,5.33,0.87,9,4.43,2.57,7,3.85,2.19,13,6.43,2.44,7,7.42,2.02,12,5.25,1.42,12,5.3,0.82,10,3.78,2.22,9,4.27,2.41,11,6.4,2.63,10,7.78,1.3,9,5.33,1.37,12,5.2,0.92,10,4.71,2.06,7,3.69,2.39,13,8.0,1.0,7,6.5,2.5,12
+signature,5.57,1.69,21,3.3,2.3,23,6.88,1.93,26,5.64,1.5,11,5.5,1.96,10,3.36,2.54,11,3.25,2.18,12,6.09,1.92,11,7.64,1.69,14,5.7,2.21,10,5.45,1.13,11,3.73,2.83,11,2.92,1.73,12,7.0,2.06,17,6.88,1.73,8,5.92,2.1,13,5.0,0.0,8,3.13,2.36,15,3.62,2.33,8,7.47,1.81,17,5.78,1.72,9
+significance,6.21,1.72,19,4.0,1.92,21,5.96,2.14,23,6.33,1.53,3,6.19,1.8,16,4.5,1.77,8,3.69,2.02,13,5.89,2.32,9,6.0,2.11,14,7.22,1.39,9,5.3,1.49,10,4.78,1.3,9,3.42,2.15,12,6.13,2.33,15,5.62,1.85,8,6.29,2.21,7,6.17,1.47,12,4.2,1.48,10,3.82,2.32,11,6.31,2.46,13,5.5,1.65,10
+significant,6.6,1.27,20,4.9,2.51,20,6.0,1.75,22,6.71,1.7,7,6.54,1.05,13,4.44,2.24,9,5.27,2.76,11,4.83,2.56,6,6.44,1.15,16,6.6,1.17,10,6.78,1.39,9,4.25,2.55,8,5.33,2.5,12,5.47,1.73,15,7.14,1.21,7,6.64,1.36,11,6.56,1.24,9,4.08,2.54,12,6.12,2.03,8,5.09,1.81,11,6.91,1.14,11
+signify,5.16,2.06,19,4.8,2.4,20,5.58,1.79,24,5.54,2.15,13,4.33,1.75,6,5.6,2.79,5,4.53,2.29,15,5.85,1.57,13,5.27,2.05,11,5.33,2.55,9,5.0,1.63,10,6.29,2.56,7,4.0,1.96,13,5.18,2.04,11,5.92,1.55,13,4.56,1.67,9,5.7,2.31,10,4.4,2.76,10,5.2,2.04,10,6.44,1.74,9,5.07,1.67,15
+silence,5.25,2.07,20,3.48,2.66,23,6.26,1.73,19,5.1,1.91,10,5.4,2.32,10,2.71,2.43,7,3.87,2.85,15,6.4,2.01,10,6.11,1.45,9,5.1,2.28,10,5.4,1.96,10,4.1,3.03,10,3.0,2.45,12,5.88,1.96,8,6.5,1.65,10,5.08,2.02,13,5.57,2.3,7,3.45,2.44,20,3.67,4.62,3,6.12,1.96,8,6.36,1.63,11
+silencer,3.9,1.79,21,3.57,2.76,23,4.0,2.59,18,3.89,2.09,9,3.92,1.62,12,4.45,2.66,11,2.75,2.7,12,4.3,2.41,10,3.62,2.92,8,4.57,1.99,7,3.62,1.71,13,3.64,2.58,11,3.5,3.03,12,4.43,2.57,7,3.73,2.69,11,4.0,1.87,13,3.75,1.75,8,2.73,2.57,11,4.33,2.81,12,3.33,1.58,9,4.67,3.28,9
+silent,5.14,1.98,21,3.21,2.02,24,6.59,2.28,22,4.75,1.39,8,5.38,2.29,13,3.15,2.12,13,3.27,2.0,11,6.38,2.53,13,6.89,1.96,9,5.5,1.85,8,5.25,1.82,12,4.0,1.92,14,2.1,1.66,10,6.92,2.11,12,6.2,2.53,10,4.3,2.06,10,5.91,1.64,11,2.88,2.06,17,4.0,1.83,7,7.1,2.13,10,6.17,2.41,12
+silhouette,6.1,1.45,21,3.14,2.19,22,5.2,2.52,25,6.1,1.73,10,6.09,1.22,11,2.86,2.12,7,3.27,2.28,15,4.88,2.75,16,5.78,2.05,9,6.55,1.63,11,5.6,1.07,10,1.6,1.34,5,3.59,2.21,17,4.62,2.66,13,5.83,2.29,12,5.92,1.5,13,6.38,1.41,8,2.6,2.67,10,3.58,1.68,12,5.5,2.77,14,4.82,2.23,11
+silicon,5.1,1.97,20,4.05,1.96,22,6.19,1.78,21,5.11,2.2,9,5.09,1.87,11,4.0,2.36,10,4.08,1.68,12,5.38,0.92,8,6.69,2.02,13,5.36,1.91,14,4.5,2.17,6,4.25,2.38,8,3.93,1.77,14,5.88,1.55,8,6.38,1.94,13,5.4,2.01,10,4.8,1.99,10,4.58,2.11,12,3.4,1.65,10,6.25,1.91,12,6.11,1.69,9
+silicone,4.26,1.48,19,3.44,1.85,18,5.24,2.08,17,5.0,1.0,11,3.25,1.49,8,4.0,2.0,4,3.29,1.86,14,5.38,1.77,8,5.11,2.42,9,4.75,1.58,8,3.91,1.38,11,3.71,1.89,7,3.27,1.9,11,5.0,1.79,6,5.36,2.29,11,4.38,1.5,13,4.0,1.55,6,3.0,2.0,11,4.14,1.46,7,5.86,2.27,7,4.8,1.93,10
+silk,6.55,1.93,40,3.88,2.5,41,5.55,2.37,49,6.71,1.79,17,6.36,2.08,22,4.12,2.31,16,3.72,2.65,25,5.04,2.42,25,5.96,2.2,23,6.43,1.65,14,6.62,2.1,26,3.48,2.25,23,4.39,2.77,18,5.6,2.57,25,5.5,2.21,24,6.21,2.39,19,6.86,1.39,21,3.83,2.61,30,4.0,2.28,11,5.42,2.0,26,5.7,2.77,23
+silken,6.38,1.88,21,2.7,2.03,20,5.8,2.57,20,6.33,1.51,6,6.4,2.06,15,3.75,2.43,8,2.0,1.41,12,5.27,3.04,11,6.44,1.81,9,5.5,1.76,6,6.73,1.87,15,3.4,2.41,10,2.0,1.33,10,5.46,2.9,13,6.43,1.81,7,5.57,2.07,7,6.79,1.72,14,2.79,2.36,14,2.5,1.05,6,5.18,3.03,11,6.56,1.74,9
+silky,7.0,2.06,18,3.73,2.47,22,5.93,1.7,28,5.83,2.48,6,7.58,1.62,12,4.27,3.07,11,3.18,1.66,11,6.64,1.57,11,5.47,1.66,17,7.18,1.99,11,6.71,2.29,7,3.82,2.71,11,3.64,2.34,11,5.5,1.69,18,6.7,1.49,10,7.0,1.78,13,7.0,2.92,5,3.71,2.2,14,3.75,3.06,8,6.25,2.05,16,5.5,1.0,12
+sill,5.0,1.45,21,3.36,1.96,25,5.41,1.79,22,5.5,0.53,8,4.69,1.75,13,3.85,2.27,13,2.83,1.47,12,5.77,1.88,13,4.89,1.62,9,5.5,1.41,8,5.0,0.95,12,4.29,1.86,14,2.18,1.4,11,5.33,1.44,12,5.5,2.22,10,5.2,1.87,10,4.82,0.98,11,3.24,2.11,17,3.62,1.69,8,5.2,2.04,10,5.58,1.62,12
+silliness,6.27,1.61,22,5.13,2.75,23,6.21,1.9,19,6.12,1.55,8,6.15,1.57,13,3.88,2.47,8,5.86,2.82,14,5.71,1.89,7,6.36,1.96,11,6.38,1.6,8,6.0,1.53,13,5.22,3.38,9,5.07,2.4,14,5.71,1.8,7,6.5,1.98,12,6.18,1.6,11,6.36,1.69,11,4.56,3.17,9,5.5,2.5,14,6.06,1.95,16,7.0,1.73,3
+silly,6.72,1.72,39,4.86,2.36,42,6.5,1.56,26,7.0,1.89,15,6.54,1.61,24,4.5,2.68,10,4.97,2.33,31,6.77,1.3,13,6.23,1.79,13,6.83,1.34,18,6.62,2.01,21,4.4,2.16,15,5.11,2.47,27,6.71,1.79,17,6.11,0.93,9,6.74,1.63,23,6.69,1.89,16,5.33,2.09,18,4.5,2.54,24,6.31,1.62,16,6.8,1.48,10
+silo,4.59,0.94,17,2.9,2.38,20,4.83,1.64,23,4.67,0.98,12,4.4,0.89,5,5.4,2.97,5,2.07,1.49,15,5.0,1.15,13,4.6,2.17,10,4.43,1.13,7,4.7,0.82,10,4.43,3.1,7,2.08,1.44,13,4.82,1.99,11,4.83,1.34,12,4.67,1.12,9,4.5,0.76,8,3.1,2.77,10,2.7,2.06,10,5.11,1.96,9,4.64,1.45,14
+silver,7.48,1.75,21,4.0,2.53,20,7.05,2.39,19,7.23,1.96,13,7.88,1.36,8,5.43,2.51,7,3.23,2.28,13,7.29,1.7,7,6.92,2.78,12,7.25,2.09,12,7.78,1.2,9,4.11,2.47,9,3.91,2.7,11,6.8,2.15,10,7.33,2.74,9,7.67,1.23,12,7.22,2.33,9,5.57,1.99,7,3.15,2.44,13,6.71,2.43,7,7.25,2.45,12
+silverware,5.76,1.64,21,2.96,1.87,23,5.27,1.82,26,5.36,1.57,11,6.2,1.69,10,3.09,1.87,11,2.83,1.95,12,4.45,1.57,11,5.86,1.88,14,6.4,1.9,10,5.18,1.17,11,3.0,1.9,11,2.92,1.93,12,5.24,1.89,17,5.25,1.91,8,6.08,1.98,13,5.25,0.71,8,3.13,2.0,15,2.62,1.69,8,5.65,2.0,17,4.56,1.24,9
+silvery,5.72,1.87,18,3.67,2.63,18,4.88,2.47,17,5.73,0.9,11,5.71,2.93,7,5.25,2.87,4,3.21,2.49,14,3.88,2.64,8,5.78,2.05,9,6.12,1.46,8,5.4,2.17,10,3.86,2.61,7,3.55,2.77,11,3.5,1.76,6,5.64,2.54,11,5.0,1.65,12,7.17,1.47,6,3.27,2.72,11,4.29,2.56,7,4.86,2.19,7,4.9,2.77,10
+similar,5.86,1.42,21,3.43,1.83,21,5.8,1.98,25,6.0,1.48,12,5.67,1.41,9,3.0,1.53,7,3.64,1.98,14,5.4,2.01,10,6.07,1.98,15,6.5,1.91,4,5.71,1.31,17,3.7,2.0,10,3.18,1.72,11,5.29,2.43,7,6.0,1.81,18,5.92,1.38,12,5.78,1.56,9,3.77,1.83,13,2.88,1.81,8,5.11,2.03,9,6.19,1.91,16
+similarity,6.05,1.85,20,3.14,2.24,21,5.12,1.76,25,6.0,3.37,4,6.06,1.44,16,3.75,2.22,4,3.0,2.29,17,4.78,2.17,9,5.31,1.54,16,5.75,1.58,8,6.25,2.05,12,3.8,2.7,10,2.55,1.63,11,5.07,1.73,14,5.18,1.89,11,6.09,1.58,11,6.0,2.24,9,3.1,2.51,10,3.18,2.09,11,5.44,1.72,18,4.29,1.7,7
+simmer,5.86,1.42,21,3.18,2.17,22,5.41,1.97,27,5.8,1.62,10,5.91,1.3,11,3.14,2.48,7,3.2,2.11,15,5.06,2.22,17,6.0,1.33,10,6.18,1.78,11,5.5,0.85,10,2.8,2.95,5,3.29,1.99,17,5.0,2.15,14,5.85,1.72,13,5.54,1.39,13,6.38,1.41,8,2.3,1.57,10,3.92,2.39,12,5.64,2.1,14,5.15,1.86,13
+simple,7.17,1.54,18,2.71,2.35,21,6.5,1.62,18,6.75,1.75,8,7.5,1.35,10,3.0,3.06,7,2.57,2.03,14,6.55,1.51,11,6.43,1.9,7,7.0,1.61,11,7.43,1.51,7,2.0,2.65,9,3.25,2.05,12,6.73,1.68,11,6.14,1.57,7,7.0,1.54,12,7.5,1.64,6,2.58,2.54,12,2.89,2.2,9,6.56,1.88,9,6.44,1.42,9
+simpleton,4.53,2.29,19,3.18,2.42,22,4.11,2.2,28,4.67,1.63,6,4.46,2.6,13,3.36,2.73,11,3.0,2.19,11,4.82,2.93,11,3.65,1.5,17,4.73,2.05,11,4.25,2.71,8,3.0,2.1,11,3.36,2.8,11,4.5,2.12,18,3.4,2.27,10,5.38,2.1,13,2.67,1.51,6,3.14,2.48,14,3.25,2.49,8,3.62,2.53,16,4.75,1.54,12
+simplicity,7.05,1.13,19,3.57,2.11,21,6.18,2.22,22,6.67,1.53,3,7.12,1.09,16,3.25,1.98,8,3.77,2.24,13,6.11,2.52,9,6.23,2.09,13,7.0,1.41,9,7.1,0.88,10,3.22,2.11,9,3.83,2.17,12,5.86,2.48,14,6.75,1.67,8,6.86,0.69,7,7.17,1.34,12,4.1,1.91,10,3.09,2.26,11,6.33,2.53,12,6.0,1.89,10
+simplify,6.35,1.35,20,3.1,2.59,20,6.41,1.92,22,6.43,1.51,7,6.31,1.32,13,4.0,2.87,9,2.36,2.2,11,7.0,3.03,6,6.19,1.38,16,6.5,1.27,10,6.33,1.5,9,2.38,2.0,8,3.58,2.91,12,6.2,2.01,15,6.86,1.77,7,6.36,1.43,11,6.33,1.32,9,2.5,1.93,12,4.0,3.3,8,6.0,2.32,11,6.82,1.4,11
+simplistic,6.43,1.4,21,3.88,2.59,25,6.16,1.42,19,7.11,1.45,9,5.92,1.16,12,4.67,3.01,6,3.72,2.52,18,6.14,1.68,7,6.17,1.34,12,6.62,1.41,16,5.8,1.3,5,4.07,2.73,14,3.8,2.57,10,7.0,1.41,9,5.4,0.97,10,6.83,1.59,12,5.89,0.93,9,4.0,2.71,16,3.67,2.5,9,6.09,1.64,11,6.25,1.16,8
+simulate,5.76,1.55,21,4.84,2.29,19,5.19,2.34,21,5.67,1.03,6,5.8,1.74,15,6.14,2.67,7,4.08,1.73,12,5.36,2.8,11,5.0,1.83,10,5.83,0.98,6,5.73,1.75,15,5.2,2.57,10,4.44,2.01,9,5.14,2.51,14,5.29,2.14,7,5.57,1.62,7,5.86,1.56,14,4.79,2.49,14,5.0,1.87,5,4.92,2.57,12,5.56,2.07,9
+simulated,5.63,1.71,19,4.61,2.21,23,5.42,2.06,19,5.44,0.88,9,5.8,2.25,10,4.0,1.91,7,5.07,2.28,15,6.1,2.02,10,4.67,1.94,9,5.78,1.56,9,5.5,1.9,10,4.3,3.06,10,5.08,1.08,12,5.0,1.07,8,5.5,2.59,10,5.75,2.09,12,5.43,0.79,7,4.65,2.23,20,4.33,2.52,3,5.5,1.51,8,5.36,2.46,11
+simulation,5.67,1.11,21,3.83,2.33,23,4.81,2.17,26,5.73,1.01,11,5.6,1.26,10,3.18,2.18,11,4.42,2.39,12,4.64,2.34,11,5.07,2.13,14,6.0,1.15,10,5.36,1.03,11,3.64,2.42,11,4.0,2.34,12,4.88,2.06,17,4.88,2.59,8,5.85,1.28,13,5.38,0.74,8,4.07,2.19,15,3.38,2.67,8,4.88,2.45,17,4.67,1.66,9
+simulator,5.9,2.0,21,3.82,2.32,22,5.43,2.16,21,5.89,2.52,9,5.92,1.62,12,3.0,2.61,6,4.0,2.24,15,5.67,2.42,6,5.33,2.13,15,4.89,2.03,9,6.67,1.67,12,4.8,2.68,5,3.53,2.21,17,5.6,2.01,10,5.27,2.37,11,6.25,2.22,12,5.44,1.67,9,4.33,2.5,9,3.46,2.22,13,5.08,2.11,12,5.89,2.26,9
+simultaneous,5.57,1.63,21,3.48,2.06,23,5.59,2.27,17,5.67,1.66,9,5.5,1.68,12,4.45,2.3,11,2.58,1.38,12,5.33,2.5,9,5.88,2.1,8,5.57,2.23,7,5.62,1.39,13,4.0,2.53,11,3.0,1.48,12,5.83,2.79,6,5.45,2.07,11,5.62,1.94,13,5.5,1.07,8,3.0,1.26,11,3.92,2.57,12,5.38,2.33,8,5.78,2.33,9
+sin,3.08,1.85,40,5.82,2.04,22,5.74,2.21,19,3.36,1.6,14,2.92,1.98,26,6.08,1.83,12,5.5,2.32,10,5.6,2.17,10,5.89,2.37,9,3.41,1.92,22,2.67,1.71,18,5.89,1.96,9,5.77,2.17,13,4.88,1.73,8,6.3,2.5,10,3.39,1.53,23,2.65,2.18,17,4.44,1.74,9,6.77,1.69,13,4.88,1.64,8,6.36,2.42,11
+sincere,6.86,2.03,22,3.91,2.72,22,7.21,1.84,19,6.88,1.81,8,6.77,2.28,13,4.29,2.87,7,3.64,2.82,14,7.0,2.08,7,7.36,1.86,11,7.88,1.36,8,6.15,2.19,13,4.22,3.38,9,3.69,2.29,13,7.0,2.08,7,7.33,1.78,12,6.36,2.42,11,7.36,1.5,11,5.89,2.71,9,2.54,1.76,13,7.06,1.88,16,8.0,1.73,3
+sincerity,7.9,1.21,20,4.42,2.48,19,6.19,1.55,26,8.09,1.04,11,7.67,1.41,9,4.14,1.86,7,4.58,2.84,12,6.23,1.48,13,6.15,1.68,13,7.73,1.35,11,8.11,1.05,9,4.8,2.57,10,4.0,2.45,9,6.53,1.5,17,5.56,1.51,9,7.9,1.45,10,7.9,0.99,10,4.92,2.31,12,3.57,2.7,7,5.94,1.53,16,6.6,1.58,10
+sinful,3.37,2.39,19,5.76,2.34,21,4.09,2.58,47,5.33,3.79,3,3.0,2.0,16,5.5,3.39,6,5.87,1.92,15,5.47,2.67,15,3.44,2.3,32,2.56,2.13,9,4.1,2.47,10,6.14,2.54,7,5.57,2.31,14,4.24,2.67,25,3.91,2.52,22,3.14,2.19,7,3.5,2.58,12,6.11,2.67,9,5.5,2.15,12,4.13,2.67,30,4.0,2.47,17
+sing,7.5,1.37,22,4.1,2.49,21,6.67,1.88,18,7.17,1.47,6,7.6,1.4,15,4.14,2.73,7,4.07,2.46,14,6.0,1.94,9,7.62,1.51,8,7.57,1.28,14,7.29,1.7,7,4.33,2.29,9,3.92,2.71,12,6.3,2.06,10,7.12,1.64,8,7.5,1.4,14,7.5,1.41,8,4.0,2.97,6,4.13,2.39,15,6.9,2.13,10,6.38,1.6,8
+singer,6.9,1.41,20,4.86,2.08,21,5.79,2.17,34,7.2,1.55,10,6.6,1.26,10,4.75,1.75,8,4.92,2.33,13,6.0,2.25,14,5.65,2.16,20,6.56,1.42,9,7.18,1.4,11,4.92,1.8,13,4.75,2.6,8,6.05,2.19,22,5.33,2.15,12,6.6,1.51,10,7.2,1.32,10,5.14,1.99,14,4.29,2.29,7,5.94,1.85,17,5.65,2.5,17
+single,5.39,2.06,18,3.85,2.25,20,4.83,2.41,18,5.12,1.81,8,5.6,2.32,10,3.0,1.83,7,4.31,2.39,13,4.18,1.99,11,5.86,2.79,7,4.73,1.9,11,6.43,1.99,7,2.67,1.8,9,4.82,2.18,11,5.55,2.5,11,3.71,1.89,7,5.25,2.18,12,5.67,1.97,6,3.83,2.48,12,3.88,2.03,8,4.33,2.4,9,5.33,2.45,9
+singular,4.89,1.2,19,3.12,1.9,17,5.24,2.14,17,5.09,0.54,11,4.62,1.77,8,4.0,2.0,4,2.85,1.86,13,4.38,2.2,8,6.0,1.87,9,4.88,0.64,8,4.91,1.51,11,3.57,1.81,7,2.8,1.99,10,5.17,2.32,6,5.27,2.15,11,4.77,1.3,13,5.17,0.98,6,2.7,2.0,10,3.71,1.7,7,5.57,1.81,7,5.0,2.4,10
+singularity,4.6,2.14,20,3.22,2.19,23,5.33,2.03,18,4.89,2.52,9,4.36,1.86,11,3.91,2.07,11,2.58,2.19,12,5.9,1.85,10,4.62,2.13,8,4.29,2.5,7,4.75,2.09,12,3.82,2.27,11,2.67,2.06,12,5.43,2.15,7,5.27,2.05,11,3.92,2.11,12,5.62,1.85,8,3.09,2.26,11,3.33,2.23,12,4.56,1.42,9,6.11,2.32,9
+sinister,2.63,1.57,19,5.1,2.73,20,4.15,2.52,20,2.0,1.0,3,2.6,1.59,15,5.4,2.55,10,4.8,3.01,10,4.5,2.37,10,3.8,2.74,10,2.17,0.98,6,2.67,1.72,12,5.0,3.21,7,5.15,2.58,13,3.5,2.39,8,4.58,2.61,12,2.33,1.37,12,3.14,1.86,7,5.1,2.92,10,5.1,2.69,10,4.11,2.8,9,4.18,2.4,11
+sink,4.62,1.63,21,3.7,2.18,23,4.1,2.27,20,4.0,2.45,5,4.81,1.33,16,4.92,1.88,12,2.36,1.69,11,3.82,2.09,11,3.88,2.03,8,4.58,1.73,12,4.67,1.58,9,3.38,1.93,16,4.43,2.7,7,3.73,2.15,11,4.56,2.46,9,4.85,1.86,13,4.25,1.16,8,3.74,2.28,19,3.5,1.91,4,3.86,2.03,14,4.67,2.88,6
+sinker,4.84,1.77,19,3.45,2.32,22,3.96,1.89,27,5.17,1.17,6,4.69,2.02,13,3.55,2.54,11,3.36,2.2,11,3.1,2.38,10,4.47,1.37,17,4.64,1.69,11,5.12,1.96,8,2.91,1.76,11,4.0,2.76,11,3.71,1.96,17,4.4,1.78,10,5.08,2.06,13,4.33,0.82,6,3.29,2.13,14,3.75,2.76,8,3.81,2.2,16,4.18,1.4,11
+sinner,3.25,2.02,20,5.38,2.58,21,5.67,2.37,27,4.14,2.67,7,2.77,1.48,13,4.44,1.42,9,6.08,3.06,12,5.4,2.38,15,6.18,2.44,11,3.73,1.49,11,2.67,2.5,9,5.44,1.88,9,5.33,3.08,12,6.29,2.2,17,4.67,2.5,9,3.69,2.14,13,2.43,1.62,7,5.27,2.76,15,5.67,2.25,6,5.5,2.39,12,5.8,2.43,15
+sinus,3.57,1.54,21,3.23,2.37,22,4.78,2.14,27,3.8,1.81,10,3.36,1.29,11,3.0,2.58,7,3.33,2.35,15,4.29,2.2,17,5.6,1.84,10,4.09,1.58,11,3.0,1.33,10,2.6,2.19,5,3.41,2.45,17,4.79,2.36,14,4.77,1.96,13,3.77,1.74,13,3.25,1.16,8,2.0,1.7,10,4.25,2.42,12,5.21,2.39,14,4.31,1.8,13
+sip,5.38,1.16,21,2.71,1.94,24,6.3,2.27,20,5.38,1.6,8,5.38,0.87,13,4.67,1.51,6,2.06,1.63,18,6.64,1.91,11,5.89,2.71,9,5.08,1.38,12,5.78,0.67,9,3.3,2.16,10,2.29,1.73,14,6.31,2.32,13,6.29,2.36,7,5.5,0.94,14,5.14,1.57,7,3.38,2.03,16,1.38,0.74,8,6.5,1.98,12,6.0,2.78,8
+sir,5.45,1.41,22,4.33,2.35,21,5.11,1.75,18,5.67,0.82,6,5.47,1.6,15,4.0,3.16,7,4.5,1.95,14,5.0,2.0,9,5.12,1.64,8,5.57,1.45,14,5.43,1.4,7,4.33,2.35,9,4.33,2.46,12,5.1,2.08,10,5.12,1.36,8,5.71,1.27,14,5.0,1.6,8,4.17,2.93,6,4.4,2.2,15,5.0,2.11,10,5.25,1.28,8
+sire,5.38,1.43,21,3.54,2.47,24,5.47,2.0,17,5.75,1.04,8,5.15,1.63,13,4.67,1.03,6,3.17,2.71,18,6.0,1.66,9,4.88,2.3,8,5.42,1.68,12,5.33,1.12,9,3.9,2.73,10,3.29,2.33,14,5.7,2.06,10,5.14,2.04,7,5.64,1.55,14,4.86,1.07,7,4.19,2.43,16,2.25,2.12,8,6.0,1.73,9,4.88,2.23,8
+siren,3.8,2.09,20,6.1,2.86,20,4.88,2.29,26,3.36,2.01,11,4.33,2.18,9,7.14,2.73,7,5.54,2.88,13,5.08,2.84,13,4.69,1.65,13,4.0,2.05,11,3.56,2.24,9,6.0,3.0,11,6.22,2.86,9,4.88,2.45,17,4.89,2.09,9,3.3,2.31,10,4.3,1.83,10,5.83,3.16,12,6.5,2.51,8,4.44,2.22,16,5.6,2.32,10
+sirloin,7.38,1.24,21,4.0,2.59,24,5.9,1.97,20,7.62,1.3,8,7.23,1.24,13,5.67,2.07,6,3.44,2.55,18,6.18,1.54,11,5.56,2.46,9,7.17,1.4,12,7.67,1.0,9,4.8,2.15,10,3.43,2.79,14,6.0,2.16,13,5.71,1.7,7,7.29,1.07,14,7.57,1.62,7,4.56,2.83,16,2.88,1.64,8,6.33,1.78,12,5.25,2.19,8
+sissy,3.42,1.74,19,3.26,2.53,23,4.61,2.46,23,4.11,2.03,9,2.8,1.23,10,3.91,2.66,11,2.67,2.35,12,5.67,2.35,9,3.93,2.37,14,4.86,1.57,7,2.58,1.24,12,3.09,2.02,11,3.42,3.0,12,4.87,2.64,15,4.12,2.17,8,2.9,1.52,10,4.0,1.87,9,3.36,3.04,11,3.17,2.08,12,4.69,2.98,13,4.5,1.72,10
+sister,7.0,1.77,22,3.86,2.06,21,5.59,2.53,17,6.5,1.76,6,7.2,1.86,15,4.0,2.58,7,3.79,1.85,14,5.56,3.24,9,5.62,1.6,8,6.79,2.01,14,7.43,1.4,7,3.67,1.94,9,4.0,2.22,12,5.22,3.11,9,6.0,1.77,8,6.71,2.02,14,7.5,1.2,8,3.5,2.17,6,4.0,2.07,15,4.89,2.89,9,6.38,1.92,8
+sisterhood,5.68,1.2,19,4.33,2.35,18,4.88,2.42,17,5.55,1.04,11,5.88,1.46,8,3.75,1.89,4,4.5,2.5,14,3.25,2.19,8,6.33,1.58,9,5.12,1.36,8,6.09,0.94,11,4.14,2.19,7,4.45,2.54,11,4.67,2.8,6,5.0,2.32,11,6.0,1.08,13,5.0,1.26,6,4.64,2.77,11,3.86,1.57,7,4.29,2.36,7,5.3,2.5,10
+sit,5.82,1.18,22,3.19,2.11,21,6.06,2.31,18,6.0,0.89,6,5.8,1.32,15,3.0,2.58,7,3.29,1.94,14,6.11,2.93,9,6.0,1.77,8,5.79,1.37,14,6.0,0.82,7,3.67,2.55,9,2.83,1.75,12,5.6,2.84,10,6.62,1.41,8,5.79,1.31,14,5.88,0.99,8,2.83,2.64,6,3.33,1.95,15,6.5,2.37,10,5.5,2.27,8
+sitcom,6.1,1.22,21,3.29,2.87,24,4.9,2.15,20,6.38,1.41,8,5.92,1.12,13,3.33,3.14,6,3.28,2.87,18,5.36,2.38,11,4.33,1.8,9,5.83,1.11,12,6.44,1.33,9,3.7,3.16,10,3.0,2.72,14,4.92,2.29,13,4.86,2.04,7,6.14,1.1,14,6.0,1.53,7,4.0,3.22,16,1.88,1.13,8,5.0,2.52,12,4.75,1.58,8
+site,5.22,1.48,18,3.55,1.63,22,6.09,1.93,22,5.5,0.93,8,5.0,1.83,10,3.88,1.64,8,3.36,1.65,14,6.09,1.64,11,6.09,2.26,11,5.29,0.76,7,5.18,1.83,11,4.3,1.57,10,2.92,1.44,12,6.15,2.19,13,6.0,1.58,9,5.1,1.79,10,5.38,1.06,8,3.62,1.92,8,3.5,1.51,14,6.5,1.87,14,5.38,1.92,8
+sitter,4.89,1.33,19,2.73,1.93,22,4.68,2.53,22,4.89,0.33,9,4.9,1.85,10,3.62,2.45,8,2.21,1.42,14,4.82,2.32,11,4.55,2.84,11,5.0,0.0,7,4.83,1.7,12,3.8,2.1,10,1.83,1.27,12,4.92,2.43,13,4.33,2.78,9,4.8,1.81,10,5.0,0.5,9,3.12,2.3,8,2.5,1.74,14,4.5,2.85,14,5.0,2.0,8
+situation,5.33,1.53,18,4.05,2.58,20,4.33,2.14,18,5.0,1.07,8,5.6,1.84,10,4.14,2.97,7,4.0,2.48,13,4.45,1.92,11,4.14,2.61,7,4.91,1.45,11,6.0,1.53,7,3.67,2.87,9,4.36,2.42,11,4.55,2.25,11,4.0,2.08,7,5.0,1.35,12,6.0,1.79,6,3.42,2.19,12,5.0,2.98,8,4.89,2.09,9,3.78,2.17,9
+six,4.85,1.6,20,3.18,2.13,17,5.58,2.19,24,4.4,1.52,5,5.0,1.65,15,3.75,1.89,4,3.0,2.24,13,5.62,2.53,13,5.55,1.81,11,5.1,1.52,10,4.6,1.71,10,4.43,1.81,7,2.3,1.95,10,5.31,2.36,16,6.12,1.81,8,4.29,1.07,14,6.17,1.94,6,3.83,2.08,12,1.6,1.34,5,5.8,2.27,15,5.22,2.11,9
+sixpence,4.62,1.63,21,3.52,2.15,23,5.22,2.16,18,4.89,1.54,9,4.42,1.73,12,4.0,2.05,11,3.08,2.23,12,5.7,2.16,10,4.62,2.13,8,4.29,1.98,7,4.77,1.54,13,3.91,2.39,11,3.17,1.95,12,5.86,2.73,7,4.82,1.72,11,4.38,1.94,13,5.0,0.93,8,3.36,1.91,11,3.67,2.42,12,4.78,2.33,9,5.67,2.0,9
+sixteen,6.3,1.56,20,4.2,2.24,20,4.36,1.09,22,6.43,1.4,7,6.23,1.69,13,4.0,2.4,9,4.36,2.2,11,4.0,0.89,6,4.5,1.15,16,5.8,1.48,10,6.78,1.64,9,4.12,2.64,8,4.25,2.05,12,4.2,1.08,15,4.71,1.11,7,6.82,1.66,11,5.67,1.22,9,4.75,2.42,12,3.38,1.77,8,4.55,0.93,11,4.18,1.25,11
+sixty,4.7,1.95,20,3.9,2.59,20,4.77,2.47,22,5.2,2.28,5,4.53,1.88,15,3.88,2.42,8,3.92,2.81,12,4.67,2.5,12,4.9,2.56,10,5.5,2.39,8,4.17,1.47,12,4.11,2.71,9,3.73,2.61,11,3.86,3.02,7,5.2,2.14,15,5.56,2.19,9,4.0,1.48,11,3.38,2.47,13,4.86,2.73,7,5.25,2.56,12,4.2,2.35,10
+sizable,6.62,1.6,21,4.3,1.98,20,6.19,1.99,21,6.83,0.98,6,6.53,1.81,15,5.62,0.74,8,3.42,2.07,12,5.73,2.24,11,6.7,1.64,10,7.0,1.79,6,6.47,1.55,15,4.6,2.01,10,4.0,2.0,10,6.43,1.65,14,5.71,2.63,7,6.14,1.07,7,6.86,1.79,14,4.07,2.13,14,4.83,1.6,6,5.92,2.23,12,6.56,1.67,9
+size,5.61,1.42,18,3.14,2.17,21,5.22,2.02,18,5.38,1.41,8,5.8,1.48,10,3.86,2.19,7,2.79,2.15,14,5.55,1.69,11,4.71,2.5,7,5.55,1.44,11,5.71,1.5,7,2.78,2.28,9,3.42,2.15,12,5.55,2.21,11,4.71,1.7,7,5.25,1.14,12,6.33,1.75,6,2.58,2.07,12,3.89,2.2,9,6.33,1.66,9,4.11,1.76,9
+sizzle,6.14,1.39,21,4.39,2.46,23,4.85,1.46,26,6.55,1.13,11,5.7,1.57,10,4.55,2.62,11,4.25,2.42,12,4.64,1.91,11,5.0,1.11,14,6.3,1.42,10,6.0,1.41,11,3.73,2.61,11,5.0,2.26,12,4.76,1.71,17,5.0,0.93,8,6.0,1.53,13,6.38,1.19,8,4.4,2.41,15,4.38,2.72,8,4.94,1.34,17,4.67,1.73,9
+ska,4.57,2.06,21,3.56,2.18,25,5.42,2.34,19,4.78,2.22,9,4.42,2.02,12,3.67,2.16,6,3.67,2.22,18,5.0,2.0,7,5.67,2.57,12,4.31,2.06,16,5.4,2.07,5,3.0,2.04,14,4.6,2.07,10,5.44,2.35,9,5.4,2.46,10,4.92,2.35,12,4.11,1.62,9,4.38,2.19,16,2.11,1.27,9,5.18,2.75,11,5.75,1.75,8
+skate,6.74,1.66,19,4.48,2.5,23,4.84,1.86,19,6.22,1.79,9,7.2,1.48,10,4.29,2.56,7,4.67,2.61,15,4.5,1.35,10,5.22,2.33,9,7.0,1.87,9,6.5,1.51,10,4.3,2.83,10,4.75,2.38,12,3.88,1.36,8,5.7,1.95,10,6.92,1.51,12,6.43,1.99,7,4.55,2.28,20,4.0,4.36,3,4.12,1.13,8,5.36,2.16,11
+skateboard,5.16,2.06,19,4.0,2.61,21,5.16,1.82,25,3.5,1.73,4,5.6,1.96,15,3.5,2.38,4,4.12,2.71,17,5.33,2.12,9,5.06,1.69,16,5.0,1.77,8,5.27,2.33,11,4.0,2.54,10,4.0,2.79,11,5.14,1.79,14,5.18,1.94,11,5.45,2.07,11,4.75,2.12,8,4.2,3.05,10,3.82,2.27,11,5.5,1.82,18,4.29,1.6,7
+skater,6.16,1.83,19,3.95,2.6,21,5.24,2.17,25,5.0,2.31,4,6.47,1.64,15,2.25,1.26,4,4.35,2.69,17,5.56,2.13,9,5.06,2.24,16,5.88,1.55,8,6.36,2.06,11,4.0,2.62,10,3.91,2.7,11,4.79,2.12,14,5.82,2.18,11,6.2,1.99,10,6.11,1.76,9,4.4,2.72,10,3.55,2.54,11,5.28,2.05,18,5.14,2.61,7
+skedaddle,5.24,2.02,21,4.11,2.64,19,5.05,2.3,22,4.83,2.86,6,5.4,1.68,15,4.88,3.0,8,3.55,2.34,11,5.17,2.72,12,4.9,1.79,10,5.11,2.62,9,5.33,1.56,12,4.5,2.88,8,3.82,2.56,11,4.57,2.37,7,5.27,2.31,15,6.0,2.54,10,4.55,1.13,11,4.33,2.57,12,3.71,2.93,7,5.42,2.61,12,4.6,1.9,10
+skeet,4.25,1.74,20,5.1,2.45,21,5.42,2.01,19,4.67,1.73,9,3.91,1.76,11,3.4,2.88,5,5.6,2.2,15,5.67,2.34,6,5.31,1.93,13,4.14,1.79,14,4.5,1.76,6,4.75,2.86,12,5.5,1.93,8,4.56,1.42,9,6.2,2.2,10,4.4,1.96,10,4.1,1.6,10,4.64,2.94,11,5.6,1.78,10,5.17,2.99,6,5.54,1.51,13
+skeletal,3.63,1.86,19,4.2,1.94,20,5.65,2.25,20,5.0,0.0,3,3.47,1.96,15,4.1,1.97,10,4.3,2.0,10,5.6,1.78,10,5.7,2.75,10,4.5,2.43,6,3.33,1.5,12,4.14,2.73,7,4.23,1.48,13,5.88,2.53,8,5.5,2.15,12,3.0,1.35,12,4.71,2.21,7,4.3,2.11,10,4.1,1.85,10,5.44,2.46,9,5.82,2.18,11
+skeleton,4.37,1.95,19,4.55,2.86,22,4.64,1.83,28,5.33,1.37,6,3.92,2.06,13,4.82,3.03,11,4.27,2.8,11,5.09,2.43,11,4.35,1.32,17,4.55,2.21,11,4.12,1.64,8,4.0,2.28,11,5.09,3.36,11,4.61,1.85,18,4.7,1.89,10,4.31,1.84,13,4.5,2.35,6,3.86,2.91,14,5.75,2.49,8,4.06,2.02,16,5.42,1.24,12
+skeptic,4.21,1.55,19,5.35,1.5,20,5.59,1.92,22,4.2,1.64,5,4.08,1.55,13,4.83,2.14,6,5.57,1.16,14,4.78,1.2,9,6.15,2.15,13,4.0,1.41,7,4.18,1.66,11,5.0,2.0,6,5.5,1.29,14,4.6,1.84,10,6.42,1.62,12,3.83,1.47,12,4.86,1.57,7,5.0,1.76,10,5.7,1.16,10,5.23,1.59,13,6.11,2.32,9
+skeptical,3.58,1.77,19,5.45,2.15,42,5.26,1.97,19,3.67,1.12,9,3.5,2.27,10,5.0,2.37,12,5.62,2.11,29,5.2,2.3,10,5.33,1.66,9,3.57,1.27,7,3.58,2.07,12,5.0,2.37,12,5.63,2.08,30,4.5,1.41,8,5.5,2.01,10,3.9,2.13,10,3.22,1.3,9,5.11,2.31,19,5.74,2.03,23,5.12,1.96,8,5.36,2.06,11
+skepticism,4.3,2.0,20,5.3,2.41,20,4.92,2.18,25,3.45,1.92,11,5.33,1.66,9,5.29,2.36,7,5.31,2.53,13,5.42,2.27,12,4.46,2.07,13,4.82,2.09,11,3.67,1.8,9,5.36,2.2,11,5.22,2.77,9,5.35,2.0,17,4.0,2.39,8,4.8,2.15,10,3.8,1.81,10,5.08,2.54,12,5.62,2.33,8,5.4,1.8,15,4.2,2.57,10
+sketch,6.21,1.4,19,4.33,2.2,21,6.2,1.91,25,6.0,0.0,3,6.25,1.53,16,3.86,1.68,7,4.62,2.53,13,6.12,1.55,8,6.24,2.11,17,5.43,0.79,7,6.67,1.5,12,4.43,1.99,7,4.31,2.46,13,6.36,2.1,14,6.0,1.73,11,6.0,1.07,8,6.36,1.63,11,4.82,2.44,11,3.8,1.87,10,6.61,1.91,18,5.14,1.57,7
+sketchy,4.09,1.77,22,4.96,1.93,26,4.58,2.04,24,4.11,1.36,9,4.08,2.06,13,4.9,2.13,10,5.0,1.86,16,4.67,1.58,9,4.53,2.33,15,4.12,1.55,8,4.07,1.94,14,4.46,2.11,13,5.46,1.66,13,4.42,1.73,12,4.75,2.38,12,3.83,1.59,12,4.4,2.01,10,4.47,2.07,15,5.64,1.57,11,4.92,1.89,13,4.18,2.23,11
+skewer,5.37,1.67,19,4.81,2.11,21,5.83,1.7,23,5.0,1.87,5,5.46,1.71,13,5.0,3.03,6,4.73,1.75,15,5.8,1.62,10,5.85,1.82,13,4.57,1.9,7,5.82,1.47,11,5.43,2.37,7,4.5,1.99,14,6.0,1.55,11,5.67,1.87,12,5.67,1.44,12,4.86,2.04,7,5.0,2.28,11,4.6,2.01,10,5.86,1.66,14,5.78,1.86,9
+ski,5.91,2.11,22,6.05,2.55,19,4.86,2.35,21,5.8,1.64,5,5.81,2.29,16,6.5,2.56,8,5.73,2.61,11,4.9,2.64,10,4.82,2.18,11,6.25,2.05,12,5.5,2.22,10,5.9,2.92,10,6.22,2.22,9,4.83,2.89,12,4.89,1.54,9,6.09,2.26,11,5.73,2.05,11,5.5,3.07,8,6.45,2.16,11,5.0,2.5,9,4.75,2.34,12
+skid,4.0,1.92,21,4.45,2.16,20,4.4,2.54,20,5.0,1.1,6,3.6,2.06,15,5.12,1.81,8,4.0,2.34,12,3.6,2.22,10,5.2,2.7,10,4.17,2.14,6,3.93,1.91,15,4.4,2.22,10,4.5,2.22,10,5.15,2.61,13,3.0,1.83,7,4.0,1.73,7,4.0,2.08,14,4.79,2.39,14,3.67,1.37,6,4.36,2.73,11,4.44,2.46,9
+skier,5.76,1.18,21,3.14,2.4,22,5.81,2.15,27,5.6,1.17,10,5.91,1.22,11,2.29,1.7,7,3.53,2.61,15,6.06,2.49,17,5.4,1.43,10,5.91,0.94,11,5.6,1.43,10,2.2,1.79,5,3.41,2.53,17,6.14,2.54,14,5.46,1.66,13,5.85,0.99,13,5.62,1.51,8,2.9,2.69,10,3.33,2.23,12,6.36,1.95,14,5.23,2.28,13
+skiing,6.25,2.07,20,5.4,2.36,25,5.7,2.36,20,7.62,1.3,8,5.33,2.02,12,5.46,2.76,13,5.33,1.97,12,6.54,2.15,13,4.14,2.04,7,6.25,2.05,8,6.18,2.27,11,5.71,2.43,14,5.0,2.32,11,6.08,2.19,12,5.12,2.64,8,6.67,1.5,9,5.91,2.47,11,5.06,2.56,17,6.12,1.81,8,5.78,3.03,9,5.64,1.8,11
+skijump,5.11,1.33,19,5.5,2.58,42,5.36,2.45,39,5.0,1.0,3,5.12,1.41,16,5.1,2.69,10,5.55,2.58,31,5.8,2.24,15,5.08,2.59,24,5.11,1.62,9,5.1,1.1,10,5.8,2.51,15,5.33,2.65,27,5.17,2.41,23,5.62,2.58,16,5.0,1.15,7,5.17,1.47,12,4.83,2.92,18,6.0,2.23,24,5.48,2.68,21,5.22,2.24,18
+skill,6.65,1.81,20,4.94,2.39,18,7.41,1.65,22,7.6,1.67,5,6.33,1.8,15,5.83,1.94,6,4.5,2.54,12,7.2,1.32,10,7.58,1.93,12,7.3,1.25,10,6.0,2.11,10,5.2,2.3,10,4.62,2.62,8,7.27,1.9,11,7.55,1.44,11,6.67,1.72,12,6.62,2.07,8,4.22,2.95,9,5.67,1.5,9,7.09,1.92,11,7.73,1.35,11
+skilled,7.05,1.05,22,5.0,2.6,19,7.43,1.66,21,6.8,1.1,5,7.19,1.05,16,6.5,2.14,8,3.91,2.43,11,6.6,2.01,10,8.18,0.75,11,7.08,1.08,12,7.0,1.05,10,4.6,2.37,10,5.44,2.92,9,7.25,1.76,12,7.67,1.58,9,6.91,1.14,11,7.18,0.98,11,3.62,2.26,8,6.0,2.45,11,7.56,1.67,9,7.33,1.72,12
+skillet,5.85,1.9,20,3.24,2.66,21,5.33,2.32,24,5.75,3.2,4,5.88,1.59,16,3.75,2.75,4,3.12,2.71,17,5.56,2.83,9,5.2,2.04,15,6.0,1.41,8,5.75,2.22,12,3.4,2.5,10,3.09,2.91,11,5.43,2.31,14,5.2,2.44,10,6.18,1.72,11,5.44,2.13,9,2.9,2.92,10,3.55,2.5,11,5.94,2.25,17,3.86,1.86,7
+skillful,6.86,1.28,22,4.42,2.3,26,6.75,2.15,24,7.22,1.09,9,6.62,1.39,13,3.5,2.59,10,5.0,1.97,16,5.44,2.07,9,7.53,1.85,15,6.5,1.31,8,7.07,1.27,14,4.77,2.35,13,4.08,2.29,13,6.25,2.6,12,7.25,1.54,12,6.5,1.24,12,7.3,1.25,10,4.4,2.5,15,4.45,2.11,11,6.38,2.36,13,7.18,1.89,11
+skim,4.67,1.88,21,3.55,1.82,20,5.62,2.33,21,5.83,0.98,6,4.2,1.97,15,3.62,1.51,8,3.5,2.07,12,5.55,2.38,11,5.7,2.41,10,5.17,1.83,6,4.47,1.92,15,3.5,1.9,10,3.6,1.84,10,5.29,2.46,14,6.29,2.06,7,4.71,2.06,7,4.64,1.86,14,3.36,1.98,14,4.0,1.41,6,5.08,2.57,12,6.33,1.87,9
+skimpy,4.65,2.32,20,4.0,2.66,23,5.28,2.42,18,5.25,2.87,8,4.25,1.91,12,4.27,2.53,11,3.75,2.86,12,6.0,2.11,10,4.38,2.62,8,5.0,2.76,6,4.54,2.3,13,4.82,2.86,11,3.25,2.34,12,5.43,2.94,7,5.18,2.18,11,4.5,2.65,12,4.88,1.89,8,4.18,2.79,11,3.83,2.66,12,5.0,2.29,9,5.56,2.65,9
+skin,5.78,1.63,18,3.25,2.51,20,5.0,1.71,18,5.38,1.69,8,6.1,1.6,10,3.14,2.04,7,3.31,2.81,13,4.73,1.42,11,5.43,2.15,7,5.55,1.63,11,6.14,1.68,7,3.22,3.27,9,3.27,1.85,11,5.73,1.35,11,3.86,1.68,7,5.5,1.51,12,6.33,1.86,6,3.33,2.96,12,3.12,1.81,8,4.89,2.09,9,5.11,1.36,9
+skinny,5.36,2.15,22,4.27,2.36,26,5.79,2.28,24,5.11,2.32,9,5.54,2.11,13,2.4,1.78,10,5.44,1.9,16,5.78,1.99,9,5.8,2.51,15,6.25,1.58,8,4.86,2.32,14,4.46,2.79,13,4.08,1.93,13,5.25,2.6,12,6.33,1.87,12,5.33,2.46,12,5.4,1.84,10,4.13,2.5,15,4.45,2.25,11,5.31,2.56,13,6.36,1.86,11
+skip,4.76,1.58,21,4.25,1.96,24,5.35,2.32,20,4.75,1.91,8,4.77,1.42,13,4.08,2.22,13,4.45,1.69,11,5.33,2.57,12,5.38,2.07,8,4.75,1.98,8,4.92,1.31,12,4.93,1.77,14,3.3,1.89,10,5.36,2.34,11,5.33,2.45,9,4.0,1.41,10,5.45,1.44,11,4.12,2.06,17,4.57,1.81,7,4.11,2.62,9,6.36,1.5,11
+skirmish,4.25,2.05,20,5.11,2.52,18,4.42,2.26,24,5.0,1.58,5,4.0,2.17,15,6.0,2.92,5,4.77,2.39,13,4.0,2.68,13,4.91,1.64,11,4.6,2.32,10,3.9,1.79,10,5.57,3.1,7,4.82,2.18,11,4.31,2.52,16,4.62,1.77,8,3.86,1.61,14,5.17,2.79,6,5.25,2.77,12,4.83,2.14,6,4.73,2.19,15,3.89,2.42,9
+skirt,6.14,1.88,21,4.88,2.63,24,5.86,2.13,21,6.25,1.83,8,6.08,1.98,13,5.31,2.87,13,4.36,2.34,11,6.31,1.97,13,5.12,2.3,8,6.75,2.05,8,6.0,1.6,12,5.71,2.02,14,3.7,3.02,10,6.75,1.14,12,4.67,2.6,9,5.5,1.96,10,6.73,1.68,11,4.47,2.62,17,5.86,2.54,7,5.9,2.64,10,5.82,1.66,11
+skit,5.63,1.92,19,4.8,2.12,20,5.71,2.22,21,5.0,1.67,6,5.92,2.02,13,3.75,1.67,8,5.5,2.15,12,4.91,2.26,11,6.6,1.9,10,5.8,0.84,5,5.57,2.21,14,4.3,1.89,10,5.3,2.31,10,5.79,2.49,14,5.57,1.72,7,5.43,2.15,7,5.75,1.86,12,4.79,2.46,14,4.83,1.17,6,5.17,2.44,12,6.44,1.74,9
+skittish,4.27,1.12,22,4.95,2.54,22,4.21,2.27,19,4.62,1.6,8,4.0,0.71,13,4.71,2.43,7,5.29,2.61,14,4.29,3.15,7,4.09,1.81,11,4.12,0.64,8,4.31,1.38,13,4.56,2.7,9,5.23,2.49,13,4.14,2.27,7,4.25,2.38,12,4.45,1.51,11,4.09,0.54,11,3.67,2.5,9,5.85,2.23,13,4.25,2.41,16,4.0,1.73,3
+skull,3.63,2.03,19,4.98,2.34,45,4.19,2.18,21,4.0,1.55,6,3.46,2.26,13,4.9,2.47,20,5.04,2.28,25,3.78,2.28,9,4.5,2.15,12,4.0,1.41,10,3.22,2.59,9,5.4,2.4,25,4.45,2.21,20,3.09,1.87,11,5.4,1.9,10,3.25,1.49,8,3.91,2.39,11,4.66,2.59,29,5.56,1.71,16,3.18,1.94,11,5.3,1.95,10
+skunk,3.78,1.96,18,5.81,2.23,21,4.04,1.89,23,3.2,1.3,5,4.17,2.17,12,5.67,2.66,6,5.87,2.13,15,4.5,2.07,10,3.69,1.75,13,4.0,1.83,7,3.8,2.15,10,4.86,2.04,7,6.29,2.23,14,4.36,1.8,11,3.75,2.01,12,3.58,1.62,12,4.17,2.64,6,4.91,2.63,11,6.8,1.14,10,3.93,1.94,14,4.22,1.92,9
+sky,7.32,1.7,19,2.74,1.91,23,5.61,2.42,49,6.67,1.53,3,7.44,1.75,16,2.91,1.64,11,2.58,2.19,12,4.94,2.6,18,6.0,2.27,31,7.7,1.42,10,6.89,1.96,9,3.36,1.69,11,2.17,1.99,12,5.35,2.13,26,5.91,2.73,23,7.0,2.2,8,7.55,1.29,11,2.73,2.33,11,2.75,1.54,12,5.65,2.23,31,5.56,2.79,18
+skylight,6.8,1.24,20,3.95,2.61,20,5.5,2.11,22,6.57,1.51,7,6.92,1.12,13,4.33,2.55,9,3.64,2.73,11,4.67,2.42,6,5.81,1.97,16,6.5,1.27,10,7.33,1.0,9,3.38,2.62,8,4.33,2.64,12,5.0,2.24,15,6.57,1.4,7,6.91,1.3,11,6.67,1.22,9,3.83,2.59,12,4.12,2.8,8,4.82,2.56,11,6.18,1.33,11
+skyline,6.17,1.79,18,4.4,2.62,20,5.35,2.18,20,5.0,1.0,3,6.4,1.84,15,5.67,3.08,6,3.86,2.32,14,5.0,2.1,6,5.5,2.28,14,6.1,1.2,10,6.25,2.43,8,4.17,1.83,6,4.5,2.95,14,6.1,1.73,10,4.6,2.41,10,5.5,2.2,8,6.7,1.25,10,4.75,2.87,8,4.17,2.55,12,6.0,2.45,8,4.92,1.98,12
+skyscraper,5.84,1.54,19,5.33,2.46,40,5.25,2.4,20,4.67,1.53,3,6.06,1.48,16,5.79,2.58,14,5.08,2.42,26,5.7,1.95,10,4.8,2.82,10,6.1,1.6,10,5.56,1.51,9,5.41,2.12,17,5.26,2.73,23,5.38,2.13,8,5.17,2.66,12,6.0,1.77,8,5.73,1.42,11,4.53,2.39,19,6.05,2.36,21,4.11,2.52,9,6.18,1.94,11
+slab,4.7,1.63,20,2.4,1.43,20,4.27,1.58,22,5.43,1.51,7,4.31,1.6,13,2.56,1.59,9,2.27,1.35,11,4.83,1.33,6,4.06,1.65,16,4.9,1.73,10,4.44,1.67,9,2.12,1.13,8,2.58,1.62,12,4.4,1.68,15,4.0,1.41,7,4.73,1.9,11,4.67,1.32,9,2.58,1.44,12,2.12,1.46,8,4.55,1.63,11,4.0,1.55,11
+slack,3.85,1.6,20,3.22,2.26,18,5.08,2.3,24,4.2,1.48,5,3.73,1.67,15,2.8,0.84,5,3.38,2.63,13,4.85,2.38,13,5.36,2.29,11,4.4,1.51,10,3.3,1.57,10,3.71,2.43,7,2.91,2.21,11,4.69,2.33,16,5.88,2.17,8,3.43,1.4,14,4.83,1.72,6,3.25,2.18,12,3.17,2.64,6,5.53,2.17,15,4.33,2.45,9
+slag,2.63,1.57,19,3.9,2.19,21,3.92,1.82,24,3.33,1.86,6,2.31,1.38,13,4.45,2.21,11,3.3,2.11,10,4.38,1.85,8,3.69,1.82,16,3.0,1.49,10,2.22,1.64,9,4.22,1.86,9,3.67,2.46,12,4.47,1.66,17,2.17,1.17,6,2.0,1.07,8,3.09,1.76,11,3.5,1.93,8,4.15,2.38,13,4.25,1.91,16,3.25,1.49,8
+slam,4.79,2.04,19,4.61,2.35,18,4.12,2.29,17,5.64,1.86,11,3.62,1.77,8,5.5,2.38,4,4.36,2.37,14,4.62,2.83,8,3.67,1.73,9,5.62,2.07,8,4.18,1.89,11,4.29,2.43,7,4.82,2.4,11,3.67,2.73,6,4.36,2.11,11,4.85,2.41,13,4.67,1.03,6,4.09,2.34,11,5.43,2.3,7,4.14,2.12,7,4.1,2.51,10
+slammer,4.09,2.02,22,4.79,2.32,19,3.85,2.64,20,4.8,2.59,5,3.88,1.93,16,5.38,2.33,8,4.36,2.34,11,4.1,2.69,10,3.6,2.72,10,4.25,1.96,12,3.9,2.18,10,4.8,2.2,10,4.78,2.59,9,4.82,3.03,11,2.67,1.5,9,4.09,2.12,11,4.09,2.02,11,4.75,1.67,8,4.82,2.79,11,3.89,2.32,9,3.82,2.99,11
+slander,2.45,1.36,20,5.68,2.58,19,3.62,1.96,26,2.18,0.98,11,2.78,1.72,9,5.71,2.56,7,5.67,2.71,12,4.08,2.4,13,3.15,1.34,13,2.27,1.19,11,2.67,1.58,9,5.7,2.31,10,5.67,3.0,9,3.82,2.16,17,3.22,1.56,9,2.4,1.78,10,2.5,0.85,10,5.75,2.6,12,5.57,2.76,7,3.5,1.9,16,3.8,2.15,10
+slang,5.25,1.65,20,4.47,2.5,17,5.59,2.15,22,4.6,1.52,5,5.47,1.68,15,4.33,1.97,6,4.55,2.84,11,5.3,1.34,10,5.83,2.69,12,5.2,0.92,10,5.3,2.21,10,4.4,2.27,10,4.57,2.99,7,5.36,2.58,11,5.82,1.72,11,5.25,1.82,12,5.25,1.49,8,3.33,2.35,9,5.75,2.12,8,5.45,2.7,11,5.73,1.56,11
+slant,4.84,1.64,19,4.1,2.29,20,5.08,1.79,24,5.08,1.71,13,4.33,1.51,6,4.2,2.77,5,4.07,2.22,15,5.08,1.75,13,5.09,1.92,11,4.56,2.24,9,5.1,0.88,10,5.14,2.67,7,3.54,1.94,13,5.27,2.24,11,4.92,1.38,13,4.22,1.79,9,5.4,1.35,10,3.4,2.12,10,4.8,2.35,10,5.33,2.65,9,4.93,1.1,15
+slap,2.95,1.43,19,4.59,2.3,22,4.78,2.52,50,3.33,1.15,3,2.88,1.5,16,4.92,2.39,12,4.2,2.25,10,4.85,2.69,26,4.71,2.37,24,3.3,1.64,10,2.56,1.13,9,5.11,2.47,9,4.23,2.2,13,4.05,2.25,21,5.31,2.61,29,3.12,1.13,8,2.82,1.66,11,4.44,2.24,9,4.69,2.43,13,4.92,2.7,24,4.65,2.38,26
+slash,4.85,1.73,20,5.65,2.81,20,4.97,2.37,36,5.0,1.85,8,4.75,1.71,12,6.8,1.64,5,5.27,3.06,15,4.45,2.5,11,5.2,2.33,25,5.23,1.64,13,4.14,1.77,7,6.83,2.29,12,3.88,2.7,8,5.2,2.61,20,4.69,2.09,16,4.91,1.51,11,4.78,2.05,9,6.0,2.76,11,5.22,2.99,9,4.68,2.38,22,5.43,2.38,14
+slate,4.77,1.11,22,3.19,2.0,26,6.0,1.86,23,5.11,1.27,9,4.54,0.97,13,2.8,1.93,10,3.44,2.06,16,5.78,1.92,9,6.14,1.88,14,4.62,1.06,8,4.86,1.17,14,3.54,2.22,13,2.85,1.77,13,5.55,1.81,11,6.42,1.88,12,4.67,0.89,12,4.9,1.37,10,2.73,1.79,15,3.82,2.18,11,6.0,2.0,13,6.0,1.76,10
+slaughter,2.33,1.85,40,5.77,2.36,43,3.57,2.28,47,2.76,1.75,17,2.05,1.91,22,5.5,2.56,16,5.93,2.27,27,4.42,2.3,26,2.52,1.81,21,2.36,1.65,14,2.31,1.98,26,5.83,2.35,23,5.7,2.43,20,4.14,2.43,29,2.67,1.71,18,2.0,1.53,19,2.62,2.09,21,6.04,2.18,26,5.35,2.62,17,3.92,2.47,25,3.18,2.04,22
+slaughterhouse,2.68,1.67,19,6.76,2.39,21,3.17,2.39,23,3.6,2.41,5,2.38,1.33,13,6.5,1.38,6,6.87,2.72,15,3.3,2.31,10,3.08,2.53,13,2.14,1.95,7,3.09,1.51,11,6.86,1.57,7,6.71,2.76,14,3.64,2.16,11,2.75,2.6,12,2.75,1.82,12,2.57,1.51,7,5.91,2.91,11,7.7,1.16,10,3.36,2.13,14,2.89,2.85,9
+slave,2.06,1.92,18,4.53,2.68,45,2.61,2.5,61,2.75,2.6,8,1.5,0.97,10,5.29,2.49,17,3.96,2.72,27,2.52,2.25,31,2.7,2.77,30,3.0,2.71,7,1.45,0.93,11,4.81,2.68,21,4.29,2.73,24,2.67,2.46,36,2.52,2.6,25,2.5,2.46,10,1.5,0.76,8,4.59,2.75,29,4.44,2.66,16,3.45,2.85,31,1.73,1.72,30
+slavery,2.0,1.97,18,5.45,3.0,22,2.68,2.4,28,1.5,0.84,6,2.25,2.34,12,4.73,3.0,11,6.18,2.96,11,3.0,2.53,11,2.47,2.37,17,2.45,2.38,11,1.29,0.76,7,4.64,2.98,11,6.27,2.94,11,3.0,2.38,18,2.1,2.47,10,2.5,2.28,12,1.0,0.0,6,4.86,3.08,14,6.5,2.73,8,2.56,2.34,16,2.83,2.59,12
+slay,2.63,1.54,19,4.9,2.28,21,5.39,2.86,23,3.0,2.0,3,2.56,1.5,16,5.0,2.33,8,4.85,2.34,13,5.33,2.69,9,5.43,3.06,14,2.0,1.0,9,3.2,1.75,10,5.22,2.11,9,4.67,2.46,12,6.2,2.65,15,3.88,2.75,8,2.43,1.62,7,2.75,1.54,12,5.4,2.37,10,4.45,2.21,11,5.08,3.23,13,5.8,2.39,10
+slayer,4.43,2.56,21,4.88,2.8,24,5.0,2.47,19,5.11,2.42,9,3.92,2.64,12,4.33,2.94,6,5.18,2.86,17,4.57,1.72,7,5.25,2.86,12,4.88,2.5,16,3.0,2.45,5,4.5,3.13,14,5.67,2.29,9,4.78,2.68,9,5.2,2.39,10,4.42,2.75,12,4.44,2.46,9,5.12,2.5,16,4.38,3.46,8,5.64,2.84,11,4.12,1.64,8
+sleaze,2.95,2.06,21,4.12,1.8,24,3.82,2.08,22,3.38,2.62,8,2.69,1.7,13,4.0,1.71,12,4.25,1.96,12,4.23,2.24,13,3.22,1.79,9,3.38,2.62,8,2.75,1.76,12,4.46,1.33,13,3.73,2.24,11,4.83,1.99,12,2.6,1.51,10,3.5,2.37,10,2.45,1.69,11,3.56,1.67,16,5.25,1.58,8,3.3,2.41,10,4.25,1.76,12
+sleazy,3.85,1.93,20,5.64,2.19,22,4.6,1.6,20,3.67,1.87,9,4.0,2.05,11,5.6,2.76,10,5.67,1.72,12,4.38,1.3,8,4.75,1.82,12,4.0,1.92,14,3.5,2.07,6,5.12,2.7,8,5.93,1.9,14,5.12,1.89,8,4.25,1.36,12,3.9,1.73,10,3.8,2.2,10,5.67,2.02,12,5.6,2.5,10,4.64,1.8,11,4.56,1.42,9
+sled,6.35,1.58,17,3.25,2.24,20,5.6,1.71,25,6.4,1.34,5,6.33,1.72,12,3.09,2.47,11,3.44,2.07,9,5.12,1.54,16,6.44,1.74,9,6.43,1.81,7,6.3,1.49,10,2.78,2.11,9,3.64,2.38,11,5.5,1.82,20,6.0,1.22,5,6.33,1.66,9,6.38,1.6,8,2.55,1.92,11,4.11,2.42,9,5.37,1.67,19,6.33,1.75,6
+sledge,4.55,0.69,20,3.25,1.89,20,4.95,1.84,22,4.71,0.49,7,4.46,0.78,13,3.44,1.81,9,3.09,2.02,11,6.17,2.64,6,4.5,1.26,16,4.6,0.7,10,4.56,0.73,9,3.62,2.26,8,3.0,1.65,12,5.2,2.08,15,4.43,1.13,7,4.36,0.81,11,4.78,0.44,9,3.58,2.11,12,2.75,1.49,8,5.55,2.21,11,4.36,1.21,11
+sledgehammer,3.57,1.83,21,4.43,2.64,23,4.41,2.24,17,4.33,2.18,9,3.0,1.35,12,4.91,2.12,11,4.0,3.07,12,5.0,2.65,9,3.75,1.58,8,4.0,2.08,7,3.46,1.76,13,5.18,2.82,11,3.75,2.38,12,4.29,2.56,7,4.5,2.12,10,3.54,1.98,13,3.62,1.69,8,4.45,3.17,11,4.42,2.19,12,4.11,2.15,9,4.75,2.43,8
+sleek,6.26,1.48,19,4.08,2.28,24,5.71,2.31,28,6.5,1.2,8,6.09,1.7,11,4.33,2.45,9,3.93,2.25,15,6.29,2.37,14,5.14,2.18,14,6.11,1.69,9,6.4,1.35,10,3.92,2.19,12,4.25,2.45,12,4.57,2.38,14,6.86,1.61,14,6.1,1.45,10,6.44,1.59,9,4.17,2.33,12,4.0,2.34,12,5.58,1.78,12,5.81,2.69,16
+sleep,7.22,1.65,41,3.6,2.57,43,5.3,2.58,23,7.25,1.8,20,7.19,1.54,21,3.88,2.58,16,3.44,2.61,27,4.56,3.24,9,5.79,2.04,14,7.1,1.97,20,7.33,1.32,21,3.91,2.71,23,3.25,2.43,20,5.33,2.64,15,5.25,2.66,8,7.04,1.89,23,7.44,1.29,18,3.73,2.75,26,3.41,2.35,17,5.38,3.01,13,5.2,2.04,10
+sleeper,5.84,1.57,19,3.04,2.26,24,5.86,2.05,28,5.12,1.13,8,6.36,1.69,11,3.22,2.49,9,2.93,2.19,15,5.5,2.03,14,6.21,2.08,14,6.22,2.11,9,5.5,0.85,10,4.0,2.66,12,2.08,1.24,12,5.64,1.86,14,6.07,2.27,14,6.3,1.77,10,5.33,1.22,9,3.42,2.75,12,2.67,1.67,12,5.92,1.88,12,5.81,2.23,16
+sleepless,3.11,2.03,18,4.64,2.36,22,3.08,2.15,24,2.67,1.37,6,3.33,2.31,12,5.58,2.27,12,3.5,2.01,10,3.25,2.19,8,3.0,2.19,16,2.78,1.2,9,3.44,2.65,9,5.22,2.05,9,4.23,2.55,13,3.41,2.37,17,2.0,1.1,6,2.62,1.77,8,3.5,2.22,10,4.89,2.09,9,4.46,2.6,13,3.31,2.3,16,2.62,1.85,8
+sleepover,6.26,1.69,19,4.7,1.87,23,5.33,2.0,18,6.33,1.73,9,6.2,1.75,10,4.71,1.98,7,4.87,1.81,15,4.9,2.13,10,5.88,1.81,8,6.67,2.24,9,5.9,0.99,10,4.9,2.23,10,4.75,1.48,12,4.75,1.98,8,6.11,1.83,9,6.33,1.67,12,6.14,1.86,7,4.6,1.96,20,5.33,1.15,3,4.62,1.92,8,5.9,1.97,10
+sleepy,4.36,1.36,22,3.04,2.51,23,4.56,2.18,18,4.0,1.31,8,4.77,1.24,13,4.0,3.42,8,2.5,1.87,14,4.29,2.21,7,4.73,2.24,11,4.25,1.49,8,4.62,1.19,13,2.78,2.28,9,3.21,2.72,14,4.86,1.68,7,4.36,2.5,11,4.18,1.17,11,4.55,1.57,11,3.22,2.73,9,2.93,2.46,14,4.07,1.94,15,7.0,1.73,3
+sleepyhead,5.43,1.83,21,2.85,2.03,20,4.7,2.75,20,5.83,0.98,6,5.27,2.09,15,3.5,2.07,8,2.42,1.98,12,4.36,2.91,11,5.11,2.67,9,5.0,1.67,6,5.6,1.92,15,3.2,2.57,10,2.5,1.35,10,4.85,2.58,13,4.43,3.26,7,5.14,2.34,7,5.57,1.6,14,2.79,2.04,14,3.0,2.19,6,4.83,2.59,12,4.5,3.16,8
+sleet,4.4,1.88,20,4.0,2.53,20,3.88,1.9,25,4.25,2.63,4,4.44,1.75,16,3.0,1.73,3,4.18,2.65,17,4.33,2.4,9,3.62,1.59,16,4.38,1.41,8,4.42,2.19,12,3.33,2.29,9,4.55,2.7,11,3.93,1.77,14,3.82,2.14,11,4.27,1.56,11,4.56,2.3,9,3.9,2.77,10,4.1,2.42,10,4.28,2.02,18,2.86,1.07,7
+sleeve,5.95,1.39,19,3.26,2.34,23,6.05,1.72,19,5.56,0.73,9,6.3,1.77,10,3.43,2.51,7,3.27,2.4,15,6.5,1.78,10,5.56,1.59,9,6.33,1.5,9,5.6,1.26,10,4.4,2.72,10,2.42,1.68,12,5.75,1.75,8,6.3,1.83,10,6.25,1.6,12,5.43,0.79,7,3.45,2.44,20,2.0,1.0,3,5.75,1.58,8,6.27,1.85,11
+sleigh,6.11,1.7,19,3.42,1.98,24,5.85,2.21,27,5.25,1.16,8,6.73,1.79,11,3.11,1.96,9,3.6,2.03,15,5.5,2.24,14,6.23,2.2,13,6.33,1.5,9,5.9,1.91,10,4.0,2.09,12,2.83,1.75,12,5.54,2.63,13,6.14,1.79,14,6.5,1.72,10,5.67,1.66,9,3.5,2.02,12,3.33,2.02,12,6.18,1.94,11,5.62,2.42,16
+sleight,4.65,1.73,20,3.24,2.26,21,3.72,1.97,25,3.75,1.71,4,4.88,1.71,16,3.5,2.65,4,3.18,2.24,17,4.67,2.18,9,3.19,1.68,16,4.88,1.46,8,4.5,1.93,12,3.9,2.56,10,2.64,1.86,11,3.5,1.45,14,4.0,2.53,11,4.73,1.35,11,4.56,2.19,9,2.5,2.01,10,3.91,2.34,11,3.78,1.96,18,3.57,2.15,7
+slender,6.05,1.99,20,4.17,2.62,18,5.32,2.01,22,6.4,2.41,5,5.93,1.91,15,5.33,2.73,6,3.58,2.47,12,5.4,1.35,10,5.25,2.49,12,5.9,1.85,10,6.2,2.2,10,5.0,2.67,10,3.12,2.3,8,4.45,2.02,11,6.18,1.66,11,5.25,2.05,12,7.25,1.16,8,4.11,3.1,9,4.22,2.22,9,4.64,2.25,11,6.0,1.55,11
+slice,5.05,1.65,19,3.5,2.52,20,5.05,2.35,20,4.67,0.58,3,5.33,1.63,15,3.7,2.45,10,3.3,2.71,10,4.7,2.26,10,5.4,2.5,10,5.33,2.34,6,5.17,1.03,12,3.14,1.86,7,3.69,2.87,13,3.62,1.92,8,6.0,2.17,12,5.0,1.48,12,5.14,2.04,7,3.0,1.7,10,4.0,3.16,10,4.89,2.42,9,5.18,2.4,11
+slick,5.0,1.49,20,4.17,2.79,24,5.25,2.22,28,4.88,1.36,8,5.08,1.62,12,3.44,2.7,9,4.6,2.85,15,5.07,2.09,14,5.43,2.41,14,4.56,2.01,9,5.36,0.81,11,4.42,2.61,12,3.92,3.06,12,4.64,2.37,14,5.86,1.96,14,5.3,1.34,10,4.7,1.64,10,4.42,3.03,12,3.92,2.64,12,4.67,1.97,12,5.69,2.36,16
+slicker,4.84,1.61,19,3.82,2.68,22,5.14,1.76,28,4.83,1.47,6,4.85,1.72,13,3.91,2.74,11,3.73,2.76,11,5.64,2.16,11,4.82,1.42,17,4.82,1.25,11,4.88,2.1,8,3.55,2.58,11,4.09,2.88,11,5.22,1.52,18,5.0,2.21,10,5.08,1.75,13,4.33,1.21,6,3.64,2.71,14,4.12,2.8,8,4.94,1.91,16,5.42,1.56,12
+slide,5.71,1.71,21,3.3,2.1,23,5.5,2.38,18,6.0,1.58,9,5.5,1.83,12,3.82,2.27,11,2.83,1.9,12,5.2,2.86,10,5.88,1.73,8,5.57,2.3,7,5.85,1.46,13,3.73,2.37,11,2.92,1.83,12,5.14,2.79,7,5.73,2.2,11,5.69,2.02,13,5.75,1.16,8,3.45,1.97,11,3.17,2.29,12,5.78,2.28,9,5.22,2.59,9
+slider,5.94,1.43,18,4.35,2.37,23,5.44,1.69,18,5.89,1.27,9,6.0,1.66,9,4.86,2.04,7,4.27,2.55,15,5.7,2.0,10,5.12,1.25,8,6.75,1.67,8,5.3,0.82,10,4.7,2.63,10,4.25,2.22,12,4.75,1.16,8,6.11,1.96,9,6.18,1.47,11,5.57,1.4,7,4.2,2.42,20,5.33,2.08,3,5.0,1.07,8,5.8,2.04,10
+slight,4.6,1.47,20,3.78,1.93,23,5.62,1.53,21,4.89,1.45,9,4.36,1.5,11,3.55,1.97,11,4.0,1.95,12,5.25,0.89,8,5.85,1.82,13,4.93,1.33,14,3.83,1.6,6,3.22,2.05,9,4.14,1.83,14,6.0,1.41,8,5.38,1.61,13,5.0,1.25,10,4.2,1.62,10,3.69,1.84,13,3.9,2.13,10,6.0,1.6,12,5.11,1.36,9
+slim,6.63,1.61,19,4.26,2.07,23,4.47,2.29,19,6.0,1.12,9,7.2,1.81,10,3.86,1.35,7,4.47,2.42,15,4.5,1.96,10,4.44,2.74,9,7.33,1.5,9,6.0,1.49,10,4.7,2.26,10,3.92,2.02,12,5.0,1.69,8,3.7,2.45,10,6.67,1.72,12,6.57,1.51,7,4.1,1.92,20,5.33,3.21,3,5.12,1.73,8,4.0,2.61,11
+slime,3.15,1.57,41,4.58,2.47,43,4.04,1.71,26,3.84,1.64,19,2.65,1.27,20,5.0,2.71,19,4.26,2.32,23,3.85,1.21,13,4.23,2.13,13,2.94,1.29,16,3.33,1.76,24,4.06,2.82,18,4.96,2.17,25,4.47,1.74,17,3.22,1.39,9,2.74,1.54,23,3.67,1.5,18,4.25,2.77,20,4.87,2.2,23,4.44,1.71,16,3.4,1.58,10
+slimy,3.21,1.36,19,5.1,1.67,21,5.0,2.39,23,5.0,1.0,3,2.88,1.15,16,5.5,1.31,8,4.85,1.86,13,5.78,2.17,9,4.5,2.47,14,3.11,1.54,9,3.3,1.25,10,5.11,1.36,9,5.08,1.93,12,5.87,2.1,15,3.38,2.13,8,3.29,1.38,7,3.17,1.4,12,5.3,1.49,10,4.91,1.87,11,5.23,2.95,13,4.7,1.49,10
+sling,4.26,1.59,19,4.9,1.94,20,5.73,2.03,26,3.9,1.37,10,4.67,1.8,9,4.86,1.57,7,4.92,2.18,13,5.69,1.75,13,5.77,2.35,13,4.09,1.7,11,4.5,1.51,8,5.27,1.85,11,4.44,2.07,9,6.0,2.03,17,5.22,2.05,9,4.3,1.7,10,4.22,1.56,9,5.42,1.98,12,4.12,1.73,8,5.44,1.97,16,6.2,2.15,10
+slingshot,5.41,1.99,22,5.47,2.17,19,5.48,2.06,21,5.8,2.17,5,5.44,1.97,16,5.5,2.45,8,5.45,2.07,11,5.4,2.22,10,5.55,2.02,11,5.25,2.14,12,5.6,1.9,10,5.4,2.32,10,5.56,2.13,9,4.83,2.29,12,6.33,1.41,9,5.45,2.62,11,5.36,1.21,11,4.25,2.6,8,6.36,1.29,11,5.67,2.45,9,5.33,1.83,12
+slinky,4.63,1.8,19,3.95,2.3,22,5.21,1.84,24,4.67,1.97,6,4.62,1.8,13,4.25,2.09,12,3.6,2.59,10,5.0,2.2,8,5.31,1.7,16,4.7,2.0,10,4.56,1.67,9,3.89,1.96,9,4.0,2.58,13,5.59,1.84,17,4.17,1.72,6,4.0,1.85,8,5.09,1.7,11,3.78,2.33,9,4.08,2.36,13,5.56,1.82,16,4.5,1.77,8
+slip,4.33,1.28,21,4.7,2.03,23,3.81,1.92,26,4.73,1.01,11,3.9,1.45,10,5.09,2.21,11,4.33,1.87,12,3.64,1.96,11,3.93,2.02,14,4.2,1.4,10,4.45,1.21,11,5.09,2.39,11,4.33,1.67,12,4.18,2.01,17,3.0,1.69,8,4.23,1.42,13,4.5,1.07,8,4.67,2.13,15,4.75,1.98,8,3.88,2.12,17,3.67,1.58,9
+slipper,5.8,1.47,20,3.83,2.41,24,5.93,2.18,28,5.5,0.53,8,6.0,1.86,12,4.22,2.44,9,3.6,2.44,15,5.79,2.15,14,6.07,2.27,14,5.67,1.66,9,5.91,1.38,11,4.5,2.32,12,3.17,2.41,12,5.64,2.34,14,6.21,2.04,14,6.0,1.7,10,5.6,1.26,10,4.58,2.47,12,3.08,2.19,12,6.17,1.64,12,5.75,2.54,16
+slippery,4.38,1.36,21,5.35,2.4,23,4.0,2.3,18,5.0,1.69,8,4.17,0.83,12,4.75,2.55,8,5.71,2.43,14,3.86,2.85,7,4.0,2.11,10,5.0,1.77,8,4.17,0.72,12,5.44,2.74,9,5.29,2.27,14,4.57,2.23,7,3.64,2.38,11,4.64,1.63,11,4.1,0.99,10,4.44,2.92,9,5.93,1.9,14,3.67,2.09,15,5.67,3.06,3
+slit,4.26,2.26,19,4.23,2.54,22,4.22,2.24,23,4.91,2.3,11,3.71,1.89,7,4.88,2.47,8,3.86,2.6,14,4.43,2.3,7,4.12,2.28,16,3.38,2.33,8,4.91,2.07,11,3.78,2.73,9,4.54,2.47,13,3.91,2.21,11,4.5,2.32,12,3.83,2.37,12,5.0,2.0,7,3.27,2.65,11,5.18,2.14,11,4.31,2.5,13,4.1,1.97,10
+sliver,5.75,1.83,20,3.85,2.52,20,4.5,1.97,22,5.43,2.07,7,5.92,1.75,13,4.11,2.76,9,3.64,2.42,11,4.5,2.74,6,4.5,1.71,16,6.1,1.6,10,5.44,2.19,9,4.0,2.88,8,3.75,2.38,12,4.93,1.91,15,3.57,1.9,7,5.45,1.81,11,6.11,1.9,9,3.58,2.75,12,4.25,2.25,8,5.45,1.97,11,3.55,1.51,11
+slob,2.48,1.33,21,4.7,2.43,20,4.29,2.33,21,3.33,1.86,6,2.13,0.92,15,4.25,2.76,8,5.0,2.26,12,3.91,2.26,11,4.7,2.45,10,2.83,1.72,6,2.33,1.18,15,4.8,2.86,10,4.6,2.07,10,4.64,2.44,14,3.57,2.07,7,2.57,1.9,7,2.43,1.02,14,4.79,2.83,14,4.5,1.22,6,3.83,2.52,12,4.89,2.03,9
+slobber,3.65,1.97,23,4.29,2.65,21,3.92,2.18,25,3.17,1.17,6,3.82,2.19,17,3.0,2.71,4,4.59,2.62,17,4.33,2.35,9,3.69,2.12,16,4.33,1.32,9,3.21,2.22,14,4.8,2.62,10,3.82,2.71,11,3.71,1.59,14,4.18,2.82,11,3.69,1.8,13,3.6,2.27,10,3.7,2.41,10,4.82,2.86,11,4.22,2.16,18,3.14,2.19,7
+slogan,4.9,1.92,20,3.45,1.7,20,5.24,2.09,25,4.75,2.63,4,4.94,1.81,16,4.5,1.73,4,3.19,1.64,16,5.11,2.47,9,5.31,1.92,16,5.0,1.6,8,4.83,2.17,12,3.56,1.74,9,3.36,1.75,11,5.43,1.95,14,5.0,2.32,11,4.55,2.02,11,5.33,1.8,9,3.11,2.09,9,3.73,1.35,11,5.72,2.11,18,4.0,1.53,7
+slop,3.74,2.1,19,3.41,2.24,22,4.5,2.18,22,3.45,1.92,11,4.57,2.23,7,3.75,1.58,8,3.21,2.58,14,3.83,2.32,6,4.75,2.14,16,3.0,1.41,8,4.27,2.41,11,2.56,2.13,9,4.0,2.2,13,4.9,1.66,10,4.17,2.55,12,3.5,2.32,12,4.14,1.77,7,2.73,1.79,11,4.09,2.51,11,4.62,2.29,13,4.33,2.12,9
+slope,5.42,1.46,19,3.59,2.89,22,4.5,1.53,28,4.67,1.86,6,5.77,1.17,13,4.18,3.25,11,3.0,2.49,11,4.18,1.89,11,4.71,1.26,17,5.27,1.56,11,5.62,1.41,8,3.64,3.01,11,3.55,2.91,11,4.44,1.62,18,4.6,1.43,10,5.54,1.76,13,5.17,0.41,6,3.57,3.08,14,3.62,2.72,8,4.31,1.78,16,4.75,1.14,12
+sloppy,3.42,1.89,19,3.64,1.84,22,3.62,1.71,24,3.0,1.67,6,3.62,2.02,13,3.58,1.73,12,3.7,2.06,10,3.38,1.06,8,3.75,1.98,16,3.6,1.26,10,3.22,2.49,9,3.56,1.88,9,3.69,1.89,13,3.88,1.83,17,2.67,1.03,6,3.25,1.49,8,3.55,2.21,11,3.22,1.48,9,3.92,2.06,13,3.94,1.88,16,3.0,1.2,8
+slot,5.2,1.51,20,4.1,2.21,21,5.12,2.42,34,5.7,1.42,10,4.7,1.49,10,4.12,2.1,8,4.08,2.36,13,5.86,2.54,14,4.6,2.26,20,5.33,1.66,9,5.09,1.45,11,4.23,1.74,13,3.88,2.95,8,5.23,2.52,22,4.92,2.31,12,4.6,1.26,10,5.8,1.55,10,4.36,2.47,14,3.57,1.62,7,5.41,2.18,17,4.82,2.67,17
+sloth,4.05,2.14,20,2.9,2.2,20,4.0,2.27,22,3.86,1.68,7,4.15,2.41,13,3.0,2.29,9,2.82,2.23,11,5.67,2.42,6,3.38,1.93,16,3.2,1.4,10,4.89,2.62,9,2.88,2.3,8,2.92,2.23,12,4.47,2.2,15,3.0,2.24,7,4.0,2.61,11,4.11,1.54,9,3.0,2.13,12,2.75,2.43,8,4.18,2.52,11,3.82,2.09,11
+slouch,3.85,1.04,20,3.45,2.46,22,4.79,2.51,19,3.22,0.97,9,4.36,0.81,11,2.2,2.17,5,4.0,2.45,16,5.33,3.39,6,4.54,2.11,13,3.71,0.99,14,4.17,1.17,6,3.17,2.21,12,4.11,2.8,9,4.33,2.12,9,5.2,2.86,10,4.1,0.99,10,3.6,1.07,10,3.25,2.56,12,3.7,2.45,10,5.17,3.31,6,4.62,2.18,13
+slow,4.0,1.33,43,2.89,2.05,47,5.39,2.38,41,4.06,1.53,16,3.96,1.22,27,2.91,2.07,11,2.88,2.13,34,5.41,2.37,17,5.38,2.43,24,3.79,1.44,19,4.17,1.24,24,3.46,2.32,26,2.11,1.45,19,5.54,2.37,26,5.13,2.45,15,3.82,1.59,22,4.19,0.98,21,3.14,2.17,28,2.53,1.84,19,5.22,2.17,23,5.61,2.66,18
+sludge,2.95,1.23,20,4.38,2.27,21,4.33,2.48,33,2.5,0.85,10,3.4,1.43,10,4.5,1.69,8,4.31,2.63,13,4.21,2.42,14,4.42,2.59,19,2.78,1.48,9,3.09,1.04,11,4.23,1.83,13,4.62,2.97,8,4.36,2.56,22,4.27,2.45,11,2.7,1.42,10,3.2,1.03,10,5.07,2.02,14,3.0,2.24,7,4.94,2.41,17,3.69,2.47,16
+slug,3.16,1.54,19,4.9,2.53,21,4.56,2.39,34,3.0,1.33,10,3.33,1.8,9,5.12,2.59,8,4.77,2.59,13,4.5,2.71,14,4.6,2.21,20,3.0,1.73,9,3.3,1.42,10,4.23,2.45,13,6.0,2.39,8,4.95,2.54,22,3.83,1.99,12,2.6,1.84,10,3.78,0.83,9,5.36,2.41,14,4.0,2.71,7,4.88,2.29,17,4.24,2.51,17
+slugger,4.67,1.59,21,4.96,2.18,26,5.88,2.03,24,4.88,2.3,8,4.54,1.05,13,4.9,2.38,10,5.0,2.13,16,6.11,1.45,9,5.73,2.34,15,4.12,1.55,8,5.0,1.58,13,4.62,1.85,13,5.31,2.5,13,5.75,2.22,12,6.0,1.91,12,4.42,1.16,12,5.0,2.06,9,4.93,2.25,15,5.0,2.19,11,5.85,2.38,13,5.91,1.64,11
+sluggish,4.05,1.96,21,3.2,2.24,20,4.5,2.31,36,5.12,2.23,8,3.38,1.5,13,3.2,2.05,5,3.2,2.37,15,5.09,2.43,11,4.24,2.26,25,4.08,2.22,13,4.0,1.6,8,3.25,2.3,12,3.12,2.3,8,4.45,2.42,20,4.56,2.25,16,3.91,2.21,11,4.2,1.75,10,3.82,2.23,11,2.44,2.13,9,4.0,2.51,22,5.29,1.77,14
+slum,2.55,1.1,20,4.2,2.59,46,3.83,2.43,18,2.6,0.55,5,2.53,1.25,15,4.75,2.51,20,3.77,2.61,26,3.8,2.44,10,3.88,2.59,8,2.7,0.67,10,2.4,1.43,10,4.26,2.77,27,4.11,2.38,19,4.29,2.56,7,3.55,2.42,11,2.25,1.06,12,3.0,1.07,8,4.17,2.76,30,4.25,2.32,16,3.44,1.67,9,4.22,3.07,9
+slumber,6.24,1.7,21,2.73,2.14,22,5.08,2.1,25,5.5,1.58,10,6.91,1.58,11,1.71,0.76,7,3.2,2.43,15,4.94,2.32,16,5.33,1.73,9,6.27,2.1,11,6.2,1.23,10,3.6,3.21,5,2.47,1.77,17,5.0,2.2,13,5.17,2.08,12,6.31,1.93,13,6.12,1.36,8,2.6,2.55,10,2.83,1.85,12,4.79,2.19,14,5.45,2.02,11
+slump,3.95,2.01,21,4.19,1.94,21,4.48,2.2,25,3.67,1.83,12,4.33,2.29,9,4.43,1.51,7,4.07,2.16,14,4.4,2.32,10,4.53,2.2,15,5.0,3.27,4,3.71,1.65,17,3.3,1.77,10,5.0,1.79,11,4.43,2.3,7,4.5,2.23,18,4.08,2.07,12,3.78,2.05,9,3.92,1.61,13,4.62,2.45,8,3.89,1.45,9,4.81,2.51,16
+slur,2.89,2.11,19,3.48,2.25,23,4.47,2.25,19,3.0,2.24,9,2.8,2.1,10,3.43,2.7,7,3.6,2.16,15,3.8,2.15,10,5.22,2.22,9,2.89,2.62,9,2.9,1.66,10,3.5,2.76,10,3.58,1.93,12,3.75,1.04,8,5.2,2.82,10,3.25,2.34,12,2.29,1.6,7,3.5,2.42,20,3.33,0.58,3,3.5,0.93,8,5.18,2.68,11
+slurp,5.0,2.03,20,4.81,1.75,21,5.67,1.62,21,4.67,1.32,9,5.27,2.49,11,5.11,2.62,9,4.58,0.67,12,5.5,1.07,8,5.77,1.92,13,4.71,1.64,14,5.67,2.8,6,5.5,2.51,8,4.38,0.96,13,6.12,1.46,8,5.38,1.71,13,4.9,1.73,10,5.1,2.38,10,4.5,1.62,12,5.22,1.92,9,5.75,2.01,12,5.56,1.01,9
+slush,4.68,1.98,41,4.16,2.63,19,4.78,2.41,23,4.29,1.77,14,4.89,2.08,27,5.29,2.63,7,3.5,2.5,12,5.11,2.71,9,4.57,2.28,14,4.61,1.79,18,4.74,2.16,23,4.3,2.87,10,4.0,2.5,9,5.13,2.77,15,4.12,1.46,8,4.16,2.21,25,5.5,1.21,16,3.83,3.01,12,4.71,1.89,7,5.0,3.11,13,4.5,1.08,10
+slut,2.55,1.28,20,5.96,2.36,23,3.9,2.68,21,2.4,1.14,5,2.6,1.35,15,6.5,2.54,12,5.36,2.11,11,4.18,3.09,11,3.67,2.4,9,1.82,0.75,11,3.44,1.24,9,5.81,2.46,16,6.29,2.29,7,3.64,2.11,11,4.2,3.29,10,2.58,1.62,12,2.5,0.53,8,6.42,2.27,19,3.75,1.5,4,3.64,2.65,14,4.43,2.88,7
+slutty,3.5,2.61,20,6.55,1.95,22,5.19,2.5,21,4.11,2.85,9,3.0,2.41,11,7.3,1.42,10,5.92,2.15,12,5.12,2.17,8,5.23,2.77,13,3.43,2.59,14,3.67,2.88,6,6.88,1.46,8,6.36,2.21,14,6.12,1.73,8,4.62,2.79,13,3.3,2.63,10,3.7,2.71,10,6.0,2.13,12,7.2,1.55,10,5.75,2.77,12,4.44,2.01,9
+sly,3.74,1.79,19,4.76,2.56,17,5.38,2.55,24,4.4,2.3,5,3.5,1.61,14,4.4,3.44,5,4.92,2.27,12,5.38,2.53,13,5.36,2.69,11,4.7,1.34,10,2.67,1.66,9,4.86,3.02,7,4.7,2.36,10,5.06,2.35,16,6.0,2.98,8,3.43,1.74,14,4.6,1.82,5,5.0,2.3,12,4.2,3.35,5,5.67,2.5,15,4.89,2.71,9
+smack,3.95,2.22,19,5.39,2.21,23,5.11,2.22,18,4.11,1.76,9,3.8,2.66,10,5.29,1.98,7,5.67,2.26,15,5.2,2.39,10,5.0,2.14,8,4.44,2.74,9,3.5,1.65,10,4.7,2.5,10,6.25,1.54,12,4.12,1.46,8,5.56,2.35,9,4.0,2.7,12,3.86,1.21,7,5.1,2.17,20,7.33,1.53,3,4.57,2.37,7,5.45,2.16,11
+small,5.76,2.02,21,3.43,1.78,21,4.53,2.07,17,4.5,2.43,6,6.29,1.73,14,3.14,1.95,7,3.57,1.74,14,4.62,2.07,8,4.62,2.26,8,5.62,2.5,13,6.0,1.0,7,3.33,2.06,9,3.5,1.62,12,5.2,2.15,10,3.57,1.62,7,5.92,1.89,13,5.5,2.33,8,3.33,2.07,6,3.47,1.73,15,4.7,2.36,10,4.29,1.7,7
+smallpox,2.02,1.26,42,4.9,2.5,39,3.34,2.39,62,1.94,1.34,16,2.08,1.23,26,5.08,2.33,13,4.81,2.62,26,3.18,2.28,22,3.44,2.51,39,2.25,1.45,20,1.86,1.06,21,5.4,1.73,20,4.37,3.08,19,3.62,2.18,37,2.92,2.73,24,2.04,1.3,24,2.0,1.24,18,5.0,2.45,26,4.69,2.69,13,3.41,2.42,39,3.22,2.39,23
+smart,7.73,1.2,22,3.81,2.27,21,6.81,2.61,16,8.33,0.82,6,7.53,1.3,15,3.0,1.91,7,4.21,2.39,14,5.5,2.93,8,8.12,1.46,8,7.71,1.14,14,7.86,1.46,7,3.33,2.35,9,4.17,2.25,12,6.56,3.24,9,7.14,1.68,7,7.71,1.33,14,7.75,1.04,8,4.0,2.53,6,3.73,2.25,15,6.44,3.17,9,7.29,1.8,7
+smartass,5.1,1.92,20,5.45,2.35,20,5.4,2.84,25,5.5,2.38,4,5.0,1.86,16,4.5,1.73,4,5.69,2.47,16,6.67,2.06,9,4.69,3.03,16,4.88,2.3,8,5.25,1.71,12,6.0,2.18,9,5.0,2.49,11,6.29,2.89,14,4.27,2.45,11,5.27,1.95,11,4.89,1.96,9,5.11,2.71,9,5.73,2.1,11,5.67,2.87,18,4.71,2.87,7
+smarten,6.22,1.8,18,3.7,2.58,20,5.84,2.15,25,7.4,0.89,5,5.77,1.88,13,4.18,2.93,11,3.11,2.09,9,5.38,2.19,16,6.67,1.94,9,6.71,2.06,7,5.91,1.64,11,3.67,2.92,9,3.73,2.41,11,5.75,2.27,20,6.2,1.79,5,6.22,2.05,9,6.22,1.64,9,3.64,2.58,11,3.78,2.73,9,5.79,2.1,19,6.0,2.53,6
+smarty,6.36,1.4,22,4.05,2.4,21,6.68,1.94,22,6.64,1.5,14,5.88,1.13,8,4.18,2.56,11,4.22,2.22,9,6.5,2.17,6,6.75,1.91,16,6.3,1.34,10,6.42,1.51,12,3.55,2.16,11,4.6,2.63,10,7.0,1.73,13,6.22,2.22,9,6.08,1.08,12,6.7,1.7,10,3.77,2.62,13,4.5,2.07,8,6.92,1.78,12,6.4,2.17,10
+smash,4.68,1.46,22,5.76,2.17,21,5.77,1.88,22,4.64,1.45,14,4.75,1.58,8,5.73,2.45,11,5.89,2.03,9,5.17,1.33,6,6.0,2.03,16,4.9,1.97,10,4.5,0.9,12,5.0,2.45,11,6.6,1.51,10,5.46,1.76,13,6.22,2.05,9,4.25,1.54,12,5.2,1.23,10,5.38,2.63,13,6.38,0.92,8,6.33,1.37,12,5.1,2.23,10
+smear,3.84,1.64,19,4.04,2.74,23,4.89,2.36,28,4.12,1.36,8,3.64,1.86,11,3.88,3.09,8,4.13,2.64,15,5.0,2.32,14,4.79,2.49,14,3.78,1.72,9,3.9,1.66,10,3.64,3.14,11,4.42,2.39,12,3.64,2.41,14,6.14,1.56,14,3.9,1.73,10,3.78,1.64,9,4.08,2.43,12,4.0,3.16,11,4.58,2.15,12,5.12,2.55,16
+smell,6.39,1.79,18,5.24,2.83,21,5.44,2.28,18,5.5,1.51,8,7.1,1.73,10,5.14,3.13,7,5.29,2.79,14,5.36,2.16,11,5.57,2.64,7,5.91,1.64,11,7.14,1.86,7,4.78,3.23,9,5.58,2.57,12,5.55,2.34,11,5.29,2.36,7,6.0,1.76,12,7.17,1.72,6,4.5,2.97,12,6.22,2.44,9,5.22,3.11,9,5.67,1.12,9
+smelly,2.68,1.46,22,5.43,2.27,21,4.0,1.75,20,3.4,1.14,5,2.47,1.5,17,5.67,3.27,6,5.33,1.88,15,4.5,2.07,6,3.79,1.63,14,3.0,1.67,11,2.36,1.21,11,5.43,1.81,7,5.43,2.53,14,4.5,1.96,10,3.5,1.43,10,2.8,1.32,10,2.58,1.62,12,5.89,2.26,9,5.08,2.31,12,3.88,2.1,8,4.08,1.56,12
+smidgen,5.17,1.83,23,3.95,2.26,22,5.25,2.2,20,5.62,1.92,8,4.93,1.79,15,5.0,2.49,10,3.08,1.68,12,5.29,2.36,7,5.23,2.2,13,5.75,1.86,12,4.55,1.63,11,3.18,1.4,11,4.73,2.72,11,5.0,2.2,15,6.0,2.24,5,5.0,1.95,11,5.33,1.78,12,3.6,1.58,10,4.25,2.73,12,5.1,1.73,10,5.4,2.67,10
+smile,7.89,2.19,18,4.62,3.09,21,7.72,1.18,18,6.5,2.78,8,9.0,0.0,10,5.0,3.11,7,4.43,3.18,14,7.27,1.27,11,8.43,0.53,7,7.18,2.6,11,9.0,0.0,7,5.44,3.13,9,4.0,3.05,12,7.82,0.98,11,7.57,1.51,7,7.58,2.61,12,8.5,0.84,6,4.17,2.89,12,5.22,3.42,9,7.89,1.05,9,7.56,1.33,9
+smiley,7.58,1.39,19,5.09,2.6,22,7.27,1.75,22,7.56,1.42,9,7.6,1.43,10,4.12,2.1,8,5.64,2.76,14,7.36,1.8,11,7.18,1.78,11,6.86,1.68,7,8.0,1.04,12,4.9,2.28,10,5.25,2.93,12,6.85,2.03,13,7.89,1.05,9,7.1,1.45,10,8.11,1.17,9,5.0,2.78,8,5.14,2.6,14,7.36,1.82,14,7.12,1.73,8
+smirk,5.32,1.95,19,4.7,1.53,20,5.82,1.99,22,5.29,2.06,7,5.33,1.97,12,4.11,1.69,9,5.18,1.25,11,5.67,2.34,6,5.88,1.93,16,5.8,1.75,10,4.5,2.07,8,4.5,1.2,8,4.83,1.75,12,5.8,2.14,15,5.86,1.77,7,5.55,2.25,11,5.0,1.51,8,4.67,1.3,12,4.75,1.91,8,5.55,2.38,11,6.09,1.58,11
+Smirnoff,6.44,2.45,18,4.45,2.56,20,4.76,2.22,25,7.4,1.14,5,6.08,2.75,13,4.82,3.06,11,4.0,1.87,9,4.19,1.87,16,5.78,2.54,9,6.57,2.37,7,6.36,2.62,11,4.89,2.71,9,4.09,2.51,11,5.05,2.28,20,3.6,1.67,5,6.56,2.65,9,6.33,2.4,9,3.91,2.43,11,5.11,2.71,9,4.32,1.95,19,6.17,2.64,6
+smite,3.95,1.77,21,5.75,2.22,20,4.61,2.51,36,4.12,1.96,8,3.85,1.72,13,6.4,1.67,5,5.53,2.39,15,5.45,2.54,11,4.24,2.45,25,3.92,1.98,13,4.0,1.51,8,5.92,2.11,12,5.5,2.51,8,5.25,2.36,20,3.81,2.54,16,4.55,1.44,11,3.3,1.95,10,6.36,2.25,11,5.0,2.06,9,4.32,2.66,22,5.07,2.27,14
+smithereens,4.16,1.83,19,5.14,2.13,21,5.13,2.32,23,4.67,0.58,3,4.06,1.98,16,6.12,0.83,8,4.54,2.47,13,5.22,2.64,9,5.07,2.2,14,3.44,1.67,9,4.8,1.81,10,5.33,1.73,9,5.0,2.45,12,5.8,2.51,15,3.88,1.25,8,3.86,1.35,7,4.33,2.1,12,6.2,0.92,10,4.18,2.48,11,5.38,2.84,13,4.8,1.48,10
+smock,5.25,1.74,20,3.39,2.06,18,5.25,2.09,24,5.0,1.58,5,5.33,1.84,15,3.4,2.19,5,3.38,2.1,13,4.85,2.48,13,5.73,1.49,11,5.5,1.58,10,5.0,1.94,10,4.0,2.38,7,3.0,1.84,11,5.19,2.1,16,5.38,2.2,8,4.86,1.66,14,6.17,1.72,6,3.75,2.09,12,2.67,1.97,6,5.27,2.15,15,5.22,2.11,9
+smog,2.56,2.09,18,4.3,2.44,23,2.89,1.2,19,2.78,2.33,9,2.33,1.94,9,4.0,2.89,7,4.47,2.39,15,2.8,1.23,10,3.0,1.22,9,2.56,2.83,9,2.56,1.13,9,5.0,2.67,10,3.75,2.3,12,3.12,1.36,8,2.7,1.16,10,3.27,2.37,11,1.43,0.79,7,4.15,2.56,20,5.33,1.15,3,2.88,1.25,8,2.91,1.22,11
+smoke,3.44,2.23,18,5.0,2.7,20,4.17,2.2,18,4.12,2.1,8,2.9,2.28,10,4.43,2.82,7,5.31,2.69,13,3.55,1.63,11,5.14,2.73,7,4.36,2.16,11,2.0,1.53,7,5.22,3.15,9,4.82,2.4,11,4.55,2.25,11,3.57,2.15,7,3.67,2.02,12,3.0,2.76,6,4.08,2.81,12,6.38,1.92,8,3.67,2.55,9,4.67,1.8,9
+smoker,3.59,2.02,22,3.79,1.96,19,4.9,2.66,21,3.4,1.82,5,3.62,2.19,16,3.5,2.33,8,4.0,1.73,11,5.0,2.75,10,4.82,2.71,11,3.0,1.81,12,4.3,2.11,10,4.2,1.87,10,3.33,2.06,9,5.08,2.54,12,4.67,2.96,9,2.73,1.68,11,4.45,2.02,11,3.75,2.31,8,3.82,1.78,11,5.44,2.79,9,4.5,2.61,12
+smoky,3.73,2.03,22,4.87,2.42,23,5.26,2.05,19,4.38,2.56,8,3.23,1.64,13,4.0,2.51,8,5.5,2.31,14,5.86,2.34,7,4.73,1.85,11,3.62,2.83,8,3.69,1.55,13,5.56,2.92,9,4.43,2.03,14,4.86,2.79,7,5.5,1.57,12,3.82,2.52,11,3.64,1.5,11,4.78,3.11,9,4.93,1.98,14,5.12,2.19,16,6.0,1.0,3
+smooch,7.35,1.35,20,5.48,2.54,23,6.71,1.85,21,7.0,1.22,9,7.64,1.43,11,6.0,2.32,11,5.0,2.73,12,5.5,1.41,8,7.46,1.71,13,7.36,1.28,14,7.33,1.63,6,6.33,2.55,9,4.93,2.46,14,6.5,2.0,8,6.85,1.82,13,7.3,1.49,10,7.4,1.26,10,5.15,2.23,13,5.9,2.96,10,7.25,2.01,12,6.0,1.41,9
+smooth,6.42,1.77,19,2.76,2.02,21,6.26,1.88,46,6.56,1.42,9,6.3,2.11,10,3.29,2.69,7,2.5,1.65,14,6.12,1.94,25,6.43,1.83,21,6.14,1.68,7,6.58,1.88,12,2.8,2.25,10,2.73,1.9,11,6.46,1.86,28,5.94,1.92,18,5.9,1.85,10,7.0,1.58,9,3.38,2.29,13,1.75,0.89,8,6.16,2.1,25,6.38,1.63,21
+smoothie,7.89,1.2,19,4.35,2.53,23,5.89,1.94,19,7.56,1.24,9,8.2,1.14,10,3.14,1.95,7,5.07,2.6,15,6.3,2.0,10,5.44,1.88,9,8.44,1.01,9,7.4,1.17,10,4.9,2.92,10,4.08,2.23,12,5.38,1.51,8,6.0,2.11,10,7.83,1.27,12,8.0,1.15,7,4.55,2.52,20,3.0,2.65,3,6.0,1.93,8,5.82,2.04,11
+smother,2.68,1.57,19,4.75,2.59,20,4.2,2.28,20,4.0,2.0,3,2.44,1.41,16,4.33,2.66,6,4.93,2.64,14,5.67,1.51,6,3.57,2.31,14,3.0,1.83,10,2.33,1.22,9,4.71,2.5,7,4.77,2.74,13,5.2,2.2,10,3.2,1.99,10,3.25,1.58,8,2.27,1.49,11,4.67,3.0,9,4.82,2.36,11,4.12,2.85,8,4.25,1.96,12
+smudge,4.29,1.52,21,3.32,2.06,22,4.89,2.31,27,4.2,1.32,10,4.36,1.75,11,2.57,1.99,7,3.67,2.06,15,4.88,2.52,17,4.9,2.02,10,4.36,1.57,11,4.2,1.55,10,2.4,1.95,5,3.59,2.06,17,5.21,2.61,14,4.54,1.98,13,3.92,1.61,13,4.88,1.25,8,2.7,1.95,10,3.83,2.08,12,5.29,2.33,14,4.46,2.3,13
+smug,3.68,1.67,19,3.5,2.06,20,4.75,1.33,20,4.0,1.73,3,3.62,1.71,16,4.17,2.04,6,3.21,2.08,14,5.67,1.21,6,4.36,1.22,14,4.3,1.57,10,3.0,1.58,9,2.57,1.9,7,4.0,2.04,13,4.9,1.29,10,4.6,1.43,10,3.88,1.89,8,3.55,1.57,11,3.22,2.11,9,3.73,2.1,11,4.62,1.69,8,4.83,1.11,12
+smuggle,3.89,2.31,19,5.09,2.65,22,4.23,2.47,22,4.56,2.01,9,3.3,2.5,10,5.38,2.39,8,4.93,2.87,14,5.0,2.49,11,3.45,2.3,11,5.57,1.27,7,2.92,2.23,12,4.8,2.25,10,5.33,3.03,12,3.46,2.54,13,5.33,2.0,9,4.3,2.16,10,3.44,2.51,9,4.88,2.95,8,5.21,2.58,14,4.71,2.49,14,3.38,2.33,8
+smuggler,3.45,1.99,20,4.62,2.55,24,4.45,2.14,20,3.0,1.2,8,3.75,2.38,12,5.83,2.86,6,4.22,2.39,18,4.91,2.39,11,3.89,1.76,9,3.92,2.19,12,2.75,1.49,8,5.7,2.16,10,3.86,2.6,14,4.85,2.34,13,3.71,1.6,7,3.54,2.3,13,3.29,1.38,7,4.94,2.32,16,4.0,3.02,8,3.83,1.64,12,5.38,2.56,8
+smut,3.73,1.75,22,5.62,2.68,26,4.96,2.56,24,3.44,2.01,9,3.92,1.61,13,5.8,2.74,10,5.5,2.73,16,5.78,2.44,9,4.47,2.59,15,3.38,1.06,8,3.93,2.06,14,5.23,2.95,13,6.0,2.45,13,3.92,2.02,12,6.0,2.7,12,3.33,1.78,12,4.2,1.69,10,5.2,3.08,15,6.18,2.04,11,5.08,2.69,13,4.82,2.52,11
+snack,6.53,1.35,19,4.11,2.14,18,5.88,2.0,17,6.64,1.36,11,6.38,1.41,8,4.5,2.38,4,4.0,2.15,14,5.62,1.92,8,6.11,2.15,9,6.75,1.75,8,6.36,1.03,11,4.14,2.19,7,4.09,2.21,11,5.33,2.34,6,6.18,1.83,11,6.46,1.27,13,6.67,1.63,6,3.82,2.4,11,4.57,1.72,7,6.14,2.61,7,5.7,1.57,10
+snafu,4.6,1.93,20,4.36,2.5,22,4.41,2.45,27,5.43,2.3,7,4.15,1.63,13,4.5,2.46,10,4.25,2.63,12,4.47,2.8,15,4.18,2.09,11,4.82,1.78,11,4.33,2.18,9,4.67,2.45,9,4.15,2.61,13,4.65,2.74,17,3.78,1.92,9,5.08,1.93,13,3.71,1.7,7,4.12,2.6,16,5.0,2.28,6,4.17,2.44,12,4.6,2.53,15
+snag,4.09,1.69,22,4.91,2.47,22,4.05,1.68,19,4.62,2.2,8,3.92,1.26,13,4.62,2.56,8,5.23,2.52,13,3.71,1.7,7,4.18,1.78,11,4.25,2.25,8,4.15,1.28,13,5.0,2.96,9,4.85,2.19,13,4.29,1.38,7,3.92,1.88,12,4.64,2.01,11,3.55,1.13,11,4.33,3.12,9,5.31,1.93,13,3.88,1.75,16,5.0,1.0,3
+snail,4.52,1.73,23,3.05,2.01,22,5.58,2.46,19,5.12,1.64,8,4.2,1.74,15,3.2,2.04,10,2.92,2.07,12,6.29,2.56,7,5.17,2.41,12,4.0,1.76,12,5.09,1.58,11,3.45,2.11,11,2.64,1.91,11,5.4,2.32,15,6.25,3.2,4,4.0,1.48,11,5.0,1.86,12,3.5,2.32,10,2.67,1.72,12,4.67,1.73,9,6.4,2.8,10
+snake,4.03,1.79,38,7.24,1.61,21,3.65,2.28,20,4.08,1.77,24,3.93,1.9,14,7.71,0.49,7,7.0,1.92,14,4.0,2.26,10,3.3,2.36,10,4.47,1.87,17,3.67,1.68,21,7.1,1.52,10,7.36,1.75,11,4.5,2.56,8,3.08,1.98,12,4.23,1.97,22,3.75,1.53,16,7.0,1.63,13,7.62,1.6,8,4.33,2.83,9,3.09,1.64,11
+snakeskin,4.41,1.89,22,4.71,2.59,21,4.14,1.83,22,4.43,1.79,14,4.38,2.2,8,4.82,2.36,11,4.89,2.98,9,3.83,1.72,6,4.25,1.91,16,4.3,1.42,10,4.5,2.28,12,4.09,2.47,11,5.4,2.67,10,4.31,2.06,13,3.89,1.54,9,4.58,1.44,12,4.2,2.39,10,4.92,2.96,13,4.38,2.0,8,4.75,1.54,12,3.4,1.96,10
+snap,4.42,1.57,19,3.42,2.17,19,4.86,2.14,22,4.14,1.86,7,4.58,1.44,12,3.22,2.05,9,3.6,2.37,10,4.83,2.79,6,4.88,1.96,16,4.67,1.66,9,4.0,1.5,9,3.25,2.55,8,3.55,1.97,11,5.07,2.19,15,4.43,2.15,7,4.2,2.15,10,4.67,0.5,9,3.75,2.42,12,2.86,1.68,7,5.64,2.29,11,4.09,1.76,11
+snapper,4.43,1.33,21,4.81,1.69,21,5.16,1.91,25,4.67,1.3,12,4.11,1.36,9,5.29,1.38,7,4.57,1.83,14,4.7,1.89,10,5.47,1.92,15,4.75,0.5,4,4.35,1.46,17,5.3,2.11,10,4.36,1.12,11,4.57,2.07,7,5.39,1.85,18,4.67,1.3,12,4.11,1.36,9,4.85,1.95,13,4.75,1.28,8,5.0,1.58,9,5.25,2.11,16
+snappy,5.55,2.18,22,5.05,2.56,21,5.68,2.21,22,6.07,2.23,14,4.62,1.85,8,5.0,2.76,11,5.0,2.6,9,6.17,1.94,6,5.5,2.34,16,5.1,2.42,10,5.92,1.98,12,4.36,2.77,11,5.8,2.2,10,5.85,1.72,13,5.44,2.88,9,5.58,2.47,12,5.5,1.9,10,5.08,2.99,13,5.0,1.85,8,5.83,1.99,12,5.5,2.55,10
+snapshot,5.84,1.74,19,4.28,2.27,18,6.35,1.81,20,6.0,1.0,3,6.0,1.77,15,4.1,1.97,10,4.5,2.73,8,6.8,1.32,10,5.9,2.18,10,5.5,2.35,6,6.25,1.22,12,4.0,2.19,6,4.42,2.39,12,5.88,2.42,8,6.67,1.3,12,6.0,1.54,12,5.57,2.15,7,4.22,2.33,9,4.33,2.35,9,6.56,2.3,9,6.18,1.4,11
+snare,4.79,1.32,19,4.7,2.39,20,4.55,1.9,22,4.71,0.95,7,4.83,1.53,12,5.22,2.49,9,4.27,2.33,11,5.33,1.86,6,4.25,1.88,16,5.0,0.94,10,4.62,1.77,8,4.25,2.71,8,5.0,2.22,12,5.0,1.65,15,3.57,2.15,7,4.55,1.37,11,5.12,1.25,8,5.0,2.0,12,4.25,2.96,8,4.64,1.86,11,4.45,2.02,11
+snarl,2.45,1.26,22,5.85,2.2,26,4.65,2.23,23,2.0,1.32,9,2.77,1.17,13,5.8,2.04,10,5.88,2.36,16,5.0,2.24,9,4.43,2.28,14,2.38,1.06,8,2.5,1.4,14,6.08,2.02,13,5.62,2.43,13,4.0,2.24,11,5.25,2.14,12,2.5,1.09,12,2.4,1.51,10,5.33,2.23,15,6.55,2.07,11,4.85,2.34,13,4.4,2.17,10
+snatch,4.64,2.36,22,4.77,2.64,22,5.17,2.27,23,4.85,2.51,13,4.75,1.98,8,6.25,2.6,8,3.93,2.34,14,5.86,2.48,7,4.88,2.19,16,4.0,2.18,9,5.08,2.47,13,4.67,2.92,9,4.85,2.54,13,6.18,2.09,11,4.25,2.09,12,4.57,2.17,14,4.75,2.82,8,3.73,2.72,11,5.82,2.18,11,5.31,2.06,13,5.0,2.62,10
+snatcher,2.95,1.47,21,5.48,1.86,21,3.92,2.34,25,2.83,1.4,12,3.11,1.62,9,6.0,1.41,7,5.21,2.04,14,4.6,2.17,10,3.47,2.42,15,3.5,1.91,4,2.82,1.38,17,4.7,1.77,10,6.18,1.72,11,4.43,2.07,7,3.72,2.47,18,3.17,1.53,12,2.67,1.41,9,5.31,1.6,13,5.75,2.31,8,3.22,1.72,9,4.31,2.6,16
+snazzy,6.45,1.61,20,5.41,2.03,17,6.18,1.89,22,6.2,1.92,5,6.53,1.55,15,6.0,1.67,6,5.09,2.21,11,6.0,1.41,10,6.33,2.27,12,6.6,1.65,10,6.3,1.64,10,5.78,1.86,9,5.0,2.27,8,6.18,1.89,11,6.18,1.99,11,6.08,1.88,12,7.0,0.93,8,5.11,2.62,9,5.75,1.16,8,6.55,1.97,11,5.82,1.83,11
+sneak,4.33,2.06,21,5.45,1.68,22,5.36,2.22,22,5.0,2.24,9,3.83,1.85,12,5.17,1.94,6,5.53,1.68,15,6.17,1.83,6,5.06,2.32,16,5.22,2.17,9,3.67,1.78,12,5.0,2.45,5,5.59,1.46,17,5.55,2.21,11,5.18,2.32,11,4.17,2.55,12,4.56,1.24,9,5.33,1.12,9,5.54,2.03,13,5.42,2.5,12,5.3,1.95,10
+sneaker,5.85,1.5,20,3.45,1.99,22,6.31,2.07,26,6.43,1.62,7,5.54,1.39,13,3.5,1.84,10,3.42,2.19,12,6.5,1.95,14,6.0,2.37,11,6.0,1.41,11,5.67,1.66,9,4.56,2.13,9,2.69,1.55,13,6.24,2.31,17,6.38,1.77,8,5.92,1.55,13,5.71,1.5,7,3.31,2.15,16,3.83,1.6,6,6.08,2.23,12,6.5,1.99,14
+sneaky,3.94,2.46,18,6.22,2.41,18,4.71,2.99,24,4.0,2.0,5,3.92,2.69,13,7.0,1.87,5,5.92,2.6,13,3.92,2.9,13,5.64,2.94,11,5.5,2.27,8,2.7,1.89,10,7.29,1.7,7,5.55,2.62,11,4.12,2.58,16,5.88,3.56,8,3.46,2.33,13,5.2,2.59,5,6.67,2.31,12,5.33,2.58,6,4.4,3.14,15,5.22,2.82,9
+sneer,3.3,1.92,23,4.36,2.36,22,5.0,2.13,19,2.91,1.81,11,3.67,2.02,12,2.2,1.3,5,4.94,2.29,16,5.5,2.81,6,4.77,1.83,13,3.8,2.11,15,2.38,1.06,8,3.83,2.62,12,4.89,2.03,9,5.11,1.96,9,4.9,2.38,10,3.83,2.29,12,2.73,1.27,11,4.08,2.78,12,4.7,1.83,10,5.0,2.61,6,5.0,2.0,13
+sneeze,4.0,1.9,21,4.81,2.02,21,3.2,2.53,25,4.67,2.02,12,3.11,1.36,9,4.57,1.51,7,4.93,2.27,14,3.8,2.94,10,2.8,2.24,15,2.75,1.71,4,4.29,1.86,17,4.3,2.11,10,5.27,1.9,11,2.14,1.07,7,3.61,2.83,18,3.75,1.36,12,4.33,2.5,9,4.69,1.84,13,5.0,2.39,8,2.11,1.17,9,3.81,2.9,16
+snide,3.33,1.91,21,4.09,1.93,22,4.19,2.58,21,3.2,2.17,5,3.38,1.89,16,4.75,1.6,12,3.3,2.06,10,4.36,2.94,11,3.44,1.51,9,2.67,1.15,12,4.22,2.39,9,4.27,1.75,15,3.71,2.36,7,4.0,2.0,11,4.4,3.2,10,3.69,2.21,13,2.75,1.16,8,4.0,2.06,18,4.5,1.29,4,4.0,2.45,14,4.57,2.99,7
+sniff,5.1,1.86,20,4.95,2.57,19,5.92,2.0,26,4.73,1.85,11,5.56,1.88,9,5.43,1.51,7,4.67,3.06,12,5.0,1.78,13,6.85,1.82,13,4.73,2.37,11,5.56,0.88,9,5.18,2.27,11,4.62,3.07,8,5.59,2.06,17,6.56,1.81,9,5.5,2.07,10,4.7,1.64,10,5.0,2.45,12,4.86,2.97,7,5.69,1.96,16,6.3,2.11,10
+snip,4.32,1.7,19,4.74,2.26,23,4.95,1.51,19,4.67,1.32,9,4.0,2.0,10,5.0,2.16,7,4.8,2.34,15,4.7,1.83,10,5.22,1.09,9,4.11,1.76,9,4.5,1.72,10,4.6,2.72,10,5.08,1.83,12,4.25,1.58,8,5.2,1.03,10,4.25,1.91,12,4.43,1.4,7,4.65,2.18,20,5.33,3.21,3,4.38,1.85,8,5.36,1.12,11
+sniper,3.5,2.18,18,5.86,2.78,22,3.89,2.62,28,4.83,2.64,6,2.83,1.64,12,5.82,2.82,11,5.91,2.88,11,4.55,2.81,11,3.47,2.48,17,4.27,2.37,11,2.29,1.11,7,6.45,2.07,11,5.27,3.35,11,3.67,2.5,18,4.3,2.91,10,4.17,2.29,12,2.17,1.17,6,5.07,2.76,14,7.25,2.38,8,3.75,2.57,16,4.08,2.78,12
+snippy,3.57,1.8,21,5.8,2.26,20,4.67,2.37,21,4.17,2.04,6,3.33,1.72,15,5.12,2.85,8,6.25,1.76,12,4.91,2.47,11,4.4,2.37,10,3.5,2.17,6,3.6,1.72,15,5.5,2.8,10,6.1,1.66,10,4.57,2.5,14,4.86,2.27,7,4.0,2.45,7,3.36,1.45,14,6.07,2.64,14,5.17,0.75,6,4.25,2.49,12,5.22,2.22,9
+snitch,3.79,2.04,19,5.67,2.45,18,4.42,2.76,24,2.8,1.79,5,4.14,2.07,14,6.8,1.92,5,5.23,2.55,13,3.92,2.9,13,5.0,2.61,11,4.11,1.9,9,3.5,2.22,10,7.0,1.53,7,4.82,2.6,11,4.88,2.66,16,3.5,2.93,8,3.31,2.18,13,4.83,1.33,6,6.42,1.98,12,4.17,2.79,6,4.67,2.87,15,4.0,2.69,9
+snob,2.53,1.35,19,4.68,2.29,41,4.81,2.49,42,2.0,1.0,3,2.62,1.41,16,4.58,2.52,19,4.9,2.07,21,5.04,2.56,24,4.5,2.43,18,2.86,1.35,7,2.33,1.37,12,3.86,2.15,21,5.55,2.14,20,5.32,2.3,25,4.06,2.63,17,2.5,1.6,8,2.55,1.21,11,4.48,2.53,27,5.07,1.73,14,4.86,2.55,22,4.75,2.49,20
+snoop,3.45,1.88,20,6.05,1.85,20,4.24,2.12,21,4.0,1.55,6,3.21,2.01,14,5.75,1.58,8,6.25,2.05,12,4.18,2.48,11,4.3,1.77,10,4.0,1.55,6,3.21,2.01,14,5.9,2.02,10,6.2,1.75,10,3.57,2.17,14,5.57,1.27,7,3.43,2.64,7,3.46,1.45,13,5.86,1.88,14,6.5,1.87,6,4.33,2.23,12,4.11,2.09,9
+snoopy,6.11,1.91,19,5.05,2.2,21,5.13,2.2,23,5.6,0.89,5,6.15,2.19,13,4.0,2.53,6,5.47,2.0,15,4.8,1.62,10,5.38,2.6,13,5.43,1.51,7,6.36,2.11,11,4.71,2.56,7,5.21,2.08,14,5.45,1.44,11,4.83,2.76,12,6.83,1.59,12,4.86,1.86,7,4.73,2.28,11,5.4,2.17,10,5.0,2.11,14,5.33,2.45,9
+snooty,3.05,1.78,19,4.65,2.52,20,5.25,2.52,16,2.33,1.15,3,2.87,1.41,15,4.2,2.3,10,5.1,2.77,10,4.86,2.41,7,5.56,2.7,9,2.5,0.84,6,2.92,1.56,12,4.14,2.41,7,4.92,2.63,13,4.4,2.79,5,5.64,2.42,11,2.92,1.98,12,3.29,1.5,7,4.2,2.53,10,5.1,2.56,10,5.75,2.43,8,4.75,2.66,8
+snooze,6.36,1.47,22,4.0,2.49,23,5.68,2.19,19,5.88,1.46,8,6.46,1.33,13,4.75,2.19,8,3.43,2.62,14,7.0,1.83,7,4.82,2.14,11,6.75,1.58,8,5.92,1.19,13,4.67,2.87,9,3.57,2.21,14,5.57,1.81,7,5.75,2.45,12,6.18,1.54,11,6.55,1.44,11,4.78,3.11,9,3.5,1.95,14,5.56,2.31,16,6.33,1.53,3
+snore,3.0,1.25,19,3.71,1.98,21,3.85,2.06,20,3.67,1.15,3,2.88,1.26,16,4.0,1.79,6,3.6,2.1,15,3.83,1.72,6,3.86,2.25,14,3.1,0.99,10,2.89,1.54,9,2.29,1.6,7,4.43,1.79,14,3.6,1.96,10,4.1,2.23,10,2.75,1.39,8,3.18,1.17,11,3.56,2.35,9,3.83,1.75,12,3.12,1.55,8,4.33,2.27,12
+snorkel,6.0,1.62,20,4.28,2.89,18,4.96,2.14,24,6.2,1.48,5,5.93,1.71,15,3.8,3.03,5,4.46,2.93,13,5.08,2.14,13,4.82,2.23,11,6.5,1.18,10,5.5,1.9,10,5.0,3.11,7,3.82,2.79,11,5.06,2.05,16,4.75,2.43,8,5.64,1.69,14,6.83,1.17,6,5.67,2.5,12,1.5,0.84,6,5.07,1.98,15,4.78,2.49,9
+snort,4.55,1.82,22,4.19,2.54,21,5.09,1.51,22,4.14,1.79,14,5.25,1.75,8,5.09,2.81,11,3.44,1.81,9,5.5,1.05,6,4.94,1.65,16,4.1,2.08,10,4.92,1.56,12,3.45,2.42,11,5.0,2.54,10,5.38,1.12,13,4.67,1.94,9,4.17,1.8,12,5.0,1.83,10,3.92,2.9,13,4.62,1.92,8,5.67,1.07,12,4.4,1.71,10
+snot,3.55,1.67,20,4.14,2.23,22,4.79,2.57,19,3.56,2.13,9,3.55,1.29,11,3.6,2.79,5,4.44,2.1,16,5.33,3.39,6,4.54,2.22,13,4.0,1.62,14,2.5,1.38,6,3.83,2.21,12,4.78,2.28,9,4.33,1.32,9,5.2,3.36,10,3.7,1.7,10,3.4,1.71,10,3.25,2.3,12,5.2,1.69,10,5.0,3.58,6,4.69,2.14,13
+snotty,2.85,1.53,20,4.52,2.09,21,3.91,2.02,22,3.62,2.0,8,2.33,0.89,12,4.33,2.5,6,4.79,1.93,14,3.17,1.6,6,4.19,2.14,16,3.5,1.93,8,2.42,1.08,12,3.4,1.34,5,4.88,2.19,16,4.82,1.99,11,3.0,1.67,11,2.64,1.69,11,3.11,1.36,9,4.33,2.4,9,4.67,1.92,12,4.08,2.35,12,3.7,1.64,10
+snout,4.48,1.81,21,3.39,2.17,23,5.28,1.84,18,5.0,1.8,9,4.08,1.78,12,4.09,2.26,11,2.75,1.96,12,5.5,1.84,10,5.0,1.93,8,4.0,2.16,7,4.69,1.7,13,4.18,2.18,11,2.67,1.97,12,5.43,2.15,7,5.18,1.72,11,3.77,1.88,13,5.62,0.92,8,2.64,1.69,11,4.08,2.39,12,5.11,1.45,9,5.44,2.24,9
+snow,6.78,1.78,37,4.57,2.72,42,5.62,1.9,26,6.21,1.93,14,7.13,1.63,23,4.94,2.67,16,4.35,2.78,26,5.54,1.9,13,5.69,1.97,13,6.57,1.75,21,7.06,1.84,16,5.13,2.72,23,3.89,2.64,19,5.94,1.89,17,5.0,1.87,9,7.05,1.35,19,6.5,2.15,18,4.56,2.89,25,4.59,2.55,17,5.44,1.67,16,5.9,2.28,10
+snowball,6.86,1.53,21,4.3,2.36,23,5.12,1.93,26,6.82,1.54,11,6.9,1.6,10,4.91,2.47,11,3.75,2.22,12,5.27,1.85,11,5.14,2.03,14,6.7,1.77,10,7.0,1.34,11,5.0,2.68,11,3.67,1.92,12,5.53,1.81,17,4.5,2.07,8,7.62,1.26,13,5.62,1.06,8,4.47,2.26,15,4.0,2.67,8,4.88,2.06,17,5.56,1.67,9
+snowboard,5.09,1.93,23,4.95,2.61,22,6.0,2.27,20,5.75,2.05,8,4.73,1.83,15,5.8,2.57,10,4.25,2.53,12,7.29,1.7,7,5.31,2.29,13,5.33,1.97,12,4.82,1.94,11,4.27,2.53,11,5.64,2.62,11,5.6,2.32,15,7.2,1.79,5,4.64,1.91,11,5.5,1.93,12,5.6,2.27,10,4.42,2.84,12,5.0,1.15,10,7.0,2.71,10
+snowboarder,5.9,1.8,20,4.71,2.65,21,5.12,2.22,25,6.0,3.37,4,5.88,1.36,16,3.25,0.96,4,5.06,2.82,17,4.78,2.73,9,5.31,1.96,16,6.12,1.36,8,5.75,2.09,12,4.9,2.73,10,4.55,2.7,11,5.21,2.36,14,5.0,2.14,11,6.18,1.47,11,5.56,2.19,9,4.6,3.37,10,4.82,1.94,11,5.89,2.08,18,3.14,1.07,7
+snowfall,6.35,2.43,20,4.44,2.71,18,4.77,2.78,22,6.6,1.82,5,6.27,2.66,15,5.33,2.94,6,4.0,2.59,12,5.5,2.22,10,4.17,3.13,12,6.7,2.06,10,6.0,2.83,10,4.6,2.95,10,4.25,2.55,8,5.36,3.01,11,4.18,2.52,11,5.33,2.46,12,7.88,1.46,8,4.67,3.24,9,4.22,2.22,9,5.73,3.17,11,3.82,2.04,11
+snowflake,7.19,1.86,21,3.55,2.35,20,4.81,2.62,21,7.5,1.64,6,7.07,1.98,15,4.38,2.0,8,3.0,2.49,12,4.18,2.36,11,5.5,2.84,10,7.83,1.47,6,6.93,1.98,15,4.8,2.49,10,2.3,1.42,10,4.36,2.44,14,5.71,2.93,7,7.71,1.7,7,6.93,1.94,14,3.43,2.21,14,3.83,2.86,6,4.75,2.73,12,4.89,2.62,9
+snowman,7.0,1.94,19,3.76,2.59,21,5.0,2.3,23,7.36,1.69,11,6.14,2.19,7,5.0,2.65,7,3.14,2.41,14,4.29,1.5,7,5.31,2.55,16,7.0,1.85,8,7.0,2.1,11,3.33,2.6,9,4.08,2.64,12,4.27,1.9,11,5.67,2.5,12,6.67,2.19,12,7.57,1.4,7,3.91,3.11,11,3.6,2.01,10,4.54,2.3,13,5.6,2.27,10
+snowplow,5.05,1.93,20,3.39,2.4,18,5.38,2.68,24,6.6,1.14,5,4.53,1.88,15,3.8,1.79,5,3.23,2.65,13,4.92,2.72,13,5.91,2.66,11,5.1,2.13,10,5.0,1.83,10,4.29,2.75,7,2.82,2.09,11,5.0,2.58,16,6.12,2.9,8,4.43,1.74,14,6.5,1.64,6,3.75,2.6,12,2.67,1.97,6,5.53,2.7,15,5.11,2.8,9
+snowstorm,3.55,1.85,20,5.85,2.06,20,3.76,2.85,25,3.73,1.85,11,3.33,1.94,9,6.57,1.72,7,5.46,2.18,13,3.6,3.06,10,3.87,2.8,15,2.75,2.06,4,3.75,1.81,16,6.1,2.33,10,5.6,1.84,10,3.57,2.64,7,3.83,3.0,18,3.5,1.83,12,3.62,2.0,8,5.5,1.83,12,6.38,2.39,8,3.11,2.37,9,4.12,3.1,16
+snowy,6.59,1.71,22,3.96,2.72,26,5.08,2.7,24,7.22,1.79,9,6.15,1.57,13,2.7,2.31,10,4.75,2.72,16,3.89,3.33,9,5.8,2.04,15,6.12,1.89,8,6.86,1.61,14,4.31,3.04,13,3.62,2.43,13,5.17,3.01,12,5.0,2.49,12,6.58,1.51,12,6.6,2.01,10,4.13,3.14,15,3.73,2.15,11,5.46,2.96,13,4.64,2.42,11
+snub,3.23,1.38,22,3.86,2.8,21,3.75,1.76,28,3.38,1.19,8,3.14,1.51,14,4.1,3.25,10,3.64,2.46,11,3.73,1.9,11,3.76,1.71,17,3.92,1.31,12,2.4,0.97,10,3.5,2.68,10,4.18,2.99,11,4.06,2.01,18,3.2,1.03,10,3.53,1.36,15,2.57,1.27,7,3.43,2.74,14,4.71,2.93,7,3.56,1.79,16,4.0,1.76,12
+snuff,3.58,1.84,19,3.65,2.48,20,4.65,2.41,20,3.62,2.1,13,3.5,1.22,6,4.2,2.39,5,3.47,2.56,15,4.56,2.6,9,4.73,2.37,11,4.11,2.2,9,3.1,1.37,10,5.0,2.65,7,2.92,2.14,13,4.89,2.42,9,4.45,2.5,11,4.22,1.79,9,3.0,1.76,10,3.4,2.41,10,3.9,2.64,10,4.29,2.93,7,4.85,2.19,13
+snug,5.63,1.67,19,3.25,1.98,24,5.54,2.28,28,5.5,0.53,8,5.73,2.2,11,2.67,1.5,9,3.6,2.2,15,5.5,1.95,14,5.57,2.65,14,5.22,1.72,9,6.0,1.63,10,3.58,2.23,12,2.92,1.73,12,4.71,2.52,14,6.36,1.74,14,5.5,2.01,10,5.78,1.3,9,3.25,1.66,12,3.25,2.34,12,6.0,1.95,12,5.19,2.51,16
+snuggle,7.63,1.42,19,5.54,3.11,39,6.83,2.09,42,8.67,0.58,3,7.44,1.46,16,5.81,3.12,16,5.35,3.16,23,6.88,2.2,17,6.8,2.06,25,8.22,0.83,9,7.1,1.66,10,5.37,3.17,19,5.7,3.13,20,6.92,2.21,26,6.69,1.96,16,8.14,0.69,7,7.33,1.67,12,5.38,2.73,21,5.72,3.58,18,7.12,1.78,24,6.44,2.45,18
+soak,6.05,1.53,21,3.0,2.28,23,5.6,2.16,20,5.38,1.69,8,6.46,1.33,13,3.0,2.19,6,3.0,2.37,17,5.09,1.97,11,6.22,2.33,9,5.83,1.85,12,6.33,1.0,9,3.3,2.21,10,2.77,2.39,13,5.23,2.2,13,6.29,2.06,7,6.5,1.34,14,5.14,1.57,7,3.44,2.39,16,2.0,1.73,7,5.5,2.11,12,5.75,2.38,8
+soap,7.1,1.41,20,2.62,2.4,21,5.32,2.69,25,7.5,1.91,4,7.0,1.32,16,2.5,1.29,4,2.65,2.62,17,4.78,3.07,9,5.62,2.5,16,6.88,1.25,8,7.25,1.54,12,2.9,2.56,10,2.36,2.34,11,4.79,2.86,14,6.0,2.41,11,7.27,1.19,11,6.89,1.69,9,2.3,2.67,10,2.91,2.21,11,5.61,2.77,18,4.57,2.51,7
+soapbox,4.9,1.45,20,4.22,2.37,18,6.05,1.73,22,5.2,1.64,5,4.8,1.42,15,5.0,1.9,6,3.83,2.55,12,5.6,1.43,10,6.42,1.93,12,5.2,1.32,10,4.6,1.58,10,4.6,2.07,10,3.75,2.76,8,5.91,1.76,11,6.18,1.78,11,4.92,1.38,12,4.88,1.64,8,2.67,1.66,9,5.78,1.92,9,6.27,1.74,11,5.82,1.78,11
+soapy,5.27,1.83,22,4.27,2.32,26,6.26,1.94,23,6.22,1.64,9,4.62,1.71,13,4.4,3.1,10,4.19,1.8,16,6.56,1.33,9,6.07,2.27,14,5.88,1.46,8,4.93,1.98,14,4.62,2.47,13,3.92,2.22,13,5.82,2.18,11,6.67,1.67,12,4.5,1.62,12,6.2,1.69,10,4.27,2.69,15,4.27,1.85,11,6.23,2.01,13,6.3,1.95,10
+soar,6.6,1.7,20,5.14,2.23,22,6.11,1.94,19,6.44,1.67,9,6.73,1.79,11,4.2,2.86,5,5.31,2.06,16,5.5,1.87,6,6.38,1.98,13,6.93,1.54,14,5.83,1.94,6,4.17,1.95,12,6.22,2.17,9,6.11,2.09,9,6.1,1.91,10,6.9,2.02,10,6.3,1.34,10,4.58,1.98,12,5.8,2.44,10,6.0,2.1,6,6.15,1.95,13
+sob,2.65,1.81,20,4.89,2.76,18,3.29,2.31,24,2.6,1.14,5,2.67,2.02,15,5.2,2.77,5,4.77,2.86,13,3.0,2.12,13,3.64,2.58,11,3.0,2.36,10,2.3,1.06,10,5.29,2.81,7,4.64,2.84,11,3.62,2.58,16,2.62,1.6,8,2.21,1.05,14,3.67,2.8,6,5.17,2.62,12,4.33,3.2,6,3.4,2.32,15,3.11,2.42,9
+sober,5.95,1.63,21,4.32,2.42,22,6.86,2.13,21,6.0,1.51,8,5.92,1.75,13,4.58,2.71,12,4.0,2.11,10,6.83,2.44,12,6.89,1.76,9,6.12,1.55,8,6.0,1.71,12,5.23,2.01,13,3.0,2.45,9,6.0,2.32,11,7.8,1.48,10,5.2,1.69,10,6.64,1.29,11,4.0,2.56,15,5.0,2.08,7,6.44,2.79,9,7.17,1.53,12
+sobriety,6.0,1.7,21,3.8,2.14,20,5.62,2.82,21,5.67,1.97,6,6.13,1.64,15,3.38,2.07,8,4.08,2.23,12,4.82,2.36,11,6.5,3.14,10,6.33,1.97,6,5.87,1.64,15,3.5,1.9,10,4.1,2.42,10,5.43,3.08,14,6.0,2.38,7,5.14,1.86,7,6.43,1.5,14,3.93,2.23,14,3.5,2.07,6,5.67,3.11,12,5.56,2.55,9
+soccer,5.84,1.92,19,4.68,2.77,22,5.77,1.95,22,6.22,1.3,9,5.5,2.37,10,4.38,2.45,8,4.86,3.01,14,6.27,1.79,11,5.27,2.05,11,5.71,0.95,7,5.92,2.35,12,4.4,2.59,10,4.92,3.0,12,5.54,2.3,13,6.11,1.36,9,6.1,1.79,10,5.56,2.13,9,4.25,3.41,8,4.93,2.43,14,5.64,1.39,14,6.0,2.78,8
+sociable,6.43,1.34,23,4.35,2.25,23,6.35,1.98,26,6.5,1.45,12,6.36,1.29,11,4.55,2.07,11,4.17,2.48,12,5.45,1.44,11,7.43,1.34,14,6.36,1.69,11,6.5,1.0,12,4.36,2.38,11,4.33,2.23,12,6.47,1.87,17,6.75,1.28,8,6.8,1.47,15,5.75,0.71,8,4.73,2.22,15,3.62,2.26,8,6.41,2.27,17,6.22,1.39,9
+social,6.08,1.62,40,5.16,2.3,43,5.17,2.07,18,6.19,1.17,16,6.0,1.89,24,5.5,1.79,16,4.96,2.56,27,5.4,2.07,10,4.88,2.17,8,6.62,1.41,24,5.2,1.66,15,5.91,2.04,23,4.3,2.32,20,4.62,1.51,8,5.44,2.51,9,6.19,1.47,21,5.95,1.81,19,5.23,2.3,26,5.06,2.36,17,4.71,1.8,7,5.45,2.25,11
+socialism,4.0,2.43,19,4.68,2.44,22,3.96,2.01,24,2.5,2.35,6,4.69,2.21,13,5.42,2.27,12,3.8,2.44,10,4.12,2.47,8,3.88,1.82,16,4.6,2.41,10,3.33,2.4,9,6.67,1.12,9,3.31,2.14,13,4.24,2.19,17,3.0,1.26,6,5.25,2.38,8,3.09,2.12,11,4.11,2.67,9,5.08,2.29,13,4.12,2.0,16,3.62,2.13,8
+socialist,4.11,2.56,18,4.44,3.07,18,4.32,2.39,25,4.4,3.05,5,4.0,2.48,13,5.44,3.4,9,3.44,2.51,9,4.06,2.35,16,4.78,2.54,9,4.71,2.43,7,3.73,2.69,11,3.44,2.88,9,5.44,3.09,9,4.3,2.41,20,4.4,2.61,5,3.78,2.77,9,4.44,2.46,9,3.73,2.97,11,5.57,3.1,7,4.16,2.17,19,4.83,3.19,6
+socialite,4.95,1.35,19,4.24,2.33,17,4.47,2.18,17,4.82,1.4,11,5.12,1.36,8,4.25,2.22,4,4.23,2.45,13,4.62,2.62,8,4.33,1.87,9,5.12,1.64,8,4.82,1.17,11,4.29,2.43,7,4.2,2.39,10,4.17,2.04,6,4.64,2.34,11,4.85,1.41,13,5.17,1.33,6,3.9,2.64,10,4.71,1.89,7,3.71,2.43,7,5.0,1.94,10
+socialize,5.95,1.7,20,5.1,2.17,21,6.44,2.4,25,7.0,1.0,3,5.76,1.75,17,4.86,2.67,7,5.31,2.02,13,6.38,2.2,8,6.47,2.55,17,6.14,2.34,7,5.85,1.34,13,5.57,2.51,7,4.92,2.1,13,5.93,2.7,14,7.09,1.87,11,5.56,1.67,9,6.27,1.74,11,5.55,2.07,11,4.6,2.27,10,6.39,2.52,18,6.57,2.23,7
+society,5.24,1.61,21,4.55,2.04,20,6.32,2.56,19,5.38,1.56,13,5.0,1.77,8,4.14,1.35,7,4.77,2.35,13,7.14,1.57,7,5.83,2.95,12,5.08,1.62,12,5.44,1.67,9,4.33,2.12,9,4.73,2.05,11,6.5,2.01,10,6.11,3.18,9,5.33,1.67,12,5.11,1.62,9,5.43,1.81,7,4.08,2.06,13,7.0,2.38,7,5.92,2.68,12
+sociology,4.6,1.88,20,3.82,2.06,22,5.19,2.32,21,4.2,1.1,5,4.73,2.09,15,4.27,1.35,11,3.36,2.58,11,5.09,2.63,11,4.89,1.69,9,4.27,1.74,11,5.0,2.06,9,4.07,1.94,15,3.29,2.36,7,4.91,2.3,11,5.5,2.42,10,4.31,2.02,13,5.14,1.57,7,3.89,2.14,18,3.5,1.91,4,4.5,2.28,14,6.57,1.81,7
+sociopath,2.44,1.65,18,6.43,2.42,21,2.3,1.45,20,3.33,2.08,3,2.27,1.58,15,5.83,2.86,6,6.67,2.29,15,3.0,1.67,6,2.0,1.3,14,2.8,1.87,10,2.0,1.31,8,6.86,2.41,7,6.21,2.49,14,2.7,1.34,10,1.9,1.52,10,2.62,1.77,8,2.3,1.64,10,6.44,2.79,9,6.42,2.23,12,2.0,1.41,8,2.5,1.51,12
+sock,4.43,2.04,21,3.09,1.9,23,5.14,2.17,21,3.0,1.87,5,4.88,1.93,16,3.83,1.85,12,2.27,1.68,11,5.27,2.41,11,4.67,1.8,9,4.17,2.37,12,4.78,1.56,9,3.44,1.86,16,2.29,1.89,7,4.64,1.36,11,5.7,2.79,10,4.38,2.29,13,4.5,1.69,8,2.84,1.8,19,4.25,2.22,4,4.64,1.78,14,6.14,2.67,7
+socket,4.45,1.44,22,4.04,2.72,23,5.42,1.74,19,5.5,0.76,8,4.08,1.19,13,4.25,3.2,8,3.86,2.63,14,5.0,1.73,7,5.55,1.81,11,4.88,0.99,8,4.46,1.39,13,4.0,3.24,9,4.07,2.46,14,4.71,1.98,7,5.83,1.53,12,4.45,1.51,11,4.45,1.44,11,3.0,2.96,9,4.71,2.43,14,5.31,1.85,16,6.0,1.0,3
+sod,4.85,2.01,20,2.14,1.53,21,5.08,2.3,24,4.5,2.38,4,4.94,1.98,16,3.0,0.82,4,1.94,1.6,17,5.78,2.28,9,4.67,2.29,15,4.5,1.6,8,5.08,2.27,12,1.9,1.2,10,2.36,1.8,11,5.07,2.16,14,5.1,2.6,10,5.27,1.85,11,4.33,2.18,9,1.8,1.62,10,2.45,1.44,11,5.59,2.09,17,3.86,2.48,7
+soda,5.47,2.06,19,4.77,2.27,22,6.04,2.12,24,4.17,1.72,6,6.08,1.98,13,5.58,2.61,12,3.8,1.32,10,5.88,2.42,8,6.12,2.03,16,5.2,1.55,10,5.78,2.59,9,5.89,2.42,9,4.0,1.87,13,6.0,2.26,17,6.33,1.97,6,6.0,2.14,8,5.09,2.02,11,4.89,2.52,9,4.69,2.18,13,5.81,2.34,16,6.5,1.6,8
+soda/pop,6.65,1.31,20,4.95,2.72,22,5.85,2.07,27,7.29,1.11,7,6.31,1.32,13,4.5,2.76,10,5.33,2.74,12,5.67,2.23,15,6.0,2.0,11,6.27,1.35,11,7.11,1.17,9,5.78,2.64,9,4.38,2.72,13,5.88,2.39,17,5.67,1.5,9,6.85,1.28,13,6.29,1.38,7,5.06,2.98,16,4.67,2.07,6,6.08,2.19,12,5.67,2.02,15
+sodium,4.17,2.01,18,3.73,2.1,22,5.33,2.08,24,3.33,1.86,6,4.58,2.02,12,4.25,2.34,12,3.1,1.66,10,4.5,1.77,8,5.75,2.14,16,4.3,1.57,10,4.0,2.56,8,4.33,1.94,9,3.31,2.18,13,5.06,1.98,17,6.17,2.48,6,3.71,1.89,7,4.45,2.11,11,3.56,1.74,9,3.85,2.38,13,5.81,2.26,16,4.38,1.3,8
+sofa,6.26,1.69,19,2.9,2.57,21,5.84,2.48,19,6.0,1.0,3,6.31,1.82,16,3.0,2.28,6,2.87,2.75,15,6.83,1.72,6,5.38,2.69,13,6.3,1.83,10,6.22,1.64,9,2.71,2.81,7,3.0,2.54,14,5.7,2.45,10,6.0,2.65,9,6.12,1.81,8,6.36,1.69,11,3.22,3.31,9,2.67,1.97,12,5.38,3.2,8,6.18,1.89,11
+soft,7.13,1.66,38,3.04,2.46,45,6.1,2.56,60,6.57,1.79,14,7.46,1.53,24,4.25,2.82,16,2.43,2.01,28,6.06,2.53,31,6.14,2.63,29,7.14,1.59,21,7.12,1.8,17,3.44,2.97,18,2.78,2.06,27,5.83,2.76,35,6.48,2.24,25,7.0,1.76,19,7.26,1.59,19,2.5,2.42,20,3.48,2.45,25,6.87,2.27,30,5.33,2.63,30
+softball,5.53,1.71,19,4.1,2.41,21,5.4,2.5,20,4.0,0.0,3,5.81,1.72,16,4.67,2.73,6,3.87,2.33,15,6.0,2.19,6,5.14,2.66,14,5.1,1.45,10,6.0,1.94,9,3.29,1.8,7,4.5,2.62,14,5.3,2.71,10,5.5,2.42,10,5.62,1.77,8,5.45,1.75,11,4.11,2.67,9,4.08,2.31,12,5.62,3.2,8,5.25,2.05,12
+soften,6.57,1.54,21,2.96,2.31,23,6.19,1.9,26,6.36,1.57,11,6.8,1.55,10,3.73,2.76,11,2.25,1.6,12,5.73,1.79,11,6.71,1.9,14,6.8,1.75,10,6.36,1.36,11,3.82,2.75,11,2.17,1.53,12,6.24,1.99,17,6.38,1.77,8,7.0,1.63,13,5.88,1.13,8,3.07,2.34,15,2.75,2.38,8,6.18,2.07,17,6.22,1.64,9
+softener,6.14,1.53,21,2.35,1.34,23,5.4,1.8,25,5.73,1.35,11,6.6,1.65,10,2.36,1.36,11,2.33,1.37,12,4.7,2.26,10,5.93,1.33,14,6.8,1.75,10,5.55,1.04,11,2.27,1.35,11,2.42,1.38,12,5.56,1.9,16,5.12,1.81,8,6.69,1.65,13,5.25,0.71,8,2.13,1.3,15,2.75,1.39,8,5.94,1.57,16,4.44,1.88,9
+softness,6.75,1.97,20,5.06,3.02,18,5.92,2.64,24,5.8,3.03,5,7.07,1.49,15,5.0,2.74,5,5.08,3.23,13,5.54,2.79,13,6.36,2.5,11,7.0,1.33,10,6.5,2.51,10,6.71,2.36,7,4.0,3.0,11,5.88,2.55,16,6.0,2.98,8,6.36,2.21,14,7.67,0.82,6,5.33,2.99,12,4.5,3.27,6,6.13,2.7,15,5.56,2.65,9
+software,6.37,1.57,19,3.83,2.48,23,5.32,2.45,19,6.0,1.32,9,6.7,1.77,10,4.14,2.41,7,3.8,2.62,15,6.5,2.37,10,4.0,1.87,9,6.44,1.51,9,6.3,1.7,10,3.7,2.63,10,4.08,2.5,12,5.12,2.42,8,5.1,2.42,10,6.25,1.6,12,6.57,1.62,7,3.85,2.48,20,3.67,3.06,3,5.75,2.38,8,5.0,2.57,11
+soggy,3.47,1.43,19,3.65,2.25,20,4.2,2.17,20,3.85,1.46,13,2.67,1.03,6,3.8,2.59,5,3.6,2.23,15,4.0,2.06,9,4.36,2.34,11,3.56,1.94,9,3.4,0.84,10,4.29,2.93,7,3.31,1.84,13,4.33,2.12,9,4.09,2.3,11,3.67,1.94,9,3.3,0.82,10,3.0,2.0,10,4.3,2.41,10,4.14,2.61,7,4.23,2.01,13
+soil,5.21,1.55,19,2.76,1.76,21,5.18,2.36,22,5.64,1.29,11,5.0,1.53,7,4.0,1.83,7,2.14,1.41,14,5.43,3.31,7,5.07,1.91,15,5.0,1.51,8,5.36,1.63,11,2.33,1.58,9,3.08,1.88,12,5.09,2.47,11,5.27,2.37,11,4.75,1.54,12,6.0,1.29,7,2.64,2.11,11,2.9,1.37,10,4.62,2.36,13,6.0,2.24,9
+soiree,6.38,1.6,21,3.85,2.03,20,4.48,2.04,21,5.83,1.33,6,6.6,1.68,15,3.12,1.36,8,4.33,2.31,12,4.55,2.3,11,4.4,1.84,10,5.67,1.21,6,6.67,1.68,15,3.6,2.22,10,4.1,1.91,10,4.43,2.17,14,4.57,1.9,7,6.0,1.83,7,6.57,1.5,14,3.5,1.87,14,4.67,2.34,6,3.92,2.23,12,5.22,1.56,9
+solace,6.37,1.8,19,4.35,2.39,23,5.58,1.74,19,6.11,1.62,9,6.6,2.01,10,4.43,2.82,7,4.33,2.35,15,5.5,1.96,10,5.67,1.58,9,6.78,1.64,9,6.0,1.94,10,4.9,2.92,10,3.92,1.98,12,4.88,1.46,8,5.9,1.79,10,6.25,1.76,12,6.57,1.99,7,4.45,2.44,20,3.67,2.31,3,5.38,1.69,8,5.73,1.85,11
+solar,6.0,2.04,24,3.87,2.36,23,5.61,2.45,18,6.09,2.21,11,5.92,1.98,13,4.18,2.14,11,3.58,2.61,12,6.0,2.31,10,5.12,2.7,8,5.62,2.33,8,6.2,2.01,15,3.36,2.25,11,4.33,2.46,12,4.86,2.97,7,6.09,2.07,11,6.47,2.23,15,5.22,1.48,9,3.91,2.43,11,3.83,2.41,12,5.67,2.18,9,5.56,2.83,9
+solarium,6.1,1.37,20,5.2,2.4,20,5.77,1.68,26,6.18,1.6,11,6.0,1.12,9,5.14,2.12,7,5.23,2.62,13,5.46,1.27,13,6.08,2.02,13,5.82,1.17,11,6.44,1.59,9,6.18,2.18,11,4.0,2.18,9,5.76,1.71,17,5.78,1.72,9,6.0,1.15,10,6.2,1.62,10,5.42,2.61,12,4.88,2.17,8,5.81,1.6,16,5.7,1.89,10
+soldier,5.45,2.34,22,5.9,2.55,20,5.84,2.69,19,4.92,2.18,13,6.22,2.49,9,7.29,1.6,7,5.15,2.7,13,6.57,2.51,7,5.42,2.81,12,6.17,2.66,12,4.6,1.65,10,6.56,2.6,9,5.36,2.5,11,7.0,2.21,10,4.56,2.7,9,6.5,2.61,12,4.2,1.14,10,6.57,2.3,7,5.54,2.7,13,6.86,2.79,7,5.25,2.56,12
+sole,4.9,1.34,21,3.78,1.93,23,5.27,1.85,26,5.09,1.14,11,4.7,1.57,10,4.45,1.63,11,3.17,2.04,12,4.64,1.69,11,5.79,1.93,14,4.6,1.35,10,5.18,1.33,11,4.0,1.9,11,3.58,2.02,12,5.29,1.9,17,5.25,1.98,8,4.85,1.72,13,5.0,0.0,8,3.73,2.09,15,3.88,1.73,8,5.53,1.84,17,4.78,1.86,9
+solemn,4.66,2.03,41,2.9,1.76,21,5.92,1.87,26,5.07,1.44,14,4.44,2.28,27,3.75,1.75,8,2.38,1.61,13,6.0,1.78,13,5.85,2.03,13,4.96,2.06,23,4.28,1.99,18,2.56,1.74,9,3.17,1.8,12,6.0,1.9,17,5.78,1.92,9,4.67,2.24,24,4.65,1.77,17,3.0,1.56,10,2.82,1.99,11,5.44,1.71,16,6.7,1.95,10
+solicit,3.59,1.89,22,4.68,2.14,19,4.95,2.01,21,3.4,1.14,5,3.81,2.04,16,5.38,2.39,8,4.18,1.89,11,5.5,2.01,10,4.45,1.97,11,3.67,1.3,12,3.5,2.51,10,5.3,2.06,10,4.0,2.12,9,4.17,1.85,12,6.0,1.8,9,2.91,1.45,11,4.27,2.1,11,4.75,2.05,8,4.64,2.29,11,5.11,2.09,9,4.83,2.04,12
+solicitation,4.2,1.24,20,4.43,2.2,21,5.56,2.4,25,3.33,1.53,3,4.35,1.17,17,5.43,2.07,7,4.15,2.08,13,5.5,2.56,8,5.59,2.4,17,3.71,1.25,7,4.46,1.2,13,5.0,2.0,7,4.38,2.22,13,5.36,2.44,14,5.82,2.44,11,5.0,0.71,9,3.55,1.21,11,4.73,2.2,11,4.1,2.28,10,5.61,2.48,18,5.43,2.37,7
+solicitor,3.32,1.52,22,4.0,2.37,21,4.14,2.01,22,3.5,1.74,14,3.0,1.07,8,4.45,2.73,11,3.33,1.94,9,3.83,1.47,6,4.25,2.21,16,3.3,1.89,10,3.33,1.23,12,3.27,2.41,11,4.8,2.15,10,4.0,1.73,13,4.33,2.45,9,3.5,1.57,12,3.1,1.52,10,3.54,2.37,13,4.75,2.31,8,4.08,1.73,12,4.2,2.39,10
+solid,5.65,1.73,20,2.36,1.73,22,6.15,2.2,26,5.0,1.66,9,6.18,1.66,11,2.14,1.57,7,2.47,1.85,15,6.24,2.41,17,6.0,1.87,9,5.1,1.97,10,6.2,1.32,10,2.6,2.61,5,2.29,1.49,17,6.36,2.17,14,5.92,2.31,12,5.23,1.79,13,6.43,1.4,7,1.6,0.84,10,3.0,2.04,12,6.71,2.27,14,5.5,2.02,12
+solidarity,5.71,2.35,21,4.0,1.83,25,6.27,2.57,22,5.88,2.17,8,5.62,2.53,13,3.77,2.01,13,4.25,1.66,12,6.38,2.5,13,6.11,2.8,9,6.75,2.55,8,5.33,1.92,12,4.43,1.5,14,3.45,2.11,11,6.42,2.31,12,6.1,2.96,10,5.2,2.9,10,6.18,1.72,11,4.12,1.87,17,3.75,1.83,8,6.2,3.05,10,6.33,2.23,12
+solitaire,5.62,2.38,21,3.65,2.66,23,6.53,1.9,19,5.5,2.45,8,5.42,2.31,12,3.88,2.75,8,3.5,2.79,14,6.14,2.27,7,6.82,1.78,11,4.88,2.47,8,5.83,2.21,12,4.44,3.24,9,3.14,2.18,14,5.86,2.34,7,6.92,1.56,12,5.82,2.36,11,5.4,2.5,10,3.78,3.27,9,3.57,2.31,14,6.44,1.93,16,7.0,2.0,3
+solitary,4.65,2.16,20,2.96,2.68,24,6.25,3.04,20,4.0,2.39,8,5.08,1.98,12,2.83,2.86,6,3.0,2.7,18,6.45,3.11,11,6.0,3.12,9,4.09,2.43,11,5.33,1.66,9,2.8,2.44,10,3.07,2.92,14,6.54,3.02,13,5.71,3.25,7,4.69,2.59,13,4.57,1.13,7,3.81,2.9,16,1.25,0.71,8,6.5,2.97,12,5.88,3.31,8
+solitude,4.76,2.36,21,3.18,2.28,22,6.53,2.32,19,3.5,2.39,8,5.25,1.86,12,3.43,1.99,7,2.93,2.5,14,5.71,2.93,7,7.09,1.92,11,3.38,2.62,8,5.33,1.56,12,2.89,2.03,9,3.38,2.5,13,4.57,2.3,7,7.67,1.44,12,4.8,2.35,10,4.73,2.49,11,3.89,2.85,9,2.69,1.75,13,6.19,2.34,16,8.33,1.15,3
+solo,5.91,2.24,22,4.12,2.41,26,6.04,2.66,24,6.56,1.94,9,5.46,2.4,13,2.9,2.56,10,4.88,2.03,16,6.67,2.6,9,5.67,2.72,15,6.38,1.51,8,5.64,2.59,14,4.31,2.56,13,3.92,2.33,13,5.25,3.02,12,6.83,2.08,12,5.25,2.26,12,6.7,2.06,10,3.33,2.32,15,5.18,2.18,11,6.92,2.53,13,5.0,2.53,11
+solution,6.3,1.63,20,4.29,2.43,21,6.53,1.95,19,6.11,1.9,9,6.45,1.44,11,3.75,2.5,4,4.31,2.52,16,6.17,2.48,6,6.69,1.75,13,6.29,1.73,14,6.33,1.51,6,3.92,2.27,12,4.62,2.83,8,5.67,1.73,9,7.3,1.89,10,6.5,1.35,10,6.1,1.91,10,3.83,2.66,12,4.89,2.09,9,7.67,1.37,6,6.0,2.0,13
+solve,6.3,2.0,20,4.35,2.52,23,6.67,1.98,21,6.0,3.08,5,6.4,1.64,15,4.83,2.55,12,3.82,2.48,11,6.64,2.01,11,6.56,2.13,9,6.18,2.23,11,6.44,1.81,9,3.94,2.43,16,5.29,2.63,7,5.36,1.75,11,8.1,0.99,10,6.33,1.92,12,6.25,2.25,8,4.47,2.7,19,3.75,1.5,4,6.21,2.01,14,7.57,1.72,7
+solvent,4.79,2.1,19,2.77,1.69,22,4.87,2.56,23,5.45,2.02,11,4.29,1.7,7,3.12,1.96,8,2.57,1.55,14,4.86,3.13,7,4.88,2.39,16,4.88,2.64,8,4.73,1.74,11,2.56,1.42,9,2.92,1.89,13,4.73,2.49,11,5.0,2.73,12,4.42,2.47,12,5.43,1.13,7,2.36,1.96,11,3.18,1.33,11,4.15,2.61,13,5.8,2.3,10
+somersault,6.37,1.67,19,4.73,2.23,22,6.32,2.06,19,6.44,1.67,9,6.3,1.77,10,4.0,2.45,5,4.88,2.25,16,5.67,2.73,6,6.62,1.71,13,6.57,1.7,14,5.8,1.64,5,4.0,1.95,12,5.56,2.46,9,6.33,1.8,9,6.3,2.36,10,6.2,2.1,10,6.56,1.13,9,4.08,2.27,12,5.5,2.01,10,6.0,2.19,6,6.46,2.07,13
+son,6.91,1.69,22,4.43,2.52,21,5.0,1.75,18,6.67,1.63,6,7.07,1.79,15,4.29,2.56,7,4.5,2.59,14,4.67,1.12,9,5.12,2.3,8,6.64,1.82,14,7.57,1.4,7,3.0,2.0,9,5.5,2.39,12,5.1,1.79,10,4.88,1.81,8,6.71,1.54,14,7.25,1.98,8,4.33,3.2,6,4.47,2.33,15,4.9,2.33,10,5.12,0.64,8
+sonar,5.32,1.62,22,4.11,1.85,19,4.81,2.23,21,5.8,1.79,5,5.19,1.64,16,4.38,2.2,8,3.91,1.64,11,4.1,1.79,10,5.45,2.46,11,5.75,1.82,12,4.8,1.23,10,3.8,2.2,10,4.44,1.42,9,4.5,2.61,12,5.22,1.64,9,5.45,1.92,11,5.18,1.33,11,4.12,2.36,8,4.09,1.51,11,3.56,1.51,9,5.75,2.26,12
+song,7.59,1.76,41,4.6,2.58,47,6.95,1.76,22,7.46,2.07,13,7.64,1.64,28,4.76,2.41,21,4.46,2.76,26,7.27,1.9,11,6.64,1.63,11,8.07,1.16,15,7.31,2.0,26,4.79,2.79,28,4.32,2.29,19,6.85,1.68,13,7.11,1.96,9,7.59,1.71,22,7.58,1.87,19,4.71,2.58,31,4.38,2.66,16,7.43,1.34,14,6.12,2.17,8
+songwriter,6.25,1.62,20,4.43,2.17,23,6.71,1.52,21,6.22,0.97,9,6.27,2.05,11,5.55,2.21,11,3.42,1.62,12,6.25,1.49,8,7.0,1.53,13,6.29,1.33,14,6.17,2.32,6,4.89,2.32,9,4.14,2.11,14,6.88,1.64,8,6.62,1.5,13,6.6,1.35,10,5.9,1.85,10,4.15,2.34,13,4.8,1.99,10,6.83,1.7,12,6.56,1.33,9
+sonic,5.32,2.17,22,4.82,2.36,22,5.45,2.06,20,5.88,2.3,8,5.0,2.11,14,5.3,2.54,10,4.42,2.23,12,5.43,2.94,7,5.46,1.56,13,5.64,2.38,11,5.0,2.0,11,4.45,2.02,11,5.18,2.71,11,5.27,2.02,15,6.0,2.35,5,5.7,2.45,10,5.0,1.95,12,5.1,2.18,10,4.58,2.57,12,4.8,1.32,10,6.1,2.51,10
+sonnet,5.86,1.58,22,3.33,2.44,21,5.48,2.11,21,5.71,1.49,14,6.12,1.81,8,3.18,2.36,11,3.78,2.64,9,3.8,2.49,5,6.0,1.75,16,5.8,1.81,10,5.92,1.44,12,3.09,2.12,11,3.6,2.84,10,5.25,2.14,12,5.78,2.17,9,5.83,1.64,12,5.9,1.6,10,2.92,2.22,13,4.0,2.78,8,5.83,1.85,12,5.0,2.45,9
+soot,5.19,2.18,21,4.65,2.32,20,5.0,2.06,36,6.0,2.39,8,4.69,1.97,13,5.8,2.17,5,4.27,2.31,15,4.73,2.15,11,5.12,2.05,25,5.46,2.5,13,4.75,1.58,8,5.0,2.41,12,4.12,2.23,8,5.25,2.31,20,4.69,1.7,16,5.0,1.95,11,5.4,2.5,10,5.09,2.34,11,4.11,2.32,9,4.95,2.13,22,5.07,2.02,14
+soothe,6.63,1.86,19,3.91,2.69,22,6.4,2.23,42,6.0,1.0,3,7.0,1.77,15,3.57,2.88,7,4.0,2.77,14,6.54,1.79,24,6.22,2.76,18,7.0,2.53,6,6.75,1.22,12,5.0,3.28,9,3.0,2.0,12,6.52,1.98,25,6.24,2.61,17,7.08,1.62,12,5.86,2.12,7,3.9,2.81,20,4.0,1.41,2,6.73,2.07,22,6.05,2.39,20
+soothing,7.05,1.66,21,1.91,1.31,22,5.76,1.67,21,6.22,1.3,9,7.67,1.67,12,1.17,0.41,6,2.13,1.46,15,5.83,2.14,6,5.73,1.53,15,6.22,1.48,9,7.67,1.56,12,3.0,2.0,5,1.59,0.87,17,5.2,1.48,10,6.27,1.74,11,7.08,1.83,12,7.0,1.5,9,1.67,1.12,9,2.08,1.44,13,5.42,1.83,12,6.22,1.39,9
+sophisticated,6.32,1.73,19,5.13,2.63,23,6.18,2.09,28,5.25,1.49,8,7.09,1.51,11,4.78,2.59,9,5.36,2.73,14,6.07,2.16,14,6.29,2.09,14,6.67,1.5,9,6.0,1.94,10,5.08,2.57,12,5.18,2.82,11,5.21,2.26,14,7.14,1.41,14,6.3,1.83,10,6.33,1.73,9,4.55,2.88,11,5.67,2.39,12,6.25,2.05,12,6.12,2.19,16
+sophistication,6.71,1.68,21,5.8,2.21,20,6.11,2.12,36,7.62,1.06,8,6.15,1.77,13,5.2,2.68,5,6.0,2.1,15,5.82,2.09,11,6.24,2.17,25,7.23,1.42,13,5.88,1.81,8,6.25,1.96,12,5.12,2.53,8,5.7,2.39,20,6.62,1.67,16,7.09,1.38,11,6.3,1.95,10,6.55,2.21,11,4.89,1.96,9,6.14,2.32,22,6.07,1.86,14
+sophomore,5.0,1.11,22,3.81,1.98,26,5.48,2.13,23,5.22,0.83,9,4.85,1.28,13,3.5,2.27,10,4.0,1.83,16,5.22,2.44,9,5.64,1.98,14,4.75,1.75,8,5.14,0.53,14,4.15,1.77,13,3.46,2.18,13,5.5,2.47,12,5.45,1.81,11,4.75,1.29,12,5.3,0.82,10,3.8,2.4,15,3.82,1.33,11,5.75,2.49,12,5.18,1.72,11
+soprano,4.95,1.63,21,4.62,2.65,21,5.67,2.11,21,5.14,1.66,14,4.57,1.62,7,4.18,2.52,11,5.56,2.6,9,5.17,1.94,6,5.87,2.2,15,4.8,1.69,10,5.09,1.64,11,4.64,2.62,11,4.6,2.84,10,5.08,1.85,13,6.62,2.26,8,4.82,1.54,11,5.1,1.79,10,4.15,2.91,13,5.38,2.13,8,5.25,2.14,12,6.22,2.05,9
+sorcerer,5.76,2.02,21,4.73,2.76,22,5.67,2.54,27,6.0,1.56,10,5.55,2.42,11,4.43,2.7,7,4.87,2.88,15,5.88,2.23,17,5.3,3.09,10,6.09,1.81,11,5.4,2.27,10,3.4,3.36,5,5.12,2.55,17,6.5,2.24,14,4.77,2.62,13,5.62,1.76,13,6.0,2.51,8,4.2,3.36,10,5.17,2.21,12,6.43,2.77,14,4.85,2.08,13
+sorcery,5.14,1.62,21,4.33,2.73,24,4.85,2.16,20,5.12,1.36,8,5.15,1.82,13,5.83,2.71,6,3.83,2.62,18,6.18,1.6,11,3.22,1.56,9,5.25,1.71,12,5.0,1.58,9,5.4,2.88,10,3.57,2.44,14,5.38,2.22,13,3.86,1.77,7,5.21,1.85,14,5.0,1.15,7,4.81,2.59,16,3.38,2.92,8,5.17,1.7,12,4.38,2.77,8
+sordid,3.38,1.53,21,3.87,2.53,23,4.0,2.03,17,3.56,1.51,9,3.25,1.6,12,4.45,2.25,11,3.33,2.74,12,5.0,1.87,9,2.88,1.64,8,3.86,1.46,7,3.08,1.61,13,3.73,2.1,11,4.0,2.95,12,4.43,2.57,7,3.7,1.64,10,3.15,1.72,13,3.75,1.16,8,3.64,2.73,11,4.08,2.43,12,3.5,1.41,8,4.44,2.46,9
+sore,2.8,1.2,20,4.06,2.26,18,3.92,2.41,24,2.4,0.89,5,2.93,1.28,15,5.0,2.65,5,3.69,2.1,13,4.15,2.64,13,3.64,2.2,11,3.1,1.1,10,2.5,1.27,10,4.43,2.37,7,3.82,2.27,11,3.69,2.02,16,4.38,3.16,8,2.79,1.12,14,2.83,1.47,6,4.25,1.76,12,3.67,3.2,6,4.53,2.8,15,2.89,1.05,9
+sorority,4.95,2.48,20,4.28,2.61,18,4.36,2.01,22,5.8,3.11,5,4.67,2.29,15,5.33,3.01,6,3.75,2.34,12,4.2,1.32,10,4.5,2.5,12,4.8,2.1,10,5.1,2.92,10,5.1,2.73,10,3.25,2.19,8,4.64,2.42,11,4.09,1.58,11,4.17,2.66,12,6.12,1.73,8,2.78,2.54,9,5.78,1.72,9,4.18,2.18,11,4.55,1.92,11
+sorrow,2.95,1.72,21,3.55,1.95,22,3.8,2.17,20,3.89,2.03,9,2.25,1.06,12,3.17,2.04,6,3.67,2.02,15,4.2,3.63,5,3.67,1.59,15,3.78,2.05,9,2.33,1.15,12,3.8,1.79,5,3.47,2.03,17,4.3,2.54,10,3.3,1.7,10,3.0,2.04,12,2.89,1.27,9,3.67,1.73,9,3.46,2.15,13,4.09,2.51,11,3.44,1.74,9
+sorrowful,3.43,2.06,21,3.64,2.48,25,4.11,1.88,19,4.44,2.35,9,2.67,1.5,12,4.33,3.33,6,3.44,2.28,18,3.86,2.19,7,4.25,1.76,12,3.81,2.17,16,2.2,1.1,5,3.64,2.76,14,3.7,2.31,10,4.11,1.96,9,4.1,1.91,10,3.67,2.5,12,3.11,1.36,9,3.38,2.47,16,4.11,2.57,9,3.82,2.27,11,4.5,1.2,8
+sorry,4.81,1.83,21,4.62,2.46,21,5.65,2.45,17,5.0,2.45,5,4.8,1.74,15,5.0,3.0,7,4.43,2.24,14,5.22,2.33,9,6.12,2.64,8,4.85,1.99,13,4.86,1.77,7,5.44,2.51,9,4.0,2.34,12,6.22,2.64,9,5.0,2.2,8,5.31,1.93,13,4.0,1.41,8,4.33,2.5,6,4.73,2.52,15,6.44,2.88,9,4.75,1.58,8
+soul,6.61,2.3,18,4.3,2.56,20,6.56,2.01,18,5.12,2.1,8,7.8,1.75,10,5.43,2.51,7,3.69,2.46,13,6.45,1.63,11,6.71,2.63,7,5.82,2.36,11,7.86,1.68,7,4.56,3.0,9,4.09,2.26,11,6.0,1.9,11,7.43,1.99,7,6.17,2.41,12,7.5,1.97,6,4.58,2.57,12,3.88,2.64,8,7.0,2.0,9,6.11,2.03,9
+soulful,7.1,1.25,20,5.68,2.93,19,6.38,1.94,26,7.36,1.43,11,6.78,0.97,9,6.33,1.86,6,5.38,3.33,13,6.15,1.82,13,6.62,2.1,13,7.0,1.18,11,7.22,1.39,9,5.1,3.07,10,6.33,2.78,9,6.53,2.0,17,6.11,1.9,9,7.1,1.29,10,7.1,1.29,10,5.42,3.12,12,6.14,2.73,7,6.25,1.91,16,6.6,2.07,10
+soulless,2.71,1.68,21,4.76,2.32,21,3.72,2.56,25,3.33,1.61,12,1.89,1.45,9,5.43,1.9,7,4.43,2.5,14,3.9,1.91,10,3.6,2.97,15,1.5,1.0,4,3.0,1.7,17,4.2,2.35,10,5.27,2.28,11,2.14,0.9,7,4.33,2.74,18,2.67,1.44,12,2.78,2.05,9,4.85,2.27,13,4.62,2.56,8,2.22,1.3,9,4.56,2.73,16
+sound,6.45,1.34,22,4.14,2.35,21,5.5,1.54,18,6.5,1.76,6,6.47,1.25,15,4.57,2.88,7,3.93,2.13,14,5.56,1.88,9,5.38,1.3,8,6.36,1.39,14,6.71,1.38,7,3.67,2.55,9,4.5,2.24,12,5.6,1.78,10,5.38,1.3,8,6.36,1.45,14,6.62,1.19,8,3.5,2.81,6,4.4,2.2,15,5.4,1.96,10,5.62,0.92,8
+soundproof,5.77,1.72,22,2.9,2.1,21,5.82,1.99,22,6.0,2.04,14,5.38,0.92,8,3.55,2.42,11,2.33,1.5,9,4.17,1.47,6,6.44,1.82,16,5.4,2.07,10,6.08,1.38,12,3.09,1.7,11,2.7,2.54,10,5.08,1.71,13,6.89,1.96,9,6.25,1.48,12,5.2,1.87,10,3.0,2.45,13,2.75,1.49,8,5.92,1.78,12,5.7,2.31,10
+soundtrack,6.0,2.21,21,4.26,2.56,23,5.72,2.02,18,4.89,2.15,9,6.83,1.95,12,4.55,2.73,11,4.0,2.49,12,5.6,2.17,10,5.88,1.96,8,4.86,2.54,7,6.38,1.8,13,5.09,2.21,11,3.5,2.71,12,5.57,2.64,7,5.82,1.66,11,5.77,2.28,13,6.38,2.2,8,4.55,2.58,11,4.0,2.63,12,4.78,2.05,9,6.67,1.58,9
+soup,7.05,1.4,21,4.24,2.57,25,6.64,2.17,22,7.25,1.28,8,6.92,1.5,13,5.0,2.8,13,3.42,2.11,12,6.69,1.97,13,6.56,2.55,9,7.5,1.41,8,6.92,1.31,12,4.86,2.38,14,3.45,2.7,11,7.0,1.86,12,6.2,2.53,10,6.9,1.73,10,7.18,1.08,11,4.47,2.79,17,3.75,2.12,8,6.4,2.95,10,6.83,1.34,12
+sour,3.95,1.93,19,4.95,2.06,22,4.34,2.33,58,4.67,1.53,3,3.81,2.01,16,4.38,1.77,8,5.29,2.2,14,4.07,2.22,27,4.58,2.43,31,4.9,1.79,10,2.89,1.54,9,4.3,1.89,10,5.5,2.11,12,4.5,2.21,38,4.05,2.56,20,4.12,1.89,8,3.82,2.04,11,4.38,2.45,8,5.29,1.82,14,4.28,2.28,32,4.42,2.44,26
+source,5.48,1.08,21,4.5,2.63,20,6.11,2.45,19,5.69,1.18,13,5.12,0.83,8,5.14,2.19,7,4.15,2.85,13,6.14,2.85,7,6.08,2.31,12,5.33,1.07,12,5.67,1.12,9,5.22,2.68,9,3.91,2.55,11,6.0,2.83,10,6.22,2.11,9,5.25,1.06,12,5.78,1.09,9,5.71,1.98,7,3.85,2.76,13,7.0,2.24,7,5.58,2.5,12
+sourpuss,3.2,1.44,20,3.83,2.26,18,3.94,1.47,18,3.14,0.69,7,3.23,1.74,13,3.38,2.26,8,4.2,2.3,10,4.0,1.0,5,3.92,1.66,13,3.3,1.25,10,3.0,1.73,9,3.12,1.73,8,4.4,2.55,10,4.38,1.26,13,2.8,1.48,5,3.0,1.73,11,3.44,1.01,9,3.7,2.0,10,4.0,2.67,8,3.67,1.41,9,4.22,1.56,9
+south,6.11,1.68,18,3.48,2.42,21,4.89,1.78,18,5.88,1.96,8,6.3,1.49,10,3.86,2.85,7,3.29,2.27,14,4.55,1.04,11,5.43,2.57,7,6.0,1.95,11,6.29,1.25,7,4.11,2.93,9,3.0,1.95,12,5.18,1.89,11,4.43,1.62,7,5.67,1.56,12,7.0,1.67,6,3.75,2.42,12,3.11,2.52,9,4.89,1.83,9,4.89,1.83,9
+southbound,5.14,1.55,22,3.67,2.08,21,6.14,1.64,22,5.0,1.62,14,5.38,1.51,8,4.18,2.27,11,3.22,1.86,9,6.67,1.03,6,5.94,1.81,16,5.1,2.08,10,5.17,1.03,12,3.36,1.86,11,4.0,2.36,10,6.15,1.52,13,6.11,1.9,9,5.17,1.64,12,5.1,1.52,10,3.62,2.29,13,3.75,1.83,8,6.17,1.75,12,6.1,1.6,10
+southeast,5.8,1.51,20,3.6,2.09,20,5.19,2.14,26,5.73,1.42,11,5.89,1.69,9,4.14,2.54,7,3.31,1.84,13,5.0,1.83,13,5.38,2.47,13,6.27,1.85,11,5.22,0.67,9,3.55,2.42,11,3.67,1.73,9,5.29,2.05,17,5.0,2.4,9,6.1,1.91,10,5.5,0.97,10,3.75,2.3,12,3.38,1.85,8,5.75,1.61,16,4.3,2.63,10
+southern,5.67,2.2,21,3.09,2.09,23,5.39,2.59,18,5.33,2.69,9,5.92,1.83,12,4.0,2.0,11,2.25,1.86,12,5.2,2.74,10,5.62,2.56,8,4.57,2.51,7,6.23,1.96,13,3.36,2.2,11,2.83,2.04,12,5.57,2.76,7,5.27,2.61,11,5.62,2.63,13,5.75,1.39,8,2.64,2.01,11,3.5,2.15,12,5.44,2.4,9,5.33,2.92,9
+southpaw,5.32,1.7,19,3.48,1.69,21,4.42,2.14,19,6.67,1.53,3,5.06,1.65,16,4.33,1.51,6,3.13,1.68,15,4.83,0.75,6,4.23,2.55,13,5.5,1.43,10,5.11,2.03,9,2.57,1.62,7,3.93,1.59,14,4.1,2.28,10,4.78,2.05,9,5.5,2.07,8,5.18,1.47,11,3.0,1.8,9,3.83,1.59,12,5.43,2.57,7,3.83,1.7,12
+southwest,5.8,2.09,20,2.52,1.78,21,6.2,1.89,25,6.75,3.86,4,5.56,1.5,16,3.75,2.36,4,2.24,1.56,17,6.11,2.26,9,6.25,1.73,16,6.38,1.41,8,5.42,2.43,12,2.6,1.35,10,2.45,2.16,11,6.21,1.53,14,6.18,2.36,11,6.27,1.95,11,5.22,2.22,9,1.8,1.32,10,3.18,1.94,11,6.61,1.72,18,5.14,2.04,7
+souvenir,6.89,1.91,18,5.13,2.49,23,6.16,1.71,19,6.44,2.01,9,7.33,1.8,9,5.57,2.88,7,4.93,2.46,15,6.0,1.76,10,6.33,1.73,9,7.11,2.26,9,6.67,1.58,9,4.8,2.53,10,5.42,2.64,12,5.12,1.55,8,6.8,1.48,10,7.27,1.56,11,6.29,2.36,7,5.05,2.42,20,5.67,3.51,3,5.88,1.46,8,6.36,1.91,11
+sovereign,4.96,1.83,24,3.68,1.91,22,5.65,2.32,20,5.56,1.51,9,4.6,1.96,15,3.5,1.84,10,3.83,2.04,12,6.43,2.76,7,5.23,2.05,13,5.09,2.26,11,4.85,1.46,13,3.82,1.99,11,3.55,1.92,11,6.0,2.3,15,4.6,2.3,5,4.36,1.36,11,5.46,2.07,13,4.9,1.73,10,2.67,1.44,12,5.5,2.46,10,5.8,2.3,10
+sovereignty,4.89,1.56,19,4.67,2.43,24,5.79,2.02,28,4.5,1.69,8,5.18,1.47,11,4.56,2.3,9,4.73,2.58,15,5.36,1.98,14,6.21,2.04,14,4.56,1.01,9,5.2,1.93,10,4.08,2.64,12,5.25,2.14,12,5.86,2.21,14,5.71,1.9,14,4.7,2.0,10,5.11,0.93,9,5.0,2.52,12,4.33,2.39,12,5.75,1.91,12,5.81,2.17,16
+soviet,4.1,1.48,20,3.43,2.23,21,4.83,2.5,24,4.67,1.53,3,4.0,1.5,17,4.14,2.54,7,3.23,2.05,13,4.62,2.39,8,4.94,2.62,16,3.71,1.8,7,4.31,1.32,13,3.71,2.36,7,3.46,2.22,13,4.36,2.24,14,5.5,2.8,10,4.44,1.01,9,3.82,1.78,11,3.09,2.43,11,3.8,2.04,10,4.44,2.64,18,6.0,1.67,6
+sow,5.11,1.1,19,3.71,1.76,21,5.74,2.07,23,5.0,0.0,3,5.12,1.2,16,4.38,1.19,8,3.31,1.97,13,6.33,2.12,9,5.36,2.02,14,5.22,0.83,9,5.0,1.33,10,3.78,1.92,9,3.67,1.72,12,6.07,2.31,15,5.12,1.46,8,5.0,1.63,7,5.17,0.72,12,3.7,2.0,10,3.73,1.62,11,5.92,2.69,13,5.5,0.85,10
+soy,4.79,2.04,19,3.29,1.76,21,5.52,2.23,23,4.33,2.08,3,4.88,2.09,16,3.25,1.58,8,3.31,1.93,13,4.89,2.37,9,5.93,2.13,14,5.56,2.35,9,4.1,1.52,10,3.11,1.76,9,3.42,1.83,12,6.0,2.45,15,4.62,1.51,8,4.71,2.29,7,4.83,1.99,12,3.0,1.7,10,3.55,1.86,11,5.62,2.96,13,5.4,0.7,10
+soy sauce,6.81,1.63,21,4.0,2.92,20,5.69,2.01,36,7.5,1.31,8,6.38,1.71,13,4.2,2.17,5,3.93,3.2,15,5.09,1.92,11,5.96,2.03,25,7.0,1.73,13,6.5,1.51,8,4.17,3.13,12,3.75,2.76,8,5.55,1.79,20,5.88,2.31,16,6.36,1.57,11,7.3,1.64,10,3.73,3.1,11,4.33,2.83,9,5.5,2.11,22,6.0,1.88,14
+soybean,5.43,1.47,21,3.3,1.87,23,4.44,1.87,25,5.36,1.21,11,5.5,1.78,10,3.36,1.86,11,3.25,1.96,12,3.73,1.49,11,5.23,1.88,13,5.4,1.35,10,5.45,1.63,11,3.55,1.97,11,3.08,1.83,12,4.38,2.06,16,4.88,1.36,8,5.54,1.66,13,5.25,1.16,8,3.0,1.96,15,3.88,1.64,8,4.71,2.08,17,3.88,1.25,8
+spa,7.38,1.56,21,3.75,2.83,24,6.35,2.32,20,6.5,1.77,8,7.92,1.19,13,4.17,3.19,6,3.61,2.79,18,6.73,2.1,11,5.89,2.62,9,7.08,1.88,12,7.78,0.97,9,4.3,2.98,10,3.36,2.76,14,6.31,2.5,13,6.43,2.15,7,7.36,1.74,14,7.43,1.27,7,5.0,2.68,16,1.25,0.46,8,6.83,2.04,12,5.62,2.67,8
+space,6.89,1.57,38,3.6,2.82,45,4.98,2.6,61,7.07,1.49,14,6.79,1.64,24,4.35,3.0,17,3.22,2.67,27,4.94,2.89,31,5.03,2.33,30,7.19,1.47,21,6.53,1.66,17,3.57,2.77,21,3.62,2.92,24,4.58,2.68,36,5.56,2.43,25,6.84,1.54,19,6.95,1.65,19,3.83,2.8,29,3.19,2.88,16,5.45,2.51,31,4.5,2.65,30
+spacecraft,5.58,1.8,19,6.27,2.83,22,5.04,1.83,24,4.33,1.97,6,6.15,1.46,13,7.25,2.49,12,5.1,2.88,10,5.5,1.6,8,4.81,1.94,16,5.4,1.43,10,5.78,2.22,9,6.78,2.68,9,5.92,2.99,13,5.53,1.7,17,3.67,1.75,6,5.5,1.77,8,5.64,1.91,11,6.89,2.03,9,5.85,3.29,13,4.94,1.77,16,5.25,2.05,8
+spaceman,6.14,1.31,21,3.7,2.44,23,4.85,2.07,26,6.55,1.44,11,5.7,1.06,10,4.27,2.57,11,3.17,2.29,12,4.73,2.61,11,4.86,1.7,14,6.1,1.2,10,6.18,1.47,11,4.27,2.83,11,3.17,1.99,12,5.24,2.28,17,3.88,1.36,8,6.46,1.45,13,5.62,0.92,8,3.93,2.74,15,3.25,1.83,8,5.41,2.03,17,3.78,1.79,9
+spaceship,5.61,2.19,23,6.0,3.07,21,5.15,2.68,20,6.38,1.85,8,5.2,2.31,15,5.8,3.39,10,6.18,2.89,11,6.43,2.94,7,4.46,2.37,13,5.75,2.53,12,5.45,1.86,11,6.0,3.2,10,6.0,3.1,11,5.33,2.77,15,4.6,2.61,5,5.27,2.2,11,5.92,2.23,12,7.33,2.74,9,5.0,3.02,12,5.0,2.58,10,5.3,2.91,10
+spacing,5.21,1.23,19,3.19,1.75,21,4.4,2.3,20,5.33,0.58,3,5.19,1.33,16,3.5,1.64,6,3.07,1.83,15,6.33,2.42,6,3.57,1.74,14,5.3,0.48,10,5.11,1.76,9,3.0,1.73,7,3.29,1.82,14,4.6,2.67,10,4.2,1.99,10,4.88,0.83,8,5.45,1.44,11,3.33,1.8,9,3.08,1.78,12,4.0,2.78,8,4.67,2.02,12
+spacious,6.33,1.49,21,3.7,2.29,23,5.91,2.14,22,6.27,1.27,11,6.4,1.78,10,3.91,2.59,11,3.5,2.07,12,5.25,2.71,8,6.31,1.8,13,6.4,1.96,10,6.27,1.01,11,4.18,2.75,11,3.25,1.76,12,5.79,2.52,14,6.14,1.46,7,6.54,1.71,13,6.0,1.07,8,4.53,2.36,15,2.12,0.99,8,6.21,2.04,14,5.38,2.33,8
+spade,5.48,1.33,21,3.74,2.53,23,4.88,1.58,26,5.45,1.37,11,5.5,1.35,10,4.64,2.94,11,2.92,1.83,12,4.91,1.7,11,4.93,1.59,14,5.8,1.75,10,5.18,0.75,11,4.82,2.82,11,2.75,1.82,12,4.71,1.65,17,5.38,1.51,8,5.77,1.64,13,5.0,0.0,8,3.87,2.7,15,3.5,2.33,8,4.76,1.82,17,5.11,1.05,9
+spaghetti,6.91,1.48,22,4.04,2.61,25,5.92,2.02,24,7.33,1.41,9,6.62,1.5,13,2.6,2.22,10,5.0,2.45,15,6.67,2.06,9,5.47,1.92,15,6.25,1.39,8,7.29,1.44,14,3.92,2.53,13,4.17,2.79,12,5.17,2.12,12,6.67,1.67,12,6.83,1.75,12,7.0,1.15,10,4.13,3.04,15,3.9,1.91,10,6.31,1.93,13,5.45,2.11,11
+spam,3.1,1.92,20,3.83,2.87,18,3.95,2.15,22,2.2,2.17,5,3.4,1.8,15,4.33,2.8,6,3.58,3.0,12,4.3,1.64,10,3.67,2.53,12,3.1,1.73,10,3.1,2.18,10,4.1,2.88,10,3.5,3.02,8,4.36,1.57,11,3.55,2.62,11,3.17,1.9,12,3.0,2.07,8,3.0,3.28,9,4.67,2.29,9,3.73,1.85,11,4.18,2.48,11
+span,5.74,1.41,19,3.1,2.17,20,5.78,1.76,23,6.15,1.52,13,4.83,0.41,6,4.0,2.35,5,2.8,2.11,15,6.08,1.56,12,5.45,1.97,11,6.11,1.83,9,5.4,0.84,10,4.71,2.43,7,2.23,1.48,13,5.91,2.12,11,5.67,1.44,12,5.22,0.97,9,6.2,1.62,10,2.6,1.96,10,3.6,2.37,10,6.11,1.62,9,5.57,1.87,14
+spandex,4.6,2.37,20,4.17,2.73,18,4.23,2.02,22,6.0,2.45,5,4.13,2.23,15,4.33,2.94,6,4.08,2.75,12,4.0,1.05,10,4.42,2.61,12,5.0,1.63,10,4.2,2.97,10,4.1,2.47,10,4.25,3.2,8,3.91,2.26,11,4.55,1.81,11,4.17,2.62,12,5.25,1.91,8,3.0,3.16,9,5.33,1.66,9,4.18,2.14,11,4.27,2.0,11
+spaniel,5.67,2.27,21,4.15,2.72,20,5.14,2.22,21,5.17,1.33,6,5.87,2.56,15,4.12,2.64,8,4.17,2.89,12,5.27,2.28,11,5.0,2.26,10,4.5,2.17,6,6.13,2.2,15,4.7,3.02,10,3.6,2.41,10,5.0,2.45,14,5.43,1.81,7,5.71,2.14,7,5.64,2.41,14,3.86,2.74,14,4.83,2.79,6,4.33,2.15,12,6.22,1.92,9
+spank,3.76,2.21,21,5.91,2.35,23,4.76,2.8,17,4.44,2.24,9,3.25,2.14,12,6.45,1.51,11,5.42,2.91,12,4.6,2.88,10,5.0,2.89,7,4.86,2.27,7,3.23,2.13,13,6.73,1.62,11,5.17,2.72,12,4.43,2.76,7,5.0,2.94,10,4.0,2.74,13,3.38,0.92,8,5.73,2.9,11,6.08,1.83,12,4.67,1.87,9,4.88,3.72,8
+spanking,3.0,1.62,20,5.98,2.24,44,4.62,2.72,48,2.6,0.89,5,3.13,1.81,15,5.93,1.98,15,6.0,2.39,29,5.5,2.23,18,4.1,2.88,30,3.7,1.64,10,2.3,1.34,10,5.45,2.31,20,6.42,2.12,24,4.24,2.45,25,5.04,2.98,23,2.58,1.31,12,3.62,1.92,8,5.52,2.46,27,6.71,1.65,17,4.84,2.73,31,4.24,2.73,17
+spar,5.43,1.43,21,3.36,2.3,22,4.96,2.42,26,5.6,1.43,10,5.27,1.49,11,2.29,1.7,7,3.87,2.42,15,4.81,2.51,16,5.2,2.39,10,5.91,1.51,11,4.9,1.2,10,2.4,1.95,5,3.65,2.37,17,5.29,2.67,14,4.58,2.15,12,5.54,1.45,13,5.25,1.49,8,3.1,2.92,10,3.58,1.73,12,5.07,2.81,14,4.83,1.99,12
+spare,5.57,1.29,21,4.45,2.42,20,5.63,2.41,19,5.69,1.49,13,5.38,0.92,8,5.43,2.23,7,3.92,2.43,13,5.43,2.88,7,5.75,2.22,12,5.58,1.38,12,5.56,1.24,9,4.89,2.42,9,4.09,2.47,11,5.7,2.63,10,5.56,2.3,9,5.58,1.38,12,5.56,1.24,9,5.71,2.14,7,3.77,2.35,13,6.14,2.04,7,5.33,2.64,12
+spareribs,6.14,2.22,21,5.43,2.13,23,6.71,1.98,21,5.6,2.61,5,6.31,2.15,16,6.42,1.78,12,4.36,2.01,11,6.55,2.25,11,6.67,1.66,9,5.75,2.53,12,6.67,1.73,9,5.44,2.03,16,5.43,2.51,7,6.09,1.81,11,7.4,2.01,10,6.85,2.03,13,5.0,2.14,8,5.74,2.16,19,4.0,1.41,4,5.93,1.86,14,8.29,1.11,7
+spark,6.05,1.86,21,5.83,2.55,23,4.9,1.87,21,5.2,1.92,5,6.31,1.82,16,6.08,2.54,12,5.55,2.66,11,4.91,2.26,11,4.89,1.54,9,5.75,2.22,12,6.44,1.24,9,5.56,2.73,16,6.43,2.15,7,5.27,1.95,11,4.5,1.78,10,6.54,1.94,13,5.25,1.49,8,6.16,2.54,19,4.25,2.22,4,4.64,1.98,14,5.43,1.62,7
+sparkle,7.1,1.21,20,4.74,2.47,19,5.64,2.17,22,6.71,0.76,7,7.31,1.38,13,4.75,2.25,8,4.73,2.72,11,5.5,3.08,6,5.69,1.85,16,6.8,1.32,10,7.56,1.01,9,5.0,2.83,8,4.55,2.3,11,5.4,2.26,15,6.14,2.04,7,7.27,1.01,11,6.89,1.45,9,5.27,2.65,11,4.0,2.14,8,5.55,2.66,11,5.73,1.68,11
+sparkling,6.47,2.09,19,4.91,2.64,23,6.48,1.6,21,5.67,2.4,9,7.2,1.55,10,4.55,2.73,11,5.25,2.63,12,5.75,1.16,8,6.92,1.71,13,6.21,2.33,14,7.2,1.1,5,4.67,2.74,9,5.07,2.67,14,6.38,1.69,8,6.54,1.61,13,6.6,2.32,10,6.33,1.94,9,4.54,2.5,13,5.4,2.88,10,6.58,1.51,12,6.33,1.8,9
+sparkly,6.7,1.87,20,6.55,2.7,20,5.12,1.99,25,7.09,1.04,11,6.22,2.54,9,6.29,2.14,7,6.69,3.04,13,4.58,1.62,12,5.62,2.22,13,6.36,2.29,11,7.11,1.17,9,6.36,2.66,11,6.78,2.91,9,5.41,2.09,17,4.5,1.69,8,6.1,2.38,10,7.3,0.95,10,6.83,2.79,12,6.12,2.7,8,5.33,1.76,15,4.8,2.35,10
+sparrow,6.58,1.57,19,3.78,2.58,23,4.68,1.97,19,6.0,1.12,9,7.1,1.79,10,3.57,2.57,7,3.93,2.74,15,4.8,2.15,10,4.56,1.88,9,6.78,1.64,9,6.4,1.58,10,4.7,2.98,10,3.08,2.15,12,4.75,1.83,8,4.3,1.95,10,6.58,1.68,12,6.57,1.51,7,3.55,2.56,20,5.33,2.52,3,5.5,1.77,8,4.09,1.97,11
+spasm,3.17,1.42,18,5.24,2.34,21,3.26,2.26,23,3.67,2.52,3,3.07,1.22,15,5.62,1.51,8,5.0,2.77,13,3.11,2.47,9,3.36,2.21,14,2.75,1.58,8,3.5,1.27,10,5.56,2.55,9,5.0,2.26,12,3.6,2.61,15,2.62,1.3,8,3.67,1.97,6,2.92,1.08,12,5.8,2.44,10,4.73,2.24,11,3.15,2.82,13,3.4,1.35,10
+spastic,3.95,1.68,19,5.05,2.28,22,3.38,1.76,24,3.5,1.87,6,4.15,1.63,13,4.25,2.26,12,6.0,2.0,10,3.12,1.81,8,3.5,1.79,16,4.1,1.52,10,3.78,1.92,9,4.78,2.73,9,5.23,2.01,13,3.59,1.66,17,2.5,1.97,6,3.75,1.28,8,4.09,1.97,11,4.67,2.18,9,5.31,2.39,13,3.38,1.86,16,3.38,1.69,8
+spatial,4.73,1.42,22,3.38,2.17,26,5.88,2.09,24,5.0,0.0,9,4.54,1.85,13,2.7,2.21,10,3.81,2.1,16,5.89,1.69,9,5.87,2.36,15,5.38,1.51,8,4.36,1.28,14,3.92,2.29,13,2.85,1.99,13,5.33,2.42,12,6.42,1.62,12,4.58,1.93,12,4.9,0.32,10,2.93,2.09,15,4.0,2.24,11,6.08,2.1,13,5.64,2.16,11
+spatter,4.1,1.89,20,3.4,2.43,25,4.68,2.21,19,3.56,1.59,9,4.55,2.07,11,3.67,2.94,6,3.44,2.33,18,4.29,1.7,7,4.92,2.5,12,3.75,1.77,16,5.5,1.91,4,2.86,2.32,14,4.4,2.41,10,4.78,2.54,9,4.6,2.01,10,3.92,1.93,12,4.38,1.92,8,4.38,2.45,16,1.67,1.12,9,4.45,2.3,11,5.0,2.2,8
+spatula,5.14,1.42,21,2.86,1.8,21,6.41,1.53,22,5.21,1.53,14,5.0,1.29,7,3.09,1.87,11,2.78,1.79,9,6.67,1.63,6,6.31,1.54,16,4.56,1.59,9,5.58,1.16,12,2.64,1.91,11,3.1,1.73,10,6.62,1.45,13,6.11,1.69,9,4.82,1.17,11,5.5,1.65,10,3.0,1.91,13,2.62,1.69,8,6.42,1.62,12,6.4,1.51,10
+spawn,4.85,1.63,20,4.0,1.84,20,5.61,2.7,33,4.9,0.99,10,4.8,2.15,10,3.62,1.85,8,4.25,1.86,12,4.93,2.79,14,6.11,2.6,19,5.0,1.66,9,4.73,1.68,11,4.33,1.72,12,3.5,2.0,8,5.27,2.9,22,6.27,2.24,11,4.8,1.93,10,4.9,1.37,10,3.93,1.82,14,4.17,2.04,6,5.38,2.87,16,5.82,2.6,17
+speak,5.91,1.63,22,4.19,2.38,21,5.89,1.94,18,6.0,2.19,6,5.87,1.51,15,3.57,2.44,7,4.5,2.38,14,5.44,2.19,9,6.25,1.75,8,5.57,1.6,14,6.57,1.72,7,3.67,2.4,9,4.58,2.39,12,5.4,2.07,10,6.5,1.69,8,5.71,1.49,14,6.25,1.91,8,4.67,3.27,6,4.0,2.04,15,5.9,2.23,10,5.88,1.64,8
+speakeasy,5.89,1.7,19,5.3,2.36,20,5.7,2.1,23,6.38,1.66,13,4.83,1.33,6,6.2,1.64,5,5.0,2.54,15,6.17,2.08,12,5.18,2.09,11,5.67,2.0,9,6.1,1.45,10,4.71,2.63,7,5.62,2.26,13,5.6,2.46,10,5.77,1.88,13,5.67,1.8,9,6.1,1.66,10,5.5,2.46,10,5.1,2.38,10,7.25,1.39,8,4.87,1.96,15
+speaker,5.32,1.21,22,4.35,2.46,23,5.47,1.58,19,5.5,1.51,8,5.08,0.95,13,4.25,2.66,8,4.5,2.5,14,5.86,1.68,7,5.27,1.62,11,5.5,1.51,8,5.08,0.95,13,4.44,2.79,9,4.29,2.33,14,5.43,1.72,7,5.5,1.57,12,5.45,1.51,11,5.18,0.87,11,3.56,3.13,9,4.86,1.88,14,5.56,1.67,16,5.0,1.0,3
+speakerphone,5.0,2.07,21,3.18,2.3,22,5.26,2.33,27,4.4,1.65,10,5.55,2.34,11,2.43,1.9,7,3.53,2.45,15,5.0,2.65,17,5.7,1.7,10,5.45,2.07,11,4.5,2.07,10,2.8,2.49,5,3.29,2.31,17,5.21,2.72,14,5.31,1.93,13,5.38,1.98,13,4.38,2.2,8,3.0,2.71,10,3.33,2.02,12,5.86,2.6,14,4.62,1.89,13
+spear,4.43,1.6,21,4.7,2.3,23,5.0,2.43,21,5.0,2.55,5,4.25,1.24,16,5.58,2.15,12,3.73,2.15,11,4.27,2.49,11,5.89,2.32,9,3.67,1.3,12,5.44,1.42,9,4.94,2.38,16,4.14,2.19,7,5.36,2.06,11,4.6,2.84,10,4.38,1.61,13,4.5,1.69,8,4.68,2.4,19,4.75,2.06,4,5.14,2.38,14,4.71,2.69,7
+spec,4.5,1.34,22,3.87,2.4,23,5.11,2.05,19,4.75,1.58,8,4.62,0.77,13,4.12,2.64,8,3.64,2.41,14,4.43,2.3,7,5.45,1.97,11,5.12,1.36,8,4.38,0.87,13,4.11,2.8,9,3.71,2.2,14,3.43,1.51,7,6.08,1.68,12,5.18,1.17,11,3.82,1.17,11,2.89,2.76,9,4.5,1.99,14,5.0,2.1,16,5.67,2.08,3
+special,7.5,1.79,22,3.48,2.68,21,6.72,1.96,18,5.83,2.56,6,8.2,0.86,15,3.71,3.3,7,3.36,2.44,14,6.44,2.35,9,7.0,1.69,8,7.21,2.15,14,8.14,0.69,7,3.33,2.96,9,3.58,2.57,12,7.2,2.39,10,6.12,1.13,8,7.29,2.09,14,7.88,1.13,8,3.5,2.59,6,3.47,2.8,15,7.1,2.42,10,6.25,1.16,8
+specialist,5.52,2.11,21,4.27,2.43,22,6.1,2.22,20,5.88,1.73,8,5.31,2.36,13,4.6,2.8,10,4.0,2.17,12,6.14,2.85,7,6.08,1.93,13,5.4,2.27,10,5.64,2.06,11,4.45,2.11,11,4.09,2.81,11,5.93,2.31,15,6.6,2.07,5,4.4,1.78,10,6.55,1.92,11,4.5,2.12,10,4.08,2.75,12,6.1,2.33,10,6.1,2.23,10
+specialize,6.23,1.66,22,4.77,2.39,26,6.29,2.07,24,6.67,1.87,9,5.92,1.5,13,4.0,2.62,10,5.25,2.18,16,6.56,1.67,9,6.13,2.33,15,5.88,1.96,8,6.43,1.5,14,5.54,1.81,13,4.0,2.71,13,5.5,2.47,12,7.08,1.24,12,5.83,1.4,12,6.7,1.89,10,4.4,2.8,15,5.27,1.68,11,6.31,2.18,13,6.27,2.05,11
+specialty,5.48,1.4,21,3.7,3.02,23,6.05,1.93,19,6.12,1.25,8,5.08,1.38,13,5.33,3.39,6,3.12,2.76,17,6.3,1.64,10,5.78,2.28,9,5.42,1.44,12,5.56,1.42,9,4.0,2.94,10,3.46,3.18,13,5.75,2.14,12,6.57,1.51,7,5.36,1.22,14,5.71,1.8,7,4.73,2.96,15,1.75,2.12,8,6.45,1.63,11,5.5,2.27,8
+species,5.26,1.82,19,3.73,2.07,22,4.31,1.85,16,5.18,1.83,11,5.29,2.06,7,4.12,2.36,8,3.5,1.95,14,3.0,1.26,6,5.1,1.73,10,5.38,2.0,8,5.18,1.78,11,3.22,1.92,9,4.08,2.18,13,4.12,2.17,8,4.5,1.6,8,5.33,2.15,12,5.14,1.21,7,3.18,2.04,11,4.27,2.05,11,4.56,2.07,9,4.0,1.63,7
+specific,5.48,1.29,21,2.55,1.71,22,5.89,2.42,27,5.2,1.4,10,5.73,1.19,11,2.14,1.57,7,2.73,1.79,15,6.06,2.7,17,5.6,1.96,10,5.45,1.44,11,5.5,1.18,10,2.6,2.19,5,2.53,1.62,17,5.71,2.87,14,6.08,1.93,13,5.15,1.41,13,6.0,0.93,8,2.2,1.69,10,2.83,1.75,12,6.5,2.68,14,5.23,2.01,13
+specify,5.53,2.04,19,3.64,2.65,22,5.22,2.45,23,5.45,1.92,11,5.14,2.04,7,5.12,3.27,8,2.79,1.85,14,5.43,2.99,7,5.12,2.28,16,5.38,2.2,8,5.64,2.01,11,3.78,2.54,9,3.54,2.82,13,4.91,2.55,11,5.5,2.43,12,5.42,2.43,12,5.71,1.25,7,4.0,3.35,11,3.27,1.79,11,4.77,2.45,13,5.8,2.44,10
+specimen,4.4,1.85,20,3.24,2.11,25,4.84,2.39,19,4.12,1.55,8,4.58,2.07,12,2.83,1.83,6,3.44,2.25,18,4.14,2.34,7,5.25,2.42,12,4.2,1.97,15,5.0,1.41,5,3.43,2.41,14,3.1,1.79,10,4.89,2.89,9,4.8,1.99,10,4.0,1.9,11,4.89,1.76,9,3.69,2.33,16,2.44,1.42,9,4.36,2.77,11,5.5,1.69,8
+speck,4.33,1.2,21,3.95,2.35,20,4.41,2.24,22,4.83,0.75,6,4.13,1.3,15,4.25,2.49,8,3.75,2.34,12,3.92,2.54,12,5.0,1.76,10,4.44,1.59,9,4.25,0.87,12,4.0,2.45,9,3.91,2.39,11,3.71,2.29,7,4.73,2.22,15,4.5,1.08,10,4.18,1.33,11,3.46,2.18,13,4.86,2.54,7,4.33,2.61,12,4.5,1.84,10
+speckled,5.78,1.31,18,4.45,2.67,22,5.64,1.65,22,5.78,1.09,9,5.78,1.56,9,5.0,2.88,8,4.14,2.6,14,5.36,1.86,11,5.91,1.45,11,5.29,0.76,7,6.09,1.51,11,4.7,2.75,10,4.25,2.7,12,5.77,1.54,13,5.44,1.88,9,6.0,1.66,9,5.56,0.88,9,5.12,2.53,8,4.07,2.76,14,5.71,1.94,14,5.5,1.07,8
+specs,5.16,1.21,19,2.95,2.14,20,5.61,1.04,18,5.71,1.5,7,4.83,0.94,12,3.56,2.51,9,2.45,1.75,11,5.6,1.14,5,5.62,1.04,13,4.89,0.33,9,5.44,1.74,9,3.38,2.62,8,2.67,1.83,12,5.38,0.87,13,6.2,1.3,5,5.0,1.56,10,5.33,0.71,9,3.17,2.37,12,2.62,1.85,8,5.33,1.0,9,5.89,1.05,9
+spectacle,5.61,1.85,18,4.4,2.6,20,5.0,1.68,25,5.6,2.19,5,5.62,1.8,13,4.09,2.59,11,4.78,2.73,9,4.62,1.71,16,5.67,1.5,9,6.57,1.72,7,5.0,1.73,11,3.0,2.5,9,5.55,2.16,11,4.95,1.88,20,5.2,0.45,5,5.44,1.67,9,5.78,2.11,9,4.0,2.76,11,4.89,2.47,9,4.95,1.51,19,5.17,2.32,6
+spectacular,7.5,1.36,20,6.65,2.43,20,6.04,1.78,26,7.45,1.57,11,7.56,1.13,9,7.0,1.73,7,6.46,2.79,13,6.08,1.66,13,6.0,1.96,13,7.36,1.69,11,7.67,0.87,9,5.91,2.77,11,7.56,1.67,9,6.24,1.64,17,5.67,2.06,9,7.7,1.34,10,7.3,1.42,10,6.67,2.71,12,6.62,2.13,8,6.31,1.66,16,5.6,1.96,10
+spectator,5.58,1.26,19,3.44,2.12,18,4.35,2.76,17,5.73,0.65,11,5.38,1.85,8,3.5,2.38,4,3.43,2.14,14,2.38,1.85,8,6.11,2.2,9,6.12,0.64,8,5.18,1.47,11,4.43,2.23,7,2.82,1.89,11,3.5,2.51,6,4.82,2.89,11,5.54,1.39,13,5.67,1.03,6,2.82,1.89,11,4.43,2.23,7,4.71,3.2,7,4.1,2.56,10
+spectral,5.53,1.84,19,4.95,2.44,21,4.11,1.52,19,5.89,1.36,9,5.2,2.2,10,5.14,2.79,7,4.92,2.43,13,4.0,1.76,10,4.22,1.3,9,6.33,2.18,9,4.8,1.14,10,5.0,2.71,10,5.0,2.4,10,3.5,1.07,8,4.2,1.32,10,5.75,2.05,12,5.14,1.46,7,4.94,2.36,18,5.0,3.46,3,4.25,1.91,8,4.0,1.26,11
+spectrum,6.65,1.58,17,3.05,1.94,22,4.82,1.85,28,6.0,1.1,6,7.0,1.73,11,3.09,1.58,11,3.0,2.32,11,3.91,1.87,11,5.41,1.62,17,6.7,1.77,10,6.57,1.4,7,3.27,2.1,11,2.82,1.83,11,4.89,2.03,18,4.7,1.57,10,6.33,1.44,12,7.4,1.82,5,2.5,1.51,14,4.0,2.33,8,4.5,2.0,16,5.25,1.6,12
+speculate,5.63,1.3,19,4.53,2.29,19,5.08,2.38,24,5.85,1.46,13,5.17,0.75,6,4.2,2.68,5,4.64,2.24,14,6.0,1.91,13,4.0,2.49,11,5.89,1.76,9,5.4,0.7,10,5.0,2.53,6,4.31,2.25,13,5.91,2.3,11,4.38,2.29,13,5.33,1.32,9,5.9,1.29,10,4.0,2.62,10,5.11,1.83,9,5.89,2.62,9,4.6,2.16,15
+speculation,4.67,1.28,21,4.75,2.05,20,5.29,2.26,21,5.0,1.1,6,4.53,1.36,15,4.88,1.81,8,4.67,2.27,12,4.82,2.09,11,5.8,2.44,10,4.5,1.05,6,4.73,1.39,15,5.0,2.21,10,4.5,1.96,10,6.0,2.25,14,3.86,1.57,7,3.86,1.46,7,5.07,1.0,14,4.64,1.98,14,5.0,2.37,6,4.67,2.27,12,6.11,2.09,9
+speech,5.62,1.88,21,4.1,1.83,20,6.68,2.14,19,5.69,1.44,13,5.5,2.56,8,4.86,1.57,7,3.69,1.89,13,7.0,1.53,7,6.5,2.47,12,5.58,1.62,12,5.67,2.29,9,4.22,1.99,9,4.0,1.79,11,6.9,1.97,10,6.44,2.4,9,5.33,1.92,12,6.0,1.87,9,4.86,1.68,7,3.69,1.84,13,6.86,2.19,7,6.58,2.19,12
+speechless,4.53,2.27,19,3.45,1.82,20,4.45,2.56,20,3.67,2.31,3,4.53,2.29,15,3.5,1.72,10,3.4,2.01,10,4.5,2.37,10,4.4,2.88,10,4.0,2.76,6,4.58,2.07,12,3.86,1.95,7,3.23,1.79,13,3.5,2.0,8,5.08,2.78,12,4.42,2.31,12,4.71,2.36,7,3.5,2.07,10,3.4,1.65,10,5.44,2.3,9,3.64,2.58,11
+speed,6.71,2.03,21,6.8,2.69,20,6.58,2.69,19,6.23,2.01,13,7.5,1.93,8,7.0,2.24,7,6.69,2.98,13,6.43,2.44,7,6.67,2.93,12,6.5,2.32,12,7.0,1.66,9,6.78,3.03,9,6.82,2.52,11,6.6,2.46,10,6.56,3.09,9,6.67,2.23,12,6.78,1.86,9,7.71,1.38,7,6.31,3.12,13,7.43,2.51,7,6.08,2.78,12
+speedboat,7.0,1.52,20,5.65,3.02,17,5.87,2.26,23,6.8,1.79,5,7.07,1.49,15,7.0,2.71,4,5.23,3.09,13,4.77,1.96,13,7.3,1.83,10,7.3,1.42,10,6.7,1.64,10,6.67,2.88,6,5.09,3.08,11,5.0,2.07,15,7.5,1.69,8,6.64,1.5,14,7.83,1.33,6,5.42,3.15,12,6.2,2.95,5,5.8,2.54,15,6.0,1.77,8
+speeding,3.68,1.92,19,6.14,2.4,22,6.18,2.04,22,4.33,2.24,9,3.1,1.45,10,5.62,2.72,8,6.43,2.24,14,6.55,2.25,11,5.82,1.83,11,5.14,2.04,7,2.83,1.27,12,5.0,2.05,10,7.08,2.31,12,5.92,1.8,13,6.56,2.4,9,3.5,1.35,10,3.89,2.47,9,6.38,2.83,8,6.0,2.22,14,6.57,1.99,14,5.5,2.07,8
+speedway,6.05,1.96,22,5.38,2.4,26,5.57,2.29,23,6.67,2.12,9,5.62,1.8,13,5.6,2.5,10,5.25,2.41,16,5.5,2.83,8,5.6,2.06,15,6.25,1.39,8,5.93,2.27,14,5.69,2.1,13,5.08,2.72,13,5.42,2.71,12,5.73,1.85,11,5.83,2.08,12,6.3,1.89,10,5.33,2.41,15,5.45,2.5,11,6.33,2.23,12,4.73,2.15,11
+speedy,5.9,1.12,20,5.1,2.59,21,6.16,2.27,25,6.67,0.58,3,5.76,1.15,17,6.0,2.58,7,4.85,2.54,13,6.12,2.47,8,6.18,2.24,17,6.29,0.76,7,5.69,1.25,13,6.0,2.45,7,4.85,2.61,13,6.43,2.44,14,5.82,2.09,11,5.78,1.3,9,6.0,1.0,11,5.73,2.53,11,4.4,2.59,10,6.17,2.55,18,6.14,1.46,7
+spell,6.18,1.92,22,4.15,2.43,20,6.58,2.5,19,5.92,1.93,13,6.56,1.94,9,4.43,2.51,7,4.0,2.48,13,5.86,2.85,7,7.0,2.3,12,5.25,1.96,12,7.3,1.16,10,4.33,2.55,9,4.0,2.45,11,6.0,2.36,10,7.22,2.64,9,5.67,2.23,12,6.8,1.32,10,5.29,2.14,7,3.54,2.44,13,7.57,1.9,7,6.0,2.7,12
+spelling,5.75,1.21,20,3.62,1.96,21,6.53,2.19,34,6.2,1.4,10,5.3,0.82,10,3.5,1.69,8,3.69,2.18,13,6.93,1.94,14,6.25,2.36,20,5.44,1.42,9,6.0,1.0,11,4.15,1.86,13,2.75,1.91,8,6.55,2.24,22,6.5,2.2,12,5.7,1.42,10,5.8,1.03,10,3.5,1.91,14,3.86,2.19,7,6.24,2.36,17,6.82,2.04,17
+spend,5.91,1.66,22,4.48,2.4,21,5.88,2.45,17,5.83,2.14,6,6.07,1.49,15,3.71,2.36,7,4.86,2.41,14,5.89,2.26,9,5.88,2.8,8,6.0,1.71,14,6.0,1.63,7,4.56,2.74,9,4.42,2.23,12,6.11,2.8,9,5.62,2.13,8,5.86,1.7,14,6.0,1.69,8,4.33,2.66,6,4.53,2.39,15,7.0,2.4,9,4.62,1.92,8
+spender,5.38,1.63,21,4.43,2.45,23,4.84,1.61,19,4.57,1.13,7,5.54,1.51,13,3.88,2.23,8,4.71,2.67,14,4.29,1.98,7,5.18,1.4,11,4.25,0.89,8,5.83,1.4,12,3.56,2.7,9,5.0,2.18,14,4.0,1.63,7,5.33,1.44,12,5.5,1.9,10,5.27,1.42,11,3.11,2.57,9,5.29,2.02,14,4.81,1.64,16,5.0,1.73,3
+sperm,5.47,2.34,19,4.86,2.26,21,4.43,2.41,23,6.18,2.04,11,5.0,2.24,7,5.29,1.89,7,4.64,2.47,14,4.86,2.91,7,4.25,2.24,16,4.0,1.41,8,6.55,2.34,11,4.12,2.47,8,5.31,2.1,13,4.55,2.3,11,4.33,2.61,12,5.58,2.68,12,5.29,1.8,7,3.8,2.39,10,5.82,1.72,11,4.38,2.57,13,4.5,2.32,10
+spew,3.37,1.34,19,5.0,2.1,21,5.39,2.59,23,4.0,1.0,3,3.25,1.39,16,5.88,1.73,8,4.46,2.18,13,6.11,2.47,9,4.93,2.64,14,3.0,1.41,9,3.7,1.25,10,5.11,1.36,9,4.92,2.57,12,6.27,2.4,15,3.75,2.19,8,2.71,1.11,7,3.75,1.36,12,5.7,1.57,10,4.36,2.38,11,5.54,3.38,13,5.2,1.03,10
+sphere,6.21,2.04,19,4.0,2.53,21,5.6,2.37,20,6.0,1.0,3,6.13,2.23,15,3.83,2.93,6,4.07,2.46,15,5.9,2.02,10,5.3,2.75,10,5.5,3.02,6,6.42,1.44,12,3.57,2.37,7,4.21,2.67,14,5.25,1.91,8,5.83,2.69,12,6.5,1.98,12,5.71,2.21,7,4.44,3.0,9,3.67,2.19,12,4.89,2.42,9,6.18,2.27,11
+sphincter,4.37,2.52,19,4.0,2.58,22,4.11,2.18,28,3.17,2.04,6,4.92,2.6,13,3.73,2.41,11,4.27,2.83,11,3.55,2.54,11,4.47,1.91,17,5.0,2.83,11,3.5,1.85,8,4.0,2.61,11,4.0,2.68,11,4.11,2.11,18,4.1,2.42,10,4.54,2.96,13,4.0,1.26,6,3.57,2.82,14,4.75,2.05,8,3.5,2.34,16,4.92,1.73,12
+sphinx,6.05,2.35,20,4.9,2.36,20,5.27,1.97,26,5.36,2.46,11,6.89,2.03,9,4.29,2.06,7,5.23,2.52,13,4.85,1.86,13,5.69,2.06,13,6.73,2.33,11,5.22,2.22,9,5.64,2.2,11,4.0,2.35,9,5.18,2.1,17,5.44,1.81,9,7.3,1.57,10,4.8,2.39,10,5.17,2.72,12,4.5,1.77,8,5.19,2.14,16,5.4,1.78,10
+spic,3.37,2.14,19,4.57,2.42,21,4.59,2.72,27,4.14,2.79,7,2.92,1.62,12,4.5,2.51,10,4.64,2.46,11,4.53,2.53,15,4.73,3.2,11,3.2,1.81,10,3.56,2.55,9,4.0,1.58,9,5.0,2.89,12,4.82,2.98,17,4.22,2.44,9,3.62,2.36,13,2.83,1.6,6,4.2,2.31,15,5.5,2.66,6,4.33,2.71,12,4.8,2.81,15
+spice,6.55,1.28,20,4.06,2.1,18,6.0,1.77,22,6.8,1.1,5,6.47,1.36,15,4.67,1.37,6,3.75,2.38,12,5.7,1.77,10,6.25,1.82,12,6.5,0.97,10,6.6,1.58,10,4.7,2.16,10,3.25,1.83,8,6.45,1.63,11,5.55,1.86,11,6.25,1.54,12,7.0,0.53,8,3.44,1.81,9,4.67,2.29,9,6.27,1.42,11,5.73,2.1,11
+spicy,6.32,1.73,22,6.63,2.52,19,5.55,2.31,20,6.2,1.3,5,6.38,1.93,16,7.62,2.39,8,5.91,2.47,11,4.7,2.36,10,6.4,2.01,10,5.67,1.72,12,7.1,1.45,10,6.0,2.67,10,7.33,2.29,9,5.82,2.04,11,5.22,2.68,9,6.64,1.63,11,6.0,1.84,11,5.0,2.78,8,7.82,1.54,11,5.89,2.2,9,5.27,2.45,11
+spider,3.35,2.3,20,6.91,1.93,22,3.74,2.43,43,2.8,1.3,5,3.53,2.56,15,7.33,1.44,12,6.4,2.37,10,4.24,2.31,17,3.42,2.5,26,3.5,2.07,10,3.2,2.62,10,7.78,1.09,9,6.31,2.18,13,4.0,2.27,27,3.31,2.7,16,3.75,2.73,12,2.75,1.39,8,6.78,2.49,9,7.0,1.53,13,2.92,1.82,24,4.79,2.74,19
+spiffy,6.35,1.98,20,4.5,2.67,24,5.85,2.16,20,7.0,1.73,7,6.0,2.08,13,5.0,1.9,6,4.33,2.91,18,5.73,1.19,11,6.0,3.04,9,6.91,1.51,11,5.67,2.35,9,4.9,2.56,10,4.21,2.81,14,5.62,1.98,13,6.29,2.56,7,6.43,1.5,14,6.17,2.99,6,5.0,2.39,16,3.5,3.07,8,6.33,1.67,12,5.12,2.7,8
+spike,4.23,1.77,22,5.35,2.14,23,5.42,1.89,19,4.88,2.23,8,3.77,1.42,13,6.5,2.0,8,4.79,2.08,14,4.71,1.7,7,5.91,2.02,11,4.0,2.27,8,4.31,1.55,13,5.78,1.92,9,5.07,2.3,14,3.86,0.9,7,6.33,1.72,12,4.18,2.18,11,4.27,1.35,11,5.11,2.8,9,5.5,1.7,14,5.5,1.93,16,5.0,2.0,3
+spill,3.63,1.71,19,3.74,2.26,19,4.5,2.21,20,3.33,0.58,3,3.87,1.77,15,3.22,2.49,9,4.2,2.04,10,4.4,1.9,10,4.6,2.59,10,4.5,2.51,6,3.42,0.9,12,3.0,2.08,7,4.17,2.33,12,3.0,1.85,8,5.5,1.88,12,3.25,1.29,12,4.29,2.21,7,3.6,2.32,10,3.89,2.32,9,4.89,2.57,9,4.18,1.94,11
+spin,4.9,0.89,21,3.68,2.42,22,4.92,2.4,26,4.6,0.7,10,5.18,0.98,11,2.29,1.7,7,4.33,2.47,15,4.94,2.7,17,4.89,1.83,9,5.0,1.18,11,4.8,0.42,10,2.6,1.82,5,4.0,2.52,17,5.36,2.56,14,4.42,2.19,12,5.0,1.08,13,4.75,0.46,8,3.8,3.05,10,3.58,1.88,12,5.29,2.64,14,4.5,2.11,12
+spinach,5.81,1.94,21,3.43,2.06,23,5.46,1.61,26,6.18,1.4,11,5.4,2.41,10,3.73,2.2,11,3.17,1.99,12,5.18,1.25,11,5.71,1.9,14,5.2,2.2,10,6.36,1.57,11,3.82,2.27,11,3.08,1.88,12,5.53,1.87,17,5.38,1.06,8,5.69,2.32,13,6.0,1.2,8,3.33,2.16,15,3.62,2.0,8,5.59,1.94,17,5.22,0.67,9
+spinal,3.78,2.26,18,4.35,2.68,20,4.72,1.74,25,4.0,1.73,5,3.69,2.5,13,5.09,2.34,11,3.44,2.92,9,4.62,1.71,16,4.89,1.9,9,4.43,2.7,7,3.36,1.96,11,3.33,2.5,9,5.18,2.64,11,4.75,1.89,20,4.6,1.14,5,3.67,2.24,9,3.89,2.42,9,3.27,2.05,11,5.67,2.87,9,4.79,1.55,19,4.5,2.43,6
+spindle,4.44,2.01,18,3.55,1.74,22,5.21,1.53,24,4.2,1.92,5,4.54,2.11,13,3.67,2.02,12,3.4,1.43,10,4.75,1.67,8,5.44,1.46,16,4.33,1.87,9,4.56,2.24,9,3.78,2.22,9,3.38,1.39,13,5.12,1.65,17,5.5,1.38,6,4.0,1.73,7,4.73,2.2,11,3.89,1.45,9,3.31,1.93,13,5.25,1.84,16,5.12,0.64,8
+spine,5.33,1.53,21,3.14,2.08,21,5.52,2.28,27,4.6,1.35,10,6.0,1.41,11,2.71,2.21,7,3.36,2.06,14,5.29,2.69,17,5.9,1.37,10,5.55,1.57,11,5.1,1.52,10,2.4,1.95,5,3.38,2.13,16,5.43,2.56,14,5.62,2.02,13,5.31,1.6,13,5.38,1.51,8,2.5,1.65,10,3.73,2.33,11,6.43,1.95,14,4.54,2.26,13
+spineless,2.95,1.61,20,4.57,1.97,23,4.1,2.23,21,2.33,1.22,9,3.45,1.75,11,3.91,2.12,11,5.17,1.7,12,4.5,1.77,8,3.85,2.51,13,2.79,1.42,14,3.33,2.07,6,3.44,2.13,9,5.29,1.54,14,4.75,2.38,8,3.69,2.14,13,3.4,1.35,10,2.5,1.78,10,4.62,2.22,13,4.5,1.72,10,3.58,2.39,12,4.78,1.92,9
+spinner,4.58,1.71,19,4.55,2.3,22,5.29,2.1,24,3.83,1.6,6,4.92,1.71,13,4.83,2.52,12,4.2,2.1,10,4.25,2.49,8,5.81,1.72,16,4.7,1.34,10,4.44,2.13,9,5.44,2.24,9,3.92,2.22,13,5.35,2.18,17,5.17,2.23,6,4.38,1.06,8,4.73,2.1,11,3.78,2.54,9,5.08,2.06,13,5.44,2.22,16,5.0,1.93,8
+spinster,4.14,2.1,22,4.0,1.97,19,4.71,2.28,21,3.6,1.14,5,4.25,2.38,16,3.75,1.91,8,4.18,2.09,11,5.8,2.3,10,3.73,1.85,11,4.0,1.81,12,4.3,2.5,10,4.5,2.01,10,3.44,1.88,9,4.42,2.35,12,5.11,2.26,9,4.36,2.29,11,3.91,1.97,11,3.88,1.96,8,4.09,2.07,11,5.56,2.3,9,4.08,2.15,12
+spiral,6.4,1.39,20,5.0,2.52,19,4.46,1.96,26,6.45,1.37,11,6.33,1.5,9,4.83,1.47,6,5.08,2.93,13,4.15,1.77,13,4.77,2.17,13,6.09,1.22,11,6.78,1.56,9,5.45,2.58,11,4.38,2.45,8,4.59,1.97,17,4.22,2.05,9,6.6,1.58,10,6.2,1.23,10,5.58,2.57,12,4.0,2.24,7,4.56,1.97,16,4.3,2.06,10
+spirit,7.0,1.65,43,5.03,2.71,39,6.38,2.27,42,6.77,1.97,22,7.24,1.22,21,6.0,2.65,13,4.54,2.66,26,6.71,2.33,14,6.26,2.3,27,6.77,1.8,22,7.24,1.48,21,5.35,2.83,17,4.77,2.65,22,5.72,2.3,18,6.88,2.17,24,7.04,1.56,26,6.94,1.82,17,4.67,2.4,18,5.33,2.97,21,6.14,2.28,29,6.92,2.25,13
+spirited,7.57,1.12,21,5.21,2.36,24,7.14,2.08,22,7.5,1.2,8,7.62,1.12,13,5.46,2.67,13,4.91,2.02,11,7.46,1.56,13,6.67,2.69,9,7.88,1.13,8,7.42,1.16,12,5.21,1.93,14,5.2,2.97,10,7.42,1.78,12,6.8,2.44,10,7.7,1.16,10,7.45,1.13,11,5.06,2.61,17,5.57,1.72,7,6.7,2.79,10,7.5,1.24,12
+spiritual,5.82,2.52,22,4.82,2.92,22,6.3,2.27,20,5.5,2.39,8,6.0,2.66,14,4.4,2.99,10,5.17,2.95,12,6.0,2.71,7,6.46,2.11,13,5.09,2.77,11,6.55,2.11,11,5.0,2.97,11,4.64,3.01,11,5.53,2.1,15,8.6,0.55,5,5.0,2.67,10,6.5,2.28,12,5.0,3.06,10,4.67,2.93,12,5.8,2.25,10,6.8,2.3,10
+spirituality,7.26,1.15,19,3.1,2.75,20,6.7,2.12,23,7.4,1.14,5,7.15,1.21,13,3.83,3.31,6,2.79,2.55,14,6.6,2.37,10,6.77,2.01,13,7.14,1.07,7,7.27,1.27,11,4.14,3.08,7,2.54,2.5,13,5.45,2.02,11,7.83,1.53,12,7.33,1.23,12,7.14,1.07,7,2.6,2.63,10,3.6,2.91,10,6.79,2.29,14,6.56,1.94,9
+spit,3.0,1.78,20,3.57,2.4,21,4.36,2.74,25,3.0,0.82,4,3.0,1.97,16,4.5,2.65,4,3.35,2.37,17,5.44,2.79,9,3.75,2.59,16,2.88,0.99,8,3.08,2.19,12,3.4,2.55,10,3.73,2.37,11,4.5,2.47,14,4.18,3.16,11,2.91,1.14,11,3.11,2.42,9,3.3,2.16,10,3.82,2.68,11,4.72,2.72,18,3.43,2.76,7
+spiteful,2.89,1.66,19,4.71,1.9,21,5.13,2.4,23,2.67,1.53,3,2.94,1.73,16,4.88,2.1,8,4.62,1.85,13,4.67,2.0,9,5.43,2.65,14,3.0,2.18,9,2.8,1.14,10,4.33,1.8,9,5.0,2.0,12,5.87,2.5,15,3.75,1.49,8,3.14,2.34,7,2.75,1.22,12,5.3,1.16,10,4.18,2.32,11,5.54,2.88,13,4.6,1.58,10
+spitfire,5.18,1.18,22,5.42,2.37,26,5.5,2.13,24,5.44,0.73,9,5.0,1.41,13,5.3,2.95,10,5.5,2.03,16,4.89,2.03,9,5.87,2.17,15,5.25,1.16,8,5.14,1.23,14,6.15,2.27,13,4.69,2.32,13,4.92,1.83,12,6.08,2.31,12,5.0,1.28,12,5.4,1.07,10,5.4,2.69,15,5.45,1.97,11,5.77,2.13,13,5.18,2.18,11
+spittoon,3.39,1.79,18,3.95,2.59,19,4.72,1.77,25,3.6,1.34,5,3.31,1.97,13,4.55,2.84,11,3.12,2.1,8,4.75,2.18,16,4.67,0.71,9,4.0,1.53,7,3.0,1.9,11,3.38,3.07,8,4.36,2.25,11,4.75,1.92,20,4.6,1.14,5,3.89,1.83,9,2.89,1.69,9,3.4,2.17,10,4.56,3.0,9,4.53,1.87,19,5.33,1.37,6
+splash,6.53,1.71,19,4.8,2.44,20,5.96,2.07,24,6.85,1.95,13,5.83,0.75,6,6.0,1.22,5,4.4,2.64,15,6.08,2.02,13,5.82,2.23,11,7.22,1.92,9,5.9,1.29,10,6.57,1.72,7,3.85,2.27,13,6.27,1.9,11,5.69,2.25,13,6.56,1.24,9,6.5,2.12,10,5.0,2.45,10,4.6,2.55,10,5.89,2.62,9,6.0,1.77,15
+splat,3.79,1.81,19,5.0,2.05,22,4.7,2.55,23,3.5,1.76,6,3.92,1.89,13,4.58,2.23,12,5.5,1.78,10,5.29,2.5,7,4.44,2.61,16,4.2,1.81,10,3.33,1.8,9,5.56,2.13,9,4.62,1.98,13,5.44,2.56,16,2.67,1.51,6,3.0,1.41,8,4.36,1.91,11,4.11,2.57,9,5.62,1.39,13,4.88,2.53,16,4.29,2.75,7
+splatter,4.57,1.5,21,5.37,2.67,19,4.54,2.29,35,4.88,1.64,8,4.38,1.45,13,6.6,1.52,5,4.93,2.89,14,4.27,1.79,11,4.67,2.51,24,4.77,1.59,13,4.25,1.39,8,5.73,2.61,11,4.88,2.85,8,4.85,2.35,20,4.13,2.23,15,5.18,1.6,11,3.9,1.1,10,6.36,2.2,11,4.0,2.78,8,4.45,2.44,22,4.69,2.1,13
+spleen,4.47,1.65,19,3.55,2.36,22,4.92,2.53,25,5.14,2.12,7,4.08,1.24,12,3.6,2.07,10,3.5,2.68,12,5.21,2.86,14,4.7,2.16,10,4.27,1.27,11,4.75,2.12,8,3.67,1.66,9,3.46,2.82,13,5.06,2.79,16,4.88,2.17,8,4.85,1.72,13,3.67,1.21,6,3.19,2.04,16,4.5,3.08,6,4.45,2.38,11,5.29,2.67,14
+splendid,7.62,1.28,21,3.86,2.32,22,6.69,2.19,26,7.64,1.12,11,7.6,1.51,10,3.7,2.45,10,4.0,2.3,12,6.45,2.02,11,7.0,2.39,14,7.6,1.71,10,7.64,0.81,11,4.2,2.86,10,3.58,1.83,12,6.65,2.4,17,7.0,1.85,8,8.08,1.19,13,6.88,1.13,8,3.86,2.07,14,3.88,2.85,8,6.59,2.53,17,6.89,1.45,9
+splendor,6.95,1.36,20,4.0,2.66,23,6.07,2.52,28,6.5,0.93,8,7.25,1.54,12,3.44,2.65,9,4.36,2.71,14,5.71,2.79,14,6.43,2.28,14,7.44,1.51,9,6.55,1.13,11,4.08,2.43,12,3.91,3.02,11,5.5,2.95,14,6.64,1.95,14,6.8,1.48,10,7.1,1.29,10,3.64,2.84,11,4.33,2.57,12,5.75,2.42,12,6.31,2.65,16
+splice,4.74,1.33,19,3.67,2.28,18,5.0,1.87,17,4.91,1.38,11,4.5,1.31,8,5.0,2.94,4,3.29,2.02,14,5.0,1.69,8,5.0,2.12,9,4.5,1.69,8,4.91,1.04,11,3.71,2.29,7,3.64,2.38,11,4.0,1.9,6,5.55,1.69,11,4.54,1.39,13,5.17,1.17,6,3.09,2.12,11,4.57,2.37,7,4.71,1.98,7,5.2,1.87,10
+splint,3.58,1.87,19,3.25,1.94,20,5.0,2.66,20,2.67,1.53,3,3.8,1.97,15,3.2,1.75,10,3.3,2.21,10,6.3,2.06,10,3.7,2.63,10,4.5,2.35,6,3.17,1.59,12,3.71,2.14,7,3.0,1.87,13,3.75,2.82,8,5.83,2.29,12,3.0,1.48,12,4.57,2.15,7,3.1,1.97,10,3.4,2.01,10,4.11,2.42,9,5.73,2.72,11
+splinter,3.15,1.87,20,4.5,2.77,22,5.67,1.9,27,4.0,2.45,7,2.69,1.38,13,4.4,2.27,10,4.58,3.23,12,5.53,2.03,15,5.64,1.75,11,2.64,1.36,11,3.78,2.28,9,5.11,2.62,9,4.08,2.9,13,6.06,2.05,17,4.67,1.12,9,3.46,2.07,13,2.57,1.4,7,4.44,2.9,16,4.67,2.66,6,6.25,2.05,12,5.2,1.7,15
+split,4.5,2.22,22,5.55,2.63,20,5.79,2.66,19,4.77,2.2,13,4.11,2.32,9,6.57,2.07,7,5.0,2.8,13,6.0,2.65,7,5.67,2.77,12,5.0,2.45,12,3.9,1.85,10,5.67,2.78,9,5.45,2.62,11,6.2,2.15,10,5.33,3.2,9,4.83,2.37,12,4.1,2.08,10,6.43,2.15,7,5.08,2.81,13,7.14,1.95,7,5.0,2.76,12
+spoil,2.83,1.65,18,4.09,2.84,22,4.11,2.15,28,2.5,1.52,6,3.0,1.76,12,3.82,2.86,11,4.36,2.94,11,4.91,2.59,11,3.59,1.7,17,2.9,1.79,10,2.75,1.58,8,3.64,2.73,11,4.55,3.01,11,4.67,2.2,18,3.1,1.73,10,2.92,1.83,12,2.67,1.37,6,4.21,2.89,14,3.88,2.95,8,4.25,2.41,16,3.92,1.83,12
+spoils,3.42,1.84,19,4.76,2.07,21,4.74,2.36,23,4.67,0.58,3,3.19,1.91,16,4.62,2.26,8,4.85,2.03,13,4.33,2.29,9,5.0,2.45,14,2.78,1.86,9,4.0,1.7,10,4.67,2.06,9,4.83,2.17,12,5.47,2.36,15,3.38,1.77,8,2.86,1.77,7,3.75,1.86,12,5.1,1.85,10,4.45,2.3,11,4.69,2.98,13,4.8,1.32,10
+spokesman,4.9,0.85,20,2.9,1.64,21,5.24,2.24,25,4.67,0.58,3,4.94,0.9,17,3.14,1.95,7,2.69,1.55,13,5.38,2.72,8,5.18,2.07,17,4.86,0.38,7,4.92,1.04,13,3.29,1.89,7,2.62,1.56,13,5.36,2.44,14,5.09,2.07,11,5.0,0.71,9,4.82,0.98,11,3.36,1.63,11,2.4,1.58,10,5.11,2.52,18,5.57,1.4,7
+spokesperson,4.95,1.53,21,3.95,2.16,20,5.14,1.82,21,4.5,1.52,6,5.13,1.55,15,4.12,2.03,8,3.83,2.33,12,5.27,1.79,11,5.0,1.94,10,4.33,1.37,6,5.2,1.57,15,4.2,2.3,10,3.7,2.11,10,4.93,2.13,14,5.57,0.98,7,4.57,1.99,7,5.14,1.29,14,3.71,2.27,14,4.5,1.97,6,4.92,1.83,12,5.44,1.88,9
+sponge,5.45,1.32,20,4.25,2.17,20,6.0,1.7,26,5.36,1.69,11,5.56,0.73,9,4.29,2.43,7,4.23,2.13,13,5.92,1.8,13,6.08,1.66,13,5.73,1.56,11,5.11,0.93,9,5.09,1.97,11,3.22,2.05,9,6.06,1.78,17,5.89,1.62,9,5.5,0.97,10,5.4,1.65,10,4.33,2.15,12,4.12,2.36,8,6.0,1.63,16,6.0,1.89,10
+sponsor,5.3,1.42,20,4.05,2.65,22,6.74,1.91,27,5.57,1.99,7,5.15,1.07,13,4.2,2.53,10,3.92,2.84,12,6.6,2.13,15,7.0,1.73,11,5.27,1.35,11,5.33,1.58,9,4.11,2.09,9,4.0,3.06,13,7.24,1.92,17,5.89,1.76,9,5.69,1.44,13,4.57,1.13,7,3.94,2.59,16,4.33,3.01,6,6.83,1.99,12,6.67,1.91,15
+sponsorship,5.71,2.12,24,4.95,2.33,20,6.8,1.47,20,5.5,2.07,8,5.81,2.2,16,6.75,1.49,8,3.75,2.01,12,6.82,1.4,11,6.78,1.64,9,6.43,1.72,7,5.41,2.24,17,5.4,2.46,10,4.5,2.22,10,6.77,1.3,13,6.86,1.86,7,4.67,2.24,9,6.33,1.84,15,4.57,2.59,14,5.83,1.33,6,6.75,1.36,12,6.88,1.73,8
+spontaneity,6.45,1.67,20,5.57,2.99,21,6.0,2.57,25,6.33,1.15,3,6.47,1.77,17,6.43,2.88,7,5.46,2.93,13,5.12,2.17,8,6.41,2.69,17,5.14,1.68,7,7.15,1.21,13,5.57,2.82,7,5.92,3.01,13,6.07,2.4,14,5.91,2.88,11,6.67,1.32,9,6.27,1.95,11,5.91,3.02,11,5.2,3.08,10,5.78,2.92,18,6.57,1.27,7
+spontaneous,6.63,1.21,19,5.71,1.85,21,6.13,2.55,23,6.33,1.53,3,6.69,1.2,16,5.75,1.75,8,5.69,1.97,13,6.11,2.42,9,6.14,2.71,14,6.56,1.42,9,6.7,1.06,10,6.22,1.64,9,5.33,1.97,12,6.47,2.7,15,5.5,2.27,8,6.86,1.21,7,6.5,1.24,12,6.3,1.64,10,5.18,1.94,11,6.62,2.5,13,5.5,2.59,10
+spook,3.7,2.2,20,5.14,2.34,22,5.0,2.38,19,3.33,2.45,9,4.0,2.05,11,3.6,2.61,5,5.44,2.1,16,4.33,3.44,6,5.31,1.8,13,3.43,2.34,14,4.33,1.86,6,4.67,2.5,12,5.44,2.07,9,4.67,1.12,9,5.3,3.16,10,4.2,2.35,10,3.2,2.04,10,5.0,2.73,12,5.3,1.89,10,4.33,3.08,6,5.31,2.06,13
+spooky,4.4,1.73,20,6.0,2.37,22,4.48,2.68,27,4.29,2.5,7,4.46,1.27,13,6.0,1.94,10,6.0,2.76,12,4.87,2.45,15,4.09,3.11,11,4.0,1.48,11,4.89,1.96,9,5.44,2.01,9,6.38,2.6,13,5.18,2.86,17,3.33,2.06,9,4.38,2.06,13,4.43,0.98,7,5.81,2.34,16,6.5,2.59,6,4.42,2.81,12,4.53,2.67,15
+spool,5.71,1.76,21,3.37,2.24,19,5.08,2.16,36,5.88,1.73,8,5.62,1.85,13,3.25,2.06,4,3.4,2.35,15,4.91,2.34,11,5.16,2.12,25,5.62,1.85,13,5.88,1.73,8,4.09,2.43,11,2.38,1.6,8,5.2,2.31,20,4.94,2.02,16,5.45,1.86,11,6.0,1.7,10,3.0,2.53,11,3.88,1.81,8,5.05,2.19,22,5.14,2.18,14
+spoon,5.9,1.34,21,3.79,2.97,19,5.18,2.4,22,6.17,1.6,6,5.8,1.26,15,5.0,3.21,8,2.91,2.59,11,4.67,2.53,12,5.8,2.2,10,6.33,1.41,9,5.58,1.24,12,4.78,3.11,9,2.9,2.69,10,3.57,2.15,7,5.93,2.19,15,6.4,1.65,10,5.45,0.82,11,3.67,3.03,12,4.0,3.11,7,5.08,2.68,12,5.3,2.16,10
+spoonful,5.29,1.42,21,2.62,2.04,24,5.85,2.48,20,5.25,0.71,8,5.31,1.75,13,4.33,0.82,6,2.06,2.01,18,5.27,2.37,11,6.56,2.55,9,4.83,1.47,12,5.89,1.17,9,3.2,2.35,10,2.21,1.76,14,5.54,2.47,13,6.43,2.57,7,5.07,1.49,14,5.71,1.25,7,3.12,2.22,16,1.62,1.19,8,5.58,2.5,12,6.25,2.55,8
+sport,6.95,2.08,22,4.7,2.58,20,6.21,2.37,19,6.92,2.29,13,7.0,1.87,9,5.86,2.73,7,4.08,2.36,13,6.71,2.36,7,5.92,2.43,12,7.08,2.5,12,6.8,1.55,10,4.67,2.69,9,4.73,2.61,11,6.7,2.26,10,5.67,2.5,9,6.83,2.37,12,7.1,1.79,10,3.71,1.25,7,5.23,2.98,13,7.71,1.25,7,5.33,2.46,12
+sporting,6.24,1.37,21,4.4,2.25,25,5.74,1.88,19,5.67,1.41,9,6.67,1.23,12,4.0,2.53,6,4.56,2.28,18,5.14,2.48,7,6.08,1.44,12,6.19,1.56,16,6.4,0.55,5,4.14,2.11,14,4.8,2.62,10,5.44,2.19,9,6.0,1.63,10,6.17,1.4,12,6.33,1.41,9,4.81,2.2,16,3.67,2.29,9,5.55,2.21,11,6.0,1.41,8
+sports car,6.67,1.74,21,4.86,3.0,22,5.69,1.59,26,7.27,1.19,11,6.0,2.05,10,5.3,3.09,10,4.5,3.0,12,5.09,1.7,11,6.07,1.44,14,6.3,2.16,10,7.0,1.26,11,5.0,3.23,10,4.75,2.93,12,5.53,1.59,17,5.88,1.73,8,6.62,2.14,13,6.75,0.89,8,5.79,3.04,14,3.25,2.25,8,5.88,1.73,17,5.33,1.32,9
+sportsman,5.89,2.22,18,4.85,3.0,20,5.85,2.01,26,6.44,1.81,9,5.33,2.55,9,7.0,2.0,7,3.69,2.84,13,6.31,1.89,13,5.38,2.1,13,5.4,2.63,10,6.5,1.51,8,4.45,2.77,11,5.33,3.35,9,5.82,1.98,17,5.89,2.2,9,5.5,2.64,10,6.38,1.6,8,4.83,3.13,12,4.88,3.0,8,6.06,1.73,16,5.5,2.46,10
+sportsmanship,6.3,2.25,20,5.14,2.42,22,6.71,1.87,21,7.0,1.73,9,5.73,2.53,11,5.9,2.47,10,4.5,2.28,12,5.62,2.13,8,7.38,1.39,13,6.36,1.91,14,6.17,3.13,6,5.88,2.8,8,4.71,2.16,14,6.38,2.33,8,6.92,1.61,13,6.4,1.71,10,6.2,2.78,10,4.92,2.27,12,5.4,2.67,10,7.25,2.01,12,6.0,1.5,9
+sportswriter,5.71,1.38,21,4.42,2.32,24,6.0,2.16,22,6.5,1.31,8,5.23,1.24,13,5.31,2.5,13,3.36,1.63,11,6.54,2.11,13,5.22,2.11,9,5.5,1.07,8,6.08,1.38,12,5.29,1.77,14,3.2,2.53,10,6.58,1.73,12,5.3,2.5,10,5.5,1.27,10,5.91,1.51,11,4.06,2.64,16,5.12,1.36,8,6.2,2.7,10,5.83,1.7,12
+sporty,5.78,2.07,18,4.55,2.58,20,5.0,2.12,25,7.6,1.14,5,5.08,1.93,13,4.45,2.81,11,4.67,2.45,9,4.75,2.11,16,5.44,2.19,9,5.57,1.81,7,5.91,2.3,11,4.67,2.69,9,4.45,2.62,11,5.05,2.26,20,4.8,1.64,5,5.44,1.94,9,6.11,2.26,9,4.73,2.61,11,4.33,2.69,9,4.21,1.65,19,7.5,1.38,6
+spot,5.12,1.54,17,2.95,1.91,21,4.83,2.09,18,4.88,1.46,8,5.33,1.66,9,2.57,1.99,7,3.14,1.92,14,4.91,2.02,11,4.71,2.36,7,5.0,1.41,11,5.33,1.86,6,2.0,1.58,9,3.67,1.87,12,5.45,2.16,11,3.86,1.68,7,4.91,1.14,11,5.5,2.17,6,2.17,1.8,12,4.0,1.58,9,5.67,2.45,9,4.0,1.32,9
+spotless,6.05,2.01,19,3.5,2.28,22,5.74,2.43,23,5.73,2.15,11,6.14,1.68,7,4.25,2.82,8,3.07,1.9,14,5.43,2.23,7,5.88,2.58,16,5.62,2.13,8,6.36,1.96,11,3.22,2.39,9,3.69,2.29,13,5.18,2.23,11,6.25,2.6,12,6.17,2.41,12,5.86,1.21,7,3.45,2.98,11,3.55,1.44,11,5.77,2.31,13,5.7,2.71,10
+spotlight,5.74,1.76,19,4.95,2.5,21,5.91,2.37,23,6.0,0.71,5,5.69,2.1,13,4.83,2.64,6,5.0,2.54,15,5.9,1.66,10,5.92,2.87,13,5.57,2.15,7,5.91,1.64,11,5.0,3.16,7,4.93,2.23,14,6.09,2.26,11,5.75,2.56,12,5.75,1.66,12,5.71,2.06,7,4.82,2.68,11,5.1,2.42,10,6.14,1.75,14,5.56,3.21,9
+spotter,5.37,1.77,19,3.0,1.92,20,5.24,2.26,25,7.0,2.65,3,5.06,1.48,16,4.25,2.63,4,2.69,1.66,16,5.0,2.55,9,5.38,2.16,16,5.62,1.85,8,5.18,1.78,11,3.22,2.33,9,2.82,1.6,11,5.07,2.13,14,5.45,2.5,11,5.6,1.9,10,5.11,1.69,9,2.33,1.58,9,3.55,2.07,11,5.89,2.14,18,3.57,1.72,7
+spotty,4.29,1.19,21,4.0,1.91,25,4.09,2.27,22,3.88,1.64,8,4.54,0.78,13,4.46,2.11,13,3.5,1.62,12,4.54,2.33,13,3.44,2.13,9,4.25,1.39,8,4.33,1.15,12,4.43,1.4,14,3.45,2.38,11,5.25,2.14,12,2.7,1.57,10,4.1,1.52,10,4.45,0.82,11,3.71,1.9,17,4.62,1.92,8,4.1,2.77,10,4.08,1.88,12
+spousal,6.0,1.95,22,4.42,2.21,26,6.21,1.96,24,6.56,1.74,9,5.62,2.06,13,4.0,3.09,10,4.69,1.49,16,5.78,1.86,9,6.47,2.03,15,6.25,2.19,8,5.86,1.88,14,5.08,2.18,13,3.77,2.13,13,6.5,2.07,12,5.92,1.88,12,5.75,2.34,12,6.3,1.42,10,4.93,2.52,15,3.73,1.56,11,6.38,2.02,13,6.0,1.95,11
+spouse,7.44,1.74,43,5.76,2.72,21,4.73,1.49,22,7.64,1.43,11,7.45,1.82,31,5.5,2.33,8,5.92,3.01,13,4.7,1.42,10,4.75,1.6,12,7.71,1.68,21,7.18,1.79,22,6.0,2.45,9,5.58,3.0,12,5.0,1.79,11,4.45,1.13,11,7.38,1.96,21,7.5,1.54,22,5.38,2.92,8,6.0,2.68,13,5.09,1.51,11,4.36,1.43,11
+spout,5.29,1.15,21,3.14,1.91,22,5.11,1.74,27,5.5,1.35,10,5.09,0.94,11,2.43,1.81,7,3.47,1.92,15,4.94,1.95,17,5.4,1.35,10,5.73,1.1,11,4.8,1.03,10,2.4,1.52,5,3.35,2.0,17,5.14,1.92,14,5.08,1.61,13,5.23,1.36,13,5.38,0.74,8,2.1,1.45,10,4.0,1.86,12,5.21,1.97,14,5.0,1.53,13
+sprain,3.11,1.45,18,3.85,2.87,20,3.6,1.89,25,2.6,0.55,5,3.31,1.65,13,4.55,3.36,11,3.0,2.0,9,3.44,2.0,16,3.89,1.76,9,3.29,1.5,7,3.0,1.48,11,2.67,2.29,9,4.82,3.03,11,3.5,2.01,20,4.0,1.41,5,3.11,1.62,9,3.11,1.36,9,4.09,3.02,11,3.56,2.83,9,3.95,1.96,19,2.5,1.22,6
+spray,5.06,1.0,18,4.0,2.21,41,6.22,2.21,18,4.33,0.58,3,5.2,1.01,15,4.44,1.86,16,3.72,2.41,25,6.8,1.62,10,5.5,2.73,8,5.33,0.87,9,4.78,1.09,9,4.17,2.04,23,3.78,2.46,18,6.57,2.88,7,6.0,1.79,11,5.33,1.03,6,4.92,1.0,12,3.87,2.26,30,4.36,2.16,11,5.33,2.4,9,7.11,1.69,9
+spread,5.57,1.16,21,4.15,2.3,20,6.37,2.22,19,5.77,1.42,13,5.25,0.46,8,5.43,1.62,7,3.46,2.37,13,6.0,2.52,7,6.58,2.11,12,5.58,1.31,12,5.56,1.01,9,4.67,2.0,9,3.73,2.53,11,6.3,2.31,10,6.44,2.24,9,5.33,1.15,12,5.89,1.17,9,4.57,1.99,7,3.92,2.5,13,6.71,2.43,7,6.17,2.17,12
+spreader,4.17,1.29,18,3.71,1.98,21,5.11,1.88,19,4.0,1.6,8,4.3,1.06,10,2.6,1.52,5,4.2,2.01,15,4.5,2.35,6,5.38,1.66,13,4.23,0.93,13,4.0,2.12,5,3.45,1.97,11,4.22,2.05,9,4.56,1.01,9,5.6,2.37,10,4.3,0.95,10,4.0,1.69,8,3.17,2.21,12,4.44,1.42,9,4.83,2.4,6,5.23,1.69,13
+spree,5.95,1.68,19,5.0,2.69,24,5.07,2.37,28,5.62,1.19,8,6.18,1.99,11,4.89,1.96,9,5.07,3.1,15,4.79,2.46,14,5.36,2.34,14,5.78,1.99,9,6.1,1.45,10,4.67,3.11,12,5.33,2.27,12,4.93,2.43,14,5.21,2.39,14,6.4,1.65,10,5.44,1.67,9,5.17,2.89,12,4.83,2.59,12,4.42,2.31,12,5.56,2.37,16
+spring,7.64,1.46,44,5.5,2.57,18,5.9,2.36,20,7.33,1.63,15,7.79,1.37,29,5.83,2.64,6,5.33,2.64,12,5.6,2.37,10,6.2,2.44,10,7.77,1.77,22,7.5,1.1,22,5.8,2.7,10,5.12,2.53,8,5.38,2.5,8,6.25,2.3,12,7.6,1.41,25,7.68,1.57,19,5.89,2.57,9,5.11,2.67,9,4.89,2.85,9,6.73,1.56,11
+springtime,7.64,1.47,22,4.38,2.64,26,5.43,2.57,23,8.0,1.32,9,7.38,1.56,13,4.1,2.81,10,4.56,2.61,16,4.67,3.12,9,5.93,2.13,14,7.38,1.6,8,7.79,1.42,14,4.85,3.05,13,3.92,2.18,13,5.08,2.68,12,5.82,2.52,11,7.5,1.68,12,7.8,1.23,10,4.67,2.87,15,4.0,2.37,11,5.67,2.61,12,5.18,2.64,11
+sprinkle,6.72,1.56,18,3.55,2.54,20,5.5,2.02,24,7.0,1.87,5,6.62,1.5,13,3.18,2.48,11,4.0,2.69,9,5.19,1.72,16,6.12,2.53,8,6.43,1.27,7,6.91,1.76,11,3.67,3.12,9,3.45,2.11,11,5.79,1.99,19,4.4,1.95,5,6.89,1.27,9,6.56,1.88,9,3.18,2.4,11,4.0,2.78,9,5.06,2.01,18,6.83,1.47,6
+sprinkler,5.86,1.31,21,3.29,1.9,21,6.38,1.97,24,5.83,1.34,12,5.89,1.36,9,4.0,2.0,7,2.93,1.82,14,6.78,2.05,9,6.13,1.96,15,6.75,1.26,4,5.65,1.27,17,3.9,2.23,10,2.73,1.42,11,5.86,1.68,7,6.59,2.09,17,6.33,1.07,12,5.22,1.39,9,3.46,1.81,13,3.0,2.14,8,6.11,1.62,9,6.53,2.2,15
+sprint,5.67,2.33,21,5.9,2.9,20,5.72,1.98,36,6.25,2.49,8,5.31,2.25,13,6.2,2.68,5,5.8,3.05,15,6.55,1.75,11,5.36,2.0,25,6.0,2.52,13,5.12,2.03,8,6.83,2.29,12,4.5,3.3,8,5.7,2.36,20,5.75,1.44,16,6.0,1.73,11,5.3,2.91,10,5.82,2.99,11,6.0,2.96,9,5.95,2.24,22,5.36,1.5,14
+sprite,5.85,1.87,20,3.83,1.92,18,5.68,1.46,22,6.2,1.48,5,5.73,2.02,15,4.83,1.94,6,3.33,1.78,12,5.3,1.16,10,6.0,1.65,12,6.6,1.26,10,5.1,2.13,10,4.1,1.97,10,3.5,1.93,8,5.73,1.62,11,5.64,1.36,11,5.17,1.9,12,6.88,1.36,8,3.22,2.11,9,4.44,1.59,9,5.73,1.56,11,5.64,1.43,11
+Sprite,6.35,1.46,20,4.32,2.19,22,5.52,2.08,27,6.57,1.27,7,6.23,1.59,13,4.6,2.07,10,4.08,2.35,12,5.53,1.96,15,5.64,2.38,11,5.91,1.51,11,6.89,1.27,9,5.0,1.41,9,3.85,2.54,13,5.65,2.42,17,5.44,1.42,9,6.38,1.33,13,6.29,1.8,7,4.19,2.46,16,4.67,1.37,6,4.58,1.93,12,6.27,1.94,15
+sprout,5.7,1.22,20,3.59,2.06,17,5.32,1.76,22,5.6,1.52,5,5.73,1.16,15,4.17,2.32,6,3.27,1.95,11,4.9,1.29,10,5.67,2.06,12,6.4,1.17,10,5.0,0.82,10,3.9,2.23,10,3.14,1.86,7,4.91,1.64,11,5.73,1.85,11,5.92,1.31,12,5.38,1.06,8,3.0,2.55,9,4.25,1.16,8,4.82,2.14,11,5.82,1.17,11
+spruce,5.55,1.61,20,3.18,2.04,17,4.96,2.49,24,5.8,1.3,5,5.47,1.73,15,3.2,1.3,5,3.17,2.33,12,4.0,2.35,13,6.09,2.26,11,5.9,1.91,10,5.2,1.23,10,4.57,1.72,7,2.2,1.69,10,3.88,2.06,16,7.12,1.81,8,5.43,1.5,14,5.83,1.94,6,3.73,2.24,11,2.17,1.17,6,5.13,2.75,15,4.67,2.12,9
+spud,5.05,2.16,21,4.05,2.67,20,4.86,2.37,36,4.5,2.62,8,5.38,1.85,13,5.0,2.55,5,3.73,2.71,15,4.36,2.29,11,5.08,2.41,25,4.85,2.48,13,5.38,1.6,8,3.92,2.78,12,4.25,2.66,8,4.4,2.35,20,5.44,2.34,16,5.18,2.48,11,4.9,1.85,10,5.09,2.81,11,2.78,1.92,9,4.45,2.44,22,5.5,2.18,14
+spunk,6.17,1.86,18,5.2,2.48,20,5.64,1.55,25,6.6,1.34,5,6.0,2.04,13,5.45,2.73,11,4.89,2.26,9,5.38,1.63,16,6.11,1.36,9,6.0,2.0,7,6.27,1.85,11,4.22,2.77,9,6.0,2.0,11,5.7,1.69,20,5.4,0.89,5,5.89,1.9,9,6.44,1.88,9,4.64,2.69,11,5.89,2.15,9,5.32,1.57,19,6.67,1.03,6
+spunky,5.55,1.7,20,5.0,2.05,22,7.21,1.44,19,5.0,1.66,9,6.0,1.67,11,4.0,2.45,5,5.25,1.95,16,8.17,0.75,6,6.77,1.48,13,5.36,1.5,14,6.0,2.19,6,4.25,2.01,12,5.89,1.9,9,6.89,1.69,9,7.5,1.18,10,5.2,1.75,10,5.9,1.66,10,4.17,2.17,12,6.0,1.41,10,7.83,1.47,6,6.92,1.38,13
+spur,5.0,1.21,20,4.48,2.68,21,5.5,2.3,24,5.33,0.58,3,4.94,1.3,17,3.43,2.76,7,4.92,2.66,13,5.71,1.6,7,5.41,2.58,17,5.0,0.58,7,5.0,1.47,13,4.43,2.76,7,4.38,2.81,13,5.77,2.42,13,5.18,2.23,11,4.78,1.39,9,5.18,1.08,11,5.18,2.64,11,3.7,2.63,10,5.06,2.46,17,6.57,1.51,7
+spy,4.68,2.65,19,4.74,2.45,23,3.84,2.59,19,4.44,1.51,9,4.9,3.45,10,5.43,2.51,7,4.6,2.44,15,4.3,2.71,10,3.33,2.5,9,5.56,2.46,9,3.9,2.69,10,4.8,2.94,10,4.92,2.07,12,4.25,2.31,8,3.3,2.87,10,4.83,2.86,12,4.43,2.44,7,4.75,2.38,20,4.67,3.51,3,4.25,2.19,8,3.55,2.91,11
+squabble,3.6,1.7,20,4.06,2.31,18,3.62,2.06,21,3.0,1.41,5,3.8,1.78,15,3.5,2.07,6,4.33,2.46,12,3.78,1.86,9,3.5,2.28,12,3.7,1.34,10,3.5,2.07,10,3.6,2.01,10,4.62,2.67,8,3.7,2.0,10,3.55,2.21,11,3.5,1.68,12,3.75,1.83,8,2.67,2.29,9,5.44,1.33,9,4.5,2.46,10,2.82,1.25,11
+squad,5.35,1.84,20,4.33,2.81,18,5.82,1.76,22,5.6,0.89,5,5.27,2.09,15,5.0,3.03,6,4.0,2.76,12,5.6,1.17,10,6.0,2.17,12,6.0,0.82,10,4.7,2.36,10,5.3,3.09,10,3.12,1.96,8,5.91,1.64,11,5.73,1.95,11,5.25,2.05,12,5.5,1.6,8,3.56,3.09,9,5.11,2.42,9,5.82,1.94,11,5.82,1.66,11
+squadron,4.4,1.19,20,4.25,2.1,20,4.52,2.0,25,4.33,2.08,3,4.41,1.06,17,4.86,2.61,7,3.92,1.8,13,5.5,1.69,8,4.06,2.01,17,4.29,1.38,7,4.46,1.13,13,5.29,2.29,7,3.69,1.84,13,4.29,1.86,14,4.82,2.23,11,4.67,1.12,9,4.18,1.25,11,4.6,2.32,10,3.9,1.91,10,4.17,2.18,18,5.43,1.13,7
+squall,4.32,1.49,22,4.1,2.57,21,4.68,2.15,22,4.64,1.55,14,3.75,1.28,8,5.0,2.61,11,3.33,2.24,9,5.67,1.21,6,4.31,2.33,16,4.3,1.89,10,4.33,1.15,12,3.36,2.29,11,4.9,2.73,10,5.08,1.44,13,4.11,2.89,9,4.08,1.31,12,4.6,1.71,10,4.38,2.87,13,3.62,2.07,8,4.0,2.09,12,5.5,2.01,10
+squander,3.55,1.68,22,3.95,2.25,21,4.82,1.94,22,3.5,1.87,14,3.62,1.41,8,3.73,2.24,11,4.44,2.35,9,5.83,1.94,6,4.44,1.86,16,3.6,1.96,10,3.5,1.51,12,3.27,2.28,11,4.7,2.06,10,5.23,1.74,13,4.22,2.17,9,2.92,1.16,12,4.3,1.95,10,3.54,2.3,13,4.62,2.13,8,5.25,1.91,12,4.3,1.95,10
+square,5.11,1.61,38,3.33,2.32,43,5.3,2.74,20,5.38,1.76,24,4.64,1.22,14,3.74,2.58,19,2.96,2.12,23,6.3,2.31,10,4.3,2.87,10,5.59,1.97,17,4.71,1.15,21,2.89,2.3,18,3.64,2.33,25,4.0,2.62,8,6.17,2.55,12,4.82,1.56,22,5.5,1.63,16,2.85,2.18,20,3.74,2.4,23,4.11,2.62,9,6.27,2.53,11
+squash,4.28,1.49,18,3.88,2.23,17,5.24,2.11,17,4.4,1.26,10,4.12,1.81,8,5.0,2.83,4,3.54,2.03,13,4.5,2.39,8,5.89,1.69,9,4.86,1.21,7,3.91,1.58,11,4.0,2.37,6,3.82,2.27,11,5.83,2.4,6,4.91,1.97,11,4.0,1.54,12,4.83,1.33,6,3.36,2.29,11,4.83,1.94,6,4.29,1.8,7,5.9,2.13,10
+squat,4.65,1.9,20,4.05,1.99,21,6.15,1.99,27,5.71,2.5,7,4.08,1.26,13,4.1,2.08,10,4.0,2.0,11,5.93,1.94,15,6.64,2.06,11,5.0,1.67,11,4.22,2.17,9,4.25,1.75,8,3.92,2.18,13,6.53,2.18,17,5.67,1.5,9,4.92,2.18,13,4.14,1.21,7,3.6,2.2,15,5.17,0.41,6,5.75,2.01,12,6.47,2.0,15
+squaw,4.71,2.03,21,5.5,2.82,20,4.81,2.03,36,4.25,1.91,8,5.0,2.12,13,6.8,1.48,5,5.07,3.06,15,4.82,1.83,11,4.8,2.14,25,4.69,2.32,13,4.75,1.58,8,5.25,2.73,12,5.88,3.09,8,4.75,2.1,20,4.88,2.0,16,5.09,2.07,11,4.3,2.0,10,6.64,2.29,11,4.11,2.89,9,4.41,2.17,22,5.43,1.65,14
+squawk,5.11,2.0,19,4.0,2.37,22,4.22,1.98,23,4.91,1.92,11,5.0,2.08,7,4.88,2.59,8,3.5,2.18,14,4.14,2.19,7,4.25,1.95,16,5.25,1.83,8,5.0,2.19,11,3.33,1.94,9,4.46,2.6,13,4.09,1.76,11,4.33,2.23,12,5.08,2.35,12,5.14,1.35,7,3.45,2.7,11,4.55,1.97,11,4.0,2.31,13,4.5,1.51,10
+squeak,4.95,2.28,22,4.79,2.49,19,4.62,2.06,21,4.0,2.24,5,5.31,2.33,16,4.75,2.82,8,4.82,2.36,11,5.3,1.49,10,4.0,2.37,11,5.42,2.54,12,4.4,1.9,10,4.2,2.35,10,5.44,2.6,9,4.08,1.88,12,5.33,2.18,9,5.27,2.83,11,4.64,1.63,11,3.75,1.91,8,5.55,2.66,11,5.22,1.79,9,4.17,2.21,12
+squeaky,4.63,1.61,19,4.22,2.29,18,4.88,2.12,17,4.73,1.35,11,4.5,2.0,8,4.0,2.58,4,4.29,2.3,14,4.88,1.89,8,4.89,2.42,9,4.25,1.75,8,4.91,1.51,11,3.71,2.14,7,4.55,2.42,11,4.83,1.83,6,4.91,2.34,11,4.31,1.44,13,5.33,1.86,6,3.73,2.37,11,5.0,2.08,7,4.43,2.57,7,5.2,1.81,10
+squeal,5.14,1.8,21,5.45,2.68,20,4.57,2.13,21,5.5,1.38,6,5.0,1.96,15,5.0,3.25,8,5.75,2.34,12,4.27,2.05,11,4.9,2.28,10,4.17,1.47,6,5.53,1.81,15,5.2,3.12,10,5.7,2.31,10,4.71,2.27,14,4.29,1.98,7,4.71,1.25,7,5.36,2.02,14,5.64,3.1,14,5.0,1.41,6,4.42,2.15,12,4.78,2.22,9
+squealer,3.48,1.69,21,6.1,2.26,21,3.92,2.36,24,3.5,1.83,12,3.44,1.59,9,6.86,1.95,7,5.71,2.37,14,4.2,2.53,10,3.71,2.3,14,3.75,1.89,4,3.41,1.7,17,6.0,2.31,10,6.18,2.32,11,3.71,2.75,7,4.0,2.26,17,3.0,1.6,12,4.11,1.69,9,5.31,2.46,13,7.38,1.06,8,2.67,1.87,9,4.67,2.35,15
+squeamish,3.63,1.46,19,5.45,1.9,22,4.47,2.17,19,3.25,1.49,8,3.91,1.45,11,5.0,3.08,5,5.69,1.49,16,4.17,2.99,6,4.62,1.8,13,3.92,1.26,13,3.0,1.79,6,4.92,1.68,12,6.33,2.0,9,4.56,1.81,9,4.4,2.55,10,4.0,1.32,9,3.3,1.57,10,4.67,1.87,12,6.4,1.51,10,4.0,2.45,6,4.69,2.1,13
+squeeze,4.85,1.46,20,3.91,2.52,22,6.0,2.27,27,5.57,1.62,7,4.46,1.27,13,3.9,1.73,10,3.92,3.12,12,6.13,2.56,15,5.91,2.02,11,4.82,1.17,11,4.89,1.83,9,4.11,2.32,9,3.77,2.74,13,6.0,2.37,17,6.11,2.32,9,5.08,1.61,13,4.43,1.13,7,3.38,2.36,16,5.33,2.58,6,5.92,2.5,12,6.07,2.15,15
+squid,4.62,1.99,21,4.04,2.1,23,4.89,2.03,18,4.0,2.45,5,4.81,1.87,16,5.08,2.15,12,2.91,1.38,11,4.78,1.56,9,4.62,2.39,8,4.33,1.78,12,5.0,2.29,9,4.31,2.02,16,3.43,2.3,7,5.1,2.13,10,4.62,2.0,8,5.08,2.29,13,3.88,1.13,8,4.05,2.25,19,4.0,1.41,4,4.67,2.23,12,5.33,1.63,6
+squint,4.4,1.39,20,3.71,2.02,17,4.62,2.6,24,4.6,0.89,5,4.33,1.54,15,3.75,0.96,4,3.69,2.29,13,4.46,2.4,13,4.82,2.93,11,4.3,1.49,10,4.5,1.35,10,4.33,1.21,6,3.36,2.34,11,4.62,2.39,16,4.62,3.16,8,4.14,1.29,14,5.0,1.55,6,4.17,2.04,12,2.6,1.67,5,4.67,2.77,15,4.56,2.46,9
+squire,4.67,1.24,21,3.48,2.15,23,5.04,1.75,26,5.0,0.77,11,4.3,1.57,10,3.55,2.11,11,3.42,2.27,12,4.55,1.63,11,5.5,1.83,14,4.2,1.48,10,5.09,0.83,11,4.36,2.34,11,2.67,1.67,12,4.88,1.62,17,5.5,2.14,8,4.54,1.56,13,4.88,0.35,8,3.13,2.17,15,4.12,2.1,8,4.94,1.52,17,5.22,2.22,9
+squirm,3.86,1.53,21,5.29,2.08,21,4.2,2.47,25,3.75,1.76,12,4.0,1.22,9,5.14,1.07,7,5.36,2.47,14,4.0,2.16,10,4.33,2.72,15,4.0,1.41,4,3.82,1.59,17,4.9,2.23,10,5.64,1.96,11,3.29,2.81,7,4.56,2.31,18,3.83,1.27,12,3.89,1.9,9,5.31,2.02,13,5.25,2.31,8,2.67,1.58,9,5.06,2.49,16
+squirrel,5.71,2.31,21,4.48,2.23,23,5.62,1.69,21,4.8,3.35,5,6.0,1.93,16,5.17,2.37,12,3.73,1.9,11,5.27,1.56,11,5.67,1.58,9,5.67,2.1,12,5.78,2.68,9,4.69,2.24,16,4.0,2.31,7,5.55,1.75,11,5.7,1.7,10,5.92,2.5,13,5.38,2.07,8,4.58,2.43,19,4.0,0.82,4,5.43,1.83,14,6.0,1.41,7
+squirt,5.67,2.37,21,4.56,2.33,25,4.79,2.35,19,6.22,2.59,9,5.25,2.22,12,3.83,2.4,6,4.83,2.38,18,4.43,1.9,7,5.0,2.63,12,5.56,2.42,16,6.0,2.45,5,3.79,2.72,14,5.7,1.16,10,5.0,2.92,9,4.6,1.84,10,6.25,2.67,12,4.89,1.76,9,4.94,2.02,16,3.89,2.8,9,4.64,2.54,11,5.0,2.2,8
+squish,3.11,1.88,19,4.55,2.02,22,5.08,2.47,24,3.33,1.37,6,3.0,2.12,13,4.25,1.82,12,4.9,2.28,10,4.75,2.6,8,5.25,2.46,16,3.9,1.91,10,2.22,1.48,9,4.56,2.4,9,4.54,1.81,13,5.06,2.59,17,5.17,2.56,6,2.5,1.41,8,3.55,2.11,11,4.67,1.94,9,4.46,2.15,13,5.31,2.47,16,4.62,2.56,8
+squishy,5.0,2.31,22,4.43,2.42,21,4.5,1.65,22,5.07,2.46,14,4.88,2.17,8,4.73,2.28,11,4.44,2.55,9,4.67,1.51,6,4.44,1.75,16,4.6,2.5,10,5.33,2.19,12,4.73,2.49,11,4.1,2.42,10,5.08,1.32,13,3.67,1.8,9,3.92,2.19,12,6.3,1.77,10,4.23,2.68,13,4.75,2.05,8,4.58,1.56,12,4.4,1.84,10
+stab,3.05,1.54,19,5.17,2.5,18,4.12,2.67,17,3.55,1.69,11,2.38,1.06,8,5.75,3.2,4,5.0,2.39,14,4.38,2.67,8,3.89,2.8,9,3.62,1.69,8,2.64,1.36,11,4.71,2.5,7,5.45,2.58,11,4.17,2.04,6,4.09,3.05,11,3.08,1.66,13,3.0,1.41,6,4.55,2.54,11,6.14,2.27,7,4.71,3.25,7,3.7,2.26,10
+stability,6.18,1.92,22,2.64,1.47,22,6.25,2.4,20,5.88,2.17,8,6.36,1.82,14,3.0,1.49,10,2.33,1.44,12,6.86,3.02,7,5.92,2.06,13,6.36,1.86,11,6.0,2.05,11,2.91,1.76,11,2.36,1.12,11,6.13,2.64,15,6.6,1.67,5,5.2,1.32,10,7.0,2.0,12,2.9,1.66,10,2.42,1.31,12,6.4,2.12,10,6.1,2.77,10
+stabilize,5.86,1.74,21,3.87,2.16,23,5.62,1.96,21,6.2,2.77,5,5.75,1.39,16,4.25,1.91,12,3.45,2.42,11,5.27,2.33,11,6.0,1.58,9,5.92,1.98,12,5.78,1.48,9,3.81,1.91,16,4.0,2.83,7,4.91,1.76,11,6.4,1.96,10,6.08,1.61,13,5.5,2.0,8,3.79,2.35,19,4.25,0.96,4,5.14,1.88,14,6.57,1.9,7
+stabilizer,5.67,1.68,18,3.1,2.31,20,5.44,2.0,25,6.4,1.14,5,5.38,1.8,13,3.09,2.81,11,3.11,1.69,9,5.12,2.09,16,6.0,1.8,9,5.43,1.51,7,5.82,1.83,11,2.56,1.88,9,3.55,2.62,11,5.35,2.18,20,5.8,1.1,5,5.33,1.41,9,6.0,1.94,9,2.64,1.86,11,3.67,2.78,9,4.95,1.87,19,7.0,1.67,6
+stable,5.2,2.04,20,3.11,2.52,18,6.33,2.78,24,5.2,2.49,5,5.2,1.97,15,4.0,2.83,5,2.77,2.42,13,5.77,2.74,13,7.0,2.79,11,5.3,2.0,10,5.1,2.18,10,4.0,2.89,7,2.55,2.21,11,5.81,2.93,16,7.38,2.26,8,4.86,2.11,14,6.0,1.79,6,2.75,2.22,12,3.83,3.13,6,7.2,2.34,15,4.89,2.98,9
+stack,5.33,1.24,21,3.33,1.88,21,5.86,1.77,21,5.33,0.71,9,5.33,1.56,12,3.0,1.67,6,3.29,1.94,14,5.0,2.53,6,6.2,1.32,15,5.33,0.87,9,5.33,1.5,12,3.8,1.92,5,3.19,1.91,16,5.6,1.9,10,6.09,1.7,11,5.58,1.56,12,5.0,0.5,9,3.38,1.92,8,3.31,1.93,13,5.67,2.02,12,6.11,1.45,9
+stadium,5.53,1.68,19,5.25,2.55,20,5.0,2.45,20,4.33,0.58,3,5.75,1.73,16,6.33,2.88,6,4.79,2.36,14,5.83,2.04,6,4.64,2.59,14,5.5,1.35,10,5.56,2.07,9,3.57,2.07,7,6.15,2.38,13,4.9,2.85,10,5.1,2.13,10,5.12,1.81,8,5.82,1.6,11,3.88,2.64,8,6.17,2.12,12,5.12,2.75,8,4.92,2.35,12
+staff,5.18,1.01,22,4.3,2.2,20,6.26,2.05,19,5.31,1.18,13,5.0,0.71,9,5.43,2.23,7,3.69,2.02,13,6.57,1.9,7,6.08,2.19,12,5.25,0.97,12,5.1,1.1,10,5.33,1.94,9,3.45,2.11,11,6.0,2.36,10,6.56,1.74,9,5.08,1.0,12,5.3,1.06,10,5.43,1.51,7,3.69,2.32,13,6.14,2.85,7,6.33,1.56,12
+stag,5.16,1.54,19,4.5,2.06,22,5.33,1.8,21,5.88,1.55,8,4.64,1.36,11,5.1,2.38,10,4.0,1.71,12,5.25,1.28,8,5.38,2.1,13,5.23,1.17,13,5.0,2.28,6,4.38,2.83,8,4.57,1.6,14,5.75,1.83,8,5.08,1.8,13,5.5,1.18,10,4.78,1.86,9,4.17,1.99,12,4.9,2.18,10,5.83,1.9,12,4.67,1.5,9
+stage,5.67,2.14,18,3.76,2.43,21,4.5,2.18,18,4.62,2.13,8,6.5,1.84,10,3.0,2.0,7,4.14,2.6,14,4.55,2.21,11,4.43,2.3,7,5.09,2.21,11,6.57,1.81,7,3.0,2.45,9,4.33,2.35,12,4.82,2.4,11,4.0,1.83,7,4.67,1.56,12,7.67,1.75,6,3.5,2.43,12,4.11,2.52,9,4.78,2.86,9,4.22,1.3,9
+stagecoach,5.11,1.45,19,3.89,2.11,18,5.18,2.04,17,5.18,1.08,11,5.0,1.93,8,4.25,2.22,4,3.79,2.15,14,5.38,1.41,8,5.0,2.55,9,5.5,1.07,8,4.82,1.66,11,4.14,1.86,7,3.73,2.33,11,4.33,1.86,6,5.64,2.06,11,5.15,1.52,13,5.0,1.41,6,3.36,2.38,11,4.71,1.38,7,5.71,2.14,7,4.8,1.99,10
+stagehand,4.76,1.22,21,4.09,2.19,23,4.19,1.91,21,4.4,1.95,5,4.88,0.96,16,5.0,1.95,12,3.09,2.07,11,4.18,1.99,11,3.78,1.48,9,4.25,1.22,12,5.44,0.88,9,4.5,2.25,16,3.14,1.86,7,4.0,1.73,11,4.4,2.17,10,5.23,1.01,13,4.0,1.2,8,4.26,2.23,19,3.25,2.06,4,3.79,1.85,14,5.0,1.91,7
+stagger,3.42,1.12,19,4.38,2.04,21,4.15,1.95,20,4.0,1.0,3,3.31,1.14,16,4.67,2.58,6,4.27,1.87,15,4.17,1.94,6,4.14,2.03,14,3.7,1.16,10,3.11,1.05,9,4.14,2.27,7,4.5,1.99,14,4.1,1.6,10,4.2,2.35,10,3.12,1.46,8,3.64,0.81,11,4.78,2.22,9,4.08,1.93,12,3.5,1.69,8,4.58,2.07,12
+stagnant,3.05,1.62,40,3.49,2.18,43,4.27,2.22,45,2.86,1.35,14,3.15,1.76,26,3.58,2.41,19,3.35,2.04,23,4.14,1.53,21,4.38,2.72,24,2.94,1.71,17,3.13,1.58,23,2.94,2.18,18,3.88,2.13,25,4.74,2.26,19,3.92,2.17,26,2.74,1.37,19,3.33,1.8,21,3.0,2.08,20,3.91,2.21,23,4.14,2.54,21,4.38,1.95,24
+stain,3.0,1.08,20,4.27,2.43,26,4.61,2.48,23,3.11,1.27,9,2.91,0.94,11,3.4,2.32,10,4.81,2.4,16,5.12,2.47,8,4.33,2.53,15,3.14,1.07,7,2.92,1.12,13,4.77,2.59,13,3.77,2.24,13,4.0,2.57,11,5.17,2.37,12,3.0,1.25,10,3.0,0.94,10,3.87,2.56,15,4.82,2.23,11,4.5,2.68,12,4.73,2.37,11
+stainless,5.85,1.5,20,3.36,1.84,22,5.56,2.38,18,5.67,2.12,9,6.0,0.77,11,2.2,1.3,5,3.88,1.78,16,4.33,3.27,6,6.17,1.64,12,5.93,1.33,14,5.67,1.97,6,3.67,1.83,12,3.22,1.86,9,4.75,1.75,8,6.2,2.7,10,6.1,1.29,10,5.6,1.71,10,3.08,2.02,12,3.7,1.64,10,5.0,2.9,6,5.83,2.17,12
+stair,5.14,1.24,21,4.4,2.48,20,5.67,2.33,21,5.33,0.82,6,5.07,1.39,15,5.38,2.13,8,3.75,2.56,12,5.09,2.39,11,6.3,2.21,10,5.0,1.26,6,5.2,1.26,15,5.5,2.55,10,3.3,1.95,10,5.57,2.68,14,5.86,1.57,7,5.0,1.29,7,5.21,1.25,14,4.5,2.41,14,4.17,2.86,6,5.08,2.47,12,6.44,2.01,9
+staircase,5.2,1.06,20,3.3,1.92,20,5.64,1.59,22,4.57,1.13,7,5.54,0.88,13,3.56,2.07,9,3.09,1.87,11,5.17,2.4,6,5.81,1.22,16,5.3,0.67,10,5.11,1.45,9,3.12,2.1,8,3.42,1.88,12,5.8,1.82,15,5.29,0.95,7,5.18,1.33,11,5.22,0.67,9,3.42,2.19,12,3.12,1.55,8,5.91,2.17,11,5.36,0.67,11
+stairs,5.48,1.21,21,3.59,2.17,22,5.57,1.83,21,5.44,1.42,9,5.5,1.09,12,2.5,1.52,6,3.87,2.29,15,6.5,2.74,6,5.2,1.26,15,6.0,1.5,9,5.08,0.79,12,3.6,2.79,5,3.59,2.06,17,5.2,1.75,10,5.91,1.92,11,5.67,1.44,12,5.22,0.83,9,4.0,2.12,9,3.31,2.25,13,5.58,1.78,12,5.56,2.01,9
+stairway,5.62,1.69,21,3.44,2.18,25,5.17,1.82,18,6.44,1.59,9,5.0,1.54,12,4.17,2.23,6,3.11,2.19,18,4.67,2.07,6,5.42,1.73,12,5.5,1.79,16,6.0,1.41,5,3.29,2.46,14,3.5,1.9,10,5.22,2.17,9,5.11,1.54,9,6.25,1.48,12,4.78,1.64,9,3.5,2.16,16,3.33,2.35,9,4.9,1.97,10,5.5,1.69,8
+stairwell,5.67,1.65,21,2.96,2.16,23,5.78,2.39,18,6.11,1.76,9,5.33,1.56,12,3.64,2.38,11,2.33,1.83,12,5.7,2.21,10,5.88,2.75,8,5.71,2.29,7,5.69,1.38,13,3.55,2.07,11,2.42,2.19,12,4.43,2.64,7,6.64,1.86,11,5.46,1.81,13,6.0,1.41,8,2.45,1.69,11,3.42,2.5,12,5.11,2.76,9,6.44,1.88,9
+stake,4.78,1.44,18,3.42,2.14,19,4.52,1.78,25,5.8,0.45,5,4.38,1.5,13,4.1,2.38,10,2.67,1.66,9,5.0,1.71,16,3.67,1.66,9,4.86,1.57,7,4.73,1.42,11,2.75,1.98,8,3.91,2.21,11,4.65,1.87,20,4.0,1.41,5,4.44,1.13,9,5.11,1.69,9,3.0,1.94,10,3.89,2.37,9,4.58,1.89,19,4.33,1.51,6
+stakeout,4.43,1.4,21,5.9,2.27,20,6.24,1.81,21,4.17,0.75,6,4.53,1.6,15,4.62,2.39,8,6.75,1.82,12,6.55,1.51,11,5.9,2.13,10,3.83,1.17,6,4.67,1.45,15,5.6,2.63,10,6.2,1.93,10,6.71,1.9,14,5.29,1.25,7,4.29,0.76,7,4.5,1.65,14,5.79,2.52,14,6.17,1.72,6,6.25,1.91,12,6.22,1.79,9
+stale,3.62,1.4,21,2.68,1.94,22,4.67,2.06,27,3.7,1.34,10,3.55,1.51,11,1.86,1.21,7,3.07,2.12,15,4.94,2.28,17,4.2,1.62,10,3.73,1.56,11,3.5,1.27,10,2.6,2.19,5,2.71,1.93,17,5.07,2.3,14,4.23,1.74,13,3.54,1.71,13,3.75,0.71,8,2.1,1.66,10,3.17,2.08,12,5.0,2.25,14,4.31,1.84,13
+stalemate,3.8,1.28,20,2.78,2.13,18,3.29,2.27,24,3.8,0.84,5,3.8,1.42,15,2.6,2.3,5,2.85,2.15,13,3.54,2.5,13,3.0,2.05,11,4.0,1.25,10,3.6,1.35,10,3.43,2.51,7,2.36,1.86,11,3.62,2.5,16,2.62,1.69,8,3.79,1.19,14,3.83,1.6,6,3.0,2.17,12,2.33,2.16,6,3.47,2.56,15,3.0,1.8,9
+stalk,3.89,2.0,19,5.36,2.46,22,3.61,2.31,28,3.0,1.9,6,4.31,1.97,13,5.09,2.55,11,5.64,2.46,11,4.45,2.62,11,3.06,1.98,17,4.64,1.96,11,2.88,1.64,8,5.0,2.65,11,5.73,2.33,11,3.94,2.29,18,3.0,2.36,10,4.0,2.08,13,3.67,1.97,6,5.21,2.52,14,5.62,2.5,8,3.44,2.28,16,3.83,2.44,12
+stalker,2.55,1.76,20,5.82,2.34,22,4.04,2.58,27,3.57,2.44,7,2.0,1.0,13,5.7,2.31,10,5.92,2.47,12,3.47,2.42,15,4.73,2.83,11,2.27,0.9,11,2.89,2.47,9,5.56,1.81,9,6.0,2.71,13,5.12,2.45,17,1.89,1.36,9,2.85,2.03,13,2.0,1.0,7,5.38,2.45,16,7.0,1.67,6,4.42,2.64,12,3.73,2.58,15
+stall,4.32,1.11,19,2.9,1.71,20,5.26,2.49,23,4.33,1.15,3,4.31,1.14,16,2.88,1.81,8,2.92,1.73,12,5.44,2.46,9,5.14,2.6,14,4.56,1.01,9,4.1,1.2,10,3.11,1.62,9,2.73,1.85,11,6.0,2.67,15,3.88,1.36,8,4.0,1.41,7,4.5,0.9,12,3.5,1.58,10,2.3,1.7,10,6.15,2.73,13,4.1,1.6,10
+stallion,6.35,1.46,20,4.77,2.71,22,6.56,2.21,27,6.71,1.25,7,6.15,1.57,13,5.3,2.21,10,4.33,3.08,12,7.0,1.93,15,5.91,2.59,11,6.18,1.47,11,6.56,1.51,9,5.78,2.59,9,4.08,2.66,13,6.82,2.3,17,6.0,2.18,9,6.85,1.41,13,5.43,1.13,7,4.69,2.91,16,5.0,2.28,6,6.83,2.17,12,6.33,2.29,15
+stamina,6.55,1.34,22,4.62,2.3,26,6.33,2.12,24,7.11,1.27,9,6.15,1.28,13,4.1,2.51,10,4.94,2.17,16,6.22,1.79,9,6.4,2.35,15,6.25,1.04,8,6.71,1.49,14,5.08,2.29,13,4.15,2.3,13,5.75,2.45,12,6.92,1.62,12,6.58,1.44,12,6.5,1.27,10,4.27,2.63,15,5.09,1.76,11,6.08,2.33,13,6.64,1.91,11
+stamp,5.8,1.44,20,3.45,2.21,20,6.69,1.81,26,5.82,0.87,11,5.78,1.99,9,3.29,2.43,7,3.54,2.18,13,6.69,1.93,13,6.69,1.75,13,6.09,1.81,11,5.44,0.73,9,3.27,2.24,11,3.67,2.29,9,6.65,1.97,17,6.78,1.56,9,5.6,1.78,10,6.0,1.05,10,2.92,2.02,12,4.25,2.38,8,6.31,2.06,16,7.3,1.16,10
+stampede,4.48,2.14,21,6.2,2.48,20,3.69,2.61,36,4.75,2.12,8,4.31,2.21,13,7.2,1.92,5,5.87,2.61,15,3.91,2.7,11,3.6,2.61,25,4.62,2.57,13,4.25,1.28,8,6.42,2.47,12,5.88,2.64,8,4.0,2.29,20,3.31,2.98,16,5.55,1.92,11,3.3,1.77,10,6.18,2.32,11,6.22,2.82,9,3.45,2.54,22,4.07,2.76,14
+stance,6.1,1.22,21,2.86,1.46,22,6.14,1.68,21,6.44,1.51,9,5.83,0.94,12,2.67,1.63,6,3.0,1.46,15,6.33,1.86,6,6.07,1.67,15,6.0,1.5,9,6.17,1.03,12,3.2,1.64,5,2.76,1.44,17,5.5,1.35,10,6.73,1.79,11,6.5,1.38,12,5.56,0.73,9,3.11,1.69,9,2.69,1.32,13,6.0,1.41,12,6.33,2.06,9
+stand,5.27,1.83,22,3.1,2.05,21,5.89,1.68,18,5.17,2.32,6,5.33,1.76,15,3.14,2.54,7,3.07,1.86,14,5.67,1.73,9,6.25,1.75,8,4.86,1.92,14,6.14,1.57,7,3.56,2.6,9,2.75,1.54,12,6.2,2.1,10,5.5,0.93,8,5.36,1.55,14,5.12,2.36,8,2.83,2.71,6,3.2,1.82,15,6.4,2.01,10,5.25,0.89,8
+standard,4.76,1.34,21,3.61,1.99,23,5.14,1.88,21,4.2,2.05,5,4.94,1.06,16,4.75,1.6,12,2.36,1.63,11,4.64,2.16,11,5.67,1.5,9,4.33,1.5,12,5.33,0.87,9,3.75,2.11,16,3.29,1.8,7,5.45,1.75,11,4.8,2.04,10,5.0,1.08,13,4.38,1.69,8,3.63,2.06,19,3.5,1.91,4,4.79,1.85,14,5.86,1.86,7
+standardized,4.48,1.47,21,3.65,2.5,23,4.46,2.02,26,4.82,1.33,11,4.1,1.6,10,4.18,2.64,11,3.17,2.37,12,4.45,2.25,11,4.43,1.99,14,4.5,0.85,10,4.45,1.92,11,4.36,3.04,11,3.0,1.76,12,4.47,2.37,17,4.38,1.3,8,4.54,1.66,13,4.38,1.19,8,3.27,2.37,15,4.38,2.72,8,4.53,2.37,17,4.33,1.22,9
+standby,4.68,1.16,19,3.28,2.05,18,4.06,2.36,17,5.09,0.83,11,4.12,1.36,8,4.75,2.63,4,2.86,1.75,14,3.5,2.0,8,4.56,2.65,9,4.75,0.89,8,4.64,1.36,11,3.86,2.04,7,2.91,2.07,11,4.17,2.04,6,4.0,2.61,11,4.62,1.33,13,4.83,0.75,6,2.55,1.92,11,4.43,1.81,7,4.0,2.38,7,4.1,2.47,10
+standoff,3.37,2.22,19,4.43,2.45,23,5.21,2.32,19,3.89,1.62,9,2.9,2.64,10,4.86,2.41,7,4.4,2.53,15,5.1,2.47,10,5.33,2.29,9,3.78,2.68,9,3.0,1.76,10,4.7,2.98,10,4.42,2.02,12,4.25,1.75,8,5.9,2.64,10,3.67,2.46,12,2.86,1.77,7,4.35,2.35,20,5.0,3.61,3,4.0,1.6,8,6.09,2.43,11
+standpoint,5.1,0.97,20,4.17,2.37,23,5.21,2.32,28,5.38,0.52,8,4.92,1.16,12,4.56,2.24,9,3.93,2.5,14,4.36,2.13,14,6.07,2.23,14,4.67,0.87,9,5.45,0.93,11,4.25,2.34,12,4.09,2.51,11,4.93,2.53,14,5.5,2.14,14,4.8,0.79,10,5.4,1.07,10,4.09,2.77,11,4.25,2.05,12,4.92,2.19,12,5.44,2.45,16
+standstill,4.74,2.51,19,3.18,2.44,22,4.25,1.96,28,3.33,2.07,6,5.38,2.5,13,3.91,2.91,11,2.45,1.69,11,4.0,2.24,11,4.41,1.8,17,4.91,2.84,11,4.5,2.14,8,3.0,2.37,11,3.36,2.62,11,4.06,2.01,18,4.6,1.9,10,4.54,2.57,13,5.17,2.56,6,3.36,2.82,14,2.88,1.73,8,3.94,2.02,16,4.67,1.87,12
+standup,6.0,1.77,22,4.32,2.64,22,5.82,1.87,28,5.75,1.58,8,6.14,1.92,14,4.27,2.76,11,4.36,2.66,11,6.27,2.33,11,5.53,1.5,17,6.42,1.68,12,5.5,1.84,10,4.45,2.66,11,4.18,2.75,11,6.06,2.04,18,5.4,1.51,10,6.07,1.91,15,5.86,1.57,7,4.71,2.89,14,3.62,2.13,8,5.94,2.05,16,5.67,1.67,12
+staph,2.6,1.27,20,4.0,2.45,18,3.5,1.68,22,1.8,1.3,5,2.87,1.19,15,4.5,2.81,6,3.75,2.34,12,3.4,1.51,10,3.58,1.88,12,2.6,1.26,10,2.6,1.35,10,4.5,2.55,10,3.38,2.33,8,3.0,1.41,11,4.0,1.84,11,2.25,1.14,12,3.12,1.36,8,2.11,1.96,9,5.89,0.93,9,2.73,1.49,11,4.27,1.56,11
+staple,5.0,1.64,21,4.48,2.13,23,4.76,2.17,21,5.4,2.7,5,4.88,1.26,16,5.0,2.09,12,3.91,2.12,11,5.18,2.32,11,4.33,2.12,9,4.83,1.9,12,5.22,1.3,9,4.56,2.06,16,4.29,2.43,7,4.55,1.97,11,5.0,2.45,10,5.23,1.24,13,4.62,2.2,8,4.63,2.24,19,3.75,1.5,4,4.64,2.1,14,5.0,2.45,7
+stapler,5.25,1.74,20,3.29,2.31,21,6.42,1.84,19,4.67,2.06,9,5.73,1.35,11,2.8,2.49,5,3.6,2.29,15,7.33,1.51,6,6.0,1.87,13,5.29,1.98,14,5.17,1.17,6,3.42,2.31,12,3.38,2.45,8,5.44,1.33,9,7.3,1.83,10,5.9,2.08,10,4.6,1.07,10,3.08,2.64,12,3.56,1.88,9,6.5,1.64,6,6.38,1.98,13
+star,7.47,1.61,19,5.5,2.78,20,5.82,2.55,38,6.67,1.5,9,8.2,1.4,10,5.7,2.79,10,5.3,2.91,10,4.31,2.56,13,6.6,2.2,25,7.78,1.56,9,7.2,1.69,10,6.0,2.52,7,5.23,2.98,13,5.11,2.42,18,6.45,2.54,20,7.58,1.56,12,7.29,1.8,7,5.7,2.71,10,5.3,2.98,10,5.76,2.99,17,5.86,2.2,21
+star fruit,6.27,1.55,22,3.43,2.18,21,6.25,2.24,20,6.5,1.85,8,6.14,1.41,14,3.78,2.17,9,3.17,2.25,12,7.0,2.45,7,5.85,2.12,13,6.09,1.76,11,6.45,1.37,11,3.8,2.7,10,3.09,1.64,11,6.13,2.47,15,6.6,1.52,5,6.0,1.63,10,6.5,1.51,12,2.89,1.9,9,3.83,2.37,12,5.8,1.93,10,6.7,2.54,10
+starboard,5.42,1.8,19,4.11,2.25,18,5.41,2.0,17,5.55,1.04,11,5.25,2.6,8,5.0,2.83,4,3.86,2.11,14,4.38,0.92,8,6.33,2.29,9,5.0,1.6,8,5.73,1.95,11,4.29,2.36,7,4.0,2.28,11,5.17,1.6,6,5.55,2.25,11,5.31,1.65,13,5.67,2.25,6,3.64,2.42,11,4.86,1.86,7,5.86,1.86,7,5.1,2.13,10
+starch,4.95,1.99,21,3.9,1.92,20,6.52,1.75,21,5.67,1.97,6,4.67,1.99,15,4.62,2.0,8,3.42,1.78,12,6.18,1.99,11,6.9,1.45,10,4.5,2.66,6,5.13,1.73,15,4.8,1.81,10,3.0,1.63,10,6.36,1.78,14,6.86,1.77,7,4.86,2.34,7,5.0,1.88,14,4.0,2.04,14,3.67,1.75,6,6.25,1.6,12,6.89,1.96,9
+stardom,5.85,1.93,20,5.45,2.32,22,6.68,1.92,19,6.11,2.26,9,5.64,1.69,11,5.2,3.03,5,5.38,2.16,16,5.5,2.59,6,7.23,1.3,13,6.0,2.11,14,5.5,1.52,6,4.75,2.49,12,6.11,1.9,9,6.78,1.2,9,6.6,2.46,10,6.7,1.49,10,5.0,2.0,10,5.0,2.59,12,6.0,1.94,10,6.33,2.66,6,6.85,1.57,13
+stardust,6.84,2.17,19,4.4,2.64,20,4.95,2.54,20,7.33,1.53,3,7.0,2.14,15,4.0,2.45,10,4.8,2.9,10,4.7,2.58,10,5.2,2.62,10,7.17,2.56,6,7.0,1.81,12,4.71,2.5,7,4.23,2.8,13,4.25,1.98,8,5.42,2.84,12,7.33,2.1,12,6.0,2.16,7,4.5,2.51,10,4.3,2.91,10,4.22,2.59,9,5.55,2.46,11
+stare,4.45,1.61,20,4.68,2.42,22,6.38,1.91,21,4.44,0.88,9,4.45,2.07,11,5.6,2.46,10,3.92,2.19,12,4.88,1.64,8,7.31,1.44,13,4.64,1.55,14,4.0,1.79,6,4.62,3.02,8,4.71,2.13,14,5.88,1.81,8,6.69,1.97,13,5.1,1.45,10,3.8,1.55,10,4.5,2.2,12,4.9,2.77,10,7.0,1.86,12,5.56,1.74,9
+starfish,6.53,1.93,19,4.23,2.58,22,5.79,2.3,24,6.17,1.6,6,6.69,2.1,13,5.42,2.39,12,2.8,2.1,10,4.88,1.96,8,6.25,2.38,16,6.6,1.17,10,6.44,2.6,9,4.33,2.92,9,4.15,2.44,13,5.53,2.53,17,6.67,1.63,6,6.25,2.38,8,6.73,1.62,11,4.89,1.96,9,3.77,2.92,13,6.06,2.32,16,5.25,2.31,8
+starlet,6.26,2.05,19,4.18,2.5,22,5.61,2.17,23,5.0,2.0,6,6.85,1.86,13,4.17,2.76,12,4.2,2.3,10,4.88,2.47,8,6.0,1.96,15,6.2,1.32,10,6.33,2.74,9,3.56,2.35,9,4.62,2.6,13,5.59,2.24,17,5.6,2.41,5,6.62,2.07,8,6.0,2.1,11,4.67,2.5,9,3.85,2.54,13,5.33,2.19,15,6.12,2.17,8
+starlight,7.68,1.34,19,4.91,2.27,23,5.0,2.16,19,7.0,1.32,9,8.3,1.06,10,4.86,2.04,7,5.13,2.39,15,5.3,2.21,10,4.67,2.18,9,8.0,1.32,9,7.4,1.35,10,5.3,2.21,10,4.83,2.33,12,4.25,1.67,8,5.3,2.36,10,7.83,1.27,12,7.43,1.51,7,4.7,2.23,20,6.33,2.52,3,5.12,2.03,8,4.91,2.34,11
+starling,5.53,1.81,19,4.32,2.73,22,5.91,2.04,22,6.11,1.36,9,5.0,2.05,10,5.75,2.96,8,3.5,2.31,14,5.36,1.75,11,6.45,2.25,11,5.43,0.79,7,5.58,2.23,12,5.2,2.7,10,3.58,2.64,12,6.31,2.36,13,5.33,1.41,9,5.4,2.22,10,5.67,1.32,9,3.75,3.24,8,4.64,2.47,14,6.43,1.87,14,5.0,2.14,8
+starry,7.4,1.5,20,3.96,2.49,24,5.59,2.47,27,7.0,1.31,8,7.67,1.61,12,3.44,2.13,9,4.27,2.71,15,5.0,2.54,14,6.23,2.31,13,8.22,1.09,9,6.73,1.49,11,4.5,2.58,12,3.42,2.39,12,6.08,2.69,13,5.14,2.25,14,7.7,1.42,10,7.1,1.6,10,4.08,2.35,12,3.83,2.72,12,6.33,1.83,12,5.0,2.8,15
+starship,6.32,1.67,19,4.83,2.57,18,5.41,2.45,17,6.64,1.29,11,5.88,2.1,8,6.5,1.91,4,4.36,2.59,14,5.12,2.47,8,5.67,2.55,9,6.5,1.77,8,6.18,1.66,11,5.57,2.99,7,4.36,2.29,11,4.17,2.4,6,6.09,2.3,11,6.23,1.24,13,6.5,2.51,6,3.91,2.51,11,6.29,2.06,7,6.0,2.38,7,5.0,2.54,10
+start,6.41,1.53,22,4.81,2.79,21,5.5,2.2,18,6.67,1.86,6,6.33,1.5,15,5.43,3.15,7,4.5,2.65,14,4.89,2.2,9,6.38,2.13,8,6.36,1.65,14,6.57,1.51,7,4.11,2.93,9,5.33,2.67,12,5.6,2.72,10,5.38,1.51,8,6.43,1.74,14,6.38,1.19,8,4.17,3.19,6,5.07,2.69,15,6.5,2.22,10,4.25,1.49,8
+starter,5.71,1.52,21,4.0,2.3,23,5.58,1.75,26,5.55,1.75,11,5.9,1.29,10,4.45,2.5,11,3.58,2.11,12,5.18,1.99,11,5.86,1.61,14,6.1,1.85,10,5.36,1.12,11,4.18,2.48,11,3.83,2.21,12,5.35,1.66,17,6.0,2.07,8,6.23,1.54,13,4.88,1.13,8,4.27,2.31,15,3.5,2.33,8,5.71,1.72,17,5.33,1.87,9
+startle,4.65,1.53,20,4.4,2.56,20,4.55,2.15,22,4.57,1.72,7,4.69,1.49,13,4.0,2.65,9,4.73,2.57,11,5.33,2.42,6,4.25,2.05,16,4.7,1.34,10,4.56,1.88,9,4.88,2.59,8,4.08,2.61,12,5.27,1.75,15,3.0,2.24,7,5.27,1.68,11,3.89,0.93,9,4.33,2.96,12,4.5,2.0,8,5.55,1.92,11,3.55,1.97,11
+startled,4.53,0.61,19,5.67,2.4,42,3.43,2.0,44,5.33,0.58,3,4.38,0.5,16,5.62,3.03,16,5.6,1.96,25,3.73,2.31,22,3.14,1.64,22,4.44,0.53,9,4.6,0.7,10,4.57,2.38,21,6.7,1.92,20,3.59,2.2,29,3.13,1.6,15,4.57,0.79,7,4.5,0.52,12,4.74,2.51,23,6.79,1.72,19,3.8,2.25,25,2.95,1.54,19
+startling,5.17,1.89,18,5.23,2.27,22,4.64,2.44,22,5.62,1.77,8,4.8,1.99,10,5.25,2.19,8,5.21,2.39,14,4.36,2.77,11,4.91,2.17,11,5.17,0.41,6,5.17,2.33,12,5.2,1.62,10,5.25,2.77,12,4.46,2.5,13,4.89,2.47,9,5.5,1.9,10,4.75,1.91,8,4.0,2.27,8,5.93,2.02,14,5.14,2.57,14,3.75,2.05,8
+starvation,1.72,0.96,18,5.45,2.16,20,3.81,2.59,16,1.33,0.58,3,1.79,1.05,14,4.7,2.06,10,6.2,2.1,10,4.0,2.45,7,3.67,2.83,9,1.8,1.3,5,1.67,0.89,12,3.86,2.04,7,6.31,1.75,13,2.4,1.67,5,4.45,2.73,11,1.83,1.03,12,1.5,0.84,6,4.7,2.36,10,6.2,1.75,10,4.0,3.07,8,3.62,2.2,8
+starve,2.53,1.02,19,4.0,2.59,18,3.12,1.9,17,2.73,1.1,11,2.25,0.89,8,4.25,2.99,4,3.93,2.59,14,3.38,2.2,8,2.89,1.69,9,2.38,1.06,8,2.64,1.03,11,2.71,1.8,7,4.82,2.75,11,3.83,1.6,6,2.73,2.0,11,2.54,0.97,13,2.5,1.22,6,3.64,2.25,11,4.57,3.15,7,2.71,1.8,7,3.4,2.01,10
+starving,2.86,2.2,21,5.1,2.41,42,4.86,2.66,42,3.67,2.69,9,2.25,1.6,12,5.38,2.36,16,4.96,2.51,25,5.12,2.52,24,4.5,2.85,18,3.0,1.73,7,2.92,2.5,13,4.38,2.42,21,5.9,2.25,20,4.8,2.74,25,4.94,2.61,17,2.38,1.76,13,3.62,2.72,8,4.74,2.67,23,5.53,2.04,19,5.36,2.44,22,4.3,2.83,20
+stash,5.24,1.55,21,4.64,2.4,22,5.77,2.09,22,5.56,1.13,9,5.0,1.81,12,4.0,2.28,6,4.8,2.54,15,5.33,1.63,6,5.94,2.26,16,6.22,1.09,9,4.5,1.45,12,4.6,2.97,5,4.65,2.32,17,5.64,2.25,11,5.91,2.02,11,5.17,1.99,12,5.33,0.71,9,5.0,2.78,9,4.38,2.18,13,5.83,2.33,12,5.7,1.89,10
+stat,4.86,1.42,21,3.76,2.7,25,5.11,2.08,19,4.67,1.5,9,5.0,1.41,12,3.67,2.42,6,3.78,2.92,18,4.57,1.72,7,5.42,2.27,12,4.62,1.36,16,5.6,1.52,5,3.71,2.95,14,3.8,2.62,10,5.67,2.45,9,4.6,1.65,10,4.92,1.62,12,4.78,1.2,9,4.38,2.73,16,2.67,2.4,9,4.64,2.42,11,5.75,1.39,8
+state,5.73,1.32,22,3.29,1.85,21,5.65,1.9,17,5.0,1.41,6,6.0,1.25,15,2.43,1.81,7,3.71,1.77,14,5.44,1.81,9,5.88,2.1,8,5.5,1.4,14,6.14,1.21,7,3.22,1.79,9,3.33,1.97,12,5.89,2.37,9,5.38,1.3,8,5.43,1.4,14,6.25,1.04,8,3.33,1.97,6,3.27,1.87,15,5.89,2.47,9,5.38,1.06,8
+stately,5.05,1.36,21,3.1,2.17,20,5.27,2.76,22,5.17,1.33,6,5.0,1.41,15,2.25,1.75,8,3.67,2.31,12,5.08,2.91,12,5.5,2.72,10,5.22,1.3,9,4.92,1.44,12,3.33,1.94,9,2.91,2.43,11,4.43,2.88,7,5.67,2.72,15,4.4,1.07,10,5.64,1.36,11,2.77,1.83,13,3.71,2.75,7,5.17,3.21,12,5.4,2.27,10
+statement,5.32,1.46,22,3.7,2.39,20,6.89,1.76,19,5.46,1.81,13,5.11,0.78,9,4.29,2.5,7,3.38,2.36,13,7.14,2.12,7,6.75,1.6,12,5.75,1.6,12,4.8,1.14,10,4.0,2.4,9,3.45,2.46,11,6.7,1.95,10,7.11,1.62,9,5.5,1.09,12,5.1,1.85,10,3.71,2.29,7,3.69,2.53,13,6.86,1.57,7,6.92,1.93,12
+stateroom,5.64,1.4,22,3.63,1.86,19,5.19,2.16,21,5.6,0.89,5,5.69,1.58,16,3.5,1.41,8,3.73,2.2,11,4.9,1.91,10,5.45,2.42,11,5.5,1.09,12,5.8,1.75,10,3.3,1.77,10,4.0,2.0,9,4.17,2.17,12,6.56,1.24,9,5.73,1.56,11,5.55,1.29,11,3.38,1.69,8,3.82,2.04,11,4.89,2.15,9,5.42,2.23,12
+stateside,4.84,1.8,19,3.77,2.33,22,4.89,1.77,28,4.83,1.17,6,4.85,2.08,13,3.91,2.81,11,3.64,1.86,11,5.09,2.39,11,4.76,1.3,17,4.73,1.68,11,5.0,2.07,8,3.73,2.41,11,3.82,2.36,11,4.83,1.95,18,5.0,1.49,10,4.69,1.75,13,5.17,2.04,6,3.43,2.28,14,4.38,2.45,8,5.0,2.07,16,4.75,1.36,12
+statesman,4.58,1.64,19,2.89,1.91,18,4.92,2.62,24,4.75,1.5,4,4.53,1.73,15,4.2,1.64,5,2.38,1.8,13,4.92,2.81,13,4.91,2.51,11,4.78,1.72,9,4.4,1.65,10,3.57,2.07,7,2.45,1.75,11,4.62,2.55,16,5.5,2.83,8,4.29,1.73,14,5.4,1.14,5,2.83,1.9,12,3.0,2.1,6,5.53,2.59,15,3.89,2.47,9
+static,4.41,1.59,22,3.33,2.18,21,4.45,2.46,22,4.93,1.59,14,3.5,1.2,8,3.45,2.16,11,3.44,2.3,9,5.33,2.66,6,4.12,2.39,16,4.2,1.81,10,4.58,1.44,12,3.36,2.46,11,3.3,1.95,10,4.31,2.32,13,4.67,2.78,9,4.58,1.62,12,4.2,1.62,10,3.31,2.25,13,3.38,2.2,8,4.0,2.52,12,5.0,2.4,10
+station,5.5,1.29,18,3.0,2.02,21,4.61,1.82,18,4.75,0.89,8,6.1,1.29,10,3.29,2.21,7,2.86,1.99,14,4.45,1.51,11,4.86,2.34,7,5.09,1.04,11,6.14,1.46,7,2.56,2.24,9,3.33,1.87,12,5.18,1.6,11,3.71,1.89,7,5.08,1.0,12,6.33,1.51,6,2.92,2.27,12,3.11,1.76,9,5.11,2.15,9,4.11,1.36,9
+stationary,5.45,1.64,20,2.72,1.78,18,5.9,2.05,20,4.2,1.3,5,5.87,1.55,15,3.17,1.83,6,2.5,1.78,12,4.88,1.25,8,6.58,2.23,12,5.5,1.78,10,5.4,1.58,10,2.9,1.79,10,2.5,1.85,8,5.1,2.23,10,6.7,1.57,10,5.08,1.83,12,6.0,1.2,8,1.89,1.54,9,3.56,1.67,9,5.3,2.36,10,6.5,1.58,10
+stationery,5.6,1.54,20,3.06,1.73,18,6.14,2.48,21,5.2,0.84,5,5.73,1.71,15,3.83,1.72,6,2.67,1.67,12,6.11,2.2,9,6.17,2.76,12,5.8,1.55,10,5.4,1.58,10,3.4,1.71,10,2.62,1.77,8,6.3,2.54,10,6.0,2.53,11,5.5,1.78,12,5.75,1.16,8,2.56,1.81,9,3.56,1.59,9,6.4,2.63,10,5.91,2.43,11
+statistic,4.55,1.61,20,4.5,2.18,22,5.74,1.76,19,4.89,1.83,9,4.27,1.42,11,4.8,2.68,5,4.56,2.06,16,6.0,2.19,6,5.62,1.61,13,5.07,1.33,14,3.33,1.63,6,4.17,1.8,12,5.22,2.54,9,5.22,1.2,9,6.2,2.1,10,4.9,1.91,10,4.2,1.23,10,3.83,1.85,12,5.3,2.36,10,6.33,2.16,6,5.46,1.56,13
+statistical,5.1,2.17,20,3.19,2.09,21,4.92,2.2,25,6.25,2.99,4,4.81,1.94,16,4.0,2.16,4,3.0,2.09,17,4.44,2.4,9,5.19,2.1,16,5.0,1.93,8,5.17,2.41,12,3.5,2.51,10,2.91,1.7,11,5.14,2.35,14,4.64,2.06,11,5.73,1.49,11,4.33,2.69,9,3.1,2.42,10,3.27,1.85,11,5.11,2.11,18,4.43,2.51,7
+statue,5.95,1.35,19,2.82,2.01,917,4.95,2.15,42,5.78,0.97,9,6.1,1.66,10,3.22,2.14,344,2.58,1.89,566,4.93,2.34,14,4.93,2.13,27,6.33,1.32,9,5.6,1.35,10,2.97,2.1,414,2.69,1.92,499,4.28,2.27,18,5.46,1.96,24,5.75,1.29,12,6.29,1.5,7,2.84,2.07,509,2.79,1.93,408,4.9,2.06,29,5.08,2.43,13
+stature,5.7,1.17,20,3.57,2.25,21,5.89,2.24,27,5.86,1.68,7,5.62,0.87,13,3.33,1.41,9,3.75,2.77,12,5.87,2.07,15,6.0,2.65,11,5.45,0.82,11,6.0,1.5,9,4.0,1.58,9,3.25,2.67,12,5.71,2.54,17,6.33,1.73,9,5.54,1.13,13,6.0,1.29,7,3.13,2.0,15,4.67,2.66,6,4.83,2.29,12,6.73,1.87,15
+status,4.89,2.16,19,3.83,2.66,23,5.28,2.24,18,5.11,0.6,9,4.7,2.98,10,5.43,2.76,7,3.07,2.43,15,5.5,2.51,10,5.0,2.0,8,4.56,2.4,9,5.2,1.99,10,4.9,2.64,10,2.92,2.54,12,5.5,1.69,8,4.78,2.64,9,4.42,2.39,12,5.71,1.5,7,4.0,2.73,20,2.67,2.08,3,5.57,1.99,7,5.09,2.47,11
+statute,5.18,1.33,22,3.65,2.13,26,5.67,2.16,24,5.67,2.0,9,4.85,0.38,13,3.3,2.5,10,3.88,1.93,16,6.44,2.3,9,5.2,2.01,15,5.75,1.49,8,4.86,1.17,14,4.15,1.95,13,3.15,2.27,13,5.67,1.78,12,5.67,2.57,12,4.83,0.39,12,5.6,1.9,10,3.6,2.32,15,3.73,1.95,11,6.0,1.87,13,5.27,2.49,11
+statutory,4.37,2.24,19,5.0,1.87,21,4.32,2.01,22,4.0,1.0,5,4.38,2.63,13,4.83,0.98,6,5.07,2.15,15,4.7,1.83,10,4.0,2.17,12,4.14,2.48,7,4.36,2.25,11,4.14,2.27,7,5.43,1.55,14,4.36,1.91,11,4.27,2.2,11,4.5,2.28,12,4.14,2.34,7,4.64,1.75,11,5.4,2.01,10,3.85,2.12,13,5.0,1.73,9
+stay,6.14,1.64,22,3.14,1.82,21,5.71,2.08,17,7.0,1.55,6,5.87,1.64,15,3.29,1.89,7,3.07,1.86,14,5.78,2.11,9,5.62,2.2,8,6.29,1.9,14,6.0,1.15,7,3.33,2.29,9,3.0,1.48,12,5.78,2.68,9,5.62,1.3,8,6.0,1.75,14,6.38,1.51,8,2.83,2.23,6,3.27,1.71,15,6.22,2.17,9,5.12,1.96,8
+STD,1.95,1.6,21,5.36,2.34,22,3.42,2.28,26,2.36,2.01,11,1.5,0.85,10,5.45,2.34,11,5.27,2.45,11,3.36,2.25,11,3.43,2.47,14,1.5,0.71,10,2.36,2.06,11,4.36,2.01,11,6.36,2.29,11,3.65,2.4,17,2.88,2.23,8,2.15,1.95,13,1.62,0.74,8,5.2,2.51,15,5.71,2.06,7,3.47,2.29,17,3.33,2.4,9
+stead,5.32,1.0,19,2.76,1.67,21,5.54,2.45,24,5.0,0.0,2,5.35,1.06,17,2.43,1.62,7,3.0,1.78,13,5.75,2.38,8,5.44,2.56,16,5.17,0.41,6,5.38,1.19,13,2.86,1.68,7,2.77,1.79,13,5.69,2.56,13,5.36,2.42,11,5.22,1.09,9,5.4,0.97,10,2.09,1.22,11,3.5,1.84,10,5.33,2.7,18,6.17,1.47,6
+steadfast,6.68,1.53,19,3.95,2.36,21,6.77,1.72,22,6.89,1.45,9,6.5,1.65,10,5.12,2.36,8,3.23,2.13,13,6.64,1.8,11,6.91,1.7,11,6.71,1.5,7,6.67,1.61,12,4.3,2.11,10,3.64,2.62,11,6.92,1.75,13,6.56,1.74,9,6.7,1.83,10,6.67,1.22,9,3.43,2.51,7,4.21,2.33,14,6.5,1.83,14,7.25,1.49,8
+steady,6.67,1.74,21,3.0,2.62,24,6.42,2.46,19,6.88,1.46,8,6.54,1.94,13,3.5,1.38,6,2.83,2.94,18,6.91,2.39,11,5.75,2.55,8,6.58,2.07,12,6.78,1.3,9,2.8,2.3,10,3.14,2.91,14,6.25,2.73,12,6.71,2.06,7,6.86,1.83,14,6.29,1.6,7,3.88,2.8,16,1.25,0.71,8,6.75,2.26,12,5.86,2.85,7
+steak,6.2,2.12,20,3.63,2.73,19,6.04,2.21,25,7.0,2.16,4,6.0,2.13,16,3.0,2.16,4,3.8,2.91,15,5.44,2.7,9,6.38,1.89,16,6.5,1.6,8,6.0,2.45,12,2.75,1.91,8,4.27,3.13,11,5.14,2.25,14,7.18,1.6,11,6.45,2.11,11,5.89,2.2,9,3.22,2.68,9,4.0,2.87,10,5.78,2.37,18,6.71,1.7,7
+steakhouse,6.94,1.73,18,3.95,2.58,20,5.48,2.18,25,8.0,0.0,5,6.54,1.9,13,4.45,2.54,11,3.33,2.65,9,5.31,2.12,16,5.78,2.39,9,6.86,2.12,7,7.0,1.55,11,4.33,2.6,9,3.64,2.66,11,5.8,2.26,20,4.2,1.3,5,6.44,1.88,9,7.44,1.51,9,4.0,2.76,11,3.89,2.52,9,4.95,2.12,19,7.17,1.47,6
+steal,2.17,1.15,18,5.3,2.79,20,3.0,1.85,18,2.38,1.06,8,2.0,1.25,10,6.29,1.5,7,4.77,3.22,13,2.73,1.42,11,3.43,2.44,7,2.27,1.01,11,2.0,1.41,7,5.44,3.13,9,5.18,2.64,11,2.91,1.87,11,3.14,1.95,7,2.25,1.29,12,2.0,0.89,6,4.75,2.77,12,6.12,2.8,8,2.44,1.42,9,3.56,2.13,9
+stealing,2.75,1.21,20,4.57,2.31,21,5.5,2.83,18,2.67,1.22,9,2.82,1.25,11,3.8,3.03,5,4.6,1.99,15,5.5,3.62,6,5.5,2.54,12,2.57,0.94,14,3.17,1.72,6,3.73,1.9,11,5.22,2.44,9,5.25,2.19,8,5.7,3.37,10,3.1,1.45,10,2.4,0.84,10,3.45,2.21,11,5.8,1.81,10,5.4,3.58,5,5.54,2.67,13
+stealth,5.45,1.64,20,4.22,2.32,23,5.15,2.01,26,5.7,1.42,10,5.2,1.87,10,4.82,2.68,11,3.67,1.87,12,5.36,2.01,11,5.14,2.07,14,5.8,2.04,10,5.1,1.1,10,4.73,2.61,11,3.75,2.01,12,5.12,1.73,17,5.5,2.62,8,5.62,1.85,13,5.14,1.21,7,4.93,2.37,15,2.88,1.55,8,5.65,2.12,17,4.22,1.48,9
+steam,5.4,1.23,20,4.0,1.72,22,4.84,2.24,19,5.0,1.58,9,5.73,0.79,11,4.0,2.55,5,4.06,1.53,16,4.83,2.86,6,4.85,2.03,13,5.43,1.4,14,5.33,0.82,6,3.42,1.83,12,4.89,1.27,9,4.56,1.33,9,5.1,2.88,10,5.5,1.43,10,5.3,1.06,10,3.08,1.56,12,5.1,1.2,10,4.67,2.73,6,4.92,2.1,13
+steamboat,5.52,1.65,23,5.14,2.44,22,5.6,2.19,20,6.12,1.36,8,5.2,1.74,15,5.5,2.27,10,4.83,2.62,12,5.71,2.56,7,5.54,2.07,13,5.58,1.44,12,5.45,1.92,11,5.27,2.28,11,5.0,2.68,11,5.4,2.35,15,6.2,1.64,5,4.82,1.08,11,6.17,1.85,12,4.8,2.25,10,5.42,2.64,12,5.5,1.9,10,5.7,2.54,10
+steamer,4.91,1.54,22,3.73,1.93,26,5.54,1.84,24,4.89,1.69,9,4.92,1.5,13,3.4,2.22,10,3.94,1.77,16,6.11,1.62,9,5.2,1.93,15,4.75,2.43,8,5.0,0.78,14,4.15,1.82,13,3.31,2.02,13,5.33,1.83,12,5.75,1.91,12,4.75,1.42,12,5.1,1.73,10,3.33,2.19,15,4.27,1.42,11,5.46,2.11,13,5.64,1.57,11
+steaming,5.05,1.9,20,3.56,2.06,18,6.25,2.38,24,4.8,1.92,5,5.13,1.96,15,4.0,1.87,5,3.38,2.18,13,6.62,2.06,13,5.82,2.75,11,5.7,1.57,10,4.4,2.07,10,4.86,1.95,7,2.73,1.74,11,6.56,2.31,16,5.62,2.56,8,5.14,1.92,14,4.83,2.04,6,4.25,2.01,12,2.17,1.47,6,6.13,2.7,15,6.44,1.88,9
+steamship,5.91,1.74,22,4.5,2.38,18,5.38,2.13,21,6.2,1.64,5,5.88,1.86,16,5.5,2.33,8,3.7,2.21,10,5.3,1.95,10,5.45,2.38,11,5.67,1.87,12,6.2,1.62,10,4.6,2.5,10,4.38,2.39,8,5.33,2.74,12,5.44,1.01,9,6.45,1.75,11,5.36,1.63,11,5.0,1.73,7,4.18,2.75,11,5.33,2.24,9,5.42,2.15,12
+steamy,6.39,1.85,18,5.71,2.53,21,5.79,1.65,19,5.62,0.92,8,7.0,2.21,10,6.43,2.37,7,5.54,2.63,13,5.7,1.77,10,5.89,1.62,9,6.78,1.64,9,6.0,2.06,9,5.78,2.77,9,5.91,2.43,11,5.0,1.2,8,6.3,1.83,10,6.73,1.95,11,5.86,1.68,7,5.78,2.62,18,5.33,2.31,3,4.88,1.55,8,6.45,1.44,11
+steel,4.95,1.56,21,3.86,2.26,21,5.68,2.34,25,5.5,1.51,12,4.22,1.39,9,5.0,2.77,7,3.29,1.82,14,5.9,2.38,10,5.53,2.39,15,5.25,0.5,4,4.88,1.73,17,4.5,2.72,10,3.27,1.68,11,6.0,2.89,7,5.56,2.18,18,5.08,1.44,12,4.78,1.79,9,3.77,2.09,13,4.0,2.67,8,5.56,2.83,9,5.75,2.11,16
+steep,5.32,1.49,19,4.95,2.4,21,5.04,1.74,23,4.6,0.55,5,5.46,1.66,13,5.0,2.45,6,4.93,2.46,15,5.3,1.49,10,4.85,1.95,13,4.86,1.95,7,5.45,1.13,11,5.0,3.11,7,4.93,2.09,14,4.45,1.63,11,5.58,1.73,12,5.25,1.54,12,5.43,1.51,7,4.55,2.88,11,5.4,1.78,10,5.14,1.56,14,4.89,2.09,9
+steeple,5.62,1.4,21,3.04,2.11,25,4.89,2.42,19,5.33,0.71,9,5.83,1.75,12,4.5,2.59,6,2.61,1.82,18,4.0,2.52,7,5.42,2.31,12,5.38,1.36,16,6.4,1.34,5,3.36,2.56,14,2.7,1.42,10,4.78,2.44,9,5.0,2.54,10,5.42,1.16,12,5.89,1.69,9,3.25,2.32,16,2.67,1.73,9,4.27,2.83,11,5.75,1.49,8
+steer,5.68,1.45,19,5.05,2.42,20,5.94,2.22,36,6.0,1.31,8,5.45,1.57,11,6.4,1.52,5,4.6,2.53,15,5.36,2.16,11,6.2,2.24,25,5.85,1.57,13,5.33,1.21,6,5.42,2.31,12,4.5,2.62,8,5.85,2.46,20,6.06,1.95,16,5.5,1.58,10,5.89,1.36,9,5.55,2.16,11,4.44,2.7,9,5.91,2.33,22,6.0,2.11,14
+steering,4.9,2.0,21,3.22,2.15,23,7.29,2.08,17,5.33,2.55,9,4.58,1.51,12,3.91,2.17,11,2.58,2.02,12,7.1,2.42,10,7.57,1.62,7,5.71,2.93,7,4.46,1.33,13,3.55,2.16,11,2.92,2.19,12,6.5,3.02,6,7.73,1.35,11,5.31,2.21,13,4.25,1.49,8,3.09,2.12,11,3.33,2.27,12,6.75,2.6,8,7.78,1.48,9
+stellar,5.95,1.96,20,4.33,2.97,18,6.12,2.47,24,5.8,2.77,5,6.0,1.73,15,3.8,2.59,5,4.54,3.18,13,5.69,2.75,13,6.64,2.11,11,6.6,1.17,10,5.3,2.41,10,5.14,3.13,7,3.82,2.89,11,5.81,2.48,16,6.75,2.49,8,5.5,2.18,14,7.0,0.63,6,5.0,3.19,12,3.0,2.1,6,6.13,2.17,15,6.11,3.06,9
+stem,5.1,1.84,21,3.47,2.04,19,6.19,1.86,21,5.5,0.84,6,4.93,2.12,15,3.88,2.17,8,3.18,1.99,11,6.36,1.63,11,6.0,2.16,10,5.0,2.19,6,5.13,1.77,15,4.1,2.18,10,2.78,1.72,9,6.43,1.95,14,5.71,1.7,7,4.86,1.86,7,5.21,1.89,14,3.46,2.11,13,3.5,2.07,6,6.08,2.15,12,6.33,1.5,9
+stench,2.62,1.37,40,4.53,2.46,47,3.47,2.4,38,2.56,0.81,16,2.67,1.66,24,3.27,2.28,11,4.91,2.48,34,3.11,2.16,19,3.56,2.38,18,2.88,1.26,24,2.13,1.46,15,4.0,2.62,26,5.21,2.23,19,3.82,1.94,17,3.19,2.73,21,2.71,1.52,21,2.53,1.22,19,4.32,2.61,28,4.84,2.24,19,2.95,1.88,21,4.12,2.85,17
+stenographer,4.95,0.97,19,3.81,1.81,21,4.95,1.62,22,5.2,1.1,5,4.92,0.95,13,3.83,1.94,6,3.8,1.82,15,5.3,1.64,10,4.67,1.61,12,4.57,0.53,7,5.27,1.1,11,4.29,2.43,7,3.57,1.45,14,4.8,1.4,10,5.08,1.83,12,5.0,0.85,12,4.86,1.21,7,3.55,1.92,11,4.1,1.73,10,4.93,1.59,14,5.0,1.77,8
+step,5.68,1.49,22,3.48,1.86,21,6.0,1.84,17,5.17,1.83,6,5.93,1.39,15,3.0,2.24,7,3.71,1.68,14,5.89,2.09,9,6.12,1.64,8,5.86,1.79,14,5.43,0.79,7,3.11,1.83,9,3.75,1.91,12,6.44,2.19,9,5.5,1.31,8,5.64,1.69,14,5.75,1.16,8,3.5,2.17,6,3.47,1.81,15,6.56,2.19,9,5.38,1.19,8
+stepdaughter,5.47,1.74,19,3.55,2.39,20,4.88,2.01,24,5.15,1.82,13,6.17,1.47,6,4.0,2.55,5,3.4,2.41,15,4.92,2.14,13,4.82,1.94,11,4.89,1.69,9,6.0,1.7,10,4.0,2.83,7,3.31,2.21,13,5.0,1.61,11,4.77,2.35,13,6.33,1.58,9,4.7,1.57,10,2.8,2.3,10,4.3,2.36,10,4.56,2.83,9,5.07,1.39,15
+stepfather,3.72,2.19,18,3.59,2.06,22,3.79,1.98,24,3.67,1.51,6,3.75,2.53,12,3.42,2.19,12,3.8,1.99,10,4.62,2.39,8,3.38,1.67,16,3.3,1.77,10,4.25,2.66,8,4.0,2.12,9,3.31,2.06,13,3.59,2.09,17,4.17,1.83,6,3.25,2.05,8,4.1,2.33,10,3.44,1.94,9,3.69,2.21,13,3.5,2.22,16,4.38,1.3,8
+stepmother,3.67,1.91,21,3.69,2.2,26,4.17,2.7,24,3.78,1.99,9,3.58,1.93,12,2.8,1.87,10,4.25,2.27,16,4.33,3.0,9,4.07,2.6,15,3.86,2.12,7,3.57,1.87,14,3.54,2.07,13,3.85,2.41,13,3.92,2.97,12,4.42,2.5,12,3.64,2.16,11,3.7,1.7,10,3.2,2.21,15,4.36,2.11,11,4.31,3.22,13,4.0,2.05,11
+steps,4.95,1.36,20,3.0,2.11,18,6.17,2.32,24,5.0,0.71,5,4.93,1.53,15,3.2,1.79,5,2.92,2.29,13,6.0,2.68,13,6.36,1.91,11,5.3,1.57,10,4.6,1.07,10,3.43,2.3,7,2.73,2.05,11,6.12,2.5,16,6.25,2.05,8,4.64,1.08,14,5.67,1.75,6,3.08,2.15,12,2.83,2.23,6,6.13,2.36,15,6.22,2.39,9
+stepson,4.81,1.97,21,3.65,2.19,23,4.57,1.96,21,5.6,2.61,5,4.56,1.75,16,4.25,1.96,12,3.0,2.32,11,4.45,2.11,11,4.22,1.2,9,4.25,2.38,12,5.56,0.88,9,3.75,2.08,16,3.43,2.57,7,4.91,2.02,11,4.2,1.93,10,4.92,1.89,13,4.62,2.2,8,3.74,2.26,19,3.25,2.06,4,4.86,1.7,14,4.0,2.45,7
+stereo,7.1,1.52,20,4.04,2.12,23,6.81,2.09,21,6.67,1.12,9,7.45,1.75,11,4.64,2.25,11,3.5,1.93,12,6.25,1.67,8,7.15,2.3,13,6.93,1.59,14,7.5,1.38,6,4.11,2.62,9,4.0,1.84,14,6.12,2.42,8,7.23,1.83,13,6.8,1.75,10,7.4,1.26,10,3.92,2.06,13,4.2,2.3,10,7.75,1.14,12,5.56,2.46,9
+stereotype,3.33,1.56,21,4.26,2.18,23,3.81,1.94,26,3.82,1.72,11,2.8,1.23,10,4.55,2.54,11,4.0,1.86,12,4.36,1.75,11,3.43,2.1,14,3.1,1.52,10,3.55,1.63,11,4.55,2.62,11,4.0,1.76,12,4.06,2.01,17,3.38,1.92,8,3.0,1.78,13,3.88,0.99,8,4.4,2.23,15,4.0,2.2,8,3.82,2.21,17,3.78,1.39,9
+sterile,4.57,1.99,21,4.47,1.74,19,4.95,2.52,20,5.2,1.79,5,4.33,2.13,15,5.12,1.96,8,4.0,1.48,11,4.89,2.57,9,5.0,2.61,11,4.08,2.02,12,5.22,1.86,9,4.5,1.72,10,4.44,1.88,9,4.67,2.53,12,5.38,2.62,8,3.6,1.9,10,5.45,1.69,11,4.25,1.75,8,4.64,1.8,11,4.62,2.33,8,5.17,2.72,12
+sterilize,5.59,2.02,22,4.24,2.3,21,6.64,2.38,22,6.0,2.15,14,4.88,1.64,8,4.45,2.5,11,4.0,2.29,9,6.5,2.26,6,6.69,2.5,16,5.8,1.99,10,5.42,2.11,12,3.73,2.15,11,4.8,2.44,10,6.23,2.28,13,7.22,2.54,9,5.92,1.78,12,5.2,2.3,10,4.46,2.5,13,3.88,2.03,8,6.42,2.54,12,6.9,2.28,10
+sterling,5.89,1.85,19,5.32,2.21,19,5.64,1.91,25,6.09,2.07,11,5.62,1.6,8,5.71,1.8,7,5.08,2.47,12,5.69,1.84,13,5.58,2.07,12,5.5,2.32,10,6.33,1.12,9,5.0,2.21,10,5.67,2.29,9,5.47,1.94,17,6.0,1.93,8,5.89,2.03,9,5.9,1.79,10,5.09,2.26,11,5.62,2.26,8,5.56,1.86,16,5.78,2.11,9
+stern,3.9,1.07,20,3.91,2.24,22,5.58,2.12,19,3.44,1.13,9,4.27,0.9,11,2.8,2.05,5,4.38,2.25,16,4.83,2.64,6,5.92,1.85,13,3.86,0.77,14,4.0,1.67,6,4.0,2.49,12,4.0,2.06,9,5.44,1.51,9,5.7,2.63,10,3.9,0.88,10,3.9,1.29,10,3.17,2.33,12,4.8,1.87,10,5.0,2.28,6,5.85,2.08,13
+sternum,4.45,1.36,20,3.71,2.14,24,4.7,2.05,27,4.62,0.74,8,4.33,1.67,12,3.33,2.55,9,3.93,1.91,15,4.62,1.89,13,4.79,2.26,14,4.33,1.66,9,4.55,1.13,11,4.33,2.19,12,3.08,1.98,12,3.86,1.99,14,5.62,1.76,13,4.5,1.65,10,4.4,1.07,10,3.92,1.98,12,3.5,2.35,12,4.75,1.66,12,4.67,2.38,15
+steroid,3.62,1.86,21,5.21,2.02,19,5.05,2.46,21,3.8,1.79,5,3.47,1.96,15,6.38,2.13,8,4.36,1.5,11,5.1,2.56,10,5.0,2.49,11,3.33,1.5,12,4.0,2.29,9,5.3,1.25,10,5.11,2.71,9,5.0,2.63,12,5.11,2.37,9,2.91,1.87,11,4.4,1.58,10,4.88,1.81,8,5.45,2.21,11,4.33,2.55,9,5.58,2.35,12
+stethoscope,5.14,1.96,21,4.56,2.29,25,5.24,2.62,21,5.25,1.75,8,5.08,2.14,13,4.62,2.43,13,4.5,2.24,12,5.77,2.62,13,4.38,2.56,8,5.75,1.83,8,5.0,1.91,12,5.57,2.06,14,3.27,1.95,11,6.67,2.31,12,3.33,1.66,9,4.9,1.97,10,5.36,2.01,11,3.88,2.26,17,6.0,1.69,8,4.67,3.04,9,5.67,2.31,12
+stew,5.86,1.77,21,2.95,1.84,22,5.36,2.06,22,5.22,1.48,9,6.33,1.87,12,2.33,1.51,6,3.0,1.85,15,5.0,2.28,6,5.5,2.03,16,5.78,1.09,9,5.92,2.19,12,4.0,2.55,5,2.65,1.54,17,5.45,1.51,11,5.27,2.57,11,6.5,1.83,12,5.0,1.32,9,3.44,2.13,9,2.62,1.61,13,5.67,1.61,12,5.0,2.54,10
+steward,5.06,0.87,18,2.57,1.75,21,5.64,2.36,25,4.67,0.58,3,5.13,0.92,15,3.29,2.36,7,2.31,1.32,13,6.62,1.92,8,5.18,2.46,17,5.0,0.58,7,5.09,1.04,11,3.14,1.77,7,2.38,1.76,13,5.5,2.38,14,5.82,2.44,11,5.38,0.92,8,4.8,0.79,10,2.55,1.69,11,2.6,1.9,10,5.67,2.57,18,5.57,1.9,7
+stewardess,5.9,1.68,20,4.14,2.13,21,4.97,2.35,34,6.6,1.84,10,5.2,1.23,10,5.12,2.23,8,3.54,1.9,13,4.86,2.54,14,5.05,2.28,20,5.22,1.48,9,6.45,1.69,11,4.38,1.76,13,3.75,2.71,8,4.68,2.46,22,5.5,2.15,12,5.0,1.56,10,6.8,1.32,10,4.14,2.18,14,4.14,2.19,7,4.76,2.19,17,5.18,2.56,17
+stick,5.27,1.2,22,3.81,1.97,21,5.82,2.43,17,5.0,1.41,6,5.4,1.18,15,3.43,2.23,7,4.0,1.88,14,6.11,2.47,9,5.5,2.51,8,5.29,1.38,14,5.29,0.95,7,3.56,2.3,9,4.0,1.76,12,6.67,2.78,9,4.88,1.64,8,5.0,0.88,14,5.75,1.58,8,3.5,2.43,6,3.93,1.83,15,7.0,2.24,9,4.5,2.0,8
+sticker,5.57,1.69,21,4.05,2.01,20,5.52,2.02,25,5.58,1.68,12,5.56,1.81,9,5.29,1.8,7,3.38,1.85,13,5.9,1.97,10,5.27,2.09,15,6.5,1.91,4,5.35,1.62,17,4.1,2.47,10,4.0,1.56,10,5.57,2.64,7,5.5,1.82,18,5.25,1.71,12,6.0,1.66,9,4.08,2.23,12,4.0,1.77,8,5.44,2.3,9,5.56,1.93,16
+stickler,3.74,1.63,19,3.82,2.68,22,5.22,2.07,18,4.0,0.89,6,3.62,1.89,13,4.0,3.0,11,3.64,2.46,11,5.0,2.33,8,5.4,1.96,10,4.0,1.67,11,3.38,1.6,8,3.73,2.94,11,3.91,2.55,11,5.0,1.86,12,5.67,2.58,6,4.08,1.55,13,3.0,1.67,6,3.93,2.76,14,3.62,2.72,8,5.5,1.85,8,5.0,2.31,10
+stickup,2.95,1.94,21,6.09,2.35,22,3.24,1.48,21,3.11,1.96,9,2.83,1.99,12,4.67,3.39,6,6.67,1.72,15,2.5,1.52,6,3.53,1.41,15,3.78,2.22,9,2.33,1.5,12,5.2,2.77,5,6.35,2.23,17,3.5,1.35,10,3.0,1.61,11,2.75,2.09,12,3.22,1.79,9,6.11,1.9,9,6.08,2.69,13,3.17,1.7,12,3.33,1.22,9
+sticky,4.65,1.84,20,4.75,2.36,20,5.19,1.83,26,4.45,1.81,11,4.89,1.96,9,4.43,2.37,7,4.92,2.43,13,5.15,1.68,13,5.23,2.05,13,4.36,2.01,11,5.0,1.66,9,5.0,2.32,11,4.44,2.51,9,5.29,2.05,17,5.0,1.41,9,4.5,2.17,10,4.8,1.55,10,4.17,2.44,12,5.62,2.07,8,5.81,1.64,16,4.2,1.75,10
+stiff,4.29,1.63,41,4.0,2.31,22,4.95,2.56,20,4.82,1.98,17,3.92,1.25,24,3.86,2.27,7,4.21,2.42,14,6.43,2.7,7,4.15,2.19,13,4.36,1.62,22,4.21,1.69,19,4.56,2.92,9,3.75,1.82,12,5.13,2.77,15,4.4,1.95,5,4.38,1.83,26,4.13,1.25,15,4.11,2.42,19,3.33,1.53,3,4.6,2.17,10,5.3,2.98,10
+stigma,3.9,1.48,20,5.24,2.23,21,4.62,2.52,34,4.1,1.45,10,3.7,1.57,10,5.0,1.2,8,5.38,2.72,13,5.0,2.72,14,4.35,2.41,20,4.56,1.13,9,3.36,1.57,11,4.77,2.42,13,6.0,1.77,8,4.86,2.71,22,4.17,2.17,12,4.0,1.76,10,3.8,1.23,10,5.5,2.14,14,4.71,2.5,7,5.47,2.35,17,3.76,2.46,17
+stillness,5.19,1.78,21,2.78,2.45,23,5.25,2.15,20,4.62,1.06,8,5.54,2.07,13,4.33,2.07,6,2.24,2.39,17,4.64,1.8,11,6.0,2.4,9,4.67,2.02,12,5.89,1.17,9,3.7,2.98,10,2.08,1.75,13,4.92,2.22,13,5.86,2.04,7,5.21,2.08,14,5.14,1.07,7,3.6,2.67,15,1.25,0.71,8,4.92,1.83,12,5.75,2.6,8
+stimulant,6.0,2.03,19,5.95,2.52,22,5.41,1.89,22,6.78,1.48,9,5.3,2.26,10,6.0,1.6,8,5.93,2.97,14,5.73,1.85,11,5.09,1.97,11,6.57,1.27,7,5.67,2.35,12,5.7,2.21,10,6.17,2.82,12,5.38,1.94,13,5.44,1.94,9,6.0,1.63,10,6.0,2.5,9,6.12,2.3,8,5.86,2.71,14,5.64,2.06,14,5.0,1.6,8
+stimulate,7.38,1.53,21,6.0,2.79,18,7.14,1.64,22,8.33,0.52,6,7.0,1.65,15,7.0,2.89,7,5.36,2.66,11,7.17,1.95,12,7.1,1.29,10,7.89,1.27,9,7.0,1.65,12,7.12,1.73,8,5.1,3.21,10,6.0,1.63,7,7.67,1.4,15,7.5,1.9,10,7.27,1.19,11,5.85,2.51,13,6.4,3.71,5,7.83,1.34,12,6.3,1.64,10
+stimulating,6.84,1.77,19,6.3,2.45,20,6.2,2.04,20,7.0,1.73,3,7.0,1.73,15,5.6,2.91,10,7.0,1.76,10,6.6,1.26,10,5.8,2.62,10,6.67,2.25,6,7.17,1.4,12,7.14,2.85,7,5.85,2.19,13,5.5,2.33,8,6.67,1.78,12,6.92,1.44,12,6.71,2.36,7,5.7,2.91,10,6.9,1.85,10,6.11,2.42,9,6.27,1.79,11
+stimulation,5.14,2.1,21,4.71,3.01,24,5.3,2.18,20,6.12,1.96,8,4.54,2.03,13,5.0,3.03,6,4.61,3.09,18,5.0,2.14,11,5.67,2.29,9,4.5,2.2,12,6.0,1.73,9,5.0,2.83,10,4.5,3.23,14,5.08,2.29,13,5.71,2.06,7,4.93,2.16,14,5.57,2.07,7,4.88,2.96,16,4.38,3.29,8,5.67,2.1,12,4.75,2.31,8
+stimulus,5.63,2.01,19,4.7,2.69,23,6.21,1.84,19,5.56,1.67,9,5.7,2.36,10,4.29,3.15,7,5.07,2.52,15,5.9,2.47,10,6.56,0.73,9,5.44,2.4,9,5.8,1.69,10,3.7,2.95,10,5.75,2.14,12,5.0,2.07,8,7.0,1.05,10,5.25,1.96,12,6.29,2.06,7,4.45,2.76,20,6.33,1.53,3,5.38,2.33,8,6.82,1.17,11
+sting,2.55,1.1,20,4.88,2.8,17,3.45,1.57,22,2.0,1.0,5,2.73,1.1,15,5.17,2.86,6,4.73,2.9,11,3.9,1.29,10,3.08,1.73,12,2.6,0.84,10,2.5,1.35,10,5.2,2.7,10,4.43,3.1,7,3.64,1.69,11,3.27,1.49,11,2.67,1.07,12,2.38,1.19,8,3.67,3.43,9,6.25,0.71,8,3.45,1.81,11,3.45,1.37,11
+stinger,3.9,1.83,20,4.96,2.6,24,4.36,2.57,28,4.12,1.89,8,3.75,1.86,12,4.22,1.79,9,5.4,2.95,15,3.86,2.28,14,4.86,2.82,14,3.33,1.41,9,4.36,2.06,11,4.5,2.47,12,5.42,2.75,12,3.86,2.98,14,4.86,2.07,14,4.5,2.12,10,3.3,1.34,10,5.5,2.75,12,4.42,2.43,12,4.92,2.64,12,3.94,2.52,16
+stinging,3.57,2.04,21,6.47,2.12,19,4.47,2.56,36,4.38,2.45,8,3.08,1.66,13,6.4,1.67,5,6.5,2.31,14,4.91,2.51,11,4.28,2.61,25,3.69,2.32,13,3.38,1.6,8,6.5,1.93,12,6.43,2.57,7,4.9,2.55,20,3.94,2.54,16,3.27,1.49,11,3.9,2.56,10,7.4,1.51,10,5.44,2.3,9,3.86,2.68,22,5.43,2.1,14
+stingy,2.53,1.47,19,4.73,3.27,22,4.54,2.46,28,2.33,1.21,6,2.62,1.61,13,4.82,3.28,11,4.64,3.41,11,4.91,3.02,11,4.29,2.08,17,2.82,1.78,11,2.12,0.83,8,3.45,3.05,11,6.0,3.1,11,4.61,2.4,18,4.4,2.67,10,2.85,1.63,13,1.83,0.75,6,5.0,3.46,14,4.25,3.06,8,4.44,2.78,16,4.67,2.06,12
+stink,2.35,1.27,40,4.48,2.27,21,4.76,2.54,25,2.85,1.41,13,2.15,1.16,26,4.71,2.69,7,4.31,2.21,13,5.0,2.21,10,4.6,2.8,15,2.6,1.35,15,2.25,1.22,24,5.14,2.34,7,4.08,2.33,13,5.29,2.98,7,4.56,2.41,18,2.35,1.18,20,2.35,1.39,20,5.27,2.1,11,3.6,2.22,10,4.11,2.57,9,5.12,2.53,16
+stinker,3.3,1.95,20,4.0,2.45,21,3.8,2.0,25,2.25,1.26,4,3.56,2.03,16,4.5,2.38,4,3.88,2.52,17,4.67,1.8,9,3.31,1.99,16,2.75,1.28,8,3.67,2.27,12,3.7,2.54,10,4.27,2.45,11,3.71,1.33,14,3.91,2.7,11,3.64,1.5,11,2.89,2.42,9,3.9,2.42,10,4.09,2.59,11,4.22,2.05,18,2.71,1.5,7
+stinky,3.16,0.9,19,3.76,1.82,17,4.29,2.23,17,3.0,0.89,11,3.38,0.92,8,3.5,1.91,4,3.85,1.86,13,4.38,2.67,8,4.22,1.92,9,3.38,0.74,8,3.0,1.0,11,3.14,1.68,7,4.2,1.87,10,5.5,2.35,6,3.64,1.96,11,3.15,1.07,13,3.17,0.41,6,3.4,1.9,10,4.29,1.7,7,4.14,2.61,7,4.4,2.07,10
+stint,4.57,1.69,21,3.33,2.48,24,5.65,2.28,20,4.75,1.75,8,4.46,1.71,13,5.33,1.63,6,2.67,2.38,18,6.0,2.32,11,5.22,2.28,9,4.58,1.62,12,4.56,1.88,9,4.2,2.97,10,2.71,1.94,14,6.08,2.14,13,4.86,2.48,7,4.79,1.72,14,4.14,1.68,7,4.12,2.53,16,1.75,1.49,8,5.58,2.02,12,5.75,2.76,8
+stipend,6.05,2.18,21,3.77,2.43,22,4.41,2.17,27,5.7,2.36,10,6.36,2.06,11,2.43,1.81,7,4.4,2.47,15,4.35,2.21,17,4.5,2.22,10,6.27,2.1,11,5.8,2.35,10,3.4,3.05,5,3.88,2.32,17,3.71,1.73,14,5.15,2.41,13,5.46,2.47,13,7.0,1.2,8,4.1,3.07,10,3.5,1.83,12,3.71,1.77,14,5.15,2.38,13
+stipulate,4.86,1.24,21,4.11,1.76,19,5.71,2.1,21,4.6,1.82,5,4.93,1.1,15,4.62,1.6,8,3.73,1.85,11,5.2,1.55,10,6.18,2.48,11,4.83,1.19,12,4.89,1.36,9,4.0,1.76,10,4.22,1.86,9,5.08,2.27,12,6.56,1.59,9,4.36,1.12,11,5.4,1.17,10,3.62,2.0,8,4.45,1.57,11,5.11,1.54,9,6.17,2.41,12
+stir,5.35,1.42,20,3.05,2.04,21,6.71,2.31,21,5.38,1.61,13,5.29,1.11,7,3.09,2.02,11,3.22,2.17,9,6.0,2.76,6,7.0,2.14,15,5.44,1.94,9,5.27,0.9,11,2.91,2.17,11,3.2,1.99,10,6.23,2.52,13,7.5,1.77,8,5.18,1.6,11,5.56,1.24,9,2.62,2.18,13,3.75,1.67,8,7.5,1.62,12,5.67,2.74,9
+stitch,4.95,1.99,21,3.36,2.25,25,5.11,2.49,19,5.22,1.72,9,4.75,2.22,12,2.83,1.72,6,3.56,2.48,18,4.0,2.52,7,5.75,2.34,12,4.94,2.08,16,5.0,1.87,5,3.43,2.53,14,3.3,2.06,10,4.11,2.8,9,6.0,1.89,10,5.08,2.11,12,4.78,1.92,9,3.44,2.31,16,3.22,2.28,9,4.55,2.66,11,5.88,2.17,8
+stitching,4.68,1.95,19,3.52,2.16,21,5.45,1.96,20,5.67,1.53,3,4.5,2.0,16,4.83,2.93,6,3.0,1.6,15,5.33,1.86,6,5.5,2.07,14,5.6,1.35,10,3.67,2.06,9,2.43,1.13,7,4.07,2.37,14,5.6,2.17,10,5.3,1.83,10,4.75,2.38,8,4.64,1.69,11,3.44,2.19,9,3.58,2.23,12,4.62,2.5,8,6.0,1.35,12
+stock,5.5,1.44,22,3.5,2.46,20,4.62,2.18,24,5.6,1.68,15,5.29,0.76,7,3.6,2.7,5,3.47,2.47,15,5.31,1.84,13,3.82,2.36,11,5.3,1.49,10,5.67,1.44,12,4.57,2.99,7,2.92,2.02,13,4.64,1.91,11,4.62,2.47,13,5.55,0.69,11,5.45,1.97,11,2.4,1.51,10,4.6,2.8,10,4.56,2.46,9,4.67,2.09,15
+stockade,2.67,1.32,21,4.67,2.26,24,4.36,2.26,22,2.38,1.41,8,2.85,1.28,13,4.83,2.55,12,4.5,2.02,12,4.69,2.36,13,3.89,2.15,9,2.38,1.41,8,2.75,1.29,12,5.54,1.76,13,3.64,2.42,11,5.25,1.6,12,3.3,2.54,10,2.2,1.23,10,3.09,1.3,11,4.12,2.42,17,6.0,1.0,7,4.7,2.91,10,4.08,1.62,12
+stockbroker,4.05,2.18,21,3.1,2.27,20,5.44,2.79,18,4.0,2.6,9,4.08,1.93,12,3.4,2.63,10,2.8,1.93,10,6.4,2.55,10,4.25,2.76,8,3.86,2.41,7,4.08,2.22,13,3.22,2.77,9,3.0,1.9,11,5.71,3.64,7,5.27,2.28,11,4.38,2.47,13,3.5,1.6,8,2.78,2.11,9,3.36,2.46,11,6.0,2.45,9,4.89,3.14,9
+stockholder,4.9,1.52,20,3.5,2.28,20,4.4,2.53,25,4.33,1.53,3,5.0,1.54,17,3.71,2.14,7,3.42,2.54,12,4.38,2.5,8,4.41,2.62,17,5.0,1.15,7,4.85,1.72,13,4.57,2.51,7,2.92,2.11,12,4.0,2.66,14,4.91,2.39,11,5.33,1.12,9,4.55,1.75,11,3.45,2.46,11,3.56,2.19,9,4.11,2.63,18,5.14,2.27,7
+stocking,5.33,1.74,21,4.08,1.91,24,5.0,2.23,22,4.62,1.51,8,5.77,1.79,13,3.92,2.06,13,4.27,1.79,11,5.77,2.28,13,3.89,1.69,9,5.38,2.26,8,5.5,1.31,12,4.79,1.72,14,3.1,1.79,10,5.25,2.34,12,4.7,2.16,10,4.6,2.07,10,6.0,1.1,11,3.71,2.08,17,5.0,1.0,7,5.5,2.51,10,4.58,1.98,12
+stockings,6.21,1.93,19,4.81,2.73,21,4.81,1.91,16,6.73,1.85,11,5.71,1.98,7,5.5,2.27,8,4.38,2.99,13,4.5,2.43,6,5.0,1.63,10,6.25,1.67,8,6.18,2.18,11,4.44,3.0,9,5.08,2.61,12,4.5,1.77,8,5.12,2.1,8,6.08,2.07,12,6.43,1.81,7,4.0,3.06,10,5.55,2.3,11,4.11,2.09,9,5.71,1.25,7
+stockpile,5.53,2.44,19,4.55,2.2,22,5.5,1.91,24,4.0,2.76,6,6.23,2.01,13,5.0,2.09,12,4.0,2.31,10,5.25,1.67,8,5.62,2.06,16,5.2,2.25,10,5.89,2.71,9,5.89,1.69,9,3.62,2.06,13,5.35,1.9,17,6.0,2.19,6,6.25,2.43,8,5.0,2.41,11,4.44,2.46,9,4.62,2.1,13,5.62,1.96,16,5.25,1.91,8
+stockroom,4.86,1.2,21,3.26,2.3,23,5.62,1.83,26,5.18,0.75,11,4.5,1.51,10,4.0,2.72,11,2.58,1.68,12,5.55,2.25,11,5.86,1.41,14,4.5,1.51,10,5.18,0.75,11,4.45,2.5,11,2.17,1.47,12,5.82,1.88,17,5.5,1.69,8,4.77,1.54,13,5.0,0.0,8,3.2,2.31,15,3.38,2.45,8,5.82,1.98,17,5.22,1.56,9
+stoic,4.47,1.39,19,3.29,1.65,21,6.04,2.34,23,4.67,0.58,3,4.44,1.5,16,4.38,0.92,8,2.62,1.66,13,5.11,2.47,9,6.64,2.13,14,4.56,1.67,9,4.4,1.17,10,3.78,1.72,9,2.92,1.56,12,6.53,2.53,15,5.12,1.73,8,4.57,1.27,7,4.42,1.51,12,3.5,1.65,10,3.09,1.7,11,6.23,2.98,13,5.8,1.23,10
+stomach,4.53,1.47,19,3.76,1.73,21,5.4,1.95,43,5.22,0.83,9,3.9,1.66,10,4.43,1.51,7,3.43,1.79,14,5.41,1.7,17,5.38,2.14,26,5.0,0.58,7,4.25,1.76,12,3.8,1.75,10,3.73,1.79,11,5.67,1.8,27,4.94,2.17,16,4.2,1.99,10,4.89,0.33,9,3.69,1.65,13,3.88,1.96,8,5.08,2.17,24,5.79,1.62,19
+stomachache,2.16,1.42,19,5.21,2.27,19,4.1,2.17,20,2.0,1.73,3,2.27,1.44,15,5.6,2.07,10,4.78,2.54,9,4.4,2.72,10,3.8,1.55,10,2.0,1.55,6,2.33,1.44,12,5.0,1.83,7,5.33,2.57,12,3.0,1.69,8,4.83,2.21,12,2.08,1.51,12,2.29,1.38,7,5.33,2.69,9,5.1,1.97,10,3.67,1.73,9,4.45,2.5,11
+stomp,3.9,1.77,20,4.82,2.58,22,6.44,2.24,27,4.71,2.36,7,3.46,1.27,13,5.2,2.35,10,4.5,2.81,12,6.27,2.52,15,6.73,2.0,11,3.73,1.19,11,4.11,2.37,9,5.11,2.32,9,4.62,2.81,13,7.18,1.74,17,5.11,2.67,9,4.23,1.79,13,3.29,1.7,7,4.38,2.42,16,6.0,2.83,6,6.42,2.54,12,6.47,2.07,15
+stone,4.81,1.66,21,3.25,2.2,20,7.26,2.31,19,4.85,1.57,13,4.75,1.91,8,3.57,1.81,7,3.08,2.43,13,7.71,1.7,7,7.0,2.63,12,5.25,1.36,12,4.22,1.92,9,2.56,1.59,9,3.82,2.52,11,7.4,1.9,10,7.11,2.8,9,4.92,1.51,12,4.67,1.94,9,3.86,1.57,7,2.92,2.47,13,7.86,1.86,7,6.92,2.54,12
+stonewall,4.58,1.72,24,3.7,2.23,20,5.24,2.23,21,4.88,1.13,8,4.44,1.97,16,4.12,2.36,8,3.42,2.19,12,5.36,2.25,11,5.1,2.33,10,4.43,1.62,7,4.65,1.8,17,4.0,2.26,10,3.4,2.27,10,5.14,2.44,14,5.43,1.9,7,4.89,1.96,9,4.4,1.59,15,3.71,2.3,14,3.67,2.25,6,5.0,2.49,12,5.56,1.94,9
+stony,4.53,1.35,19,4.09,2.52,22,4.96,2.28,28,5.0,0.53,8,4.18,1.66,11,4.88,2.8,8,3.64,2.34,14,5.0,2.29,14,4.93,2.37,14,4.33,1.32,9,4.7,1.42,10,4.33,2.46,12,3.8,2.7,10,4.36,2.44,14,5.57,2.03,14,4.8,1.32,10,4.22,1.39,9,4.0,2.65,11,4.18,2.52,11,5.17,1.9,12,4.81,2.59,16
+stooge,3.3,2.2,20,3.75,2.15,20,3.55,2.36,22,3.33,2.42,6,3.29,2.2,14,3.5,2.2,8,3.92,2.19,12,3.5,2.68,12,3.6,2.07,10,4.11,2.15,9,2.64,2.11,11,3.89,1.9,9,3.64,2.42,11,3.0,2.08,7,3.8,2.51,15,3.7,2.45,10,2.9,1.97,10,3.46,2.03,13,4.29,2.43,7,3.58,2.97,12,3.5,1.51,10
+stool,4.47,1.61,43,2.39,1.69,18,5.2,2.27,25,4.5,1.47,22,4.43,1.78,21,2.83,1.83,6,2.17,1.64,12,6.0,2.31,10,4.67,2.16,15,4.36,1.94,22,4.57,1.21,21,2.2,1.62,10,2.62,1.85,8,5.29,2.06,7,5.17,2.41,18,4.31,1.81,26,4.71,1.26,17,2.11,1.54,9,2.67,1.87,9,4.67,2.06,9,5.5,2.39,16
+stoop,4.67,1.96,21,3.17,1.9,23,4.29,2.26,21,5.8,2.77,5,4.31,1.58,16,4.08,1.73,12,2.18,1.6,11,3.91,2.17,11,4.22,1.99,9,4.33,2.31,12,5.11,1.36,9,3.25,1.91,16,3.0,2.0,7,3.73,1.19,11,4.9,3.0,10,4.85,1.91,13,4.38,2.13,8,3.11,1.94,19,3.5,1.91,4,4.07,1.98,14,4.71,2.87,7
+stop,4.73,1.16,22,4.14,2.5,21,5.06,2.7,17,4.0,1.79,6,5.0,0.76,15,4.43,3.41,7,4.0,2.04,14,5.22,2.73,9,4.88,2.85,8,4.43,1.28,14,5.29,0.76,7,5.0,2.74,9,3.5,2.2,12,5.44,3.61,9,4.62,1.19,8,4.71,1.33,14,4.75,0.89,8,4.33,3.14,6,4.07,2.31,15,5.89,3.06,9,4.12,2.03,8
+stopover,4.5,1.4,20,3.43,2.04,23,5.33,2.22,21,4.78,1.09,9,4.27,1.62,11,3.45,2.16,11,3.42,2.02,12,5.0,1.51,8,5.54,2.6,13,4.71,1.07,14,4.0,2.0,6,3.67,2.18,9,3.29,2.02,14,5.0,2.2,8,5.54,2.3,13,4.5,1.51,10,4.5,1.35,10,3.62,2.33,13,3.2,1.69,10,5.67,2.19,12,4.89,2.32,9
+stopper,4.65,1.27,20,4.35,1.98,20,5.74,2.43,34,4.9,0.88,10,4.4,1.58,10,4.25,1.91,8,4.42,2.11,12,6.57,2.24,14,5.15,2.43,20,5.0,1.0,9,4.36,1.43,11,4.46,1.85,13,4.14,2.34,7,5.91,2.64,22,5.42,2.07,12,4.6,1.35,10,4.7,1.25,10,4.43,2.06,14,4.17,1.94,6,5.59,2.35,17,5.88,2.57,17
+stopwatch,5.05,1.36,20,4.05,2.17,22,6.21,2.3,19,4.67,1.32,9,5.36,1.36,11,3.0,2.55,5,4.44,2.06,16,6.5,2.74,6,6.08,2.18,13,5.36,1.22,14,4.33,1.51,6,3.67,2.06,12,4.67,2.4,9,5.11,1.83,9,7.2,2.3,10,5.0,1.56,10,5.1,1.2,10,3.25,2.09,12,5.0,1.94,10,7.67,1.75,6,5.54,2.26,13
+storage,4.95,1.7,20,3.68,2.42,22,6.23,2.18,26,5.29,1.7,7,4.77,1.74,13,3.7,2.16,10,3.67,2.71,12,6.2,2.37,15,6.6,1.78,10,5.18,1.08,11,4.67,2.29,9,3.33,1.73,9,3.92,2.84,13,6.69,1.99,16,5.78,2.33,9,5.23,1.92,13,4.43,1.13,7,3.69,2.6,16,3.67,2.07,6,5.5,2.61,12,6.86,1.56,14
+store,5.94,1.76,18,3.43,1.99,21,5.44,1.54,18,5.62,1.19,8,6.2,2.15,10,3.57,2.57,7,3.36,1.74,14,5.09,0.7,11,6.0,2.31,7,5.64,1.12,11,6.43,2.51,7,4.11,2.37,9,2.92,1.56,12,5.82,1.47,11,4.86,1.57,7,5.42,1.56,12,7.0,1.79,6,3.42,2.02,12,3.44,2.07,9,5.56,1.51,9,5.33,1.66,9
+storefront,5.76,1.84,21,3.0,1.98,23,5.22,2.29,18,6.33,1.73,9,5.33,1.87,12,3.18,1.72,11,2.83,2.25,12,5.1,2.28,10,5.38,2.45,8,5.57,2.3,7,5.77,1.69,13,3.0,1.84,11,3.0,2.17,12,5.14,2.54,7,5.27,2.24,11,5.77,1.92,13,5.75,1.83,8,3.0,2.19,11,3.0,1.86,12,4.89,1.76,9,5.56,2.79,9
+storeroom,5.43,1.36,21,2.9,2.17,21,5.68,2.23,25,5.42,0.9,12,5.44,1.88,9,4.14,2.34,7,2.29,1.86,14,5.7,2.41,10,5.67,2.19,15,6.0,2.0,4,5.29,1.21,17,3.0,2.67,10,2.82,1.72,11,5.57,2.15,7,5.72,2.32,18,5.75,1.71,12,5.0,0.5,9,3.08,2.33,13,2.62,2.0,8,4.89,2.03,9,6.12,2.28,16
+storm,5.74,2.51,19,5.86,2.73,22,3.72,2.61,18,6.11,2.03,9,5.4,2.95,10,5.62,2.83,8,6.0,2.77,14,3.5,2.55,10,4.0,2.83,8,6.44,2.35,9,5.1,2.6,10,6.1,2.6,10,5.67,2.93,12,4.29,2.75,7,3.36,2.58,11,5.25,2.63,12,6.57,2.23,7,5.38,3.42,8,6.14,2.35,14,3.67,2.35,9,3.78,2.99,9
+stormy,5.14,2.08,22,6.52,2.45,23,4.53,2.59,19,4.88,1.81,8,5.0,2.08,13,6.25,2.49,8,6.71,2.58,14,4.29,2.69,7,4.45,2.66,11,5.38,1.92,8,4.69,1.97,13,6.56,3.0,9,6.5,2.14,14,3.86,2.19,7,4.92,2.81,12,5.18,2.09,11,5.09,2.17,11,6.67,3.12,9,6.43,2.03,14,4.38,2.6,16,5.33,2.89,3
+story,7.27,1.24,22,3.52,2.54,21,5.33,2.03,18,7.0,1.55,6,7.33,1.18,15,2.43,2.07,7,4.07,2.64,14,4.89,2.32,9,6.0,1.69,8,7.43,1.34,14,6.86,1.07,7,2.89,2.32,9,4.0,2.7,12,5.0,2.4,10,5.75,1.49,8,6.93,1.44,14,7.88,0.35,8,4.17,3.19,6,3.27,2.31,15,5.2,2.2,10,5.5,1.93,8
+storybook,6.76,2.02,21,3.4,2.33,20,6.32,2.56,25,6.25,2.26,12,7.44,1.51,9,3.71,2.69,7,3.23,2.2,13,6.3,2.63,10,6.33,2.61,15,7.75,1.89,4,6.53,2.03,17,4.78,2.22,9,2.27,1.79,11,4.86,3.13,7,6.89,2.14,18,7.0,1.76,12,6.44,2.4,9,4.08,2.47,12,2.38,1.77,8,6.11,3.02,9,6.44,2.37,16
+storyteller,6.67,1.43,21,4.29,2.6,24,5.9,2.49,20,6.0,1.51,8,7.08,1.26,13,6.5,1.87,6,3.56,2.41,18,5.73,2.69,11,6.11,2.37,9,6.42,1.62,12,7.0,1.12,9,5.2,1.99,10,3.64,2.84,14,5.38,2.79,13,6.86,1.57,7,6.71,1.64,14,6.57,0.98,7,5.44,2.28,16,2.0,1.41,8,6.33,2.39,12,5.25,2.66,8
+storytelling,7.0,1.3,20,4.4,2.09,20,6.18,1.97,22,7.0,1.15,7,7.0,1.41,13,5.11,2.2,9,3.82,1.89,11,5.67,2.34,6,6.38,1.86,16,7.1,1.6,10,6.89,1.05,9,4.0,2.56,8,4.67,1.78,12,6.13,1.96,15,6.29,2.14,7,7.27,1.27,11,6.67,1.32,9,4.67,2.06,12,4.0,2.2,8,5.73,2.37,11,6.64,1.43,11
+stout,5.29,1.85,21,3.35,2.28,20,4.86,2.92,22,6.33,1.75,6,4.87,1.77,15,3.75,2.55,8,3.08,2.15,12,4.67,2.74,12,5.1,3.25,10,5.78,2.11,9,4.92,1.62,12,3.89,2.37,9,2.91,2.21,11,4.0,2.45,7,5.27,3.1,15,6.0,1.76,10,4.64,1.75,11,3.46,2.26,13,3.14,2.48,7,4.92,3.4,12,4.8,2.39,10
+stove,5.63,1.41,41,3.82,2.16,44,6.08,2.04,24,5.59,1.66,17,5.67,1.24,24,3.57,1.99,21,4.04,2.33,23,4.88,1.46,8,6.69,2.06,16,5.45,1.22,22,5.84,1.61,19,3.45,1.95,22,4.18,2.34,22,6.0,1.97,17,6.5,2.51,6,5.58,1.42,26,5.73,1.44,15,4.0,2.17,24,3.6,2.19,20,6.19,2.07,16,5.88,2.1,8
+stow,5.0,1.45,19,2.9,2.27,20,5.04,1.94,23,5.0,1.53,13,5.0,1.41,6,4.4,3.29,5,2.4,1.68,15,5.42,1.68,12,4.64,2.2,11,5.33,1.41,9,4.7,1.49,10,4.29,2.93,7,2.15,1.46,13,5.27,2.05,11,4.83,1.9,12,5.22,1.39,9,4.8,1.55,10,2.6,2.27,10,3.2,2.35,10,5.25,2.43,8,4.93,1.71,15
+stowaway,4.35,1.57,20,4.23,2.37,26,4.83,2.15,23,4.22,1.86,9,4.45,1.37,11,3.2,2.35,10,4.88,2.22,16,4.56,2.01,9,5.0,2.29,14,4.71,0.76,7,4.15,1.86,13,4.46,2.54,13,4.0,2.27,13,5.0,1.95,12,4.64,2.42,11,4.09,1.45,11,4.67,1.73,9,3.6,2.38,15,5.09,2.17,11,5.31,2.02,13,4.2,2.25,10
+straddle,5.62,1.43,21,5.0,2.54,22,5.15,2.2,27,6.1,1.37,10,5.18,1.4,11,5.57,3.21,7,4.73,2.25,15,4.88,2.52,17,5.6,1.51,10,5.82,1.72,11,5.4,1.07,10,3.0,2.12,5,5.59,2.4,17,5.0,2.77,14,5.31,1.44,13,5.54,1.56,13,5.75,1.28,8,4.5,2.88,10,5.42,2.27,12,5.29,2.43,14,5.0,2.0,13
+straighten,6.26,1.76,19,3.0,2.3,21,5.88,1.75,24,6.5,3.11,4,6.2,1.37,15,2.75,2.87,4,3.06,2.25,17,6.11,1.9,9,5.73,1.71,15,6.43,1.4,7,6.17,1.99,12,2.4,2.07,10,3.55,2.46,11,5.54,1.9,13,6.27,1.56,11,6.45,1.51,11,6.0,2.14,8,2.9,2.18,10,3.09,2.51,11,5.78,1.99,18,6.17,0.75,6
+straightforward,6.14,1.2,21,4.04,2.16,26,6.3,2.12,23,6.33,1.5,9,6.0,0.95,12,2.7,1.7,10,4.88,2.03,16,5.89,2.42,9,6.57,1.95,14,6.0,1.15,7,6.21,1.25,14,4.46,2.11,13,3.62,2.22,13,5.42,2.35,12,7.27,1.35,11,6.18,0.98,11,6.1,1.45,10,4.07,2.49,15,4.0,1.73,11,5.92,2.29,13,6.8,1.87,10
+strain,3.71,1.93,21,4.78,2.0,23,4.08,1.87,26,4.18,1.94,11,3.2,1.87,10,5.18,1.89,11,4.42,2.11,12,3.36,1.43,11,4.57,2.1,14,4.0,2.05,10,3.45,1.86,11,5.0,2.14,11,4.58,1.93,12,4.12,1.93,17,3.88,1.96,8,3.85,1.91,13,3.5,2.07,8,4.87,1.81,15,4.62,2.45,8,4.24,2.05,17,3.78,1.56,9
+straitjacket,2.71,1.9,21,5.1,2.81,20,3.97,2.6,36,3.0,1.41,8,2.54,2.18,13,6.2,1.3,5,4.73,3.1,15,4.0,3.16,11,3.96,2.39,25,2.92,1.75,13,2.38,2.2,8,6.25,2.26,12,3.38,2.77,8,4.2,2.61,20,3.69,2.65,16,3.36,2.06,11,2.0,1.49,10,5.55,3.21,11,4.56,2.3,9,3.91,2.69,22,4.07,2.56,14
+strand,5.0,1.8,22,3.27,1.98,22,5.15,2.37,20,5.38,1.51,8,4.79,1.97,14,3.2,2.15,10,3.33,1.92,12,6.14,3.02,7,4.62,1.85,13,5.09,2.21,11,4.91,1.38,11,3.0,1.84,11,3.55,2.16,11,5.47,2.59,15,4.2,1.3,5,4.3,1.42,10,5.58,1.93,12,3.7,1.7,10,2.92,2.19,12,5.5,1.51,10,4.8,3.05,10
+strange,4.72,0.96,18,3.5,2.35,20,5.28,1.87,18,4.88,1.36,8,4.6,0.52,10,4.0,2.65,7,3.23,2.24,13,5.27,2.0,11,5.29,1.8,7,4.82,1.17,11,4.57,0.53,7,3.33,2.65,9,3.64,2.2,11,5.09,2.07,11,5.57,1.62,7,4.75,0.97,12,4.67,1.03,6,2.92,2.27,12,4.38,2.33,8,6.33,1.8,9,4.22,1.3,9
+stranger,4.09,1.63,22,5.8,2.28,20,4.84,2.46,19,4.69,1.65,13,3.22,1.2,9,5.57,2.44,7,5.92,2.29,13,4.14,2.61,7,5.25,2.38,12,4.5,1.83,12,3.6,1.26,10,5.0,2.45,9,6.45,2.02,11,4.8,2.44,10,4.89,2.62,9,4.17,1.9,12,4.0,1.33,10,5.71,2.69,7,5.85,2.15,13,5.86,2.48,7,4.25,2.34,12
+strangle,3.0,2.2,20,5.43,2.4,21,3.62,2.8,34,3.4,2.01,10,2.6,2.41,10,4.38,2.26,8,6.08,2.33,13,3.36,2.71,14,3.8,2.91,20,2.78,1.48,9,3.18,2.71,11,5.38,2.22,13,5.5,2.83,8,3.73,2.9,22,3.42,2.71,12,2.6,1.51,10,3.4,2.76,10,4.79,2.55,14,6.71,1.5,7,4.35,2.78,17,2.88,2.69,17
+strangulation,2.79,1.93,19,5.5,2.8,24,3.21,2.79,28,3.12,2.1,8,2.55,1.86,11,5.22,2.64,9,5.67,2.97,15,3.14,2.48,14,3.29,3.17,14,2.11,1.54,9,3.4,2.12,10,5.25,2.86,12,5.75,2.83,12,2.21,2.26,14,4.21,2.99,14,2.8,2.04,10,2.78,1.92,9,5.92,2.87,12,5.08,2.78,12,3.0,2.63,12,3.38,2.99,16
+strap,5.1,1.21,20,4.23,2.31,22,5.71,2.31,21,5.33,0.87,9,4.91,1.45,11,4.1,2.64,10,4.33,2.1,12,4.0,2.27,8,6.77,1.64,13,5.29,0.73,14,4.67,1.97,6,4.0,2.83,8,4.36,2.06,14,5.25,2.05,8,6.0,2.48,13,5.3,0.82,10,4.9,1.52,10,4.5,2.24,12,3.9,2.47,10,6.17,2.04,12,5.11,2.62,9
+strapless,5.65,1.98,20,5.25,2.0,20,5.33,2.54,21,6.67,1.21,6,5.21,2.12,14,6.25,2.12,8,4.58,1.68,12,4.91,2.81,11,5.8,2.25,10,6.4,1.52,5,5.4,2.1,15,5.6,2.63,10,4.9,1.1,10,5.14,2.66,14,5.71,2.43,7,6.43,2.15,7,5.23,1.83,13,5.21,2.29,14,5.33,1.21,6,6.0,2.86,12,4.44,1.81,9
+strapping,4.77,1.82,22,4.77,2.43,22,5.63,2.31,19,5.5,1.51,8,4.31,1.97,13,5.38,2.67,8,4.54,2.37,13,6.0,2.0,7,5.18,2.52,11,5.62,1.6,8,4.23,1.88,13,5.56,2.74,9,4.23,2.13,13,4.0,2.16,7,6.58,1.88,12,4.45,2.21,11,5.09,1.38,11,3.78,2.91,9,5.46,1.85,13,5.88,2.19,16,4.33,3.06,3
+strategic,6.57,1.36,21,4.32,2.28,22,6.29,1.85,21,7.0,1.41,9,6.25,1.29,12,4.5,2.35,6,4.07,2.28,15,7.0,1.41,6,6.0,1.96,15,6.11,1.45,9,6.92,1.24,12,6.6,1.14,5,3.65,2.09,17,5.4,2.07,10,7.09,1.22,11,7.17,1.27,12,5.78,1.09,9,4.33,2.29,9,4.31,2.36,13,6.25,2.18,12,6.33,1.41,9
+strategist,5.29,1.62,21,5.15,1.69,20,5.76,2.49,21,6.17,1.17,6,4.93,1.67,15,5.12,2.42,8,5.17,1.11,12,5.45,2.81,11,6.1,2.18,10,5.67,2.07,6,5.13,1.46,15,4.9,2.13,10,5.4,1.17,10,5.43,2.79,14,6.43,1.72,7,5.29,1.8,7,5.29,1.59,14,5.21,2.01,14,5.0,0.63,6,5.58,2.84,12,6.0,2.06,9
+strategy,5.95,1.66,21,4.15,2.51,26,6.67,1.93,24,6.44,2.3,9,5.58,0.9,12,3.8,2.86,10,4.38,2.33,16,7.0,1.12,9,6.47,2.29,15,6.43,1.13,7,5.71,1.86,14,4.46,2.63,13,3.85,2.44,13,6.0,2.0,12,7.33,1.67,12,5.09,1.58,11,6.9,1.2,10,3.73,2.6,15,4.73,2.37,11,6.62,2.14,13,6.73,1.74,11
+stratosphere,5.52,1.89,21,4.19,2.16,21,4.48,2.14,25,6.09,2.02,11,4.9,1.6,10,4.67,2.4,9,3.83,1.99,12,4.55,2.42,11,4.43,1.99,14,5.4,2.07,10,5.64,1.8,11,4.78,2.33,9,3.75,2.01,12,5.0,2.18,17,3.38,1.69,8,5.77,2.13,13,5.12,1.46,8,4.31,2.18,13,4.0,2.27,8,4.0,1.9,16,5.33,2.4,9
+straw,5.89,1.75,18,2.35,1.6,20,5.24,2.09,25,5.2,1.1,5,6.15,1.91,13,2.82,1.83,11,1.78,1.09,9,5.06,2.05,16,5.56,2.24,9,5.43,2.07,7,6.18,1.54,11,1.89,1.62,9,2.73,1.56,11,5.1,2.2,20,5.8,1.64,5,5.33,1.66,9,6.44,1.74,9,1.82,1.17,11,3.0,1.87,9,5.21,1.96,19,5.33,2.66,6
+strawberry,7.25,1.52,20,4.05,2.68,22,5.54,2.58,26,6.71,2.43,7,7.54,0.66,13,3.6,1.84,10,4.42,3.26,12,5.47,2.33,15,5.9,3.03,10,6.91,1.92,11,7.67,0.71,9,4.22,1.56,9,3.92,3.3,13,5.69,2.98,16,5.56,1.81,9,6.85,1.72,13,8.0,0.58,7,4.06,2.64,16,4.0,3.03,6,5.08,2.47,12,5.93,2.7,14
+stray,4.14,1.28,22,3.71,2.37,21,5.68,1.78,22,4.14,1.29,14,4.12,1.36,8,3.45,2.38,11,4.22,2.49,9,6.5,1.38,6,5.38,1.86,16,4.4,1.35,10,3.92,1.24,12,3.0,2.32,11,4.5,2.27,10,5.38,1.71,13,6.11,1.9,9,4.08,1.44,12,4.2,1.14,10,3.31,2.36,13,4.38,2.39,8,5.33,1.61,12,6.1,1.97,10
+streak,5.37,2.01,19,4.5,2.44,22,5.3,1.89,23,5.27,2.2,11,5.43,1.99,7,5.0,2.45,8,4.21,2.49,14,4.86,2.19,7,5.5,1.79,16,5.0,2.39,8,5.64,1.75,11,4.0,2.0,9,4.85,2.73,13,5.27,1.95,11,5.33,1.92,12,4.92,2.02,12,6.14,1.86,7,3.82,2.6,11,5.18,2.18,11,6.23,1.24,13,4.1,1.97,10
+stream,6.9,2.0,21,4.35,2.78,20,5.09,2.49,22,7.0,2.19,6,6.87,2.0,15,4.75,2.71,8,4.08,2.91,12,4.75,2.7,12,5.5,2.27,10,6.56,1.94,9,7.17,2.08,12,4.44,2.74,9,4.27,2.94,11,5.14,2.61,7,5.07,2.52,15,6.3,2.54,10,7.45,1.21,11,4.15,3.02,13,4.71,2.43,7,4.92,2.64,12,5.3,2.41,10
+streamline,5.3,1.45,20,3.64,1.97,22,5.84,1.95,19,5.33,2.18,9,5.27,0.47,11,3.8,1.92,5,3.62,2.09,16,6.67,1.86,6,5.46,1.94,13,5.07,1.59,14,5.83,0.98,6,3.25,1.66,12,4.22,2.39,9,4.89,0.93,9,6.7,2.26,10,5.2,1.03,10,5.4,1.84,10,3.0,1.95,12,4.4,1.78,10,6.83,1.6,6,5.38,1.98,13
+street,5.07,1.0,42,3.45,2.18,22,5.41,1.87,22,5.07,1.14,14,5.07,0.94,28,3.67,2.23,12,3.2,2.2,10,5.4,1.43,10,5.42,2.23,12,5.33,1.14,18,4.88,0.85,24,4.11,2.2,9,3.0,2.12,13,5.0,1.79,11,5.82,1.94,11,4.92,0.98,26,5.31,1.01,16,3.0,1.8,9,3.77,2.42,13,5.0,1.9,11,5.82,1.83,11
+streetcar,5.44,1.72,18,3.75,2.53,20,5.24,2.15,25,6.4,1.34,5,5.08,1.75,13,4.55,2.94,11,2.78,1.56,9,4.44,2.03,16,6.67,1.58,9,5.0,2.08,7,5.73,1.49,11,4.33,3.04,9,3.27,2.05,11,5.05,2.24,20,6.0,1.73,5,5.56,1.74,9,5.33,1.8,9,3.36,2.58,11,4.22,2.54,9,4.84,2.14,19,6.5,1.76,6
+streetlight,4.9,1.61,21,3.78,2.21,23,5.38,1.79,26,4.82,1.4,11,5.0,1.89,10,3.82,2.18,11,3.75,2.34,12,5.45,1.69,11,5.36,1.98,14,4.7,2.11,10,5.09,1.04,11,4.64,2.16,11,3.0,2.04,12,5.47,1.94,17,5.25,1.67,8,4.92,2.06,13,4.88,0.35,8,3.6,2.1,15,4.12,2.53,8,5.47,2.03,17,5.22,1.3,9
+strength,6.73,2.31,22,5.3,2.83,20,7.42,2.17,19,6.15,2.7,13,7.56,1.33,9,6.29,1.8,7,4.77,3.19,13,6.71,2.75,7,7.83,1.75,12,7.0,2.56,12,6.4,2.07,10,5.78,2.49,9,4.91,3.14,11,6.9,2.33,10,8.0,1.94,9,7.25,2.34,12,6.1,2.23,10,6.43,1.72,7,4.69,3.17,13,7.43,2.15,7,7.42,2.27,12
+strengthen,7.21,1.08,19,4.7,2.52,20,6.0,2.26,23,7.38,1.12,13,6.83,0.98,6,6.2,1.92,5,4.2,2.54,15,6.58,1.88,12,5.36,2.54,11,7.11,1.27,9,7.3,0.95,10,6.57,1.99,7,3.69,2.21,13,5.45,1.86,11,6.5,2.54,12,6.89,0.93,9,7.5,1.18,10,5.0,2.4,10,4.4,2.72,10,7.0,1.87,9,5.36,2.31,14
+strenuous,4.14,2.12,22,5.14,2.51,22,4.65,1.76,20,4.75,2.6,8,3.79,1.81,14,5.3,2.91,10,5.0,2.26,12,5.57,1.9,7,4.15,1.52,13,4.09,2.26,11,4.18,2.09,11,4.73,2.2,11,5.55,2.84,11,4.53,2.0,15,5.0,0.71,5,4.1,1.66,10,4.17,2.52,12,5.7,2.36,10,4.67,2.64,12,4.1,1.37,10,5.2,1.99,10
+strep,2.77,1.97,22,4.21,1.69,19,3.48,2.06,21,3.0,2.0,5,2.69,2.09,16,4.25,1.75,8,4.18,1.72,11,3.6,2.22,10,3.36,2.01,11,2.5,1.51,12,3.1,2.47,10,4.5,1.72,10,3.89,1.69,9,2.67,1.56,12,4.56,2.24,9,2.18,1.54,11,3.36,2.25,11,3.88,2.23,8,4.45,1.21,11,4.0,1.8,9,3.08,2.23,12
+stress,1.79,0.92,19,4.72,2.95,18,3.85,2.64,20,1.83,0.98,6,1.77,0.93,13,4.33,2.94,6,4.92,3.06,12,4.29,2.69,7,3.62,2.69,13,1.8,0.92,10,1.78,0.97,9,5.1,3.18,10,4.25,2.76,8,3.6,2.44,15,4.6,3.36,5,1.62,0.92,8,1.91,0.94,11,3.22,3.11,9,6.22,1.92,9,4.2,2.82,10,3.5,2.55,10
+stressful,2.62,1.36,21,5.65,2.87,20,3.97,2.36,36,2.88,1.46,8,2.46,1.33,13,6.4,2.41,5,5.4,3.04,15,3.73,2.45,11,4.08,2.36,25,2.85,1.52,13,2.25,1.04,8,6.0,2.98,12,5.12,2.8,8,4.25,2.36,20,3.62,2.39,16,3.09,1.51,11,2.1,0.99,10,6.36,2.87,11,4.78,2.77,9,4.0,2.49,22,3.93,2.23,14
+stretch,5.0,1.6,19,4.73,1.91,22,6.23,1.72,22,5.44,0.73,9,4.6,2.07,10,5.25,1.39,8,4.43,2.14,14,6.09,1.81,11,6.36,1.69,11,5.29,0.76,7,4.83,1.95,12,5.0,1.41,10,4.5,2.28,12,6.38,1.66,13,6.0,1.87,9,4.4,1.78,10,5.67,1.12,9,4.62,2.33,8,4.79,1.72,14,6.29,1.86,14,6.12,1.55,8
+stretcher,3.1,2.0,20,3.82,2.56,22,5.04,2.59,27,3.14,2.67,7,3.08,1.66,13,3.9,2.38,10,3.75,2.8,12,5.8,2.37,15,3.91,2.7,11,2.55,1.57,11,3.78,2.33,9,4.33,1.87,9,3.46,2.96,13,4.88,2.78,17,5.22,2.49,9,3.38,2.14,13,2.57,1.72,7,3.38,2.25,16,5.0,3.16,6,5.75,2.56,12,4.47,2.56,15
+stricken,2.79,1.93,19,4.59,2.02,22,3.25,1.73,24,2.67,1.03,6,2.85,2.27,13,4.75,1.91,12,4.4,2.22,10,3.75,2.12,8,3.0,1.51,16,2.8,1.23,10,2.78,2.59,9,5.44,1.67,9,4.0,2.08,13,3.41,1.8,17,2.5,1.38,6,2.0,1.07,8,3.36,2.25,11,3.67,2.0,9,5.23,1.83,13,3.56,1.86,16,2.62,1.3,8
+strict,3.65,1.46,20,4.5,2.77,18,5.27,2.73,22,3.0,1.73,5,3.87,1.36,15,4.5,2.81,6,4.5,2.88,12,6.3,2.06,10,4.42,3.0,12,3.6,1.58,10,3.7,1.42,10,4.8,2.94,10,4.12,2.7,8,4.73,2.57,11,5.82,2.89,11,3.5,1.38,12,3.88,1.64,8,3.33,3.32,9,5.67,1.5,9,4.09,2.55,11,6.45,2.46,11
+stride,5.81,1.12,21,4.1,2.36,20,5.1,1.84,21,5.78,1.2,9,5.83,1.11,12,4.2,2.59,5,4.07,2.37,15,5.0,2.45,6,5.13,1.64,15,5.89,0.78,9,5.75,1.36,12,4.5,3.11,4,4.0,2.25,16,4.3,2.11,10,5.82,1.25,11,5.83,1.27,12,5.78,0.97,9,3.43,2.07,7,4.46,2.5,13,4.92,2.11,12,5.33,1.5,9
+strife,3.68,1.7,19,4.17,2.51,24,4.18,2.28,28,4.5,1.31,8,3.09,1.76,11,4.22,1.92,9,4.13,2.88,15,3.64,2.06,14,4.71,2.43,14,3.22,1.64,9,4.1,1.73,10,3.92,2.54,12,4.42,2.57,12,3.86,2.25,14,4.5,2.35,14,3.5,1.9,10,3.89,1.54,9,3.92,2.39,12,4.42,2.71,12,3.75,2.09,12,4.5,2.42,16
+strike,3.06,1.89,18,5.52,2.44,21,3.28,1.49,18,3.38,1.06,8,2.8,2.39,10,5.57,2.44,7,5.5,2.53,14,3.36,1.43,11,3.14,1.68,7,2.91,1.3,11,3.29,2.69,7,5.11,2.98,9,5.83,2.04,12,3.36,1.29,11,3.14,1.86,7,2.75,1.42,12,3.67,2.66,6,4.75,2.26,12,6.56,2.4,9,3.33,1.66,9,3.22,1.39,9
+strikeout,3.16,1.57,19,4.9,2.26,21,4.78,2.7,23,4.0,1.0,3,3.0,1.63,16,4.5,2.0,8,5.15,2.44,13,5.44,2.74,9,4.36,2.68,14,3.22,2.05,9,3.1,1.1,10,4.78,2.77,9,5.0,1.91,12,5.4,2.77,15,3.62,2.26,8,3.29,2.14,7,3.08,1.24,12,5.1,1.97,10,4.73,2.57,11,4.62,3.4,13,5.0,1.49,10
+striker,3.73,2.1,22,5.72,1.71,18,5.3,2.27,20,4.6,1.67,5,3.38,2.22,16,6.38,1.69,8,5.2,1.62,10,5.22,2.11,9,5.36,2.5,11,3.67,2.06,12,3.8,2.25,10,5.6,1.84,10,5.88,1.64,8,4.64,2.34,11,6.11,2.03,9,3.18,2.14,11,4.27,2.0,11,5.29,0.95,7,6.0,2.05,11,5.89,2.03,9,4.82,2.44,11
+string,5.25,1.29,20,3.8,2.26,20,5.62,1.96,26,5.64,1.36,11,4.78,1.09,9,4.29,2.56,7,3.54,2.15,13,4.92,2.02,13,6.31,1.7,13,5.36,1.57,11,5.11,0.93,9,4.0,2.37,11,3.56,2.24,9,5.24,2.14,17,6.33,1.41,9,5.2,1.55,10,5.3,1.06,10,3.42,2.27,12,4.38,2.26,8,5.31,1.99,16,6.1,1.91,10
+strings,5.28,1.81,18,2.58,1.46,19,5.0,1.98,25,5.2,1.48,5,5.31,1.97,13,2.55,1.44,11,2.62,1.6,8,4.69,1.58,16,5.56,2.55,9,5.43,1.72,7,5.18,1.94,11,2.38,1.77,8,2.73,1.27,11,4.95,2.06,20,5.2,1.79,5,5.44,1.59,9,5.11,2.09,9,2.5,1.72,10,2.67,1.22,9,4.37,1.67,19,7.0,1.55,6
+stringy,4.05,1.57,20,4.27,2.0,22,4.84,2.03,19,3.89,2.09,9,4.18,1.08,11,3.6,2.3,5,4.62,1.89,16,4.67,2.66,6,4.92,1.8,13,4.14,1.66,14,3.83,1.47,6,3.92,2.15,12,5.0,1.66,9,4.78,1.48,9,4.9,2.51,10,4.6,1.58,10,3.5,1.43,10,4.08,2.54,12,4.5,1.18,10,5.33,2.07,6,4.62,2.06,13
+strip,4.68,1.92,19,5.27,2.29,22,5.81,2.25,21,5.78,1.3,9,3.7,1.89,10,6.12,2.53,8,4.79,2.08,14,6.18,2.23,11,5.4,2.32,10,5.0,1.29,7,4.5,2.24,12,6.1,1.97,10,4.58,2.39,12,5.25,2.38,12,6.56,1.94,9,3.5,1.58,10,6.0,1.32,9,5.88,2.53,8,4.93,2.16,14,6.31,2.39,13,5.0,1.85,8
+stripe,5.24,1.14,21,3.67,2.08,21,5.21,2.04,24,5.17,0.39,12,5.33,1.73,9,4.29,2.98,7,3.36,1.5,14,4.7,2.21,10,5.57,1.91,14,6.5,1.91,4,4.94,0.66,17,3.8,2.53,10,3.55,1.69,11,3.86,2.04,7,5.76,1.82,17,5.25,1.36,12,5.22,0.83,9,3.85,1.77,13,3.38,2.62,8,4.22,2.28,9,5.8,1.7,15
+striped,4.81,1.81,21,4.38,2.48,21,4.86,1.25,22,5.0,1.8,9,4.67,1.87,12,3.83,2.93,6,4.5,2.41,14,5.0,1.55,6,4.81,1.17,16,5.11,1.83,9,4.58,1.83,12,3.8,2.59,5,4.56,2.5,16,5.0,1.18,11,4.73,1.35,11,4.83,1.7,12,4.78,2.05,9,3.88,2.1,8,4.69,2.72,13,4.83,1.03,12,4.9,1.52,10
+stripper,5.19,2.18,21,5.57,2.13,21,5.0,2.43,25,5.5,2.15,12,4.78,2.28,9,7.14,2.19,7,4.79,1.67,14,5.3,2.36,10,4.8,2.54,15,5.25,2.63,4,5.18,2.16,17,6.5,1.35,10,4.73,2.41,11,4.57,3.1,7,5.17,2.2,18,5.5,2.28,12,4.78,2.11,9,4.62,1.76,13,7.12,1.81,8,2.89,1.45,9,6.19,2.04,16
+striptease,5.32,2.56,19,6.8,2.48,20,5.45,2.54,20,6.0,3.61,3,5.13,2.53,15,7.9,1.85,10,5.7,2.63,10,6.1,2.73,10,4.8,2.3,10,4.67,2.66,6,5.58,2.68,12,7.57,2.3,7,6.38,2.57,13,6.5,2.73,8,4.75,2.26,12,5.92,2.57,12,4.29,2.36,7,7.4,2.07,10,6.2,2.82,10,5.89,2.42,9,5.09,2.7,11
+strive,6.32,1.2,19,4.62,2.2,21,6.35,2.31,23,6.67,2.08,3,6.25,1.06,16,5.5,1.69,8,4.08,2.36,13,5.67,2.69,9,6.79,2.01,14,7.0,1.22,9,5.7,0.82,10,4.44,1.81,9,4.75,2.53,12,6.13,2.56,15,6.75,1.83,8,6.14,0.69,7,6.42,1.44,12,5.0,1.89,10,4.27,2.49,11,6.92,2.5,13,5.6,1.9,10
+stroke,4.19,2.06,21,4.95,3.09,22,4.19,2.39,27,4.9,1.73,10,3.55,2.21,11,4.57,3.46,7,5.13,3.02,15,4.53,2.27,17,3.6,2.59,10,4.64,2.58,11,3.7,1.25,10,4.2,3.11,5,5.18,3.15,17,4.93,2.56,14,3.38,1.98,13,4.08,2.47,13,4.38,1.3,8,4.0,3.13,10,5.75,2.96,12,4.86,2.82,14,3.46,1.61,13
+stroll,6.25,1.37,20,3.22,2.02,18,6.82,1.87,22,5.6,1.67,5,6.47,1.25,15,3.5,2.07,6,3.08,2.07,12,6.4,2.12,10,7.17,1.64,12,6.3,0.82,10,6.2,1.81,10,3.2,2.04,10,3.25,2.12,8,7.0,1.79,11,6.64,2.01,11,6.42,1.31,12,6.0,1.51,8,2.78,2.44,9,3.67,1.5,9,7.09,2.07,11,6.55,1.69,11
+stroller,5.75,1.71,20,3.22,1.81,23,5.68,1.91,25,5.8,1.48,10,5.7,2.0,10,3.64,1.91,11,2.83,1.7,12,5.45,2.11,11,5.85,1.86,13,5.8,2.2,10,5.7,1.16,10,3.45,1.63,11,3.0,2.0,12,5.29,1.93,17,6.57,1.81,7,5.77,2.05,13,5.71,0.95,7,3.0,1.85,15,3.62,1.77,8,5.88,1.93,17,5.25,1.91,8
+strong,6.81,1.64,42,5.14,2.29,21,6.54,2.46,46,6.89,1.59,19,6.74,1.71,23,5.43,2.64,7,5.08,2.25,13,6.6,2.41,15,6.52,2.53,31,6.78,1.95,23,6.84,1.21,19,6.57,1.13,7,4.46,2.5,13,6.0,2.69,24,7.14,2.1,22,6.75,1.85,24,6.89,1.37,18,5.27,2.28,11,5.0,2.4,10,6.47,2.13,30,6.69,3.07,16
+stronghold,5.44,2.15,18,3.95,2.5,22,5.04,2.44,28,7.0,1.41,6,4.67,2.06,12,4.36,2.73,11,3.55,2.3,11,5.36,2.58,11,4.82,2.4,17,5.45,2.21,11,5.43,2.23,7,4.45,2.16,11,3.45,2.81,11,5.0,2.45,18,5.1,2.56,10,5.58,1.38,12,5.17,3.37,6,3.43,2.24,14,4.88,2.8,8,4.88,2.53,16,5.25,2.42,12
+structural,5.6,1.5,20,3.67,2.03,18,5.27,1.7,22,6.0,1.22,5,5.47,1.6,15,3.83,1.94,6,3.58,2.15,12,4.3,1.49,10,6.08,1.44,12,5.9,1.2,10,5.3,1.77,10,3.7,2.0,10,3.62,2.2,8,5.27,1.95,11,5.27,1.49,11,5.25,1.48,12,6.12,1.46,8,2.22,1.48,9,5.11,1.36,9,4.91,1.76,11,5.64,1.63,11
+structure,5.68,2.08,19,4.0,1.66,22,5.83,1.9,23,4.83,2.56,6,6.08,1.8,13,4.58,1.68,12,3.3,1.42,10,6.29,1.5,7,5.62,2.06,16,6.0,1.41,10,5.33,2.69,9,4.33,1.8,9,3.77,1.59,13,5.56,2.13,16,6.67,1.03,6,5.62,1.41,8,5.73,2.53,11,3.67,1.8,9,4.23,1.59,13,6.33,1.88,15,4.88,1.64,8
+strudel,6.11,2.0,19,3.7,2.41,20,5.46,1.74,24,5.69,2.1,13,7.0,1.55,6,4.8,3.49,5,3.33,1.95,15,5.15,1.41,13,5.82,2.09,11,5.22,2.39,9,6.9,1.2,10,4.43,2.82,7,3.31,2.18,13,5.45,2.11,11,5.46,1.45,13,6.78,2.11,9,5.5,1.78,10,3.6,2.76,10,3.8,2.15,10,5.44,2.07,9,5.47,1.6,15
+struggle,3.0,1.82,21,5.9,2.2,20,3.67,2.37,21,3.0,1.55,6,3.0,1.96,15,6.25,2.05,8,5.67,2.35,12,3.82,2.23,11,3.5,2.64,10,2.33,1.37,6,3.27,1.94,15,6.0,2.31,10,5.8,2.2,10,4.36,2.59,14,2.29,0.95,7,2.57,1.4,7,3.21,2.01,14,6.0,2.6,14,5.67,0.82,6,3.83,2.48,12,3.44,2.35,9
+strut,5.6,1.39,20,5.46,2.25,24,6.39,1.5,28,5.88,1.25,8,5.42,1.51,12,5.33,2.12,9,5.53,2.39,15,6.64,1.55,14,6.14,1.46,14,5.67,1.41,9,5.55,1.44,11,5.33,2.23,12,5.58,2.35,12,6.29,1.54,14,6.5,1.51,14,5.9,1.1,10,5.3,1.64,10,5.5,2.15,12,5.42,2.43,12,6.25,1.29,12,6.5,1.67,16
+stub,3.89,1.52,19,3.86,1.74,21,4.05,1.88,20,4.33,1.53,3,3.81,1.56,16,3.17,1.83,6,4.13,1.68,15,5.83,0.75,6,3.29,1.68,14,4.6,1.17,10,3.11,1.54,9,3.57,1.81,7,4.0,1.75,14,4.1,1.97,10,4.0,1.89,10,3.88,1.81,8,3.91,1.38,11,3.33,1.94,9,4.25,1.54,12,3.12,2.03,8,4.67,1.56,12
+stubborn,3.74,2.13,19,4.13,1.66,23,5.0,2.33,19,4.0,2.0,9,3.5,2.32,10,3.71,1.7,7,4.47,1.6,15,4.8,2.44,10,5.22,2.33,9,4.11,2.67,9,3.4,1.58,10,3.9,2.18,10,4.5,1.0,12,3.75,1.16,8,5.6,2.5,10,4.42,2.27,12,2.57,1.27,7,3.95,1.7,20,5.33,0.58,3,4.38,2.2,8,5.45,2.42,11
+stubbornness,3.61,2.06,18,4.74,2.13,19,5.85,2.68,20,1.5,0.71,2,4.0,2.04,15,4.5,2.32,10,5.0,2.0,9,7.0,2.0,10,4.7,2.87,10,5.17,2.23,6,2.91,1.58,11,4.0,2.0,6,5.08,2.18,13,4.5,2.78,8,6.75,2.3,12,3.0,1.6,12,4.83,2.48,6,4.78,2.11,9,4.7,2.26,10,5.89,3.06,9,5.82,2.48,11
+stubby,4.5,1.54,20,4.14,2.55,22,5.3,2.55,27,4.86,2.27,7,4.31,1.03,13,3.8,2.3,10,4.42,2.81,12,5.27,2.58,15,5.27,2.76,11,4.27,1.1,11,4.78,1.99,9,4.56,2.19,9,3.85,2.82,13,5.82,2.86,17,4.22,1.72,9,4.62,1.76,13,4.29,1.11,7,4.12,2.47,16,4.17,2.99,6,4.92,2.71,12,5.6,2.47,15
+stud,4.89,1.91,19,5.14,2.29,21,5.05,1.76,20,6.0,1.0,3,4.69,1.99,16,5.5,2.66,6,5.0,2.2,15,5.5,1.52,6,4.86,1.88,14,5.1,1.37,10,4.67,2.45,9,5.29,2.87,7,5.07,2.06,14,5.3,1.42,10,4.8,2.1,10,6.38,1.3,8,3.82,1.54,11,5.22,2.64,9,5.08,2.11,12,5.0,2.51,8,5.08,1.16,12
+student,6.41,1.44,22,4.25,2.69,20,6.79,2.37,19,6.23,1.54,13,6.67,1.32,9,4.57,2.3,7,4.08,2.96,13,6.43,2.3,7,7.0,2.49,12,6.5,1.62,12,6.3,1.25,10,4.67,2.83,9,3.91,2.66,11,6.8,2.3,10,6.78,2.59,9,6.42,1.68,12,6.4,1.17,10,5.86,3.02,7,3.38,2.14,13,7.14,2.12,7,6.58,2.57,12
+studio,6.24,1.58,21,4.79,1.89,24,5.57,2.23,21,6.5,1.69,8,6.08,1.55,13,5.0,2.2,13,4.55,1.51,11,6.0,2.27,13,4.88,2.1,8,6.75,1.98,8,6.0,1.28,12,5.57,1.45,14,3.7,1.95,10,6.25,2.01,12,4.67,2.29,9,6.4,1.96,10,6.09,1.22,11,4.31,2.06,16,5.75,1.04,8,5.67,2.65,9,5.5,1.98,12
+study,5.78,1.99,18,2.55,1.76,20,5.33,2.43,18,4.75,1.98,8,6.6,1.65,10,2.86,2.19,7,2.38,1.56,13,4.45,2.02,11,6.71,2.5,7,5.0,1.79,11,7.0,1.73,7,2.22,2.11,9,2.82,1.47,11,5.64,2.16,11,4.86,2.91,7,5.5,2.15,12,6.33,1.63,6,2.0,1.54,12,3.38,1.85,8,5.0,2.87,9,5.67,2.0,9
+stuff,5.86,0.96,21,3.52,2.36,21,4.83,2.09,18,6.17,1.17,6,5.71,0.91,14,2.57,2.44,7,4.0,2.25,14,4.33,2.5,9,5.38,1.69,8,5.69,0.85,13,6.14,1.21,7,4.0,2.83,9,3.17,1.99,12,5.2,2.74,10,4.38,0.74,8,5.62,0.87,13,6.25,1.04,8,3.5,2.35,6,3.53,2.45,15,5.2,2.74,10,4.38,0.74,8
+stuffed animal,7.21,1.32,19,2.77,1.9,22,6.39,2.61,23,7.33,1.63,6,7.15,1.21,13,3.5,2.07,12,1.9,1.29,10,5.29,1.98,7,6.88,2.75,16,7.3,1.42,10,7.11,1.27,9,3.56,2.4,9,2.23,1.3,13,6.0,2.76,16,7.67,2.07,6,7.38,1.3,8,7.09,1.38,11,3.33,1.73,9,2.38,1.98,13,6.75,2.54,16,5.57,2.76,7
+stuffy,3.73,1.75,22,4.61,2.13,23,4.53,2.37,19,4.38,1.51,8,3.38,1.89,13,4.62,2.26,8,4.5,2.18,14,3.57,1.51,7,5.0,2.76,11,4.38,2.26,8,3.38,1.39,13,4.89,2.32,9,4.43,2.06,14,3.43,1.51,7,5.17,2.59,12,4.36,2.11,11,3.09,1.04,11,3.78,2.39,9,5.14,1.83,14,4.88,2.36,16,2.67,1.53,3
+stumble,3.76,1.22,21,4.76,2.26,21,4.2,2.33,25,3.92,1.31,12,3.56,1.13,9,5.43,1.62,7,4.43,2.5,14,4.6,2.32,10,3.93,2.37,15,3.5,1.29,4,3.82,1.24,17,4.0,2.49,10,5.45,1.86,11,3.86,2.61,7,4.33,2.28,18,3.67,0.98,12,3.89,1.54,9,4.77,2.52,13,4.75,1.91,8,2.78,1.39,9,5.0,2.39,16
+stump,4.62,2.11,21,3.85,2.6,20,4.54,2.2,35,4.75,2.49,8,4.54,1.94,13,6.2,1.79,5,3.07,2.37,15,4.27,2.15,11,4.67,2.26,24,5.0,2.48,13,4.0,1.2,8,4.33,2.84,12,3.12,2.17,8,4.53,2.5,19,4.56,1.86,16,4.73,1.95,11,4.5,2.37,10,4.09,2.59,11,3.56,2.74,9,4.38,2.29,21,4.79,2.12,14
+stun,4.55,1.9,20,5.5,2.31,20,4.19,2.36,21,4.0,1.67,6,4.79,2.01,14,5.25,2.19,8,5.67,2.46,12,4.55,2.66,11,3.8,2.04,10,4.33,2.07,6,4.64,1.91,14,5.2,2.53,10,5.8,2.15,10,4.57,2.77,14,3.43,0.98,7,4.0,2.0,7,4.85,1.86,13,5.79,2.58,14,4.83,1.47,6,4.0,2.37,12,4.44,2.46,9
+stunner,5.76,1.51,21,4.5,2.89,22,5.85,1.94,27,5.5,1.65,10,6.0,1.41,11,4.71,3.73,7,4.4,2.56,15,5.94,2.16,17,5.7,1.57,10,5.45,1.37,11,6.1,1.66,10,2.8,2.49,5,5.0,2.87,17,6.29,1.86,14,5.38,1.98,13,5.62,1.33,13,6.0,1.85,8,4.1,3.03,10,4.83,2.86,12,5.93,2.43,14,5.77,1.3,13
+stunning,6.24,2.34,21,6.5,2.06,20,5.81,2.32,36,6.62,2.33,8,6.0,2.42,13,6.4,2.07,5,6.53,2.13,15,6.18,1.78,11,5.64,2.53,25,6.62,2.14,13,5.62,2.67,8,6.75,1.91,12,6.12,2.36,8,5.75,2.57,20,5.88,2.03,16,6.45,1.63,11,6.0,3.02,10,7.27,1.35,11,5.56,2.46,9,5.86,2.46,22,5.71,2.16,14
+stunt,4.95,1.6,21,4.81,2.27,21,4.4,2.24,25,5.42,1.68,12,4.33,1.32,9,6.0,1.91,7,4.21,2.26,14,4.5,2.51,10,4.33,2.13,15,5.0,1.63,4,4.94,1.64,17,5.2,2.9,10,4.45,1.57,11,3.86,2.34,7,4.61,2.23,18,5.42,1.56,12,4.33,1.5,9,4.31,2.18,13,5.62,2.33,8,2.78,1.3,9,5.31,2.15,16
+stuntman,5.95,2.01,20,6.3,2.03,20,4.92,2.1,25,5.64,1.63,11,6.33,2.45,9,6.0,1.91,7,6.46,2.15,13,5.25,2.14,12,4.62,2.1,13,5.73,2.57,11,6.22,1.09,9,6.09,2.12,11,6.56,2.01,9,4.81,2.1,16,5.11,2.2,9,5.9,2.28,10,6.0,1.83,10,6.42,1.78,12,6.12,2.47,8,4.73,2.02,15,5.2,2.3,10
+stupendous,6.95,1.75,21,4.57,2.33,23,6.38,1.75,26,7.64,0.92,11,6.2,2.15,10,4.55,2.46,11,4.58,2.31,12,7.09,0.94,11,5.86,2.11,14,7.0,2.11,10,6.91,1.45,11,4.91,2.43,11,4.25,2.3,12,6.24,1.89,17,6.75,1.58,8,6.85,2.08,13,7.12,1.13,8,4.53,2.03,15,4.62,2.97,8,6.18,1.98,17,6.78,1.2,9
+stupid,2.84,2.01,43,4.34,2.6,47,4.03,2.76,58,3.73,2.45,11,2.45,1.75,31,3.0,2.49,11,4.82,2.58,34,4.19,2.9,27,3.9,2.68,31,3.14,2.29,21,2.55,1.71,22,3.62,2.58,26,5.42,2.43,19,4.05,2.74,38,4.0,2.87,20,2.71,2.17,21,2.95,1.89,22,4.5,2.52,28,4.11,2.77,19,4.56,2.82,32,3.38,2.59,26
+stupidity,2.71,1.79,21,4.5,2.93,20,4.32,2.46,22,2.5,1.05,6,2.8,2.04,15,5.38,3.16,8,3.92,2.75,12,4.25,2.6,12,4.4,2.41,10,3.33,2.5,9,2.25,0.87,12,5.22,2.77,9,3.91,3.05,11,5.43,2.37,7,3.8,2.4,15,2.9,2.38,10,2.55,1.13,11,4.54,2.57,13,4.43,3.74,7,4.83,2.89,12,3.7,1.77,10
+sturdy,6.19,1.54,21,3.27,1.91,22,6.62,1.72,21,5.44,1.59,9,6.75,1.29,12,2.33,1.63,6,3.47,1.88,15,6.83,1.72,6,6.53,1.77,15,5.67,1.0,9,6.58,1.78,12,4.0,1.87,5,3.06,1.92,17,6.0,1.76,10,7.18,1.54,11,6.58,1.83,12,5.67,0.87,9,3.67,1.73,9,3.0,2.04,13,6.25,1.96,12,7.11,1.27,9
+stutter,2.95,1.28,21,4.48,1.69,21,4.72,2.26,25,3.17,1.27,12,2.67,1.32,9,4.43,1.9,7,4.5,1.65,14,5.6,2.12,10,4.13,2.23,15,2.5,1.91,4,3.06,1.14,17,4.5,1.43,10,4.45,1.97,11,5.0,2.52,7,4.61,2.23,18,3.08,1.0,12,2.78,1.64,9,4.38,1.56,13,4.62,2.0,8,3.67,2.24,9,5.31,2.12,16
+style,6.81,1.83,21,4.6,2.8,20,7.47,1.61,19,6.08,1.66,13,8.0,1.51,8,5.0,2.94,7,4.38,2.81,13,7.29,1.89,7,7.58,1.51,12,6.42,1.93,12,7.33,1.66,9,4.56,2.6,9,4.64,3.07,11,7.4,1.43,10,7.56,1.88,9,6.75,2.14,12,6.89,1.45,9,6.14,1.77,7,3.77,2.95,13,7.14,1.77,7,7.67,1.56,12
+styling,5.7,1.49,20,3.72,2.32,18,6.41,1.89,22,6.2,0.84,5,5.53,1.64,15,3.17,1.83,6,4.0,2.56,12,5.4,1.51,10,7.25,1.82,12,6.1,0.99,10,5.3,1.83,10,4.4,2.46,10,2.88,1.96,8,6.18,2.09,11,6.64,1.75,11,5.42,1.44,12,6.12,1.55,8,2.56,1.81,9,4.89,2.26,9,6.27,2.24,11,6.55,1.57,11
+stylish,5.68,2.28,22,4.27,2.85,22,6.07,2.23,27,4.38,1.3,8,6.43,2.41,14,4.18,2.82,11,4.36,3.01,11,6.45,2.38,11,5.81,2.17,16,6.25,2.09,12,5.0,2.4,10,3.64,2.69,11,4.91,2.98,11,5.88,2.32,17,6.4,2.17,10,5.6,2.03,15,5.86,2.91,7,4.5,3.2,14,3.88,2.23,8,6.27,2.58,15,5.83,1.8,12
+stylist,6.0,1.61,21,3.32,2.03,22,5.56,2.12,27,5.4,1.58,10,6.55,1.51,11,2.71,1.7,7,3.6,2.16,15,5.12,2.32,17,6.3,1.57,10,6.27,1.56,11,5.7,1.7,10,2.6,1.82,5,3.53,2.1,17,4.86,1.96,14,6.31,2.1,13,6.15,1.72,13,5.75,1.49,8,2.9,2.64,10,3.67,1.37,12,5.71,2.4,14,5.38,1.85,13
+suave,5.43,2.01,21,3.14,2.29,22,6.04,1.97,26,4.5,2.37,10,6.27,1.19,11,2.43,1.81,7,3.47,2.47,15,5.94,2.16,17,6.22,1.64,9,5.45,1.97,11,5.4,2.17,10,2.2,1.79,5,3.41,2.4,17,5.86,2.38,14,6.25,1.42,12,5.31,1.89,13,5.62,2.33,8,2.6,2.63,10,3.58,1.98,12,6.77,2.09,13,5.31,1.6,13
+sub,5.0,1.48,21,3.35,1.84,20,5.45,1.87,22,5.44,0.73,9,4.67,1.83,12,3.17,2.4,6,3.38,1.71,13,5.5,1.97,6,5.44,1.9,16,5.0,1.32,9,5.0,1.65,12,3.4,1.52,5,3.33,1.99,15,5.91,1.64,11,5.0,2.05,11,4.92,1.93,12,5.11,0.6,9,3.71,2.14,7,3.15,1.72,13,5.67,1.87,12,5.2,1.93,10
+subatomic,5.53,1.74,19,4.57,2.23,23,3.89,2.08,19,5.44,1.74,9,5.6,1.84,10,5.0,1.91,7,4.33,2.47,15,4.2,2.3,10,3.56,1.88,9,6.0,1.94,9,5.1,1.52,10,5.6,2.55,10,3.67,1.67,12,3.88,1.81,8,3.9,2.47,10,5.58,1.98,12,5.43,1.4,7,4.3,2.23,20,6.33,1.53,3,4.12,1.64,8,3.73,2.41,11
+subcommittee,5.1,1.58,21,4.15,2.3,20,4.9,1.73,21,5.17,1.72,6,5.07,1.58,15,4.75,2.25,8,3.75,2.34,12,4.27,1.49,11,5.6,1.78,10,5.0,2.28,6,5.13,1.3,15,4.2,2.53,10,4.1,2.18,10,5.29,1.94,14,4.14,0.9,7,5.29,1.5,7,5.0,1.66,14,3.86,2.48,14,4.83,1.83,6,4.83,1.85,12,5.0,1.66,9
+subconscious,5.5,1.24,20,4.0,2.45,21,3.72,2.65,25,6.0,1.0,3,5.41,1.28,17,5.29,3.09,7,3.31,1.93,13,3.75,2.25,8,3.71,2.89,17,5.29,0.95,7,5.62,1.39,13,4.0,3.06,7,4.0,2.31,13,3.86,2.54,14,3.55,2.91,11,5.33,1.32,9,5.64,1.21,11,3.73,2.57,11,4.3,2.41,10,3.22,2.73,18,5.0,2.08,7
+subdivision,4.74,1.66,19,3.25,2.15,20,4.96,1.97,24,5.08,1.44,13,4.0,2.0,6,4.6,3.05,5,2.8,1.66,15,4.85,2.12,13,5.09,1.87,11,4.89,2.2,9,4.6,1.07,10,4.71,2.56,7,2.46,1.45,13,4.45,2.21,11,5.38,1.71,13,4.67,1.66,9,4.8,1.75,10,3.0,2.16,10,3.5,2.22,10,5.11,2.26,9,4.87,1.85,15
+subdue,3.17,1.43,24,3.3,2.41,20,6.0,2.85,21,3.5,1.77,8,3.0,1.26,16,3.5,2.67,8,3.17,2.33,12,6.25,2.8,12,5.67,3.04,9,3.7,1.77,10,2.79,1.05,14,3.78,2.64,9,2.91,2.26,11,5.43,2.88,7,6.29,2.89,14,3.17,1.34,12,3.17,1.59,12,3.38,2.57,13,3.14,2.27,7,6.0,3.3,12,6.0,2.29,9
+subdued,3.58,1.74,19,2.95,1.83,40,4.57,2.25,47,4.67,2.52,3,3.47,1.6,15,3.36,1.82,14,2.73,1.82,26,5.13,2.64,15,4.31,2.04,32,3.83,1.47,6,3.58,1.93,12,3.29,1.96,17,2.7,1.72,23,4.6,2.24,25,4.55,2.32,22,3.17,1.64,12,4.29,1.8,7,3.47,2.12,19,2.48,1.4,21,4.87,2.16,30,4.06,2.38,17
+subdural,4.4,1.85,20,3.09,1.77,22,4.96,2.37,26,5.0,2.31,7,4.08,1.55,13,3.0,1.7,10,3.17,1.9,12,5.27,2.31,15,4.8,2.49,10,3.91,1.81,11,5.0,1.8,9,3.44,1.88,9,2.85,1.72,13,5.31,2.68,16,4.67,1.66,9,5.0,1.68,13,3.29,1.7,7,2.88,1.78,16,3.67,1.75,6,4.5,2.81,12,5.36,1.95,14
+subject,5.33,1.65,21,4.2,2.14,20,6.37,2.39,19,5.15,1.77,13,5.62,1.51,8,4.43,1.9,7,4.08,2.33,13,6.29,2.14,7,6.42,2.61,12,5.17,1.7,12,5.56,1.67,9,4.22,2.11,9,4.18,2.27,11,6.2,2.15,10,6.56,2.74,9,4.75,1.22,12,6.11,1.9,9,5.57,1.13,7,3.46,2.22,13,6.71,2.06,7,6.17,2.62,12
+subjective,5.86,1.62,21,3.56,2.36,25,5.21,2.44,19,5.89,1.54,9,5.83,1.75,12,2.33,1.51,6,3.89,2.54,18,3.71,1.98,7,6.08,2.31,12,5.69,1.49,16,6.4,2.07,5,3.07,2.23,14,4.1,2.6,10,4.56,2.7,9,5.8,2.15,10,5.83,1.59,12,5.89,1.76,9,3.5,2.16,16,3.67,2.83,9,5.18,2.68,11,5.25,2.25,8
+sublet,5.27,1.12,22,4.21,2.12,19,5.19,2.16,21,5.2,1.1,5,5.31,1.2,16,3.88,1.46,8,4.45,2.54,11,5.4,2.07,10,5.0,2.32,11,5.0,1.13,12,5.6,1.07,10,4.3,1.77,10,4.11,2.57,9,4.75,2.34,12,5.78,1.86,9,5.45,1.04,11,5.09,1.22,11,3.62,1.92,8,4.64,2.25,11,5.11,2.15,9,5.25,2.26,12
+sublevel,4.95,1.99,20,3.32,2.12,22,4.56,2.28,18,6.25,1.75,8,4.08,1.68,12,3.73,2.1,11,2.91,2.17,11,4.7,2.45,10,4.38,2.2,8,5.17,2.23,6,4.85,2.03,13,4.0,2.24,11,2.64,1.86,11,4.57,2.57,7,4.55,2.21,11,4.42,2.15,12,5.75,1.49,8,3.0,2.05,11,3.64,2.25,11,3.56,2.01,9,5.56,2.19,9
+sublime,5.95,2.09,20,3.82,2.26,22,5.21,2.35,19,6.56,2.3,9,5.45,1.86,11,2.6,2.61,5,4.06,2.11,16,5.17,2.86,6,5.23,2.2,13,5.79,2.12,14,6.33,2.16,6,3.92,2.23,12,3.44,2.4,9,4.33,2.06,9,6.0,2.4,10,5.1,2.08,10,6.8,1.81,10,3.83,2.21,12,3.8,2.44,10,6.17,2.23,6,4.77,2.35,13
+subliminal,5.19,1.94,21,4.17,2.48,23,3.78,2.37,18,5.44,2.07,9,5.0,1.91,12,4.64,2.58,11,3.75,2.42,12,4.1,2.85,10,3.38,1.69,8,5.0,1.91,7,5.31,2.1,13,5.09,2.77,11,3.33,1.92,12,4.43,3.31,7,3.36,1.57,11,4.77,2.13,13,5.88,1.46,8,3.73,2.24,11,4.58,2.71,12,3.33,2.35,9,4.22,2.44,9
+submarine,6.0,1.37,19,4.24,2.3,21,4.61,2.13,23,6.4,1.34,5,5.92,1.44,13,4.67,2.8,6,4.07,2.15,15,4.7,2.0,10,4.54,2.3,13,5.71,1.7,7,6.27,1.19,11,5.29,2.56,7,3.71,2.05,14,4.36,1.63,11,4.83,2.55,12,6.08,1.08,12,5.86,1.86,7,4.64,2.42,11,3.8,2.2,10,4.64,2.06,14,4.56,2.35,9
+submerge,4.47,1.12,19,4.14,2.35,21,4.82,2.41,34,4.4,1.17,10,4.56,1.13,9,4.12,2.3,8,4.15,2.48,13,5.14,2.6,14,4.6,2.3,20,4.67,1.32,9,4.3,0.95,10,4.54,2.11,13,3.5,2.73,8,4.73,2.47,22,5.0,2.37,12,4.8,0.79,10,4.11,1.36,9,4.36,2.53,14,3.71,2.06,7,5.29,2.44,17,4.35,2.34,17
+submersible,4.5,1.86,18,4.32,2.55,22,4.83,1.63,24,4.4,1.95,5,4.54,1.9,13,5.08,2.68,12,3.4,2.17,10,4.88,2.03,8,4.81,1.47,16,4.56,1.13,9,4.44,2.46,9,5.11,2.37,9,3.77,2.62,13,4.47,1.74,17,5.83,0.98,6,4.29,1.6,7,4.64,2.06,11,3.11,2.42,9,5.15,2.38,13,4.5,1.79,16,5.5,1.07,8
+submission,4.6,1.96,20,4.29,2.12,21,4.97,2.72,33,3.8,2.15,10,5.4,1.43,10,4.75,2.49,8,4.0,1.91,13,5.14,2.21,14,4.84,3.1,19,4.22,1.56,9,4.91,2.26,11,5.38,1.85,13,2.5,1.07,8,4.81,2.84,21,5.25,2.6,12,4.4,2.01,10,4.8,1.99,10,3.79,2.22,14,5.29,1.6,7,4.62,2.33,16,5.29,3.08,17
+submissive,4.67,2.11,21,3.32,2.34,25,4.47,2.95,19,4.67,2.4,9,4.67,1.97,12,3.17,2.14,6,3.33,2.52,18,2.86,2.34,7,5.42,2.94,12,4.69,2.18,16,4.6,2.07,5,3.29,2.61,14,3.3,2.16,10,4.67,3.12,9,4.3,2.95,10,5.17,2.62,12,4.0,0.87,9,4.0,2.53,16,2.11,1.36,9,4.64,3.38,11,4.25,2.43,8
+submit,3.9,1.77,20,3.91,2.31,23,4.43,2.73,21,3.2,1.79,5,4.13,1.77,15,4.5,2.07,12,3.27,2.49,11,4.27,2.72,11,4.11,2.57,9,3.42,1.51,12,4.62,2.0,8,3.62,2.33,16,4.57,2.3,7,4.91,2.59,11,3.9,2.92,10,4.08,2.07,12,3.62,1.3,8,4.0,2.36,19,3.5,2.38,4,4.79,2.75,14,3.71,2.75,7
+subordinate,4.44,1.82,18,3.09,2.27,22,3.46,2.24,28,4.0,1.67,6,4.67,1.92,12,3.27,2.28,11,2.91,2.34,11,4.0,2.9,11,3.12,1.69,17,4.73,1.56,11,4.0,2.24,7,2.64,1.69,11,3.55,2.73,11,3.22,2.07,18,3.9,2.56,10,4.25,1.48,12,4.83,2.48,6,3.07,2.5,14,3.12,1.96,8,3.31,2.12,16,3.67,2.46,12
+subpoena,2.64,1.53,22,5.0,2.52,23,2.67,2.03,18,3.0,1.93,8,2.54,1.27,13,3.5,2.14,8,5.86,2.48,14,2.57,2.7,7,2.5,1.51,10,2.88,1.81,8,2.62,1.39,13,4.33,2.96,9,5.43,2.21,14,3.71,2.43,7,2.0,1.48,11,2.91,1.58,11,2.36,1.5,11,4.44,2.92,9,5.36,2.27,14,2.8,2.11,15,2.0,1.73,3
+subscribe,5.43,1.47,21,4.26,2.12,23,6.23,2.18,22,5.75,1.28,8,5.23,1.59,13,4.5,2.43,12,4.0,1.79,11,6.62,1.85,13,5.67,2.6,9,5.88,1.81,8,5.25,1.22,12,5.0,1.71,14,3.11,2.26,9,6.83,2.04,12,5.5,2.22,10,4.9,1.52,10,5.91,1.3,11,3.81,2.23,16,5.29,1.5,7,5.9,2.77,10,6.5,1.62,12
+subscriber,5.71,1.55,21,2.95,1.82,20,4.82,2.4,22,5.83,1.72,6,5.67,1.54,15,3.0,2.0,8,2.92,1.78,12,5.17,2.55,12,4.4,2.27,10,6.33,1.8,9,5.25,1.22,12,3.44,1.24,9,2.55,2.16,11,3.43,1.4,7,5.47,2.53,15,5.8,1.87,10,5.64,1.29,11,2.92,1.55,13,3.0,2.38,7,4.67,2.67,12,5.0,2.16,10
+subscription,5.29,1.65,21,3.05,1.99,21,5.86,1.93,21,5.33,1.41,9,5.25,1.86,12,3.0,1.9,6,2.86,1.99,14,5.5,2.07,6,6.0,1.93,15,4.89,1.62,9,5.58,1.68,12,3.2,2.28,5,3.0,1.97,16,5.6,2.5,10,6.09,1.3,11,5.33,2.15,12,5.22,0.67,9,3.12,1.96,8,3.0,2.08,13,6.08,2.23,12,5.56,1.51,9
+subsequent,5.16,1.01,19,4.0,1.58,21,5.22,2.09,23,4.8,0.45,5,5.38,1.12,13,3.67,1.86,6,4.13,1.51,15,5.3,2.36,10,5.15,1.95,13,5.29,1.25,7,5.18,0.87,11,4.14,2.19,7,3.93,1.27,14,5.55,2.34,11,4.92,1.88,12,5.0,1.04,12,5.43,0.98,7,3.82,1.83,11,4.2,1.32,10,4.86,2.21,14,5.78,1.86,9
+subservient,3.67,1.65,21,3.5,2.06,24,4.25,2.4,20,4.12,1.89,8,3.38,1.5,13,4.17,1.94,6,3.28,2.11,18,4.45,2.7,11,4.0,2.12,9,3.75,1.86,12,3.56,1.42,9,3.1,2.47,10,3.79,1.76,14,4.46,2.6,13,3.86,2.12,7,4.0,1.66,14,3.0,1.53,7,4.0,2.1,16,2.5,1.69,8,4.42,2.5,12,4.0,2.39,8
+subside,5.42,1.57,19,3.1,2.27,20,5.0,2.09,24,5.54,1.76,13,5.17,1.17,6,4.4,3.05,5,2.67,1.88,15,5.62,1.85,13,4.27,2.2,11,5.89,2.09,9,5.0,0.82,10,3.71,2.93,7,2.77,1.88,13,5.36,1.86,11,4.69,2.29,13,5.67,1.73,9,5.2,1.48,10,3.1,2.33,10,3.1,2.33,10,5.33,2.29,9,4.8,2.01,15
+subsidiary,4.8,1.2,20,3.38,1.75,21,5.74,2.19,34,4.8,1.69,10,4.8,0.42,10,3.62,1.51,8,3.23,1.92,13,5.71,2.46,14,5.75,2.05,20,5.11,1.62,9,4.55,0.69,11,3.62,1.85,13,3.0,1.6,8,5.86,2.4,22,5.5,1.83,12,5.1,1.52,10,4.5,0.71,10,3.43,1.87,14,3.29,1.6,7,6.0,1.8,17,5.47,2.55,17
+subspace,4.45,1.5,22,3.73,2.39,22,5.2,2.19,20,5.25,1.28,8,4.0,1.47,14,4.8,2.49,10,2.83,1.99,12,6.29,2.21,7,4.62,2.02,13,4.17,1.64,12,4.8,1.32,10,4.0,2.37,11,3.45,2.5,11,5.33,2.02,15,4.8,2.86,5,4.27,1.42,11,4.64,1.63,11,4.5,2.42,10,3.08,2.27,12,4.5,1.51,10,5.9,2.6,10
+substance,4.29,1.49,21,3.62,2.79,24,5.75,2.31,20,4.75,1.75,8,4.0,1.29,13,6.0,2.0,6,2.83,2.6,18,5.91,2.51,11,5.56,2.19,9,4.17,1.8,12,4.44,1.01,9,4.0,2.98,10,3.36,2.73,14,5.92,2.47,13,5.43,2.15,7,3.93,1.21,14,5.0,1.83,7,4.62,2.9,16,1.62,0.92,8,5.92,2.39,12,5.5,2.33,8
+substandard,3.33,1.32,21,3.91,2.35,22,3.67,2.08,21,3.44,1.24,9,3.25,1.42,12,2.67,2.07,6,4.27,2.37,15,3.0,2.28,6,3.93,2.02,15,3.78,1.39,9,3.0,1.21,12,4.6,2.61,5,3.71,2.31,17,4.1,2.33,10,3.27,1.85,11,3.08,1.51,12,3.67,1.0,9,4.44,2.24,9,3.54,2.44,13,3.25,2.09,12,4.22,2.05,9
+substantial,6.14,1.52,22,5.0,2.54,19,6.62,2.11,21,7.0,1.41,5,5.94,1.53,16,5.62,1.92,8,4.55,2.91,11,6.4,2.55,10,6.82,1.72,11,6.17,1.95,12,6.1,0.88,10,4.3,2.06,10,5.78,2.91,9,6.42,2.64,12,6.89,1.17,9,6.0,1.79,11,6.27,1.27,11,3.12,1.73,8,6.36,2.16,11,6.44,2.65,9,6.75,1.71,12
+substantiate,5.37,1.07,19,3.52,1.44,21,5.45,2.18,22,5.0,2.0,3,5.44,0.89,16,3.5,1.6,8,3.54,1.39,13,6.0,1.87,9,5.08,2.36,13,5.11,0.33,9,5.6,1.43,10,3.56,1.24,9,3.5,1.62,12,5.79,2.29,14,4.88,1.96,8,6.14,1.07,7,4.92,0.79,12,3.5,1.35,10,3.55,1.57,11,5.33,2.77,12,5.6,1.26,10
+substation,4.43,1.91,21,3.29,2.17,21,5.0,1.95,22,4.5,2.18,14,4.29,1.38,7,4.18,2.4,11,2.44,1.42,9,5.33,1.86,6,4.88,2.03,16,4.1,2.56,10,4.73,1.1,11,2.73,1.56,11,3.9,2.64,10,5.15,1.52,13,4.78,2.54,9,5.0,2.1,11,3.8,1.55,10,3.23,2.49,13,3.38,1.69,8,4.33,1.67,12,5.8,2.04,10
+substitute,4.91,1.28,23,3.59,2.06,22,5.25,1.8,20,5.38,0.92,8,4.67,1.4,15,3.7,1.77,10,3.5,2.35,12,6.0,1.73,7,4.85,1.77,13,4.58,1.56,12,5.27,0.79,11,3.18,1.78,11,4.0,2.32,11,5.13,1.68,15,5.6,2.3,5,4.45,1.29,11,5.33,1.15,12,4.1,2.23,10,3.17,1.9,12,4.5,1.51,10,6.0,1.83,10
+substitution,4.95,0.83,20,3.24,2.0,21,5.6,2.08,25,5.0,1.0,3,4.94,0.83,17,4.14,2.79,7,2.77,1.42,13,5.38,1.6,8,5.71,2.31,17,5.0,0.82,7,4.92,0.86,13,4.14,2.67,7,2.77,1.54,13,6.14,1.88,14,4.91,2.21,11,5.22,0.83,9,4.73,0.79,11,3.82,2.32,11,2.6,1.43,10,5.61,2.33,18,5.57,1.4,7
+subterranean,4.75,1.33,20,5.1,2.2,20,4.88,2.09,34,4.7,1.64,10,4.8,1.03,10,6.12,1.64,8,4.42,2.31,12,5.36,2.31,14,4.55,1.9,20,4.44,1.42,9,5.0,1.26,11,5.23,2.13,13,4.86,2.48,7,4.86,2.38,22,4.92,1.51,12,4.4,1.26,10,5.1,1.37,10,5.36,2.17,14,4.5,2.35,6,5.12,2.23,17,4.65,1.97,17
+subtext,4.53,0.84,19,3.71,1.68,21,4.2,1.77,20,4.33,0.58,3,4.56,0.89,16,3.17,1.33,6,3.93,1.79,15,4.33,1.21,6,4.14,1.99,14,4.8,0.42,10,4.22,1.09,9,3.86,2.19,7,3.64,1.45,14,3.8,1.87,10,4.6,1.65,10,4.62,0.52,8,4.45,1.04,11,3.33,2.0,9,4.0,1.41,12,3.88,2.3,8,4.42,1.38,12
+subtitle,5.41,1.65,22,3.25,1.94,20,5.67,2.74,18,5.62,1.94,13,5.11,1.17,9,4.29,2.29,7,2.69,1.55,13,5.67,3.08,6,5.67,2.71,12,5.42,1.98,12,5.4,1.26,10,3.78,2.22,9,2.82,1.66,11,5.22,3.03,9,6.11,2.52,9,5.67,1.78,12,5.1,1.52,10,4.43,2.23,7,2.62,1.5,13,5.86,2.73,7,5.55,2.88,11
+subtle,5.62,1.8,21,3.37,2.34,19,5.09,2.64,22,5.33,1.97,6,5.73,1.79,15,3.5,2.07,8,3.27,2.61,11,4.75,3.05,12,5.5,2.12,10,6.33,2.24,9,5.08,1.24,12,3.75,2.25,8,3.09,2.47,11,3.86,2.19,7,5.67,2.69,15,5.7,2.26,10,5.55,1.37,11,3.5,2.35,12,3.14,2.48,7,5.25,3.14,12,4.9,2.02,10
+subtlety,4.6,1.5,20,3.85,2.21,20,5.3,2.36,33,5.3,0.48,10,3.9,1.85,10,4.5,2.39,8,3.42,2.07,12,5.46,2.26,13,5.2,2.48,20,4.33,1.5,9,4.82,1.54,11,4.58,2.23,12,2.75,1.75,8,5.29,2.35,21,5.33,2.5,12,4.3,1.57,10,4.9,1.45,10,3.57,2.41,14,4.5,1.64,6,5.38,2.22,16,5.24,2.56,17
+subtract,4.25,1.55,20,3.96,2.18,23,6.1,2.19,21,4.67,1.32,9,3.91,1.7,11,3.55,2.07,11,4.33,2.31,12,5.12,1.64,8,6.69,2.32,13,4.14,1.35,14,4.5,2.07,6,3.56,2.13,9,4.21,2.26,14,6.0,1.51,8,6.15,2.58,13,4.3,1.49,10,4.2,1.69,10,3.69,1.65,13,4.3,2.79,10,7.25,1.36,12,4.56,2.19,9
+suburb,5.52,1.57,21,4.25,2.24,20,5.71,2.37,21,6.0,1.79,6,5.33,1.5,15,4.62,1.92,8,4.0,2.49,12,5.82,2.68,11,5.6,2.12,10,6.67,1.63,6,5.07,1.33,15,4.8,2.39,10,3.7,2.06,10,5.14,2.54,14,6.86,1.57,7,5.86,1.46,7,5.36,1.65,14,4.64,2.41,14,3.33,1.63,6,5.42,2.81,12,6.11,1.69,9
+suburban,5.85,1.23,20,3.41,2.32,22,5.69,2.35,26,6.57,1.4,7,5.46,0.97,13,2.9,1.66,10,3.83,2.76,12,5.93,2.4,15,5.7,2.16,10,5.64,1.21,11,6.11,1.27,9,3.56,1.74,9,3.31,2.72,13,5.88,2.47,16,5.78,1.99,9,6.08,1.32,13,5.43,0.98,7,2.94,2.11,16,4.67,2.58,6,5.42,2.84,12,5.93,1.9,14
+suburbia,5.52,1.57,21,3.75,1.75,24,5.05,2.06,22,6.12,1.64,8,5.15,1.46,13,4.0,2.09,12,3.5,1.38,12,5.69,2.14,13,4.11,1.62,9,5.25,1.91,8,5.75,1.42,12,4.0,0.82,13,3.45,2.46,11,4.75,2.01,12,5.4,2.17,10,5.8,1.55,10,5.27,1.62,11,3.59,1.97,17,4.14,1.07,7,5.1,2.64,10,5.0,1.54,12
+subversive,4.1,1.29,20,4.41,2.58,22,5.33,2.43,27,4.0,1.91,7,4.15,0.9,13,4.4,2.5,10,4.42,2.75,12,5.4,2.06,15,5.36,3.04,11,4.45,1.21,11,3.67,1.32,9,3.11,1.54,9,5.31,2.81,13,5.59,2.87,17,5.0,1.5,9,4.23,1.36,13,3.86,1.21,7,4.06,2.86,16,5.33,1.37,6,5.08,2.54,12,5.53,2.42,15
+subway,5.44,2.12,18,4.41,2.7,22,4.68,1.78,22,6.12,2.53,8,4.9,1.66,10,5.38,2.5,8,3.86,2.74,14,3.82,1.08,11,5.55,1.97,11,6.33,2.16,6,5.0,2.04,12,5.0,1.94,10,3.92,3.2,12,4.92,2.22,13,4.33,0.87,9,5.4,2.27,10,5.5,2.07,8,5.25,3.37,8,3.93,2.23,14,4.93,1.86,14,4.25,1.67,8
+succeed,7.05,1.68,19,6.71,2.0,21,6.1,2.25,20,6.33,0.58,3,7.19,1.8,16,6.83,1.47,6,6.67,2.23,15,5.67,2.34,6,6.29,2.27,14,6.9,1.85,10,7.22,1.56,9,7.43,1.4,7,6.36,2.21,14,6.2,2.35,10,6.0,2.26,10,6.88,1.96,8,7.18,1.54,11,7.33,1.41,9,6.25,2.3,12,7.75,1.58,8,5.0,1.95,12
+success,7.49,1.55,41,5.8,2.54,41,6.38,2.38,40,7.25,1.55,20,7.71,1.55,21,6.31,2.5,16,5.48,2.57,25,6.43,2.38,21,6.32,2.45,19,7.45,1.43,20,7.52,1.69,21,5.17,2.69,23,6.61,2.15,18,5.88,2.62,17,6.74,2.18,23,7.35,1.61,23,7.67,1.5,18,5.8,2.63,30,5.82,2.4,11,6.93,1.98,15,6.04,2.57,25
+successful,7.76,1.76,21,5.08,2.54,24,7.71,1.42,21,8.25,0.89,8,7.46,2.11,13,5.54,2.44,13,4.55,2.66,11,7.69,1.32,13,7.75,1.67,8,8.5,0.76,8,7.17,2.08,12,5.36,1.95,14,4.7,3.27,10,8.0,1.28,12,7.33,1.58,9,8.1,2.18,10,7.45,1.29,11,5.12,2.8,17,5.0,1.91,7,7.4,1.78,10,8.0,1.0,11
+succession,4.52,2.14,21,3.74,2.43,23,5.89,2.11,18,5.33,2.24,9,3.92,1.93,12,4.36,2.46,11,3.17,2.37,12,6.1,2.13,10,5.62,2.2,8,5.0,2.16,7,4.23,2.24,13,4.27,2.53,11,3.25,2.34,12,5.43,2.23,7,6.18,2.09,11,4.08,2.29,13,5.25,1.75,8,3.91,2.66,11,3.58,2.31,12,5.89,2.26,9,5.89,2.09,9
+successor,6.11,1.53,18,4.59,2.11,22,5.9,2.1,21,6.33,1.12,9,5.89,1.9,9,5.0,1.69,8,4.36,2.34,14,6.3,2.21,10,5.55,2.02,11,6.0,1.29,7,6.18,1.72,11,5.2,1.55,10,4.08,2.43,12,5.92,1.89,13,5.88,2.53,8,6.0,1.89,10,6.25,1.04,8,5.75,1.67,8,3.93,2.09,14,6.15,2.27,13,5.5,1.85,8
+succubus,3.67,1.46,21,4.68,2.63,22,4.05,2.31,21,3.33,1.58,9,3.92,1.38,12,5.83,2.71,6,4.07,2.52,15,4.33,3.2,6,3.93,1.98,15,3.89,1.36,9,3.5,1.57,12,5.2,1.79,5,4.53,2.85,17,4.6,2.72,10,3.55,1.86,11,3.58,1.56,12,3.78,1.39,9,5.67,2.69,9,4.0,2.45,13,4.5,2.32,12,3.44,2.3,9
+succulent,6.5,1.71,22,5.64,2.72,22,5.89,2.11,19,6.25,1.28,8,6.46,1.9,13,5.12,3.04,8,5.93,2.59,14,4.71,2.5,7,6.55,1.63,11,6.25,1.39,8,6.46,1.85,13,5.78,3.19,9,5.54,2.47,13,5.0,2.16,7,6.42,1.98,12,6.36,1.91,11,6.64,1.57,11,5.89,3.06,9,5.46,2.57,13,5.56,2.06,16,7.67,1.53,3
+suck,3.71,2.72,21,5.6,2.19,20,5.47,3.06,19,4.23,2.77,13,2.88,2.59,8,4.86,2.54,7,6.0,1.96,13,5.71,2.69,7,5.33,3.37,12,4.25,3.11,12,3.0,2.06,9,4.89,2.62,9,6.18,1.66,11,6.7,2.36,10,4.11,3.3,9,3.67,2.77,12,3.78,2.82,9,4.86,2.04,7,6.0,2.24,13,6.29,2.63,7,5.0,3.3,12
+sucker,4.0,2.27,22,4.74,2.65,23,4.17,2.31,18,4.75,2.55,8,3.69,2.1,13,5.5,2.73,8,4.21,2.67,14,5.43,2.82,7,3.36,1.57,11,4.38,3.07,8,3.92,1.75,13,4.0,2.74,9,5.21,2.58,14,4.43,2.51,7,4.0,2.28,11,4.64,2.69,11,3.36,1.63,11,3.33,2.87,9,5.64,2.13,14,4.53,2.33,15,2.33,1.15,3
+suction,4.25,1.71,20,3.81,2.5,21,4.88,2.13,25,4.0,2.16,4,4.31,1.66,16,4.5,1.73,4,3.65,2.67,17,4.44,1.88,9,5.12,2.28,16,4.12,1.73,8,4.33,1.78,12,4.1,2.73,10,3.55,2.38,11,4.64,1.6,14,5.18,2.71,11,4.36,1.29,11,4.11,2.2,9,3.3,2.71,10,4.27,2.33,11,5.17,2.26,18,4.14,1.68,7
+suds,5.24,2.3,21,3.73,1.88,22,5.5,1.68,22,5.33,2.18,9,5.17,2.48,12,4.0,2.45,6,3.67,1.76,15,5.17,2.04,6,5.62,1.59,16,5.22,2.11,9,5.25,2.53,12,3.4,1.14,5,3.82,2.07,17,5.64,1.69,11,5.36,1.75,11,5.25,2.77,12,5.22,1.64,9,3.22,1.64,9,4.08,2.02,13,5.42,1.78,12,5.6,1.65,10
+sue,2.18,1.22,22,6.15,2.46,20,5.58,2.78,19,2.23,1.17,13,2.11,1.36,9,6.71,0.95,7,5.85,2.97,13,5.86,2.27,7,5.42,3.12,12,2.17,1.27,12,2.2,1.23,10,6.22,2.17,9,6.09,2.77,11,6.2,2.25,10,4.89,3.26,9,2.08,1.31,12,2.3,1.16,10,6.57,0.98,7,5.92,2.99,13,6.29,3.04,7,5.17,2.66,12
+suede,5.36,1.68,22,2.75,1.97,20,5.71,1.98,21,6.0,1.47,14,4.25,1.49,8,3.4,2.46,10,2.11,1.17,9,5.5,1.52,6,5.8,2.18,15,5.4,2.22,10,5.33,1.15,12,2.0,1.0,11,3.67,2.5,9,5.08,1.71,13,6.75,2.05,8,5.5,1.88,12,5.2,1.48,10,2.5,2.2,12,3.12,1.64,8,5.42,1.56,12,6.11,2.47,9
+suffer,2.05,1.32,20,4.5,2.34,24,3.32,2.26,28,2.62,1.3,8,1.67,1.23,12,4.67,2.45,9,4.4,2.35,15,3.07,2.06,14,3.57,2.5,14,2.0,1.41,9,2.09,1.3,11,3.92,2.23,12,5.08,2.39,12,2.5,1.83,14,4.14,2.41,14,1.9,1.37,10,2.2,1.32,10,4.58,2.15,12,4.42,2.61,12,3.5,2.43,12,3.19,2.2,16
+suffice,5.52,1.75,21,3.25,1.68,20,6.19,2.23,21,6.0,1.26,6,5.33,1.91,15,3.88,1.55,8,2.83,1.7,12,5.91,2.39,11,6.5,2.12,10,6.0,1.55,6,5.33,1.84,15,3.6,1.78,10,2.9,1.6,10,6.07,2.53,14,6.43,1.62,7,5.0,2.24,7,5.79,1.48,14,3.29,1.82,14,3.17,1.47,6,5.83,2.52,12,6.67,1.8,9
+sufficient,6.1,1.61,21,3.17,2.65,24,6.0,2.08,20,6.75,1.28,8,5.69,1.7,13,4.17,2.32,6,2.83,2.73,18,6.09,1.64,11,5.89,2.62,9,6.08,1.88,12,6.11,1.27,9,3.8,2.97,10,2.71,2.4,14,5.85,2.15,13,6.29,2.06,7,6.29,1.73,14,5.71,1.38,7,4.0,2.83,16,1.5,1.07,8,6.42,1.62,12,5.38,2.62,8
+suffocate,2.62,2.03,39,6.09,2.58,44,3.48,2.61,23,2.55,2.2,22,2.71,1.86,17,5.95,2.95,20,6.21,2.28,24,3.22,2.28,9,3.64,2.87,14,3.3,2.34,23,1.62,0.81,16,6.48,2.38,25,5.58,2.8,19,3.13,2.56,15,4.12,2.75,8,2.84,2.09,19,2.4,2.01,20,5.79,2.7,29,6.67,2.29,15,2.92,2.69,13,4.2,2.44,10
+suffocation,2.44,1.69,18,5.0,2.73,22,3.17,2.21,23,2.0,1.55,11,3.5,1.64,6,5.5,2.83,8,4.71,2.73,14,3.14,1.77,7,3.19,2.43,16,2.43,1.62,7,2.45,1.81,11,4.22,2.73,9,5.54,2.7,13,4.09,2.59,11,2.33,1.44,12,2.91,1.97,11,1.71,0.76,7,4.45,2.7,11,5.55,2.77,11,3.77,2.55,13,2.4,1.43,10
+sugar,6.56,1.8,41,5.29,2.49,17,6.32,2.32,25,6.12,1.93,17,6.88,1.68,24,6.4,1.52,5,4.83,2.72,12,5.25,1.83,8,6.82,2.4,17,6.0,1.95,22,7.21,1.4,19,6.11,2.32,9,4.38,2.5,8,6.14,2.14,14,6.55,2.62,11,6.69,1.78,26,6.33,1.88,15,5.5,2.56,8,5.11,2.57,9,6.89,2.25,18,4.86,1.95,7
+suggest,5.55,1.53,22,3.75,2.07,20,5.84,2.43,19,5.85,1.82,13,5.11,0.93,9,5.29,1.25,7,2.92,1.98,13,6.57,2.15,7,5.42,2.57,12,5.67,1.87,12,5.4,1.07,10,4.22,1.99,9,3.36,2.16,11,5.3,2.41,10,6.44,2.46,9,5.42,1.56,12,5.7,1.57,10,4.71,2.21,7,3.23,1.88,13,4.57,2.94,7,6.58,1.83,12
+suggestion,5.79,1.65,19,4.18,2.22,22,6.41,2.02,22,6.33,1.0,9,5.3,2.0,10,4.5,2.14,8,4.0,2.32,14,6.36,2.2,11,6.45,1.92,11,5.86,0.9,7,5.75,2.01,12,4.9,2.13,10,3.58,2.19,12,6.54,2.18,13,6.22,1.86,9,5.3,1.95,10,6.33,1.12,9,4.12,2.53,8,4.21,2.12,14,5.86,2.14,14,7.38,1.41,8
+suggestive,4.95,1.5,21,4.44,2.29,25,5.68,2.4,19,5.0,2.12,9,4.92,0.9,12,3.33,2.42,6,4.89,2.22,18,4.29,1.98,7,6.5,2.32,12,5.0,1.71,16,4.8,0.45,5,4.21,2.49,14,4.9,2.13,10,5.44,2.55,9,5.9,2.38,10,5.08,1.83,12,4.78,0.97,9,4.56,2.28,16,4.22,2.44,9,5.82,2.68,11,5.5,2.14,8
+suicidal,2.15,2.16,20,4.91,2.59,23,3.24,2.43,21,4.4,3.13,5,1.4,1.06,15,4.83,2.48,12,5.0,2.83,11,3.18,2.56,11,3.33,2.55,9,1.82,2.4,11,2.56,1.88,9,4.88,2.7,16,5.0,2.52,7,3.09,2.26,11,3.4,2.72,10,1.69,1.49,13,3.0,3.0,7,4.89,2.87,19,5.0,0.0,4,3.21,2.75,14,3.29,1.8,7
+suicide,1.58,1.5,19,6.21,2.67,39,4.21,3.02,24,1.67,2.0,9,1.5,0.97,10,5.79,3.24,19,6.68,2.0,19,3.62,2.72,8,4.5,3.2,16,2.0,2.12,9,1.2,0.42,10,5.65,3.05,20,6.79,2.12,19,4.53,3.08,17,3.5,3.21,6,1.83,1.85,12,1.14,0.38,7,5.58,2.97,26,7.46,1.27,13,4.62,3.14,16,3.38,2.77,8
+suit,5.89,1.97,18,3.05,2.04,20,5.17,2.64,18,5.75,1.67,8,6.0,2.26,10,3.43,2.23,7,2.85,1.99,13,5.18,2.44,11,5.14,3.13,7,6.0,1.61,11,5.71,2.56,7,2.56,2.13,9,3.45,1.97,11,6.18,2.27,11,3.57,2.51,7,6.0,1.54,12,5.67,2.8,6,2.67,1.83,12,3.62,2.33,8,5.11,2.8,9,5.22,2.64,9
+suitable,5.7,1.13,20,3.0,2.1,20,6.16,2.12,25,5.33,1.53,3,5.76,1.09,17,3.14,2.73,7,2.92,1.8,13,6.0,2.14,8,6.24,2.17,17,5.86,1.21,7,5.62,1.12,13,4.71,2.06,7,2.08,1.5,13,5.71,1.94,14,6.73,2.28,11,5.78,1.09,9,5.64,1.21,11,3.7,2.16,10,2.3,1.89,10,6.22,2.34,18,6.0,1.53,7
+suitcase,5.25,1.62,20,3.24,2.07,21,5.5,2.16,34,5.3,1.7,10,5.2,1.62,10,3.62,2.45,8,3.0,1.87,13,5.93,2.37,14,5.2,2.02,20,4.56,1.42,9,5.82,1.6,11,4.08,1.98,13,1.88,1.46,8,5.45,2.5,22,5.58,1.44,12,4.7,1.64,10,5.8,1.48,10,2.86,1.99,14,4.0,2.16,7,5.76,1.89,17,5.24,2.44,17
+suite,7.05,1.72,19,3.61,2.02,23,6.16,1.46,19,6.89,1.69,9,7.2,1.81,10,4.86,1.57,7,3.13,2.03,15,6.0,1.56,10,6.33,1.41,9,7.56,1.67,9,6.6,1.71,10,4.0,2.21,10,3.42,1.93,12,5.62,1.3,8,6.5,1.58,10,6.75,1.66,12,7.57,1.81,7,3.8,2.09,20,2.33,0.58,3,5.62,1.3,8,6.55,1.51,11
+suitor,5.63,2.03,19,3.67,2.74,18,5.58,2.48,24,5.0,2.0,4,5.8,2.08,15,3.2,1.79,5,3.85,3.08,13,5.0,2.74,13,6.27,2.05,11,6.44,1.81,9,4.9,2.02,10,4.14,2.73,7,3.36,2.84,11,5.06,2.46,16,6.62,2.33,8,5.0,1.96,13,7.0,1.55,6,4.33,2.96,12,2.33,1.75,6,5.6,2.87,15,5.56,1.81,9
+sulfate,4.63,1.21,19,3.67,2.18,21,4.91,2.07,23,4.33,1.15,3,4.69,1.25,16,3.88,1.96,8,3.54,2.37,13,5.44,2.46,9,4.57,1.79,14,4.67,1.5,9,4.6,0.97,10,4.11,1.96,9,3.33,2.35,12,4.87,2.47,15,5.0,1.07,8,4.71,0.95,7,4.58,1.38,12,3.3,1.89,10,4.0,2.45,11,4.92,2.6,13,4.9,1.2,10
+sulfur,4.5,1.79,20,3.86,2.36,22,5.0,2.29,27,5.43,2.07,7,4.0,1.47,13,3.9,2.33,10,3.83,2.48,12,5.33,2.09,15,4.82,2.52,11,4.36,1.63,11,4.67,2.06,9,4.56,1.94,9,3.38,2.57,13,5.29,2.69,17,4.78,1.09,9,4.92,1.89,13,3.71,1.38,7,3.81,2.4,16,4.0,2.45,6,4.92,2.61,12,5.07,2.09,15
+sulk,3.22,2.1,18,3.3,1.95,20,3.68,2.04,25,2.4,0.55,5,3.54,2.4,13,3.18,1.83,11,3.44,2.19,9,3.69,2.24,16,3.67,1.73,9,2.57,0.98,7,3.64,2.54,11,2.56,2.19,9,3.91,1.58,11,3.65,2.23,20,3.8,1.1,5,3.44,2.51,9,3.0,1.73,9,3.18,1.72,11,3.44,2.3,9,3.95,2.12,19,2.83,1.6,6
+sullen,2.84,1.01,19,4.52,2.18,21,4.57,1.75,23,3.8,1.1,5,2.46,0.78,13,4.5,2.43,6,4.53,2.17,15,4.6,2.27,10,4.54,1.33,13,3.14,1.21,7,2.64,0.92,11,3.86,2.19,7,4.86,2.18,14,4.73,1.35,11,4.42,2.11,12,2.92,1.16,12,2.71,0.76,7,4.18,2.36,11,4.9,2.02,10,4.43,2.14,14,4.78,0.97,9
+sully,3.89,1.41,19,4.05,1.99,20,4.45,1.88,20,4.67,1.53,3,3.75,1.39,16,3.5,1.87,6,4.29,2.05,14,5.33,0.52,6,4.07,2.13,14,4.7,0.82,10,3.0,1.41,9,4.0,2.45,7,4.08,1.8,13,5.0,2.0,10,3.9,1.66,10,4.5,1.31,8,3.45,1.37,11,3.44,1.88,9,4.55,2.02,11,4.12,2.75,8,4.67,1.07,12
+sultan,4.48,1.97,21,3.48,2.23,23,4.94,2.44,18,5.22,2.22,9,3.92,1.62,12,3.36,1.75,11,3.58,2.68,12,5.2,1.93,10,4.62,3.07,8,4.71,2.29,7,4.38,1.94,13,3.64,2.2,11,3.33,2.35,12,4.86,2.19,7,5.0,2.68,11,4.08,1.98,13,5.12,1.89,8,4.09,2.51,11,2.92,1.88,12,5.11,2.2,9,4.78,2.77,9
+sum,5.71,1.95,21,3.1,1.81,21,5.88,2.13,25,6.17,1.4,12,5.11,2.47,9,3.43,1.99,7,2.93,1.77,14,5.9,2.33,10,5.87,2.07,15,5.5,3.42,4,5.76,1.6,17,3.0,1.94,10,3.18,1.78,11,5.71,2.93,7,5.94,1.83,18,5.42,2.27,12,6.11,1.45,9,3.0,1.68,13,3.25,2.12,8,5.56,2.74,9,6.06,1.77,16
+summarize,4.89,1.37,19,2.8,1.91,20,6.4,2.11,20,5.33,0.58,3,4.67,1.4,15,2.7,1.42,10,2.9,2.38,10,6.5,1.84,10,6.3,2.45,10,4.0,2.0,6,5.17,0.58,12,2.86,2.41,7,2.77,1.69,13,5.38,2.33,8,7.08,1.73,12,5.42,0.67,12,4.0,1.83,7,2.7,2.11,10,2.9,1.79,10,6.0,2.4,9,6.73,1.9,11
+summary,5.05,1.57,20,3.29,1.83,17,6.09,1.48,22,5.2,1.1,5,5.0,1.73,15,4.33,1.97,6,2.73,1.56,11,5.9,1.2,10,6.25,1.71,12,5.6,0.97,10,4.5,1.9,10,3.7,2.06,10,2.71,1.38,7,5.91,1.7,11,6.27,1.27,11,4.92,1.62,12,5.25,1.58,8,2.62,1.92,8,3.89,1.62,9,6.09,1.7,11,6.09,1.3,11
+summation,4.85,1.84,20,4.15,2.58,20,5.19,2.27,36,5.43,1.9,7,4.54,1.81,13,4.0,2.12,5,4.2,2.78,15,5.82,2.14,11,4.92,2.31,25,5.58,1.73,12,3.75,1.49,8,4.58,2.68,12,3.5,2.45,8,5.55,2.39,20,4.75,2.08,16,5.45,1.37,11,4.11,2.15,9,5.27,2.69,11,2.78,1.72,9,5.18,2.46,22,5.21,2.01,14
+summer,7.5,1.89,18,5.48,2.86,21,6.61,1.69,18,6.38,2.2,8,8.4,0.97,10,5.29,2.63,7,5.57,3.06,14,6.18,1.6,11,7.29,1.7,7,6.73,2.0,11,8.71,0.76,7,5.33,3.2,9,5.58,2.71,12,6.55,1.63,11,6.71,1.89,7,7.08,2.07,12,8.33,1.21,6,5.08,2.78,12,6.0,3.04,9,6.67,1.87,9,6.56,1.59,9
+summerhouse,7.3,1.22,20,4.82,3.23,17,5.71,2.27,24,7.2,1.3,5,7.33,1.23,15,4.8,3.9,5,4.83,3.1,12,5.31,2.56,13,6.18,1.89,11,7.6,1.35,10,7.0,1.05,10,5.0,3.83,7,4.7,2.95,10,5.25,2.32,16,6.62,2.0,8,6.93,1.14,14,8.17,0.98,6,5.55,3.21,11,3.5,3.08,6,6.2,2.54,15,4.89,1.54,9
+summertime,6.74,2.23,19,5.32,3.11,22,6.5,2.24,22,7.33,1.32,9,6.2,2.78,10,4.0,2.93,8,6.07,3.05,14,6.64,2.42,11,6.36,2.16,11,6.86,1.46,7,6.67,2.64,12,5.5,3.24,10,5.17,3.13,12,6.23,2.45,13,6.89,1.96,9,5.9,2.73,10,7.67,1.0,9,4.5,3.21,8,5.79,3.07,14,7.14,2.14,14,5.38,2.07,8
+summit,5.5,1.82,22,4.35,2.52,20,4.45,2.02,22,5.5,2.14,14,5.5,1.2,8,4.64,2.84,11,4.0,2.33,8,4.5,1.64,6,4.44,2.19,16,5.2,2.44,10,5.75,1.14,12,3.55,2.07,11,5.33,2.78,9,4.31,1.93,13,4.67,2.24,9,5.17,1.95,12,5.9,1.66,10,4.0,2.52,13,5.0,2.58,7,4.42,2.23,12,4.5,1.84,10
+summon,5.58,1.57,19,4.67,2.46,24,6.04,2.24,28,5.88,0.83,8,5.36,1.96,11,4.67,2.45,9,4.67,2.55,15,5.93,2.53,14,6.14,1.99,14,5.56,2.19,9,5.6,0.84,10,4.83,2.52,12,4.5,2.5,12,6.14,2.57,14,5.93,1.94,14,5.4,2.07,10,5.78,0.83,9,4.58,2.64,12,4.75,2.38,12,6.17,1.99,12,5.94,2.46,16
+summons,3.6,2.01,20,5.14,2.01,22,3.84,2.48,19,3.89,2.15,9,3.36,1.96,11,5.6,2.27,10,4.75,1.76,12,3.38,1.51,8,4.18,3.03,11,3.29,1.44,14,4.33,3.01,6,5.12,2.03,8,5.14,2.07,14,5.38,2.13,8,2.73,2.15,11,3.3,1.25,10,3.9,2.6,10,4.75,1.66,12,5.6,2.37,10,3.82,2.86,11,3.88,2.03,8
+sumo,4.45,1.6,22,3.71,2.1,24,5.48,2.21,23,4.33,1.66,9,4.54,1.61,13,3.33,2.18,9,3.93,2.09,15,5.0,2.29,9,5.79,2.19,14,4.62,1.92,8,4.36,1.45,14,3.42,2.31,12,4.0,1.91,12,5.42,2.19,12,5.55,2.34,11,4.5,1.62,12,4.4,1.65,10,3.36,2.31,14,4.2,1.75,10,6.17,2.17,12,4.73,2.1,11
+sun,6.92,1.89,40,4.64,2.54,47,4.98,2.72,54,6.38,1.78,16,7.29,1.9,24,4.76,2.57,21,4.54,2.56,26,5.08,2.69,25,5.0,2.79,28,7.35,1.9,20,6.5,1.82,20,4.82,2.57,28,4.37,2.54,19,4.82,2.88,34,5.42,2.43,19,7.0,1.85,26,6.79,2.01,14,4.74,2.73,31,4.44,2.19,16,4.81,2.88,27,5.15,2.6,27
+sunburn,2.76,1.52,17,4.45,2.76,20,4.12,2.09,25,3.0,1.15,4,2.69,1.65,13,4.91,3.21,11,3.89,2.15,9,4.12,1.93,16,4.11,2.47,9,2.83,1.83,6,2.73,1.42,11,3.33,2.55,9,5.36,2.69,11,3.9,2.22,20,5.0,1.22,5,2.75,1.58,8,2.78,1.56,9,4.09,2.98,11,4.89,2.57,9,4.21,1.93,19,3.83,2.71,6
+sundae,7.76,1.0,21,4.79,2.78,24,5.8,2.26,20,7.5,1.07,8,7.92,0.95,13,5.0,2.1,6,4.72,3.03,18,6.27,1.74,11,5.22,2.77,9,7.58,1.08,12,8.0,0.87,9,5.1,2.77,10,4.57,2.87,14,5.92,2.22,13,5.57,2.51,7,7.86,1.03,14,7.57,0.98,7,5.19,2.66,16,4.0,3.02,8,6.08,1.44,12,5.38,3.2,8
+sundial,5.95,1.39,19,3.22,2.16,18,5.19,2.69,16,5.64,0.92,11,6.38,1.85,8,4.0,2.58,4,3.0,2.08,14,5.0,2.45,8,5.38,3.07,8,6.12,1.25,8,5.82,1.54,11,4.14,2.19,7,2.64,2.01,11,5.0,2.9,6,5.3,2.71,10,5.62,1.45,13,6.67,1.03,6,3.0,2.41,11,3.57,1.81,7,5.5,2.81,6,5.0,2.75,10
+sundown,6.21,1.69,19,3.71,2.39,21,4.4,2.5,20,5.0,1.0,3,6.44,1.71,16,4.83,3.13,6,3.27,1.98,15,4.0,1.79,6,4.57,2.79,14,6.6,1.17,10,5.78,2.11,9,3.29,2.14,7,3.93,2.56,14,4.5,2.27,10,4.3,2.83,10,6.0,1.85,8,6.36,1.63,11,2.56,2.07,9,4.58,2.31,12,5.62,3.11,8,3.58,1.68,12
+sunflower,6.45,1.7,20,3.05,2.54,22,6.15,1.85,27,6.0,1.49,10,6.9,1.85,10,2.29,2.21,7,3.4,2.67,15,6.24,2.08,17,6.0,1.49,10,5.8,1.62,10,7.1,1.6,10,3.4,3.58,5,2.94,2.28,17,6.07,2.02,14,6.23,1.74,13,6.25,1.82,12,6.75,1.58,8,3.0,3.06,10,3.08,2.15,12,6.86,1.61,14,5.38,1.85,13
+sunglasses,6.72,1.27,18,3.67,2.06,21,5.83,2.25,23,5.67,0.58,3,6.93,1.28,15,4.25,2.05,8,3.31,2.06,13,6.44,2.13,9,5.43,2.31,14,7.11,1.27,9,6.33,1.22,9,3.67,2.18,9,3.67,2.06,12,5.93,2.31,15,5.62,2.26,8,7.0,0.89,6,6.58,1.44,12,4.5,2.17,10,2.91,1.7,11,6.15,2.61,13,5.4,1.71,10
+sunken,4.42,1.5,19,3.95,2.31,20,4.0,2.19,24,4.54,1.33,13,4.17,1.94,6,4.8,1.64,5,3.67,2.47,15,3.77,2.01,13,4.27,2.45,11,5.11,1.54,9,3.8,1.23,10,5.0,2.16,7,3.38,2.26,13,4.09,2.07,11,3.92,2.36,13,4.44,1.67,9,4.4,1.43,10,3.5,1.58,10,4.4,2.88,10,3.78,2.28,9,4.13,2.2,15
+sunlight,7.46,1.94,41,4.44,2.66,43,6.12,2.3,43,7.15,2.41,13,7.61,1.71,28,4.0,1.87,17,4.73,3.07,26,6.0,1.57,14,6.17,2.61,29,6.94,1.71,17,7.83,2.04,24,4.24,2.53,21,4.64,2.82,22,5.7,2.64,23,6.6,1.79,20,7.52,1.88,23,7.39,2.06,18,4.67,2.81,24,4.16,2.5,19,5.43,2.59,23,6.9,1.65,20
+sunny,7.95,0.89,20,5.38,3.09,21,5.11,2.51,19,7.89,1.05,9,8.0,0.77,11,5.8,2.86,5,5.2,3.34,15,3.17,2.4,6,6.0,2.08,13,7.71,0.91,14,8.5,0.55,6,5.45,3.3,11,5.22,3.19,9,5.33,2.12,9,4.9,2.92,10,7.9,0.74,10,8.0,1.05,10,5.0,3.02,12,5.89,3.3,9,3.83,3.13,6,5.69,2.06,13
+sunrise,7.35,1.64,40,4.68,2.88,22,5.95,2.65,22,6.92,1.98,13,7.5,1.45,26,5.0,2.83,8,4.5,3.01,14,4.82,2.71,11,7.09,2.12,11,6.87,1.73,15,7.58,1.56,24,6.6,1.9,10,3.08,2.61,12,6.31,2.43,13,5.44,3.0,9,7.2,1.74,20,7.5,1.57,20,4.75,3.01,8,4.64,2.92,14,6.43,2.53,14,5.12,2.8,8
+sunroof,6.47,1.84,19,3.24,2.39,21,6.17,1.67,23,6.6,1.67,5,6.31,1.97,13,4.17,2.48,6,2.87,2.33,15,6.6,1.43,10,5.85,1.82,13,6.29,2.87,7,6.45,0.93,11,3.71,2.56,7,3.0,2.35,14,5.73,1.79,11,6.58,1.51,12,6.58,2.19,12,6.29,1.11,7,3.36,2.77,11,3.1,2.02,10,6.07,1.82,14,6.33,1.5,9
+sunscreen,5.77,1.54,22,3.95,2.24,22,5.89,2.13,19,5.12,1.46,8,6.0,1.47,13,4.5,2.56,8,3.46,2.03,13,4.57,1.99,7,6.64,1.96,11,6.25,1.98,8,5.31,1.03,13,4.67,2.4,9,3.46,2.07,13,5.29,2.5,7,6.25,1.91,12,5.45,1.63,11,6.09,1.45,11,3.38,2.33,8,4.29,2.2,14,5.75,2.11,16,6.67,2.52,3
+sunset,7.46,1.5,39,4.68,2.73,44,5.32,2.98,25,7.6,1.24,15,7.38,1.66,24,4.0,2.03,17,5.11,3.04,27,3.88,2.53,8,6.0,3.0,17,7.09,1.7,23,8.13,0.83,15,5.14,2.67,21,4.26,2.77,23,4.36,2.98,14,6.55,2.62,11,7.05,1.67,20,7.89,1.2,19,4.6,2.94,25,4.79,2.49,19,5.06,3.23,18,6.0,2.31,7
+sunshine,8.14,1.13,22,5.32,3.11,19,5.43,2.29,21,7.6,1.52,5,8.31,1.01,16,5.5,3.59,8,5.18,2.89,11,5.6,2.67,10,5.27,2.0,11,7.92,1.24,12,8.4,0.97,10,3.9,2.6,10,6.89,2.98,9,4.42,2.11,12,6.78,1.86,9,8.09,0.7,11,8.18,1.47,11,4.25,2.12,8,6.09,3.56,11,5.78,2.17,9,5.17,2.44,12
+suntan,6.05,1.47,19,4.25,2.53,20,5.39,2.25,23,7.33,1.53,3,5.81,1.38,16,5.0,2.33,8,3.75,2.63,12,5.67,2.18,9,5.21,2.36,14,6.11,1.9,9,6.0,1.05,10,5.11,2.85,9,3.55,2.11,11,6.13,2.26,15,4.0,1.51,8,5.71,1.38,7,6.25,1.54,12,5.0,2.26,10,3.5,2.68,10,6.0,2.71,13,4.6,1.17,10
+sunup,5.71,2.22,21,3.28,2.25,25,5.21,2.46,19,5.11,2.42,9,6.17,2.04,12,2.17,1.6,6,3.72,2.37,18,3.57,2.15,7,6.17,2.17,12,5.12,2.19,16,7.6,0.89,5,3.14,2.28,14,3.6,2.37,10,5.22,3.15,9,5.2,1.81,10,5.83,2.37,12,5.56,2.13,9,3.19,2.29,16,3.44,2.3,9,4.73,2.94,11,5.88,1.55,8
+sup,5.53,1.22,19,4.3,1.95,20,5.26,2.12,23,5.0,1.0,3,5.62,1.26,16,4.5,1.31,8,4.17,2.33,12,5.33,2.4,9,5.21,2.01,14,5.89,1.36,9,5.2,1.03,10,4.56,2.24,9,4.09,1.76,11,5.73,2.28,15,4.38,1.51,8,5.57,1.27,7,5.5,1.24,12,4.6,1.9,10,4.0,2.05,10,5.31,2.75,13,5.2,0.92,10
+super,7.05,1.65,19,4.25,2.49,20,6.91,1.62,23,7.15,1.63,13,6.83,1.83,6,5.0,2.92,5,4.0,2.39,15,7.0,1.63,13,6.8,1.69,10,7.0,1.8,9,7.1,1.6,10,5.0,3.11,7,3.85,2.12,13,6.6,1.84,10,7.15,1.46,13,7.33,1.66,9,6.8,1.69,10,3.9,2.18,10,4.6,2.84,10,7.0,1.73,9,6.86,1.61,14
+superb,7.0,1.72,22,4.33,2.69,21,6.64,1.5,22,6.93,1.54,14,7.12,2.1,8,5.36,2.87,11,3.44,2.01,9,6.67,1.86,6,6.62,1.41,16,7.2,1.69,10,6.83,1.8,12,4.0,2.57,11,4.7,2.91,10,6.85,1.28,13,6.33,1.8,9,6.67,2.02,12,7.4,1.26,10,4.15,2.91,13,4.62,2.45,8,6.83,0.83,12,6.4,2.07,10
+superficial,3.79,2.3,19,4.2,1.82,20,4.62,2.3,24,4.31,2.39,13,2.67,1.75,6,4.4,1.82,5,4.13,1.88,15,4.46,1.76,13,4.82,2.89,11,4.22,2.99,9,3.4,1.51,10,5.0,2.0,7,3.77,1.64,13,5.09,2.3,11,4.23,2.31,13,4.56,2.24,9,3.1,2.23,10,3.8,1.87,10,4.6,1.78,10,4.56,2.3,9,4.67,2.38,15
+superfluous,4.53,1.95,19,4.45,1.9,22,4.58,1.59,24,3.5,1.38,6,5.0,2.04,13,4.67,1.92,12,4.2,1.93,10,4.25,2.31,8,4.75,1.13,16,4.6,1.96,10,4.44,2.07,9,4.78,1.39,9,4.23,2.2,13,4.71,1.72,17,4.17,1.33,6,4.25,1.75,8,4.73,2.15,11,4.11,1.69,9,4.69,2.06,13,4.56,1.63,16,4.62,1.6,8
+superhero,6.89,1.45,19,6.0,2.32,21,5.83,2.37,23,7.67,1.15,3,6.75,1.48,16,6.12,1.13,8,5.92,2.87,13,5.33,1.94,9,6.14,2.63,14,7.78,0.97,9,6.1,1.37,10,6.67,1.73,9,5.5,2.65,12,6.33,2.55,15,4.88,1.73,8,7.0,1.0,7,6.83,1.7,12,7.2,1.4,10,4.91,2.51,11,5.85,2.7,13,5.8,1.99,10
+superhuman,6.67,1.46,21,4.73,2.88,22,6.33,2.59,27,6.2,1.14,10,7.09,1.64,11,5.0,2.83,7,4.6,3.0,15,6.0,2.67,17,6.9,2.47,10,6.73,1.74,11,6.6,1.17,10,3.4,3.36,5,5.12,2.71,17,6.36,2.56,14,6.31,2.72,13,6.54,1.66,13,6.88,1.13,8,4.1,3.38,10,5.25,2.42,12,6.86,2.63,14,5.77,2.52,13
+superintendent,4.86,1.56,21,3.24,2.2,25,5.16,2.57,19,4.67,1.87,9,5.0,1.35,12,2.5,1.64,6,3.56,2.38,18,3.86,2.85,7,5.92,2.15,12,4.81,1.8,16,5.0,0.0,5,2.79,2.01,14,4.0,2.45,10,5.67,2.83,9,4.7,2.36,10,4.75,1.6,12,5.0,1.58,9,3.19,2.1,16,3.33,2.5,9,4.27,2.49,11,6.38,2.26,8
+superior,6.37,2.01,19,4.74,2.18,23,5.95,1.9,19,5.22,1.48,9,7.4,1.9,10,5.14,2.79,7,4.6,1.99,15,6.3,1.57,10,5.56,2.24,9,6.44,2.4,9,6.3,1.7,10,5.3,2.36,10,4.33,2.1,12,5.62,1.06,8,6.0,2.4,10,6.92,2.23,12,5.43,1.13,7,4.95,2.24,20,3.33,1.15,3,6.0,1.85,8,5.91,2.02,11
+superiority,4.95,1.68,19,5.48,1.99,21,6.81,1.91,21,5.22,2.11,9,4.7,1.25,10,5.56,2.6,9,5.42,1.51,12,6.88,1.64,8,6.77,2.13,13,5.21,1.85,14,4.2,0.84,5,5.62,2.45,8,5.38,1.76,13,7.25,1.58,8,6.54,2.11,13,5.3,1.42,10,4.56,1.94,9,5.75,1.6,12,5.11,2.47,9,7.25,1.82,12,6.22,1.99,9
+superman,6.52,1.91,21,5.17,3.05,23,5.11,2.81,18,6.89,1.69,9,6.25,2.09,12,5.18,2.86,11,5.17,3.35,12,4.7,3.2,10,5.62,2.33,8,5.57,2.37,7,6.92,1.55,13,5.36,2.87,11,5.0,3.33,12,6.14,2.67,7,4.45,2.81,11,6.23,2.2,13,7.0,1.31,8,5.91,3.21,11,4.5,2.88,12,5.0,3.08,9,5.22,2.68,9
+supermarket,6.37,1.95,19,4.65,2.06,23,5.28,1.87,18,5.44,1.88,9,7.2,1.69,10,4.86,1.77,7,4.6,2.29,15,5.5,2.17,10,5.0,1.51,8,6.22,2.33,9,6.5,1.65,10,4.6,1.96,10,4.75,2.3,12,4.12,1.13,8,6.0,1.87,9,6.58,1.98,12,6.0,2.0,7,4.6,1.98,20,5.0,3.0,3,5.12,1.55,8,5.4,2.17,10
+supermodel,5.53,2.46,19,6.09,1.95,22,5.18,2.61,22,7.33,1.32,9,3.9,2.08,10,6.62,1.51,8,5.79,2.15,14,4.82,2.64,11,5.55,2.66,11,6.71,1.5,7,4.83,2.69,12,6.3,1.25,10,5.92,2.43,12,5.23,2.71,13,5.11,2.62,9,4.9,2.28,10,6.22,2.59,9,5.75,1.75,8,6.29,2.09,14,5.43,2.79,14,4.75,2.38,8
+supernatural,6.05,2.11,21,5.9,1.95,21,4.0,2.68,25,6.58,1.56,12,5.33,2.6,9,6.57,1.27,7,5.57,2.17,14,5.2,2.97,10,3.2,2.21,15,6.75,2.63,4,5.88,2.03,17,6.5,2.17,10,5.36,1.63,11,2.57,2.07,7,4.56,2.73,18,5.75,2.38,12,6.44,1.74,9,5.62,2.26,13,6.38,1.3,8,3.0,2.18,9,4.56,2.83,16
+supernova,6.58,2.36,19,5.5,2.84,20,3.5,2.91,20,8.0,1.0,3,6.47,2.47,15,5.2,3.16,10,5.8,2.62,10,3.0,3.09,10,4.0,2.79,10,5.0,3.03,6,7.58,1.38,12,5.43,3.46,7,5.54,2.6,13,2.75,2.43,8,4.0,3.19,12,7.42,1.68,12,5.14,2.79,7,4.8,3.01,10,6.2,2.62,10,2.33,2.65,9,4.45,2.88,11
+superposition,4.42,2.04,19,3.5,2.33,20,5.29,2.42,24,4.46,2.22,13,4.33,1.75,6,3.4,2.51,5,3.53,2.36,15,6.23,1.96,13,4.18,2.52,11,4.22,2.68,9,4.6,1.35,10,4.14,2.97,7,3.15,1.95,13,4.91,2.02,11,5.62,2.75,13,5.44,1.94,9,3.5,1.72,10,3.0,1.33,10,4.0,3.02,10,6.0,2.55,9,4.87,2.33,15
+superpower,7.14,1.88,21,5.76,2.49,21,5.81,2.56,21,7.89,1.17,9,6.58,2.15,12,5.0,2.83,6,6.29,2.3,14,6.5,1.87,6,5.53,2.8,15,7.22,1.2,9,7.08,2.31,12,6.6,2.51,5,5.5,2.5,16,4.6,2.72,10,6.91,1.92,11,6.92,2.35,12,7.44,1.01,9,5.88,2.7,8,5.69,2.46,13,5.25,2.83,12,6.56,2.07,9
+superstar,5.94,1.76,18,4.85,2.6,20,5.42,2.24,24,7.4,0.55,5,5.38,1.76,13,4.73,2.69,11,5.0,2.65,9,5.56,2.16,16,5.12,2.53,8,6.14,1.68,7,5.82,1.89,11,4.67,2.96,9,5.0,2.41,11,5.53,2.25,19,5.0,2.45,5,5.67,1.94,9,6.22,1.64,9,5.09,2.77,11,4.56,2.51,9,5.11,2.11,19,6.6,2.61,5
+superstition,4.84,1.64,19,6.14,2.2,21,5.45,1.84,22,4.2,1.3,5,5.08,1.8,13,5.33,3.2,6,6.47,1.68,15,5.7,2.31,10,5.25,1.42,12,4.71,1.8,7,4.91,1.7,11,6.29,2.56,7,6.07,2.09,14,5.36,1.86,11,5.55,1.92,11,5.0,1.76,12,4.57,1.51,7,5.73,2.9,11,6.6,0.97,10,5.5,1.99,14,5.38,1.69,8
+superstitious,4.75,1.68,20,5.95,2.56,21,4.89,2.29,27,6.14,2.04,7,4.0,0.82,13,5.67,2.35,9,6.17,2.79,12,4.6,2.35,15,5.45,2.25,11,4.55,1.37,11,5.0,2.06,9,6.0,2.07,8,5.92,2.9,13,5.82,2.21,17,3.33,1.5,9,5.0,1.91,13,4.29,1.11,7,6.27,2.4,15,5.17,2.99,6,5.75,2.56,12,4.2,1.86,15
+superstore,6.24,2.21,21,4.43,2.13,21,4.75,2.42,24,6.0,2.52,12,6.56,1.81,9,5.0,2.0,7,4.14,2.21,14,4.78,2.11,9,4.73,2.66,15,6.75,2.06,4,6.12,2.29,17,4.6,2.5,10,4.27,1.85,11,5.0,2.77,7,4.65,2.34,17,6.25,2.22,12,6.22,2.33,9,4.54,1.98,13,4.25,2.49,8,3.67,2.35,9,5.4,2.29,15
+supervise,5.05,1.2,21,4.0,2.25,20,6.1,2.45,21,5.17,0.75,6,5.0,1.36,15,4.75,2.25,8,3.5,2.2,12,6.73,2.0,11,5.4,2.8,10,4.67,1.03,6,5.2,1.26,15,3.9,2.51,10,4.1,2.08,10,5.29,2.49,14,7.71,1.38,7,4.86,1.07,7,5.14,1.29,14,3.93,2.56,14,4.17,1.47,6,5.33,2.71,12,7.11,1.69,9
+supervision,4.26,1.33,19,5.05,1.86,21,4.55,3.04,22,4.6,1.52,5,4.08,1.32,13,5.0,2.19,6,5.07,1.79,15,5.2,3.01,10,4.0,3.07,12,3.43,1.62,7,4.73,0.9,11,4.14,1.86,7,5.5,1.74,14,5.2,2.94,10,4.0,3.13,12,4.33,1.44,12,4.14,1.21,7,4.55,1.92,11,5.6,1.71,10,4.92,3.01,13,4.0,3.16,9
+supervisor,4.28,1.84,18,4.05,2.26,20,5.55,2.67,20,5.33,0.58,3,4.29,1.82,14,4.3,2.0,10,3.8,2.57,10,5.6,2.76,10,5.5,2.72,10,3.8,0.84,5,4.75,1.91,12,4.14,2.73,7,4.0,2.08,13,5.88,2.53,8,5.33,2.84,12,4.17,2.17,12,4.5,1.05,6,4.5,2.51,10,3.6,2.01,10,5.22,2.44,9,5.82,2.93,11
+supper,6.72,1.81,18,3.6,2.6,20,5.64,2.08,25,7.8,0.84,5,6.31,1.93,13,4.09,2.81,11,3.0,2.35,9,5.75,1.98,16,5.44,2.35,9,6.14,2.19,7,7.09,1.51,11,3.0,2.45,9,4.09,2.74,11,6.0,2.03,20,4.2,1.79,5,6.56,1.88,9,6.89,1.83,9,2.73,2.33,11,4.67,2.65,9,5.32,2.14,19,6.67,1.63,6
+suppertime,6.43,2.06,21,4.57,2.25,23,6.61,2.0,18,5.56,2.07,9,7.08,1.88,12,4.55,2.34,11,4.58,2.27,12,6.5,2.46,10,6.75,1.39,8,5.14,2.61,7,6.92,1.38,13,4.73,2.41,11,4.42,2.19,12,6.86,2.54,7,6.45,1.69,11,6.08,2.43,13,7.0,1.2,8,4.73,2.28,11,4.42,2.31,12,6.11,2.26,9,7.11,1.69,9
+supple,5.76,1.3,21,4.09,2.62,22,5.7,2.05,27,5.7,1.25,10,5.82,1.4,11,5.57,3.26,7,3.4,2.03,15,5.47,2.4,17,6.1,1.29,10,5.45,1.13,11,6.1,1.45,10,3.6,3.21,5,4.24,2.51,17,5.14,2.11,14,6.31,1.89,13,5.23,1.01,13,6.62,1.3,8,3.0,2.31,10,5.0,2.59,12,5.57,2.06,14,5.85,2.12,13
+supplement,5.43,2.16,21,3.22,2.26,23,5.22,1.63,18,5.22,2.17,9,5.58,2.23,12,4.18,2.18,11,2.33,2.02,12,4.6,1.26,10,6.0,1.77,8,6.0,2.31,7,5.0,2.12,13,3.91,2.17,11,2.58,2.23,12,4.57,1.4,7,5.64,1.69,11,5.62,2.33,13,5.12,1.96,8,2.55,1.92,11,3.83,2.44,12,4.78,1.56,9,5.67,1.66,9
+supplemental,5.59,2.13,22,3.64,2.08,22,6.05,2.11,20,6.12,1.64,8,5.29,2.37,14,3.6,2.12,10,3.67,2.15,12,7.14,1.77,7,5.46,2.11,13,6.18,2.27,11,5.0,1.9,11,3.55,2.02,11,3.73,2.24,11,6.07,2.22,15,6.0,2.0,5,5.3,2.31,10,5.83,2.04,12,3.8,1.93,10,3.5,2.28,12,5.7,1.49,10,6.4,2.63,10
+supplier,4.84,1.74,19,3.45,1.92,22,5.04,1.77,23,4.67,1.97,6,4.92,1.71,13,4.0,2.04,12,2.8,1.62,10,4.71,1.25,7,5.19,1.97,16,4.7,1.25,10,5.0,2.24,9,4.0,2.24,9,3.08,1.66,13,4.88,1.93,16,5.5,1.52,6,4.75,1.16,8,4.91,2.12,11,3.56,1.59,9,3.38,2.18,13,5.31,1.89,16,4.43,1.4,7
+supply,5.11,1.33,19,3.28,1.9,18,5.24,2.39,17,5.45,1.04,11,4.62,1.6,8,4.25,2.22,4,3.0,1.8,14,4.75,2.82,8,5.67,2.0,9,5.12,1.13,8,5.09,1.51,11,4.0,1.73,7,2.82,1.94,11,4.0,2.1,6,5.91,2.34,11,4.92,1.44,13,5.5,1.05,6,2.55,1.86,11,4.43,1.4,7,5.57,2.44,7,5.0,2.45,10
+support,6.89,2.14,18,3.05,1.99,20,6.11,2.42,18,6.38,1.69,8,7.3,2.45,10,3.29,1.7,7,2.92,2.18,13,5.82,2.09,11,6.57,2.99,7,6.82,1.66,11,7.0,2.89,7,3.0,1.85,8,3.08,2.15,12,6.09,2.3,11,6.14,2.79,7,6.33,2.35,12,8.0,1.1,6,2.91,1.87,11,3.22,2.22,9,6.67,2.65,9,5.56,2.19,9
+supporter,6.05,1.65,19,4.41,2.3,22,6.32,1.96,22,6.11,1.27,9,6.0,2.0,10,5.0,2.33,8,4.07,2.3,14,5.64,2.16,11,7.0,1.55,11,5.86,1.07,7,6.17,1.95,12,5.3,2.16,10,3.67,2.23,12,6.08,2.25,13,6.67,1.5,9,6.3,2.0,10,5.78,1.2,9,4.25,2.6,8,4.5,2.21,14,6.21,2.01,14,6.5,2.0,8
+supportive,6.95,1.7,20,3.83,2.81,18,6.58,2.24,24,7.6,1.34,5,6.73,1.79,15,3.2,2.28,5,4.08,3.04,13,6.0,2.55,13,7.27,1.68,11,6.7,1.83,10,7.2,1.62,10,4.29,2.81,7,3.55,2.91,11,5.75,2.27,16,8.25,0.89,8,6.79,1.93,14,7.33,1.03,6,4.08,2.68,12,3.33,3.27,6,6.87,2.59,15,6.11,1.54,9
+suppose,5.27,1.08,22,3.33,2.03,21,5.11,2.03,18,4.67,1.37,6,5.47,0.92,15,2.71,2.43,7,3.64,1.82,14,5.0,2.18,9,5.12,2.1,8,5.0,0.96,14,5.71,1.25,7,3.0,2.06,9,3.58,2.07,12,5.7,2.11,10,4.38,1.77,8,5.0,0.96,14,5.75,1.16,8,3.33,2.42,6,3.33,1.95,15,5.4,2.22,10,4.75,1.83,8
+supposed,5.41,1.59,22,3.48,1.97,21,5.24,2.19,17,5.17,1.17,6,5.47,1.81,15,2.71,1.89,7,3.86,1.96,14,5.11,2.52,9,5.38,1.92,8,5.36,1.82,14,5.43,1.27,7,3.44,2.13,9,3.5,1.93,12,5.56,2.7,9,4.88,1.55,8,5.71,1.38,14,4.88,1.89,8,3.83,2.56,6,3.33,1.76,15,6.22,2.11,9,4.12,1.81,8
+suppress,2.72,1.18,18,3.55,2.44,20,4.55,2.61,20,2.67,1.53,3,2.64,1.15,14,3.2,2.39,10,3.9,2.56,10,4.8,2.3,10,4.3,2.98,10,2.5,1.05,6,2.73,1.27,11,3.43,3.15,7,3.62,2.1,13,4.25,2.25,8,4.75,2.9,12,2.75,1.29,12,2.67,1.03,6,4.1,3.0,10,3.0,1.7,10,5.22,2.44,9,4.0,2.72,11
+suppression,3.68,1.29,19,3.17,2.07,18,4.29,2.34,17,4.09,1.38,11,3.12,0.99,8,3.5,2.38,4,3.07,2.06,14,5.12,2.75,8,3.56,1.74,9,3.5,1.31,8,3.82,1.33,11,3.57,1.99,7,2.91,2.17,11,5.33,2.34,6,3.73,2.24,11,3.62,1.33,13,3.83,1.33,6,2.64,1.96,11,4.0,2.08,7,4.43,2.37,7,4.2,2.44,10
+supremacy,3.48,1.94,21,4.26,2.16,23,5.57,2.77,21,4.88,1.13,8,2.62,1.85,13,4.54,2.18,13,3.9,2.18,10,6.85,1.91,13,3.5,2.78,8,4.5,1.69,8,3.0,1.86,12,5.07,1.59,14,3.0,2.4,9,5.82,2.68,11,5.3,2.98,10,3.6,2.17,10,3.36,1.8,11,4.12,2.28,16,4.57,1.99,7,5.7,3.2,10,5.45,2.46,11
+supreme,6.14,2.01,21,4.28,2.32,25,6.11,2.58,19,6.78,1.56,9,5.67,2.23,12,4.67,2.88,6,4.17,2.26,18,4.86,3.39,7,6.83,1.75,12,5.81,2.1,16,7.2,1.3,5,4.07,2.5,14,4.6,2.27,10,6.22,2.59,9,6.0,2.71,10,6.75,2.26,12,5.33,1.32,9,4.56,2.61,16,3.78,1.72,9,6.0,3.0,11,6.25,2.05,8
+sure,6.64,2.13,22,3.48,2.25,21,6.82,1.51,17,6.5,3.21,6,6.73,1.75,15,2.43,1.51,7,4.0,2.42,14,6.56,1.81,9,7.12,1.13,8,6.36,2.31,14,7.29,1.89,7,3.11,2.09,9,3.75,2.42,12,6.56,1.74,9,7.12,1.25,8,6.0,2.29,14,7.75,1.28,8,3.83,3.13,6,3.33,1.91,15,6.89,1.45,9,6.75,1.67,8
+surf,6.05,1.67,20,5.57,1.96,21,5.18,2.77,34,6.5,2.01,10,5.6,1.17,10,6.0,1.51,8,5.31,2.21,13,4.86,2.32,14,5.4,3.08,20,6.11,1.96,9,6.0,1.48,11,5.31,2.1,13,6.0,1.77,8,5.14,2.64,22,5.25,3.11,12,5.4,1.35,10,6.7,1.77,10,5.86,2.14,14,5.0,1.53,7,5.24,2.41,17,5.12,3.16,17
+surface,5.62,1.47,21,3.04,2.09,25,5.16,2.36,19,5.56,1.74,9,5.67,1.3,12,3.83,1.83,6,2.72,2.19,18,4.0,2.45,7,5.83,2.12,12,5.62,1.5,16,5.6,1.52,5,2.79,2.19,14,3.3,2.11,10,4.78,2.86,9,5.5,1.9,10,5.5,1.78,12,5.78,0.97,9,3.19,2.14,16,2.78,2.11,9,4.45,2.62,11,6.12,1.64,8
+surfboard,5.53,1.87,19,3.75,2.24,20,4.8,2.57,20,6.0,1.0,3,5.44,2.0,16,5.0,3.03,6,3.21,1.67,14,4.0,1.79,6,5.14,2.82,14,5.9,1.79,10,5.11,1.96,9,2.33,1.03,6,4.36,2.37,14,4.3,2.63,10,5.3,2.54,10,5.75,1.28,8,5.36,2.25,11,4.12,2.42,8,3.5,2.2,12,4.88,2.95,8,4.75,2.42,12
+surfer,5.47,1.39,19,5.38,1.69,21,5.74,2.3,23,5.33,0.58,3,5.5,1.51,16,5.0,2.33,8,5.62,1.19,13,5.44,2.51,9,5.93,2.23,14,5.78,1.09,9,5.2,1.62,10,5.44,1.94,9,5.33,1.56,12,6.07,2.34,15,5.12,2.23,8,5.43,1.9,7,5.5,1.09,12,5.8,1.14,10,5.0,2.05,11,5.85,2.94,13,5.6,1.17,10
+surge,5.0,1.89,20,5.22,2.84,18,5.92,2.28,24,4.6,0.89,5,5.13,2.13,15,6.2,2.59,5,4.85,2.94,13,5.85,2.3,13,6.0,2.37,11,5.6,2.12,10,4.4,1.51,10,6.86,2.34,7,4.18,2.71,11,5.94,2.14,16,5.88,2.7,8,4.64,1.91,14,5.83,1.72,6,5.75,2.38,12,4.17,3.6,6,5.67,2.55,15,6.33,1.8,9
+surgeon,5.05,2.01,20,5.78,2.39,23,5.0,2.63,21,4.0,2.12,5,5.4,1.92,15,6.33,1.92,12,5.18,2.79,11,4.36,2.73,11,5.33,2.29,9,4.45,2.21,11,5.78,1.56,9,6.06,2.38,16,5.14,2.48,7,5.27,2.15,11,4.7,3.16,10,5.67,2.19,12,4.12,1.36,8,6.11,2.42,19,4.25,1.71,4,4.5,2.59,14,6.0,2.58,7
+surgery,3.18,2.15,44,5.55,2.61,20,3.2,2.04,20,3.67,2.16,15,2.93,2.14,29,6.1,2.38,10,5.0,2.83,10,3.5,1.87,6,3.07,2.16,14,3.72,1.84,18,2.81,2.3,26,5.43,2.76,7,5.62,2.63,13,3.7,2.41,10,2.7,1.57,10,3.08,2.0,25,3.32,2.38,19,5.4,3.03,10,5.7,2.26,10,3.12,2.59,8,3.25,1.71,12
+surgical,3.95,2.32,19,5.0,2.2,22,3.75,2.05,24,4.83,2.56,6,3.54,2.18,13,4.83,2.21,12,5.2,2.3,10,4.12,2.59,8,3.56,1.79,16,4.7,1.83,10,3.11,2.62,9,4.78,2.11,9,5.15,2.34,13,3.41,2.06,17,4.67,2.07,6,3.0,1.6,8,4.64,2.58,11,4.67,2.35,9,5.23,2.17,13,3.31,1.82,16,4.62,2.33,8
+surly,3.9,1.71,20,3.8,1.96,20,4.95,2.28,22,3.43,1.81,7,4.15,1.68,13,3.44,1.88,9,4.09,2.07,11,4.17,3.43,6,5.25,1.73,16,4.3,1.25,10,3.33,2.12,9,2.88,1.64,8,4.42,1.98,12,5.33,2.47,15,4.14,1.68,7,4.18,1.66,11,3.56,1.81,9,3.75,1.86,12,3.88,2.23,8,5.45,2.91,11,4.45,1.37,11
+surname,5.1,1.12,20,3.68,2.3,22,5.76,2.0,21,5.67,0.87,9,4.64,1.12,11,3.9,2.18,10,3.5,2.47,12,4.5,0.93,8,6.54,2.11,13,5.36,0.74,14,4.5,1.64,6,4.12,2.64,8,3.43,2.14,14,5.38,2.2,8,6.0,1.91,13,5.0,0.94,10,5.2,1.32,10,4.0,2.59,12,3.3,1.95,10,6.08,2.15,12,5.33,1.8,9
+surplus,5.68,2.11,19,3.6,2.14,20,6.58,2.04,19,5.67,1.15,3,6.0,1.96,15,3.6,2.63,10,3.6,1.65,10,6.7,1.34,10,6.44,2.7,9,5.67,2.58,6,6.08,1.44,12,3.71,2.63,7,3.54,1.94,13,6.25,2.6,8,6.82,1.6,11,5.75,2.18,12,5.57,2.15,7,3.7,2.26,10,3.5,2.12,10,6.33,2.4,9,6.8,1.75,10
+surprise,7.44,1.58,18,6.57,2.75,21,5.17,2.41,18,6.5,1.69,8,8.2,1.03,10,5.71,2.98,7,7.0,2.63,14,5.27,2.41,11,5.0,2.58,7,7.0,1.67,11,8.14,1.21,7,6.44,3.64,9,6.67,2.02,12,5.0,2.61,11,5.43,2.23,7,7.25,1.71,12,7.83,1.33,6,6.17,3.16,12,7.11,2.15,9,5.33,2.96,9,5.0,1.87,9
+surprised,6.57,2.2,21,5.95,2.64,21,4.72,2.17,25,6.25,1.82,12,7.0,2.69,9,7.0,0.58,7,5.43,3.11,14,4.67,2.02,12,4.77,2.39,13,8.25,1.5,4,6.18,2.19,17,6.2,2.7,10,5.73,2.69,11,5.0,2.35,17,4.12,1.73,8,6.58,2.31,12,6.56,2.19,9,5.54,2.79,13,6.62,2.39,8,4.87,2.17,15,4.5,2.27,10
+surprising,6.75,1.48,20,5.65,2.21,20,3.77,1.82,22,6.57,1.27,7,6.85,1.63,13,6.11,2.03,9,5.27,2.37,11,4.33,1.75,6,3.56,1.86,16,6.6,1.65,10,7.11,1.27,9,5.5,2.33,8,5.75,2.22,12,4.27,1.87,15,2.71,1.25,7,6.73,1.62,11,6.78,1.39,9,6.17,2.21,12,4.88,2.1,8,4.18,1.94,11,3.36,1.69,11
+surreal,6.65,1.6,20,5.11,2.64,19,5.12,2.09,25,6.36,1.63,11,7.0,1.58,9,4.43,2.23,7,5.5,2.88,12,5.69,1.65,13,4.5,2.39,12,7.27,1.62,11,5.89,1.27,9,5.3,2.63,10,4.89,2.8,9,5.76,2.02,17,3.75,1.58,8,6.7,1.57,10,6.6,1.71,10,5.42,2.75,12,4.57,2.57,7,5.56,2.03,16,4.33,2.06,9
+surrender,3.73,1.91,22,4.58,2.06,26,3.88,2.72,24,3.44,2.19,9,3.92,1.75,13,4.3,2.06,10,4.75,2.11,16,4.78,2.54,9,3.33,2.77,15,3.0,2.0,8,4.14,1.79,14,5.15,1.57,13,4.0,2.38,13,4.17,2.59,12,3.58,2.94,12,3.92,1.51,12,3.5,2.37,10,4.33,2.23,15,4.91,1.87,11,3.46,2.37,13,4.36,3.14,11
+surrogate,5.27,1.03,22,4.27,1.96,22,4.5,2.33,18,5.38,0.74,8,5.23,1.24,13,4.71,2.36,7,4.07,1.86,14,4.17,2.93,6,4.64,2.2,11,5.25,1.16,8,5.31,1.03,13,4.33,2.5,9,4.23,1.59,13,2.71,1.8,7,5.64,1.91,11,5.45,1.21,11,5.09,0.83,11,3.11,2.2,9,5.08,1.32,13,4.53,2.2,15,4.33,3.51,3
+surround,5.42,2.09,19,3.32,2.4,22,4.43,1.71,28,4.33,1.21,6,5.92,2.25,13,3.73,2.41,11,2.91,2.43,11,4.18,2.09,11,4.59,1.46,17,5.82,2.18,11,4.88,1.96,8,3.0,2.24,11,3.64,2.62,11,4.22,1.77,18,4.8,1.62,10,5.54,2.22,13,5.17,1.94,6,3.43,2.53,14,3.12,2.3,8,4.06,1.88,16,4.92,1.38,12
+surroundings,6.37,1.38,19,3.43,2.06,21,5.7,1.33,23,6.2,1.64,5,6.54,1.33,13,3.83,2.04,6,3.27,2.12,15,5.8,1.32,10,5.62,1.39,13,6.71,1.7,7,6.27,1.19,11,2.71,1.7,7,3.79,2.19,14,5.45,1.13,11,5.92,1.51,12,6.42,1.44,12,6.29,1.38,7,3.09,1.87,11,3.8,2.3,10,5.57,1.22,14,5.89,1.54,9
+surveillance,3.35,1.66,20,4.85,2.46,20,5.48,2.91,21,3.5,1.38,6,3.29,1.82,14,5.75,2.19,8,4.25,2.53,12,5.73,3.1,11,5.2,2.82,10,4.0,1.22,5,3.13,1.77,15,5.1,2.51,10,4.6,2.5,10,5.29,2.92,14,5.86,3.08,7,4.29,1.6,7,2.85,1.52,13,4.71,2.7,14,5.17,1.94,6,5.75,3.02,12,5.11,2.89,9
+survey,5.55,1.05,20,3.68,2.21,22,6.93,1.8,27,6.14,1.35,7,5.23,0.73,13,4.3,2.06,10,3.17,2.29,12,7.13,1.46,15,6.73,2.28,11,5.36,0.67,11,5.78,1.39,9,3.22,1.79,9,4.0,2.48,13,7.12,2.0,17,6.67,1.5,9,5.62,1.12,13,5.43,0.98,7,3.31,2.47,16,4.67,0.82,6,7.58,1.38,12,6.4,1.96,15
+survival,7.05,2.31,21,5.4,2.68,20,5.86,2.03,21,6.33,1.51,6,7.33,2.55,15,6.0,2.62,8,5.0,2.76,12,5.64,1.63,11,6.1,2.47,10,7.5,1.76,6,6.87,2.53,15,5.9,2.42,10,4.9,2.96,10,5.43,2.31,14,6.71,0.95,7,5.71,2.69,7,7.71,1.86,14,5.36,2.87,14,5.5,2.43,6,5.42,2.19,12,6.44,1.74,9
+survive,6.9,1.73,21,4.53,2.65,19,6.21,2.72,19,6.54,1.71,13,7.5,1.69,8,4.71,2.63,7,4.42,2.78,12,4.71,2.98,7,7.08,2.23,12,7.25,1.76,12,6.44,1.67,9,4.56,2.88,9,4.5,2.59,10,5.2,2.7,10,7.33,2.4,9,7.17,1.59,12,6.56,1.94,9,5.43,2.64,7,4.0,2.63,12,6.71,2.63,7,5.92,2.84,12
+survivor,6.68,1.46,22,4.81,2.64,26,6.25,2.4,24,6.78,1.64,9,6.62,1.39,13,4.3,2.79,10,5.12,2.58,16,5.11,2.42,9,6.93,2.19,15,6.0,1.6,8,7.07,1.27,14,5.77,2.62,13,3.85,2.38,13,5.67,2.74,12,6.83,1.95,12,6.92,1.44,12,6.4,1.51,10,5.13,3.02,15,4.36,2.06,11,6.31,2.25,13,6.18,2.68,11
+susceptible,3.67,1.46,21,5.19,2.06,21,4.0,2.27,24,3.58,1.73,12,3.78,1.09,9,5.71,1.8,7,4.93,2.2,14,4.22,1.64,9,3.87,2.61,15,3.75,0.96,4,3.65,1.58,17,4.6,2.41,10,5.73,1.62,11,3.43,2.15,7,4.24,2.33,17,3.58,1.31,12,3.78,1.72,9,5.15,1.99,13,5.25,2.31,8,2.44,0.73,9,4.93,2.37,15
+sushi,6.25,2.77,20,5.84,2.52,19,5.81,2.33,26,6.45,2.98,11,6.0,2.65,9,6.0,1.63,7,5.75,2.99,12,5.92,2.87,13,5.69,1.75,13,6.36,2.5,11,6.11,3.22,9,4.91,2.74,11,7.12,1.55,8,5.76,2.14,17,5.89,2.8,9,7.0,1.83,10,5.5,3.41,10,5.58,2.71,12,6.29,2.29,7,5.75,2.46,16,5.9,2.23,10
+suspect,2.39,1.24,18,4.57,2.5,21,3.22,1.93,18,2.75,1.28,8,2.1,1.2,10,3.57,2.99,7,5.07,2.16,14,3.36,2.01,11,3.0,1.91,7,2.64,1.12,11,2.0,1.41,7,4.44,2.92,9,4.67,2.27,12,3.27,2.15,11,3.14,1.68,7,2.58,1.24,12,2.0,1.26,6,3.67,2.46,12,5.78,2.11,9,3.89,2.32,9,2.56,1.24,9
+suspend,4.32,2.14,19,4.87,2.3,23,4.68,1.97,19,4.22,1.72,9,4.4,2.55,10,5.0,2.0,7,4.8,2.57,15,4.6,2.07,10,4.78,1.99,9,4.33,2.74,9,4.3,1.57,10,5.3,2.58,10,4.5,2.2,12,4.12,0.83,8,4.9,2.51,10,4.25,2.45,12,4.43,1.62,7,4.7,2.36,20,6.0,1.73,3,4.25,1.28,8,5.0,2.37,11
+suspense,5.26,2.0,19,5.84,2.39,19,4.95,2.04,20,5.33,1.53,3,5.47,2.0,15,5.5,2.55,10,6.22,2.28,9,4.9,2.13,10,5.0,2.05,10,4.67,1.75,6,5.83,1.9,12,5.29,3.15,7,6.17,1.9,12,4.88,2.64,8,5.0,1.65,12,5.42,2.19,12,5.0,1.73,7,5.56,2.7,9,6.1,2.18,10,6.22,1.56,9,3.91,1.81,11
+suspension,4.35,1.42,20,4.57,2.36,21,5.46,2.25,24,6.0,1.0,3,4.06,1.3,17,4.43,2.3,7,4.69,2.56,13,5.88,1.96,8,5.25,2.41,16,5.29,1.38,7,3.85,1.21,13,4.71,2.56,7,4.54,2.44,13,5.86,1.79,14,4.9,2.77,10,3.89,1.76,9,4.73,1.01,11,5.0,2.49,11,4.1,2.23,10,5.39,2.35,18,5.67,2.07,6
+suspicion,3.33,1.52,24,6.04,2.23,23,4.95,2.41,19,4.11,1.45,9,3.0,1.36,14,5.62,1.69,8,6.29,2.58,14,5.57,2.51,7,4.45,2.46,11,2.75,0.71,8,3.8,1.66,15,6.33,1.73,9,5.86,2.54,14,5.86,2.19,7,4.42,2.47,12,3.38,1.66,13,3.27,1.42,11,5.56,2.92,9,6.36,1.69,14,4.88,2.39,16,5.33,3.06,3
+suspicious,3.48,1.5,21,5.0,2.64,42,3.95,2.01,20,3.83,1.64,12,3.0,1.22,9,4.8,2.54,15,5.11,2.74,27,5.67,1.86,6,3.21,1.63,14,2.75,0.96,4,3.65,1.58,17,5.06,2.86,18,4.96,2.53,24,4.7,1.95,10,3.2,1.87,10,3.33,1.3,12,3.67,1.8,9,4.92,2.83,24,5.11,2.45,18,2.62,1.6,8,4.83,1.8,12
+sustain,5.68,1.92,19,3.73,2.21,22,6.45,1.82,22,5.44,1.42,9,5.9,2.33,10,4.0,2.39,8,3.57,2.17,14,6.27,1.79,11,6.64,1.91,11,5.14,1.21,7,6.0,2.22,12,4.4,2.12,10,3.17,2.21,12,6.23,2.13,13,6.78,1.3,9,6.4,1.51,10,4.89,2.09,9,3.75,2.49,8,3.71,2.13,14,6.71,1.98,14,6.0,1.51,8
+sustenance,6.0,2.18,20,3.28,2.32,18,6.12,2.49,24,7.0,1.22,5,5.67,2.35,15,3.0,2.0,5,3.38,2.5,13,5.23,2.62,13,7.18,1.94,11,6.3,2.36,10,5.7,2.06,10,4.43,2.94,7,2.55,1.57,11,5.62,2.42,16,7.12,2.47,8,5.79,2.42,14,6.5,1.52,6,3.92,2.39,12,2.0,1.67,6,6.6,2.53,15,5.33,2.35,9
+suture,4.36,1.53,22,4.63,1.92,19,4.65,2.08,20,5.2,1.79,5,4.19,1.42,16,5.12,2.1,8,4.27,1.79,11,4.4,1.96,10,4.9,2.28,10,4.17,1.53,12,4.6,1.58,10,5.3,1.77,10,3.89,1.9,9,4.0,2.24,11,5.44,1.67,9,4.45,1.63,11,4.27,1.49,11,4.88,2.75,8,4.45,1.13,11,3.89,1.45,9,5.27,2.37,11
+suv,4.75,1.71,20,3.48,2.25,23,5.11,2.42,28,3.88,1.64,8,5.33,1.56,12,3.38,2.5,8,3.53,2.2,15,5.14,2.57,14,5.07,2.37,14,4.67,2.4,9,4.82,0.98,11,4.0,2.41,12,2.91,2.02,11,4.64,2.5,14,5.57,2.34,14,5.7,1.49,10,3.8,1.4,10,4.0,2.22,12,2.91,2.26,11,5.67,2.35,12,4.69,2.47,16
+swab,4.7,1.75,20,2.56,1.29,18,5.27,1.64,22,4.2,1.3,5,4.87,1.88,15,3.0,0.63,6,2.33,1.5,12,5.0,1.49,10,5.5,1.78,12,4.6,1.43,10,4.8,2.1,10,2.8,1.14,10,2.25,1.49,8,5.64,1.86,11,4.91,1.38,11,4.17,1.64,12,5.5,1.69,8,2.11,1.05,9,3.0,1.41,9,5.45,1.92,11,5.09,1.38,11
+swag,5.37,2.09,19,4.33,2.47,18,5.94,2.01,17,5.27,2.15,11,5.5,2.14,8,4.75,2.63,4,4.21,2.52,14,5.38,2.26,8,6.44,1.74,9,5.25,2.38,8,5.45,1.97,11,4.57,2.3,7,4.18,2.68,11,4.5,1.38,6,6.73,1.9,11,5.0,2.27,13,6.17,1.47,6,4.0,2.68,11,4.86,2.19,7,6.57,1.9,7,5.5,2.07,10
+swallow,5.57,1.54,21,3.78,2.54,23,5.72,2.61,18,5.44,1.59,9,5.67,1.56,12,4.64,2.46,11,3.0,2.45,12,5.9,2.81,10,5.5,2.51,8,5.71,1.98,7,5.54,1.39,13,4.09,2.43,11,3.5,2.71,12,5.71,2.75,7,5.73,2.65,11,5.85,1.72,13,5.12,1.13,8,3.73,2.65,11,3.83,2.55,12,4.22,2.39,9,7.22,1.92,9
+swami,4.11,1.82,19,4.05,2.37,20,4.25,2.0,20,4.33,2.08,3,4.06,1.84,16,4.33,1.97,6,3.93,2.59,14,4.0,2.0,6,4.36,2.06,14,4.9,1.1,10,3.22,2.11,9,2.86,2.67,7,4.69,2.02,13,4.2,2.35,10,4.3,1.7,10,4.12,1.81,8,4.09,1.92,11,3.67,2.55,9,4.36,2.29,11,4.62,2.88,8,4.0,1.21,12
+swamp,4.42,2.29,19,3.33,2.06,18,4.12,1.65,24,3.33,1.63,6,4.92,2.43,13,4.33,1.75,6,2.83,2.08,12,4.25,1.49,8,4.06,1.77,16,4.6,2.01,10,4.22,2.68,9,3.6,1.9,10,3.0,2.33,8,4.41,1.66,17,3.17,1.47,6,4.5,2.67,8,4.36,2.11,11,2.56,2.24,9,4.11,1.62,9,4.38,1.86,16,3.62,1.06,8
+swank,4.84,2.09,19,4.14,2.19,22,5.27,1.83,22,5.78,1.92,9,4.0,1.94,10,4.62,2.62,8,3.86,1.96,14,5.36,1.69,11,5.18,2.04,11,5.57,2.15,7,4.42,2.02,12,4.5,1.96,10,3.83,2.41,12,4.92,1.89,13,5.78,1.72,9,4.1,1.52,10,5.67,2.4,9,3.88,2.3,8,4.29,2.2,14,5.43,1.87,14,5.0,1.85,8
+swap,5.24,0.94,21,3.7,2.12,23,5.12,2.16,26,5.27,0.9,11,5.2,1.03,10,3.36,2.11,11,4.0,2.17,12,4.45,2.5,11,5.64,1.86,14,5.1,0.74,10,5.36,1.12,11,4.18,2.6,11,3.25,1.54,12,4.94,2.08,17,5.5,2.56,8,5.46,1.13,13,4.88,0.35,8,3.8,2.08,15,3.5,2.33,8,5.24,2.41,17,4.89,1.69,9
+swarm,3.76,2.23,21,6.26,2.77,19,3.92,2.66,36,4.12,2.59,8,3.54,2.07,13,7.8,1.3,5,5.71,2.97,14,3.64,2.46,11,4.04,2.78,25,4.08,2.4,13,3.25,1.98,8,7.0,2.61,11,5.25,2.82,8,4.15,2.64,20,3.62,2.73,16,4.27,1.85,11,3.2,2.57,10,7.0,2.28,11,5.25,3.2,8,3.5,2.76,22,4.57,2.44,14
+swastika,2.33,2.01,21,5.26,3.03,23,3.35,2.4,17,2.89,2.71,9,1.92,1.24,12,5.64,2.98,11,4.92,3.18,12,3.0,1.87,9,3.75,2.96,8,3.29,2.81,7,1.92,1.38,13,5.82,3.22,11,4.75,2.9,12,3.14,2.12,7,3.5,2.68,10,2.77,2.31,13,1.62,1.19,8,3.91,2.77,11,6.5,2.81,12,4.12,2.8,8,2.67,1.87,9
+swat,4.38,1.69,21,6.21,2.2,19,5.24,2.21,21,5.17,0.75,6,4.07,1.87,15,6.0,2.62,8,6.36,1.96,11,5.27,2.49,11,5.2,1.99,10,4.5,1.87,6,4.33,1.68,15,6.0,2.62,10,6.44,1.74,9,5.0,2.18,14,5.71,2.36,7,4.43,1.51,7,4.36,1.82,14,6.46,2.54,13,5.67,1.21,6,4.83,2.25,12,5.78,2.17,9
+sway,5.25,1.52,20,3.68,1.86,22,6.15,2.09,26,6.29,1.89,7,4.69,0.95,13,3.7,1.49,10,3.67,2.19,12,6.21,1.67,14,6.09,2.7,11,5.27,1.56,11,5.22,1.56,9,3.56,2.19,9,3.77,1.69,13,6.56,2.1,16,5.44,2.13,9,5.69,1.65,13,4.43,0.79,7,3.12,1.71,16,5.17,1.47,6,6.09,2.26,11,6.2,2.04,15
+swear,3.44,1.42,18,5.05,2.8,20,4.11,1.68,18,3.5,1.2,8,3.4,1.65,10,5.71,2.75,7,4.69,2.87,13,3.91,1.3,11,4.43,2.23,7,3.36,1.12,11,3.57,1.9,7,4.89,3.14,9,5.18,2.64,11,4.27,1.79,11,3.86,1.57,7,3.08,1.16,12,4.17,1.72,6,4.08,2.68,12,6.5,2.45,8,4.33,2.12,9,3.89,1.17,9
+sweat,4.38,2.36,21,5.1,2.45,20,4.69,2.52,36,5.25,2.82,8,3.85,1.95,13,4.4,2.61,5,5.33,2.44,15,4.73,2.2,11,4.68,2.69,25,4.85,2.64,13,3.62,1.69,8,5.33,2.39,12,4.75,2.66,8,5.0,2.34,20,4.31,2.75,16,4.18,2.27,11,4.6,2.55,10,5.73,2.69,11,4.33,2.0,9,4.55,2.58,22,4.93,2.5,14
+sweater,6.19,1.57,21,2.8,2.04,20,5.95,2.27,19,6.0,1.67,6,6.27,1.58,15,3.25,2.43,8,2.5,1.78,12,6.08,2.15,12,5.71,2.63,7,6.44,1.81,9,6.0,1.41,12,2.89,2.26,9,2.73,1.95,11,5.86,2.54,7,6.0,2.22,12,6.4,1.78,10,6.0,1.41,11,2.46,1.76,13,3.43,2.51,7,5.0,2.54,10,7.0,1.41,9
+sweatshirt,6.24,1.67,21,2.56,1.94,25,5.05,2.2,19,6.0,1.22,9,6.42,1.98,12,2.17,1.83,6,2.72,2.05,18,3.43,1.81,7,6.0,1.86,12,6.19,1.72,16,6.4,1.67,5,2.29,2.16,14,3.0,1.7,10,4.67,2.6,9,5.4,1.84,10,6.25,1.42,12,6.22,2.05,9,2.88,2.13,16,2.0,1.5,9,4.64,2.54,11,5.62,1.6,8
+sweatshop,2.53,1.31,19,5.95,2.24,20,3.39,2.23,23,3.0,0.71,5,2.23,1.42,13,6.33,2.66,6,5.79,2.12,14,4.6,2.37,10,2.46,1.66,13,2.43,1.13,7,2.45,1.44,11,5.71,2.81,7,6.08,1.98,13,3.82,2.52,11,3.0,1.95,12,2.67,1.15,12,2.29,1.6,7,5.2,2.3,10,6.7,2.0,10,3.86,2.35,14,2.67,1.94,9
+sweaty,3.95,1.91,21,4.78,2.73,23,4.53,1.87,19,4.38,2.13,8,3.33,1.3,12,4.88,2.75,8,4.64,2.9,14,4.57,2.3,7,4.45,1.75,11,4.12,2.17,8,3.5,1.38,12,4.78,3.19,9,4.79,2.52,14,4.71,1.7,7,4.42,2.02,12,3.9,2.08,10,4.0,1.84,11,3.0,2.83,9,5.93,2.02,14,4.38,1.86,16,5.33,2.08,3
+sweep,5.27,1.03,22,3.89,2.23,19,5.76,2.1,21,5.4,0.55,5,5.12,1.09,16,5.25,2.31,8,2.91,1.64,11,5.7,2.54,10,5.82,1.72,11,5.08,0.51,12,5.5,1.43,10,3.5,1.51,10,4.33,2.87,9,5.25,2.34,12,6.44,1.59,9,5.36,0.67,11,5.18,1.33,11,2.75,1.49,8,4.73,2.37,11,5.22,2.33,9,6.17,1.9,12
+sweeper,5.35,1.35,20,3.23,2.0,22,6.22,2.08,27,6.14,1.95,7,4.92,0.64,13,3.9,2.23,10,2.67,1.67,12,6.33,2.02,15,6.45,1.92,11,5.18,1.4,11,5.56,1.33,9,4.33,2.29,9,2.46,1.39,13,6.59,2.0,17,6.0,1.87,9,5.46,1.66,13,5.14,0.38,7,2.94,2.08,16,4.0,1.67,6,6.58,2.07,12,5.93,2.12,15
+sweet,7.77,1.38,22,4.14,2.92,21,6.12,1.93,17,7.5,1.05,6,7.87,1.55,15,4.0,3.51,7,4.21,2.72,14,5.5,2.0,8,6.88,1.81,8,7.57,1.4,14,8.14,1.46,7,3.22,2.59,9,4.83,3.07,12,6.0,2.29,9,6.25,1.58,8,7.57,1.4,14,8.12,1.36,8,4.5,3.21,6,4.0,2.9,15,6.56,2.55,9,5.62,0.74,8
+sweeten,6.26,1.28,19,4.71,2.41,21,5.74,2.36,23,5.0,1.0,3,6.5,1.21,16,5.38,1.85,8,4.31,2.69,13,6.0,2.78,9,5.57,2.14,14,6.22,1.3,9,6.3,1.34,10,5.44,2.65,9,4.17,2.17,12,5.6,2.77,15,6.0,1.41,8,6.57,0.79,7,6.08,1.51,12,5.2,2.66,10,4.27,2.2,11,5.92,2.96,13,5.5,1.35,10
+sweetheart,7.84,1.77,19,5.39,2.4,18,6.76,2.24,25,8.33,1.15,3,8.13,1.13,15,5.0,2.19,6,5.58,2.57,12,6.5,2.2,8,6.88,2.32,17,8.0,1.26,6,8.25,1.06,12,4.8,2.44,10,6.12,2.3,8,6.5,2.56,14,7.09,1.81,11,8.0,2.0,12,7.57,1.4,7,4.89,2.76,9,5.89,2.03,9,6.89,2.47,18,6.43,1.62,7
+sweetie,7.56,1.62,18,4.35,2.78,20,5.89,1.71,18,6.25,1.49,8,8.6,0.7,10,3.57,2.7,7,4.77,2.83,13,5.27,1.19,11,6.86,2.04,7,6.82,1.66,11,8.71,0.49,7,4.67,3.08,9,4.09,2.63,11,6.09,1.7,11,5.57,1.81,7,7.17,1.8,12,8.33,0.82,6,4.58,2.68,12,4.0,3.07,8,5.89,2.09,9,5.89,1.36,9
+sweetness,7.37,1.54,19,4.37,3.02,19,5.92,1.79,26,7.73,1.42,11,6.88,1.64,8,4.86,2.27,7,4.08,3.45,12,5.23,2.01,13,6.62,1.26,13,7.09,1.87,11,7.75,0.89,8,4.5,2.99,10,4.22,3.23,9,5.71,2.05,17,6.33,1.12,9,7.0,2.06,9,7.7,0.82,10,4.33,3.26,12,4.43,2.82,7,5.88,1.86,16,6.0,1.76,10
+swell,5.05,1.78,19,4.56,2.01,18,5.59,1.97,17,5.36,1.57,11,4.62,2.07,8,4.75,2.63,4,4.5,1.91,14,4.88,1.73,8,6.22,2.05,9,5.0,1.77,8,5.09,1.87,11,4.57,1.99,7,4.55,2.11,11,5.33,2.16,6,5.73,1.95,11,4.92,1.89,13,5.33,1.63,6,3.82,1.99,11,5.71,1.5,7,6.14,1.95,7,5.2,1.99,10
+swerve,4.33,1.46,21,5.35,2.42,23,4.73,1.73,26,5.0,1.48,11,3.6,1.07,10,5.0,2.65,11,5.67,2.27,12,4.0,1.73,11,5.36,1.6,14,4.4,1.51,10,4.27,1.49,11,5.36,2.77,11,5.33,2.19,12,5.06,1.64,17,4.12,1.96,8,4.31,1.49,13,4.38,1.51,8,5.33,2.29,15,5.38,2.83,8,5.18,1.74,17,3.89,1.45,9
+swift,5.83,1.58,41,4.88,2.1,43,6.24,1.96,54,6.22,1.56,18,5.52,1.56,23,5.06,2.26,16,4.78,2.03,27,6.06,1.98,32,6.62,1.91,21,6.03,1.59,30,5.27,1.49,11,5.06,2.32,16,4.78,1.99,27,6.39,1.99,31,6.14,1.93,22,5.95,1.89,22,5.68,1.16,19,4.48,1.95,23,5.35,2.21,20,6.5,1.82,26,6.0,2.09,28
+swig,4.57,1.5,21,4.48,1.89,21,6.0,2.22,25,5.17,1.4,12,3.78,1.3,9,4.86,1.86,7,4.29,1.94,14,5.4,2.32,10,6.4,2.13,15,4.0,1.41,4,4.71,1.53,17,4.8,2.35,10,4.18,1.4,11,4.57,2.44,7,6.56,1.92,18,4.58,1.83,12,4.56,1.01,9,4.69,2.18,13,4.12,1.36,8,5.56,2.51,9,6.25,2.08,16
+swill,4.65,1.57,20,3.81,2.06,21,5.24,2.02,21,4.67,2.0,9,4.64,1.21,11,2.83,1.83,6,4.14,2.14,14,4.67,2.42,6,5.47,1.88,15,5.0,1.85,8,4.42,1.38,12,5.0,1.87,5,3.44,2.03,16,6.2,1.55,10,4.36,2.06,11,4.64,1.8,11,4.67,1.32,9,3.75,1.58,8,3.85,2.38,13,5.08,1.73,12,5.44,2.46,9
+swim,6.71,2.03,21,6.05,3.05,20,6.47,2.52,19,6.15,2.15,13,7.62,1.51,8,6.43,2.23,7,5.85,3.48,13,6.0,2.58,7,6.75,2.56,12,6.58,2.15,12,6.89,1.96,9,6.0,2.78,9,6.09,3.39,11,6.8,2.3,10,6.11,2.85,9,6.75,2.01,12,6.67,2.18,9,7.57,1.13,7,5.23,3.47,13,7.57,1.81,7,5.83,2.72,12
+swimmer,6.26,1.56,19,4.26,2.27,39,6.48,1.89,21,6.0,1.12,9,6.5,1.9,10,4.46,2.18,13,4.15,2.34,26,6.18,2.09,11,6.8,1.69,10,5.86,1.21,7,6.5,1.73,12,4.8,2.19,20,3.68,2.26,19,6.25,2.22,12,6.78,1.39,9,6.1,1.79,10,6.44,1.33,9,4.23,2.32,26,4.31,2.25,13,6.64,2.1,14,6.14,1.46,7
+swimming,7.2,1.77,20,5.13,2.62,23,5.83,2.68,18,6.62,2.26,8,7.58,1.31,12,5.55,2.16,11,4.75,3.02,12,5.3,2.67,10,6.5,2.73,8,7.29,1.7,7,7.17,1.95,12,6.73,1.35,11,3.67,2.67,12,4.86,2.67,7,6.45,2.62,11,7.67,1.5,12,6.5,2.0,8,4.55,2.77,11,5.67,2.46,12,5.56,2.3,9,6.11,3.14,9
+swimsuit,6.05,2.27,21,5.8,2.55,20,5.08,2.49,36,6.88,2.53,8,5.54,2.03,13,7.0,1.58,5,5.4,2.72,15,4.45,2.16,11,5.36,2.61,25,6.15,2.67,13,5.88,1.55,8,6.08,2.61,12,5.38,2.56,8,5.15,2.32,20,5.0,2.76,16,6.0,2.37,11,6.1,2.28,10,5.91,2.7,11,5.67,2.5,9,4.91,2.62,22,5.36,2.34,14
+swindle,3.0,2.03,18,4.32,2.46,22,4.13,2.69,23,2.73,1.85,11,3.67,2.5,6,5.25,2.66,8,3.79,2.26,14,4.57,2.7,7,3.94,2.74,16,3.25,1.98,8,2.8,2.15,10,3.44,2.55,9,4.92,2.29,13,4.45,2.21,11,3.83,3.13,12,3.09,2.21,11,2.86,1.86,7,3.91,2.7,11,4.73,2.24,11,4.77,2.83,13,3.3,2.36,10
+swindler,2.33,1.46,18,4.82,2.67,22,3.86,2.39,21,3.0,1.69,8,1.8,1.03,10,4.88,2.1,8,4.79,3.02,14,4.45,2.42,11,3.2,2.3,10,3.67,1.63,6,1.67,0.78,12,3.6,1.9,10,5.83,2.86,12,3.75,2.14,12,4.0,2.83,9,2.5,1.27,10,2.12,1.73,8,4.88,3.09,8,4.79,2.52,14,4.85,2.41,13,2.25,1.28,8
+swine,3.11,1.7,19,3.71,2.17,21,4.78,1.98,23,2.33,1.15,3,3.25,1.77,16,4.38,2.0,8,3.31,2.25,13,5.44,2.01,9,4.36,1.91,14,3.0,1.94,9,3.2,1.55,10,3.67,1.41,9,3.75,2.67,12,5.13,2.1,15,4.12,1.64,8,3.43,1.72,7,2.92,1.73,12,4.3,2.41,10,3.18,1.89,11,4.62,2.57,13,5.0,0.82,10
+swing,6.95,1.61,19,4.1,2.21,21,6.16,1.61,19,6.56,1.51,9,7.3,1.7,10,2.86,1.57,7,4.92,2.22,13,6.2,1.93,10,6.11,1.27,9,7.33,1.8,9,6.6,1.43,10,3.67,2.87,9,4.64,1.5,11,5.25,1.39,8,6.7,1.49,10,7.0,1.6,12,6.86,1.77,7,3.95,2.27,19,5.5,0.71,2,5.38,1.6,8,6.73,1.42,11
+swinger,4.37,2.09,19,5.81,2.02,21,4.96,2.38,23,4.2,1.64,5,4.38,2.36,13,6.0,2.1,6,5.73,2.05,15,6.2,1.48,10,4.0,2.55,13,3.71,1.6,7,4.73,2.41,11,6.57,1.81,7,5.43,2.06,14,4.55,2.42,11,5.33,2.39,12,5.08,2.15,12,3.14,1.35,7,5.73,2.37,11,5.9,1.66,10,5.07,2.4,14,4.78,2.49,9
+swipe,4.47,1.71,19,3.68,2.1,22,5.0,2.18,27,4.8,1.69,10,4.11,1.76,9,3.43,2.57,7,3.8,1.93,15,5.41,2.37,17,4.3,1.7,10,5.0,1.87,9,4.0,1.49,10,2.4,1.95,5,4.06,2.05,17,5.29,2.3,14,4.69,2.1,13,4.27,2.15,11,4.75,0.89,8,2.7,1.83,10,4.5,2.02,12,5.07,2.2,14,4.92,2.25,13
+swirl,6.45,1.39,20,4.58,2.93,19,5.12,2.23,26,6.0,0.89,11,7.0,1.73,9,5.43,2.15,7,4.08,3.29,12,4.23,2.05,13,6.0,2.12,13,7.09,1.22,11,5.67,1.22,9,5.0,3.4,10,4.11,2.42,9,5.12,2.42,17,5.11,1.96,9,6.7,1.42,10,6.2,1.4,10,5.67,2.87,12,2.71,2.06,7,5.25,2.18,16,4.9,2.42,10
+swish,5.79,1.72,19,3.95,2.63,20,5.8,2.12,20,5.0,0.0,3,5.87,1.88,15,4.1,2.69,10,3.8,2.7,10,6.2,1.81,10,5.4,2.41,10,5.83,2.4,6,5.67,1.44,12,3.29,2.98,7,4.31,2.46,13,5.5,2.93,8,6.0,1.48,12,6.17,1.4,12,5.14,2.12,7,4.6,2.95,10,3.3,2.21,10,5.44,2.51,9,6.09,1.81,11
+switch,5.29,1.01,21,3.9,2.1,20,6.0,2.52,19,5.23,1.17,13,5.38,0.74,8,4.43,1.99,7,3.62,2.18,13,6.0,2.58,7,6.0,2.59,12,5.42,0.9,12,5.11,1.17,9,3.89,2.32,9,3.91,2.02,11,6.1,2.28,10,5.89,2.89,9,5.42,1.0,12,5.11,1.05,9,4.29,2.06,7,3.69,2.18,13,7.14,1.46,7,5.33,2.81,12
+switchblade,3.45,1.19,20,5.71,2.63,21,4.44,2.45,25,3.33,1.15,3,3.47,1.23,17,5.71,2.81,7,5.77,2.74,13,5.62,2.0,8,3.88,2.5,17,3.57,1.27,7,3.38,1.19,13,6.14,2.61,7,5.54,2.82,13,4.71,2.61,14,4.09,2.3,11,3.67,0.71,9,3.27,1.49,11,6.55,1.86,11,4.8,3.12,10,4.33,2.81,18,4.71,1.25,7
+switchboard,4.86,0.65,21,3.65,2.12,23,5.31,1.67,26,4.64,0.67,11,5.1,0.57,10,3.82,2.36,11,3.5,1.98,12,4.82,1.4,11,5.79,1.81,14,5.0,0.67,10,4.73,0.65,11,3.64,2.16,11,3.67,2.19,12,5.35,1.62,17,5.38,1.92,8,4.85,0.8,13,4.88,0.35,8,3.67,2.09,15,3.62,2.33,8,5.82,1.7,17,4.33,1.12,9
+swivel,5.26,0.92,23,4.62,2.31,21,5.52,2.31,33,5.42,0.79,12,5.09,1.04,11,4.75,2.19,8,4.54,2.47,13,5.43,2.47,14,5.58,2.24,19,5.0,0.82,10,5.46,0.97,13,4.92,2.25,13,4.12,2.47,8,5.27,2.62,22,6.0,1.48,11,5.0,0.95,12,5.55,0.82,11,4.79,2.26,14,4.29,2.56,7,5.59,1.87,17,5.44,2.76,16
+swoon,5.76,1.34,21,3.83,2.33,23,5.67,2.77,18,5.78,0.83,9,5.75,1.66,12,3.36,1.69,11,4.25,2.8,12,6.3,2.83,10,4.88,2.64,8,6.0,1.29,7,5.69,1.44,13,4.0,2.24,11,3.67,2.5,12,6.0,3.46,7,5.45,2.38,11,5.69,1.55,13,5.88,0.99,8,4.45,2.5,11,3.25,2.09,12,5.44,2.88,9,5.89,2.8,9
+swoop,5.16,1.42,19,5.62,1.86,21,5.04,2.06,23,4.6,0.89,5,5.54,1.45,13,5.5,2.35,6,5.67,1.72,15,5.3,2.26,10,4.85,1.95,13,5.0,1.29,7,5.45,1.44,11,5.14,2.67,7,5.86,1.35,14,4.64,1.91,11,5.42,2.19,12,5.25,1.42,12,5.0,1.53,7,5.36,2.11,11,5.9,1.6,10,5.0,2.08,14,5.11,2.15,9
+sword,5.27,1.58,22,5.95,2.07,19,6.0,2.45,21,6.2,1.1,5,5.12,1.59,16,7.0,2.07,8,5.18,1.78,11,5.8,2.57,10,6.18,2.44,11,5.17,1.27,12,5.4,1.96,10,6.1,2.28,10,5.78,1.92,9,6.08,2.91,12,5.89,1.83,9,5.27,1.9,11,5.27,1.27,11,5.75,1.75,8,6.09,2.34,11,6.44,2.6,9,5.67,2.39,12
+swordfish,6.15,1.66,20,5.15,2.35,20,5.19,2.04,26,6.0,1.84,11,6.33,1.5,9,5.86,1.35,7,4.77,2.71,13,5.31,2.21,13,5.08,1.93,13,6.27,1.9,11,6.0,1.41,9,5.82,1.78,11,4.33,2.78,9,5.0,2.18,17,5.56,1.81,9,6.7,1.77,10,5.6,1.43,10,5.42,1.98,12,4.75,2.92,8,4.75,1.95,16,5.9,2.08,10
+swordplay,4.94,2.18,18,6.14,2.1,22,4.96,2.16,24,4.6,2.19,5,5.08,2.25,13,7.0,1.21,12,5.1,2.51,10,5.25,1.98,8,4.81,2.29,16,5.33,2.06,9,4.56,2.35,9,7.33,0.71,9,5.31,2.36,13,5.12,2.12,17,4.67,2.58,6,4.57,2.23,7,5.18,2.23,11,5.89,1.76,9,6.31,2.36,13,4.5,2.16,16,5.88,1.96,8
+swordsman,5.25,1.71,20,4.72,2.67,18,4.68,2.28,22,6.0,1.22,5,5.0,1.81,15,6.33,1.97,6,3.92,2.68,12,4.3,2.0,10,5.0,2.52,12,5.4,1.17,10,5.1,2.18,10,6.0,2.16,10,3.12,2.47,8,5.27,2.33,11,4.09,2.17,11,5.0,2.13,12,5.62,0.74,8,4.33,3.04,9,5.11,2.37,9,4.73,2.24,11,4.64,2.42,11
+sycamore,6.36,1.62,22,3.68,2.16,19,4.81,2.18,21,5.6,1.34,5,6.62,1.71,16,3.12,1.13,8,4.09,2.66,11,4.8,2.35,10,4.82,2.14,11,6.5,1.68,12,6.2,1.62,10,3.2,1.23,10,4.22,2.86,9,3.83,2.04,12,6.11,1.69,9,6.73,1.42,11,6.0,1.79,11,2.38,1.19,8,4.64,2.25,11,4.67,2.12,9,4.92,2.31,12
+syllable,4.95,0.97,21,2.5,1.74,22,5.7,2.0,27,5.2,0.63,10,4.73,1.19,11,2.14,1.68,7,2.67,1.8,15,5.76,2.33,17,5.6,1.35,10,5.18,0.6,11,4.7,1.25,10,2.4,2.61,5,2.53,1.5,17,5.57,2.21,14,5.85,1.82,13,4.92,0.76,13,5.0,1.31,8,1.9,1.37,10,3.0,1.91,12,6.21,2.01,14,5.15,1.91,13
+syllabus,4.86,1.49,21,2.95,2.1,22,4.74,2.23,27,4.3,1.64,10,5.36,1.21,11,2.14,1.46,7,3.33,2.29,15,4.82,2.51,17,4.6,1.78,10,5.09,0.94,11,4.6,1.96,10,4.0,3.67,5,2.65,1.41,17,4.57,2.74,14,4.92,1.61,13,4.62,1.45,13,5.25,1.58,8,2.6,2.32,10,3.25,1.96,12,4.93,2.87,14,4.54,1.33,13
+symbiotic,5.7,1.56,20,4.05,2.03,22,5.16,1.74,19,6.0,2.18,9,5.45,0.82,11,3.8,3.11,5,4.31,1.58,16,4.83,1.47,6,5.31,1.89,13,5.71,1.73,14,5.67,1.21,6,3.67,1.67,12,4.89,2.2,9,5.33,1.41,9,5.0,2.05,10,5.6,1.65,10,5.8,1.55,10,3.42,1.93,12,4.8,1.99,10,5.33,2.07,6,5.08,1.66,13
+symbol,5.67,1.35,21,2.77,1.8,22,4.96,2.33,27,5.2,1.4,10,6.09,1.22,11,2.29,1.89,7,3.0,1.77,15,5.12,2.85,17,4.7,1.06,10,6.09,1.38,11,5.2,1.23,10,2.2,2.17,5,2.94,1.71,17,4.79,2.55,14,5.15,2.15,13,5.62,1.26,13,5.75,1.58,8,1.9,1.37,10,3.5,1.83,12,5.79,2.29,14,4.08,2.1,13
+symbolic,6.48,1.33,21,3.74,1.69,19,5.55,1.99,20,6.67,1.5,9,6.33,1.23,12,3.17,1.47,6,3.75,1.6,12,6.0,2.0,6,5.36,2.02,14,6.89,1.36,9,6.17,1.27,12,4.6,1.52,5,3.43,1.7,14,5.0,1.87,9,6.0,2.05,11,6.75,1.42,12,6.11,1.17,9,4.86,1.86,7,3.08,1.24,12,5.09,1.81,11,6.11,2.15,9
+symbolism,6.62,1.4,21,3.52,1.89,21,5.3,1.72,20,6.67,1.87,9,6.58,1.0,12,2.33,1.21,6,4.07,1.98,14,5.83,1.94,6,5.07,1.64,14,6.44,1.88,9,6.75,0.97,12,3.8,2.28,5,3.44,1.82,16,4.67,1.58,9,5.82,1.72,11,7.08,1.16,12,6.0,1.5,9,3.75,1.91,8,3.38,1.94,13,4.55,1.37,11,6.22,1.72,9
+symbolize,5.75,1.48,20,4.41,2.3,22,6.29,1.87,21,5.67,1.22,9,5.82,1.72,11,5.5,2.51,10,3.5,1.73,12,4.88,1.73,8,7.15,1.41,13,5.79,0.97,14,5.67,2.42,6,5.38,2.92,8,3.86,1.75,14,5.38,2.2,8,6.85,1.46,13,5.8,0.79,10,5.7,2.0,10,4.33,1.92,12,4.5,2.8,10,6.42,1.83,12,6.11,2.03,9
+symmetrical,5.76,1.68,17,3.24,1.92,21,5.05,2.21,20,5.67,0.58,3,5.79,1.85,14,3.17,1.94,6,3.27,1.98,15,5.5,1.87,6,4.86,2.38,14,6.0,1.12,9,5.5,2.2,8,3.43,1.99,7,3.14,1.96,14,5.5,2.37,10,4.6,2.07,10,5.38,1.69,8,6.11,1.69,9,3.78,1.92,9,2.83,1.9,12,5.5,2.45,8,4.75,2.09,12
+symmetry,5.27,1.52,22,3.19,2.23,26,6.42,2.21,24,6.11,1.45,9,4.69,1.32,13,2.3,1.7,10,3.75,2.38,16,6.33,2.06,9,6.47,2.36,15,5.38,1.19,8,5.21,1.72,14,3.69,2.5,13,2.69,1.89,13,6.17,2.41,12,6.67,2.06,12,4.67,1.37,12,6.0,1.41,10,3.27,2.43,15,3.09,2.02,11,6.46,2.07,13,6.36,2.46,11
+sympathetic,6.67,1.93,21,3.29,2.22,24,6.3,2.25,20,6.25,1.91,8,6.92,1.98,13,4.67,2.07,6,2.83,2.12,18,6.18,2.04,11,6.44,2.6,9,6.42,1.83,12,7.0,2.12,9,3.6,2.5,10,3.07,2.06,14,5.85,2.38,13,7.14,1.86,7,7.14,1.46,14,5.71,2.5,7,3.38,2.28,16,3.12,2.23,8,6.67,2.19,12,5.75,2.38,8
+sympathize,6.0,2.05,20,3.73,2.14,22,7.05,1.81,19,6.0,2.5,9,6.0,1.73,11,2.8,2.05,5,3.88,2.16,16,8.0,0.89,6,6.62,1.98,13,6.07,1.94,14,5.83,2.48,6,3.5,1.93,12,3.78,2.49,9,6.33,1.58,9,7.7,1.83,10,5.7,1.89,10,6.3,2.26,10,4.17,2.41,12,3.2,1.75,10,7.67,1.75,6,6.77,1.83,13
+sympathy,6.57,2.11,21,3.08,2.3,24,5.9,2.17,20,7.0,1.51,8,6.31,2.43,13,4.0,2.68,6,2.78,2.16,18,6.36,1.63,11,5.33,2.69,9,6.67,1.78,12,6.44,2.6,9,3.6,2.72,10,2.71,1.98,14,5.92,2.1,13,5.86,2.48,7,7.07,1.59,14,5.57,2.76,7,3.56,2.5,16,2.12,1.55,8,5.92,2.27,12,5.88,2.17,8
+symphonic,6.45,1.47,20,6.3,2.43,20,5.69,2.11,26,6.91,1.3,11,5.89,1.54,9,6.43,2.23,7,6.23,2.62,13,4.38,1.85,13,7.0,1.47,13,6.55,1.21,11,6.33,1.8,9,6.64,2.01,11,5.89,2.93,9,5.41,2.32,17,6.22,1.64,9,6.2,1.48,10,6.7,1.49,10,6.25,2.67,12,6.38,2.2,8,5.75,1.91,16,5.6,2.5,10
+symphony,7.15,2.18,20,4.19,2.56,21,5.62,2.34,24,6.5,3.7,4,7.31,1.78,16,6.0,1.83,4,3.76,2.56,17,6.33,2.12,9,5.2,2.43,15,7.12,2.23,8,7.17,2.25,12,3.2,2.35,10,5.09,2.51,11,5.57,2.14,14,5.7,2.71,10,7.18,1.89,11,7.11,2.62,9,4.2,2.74,10,4.18,2.52,11,5.82,2.48,17,5.14,2.04,7
+symposium,4.86,1.77,21,4.04,2.37,26,6.0,1.91,24,5.78,1.39,9,4.17,1.75,12,2.6,2.01,10,4.94,2.17,16,5.78,1.48,9,6.13,2.17,15,5.57,1.99,7,4.5,1.61,14,4.15,2.23,13,3.92,2.6,13,5.83,2.04,12,6.17,1.85,12,3.82,1.54,11,6.0,1.25,10,3.4,2.38,15,4.91,2.17,11,6.0,1.87,13,6.0,2.05,11
+symptom,3.33,1.68,21,4.17,2.76,23,5.0,2.68,18,3.33,1.87,9,3.33,1.61,12,4.27,3.07,11,4.08,2.57,12,4.1,2.88,10,6.12,2.03,8,3.71,2.06,7,3.15,1.57,13,5.64,2.66,11,2.83,2.17,12,4.57,3.41,7,5.27,2.24,11,3.0,1.96,13,3.88,0.99,8,4.45,2.66,11,3.92,2.94,12,5.0,2.74,9,5.0,2.78,9
+symptomatic,4.0,1.48,21,4.13,2.53,23,4.94,2.15,18,4.0,1.15,7,4.23,1.48,13,3.88,2.64,8,4.29,2.64,14,5.43,2.44,7,4.5,2.07,10,3.71,2.06,7,4.38,0.77,13,3.78,2.99,9,4.36,2.27,14,4.14,1.86,7,5.45,2.25,11,4.09,1.38,11,3.9,1.66,10,3.33,2.78,9,4.64,2.31,14,5.07,2.19,15,4.33,2.31,3
+synagogue,4.85,2.01,20,2.56,1.5,18,4.64,2.11,22,4.8,1.79,5,4.87,2.13,15,3.17,1.94,6,2.25,1.22,12,4.2,1.87,10,5.0,2.3,12,4.9,1.45,10,4.8,2.53,10,2.9,1.66,10,2.12,1.25,8,3.82,1.83,11,5.45,2.11,11,4.5,2.11,12,5.38,1.85,8,1.78,0.67,9,3.33,1.73,9,3.82,1.6,11,5.45,2.3,11
+synapse,5.42,2.01,19,3.95,2.06,21,5.14,2.08,22,5.67,1.32,9,5.2,2.53,10,5.25,2.12,8,3.15,1.63,13,5.18,2.6,11,5.09,1.51,11,5.29,1.25,7,5.5,2.39,12,4.44,1.59,9,3.58,2.35,12,4.69,2.14,13,5.78,1.92,9,5.7,2.11,10,5.11,1.96,9,3.71,2.06,7,4.07,2.13,14,5.64,1.86,14,4.25,2.25,8
+synaptic,4.57,1.69,21,4.25,2.15,20,4.57,2.2,21,4.67,0.82,6,4.53,1.96,15,4.62,2.56,8,4.0,1.91,12,5.18,2.09,11,3.9,2.23,10,4.0,1.67,6,4.8,1.7,15,5.0,2.26,10,3.5,1.84,10,4.5,2.47,14,4.71,1.7,7,4.0,1.63,7,4.86,1.7,14,4.5,2.35,14,3.67,1.63,6,4.42,2.23,12,4.78,2.28,9
+sync,6.21,1.36,19,3.95,1.94,21,6.13,1.58,23,5.8,0.84,5,6.54,1.39,13,4.17,2.32,6,3.87,1.85,15,6.1,1.52,10,6.15,1.68,13,5.71,1.11,7,6.73,1.27,11,4.14,2.41,7,3.86,1.75,14,5.91,1.87,11,6.33,1.3,12,6.08,1.0,12,6.43,1.9,7,4.0,2.37,11,3.9,1.45,10,6.0,1.66,14,6.33,1.5,9
+synchronize,6.26,1.63,19,4.04,2.18,23,6.05,1.99,19,6.44,1.59,9,6.1,1.73,10,4.0,2.24,7,4.0,2.3,15,6.0,2.31,10,6.11,1.69,9,7.11,1.76,9,5.5,1.08,10,4.4,2.8,10,3.67,1.67,12,5.25,1.91,8,6.6,2.01,10,6.17,1.7,12,6.43,1.62,7,4.25,2.22,20,2.67,1.53,3,5.0,1.77,8,6.82,1.83,11
+syndicate,4.35,1.53,20,3.06,1.95,18,4.67,1.99,24,4.6,0.89,5,4.27,1.71,15,4.8,1.1,5,2.38,1.8,13,4.46,2.5,13,4.91,1.22,11,4.6,1.17,10,4.1,1.85,10,4.0,2.0,7,2.45,1.75,11,4.88,2.22,16,4.25,1.49,8,4.0,1.57,14,5.17,1.17,6,3.17,2.08,12,2.83,1.83,6,5.13,1.51,15,3.89,2.52,9
+syndrome,4.33,2.33,21,4.68,2.45,19,3.77,2.2,35,4.62,2.45,8,4.15,2.34,13,3.8,1.48,5,5.0,2.69,14,3.73,2.2,11,3.79,2.25,24,4.69,2.5,13,3.75,2.05,8,4.91,2.43,11,4.38,2.62,8,4.0,2.22,20,3.47,2.2,15,5.09,2.26,11,3.5,2.22,10,4.1,2.73,10,5.33,2.06,9,3.81,2.23,21,3.71,2.23,14
+synergy,5.42,2.01,19,4.29,2.46,24,5.39,2.01,28,4.38,2.26,8,6.18,1.47,11,3.67,2.65,9,4.67,2.35,15,5.93,1.59,14,4.86,2.28,14,5.78,2.22,9,5.1,1.85,10,5.0,2.59,12,3.58,2.19,12,5.0,2.29,14,5.79,1.67,14,5.5,1.43,10,5.33,2.6,9,5.08,2.47,12,3.5,2.28,12,5.0,1.35,12,5.69,2.39,16
+synonymous,5.24,1.14,21,3.41,2.02,22,5.47,2.17,19,5.75,1.39,8,4.92,0.86,13,4.4,2.12,10,2.58,1.56,12,6.67,2.42,6,4.92,1.89,13,5.6,1.35,10,4.91,0.83,11,3.36,1.75,11,3.45,2.34,11,5.57,2.44,14,5.2,1.3,5,4.89,0.6,9,5.5,1.38,12,3.2,1.69,10,3.58,2.31,12,5.0,1.8,9,5.9,2.47,10
+synthesizer,5.16,1.64,19,4.3,2.7,20,5.64,2.08,25,4.75,2.63,4,5.27,1.39,15,5.0,2.0,4,4.12,2.87,16,5.67,2.29,9,5.62,2.03,16,5.0,1.77,8,5.27,1.62,11,4.78,2.64,9,3.91,2.81,11,5.07,2.2,14,6.36,1.75,11,5.2,1.55,10,5.11,1.83,9,3.56,2.92,9,4.91,2.47,11,5.94,2.21,18,4.86,1.57,7
+synthetic,4.76,1.7,21,3.61,1.92,23,5.05,1.94,21,5.4,2.7,5,4.56,1.31,16,4.25,1.82,12,2.91,1.87,11,4.82,2.09,11,5.33,1.94,9,4.75,1.82,12,4.78,1.64,9,4.0,2.0,16,2.71,1.5,7,5.82,2.14,11,4.2,1.32,10,4.92,1.5,13,4.5,2.07,8,3.58,1.98,19,3.75,1.89,4,5.57,1.95,14,4.0,1.53,7
+syphilis,2.17,1.7,42,4.59,2.72,44,3.27,2.73,48,3.24,2.19,17,1.44,0.58,25,4.33,2.31,21,4.83,3.08,23,4.0,2.79,18,2.83,2.64,30,2.38,1.88,29,1.69,1.11,13,4.5,2.42,20,4.67,3.0,24,3.58,2.75,33,2.6,2.64,15,2.57,2.04,23,1.68,1.0,19,4.0,2.68,30,5.86,2.44,14,3.08,2.76,26,3.5,2.74,22
+syringe,3.05,1.08,19,4.81,2.23,21,5.39,2.39,23,4.33,0.58,3,2.81,0.98,16,5.0,2.14,8,4.69,2.36,13,6.22,1.92,9,4.86,2.57,14,3.22,1.2,9,2.9,0.99,10,5.0,2.4,9,4.67,2.19,12,5.93,2.28,15,4.38,2.39,8,2.86,1.07,7,3.17,1.11,12,5.3,1.95,10,4.36,2.46,11,5.85,2.85,13,4.8,1.55,10
+syrup,6.44,2.43,18,3.11,2.0,18,5.25,2.71,24,7.0,1.58,5,6.23,2.71,13,3.0,1.58,5,3.15,2.19,13,5.08,2.93,13,5.45,2.54,11,6.4,2.63,10,6.5,2.33,8,3.71,1.98,7,2.73,2.0,11,4.88,2.66,16,6.0,2.83,8,6.17,2.59,12,7.0,2.19,6,3.42,1.83,12,2.5,2.35,6,5.47,2.77,15,4.89,2.71,9
+system,5.5,1.19,22,3.38,2.01,21,5.65,2.67,17,6.17,0.98,6,5.27,1.22,15,2.29,1.89,7,3.93,1.9,14,7.0,1.87,9,4.12,2.7,8,5.36,1.34,14,5.86,0.9,7,3.67,2.06,9,3.17,2.04,12,6.22,2.77,9,5.0,2.56,8,5.5,0.94,14,5.5,1.6,8,3.83,2.32,6,3.2,1.93,15,5.56,2.74,9,5.75,2.76,8
+systematic,4.62,1.56,21,3.52,2.23,21,4.65,2.0,26,5.0,1.34,11,4.2,1.75,10,3.78,2.39,9,3.33,2.19,12,5.0,2.28,11,4.57,1.74,14,4.2,1.62,10,5.0,1.48,11,4.22,2.44,9,3.0,2.0,12,4.65,2.21,17,5.0,1.41,8,4.38,1.98,13,5.0,0.0,8,3.46,1.98,13,3.62,2.72,8,4.76,2.41,17,4.44,0.88,9
+t-shirt,6.43,1.16,21,2.23,1.6,22,5.19,2.04,27,6.3,1.25,10,6.55,1.13,11,2.14,1.68,7,2.27,1.62,15,5.24,2.51,17,5.1,0.88,10,6.64,1.12,11,6.2,1.23,10,1.6,1.34,5,2.41,1.66,17,4.79,2.69,14,5.62,0.87,13,6.54,1.27,13,6.25,1.04,8,2.1,1.91,10,2.33,1.37,12,5.0,2.32,14,5.38,1.76,13
+tab,5.09,1.44,22,4.42,2.65,19,5.71,2.03,21,5.2,1.48,5,5.06,1.53,16,5.62,2.5,8,3.55,2.5,11,5.7,2.0,10,5.73,2.15,11,4.75,1.54,12,5.5,1.27,10,4.1,2.56,10,4.78,2.86,9,5.33,2.19,12,6.22,1.79,9,4.64,1.29,11,5.55,1.51,11,3.75,2.96,8,4.91,2.43,11,5.78,2.05,9,5.67,2.1,12
+tabasco,4.5,1.96,20,5.0,2.72,18,5.62,2.43,24,5.4,0.89,5,4.2,2.14,15,6.0,1.87,5,4.62,2.96,13,5.46,2.79,13,5.82,2.04,11,4.6,1.84,10,4.4,2.17,10,6.57,1.72,7,4.0,2.83,11,5.62,2.47,16,5.62,2.5,8,4.5,1.83,14,4.5,2.43,6,5.17,2.62,12,4.67,3.14,6,5.87,2.75,15,5.22,1.86,9
+tabernacle,5.65,1.5,20,3.52,2.18,21,5.7,2.38,33,6.1,1.6,10,5.2,1.32,10,4.0,1.93,8,3.23,2.35,13,5.14,2.74,14,6.11,2.05,19,5.33,1.73,9,5.91,1.3,11,3.62,1.94,13,3.38,2.67,8,5.52,2.56,21,6.0,2.09,12,6.0,2.0,10,5.3,0.67,10,3.71,2.43,14,3.14,1.68,7,5.76,2.25,17,5.62,2.58,16
+table,5.49,1.34,41,3.0,2.02,44,5.84,1.64,19,5.08,1.89,13,5.68,0.98,28,2.87,1.96,15,3.07,2.09,29,5.7,1.7,10,6.0,1.66,9,5.35,1.22,17,5.58,1.44,24,3.6,2.26,20,2.5,1.69,24,5.62,1.51,8,6.1,1.85,10,5.57,1.2,23,5.39,1.54,18,2.7,1.96,27,3.47,2.1,17,5.25,1.39,8,6.27,1.74,11
+tablecloth,5.33,1.49,21,2.81,1.91,21,6.28,1.95,25,5.42,1.0,12,5.22,2.05,9,2.71,1.5,7,2.86,2.14,14,6.5,1.9,10,6.13,2.03,15,6.0,2.0,4,5.18,1.38,17,3.2,2.25,10,2.45,1.57,11,5.86,2.34,7,6.44,1.82,18,5.67,1.87,12,4.89,0.6,9,3.23,2.09,13,2.12,1.46,8,6.22,2.22,9,6.31,1.85,16
+tablet,6.21,1.72,19,3.65,2.5,20,6.1,2.05,20,6.0,1.73,3,6.13,1.77,15,3.9,2.42,10,3.4,2.67,10,6.5,1.08,10,5.7,2.71,10,6.17,2.14,6,6.08,1.56,12,4.86,2.97,7,3.0,2.04,13,5.38,2.67,8,6.58,1.44,12,6.17,1.75,12,6.29,1.8,7,3.9,2.73,10,3.4,2.37,10,5.33,2.6,9,6.73,1.27,11
+tabloid,4.84,2.34,19,3.32,2.75,22,3.93,1.86,28,4.33,1.51,6,5.08,2.66,13,3.18,2.89,11,3.45,2.73,11,3.91,2.34,11,3.94,1.56,17,5.55,1.97,11,3.88,2.59,8,2.64,2.29,11,4.0,3.1,11,4.22,2.05,18,3.4,1.43,10,5.15,2.15,13,4.17,2.79,6,3.07,2.59,14,3.75,3.15,8,3.75,2.21,16,4.17,1.34,12
+taboo,4.53,1.26,19,5.06,1.83,18,3.94,2.54,17,4.45,1.63,11,4.62,0.52,8,6.75,1.26,4,4.57,1.7,14,4.62,2.45,8,3.33,2.6,9,4.5,1.85,8,4.55,0.69,11,5.14,1.95,7,5.0,1.84,11,4.17,2.4,6,3.82,2.71,11,4.62,1.45,13,4.33,0.82,6,5.09,2.02,11,5.0,1.63,7,3.86,2.73,7,4.0,2.54,10
+tack,4.42,1.95,19,2.85,2.11,20,5.0,2.38,20,4.33,1.15,3,4.53,2.13,15,3.4,2.46,10,2.3,1.64,10,5.6,1.65,10,4.4,2.91,10,4.5,2.81,6,4.5,1.57,12,3.0,2.08,7,2.77,2.2,13,3.62,2.0,8,5.92,2.23,12,4.08,1.88,12,5.0,2.08,7,2.6,2.12,10,3.1,2.18,10,5.0,2.4,9,5.0,2.49,11
+tackle,5.38,1.56,21,4.43,2.56,21,5.2,2.59,20,5.56,1.67,9,5.25,1.54,12,4.33,2.8,6,4.43,2.65,14,5.33,3.67,6,5.14,2.14,14,5.22,1.72,9,5.5,1.51,12,5.4,2.7,5,4.12,2.53,16,5.78,2.64,9,4.73,2.57,11,5.42,1.88,12,5.33,1.12,9,4.5,2.27,8,4.38,2.81,13,4.55,2.5,11,6.0,2.6,9
+tacky,3.68,1.73,19,4.05,2.44,20,4.58,1.98,24,4.0,1.87,13,3.0,1.26,6,3.6,2.7,5,4.2,2.43,15,4.69,1.7,13,4.45,2.34,11,4.0,2.4,9,3.4,0.84,10,4.57,2.99,7,3.77,2.17,13,5.27,2.28,11,4.0,1.53,13,3.22,1.2,9,4.1,2.08,10,3.2,2.25,10,4.9,2.42,10,4.56,2.51,9,4.6,1.68,15
+taco,6.53,1.47,19,4.19,2.27,21,6.13,1.77,23,6.0,1.73,5,6.69,1.44,13,4.17,2.48,6,4.2,2.27,15,5.9,1.6,10,6.31,1.93,13,6.57,1.81,7,6.45,1.37,11,5.43,2.37,7,3.57,2.03,14,5.91,1.64,11,6.33,1.92,12,6.67,1.37,12,6.29,1.7,7,4.91,2.51,11,3.4,1.78,10,6.14,1.51,14,6.11,2.2,9
+tact,5.71,1.42,21,3.95,2.65,20,5.94,2.19,36,5.12,1.25,8,6.08,1.44,13,2.8,1.79,5,4.33,2.82,15,4.91,2.21,11,6.4,2.06,25,5.54,1.56,13,6.0,1.2,8,4.0,2.73,12,3.88,2.7,8,5.65,2.39,20,6.31,1.92,16,5.55,1.75,11,5.9,0.99,10,5.0,2.86,11,2.67,1.73,9,5.68,2.3,22,6.36,2.02,14
+tactful,6.18,1.53,22,3.62,2.38,21,6.32,2.03,22,6.29,1.73,14,6.0,1.2,8,3.91,2.39,11,3.56,2.46,9,6.67,1.37,6,6.19,2.26,16,6.6,1.43,10,5.83,1.59,12,3.09,2.07,11,4.2,2.66,10,6.38,1.45,13,6.22,2.77,9,6.42,1.78,12,5.9,1.2,10,3.23,2.42,13,4.25,2.31,8,7.08,1.83,12,5.4,1.96,10
+tactic,5.7,1.81,20,5.05,1.96,22,6.19,1.44,21,6.22,1.09,9,5.27,2.2,11,5.8,1.87,10,4.42,1.88,12,5.88,0.99,8,6.38,1.66,13,5.57,1.79,14,6.0,2.0,6,4.88,2.23,8,5.14,1.88,14,5.88,1.36,8,6.38,1.5,13,5.4,1.9,10,6.0,1.76,10,5.25,1.54,12,4.8,2.44,10,6.33,1.61,12,6.0,1.22,9
+tactical,5.05,1.96,21,4.27,2.47,22,5.46,2.3,26,4.4,2.32,10,5.64,1.43,11,2.86,1.86,7,4.93,2.49,15,5.94,2.51,17,4.56,1.59,9,5.18,2.18,11,4.9,1.79,10,4.6,3.78,5,4.18,2.1,17,5.71,2.52,14,5.17,2.08,12,4.69,1.97,13,5.62,1.92,8,4.4,3.1,10,4.17,1.95,12,5.0,2.54,14,6.0,1.95,12
+tad,5.45,1.43,20,3.68,2.52,19,5.58,1.84,26,5.09,1.14,11,5.89,1.69,9,4.67,2.73,6,3.23,2.39,13,5.46,1.9,13,5.69,1.84,13,5.36,1.86,11,5.56,0.73,9,4.18,2.6,11,3.0,2.39,8,5.59,1.87,17,5.56,1.88,9,5.6,1.43,10,5.3,1.49,10,3.55,2.54,11,3.88,2.64,8,5.31,1.7,16,6.0,2.05,10
+tadpole,6.0,2.02,21,4.17,1.88,24,5.32,2.64,22,6.62,1.6,8,5.62,2.22,13,4.08,1.75,13,4.27,2.1,11,5.38,2.81,13,5.22,2.54,9,6.62,2.2,8,5.92,1.62,12,4.93,1.59,14,3.1,1.79,10,6.0,2.7,12,4.5,2.46,10,5.6,2.22,10,6.36,1.86,11,3.71,1.69,17,5.29,1.98,7,5.1,3.18,10,5.5,2.24,12
+taffy,5.95,2.39,19,3.45,2.11,22,5.0,2.15,23,6.0,2.76,11,5.57,1.9,7,4.38,2.2,8,2.93,1.94,14,4.14,2.85,7,5.38,1.75,16,5.62,2.92,8,6.18,2.04,11,2.44,1.67,9,4.15,2.15,13,4.36,1.75,11,5.58,2.39,12,5.5,2.61,12,6.71,1.89,7,3.55,2.38,11,3.36,1.91,11,4.46,2.26,13,5.7,1.89,10
+tag,4.79,0.85,19,3.29,2.05,17,5.88,2.47,17,4.91,0.7,11,4.62,1.06,8,4.0,2.0,4,3.08,2.1,13,5.62,2.88,8,6.11,2.2,9,5.0,0.53,8,4.64,1.03,11,4.0,2.08,7,2.8,1.99,10,5.67,2.58,6,6.0,2.53,11,4.77,0.73,13,4.83,1.17,6,2.4,1.9,10,4.57,1.62,7,6.43,2.37,7,5.5,2.59,10
+tail,5.3,1.66,23,3.27,1.88,22,5.32,1.89,19,5.09,2.26,11,5.5,0.9,12,2.4,2.07,5,3.69,1.74,16,5.5,2.07,6,5.23,1.88,13,5.27,1.67,15,5.38,1.77,8,3.25,2.09,12,3.56,1.59,9,4.67,0.87,9,5.9,2.38,10,5.58,1.31,12,5.0,2.0,11,2.92,2.11,12,3.7,1.57,10,5.5,2.07,6,5.23,1.88,13
+tailgate,4.81,1.72,21,4.57,2.38,21,4.8,2.29,25,4.42,1.56,12,5.33,1.87,9,5.0,2.65,7,4.36,2.31,14,4.6,2.27,10,4.93,2.37,15,6.25,1.89,4,4.47,1.55,17,4.9,2.28,10,4.27,2.53,11,4.14,2.85,7,5.06,2.07,18,5.0,1.95,12,4.56,1.42,9,4.54,2.26,13,4.62,2.72,8,3.33,1.94,9,5.62,2.09,16
+taillight,5.11,1.1,19,3.56,1.89,18,5.53,1.94,17,5.27,0.9,11,4.88,1.36,8,3.75,2.22,4,3.5,1.87,14,4.5,1.6,8,6.44,1.81,9,5.25,0.89,8,5.0,1.26,11,3.0,1.73,7,3.91,1.97,11,5.17,1.94,6,5.73,2.0,11,5.0,1.22,13,5.33,0.82,6,3.18,1.83,11,4.14,1.95,7,5.71,1.98,7,5.4,2.01,10
+tailor,5.29,2.03,21,3.61,2.41,23,6.17,2.38,18,4.67,2.29,9,5.75,1.76,12,4.27,2.49,11,3.0,2.26,12,5.9,2.73,10,6.5,2.0,8,4.43,2.07,7,5.77,2.01,13,4.09,2.26,11,3.17,2.55,12,5.86,2.85,7,6.36,2.16,11,5.46,2.15,13,5.0,1.93,8,3.18,2.52,11,4.0,2.34,12,6.67,2.4,9,5.67,2.4,9
+tailpipe,4.67,1.59,21,3.13,2.28,23,5.94,1.98,18,4.78,1.99,9,4.58,1.31,12,3.73,2.15,11,2.58,2.35,12,5.6,2.17,10,6.38,1.77,8,5.29,2.29,7,4.38,1.12,13,3.82,2.52,11,2.5,1.93,12,6.0,2.52,7,5.91,1.7,11,4.77,1.83,13,4.5,1.2,8,2.82,2.27,11,3.42,2.35,12,5.78,2.22,9,6.11,1.83,9
+taint,3.77,1.74,22,4.43,2.27,21,4.45,2.18,22,4.07,1.94,14,3.25,1.28,8,5.0,2.37,11,4.0,2.12,9,5.17,2.48,6,4.19,2.07,16,3.6,2.12,10,3.92,1.44,12,4.0,2.24,11,4.9,2.33,10,4.62,1.98,13,4.22,2.54,9,3.83,1.85,12,3.7,1.7,10,4.23,2.55,13,4.75,1.83,8,4.25,1.86,12,4.7,2.58,10
+take,4.82,1.53,22,4.52,2.27,21,4.83,2.15,18,4.67,1.51,6,4.93,1.62,15,4.14,2.61,7,4.71,2.16,14,4.22,2.44,9,5.38,1.85,8,5.0,1.66,14,4.57,1.4,7,4.44,2.79,9,4.58,1.93,12,4.5,2.12,10,5.25,2.25,8,4.57,1.28,14,5.25,1.91,8,4.83,2.79,6,4.4,2.13,15,4.8,1.99,10,4.88,2.47,8
+takeoff,5.5,1.76,20,3.77,2.56,22,5.11,2.15,27,5.3,2.11,10,5.7,1.42,10,2.86,2.34,7,4.2,2.62,15,4.71,2.49,17,5.8,1.23,10,6.0,1.34,11,4.89,2.09,9,3.4,3.05,5,3.88,2.5,17,4.86,2.66,14,5.38,1.5,13,5.08,1.51,12,6.12,2.03,8,3.4,2.84,10,4.08,2.39,12,5.43,2.17,14,4.77,2.17,13
+takeout,6.63,1.89,19,4.45,2.28,22,6.42,1.84,24,5.17,2.4,6,7.31,1.18,13,5.5,2.15,12,3.2,1.81,10,5.38,2.33,8,6.94,1.34,16,6.7,1.34,10,6.56,2.46,9,4.78,2.33,9,4.23,2.31,13,6.12,1.93,17,7.5,1.22,6,7.5,1.2,8,6.0,2.1,11,5.11,1.96,9,4.0,2.45,13,6.12,2.09,16,7.0,1.07,8
+takeover,3.71,2.1,21,4.73,2.39,22,5.65,2.64,26,4.09,2.51,11,3.3,1.57,10,4.1,2.23,10,5.25,2.49,12,6.09,2.39,11,5.14,2.85,14,4.5,2.12,10,3.0,1.9,11,4.6,2.63,10,4.83,2.29,12,5.65,2.47,17,5.38,3.16,8,3.85,2.51,13,3.5,1.31,8,4.5,2.38,14,5.12,2.53,8,5.94,2.82,17,5.11,2.32,9
+taker,3.17,1.82,18,3.82,2.02,22,3.7,2.36,23,3.6,2.61,5,3.0,1.53,13,3.83,1.99,12,3.8,2.15,10,3.14,2.41,7,3.94,2.38,16,3.33,1.66,9,3.0,2.06,9,4.0,1.66,9,3.69,2.29,13,3.31,2.09,16,4.5,3.15,6,2.75,1.67,8,3.5,1.96,10,2.89,1.96,9,4.46,1.85,13,3.81,2.37,16,3.43,2.51,7
+talcum,5.45,1.22,22,4.05,2.01,19,4.71,2.17,21,5.8,1.3,5,5.38,1.26,16,4.5,1.6,8,3.73,2.28,11,5.1,2.42,10,4.36,1.96,11,5.5,1.17,12,5.4,1.35,10,4.2,2.04,10,3.89,2.09,9,4.33,2.1,12,5.22,2.28,9,5.36,1.29,11,5.55,1.21,11,3.62,2.39,8,4.36,1.75,11,4.67,2.12,9,4.75,2.3,12
+tale,5.95,1.54,20,3.09,1.97,22,6.19,2.22,27,6.14,1.68,7,5.85,1.52,13,3.6,2.32,10,2.67,1.61,12,6.4,1.8,15,5.91,2.84,11,5.45,1.51,11,6.56,1.42,9,3.78,2.17,9,2.62,1.76,13,6.82,2.3,17,5.0,1.73,9,6.23,1.3,13,5.43,1.9,7,3.0,2.03,16,3.33,1.97,6,6.08,2.23,12,6.27,2.28,15
+talent,6.3,1.96,23,5.6,1.93,20,6.11,2.14,18,6.75,1.49,8,6.07,2.19,15,5.6,2.27,10,5.6,1.65,10,6.0,2.16,10,6.25,2.25,8,6.0,2.22,12,6.64,1.69,11,6.14,2.73,7,5.31,1.38,13,5.12,1.46,8,6.78,2.44,9,5.91,1.92,11,6.67,2.02,12,5.8,2.2,10,5.4,1.71,10,5.43,1.81,7,6.55,2.3,11
+talented,7.95,1.07,21,4.55,2.58,20,6.14,2.88,22,7.67,1.03,6,8.07,1.1,15,4.88,2.53,8,4.33,2.71,12,6.42,2.94,12,5.8,2.94,10,8.0,1.22,9,7.92,1.0,12,5.11,2.47,9,4.09,2.7,11,5.0,3.21,7,6.67,2.66,15,7.7,1.16,10,8.18,0.98,11,4.62,2.53,13,4.43,2.88,7,6.0,3.33,12,6.3,2.41,10
+talisman,5.68,1.92,19,4.6,2.56,20,4.83,2.18,24,6.0,2.16,13,5.0,1.1,6,5.6,2.07,5,4.27,2.69,15,5.0,2.24,13,4.64,2.2,11,6.33,2.06,9,5.1,1.66,10,5.57,2.23,7,4.08,2.66,13,5.09,2.17,11,4.62,2.26,13,5.56,1.42,9,5.8,2.35,10,4.9,2.02,10,4.3,3.09,10,5.0,3.12,9,4.73,1.49,15
+talk,6.64,1.33,22,3.38,2.27,21,6.44,1.86,16,6.83,1.17,6,6.6,1.45,15,2.29,1.89,7,3.93,2.3,14,6.12,1.89,8,6.75,1.91,8,6.86,1.46,14,6.29,1.11,7,3.78,2.59,9,3.08,2.07,12,6.67,2.06,9,6.14,1.68,7,6.64,1.28,14,6.62,1.51,8,4.17,2.99,6,3.07,1.94,15,6.89,2.26,9,5.86,1.07,7
+talkative,5.56,1.98,18,4.45,2.3,22,5.79,2.0,24,4.0,1.55,6,6.33,1.72,12,4.42,2.61,12,4.5,2.01,10,4.75,2.19,8,6.31,1.74,16,6.11,1.36,9,5.0,2.4,9,4.11,2.67,9,4.69,2.1,13,5.88,2.09,17,5.67,2.07,6,5.71,1.8,7,5.45,2.16,11,4.78,2.11,9,4.23,2.49,13,6.12,2.06,16,5.12,1.81,8
+talker,4.55,1.5,20,4.05,2.38,21,6.0,2.06,25,5.27,1.27,11,3.67,1.32,9,4.86,2.27,7,3.64,2.41,14,6.9,1.37,10,5.4,2.26,15,3.25,1.5,4,4.88,1.36,16,4.6,2.72,10,3.55,2.02,11,4.29,1.8,7,6.67,1.78,18,4.5,1.57,12,4.62,1.51,8,4.31,2.56,13,3.62,2.13,8,5.33,2.06,9,6.38,2.03,16
+tall,6.71,1.93,21,3.85,2.08,20,6.47,2.67,19,6.69,2.18,13,6.75,1.58,8,4.57,1.62,7,3.46,2.26,13,7.14,1.46,7,6.08,3.18,12,7.0,2.26,12,6.33,1.41,9,4.56,2.13,9,3.27,1.95,11,6.6,2.46,10,6.33,3.04,9,6.75,2.3,12,6.67,1.41,9,4.71,2.14,7,3.38,1.98,13,6.29,3.45,7,6.58,2.27,12
+tally,4.74,1.19,19,3.44,1.98,18,6.29,2.02,17,5.0,0.89,11,4.38,1.51,8,3.5,2.38,4,3.43,1.95,14,6.38,2.13,8,6.22,2.05,9,5.0,0.93,8,4.55,1.37,11,3.57,1.81,7,3.36,2.16,11,6.17,1.47,6,6.36,2.34,11,4.62,1.39,13,5.0,0.63,6,2.73,2.05,11,4.57,1.27,7,7.0,1.29,7,5.8,2.35,10
+talon,5.06,2.04,18,4.9,2.49,20,4.72,1.95,25,5.0,0.71,5,5.08,2.4,13,6.0,2.49,11,3.56,1.81,9,4.88,1.86,16,4.44,2.19,9,5.0,2.08,7,5.09,2.12,11,4.33,2.96,9,5.36,2.06,11,4.55,1.9,20,5.4,2.19,5,5.22,2.22,9,4.89,1.96,9,4.82,2.64,11,5.0,2.45,9,4.89,1.94,19,4.17,2.04,6
+tambourine,6.1,1.74,20,3.33,2.5,21,6.04,2.12,23,5.25,2.06,4,6.31,1.66,16,3.25,2.63,4,3.35,2.55,17,6.38,2.72,8,5.87,1.81,15,6.5,1.41,8,5.83,1.95,12,3.0,2.75,10,3.64,2.34,11,6.08,1.71,13,6.0,2.67,10,6.27,1.62,11,5.89,1.96,9,3.5,2.92,10,3.18,2.18,11,6.56,1.9,16,4.86,2.27,7
+tame,6.14,1.7,22,3.65,2.29,23,5.47,2.17,19,5.55,1.63,11,6.73,1.62,11,3.14,1.68,7,4.0,2.56,15,5.5,2.32,10,5.44,2.13,9,6.9,1.52,10,5.5,1.62,12,4.1,2.69,10,3.42,2.02,12,5.5,2.14,8,5.4,2.41,10,6.07,1.82,14,6.25,1.58,8,3.3,2.18,20,6.0,1.73,3,5.38,2.07,8,5.55,2.34,11
+tamer,5.48,1.75,21,3.76,2.12,21,5.92,1.67,24,5.42,1.98,12,5.56,1.51,9,4.14,2.27,7,3.57,2.1,14,5.56,1.94,9,6.13,1.51,15,6.0,2.16,4,5.35,1.69,17,4.0,2.49,10,3.55,1.81,11,5.71,1.98,7,6.0,1.58,17,5.42,1.56,12,5.56,2.07,9,4.08,2.29,13,3.25,1.83,8,5.56,1.88,9,6.13,1.55,15
+tamper,3.33,1.37,18,5.55,2.13,22,4.63,2.03,19,3.67,1.15,3,3.27,1.44,15,5.5,2.07,8,5.57,2.24,14,4.4,1.51,10,4.89,2.57,9,3.5,1.85,8,3.2,0.92,10,4.9,2.02,10,6.08,2.15,12,4.5,1.6,8,4.7,2.5,10,3.67,1.75,6,3.17,1.19,12,5.38,2.62,8,5.64,1.91,14,4.75,1.49,8,4.55,2.42,11
+tampon,3.1,1.81,21,4.22,2.33,23,5.54,1.98,26,3.45,2.11,11,2.7,1.42,10,5.09,2.39,11,3.42,2.07,12,4.82,2.09,11,6.14,1.83,14,2.6,1.26,10,3.55,2.16,11,4.18,2.4,11,4.25,2.38,12,5.94,1.89,17,4.75,2.19,8,3.08,2.02,13,3.12,1.55,8,4.33,2.26,15,4.0,2.62,8,5.88,1.9,17,4.89,2.09,9
+tan,6.05,2.31,21,3.75,2.61,20,5.5,2.65,22,6.33,1.97,6,5.93,2.49,15,3.75,2.43,8,3.75,2.83,12,5.08,2.64,12,6.0,2.71,10,6.56,2.35,9,5.67,2.31,12,4.67,2.78,9,3.0,2.32,11,3.29,2.29,7,6.53,2.17,15,5.9,2.28,10,6.18,2.44,11,3.69,2.69,13,3.86,2.67,7,5.42,2.87,12,5.6,2.5,10
+tang,4.62,1.88,21,4.05,2.25,21,5.32,2.53,25,4.83,1.8,12,4.33,2.06,9,4.29,2.5,7,3.93,2.2,14,6.1,2.64,10,4.8,2.4,15,4.25,2.22,4,4.71,1.86,17,4.6,2.67,10,3.55,1.75,11,5.0,3.11,7,5.44,2.36,18,4.5,1.93,12,4.78,1.92,9,4.08,2.18,13,4.0,2.51,8,4.78,2.54,9,5.62,2.55,16
+tangerine,6.81,1.5,21,3.9,2.31,20,6.0,2.85,21,5.5,1.38,6,7.33,1.23,15,4.75,2.38,8,3.33,2.19,12,6.09,2.98,11,5.9,2.85,10,6.33,1.03,6,7.0,1.65,15,4.4,2.27,10,3.4,2.37,10,5.71,3.2,14,6.57,2.07,7,6.43,1.27,7,7.0,1.62,14,4.5,2.47,14,2.5,1.05,6,5.92,3.23,12,6.11,2.42,9
+tangible,5.63,1.26,19,4.18,2.42,22,6.56,2.04,27,5.57,1.62,7,5.67,1.07,12,4.5,2.59,10,3.92,2.35,12,6.13,2.1,15,7.09,2.02,11,5.36,0.92,11,6.0,1.6,8,4.44,2.01,9,4.0,2.74,13,6.47,2.32,17,6.67,1.66,9,5.83,1.34,12,5.29,1.11,7,4.12,2.36,16,4.33,2.8,6,5.75,2.26,12,7.2,1.66,15
+tangle,3.95,1.39,19,4.52,2.27,21,4.35,2.21,20,4.33,1.53,3,3.88,1.41,16,4.67,2.58,6,4.47,2.23,15,5.83,2.32,6,3.71,1.9,14,4.0,0.94,10,3.89,1.83,9,3.14,2.27,7,5.21,2.01,14,4.6,1.84,10,4.1,2.6,10,4.25,1.67,8,3.73,1.19,11,4.11,2.67,9,4.83,1.99,12,3.12,1.55,8,5.17,2.25,12
+tango,5.47,2.01,19,4.48,2.4,21,6.04,1.97,25,5.75,2.22,4,5.4,2.03,15,3.5,2.38,4,4.71,2.42,17,6.11,2.67,9,6.0,1.55,16,6.0,1.69,8,5.09,2.21,11,4.1,2.33,10,4.82,2.52,11,6.14,2.32,14,5.91,1.51,11,6.0,1.56,10,4.89,2.37,9,4.5,2.8,10,4.45,2.11,11,6.17,2.23,18,5.71,1.11,7
+tank,4.71,1.58,42,4.32,2.68,22,4.92,2.53,25,5.38,1.59,16,4.31,1.46,26,5.25,2.77,12,3.2,2.2,10,5.3,2.79,10,4.67,2.41,15,5.0,1.81,20,4.38,1.32,21,5.11,2.42,9,3.77,2.8,13,4.14,2.27,7,5.22,2.62,18,4.79,1.77,24,4.61,1.33,18,4.89,2.98,9,3.92,2.5,13,4.33,2.45,9,5.25,2.59,16
+tank top,6.25,1.77,20,5.14,2.59,21,5.32,2.12,25,6.0,2.0,11,6.56,1.51,9,7.14,1.95,7,4.14,2.32,14,5.1,2.64,10,5.47,1.77,15,6.75,2.06,4,6.12,1.75,16,5.8,2.35,10,4.55,2.77,11,4.0,2.24,7,5.83,1.89,18,6.58,1.44,12,5.75,2.19,8,4.69,2.5,13,5.88,2.75,8,4.56,2.3,9,5.75,1.95,16
+tanker,4.74,1.73,19,4.0,2.37,23,5.33,1.78,18,4.78,1.64,9,4.7,1.89,10,3.71,2.69,7,4.2,2.37,15,5.5,2.01,10,5.12,1.55,8,5.11,1.96,9,4.4,1.51,10,4.9,2.56,10,3.33,2.15,12,5.38,1.6,8,5.56,1.94,9,5.0,1.86,12,4.29,1.5,7,4.0,2.53,20,4.0,1.0,3,5.38,1.92,8,5.3,1.77,10
+tantrum,3.15,1.87,20,5.05,2.36,21,3.4,2.58,25,3.0,2.0,4,3.19,1.91,16,4.25,2.5,4,5.24,2.36,17,4.78,2.44,9,2.62,2.39,16,3.5,1.69,8,2.92,2.02,12,5.9,1.2,10,4.27,2.9,11,3.71,2.43,14,3.0,2.83,11,3.09,1.3,11,3.22,2.49,9,5.1,2.56,10,5.0,2.28,11,3.89,2.65,18,2.14,2.04,7
+tap,5.33,1.46,21,3.95,2.2,21,6.12,2.2,25,5.17,1.11,12,5.56,1.88,9,4.29,2.98,7,3.79,1.81,14,6.5,2.27,10,5.87,2.2,15,6.75,2.06,4,5.0,1.12,17,4.4,2.59,10,3.55,1.81,11,6.43,2.51,7,6.0,2.14,18,5.67,1.83,12,4.89,0.6,9,4.08,2.02,13,3.75,2.6,8,6.22,2.33,9,6.06,2.21,16
+tape,5.5,1.65,18,3.4,2.64,20,5.11,1.88,18,5.38,1.51,8,5.6,1.84,10,2.29,1.98,7,4.0,2.83,13,5.0,1.55,11,5.29,2.43,7,5.55,1.37,11,5.43,2.15,7,3.44,3.54,9,3.36,1.8,11,5.36,1.57,11,4.71,2.36,7,5.5,1.38,12,5.5,2.26,6,3.33,3.08,12,3.5,2.0,8,5.67,2.06,9,4.56,1.59,9
+tape measure,5.05,1.54,20,4.1,1.62,20,5.68,2.54,34,5.6,1.71,10,4.5,1.18,10,4.88,1.46,8,3.58,1.56,12,5.71,2.67,14,5.65,2.52,20,4.89,0.93,9,5.18,1.94,11,4.38,1.76,13,3.57,1.27,7,5.59,2.75,22,5.83,2.21,12,4.6,1.26,10,5.5,1.72,10,3.93,1.59,14,4.5,1.76,6,5.71,2.2,17,5.65,2.91,17
+tapestry,5.65,1.69,20,2.67,1.71,21,5.6,2.53,25,6.08,1.62,12,5.0,1.69,8,3.29,2.21,7,2.36,1.39,14,4.1,2.47,10,6.6,2.1,15,6.0,1.73,3,5.59,1.73,17,3.3,2.0,10,2.09,1.22,11,4.86,3.18,7,5.89,2.27,18,5.73,1.35,11,5.56,2.13,9,2.92,1.85,13,2.25,1.49,8,4.89,2.93,9,6.0,2.28,16
+tapeworm,2.19,1.57,21,4.9,2.86,20,3.33,2.29,36,2.5,2.07,8,2.0,1.22,13,7.0,1.41,5,4.2,2.91,15,3.55,2.66,11,3.24,2.17,25,1.92,1.66,13,2.62,1.41,8,5.5,2.78,12,4.0,2.93,8,3.6,2.3,20,3.0,2.31,16,2.09,1.45,11,2.3,1.77,10,5.09,2.91,11,4.67,2.96,9,3.36,2.46,22,3.29,2.09,14
+tapioca,5.48,2.25,21,3.74,1.86,23,5.67,1.98,21,5.8,2.77,5,5.38,2.16,16,4.5,1.62,12,2.91,1.81,11,5.73,2.2,11,5.89,1.69,9,5.17,2.41,12,5.89,2.09,9,3.81,2.01,16,3.57,1.62,7,5.18,1.94,11,6.2,1.99,10,5.77,2.31,13,5.0,2.2,8,3.79,1.93,19,3.5,1.73,4,5.86,1.96,14,5.29,2.14,7
+taps,4.79,1.87,19,3.14,2.01,21,4.58,1.56,24,5.5,1.73,4,4.6,1.92,15,2.0,0.82,4,3.41,2.12,17,4.12,2.23,8,4.81,1.11,16,4.88,1.73,8,4.73,2.05,11,3.5,1.78,10,2.82,2.23,11,4.62,1.45,13,4.55,1.75,11,4.8,1.55,10,4.78,2.28,9,3.3,2.5,10,3.0,1.55,11,4.59,1.77,17,4.57,0.98,7
+tar,3.9,2.0,21,3.65,2.18,20,5.1,2.28,21,4.33,1.75,6,3.73,2.12,15,3.62,2.39,8,3.67,2.15,12,4.64,2.11,11,5.6,2.46,10,3.83,2.23,6,3.93,1.98,15,3.5,2.32,10,3.8,2.15,10,5.43,2.53,14,4.43,1.62,7,4.0,2.0,7,3.86,2.07,14,3.57,2.47,14,3.83,1.47,6,5.08,2.19,12,5.11,2.52,9
+tarantula,3.37,2.24,19,6.76,2.1,21,4.04,1.97,23,3.2,2.17,5,3.31,2.39,13,6.33,2.25,6,6.93,2.09,15,5.0,1.76,10,3.31,1.84,13,3.14,2.91,7,3.36,1.91,11,7.0,2.38,7,6.64,2.02,14,4.36,2.2,11,3.75,1.76,12,3.58,2.68,12,3.0,1.29,7,6.64,2.5,11,6.9,1.66,10,4.21,2.08,14,3.78,1.86,9
+tardiness,2.95,1.27,19,5.05,2.13,21,4.3,2.56,20,2.67,1.15,3,3.0,1.32,16,4.33,2.73,6,5.33,1.88,15,5.17,1.94,6,3.93,2.76,14,3.4,1.35,10,2.44,1.01,9,5.29,1.11,7,4.93,2.53,14,4.8,2.35,10,3.8,2.78,10,2.75,0.89,8,3.09,1.51,11,5.33,2.45,9,4.83,1.95,12,3.62,2.88,8,4.75,2.34,12
+tardy,3.47,1.65,19,4.3,2.36,20,4.35,2.48,20,3.67,0.58,3,3.2,1.57,15,3.8,2.3,10,4.8,2.44,10,4.9,2.38,10,3.8,2.57,10,2.83,1.17,6,3.5,1.57,12,4.29,3.04,7,4.31,2.06,13,3.62,2.56,8,4.83,2.41,12,3.5,1.78,12,3.43,1.51,7,4.6,2.67,10,4.0,2.11,10,4.67,3.08,9,4.09,1.97,11
+target,5.24,2.45,21,5.35,2.74,20,6.42,2.14,19,5.92,2.25,13,4.12,2.47,8,5.14,1.57,7,5.46,3.26,13,6.86,1.57,7,6.17,2.44,12,6.08,2.57,12,4.11,1.83,9,5.78,2.86,9,5.0,2.72,11,6.6,2.17,10,6.22,2.22,9,5.75,2.9,12,4.56,1.59,9,6.14,2.34,7,4.92,2.93,13,6.71,2.63,7,6.25,1.91,12
+tarmac,4.76,1.81,21,3.1,2.17,21,5.35,1.65,26,5.0,2.49,10,4.55,0.93,11,2.86,2.48,7,3.21,2.08,14,5.29,1.93,17,5.44,1.01,9,5.0,2.24,11,4.5,1.27,10,2.0,1.73,5,3.44,2.22,16,5.5,1.91,14,5.17,1.34,12,4.54,1.71,13,5.12,2.03,8,2.5,2.22,10,3.64,2.06,11,5.62,1.33,13,5.08,1.93,13
+tarot,3.9,1.45,21,3.96,2.36,23,4.77,1.77,26,4.18,1.4,11,3.6,1.51,10,4.27,2.37,11,3.67,2.42,12,5.55,2.11,11,4.07,1.21,14,3.8,1.48,10,4.0,1.48,11,4.73,2.53,11,3.25,2.05,12,5.12,1.62,17,3.88,1.96,8,4.0,1.47,13,3.75,1.49,8,4.33,2.41,15,3.25,2.25,8,4.88,1.87,17,4.56,1.67,9
+tarp,4.79,1.08,19,2.9,2.13,20,4.36,1.59,22,5.29,0.76,7,4.5,1.17,12,4.11,2.42,9,1.91,1.22,11,4.33,1.63,6,4.38,1.63,16,4.3,1.16,10,5.12,0.35,8,3.25,2.76,8,2.67,1.67,12,4.53,1.68,15,4.0,1.41,7,4.8,1.4,10,4.78,0.67,9,3.08,2.47,12,2.62,1.6,8,4.64,1.91,11,4.09,1.22,11
+tarry,4.68,1.6,19,3.1,1.89,20,4.55,2.11,20,4.67,1.15,3,4.69,1.7,16,3.67,1.97,6,2.86,1.88,14,5.0,2.37,6,4.36,2.06,14,5.1,0.74,10,4.22,2.17,9,2.29,1.89,7,3.54,1.81,13,4.5,2.32,10,4.6,2.01,10,4.62,0.92,8,4.73,2.0,11,2.67,1.87,9,3.45,1.92,11,4.12,2.75,8,4.83,1.64,12
+tart,5.43,2.11,21,4.8,2.16,25,5.68,2.15,22,6.12,1.55,8,5.0,2.35,13,4.85,2.67,13,4.75,1.54,12,5.77,2.17,13,5.56,2.24,9,6.0,2.45,8,5.42,1.51,12,5.14,1.66,14,4.36,2.69,11,5.83,1.99,12,5.5,2.42,10,5.7,2.26,10,5.18,2.04,11,4.76,2.46,17,4.88,1.46,8,5.3,2.63,10,6.0,1.71,12
+tartar,4.52,1.25,21,2.73,1.91,22,5.38,2.32,26,4.4,0.97,10,4.64,1.5,11,2.57,2.3,7,2.8,1.78,15,5.35,2.67,17,5.44,1.59,9,4.45,0.93,11,4.6,1.58,10,2.2,1.79,5,2.88,1.96,17,5.5,2.53,14,5.25,2.14,12,4.54,0.88,13,4.5,1.77,8,1.9,1.37,10,3.42,2.07,12,6.21,2.22,14,4.42,2.11,12
+task,6.05,1.54,20,3.83,2.5,18,6.18,1.71,22,5.6,1.34,5,6.2,1.61,15,3.33,1.86,6,4.08,2.81,12,5.9,1.6,10,6.42,1.83,12,5.9,1.1,10,6.2,1.93,10,4.2,2.53,10,3.38,2.56,8,6.09,1.76,11,6.27,1.74,11,5.67,1.5,12,6.62,1.51,8,2.22,1.92,9,5.44,1.94,9,6.45,2.02,11,5.91,1.38,11
+tassel,4.95,1.66,21,4.78,2.37,23,5.32,2.33,19,4.6,1.52,5,5.06,1.73,16,5.33,2.53,12,4.18,2.14,11,5.4,2.32,10,4.75,2.19,8,4.58,1.98,12,5.44,1.01,9,4.62,2.58,16,5.14,1.95,7,5.0,1.73,11,5.75,3.06,8,5.15,1.91,13,4.62,1.19,8,4.84,2.59,19,4.5,1.0,4,5.08,2.33,13,5.83,2.48,6
+taste,6.63,1.8,41,4.56,2.91,43,7.33,1.97,18,7.07,1.33,14,6.41,1.99,27,4.94,2.95,16,4.42,2.94,26,7.5,1.9,10,7.12,2.17,8,6.18,1.67,17,6.96,1.85,24,4.58,2.73,19,4.54,3.11,24,7.71,2.36,7,7.09,1.76,11,6.5,1.98,26,6.87,1.46,15,4.67,3.11,27,4.38,2.63,16,7.22,2.33,9,7.44,1.67,9
+tasteful,6.89,1.76,19,4.73,2.66,22,6.54,1.69,24,6.0,2.68,6,7.31,1.03,13,5.42,2.97,12,3.9,2.08,10,6.0,1.51,8,6.81,1.76,16,6.9,1.1,10,6.89,2.37,9,5.22,2.68,9,4.38,2.69,13,6.47,1.81,17,7.0,1.41,6,6.88,0.99,8,6.91,2.21,11,5.56,2.79,9,4.15,2.51,13,6.38,1.82,16,6.88,1.46,8
+tasteless,3.25,1.02,20,3.86,2.22,21,5.4,2.5,25,3.33,0.58,3,3.24,1.09,17,2.86,1.57,7,4.23,2.42,13,5.62,2.67,8,5.29,2.49,17,3.29,0.76,7,3.23,1.17,13,3.86,1.77,7,3.69,2.5,13,6.29,2.61,14,4.27,1.9,11,3.44,1.01,9,3.09,1.04,11,4.36,2.16,11,3.3,2.26,10,5.17,2.73,18,6.0,1.83,7
+tasty,6.89,1.75,18,5.28,2.19,18,6.18,2.27,17,7.27,0.9,11,6.29,2.56,7,7.25,1.71,4,4.71,2.02,14,5.12,2.36,8,7.11,1.83,9,7.75,0.71,8,6.2,2.04,10,4.86,2.41,7,5.55,2.11,11,5.33,2.73,6,6.64,1.96,11,6.67,2.02,12,7.33,1.03,6,5.36,2.66,11,5.14,1.35,7,6.43,1.81,7,6.0,2.62,10
+tattler,2.84,1.3,19,4.45,2.44,20,4.75,1.86,20,2.67,0.58,3,2.73,1.33,15,3.7,2.11,10,5.2,2.62,10,4.4,1.35,10,5.1,2.28,10,3.17,1.47,6,2.5,1.09,12,3.71,2.81,7,4.85,2.23,13,4.75,1.39,8,4.75,2.18,12,2.58,1.16,12,3.29,1.5,7,4.3,2.71,10,4.6,2.27,10,4.56,1.81,9,4.91,1.97,11
+tattletale,2.95,1.08,19,6.1,2.26,21,4.7,2.01,23,3.4,1.14,5,2.69,1.03,13,5.67,2.5,6,6.27,2.22,15,4.8,1.69,10,4.62,2.29,13,2.86,1.35,7,2.91,0.94,11,5.57,3.21,7,6.36,1.69,14,4.82,1.83,11,4.58,2.23,12,3.0,1.04,12,2.86,1.21,7,5.36,2.8,11,6.9,1.1,10,4.43,1.91,14,5.11,2.2,9
+tattoo,4.45,2.01,20,5.0,2.35,22,6.63,2.29,19,3.44,1.13,9,5.27,2.24,11,3.0,2.0,5,5.56,2.22,16,6.0,3.46,6,6.92,1.61,13,4.36,1.98,14,4.67,2.25,6,5.0,2.37,12,4.89,2.57,9,6.78,1.64,9,6.5,2.84,10,4.4,2.32,10,4.5,1.78,10,5.0,2.49,12,5.0,2.31,10,7.0,2.61,6,6.46,2.22,13
+taunt,3.4,1.7,20,4.85,2.11,20,3.23,1.66,22,3.71,1.8,7,3.23,1.69,13,5.56,1.94,9,4.27,2.15,11,3.17,1.72,6,3.25,1.69,16,3.5,1.72,10,3.22,1.86,9,4.5,2.2,8,5.08,2.11,12,3.4,1.68,15,2.86,1.68,7,3.64,1.69,11,3.11,1.76,9,4.92,2.15,12,4.75,2.19,8,3.55,1.75,11,2.91,1.58,11
+taupe,4.7,1.3,20,3.7,1.78,20,5.77,1.37,26,4.64,1.5,11,4.78,1.09,9,4.0,2.0,7,3.54,1.71,13,5.46,1.05,13,6.08,1.61,13,4.18,1.47,11,5.33,0.71,9,3.91,1.92,11,3.44,1.67,9,5.59,1.37,17,6.11,1.36,9,4.5,1.08,10,4.9,1.52,10,4.08,1.73,12,3.12,1.81,8,5.56,1.31,16,6.1,1.45,10
+taut,4.25,1.8,20,4.29,1.74,21,4.73,2.52,33,3.9,1.6,10,4.6,2.01,10,4.25,2.05,8,4.31,1.6,13,4.54,2.76,13,4.85,2.41,20,3.67,1.66,9,4.73,1.85,11,4.85,1.63,13,3.38,1.6,8,4.67,2.52,21,4.83,2.62,12,3.5,1.84,10,5.0,1.49,10,4.21,2.04,14,4.43,0.98,7,5.29,2.02,17,4.12,2.9,16
+tavern,5.55,2.28,20,4.22,2.62,18,5.0,2.51,22,6.0,3.08,5,5.4,2.06,15,2.83,2.56,6,4.92,2.47,12,5.9,2.13,10,4.25,2.63,12,5.7,2.5,10,5.4,2.17,10,3.4,2.32,10,5.25,2.76,8,4.82,2.86,11,5.18,2.23,11,5.08,2.43,12,6.25,1.98,8,3.22,2.59,9,5.22,2.39,9,5.73,2.57,11,4.27,2.33,11
+tawdry,3.9,1.76,21,3.35,2.08,20,3.37,2.17,19,5.33,1.86,6,3.33,1.4,15,3.38,2.62,8,3.33,1.78,12,3.6,2.5,10,3.11,1.83,9,4.89,1.76,9,3.17,1.4,12,3.44,2.13,9,3.27,2.15,11,3.4,1.14,5,3.36,2.47,14,4.6,2.01,10,3.27,1.27,11,3.69,1.93,13,2.71,2.36,7,3.1,2.73,10,3.67,1.41,9
+tawny,4.86,1.13,22,4.16,1.42,19,4.38,1.8,21,4.6,0.55,5,4.94,1.29,16,4.5,0.76,8,3.91,1.76,11,5.0,1.05,10,3.82,2.18,11,4.5,0.9,12,5.3,1.25,10,4.6,0.84,10,3.67,1.8,9,3.83,1.53,12,5.11,1.96,9,4.82,0.98,11,4.91,1.3,11,3.88,1.96,8,4.36,0.92,11,5.22,0.83,9,3.75,2.09,12
+tax,3.0,1.93,22,4.52,2.73,21,3.05,2.1,22,2.86,2.18,14,3.25,1.49,8,4.45,2.88,11,4.89,2.71,9,3.33,2.94,6,2.94,1.81,16,3.4,2.32,10,2.67,1.56,12,3.09,2.07,11,6.1,2.56,10,3.15,2.23,13,2.89,2.03,9,3.0,2.13,12,3.0,1.76,10,4.54,2.79,13,4.5,2.83,8,3.08,2.19,12,3.0,2.11,10
+taxi,4.79,2.08,42,3.79,2.07,19,4.53,2.61,43,5.64,1.6,14,4.36,2.18,28,4.57,1.62,7,3.33,2.23,12,5.14,2.62,22,3.9,2.51,21,4.7,2.3,23,4.89,1.82,19,4.0,2.31,10,3.56,1.88,9,4.21,3.01,19,4.79,2.28,24,4.29,1.92,24,5.44,2.15,18,4.08,2.11,12,3.29,2.06,7,4.43,2.58,21,4.64,2.7,22
+taxicab,5.0,2.07,21,3.8,2.38,20,5.24,2.21,21,5.5,1.64,6,4.8,2.24,15,4.25,1.98,8,3.5,2.65,12,5.27,2.15,11,5.2,2.39,10,4.83,2.48,6,5.07,1.98,15,3.4,2.27,10,4.2,2.53,10,5.36,2.37,14,5.0,2.0,7,4.86,2.54,7,5.07,1.9,14,4.07,2.62,14,3.17,1.72,6,5.58,2.02,12,4.78,2.49,9
+taxpayer,4.05,1.94,21,2.96,2.5,23,5.06,3.17,18,4.11,2.52,9,4.0,1.48,12,3.18,2.68,11,2.75,2.42,12,5.6,3.31,10,4.38,3.07,8,4.86,2.41,7,3.54,1.61,13,3.64,2.77,11,2.33,2.15,12,5.43,3.64,7,4.82,2.99,11,4.46,2.18,13,3.38,1.3,8,2.82,2.32,11,3.08,2.75,12,5.11,3.1,9,5.0,3.43,9
+tea,6.56,2.41,18,2.05,1.43,20,6.0,2.11,18,5.25,2.55,8,7.6,1.78,10,2.14,1.46,7,2.0,1.47,13,6.36,1.8,11,5.43,2.57,7,5.55,2.54,11,8.14,0.9,7,1.56,1.01,9,2.45,1.63,11,6.55,1.86,11,5.14,2.34,7,6.08,2.68,12,7.5,1.52,6,1.92,1.38,12,2.25,1.58,8,6.78,1.99,9,5.22,2.05,9
+teach,7.06,1.43,18,3.47,2.63,19,5.78,2.05,18,6.38,1.3,8,7.6,1.35,10,3.71,3.04,7,3.33,2.5,12,5.91,1.3,11,5.57,2.99,7,6.64,1.36,11,7.71,1.38,7,3.56,3.0,9,3.4,2.41,10,6.27,1.42,11,5.0,2.71,7,6.83,1.34,12,7.5,1.64,6,2.83,2.37,12,4.57,2.88,7,6.22,2.11,9,5.33,2.0,9
+teacher,7.37,1.74,19,2.9,2.31,20,5.95,2.17,22,6.78,2.05,9,7.9,1.29,10,3.29,3.09,7,2.67,1.97,12,5.18,2.44,11,6.73,1.62,11,7.78,1.48,9,7.0,1.94,10,2.33,1.97,6,3.15,2.58,13,6.69,1.6,13,4.89,2.52,9,6.83,1.9,12,8.29,0.95,7,3.0,2.1,11,2.78,2.68,9,6.07,2.27,14,5.75,2.12,8
+teacup,6.5,2.15,18,3.57,2.78,23,5.58,1.77,19,6.33,1.66,9,6.67,2.65,9,2.29,1.7,7,4.27,3.06,15,5.7,1.77,10,5.44,1.88,9,7.38,1.6,8,5.8,2.35,10,4.7,2.98,10,2.75,2.45,12,5.75,1.75,8,5.5,1.96,10,6.27,2.37,11,6.86,1.86,7,3.4,2.68,20,4.67,3.79,3,4.88,1.13,8,6.09,2.02,11
+teahouse,6.44,1.62,18,2.76,1.92,21,5.61,2.1,23,6.1,1.85,10,6.57,0.98,7,2.71,2.06,7,2.79,1.93,14,5.71,2.43,7,5.56,2.03,16,6.5,2.0,8,6.4,1.35,10,2.78,2.11,9,2.75,1.86,12,5.18,2.36,11,6.0,1.86,12,6.75,1.82,12,5.83,0.98,6,2.64,2.29,11,2.9,1.52,10,4.77,1.96,13,6.7,1.83,10
+teal,5.7,1.78,20,3.73,2.37,22,5.7,2.55,27,6.43,1.81,7,5.31,1.7,13,4.5,2.01,10,3.08,2.54,12,5.53,2.36,15,6.36,2.54,11,5.27,1.9,11,6.22,1.56,9,3.11,1.83,9,4.15,2.67,13,6.12,2.85,17,5.44,1.33,9,6.15,1.46,13,4.86,2.12,7,3.56,2.68,16,4.17,1.33,6,4.92,3.12,12,6.33,1.88,15
+team,5.91,1.6,22,3.38,2.06,21,6.53,2.24,17,6.17,1.72,6,5.93,1.58,15,3.29,2.43,7,3.43,1.95,14,7.44,1.74,9,5.5,2.39,8,6.14,1.7,14,5.71,1.38,7,2.89,2.42,9,3.75,1.76,12,7.33,2.12,9,5.62,2.13,8,5.5,1.51,14,6.62,1.6,8,3.17,2.4,6,3.47,2.0,15,7.22,2.33,9,5.75,1.98,8
+teammate,6.2,1.47,20,3.74,1.91,23,5.68,1.55,25,6.36,1.63,11,6.0,1.32,9,3.82,1.66,11,3.67,2.19,12,5.7,1.64,10,5.71,1.59,14,6.56,1.51,9,5.91,1.45,11,3.91,2.02,11,3.58,1.88,12,5.94,1.73,16,5.25,1.16,8,6.67,1.67,12,5.5,0.76,8,3.53,1.88,15,4.12,2.03,8,5.88,1.63,16,5.33,1.41,9
+teamwork,6.26,2.31,19,4.64,2.28,22,5.54,2.15,24,5.17,3.31,6,6.77,1.59,13,5.5,2.15,12,3.6,2.07,10,4.88,2.3,8,5.88,2.06,16,6.6,2.41,10,5.89,2.26,9,4.89,2.15,9,4.46,2.44,13,5.06,2.22,17,7.0,1.41,6,5.38,2.26,8,6.91,2.21,11,5.44,2.4,9,4.08,2.1,13,5.75,2.27,16,5.12,1.96,8
+teapot,6.0,1.65,20,3.39,2.28,18,5.67,2.03,21,4.6,2.19,5,6.5,1.22,14,3.57,1.9,7,3.27,2.57,11,5.7,2.45,10,5.64,1.69,11,6.0,2.0,12,6.0,1.07,8,4.33,2.29,9,2.44,1.94,9,5.42,2.15,12,6.0,1.94,9,5.64,1.91,11,6.44,1.24,9,3.25,2.05,8,3.5,2.55,10,5.22,2.39,9,6.0,1.76,12
+tear,3.14,1.73,22,4.8,2.42,20,5.68,2.45,19,3.38,1.89,13,2.78,1.48,9,4.71,1.98,7,4.85,2.7,13,5.86,2.79,7,5.58,2.35,12,3.33,2.06,12,2.9,1.29,10,5.22,2.05,9,4.45,2.73,11,5.6,2.5,10,5.78,2.54,9,2.83,1.7,12,3.5,1.78,10,5.43,2.64,7,4.46,2.33,13,5.29,2.87,7,5.92,2.27,12
+tearful,3.67,2.11,21,4.92,2.75,25,3.42,2.32,19,4.67,2.5,9,2.92,1.44,12,5.33,3.14,6,5.0,2.61,18,3.0,2.24,7,3.67,2.42,12,3.75,2.27,16,3.4,1.67,5,5.14,3.08,14,5.0,2.16,10,3.44,2.24,9,3.4,2.5,10,3.92,2.47,12,3.33,1.58,9,4.88,2.55,16,5.0,3.24,9,2.73,2.37,11,4.38,2.0,8
+tease,4.17,1.88,41,5.21,2.24,42,5.24,2.46,54,3.92,1.98,13,4.29,1.86,28,5.47,2.29,15,5.07,2.23,27,5.34,2.48,32,5.19,2.48,21,4.41,1.94,17,4.0,1.87,24,5.5,2.28,22,4.9,2.2,20,5.52,2.53,31,4.95,2.38,22,4.09,2.02,23,4.28,1.74,18,5.04,2.3,25,5.47,2.18,17,5.65,2.53,26,4.86,2.37,28
+teaspoon,5.25,1.65,20,2.47,1.7,17,5.43,2.61,23,5.6,1.52,5,5.13,1.73,15,2.25,1.89,4,2.54,1.71,13,5.15,2.91,13,5.8,2.25,10,5.5,1.35,10,5.0,1.94,10,2.29,1.5,7,2.6,1.9,10,5.56,2.56,16,5.14,2.91,7,4.71,1.33,14,6.5,1.76,6,2.83,1.75,12,1.6,1.34,5,5.14,2.88,14,5.89,2.2,9
+teatime,6.4,1.67,20,3.16,2.36,19,5.82,2.22,22,6.0,1.15,7,6.62,1.89,13,3.25,1.75,8,3.09,2.81,11,4.5,2.81,6,6.31,1.82,16,6.2,1.75,10,6.78,1.64,9,3.12,2.75,8,3.18,2.18,11,5.6,1.8,15,6.29,3.04,7,6.36,1.75,11,6.44,1.67,9,3.0,2.59,12,3.43,2.07,7,5.55,2.38,11,6.09,2.12,11
+tech,5.77,1.93,22,4.1,2.43,21,5.55,1.95,22,5.86,2.21,14,5.62,1.41,8,4.45,2.62,11,4.0,2.18,9,6.33,2.34,6,5.25,1.77,16,5.2,2.2,10,6.25,1.6,12,3.82,2.27,11,4.4,2.67,10,6.15,1.91,13,4.67,1.73,9,5.25,2.14,12,6.4,1.51,10,4.08,2.69,13,4.12,2.1,8,5.83,1.47,12,5.2,2.44,10
+technical,5.0,2.05,22,5.28,2.02,18,6.24,1.89,21,5.8,1.92,5,4.75,2.14,16,6.57,1.9,7,4.45,1.69,11,5.8,2.1,10,6.64,1.69,11,5.08,1.98,12,4.9,2.23,10,5.4,2.37,10,5.12,1.64,8,6.08,1.98,12,6.44,1.88,9,4.91,2.26,11,5.09,1.92,11,5.12,2.03,8,5.4,2.12,10,6.22,2.28,9,6.25,1.66,12
+technicality,4.21,1.47,19,4.36,2.38,22,4.3,2.48,23,4.55,1.44,11,4.14,1.07,7,5.5,2.78,8,3.71,1.94,14,3.57,2.44,7,4.62,2.5,16,4.12,2.1,8,4.27,0.9,11,3.33,2.55,9,5.08,2.06,13,4.64,2.5,11,4.0,2.52,12,3.83,1.34,12,4.86,1.57,7,4.27,2.61,11,4.45,2.25,11,4.77,2.65,13,3.7,2.21,10
+technician,5.65,1.57,20,3.33,2.01,21,4.81,1.86,21,6.56,1.59,9,4.91,1.14,11,3.17,1.6,6,3.43,2.28,14,3.33,2.16,6,5.4,1.4,15,6.12,1.64,8,5.33,1.5,12,2.8,0.45,5,3.5,2.28,16,4.5,2.17,10,5.09,1.58,11,6.0,2.0,11,5.22,0.67,9,3.25,1.98,8,3.38,2.1,13,4.75,1.66,12,4.89,2.2,9
+technique,7.0,1.76,19,3.45,2.52,22,5.68,1.81,28,7.0,1.67,6,7.0,1.87,13,3.91,3.08,11,3.0,1.84,11,6.18,2.32,11,5.35,1.37,17,7.18,1.94,11,6.75,1.58,8,3.0,2.0,11,3.91,2.98,11,5.56,1.76,18,5.9,1.97,10,7.08,1.8,13,6.83,1.83,6,3.57,2.56,14,3.25,2.6,8,5.88,2.09,16,5.42,1.38,12
+techno,5.53,1.84,19,5.0,2.35,18,5.18,2.51,17,5.73,2.0,11,5.25,1.67,8,5.75,2.87,4,4.79,2.26,14,4.5,3.12,8,5.78,1.79,9,6.0,2.27,8,5.18,1.47,11,5.71,2.29,7,4.55,2.38,11,4.67,2.88,6,5.45,2.38,11,5.31,2.06,13,6.0,1.26,6,4.64,2.42,11,5.57,2.3,7,5.29,2.29,7,5.1,2.77,10
+technological,5.3,1.45,20,4.56,2.55,18,6.25,2.54,24,6.0,1.58,5,5.07,1.39,15,5.2,2.05,5,4.31,2.75,13,6.31,2.59,13,6.18,2.6,11,5.2,1.69,10,5.4,1.26,10,5.43,1.72,7,4.0,2.9,11,6.56,2.28,16,5.62,3.07,8,5.36,1.34,14,5.17,1.83,6,5.0,2.49,12,3.67,2.66,6,6.4,2.72,15,6.0,2.35,9
+technology,5.53,2.09,19,4.62,2.58,21,5.2,2.31,15,6.27,2.1,11,4.71,1.7,7,5.0,3.06,7,4.43,2.41,14,3.6,2.07,5,6.0,2.05,10,6.25,1.98,8,5.0,2.1,11,3.89,2.67,9,5.17,2.48,12,4.43,2.37,7,5.88,2.17,8,5.5,2.2,12,5.57,2.07,7,4.7,2.79,10,4.55,2.5,11,5.5,2.14,8,4.86,2.61,7
+teddy bear,7.38,1.63,21,3.74,2.85,23,6.35,2.32,17,6.75,2.05,8,7.77,1.24,13,3.0,2.1,6,4.0,3.08,17,6.33,2.12,9,6.38,2.67,8,7.08,1.93,12,7.78,1.09,9,4.5,2.8,10,3.15,2.85,13,5.8,2.62,10,7.14,1.68,7,7.14,1.79,14,7.86,1.21,7,4.67,2.79,15,2.0,2.14,8,6.33,2.12,9,6.38,2.67,8
+tedious,3.62,2.06,21,4.37,2.09,19,4.1,2.47,21,4.67,1.97,6,3.2,2.01,15,5.0,2.07,8,3.91,2.07,11,3.91,2.59,11,4.3,2.45,10,3.5,2.43,6,3.67,1.99,15,4.78,2.17,9,4.0,2.05,10,4.07,2.76,14,4.14,1.95,7,4.0,2.08,7,3.43,2.1,14,4.38,2.5,13,4.33,0.82,6,4.08,2.78,12,4.11,2.15,9
+tee,5.4,1.47,20,3.68,2.63,22,6.15,2.25,27,6.43,1.51,7,4.85,1.14,13,4.7,2.41,10,2.83,2.59,12,6.6,1.96,15,5.64,2.66,11,5.27,1.42,11,5.56,1.59,9,4.33,2.87,9,3.23,2.45,13,6.35,2.6,17,5.89,1.62,9,5.85,1.52,13,4.57,0.98,7,3.19,2.64,16,5.0,2.28,6,6.33,2.5,12,6.0,2.1,15
+teeming,4.83,1.54,18,3.6,2.54,20,4.4,1.89,25,5.8,1.48,5,4.46,1.45,13,4.18,2.96,11,2.89,1.83,9,3.88,1.86,16,5.33,1.66,9,4.43,1.51,7,5.09,1.58,11,2.78,1.92,9,4.27,2.87,11,4.15,1.93,20,5.4,1.52,5,5.22,1.2,9,4.44,1.81,9,3.73,2.57,11,3.44,2.65,9,4.47,1.87,19,4.17,2.14,6
+teen,5.1,1.61,21,3.86,2.32,22,4.89,2.15,27,5.1,1.1,10,5.09,2.02,11,3.57,2.51,7,4.0,2.3,15,5.0,2.6,17,4.7,1.16,10,4.82,1.54,11,5.4,1.71,10,2.6,2.3,5,4.24,2.25,17,4.93,2.79,14,4.85,1.28,13,5.0,1.41,13,5.25,1.98,8,3.6,2.8,10,4.08,1.93,12,5.29,2.52,14,4.46,1.66,13
+teenage,5.8,1.91,20,5.26,1.96,23,5.05,2.58,20,5.56,1.67,9,6.0,2.14,11,5.64,1.96,11,4.92,1.98,12,4.25,1.91,8,5.58,2.91,12,5.79,1.81,14,5.83,2.32,6,5.44,2.55,9,5.14,1.56,14,5.25,2.66,8,4.92,2.64,12,5.3,1.89,10,6.3,1.89,10,5.15,1.72,13,5.4,2.32,10,5.09,2.7,11,5.0,2.6,9
+teenager,4.58,1.71,19,4.23,2.6,22,4.3,2.27,23,5.0,1.34,11,4.0,2.24,7,4.0,2.56,8,4.36,2.71,14,4.71,2.5,7,4.12,2.22,16,4.12,1.64,8,4.91,1.76,11,4.44,3.09,9,4.08,2.33,13,4.73,2.49,11,3.92,2.07,12,4.17,1.7,12,5.29,1.6,7,3.45,2.66,11,5.0,2.41,11,3.92,2.43,13,4.8,2.04,10
+teens,5.58,2.09,19,3.96,2.4,23,4.0,2.33,25,5.25,3.77,4,5.67,1.59,15,3.25,2.63,4,4.11,2.4,19,4.33,2.65,9,3.81,2.2,16,6.25,2.25,8,5.09,1.92,11,3.9,2.38,10,4.0,2.52,13,4.0,2.32,14,4.0,2.45,11,5.5,2.27,10,5.67,2.0,9,3.6,2.84,10,4.23,2.09,13,4.11,2.4,18,3.71,2.29,7
+teensy,5.09,1.9,22,3.77,2.29,22,5.84,2.22,19,5.12,1.73,8,5.07,2.06,14,4.4,2.67,10,3.25,1.86,12,6.86,1.77,7,5.25,2.3,12,5.09,2.26,11,5.09,1.58,11,3.27,1.95,11,4.27,2.57,11,5.79,2.36,14,6.0,2.0,5,5.0,2.36,10,5.17,1.53,12,3.8,1.69,10,3.75,2.77,12,5.78,1.92,9,5.9,2.56,10
+teeny,5.62,1.47,21,3.74,2.28,23,5.0,1.52,26,5.45,1.04,11,5.8,1.87,10,3.91,2.43,11,3.58,2.23,12,4.55,1.13,11,5.5,1.65,14,5.9,1.79,10,5.36,1.12,11,4.0,2.45,11,3.5,2.2,12,5.47,1.55,17,4.25,1.04,8,5.85,1.77,13,5.25,0.71,8,3.67,2.47,15,3.88,2.03,8,5.29,1.72,17,4.44,0.88,9
+teeth,5.0,1.8,19,3.8,2.26,20,5.65,2.52,20,5.67,0.58,3,4.73,1.91,15,4.0,2.16,10,3.6,2.46,10,5.8,2.25,10,5.5,2.88,10,4.0,1.26,6,5.33,1.87,12,4.0,2.52,7,3.69,2.21,13,4.62,2.45,8,6.33,2.42,12,5.33,2.06,12,4.43,1.13,7,3.9,2.73,10,3.7,1.83,10,5.22,2.99,9,6.0,2.14,11
+teething,3.11,1.49,19,4.05,2.87,20,4.12,2.54,25,3.75,0.96,4,2.93,1.58,15,3.0,2.71,4,4.31,2.94,16,5.22,2.77,9,3.5,2.25,16,3.75,1.28,8,2.64,1.5,11,4.8,2.53,10,3.3,3.13,10,4.07,2.59,14,4.18,2.6,11,3.36,1.43,11,2.75,1.58,8,3.4,2.88,10,4.7,2.87,10,4.11,2.76,18,4.14,2.04,7
+telegram,5.27,1.75,22,4.14,2.9,22,5.14,1.84,28,5.62,1.41,8,5.07,1.94,14,5.36,2.98,11,2.91,2.34,11,5.36,2.42,11,5.0,1.41,17,5.67,1.56,12,4.8,1.93,10,4.09,2.88,11,4.18,3.06,11,5.5,1.95,18,4.5,1.51,10,5.27,1.75,15,5.29,1.89,7,3.79,2.83,14,4.75,3.11,8,5.19,2.26,16,5.08,1.16,12
+telegraph,5.37,1.74,19,2.82,1.87,22,5.21,2.04,24,4.67,1.97,6,5.69,1.6,13,3.42,2.11,12,2.1,1.29,10,4.0,1.69,8,5.81,1.97,16,5.5,1.35,10,5.22,2.17,9,3.44,2.35,9,2.38,1.39,13,5.18,2.04,17,5.33,2.42,6,5.12,1.46,8,5.55,1.97,11,3.11,1.83,9,2.62,1.94,13,5.44,2.22,16,4.75,1.67,8
+telekinesis,5.9,2.0,21,5.68,2.4,22,4.62,2.48,21,6.56,1.94,9,5.42,1.98,12,5.0,2.1,6,5.73,2.46,15,3.33,2.5,6,5.13,2.36,15,6.89,1.62,9,5.17,1.99,12,5.2,2.59,5,5.82,2.4,17,4.6,1.96,10,4.64,2.98,11,5.58,2.23,12,6.33,1.66,9,6.44,2.13,9,5.15,2.51,13,3.5,1.68,12,6.11,2.67,9
+telemetry,5.0,1.21,20,3.5,1.95,22,5.48,2.47,27,5.14,2.04,7,4.92,0.49,13,4.0,2.0,10,3.08,1.88,12,5.6,2.5,15,5.64,2.42,11,4.82,0.98,11,5.22,1.48,9,4.0,1.66,9,3.15,2.12,13,5.53,2.81,17,5.78,1.56,9,5.08,1.5,13,4.86,0.38,7,3.0,1.86,16,4.83,1.6,6,4.5,2.81,12,6.27,1.91,15
+telepathic,5.9,1.41,20,4.62,2.36,21,5.24,2.89,25,7.0,1.0,3,5.71,1.4,17,4.57,2.82,7,4.46,2.18,13,4.75,3.15,8,5.47,2.83,17,6.14,1.21,7,5.77,1.54,13,4.14,2.48,7,4.69,2.36,13,4.86,2.91,14,5.73,2.94,11,5.56,1.67,9,6.18,1.17,11,4.91,2.51,11,4.3,2.26,10,4.89,3.25,18,6.14,1.46,7
+telepathy,5.0,2.1,21,5.7,2.53,23,5.26,2.79,19,6.38,1.92,8,4.42,1.56,12,4.62,3.02,8,6.43,2.1,14,5.71,3.25,7,4.82,2.64,11,5.29,1.89,7,5.15,2.03,13,5.89,2.98,9,5.57,2.31,14,5.0,3.06,7,5.42,2.75,12,5.1,1.97,10,4.91,2.3,11,5.67,3.0,9,5.71,2.3,14,4.94,2.77,16,7.0,2.65,3
+telephone,5.71,1.85,21,4.3,2.23,20,6.74,2.58,19,6.08,1.44,13,5.12,2.36,8,6.0,1.53,7,3.38,2.02,13,7.0,2.65,7,6.58,2.64,12,6.17,1.64,12,5.11,2.03,9,4.56,2.6,9,4.09,1.97,11,6.9,2.08,10,6.56,3.17,9,5.83,1.95,12,5.56,1.81,9,5.0,2.58,7,3.92,2.02,13,6.71,2.21,7,6.75,2.86,12
+telescope,6.75,1.41,20,3.38,1.86,24,6.07,2.37,28,7.0,1.41,8,6.58,1.44,12,4.44,2.24,9,2.73,1.28,15,6.43,2.56,14,5.71,2.2,14,6.89,1.54,9,6.64,1.36,11,3.42,1.88,12,3.33,1.92,12,5.57,2.79,14,6.57,1.83,14,7.4,1.07,10,6.1,1.45,10,2.75,1.29,12,4.0,2.17,12,5.67,2.39,12,6.38,2.39,16
+telethon,3.11,1.59,19,3.0,1.83,22,5.29,1.81,24,3.17,1.83,6,3.08,1.55,13,3.25,1.76,12,2.7,1.95,10,5.62,2.5,8,5.12,1.41,16,3.6,1.51,10,2.56,1.59,9,3.78,2.33,9,2.46,1.2,13,5.41,2.0,17,5.17,1.33,6,2.88,1.46,8,3.27,1.74,11,3.67,2.4,9,2.54,1.2,13,5.69,2.02,16,4.5,0.93,8
+teletype,5.2,1.06,20,3.86,2.03,21,5.21,2.19,34,5.4,0.7,10,5.0,1.33,10,4.38,1.85,8,3.54,2.15,13,5.21,2.67,14,5.2,1.85,20,5.44,0.73,9,5.0,1.26,11,4.46,1.9,13,2.88,1.96,8,5.14,2.51,22,5.33,1.5,12,5.1,0.99,10,5.3,1.16,10,3.93,2.16,14,3.71,1.89,7,5.0,2.06,17,5.41,2.35,17
+televised,6.0,1.22,21,4.0,2.42,25,5.37,2.31,19,6.22,1.3,9,5.83,1.19,12,3.17,1.94,6,4.22,2.6,18,4.71,2.63,7,5.75,2.14,12,6.06,1.34,16,5.8,0.84,5,3.57,2.65,14,4.5,2.17,10,5.44,2.3,9,5.3,2.45,10,6.42,1.44,12,5.44,0.53,9,4.56,2.37,16,3.0,2.29,9,5.55,2.84,11,5.12,1.46,8
+television,7.18,1.84,22,4.1,3.01,20,6.21,2.37,19,7.15,1.99,13,7.22,1.72,9,5.43,3.05,7,3.38,2.84,13,6.86,1.68,7,5.83,2.69,12,7.42,1.98,12,6.9,1.73,10,3.67,2.83,9,4.45,3.24,11,6.5,2.37,10,5.89,2.47,9,7.17,1.85,12,7.2,1.93,10,4.29,3.04,7,4.0,3.11,13,6.86,2.48,7,5.83,2.33,12
+tell,5.27,1.39,22,3.86,2.06,21,4.94,2.18,18,5.0,0.89,6,5.33,1.59,15,2.86,2.12,7,4.36,1.91,14,5.89,1.62,9,4.0,2.51,8,5.36,1.55,14,5.0,1.15,7,3.67,1.87,9,4.0,2.26,12,5.1,2.13,10,4.75,2.38,8,5.36,1.45,14,5.12,1.36,8,4.17,2.56,6,3.73,1.91,15,4.4,2.63,10,5.62,1.3,8
+teller,5.33,1.41,18,3.0,2.1,20,4.32,1.82,25,5.8,1.3,5,5.15,1.46,13,3.18,2.36,11,2.78,1.86,9,3.88,1.71,16,5.11,1.83,9,5.43,1.4,7,5.27,1.49,11,2.44,2.13,9,3.45,2.07,11,4.4,1.93,20,4.0,1.41,5,5.11,1.05,9,5.56,1.74,9,2.45,1.69,11,3.67,2.45,9,4.0,1.7,19,5.33,1.97,6
+temp,4.63,0.96,19,3.62,1.88,21,4.9,2.39,21,4.67,0.58,3,4.62,1.02,16,4.62,1.77,8,3.0,1.73,13,4.89,2.62,9,4.92,2.31,12,4.89,0.93,9,4.4,0.97,10,3.89,1.54,9,3.42,2.15,12,5.23,2.68,13,4.38,1.85,8,4.57,0.98,7,4.67,0.98,12,4.1,1.45,10,3.18,2.18,11,4.42,2.84,12,5.56,1.51,9
+temper,3.89,1.76,19,4.9,2.07,21,4.61,2.68,23,3.73,1.62,11,3.57,1.4,7,6.0,2.16,7,4.36,1.86,14,5.71,3.04,7,4.12,2.45,16,4.38,1.92,8,3.55,1.63,11,4.56,1.74,9,5.17,2.33,12,5.27,2.45,11,4.0,2.83,12,4.08,2.02,12,3.57,1.27,7,4.82,2.18,11,5.0,2.05,10,4.92,2.63,13,4.2,2.82,10
+temperament,4.67,1.46,18,3.8,2.17,20,5.32,2.04,25,4.0,1.41,5,4.92,1.44,13,3.27,2.2,11,4.44,2.07,9,5.62,2.0,16,4.78,2.11,9,4.86,1.77,7,4.55,1.29,11,3.11,2.09,9,4.36,2.16,11,5.5,2.14,20,4.6,1.52,5,4.0,1.5,9,5.33,1.12,9,3.36,1.91,11,4.33,2.45,9,5.32,2.08,19,5.33,2.07,6
+temperamental,3.86,1.2,21,5.7,2.53,23,4.61,2.2,18,4.25,0.89,8,3.75,1.29,12,5.5,2.51,8,5.79,2.72,14,5.0,2.89,7,4.4,1.84,10,3.38,0.92,8,4.33,1.15,12,5.0,2.87,9,6.14,2.28,14,4.86,2.27,7,4.45,2.25,11,4.3,1.06,10,3.45,1.21,11,4.56,3.24,9,6.43,1.7,14,4.4,2.2,15,5.67,2.31,3
+temperance,5.05,1.28,20,4.0,2.02,22,6.58,1.92,19,4.56,1.42,9,5.45,1.04,11,3.8,2.17,5,4.19,2.04,16,6.5,1.87,6,6.62,2.02,13,4.79,0.89,14,5.67,1.86,6,3.75,2.01,12,4.56,2.07,9,6.22,2.05,9,6.9,1.85,10,5.1,0.74,10,5.0,1.7,10,3.25,2.22,12,4.9,1.37,10,7.17,1.83,6,6.31,1.97,13
+temperature,5.58,1.61,19,4.86,2.12,22,4.64,2.28,22,5.44,1.01,9,5.7,2.06,10,6.0,2.14,8,4.21,1.89,14,4.09,1.92,11,5.18,2.56,11,5.0,0.0,7,5.92,1.98,12,5.3,2.63,10,4.5,1.62,12,4.69,2.69,13,4.56,1.67,9,5.6,2.12,10,5.56,0.88,9,6.25,2.12,8,4.07,1.73,14,5.07,2.3,14,3.88,2.17,8
+tempest,4.52,2.16,21,5.26,2.16,19,4.62,2.2,21,5.33,0.82,6,4.2,2.46,15,5.88,2.64,8,4.82,1.72,11,4.27,2.15,11,5.0,2.31,10,4.83,1.6,6,4.4,2.38,15,5.5,2.59,10,5.0,1.66,9,4.79,2.33,14,4.29,2.06,7,5.0,2.0,7,4.29,2.27,14,5.07,2.27,14,5.8,1.92,5,4.25,2.22,12,5.11,2.2,9
+template,5.45,0.83,20,3.46,2.11,24,4.86,2.24,28,5.25,0.46,8,5.58,1.0,12,3.56,2.35,9,3.4,2.03,15,4.86,2.18,14,4.86,2.38,14,5.56,1.01,9,5.36,0.67,11,3.83,2.08,12,3.08,2.15,12,4.79,2.22,14,4.93,2.34,14,5.5,1.08,10,5.4,0.52,10,3.42,2.07,12,3.5,2.24,12,5.33,2.06,12,4.5,2.37,16
+temple,5.3,1.49,20,3.36,2.08,22,5.84,1.89,19,5.22,1.64,9,5.36,1.43,11,3.6,2.61,5,3.38,2.03,16,6.0,2.83,6,5.77,1.42,13,5.0,1.41,14,6.0,1.55,6,3.67,1.67,12,3.11,2.67,9,4.78,1.39,9,6.8,1.81,10,5.6,0.7,10,5.0,2.0,10,3.58,2.27,12,3.1,1.91,10,7.0,1.79,6,5.31,1.75,13
+tempo,5.59,1.59,22,4.0,2.76,21,6.0,2.18,22,5.5,1.65,14,5.75,1.58,8,4.64,2.62,11,3.56,2.92,9,6.5,1.38,6,5.81,2.43,16,5.0,1.41,10,6.08,1.62,12,3.45,2.54,11,4.6,2.99,10,6.08,1.5,13,5.89,3.02,9,5.08,1.38,12,6.2,1.69,10,4.38,3.2,13,3.38,1.85,8,6.58,1.83,12,5.3,2.45,10
+temporal,4.57,0.93,21,3.38,1.8,21,5.42,2.24,24,4.75,0.75,12,4.33,1.12,9,4.57,1.62,7,2.79,1.63,14,5.78,2.28,9,5.2,2.27,15,5.0,0.0,4,4.47,1.01,17,3.4,1.78,10,3.36,1.91,11,5.0,2.08,7,5.59,2.35,17,4.58,1.08,12,4.56,0.73,9,3.15,1.95,13,3.75,1.58,8,4.33,1.5,9,6.07,2.4,15
+temporary,4.33,1.56,21,3.35,1.9,23,4.29,2.19,21,4.0,1.87,5,4.44,1.5,16,4.0,1.76,12,2.64,1.86,11,4.18,2.14,11,3.89,1.83,9,3.92,1.73,12,4.89,1.17,9,3.81,2.01,16,2.29,1.11,7,4.55,1.75,11,4.0,2.67,10,4.31,1.55,13,4.38,1.69,8,3.26,1.88,19,3.75,2.22,4,4.43,1.87,14,4.0,2.89,7
+tempt,5.0,1.64,21,5.29,1.65,21,4.8,2.2,25,4.67,1.61,12,5.44,1.67,9,6.0,1.41,7,4.93,1.69,14,4.6,2.41,10,4.93,2.12,15,5.75,2.22,4,4.82,1.51,17,5.4,1.9,10,5.18,1.47,11,4.29,2.29,7,5.0,2.2,18,5.58,1.44,12,4.22,1.64,9,5.08,1.93,13,5.62,1.06,8,4.11,2.09,9,5.19,2.23,16
+temptation,4.5,2.14,20,5.38,2.39,24,5.25,2.35,28,5.25,1.98,8,4.0,2.17,12,4.78,2.11,9,5.73,2.55,15,4.71,2.3,14,5.79,2.36,14,4.33,2.24,9,4.64,2.16,11,5.0,2.73,12,5.75,2.05,12,4.71,2.61,14,5.79,2.01,14,4.9,2.47,10,4.1,1.79,10,6.0,2.09,12,4.75,2.6,12,4.67,2.27,12,5.69,2.39,16
+tempting,6.05,1.5,20,6.06,2.73,18,5.17,2.51,24,6.0,1.87,5,6.07,1.44,15,6.6,1.52,5,5.85,3.11,13,4.31,1.93,13,6.18,2.82,11,6.6,1.43,10,5.5,1.43,10,7.57,1.27,7,5.09,3.02,11,5.5,1.9,16,4.5,3.51,8,5.86,1.56,14,6.5,1.38,6,6.25,2.67,12,5.67,3.08,6,5.47,2.64,15,4.67,2.35,9
+temptress,4.68,2.08,22,5.43,2.61,23,4.42,2.43,19,5.62,1.92,8,3.77,1.54,13,5.75,2.31,8,5.36,2.9,14,3.29,1.98,7,4.91,2.55,11,4.0,0.93,8,4.77,2.28,13,5.56,2.4,9,5.36,2.82,14,4.86,2.85,7,4.17,2.25,12,4.18,1.94,11,5.18,2.18,11,4.22,2.91,9,6.21,2.15,14,3.94,2.14,16,7.0,2.65,3
+ten,5.16,1.46,19,3.1,2.28,21,4.8,2.55,20,4.67,0.58,3,5.25,1.57,16,3.33,1.86,6,3.0,2.48,15,5.17,2.04,6,4.64,2.79,14,5.1,0.57,10,5.22,2.11,9,2.43,1.81,7,3.43,2.47,14,4.6,2.59,10,5.0,2.62,10,4.62,0.92,8,5.55,1.69,11,3.0,2.78,9,3.17,1.95,12,5.0,3.16,8,4.67,2.19,12
+tenacious,5.65,1.6,20,4.78,1.99,18,5.42,2.92,24,6.2,1.92,5,5.47,1.51,15,6.2,1.48,5,4.23,1.92,13,4.77,3.11,13,6.18,2.6,11,6.4,1.35,10,4.9,1.52,10,5.71,1.38,7,4.18,2.14,11,4.56,2.83,16,7.12,2.42,8,5.36,1.6,14,6.33,1.51,6,4.75,1.86,12,4.83,2.4,6,5.4,2.85,15,5.44,3.21,9
+tenant,4.57,1.78,21,2.59,1.74,22,5.41,2.02,27,4.8,1.48,10,4.36,2.06,11,2.0,1.53,7,2.87,1.81,15,5.47,2.15,17,5.3,1.89,10,4.73,2.33,11,4.4,0.97,10,2.2,1.64,5,2.71,1.79,17,5.29,2.4,14,5.54,1.61,13,4.77,2.13,13,4.25,1.04,8,2.0,1.49,10,3.08,1.83,12,5.5,2.18,14,5.31,1.93,13
+tend,4.8,1.61,20,3.22,1.68,23,6.33,1.71,21,4.56,1.51,9,5.0,1.73,11,3.45,1.63,11,3.0,1.76,12,5.25,0.71,8,7.0,1.83,13,4.43,1.16,14,5.67,2.25,6,3.67,1.58,9,2.93,1.73,14,6.0,1.6,8,6.54,1.81,13,4.5,1.08,10,5.1,2.02,10,3.38,1.66,13,3.0,1.76,10,6.58,1.83,12,6.0,1.58,9
+tendency,4.85,1.57,20,3.72,2.11,18,4.68,2.08,22,4.0,1.41,5,5.13,1.55,15,3.0,1.41,6,4.08,2.35,12,4.5,1.18,10,4.83,2.66,12,4.8,1.32,10,4.9,1.85,10,3.8,2.25,10,3.62,2.07,8,4.27,1.68,11,5.09,2.43,11,4.25,1.71,12,5.75,0.71,8,2.44,1.74,9,5.0,1.66,9,4.36,2.01,11,5.0,2.19,11
+tender,6.47,1.75,43,3.22,2.21,18,5.85,2.52,54,6.5,1.71,22,6.43,1.83,21,3.0,1.55,6,3.33,2.53,12,5.56,2.68,32,6.38,2.27,21,5.91,1.87,22,7.05,1.43,21,2.3,1.49,10,4.38,2.5,8,5.45,2.68,31,6.5,2.22,22,6.58,1.98,26,6.29,1.36,17,3.0,2.0,9,3.44,2.51,9,6.08,2.64,26,5.64,2.44,28
+tenderfoot,4.26,2.0,19,3.16,1.98,19,4.95,2.28,20,4.67,0.58,3,4.07,2.19,15,3.0,1.63,10,3.33,2.4,9,4.9,2.42,10,5.0,2.26,10,3.83,2.14,6,4.33,2.02,12,3.0,1.91,7,3.25,2.09,12,4.0,2.45,8,5.58,2.02,12,4.42,2.15,12,4.0,1.83,7,3.44,2.13,9,2.9,1.91,10,4.56,1.94,9,5.27,2.57,11
+tenderness,6.89,1.64,18,3.1,2.17,20,5.08,2.04,25,6.2,1.3,5,7.15,1.72,13,2.64,1.57,11,3.67,2.74,9,5.06,2.02,16,5.11,2.2,9,6.57,1.62,7,7.09,1.7,11,2.89,2.09,9,3.27,2.33,11,5.0,2.18,20,5.4,1.52,5,6.44,1.88,9,7.33,1.32,9,3.18,2.52,11,3.0,1.8,9,4.63,1.92,19,6.5,1.87,6
+tendon,5.11,1.66,19,3.3,1.69,20,4.68,2.41,34,5.22,1.79,9,5.0,1.63,10,4.0,1.6,8,2.83,1.64,12,4.71,2.79,14,4.65,2.18,20,5.0,2.06,9,5.2,1.32,10,3.85,1.57,13,2.29,1.5,7,4.59,2.65,22,4.83,1.99,12,5.0,1.94,10,5.22,1.39,9,3.23,1.59,13,3.43,1.99,7,4.76,2.31,17,4.59,2.58,17
+tenement,4.55,1.9,22,3.77,2.49,22,5.05,1.96,22,4.91,1.7,11,4.18,2.09,11,4.0,2.39,8,3.64,2.62,14,5.18,1.94,11,4.91,2.07,11,5.25,1.28,8,4.14,2.11,14,4.2,2.44,10,3.42,2.57,12,5.46,1.76,13,4.44,2.19,9,5.08,1.88,12,3.9,1.79,10,5.25,3.15,8,2.93,1.59,14,4.93,2.37,14,5.25,1.04,8
+tennis,5.4,1.85,42,3.89,2.53,47,5.68,1.95,25,5.57,1.79,14,5.32,1.91,28,4.63,2.31,19,3.39,2.59,28,5.7,1.77,10,5.67,2.13,15,5.57,2.02,23,5.21,1.65,19,3.96,2.05,24,3.83,2.99,23,5.71,1.89,7,5.67,2.03,18,5.0,1.93,24,5.94,1.63,18,3.94,2.5,32,3.8,2.68,15,4.56,1.67,9,6.31,1.85,16
+tenor,5.48,1.6,21,4.0,2.43,18,5.69,1.95,36,5.25,1.58,8,5.62,1.66,13,4.4,2.7,5,3.85,2.41,13,5.64,2.01,11,5.72,1.97,25,5.62,1.89,13,5.25,1.04,8,4.45,2.91,11,3.29,1.25,7,6.25,1.94,20,5.0,1.79,16,5.09,1.51,11,5.9,1.66,10,3.9,2.73,10,4.12,2.17,8,5.68,2.19,22,5.71,1.59,14
+tense,2.75,1.33,20,5.32,2.62,44,4.72,2.42,60,2.2,1.1,5,2.93,1.39,15,5.0,2.66,21,5.61,2.61,23,4.87,2.66,30,4.57,2.18,30,3.0,1.33,10,2.5,1.35,10,4.91,2.51,22,5.73,2.73,22,4.94,2.57,35,4.4,2.2,25,2.67,1.5,12,2.88,1.13,8,5.75,2.54,24,4.8,2.69,20,5.27,2.57,30,4.17,2.15,30
+tension,3.6,1.9,20,5.08,2.75,24,4.53,2.76,19,4.75,1.98,8,2.83,1.47,12,5.67,3.08,6,4.89,2.7,18,5.36,2.66,11,3.38,2.62,8,4.0,2.19,11,3.11,1.45,9,5.7,2.5,10,4.64,2.92,14,5.08,2.75,12,3.57,2.7,7,3.31,1.7,13,4.14,2.27,7,4.88,2.94,16,5.5,2.45,8,5.0,2.76,12,3.71,2.75,7
+tent,6.23,1.6,22,3.38,2.33,21,5.91,1.9,22,6.0,1.62,14,6.62,1.6,8,3.36,2.62,11,3.56,2.19,9,5.83,1.83,6,5.94,1.98,16,6.1,1.66,10,6.33,1.61,12,3.0,2.28,11,3.8,2.44,10,5.62,1.71,13,6.33,2.18,9,6.0,1.35,12,6.5,1.9,10,3.08,2.18,13,3.88,2.64,8,6.33,1.67,12,5.4,2.12,10
+tentative,5.1,1.29,20,3.4,2.11,20,5.16,2.48,25,5.0,0.0,3,5.12,1.41,17,3.29,1.89,7,3.46,2.3,13,6.0,1.31,8,4.76,2.82,17,4.57,1.13,7,5.38,1.33,13,4.0,1.83,7,3.08,2.25,13,4.79,2.64,14,5.64,2.29,11,5.22,1.2,9,5.0,1.41,11,3.5,2.32,10,3.3,2.0,10,5.11,2.76,18,5.29,1.7,7
+tenure,4.6,1.7,20,3.65,1.79,20,5.68,2.25,34,5.0,1.05,10,4.2,2.15,10,4.57,1.81,7,3.15,1.63,13,5.57,2.28,14,5.75,2.29,20,4.78,1.86,9,4.45,1.63,11,4.0,1.68,13,3.0,1.91,7,5.82,2.46,22,5.42,1.88,12,4.2,2.15,10,5.0,1.05,10,3.54,1.9,13,3.86,1.68,7,5.41,2.06,17,5.94,2.46,17
+tepee,6.29,1.79,21,4.0,2.27,20,4.95,2.36,22,6.5,2.35,6,6.2,1.61,15,3.88,2.7,8,4.08,2.07,12,5.08,2.27,12,4.8,2.57,10,7.11,1.83,9,5.67,1.56,12,4.33,2.18,9,3.73,2.41,11,5.0,2.52,7,4.93,2.37,15,7.0,2.0,10,5.64,1.36,11,3.77,2.24,13,4.43,2.44,7,4.42,2.71,12,5.6,1.78,10
+tequila,6.27,2.43,22,5.77,2.47,26,5.38,2.26,24,5.67,3.16,9,6.69,1.8,13,5.7,2.87,10,5.81,2.29,16,6.22,1.64,9,4.87,2.47,15,6.62,2.67,8,6.07,2.37,14,5.92,2.43,13,5.62,2.6,13,5.0,2.04,12,5.75,2.49,12,6.75,2.22,12,5.7,2.67,10,5.87,2.64,15,5.64,2.34,11,5.23,2.35,13,5.55,2.25,11
+teriyaki,6.57,1.83,21,4.16,2.82,25,5.58,2.57,19,5.89,2.09,9,7.08,1.51,12,5.5,3.51,6,3.78,2.6,18,4.71,2.63,7,6.08,2.5,12,6.44,1.93,16,7.0,1.58,5,4.86,3.06,14,3.3,2.45,10,5.89,2.93,9,5.3,2.31,10,6.5,2.02,12,6.67,1.66,9,4.19,2.9,16,4.11,2.85,9,5.36,3.11,11,5.88,1.73,8
+term,5.57,1.33,21,3.6,2.06,20,5.5,1.57,22,5.89,1.83,9,5.33,0.78,12,2.67,1.97,6,4.08,2.1,13,4.33,2.07,6,5.94,1.12,16,5.89,1.69,9,5.33,0.98,12,4.2,2.28,5,3.4,2.03,15,5.0,1.48,11,6.0,1.55,11,5.67,1.56,12,5.44,1.01,9,3.71,1.5,7,3.54,2.37,13,5.42,1.44,12,5.6,1.78,10
+terminal,4.27,2.03,22,3.68,2.32,22,4.15,2.54,20,4.25,2.25,8,4.29,1.98,14,4.0,2.49,10,3.42,2.23,12,5.57,2.44,7,3.38,2.33,13,4.45,1.86,11,4.09,2.26,11,4.0,2.05,11,3.36,2.62,11,4.67,2.5,15,2.6,2.19,5,4.3,1.57,10,4.25,2.42,12,3.8,1.87,10,3.58,2.71,12,3.9,2.88,10,4.4,2.27,10
+terminate,3.05,2.04,19,4.95,2.26,22,3.25,2.09,24,2.83,1.6,6,3.15,2.27,13,4.92,2.39,12,5.0,2.21,10,2.88,1.89,8,3.44,2.22,16,3.2,1.48,10,2.89,2.62,9,5.67,2.06,9,4.46,2.33,13,3.41,2.18,17,2.67,2.07,6,2.38,1.41,8,3.55,2.34,11,4.0,2.35,9,5.62,2.02,13,2.88,1.59,16,4.0,2.83,8
+termination,2.95,2.11,21,5.9,2.51,20,3.38,2.18,21,3.5,1.97,6,2.73,2.19,15,6.38,2.88,8,5.58,2.31,12,3.27,2.61,11,3.5,1.72,10,2.83,2.23,6,3.0,2.14,15,5.7,2.75,10,6.1,2.38,10,3.57,2.38,14,3.0,1.83,7,3.14,2.19,7,2.86,2.14,14,5.71,2.76,14,6.33,1.97,6,3.5,2.71,12,3.22,1.3,9
+terminator,5.43,2.44,21,6.05,2.09,20,4.34,2.78,35,6.38,2.33,8,4.85,2.41,13,5.8,2.95,5,6.13,1.85,15,5.18,2.75,11,3.96,2.76,24,5.92,2.78,13,4.62,1.6,8,6.5,2.02,12,5.38,2.13,8,4.55,2.74,20,4.07,2.89,15,6.09,2.66,11,4.7,2.06,10,7.18,1.33,11,4.67,2.06,9,4.41,2.94,22,4.23,2.59,13
+terminology,5.67,1.46,18,2.8,2.35,20,5.32,1.68,25,6.0,1.0,5,5.54,1.61,13,3.0,2.49,11,2.56,2.3,9,5.12,1.75,16,5.67,1.58,9,6.0,1.63,7,5.45,1.37,11,2.44,2.01,9,3.09,2.66,11,5.25,1.68,20,5.6,1.82,5,5.0,1.22,9,6.33,1.41,9,1.73,0.9,11,4.11,2.93,9,5.21,1.75,19,5.67,1.51,6
+termite,3.08,1.82,40,4.24,2.49,21,3.53,1.43,19,4.31,2.21,13,2.48,1.25,27,4.17,2.86,6,4.27,2.43,15,3.7,1.25,10,3.33,1.66,9,2.62,1.36,21,3.58,2.14,19,3.14,2.19,7,4.79,2.52,14,3.38,1.19,8,3.5,1.65,10,2.83,1.77,23,3.41,1.87,17,4.0,2.83,9,4.42,2.31,12,3.38,1.19,8,3.64,1.63,11
+terrace,5.33,1.96,21,3.52,1.78,23,4.86,1.59,21,4.8,1.79,5,5.5,2.03,16,4.0,1.65,12,3.0,1.84,11,5.09,1.58,11,4.22,1.2,9,5.0,2.37,12,5.78,1.2,9,3.5,1.83,16,3.57,1.81,7,4.82,1.54,11,4.9,1.73,10,5.85,2.03,13,4.5,1.6,8,3.58,1.87,19,3.25,1.5,4,4.36,1.55,14,5.86,1.21,7
+terrain,5.53,1.78,19,3.09,2.04,22,4.83,2.1,23,5.45,1.69,11,5.14,1.57,7,4.0,2.56,8,2.57,1.55,14,4.29,2.63,7,5.06,1.88,16,5.5,2.27,8,5.55,1.44,11,2.67,2.5,9,3.38,1.71,13,4.82,2.04,11,4.83,2.25,12,5.25,2.09,12,6.0,1.0,7,3.0,2.53,11,3.18,1.54,11,4.85,1.95,13,4.8,2.39,10
+terrible,2.1,1.12,20,4.39,2.66,44,3.4,2.17,47,2.0,1.0,11,2.22,1.3,9,3.94,2.51,17,4.67,2.76,27,3.06,2.14,16,3.57,2.24,30,1.0,0.0,4,2.38,1.09,16,3.86,2.32,14,4.63,2.81,30,4.06,2.2,32,1.86,1.23,14,2.33,1.23,12,1.75,0.89,8,3.88,2.76,26,5.11,2.4,18,3.54,2.35,28,3.21,1.93,19
+terrier,6.2,1.77,20,3.75,2.36,20,5.32,2.01,22,6.43,1.72,7,6.08,1.85,13,4.22,1.99,9,3.36,2.66,11,5.17,2.86,6,5.38,1.71,16,5.5,1.08,10,7.0,2.18,9,3.5,2.0,8,3.92,2.64,12,5.13,2.13,15,5.71,1.8,7,5.55,1.44,11,7.0,1.87,9,3.42,2.02,12,4.25,2.87,8,5.09,2.59,11,5.55,1.29,11
+terrific,7.12,1.68,42,5.46,2.5,41,6.27,2.22,48,6.59,1.97,17,7.48,1.39,25,5.63,2.45,19,5.19,2.58,21,6.0,2.29,17,6.33,2.19,30,6.93,1.85,29,7.54,1.2,13,5.14,2.74,21,5.8,2.24,20,5.69,2.32,32,7.33,1.45,15,6.78,1.88,23,7.53,1.35,19,5.26,2.75,27,5.86,1.96,14,5.79,2.63,28,6.95,1.23,20
+terrified,2.51,1.55,41,6.1,2.55,21,3.29,2.57,48,3.06,2.01,17,2.12,0.99,24,5.5,2.81,6,6.33,2.5,15,3.0,2.49,22,3.54,2.66,26,2.86,1.81,22,2.11,1.1,19,7.29,1.38,7,5.5,2.82,14,3.43,2.53,28,3.1,2.67,20,2.62,1.77,26,2.33,1.11,15,6.11,2.85,9,6.08,2.43,12,3.25,2.62,28,3.35,2.56,20
+terrify,2.84,1.74,19,6.39,2.55,18,2.79,2.47,24,3.2,1.64,5,2.71,1.82,14,7.2,1.92,5,6.08,2.75,13,3.46,2.63,13,2.0,2.1,11,3.11,2.03,9,2.6,1.51,10,7.0,1.63,7,6.0,3.0,11,3.12,2.5,16,2.12,2.42,8,2.38,1.39,13,3.83,2.14,6,6.42,2.78,12,6.33,2.25,6,2.73,2.4,15,2.89,2.71,9
+terrifying,2.63,1.92,19,5.91,2.67,22,2.68,1.72,28,3.0,1.67,6,2.46,2.07,13,5.55,2.7,11,6.27,2.72,11,2.91,1.97,11,2.53,1.59,17,3.36,2.2,11,1.62,0.74,8,5.09,2.77,11,6.73,2.41,11,3.11,1.97,18,1.9,0.74,10,3.23,2.05,13,1.33,0.52,6,6.0,2.91,14,5.75,2.38,8,2.5,1.93,16,2.92,1.44,12
+territorial,4.16,1.77,19,4.29,2.41,21,5.32,2.19,22,4.55,1.69,11,4.0,1.63,7,5.0,2.52,7,3.93,2.37,14,6.33,2.5,6,4.94,2.02,16,3.75,2.05,8,4.45,1.57,11,3.56,2.46,9,4.83,2.33,12,5.5,2.12,10,5.17,2.33,12,4.08,1.78,12,4.29,1.89,7,3.64,2.38,11,5.0,2.36,10,5.08,2.43,12,5.6,1.96,10
+territory,5.3,1.69,20,4.32,2.29,19,6.23,2.18,26,5.18,1.72,11,5.44,1.74,9,4.71,1.8,7,4.08,2.57,12,6.15,2.19,13,6.31,2.25,13,4.91,1.92,11,5.78,1.3,9,5.0,2.49,10,3.56,1.88,9,6.41,2.09,17,5.89,2.42,9,4.9,1.97,10,5.7,1.34,10,4.83,2.41,12,3.43,1.9,7,6.38,2.19,16,6.0,2.26,10
+terror,2.75,1.97,20,6.35,2.42,23,2.95,2.27,21,2.22,1.09,9,3.18,2.44,11,6.09,2.47,11,6.58,2.47,12,3.5,1.6,8,2.62,2.6,13,2.86,2.11,14,2.5,1.76,6,5.33,3.16,9,7.0,1.62,14,3.25,1.98,8,2.77,2.49,13,3.4,2.46,10,2.1,1.1,10,6.62,2.1,13,6.0,2.87,10,2.58,1.98,12,3.44,2.65,9
+terrorism,1.6,1.23,20,7.42,2.43,19,2.69,1.69,26,1.73,1.42,11,1.44,1.01,9,8.0,0.82,7,7.08,3.0,12,3.08,1.66,13,2.31,1.7,13,2.0,1.55,11,1.11,0.33,9,7.9,1.6,10,6.89,3.14,9,3.35,1.69,17,1.44,0.73,9,1.6,1.26,10,1.6,1.26,10,8.17,1.47,12,6.14,3.29,7,3.0,1.71,16,2.2,1.62,10
+terrorist,2.35,1.56,23,6.09,2.95,44,3.02,2.55,43,3.4,1.67,5,2.06,1.43,18,5.62,2.96,21,6.52,2.94,23,3.79,2.7,19,2.42,2.3,24,2.62,1.3,8,2.2,1.7,15,4.95,2.87,22,7.23,2.62,22,4.14,2.87,22,1.86,1.49,21,2.45,1.69,11,2.25,1.48,12,6.38,2.96,24,5.75,2.97,20,3.87,2.69,23,2.05,2.04,20
+terrorize,2.5,1.85,22,5.95,2.5,21,3.05,1.99,22,3.07,2.06,14,1.5,0.76,8,6.0,2.9,11,5.89,2.26,9,3.33,2.16,6,2.94,1.98,16,3.3,2.16,10,1.83,1.27,12,5.64,2.91,11,6.3,2.06,10,3.46,1.76,13,2.44,2.24,9,2.67,1.92,12,2.3,1.83,10,5.31,2.93,13,7.0,1.07,8,3.08,1.83,12,3.0,2.26,10
+test,4.44,1.58,18,4.3,2.77,20,4.06,2.04,18,4.0,1.07,8,4.8,1.87,10,4.43,3.15,7,4.23,2.68,13,3.36,1.8,11,5.14,2.04,7,3.91,1.14,11,5.29,1.89,7,4.22,3.15,9,4.36,2.58,11,3.82,2.18,11,4.43,1.9,7,4.25,1.22,12,4.83,2.23,6,3.67,2.42,12,5.25,3.15,8,4.44,2.24,9,3.67,1.87,9
+testament,5.0,2.32,20,3.94,2.75,18,5.68,1.78,22,6.0,2.74,5,4.67,2.16,15,3.5,2.95,6,4.17,2.76,12,5.4,1.9,10,5.92,1.73,12,5.1,2.13,10,4.9,2.6,10,4.1,2.96,10,3.75,2.66,8,5.45,1.86,11,5.91,1.76,11,4.83,2.48,12,5.25,2.19,8,1.78,1.72,9,6.11,1.62,9,5.36,1.86,11,6.0,1.73,11
+testicle,4.19,1.89,21,5.4,2.54,20,4.86,2.13,21,4.67,1.03,6,4.0,2.14,15,5.0,2.88,8,5.67,2.39,12,5.36,2.2,11,4.3,2.0,10,4.17,1.83,6,4.2,1.97,15,5.7,2.95,10,5.1,2.18,10,4.07,2.02,14,6.43,1.4,7,3.57,1.9,7,4.5,1.87,14,5.43,2.5,14,5.33,2.88,6,4.83,2.55,12,4.89,1.54,9
+testicular,3.89,1.79,19,4.95,2.24,22,4.14,2.32,22,3.78,1.48,9,4.0,2.11,10,5.12,2.17,8,4.86,2.35,14,4.73,2.72,11,3.55,1.75,11,4.29,1.25,7,3.67,2.06,12,4.5,2.17,10,5.33,2.31,12,3.69,2.29,13,4.78,2.33,9,4.2,1.99,10,3.56,1.59,9,5.5,2.62,8,4.64,2.02,14,4.5,2.47,14,3.5,2.0,8
+testify,4.55,1.57,20,6.16,2.54,19,5.88,2.57,26,3.73,1.49,11,5.56,1.01,9,6.33,1.63,6,6.08,2.93,13,5.23,3.09,13,6.54,1.81,13,4.27,1.95,11,4.89,0.93,9,5.73,2.45,11,6.75,2.71,8,5.88,2.83,17,5.89,2.15,9,4.3,1.57,10,4.8,1.62,10,6.73,2.53,11,5.38,2.5,8,5.5,2.68,16,6.5,2.37,10
+testimonial,5.89,1.81,18,3.15,2.08,20,4.8,1.8,25,6.6,1.14,5,5.62,1.98,13,3.18,2.4,11,3.11,1.76,9,4.75,1.73,16,4.89,2.03,9,6.43,1.81,7,5.55,1.81,11,2.89,2.09,9,3.36,2.16,11,4.95,1.79,20,4.2,1.92,5,5.22,1.72,9,6.56,1.74,9,2.27,1.1,11,4.22,2.54,9,4.32,1.49,19,6.33,1.97,6
+testimony,5.05,1.96,20,4.22,2.15,23,4.63,2.24,19,4.9,1.6,10,5.2,2.35,10,4.86,2.27,7,4.07,2.12,15,4.7,2.63,10,4.56,1.88,9,5.3,2.0,10,4.8,1.99,10,4.9,2.33,10,3.83,1.95,12,3.75,1.91,8,5.0,2.26,10,5.08,1.98,13,5.0,2.08,7,4.25,2.24,20,4.0,1.73,3,4.38,2.39,8,4.82,2.23,11
+testosterone,5.2,1.99,20,6.75,2.49,20,4.73,2.16,26,5.27,2.1,11,5.11,1.96,9,8.0,1.15,7,6.08,2.78,13,4.92,2.22,13,4.54,2.18,13,4.64,2.01,11,5.89,1.83,9,6.91,2.43,11,6.56,2.7,9,5.0,2.18,17,4.22,2.17,9,5.0,2.26,10,5.4,1.78,10,7.17,2.33,12,6.12,2.75,8,4.88,1.93,16,4.5,2.59,10
+testy,3.55,1.05,20,4.55,2.15,22,5.47,2.12,19,3.56,0.73,9,3.55,1.29,11,3.8,2.28,5,4.69,2.18,16,5.33,2.58,6,5.54,1.98,13,3.57,0.65,14,3.5,1.76,6,3.5,2.24,12,5.78,1.3,9,6.0,1.8,9,5.0,2.36,10,3.8,1.03,10,3.3,1.06,10,3.58,2.31,12,5.7,1.25,10,5.33,2.25,6,5.54,2.15,13
+tetanus,3.33,1.35,21,5.52,2.46,21,4.2,2.31,25,3.5,1.51,12,3.11,1.17,9,5.43,2.23,7,5.57,2.65,14,4.2,2.39,10,4.2,2.34,15,3.25,1.26,4,3.35,1.41,17,4.9,2.33,10,6.09,2.55,11,3.86,2.79,7,4.33,2.17,18,3.58,1.08,12,3.0,1.66,9,5.77,2.39,13,5.12,2.7,8,2.89,1.36,9,4.94,2.43,16
+tether,4.32,1.29,19,4.19,2.23,21,4.7,2.7,23,5.67,1.15,3,4.06,1.18,16,4.62,1.92,8,3.92,2.43,13,5.11,2.67,9,4.43,2.79,14,3.56,1.13,9,5.0,1.05,10,4.44,2.46,9,4.0,2.13,12,5.33,3.06,15,3.5,1.31,8,4.57,1.4,7,4.17,1.27,12,4.7,2.06,10,3.73,2.37,11,5.69,3.07,13,3.4,1.43,10
+text,6.5,1.69,18,3.48,2.37,23,6.33,1.57,18,6.33,1.73,9,6.67,1.73,9,2.57,1.72,7,4.0,2.59,15,6.33,1.73,9,6.33,1.5,9,6.75,1.98,8,6.3,1.49,10,3.6,2.59,10,3.5,2.35,12,6.0,1.51,8,6.6,1.65,10,6.36,1.63,11,6.71,1.89,7,3.35,2.3,20,4.33,3.21,3,5.57,1.51,7,6.82,1.47,11
+textbook,5.0,1.49,20,2.94,2.01,18,5.17,2.5,24,5.0,0.71,5,5.0,1.69,15,3.4,2.3,5,2.77,1.96,13,4.46,2.33,13,6.0,2.53,11,4.9,1.45,10,5.1,1.6,10,3.29,2.36,7,2.73,1.85,11,4.81,2.17,16,5.88,3.09,8,4.86,1.35,14,5.33,1.86,6,3.0,2.04,12,2.83,2.14,6,5.27,2.66,15,5.0,2.35,9
+textile,4.89,2.08,19,3.38,2.16,21,5.71,1.68,24,4.33,1.75,6,5.15,2.23,13,4.45,2.16,11,2.2,1.48,10,5.12,1.36,8,6.0,1.79,16,4.9,1.79,10,4.89,2.47,9,4.38,2.13,8,2.77,2.01,13,5.71,1.72,17,5.83,1.83,6,4.25,2.05,8,5.36,2.06,11,2.88,1.64,8,3.69,2.43,13,5.88,1.89,16,5.38,1.19,8
+texture,5.57,1.86,21,3.33,2.06,21,5.29,2.18,24,5.92,1.44,12,5.11,2.32,9,3.71,2.29,7,3.14,1.99,14,4.6,2.27,10,5.79,2.04,14,5.0,0.0,4,5.71,2.05,17,3.6,2.12,10,3.09,2.07,11,4.29,2.29,7,5.71,2.05,17,5.58,2.19,12,5.56,1.42,9,3.38,2.1,13,3.25,2.12,8,5.0,2.5,9,5.47,2.03,15
+thank,7.77,1.41,22,3.33,2.31,21,6.89,1.91,18,7.17,1.72,6,8.0,1.31,15,2.71,1.89,7,3.64,2.5,14,6.33,2.24,9,7.5,1.51,8,7.57,1.6,14,8.14,1.07,7,3.0,1.94,9,3.58,2.61,12,6.4,2.17,10,7.5,1.41,8,8.14,1.1,14,7.12,1.73,8,3.5,2.66,6,3.27,2.25,15,6.7,2.36,10,7.12,1.25,8
+thankful,7.76,1.65,42,4.52,2.62,42,6.55,1.99,22,7.54,1.66,13,7.86,1.66,29,4.62,2.47,16,4.46,2.75,26,6.55,2.21,11,6.55,1.86,11,7.56,1.75,16,7.88,1.61,26,4.63,2.59,19,4.43,2.69,23,6.38,2.18,13,6.78,1.79,9,7.78,1.59,23,7.74,1.76,19,4.36,2.63,25,4.76,2.66,17,6.07,2.09,14,7.38,1.6,8
+thankless,3.63,2.48,19,4.86,2.25,22,4.68,2.5,19,4.67,2.83,9,2.7,1.77,10,4.71,1.8,7,4.93,2.59,14,4.9,2.56,10,4.44,2.55,9,4.33,3.16,9,3.0,1.56,10,5.3,2.58,10,4.45,2.07,11,4.38,1.06,8,4.5,3.06,10,3.83,2.33,12,3.29,2.87,7,4.95,2.14,20,4.0,4.24,2,4.62,1.92,8,4.73,2.94,11
+thanks,7.73,1.78,22,4.05,2.25,21,6.72,2.11,18,6.83,3.06,6,8.07,0.96,15,3.57,2.7,7,4.29,2.05,14,6.78,2.39,9,7.0,1.77,8,7.5,2.1,14,8.14,1.07,7,3.22,2.11,9,4.67,2.23,12,6.4,2.55,10,7.12,1.46,8,7.86,2.07,14,7.5,1.2,8,4.17,2.71,6,4.0,2.14,15,6.8,2.62,10,6.62,1.41,8
+thanksgiving,6.79,2.59,19,4.95,2.44,22,6.25,2.17,24,6.33,2.94,6,7.0,2.52,13,5.42,2.39,12,4.4,2.5,10,6.25,2.25,8,6.25,2.21,16,5.8,2.53,10,7.89,2.32,9,5.44,2.19,9,4.62,2.63,13,6.35,2.32,17,6.0,2.1,6,6.12,3.4,8,7.27,1.85,11,5.11,2.8,9,4.85,2.27,13,6.19,2.2,16,6.38,2.26,8
+thatch,5.2,1.11,20,2.8,1.82,20,4.86,1.36,22,5.43,1.13,7,5.08,1.12,13,3.0,1.8,9,2.64,1.91,11,4.33,0.82,6,5.06,1.48,16,5.1,0.99,10,5.33,1.32,9,3.0,2.07,8,2.67,1.72,12,4.53,0.99,15,5.57,1.81,7,5.27,1.49,11,5.11,0.33,9,2.92,1.98,12,2.62,1.69,8,5.27,1.62,11,4.45,0.93,11
+thaw,4.95,1.43,21,3.84,1.72,25,5.82,2.63,22,5.25,1.58,8,4.77,1.36,13,3.69,1.97,13,4.0,1.48,12,6.62,2.29,13,4.67,2.78,9,4.25,1.75,8,5.5,1.0,12,4.64,1.22,14,2.82,1.78,11,6.92,2.19,12,4.5,2.59,10,5.0,1.33,10,4.91,1.58,11,3.71,2.05,17,4.12,0.64,8,6.1,3.18,10,5.58,2.19,12
+theater,6.14,2.29,21,3.73,2.6,22,5.54,2.1,26,5.6,2.12,10,6.64,2.42,11,2.57,2.3,7,4.27,2.63,15,5.5,2.63,16,5.6,0.84,10,5.64,2.66,11,6.7,1.77,10,3.2,3.03,5,3.88,2.55,17,5.29,2.49,14,5.83,1.59,12,6.0,2.45,13,6.38,2.13,8,3.8,3.19,10,3.67,2.15,12,5.86,2.25,14,5.17,1.95,12
+theatrical,5.3,1.66,20,5.36,2.42,22,6.95,1.64,20,5.11,1.27,9,5.45,1.97,11,6.4,2.59,10,4.5,1.98,12,5.57,1.27,7,7.69,1.32,13,5.21,1.58,14,5.5,1.97,6,6.12,2.17,8,4.93,2.53,14,6.0,1.63,7,7.46,1.45,13,5.7,1.83,10,4.9,1.45,10,5.67,2.02,12,5.0,2.91,10,7.0,1.6,12,6.88,1.81,8
+theatrics,5.45,1.28,20,5.05,2.38,21,6.21,2.28,24,5.0,1.0,3,5.53,1.33,17,5.29,1.98,7,5.15,2.58,13,6.5,1.69,8,6.06,2.57,16,5.43,0.98,7,5.46,1.45,13,5.29,2.06,7,5.15,2.54,13,6.29,2.37,14,6.1,2.28,10,5.22,1.09,9,5.64,1.43,11,5.64,2.62,11,4.4,2.01,10,6.17,2.48,18,6.33,1.75,6
+theft,2.6,1.47,20,5.17,2.98,23,3.93,2.51,28,2.88,1.13,8,2.42,1.68,12,4.33,2.35,9,5.71,3.29,14,3.36,2.17,14,4.5,2.77,14,2.56,1.42,9,2.64,1.57,11,4.58,3.06,12,5.82,2.89,11,3.14,2.57,14,4.71,2.27,14,3.1,1.79,10,2.1,0.88,10,5.45,3.08,11,4.92,3.0,12,3.5,2.39,12,4.25,2.62,16
+theme,5.43,1.5,21,3.08,2.32,24,5.9,2.27,20,5.75,1.04,8,5.23,1.74,13,4.5,2.17,6,2.61,2.23,18,6.09,2.07,11,5.67,2.6,9,5.67,1.23,12,5.11,1.83,9,3.8,2.7,10,2.57,1.95,14,6.08,2.6,13,5.57,1.62,7,5.64,1.15,14,5.0,2.08,7,3.44,2.53,16,2.38,1.77,8,6.08,2.11,12,5.62,2.62,8
+theology,4.95,2.01,19,3.32,2.28,22,5.35,2.59,23,5.55,1.86,11,3.71,1.8,7,4.25,2.66,8,2.79,1.93,14,6.0,2.71,7,5.06,2.57,16,4.88,1.96,8,5.0,2.14,11,2.78,2.68,9,3.69,1.97,13,4.73,2.05,11,5.92,2.97,12,4.67,2.23,12,5.43,1.62,7,3.18,2.79,11,3.45,1.75,11,5.23,2.74,13,5.5,2.51,10
+theoretical,4.8,1.28,20,3.9,2.07,20,4.97,2.6,34,4.9,1.37,10,4.7,1.25,10,4.71,2.75,7,3.46,1.56,13,4.71,2.81,14,5.15,2.5,20,5.0,1.0,9,4.64,1.5,11,4.58,1.83,12,2.88,2.1,8,4.68,2.77,22,5.5,2.28,12,4.8,1.4,10,4.8,1.23,10,3.79,2.26,14,4.17,1.72,6,5.18,2.4,17,4.76,2.84,17
+theory,5.65,1.3,23,4.41,2.32,44,5.76,2.11,25,6.14,1.35,7,5.44,1.26,16,5.2,2.35,20,3.75,2.11,24,5.2,2.2,10,6.13,2.03,15,6.55,0.82,11,4.83,1.11,12,5.28,2.03,25,3.26,2.21,19,4.57,2.37,7,6.22,1.86,18,5.57,1.5,14,5.78,0.97,9,4.17,2.49,29,4.87,1.92,15,5.11,2.42,9,6.12,1.89,16
+therapeutic,6.29,2.08,21,2.18,1.18,22,6.59,2.34,27,5.8,1.81,10,6.73,2.28,11,2.14,1.57,7,2.2,1.01,15,6.24,2.66,17,7.2,1.62,10,6.73,2.0,11,5.8,2.15,10,1.4,0.55,5,2.41,1.23,17,6.5,2.59,14,6.69,2.14,13,6.23,2.17,13,6.38,2.07,8,1.9,1.2,10,2.42,1.16,12,7.21,2.33,14,5.92,2.25,13
+therapist,4.43,2.36,21,3.32,2.29,19,4.23,2.41,22,4.67,2.73,6,4.33,2.29,15,3.12,1.81,8,3.45,2.66,11,4.17,2.76,12,4.3,2.06,10,4.78,2.77,9,4.17,2.08,12,3.33,2.18,9,3.3,2.5,10,4.14,1.77,7,4.27,2.71,15,4.2,2.57,10,4.64,2.25,11,3.08,2.19,12,3.71,2.56,7,4.42,2.94,12,4.0,1.7,10
+therapy,5.1,2.1,21,3.74,1.89,23,4.73,2.01,26,4.64,2.01,11,5.6,2.17,10,4.09,2.02,11,3.42,1.78,12,5.27,2.0,11,4.43,2.03,14,5.8,2.1,10,4.45,1.97,11,4.18,1.83,11,3.33,1.92,12,4.65,2.0,17,5.12,2.17,8,5.69,2.25,13,4.12,1.46,8,4.07,2.09,15,3.12,1.36,8,4.71,2.11,17,4.78,1.92,9
+thermal,5.36,1.29,22,3.48,2.16,21,5.09,1.66,22,5.5,1.45,14,5.12,0.99,8,3.91,1.97,11,3.22,2.39,9,4.33,1.63,6,5.38,1.63,16,5.2,1.4,10,5.5,1.24,12,3.18,2.32,11,3.8,2.04,10,4.77,1.69,13,5.56,1.59,9,5.33,1.61,12,5.4,0.84,10,3.62,2.06,13,3.25,2.43,8,5.42,1.0,12,4.7,2.21,10
+thermometer,5.22,1.35,40,3.36,2.3,22,5.32,2.53,25,5.54,1.56,13,5.19,1.1,26,3.29,2.43,7,3.36,2.41,14,5.0,2.83,8,5.47,2.45,17,5.47,1.55,15,5.21,1.06,24,4.22,3.07,9,2.67,1.44,12,4.43,2.68,14,6.45,1.86,11,5.3,1.22,20,5.15,1.5,20,3.58,2.39,19,2.0,1.0,3,5.11,2.85,18,5.86,1.46,7
+thermos,5.79,2.07,19,3.15,2.43,20,5.17,2.26,24,6.08,2.47,13,5.17,0.41,6,5.4,2.88,5,2.4,1.8,15,5.38,2.29,13,4.91,2.3,11,6.22,2.28,9,5.4,1.9,10,5.0,2.71,7,2.15,1.63,13,4.82,2.56,11,5.46,2.03,13,6.33,1.5,9,5.3,2.45,10,3.5,2.51,10,2.8,2.44,10,5.33,2.6,9,5.07,2.12,15
+thermostat,5.48,1.29,21,3.56,2.04,25,5.73,2.69,22,5.5,0.93,8,5.46,1.51,13,3.85,2.44,13,3.25,1.54,12,5.46,2.82,13,6.11,2.62,9,5.62,1.51,8,5.42,1.24,12,3.79,1.85,14,3.27,2.33,11,6.25,2.9,12,5.1,2.42,10,4.8,0.79,10,6.09,1.38,11,3.35,2.37,17,4.0,1.07,8,5.8,2.7,10,5.67,2.81,12
+thesis,4.7,1.66,20,4.1,2.49,20,5.88,2.03,26,4.55,1.86,11,4.89,1.45,9,3.86,2.41,7,4.23,2.62,13,5.08,2.06,13,6.69,1.7,13,4.91,1.3,11,4.44,2.07,9,4.64,2.42,11,3.44,2.55,9,5.71,2.34,17,6.22,1.3,9,4.1,1.37,10,5.3,1.77,10,4.0,2.41,12,4.25,2.76,8,6.06,2.05,16,5.6,2.07,10
+thick,4.63,1.57,19,3.13,1.98,23,5.72,2.22,18,5.25,1.91,8,4.18,1.17,11,3.91,2.3,11,2.42,1.38,12,6.2,1.69,10,5.12,2.75,8,5.33,1.97,6,4.25,1.36,12,3.55,2.25,11,2.75,1.71,12,6.0,2.71,7,5.55,1.97,11,4.75,1.82,12,4.43,1.13,7,2.82,1.78,11,3.42,2.19,12,5.78,2.49,9,5.67,2.06,9
+thicket,4.33,1.8,21,3.25,2.29,20,4.45,2.3,22,4.67,1.37,6,4.2,1.97,15,4.38,2.77,8,2.5,1.62,12,4.75,2.53,12,4.1,2.08,10,4.11,2.03,9,4.5,1.68,12,3.78,2.64,9,2.82,1.99,11,4.43,2.57,7,4.47,2.26,15,4.2,1.93,10,4.45,1.75,11,2.92,2.1,13,3.86,2.67,7,3.5,2.43,12,5.6,1.58,10
+thickness,5.19,1.81,21,3.74,1.42,23,4.95,2.22,21,4.0,1.22,5,5.56,1.82,16,4.0,1.41,12,3.45,1.44,11,5.0,2.14,11,4.44,2.07,9,5.25,2.05,12,5.11,1.54,9,3.75,1.39,16,3.71,1.6,7,4.82,1.54,11,5.1,2.88,10,5.38,1.94,13,4.88,1.64,8,3.68,1.45,19,4.0,1.41,4,4.86,2.03,14,5.14,2.73,7
+thief,2.32,1.34,19,6.05,2.38,22,3.14,1.85,43,2.0,1.0,3,2.4,1.45,15,5.25,2.12,8,6.5,2.47,14,3.0,1.75,18,3.24,1.94,25,3.0,1.9,6,2.0,0.95,12,5.3,2.26,10,6.67,2.39,12,3.5,2.09,24,2.68,1.42,19,2.25,1.54,12,2.43,0.98,7,6.5,2.73,8,5.79,2.22,14,3.24,2.01,25,3.0,1.64,18
+thigh,5.22,1.68,23,5.32,2.54,19,5.73,1.61,26,5.46,1.66,13,4.9,1.73,10,6.71,1.5,7,4.5,2.71,12,5.62,1.45,13,5.85,1.82,13,4.83,1.7,12,5.64,1.63,11,5.55,2.84,11,5.0,2.2,8,5.71,1.69,17,5.78,1.56,9,5.17,1.9,12,5.27,1.49,11,5.64,2.66,11,4.88,2.47,8,5.62,1.5,16,5.9,1.85,10
+thin,5.47,1.58,19,4.5,2.98,20,5.33,2.41,24,5.54,1.76,13,5.33,1.21,6,4.8,2.86,5,4.4,3.11,15,5.54,1.94,13,5.09,2.95,11,5.67,2.0,9,5.3,1.16,10,5.86,2.97,7,3.77,2.83,13,5.64,2.34,11,5.08,2.53,13,5.11,1.76,9,5.8,1.4,10,3.3,2.75,10,5.7,2.83,10,5.56,2.51,9,5.2,2.43,15
+thing,5.55,1.26,22,3.43,2.01,21,5.41,1.87,17,6.17,1.33,6,5.33,1.23,15,3.0,1.91,7,3.64,2.1,14,5.33,1.87,9,5.5,2.0,8,5.79,1.42,14,5.14,0.9,7,3.78,2.49,9,3.17,1.64,12,6.0,2.24,9,4.75,1.16,8,5.79,1.42,14,5.12,0.83,8,3.83,2.56,6,3.27,1.83,15,5.78,2.44,9,5.0,0.93,8
+thingy,5.42,1.87,19,4.27,2.64,22,5.16,2.01,19,5.44,1.42,9,5.4,2.27,10,4.17,2.71,6,4.4,2.77,15,5.1,2.08,10,5.22,2.05,9,5.78,2.59,9,5.1,0.88,10,5.0,2.65,9,3.83,2.72,12,4.75,1.83,8,5.1,1.91,10,5.75,2.14,12,4.86,1.21,7,4.0,2.47,19,6.0,3.61,3,5.25,2.31,8,5.09,1.87,11
+think,6.68,1.67,22,3.75,2.27,20,6.5,2.01,18,7.0,1.67,6,6.6,1.76,15,3.14,2.41,7,4.08,2.22,13,6.11,2.32,9,6.88,1.81,8,6.5,1.87,14,7.14,1.35,7,3.25,2.31,8,4.08,2.27,12,6.2,2.3,10,6.88,1.64,8,6.64,1.45,14,6.75,2.12,8,4.0,3.1,6,3.64,1.95,14,6.5,2.17,10,6.5,1.93,8
+thinker,7.26,1.91,19,4.45,2.39,20,7.68,1.42,19,8.33,0.58,3,7.07,2.09,15,4.2,2.44,10,4.7,2.45,10,6.89,1.36,9,8.4,1.07,10,7.0,3.03,6,7.42,1.31,12,3.71,1.8,7,4.85,2.64,13,7.88,1.64,8,7.55,1.29,11,7.75,1.06,12,6.43,2.76,7,4.0,2.36,10,4.9,2.47,10,8.33,0.87,9,7.1,1.6,10
+third,5.0,1.64,21,2.64,1.87,22,5.61,2.28,18,5.0,2.0,9,5.0,1.41,12,3.2,2.04,10,2.17,1.64,12,5.3,2.41,10,6.0,2.2,8,5.29,2.14,7,4.92,1.44,13,2.91,1.7,11,2.36,2.06,11,5.29,2.75,7,5.82,2.04,11,5.23,1.83,13,4.62,1.3,8,2.2,1.48,10,3.0,2.13,12,5.44,2.46,9,5.78,2.22,9
+thirst,4.14,1.88,21,4.12,2.72,24,6.0,2.29,20,4.12,1.73,8,4.15,2.03,13,4.83,1.72,6,3.89,2.99,18,6.55,2.38,11,5.33,2.12,9,3.42,1.73,12,5.11,1.69,9,4.9,2.51,10,3.57,2.82,14,6.54,2.33,13,5.0,2.0,7,3.86,1.92,14,4.71,1.8,7,4.19,2.71,16,4.0,2.93,8,6.0,2.49,12,6.0,2.14,8
+thirsty,4.48,1.91,21,4.08,2.67,24,6.2,1.82,20,5.0,1.77,8,4.15,1.99,13,5.0,2.28,6,3.78,2.78,18,6.27,2.24,11,6.11,1.27,9,4.08,2.23,12,5.0,1.32,9,4.2,2.25,10,4.0,3.01,14,6.38,2.1,13,5.86,1.21,7,4.07,2.09,14,5.29,1.25,7,4.44,2.63,16,3.38,2.77,8,6.17,2.04,12,6.25,1.58,8
+thirteen,5.11,1.79,19,4.36,2.92,22,4.46,1.98,24,4.17,1.83,6,5.54,1.66,13,5.33,3.23,12,3.2,2.1,10,3.38,1.51,8,5.0,2.0,16,5.1,1.45,10,5.11,2.2,9,5.44,3.0,9,3.62,2.72,13,4.24,1.95,17,5.0,2.28,6,4.88,1.81,8,5.27,1.85,11,4.33,3.12,9,4.38,2.9,13,4.62,2.16,16,4.12,1.64,8
+thirty,4.74,1.37,19,3.57,2.18,21,5.7,1.72,23,4.8,0.45,5,4.62,1.61,13,3.83,1.72,6,3.47,2.39,15,5.7,1.64,10,5.69,1.84,13,4.29,0.76,7,4.91,1.64,11,4.14,2.61,7,3.29,1.98,14,5.91,1.76,11,5.5,1.73,12,4.67,1.67,12,4.86,0.69,7,3.36,2.29,11,3.8,2.15,10,5.79,1.37,14,5.56,2.24,9
+thistle,4.95,1.75,21,3.9,2.57,20,3.73,2.07,22,4.83,2.23,6,5.0,1.6,15,4.0,2.83,8,3.83,2.52,12,3.33,2.39,12,4.2,1.62,10,5.67,1.94,9,4.42,1.44,12,4.56,2.88,9,3.36,2.29,11,2.71,1.38,7,4.2,2.21,15,5.4,2.32,10,4.55,0.93,11,4.0,2.77,13,3.71,2.36,7,4.17,2.48,12,3.2,1.4,10
+thong,5.48,2.56,21,4.68,2.69,25,5.16,2.71,19,7.11,1.45,9,4.25,2.56,12,4.17,2.93,6,5.06,2.58,18,4.14,2.34,7,5.75,2.83,12,6.06,2.21,16,3.6,2.97,5,4.29,2.92,14,5.6,2.07,10,5.0,3.16,9,5.3,2.41,10,6.5,2.81,12,4.11,1.36,9,5.12,2.6,16,3.89,2.8,9,5.55,3.01,11,4.62,2.33,8
+thorn,3.62,1.45,42,4.2,2.35,20,4.1,2.13,20,3.46,1.33,13,3.69,1.51,29,4.2,2.39,10,4.2,2.44,10,5.0,1.91,7,3.62,2.14,13,3.44,1.26,16,3.73,1.56,26,4.29,2.21,7,4.15,2.51,13,4.47,2.2,15,3.0,1.58,5,3.48,1.31,23,3.79,1.62,19,4.3,2.31,10,4.1,2.51,10,4.2,1.93,10,4.0,2.4,10
+thorny,3.1,1.59,20,4.92,2.64,24,3.68,2.13,28,3.5,1.2,8,2.83,1.8,12,5.22,2.73,9,4.73,2.66,15,3.07,1.38,14,4.29,2.58,14,2.89,1.62,9,3.27,1.62,11,3.67,2.27,12,6.17,2.44,12,2.71,1.98,14,4.64,1.86,14,2.5,1.72,10,3.7,1.25,10,4.67,2.74,12,5.17,2.62,12,3.92,2.15,12,3.5,2.16,16
+thorough,6.15,1.87,20,3.3,2.14,23,7.28,1.59,25,5.25,3.2,4,6.38,1.45,16,3.5,3.32,4,3.26,1.94,19,6.89,1.69,9,7.5,1.55,16,5.88,1.73,8,6.33,2.02,12,3.4,2.41,10,3.23,2.01,13,7.36,1.5,14,7.18,1.78,11,5.91,1.64,11,6.44,2.19,9,2.6,1.96,10,3.85,2.19,13,7.17,1.72,18,7.57,1.27,7
+thoroughbred,6.47,1.58,19,4.65,2.54,20,5.55,2.28,20,6.33,1.15,3,6.4,1.68,15,4.9,2.47,10,4.4,2.72,10,5.4,2.01,10,5.7,2.63,10,5.67,1.86,6,6.75,1.36,12,5.0,3.0,7,4.46,2.37,13,5.0,2.33,8,5.92,2.27,12,6.67,1.56,12,6.14,1.68,7,5.0,2.54,10,4.3,2.63,10,5.0,2.12,9,6.0,2.41,11
+thoroughfare,5.19,0.87,21,4.32,1.99,22,5.81,1.81,21,5.22,0.67,9,5.17,1.03,12,3.83,2.86,6,4.4,1.64,15,6.0,1.55,6,5.73,1.94,15,5.22,0.67,9,5.17,1.03,12,4.4,2.41,5,4.29,1.93,17,5.4,2.07,10,6.18,1.54,11,5.17,1.11,12,5.22,0.44,9,4.22,1.56,9,4.38,2.29,13,5.25,1.91,12,6.56,1.42,9
+thought,6.76,1.65,42,4.16,2.29,45,6.15,2.48,20,6.18,1.47,11,7.0,1.7,30,3.8,1.99,20,4.44,2.5,25,5.83,2.32,6,6.29,2.61,14,6.85,1.63,20,6.68,1.7,22,4.07,2.04,27,4.28,2.67,18,5.5,2.51,10,6.8,2.39,10,6.55,1.79,20,6.95,1.53,22,4.45,2.2,29,3.62,2.42,16,6.25,2.96,8,6.08,2.23,12
+thoughtful,7.26,1.45,39,2.55,1.86,44,6.62,1.93,47,6.75,1.61,16,7.61,1.23,23,2.82,1.63,17,2.37,2.0,27,6.07,2.28,15,6.88,1.72,32,7.26,1.69,19,7.25,1.21,20,2.71,1.77,14,2.47,1.93,30,6.36,1.96,25,6.91,1.9,22,7.65,1.06,26,6.46,1.81,13,2.54,2.12,26,2.56,1.46,18,6.83,1.74,30,6.24,2.22,17
+thoughtless,4.05,2.15,22,4.43,2.48,21,4.45,2.69,22,4.36,2.47,14,3.5,1.41,8,4.45,2.5,11,4.33,2.74,9,4.83,2.32,6,4.31,2.87,16,4.2,1.81,10,3.92,2.47,12,3.45,2.42,11,5.5,2.17,10,4.77,2.17,13,4.0,3.39,9,3.42,1.93,12,4.8,2.25,10,4.54,2.73,13,4.25,2.19,8,3.83,2.59,12,5.2,2.74,10
+thousand,6.44,2.06,18,3.5,2.63,20,6.0,1.97,18,5.75,2.31,8,7.0,1.76,10,3.86,2.85,7,3.31,2.59,13,5.73,1.62,11,6.43,2.51,7,5.91,2.07,11,7.29,1.89,7,3.78,3.19,9,3.27,2.2,11,6.0,2.19,11,6.0,1.73,7,5.92,2.19,12,7.5,1.38,6,3.08,2.47,12,4.12,2.9,8,6.11,1.83,9,5.89,2.2,9
+thrash,3.48,1.47,23,4.3,1.92,20,5.05,2.06,22,3.0,1.32,9,3.79,1.53,14,4.78,1.92,9,3.91,1.92,11,4.5,2.74,6,5.25,1.81,16,4.09,1.45,11,2.82,1.33,11,4.38,2.0,8,4.25,1.96,12,5.4,1.99,15,4.29,2.14,7,3.62,1.71,13,3.3,1.16,10,4.75,1.66,12,3.62,2.2,8,5.64,2.16,11,4.45,1.86,11
+thread,5.5,0.95,20,3.87,2.53,23,5.5,2.1,28,5.38,0.74,8,5.58,1.08,12,3.5,2.83,8,4.07,2.43,15,5.43,1.99,14,5.57,2.28,14,5.67,1.22,9,5.36,0.67,11,4.73,2.49,11,3.08,2.39,12,5.5,2.03,14,5.5,2.24,14,5.7,1.16,10,5.3,0.67,10,4.0,2.76,11,3.75,2.42,12,5.92,1.51,12,5.19,2.46,16
+threat,2.63,1.67,19,6.57,2.44,21,3.6,2.16,20,3.33,1.15,3,2.5,1.75,16,6.17,2.48,6,6.73,2.49,15,4.17,2.04,6,3.36,2.24,14,2.9,2.02,10,2.33,1.22,9,7.0,2.38,7,6.36,2.53,14,3.6,1.78,10,3.6,2.59,10,2.62,1.6,8,2.64,1.8,11,6.11,2.89,9,6.92,2.11,12,3.25,1.98,8,3.83,2.33,12
+threaten,2.6,1.57,20,6.05,2.36,21,3.29,2.31,21,3.11,2.03,9,2.18,0.98,11,5.73,2.45,11,6.4,2.32,10,3.88,2.3,8,2.92,2.33,13,2.5,0.94,14,2.83,2.64,6,5.25,2.82,8,6.54,1.98,13,3.62,2.56,8,3.08,2.22,13,2.4,0.97,10,2.8,2.04,10,5.25,2.67,12,7.11,1.36,9,3.0,2.04,12,3.67,2.69,9
+three,5.43,1.08,21,3.38,2.09,21,5.45,2.06,20,5.56,1.24,9,5.33,0.98,12,2.67,1.97,6,3.5,2.1,14,5.33,2.58,6,5.5,1.91,14,5.44,1.33,9,5.42,0.9,12,4.0,1.87,5,3.19,2.17,16,5.56,2.13,9,5.36,2.11,11,5.67,1.15,12,5.11,0.93,9,4.11,2.42,9,2.83,1.7,12,5.27,2.2,11,5.67,2.0,9
+threesome,5.89,2.64,19,5.7,2.58,20,6.0,2.52,24,7.31,1.55,13,2.83,1.72,6,7.8,1.3,5,5.0,2.54,15,6.92,1.93,13,4.91,2.77,11,6.78,1.99,9,5.1,3.0,10,6.57,2.94,7,5.23,2.35,13,5.55,2.7,11,6.38,2.4,13,4.56,2.83,9,7.1,1.85,10,5.9,3.03,10,5.5,2.17,10,7.78,1.64,9,4.93,2.37,15
+threshold,5.53,1.5,19,3.09,2.09,22,4.61,1.59,28,5.17,1.94,6,5.69,1.32,13,3.18,2.23,11,3.0,2.05,11,4.09,1.92,11,4.94,1.3,17,5.82,1.08,11,5.12,1.96,8,3.73,2.33,11,2.45,1.69,11,4.44,1.82,18,4.9,1.1,10,5.92,1.44,13,4.67,1.37,6,3.07,2.3,14,3.12,1.81,8,4.31,1.74,16,5.0,1.35,12
+thrift,5.72,2.11,18,2.95,2.26,22,5.93,2.0,28,5.17,1.6,6,6.0,2.34,12,2.45,1.92,11,3.45,2.54,11,5.91,2.43,11,5.94,1.75,17,5.64,2.06,11,5.86,2.34,7,2.91,2.21,11,3.0,2.41,11,5.44,2.01,18,6.8,1.75,10,5.38,2.22,13,6.6,1.67,5,3.43,2.5,14,2.12,1.55,8,5.44,2.13,16,6.58,1.68,12
+thrill,7.37,1.5,19,7.19,2.03,918,6.09,2.14,45,7.11,1.27,9,7.6,1.71,10,7.02,2.07,344,7.3,1.98,567,6.38,2.45,16,5.93,1.98,29,7.78,1.48,9,7.0,1.49,10,7.08,2.09,418,7.29,1.97,496,5.64,2.3,22,6.52,1.93,23,7.33,1.61,12,7.43,1.4,7,7.04,2.24,508,7.37,1.71,410,6.42,2.04,26,5.63,2.24,19
+thriller,5.75,2.2,20,6.0,2.3,18,4.57,1.89,21,7.2,1.3,5,5.27,2.25,15,5.67,1.97,6,6.17,2.52,12,5.0,1.41,9,4.25,2.18,12,6.3,1.42,10,5.2,2.74,10,6.0,2.67,10,6.0,1.93,8,5.27,1.95,11,3.8,1.55,10,5.58,2.54,12,6.0,1.69,8,5.22,2.82,9,6.78,1.39,9,4.82,2.18,11,4.3,1.57,10
+thrilling,7.19,1.54,21,6.16,1.8,25,5.95,2.61,22,6.75,1.75,8,7.46,1.39,13,6.46,1.66,13,5.83,1.95,12,5.85,2.82,13,6.11,2.42,9,7.25,1.91,8,7.08,1.38,12,6.57,1.5,14,5.64,2.06,11,6.42,2.19,12,5.4,3.06,10,7.2,1.75,10,7.18,1.4,11,5.82,1.98,17,6.88,1.13,8,6.3,2.71,10,5.67,2.61,12
+thrive,6.79,1.75,19,5.65,2.81,20,7.05,1.93,20,6.67,1.53,3,6.93,1.83,15,4.9,2.64,10,6.4,2.91,10,6.9,1.1,10,7.2,2.57,10,6.83,2.23,6,6.92,1.56,12,5.43,3.05,7,5.77,2.8,13,6.75,2.66,8,7.25,1.36,12,6.92,1.73,12,6.57,1.9,7,4.8,2.74,10,6.5,2.76,10,7.0,2.65,9,7.09,1.22,11
+thriving,5.9,1.74,20,5.22,2.69,18,7.42,1.59,24,5.2,2.59,5,6.13,1.41,15,5.0,1.87,5,5.31,3.01,13,6.92,1.75,13,8.0,1.18,11,6.0,1.56,10,5.8,1.99,10,5.86,1.95,7,4.82,3.09,11,7.12,1.71,16,8.0,1.2,8,5.71,1.9,14,6.33,1.37,6,5.92,2.27,12,3.83,3.13,6,7.53,1.85,15,7.22,1.09,9
+throat,4.76,1.61,21,4.2,2.02,20,5.84,2.48,19,4.92,1.98,13,4.5,0.76,8,4.29,1.5,7,4.15,2.3,13,6.57,1.9,7,5.42,2.75,12,5.17,1.9,12,4.22,0.97,9,4.33,1.66,9,4.09,2.34,11,5.7,2.54,10,6.0,2.55,9,4.83,1.8,12,4.67,1.41,9,5.0,1.73,7,3.77,2.09,13,6.14,2.61,7,5.67,2.5,12
+throbbing,3.68,1.81,22,5.64,2.52,22,4.89,2.54,19,3.88,2.23,8,3.46,1.61,13,5.38,2.13,8,6.08,2.66,13,4.14,1.95,7,5.18,2.89,11,3.25,1.16,8,3.85,2.15,13,5.44,2.79,9,5.77,2.42,13,4.14,2.04,7,5.33,2.77,12,3.55,1.86,11,3.82,1.83,11,5.0,3.16,8,6.0,2.11,14,4.94,2.41,16,4.67,3.79,3
+throes,4.5,0.99,18,4.71,2.12,21,4.65,0.78,23,5.0,0.0,4,4.46,1.05,13,4.33,2.34,6,4.87,2.1,15,4.7,0.82,10,4.62,0.77,13,4.33,1.03,6,4.73,0.9,11,5.29,2.21,7,4.43,2.1,14,4.82,0.75,11,4.5,0.8,12,4.45,0.82,11,4.57,1.27,7,4.45,2.42,11,5.0,1.83,10,4.64,0.93,14,4.67,0.5,9
+throne,5.45,1.71,22,5.22,2.32,18,6.19,2.73,21,5.0,1.87,5,5.62,1.75,16,5.12,2.59,8,5.3,2.21,10,5.7,3.06,10,6.64,2.46,11,5.33,1.67,12,5.6,1.84,10,4.67,2.35,9,5.78,2.28,9,5.83,2.95,12,6.67,2.5,9,5.55,2.07,11,5.36,1.36,11,4.43,2.51,7,5.73,2.15,11,6.0,3.08,9,6.33,2.57,12
+throttle,5.55,1.82,20,5.36,1.94,22,5.71,1.98,21,6.33,1.22,9,4.91,2.02,11,6.0,2.4,10,4.83,1.34,12,6.0,1.69,8,5.54,2.18,13,5.71,1.64,14,5.17,2.32,6,4.88,2.7,8,5.64,1.39,14,5.75,2.38,8,5.69,1.8,13,5.7,1.83,10,5.4,1.9,10,4.75,1.76,12,6.1,1.97,10,6.0,2.37,12,5.33,1.32,9
+throw,5.55,1.3,22,4.52,2.29,21,6.12,1.93,17,5.5,1.05,6,5.6,1.45,15,3.71,2.56,7,4.93,2.13,14,6.0,2.18,9,6.25,1.75,8,5.79,1.25,14,5.14,1.46,7,3.89,2.37,9,5.0,2.22,12,6.0,2.35,9,6.25,1.49,8,5.43,1.28,14,5.75,1.39,8,4.33,3.08,6,4.6,2.03,15,6.56,2.46,9,5.62,1.06,8
+throwback,5.42,1.3,19,4.57,2.19,23,5.0,1.89,19,5.22,0.83,9,5.6,1.65,10,4.86,2.41,7,4.53,2.2,15,5.0,1.83,10,5.0,2.06,9,6.22,1.48,9,4.7,0.48,10,5.0,2.58,10,4.33,1.92,12,4.25,0.89,8,5.4,2.32,10,5.67,1.56,12,5.0,0.58,7,4.65,2.28,20,4.0,1.73,3,4.62,1.3,8,5.27,2.24,11
+thrower,4.57,1.29,21,3.58,2.87,24,5.24,2.46,17,5.12,1.46,8,4.23,1.09,13,5.17,2.32,6,3.06,2.9,18,5.56,2.6,9,4.88,2.42,8,4.5,1.17,12,4.67,1.5,9,4.5,2.95,10,2.93,2.73,14,5.2,2.74,10,5.29,2.21,7,4.5,1.34,14,4.71,1.25,7,4.0,2.83,16,2.75,2.96,8,5.44,2.6,9,5.0,2.45,8
+thrust,5.75,2.17,20,5.29,2.4,24,6.11,2.22,28,6.12,1.46,8,5.5,2.58,12,4.56,2.01,9,5.73,2.58,15,6.29,2.2,14,5.93,2.3,14,5.22,2.22,9,6.18,2.14,11,6.08,2.15,12,4.5,2.47,12,5.79,2.64,14,6.43,1.74,14,5.9,2.18,10,5.6,2.27,10,5.58,2.02,12,5.0,2.8,12,6.83,1.8,12,5.56,2.39,16
+thruster,4.56,1.79,18,4.7,2.77,20,4.94,2.26,16,5.0,1.0,3,4.21,1.72,14,5.1,2.77,10,4.3,2.87,10,5.57,1.81,7,4.44,2.55,9,4.17,1.47,6,4.45,1.75,11,5.0,3.27,7,4.54,2.6,13,4.4,2.79,5,5.18,2.09,11,4.45,2.11,11,4.71,1.25,7,5.2,3.19,10,4.2,2.35,10,4.75,2.43,8,5.12,2.23,8
+thud,4.24,1.22,21,5.05,2.64,21,4.52,2.29,25,4.33,1.37,12,4.11,1.05,9,5.43,2.07,7,4.86,2.93,14,4.5,2.01,10,4.53,2.53,15,4.75,0.5,4,4.12,1.32,17,5.1,2.85,10,5.0,2.57,11,4.29,2.63,7,4.61,2.23,18,4.08,1.24,12,4.44,1.24,9,4.85,2.76,13,5.38,2.56,8,2.89,1.45,9,5.44,2.19,16
+thug,2.52,1.44,21,5.48,2.27,23,3.53,2.37,17,2.67,1.41,9,2.42,1.51,12,5.82,2.23,11,5.17,2.37,12,4.22,2.64,9,2.75,1.91,8,3.57,1.62,7,2.0,1.08,13,6.18,1.89,11,4.83,2.48,12,3.57,2.88,7,3.5,2.12,10,2.69,1.65,13,2.25,1.04,8,5.55,2.34,11,5.42,2.31,12,3.38,2.13,8,3.67,2.69,9
+thumb,5.62,1.28,21,3.84,2.39,25,5.79,2.3,19,5.89,1.27,9,5.42,1.31,12,3.67,2.8,6,3.94,2.39,18,4.71,1.89,7,6.42,2.35,12,5.44,1.31,16,6.2,1.1,5,3.86,2.6,14,3.9,2.33,10,5.44,2.24,9,6.1,2.42,10,6.08,1.24,12,5.0,1.12,9,3.56,2.22,16,4.33,2.74,9,5.27,2.61,11,6.5,1.69,8
+thumbprint,5.6,1.14,20,4.33,2.22,21,5.03,2.66,33,5.5,0.85,10,5.7,1.42,10,4.38,2.2,8,4.31,2.32,13,5.46,2.9,13,4.75,2.53,20,5.22,1.3,9,5.91,0.94,11,5.23,1.96,13,2.88,1.89,8,5.19,2.73,21,4.75,2.63,12,5.5,1.35,10,5.7,0.95,10,4.43,2.44,14,4.14,1.86,7,5.69,2.09,16,4.41,3.04,17
+thump,4.42,2.12,19,4.0,1.95,22,5.5,1.89,18,3.89,1.96,9,4.9,2.23,10,3.86,2.19,7,4.14,1.96,14,4.89,1.69,9,6.11,1.96,9,4.33,2.6,9,4.5,1.72,10,4.5,2.12,10,3.64,1.86,11,4.88,1.81,8,5.78,1.86,9,4.92,2.27,12,3.57,1.62,7,4.05,2.04,19,3.67,1.53,3,4.75,1.75,8,6.1,1.85,10
+thumper,5.0,2.0,19,4.09,2.49,22,4.83,1.85,23,4.73,1.49,11,5.0,2.58,7,4.88,2.64,8,3.64,2.37,14,4.43,2.15,7,5.0,1.75,16,5.0,1.6,8,5.0,2.32,11,3.44,2.01,9,4.54,2.76,13,5.0,1.79,11,4.67,1.97,12,5.17,2.21,12,4.71,1.7,7,3.27,2.69,11,4.91,2.07,11,4.31,2.14,13,5.5,1.18,10
+thunder,5.74,2.0,19,5.75,2.43,20,3.9,2.65,20,5.67,0.58,3,5.75,2.18,16,5.83,2.64,6,5.71,2.43,14,3.83,2.4,6,3.93,2.84,14,5.8,1.62,10,5.67,2.45,9,6.29,2.81,7,5.46,2.26,13,4.3,2.95,10,3.5,2.42,10,5.38,1.6,8,6.0,2.28,11,5.78,2.86,9,5.73,2.15,11,5.5,3.21,8,2.83,1.59,12
+thunderbolt,5.63,1.46,19,6.29,2.08,21,4.17,2.25,23,6.0,1.22,5,5.46,1.61,13,5.33,2.58,6,6.67,1.8,15,4.1,2.28,10,4.23,2.31,13,6.0,1.41,7,5.36,1.57,11,6.86,2.67,7,6.0,1.75,14,4.91,1.58,11,3.5,2.61,12,6.08,1.44,12,4.86,1.21,7,6.09,2.66,11,6.5,1.27,10,4.07,2.23,14,4.33,2.4,9
+thunderclap,4.53,2.14,19,5.57,2.42,21,4.18,2.56,22,5.33,1.73,9,3.8,2.3,10,5.62,2.39,8,5.54,2.54,13,3.91,2.74,11,4.45,2.46,11,5.86,1.68,7,3.75,2.05,12,5.44,2.19,9,5.67,2.67,12,3.31,2.36,13,5.44,2.4,9,4.2,1.93,10,4.89,2.42,9,5.62,3.16,8,5.54,1.98,13,4.29,2.67,14,4.0,2.51,8
+thunderstorm,5.67,2.37,21,6.1,2.12,21,3.5,2.09,22,5.93,2.43,14,5.14,2.34,7,6.27,2.45,11,5.89,1.9,9,4.83,2.56,6,3.0,1.71,16,5.7,2.16,10,5.64,2.66,11,5.55,2.34,11,6.7,1.77,10,3.62,2.26,13,3.33,1.94,9,5.27,2.45,11,6.1,2.33,10,5.92,2.63,13,6.38,0.92,8,3.25,2.01,12,3.8,2.25,10
+thyroid,4.28,1.87,18,3.14,1.73,22,3.13,1.71,23,4.36,2.2,11,3.83,1.17,6,3.38,1.85,8,3.0,1.71,14,2.86,1.35,7,3.25,1.88,16,3.62,1.92,8,4.8,1.75,10,3.0,2.18,9,3.23,1.42,13,3.64,1.96,11,2.67,1.37,12,4.18,2.23,11,4.43,1.27,7,2.82,2.04,11,3.45,1.37,11,3.31,1.93,13,2.9,1.45,10
+tiara,5.48,2.18,21,5.05,2.46,20,5.23,2.41,35,4.75,2.25,8,5.92,2.1,13,5.4,2.41,5,4.93,2.55,15,5.18,1.83,11,5.25,2.67,24,4.92,2.47,13,6.38,1.3,8,5.08,2.5,12,5.0,2.56,8,5.05,2.55,19,5.44,2.31,16,5.36,1.8,11,5.6,2.63,10,5.45,2.84,11,4.56,1.94,9,5.0,2.61,21,5.57,2.14,14
+tibia,4.41,1.3,22,3.52,2.52,23,5.56,1.82,18,5.38,0.74,8,4.0,1.15,13,3.88,2.9,8,3.29,2.46,14,5.0,1.73,7,5.9,1.97,10,4.5,0.76,8,4.54,1.45,13,4.11,3.18,9,3.14,2.03,14,4.29,1.6,7,6.36,1.5,11,4.27,1.35,11,4.55,1.29,11,2.78,2.73,9,4.0,2.35,14,5.47,1.88,15,6.0,1.73,3
+tic,4.24,2.05,21,4.41,2.36,22,3.71,1.95,21,4.11,1.76,9,4.33,2.31,12,2.83,2.04,6,4.93,2.31,15,4.33,2.07,6,3.47,1.92,15,4.22,1.86,9,4.25,2.26,12,4.2,2.59,5,4.47,2.37,17,4.6,2.07,10,2.91,1.51,11,4.5,2.35,12,3.89,1.62,9,4.67,1.41,9,4.23,2.89,13,4.08,2.15,12,3.22,1.64,9
+tick,3.05,2.36,21,3.82,2.56,22,3.62,2.52,21,2.67,2.24,9,3.33,2.5,12,3.83,2.93,6,4.0,2.48,15,2.33,1.75,6,4.13,2.64,15,4.33,2.83,9,2.08,1.38,12,3.2,2.49,5,4.0,2.62,17,4.2,2.57,10,3.09,2.47,11,3.25,2.86,12,2.78,1.56,9,3.22,2.68,9,4.23,2.49,13,3.58,1.88,12,3.67,3.32,9
+ticker,4.43,1.12,21,3.84,1.65,25,5.82,2.08,22,4.88,0.35,8,4.15,1.34,13,3.69,1.75,13,4.0,1.6,12,6.46,2.18,13,4.89,1.62,9,5.0,0.53,8,4.25,1.14,12,4.57,1.22,14,2.91,1.7,11,6.25,2.09,12,5.3,2.06,10,4.3,1.25,10,4.55,1.04,11,3.35,1.77,17,4.88,0.64,8,5.4,2.76,10,6.17,1.34,12
+ticket,5.28,2.27,18,3.95,2.42,21,5.0,2.06,18,5.5,2.07,8,5.1,2.51,10,3.43,2.88,7,4.21,2.22,14,4.82,2.04,11,5.29,2.21,7,5.36,2.38,11,5.14,2.27,7,3.0,2.55,9,4.67,2.15,12,4.55,2.07,11,5.71,1.98,7,4.42,1.78,12,7.0,2.28,6,3.0,2.09,12,5.22,2.33,9,5.33,2.29,9,4.67,1.87,9
+tickle,6.14,2.17,21,5.86,2.06,21,5.28,2.84,25,5.5,2.43,12,7.0,1.5,9,5.71,2.36,7,5.93,1.98,14,4.9,3.35,10,5.53,2.53,15,7.75,1.89,4,5.76,2.11,17,6.0,2.4,10,5.73,1.79,11,4.71,3.5,7,5.5,2.62,18,6.58,2.15,12,5.56,2.19,9,5.92,2.06,13,5.75,2.19,8,5.56,2.92,9,5.12,2.87,16
+ticklish,6.19,1.83,21,4.88,2.52,25,4.39,2.66,23,6.22,1.48,9,6.17,2.12,12,5.0,2.6,9,4.81,2.56,16,4.67,2.6,9,4.21,2.78,14,6.0,1.31,8,6.31,2.14,13,5.0,2.55,13,4.75,2.6,12,4.42,2.91,12,4.36,2.5,11,6.09,2.26,11,6.3,1.34,10,5.14,2.48,14,4.55,2.66,11,4.46,2.7,13,4.3,2.75,10
+tidal,5.33,1.39,21,5.05,2.55,22,5.32,1.8,19,4.57,1.27,7,5.62,1.33,13,5.29,2.56,7,5.0,2.72,14,4.57,1.4,7,5.64,1.96,11,4.86,1.57,7,5.46,1.27,13,5.88,2.64,8,4.57,2.47,14,4.57,1.27,7,5.75,1.96,12,5.18,1.66,11,5.5,1.08,10,4.33,3.12,9,5.54,2.07,13,5.25,1.91,16,5.67,1.15,3
+tidal wave,4.9,2.57,21,4.8,2.57,25,3.0,2.43,19,5.44,2.46,9,4.5,2.68,12,4.67,3.5,6,5.0,2.28,18,2.0,1.53,7,3.58,2.71,12,4.75,2.27,16,5.4,3.65,5,4.29,2.67,14,5.8,2.2,10,3.44,2.65,9,2.6,2.27,10,5.33,2.99,12,4.33,1.87,9,4.94,2.72,16,4.56,2.4,9,3.09,2.74,11,2.88,2.1,8
+tide,6.55,1.7,20,5.47,2.89,19,4.76,2.35,25,6.27,1.56,11,6.89,1.9,9,6.86,1.95,7,4.67,3.11,12,4.62,2.29,13,4.92,2.5,12,6.73,2.05,11,6.33,1.22,9,5.9,2.73,10,5.0,3.16,9,5.24,2.28,17,3.75,2.31,8,6.6,1.96,10,6.5,1.51,10,5.58,3.0,12,5.29,2.93,7,4.56,2.0,16,5.11,2.98,9
+tidings,6.25,1.37,20,3.55,2.16,20,4.82,2.59,22,6.4,1.67,5,6.2,1.32,15,3.12,1.89,8,3.83,2.37,12,4.25,2.73,12,5.5,2.37,10,6.5,1.31,8,6.08,1.44,12,3.44,2.13,9,3.64,2.29,11,3.57,2.23,7,5.4,2.61,15,6.44,1.33,9,6.09,1.45,11,3.38,2.1,13,3.86,2.41,7,4.5,2.94,12,5.2,2.2,10
+tidy,6.24,1.85,38,2.86,1.59,21,6.75,2.34,20,6.46,1.9,13,6.12,1.86,25,2.86,1.77,7,2.86,1.56,14,5.8,2.57,10,7.7,1.7,10,5.95,1.86,22,6.62,1.82,16,3.3,1.64,10,2.45,1.51,11,5.38,2.97,8,7.67,1.23,12,6.62,1.65,26,5.42,2.07,12,2.92,1.55,13,2.75,1.75,8,6.89,1.83,9,6.64,2.77,11
+tie,5.33,1.64,18,3.1,2.23,21,5.17,1.89,18,5.12,1.73,8,5.5,1.65,10,3.14,2.85,7,3.07,1.98,14,4.91,1.76,11,5.57,2.15,7,5.27,1.74,11,5.43,1.62,7,2.67,2.4,9,3.42,2.15,12,5.82,1.78,11,4.14,1.68,7,4.83,1.4,12,6.33,1.75,6,2.67,1.83,12,3.67,2.69,9,5.33,2.29,9,5.0,1.5,9
+tier,4.95,1.61,20,3.73,2.51,22,5.63,1.83,19,5.67,2.06,9,4.36,0.81,11,3.8,3.35,5,3.88,2.31,16,5.67,2.42,6,5.62,1.61,13,5.07,1.77,14,4.67,1.21,6,3.67,2.5,12,4.11,2.62,9,5.22,1.72,9,6.0,1.94,10,5.2,1.81,10,4.7,1.42,10,3.08,2.68,12,4.5,2.17,10,6.67,1.86,6,5.15,1.68,13
+tiger,6.0,2.29,22,5.55,2.61,22,4.4,2.64,20,6.62,1.85,8,5.64,2.5,14,5.8,2.57,10,5.33,2.74,12,4.14,2.85,7,4.54,2.63,13,6.64,2.16,11,5.36,2.34,11,5.27,2.37,11,5.82,2.93,11,4.07,2.34,15,5.4,3.51,5,5.9,1.91,10,6.08,2.64,12,6.1,2.08,10,5.08,3.0,12,4.0,2.21,10,4.8,3.08,10
+tighten,5.0,1.92,20,5.68,2.73,19,6.08,2.23,36,5.71,2.29,7,4.62,1.66,13,7.6,0.89,5,5.0,2.86,14,5.18,1.94,11,6.48,2.28,25,5.54,1.9,13,4.0,1.63,7,6.73,2.1,11,4.25,2.96,8,5.7,2.47,20,6.56,1.86,16,5.0,2.05,10,5.0,1.89,10,6.18,2.52,11,5.0,3.02,8,5.73,2.41,22,6.64,1.86,14
+tightrope,4.81,1.12,21,4.18,2.68,22,3.89,2.24,27,4.8,1.14,10,4.82,1.17,11,3.43,3.05,7,4.53,2.53,15,3.76,2.31,17,4.1,2.23,10,4.91,1.04,11,4.7,1.25,10,3.4,2.88,5,4.41,2.67,17,3.86,2.28,14,3.92,2.29,13,4.92,1.26,13,4.62,0.92,8,3.5,2.72,10,4.75,2.63,12,4.43,2.68,14,3.31,1.55,13
+tights,5.95,2.11,21,3.45,2.52,22,4.56,2.26,27,5.4,2.37,10,6.45,1.81,11,4.43,3.26,7,3.0,2.07,15,4.59,2.5,17,4.5,1.9,10,6.0,2.24,11,5.9,2.08,10,3.2,3.19,5,3.53,2.4,17,4.43,2.47,14,4.69,2.1,13,5.38,1.94,13,6.88,2.17,8,2.4,2.37,10,4.33,2.39,12,4.43,2.47,14,4.69,2.1,13
+tile,5.0,1.3,20,2.89,1.85,19,4.82,1.71,22,4.86,0.38,7,5.08,1.61,13,3.11,1.96,9,2.7,1.83,10,3.33,1.63,6,5.38,1.41,16,5.0,1.41,10,5.0,1.32,9,3.0,2.0,8,2.82,1.83,11,4.93,1.87,15,4.57,1.4,7,5.55,1.21,11,4.33,1.12,9,3.08,1.93,12,2.57,1.81,7,5.0,2.28,11,4.64,0.92,11
+tilt,4.78,1.48,23,4.59,2.52,22,5.8,1.99,20,5.38,1.41,8,4.47,1.46,15,4.9,2.6,10,4.33,2.53,12,6.86,2.04,7,5.23,1.79,13,4.83,1.53,12,4.73,1.49,11,3.64,2.06,11,5.55,2.66,11,5.87,2.2,15,5.6,1.34,5,4.82,1.6,11,4.75,1.42,12,4.8,2.39,10,4.42,2.71,12,5.8,1.32,10,5.8,2.57,10
+timber,4.9,1.17,20,3.73,2.16,22,5.37,1.77,19,4.56,1.42,9,5.18,0.87,11,3.0,2.45,5,4.12,2.03,16,5.83,1.83,6,5.15,1.77,13,4.86,1.1,14,5.0,1.41,6,3.92,2.07,12,3.78,2.33,9,4.56,1.42,9,6.1,1.79,10,5.1,1.29,10,4.7,1.06,10,3.0,2.0,12,4.6,2.12,10,5.83,1.83,6,5.15,1.77,13
+time,5.6,1.78,40,3.41,2.56,22,4.36,2.41,44,5.5,1.95,18,5.68,1.67,22,3.43,2.88,7,3.5,2.56,14,4.13,2.51,23,4.5,2.33,20,5.68,1.99,22,5.5,1.54,18,4.6,2.67,10,2.45,2.16,11,4.04,2.47,27,4.88,2.29,17,5.96,1.65,24,5.06,1.88,16,3.16,2.61,19,5.0,1.73,3,4.37,2.39,35,4.33,2.65,9
+timeless,5.89,2.08,19,3.4,1.98,20,5.45,2.37,20,7.0,2.0,3,5.87,2.03,15,3.8,2.25,10,3.0,1.7,10,6.2,1.87,10,4.7,2.67,10,5.67,2.16,6,6.25,2.01,12,2.86,2.27,7,3.69,1.84,13,5.25,2.43,8,5.58,2.43,12,6.58,2.11,12,4.71,1.5,7,4.3,2.21,10,2.5,1.27,10,5.89,2.67,9,5.09,2.17,11
+timely,6.14,1.31,21,3.48,2.69,23,5.9,2.34,20,5.75,1.58,8,6.38,1.12,13,5.33,1.63,6,2.82,2.72,17,6.27,1.79,11,5.44,2.92,9,5.83,1.53,12,6.56,0.88,9,3.9,2.64,10,3.15,2.79,13,5.92,2.22,13,5.86,2.73,7,6.36,1.22,14,5.71,1.5,7,4.4,2.77,15,1.75,1.49,8,6.58,1.68,12,4.88,2.9,8
+timeout,4.05,1.86,21,3.81,1.83,21,4.72,2.53,25,4.0,1.65,12,4.11,2.2,9,4.14,1.86,7,3.64,1.86,14,5.7,2.26,10,4.07,2.55,15,4.25,3.2,4,4.0,1.54,17,4.1,2.02,10,3.55,1.69,11,5.0,2.89,7,4.61,2.45,18,4.33,1.97,12,3.67,1.73,9,4.08,1.93,13,3.38,1.69,8,4.0,2.55,9,5.12,2.5,16
+timer,4.81,1.25,21,4.17,2.69,23,4.27,1.86,22,4.82,1.08,11,4.8,1.48,10,3.91,2.7,11,4.42,2.78,12,4.25,1.83,8,4.23,2.01,13,4.4,1.35,10,5.18,1.08,11,4.73,2.72,11,3.67,2.67,12,4.21,1.58,14,4.29,2.56,7,4.69,1.6,13,5.0,0.0,8,3.73,2.49,15,5.0,3.02,8,4.43,2.1,14,4.0,1.41,8
+times,5.91,1.44,22,3.19,1.91,21,6.12,2.03,16,5.33,1.51,6,6.13,1.46,15,2.57,1.72,7,3.5,1.99,14,6.0,2.39,8,6.25,1.75,8,5.93,1.64,14,5.86,1.21,7,3.22,2.17,9,3.17,1.8,12,6.11,2.47,9,6.14,1.46,7,5.64,1.34,14,6.38,1.6,8,2.83,1.83,6,3.33,1.99,15,6.11,2.47,9,6.14,1.46,7
+timetable,4.9,1.07,20,3.62,2.44,21,5.56,2.06,25,5.45,0.69,11,4.22,1.09,9,4.29,2.98,7,3.29,2.16,14,4.8,1.87,10,6.07,2.09,15,4.5,1.0,4,5.0,1.1,16,3.7,2.45,10,3.55,2.54,11,5.0,2.08,7,5.78,2.07,18,4.64,1.21,11,5.22,0.83,9,3.62,2.47,13,3.62,2.56,8,5.11,2.09,9,5.81,2.07,16
+timid,3.37,1.95,19,3.15,1.84,20,4.69,2.35,35,3.56,1.33,9,3.2,2.44,10,3.38,2.07,8,3.0,1.76,12,5.08,2.72,13,4.33,2.11,21,3.22,2.54,9,3.5,1.35,10,3.0,1.58,9,3.27,2.1,11,4.4,1.72,15,4.9,2.75,20,3.17,2.41,12,3.71,0.76,7,3.78,1.86,9,2.64,1.75,11,4.56,2.29,25,5.0,2.58,10
+timing,5.67,1.46,18,3.4,2.46,20,5.36,2.04,25,5.8,0.84,5,5.62,1.66,13,3.09,2.17,11,3.78,2.86,9,4.94,2.08,16,6.11,1.83,9,6.57,1.9,7,5.09,0.7,11,2.78,1.86,9,3.91,2.84,11,5.4,2.14,20,5.2,1.79,5,5.78,1.48,9,5.56,1.51,9,2.73,1.68,11,4.22,3.07,9,5.37,2.09,19,5.33,2.07,6
+tin,4.95,1.61,19,2.73,2.25,22,5.54,1.71,28,4.5,1.76,6,5.15,1.57,13,2.64,2.42,11,2.82,2.18,11,6.64,1.96,11,4.82,1.07,17,4.64,1.57,11,5.38,1.69,8,2.18,1.33,11,3.27,2.87,11,5.5,1.89,18,5.6,1.43,10,4.92,1.98,13,5.0,0.0,6,2.64,2.06,14,2.88,2.7,8,5.69,1.96,16,5.33,1.37,12
+tinfoil,4.79,1.47,19,3.25,1.74,20,5.0,2.41,20,4.0,1.0,3,4.94,1.53,16,3.17,1.33,6,3.29,1.94,14,5.5,2.35,6,4.79,2.49,14,5.2,0.79,10,4.33,1.94,9,2.86,1.57,7,3.46,1.85,13,4.5,2.59,10,5.5,2.22,10,4.38,1.77,8,5.09,1.22,11,2.67,1.5,9,3.73,1.85,11,4.5,3.16,8,5.33,1.83,12
+tingle,6.23,1.77,22,5.24,2.21,21,5.52,1.75,23,6.43,1.51,7,6.14,1.99,14,4.83,2.79,6,5.4,2.03,15,5.2,1.81,10,5.77,1.74,13,5.62,1.77,8,6.62,1.8,13,5.43,2.51,7,5.14,2.14,14,5.18,1.47,11,5.83,1.99,12,6.07,1.73,14,6.5,1.93,8,5.0,2.28,11,5.5,2.22,10,5.36,1.95,14,5.78,1.48,9
+tinker,5.95,1.69,21,2.83,1.95,24,5.95,2.58,20,6.25,1.83,8,5.77,1.64,13,4.67,1.51,6,2.22,1.7,18,6.36,2.58,11,5.44,2.65,9,5.5,1.83,12,6.56,1.33,9,3.2,2.2,10,2.57,1.79,14,6.23,2.74,13,5.43,2.37,7,5.93,1.82,14,6.0,1.53,7,3.5,2.0,16,1.5,0.93,8,6.08,2.35,12,5.75,3.06,8
+tinkle,5.55,1.5,20,3.75,1.89,20,5.22,1.83,18,5.14,1.07,7,5.77,1.69,13,4.0,1.87,9,3.55,1.97,11,6.0,2.55,5,4.92,1.5,13,5.5,1.84,10,5.44,1.13,9,3.62,2.62,8,3.83,1.34,12,5.38,1.89,13,4.8,1.79,5,6.27,1.42,11,4.67,1.12,9,3.83,2.29,12,3.62,1.19,8,4.89,1.96,9,5.56,1.74,9
+tinkling,5.33,1.49,21,5.4,1.83,25,5.91,2.31,22,5.0,0.53,8,5.54,1.85,13,5.77,1.69,13,5.0,1.95,12,6.23,1.92,13,5.44,2.83,9,5.62,1.51,8,5.33,1.44,12,5.93,1.54,14,4.73,2.0,11,6.17,1.9,12,5.6,2.8,10,5.1,1.6,10,5.55,1.44,11,5.24,1.71,17,5.75,2.12,8,5.5,3.03,10,6.25,1.54,12
+tinsel,5.7,1.72,23,4.05,1.86,21,5.15,2.45,34,6.0,1.91,12,5.36,1.5,11,3.5,1.85,8,4.38,1.85,13,4.64,2.5,14,5.5,2.42,20,4.4,0.84,10,6.69,1.55,13,4.69,1.65,13,3.0,1.77,8,4.82,2.54,22,5.75,2.26,12,5.42,1.93,12,6.0,1.48,11,4.14,1.75,14,3.86,2.19,7,5.29,2.14,17,5.0,2.78,17
+tiny,5.1,1.7,21,4.6,2.5,20,6.16,2.85,19,4.69,1.65,13,5.75,1.67,8,5.29,1.89,7,4.23,2.77,13,5.71,2.93,7,6.42,2.91,12,5.08,1.83,12,5.11,1.62,9,4.56,2.07,9,4.64,2.91,11,6.3,2.83,10,6.0,3.04,9,5.25,1.82,12,4.89,1.62,9,5.0,1.83,7,4.38,2.84,13,6.71,2.81,7,5.83,2.95,12
+tip,6.77,1.74,22,4.05,2.39,19,5.84,2.81,19,6.77,1.92,13,6.78,1.56,9,4.86,2.85,7,3.58,2.07,12,6.29,2.43,7,5.58,3.09,12,7.17,1.7,12,6.3,1.77,10,4.11,2.47,9,4.0,2.45,10,5.8,2.57,10,5.89,3.22,9,7.17,1.64,12,6.3,1.83,10,4.71,2.29,7,3.67,2.46,12,6.43,2.76,7,5.5,2.91,12
+tipper,5.25,1.48,20,3.73,2.41,22,6.81,2.09,27,5.71,2.06,7,5.0,1.08,13,3.6,2.22,10,3.83,2.66,12,7.0,1.93,15,6.73,2.41,11,4.91,1.58,11,5.67,1.32,9,3.56,1.59,9,3.85,2.91,13,6.94,2.28,17,6.78,1.86,9,5.46,1.56,13,4.86,1.35,7,3.31,2.3,16,4.83,2.56,6,6.92,2.35,12,6.73,1.94,15
+tipster,5.3,1.45,20,3.62,2.25,21,5.65,2.15,26,6.57,1.51,7,4.62,0.87,13,3.67,2.4,9,3.58,2.23,12,6.47,1.85,15,4.4,2.17,10,4.91,0.83,11,5.78,1.92,9,4.11,1.96,9,3.25,2.45,12,5.25,2.27,16,6.33,2.0,9,5.62,1.26,13,4.71,1.7,7,3.4,2.29,15,4.17,2.23,6,6.0,2.04,12,5.36,2.27,14
+tipsy,5.6,1.7,20,4.7,1.99,23,4.57,2.36,21,4.89,1.69,9,6.18,1.54,11,5.18,2.09,11,4.25,1.86,12,4.12,1.36,8,4.85,2.82,13,6.0,1.57,14,4.67,1.75,6,4.44,2.51,9,4.86,1.66,14,4.75,2.6,8,4.46,2.3,13,6.0,1.7,10,5.2,1.69,10,4.62,1.8,13,4.8,2.3,10,4.17,2.44,12,5.11,2.26,9
+tiptoe,5.32,2.15,22,3.76,2.91,21,5.74,2.58,19,6.0,1.41,8,4.93,2.43,14,3.56,2.92,9,3.92,3.03,12,5.71,2.93,7,5.75,2.49,12,4.82,2.23,11,5.82,2.04,11,3.5,2.84,10,4.0,3.1,11,5.27,2.58,15,7.5,1.91,4,5.0,2.11,10,5.58,2.23,12,4.7,2.98,10,2.91,2.7,11,5.44,2.4,9,6.0,2.83,10
+tire,4.55,1.28,20,3.09,1.97,22,5.52,1.63,21,4.67,1.73,9,4.45,0.82,11,3.4,2.27,10,2.83,1.75,12,5.38,1.06,8,5.62,1.94,13,4.21,1.25,14,5.33,1.03,6,2.75,2.12,8,3.29,1.94,14,5.75,1.83,8,5.38,1.56,13,4.3,1.34,10,4.8,1.23,10,3.0,2.04,12,3.2,1.99,10,5.75,1.82,12,5.22,1.39,9
+tired,4.29,1.35,21,3.67,2.18,21,5.06,2.38,16,4.5,0.84,6,4.21,1.58,14,3.14,1.86,7,3.93,2.34,14,5.5,1.69,8,4.62,2.97,8,4.69,1.49,13,3.57,0.79,7,4.78,2.28,9,2.83,1.75,12,6.11,2.52,9,3.71,1.38,7,4.62,1.19,13,3.75,1.49,8,4.0,2.68,6,3.53,2.03,15,6.11,2.52,9,3.71,1.38,7
+tireless,4.95,2.15,19,4.41,2.22,22,6.09,2.04,22,5.67,1.73,9,4.3,2.36,10,4.88,2.36,8,4.14,2.18,14,6.36,2.01,11,5.82,2.14,11,5.0,1.53,7,4.92,2.5,12,4.5,1.58,10,4.33,2.71,12,5.85,2.15,13,6.44,1.94,9,4.8,2.25,10,5.11,2.15,9,4.25,2.66,8,4.5,2.03,14,5.79,2.29,14,6.62,1.51,8
+tiresome,3.86,1.75,22,2.52,1.63,21,4.73,2.05,22,3.71,1.73,14,4.12,1.89,8,2.73,1.79,11,2.33,1.58,9,5.83,1.72,6,4.31,2.06,16,3.4,2.12,10,4.25,1.36,12,2.09,1.3,11,3.0,1.89,10,5.0,1.87,13,4.33,2.35,9,3.67,2.06,12,4.1,1.37,10,2.69,1.7,13,2.25,1.58,8,4.42,2.07,12,5.1,2.08,10
+tiring,3.68,1.73,19,3.55,2.11,20,3.78,2.17,23,3.91,1.76,11,3.71,1.6,7,4.33,1.97,6,3.21,2.15,14,4.57,2.23,7,3.44,2.13,16,3.62,2.26,8,3.73,1.35,11,3.56,1.81,9,3.55,2.42,11,4.36,2.29,11,3.25,2.01,12,3.08,1.68,12,4.71,1.38,7,3.8,2.53,10,3.3,1.7,10,3.69,2.02,13,3.9,2.47,10
+tissue,5.3,1.49,20,3.1,1.73,21,5.32,2.31,34,5.6,1.07,10,5.0,1.83,10,3.88,2.17,8,2.62,1.26,13,5.5,2.14,14,5.2,2.46,20,5.56,1.13,9,5.09,1.76,11,3.46,1.94,13,2.5,1.2,8,5.36,2.11,22,5.25,2.73,12,5.6,1.17,10,5.0,1.76,10,3.21,1.85,14,2.86,1.57,7,4.94,2.19,17,5.71,2.42,17
+tit,5.76,2.59,21,6.14,2.49,22,4.86,2.35,21,7.11,2.03,9,4.75,2.56,12,6.0,3.58,6,6.0,2.04,15,4.33,2.66,6,5.07,2.28,15,5.78,2.59,9,5.75,2.7,12,6.8,2.77,5,5.94,2.46,17,4.8,2.7,10,4.91,2.12,11,5.5,2.84,12,6.11,2.32,9,6.56,2.4,9,5.85,2.61,13,4.67,2.9,12,5.11,1.45,9
+titan,5.71,1.55,21,4.32,2.54,25,6.05,2.78,19,6.22,1.86,9,5.33,1.23,12,4.5,2.88,6,4.44,2.45,18,6.14,2.85,7,6.0,2.86,12,5.88,1.63,16,5.2,1.3,5,4.0,2.6,14,5.1,2.33,10,6.78,2.91,9,5.4,2.63,10,6.0,1.76,12,5.33,1.22,9,4.69,2.44,16,3.67,2.74,9,6.27,3.13,11,5.75,2.38,8
+titanic,4.42,1.74,19,4.39,2.06,18,4.53,2.58,17,4.73,1.74,11,4.0,1.77,8,5.0,2.83,4,4.21,1.89,14,4.12,2.64,8,4.89,2.62,9,4.38,1.85,8,4.45,1.75,11,5.0,1.53,7,4.0,2.32,11,3.67,2.8,6,5.0,2.45,11,4.54,1.81,13,4.17,1.72,6,4.0,2.32,11,5.0,1.53,7,4.0,2.45,7,4.9,2.73,10
+titanium,5.26,1.66,19,3.78,2.24,18,5.88,2.15,24,5.0,1.22,5,5.36,1.82,14,4.8,2.86,5,3.38,1.94,13,5.77,2.59,13,6.0,1.61,11,6.1,1.29,10,4.33,1.58,9,4.57,2.51,7,3.27,2.0,11,5.56,2.31,16,6.5,1.77,8,5.08,1.98,13,5.67,0.52,6,4.42,2.23,12,2.5,1.76,6,6.13,2.13,15,5.44,2.24,9
+title,5.71,1.21,17,2.15,1.53,20,5.25,2.01,24,6.25,1.5,4,5.54,1.13,13,2.27,1.49,11,2.0,1.66,9,4.88,2.19,16,6.0,1.41,8,5.67,1.51,6,5.73,1.1,11,1.78,1.56,9,2.45,1.51,11,5.2,2.19,20,5.5,0.58,4,5.44,1.01,9,6.0,1.41,8,1.73,1.27,11,2.67,1.73,9,4.83,2.01,18,6.5,1.52,6
+toad,6.0,1.33,19,3.62,2.78,21,4.84,2.19,25,6.33,0.58,3,5.94,1.44,16,2.14,2.27,7,4.46,2.88,13,4.88,1.96,8,4.82,2.35,17,6.14,1.07,7,5.92,1.51,12,2.43,1.81,7,4.31,3.15,13,5.0,2.25,14,4.64,2.2,11,5.62,0.92,8,6.27,1.56,11,4.0,2.9,11,3.2,2.74,10,4.56,2.45,18,5.57,1.13,7
+toast,6.73,1.12,22,3.65,2.16,20,6.39,2.23,18,7.0,1.15,13,6.33,1.0,9,4.71,2.29,7,3.08,1.93,13,6.29,2.69,7,6.45,2.02,11,6.5,1.31,12,7.0,0.82,10,3.89,2.26,9,3.45,2.16,11,6.1,2.23,10,6.75,2.31,8,6.58,1.31,12,6.9,0.88,10,3.86,1.77,7,3.54,2.4,13,6.57,2.37,7,6.27,2.24,11
+toaster,5.8,1.15,20,3.85,2.41,20,6.23,1.8,26,5.64,1.03,11,6.0,1.32,9,4.57,2.64,7,3.46,2.3,13,6.23,1.92,13,6.23,1.74,13,6.27,1.35,11,5.22,0.44,9,3.64,2.29,11,4.11,2.67,9,6.24,1.86,17,6.22,1.79,9,5.9,1.37,10,5.7,0.95,10,4.17,2.55,12,3.38,2.26,8,6.25,1.69,16,6.2,2.04,10
+toasty,6.05,1.99,21,4.65,2.52,20,5.57,2.18,21,5.67,1.37,6,6.2,2.21,15,4.75,2.25,8,4.58,2.78,12,5.09,1.76,11,6.1,2.56,10,4.67,1.51,6,6.6,1.92,15,5.8,2.53,10,3.5,2.01,10,5.79,2.39,14,5.14,1.77,7,4.86,1.46,7,6.64,1.98,14,4.64,2.59,14,4.67,2.58,6,6.0,2.17,12,5.0,2.18,9
+tobacco,3.37,2.31,19,5.0,2.79,20,4.13,2.46,23,4.33,1.15,3,3.19,2.46,16,6.2,2.25,10,3.8,2.86,10,3.89,2.67,9,4.29,2.4,14,3.44,2.65,9,3.3,2.11,10,6.14,2.91,7,4.38,2.63,13,4.6,2.41,15,3.25,2.43,8,3.43,2.82,7,3.33,2.1,12,5.5,2.88,10,4.5,2.76,10,4.23,3.06,13,4.0,1.49,10
+toddler,6.28,2.56,18,4.2,2.65,20,4.88,2.01,25,7.0,2.92,5,6.0,2.48,13,2.73,1.9,11,6.0,2.35,9,5.06,2.29,16,4.56,1.42,9,5.86,3.08,7,6.55,2.3,11,4.22,2.77,9,4.18,2.68,11,4.9,2.25,20,4.8,0.45,5,6.22,2.17,9,6.33,3.04,9,4.55,2.91,11,3.78,2.39,9,5.16,1.92,19,4.0,2.19,6
+toe,5.24,1.26,21,3.1,1.87,21,5.1,1.65,20,5.11,1.05,9,5.33,1.44,12,2.67,1.97,6,3.21,1.93,14,5.33,1.51,6,5.0,1.75,14,5.0,1.12,9,5.42,1.38,12,3.6,2.07,5,2.94,1.84,16,4.78,1.39,9,5.36,1.86,11,5.42,1.51,12,5.0,0.87,9,3.12,1.89,8,3.08,1.93,13,5.36,1.63,11,4.78,1.72,9
+toenail,3.95,1.61,20,3.06,2.04,18,5.96,2.18,24,3.2,1.48,5,4.2,1.61,15,3.2,1.79,5,3.0,2.2,13,6.0,2.61,13,5.91,1.64,11,3.8,1.55,10,4.1,1.73,10,4.0,2.08,7,2.45,1.86,11,6.0,2.25,16,5.88,2.17,8,3.79,1.76,14,4.33,1.21,6,3.58,2.07,12,2.0,1.67,6,6.2,1.86,15,5.56,2.7,9
+toffee,6.19,1.91,21,5.0,2.1,20,6.33,1.71,36,5.25,2.05,8,6.77,1.64,13,4.4,3.13,5,5.2,1.74,15,6.09,1.51,11,6.44,1.8,25,5.92,2.22,13,6.62,1.3,8,5.17,2.55,12,4.75,1.28,8,6.1,1.71,20,6.62,1.71,16,5.73,2.15,11,6.7,1.57,10,5.27,1.68,11,4.67,2.6,9,6.18,1.79,22,6.57,1.6,14
+tofu,4.29,2.65,21,3.09,2.24,22,4.9,2.02,21,3.2,2.68,5,4.62,2.63,16,4.08,2.57,12,1.9,0.88,10,4.36,2.16,11,5.56,1.88,9,3.92,2.5,12,4.78,2.91,9,3.53,2.45,15,2.14,1.46,7,4.73,1.95,11,5.1,2.18,10,4.31,3.04,13,4.25,2.05,8,3.0,2.38,19,3.67,1.15,3,5.36,2.17,14,4.0,1.41,7
+toga,5.36,1.14,22,3.75,1.94,20,6.09,1.57,22,5.5,1.4,14,5.12,0.35,8,4.27,2.15,11,3.25,1.58,8,6.0,1.9,6,6.12,1.5,16,5.4,1.07,10,5.33,1.23,12,3.3,2.0,10,4.2,1.87,10,5.85,1.63,13,6.44,1.51,9,5.33,1.07,12,5.4,1.26,10,3.31,1.8,13,4.57,2.07,7,5.83,1.64,12,6.4,1.51,10
+togetherness,6.3,2.03,20,4.64,2.65,22,6.37,1.89,19,5.22,2.33,9,7.18,1.25,11,4.0,3.08,5,4.75,2.65,16,6.33,2.42,6,6.38,1.71,13,6.29,2.05,14,6.33,2.16,6,4.17,2.41,12,5.11,3.1,9,5.89,2.09,9,6.8,1.69,10,6.3,1.83,10,6.3,2.31,10,4.42,2.64,12,4.9,2.77,10,7.33,1.63,6,5.92,1.89,13
+toil,3.62,2.11,21,5.55,2.04,20,4.92,2.22,36,3.5,2.56,8,3.69,1.89,13,5.2,2.39,5,5.67,1.99,15,5.18,1.66,11,4.8,2.45,25,3.62,2.29,13,3.62,1.92,8,5.75,1.71,12,5.25,2.55,8,5.05,2.31,20,4.75,2.18,16,4.82,1.99,11,2.3,1.34,10,6.0,1.9,11,5.0,2.18,9,4.82,2.3,22,5.07,2.16,14
+toilet,3.71,2.03,21,4.5,2.26,20,6.37,2.22,19,3.77,2.01,13,3.62,2.2,8,5.0,1.91,7,4.23,2.45,13,6.57,1.99,7,6.25,2.42,12,4.08,1.98,12,3.22,2.11,9,4.44,2.07,9,4.55,2.5,11,6.2,2.15,10,6.56,2.4,9,3.83,2.17,12,3.56,1.94,9,4.71,2.14,7,4.38,2.4,13,6.57,2.23,7,6.25,2.3,12
+token,5.63,2.17,19,3.09,1.97,22,5.3,1.75,27,5.17,0.98,6,5.85,2.54,13,3.27,1.56,11,2.91,2.39,11,5.73,2.2,11,5.0,1.37,16,6.36,1.86,11,4.62,2.26,8,3.55,2.34,11,2.64,1.5,11,5.53,1.7,17,4.9,1.85,10,5.77,1.64,13,5.33,3.2,6,3.0,2.15,14,3.25,1.75,8,5.12,2.22,16,5.55,0.69,11
+tolerable,4.9,1.55,20,4.4,2.56,20,5.73,1.89,26,5.0,1.67,11,4.78,1.48,9,5.0,2.77,7,4.08,2.5,13,5.31,2.02,13,6.15,1.72,13,4.64,1.57,11,5.22,1.56,9,4.55,2.42,11,4.22,2.86,9,5.82,2.24,17,5.56,1.01,9,4.7,1.42,10,5.1,1.73,10,5.08,2.81,12,3.38,1.85,8,5.5,2.16,16,6.1,1.37,10
+tolerance,6.43,1.89,21,3.36,2.3,22,5.96,2.59,27,6.3,2.11,10,6.55,1.75,11,3.14,2.54,7,3.47,2.26,15,5.59,2.87,17,6.6,2.01,10,6.64,1.8,11,6.2,2.04,10,2.4,1.95,5,3.65,2.37,17,5.5,2.95,14,6.46,2.15,13,6.08,2.14,13,7.0,1.31,8,3.5,2.64,10,3.25,2.09,12,6.14,2.93,14,5.77,2.28,13
+tolerant,5.9,1.87,21,3.09,2.41,22,6.0,2.24,26,6.5,1.9,10,5.36,1.75,11,3.0,3.0,7,3.13,2.2,15,5.81,2.32,16,6.3,2.21,10,5.73,1.49,11,6.1,2.28,10,2.2,2.17,5,3.35,2.47,17,5.85,2.48,13,6.15,2.08,13,5.62,1.61,13,6.38,2.26,8,2.8,2.49,10,3.33,2.42,12,5.5,2.59,14,6.58,1.68,12
+tolerate,6.19,1.83,21,3.14,1.98,22,5.7,2.4,27,6.2,1.75,10,6.18,1.99,11,2.29,1.7,7,3.53,2.03,15,5.82,2.43,17,5.5,2.46,10,6.36,1.57,11,6.0,2.16,10,2.6,1.82,5,3.29,2.05,17,6.0,2.39,14,5.38,2.47,13,5.92,1.75,13,6.62,2.0,8,3.3,2.5,10,3.0,1.54,12,6.5,2.28,14,4.85,2.3,13
+toll,3.53,1.71,19,3.95,2.44,22,3.59,2.02,22,3.89,1.69,9,3.2,1.75,10,5.12,2.7,8,3.29,2.09,14,3.18,1.89,11,4.0,2.14,11,4.14,1.57,7,3.17,1.75,12,4.0,1.89,10,3.92,2.91,12,4.31,2.02,13,2.56,1.59,9,3.4,1.51,10,3.67,2.0,9,4.12,2.85,8,3.86,2.28,14,3.71,2.13,14,3.38,1.92,8
+tomahawk,4.86,1.58,22,5.19,2.38,21,4.91,1.87,22,4.71,1.77,14,5.12,1.25,8,6.09,2.12,11,4.44,2.35,9,5.0,1.79,6,4.88,1.96,16,4.4,1.65,10,5.25,1.48,12,4.55,2.46,11,5.9,2.18,10,4.46,1.39,13,5.56,2.35,9,4.5,1.73,12,5.3,1.34,10,5.08,2.43,13,5.38,2.45,8,5.67,1.83,12,4.0,1.56,10
+tomato,5.8,2.07,20,2.68,2.1,22,5.46,2.34,26,5.89,2.03,9,5.73,2.2,11,2.57,2.44,7,2.73,2.02,15,5.44,2.78,16,5.5,1.51,10,5.0,2.0,10,6.6,1.9,10,2.4,2.61,5,2.76,2.02,17,5.46,2.85,13,5.46,1.81,13,5.08,2.11,12,6.88,1.55,8,1.9,1.6,10,3.33,2.31,12,6.14,2.21,14,4.67,2.31,12
+tomatoes,6.25,2.31,20,3.82,2.24,17,5.42,2.45,24,5.8,2.77,5,6.4,2.23,15,3.6,2.3,5,3.92,2.31,12,4.92,2.72,13,6.0,2.05,11,6.9,2.51,10,5.6,2.01,10,4.0,2.24,7,3.7,2.36,10,5.19,2.54,16,5.88,2.36,8,6.07,2.4,14,6.67,2.25,6,3.73,2.1,11,4.0,2.68,6,5.33,2.61,15,5.56,2.3,9
+tomb,3.58,2.04,24,4.06,2.41,18,3.3,2.18,20,4.14,2.18,14,2.8,1.62,10,4.67,1.37,6,3.75,2.8,12,4.2,2.35,10,2.4,1.65,10,3.6,1.95,5,3.58,2.12,19,4.8,2.1,10,3.12,2.59,8,2.75,1.39,8,3.67,2.57,12,4.0,2.08,14,3.0,1.94,10,3.67,2.35,9,4.44,2.55,9,2.89,1.76,9,3.64,2.5,11
+tombstone,3.14,2.01,22,4.86,2.92,22,3.89,2.21,19,4.25,2.55,8,2.62,1.33,13,6.12,2.42,8,4.15,3.13,13,4.14,2.12,7,3.55,2.34,11,2.25,1.58,8,3.85,2.03,13,5.11,3.22,9,4.69,2.81,13,3.0,2.16,7,4.42,2.15,12,2.82,1.94,11,3.45,2.11,11,2.75,2.87,8,6.07,2.23,14,4.06,2.29,16,3.0,1.73,3
+tomcat,5.16,2.22,19,4.74,2.22,23,4.58,1.07,19,5.33,2.06,9,5.0,2.45,10,5.14,2.54,7,4.6,2.2,15,4.3,1.06,10,4.89,1.05,9,5.0,2.83,9,5.3,1.64,10,5.2,2.39,10,4.42,2.19,12,4.5,0.76,8,4.9,0.99,10,5.42,2.43,12,4.71,1.89,7,4.6,2.33,20,5.67,1.15,3,4.25,1.16,8,4.82,0.98,11
+tome,5.29,1.98,21,4.6,1.7,20,6.24,1.81,21,5.33,0.82,6,5.27,2.31,15,4.75,1.16,8,4.5,2.02,12,5.55,1.92,11,7.0,1.41,10,4.67,1.97,6,5.53,2.0,15,5.1,1.73,10,4.1,1.6,10,6.36,2.1,14,6.0,1.15,7,4.57,1.99,7,5.64,1.95,14,4.29,1.68,14,5.33,1.63,6,6.08,2.15,12,6.44,1.33,9
+ton,5.0,1.24,18,3.55,2.28,20,5.08,1.96,25,5.8,0.84,5,4.69,1.25,13,4.18,2.48,11,2.78,1.86,9,5.0,2.28,16,5.22,1.3,9,4.43,1.13,7,5.36,1.21,11,3.56,2.55,9,3.55,2.16,11,5.05,2.19,20,5.2,0.45,5,4.67,1.0,9,5.33,1.41,9,3.18,2.32,11,4.0,2.29,9,5.21,1.84,19,4.67,2.42,6
+tone,5.47,1.31,19,3.67,1.93,21,5.18,2.5,22,5.67,2.08,3,5.44,1.21,16,4.75,1.98,8,3.0,1.63,13,5.0,2.74,9,5.31,2.43,13,6.22,1.48,9,4.8,0.63,10,3.67,1.73,9,3.67,2.15,12,5.2,2.68,15,5.14,2.27,7,5.71,1.8,7,5.33,0.98,12,3.9,1.6,10,3.45,2.25,11,4.69,2.98,13,5.89,1.45,9
+toner,5.11,1.24,19,4.14,2.15,21,5.65,1.4,23,5.0,1.0,5,5.08,1.38,13,4.33,2.58,6,4.07,2.05,15,5.9,0.99,10,5.46,1.66,13,4.29,1.6,7,5.55,0.69,11,4.29,2.75,7,4.07,1.9,14,5.73,1.35,11,5.58,1.51,12,5.17,1.53,12,5.0,0.58,7,3.91,2.21,11,4.4,2.17,10,5.64,1.01,14,5.67,1.94,9
+tongs,5.0,1.49,19,3.25,1.86,20,5.25,2.45,20,5.33,0.58,3,4.94,1.61,16,2.83,1.47,6,3.43,2.03,14,5.67,2.34,6,5.07,2.56,14,5.0,1.25,10,5.0,1.8,9,2.86,1.95,7,3.46,1.85,13,5.1,2.73,10,5.4,2.27,10,5.5,2.0,8,4.64,0.92,11,3.56,2.01,9,3.0,1.79,11,4.88,2.75,8,5.5,2.32,12
+tongue,6.29,1.42,21,4.25,2.31,20,6.32,2.47,19,6.69,1.55,13,5.62,0.92,8,5.57,1.9,7,3.54,2.26,13,6.29,2.21,7,6.33,2.71,12,6.58,1.62,12,5.89,1.05,9,4.33,2.24,9,4.18,2.48,11,6.5,2.55,10,6.11,2.52,9,6.42,1.56,12,6.11,1.27,9,4.0,1.53,7,4.38,2.69,13,6.29,2.63,7,6.33,2.5,12
+tonic,6.05,1.75,21,4.25,2.79,20,5.51,2.25,35,6.25,1.98,8,5.92,1.66,13,4.6,2.51,5,4.13,2.95,15,4.36,1.96,11,6.04,2.22,24,6.46,1.85,13,5.38,1.41,8,5.0,2.83,12,3.12,2.47,8,5.65,2.08,20,5.33,2.53,15,5.91,1.87,11,6.2,1.69,10,4.27,2.94,11,4.22,2.77,9,5.36,2.11,22,5.77,2.55,13
+tool,5.07,1.81,42,3.91,2.1,43,5.98,2.01,41,5.07,1.86,14,5.07,1.82,28,4.17,2.48,12,3.77,1.99,30,6.29,2.12,21,5.65,1.87,20,5.06,1.76,18,5.08,1.89,24,4.25,2.38,12,3.77,2.01,31,5.71,2.2,17,6.17,1.88,24,4.77,1.7,26,5.56,1.93,16,3.95,2.35,20,3.87,1.91,23,6.06,2.11,16,5.92,1.98,25
+toolbox,4.7,1.66,20,4.05,1.86,21,6.42,2.03,33,5.6,1.43,10,3.8,1.4,10,4.38,1.77,8,3.85,1.95,13,6.93,2.06,14,6.05,1.99,19,4.33,1.5,9,5.0,1.79,11,4.62,1.85,13,3.12,1.55,8,6.95,2.19,22,5.36,1.12,11,4.3,1.57,10,5.1,1.73,10,4.0,1.96,14,4.14,1.77,7,6.19,2.46,16,6.65,1.58,17
+toot,4.74,1.88,19,4.0,2.39,21,5.53,1.58,19,4.67,1.53,3,4.75,1.98,16,3.33,1.63,6,4.27,2.63,15,4.67,2.07,6,5.92,1.19,13,5.1,1.52,10,4.33,2.24,9,2.86,2.48,7,4.57,2.21,14,5.1,1.66,10,6.0,1.41,9,4.62,1.85,8,4.82,1.99,11,4.44,3.09,9,3.67,1.78,12,6.0,1.15,7,5.25,1.76,12
+tooth,5.06,1.51,18,3.52,2.09,21,4.89,2.59,18,4.38,1.51,8,5.6,1.35,10,2.57,1.99,7,4.0,2.04,14,5.0,2.37,11,4.71,3.09,7,4.45,1.29,11,6.0,1.41,7,3.78,2.17,9,3.33,2.1,12,5.64,2.77,11,3.71,1.89,7,4.67,1.3,12,5.83,1.72,6,3.75,2.09,12,3.22,2.17,9,5.22,2.91,9,4.56,2.35,9
+toothache,2.32,1.75,41,5.86,3.0,22,2.95,2.13,44,1.95,1.43,20,2.67,1.98,21,5.2,3.55,10,6.42,2.47,12,3.27,2.43,22,2.64,1.79,22,2.25,1.68,20,2.38,1.86,21,4.64,2.84,11,7.09,2.74,11,3.41,2.28,29,2.07,1.53,15,2.26,1.6,23,2.39,1.97,18,7.0,2.36,10,4.92,3.23,12,3.28,2.34,25,2.53,1.81,19
+toothbrush,5.58,1.68,19,3.38,2.25,21,6.21,2.19,24,4.5,1.76,6,6.08,1.44,13,3.55,2.54,11,3.2,1.99,10,5.25,1.75,8,6.69,2.27,16,5.9,1.29,10,5.22,2.05,9,3.5,2.51,8,3.31,2.18,13,5.94,2.38,17,7.17,1.47,6,6.0,1.41,8,5.27,1.85,11,4.0,2.51,8,3.0,2.08,13,5.88,2.45,16,6.88,1.46,8
+toothless,2.52,1.5,21,4.0,2.32,23,3.52,2.04,21,2.8,1.64,5,2.44,1.5,16,4.25,2.42,12,3.73,2.28,11,3.82,2.27,11,3.0,1.8,9,2.42,1.62,12,2.67,1.41,9,4.25,2.35,16,3.43,2.3,7,3.64,1.5,11,3.4,2.59,10,1.85,1.07,13,3.62,1.51,8,3.89,2.54,19,4.5,0.58,4,3.57,2.24,14,3.43,1.72,7
+toothpaste,5.21,2.04,19,2.86,2.08,22,6.12,2.13,24,4.33,2.07,6,5.62,1.98,13,3.58,2.27,12,2.0,1.49,10,5.75,1.83,8,6.31,2.3,16,5.7,1.7,10,4.67,2.35,9,3.56,2.35,9,2.38,1.8,13,6.18,2.16,17,6.17,2.4,6,5.62,1.92,8,4.91,2.17,11,3.56,1.88,9,2.38,2.14,13,6.38,2.31,16,5.62,1.77,8
+toothpick,4.89,1.05,19,3.33,2.39,21,5.96,2.3,25,5.0,0.0,3,4.88,1.15,16,3.43,2.7,7,3.46,2.33,13,6.38,2.13,8,5.76,2.41,17,5.0,0.0,7,4.83,1.34,12,4.14,2.41,7,3.08,2.4,13,5.79,2.33,14,6.18,2.36,11,5.25,0.89,8,4.64,1.12,11,3.55,2.62,11,3.1,2.23,10,6.11,2.54,18,5.57,1.62,7
+toots,5.2,1.96,20,5.1,2.25,20,5.15,1.76,26,5.27,2.15,11,5.11,1.83,9,4.43,2.37,7,5.46,2.18,13,5.38,1.39,13,4.92,2.1,13,5.18,2.18,11,5.22,1.79,9,4.36,2.11,11,6.0,2.18,9,5.41,1.97,17,4.67,1.22,9,5.0,1.89,10,5.4,2.12,10,4.75,2.7,12,5.62,1.3,8,5.31,1.82,16,4.9,1.73,10
+top,6.0,1.98,22,4.33,2.31,21,6.25,2.14,16,6.17,2.99,6,5.87,1.6,15,4.14,2.54,7,4.43,2.28,14,6.12,2.59,8,6.38,1.77,8,6.07,2.16,14,5.71,1.8,7,4.11,2.71,9,4.5,2.07,12,6.38,2.92,8,6.12,1.13,8,5.79,2.22,14,6.38,1.51,8,5.0,2.9,6,4.07,2.09,15,6.88,2.7,8,5.62,1.3,8
+topaz,5.55,2.06,20,3.87,2.18,23,6.19,1.91,21,5.89,1.9,9,5.27,2.24,11,4.45,2.02,11,3.33,2.27,12,5.25,1.49,8,6.77,1.96,13,5.86,1.56,14,4.83,2.99,6,4.11,2.09,9,3.71,2.3,14,6.12,1.73,8,6.23,2.09,13,5.8,1.62,10,5.3,2.5,10,3.69,2.06,13,4.1,2.42,10,6.42,1.88,12,5.89,2.03,9
+topic,5.5,1.67,20,3.2,2.17,20,5.96,1.78,24,5.5,3.11,4,5.5,1.26,16,4.33,3.51,3,3.0,1.94,17,6.22,1.64,9,5.8,1.9,15,5.88,1.13,8,5.25,1.96,12,3.89,2.37,9,2.64,1.91,11,6.0,1.8,14,5.9,1.85,10,5.73,1.35,11,5.22,2.05,9,2.6,2.01,10,3.8,2.25,10,6.06,1.89,17,5.71,1.6,7
+topical,5.35,1.87,20,3.29,2.71,17,5.73,1.35,22,5.2,1.48,5,5.4,2.03,15,3.17,2.14,6,3.36,3.07,11,5.0,0.67,10,6.33,1.5,12,5.9,1.2,10,4.8,2.3,10,3.5,2.64,10,3.0,3.0,7,5.91,1.58,11,5.55,1.13,11,5.25,1.54,12,5.5,2.39,8,1.67,1.32,9,5.12,2.75,8,5.55,1.44,11,5.91,1.3,11
+topless,5.36,2.4,22,6.61,2.27,23,5.68,2.38,19,7.0,1.93,8,4.08,1.8,13,7.62,1.69,8,5.93,2.43,14,6.29,2.14,7,5.18,2.6,11,6.12,1.73,8,4.62,2.5,13,7.67,1.41,9,5.93,2.5,14,5.57,2.37,7,5.75,2.49,12,4.73,2.2,11,6.0,2.53,11,6.0,2.78,9,7.0,1.88,14,5.31,2.27,16,7.67,2.31,3
+topple,4.86,1.42,21,3.21,2.45,24,4.9,2.4,20,5.12,1.96,8,4.69,1.03,13,5.0,2.28,6,2.61,2.25,18,5.0,3.0,11,4.78,1.56,9,5.42,1.31,12,4.11,1.27,9,3.8,2.57,10,2.79,2.36,14,5.08,2.9,13,4.57,1.13,7,4.57,1.16,14,5.43,1.81,7,3.5,2.16,16,2.62,3.02,8,5.42,2.15,12,4.12,2.7,8
+topside,4.9,1.41,20,3.36,2.15,22,5.63,2.2,27,5.29,2.06,7,4.69,0.95,13,3.9,2.38,10,2.92,1.93,12,5.87,2.39,15,5.27,2.1,11,4.64,1.21,11,5.22,1.64,9,3.89,2.32,9,3.0,2.04,13,5.18,2.38,17,6.44,1.81,9,5.08,1.61,13,4.57,0.98,7,3.06,2.11,16,4.17,2.23,6,4.83,2.21,12,6.27,2.05,15
+torch,4.5,1.54,18,5.12,2.59,24,5.86,2.01,28,5.14,0.38,7,4.09,1.87,11,5.22,2.17,9,5.07,2.89,15,5.93,2.3,14,5.79,1.76,14,3.67,1.73,9,5.33,0.71,9,5.08,2.84,12,5.17,2.44,12,5.79,2.15,14,5.93,1.94,14,3.78,1.79,9,5.22,0.83,9,4.75,2.63,12,5.5,2.61,12,5.42,1.78,12,6.19,2.17,16
+torment,2.53,1.81,19,6.17,2.53,18,3.96,2.76,24,2.8,2.05,5,2.43,1.79,14,7.0,1.87,5,5.85,2.73,13,4.62,2.96,13,3.18,2.4,11,3.3,2.11,10,1.67,0.87,9,7.14,1.86,7,5.55,2.77,11,4.88,2.83,16,2.12,1.46,8,1.85,1.21,13,4.0,2.1,6,6.25,2.9,12,6.0,1.79,6,3.8,3.0,15,4.22,2.44,9
+tornado,3.63,2.27,19,7.45,2.19,20,2.87,2.64,46,3.17,1.17,6,3.85,2.64,13,8.0,1.29,7,7.15,2.54,13,3.73,3.1,15,2.45,2.32,31,3.5,1.58,10,3.78,2.95,9,7.36,2.2,11,7.56,2.3,9,3.21,2.86,24,2.5,2.39,22,3.5,2.2,8,3.73,2.41,11,8.17,1.75,12,6.38,2.45,8,3.33,2.94,30,2.0,1.71,16
+torpedo,3.71,1.79,21,4.48,2.92,23,3.89,2.65,18,3.78,2.22,9,3.67,1.5,12,4.73,2.87,11,4.25,3.08,12,3.7,2.98,10,4.12,2.36,8,4.29,2.21,7,3.31,1.55,13,5.36,2.69,11,3.67,2.99,12,3.57,2.99,7,4.09,2.55,11,3.54,2.07,13,4.0,1.31,8,4.64,3.47,11,4.33,2.46,12,3.33,2.65,9,4.44,2.7,9
+torque,5.3,1.34,20,4.9,1.81,21,5.06,2.53,32,5.4,1.78,10,5.2,0.79,10,5.25,2.12,8,4.69,1.65,13,5.0,2.75,14,5.11,2.42,18,5.78,1.79,9,4.91,0.7,11,5.85,1.28,13,3.38,1.51,8,5.33,2.89,21,4.55,1.63,11,5.4,1.51,10,5.2,1.23,10,4.86,2.14,14,5.0,1.0,7,5.25,2.32,16,4.88,2.78,16
+torrent,4.86,1.83,22,5.0,2.56,23,4.61,2.33,18,6.25,2.05,8,4.23,1.01,13,5.62,2.0,8,4.71,2.92,14,4.86,2.48,7,4.45,2.34,11,5.12,1.73,8,4.92,1.85,13,5.33,2.69,9,4.79,2.55,14,4.0,1.83,7,5.0,2.61,11,4.73,1.62,11,5.0,2.1,11,4.0,3.32,9,5.64,1.78,14,4.67,2.44,15,4.33,2.08,3
+torrid,3.65,1.93,20,3.45,2.5,20,3.9,2.27,20,4.5,2.59,6,3.29,1.54,14,3.38,2.77,8,3.5,2.43,12,3.6,2.5,10,4.2,2.1,10,4.12,2.53,8,3.33,1.44,12,3.44,2.4,9,3.45,2.7,11,3.0,1.63,7,4.38,2.47,13,3.78,2.39,9,3.55,1.57,11,3.54,2.73,13,3.29,2.21,7,3.82,2.82,11,4.0,1.5,9
+torso,5.23,1.31,22,3.85,1.9,20,6.0,2.2,22,5.5,1.22,14,4.75,1.39,8,3.9,1.52,10,4.11,2.2,9,4.83,2.99,6,6.44,1.75,16,5.2,1.69,10,5.25,0.97,12,3.18,1.89,11,4.67,1.66,9,5.31,2.29,13,7.0,1.73,9,5.5,1.31,12,4.9,1.29,10,3.67,2.15,12,4.12,1.55,8,5.75,2.18,12,6.3,2.31,10
+tortoise,5.58,1.95,19,3.32,2.46,22,5.54,1.86,24,6.5,1.76,6,5.15,1.95,13,4.58,2.5,12,1.8,1.32,10,5.12,1.36,8,5.75,2.08,16,5.5,1.65,10,5.67,2.35,9,4.22,2.59,9,2.69,2.25,13,5.29,1.93,17,6.33,1.75,6,4.75,2.12,8,6.18,1.66,11,3.89,2.8,9,2.92,2.22,13,5.75,1.98,16,5.12,1.64,8
+torture,1.4,0.82,20,5.09,2.55,45,2.76,2.05,45,1.09,0.3,11,1.78,1.09,9,5.65,2.64,17,4.74,2.52,27,3.25,2.41,16,2.48,1.81,29,1.45,0.93,11,1.33,0.71,9,5.33,2.56,21,4.88,2.58,24,3.05,2.01,22,2.48,2.09,23,1.7,1.06,10,1.1,0.32,10,4.97,2.65,29,5.31,2.41,16,2.88,2.18,26,2.58,1.89,19
+toss,5.0,1.67,19,4.18,1.99,22,5.77,2.27,22,5.44,0.73,9,4.6,2.17,10,4.12,1.55,8,4.21,2.26,14,5.91,2.51,11,5.64,2.11,11,5.29,0.49,7,4.83,2.08,12,4.1,1.2,10,4.25,2.53,12,5.31,2.39,13,6.44,2.01,9,5.2,1.87,10,4.78,1.48,9,3.75,1.49,8,4.43,2.24,14,5.86,2.28,14,5.62,2.39,8
+tot,6.36,1.79,22,3.14,1.93,21,5.5,1.99,22,6.07,1.77,14,6.88,1.81,8,3.27,2.0,11,3.22,1.92,9,6.17,1.6,6,5.25,2.11,16,6.0,2.05,10,6.67,1.56,12,3.0,2.14,11,3.3,1.77,10,5.38,2.02,13,5.67,2.06,9,6.08,1.31,12,6.7,2.26,10,2.85,2.12,13,3.62,1.6,8,5.17,1.75,12,5.9,2.28,10
+total,5.32,1.76,22,4.25,2.53,20,6.89,2.05,19,5.46,1.61,13,5.11,2.03,9,4.86,2.54,7,3.92,2.56,13,6.57,2.23,7,7.08,2.02,12,5.08,2.11,12,5.6,1.26,10,4.89,2.47,9,3.73,2.57,11,7.0,2.05,10,6.78,2.17,9,5.08,2.07,12,5.6,1.35,10,5.86,2.19,7,3.38,2.33,13,7.86,1.21,7,6.33,2.27,12
+tote,5.45,1.82,20,4.25,2.31,20,5.63,2.2,35,5.62,1.77,8,5.33,1.92,12,4.2,2.17,5,4.27,2.43,15,4.7,2.36,10,6.0,2.06,25,5.77,2.01,13,4.86,1.35,7,4.83,2.17,12,3.38,2.39,8,5.58,2.41,19,5.69,1.99,16,5.1,1.73,10,5.8,1.93,10,4.55,2.62,11,3.89,1.96,9,5.52,2.23,21,5.79,2.22,14
+totem,5.32,1.67,22,4.78,2.61,23,5.83,1.76,18,6.25,1.58,8,4.77,1.59,13,4.12,2.9,8,5.21,2.55,14,5.67,1.21,6,5.82,2.09,11,5.5,1.77,8,5.23,1.74,13,5.44,3.28,9,4.36,2.1,14,4.67,1.03,6,6.42,1.78,12,5.36,2.11,11,5.27,1.19,11,5.56,3.09,9,4.29,2.23,14,5.6,1.68,15,7.0,2.0,3
+touch,6.64,1.76,22,4.9,2.14,21,6.24,2.19,17,6.33,1.86,6,6.8,1.82,15,4.0,1.83,7,5.36,2.21,14,5.56,2.51,9,7.0,1.6,8,6.5,1.74,14,7.0,2.0,7,4.0,2.55,9,5.58,1.56,12,6.22,2.77,9,6.25,1.49,8,6.64,1.82,14,6.62,1.77,8,2.83,2.4,6,5.73,1.39,15,6.89,2.32,9,5.5,1.93,8
+touchdown,7.11,2.0,19,4.86,2.96,22,5.91,2.31,23,7.55,2.07,11,6.29,1.89,7,5.5,2.78,8,4.5,3.11,14,4.86,3.13,7,6.38,1.78,16,6.75,2.55,8,7.36,1.57,11,5.22,3.27,9,4.62,2.84,13,6.09,2.55,11,5.75,2.18,12,6.75,2.26,12,7.71,1.38,7,4.64,3.41,11,5.09,2.59,11,5.85,2.67,13,6.0,1.89,10
+touchy,4.29,1.79,21,3.88,2.62,25,3.63,2.39,19,4.33,2.35,9,4.25,1.36,12,3.67,2.66,6,4.0,2.74,18,3.29,2.5,7,3.83,2.41,12,4.19,1.87,16,4.6,1.67,5,3.64,2.92,14,4.3,2.36,10,3.22,1.64,9,4.0,2.94,10,4.17,2.25,12,4.44,1.01,9,4.19,2.76,16,3.33,2.4,9,2.82,2.44,11,4.75,1.91,8
+tough,4.45,1.53,22,4.24,2.7,21,6.0,1.83,16,4.17,1.33,6,4.6,1.68,15,3.0,2.38,7,4.86,2.71,14,5.62,1.85,8,6.38,1.85,8,4.07,1.69,14,5.29,0.95,7,4.67,3.46,9,3.92,2.07,12,6.11,2.15,9,5.86,1.46,7,4.36,1.15,14,4.62,2.13,8,3.33,3.01,6,4.6,2.59,15,6.0,2.4,9,6.0,0.82,7
+toughen,5.37,1.38,19,4.28,2.42,18,5.94,2.32,16,5.73,1.35,11,4.88,1.36,8,4.75,2.63,4,4.14,2.44,14,5.86,3.13,7,6.0,1.66,9,5.88,1.55,8,5.0,1.18,11,4.43,2.37,7,4.18,2.56,11,6.17,2.48,6,5.8,2.35,10,5.38,1.61,13,5.33,0.82,6,3.55,2.34,11,5.43,2.23,7,6.29,2.29,7,5.67,2.45,9
+toupee,4.0,1.52,20,3.06,1.66,18,4.96,2.63,24,3.8,0.45,5,4.07,1.75,15,2.8,1.79,5,3.15,1.68,13,4.31,2.72,13,5.73,2.41,11,4.4,1.78,10,3.6,1.17,10,3.0,1.83,7,3.09,1.64,11,4.69,2.5,16,5.5,2.98,8,3.93,1.59,14,4.17,1.47,6,3.17,1.75,12,2.83,1.6,6,4.6,2.8,15,5.56,2.35,9
+tour,6.0,2.45,22,4.8,2.78,20,7.0,1.97,19,4.92,2.4,13,7.56,1.59,9,6.14,1.86,7,4.08,2.99,13,6.57,1.81,7,7.25,2.09,12,5.08,2.68,12,7.1,1.66,10,4.11,2.2,9,5.36,3.17,11,6.4,2.27,10,7.67,1.41,9,5.58,2.81,12,6.5,1.96,10,5.0,2.52,7,4.69,3.01,13,7.29,2.21,7,6.83,1.9,12
+tourism,5.35,2.01,20,4.06,3.1,18,5.65,2.31,23,4.6,2.3,5,5.6,1.92,15,2.8,1.92,5,4.54,3.38,13,5.23,2.42,13,6.2,2.15,10,5.7,2.06,10,5.0,2.0,10,4.57,2.82,7,3.73,3.35,11,5.12,2.25,16,6.86,2.12,7,4.64,1.82,14,7.0,1.41,6,3.75,3.17,12,4.67,3.14,6,6.13,2.45,15,4.75,1.83,8
+tourist,5.71,1.76,21,3.57,2.18,21,5.05,2.01,22,6.0,1.73,13,5.25,1.83,8,3.45,1.97,11,3.89,2.57,9,5.83,2.48,6,4.75,1.81,16,5.7,2.06,10,5.73,1.56,11,3.18,2.32,11,4.0,2.05,10,5.23,2.13,13,4.78,1.92,9,5.75,1.71,12,5.67,1.94,9,2.77,1.64,13,4.88,2.42,8,5.25,2.01,12,4.8,2.1,10
+tournament,6.24,1.61,21,4.08,3.13,24,5.18,2.77,17,6.75,1.49,8,5.92,1.66,13,5.5,2.43,6,3.61,3.26,18,5.78,2.54,9,4.5,3.02,8,6.58,1.24,12,5.78,1.99,9,4.7,3.37,10,3.64,3.0,14,5.2,2.86,10,5.14,2.85,7,6.14,1.23,14,6.43,2.3,7,4.5,3.01,16,3.25,3.41,8,5.44,2.83,9,4.88,2.85,8
+tourniquet,4.05,1.61,20,5.05,1.69,21,4.24,2.43,34,4.2,1.99,10,3.9,1.2,10,5.0,2.14,8,5.08,1.44,13,4.07,2.46,14,4.35,2.46,20,3.67,1.73,9,4.36,1.5,11,5.23,1.3,13,4.75,2.25,8,4.18,2.38,22,4.33,2.61,12,3.6,1.58,10,4.5,1.58,10,5.0,1.84,14,5.14,1.46,7,4.59,2.58,17,3.88,2.29,17
+tout,5.35,1.66,20,4.58,1.77,19,5.65,2.06,26,4.91,1.76,11,5.89,1.45,9,5.57,1.62,7,4.0,1.65,12,5.85,1.57,13,5.46,2.5,13,5.0,2.0,11,5.78,1.09,9,4.8,1.93,10,4.33,1.66,9,5.53,2.07,17,5.89,2.15,9,5.4,1.58,10,5.3,1.83,10,4.5,1.88,12,4.71,1.7,7,6.06,1.84,16,5.0,2.31,10
+tow,5.38,1.83,21,3.75,2.27,20,5.33,2.08,36,6.0,1.69,8,5.0,1.87,13,4.4,2.07,5,3.53,2.36,15,5.09,1.87,11,5.44,2.2,25,5.92,1.98,13,4.5,1.2,8,4.33,2.23,12,2.88,2.17,8,5.1,2.2,20,5.62,1.96,16,5.09,1.87,11,5.7,1.83,10,3.27,2.61,11,4.33,1.73,9,5.14,2.29,22,5.64,1.74,14
+towel,6.14,1.53,21,2.9,2.07,20,5.86,2.39,21,6.5,1.22,6,6.0,1.65,15,4.12,2.17,8,2.08,1.62,12,6.09,2.21,11,5.6,2.67,10,6.17,1.33,6,6.13,1.64,15,3.5,2.46,10,2.3,1.49,10,5.5,2.71,14,6.57,1.51,7,6.57,1.72,7,5.93,1.44,14,3.0,2.32,14,2.67,1.51,6,5.58,2.35,12,6.22,2.54,9
+tower,5.24,1.53,42,3.86,2.42,42,5.45,2.18,49,5.64,1.21,11,5.17,1.6,30,4.16,2.43,19,3.61,2.43,23,5.35,2.37,26,5.57,2.0,23,5.33,1.28,21,5.14,1.77,21,4.74,2.62,19,3.13,2.01,23,5.19,2.02,21,5.64,2.31,28,5.45,1.57,20,5.05,1.5,22,4.0,2.4,26,3.62,2.5,16,5.46,2.0,24,5.44,2.38,25
+towering,4.35,1.6,20,4.12,3.1,24,5.0,2.27,20,5.25,1.58,8,3.75,1.36,12,4.83,2.56,6,3.89,3.29,18,5.36,2.66,11,4.56,1.74,9,4.55,1.51,11,4.11,1.76,9,4.6,3.03,10,3.79,3.21,14,4.92,2.63,13,5.14,1.57,7,4.31,1.32,13,4.43,2.15,7,4.44,2.92,16,3.5,3.55,8,5.17,2.33,12,4.75,2.31,8
+town,5.59,1.5,22,3.81,2.06,21,5.47,1.94,17,5.17,1.72,6,5.67,1.45,15,3.43,2.88,7,4.0,1.62,14,5.22,2.05,9,5.75,1.91,8,5.21,1.67,14,6.14,0.9,7,4.33,2.24,9,3.42,1.93,12,5.67,2.4,9,5.25,1.39,8,5.5,1.61,14,5.75,1.39,8,4.5,2.43,6,3.53,1.92,15,5.56,2.55,9,5.38,1.06,8
+townhouse,5.95,1.8,21,4.3,2.51,23,4.57,2.25,21,4.8,2.17,5,6.31,1.58,16,5.5,2.32,12,3.0,2.1,11,4.82,2.32,11,3.89,1.96,9,5.92,2.11,12,6.0,1.41,9,4.25,2.59,16,4.43,2.51,7,4.27,1.68,11,4.9,2.81,10,6.38,1.85,13,5.25,1.58,8,4.32,2.75,19,4.25,0.96,4,3.93,2.06,14,5.86,2.19,7
+township,5.35,1.42,20,2.9,1.97,21,5.33,2.27,27,5.0,1.12,9,5.64,1.63,11,2.71,1.7,7,3.0,2.15,14,5.12,2.62,17,5.7,1.57,10,5.64,1.36,11,5.0,1.5,9,2.4,3.13,5,3.06,1.57,16,4.93,2.56,14,5.77,1.92,13,5.46,1.39,13,5.14,1.57,7,1.89,1.36,9,3.67,2.06,12,5.86,2.35,14,4.77,2.13,13
+townspeople,5.81,1.99,21,2.91,1.95,23,6.06,2.21,18,5.78,2.28,9,5.83,1.85,12,3.73,2.1,11,2.17,1.53,12,6.0,2.49,10,6.12,1.96,8,4.43,2.15,7,6.62,1.56,13,3.45,2.07,11,2.42,1.78,12,6.0,2.58,7,6.09,2.07,11,5.38,2.14,13,6.5,1.6,8,2.45,1.92,11,3.33,1.97,12,6.0,2.5,9,6.11,2.03,9
+toxic,2.35,1.27,20,5.29,2.74,21,4.13,2.8,23,2.0,1.0,5,2.47,1.36,15,5.86,2.48,7,5.23,2.89,13,4.67,2.65,9,3.79,2.94,14,2.1,1.1,10,2.6,1.43,10,5.86,2.48,7,5.23,2.89,13,4.73,3.01,15,3.0,2.07,8,2.17,1.03,12,2.62,1.6,8,5.27,2.45,11,5.3,3.16,10,4.08,3.5,13,4.2,1.69,10
+toxicity,2.47,1.65,19,4.6,3.22,20,3.28,2.64,25,1.75,1.5,4,2.67,1.68,15,3.5,3.11,4,4.88,3.28,16,5.22,2.86,9,2.19,1.8,16,2.88,1.96,8,2.18,1.4,11,4.44,3.71,9,4.73,2.94,11,3.93,2.73,14,2.45,2.38,11,3.0,1.9,11,1.75,0.89,8,4.0,3.28,9,5.09,3.24,11,3.83,2.9,18,1.86,0.9,7
+toxicology,3.62,2.01,21,3.7,2.4,23,5.17,2.48,18,4.11,2.52,9,3.25,1.54,12,4.27,2.41,11,3.17,2.37,12,4.6,2.67,10,5.88,2.17,8,4.0,1.83,7,3.31,2.18,13,4.55,2.46,11,2.92,2.15,12,4.43,2.94,7,5.64,2.16,11,3.15,1.91,13,4.38,2.07,8,3.36,2.38,11,4.0,2.49,12,4.78,2.44,9,5.56,2.6,9
+toxin,2.42,1.5,19,5.52,1.89,21,3.45,1.99,20,4.0,2.0,3,2.12,1.26,16,5.5,2.66,6,5.53,1.6,15,4.83,1.72,6,2.86,1.83,14,2.8,1.69,10,2.0,1.22,9,6.14,1.57,7,5.21,2.01,14,4.0,2.16,10,2.9,1.73,10,2.62,1.85,8,2.27,1.27,11,5.67,2.18,9,5.42,1.73,12,3.88,2.8,8,3.17,1.27,12
+toy,7.29,1.47,42,4.29,2.94,21,5.61,2.54,23,7.71,1.26,17,7.0,1.55,25,3.29,2.81,7,4.77,3.09,13,4.44,3.0,9,6.36,1.95,14,7.34,1.42,29,7.15,1.63,13,3.86,2.91,7,4.46,3.15,13,6.2,2.86,15,4.5,1.31,8,7.61,1.27,23,6.89,1.63,19,4.64,2.66,11,3.9,3.31,10,5.69,3.01,13,5.5,1.9,10
+toymaker,6.76,1.34,21,3.9,2.19,21,6.2,2.08,25,6.92,1.24,12,6.56,1.51,9,3.86,2.04,7,3.93,2.34,14,5.8,2.53,10,6.47,1.77,15,7.0,1.83,4,6.71,1.26,17,4.7,2.26,10,3.18,1.94,11,6.43,2.7,7,6.11,1.88,18,6.75,1.42,12,6.78,1.3,9,4.08,2.25,13,3.62,2.2,8,6.11,2.26,9,6.25,2.05,16
+trace,4.74,1.63,19,2.84,2.14,19,5.95,1.93,20,5.67,1.15,3,4.67,1.68,15,3.0,2.5,9,2.7,1.89,10,6.9,1.2,10,5.0,2.11,10,4.67,2.25,6,4.92,1.31,12,2.43,1.99,7,3.08,2.27,12,5.62,2.13,8,6.17,1.85,12,4.33,1.3,12,5.43,1.99,7,3.0,2.36,10,2.67,2.0,9,5.22,1.72,9,6.55,1.97,11
+traceable,4.63,1.21,19,3.61,2.09,18,5.24,2.17,17,5.0,1.1,11,4.12,1.25,8,3.75,2.22,4,3.57,2.14,14,6.0,2.0,8,4.56,2.19,9,4.75,1.28,8,4.55,1.21,11,4.14,2.19,7,3.27,2.05,11,4.33,1.97,6,5.73,2.2,11,4.46,1.33,13,5.0,0.89,6,3.27,2.33,11,4.14,1.68,7,5.86,1.68,7,4.8,2.44,10
+tracer,5.05,1.36,21,3.86,1.46,21,5.28,1.99,25,5.33,1.72,12,4.67,0.5,9,3.86,1.21,7,3.86,1.61,14,5.2,2.1,10,5.33,1.99,15,4.5,0.58,4,5.18,1.47,17,3.6,1.65,10,4.09,1.3,11,5.14,1.86,7,5.33,2.09,18,5.5,1.24,12,4.44,1.33,9,4.08,1.38,13,3.5,1.6,8,4.33,1.66,9,5.81,2.01,16
+trachea,4.73,1.58,22,4.21,2.04,19,4.38,1.91,21,5.8,1.48,5,4.38,1.54,16,4.88,2.23,8,3.73,1.85,11,4.2,2.04,10,4.55,1.86,11,4.83,1.8,12,4.6,1.35,10,4.8,1.81,10,3.56,2.19,9,4.0,1.76,12,4.89,2.09,9,4.91,1.81,11,4.55,1.37,11,3.5,1.85,8,4.73,2.1,11,4.44,2.13,9,4.33,1.83,12
+track,5.78,1.35,18,3.76,2.26,21,4.67,2.35,18,5.62,1.6,8,5.9,1.2,10,4.0,2.58,7,3.64,2.17,14,4.64,2.01,11,4.71,2.98,7,5.73,1.35,11,5.86,1.46,7,3.44,2.74,9,4.0,1.91,12,4.55,2.62,11,4.86,2.04,7,5.67,1.3,12,6.0,1.55,6,2.92,2.19,12,4.89,1.9,9,5.11,2.03,9,4.22,2.68,9
+tracker,4.87,1.39,23,4.59,2.52,22,5.0,2.32,20,5.5,1.31,8,4.53,1.36,15,5.5,2.37,10,3.83,2.48,12,5.86,2.79,7,4.54,1.98,13,4.75,1.54,12,5.0,1.26,11,3.91,2.17,11,5.27,2.76,11,5.4,2.41,15,3.8,1.64,5,4.91,1.7,11,4.83,1.11,12,5.2,2.2,10,4.08,2.75,12,4.8,1.75,10,5.2,2.86,10
+tract,4.05,1.15,20,3.45,2.13,22,5.05,1.96,19,3.89,1.36,9,4.18,0.98,11,2.4,2.07,5,3.88,2.13,16,4.33,2.5,6,5.38,1.66,13,4.29,1.2,14,3.5,0.84,6,3.83,2.41,12,3.11,1.83,9,4.33,0.87,9,5.7,2.45,10,4.1,1.29,10,4.0,1.05,10,3.33,2.53,12,3.6,1.65,10,4.83,2.23,6,5.15,1.91,13
+traction,5.27,1.61,22,4.17,2.04,23,6.16,1.92,19,5.73,1.49,11,4.82,1.66,11,4.29,2.21,7,4.07,2.09,15,6.3,2.54,10,6.0,1.0,9,6.3,1.25,10,4.42,1.38,12,4.8,2.57,10,3.58,1.44,12,5.25,2.19,8,6.6,1.35,10,5.29,1.27,14,5.25,2.19,8,4.15,2.18,20,4.33,0.58,3,6.25,2.19,8,6.09,1.81,11
+tractor,5.05,2.12,19,3.73,2.14,22,5.75,2.09,24,5.0,2.45,6,5.08,2.06,13,4.25,2.3,12,3.1,1.85,10,5.62,1.85,8,5.81,2.26,16,5.2,1.93,10,4.89,2.42,9,4.44,2.13,9,3.23,2.09,13,6.06,2.11,17,5.0,2.19,6,4.38,1.6,8,5.55,2.38,11,3.22,2.05,9,4.08,2.22,13,5.81,2.4,16,5.62,1.41,8
+trade,5.91,2.04,22,4.45,2.86,20,6.26,2.28,19,5.77,2.31,13,6.11,1.69,9,5.14,2.85,7,4.08,2.9,13,6.57,2.37,7,6.08,2.31,12,6.25,2.42,12,5.5,1.51,10,4.22,2.59,9,4.64,3.17,11,6.2,2.44,10,6.33,2.24,9,5.92,2.27,12,5.9,1.85,10,4.29,3.2,7,4.54,2.79,13,7.29,2.06,7,5.67,2.27,12
+trademark,5.0,1.18,21,3.72,2.28,25,5.74,2.49,19,4.56,1.42,9,5.33,0.89,12,3.5,2.95,6,3.83,2.18,18,5.0,2.52,7,6.17,2.48,12,4.81,1.11,16,5.6,1.34,5,3.57,2.74,14,4.0,1.7,10,6.11,2.8,9,5.4,2.27,10,4.67,1.23,12,5.44,1.01,9,4.0,2.37,16,3.22,2.17,9,5.45,3.01,11,6.12,1.64,8
+trader,5.47,1.81,19,3.5,2.37,20,5.8,1.91,25,5.33,3.79,3,5.5,1.41,16,4.0,2.94,4,3.38,2.31,16,6.0,2.35,9,5.69,1.7,16,5.86,1.07,7,5.25,2.14,12,3.78,2.49,9,3.27,2.37,11,6.0,1.66,14,5.55,2.25,11,5.6,1.51,10,5.33,2.18,9,2.89,2.15,9,4.0,2.53,11,5.67,2.09,18,6.14,1.46,7
+tradition,6.09,1.48,22,4.61,2.69,23,6.37,2.22,19,5.5,1.85,8,6.23,0.93,13,4.12,3.04,8,4.86,2.66,14,6.57,2.94,7,6.18,1.89,11,6.12,1.73,8,5.85,1.14,13,4.89,3.26,9,4.43,2.38,14,6.57,1.9,7,6.25,2.45,12,5.91,1.64,11,6.27,1.35,11,4.89,2.8,9,4.43,2.71,14,6.12,2.31,16,7.67,1.15,3
+traditional,5.95,1.53,21,3.76,2.22,25,5.43,2.68,21,5.25,1.58,8,6.38,1.39,13,4.54,2.4,13,2.92,1.73,12,5.85,2.54,13,4.75,2.92,8,6.12,2.03,8,5.75,1.22,12,4.93,2.09,14,2.27,1.35,11,6.33,2.74,12,4.22,2.17,9,6.0,1.63,10,5.91,1.51,11,3.65,2.15,17,4.0,2.51,8,6.56,2.65,9,4.58,2.47,12
+traffic,2.18,1.05,22,5.25,3.13,20,5.58,2.61,19,2.31,1.11,13,2.0,1.0,9,6.29,2.56,7,4.69,3.35,13,6.14,2.34,7,5.25,2.8,12,1.92,1.16,12,2.5,0.85,10,5.11,3.22,9,5.36,3.2,11,6.5,2.22,10,4.56,2.74,9,2.0,1.21,12,2.4,0.84,10,4.71,3.3,7,5.54,3.13,13,6.71,2.21,7,4.92,2.68,12
+traffic light,4.76,1.67,21,4.9,2.71,20,3.67,2.35,21,4.0,1.79,6,5.07,1.58,15,4.75,3.11,8,5.0,2.56,12,3.82,2.48,11,3.5,2.32,10,4.0,1.79,6,5.07,1.58,15,5.5,2.84,10,4.3,2.58,10,3.93,2.37,14,3.14,2.41,7,4.43,2.23,7,4.93,1.38,14,5.0,3.09,14,4.67,1.75,6,3.5,2.35,12,3.89,2.47,9
+trafficking,2.55,1.19,20,4.72,2.63,18,4.18,2.32,22,2.4,1.14,5,2.6,1.24,15,3.83,2.23,6,5.17,2.79,12,5.1,1.29,10,3.42,2.75,12,2.4,1.07,10,2.7,1.34,10,4.6,2.67,10,4.88,2.75,8,4.18,2.18,11,4.18,2.56,11,2.5,0.9,12,2.62,1.6,8,2.67,1.87,9,6.78,1.3,9,4.09,2.66,11,4.27,2.05,11
+tragedy,2.11,1.41,19,6.8,2.5,20,3.02,2.31,44,4.0,2.0,3,1.75,1.0,16,7.0,1.63,7,6.69,2.93,13,2.72,2.08,18,3.23,2.47,26,2.0,1.33,10,2.22,1.56,9,7.27,2.2,11,6.22,2.86,9,3.8,2.5,25,2.0,1.56,19,2.62,1.85,8,1.73,0.9,11,8.0,1.13,12,5.0,2.98,8,3.24,2.73,25,2.74,1.63,19
+tragic,3.52,2.02,21,5.36,2.66,22,4.2,2.04,20,3.57,1.27,7,3.5,2.35,14,4.6,2.95,10,6.0,2.34,12,4.43,2.51,7,4.08,1.85,13,3.64,1.63,11,3.4,2.46,10,4.64,2.29,11,6.09,2.91,11,4.4,2.26,15,3.6,1.14,5,3.1,1.66,10,3.91,2.3,11,6.8,1.75,10,4.17,2.76,12,4.7,2.54,10,3.7,1.34,10
+trail,6.15,1.39,20,4.0,2.0,20,5.42,1.96,26,6.27,1.49,11,6.0,1.32,9,5.0,1.73,7,3.46,1.98,13,4.62,1.8,13,6.23,1.83,13,6.36,1.69,11,5.89,0.93,9,4.36,2.06,11,3.56,1.94,9,5.24,2.25,17,5.78,1.3,9,5.9,0.99,10,6.4,1.71,10,4.33,2.1,12,3.5,1.85,8,5.12,2.06,16,5.9,1.79,10
+trailer,4.44,1.69,18,2.85,1.63,20,5.16,1.55,25,5.4,1.14,5,4.08,1.75,13,2.91,1.76,11,2.78,1.56,9,4.62,1.15,16,6.11,1.76,9,3.86,2.04,7,4.82,1.4,11,3.11,2.09,9,2.64,1.21,11,4.95,1.47,20,6.0,1.73,5,4.0,1.87,9,4.89,1.45,9,2.55,1.57,11,3.22,1.72,9,4.89,1.45,19,6.0,1.67,6
+train,6.36,1.5,22,4.05,2.31,21,5.72,1.74,18,7.0,1.26,6,6.0,1.51,15,4.14,2.91,7,4.0,2.08,14,5.33,1.66,9,6.25,1.91,8,6.21,1.48,14,6.43,1.62,7,4.22,2.91,9,3.92,1.88,12,5.9,1.97,10,5.5,1.51,8,6.21,1.53,14,6.62,1.51,8,4.17,2.99,6,4.0,2.1,15,6.2,1.81,10,5.12,1.55,8
+train set,6.1,1.45,21,3.29,1.74,21,6.21,1.72,24,6.17,1.47,12,6.0,1.5,9,3.29,1.38,7,3.29,1.94,14,6.4,1.9,10,6.07,1.64,14,6.0,2.0,4,6.12,1.36,17,3.8,2.15,10,2.82,1.17,11,5.86,2.19,7,6.35,1.54,17,6.33,1.44,12,5.78,1.48,9,3.69,1.89,13,2.62,1.3,8,5.88,1.64,8,6.38,1.78,16
+trainee,5.45,2.06,22,4.16,2.14,19,5.38,2.25,21,5.4,2.3,5,5.5,2.13,16,5.12,2.03,8,3.45,2.02,11,5.4,2.17,10,5.36,2.42,11,5.25,2.05,12,5.7,2.16,10,3.7,1.77,10,4.67,2.5,9,5.33,2.61,12,5.44,1.81,9,5.18,2.27,11,5.73,1.9,11,3.25,1.98,8,4.82,2.09,11,5.33,2.45,9,5.42,2.19,12
+trainer,5.16,2.09,19,4.0,2.34,20,5.25,2.09,24,5.54,2.11,13,4.33,1.97,6,4.2,1.64,5,3.93,2.58,15,5.46,1.71,13,5.0,2.53,11,5.11,2.42,9,5.2,1.87,10,5.14,2.27,7,3.38,2.22,13,5.0,1.9,11,5.46,2.3,13,5.44,2.07,9,4.9,2.18,10,3.5,2.07,10,4.5,2.59,10,6.56,2.19,9,4.47,1.64,15
+training,5.19,1.89,21,4.1,2.71,20,6.26,2.54,19,4.92,1.71,13,5.62,2.2,8,4.14,2.73,7,4.08,2.81,13,6.14,2.85,7,6.33,2.46,12,4.5,2.02,12,6.11,1.27,9,4.33,2.87,9,3.91,2.7,11,5.7,2.79,10,6.89,2.2,9,5.0,2.26,12,5.44,1.33,9,4.71,2.63,7,3.77,2.8,13,6.57,2.44,7,6.08,2.68,12
+trait,5.44,1.54,18,3.55,1.32,20,5.76,2.33,25,5.64,1.29,11,5.14,1.95,7,3.86,1.21,7,3.38,1.39,13,5.1,2.28,10,6.2,2.34,15,6.0,1.41,2,5.38,1.59,16,3.2,1.14,10,3.9,1.45,10,4.57,2.57,7,6.22,2.13,18,5.8,1.99,10,5.0,0.53,8,3.58,1.24,12,3.5,1.51,8,4.89,2.76,9,6.25,1.98,16
+traitor,2.39,1.45,41,4.27,2.26,49,4.73,2.62,22,2.61,1.65,18,2.22,1.28,23,4.58,2.22,19,4.07,2.3,30,5.4,2.63,10,4.17,2.59,12,2.55,1.47,20,2.2,1.47,20,4.79,1.93,24,3.76,2.47,25,4.09,2.95,11,5.36,2.2,11,2.38,1.5,24,2.41,1.42,17,4.18,2.07,33,4.44,2.68,16,5.55,2.98,11,3.91,2.02,11
+traitorous,2.32,1.11,19,5.25,2.71,20,4.5,2.65,20,2.0,1.0,3,2.47,1.13,15,4.6,2.88,10,5.9,2.51,10,4.7,2.41,10,4.3,2.98,10,2.33,1.21,6,2.42,1.08,12,5.0,3.21,7,5.38,2.53,13,4.62,2.2,8,4.42,3.0,12,2.33,1.3,12,2.29,0.76,7,5.0,2.98,10,5.5,2.55,10,5.0,3.04,9,4.09,2.34,11
+trajectory,4.89,1.37,19,3.33,2.01,21,4.6,2.09,20,5.33,0.58,3,4.81,1.47,16,3.17,1.72,6,3.4,2.16,15,5.17,0.75,6,4.36,2.44,14,5.2,1.14,10,4.56,1.59,9,3.86,2.19,7,3.07,1.94,14,4.7,2.06,10,4.5,2.22,10,4.5,1.41,8,5.18,1.33,11,2.89,2.03,9,3.67,2.02,12,4.62,2.62,8,4.58,1.78,12
+tram,4.7,1.42,20,2.42,2.04,19,4.05,1.69,21,4.2,1.1,5,4.87,1.51,15,2.67,1.97,6,2.31,2.14,13,4.56,1.42,9,3.67,1.83,12,4.8,1.14,10,4.6,1.71,10,2.82,2.27,11,1.88,1.64,8,4.6,1.84,10,3.55,1.44,11,4.08,1.31,12,5.62,1.06,8,1.4,1.26,10,3.56,2.19,9,4.0,2.14,11,4.1,1.1,10
+tramp,3.3,2.3,20,4.86,2.24,21,3.74,2.35,34,4.0,2.62,10,2.6,1.78,10,4.75,2.38,8,4.92,2.25,13,3.43,2.21,14,3.95,2.48,20,3.33,2.06,9,3.27,2.57,11,5.15,2.3,13,4.38,2.2,8,3.18,2.02,22,4.75,2.67,12,2.9,1.97,10,3.7,2.63,10,4.64,2.37,14,5.29,2.06,7,3.06,1.92,17,4.41,2.6,17
+trample,3.73,2.21,22,5.0,2.28,18,4.76,2.19,21,3.6,2.41,5,3.69,2.27,16,4.71,2.14,7,5.18,2.44,11,5.0,2.36,10,4.55,2.11,11,3.75,1.91,12,3.7,2.63,10,5.7,2.11,10,4.12,2.3,8,4.67,2.23,12,4.89,2.26,9,2.91,1.97,11,4.55,2.21,11,5.38,1.92,8,4.7,2.58,10,5.11,2.37,9,4.5,2.11,12
+trampoline,6.23,1.72,22,5.58,2.71,19,6.14,1.55,22,6.57,1.7,14,5.62,1.69,8,6.27,2.76,11,5.0,2.45,7,6.5,1.52,6,6.0,1.59,16,6.3,1.77,10,6.17,1.75,12,5.7,2.95,10,5.44,2.6,9,6.0,1.47,13,6.33,1.73,9,6.17,2.08,12,6.3,1.25,10,5.0,3.16,12,6.57,1.4,7,5.92,1.56,12,6.4,1.58,10
+trance,5.24,1.84,21,4.0,2.2,20,3.18,2.26,22,5.5,1.76,6,5.13,1.92,15,4.88,2.36,8,3.42,1.98,12,3.58,2.68,12,2.7,1.64,10,6.0,1.87,9,4.67,1.67,12,4.22,1.72,9,3.82,2.6,11,4.0,2.38,7,2.8,2.18,15,5.5,2.01,10,5.0,1.73,11,4.08,1.89,13,3.86,2.85,7,2.58,2.35,12,3.9,2.02,10
+tranquil,7.11,2.02,19,2.61,2.35,18,5.94,2.51,17,7.27,1.68,11,6.88,2.53,8,2.75,2.87,4,2.57,2.31,14,5.5,2.62,8,6.33,2.5,9,7.88,0.64,8,6.55,2.5,11,2.71,2.43,7,2.55,2.42,11,6.33,2.42,6,5.73,2.65,11,7.0,2.42,13,7.33,0.82,6,2.91,2.81,11,2.14,1.46,7,5.0,3.37,7,6.6,1.58,10
+tranquility,7.86,1.9,21,3.64,2.63,25,7.61,1.44,23,8.33,1.12,9,7.5,2.32,12,2.8,2.25,10,4.2,2.78,15,7.0,1.32,9,8.0,1.41,14,8.57,0.79,7,7.5,2.21,14,4.23,2.83,13,3.0,2.34,12,7.42,1.51,12,7.82,1.4,11,8.27,1.1,11,7.4,2.5,10,3.67,2.97,15,3.6,2.17,10,7.62,1.39,13,7.6,1.58,10
+tranquilizer,4.86,1.96,21,3.12,2.42,24,4.85,2.87,20,5.12,1.36,8,4.69,2.29,13,2.83,2.56,6,3.22,2.44,18,5.45,2.98,11,4.11,2.71,9,5.08,2.27,12,4.56,1.51,9,3.7,2.63,10,2.71,2.27,14,5.62,2.93,13,3.43,2.3,7,4.93,1.94,14,4.71,2.14,7,3.0,2.31,16,3.38,2.77,8,5.5,2.58,12,3.88,3.18,8
+transaction,5.26,2.02,19,3.73,1.8,22,5.58,1.77,24,4.83,2.04,6,5.46,2.07,13,3.92,2.02,12,3.5,1.58,10,5.62,1.92,8,5.56,1.75,16,5.3,1.57,10,5.22,2.54,9,4.11,1.83,9,3.46,1.81,13,5.47,1.84,17,6.0,1.79,6,5.38,2.2,8,5.18,1.99,11,3.22,1.86,9,4.08,1.75,13,5.56,1.75,16,5.62,1.92,8
+transatlantic,5.0,1.76,21,4.84,2.36,25,5.42,2.24,19,5.44,1.24,9,4.67,2.06,12,4.0,2.0,6,5.22,2.46,18,5.14,2.27,7,5.58,2.31,12,4.94,1.73,16,5.2,2.05,5,5.07,2.59,14,4.7,2.16,10,5.89,2.2,9,5.0,2.31,10,4.92,1.98,12,5.11,1.54,9,4.81,2.54,16,4.89,2.15,9,5.18,2.52,11,5.75,1.91,8
+transceiver,5.0,1.23,22,4.22,2.43,23,5.33,1.64,18,5.38,0.74,8,4.77,1.48,13,4.88,2.53,8,3.86,2.48,14,5.5,1.64,6,5.18,1.78,11,5.25,1.16,8,4.85,1.34,13,4.22,2.91,9,4.21,2.19,14,4.43,1.51,7,5.91,1.51,11,5.0,1.48,11,5.0,1.0,11,3.11,2.76,9,4.93,1.98,14,5.33,1.8,15,5.33,0.58,3
+transcend,5.75,1.12,20,5.0,2.21,21,6.47,2.0,34,6.2,1.03,10,5.3,1.06,10,4.62,2.07,8,5.23,2.35,13,6.5,2.1,14,6.45,1.99,20,5.44,1.01,9,6.0,1.18,11,5.54,1.81,13,4.12,2.64,8,6.5,2.15,22,6.42,1.78,12,5.4,1.26,10,6.1,0.88,10,4.79,2.15,14,5.43,2.44,7,6.29,2.37,17,6.65,1.62,17
+transcendent,5.14,1.88,22,4.33,2.44,21,4.73,1.75,22,4.86,1.92,14,5.62,1.85,8,4.0,2.19,11,4.56,2.88,9,3.83,1.33,6,5.06,1.81,16,4.5,2.17,10,5.67,1.5,12,3.82,2.32,11,4.9,2.56,10,4.69,1.8,13,4.78,1.79,9,5.58,1.83,12,4.6,1.9,10,4.0,2.38,13,4.88,2.59,8,4.83,1.59,12,4.6,2.01,10
+transcript,5.24,1.61,21,3.3,2.34,23,6.28,2.11,18,5.44,1.94,9,5.08,1.38,12,3.91,2.3,11,2.75,2.34,12,6.1,2.38,10,6.5,1.85,8,5.71,2.29,7,5.0,1.22,13,3.64,2.46,11,3.0,2.3,12,5.86,2.73,7,6.55,1.69,11,5.31,1.93,13,5.12,0.99,8,3.18,2.32,11,3.42,2.47,12,6.11,2.2,9,6.44,2.13,9
+transcription,5.15,1.87,20,4.13,2.56,23,5.05,2.18,21,5.6,2.61,5,5.0,1.65,15,5.0,2.56,12,3.18,2.32,11,5.18,2.56,11,4.44,1.13,9,5.09,2.21,11,5.22,1.48,9,4.81,2.51,16,2.57,2.07,7,4.64,1.57,11,5.5,2.72,10,4.83,1.7,12,5.62,2.13,8,3.95,2.53,19,5.0,2.94,4,4.21,1.67,14,6.71,2.21,7
+transfer,5.29,1.45,21,3.22,2.13,23,5.5,2.85,18,6.0,1.5,9,4.75,1.22,12,3.45,1.92,11,3.0,2.37,12,5.3,3.13,10,5.75,2.66,8,5.71,2.36,7,5.08,0.76,13,3.27,2.0,11,3.17,2.33,12,5.14,3.72,7,5.73,2.33,11,5.38,1.85,13,5.12,0.35,8,3.18,2.32,11,3.25,2.05,12,4.89,3.02,9,6.11,2.71,9
+transference,4.4,1.47,20,3.44,2.06,18,4.62,1.95,24,4.6,2.19,5,4.33,1.23,15,3.8,1.64,5,3.31,2.25,13,4.23,1.83,13,5.09,2.07,11,4.6,1.35,10,4.2,1.62,10,4.0,1.91,7,3.09,2.17,11,4.62,1.75,16,4.62,2.45,8,4.21,1.42,14,4.83,1.6,6,3.83,2.12,12,2.67,1.86,6,4.73,2.12,15,4.44,1.74,9
+transform,6.05,1.39,19,4.86,2.55,22,6.13,2.22,23,6.09,1.58,11,6.0,1.29,7,5.75,2.76,8,4.36,2.37,14,5.14,2.48,7,6.56,2.03,16,5.5,1.31,8,6.45,1.37,11,4.11,2.76,9,5.38,2.36,13,6.45,2.02,11,5.83,2.44,12,6.08,1.62,12,6.0,1.0,7,4.45,3.08,11,5.27,1.95,11,6.31,2.43,13,5.9,2.02,10
+transformation,6.14,1.65,21,5.56,2.38,25,5.42,2.14,19,6.33,1.8,9,6.0,1.6,12,6.33,2.94,6,5.39,2.25,18,4.86,1.35,7,5.75,2.49,12,6.38,1.5,16,5.4,2.07,5,5.5,2.71,14,5.8,2.04,10,5.89,2.15,9,5.0,2.16,10,6.25,2.05,12,6.0,1.0,9,5.94,2.11,16,4.89,2.8,9,5.36,2.42,11,5.5,1.85,8
+transformer,6.14,1.46,21,5.16,2.7,25,6.05,2.15,19,6.67,1.58,9,5.75,1.29,12,6.17,2.64,6,4.78,2.78,18,5.14,2.61,7,6.58,1.73,12,6.25,1.61,16,5.8,0.84,5,5.36,2.65,14,4.8,3.01,10,5.78,2.49,9,6.3,1.89,10,6.42,1.56,12,5.78,1.3,9,5.62,2.36,16,4.33,3.2,9,6.09,2.63,11,6.0,1.41,8
+transfusion,5.0,1.6,19,4.45,2.37,20,4.3,2.2,23,5.31,1.8,13,4.33,0.82,6,4.4,2.97,5,4.47,2.26,15,4.58,2.23,12,4.0,2.24,11,5.33,1.0,9,4.7,2.0,10,5.14,2.67,7,4.08,2.22,13,4.27,2.28,11,4.33,2.23,12,4.44,0.73,9,5.5,2.01,10,4.4,2.72,10,4.5,2.12,10,5.22,2.68,9,3.71,1.68,14
+transgression,3.9,1.62,20,5.25,2.07,20,5.0,2.37,34,3.3,1.7,10,4.5,1.35,10,5.25,2.05,8,5.25,2.18,12,5.36,2.73,14,4.75,2.12,20,4.0,1.58,9,3.82,1.72,11,5.5,1.93,12,4.88,2.36,8,5.5,2.37,22,4.08,2.19,12,3.7,2.0,10,4.1,1.2,10,5.14,2.44,14,5.5,0.84,6,5.59,2.37,17,4.41,2.29,17
+transient,4.21,1.4,19,4.04,2.51,23,4.21,1.84,19,4.22,1.39,9,4.2,1.48,10,3.57,1.72,7,4.4,2.85,15,4.7,1.89,10,3.67,1.73,9,4.67,1.12,9,3.8,1.55,10,4.0,3.09,10,4.25,2.09,12,4.12,1.25,8,3.9,1.97,10,4.67,1.07,12,3.43,1.62,7,3.65,2.23,20,6.67,3.21,3,4.75,1.83,8,3.82,1.83,11
+transistor,4.71,1.76,21,3.9,1.92,20,6.0,1.92,21,4.67,0.52,6,4.73,2.09,15,4.38,1.92,8,3.58,1.93,12,6.36,2.11,11,5.6,1.71,10,4.17,1.72,6,4.93,1.79,15,4.1,2.18,10,3.7,1.7,10,6.29,2.02,14,5.43,1.72,7,4.14,1.68,7,5.0,1.8,14,4.0,2.08,14,3.67,1.63,6,6.0,2.22,12,6.0,1.58,9
+transit,4.52,1.47,21,4.05,1.9,20,5.72,2.39,25,5.0,1.21,12,3.89,1.62,9,5.29,1.6,7,3.38,1.76,13,6.6,2.07,10,5.13,2.47,15,4.0,0.82,4,4.65,1.58,17,3.89,2.09,9,4.18,1.83,11,4.86,2.19,7,6.06,2.44,18,4.75,1.6,12,4.22,1.3,9,4.08,2.02,12,4.0,1.85,8,5.11,2.2,9,6.06,2.49,16
+transition,5.43,1.6,21,3.65,2.25,20,4.41,2.68,22,5.83,2.04,6,5.27,1.44,15,3.75,2.49,8,3.58,2.19,12,4.5,2.91,12,4.3,2.54,10,5.78,2.17,9,5.17,1.03,12,3.11,1.76,9,4.09,2.59,11,4.71,2.69,7,4.27,2.76,15,5.3,2.06,10,5.55,1.13,11,3.31,2.06,13,4.29,2.63,7,3.67,3.03,12,5.3,2.0,10
+transitional,4.79,1.87,19,4.5,2.22,22,4.86,2.17,28,4.5,1.51,8,5.0,2.14,11,4.5,2.07,8,4.5,2.38,14,3.86,1.75,14,5.86,2.14,14,5.11,2.2,9,4.5,1.58,10,4.82,1.78,11,4.18,2.64,11,4.57,2.28,14,5.14,2.11,14,4.8,2.35,10,4.78,1.3,9,4.0,2.16,10,4.92,2.27,12,5.17,1.95,12,4.62,2.36,16
+translate,5.67,1.31,24,2.75,2.31,24,5.55,2.63,20,5.7,1.7,10,5.64,1.01,14,5.0,2.1,6,2.0,1.88,18,6.09,2.63,11,4.89,2.62,9,5.62,1.39,13,5.73,1.27,11,3.7,2.45,10,2.07,2.02,14,6.23,2.62,13,4.29,2.29,7,5.75,0.86,16,5.5,2.0,8,3.0,2.31,16,2.25,2.38,8,5.58,2.81,12,5.5,2.51,8
+translation,5.65,1.5,20,4.48,2.02,25,6.0,2.37,22,5.86,1.57,7,5.54,1.51,13,4.85,2.23,13,4.08,1.78,12,6.38,2.29,13,5.44,2.51,9,6.12,1.64,8,5.55,1.21,11,5.14,1.56,14,3.64,2.29,11,6.33,2.06,12,5.6,2.76,10,5.4,1.96,10,5.9,0.88,10,4.47,2.18,17,4.5,1.77,8,6.9,2.28,10,5.25,2.26,12
+translator,5.05,1.61,20,4.0,2.24,23,4.76,2.01,25,5.27,1.19,11,4.78,2.05,9,4.09,1.76,11,3.92,2.68,12,4.9,2.02,10,4.71,2.13,14,4.78,1.64,9,5.27,1.62,11,4.91,1.97,11,3.17,2.21,12,4.75,1.98,16,4.88,2.3,8,5.08,2.11,12,5.0,0.0,8,3.67,2.41,15,4.62,1.85,8,4.82,2.04,17,4.62,2.07,8
+transmission,4.62,2.13,21,3.38,2.79,24,4.7,2.74,20,5.0,2.39,8,4.38,2.02,13,4.83,2.48,6,2.89,2.78,18,5.18,2.79,11,4.11,2.71,9,4.67,2.23,12,4.56,2.13,9,4.3,2.63,10,2.71,2.81,14,4.85,3.02,13,4.43,2.3,7,4.71,1.9,14,4.43,2.7,7,3.81,3.08,16,2.5,2.0,8,5.5,2.47,12,3.5,2.83,8
+transmit,4.24,1.67,21,4.39,2.04,23,5.3,2.45,20,4.4,1.52,5,4.19,1.76,16,5.5,1.45,12,3.18,1.94,11,6.1,2.56,10,4.0,1.58,9,4.0,1.95,12,4.56,1.24,9,4.56,2.06,16,4.0,2.08,7,4.5,2.01,10,6.1,2.69,10,4.08,1.85,13,4.5,1.41,8,4.53,2.09,19,3.75,1.89,4,4.77,2.2,13,6.29,2.75,7
+transmitter,4.95,1.23,20,3.5,2.38,18,5.25,2.25,24,4.8,1.79,5,5.0,1.07,15,5.0,2.74,5,2.92,2.06,13,4.77,2.42,13,5.82,1.99,11,5.1,1.45,10,4.8,1.03,10,5.0,2.31,7,2.55,1.97,11,4.81,1.97,16,6.12,2.64,8,4.79,1.31,14,5.33,1.03,6,3.5,2.11,12,3.5,3.08,6,5.2,2.21,15,5.33,2.45,9
+transparent,5.37,1.67,19,3.45,2.26,22,5.33,2.16,24,4.83,1.94,6,5.62,1.56,13,3.83,2.41,12,3.0,2.11,10,4.88,2.53,8,5.56,2.0,16,5.8,0.79,10,4.89,2.26,9,4.22,2.44,9,2.92,2.06,13,5.06,2.28,17,6.17,1.94,6,5.25,1.28,8,5.45,1.97,11,3.89,2.37,9,3.15,2.23,13,5.69,2.21,16,4.62,2.0,8
+transplant,4.6,2.48,20,6.37,2.34,19,4.38,2.17,26,3.64,2.54,11,5.78,1.92,9,6.86,1.46,7,6.08,2.75,12,4.54,1.66,13,4.23,2.65,13,5.27,2.72,11,3.78,1.99,9,6.18,2.23,11,6.62,2.62,8,4.47,2.27,17,4.22,2.11,9,5.0,2.94,10,4.2,1.99,10,6.58,2.19,12,6.0,2.71,7,4.94,2.29,16,3.5,1.72,10
+transponder,4.95,1.0,20,3.55,1.95,22,4.68,2.14,19,4.78,1.2,9,5.09,0.83,11,2.8,2.49,5,3.88,1.78,16,4.33,2.58,6,4.85,1.99,13,5.14,0.77,14,4.5,1.38,6,3.42,1.78,12,3.89,2.26,9,4.56,1.59,9,4.8,2.62,10,5.2,0.79,10,4.7,1.16,10,3.0,2.04,12,4.2,1.69,10,5.33,2.42,6,4.38,2.02,13
+transport,5.9,1.48,20,3.76,2.33,25,5.79,2.1,19,5.62,1.51,8,6.08,1.51,12,4.0,2.83,6,3.61,2.28,18,4.57,2.3,7,6.5,1.68,12,5.8,1.57,15,6.2,1.3,5,3.43,2.47,14,4.1,2.28,10,5.44,2.51,9,6.1,1.73,10,6.0,1.67,11,5.78,1.3,9,4.25,2.46,16,2.89,1.9,9,5.45,2.46,11,6.25,1.49,8
+transportation,6.1,1.48,21,2.38,1.66,21,5.37,2.45,27,5.5,1.43,10,6.64,1.36,11,2.0,1.53,7,2.57,1.74,14,5.0,2.83,17,6.0,1.56,10,6.27,1.62,11,5.9,1.37,10,2.2,1.79,5,2.44,1.67,16,4.79,2.72,14,6.0,2.04,13,6.0,1.73,13,6.25,1.04,8,2.3,1.83,10,2.45,1.57,11,6.0,2.8,14,4.69,1.89,13
+transporter,4.84,1.92,19,4.14,2.46,22,5.43,1.78,23,4.5,1.76,6,5.0,2.04,13,5.0,2.59,12,3.1,1.91,10,5.12,2.17,8,5.6,1.59,15,5.2,1.55,10,4.44,2.3,9,4.78,2.54,9,3.69,2.39,13,5.29,1.93,17,6.0,1.41,5,5.12,1.89,8,4.64,2.01,11,4.56,2.92,9,3.85,2.15,13,5.13,1.88,15,6.0,1.51,8
+transsexual,3.68,1.95,19,4.23,2.07,22,4.78,2.26,23,4.0,1.55,11,3.57,2.44,7,4.5,2.33,8,4.07,1.98,14,4.86,3.02,7,4.75,1.95,16,4.12,2.03,8,3.36,1.91,11,3.44,2.19,9,4.77,1.88,13,4.18,2.32,11,5.33,2.15,12,3.5,2.2,12,4.0,1.53,7,3.82,2.71,11,4.64,1.12,11,5.92,1.89,13,3.3,1.83,10
+transvestite,4.22,1.78,23,5.05,2.87,22,4.5,2.52,20,4.0,1.69,8,4.33,1.88,15,5.3,3.16,10,4.83,2.72,12,4.0,2.58,7,4.77,2.55,13,4.67,1.78,12,3.73,1.74,11,3.73,2.53,11,6.36,2.66,11,4.13,2.72,15,5.6,1.52,5,3.91,2.02,11,4.5,1.57,12,5.4,2.46,10,4.75,3.25,12,4.8,2.62,10,4.2,2.53,10
+trap,3.24,1.37,21,4.36,2.68,22,3.78,2.68,27,3.2,1.4,10,3.27,1.42,11,4.0,2.89,7,4.53,2.67,15,3.82,2.79,17,3.7,2.63,10,3.27,1.62,11,3.2,1.14,10,2.8,2.49,5,4.82,2.63,17,4.21,2.99,14,3.31,2.32,13,2.92,1.5,13,3.75,1.04,8,3.3,2.98,10,5.25,2.14,12,4.14,3.03,14,3.38,2.29,13
+trapdoor,4.19,1.54,21,5.04,2.49,26,4.54,2.5,24,4.44,1.67,9,4.0,1.48,12,4.2,3.08,10,5.56,1.97,16,4.11,2.03,9,4.8,2.78,15,4.75,1.39,8,3.85,1.57,13,5.46,2.47,13,4.62,2.53,13,3.67,2.02,12,5.42,2.71,12,4.25,1.48,12,4.11,1.69,9,4.73,2.71,15,5.45,2.21,11,4.92,2.75,13,4.09,2.21,11
+trapeze,5.57,1.94,21,4.8,2.73,20,4.59,2.67,22,6.0,2.53,6,5.4,1.72,15,4.38,2.67,8,5.08,2.84,12,4.17,2.59,12,5.1,2.81,10,5.78,2.05,9,5.42,1.93,12,4.67,2.65,9,4.91,2.91,11,2.71,1.98,7,5.47,2.53,15,6.3,2.06,10,4.91,1.64,11,4.77,2.59,13,4.86,3.18,7,4.5,2.94,12,4.7,2.45,10
+trapper,4.47,1.9,19,3.09,1.63,22,4.22,2.19,23,4.64,2.06,11,4.14,1.86,7,3.62,1.69,8,2.79,1.58,14,4.43,2.57,7,4.12,2.09,16,5.0,1.69,8,4.09,2.02,11,2.22,1.3,9,3.69,1.6,13,4.82,1.89,11,3.67,2.39,12,3.83,1.75,12,5.57,1.72,7,2.55,1.69,11,3.64,1.43,11,4.15,2.3,13,4.3,2.16,10
+trash,2.74,1.41,19,3.66,2.63,44,4.24,2.45,42,2.5,1.38,6,2.85,1.46,13,3.43,2.54,21,3.87,2.75,23,3.62,2.5,21,4.86,2.29,21,2.9,1.37,10,2.56,1.51,9,3.45,2.42,20,3.83,2.84,24,3.58,2.24,19,4.78,2.52,23,2.88,1.55,8,2.64,1.36,11,3.53,2.69,30,3.93,2.59,14,4.14,2.63,21,4.33,2.31,21
+trashy,2.75,1.62,20,5.75,2.29,20,4.73,2.62,26,2.36,1.21,11,3.22,1.99,9,5.29,2.21,7,6.0,2.38,13,4.69,2.69,13,4.77,2.65,13,2.64,1.69,11,2.89,1.62,9,5.55,2.46,11,6.0,2.18,9,4.76,2.66,17,4.67,2.69,9,3.0,2.0,10,2.5,1.18,10,5.75,2.38,12,5.75,2.31,8,4.38,2.25,16,5.3,3.16,10
+trauma,2.89,1.6,18,4.87,2.3,23,2.7,1.49,20,3.0,1.5,9,2.78,1.79,9,5.43,2.3,7,4.8,2.31,15,3.14,1.46,7,2.46,1.51,13,3.0,1.6,8,2.8,1.69,10,4.4,2.59,10,5.5,1.93,12,2.93,1.49,15,2.0,1.41,5,3.64,1.5,11,1.71,0.95,7,4.65,2.35,20,6.33,1.53,3,2.6,1.65,10,2.8,1.4,10
+traumatic,2.22,1.4,18,5.5,2.91,22,3.57,2.68,23,2.2,1.4,10,2.43,1.51,7,5.38,3.29,8,5.57,2.79,14,4.0,2.83,7,3.38,2.68,16,2.5,1.51,8,2.0,1.33,10,4.89,3.41,9,5.92,2.56,13,4.64,2.69,11,2.58,2.35,12,2.25,1.66,12,2.17,0.75,6,3.91,2.7,11,7.09,2.21,11,3.08,2.87,13,4.2,2.39,10
+travel,7.89,1.49,19,5.55,2.47,44,6.82,2.3,22,6.83,1.83,6,8.38,1.04,13,5.24,2.36,17,5.74,2.57,27,6.73,2.8,11,6.91,1.81,11,7.9,1.52,10,7.89,1.54,9,5.24,2.43,21,5.83,2.53,23,6.46,2.18,13,7.33,2.5,9,8.38,1.19,8,7.55,1.63,11,5.8,2.42,25,5.21,2.57,19,7.14,2.38,14,6.25,2.19,8
+traveler,6.39,1.29,18,4.75,2.05,20,5.17,2.35,23,7.5,0.71,2,6.25,1.29,16,5.0,1.73,7,4.62,2.26,13,4.44,2.4,9,5.64,2.27,14,6.0,1.22,9,6.78,1.3,9,5.5,1.77,8,4.25,2.14,12,5.0,2.51,15,5.5,2.14,8,6.83,0.98,6,6.17,1.4,12,4.7,2.21,10,4.8,1.99,10,5.38,2.84,13,4.9,1.6,10
+traverse,5.0,1.89,20,3.6,2.3,20,4.96,1.97,24,4.0,1.83,4,5.25,1.88,16,4.25,0.96,4,3.44,2.53,16,5.44,2.7,9,4.67,1.4,15,4.5,1.51,8,5.33,2.1,12,4.11,2.42,9,3.18,2.23,11,5.23,1.92,13,4.64,2.06,11,4.91,1.38,11,5.11,2.47,9,2.67,1.94,9,4.36,2.38,11,5.06,2.25,17,4.71,1.11,7
+travesty,2.85,1.27,20,4.95,2.24,20,3.18,1.92,22,3.0,1.15,7,2.77,1.36,13,4.22,2.68,9,5.55,1.69,11,2.33,1.97,6,3.5,1.86,16,2.8,1.4,10,2.78,1.2,9,4.5,2.67,8,5.25,1.96,12,3.73,1.87,15,2.0,1.53,7,3.09,1.22,11,2.56,1.33,9,5.17,2.25,12,4.62,2.33,8,3.45,2.25,11,2.91,1.58,11
+tray,5.14,1.25,22,3.57,2.23,23,6.05,2.2,19,4.88,1.36,8,5.0,0.58,13,4.25,2.31,8,3.0,2.11,14,5.57,1.81,7,6.27,2.53,11,4.5,1.07,8,5.23,0.73,13,4.11,2.42,9,3.21,2.12,14,4.86,2.48,7,6.75,1.76,12,4.82,1.08,11,5.45,1.37,11,2.56,2.01,9,4.21,2.19,14,6.06,1.81,16,6.0,4.36,3
+treacherous,2.85,1.66,20,6.0,2.3,18,3.33,2.26,24,2.4,0.89,5,3.0,1.85,15,6.6,1.52,5,5.77,2.55,13,3.38,2.6,13,3.27,1.9,11,2.6,1.35,10,3.1,1.97,10,6.57,1.4,7,5.64,2.73,11,3.81,2.2,16,2.38,2.2,8,2.93,1.82,14,2.67,1.37,6,6.58,2.07,12,4.83,2.48,6,3.47,2.39,15,3.11,2.15,9
+treachery,2.7,1.59,20,5.33,2.59,21,4.8,2.78,25,3.33,1.53,3,2.59,1.62,17,5.86,3.39,7,5.15,2.27,13,4.5,3.07,8,4.94,2.73,17,2.57,1.4,7,2.77,1.74,13,6.0,2.45,7,5.08,2.78,13,5.29,2.84,14,4.18,2.71,11,2.67,0.5,9,2.73,2.15,11,6.09,2.12,11,4.5,2.92,10,4.67,2.93,18,5.14,2.54,7
+tread,4.72,0.96,18,3.76,2.17,21,5.3,1.92,23,4.67,1.53,3,4.73,0.88,15,4.5,1.69,8,3.31,2.36,13,5.33,1.73,9,5.29,2.09,14,4.67,0.87,9,4.78,1.09,9,4.22,2.05,9,3.42,2.27,12,5.73,1.91,15,4.5,1.77,8,4.17,1.17,6,5.0,0.74,12,4.1,2.08,10,3.45,2.3,11,5.15,2.3,13,5.5,1.35,10
+treadmill,5.19,1.83,21,4.22,2.98,23,5.6,2.06,20,5.88,1.55,8,4.77,1.92,13,6.0,2.53,6,3.59,2.94,17,5.55,1.92,11,5.67,2.35,9,5.58,1.83,12,4.67,1.8,9,5.0,3.09,10,3.62,2.87,13,5.38,2.06,13,6.0,2.16,7,5.29,1.49,14,5.0,2.52,7,4.0,2.97,16,4.71,3.2,7,5.83,1.95,12,5.25,2.31,8
+treason,3.05,2.32,19,5.8,2.07,20,3.67,2.43,24,3.46,2.57,13,2.17,1.47,6,5.8,2.77,5,5.8,1.9,15,4.0,2.42,13,3.27,2.49,11,4.11,2.67,9,2.1,1.52,10,6.14,2.61,7,5.62,1.8,13,4.09,2.7,11,3.31,2.21,13,3.0,2.4,9,3.1,2.38,10,5.1,2.38,10,6.5,1.51,10,4.67,3.0,9,3.07,1.87,15
+treasure,7.65,0.93,20,6.3,2.68,20,6.04,2.25,23,8.0,0.0,3,7.59,1.0,17,5.9,2.73,10,6.7,2.71,10,6.33,2.24,9,5.86,2.32,14,7.86,0.38,7,7.54,1.13,13,6.86,2.85,7,6.0,2.65,13,6.0,2.48,15,6.12,1.89,8,7.33,1.0,9,7.91,0.83,11,6.6,2.59,10,6.0,2.87,10,5.85,2.67,13,6.3,1.64,10
+treasured,7.14,1.53,21,5.16,2.71,19,7.05,1.65,19,6.67,1.63,6,7.33,1.5,15,6.0,2.45,8,4.55,2.84,11,7.1,1.6,10,7.0,1.8,9,7.33,1.37,6,7.07,1.62,15,5.9,2.6,10,4.33,2.74,9,7.08,1.73,12,7.0,1.63,7,6.86,1.68,7,7.29,1.49,14,5.46,2.99,13,4.5,2.07,6,6.6,1.58,10,7.56,1.67,9
+treasurer,6.43,1.5,23,4.27,2.55,22,6.5,1.47,20,6.62,1.3,8,6.33,1.63,15,4.5,2.55,10,4.08,2.64,12,6.57,1.4,7,6.46,1.56,13,6.08,1.68,12,6.82,1.25,11,3.45,2.21,11,5.09,2.7,11,6.33,1.23,15,7.0,2.12,5,6.45,1.51,11,6.42,1.56,12,4.6,2.01,10,4.0,2.98,12,6.3,1.42,10,6.7,1.57,10
+treasury,5.8,1.58,20,4.29,2.57,21,6.04,2.13,25,5.33,1.53,3,5.88,1.62,17,4.14,3.02,7,4.38,2.53,13,5.62,2.13,8,6.24,2.17,17,6.43,1.51,7,5.46,1.56,13,5.71,2.5,7,3.54,2.47,13,5.71,2.23,14,6.45,2.02,11,5.33,0.87,9,6.18,1.94,11,5.55,1.97,11,2.9,2.51,10,5.94,2.41,18,6.29,1.25,7
+treat,6.84,2.03,19,5.0,2.7,48,6.66,2.16,975,5.33,2.42,6,7.54,1.45,13,5.37,2.54,19,4.76,2.81,29,6.57,2.17,429,6.73,2.16,541,6.7,1.7,10,7.0,2.45,9,5.62,2.36,24,4.38,2.92,24,6.64,2.22,533,6.69,2.09,438,7.38,1.77,8,6.45,2.21,11,5.09,2.69,33,4.8,2.81,15,6.7,2.19,531,6.6,2.12,444
+treatable,6.16,2.22,19,3.75,2.31,20,5.85,1.98,20,6.0,1.73,3,6.27,2.4,15,3.7,2.06,10,3.8,2.66,10,5.4,1.07,10,6.3,2.58,10,6.67,2.42,6,6.0,2.26,12,3.71,2.14,7,3.77,2.49,13,5.5,2.33,8,6.08,1.78,12,6.5,1.78,12,5.57,2.88,7,3.6,2.22,10,3.9,2.51,10,5.78,2.33,9,5.91,1.76,11
+treatment,5.0,1.8,22,4.47,2.01,19,4.53,2.41,19,5.12,2.3,8,4.92,1.61,13,3.83,2.14,6,4.83,2.04,12,4.86,3.02,7,4.09,2.02,11,5.12,2.7,8,4.92,1.19,13,4.38,2.45,8,4.55,1.75,11,4.86,2.54,7,4.33,2.42,12,4.55,1.75,11,5.45,1.81,11,3.88,2.47,8,4.91,1.58,11,4.81,2.43,16,3.0,2.0,3
+treaty,5.42,1.74,19,3.7,2.08,20,5.62,1.79,24,5.92,1.55,13,4.33,1.75,6,4.8,2.28,5,3.33,1.95,15,5.62,2.02,13,5.64,1.57,11,5.56,2.51,9,5.3,0.67,10,4.71,2.06,7,3.15,1.95,13,5.36,1.96,11,5.85,1.68,13,4.89,1.69,9,5.9,1.73,10,3.6,2.07,10,3.8,2.2,10,6.33,2.0,9,5.2,1.57,15
+tree,7.59,1.69,41,2.67,2.29,42,5.62,2.16,24,7.84,1.34,19,7.36,1.94,22,2.1,1.85,10,2.84,2.41,32,5.75,2.31,8,5.56,2.16,16,8.05,1.13,19,7.43,1.66,21,2.36,1.98,14,2.82,2.45,28,5.47,2.32,17,6.17,1.94,6,7.4,1.98,20,7.76,1.37,21,2.28,2.42,18,2.96,2.2,24,6.06,2.41,16,4.75,1.28,8
+tremble,3.18,1.26,22,5.32,2.68,22,3.79,1.75,19,3.88,1.25,8,2.85,1.14,13,5.25,2.76,8,5.23,2.8,13,3.43,1.62,7,3.91,1.92,11,3.12,0.99,8,3.31,1.44,13,5.22,2.86,9,5.38,2.66,13,3.43,1.4,7,4.0,1.95,12,3.18,1.6,11,3.18,0.87,11,3.5,2.93,8,6.36,1.95,14,3.81,1.76,16,3.67,2.08,3
+tremendous,7.0,1.61,21,3.54,2.69,24,4.9,2.25,20,7.88,1.13,8,6.46,1.66,13,4.83,2.56,6,3.11,2.65,18,5.27,2.69,11,4.44,1.59,9,7.08,1.38,12,6.89,1.96,9,4.0,3.06,10,3.21,2.46,14,4.62,2.63,13,5.43,1.27,7,6.79,1.85,14,7.43,0.98,7,3.88,2.25,16,2.88,3.48,8,5.08,2.15,12,4.62,2.5,8
+tremor,4.26,1.28,19,4.72,2.14,18,3.59,1.66,17,4.73,1.19,11,3.62,1.19,8,5.5,1.29,4,4.5,2.31,14,3.38,1.41,8,3.78,1.92,9,5.0,1.2,8,3.73,1.1,11,5.0,2.38,7,4.55,2.07,11,3.83,1.17,6,3.45,1.92,11,4.31,1.44,13,4.17,0.98,6,3.91,2.07,11,6.0,1.63,7,3.71,1.98,7,3.5,1.51,10
+trench,4.43,1.5,21,3.22,1.76,23,4.84,1.62,25,4.45,1.69,11,4.4,1.35,10,3.0,1.41,11,3.42,2.07,12,4.36,1.86,11,5.23,1.42,13,4.3,1.57,10,4.55,1.51,11,3.36,1.75,11,3.08,1.83,12,4.94,1.44,16,4.62,2.13,8,4.38,1.76,13,4.5,1.07,8,2.93,1.58,15,3.75,2.05,8,5.18,1.78,17,4.12,0.99,8
+trend,5.33,1.49,21,4.45,2.06,22,4.95,2.6,21,4.4,1.52,5,5.62,1.41,16,5.36,2.01,11,3.55,1.75,11,5.18,2.36,11,4.22,2.68,9,5.33,1.83,12,5.33,1.0,9,4.8,2.21,15,3.71,1.6,7,5.27,2.45,11,4.6,2.84,10,5.62,1.5,13,4.88,1.46,8,4.56,2.12,18,4.0,2.0,4,4.21,2.64,14,6.43,1.9,7
+trendy,4.95,2.3,19,4.23,2.35,22,5.83,2.52,23,5.45,2.07,11,4.71,2.36,7,4.38,2.39,8,4.14,2.41,14,4.86,3.13,7,6.25,2.18,16,4.62,2.77,8,5.18,1.99,11,3.44,1.94,9,4.77,2.52,13,6.27,2.53,11,5.42,2.54,12,4.92,2.61,12,5.0,1.83,7,4.64,2.8,11,3.82,1.83,11,6.0,2.68,13,5.6,2.41,10
+trespass,3.27,1.61,22,4.79,2.3,19,5.0,2.19,21,3.8,1.64,5,3.06,1.65,16,4.62,2.26,8,4.91,2.43,11,4.8,2.3,10,5.18,2.18,11,3.42,1.51,12,3.1,1.79,10,5.7,1.83,10,3.78,2.44,9,5.08,2.02,12,4.89,2.52,9,2.64,1.29,11,3.91,1.7,11,4.25,2.66,8,5.18,2.04,11,4.44,2.51,9,5.42,1.93,12
+triad,4.32,1.25,22,4.45,2.32,22,5.25,2.17,20,4.25,1.39,8,4.36,1.22,14,5.4,2.22,10,3.67,2.19,12,5.57,2.94,7,5.08,1.75,13,4.08,1.62,12,4.6,0.52,10,4.09,2.43,11,4.82,2.27,11,5.4,2.5,15,4.8,0.45,5,4.1,1.6,10,4.5,0.9,12,4.5,1.9,10,4.42,2.71,12,5.3,1.83,10,5.2,2.57,10
+triage,3.81,1.94,21,4.65,2.08,23,5.06,2.69,18,4.33,2.35,9,3.42,1.56,12,4.64,1.86,11,4.67,2.35,12,4.3,2.91,10,6.0,2.2,8,5.0,2.24,7,3.31,1.55,13,4.91,2.02,11,4.42,2.19,12,4.71,3.04,7,5.27,2.57,11,4.0,2.35,13,3.5,1.07,8,4.55,2.38,11,4.75,1.86,12,4.89,2.67,9,5.22,2.86,9
+trial,3.28,2.08,18,5.05,2.71,21,3.89,2.42,18,3.38,1.77,8,3.2,2.39,10,4.71,2.56,7,5.21,2.86,14,4.0,2.24,11,3.71,2.87,7,3.27,1.68,11,3.29,2.75,7,4.89,3.02,9,5.17,2.59,12,4.09,2.74,11,3.57,1.99,7,3.17,1.7,12,3.5,2.88,6,4.33,3.06,12,6.0,1.94,9,4.67,2.78,9,3.11,1.83,9
+triangle,5.21,1.08,19,3.5,2.2,18,5.06,2.49,17,5.36,1.12,11,5.0,1.07,8,4.0,2.0,4,3.36,2.31,14,4.0,2.51,8,6.0,2.18,9,5.25,1.16,8,5.18,1.08,11,3.57,1.9,7,3.45,2.46,11,3.17,1.94,6,6.09,2.17,11,5.0,1.08,13,5.67,1.03,6,2.82,2.04,11,4.57,2.15,7,6.0,2.58,7,4.4,2.32,10
+triangulate,4.9,1.67,21,4.0,2.0,20,5.76,2.0,21,5.5,1.38,6,4.67,1.76,15,4.88,1.96,8,3.42,1.88,12,6.0,1.84,11,5.5,2.22,10,4.83,1.94,6,4.93,1.62,15,4.1,2.18,10,3.9,1.91,10,6.0,2.15,14,5.29,1.7,7,5.0,1.83,7,4.86,1.66,14,4.07,2.09,14,3.83,1.94,6,6.0,2.09,12,5.44,1.94,9
+triathlon,5.05,1.9,20,3.41,2.29,17,6.41,2.06,22,5.4,2.3,5,4.93,1.83,15,4.33,2.66,6,2.91,2.02,11,5.7,2.0,10,7.0,2.0,12,5.7,1.7,10,4.4,1.96,10,3.9,2.56,10,2.71,1.8,7,6.18,2.18,11,6.64,2.01,11,5.25,2.09,12,4.75,1.67,8,2.78,2.59,9,4.12,1.81,8,6.27,2.24,11,6.55,1.97,11
+tribal,5.17,1.77,23,4.56,2.62,18,4.58,2.3,24,5.29,2.21,7,5.12,1.63,16,5.6,2.79,5,4.15,2.54,13,4.15,2.34,13,5.09,2.26,11,5.36,1.5,11,5.0,2.04,12,5.43,2.37,7,4.0,2.72,11,4.75,2.05,16,4.25,2.87,8,4.75,1.91,16,6.14,0.9,7,4.92,2.5,12,3.83,2.93,6,4.53,2.5,15,4.67,2.06,9
+tribe,5.63,1.42,19,4.29,2.24,24,5.5,1.97,28,6.12,1.64,8,5.27,1.19,11,4.78,2.22,9,4.0,2.27,15,5.14,1.96,14,5.86,1.99,14,5.56,1.59,9,5.7,1.34,10,4.5,2.28,12,4.08,2.27,12,5.21,1.81,14,5.79,2.15,14,5.7,1.7,10,5.56,1.13,9,4.17,2.33,12,4.42,2.23,12,5.17,1.7,12,5.75,2.18,16
+tribunal,4.53,2.01,19,3.95,2.26,22,4.74,2.36,23,4.45,2.11,11,4.86,2.04,7,4.5,2.33,8,3.64,2.24,14,4.71,2.87,7,4.75,2.21,16,4.25,1.58,8,4.73,2.33,11,3.22,2.44,9,4.46,2.07,13,4.82,2.52,11,4.67,2.31,12,4.42,1.98,12,4.71,2.21,7,2.64,1.91,11,5.27,1.79,11,4.15,2.76,13,5.5,1.51,10
+tribune,4.84,1.34,19,3.78,1.93,18,5.71,1.9,17,5.27,0.9,11,4.25,1.67,8,3.75,1.89,4,3.79,2.01,14,5.88,0.83,8,5.56,2.55,9,5.25,1.28,8,4.55,1.37,11,3.71,1.89,7,3.82,2.04,11,5.17,1.94,6,6.0,1.9,11,4.92,1.44,13,4.67,1.21,6,3.73,2.24,11,3.86,1.46,7,6.57,1.51,7,5.1,1.97,10
+tribute,6.44,1.92,18,4.27,2.37,22,5.91,2.27,22,6.64,1.86,11,5.83,2.14,6,5.12,2.8,8,3.79,2.04,14,5.83,2.86,6,5.94,2.11,16,5.88,2.1,8,6.9,1.73,10,3.67,2.0,9,4.69,2.59,13,5.27,2.57,11,6.55,1.81,11,6.73,2.24,11,6.0,1.29,7,3.82,2.71,11,4.73,2.0,11,6.0,2.48,13,5.78,2.05,9
+trick,4.89,1.45,18,5.57,2.73,21,3.22,1.56,18,5.12,1.25,8,4.7,1.64,10,5.0,2.94,7,5.86,2.68,14,3.45,1.44,11,2.86,1.77,7,4.91,1.58,11,4.86,1.35,7,6.44,2.4,9,4.92,2.87,12,3.0,1.61,11,3.57,1.51,7,4.67,1.5,12,5.33,1.37,6,5.17,2.82,12,6.11,2.67,9,3.56,1.67,9,2.89,1.45,9
+trickery,3.53,1.54,19,5.12,2.51,24,4.57,2.43,28,3.75,1.16,8,3.36,1.8,11,4.33,2.65,9,5.6,2.38,15,4.07,2.59,14,5.07,2.23,14,3.78,1.64,9,3.3,1.49,10,4.42,2.68,12,5.83,2.21,12,3.71,2.3,14,5.43,2.31,14,3.4,1.65,10,3.67,1.5,9,4.75,2.38,12,5.5,2.68,12,3.92,1.93,12,5.06,2.69,16
+trickster,3.79,1.9,19,5.37,2.29,19,4.29,2.22,24,4.23,1.69,13,2.83,2.14,6,4.75,1.71,4,5.53,2.45,15,4.46,2.15,13,4.09,2.39,11,5.22,1.3,9,2.5,1.35,10,6.17,2.23,6,5.0,2.31,13,4.73,2.24,11,3.92,2.22,13,3.78,2.05,9,3.8,1.87,10,4.78,2.82,9,5.9,1.66,10,4.56,2.6,9,4.13,2.03,15
+tricky,4.78,1.54,23,4.86,2.57,21,5.29,2.24,24,5.0,2.0,5,4.72,1.45,18,4.57,2.7,7,5.15,2.64,13,5.38,1.77,8,5.25,2.49,16,4.5,1.31,8,4.93,1.67,15,4.71,2.93,7,5.08,2.53,13,5.79,2.26,14,4.6,2.12,10,4.64,1.63,11,4.92,1.51,12,5.0,2.61,11,4.7,2.67,10,5.0,2.52,17,6.0,1.15,7
+tricycle,6.14,1.62,21,3.62,1.66,21,6.2,2.14,25,5.92,1.73,12,6.44,1.51,9,3.57,1.4,7,3.64,1.82,14,6.1,2.56,10,6.27,1.91,15,7.0,1.83,4,5.94,1.56,17,4.1,1.52,10,3.18,1.72,11,5.86,2.48,7,6.33,2.06,18,6.42,1.56,12,5.78,1.72,9,3.85,1.72,13,3.25,1.58,8,5.89,2.32,9,6.38,2.09,16
+trident,5.37,2.14,19,4.36,2.89,22,4.75,2.03,28,4.5,2.17,6,5.77,2.09,13,4.91,2.84,11,3.82,2.96,11,4.82,2.64,11,4.71,1.61,17,5.09,2.34,11,5.75,1.91,8,4.64,2.54,11,4.09,3.3,11,4.72,2.05,18,4.8,2.1,10,5.92,2.1,13,4.17,1.83,6,3.57,2.87,14,5.75,2.49,8,4.75,2.27,16,4.75,1.76,12
+trifle,4.8,1.79,20,4.06,2.13,18,4.25,1.89,24,4.8,2.28,5,4.8,1.7,15,4.6,2.19,5,3.85,2.15,13,4.08,2.14,13,4.45,1.63,11,5.0,1.7,10,4.6,1.96,10,5.29,2.06,7,3.27,1.85,11,4.5,1.97,16,3.75,1.75,8,4.5,1.83,14,5.5,1.64,6,4.75,1.91,12,2.67,1.97,6,4.27,1.91,15,4.22,1.99,9
+trifling,3.79,1.72,19,3.3,2.18,20,4.3,1.89,20,4.67,1.53,3,3.62,1.75,16,3.5,2.26,6,3.21,2.22,14,5.33,1.75,6,3.86,1.83,14,4.4,1.71,10,3.11,1.54,9,2.57,1.72,7,3.69,2.36,13,4.5,1.51,10,4.1,2.28,10,3.75,1.75,8,3.82,1.78,11,2.78,2.28,9,3.73,2.1,11,3.88,1.96,8,4.58,1.88,12
+trig,4.74,1.88,19,3.18,2.48,22,4.36,1.73,28,4.5,0.55,6,4.85,2.27,13,2.55,1.81,11,3.82,2.96,11,3.91,2.26,11,4.65,1.27,17,4.91,1.87,11,4.5,2.0,8,2.82,2.32,11,3.55,2.7,11,4.67,1.78,18,3.8,1.55,10,5.31,1.8,13,3.5,1.52,6,3.21,2.81,14,3.12,1.96,8,4.31,2.02,16,4.42,1.31,12
+trigger,4.85,1.9,20,5.85,2.35,20,5.27,2.16,26,4.27,1.74,11,5.56,1.94,9,5.57,2.37,7,6.0,2.42,13,5.62,2.14,13,4.92,2.22,13,4.91,2.3,11,4.78,1.39,9,6.0,2.14,11,5.67,2.69,9,5.65,2.23,17,4.56,1.94,9,5.5,1.58,10,4.2,2.04,10,6.25,2.01,12,5.25,2.82,8,5.69,2.02,16,4.6,2.32,10
+trillion,5.85,1.95,20,5.19,2.46,21,5.25,2.13,24,6.75,3.3,4,5.62,1.54,16,5.0,2.94,4,5.24,2.44,17,5.88,2.75,8,4.94,1.77,16,6.5,1.31,8,5.42,2.23,12,5.8,2.25,10,4.64,2.62,11,5.54,1.9,13,4.91,2.43,11,6.09,1.87,11,5.56,2.13,9,4.6,2.72,10,5.73,2.2,11,5.53,2.07,17,4.57,2.3,7
+trilogy,5.26,2.13,19,3.67,1.91,21,5.19,2.51,16,5.45,2.07,11,4.86,2.48,7,3.71,1.7,7,3.64,2.06,14,5.17,3.06,6,5.2,2.3,10,5.38,2.5,8,5.18,1.94,11,3.12,2.03,8,4.0,1.83,13,5.12,2.64,8,5.25,2.55,8,4.92,2.15,12,5.86,2.12,7,2.6,1.78,10,4.64,1.5,11,4.56,2.19,9,6.0,2.83,7
+trim,4.64,1.47,22,3.38,2.2,21,6.32,2.19,22,4.43,1.7,14,5.0,0.93,8,3.91,2.63,11,2.78,1.64,9,5.5,2.59,6,6.62,2.03,16,4.0,1.89,10,5.17,0.72,12,2.45,1.63,11,4.4,2.37,10,6.23,2.31,13,6.44,2.13,9,4.75,1.76,12,4.5,1.08,10,3.23,2.39,13,3.62,2.0,8,7.0,1.71,12,5.5,2.51,10
+trimester,5.11,2.16,19,4.82,2.56,22,5.27,2.07,22,5.56,1.33,9,4.7,2.71,10,4.62,1.77,8,4.93,2.97,14,5.09,2.39,11,5.45,1.81,11,5.14,1.21,7,5.08,2.61,12,4.7,1.83,10,4.92,3.12,12,5.46,2.18,13,5.0,2.0,9,5.2,2.44,10,5.0,1.94,9,4.75,2.6,8,4.86,2.63,14,5.36,2.02,14,5.12,2.3,8
+trinket,6.25,1.48,20,4.37,1.92,19,5.92,1.76,26,5.82,1.4,11,6.78,1.48,9,4.71,1.25,7,4.17,2.25,12,6.15,1.91,13,5.69,1.65,13,6.64,1.75,11,5.78,0.97,9,4.36,2.06,11,4.38,1.85,8,6.18,1.91,17,5.44,1.42,9,6.4,1.58,10,6.1,1.45,10,4.36,2.11,11,4.38,1.77,8,5.62,1.82,16,6.4,1.65,10
+trio,5.68,1.49,19,3.38,1.91,21,4.7,2.03,23,6.67,1.53,3,5.5,1.46,16,4.0,1.51,8,3.0,2.08,13,5.22,2.28,9,4.36,1.86,14,5.67,1.58,9,5.7,1.49,10,3.67,1.94,9,3.17,1.95,12,4.73,2.31,15,4.62,1.51,8,6.0,1.83,7,5.5,1.31,12,3.7,1.95,10,3.09,1.92,11,4.54,2.4,13,4.9,1.52,10
+trip,7.0,2.14,18,5.33,2.89,21,6.11,2.19,18,6.25,1.49,8,7.6,2.46,10,5.0,3.16,7,5.5,2.85,14,5.82,2.04,11,6.57,2.51,7,6.91,1.7,11,7.14,2.85,7,5.0,3.32,9,5.58,2.64,12,6.82,1.72,11,5.0,2.52,7,7.0,2.09,12,7.0,2.45,6,4.58,3.06,12,6.33,2.45,9,6.11,2.62,9,6.11,1.83,9
+tripe,4.1,1.58,21,3.4,2.55,25,4.58,2.19,19,4.78,1.09,9,3.58,1.73,12,2.83,2.86,6,3.61,2.57,18,4.57,1.81,7,4.58,2.47,12,4.25,1.69,16,3.6,1.14,5,3.14,2.82,14,3.8,2.35,10,4.44,2.55,9,4.7,1.95,10,4.25,1.48,12,3.89,1.76,9,3.69,2.7,16,2.89,2.32,9,4.64,2.29,11,4.5,2.2,8
+triple,5.86,1.59,21,5.6,2.39,20,4.75,1.99,36,6.5,1.77,8,5.46,1.39,13,6.6,2.07,5,5.27,2.46,15,4.64,2.01,11,4.8,2.02,25,6.23,1.79,13,5.25,1.04,8,6.5,2.24,12,4.25,2.05,8,4.55,2.24,20,5.0,1.67,16,5.64,1.75,11,6.1,1.45,10,5.73,2.2,11,5.44,2.74,9,4.5,2.22,22,5.14,1.56,14
+triplicate,4.59,1.37,22,4.16,1.89,19,5.38,2.13,21,4.0,1.73,5,4.75,1.29,16,3.75,1.49,8,4.45,2.16,11,5.0,2.16,10,5.73,2.15,11,4.42,1.44,12,4.8,1.32,10,4.3,2.21,10,4.0,1.58,9,5.08,2.35,12,5.78,1.86,9,4.55,1.37,11,4.64,1.43,11,3.88,1.96,8,4.36,1.91,11,5.11,2.09,9,5.58,2.23,12
+tripod,5.23,1.11,22,4.32,1.95,19,5.14,2.03,21,4.6,0.55,5,5.44,1.21,16,4.62,1.41,8,4.09,2.3,11,5.2,2.3,10,5.09,1.87,11,4.83,0.94,12,5.7,1.16,10,4.4,1.78,10,4.22,2.22,9,4.5,2.02,12,6.0,1.8,9,5.36,0.81,11,5.09,1.38,11,3.25,2.19,8,5.09,1.38,11,4.89,2.32,9,5.33,1.87,12
+trite,4.27,0.83,22,4.39,2.43,23,5.11,1.52,19,4.75,0.71,8,3.92,0.76,13,4.75,2.87,8,4.0,2.18,14,5.0,1.63,7,5.0,1.48,11,4.38,0.74,8,4.15,0.9,13,4.89,2.71,9,4.07,2.27,14,5.0,1.73,7,5.17,1.47,12,4.27,0.79,11,4.27,0.9,11,4.44,2.88,9,4.36,2.21,14,5.0,1.37,16,5.67,2.52,3
+triumph,7.34,1.76,41,5.6,2.63,43,7.5,1.47,20,6.62,2.14,13,7.68,1.47,28,4.93,2.46,15,5.96,2.69,28,7.5,1.27,10,7.5,1.72,10,7.18,1.55,17,7.46,1.91,24,6.17,2.18,18,5.2,2.89,25,7.5,1.41,8,7.5,1.57,12,7.52,1.47,23,7.11,2.08,18,5.71,2.8,24,5.47,2.46,19,8.0,1.32,9,7.09,1.51,11
+triumphant,7.45,1.6,40,5.05,2.62,41,6.05,2.6,43,7.29,1.27,14,7.54,1.77,26,4.6,3.14,15,5.24,2.31,25,5.68,3.01,22,6.43,2.09,21,7.56,1.72,18,7.36,1.53,22,4.25,2.29,20,5.75,2.79,20,5.74,2.56,19,6.29,2.66,24,7.15,1.95,20,7.75,1.12,20,4.73,2.33,22,5.42,2.93,19,5.33,2.87,21,6.73,2.16,22
+trivia,5.7,1.34,20,3.82,2.38,22,6.19,1.81,26,6.0,1.63,7,5.54,1.2,13,3.4,2.5,10,4.17,2.33,12,6.07,2.09,14,6.27,1.56,11,5.36,1.03,11,6.11,1.62,9,5.11,2.09,9,2.92,2.22,13,6.82,1.7,17,4.75,1.28,8,5.69,1.38,13,5.71,1.38,7,3.94,2.62,16,3.5,1.76,6,6.55,1.57,11,5.93,1.98,15
+trivial,4.11,1.79,19,3.82,1.84,22,4.67,1.95,24,4.0,1.55,6,4.15,1.95,13,4.33,1.92,12,3.2,1.62,10,4.62,2.33,8,4.69,1.82,16,4.2,1.4,10,4.0,2.24,9,4.56,1.67,9,3.31,1.84,13,4.29,2.17,17,5.67,0.82,6,4.0,1.6,8,4.18,1.99,11,3.11,1.69,9,4.31,1.84,13,4.81,2.23,16,4.38,1.3,8
+troll,4.45,2.09,20,4.54,2.96,24,4.04,2.12,28,4.75,1.98,8,4.25,2.22,12,3.67,2.69,9,5.07,3.08,15,3.0,1.71,14,5.07,2.02,14,3.78,2.22,9,5.0,1.9,11,4.58,2.94,12,4.5,3.12,12,4.0,2.35,14,4.07,1.94,14,4.1,2.23,10,4.8,1.99,10,5.42,3.03,12,3.67,2.74,12,3.58,1.88,12,4.38,2.28,16
+trolley,5.67,2.11,18,3.0,2.05,19,5.55,2.31,20,5.33,1.53,3,6.07,1.9,14,3.0,2.0,10,3.0,2.24,9,6.0,1.76,10,5.1,2.77,10,5.67,2.58,6,6.09,1.38,11,2.29,2.14,7,3.42,1.98,12,5.0,2.0,8,5.92,2.5,12,5.73,2.1,11,5.57,2.3,7,3.11,2.2,9,2.9,2.02,10,4.44,2.3,9,6.45,1.97,11
+trombone,5.0,1.54,22,3.43,2.04,23,6.11,1.52,19,5.75,1.16,8,4.85,1.28,13,3.75,2.19,8,3.21,2.08,14,6.0,1.53,7,6.09,1.64,11,4.75,1.16,8,5.46,1.33,13,2.89,2.37,9,3.79,1.81,14,6.43,1.62,7,5.92,1.51,12,5.45,1.44,11,4.55,1.57,11,2.11,1.76,9,4.29,1.77,14,6.12,1.54,16,6.0,1.73,3
+troop,5.58,1.57,19,4.5,2.14,20,4.74,1.42,23,6.2,1.3,5,5.23,1.64,13,4.4,2.88,5,4.53,1.96,15,4.6,1.9,10,4.85,0.99,13,5.57,1.51,7,5.45,1.69,11,3.71,2.29,7,4.92,2.02,13,4.82,1.33,11,4.67,1.56,12,6.0,1.48,12,4.86,1.57,7,4.09,2.3,11,5.0,1.94,9,4.71,1.59,14,4.78,1.2,9
+trooper,5.5,2.31,20,4.95,2.1,22,5.14,2.17,21,4.44,2.01,9,6.36,2.25,11,5.18,2.14,11,4.73,2.15,11,4.5,1.93,8,5.54,2.3,13,5.29,2.46,14,6.0,2.0,6,4.62,2.33,8,5.14,2.03,14,5.88,2.23,8,4.69,2.1,13,6.2,2.2,10,4.8,2.3,10,4.08,1.8,13,6.22,1.92,9,5.33,2.64,12,4.89,1.45,9
+trophy,6.55,1.82,20,4.35,2.66,23,6.73,1.67,55,8.0,1.73,5,6.07,1.62,15,3.71,2.43,7,4.8,2.78,15,6.81,1.5,26,6.71,1.84,28,7.0,1.33,10,6.1,2.18,10,3.9,2.77,10,4.92,2.61,12,6.69,1.79,35,6.89,1.45,19,6.08,1.98,12,7.25,1.39,8,4.2,2.59,20,5.33,3.51,3,6.68,1.59,28,6.78,1.78,27
+tropic,6.91,1.51,22,4.17,2.53,24,5.79,2.57,28,6.5,1.18,10,7.25,1.71,12,3.89,2.57,9,4.33,2.58,15,5.43,2.65,14,6.14,2.54,14,7.7,1.06,10,6.25,1.54,12,4.17,2.86,12,4.17,2.29,12,5.79,2.91,14,5.79,2.29,14,7.17,1.47,12,6.6,1.58,10,3.92,2.35,12,4.42,2.78,12,6.42,2.39,12,5.31,2.68,16
+tropical,7.05,1.58,19,4.3,3.01,20,5.62,2.12,24,6.92,1.75,13,7.33,1.21,6,5.2,3.03,5,4.0,3.05,15,5.23,2.28,13,6.09,1.92,11,6.78,1.86,9,7.3,1.34,10,5.29,3.5,7,3.77,2.71,13,6.55,1.92,11,4.85,2.03,13,7.22,1.39,9,6.9,1.79,10,4.1,2.85,10,4.5,3.31,10,6.22,2.11,9,5.27,2.12,15
+tropics,7.05,1.43,20,4.74,2.83,23,6.19,1.63,21,6.78,1.2,9,7.27,1.62,11,5.09,3.05,11,4.42,2.71,12,6.5,1.2,8,6.0,1.87,13,6.93,1.49,14,7.33,1.37,6,5.22,3.42,9,4.43,2.47,14,6.88,1.13,8,5.77,1.79,13,6.8,1.75,10,7.3,1.06,10,4.38,2.81,13,5.2,2.94,10,6.25,1.76,12,6.11,1.54,9
+trot,5.63,1.3,19,5.1,2.13,20,5.65,2.21,23,5.0,0.71,5,5.92,1.44,13,5.17,2.4,6,5.07,2.09,14,5.8,1.69,10,5.54,2.6,13,6.14,1.57,7,5.36,1.12,11,5.57,2.37,7,4.85,2.03,13,5.18,1.83,11,6.08,2.5,12,5.58,1.16,12,5.71,1.6,7,4.7,2.67,10,5.5,1.43,10,5.79,2.08,14,5.44,2.51,9
+trouble,2.87,1.49,38,5.59,2.51,44,4.35,2.58,60,2.29,0.99,14,3.21,1.64,24,5.47,2.53,15,5.66,2.54,29,4.39,2.46,31,4.31,2.75,29,3.0,1.26,21,2.71,1.76,17,6.3,2.45,20,5.0,2.45,24,4.71,2.65,35,3.84,2.44,25,2.89,1.52,19,2.84,1.5,19,5.48,2.68,27,5.76,2.28,17,4.6,2.59,30,4.1,2.59,30
+troubled,3.11,1.52,19,4.45,2.4,38,3.83,2.06,40,3.33,1.37,6,3.0,1.63,13,4.33,2.24,9,4.48,2.49,29,3.7,2.05,20,3.95,2.11,20,3.9,1.37,10,2.22,1.2,9,4.21,2.49,14,4.58,2.39,24,4.24,2.05,17,3.52,2.06,23,3.25,1.98,8,3.0,1.18,11,3.76,2.39,21,5.29,2.2,17,3.53,2.1,15,4.0,2.06,25
+troublemaker,3.25,1.74,20,5.24,2.34,21,5.29,2.49,24,3.33,1.15,3,3.24,1.86,17,5.86,2.27,7,5.0,2.48,13,5.38,2.45,8,5.25,2.59,16,3.29,1.11,7,3.23,2.05,13,6.0,2.58,7,4.92,2.29,13,6.0,2.11,14,4.3,2.75,10,3.11,1.36,9,3.36,2.06,11,5.73,2.33,11,4.7,2.36,10,5.35,2.64,17,5.14,2.27,7
+troublesome,2.74,1.19,19,4.85,2.66,20,5.05,2.19,20,2.33,1.53,3,2.67,1.05,15,4.4,2.72,10,5.3,2.67,10,5.3,2.26,10,4.8,2.2,10,2.5,1.05,6,2.67,1.15,12,4.57,3.31,7,5.0,2.38,13,4.62,2.45,8,5.33,2.06,12,2.58,1.24,12,3.0,1.15,7,4.8,3.26,10,4.9,2.08,10,5.67,2.4,9,4.55,1.97,11
+trough,4.19,1.75,21,3.83,2.12,23,4.62,1.91,21,5.0,2.12,5,3.94,1.61,16,4.0,2.17,12,3.64,2.16,11,4.73,1.9,11,4.11,1.69,9,3.5,1.62,12,5.11,1.54,9,4.06,2.05,16,3.29,2.36,7,4.09,2.07,11,5.2,1.62,10,4.31,1.89,13,4.0,1.6,8,3.84,2.27,19,3.75,1.5,4,4.14,1.96,14,5.57,1.51,7
+troupe,5.24,1.81,21,3.7,1.98,20,5.62,2.22,21,5.33,1.37,6,5.2,2.01,15,3.88,2.3,8,3.58,1.83,12,5.36,2.62,11,5.9,1.79,10,4.67,1.63,6,5.47,1.88,15,4.1,2.13,10,3.3,1.83,10,5.14,2.41,14,6.57,1.51,7,4.43,1.27,7,5.64,1.95,14,3.79,2.15,14,3.5,1.64,6,4.75,2.3,12,6.78,1.56,9
+trousers,5.15,1.14,20,2.89,1.68,18,5.91,2.31,22,5.2,0.84,5,5.13,1.25,15,3.17,1.94,6,2.75,1.6,12,6.2,1.69,10,5.67,2.77,12,5.4,0.84,10,4.9,1.37,10,2.9,1.85,10,2.88,1.55,8,5.18,2.79,11,6.64,1.5,11,5.0,1.28,12,5.38,0.92,8,2.33,1.32,9,3.44,1.88,9,5.73,2.61,11,6.09,2.07,11
+trout,5.62,1.88,21,3.85,2.39,20,5.67,2.2,21,5.5,1.05,6,5.67,2.16,15,4.0,2.33,8,3.75,2.53,12,5.91,2.34,11,5.4,2.12,10,4.83,1.72,6,5.93,1.91,15,4.3,2.45,10,3.4,2.37,10,5.21,2.39,14,6.57,1.51,7,5.29,2.06,7,5.79,1.85,14,3.64,2.31,14,4.33,2.73,6,5.67,2.02,12,5.67,2.55,9
+truce,6.42,1.5,19,2.86,2.15,21,5.7,2.03,20,5.33,1.53,3,6.62,1.45,16,2.17,1.6,6,3.13,2.33,15,4.67,2.07,6,6.14,1.92,14,6.0,1.25,10,6.89,1.69,9,2.14,1.68,7,3.21,2.33,14,5.0,1.76,10,6.4,2.12,10,6.25,1.58,8,6.55,1.51,11,3.11,2.42,9,2.67,2.02,12,5.75,2.19,8,5.67,2.02,12
+truck,5.16,1.07,19,3.76,2.26,21,5.43,1.96,61,5.67,0.58,3,5.06,1.12,16,4.62,2.56,8,3.23,1.96,13,5.05,1.86,22,5.66,2.03,38,5.44,1.01,9,4.9,1.1,10,3.44,1.88,9,4.0,2.56,12,5.41,2.11,37,5.48,1.78,23,5.71,1.11,7,4.83,0.94,12,4.1,2.28,10,3.45,2.3,11,5.59,2.2,39,5.14,1.46,22
+trucker,4.62,1.24,21,3.55,1.97,22,5.05,1.56,21,5.11,0.93,9,4.25,1.36,12,3.0,2.1,6,3.67,1.99,15,5.17,1.6,6,5.0,1.6,15,4.89,1.05,9,4.42,1.38,12,4.0,1.58,5,3.41,2.09,17,4.8,1.81,10,5.27,1.35,11,4.42,1.51,12,4.89,0.78,9,3.67,1.8,9,3.46,2.15,13,4.67,1.72,12,5.56,1.24,9
+truckload,5.23,1.34,22,4.64,2.34,22,5.55,2.48,20,5.12,0.83,8,5.29,1.59,14,5.1,2.18,10,4.25,2.49,12,6.57,2.82,7,5.0,2.2,13,5.0,1.26,11,5.45,1.44,11,4.0,2.24,11,5.27,2.37,11,5.73,2.63,15,5.0,2.12,5,5.1,1.29,10,5.33,1.44,12,5.2,2.1,10,4.17,2.52,12,5.9,2.23,10,5.2,2.78,10
+TRUE,7.51,1.67,43,4.98,3.05,41,7.0,1.76,38,6.67,2.06,12,7.83,1.42,30,4.73,3.28,15,5.12,2.97,26,7.15,1.66,20,6.83,1.89,18,7.4,1.9,20,7.59,1.5,22,5.89,3.14,19,4.18,2.81,22,6.83,1.95,23,7.27,1.44,15,7.1,1.97,21,7.91,1.23,22,5.35,3.25,20,4.62,2.89,21,7.1,1.95,21,6.88,1.54,17
+truffle,6.71,1.49,21,3.5,2.65,20,5.09,2.07,22,7.67,1.21,6,6.33,1.45,15,3.0,2.88,8,3.83,2.55,12,4.75,2.05,12,5.5,2.12,10,7.44,1.42,9,6.17,1.34,12,3.56,3.0,9,3.45,2.46,11,3.29,1.6,7,5.93,1.71,15,6.7,1.83,10,6.73,1.19,11,3.23,2.62,13,4.0,2.83,7,5.08,2.43,12,5.1,1.66,10
+trump,4.18,1.68,22,3.33,1.98,21,5.86,1.71,21,3.93,1.69,14,4.62,1.69,8,3.73,2.24,11,3.0,1.73,9,5.0,1.58,5,6.12,1.71,16,3.8,2.04,10,4.5,1.31,12,2.45,1.44,11,4.3,2.11,10,5.5,1.57,12,6.33,1.87,9,3.5,1.62,12,5.0,1.41,10,2.85,1.72,13,4.12,2.23,8,5.83,1.4,12,5.89,2.15,9
+trumpet,6.03,1.58,39,4.17,2.22,42,6.02,1.99,47,6.44,1.21,16,5.74,1.76,23,3.56,2.37,16,4.56,2.12,25,6.06,2.01,18,6.0,2.02,29,5.87,1.66,23,6.2,1.52,15,3.76,2.34,21,4.6,2.11,20,5.69,1.98,26,6.43,1.99,21,6.4,1.39,20,5.63,1.71,19,4.22,2.28,23,4.11,2.21,19,6.13,2.01,30,5.82,2.01,17
+trunk,5.02,1.49,41,3.51,2.17,45,5.46,2.28,41,5.05,1.31,19,5.05,1.32,20,3.5,2.1,16,3.43,2.23,28,5.24,2.32,21,5.7,2.27,20,4.75,1.65,16,5.38,1.1,24,3.44,2.33,18,3.56,2.1,27,5.35,2.32,17,5.54,2.3,24,5.13,1.58,23,4.89,1.41,18,2.95,2.26,20,3.96,2.03,25,5.56,2.37,16,5.4,2.27,25
+trust,7.24,1.96,41,4.3,2.7,47,6.95,1.86,22,7.05,1.79,20,7.43,2.13,21,3.71,2.23,14,4.55,2.87,33,7.0,1.41,10,6.92,2.23,12,7.35,1.53,20,7.14,2.33,21,4.87,2.91,23,3.75,2.42,24,7.27,1.56,11,6.64,2.16,11,7.22,1.76,23,7.28,2.24,18,4.76,2.91,25,3.77,2.41,22,7.27,1.56,11,6.64,2.16,11
+trustee,5.84,2.24,19,3.91,2.2,22,4.74,2.08,19,5.11,1.96,9,6.5,2.37,10,3.29,2.56,7,4.14,2.11,14,4.3,2.26,10,5.22,1.86,9,5.78,2.77,9,5.9,1.79,10,4.67,2.6,9,3.25,1.82,12,4.5,1.85,8,5.3,2.0,10,6.25,2.18,12,5.14,2.34,7,3.79,2.3,19,4.67,1.53,3,4.25,2.25,8,5.09,1.97,11
+trustworthy,7.25,1.55,20,4.22,2.37,18,7.29,2.1,24,6.8,1.48,5,7.4,1.59,15,4.0,2.55,5,4.31,2.39,13,6.23,2.28,13,8.55,0.82,11,7.0,1.56,10,7.5,1.58,10,4.29,2.5,7,4.18,2.4,11,6.75,2.32,16,8.38,0.92,8,7.36,1.65,14,7.0,1.41,6,4.0,2.09,12,4.67,3.01,6,7.4,2.29,15,7.11,1.83,9
+trusty,6.19,2.2,21,4.17,2.61,23,6.14,2.03,21,5.0,2.12,5,6.56,2.16,16,4.42,2.35,12,3.91,2.95,11,6.27,2.24,11,5.67,1.66,9,6.0,2.66,12,6.44,1.51,9,4.44,2.63,16,3.57,2.64,7,5.91,1.22,11,6.4,2.72,10,6.46,2.37,13,5.75,1.98,8,4.21,2.68,19,4.0,2.58,4,5.79,1.58,14,6.86,2.73,7
+truth,7.19,1.78,43,3.88,2.74,42,6.95,2.16,57,6.77,2.0,22,7.62,1.43,21,3.32,2.4,19,4.45,2.99,22,6.42,2.47,26,7.39,1.78,31,6.86,2.03,22,7.52,1.44,21,4.12,3.0,17,3.72,2.61,25,6.54,2.36,37,7.7,1.49,20,7.15,1.91,26,7.24,1.6,17,4.53,3.01,19,3.35,2.44,23,6.65,2.36,31,7.31,1.87,26
+truthful,7.48,1.29,21,3.71,2.94,24,6.75,2.0,20,7.0,1.31,8,7.77,1.24,13,3.83,1.83,6,3.67,3.27,18,6.91,1.38,11,6.56,2.65,9,7.5,1.31,12,7.44,1.33,9,4.0,2.98,10,3.5,3.01,14,6.85,2.27,13,6.57,1.51,7,7.71,1.27,14,7.0,1.29,7,4.38,2.87,16,2.38,2.77,8,6.92,1.56,12,6.5,2.62,8
+try,5.64,1.76,22,4.0,2.37,21,5.94,2.51,17,5.67,1.75,6,5.53,1.85,15,3.0,2.24,7,4.5,2.35,14,5.33,2.92,9,6.62,1.92,8,5.36,2.06,14,6.0,1.0,7,3.67,2.24,9,4.25,2.53,12,6.11,3.22,9,5.75,1.58,8,5.71,1.94,14,5.5,1.51,8,5.0,3.22,6,3.6,1.92,15,6.67,2.69,9,5.12,2.17,8
+tryout,5.53,1.58,19,4.19,2.52,21,5.5,2.44,20,5.67,1.15,3,5.5,1.67,16,5.0,2.9,6,3.87,2.39,15,6.0,2.0,6,5.29,2.64,14,5.7,1.34,10,5.33,1.87,9,3.86,2.97,7,4.36,2.37,14,5.2,2.53,10,5.8,2.44,10,5.62,2.07,8,5.45,1.21,11,3.78,2.73,9,4.5,2.43,12,5.12,3.23,8,5.75,1.86,12
+tsunami,2.33,1.08,18,6.29,2.49,21,2.6,2.14,20,3.33,0.58,3,2.13,1.06,15,6.17,2.86,6,6.33,2.44,15,3.5,2.81,6,2.21,1.76,14,2.5,1.18,10,2.12,0.99,8,6.29,2.43,7,6.29,2.61,14,3.2,2.49,10,2.0,1.63,10,2.25,1.16,8,2.4,1.07,10,6.22,2.86,9,6.33,2.31,12,2.88,2.47,8,2.42,1.98,12
+tub,6.1,1.7,21,3.8,2.48,20,5.14,2.62,22,6.17,1.6,6,6.07,1.79,15,4.0,2.67,8,3.67,2.46,12,5.0,2.49,12,5.3,2.91,10,6.44,2.19,9,5.83,1.27,12,4.33,2.74,9,3.36,2.29,11,3.14,1.95,7,6.07,2.4,15,6.2,2.15,10,6.0,1.26,11,3.85,2.51,13,3.71,2.63,7,5.58,3.15,12,4.6,1.84,10
+tuba,5.58,1.95,19,3.95,2.7,22,5.18,1.66,28,5.67,2.25,6,5.54,1.9,13,3.82,2.36,11,4.09,3.11,11,6.18,1.6,11,4.53,1.37,17,5.27,1.9,11,6.0,2.07,8,3.82,2.71,11,4.09,2.81,11,5.11,1.94,18,5.3,1.06,10,5.46,2.15,13,5.83,1.6,6,3.79,3.12,14,4.25,1.91,8,5.38,1.78,16,4.92,1.51,12
+tubby,3.9,1.3,21,3.95,1.53,21,4.64,2.25,25,4.0,1.35,12,3.78,1.3,9,4.29,1.7,7,3.79,1.48,14,4.6,2.46,10,4.67,2.19,15,4.0,1.41,4,3.88,1.32,17,3.8,1.62,10,4.09,1.51,11,4.0,2.58,7,4.89,2.14,18,3.67,1.15,12,4.22,1.48,9,4.15,1.14,13,3.62,2.07,8,3.33,1.94,9,5.38,2.13,16
+tube,5.53,1.5,19,3.14,2.53,22,4.68,1.52,28,5.67,1.75,6,5.46,1.45,13,3.09,2.66,11,3.18,2.52,11,4.73,1.74,11,4.65,1.41,17,5.27,0.9,11,5.88,2.1,8,2.82,2.71,11,3.45,2.42,11,4.78,1.8,18,4.5,0.85,10,5.46,1.51,13,5.67,1.63,6,3.43,2.87,14,2.62,1.85,8,4.38,1.89,16,5.08,0.67,12
+tuberculosis,2.74,1.52,19,4.48,2.46,21,4.64,2.46,22,3.33,1.53,3,2.62,1.54,16,5.38,1.77,8,3.92,2.72,13,5.78,1.92,9,3.85,2.54,13,2.56,1.74,9,2.9,1.37,10,4.56,2.46,9,4.42,2.57,12,5.27,2.6,15,3.29,1.5,7,3.0,1.73,7,2.58,1.44,12,4.6,2.5,10,4.36,2.54,11,5.17,2.59,12,4.0,2.26,10
+tubing,5.11,1.2,19,3.62,1.91,21,5.05,2.14,20,4.0,1.0,3,5.31,1.14,16,3.83,1.83,6,3.53,2.0,15,5.5,2.43,6,4.86,2.07,14,5.3,1.34,10,4.89,1.05,9,3.29,1.89,7,3.79,1.97,14,4.6,1.96,10,5.5,2.32,10,4.62,1.3,8,5.45,1.04,11,2.89,2.09,9,4.17,1.64,12,5.0,2.83,8,5.08,1.68,12
+tuck,4.89,1.88,19,3.4,1.88,20,5.21,2.06,24,5.23,2.13,13,4.17,0.98,6,3.4,1.82,5,3.4,1.96,15,5.31,1.89,13,5.09,2.34,11,5.44,2.46,9,4.4,1.07,10,4.14,2.41,7,3.0,1.47,13,5.45,1.97,11,5.0,2.2,13,5.0,1.66,9,4.8,2.15,10,2.8,1.03,10,4.0,2.36,10,5.56,2.4,9,5.0,1.89,15
+tug,4.47,1.31,19,4.0,1.9,21,5.1,2.34,20,5.0,1.0,3,4.38,1.36,16,4.67,2.07,6,3.73,1.83,15,6.0,2.97,6,4.71,2.02,14,4.5,1.51,10,4.44,1.13,9,3.86,1.07,7,4.07,2.23,14,5.5,2.84,10,4.7,1.77,10,4.12,1.36,8,4.73,1.27,11,3.22,1.64,9,4.58,1.93,12,4.62,2.88,8,5.42,1.98,12
+tugboat,5.57,1.16,21,3.05,2.08,22,5.15,2.28,27,5.0,1.05,10,6.09,1.04,11,1.71,1.11,7,3.67,2.16,15,5.29,2.49,17,4.9,1.97,10,5.55,1.37,11,5.6,0.97,10,2.2,1.79,5,3.29,2.14,17,5.14,2.74,14,5.15,1.77,13,5.38,1.33,13,5.88,0.83,8,3.4,2.59,10,2.75,1.6,12,5.57,2.53,14,4.69,1.97,13
+tuition,3.53,2.32,19,4.41,2.46,22,4.57,2.43,23,3.55,2.25,11,3.86,2.54,7,4.75,2.31,8,4.21,2.61,14,4.0,2.89,7,4.81,2.26,16,2.75,2.19,8,4.09,2.34,11,4.33,2.74,9,4.46,2.37,13,5.36,2.38,11,3.83,2.33,12,3.58,2.68,12,3.43,1.72,7,3.55,2.73,11,5.27,1.9,11,4.62,2.4,13,4.5,2.59,10
+tulip,7.25,1.86,20,3.4,2.39,20,5.36,2.1,25,6.0,2.83,4,7.56,1.5,16,3.0,2.71,4,3.5,2.39,16,5.67,2.65,9,5.19,1.8,16,7.25,1.39,8,7.25,2.18,12,2.44,2.35,9,4.18,2.23,11,5.29,1.98,14,5.45,2.34,11,7.0,1.26,11,7.56,2.46,9,4.22,2.54,9,2.73,2.15,11,5.67,2.09,18,4.57,2.07,7
+tumble,5.65,1.31,20,4.9,2.02,21,4.52,2.33,25,5.67,1.15,3,5.65,1.37,17,5.57,2.23,7,4.54,1.98,13,4.62,2.39,8,4.47,2.37,17,5.43,0.79,7,5.77,1.54,13,5.29,2.43,7,4.69,1.93,13,4.36,2.47,14,4.73,2.24,11,5.56,1.42,9,5.73,1.27,11,5.55,1.86,11,4.2,2.04,10,4.61,2.7,18,4.29,0.95,7
+tumbleweed,5.67,2.2,21,3.25,2.29,20,4.94,2.37,36,5.88,2.59,8,5.54,2.03,13,3.4,2.3,5,3.2,2.37,15,5.0,2.1,11,4.92,2.52,25,5.54,2.37,13,5.88,2.03,8,3.5,2.15,12,2.88,2.59,8,5.1,2.31,20,4.75,2.49,16,5.18,2.52,11,6.2,1.75,10,4.0,2.86,11,2.33,0.71,9,4.5,2.28,22,5.64,2.41,14
+tummy,6.05,1.16,21,3.78,2.49,23,5.04,1.75,26,6.09,1.04,11,6.0,1.33,10,5.09,2.55,11,2.58,1.78,12,5.45,1.44,11,4.71,2.02,14,6.5,1.35,10,5.64,0.81,11,4.45,2.88,11,3.17,1.99,12,5.0,2.09,17,5.12,0.99,8,6.38,1.19,13,5.5,0.93,8,3.6,2.64,15,4.12,2.3,8,5.0,2.0,17,5.11,1.27,9
+tumor,2.05,1.54,40,5.33,2.83,21,2.5,1.84,44,2.5,1.45,14,1.81,1.55,26,5.71,2.93,7,5.23,2.98,13,2.68,2.21,22,2.32,1.39,22,2.18,1.81,17,1.96,1.33,23,5.43,2.15,7,5.38,3.31,13,2.93,2.0,29,1.67,1.11,15,2.26,1.85,19,1.86,1.2,21,5.36,2.54,11,5.3,3.27,10,2.92,2.1,25,1.95,1.27,19
+tuna,5.26,1.63,19,4.14,2.17,21,5.7,1.92,23,5.0,0.71,5,5.62,1.66,13,4.33,2.88,6,4.07,1.94,15,5.9,1.66,10,5.54,2.15,13,5.29,1.7,7,5.55,1.37,11,5.43,2.64,7,3.5,1.65,14,5.73,1.74,11,5.67,2.15,12,5.58,1.83,12,4.71,1.11,7,4.18,2.56,11,4.1,1.79,10,6.21,1.85,14,4.89,1.83,9
+tune,7.0,1.7,19,3.73,2.29,44,5.76,1.85,62,7.67,1.53,3,6.93,1.79,15,3.33,1.96,21,4.09,2.54,23,5.27,2.05,22,6.05,1.72,39,6.67,2.5,6,7.25,1.29,12,4.18,2.48,22,3.27,2.03,22,5.57,1.95,37,6.08,1.72,24,7.33,1.3,12,6.43,2.23,7,4.38,2.32,24,2.95,2.04,20,5.9,2.07,39,5.52,1.41,23
+tunic,5.79,1.36,19,3.79,2.12,19,5.65,2.04,26,5.6,0.84,10,6.0,1.8,9,4.43,1.81,7,3.42,2.27,12,4.85,2.08,13,6.46,1.71,13,6.1,1.37,10,5.44,1.33,9,3.73,2.05,11,3.88,2.36,8,5.71,1.99,17,5.56,2.24,9,6.0,1.49,10,5.56,1.24,9,3.27,1.79,11,4.5,2.45,8,5.62,1.96,16,5.7,2.26,10
+tunnel,4.48,1.6,21,4.09,2.13,23,4.31,1.62,26,4.82,1.66,11,4.1,1.52,10,4.09,1.97,11,4.08,2.35,12,4.18,0.98,11,4.36,2.06,14,3.8,1.55,10,5.09,1.45,11,4.27,2.24,11,3.92,2.11,12,3.88,1.5,17,5.12,1.73,8,4.31,2.02,13,4.75,0.46,8,4.4,2.06,15,3.5,2.27,8,4.41,1.91,17,4.11,0.93,9
+turban,4.23,1.54,22,4.13,2.36,23,5.21,2.18,19,4.38,1.6,8,4.38,1.33,13,4.38,2.5,8,3.93,2.43,14,4.57,2.44,7,5.73,2.05,11,4.5,1.6,8,4.31,1.32,13,3.56,2.46,9,4.5,2.31,14,4.14,2.54,7,5.83,1.75,12,4.18,1.83,11,4.27,1.27,11,3.22,2.64,9,4.71,2.05,14,5.0,2.16,16,6.33,2.31,3
+turbine,4.65,1.73,20,5.47,2.24,17,5.71,2.24,24,4.8,2.49,5,4.6,1.5,15,6.4,1.14,5,5.08,2.5,12,4.77,2.2,13,6.82,1.78,11,5.1,1.37,10,4.2,1.99,10,7.43,1.13,7,4.1,1.73,10,5.19,2.23,16,6.75,1.98,8,4.21,1.72,14,5.67,1.37,6,6.0,1.95,11,4.5,2.59,6,6.33,2.06,15,4.67,2.24,9
+turbo,5.95,1.33,22,5.62,2.5,26,6.21,2.08,24,6.89,1.17,9,5.31,1.03,13,5.9,2.85,10,5.44,2.34,16,7.0,2.12,9,5.73,1.98,15,6.25,0.71,8,5.79,1.58,14,5.92,2.1,13,5.31,2.9,13,6.0,2.34,12,6.42,1.88,12,5.42,1.16,12,6.6,1.26,10,5.4,2.69,15,5.91,2.3,11,6.69,2.14,13,5.64,1.96,11
+turbulence,2.95,1.47,19,6.45,2.42,22,2.67,1.52,24,2.83,1.72,6,3.0,1.41,13,6.5,2.39,12,6.4,2.59,10,3.12,1.81,8,2.44,1.36,16,3.1,1.45,10,2.78,1.56,9,6.44,2.55,9,6.46,2.44,13,2.76,1.52,17,2.17,1.6,6,2.38,1.19,8,3.36,1.57,11,5.78,2.44,9,6.92,2.4,13,2.94,1.65,16,2.12,1.13,8
+turbulent,4.17,2.33,18,5.9,2.02,20,4.48,2.12,25,3.6,2.07,5,4.38,2.47,13,6.0,2.68,11,5.78,0.83,9,4.25,1.98,16,4.89,2.42,9,5.0,1.91,7,3.64,2.5,11,4.67,2.18,9,6.91,1.22,11,4.3,2.08,20,5.2,2.39,5,4.44,2.35,9,3.89,2.42,9,5.73,2.24,11,6.11,1.83,9,4.95,2.04,19,3.0,1.79,6
+turd,2.5,1.4,20,4.59,2.48,22,3.79,1.9,19,2.67,1.32,9,2.36,1.5,11,2.8,2.49,5,5.06,2.35,16,3.83,1.83,6,3.77,2.01,13,2.86,1.46,14,1.67,0.82,6,4.08,2.87,12,5.11,1.96,9,3.67,1.66,9,3.9,2.18,10,2.7,1.42,10,2.3,1.42,10,4.33,3.03,12,4.9,1.73,10,4.17,1.33,6,3.62,2.14,13
+turf,4.62,2.09,21,3.95,2.24,20,5.66,2.01,35,4.12,2.59,8,4.92,1.75,13,4.0,2.0,5,3.93,2.37,15,5.91,1.81,11,5.54,2.13,24,4.62,2.43,13,4.62,1.51,8,4.08,2.02,12,3.75,2.66,8,5.74,1.94,19,5.56,2.16,16,4.55,2.3,11,4.7,1.95,10,4.45,2.62,11,3.33,1.58,9,5.52,2.11,21,5.86,1.92,14
+turkey,5.9,1.62,20,3.45,2.11,22,5.59,2.32,27,6.43,2.23,7,5.62,1.19,13,3.0,1.56,10,3.83,2.48,12,5.87,2.5,15,5.36,2.2,11,5.55,1.63,11,6.33,1.58,9,3.11,1.69,9,3.69,2.39,13,5.41,2.62,17,6.11,1.76,9,6.31,1.75,13,5.14,1.07,7,3.06,2.32,16,4.5,0.84,6,5.58,2.5,12,5.6,2.26,15
+turmoil,3.65,1.87,20,5.94,2.84,18,4.04,2.66,24,3.6,1.14,5,3.67,2.09,15,6.6,3.29,5,5.69,2.75,13,4.92,2.53,13,3.0,2.53,11,4.2,1.81,10,3.1,1.85,10,6.86,2.79,7,5.36,2.84,11,4.62,2.6,16,2.88,2.53,8,3.5,1.87,14,4.0,2.0,6,6.5,2.58,12,4.83,3.25,6,3.93,2.74,15,4.22,2.68,9
+turn,5.45,1.14,22,3.48,1.91,21,5.88,2.09,16,5.33,1.51,6,5.53,1.06,15,3.0,2.0,7,3.71,1.9,14,6.0,2.27,8,5.75,2.05,8,5.36,1.22,14,5.71,1.11,7,3.33,1.87,9,3.58,2.02,12,6.22,2.49,9,5.43,1.51,7,5.14,0.95,14,6.0,1.31,8,3.67,2.42,6,3.4,1.76,15,6.44,2.13,9,5.14,1.95,7
+turnaround,5.55,0.94,20,3.43,2.06,21,5.46,2.52,24,5.33,0.58,3,5.59,1.0,17,4.14,2.61,7,3.23,1.69,13,5.38,1.92,8,5.5,2.83,16,5.29,0.49,7,5.69,1.11,13,4.0,2.52,7,3.31,1.8,13,5.0,2.88,14,6.1,1.85,10,5.56,1.13,9,5.55,0.82,11,3.45,2.38,11,3.4,1.78,10,5.06,2.82,17,6.43,1.27,7
+turnip,4.63,2.06,19,3.32,2.06,22,6.08,1.84,24,4.33,1.75,6,4.77,2.24,13,3.92,2.15,12,2.6,1.78,10,6.12,1.13,8,6.06,2.14,16,5.1,1.2,10,4.11,2.71,9,3.44,2.07,9,3.23,2.13,13,6.06,1.85,17,6.33,2.07,6,4.5,1.93,8,4.73,2.24,11,3.0,1.87,9,3.54,2.22,13,6.81,1.8,16,4.62,0.74,8
+turnoff,2.85,1.14,20,4.26,2.51,19,5.14,2.01,22,2.4,0.55,5,3.0,1.25,15,5.0,2.0,6,3.92,2.72,13,4.9,1.52,10,5.33,2.39,12,3.2,0.92,10,2.5,1.27,10,4.45,2.62,11,4.0,2.51,8,5.09,2.3,11,5.18,1.78,11,2.67,1.15,12,3.12,1.13,8,3.1,2.6,10,5.56,1.74,9,5.55,2.54,11,4.73,1.27,11
+turnout,5.23,1.34,22,4.26,2.47,23,5.21,1.84,19,5.38,1.19,8,4.85,0.99,13,4.38,2.72,8,4.14,2.51,14,5.14,2.48,7,5.09,1.45,11,4.75,1.49,8,5.23,0.73,13,3.78,2.39,9,4.57,2.56,14,5.0,1.91,7,5.33,1.87,12,5.18,1.25,11,5.27,1.49,11,2.67,2.24,9,5.29,2.09,14,5.25,2.02,16,5.0,0.0,3
+turnover,4.84,1.64,19,4.14,2.33,21,5.26,2.34,23,4.0,2.65,3,5.0,1.46,16,5.0,1.85,8,3.62,2.5,13,6.11,1.9,9,4.71,2.49,14,4.22,2.11,9,5.4,0.84,10,4.56,2.24,9,3.83,2.44,12,5.87,2.53,15,4.12,1.46,8,6.0,0.82,7,4.17,1.64,12,4.8,2.04,10,3.55,2.5,11,5.38,2.57,13,5.1,2.13,10
+turnpike,4.89,1.13,18,3.55,2.21,20,4.76,1.3,21,5.33,0.52,6,4.67,1.3,12,4.0,2.0,9,3.18,2.4,11,5.6,1.34,5,4.5,1.21,16,4.89,1.05,9,4.75,1.28,8,3.38,2.26,8,3.67,2.27,12,4.93,1.44,14,4.43,0.98,7,4.78,1.39,9,5.0,0.87,9,3.75,2.26,12,3.25,2.25,8,5.0,1.25,10,4.55,1.37,11
+turpentine,4.05,1.23,20,4.1,2.19,21,4.88,2.46,33,4.2,1.32,10,3.9,1.2,10,4.38,1.6,8,3.92,2.53,13,4.29,2.52,14,5.32,2.38,19,4.56,0.88,9,3.64,1.36,11,4.54,1.98,13,3.38,2.45,8,4.95,2.62,21,4.75,2.26,12,4.1,1.45,10,4.0,1.05,10,4.07,2.13,14,4.14,2.48,7,5.71,2.02,17,4.0,2.63,16
+turquoise,6.5,1.74,22,4.5,2.43,24,5.32,2.34,28,5.3,0.82,10,7.5,1.68,12,4.89,2.52,9,4.27,2.43,15,4.93,2.09,14,5.71,2.58,14,7.2,1.69,10,5.92,1.62,12,5.33,2.39,12,3.67,2.27,12,5.21,2.69,14,5.43,2.03,14,6.75,1.86,12,6.2,1.62,10,5.0,2.45,12,4.0,2.41,12,5.67,2.19,12,5.06,2.49,16
+turret,4.55,1.22,22,4.81,2.37,26,5.71,2.2,24,4.78,1.3,9,4.38,1.19,13,4.7,2.26,10,4.88,2.5,16,5.56,2.24,9,5.8,2.24,15,4.62,1.19,8,4.5,1.29,14,5.69,2.32,13,3.92,2.14,13,5.42,2.19,12,6.0,2.26,12,4.42,1.08,12,4.7,1.42,10,4.67,2.79,15,5.0,1.73,11,5.69,2.32,13,5.73,2.15,11
+turtle,6.16,1.98,19,2.52,1.63,21,5.82,2.06,22,5.78,2.05,9,6.5,1.96,10,3.38,2.2,8,2.0,0.91,13,6.09,2.12,11,5.55,2.07,11,6.14,1.21,7,6.17,2.37,12,3.1,1.91,10,2.0,1.18,11,5.38,2.22,13,6.44,1.74,9,6.8,1.75,10,5.44,2.07,9,2.57,2.23,7,2.5,1.34,14,5.86,2.18,14,5.75,1.98,8
+turtleneck,5.05,1.28,21,3.41,2.48,22,4.76,1.48,25,4.82,0.87,11,5.3,1.64,10,4.36,2.87,11,2.45,1.63,11,4.7,1.7,10,4.79,1.42,14,5.0,1.7,10,5.09,0.83,11,4.82,2.79,11,2.0,0.89,11,4.81,1.8,16,4.62,0.74,8,5.31,1.49,13,4.62,0.74,8,3.47,2.64,15,3.29,2.29,7,4.62,1.67,16,5.0,1.12,9
+tussle,4.0,1.33,18,5.0,2.42,17,4.88,2.47,17,4.3,1.16,10,3.62,1.51,8,6.5,1.73,4,4.54,2.47,13,4.0,2.0,8,5.67,2.69,9,4.14,1.35,7,3.91,1.38,11,5.29,2.81,7,4.8,2.25,10,5.67,1.97,6,4.45,2.7,11,3.83,1.47,12,4.33,1.03,6,4.1,2.23,10,6.29,2.21,7,5.29,2.29,7,4.6,2.67,10
+tutor,5.9,1.59,20,2.81,1.97,21,6.08,2.31,25,7.0,1.0,3,5.71,1.61,17,2.57,1.72,7,3.0,2.2,13,6.75,1.67,8,5.76,2.54,17,6.0,1.15,7,5.85,1.82,13,4.14,2.61,7,2.15,1.21,13,6.57,2.47,14,5.45,2.02,11,5.89,1.45,9,5.91,1.76,11,2.73,1.27,11,2.9,2.6,10,6.06,2.39,18,6.14,2.27,7
+tutoring,5.95,1.72,19,3.35,2.56,20,5.83,1.88,24,6.08,1.61,13,5.67,2.07,6,3.8,2.95,5,3.2,2.51,15,5.85,1.77,13,5.82,2.09,11,5.67,1.94,9,6.2,1.55,10,5.0,3.21,7,2.46,1.66,13,5.55,1.92,11,6.08,1.89,13,5.67,1.87,9,6.2,1.62,10,3.6,2.99,10,3.1,2.18,10,6.67,1.32,9,5.33,2.02,15
+tutu,6.19,1.91,21,4.15,2.35,20,5.08,2.13,36,6.0,2.78,8,6.31,1.25,13,4.4,3.13,5,4.07,2.15,15,4.64,1.96,11,5.28,2.21,25,6.46,2.3,13,5.75,1.04,8,4.17,2.48,12,4.12,2.3,8,5.15,2.11,20,5.0,2.22,16,5.73,2.28,11,6.7,1.34,10,4.73,2.37,11,3.44,2.24,9,4.77,2.33,22,5.57,1.74,14
+tux,5.91,1.6,22,4.65,2.37,23,5.42,1.84,19,5.88,1.36,8,5.69,1.6,13,4.5,2.73,8,4.86,2.28,14,5.14,1.57,7,5.55,2.11,11,6.25,1.67,8,5.46,1.33,13,5.67,2.87,9,4.0,1.8,14,4.29,2.06,7,6.08,1.38,12,6.09,1.7,11,5.73,1.56,11,4.67,2.92,9,4.64,2.06,14,5.56,1.5,16,4.67,3.51,3
+tuxedo,6.24,1.41,21,4.33,2.15,21,5.84,2.23,25,6.33,1.5,12,6.11,1.36,9,4.86,2.61,7,4.07,1.94,14,6.0,2.58,10,5.73,2.05,15,6.75,1.71,4,6.12,1.36,17,5.2,2.57,10,3.55,1.37,11,6.29,2.5,7,5.67,2.17,18,6.5,1.38,12,5.89,1.45,9,4.31,2.06,13,4.38,2.45,8,4.89,2.57,9,6.38,1.89,16
+tv,6.05,2.33,20,4.24,2.14,21,5.24,2.55,25,6.0,3.46,4,6.06,2.11,16,3.5,3.0,4,4.41,1.97,17,6.33,2.4,9,4.62,2.5,16,5.88,1.73,8,6.17,2.72,12,4.4,2.5,10,4.09,1.87,11,4.57,2.53,14,6.09,2.43,11,6.18,2.36,11,5.89,2.42,9,4.2,2.2,10,4.27,2.2,11,5.06,2.92,18,5.71,1.25,7
+TV,5.42,1.89,19,4.29,2.69,21,6.23,2.18,22,6.22,1.79,9,4.7,1.77,10,4.14,2.85,7,4.36,2.71,14,5.55,2.58,11,6.91,1.51,11,5.71,1.6,7,5.25,2.09,12,4.22,2.49,9,4.33,2.93,12,6.15,2.3,13,6.33,2.12,9,4.6,1.65,10,6.33,1.8,9,4.62,3.2,8,4.08,2.43,13,6.14,2.66,14,6.38,1.06,8
+twain,5.63,1.34,19,3.28,1.87,18,5.25,2.47,24,5.5,1.0,4,5.67,1.45,15,4.0,1.41,5,3.0,2.0,13,4.77,3.0,13,5.82,1.6,11,6.1,1.6,10,5.11,0.78,9,3.86,1.86,7,2.91,1.87,11,5.0,2.48,16,5.75,2.55,8,5.46,1.27,13,6.0,1.55,6,3.42,1.93,12,3.0,1.9,6,5.6,2.59,15,4.67,2.29,9
+twat,4.32,2.03,19,5.39,1.97,18,3.88,2.6,17,5.0,1.84,11,3.38,2.0,8,8.0,1.15,4,4.64,1.45,14,4.5,3.38,8,3.33,1.66,9,4.5,2.0,8,4.18,2.14,11,4.71,1.89,7,5.82,1.99,11,4.5,2.43,6,3.55,2.73,11,4.85,1.82,13,3.17,2.14,6,5.36,1.63,11,5.43,2.57,7,3.29,2.81,7,4.3,2.5,10
+tweak,5.21,1.9,19,4.7,2.72,20,6.3,2.27,20,5.67,1.15,3,5.07,2.09,15,4.1,2.51,10,5.3,2.91,10,6.4,2.32,10,6.2,2.35,10,4.5,1.87,6,5.5,1.98,12,4.0,2.58,7,5.08,2.81,13,5.75,3.06,8,6.67,1.61,12,5.25,2.05,12,5.14,1.77,7,4.9,3.07,10,4.5,2.46,10,6.11,2.62,9,6.45,2.07,11
+tweed,4.18,1.62,22,4.09,2.29,23,5.79,1.69,19,4.75,0.71,8,4.0,1.91,13,4.5,2.39,8,3.93,2.37,14,5.14,0.38,7,6.09,2.12,11,3.75,1.16,8,4.62,1.76,13,4.78,2.95,9,3.64,1.74,14,4.86,1.07,7,6.33,1.78,12,4.18,1.94,11,4.18,1.33,11,3.56,2.88,9,4.43,1.87,14,5.5,1.59,16,7.33,1.53,3
+tweet,5.37,2.69,19,3.39,2.52,23,5.37,1.98,19,4.89,2.32,9,5.8,3.05,10,2.0,1.53,7,4.13,2.7,15,5.7,2.0,10,5.0,2.0,9,4.0,2.92,9,6.6,1.84,10,3.7,2.98,10,3.25,2.26,12,5.62,1.51,8,4.9,2.23,10,5.17,2.82,12,5.71,2.63,7,3.0,2.47,20,6.0,0.0,3,5.75,1.67,8,5.09,2.21,11
+tweezers,4.63,1.89,19,4.64,2.42,22,6.18,1.94,22,5.44,1.33,9,3.9,2.08,10,4.62,2.07,8,4.64,2.68,14,6.18,1.78,11,6.18,2.18,11,5.29,1.38,7,4.25,2.09,12,4.7,2.31,10,4.58,2.61,12,6.15,2.19,13,6.22,1.64,9,4.2,1.99,10,5.11,1.76,9,5.38,2.67,8,4.21,2.26,14,6.21,2.08,14,6.12,1.81,8
+twelve,5.32,1.32,22,3.42,1.98,19,5.86,2.26,21,5.0,0.0,5,5.44,1.55,16,4.0,1.93,8,3.0,2.0,11,5.4,2.67,10,6.27,1.85,11,5.25,1.36,12,5.4,1.35,10,3.5,2.17,10,3.33,1.87,9,5.58,2.68,12,6.22,1.64,9,5.09,1.45,11,5.55,1.21,11,2.62,2.0,8,4.0,1.84,11,5.11,2.76,9,6.42,1.73,12
+twenty,6.25,1.89,20,3.67,2.06,24,5.14,2.4,22,6.75,1.39,8,5.92,2.15,12,3.75,2.3,12,3.58,1.88,12,5.62,2.36,13,4.44,2.4,9,7.12,1.89,8,5.73,1.79,11,4.08,1.5,13,3.18,2.56,11,5.83,2.29,12,4.3,2.36,10,5.8,2.2,10,6.7,1.49,10,3.19,2.26,16,4.62,1.19,8,5.2,3.08,10,5.08,1.78,12
+twerp,4.25,1.74,20,4.23,2.05,22,5.15,2.52,27,4.43,2.23,7,4.15,1.52,13,3.6,1.58,10,4.75,2.3,12,5.07,2.55,15,5.09,2.66,11,4.55,1.44,11,3.89,2.09,9,4.22,1.09,9,4.23,2.55,13,5.24,2.77,17,4.78,2.17,9,4.38,1.71,13,4.0,1.91,7,3.81,1.87,16,5.33,2.25,6,5.25,2.86,12,5.07,2.31,15
+twig,5.47,1.17,19,3.18,1.65,22,5.23,2.02,22,5.56,0.88,9,5.4,1.43,10,3.62,1.69,8,2.93,1.64,14,5.27,1.9,11,5.18,2.23,11,5.29,0.76,7,5.58,1.38,12,3.4,1.84,10,3.0,1.54,12,4.92,2.36,13,5.67,1.41,9,5.6,1.43,10,5.33,0.87,9,3.12,1.73,8,3.21,1.67,14,5.21,2.29,14,5.25,1.58,8
+twilight,6.24,2.3,41,4.2,2.33,20,4.8,2.3,50,5.47,2.35,17,6.79,2.15,24,4.62,1.6,8,3.92,2.75,12,4.65,2.35,26,4.96,2.29,24,5.82,2.56,22,6.74,1.91,19,5.44,2.07,9,3.18,2.09,11,4.43,2.75,21,5.07,1.93,29,6.31,2.46,26,6.13,2.07,15,4.5,2.88,8,4.0,2.0,12,4.96,2.74,24,4.65,1.85,26
+twin,5.81,1.81,21,3.95,2.52,20,4.09,2.41,22,6.33,1.97,6,5.6,1.76,15,4.0,2.51,8,3.92,2.64,12,3.75,2.45,12,4.5,2.42,10,6.11,2.03,9,5.58,1.68,12,4.78,2.64,9,3.27,2.33,11,3.57,1.27,7,4.33,2.79,15,6.2,2.25,10,5.45,1.29,11,3.92,2.53,13,4.0,2.71,7,4.0,2.34,12,4.2,2.62,10
+twine,5.35,0.75,20,3.24,1.84,21,5.48,2.28,25,4.67,0.58,3,5.47,0.72,17,3.43,1.72,7,3.15,2.03,13,5.5,2.0,8,5.47,2.45,17,5.0,0.58,7,5.54,0.78,13,3.29,1.5,7,3.23,2.13,13,4.79,2.33,14,6.36,1.96,11,5.33,0.71,9,5.36,0.81,11,3.18,1.89,11,3.3,1.89,10,5.5,2.6,18,5.43,1.27,7
+twinge,4.29,1.27,21,4.35,2.06,23,3.96,1.25,26,4.36,1.43,11,4.2,1.14,10,4.55,2.02,11,4.17,2.17,12,3.91,1.3,11,4.0,1.3,14,4.3,1.16,10,4.27,1.42,11,4.45,2.25,11,4.25,1.96,12,4.18,1.13,17,3.5,1.51,8,4.38,1.33,13,4.12,1.25,8,4.53,2.07,15,4.0,2.14,8,3.88,1.17,17,4.11,1.45,9
+twinkle,6.26,1.79,19,3.72,2.35,18,5.82,2.38,17,5.73,1.42,11,7.0,2.07,8,4.5,3.0,4,3.5,2.21,14,4.62,2.56,8,6.89,1.69,9,6.38,1.41,8,6.18,2.09,11,4.43,2.15,7,3.27,2.45,11,5.67,2.25,6,5.91,2.55,11,5.92,1.93,13,7.0,1.26,6,3.45,2.66,11,4.14,1.86,7,6.43,1.81,7,5.4,2.72,10
+twirl,6.1,1.68,20,5.05,1.91,22,6.52,1.72,21,5.0,1.12,9,7.0,1.55,11,6.0,2.0,10,4.25,1.48,12,5.75,1.58,8,7.0,1.68,13,5.93,1.77,14,6.5,1.52,6,5.62,2.26,8,4.71,1.68,14,6.38,1.69,8,6.62,1.8,13,6.3,1.95,10,5.9,1.45,10,5.25,1.54,12,4.8,2.35,10,7.17,1.64,12,5.67,1.5,9
+twist,4.61,1.8,23,4.27,2.37,22,5.95,2.42,20,5.12,2.1,8,4.33,1.63,15,4.8,2.57,10,3.83,2.21,12,6.14,2.48,7,5.85,2.48,13,4.25,2.09,12,5.0,1.41,11,3.36,1.63,11,5.18,2.71,11,5.6,2.41,15,7.0,2.35,5,4.45,1.75,11,4.75,1.91,12,4.4,2.07,10,4.17,2.69,12,5.6,2.22,10,6.3,2.67,10
+twister,4.25,2.24,20,6.0,2.54,22,4.89,2.75,27,5.0,2.83,7,3.85,1.86,13,5.6,2.76,10,6.33,2.42,12,4.8,2.81,15,5.0,2.93,11,4.09,2.12,11,4.44,2.51,9,6.22,2.86,9,5.85,2.41,13,5.71,2.8,17,3.33,2.18,9,4.31,2.5,13,4.14,1.86,7,5.88,2.92,16,6.33,1.21,6,5.0,2.66,12,4.8,2.91,15
+twit,4.0,2.1,21,4.32,2.51,25,4.47,2.37,19,3.89,2.37,9,4.08,1.98,12,3.33,2.5,6,4.67,2.57,18,4.0,2.08,7,4.75,2.56,12,3.75,2.05,16,4.8,2.28,5,3.86,2.71,14,5.0,2.31,10,4.56,2.65,9,4.4,2.22,10,4.33,2.39,12,3.56,1.67,9,4.69,2.41,16,3.67,2.69,9,4.18,2.82,11,4.88,1.64,8
+twitch,4.26,1.24,19,5.95,1.86,21,4.26,2.07,23,4.8,1.1,5,4.0,1.29,13,5.33,2.25,6,6.2,1.7,15,4.3,1.89,10,4.23,2.28,13,4.29,1.6,7,4.18,1.08,11,6.0,2.52,7,5.93,1.54,14,4.36,1.43,11,4.17,2.59,12,4.42,1.08,12,4.0,1.53,7,5.27,2.2,11,6.7,1.06,10,4.07,2.09,14,4.56,2.13,9
+twitchy,3.75,1.94,20,5.0,2.47,18,3.59,1.71,22,3.8,2.17,5,3.73,1.94,15,5.0,2.61,6,5.0,2.52,12,4.4,0.97,10,2.92,1.93,12,4.3,1.64,10,3.2,2.15,10,5.3,2.79,10,4.62,2.13,8,3.64,1.63,11,3.55,1.86,11,3.67,1.97,12,3.88,2.03,8,3.89,2.93,9,6.11,1.27,9,4.0,1.95,11,3.18,1.4,11
+two,6.3,1.63,20,3.33,2.57,18,5.05,2.15,22,6.0,1.41,5,6.4,1.72,15,5.33,2.73,6,2.33,1.87,12,5.0,1.41,10,5.08,2.68,12,6.5,1.43,10,6.1,1.85,10,4.1,2.96,10,2.38,1.69,8,5.0,2.61,11,5.09,1.7,11,6.17,1.8,12,6.5,1.41,8,3.33,2.96,9,3.33,2.29,9,4.45,2.38,11,5.64,1.8,11
+two step,5.95,1.19,20,3.55,2.04,20,5.0,1.41,21,5.71,0.95,7,6.08,1.32,13,2.89,1.76,9,4.09,2.17,11,4.4,2.07,5,5.19,1.17,16,5.7,1.34,10,6.33,1.0,9,3.0,1.93,8,3.92,2.11,12,5.07,1.33,14,4.86,1.68,7,6.0,1.41,11,5.89,0.93,9,3.67,1.97,12,3.38,2.26,8,4.5,1.43,10,5.45,1.29,11
+twosome,6.52,1.94,21,5.2,2.78,20,4.82,2.52,22,7.17,1.94,6,6.27,1.94,15,5.62,2.67,8,4.92,2.94,12,4.67,3.03,12,5.0,1.89,10,7.67,1.8,9,5.67,1.61,12,5.0,2.6,9,5.36,3.04,11,3.86,2.73,7,5.27,2.37,15,6.8,2.35,10,6.27,1.56,11,4.85,2.44,13,5.86,3.44,7,5.17,3.01,12,4.4,1.84,10
+tycoon,4.74,2.02,19,4.3,2.34,20,4.62,2.48,24,4.67,3.21,3,4.75,1.88,16,4.0,1.73,3,4.35,2.47,17,5.38,2.13,8,4.25,2.62,16,4.62,1.85,8,4.82,2.23,11,4.0,2.45,9,4.55,2.34,11,5.38,2.02,13,3.73,2.76,11,4.73,1.95,11,4.75,2.25,8,4.4,2.67,10,4.2,2.1,10,4.47,2.35,17,5.0,2.94,7
+tyke,5.7,2.18,20,3.83,2.23,18,4.55,1.99,22,5.8,1.64,5,5.67,2.38,15,3.83,1.83,6,3.83,2.48,12,4.7,1.16,10,4.42,2.54,12,6.2,1.55,10,5.2,2.66,10,3.6,2.07,10,4.12,2.53,8,5.36,1.36,11,3.73,2.24,11,5.5,2.43,12,6.0,1.85,8,3.22,2.68,9,4.44,1.59,9,5.64,1.75,11,3.45,1.63,11
+type,6.06,1.63,18,2.86,2.2,21,4.89,2.05,18,5.5,1.51,8,6.5,1.65,10,2.86,2.67,7,2.86,2.03,14,4.36,1.63,11,5.71,2.5,7,5.73,1.49,11,6.57,1.81,7,2.44,2.65,9,3.17,1.85,12,5.64,2.01,11,3.71,1.6,7,5.67,1.3,12,6.83,2.04,6,3.08,2.54,12,2.56,1.74,9,5.22,2.17,9,4.56,2.01,9
+typewriter,5.44,1.1,18,2.4,1.76,20,5.96,1.54,25,5.0,0.71,5,5.62,1.19,13,2.91,2.17,11,1.78,0.83,9,6.0,1.67,16,5.89,1.36,9,5.71,1.11,7,5.27,1.1,11,2.11,1.54,9,2.64,1.96,11,5.95,1.61,20,6.0,1.41,5,5.22,0.97,9,5.67,1.22,9,2.0,1.41,11,2.89,2.09,9,5.58,1.35,19,7.17,1.6,6
+typhoid,2.55,1.43,20,4.62,2.86,24,3.57,2.08,28,3.12,1.25,8,2.17,1.47,12,4.33,2.65,9,4.8,3.05,15,3.36,1.74,14,3.79,2.42,14,2.78,1.72,9,2.36,1.21,11,4.42,2.91,12,4.83,2.92,12,3.14,1.7,14,4.0,2.39,14,2.9,1.52,10,2.2,1.32,10,5.0,3.13,12,4.25,2.63,12,3.75,1.76,12,3.44,2.34,16
+typhoon,3.62,2.22,21,5.82,2.7,22,3.38,2.28,26,3.82,2.44,11,3.4,2.07,10,6.5,2.64,10,5.25,2.73,12,3.73,2.76,11,2.93,1.82,14,4.0,1.94,10,3.27,2.49,11,6.2,2.74,10,5.5,2.75,12,3.65,2.06,17,2.5,2.62,8,3.85,2.23,13,3.25,2.31,8,6.07,2.64,14,5.38,2.92,8,3.41,2.29,17,3.33,2.4,9
+typical,4.58,1.54,19,3.37,2.01,19,5.4,2.23,20,4.46,1.81,13,4.83,0.75,6,4.0,3.08,5,3.14,1.56,14,5.56,2.01,9,5.27,2.49,11,4.22,2.11,9,4.9,0.74,10,3.86,2.67,7,3.08,1.56,12,5.0,2.4,9,5.73,2.15,11,4.89,1.69,9,4.3,1.42,10,3.1,2.18,10,3.67,1.87,9,4.71,2.63,7,5.77,2.01,13
+typist,5.3,1.58,23,4.14,2.23,22,6.15,2.08,20,5.25,1.75,8,5.33,1.54,15,4.1,2.38,10,4.17,2.21,12,5.43,2.15,7,6.54,2.03,13,5.25,1.66,12,5.36,1.57,11,3.64,2.29,11,4.64,2.16,11,5.47,1.85,15,8.2,1.3,5,4.45,1.21,11,6.08,1.51,12,4.9,1.97,10,3.5,2.32,12,6.1,1.29,10,6.2,2.74,10
+typo,4.1,1.79,21,4.0,2.41,20,4.24,2.55,21,3.67,1.03,6,4.27,2.02,15,4.75,2.38,8,3.5,2.39,12,4.18,2.36,11,4.3,2.87,10,3.83,0.75,6,4.2,2.08,15,4.1,2.47,10,3.9,2.47,10,4.14,2.82,14,4.43,2.07,7,4.0,1.83,7,4.14,1.83,14,3.93,2.76,14,4.17,1.47,6,3.83,2.62,12,4.78,2.49,9
+tyranny,3.19,2.16,21,5.45,2.7,20,2.67,1.49,21,3.67,2.07,6,3.0,2.24,15,6.25,2.76,8,4.92,2.64,12,2.55,1.69,11,2.8,1.32,10,3.17,2.04,6,3.2,2.27,15,5.4,2.99,10,5.5,2.55,10,2.71,1.68,14,2.57,1.13,7,3.29,2.14,7,3.14,2.25,14,5.71,2.84,14,4.83,2.48,6,2.5,1.68,12,2.89,1.27,9
+tyrant,2.9,1.8,20,5.27,2.21,22,3.19,1.97,21,2.67,2.0,9,3.09,1.7,11,5.0,2.49,10,5.5,2.02,12,3.0,1.85,8,3.31,2.1,13,3.43,1.87,14,1.67,0.82,6,4.5,2.83,8,5.71,1.73,14,3.75,2.38,8,2.85,1.68,13,3.5,1.51,10,2.3,1.95,10,5.42,2.19,12,5.1,2.33,10,3.33,1.92,12,3.0,2.12,9
+ubiquitous,5.05,1.27,19,3.81,1.97,21,5.32,2.34,34,5.22,1.56,9,4.9,0.99,10,3.5,1.69,8,4.0,2.16,13,5.57,2.41,14,5.15,2.35,20,5.11,1.69,9,5.0,0.82,10,3.85,1.57,13,3.75,2.6,8,5.64,2.34,22,4.75,2.34,12,5.1,1.6,10,5.0,0.87,9,4.07,1.98,14,3.29,1.98,7,4.88,2.03,17,5.76,2.61,17
+ugliness,2.75,1.92,20,4.43,2.52,21,3.44,2.42,25,1.75,0.96,4,3.0,2.03,16,3.75,2.22,4,4.59,2.62,17,5.0,2.87,9,2.56,1.63,16,2.0,0.76,8,3.25,2.3,12,4.5,2.22,10,4.36,2.87,11,3.5,2.47,14,3.36,2.46,11,2.73,1.42,11,2.78,2.49,9,4.8,2.94,10,4.09,2.17,11,4.11,2.52,18,1.71,0.76,7
+ugly,2.47,1.93,19,4.43,2.18,21,3.86,2.2,43,2.0,1.1,6,2.69,2.21,13,4.62,1.77,8,4.31,2.46,13,3.82,1.92,22,3.9,2.51,21,2.3,1.25,10,2.67,2.55,9,4.11,1.96,9,4.67,2.39,12,3.74,2.35,19,3.96,2.12,24,1.75,1.16,8,3.0,2.24,11,5.1,2.33,10,3.82,1.94,11,3.81,2.06,21,3.91,2.37,22
+ukulele,5.26,1.66,19,4.52,2.27,21,5.37,2.52,19,5.0,1.0,3,5.31,1.78,16,4.83,2.23,6,4.4,2.35,15,6.17,1.83,6,5.0,2.77,13,5.9,1.91,10,4.56,1.01,9,3.71,2.06,7,4.93,2.34,14,5.7,2.71,10,5.0,2.4,9,5.25,1.75,8,5.27,1.68,11,5.11,2.26,9,4.08,2.27,12,5.29,2.98,7,5.42,2.35,12
+ulcer,2.7,1.53,37,4.76,2.71,45,3.35,2.37,43,3.13,1.66,23,2.0,0.96,14,5.69,2.41,16,4.11,2.71,28,3.86,2.19,22,2.81,2.48,21,3.12,2.0,16,2.38,0.97,21,4.39,2.68,18,5.0,2.75,27,3.16,2.34,19,3.5,2.43,24,3.05,1.77,21,2.25,1.0,16,3.75,2.86,20,5.56,2.33,25,3.43,2.46,21,3.27,2.33,22
+ulterior,4.29,1.19,21,4.71,1.98,21,4.32,2.5,25,4.25,1.22,12,4.33,1.22,9,5.0,1.63,7,4.57,2.17,14,4.7,2.67,10,4.07,2.43,15,4.25,1.5,4,4.29,1.16,17,4.4,1.78,10,5.0,2.19,11,3.43,2.3,7,4.67,2.54,18,4.0,1.21,12,4.67,1.12,9,4.77,1.96,13,4.62,2.13,8,3.0,1.87,9,5.06,2.54,16
+ultimate,5.74,2.05,19,5.1,2.45,20,5.75,2.25,24,6.23,2.24,13,4.67,1.03,6,6.4,1.82,5,4.67,2.53,15,5.62,2.22,13,5.91,2.39,11,6.44,2.46,9,5.1,1.45,10,6.71,1.89,7,4.23,2.31,13,5.09,2.07,11,6.31,2.32,13,5.78,1.92,9,5.7,2.26,10,5.4,2.46,10,4.8,2.53,10,6.33,2.29,9,5.4,2.23,15
+ultimatum,3.65,2.21,20,5.18,2.58,22,4.22,2.53,27,5.43,2.64,7,2.69,1.18,13,4.6,2.37,10,5.67,2.74,12,3.67,2.53,15,4.82,2.56,11,3.91,2.12,11,3.33,2.4,9,5.44,2.65,9,5.0,2.61,13,4.65,2.85,17,3.22,1.64,9,4.38,2.33,13,2.29,1.11,7,5.06,2.64,16,5.5,2.59,6,5.0,2.73,12,3.6,2.26,15
+ultrasound,5.14,2.1,21,5.15,2.85,20,4.86,2.73,21,6.17,1.6,6,4.73,2.19,15,6.12,2.75,8,4.5,2.84,12,4.73,2.97,11,5.0,2.58,10,5.89,2.2,9,4.58,1.93,12,5.33,2.65,9,5.0,3.13,11,5.33,3.08,6,4.67,2.66,15,5.7,2.06,10,4.64,2.11,11,4.31,2.5,13,6.71,2.98,7,4.42,3.09,12,5.44,2.19,9
+ultraviolet,5.8,1.36,20,3.71,2.47,17,4.82,1.79,22,6.57,1.72,7,5.38,0.96,13,4.75,2.6,8,2.78,2.05,9,4.83,2.4,6,4.81,1.6,16,5.6,0.84,10,5.78,1.72,9,4.25,2.82,8,3.22,2.17,9,4.6,1.88,15,5.29,1.6,7,6.18,1.17,11,5.33,1.5,9,3.73,2.72,11,3.67,2.16,6,4.73,2.2,11,4.91,1.38,11
+umbilical,5.52,1.69,21,3.36,1.94,22,4.33,1.35,21,5.33,1.32,9,5.67,1.97,12,3.33,2.34,6,3.2,1.78,15,4.0,1.67,6,4.47,1.25,15,5.22,1.56,9,5.75,1.82,12,4.0,2.0,5,3.18,1.94,17,4.4,1.17,10,4.27,1.56,11,5.92,1.73,12,5.0,1.58,9,4.0,2.18,9,2.92,1.71,13,4.58,1.16,12,4.0,1.58,9
+umbrella,5.84,1.64,19,3.5,2.01,20,5.75,2.06,44,5.89,1.69,9,5.8,1.69,10,4.5,2.14,8,2.83,1.7,12,5.45,1.85,20,6.0,2.23,24,5.57,1.9,7,6.0,1.54,12,3.56,1.59,9,3.45,2.38,11,5.74,1.79,19,5.76,2.28,25,6.1,1.6,10,5.56,1.74,9,3.7,1.83,10,3.3,2.26,10,6.19,2.34,21,5.35,1.72,23
+umpire,4.19,1.6,21,4.57,2.11,23,4.43,2.66,21,4.4,2.51,5,4.12,1.31,16,5.42,1.98,12,3.64,1.91,11,4.0,2.83,11,4.44,2.19,9,3.33,1.44,12,5.33,1.0,9,4.12,1.54,16,5.57,2.94,7,4.09,2.02,11,4.8,3.29,10,4.38,1.76,13,3.88,1.36,8,4.63,2.24,19,4.25,1.5,4,3.79,2.33,14,5.71,2.98,7
+umpteen,4.95,1.08,19,3.86,1.98,21,5.17,2.12,23,5.33,1.53,3,4.88,1.02,16,3.5,1.85,8,4.08,2.1,13,5.0,2.5,9,5.29,1.94,14,5.11,0.6,9,4.8,1.4,10,3.78,2.22,9,3.92,1.88,12,5.13,2.59,15,5.25,0.89,8,5.14,1.07,7,4.83,1.11,12,4.3,1.89,10,3.45,2.07,11,5.23,2.8,13,5.1,0.74,10
+unable,2.96,1.3,23,3.61,2.48,18,3.08,2.6,24,3.29,1.38,7,2.81,1.28,16,3.6,2.61,5,3.62,2.53,13,2.38,1.98,13,3.91,3.08,11,3.0,1.0,11,2.92,1.56,12,4.14,2.27,7,3.27,2.65,11,3.44,2.68,16,2.38,2.45,8,3.0,1.32,16,2.86,1.35,7,4.0,2.52,12,2.83,2.4,6,2.73,2.49,15,3.67,2.83,9
+unacceptable,3.29,2.12,21,4.43,2.66,23,4.22,2.29,18,4.33,2.55,9,2.5,1.38,12,4.91,2.63,11,4.0,2.73,12,4.3,2.06,10,4.12,2.7,8,3.0,1.83,7,3.38,2.4,13,5.27,2.57,11,3.67,2.61,12,3.14,1.95,7,4.91,2.3,11,2.69,1.84,13,4.25,2.31,8,3.45,2.58,11,5.33,2.5,12,3.22,1.72,9,5.22,2.44,9
+unaccounted,4.1,1.37,21,4.22,2.63,23,4.54,2.16,26,3.73,1.35,11,4.5,1.35,10,4.27,2.9,11,4.17,2.48,12,3.64,1.69,11,4.93,2.09,14,4.3,0.82,10,3.91,1.76,11,4.91,3.02,11,3.58,2.15,12,4.53,2.29,17,4.0,1.2,8,4.23,1.54,13,3.88,1.13,8,4.0,2.83,15,4.62,2.33,8,4.59,2.48,17,4.44,1.51,9
+unaffected,4.84,1.61,19,3.32,2.12,22,6.45,2.28,22,5.0,0.71,9,4.7,2.16,10,3.62,2.0,8,3.14,2.25,14,5.82,2.4,11,7.09,2.07,11,4.86,0.38,7,4.83,2.04,12,4.0,1.94,10,2.75,2.18,12,6.77,2.42,13,6.0,2.12,9,5.3,1.42,10,4.33,1.73,9,3.25,2.05,8,3.36,2.24,14,6.36,2.34,14,6.62,2.33,8
+unafraid,6.43,2.18,21,3.38,2.32,24,6.25,2.88,20,6.0,2.2,8,6.69,2.21,13,4.0,2.19,6,3.17,2.38,18,6.09,3.11,11,6.44,2.74,9,6.33,2.46,12,6.56,1.88,9,3.9,2.6,10,3.0,2.11,14,6.15,2.91,13,6.43,3.05,7,6.79,1.93,14,5.71,2.63,7,3.31,2.41,16,3.5,2.27,8,5.83,2.86,12,6.88,3.0,8
+unanimous,5.55,1.74,22,4.24,2.36,21,4.7,2.89,20,5.62,1.85,8,5.5,1.74,14,4.7,2.63,10,3.82,2.14,11,4.86,3.18,7,4.62,2.84,13,5.55,1.75,11,5.55,1.81,11,4.1,2.38,10,4.36,2.46,11,4.47,2.64,15,5.4,3.78,5,4.6,1.43,10,6.33,1.61,12,4.44,2.19,9,4.08,2.57,12,4.3,1.95,10,5.1,3.67,10
+unannounced,3.5,1.19,20,5.05,2.74,19,4.27,2.07,26,3.45,1.13,11,3.56,1.33,9,5.0,3.06,7,5.08,2.68,12,4.23,1.74,13,4.31,2.43,13,3.45,1.37,11,3.56,1.01,9,5.6,2.8,10,4.44,2.7,9,4.53,2.37,17,3.78,1.3,9,3.5,1.35,10,3.5,1.08,10,5.17,2.95,12,4.86,2.54,7,4.38,2.22,16,4.1,1.91,10
+unanswered,3.1,1.68,20,3.72,2.27,18,3.79,2.59,24,4.6,1.82,5,2.6,1.35,15,4.6,3.05,5,3.38,1.94,13,3.77,2.8,13,3.82,2.44,11,2.6,1.58,10,3.6,1.71,10,4.57,2.64,7,3.18,1.94,11,4.25,2.62,16,2.88,2.42,8,2.93,1.82,14,3.5,1.38,6,3.75,2.26,12,3.67,2.5,6,3.4,2.23,15,4.44,3.13,9
+unappreciated,2.65,1.46,20,5.0,2.62,20,3.58,1.77,26,2.73,1.49,11,2.56,1.51,9,4.0,2.38,7,5.54,2.67,13,3.77,2.13,13,3.38,1.39,13,2.45,1.63,11,2.89,1.27,9,6.0,2.45,11,3.78,2.39,9,3.76,2.05,17,3.22,1.09,9,2.8,1.87,10,2.5,0.97,10,6.08,2.15,12,3.38,2.5,8,3.5,1.59,16,3.7,2.11,10
+unarmed,3.74,1.76,19,3.64,1.97,22,4.29,2.74,24,4.17,1.72,6,3.54,1.81,13,3.83,2.08,12,3.4,1.9,10,3.75,2.82,8,4.56,2.76,16,4.3,1.64,10,3.11,1.76,9,4.11,1.62,9,3.31,2.18,13,4.0,2.72,17,4.83,3.13,6,4.0,1.93,8,3.55,1.69,11,3.78,2.11,9,3.54,1.94,13,4.5,3.03,16,3.88,2.17,8
+unattached,4.79,1.72,19,3.86,2.53,22,5.04,2.12,23,5.36,1.5,11,4.43,1.4,7,4.62,2.97,8,3.43,2.24,14,5.71,2.5,7,4.75,1.95,16,4.25,1.58,8,5.18,1.78,11,3.22,2.54,9,4.31,2.53,13,4.64,1.96,11,5.42,2.27,12,4.25,1.6,12,5.71,1.6,7,3.91,3.11,11,3.82,1.94,11,5.15,2.41,13,4.9,1.79,10
+unattainable,2.75,1.74,20,4.48,1.86,21,4.12,2.75,34,2.5,1.78,10,3.0,1.76,10,4.38,2.0,8,4.54,1.85,13,4.57,2.77,14,3.8,2.76,20,2.44,1.67,9,3.0,1.84,11,4.92,1.71,13,3.75,1.98,8,4.41,2.77,22,3.58,2.75,12,2.5,1.9,10,3.0,1.63,10,4.43,1.87,14,4.57,1.99,7,5.53,2.48,17,2.71,2.28,17
+unattended,3.76,1.64,21,3.68,2.12,25,3.82,2.42,22,4.0,1.93,8,3.62,1.5,13,3.69,2.25,13,3.67,2.06,12,4.62,2.63,13,2.67,1.58,9,4.25,1.58,8,3.58,1.68,12,4.14,1.79,14,3.09,2.43,11,5.25,2.26,12,2.1,1.2,10,3.1,1.29,10,4.36,1.75,11,3.65,2.4,17,3.75,1.49,8,4.0,2.91,10,3.67,2.06,12
+unattractive,2.37,1.12,19,4.3,2.43,20,3.47,2.06,19,2.0,1.0,3,2.47,1.19,15,3.9,1.97,10,4.7,2.87,10,2.89,1.27,9,4.0,2.54,10,2.33,1.21,6,2.42,1.16,12,3.71,2.81,7,4.62,2.26,13,3.0,1.91,7,3.75,2.18,12,2.17,1.11,12,2.71,1.11,7,5.1,2.64,10,3.5,2.01,10,4.75,2.12,8,2.55,1.51,11
+unauthorized,4.11,1.24,19,4.39,2.48,18,3.94,2.3,17,4.36,1.29,11,3.75,1.16,8,5.25,2.99,4,4.14,2.38,14,3.62,2.33,8,4.22,2.39,9,4.0,1.07,8,4.18,1.4,11,3.86,2.48,7,4.73,2.53,11,4.0,2.1,6,3.91,2.51,11,4.15,1.46,13,4.0,0.63,6,3.91,2.34,11,5.14,2.67,7,4.43,2.3,7,3.6,2.37,10
+unavailable,3.52,1.89,21,3.85,2.35,20,3.67,2.54,21,4.0,0.89,6,3.33,2.16,15,3.0,1.85,8,4.42,2.54,12,3.82,2.6,11,3.5,2.59,10,3.17,1.33,6,3.67,2.09,15,4.2,2.86,10,3.5,1.78,10,3.5,2.82,14,4.0,2.0,7,3.0,1.29,7,3.79,2.12,14,3.36,2.5,14,5.0,1.55,6,3.33,2.71,12,4.11,2.37,9
+unavoidable,4.14,1.59,21,4.32,2.78,22,3.78,2.29,27,4.4,1.65,10,3.91,1.58,11,3.29,2.87,7,4.8,2.7,15,3.41,1.91,17,4.4,2.84,10,4.36,1.69,11,3.9,1.52,10,3.0,2.83,5,4.71,2.73,17,3.36,1.98,14,4.23,2.59,13,3.92,1.75,13,4.5,1.31,8,3.6,2.95,10,4.92,2.61,12,3.93,2.37,14,3.62,2.29,13
+unaware,3.89,1.59,19,4.1,2.0,21,3.85,2.08,20,4.67,0.58,3,3.75,1.69,16,4.17,2.86,6,4.07,1.67,15,4.17,1.6,6,3.71,2.3,14,4.1,1.66,10,3.67,1.58,9,4.71,1.6,7,3.79,2.15,14,3.6,1.84,10,4.1,2.38,10,4.25,1.04,8,3.64,1.91,11,4.33,2.55,9,3.92,1.56,12,3.75,1.75,8,3.92,2.35,12
+unbalanced,3.1,1.33,20,4.74,2.73,23,3.21,2.12,19,3.86,1.21,7,2.83,1.19,12,4.62,2.56,8,4.79,3.02,14,3.29,2.98,7,3.09,1.64,11,3.17,1.17,6,3.23,1.36,13,5.0,3.08,9,4.57,2.59,14,3.86,2.85,7,2.83,1.59,12,3.4,1.65,10,2.8,0.92,10,3.56,2.96,9,5.5,2.38,14,3.25,2.21,16,3.0,2.0,3
+unbearable,2.1,0.94,21,5.76,2.28,21,3.38,2.16,24,2.0,0.95,12,2.22,0.97,9,6.29,1.7,7,5.5,2.53,14,4.0,1.32,9,3.0,2.51,15,1.5,1.0,4,2.24,0.9,17,5.2,2.1,10,6.27,2.41,11,3.57,2.7,7,3.29,1.99,17,2.17,0.94,12,2.0,1.0,9,5.38,2.53,13,6.38,1.77,8,2.56,1.59,9,3.87,2.36,15
+unbeatable,5.53,1.74,19,5.25,2.31,20,6.42,2.8,24,5.54,1.85,13,5.5,1.64,6,6.2,2.05,5,4.93,2.37,15,7.0,2.35,13,5.73,3.23,11,6.11,1.62,9,5.0,1.76,10,7.0,1.91,7,4.31,1.97,13,6.18,2.71,11,6.62,2.96,13,5.44,1.51,9,5.6,2.01,10,5.2,2.35,10,5.3,2.41,10,8.0,2.12,9,5.47,2.77,15
+unbecoming,3.32,1.45,19,4.73,2.05,22,4.36,2.46,22,3.89,1.27,9,2.8,1.48,10,5.0,1.41,8,4.57,2.38,14,4.64,2.73,11,4.09,2.26,11,4.0,1.15,7,2.92,1.51,12,4.6,2.01,10,4.83,2.17,12,4.31,2.53,13,4.44,2.51,9,3.5,1.65,10,3.11,1.27,9,4.75,2.31,8,4.71,1.98,14,4.57,2.62,14,4.0,2.27,8
+unbelievable,5.57,2.09,21,5.4,2.48,20,5.37,2.83,19,5.69,1.93,13,5.38,2.45,8,6.14,2.27,7,5.0,2.58,13,5.71,2.93,7,5.17,2.89,12,5.58,2.11,12,5.56,2.19,9,5.44,2.7,9,5.36,2.42,11,5.8,2.7,10,4.89,3.06,9,5.92,1.56,12,5.11,2.67,9,5.86,1.86,7,5.15,2.79,13,5.29,3.09,7,5.42,2.81,12
+unborn,4.86,2.17,22,5.28,2.02,18,3.95,2.2,21,5.0,1.87,5,4.81,2.37,16,5.62,2.56,8,5.0,1.56,10,4.4,2.17,10,3.55,2.25,11,5.33,1.83,12,4.3,2.5,10,5.56,1.94,9,5.0,2.18,9,3.25,1.71,12,4.89,2.52,9,5.64,2.01,11,4.09,2.12,11,5.0,1.2,8,5.5,2.55,10,4.44,1.51,9,3.58,2.61,12
+unbreakable,6.58,1.3,19,4.1,2.05,21,6.13,2.26,23,6.6,1.14,5,6.69,1.38,13,4.5,2.17,6,3.93,2.05,15,5.8,2.1,10,6.38,2.43,13,6.86,1.35,7,6.55,1.29,11,4.43,2.51,7,3.93,1.86,14,6.36,2.06,11,5.92,2.5,12,6.58,1.24,12,6.57,1.51,7,3.36,1.75,11,4.9,2.13,10,5.93,2.53,14,6.44,1.88,9
+unbridled,4.63,1.54,19,4.45,2.8,20,5.0,2.66,20,3.33,1.53,3,4.67,1.23,15,4.3,2.98,10,4.6,2.76,10,5.7,2.36,10,4.3,2.87,10,4.33,1.21,6,4.5,1.45,12,4.86,3.44,7,4.23,2.52,13,4.25,3.2,8,5.5,2.24,12,5.08,1.68,12,3.86,0.9,7,4.7,2.95,10,4.2,2.78,10,4.67,2.83,9,5.27,2.61,11
+unbutton,5.0,2.26,21,5.95,2.19,20,5.48,2.54,21,6.5,0.84,6,4.4,2.38,15,7.12,1.25,8,5.17,2.37,12,5.64,2.5,11,5.3,2.71,10,5.33,1.86,6,4.87,2.45,15,6.6,2.27,10,5.3,2.0,10,5.0,2.83,14,6.43,1.62,7,4.57,2.51,7,5.21,2.19,14,6.14,2.28,14,5.5,2.07,6,5.42,2.54,12,5.56,2.7,9
+uncalled,3.86,1.42,21,3.3,1.87,23,3.65,2.06,20,4.2,1.64,5,3.75,1.39,16,3.58,1.68,12,3.0,2.1,11,3.1,1.73,10,3.67,1.66,9,3.25,1.48,12,4.67,0.87,9,3.44,1.86,16,3.0,2.0,7,3.64,1.63,11,3.67,2.6,9,4.0,1.35,13,3.62,1.6,8,3.32,1.89,19,3.25,2.06,4,3.0,1.53,13,4.86,2.48,7
+uncanny,5.0,1.34,20,4.71,2.15,21,5.03,2.14,33,4.8,1.62,10,5.2,1.03,10,4.25,1.75,8,5.0,2.38,13,4.79,2.08,14,5.21,2.23,19,5.33,1.32,9,4.73,1.35,11,5.0,2.12,13,4.25,2.25,8,5.1,2.14,21,4.92,2.23,12,4.9,1.52,10,5.1,1.2,10,4.71,2.33,14,4.71,1.89,7,5.59,1.46,17,4.44,2.61,16
+uncertain,3.6,1.31,20,4.45,1.87,22,3.58,2.57,19,3.11,1.27,9,4.0,1.26,11,4.2,2.39,5,4.44,1.79,16,3.33,2.88,6,3.69,2.53,13,3.86,1.03,14,3.0,1.79,6,4.17,1.99,12,4.67,1.8,9,3.33,1.73,9,3.8,3.22,10,4.1,0.99,10,3.1,1.45,10,4.17,2.25,12,4.8,1.32,10,4.33,2.94,6,3.23,2.42,13
+uncertainty,3.3,1.69,23,5.27,2.53,22,4.1,2.05,20,3.5,1.69,8,3.2,1.74,15,5.1,2.6,10,5.42,2.57,12,4.57,2.23,7,3.85,1.99,13,3.42,1.44,12,3.18,1.99,11,4.0,2.37,11,6.55,2.07,11,4.0,2.0,15,4.4,2.41,5,3.0,1.26,11,3.58,2.02,12,5.3,2.21,10,5.25,2.86,12,3.8,1.48,10,4.4,2.55,10
+unchanged,5.0,1.33,19,2.68,1.81,22,4.5,2.15,28,4.67,1.03,6,5.15,1.46,13,3.27,2.05,11,2.09,1.38,11,4.64,2.54,11,4.41,1.94,17,4.91,0.83,11,5.12,1.89,8,2.64,1.69,11,2.73,2.0,11,4.56,2.23,18,4.4,2.12,10,5.15,1.52,13,4.67,0.82,6,2.57,1.7,14,2.88,2.1,8,4.25,2.44,16,4.83,1.75,12
+uncharted,5.44,1.2,18,5.1,2.3,21,5.0,1.62,23,5.8,1.3,5,5.42,1.16,12,5.33,2.25,6,5.0,2.39,15,4.3,1.42,10,5.54,1.61,13,5.67,1.21,6,5.45,1.21,11,5.57,3.05,7,4.86,1.92,14,4.82,1.08,11,5.17,2.04,12,5.45,1.21,11,5.43,1.27,7,5.36,2.66,11,4.8,1.93,10,4.57,1.28,14,5.67,1.94,9
+uncivilized,3.79,1.75,19,4.95,2.42,20,4.12,2.17,24,4.0,1.96,13,3.33,1.21,6,5.0,2.55,5,4.93,2.46,15,4.15,2.23,13,4.09,2.21,11,4.22,2.11,9,3.4,1.35,10,6.29,2.43,7,4.23,2.17,13,4.91,1.7,11,3.46,2.37,13,3.33,1.5,9,4.2,1.93,10,5.0,2.94,10,4.9,1.91,10,4.56,2.6,9,3.87,1.92,15
+uncle,6.5,1.57,22,4.05,2.33,21,5.24,2.44,17,6.33,2.5,6,6.53,1.19,15,3.86,2.97,7,4.14,2.07,14,5.75,2.66,8,4.5,2.27,8,6.07,1.64,14,7.29,1.25,7,3.22,2.59,9,4.67,2.02,12,5.33,2.69,9,5.12,2.3,8,6.29,1.86,14,6.88,0.83,8,3.67,2.66,6,4.2,2.27,15,4.78,3.07,9,5.75,1.49,8
+unclean,2.95,1.72,21,4.12,2.56,24,4.19,2.64,21,3.12,1.96,8,2.85,1.63,13,4.31,2.84,13,3.91,2.3,11,5.0,2.74,13,2.88,1.96,8,2.75,2.05,8,2.92,1.51,12,4.64,2.34,14,3.4,2.8,10,5.09,2.7,11,3.2,2.3,10,3.1,2.18,10,2.82,1.25,11,3.71,2.73,17,5.14,1.86,7,4.5,3.37,10,3.91,1.87,11
+unclear,3.67,1.35,21,4.19,1.72,21,4.12,2.22,25,3.5,1.38,12,3.89,1.36,9,4.57,1.99,7,4.0,1.62,14,4.5,2.07,10,3.87,2.36,15,4.0,1.15,4,3.59,1.42,17,3.2,1.48,10,5.09,1.45,11,4.29,2.63,7,4.06,2.13,18,3.83,1.19,12,3.44,1.59,9,4.23,1.42,13,4.12,2.23,8,3.0,2.12,9,4.75,2.08,16
+uncomfortable,2.7,1.56,20,5.5,2.21,24,3.68,2.02,28,3.12,1.25,8,2.42,1.73,12,5.22,2.33,9,5.67,2.19,15,3.21,1.97,14,4.14,2.03,14,2.67,1.58,9,2.73,1.62,11,4.67,2.23,12,6.33,1.92,12,2.86,1.51,14,4.5,2.18,14,2.4,1.84,10,3.0,1.25,10,5.25,2.3,12,5.75,2.18,12,3.33,1.37,12,3.94,2.41,16
+uncommon,5.35,1.5,20,3.2,2.28,20,4.86,1.75,22,5.71,0.76,7,5.15,1.77,13,3.78,2.54,9,2.73,2.05,11,5.0,1.9,6,4.81,1.76,16,5.6,1.17,10,5.0,1.87,9,3.12,2.3,8,3.25,2.38,12,4.73,1.79,15,5.14,1.77,7,5.45,1.44,11,5.22,1.64,9,3.33,2.31,12,3.0,2.39,8,4.91,1.87,11,4.82,1.72,11
+uncomplicated,6.33,2.52,21,3.58,2.12,24,6.68,2.48,22,5.62,2.77,8,6.77,2.35,13,3.85,2.41,13,3.27,1.79,11,6.54,1.94,13,6.89,3.22,9,7.25,2.43,8,5.58,2.5,12,4.43,2.17,14,2.4,1.43,10,6.83,2.48,12,6.5,2.59,10,6.2,3.01,10,6.45,2.11,11,3.53,2.35,17,3.71,1.6,7,6.7,2.83,10,6.67,2.27,12
+uncompromising,3.95,1.72,21,5.17,2.12,23,4.88,2.49,26,4.18,1.47,11,3.7,2.0,10,5.64,2.06,11,4.75,2.18,12,5.18,2.48,11,4.5,2.56,14,4.0,1.33,10,3.91,2.07,11,5.45,1.86,11,4.92,2.39,12,5.06,2.56,17,4.25,2.43,8,4.15,1.91,13,3.62,1.41,8,5.0,2.36,15,5.5,1.69,8,4.65,2.37,17,5.33,2.78,9
+unconditional,6.6,1.47,20,4.1,2.88,21,5.72,2.7,25,7.67,1.15,3,6.41,1.46,17,3.71,2.93,7,4.38,3.04,13,5.5,2.98,8,5.82,2.65,17,6.43,1.51,7,6.69,1.49,13,4.29,2.69,7,4.08,3.17,13,5.29,2.89,14,6.27,2.45,11,7.33,1.5,9,6.0,1.18,11,4.82,3.16,11,3.3,2.45,10,5.06,2.88,18,7.43,0.98,7
+unconfirmed,4.72,1.27,18,4.43,1.86,21,3.37,1.83,19,4.33,1.53,3,4.8,1.26,15,3.67,1.51,6,4.73,1.94,15,4.17,1.72,6,3.0,1.83,13,4.4,0.52,10,5.12,1.81,8,5.0,1.83,7,4.14,1.88,14,3.56,1.94,9,3.2,1.81,10,4.5,0.93,8,4.9,1.52,10,4.33,2.24,9,4.5,1.62,12,3.43,2.51,7,3.33,1.44,12
+unconscious,3.81,1.72,21,4.55,2.44,22,2.81,1.55,26,3.55,1.13,11,4.1,2.23,10,4.1,2.69,10,4.92,2.27,12,3.18,1.6,11,2.5,1.56,14,4.7,1.77,10,3.0,1.26,11,4.7,2.58,10,4.42,2.43,12,2.94,1.71,17,2.5,1.31,8,4.23,1.59,13,3.12,1.81,8,5.14,2.63,14,3.5,1.77,8,2.76,1.68,17,2.89,1.36,9
+uncontrollable,3.84,1.83,19,5.81,2.06,21,2.18,1.26,22,5.12,1.96,8,2.91,1.04,11,4.17,2.32,6,6.5,1.65,14,2.33,1.21,6,2.12,1.31,16,4.62,2.07,8,3.27,1.49,11,5.4,2.19,5,5.94,2.08,16,2.18,1.47,11,2.18,1.08,11,3.75,2.01,12,4.0,1.63,7,5.88,2.17,8,5.77,2.09,13,2.25,1.42,12,2.1,1.1,10
+unconventional,5.71,1.87,21,4.8,2.19,20,4.62,1.77,21,4.83,1.83,6,6.07,1.83,15,4.88,2.03,8,4.75,2.38,12,4.36,1.8,11,4.9,1.79,10,4.5,1.87,6,6.2,1.7,15,4.8,2.39,10,4.8,2.1,10,5.14,1.75,14,3.57,1.4,7,4.71,1.38,7,6.21,1.93,14,4.5,2.56,14,5.5,0.55,6,4.0,1.76,12,5.44,1.51,9
+uncooperative,2.86,1.46,21,4.8,2.31,20,3.6,2.04,25,3.43,1.9,7,2.57,1.16,14,4.73,2.57,11,4.89,2.09,9,3.38,1.93,16,4.0,2.29,9,2.75,1.28,8,2.92,1.61,13,3.44,2.4,9,5.91,1.58,11,3.7,2.15,20,3.2,1.64,5,2.82,1.17,11,2.9,1.79,10,4.45,2.5,11,5.22,2.11,9,3.74,2.26,19,3.17,1.17,6
+uncouth,3.79,1.69,19,4.14,2.03,21,4.0,2.18,20,4.33,2.08,3,3.69,1.66,16,4.5,1.97,6,4.0,2.1,15,5.0,1.41,6,3.57,2.34,14,4.8,0.79,10,2.67,1.73,9,4.57,1.9,7,3.93,2.13,14,4.1,2.23,10,3.9,2.23,10,4.0,1.69,8,3.64,1.75,11,3.44,2.01,9,4.67,1.97,12,3.75,2.82,8,4.17,1.75,12
+uncover,4.89,1.97,19,3.55,2.37,20,6.5,1.46,16,4.67,1.53,3,4.93,2.15,15,3.8,2.3,10,3.3,2.54,10,6.57,1.27,7,6.44,1.67,9,5.83,2.71,6,4.42,1.51,12,4.43,3.15,7,3.08,1.8,13,6.2,1.3,5,6.64,1.57,11,4.5,1.78,12,5.57,2.23,7,3.9,2.96,10,3.2,1.69,10,6.38,1.6,8,6.62,1.41,8
+uncut,4.84,1.34,19,3.61,2.0,18,4.76,1.99,17,5.45,1.04,11,4.0,1.31,8,4.75,2.63,4,3.29,1.77,14,4.5,2.33,8,5.0,1.73,9,5.38,1.3,8,4.45,1.29,11,4.14,1.68,7,3.27,2.2,11,5.17,2.14,6,4.55,1.97,11,4.85,1.57,13,4.83,0.75,6,2.82,2.04,11,4.86,1.21,7,5.29,1.89,7,4.4,2.07,10
+undead,3.64,2.57,22,5.27,2.27,26,5.0,2.38,24,3.56,2.83,9,3.69,2.5,13,4.9,2.13,10,5.5,2.39,16,4.33,2.35,9,5.4,2.38,15,3.88,2.42,8,3.5,2.74,14,5.92,2.6,13,4.62,1.76,13,4.75,2.26,12,5.25,2.56,12,3.83,2.79,12,3.4,2.41,10,5.4,2.38,15,5.09,2.21,11,5.54,2.67,13,4.36,1.91,11
+undefeated,6.21,2.44,19,4.32,2.61,22,7.04,2.14,23,7.0,2.05,11,5.71,2.21,7,4.88,3.0,8,4.0,2.42,14,6.57,2.7,7,7.25,1.91,16,5.88,2.64,8,6.45,2.38,11,3.89,2.71,9,4.62,2.6,13,6.91,2.17,11,7.17,2.21,12,5.83,2.79,12,6.86,1.68,7,4.73,3.26,11,3.91,1.81,11,7.46,1.9,13,6.5,2.42,10
+undeniable,5.4,1.05,20,3.5,1.82,20,4.68,2.34,22,5.43,0.79,7,5.38,1.19,13,3.56,1.81,9,3.45,1.92,11,5.33,3.33,6,4.44,1.93,16,5.5,0.71,10,5.11,1.27,9,3.38,1.69,8,3.58,1.98,12,4.87,2.29,15,4.29,2.56,7,5.73,1.01,11,5.0,1.0,9,3.33,1.83,12,3.75,1.91,8,4.55,2.58,11,4.82,2.18,11
+underage,4.1,2.17,20,3.76,2.02,21,4.28,2.41,25,3.75,2.22,4,4.19,2.23,16,2.75,0.96,4,4.0,2.15,17,5.78,2.91,9,3.44,1.63,16,4.5,2.07,8,3.83,2.29,12,3.3,1.57,10,4.18,2.36,11,4.43,2.62,14,4.09,2.21,11,4.18,2.14,11,4.0,2.35,9,3.7,1.89,10,3.82,2.23,11,4.78,2.51,18,3.0,1.63,7
+underbelly,4.42,2.19,19,3.74,2.24,23,5.11,1.88,19,4.22,2.05,9,4.6,2.41,10,3.43,2.15,7,3.8,2.4,15,4.9,1.73,10,5.33,2.12,9,4.56,2.65,9,4.3,1.83,10,4.5,2.42,10,3.0,2.0,12,4.12,1.13,8,5.9,2.13,10,4.58,2.43,12,4.14,1.86,7,3.75,2.4,20,3.67,0.58,3,4.5,1.07,8,5.55,2.25,11
+undercover,5.58,2.04,19,3.73,2.29,22,4.96,1.87,23,5.45,1.81,11,5.29,2.21,7,4.75,2.31,8,3.14,2.14,14,4.29,1.25,7,5.25,2.05,16,6.5,1.77,8,4.91,2.02,11,4.0,2.65,9,3.54,2.11,13,4.55,1.63,11,5.33,2.06,12,5.83,2.17,12,5.14,1.86,7,2.82,2.48,11,4.64,1.75,11,5.54,1.85,13,4.2,1.69,10
+underdog,5.1,2.27,20,5.38,2.5,21,4.08,2.48,25,5.33,1.53,3,5.06,2.41,17,5.86,2.48,7,5.31,2.59,13,4.5,2.14,8,3.88,2.67,17,5.29,1.25,7,5.0,2.71,13,5.57,2.82,7,5.46,2.44,13,3.57,2.1,14,4.73,2.87,11,4.89,2.42,9,5.27,2.24,11,5.91,2.47,11,4.8,2.53,10,3.83,2.66,18,4.71,1.98,7
+underestimate,4.35,1.23,20,4.48,2.6,21,5.08,2.32,24,4.33,1.53,3,4.35,1.22,17,5.57,3.05,7,4.0,2.35,13,5.29,1.98,7,5.0,2.5,17,4.29,1.11,7,4.38,1.33,13,5.86,2.79,7,3.85,2.38,13,5.0,2.45,13,5.18,2.27,11,4.44,1.01,9,4.27,1.42,11,4.36,2.69,11,4.6,2.63,10,4.94,2.68,17,5.43,1.13,7
+undergo,3.9,1.48,21,3.88,2.35,25,4.68,2.29,19,4.11,1.27,9,3.75,1.66,12,3.33,2.58,6,4.11,2.37,18,5.0,1.91,7,4.5,2.54,12,3.88,1.36,16,4.0,2.0,5,3.64,2.5,14,4.3,2.31,10,4.22,2.44,9,5.1,2.18,10,3.67,1.67,12,4.22,1.2,9,4.0,2.22,16,3.67,2.69,9,4.64,2.5,11,4.75,2.12,8
+undergraduate,5.0,2.17,21,3.95,1.94,21,6.2,2.25,25,5.5,2.02,12,4.33,2.29,9,4.0,2.52,7,3.93,1.69,14,6.1,2.42,10,6.27,2.22,15,4.25,2.99,4,5.18,2.01,17,4.3,2.21,10,3.64,1.69,11,5.43,2.64,7,6.5,2.09,18,4.5,2.2,12,5.67,2.06,9,3.69,1.44,13,4.38,2.62,8,5.22,2.39,9,6.75,2.05,16
+underground,4.7,1.75,20,4.24,2.39,21,5.1,1.76,21,5.75,1.28,8,4.0,1.71,12,4.17,2.23,6,4.36,2.59,14,5.33,1.63,6,5.0,1.85,15,5.56,1.33,9,4.0,1.79,11,3.6,1.52,5,4.44,2.61,16,5.4,1.65,10,4.82,1.89,11,4.75,2.18,12,4.62,0.92,8,3.62,2.62,8,4.62,2.26,13,5.36,1.69,11,4.8,1.87,10
+underhanded,3.53,1.98,19,4.33,2.39,21,3.18,2.08,22,4.0,1.41,9,3.1,2.38,10,4.62,2.2,8,4.15,2.58,13,3.55,1.69,11,2.82,2.44,11,3.71,0.49,7,3.42,2.5,12,3.89,1.54,9,4.67,2.9,12,3.38,2.43,13,2.89,1.54,9,4.1,2.28,10,2.89,1.45,9,4.38,2.97,8,4.31,2.1,13,3.43,2.21,14,2.75,1.91,8
+underlay,4.64,1.19,25,3.05,2.28,20,4.68,2.03,22,4.75,1.29,16,4.44,1.01,9,3.5,2.64,10,2.78,1.92,9,5.5,2.43,6,4.38,1.86,16,4.91,1.38,11,4.43,1.02,14,2.27,1.62,11,4.0,2.69,9,5.0,1.68,13,4.22,2.49,9,4.43,1.02,14,4.91,1.38,11,3.08,2.5,13,3.0,2.0,7,4.25,1.86,12,5.2,2.2,10
+underlying,4.87,1.25,23,4.7,2.45,20,4.72,2.15,25,4.92,1.12,13,4.8,1.48,10,4.86,2.91,7,4.62,2.29,13,4.85,2.12,13,4.58,2.27,12,4.67,1.44,12,5.09,1.04,11,5.36,2.46,11,3.89,2.32,9,5.38,2.36,16,3.56,1.01,9,4.42,0.79,12,5.36,1.5,11,5.08,2.97,12,4.12,1.36,8,4.67,2.06,15,4.8,2.39,10
+undermine,3.05,1.47,19,4.21,2.35,19,4.6,2.6,20,2.33,1.15,3,3.0,1.36,15,3.2,1.69,10,5.33,2.55,9,4.0,1.94,10,5.2,3.12,10,2.83,1.33,6,2.92,1.38,12,3.57,2.3,7,4.58,2.39,12,4.25,2.71,8,4.83,2.62,12,3.08,1.68,12,3.0,1.15,7,4.0,2.6,9,4.4,2.22,10,5.56,2.4,9,3.82,2.6,11
+underpants,5.18,2.11,22,5.08,2.06,26,5.75,2.33,24,5.67,1.73,9,4.85,2.34,13,4.6,2.07,10,5.38,2.06,16,7.0,2.4,9,5.0,2.0,15,5.25,2.12,8,5.14,2.18,14,6.0,2.0,13,4.15,1.72,13,5.92,2.57,12,5.58,2.15,12,5.08,2.27,12,5.3,2.0,10,5.13,2.17,15,5.0,2.0,11,6.23,2.42,13,5.18,2.18,11
+underprivileged,3.0,1.15,19,3.89,2.19,18,3.35,1.84,17,3.27,1.1,11,2.62,1.19,8,4.75,2.87,4,3.64,2.02,14,3.25,1.83,8,3.44,1.94,9,2.62,0.92,8,3.27,1.27,11,3.14,2.04,7,4.36,2.25,11,4.0,1.79,6,3.0,1.84,11,3.0,1.22,13,3.0,1.1,6,3.55,1.86,11,4.43,2.7,7,3.14,1.77,7,3.5,1.96,10
+underrated,5.53,1.12,19,4.64,2.13,22,5.38,1.96,21,5.78,1.2,9,5.3,1.06,10,4.6,2.63,10,4.67,1.72,12,4.88,1.96,8,5.69,1.97,13,5.5,0.85,14,5.6,1.82,5,4.75,2.71,8,4.57,1.83,14,5.5,2.27,8,5.31,1.84,13,5.6,0.84,10,5.44,1.42,9,4.58,2.11,12,4.7,2.26,10,5.17,2.08,12,5.67,1.87,9
+undersea,6.38,1.83,21,4.45,2.86,20,3.91,2.47,22,5.83,1.72,6,6.6,1.88,15,5.38,2.67,8,3.83,2.92,12,4.33,2.64,12,3.4,2.27,10,6.33,1.94,9,6.42,1.83,12,5.0,2.65,9,4.0,3.07,11,3.71,2.69,7,4.0,2.45,15,7.0,1.7,10,5.82,1.83,11,4.0,2.86,13,5.29,2.87,7,4.08,2.91,12,3.7,1.95,10
+undersecretary,4.71,1.27,21,2.86,1.81,22,4.48,1.87,27,4.5,1.58,10,4.91,0.94,11,2.0,1.53,7,3.27,1.83,15,4.35,2.23,17,4.7,1.06,10,4.91,0.94,11,4.5,1.58,10,3.0,2.35,5,2.82,1.7,17,3.71,1.98,14,5.31,1.38,13,4.46,1.45,13,5.12,0.83,8,2.6,1.9,10,3.08,1.78,12,4.43,1.87,14,4.54,1.94,13
+understaffed,4.14,2.06,21,3.95,2.78,20,4.39,2.46,36,5.25,2.49,8,3.46,1.45,13,3.8,1.92,5,4.0,3.07,15,4.55,1.97,11,4.32,2.69,25,4.38,2.47,13,3.75,1.16,8,4.42,2.94,12,3.25,2.55,8,4.35,2.56,20,4.44,2.42,16,4.73,1.85,11,3.5,2.17,10,4.82,3.12,11,2.89,1.96,9,3.45,2.32,22,5.86,1.96,14
+understand,6.68,1.84,22,3.52,2.16,21,6.71,1.61,17,7.33,1.37,6,6.33,1.99,15,3.0,2.16,7,3.79,2.19,14,6.22,1.56,9,7.25,1.58,8,6.43,2.03,14,7.0,1.53,7,3.33,2.69,9,3.67,1.78,12,6.78,1.92,9,6.62,1.3,8,6.79,1.85,14,6.5,1.93,8,2.83,1.6,6,3.8,2.34,15,7.0,2.0,9,6.38,1.06,8
+understandable,6.5,1.37,22,3.48,2.37,25,6.67,2.1,24,7.22,0.97,9,6.0,1.41,13,2.2,1.99,10,4.33,2.26,15,6.78,1.39,9,6.6,2.47,15,6.5,1.51,8,6.5,1.34,14,3.67,2.74,12,3.31,2.06,13,5.83,2.44,12,7.5,1.31,12,6.25,1.6,12,6.8,1.03,10,3.6,2.61,15,3.3,2.06,10,6.0,2.38,13,7.45,1.44,11
+understanding,7.14,1.74,21,3.09,2.0,23,7.31,1.62,26,6.91,1.64,11,7.4,1.9,10,2.91,1.81,11,3.25,2.22,12,7.18,1.47,11,7.43,1.83,14,7.5,1.84,10,6.82,1.66,11,3.09,2.39,11,3.08,1.68,12,7.24,1.86,17,7.5,1.2,8,7.38,1.85,13,6.75,1.58,8,3.53,2.17,15,2.25,1.39,8,7.59,1.73,17,6.78,1.3,9
+understatement,5.42,2.04,19,4.61,2.23,23,4.84,1.68,19,5.0,1.5,9,5.8,2.44,10,5.14,1.95,7,4.47,2.42,15,5.0,1.94,10,4.67,1.41,9,5.44,2.6,9,5.4,1.51,10,4.5,2.55,10,4.83,2.08,12,4.62,1.69,8,4.9,1.79,10,5.58,2.11,12,5.14,2.04,7,4.55,2.31,20,5.0,2.0,3,4.5,1.51,8,5.09,1.81,11
+understudy,5.0,1.14,21,4.13,1.96,23,4.29,1.93,21,4.8,1.79,5,5.06,0.93,16,4.92,1.38,12,3.27,2.2,11,4.45,1.69,11,3.67,1.87,9,4.83,1.34,12,5.22,0.83,9,4.56,1.9,16,3.14,1.86,7,3.91,1.58,11,4.7,2.26,10,5.08,1.04,13,4.88,1.36,8,3.95,1.87,19,5.0,2.45,4,3.71,1.73,14,5.43,1.9,7
+undertake,4.21,2.02,19,4.22,2.26,23,5.21,2.12,19,4.89,0.93,9,3.6,2.55,10,4.86,2.12,7,3.87,2.39,15,5.0,2.31,10,5.44,2.01,9,4.11,2.67,9,4.3,1.34,10,4.7,2.83,10,3.75,1.76,12,4.38,1.85,8,5.6,2.17,10,4.0,2.41,12,4.57,1.13,7,4.4,2.35,20,3.0,1.0,3,4.5,2.07,8,5.73,2.1,11
+undertaker,3.86,2.03,21,3.82,2.38,22,3.86,2.25,22,4.67,1.73,9,3.25,2.09,12,4.0,2.19,6,3.8,2.6,15,4.17,2.14,6,3.75,2.35,16,4.67,1.87,9,3.25,2.01,12,4.4,1.67,5,3.65,2.57,17,4.09,1.76,11,3.64,2.73,11,3.5,2.15,12,4.33,1.87,9,3.33,2.69,9,4.15,2.19,13,3.42,1.88,12,4.4,2.63,10
+undertaking,4.74,1.41,19,3.28,1.87,18,5.53,2.37,17,4.91,0.83,11,4.5,2.0,8,4.0,2.16,4,3.07,1.82,14,4.88,2.47,8,6.11,2.26,9,4.75,0.89,8,4.73,1.74,11,3.43,2.07,7,3.18,1.83,11,5.33,1.97,6,5.64,2.66,11,4.31,1.32,13,5.67,1.21,6,3.0,2.05,11,3.71,1.6,7,5.86,2.48,7,5.3,2.41,10
+undertow,4.05,1.15,20,4.46,2.32,24,3.89,2.35,28,4.12,1.13,8,4.0,1.21,12,5.22,2.11,9,4.0,2.39,15,3.21,1.81,14,4.57,2.68,14,3.67,0.71,9,4.36,1.36,11,4.08,2.19,12,4.83,2.48,12,4.5,2.21,14,3.29,2.4,14,3.9,1.2,10,4.2,1.14,10,3.75,2.45,12,5.17,2.04,12,3.67,2.1,12,4.06,2.57,16
+underwear,5.35,1.73,20,4.46,2.26,24,5.7,2.43,27,5.75,1.16,8,5.08,2.02,12,4.89,2.03,9,4.2,2.43,15,5.0,2.2,13,6.36,2.53,14,4.67,1.87,9,5.91,1.45,11,4.33,2.23,12,4.58,2.39,12,5.57,2.79,14,5.85,2.08,13,5.4,2.12,10,5.3,1.34,10,4.83,2.25,12,4.08,2.31,12,6.0,2.41,12,5.47,2.5,15
+underworld,3.94,1.51,18,5.14,1.98,21,4.26,2.0,23,4.67,0.58,3,3.8,1.61,15,5.25,1.49,8,5.08,2.29,13,4.0,2.35,9,4.43,1.83,14,3.11,1.45,9,4.78,1.09,9,6.11,1.27,9,4.42,2.15,12,4.67,2.16,15,3.5,1.51,8,4.5,1.52,6,3.67,1.5,12,5.9,1.91,10,4.45,1.86,11,4.62,2.43,13,3.8,1.23,10
+undesirable,3.0,1.73,21,4.0,2.16,22,3.75,1.89,20,3.78,1.99,9,2.42,1.31,12,3.83,2.64,6,3.93,2.05,15,3.67,2.34,6,3.79,1.76,14,3.44,1.67,9,2.67,1.78,12,3.6,1.95,5,4.12,2.26,17,4.22,2.17,9,3.36,1.63,11,3.25,2.01,12,2.67,1.32,9,4.33,1.8,9,3.77,2.42,13,3.82,2.23,11,3.67,1.5,9
+undetectable,5.0,1.73,21,4.3,2.75,20,4.42,2.52,36,5.62,1.85,8,4.62,1.61,13,4.0,2.35,5,4.4,2.95,15,3.91,2.59,11,4.64,2.51,25,5.15,2.08,13,4.75,1.04,8,4.5,2.84,12,4.0,2.78,8,4.4,2.37,20,4.44,2.78,16,5.18,1.4,11,4.8,2.1,10,5.18,2.86,11,3.22,2.33,9,4.23,2.76,22,4.71,2.16,14
+undetected,4.68,1.7,19,3.77,2.09,22,4.19,2.34,21,5.56,1.51,9,3.9,1.52,10,3.88,2.23,8,3.71,2.09,14,4.45,2.34,11,3.9,2.42,10,5.57,1.81,7,4.17,1.47,12,4.4,1.58,10,3.25,2.38,12,3.58,2.43,12,5.0,2.06,9,3.9,1.37,10,5.56,1.67,9,3.62,2.5,8,3.86,1.92,14,4.85,2.38,13,3.12,1.96,8
+undetermined,3.67,1.8,21,3.7,2.05,23,3.86,2.37,21,3.6,2.61,5,3.69,1.58,16,4.25,1.82,12,3.09,2.21,11,3.91,2.34,11,3.22,1.86,9,3.33,1.83,12,4.11,1.76,9,4.12,2.09,16,2.71,1.7,7,3.82,2.09,11,3.9,2.77,10,3.77,2.13,13,3.5,1.2,8,3.68,2.08,19,3.75,2.22,4,3.64,2.44,14,4.29,2.36,7
+undignified,3.25,1.41,20,4.41,2.11,22,4.53,2.37,19,2.78,1.48,9,3.64,1.29,11,2.6,2.07,5,4.94,1.91,16,5.0,2.61,6,4.31,2.32,13,3.5,1.16,14,2.67,1.86,6,4.25,2.18,12,4.56,2.24,9,4.22,1.99,9,4.8,2.74,10,3.7,1.16,10,2.8,1.55,10,4.17,2.17,12,4.7,2.11,10,5.67,2.94,6,4.0,1.96,13
+undiscovered,6.0,1.8,19,3.83,2.18,18,4.62,2.36,16,6.55,1.37,11,5.25,2.12,8,4.5,2.52,4,3.64,2.13,14,4.43,2.23,7,4.78,2.59,9,7.0,1.31,8,5.27,1.79,11,4.29,2.5,7,3.55,2.02,11,4.33,2.25,6,4.8,2.53,10,5.92,1.98,13,6.17,1.47,6,3.18,2.18,11,4.86,1.86,7,4.86,2.41,7,4.44,2.46,9
+undisputed,5.58,2.24,19,4.13,2.01,23,5.53,2.25,19,5.78,1.48,9,5.4,2.84,10,4.29,2.14,7,4.13,2.07,15,5.8,2.53,10,5.22,1.99,9,6.33,2.5,9,4.9,1.85,10,4.7,2.54,10,3.75,1.48,12,5.62,1.69,8,5.2,2.66,10,5.25,2.38,12,6.14,2.04,7,4.2,2.14,20,3.67,0.58,3,6.25,1.67,8,5.0,2.53,11
+undisturbed,6.4,1.5,20,2.59,2.22,22,6.56,2.28,27,6.57,1.4,7,6.31,1.6,13,2.8,2.25,10,2.42,2.27,12,6.53,2.39,15,6.82,2.18,11,6.64,1.29,11,6.11,1.76,9,1.67,0.87,9,3.23,2.65,13,6.35,2.55,17,7.22,1.56,9,6.62,1.45,13,6.0,1.63,7,2.69,2.44,16,2.33,1.63,6,5.92,2.97,12,7.07,1.44,15
+undivided,5.79,2.07,19,3.52,2.38,21,5.17,2.15,23,6.18,1.78,11,5.86,1.86,7,4.75,2.87,8,2.77,1.74,13,5.86,2.97,7,4.88,1.71,16,5.0,2.33,8,6.36,1.75,11,2.89,2.2,9,4.0,2.49,12,5.55,2.46,11,4.83,1.85,12,5.42,2.35,12,6.43,1.4,7,3.1,2.85,10,3.91,1.92,11,4.77,2.28,13,5.7,1.95,10
+undo,5.35,1.23,20,3.52,2.44,21,6.44,2.14,27,5.57,1.62,7,5.23,1.01,13,3.9,2.33,10,3.18,2.6,11,6.0,2.39,15,7.0,1.79,11,5.27,1.1,11,5.44,1.42,9,4.0,2.07,8,3.23,2.68,13,7.12,1.69,17,5.11,2.47,9,5.31,1.38,13,5.43,0.98,7,3.33,2.16,15,4.0,3.22,6,6.17,2.33,12,6.67,2.02,15
+undress,6.14,1.74,21,5.96,2.77,23,5.37,2.27,19,7.62,1.41,8,5.0,0.95,12,6.38,2.83,8,5.57,2.85,14,4.71,2.63,7,5.82,2.14,11,6.88,1.73,8,5.5,1.57,12,6.44,2.83,9,5.64,2.79,14,4.71,2.43,7,5.75,2.18,12,6.0,1.76,10,6.27,1.79,11,4.89,3.48,9,6.64,2.06,14,5.06,2.26,16,7.0,1.73,3
+undressed,6.0,2.39,22,5.35,2.67,26,5.65,2.21,23,7.11,1.76,9,5.23,2.52,13,4.8,3.05,10,5.69,2.44,16,5.89,2.03,9,5.5,2.38,14,5.88,1.96,8,6.07,2.67,14,5.85,2.73,13,4.85,2.61,13,5.27,2.1,11,6.0,2.34,12,5.42,2.71,12,6.7,1.83,10,5.13,2.97,15,5.64,2.29,11,6.0,1.91,12,5.27,2.53,11
+undue,4.05,1.22,19,3.53,1.91,17,4.24,2.25,17,4.27,0.9,11,3.75,1.58,8,4.25,2.22,4,3.31,1.84,13,2.88,1.36,8,5.44,2.24,9,4.12,1.13,8,4.0,1.34,11,3.57,1.9,7,3.5,2.01,10,3.67,1.63,6,4.55,2.54,11,4.08,1.26,13,4.0,1.26,6,3.0,1.94,10,4.29,1.7,7,4.0,2.94,7,4.4,1.78,10
+undying,5.35,1.76,20,4.75,2.63,20,5.27,2.12,22,5.14,1.68,7,5.46,1.85,13,5.22,2.54,9,4.36,2.77,11,6.0,2.53,6,5.0,1.97,16,4.4,1.26,10,6.56,1.59,9,5.0,2.62,8,4.58,2.75,12,5.2,1.97,15,5.43,2.57,7,4.55,1.29,11,6.33,1.8,9,5.0,2.83,12,4.38,2.45,8,5.18,2.32,11,5.36,2.01,11
+uneasy,2.86,1.04,22,4.48,2.77,21,3.82,2.08,22,2.79,1.12,14,3.0,0.93,8,4.64,2.87,11,4.56,2.83,9,4.83,1.6,6,3.44,2.16,16,2.5,0.97,10,3.17,1.03,12,3.45,2.66,11,5.6,2.55,10,4.08,1.44,13,3.44,2.83,9,2.67,1.07,12,3.1,0.99,10,4.23,2.95,13,4.88,2.59,8,3.67,1.61,12,4.0,2.62,10
+uneducated,3.0,1.26,20,3.9,2.41,21,5.28,2.69,25,3.67,1.15,3,2.88,1.27,17,4.86,3.24,7,3.38,1.89,13,6.38,2.72,8,4.76,2.59,17,3.29,0.95,7,2.85,1.41,13,4.43,2.76,7,3.62,2.36,13,6.14,2.38,14,4.18,2.75,11,3.67,1.22,9,2.45,1.04,11,4.55,2.58,11,3.2,2.1,10,4.83,2.79,18,6.43,2.15,7
+unemployed,2.67,1.83,21,5.26,2.22,23,3.38,2.35,26,3.0,2.24,11,2.3,1.25,10,4.91,2.21,11,5.58,2.27,12,3.36,1.8,11,3.36,2.84,14,2.8,1.62,10,2.55,2.07,11,4.73,2.28,11,5.75,2.14,12,3.88,2.62,17,2.25,1.39,8,2.54,1.98,13,2.88,1.64,8,5.07,2.52,15,5.62,1.6,8,3.71,2.69,17,2.78,1.48,9
+unemployment,2.32,1.25,22,5.59,2.92,22,2.95,1.68,19,2.38,1.51,8,2.38,1.12,13,6.5,2.27,8,5.08,3.33,13,3.0,1.63,7,2.73,1.74,11,1.75,1.04,8,2.77,1.24,13,5.88,2.9,8,5.43,3.03,14,3.43,1.72,7,2.67,1.67,12,2.27,1.49,11,2.36,1.03,11,3.12,2.85,8,7.0,1.88,14,2.69,1.54,16,4.33,2.08,3
+unending,3.16,1.42,19,4.36,2.72,22,4.77,2.45,22,3.67,1.32,9,2.7,1.42,10,4.0,2.56,8,4.57,2.87,14,4.55,2.3,11,5.0,2.68,11,4.43,0.98,7,2.42,1.08,12,3.2,2.1,10,5.33,2.87,12,5.08,2.53,13,4.33,2.4,9,3.5,1.43,10,2.78,1.39,9,3.38,3.34,8,4.93,2.23,14,5.36,2.53,14,3.75,2.05,8
+unethical,2.19,1.36,21,4.25,2.84,20,5.32,3.06,22,2.0,1.26,6,2.27,1.44,15,4.38,3.02,8,4.17,2.86,12,4.83,3.19,12,5.9,2.96,10,1.78,0.83,9,2.5,1.62,12,4.11,2.98,9,4.36,2.87,11,5.43,2.76,7,5.27,3.28,15,2.1,1.66,10,2.27,1.1,11,3.77,2.86,13,5.14,2.79,7,5.17,3.19,12,5.5,3.06,10
+uneven,4.45,1.76,20,3.43,2.56,21,3.54,1.93,24,4.25,2.75,4,4.5,1.55,16,3.5,2.65,4,3.41,2.62,17,4.89,2.09,9,2.73,1.33,15,4.0,1.93,8,4.75,1.66,12,3.9,3.07,10,3.0,2.05,11,3.29,1.59,14,3.9,2.38,10,4.36,1.75,11,4.56,1.88,9,2.9,2.38,10,3.91,2.74,11,3.88,2.0,17,2.71,1.6,7
+uneventful,4.58,1.64,19,2.56,1.72,18,4.76,2.19,17,4.64,1.57,11,4.5,1.85,8,3.0,1.63,4,2.43,1.79,14,4.12,2.17,8,5.33,2.18,9,4.0,1.51,8,5.0,1.67,11,1.86,1.57,7,3.0,1.73,11,2.5,1.38,6,6.0,1.41,11,4.31,1.89,13,5.17,0.75,6,2.27,1.56,11,3.0,2.0,7,5.43,1.72,7,4.3,2.45,10
+unexpected,4.68,1.57,19,5.1,2.65,20,3.39,2.23,23,4.55,1.04,11,5.43,1.62,7,5.71,2.63,7,4.77,2.71,13,3.57,2.64,7,3.31,2.12,16,4.38,1.92,8,4.91,1.3,11,5.22,2.22,9,5.0,3.07,11,3.91,2.43,11,2.92,2.02,12,4.5,1.88,12,5.0,0.82,7,4.2,2.86,10,6.0,2.21,10,3.08,2.02,13,3.8,2.53,10
+unexplainable,5.0,1.37,19,3.94,2.36,17,3.76,2.39,17,5.18,1.47,11,4.75,1.28,8,4.0,3.0,3,3.93,2.34,14,2.88,1.36,8,4.56,2.88,9,4.75,1.39,8,5.18,1.4,11,4.14,2.34,7,3.8,2.49,10,3.67,1.21,6,3.82,2.89,11,4.77,1.48,13,5.5,1.05,6,3.27,2.24,11,5.17,2.23,6,3.71,2.75,7,3.8,2.25,10
+unexplained,4.6,1.57,20,4.86,2.32,22,4.12,2.7,26,5.43,2.23,7,4.15,0.9,13,4.7,2.06,10,5.0,2.59,12,4.43,2.95,14,3.55,2.46,11,3.91,0.7,11,5.44,1.94,9,4.78,2.17,9,4.92,2.5,13,4.19,2.83,16,3.78,2.68,9,4.54,1.61,13,4.71,1.6,7,4.81,2.4,16,5.0,2.28,6,5.0,2.9,11,3.47,2.45,15
+unexplored,5.77,2.02,22,5.86,2.7,22,5.47,2.2,19,6.0,2.45,8,5.38,1.61,13,5.29,3.15,7,6.07,2.62,14,5.43,2.99,7,5.45,1.81,11,5.38,2.88,8,5.77,1.17,13,5.11,3.26,9,6.38,2.22,13,5.29,2.63,7,5.58,2.02,12,6.36,1.69,11,5.18,2.23,11,4.5,3.3,8,6.64,2.02,14,5.19,2.17,16,7.0,2.0,3
+unfair,3.15,1.31,20,3.75,2.8,24,4.0,2.2,20,3.75,1.49,8,2.75,1.06,12,5.83,2.32,6,3.06,2.65,18,4.36,2.42,11,3.56,1.94,9,3.08,1.51,12,3.25,1.04,8,4.7,3.23,10,3.07,2.34,14,4.31,2.53,13,3.43,1.4,7,3.08,1.5,13,3.29,0.95,7,3.81,2.81,16,3.62,2.97,8,3.92,2.15,12,4.12,2.42,8
+unfaithful,2.33,1.75,40,5.59,2.44,41,4.44,2.51,61,3.0,2.24,17,1.83,1.07,23,5.0,2.79,19,6.1,2.07,21,4.41,2.38,22,4.37,2.58,38,2.05,1.65,22,2.67,1.85,18,5.24,2.45,21,5.95,2.44,20,4.61,2.3,36,4.04,2.77,24,2.35,2.04,26,2.29,1.07,14,5.11,2.75,27,6.5,1.34,14,4.36,2.64,39,4.59,2.32,22
+unfamiliar,4.14,1.88,22,5.18,2.46,22,4.0,1.94,19,5.38,1.69,8,3.43,1.65,14,5.2,2.3,10,5.17,2.69,12,4.14,2.34,7,3.92,1.78,12,4.73,2.24,11,3.55,1.29,11,4.18,1.94,11,6.18,2.6,11,4.0,2.17,15,4.0,0.82,4,4.1,1.2,10,4.17,2.37,12,5.6,2.59,10,4.83,2.41,12,3.9,1.91,10,4.11,2.09,9
+unfeeling,2.79,1.18,19,3.61,2.5,18,4.42,2.62,24,2.6,1.14,5,2.86,1.23,14,3.8,3.03,5,3.54,2.4,13,5.08,2.87,13,3.64,2.16,11,3.44,1.13,9,2.2,0.92,10,4.43,2.82,7,3.09,2.26,11,4.5,2.63,16,4.25,2.76,8,2.69,1.25,13,3.0,1.1,6,4.0,2.56,12,2.83,2.4,6,4.53,2.61,15,4.22,2.77,9
+unfinished,4.24,1.55,21,3.36,2.08,22,5.0,2.5,27,3.7,1.34,10,4.73,1.62,11,2.43,2.15,7,3.8,1.97,15,5.18,2.72,17,4.7,2.16,10,4.09,1.51,11,4.4,1.65,10,2.6,2.19,5,3.59,2.06,17,5.71,2.84,14,4.23,1.88,13,3.92,1.5,13,4.75,1.58,8,2.7,1.89,10,3.92,2.15,12,6.0,2.66,14,3.92,1.85,13
+unfit,2.95,1.39,19,3.77,2.07,22,4.22,2.59,23,2.91,1.3,11,3.29,1.5,7,4.62,2.39,8,3.29,1.77,14,5.29,2.56,7,3.75,2.54,16,3.0,1.41,8,2.91,1.45,11,3.33,1.87,9,4.08,2.22,13,4.91,2.34,11,3.58,2.75,12,2.67,1.61,12,3.43,0.79,7,3.55,2.7,11,4.0,1.26,11,4.54,2.54,13,3.8,2.74,10
+unfold,4.23,1.19,22,3.87,2.4,23,5.63,1.77,19,4.62,0.92,8,4.23,1.01,13,4.75,2.66,8,3.43,2.28,14,5.14,1.95,7,6.0,1.73,11,4.5,1.07,8,4.31,0.95,13,4.78,2.91,9,3.29,1.9,14,4.86,2.04,7,6.08,1.51,12,4.36,1.12,11,4.09,1.3,11,3.33,2.5,9,4.21,2.36,14,5.5,1.83,16,6.33,1.53,3
+unforeseen,4.5,1.62,18,4.0,2.68,20,3.08,1.58,25,4.2,1.64,5,4.62,1.66,13,4.55,2.88,11,3.33,2.4,9,3.0,1.51,16,3.22,1.79,9,4.86,1.57,7,4.27,1.68,11,3.0,2.29,9,4.82,2.79,11,2.95,1.61,20,3.6,1.52,5,4.67,1.8,9,4.33,1.5,9,4.0,2.97,11,4.0,2.45,9,3.42,1.54,19,2.0,1.26,6
+unforgettable,6.73,1.83,22,5.84,2.67,19,5.86,2.57,21,6.4,1.82,5,6.88,1.93,16,7.25,2.12,8,4.82,2.64,11,6.2,2.78,10,5.55,2.46,11,6.08,2.11,12,7.5,1.08,10,6.7,2.36,10,4.89,2.8,9,5.42,2.81,12,6.44,2.24,9,6.73,1.62,11,6.73,2.1,11,5.5,2.73,8,6.09,2.74,11,5.89,2.76,9,5.83,2.55,12
+unforgivable,2.33,1.61,18,6.25,2.43,20,3.56,2.06,25,2.2,1.3,5,2.38,1.76,13,5.91,2.91,11,6.67,1.73,9,3.88,2.28,16,3.0,1.58,9,2.43,1.62,7,2.27,1.68,11,5.22,2.77,9,7.09,1.81,11,3.5,2.19,20,3.8,1.64,5,2.56,1.74,9,2.11,1.54,9,6.0,2.72,11,6.56,2.13,9,3.89,2.18,19,2.5,1.22,6
+unforgiving,2.41,1.59,22,4.81,2.3,26,4.29,2.2,24,2.11,2.09,9,2.62,1.19,13,4.0,1.89,10,5.31,2.44,16,4.33,1.87,9,4.27,2.43,15,2.12,2.1,8,2.57,1.28,14,4.92,2.25,13,4.69,2.43,13,4.58,1.68,12,4.0,2.66,12,2.17,1.11,12,2.7,2.06,10,4.73,2.12,15,4.91,2.63,11,4.54,2.07,13,4.0,2.41,11
+unfortunate,3.33,1.49,24,3.52,2.35,25,4.21,2.59,19,3.45,1.69,11,3.23,1.36,13,3.17,2.79,6,3.56,2.31,18,3.71,2.81,7,4.5,2.54,12,3.53,1.7,17,2.86,0.69,7,3.5,2.79,14,3.4,1.78,10,4.33,2.65,9,4.1,2.69,10,3.0,1.57,14,3.8,1.32,10,3.69,2.47,16,3.22,2.22,9,3.73,2.83,11,4.88,2.23,8
+unfounded,4.18,1.3,22,3.96,2.07,26,4.57,1.97,23,4.22,1.64,9,4.15,1.07,13,3.6,2.37,10,4.19,1.91,16,4.0,1.07,8,4.87,2.29,15,4.75,1.16,8,3.86,1.29,14,3.85,2.27,13,4.08,1.93,13,4.5,1.17,12,4.64,2.66,11,4.42,0.9,12,3.9,1.66,10,3.8,2.37,15,4.18,1.66,11,4.67,1.87,12,4.45,2.16,11
+unfreeze,4.29,1.71,21,3.41,1.68,22,4.35,2.18,20,4.2,1.64,5,4.31,1.78,16,4.0,1.41,11,2.82,1.78,11,4.09,2.39,11,4.25,1.67,8,3.75,2.09,12,5.0,0.5,9,3.47,1.81,15,3.29,1.5,7,4.18,1.4,11,4.56,2.96,9,4.23,1.88,13,4.38,1.51,8,3.33,1.68,18,3.75,1.89,4,3.77,1.59,13,5.43,2.82,7
+unfriendly,2.3,1.87,20,4.05,2.54,20,4.45,2.72,22,1.83,0.75,6,2.5,2.18,14,3.75,2.38,8,4.25,2.73,12,4.42,2.64,12,4.5,2.95,10,2.67,2.5,9,2.0,1.18,11,3.56,2.3,9,4.45,2.77,11,3.43,1.81,7,4.93,2.99,15,2.56,2.55,9,2.09,1.14,11,3.54,2.4,13,5.0,2.71,7,5.25,3.17,12,3.5,1.78,10
+unglued,4.1,1.52,20,4.12,2.6,17,3.95,2.38,22,4.0,2.0,5,4.13,1.41,15,4.2,2.28,5,4.08,2.81,12,4.3,2.21,10,3.67,2.57,12,4.0,1.05,10,4.2,1.93,10,4.67,2.65,9,3.5,2.56,8,5.09,2.51,11,2.82,1.66,11,3.58,1.08,12,4.88,1.81,8,2.38,2.39,8,5.67,1.66,9,3.55,2.21,11,4.36,2.58,11
+ungodly,3.5,2.43,18,5.27,2.19,22,4.73,2.47,22,3.62,2.62,8,3.4,2.41,10,4.75,1.28,8,5.57,2.56,14,5.27,2.61,11,4.18,2.32,11,4.29,2.56,7,3.0,2.32,11,5.1,1.66,10,5.42,2.61,12,4.38,2.6,13,5.22,2.33,9,3.6,2.46,10,3.38,2.56,8,6.12,2.36,8,4.79,2.01,14,4.93,2.43,14,4.38,2.67,8
+ungrateful,2.68,1.45,19,4.71,2.24,21,4.74,2.82,23,3.0,2.0,3,2.62,1.41,16,5.5,1.6,8,4.23,2.49,13,5.78,3.27,9,4.07,2.37,14,2.0,1.12,9,3.3,1.49,10,4.67,1.32,9,4.75,2.8,12,5.87,2.7,15,2.62,1.6,8,2.86,1.35,7,2.58,1.56,12,4.8,1.75,10,4.64,2.69,11,5.23,3.35,13,4.1,1.91,10
+unguarded,4.45,1.57,22,4.33,2.8,21,4.32,1.91,22,4.5,1.87,14,4.38,0.92,8,4.82,2.99,11,4.11,2.57,9,4.0,1.9,6,4.44,1.97,16,4.6,2.07,10,4.33,1.07,12,3.45,2.66,11,5.3,2.75,10,4.46,1.71,13,4.11,2.26,9,4.25,1.96,12,4.7,0.95,10,3.77,2.92,13,5.25,2.49,8,3.75,1.76,12,5.0,1.94,10
+unhand,4.11,1.73,19,3.78,2.21,23,4.68,2.37,28,4.62,1.3,8,3.73,1.95,11,3.56,2.13,9,3.93,2.34,14,4.14,2.28,14,5.21,2.42,14,4.0,1.66,9,4.2,1.87,10,3.58,2.11,12,4.0,2.41,11,3.57,2.1,14,5.79,2.15,14,4.3,1.7,10,3.89,1.83,9,4.09,2.17,11,3.5,2.32,12,4.5,1.73,12,4.81,2.81,16
+unhappiness,1.89,1.24,19,4.41,2.84,22,2.96,1.95,28,2.17,1.6,6,1.77,1.09,13,4.0,3.03,11,4.82,2.71,11,3.36,2.42,11,2.71,1.61,17,2.09,1.45,11,1.62,0.92,8,4.45,2.98,11,4.36,2.84,11,3.0,1.71,18,2.9,2.42,10,2.0,1.35,13,1.67,1.03,6,4.5,3.39,14,4.25,1.67,8,2.44,1.59,16,3.67,2.23,12
+unhappy,1.84,1.07,19,5.1,2.4,42,3.71,2.22,21,1.0,0.0,3,2.0,1.1,16,4.13,2.42,15,5.63,2.26,27,4.3,2.16,10,3.18,2.23,11,1.57,1.13,7,2.0,1.04,12,4.0,2.24,15,5.7,2.3,27,3.09,2.02,11,4.4,2.32,10,2.11,1.36,9,1.6,0.7,10,4.64,2.46,22,5.6,2.28,20,4.45,2.73,11,2.9,1.1,10
+unharmed,6.78,1.99,18,2.45,1.54,20,6.5,1.91,20,7.67,2.31,3,6.64,2.02,14,2.0,1.25,10,2.9,1.73,10,5.9,2.02,10,7.1,1.66,10,7.4,1.52,5,6.58,2.23,12,2.14,1.21,7,2.62,1.71,13,7.0,2.14,8,6.17,1.75,12,6.91,1.7,11,6.57,2.51,7,2.9,1.66,10,2.0,1.33,10,7.22,2.05,9,5.91,1.64,11
+unhealthy,2.55,1.47,20,4.36,2.11,22,5.11,2.73,19,3.11,1.76,9,2.09,1.04,11,3.2,2.17,5,4.81,2.04,16,4.67,3.01,6,5.31,2.69,13,2.79,1.58,14,2.0,1.1,6,4.17,2.12,12,4.78,2.22,9,4.78,2.39,9,5.4,3.1,10,3.2,1.55,10,1.9,1.1,10,3.42,1.98,12,5.5,1.72,10,4.0,2.9,6,5.62,2.6,13
+unheard,4.16,2.01,19,3.18,2.08,22,3.54,1.67,28,5.0,1.1,6,3.77,2.24,13,2.91,2.02,11,3.45,2.21,11,3.0,1.84,11,3.88,1.5,17,3.64,1.69,11,4.88,2.3,8,2.91,2.21,11,3.45,2.02,11,3.56,1.85,18,3.5,1.35,10,4.31,2.1,13,3.83,1.94,6,3.57,2.38,14,2.5,1.31,8,3.25,1.84,16,3.92,1.38,12
+unholy,4.08,1.71,25,5.16,2.87,19,4.1,2.83,21,4.71,1.38,7,3.88,1.83,17,6.38,2.77,8,4.27,2.72,11,4.1,3.0,10,4.09,2.81,11,4.46,1.39,13,3.67,1.97,12,6.2,1.69,10,4.0,3.54,9,4.0,2.8,12,4.22,3.03,9,4.0,1.73,13,4.17,1.75,12,4.38,2.13,8,5.73,3.29,11,4.0,3.08,9,4.17,2.76,12
+unhook,4.55,1.47,22,3.31,2.05,26,5.75,2.11,24,5.22,0.83,9,4.08,1.66,13,2.5,1.51,10,3.81,2.23,16,6.0,2.6,9,5.6,1.84,15,5.0,1.77,8,4.29,1.27,14,4.08,2.29,13,2.54,1.51,13,4.67,2.23,12,6.83,1.34,12,4.08,1.73,12,5.1,0.88,10,2.87,1.73,15,3.91,2.39,11,5.77,2.24,13,5.73,2.05,11
+unicorn,6.86,1.77,21,5.14,2.49,22,5.14,2.26,21,5.8,2.59,5,7.19,1.38,16,6.55,2.07,11,3.73,2.1,11,4.55,2.07,11,5.44,2.24,9,7.0,1.76,12,6.67,1.87,9,5.27,2.55,15,4.86,2.54,7,5.91,1.3,11,4.3,2.83,10,7.46,1.51,13,5.88,1.81,8,5.17,2.62,18,5.0,2.16,4,5.29,2.23,14,4.86,2.48,7
+unidentified,4.52,1.81,21,4.89,2.47,19,3.62,2.38,21,5.33,1.03,6,4.2,1.97,15,4.38,2.33,8,5.27,2.61,11,3.45,2.16,11,3.8,2.7,10,4.67,1.37,6,4.47,2.0,15,4.9,2.51,10,4.89,2.57,9,3.5,2.71,14,3.86,1.68,7,5.0,1.29,7,4.29,2.02,14,4.71,2.87,14,5.4,0.55,5,3.33,2.06,12,4.0,2.83,9
+unification,6.1,1.83,20,4.33,2.25,18,6.14,1.96,22,6.6,1.95,5,5.93,1.83,15,4.83,2.56,6,4.08,2.15,12,5.8,2.1,10,6.42,1.88,12,6.5,1.58,10,5.7,2.06,10,5.2,2.35,10,3.25,1.67,8,6.18,2.68,11,6.09,0.94,11,6.08,1.88,12,6.12,1.89,8,3.11,2.26,9,5.56,1.51,9,6.18,2.44,11,6.09,1.45,11
+unified,6.42,1.26,19,3.57,1.78,21,5.3,2.62,23,7.0,0.0,3,6.31,1.35,16,4.12,1.46,8,3.23,1.92,13,4.0,2.4,9,6.14,2.48,14,6.67,1.32,9,6.2,1.23,10,4.33,1.41,9,3.0,1.86,12,5.33,3.02,15,5.25,1.83,8,6.43,1.4,7,6.42,1.24,12,3.7,1.57,10,3.45,2.02,11,5.77,3.0,13,4.7,2.0,10
+uniform,4.37,2.03,19,3.55,1.99,22,4.67,2.58,24,4.67,2.25,6,4.23,2.01,13,3.92,2.02,12,3.1,1.97,10,4.75,2.05,8,4.62,2.87,16,4.2,1.14,10,4.56,2.79,9,4.22,2.05,9,3.08,1.89,13,4.41,2.65,17,5.33,2.73,6,3.88,1.73,8,4.73,2.24,11,3.44,1.81,9,3.62,2.18,13,5.38,2.53,16,3.25,2.19,8
+uniformed,4.42,1.64,19,4.25,2.12,20,4.5,2.32,22,4.67,0.71,9,4.2,2.2,10,5.43,2.44,7,3.62,1.71,13,3.82,2.18,11,5.18,2.36,11,5.0,0.0,7,4.08,2.02,12,4.33,1.94,9,4.18,2.36,11,4.38,2.53,13,4.67,2.12,9,4.8,1.81,10,4.0,1.41,9,4.43,2.57,7,4.15,1.95,13,4.21,2.15,14,5.0,2.67,8
+unimaginable,4.23,1.38,22,4.65,2.51,26,4.46,2.23,24,4.67,1.41,9,3.92,1.32,13,3.5,2.72,10,5.38,2.16,16,4.11,2.2,9,4.67,2.29,15,4.38,1.85,8,4.14,1.1,14,4.69,2.72,13,4.62,2.4,13,3.83,2.12,12,5.08,2.23,12,3.75,1.48,12,4.8,1.03,10,4.8,2.68,15,4.45,2.38,11,4.69,2.32,13,4.18,2.18,11
+unimportant,4.42,1.07,19,3.52,2.34,21,5.32,1.46,22,4.6,0.89,5,4.23,1.09,13,3.33,2.42,6,3.6,2.38,15,5.3,0.82,10,5.33,1.87,12,4.14,0.9,7,4.45,1.13,11,3.29,2.5,7,3.64,2.34,14,4.7,1.16,10,5.83,1.53,12,4.58,1.08,12,4.14,1.07,7,2.73,2.0,11,4.4,2.46,10,4.93,1.07,14,6.0,1.85,8
+uninhabited,5.45,2.04,20,3.56,2.04,18,3.79,2.69,24,6.4,2.07,5,5.13,2.0,15,3.8,1.79,5,3.46,2.18,13,4.15,2.76,13,3.36,2.66,11,5.9,2.64,10,5.0,1.15,10,3.71,2.06,7,3.45,2.11,11,3.81,2.79,16,3.75,2.66,8,5.29,1.9,14,5.83,2.48,6,4.0,2.0,12,2.67,1.97,6,3.4,2.61,15,4.44,2.83,9
+unintelligible,3.6,1.64,20,3.81,2.09,21,3.4,2.47,25,3.0,0.0,4,3.75,1.81,16,4.5,2.38,4,3.65,2.06,17,5.22,2.49,9,2.38,1.82,16,3.38,1.19,8,3.75,1.91,12,4.5,1.96,10,3.18,2.09,11,3.36,2.47,14,3.45,2.58,11,3.91,1.45,11,3.22,1.86,9,3.6,1.96,10,4.0,2.28,11,3.94,2.69,18,2.0,0.82,7
+unintentional,5.25,1.65,20,3.52,2.11,21,3.29,1.71,24,4.75,2.06,4,5.38,1.59,16,4.75,2.87,4,3.24,1.89,17,3.56,1.81,9,3.13,1.68,15,4.5,1.07,8,5.75,1.82,12,3.9,2.18,10,3.18,2.09,11,2.77,1.64,13,3.91,1.64,11,5.55,1.44,11,4.89,1.9,9,2.8,1.48,10,4.18,2.44,11,3.71,1.65,17,2.29,1.5,7
+uninterrupted,5.35,1.76,20,3.32,1.91,22,6.74,1.79,19,4.78,1.86,9,5.82,1.6,11,3.2,2.05,5,3.5,1.9,16,6.83,2.14,6,6.69,1.7,13,5.21,1.76,14,5.67,1.86,6,3.5,1.78,12,3.33,2.12,9,6.11,1.45,9,7.3,1.95,10,5.6,1.51,10,5.1,2.02,10,3.17,1.85,12,3.5,2.07,10,6.67,2.42,6,6.77,1.54,13
+uninvited,3.35,0.75,20,4.38,2.58,21,3.76,2.67,25,3.33,0.58,3,3.35,0.79,17,4.71,2.81,7,4.31,2.63,13,3.88,2.53,8,3.71,2.8,17,3.43,0.53,7,3.31,0.85,13,5.71,2.5,7,3.77,2.52,13,4.21,2.69,14,3.18,2.64,11,3.56,0.73,9,3.18,0.75,11,4.45,2.7,11,4.3,2.58,10,3.44,2.89,18,4.57,1.9,7
+union,5.85,1.27,20,4.05,2.82,20,5.68,1.84,22,6.43,1.13,7,5.54,1.27,13,3.0,1.94,9,4.91,3.21,11,6.67,1.51,6,5.31,1.85,16,5.4,1.26,10,6.44,1.13,9,4.0,2.67,8,4.08,3.03,12,5.53,1.88,15,6.0,1.83,7,5.55,1.04,11,6.22,1.48,9,3.83,2.55,12,4.38,3.34,8,5.45,1.97,11,5.91,1.76,11
+unique,7.32,1.11,19,4.0,2.45,21,6.43,2.39,23,6.6,0.89,5,7.54,1.13,13,4.33,2.8,6,3.87,2.39,15,5.9,2.56,10,6.85,2.27,13,7.43,1.13,7,7.18,1.17,11,3.71,2.56,7,4.14,2.48,14,5.55,2.84,11,7.25,1.6,12,7.25,1.06,12,7.43,1.27,7,4.45,2.46,11,3.5,2.46,10,6.14,2.57,14,6.89,2.15,9
+unisex,5.78,2.21,18,4.95,2.84,22,4.36,1.66,28,5.0,2.61,6,6.17,1.99,12,4.18,2.6,11,5.73,2.97,11,4.27,2.33,11,4.41,1.12,17,6.0,2.26,10,5.5,2.27,8,4.36,3.11,11,5.55,2.54,11,4.33,1.94,18,4.4,1.07,10,5.75,2.14,12,5.83,2.56,6,5.29,3.15,14,4.38,2.26,8,4.25,2.08,16,4.5,0.9,12
+unison,5.76,1.7,21,3.43,1.9,23,6.22,2.34,18,6.0,1.58,9,5.58,1.83,12,3.18,1.78,11,3.67,2.06,12,6.0,2.71,10,6.5,1.93,8,4.57,1.51,7,6.38,1.56,13,3.55,1.81,11,3.33,2.06,12,6.57,2.51,7,6.0,2.32,11,5.15,1.72,13,6.75,1.16,8,3.55,2.02,11,3.33,1.87,12,5.67,1.8,9,6.78,2.77,9
+unit,5.29,1.66,42,3.33,2.31,21,5.18,1.82,44,5.54,2.03,13,5.17,1.49,29,4.57,3.15,7,2.69,1.6,13,5.0,2.05,22,5.36,1.59,22,5.0,1.55,16,5.46,1.73,26,4.43,3.15,7,2.77,1.69,13,4.59,1.55,29,6.33,1.8,15,5.22,1.65,23,5.37,1.71,19,3.82,2.75,11,2.8,1.69,10,4.84,1.82,25,5.63,1.77,19
+unite,6.4,1.14,20,3.19,2.52,21,6.85,1.97,27,6.43,1.51,7,6.38,0.96,13,3.78,2.54,9,2.75,2.53,12,5.93,1.91,15,8.0,1.48,11,6.09,0.94,11,6.78,1.3,9,4.33,2.65,9,2.33,2.15,12,6.88,2.2,17,6.67,1.66,9,6.38,1.26,13,6.43,0.98,7,3.2,2.76,15,3.17,2.04,6,6.5,1.93,12,7.13,2.03,15
+unity,6.67,1.74,21,4.8,2.65,20,6.66,1.76,35,6.88,1.96,8,6.54,1.66,13,3.8,2.39,5,5.13,2.72,15,6.6,1.43,10,6.68,1.91,25,6.85,1.91,13,6.38,1.51,8,4.92,2.71,12,4.62,2.72,8,6.63,1.95,19,6.69,1.58,16,6.45,1.81,11,6.9,1.73,10,6.0,2.14,11,3.33,2.55,9,6.81,2.02,21,6.43,1.34,14
+universal,6.59,2.29,17,4.87,2.83,23,5.53,2.09,19,5.78,2.44,9,7.5,1.85,8,3.57,1.99,7,5.67,2.97,15,5.6,2.17,10,5.44,2.13,9,6.5,2.83,8,6.67,1.87,9,5.5,3.1,10,4.58,2.64,12,5.0,1.69,8,5.7,2.36,10,6.4,2.55,10,6.86,2.04,7,4.3,2.58,20,8.67,0.58,3,5.5,1.93,8,5.55,2.3,11
+universe,6.81,1.4,21,3.91,3.23,23,3.7,2.99,20,6.62,1.69,8,6.92,1.26,13,5.33,3.67,6,3.41,3.02,17,4.27,3.13,11,3.0,2.83,9,6.75,1.48,12,6.89,1.36,9,5.0,3.37,10,3.08,2.99,13,3.85,3.24,13,3.43,2.7,7,6.93,1.38,14,6.57,1.51,7,4.87,3.11,15,2.12,2.8,8,4.42,3.12,12,2.62,2.62,8
+university,6.95,1.15,20,4.24,2.36,21,5.7,2.58,33,7.2,1.14,10,6.7,1.16,10,4.75,2.76,8,3.92,2.14,13,5.71,2.52,14,5.68,2.69,19,7.11,1.17,9,6.82,1.17,11,5.0,2.31,13,3.0,2.0,8,5.5,2.77,22,6.09,2.21,11,6.7,1.42,10,7.2,0.79,10,3.5,1.87,14,5.71,2.69,7,5.12,2.2,17,6.31,2.87,16
+unjust,3.16,1.57,19,6.33,2.2,21,3.05,1.65,22,3.4,1.14,5,3.08,1.8,13,7.33,1.03,6,5.93,2.43,15,3.7,1.83,10,2.5,1.31,12,3.29,1.89,7,3.09,1.51,11,5.71,2.14,7,6.64,2.24,14,4.1,1.6,10,2.17,1.11,12,3.5,1.45,12,2.57,1.72,7,5.45,2.58,11,7.3,1.16,10,3.46,1.81,13,2.44,1.24,9
+unkind,2.55,1.54,20,4.24,2.07,21,4.84,2.59,19,2.56,1.94,9,2.55,1.21,11,3.5,2.38,4,4.31,2.06,16,4.5,3.15,6,5.0,2.42,13,2.57,1.5,14,2.5,1.76,6,3.58,2.02,12,5.0,2.0,8,5.67,2.24,9,4.1,2.77,10,2.5,1.27,10,2.6,1.84,10,3.0,1.76,12,5.89,1.05,9,5.0,2.9,6,4.77,2.55,13
+unknown,4.85,1.18,20,4.71,2.71,24,3.79,2.39,28,5.12,1.25,8,4.67,1.15,12,4.11,2.47,9,5.07,2.87,15,2.79,1.67,14,4.79,2.64,14,4.78,1.79,9,4.91,0.3,11,4.25,2.38,12,5.17,3.04,12,3.71,2.55,14,3.86,2.32,14,4.5,1.18,10,5.2,1.14,10,5.17,2.44,12,4.25,2.99,12,3.33,2.06,12,4.12,2.63,16
+unlawful,2.73,1.83,22,4.46,2.32,26,4.87,2.36,23,1.89,1.05,9,3.31,2.06,13,4.1,2.28,10,4.69,2.39,16,4.38,2.26,8,5.13,2.45,15,3.12,2.59,8,2.5,1.29,14,5.0,2.38,13,3.92,2.22,13,5.0,2.34,12,4.73,2.49,11,2.83,2.25,12,2.6,1.26,10,4.67,2.5,15,4.18,2.14,11,4.83,2.62,12,4.91,2.17,11
+unleash,4.6,1.23,20,5.14,2.54,21,5.68,2.23,25,4.67,0.58,3,4.59,1.33,17,4.86,2.54,7,5.23,2.71,13,5.62,1.85,8,5.71,2.44,17,4.86,1.07,7,4.46,1.33,13,5.71,2.98,7,4.77,2.42,13,5.79,2.19,14,5.55,2.38,11,4.56,1.13,9,4.64,1.36,11,5.0,2.65,11,5.3,2.54,10,5.83,2.36,18,5.29,1.98,7
+unlikely,3.85,1.6,20,3.82,2.36,22,4.81,2.24,27,5.0,1.91,7,3.23,1.01,13,3.4,2.07,10,4.17,2.62,12,4.67,2.38,15,4.91,2.21,11,3.36,1.12,11,4.44,1.94,9,4.11,1.62,9,3.62,2.81,13,5.47,2.12,17,3.44,2.01,9,4.08,1.8,13,3.43,1.13,7,3.5,2.0,16,4.67,3.2,6,5.0,2.59,12,4.67,1.99,15
+unlimited,6.16,2.32,19,4.52,2.6,21,6.61,2.1,23,7.0,1.95,11,5.57,1.9,7,5.14,2.73,7,4.21,2.58,14,6.57,2.64,7,6.62,1.93,16,5.75,2.55,8,6.45,2.21,11,5.0,2.83,9,4.17,2.48,12,6.55,1.63,11,6.67,2.53,12,5.75,2.67,12,6.86,1.46,7,4.09,3.14,11,5.0,1.89,10,6.23,2.2,13,7.1,1.97,10
+unlisted,4.21,1.78,19,3.73,2.25,22,5.0,2.13,24,4.0,1.79,6,4.31,1.84,13,4.42,2.47,12,2.9,1.73,10,5.38,1.77,8,4.81,2.32,16,4.2,1.32,10,4.22,2.28,9,4.44,2.74,9,3.23,1.79,13,4.88,2.39,17,5.33,1.51,6,4.0,1.2,8,4.36,2.16,11,3.33,1.58,9,4.0,2.65,13,4.62,1.96,16,5.75,2.38,8
+unload,5.21,1.9,19,3.24,1.95,21,4.75,2.1,20,5.33,1.53,3,5.19,2.01,16,4.5,2.17,6,2.73,1.67,15,5.67,1.63,6,4.36,2.21,14,5.4,0.84,10,5.0,2.69,9,2.86,1.68,7,3.43,2.1,14,4.7,2.0,10,4.8,2.3,10,5.5,1.85,8,5.0,2.0,11,3.0,1.8,9,3.42,2.11,12,4.5,2.51,8,4.92,1.88,12
+unlock,5.55,1.5,20,3.2,1.91,20,6.73,1.49,22,5.0,1.83,7,5.85,1.28,13,3.44,2.24,9,3.0,1.67,11,7.0,1.9,6,6.62,1.36,16,5.9,1.29,10,5.11,1.76,9,2.75,1.58,8,3.5,2.11,12,6.6,1.64,15,7.0,1.15,7,5.45,1.97,11,5.67,0.71,9,2.75,1.54,12,3.88,2.3,8,6.45,1.86,11,7.0,1.0,11
+unlucky,2.7,1.84,20,4.62,2.36,21,4.15,2.82,33,2.3,1.34,10,3.1,2.23,10,4.12,2.53,8,4.92,2.29,13,4.38,2.72,13,4.0,2.94,20,2.44,0.73,9,2.91,2.43,11,4.92,1.89,13,4.12,3.04,8,4.33,2.87,21,3.83,2.82,12,2.4,0.97,10,3.0,2.45,10,4.57,2.77,14,4.71,1.38,7,4.38,2.58,16,3.94,3.09,17
+unmanned,5.28,1.67,18,3.33,2.11,21,4.05,2.21,20,4.67,2.08,3,5.4,1.64,15,2.83,1.47,6,3.53,2.33,15,3.67,1.97,6,4.21,2.36,14,4.9,1.29,10,5.75,2.05,8,3.29,2.21,7,3.36,2.13,14,4.1,2.02,10,4.0,2.49,10,5.0,1.6,8,5.5,1.78,10,3.56,2.35,9,3.17,1.99,12,2.88,1.73,8,4.83,2.21,12
+unmarked,5.5,2.23,18,2.77,1.54,22,4.0,2.34,23,5.73,1.95,11,4.67,2.66,6,3.0,1.07,8,2.64,1.78,14,3.43,2.23,7,4.25,2.41,16,5.25,2.12,8,5.7,2.41,10,2.22,1.3,9,3.15,1.63,13,4.36,2.29,11,3.67,2.42,12,5.27,2.65,11,5.86,1.46,7,2.73,1.74,11,2.82,1.4,11,4.31,2.56,13,3.6,2.07,10
+unmarried,4.72,1.87,18,5.32,2.19,22,6.08,2.62,24,4.17,1.6,6,5.0,2.0,12,6.42,2.07,12,4.0,1.56,10,5.75,2.6,8,6.25,2.7,16,5.67,1.58,9,3.78,1.72,9,6.11,1.54,9,4.77,2.45,13,6.47,2.35,17,5.17,3.49,6,5.29,2.43,7,4.36,1.43,11,5.78,1.99,9,5.0,2.35,13,5.69,2.55,16,6.88,2.75,8
+unmistakable,6.1,1.92,21,4.33,2.32,24,5.86,2.03,22,6.0,1.6,8,6.15,2.15,13,5.0,2.71,13,3.55,1.51,11,6.38,1.89,13,5.11,2.09,9,6.38,1.85,8,5.75,2.01,12,4.93,1.98,14,3.5,2.59,10,5.67,1.97,12,6.1,2.18,10,6.3,2.45,10,5.91,1.38,11,4.0,2.45,17,5.14,1.86,7,5.5,2.8,10,6.17,1.11,12
+unmitigated,4.75,1.74,20,4.19,2.06,21,4.94,2.28,33,4.8,2.04,10,4.7,1.49,10,4.38,2.33,8,4.08,1.98,13,5.0,2.69,14,4.89,2.0,19,4.0,1.5,9,5.36,1.75,11,4.46,2.26,13,3.75,1.75,8,5.18,2.36,22,4.45,2.11,11,4.2,1.03,10,5.3,2.16,10,4.5,2.28,14,3.57,1.51,7,5.38,2.16,16,4.53,2.37,17
+unnamed,4.38,1.32,21,4.05,2.36,22,4.65,1.94,26,4.55,1.13,11,4.2,1.55,10,4.55,2.11,11,3.55,2.58,11,4.36,1.96,11,4.71,1.94,14,4.1,1.45,10,4.64,1.21,11,4.82,2.36,11,3.27,2.2,11,4.71,2.23,17,4.25,1.04,8,4.0,1.58,13,5.0,0.0,8,4.0,2.2,15,4.14,2.85,7,4.76,2.28,17,4.44,1.13,9
+unnatural,4.53,1.31,19,5.52,2.27,21,3.78,2.11,23,4.6,0.55,5,4.31,1.38,13,6.0,2.83,6,5.33,2.09,15,4.3,2.58,10,3.38,1.66,13,4.14,0.9,7,4.55,1.37,11,4.86,2.91,7,5.86,1.92,14,4.55,2.3,11,3.08,1.73,12,4.75,1.29,12,4.14,1.35,7,4.82,2.82,11,6.3,1.16,10,3.57,2.5,14,4.11,1.36,9
+unnecessary,4.62,1.5,21,3.79,2.43,24,4.16,2.59,19,5.12,2.03,8,4.31,1.03,13,4.67,0.82,6,3.5,2.73,18,3.09,1.92,11,5.62,2.77,8,4.33,1.44,12,5.0,1.58,9,4.7,2.41,10,3.14,2.32,14,3.85,2.58,13,4.83,2.71,6,4.29,1.38,14,5.29,1.6,7,4.12,2.22,16,3.12,2.85,8,4.09,2.66,11,4.25,2.66,8
+unnoticed,4.32,1.7,22,3.28,1.84,25,4.25,2.44,24,4.11,1.76,9,4.46,1.71,13,2.56,1.88,9,3.69,1.74,16,3.89,1.9,9,4.47,2.75,15,4.5,1.77,8,4.21,1.72,14,3.42,1.73,12,3.15,1.99,13,3.33,2.06,12,5.17,2.52,12,4.42,1.78,12,4.2,1.69,10,3.0,1.88,14,3.64,1.8,11,4.23,2.28,13,4.27,2.72,11
+unofficial,4.45,1.54,20,3.59,2.52,22,5.22,2.5,27,4.86,2.04,7,4.23,1.24,13,3.9,2.51,10,3.33,2.61,12,5.33,2.5,15,5.0,2.72,11,4.45,0.93,11,4.44,2.13,9,4.11,2.52,9,3.23,2.55,13,5.65,2.47,17,4.33,2.6,9,4.69,1.65,13,4.0,1.29,7,3.12,2.42,16,4.83,2.56,6,5.5,2.88,12,5.0,2.24,15
+unopened,5.63,1.83,19,3.32,2.38,22,5.18,1.79,28,6.0,1.55,6,5.46,1.98,13,3.64,2.98,11,3.0,1.67,11,5.45,2.16,11,5.0,1.54,17,5.73,2.0,11,5.5,1.69,8,3.36,2.42,11,3.27,2.45,11,5.06,1.83,18,5.4,1.78,10,6.38,1.39,13,4.0,1.67,6,3.29,2.3,14,3.38,2.67,8,5.25,2.29,16,5.08,0.79,12
+unorthodox,5.38,2.16,21,3.45,2.61,20,5.32,2.75,22,5.33,2.88,6,5.4,1.92,15,3.75,2.92,8,3.25,2.49,12,5.17,2.72,12,5.5,2.92,10,5.89,2.8,9,5.0,1.54,12,3.78,2.54,9,3.18,2.75,11,3.71,2.14,7,6.07,2.74,15,4.9,2.47,10,5.82,1.83,11,3.77,2.62,13,2.86,2.67,7,5.08,3.4,12,5.6,1.84,10
+unpack,5.29,1.68,24,2.9,2.13,20,5.45,2.76,22,5.5,1.77,8,5.19,1.68,16,2.62,2.07,8,3.08,2.23,12,5.5,2.71,12,5.4,2.95,10,5.9,1.73,10,4.86,1.56,14,3.11,2.32,9,2.73,2.05,11,3.86,2.54,7,6.2,2.6,15,5.58,2.19,12,5.0,0.95,12,2.92,2.36,13,2.86,1.77,7,4.83,2.95,12,6.2,2.44,10
+unpaid,2.58,1.3,19,5.62,2.6,21,3.35,2.12,23,2.8,0.84,5,2.46,1.51,13,6.17,2.64,6,5.4,2.64,15,3.6,1.78,10,3.15,2.41,13,2.0,0.82,7,2.91,1.51,11,5.0,3.32,7,5.93,2.23,14,3.55,1.51,11,3.17,2.62,12,2.42,1.08,12,2.86,1.68,7,4.64,3.14,11,6.7,1.25,10,3.57,1.87,14,3.0,2.55,9
+unparalleled,5.37,2.01,19,3.85,2.21,20,5.65,1.95,20,5.92,2.02,13,4.17,1.47,6,5.0,2.55,5,3.47,2.03,15,5.67,1.73,9,5.64,2.2,11,5.78,1.92,9,5.0,2.11,10,4.29,2.43,7,3.62,2.14,13,5.33,2.29,9,5.91,1.7,11,4.56,1.42,9,6.1,2.23,10,4.4,2.22,10,3.3,2.16,10,6.14,2.48,7,5.38,1.66,13
+unpleasant,2.53,1.43,19,4.73,2.8,22,3.54,1.75,28,3.17,1.6,6,2.23,1.3,13,5.18,2.56,11,4.27,3.07,11,3.55,1.86,11,3.53,1.74,17,2.73,1.79,11,2.25,0.71,8,4.73,2.83,11,4.73,2.9,11,3.83,1.82,18,3.0,1.56,10,2.85,1.57,13,1.83,0.75,6,4.36,3.05,14,5.38,2.33,8,3.44,2.03,16,3.67,1.37,12
+unpleasantness,2.59,1.3,22,4.36,2.22,25,3.42,2.12,24,2.89,1.54,9,2.38,1.12,13,4.0,2.45,10,4.6,2.1,15,2.89,1.96,9,3.73,2.22,15,3.25,1.28,8,2.21,1.19,14,4.15,2.38,13,4.58,2.11,12,3.08,1.98,12,3.75,2.3,12,2.25,1.22,12,3.0,1.33,10,4.33,2.53,15,4.4,1.78,10,3.46,2.07,13,3.36,2.29,11
+unplug,4.8,0.95,20,3.25,1.97,20,5.59,2.09,22,4.71,0.76,7,4.85,1.07,13,3.44,2.07,9,3.09,1.97,11,6.17,2.4,6,5.38,2.0,16,4.9,0.74,10,4.67,1.22,9,3.0,2.27,8,3.42,1.83,12,6.07,2.05,15,4.57,1.9,7,4.91,0.94,11,4.67,1.0,9,2.83,1.95,12,3.88,1.96,8,6.27,2.2,11,4.91,1.81,11
+unplugged,4.29,1.45,21,3.25,2.8,24,4.95,2.06,20,5.12,1.64,8,3.77,1.09,13,4.33,2.73,6,2.89,2.81,18,5.0,1.95,11,4.89,2.32,9,4.33,1.44,12,4.22,1.56,9,3.2,2.74,10,3.29,2.95,14,5.38,2.02,13,4.14,2.04,7,4.43,1.5,14,4.0,1.41,7,4.19,2.99,16,1.38,0.74,8,5.08,2.31,12,4.75,1.75,8
+unpopular,2.95,1.91,21,4.25,2.29,20,3.48,2.14,21,3.5,1.64,6,2.73,2.02,15,4.0,2.73,8,4.42,2.07,12,3.27,2.0,11,3.7,2.36,10,2.67,1.63,6,3.07,2.05,15,4.0,2.94,10,4.5,1.51,10,2.71,1.44,14,5.0,2.58,7,2.57,1.4,7,3.14,2.14,14,4.21,2.61,14,4.33,1.51,6,3.33,2.71,12,3.67,1.12,9
+unprecedented,5.29,1.82,21,4.32,2.77,22,4.78,2.06,27,5.5,1.65,10,5.09,2.02,11,4.0,3.21,7,4.47,2.64,15,4.41,2.32,17,5.4,1.43,10,5.55,1.81,11,5.0,1.89,10,4.2,3.11,5,4.35,2.76,17,4.5,2.5,14,5.08,1.5,13,4.92,2.1,13,5.88,1.13,8,4.4,3.2,10,4.25,2.49,12,5.43,2.28,14,4.08,1.61,13
+unpredictable,4.52,2.04,21,4.8,2.61,20,3.9,2.59,21,5.5,1.97,6,4.13,2.0,15,5.25,2.31,8,4.5,2.84,12,3.73,2.28,11,4.1,3.0,10,5.33,2.29,9,3.92,1.68,12,5.78,2.05,9,4.0,2.83,11,3.86,2.48,7,3.93,2.73,14,5.0,1.89,10,4.09,2.17,11,4.85,2.41,13,4.71,3.15,7,3.75,2.8,12,4.11,2.42,9
+unprepared,3.11,1.52,19,5.09,2.2,22,3.75,2.13,24,3.0,1.26,6,3.15,1.68,13,5.42,2.11,12,4.7,2.36,10,4.62,2.13,8,3.31,2.06,16,3.8,1.55,10,2.33,1.12,9,6.0,1.32,9,4.46,2.5,13,3.47,2.0,17,4.33,2.66,6,3.38,1.77,8,2.91,1.38,11,4.56,1.81,9,5.46,2.44,13,4.12,1.93,16,3.0,2.45,8
+unprofessional,2.71,1.49,21,4.71,2.16,24,3.64,2.34,22,2.75,1.16,8,2.69,1.7,13,4.46,2.07,13,5.0,2.32,11,4.15,2.51,13,2.89,1.96,9,2.75,1.98,8,2.67,1.23,12,5.29,1.49,14,3.9,2.73,10,4.67,2.57,12,2.4,1.26,10,2.5,1.27,10,2.91,1.7,11,4.35,2.09,17,5.57,2.23,7,3.8,2.7,10,3.5,2.11,12
+unprotected,3.48,1.81,21,5.35,2.31,23,3.12,2.14,26,4.0,1.79,11,2.9,1.73,10,5.73,2.45,11,5.0,2.22,12,3.36,2.34,11,2.64,1.78,14,3.3,1.83,10,3.64,1.86,11,6.18,2.14,11,4.58,2.27,12,3.41,2.15,17,2.0,1.41,8,3.23,2.01,13,3.88,1.46,8,5.13,2.42,15,5.75,2.19,8,3.29,2.26,17,2.78,1.99,9
+unprovoked,4.95,1.96,20,3.62,2.58,24,4.36,2.15,28,3.88,1.81,8,5.67,1.78,12,5.0,2.6,9,2.8,2.27,15,4.14,2.32,14,4.57,2.03,14,5.44,2.6,9,4.55,1.21,11,3.33,2.31,12,3.92,2.91,12,3.21,1.53,14,5.5,2.1,14,5.7,2.06,10,4.2,1.62,10,2.75,2.14,12,4.5,2.78,12,3.33,1.72,12,5.12,2.16,16
+unpunished,4.5,1.91,20,5.27,2.37,22,5.36,2.01,22,4.38,1.3,8,4.58,2.27,12,4.5,2.74,6,5.47,2.29,15,5.67,2.73,6,5.25,1.77,16,5.0,1.2,8,4.17,2.25,12,4.0,2.55,5,5.65,2.26,17,6.09,2.02,11,4.64,1.8,11,4.73,2.28,11,4.22,1.39,9,5.78,2.11,9,4.92,2.56,13,5.33,2.19,12,5.4,1.9,10
+unqualified,3.48,1.81,21,4.67,1.88,21,4.0,2.61,25,3.92,1.93,12,2.89,1.54,9,4.86,1.57,7,4.57,2.06,14,4.2,1.93,10,3.87,3.04,15,2.5,1.91,4,3.71,1.76,17,3.8,1.62,10,5.45,1.81,11,3.29,2.75,7,4.28,2.59,18,3.67,2.1,12,3.22,1.39,9,4.69,1.84,13,4.62,2.07,8,2.0,1.12,9,5.12,2.55,16
+unquote,5.21,1.44,19,3.0,2.32,20,4.62,1.93,24,5.62,1.5,13,4.33,0.82,6,4.4,3.29,5,2.53,1.81,15,4.69,1.7,13,4.55,2.25,11,6.0,1.66,9,4.5,0.71,10,4.43,3.05,7,2.23,1.42,13,5.0,2.28,11,4.31,1.6,13,5.0,1.58,9,5.4,1.35,10,2.7,2.26,10,3.3,2.45,10,5.0,2.35,9,4.4,1.68,15
+unravel,4.39,1.79,18,4.16,2.57,19,3.84,2.3,25,3.8,1.92,5,4.62,1.76,13,4.8,2.74,10,3.44,2.3,9,4.0,2.16,16,3.56,2.65,9,4.86,1.68,7,4.09,1.87,11,3.22,2.91,9,5.0,2.0,10,3.75,2.55,20,4.2,0.84,5,4.0,1.58,9,4.78,1.99,9,3.45,2.58,11,5.12,2.36,8,4.0,2.26,19,3.33,2.58,6
+unreachable,3.0,1.38,21,3.4,2.04,20,3.5,2.35,20,3.4,1.52,5,2.87,1.41,15,3.0,1.94,10,3.8,2.15,10,3.8,2.3,10,3.2,2.49,10,3.0,1.41,6,3.0,1.47,14,3.0,2.38,7,3.62,1.89,13,2.88,2.17,8,3.92,2.47,12,2.69,1.38,13,3.5,1.31,8,3.6,2.17,10,3.2,1.99,10,2.33,1.5,9,4.45,2.54,11
+unreal,4.57,2.09,21,4.9,2.36,20,4.38,2.46,21,5.33,1.51,6,4.27,2.25,15,5.75,1.91,8,4.33,2.53,12,4.18,2.36,11,4.6,2.67,10,4.5,2.35,6,4.6,2.06,15,5.3,2.63,10,4.5,2.12,10,4.43,2.74,14,4.29,1.98,7,4.14,2.04,7,4.79,2.15,14,4.86,2.71,14,5.0,1.41,6,3.75,2.42,12,5.22,2.39,9
+unrealistic,3.55,1.39,20,4.39,2.48,18,3.91,1.8,22,3.6,1.52,5,3.53,1.41,15,5.5,1.97,6,3.83,2.59,12,4.0,1.41,10,3.83,2.12,12,3.9,1.37,10,3.2,1.4,10,4.7,2.16,10,4.0,2.93,8,3.64,1.69,11,4.18,1.94,11,3.67,1.5,12,3.38,1.3,8,3.33,2.78,9,5.44,1.67,9,4.27,1.9,11,3.55,1.69,11
+unreasonable,3.85,1.73,20,5.0,2.47,22,5.11,2.24,27,5.0,1.73,7,3.23,1.42,13,5.2,2.2,10,4.83,2.76,12,5.2,2.27,15,5.09,2.39,11,3.55,1.51,11,4.22,1.99,9,4.22,1.92,9,5.54,2.73,13,5.82,2.3,17,3.89,1.69,9,3.85,1.86,13,3.86,1.57,7,4.38,2.5,16,6.67,1.51,6,5.17,2.62,12,5.07,1.98,15
+unrelated,4.53,1.54,19,3.18,1.84,22,4.12,1.8,24,4.0,1.55,6,4.77,1.54,13,3.17,1.95,12,3.2,1.81,10,4.0,1.85,8,4.19,1.83,16,4.7,0.48,10,4.33,2.24,9,3.44,2.01,9,3.0,1.78,13,4.29,1.86,17,3.5,1.76,6,4.38,0.92,8,4.64,1.91,11,2.89,2.09,9,3.38,1.71,13,4.38,1.59,16,3.62,2.2,8
+unrelenting,3.53,2.04,19,4.86,2.25,22,5.18,2.82,22,3.89,1.69,9,3.2,2.35,10,5.38,2.45,8,4.57,2.17,14,4.91,2.7,11,5.45,3.05,11,4.29,1.5,7,3.08,2.23,12,4.5,1.65,10,5.17,2.69,12,4.92,2.93,13,5.56,2.79,9,4.3,2.31,10,2.67,1.32,9,4.75,2.92,8,4.93,1.9,14,5.07,2.89,14,5.38,2.88,8
+unreliable,2.74,1.19,19,4.29,2.17,21,4.22,2.66,23,2.67,1.53,3,2.75,1.18,16,5.25,1.91,8,3.69,2.18,13,5.0,2.5,9,3.71,2.73,14,2.22,1.3,9,3.2,0.92,10,4.56,1.13,9,4.08,2.75,12,4.67,2.99,15,3.38,1.77,8,2.86,1.07,7,2.67,1.3,12,4.7,1.95,10,3.91,2.39,11,4.77,3.32,13,3.5,1.27,10
+unremarkable,4.42,2.22,19,3.52,2.04,23,5.53,1.84,19,4.67,1.5,9,4.2,2.78,10,3.14,1.68,7,3.8,2.24,15,6.0,2.0,10,5.0,1.58,9,3.89,2.47,9,4.9,1.97,10,3.6,2.63,10,3.58,1.56,12,5.62,1.85,8,5.3,1.95,10,4.92,2.54,12,3.57,1.27,7,3.5,2.19,20,3.67,0.58,3,5.88,1.81,8,5.27,1.9,11
+unrequited,3.79,1.72,19,4.23,2.62,22,3.74,2.53,23,3.82,1.66,11,4.14,1.68,7,5.12,2.42,8,3.71,2.67,14,4.0,2.71,7,3.62,2.53,16,3.75,2.19,8,3.82,1.4,11,4.56,2.83,9,4.0,2.55,13,4.64,2.54,11,2.92,2.31,12,3.58,1.88,12,4.14,1.46,7,3.27,2.72,11,5.18,2.23,11,4.31,2.39,13,3.0,2.62,10
+unresolved,3.05,1.28,20,4.61,2.68,18,3.32,1.81,22,2.8,0.45,5,3.13,1.46,15,4.33,2.07,6,4.75,3.02,12,4.2,1.81,10,2.58,1.51,12,3.5,1.08,10,2.6,1.35,10,5.1,2.77,10,4.0,2.62,8,3.45,1.57,11,3.18,2.09,11,3.17,1.53,12,2.88,0.83,8,3.0,2.5,9,6.22,1.79,9,3.45,1.97,11,3.18,1.72,11
+unresponsive,2.95,1.76,20,3.94,2.36,18,3.36,1.94,22,2.8,1.92,5,3.0,1.77,15,3.17,1.83,6,4.33,2.57,12,3.4,0.84,10,3.33,2.57,12,3.0,1.63,10,2.9,1.97,10,4.5,2.42,10,3.25,2.25,8,2.91,1.7,11,3.82,2.14,11,2.67,1.72,12,3.38,1.85,8,3.0,2.18,9,4.89,2.26,9,3.82,2.36,11,2.91,1.38,11
+unrest,2.63,1.34,19,4.91,2.31,22,3.54,2.13,24,3.0,1.41,6,2.46,1.33,13,4.83,2.41,12,5.0,2.31,10,3.5,2.45,8,3.56,2.03,16,2.9,1.37,10,2.33,1.32,9,5.44,2.19,9,4.54,2.4,13,3.82,2.3,17,2.5,1.38,6,2.5,1.2,8,2.73,1.49,11,3.78,2.73,9,5.69,1.65,13,3.75,2.27,16,3.12,1.89,8
+unromantic,2.74,2.18,19,3.55,1.97,22,4.16,1.64,19,3.0,1.73,9,2.5,2.59,10,2.57,2.07,7,4.14,1.79,14,4.1,1.6,10,4.22,1.79,9,2.89,2.8,9,2.6,1.58,10,3.33,2.5,9,3.83,1.59,12,4.88,1.64,8,3.4,1.35,10,3.33,2.46,12,1.71,1.11,7,3.53,2.12,19,3.67,0.58,3,4.5,1.2,8,3.91,1.92,11
+unruly,3.39,1.78,23,4.41,2.84,22,4.41,2.29,27,4.33,2.45,9,2.79,0.8,14,4.7,2.79,10,4.17,2.98,12,3.67,1.88,15,5.55,2.5,11,3.0,1.04,12,3.82,2.32,11,5.33,2.4,9,3.77,3.03,13,5.29,2.34,17,2.89,1.27,9,3.67,2.13,15,2.88,0.64,8,3.75,2.65,16,6.17,2.79,6,4.17,2.66,12,4.6,2.03,15
+unsafe,2.84,1.83,19,5.17,3.25,24,4.0,2.26,28,3.5,1.41,8,2.36,2.01,11,5.56,3.36,9,4.93,3.28,15,3.5,1.87,14,4.5,2.56,14,2.89,2.09,9,2.8,1.69,10,5.25,3.31,12,5.08,3.34,12,3.57,2.71,14,4.43,1.7,14,2.9,2.33,10,2.78,1.2,9,5.83,3.21,12,4.5,3.29,12,4.08,2.39,12,3.94,2.24,16
+unsanitary,1.79,1.23,19,4.95,2.19,22,2.75,1.65,24,1.67,1.03,6,1.85,1.34,13,5.0,2.26,12,4.9,2.23,10,3.25,2.19,8,2.5,1.32,16,2.2,1.48,10,1.33,0.71,9,5.11,2.15,9,4.85,2.3,13,2.82,1.74,17,2.33,1.51,6,1.62,1.41,8,1.91,1.14,11,4.22,1.79,9,5.46,2.37,13,3.0,1.83,16,2.25,1.16,8
+unsatisfied,2.81,1.83,21,4.61,2.57,23,3.9,2.02,21,2.64,1.5,11,3.0,2.21,10,5.0,2.9,11,4.25,2.3,12,3.38,0.74,8,4.42,2.5,12,3.3,2.21,10,2.36,1.36,11,5.09,2.88,11,4.17,2.29,12,4.38,2.22,13,3.29,1.5,7,2.85,2.08,13,2.75,1.49,8,4.67,2.66,15,4.5,2.56,8,4.0,2.48,13,3.75,1.04,8
+unsavory,3.05,1.39,20,4.35,2.19,23,3.48,1.86,21,2.78,1.09,9,3.27,1.62,11,3.82,1.99,11,4.83,2.33,12,3.25,0.89,8,3.62,2.29,13,3.14,1.41,14,2.83,1.47,6,3.33,2.06,9,5.0,2.08,14,4.12,2.17,8,3.08,1.61,13,3.2,1.48,10,2.9,1.37,10,4.31,2.1,13,4.4,2.41,10,3.17,2.08,12,3.89,1.54,9
+unscheduled,3.74,1.37,19,5.14,2.1,21,3.74,2.45,19,4.0,1.0,3,3.69,1.45,16,4.0,2.76,6,5.6,1.68,15,3.33,2.25,6,3.92,2.6,13,4.0,1.25,10,3.44,1.51,9,5.29,1.8,7,5.07,2.3,14,4.11,2.62,9,3.4,2.37,10,3.88,1.13,8,3.64,1.57,11,5.44,1.94,9,4.92,2.27,12,3.86,2.73,7,3.67,2.39,12
+unscrew,4.94,1.66,18,3.2,2.44,20,5.28,2.26,25,5.0,0.71,5,4.92,1.93,13,3.82,2.52,11,2.44,2.24,9,5.31,2.18,16,5.22,2.54,9,4.71,2.5,7,5.09,0.94,11,3.22,2.77,9,3.18,2.27,11,5.15,2.41,20,5.8,1.64,5,4.67,2.06,9,5.22,1.2,9,2.82,2.27,11,3.67,2.69,9,5.32,2.38,19,5.17,2.04,6
+unscrupulous,3.2,1.7,20,4.67,2.97,18,4.04,2.31,24,3.0,1.41,5,3.27,1.83,15,5.0,3.54,5,4.54,2.88,13,3.15,1.52,13,5.09,2.7,11,3.1,1.29,10,3.3,2.11,10,4.86,2.97,7,4.55,3.11,11,3.56,1.67,16,5.0,3.16,8,3.5,1.83,14,2.5,1.22,6,4.83,2.92,12,4.33,3.33,6,4.47,2.45,15,3.33,2.0,9
+unseen,4.38,1.12,21,4.3,2.01,23,4.71,2.05,21,3.8,1.3,5,4.56,1.03,16,5.0,1.48,12,3.55,2.3,11,4.09,1.76,11,5.11,2.15,9,4.0,1.28,12,4.89,0.6,9,4.69,1.99,16,3.43,1.9,7,4.27,2.33,11,5.2,1.69,10,4.77,0.93,13,3.75,1.16,8,4.26,2.1,19,4.5,1.73,4,4.64,2.1,14,4.86,2.12,7
+unselfish,6.84,1.95,19,3.3,2.27,20,6.7,2.34,20,7.33,2.08,3,6.8,2.04,15,3.1,2.33,10,3.5,2.32,10,6.8,1.81,10,6.6,2.88,10,6.83,2.93,6,6.92,1.51,12,2.71,1.8,7,3.62,2.5,13,6.0,2.67,8,7.17,2.08,12,7.42,1.31,12,5.86,2.54,7,3.0,2.36,10,3.6,2.27,10,6.89,2.47,9,6.55,2.34,11
+unsolicited,4.0,1.73,19,3.73,2.16,22,4.22,2.58,23,4.64,1.43,11,3.29,1.89,7,4.62,2.45,8,3.21,1.89,14,4.57,2.94,7,4.06,2.49,16,4.12,1.89,8,3.91,1.7,11,2.67,1.66,9,4.46,2.22,13,4.73,2.76,11,3.75,2.42,12,3.58,1.83,12,4.71,1.38,7,3.91,2.7,11,3.55,1.57,11,4.31,2.69,13,4.1,2.56,10
+unsolved,4.0,1.85,18,5.48,2.06,21,3.48,2.06,21,4.0,1.2,8,4.0,2.31,10,4.75,2.19,8,5.92,1.93,13,3.0,1.73,11,4.0,2.36,10,4.17,1.33,6,3.92,2.11,12,4.89,1.96,9,5.92,2.11,12,3.62,2.26,13,3.25,1.83,8,4.11,2.26,9,3.89,1.45,9,5.5,2.39,8,5.46,1.94,13,3.79,2.22,14,2.86,1.68,7
+unsound,4.55,1.79,22,4.05,2.28,22,4.65,1.95,20,4.29,1.98,7,4.67,1.76,15,4.2,2.53,10,3.92,2.15,12,5.71,2.29,7,4.08,1.55,13,4.45,1.92,11,4.64,1.75,11,3.73,2.0,11,4.36,2.58,11,5.0,2.04,15,3.6,1.34,5,4.6,1.78,10,4.5,1.88,12,4.1,1.97,10,4.0,2.59,12,4.6,1.26,10,4.7,2.54,10
+unspeakable,3.8,1.06,20,3.9,2.36,20,3.73,2.12,22,4.14,0.69,7,3.62,1.19,13,4.67,2.5,9,3.27,2.15,11,4.83,3.13,6,3.31,1.54,16,3.9,0.99,10,3.56,1.13,9,3.0,2.2,8,4.5,2.35,12,4.2,2.31,15,2.71,1.25,7,3.64,1.29,11,4.0,0.71,9,4.0,2.52,12,3.75,2.25,8,4.27,2.61,11,3.18,1.4,11
+unspoken,5.63,1.8,19,3.55,2.22,22,5.55,2.13,22,6.0,1.41,9,5.3,2.11,10,3.88,2.3,8,3.36,2.24,14,5.73,2.0,11,5.36,2.34,11,5.86,1.57,7,5.5,1.98,12,4.2,2.1,10,3.0,2.26,12,5.31,2.25,13,5.89,2.03,9,5.4,2.01,10,5.89,1.62,9,4.12,2.47,8,3.21,2.08,14,5.64,2.27,14,5.38,2.0,8
+unstable,3.43,1.85,23,5.05,2.7,22,3.75,2.38,20,4.38,1.92,8,2.93,1.67,15,4.8,2.57,10,5.25,2.9,12,5.57,2.99,7,2.77,1.24,13,3.75,1.82,12,3.09,1.92,11,4.64,2.46,11,5.45,2.98,11,4.2,2.57,15,2.4,0.89,5,3.18,1.6,11,3.67,2.1,12,6.2,2.49,10,4.08,2.57,12,3.9,2.18,10,3.6,2.67,10
+unstoppable,5.84,1.42,19,4.82,2.61,22,6.5,3.11,22,5.91,1.51,11,5.71,1.5,7,5.62,2.92,8,4.36,2.41,14,6.29,3.45,7,6.6,3.07,15,5.38,1.19,8,6.18,1.54,11,4.89,2.85,9,4.77,2.55,13,6.2,2.9,10,6.75,3.39,12,5.83,1.7,12,5.86,0.9,7,4.27,3.0,11,5.36,2.16,11,6.77,2.95,13,6.11,3.48,9
+unsuccessful,2.33,1.39,21,3.36,2.48,25,3.21,2.32,19,2.67,1.58,9,2.08,1.24,12,2.5,2.35,6,3.72,2.56,18,2.71,2.63,7,3.5,2.2,12,2.5,1.51,16,1.8,0.84,5,2.86,2.51,14,4.2,2.44,10,2.67,1.58,9,3.7,2.83,10,2.25,1.42,12,2.44,1.42,9,3.5,2.58,16,3.11,2.42,9,2.82,2.48,11,3.75,2.12,8
+unsuitable,4.0,1.41,20,4.0,1.98,22,4.47,2.27,19,3.78,1.64,9,4.18,1.25,11,3.6,2.19,5,4.12,2.03,16,4.33,2.73,6,4.54,2.15,13,4.36,1.08,14,3.17,1.83,6,3.33,1.78,12,4.89,2.09,9,4.89,1.62,9,4.1,2.77,10,4.3,0.82,10,3.7,1.83,10,3.08,1.98,12,5.1,1.37,10,4.5,2.74,6,4.46,2.15,13
+unsupervised,5.55,1.79,20,4.36,2.4,22,5.95,2.9,19,5.56,2.55,9,5.55,0.93,11,4.8,2.86,5,4.38,2.33,16,6.17,3.19,6,5.85,2.88,13,5.0,1.71,14,6.83,1.33,6,3.75,2.18,12,5.44,2.46,9,6.89,1.83,9,5.1,3.48,10,5.4,1.84,10,5.7,1.83,10,3.5,2.2,12,5.4,2.32,10,6.83,3.25,6,5.54,2.76,13
+unsure,3.37,1.46,19,4.55,2.13,22,3.64,2.38,22,3.89,1.36,9,2.9,1.45,10,5.12,1.81,8,4.21,2.29,14,3.73,2.49,11,3.55,2.38,11,4.0,1.29,7,3.0,1.48,12,4.5,1.84,10,4.58,2.43,12,3.69,2.63,13,3.56,2.13,9,3.5,1.43,10,3.22,1.56,9,4.38,2.56,8,4.64,1.95,14,3.29,2.05,14,4.25,2.92,8
+unsuspecting,3.95,1.51,19,3.55,2.54,20,4.05,1.86,22,4.54,1.27,13,2.67,1.21,6,4.2,2.59,5,3.33,2.58,15,4.15,1.95,13,3.89,1.83,9,4.78,1.48,9,3.2,1.14,10,5.14,2.85,7,2.69,1.97,13,4.56,1.13,9,3.69,2.21,13,3.11,0.93,9,4.7,1.57,10,3.6,2.32,10,3.5,2.88,10,3.38,1.77,8,4.43,1.87,14
+unsympathetic,3.35,1.73,20,4.3,2.32,20,4.94,2.68,34,4.0,1.7,10,2.7,1.57,10,3.5,1.77,8,4.83,2.55,12,5.36,2.71,14,4.65,2.7,20,3.11,1.36,9,3.55,2.02,11,4.46,2.03,13,4.0,2.94,7,5.14,2.73,22,4.58,2.68,12,3.2,1.75,10,3.5,1.78,10,4.29,2.58,14,4.33,1.75,6,4.65,2.47,17,5.24,2.93,17
+untamed,5.89,1.49,19,4.3,2.77,20,4.64,1.97,22,6.14,1.21,7,5.75,1.66,12,4.11,2.52,9,4.45,3.08,11,4.67,1.21,6,4.62,2.22,16,6.2,1.69,10,5.38,1.19,8,3.62,2.92,8,4.75,2.7,12,4.67,1.72,15,4.57,2.57,7,6.0,1.73,11,5.75,1.16,8,4.17,2.72,12,4.5,3.02,8,4.73,1.68,11,4.55,2.3,11
+unthinkable,4.0,1.89,25,4.32,2.66,22,3.8,2.14,20,4.4,2.5,10,3.73,1.39,15,4.6,2.8,10,4.08,2.64,12,4.29,1.89,7,3.54,2.3,13,3.77,1.69,13,4.25,2.14,12,4.09,2.7,11,4.55,2.73,11,4.13,2.13,15,2.8,2.05,5,3.23,1.42,13,4.83,2.04,12,4.7,2.5,10,4.0,2.86,12,4.3,2.45,10,3.3,1.77,10
+untidy,3.58,1.12,19,3.67,2.0,18,4.35,1.97,17,3.45,1.04,11,3.75,1.28,8,3.0,1.63,4,3.86,2.11,14,4.5,2.56,8,4.22,1.39,9,3.62,1.19,8,3.55,1.13,11,3.14,2.19,7,4.0,1.9,11,4.67,1.86,6,4.18,2.09,11,3.69,1.32,13,3.33,0.52,6,3.64,2.06,11,3.71,2.06,7,3.71,1.8,7,4.8,2.04,10
+untie,4.95,1.15,20,2.8,1.82,20,5.18,1.71,22,5.86,1.21,7,4.46,0.78,13,3.56,2.07,9,2.18,1.4,11,4.17,1.94,6,5.56,1.5,16,4.9,1.29,10,5.0,1.12,9,3.0,1.77,8,2.67,1.92,12,5.13,1.81,15,5.29,1.6,7,4.73,1.01,11,5.22,1.3,9,2.83,1.75,12,2.75,2.05,8,5.09,2.02,11,5.27,1.42,11
+untimely,3.53,1.47,19,4.4,2.21,20,4.25,2.34,20,4.33,1.15,3,3.47,1.51,15,4.4,2.27,10,4.4,2.27,10,4.4,2.41,10,4.1,2.38,10,4.17,1.72,6,3.33,1.3,12,5.0,2.52,7,4.08,2.06,13,3.88,2.53,8,4.5,2.28,12,3.58,1.62,12,3.43,1.27,7,3.8,2.57,10,5.0,1.7,10,3.78,1.72,9,4.64,2.77,11
+untold,4.95,1.61,20,4.7,2.23,20,4.92,2.13,26,5.18,1.33,11,4.67,1.94,9,5.14,1.86,7,4.46,2.44,13,5.08,2.22,13,4.77,2.13,13,5.09,1.76,11,4.78,1.48,9,4.82,2.48,11,4.56,2.01,9,4.76,2.28,17,5.22,1.92,9,4.8,1.55,10,5.1,1.73,10,4.83,2.69,12,4.5,1.41,8,5.0,2.22,16,4.8,2.1,10
+untouchable,4.25,2.05,20,4.7,2.01,23,5.3,2.96,20,4.56,1.81,9,4.0,2.28,11,5.45,2.02,11,4.0,1.81,12,4.38,1.77,8,5.92,3.48,12,4.5,1.87,14,3.67,2.5,6,4.44,2.4,9,4.86,1.79,14,4.88,3.04,8,5.58,3.0,12,4.8,1.99,10,3.7,2.06,10,4.54,1.9,13,4.9,2.23,10,5.08,2.97,12,5.62,3.11,8
+untouched,5.24,2.07,21,3.52,2.16,21,4.81,2.11,21,5.89,2.15,9,4.75,1.96,12,3.17,2.56,6,3.64,2.13,14,3.5,2.26,6,5.33,1.88,15,5.67,1.66,9,4.92,2.35,12,3.2,2.49,5,3.62,2.13,16,5.27,2.1,11,4.3,2.11,10,5.25,2.38,12,5.22,1.72,9,3.88,2.17,8,3.31,2.21,13,5.0,2.04,12,4.56,2.3,9
+untraceable,4.85,1.23,20,3.62,2.36,21,5.16,2.78,25,4.67,1.53,3,4.88,1.22,17,4.29,2.93,7,3.46,2.03,13,5.25,3.2,8,5.12,2.67,17,5.14,1.35,7,4.69,1.18,13,3.86,1.77,7,3.69,2.66,13,5.29,2.79,14,5.0,2.9,11,5.0,1.32,9,4.73,1.19,11,3.27,1.9,11,4.0,2.83,10,5.17,2.9,18,5.14,2.67,7
+untrained,3.95,1.58,19,4.57,2.29,21,3.85,2.16,20,4.0,1.0,3,3.94,1.69,16,4.17,2.79,6,4.73,2.15,15,3.67,1.75,6,3.93,2.37,14,4.6,1.71,10,3.22,1.09,9,5.0,2.08,7,4.36,2.44,14,4.1,2.38,10,3.6,2.01,10,3.62,1.06,8,4.18,1.89,11,4.56,2.65,9,4.58,2.11,12,3.0,2.98,8,4.42,1.24,12
+untroubled,6.21,1.84,42,3.02,2.3,41,6.14,1.67,22,5.94,1.98,17,6.4,1.76,25,2.75,1.69,16,3.2,2.63,25,5.3,1.16,10,6.83,1.75,12,5.93,1.96,29,6.85,1.41,13,2.7,1.74,23,3.44,2.85,18,5.91,1.97,11,6.36,1.36,11,5.91,1.98,23,6.58,1.64,19,3.13,2.46,30,2.73,1.85,11,6.09,1.58,11,6.18,1.83,11
+untrue,3.45,1.82,20,4.14,2.78,22,5.12,2.58,26,3.86,2.67,7,3.23,1.24,13,4.6,2.63,10,3.75,2.96,12,5.2,2.48,15,5.2,2.9,10,3.45,1.29,11,3.44,2.4,9,3.56,2.35,9,4.54,3.07,13,5.94,2.64,16,3.89,2.03,9,3.15,2.12,13,4.0,1.0,7,3.56,2.63,16,5.67,2.8,6,5.33,2.93,12,4.93,2.34,14
+untrustworthy,2.67,2.03,21,4.8,2.86,20,4.22,2.43,36,3.25,2.87,8,2.31,1.32,13,4.4,2.07,5,4.93,3.13,15,4.36,3.07,11,4.16,2.15,25,2.77,2.39,13,2.5,1.41,8,5.17,2.82,12,4.25,3.01,8,4.25,2.27,20,4.19,2.69,16,3.45,2.42,11,1.8,1.03,10,5.91,3.05,11,3.44,2.01,9,3.91,2.47,22,4.71,2.37,14
+unturned,4.91,1.27,22,3.84,2.17,19,5.19,2.04,21,4.8,1.3,5,4.94,1.34,16,4.5,2.39,8,3.36,1.96,11,5.5,1.27,10,4.91,2.59,11,4.75,1.36,12,5.1,1.2,10,4.4,2.41,10,3.22,1.79,9,5.25,2.18,12,5.11,1.96,9,4.73,1.42,11,5.09,1.14,11,3.5,2.62,8,4.09,1.87,11,5.67,1.12,9,4.83,2.52,12
+unused,4.75,0.91,20,3.0,1.65,20,5.32,2.03,22,4.57,0.98,7,4.85,0.9,13,3.78,1.48,9,2.36,1.57,11,4.83,3.06,6,5.5,1.59,16,4.8,0.79,10,4.67,1.12,9,3.12,1.64,8,2.92,1.73,12,5.8,2.04,15,4.29,1.7,7,4.55,0.82,11,5.0,1.0,9,2.92,1.78,12,3.12,1.55,8,5.91,2.43,11,4.73,1.42,11
+unusual,5.81,1.97,21,4.15,2.58,20,4.55,2.44,22,6.0,2.0,6,5.73,2.02,15,5.12,2.75,8,3.5,2.35,12,4.42,2.54,12,4.7,2.45,10,5.33,2.24,9,6.17,1.75,12,5.11,2.09,9,3.36,2.77,11,4.14,2.54,7,4.73,2.46,15,5.5,2.37,10,6.09,1.58,11,4.46,2.3,13,3.57,3.15,7,4.33,2.57,12,4.8,2.39,10
+unveil,5.61,1.65,18,3.89,2.38,19,5.36,1.82,25,6.2,1.64,5,5.38,1.66,13,4.09,2.63,11,3.62,2.13,8,4.81,1.87,16,6.33,1.32,9,5.86,1.86,7,5.45,1.57,11,2.67,2.12,9,5.0,2.11,10,5.25,1.97,20,5.8,1.1,5,5.44,1.59,9,5.78,1.79,9,3.8,2.49,10,4.0,2.4,9,5.05,1.84,19,6.33,1.51,6
+unwanted,2.71,1.55,21,5.1,2.17,20,3.57,2.16,21,3.67,1.97,6,2.33,1.23,15,5.0,2.33,8,5.17,2.17,12,3.73,2.15,11,3.4,2.27,10,2.83,2.23,6,2.67,1.29,15,4.9,2.56,10,5.3,1.83,10,3.43,2.21,14,3.86,2.19,7,2.86,2.12,7,2.64,1.28,14,5.29,2.33,14,4.67,1.86,6,3.5,2.47,12,3.67,1.8,9
+unwed,4.8,1.24,20,4.52,2.46,21,5.64,2.58,25,5.0,0.0,3,4.76,1.35,17,4.86,3.24,7,4.46,2.15,13,6.5,1.93,8,5.24,2.8,17,4.43,1.13,7,5.0,1.29,13,4.29,2.63,7,4.77,2.52,13,5.43,2.68,14,5.91,2.55,11,4.67,0.71,9,4.91,1.58,11,4.55,2.38,11,4.5,2.68,10,5.28,2.76,18,6.57,1.9,7
+unwelcome,3.5,1.96,20,4.39,2.59,23,3.24,1.95,21,5.4,2.7,5,2.87,1.19,15,4.83,2.59,12,3.91,2.63,11,3.36,2.25,11,3.0,1.73,9,2.73,2.2,11,4.44,1.13,9,4.81,2.59,16,3.43,2.51,7,2.73,1.35,11,3.8,2.39,10,3.42,1.78,12,3.62,2.33,8,4.47,2.82,19,4.0,1.15,4,3.0,2.15,14,3.71,1.5,7
+unwell,3.25,1.41,20,4.0,1.79,21,3.82,2.53,34,3.6,1.65,10,2.9,1.1,10,3.75,0.89,8,4.15,2.19,13,3.86,2.57,14,3.8,2.57,20,3.33,1.58,9,3.18,1.33,11,4.31,1.8,13,3.5,1.77,8,3.77,2.41,22,3.92,2.84,12,3.2,1.69,10,3.3,1.16,10,3.79,1.85,14,4.43,1.72,7,4.53,2.55,17,3.12,2.37,17
+unwilling,3.25,1.41,20,4.64,1.99,22,4.5,2.7,20,3.22,0.67,9,3.27,1.85,11,4.2,2.2,10,5.0,1.81,12,4.5,2.07,8,4.5,3.15,12,3.64,1.15,14,2.33,1.63,6,3.75,2.05,8,5.14,1.83,14,4.38,2.26,8,4.58,3.06,12,3.8,1.32,10,2.7,1.34,10,4.67,2.02,12,4.6,2.07,10,4.55,3.11,11,4.44,2.3,9
+unwind,5.9,1.89,20,3.62,1.94,21,5.56,2.35,34,6.4,1.96,10,5.4,1.78,10,3.62,2.2,8,3.62,1.85,13,5.14,2.51,14,5.85,2.25,20,6.0,1.94,9,5.82,1.94,11,4.15,1.82,13,2.75,1.91,8,5.23,2.72,22,6.17,1.34,12,5.5,1.78,10,6.3,2.0,10,3.36,1.86,14,4.14,2.12,7,5.76,1.89,17,5.35,2.78,17
+unwise,3.84,2.06,19,4.52,2.15,23,4.95,2.34,19,4.44,1.42,9,3.3,2.45,10,5.14,1.57,7,4.2,2.43,15,4.9,2.81,10,5.0,1.87,9,3.89,2.8,9,3.8,1.23,10,5.0,2.36,10,4.08,2.07,12,3.88,2.03,8,5.4,2.17,10,3.92,2.5,12,3.71,1.11,7,4.25,2.17,20,6.33,0.58,3,4.62,2.77,8,5.18,2.09,11
+unworthy,2.79,1.72,19,4.24,2.47,21,3.45,2.56,20,4.33,0.58,3,2.5,1.71,16,3.67,1.97,6,4.47,2.67,15,4.67,3.01,6,2.93,2.27,14,2.9,1.91,10,2.67,1.58,9,5.57,2.57,7,3.57,2.21,14,4.2,3.01,10,2.7,1.89,10,2.75,1.67,8,2.82,1.83,11,5.0,2.5,9,3.67,2.39,12,3.25,3.15,8,3.58,2.23,12
+unwrap,5.48,1.83,21,4.29,2.55,21,6.35,2.06,23,5.58,1.68,12,5.33,2.12,9,4.57,2.51,7,4.14,2.66,14,6.12,2.17,8,6.47,2.07,15,6.5,1.91,4,5.24,1.79,17,5.0,2.94,10,3.64,2.06,11,5.57,1.27,7,6.69,2.27,16,5.33,2.1,12,5.67,1.5,9,4.38,2.5,13,4.12,2.8,8,6.44,1.42,9,6.29,2.43,14
+unwritten,4.21,1.44,19,3.24,2.02,21,5.1,1.89,20,3.67,0.58,3,4.31,1.54,16,3.33,2.25,6,3.2,2.01,15,5.33,2.34,6,5.0,1.75,14,4.9,0.99,10,3.44,1.51,9,3.29,2.14,7,3.21,2.04,14,5.9,1.79,10,4.3,1.7,10,4.25,0.89,8,4.18,1.78,11,2.67,1.94,9,3.67,2.06,12,4.75,2.31,8,5.33,1.61,12
+unzip,5.32,1.45,19,4.22,2.13,18,6.24,2.22,17,5.55,1.13,11,5.0,1.85,8,4.75,2.87,4,4.07,1.98,14,5.5,2.51,8,6.89,1.83,9,5.38,1.19,8,5.27,1.68,11,4.43,1.99,7,4.09,2.3,11,6.33,2.16,6,6.18,2.36,11,5.08,1.61,13,5.83,0.98,6,3.55,2.25,11,5.29,1.5,7,6.43,2.15,7,6.1,2.38,10
+upbeat,7.14,1.62,21,4.92,2.38,25,7.5,1.92,18,6.33,1.58,9,7.75,1.42,12,4.33,2.73,6,5.33,2.14,18,7.83,2.4,6,7.33,1.72,12,6.94,1.69,16,7.8,1.3,5,4.86,2.35,14,5.4,2.27,10,7.38,2.07,8,7.6,1.9,10,6.92,1.38,12,7.44,1.94,9,4.88,2.42,16,5.0,2.45,9,7.6,2.37,10,7.38,1.3,8
+upbringing,6.32,1.34,19,4.27,2.43,22,4.68,2.32,22,6.78,1.3,9,5.9,1.29,10,4.62,2.56,8,4.07,2.43,14,4.18,2.36,11,5.18,2.27,11,6.71,1.25,7,6.08,1.38,12,4.4,2.27,10,4.17,2.66,12,5.08,2.4,13,4.11,2.2,9,6.2,1.03,10,6.44,1.67,9,4.75,2.66,8,4.0,2.35,14,4.93,2.43,14,4.25,2.19,8
+upcoming,6.63,1.42,19,4.5,1.88,20,5.25,1.8,24,7.15,1.41,13,5.5,0.55,6,5.4,1.14,5,4.2,2.01,15,5.46,1.61,13,5.0,2.05,11,6.78,1.86,9,6.5,0.97,10,5.86,1.21,7,3.77,1.79,13,5.36,2.2,11,5.15,1.46,13,6.44,1.13,9,6.8,1.69,10,4.8,1.99,10,4.2,1.81,10,5.44,1.88,9,5.13,1.81,15
+update,5.85,1.6,20,3.89,2.59,18,5.71,2.05,24,5.2,0.45,5,6.07,1.79,15,3.0,2.0,5,4.23,2.77,13,5.23,2.2,13,6.27,1.79,11,6.5,2.01,10,5.2,0.63,10,3.71,2.69,7,4.0,2.65,11,4.94,1.91,16,7.25,1.39,8,5.57,1.6,14,6.5,1.52,6,4.17,2.33,12,3.33,3.2,6,5.73,2.31,15,5.67,1.66,9
+upgrade,7.11,1.1,19,4.14,2.53,22,6.7,2.07,27,7.67,1.21,6,6.85,0.99,13,4.5,2.46,10,3.83,2.66,12,6.67,2.23,15,6.91,1.97,11,6.9,0.99,10,7.33,1.22,9,4.44,2.01,9,3.92,2.9,13,6.71,2.34,17,6.89,1.62,9,7.17,1.03,12,7.0,1.29,7,4.0,2.73,16,4.5,2.07,6,6.17,2.59,12,7.13,1.51,15
+uphold,5.25,1.12,20,3.89,2.35,18,6.39,2.27,23,4.8,1.64,5,5.4,0.91,15,4.8,2.68,5,3.54,2.22,13,6.08,2.61,12,6.73,1.9,11,5.5,0.97,10,5.0,1.25,10,4.71,2.36,7,3.36,2.29,11,5.93,2.4,15,7.25,1.83,8,5.14,1.23,14,5.5,0.84,6,3.83,1.95,12,4.0,3.22,6,6.36,2.65,14,6.44,1.67,9
+upholstery,5.32,1.16,19,3.12,2.19,24,5.61,2.18,28,5.38,0.74,8,5.27,1.42,11,3.0,2.29,9,3.2,2.21,15,5.71,2.3,14,5.5,2.14,14,5.33,1.5,9,5.3,0.82,10,3.5,2.47,12,2.75,1.91,12,5.36,2.41,14,5.86,1.99,14,5.5,1.51,10,5.11,0.6,9,3.25,2.3,12,3.0,2.17,12,5.75,1.71,12,5.5,2.53,16
+upkeep,5.14,2.17,21,4.44,2.2,25,6.05,2.52,22,5.5,2.62,8,4.92,1.93,13,4.08,2.53,13,4.83,1.8,12,6.08,2.53,13,6.0,2.65,9,5.75,2.82,8,4.67,1.72,12,5.07,2.37,14,3.64,1.75,11,6.58,2.27,12,5.4,2.76,10,5.0,2.49,10,5.27,1.95,11,4.47,2.24,17,4.38,2.26,8,5.6,3.03,10,6.42,2.07,12
+uplifting,6.95,1.78,19,4.7,2.45,20,6.75,1.85,24,6.33,2.8,6,7.23,1.09,13,5.7,2.26,10,3.7,2.31,10,6.12,2.17,8,7.06,1.65,16,7.2,1.23,10,6.67,2.29,9,5.14,2.12,7,4.46,2.67,13,6.65,1.97,17,7.17,1.72,6,7.25,1.16,8,6.73,2.15,11,4.5,2.67,8,4.83,2.41,12,6.75,1.91,16,6.75,1.83,8
+uplink,5.35,1.14,20,4.05,2.46,20,5.5,1.92,26,5.09,0.94,11,5.67,1.32,9,4.71,3.09,7,3.69,2.1,13,5.0,1.83,13,6.0,1.96,13,5.36,1.21,11,5.33,1.12,9,3.73,2.33,11,4.44,2.7,9,5.29,1.86,17,5.89,2.09,9,5.6,1.07,10,5.1,1.2,10,4.08,2.54,12,4.0,2.51,8,5.62,1.63,16,5.3,2.41,10
+upload,6.6,1.54,20,3.6,2.24,25,6.84,1.54,19,6.75,1.58,8,6.5,1.57,12,4.0,2.83,6,3.44,2.15,18,6.86,1.68,7,6.83,1.53,12,6.8,1.47,15,6.0,1.73,5,3.5,2.53,14,3.7,2.0,10,6.89,1.54,9,6.8,1.62,10,6.91,1.51,11,6.22,1.56,9,4.25,2.27,16,2.44,1.74,9,7.18,1.54,11,6.38,1.51,8
+upper,5.7,1.42,20,3.52,2.68,21,6.33,2.04,27,6.43,1.51,7,5.31,1.25,13,2.89,1.76,9,4.0,3.19,12,6.33,2.09,15,6.36,2.16,11,5.73,0.9,11,5.67,1.94,9,5.25,2.55,8,2.46,2.22,13,6.24,2.31,17,6.56,1.67,9,5.92,1.26,13,5.29,1.7,7,3.47,2.95,15,3.67,2.07,6,6.17,2.66,12,6.47,1.46,15
+uppercut,4.55,1.57,20,5.48,2.14,21,5.57,1.94,21,4.67,1.5,9,4.45,1.69,11,5.9,2.38,10,5.09,1.92,11,5.38,1.6,8,5.69,2.18,13,4.5,1.22,14,4.67,2.34,6,6.14,2.73,7,5.14,1.79,14,6.25,1.28,8,5.15,2.19,13,4.3,1.34,10,4.8,1.81,10,5.0,2.37,12,6.11,1.69,9,5.67,2.19,12,5.44,1.67,9
+uppity,4.65,1.73,20,4.74,2.26,23,5.43,2.15,28,5.12,1.64,8,4.33,1.78,12,3.78,1.72,9,5.36,2.41,14,4.79,2.19,14,6.07,1.98,14,5.0,1.41,9,4.36,1.96,11,4.83,2.62,12,4.64,1.91,11,4.71,2.16,14,6.14,1.96,14,5.6,1.17,10,3.7,1.7,10,5.18,2.14,11,4.33,2.39,12,4.58,2.07,12,6.06,2.05,16
+upright,5.11,1.88,19,3.29,2.01,24,6.11,2.23,28,5.25,0.46,8,5.0,2.49,11,3.44,2.65,9,3.2,1.61,15,6.14,2.25,14,6.07,2.3,14,5.0,1.94,9,5.2,1.93,10,4.0,2.3,12,2.58,1.44,12,5.36,2.56,14,6.86,1.61,14,5.6,2.17,10,4.56,1.42,9,3.5,2.24,12,3.08,1.83,12,6.08,2.27,12,6.12,2.28,16
+uprising,4.33,2.06,21,5.65,2.66,20,5.0,2.1,21,5.33,1.03,6,3.93,2.25,15,6.12,2.23,8,5.33,2.96,12,5.36,1.8,11,4.6,2.41,10,4.67,1.75,6,4.2,2.21,15,5.6,2.5,10,5.7,2.95,10,5.0,2.42,14,5.0,1.41,7,4.71,1.8,7,4.14,2.21,14,5.29,3.02,14,6.5,1.38,6,4.83,2.29,12,5.22,1.92,9
+uproar,4.21,2.46,19,5.48,2.35,23,4.63,1.86,19,3.89,1.36,9,4.5,3.21,10,6.71,1.89,7,4.93,2.46,15,4.2,1.62,10,5.11,2.09,9,3.89,2.57,9,4.5,2.46,10,5.8,2.66,10,5.25,2.26,12,4.0,1.6,8,5.2,2.04,10,4.25,2.56,12,4.14,2.48,7,5.4,2.37,20,6.0,2.65,3,4.12,1.81,8,5.0,1.9,11
+upscale,5.45,1.43,20,3.82,1.68,22,6.16,2.06,19,5.89,1.62,9,5.09,1.22,11,3.2,2.28,5,4.06,1.53,16,5.83,2.32,6,6.31,2.02,13,5.43,1.28,14,5.5,1.87,6,3.83,1.53,12,3.89,2.03,9,6.11,1.54,9,6.2,2.53,10,5.2,1.03,10,5.7,1.77,10,3.5,1.78,12,4.2,1.55,10,6.33,2.5,6,6.08,1.93,13
+upset,2.45,1.05,20,4.49,2.67,45,4.3,2.51,60,2.33,0.58,3,2.47,1.12,17,4.09,2.7,11,4.61,2.73,33,4.52,2.59,31,4.07,2.43,29,2.57,0.98,7,2.38,1.12,13,4.31,2.66,26,4.72,2.8,18,4.34,2.67,35,4.24,2.31,25,2.67,1.12,9,2.27,1.01,11,4.67,2.69,27,4.22,2.69,18,4.67,2.58,30,3.93,2.42,30
+upstanding,6.05,2.03,22,3.3,2.36,20,6.95,2.37,20,6.4,1.67,5,6.0,2.22,16,3.6,2.46,10,3.0,2.36,10,7.6,1.35,10,6.3,3.02,10,6.0,1.91,7,6.14,2.21,14,3.86,2.54,7,3.0,2.31,13,6.38,2.62,8,7.33,2.23,12,6.14,2.03,14,5.88,2.17,8,3.3,2.58,10,3.3,2.26,10,7.56,2.6,9,6.45,2.16,11
+upstart,4.6,0.94,20,4.45,1.95,22,6.11,2.0,19,4.56,1.24,9,4.64,0.67,11,4.2,2.86,5,4.44,1.71,16,6.33,2.16,6,6.0,2.0,13,4.79,0.7,14,4.17,1.33,6,4.08,1.93,12,4.78,2.05,9,5.67,2.0,9,6.5,2.01,10,4.7,0.67,10,4.5,1.18,10,4.0,1.81,12,5.0,2.05,10,6.33,1.37,6,6.0,2.27,13
+uptight,3.16,1.54,19,4.09,3.01,22,4.54,2.25,28,3.17,1.47,6,3.15,1.63,13,4.55,3.01,11,3.64,3.07,11,5.18,2.48,11,4.12,2.06,17,3.27,1.85,11,3.0,1.07,8,3.36,2.94,11,4.82,3.03,11,4.83,2.04,18,4.0,2.62,10,2.85,1.52,13,3.83,1.47,6,3.71,2.97,14,4.75,3.15,8,4.12,2.39,16,5.08,2.02,12
+upward,5.81,2.46,21,4.43,2.62,21,5.5,1.99,20,6.2,3.11,5,5.69,2.33,16,4.83,2.66,12,3.89,2.62,9,5.5,1.84,10,5.11,1.96,9,5.75,2.77,12,5.89,2.15,9,4.5,3.01,14,4.29,1.8,7,5.27,1.79,11,5.78,2.28,9,5.92,2.6,13,5.62,2.39,8,4.78,2.56,18,2.33,2.31,3,4.92,2.06,13,6.57,1.4,7
+uranium,4.1,1.67,21,3.96,2.03,23,3.92,1.55,26,5.0,1.55,11,3.1,1.2,10,4.09,2.12,11,3.83,2.04,12,3.73,1.56,11,4.0,1.62,14,3.9,1.79,10,4.27,1.62,11,4.55,2.25,11,3.42,1.73,12,3.88,1.45,17,3.88,1.89,8,3.69,1.75,13,4.75,1.39,8,3.8,1.74,15,4.25,2.6,8,4.24,1.52,17,3.33,1.5,9
+urban,4.95,2.66,19,4.41,2.84,22,4.5,1.82,28,4.17,2.14,6,5.31,2.87,13,4.18,2.64,11,4.64,3.14,11,4.09,2.07,11,4.76,1.64,17,5.27,2.69,11,4.5,2.73,8,4.0,2.05,11,4.82,3.52,11,4.22,1.63,18,5.0,2.11,10,4.77,2.95,13,5.33,2.07,6,4.0,2.96,14,5.12,2.64,8,4.06,2.08,16,5.08,1.24,12
+urchin,4.73,1.45,22,4.0,2.1,21,4.68,1.96,22,4.5,1.65,14,5.12,0.99,8,4.64,2.16,11,3.44,1.94,9,5.83,1.72,6,4.25,1.91,16,4.4,1.71,10,5.0,1.21,12,4.09,2.47,11,3.9,1.73,10,4.85,1.68,13,4.44,2.4,9,4.17,1.59,12,5.4,0.97,10,3.85,2.19,13,4.25,2.05,8,4.25,1.71,12,5.2,2.2,10
+urge,5.11,1.66,19,5.29,2.45,21,4.5,1.93,20,5.67,1.53,3,5.0,1.71,16,5.83,2.48,6,5.07,2.49,15,5.33,1.21,6,4.14,2.11,14,5.3,1.06,10,4.89,2.2,9,5.43,2.51,7,5.21,2.52,14,4.7,1.83,10,4.3,2.11,10,5.12,1.25,8,5.09,1.97,11,5.44,2.65,9,5.17,2.41,12,4.75,2.49,8,4.33,1.56,12
+urgency,5.05,2.18,21,6.25,3.06,20,5.0,2.38,36,5.5,2.39,8,4.77,2.09,13,5.2,3.03,5,6.6,3.09,15,5.73,2.15,11,4.68,2.44,25,5.23,2.49,13,4.75,1.67,8,6.83,2.82,12,5.38,3.38,8,5.55,2.24,20,4.31,2.44,16,5.27,2.28,11,4.8,2.15,10,7.36,2.62,11,4.89,3.14,9,4.68,2.46,22,5.5,2.24,14
+urgent,4.21,1.44,19,5.71,1.76,21,5.35,2.52,23,3.67,1.53,3,4.31,1.45,16,6.12,0.99,8,5.46,2.11,13,6.22,2.05,9,4.79,2.69,14,4.22,1.39,9,4.2,1.55,10,6.11,1.62,9,5.42,1.88,12,6.2,2.46,15,3.75,1.83,8,5.14,1.68,7,3.67,0.98,12,6.3,1.06,10,5.18,2.14,11,5.85,3.13,13,4.7,1.25,10
+urinal,2.8,1.88,20,3.62,2.91,21,4.12,2.28,25,3.25,2.63,4,2.69,1.74,16,1.75,0.96,4,4.06,3.05,17,5.33,2.69,9,3.44,1.75,16,3.0,1.77,8,2.67,2.02,12,3.5,2.92,10,3.73,3.04,11,4.5,2.47,14,3.64,2.01,11,2.82,1.72,11,2.78,2.17,9,3.3,2.98,10,3.91,2.95,11,4.56,2.36,18,3.0,1.73,7
+urinate,4.14,2.2,21,3.95,2.24,20,4.95,2.48,21,5.33,1.37,6,3.67,2.32,15,4.5,2.78,8,3.58,1.83,12,5.36,2.29,11,4.5,2.72,10,4.67,1.63,6,3.93,2.4,15,4.2,2.7,10,3.7,1.77,10,4.64,2.65,14,5.57,2.15,7,4.71,2.43,7,3.86,2.11,14,4.21,2.49,14,3.33,1.51,6,4.92,2.68,12,5.0,2.35,9
+urination,3.62,1.94,21,4.4,2.52,20,5.0,2.52,25,4.57,2.64,7,3.14,1.35,14,5.27,2.37,11,3.33,2.4,9,4.88,2.63,16,5.22,2.44,9,3.88,1.81,8,3.46,2.07,13,3.56,2.83,9,5.09,2.12,11,4.95,2.82,20,5.2,0.45,5,3.55,2.25,11,3.7,1.64,10,3.73,2.49,11,5.22,2.44,9,4.58,2.39,19,6.33,2.66,6
+urine,2.9,1.8,20,4.38,2.28,42,4.55,2.4,22,3.44,2.24,9,2.45,1.29,11,4.38,2.47,16,4.32,2.23,25,4.5,1.58,10,4.58,3.0,12,3.43,2.51,7,2.67,1.37,12,4.05,2.44,21,4.65,2.16,20,4.27,2.45,11,4.82,2.44,11,3.08,2.18,13,2.57,0.79,7,4.13,2.65,23,4.68,1.77,19,3.36,2.25,11,5.73,2.0,11
+urn,3.37,1.5,19,2.9,2.14,21,4.15,2.52,20,4.67,1.53,3,3.12,1.41,16,3.17,2.79,6,2.8,1.93,15,6.0,1.67,6,3.36,2.44,14,3.3,1.49,10,3.44,1.59,9,2.86,1.77,7,2.93,2.37,14,3.4,2.07,10,4.9,2.81,10,3.62,1.6,8,3.18,1.47,11,3.0,2.45,9,2.83,1.99,12,3.0,2.56,8,4.92,2.27,12
+usable,5.58,2.06,24,3.43,2.13,23,6.11,2.0,18,5.82,2.23,11,5.38,1.98,13,4.27,2.2,11,2.67,1.83,12,6.2,2.04,10,6.0,2.07,8,5.75,2.05,8,5.53,2.2,15,4.18,2.14,11,2.75,1.96,12,6.14,2.41,7,6.09,1.81,11,5.4,2.41,15,5.89,1.36,9,3.18,1.99,11,3.67,2.31,12,5.33,2.24,9,6.89,1.45,9
+usage,5.1,1.34,21,2.5,1.82,22,6.04,1.99,27,4.6,0.97,10,5.55,1.51,11,1.86,1.21,7,2.8,2.01,15,6.12,2.34,17,5.9,1.29,10,5.27,1.74,11,4.9,0.74,10,3.0,2.83,5,2.35,1.5,17,6.0,2.32,14,6.08,1.66,13,5.23,1.59,13,4.88,0.83,8,2.0,1.63,10,2.92,1.93,12,6.14,2.38,14,5.92,1.55,13
+use,5.18,1.4,22,4.19,2.66,21,5.0,2.2,18,5.33,2.34,6,5.07,0.96,15,2.71,2.43,7,4.93,2.53,14,4.89,2.2,9,5.5,2.14,8,5.0,1.52,14,5.43,1.27,7,4.22,2.73,9,4.17,2.72,12,5.3,2.67,10,4.62,1.51,8,5.36,1.6,14,4.88,0.99,8,4.67,2.94,6,4.0,2.62,15,5.3,2.67,10,4.62,1.51,8
+useful,7.1,1.25,20,3.82,1.99,22,6.81,1.77,42,7.2,1.48,5,7.07,1.22,15,4.7,1.95,10,3.08,1.78,12,6.81,1.72,21,6.81,1.86,21,7.5,1.08,10,6.7,1.34,10,3.64,1.8,11,4.0,2.24,11,6.53,1.61,19,7.04,1.89,23,7.0,1.04,12,7.25,1.58,8,3.8,1.75,10,3.83,2.25,12,6.85,2.18,20,6.77,1.34,22
+usefulness,5.4,2.48,20,4.5,2.04,22,5.95,2.33,20,4.0,3.08,5,5.87,2.17,15,5.17,2.04,12,3.7,1.83,10,5.55,2.66,11,6.12,1.73,8,4.82,2.71,11,6.11,2.09,9,4.47,2.03,15,4.57,2.23,7,5.73,1.79,11,6.22,2.95,9,5.83,2.79,12,4.75,1.91,8,4.44,2.23,18,4.75,0.96,4,6.0,1.87,13,5.86,3.18,7
+useless,2.8,1.44,40,4.39,2.42,41,4.65,2.7,20,2.54,1.39,13,3.0,1.44,26,4.68,2.75,19,4.14,2.17,21,4.9,2.77,10,4.4,2.76,10,2.93,1.44,15,2.79,1.44,24,4.29,2.72,21,4.5,2.12,20,3.62,1.85,8,5.33,3.03,12,3.2,1.44,20,2.4,1.35,20,4.22,2.58,27,4.71,2.13,14,4.44,2.65,9,4.82,2.86,11
+user,3.67,2.09,18,3.21,2.39,19,5.56,2.26,25,3.8,1.3,5,3.62,2.36,13,3.5,2.72,10,2.89,2.09,9,6.06,2.17,16,4.67,2.24,9,4.43,1.99,7,3.18,2.09,11,2.33,1.66,9,4.0,2.75,10,5.65,2.35,20,5.2,2.05,5,4.78,1.92,9,2.56,1.67,9,3.18,2.23,11,3.25,2.76,8,5.63,2.48,19,5.33,1.51,6
+usher,5.39,1.59,23,3.95,2.65,21,5.8,2.07,20,6.12,1.36,8,5.0,1.6,15,3.7,2.31,10,4.18,3.03,11,7.0,2.83,7,5.15,1.21,13,6.08,1.62,12,4.64,1.21,11,3.1,2.08,10,4.73,2.97,11,6.0,2.3,15,5.2,1.1,5,5.09,1.45,11,5.67,1.72,12,4.22,2.59,9,3.75,2.8,12,6.0,1.89,10,5.6,2.32,10
+usual,5.48,1.86,21,3.2,1.94,20,6.58,2.22,19,5.38,1.76,13,5.62,2.13,8,3.57,1.81,7,3.0,2.04,13,6.86,2.19,7,6.42,2.31,12,5.42,2.11,12,5.56,1.59,9,3.22,1.79,9,3.18,2.14,11,6.8,2.1,10,6.33,2.45,9,5.17,1.95,12,5.89,1.76,9,3.86,1.21,7,2.85,2.19,13,6.86,1.77,7,6.42,2.5,12
+utensil,5.36,1.89,22,2.95,1.84,41,6.62,2.13,47,5.88,1.46,8,5.07,2.09,14,2.75,2.11,16,3.17,1.66,24,6.73,2.03,26,6.48,2.29,21,5.64,1.91,11,5.09,1.92,11,3.0,1.84,20,3.0,1.89,20,6.66,2.18,29,6.56,2.12,18,5.2,1.87,10,5.5,1.98,12,2.36,1.62,22,3.63,1.89,19,6.08,2.37,26,7.29,1.62,21
+uterus,4.79,1.55,19,4.82,2.46,22,5.23,1.88,22,5.33,1.12,9,4.3,1.77,10,4.0,2.62,8,5.29,2.33,14,5.0,2.19,11,5.45,1.57,11,5.29,0.95,7,4.5,1.78,12,3.8,1.99,10,5.67,2.57,12,4.92,1.98,13,5.67,1.73,9,5.0,1.89,10,4.56,1.13,9,4.0,2.98,8,5.29,2.09,14,5.43,2.03,14,4.88,1.64,8
+utility,4.82,1.74,22,4.22,1.96,18,5.3,1.87,20,5.2,1.79,5,4.69,1.82,16,4.57,1.72,7,4.0,2.14,11,5.11,1.17,9,5.45,2.34,11,4.42,1.78,12,5.3,1.64,10,4.56,2.13,9,3.89,1.83,9,5.08,2.23,12,5.62,1.19,8,4.27,1.68,11,5.36,1.69,11,3.62,2.2,8,4.7,1.7,10,4.62,1.6,8,5.75,1.96,12
+utilize,5.26,1.52,19,4.33,2.48,21,6.25,2.0,20,5.67,0.58,3,5.19,1.64,16,4.33,2.5,6,4.33,2.55,15,5.67,2.34,6,6.5,1.87,14,5.3,1.25,10,5.22,1.86,9,3.86,1.57,7,4.57,2.85,14,5.8,2.04,10,6.7,1.95,10,5.12,0.64,8,5.36,1.96,11,3.78,2.54,9,4.75,2.45,12,6.38,2.13,8,6.17,1.99,12
+utmost,6.81,1.66,21,3.1,1.97,20,5.59,2.75,22,7.5,1.52,6,6.53,1.68,15,3.88,2.17,8,2.58,1.73,12,5.0,2.95,12,6.3,2.45,10,7.22,1.79,9,6.5,1.57,12,3.56,2.01,9,2.73,1.95,11,3.14,1.77,7,6.73,2.37,15,6.9,1.97,10,6.73,1.42,11,3.15,2.08,13,3.0,1.91,7,5.67,3.26,12,5.5,2.17,10
+utter,4.76,1.58,21,3.9,2.34,20,5.33,2.39,21,4.5,0.55,6,4.87,1.85,15,4.62,2.92,8,3.42,1.83,12,5.45,2.16,11,5.2,2.74,10,4.0,1.1,6,5.07,1.67,15,4.5,2.72,10,3.3,1.83,10,5.07,2.79,14,5.86,1.35,7,4.57,1.81,7,4.86,1.51,14,3.93,2.76,14,3.83,0.98,6,5.0,2.49,12,5.78,2.33,9
+vacancy,5.05,1.47,20,3.68,2.21,22,5.21,2.18,19,4.78,1.99,9,5.27,0.9,11,2.8,2.49,5,4.06,2.14,16,5.33,3.01,6,5.15,1.82,13,4.71,1.54,14,5.83,0.98,6,3.58,2.19,12,4.0,2.4,9,4.78,1.48,9,5.6,2.67,10,5.1,1.37,10,5.0,1.63,10,4.0,2.3,12,3.3,2.16,10,5.83,3.06,6,4.92,1.71,13
+vacant,4.64,1.92,22,2.86,1.55,22,5.4,2.37,20,5.0,2.08,7,4.47,1.88,15,2.9,1.73,10,2.83,1.47,12,5.57,3.1,7,5.31,2.02,13,4.82,2.27,11,4.45,1.57,11,2.82,1.78,11,2.91,1.38,11,5.4,2.72,15,5.4,0.89,5,4.1,1.85,10,5.08,1.93,12,3.4,1.51,10,2.42,1.51,12,5.6,2.22,10,5.2,2.62,10
+vacate,4.1,2.25,20,4.9,2.45,20,4.67,2.44,21,4.67,2.07,6,3.86,2.35,14,5.0,2.27,8,4.83,2.66,12,4.18,2.44,11,5.2,2.44,10,4.0,2.45,5,4.13,2.26,15,5.0,2.62,10,4.8,2.39,10,4.5,2.68,14,5.0,2.0,7,4.0,2.65,7,4.15,2.12,13,4.64,2.73,14,5.5,1.64,6,4.25,2.42,12,5.22,2.49,9
+vacation,8.53,0.77,19,5.22,2.92,49,7.11,2.03,47,8.33,0.82,6,8.62,0.77,13,6.0,2.71,19,4.73,2.98,30,7.19,1.74,26,7.0,2.39,21,8.4,0.84,10,8.67,0.71,9,4.92,2.81,24,5.52,3.04,25,7.1,2.16,29,7.11,1.88,18,8.88,0.35,8,8.27,0.9,11,5.85,2.65,33,3.94,3.11,16,6.73,2.29,26,7.57,1.6,21
+vaccination,4.56,1.85,18,4.62,2.42,21,5.2,2.44,20,4.33,1.15,3,4.6,1.99,15,4.67,3.01,6,4.6,2.26,15,5.5,2.43,6,5.07,2.53,14,4.2,1.69,10,5.0,2.07,8,3.71,2.06,7,5.07,2.53,14,5.2,2.44,10,5.2,2.57,10,4.5,1.07,8,4.6,2.37,10,4.0,2.55,9,5.08,2.31,12,4.88,2.8,8,5.42,2.27,12
+vaccine,6.48,2.14,21,6.45,1.96,20,5.0,2.56,36,7.5,1.51,8,5.85,2.27,13,6.4,1.67,5,6.47,2.1,15,4.91,2.39,11,5.04,2.68,25,6.69,2.32,13,6.12,1.89,8,6.75,1.82,12,6.0,2.2,8,5.45,2.52,20,4.44,2.58,16,5.91,2.21,11,7.1,1.97,10,6.73,2.28,11,6.11,1.54,9,4.45,2.56,22,5.86,2.41,14
+vacuum,5.38,1.91,21,4.63,1.95,19,6.52,2.06,21,5.2,1.92,5,5.33,1.99,15,4.62,2.0,8,4.64,2.01,11,6.7,1.7,10,6.36,2.42,11,5.27,1.79,11,5.5,2.12,10,5.8,1.23,10,3.33,1.8,9,7.0,2.0,12,5.89,2.09,9,5.45,2.16,11,5.3,1.7,10,4.38,2.2,8,4.82,1.83,11,6.89,1.69,9,6.25,2.34,12
+vagabond,3.32,1.77,19,4.55,2.22,22,3.83,2.14,24,3.5,1.38,6,3.23,1.96,13,5.0,2.17,12,4.0,2.26,10,3.0,1.51,8,4.25,2.32,16,4.2,1.69,10,2.33,1.32,9,5.89,1.69,9,3.62,2.1,13,4.06,2.36,17,3.17,1.6,6,3.12,2.17,8,3.45,1.51,11,4.0,2.55,9,4.92,1.98,13,3.56,2.19,16,4.38,2.07,8
+vagina,6.0,2.66,41,5.83,2.59,42,5.07,2.68,61,7.05,2.14,20,5.0,2.77,21,7.63,1.64,19,4.35,2.29,23,5.16,2.76,31,4.97,2.65,30,6.65,2.39,20,5.38,2.82,21,6.31,2.89,16,5.54,2.4,26,5.03,2.77,36,5.12,2.6,25,6.26,2.78,23,5.67,2.54,18,6.04,2.65,24,5.56,2.57,18,5.1,2.71,31,5.03,2.7,30
+vaginal,5.67,2.03,21,5.71,1.98,21,4.64,2.33,25,6.25,2.05,12,4.89,1.83,9,7.57,1.13,7,4.79,1.63,14,4.5,2.55,10,4.73,2.25,15,5.75,2.22,4,5.65,2.06,17,6.1,1.66,10,5.36,2.25,11,3.71,2.36,7,5.0,2.28,18,5.92,2.15,12,5.33,1.94,9,4.77,1.69,13,7.25,1.39,8,3.67,2.29,9,5.19,2.23,16
+vagrancy,3.43,1.43,21,5.72,1.56,18,4.32,2.39,25,3.25,1.71,12,3.67,1.0,9,4.86,1.35,7,6.27,1.49,11,5.1,2.42,10,3.8,2.31,15,4.25,0.96,4,3.24,1.48,17,5.62,1.77,8,5.8,1.48,10,4.57,3.26,7,4.22,2.07,18,3.83,1.59,12,2.89,1.05,9,5.91,1.51,11,5.43,1.72,7,3.89,2.42,9,4.56,2.42,16
+vagrant,2.63,1.42,19,3.82,2.13,22,3.92,2.15,24,2.33,1.51,6,2.77,1.42,13,4.08,2.31,12,3.5,1.96,10,4.25,2.71,8,3.75,1.88,16,2.9,1.45,10,2.33,1.41,9,4.44,2.13,9,3.38,2.1,13,4.35,2.18,17,2.67,1.86,6,2.62,1.41,8,2.64,1.5,11,3.67,1.94,9,3.92,2.33,13,4.31,2.44,16,3.12,1.13,8
+vague,4.29,1.31,21,3.61,2.46,23,4.19,2.25,26,4.18,1.54,11,4.4,1.07,10,4.45,2.94,11,2.83,1.7,12,3.36,1.57,11,5.07,2.37,14,4.3,1.34,10,4.27,1.35,11,4.36,2.98,11,2.92,1.73,12,4.76,2.17,17,3.38,2.07,8,4.38,1.39,13,4.12,1.25,8,3.53,2.47,15,3.75,2.6,8,4.35,2.47,17,3.89,1.83,9
+valance,5.05,1.43,20,3.73,2.07,22,5.86,1.59,21,5.11,1.05,9,5.0,1.73,11,4.2,2.53,10,3.33,1.61,12,5.0,0.76,8,6.38,1.76,13,5.21,1.19,14,4.67,1.97,6,4.5,2.62,8,3.29,1.64,14,6.0,1.6,8,5.77,1.64,13,5.2,1.4,10,4.9,1.52,10,3.5,1.78,12,4.0,2.45,10,5.75,1.36,12,6.0,1.94,9
+vale,5.32,2.06,19,3.0,2.23,22,5.16,1.34,19,4.5,1.97,6,5.69,2.06,13,2.82,2.32,11,3.18,2.23,11,5.25,2.12,8,5.09,0.3,11,5.09,1.81,11,5.62,2.45,8,3.0,2.28,11,3.0,2.28,11,5.0,1.41,13,5.5,1.22,6,5.69,2.14,13,4.5,1.76,6,3.29,2.55,14,2.5,1.51,8,4.89,1.69,9,5.4,0.97,10
+valedictorian,6.32,1.86,19,4.43,2.52,21,6.88,2.25,24,6.33,1.53,3,6.31,1.96,16,4.0,2.45,7,4.69,2.72,13,6.75,1.91,8,6.94,2.46,16,5.86,1.95,7,6.58,1.83,12,4.0,2.52,7,4.69,2.69,13,6.77,2.49,13,7.0,2.05,11,6.0,1.41,8,6.55,2.16,11,5.18,2.79,11,3.6,2.01,10,6.82,2.56,17,7.0,1.41,7
+valentine,6.4,2.3,42,4.79,2.37,43,6.29,2.57,17,5.82,2.4,17,6.8,2.18,25,4.62,2.45,16,4.89,2.36,27,6.5,2.76,10,6.0,2.45,7,6.21,2.4,29,6.85,2.08,13,5.43,2.19,23,4.05,2.39,20,7.5,2.35,6,5.64,2.54,11,5.78,2.45,23,7.16,1.89,19,4.62,2.48,26,5.06,2.22,17,7.12,2.17,8,5.56,2.79,9
+valet,5.14,1.62,21,4.29,2.39,24,6.1,2.34,20,4.62,1.6,8,5.46,1.61,13,4.38,2.43,13,4.18,2.44,11,6.33,2.15,12,5.75,2.71,8,5.5,2.39,8,4.75,0.75,12,5.14,1.99,14,3.1,2.47,10,6.45,2.02,11,5.67,2.74,9,4.9,1.91,10,5.36,1.36,11,3.76,2.41,17,5.57,1.9,7,6.11,2.67,9,6.09,2.17,11
+valiant,6.21,1.51,19,4.9,2.51,21,6.17,2.1,23,5.33,1.53,3,6.38,1.5,16,5.25,2.71,8,4.69,2.46,13,6.22,2.33,9,6.14,2.03,14,6.56,1.67,9,5.9,1.37,10,5.22,2.22,9,4.67,2.77,12,6.27,2.28,15,6.0,1.85,8,5.57,1.51,7,6.58,1.44,12,5.1,2.18,10,4.73,2.87,11,6.0,2.42,13,6.4,1.71,10
+valid,6.05,1.05,20,4.0,2.41,21,6.64,1.82,25,5.67,0.58,3,6.12,1.11,17,4.43,3.46,7,3.69,1.84,13,6.12,2.03,8,6.88,1.73,17,5.86,0.69,7,6.15,1.21,13,4.29,3.04,7,3.77,2.2,13,6.64,2.17,14,6.64,1.36,11,5.56,0.53,9,6.45,1.21,11,4.18,2.48,11,3.8,2.44,10,6.89,1.94,18,6.0,1.41,7
+validate,6.5,1.7,20,4.05,1.88,21,5.71,2.1,21,6.25,2.05,8,6.67,1.5,12,4.5,2.59,6,3.86,1.66,14,5.33,2.88,6,5.87,1.81,15,5.89,1.9,9,7.0,1.41,11,4.4,1.52,5,3.94,2.02,16,5.1,2.6,10,6.27,1.42,11,6.45,1.69,11,6.56,1.81,9,3.88,1.46,8,4.15,2.15,13,4.67,2.15,12,7.11,0.93,9
+validation,5.7,1.53,20,4.2,2.31,20,6.44,1.29,25,5.55,1.21,11,5.89,1.9,9,3.86,1.35,7,4.38,2.72,13,6.77,1.36,13,6.08,1.16,12,5.82,1.72,11,5.56,1.33,9,4.55,2.3,11,3.78,2.39,9,6.38,1.31,16,6.56,1.33,9,5.5,1.65,10,5.9,1.45,10,4.42,2.61,12,3.88,1.89,8,6.69,1.45,16,6.0,0.87,9
+validity,5.38,1.43,21,2.73,2.0,22,6.56,1.97,27,5.6,1.35,10,5.18,1.54,11,2.43,2.51,7,2.87,1.81,15,6.35,2.21,17,6.9,1.52,10,5.55,1.44,11,5.2,1.48,10,2.2,1.79,5,2.88,2.09,17,6.36,2.13,14,6.77,1.83,13,5.31,1.44,13,5.5,1.51,8,2.1,1.52,10,3.25,2.26,12,7.21,1.42,14,5.85,2.27,13
+valium,4.64,1.89,22,2.67,1.93,21,3.86,2.14,22,4.29,1.9,14,5.25,1.83,8,3.36,2.06,11,2.0,1.58,9,3.33,1.97,6,4.06,2.24,16,4.8,2.15,10,4.5,1.73,12,2.36,1.36,11,3.0,2.45,10,3.31,1.55,13,4.67,2.69,9,4.83,2.04,12,4.4,1.78,10,2.15,1.34,13,3.5,2.51,8,3.83,1.99,12,3.9,2.42,10
+valley,6.22,1.44,18,2.7,1.84,20,5.12,2.17,25,6.4,1.14,5,6.15,1.57,13,2.27,1.56,11,3.22,2.11,9,4.25,1.77,16,6.67,2.0,9,5.71,1.25,7,6.55,1.51,11,2.67,1.66,9,2.73,2.05,11,5.05,2.33,20,5.4,1.52,5,6.33,1.5,9,6.11,1.45,9,2.27,1.68,11,3.22,1.99,9,5.0,2.31,19,5.5,1.76,6
+valor,5.57,1.83,21,3.67,2.75,24,6.7,2.25,20,5.5,1.77,8,5.62,1.94,13,4.67,2.66,6,3.33,2.77,18,7.73,1.49,11,5.44,2.46,9,5.08,1.83,12,6.22,1.72,9,4.0,3.2,10,3.43,2.47,14,7.08,2.25,13,6.0,2.24,7,5.93,1.82,14,4.86,1.77,7,4.12,2.94,16,2.75,2.19,8,7.08,1.68,12,6.12,2.95,8
+valuable,7.17,1.42,18,3.85,2.32,20,6.04,2.09,25,7.4,0.55,5,7.08,1.66,13,3.73,2.49,11,4.0,2.24,9,6.25,1.77,16,5.67,2.65,9,7.0,1.63,7,7.27,1.35,11,3.22,2.22,9,4.36,2.38,11,6.15,2.3,20,5.6,0.89,5,6.89,1.62,9,7.44,1.24,9,3.82,2.18,11,3.89,2.62,9,5.89,2.21,19,6.5,1.76,6
+valuables,5.91,2.14,22,5.05,2.46,21,6.47,1.93,19,6.43,1.62,7,5.67,2.35,15,5.11,2.71,9,5.0,2.37,12,7.43,1.51,7,5.92,1.98,12,5.83,2.37,12,6.0,1.94,10,5.18,2.23,11,4.9,2.81,10,6.33,1.99,15,7.0,1.83,4,5.73,2.15,11,6.09,2.21,11,6.1,2.08,10,4.09,2.47,11,6.5,0.97,10,6.44,2.7,9
+value,7.18,1.47,22,5.79,2.12,19,6.24,2.07,21,6.8,0.84,5,7.38,1.63,16,6.75,1.49,8,5.09,2.3,11,5.9,2.02,10,6.55,2.16,11,6.83,1.53,12,7.6,1.35,10,5.4,2.01,10,6.22,2.28,9,6.08,2.27,12,6.44,1.88,9,7.36,1.69,11,7.0,1.26,11,4.88,1.36,8,6.45,2.38,11,6.0,2.0,9,6.42,2.19,12
+valve,5.1,0.97,20,3.84,2.06,19,6.12,1.97,26,5.09,0.83,11,5.11,1.17,9,4.71,2.21,7,3.33,1.87,12,5.92,1.98,13,6.31,2.02,13,5.09,1.3,11,5.11,0.33,9,4.0,2.4,10,3.67,1.73,9,6.0,2.09,17,6.33,1.8,9,5.1,0.57,10,5.1,1.29,10,3.67,2.1,12,4.14,2.12,7,6.06,1.88,16,6.2,2.2,10
+vamoose,4.38,1.4,21,4.86,2.15,21,5.12,2.39,25,4.5,1.31,12,4.22,1.56,9,5.86,1.57,7,4.36,2.27,14,5.0,2.21,10,5.2,2.57,15,4.0,2.0,4,4.47,1.28,17,4.7,2.79,10,5.0,1.48,11,5.14,2.34,7,5.11,2.47,18,4.33,1.61,12,4.44,1.13,9,5.15,2.19,13,4.38,2.13,8,3.78,2.39,9,5.88,2.09,16
+vamp,5.0,1.83,19,5.3,2.08,20,4.1,2.12,21,5.0,1.26,6,5.0,2.08,13,6.62,1.51,8,4.42,1.98,12,4.18,2.09,11,4.0,2.26,10,4.33,1.97,6,5.31,1.75,13,5.6,2.5,10,5.0,1.63,10,3.57,2.28,14,5.14,1.35,7,5.43,2.15,7,4.75,1.66,12,5.64,2.21,14,4.5,1.64,6,4.08,2.11,12,4.11,2.26,9
+vampire,4.05,2.49,40,5.17,2.28,42,3.6,1.93,20,4.62,2.5,13,3.78,2.49,27,5.06,2.69,16,5.2,2.08,25,4.83,1.6,6,3.07,1.86,14,4.38,2.39,16,3.83,2.58,24,5.1,2.32,21,5.2,2.35,20,4.0,2.11,10,3.2,1.75,10,4.09,2.72,22,4.0,2.25,18,5.48,2.47,23,4.79,2.04,19,3.0,1.77,8,4.0,2.0,12
+van,4.43,1.75,21,4.35,2.12,23,5.35,1.73,17,4.6,1.52,5,4.38,1.86,16,4.83,1.99,12,3.82,2.23,11,5.0,1.94,9,5.29,0.76,7,3.67,1.44,12,5.44,1.67,9,4.31,1.89,16,4.43,2.76,7,5.4,1.58,10,5.29,2.06,7,4.46,2.11,13,4.38,1.06,8,4.21,2.3,19,5.0,0.82,4,5.5,1.38,12,5.0,2.55,5
+vandal,2.32,1.38,19,4.84,2.6,44,3.25,2.11,24,2.78,1.64,9,1.9,0.99,10,4.35,2.64,17,5.15,2.57,27,3.38,1.92,8,3.19,2.26,16,2.71,1.5,7,2.08,1.31,12,4.64,2.68,14,4.93,2.6,30,3.24,2.14,17,3.0,2.28,6,2.8,1.48,10,1.78,1.09,9,4.58,2.89,26,5.22,2.13,18,3.06,1.88,16,3.62,2.62,8
+vandalism,1.9,1.14,21,4.67,2.44,24,3.45,2.52,22,1.75,1.04,8,2.0,1.22,13,4.69,2.75,13,4.64,2.16,11,4.15,2.61,13,2.44,2.13,9,1.5,0.76,8,2.17,1.34,12,5.07,1.9,14,4.1,3.07,10,4.17,2.79,12,2.6,1.96,10,1.8,0.79,10,2.0,1.41,11,4.12,2.45,17,6.0,2.0,7,3.4,2.8,10,3.5,2.39,12
+vanguard,5.17,1.76,18,3.2,2.4,20,4.8,1.94,25,5.4,1.82,5,5.08,1.8,13,4.0,2.65,11,2.22,1.72,9,5.12,1.89,16,4.22,1.99,9,4.86,1.46,7,5.36,1.96,11,2.89,2.47,9,3.45,2.42,11,4.9,2.13,20,4.4,0.89,5,5.0,1.32,9,5.33,2.18,9,2.64,2.16,11,3.89,2.62,9,4.26,1.59,19,6.5,2.07,6
+vanilla,7.42,1.26,19,3.62,2.42,21,5.74,1.84,23,7.0,0.71,5,7.54,1.45,13,3.83,2.64,6,3.53,2.42,15,5.5,1.51,10,5.92,2.1,13,7.43,1.27,7,7.36,1.36,11,3.71,2.29,7,3.57,2.56,14,5.36,1.86,11,6.08,1.83,12,7.75,1.14,12,6.86,1.35,7,4.55,2.42,11,2.6,2.07,10,5.64,1.91,14,5.89,1.83,9
+vanish,3.86,2.01,22,5.05,1.99,21,4.33,2.3,33,4.64,2.11,11,3.09,1.64,11,4.25,1.75,8,5.54,2.03,13,4.14,2.54,14,4.47,2.17,19,3.3,1.83,10,4.33,2.1,12,5.08,1.98,13,5.0,2.14,8,4.55,2.52,22,3.91,1.81,11,4.0,2.26,12,3.7,1.77,10,4.71,2.02,14,5.71,1.89,7,5.12,2.12,17,3.5,2.25,16
+vanishing,3.56,1.55,16,4.74,2.47,19,4.36,1.78,25,3.2,1.48,5,3.73,1.62,11,4.4,2.76,10,5.11,2.2,9,4.56,1.86,16,4.0,1.66,9,3.67,1.51,6,3.5,1.65,10,4.38,2.56,8,5.0,2.49,11,4.25,1.97,20,4.8,0.45,5,3.25,1.58,8,3.88,1.55,8,4.7,2.26,10,4.78,2.82,9,4.95,1.54,19,2.5,1.05,6
+vanity,4.46,2.09,41,3.77,2.29,22,5.45,2.54,22,4.92,2.02,13,4.25,2.12,28,3.83,2.33,12,3.7,2.36,10,5.89,2.71,9,5.15,2.48,13,4.88,1.93,17,4.17,2.18,24,4.33,2.55,9,3.38,2.1,13,6.0,2.6,14,4.5,2.27,8,4.65,2.1,23,4.22,2.1,18,3.33,2.24,9,4.08,2.36,13,5.67,3.06,12,5.2,1.87,10
+vanquish,4.72,2.02,18,5.05,2.48,20,5.29,2.2,24,4.2,2.59,5,4.92,1.85,13,5.09,2.91,11,5.0,2.0,9,5.73,2.12,15,4.56,2.24,9,4.57,2.37,7,4.82,1.89,11,4.22,2.49,9,5.73,2.37,11,4.89,2.18,19,6.8,1.64,5,4.22,2.11,9,5.22,1.92,9,5.27,2.53,11,4.78,2.54,9,5.39,2.12,18,5.0,2.61,6
+vanquished,4.18,1.94,22,5.52,1.93,23,4.53,2.44,19,4.62,2.77,8,3.85,1.34,13,6.0,2.14,8,5.36,1.86,14,4.14,2.67,7,4.64,2.46,11,3.5,1.77,8,4.54,2.07,13,6.11,2.09,9,5.14,1.79,14,4.43,2.51,7,4.58,2.5,12,3.91,1.81,11,4.45,2.11,11,5.22,2.17,9,5.71,1.82,14,4.25,2.38,16,6.0,2.65,3
+vanquishing,5.29,1.76,24,4.4,2.14,20,5.1,1.95,21,5.5,0.93,8,5.19,2.07,16,4.5,2.73,8,4.33,1.78,12,4.55,1.69,11,5.7,2.11,10,4.71,1.5,7,5.53,1.84,17,4.9,2.81,10,3.9,1.1,10,5.29,1.82,14,4.71,2.29,7,5.11,1.27,9,5.4,2.03,15,4.36,2.53,14,4.5,0.84,6,4.75,2.3,12,5.56,1.33,9
+vantage,5.95,1.32,20,3.15,2.13,20,5.73,1.91,22,5.71,0.95,7,6.08,1.5,13,3.67,2.45,9,2.73,1.85,11,5.83,2.23,6,5.69,1.85,16,5.8,1.03,10,6.22,1.64,9,3.38,2.67,8,3.0,1.81,12,5.13,1.77,15,7.0,1.63,7,6.09,1.38,11,5.78,1.3,9,3.42,2.31,12,2.75,1.91,8,5.45,2.16,11,6.0,1.67,11
+vapor,4.68,1.63,19,3.24,2.19,21,5.32,2.06,22,5.33,1.12,9,4.1,1.85,10,4.12,2.7,8,2.69,1.7,13,4.91,1.97,11,5.73,2.15,11,5.0,0.0,7,4.5,2.07,12,4.11,2.62,9,2.58,1.62,12,5.46,2.15,13,5.11,2.03,9,4.5,2.22,10,4.89,0.6,9,3.14,3.13,7,3.29,1.68,14,5.5,2.14,14,5.0,2.0,8
+variable,5.29,1.65,21,3.65,2.3,20,5.21,2.44,19,5.33,2.25,6,5.27,1.44,15,4.75,2.6,8,2.92,1.83,12,5.67,2.9,12,4.43,1.13,7,5.89,2.2,9,4.83,0.94,12,4.0,2.29,9,3.36,2.38,11,6.43,2.44,7,4.5,2.24,12,5.4,1.78,10,5.18,1.6,11,3.46,2.26,13,4.0,2.52,7,5.5,2.51,10,4.89,2.47,9
+variation,5.53,1.01,17,3.9,1.76,21,5.57,2.09,23,5.5,0.71,2,5.53,1.06,15,4.0,1.41,8,3.85,1.99,13,4.56,2.4,9,6.21,1.63,14,5.0,1.0,7,5.9,0.88,10,4.67,1.73,9,3.33,1.61,12,5.53,2.42,15,5.62,1.41,8,6.0,1.15,7,5.2,0.79,10,4.1,1.52,10,3.73,2.0,11,5.62,2.6,13,5.5,1.27,10
+variety,6.41,1.26,22,5.16,2.5,19,5.76,2.14,21,6.2,1.64,5,6.56,1.15,16,6.0,2.27,8,4.55,2.58,11,5.7,2.16,10,5.82,2.23,11,6.42,1.38,12,6.4,1.17,10,5.4,2.46,10,4.89,2.67,9,5.42,2.35,12,6.22,1.86,9,6.45,1.13,11,6.36,1.43,11,4.0,2.0,8,6.0,2.57,11,5.22,2.77,9,6.17,1.53,12
+various,5.52,1.44,21,3.82,1.87,22,4.86,1.74,21,5.44,1.81,9,5.58,1.16,12,3.83,2.48,6,3.67,1.63,15,3.33,1.75,6,5.47,1.36,15,5.78,1.72,9,5.33,1.23,12,4.6,1.52,5,3.59,1.94,17,4.9,1.73,10,4.82,1.83,11,5.83,1.75,12,5.11,0.78,9,3.67,1.87,9,3.92,1.93,13,4.67,1.92,12,5.11,1.54,9
+varmint,3.65,1.93,20,4.56,2.5,18,4.12,1.92,24,4.0,1.22,5,3.53,2.13,15,3.4,2.19,5,5.0,2.55,13,4.54,2.15,13,3.64,1.57,11,3.9,2.18,10,3.4,1.71,10,4.43,2.82,7,4.64,2.42,11,3.88,1.93,16,4.62,1.92,8,3.21,2.01,14,4.67,1.37,6,5.42,2.39,12,2.83,1.83,6,4.07,1.62,15,4.22,2.44,9
+varnish,4.89,0.94,19,3.43,1.91,21,5.45,2.34,22,5.0,0.0,3,4.88,1.02,16,3.88,1.73,8,3.15,2.03,13,5.22,2.73,9,5.62,2.14,13,4.78,1.09,9,5.0,0.82,10,3.78,1.86,9,3.17,1.99,12,5.93,2.58,15,4.43,1.4,7,4.71,0.76,7,5.0,1.04,12,4.0,1.63,10,2.91,2.07,11,6.42,2.64,12,4.3,1.25,10
+varsity,5.36,1.53,22,3.55,2.4,22,6.0,1.83,19,5.25,2.25,8,5.46,1.05,13,3.71,3.09,7,3.36,2.17,14,5.57,2.15,7,6.36,1.69,11,5.88,1.73,8,5.08,1.44,13,3.75,3.15,8,3.43,1.99,14,5.29,1.6,7,6.42,1.88,12,5.36,1.29,11,5.36,1.8,11,2.33,2.06,9,4.38,2.33,13,6.06,1.91,16,5.67,1.53,3
+vary,4.5,1.47,22,3.59,1.97,22,5.75,2.12,20,4.62,1.3,8,4.43,1.6,14,3.9,2.08,10,3.33,1.92,12,6.71,2.63,7,5.23,1.69,13,4.18,1.89,11,4.82,0.87,11,3.91,1.87,11,3.27,2.1,11,5.47,2.23,15,6.6,1.67,5,4.0,1.33,10,4.92,1.51,12,4.0,1.76,10,3.25,2.14,12,5.4,1.51,10,6.1,2.64,10
+varying,5.35,1.35,20,5.3,2.23,20,4.58,1.84,26,5.0,1.26,11,5.78,1.39,9,6.43,1.62,7,4.69,2.32,13,4.08,1.66,13,5.08,1.93,13,5.91,1.45,11,4.67,0.87,9,5.18,2.4,11,5.44,2.13,9,4.71,2.17,17,4.33,1.0,9,5.3,1.25,10,5.4,1.51,10,5.25,2.67,12,5.38,1.51,8,4.81,2.07,16,4.2,1.4,10
+vascular,3.89,2.05,19,4.55,1.92,22,4.88,1.78,24,4.17,1.83,6,3.77,2.2,13,4.42,1.56,12,4.7,2.36,10,4.75,1.49,8,4.94,1.95,16,4.0,1.7,10,3.78,2.49,9,5.67,1.5,9,3.77,1.83,13,4.94,1.85,17,4.67,1.86,6,2.75,1.49,8,4.73,2.05,11,4.11,1.76,9,4.85,2.03,13,4.88,2.09,16,4.88,0.99,8
+vase,5.77,1.27,22,3.57,2.48,23,6.11,1.82,19,5.62,1.06,8,5.62,1.12,13,4.25,2.49,8,3.21,2.58,14,5.71,1.89,7,6.27,1.9,11,5.88,1.13,8,5.46,1.05,13,4.44,3.21,9,3.0,1.8,14,5.14,2.04,7,6.67,1.5,12,5.91,1.22,11,5.64,1.36,11,2.44,2.79,9,4.29,2.05,14,6.0,1.9,16,6.67,1.53,3
+vasectomy,4.83,2.53,18,5.79,2.39,19,4.44,2.69,25,3.8,2.68,5,5.23,2.45,13,6.6,2.07,10,4.89,2.52,9,4.31,2.85,16,4.67,2.55,9,4.43,2.76,7,5.09,2.47,11,4.88,2.17,8,6.45,2.42,11,4.5,2.96,20,4.2,1.3,5,4.22,2.44,9,5.44,2.6,9,5.36,2.77,11,6.38,1.77,8,4.21,2.46,19,5.17,3.49,6
+vassal,4.89,1.82,19,3.82,1.89,22,5.5,2.04,22,4.56,2.24,9,5.2,1.4,10,4.62,2.26,8,3.36,1.55,14,5.64,2.16,11,5.36,2.01,11,4.86,0.38,7,4.92,2.31,12,3.8,1.55,10,3.83,2.21,12,5.62,2.4,13,5.33,1.5,9,5.6,1.84,10,4.11,1.54,9,3.62,1.77,8,3.93,2.02,14,5.07,2.2,14,6.25,1.58,8
+vast,5.68,1.84,22,4.71,2.76,21,5.45,2.37,20,5.88,1.55,8,5.57,2.03,14,4.78,2.77,9,4.67,2.87,12,6.14,2.73,7,5.08,2.18,13,5.55,2.25,11,5.82,1.4,11,4.4,2.67,10,5.0,2.93,11,5.93,2.31,15,4.0,2.12,5,5.2,1.87,10,6.08,1.78,12,5.78,2.54,9,3.92,2.75,12,5.5,2.12,10,5.4,2.72,10
+vat,4.61,1.91,18,3.25,2.34,20,4.96,2.05,24,4.31,2.18,13,5.4,0.55,5,4.4,2.07,5,2.87,2.36,15,5.0,2.08,13,4.91,2.12,11,4.33,2.0,9,4.89,1.9,9,4.71,2.56,7,2.46,1.85,13,5.27,2.0,11,4.69,2.14,13,4.62,1.69,8,4.6,2.17,10,3.3,2.16,10,3.2,2.62,10,5.0,2.55,9,4.93,1.79,15
+vault,5.84,2.03,19,2.86,2.17,22,5.25,1.88,28,6.33,1.63,6,5.62,2.22,13,3.09,2.12,11,2.64,2.29,11,5.64,2.29,11,5.0,1.58,17,5.73,2.2,11,6.0,1.93,8,3.0,2.41,11,2.73,2.0,11,5.28,1.74,18,5.2,2.2,10,5.69,2.29,13,6.17,1.47,6,2.43,1.91,14,3.62,2.5,8,4.94,2.14,16,5.67,1.44,12
+veal,4.81,2.23,21,3.86,1.49,21,4.8,2.6,25,4.92,2.11,12,4.67,2.5,9,4.43,1.27,7,3.57,1.55,14,4.3,2.98,10,5.13,2.36,15,4.75,3.1,4,4.82,2.1,17,3.6,1.43,10,4.09,1.58,11,3.86,2.61,7,5.17,2.57,18,5.08,2.64,12,4.44,1.59,9,3.69,1.38,13,4.12,1.73,8,4.11,2.32,9,5.19,2.74,16
+vector,4.57,1.25,21,3.52,1.78,21,4.8,1.98,25,5.0,1.13,12,4.0,1.22,9,4.14,1.86,7,3.21,1.72,14,5.1,1.85,10,4.6,2.1,15,4.75,0.5,4,4.53,1.37,17,3.3,2.06,10,3.73,1.56,11,4.43,1.9,7,4.94,2.04,18,4.67,1.37,12,4.44,1.13,9,3.54,1.51,13,3.5,2.27,8,3.78,1.64,9,5.38,1.96,16
+veer,4.63,1.5,19,4.2,2.61,20,4.57,1.85,23,4.62,1.8,13,4.67,0.52,6,4.2,3.27,5,4.2,2.48,15,4.58,1.83,12,4.55,1.97,11,4.89,1.9,9,4.4,1.07,10,4.43,3.36,7,4.08,2.25,13,4.36,2.01,11,4.75,1.76,12,4.44,1.13,9,4.8,1.81,10,3.5,2.72,10,4.9,2.42,10,5.22,2.22,9,4.14,1.51,14
+vegan,4.42,1.74,19,3.11,2.22,18,5.33,2.81,24,4.0,2.35,5,4.57,1.55,14,4.4,1.95,5,2.62,2.18,13,5.0,2.92,13,5.73,2.76,11,5.0,1.56,10,3.78,1.79,9,3.86,2.19,7,2.64,2.2,11,5.5,3.06,16,5.0,2.39,8,4.21,1.93,14,5.0,1.0,5,3.25,2.34,12,2.83,2.14,6,5.0,2.8,15,5.89,2.89,9
+vegetable,6.79,1.55,19,3.75,2.83,20,5.17,2.08,24,7.08,1.75,13,6.17,0.75,6,4.4,3.13,5,3.53,2.8,15,5.15,1.95,13,5.18,2.32,11,6.56,2.01,9,7.0,1.05,10,4.57,3.26,7,3.31,2.59,13,5.27,2.2,11,5.08,2.06,13,6.67,1.12,9,6.9,1.91,10,3.9,2.88,10,3.6,2.91,10,4.78,2.44,9,5.4,1.88,15
+vegetarian,5.25,2.34,20,3.45,2.78,20,6.0,2.96,22,5.33,2.42,6,5.21,2.39,14,2.75,2.76,8,3.92,2.81,12,6.0,3.13,12,6.0,2.91,10,5.89,2.89,9,4.73,1.74,11,4.0,3.08,9,3.0,2.57,11,4.29,3.15,7,6.8,2.6,15,5.6,2.27,10,4.9,2.47,10,3.23,2.52,13,3.86,3.39,7,6.42,3.32,12,5.5,2.55,10
+vegetation,6.19,2.18,21,3.8,2.71,20,5.67,2.44,21,5.83,1.33,6,6.33,2.47,15,5.0,3.02,8,3.0,2.26,12,5.55,2.91,11,5.8,1.93,10,5.5,2.43,6,6.47,2.1,15,4.6,3.27,10,3.0,1.83,10,5.36,2.53,14,6.29,2.29,7,6.0,2.24,7,6.29,2.23,14,4.21,2.99,14,2.83,1.72,6,5.33,2.71,12,6.11,2.09,9
+vegetative,3.48,2.5,21,3.37,2.34,19,3.64,2.7,22,2.5,1.52,6,3.87,2.75,15,3.25,1.91,8,3.45,2.7,11,3.25,2.49,12,4.1,3.0,10,4.44,3.13,9,2.75,1.71,12,3.78,2.39,9,3.0,2.36,10,3.57,2.37,7,3.67,2.92,15,3.4,2.84,10,3.55,2.3,11,3.25,2.18,12,3.57,2.76,7,2.92,2.57,12,4.5,2.72,10
+veggie,6.47,1.98,19,3.09,2.14,22,6.24,1.79,21,6.33,1.8,9,6.6,2.22,10,3.5,1.6,8,2.86,2.41,14,6.09,2.12,11,6.4,1.43,10,5.57,1.51,7,7.0,2.09,12,3.6,2.32,10,2.67,1.97,12,6.17,1.53,12,6.33,2.18,9,6.0,2.49,10,7.0,1.12,9,2.62,1.41,8,3.36,2.47,14,6.08,1.85,13,6.5,1.77,8
+vehicle,6.0,1.56,19,4.68,2.23,22,5.8,2.24,20,6.0,1.73,3,6.0,1.59,16,4.5,1.93,8,4.79,2.46,14,6.5,1.64,6,5.5,2.44,14,5.4,1.58,10,6.67,1.32,9,4.6,1.78,10,4.75,2.63,12,5.6,2.32,10,6.0,2.26,10,6.62,1.77,8,5.55,1.29,11,4.75,2.87,8,4.64,1.91,14,5.12,2.7,8,6.25,1.86,12
+veil,5.42,1.12,19,3.83,2.01,18,4.94,2.16,17,5.09,0.7,11,5.88,1.46,8,4.25,2.22,4,3.71,2.02,14,4.75,2.25,8,5.11,2.2,9,5.62,1.19,8,5.27,1.1,11,3.71,1.7,7,3.91,2.26,11,4.17,2.14,6,5.36,2.16,11,5.15,0.69,13,6.0,1.67,6,3.73,2.49,11,4.0,1.0,7,4.43,1.9,7,5.3,2.36,10
+veiled,4.14,1.25,22,3.32,1.97,19,5.18,2.11,22,3.93,1.44,14,4.5,0.76,8,3.4,1.71,10,3.5,2.33,8,5.0,2.61,6,5.25,1.98,16,3.5,1.51,10,4.67,0.65,12,2.5,1.51,10,4.22,2.11,9,4.92,2.22,13,5.56,2.01,9,4.0,1.04,12,4.3,1.49,10,3.45,2.25,11,3.12,1.64,8,4.75,1.86,12,5.7,2.36,10
+vein,5.11,1.41,19,3.7,2.49,20,4.57,1.88,23,5.54,1.27,13,4.17,1.33,6,4.4,2.61,5,3.47,2.5,15,3.83,1.64,12,5.36,1.86,11,5.78,1.72,9,4.5,0.71,10,4.71,2.75,7,3.15,2.27,13,5.0,2.0,10,4.23,1.79,13,4.78,1.64,9,5.4,1.17,10,3.5,2.59,10,3.9,2.51,10,4.75,2.12,8,4.47,1.81,15
+velocity,5.59,1.44,22,5.74,2.16,19,6.14,2.08,21,5.4,2.19,5,5.62,1.26,16,6.62,2.13,8,5.09,2.02,11,6.6,2.12,10,5.73,2.05,11,5.42,1.62,12,5.8,1.23,10,5.6,2.32,10,5.89,2.09,9,6.58,2.02,12,5.56,2.13,9,5.36,1.69,11,5.82,1.17,11,4.75,2.49,8,6.45,1.63,11,6.89,1.62,9,5.58,2.27,12
+velour,5.65,1.6,20,4.0,2.43,21,5.26,2.4,34,5.6,1.43,10,5.7,1.83,10,4.25,2.71,8,3.85,2.34,13,5.57,2.41,14,5.05,2.44,20,6.0,1.87,9,5.36,1.36,11,5.0,2.0,13,2.38,2.26,8,5.5,2.54,22,4.83,2.17,12,5.7,2.16,10,5.6,0.84,10,4.07,2.84,14,3.86,1.46,7,5.65,2.09,17,4.88,2.69,17
+velvet,6.3,1.98,20,4.53,3.06,19,6.0,1.83,26,5.91,2.26,11,6.78,1.56,9,6.57,2.07,7,3.33,2.96,12,5.62,1.98,13,6.38,1.66,13,6.18,2.52,11,6.44,1.13,9,5.0,3.62,10,4.0,2.4,9,5.53,1.84,17,6.89,1.54,9,6.2,2.62,10,6.4,1.17,10,4.67,3.47,12,4.29,2.43,7,5.56,1.55,16,6.7,2.11,10
+vendetta,3.19,1.94,21,5.85,1.9,20,5.24,2.05,21,3.67,1.75,6,3.0,2.04,15,6.25,1.83,8,5.58,1.98,12,5.45,1.86,11,5.0,2.31,10,3.17,1.94,6,3.2,2.01,15,5.8,2.04,10,5.9,1.85,10,5.43,2.28,14,4.86,1.57,7,3.57,1.9,7,3.0,2.0,14,5.71,2.16,14,6.17,1.17,6,5.25,2.26,12,5.22,1.86,9
+vending,5.7,1.98,20,3.62,2.31,21,4.76,1.85,25,6.0,2.71,4,5.62,1.86,16,3.5,1.73,4,3.65,2.47,17,4.67,2.5,9,4.81,1.47,16,6.25,1.75,8,5.33,2.1,12,3.8,2.53,10,3.45,2.21,11,4.36,1.45,14,5.27,2.24,11,5.73,1.85,11,5.67,2.24,9,3.9,2.64,10,3.36,2.06,11,4.83,1.89,18,4.57,1.9,7
+vendor,5.29,1.45,21,3.82,2.17,22,5.5,1.47,22,5.22,1.72,9,5.33,1.3,12,3.0,2.19,6,4.13,2.23,15,5.0,1.79,6,5.69,1.35,16,5.0,1.58,9,5.5,1.38,12,4.6,2.3,5,3.59,2.15,17,5.91,1.04,11,5.09,1.76,11,5.75,1.36,12,4.67,1.41,9,4.11,1.83,9,3.62,2.43,13,5.58,1.31,12,5.4,1.71,10
+veneer,5.42,2.17,19,4.21,2.02,24,5.14,2.29,22,6.29,1.89,7,4.92,2.23,12,4.23,2.17,13,4.18,1.94,11,5.23,2.45,13,5.0,2.18,9,6.83,2.04,6,5.08,1.68,12,5.43,1.45,14,2.5,1.35,10,5.5,1.98,12,4.7,2.67,10,5.33,3.08,9,5.5,0.97,10,3.71,1.83,17,5.43,2.07,7,5.1,2.69,10,5.17,2.04,12
+venereal,2.95,1.87,19,4.58,2.43,24,4.14,2.52,28,3.0,1.77,8,2.91,2.02,11,4.78,2.59,9,4.47,2.42,15,3.29,2.13,14,5.0,2.66,14,2.78,1.79,9,3.1,2.02,10,5.17,2.44,12,4.0,2.37,12,4.43,2.79,14,3.86,2.28,14,2.5,2.07,10,3.44,1.59,9,5.08,2.07,12,4.08,2.75,12,4.17,2.44,12,4.12,2.66,16
+venetian,5.8,1.24,20,4.0,2.07,21,4.85,2.49,34,6.1,1.52,10,5.5,0.85,10,4.12,2.17,8,3.92,2.1,13,4.86,2.74,14,4.85,2.37,20,6.11,1.62,9,5.55,0.82,11,4.92,1.8,13,2.5,1.6,8,5.0,2.58,22,4.58,2.39,12,5.5,1.35,10,6.1,1.1,10,3.86,2.21,14,4.29,1.89,7,5.59,2.24,17,4.12,2.57,17
+vengeance,2.53,1.61,19,5.23,2.45,22,4.04,1.92,24,3.0,1.67,6,2.31,1.6,13,5.33,2.61,12,5.1,2.38,10,4.0,2.33,8,4.06,1.77,16,3.0,1.7,10,2.0,1.41,9,5.89,2.47,9,4.77,2.42,13,4.0,2.06,17,4.17,1.83,6,2.38,1.69,8,2.64,1.63,11,4.89,2.42,9,5.46,2.54,13,4.06,1.77,16,4.0,2.33,8
+vengeful,2.16,1.42,19,5.14,2.27,22,3.92,2.0,24,2.67,1.51,6,1.92,1.38,13,4.67,2.19,12,5.7,2.36,10,3.75,1.91,8,4.0,2.1,16,2.5,1.43,10,1.78,1.39,9,5.44,2.35,9,4.92,2.29,13,4.0,2.0,17,3.67,2.34,6,1.62,0.92,8,2.55,1.63,11,4.78,2.44,9,5.38,2.22,13,4.0,2.0,16,3.75,2.12,8
+venison,4.95,2.11,21,3.84,2.32,25,5.05,2.07,19,6.44,1.33,9,3.83,1.9,12,3.67,1.97,6,3.94,2.53,18,5.43,1.81,7,4.83,2.25,12,5.0,2.37,16,4.8,1.1,5,3.64,2.44,14,4.2,2.35,10,5.67,1.8,9,4.5,2.22,10,5.83,1.64,12,3.78,2.17,9,4.0,2.28,16,3.56,2.51,9,5.45,2.46,11,4.5,1.31,8
+venom,2.93,1.65,41,5.81,2.19,42,3.92,2.57,60,2.56,1.41,16,3.16,1.77,25,5.55,2.46,11,5.93,2.15,30,4.1,2.61,31,3.72,2.55,29,3.3,1.63,20,2.55,1.67,20,5.75,2.05,12,5.83,2.28,30,4.44,2.73,36,3.12,2.11,24,2.75,1.29,24,3.18,2.07,17,5.45,2.37,20,6.14,2.01,22,4.45,2.67,31,3.34,2.36,29
+venomous,2.9,1.83,20,7.21,2.15,19,4.23,2.27,26,2.73,1.56,11,3.11,2.2,9,8.0,1.41,7,6.75,2.42,12,4.85,2.51,13,3.62,1.89,13,3.55,2.16,11,2.11,0.93,9,7.4,2.07,10,7.0,2.35,9,5.0,2.35,17,2.78,1.2,9,3.0,2.54,10,2.8,0.79,10,7.75,1.76,12,6.29,2.56,7,4.56,2.0,16,3.7,2.67,10
+vent,5.0,1.59,20,4.06,2.18,18,6.0,2.0,22,4.6,1.67,5,5.13,1.6,15,3.5,1.76,6,4.33,2.39,12,6.0,1.63,10,6.0,2.34,12,5.4,1.17,10,4.6,1.9,10,4.1,2.23,10,4.0,2.27,8,5.36,2.25,11,6.64,1.57,11,4.75,1.71,12,5.38,1.41,8,3.22,2.22,9,4.89,1.9,9,5.45,2.25,11,6.55,1.63,11
+ventilation,6.44,1.72,18,2.7,1.84,20,5.4,1.85,25,6.6,1.34,5,6.38,1.89,13,3.0,1.95,11,2.33,1.73,9,4.88,1.82,16,6.33,1.58,9,6.43,2.07,7,6.45,1.57,11,2.22,1.48,9,3.09,2.07,11,5.4,1.96,20,5.4,1.52,5,5.89,1.83,9,7.0,1.5,9,2.0,1.1,11,3.56,2.24,9,5.11,1.82,19,6.33,1.75,6
+ventilator,3.9,1.92,20,4.05,2.46,22,5.11,2.56,27,3.86,2.73,7,3.92,1.44,13,4.1,2.38,10,4.0,2.63,12,4.87,2.83,15,5.36,2.38,11,3.82,1.54,11,4.0,2.4,9,4.56,1.88,9,3.69,2.81,13,5.88,2.45,17,3.56,2.3,9,4.0,2.31,13,3.71,0.95,7,3.5,2.34,16,5.5,2.35,6,5.75,2.63,12,4.6,2.47,15
+ventricle,4.9,1.48,20,3.14,2.05,22,5.04,1.87,27,4.78,1.3,9,5.0,1.67,11,2.57,2.15,7,3.4,2.03,15,5.12,2.23,17,4.9,1.1,10,4.73,1.35,11,5.11,1.69,9,2.2,1.79,5,3.41,2.09,17,5.21,2.08,14,4.85,1.68,13,4.46,1.39,13,5.71,1.38,7,2.5,2.17,10,3.67,1.87,12,5.57,1.7,14,4.46,1.94,13
+ventriloquist,5.32,2.24,19,5.0,2.03,20,4.83,2.35,23,5.2,2.28,5,5.23,2.35,13,4.33,2.66,6,5.29,1.73,14,5.2,1.48,10,4.54,2.88,13,3.86,2.34,7,6.09,1.81,11,5.71,2.29,7,4.62,1.85,13,4.73,2.53,11,4.92,2.27,12,5.83,2.29,12,4.43,1.99,7,5.55,2.07,11,4.33,1.87,9,4.57,1.87,14,5.22,3.03,9
+venture,5.33,1.91,18,5.55,2.24,22,6.08,1.53,24,5.33,2.42,6,5.33,1.72,12,5.83,2.29,12,5.2,2.25,10,5.62,1.69,8,6.31,1.45,16,5.2,1.62,10,5.5,2.33,8,5.89,2.03,9,5.31,2.43,13,6.29,1.61,17,5.67,1.37,6,5.25,2.12,8,5.4,1.84,10,5.22,2.49,9,5.77,2.13,13,6.12,1.59,16,6.0,1.51,8
+venue,5.37,1.95,19,4.18,2.3,22,6.04,1.68,24,4.0,2.45,6,6.0,1.35,13,4.58,2.39,12,3.7,2.21,10,5.38,1.41,8,6.38,1.75,16,5.3,1.89,10,5.44,2.13,9,5.33,2.55,9,3.38,1.8,13,5.71,1.65,17,7.17,1.47,6,5.0,1.77,8,5.64,2.11,11,3.78,1.99,9,4.46,2.54,13,6.12,1.86,16,5.88,1.36,8
+veranda,5.95,1.23,20,2.83,1.79,18,6.18,1.71,22,5.2,1.1,5,6.2,1.21,15,3.17,2.14,6,2.67,1.67,12,5.0,1.25,10,7.17,1.4,12,6.1,1.45,10,5.8,1.03,10,2.8,1.99,10,2.88,1.64,8,6.0,2.0,11,6.36,1.43,11,5.67,1.3,12,6.38,1.06,8,2.33,1.94,9,3.33,1.58,9,6.09,1.92,11,6.27,1.56,11
+verb,5.27,1.7,22,3.6,2.5,20,5.55,2.11,20,5.2,1.48,5,5.5,1.63,16,3.8,2.7,10,3.4,2.41,10,5.4,1.84,10,5.7,2.45,10,6.14,2.34,7,5.07,0.92,14,3.0,2.65,7,3.92,2.47,13,5.12,2.42,8,5.83,1.95,12,5.29,1.73,14,5.25,1.75,8,3.7,3.02,10,3.5,2.01,10,5.89,2.42,9,5.27,1.9,11
+verbal,5.29,1.49,21,3.76,2.33,25,6.32,1.77,19,5.11,1.62,9,5.42,1.44,12,3.5,2.51,6,3.78,2.39,18,5.0,1.0,7,7.08,1.68,12,5.12,1.54,16,5.8,1.3,5,3.29,2.43,14,4.3,2.26,10,6.11,1.96,9,6.5,1.65,10,5.08,1.68,12,5.56,1.24,9,3.94,2.29,16,3.44,2.51,9,6.45,2.07,11,6.12,1.36,8
+verdict,4.32,1.52,22,5.63,2.14,19,3.43,2.27,21,4.6,0.89,5,4.19,1.72,16,6.0,2.07,8,5.36,2.25,11,2.7,1.16,10,4.09,2.84,11,4.42,1.0,12,4.2,2.04,10,5.8,2.35,10,5.44,2.01,9,2.75,2.09,12,4.33,2.29,9,3.64,1.57,11,5.0,1.18,11,5.12,1.96,8,6.0,2.28,11,3.33,1.22,9,3.5,2.88,12
+verge,4.68,1.13,22,4.65,2.64,23,5.21,1.75,19,5.12,0.83,8,4.62,1.04,13,4.38,2.5,8,4.79,2.89,14,4.29,1.8,7,5.73,1.62,11,5.12,0.99,8,4.62,0.96,13,4.67,2.87,9,4.64,2.59,14,3.71,1.25,7,6.08,1.38,12,4.91,1.22,11,4.45,1.04,11,3.67,2.74,9,5.29,2.46,14,5.12,1.86,16,5.67,1.15,3
+verification,5.4,1.5,20,4.05,2.09,21,5.45,2.45,33,5.7,1.34,10,5.1,1.66,10,4.5,2.33,8,3.77,1.96,13,5.64,2.82,14,5.32,2.21,19,5.44,1.88,9,5.36,1.21,11,5.0,1.78,13,2.5,1.6,8,5.82,2.4,22,4.73,2.49,11,5.2,1.87,10,5.6,1.07,10,4.0,2.32,14,4.14,1.68,7,5.88,2.39,16,5.06,2.51,17
+verify,5.43,1.54,21,4.21,2.17,24,6.57,2.11,21,5.5,1.2,8,5.38,1.76,13,4.0,2.08,13,4.45,2.34,11,6.85,2.23,13,6.12,1.96,8,6.0,1.69,8,5.08,1.44,12,4.64,1.82,14,3.6,2.55,10,6.5,2.47,12,6.67,1.66,9,5.1,1.29,10,5.73,1.74,11,3.88,2.12,17,5.0,2.24,7,6.11,2.67,9,6.92,1.62,12
+veritable,5.15,1.23,20,3.77,1.82,22,5.11,2.21,19,5.11,1.45,9,5.18,1.08,11,3.2,1.92,5,4.0,1.86,16,3.0,1.67,6,6.08,1.71,13,5.29,0.91,14,4.83,1.83,6,3.33,1.78,12,4.44,1.88,9,5.33,2.06,9,4.9,2.42,10,5.6,0.84,10,4.7,1.42,10,2.92,1.78,12,4.8,1.32,10,4.33,2.73,6,5.46,1.94,13
+vermin,2.41,1.14,22,5.22,2.63,23,4.68,1.89,19,2.75,1.16,8,2.31,1.11,13,5.12,2.1,8,5.43,2.98,14,4.43,1.62,7,4.73,2.15,11,2.75,1.04,8,2.31,1.18,13,4.78,2.77,9,5.5,2.59,14,4.43,1.72,7,4.83,2.04,12,2.73,1.01,11,2.09,1.22,11,3.56,2.88,9,6.29,1.86,14,4.62,1.75,16,5.0,3.0,3
+vermouth,4.95,1.81,19,4.27,2.43,22,5.36,1.84,22,5.11,1.27,9,4.8,2.25,10,5.62,2.5,8,3.5,2.1,14,5.82,1.99,11,4.91,1.64,11,4.71,0.76,7,5.08,2.23,12,4.6,2.27,10,4.0,2.63,12,5.0,1.87,13,5.89,1.76,9,5.3,1.77,10,4.56,1.88,9,3.5,2.51,8,4.71,2.37,14,5.43,1.95,14,5.25,1.75,8
+vernacular,5.35,0.99,20,4.15,2.18,20,5.59,2.45,34,5.6,1.07,10,5.1,0.88,10,5.0,2.27,8,3.58,2.02,12,5.79,2.58,14,5.45,2.42,20,5.33,1.12,9,5.36,0.92,11,4.67,2.02,12,3.38,2.33,8,5.73,2.59,22,5.33,2.27,12,5.2,1.14,10,5.5,0.85,10,4.36,2.17,14,3.67,2.34,6,5.71,1.72,17,5.47,3.06,17
+versatile,6.0,1.45,21,3.59,2.22,22,6.33,1.88,27,5.7,1.42,10,6.27,1.49,11,3.29,2.63,7,3.73,2.09,15,6.47,1.87,17,6.1,1.97,10,5.91,1.04,11,6.1,1.85,10,2.6,1.82,5,3.88,2.29,17,5.93,2.06,14,6.77,1.64,13,5.46,1.45,13,6.88,0.99,8,3.0,2.54,10,4.08,1.88,12,6.21,2.29,14,6.46,1.39,13
+verse,6.0,1.56,20,3.65,2.41,20,6.35,1.62,26,6.36,1.63,11,5.56,1.42,9,3.71,2.56,7,3.62,2.43,13,6.08,1.75,13,6.62,1.5,13,6.09,1.76,11,5.89,1.36,9,3.91,2.51,11,3.33,2.4,9,6.12,1.69,17,6.78,1.48,9,5.6,1.35,10,6.4,1.71,10,4.17,2.25,12,2.88,2.59,8,5.69,1.54,16,7.4,1.17,10
+version,5.3,1.26,20,3.43,2.42,21,5.48,2.23,27,6.14,1.68,7,4.85,0.69,13,4.22,2.68,9,2.83,2.12,12,5.6,2.41,15,5.45,2.11,11,5.36,1.03,11,5.22,1.56,9,3.89,2.32,9,3.08,2.54,12,5.53,2.62,17,5.56,1.42,9,5.54,1.39,13,4.86,0.9,7,3.33,2.61,15,3.67,2.07,6,5.42,2.78,12,5.53,1.77,15
+vertebra,5.32,1.36,22,3.15,2.37,20,5.12,1.83,24,5.4,1.64,15,5.14,0.38,7,3.0,1.58,5,3.2,2.62,15,5.08,1.8,13,5.18,1.94,11,5.6,1.58,10,5.08,1.16,12,3.71,2.87,7,2.85,2.12,13,5.18,1.83,11,5.08,1.89,13,5.27,1.01,11,5.36,1.69,11,3.1,2.81,10,3.2,1.99,10,5.44,1.88,9,4.93,1.83,15
+vertical,5.0,1.63,19,4.32,2.3,22,5.58,1.67,24,4.5,1.97,6,5.23,1.48,13,4.83,2.29,12,3.7,2.26,10,5.75,1.67,8,5.5,1.71,16,5.1,0.88,10,4.89,2.26,9,5.0,2.55,9,3.85,2.08,13,5.53,1.84,17,5.83,1.33,6,4.88,1.13,8,5.09,1.97,11,4.0,2.35,9,4.54,2.33,13,5.94,1.69,16,4.88,1.46,8
+vertigo,4.48,1.72,21,3.71,2.61,24,3.79,2.12,19,4.5,2.07,8,4.46,1.56,13,4.67,2.34,6,3.39,2.68,18,4.2,2.04,10,3.33,2.24,9,4.5,1.93,12,4.44,1.51,9,4.3,2.58,10,3.29,2.64,14,4.17,2.25,12,3.14,1.86,7,4.5,1.74,14,4.43,1.81,7,4.25,2.29,16,2.62,3.02,8,3.91,1.87,11,3.62,2.56,8
+vessel,5.2,1.67,20,3.62,2.33,21,4.28,1.9,25,5.0,2.31,4,5.25,1.57,16,4.25,2.63,4,3.47,2.32,17,4.78,2.33,9,4.0,1.63,16,5.0,1.77,8,5.33,1.67,12,3.0,2.31,10,4.18,2.32,11,4.29,1.27,14,4.27,2.57,11,5.45,1.29,11,4.89,2.09,9,2.9,2.28,10,4.27,2.28,11,4.17,2.04,18,4.57,1.62,7
+vest,5.74,1.69,19,4.1,2.15,39,6.25,2.0,20,5.33,0.58,3,5.67,1.8,15,5.14,2.32,14,3.52,1.85,25,6.7,1.34,10,5.8,2.49,10,5.17,2.32,6,5.83,1.27,12,4.65,2.37,17,3.68,1.91,22,5.25,2.49,8,6.92,1.31,12,6.25,1.71,12,4.86,1.35,7,3.83,2.33,18,4.33,2.01,21,6.0,2.65,9,6.45,1.37,11
+vet,4.95,2.22,19,3.95,2.52,20,5.74,2.28,23,4.62,2.47,13,5.67,1.51,6,4.4,2.07,5,3.8,2.7,15,6.08,2.11,12,5.36,2.5,11,4.67,2.74,9,5.2,1.75,10,5.57,2.82,7,3.08,1.93,13,4.82,2.52,11,6.58,1.73,12,4.89,2.2,9,5.0,2.36,10,3.8,2.7,10,4.1,2.47,10,6.89,2.42,9,5.0,1.92,14
+veteran,6.86,1.8,21,4.16,1.84,25,5.41,2.5,22,6.88,1.46,8,6.85,2.03,13,4.54,1.98,13,3.75,1.66,12,5.77,2.39,13,4.89,2.71,9,7.12,1.55,8,6.92,1.88,12,5.07,1.44,14,3.0,1.67,11,5.58,2.39,12,5.2,2.74,10,6.6,2.01,10,7.09,1.64,11,4.12,1.9,17,4.25,1.83,8,5.7,2.71,10,5.17,2.41,12
+veterinarian,6.67,1.94,18,3.39,2.17,18,5.24,1.76,25,7.8,1.1,5,6.23,2.05,13,3.0,2.5,9,3.78,1.86,9,5.0,1.83,16,5.67,1.66,9,5.71,2.14,7,7.27,1.62,11,3.56,2.46,9,3.22,1.99,9,5.2,1.91,20,5.4,1.14,5,6.44,2.24,9,6.89,1.69,9,3.36,2.2,11,3.43,2.3,7,4.84,1.68,19,6.5,1.52,6
+veterinary,5.74,1.48,19,3.75,2.61,20,5.33,1.97,24,5.85,1.72,13,5.5,0.84,6,4.8,2.68,5,3.4,2.59,15,5.38,1.8,13,5.27,2.24,11,5.56,1.67,9,5.9,1.37,10,4.86,2.73,7,3.15,2.44,13,4.64,1.91,11,5.92,1.89,13,5.44,1.24,9,6.0,1.7,10,4.1,2.88,10,3.4,2.41,10,6.44,2.51,9,4.67,1.23,15
+veto,4.71,1.52,21,3.91,2.11,22,5.52,2.44,21,4.78,1.72,9,4.67,1.44,12,3.83,2.56,6,3.87,2.07,15,5.33,2.88,6,5.6,2.35,15,4.89,1.83,9,4.58,1.31,12,5.4,1.52,5,3.47,2.1,17,5.2,2.2,10,5.82,2.71,11,4.92,1.73,12,4.44,1.24,9,4.0,2.0,9,3.85,2.27,13,4.42,2.23,12,7.0,1.94,9
+viable,6.0,1.63,19,4.19,2.18,21,6.36,1.99,22,6.44,0.73,9,5.6,2.12,10,5.25,2.31,8,3.54,1.9,13,6.55,1.92,11,6.18,2.14,11,6.14,0.9,7,5.92,1.98,12,4.3,2.0,10,4.09,2.43,11,6.15,2.3,13,6.67,1.5,9,5.5,2.07,10,6.56,0.73,9,3.75,2.12,8,4.46,2.26,13,5.79,2.12,14,7.38,1.3,8
+vial,4.62,1.88,21,3.6,2.16,20,5.57,2.2,21,4.83,1.72,6,4.53,2.0,15,3.5,2.67,8,3.67,1.87,12,4.82,2.36,11,6.4,1.78,10,4.67,1.86,6,4.6,1.96,15,3.9,2.42,10,3.3,1.95,10,5.86,2.28,14,5.0,2.08,7,4.71,1.8,7,4.57,1.99,14,3.21,2.12,14,4.5,2.17,6,5.58,2.23,12,5.56,2.3,9
+vibe,5.81,1.6,21,4.35,2.35,20,5.29,2.37,21,6.0,1.1,6,5.73,1.79,15,5.62,2.33,8,3.5,2.02,12,5.09,1.87,11,5.5,2.92,10,5.33,1.86,6,6.0,1.51,15,4.3,2.79,10,4.4,1.96,10,5.36,2.73,14,5.14,1.57,7,5.86,1.46,7,5.79,1.72,14,4.07,2.67,14,5.0,1.26,6,5.08,2.47,12,5.56,2.35,9
+vibes,5.74,2.21,19,4.48,2.86,21,5.95,2.15,22,5.73,2.37,11,5.86,2.27,7,5.29,2.75,7,4.07,2.92,14,5.17,2.99,6,6.25,1.77,16,5.75,1.75,8,5.73,2.57,11,3.62,3.16,8,5.0,2.65,13,6.0,2.16,10,5.92,2.23,12,6.17,2.33,12,5.0,1.91,7,4.0,3.1,11,5.0,2.62,10,5.85,2.27,13,6.11,2.09,9
+vibrant,7.37,1.54,19,5.96,2.33,23,5.95,1.9,19,6.67,1.12,9,8.0,1.63,10,6.0,2.16,7,6.13,2.42,15,5.8,2.35,10,6.11,1.36,9,7.78,1.48,9,7.0,1.56,10,6.0,2.79,10,6.17,1.9,12,4.88,1.96,8,6.6,1.51,10,7.67,1.5,12,6.86,1.57,7,5.7,2.34,20,7.67,1.53,3,5.38,2.26,8,6.36,1.57,11
+vibrate,5.29,1.42,21,5.52,1.86,21,5.36,1.89,25,5.0,1.35,12,5.67,1.5,9,6.14,2.04,7,5.21,1.76,14,5.3,1.7,10,5.4,2.06,15,6.5,1.91,4,5.0,1.17,17,6.0,2.11,10,5.09,1.58,11,4.57,2.07,7,5.67,1.78,18,5.17,1.47,12,5.44,1.42,9,5.0,1.68,13,6.38,1.92,8,4.89,1.76,9,5.62,1.96,16
+vibration,5.53,2.22,19,5.36,2.46,22,5.43,2.02,23,5.91,1.76,11,5.57,2.44,7,5.25,2.19,8,5.43,2.68,14,5.0,2.58,7,5.62,1.78,16,4.88,1.89,8,6.0,2.41,11,5.44,2.83,9,5.31,2.29,13,5.91,1.64,11,5.0,2.3,12,5.08,2.54,12,6.29,1.38,7,5.09,2.88,11,5.64,2.06,11,5.38,2.29,13,5.5,1.72,10
+vibrator,5.73,2.69,22,5.95,2.52,22,5.25,2.08,28,5.75,2.38,8,5.71,2.95,14,5.0,2.37,11,6.91,2.39,11,5.55,2.84,11,5.06,1.48,17,5.58,2.64,12,5.9,2.88,10,5.82,2.52,11,6.09,2.63,11,4.89,2.22,18,5.9,1.73,10,5.6,2.53,15,6.0,3.21,7,5.71,2.81,14,6.38,2.0,8,5.06,2.43,16,5.5,1.57,12
+vicar,5.5,1.58,18,3.87,2.18,23,4.95,1.68,19,5.5,1.93,8,5.5,1.35,10,4.0,1.91,7,3.87,2.42,15,5.1,2.02,10,4.78,1.3,9,5.78,1.2,9,5.22,1.92,9,5.0,2.49,10,3.0,1.54,12,4.5,1.41,8,5.3,1.95,10,5.45,1.21,11,5.57,2.15,7,3.75,2.22,20,4.67,2.08,3,4.38,1.06,8,5.36,1.96,11
+vice,3.81,1.78,21,3.96,2.67,23,4.78,3.06,18,4.11,1.54,9,3.58,1.98,12,4.45,2.54,11,3.5,2.81,12,5.2,3.08,10,4.25,3.15,8,4.43,1.81,7,3.62,1.76,13,4.55,2.84,11,3.42,2.5,12,5.43,2.64,7,4.36,3.35,11,4.54,1.81,13,2.62,0.92,8,3.82,2.64,11,4.08,2.81,12,5.11,2.76,9,4.44,3.47,9
+Vice President,5.43,1.83,21,3.09,2.27,23,5.67,2.72,18,6.56,1.59,9,4.58,1.56,12,3.64,2.06,11,2.58,2.43,12,6.5,2.59,10,4.62,2.67,8,5.43,2.44,7,5.31,1.55,13,3.36,1.91,11,2.83,2.62,12,6.0,2.71,7,5.45,2.84,11,5.15,2.08,13,5.88,1.36,8,3.36,2.77,11,2.83,1.8,12,6.56,2.6,9,4.78,2.68,9
+viceroy,4.25,1.86,20,5.26,2.03,23,5.0,2.0,22,5.25,1.58,8,3.58,1.78,12,5.38,2.53,13,5.1,1.2,10,5.0,2.04,13,5.0,2.06,9,5.38,1.69,8,3.55,1.69,11,5.86,1.41,14,4.33,2.55,9,5.08,1.31,12,4.9,2.69,10,4.4,2.17,10,4.1,1.6,10,4.88,2.25,16,6.14,1.07,7,5.2,2.62,10,4.83,1.4,12
+vicinity,5.32,0.84,22,4.32,1.53,19,6.0,1.7,21,5.6,0.55,5,5.25,0.93,16,4.5,1.41,8,4.18,1.66,11,6.1,1.85,10,5.91,1.64,11,5.42,0.67,12,5.2,1.03,10,4.3,1.57,10,4.33,1.58,9,5.92,1.78,12,6.11,1.69,9,5.18,0.6,11,5.45,1.04,11,4.25,1.83,8,4.36,1.36,11,6.11,1.96,9,5.92,1.56,12
+vicious,2.63,1.95,19,6.05,2.48,19,5.5,2.7,20,1.67,1.15,3,2.47,1.55,15,5.9,2.69,10,6.22,2.39,9,5.7,2.75,10,5.3,2.79,10,2.67,1.51,6,2.17,1.53,12,5.57,3.1,7,6.33,2.15,12,5.25,3.06,8,5.67,2.57,12,2.67,2.1,12,2.57,1.81,7,5.5,2.51,10,6.67,2.45,9,6.44,2.74,9,4.73,2.53,11
+victim,2.05,1.27,19,5.37,2.36,41,2.77,1.99,44,2.11,1.27,9,2.0,1.33,10,5.05,2.15,19,5.64,2.56,22,3.0,1.88,18,2.62,2.08,26,3.0,1.41,7,1.5,0.8,12,4.94,2.71,18,5.7,2.05,23,3.16,2.03,25,2.26,1.85,19,2.5,1.51,10,1.56,0.73,9,5.27,2.29,26,5.53,2.56,15,2.84,2.43,25,2.68,1.25,19
+victorious,6.89,1.71,18,6.16,2.19,19,7.21,1.69,19,7.33,2.08,3,6.93,1.69,14,5.9,2.28,10,6.44,2.19,9,6.7,1.95,10,7.78,1.2,9,6.5,2.07,6,7.27,1.49,11,6.14,2.61,7,6.17,2.04,12,6.88,2.23,8,7.45,1.21,11,7.25,1.36,12,6.17,2.23,6,5.8,2.74,10,6.56,1.42,9,7.56,1.24,9,6.9,2.02,10
+victory,7.59,1.91,41,5.9,2.34,21,6.95,2.25,44,8.21,0.97,14,7.26,2.19,27,7.43,0.53,7,5.14,2.54,14,6.91,2.35,22,7.0,2.2,22,7.59,2.2,22,7.58,1.57,19,6.5,2.51,10,5.36,2.16,11,6.72,2.2,29,7.4,2.35,15,7.43,1.85,23,7.78,2.02,18,5.62,2.47,13,6.38,2.2,8,6.6,2.61,25,7.42,1.61,19
+video,6.64,1.47,22,4.8,2.61,20,5.84,2.63,19,7.0,1.41,13,6.11,1.45,9,5.29,2.36,7,4.54,2.79,13,6.14,2.34,7,5.67,2.87,12,7.08,1.56,12,6.1,1.2,10,4.78,2.68,9,4.82,2.68,11,5.5,2.8,10,6.22,2.54,9,6.92,1.44,12,6.3,1.49,10,6.29,1.6,7,4.0,2.74,13,5.86,3.39,7,5.83,2.25,12
+video game,6.3,2.27,20,6.56,2.2,18,6.64,2.19,22,8.2,0.45,5,5.67,2.29,15,6.83,2.04,6,6.42,2.35,12,6.0,2.11,10,7.17,2.21,12,6.8,1.55,10,5.8,2.82,10,6.6,2.01,10,6.5,2.56,8,6.55,2.5,11,6.73,1.95,11,5.75,2.45,12,7.12,1.81,8,6.67,2.65,9,6.44,1.81,9,7.09,1.92,11,6.18,2.44,11
+videotape,5.68,1.29,19,4.67,2.4,18,5.59,2.09,22,5.6,1.67,5,5.71,1.2,14,5.0,1.79,6,4.5,2.71,12,5.1,1.85,10,6.0,2.26,12,5.6,1.26,10,5.78,1.39,9,4.8,2.39,10,4.5,2.56,8,4.91,2.21,11,6.27,1.79,11,5.27,1.35,11,6.25,1.04,8,4.0,2.65,9,5.33,2.06,9,5.27,2.53,11,5.91,1.58,11
+view,6.67,1.35,21,3.3,2.0,20,6.84,1.89,19,6.62,1.33,13,6.75,1.49,8,3.43,2.07,7,3.23,2.05,13,7.0,1.73,7,6.75,2.05,12,6.67,1.37,12,6.67,1.41,9,3.22,1.86,9,3.36,2.2,11,6.3,2.16,10,7.44,1.42,9,6.42,1.16,12,7.0,1.58,9,4.0,1.41,7,2.92,2.22,13,6.14,2.34,7,7.25,1.54,12
+viewer,5.53,2.2,19,3.57,2.29,21,5.5,2.01,28,4.83,2.04,6,5.85,2.27,13,3.09,2.21,11,4.1,2.38,10,5.27,2.45,11,5.65,1.73,17,5.36,2.69,11,5.75,1.39,8,3.36,2.16,11,3.8,2.53,10,5.61,2.3,18,5.3,1.42,10,5.15,2.23,13,6.33,2.07,6,3.85,2.44,13,3.12,2.1,8,5.44,2.28,16,5.58,1.68,12
+viewing,5.58,1.43,19,3.4,2.04,20,5.74,1.89,23,5.85,1.57,13,5.0,0.89,6,4.0,2.92,5,3.2,1.74,15,6.31,1.6,13,5.0,2.05,10,5.67,1.58,9,5.5,1.35,10,4.71,2.43,7,2.69,1.44,13,5.27,1.95,11,6.17,1.8,12,5.56,1.13,9,5.6,1.71,10,3.3,2.11,10,3.5,2.07,10,6.0,2.18,9,5.57,1.74,14
+viewpoint,6.17,1.5,18,3.55,1.99,20,5.8,2.24,25,6.4,0.89,5,6.08,1.71,13,3.09,2.12,11,4.11,1.76,9,5.31,2.39,16,6.67,1.73,9,6.57,2.15,7,5.91,0.94,11,3.33,2.29,9,3.73,1.79,11,5.65,2.39,20,6.4,1.52,5,6.0,1.66,9,6.33,1.41,9,3.27,2.15,11,3.89,1.83,9,5.42,2.36,19,7.0,1.26,6
+vigil,5.35,1.23,20,3.1,2.0,20,5.32,2.38,25,4.67,1.53,3,5.47,1.18,17,3.33,2.34,6,3.15,1.91,13,5.88,1.96,8,5.06,2.56,17,5.14,1.07,7,5.46,1.33,13,2.71,1.98,7,3.5,2.02,12,4.79,2.04,14,6.0,2.68,11,5.33,1.22,9,5.36,1.29,11,3.27,2.24,11,2.89,1.76,9,5.17,2.6,18,5.71,1.8,7
+vigilance,5.67,2.03,18,3.64,2.38,22,6.68,2.02,28,6.83,1.72,6,5.08,1.98,12,3.64,2.38,11,3.64,2.5,11,6.64,2.42,11,6.71,1.79,17,5.8,1.81,10,5.5,2.39,8,3.82,1.83,11,3.45,2.91,11,6.39,2.17,18,7.2,1.69,10,5.31,2.06,13,6.6,1.82,5,3.29,2.05,14,4.25,2.92,8,6.69,2.27,16,6.67,1.72,12
+vigilant,5.95,1.54,19,5.19,2.42,21,6.67,2.06,21,6.0,1.31,8,5.91,1.76,11,5.1,2.51,10,5.27,2.45,11,6.38,1.92,8,6.85,2.19,13,5.79,1.53,14,6.4,1.67,5,5.14,2.73,7,5.21,2.36,14,6.62,1.41,8,6.69,2.43,13,5.8,1.75,10,6.11,1.36,9,4.42,2.35,12,6.22,2.22,9,6.92,1.83,12,6.33,2.4,9
+vigilante,4.75,2.05,20,5.18,2.54,22,6.04,2.01,27,5.43,2.51,7,4.38,1.76,13,5.2,2.44,10,5.17,2.72,12,6.33,1.76,15,5.82,2.36,11,4.82,1.83,11,4.67,2.4,9,5.78,2.17,9,4.77,2.77,13,6.06,2.3,17,6.22,1.39,9,5.54,1.94,13,3.29,1.38,7,5.12,2.68,16,5.33,2.34,6,6.0,1.76,12,6.07,2.25,15
+vigor,5.95,1.43,19,6.35,2.06,20,6.23,1.53,26,6.0,1.7,10,5.89,1.17,9,6.29,2.5,7,6.38,1.89,13,6.31,1.25,13,6.15,1.82,13,5.5,1.43,10,6.44,1.33,9,6.27,1.95,11,6.44,2.3,9,6.59,1.46,17,5.56,1.51,9,6.0,0.82,10,5.89,1.96,9,6.5,2.07,12,6.12,2.17,8,6.25,1.48,16,6.2,1.69,10
+vigorous,5.75,1.25,20,5.63,2.28,43,6.35,2.22,54,5.33,0.58,3,5.82,1.33,17,5.81,2.14,16,5.52,2.39,27,6.44,2.35,32,6.43,1.86,21,5.29,0.49,7,6.0,1.47,13,5.9,2.28,21,5.36,2.3,22,6.42,2.28,31,6.45,2.02,22,5.22,0.67,9,6.18,1.47,11,5.76,2.01,25,5.44,2.66,18,6.5,2.28,26,6.21,2.18,28
+vile,2.21,1.44,19,5.48,2.36,21,3.83,2.12,23,2.8,1.48,5,2.0,1.47,13,5.83,2.64,6,5.33,2.32,15,4.0,2.21,10,3.69,2.14,13,3.0,1.91,7,1.73,0.9,11,5.29,2.56,7,5.57,2.34,14,4.91,2.02,11,2.83,1.75,12,2.58,1.62,12,1.57,0.79,7,4.55,2.58,11,6.5,1.65,10,3.86,2.21,14,3.78,2.11,9
+villa,6.44,1.82,18,2.9,2.27,20,5.85,1.73,20,6.33,1.15,3,6.29,1.9,14,3.9,2.77,10,1.9,0.99,10,6.3,1.25,10,5.4,2.07,10,6.0,2.37,6,6.45,1.44,11,2.71,2.63,7,3.0,2.16,13,5.5,2.14,8,6.08,1.44,12,7.09,1.22,11,5.43,2.23,7,2.7,2.16,10,3.1,2.47,10,5.0,1.8,9,6.55,1.37,11
+village,5.95,1.79,38,3.4,2.26,20,5.6,2.35,42,6.0,1.73,21,5.88,1.9,17,4.1,2.47,10,2.7,1.89,10,5.92,2.06,24,5.17,2.68,18,6.04,1.74,23,5.8,1.9,15,3.0,2.65,7,3.62,2.1,13,5.64,2.38,25,5.53,2.37,17,5.95,1.68,19,5.95,1.93,19,4.1,2.51,10,2.7,1.83,10,5.64,2.26,22,5.55,2.5,20
+villain,3.0,1.82,21,4.91,2.76,23,3.46,2.27,26,3.09,2.21,11,2.9,1.37,10,5.36,2.84,11,4.5,2.75,12,3.18,2.18,11,3.36,2.13,14,3.1,1.6,10,2.91,2.07,11,4.91,2.74,11,4.92,2.91,12,3.71,2.39,17,2.38,0.92,8,3.23,2.05,13,2.62,1.41,8,5.27,2.99,15,4.25,2.31,8,3.65,2.64,17,3.11,1.36,9
+vindication,5.52,1.78,21,4.61,2.25,23,5.0,1.94,26,5.27,1.74,11,5.8,1.87,10,4.64,2.34,11,4.58,2.27,12,4.73,2.1,11,5.36,1.82,14,5.6,1.43,10,5.45,2.11,11,4.73,2.37,11,4.5,2.24,12,4.94,1.82,17,5.38,2.26,8,5.54,1.98,13,5.5,1.51,8,4.53,2.53,15,4.75,1.75,8,4.88,1.65,17,5.22,2.49,9
+vindictive,3.24,1.67,21,4.64,2.78,25,4.32,2.38,19,4.33,1.22,9,2.42,1.51,12,4.0,3.1,6,4.89,2.81,18,3.86,1.86,7,4.58,2.68,12,3.69,1.62,16,1.8,0.84,5,3.93,2.87,14,5.7,2.58,10,4.33,2.45,9,4.3,2.45,10,3.5,1.83,12,2.89,1.45,9,5.06,2.84,16,3.89,2.67,9,4.82,2.27,11,3.62,2.5,8
+vine,6.39,1.42,18,2.7,1.92,20,5.08,1.8,25,6.6,1.34,5,6.31,1.49,13,2.91,2.39,11,2.44,1.24,9,4.75,1.69,16,5.67,1.94,9,6.43,1.62,7,6.36,1.36,11,3.22,2.54,9,2.27,1.19,11,5.0,1.95,20,5.4,1.14,5,6.11,1.17,9,6.67,1.66,9,2.36,1.75,11,3.11,2.15,9,4.95,1.68,19,5.5,2.26,6
+vinegar,5.33,2.11,18,3.55,2.72,22,4.75,1.8,28,4.5,1.87,6,5.75,2.18,12,3.55,2.84,11,3.55,2.73,11,4.18,2.18,11,5.12,1.45,17,5.1,2.56,10,5.62,1.51,8,3.0,2.68,11,4.09,2.77,11,5.06,1.73,18,4.2,1.87,10,4.92,2.27,12,6.17,1.6,6,3.36,2.84,14,3.88,2.64,8,4.38,2.09,16,5.25,1.22,12
+vineyard,6.84,2.06,19,3.0,2.16,19,5.58,2.09,19,7.67,1.53,3,6.8,2.18,15,3.0,2.69,9,3.0,1.7,10,6.1,1.97,10,5.0,2.18,9,6.17,2.99,6,7.33,1.44,12,2.0,1.0,7,3.58,2.47,12,4.25,2.12,8,6.55,1.51,11,7.42,1.51,12,5.86,2.61,7,3.89,2.15,9,2.2,1.93,10,4.89,1.76,9,6.2,2.25,10
+vintage,6.67,1.61,18,4.35,2.39,20,5.32,2.32,25,6.4,1.34,5,6.77,1.74,13,4.09,2.91,11,4.67,1.66,9,5.19,2.26,16,5.56,2.55,9,6.43,1.99,7,6.82,1.4,11,4.78,2.17,9,4.0,2.61,11,5.15,2.52,20,6.0,1.22,5,6.56,1.67,9,6.78,1.64,9,4.18,2.44,11,4.56,2.46,9,5.21,2.27,19,5.67,2.66,6
+vinyl,5.2,1.7,20,3.39,2.0,18,5.05,1.24,21,5.0,1.22,5,5.27,1.87,15,4.5,2.26,6,2.83,1.7,12,5.0,1.0,9,5.08,1.44,12,5.3,1.42,10,5.1,2.02,10,4.1,2.02,10,2.5,1.69,8,4.82,1.54,11,5.3,0.82,10,4.83,1.99,12,5.75,1.04,8,2.44,1.59,9,4.33,2.0,9,4.91,1.51,11,5.2,0.92,10
+viola,6.2,1.54,20,4.65,2.43,20,6.27,1.76,26,6.36,1.91,11,6.0,1.0,9,6.0,2.08,7,3.92,2.36,13,6.0,1.83,13,6.54,1.71,13,6.55,1.13,11,5.78,1.92,9,4.82,2.09,11,4.44,2.92,9,6.24,1.82,17,6.33,1.73,9,6.1,1.29,10,6.3,1.83,10,4.42,2.5,12,5.0,2.45,8,6.12,1.71,16,6.5,1.9,10
+violate,2.61,1.5,18,5.76,2.77,21,2.85,2.06,20,4.33,2.08,3,2.27,1.16,15,6.17,2.14,6,5.6,3.04,15,4.33,2.94,6,2.21,1.19,14,2.7,1.64,10,2.5,1.41,8,6.43,2.57,7,5.43,2.9,14,3.3,2.31,10,2.4,1.78,10,3.0,1.85,8,2.3,1.16,10,5.11,2.85,9,6.25,2.73,12,3.25,2.6,8,2.58,1.68,12
+violation,2.29,1.23,21,4.52,2.78,23,3.28,2.42,18,2.67,1.41,9,2.0,1.04,12,4.64,2.62,11,4.42,3.03,12,3.5,2.42,10,3.0,2.56,8,2.71,1.38,7,2.15,1.14,13,5.82,2.36,11,3.33,2.67,12,3.43,2.88,7,3.18,2.23,11,2.15,1.28,13,2.5,1.2,8,4.82,3.19,11,4.25,2.45,12,3.0,1.41,9,3.56,3.21,9
+violence,2.71,1.59,21,5.95,2.36,21,3.24,1.97,21,2.86,1.75,14,2.43,1.27,7,5.82,2.89,11,6.11,1.83,9,4.17,2.48,6,2.87,1.68,15,3.0,1.73,9,2.5,1.51,12,5.64,2.46,11,6.3,2.31,10,3.69,2.1,13,2.5,1.6,8,2.42,1.51,12,3.11,1.69,9,5.54,2.79,13,6.62,1.3,8,2.92,2.27,12,3.67,1.5,9
+violent,2.26,1.59,19,6.3,2.47,20,3.65,2.45,49,2.67,0.58,3,2.19,1.72,16,6.5,2.32,10,6.1,2.73,10,4.22,2.16,18,3.32,2.57,31,2.6,2.07,10,1.89,0.78,9,5.71,3.04,7,6.62,2.18,13,3.88,2.52,26,3.39,2.39,23,2.25,1.39,8,2.27,1.79,11,6.1,2.73,10,6.5,2.32,10,3.39,2.23,31,4.11,2.78,18
+violet,6.36,1.89,22,4.09,2.49,22,6.4,2.06,20,5.62,1.77,8,6.79,1.89,14,4.4,2.32,10,3.83,2.69,12,6.29,1.98,7,6.46,2.18,13,6.73,2.24,11,6.0,1.48,11,3.64,2.46,11,4.55,2.54,11,5.87,2.07,15,8.0,1.0,5,6.2,2.2,10,6.5,1.68,12,4.5,2.42,10,3.75,2.6,12,5.8,2.35,10,7.0,1.63,10
+violin,6.56,1.62,43,3.41,2.1,41,5.58,2.19,48,6.73,1.62,11,6.45,1.65,31,3.31,1.85,16,3.48,2.28,25,6.22,2.67,18,5.2,1.79,30,6.76,1.64,21,6.36,1.62,22,3.57,1.93,23,3.22,2.34,18,5.64,2.23,33,5.47,2.17,15,6.86,1.68,21,6.27,1.55,22,3.23,2.22,30,3.91,1.7,11,5.42,2.12,26,5.77,2.31,22
+violinist,6.45,1.63,22,3.38,2.46,21,6.05,2.01,22,6.5,1.56,14,6.38,1.85,8,3.73,2.61,11,3.0,2.5,9,5.83,2.79,6,6.12,1.75,16,5.7,1.16,10,7.08,1.73,12,2.09,1.22,11,4.8,2.74,10,6.0,2.12,13,6.11,1.96,9,6.25,1.42,12,6.7,1.89,10,2.85,2.12,13,4.25,2.87,8,5.83,2.08,12,6.3,2.0,10
+viper,4.58,1.87,19,5.17,2.69,23,4.11,2.5,28,4.75,1.39,8,4.45,2.21,11,5.22,2.49,9,5.14,2.91,14,3.71,2.4,14,4.5,2.62,14,4.67,2.24,9,4.5,1.58,10,4.33,2.53,12,6.09,2.66,11,3.79,2.61,14,4.43,2.44,14,4.5,1.65,10,4.67,2.18,9,5.27,3.07,11,5.08,2.43,12,3.92,2.02,12,4.25,2.86,16
+viral,3.33,1.96,21,5.52,2.33,23,3.62,2.27,21,4.6,1.52,5,2.94,1.95,16,6.75,1.48,12,4.18,2.4,11,2.91,1.87,11,3.89,2.03,9,3.08,2.23,12,3.67,1.58,9,6.19,2.07,16,4.0,2.31,7,4.18,1.66,11,3.0,2.75,10,3.46,2.18,13,3.12,1.64,8,5.58,2.52,19,5.25,1.26,4,3.43,2.1,14,4.0,2.71,7
+virgin,5.56,1.75,41,4.58,2.57,43,5.87,2.75,47,5.74,1.88,19,5.35,1.42,20,4.4,2.47,15,4.68,2.67,28,5.77,2.72,26,6.0,2.85,21,4.5,1.71,16,6.12,1.33,24,4.39,2.43,18,4.72,2.72,25,6.21,2.53,29,5.33,3.07,18,5.3,1.69,23,5.89,1.81,18,4.29,2.8,24,4.95,2.27,19,5.85,2.78,26,5.9,2.77,21
+virginal,5.0,1.38,20,4.67,2.27,21,6.53,2.32,19,5.67,1.12,9,4.45,1.37,11,4.0,2.58,4,4.81,2.32,16,7.33,2.07,6,6.15,2.41,13,4.93,1.54,14,5.17,0.98,6,4.08,2.71,12,5.5,1.31,8,5.11,2.2,9,7.8,1.62,10,4.7,1.57,10,5.3,1.16,10,4.83,2.72,12,4.44,1.59,9,6.83,3.25,6,6.38,1.89,13
+virginity,6.33,1.62,21,5.14,2.46,22,5.8,2.46,20,6.33,1.94,9,6.33,1.44,12,5.83,2.71,6,5.0,2.42,15,7.0,2.1,6,5.29,2.49,14,6.0,1.58,9,6.58,1.68,12,5.8,1.79,5,4.94,2.63,17,5.44,3.43,9,6.09,1.38,11,6.67,1.78,12,5.89,1.36,9,5.0,2.35,9,5.23,2.62,13,5.73,2.83,11,5.89,2.09,9
+virility,5.91,2.33,22,4.14,2.46,22,5.26,2.34,23,6.62,2.29,13,5.12,2.1,8,5.25,2.49,8,3.5,2.28,14,5.71,2.87,7,5.06,2.14,16,4.67,1.94,9,6.77,2.24,13,3.56,2.46,9,4.54,2.47,13,5.73,2.28,11,4.83,2.41,12,5.71,2.64,14,6.25,1.75,8,3.36,2.25,11,4.91,2.51,11,4.77,2.68,13,5.9,1.73,10
+virtual,6.1,1.84,21,4.24,2.07,21,5.72,2.17,25,6.17,1.53,12,6.0,2.29,9,5.29,2.14,7,3.71,1.9,14,5.5,2.22,10,5.87,2.2,15,7.5,1.91,4,5.76,1.71,17,4.5,2.32,10,4.0,1.9,11,5.43,2.44,7,5.83,2.12,18,6.5,1.98,12,5.56,1.59,9,4.15,1.86,13,4.38,2.5,8,6.11,2.52,9,5.5,2.0,16
+virtue,6.7,1.34,20,4.55,2.59,47,6.16,1.71,19,6.83,1.59,12,6.5,0.93,8,4.71,2.67,21,4.42,2.58,26,6.4,1.84,10,5.89,1.62,9,7.33,0.58,3,6.59,1.42,17,4.68,2.71,28,4.37,2.48,19,6.25,1.75,8,5.9,1.73,10,6.82,1.4,11,6.56,1.33,9,4.81,2.7,31,4.06,2.38,16,6.5,1.51,8,5.91,1.87,11
+virtuoso,6.68,1.25,19,5.38,1.91,21,5.7,2.27,23,7.33,0.58,3,6.56,1.31,16,5.75,1.91,8,5.15,1.95,13,5.44,2.55,9,5.86,2.14,14,6.44,1.51,9,6.9,0.99,10,5.44,2.4,9,5.33,1.56,12,6.27,2.4,15,4.62,1.6,8,6.71,1.11,7,6.67,1.37,12,5.2,2.1,10,5.55,1.81,11,6.31,2.43,13,4.9,1.85,10
+virtuous,6.85,1.53,20,5.1,2.25,20,6.73,1.8,22,7.14,1.21,7,6.69,1.7,13,5.22,1.92,9,5.0,2.57,11,7.17,1.17,6,6.56,2.0,16,6.6,1.84,10,7.33,1.0,9,5.62,2.67,8,4.75,1.96,12,6.4,2.03,15,7.43,0.98,7,7.09,1.64,11,6.56,1.42,9,4.83,2.37,12,5.5,2.14,8,6.82,2.14,11,6.64,1.5,11
+virus,1.71,0.78,21,4.61,2.29,23,3.06,1.73,18,1.89,0.93,9,1.58,0.67,12,4.91,1.7,11,4.33,2.77,12,3.6,1.84,10,2.38,1.41,8,1.71,0.76,7,1.69,0.85,13,5.27,1.74,11,4.0,2.63,12,3.43,2.07,7,2.82,1.54,11,1.77,0.83,13,1.62,0.74,8,4.55,2.54,11,4.67,2.15,12,3.33,1.94,9,2.78,1.56,9
+visa,5.74,1.63,19,4.33,2.85,21,5.45,2.24,20,6.0,0.0,3,5.69,1.78,16,4.83,2.86,6,4.13,2.92,15,5.33,1.51,6,5.5,2.53,14,5.3,1.57,10,6.22,1.64,9,3.57,2.44,7,4.71,3.05,14,6.5,1.96,10,4.4,2.07,10,6.25,1.83,8,5.36,1.43,11,5.0,3.2,9,3.83,2.59,12,6.0,2.67,8,5.08,1.93,12
+visibility,6.0,1.63,19,3.09,2.22,22,5.67,1.98,27,5.33,0.52,6,6.31,1.89,13,3.18,2.27,11,3.0,2.28,11,5.64,2.06,11,5.69,1.99,16,6.36,1.69,11,5.5,1.51,8,2.82,2.09,11,3.36,2.42,11,5.35,2.23,17,6.2,1.4,10,5.85,1.46,13,6.33,2.07,6,2.71,2.13,14,3.75,2.38,8,5.33,1.99,15,6.08,1.98,12
+visible,5.76,1.3,21,4.15,2.13,26,6.12,1.98,24,5.89,1.62,9,5.67,1.07,12,3.6,2.32,10,4.5,2.0,16,6.22,2.33,9,6.07,1.83,15,5.57,0.98,7,5.86,1.46,14,4.85,1.95,13,3.46,2.15,13,5.58,2.15,12,6.67,1.72,12,5.73,1.35,11,5.8,1.32,10,3.8,2.43,15,4.64,1.63,11,6.62,1.85,13,5.55,2.07,11
+vision,6.79,1.54,39,3.18,2.2,44,6.27,2.09,45,6.54,1.76,13,6.92,1.44,26,4.24,2.46,17,2.52,1.76,27,6.38,1.56,21,6.17,2.5,24,6.55,1.71,22,7.12,1.27,17,3.14,2.14,14,3.2,2.27,30,5.74,2.0,19,6.65,2.12,26,6.85,1.67,26,6.69,1.32,13,2.92,2.24,26,3.56,2.15,18,6.67,2.18,21,5.92,2.0,24
+visionary,6.6,1.93,20,4.48,2.44,21,5.8,2.36,25,6.5,3.0,4,6.62,1.71,16,3.5,3.11,4,4.71,2.31,17,6.0,2.35,9,5.69,2.44,16,6.75,1.39,8,6.5,2.28,12,4.0,2.11,10,4.91,2.74,11,5.29,2.61,14,6.45,1.92,11,6.82,1.54,11,6.33,2.4,9,4.4,2.46,10,4.55,2.54,11,5.94,2.31,18,5.43,2.64,7
+visit,6.56,2.28,18,3.9,2.63,20,5.06,1.92,18,5.38,2.5,8,7.5,1.65,10,3.57,2.76,7,4.08,2.66,13,4.91,1.7,11,5.29,2.36,7,5.91,2.47,11,7.57,1.62,7,3.11,2.62,9,4.55,2.58,11,5.55,1.75,11,4.29,2.06,7,5.92,2.43,12,7.83,1.33,6,3.17,2.41,12,5.0,2.73,8,5.78,2.22,9,4.33,1.32,9
+visitation,5.4,2.54,20,4.17,2.64,18,5.75,2.47,24,5.2,2.59,5,5.47,2.61,15,3.0,1.87,5,4.62,2.81,13,4.85,2.73,13,6.82,1.66,11,5.7,2.45,10,5.1,2.73,10,3.57,1.9,7,4.55,3.05,11,5.31,2.33,16,6.62,2.67,8,5.21,2.49,14,5.83,2.86,6,4.5,2.39,12,3.5,3.21,6,6.2,2.7,15,5.0,1.94,9
+visitor,5.27,1.35,22,4.0,2.14,18,5.29,1.65,17,4.85,1.28,13,5.89,1.27,9,4.5,2.38,4,3.86,2.14,14,4.88,1.55,8,5.67,1.73,9,5.78,1.2,9,4.92,1.38,13,4.43,1.62,7,3.73,2.45,11,5.17,1.72,6,5.36,1.69,11,5.13,1.19,15,5.57,1.72,7,3.45,2.58,11,4.86,0.69,7,5.57,1.51,7,5.1,1.79,10
+visor,5.26,1.05,19,3.14,1.62,21,5.91,2.33,22,5.67,1.15,3,5.19,1.05,16,3.12,1.36,8,3.15,1.82,13,4.89,2.8,9,6.62,1.71,13,5.11,0.78,9,5.4,1.26,10,3.33,1.66,9,3.0,1.65,12,5.79,2.81,14,6.12,1.25,8,4.86,1.21,7,5.5,0.9,12,4.0,1.33,10,2.36,1.5,11,5.54,2.79,13,6.44,1.42,9
+visual,6.0,1.37,19,4.43,2.04,21,5.78,2.02,23,5.67,1.15,3,6.06,1.44,16,4.25,1.75,8,4.54,2.26,13,5.56,1.94,9,5.93,2.13,14,6.11,1.54,9,5.9,1.29,10,5.0,1.87,9,4.0,2.13,12,5.93,2.22,15,5.5,1.69,8,6.29,1.25,7,5.83,1.47,12,5.3,1.42,10,3.64,2.25,11,6.23,2.52,13,5.2,0.92,10
+visualize,6.58,2.09,19,4.36,1.97,22,6.63,2.17,19,6.22,1.2,9,6.9,2.69,10,4.29,2.69,7,4.36,1.69,14,6.6,2.32,10,6.67,2.12,9,7.56,1.67,9,5.7,2.11,10,3.67,2.65,9,4.83,1.27,12,6.0,2.2,8,6.9,2.13,10,6.58,2.39,12,6.57,1.62,7,4.47,2.09,19,3.67,0.58,3,6.38,2.26,8,6.82,2.18,11
+vital,5.84,2.14,19,5.15,2.5,20,6.5,2.24,20,5.0,1.0,3,6.33,1.91,15,5.2,2.78,10,5.1,2.33,10,6.8,1.87,10,6.2,2.62,10,6.0,2.19,6,6.17,1.75,12,5.29,3.2,7,5.08,2.18,13,6.0,2.83,8,6.83,1.8,12,5.92,2.31,12,5.71,1.98,7,5.2,2.86,10,5.1,2.23,10,6.22,2.39,9,6.73,2.2,11
+vitality,6.32,1.59,22,4.71,2.63,21,6.52,1.89,21,6.64,1.55,14,5.75,1.58,8,5.18,2.96,11,4.22,2.39,9,6.5,1.22,6,6.53,2.13,15,6.6,1.51,10,6.08,1.68,12,4.0,2.49,11,5.5,2.68,10,6.62,1.19,13,6.38,2.77,8,6.17,1.7,12,6.5,1.51,10,4.77,2.92,13,4.62,2.26,8,6.67,1.5,12,6.33,2.4,9
+vitals,5.06,1.7,18,4.8,2.14,20,4.08,1.61,24,6.0,1.22,5,4.69,1.75,13,4.55,2.66,11,5.11,1.36,9,4.2,1.61,15,3.89,1.69,9,4.86,1.95,7,5.18,1.6,11,3.56,1.74,9,5.82,1.94,11,4.05,1.72,19,4.2,1.3,5,4.67,1.8,9,5.44,1.59,9,4.64,2.11,11,5.0,2.29,9,3.83,1.62,18,4.83,1.47,6
+vitamin,6.24,1.41,21,3.38,2.18,21,6.71,1.74,21,6.54,1.66,13,5.75,0.71,8,3.91,2.43,11,3.0,1.8,9,6.33,1.37,6,6.87,1.88,15,6.22,1.48,9,6.25,1.42,12,3.36,1.86,11,3.4,2.59,10,6.85,1.14,13,6.5,2.51,8,6.17,1.34,12,6.33,1.58,9,3.0,2.45,13,4.0,1.6,8,7.58,0.79,12,5.56,2.01,9
+viva,5.42,1.92,19,4.19,2.84,21,4.93,1.82,28,5.33,2.07,6,5.46,1.94,13,4.7,2.91,10,3.73,2.83,11,4.27,2.15,11,5.35,1.5,17,5.55,1.57,11,5.25,2.43,8,3.3,2.11,10,5.0,3.26,11,4.67,1.91,18,5.4,1.65,10,4.85,1.82,13,6.67,1.63,6,3.85,2.88,13,4.75,2.87,8,4.94,2.26,16,4.92,1.08,12
+vivid,6.41,1.77,17,5.26,2.98,19,5.76,1.98,25,6.75,0.5,4,6.31,2.02,13,5.64,3.14,11,4.75,2.87,8,5.31,2.02,16,6.56,1.74,9,7.17,1.83,6,6.0,1.67,11,4.67,3.16,9,5.8,2.86,10,5.75,2.07,20,5.8,1.79,5,6.12,1.96,8,6.67,1.66,9,5.4,2.67,10,5.11,3.44,9,5.53,2.04,19,6.5,1.76,6
+vixen,4.7,2.08,23,5.09,2.83,22,5.4,2.28,20,5.5,2.2,8,4.27,1.94,15,5.1,2.42,10,5.08,3.23,12,5.86,2.27,7,5.15,2.34,13,4.92,2.35,12,4.45,1.81,11,4.73,2.8,11,5.45,2.94,11,5.73,2.15,15,4.4,2.61,5,3.91,2.07,11,5.42,1.88,12,6.3,2.36,10,4.08,2.87,12,5.3,1.95,10,5.5,2.68,10
+vocabulary,5.5,1.67,20,3.6,1.93,20,6.29,2.01,34,5.8,1.48,10,5.2,1.87,10,3.12,1.64,8,3.92,2.11,12,6.79,2.01,14,5.95,1.99,20,4.89,1.05,9,6.0,1.95,11,3.85,1.95,13,3.14,1.95,7,6.45,2.2,22,6.0,1.65,12,5.2,1.69,10,5.8,1.69,10,3.38,1.71,13,4.0,2.38,7,5.82,1.94,17,6.76,2.02,17
+vocal,5.81,1.78,21,3.91,2.5,23,6.28,2.16,18,6.33,1.73,9,5.42,1.78,12,4.0,2.49,11,3.83,2.62,12,5.9,2.28,10,6.75,2.05,8,5.71,2.21,7,5.92,1.66,13,4.27,2.57,11,3.58,2.5,12,5.71,2.5,7,6.64,1.96,11,6.08,2.18,13,5.38,0.74,8,3.91,2.51,11,3.92,2.61,12,5.22,2.17,9,7.33,1.66,9
+vocation,5.52,1.69,21,4.54,2.13,24,5.73,2.39,22,5.5,0.76,8,5.54,2.11,13,4.85,2.27,13,4.18,1.99,11,5.62,2.26,13,5.89,2.71,9,6.25,1.58,8,5.42,1.16,12,5.29,1.38,14,3.5,2.59,10,5.5,2.11,12,6.0,2.79,10,5.3,1.83,10,5.73,1.62,11,4.53,2.53,17,4.57,0.53,7,5.1,2.88,10,6.25,1.86,12
+vodka,5.68,2.31,19,5.23,2.91,22,3.91,2.25,23,5.64,2.42,11,5.86,2.48,7,6.0,2.67,8,4.79,3.04,14,3.29,1.98,7,4.19,2.37,16,4.62,2.0,8,6.45,2.3,11,5.44,2.92,9,5.08,3.01,13,3.55,2.07,11,4.25,2.45,12,5.75,2.77,12,5.57,1.4,7,5.0,3.49,11,5.45,2.34,11,3.46,2.33,13,4.5,2.12,10
+vogue,5.61,1.72,18,3.91,2.21,23,4.54,2.03,28,5.0,1.2,8,6.1,1.97,10,3.44,2.01,9,4.21,2.36,14,3.93,1.69,14,5.14,2.21,14,5.62,2.13,8,5.6,1.43,10,3.83,2.69,12,4.0,1.67,11,4.14,1.88,14,4.93,2.16,14,5.89,1.83,9,5.33,1.66,9,4.27,1.95,11,3.58,2.47,12,4.17,1.4,12,4.81,2.4,16
+voice,6.5,1.98,18,3.25,2.59,20,6.22,1.4,18,5.5,2.33,8,7.3,1.25,10,4.43,2.76,7,2.62,2.36,13,5.45,0.93,11,7.43,1.13,7,6.09,2.26,11,7.14,1.35,7,3.44,3.28,9,3.09,2.02,11,6.27,1.56,11,6.14,1.21,7,6.25,2.14,12,7.0,1.67,6,3.0,2.89,12,3.62,2.2,8,6.22,1.64,9,6.22,1.2,9
+voicemail,4.55,1.64,20,3.83,2.19,23,5.46,2.33,28,4.38,1.19,8,4.67,1.92,12,3.62,2.13,8,3.93,2.28,15,5.36,2.56,14,5.57,2.17,14,5.0,1.8,9,4.18,1.47,11,3.82,2.04,11,3.83,2.41,12,5.71,2.49,14,5.21,2.22,14,4.4,2.27,10,4.7,0.67,10,4.36,2.01,11,3.33,2.31,12,6.33,1.56,12,4.81,2.64,16
+void,4.65,1.46,20,3.95,2.54,22,4.19,1.86,21,4.67,1.12,9,4.64,1.75,11,4.3,3.09,10,3.67,2.06,12,3.88,1.96,8,4.38,1.85,13,4.79,1.12,14,4.33,2.16,6,4.5,2.62,8,3.64,2.53,14,4.5,2.45,8,4.0,1.47,13,4.8,1.4,10,4.5,1.58,10,4.08,2.54,12,3.8,2.66,10,4.58,1.78,12,3.67,1.94,9
+volatile,3.45,2.14,20,5.35,2.87,20,4.64,2.7,22,5.0,2.45,6,2.79,1.67,14,6.12,2.85,8,4.83,2.89,12,3.92,2.75,12,5.5,2.51,10,4.5,2.83,8,2.75,1.22,12,6.67,1.8,9,4.27,3.2,11,5.29,1.89,7,4.33,3.02,15,3.89,2.8,9,3.09,1.45,11,4.62,2.6,13,6.71,3.04,7,5.08,3.12,12,4.1,2.13,10
+volcanic,4.67,1.94,18,5.6,2.19,20,3.16,1.7,25,4.2,1.92,5,4.85,1.99,13,6.45,1.75,11,4.56,2.3,9,3.19,1.6,16,3.11,1.96,9,4.71,1.98,7,4.64,2.01,11,4.56,2.51,9,6.45,1.51,11,2.9,1.48,20,4.2,2.28,5,4.67,2.0,9,4.67,2.0,9,5.45,2.46,11,5.78,1.92,9,3.42,1.84,19,2.33,0.82,6
+volcano,4.59,2.3,41,6.7,1.38,20,3.62,2.67,45,5.38,2.6,13,4.21,2.1,28,6.25,1.49,8,7.0,1.28,12,3.57,2.34,21,3.67,2.97,24,4.0,2.28,21,5.2,2.21,20,7.22,0.97,9,6.27,1.56,11,4.47,2.84,19,3.0,2.4,26,4.26,2.61,23,5.0,1.81,18,6.7,1.16,10,6.7,1.64,10,3.48,3.01,21,3.75,2.38,24
+volley,5.43,1.83,21,3.55,2.54,20,4.95,2.46,22,6.33,1.75,6,5.07,1.79,15,3.75,3.06,8,3.42,2.27,12,3.75,2.49,12,6.4,1.51,10,5.89,1.96,9,5.08,1.73,12,4.44,2.55,9,2.82,2.4,11,3.71,1.6,7,5.53,2.61,15,5.7,2.41,10,5.18,1.17,11,3.54,2.37,13,3.57,3.05,7,5.08,2.87,12,4.8,1.99,10
+volleyball,6.27,1.88,22,4.55,2.46,22,5.65,2.52,20,6.38,1.69,8,6.21,2.04,14,4.5,2.46,10,4.58,2.57,12,6.0,2.71,7,5.46,2.5,13,5.82,1.99,11,6.73,1.74,11,4.45,2.11,11,4.64,2.87,11,5.53,2.53,15,6.0,2.74,5,5.6,1.84,10,6.83,1.8,12,5.3,2.36,10,3.92,2.47,12,5.5,1.84,10,5.8,3.16,10
+voltage,4.96,1.87,23,5.36,2.84,22,4.5,2.24,20,5.12,1.25,8,4.87,2.17,15,5.7,2.95,10,5.08,2.84,12,5.43,2.76,7,4.0,1.83,13,4.75,1.91,12,5.18,1.89,11,4.0,2.49,11,6.73,2.57,11,4.47,2.36,15,4.6,2.07,5,4.73,2.24,11,5.17,1.53,12,6.5,1.9,10,4.42,3.2,12,4.4,1.96,10,4.6,2.59,10
+volume,5.25,1.68,20,5.0,2.66,21,6.0,2.41,34,5.9,1.85,10,4.6,1.26,10,4.75,2.76,8,5.15,2.7,13,7.0,1.88,14,5.3,2.54,20,5.44,1.59,9,5.09,1.81,11,6.08,2.18,13,3.25,2.55,8,6.05,2.63,22,5.92,2.07,12,5.6,1.58,10,4.9,1.79,10,5.0,2.6,14,5.0,3.0,7,6.18,2.35,17,5.82,2.53,17
+volumes,6.0,1.81,20,3.43,1.88,23,6.2,2.19,20,5.33,1.8,9,6.55,1.69,11,3.64,2.25,11,3.25,1.54,12,4.62,1.85,8,7.25,1.76,12,5.5,1.74,14,7.17,1.47,6,3.44,2.6,9,3.43,1.34,14,6.12,1.96,8,6.25,2.42,12,5.3,1.95,10,6.7,1.42,10,3.92,2.06,13,2.8,1.48,10,6.55,2.11,11,5.78,2.33,9
+voluntary,5.76,2.19,21,3.95,2.11,20,6.71,1.9,21,6.33,1.21,6,5.53,2.47,15,5.5,1.69,8,2.92,1.73,12,6.91,1.7,11,6.5,2.17,10,6.33,1.03,6,5.53,2.5,15,4.9,2.18,10,3.0,1.63,10,6.79,2.04,14,6.57,1.72,7,5.57,1.9,7,5.86,2.38,14,4.07,2.34,14,3.67,1.63,6,6.42,2.19,12,7.11,1.45,9
+volunteer,7.35,1.31,20,3.95,1.73,20,6.68,2.3,22,7.29,0.76,7,7.38,1.56,13,3.67,1.73,9,4.18,1.78,11,7.83,1.33,6,6.25,2.46,16,7.6,1.26,10,7.22,1.39,9,3.38,1.3,8,4.33,1.92,12,6.47,2.47,15,7.14,1.95,7,7.0,1.61,11,7.78,0.67,9,3.33,1.44,12,4.88,1.81,8,6.27,2.9,11,7.09,1.51,11
+voluptuous,7.1,2.02,21,5.29,2.37,24,5.76,2.39,21,7.88,2.1,8,6.62,1.89,13,5.62,2.63,13,4.91,2.07,11,5.83,2.29,12,5.67,2.65,9,6.62,2.56,8,7.5,1.68,12,5.57,2.1,14,4.9,2.77,10,6.0,2.14,11,5.5,2.72,10,6.8,2.15,10,7.36,1.96,11,5.41,2.55,17,5.0,2.0,7,5.9,3.0,10,5.64,1.8,11
+vomit,1.98,1.48,40,4.82,2.46,22,3.44,2.4,39,2.0,1.46,17,2.0,1.54,22,4.92,2.5,12,4.7,2.54,10,4.33,2.74,15,2.88,2.03,24,1.79,1.37,14,2.08,1.55,26,5.0,2.45,9,4.69,2.56,13,3.5,2.44,28,3.27,2.41,11,1.89,1.45,19,2.05,1.53,21,4.33,2.6,9,5.15,2.41,13,3.42,2.63,19,3.45,2.24,20
+voodoo,4.15,2.3,20,5.57,2.46,23,4.0,2.4,19,4.88,2.9,8,3.36,1.5,11,5.0,2.45,8,6.0,2.54,14,3.29,1.7,7,4.09,2.59,11,3.0,1.29,7,4.58,2.54,12,5.22,1.86,9,5.79,2.83,14,3.29,2.21,7,4.42,2.5,12,3.78,2.28,9,4.45,2.38,11,5.0,2.4,9,5.93,2.53,14,4.06,2.24,16,3.67,3.79,3
+vortex,5.67,1.81,18,4.59,2.84,22,3.89,2.25,28,6.0,1.55,6,5.5,1.98,12,4.82,2.89,11,4.36,2.91,11,3.91,2.7,11,3.88,2.0,17,5.45,2.02,11,6.0,1.53,7,4.64,2.58,11,4.55,3.21,11,3.67,2.28,18,4.3,2.26,10,5.83,1.64,12,5.33,2.25,6,4.36,2.73,14,5.0,3.16,8,3.5,1.86,16,4.42,2.68,12
+vote,5.24,1.81,21,5.05,2.21,20,6.79,2.2,19,5.54,1.71,13,4.75,1.98,8,5.14,1.57,7,5.0,2.55,13,6.29,2.36,7,7.08,2.15,12,4.83,1.75,12,5.78,1.86,9,4.56,1.88,9,5.45,2.46,11,5.9,2.33,10,7.78,1.64,9,4.75,1.6,12,5.89,1.96,9,5.14,1.35,7,5.0,2.61,13,6.29,2.36,7,7.08,2.15,12
+voter,4.85,2.01,20,4.75,2.36,20,5.69,2.07,26,4.91,1.87,11,4.78,2.28,9,6.0,2.0,7,4.08,2.33,13,5.69,2.29,13,5.69,1.93,13,4.18,2.44,11,5.67,0.87,9,4.36,2.42,11,5.22,2.33,9,5.82,2.01,17,5.44,2.3,9,4.0,2.49,10,5.7,0.82,10,4.83,2.95,12,4.62,1.19,8,6.12,2.13,16,5.0,1.89,10
+vouch,5.83,1.65,18,3.58,2.46,19,5.88,1.96,24,7.0,1.58,5,5.38,1.5,13,3.09,1.92,11,4.25,3.06,8,5.94,2.11,16,5.75,1.75,8,6.0,2.31,7,5.73,1.19,11,2.44,2.24,9,4.6,2.27,10,6.0,2.08,20,5.25,1.26,4,5.56,1.94,9,6.11,1.36,9,3.3,2.36,10,3.89,2.67,9,5.72,1.87,18,6.33,2.34,6
+voucher,5.67,2.06,21,4.4,2.78,20,5.29,2.3,35,6.25,2.31,8,5.31,1.89,13,4.4,2.7,5,4.4,2.9,15,4.91,2.39,11,5.46,2.28,24,6.0,2.38,13,5.12,1.36,8,4.42,3.18,12,4.38,2.26,8,5.26,2.54,19,5.31,2.06,16,5.18,2.18,11,6.2,1.87,10,4.55,2.91,11,4.22,2.77,9,5.43,2.38,21,5.07,2.23,14
+vow,6.6,1.76,20,4.21,2.25,19,6.0,2.14,22,7.14,1.86,7,6.31,1.7,13,3.5,2.0,8,4.73,2.37,11,6.67,1.75,6,5.75,2.27,16,6.2,1.93,10,7.33,1.22,9,4.25,2.66,8,4.18,2.04,11,6.0,1.73,15,6.0,3.0,7,6.18,1.94,11,7.11,1.45,9,4.09,2.34,11,4.38,2.26,8,6.18,1.83,11,5.82,2.48,11
+vowel,5.0,1.12,20,3.14,2.08,21,5.71,2.36,34,5.1,0.99,10,4.9,1.29,10,3.25,2.19,8,3.08,2.1,13,6.14,2.57,14,5.4,2.21,20,4.89,1.36,9,5.09,0.94,11,3.38,2.29,13,2.75,1.75,8,6.05,2.46,22,5.08,2.11,12,4.9,1.29,10,5.1,0.99,10,2.93,1.9,14,3.57,2.51,7,5.71,2.08,17,5.71,2.66,17
+voyage,6.5,2.33,20,5.9,1.97,20,6.25,2.19,44,6.2,2.39,5,6.6,2.38,15,6.0,2.08,7,5.85,1.99,13,6.06,2.6,18,6.38,1.9,26,7.0,1.89,10,6.0,2.71,10,6.38,1.69,8,5.58,2.15,12,6.24,2.28,25,6.26,2.13,19,5.75,2.53,12,7.62,1.51,8,6.3,1.7,10,5.5,2.22,10,5.8,2.33,25,6.84,1.89,19
+voyeur,4.32,2.52,19,4.65,2.23,20,4.95,2.35,20,3.33,2.08,3,4.33,2.61,15,4.6,2.67,10,4.7,1.83,10,5.4,2.5,10,4.5,2.22,10,4.33,2.16,6,4.08,2.75,12,3.57,1.9,7,5.23,2.24,13,5.38,2.45,8,4.67,2.35,12,4.75,2.96,12,3.57,1.4,7,4.1,2.33,10,5.2,2.1,10,5.11,2.26,9,4.82,2.52,11
+vulgar,3.3,1.78,20,5.53,2.01,19,4.68,2.21,22,3.14,1.21,7,3.38,2.06,13,6.38,1.6,8,4.91,2.12,11,5.0,2.76,6,4.56,2.06,16,3.8,1.4,10,2.67,2.12,9,4.75,2.49,8,6.09,1.45,11,5.2,2.18,15,3.57,1.99,7,3.27,2.0,11,3.33,1.58,9,5.5,1.93,12,5.57,2.3,7,5.45,2.3,11,3.91,1.92,11
+vulnerability,3.42,1.26,19,4.65,2.35,20,3.75,2.45,20,3.67,1.53,3,3.33,1.29,15,4.3,1.83,10,5.0,2.83,10,3.9,2.18,10,3.6,2.8,10,3.33,1.63,6,3.42,1.16,12,4.57,2.76,7,4.69,2.21,13,3.38,2.13,8,4.0,2.7,12,3.42,1.31,12,3.43,1.27,7,4.7,2.98,10,4.6,1.65,10,4.33,2.4,9,3.27,2.49,11
+vulnerable,3.57,1.72,21,4.5,2.64,24,3.05,2.25,19,4.33,2.12,9,3.0,1.13,12,3.0,2.83,5,4.83,2.57,18,3.43,2.88,7,2.83,1.9,12,3.56,1.97,16,3.6,0.55,5,4.14,2.82,14,4.89,2.52,9,2.78,2.22,9,3.3,2.36,10,3.75,2.05,12,3.33,1.22,9,4.4,2.69,15,4.67,2.69,9,2.45,1.75,11,3.88,2.7,8
+vulture,3.23,2.0,22,5.0,1.91,19,4.43,2.44,21,4.4,1.67,5,2.88,2.06,16,5.0,2.14,8,5.0,1.84,11,4.9,2.51,10,4.0,2.41,11,3.25,1.96,12,3.2,2.15,10,4.4,1.51,10,5.67,2.18,9,4.75,2.3,12,4.0,2.69,9,3.18,2.09,11,3.27,2.0,11,4.38,2.2,8,5.45,1.63,11,5.33,2.5,9,3.75,2.26,12
+wacko,3.89,2.0,19,5.32,2.9,22,4.11,2.1,28,4.83,1.6,6,3.46,2.07,13,5.64,3.11,11,5.0,2.79,11,4.73,2.94,11,3.71,1.26,17,4.73,1.9,11,2.75,1.58,8,4.73,3.1,11,5.91,2.7,11,4.39,1.88,18,3.6,2.46,10,4.62,1.85,13,2.33,1.37,6,5.14,2.93,14,5.62,3.02,8,3.81,2.32,16,4.5,1.78,12
+wacky,6.05,1.8,21,4.48,2.38,21,4.05,1.64,20,6.67,1.22,9,5.58,2.07,12,3.83,2.71,6,4.64,2.34,14,4.0,1.79,6,4.07,1.64,14,6.11,1.45,9,6.0,2.09,12,5.0,2.35,5,4.31,2.44,16,3.78,1.72,9,4.27,1.62,11,5.92,2.15,12,6.22,1.3,9,4.88,2.64,8,4.23,2.28,13,4.18,1.89,11,3.89,1.36,9
+wad,4.16,1.46,19,4.11,2.35,18,4.41,2.24,17,5.0,1.1,11,3.0,1.07,8,4.5,2.89,4,4.0,2.29,14,3.5,1.6,8,5.22,2.49,9,4.88,1.55,8,3.64,1.21,11,3.0,1.91,7,4.82,2.4,11,3.5,1.38,6,4.91,2.51,11,4.69,1.32,13,3.0,1.1,6,3.91,2.21,11,4.43,2.7,7,4.86,2.48,7,4.1,2.13,10
+waddle,4.7,2.13,20,3.44,1.98,18,4.42,2.45,24,5.2,1.1,5,4.53,2.39,15,3.2,1.1,5,3.54,2.26,13,4.15,2.3,13,4.73,2.69,11,5.2,2.25,10,4.2,1.99,10,3.71,2.43,7,3.27,1.74,11,4.12,2.09,16,5.0,3.12,8,4.29,2.09,14,5.67,2.07,6,3.75,2.22,12,2.83,1.33,6,4.73,2.76,15,3.89,1.83,9
+waffle,6.75,1.62,20,4.5,2.69,24,6.29,2.0,28,6.0,1.07,8,7.25,1.76,12,4.89,2.62,9,4.27,2.79,15,6.14,1.79,14,6.43,2.24,14,7.0,1.66,9,6.55,1.63,11,5.0,2.86,12,4.0,2.52,12,6.14,2.35,14,6.43,1.65,14,6.8,1.62,10,6.7,1.7,10,4.58,2.47,12,4.42,3.0,12,6.0,1.65,12,6.5,2.25,16
+wag,5.84,1.68,19,4.67,2.31,21,5.5,2.56,34,6.5,1.58,10,5.11,1.54,9,5.38,2.39,8,4.23,2.24,13,6.29,2.27,14,4.95,2.67,20,6.22,1.86,9,5.5,1.51,10,5.15,2.27,13,3.88,2.3,8,6.32,2.4,22,4.0,2.22,12,6.11,1.69,9,5.6,1.71,10,5.0,2.35,14,4.0,2.24,7,6.35,1.97,17,4.65,2.85,17
+wage,6.0,2.35,21,3.43,2.11,21,4.48,2.31,25,5.75,2.26,12,6.33,2.55,9,4.71,2.43,7,2.79,1.67,14,4.1,2.51,10,4.73,2.22,15,7.75,1.89,4,5.59,2.29,17,3.4,2.37,10,3.45,1.97,11,3.86,2.41,7,4.72,2.3,18,6.5,2.28,12,5.33,2.4,9,3.0,1.78,13,4.12,2.53,8,3.0,1.66,9,5.31,2.24,16
+wager,4.68,1.57,19,4.75,2.17,20,4.83,1.79,24,5.0,1.63,13,4.0,1.26,6,5.8,2.17,5,4.4,2.13,15,5.15,1.34,13,4.45,2.21,11,4.89,1.96,9,4.5,1.18,10,5.57,2.07,7,4.31,2.18,13,5.09,2.02,11,4.62,1.61,13,4.33,2.06,9,5.0,0.94,10,4.6,2.37,10,4.9,2.08,10,5.33,2.35,9,4.53,1.36,15
+wagon,5.21,1.4,19,3.1,2.17,41,5.45,1.93,44,5.67,0.58,3,5.12,1.5,16,2.44,2.13,9,3.19,2.15,31,6.0,2.0,20,5.0,1.79,24,4.6,1.17,10,5.89,1.36,9,3.29,2.16,14,3.0,2.2,27,4.74,2.0,23,6.24,1.55,21,5.5,0.76,8,5.0,1.73,11,2.71,1.79,17,3.38,2.39,24,5.39,1.99,23,5.52,1.91,21
+wail,3.52,1.29,21,5.81,1.75,21,3.84,2.01,25,3.5,1.38,12,3.56,1.24,9,5.14,1.35,7,6.14,1.88,14,3.8,2.15,10,3.87,2.0,15,4.25,1.5,4,3.35,1.22,17,5.7,1.57,10,5.91,1.97,11,2.71,1.38,7,4.28,2.08,18,3.58,1.31,12,3.44,1.33,9,5.62,1.94,13,6.12,1.46,8,2.89,1.69,9,4.38,2.03,16
+waist,5.32,2.16,19,4.0,2.38,20,6.05,1.99,20,4.33,3.06,3,5.27,1.87,15,3.4,2.27,10,4.6,2.46,10,6.2,1.55,10,5.9,2.42,10,5.5,2.59,6,4.92,1.78,12,4.43,2.76,7,3.77,2.24,13,5.38,2.2,8,6.5,1.78,12,5.5,2.02,12,5.0,2.52,7,3.8,2.35,10,4.2,2.53,10,6.0,2.29,9,6.09,1.81,11
+waistline,4.9,1.94,20,4.62,2.11,21,5.18,2.59,34,5.0,1.83,10,4.8,2.15,10,5.0,2.27,8,4.38,2.06,13,5.43,2.65,14,5.0,2.6,20,4.56,2.19,9,5.18,1.78,11,4.46,1.98,13,4.88,2.42,8,4.82,2.68,22,5.83,2.37,12,4.7,2.21,10,5.1,1.73,10,4.71,2.37,14,4.43,1.62,7,5.41,2.67,17,4.94,2.56,17
+wait,4.55,1.65,22,3.62,2.13,21,5.31,2.15,16,4.17,1.94,6,4.73,1.62,15,2.86,1.57,7,4.0,2.32,14,5.75,1.67,8,4.88,2.59,8,4.57,1.91,14,4.57,1.27,7,3.33,2.12,9,3.83,2.21,12,6.38,2.39,8,4.25,1.28,8,4.5,1.87,14,4.62,1.3,8,2.83,1.83,6,3.93,2.22,15,6.0,2.33,8,4.62,1.85,8
+waiter,5.05,1.28,20,3.05,1.87,19,4.68,2.61,22,5.2,1.1,5,5.0,1.36,15,3.0,1.63,7,3.08,2.07,12,3.75,2.09,12,5.8,2.82,10,5.25,1.04,8,4.92,1.44,12,2.89,1.45,9,3.2,2.25,10,3.86,2.54,7,5.07,2.63,15,4.56,1.51,9,5.45,0.93,11,2.69,1.65,13,3.83,2.23,6,4.25,2.9,12,5.2,2.25,10
+waitress,5.1,2.05,21,3.5,2.3,24,4.95,2.42,20,6.62,1.51,8,4.15,1.77,13,4.83,2.04,6,3.06,2.26,18,5.27,2.45,11,4.56,2.46,9,4.67,2.19,12,5.67,1.8,9,4.3,2.36,10,2.93,2.16,14,5.0,2.55,13,4.86,2.34,7,4.71,1.94,14,5.86,2.19,7,4.25,2.32,16,2.0,1.41,8,5.25,2.01,12,4.5,3.02,8
+waive,5.53,1.39,19,3.14,2.4,22,4.96,1.86,28,4.83,0.75,6,5.85,1.52,13,2.91,2.12,11,3.36,2.73,11,4.82,2.18,11,5.06,1.68,17,5.36,1.43,11,5.75,1.39,8,3.55,3.17,11,2.73,1.27,11,5.28,1.99,18,4.4,1.51,10,5.46,1.51,13,5.67,1.21,6,3.5,2.79,14,2.5,1.41,8,4.69,2.21,16,5.33,1.23,12
+waiver,5.6,1.6,20,2.95,2.17,22,5.46,2.58,26,5.71,1.89,7,5.54,1.51,13,3.6,2.63,10,2.42,1.62,12,5.07,2.84,14,6.0,2.37,11,5.55,1.57,11,5.67,1.73,9,4.11,2.32,9,2.15,1.72,13,5.82,2.65,17,4.75,2.6,8,5.54,1.56,13,5.71,1.8,7,2.94,2.21,16,3.0,2.28,6,4.36,3.04,11,6.27,1.91,15
+wake,6.57,1.96,21,3.8,2.61,20,5.71,2.23,17,7.0,2.1,6,6.36,2.02,14,3.29,2.75,7,4.08,2.6,13,5.33,2.12,9,6.12,2.42,8,6.23,2.09,13,7.14,1.86,7,4.5,2.39,8,3.33,2.74,12,5.56,2.65,9,5.88,1.81,8,6.92,1.85,13,6.0,2.14,8,3.0,2.83,5,4.07,2.58,15,6.44,2.46,9,4.88,1.73,8
+walk,6.77,1.6,22,3.24,2.02,21,5.83,2.2,18,6.83,1.72,6,6.67,1.63,15,3.0,2.45,7,3.36,1.86,14,5.56,2.13,9,6.38,2.39,8,6.64,1.78,14,6.86,1.35,7,3.22,2.44,9,3.25,1.76,12,5.7,2.36,10,6.0,2.14,8,6.86,1.79,14,6.62,1.3,8,3.17,2.64,6,3.27,1.83,15,6.2,2.57,10,5.38,1.69,8
+walkout,4.11,1.24,19,4.06,2.18,18,5.24,1.52,17,4.36,0.81,11,3.75,1.67,8,4.5,2.38,4,3.93,2.2,14,5.0,1.85,8,5.44,1.24,9,4.62,0.74,8,3.73,1.42,11,4.29,2.36,7,3.91,2.17,11,5.0,1.26,6,5.36,1.69,11,3.85,1.28,13,4.67,1.03,6,3.45,2.21,11,5.0,1.91,7,5.71,1.38,7,4.9,1.6,10
+wall,5.06,1.73,18,2.9,1.92,21,4.22,1.66,18,4.25,1.58,8,5.7,1.64,10,2.71,2.14,7,3.0,1.88,14,4.36,1.91,11,4.0,1.29,7,4.64,1.75,11,5.71,1.6,7,2.44,1.94,9,3.25,1.91,12,4.55,1.69,11,3.71,1.6,7,4.33,1.3,12,6.5,1.64,6,3.08,2.02,12,2.67,1.87,9,4.44,1.74,9,4.0,1.66,9
+wallaby,5.9,1.64,21,2.91,1.72,22,5.33,1.82,27,6.4,1.35,10,5.45,1.81,11,2.57,1.81,7,3.07,1.71,15,5.06,1.98,17,5.8,1.48,10,6.09,1.64,11,5.7,1.7,10,2.0,1.73,5,3.18,1.67,17,5.43,1.99,14,5.23,1.69,13,5.62,1.19,13,6.38,2.2,8,2.6,1.9,10,3.17,1.59,12,5.57,1.7,14,5.08,1.98,13
+wallet,6.0,0.97,20,4.25,2.22,20,6.08,2.52,24,6.33,0.58,3,5.94,1.03,17,4.83,2.4,6,4.0,2.27,13,7.12,2.17,8,5.56,2.58,16,6.0,0.82,7,6.0,1.08,13,5.0,2.16,7,3.83,2.33,12,5.57,2.68,14,6.8,2.2,10,5.67,0.87,9,6.27,1.01,11,4.64,2.11,11,3.78,2.39,9,6.11,2.72,18,6.0,2.0,6
+wallflower,5.58,1.64,19,2.91,2.14,22,4.04,2.38,23,6.09,1.45,11,5.43,0.79,7,3.75,2.12,8,2.43,2.06,14,4.86,2.91,7,3.69,2.12,16,5.62,2.5,8,5.55,0.69,11,2.22,1.72,9,3.38,2.33,13,3.45,2.34,11,4.58,2.39,12,5.33,1.83,12,6.0,1.29,7,3.18,2.71,11,2.64,1.43,11,4.08,2.14,13,4.0,2.79,10
+wallop,4.05,1.84,22,3.5,2.52,20,5.14,1.88,22,4.36,1.95,14,3.5,1.6,8,4.3,2.67,10,2.89,2.26,9,5.17,2.4,6,5.12,1.75,16,3.7,1.89,10,4.33,1.83,12,2.91,2.07,11,4.22,2.95,9,5.23,1.69,13,5.0,2.24,9,3.17,1.19,12,5.1,1.97,10,3.38,2.72,13,3.71,2.29,7,5.0,1.81,12,5.3,2.06,10
+wallow,4.33,2.35,21,4.3,2.7,20,4.53,2.32,36,4.88,2.53,8,4.0,2.27,13,3.6,2.07,5,4.53,2.9,15,4.82,2.09,11,4.4,2.45,25,4.77,2.55,13,3.62,1.92,8,4.58,2.94,12,3.88,2.42,8,4.5,2.56,20,4.56,2.06,16,4.82,2.18,11,3.8,2.53,10,5.27,3.1,11,3.11,1.54,9,4.09,2.45,22,5.21,2.01,14
+wallpaper,5.38,1.66,21,2.81,1.94,21,5.64,1.96,25,5.25,1.14,12,5.56,2.24,9,3.14,2.41,7,2.64,1.74,14,5.4,1.9,10,5.8,2.04,15,6.75,2.06,4,5.06,1.43,17,3.2,1.99,10,2.45,1.92,11,4.43,2.3,7,6.11,1.64,18,5.33,2.02,12,5.44,1.13,9,3.38,2.14,13,1.88,1.13,8,4.67,2.0,9,6.19,1.76,16
+walnut,6.39,1.46,18,2.81,2.32,21,4.8,2.38,20,5.33,1.15,3,6.6,1.45,15,3.33,2.25,6,2.6,2.38,15,5.33,2.25,6,4.57,2.47,14,6.44,1.01,9,6.33,1.87,9,1.57,0.79,7,3.43,2.59,14,4.2,2.49,10,5.4,2.22,10,6.38,1.51,8,6.4,1.51,10,2.33,2.6,9,3.17,2.12,12,4.88,3.04,8,4.75,1.96,12
+walrus,5.79,1.47,19,3.95,1.96,21,5.23,2.27,22,5.33,0.58,3,5.88,1.59,16,4.25,0.89,8,3.77,2.42,13,5.0,2.67,8,5.36,2.1,14,6.0,1.5,9,5.6,1.51,10,4.89,1.96,9,3.25,1.71,12,5.67,2.58,15,4.29,0.95,7,5.86,1.46,7,5.75,1.54,12,3.9,1.85,10,4.0,2.14,11,5.31,2.63,13,5.11,1.76,9
+waltz,5.79,1.9,19,3.58,2.34,24,5.79,2.33,28,5.62,1.41,8,5.91,2.26,11,3.22,2.44,9,3.8,2.34,15,5.21,2.46,14,6.36,2.13,14,5.44,1.88,9,6.1,1.97,10,4.0,2.41,12,3.17,2.29,12,5.29,2.52,14,6.29,2.09,14,6.0,2.16,10,5.56,1.67,9,4.75,2.45,12,2.42,1.56,12,5.33,1.83,12,6.12,2.66,16
+wand,5.42,2.27,19,4.0,2.68,20,5.5,2.32,24,5.62,2.33,13,5.0,2.28,6,4.0,2.83,5,4.0,2.73,15,5.77,2.24,13,5.18,2.48,11,5.22,2.11,9,5.6,2.5,10,5.29,3.2,7,3.31,2.18,13,5.55,2.16,11,5.46,2.54,13,5.11,2.15,9,5.7,2.45,10,4.4,2.88,10,3.6,2.55,10,6.33,2.69,9,5.0,2.0,15
+wander,5.9,1.34,21,3.41,1.82,22,5.05,1.75,21,6.0,1.66,9,5.83,1.11,12,2.83,1.6,6,3.47,1.85,15,4.33,1.97,6,5.33,1.63,15,6.22,1.92,9,5.67,0.65,12,3.6,1.95,5,3.35,1.84,17,5.5,1.18,10,4.64,2.11,11,6.25,1.54,12,5.44,0.88,9,4.22,2.05,9,2.85,1.46,13,5.17,1.7,12,4.89,1.9,9
+wanderer,5.68,1.49,19,3.82,1.99,22,5.52,2.2,21,5.56,1.42,9,5.8,1.62,10,5.12,1.89,8,3.07,1.69,14,5.55,2.25,11,5.5,2.27,10,5.14,0.9,7,6.0,1.71,12,4.1,1.91,10,3.58,2.11,12,4.92,2.19,12,6.33,2.06,9,6.1,1.6,10,5.22,1.3,9,3.12,2.23,8,4.21,1.81,14,5.57,2.28,14,5.43,2.23,7
+wannabe,3.25,1.29,20,5.05,2.59,19,4.47,2.57,36,2.88,1.13,8,3.5,1.38,12,6.2,1.79,5,4.64,2.76,14,5.36,2.58,11,4.08,2.52,25,3.0,1.35,13,3.71,1.11,7,5.18,2.23,11,4.88,3.18,8,4.05,2.63,20,5.0,2.48,16,3.6,1.35,10,2.9,1.2,10,5.0,2.97,11,5.12,2.17,8,4.23,2.78,22,4.86,2.25,14
+want,6.0,1.8,22,5.29,2.12,21,5.39,2.68,18,5.5,1.64,6,6.33,1.84,15,4.29,2.36,7,5.79,1.89,14,5.67,2.35,9,5.38,3.2,8,6.14,1.61,14,6.0,2.24,7,5.44,2.6,9,5.17,1.8,12,6.0,2.67,10,4.62,2.67,8,5.36,1.69,14,7.12,1.46,8,4.67,2.25,6,5.53,2.1,15,6.1,2.77,10,4.5,2.45,8
+wanton,5.24,1.73,21,3.15,2.11,20,4.14,2.4,22,6.5,1.52,6,4.73,1.58,15,2.75,1.83,8,3.42,2.31,12,4.75,2.77,12,3.4,1.71,10,5.56,1.81,9,5.0,1.71,12,3.22,1.86,9,3.09,2.39,11,4.29,2.43,7,4.07,2.46,15,5.6,1.71,10,4.91,1.76,11,3.38,2.36,13,2.71,1.6,7,3.92,2.91,12,4.4,1.71,10
+war,2.23,1.58,39,6.27,2.2,41,3.27,2.66,44,2.69,1.8,13,2.0,1.44,26,6.42,2.55,19,6.05,1.91,21,3.72,2.89,18,2.96,2.51,26,2.73,1.88,22,1.59,0.71,17,5.86,2.24,21,6.7,2.13,20,3.88,2.8,25,2.47,2.29,19,2.19,1.47,26,2.31,1.84,13,6.22,2.55,27,6.36,1.39,14,3.48,2.96,25,3.0,2.26,19
+ward,4.43,1.8,21,3.28,2.56,25,4.21,2.1,19,4.78,1.99,9,4.17,1.7,12,3.83,2.93,6,3.22,2.51,18,3.71,1.89,7,4.5,2.24,12,4.31,1.92,16,4.8,1.48,5,3.43,2.82,14,3.3,2.31,10,3.89,2.57,9,4.5,1.65,10,4.75,1.91,12,4.0,1.66,9,3.38,2.55,16,3.11,2.71,9,3.91,2.34,11,4.62,1.77,8
+warden,3.5,1.71,22,4.91,2.24,22,4.53,2.48,19,4.75,1.75,8,2.62,1.12,13,5.25,2.55,8,4.77,2.2,13,4.29,2.29,7,4.64,2.8,11,3.25,1.58,8,3.54,1.85,13,5.44,2.46,9,4.54,2.11,13,4.14,2.27,7,4.75,2.67,12,3.0,1.61,11,4.0,1.73,11,4.33,2.87,9,5.31,1.7,13,4.94,2.46,16,2.33,1.15,3
+wardrobe,6.09,1.8,22,5.16,2.39,19,6.24,2.07,21,5.0,1.0,5,6.31,1.89,16,5.25,2.19,8,5.09,2.63,11,5.9,2.08,10,6.55,2.11,11,5.75,1.42,12,6.5,2.17,10,4.6,2.22,10,5.78,2.54,9,6.17,2.21,12,6.33,2.0,9,6.27,2.0,11,5.91,1.64,11,3.75,1.98,8,6.18,2.18,11,5.89,2.15,9,6.5,2.07,12
+warehouse,4.43,1.62,23,3.57,1.72,21,5.06,2.44,34,4.83,1.7,12,4.0,1.48,11,3.88,1.73,8,3.38,1.76,13,6.0,2.45,14,4.4,2.26,20,3.9,1.79,10,4.85,1.41,13,4.31,1.55,13,2.38,1.3,8,5.18,2.61,22,4.83,2.17,12,4.42,1.83,12,4.45,1.44,11,3.5,1.7,14,3.71,1.89,7,5.06,2.22,17,5.06,2.7,17
+warfare,3.14,1.64,22,6.5,2.76,22,3.25,2.2,20,3.62,1.3,8,2.86,1.79,14,6.4,3.06,10,6.58,2.61,12,3.86,2.61,7,2.92,1.98,13,2.91,1.87,11,3.36,1.43,11,5.36,2.87,11,7.64,2.2,11,3.47,2.33,15,2.6,1.82,5,2.9,1.52,10,3.33,1.78,12,7.4,1.65,10,5.75,3.31,12,3.9,2.28,10,2.6,2.01,10
+warhead,3.45,2.48,22,6.43,1.53,23,4.33,3.01,18,4.38,2.83,8,3.08,2.22,13,7.12,1.46,8,6.0,1.52,14,3.71,2.93,7,4.73,3.13,11,3.0,2.62,8,3.92,2.43,13,6.56,1.51,9,6.36,1.6,14,3.71,2.29,7,4.73,3.44,11,4.36,2.69,11,2.55,1.97,11,5.78,1.79,9,6.86,1.23,14,4.53,3.14,15,3.33,2.52,3
+warlock,3.9,1.64,21,5.55,2.82,22,4.95,2.2,19,4.25,1.58,8,3.69,1.7,13,5.4,2.88,10,5.67,2.9,12,5.0,2.53,6,4.92,2.14,13,3.91,1.92,11,3.9,1.37,10,4.45,2.5,11,6.64,2.8,11,5.36,2.34,14,3.8,1.3,5,4.5,1.65,10,3.36,1.5,11,6.8,1.81,10,4.5,3.15,12,5.6,2.22,10,4.22,2.05,9
+warlord,2.95,1.58,19,5.57,2.42,21,5.0,2.77,25,1.5,0.71,2,3.12,1.58,17,6.29,3.04,7,5.08,2.1,13,5.88,2.95,8,4.59,2.67,17,2.67,1.86,6,3.08,1.5,13,5.86,2.54,7,5.31,2.5,13,5.57,3.13,14,4.27,2.15,11,3.38,1.3,8,2.64,1.75,11,6.27,1.79,11,4.8,2.86,10,5.0,3.12,18,5.0,1.73,7
+warm,7.5,1.92,18,3.35,2.5,20,6.33,2.45,18,6.75,2.43,8,8.1,1.2,10,3.29,2.43,7,3.38,2.63,13,5.91,2.26,11,7.0,2.77,7,7.0,2.19,11,8.29,1.11,7,3.0,2.24,9,3.64,2.77,11,6.82,2.27,11,5.57,2.7,7,7.0,2.17,12,8.5,0.55,6,3.67,2.61,12,2.88,2.42,8,5.89,2.98,9,6.78,1.86,9
+warmth,7.53,1.38,40,4.33,2.35,21,6.32,2.09,44,7.83,1.1,18,7.27,1.55,22,4.5,2.51,8,4.23,2.35,13,6.21,1.81,14,6.52,2.11,29,7.72,1.49,18,7.48,1.21,21,4.22,2.91,9,4.42,1.98,12,6.21,2.04,29,6.86,1.92,14,7.37,1.61,19,7.67,1.15,21,4.9,2.42,10,3.82,2.27,11,5.96,2.39,25,6.79,1.55,19
+warn,4.9,2.21,21,4.65,2.79,23,5.27,2.16,26,4.73,2.1,11,5.1,2.42,10,4.73,2.97,11,4.58,2.75,12,5.09,2.17,11,5.64,2.1,14,5.1,2.42,10,4.73,2.1,11,5.0,3.16,11,4.33,2.5,12,5.41,1.94,17,5.38,2.56,8,5.23,2.42,13,4.38,1.85,8,5.13,2.88,15,3.75,2.55,8,5.71,2.08,17,4.44,2.19,9
+warning,3.48,1.78,21,6.25,2.53,20,6.47,2.97,19,3.69,1.6,13,3.12,2.1,8,6.86,1.95,7,5.92,2.81,13,6.43,2.82,7,6.5,3.18,12,3.08,1.56,12,4.0,2.0,9,6.22,2.68,9,6.27,2.53,11,7.9,1.66,10,4.89,3.37,9,3.33,1.61,12,3.67,2.06,9,6.71,1.7,7,6.0,2.92,13,8.29,1.5,7,5.42,3.15,12
+warp,5.6,2.21,20,5.4,2.41,20,5.28,1.78,36,6.62,1.92,8,4.92,2.19,12,5.2,2.39,5,5.47,2.5,15,5.0,1.95,11,5.4,1.73,25,5.85,2.23,13,5.14,2.27,7,5.58,2.43,12,5.12,2.53,8,5.1,2.02,20,5.5,1.46,16,5.55,2.16,11,5.67,2.4,9,6.27,1.95,11,4.33,2.6,9,4.91,1.82,22,5.86,1.61,14
+warpath,3.5,1.47,20,6.72,2.11,18,4.38,2.86,24,4.2,1.3,5,3.27,1.49,15,8.2,0.84,5,6.15,2.19,13,5.15,2.67,13,3.45,2.91,11,4.2,1.69,10,2.8,0.79,10,8.14,0.69,7,5.82,2.23,11,4.81,2.88,16,3.5,2.78,8,3.36,1.15,14,3.83,2.14,6,6.92,2.07,12,6.33,2.34,6,4.6,2.95,15,4.0,2.83,9
+warped,4.5,1.61,20,4.48,2.42,21,5.52,2.6,25,4.33,0.58,3,4.53,1.74,17,3.29,2.29,7,4.92,2.36,13,5.75,2.71,8,5.41,2.62,17,4.14,0.9,7,4.69,1.89,13,4.29,2.06,7,4.38,2.66,13,5.79,2.83,14,5.18,2.36,11,4.89,1.36,9,4.18,1.78,11,5.27,2.2,11,3.6,2.46,10,5.89,2.72,18,4.57,2.15,7
+warrant,3.23,1.63,22,5.61,2.5,23,4.11,2.51,19,3.62,1.77,8,3.15,1.52,13,6.0,3.07,8,5.29,2.27,14,4.0,2.71,7,4.09,2.63,11,2.88,1.81,8,3.62,1.45,13,5.56,2.51,9,5.64,2.59,14,4.14,2.48,7,4.08,2.64,12,3.09,1.81,11,3.36,1.5,11,4.11,2.67,9,6.57,1.91,14,4.19,2.54,16,3.67,2.89,3
+warranty,5.5,1.86,18,2.86,2.03,22,5.7,2.76,27,5.57,2.23,7,5.45,1.69,11,2.8,1.93,10,2.92,2.19,12,5.47,3.11,15,6.18,2.36,11,5.56,1.67,9,5.44,2.13,9,3.78,2.05,9,2.23,1.83,13,5.82,2.83,17,5.67,2.87,9,5.42,2.11,12,5.67,1.37,6,2.94,2.14,16,2.67,1.86,6,5.83,3.16,12,5.6,2.5,15
+warrior,5.5,2.21,20,5.94,2.01,18,5.86,2.73,21,7.0,1.58,5,5.0,2.2,15,6.83,1.47,6,5.5,2.15,12,6.11,2.37,9,5.67,3.06,12,5.5,2.07,10,5.5,2.46,10,6.4,1.71,10,5.38,2.33,8,7.27,2.15,11,4.3,2.5,10,5.17,2.55,12,6.0,1.6,8,5.78,2.59,9,6.11,1.36,9,5.91,2.88,11,5.8,2.7,10
+warship,3.52,1.81,21,4.39,2.76,23,4.11,2.91,18,3.89,1.83,9,3.25,1.82,12,5.18,2.64,11,3.67,2.77,12,4.2,3.12,10,4.0,2.83,8,4.0,2.08,7,3.38,1.71,13,4.36,2.91,11,4.42,2.75,12,3.43,3.1,7,4.55,2.84,11,3.38,1.94,13,3.75,1.67,8,3.91,2.77,11,4.83,2.79,12,2.89,2.26,9,5.33,3.08,9
+wart,2.67,1.15,21,2.79,2.17,24,4.5,2.54,20,2.5,0.76,8,2.77,1.36,13,4.33,1.97,6,2.28,2.02,18,5.36,2.62,11,3.44,2.13,9,2.58,1.24,12,2.78,1.09,9,2.8,2.04,10,2.79,2.33,14,4.85,2.73,13,3.86,2.19,7,2.93,1.07,14,2.14,1.21,7,3.25,2.35,16,1.88,1.46,8,4.33,2.67,12,4.75,2.49,8
+wartime,2.79,1.58,19,5.43,2.25,21,3.96,2.5,23,3.33,2.08,3,2.69,1.54,16,6.25,1.91,8,4.92,2.36,13,4.89,2.52,9,3.36,2.37,14,2.56,1.67,9,3.0,1.56,10,5.22,1.79,9,5.58,2.61,12,4.33,2.82,15,3.25,1.67,8,2.86,1.95,7,2.75,1.42,12,6.1,1.73,10,4.82,2.56,11,3.85,3.18,13,4.1,1.29,10
+wary,3.9,1.3,21,3.96,2.59,25,5.16,2.32,19,4.22,1.2,9,3.67,1.37,12,3.67,3.08,6,4.0,2.57,18,4.57,1.9,7,5.5,2.54,12,4.12,1.2,16,3.2,1.48,5,3.71,2.92,14,4.2,2.3,10,4.33,1.94,9,5.9,2.47,10,3.67,1.37,12,4.22,1.2,9,4.44,2.68,16,3.11,2.32,9,4.91,2.77,11,5.5,1.6,8
+wash,6.0,2.07,22,3.7,2.18,20,6.53,2.25,19,5.38,2.22,13,6.89,1.54,9,4.43,1.72,7,3.31,2.36,13,5.71,2.43,7,7.0,2.09,12,6.0,2.34,12,6.0,1.83,10,3.89,1.9,9,3.55,2.46,11,6.1,2.42,10,7.0,2.06,9,6.17,1.53,12,5.8,2.66,10,4.0,1.41,7,3.54,2.54,13,7.71,1.5,7,5.83,2.37,12
+washer,5.16,2.06,19,2.9,1.8,20,6.0,1.67,26,5.27,1.62,11,5.0,2.67,8,3.57,1.81,7,2.54,1.76,13,6.0,1.15,13,6.0,2.12,13,5.7,2.41,10,4.56,1.51,9,2.91,2.07,11,2.89,1.54,9,5.94,1.52,17,6.11,2.03,9,5.44,2.4,9,4.9,1.79,10,2.83,1.95,12,3.0,1.69,8,5.94,1.39,16,6.1,2.13,10
+washout,3.7,1.95,20,3.52,1.86,21,4.11,2.23,19,3.11,2.47,9,4.18,1.33,11,1.8,1.3,5,4.13,1.73,15,3.67,2.94,6,4.31,1.93,13,4.07,2.13,14,2.83,1.17,6,3.36,2.16,11,3.78,1.64,9,4.44,2.19,9,3.8,2.35,10,4.3,2.36,10,3.1,1.29,10,3.18,1.89,11,3.9,1.85,10,3.33,1.37,6,4.46,2.5,13
+washroom,4.9,1.7,21,2.83,2.06,23,6.08,1.6,26,5.45,1.13,11,4.3,2.06,10,2.45,2.3,11,3.17,1.85,12,5.73,1.1,11,6.57,1.7,14,4.7,2.0,10,5.09,1.45,11,2.55,2.46,11,3.08,1.68,12,6.29,1.49,17,6.0,1.6,8,5.08,2.02,13,4.62,1.06,8,2.8,2.21,15,2.88,1.89,8,6.24,1.89,17,5.78,0.83,9
+wasp,2.71,1.71,42,5.33,2.58,43,3.8,2.0,25,2.93,1.54,14,2.61,1.81,28,5.07,2.52,15,5.46,2.65,28,4.23,2.01,13,3.33,1.97,12,2.61,1.97,18,2.79,1.53,24,4.89,2.59,18,5.64,2.58,25,4.24,2.14,17,2.88,1.36,8,2.42,1.39,26,3.19,2.1,16,4.79,2.92,24,6.0,1.94,19,3.94,2.26,16,3.56,1.51,9
+waste,2.61,1.38,18,4.04,2.27,23,4.58,1.89,45,3.0,2.0,3,2.29,0.91,14,4.14,1.77,7,4.13,2.53,15,4.44,2.0,16,4.66,1.86,29,2.0,0.63,6,2.64,1.29,11,4.5,2.8,10,3.83,1.8,12,4.91,1.8,22,4.26,1.96,23,2.45,1.44,11,2.86,1.35,7,3.95,2.19,20,4.67,3.21,3,4.58,2.04,26,4.58,1.71,19
+wastebasket,4.67,1.56,21,4.15,2.85,20,5.14,2.19,36,4.25,1.58,8,4.92,1.55,13,5.2,2.86,5,3.8,2.86,15,5.0,1.84,11,5.2,2.36,25,4.92,1.61,13,4.25,1.49,8,4.58,2.91,12,3.5,2.83,8,5.0,2.05,20,5.31,2.41,16,4.64,1.75,11,4.7,1.42,10,4.09,2.95,11,4.22,2.91,9,4.95,2.15,22,5.43,2.31,14
+wasteful,2.85,1.87,20,3.55,1.99,20,4.0,2.74,22,2.57,1.4,7,3.0,2.12,13,3.78,2.49,9,3.36,1.57,11,3.5,2.88,6,4.19,2.76,16,2.6,2.41,10,2.89,1.05,9,2.75,1.58,8,4.08,2.11,12,4.53,2.83,15,2.86,2.34,7,3.09,2.39,11,2.56,1.01,9,2.83,1.53,12,4.62,2.2,8,5.36,2.87,11,2.64,1.86,11
+wasteland,3.05,1.43,22,4.4,2.43,25,4.57,2.35,23,2.89,1.83,9,3.15,1.14,13,3.1,1.97,10,5.27,2.37,15,3.88,1.89,8,4.93,2.55,15,2.75,1.28,8,3.21,1.53,14,4.33,2.53,12,4.46,2.44,13,4.25,1.66,12,4.91,2.98,11,2.83,1.4,12,3.3,1.49,10,4.13,2.56,15,4.8,2.3,10,5.25,2.18,12,3.82,2.4,11
+watch,5.45,1.68,42,3.37,2.04,43,6.55,2.16,20,5.36,1.65,14,5.5,1.73,28,3.75,2.15,20,3.04,1.92,23,6.86,2.41,7,6.38,2.1,13,5.61,1.7,23,5.26,1.69,19,3.42,2.09,19,3.33,2.04,24,6.07,2.25,15,8.0,1.0,5,5.17,1.52,24,5.83,1.86,18,2.96,1.79,27,4.06,2.29,16,6.4,1.43,10,6.7,2.79,10
+watchdog,5.09,2.11,22,5.33,2.17,18,6.38,2.13,21,5.4,2.51,5,5.0,2.13,16,6.0,1.41,8,4.8,2.57,10,6.7,1.95,10,6.09,2.34,11,4.67,2.46,12,5.6,1.58,10,5.22,2.11,9,5.44,2.35,9,6.42,2.31,12,6.33,2.0,9,5.09,2.43,11,5.09,1.87,11,5.0,1.91,7,5.55,2.38,11,6.67,2.06,9,6.17,2.25,12
+watcher,5.21,0.92,19,4.81,2.18,21,5.09,2.79,23,5.33,1.53,3,5.19,0.83,16,6.25,1.75,8,3.92,1.98,13,4.78,3.03,9,5.29,2.73,14,5.22,0.97,9,5.2,0.92,10,5.11,1.9,9,4.58,2.43,12,5.53,2.8,15,4.25,2.76,8,4.57,0.79,7,5.58,0.79,12,5.0,1.83,10,4.64,2.54,11,5.15,3.31,13,5.0,2.11,10
+watchman,5.16,1.71,19,4.45,2.56,20,5.17,1.88,24,5.54,1.9,13,4.33,0.82,6,5.6,1.52,5,4.07,2.76,15,5.38,2.02,13,4.91,1.76,11,6.0,1.58,9,4.4,1.51,10,5.86,1.95,7,3.69,2.59,13,4.45,1.86,11,5.77,1.74,13,5.0,1.32,9,5.3,2.06,10,3.8,2.15,10,5.1,2.88,10,5.44,2.4,9,5.0,1.56,15
+watchtower,4.67,1.53,21,3.7,2.3,20,4.9,2.57,21,5.83,1.17,6,4.2,1.42,15,4.12,2.42,8,3.42,2.27,12,5.18,2.75,11,4.6,2.46,10,5.5,1.64,6,4.33,1.4,15,3.2,2.35,10,4.2,2.25,10,4.36,2.47,14,6.0,2.58,7,4.14,1.77,7,4.93,1.38,14,3.5,2.62,14,4.17,1.33,6,5.58,2.57,12,4.0,2.4,9
+water,7.0,1.74,40,3.71,2.39,21,6.12,2.54,57,7.12,1.9,17,6.82,1.62,22,3.75,1.83,8,3.69,2.75,13,6.07,2.59,27,6.17,2.55,30,7.14,1.92,14,6.92,1.67,26,4.78,1.86,9,2.92,2.5,12,5.76,2.76,37,6.8,1.96,20,7.0,2.05,19,7.0,1.45,21,2.88,2.1,8,4.23,2.49,13,6.06,2.39,31,6.19,2.76,26
+water polo,5.52,1.72,21,3.45,2.37,20,5.52,2.14,21,5.83,1.83,6,5.4,1.72,15,4.0,2.73,8,3.08,2.15,12,5.27,2.61,11,5.8,1.55,10,6.67,1.37,6,5.07,1.67,15,4.1,2.51,10,2.8,2.15,10,5.14,2.44,14,6.29,1.11,7,5.71,0.95,7,5.43,2.03,14,3.71,2.46,14,2.83,2.23,6,5.42,2.27,12,5.67,2.06,9
+waterbed,5.8,2.02,20,3.18,2.63,17,5.5,2.25,24,6.0,1.41,5,5.73,2.22,15,3.2,2.17,5,3.17,2.89,12,5.08,2.66,13,6.0,1.61,11,6.3,1.83,10,5.3,2.16,10,4.14,2.73,7,2.5,2.46,10,5.0,2.25,16,6.5,2.0,8,5.43,1.99,14,6.67,1.97,6,2.91,2.39,11,3.67,3.2,6,5.73,2.43,15,5.11,1.96,9
+waterfall,7.79,1.44,19,4.35,2.82,43,5.34,2.5,978,7.17,1.72,6,8.08,1.26,13,4.37,3.2,19,4.43,2.56,23,5.37,2.45,431,5.32,2.54,543,7.4,1.65,10,8.22,1.09,9,4.72,3.1,18,4.08,2.63,25,5.43,2.48,537,5.23,2.52,437,7.62,1.77,8,7.91,1.22,11,4.55,3.05,20,4.17,2.66,23,5.5,2.55,533,5.15,2.41,445
+waterfront,7.5,1.3,22,3.77,2.44,26,5.65,2.12,23,7.33,1.73,9,7.62,0.96,13,3.0,2.26,10,4.25,2.49,16,5.67,1.73,9,5.64,2.41,14,7.12,1.25,8,7.71,1.33,14,4.15,2.44,13,3.38,2.47,13,5.17,2.33,12,6.18,1.83,11,7.58,1.16,12,7.4,1.51,10,4.13,2.7,15,3.27,2.05,11,5.85,2.27,13,5.4,2.01,10
+watering can,6.11,1.91,19,3.0,1.88,22,6.08,2.12,24,5.17,2.23,6,6.54,1.66,13,3.25,2.05,12,2.7,1.7,10,6.5,1.41,8,5.88,2.42,16,6.6,1.43,10,5.56,2.3,9,2.67,1.66,9,3.23,2.05,13,5.94,2.33,17,6.67,1.63,6,6.5,1.51,8,5.82,2.18,11,2.56,1.67,9,3.31,2.02,13,6.25,2.35,16,5.75,1.67,8
+watermelon,6.75,1.94,20,4.64,2.48,22,6.48,1.89,21,6.22,1.3,9,7.18,2.32,11,5.5,2.46,10,3.92,2.35,12,5.5,1.31,8,7.08,1.98,13,6.57,1.65,14,7.17,2.64,6,5.62,2.5,8,4.07,2.37,14,6.12,1.89,8,6.69,1.93,13,7.0,1.83,10,6.5,2.12,10,4.92,2.47,12,4.3,2.58,10,6.75,2.14,12,6.11,1.54,9
+waterproof,5.8,1.85,20,3.78,2.28,23,6.0,2.17,26,5.7,1.83,10,5.9,1.97,10,4.18,2.64,11,3.42,1.93,12,5.91,2.17,11,6.29,2.16,14,6.6,1.65,10,5.0,1.76,10,4.36,2.84,11,3.25,1.54,12,5.76,2.22,17,6.88,1.81,8,6.08,2.22,13,5.29,0.76,7,3.6,2.26,15,4.12,2.42,8,6.24,2.22,17,5.56,2.13,9
+waterworks,5.4,2.01,20,3.6,2.52,20,4.88,2.17,25,5.5,2.65,4,5.38,1.93,16,4.25,2.06,4,3.44,2.66,16,4.78,2.54,9,4.94,2.02,16,5.62,2.13,8,5.25,2.01,12,3.33,2.24,9,3.82,2.82,11,5.14,2.18,14,4.55,2.21,11,5.45,1.51,11,5.33,2.6,9,3.33,2.92,9,3.82,2.27,11,5.0,2.28,18,4.57,1.99,7
+watery,4.79,1.78,19,3.24,2.0,21,5.18,2.02,22,5.33,1.12,9,4.3,2.16,10,3.88,2.23,8,2.85,1.82,13,5.18,2.27,11,5.18,1.83,11,5.14,1.21,7,4.58,2.07,12,4.11,2.09,9,2.58,1.73,12,4.92,2.18,13,5.56,1.81,9,4.7,1.89,10,4.89,1.76,9,2.88,2.17,8,3.46,1.94,13,4.86,2.25,14,5.75,1.49,8
+wave,6.32,1.0,19,4.19,2.16,21,5.48,2.43,23,5.33,0.58,3,6.5,0.97,16,4.38,1.69,8,4.08,2.47,13,5.0,2.87,9,5.79,2.15,14,6.22,0.97,9,6.4,1.07,10,4.56,2.13,9,3.92,2.23,12,6.27,2.55,15,4.0,1.31,8,6.29,1.11,7,6.33,0.98,12,5.4,1.78,10,3.09,1.92,11,6.08,2.69,13,4.7,1.89,10
+wavelength,6.05,1.77,21,3.44,2.31,25,5.22,2.18,18,6.33,1.66,9,5.83,1.9,12,3.0,1.9,6,3.56,2.53,18,4.43,1.62,7,5.73,2.41,11,6.25,1.53,16,5.4,2.51,5,3.5,2.77,14,3.3,1.77,10,5.67,2.45,9,4.78,1.92,9,5.75,1.91,12,6.44,1.59,9,4.0,2.45,16,2.44,1.74,9,4.82,2.18,11,5.86,2.19,7
+waver,5.18,1.56,22,3.84,1.83,19,5.33,2.2,21,5.2,0.84,5,5.12,1.78,16,3.88,1.46,8,3.82,2.14,11,6.2,1.75,10,4.55,2.34,11,4.58,1.24,12,5.9,1.66,10,4.1,1.85,10,3.56,1.88,9,5.33,2.23,12,5.33,2.29,9,5.09,1.7,11,5.27,1.49,11,3.5,2.27,8,4.09,1.51,11,6.11,1.83,9,4.75,2.34,12
+wavy,6.32,2.16,19,2.5,1.67,20,5.0,2.33,19,7.0,2.0,3,6.53,1.81,15,2.6,1.71,10,2.4,1.71,10,4.67,2.4,9,5.3,2.36,10,6.67,1.86,6,6.58,1.83,12,2.43,1.81,7,2.54,1.66,13,4.14,2.85,7,5.5,1.93,12,6.33,2.27,12,6.29,2.14,7,2.8,1.81,10,2.2,1.55,10,5.12,2.1,8,4.91,2.59,11
+wax,4.68,1.91,22,3.64,2.06,22,6.2,2.21,20,4.86,2.48,7,4.6,1.68,15,4.1,2.28,10,3.25,1.86,12,6.71,1.89,7,5.92,2.4,13,4.73,2.15,11,4.64,1.75,11,3.45,1.86,11,3.82,2.32,11,6.13,2.33,15,6.4,2.07,5,4.4,1.43,10,4.92,2.27,12,3.4,1.65,10,3.83,2.41,12,5.9,1.85,10,6.5,2.59,10
+waxed,5.23,1.66,22,5.37,2.43,19,5.19,2.6,21,4.4,1.52,5,5.5,1.71,16,5.88,1.81,8,5.0,2.83,11,5.7,2.45,10,4.73,2.76,11,5.0,1.65,12,5.5,1.72,10,6.2,2.1,10,4.44,2.55,9,5.08,2.71,12,5.33,2.6,9,5.36,1.63,11,5.09,1.76,11,5.0,3.21,8,5.64,1.8,11,5.44,2.55,9,5.0,2.73,12
+way,5.91,1.44,22,2.9,1.92,21,4.83,1.82,18,6.0,1.55,6,5.93,1.49,15,3.43,2.23,7,2.64,1.78,14,4.67,1.94,9,5.38,1.51,8,6.29,1.68,14,5.29,0.49,7,3.22,2.39,9,2.67,1.56,12,4.9,2.38,10,4.75,0.89,8,5.93,1.54,14,5.88,1.36,8,2.33,2.42,6,3.13,1.73,15,4.9,2.38,10,4.75,0.89,8
+wayward,5.9,1.86,20,4.21,2.13,24,4.91,2.56,22,6.5,2.27,8,5.5,1.51,12,4.46,2.47,13,3.91,1.7,11,4.77,2.59,13,5.11,2.67,9,6.43,2.57,7,5.58,1.44,12,4.77,1.96,13,3.55,2.21,11,5.5,2.47,12,4.2,2.62,10,6.2,2.3,10,5.6,1.35,10,4.0,2.31,16,4.62,1.77,8,5.4,2.95,10,4.5,2.24,12
+weak,2.95,1.43,22,4.9,2.17,20,5.32,2.96,19,3.31,1.38,13,2.44,1.42,9,4.57,1.62,7,5.08,2.47,13,6.14,3.34,7,4.83,2.76,12,3.0,1.54,12,2.9,1.37,10,4.22,1.86,9,5.45,2.34,11,5.9,2.85,10,4.67,3.12,9,2.75,1.42,12,3.2,1.48,10,5.86,0.69,7,4.38,2.53,13,5.43,2.99,7,5.25,3.08,12
+weaken,3.3,1.13,20,4.19,2.86,16,3.42,2.73,24,3.6,0.89,5,3.2,1.21,15,3.8,2.77,5,4.36,3.01,11,3.46,2.44,13,3.36,3.17,11,3.1,1.2,10,3.5,1.08,10,4.86,3.02,7,3.67,2.78,9,3.19,2.43,16,3.88,3.4,8,3.14,1.23,14,3.67,0.82,6,4.7,2.87,10,3.33,2.88,6,3.53,2.77,15,3.22,2.82,9
+weakling,3.55,1.23,20,4.21,2.43,24,3.79,2.39,28,4.0,0.93,8,3.25,1.36,12,4.0,2.55,9,4.33,2.44,15,3.29,2.27,14,4.29,2.49,14,3.33,1.0,9,3.73,1.42,11,4.17,2.52,12,4.25,2.45,12,3.0,2.08,14,4.57,2.5,14,3.3,1.16,10,3.8,1.32,10,4.5,2.35,12,3.92,2.57,12,3.25,2.01,12,4.19,2.64,16
+weakness,3.24,2.05,21,4.43,2.15,23,3.81,2.35,26,3.36,2.11,11,3.1,2.08,10,5.09,2.34,11,3.83,1.85,12,3.45,2.25,11,4.07,2.56,14,3.4,2.12,10,3.09,2.07,11,4.45,2.38,11,4.42,2.02,12,4.18,2.38,17,3.0,2.39,8,3.31,2.43,13,3.12,1.36,8,4.8,2.14,15,3.75,2.12,8,3.94,2.46,17,3.56,2.24,9
+wealth,7.33,1.93,21,5.24,2.4,25,6.53,2.39,19,6.78,2.44,9,7.75,1.42,12,5.0,2.1,6,5.33,2.61,18,6.57,2.88,7,6.5,2.2,12,7.06,2.11,16,8.2,0.84,5,4.93,2.59,14,5.7,2.31,10,5.67,2.45,9,7.3,2.16,10,7.83,1.19,12,6.67,2.55,9,4.88,2.39,16,5.89,2.42,9,6.91,2.66,11,6.0,2.0,8
+wealthy,6.37,1.5,19,5.3,2.69,23,6.11,2.54,933,6.0,0.0,3,6.44,1.63,16,4.64,2.84,11,5.92,2.5,12,6.2,2.47,410,6.03,2.59,518,6.22,1.64,9,6.5,1.43,10,5.45,2.84,11,5.17,2.66,12,6.31,2.44,510,5.87,2.63,419,6.0,1.63,7,6.58,1.44,12,5.82,2.71,11,4.83,2.69,12,6.09,2.56,504,6.12,2.51,429
+weapon,3.95,2.27,41,6.27,2.48,44,4.88,2.71,24,4.0,2.38,20,3.9,2.21,21,7.0,1.96,15,5.9,2.66,29,5.5,2.0,8,4.56,3.01,16,4.15,2.11,20,3.76,2.45,21,6.9,2.17,20,5.75,2.64,24,5.41,2.53,17,3.5,3.15,6,3.74,2.07,23,4.22,2.53,18,6.26,2.46,27,6.29,2.59,17,4.94,2.74,16,4.75,2.82,8
+weaponry,3.71,1.98,21,6.09,2.33,23,5.46,2.16,26,4.09,2.02,11,3.3,1.95,10,5.91,2.55,11,6.25,2.22,12,5.73,2.2,11,5.29,2.27,14,4.2,1.81,10,3.27,2.1,11,5.45,2.81,11,6.67,1.72,12,5.29,2.31,17,5.88,2.03,8,3.85,2.23,13,3.5,1.6,8,6.2,2.4,15,5.88,2.36,8,5.53,2.4,17,5.33,1.73,9
+wear,6.36,1.29,22,3.33,1.88,21,5.72,1.53,18,6.17,1.47,6,6.53,1.25,15,3.14,2.41,7,3.43,1.65,14,5.67,1.5,9,5.75,1.75,8,6.43,1.4,14,6.43,1.13,7,3.22,2.33,9,3.42,1.56,12,5.8,1.69,10,5.62,1.41,8,6.29,1.44,14,6.5,1.07,8,3.67,2.8,6,3.2,1.47,15,5.6,1.9,10,5.88,0.99,8
+wearer,5.21,1.96,19,3.86,1.98,21,5.35,1.77,23,5.0,2.28,6,5.31,1.89,13,4.33,2.15,12,3.22,1.64,9,4.5,1.41,8,5.8,1.82,15,5.0,1.25,10,5.44,2.6,9,4.67,2.12,9,3.25,1.71,12,5.18,2.01,17,6.0,0.71,5,5.5,1.6,8,5.0,2.24,11,3.33,1.5,9,4.25,2.26,12,5.47,2.03,15,5.12,1.25,8
+weary,3.25,1.33,20,2.9,1.84,21,4.55,2.47,60,3.0,0.71,5,3.33,1.5,15,2.14,1.46,7,3.15,1.95,13,4.71,2.65,31,4.38,2.29,29,3.7,1.16,10,2.8,1.4,10,2.71,1.89,7,2.85,1.86,13,4.81,2.69,36,4.17,2.08,24,3.08,1.51,12,3.5,1.07,8,3.18,2.09,11,2.6,1.58,10,5.1,2.51,31,3.97,2.32,29
+weasel,3.71,1.62,21,4.92,2.04,25,4.77,2.45,22,3.25,1.28,8,4.0,1.78,13,5.0,2.45,13,4.83,1.59,12,5.46,2.5,13,3.78,2.11,9,4.0,2.33,8,3.67,0.98,12,5.64,1.91,14,4.0,1.9,11,5.0,2.73,12,4.5,2.17,10,3.1,1.1,10,4.27,1.85,11,4.41,2.15,17,6.0,1.31,8,5.7,2.5,10,4.0,2.22,12
+weather,6.05,1.59,22,4.21,2.32,19,4.37,2.79,19,6.15,1.63,13,5.89,1.62,9,4.43,1.72,7,4.08,2.68,12,5.14,2.34,7,3.92,3.03,12,5.75,1.66,12,6.4,1.51,10,3.78,1.72,9,4.6,2.8,10,5.1,2.81,10,3.56,2.7,9,5.75,1.66,12,6.4,1.51,10,4.43,2.44,7,4.08,2.35,12,4.71,3.5,7,4.17,2.44,12
+weatherman,4.63,1.34,19,2.89,1.88,18,4.88,2.29,17,5.09,0.94,11,4.0,1.6,8,2.75,1.71,4,2.93,1.98,14,4.5,2.07,8,5.22,2.54,9,4.88,1.13,8,4.45,1.51,11,3.71,2.06,7,2.36,1.63,11,4.33,2.42,6,5.18,2.27,11,4.62,1.19,13,4.67,1.75,6,2.36,1.86,11,3.71,1.7,7,4.57,2.51,7,5.1,2.23,10
+weave,5.41,1.22,22,3.1,2.05,21,6.36,1.89,22,5.43,1.34,14,5.38,1.06,8,3.27,2.1,11,3.11,2.09,9,6.17,0.75,6,6.44,2.19,16,5.7,1.34,10,5.17,1.11,12,3.0,2.24,11,3.2,1.93,10,5.92,1.32,13,7.0,2.45,9,5.5,1.31,12,5.3,1.16,10,2.85,1.99,13,3.5,2.2,8,6.25,1.82,12,6.5,2.07,10
+web,5.68,1.67,19,4.14,2.83,22,3.96,1.95,28,5.33,0.52,6,5.85,1.99,13,4.0,2.79,11,4.27,3.0,11,3.55,2.38,11,4.24,1.64,17,5.91,1.64,11,5.38,1.77,8,2.91,1.58,11,5.36,3.32,11,3.89,2.03,18,4.1,1.91,10,5.77,1.69,13,5.5,1.76,6,4.29,2.92,14,3.88,2.85,8,3.81,2.2,16,4.17,1.64,12
+website,6.76,1.64,21,3.58,2.22,24,5.68,2.21,19,6.56,1.67,9,6.92,1.68,12,3.17,1.83,6,3.82,2.4,17,4.71,2.36,7,6.25,2.01,12,6.75,1.77,16,6.8,1.3,5,3.07,2.43,14,4.56,1.67,9,5.67,2.55,9,5.7,2.0,10,6.92,1.62,12,6.56,1.74,9,3.87,2.0,15,3.11,2.62,9,5.64,2.66,11,5.75,1.58,8
+wed,6.79,1.55,19,4.95,2.87,21,5.68,2.17,22,6.6,1.67,5,6.85,1.63,13,4.83,2.86,6,5.0,2.98,15,6.3,1.34,10,5.17,2.62,12,6.71,1.38,7,6.82,1.78,11,4.14,3.02,7,5.36,2.82,14,6.0,1.63,10,5.42,2.57,12,6.67,1.5,12,7.0,1.73,7,4.55,3.08,11,5.4,2.72,10,6.0,1.88,14,5.12,2.64,8
+wedded,6.9,1.48,20,4.14,2.41,21,6.64,2.16,25,7.33,1.15,3,6.82,1.55,17,5.14,2.85,7,3.69,2.18,13,6.25,2.12,8,6.82,2.21,17,7.29,1.6,7,6.69,1.44,13,4.43,2.94,7,4.08,2.29,13,6.21,2.49,14,7.18,1.6,11,7.0,1.58,9,6.82,1.47,11,4.55,2.46,11,3.7,2.41,10,6.72,2.47,18,6.43,1.13,7
+wedding,7.35,1.57,20,5.32,3.12,44,5.08,2.31,38,7.0,1.86,12,7.88,0.83,8,5.57,2.87,21,5.09,3.37,23,5.05,2.7,19,4.94,1.83,18,8.33,1.15,3,7.18,1.59,17,5.1,2.92,20,5.5,3.32,24,4.47,2.18,17,5.57,2.34,21,7.64,1.21,11,7.0,1.94,9,4.93,3.29,30,6.14,2.63,14,4.48,1.99,21,5.82,2.51,17
+wedge,4.74,0.65,19,3.24,1.73,21,5.04,2.48,23,4.67,0.58,3,4.75,0.68,16,4.0,1.2,8,2.77,1.88,13,5.22,2.54,9,4.93,2.53,14,5.0,0.71,9,4.5,0.53,10,3.78,1.79,9,2.83,1.64,12,5.2,2.81,15,4.75,1.83,8,4.86,0.69,7,4.67,0.65,12,3.5,1.78,10,3.0,1.73,11,5.31,3.04,13,4.7,1.57,10
+wedlock,5.74,2.02,19,4.45,2.14,20,4.91,2.56,23,5.0,1.0,3,5.88,2.16,16,4.62,2.0,8,4.33,2.31,12,4.89,2.57,9,4.93,2.64,14,5.44,2.13,9,6.0,2.0,10,4.0,2.33,8,4.75,2.05,12,5.4,2.67,15,4.0,2.2,8,6.43,1.62,7,5.33,2.19,12,5.3,2.16,10,3.6,1.84,10,4.92,3.01,13,4.9,1.97,10
+wee,5.95,1.61,19,3.3,2.45,20,5.8,2.31,25,6.0,1.73,3,5.94,1.65,16,2.86,2.04,7,3.75,2.7,12,6.38,2.0,8,5.53,2.45,17,5.71,1.25,7,6.08,1.83,12,3.0,2.08,7,3.67,2.71,12,6.07,2.53,14,5.45,2.07,11,5.33,1.32,9,6.5,1.72,10,3.64,2.87,11,2.89,1.9,9,5.83,2.46,18,5.71,2.06,7
+weed,4.65,2.1,23,4.78,2.81,23,5.44,1.89,18,5.5,2.07,10,3.75,1.82,12,5.88,2.75,8,4.14,2.85,14,5.0,1.53,7,5.73,2.1,11,4.0,2.39,8,4.86,1.92,14,4.89,2.89,9,4.71,2.87,14,4.86,1.86,7,5.82,1.89,11,4.91,1.92,11,4.42,2.31,12,4.44,3.68,9,5.0,2.22,14,5.47,2.0,15,5.33,1.53,3
+weeds,4.6,2.3,20,4.32,1.99,22,4.42,2.01,19,4.67,2.65,9,4.55,2.11,11,4.8,2.86,5,4.31,1.7,16,3.33,1.86,6,4.92,1.93,13,4.57,2.53,14,4.67,1.86,6,4.17,2.08,12,4.78,1.86,9,4.22,1.64,9,4.6,2.37,10,5.3,2.63,10,3.9,1.79,10,3.67,2.35,12,5.1,1.1,10,3.33,1.03,6,4.92,2.18,13
+week,5.27,1.83,22,3.33,2.03,21,5.28,2.32,18,5.67,1.75,6,5.13,1.96,15,3.14,2.61,7,3.43,1.79,14,4.78,2.59,9,5.75,2.19,8,5.29,2.23,14,5.29,0.95,7,3.33,2.4,9,3.33,1.83,12,5.8,2.74,10,4.62,1.6,8,5.29,1.9,14,5.25,1.83,8,3.67,2.8,6,3.2,1.74,15,5.6,2.76,10,4.88,1.73,8
+weekday,4.62,1.86,21,3.68,2.08,25,5.32,2.38,22,4.88,1.89,8,4.46,1.9,13,3.77,2.35,13,3.58,1.83,12,5.77,2.71,13,4.67,1.73,9,4.75,1.49,8,4.42,2.15,12,3.93,1.64,14,3.36,2.58,11,5.67,2.74,12,4.9,1.91,10,4.7,2.11,10,4.55,1.69,11,3.47,2.21,17,4.12,1.81,8,5.5,3.06,10,5.17,1.75,12
+weekend,7.17,2.2,18,5.81,2.82,21,7.11,1.78,18,5.62,2.45,8,8.4,0.84,10,5.29,2.75,7,6.07,2.92,14,6.73,1.95,11,7.71,1.38,7,6.18,2.32,11,8.71,0.49,7,6.22,2.86,9,5.5,2.88,12,7.55,1.57,11,6.43,1.99,7,6.5,2.39,12,8.5,0.84,6,5.75,2.63,12,5.89,3.22,9,7.22,1.99,9,7.0,1.66,9
+weekly,5.43,1.6,21,2.86,1.53,21,6.04,2.09,25,5.42,1.44,12,5.44,1.88,9,3.14,1.35,7,2.71,1.64,14,5.5,2.42,10,6.4,1.84,15,6.0,2.0,4,5.29,1.53,17,3.1,1.73,10,2.64,1.36,11,5.86,2.41,7,6.11,2.03,18,5.83,1.95,12,4.89,0.78,9,2.69,1.49,13,3.12,1.64,8,6.0,2.12,9,6.06,2.14,16
+weenie,3.86,2.1,21,3.88,2.49,25,4.67,2.4,18,4.56,1.94,9,3.33,2.15,12,4.33,2.88,6,3.72,2.49,18,4.17,2.23,6,4.92,2.54,12,3.81,1.97,16,4.0,2.74,5,3.5,2.59,14,4.4,2.5,10,5.12,2.75,8,4.3,2.16,10,4.5,2.24,12,3.0,1.66,9,4.56,2.37,16,2.67,2.35,9,4.6,2.99,10,4.75,1.58,8
+weep,2.88,2.07,24,4.0,2.47,23,4.17,2.75,18,3.73,2.61,11,2.15,1.14,13,4.27,2.2,11,3.75,2.77,12,4.6,2.99,10,3.62,2.5,8,4.0,2.56,8,2.33,1.63,15,4.64,2.87,11,3.42,1.98,12,5.29,2.81,7,3.45,2.58,11,3.13,2.26,15,2.44,1.74,9,3.64,2.38,11,4.33,2.61,12,4.67,2.92,9,3.67,2.65,9
+weeping willow,6.53,1.78,19,3.7,2.77,20,5.29,1.99,24,6.38,1.89,13,6.83,1.6,6,6.0,2.92,5,2.93,2.34,15,5.15,1.68,13,5.45,2.38,11,6.0,1.94,9,7.0,1.56,10,5.14,3.63,7,2.92,1.93,13,5.55,2.5,11,5.08,1.5,13,6.67,1.5,9,6.4,2.07,10,4.3,3.2,10,3.1,2.28,10,5.22,2.22,9,5.33,1.91,15
+weepy,3.05,1.54,19,4.0,2.1,21,3.85,1.87,20,3.67,1.15,3,2.94,1.61,16,4.0,2.97,6,4.0,1.77,15,3.67,1.51,6,3.93,2.06,14,3.1,1.66,10,3.0,1.5,9,4.0,1.83,7,4.0,2.29,14,3.8,1.55,10,3.9,2.23,10,3.38,1.19,8,2.82,1.78,11,4.44,2.24,9,3.67,2.02,12,3.88,2.03,8,3.83,1.85,12
+weigh,4.32,1.49,19,4.14,2.51,22,5.0,2.41,22,5.22,1.09,9,3.5,1.35,10,5.12,2.47,8,3.57,2.44,14,5.18,2.82,11,4.82,2.04,11,5.29,0.95,7,3.75,1.48,12,4.1,2.23,10,4.17,2.82,12,5.15,2.23,13,4.78,2.77,9,4.1,1.6,10,4.56,1.42,9,4.62,2.77,8,3.86,2.41,14,5.07,2.4,14,4.88,2.59,8
+weight,3.91,2.11,22,4.05,2.33,20,5.95,2.9,19,5.0,1.47,13,2.33,1.94,9,3.14,1.77,7,4.54,2.5,13,6.71,2.06,7,5.5,3.29,12,4.58,2.15,12,3.1,1.85,10,3.44,2.46,9,4.55,2.21,11,6.8,2.44,10,5.0,3.2,9,4.0,2.34,12,3.8,1.93,10,4.14,2.41,7,4.0,2.38,13,5.71,3.5,7,6.08,2.64,12
+weird,5.09,1.93,22,4.29,2.37,21,4.75,2.41,16,5.17,2.14,6,5.0,1.96,15,3.86,3.08,7,4.5,2.03,14,4.25,2.6,8,5.25,2.25,8,5.21,2.15,14,4.71,1.6,7,4.33,2.55,9,4.25,2.34,12,5.0,3.02,8,4.5,1.77,8,5.29,2.09,14,4.75,1.67,8,3.33,2.34,6,4.67,2.35,15,5.25,3.11,8,4.25,1.49,8
+weirdness,4.82,1.87,22,4.56,2.14,25,5.38,2.14,24,4.44,1.88,9,5.08,1.89,13,4.56,2.19,9,4.56,2.19,16,4.44,2.01,9,5.93,2.09,15,6.0,1.41,8,4.14,1.79,14,4.69,1.93,13,4.42,2.43,12,4.83,2.08,12,5.92,2.15,12,4.5,2.39,12,5.2,0.92,10,4.0,2.42,14,5.27,1.56,11,5.23,2.55,13,5.55,1.63,11
+weirdo,5.19,2.42,21,4.9,2.59,20,3.95,2.52,22,5.17,2.99,6,5.2,2.27,15,5.38,2.5,8,4.58,2.71,12,3.75,2.22,12,4.2,2.94,10,6.11,3.02,9,4.5,1.68,12,5.44,2.65,9,4.45,2.58,11,2.43,1.81,7,4.67,2.53,15,6.6,2.07,10,3.91,2.02,11,5.15,2.27,13,4.43,3.26,7,3.92,2.97,12,4.0,2.0,10
+welcome,7.27,1.88,22,3.76,2.26,21,6.24,2.17,17,7.17,2.14,6,7.27,1.91,15,3.86,2.54,7,3.71,2.2,14,6.11,2.47,9,6.38,1.92,8,6.64,2.1,14,8.43,0.53,7,3.11,2.15,9,4.25,2.3,12,5.78,2.44,9,6.75,1.83,8,7.29,1.68,14,7.25,2.31,8,4.33,2.66,6,3.53,2.13,15,6.0,2.65,9,6.5,1.6,8
+weld,4.95,1.22,19,4.62,1.96,21,5.12,2.36,33,5.22,1.39,9,4.7,1.06,10,5.38,1.41,8,4.15,2.15,13,4.86,2.74,14,5.32,2.08,19,4.89,0.93,9,5.0,1.49,10,5.0,2.16,13,4.0,1.51,8,4.9,2.62,21,5.5,1.83,12,4.9,0.88,10,5.0,1.58,9,4.71,1.94,14,4.43,2.15,7,5.56,1.71,16,4.71,2.82,17
+welder,5.57,1.63,21,3.8,2.57,25,5.58,2.24,19,6.11,1.69,9,5.17,1.53,12,3.17,2.48,6,4.0,2.7,18,5.0,2.08,7,5.92,2.35,12,5.56,1.5,16,5.6,2.19,5,3.57,2.87,14,4.1,2.33,10,4.44,1.88,9,6.6,2.12,10,6.0,1.95,12,5.0,0.87,9,4.19,2.48,16,3.11,2.71,9,5.91,2.39,11,5.12,2.1,8
+welding,5.47,1.58,19,3.7,2.13,20,5.62,1.76,24,5.69,1.84,13,5.0,0.63,6,4.4,1.52,5,3.47,2.29,15,6.0,1.58,13,5.18,1.94,11,5.67,1.66,9,5.3,1.57,10,5.29,1.8,7,2.85,1.82,13,5.09,2.07,11,6.08,1.38,13,4.78,1.2,9,6.1,1.66,10,3.7,1.77,10,3.7,2.54,10,6.0,2.18,9,5.4,1.5,15
+welfare,3.58,2.19,19,4.32,1.89,22,4.25,1.98,24,3.5,1.97,6,3.62,2.36,13,4.5,2.2,12,4.1,1.52,10,3.88,1.55,8,4.44,2.19,16,3.9,1.73,10,3.22,2.68,9,5.33,1.87,9,3.62,1.61,13,3.76,1.82,17,5.67,2.07,6,3.12,1.96,8,3.91,2.39,11,4.0,2.12,9,4.54,1.76,13,4.25,2.21,16,4.25,1.58,8
+wellness,7.67,1.28,21,4.56,2.4,25,6.95,1.9,19,7.44,1.24,9,7.83,1.34,12,4.17,2.32,6,4.67,2.54,18,7.29,2.14,7,6.75,1.82,12,7.5,1.37,16,8.2,0.84,5,3.86,2.6,14,5.5,1.96,10,7.22,1.99,9,6.7,1.89,10,7.83,0.83,12,7.44,1.74,9,4.38,2.39,16,4.89,2.52,9,6.91,2.02,11,7.0,1.85,8
+welsh,4.53,1.5,19,4.0,2.02,22,4.89,2.0,19,4.11,2.09,9,4.9,0.57,10,4.0,2.92,5,4.19,1.68,16,4.67,3.01,6,5.0,1.47,13,4.46,1.27,13,4.67,2.07,6,4.17,1.85,12,4.11,2.2,9,4.56,1.01,9,5.2,2.62,10,4.3,1.25,10,4.78,1.79,9,3.25,1.86,12,4.9,1.91,10,4.5,2.66,6,5.08,1.71,13
+wench,4.52,2.21,23,4.06,1.92,18,3.91,1.9,22,5.14,2.34,7,4.25,2.18,16,3.17,0.98,6,4.5,2.15,12,4.8,1.48,10,3.17,1.95,12,4.55,1.75,11,4.5,2.65,12,3.9,2.02,10,4.25,1.91,8,4.18,1.72,11,3.64,2.11,11,4.57,2.59,14,4.44,1.59,9,3.11,1.69,9,5.0,1.73,9,3.82,1.94,11,4.0,1.95,11
+werewolf,3.85,2.21,20,5.0,2.56,22,4.44,2.79,18,5.12,2.36,8,3.0,1.71,12,4.9,2.33,10,5.08,2.84,12,4.4,2.8,10,4.5,2.98,8,5.29,2.43,7,3.17,1.75,12,5.0,2.65,11,5.0,2.61,11,5.43,3.05,7,3.82,2.56,11,4.25,2.67,12,3.25,1.16,8,5.82,2.79,11,4.18,2.14,11,4.22,2.49,9,4.67,3.2,9
+west,5.72,1.71,18,3.05,1.94,21,4.94,2.04,18,5.0,1.6,8,6.3,1.64,10,2.57,1.81,7,3.29,2.02,14,4.64,2.01,11,5.43,2.15,7,5.36,1.63,11,6.29,1.8,7,2.89,1.96,9,3.17,1.99,12,5.18,1.89,11,4.57,2.37,7,5.17,1.59,12,6.83,1.47,6,3.08,1.98,12,3.0,2.0,9,5.11,2.67,9,4.78,1.3,9
+westbound,5.18,1.33,22,4.74,2.49,23,5.84,1.61,19,5.38,1.51,8,4.77,0.6,13,5.0,2.88,8,4.64,2.44,14,6.43,1.81,7,5.55,1.51,11,5.12,1.73,8,4.92,0.28,13,4.56,3.17,9,4.86,2.07,14,5.57,1.9,7,6.0,1.48,12,5.18,1.33,11,5.18,1.4,11,3.22,2.33,9,5.71,2.13,14,5.88,1.75,16,5.67,0.58,3
+western,5.35,1.95,20,4.48,2.59,23,5.29,1.65,21,6.6,2.51,5,4.93,1.62,15,5.17,2.48,12,3.73,2.61,11,4.73,1.9,11,5.67,0.87,9,4.73,2.2,11,6.11,1.36,9,4.5,2.73,16,4.43,2.44,7,5.18,1.47,11,5.4,1.9,10,5.46,1.98,13,5.14,2.04,7,4.47,2.86,19,4.5,0.58,4,5.36,1.34,14,5.14,2.27,7
+wet,5.64,2.26,22,5.0,2.71,20,6.11,2.66,19,6.23,2.35,13,4.78,1.92,9,6.14,2.73,7,4.38,2.6,13,5.86,2.97,7,6.25,2.6,12,6.33,2.19,12,4.8,2.15,10,4.78,2.59,9,5.18,2.93,11,7.2,1.69,10,4.89,3.1,9,5.92,2.11,12,5.3,2.5,10,5.86,2.85,7,4.54,2.63,13,6.29,2.98,7,6.0,2.59,12
+wetback,2.75,2.07,20,3.67,2.35,18,3.95,2.06,21,2.4,2.07,5,2.87,2.13,15,3.5,2.26,6,3.75,2.49,12,4.67,1.94,9,3.42,2.07,12,2.0,1.05,10,3.5,2.59,10,3.3,2.16,10,4.12,2.64,8,4.1,2.08,10,3.82,2.14,11,2.83,2.21,12,2.62,2.0,8,2.78,2.54,9,4.56,1.88,9,3.8,1.62,10,4.09,2.47,11
+whack,4.14,1.59,21,3.71,2.46,24,5.68,2.19,19,5.25,1.49,8,3.46,1.27,13,4.5,2.07,6,3.44,2.57,18,5.91,2.12,11,5.38,2.39,8,4.67,1.3,12,3.44,1.74,9,4.2,2.53,10,3.36,2.44,14,6.08,1.98,13,4.83,2.56,6,4.14,1.41,14,4.14,2.04,7,4.12,2.16,16,2.88,2.95,8,6.0,2.24,11,5.25,2.19,8
+whale,5.81,2.14,21,4.2,2.76,20,5.57,1.96,21,5.83,1.47,6,5.8,2.4,15,4.25,2.38,8,4.17,3.1,12,5.73,2.49,11,5.4,1.26,10,5.17,2.32,6,6.07,2.09,15,3.7,2.54,10,4.7,3.02,10,5.43,2.38,14,5.86,0.69,7,5.86,2.12,7,5.79,2.22,14,4.36,3.1,14,3.83,1.94,6,5.5,2.24,12,5.67,1.66,9
+whaling,3.26,2.0,19,3.2,1.99,20,4.35,2.35,20,3.33,1.53,3,3.13,2.13,15,2.6,1.65,10,3.8,2.2,10,5.4,2.59,10,3.3,1.57,10,4.17,2.79,6,2.67,1.37,12,2.29,1.8,7,3.69,1.97,13,4.75,2.12,8,4.08,2.54,12,2.92,1.68,12,3.86,2.48,7,2.8,1.93,10,3.6,2.07,10,3.44,1.88,9,5.09,2.51,11
+whammy,4.95,1.8,21,5.75,2.59,20,4.48,2.18,21,5.5,1.05,6,4.73,2.02,15,5.62,2.5,8,5.83,2.76,12,4.45,2.21,11,4.5,2.27,10,4.67,1.75,6,5.07,1.87,15,4.8,3.08,10,6.7,1.64,10,4.71,2.3,14,4.0,2.0,7,5.71,1.98,7,4.57,1.65,14,5.43,2.9,14,6.5,1.64,6,4.33,2.15,12,4.67,2.35,9
+wharf,5.24,1.55,21,3.65,1.9,20,5.62,2.11,21,5.17,0.75,6,5.27,1.79,15,3.5,2.0,8,3.75,1.91,12,5.55,2.5,11,5.7,1.7,10,4.5,1.38,6,5.53,1.55,15,3.9,2.02,10,3.4,1.84,10,5.36,2.34,14,6.14,1.57,7,4.57,1.27,7,5.57,1.6,14,3.79,2.19,14,3.33,1.03,6,5.25,2.22,12,6.11,1.96,9
+whatnot,5.48,1.5,21,2.59,1.87,22,6.06,1.95,18,5.78,1.56,9,5.25,1.48,12,2.5,1.78,10,2.67,2.02,12,6.4,1.65,10,5.62,2.33,8,5.43,2.23,7,5.54,1.13,13,3.0,2.14,11,2.18,1.54,11,7.29,1.7,7,5.27,1.74,11,5.38,1.71,13,5.62,1.19,8,2.45,1.51,11,2.73,2.24,11,6.33,2.12,9,5.78,1.86,9
+wheat,4.95,1.93,19,3.94,2.3,17,5.75,2.21,24,5.0,2.24,5,4.93,1.9,14,4.6,2.51,5,3.67,2.27,12,5.46,2.47,13,6.09,1.92,11,4.78,1.64,9,5.1,2.23,10,4.29,2.43,7,3.7,2.31,10,5.44,2.39,16,6.38,1.77,8,4.43,1.7,14,6.4,1.95,5,4.18,1.94,11,3.5,3.02,6,6.27,2.12,15,4.89,2.2,9
+wheel,5.9,1.51,21,4.0,2.36,20,6.16,2.29,19,6.46,1.66,13,5.0,0.53,8,4.86,2.41,7,3.54,2.3,13,6.57,2.07,7,5.92,2.47,12,6.33,1.44,12,5.33,1.5,9,4.0,2.55,9,4.0,2.32,11,6.4,2.32,10,5.89,2.37,9,5.67,1.15,12,6.22,1.92,9,4.43,2.37,7,3.77,2.42,13,6.29,2.21,7,6.08,2.43,12
+wheel barrow,5.48,1.75,21,3.05,1.96,20,6.11,2.04,36,5.62,1.85,8,5.38,1.76,13,2.8,1.79,5,3.13,2.07,15,5.91,2.34,11,6.2,1.94,25,5.46,2.03,13,5.5,1.31,8,3.08,2.27,12,3.0,1.51,8,6.4,1.93,20,5.75,2.18,16,4.91,1.76,11,6.1,1.6,10,3.55,2.16,11,2.44,1.59,9,6.05,1.99,22,6.21,2.19,14
+wheelbarrow,5.17,1.15,18,3.1,1.94,20,5.87,2.05,23,5.0,1.41,2,5.19,1.17,16,3.5,1.77,8,2.83,2.08,12,5.78,2.59,9,5.93,1.73,14,5.38,0.74,8,5.0,1.41,10,4.11,1.9,9,2.27,1.62,11,6.27,2.28,15,5.12,1.36,8,5.29,0.49,7,5.09,1.45,11,3.5,1.65,10,2.7,2.21,10,6.54,2.26,13,5.0,1.41,10
+wheelchair,3.64,1.89,22,3.74,2.08,19,3.95,2.28,20,3.6,0.89,5,3.56,2.16,16,3.5,2.0,8,3.91,2.21,11,4.22,2.17,9,3.73,2.45,11,3.83,1.95,12,3.4,1.9,10,4.2,1.99,10,3.22,2.17,9,3.64,2.01,11,4.33,2.65,9,3.09,2.07,11,4.18,1.6,11,3.25,1.98,8,4.09,2.17,11,3.33,1.5,9,4.45,2.73,11
+wheeze,3.67,1.91,21,4.24,2.49,25,3.63,2.31,19,4.0,1.66,9,3.42,2.11,12,3.67,3.01,6,4.39,2.43,18,3.0,2.24,7,4.0,2.37,12,3.38,1.67,16,4.6,2.51,5,3.79,2.81,14,4.8,2.1,10,3.78,2.77,9,3.5,1.96,10,3.83,2.25,12,3.44,1.42,9,4.69,2.63,16,3.44,2.13,9,3.55,2.38,11,3.75,2.38,8
+whelp,4.89,1.66,19,4.14,2.29,21,5.0,2.4,25,4.67,0.58,3,4.94,1.81,16,3.43,2.7,7,4.69,2.02,13,5.12,2.03,8,4.94,2.61,17,4.71,2.06,7,5.0,1.48,12,3.57,1.9,7,4.62,2.47,13,5.0,2.25,14,5.0,2.68,11,4.75,1.16,8,5.0,2.0,11,4.18,2.04,11,4.1,2.64,10,4.67,2.68,18,5.86,1.21,7
+whereabouts,5.05,1.39,20,3.87,2.2,23,5.62,2.22,21,4.56,1.13,9,5.45,1.51,11,4.0,2.53,11,3.75,1.96,12,4.75,1.28,8,6.15,2.54,13,4.79,1.19,14,5.67,1.75,6,3.89,2.98,9,3.86,1.66,14,5.88,1.96,8,5.46,2.44,13,4.7,1.16,10,5.4,1.58,10,3.85,2.08,13,3.9,2.47,10,5.75,2.67,12,5.44,1.59,9
+whiff,4.79,1.36,19,5.05,2.37,20,5.2,2.06,25,4.3,1.57,10,5.33,0.87,9,5.57,1.81,7,4.77,2.65,13,4.85,2.03,13,5.58,2.11,12,4.55,1.51,11,5.12,1.13,8,4.64,2.2,11,5.56,2.6,9,5.18,2.27,17,5.25,1.67,8,4.7,1.7,10,4.89,0.93,9,5.67,2.15,12,4.12,2.53,8,4.94,2.26,16,5.67,1.66,9
+whim,6.16,1.71,19,4.05,2.04,20,5.85,2.7,20,5.0,0.0,3,6.33,1.84,15,3.4,2.12,10,4.7,1.83,10,5.8,2.3,10,5.9,3.18,10,5.83,2.32,6,6.25,1.48,12,3.71,2.98,7,4.23,1.42,13,4.88,2.9,8,6.5,2.47,12,6.92,1.38,12,4.86,1.46,7,4.5,2.12,10,3.6,1.96,10,5.56,3.05,9,6.09,2.51,11
+whimper,3.9,1.21,20,4.29,2.05,21,4.72,2.65,25,3.33,1.15,3,4.0,1.22,17,3.29,1.7,7,4.85,2.15,13,5.0,2.67,8,4.59,2.72,17,3.86,1.07,7,3.92,1.32,13,3.86,2.12,7,4.54,2.15,13,4.5,2.74,14,5.0,2.65,11,4.0,1.41,9,3.82,1.08,11,4.64,2.01,11,3.9,2.13,10,4.78,2.84,18,4.57,2.3,7
+whimsical,6.65,1.42,20,4.77,2.91,22,5.31,2.51,26,6.57,1.72,7,6.69,1.32,13,4.5,2.46,10,5.0,3.33,12,4.27,2.58,15,6.9,1.6,10,6.91,1.22,11,6.33,1.66,9,5.0,2.87,9,4.62,3.04,13,5.5,2.9,16,5.0,1.94,9,6.62,1.26,13,6.71,1.8,7,3.94,2.86,16,7.0,1.67,6,4.58,2.31,12,5.93,2.59,14
+whimsy,5.52,1.83,21,3.81,2.53,26,5.88,1.83,24,4.89,1.54,9,6.0,1.95,12,3.1,2.18,10,4.25,2.7,16,6.0,1.58,9,5.8,2.01,15,6.0,1.41,7,5.29,2.02,14,4.23,2.95,13,3.38,2.06,13,5.67,1.87,12,6.08,1.83,12,5.55,2.11,11,5.5,1.58,10,3.13,2.47,15,4.73,2.41,11,5.92,2.02,13,5.82,1.66,11
+whine,2.82,1.62,22,3.62,2.36,21,4.73,2.12,22,2.64,1.34,14,3.12,2.1,8,3.36,2.58,11,4.11,2.2,9,5.33,1.37,6,4.5,2.34,16,2.5,1.51,10,3.08,1.73,12,2.55,1.92,11,4.8,2.3,10,5.08,1.5,13,4.22,2.82,9,3.08,1.93,12,2.5,1.18,10,3.38,2.66,13,4.0,1.85,8,5.75,1.96,12,3.5,1.65,10
+whiny,3.2,1.44,20,4.24,2.28,21,4.68,2.68,34,3.6,1.43,10,2.8,1.4,10,3.62,2.0,8,4.62,2.43,13,6.0,3.04,14,3.75,2.0,20,3.56,1.42,9,2.91,1.45,11,3.77,1.79,13,5.0,2.88,8,5.18,2.95,22,3.75,1.86,12,3.1,1.66,10,3.3,1.25,10,4.21,2.55,14,4.29,1.8,7,5.29,2.78,17,4.06,2.51,17
+whip,3.6,2.87,20,5.1,3.09,20,4.43,2.64,21,4.33,3.39,6,3.29,2.7,14,6.0,3.12,8,4.5,3.06,12,4.33,3.17,12,4.56,1.88,9,5.0,3.46,9,2.45,1.69,11,5.0,3.16,9,5.18,3.19,11,3.57,2.07,7,4.86,2.85,14,4.22,3.35,9,3.09,2.47,11,5.0,3.06,13,5.29,3.4,7,4.67,2.93,12,4.11,2.32,9
+whiplash,2.42,1.43,19,5.36,2.36,22,3.73,2.41,22,2.89,1.54,9,2.0,1.25,10,4.88,2.53,8,5.64,2.31,14,3.45,2.54,11,4.0,2.37,11,3.86,1.21,7,1.58,0.67,12,4.4,1.58,10,6.17,2.66,12,3.69,2.32,13,3.78,2.68,9,2.6,1.43,10,2.22,1.48,9,5.38,2.72,8,5.36,2.24,14,3.93,2.64,14,3.38,2.07,8
+whirl,5.45,1.05,20,4.57,2.44,21,4.94,2.12,34,5.6,0.7,10,5.3,1.34,10,5.0,2.62,8,4.31,2.39,13,5.0,2.18,14,4.9,2.13,20,5.11,1.05,9,5.73,1.01,11,4.69,2.66,13,4.38,2.2,8,5.05,2.44,22,4.75,1.42,12,5.3,1.16,10,5.6,0.97,10,4.14,2.6,14,5.43,1.99,7,5.76,1.56,17,4.12,2.32,17
+whirlpool,5.8,1.36,20,5.35,2.68,20,5.8,2.42,25,4.67,1.15,3,6.0,1.32,17,6.57,2.82,7,4.75,2.56,12,5.12,2.36,8,6.12,2.45,17,5.14,0.9,7,6.15,1.46,13,5.86,2.61,7,5.17,2.89,12,4.93,2.62,14,6.91,1.64,11,5.89,1.27,9,5.73,1.49,11,5.73,2.37,11,4.89,3.1,9,5.89,2.61,18,5.57,1.99,7
+whirlwind,4.62,2.06,21,6.05,1.84,19,3.62,2.42,21,5.0,1.26,6,4.47,2.33,15,6.5,1.77,8,5.73,1.9,11,4.09,2.59,11,3.1,2.23,10,4.33,1.63,6,4.73,2.25,15,5.6,1.78,10,6.56,1.88,9,4.07,2.67,14,2.71,1.6,7,4.0,2.0,7,4.93,2.09,14,5.92,2.1,13,6.33,1.21,6,3.33,2.53,12,4.0,2.35,9
+whisk,5.74,1.37,19,4.48,1.66,21,5.2,2.57,20,7.0,0.0,3,5.5,1.37,16,4.67,2.34,6,4.4,1.4,15,5.33,2.42,6,5.14,2.71,14,5.7,1.06,10,5.78,1.72,9,3.86,1.21,7,4.79,1.81,14,5.3,2.87,10,5.1,2.38,10,6.25,1.16,8,5.36,1.43,11,4.22,1.39,9,4.67,1.87,12,4.75,3.15,8,5.5,2.2,12
+whiskers,6.0,2.14,21,4.61,2.21,23,4.81,2.29,21,5.6,2.3,5,6.12,2.16,16,4.25,2.22,12,5.0,2.24,11,4.82,2.36,11,4.33,1.94,9,5.83,2.55,12,6.22,1.56,9,5.06,2.21,16,3.57,1.99,7,4.18,2.04,11,5.5,2.46,10,6.08,2.22,13,5.88,2.17,8,4.58,2.39,19,4.75,1.26,4,4.64,2.34,14,5.14,2.34,7
+whiskey,5.55,2.5,20,5.62,2.44,21,4.41,2.8,34,6.3,2.5,10,4.8,2.39,10,5.62,2.33,8,5.62,2.6,13,5.36,2.98,14,3.75,2.53,20,6.33,2.18,9,4.91,2.66,11,5.46,2.11,13,5.88,3.04,8,4.41,2.95,22,4.42,2.61,12,4.3,2.54,10,6.8,1.81,10,5.79,2.72,14,5.29,1.89,7,4.71,2.76,17,4.12,2.89,17
+whisper,6.14,1.71,21,4.1,2.92,20,5.66,2.21,35,6.5,1.93,8,5.92,1.61,13,4.2,2.95,5,4.07,3.01,15,6.36,1.75,11,5.33,2.35,24,6.08,2.14,13,6.25,0.71,8,4.0,2.89,12,4.25,3.15,8,5.45,2.68,20,5.93,1.39,15,6.09,1.45,11,6.2,2.04,10,4.82,2.93,11,3.22,2.82,9,5.59,2.34,22,5.77,2.05,13
+whistle,5.7,1.99,23,3.94,2.01,18,5.78,2.0,46,5.88,1.81,8,5.6,2.13,15,3.67,1.21,6,4.08,2.35,12,6.6,2.32,15,5.39,1.73,31,5.58,1.98,12,5.82,2.09,11,4.2,2.15,10,3.62,1.92,8,5.58,2.12,24,6.0,1.88,22,5.09,2.26,11,6.25,1.6,12,3.11,1.45,9,4.78,2.22,9,5.93,2.13,30,5.5,1.75,16
+whit,5.48,1.29,21,4.05,1.99,21,6.08,2.14,25,5.83,1.11,12,5.0,1.41,9,3.71,2.29,7,4.21,1.89,14,6.3,1.7,10,5.93,2.43,15,4.75,0.5,4,5.65,1.37,17,4.0,1.63,10,4.09,2.34,11,5.43,2.37,7,6.33,2.06,18,5.25,1.36,12,5.78,1.2,9,4.23,1.88,13,3.75,2.25,8,5.67,1.66,9,6.31,2.39,16
+white,6.18,1.93,39,3.35,2.36,43,5.71,2.16,24,6.27,2.02,15,6.12,1.92,24,4.0,2.66,20,2.78,1.95,23,5.12,2.36,8,6.0,2.07,16,6.06,1.47,18,6.29,2.28,21,3.63,2.79,19,3.12,1.98,24,5.88,2.09,17,5.33,2.66,6,5.91,2.15,23,6.56,1.55,16,2.96,2.28,27,4.0,2.42,16,6.12,2.09,16,4.88,2.17,8
+whitefish,5.1,2.2,20,2.67,1.83,21,4.48,2.06,25,2.75,1.5,4,5.69,1.96,16,3.5,1.29,4,2.47,1.91,17,3.78,2.33,9,4.88,1.86,16,4.62,2.0,8,5.42,2.35,12,2.7,1.7,10,2.64,2.01,11,4.5,1.95,14,4.45,2.3,11,5.09,2.07,11,5.11,2.47,9,1.5,1.08,10,3.73,1.74,11,4.39,2.0,18,4.71,2.36,7
+whitewash,4.48,1.5,21,2.87,1.77,23,4.88,1.75,26,4.55,1.63,11,4.4,1.43,10,2.64,1.8,11,3.08,1.78,12,4.91,1.22,11,4.93,2.16,14,4.5,1.43,10,4.45,1.63,11,2.73,2.05,11,3.0,1.54,12,5.0,1.54,17,4.75,2.31,8,4.46,1.85,13,4.5,0.76,8,2.87,1.85,15,2.88,1.73,8,5.24,1.82,17,4.22,1.48,9
+whittle,5.45,1.1,20,2.84,1.89,19,5.59,1.59,22,5.14,0.38,7,5.62,1.33,13,2.75,1.28,8,2.91,2.3,11,4.83,0.41,6,5.88,1.78,16,5.2,0.79,10,5.67,1.41,9,2.29,1.38,7,3.17,2.12,12,5.13,1.25,15,6.57,1.9,7,5.73,1.42,11,5.11,0.33,9,3.0,2.19,11,2.62,1.51,8,5.45,1.04,11,5.73,2.05,11
+whiz,6.48,1.69,21,3.92,2.78,25,6.42,2.04,19,6.0,1.87,9,6.83,1.53,12,4.0,2.83,6,4.06,2.84,18,4.71,0.95,7,7.42,1.83,12,6.12,1.71,16,7.6,1.14,5,3.29,2.76,14,5.1,2.56,10,6.11,2.09,9,6.7,2.06,10,6.58,1.83,12,6.33,1.58,9,4.31,2.7,16,3.22,2.95,9,6.82,2.32,11,5.88,1.55,8
+whole,5.86,1.49,22,3.48,2.5,21,6.24,2.08,17,6.17,1.47,6,5.73,1.58,15,3.14,2.97,7,3.64,2.34,14,5.78,2.39,9,6.75,1.67,8,5.64,1.6,14,6.29,1.38,7,3.67,3.2,9,3.33,1.97,12,5.78,2.59,9,6.75,1.28,8,5.64,1.34,14,6.25,1.75,8,3.33,3.39,6,3.53,2.2,15,6.33,2.18,9,6.12,2.1,8
+wholesale,6.33,1.43,21,3.48,1.91,21,5.08,2.2,25,6.25,1.42,12,6.44,1.51,9,4.29,2.21,7,3.07,1.69,14,4.5,2.22,10,5.47,2.17,15,6.5,1.91,4,6.29,1.36,17,4.1,2.08,10,2.91,1.64,11,4.43,2.3,7,5.33,2.17,18,6.58,1.56,12,6.0,1.22,9,3.46,1.71,13,3.5,2.33,8,4.56,2.35,9,5.38,2.13,16
+wholesome,6.9,1.37,20,4.18,1.7,17,6.71,1.71,21,7.4,1.14,5,6.73,1.44,15,4.83,1.72,6,3.82,1.66,11,5.56,1.59,9,7.58,1.24,12,7.1,1.1,10,6.7,1.64,10,3.9,2.08,10,4.57,0.98,7,6.36,1.86,11,7.1,1.52,10,7.0,1.35,12,6.75,1.49,8,4.12,1.64,8,4.22,1.86,9,6.36,1.75,11,7.1,1.66,10
+whopper,5.55,1.96,20,4.39,1.82,18,5.05,2.13,22,7.4,1.67,5,4.93,1.67,15,4.33,1.03,6,4.42,2.15,12,5.4,1.51,10,4.75,2.56,12,6.1,1.66,10,5.0,2.16,10,4.0,1.15,10,4.88,2.42,8,5.0,1.84,11,5.09,2.47,11,4.92,1.88,12,6.5,1.77,8,4.0,2.12,9,4.78,1.48,9,4.82,1.94,11,5.27,2.37,11
+whopping,5.0,1.59,20,4.0,2.9,20,4.54,1.96,24,5.0,2.94,4,5.0,1.21,16,4.5,3.11,4,3.88,2.94,16,4.67,2.29,9,4.47,1.81,15,4.75,0.71,8,5.17,1.99,12,4.22,3.03,9,3.82,2.93,11,4.0,1.88,14,5.3,1.89,10,5.45,1.21,11,4.44,1.88,9,3.4,2.99,10,4.6,2.84,10,5.0,1.77,17,3.43,2.07,7
+whore,2.7,1.76,40,6.29,2.28,42,4.89,2.81,44,3.7,1.89,10,2.18,1.49,28,6.17,2.37,12,6.31,2.32,29,5.09,2.84,23,4.6,2.87,20,2.58,1.64,19,2.7,1.87,20,6.75,1.86,12,6.1,2.43,30,4.26,2.8,27,5.88,2.6,17,2.86,1.93,22,2.5,1.54,18,6.32,2.31,19,6.26,2.3,23,4.83,2.79,35,5.11,3.02,9
+whorehouse,3.38,2.18,21,5.52,2.57,23,4.19,2.98,21,3.4,1.95,5,3.38,2.31,16,6.33,2.39,12,4.64,2.58,11,4.73,3.26,11,3.0,2.0,9,2.33,1.61,12,4.78,2.11,9,5.94,2.38,16,4.57,2.94,7,4.36,2.34,11,4.0,3.68,10,3.77,2.49,13,2.75,1.49,8,5.63,2.83,19,5.0,0.0,4,3.86,2.66,14,4.86,3.67,7
+wicked,2.63,1.42,19,5.86,1.65,21,3.61,2.18,44,2.33,1.03,6,2.77,1.59,13,5.57,1.27,7,6.0,1.84,14,3.67,2.35,18,3.58,2.1,26,3.1,1.37,10,2.11,1.36,9,5.8,1.32,10,5.91,1.97,11,4.04,2.39,25,3.05,1.78,19,3.0,1.41,8,2.36,1.43,11,5.54,1.98,13,6.38,0.74,8,3.52,2.18,25,3.74,2.23,19
+wickedness,2.86,2.08,21,6.0,2.55,20,4.14,2.93,22,3.17,3.13,6,2.73,1.62,15,5.75,3.06,8,6.17,2.29,12,3.33,2.61,12,5.1,3.14,10,3.11,2.71,9,2.67,1.56,12,6.11,2.67,9,5.91,2.59,11,3.14,2.27,7,4.6,3.16,15,3.5,2.51,10,2.27,1.49,11,5.46,2.67,13,7.0,2.16,7,4.58,3.45,12,3.6,2.22,10
+wicker,4.79,1.36,19,3.06,1.76,18,4.76,2.19,17,4.73,1.01,11,4.88,1.81,8,3.0,1.83,4,3.07,1.82,14,3.25,1.58,8,6.11,1.76,9,5.25,0.46,8,4.45,1.69,11,3.29,1.6,7,2.91,1.92,11,4.17,1.33,6,5.09,2.55,11,4.92,1.5,13,4.5,1.05,6,2.64,1.96,11,3.71,1.25,7,5.29,2.14,7,4.4,2.27,10
+wide,4.58,1.46,19,3.05,2.12,19,6.2,1.99,20,5.0,0.0,3,4.73,1.33,15,3.0,2.21,10,3.11,2.15,9,6.8,1.4,10,5.6,2.37,10,4.5,1.87,6,4.92,0.79,12,3.14,2.41,7,3.0,2.04,12,6.12,2.53,8,6.25,1.66,12,4.75,1.66,12,4.29,1.11,7,3.89,2.42,9,2.3,1.57,10,5.44,2.19,9,6.82,1.66,11
+widen,5.0,1.22,21,3.46,2.47,24,5.63,2.22,19,4.78,0.83,9,5.17,1.47,12,3.83,2.64,6,3.24,2.51,17,5.29,2.21,7,5.83,2.29,12,5.0,1.37,16,5.0,0.71,5,3.46,2.76,13,3.3,2.26,10,5.78,2.54,9,5.5,2.01,10,4.67,0.78,12,5.44,1.59,9,3.6,2.59,15,3.22,2.39,9,5.82,2.56,11,5.38,1.77,8
+widespread,5.11,1.45,19,4.05,2.73,21,3.81,1.91,16,5.27,1.27,11,4.57,1.62,7,4.29,2.75,7,3.93,2.81,14,2.83,1.47,6,4.4,1.96,10,5.12,1.81,8,5.09,1.22,11,4.0,3.0,9,4.08,2.64,12,3.88,2.17,8,3.75,1.75,8,4.75,1.54,12,5.71,1.11,7,3.64,2.91,11,4.5,2.59,10,3.44,2.13,9,4.29,1.6,7
+widow,2.28,1.71,18,3.5,2.4,20,4.12,1.83,25,1.6,0.55,5,2.54,1.94,13,3.45,2.46,11,3.56,2.46,9,4.25,1.81,16,3.89,1.96,9,2.0,1.41,7,2.45,1.92,11,2.56,2.35,9,4.27,2.24,11,3.9,1.89,20,5.0,1.41,5,2.44,1.51,9,2.11,1.96,9,3.09,2.34,11,4.0,2.5,9,4.37,1.86,19,3.33,1.63,6
+widowed,3.05,1.65,19,4.78,2.28,23,3.1,2.36,21,2.67,1.0,9,3.4,2.07,10,4.27,2.41,11,5.25,2.14,12,3.38,1.19,8,2.92,2.9,13,3.23,1.79,13,2.67,1.37,6,3.89,2.47,9,5.36,2.02,14,3.62,2.67,8,2.77,2.2,13,3.33,2.12,9,2.8,1.14,10,5.15,2.23,13,4.3,2.36,10,3.08,2.27,12,3.11,2.62,9
+widower,2.26,1.33,19,2.83,1.47,18,3.23,1.93,22,2.6,2.07,5,2.14,1.03,14,3.17,1.6,6,2.67,1.44,12,3.1,1.45,10,3.33,2.31,12,2.8,1.32,10,1.67,1.12,9,3.0,1.56,10,2.62,1.41,8,3.18,1.89,11,3.27,2.05,11,2.73,1.49,11,1.62,0.74,8,2.11,1.17,9,3.56,1.42,9,2.73,1.74,11,3.73,2.05,11
+width,5.43,1.12,21,3.73,2.35,22,5.35,1.38,26,5.45,1.13,11,5.4,1.17,10,3.64,2.69,11,3.82,2.09,11,5.82,1.17,11,5.0,1.52,14,5.5,1.18,10,5.36,1.12,11,4.27,2.8,11,3.18,1.78,11,5.35,1.32,17,5.38,1.69,8,5.62,1.39,13,5.12,0.35,8,3.71,2.58,14,3.75,2.05,8,5.41,1.66,17,5.22,0.67,9
+wield,4.82,1.5,22,4.53,2.29,19,5.8,2.61,20,5.6,1.52,5,4.56,1.5,16,5.12,2.59,8,4.09,2.07,11,5.22,2.86,9,6.27,2.41,11,4.75,1.76,12,4.9,1.2,10,5.3,2.5,10,3.67,1.8,9,5.82,3.16,11,5.78,1.92,9,4.55,1.69,11,5.09,1.3,11,4.0,2.88,8,4.91,1.81,11,5.67,2.96,9,5.91,2.43,11
+wiener,4.74,2.1,19,4.94,2.97,17,5.0,2.34,24,5.2,2.28,5,4.57,2.1,14,6.0,3.83,4,4.62,2.75,13,4.92,2.14,13,5.09,2.66,11,4.8,2.3,10,4.67,2.0,9,6.33,3.2,6,4.18,2.68,11,4.81,2.37,16,5.38,2.39,8,4.62,2.14,13,5.0,2.19,6,5.64,2.8,11,3.67,3.08,6,5.2,2.54,15,4.67,2.06,9
+wienie,4.52,2.4,21,3.84,2.3,25,4.47,2.37,19,5.67,2.06,9,3.67,2.35,12,3.83,2.48,6,3.78,2.37,18,3.86,3.02,7,4.83,1.95,12,4.5,2.31,16,4.6,2.97,5,3.71,2.61,14,3.9,2.02,10,4.22,2.82,9,4.7,2.0,10,5.58,2.35,12,3.11,1.69,9,3.62,2.03,16,4.22,2.82,9,4.0,2.86,11,5.12,1.36,8
+wife,6.7,2.12,23,4.21,2.68,43,5.5,2.4,40,6.12,1.89,8,7.0,2.24,15,3.92,3.0,12,4.23,2.58,30,5.3,2.52,20,5.7,2.32,20,7.0,2.09,12,6.36,2.2,11,4.08,2.75,12,4.26,2.7,31,5.12,2.2,17,5.78,2.54,23,6.64,2.46,11,6.75,1.86,12,4.0,2.66,20,4.39,2.74,23,6.19,2.51,16,5.04,2.26,24
+wig,4.48,1.66,21,3.36,2.08,22,5.1,2.28,21,4.0,1.66,9,4.83,1.64,12,2.5,1.76,6,3.6,2.2,15,5.0,2.19,6,5.13,2.39,15,4.44,1.81,9,4.5,1.62,12,3.2,1.48,5,3.41,2.27,17,5.3,2.67,10,4.91,1.97,11,4.58,2.02,12,4.33,1.12,9,4.44,2.4,9,2.62,1.5,13,5.17,2.66,12,5.0,1.8,9
+wiggle,5.57,1.75,21,5.04,1.69,23,5.38,2.2,21,5.4,2.51,5,5.62,1.54,16,5.0,1.48,12,5.09,1.97,11,5.91,1.97,11,4.33,2.0,9,5.67,2.19,12,5.44,1.01,9,4.88,1.82,16,5.43,1.4,7,4.82,1.89,11,6.0,2.45,10,5.38,1.56,13,5.88,2.1,8,5.21,1.78,19,4.25,0.96,4,4.79,2.19,14,6.57,1.81,7
+wiki,5.85,1.69,20,3.64,2.46,22,6.63,2.17,27,6.43,1.99,7,5.54,1.51,13,4.1,2.56,10,3.25,2.42,12,7.07,1.79,15,5.91,2.59,11,6.27,1.56,11,5.33,1.8,9,4.67,2.06,9,2.92,2.53,13,6.76,2.36,17,6.22,1.92,9,5.85,1.63,13,5.86,1.95,7,3.44,2.42,16,4.17,2.71,6,6.83,2.41,12,6.47,2.03,15
+wild,5.94,1.83,18,5.9,2.76,21,5.72,2.67,18,5.5,2.0,8,6.3,1.7,10,4.86,3.29,7,6.43,2.41,14,5.73,2.49,11,5.71,3.15,7,5.82,1.99,11,6.14,1.68,7,5.67,3.12,9,6.08,2.57,12,5.64,3.04,11,5.86,2.19,7,5.67,1.56,12,6.5,2.35,6,5.42,2.71,12,6.56,2.83,9,6.0,2.69,9,5.44,2.79,9
+wildcat,5.21,1.99,19,5.2,2.78,20,4.96,2.34,23,5.15,2.34,13,5.33,1.03,6,7.0,1.41,5,4.6,2.9,15,5.31,2.02,13,4.5,2.76,10,5.89,2.2,9,4.6,1.65,10,7.43,1.72,7,4.0,2.52,13,4.9,2.47,10,5.0,2.35,13,5.67,1.73,9,4.8,2.2,10,5.5,2.95,10,4.9,2.73,10,6.0,2.69,9,4.29,1.9,14
+wildebeest,5.21,1.51,19,4.11,2.49,18,4.47,2.5,17,5.64,0.81,11,4.62,2.07,8,4.5,3.0,4,4.0,2.45,14,3.62,1.69,8,5.22,2.95,9,5.75,0.89,8,4.82,1.78,11,3.57,1.99,7,4.45,2.81,11,4.33,1.97,6,4.55,2.84,11,5.0,1.58,13,5.67,1.37,6,3.18,2.04,11,5.57,2.57,7,4.57,2.82,7,4.4,2.41,10
+wilderness,6.68,1.16,19,4.85,2.16,20,4.48,2.63,23,6.67,1.53,3,6.69,1.14,16,3.71,1.98,7,5.46,2.07,13,3.89,2.52,9,4.86,2.71,14,6.0,1.0,9,7.3,0.95,10,5.56,2.65,9,4.27,1.56,11,4.4,2.82,15,4.62,2.39,8,7.43,0.98,7,6.25,1.06,12,5.9,2.02,10,3.8,1.81,10,4.46,2.9,13,4.5,2.37,10
+wildfire,2.7,2.23,20,5.9,2.61,21,3.26,2.44,34,2.2,1.87,10,3.2,2.53,10,6.0,1.69,8,5.85,3.11,13,3.43,2.71,14,3.15,2.3,20,1.78,0.97,9,3.45,2.7,11,5.85,2.44,13,6.0,3.02,8,3.45,2.56,22,2.92,2.27,12,2.2,1.62,10,3.2,2.7,10,5.79,2.86,14,6.14,2.19,7,3.94,2.54,17,2.59,2.21,17
+wildlife,7.75,1.02,20,5.67,1.93,21,5.88,2.42,25,7.0,1.73,3,7.88,0.86,17,5.71,1.11,7,5.54,2.33,13,6.25,2.25,8,5.71,2.54,17,7.29,1.38,7,8.0,0.71,13,4.86,1.95,7,6.0,1.91,13,5.93,2.13,14,5.82,2.86,11,7.67,0.5,9,7.82,1.33,11,5.55,2.3,11,5.8,1.55,10,5.56,2.62,18,6.71,1.7,7
+will,5.32,1.78,22,2.9,2.07,21,6.61,2.33,18,5.83,1.6,6,5.0,1.85,15,2.57,2.07,7,3.07,2.13,14,5.56,2.51,9,8.0,1.41,8,5.14,2.14,14,5.43,0.79,7,3.33,2.45,9,2.58,1.78,12,6.3,2.79,10,7.0,1.69,8,5.36,1.91,14,5.25,1.67,8,2.33,2.42,6,3.13,1.96,15,6.3,2.63,10,7.0,2.0,8
+willful,5.91,2.07,22,3.71,2.03,21,6.23,2.02,22,6.07,2.16,14,5.62,2.0,8,3.55,2.16,11,3.78,2.05,9,6.33,2.07,6,6.19,2.07,16,5.9,2.42,10,5.92,1.83,12,2.36,1.21,11,5.2,1.69,10,6.62,1.66,13,5.67,2.45,9,5.0,2.09,12,7.0,1.49,10,3.46,2.18,13,4.12,1.81,8,6.5,1.62,12,5.9,2.47,10
+willies,4.45,1.64,20,4.57,2.68,21,4.92,2.69,24,4.0,1.0,3,4.53,1.74,17,4.29,2.06,7,5.0,2.92,13,4.75,2.96,8,5.0,2.63,16,4.14,1.68,7,4.62,1.66,13,4.14,2.61,7,5.08,2.66,13,5.31,2.78,13,4.45,2.62,11,4.89,1.17,9,4.09,1.92,11,4.91,2.95,11,4.2,2.44,10,4.67,2.97,18,5.67,1.51,6
+willing,6.83,2.04,18,2.76,2.05,21,6.5,1.95,18,6.12,2.23,8,7.4,1.78,10,3.57,2.51,7,2.36,1.74,14,6.18,2.14,11,7.0,1.63,7,6.55,2.07,11,7.29,2.06,7,1.78,1.72,9,3.5,2.02,12,6.45,2.11,11,6.57,1.81,7,6.58,1.98,12,7.33,2.25,6,2.67,2.19,12,2.89,1.96,9,7.67,1.66,9,5.33,1.5,9
+willingness,6.43,1.83,21,4.25,1.74,20,6.4,1.94,25,6.67,1.44,12,6.11,2.32,9,4.14,1.95,7,4.31,1.7,13,5.8,2.04,10,6.8,1.82,15,7.0,1.63,4,6.29,1.9,17,5.22,1.56,9,3.45,1.51,11,5.86,2.27,7,6.61,1.82,18,6.25,2.01,12,6.67,1.66,9,4.08,1.68,12,4.5,1.93,8,6.11,2.26,9,6.56,1.79,16
+willow,5.95,1.73,20,2.78,1.99,18,4.75,1.78,24,6.0,2.24,5,5.93,1.62,15,4.0,2.74,5,2.31,1.49,13,4.08,1.85,13,5.55,1.37,11,6.2,1.69,10,5.7,1.83,10,3.14,2.54,7,2.55,1.63,11,4.25,1.77,16,5.75,1.39,8,5.86,1.56,14,6.17,2.23,6,2.75,1.6,12,2.83,2.79,6,4.8,1.97,15,4.67,1.5,9
+willpower,6.79,1.69,19,5.22,2.49,23,6.05,2.57,19,6.11,1.45,9,7.4,1.71,10,5.71,2.63,7,5.13,2.5,15,6.4,2.67,10,5.67,2.55,9,7.11,1.9,9,6.5,1.51,10,4.9,2.6,10,5.67,2.46,12,6.12,2.17,8,5.7,2.91,10,6.83,1.75,12,6.71,1.7,7,5.3,2.45,20,4.67,3.21,3,7.25,2.12,8,5.18,2.6,11
+wilt,3.42,1.17,19,3.24,1.41,21,4.35,2.6,23,4.0,1.0,3,3.31,1.2,16,3.5,1.77,8,3.08,1.19,13,4.78,2.95,9,4.07,2.43,14,3.67,1.22,9,3.2,1.14,10,3.22,1.39,9,3.25,1.48,12,5.27,2.43,15,2.62,2.07,8,3.29,1.38,7,3.5,1.09,12,3.5,1.08,10,3.0,1.67,11,4.77,3.22,13,3.8,1.48,10
+wily,4.58,1.54,19,4.71,2.26,21,4.6,1.9,20,5.67,0.58,3,4.38,1.59,16,5.33,2.25,6,4.47,2.29,15,5.17,2.23,6,4.36,1.78,14,5.0,1.05,10,4.11,1.9,9,4.0,2.31,7,5.07,2.23,14,3.9,1.6,10,5.3,2.0,10,5.0,0.76,8,4.27,1.9,11,4.22,2.68,9,5.08,1.93,12,4.0,2.07,8,5.0,1.76,12
+wimp,3.05,0.92,21,2.38,1.64,24,4.55,2.37,20,3.12,1.13,8,3.0,0.82,13,3.0,1.55,6,2.17,1.65,18,4.27,2.41,11,4.89,2.42,9,3.08,1.08,12,3.0,0.71,9,2.5,1.58,10,2.29,1.73,14,4.23,2.45,13,5.14,2.27,7,3.14,0.86,14,2.86,1.07,7,2.88,1.75,16,1.38,0.74,8,4.0,2.09,12,5.38,2.67,8
+wimpy,2.76,1.3,21,3.95,2.19,22,3.29,1.59,21,3.11,1.62,9,2.5,1.0,12,4.17,2.48,6,3.8,2.21,15,2.83,1.6,6,3.47,1.6,15,2.78,1.39,9,2.75,1.29,12,4.0,2.45,5,3.94,2.19,17,4.0,1.76,10,2.64,1.12,11,2.33,1.15,12,3.33,1.32,9,3.67,2.0,9,4.15,2.38,13,3.42,1.68,12,3.11,1.54,9
+win,6.97,2.09,40,5.61,3.24,23,7.86,1.32,22,6.08,2.02,13,7.41,2.02,27,5.55,3.11,11,5.67,3.5,12,7.73,1.62,11,8.0,1.0,11,7.14,2.39,21,6.79,1.75,19,5.91,3.45,11,5.33,3.17,12,7.54,1.45,13,8.33,1.0,9,7.13,2.34,23,6.76,1.75,17,5.0,3.52,11,6.17,3.01,12,7.86,1.51,14,7.88,0.99,8
+winch,4.05,1.43,21,3.9,1.79,21,4.76,2.01,25,4.67,0.65,12,3.22,1.79,9,4.14,2.34,7,3.79,1.53,14,4.7,2.58,10,4.8,1.61,15,3.25,2.06,4,4.24,1.25,17,4.2,1.62,10,3.64,1.96,11,3.86,1.68,7,5.11,2.05,18,3.83,1.64,12,4.33,1.12,9,3.85,1.41,13,4.0,2.39,8,4.0,1.73,9,5.19,2.07,16
+wind,5.67,2.22,18,3.7,2.47,20,4.5,2.36,18,4.5,2.27,8,6.6,1.78,10,3.0,1.91,7,4.08,2.72,13,4.73,2.2,11,4.14,2.73,7,5.0,2.19,11,6.71,1.98,7,3.11,2.67,9,4.18,2.32,11,4.82,2.4,11,4.0,2.38,7,5.67,2.15,12,5.67,2.58,6,3.83,2.86,12,3.5,1.93,8,4.11,2.85,9,4.89,1.83,9
+windbag,3.46,1.79,24,3.76,1.67,25,4.73,2.43,22,3.2,1.32,10,3.64,2.1,14,3.69,1.7,13,3.83,1.7,12,5.0,2.08,13,4.33,2.96,9,4.0,1.58,9,3.29,1.86,14,4.0,1.3,14,3.45,2.07,11,5.5,2.02,12,3.8,2.66,10,3.0,1.54,12,3.92,1.98,12,3.35,1.62,17,4.62,1.51,8,5.3,2.95,10,4.25,1.91,12
+windmill,6.17,1.95,18,3.52,2.35,46,6.15,1.64,26,5.25,1.75,8,6.9,1.85,10,3.57,2.41,14,3.5,2.36,32,6.54,1.27,13,5.77,1.92,13,6.11,2.2,9,6.22,1.79,9,3.65,2.21,23,3.39,2.52,23,6.06,1.71,17,6.33,1.58,9,6.0,2.24,11,6.43,1.51,7,3.29,2.58,24,3.77,2.09,22,5.88,1.41,16,6.6,1.96,10
+window,6.47,1.62,43,3.27,1.91,41,5.39,2.59,18,6.0,1.34,11,6.58,1.71,31,3.44,1.79,18,3.13,2.03,23,6.1,2.69,10,4.5,2.33,8,6.62,1.53,21,6.32,1.73,22,4.08,1.89,24,2.12,1.27,17,5.12,2.64,8,5.33,2.69,9,6.67,1.74,21,6.27,1.52,22,3.22,2.03,27,3.36,1.74,14,6.0,2.83,7,5.0,2.49,11
+windowsill,6.05,1.78,19,2.5,1.67,20,5.19,2.32,16,6.33,1.15,3,6.0,1.96,15,2.4,1.78,10,2.6,1.65,10,5.57,2.07,7,4.89,2.57,9,5.33,2.25,6,6.42,1.56,12,2.29,1.5,7,2.62,1.8,13,4.2,2.77,5,5.64,2.06,11,6.17,1.47,12,5.86,2.34,7,3.0,1.83,10,2.0,1.41,10,3.88,2.17,8,6.5,1.69,8
+windpipe,3.95,1.99,19,3.73,2.21,22,5.04,1.88,24,3.67,1.97,6,4.08,2.06,13,4.0,2.26,12,3.4,2.22,10,5.12,2.1,8,5.0,1.83,16,3.7,1.57,10,4.22,2.44,9,4.44,2.13,9,3.23,2.2,13,5.18,1.85,17,4.67,2.25,6,3.12,1.73,8,4.55,2.02,11,3.22,2.05,9,4.08,2.33,13,5.69,1.74,16,3.75,1.49,8
+windshield,5.4,1.39,20,4.75,2.02,20,5.58,1.79,26,5.73,1.1,11,5.0,1.66,9,4.57,1.4,7,4.85,2.34,13,5.15,1.57,13,6.0,1.96,13,5.45,1.81,11,5.33,0.71,9,4.36,2.06,11,5.22,1.99,9,5.35,1.93,17,6.0,1.5,9,5.5,1.9,10,5.3,0.67,10,4.25,2.01,12,5.5,1.93,8,5.62,1.75,16,5.5,1.96,10
+windy,6.0,2.17,21,4.23,2.54,22,4.19,2.66,21,6.25,2.19,8,5.85,2.23,13,4.58,2.68,12,3.8,2.44,10,4.38,2.93,13,3.88,2.3,8,6.62,2.13,8,5.83,2.12,12,4.85,1.82,13,3.33,3.24,9,5.42,2.78,12,2.56,1.33,9,5.6,2.67,10,6.36,1.63,11,4.0,2.63,16,4.83,2.4,6,3.6,2.91,10,4.73,2.41,11
+wine,5.85,1.87,20,4.24,2.55,42,5.67,2.68,18,4.33,2.08,3,6.12,1.76,17,4.67,2.66,15,4.0,2.5,27,5.4,2.8,10,6.0,2.67,8,5.86,2.41,7,5.85,1.63,13,4.67,2.55,15,4.0,2.56,27,5.14,3.02,7,6.0,2.53,11,6.0,1.66,9,5.73,2.1,11,4.36,2.42,22,4.1,2.73,20,4.89,2.85,9,6.44,2.4,9
+wine cooler,6.05,1.88,20,3.45,2.04,22,5.22,2.29,27,6.57,1.81,7,5.77,1.92,13,3.3,2.0,10,3.58,2.15,12,4.4,2.23,15,6.27,2.1,11,5.82,1.99,11,6.33,1.8,9,4.44,1.67,9,2.77,2.05,13,5.71,2.59,17,4.22,1.39,9,6.38,1.8,13,5.43,1.99,7,3.44,2.19,16,3.5,1.76,6,5.0,2.63,12,5.4,2.06,15
+wing,6.15,1.69,20,4.32,2.63,19,6.5,1.58,26,6.36,1.5,11,5.89,1.96,9,5.86,1.35,7,3.42,2.81,12,6.54,1.45,13,6.46,1.76,13,6.36,2.11,11,5.89,1.05,9,4.9,3.18,10,3.67,1.8,9,6.65,1.5,17,6.22,1.79,9,5.9,1.97,10,6.4,1.43,10,4.5,2.84,12,4.0,2.38,7,6.38,1.54,16,6.7,1.7,10
+winged,5.9,1.61,21,3.87,2.18,23,5.61,2.0,18,6.67,1.73,9,5.33,1.3,12,4.18,1.99,11,3.58,2.39,12,5.6,2.12,10,5.62,2.0,8,5.71,2.14,7,6.08,1.38,13,4.0,2.0,11,3.75,2.42,12,4.86,2.27,7,6.09,1.76,11,5.62,1.76,13,6.38,1.3,8,4.18,2.18,11,3.58,2.23,12,4.56,1.33,9,6.67,2.06,9
+winger,4.95,1.28,20,2.7,1.98,20,5.32,1.46,22,5.43,0.79,7,4.69,1.44,13,3.0,2.06,9,2.45,1.97,11,4.67,1.21,6,5.56,1.5,16,4.7,1.16,10,5.0,1.32,9,3.0,2.39,8,2.5,1.73,12,5.0,1.36,15,6.0,1.53,7,4.73,1.56,11,5.22,0.83,9,2.83,2.17,12,2.5,1.77,8,5.09,1.58,11,5.55,1.37,11
+wingman,5.14,1.98,21,3.9,2.1,21,5.88,1.81,25,5.91,2.07,11,4.3,1.57,10,4.0,2.26,10,3.82,2.04,11,6.45,1.81,11,5.31,1.75,13,5.3,1.83,10,5.0,2.19,11,4.3,2.67,10,3.55,1.44,11,5.56,1.63,16,6.38,2.2,8,5.08,2.4,13,5.25,1.16,8,3.79,2.26,14,4.14,1.86,7,5.71,1.72,17,6.25,2.05,8
+wink,6.62,1.67,42,4.75,2.4,20,6.05,2.44,20,6.63,1.77,19,6.61,1.62,23,5.4,2.5,10,4.1,2.23,10,6.33,2.07,6,5.93,2.64,14,6.65,2.01,23,6.58,1.17,19,5.14,2.73,7,4.54,2.3,13,6.3,2.31,10,5.8,2.66,10,6.46,1.77,24,6.83,1.54,18,5.4,2.91,10,4.1,1.66,10,5.75,3.06,8,6.25,2.05,12
+winner,7.86,1.75,22,6.53,2.82,19,7.42,1.84,19,7.69,1.89,13,8.11,1.62,9,7.71,0.95,7,5.83,3.33,12,6.71,2.14,7,7.83,1.59,12,7.92,2.02,12,7.8,1.48,10,6.88,2.53,8,6.27,3.1,11,6.9,1.91,10,8.0,1.66,9,8.5,0.8,12,7.1,2.28,10,7.0,2.68,6,6.31,2.95,13,7.57,1.81,7,7.33,1.92,12
+winnings,7.85,1.23,20,6.55,2.46,22,6.76,2.12,21,7.89,1.05,9,7.82,1.4,11,6.9,1.73,10,6.25,2.99,12,6.0,2.0,8,7.23,2.13,13,7.79,1.25,14,8.0,1.26,6,6.62,2.33,8,6.5,2.62,14,7.38,1.77,8,6.38,2.29,13,7.5,1.35,10,8.2,1.03,10,6.5,2.65,12,6.6,2.37,10,6.67,2.06,12,6.89,2.32,9
+wino,3.05,1.43,21,3.25,2.17,24,4.85,2.48,20,3.25,1.39,8,2.92,1.5,13,4.33,1.51,6,2.89,2.27,18,4.91,2.74,11,4.78,2.28,9,3.25,1.42,12,2.78,1.48,9,3.5,2.22,10,3.07,2.2,14,5.69,2.43,13,3.29,1.8,7,3.21,1.42,14,2.71,1.5,7,3.44,2.31,16,2.88,1.96,8,4.25,2.34,12,5.75,2.55,8
+winter,5.5,1.85,20,2.77,2.33,22,4.41,2.29,27,5.43,1.99,7,5.54,1.85,13,3.8,2.57,10,1.92,1.78,12,4.87,1.77,15,3.64,2.84,11,5.18,1.72,11,5.89,2.03,9,3.56,2.7,9,2.23,1.96,13,4.53,2.7,17,4.0,1.41,9,5.46,1.94,13,5.57,1.81,7,2.94,2.57,16,2.33,1.63,6,5.42,2.35,12,3.6,1.96,15
+wintertime,5.95,2.54,21,3.76,2.39,25,5.5,2.26,22,6.38,2.2,8,5.69,2.78,13,4.15,2.64,13,3.33,2.1,12,5.54,2.11,13,5.44,2.6,9,6.62,2.33,8,5.5,2.78,12,4.29,2.33,14,3.09,2.39,11,6.08,2.07,12,4.8,2.39,10,5.8,2.44,10,6.09,2.74,11,4.12,2.71,17,3.0,1.31,8,5.9,2.47,10,5.17,2.12,12
+wipe,4.58,1.35,19,3.54,2.06,24,5.43,2.35,28,4.62,1.51,8,4.55,1.29,11,3.67,1.94,9,3.47,2.2,15,5.14,2.18,14,5.71,2.55,14,4.44,1.42,9,4.7,1.34,10,3.42,1.93,12,3.67,2.27,12,4.86,2.6,14,6.0,2.0,14,4.5,1.35,10,4.67,1.41,9,3.83,2.37,12,3.25,1.76,12,4.92,2.02,12,5.81,2.56,16
+wiper,4.25,1.41,20,2.62,1.4,21,5.58,1.68,19,4.11,1.69,9,4.36,1.21,11,2.0,1.41,5,2.93,1.33,15,5.17,2.04,6,5.77,1.54,13,4.57,1.16,14,3.5,1.76,6,3.0,1.48,12,2.25,1.16,8,5.33,1.12,9,5.8,2.1,10,4.3,1.06,10,4.2,1.75,10,2.25,1.22,12,3.11,1.54,9,6.17,1.94,6,5.31,1.55,13
+wire,4.86,1.78,22,4.2,2.12,20,6.16,2.39,19,5.08,1.85,13,4.56,1.74,9,4.86,1.35,7,3.85,2.41,13,5.29,3.15,7,6.67,1.78,12,5.25,1.82,12,4.4,1.71,10,4.33,1.58,9,4.09,2.55,11,6.6,2.01,10,5.67,2.78,9,5.17,1.8,12,4.5,1.78,10,4.0,1.63,7,4.31,2.39,13,7.57,1.62,7,5.33,2.42,12
+wireless,6.9,1.71,20,4.05,1.69,21,6.67,1.62,21,6.56,1.88,9,7.18,1.6,11,4.5,1.72,10,3.64,1.63,11,6.38,1.6,8,6.85,1.68,13,6.71,1.77,14,7.33,1.63,6,4.0,2.07,8,4.08,1.5,13,6.75,1.49,8,6.62,1.76,13,6.3,2.11,10,7.5,0.97,10,4.55,1.44,11,3.5,1.84,10,7.0,1.6,12,6.22,1.64,9
+wiretap,2.95,2.41,19,5.23,2.47,22,2.71,1.82,28,2.33,1.63,6,3.23,2.71,13,5.09,2.7,11,5.36,2.34,11,2.27,1.74,11,3.0,1.87,17,3.64,2.94,11,2.0,0.93,8,4.82,2.64,11,5.64,2.34,11,2.83,1.72,18,2.5,2.07,10,3.46,2.76,13,1.83,0.75,6,5.29,2.23,14,5.12,3.0,8,2.31,1.62,16,3.25,2.01,12
+wiring,5.05,1.23,20,3.75,2.31,20,5.1,2.12,21,5.0,0.0,7,5.08,1.55,13,4.89,2.42,9,2.82,1.83,11,4.67,2.73,6,5.27,1.91,15,5.3,1.06,10,4.78,1.48,9,3.75,2.49,8,3.75,2.3,12,5.64,2.13,14,4.0,1.73,7,4.73,1.49,11,5.44,0.73,9,3.42,2.43,12,4.25,2.19,8,5.91,2.39,11,4.2,1.4,10
+wisdom,7.94,1.63,18,3.77,3.02,22,7.14,1.8,28,8.33,0.82,6,7.75,1.91,12,4.0,2.97,11,3.55,3.21,11,7.36,1.43,11,7.0,2.03,17,8.1,1.91,10,7.75,1.28,8,3.27,2.28,11,4.27,3.66,11,6.83,2.01,18,7.7,1.25,10,7.67,1.92,12,8.5,0.55,6,4.36,3.15,14,2.75,2.66,8,7.12,2.19,16,7.17,1.19,12
+wise,7.42,1.39,40,4.46,2.77,39,6.86,1.79,43,7.4,1.68,15,7.44,1.23,25,4.75,3.11,16,4.26,2.56,23,6.87,1.92,15,6.86,1.76,28,7.84,1.12,19,7.05,1.53,21,4.47,2.57,19,4.45,3.02,20,6.29,1.95,21,7.41,1.47,22,7.5,1.38,24,7.31,1.45,16,4.0,2.39,21,5.0,3.14,18,6.58,1.84,26,7.29,1.69,17
+wish,7.14,1.77,21,3.38,2.33,21,6.5,2.33,18,6.33,2.66,6,7.57,1.22,14,3.0,1.53,7,3.57,2.68,14,6.0,2.45,9,7.12,2.36,8,7.29,1.98,14,7.0,1.41,6,4.0,2.45,9,2.92,2.23,12,7.2,2.39,10,5.62,2.07,8,7.07,2.09,14,7.29,0.95,7,4.33,3.56,6,3.0,1.65,15,7.2,2.39,10,5.62,2.07,8
+wishbone,6.2,1.67,20,4.0,2.51,21,5.21,1.69,24,6.25,2.22,4,6.19,1.6,16,4.0,2.16,4,4.0,2.65,17,4.89,2.09,9,5.4,1.45,15,6.5,1.51,8,6.0,1.81,12,3.7,2.16,10,4.27,2.87,11,4.93,1.73,14,5.6,1.65,10,6.64,1.36,11,5.67,1.94,9,3.3,2.26,10,4.64,2.66,11,5.06,1.6,17,5.57,1.99,7
+wishful,6.84,1.21,19,4.4,2.56,20,5.42,2.45,24,6.77,1.3,13,7.0,1.1,6,5.6,1.82,5,4.0,2.7,15,5.15,2.64,13,5.73,2.28,11,6.89,1.17,9,6.8,1.32,10,5.43,2.51,7,3.85,2.51,13,5.45,2.16,11,5.38,2.75,13,6.89,1.05,9,6.8,1.4,10,4.6,2.5,10,4.2,2.74,10,4.89,2.57,9,5.73,2.4,15
+wisp,5.13,1.96,23,3.59,2.09,22,5.35,2.58,20,5.25,1.75,8,5.07,2.12,15,4.1,2.18,10,3.17,1.99,12,6.0,3.46,7,5.0,2.04,13,4.58,2.19,12,5.73,1.56,11,4.09,1.87,11,3.09,2.26,11,5.0,2.7,15,6.4,2.07,5,4.18,1.66,11,6.0,1.86,12,3.6,1.71,10,3.58,2.43,12,4.8,1.93,10,5.9,3.11,10
+wit,7.25,1.12,20,4.71,2.81,21,6.16,2.21,25,6.67,1.15,3,7.35,1.11,17,3.86,3.02,7,5.38,2.66,13,6.75,2.12,8,5.88,2.26,17,6.86,1.35,7,7.46,0.97,13,5.29,2.69,7,4.62,2.96,13,5.93,2.23,14,6.45,2.25,11,6.67,1.0,9,7.73,1.01,11,5.0,3.22,11,4.4,2.41,10,6.28,2.27,18,5.86,2.19,7
+witch,3.14,1.9,21,5.3,2.45,20,4.79,3.07,19,3.69,1.84,13,2.25,1.75,8,5.57,1.4,7,5.15,2.91,13,5.43,2.23,7,4.42,3.5,12,2.67,1.67,12,3.78,2.11,9,5.0,1.87,9,5.55,2.91,11,5.4,2.46,10,4.11,3.66,9,2.5,1.31,12,4.0,2.29,9,4.86,1.35,7,5.54,2.9,13,5.14,3.67,7,4.58,2.81,12
+witchcraft,3.95,2.26,20,5.24,2.72,21,5.17,2.9,24,4.67,0.58,3,3.82,2.43,17,4.57,3.36,7,5.77,2.39,13,6.12,2.64,8,4.69,2.98,16,4.0,1.63,7,3.92,2.6,13,4.86,2.48,7,5.62,2.93,13,5.0,2.89,13,5.36,3.04,11,3.89,2.09,9,4.0,2.49,11,5.27,2.41,11,5.2,3.16,10,5.17,3.19,18,5.17,2.04,6
+withdraw,4.11,1.59,19,3.95,2.1,22,4.67,2.58,21,3.75,1.04,8,4.36,1.91,11,3.8,2.44,10,4.08,1.88,12,3.5,1.93,8,5.38,2.72,13,4.08,1.61,13,4.17,1.72,6,3.62,2.39,8,4.14,1.99,14,4.75,2.82,8,4.62,2.53,13,4.3,1.77,10,3.89,1.45,9,4.25,2.22,12,3.6,2.01,10,5.08,2.47,12,4.11,2.76,9
+withdrawal,4.45,2.06,20,4.32,2.64,22,4.41,2.52,27,5.14,2.41,7,4.08,1.85,13,4.2,2.39,10,4.42,2.94,12,4.0,2.48,15,4.91,2.7,11,4.0,1.95,11,5.0,2.18,9,6.0,2.18,9,3.15,2.34,13,5.18,2.65,17,2.89,1.62,9,4.54,2.18,13,4.29,1.98,7,4.44,2.76,16,4.0,2.53,6,4.33,2.77,12,4.47,2.39,15
+wither,2.95,1.57,20,3.3,2.32,20,3.82,2.38,22,3.8,2.17,5,2.67,1.29,15,4.0,2.98,8,2.83,1.75,12,4.25,2.83,12,3.3,1.7,10,2.25,1.67,8,3.42,1.38,12,3.89,2.85,9,2.82,1.78,11,4.14,2.27,7,3.67,2.5,15,2.44,1.42,9,3.36,1.63,11,3.15,2.38,13,3.57,2.37,7,3.58,2.81,12,4.1,1.85,10
+withering,3.7,1.08,20,4.38,2.09,21,4.03,2.3,34,3.8,1.32,10,3.6,0.84,10,3.88,1.96,8,4.69,2.18,13,4.36,2.65,14,3.8,2.07,20,3.78,1.48,9,3.64,0.67,11,4.38,2.18,13,4.38,2.07,8,4.45,2.54,22,3.25,1.6,12,4.0,1.05,10,3.4,1.07,10,4.57,2.24,14,4.0,1.83,7,5.0,2.24,17,3.06,1.98,17
+withhold,3.7,2.03,20,3.47,2.14,19,4.36,2.16,25,1.75,0.96,4,4.19,1.94,16,3.67,2.89,3,3.44,2.1,16,4.89,2.2,9,4.06,2.14,16,3.75,1.91,8,3.67,2.19,12,4.38,2.0,8,2.82,2.09,11,4.36,1.78,14,4.36,2.66,11,3.45,1.86,11,4.0,2.29,9,3.11,2.09,9,3.8,2.25,10,4.39,2.3,18,4.29,1.89,7
+withholding,3.11,1.13,18,4.14,2.1,21,4.7,2.64,23,4.0,1.0,3,2.93,1.1,15,3.75,1.75,8,4.38,2.33,13,5.33,2.55,9,4.29,2.7,14,3.25,1.49,8,3.0,0.82,10,5.0,2.06,9,3.5,1.98,12,5.53,2.7,15,3.12,1.73,8,2.57,1.27,7,3.45,0.93,11,5.0,2.05,10,3.36,1.91,11,5.0,3.27,13,4.3,1.57,10
+withstand,5.95,1.94,21,4.21,2.21,24,6.59,2.26,22,6.25,1.58,8,5.77,2.17,13,4.62,2.36,13,3.73,2.0,11,6.31,2.29,13,7.0,2.29,9,6.5,2.07,8,5.5,1.88,12,5.0,1.52,14,3.1,2.6,10,7.25,1.54,12,5.8,2.78,10,6.0,1.83,10,5.91,2.12,11,3.71,2.28,17,5.43,1.51,7,6.7,2.36,10,6.5,2.28,12
+witless,3.0,1.75,20,4.39,1.97,18,4.23,2.07,22,3.4,2.07,5,2.87,1.68,15,3.67,1.86,6,4.75,2.01,12,4.2,1.23,10,4.25,2.63,12,3.7,1.64,10,2.3,1.64,10,4.6,2.22,10,4.12,1.73,8,4.09,1.45,11,4.36,2.62,11,3.0,1.95,12,3.0,1.51,8,3.22,1.72,9,5.56,1.51,9,4.64,2.11,11,3.82,2.04,11
+witness,5.61,1.24,18,3.67,2.58,21,4.44,2.18,18,5.25,0.89,8,5.9,1.45,10,3.71,3.09,7,3.64,2.41,14,4.82,2.23,11,3.86,2.12,7,5.55,1.13,11,5.71,1.5,7,3.33,2.87,9,3.92,2.43,12,3.27,1.74,11,6.29,1.38,7,5.25,1.06,12,6.33,1.37,6,2.83,2.17,12,4.78,2.77,9,5.22,2.22,9,3.67,1.94,9
+witty,7.25,1.21,20,5.65,2.03,17,6.57,1.8,21,8.0,0.71,5,7.0,1.25,15,5.67,2.25,6,5.64,2.01,11,6.11,1.62,9,6.92,1.93,12,7.3,0.95,10,7.2,1.48,10,5.56,2.6,9,5.75,1.28,8,6.1,2.18,10,7.0,1.34,11,7.5,1.24,12,6.88,1.13,8,4.78,2.22,9,6.62,1.3,8,6.18,2.18,11,7.0,1.25,10
+wiz,6.1,1.89,21,4.23,2.67,22,5.19,2.4,26,5.8,1.48,10,6.36,2.25,11,2.43,1.9,7,5.07,2.6,15,4.82,2.7,17,5.89,1.62,9,6.0,1.95,11,6.2,1.93,10,4.0,2.92,5,4.29,2.69,17,4.71,2.7,14,5.75,1.96,12,6.08,2.29,13,6.12,1.13,8,4.5,3.21,10,4.0,2.26,12,4.86,2.71,14,5.58,2.02,12
+wizard,6.52,1.5,21,4.09,2.83,23,4.68,2.5,19,6.62,1.51,8,6.46,1.56,13,5.67,2.34,6,3.53,2.83,17,6.2,2.04,10,3.0,1.8,9,6.58,1.56,12,6.44,1.51,9,5.22,3.07,9,3.36,2.5,14,5.33,2.53,12,3.57,2.15,7,6.21,1.58,14,7.14,1.21,7,4.38,2.68,16,3.43,3.26,7,4.73,2.28,11,4.62,2.92,8
+wobble,4.9,1.73,21,3.5,2.4,24,5.2,2.17,20,5.5,2.2,8,4.54,1.33,13,5.33,1.37,6,2.89,2.37,18,5.36,2.11,11,5.0,2.35,9,5.33,1.87,12,4.33,1.41,9,4.3,2.11,10,2.93,2.5,14,5.15,2.38,13,5.29,1.89,7,5.0,1.8,14,4.71,1.7,7,4.25,2.44,16,2.0,1.51,8,5.58,2.15,12,4.62,2.2,8
+wobbly,4.71,1.71,21,4.77,1.85,22,4.38,1.8,21,5.0,1.73,9,4.5,1.73,12,3.33,2.07,6,5.33,1.54,15,4.33,2.16,6,4.4,1.72,15,5.22,1.64,9,4.33,1.72,12,5.0,1.87,5,4.71,1.9,17,5.4,1.96,10,3.45,1.04,11,4.58,1.88,12,4.89,1.54,9,4.89,1.76,9,4.69,1.97,13,4.83,1.7,12,3.78,1.86,9
+woe,3.38,1.66,21,4.71,2.41,21,3.92,2.68,25,3.0,1.6,12,3.89,1.69,9,5.86,1.68,7,4.14,2.57,14,4.4,2.46,10,3.6,2.85,15,3.0,1.63,4,3.47,1.7,17,4.4,2.72,10,5.0,2.19,11,3.71,3.35,7,4.0,2.47,18,3.58,1.78,12,3.11,1.54,9,4.46,2.6,13,5.12,2.17,8,3.44,3.24,9,4.19,2.37,16
+wok,5.84,1.86,19,3.55,1.99,22,6.1,2.07,21,6.22,1.09,9,5.5,2.37,10,4.38,1.85,8,3.07,1.98,14,6.2,2.35,10,6.0,1.9,11,5.86,0.9,7,5.83,2.29,12,4.0,2.05,10,3.17,1.95,12,5.69,2.1,13,6.75,1.98,8,5.8,2.15,10,5.89,1.62,9,3.88,2.42,8,3.36,1.78,14,6.38,2.29,13,5.62,1.69,8
+wolf,6.26,1.59,19,5.25,2.24,20,4.59,2.58,22,6.71,1.5,7,6.0,1.65,12,6.0,1.73,9,4.64,2.5,11,4.33,2.88,6,4.69,2.55,16,5.89,1.17,9,6.44,1.94,9,5.0,2.33,8,5.42,2.27,12,4.27,2.58,15,5.29,2.63,7,6.5,1.78,10,6.0,1.41,9,5.25,2.38,12,5.25,2.19,8,4.64,3.01,11,4.55,2.21,11
+wolverine,5.39,1.94,18,5.17,2.38,18,5.18,2.9,17,6.2,1.48,10,4.38,2.07,8,7.25,0.96,4,4.57,2.34,14,4.75,2.49,8,5.56,3.32,9,6.0,2.31,7,5.0,1.67,11,4.86,2.91,7,5.36,2.11,11,5.5,2.81,6,5.0,3.07,11,5.33,1.97,12,5.5,2.07,6,4.91,2.55,11,5.57,2.23,7,4.57,3.41,7,5.6,2.59,10
+woman,7.09,1.44,22,3.8,2.4,20,5.93,1.91,15,6.67,1.86,6,7.27,1.33,15,4.57,3.26,7,3.38,1.8,13,5.29,2.06,7,6.5,1.69,8,6.93,1.49,14,7.43,1.51,7,3.11,1.96,9,4.36,2.66,11,6.38,2.45,8,5.43,0.98,7,7.07,1.54,14,7.12,1.36,8,2.5,1.64,6,4.36,2.5,14,6.62,2.07,8,5.14,1.46,7
+womanhood,5.89,2.26,19,4.74,2.72,23,5.0,2.29,28,4.62,1.69,8,6.82,2.23,11,4.78,2.28,9,4.71,3.05,14,3.93,1.77,14,6.07,2.3,14,6.0,2.12,9,5.8,2.49,10,5.55,2.42,11,4.0,2.86,12,4.93,2.13,14,5.07,2.53,14,5.9,2.77,10,5.89,1.69,9,5.73,2.69,11,3.83,2.52,12,5.42,2.07,12,4.69,2.47,16
+womanizer,3.32,2.21,19,4.86,3.17,22,4.53,2.55,19,4.33,1.75,6,2.85,2.3,13,3.36,2.2,11,6.36,3.35,11,6.0,2.62,8,3.45,1.97,11,4.18,2.44,11,2.12,1.13,8,4.18,2.96,11,5.55,3.36,11,5.0,2.27,13,3.5,3.02,6,3.77,2.35,13,2.33,1.63,6,4.86,3.23,14,4.88,3.27,8,4.78,2.33,9,4.3,2.83,10
+womb,5.7,1.53,20,2.8,2.02,20,4.36,2.22,22,6.0,1.41,7,5.54,1.61,13,2.44,1.01,9,3.09,2.59,11,4.0,2.68,6,4.5,2.1,16,6.1,1.37,10,5.44,1.67,9,2.88,2.7,8,2.75,1.54,12,4.8,2.37,15,3.43,1.62,7,5.64,1.69,11,5.78,1.39,9,3.0,2.41,12,2.5,1.31,8,4.64,2.46,11,4.09,2.02,11
+wonder,6.68,1.7,22,4.38,2.6,21,6.44,2.53,18,6.67,1.97,6,6.6,1.68,15,3.57,2.44,7,4.79,2.67,14,5.89,2.98,9,7.0,2.14,8,6.29,1.59,14,7.29,1.89,7,4.56,2.88,9,4.25,2.49,12,6.5,2.88,10,6.38,2.2,8,6.43,1.45,14,7.12,2.1,8,5.33,3.44,6,4.0,2.2,15,6.8,2.97,10,6.0,1.93,8
+wonderful,7.41,1.84,22,4.57,2.54,21,7.19,2.07,16,7.0,2.61,6,7.53,1.6,15,3.43,2.3,7,5.14,2.54,14,6.75,2.19,8,7.62,2.0,8,7.07,2.02,14,8.0,1.53,7,3.67,2.5,9,5.25,2.45,12,7.44,2.13,9,6.86,2.12,7,6.86,2.07,14,8.38,0.74,8,4.5,3.21,6,4.6,2.35,15,8.11,1.36,9,6.0,2.31,7
+wondrous,6.73,1.83,22,4.52,2.76,23,6.16,2.29,19,5.75,2.05,8,7.15,1.46,13,3.75,2.6,8,5.07,2.89,14,5.43,2.07,7,6.55,2.5,11,5.88,1.96,8,7.08,1.61,13,5.0,2.74,9,4.21,2.83,14,6.0,1.0,7,6.25,2.83,12,6.45,2.21,11,7.0,1.41,11,4.22,2.77,9,4.71,2.84,14,5.88,2.33,16,7.67,1.53,3
+wont,4.09,2.22,22,4.23,2.44,26,5.7,2.46,23,4.0,2.74,9,4.15,1.91,13,3.8,2.44,10,4.5,2.48,16,5.44,2.51,9,5.86,2.51,14,4.25,2.19,8,4.0,2.32,14,4.77,2.45,13,3.69,2.39,13,5.83,2.52,12,5.55,2.5,11,4.25,2.09,12,3.9,2.47,10,3.73,2.19,15,4.91,2.7,11,5.62,2.66,13,5.8,2.3,10
+woo,6.37,2.17,19,4.33,2.27,21,5.32,2.39,25,6.5,2.08,4,6.33,2.26,15,4.5,2.52,4,4.29,2.28,17,5.22,2.39,9,5.38,2.47,16,6.38,1.69,8,6.36,2.54,11,4.4,2.12,10,4.27,2.49,11,5.21,2.49,14,5.45,2.38,11,6.82,1.54,11,5.75,2.82,8,3.8,2.7,10,4.82,1.78,11,5.67,2.52,18,4.43,1.9,7
+wood,5.82,1.47,22,3.5,1.7,20,6.37,2.71,19,6.23,1.74,13,5.22,0.67,9,3.86,1.46,7,3.31,1.84,13,7.29,2.75,7,5.83,2.66,12,6.0,1.86,12,5.6,0.84,10,3.44,1.42,9,3.55,1.97,11,6.3,2.71,10,6.44,2.88,9,6.25,1.42,12,5.3,1.42,10,4.14,0.69,7,3.15,1.99,13,6.14,2.73,7,6.5,2.81,12
+wooden,5.27,1.45,22,4.0,2.21,26,5.79,2.21,24,5.67,1.32,9,5.0,1.53,13,3.4,2.37,10,4.38,2.09,16,6.0,2.4,9,5.67,2.16,15,5.5,1.51,8,5.14,1.46,14,4.15,2.34,13,3.85,2.15,13,5.33,2.46,12,6.25,1.91,12,5.0,1.6,12,5.6,1.26,10,3.73,2.34,15,4.36,2.06,11,6.38,2.22,13,5.09,2.07,11
+woodland,6.43,1.29,21,2.46,1.82,24,5.15,2.64,20,6.62,1.06,8,6.31,1.44,13,3.67,1.51,6,2.06,1.76,18,5.91,2.77,11,4.22,2.28,9,6.33,1.44,12,6.56,1.13,9,2.9,2.18,10,2.14,1.51,14,5.85,2.91,13,3.86,1.46,7,6.64,1.45,14,6.0,0.82,7,2.94,2.02,16,1.5,0.76,8,5.08,2.61,12,5.25,2.87,8
+woodpecker,5.76,1.89,21,4.48,2.26,25,5.36,2.54,22,6.5,1.69,8,5.31,1.93,13,4.69,2.36,13,4.25,2.22,12,5.15,2.67,13,5.67,2.45,9,6.0,1.6,8,6.0,1.65,12,5.43,1.83,14,3.27,2.24,11,5.5,2.43,12,5.2,2.78,10,5.4,2.12,10,6.09,1.7,11,3.88,2.26,17,5.75,1.75,8,5.1,3.03,10,5.58,2.15,12
+woodshed,4.8,1.91,20,3.44,2.2,18,5.77,1.15,22,3.8,1.64,5,5.13,1.92,15,4.17,1.83,6,3.08,2.35,12,5.7,1.06,10,5.83,1.27,12,4.9,1.2,10,4.7,2.5,10,3.9,2.23,10,2.88,2.17,8,5.55,1.29,11,6.0,1.0,11,4.33,2.02,12,5.5,1.6,8,2.89,2.26,9,4.0,2.12,9,5.55,1.29,11,6.0,1.0,11
+woodsman,5.06,1.59,18,3.27,1.86,22,5.04,1.8,23,4.67,1.97,6,5.25,1.42,12,3.75,1.96,12,2.7,1.64,10,5.25,1.83,8,4.93,1.83,15,5.1,0.57,10,5.0,2.39,8,4.11,2.15,9,2.69,1.44,13,5.44,1.46,16,4.0,2.45,6,5.0,0.58,7,5.09,2.02,11,3.56,1.88,9,3.08,1.89,13,5.13,1.85,15,4.88,1.81,8
+woodwork,6.14,1.85,21,3.56,2.4,25,5.42,1.98,19,6.22,1.48,9,6.08,2.15,12,4.83,2.48,6,3.28,2.3,18,5.14,1.86,7,5.58,2.11,12,6.06,1.98,16,6.4,1.52,5,3.79,2.72,14,3.5,1.96,10,5.22,1.64,9,5.6,2.32,10,5.92,2.07,12,6.44,1.59,9,3.75,2.44,16,3.22,2.44,9,5.18,2.32,11,5.75,1.49,8
+woof,6.76,1.58,21,5.15,2.48,20,5.22,1.93,36,7.62,1.3,8,6.23,1.54,13,5.0,2.65,5,5.2,2.51,15,4.82,2.4,11,5.4,1.71,25,7.31,1.32,13,5.88,1.64,8,5.33,2.81,12,4.88,2.03,8,5.1,2.13,20,5.38,1.71,16,6.73,1.74,11,6.8,1.48,10,5.91,2.3,11,4.22,2.49,9,5.14,1.83,22,5.36,2.13,14
+wool,5.38,1.91,21,2.58,1.89,24,6.05,2.26,20,5.38,1.6,8,5.38,2.14,13,3.83,1.17,6,2.17,1.92,18,7.27,1.42,11,4.56,2.24,9,5.67,1.83,12,5.0,2.06,9,2.9,2.02,10,2.36,1.82,14,6.69,2.25,13,4.86,1.86,7,5.5,1.79,14,5.14,2.27,7,3.19,2.01,16,1.38,0.74,8,6.08,2.07,12,6.0,2.67,8
+woolen,4.91,1.19,22,3.38,2.21,26,5.38,2.18,24,5.33,0.71,9,4.62,1.39,13,2.3,1.7,10,4.06,2.26,16,5.67,2.55,9,5.2,2.01,15,4.88,0.99,8,4.93,1.33,14,3.54,2.57,13,3.23,1.88,13,4.92,2.39,12,5.83,1.95,12,4.5,1.24,12,5.4,0.97,10,3.2,2.21,15,3.64,2.29,11,5.92,2.25,13,4.73,2.0,11
+woozy,3.9,1.55,20,3.15,2.21,20,4.0,1.88,22,3.57,1.51,7,4.08,1.61,13,2.89,2.09,9,3.36,2.38,11,4.33,2.73,6,3.88,1.54,16,4.0,1.05,10,3.67,2.06,9,3.0,2.14,8,3.25,2.34,12,4.6,1.88,15,2.71,1.11,7,4.18,1.78,11,3.56,1.24,9,3.5,2.32,12,2.62,2.07,8,4.82,2.09,11,3.18,1.25,11
+word,5.77,1.77,22,4.0,2.63,21,6.22,1.8,18,6.33,1.75,6,5.4,1.72,15,3.0,2.65,7,4.5,2.56,14,6.44,1.81,9,6.12,1.96,8,5.71,2.02,14,5.57,1.13,7,4.33,2.69,9,3.75,2.67,12,6.9,1.85,10,5.38,1.41,8,6.0,1.52,14,5.38,2.2,8,4.5,3.89,6,3.8,2.08,15,6.8,1.99,10,5.5,1.31,8
+work,5.05,1.73,22,4.33,2.37,21,6.12,2.0,17,6.17,1.33,6,4.6,1.76,15,4.0,3.06,7,4.5,2.07,14,6.44,2.07,9,5.75,1.98,8,4.43,1.7,14,6.29,1.25,7,3.89,2.26,9,4.67,2.5,12,6.33,2.35,9,5.88,1.64,8,4.64,1.82,14,5.75,1.39,8,5.0,2.19,6,4.07,2.46,15,7.0,1.94,9,5.12,1.64,8
+workaholic,3.48,1.93,23,4.05,2.62,21,4.92,2.89,25,2.6,2.07,5,3.72,1.87,18,4.43,2.94,7,3.69,2.56,13,6.38,2.33,8,4.24,2.93,17,3.0,1.51,8,3.73,2.12,15,4.29,2.56,7,3.77,2.77,13,4.93,2.81,14,4.91,3.11,11,4.09,2.12,11,2.92,1.62,12,4.09,2.26,11,4.0,3.09,10,4.39,2.85,18,6.29,2.69,7
+worker,5.95,1.47,20,3.6,2.01,20,6.29,1.9,24,6.25,1.71,4,5.88,1.45,16,5.25,2.22,4,3.19,1.8,16,6.0,2.45,9,6.47,1.55,15,5.75,1.28,8,6.08,1.62,12,4.22,2.33,9,3.09,1.64,11,6.0,2.04,14,6.7,1.7,10,6.0,1.34,11,5.89,1.69,9,3.6,1.78,10,3.6,2.32,10,6.47,2.07,17,5.86,1.46,7
+workings,5.5,2.09,20,2.95,2.17,19,5.56,1.87,25,7.0,2.83,4,5.12,1.78,16,2.0,1.0,3,3.12,2.31,16,5.11,2.26,9,5.81,1.64,16,5.75,2.43,8,5.33,1.92,12,3.12,2.36,8,2.82,2.14,11,5.0,2.0,14,6.27,1.49,11,6.09,1.92,11,4.78,2.17,9,2.8,2.44,10,3.11,1.96,9,5.39,1.97,18,6.0,1.63,7
+workload,4.24,1.73,21,3.92,2.83,24,4.65,2.58,20,5.25,1.39,8,3.62,1.66,13,5.5,2.81,6,3.39,2.7,18,5.73,2.45,11,3.33,2.18,9,4.58,1.73,12,3.78,1.72,9,5.1,2.64,10,3.07,2.73,14,5.62,2.5,13,2.86,1.68,7,4.29,1.49,14,4.14,2.27,7,4.56,2.58,16,2.62,3.02,8,4.5,2.43,12,4.88,2.95,8
+workman,5.95,1.18,19,3.76,1.97,21,5.0,1.6,22,5.8,0.84,5,6.08,1.32,13,4.5,2.17,6,3.47,1.88,15,5.5,1.51,10,4.58,1.62,12,6.14,1.07,7,5.91,1.3,11,3.43,2.57,7,3.93,1.69,14,5.4,0.84,10,4.67,2.02,12,5.92,1.08,12,6.0,1.41,7,3.18,2.23,11,4.4,1.51,10,5.54,1.39,13,4.22,1.64,9
+workmanship,5.45,1.96,20,4.14,2.29,22,7.16,1.57,19,5.56,2.35,9,5.36,1.69,11,3.4,2.51,5,4.56,2.16,16,7.67,1.51,6,6.92,1.61,13,5.5,1.83,14,5.33,2.42,6,4.08,2.02,12,4.56,2.6,9,6.33,1.5,9,7.9,1.29,10,5.8,1.48,10,5.1,2.38,10,3.5,2.39,12,4.9,2.02,10,7.83,1.6,6,6.85,1.52,13
+workout,6.16,1.71,19,5.64,2.24,22,6.09,2.27,22,6.44,1.51,9,5.9,1.91,10,5.62,2.56,8,5.64,2.13,14,6.55,2.25,11,5.64,2.29,11,6.43,1.81,7,6.0,1.71,12,4.6,2.17,10,6.5,1.98,12,5.38,2.5,13,7.11,1.45,9,5.5,1.72,10,6.89,1.45,9,6.25,2.76,8,5.29,1.9,14,5.93,2.37,14,6.38,2.2,8
+workplace,5.38,2.29,21,3.5,2.28,22,5.56,2.48,18,4.56,2.3,9,6.0,2.17,12,4.4,2.46,10,2.75,1.91,12,5.4,2.46,10,5.75,2.66,8,4.86,1.95,7,5.46,2.47,13,3.91,2.63,11,3.09,1.92,11,5.14,3.13,7,5.82,2.09,11,5.23,2.55,13,5.62,1.92,8,2.82,2.04,11,4.18,2.4,11,4.89,2.62,9,6.22,2.28,9
+workshop,6.35,1.31,20,3.57,2.79,21,6.08,1.98,24,7.33,1.15,3,6.18,1.29,17,4.0,3.21,7,3.54,2.67,13,6.25,1.75,8,6.0,2.13,16,6.14,1.35,7,6.46,1.33,13,4.29,2.93,7,3.38,2.79,13,6.0,2.04,13,6.18,1.99,11,6.11,1.36,9,6.55,1.29,11,4.18,3.09,11,2.9,2.38,10,6.18,2.16,17,5.86,1.57,7
+workup,4.81,1.47,21,4.85,2.43,20,5.71,2.31,21,5.5,0.84,6,4.53,1.6,15,4.25,1.58,8,5.25,2.86,12,5.91,1.76,11,5.5,2.88,10,5.0,1.67,6,4.73,1.44,15,5.0,2.16,10,4.7,2.79,10,6.14,2.51,14,4.86,1.68,7,4.86,1.46,7,4.79,1.53,14,5.07,2.81,14,4.33,1.21,6,5.42,2.57,12,6.11,1.96,9
+world,6.46,1.57,39,4.55,2.3,42,5.12,2.47,41,6.71,1.79,17,6.27,1.39,22,5.12,2.25,16,4.19,2.3,26,5.0,2.57,21,5.25,2.43,20,6.42,1.64,19,6.53,1.58,19,4.79,2.44,19,4.35,2.21,23,4.24,2.36,17,5.75,2.4,24,6.67,1.69,24,6.13,1.36,15,4.76,2.54,25,4.24,1.92,17,5.38,2.63,16,4.96,2.41,25
+worldly,5.62,2.09,21,3.36,2.24,22,6.56,2.39,27,5.0,2.49,10,6.18,1.54,11,2.86,2.34,7,3.6,2.23,15,6.06,2.68,17,7.4,1.58,10,6.0,2.05,11,5.2,2.15,10,2.0,1.41,5,3.76,2.31,17,6.43,2.53,14,6.69,2.32,13,5.54,2.33,13,5.75,1.75,8,3.3,2.71,10,3.42,1.88,12,6.86,2.71,14,6.23,2.05,13
+worm,4.86,2.26,21,3.5,2.28,20,5.22,2.21,36,5.38,2.77,8,4.54,1.94,13,4.0,2.12,5,3.33,2.38,15,4.45,2.16,11,5.56,2.18,25,4.77,2.77,13,5.0,1.2,8,3.08,2.11,12,4.12,2.53,8,5.5,2.35,20,4.88,2.03,16,4.36,2.16,11,5.4,2.37,10,3.82,2.48,11,3.11,2.09,9,5.0,2.35,22,5.57,1.99,14
+wormhole,4.95,2.18,21,4.09,2.31,23,3.86,2.37,21,4.6,3.05,5,5.06,1.95,16,4.92,1.98,12,3.18,2.4,11,2.82,1.6,11,4.56,2.35,9,4.67,1.72,12,5.33,2.74,9,4.25,2.21,16,3.71,2.69,7,2.91,1.51,11,4.9,2.77,10,5.0,2.45,13,4.88,1.81,8,4.11,2.45,19,4.0,1.83,4,3.79,2.19,14,4.0,2.89,7
+wormwood,4.38,1.69,21,3.36,1.81,22,4.48,1.72,21,4.33,1.58,9,4.42,1.83,12,3.33,1.86,6,3.33,1.91,15,4.33,1.21,6,4.53,1.92,15,5.11,1.45,9,3.83,1.7,12,4.2,2.17,5,3.12,1.69,17,5.3,1.25,10,3.73,1.79,11,4.25,2.05,12,4.56,1.13,9,3.22,1.56,9,3.46,2.03,13,4.75,1.76,12,4.11,1.69,9
+worried,3.27,1.42,22,5.81,2.75,21,4.18,2.4,17,3.33,1.37,6,3.27,1.53,15,4.57,2.82,7,6.43,2.59,14,4.67,2.29,9,3.62,2.56,8,3.5,1.61,14,2.86,1.07,7,5.78,2.86,9,5.83,2.79,12,4.78,2.44,9,3.5,2.33,8,3.5,1.4,14,2.88,1.46,8,5.67,3.44,6,5.87,2.56,15,4.67,2.55,9,3.62,2.26,8
+worry,2.1,1.26,21,6.33,2.73,21,3.17,2.57,18,2.17,1.6,6,2.07,1.21,14,5.71,3.3,7,6.64,2.47,14,4.0,2.74,9,2.5,2.33,8,2.0,1.22,13,2.29,1.5,7,5.44,3.17,9,7.0,2.26,12,3.6,2.55,10,2.62,2.67,8,2.23,1.42,13,1.88,0.99,8,6.17,3.37,6,6.4,2.56,15,3.3,2.54,10,3.0,2.78,8
+worrying,3.19,1.36,21,5.36,2.46,22,4.07,2.23,27,3.8,1.55,10,2.64,0.92,11,3.86,2.54,7,6.07,2.15,15,3.94,2.3,17,4.3,2.21,10,3.27,1.68,11,3.1,0.99,10,4.2,2.59,5,5.71,2.39,17,3.57,2.41,14,4.62,1.98,13,3.15,1.72,13,3.25,0.46,8,4.9,2.6,10,5.75,2.38,12,3.79,2.42,14,4.38,2.06,13
+worship,5.57,2.68,21,3.78,2.61,23,4.65,2.89,17,4.67,2.92,9,6.25,2.38,12,4.73,3.0,11,2.92,1.93,12,4.4,2.59,10,5.0,3.46,7,3.57,2.07,7,6.69,2.46,13,4.55,3.05,11,3.08,2.02,12,4.29,3.04,7,4.9,2.92,10,5.46,2.79,13,5.75,2.66,8,3.27,2.2,11,4.25,2.96,12,3.89,2.15,9,5.5,3.51,8
+worthless,1.89,1.41,19,4.45,2.91,22,2.71,1.72,28,2.17,1.33,6,1.77,1.48,13,3.82,2.99,11,5.09,2.81,11,3.18,2.04,11,2.41,1.46,17,1.91,1.58,11,1.88,1.25,8,3.91,3.18,11,5.0,2.65,11,2.94,1.95,18,2.3,1.16,10,2.15,1.57,13,1.33,0.82,6,4.71,3.29,14,4.0,2.2,8,2.38,1.86,16,3.17,1.47,12
+worthwhile,6.7,1.72,20,3.68,2.42,22,6.88,1.86,26,6.43,2.23,7,6.85,1.46,13,4.2,2.35,10,3.25,2.49,12,6.6,1.8,15,7.5,1.9,10,6.0,1.95,11,7.56,0.88,9,4.22,2.54,9,3.31,2.36,13,6.94,2.02,16,7.0,1.66,9,7.0,1.73,13,6.14,1.68,7,3.75,2.67,16,3.5,1.76,6,6.75,1.96,12,7.0,1.84,14
+worthy,6.56,2.15,18,4.77,2.25,22,7.04,1.77,23,6.82,2.14,11,5.67,2.07,6,5.0,2.07,8,4.64,2.41,14,7.0,2.0,7,7.06,1.73,16,6.25,2.43,8,6.8,1.99,10,4.22,2.59,9,5.15,1.99,13,6.45,1.75,11,7.58,1.68,12,6.55,2.66,11,6.57,1.13,7,4.73,2.33,11,4.82,2.27,11,7.0,1.83,13,7.1,1.79,10
+would,5.91,1.54,22,3.81,2.38,21,5.94,1.6,17,5.83,2.23,6,6.0,1.31,15,3.71,2.98,7,3.86,2.14,14,6.11,2.03,9,5.75,1.04,8,5.86,1.66,14,6.14,1.46,7,3.33,2.4,9,4.17,2.41,12,6.56,1.88,9,5.25,0.89,8,5.93,1.59,14,5.88,1.55,8,3.83,3.31,6,3.8,2.04,15,6.33,1.94,9,5.5,1.07,8
+wound,3.24,1.48,21,4.65,2.19,23,3.64,2.31,25,3.55,1.37,11,2.9,1.6,10,3.91,2.02,11,5.33,2.19,12,3.1,2.51,10,4.14,2.18,14,2.9,1.6,10,3.55,1.37,11,4.09,2.17,11,5.17,2.17,12,3.88,2.52,17,3.29,1.89,7,3.08,1.5,13,3.5,1.51,8,4.53,2.29,15,4.88,2.1,8,3.59,2.4,17,3.75,2.25,8
+wounds,2.95,1.65,42,4.0,2.73,23,3.2,1.88,20,3.47,1.91,17,2.6,1.38,25,4.27,2.41,11,3.75,3.08,12,3.67,1.21,6,3.0,2.11,14,3.14,1.85,29,2.54,1.05,13,4.55,2.77,11,3.5,2.71,12,2.9,1.37,10,3.5,2.32,10,3.17,1.9,23,2.68,1.29,19,4.09,3.05,11,3.92,2.54,12,2.88,2.36,8,3.42,1.56,12
+wrap,5.57,1.89,21,3.85,2.3,20,5.31,2.08,36,5.5,2.39,8,5.62,1.61,13,4.4,2.79,5,3.67,2.19,15,5.27,2.1,11,5.32,2.12,25,5.46,2.22,13,5.75,1.28,8,4.42,2.64,12,3.0,1.41,8,5.5,2.24,20,5.06,1.91,16,5.18,1.78,11,6.0,2.0,10,3.82,2.36,11,3.89,2.37,9,5.18,2.3,22,5.5,1.74,14
+wrapper,4.79,1.23,19,3.33,2.0,18,5.29,2.08,17,5.0,0.77,11,4.5,1.69,8,3.5,1.91,4,3.29,2.09,14,4.38,2.07,8,6.11,1.83,9,4.62,0.74,8,4.91,1.51,11,3.86,1.95,7,3.0,2.05,11,5.0,1.79,6,5.45,2.3,11,4.77,1.42,13,4.83,0.75,6,2.91,2.21,11,4.0,1.53,7,5.86,2.04,7,4.9,2.13,10
+wrath,3.19,1.75,21,5.95,2.27,21,4.36,2.68,25,3.33,2.06,12,3.0,1.32,9,6.29,1.8,7,5.79,2.52,14,4.4,2.32,10,4.33,2.97,15,3.25,1.5,4,3.18,1.85,17,6.0,2.0,10,5.91,2.59,11,4.29,3.64,7,4.39,2.33,18,3.17,1.27,12,3.22,2.33,9,5.85,2.58,13,6.12,1.81,8,2.56,1.59,9,5.38,2.66,16
+wreak,3.5,1.64,20,5.33,2.57,18,4.54,2.5,24,3.2,1.48,5,3.6,1.72,15,5.6,2.7,5,5.23,2.62,13,4.85,2.79,13,4.18,2.18,11,3.6,1.43,10,3.4,1.9,10,5.57,2.57,7,5.18,2.68,11,4.88,2.45,16,3.88,2.64,8,3.43,1.65,14,3.67,1.75,6,5.83,2.29,12,4.33,3.01,6,3.87,2.59,15,5.67,2.0,9
+wreath,5.81,1.78,21,3.17,2.17,23,6.44,2.36,18,5.78,1.86,9,5.83,1.8,12,3.36,2.16,11,3.0,2.26,12,6.7,2.16,10,6.12,2.7,8,5.57,2.07,7,5.92,1.75,13,3.55,2.38,11,2.83,1.99,12,7.0,2.52,7,6.09,2.3,11,5.77,1.96,13,5.88,1.55,8,3.27,2.05,11,3.08,2.35,12,6.56,2.13,9,6.33,2.69,9
+wreck,1.62,0.74,21,4.65,3.1,20,4.27,2.75,22,2.0,0.89,6,1.47,0.64,15,4.5,3.12,8,4.75,3.22,12,3.92,2.91,12,4.7,2.63,10,1.67,0.87,9,1.58,0.67,12,5.0,3.0,9,4.36,3.29,11,4.57,1.9,7,4.13,3.11,15,1.6,0.84,10,1.64,0.67,11,4.69,3.2,13,4.57,3.15,7,4.75,3.17,12,3.7,2.16,10
+wreckage,3.38,1.69,21,5.71,2.28,21,3.9,2.12,21,4.0,1.94,9,2.92,1.38,12,5.17,2.71,6,5.86,2.21,14,3.5,1.76,6,4.07,2.28,15,4.11,2.09,9,2.83,1.11,12,6.0,2.0,5,5.62,2.42,16,5.1,2.33,10,2.82,1.17,11,3.5,2.02,12,3.22,1.2,9,5.88,1.55,8,5.62,2.69,13,3.92,2.11,12,3.89,2.26,9
+wrecker,4.05,2.18,21,5.6,2.5,20,4.69,2.36,35,4.25,2.6,8,3.92,1.98,13,6.6,1.52,5,5.27,2.71,15,4.91,2.59,11,4.58,2.3,24,4.23,2.45,13,3.75,1.75,8,5.92,2.47,12,5.12,2.64,8,5.0,2.32,20,4.27,2.43,15,3.82,1.89,11,4.3,2.54,10,6.64,2.29,11,4.33,2.24,9,4.36,2.54,22,5.23,2.01,13
+wrench,4.86,1.68,21,3.7,1.95,20,5.67,2.42,21,5.67,1.21,6,4.53,1.77,15,4.75,1.49,8,3.0,1.95,12,6.09,2.21,11,5.2,2.66,10,4.83,2.14,6,4.87,1.55,15,4.3,1.64,10,3.1,2.13,10,5.0,2.66,14,7.0,1.0,7,4.86,1.95,7,4.86,1.61,14,3.71,2.13,14,3.67,1.63,6,5.33,2.57,12,6.11,2.26,9
+wrestle,4.53,1.78,19,4.55,2.34,22,5.81,2.22,27,5.86,2.12,7,3.75,0.97,12,4.5,2.27,10,4.58,2.5,12,5.87,2.13,15,6.0,2.37,11,4.18,1.4,11,5.0,2.2,8,5.67,2.0,9,3.77,2.31,13,6.47,2.24,17,4.89,1.76,9,4.83,1.85,12,4.0,1.63,7,4.0,2.45,16,6.0,1.26,6,6.08,2.15,12,5.6,2.32,15
+wrestler,4.26,1.63,19,4.32,2.46,22,5.37,2.17,19,4.0,2.0,9,4.5,1.27,10,3.8,2.59,5,4.38,2.53,16,4.0,2.76,6,6.0,1.58,13,4.21,1.67,14,4.4,1.67,5,4.25,2.77,12,4.22,2.22,9,5.11,1.69,9,5.6,2.59,10,4.7,1.57,10,3.78,1.64,9,3.92,2.71,12,4.8,2.15,10,5.33,2.42,6,5.38,2.14,13
+wrestling,4.62,1.86,21,4.24,2.63,25,5.12,2.11,24,4.67,2.18,9,4.58,1.68,12,4.11,2.52,9,4.31,2.77,16,5.11,1.83,9,5.13,2.33,15,4.88,1.64,8,4.46,2.03,13,4.17,2.44,12,4.31,2.9,13,5.0,2.04,12,5.25,2.26,12,4.42,1.88,12,4.89,1.9,9,3.43,2.38,14,5.27,2.69,11,5.0,2.42,13,5.27,1.79,11
+wretch,3.41,1.62,22,4.85,2.33,26,4.91,2.41,23,3.33,1.94,9,3.46,1.45,13,4.5,2.07,10,5.06,2.52,16,5.44,2.24,9,4.57,2.53,14,4.12,1.81,8,3.0,1.41,14,4.69,2.66,13,5.0,2.04,13,5.0,2.41,12,4.82,2.52,11,3.67,1.5,12,3.1,1.79,10,4.07,2.25,15,5.91,2.07,11,5.69,2.14,13,3.9,2.47,10
+wretched,2.57,1.36,21,3.8,2.4,25,3.79,2.2,19,3.44,0.88,9,1.92,1.31,12,3.83,2.56,6,3.78,2.49,18,3.57,1.9,7,3.92,2.43,12,2.81,1.17,16,1.8,1.79,5,3.29,2.43,14,4.5,2.42,10,3.33,2.24,9,4.2,2.2,10,3.08,1.31,12,1.89,1.17,9,4.12,2.31,16,3.22,2.59,9,3.45,2.42,11,4.25,1.91,8
+wriggle,5.43,1.57,21,3.75,2.49,24,5.0,2.18,20,4.88,0.99,8,5.77,1.79,13,5.5,1.38,6,3.17,2.53,18,4.91,2.07,11,5.11,2.42,9,5.33,1.87,12,5.56,1.13,9,4.5,2.46,10,3.21,2.46,14,4.77,2.2,13,5.43,2.23,7,5.64,1.78,14,5.0,1.0,7,4.44,2.48,16,2.38,2.0,8,5.67,2.15,12,4.0,1.93,8
+wring,4.95,1.59,22,3.89,1.91,19,5.48,2.16,21,5.2,1.64,5,4.81,1.64,16,4.25,1.98,8,3.64,1.91,11,5.3,2.36,10,5.64,2.06,11,4.92,1.73,12,5.0,1.49,10,4.3,2.16,10,3.44,1.59,9,5.17,2.33,12,5.89,1.96,9,4.73,1.56,11,5.18,1.66,11,3.75,2.55,8,4.0,1.41,11,5.11,2.26,9,5.75,2.14,12
+wringer,4.0,1.69,20,3.28,2.32,18,4.55,1.79,22,3.8,1.64,5,4.07,1.75,15,3.5,2.17,6,3.17,2.48,12,4.7,1.83,10,4.42,1.83,12,4.2,1.87,10,3.8,1.55,10,3.9,2.64,10,2.5,1.69,8,4.64,1.96,11,4.45,1.69,11,3.17,1.4,12,5.25,1.28,8,2.0,1.32,9,4.56,2.46,9,4.18,1.94,11,4.91,1.64,11
+wrinkle,4.0,1.86,19,4.61,2.19,23,4.29,2.29,28,5.12,0.64,8,3.18,2.04,11,5.0,2.35,9,4.36,2.13,14,3.64,1.95,14,4.93,2.5,14,3.89,2.09,9,4.1,1.73,10,4.5,2.35,12,4.73,2.1,11,3.93,2.59,14,4.64,1.98,14,4.1,2.02,10,3.89,1.76,9,4.45,2.42,11,4.75,2.05,12,4.17,2.08,12,4.38,2.5,16
+wrinkled,3.74,1.45,19,3.8,2.21,20,5.04,2.5,23,3.33,2.08,3,3.81,1.38,16,4.62,2.2,8,3.25,2.14,12,5.78,1.86,9,4.57,2.79,14,3.11,1.27,9,4.3,1.42,10,4.0,2.45,8,3.67,2.15,12,5.8,2.46,15,3.62,2.0,8,4.0,1.29,7,3.58,1.56,12,4.0,1.76,10,3.6,2.67,10,5.08,2.96,13,5.0,1.89,10
+wrist,5.06,2.34,18,3.27,1.91,22,5.26,1.98,23,5.27,2.0,11,5.33,2.66,6,4.38,2.07,8,2.64,1.55,14,4.57,2.76,7,5.56,1.55,16,4.38,2.39,8,5.6,2.27,10,2.67,1.87,9,3.69,1.89,13,5.45,1.81,11,5.08,2.19,12,4.64,2.69,11,5.71,1.6,7,3.18,2.32,11,3.36,1.5,11,4.92,2.14,13,5.7,1.77,10
+wristwatch,5.63,2.01,19,3.75,2.63,20,5.12,2.4,24,5.85,2.08,13,5.17,1.94,6,5.4,1.52,5,3.2,2.73,15,5.08,2.29,13,5.18,2.64,11,5.56,2.24,9,5.7,1.89,10,5.0,2.24,7,3.08,2.66,13,4.91,2.51,11,5.31,2.39,13,6.11,1.83,9,5.2,2.15,10,3.9,2.42,10,3.6,2.95,10,4.67,2.5,9,5.4,2.38,15
+writ,4.5,1.84,26,4.18,2.32,22,5.89,2.05,19,5.2,1.75,10,4.06,1.81,16,4.6,2.5,10,3.83,2.21,12,6.17,2.32,6,5.77,2.01,13,4.69,1.65,13,4.31,2.06,13,3.82,2.23,11,4.55,2.46,11,5.71,2.09,14,6.4,2.07,5,4.31,2.02,13,4.69,1.7,13,4.3,2.26,10,4.08,2.47,12,5.89,1.69,9,5.9,2.42,10
+write,6.45,2.11,22,3.81,2.18,21,5.28,2.02,18,5.5,2.26,6,6.67,1.99,15,3.71,2.5,7,3.86,2.11,14,5.11,2.15,9,5.25,2.05,8,5.93,2.3,14,7.14,1.35,7,4.11,2.67,9,3.58,1.83,12,4.6,2.41,10,6.12,0.99,8,6.36,2.06,14,6.62,2.33,8,3.67,2.66,6,3.87,2.07,15,5.5,2.27,10,5.0,1.77,8
+writer,6.74,2.1,19,4.74,2.4,39,6.0,2.66,41,5.33,1.15,3,7.4,1.5,15,4.77,2.65,13,4.73,2.32,26,5.4,2.64,20,6.57,2.6,21,7.17,2.14,6,7.0,1.41,12,5.12,2.39,17,4.45,2.42,22,5.83,2.96,18,6.13,2.46,23,6.92,2.11,12,6.43,2.23,7,4.37,2.56,19,5.1,2.25,20,5.71,2.88,21,6.3,2.43,20
+wrong,3.24,1.48,21,5.29,2.19,21,3.39,1.97,18,2.5,1.22,6,3.5,1.56,14,5.0,2.0,7,5.43,2.34,14,4.22,1.99,9,2.12,1.13,8,3.23,1.83,13,3.14,0.69,7,4.33,1.8,9,6.0,2.26,12,4.2,2.1,10,2.38,1.3,8,3.15,0.99,13,3.38,2.13,8,5.5,2.66,6,5.2,2.08,15,3.5,2.17,10,3.25,1.83,8
+wrongdoing,3.58,1.74,19,4.77,2.29,22,5.32,3.02,19,4.0,2.39,8,3.27,1.1,11,3.4,2.3,5,5.12,2.25,16,5.67,3.56,6,5.15,2.88,13,3.69,1.89,13,3.33,1.51,6,4.58,2.5,12,4.89,2.2,9,5.11,2.62,9,5.5,3.47,10,4.0,2.05,10,3.11,1.27,9,4.0,2.49,12,5.7,1.7,10,5.33,3.67,6,5.31,2.84,13
+wrongful,3.0,1.67,21,5.48,2.23,23,4.24,2.3,21,3.4,2.79,5,2.88,1.26,16,6.17,2.25,12,4.73,2.05,11,4.73,2.69,11,3.56,1.81,9,2.25,0.97,12,4.0,1.94,9,5.38,2.47,16,5.71,1.7,7,3.73,2.0,11,4.8,2.57,10,2.92,1.98,13,3.12,1.13,8,5.74,2.31,19,4.25,1.5,4,4.36,2.53,14,4.0,1.91,7
+yacht,5.88,1.94,40,3.98,2.56,46,5.56,2.27,25,6.06,2.08,16,5.75,1.87,24,3.21,2.39,14,4.31,2.6,32,4.9,2.69,10,6.0,1.93,15,5.7,2.27,20,6.05,1.57,20,4.05,2.4,22,3.92,2.75,24,5.14,2.67,7,5.72,2.16,18,6.12,1.95,26,5.43,1.91,14,3.71,2.73,24,4.27,2.39,22,5.0,2.45,9,5.88,2.19,16
+yahoo,4.95,1.78,19,5.6,2.58,20,5.9,2.29,20,3.0,1.0,3,5.31,1.66,16,5.17,2.71,6,5.79,2.61,14,5.67,1.75,6,6.0,2.54,14,4.7,1.34,10,5.22,2.22,9,5.29,2.29,7,5.77,2.8,13,6.6,1.84,10,5.2,2.57,10,4.5,1.85,8,5.27,1.74,11,5.62,3.2,8,5.58,2.23,12,6.5,2.56,8,5.5,2.11,12
+yak,4.32,2.3,22,3.84,1.92,19,4.62,2.13,21,4.8,1.1,5,4.38,2.5,16,4.25,2.05,8,3.55,1.86,11,4.9,2.33,10,4.36,2.01,11,4.67,1.97,12,3.9,2.69,10,3.9,1.79,10,3.78,2.17,9,4.0,1.71,12,5.44,2.46,9,4.18,2.56,11,4.45,2.11,11,4.25,1.75,8,3.55,2.07,11,4.89,2.32,9,4.42,2.07,12
+yank,4.47,1.71,19,4.5,2.09,20,3.86,2.27,22,4.29,1.25,7,4.58,1.98,12,4.11,2.47,9,4.82,1.78,11,4.67,2.88,6,3.56,2.03,16,4.78,1.64,9,4.0,1.8,9,4.12,2.3,8,4.75,2.01,12,4.53,2.39,15,2.43,1.13,7,4.7,2.26,10,4.22,0.83,9,4.67,2.31,12,4.25,1.83,8,4.36,2.87,11,3.36,1.43,11
+yap,3.9,2.2,20,4.28,2.4,18,5.3,2.85,23,4.8,0.45,5,3.6,2.47,15,6.0,1.41,5,3.62,2.4,13,5.54,2.99,13,5.0,2.79,10,4.1,2.28,10,3.7,2.21,10,6.29,1.8,7,3.0,1.79,11,5.44,2.83,16,5.0,3.11,7,3.36,2.1,14,5.17,2.04,6,4.58,2.54,12,3.67,2.16,6,5.64,3.15,14,4.78,2.39,9
+yard,5.7,1.92,20,3.68,2.03,22,5.84,1.92,19,5.22,2.17,9,6.09,1.7,11,2.8,1.92,5,3.94,2.11,16,5.67,2.16,6,5.92,1.89,13,5.64,1.98,14,5.83,1.94,6,3.92,2.11,12,3.33,2.12,9,5.11,1.45,9,6.5,2.12,10,5.7,1.77,10,5.7,2.16,10,3.17,1.9,12,4.3,2.11,10,6.83,1.33,6,5.38,2.02,13
+yarn,5.47,1.71,19,2.7,2.25,20,5.33,1.97,24,5.54,1.9,13,5.33,1.37,6,3.8,3.03,5,2.33,1.91,15,5.46,1.39,13,5.18,2.56,11,5.78,2.28,9,5.2,1.03,10,3.43,2.88,7,2.31,1.84,13,5.0,2.1,11,5.62,1.89,13,5.22,1.2,9,5.7,2.11,10,2.3,1.83,10,3.1,2.64,10,5.11,2.37,9,5.47,1.77,15
+yawn,5.62,1.63,21,2.84,1.93,25,4.68,2.26,19,5.67,1.73,9,5.58,1.62,12,4.0,2.61,6,2.33,1.5,18,4.29,2.29,7,4.92,2.31,12,5.69,1.54,16,5.4,2.07,5,3.14,2.03,14,2.2,1.69,10,4.11,2.26,9,5.2,2.25,10,5.5,1.88,12,5.78,1.3,9,3.06,1.73,16,2.44,2.3,9,5.0,2.24,11,4.25,2.38,8
+year,5.75,1.29,20,3.33,2.03,21,5.81,1.97,16,5.4,1.14,5,5.93,1.38,14,2.86,1.86,7,3.57,2.14,14,6.0,2.14,8,5.62,1.92,8,5.67,1.5,12,6.0,1.0,7,3.44,2.4,9,3.25,1.82,12,6.33,2.24,9,5.14,1.46,7,5.33,1.07,12,6.38,1.41,8,3.67,2.42,6,3.2,1.93,15,6.11,2.47,9,5.43,1.13,7
+yearbook,6.05,1.93,20,3.45,2.42,20,5.1,2.34,21,6.5,1.52,6,5.86,2.11,14,3.12,2.3,8,3.67,2.57,12,4.75,1.96,12,5.56,2.83,9,6.78,1.92,9,5.45,1.81,11,3.22,2.22,9,3.64,2.66,11,4.5,2.35,6,5.33,2.38,15,5.6,1.96,10,6.5,1.9,10,3.23,2.39,13,3.86,2.61,7,4.83,2.82,12,5.44,1.59,9
+yearly,5.2,1.06,20,3.05,1.82,20,5.23,1.34,22,5.29,0.76,7,5.15,1.21,13,3.56,1.67,9,2.64,1.91,11,5.5,1.64,6,5.12,1.26,16,5.0,1.25,10,5.44,0.88,9,2.25,1.49,8,3.58,1.88,12,5.27,1.44,15,5.14,1.21,7,5.45,1.37,11,4.89,0.33,9,2.92,1.78,12,3.25,1.98,8,6.0,1.18,11,4.45,1.04,11
+yearn,5.95,1.86,21,3.73,2.07,22,5.18,2.2,22,5.56,1.88,9,6.25,1.86,12,2.5,1.97,6,4.27,2.02,15,5.5,2.35,6,5.06,2.21,16,5.44,2.07,9,6.33,1.67,12,3.0,1.87,5,3.94,2.14,17,5.09,2.17,11,5.27,2.33,11,5.92,2.39,12,6.0,0.87,9,4.33,1.58,9,3.31,2.32,13,5.08,1.83,12,5.3,2.67,10
+yeast,4.58,1.77,19,3.26,2.05,19,4.8,1.79,20,5.67,1.15,3,4.4,1.88,15,2.89,1.83,9,3.6,2.27,10,5.2,1.32,10,4.4,2.17,10,3.67,2.42,6,5.08,1.31,12,2.67,1.63,6,3.54,2.22,13,4.12,1.73,8,5.25,1.76,12,4.92,1.68,12,4.0,1.91,7,3.33,1.94,9,3.2,2.25,10,3.78,1.56,9,5.64,1.57,11
+yell,3.58,1.64,19,4.94,2.51,18,4.29,2.44,17,4.27,1.68,11,2.62,1.06,8,5.25,2.99,4,4.86,2.48,14,4.5,2.78,8,4.11,2.26,9,4.25,1.39,8,3.09,1.7,11,5.29,2.63,7,4.73,2.53,11,4.83,2.32,6,4.0,2.57,11,3.69,1.65,13,3.33,1.75,6,4.09,2.51,11,6.29,1.98,7,4.71,2.69,7,4.0,2.36,10
+yeller,4.81,1.75,21,4.64,2.54,22,4.8,2.48,20,5.88,1.55,8,4.15,1.57,13,5.0,2.87,10,4.33,2.31,12,6.0,3.21,7,4.15,1.82,13,5.09,1.81,11,4.5,1.72,10,4.27,1.95,11,5.0,3.07,11,5.07,2.55,15,4.0,2.35,5,4.8,1.48,10,4.82,2.04,11,5.1,2.02,10,4.25,2.93,12,5.0,1.7,10,4.6,3.17,10
+yellow,6.09,1.82,43,3.83,2.33,41,6.35,2.66,20,5.91,1.45,11,6.19,1.97,31,4.88,2.16,16,3.16,2.23,25,6.2,2.15,10,6.5,3.21,10,6.24,1.67,21,5.95,1.99,22,3.96,2.16,23,3.67,2.59,18,5.12,3.0,8,7.17,2.17,12,6.05,1.94,21,6.14,1.75,22,3.4,2.39,30,5.0,1.79,11,6.33,2.6,9,6.36,2.84,11
+yen,5.0,1.92,21,2.91,1.88,23,5.11,2.3,18,5.11,2.03,9,4.92,1.93,12,3.09,1.76,11,2.75,2.05,12,6.3,2.11,10,3.62,1.6,8,5.57,2.07,7,4.77,1.92,13,3.18,1.99,11,2.67,1.83,12,5.86,2.34,7,4.64,2.25,11,5.08,2.22,13,4.88,1.46,8,2.82,1.83,11,3.0,2.0,12,5.89,2.15,9,4.33,2.29,9
+yield,5.19,1.94,21,3.85,2.43,20,5.06,2.34,35,5.5,2.27,8,5.0,1.78,13,3.2,1.92,5,4.07,2.6,15,5.73,2.37,11,4.75,2.31,24,5.46,2.3,13,4.75,1.16,8,4.42,2.61,12,3.0,2.0,8,5.11,2.54,19,5.0,2.16,16,4.73,2.0,11,5.7,1.83,10,4.45,2.73,11,3.11,1.9,9,5.18,2.48,22,4.85,2.15,13
+yo-yo,6.33,1.96,21,4.04,2.42,24,5.91,2.41,22,6.5,2.56,8,6.23,1.59,13,4.08,2.81,13,4.0,2.0,11,6.15,2.51,13,5.56,2.35,9,5.88,2.8,8,6.58,1.31,12,4.36,2.21,14,3.6,2.76,10,6.75,2.34,12,4.9,2.18,10,6.0,2.21,10,6.64,1.75,11,3.88,2.55,17,4.43,2.23,7,5.2,2.74,10,6.5,2.02,12
+yodel,6.1,2.21,21,3.33,2.15,21,5.9,2.19,21,5.85,2.34,13,6.5,2.07,8,3.27,2.41,11,3.67,1.87,9,5.5,2.26,6,6.07,2.22,15,5.3,2.54,10,6.82,1.66,11,2.55,1.63,11,4.2,2.39,10,5.08,2.1,13,7.25,1.67,8,5.58,2.54,12,6.78,1.56,9,3.38,2.53,13,3.25,1.49,8,5.58,2.27,12,6.33,2.12,9
+yoga,6.05,1.5,20,3.33,2.42,21,6.48,2.29,25,6.0,0.0,3,6.06,1.64,17,3.86,2.34,7,3.08,2.6,13,6.88,2.1,8,6.29,2.42,17,5.57,1.72,7,6.31,1.38,13,3.43,2.37,7,3.31,2.63,13,6.86,2.35,14,6.0,2.24,11,5.56,0.73,9,6.45,1.86,11,3.82,2.68,11,2.8,2.1,10,5.94,2.39,18,7.86,1.35,7
+yogurt,7.0,1.76,19,4.52,2.71,23,6.0,2.05,19,6.0,1.5,9,7.9,1.52,10,3.71,2.29,7,4.93,2.96,15,6.0,2.45,10,6.0,1.66,9,7.56,1.88,9,6.5,1.58,10,5.3,2.45,10,3.92,2.97,12,4.88,1.81,8,6.6,1.84,10,6.92,1.83,12,7.14,1.77,7,4.2,2.44,20,6.67,4.04,3,5.25,2.19,8,6.55,1.86,11
+yoke,5.39,1.46,18,3.4,2.56,20,4.2,2.4,25,5.8,0.84,5,5.23,1.64,13,4.36,2.77,11,2.22,1.79,9,3.75,2.52,16,5.0,2.06,9,5.14,1.21,7,5.55,1.63,11,3.44,3.13,9,3.36,2.16,11,4.4,2.56,20,3.4,1.52,5,5.11,1.27,9,5.67,1.66,9,3.36,2.54,11,3.44,2.74,9,4.11,2.08,19,4.5,3.45,6
+yolk,5.32,1.86,22,3.05,2.01,19,5.67,2.06,21,5.8,2.17,5,5.06,1.81,16,3.88,2.17,8,2.45,1.75,11,5.0,2.05,10,6.27,1.95,11,5.67,1.78,12,4.9,1.97,10,3.0,2.05,10,3.11,2.09,9,5.58,2.31,12,5.78,1.79,9,5.45,2.25,11,5.18,1.47,11,3.12,2.3,8,3.0,1.9,11,4.78,2.11,9,6.33,1.83,12
+young,6.31,1.59,39,4.09,2.22,22,5.6,2.84,58,6.0,1.73,15,6.5,1.5,24,4.1,2.47,10,4.08,2.11,12,5.52,2.76,27,5.68,2.95,31,6.58,1.64,24,6.0,1.41,14,4.55,2.11,11,3.64,2.34,11,5.32,2.87,38,6.15,2.78,20,6.67,1.62,21,5.89,1.49,18,4.6,2.22,10,3.67,2.23,12,6.12,2.78,32,4.96,2.84,26
+youngster,6.05,1.72,21,4.55,2.19,20,5.0,2.55,21,6.17,1.17,6,6.0,1.93,15,4.62,2.07,8,4.5,2.35,12,4.55,2.7,11,5.5,2.42,10,6.33,1.37,6,5.93,1.87,15,4.4,2.01,10,4.7,2.45,10,4.79,2.61,14,5.43,2.57,7,6.14,2.04,7,6.0,1.62,14,5.07,2.37,14,3.33,1.03,6,5.25,2.73,12,4.67,2.4,9
+youth,6.53,1.58,19,4.14,2.58,44,5.0,2.05,48,6.0,2.65,3,6.62,1.41,16,4.0,2.39,21,4.26,2.78,23,5.15,2.41,26,4.82,1.56,22,7.22,1.2,9,5.9,1.66,10,4.6,2.66,20,3.75,2.49,24,5.59,1.99,29,4.11,1.85,19,6.86,1.21,7,6.33,1.78,12,3.93,2.49,30,4.57,2.79,14,5.5,2.21,26,4.41,1.71,22
+youthful,6.89,1.97,19,5.68,2.5,22,6.0,2.28,23,7.0,2.28,11,6.43,1.4,7,6.38,2.39,8,5.29,2.55,14,5.29,2.87,7,6.31,1.99,16,6.62,2.33,8,7.09,1.76,11,5.11,2.71,9,6.08,2.36,13,5.82,2.23,11,6.17,2.41,12,6.83,2.29,12,7.0,1.41,7,5.91,2.81,11,5.45,2.25,11,5.92,2.53,13,6.1,2.02,10
+yucky,3.36,2.01,22,4.35,2.58,20,4.36,2.52,22,3.43,1.74,14,3.25,2.55,8,5.0,2.72,11,3.75,2.38,8,5.67,1.63,6,3.88,2.66,16,2.7,1.89,10,3.92,2.02,12,3.82,2.64,11,5.0,2.5,9,5.46,1.98,13,2.78,2.44,9,2.83,1.99,12,4.0,1.94,10,4.25,2.93,12,4.5,2.14,8,5.0,2.41,12,3.6,2.55,10
+yuletide,6.19,1.99,21,4.0,2.24,19,5.08,2.1,25,6.0,1.35,12,6.44,2.7,9,3.5,1.38,6,4.23,2.55,13,3.9,1.97,10,5.87,1.85,15,7.5,1.91,4,5.88,1.93,17,4.11,2.03,9,3.9,2.51,10,4.71,2.43,7,5.22,2.02,18,6.5,2.32,12,5.78,1.48,9,3.92,2.11,12,4.14,2.61,7,4.78,2.11,9,5.25,2.14,16
+yummy,7.52,1.94,21,4.48,2.5,25,6.84,2.06,19,7.0,2.55,9,7.92,1.31,12,4.0,3.03,6,4.61,2.45,18,7.29,2.14,7,6.58,2.07,12,7.38,2.19,16,8.0,0.71,5,4.29,2.67,14,4.7,2.5,10,6.78,1.79,9,6.9,2.38,10,7.58,2.15,12,7.44,1.74,9,5.12,2.31,16,3.33,2.55,9,7.09,2.3,11,6.5,1.77,8
+yuppie,4.64,2.48,22,4.65,2.37,20,5.39,1.85,23,4.8,2.93,15,4.29,1.11,7,5.4,3.65,5,4.4,1.88,15,5.0,1.86,12,5.82,1.83,11,6.1,2.6,10,3.42,1.62,12,5.86,2.73,7,4.0,1.96,13,4.5,2.17,10,6.08,1.26,13,4.91,2.3,11,4.36,2.73,11,4.0,3.02,10,5.3,1.34,10,5.25,2.55,8,5.47,1.46,15
+zap,5.39,2.52,18,4.41,2.44,22,4.87,2.63,23,5.09,2.3,11,5.33,2.88,6,5.25,2.71,8,3.93,2.23,14,4.57,2.99,7,5.0,2.56,16,5.12,2.53,8,5.6,2.63,10,4.78,2.49,9,4.15,2.48,13,5.18,2.68,11,4.58,2.68,12,5.09,3.02,11,5.86,1.57,7,3.45,2.25,11,5.36,2.34,11,5.31,2.75,13,4.3,2.5,10
+zeal,6.15,2.08,20,5.33,2.71,21,5.59,2.35,34,6.8,1.48,10,5.5,2.46,10,4.0,1.51,8,6.15,3.0,13,5.14,2.21,14,5.9,2.45,20,5.89,2.26,9,6.36,2.01,11,5.69,2.69,13,4.75,2.82,8,5.27,2.27,22,6.17,2.48,12,5.9,2.69,10,6.4,1.35,10,5.07,2.64,14,5.86,2.97,7,5.18,1.98,17,6.0,2.67,17
+zebra,6.47,2.34,19,3.9,2.75,20,5.26,2.23,19,7.0,2.0,3,6.2,2.43,15,3.2,2.49,10,4.6,2.95,10,5.7,1.7,10,4.78,2.73,9,5.17,3.06,6,6.92,1.73,12,3.57,3.15,7,4.08,2.63,13,4.75,1.91,8,5.64,2.46,11,7.58,1.62,12,4.57,2.23,7,4.1,2.77,10,3.7,2.87,10,3.89,2.2,9,6.5,1.43,10
+zenith,5.2,1.79,20,3.71,2.12,24,5.36,2.09,28,5.88,2.23,8,4.75,1.36,12,3.44,2.24,9,3.87,2.1,15,5.21,2.39,14,5.5,1.83,14,5.11,2.15,9,5.27,1.56,11,3.75,1.42,12,3.67,2.71,12,5.07,1.94,14,5.64,2.27,14,4.3,1.7,10,6.1,1.45,10,3.42,1.98,12,4.0,2.3,12,5.33,1.3,12,5.38,2.58,16
+zephyr,5.5,1.5,20,3.41,2.2,22,5.22,2.5,27,6.14,2.19,7,5.15,0.9,13,3.8,2.1,10,3.08,2.31,12,5.33,2.55,15,4.91,2.59,11,5.45,1.57,11,5.56,1.51,9,3.67,1.94,9,3.23,2.42,13,5.29,2.85,17,4.89,1.9,9,5.46,1.61,13,5.57,1.4,7,3.25,2.24,16,3.83,2.23,6,4.67,2.81,12,5.67,2.23,15
+zest,6.76,1.53,41,5.41,2.44,22,6.58,1.79,26,7.05,1.22,19,6.5,1.74,22,5.5,2.32,12,5.3,2.71,10,6.31,1.75,13,6.85,1.86,13,7.0,1.67,19,6.76,1.0,21,5.78,2.59,9,5.15,2.41,13,6.29,1.79,17,7.11,1.76,9,6.9,1.71,20,6.62,1.36,21,4.89,1.36,9,5.77,2.98,13,6.19,1.8,16,7.2,1.69,10
+zeta,5.55,0.94,20,3.75,2.2,20,5.2,2.02,25,5.45,0.93,11,5.67,1.0,9,3.43,2.07,7,3.92,2.33,13,5.17,1.8,12,5.23,2.28,13,5.64,0.92,11,5.44,1.01,9,4.45,2.42,11,2.89,1.62,9,5.69,1.99,16,4.33,1.87,9,5.9,1.2,10,5.2,0.42,10,4.25,2.26,12,3.0,2.0,8,5.67,1.63,15,4.5,2.42,10
+zigzag,5.18,1.3,22,5.42,2.34,19,5.0,2.21,21,4.4,0.89,5,5.38,1.36,16,5.25,2.31,8,5.55,2.46,11,4.5,1.58,10,5.45,2.66,11,4.75,0.87,12,5.7,1.57,10,5.5,2.59,10,5.33,2.18,9,4.67,2.5,12,5.44,1.81,9,5.09,0.54,11,5.27,1.79,11,4.12,2.53,8,6.36,1.75,11,4.56,1.59,9,5.33,2.61,12
+zilch,3.89,1.78,18,4.05,2.21,20,4.25,1.96,24,3.4,1.67,5,4.08,1.85,13,5.0,2.0,11,2.89,1.96,9,4.4,2.29,15,4.0,1.32,9,4.43,1.27,7,3.55,2.02,11,3.44,2.3,9,4.55,2.11,11,4.25,2.07,20,4.25,1.5,4,4.22,1.79,9,3.56,1.81,9,4.36,1.69,11,3.67,2.78,9,4.72,1.81,18,2.83,1.83,6
+zillion,5.81,2.23,21,4.26,2.83,23,4.89,2.72,18,5.56,2.07,9,6.0,2.41,12,3.27,1.9,11,5.17,3.3,12,4.0,2.83,10,6.0,2.27,8,4.43,2.76,7,6.31,1.49,13,4.64,2.5,11,3.92,3.18,12,3.57,2.7,7,5.73,2.49,11,5.46,2.54,13,6.38,1.6,8,5.09,3.14,11,3.5,2.39,12,3.78,2.17,9,6.0,2.87,9
+zinc,4.79,1.65,19,3.17,2.04,18,5.0,2.15,17,5.36,1.12,11,4.0,2.0,8,4.0,2.0,4,2.93,2.06,14,4.5,2.14,8,5.44,2.19,9,5.12,1.46,8,4.55,1.81,11,3.43,2.3,7,3.0,1.95,11,5.0,1.9,6,5.0,2.37,11,4.62,1.66,13,5.17,1.72,6,2.64,1.91,11,4.0,2.08,7,5.0,2.0,7,5.0,2.36,10
+zing,6.95,1.9,19,4.81,2.69,21,6.36,1.97,22,7.11,1.69,9,6.8,2.15,10,5.71,2.69,7,4.36,2.68,14,5.73,1.95,11,7.0,1.84,11,6.14,1.46,7,7.42,2.02,12,5.1,2.69,10,4.55,2.81,11,6.31,2.32,13,6.44,1.42,9,6.6,2.17,10,7.33,1.58,9,5.25,3.11,8,4.54,2.5,13,6.86,2.03,14,5.5,1.6,8
+zip,5.06,1.35,18,4.24,2.23,21,4.67,2.28,18,5.67,1.15,3,4.93,1.39,15,5.5,2.59,6,3.73,1.94,15,5.0,2.45,6,4.5,2.28,12,5.0,0.87,9,5.11,1.76,9,3.29,1.7,7,4.71,2.37,14,3.75,1.83,8,5.4,2.41,10,5.12,0.83,8,5.0,1.7,10,3.33,1.87,9,4.92,2.31,12,4.33,2.34,6,4.83,2.33,12
+zipper,5.11,2.13,19,3.73,2.21,22,5.18,2.15,22,5.55,2.07,11,5.0,1.83,7,4.75,1.49,8,3.14,2.38,14,5.33,2.34,6,5.12,2.16,16,4.12,2.17,8,5.82,1.89,11,3.56,2.7,9,3.85,1.91,13,5.2,2.25,10,5.17,2.17,12,4.5,2.11,12,6.14,1.86,7,3.36,2.34,11,4.09,2.12,11,4.77,2.2,13,5.78,2.05,9
+zit,3.3,1.49,20,4.29,2.43,21,4.4,2.97,25,4.0,1.0,3,3.18,1.55,17,4.0,2.65,7,4.54,2.47,13,4.38,3.02,8,4.41,3.04,17,3.86,1.21,7,3.0,1.58,13,4.71,2.5,7,4.15,2.54,13,5.14,3.18,14,3.45,2.5,11,4.0,1.66,9,2.73,1.1,11,4.73,2.15,11,3.8,2.74,10,4.44,3.33,18,4.29,1.98,7
+zodiac,5.55,1.99,20,4.25,2.51,20,4.32,2.08,22,5.86,2.19,7,5.38,1.94,13,4.11,2.26,9,4.36,2.8,11,4.5,2.74,6,4.25,1.88,16,4.9,2.08,10,6.33,1.8,9,4.38,2.67,8,4.17,2.52,12,4.6,2.1,15,3.71,2.06,7,5.64,2.29,11,5.44,1.67,9,4.67,2.5,12,3.62,2.56,8,4.82,2.4,11,3.82,1.66,11
+zombie,3.57,2.46,21,6.53,1.95,19,3.57,2.46,21,3.83,2.48,6,3.47,2.53,15,7.12,1.96,8,6.09,1.92,11,3.55,2.11,11,3.6,2.91,10,3.17,2.64,6,3.73,2.46,15,6.8,2.35,10,6.22,1.48,9,3.93,2.79,14,2.86,1.57,7,3.57,2.94,7,3.57,2.31,14,6.92,2.22,13,5.67,0.82,6,2.75,2.42,12,4.67,2.18,9
+zone,4.75,2.05,20,3.78,2.53,18,5.23,1.82,22,4.6,2.19,5,4.8,2.08,15,3.83,2.23,6,3.75,2.77,12,5.4,0.97,10,5.08,2.35,12,4.6,1.71,10,4.9,2.42,10,4.2,2.57,10,3.25,2.55,8,5.36,1.29,11,5.09,2.3,11,4.33,2.39,12,5.38,1.3,8,2.67,2.78,9,4.89,1.76,9,5.09,1.81,11,5.36,1.91,11
+zoning,4.65,1.6,20,3.77,1.95,22,4.47,2.2,19,4.67,2.24,9,4.64,0.92,11,2.4,1.34,5,4.31,1.92,16,3.83,2.71,6,4.77,1.96,13,5.07,1.44,14,3.67,1.63,6,4.08,2.23,12,3.56,1.59,9,4.56,0.88,9,4.4,2.99,10,5.2,1.62,10,4.1,1.45,10,3.83,2.29,12,3.7,1.57,10,5.17,2.32,6,4.15,2.15,13
+zoo,7.0,1.58,21,5.63,2.54,19,6.33,2.56,21,6.67,1.51,6,7.13,1.64,15,6.12,2.36,8,5.27,2.72,11,5.82,3.12,11,6.9,1.73,10,6.17,1.47,6,7.33,1.54,15,6.0,2.54,10,5.22,2.64,9,6.29,2.52,14,6.43,2.82,7,7.29,1.5,7,6.86,1.66,14,5.85,2.76,13,5.17,2.14,6,5.67,2.87,12,7.22,1.86,9
+zoom,5.86,1.53,21,5.68,2.54,19,5.9,2.17,21,5.8,0.84,5,5.93,1.75,15,5.62,2.97,8,5.73,2.33,11,5.8,2.3,10,6.0,2.14,11,5.91,0.94,11,5.8,2.04,10,5.6,2.27,10,5.78,2.95,9,5.67,2.46,12,6.22,1.79,9,6.0,1.41,10,5.73,1.68,11,4.88,2.59,8,6.27,2.45,11,6.0,2.12,9,5.83,2.29,12
+zucchini,6.3,2.36,20,4.18,2.2,22,6.19,1.83,21,4.56,2.07,9,7.73,1.49,11,4.2,2.78,10,4.17,1.7,12,4.75,0.89,8,7.08,1.71,13,6.07,2.3,14,6.83,2.64,6,5.0,2.45,8,3.71,1.98,14,5.62,2.0,8,6.54,1.71,13,6.7,2.21,10,5.9,2.56,10,3.83,1.99,12,4.6,2.46,10,6.33,1.87,12,6.0,1.87,9
diff --git a/sentibank/dict_arXiv/NoVAD/NoVAD_v2013_adjusted.pickle b/sentibank/dict_arXiv/NoVAD/NoVAD_v2013_adjusted.pickle
new file mode 100644
index 0000000..299a3b0
Binary files /dev/null and b/sentibank/dict_arXiv/NoVAD/NoVAD_v2013_adjusted.pickle differ
diff --git a/sentibank/dict_arXiv/NoVAD/NoVAD_v2013_bidimensional.pickle b/sentibank/dict_arXiv/NoVAD/NoVAD_v2013_bidimensional.pickle
new file mode 100644
index 0000000..e233d06
Binary files /dev/null and b/sentibank/dict_arXiv/NoVAD/NoVAD_v2013_bidimensional.pickle differ
diff --git a/sentibank/dict_arXiv/SentiWordNet/SentiWordNet_v2010_nuanced.pickle b/sentibank/dict_arXiv/SentiWordNet/SentiWordNet_v2010_logtransform.pickle
similarity index 100%
rename from sentibank/dict_arXiv/SentiWordNet/SentiWordNet_v2010_nuanced.pickle
rename to sentibank/dict_arXiv/SentiWordNet/SentiWordNet_v2010_logtransform.pickle
diff --git a/setup.py b/setup.py
index 14a888a..817fe7b 100644
--- a/setup.py
+++ b/setup.py
@@ -11,13 +11,13 @@ def run(self):
setup(
name='sentibank',
packages=['sentibank'],
- version='0.0.5',
+ version='0.0.5.1',
license='CC BY-NC-SA 4.0',
description='Unifying sentiment lexicons and dictionaries into an accessible open python package',
author='Nick S.H Oh',
author_email='nick.sh.oh@socialscience.ai',
url='https://github.com/socius-org/sentibank',
- download_url='https://github.com/socius-org/sentibank/archive/refs/tags/0.0.5.tar.gz',
+ download_url='https://github.com/socius-org/sentibank/archive/refs/tags/0.0.5.1.tar.gz',
keywords=[
'AI',
'Social Science',